diff --git a/fluxer_app/src/components/pages/ReportPage.module.css b/fluxer_app/src/components/pages/ReportPage.module.css
index 9bb877dd..30bd7677 100644
--- a/fluxer_app/src/components/pages/ReportPage.module.css
+++ b/fluxer_app/src/components/pages/ReportPage.module.css
@@ -17,96 +17,221 @@
* along with Fluxer. If not, see
.
*/
-.container {
+.page {
+ --report-max-width: 640px;
+ max-width: var(--report-max-width);
+ width: 100%;
+ margin: 0 auto;
+ padding: 1rem 0 2rem;
display: flex;
flex-direction: column;
- gap: 1.25rem;
- max-width: 32rem;
- margin: 0 auto;
- text-align: left;
+ gap: 1rem;
}
-.stepIndicator {
- font-size: 0.75rem;
- line-height: 1rem;
- letter-spacing: 0.06em;
+.breadcrumbs {
+ display: flex;
+ align-items: center;
+ gap: 0.5rem;
+ flex-wrap: wrap;
+ margin-bottom: 0.25rem;
+}
+
+.breadcrumbShell {
+ position: sticky;
+ top: 0;
+ z-index: 5;
+ padding-top: 0.3rem;
+ padding-bottom: 0.5rem;
+ margin-bottom: 0.25rem;
+ min-height: 2.5rem;
+ display: flex;
+ align-items: center;
+ width: 100%;
+}
+
+.breadcrumbPlaceholder {
+ width: 100%;
+ height: 1.5rem;
+}
+
+.breadcrumbStep {
+ display: flex;
+ align-items: center;
+ gap: 0.35rem;
+ padding: 0.35rem 0.6rem;
+ border-radius: 0.5rem;
+ background: none;
+ border: none;
+ color: var(--text-tertiary);
+ font-size: 0.85rem;
+ cursor: pointer;
+ transition:
+ color 0.1s ease,
+ background 0.1s ease;
+}
+
+.breadcrumbStep:disabled {
+ opacity: 0.6;
+ cursor: default;
+}
+
+.breadcrumbStep:hover:not(:disabled) {
+ color: var(--text-secondary);
+}
+
+.breadcrumbActive {
+ color: var(--text-primary);
+ cursor: default;
+ background: color-mix(in srgb, var(--background-modifier-accent) 60%, transparent);
+}
+
+.breadcrumbActive:hover {
+ color: var(--text-primary);
+}
+
+.breadcrumbNumber {
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ width: 1.4rem;
+ height: 1.4rem;
+ border-radius: 50%;
+ background: var(--background-modifier-accent);
+ font-weight: 600;
+ font-size: 0.8rem;
+}
+
+.breadcrumbActive .breadcrumbNumber {
+ background: var(--brand-primary);
+ color: white;
+}
+
+.breadcrumbLabel {
+ font-weight: 600;
+}
+
+.breadcrumbSeparator {
+ color: var(--text-tertiary);
+ font-size: 0.9rem;
+}
+
+.card {
+ background: transparent;
+ border: none;
+ border-radius: 16px;
+ padding: 1.5rem;
+ display: flex;
+ flex-direction: column;
+ gap: 1rem;
+ width: 100%;
+ margin: 0;
+ box-shadow: none;
+}
+
+.cardHeader {
+ display: flex;
+ flex-direction: column;
+ gap: 0.2rem;
+ width: 100%;
+}
+
+.cardBody {
+ display: flex;
+ flex-direction: column;
+ gap: 1rem;
+ width: 100%;
+ min-height: 1px;
+}
+
+.eyebrow {
+ margin: 0;
text-transform: uppercase;
- color: var(--text-muted);
- text-align: center;
+ letter-spacing: 0.06em;
+ font-size: 0.75rem;
+ color: var(--text-tertiary);
}
.title {
- margin-bottom: 0.25rem;
- text-align: center;
- font-size: 1.25rem;
- line-height: 1.75rem;
- font-weight: 600;
- letter-spacing: 0.025em;
+ margin: 0;
+ font-size: 1.3rem;
+ line-height: 1.6rem;
+ font-weight: 700;
color: var(--text-primary);
}
.description {
- margin-bottom: 0.75rem;
- text-align: center;
- font-size: 0.875rem;
- line-height: 1.25rem;
- color: var(--text-tertiary);
-}
-
-.metaLine {
- display: flex;
- align-items: center;
- justify-content: center;
- gap: 0.5rem;
- font-size: 0.875rem;
- line-height: 1.25rem;
- color: var(--text-tertiary);
- text-align: center;
-}
-
-.metaValue {
- color: var(--text-primary);
- font-weight: 500;
-}
-
-.metaSpacer {
- color: var(--text-muted);
+ margin: 0.2rem 0 0;
+ font-size: 0.95rem;
+ line-height: 1.45rem;
+ color: var(--text-secondary);
}
.form {
display: flex;
flex-direction: column;
gap: 1rem;
+ align-items: stretch;
}
-.footer {
- margin-top: 1.25rem;
+.footerLinks {
+ display: flex;
+ flex-direction: column;
+ gap: 0.4rem;
+}
+
+.actionRow {
display: flex;
flex-direction: column;
gap: 0.75rem;
- align-items: center;
- text-align: center;
+ width: 100%;
}
-.footerRow {
+@media (min-width: 640px) {
+ .actionRow {
+ flex-direction: row;
+ align-items: center;
+ justify-content: flex-start;
+ }
+}
+
+.actionButton {
+ align-self: flex-start;
+}
+
+.linkRow {
display: flex;
- gap: 1rem;
- justify-content: center;
- flex-wrap: wrap;
+ align-items: center;
+ gap: 0.45rem;
+ font-size: 0.9rem;
+ color: var(--text-secondary);
+}
+
+.linkButton {
+ all: unset;
+ font-size: 0.9rem;
+ font-weight: 600;
+ color: var(--text-secondary);
+ cursor: pointer;
+}
+
+.linkButton:hover {
+ color: var(--text-primary);
+ text-decoration: underline;
+}
+
+.linkSeparator {
+ color: var(--background-modifier-accent);
}
.link {
- font-size: 0.875rem;
- line-height: 1.25rem;
+ font-size: 0.9rem;
color: var(--text-tertiary);
text-decoration: none;
background: none;
border: none;
cursor: pointer;
- transition-property: color;
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
- transition-duration: 150ms;
padding: 0;
+ transition: color 120ms ease;
}
.link:hover {
@@ -121,44 +246,24 @@
}
.errorBox {
- margin-bottom: 0.5rem;
padding: 0.75rem 1rem;
border-radius: var(--radius-lg);
background-color: color-mix(in srgb, var(--status-danger) 15%, transparent);
color: var(--status-danger);
- font-size: 0.875rem;
- line-height: 1.25rem;
- text-align: left;
-}
-
-.successBox {
- margin-top: 0.25rem;
- padding: 0.75rem 1rem;
- border-radius: var(--radius-lg);
- background-color: color-mix(in srgb, var(--status-success) 12%, transparent);
- color: var(--text-primary);
- text-align: left;
-}
-
-.successLabel {
- font-size: 0.75rem;
- line-height: 1rem;
- letter-spacing: 0.06em;
- text-transform: uppercase;
- color: var(--text-tertiary);
- margin-bottom: 0.25rem;
-}
-
-.successValue {
- font-size: 1rem;
- line-height: 1.5rem;
- font-weight: 600;
- letter-spacing: 0.02em;
- word-break: break-word;
+ font-size: 0.9rem;
+ line-height: 1.3rem;
}
.helperText {
- font-size: 0.75rem;
+ font-size: 0.8rem;
color: var(--text-muted);
- text-align: left;
+}
+
+.mainColumn {
+ min-width: 0;
+ display: flex;
+ flex-direction: column;
+ gap: 1rem;
+ width: 100%;
+ margin: 0;
}
diff --git a/fluxer_app/src/components/pages/ReportPage.tsx b/fluxer_app/src/components/pages/ReportPage.tsx
index 04dd81d4..240a9c6c 100644
--- a/fluxer_app/src/components/pages/ReportPage.tsx
+++ b/fluxer_app/src/components/pages/ReportPage.tsx
@@ -17,327 +17,138 @@
* along with Fluxer. If not, see
.
*/
-import {Trans, useLingui} from '@lingui/react/macro';
+import {useLingui} from '@lingui/react/macro';
import {observer} from 'mobx-react-lite';
import React from 'react';
-import {Input, Textarea} from '~/components/form/Input';
-import {Select, type SelectOption} from '~/components/form/Select';
-import {Button} from '~/components/uikit/Button/Button';
-import {RadioGroup, type RadioOption} from '~/components/uikit/RadioGroup/RadioGroup';
+import * as ToastActionCreators from '~/actions/ToastActionCreators';
+import type {SelectOption} from '~/components/form/Select';
+import type {RadioOption} from '~/components/uikit/RadioGroup/RadioGroup';
+import {AuthLayoutContext} from '~/contexts/AuthLayoutContext';
import {Endpoints} from '~/Endpoints';
import {useFluxerDocumentTitle} from '~/hooks/useFluxerDocumentTitle';
import HttpClient from '~/lib/HttpClient';
import styles from './ReportPage.module.css';
+import {
+ COUNTRY_OPTIONS,
+ GUILD_CATEGORY_OPTIONS,
+ MESSAGE_CATEGORY_OPTIONS,
+ REPORT_TYPE_OPTION_DESCRIPTORS,
+ USER_CATEGORY_OPTIONS,
+} from './report/optionDescriptors';
+import ReportBreadcrumbs from './report/ReportBreadcrumbs';
+import ReportStepComplete from './report/ReportStepComplete';
+import ReportStepDetails from './report/ReportStepDetails';
+import ReportStepEmail from './report/ReportStepEmail';
+import ReportStepSelection from './report/ReportStepSelection';
+import ReportStepVerification from './report/ReportStepVerification';
+import {createInitialState, reducer} from './report/state';
+import type {FlowStep, FormValues, ReportType} from './report/types';
+import {
+ EMAIL_REGEX,
+ formatVerificationCodeInput,
+ isValidHttpUrl,
+ normalizeLikelyUrl,
+ VERIFICATION_CODE_REGEX,
+} from './report/validators';
-type ReportType = 'message' | 'user' | 'guild';
-type FlowStep = 'selection' | 'email' | 'verification' | 'details' | 'complete';
-
-const EMAIL_REGEX = /^[^\s@]+@[^\s@]+\.[^\s@]+$/;
-const VERIFICATION_CODE_REGEX = /^[A-Z0-9]{4}-[A-Z0-9]{4}$/;
-
-const FLOW_TOTAL_STEPS = 4;
-
-const INITIAL_FORM_VALUES = {
- category: '',
- reporterFullName: '',
- reporterCountry: '',
- reporterFluxerTag: '',
- messageLink: '',
- messageUserTag: '',
- userId: '',
- userTag: '',
- guildId: '',
- inviteCode: '',
- additionalInfo: '',
-};
-
-type FormValues = typeof INITIAL_FORM_VALUES;
-
-type State = {
- selectedType: ReportType | null;
- flowStep: FlowStep;
-
- email: string;
- verificationCode: string;
- ticket: string | null;
-
- formValues: FormValues;
-
- isSendingCode: boolean;
- isVerifying: boolean;
- isSubmitting: boolean;
-
- errorMessage: string | null;
- successReportId: string | null;
-};
-
-type Action =
- | {type: 'RESET_ALL'}
- | {type: 'SELECT_TYPE'; reportType: ReportType}
- | {type: 'GO_TO_SELECTION'}
- | {type: 'GO_TO_EMAIL'}
- | {type: 'GO_TO_VERIFICATION'}
- | {type: 'GO_TO_DETAILS'}
- | {type: 'SET_ERROR'; message: string | null}
- | {type: 'SET_EMAIL'; email: string}
- | {type: 'SET_VERIFICATION_CODE'; code: string}
- | {type: 'SET_TICKET'; ticket: string | null}
- | {type: 'SET_FORM_FIELD'; field: keyof FormValues; value: string}
- | {type: 'SENDING_CODE'; value: boolean}
- | {type: 'VERIFYING'; value: boolean}
- | {type: 'SUBMITTING'; value: boolean}
- | {type: 'SUBMIT_SUCCESS'; reportId: string};
-
-const createInitialState = (): State => ({
- selectedType: null,
- flowStep: 'selection',
-
- email: '',
- verificationCode: '',
- ticket: null,
-
- formValues: {...INITIAL_FORM_VALUES},
-
- isSendingCode: false,
- isVerifying: false,
- isSubmitting: false,
-
- errorMessage: null,
- successReportId: null,
-});
-
-function reducer(state: State, action: Action): State {
- switch (action.type) {
- case 'RESET_ALL':
- return createInitialState();
-
- case 'SELECT_TYPE':
- return {
- ...createInitialState(),
- selectedType: action.reportType,
- flowStep: 'email',
- };
-
- case 'GO_TO_SELECTION':
- return {
- ...createInitialState(),
- };
-
- case 'GO_TO_EMAIL':
- return {
- ...state,
- flowStep: 'email',
- verificationCode: '',
- ticket: null,
- isVerifying: false,
- errorMessage: null,
- };
-
- case 'GO_TO_VERIFICATION':
- return {
- ...state,
- flowStep: 'verification',
- verificationCode: '',
- ticket: null,
- errorMessage: null,
- };
-
- case 'GO_TO_DETAILS':
- return {
- ...state,
- flowStep: 'details',
- errorMessage: null,
- };
-
- case 'SET_ERROR':
- return {...state, errorMessage: action.message};
-
- case 'SET_EMAIL':
- return {...state, email: action.email, errorMessage: null};
-
- case 'SET_VERIFICATION_CODE':
- return {...state, verificationCode: action.code, errorMessage: null};
-
- case 'SET_TICKET':
- return {...state, ticket: action.ticket};
-
- case 'SET_FORM_FIELD':
- return {
- ...state,
- formValues: {...state.formValues, [action.field]: action.value},
- errorMessage: null,
- };
-
- case 'SENDING_CODE':
- return {...state, isSendingCode: action.value};
-
- case 'VERIFYING':
- return {...state, isVerifying: action.value};
-
- case 'SUBMITTING':
- return {...state, isSubmitting: action.value};
-
- case 'SUBMIT_SUCCESS':
- return {
- ...state,
- successReportId: action.reportId,
- flowStep: 'complete',
- isSubmitting: false,
- errorMessage: null,
- };
-
- default:
- return state;
- }
-}
-
-function getStepNumber(step: FlowStep): number | null {
- switch (step) {
- case 'selection':
- return 1;
- case 'email':
- return 2;
- case 'verification':
- return 3;
- case 'details':
- return 4;
- case 'complete':
- return null;
- }
-}
-
-function formatVerificationCodeInput(raw: string): string {
- const cleaned = raw
- .toUpperCase()
- .replace(/[^A-Z0-9]/g, '')
- .slice(0, 8);
- if (cleaned.length <= 4) return cleaned;
- return `${cleaned.slice(0, 4)}-${cleaned.slice(4)}`;
-}
-
-function normalizeLikelyUrl(raw: string): string {
- const trimmed = raw.trim();
- if (!trimmed) return '';
-
- if (!/^[a-zA-Z][a-zA-Z\d+\-.]*:\/\//.test(trimmed)) {
- return `https://${trimmed}`;
- }
-
- return trimmed;
-}
-
-function isValidHttpUrl(raw: string): boolean {
- try {
- const url = new URL(raw);
- return url.protocol === 'http:' || url.protocol === 'https:';
- } catch {
- return false;
- }
-}
+type ValidationError = {path: string; message: string};
export const ReportPage = observer(() => {
const {t} = useLingui();
+ const authLayout = React.useContext(AuthLayoutContext);
useFluxerDocumentTitle(t`Report Illegal Content`);
+ React.useLayoutEffect(() => {
+ if (!authLayout) return;
+ authLayout.setShowLogoSide(false);
+ return () => authLayout.setShowLogoSide(true);
+ }, [authLayout]);
+
const [state, dispatch] = React.useReducer(reducer, undefined, createInitialState);
- const reportTypeOptions = React.useMemo
>>(
- () => [
- {value: 'message', name: t`Report a Message`},
- {value: 'user', name: t`Report a User Profile`},
- {value: 'guild', name: t`Report a Community`},
- ],
+ const parseValidationErrors = React.useCallback(
+ (
+ error: unknown,
+ ): {fieldErrors: Partial>; generalMessage: string | null} | null => {
+ if (error && typeof error === 'object' && 'body' in error && (error as {body?: unknown}).body) {
+ const body = (error as {body?: any}).body;
+ const pathMap: Record = {
+ category: 'category',
+ reporter_full_legal_name: 'reporterFullName',
+ reporter_country_of_residence: 'reporterCountry',
+ reporter_fluxer_tag: 'reporterFluxerTag',
+ message_link: 'messageLink',
+ reported_user_tag: 'messageUserTag',
+ user_id: 'userId',
+ user_tag: 'userTag',
+ guild_id: 'guildId',
+ invite_code: 'inviteCode',
+ additional_info: 'additionalInfo',
+ };
+
+ if (body?.code === 'INVALID_FORM_BODY' && Array.isArray(body.errors)) {
+ const fieldErrors: Partial> = {};
+ const errors = body.errors as Array;
+ for (const err of errors) {
+ const mapped = pathMap[err.path];
+ if (mapped) {
+ fieldErrors[mapped] = err.message;
+ }
+ }
+
+ const hasFieldErrors = Object.keys(fieldErrors).length > 0;
+ const generalMessage = hasFieldErrors
+ ? null
+ : (errors[0]?.message ?? t`Something went wrong while submitting the report. Please try again.`);
+
+ return {fieldErrors, generalMessage};
+ }
+
+ if (typeof body?.message === 'string') {
+ return {fieldErrors: {}, generalMessage: body.message};
+ }
+ }
+
+ return null;
+ },
[t],
);
- const reportTypeLabel = React.useMemo(() => {
- const match = reportTypeOptions.find((o) => o.value === state.selectedType);
- return match?.name ?? '';
- }, [reportTypeOptions, state.selectedType]);
+ const reportTypeOptions = React.useMemo>>(() => {
+ return REPORT_TYPE_OPTION_DESCRIPTORS.map((option) => ({
+ value: option.value,
+ name: t(option.name),
+ }));
+ }, [t]);
- const messageCategoryOptions = React.useMemo>>(
- () => [
- {value: '', label: t`Select a category`},
- {value: 'harassment', label: t`Harassment or Bullying`},
- {value: 'hate_speech', label: t`Hate Speech`},
- {value: 'violent_content', label: t`Violent or Graphic Content`},
- {value: 'spam', label: t`Spam or Scam`},
- {value: 'nsfw_violation', label: t`NSFW Policy Violation`},
- {value: 'illegal_activity', label: t`Illegal Activity`},
- {value: 'doxxing', label: t`Sharing Personal Information`},
- {value: 'self_harm', label: t`Self-Harm or Suicide`},
- {value: 'child_safety', label: t`Child Safety Concerns`},
- {value: 'malicious_links', label: t`Malicious Links`},
- {value: 'impersonation', label: t`Impersonation`},
- {value: 'other', label: t`Other`},
- ],
- [t],
- );
+ const messageCategoryOptions = React.useMemo>>(() => {
+ return MESSAGE_CATEGORY_OPTIONS.map((option) => ({
+ value: option.value,
+ label: t(option.label),
+ }));
+ }, [t]);
- const userCategoryOptions = React.useMemo>>(
- () => [
- {value: '', label: t`Select a category`},
- {value: 'harassment', label: t`Harassment or Bullying`},
- {value: 'hate_speech', label: t`Hate Speech`},
- {value: 'spam_account', label: t`Spam Account`},
- {value: 'impersonation', label: t`Impersonation`},
- {value: 'underage_user', label: t`Underage User`},
- {value: 'inappropriate_profile', label: t`Inappropriate Profile`},
- {value: 'other', label: t`Other`},
- ],
- [t],
- );
+ const userCategoryOptions = React.useMemo>>(() => {
+ return USER_CATEGORY_OPTIONS.map((option) => ({
+ value: option.value,
+ label: t(option.label),
+ }));
+ }, [t]);
- const guildCategoryOptions = React.useMemo>>(
- () => [
- {value: '', label: t`Select a category`},
- {value: 'harassment', label: t`Harassment`},
- {value: 'hate_speech', label: t`Hate Speech`},
- {value: 'extremist_community', label: t`Extremist Community`},
- {value: 'illegal_activity', label: t`Illegal Activity`},
- {value: 'child_safety', label: t`Child Safety Concerns`},
- {value: 'raid_coordination', label: t`Raid Coordination`},
- {value: 'spam', label: t`Spam or Scam Community`},
- {value: 'malware_distribution', label: t`Malware Distribution`},
- {value: 'other', label: t`Other`},
- ],
- [t],
- );
+ const guildCategoryOptions = React.useMemo>>(() => {
+ return GUILD_CATEGORY_OPTIONS.map((option) => ({
+ value: option.value,
+ label: t(option.label),
+ }));
+ }, [t]);
- const countryOptions = React.useMemo>>(
- () => [
- {value: '', label: t`Select a country`},
- {value: 'AT', label: t`Austria`},
- {value: 'BE', label: t`Belgium`},
- {value: 'BG', label: t`Bulgaria`},
- {value: 'HR', label: t`Croatia`},
- {value: 'CY', label: t`Cyprus`},
- {value: 'CZ', label: t`Czech Republic`},
- {value: 'DK', label: t`Denmark`},
- {value: 'EE', label: t`Estonia`},
- {value: 'FI', label: t`Finland`},
- {value: 'FR', label: t`France`},
- {value: 'DE', label: t`Germany`},
- {value: 'GR', label: t`Greece`},
- {value: 'HU', label: t`Hungary`},
- {value: 'IE', label: t`Ireland`},
- {value: 'IT', label: t`Italy`},
- {value: 'LV', label: t`Latvia`},
- {value: 'LT', label: t`Lithuania`},
- {value: 'LU', label: t`Luxembourg`},
- {value: 'MT', label: t`Malta`},
- {value: 'NL', label: t`Netherlands`},
- {value: 'PL', label: t`Poland`},
- {value: 'PT', label: t`Portugal`},
- {value: 'RO', label: t`Romania`},
- {value: 'SK', label: t`Slovakia`},
- {value: 'SI', label: t`Slovenia`},
- {value: 'ES', label: t`Spain`},
- {value: 'SE', label: t`Sweden`},
- ],
- [t],
- );
+ const countryOptions = React.useMemo>>(() => {
+ return COUNTRY_OPTIONS.map((option) => ({
+ value: option.value,
+ label: t(option.label),
+ }));
+ }, [t]);
const categoryOptionsByType = React.useMemo(() => {
return {
@@ -349,7 +160,11 @@ export const ReportPage = observer(() => {
const categoryOptions = state.selectedType ? categoryOptionsByType[state.selectedType] : [];
- const isBusy = state.isSendingCode || state.isVerifying || state.isSubmitting;
+ React.useEffect(() => {
+ if (state.resendCooldownSeconds <= 0) return;
+ const timer = window.setInterval(() => dispatch({type: 'TICK_RESEND_COOLDOWN'}), 1000);
+ return () => window.clearInterval(timer);
+ }, [state.resendCooldownSeconds, dispatch]);
React.useEffect(() => {
if (state.flowStep === 'selection') return;
@@ -399,6 +214,9 @@ export const ReportPage = observer(() => {
dispatch({type: 'SET_ERROR', message: null});
dispatch({type: 'SENDING_CODE', value: true});
+ if (state.flowStep === 'verification') {
+ dispatch({type: 'START_RESEND_COOLDOWN', seconds: 30});
+ }
try {
await HttpClient.post({
@@ -408,12 +226,19 @@ export const ReportPage = observer(() => {
dispatch({type: 'SET_EMAIL', email: normalizedEmail});
dispatch({type: 'GO_TO_VERIFICATION'});
+
+ if (state.flowStep === 'verification') {
+ ToastActionCreators.createToast({type: 'success', children: t`Code resent`});
+ }
} catch (_error) {
dispatch({type: 'SET_ERROR', message: t`Failed to send verification code. Please try again.`});
+ if (state.flowStep === 'verification') {
+ ToastActionCreators.createToast({type: 'error', children: t`Failed to resend code. Please try again.`});
+ }
} finally {
dispatch({type: 'SENDING_CODE', value: false});
}
- }, [state.email, state.isSendingCode, state.isVerifying, state.isSubmitting, t]);
+ }, [state.email, state.isSendingCode, state.isVerifying, state.isSubmitting, state.flowStep, t]);
const verifyCode = React.useCallback(async () => {
if (state.isSendingCode || state.isVerifying || state.isSubmitting) return;
@@ -464,6 +289,8 @@ export const ReportPage = observer(() => {
return;
}
+ dispatch({type: 'CLEAR_FIELD_ERRORS'});
+
const reporterFullName = state.formValues.reporterFullName.trim();
const reporterCountry = state.formValues.reporterCountry;
const reporterFluxerTag = state.formValues.reporterFluxerTag.trim();
@@ -560,413 +387,149 @@ export const ReportPage = observer(() => {
dispatch({type: 'SUBMIT_SUCCESS', reportId: response.body.report_id});
} catch (_error) {
- dispatch({type: 'SET_ERROR', message: t`Something went wrong while submitting the report. Please try again.`});
+ const parsed = parseValidationErrors(_error);
+ if (parsed) {
+ dispatch({type: 'SET_FIELD_ERRORS', errors: parsed.fieldErrors});
+ dispatch({type: 'SET_ERROR', message: parsed.generalMessage});
+ } else {
+ dispatch({type: 'SET_ERROR', message: t`Something went wrong while submitting the report. Please try again.`});
+ }
dispatch({type: 'SUBMITTING', value: false});
}
}, [state, t]);
- const stepNumber = getStepNumber(state.flowStep);
+ const reporterFullName = state.formValues.reporterFullName.trim();
+ const reporterCountry = state.formValues.reporterCountry;
+ const category = state.formValues.category;
- const renderStepHeader = (title: React.ReactNode, description: React.ReactNode) => (
- <>
- {stepNumber !== null && (
-
-
- Step {stepNumber} of {FLOW_TOTAL_STEPS}
-
-
- )}
- {title}
- {description}
- >
+ const messageLinkNormalized = normalizeLikelyUrl(state.formValues.messageLink);
+ const messageLinkOk = state.selectedType !== 'message' ? true : isValidHttpUrl(messageLinkNormalized);
+
+ const userTargetOk =
+ state.selectedType !== 'user' ? true : Boolean(state.formValues.userId.trim() || state.formValues.userTag.trim());
+
+ const guildTargetOk = state.selectedType !== 'guild' ? true : Boolean(state.formValues.guildId.trim());
+
+ const canSubmit =
+ Boolean(category) &&
+ Boolean(reporterFullName) &&
+ Boolean(reporterCountry) &&
+ messageLinkOk &&
+ userTargetOk &&
+ guildTargetOk;
+
+ const handleBreadcrumbSelect = (step: FlowStep) => {
+ switch (step) {
+ case 'selection':
+ dispatch({type: 'GO_TO_SELECTION'});
+ break;
+ case 'email':
+ dispatch({type: 'GO_TO_EMAIL'});
+ break;
+ case 'verification':
+ dispatch({type: 'GO_TO_VERIFICATION'});
+ break;
+ case 'details':
+ dispatch({type: 'GO_TO_DETAILS'});
+ break;
+ default:
+ break;
+ }
+ };
+
+ const renderStep = () => {
+ switch (state.flowStep) {
+ case 'selection':
+ return (
+
+ );
+
+ case 'email':
+ return (
+ dispatch({type: 'SET_EMAIL', email: value})}
+ onSubmit={() => void sendVerificationCode()}
+ onStartOver={() => dispatch({type: 'GO_TO_SELECTION'})}
+ />
+ );
+
+ case 'verification':
+ return (
+ dispatch({type: 'GO_TO_EMAIL'})}
+ onResend={() => void sendVerificationCode()}
+ onVerify={() => void verifyCode()}
+ onCodeChange={(value) =>
+ dispatch({type: 'SET_VERIFICATION_CODE', code: formatVerificationCodeInput(value)})
+ }
+ onStartOver={() => dispatch({type: 'GO_TO_SELECTION'})}
+ />
+ );
+
+ case 'details':
+ return (
+ dispatch({type: 'SET_FORM_FIELD', field, value})}
+ onSubmit={() => void handleSubmit()}
+ onStartOver={() => dispatch({type: 'RESET_ALL'})}
+ onBack={() => dispatch({type: 'GO_TO_VERIFICATION'})}
+ messageLinkOk={messageLinkOk}
+ userTargetOk={userTargetOk}
+ guildTargetOk={guildTargetOk}
+ />
+ );
+
+ case 'complete':
+ return state.successReportId ? dispatch({type: 'RESET_ALL'})} /> : null;
+
+ default:
+ return null;
+ }
+ };
+
+ const breadcrumbs =
+ state.flowStep === 'complete' ? null : (
+
+ );
+
+ const breadcrumbShell =
+ state.flowStep === 'complete' ? null : (
+
+ {breadcrumbs ?? }
+
+ );
+
+ return (
+
+ {breadcrumbShell}
+
{renderStep()}
+
);
-
- if (state.flowStep === 'complete' && state.successReportId) {
- return (
-
- {renderStepHeader(
-
Report Submitted ,
-
Thank you for filing a report. We'll review it as soon as possible. ,
- )}
-
-
-
- Your submission ID
-
-
{state.successReportId}
-
-
-
- dispatch({type: 'RESET_ALL'})} disabled={isBusy}>
- Submit another report
-
-
-
- );
- }
-
- if (state.flowStep === 'selection') {
- return (
-
- {renderStepHeader(
-
Report Illegal Content ,
-
- Use this form to report illegal content under the Digital Services Act (DSA). Select what you want to
- report.
- ,
- )}
-
-
-
- options={reportTypeOptions}
- value={state.selectedType}
- onChange={onSelectType}
- aria-label={t`Report Type`}
- />
-
-
- );
- }
-
- if (state.flowStep === 'email') {
- const normalizedEmail = state.email.trim();
- const emailLooksValid = normalizedEmail.length > 0 && EMAIL_REGEX.test(normalizedEmail);
-
- return (
-
- {renderStepHeader(
-
Enter Your Email ,
-
We need to verify your email address before you can submit a report. ,
- )}
-
- {state.selectedType && (
-
- Reporting: {reportTypeLabel}
-
- )}
-
- {state.errorMessage && (
-
- {state.errorMessage}
-
- )}
-
-
-
-
- dispatch({type: 'GO_TO_SELECTION'})}
- disabled={isBusy}
- >
- Start over
-
-
-
- );
- }
-
- if (state.flowStep === 'verification') {
- const codeForValidation = state.verificationCode.trim().toUpperCase();
- const codeLooksValid = VERIFICATION_CODE_REGEX.test(codeForValidation);
-
- return (
-
- {renderStepHeader(
-
Enter Verification Code ,
-
We sent a verification code to {state.email}. ,
- )}
-
- {state.errorMessage && (
-
- {state.errorMessage}
-
- )}
-
-
-
-
-
- dispatch({type: 'GO_TO_EMAIL'})}
- disabled={isBusy}
- >
- Change email
-
-
- void sendVerificationCode()}
- disabled={state.isSendingCode || state.isVerifying || state.isSubmitting}
- >
- Resend code
-
-
-
-
dispatch({type: 'GO_TO_SELECTION'})}
- disabled={isBusy}
- >
- Start over
-
-
-
- );
- }
-
- if (state.flowStep === 'details' && state.selectedType) {
- const reporterFullName = state.formValues.reporterFullName.trim();
- const reporterCountry = state.formValues.reporterCountry;
- const category = state.formValues.category;
-
- const messageLinkNormalized = normalizeLikelyUrl(state.formValues.messageLink);
- const messageLinkOk = state.selectedType !== 'message' ? true : isValidHttpUrl(messageLinkNormalized);
-
- const userTargetOk =
- state.selectedType !== 'user' ? true : Boolean(state.formValues.userId.trim() || state.formValues.userTag.trim());
-
- const guildTargetOk = state.selectedType !== 'guild' ? true : Boolean(state.formValues.guildId.trim());
-
- const canSubmit =
- Boolean(category) &&
- Boolean(reporterFullName) &&
- Boolean(reporterCountry) &&
- messageLinkOk &&
- userTargetOk &&
- guildTargetOk;
-
- return (
-
- {renderStepHeader(
Report Details ,
Please provide the details of your report. )}
-
-
- Reporting: {reportTypeLabel}
-
- •
-
-
- Email verified
-
-
-
- {state.errorMessage && (
-
- {state.errorMessage}
-
- )}
-
-
-
-
- dispatch({type: 'RESET_ALL'})} disabled={isBusy}>
- Start over
-
-
-
- );
- }
-
- return null;
});
diff --git a/fluxer_app/src/components/pages/report/ReportBreadcrumbs.tsx b/fluxer_app/src/components/pages/report/ReportBreadcrumbs.tsx
new file mode 100644
index 00000000..9224448f
--- /dev/null
+++ b/fluxer_app/src/components/pages/report/ReportBreadcrumbs.tsx
@@ -0,0 +1,78 @@
+/*
+ * Copyright (C) 2026 Fluxer Contributors
+ *
+ * This file is part of Fluxer.
+ *
+ * Fluxer is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * Fluxer is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with Fluxer. If not, see .
+ */
+
+import {Trans} from '@lingui/react/macro';
+import clsx from 'clsx';
+import React from 'react';
+import styles from '../ReportPage.module.css';
+import type {FlowStep} from './types';
+
+type Props = {
+ current: FlowStep;
+ hasSelection: boolean;
+ hasEmail: boolean;
+ hasTicket: boolean;
+ onSelect: (step: FlowStep) => void;
+};
+
+const STEP_ORDER: Array = ['selection', 'email', 'verification', 'details'];
+
+export const ReportBreadcrumbs: React.FC = ({current, hasSelection, hasEmail, hasTicket, onSelect}) => {
+ const isEnabled = (step: FlowStep) => {
+ if (step === 'selection') return true;
+ if (step === 'email') return hasSelection;
+ if (step === 'verification') return hasEmail;
+ if (step === 'details') return hasTicket;
+ return false;
+ };
+
+ const labelMap: Record = {
+ selection: Choose ,
+ email: Email ,
+ verification: Code ,
+ details: Details ,
+ complete: Done ,
+ };
+
+ return (
+
+ {STEP_ORDER.map((step, index) => {
+ const active = current === step;
+ const clickable = !active && isEnabled(step);
+
+ return (
+
+ clickable && onSelect(step)}
+ >
+ {index + 1}
+ {labelMap[step]}
+
+ {index < STEP_ORDER.length - 1 && › }
+
+ );
+ })}
+
+ );
+};
+
+export default ReportBreadcrumbs;
diff --git a/fluxer_app/src/components/pages/report/ReportStepComplete.tsx b/fluxer_app/src/components/pages/report/ReportStepComplete.tsx
new file mode 100644
index 00000000..fcc1f05d
--- /dev/null
+++ b/fluxer_app/src/components/pages/report/ReportStepComplete.tsx
@@ -0,0 +1,49 @@
+/*
+ * Copyright (C) 2026 Fluxer Contributors
+ *
+ * This file is part of Fluxer.
+ *
+ * Fluxer is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * Fluxer is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with Fluxer. If not, see .
+ */
+
+import {Trans} from '@lingui/react/macro';
+import {CheckCircleIcon} from '@phosphor-icons/react';
+import type React from 'react';
+import {StatusSlate} from '~/components/modals/shared/StatusSlate';
+
+const FilledCheckCircleIcon: React.FC> = (props) => (
+
+);
+
+type Props = {
+ onStartOver: () => void;
+};
+
+export const ReportStepComplete: React.FC = ({onStartOver}) => (
+ Report submitted}
+ description={Thank you for helping keep Fluxer safe. We'll review your report as soon as possible. }
+ iconStyle={{color: 'var(--status-success)'}}
+ actions={[
+ {
+ text: Submit another report ,
+ onClick: onStartOver,
+ variant: 'secondary',
+ },
+ ]}
+ />
+);
+
+export default ReportStepComplete;
diff --git a/fluxer_app/src/components/pages/report/ReportStepDetails.tsx b/fluxer_app/src/components/pages/report/ReportStepDetails.tsx
new file mode 100644
index 00000000..044d4310
--- /dev/null
+++ b/fluxer_app/src/components/pages/report/ReportStepDetails.tsx
@@ -0,0 +1,260 @@
+/*
+ * Copyright (C) 2026 Fluxer Contributors
+ *
+ * This file is part of Fluxer.
+ *
+ * Fluxer is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * Fluxer is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with Fluxer. If not, see .
+ */
+
+import {Trans, useLingui} from '@lingui/react/macro';
+import type React from 'react';
+import {Input, Textarea} from '~/components/form/Input';
+import {Select, type SelectOption} from '~/components/form/Select';
+import {Button} from '~/components/uikit/Button/Button';
+import styles from '../ReportPage.module.css';
+import type {FormValues, ReportType} from './types';
+
+type Props = {
+ selectedType: ReportType;
+ formValues: FormValues;
+ categoryOptions: Array>;
+ countryOptions: Array>;
+ fieldErrors: Partial>;
+ errorMessage: string | null;
+ canSubmit: boolean;
+ isSubmitting: boolean;
+ onFieldChange: (field: keyof FormValues, value: string) => void;
+ onSubmit: () => void;
+ onStartOver: () => void;
+ onBack: () => void;
+ messageLinkOk: boolean;
+ userTargetOk: boolean;
+ guildTargetOk: boolean;
+};
+
+export const ReportStepDetails: React.FC = ({
+ selectedType,
+ formValues,
+ categoryOptions,
+ countryOptions,
+ fieldErrors,
+ errorMessage,
+ canSubmit,
+ isSubmitting,
+ onFieldChange,
+ onSubmit,
+ onStartOver,
+ onBack,
+ messageLinkOk,
+ userTargetOk,
+ guildTargetOk,
+}) => {
+ const {t} = useLingui();
+ const hasFieldErrors = Object.values(fieldErrors).some((value) => Boolean(value));
+ const showGeneralError = Boolean(errorMessage && !hasFieldErrors);
+
+ return (
+
+
+
+
+ {showGeneralError && (
+
+ {errorMessage}
+
+ )}
+
+
{
+ e.preventDefault();
+ onSubmit();
+ }}
+ >
+
+ label={t`Violation Category`}
+ value={formValues.category}
+ options={categoryOptions}
+ error={fieldErrors.category}
+ onChange={(value) => onFieldChange('category', value)}
+ isSearchable={false}
+ />
+
+ {selectedType === 'message' && (
+ <>
+ onFieldChange('messageLink', e.target.value)}
+ placeholder="https://fluxer.app/channels/..."
+ autoComplete="off"
+ error={fieldErrors.messageLink}
+ footer={
+ !formValues.messageLink.trim() ? undefined : !messageLinkOk ? (
+
+ That doesn't look like a valid URL.
+
+ ) : undefined
+ }
+ />
+ onFieldChange('messageUserTag', e.target.value)}
+ placeholder="username#1234"
+ autoComplete="off"
+ error={fieldErrors.messageUserTag}
+ />
+ >
+ )}
+
+ {selectedType === 'user' && (
+ <>
+ onFieldChange('userId', e.target.value)}
+ placeholder="123456789012345678"
+ autoComplete="off"
+ error={fieldErrors.userId}
+ />
+ onFieldChange('userTag', e.target.value)}
+ placeholder="username#1234"
+ autoComplete="off"
+ error={fieldErrors.userTag}
+ footer={
+ userTargetOk ? undefined : (
+
+ Provide at least a user ID or a user tag.
+
+ )
+ }
+ />
+ >
+ )}
+
+ {selectedType === 'guild' && (
+ <>
+ onFieldChange('guildId', e.target.value)}
+ placeholder="123456789012345678"
+ autoComplete="off"
+ error={fieldErrors.guildId}
+ footer={
+ guildTargetOk ? undefined : (
+
+ Guild ID is required.
+
+ )
+ }
+ />
+ onFieldChange('inviteCode', e.target.value)}
+ placeholder="abcDEF12"
+ autoComplete="off"
+ error={fieldErrors.inviteCode}
+ />
+ >
+ )}
+
+ onFieldChange('reporterFullName', e.target.value)}
+ placeholder={t`First and last name`}
+ autoComplete="name"
+ error={fieldErrors.reporterFullName}
+ />
+
+
+ label={t`Country of Residence`}
+ value={formValues.reporterCountry}
+ options={countryOptions}
+ error={fieldErrors.reporterCountry}
+ onChange={(value) => onFieldChange('reporterCountry', value)}
+ />
+
+ onFieldChange('reporterFluxerTag', e.target.value)}
+ placeholder="username#1234"
+ error={fieldErrors.reporterFluxerTag}
+ />
+
+ onFieldChange('additionalInfo', e.target.value)}
+ placeholder={t`Describe what makes the content illegal`}
+ maxLength={1000}
+ minRows={3}
+ maxRows={6}
+ error={fieldErrors.additionalInfo}
+ />
+
+
+
+ Submit DSA Report
+
+
+ Back
+
+
+
+
+
+
+
+ );
+};
+
+export default ReportStepDetails;
diff --git a/fluxer_app/src/components/pages/report/ReportStepEmail.tsx b/fluxer_app/src/components/pages/report/ReportStepEmail.tsx
new file mode 100644
index 00000000..4448adbd
--- /dev/null
+++ b/fluxer_app/src/components/pages/report/ReportStepEmail.tsx
@@ -0,0 +1,112 @@
+/*
+ * Copyright (C) 2026 Fluxer Contributors
+ *
+ * This file is part of Fluxer.
+ *
+ * Fluxer is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * Fluxer is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with Fluxer. If not, see .
+ */
+
+import {Trans, useLingui} from '@lingui/react/macro';
+import type React from 'react';
+import {Input} from '~/components/form/Input';
+import {Button} from '~/components/uikit/Button/Button';
+import styles from '../ReportPage.module.css';
+
+type Props = {
+ email: string;
+ errorMessage: string | null;
+ isSending: boolean;
+ onEmailChange: (value: string) => void;
+ onSubmit: () => void;
+ onStartOver: () => void;
+};
+
+export const ReportStepEmail: React.FC = ({
+ email,
+ errorMessage,
+ isSending,
+ onEmailChange,
+ onSubmit,
+ onStartOver,
+}) => {
+ const {t} = useLingui();
+ const normalizedEmail = email.trim();
+ const emailLooksValid = normalizedEmail.length > 0 && /^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(normalizedEmail);
+
+ return (
+
+
+
+
+ {errorMessage && (
+
+ {errorMessage}
+
+ )}
+
+
{
+ e.preventDefault();
+ onSubmit();
+ }}
+ >
+ onEmailChange(e.target.value)}
+ placeholder="you@example.com"
+ autoComplete="email"
+ />
+
+
+
+ Send Verification Code
+
+
+
+ Start over
+
+
+
+
+
+ );
+};
+
+export default ReportStepEmail;
diff --git a/fluxer_app/src/components/pages/report/ReportStepSelection.tsx b/fluxer_app/src/components/pages/report/ReportStepSelection.tsx
new file mode 100644
index 00000000..9e5c1d2a
--- /dev/null
+++ b/fluxer_app/src/components/pages/report/ReportStepSelection.tsx
@@ -0,0 +1,60 @@
+/*
+ * Copyright (C) 2026 Fluxer Contributors
+ *
+ * This file is part of Fluxer.
+ *
+ * Fluxer is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * Fluxer is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with Fluxer. If not, see .
+ */
+
+import {Trans} from '@lingui/react/macro';
+import type React from 'react';
+import type {RadioOption} from '~/components/uikit/RadioGroup/RadioGroup';
+import {RadioGroup} from '~/components/uikit/RadioGroup/RadioGroup';
+import styles from '../ReportPage.module.css';
+import type {ReportType} from './types';
+
+type Props = {
+ reportTypeOptions: ReadonlyArray>;
+ selectedType: ReportType | null;
+ onSelect: (type: ReportType) => void;
+};
+
+export const ReportStepSelection: React.FC = ({reportTypeOptions, selectedType, onSelect}) => {
+ return (
+
+
+
+
+
+ options={reportTypeOptions}
+ value={selectedType}
+ onChange={onSelect}
+ aria-label="Report Type"
+ />
+
+
+ );
+};
+
+export default ReportStepSelection;
diff --git a/fluxer_app/src/components/pages/report/ReportStepVerification.tsx b/fluxer_app/src/components/pages/report/ReportStepVerification.tsx
new file mode 100644
index 00000000..ad9af804
--- /dev/null
+++ b/fluxer_app/src/components/pages/report/ReportStepVerification.tsx
@@ -0,0 +1,140 @@
+/*
+ * Copyright (C) 2026 Fluxer Contributors
+ *
+ * This file is part of Fluxer.
+ *
+ * Fluxer is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * Fluxer is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with Fluxer. If not, see .
+ */
+
+import {Trans, useLingui} from '@lingui/react/macro';
+import type React from 'react';
+import {Input} from '~/components/form/Input';
+import {Button} from '~/components/uikit/Button/Button';
+import styles from '../ReportPage.module.css';
+
+type Props = {
+ email: string;
+ verificationCode: string;
+ errorMessage: string | null;
+ isVerifying: boolean;
+ isResending: boolean;
+ resendCooldownSeconds: number;
+ onChangeEmail: () => void;
+ onResend: () => void;
+ onVerify: () => void;
+ onCodeChange: (value: string) => void;
+ onStartOver: () => void;
+};
+
+export const ReportStepVerification: React.FC = ({
+ email,
+ verificationCode,
+ errorMessage,
+ isVerifying,
+ isResending,
+ resendCooldownSeconds,
+ onChangeEmail,
+ onResend,
+ onVerify,
+ onCodeChange,
+ onStartOver,
+}) => {
+ const {t} = useLingui();
+ const codeForValidation = verificationCode.trim().toUpperCase();
+ const codeLooksValid = /^[A-Z0-9]{4}-[A-Z0-9]{4}$/.test(codeForValidation);
+
+ return (
+
+
+
+
+ {errorMessage && (
+
+ {errorMessage}
+
+ )}
+
+
{
+ e.preventDefault();
+ onVerify();
+ }}
+ >
+ onCodeChange(e.target.value)}
+ placeholder="ABCD-1234"
+ autoComplete="one-time-code"
+ />
+
+
+
+ Verify Code
+
+
+ 0}
+ submitting={isResending}
+ >
+ {resendCooldownSeconds > 0 ? (
+ Resend ({resendCooldownSeconds}s)
+ ) : (
+ Resend code
+ )}
+
+
+
+
+
+
+
+ );
+};
+
+export default ReportStepVerification;
diff --git a/fluxer_app/src/components/pages/report/optionDescriptors.ts b/fluxer_app/src/components/pages/report/optionDescriptors.ts
new file mode 100644
index 00000000..fb3879f7
--- /dev/null
+++ b/fluxer_app/src/components/pages/report/optionDescriptors.ts
@@ -0,0 +1,110 @@
+/*
+ * Copyright (C) 2026 Fluxer Contributors
+ *
+ * This file is part of Fluxer.
+ *
+ * Fluxer is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * Fluxer is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with Fluxer. If not, see .
+ */
+
+import {msg} from '@lingui/core/macro';
+import type {ReportType} from './types';
+
+type MessageDescriptor = ReturnType;
+
+type SelectDescriptor = {
+ value: string;
+ label: MessageDescriptor;
+};
+
+type RadioDescriptor = {
+ value: T;
+ name: MessageDescriptor;
+};
+
+export const REPORT_TYPE_OPTION_DESCRIPTORS: ReadonlyArray> = [
+ {value: 'message', name: msg`Report a Message`},
+ {value: 'user', name: msg`Report a User Profile`},
+ {value: 'guild', name: msg`Report a Community`},
+];
+
+export const MESSAGE_CATEGORY_OPTIONS: ReadonlyArray = [
+ {value: '', label: msg`Select a category`},
+ {value: 'harassment', label: msg`Harassment or Bullying`},
+ {value: 'hate_speech', label: msg`Hate Speech`},
+ {value: 'violent_content', label: msg`Violent or Graphic Content`},
+ {value: 'spam', label: msg`Spam or Scam`},
+ {value: 'nsfw_violation', label: msg`NSFW Policy Violation`},
+ {value: 'illegal_activity', label: msg`Illegal Activity`},
+ {value: 'doxxing', label: msg`Sharing Personal Information`},
+ {value: 'self_harm', label: msg`Self-Harm or Suicide`},
+ {value: 'child_safety', label: msg`Child Safety Concerns`},
+ {value: 'malicious_links', label: msg`Malicious Links`},
+ {value: 'impersonation', label: msg`Impersonation`},
+ {value: 'other', label: msg`Other`},
+];
+
+export const USER_CATEGORY_OPTIONS: ReadonlyArray = [
+ {value: '', label: msg`Select a category`},
+ {value: 'harassment', label: msg`Harassment or Bullying`},
+ {value: 'hate_speech', label: msg`Hate Speech`},
+ {value: 'spam_account', label: msg`Spam Account`},
+ {value: 'impersonation', label: msg`Impersonation`},
+ {value: 'underage_user', label: msg`Underage User`},
+ {value: 'inappropriate_profile', label: msg`Inappropriate Profile`},
+ {value: 'other', label: msg`Other`},
+];
+
+export const GUILD_CATEGORY_OPTIONS: ReadonlyArray = [
+ {value: '', label: msg`Select a category`},
+ {value: 'harassment', label: msg`Harassment`},
+ {value: 'hate_speech', label: msg`Hate Speech`},
+ {value: 'extremist_community', label: msg`Extremist Community`},
+ {value: 'illegal_activity', label: msg`Illegal Activity`},
+ {value: 'child_safety', label: msg`Child Safety Concerns`},
+ {value: 'raid_coordination', label: msg`Raid Coordination`},
+ {value: 'spam', label: msg`Spam or Scam Community`},
+ {value: 'malware_distribution', label: msg`Malware Distribution`},
+ {value: 'other', label: msg`Other`},
+];
+
+export const COUNTRY_OPTIONS: ReadonlyArray = [
+ {value: '', label: msg`Select a country`},
+ {value: 'AT', label: msg`Austria`},
+ {value: 'BE', label: msg`Belgium`},
+ {value: 'BG', label: msg`Bulgaria`},
+ {value: 'HR', label: msg`Croatia`},
+ {value: 'CY', label: msg`Cyprus`},
+ {value: 'CZ', label: msg`Czech Republic`},
+ {value: 'DK', label: msg`Denmark`},
+ {value: 'EE', label: msg`Estonia`},
+ {value: 'FI', label: msg`Finland`},
+ {value: 'FR', label: msg`France`},
+ {value: 'DE', label: msg`Germany`},
+ {value: 'GR', label: msg`Greece`},
+ {value: 'HU', label: msg`Hungary`},
+ {value: 'IE', label: msg`Ireland`},
+ {value: 'IT', label: msg`Italy`},
+ {value: 'LV', label: msg`Latvia`},
+ {value: 'LT', label: msg`Lithuania`},
+ {value: 'LU', label: msg`Luxembourg`},
+ {value: 'MT', label: msg`Malta`},
+ {value: 'NL', label: msg`Netherlands`},
+ {value: 'PL', label: msg`Poland`},
+ {value: 'PT', label: msg`Portugal`},
+ {value: 'RO', label: msg`Romania`},
+ {value: 'SK', label: msg`Slovakia`},
+ {value: 'SI', label: msg`Slovenia`},
+ {value: 'ES', label: msg`Spain`},
+ {value: 'SE', label: msg`Sweden`},
+];
diff --git a/fluxer_app/src/components/pages/report/state.ts b/fluxer_app/src/components/pages/report/state.ts
new file mode 100644
index 00000000..e8548876
--- /dev/null
+++ b/fluxer_app/src/components/pages/report/state.ts
@@ -0,0 +1,152 @@
+/*
+ * Copyright (C) 2026 Fluxer Contributors
+ *
+ * This file is part of Fluxer.
+ *
+ * Fluxer is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * Fluxer is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with Fluxer. If not, see .
+ */
+
+import {type Action, INITIAL_FORM_VALUES, type State} from './types';
+
+export const createInitialState = (): State => ({
+ selectedType: null,
+ flowStep: 'selection',
+
+ email: '',
+ verificationCode: '',
+ ticket: null,
+
+ formValues: {...INITIAL_FORM_VALUES},
+
+ isSendingCode: false,
+ isVerifying: false,
+ isSubmitting: false,
+
+ errorMessage: null,
+ successReportId: null,
+
+ resendCooldownSeconds: 0,
+
+ fieldErrors: {},
+});
+
+export function reducer(state: State, action: Action): State {
+ switch (action.type) {
+ case 'RESET_ALL':
+ return createInitialState();
+
+ case 'SELECT_TYPE':
+ return {
+ ...createInitialState(),
+ selectedType: action.reportType,
+ flowStep: 'email',
+ };
+
+ case 'GO_TO_SELECTION':
+ return {
+ ...createInitialState(),
+ };
+
+ case 'GO_TO_EMAIL':
+ return {
+ ...state,
+ flowStep: 'email',
+ verificationCode: '',
+ ticket: null,
+ isVerifying: false,
+ errorMessage: null,
+ resendCooldownSeconds: 0,
+ fieldErrors: {},
+ };
+
+ case 'GO_TO_VERIFICATION':
+ return {
+ ...state,
+ flowStep: 'verification',
+ verificationCode: '',
+ ticket: null,
+ errorMessage: null,
+ resendCooldownSeconds: 0,
+ fieldErrors: {},
+ };
+
+ case 'GO_TO_DETAILS':
+ return {
+ ...state,
+ flowStep: 'details',
+ errorMessage: null,
+ fieldErrors: {},
+ };
+
+ case 'SET_ERROR':
+ return {...state, errorMessage: action.message};
+
+ case 'SET_EMAIL':
+ return {...state, email: action.email, errorMessage: null};
+
+ case 'SET_VERIFICATION_CODE':
+ return {...state, verificationCode: action.code, errorMessage: null};
+
+ case 'SET_TICKET':
+ return {...state, ticket: action.ticket};
+
+ case 'SET_FORM_FIELD':
+ return {
+ ...state,
+ formValues: {...state.formValues, [action.field]: action.value},
+ errorMessage: null,
+ fieldErrors: {...state.fieldErrors, [action.field]: undefined},
+ };
+
+ case 'SENDING_CODE':
+ return {...state, isSendingCode: action.value};
+
+ case 'VERIFYING':
+ return {...state, isVerifying: action.value};
+
+ case 'SUBMITTING':
+ return {...state, isSubmitting: action.value};
+
+ case 'SUBMIT_SUCCESS':
+ return {
+ ...state,
+ successReportId: action.reportId,
+ flowStep: 'complete',
+ isSubmitting: false,
+ errorMessage: null,
+ fieldErrors: {},
+ };
+
+ case 'START_RESEND_COOLDOWN':
+ return {...state, resendCooldownSeconds: action.seconds};
+
+ case 'TICK_RESEND_COOLDOWN':
+ return {...state, resendCooldownSeconds: Math.max(0, state.resendCooldownSeconds - 1)};
+
+ case 'SET_FIELD_ERRORS':
+ return {...state, fieldErrors: action.errors};
+
+ case 'CLEAR_FIELD_ERRORS':
+ return {...state, fieldErrors: {}};
+
+ case 'CLEAR_FIELD_ERROR': {
+ const next = {...state.fieldErrors};
+ delete next[action.field];
+ return {...state, fieldErrors: next};
+ }
+
+ default:
+ return state;
+ }
+}
diff --git a/fluxer_app/src/components/pages/report/types.ts b/fluxer_app/src/components/pages/report/types.ts
new file mode 100644
index 00000000..9148a867
--- /dev/null
+++ b/fluxer_app/src/components/pages/report/types.ts
@@ -0,0 +1,81 @@
+/*
+ * Copyright (C) 2026 Fluxer Contributors
+ *
+ * This file is part of Fluxer.
+ *
+ * Fluxer is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * Fluxer is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with Fluxer. If not, see .
+ */
+
+export type ReportType = 'message' | 'user' | 'guild';
+export type FlowStep = 'selection' | 'email' | 'verification' | 'details' | 'complete';
+
+export const INITIAL_FORM_VALUES = {
+ category: '',
+ reporterFullName: '',
+ reporterCountry: '',
+ reporterFluxerTag: '',
+ messageLink: '',
+ messageUserTag: '',
+ userId: '',
+ userTag: '',
+ guildId: '',
+ inviteCode: '',
+ additionalInfo: '',
+};
+
+export type FormValues = typeof INITIAL_FORM_VALUES;
+
+export type State = {
+ selectedType: ReportType | null;
+ flowStep: FlowStep;
+
+ email: string;
+ verificationCode: string;
+ ticket: string | null;
+
+ formValues: FormValues;
+
+ isSendingCode: boolean;
+ isVerifying: boolean;
+ isSubmitting: boolean;
+
+ errorMessage: string | null;
+ successReportId: string | null;
+
+ resendCooldownSeconds: number;
+
+ fieldErrors: Partial>;
+};
+
+export type Action =
+ | {type: 'RESET_ALL'}
+ | {type: 'SELECT_TYPE'; reportType: ReportType}
+ | {type: 'GO_TO_SELECTION'}
+ | {type: 'GO_TO_EMAIL'}
+ | {type: 'GO_TO_VERIFICATION'}
+ | {type: 'GO_TO_DETAILS'}
+ | {type: 'SET_ERROR'; message: string | null}
+ | {type: 'SET_EMAIL'; email: string}
+ | {type: 'SET_VERIFICATION_CODE'; code: string}
+ | {type: 'SET_TICKET'; ticket: string | null}
+ | {type: 'SET_FORM_FIELD'; field: keyof FormValues; value: string}
+ | {type: 'SENDING_CODE'; value: boolean}
+ | {type: 'VERIFYING'; value: boolean}
+ | {type: 'SUBMITTING'; value: boolean}
+ | {type: 'SUBMIT_SUCCESS'; reportId: string}
+ | {type: 'START_RESEND_COOLDOWN'; seconds: number}
+ | {type: 'TICK_RESEND_COOLDOWN'}
+ | {type: 'SET_FIELD_ERRORS'; errors: Partial>}
+ | {type: 'CLEAR_FIELD_ERRORS'}
+ | {type: 'CLEAR_FIELD_ERROR'; field: keyof FormValues};
diff --git a/fluxer_app/src/components/pages/report/validators.ts b/fluxer_app/src/components/pages/report/validators.ts
new file mode 100644
index 00000000..2e94c092
--- /dev/null
+++ b/fluxer_app/src/components/pages/report/validators.ts
@@ -0,0 +1,50 @@
+/*
+ * Copyright (C) 2026 Fluxer Contributors
+ *
+ * This file is part of Fluxer.
+ *
+ * Fluxer is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * Fluxer is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with Fluxer. If not, see .
+ */
+
+export const EMAIL_REGEX = /^[^\s@]+@[^\s@]+\.[^\s@]+$/;
+export const VERIFICATION_CODE_REGEX = /^[A-Z0-9]{4}-[A-Z0-9]{4}$/;
+
+export function formatVerificationCodeInput(raw: string): string {
+ const cleaned = raw
+ .toUpperCase()
+ .replace(/[^A-Z0-9]/g, '')
+ .slice(0, 8);
+ if (cleaned.length <= 4) return cleaned;
+ return `${cleaned.slice(0, 4)}-${cleaned.slice(4)}`;
+}
+
+export function normalizeLikelyUrl(raw: string): string {
+ const trimmed = raw.trim();
+ if (!trimmed) return '';
+
+ if (!/^[a-zA-Z][a-zA-Z\d+\-.]*:\/\//.test(trimmed)) {
+ return `https://${trimmed}`;
+ }
+
+ return trimmed;
+}
+
+export function isValidHttpUrl(raw: string): boolean {
+ try {
+ const url = new URL(raw);
+ return url.protocol === 'http:' || url.protocol === 'https:';
+ } catch {
+ return false;
+ }
+}
diff --git a/fluxer_app/src/components/popouts/UserAreaPopout.tsx b/fluxer_app/src/components/popouts/UserAreaPopout.tsx
index 74b192ed..5198414a 100644
--- a/fluxer_app/src/components/popouts/UserAreaPopout.tsx
+++ b/fluxer_app/src/components/popouts/UserAreaPopout.tsx
@@ -455,7 +455,8 @@ export const UserAreaPopout = observer(() => {
{
(
/>
-
+
{children}
diff --git a/fluxer_app/src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx b/fluxer_app/src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx
index 909d2d36..ac807a85 100644
--- a/fluxer_app/src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx
+++ b/fluxer_app/src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx
@@ -24,8 +24,10 @@ import * as ModalActionCreators from '~/actions/ModalActionCreators';
import {modal} from '~/actions/ModalActionCreators';
import {RelationshipTypes} from '~/Constants';
import {ChangeFriendNicknameModal} from '~/components/modals/ChangeFriendNicknameModal';
+import {Tooltip} from '~/components/uikit/Tooltip/Tooltip';
import type {UserRecord} from '~/records/UserRecord';
import RelationshipStore from '~/stores/RelationshipStore';
+import UserStore from '~/stores/UserStore';
import * as RelationshipActionUtils from '~/utils/RelationshipActionUtils';
import {
AcceptFriendRequestIcon,
@@ -50,6 +52,7 @@ export const SendFriendRequestMenuItem: React.FC
const [submitting, setSubmitting] = React.useState(false);
const showFriendRequestSent = relationshipType === RelationshipTypes.OUTGOING_REQUEST;
+ const isCurrentUserUnclaimed = !(UserStore.currentUser?.isClaimed() ?? true);
const handleSendFriendRequest = React.useCallback(async () => {
if (submitting || showFriendRequestSent) return;
@@ -58,6 +61,24 @@ export const SendFriendRequestMenuItem: React.FC
setSubmitting(false);
}, [i18n, showFriendRequestSent, submitting, user.id]);
+ if (isCurrentUserUnclaimed) {
+ const tooltip = t`Claim your account to send friend requests.`;
+ return (
+
+
+ }
+ onClick={handleSendFriendRequest}
+ disabled={true}
+ closeOnSelect={false}
+ >
+ {showFriendRequestSent ? t`Friend Request Sent` : t`Add Friend`}
+
+
+
+ );
+ }
+
return (
}
diff --git a/fluxer_app/src/components/uikit/Popout/Popout.tsx b/fluxer_app/src/components/uikit/Popout/Popout.tsx
index a33167fc..4c6ba96f 100644
--- a/fluxer_app/src/components/uikit/Popout/Popout.tsx
+++ b/fluxer_app/src/components/uikit/Popout/Popout.tsx
@@ -50,6 +50,7 @@ interface PopoutProps {
containerClass?: string;
preventInvert?: boolean;
hoverDelay?: number;
+ hoverCloseDelay?: number;
toggleClose?: boolean;
subscribeTo?: ComponentActionType;
onOpen?: () => void;
@@ -192,8 +193,8 @@ export const Popout = React.forwardRef((props, ref) =>
if (!isTriggerHoveringRef.current && !isContentHoveringRef.current && !hasActiveDependents) {
close();
}
- }, 300);
- }, [close, state.id]);
+ }, props.hoverCloseDelay ?? 300);
+ }, [close, state.id, props.hoverCloseDelay]);
const handleContentMouseEnter = React.useCallback(() => {
isContentHoveringRef.current = true;
diff --git a/fluxer_app/src/components/uikit/Popout/Popouts.tsx b/fluxer_app/src/components/uikit/Popout/Popouts.tsx
index c1c208f0..1341d05b 100644
--- a/fluxer_app/src/components/uikit/Popout/Popouts.tsx
+++ b/fluxer_app/src/components/uikit/Popout/Popouts.tsx
@@ -125,10 +125,10 @@ const PopoutItem: React.FC = observer(
const transitionStyles = React.useMemo(() => {
const shouldAnimate = animationType === 'smooth' && !prefersReducedMotion;
const duration = shouldAnimate ? '250ms' : '0ms';
- const isPositioned = state.isReady;
+ const isPositioned = animationType === 'none' ? true : state.isReady;
const transform = getTransform(shouldAnimate, isVisible, isPositioned, targetInDOM);
return {
- opacity: isVisible && isPositioned && targetInDOM ? 1 : 0,
+ opacity: isVisible && targetInDOM ? 1 : 0,
transform,
transition: `opacity ${duration} ease-in-out${shouldAnimate ? `, transform ${duration} ease-in-out` : ''}`,
pointerEvents: isPositioned && targetInDOM ? ('auto' as const) : ('none' as const),
diff --git a/fluxer_app/src/hooks/useAntiShiftFloating.ts b/fluxer_app/src/hooks/useAntiShiftFloating.ts
index 55864952..6f9dea1b 100644
--- a/fluxer_app/src/hooks/useAntiShiftFloating.ts
+++ b/fluxer_app/src/hooks/useAntiShiftFloating.ts
@@ -65,10 +65,9 @@ export function useAntiShiftFloating(
} = options;
const floatingRef = React.useRef(null);
- const [state, setState] = React.useState({
- x: -9999,
- y: -9999,
- isReady: false,
+ const [state, setState] = React.useState(() => {
+ const {x, y} = target ? getInitialGuess(target, placement, offsetMainAxis, offsetCrossAxis) : {x: -9999, y: -9999};
+ return {x, y, isReady: false};
});
const cleanupRef = React.useRef<(() => void) | null>(null);
const isCalculatingRef = React.useRef(false);
@@ -93,13 +92,6 @@ export function useAntiShiftFloating(
return;
}
- Object.assign(floating.style, {
- visibility: 'hidden',
- position: 'fixed',
- left: '-9999px',
- top: '-9999px',
- });
-
const adaptivePadding = enableSmartBoundary ? getAdaptivePadding() : 8;
const shiftPadding = Math.max(6, adaptivePadding);
@@ -207,3 +199,50 @@ export function useAntiShiftFloating(
updatePosition,
};
}
+
+function getInitialGuess(target: HTMLElement, placement: Placement, offsetMainAxis: number, offsetCrossAxis: number) {
+ const rect = target.getBoundingClientRect();
+ const [side, align = 'center'] = placement.split('-') as [string, string];
+
+ let x = rect.left;
+ let y = rect.top;
+
+ switch (side) {
+ case 'right':
+ x = rect.right + offsetMainAxis;
+ break;
+ case 'left':
+ x = rect.left - offsetMainAxis;
+ break;
+ case 'bottom':
+ y = rect.bottom + offsetMainAxis;
+ break;
+ case 'top':
+ y = rect.top - offsetMainAxis;
+ break;
+ default:
+ break;
+ }
+
+ if (side === 'top' || side === 'bottom') {
+ if (align === 'end') {
+ x = rect.right;
+ } else if (align === 'start') {
+ x = rect.left;
+ } else {
+ x = rect.left + rect.width / 2;
+ }
+ x += offsetCrossAxis;
+ } else {
+ if (align === 'end') {
+ y = rect.bottom;
+ } else if (align === 'start') {
+ y = rect.top;
+ } else {
+ y = rect.top + rect.height / 2;
+ }
+ y += offsetCrossAxis;
+ }
+
+ return {x, y};
+}
diff --git a/fluxer_app/src/hooks/useReactionTooltip.ts b/fluxer_app/src/hooks/useReactionTooltip.ts
index d9018414..ee402078 100644
--- a/fluxer_app/src/hooks/useReactionTooltip.ts
+++ b/fluxer_app/src/hooks/useReactionTooltip.ts
@@ -34,6 +34,7 @@ export function useReactionTooltip(hoverDelay = 500) {
const hoverTimerRef = React.useRef(null);
const closeTimerRef = React.useRef(null);
const isCalculatingRef = React.useRef(false);
+ const lastPointerRef = React.useRef<{x: number; y: number} | null>(null);
const [state, setState] = React.useState({
x: 0,
@@ -58,6 +59,17 @@ export function useReactionTooltip(hoverDelay = 500) {
return !!targetRef.current?.contains(node) || !!tooltipRef.current?.contains(node);
}, []);
+ const updateLastPointer = React.useCallback((event: MouseEvent | React.MouseEvent | PointerEvent) => {
+ lastPointerRef.current = {x: event.clientX, y: event.clientY};
+ }, []);
+
+ const shouldKeepOpen = React.useCallback(() => {
+ const lastPointer = lastPointerRef.current;
+ if (!lastPointer) return false;
+ const element = document.elementFromPoint(lastPointer.x, lastPointer.y);
+ return isInHoverRegion(element);
+ }, [isInHoverRegion]);
+
const updatePosition = React.useCallback(async () => {
if (!state.isOpen || !targetRef.current || !tooltipRef.current || isCalculatingRef.current) {
return;
@@ -110,6 +122,15 @@ export function useReactionTooltip(hoverDelay = 500) {
setState({x: 0, y: 0, isOpen: false, isReady: false});
}, [clearTimers]);
+ const scheduleHide = React.useCallback(() => {
+ closeTimerRef.current = setTimeout(() => {
+ if (shouldKeepOpen()) {
+ return;
+ }
+ hide();
+ }, 100);
+ }, [hide, shouldKeepOpen]);
+
const handleMouseEnter = React.useCallback(() => {
clearTimers();
if (state.isOpen) return;
@@ -121,35 +142,37 @@ export function useReactionTooltip(hoverDelay = 500) {
const handleMouseLeave = React.useCallback(
(event: React.MouseEvent) => {
clearTimers();
+ updateLastPointer(event);
if (isInHoverRegion(event.relatedTarget)) {
return;
}
- closeTimerRef.current = setTimeout(() => {
- hide();
- }, 100);
+ scheduleHide();
},
- [hide, clearTimers],
+ [clearTimers, isInHoverRegion, scheduleHide, updateLastPointer],
);
- const handleTooltipMouseEnter = React.useCallback(() => {
- clearTimers();
- }, [clearTimers]);
+ const handleTooltipMouseEnter = React.useCallback(
+ (event: React.MouseEvent) => {
+ clearTimers();
+ updateLastPointer(event);
+ },
+ [clearTimers, updateLastPointer],
+ );
const handleTooltipMouseLeave = React.useCallback(
(event: React.MouseEvent) => {
clearTimers();
+ updateLastPointer(event);
if (isInHoverRegion(event.relatedTarget)) {
return;
}
- closeTimerRef.current = setTimeout(() => {
- hide();
- }, 100);
+ scheduleHide();
},
- [hide, clearTimers, isInHoverRegion],
+ [clearTimers, isInHoverRegion, scheduleHide, updateLastPointer],
);
React.useEffect(() => {
@@ -183,6 +206,24 @@ export function useReactionTooltip(hoverDelay = 500) {
};
}, [state.isOpen, updatePosition]);
+ React.useEffect(() => {
+ if (!state.isOpen) {
+ return;
+ }
+
+ const handlePointerMove = (event: PointerEvent | MouseEvent) => {
+ lastPointerRef.current = {x: event.clientX, y: event.clientY};
+ };
+
+ window.addEventListener('pointermove', handlePointerMove, {passive: true});
+ window.addEventListener('mousemove', handlePointerMove, {passive: true});
+
+ return () => {
+ window.removeEventListener('pointermove', handlePointerMove);
+ window.removeEventListener('mousemove', handlePointerMove);
+ };
+ }, [state.isOpen]);
+
React.useEffect(() => {
return () => {
clearTimers();
diff --git a/fluxer_app/src/lib/FocusManager.tsx b/fluxer_app/src/lib/FocusManager.tsx
index 132ec47a..2e7d86c4 100644
--- a/fluxer_app/src/lib/FocusManager.tsx
+++ b/fluxer_app/src/lib/FocusManager.tsx
@@ -40,7 +40,7 @@ class FocusManager {
this.initialized = true;
this.disposer = autorun(() => {
- this.notifyListeners(WindowStore.focused);
+ this.notifyListeners(this.isForeground());
});
}
@@ -53,7 +53,7 @@ class FocusManager {
subscribe(listener: FocusChangeListener): () => void {
this.listeners.add(listener);
- listener(WindowStore.isFocused());
+ listener(this.isForeground());
return () => {
this.listeners.delete(listener);
@@ -70,8 +70,12 @@ class FocusManager {
});
}
+ private isForeground(): boolean {
+ return WindowStore.isFocused() && WindowStore.isVisible();
+ }
+
isFocused(): boolean {
- return WindowStore.isFocused();
+ return WindowStore.isFocused() && WindowStore.isVisible();
}
}
diff --git a/fluxer_app/src/lib/TextareaAutosize.tsx b/fluxer_app/src/lib/TextareaAutosize.tsx
index 4a98d2a9..9fd77523 100644
--- a/fluxer_app/src/lib/TextareaAutosize.tsx
+++ b/fluxer_app/src/lib/TextareaAutosize.tsx
@@ -52,13 +52,16 @@ function computeRowConstraints(el: HTMLTextAreaElement, minRows?: number, maxRow
}
export const TextareaAutosize = React.forwardRef((props, forwardedRef) => {
- const {minRows: minRowsProp, maxRows, style, onHeightChange, rows, ...rest} = props;
+ const {minRows: minRowsProp, maxRows, style, onHeightChange, rows, onInput, ...rest} = props;
- const minRows = minRowsProp ?? (typeof rows === 'number' ? rows : undefined);
+ const resolvedRows = rows ?? 1;
+ const minRows = minRowsProp ?? (typeof resolvedRows === 'number' ? resolvedRows : undefined);
const elRef = React.useRef(null);
const onHeightChangeRef = React.useRef(onHeightChange);
+ const lastWidthRef = React.useRef(null);
const lastHeightRef = React.useRef(null);
+ const resizeScheduledRef = React.useRef(false);
const setRef = React.useCallback(
(node: HTMLTextAreaElement | null) => {
@@ -84,10 +87,44 @@ export const TextareaAutosize = React.forwardRef {
+ const el = elRef.current;
+ if (!el) return;
+
+ const cs = window.getComputedStyle(el);
+ const {minHeight, maxHeight, lineHeight} = computeRowConstraints(el, minRows, maxRows);
+ const borderBlock = getNumber(cs.borderTopWidth) + getNumber(cs.borderBottomWidth);
+ const isBorderBox = cs.boxSizing === 'border-box';
+
+ el.style.height = 'auto';
+
+ let nextHeight = el.scrollHeight + (isBorderBox ? borderBlock : 0);
+ if (minHeight != null) nextHeight = Math.max(nextHeight, minHeight);
+ if (maxHeight != null) nextHeight = Math.min(nextHeight, maxHeight);
+
+ const heightPx = `${nextHeight}px`;
+ if (el.style.height !== heightPx) {
+ el.style.height = heightPx;
+ }
+
+ if (lastHeightRef.current !== nextHeight) {
+ lastHeightRef.current = nextHeight;
+ onHeightChangeRef.current?.(nextHeight, {rowHeight: lineHeight});
+ }
+ }, [maxRows, minRows]);
+
+ const scheduleResize = React.useCallback(() => {
+ if (resizeScheduledRef.current) return;
+ resizeScheduledRef.current = true;
+ requestAnimationFrame(() => {
+ resizeScheduledRef.current = false;
+ resize();
+ });
+ }, [resize]);
+
React.useEffect(() => {
const el = elRef.current;
if (!el || typeof ResizeObserver === 'undefined') return;
@@ -96,27 +133,38 @@ export const TextareaAutosize = React.forwardRef ro.disconnect();
- }, []);
+ }, [scheduleResize]);
const computedStyle = React.useMemo(
(): React.CSSProperties => ({
- fieldSizing: 'content',
+ overflow: maxRows ? 'auto' : 'hidden',
...style,
}),
- [style],
+ [maxRows, style],
);
- return ;
+ const handleInput = React.useCallback(
+ (event: React.FormEvent) => {
+ resize();
+ onInput?.(event);
+ },
+ [onInput, resize],
+ );
+
+ React.useLayoutEffect(() => {
+ resize();
+ }, [resize, props.value, props.defaultValue, rows]);
+
+ return ;
});
TextareaAutosize.displayName = 'TextareaAutosize';
diff --git a/fluxer_app/src/lib/markdown/parser/parsers/inline-parsers.ts b/fluxer_app/src/lib/markdown/parser/parsers/inline-parsers.ts
index 6fa63cc1..58fe5c9c 100644
--- a/fluxer_app/src/lib/markdown/parser/parsers/inline-parsers.ts
+++ b/fluxer_app/src/lib/markdown/parser/parsers/inline-parsers.ts
@@ -723,10 +723,8 @@ function findFormattingEnd(
if (currentChar === markerChar) {
if (markerChar === BACKTICK && position + 1 < textLength && text.charCodeAt(position + 1) === BACKTICK) {
- let _backtickCount = 0;
let checkPos = position;
while (checkPos < textLength && text.charCodeAt(checkPos) === BACKTICK) {
- _backtickCount++;
checkPos++;
}
position = checkPos;
diff --git a/fluxer_app/src/locales/ar/messages.po b/fluxer_app/src/locales/ar/messages.po
index 405619b2..8da9fa5d 100644
--- a/fluxer_app/src/locales/ar/messages.po
+++ b/fluxer_app/src/locales/ar/messages.po
@@ -68,12 +68,12 @@ msgstr "(أقصى 15 معروض)"
msgid "(No content)"
msgstr "(لا يوجد محتوى)"
-#: src/components/modals/UserProfileMobileSheet.tsx:552
+#: src/components/modals/UserProfileMobileSheet.tsx:556
#: src/components/pages/YouPage.tsx:147
msgid "(only visible to you)"
msgstr "(مرئي لك فقط)"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:954
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:976
msgid "(you)"
msgstr "(أنت)"
@@ -138,12 +138,12 @@ msgid "{0} Online"
msgstr "{0} متصل(ون)"
#. placeholder {0}: reaction.count
-#: src/components/channel/MessageReactions.tsx:120
+#: src/components/channel/MessageReactions.tsx:119
msgid "{0} reaction"
msgstr "{0} رد فعل"
#. placeholder {0}: reaction.count
-#: src/components/channel/MessageReactions.tsx:120
+#: src/components/channel/MessageReactions.tsx:119
msgid "{0} reactions"
msgstr "{0} ردود فعل"
@@ -153,13 +153,13 @@ msgid "{0} remaining"
msgstr "{0} متبقي"
#. placeholder {0}: machineState.total
-#: src/components/channel/ChannelSearchResults.tsx:315
+#: src/components/channel/ChannelSearchResults.tsx:272
msgid "{0} Result"
msgstr "{0} نتيجة"
#. placeholder {0}: machineState.total
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:390
-#: src/components/channel/ChannelSearchResults.tsx:315
+#: src/components/channel/ChannelSearchResults.tsx:272
msgid "{0} Results"
msgstr "{0} نتيجة"
@@ -402,7 +402,7 @@ msgstr "{actor} قام بتحديث الملصق {namedTarget}."
msgid "{actor} updated the webhook {namedTarget}."
msgstr "{actor} قام بتحديث الويب هوك {namedTarget}."
-#: src/components/modals/tabs/BetaCodesTab.tsx:280
+#: src/components/modals/tabs/BetaCodesTab.tsx:284
msgid "{allowance} codes remaining this week"
msgstr "يتبقى {allowance} رمزًا هذا الأسبوع"
@@ -533,7 +533,7 @@ msgstr "{emojiName}، {0} رد فعل"
msgid "{emojiName}, {0} reactions"
msgstr "{emojiName}، {0} ردود فعل"
-#: src/components/channel/MessageReactions.tsx:122
+#: src/components/channel/MessageReactions.tsx:121
msgid "{emojiName}: {reactionCountText}, {actionText}"
msgstr "{emojiName}: {reactionCountText}، {actionText}"
@@ -561,8 +561,8 @@ msgstr "لا يمكن تحريك صور {label}. يرجى استخدام JPEG أ
#: src/components/auth/InviteHeader.tsx:127
#: src/components/auth/InviteHeader.tsx:241
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:281
-#: src/components/channel/InviteEmbed.tsx:180
-#: src/components/channel/InviteEmbed.tsx:444
+#: src/components/channel/InviteEmbed.tsx:182
+#: src/components/channel/InviteEmbed.tsx:446
msgid "{memberCount} Member"
msgstr "{memberCount} عضو"
@@ -570,8 +570,8 @@ msgstr "{memberCount} عضو"
#: src/components/auth/InviteHeader.tsx:127
#: src/components/auth/InviteHeader.tsx:241
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:281
-#: src/components/channel/InviteEmbed.tsx:180
-#: src/components/channel/InviteEmbed.tsx:444
+#: src/components/channel/InviteEmbed.tsx:182
+#: src/components/channel/InviteEmbed.tsx:446
msgid "{memberCount} Members"
msgstr "{memberCount} أعضاء"
@@ -606,11 +606,11 @@ msgstr "{minutes} دقائق و {seconds} ثواني"
msgid "{minutes} minutes and 1 second"
msgstr "{minutes} دقيقة و ثانية واحدة"
-#: src/components/channel/dm/DMWelcomeSection.tsx:155
+#: src/components/channel/dm/DMWelcomeSection.tsx:167
msgid "{mutualGuildCount} mutual commmunity"
msgstr "{mutualGuildCount} مجتمع مشترك"
-#: src/components/channel/dm/DMWelcomeSection.tsx:156
+#: src/components/channel/dm/DMWelcomeSection.tsx:168
msgid "{mutualGuildCount} mutual communities"
msgstr "{mutualGuildCount} مجتمعات مشتركة"
@@ -632,7 +632,7 @@ msgstr "{participantCount} مشاركين في المكالمة"
#: src/components/auth/InviteHeader.tsx:235
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:276
-#: src/components/channel/InviteEmbed.tsx:439
+#: src/components/channel/InviteEmbed.tsx:441
msgid "{presenceCount} Online"
msgstr "{presenceCount} متصل"
@@ -644,15 +644,15 @@ msgstr "بقي {remaining} حرف"
msgid "{remaining} characters left. Get Plutonium to write up to {premiumMaxLength} characters."
msgstr "بقي {remaining} حرف. احصل على Plutonium للكتابة حتى {premiumMaxLength} حرف."
-#: src/components/channel/InviteEmbed.tsx:301
+#: src/components/channel/InviteEmbed.tsx:303
msgid "{renderedMemberCount} Member"
msgstr "{renderedMemberCount} عضو"
-#: src/components/channel/InviteEmbed.tsx:301
+#: src/components/channel/InviteEmbed.tsx:303
msgid "{renderedMemberCount} Members"
msgstr "{renderedMemberCount} أعضاء"
-#: src/components/channel/InviteEmbed.tsx:296
+#: src/components/channel/InviteEmbed.tsx:298
msgid "{renderedPresenceCount} Online"
msgstr "{renderedPresenceCount} متصل"
@@ -704,11 +704,11 @@ msgstr "{totalSeconds} ثانية"
msgid "{totalSeconds} seconds"
msgstr "{totalSeconds} ثواني"
-#: src/components/layout/GuildsLayout.tsx:231
+#: src/components/layout/GuildsLayout.tsx:229
msgid "{unavailableCount} communities are temporarily unavailable due to a flux capacitor malfunction."
msgstr "{unavailableCount} مجتمعات غير متاحة مؤقتًا بسبب عطل في مكثف الفلوكس."
-#: src/components/layout/GuildsLayout.tsx:230
+#: src/components/layout/GuildsLayout.tsx:228
msgid "{unavailableCount} community is temporarily unavailable due to a flux capacitor malfunction."
msgstr "{unavailableCount} مجتمع غير متاح مؤقتًا بسبب عطل في مكثف الفلوكس."
@@ -814,27 +814,27 @@ msgstr "إشارات @everyone"
msgid "@username"
msgstr "@username"
-#: src/components/channel/CallMessage.tsx:75
+#: src/components/channel/CallMessage.tsx:72
msgid "# days"
msgstr "# أيام"
-#: src/components/channel/CallMessage.tsx:76
+#: src/components/channel/CallMessage.tsx:73
msgid "# hours"
msgstr "# ساعات"
-#: src/components/channel/CallMessage.tsx:77
+#: src/components/channel/CallMessage.tsx:74
msgid "# minutes"
msgstr "# دقائق"
-#: src/components/channel/CallMessage.tsx:73
+#: src/components/channel/CallMessage.tsx:70
msgid "# months"
msgstr "# شهور"
-#: src/components/channel/CallMessage.tsx:74
+#: src/components/channel/CallMessage.tsx:71
msgid "# weeks"
msgstr "# أسابيع"
-#: src/components/channel/CallMessage.tsx:72
+#: src/components/channel/CallMessage.tsx:69
msgid "# years"
msgstr "# سنوات"
@@ -878,11 +878,11 @@ msgstr "<0/> أزال <1/> من المجموعة."
msgid "<0/> removed someone from the group."
msgstr "<0/> أزال شخصًا من المجموعة."
-#: src/components/channel/CallMessage.tsx:191
+#: src/components/channel/CallMessage.tsx:185
msgid "<0/> started a call that lasted {durationText}."
msgstr "<0/> بدأ مكالمة استمرت {durationText}."
-#: src/components/channel/CallMessage.tsx:154
+#: src/components/channel/CallMessage.tsx:148
msgid "<0/> started a call."
msgstr "<0/> بدأ مكالمة."
@@ -943,11 +943,11 @@ msgstr "<0>أزال الكتم عن0> العضو."
msgid "<0>Warning:0> This will also disable SMS two-factor authentication."
msgstr "<0>تحذير:0> سيؤدي هذا أيضًا إلى تعطيل المصادقة الثنائية عبر الرسائل القصيرة."
-#: src/components/modals/tabs/BetaCodesTab.tsx:278
+#: src/components/modals/tabs/BetaCodesTab.tsx:282
msgid "1 code remaining this week"
msgstr "رمز واحد متبقي هذا الأسبوع"
-#: src/components/channel/CallMessage.tsx:75
+#: src/components/channel/CallMessage.tsx:72
#: src/components/modals/BanMemberModal.tsx:54
#: src/components/modals/InviteModal.tsx:77
#: src/components/modals/InviteModal.tsx:212
@@ -956,7 +956,7 @@ msgstr "رمز واحد متبقي هذا الأسبوع"
msgid "1 day"
msgstr "يوم واحد"
-#: src/components/channel/CallMessage.tsx:76
+#: src/components/channel/CallMessage.tsx:73
#: src/components/modals/BanMemberModal.tsx:52
#: src/components/modals/channelTabs/ChannelOverviewTab.tsx:154
#: src/components/modals/CustomStatusBottomSheet.tsx:44
@@ -993,7 +993,7 @@ msgstr "دقيقة واحدة و {seconds} ثواني"
msgid "1 minute and 1 second"
msgstr "دقيقة واحدة و ثانية واحدة"
-#: src/components/channel/CallMessage.tsx:73
+#: src/components/channel/CallMessage.tsx:70
#: src/components/modals/BanMemberModal.tsx:59
msgid "1 month"
msgstr "شهر واحد"
@@ -1002,12 +1002,12 @@ msgstr "شهر واحد"
msgid "1 Month"
msgstr "شهر واحد"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:99
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:120
msgid "1 Month {monthlyPrice}"
msgstr "شهر واحد {monthlyPrice}"
-#: src/components/modals/components/plutonium/GiftSection.tsx:78
-#: src/components/modals/components/plutonium/PricingSection.tsx:110
+#: src/components/modals/components/plutonium/GiftSection.tsx:88
+#: src/components/modals/components/plutonium/PricingSection.tsx:128
msgid "1 Month Gift"
msgstr "هدية لمدة شهر"
@@ -1020,22 +1020,22 @@ msgstr "استخدام واحد"
msgid "1 user"
msgstr "مستخدم واحد"
-#: src/components/channel/CallMessage.tsx:74
+#: src/components/channel/CallMessage.tsx:71
#: src/components/modals/BanMemberModal.tsx:57
#: src/components/modals/TimeoutMemberOptions.ts:39
msgid "1 week"
msgstr "أسبوع واحد"
-#: src/components/channel/CallMessage.tsx:72
+#: src/components/channel/CallMessage.tsx:69
msgid "1 year"
msgstr "سنة واحدة"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:91
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:109
msgid "1 Year {yearlyPrice}"
msgstr "سنة واحدة {yearlyPrice}"
-#: src/components/modals/components/plutonium/GiftSection.tsx:69
-#: src/components/modals/components/plutonium/PricingSection.tsx:101
+#: src/components/modals/components/plutonium/GiftSection.tsx:76
+#: src/components/modals/components/plutonium/PricingSection.tsx:116
msgid "1 Year Gift"
msgstr "هدية لمدة سنة"
@@ -1286,8 +1286,8 @@ msgstr "8 ساعات"
msgid "A 4-digit tag will be added automatically to ensure uniqueness"
msgstr "سيتم إضافة علامة مكونة من 4 أرقام تلقائيًا لضمان التفرد"
-#: src/components/channel/CallMessage.tsx:86
-#: src/components/channel/CallMessage.tsx:148
+#: src/components/channel/CallMessage.tsx:83
+#: src/components/channel/CallMessage.tsx:142
msgid "a few seconds"
msgstr "بضع ثوانٍ"
@@ -1299,7 +1299,7 @@ msgstr "مجموعة من المحاربين على لوحة المفاتيح ت
msgid "A helpful bot that does amazing things!"
msgstr "بوت مفيد يقوم بأشياء مذهلة!"
-#: src/components/channel/CallMessage.tsx:77
+#: src/components/channel/CallMessage.tsx:74
msgid "a minute"
msgstr "دقيقة واحدة"
@@ -1316,7 +1316,7 @@ msgid "A symphony of clacking keys is underway..."
msgstr "أوركسترا من صوت المفاتيح تنتظر..."
#: src/components/modals/tabs/MyProfileTab/BioEditor.tsx:127
-#: src/components/modals/UserProfileMobileSheet.tsx:528
+#: src/components/modals/UserProfileMobileSheet.tsx:532
#: src/components/pages/YouPage.tsx:132
msgid "About Me"
msgstr "حولي"
@@ -1330,18 +1330,18 @@ msgstr "حولك"
msgid "Accent Color"
msgstr "لون التمييز"
-#: src/components/channel/channel-view/DMChannelView.tsx:291
-#: src/components/channel/dm/DMWelcomeSection.tsx:116
+#: src/components/channel/channel-view/DMChannelView.tsx:292
+#: src/components/channel/dm/DMWelcomeSection.tsx:128
#: src/components/channel/friends/FriendListItem.tsx:238
#: src/components/channel/friends/MobileFriendRequestItem.tsx:99
#: src/components/voice/IncomingCallUI.tsx:302
msgid "Accept"
msgstr "قبول"
-#: src/components/bottomsheets/DMBottomSheet.tsx:515
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:260
-#: src/components/modals/UserProfileModal.tsx:1258
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:88
+#: src/components/bottomsheets/DMBottomSheet.tsx:517
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:262
+#: src/components/modals/UserProfileModal.tsx:1259
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:109
msgid "Accept Friend Request"
msgstr "قبول طلب الصداقة"
@@ -1358,7 +1358,7 @@ msgstr "قبول الدعوة"
msgid "Accept the incoming call"
msgstr "قبول المكالمة الواردة"
-#: src/components/channel/InviteEmbed.tsx:226
+#: src/components/channel/InviteEmbed.tsx:228
#: src/components/modals/InviteAcceptModal.tsx:163
msgid "Accepting this invite installs the pack automatically."
msgstr "قبول هذه الدعوة يقوم بتثبيت الحزمة تلقائيًا."
@@ -1407,7 +1407,7 @@ msgstr "الحساب والمميزات المدفوعة"
msgid "Account appears to exist solely for spamming"
msgstr "يبدو أن الحساب موجود فقط لإرسال البريد العشوائي"
-#: src/components/modals/ClaimAccountModal.tsx:105
+#: src/components/modals/ClaimAccountModal.tsx:107
msgid "Account claimed successfully"
msgstr "تم المطالبة بالحساب بنجاح"
@@ -1459,7 +1459,7 @@ msgstr "في جميع الرسائل المباشرة التي شاركت فيه
msgid "Action with both icons!"
msgstr "إجراء بكلتا الأيقونتين!"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:124
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:143
msgid "Active"
msgstr "نشط"
@@ -1584,12 +1584,13 @@ msgstr "إضافة بريد إلكتروني"
msgid "Add Favorite Channels"
msgstr "إضافة القنوات المفضلة"
-#: src/components/bottomsheets/DMBottomSheet.tsx:524
+#: src/components/bottomsheets/DMBottomSheet.tsx:527
#: src/components/channel/dm/AddFriendView.tsx:32
#: src/components/channel/dm/DMFriendsView.tsx:199
#: src/components/modals/AddFriendSheet.tsx:50
-#: src/components/modals/UserProfileModal.tsx:1178
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:68
+#: src/components/modals/UserProfileModal.tsx:1179
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:75
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:89
msgid "Add Friend"
msgstr "إضافة صديق"
@@ -1597,7 +1598,7 @@ msgstr "إضافة صديق"
msgid "Add Friends"
msgstr "إضافة أصدقاء"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1187
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1211
#: src/components/channel/ChannelHeader.tsx:630
#: src/components/channel/dm/GroupDMWelcomeSection.tsx:85
msgid "Add Friends to Group"
@@ -1612,7 +1613,7 @@ msgstr "إضافة عنصر"
msgid "Add new reactions to messages."
msgstr "إضافة تفاعلات جديدة للرسائل."
-#: src/components/bottomsheets/DMBottomSheet.tsx:426
+#: src/components/bottomsheets/DMBottomSheet.tsx:428
#: src/components/profile/ProfileCard/ProfileCardActions.tsx:48
#: src/components/uikit/ContextMenu/items/UserNoteMenuItems.tsx:42
msgid "Add Note"
@@ -1647,7 +1648,7 @@ msgstr "نموذج إضافة رقم هاتف"
#: src/components/channel/MessageActionBar.tsx:450
#: src/components/channel/MessageActionBar.tsx:741
#: src/components/channel/messageActionMenu.tsx:92
-#: src/components/channel/MessageReactions.tsx:264
+#: src/components/channel/MessageReactions.tsx:263
#: src/components/uikit/ContextMenu/items/MessageMenuItems.tsx:65
msgid "Add Reaction"
msgstr "إضافة تفاعل"
@@ -1695,8 +1696,8 @@ msgid "Add to favorites"
msgstr "إضافة إلى المفضلة"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:370
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1103
-#: src/components/bottomsheets/DMBottomSheet.tsx:400
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1127
+#: src/components/bottomsheets/DMBottomSheet.tsx:402
#: src/components/channel/ChannelHeader.tsx:547
#: src/components/channel/ChannelHeader.tsx:595
#: src/components/channel/ChannelHeader.tsx:600
@@ -1731,11 +1732,11 @@ msgid "Added to bookmarks"
msgstr "تمت الإضافة إلى الإشارات المرجعية"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:118
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:544
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:558
msgid "Added to favorites"
msgstr "تمت الإضافة إلى المفضلة"
-#: src/components/bottomsheets/DMBottomSheet.tsx:129
+#: src/components/bottomsheets/DMBottomSheet.tsx:131
msgid "Added to Favorites"
msgstr "أضيف إلى المفضلة"
@@ -1752,7 +1753,7 @@ msgstr "تمت الإضافة: {createdDate}"
msgid "Added: {createdDate} • Last used: {lastUsedDate}"
msgstr "تمت الإضافة: {createdDate} • آخر استخدام: {lastUsedDate}"
-#: src/components/pages/ReportPage.tsx:943
+#: src/components/pages/report/ReportStepDetails.tsx:222
msgid "Additional Comments (optional)"
msgstr "تعليقات إضافية (اختياري)"
@@ -1873,7 +1874,7 @@ msgstr "سيتم إعلام جميع المكالمات بصمت بدلاً من
msgid "All Communities"
msgstr "جميع المجتمعات"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:74
+#: src/components/modals/components/plutonium/VisionarySection.tsx:83
msgid "All current and future Plutonium benefits, forever"
msgstr "جميع مزايا Plutonium الحالية والمستقبلية، للأبد"
@@ -1911,7 +1912,7 @@ msgstr "جميع الأعضاء"
msgid "All messages"
msgstr "جميع الرسائل"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1377
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1401
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:206
#: src/components/modals/GuildNotificationSettingsModal.tsx:87
#: src/components/modals/GuildNotificationSettingsModal.tsx:273
@@ -2071,11 +2072,11 @@ msgstr "تم السماح بـ {0}."
msgid "Already have an account?"
msgstr "هل لديك حساب بالفعل؟"
-#: src/components/channel/InviteEmbed.tsx:187
+#: src/components/channel/InviteEmbed.tsx:189
msgid "Already joined"
msgstr "انضم بالفعل"
-#: src/components/channel/GiftEmbed.tsx:90
+#: src/components/channel/GiftEmbed.tsx:97
msgid "Already redeemed"
msgstr "تم الاسترداد بالفعل"
@@ -2135,8 +2136,8 @@ msgstr "الثقة دائمًا بـ <0>{hostname}0> — تخطي هذا ال
msgid "Always underline links"
msgstr "تسطير الروابط دائمًا"
-#: src/components/channel/ChannelSearchResults.tsx:511
-#: src/components/channel/ChannelSearchResults.tsx:562
+#: src/components/channel/ChannelSearchResults.tsx:480
+#: src/components/channel/ChannelSearchResults.tsx:531
#: src/hooks/useChannelSearch.ts:233
#: src/hooks/useChannelSearch.ts:375
msgid "An error occurred while searching"
@@ -2198,7 +2199,7 @@ msgid "Animated Emoji ({0})"
msgstr "الرموز التعبيرية المتحركة ({0})"
#: src/components/channel/embeds/media/EmbedGifv.tsx:237
-#: src/components/channel/embeds/media/EmbedGifv.tsx:725
+#: src/components/channel/embeds/media/EmbedGifv.tsx:749
#: src/components/modals/MediaViewerModal.tsx:294
#: src/components/modals/MediaViewerModal.tsx:362
msgid "Animated GIF"
@@ -2320,8 +2321,8 @@ msgstr "تم تحديث التطبيق بنجاح"
msgid "Applications"
msgstr "التطبيقات"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:99
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:137
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:103
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:141
msgid "Applications & Bots"
msgstr "التطبيقات والروبوتات"
@@ -2352,7 +2353,7 @@ msgid "Archive"
msgstr "أرشفة"
#. placeholder {0}: user.username
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:162
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:164
#: src/components/modals/UserProfileActionsSheet.tsx:133
#: src/utils/RelationshipActionUtils.tsx:141
msgid "Are you sure you want to block {0}? They won't be able to message you or send you friend requests."
@@ -2368,8 +2369,8 @@ msgid "Are you sure you want to close this group DM? You can always reopen it la
msgstr "هل أنت متأكد أنك تريد إغلاق هذه المراسلة المباشرة الجماعية؟ يمكنك إعادة فتحها لاحقًا دائمًا."
#. placeholder {0}: recipient?.username ?? ''
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:601
-#: src/components/bottomsheets/DMBottomSheet.tsx:303
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:615
+#: src/components/bottomsheets/DMBottomSheet.tsx:305
msgid "Are you sure you want to close your DM with {0}? You can always reopen it later."
msgstr "هل أنت متأكد أنك تريد إغلاق مراسلتك المباشرة مع {0}؟ يمكنك إعادة فتحها لاحقًا دائمًا."
@@ -2406,7 +2407,7 @@ msgid "Are you sure you want to delete #{0}? This action cannot be undone."
msgstr "هل أنت متأكد أنك تريد حذف #{0}؟ لا يمكن التراجع عن هذا الإجراء."
#. placeholder {0}: channel.name ?? 'this channel'
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:667
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:681
msgid "Are you sure you want to delete #{0}? This cannot be undone."
msgstr "هل أنت متأكد أنك تريد حذف #{0}؟ لا يمكن التراجع عن هذا."
@@ -2504,7 +2505,7 @@ msgstr "هل أنت متأكد أنك تريد مغادرة {0}؟"
msgid "Are you sure you want to leave this community? You will no longer be able to see any messages."
msgstr "هل أنت متأكد أنك تريد مغادرة هذا المجتمع؟ لن تتمكن من رؤية أي رسائل بعد الآن."
-#: src/components/bottomsheets/DMBottomSheet.tsx:338
+#: src/components/bottomsheets/DMBottomSheet.tsx:340
#: src/hooks/useLeaveGroup.tsx:43
msgid "Are you sure you want to leave this group? You will no longer be able to see any messages."
msgstr "هل أنت متأكد أنك تريد مغادرة هذه المجموعة؟ لن تتمكن من رؤية أي رسائل بعد الآن."
@@ -2515,9 +2516,9 @@ msgid "Are you sure you want to make {0} the group owner? You will lose owner pr
msgstr "هل أنت متأكد أنك تريد جعل {0} مالك المجموعة؟ ستفقد امتيازات المالك."
#. placeholder {0}: user.username
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:145
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:147
#: src/components/modals/UserProfileActionsSheet.tsx:116
-#: src/components/modals/UserProfileMobileSheet.tsx:303
+#: src/components/modals/UserProfileMobileSheet.tsx:304
#: src/utils/RelationshipActionUtils.tsx:114
msgid "Are you sure you want to remove {0} as a friend?"
msgstr "هل أنت متأكد أنك تريد إزالة {0} كصديق؟"
@@ -2557,10 +2558,10 @@ msgid "Are you sure you want to transfer ownership of the group to {0}?"
msgstr "هل أنت متأكد أنك تريد نقل ملكية المجموعة إلى {0}؟"
#. placeholder {0}: user.username
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:179
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:181
#: src/components/modals/tabs/BlockedUsersTab.tsx:57
#: src/components/modals/UserProfileActionsSheet.tsx:150
-#: src/components/modals/UserProfileMobileSheet.tsx:319
+#: src/components/modals/UserProfileMobileSheet.tsx:320
#: src/utils/RelationshipActionUtils.tsx:168
msgid "Are you sure you want to unblock {0}?"
msgstr "هل أنت متأكد أنك تريد إلغاء حظر {0}؟"
@@ -2573,7 +2574,7 @@ msgstr "نادي الفن"
msgid "Artists' Corner"
msgstr "ركن الفنانين"
-#: src/components/modals/components/plutonium/PricingSection.tsx:63
+#: src/components/modals/components/plutonium/PricingSection.tsx:69
msgid "As a Gift"
msgstr "كهدية"
@@ -2689,7 +2690,7 @@ msgstr "إعدادات الصوت"
msgid "Audio will be included with this screen share."
msgstr "سيتم تضمين الصوت مع مشاركة الشاشة هذه."
-#: src/components/pages/ReportPage.tsx:311
+#: src/components/pages/report/optionDescriptors.ts:83
msgid "Austria"
msgstr "النمسا"
@@ -2844,6 +2845,7 @@ msgstr "متوسط البينغ:"
#: src/components/modals/PhoneAddModal.tsx:235
#: src/components/modals/RequiredActionModal.tsx:463
#: src/components/pages/OAuthAuthorizePage.tsx:694
+#: src/components/pages/report/ReportStepDetails.tsx:243
msgid "Back"
msgstr "رجوع"
@@ -2933,7 +2935,7 @@ msgid "Balanced quality and bandwidth"
msgstr "جودة وعرض نطاق متوازنين"
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:353
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:320
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:323
#: src/components/modals/UserProfileActionsSheet.tsx:262
msgid "Ban"
msgstr "حظر"
@@ -3035,7 +3037,7 @@ msgstr "قبل:"
msgid "Begin a call in the current private conversation"
msgstr "ابدأ مكالمة في المحادثة الخاصة الحالية"
-#: src/components/pages/ReportPage.tsx:312
+#: src/components/pages/report/optionDescriptors.ts:84
msgid "Belgium"
msgstr "بلجيكا"
@@ -3066,7 +3068,7 @@ msgstr "رمز بيتا (اختياري)"
msgid "Beta Code Redeemed!"
msgstr "تم استبدال رمز بيتا!"
-#: src/components/modals/tabs/BetaCodesTab.tsx:313
+#: src/components/modals/tabs/BetaCodesTab.tsx:338
#: src/components/modals/utils/settingsSearchIndex.ts:741
msgid "Beta Codes"
msgstr "رموز بيتا"
@@ -3083,13 +3085,13 @@ msgstr "نبذة شخصية"
msgid "Bio character limit"
msgstr "حد أحرف السيرة الذاتية"
-#: src/components/bottomsheets/DMBottomSheet.tsx:538
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:163
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:345
+#: src/components/bottomsheets/DMBottomSheet.tsx:541
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:165
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:348
#: src/components/modals/UserProfileActionsSheet.tsx:134
#: src/components/modals/UserProfileActionsSheet.tsx:298
#: src/components/modals/UserProfileModal.tsx:1062
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:190
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:211
#: src/utils/RelationshipActionUtils.tsx:143
msgid "Block"
msgstr "حظر"
@@ -3106,7 +3108,7 @@ msgstr "حظر الرسائل المباشرة من أعضاء المجتمع؟"
msgid "Block for all communities"
msgstr "الحظر لجميع المجتمعات"
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:161
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:163
#: src/components/modals/UserProfileActionsSheet.tsx:132
#: src/utils/RelationshipActionUtils.tsx:139
msgid "Block User"
@@ -3270,7 +3272,7 @@ msgstr "مطلوب صوت المتصفح"
msgid "Browser locale ({browserLocale}): {format}"
msgstr "لغة المتصفح ({browserLocale}): {format}"
-#: src/components/pages/ReportPage.tsx:313
+#: src/components/pages/report/optionDescriptors.ts:85
msgid "Bulgaria"
msgstr "بلغاريا"
@@ -3313,16 +3315,16 @@ msgstr "تعرض الأزرار مؤشر تحميل عندما يكون submitti
msgid "Buttons with Icons"
msgstr "أزرار مع أيقونات"
-#: src/components/modals/components/plutonium/GiftSection.tsx:74
-#: src/components/modals/components/plutonium/GiftSection.tsx:83
-#: src/components/modals/components/plutonium/GiftSection.tsx:92
-#: src/components/modals/components/plutonium/PricingSection.tsx:106
-#: src/components/modals/components/plutonium/PricingSection.tsx:115
-#: src/components/modals/components/plutonium/PricingSection.tsx:124
+#: src/components/modals/components/plutonium/GiftSection.tsx:81
+#: src/components/modals/components/plutonium/GiftSection.tsx:93
+#: src/components/modals/components/plutonium/GiftSection.tsx:105
+#: src/components/modals/components/plutonium/PricingSection.tsx:121
+#: src/components/modals/components/plutonium/PricingSection.tsx:133
+#: src/components/modals/components/plutonium/PricingSection.tsx:145
msgid "Buy Gift"
msgstr "شراء هدية"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:114
+#: src/components/modals/components/plutonium/VisionarySection.tsx:140
msgid "Buying Visionary will cancel your current {currentAccessLabel} immediately. It is a one-time purchase with lifetime access."
msgstr "شراء Visionary سيلغي وصولك الحالي {currentAccessLabel} على الفور. إنه شراء لمرة واحدة مع وصول مدى الحياة."
@@ -3347,7 +3349,7 @@ msgstr "تجاوز الوضع البطيء"
msgid "Bypass Splash Screen"
msgstr "تجاوز شاشة التحميل"
-#: src/components/channel/channel-view/DMChannelView.tsx:271
+#: src/components/channel/channel-view/DMChannelView.tsx:272
msgid "Call available"
msgstr "مكالمة متاحة"
@@ -3446,11 +3448,11 @@ msgstr "إعدادات الكاميرا"
#: src/components/modals/CategoryCreateModal.tsx:79
#: src/components/modals/ChannelCreateModal.tsx:100
#: src/components/modals/ChannelDeleteModal.tsx:72
-#: src/components/modals/ClaimAccountModal.tsx:179
-#: src/components/modals/ClaimAccountModal.tsx:219
-#: src/components/modals/components/MobileSettingsView.tsx:302
+#: src/components/modals/ClaimAccountModal.tsx:181
+#: src/components/modals/ClaimAccountModal.tsx:221
+#: src/components/modals/components/MobileSettingsView.tsx:297
#: src/components/modals/components/plutonium/hooks/useCheckoutActions.tsx:110
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:328
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:371
#: src/components/modals/ConfirmModal.tsx:146
#: src/components/modals/CreateDMModal.tsx:88
#: src/components/modals/CreateFavoriteCategoryModal.tsx:74
@@ -3473,7 +3475,7 @@ msgstr "إعدادات الكاميرا"
#: src/components/modals/HideOwnCameraConfirmModal.tsx:65
#: src/components/modals/IARModal.tsx:218
#: src/components/modals/ImageCropModal.tsx:981
-#: src/components/modals/InviteModal.tsx:336
+#: src/components/modals/InviteModal.tsx:333
#: src/components/modals/KickMemberModal.tsx:60
#: src/components/modals/MfaTotpDisableModal.tsx:75
#: src/components/modals/MfaTotpEnableModal.tsx:102
@@ -3498,11 +3500,11 @@ msgstr "إعدادات الكاميرا"
msgid "Cancel"
msgstr "إلغاء"
-#: src/components/channel/dm/DMWelcomeSection.tsx:126
+#: src/components/channel/dm/DMWelcomeSection.tsx:138
#: src/components/channel/friends/FriendListItem.tsx:164
#: src/components/channel/friends/FriendListItem.tsx:166
-#: src/components/modals/UserProfileModal.tsx:1273
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:171
+#: src/components/modals/UserProfileModal.tsx:1274
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:192
msgid "Cancel Friend Request"
msgstr "إلغاء طلب الصداقة"
@@ -3522,7 +3524,7 @@ msgstr "إلغاء الطلب"
msgid "Cancel upload"
msgstr "إلغاء التحميل"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:118
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:137
msgid "Canceling"
msgstr "جاري الإلغاء"
@@ -3566,7 +3568,7 @@ msgstr "محاذاة البطاقة"
msgid "Card alignment controls"
msgstr "عناصر تحكم محاذاة البطاقة"
-#: src/components/modals/components/MobileSettingsView.tsx:123
+#: src/components/modals/components/MobileSettingsView.tsx:118
#: src/components/modals/components/SettingsModalHeader.tsx:76
msgid "Careful! You have unsaved changes."
msgstr "احذر! لديك تغييرات غير محفوظة."
@@ -3576,7 +3578,7 @@ msgstr "احذر! لديك تغييرات غير محفوظة."
msgid "Category"
msgstr "الفئة"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1371
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1395
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:239
msgid "Category Default"
msgstr "الفئة الافتراضية"
@@ -3594,7 +3596,7 @@ msgstr "الفئة ممتلئة"
msgid "Category Name"
msgstr "اسم الفئة"
-#: src/components/modals/ChannelSettingsModal.tsx:105
+#: src/components/modals/ChannelSettingsModal.tsx:113
#: src/components/modals/components/DesktopChannelSettingsView.tsx:188
msgid "Category Settings"
msgstr "إعدادات الفئة"
@@ -3625,7 +3627,7 @@ msgstr "تغيير الخلفية"
msgid "Change Banner"
msgstr "تغيير الشعار"
-#: src/components/pages/ReportPage.tsx:752
+#: src/components/pages/report/ReportStepVerification.tsx:126
msgid "Change email"
msgstr "تغيير البريد الإلكتروني"
@@ -3647,8 +3649,8 @@ msgstr "تغيير FluxerTag"
msgid "Change FluxerTag form"
msgstr "نموذج تغيير FluxerTag"
-#: src/components/bottomsheets/DMBottomSheet.tsx:433
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:133
+#: src/components/bottomsheets/DMBottomSheet.tsx:435
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:154
msgid "Change Friend Nickname"
msgstr "تغيير لقب الصديق"
@@ -3673,7 +3675,7 @@ msgid "Change My Group Nickname"
msgstr "تغيير لقب مجموعتي"
#: src/components/modals/BaseChangeNicknameModal.tsx:82
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:238
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:240
#: src/components/modals/RenameChannelModal.tsx:58
#: src/components/modals/UserProfileActionsSheet.tsx:225
#: src/components/modals/UserProfileActionsSheet.tsx:225
@@ -3760,8 +3762,8 @@ msgstr "تم تغيير منطقة الصوت إلى {0}."
msgid "channel"
msgstr "قناة"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:483
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:549
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:497
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:563
#: src/components/invites/InviteListItem.tsx:50
#: src/components/webhooks/WebhookListItem.tsx:240
#: src/constants/AuditLogConstants.tsx:236
@@ -3796,7 +3798,7 @@ msgid "Channel Debug"
msgstr "تصحيح القناة"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:188
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:675
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:689
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:329
msgid "Channel deleted"
msgstr "تم حذف القناة"
@@ -3806,11 +3808,11 @@ msgid "Channel Deleted"
msgstr "تم حذف القناة"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:273
-#: src/components/bottomsheets/DMBottomSheet.tsx:366
+#: src/components/bottomsheets/DMBottomSheet.tsx:368
msgid "Channel ID copied"
msgstr "تم نسخ معرف القناة"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:535
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:549
msgid "Channel ID copied to clipboard"
msgstr "تم نسخ معرف القناة إلى الحافظة"
@@ -3878,9 +3880,9 @@ msgstr "سجل القناة"
msgid "Channel removed from favorites"
msgstr "تمت إزالة القناة من المفضلة"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1092
-#: src/components/layout/ChannelItem.tsx:630
-#: src/components/modals/ChannelSettingsModal.tsx:105
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1116
+#: src/components/layout/ChannelItem.tsx:647
+#: src/components/modals/ChannelSettingsModal.tsx:113
#: src/components/modals/components/DesktopChannelSettingsView.tsx:188
msgid "Channel Settings"
msgstr "إعدادات القناة"
@@ -3947,7 +3949,7 @@ msgstr "تحقق من <0>Bluesky (@fluxer.app)0> للحصول على تحدي
msgid "Check out my custom theme!"
msgstr "تحقق من سمة المخصصة الخاصة بي!"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:105
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:109
msgid "Check your connection and try again."
msgstr "تحقق من اتصالك وحاول مرة أخرى."
@@ -3969,8 +3971,8 @@ msgstr "مربعات الاختيار"
msgid "Checking..."
msgstr "جارٍ التحقق..."
-#: src/components/pages/ReportPage.tsx:270
-#: src/components/pages/ReportPage.tsx:299
+#: src/components/pages/report/optionDescriptors.ts:51
+#: src/components/pages/report/optionDescriptors.ts:74
#: src/constants/IARConstants.tsx:72
#: src/constants/IARConstants.tsx:175
msgid "Child Safety Concerns"
@@ -3984,6 +3986,10 @@ msgstr "الصينية (المبسطة)"
msgid "Chinese (Traditional)"
msgstr "الصينية (التقليدية)"
+#: src/components/pages/report/ReportBreadcrumbs.tsx:46
+msgid "Choose"
+msgstr "اختر"
+
#: src/components/pages/OAuthAuthorizePage.tsx:898
msgid "Choose a community"
msgstr "اختر مجتمعًا"
@@ -4080,25 +4086,36 @@ msgstr "اختر لون التركيز لملفك الشخصي"
#: src/components/channel/barriers/BarrierComponents.tsx:109
#: src/components/channel/barriers/BarrierComponents.tsx:240
-#: src/components/layout/app-layout/nagbars/UnclaimedAccountNagbar.tsx:47
-#: src/components/modals/ClaimAccountModal.tsx:225
-#: src/components/modals/components/UnclaimedAccountAlert.tsx:34
+#: src/components/channel/dm/AddFriendForm.tsx:57
+#: src/components/layout/app-layout/nagbars/UnclaimedAccountNagbar.tsx:45
+#: src/components/modals/ClaimAccountModal.tsx:227
+#: src/components/modals/components/UnclaimedAccountAlert.tsx:32
+#: src/components/modals/GiftAcceptModal.tsx:170
#: src/components/modals/tabs/AccountSecurityTab/SecurityTab.tsx:206
+#: src/components/modals/tabs/BetaCodesTab.tsx:297
+#: src/components/modals/tabs/GiftInventoryTab.tsx:242
msgid "Claim Account"
msgstr "المطالبة بالحساب"
-#: src/components/channel/GiftEmbed.tsx:98
-#: src/components/modals/GiftAcceptModal.tsx:154
+#: src/components/channel/GiftEmbed.tsx:109
+msgid "Claim Account to Redeem"
+msgstr "استرداد الحساب"
+
+#: src/components/channel/GiftEmbed.tsx:109
+#: src/components/modals/GiftAcceptModal.tsx:197
#: src/components/pages/GiftLoginPage.tsx:155
#: src/components/pages/GiftRegisterPage.tsx:42
msgid "Claim Gift"
msgstr "المطالبة بالهدية"
-#: src/components/modals/ClaimAccountModal.tsx:141
+#: src/components/channel/dm/AddFriendForm.tsx:53
+#: src/components/modals/ClaimAccountModal.tsx:143
+#: src/components/modals/tabs/BetaCodesTab.tsx:293
+#: src/components/modals/tabs/GiftInventoryTab.tsx:238
msgid "Claim your account"
msgstr "المطالبة بحسابك"
-#: src/components/modals/ClaimAccountModal.tsx:146
+#: src/components/modals/ClaimAccountModal.tsx:148
msgid "Claim your account by adding an email and password. We will send a verification code to confirm your email before finishing."
msgstr "المطالبة بحسابك بإضافة بريد إلكتروني وكلمة مرور. سنرسل رمز تحقق لتأكيد بريدك الإلكتروني قبل الانتهاء."
@@ -4106,11 +4123,68 @@ msgstr "المطالبة بحسابك بإضافة بريد إلكتروني و
msgid "Claim your account to access security features like two-factor authentication and passkeys."
msgstr "المطالبة بحسابك للوصول إلى ميزات الأمان مثل المصادقة الثنائية ومفاتيح المرور."
+#: src/components/channel/ChannelHeader/CallButtons.tsx:85
+#: src/components/channel/ChannelHeader/CallButtons.tsx:155
+msgid "Claim your account to call"
+msgstr "قم بربط حسابك للاتصال"
+
#: src/components/modals/tabs/MyProfileTab/UsernameSection.tsx:49
msgid "Claim your account to change your FluxerTag"
msgstr "المطالبة بحسابك لتغيير علامة Fluxer الخاصة بك"
-#: src/components/modals/GiftAcceptModal.tsx:145
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:146
+msgid "Claim your account to create applications."
+msgstr "قم باسترداد حسابك لإنشاء التطبيقات."
+
+#: src/components/modals/tabs/BetaCodesTab.tsx:294
+msgid "Claim your account to generate beta codes."
+msgstr "قم باسترداد حسابك لتوليد رموز البيتا."
+
+#: src/components/layout/ChannelItem.tsx:208
+#: src/components/layout/ChannelItem.tsx:382
+#: src/stores/voice/MediaEngineFacade.ts:537
+msgid "Claim your account to join this voice channel."
+msgstr "قم بربط حسابك للانضمام إلى هذه القناة الصوتية."
+
+#: src/stores/voice/MediaEngineFacade.ts:170
+msgid "Claim your account to join voice channels you don't own."
+msgstr "قم بربط حسابك للانضمام إلى قنوات الصوت التي لا تمتلكها."
+
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:55
+#: src/components/modals/components/plutonium/GiftSection.tsx:61
+#: src/components/modals/components/plutonium/PricingSection.tsx:63
+#: src/components/modals/components/plutonium/VisionarySection.tsx:62
+#: src/components/modals/components/PlutoniumContent.tsx:99
+msgid "Claim your account to purchase Fluxer Plutonium."
+msgstr "قم باسترداد حسابك لشراء فلوسر بلوتونيوم."
+
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:112
+msgid "Claim your account to purchase or redeem Fluxer Plutonium."
+msgstr "قم باسترداد حسابك لشراء أو استرداد فلوسر بلوتونيوم."
+
+#: src/components/modals/tabs/GiftInventoryTab.tsx:239
+msgid "Claim your account to redeem or manage Plutonium gift codes."
+msgstr "قم باسترداد حسابك لاسترداد أو إدارة رموز هدايا البلوتونيوم."
+
+#: src/components/channel/GiftEmbed.tsx:99
+#: src/components/modals/GiftAcceptModal.tsx:154
+msgid "Claim your account to redeem this gift."
+msgstr "قم باسترداد حسابك لاسترداد هذه الهدية."
+
+#: src/components/channel/dm/AddFriendForm.tsx:54
+#: src/components/channel/dm/DMWelcomeSection.tsx:109
+#: src/components/modals/UserProfileModal.tsx:1289
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:65
+msgid "Claim your account to send friend requests."
+msgstr "قم باسترداد حسابك لإرسال طلبات الصداقة."
+
+#: src/components/channel/ChannelHeader/CallButtons.tsx:54
+#: src/components/channel/ChannelHeader/CallButtons.tsx:124
+#: src/stores/voice/MediaEngineFacade.ts:179
+msgid "Claim your account to start or join 1:1 calls."
+msgstr "قم بربط حسابك لبدء أو الانضمام إلى مكالمات 1:1."
+
+#: src/components/modals/GiftAcceptModal.tsx:188
msgid "Claim your gift to activate your premium subscription!"
msgstr "المطالبة بهديتك لتفعيل اشتراكك المميز!"
@@ -4164,8 +4238,8 @@ msgstr "مسح الأذونات"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:420
#: src/components/channel/MessageSearchBar/MessageSearchBar.tsx:1424
-#: src/components/channel/shared/PickerSearchInput.tsx:195
-#: src/components/channel/shared/PickerSearchInput.tsx:212
+#: src/components/channel/shared/PickerSearchInput.tsx:194
+#: src/components/channel/shared/PickerSearchInput.tsx:211
#: src/components/modals/components/SettingsSearch.tsx:108
msgid "Clear search"
msgstr "مسح البحث"
@@ -4200,11 +4274,11 @@ msgstr "تم مسح وصف الملصق."
msgid "Cleared the topic."
msgstr "تم مسح الموضوع."
-#: src/components/modals/components/MobileSettingsView.tsx:297
+#: src/components/modals/components/MobileSettingsView.tsx:292
msgid "Clearing subscriptions ensures the gateway stops sending messages to this installation."
msgstr "مسح الاشتراكات يضمن توقف البوابة عن إرسال الرسائل إلى هذا التثبيت."
-#: src/components/modals/tabs/BetaCodesTab.tsx:366
+#: src/components/modals/tabs/BetaCodesTab.tsx:391
msgid "Click \"Create Code\" to generate your first code."
msgstr "انقر على \"إنشاء رمز\" لإنشاء رمزك الأول."
@@ -4240,13 +4314,13 @@ msgstr "انقر لإضافة ملاحظة"
msgid "Click to check and uncheck. Available in square and round styles."
msgstr "انقر للتحديد وإلغاء التحديد. متاح بأسلوب مربع ومستدير."
-#: src/components/channel/GiftEmbed.tsx:90
+#: src/components/channel/GiftEmbed.tsx:100
msgid "Click to claim your gift!"
msgstr "انقر لاستلام هديتك!"
#: src/components/invites/InviteListItem.tsx:184
#: src/components/modals/components/ClientInfo.tsx:76
-#: src/components/modals/tabs/BetaCodesTab.tsx:172
+#: src/components/modals/tabs/BetaCodesTab.tsx:174
msgid "Click to copy"
msgstr "انقر للنسخ"
@@ -4328,12 +4402,12 @@ msgid "Close"
msgstr "إغلاق"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:341
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:600
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:602
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1239
-#: src/components/bottomsheets/DMBottomSheet.tsx:302
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:614
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:616
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1263
#: src/components/bottomsheets/DMBottomSheet.tsx:304
-#: src/components/bottomsheets/DMBottomSheet.tsx:557
+#: src/components/bottomsheets/DMBottomSheet.tsx:306
+#: src/components/bottomsheets/DMBottomSheet.tsx:560
#: src/components/channel/dm/DMList.tsx:292
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:82
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:84
@@ -4358,7 +4432,8 @@ msgstr "سمة الفحم"
#: src/components/invites/InviteListItem.tsx:54
#: src/components/modals/MfaTotpDisableModal.tsx:64
#: src/components/modals/MfaTotpEnableModal.tsx:91
-#: src/components/modals/tabs/BetaCodesTab.tsx:51
+#: src/components/modals/tabs/BetaCodesTab.tsx:53
+#: src/components/pages/report/ReportBreadcrumbs.tsx:48
msgid "Code"
msgstr "الكود"
@@ -4370,7 +4445,8 @@ msgstr "الكود والخط أحادي المسافة"
msgid "Code Blocks"
msgstr "كتل الكود"
-#: src/components/modals/ClaimAccountModal.tsx:123
+#: src/components/modals/ClaimAccountModal.tsx:125
+#: src/components/pages/ReportPage.tsx:231
msgid "Code resent"
msgstr "تم إعادة إرسال الكود"
@@ -4379,8 +4455,8 @@ msgid "Code sent"
msgstr "تم إرسال الكود"
#: src/components/invites/InviteListItem.tsx:180
-#: src/components/modals/tabs/BetaCodesTab.tsx:104
-#: src/components/modals/tabs/BetaCodesTab.tsx:168
+#: src/components/modals/tabs/BetaCodesTab.tsx:106
+#: src/components/modals/tabs/BetaCodesTab.tsx:170
msgid "Code:"
msgstr "الكود:"
@@ -4472,7 +4548,7 @@ msgstr "المجتمع تم إسكاته"
msgid "Community Debug"
msgstr "تصحيح المجتمع"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1371
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1395
#: src/components/uikit/ContextMenu/items/CategoryMenuItems.tsx:221
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:239
msgid "Community Default"
@@ -4542,8 +4618,8 @@ msgstr "إعدادات إشعارات المجتمع"
msgid "Community organizes raids or harassment campaigns"
msgstr "المجتمع ينظم غارات أو حملات مضايقة"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:237
-#: src/components/channel/MemberListItem.tsx:102
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:238
+#: src/components/channel/MemberListItem.tsx:109
#: src/components/modals/guildTabs/GuildMembersTab.tsx:145
#: src/components/modals/guildTabs/GuildMembersTab.tsx:197
msgid "Community Owner"
@@ -4567,14 +4643,14 @@ msgstr "المجتمع يروج أو يسهل أنشطة غير قانونية"
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:172
#: src/components/modals/components/DesktopGuildSettingsView.tsx:204
-#: src/components/modals/GuildSettingsModal.tsx:168
+#: src/components/modals/GuildSettingsModal.tsx:173
#: src/components/popouts/GuildHeaderPopout.tsx:187
#: src/components/uikit/ContextMenu/items/GuildMenuItems.tsx:360
msgid "Community Settings"
msgstr "إعدادات المجتمع"
-#: src/components/layout/GuildLayout.tsx:301
-#: src/components/layout/GuildLayout.tsx:348
+#: src/components/layout/GuildLayout.tsx:306
+#: src/components/layout/GuildLayout.tsx:353
msgid "Community temporarily unavailable"
msgstr "المجتمع غير متاح مؤقتًا"
@@ -4782,8 +4858,8 @@ msgstr "متصل بالصوت"
msgid "Connecting..."
msgstr "جاري الاتصال..."
-#: src/components/channel/channel-view/DMChannelView.tsx:273
-#: src/components/channel/channel-view/DMChannelView.tsx:323
+#: src/components/channel/channel-view/DMChannelView.tsx:274
+#: src/components/channel/channel-view/DMChannelView.tsx:324
#: src/components/voice/CompactVoiceCallView.tsx:55
msgid "Connecting…"
msgstr "جاري الاتصال…"
@@ -4979,7 +5055,7 @@ msgstr "التحكم في حالة نشاطك"
#: src/components/modals/shared/CopyLinkSection.tsx:61
#: src/components/modals/tabs/ApplicationsTab/application-detail/ApplicationHeader.tsx:68
-#: src/components/modals/tabs/GiftInventoryTab.tsx:143
+#: src/components/modals/tabs/GiftInventoryTab.tsx:144
msgid "Copied"
msgstr "تم النسخ"
@@ -5001,7 +5077,7 @@ msgstr "تم النسخ!"
#: src/components/modals/BackupCodesModal.tsx:82
#: src/components/modals/shared/CopyLinkSection.tsx:61
#: src/components/modals/tabs/ApplicationsTab/application-detail/OAuthBuilderSection.tsx:142
-#: src/components/modals/tabs/GiftInventoryTab.tsx:143
+#: src/components/modals/tabs/GiftInventoryTab.tsx:144
msgid "Copy"
msgstr "نسخ"
@@ -5017,7 +5093,7 @@ msgstr "نسخ الصوت"
msgid "Copy authorize URL"
msgstr "نسخ رابط التفويض"
-#: src/components/modals/tabs/BetaCodesTab.tsx:178
+#: src/components/modals/tabs/BetaCodesTab.tsx:180
msgid "Copy beta code"
msgstr "نسخ رمز التجربة"
@@ -5028,8 +5104,8 @@ msgstr "نسخ معرّف الفئة"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:320
#: src/components/bottomsheets/ChannelBottomSheet.tsx:347
#: src/components/bottomsheets/ChannelBottomSheet.tsx:433
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1293
-#: src/components/bottomsheets/DMBottomSheet.tsx:577
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1317
+#: src/components/bottomsheets/DMBottomSheet.tsx:580
#: src/components/channel/dm/DMList.tsx:271
#: src/components/channel/dm/DMList.tsx:298
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:362
@@ -5090,7 +5166,7 @@ msgstr "نسخ الصورة"
msgid "Copy invite link"
msgstr "نسخ رابط الدعوة"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1154
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1178
#: src/components/modals/tabs/ComponentGalleryTab/ButtonsTab.tsx:182
#: src/components/modals/tabs/ComponentGalleryTab/index.tsx:100
#: src/components/modals/tabs/ComponentGalleryTab/Inline.tsx:95
@@ -5131,15 +5207,15 @@ msgstr "نسخ معرف الملصق"
msgid "Copy Text"
msgstr "نسخ النص"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1285
-#: src/components/bottomsheets/DMBottomSheet.tsx:570
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1309
+#: src/components/bottomsheets/DMBottomSheet.tsx:573
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:370
#: src/components/modals/guildTabs/BannedUserActionsSheet.tsx:74
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:358
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:361
#: src/components/modals/tabs/BlockedUsersTab.tsx:107
#: src/components/modals/UserProfileActionsSheet.tsx:213
#: src/components/modals/UserProfileModal.tsx:1130
-#: src/components/popouts/UserAreaPopout.tsx:507
+#: src/components/popouts/UserAreaPopout.tsx:509
#: src/components/profile/ProfileCard/ProfileCardActions.tsx:60
#: src/components/uikit/ContextMenu/items/CopyMenuItems.tsx:42
msgid "Copy User ID"
@@ -5175,7 +5251,7 @@ msgstr "عداد تنازلي"
msgid "Country"
msgstr "الدولة"
-#: src/components/pages/ReportPage.tsx:928
+#: src/components/pages/report/ReportStepDetails.tsx:205
msgid "Country of Residence"
msgstr "بلد الإقامة"
@@ -5207,7 +5283,7 @@ msgid "Create a new community or join an existing one."
msgstr "أنشئ مجتمعًا جديدًا أو انضم إلى مجتمع موجود."
#. placeholder {0}: recipient.username
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:905
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:937
msgid "Create a new group with {0}"
msgstr "إنشاء مجموعة جديدة مع {0}"
@@ -5239,7 +5315,7 @@ msgstr "إنشاء حساب"
msgid "Create an account to claim your gift"
msgstr "أنشئ حسابًا للمطالبة بهديتك"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:138
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:142
msgid "Create and manage applications and bots for your account."
msgstr "أنشئ وادير التطبيقات والروبوتات لحسابك."
@@ -5248,7 +5324,8 @@ msgid "Create and share custom emoji and sticker packs with Fluxer Plutonium."
msgstr "أنشئ وشارك حزم الإيموجي والملصقات المخصصة مع Fluxer Plutonium."
#: src/components/modals/tabs/ApplicationsTab/ApplicationCreateModal.tsx:87
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:142
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:149
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:155
msgid "Create Application"
msgstr "إنشاء تطبيق"
@@ -5267,7 +5344,7 @@ msgid "Create Category"
msgstr "إنشاء فئة"
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:180
-#: src/components/layout/ChannelItem.tsx:607
+#: src/components/layout/ChannelItem.tsx:624
#: src/components/modals/ChannelCreateModal.tsx:58
#: src/components/modals/ChannelCreateModal.tsx:103
#: src/components/popouts/GuildHeaderPopout.tsx:194
@@ -5276,8 +5353,8 @@ msgstr "إنشاء فئة"
msgid "Create Channel"
msgstr "إنشاء قناة"
-#: src/components/modals/tabs/BetaCodesTab.tsx:326
-#: src/components/modals/tabs/BetaCodesTab.tsx:369
+#: src/components/modals/tabs/BetaCodesTab.tsx:351
+#: src/components/modals/tabs/BetaCodesTab.tsx:394
msgid "Create Code"
msgstr "إنشاء كود"
@@ -5329,7 +5406,7 @@ msgstr "إنشاء حساب جديد"
msgid "Create new group"
msgstr "إنشاء مجموعة جديدة"
-#: src/components/modals/InviteModal.tsx:339
+#: src/components/modals/InviteModal.tsx:336
msgid "Create New Link"
msgstr "إنشاء رابط جديد"
@@ -5373,7 +5450,7 @@ msgid "Create, edit, or delete webhooks."
msgstr "إنشاء أو تعديل أو حذف Webhooks."
#: src/components/invites/InviteListItem.tsx:59
-#: src/components/modals/tabs/BetaCodesTab.tsx:57
+#: src/components/modals/tabs/BetaCodesTab.tsx:59
msgid "Created"
msgstr "تم الإنشاء"
@@ -5390,7 +5467,7 @@ msgstr "تم الإنشاء في {createdAt}"
#. placeholder {0}: invite.pack.creator.username
#. placeholder {0}: pack.creator.username
#: src/components/auth/InviteHeader.tsx:158
-#: src/components/channel/InviteEmbed.tsx:218
+#: src/components/channel/InviteEmbed.tsx:220
#: src/components/modals/InviteAcceptModal.tsx:152
msgid "Created by {0}"
msgstr "تم إنشاؤه بواسطة {0}"
@@ -5427,8 +5504,8 @@ msgid "Created with name {newLabel}."
msgstr "تم الإنشاء بالاسم {newLabel}."
#: src/components/invites/InviteListItem.tsx:207
-#: src/components/modals/tabs/BetaCodesTab.tsx:135
-#: src/components/modals/tabs/BetaCodesTab.tsx:212
+#: src/components/modals/tabs/BetaCodesTab.tsx:137
+#: src/components/modals/tabs/BetaCodesTab.tsx:214
msgid "Created:"
msgstr "تم الإنشاء:"
@@ -5440,7 +5517,7 @@ msgstr "مجموعة العقول المبدعة"
msgid "Creative Writing Club"
msgstr "نادي الكتابة الإبداعية"
-#: src/components/pages/ReportPage.tsx:314
+#: src/components/pages/report/optionDescriptors.ts:86
msgid "Croatia"
msgstr "كرواتيا"
@@ -5519,8 +5596,8 @@ msgid "Currently stuck in 1885, appearing offline"
msgstr "عالق حاليًا في عام 1885، ويظهر غير متصل"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:461
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1023
-#: src/components/bottomsheets/DMBottomSheet.tsx:605
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1047
+#: src/components/bottomsheets/DMBottomSheet.tsx:608
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:305
msgid "Currently: {mutedText}"
msgstr "حاليًا: {mutedText}"
@@ -5665,7 +5742,7 @@ msgstr "يتطلب تخصيص الصورة الرمزية والبانر ولو
msgid "Cut"
msgstr "قص"
-#: src/components/pages/ReportPage.tsx:315
+#: src/components/pages/report/optionDescriptors.ts:87
msgid "Cyprus"
msgstr "قبرص"
@@ -5673,7 +5750,7 @@ msgstr "قبرص"
msgid "Czech"
msgstr "التشيكية"
-#: src/components/pages/ReportPage.tsx:316
+#: src/components/pages/report/optionDescriptors.ts:88
msgid "Czech Republic"
msgstr "الجمهورية التشيكية"
@@ -5746,9 +5823,9 @@ msgstr "تنسيق التاريخ"
#: src/components/auth/AuthMinimalRegisterFormCore.tsx:93
#: src/components/auth/AuthRegisterFormCore.tsx:139
-#: src/components/auth/DateOfBirthField.tsx:90
-#: src/components/auth/DateOfBirthField.tsx:124
-#: src/components/auth/DateOfBirthField.tsx:292
+#: src/components/auth/DateOfBirthField.tsx:87
+#: src/components/auth/DateOfBirthField.tsx:121
+#: src/components/auth/DateOfBirthField.tsx:289
#: src/components/auth/MockMinimalRegisterForm.tsx:107
msgid "Date of birth"
msgstr "تاريخ الميلاد"
@@ -5757,8 +5834,7 @@ msgstr "تاريخ الميلاد"
msgid "Date Options"
msgstr "خيارات التاريخ"
-#: src/components/auth/DateOfBirthField.tsx:88
-#: src/components/auth/DateOfBirthField.tsx:155
+#: src/components/auth/DateOfBirthField.tsx:152
#: src/components/auth/MockMinimalRegisterForm.tsx:73
msgid "Day"
msgstr "يوم"
@@ -5817,11 +5893,11 @@ msgstr "إلغاء التفويض"
msgid "Deauthorize Application"
msgstr "إلغاء تفويض التطبيق"
-#: src/components/modals/components/MobileSettingsView.tsx:369
+#: src/components/modals/components/MobileSettingsView.tsx:364
msgid "Debug"
msgstr "تصحيح"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1267
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1291
#: src/components/uikit/ContextMenu/items/DebugMenuItems.tsx:71
msgid "Debug Channel"
msgstr "تصحيح القناة"
@@ -5844,7 +5920,7 @@ msgstr "تصحيح العضو"
msgid "Debug Message"
msgstr "تصحيح الرسالة"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1275
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1299
#: src/components/uikit/ContextMenu/items/DebugMenuItems.tsx:53
msgid "Debug User"
msgstr "تصحيح المستخدم"
@@ -5905,8 +5981,8 @@ msgstr "يتم إيقاف التشغيل على الهواتف المحمولة
#: src/actions/MessageActionCreators.tsx:394
#: src/components/channel/embeds/media/EmbedAudio.tsx:227
#: src/components/channel/embeds/media/MediaContainer.tsx:115
-#: src/components/channel/Messages.tsx:444
-#: src/components/channel/Messages.tsx:524
+#: src/components/channel/Messages.tsx:442
+#: src/components/channel/Messages.tsx:522
#: src/components/channel/MobileMemesPicker.tsx:546
#: src/components/channel/pickers/memes/MemeGridItem.tsx:120
#: src/components/emojis/EmojiListItem.tsx:189
@@ -5923,7 +5999,7 @@ msgstr "يتم إيقاف التشغيل على الهواتف المحمولة
msgid "Delete"
msgstr "حذف"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:666
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:680
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:320
msgid "Delete {channelType}"
msgstr "حذف {channelType}"
@@ -5987,8 +6063,8 @@ msgstr "حذف الفئة"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:179
#: src/components/bottomsheets/ChannelBottomSheet.tsx:181
#: src/components/bottomsheets/ChannelBottomSheet.tsx:421
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:668
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1224
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:682
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1248
#: src/components/modals/components/DesktopChannelSettingsView.tsx:176
#: src/components/modals/components/MobileChannelSettingsView.tsx:85
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:322
@@ -6021,8 +6097,8 @@ msgstr "حذف الوسائط"
#: src/components/channel/MessageActionBar.tsx:804
#: src/components/channel/messageActionMenu.tsx:156
#: src/components/channel/messageActionMenu.tsx:193
-#: src/components/channel/Messages.tsx:441
-#: src/components/channel/Messages.tsx:521
+#: src/components/channel/Messages.tsx:439
+#: src/components/channel/Messages.tsx:519
#: src/components/uikit/ContextMenu/items/MessageMenuItems.tsx:273
msgid "Delete Message"
msgstr "حذف الرسالة"
@@ -6114,7 +6190,7 @@ msgstr "تم رفض {0} وإزالة الرفض لـ {1}."
msgid "Denied {0}."
msgstr "تم رفض {0}."
-#: src/components/pages/ReportPage.tsx:317
+#: src/components/pages/report/optionDescriptors.ts:89
msgid "Denmark"
msgstr "الدنمارك"
@@ -6143,7 +6219,7 @@ msgstr "صف الملصق"
msgid "Describe what expressions are inside this pack."
msgstr "صف التعبيرات الموجودة داخل هذه الحزمة."
-#: src/components/pages/ReportPage.tsx:946
+#: src/components/pages/report/ReportStepDetails.tsx:225
msgid "Describe what makes the content illegal"
msgstr "صف ما يجعل المحتوى غير قانوني"
@@ -6205,6 +6281,10 @@ msgstr "لافتة منفصلة"
msgid "details"
msgstr "تفاصيل"
+#: src/components/pages/report/ReportBreadcrumbs.tsx:49
+msgid "Details"
+msgstr "تفاصيل"
+
#: src/components/modals/AddGuildModal.tsx:150
msgid "Dev Den"
msgstr "ملاذ المطورين"
@@ -6274,7 +6354,7 @@ msgstr "أحجام مختلفة وأعداد الأعضاء"
msgid "Direct message"
msgstr "رسالة مباشرة"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:477
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:491
#: src/components/modals/shared/RecipientList.tsx:200
msgid "Direct Message"
msgstr "رسالة مباشرة"
@@ -6516,8 +6596,8 @@ msgstr "مناقشة أو الترويج للأنشطة غير القانوني
#: src/components/layout/app-layout/nagbars/PremiumGracePeriodNagbar.tsx:79
#: src/components/layout/app-layout/nagbars/PremiumOnboardingNagbar.tsx:57
#: src/components/layout/GuildLayout.tsx:106
-#: src/components/modals/GiftAcceptModal.tsx:98
-#: src/components/modals/GiftAcceptModal.tsx:124
+#: src/components/modals/GiftAcceptModal.tsx:105
+#: src/components/modals/GiftAcceptModal.tsx:131
#: src/components/modals/RequiredActionModal.tsx:475
msgid "Dismiss"
msgstr "تجاهل"
@@ -6562,8 +6642,8 @@ msgstr "عرض أعضاء الدور بشكل منفصل."
msgid "Display separator lines between different groups of messages for better visual distinction."
msgstr "عرض خطوط فاصلة بين مجموعات مختلفة من الرسائل لتمييز بصري أفضل."
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:613
-#: src/components/bottomsheets/DMBottomSheet.tsx:315
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:627
+#: src/components/bottomsheets/DMBottomSheet.tsx:317
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:97
#: src/components/uikit/ContextMenu/UserContextMenu.tsx:168
msgid "DM closed"
@@ -6581,7 +6661,7 @@ msgstr "معاينات رسائل الدردشة المباشرة"
msgid "DM Notifications"
msgstr "إشعارات الرسائل المباشرة"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1092
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1116
msgid "DM Settings"
msgstr "إعدادات الدردشة المباشرة"
@@ -6662,6 +6742,7 @@ msgstr "لا تعرض مؤشرات الكتابة في قائمة القنوات
#: src/components/keybinds/KeybindRecorder.tsx:220
#: src/components/modals/GuildNotificationSettingsModal.tsx:347
#: src/components/modals/GuildPrivacySettingsModal.tsx:68
+#: src/components/pages/report/ReportBreadcrumbs.tsx:50
#: src/components/search/HasFilterSheet.tsx:124
#: src/components/search/UserFilterSheet.tsx:149
msgid "Done"
@@ -6843,13 +6924,13 @@ msgstr "تعديل المرفق"
msgid "Edit attachment form"
msgstr "نموذج تعديل المرفق"
-#: src/components/layout/ChannelItem.tsx:630
+#: src/components/layout/ChannelItem.tsx:647
#: src/components/uikit/ContextMenu/items/CategoryMenuItems.tsx:299
msgid "Edit Category"
msgstr "تعديل الفئة"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:416
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1218
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1242
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:300
msgid "Edit Channel"
msgstr "تعديل القناة"
@@ -6869,8 +6950,8 @@ msgid "Edit global settings like name, description, and icon."
msgstr "تعديل الإعدادات العامة مثل الاسم والوصف والرمز."
#: src/components/bottomsheets/ChannelBottomSheet.tsx:284
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1178
-#: src/components/bottomsheets/DMBottomSheet.tsx:461
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1202
+#: src/components/bottomsheets/DMBottomSheet.tsx:463
#: src/components/channel/dm/DMList.tsx:237
#: src/components/channel/dm/GroupDMWelcomeSection.tsx:74
#: src/components/modals/EditGroupBottomSheet.tsx:177
@@ -6883,7 +6964,7 @@ msgstr "تعديل المجموعة"
msgid "Edit group form"
msgstr "نموذج تعديل المجموعة"
-#: src/components/modals/InviteModal.tsx:327
+#: src/components/modals/InviteModal.tsx:324
msgid "Edit invite link"
msgstr "تعديل رابط الدعوة"
@@ -6910,10 +6991,10 @@ msgstr "تعديل الملاحظة"
msgid "Edit overwrites for roles and members in this channel."
msgstr "تعديل التجاوزات للأدوار والأعضاء في هذه القناة."
-#: src/components/modals/UserProfileMobileSheet.tsx:486
-#: src/components/modals/UserProfileModal.tsx:1205
+#: src/components/modals/UserProfileMobileSheet.tsx:490
+#: src/components/modals/UserProfileModal.tsx:1206
#: src/components/pages/YouPage.tsx:123
-#: src/components/popouts/UserAreaPopout.tsx:519
+#: src/components/popouts/UserAreaPopout.tsx:521
#: src/components/popouts/UserProfilePopout.tsx:299
msgid "Edit Profile"
msgstr "تعديل الملف الشخصي"
@@ -6966,19 +7047,20 @@ msgstr "جاري تعديل الرسالة المجدولة"
#: src/components/auth/AuthLoginCore/AuthLoginEmailPasswordForm.tsx:78
#: src/components/auth/AuthRegisterFormCore.tsx:133
#: src/components/auth/AuthRegisterFormCore.tsx:159
-#: src/components/modals/ClaimAccountModal.tsx:157
+#: src/components/modals/ClaimAccountModal.tsx:159
#: src/components/modals/RequiredActionModal.tsx:185
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:210
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:241
#: src/components/modals/utils/settingsSearchIndex.ts:94
#: src/components/pages/ForgotPasswordPage.tsx:97
+#: src/components/pages/report/ReportBreadcrumbs.tsx:47
msgid "Email"
msgstr "البريد الإلكتروني"
#: src/components/modals/tabs/AccountSecurityTab/AccountTab.tsx:65
#: src/components/modals/tabs/AccountSecurityTab/AccountTab.tsx:91
#: src/components/modals/tabs/ComponentGalleryTab/InputsTab.tsx:107
-#: src/components/pages/ReportPage.tsx:662
+#: src/components/pages/report/ReportStepEmail.tsx:76
msgid "Email Address"
msgstr "عنوان البريد الإلكتروني"
@@ -7019,10 +7101,6 @@ msgstr "مطلوب التحقق من البريد الإلكتروني"
msgid "Email Verification Required"
msgstr "التحقق من البريد الإلكتروني مطلوب"
-#: src/components/pages/ReportPage.tsx:809
-msgid "Email verified"
-msgstr "تم التحقق من البريد الإلكتروني"
-
#: src/components/modals/tabs/DeveloperOptionsTab/AccountPremiumTab.tsx:56
msgid "Email Verified Override"
msgstr "تجاوز التحقق من البريد الإلكتروني"
@@ -7108,7 +7186,7 @@ msgid "Emoji names must be at least 2 characters long and can only contain alpha
msgstr "يجب أن تكون أسماء الإيموجي مكونة من حرفين على الأقل، ويمكن أن تحتوي فقط على أحرف أبجدية رقمية وشرطات سفلية. أنواع الملفات المسموح بها: JPEG، PNG، WebP، GIF. نقوم بضغط الصور إلى 128×128 بكسل. الحد الأقصى للحجم: {0} كيلوبايت لكل إيموجي."
#: src/components/auth/InviteHeader.tsx:140
-#: src/components/channel/InviteEmbed.tsx:197
+#: src/components/channel/InviteEmbed.tsx:199
#: src/components/modals/InviteAcceptModal.tsx:142
#: src/components/modals/tabs/ExpressionPacksTab.tsx:70
msgid "Emoji pack"
@@ -7140,7 +7218,7 @@ msgstr "تم تحديث الإيموجي"
#: src/components/channel/AutocompleteEmoji.tsx:67
#: src/components/channel/textarea/TextareaButtons.tsx:150
-#: src/components/modals/ExpressionPickerSheet.tsx:106
+#: src/components/modals/ExpressionPickerSheet.tsx:93
#: src/components/popouts/ExpressionPickerPopout.tsx:95
msgid "Emojis"
msgstr "إيموجي"
@@ -7343,11 +7421,11 @@ msgstr "الإنجليزية"
msgid "English (US)"
msgstr "الإنجليزية (الولايات المتحدة)"
-#: src/components/pages/ReportPage.tsx:429
+#: src/components/pages/ReportPage.tsx:254
msgid "Enter a code in the format ABCD-1234."
msgstr "أدخل رمزًا بالصيغة ABCD-1234."
-#: src/components/modals/tabs/GiftInventoryTab.tsx:235
+#: src/components/modals/tabs/GiftInventoryTab.tsx:258
msgid "Enter a gift code to redeem Plutonium for your account."
msgstr "أدخل رمز الهدية لاستبدال بلوتونيوم لحسابك."
@@ -7371,7 +7449,7 @@ msgstr "أدخل الرمز"
msgid "Enter fullscreen"
msgstr "الدخول إلى وضع ملء الشاشة"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:255
+#: src/components/modals/tabs/GiftInventoryTab.tsx:278
msgid "Enter gift code..."
msgstr "أدخل رمز الهدية..."
@@ -7414,7 +7492,7 @@ msgstr "أدخل الرمز المكون من 6 أرقام المرسل إلى
msgid "Enter the API endpoint of the Fluxer instance you want to connect to."
msgstr "أدخل نقطة نهاية API لمثيل Fluxer الذي تريد الاتصال به."
-#: src/components/pages/ReportPage.tsx:424
+#: src/components/pages/ReportPage.tsx:249
msgid "Enter the code before continuing."
msgstr "أدخل الرمز قبل المتابعة."
@@ -7430,7 +7508,7 @@ msgstr "أدخل الرمز المرسل إلى بريدك الإلكتروني
msgid "Enter the code we emailed to your new address."
msgstr "أدخل الرمز الذي أرسلناه بالبريد الإلكتروني إلى عنوانك الجديد."
-#: src/components/modals/ClaimAccountModal.tsx:190
+#: src/components/modals/ClaimAccountModal.tsx:192
msgid "Enter the code we sent to your email to verify it. Your password will be set once the code is confirmed."
msgstr "أدخل الرمز الذي أرسلناه إلى بريدك الإلكتروني للتحقق منه. سيتم تعيين كلمة المرور الخاصة بك بمجرد تأكيد الرمز."
@@ -7454,14 +7532,10 @@ msgstr "اضغط Enter لـ <0><1>حفظ1>0>"
msgid "Enter username"
msgstr "أدخل اسم المستخدم"
-#: src/components/pages/ReportPage.tsx:701
-msgid "Enter Verification Code"
+#: src/components/pages/report/ReportStepVerification.tsx:64
+msgid "Enter verification code"
msgstr "أدخل رمز التحقق"
-#: src/components/pages/ReportPage.tsx:638
-msgid "Enter Your Email"
-msgstr "أدخل بريدك الإلكتروني"
-
#: src/components/pages/ForgotPasswordPage.tsx:87
msgid "Enter your email address and we'll send you a link to reset your password."
msgstr "أدخل عنوان بريدك الإلكتروني وسنرسل لك رابطًا لإعادة تعيين كلمة المرور الخاصة بك."
@@ -7500,7 +7574,7 @@ msgid "Entrance sound uploaded successfully"
msgstr "تم تحميل صوت الدخول بنجاح"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:297
-#: src/components/channel/ChannelSearchResults.tsx:691
+#: src/components/channel/ChannelSearchResults.tsx:660
#: src/components/modals/tabs/ComponentGalleryTab/OverlaysTab.tsx:88
msgid "Error"
msgstr "خطأ"
@@ -7522,7 +7596,7 @@ msgstr "مفتاح Escape يخرج من وضع لوحة المفاتيح"
msgid "escape to <0><1>cancel1>0>"
msgstr "اضغط Esc لل<0><1>إلغاء1>0>"
-#: src/components/pages/ReportPage.tsx:318
+#: src/components/pages/report/optionDescriptors.ts:90
msgid "Estonia"
msgstr "استونيا"
@@ -7561,7 +7635,7 @@ msgstr "استثناء الرابط، التضمين، أو الملف"
msgid "exclude user"
msgstr "استثناء المستخدم"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:95
+#: src/components/modals/components/plutonium/VisionarySection.tsx:104
msgid "Exclusive community"
msgstr "مجتمع حصري"
@@ -7593,12 +7667,12 @@ msgstr "توسيع الفئة"
msgid "Expiration"
msgstr "انتهاء الصلاحية"
-#: src/components/modals/InviteModal.tsx:281
+#: src/components/modals/InviteModal.tsx:278
msgid "Expire after"
msgstr "ينتهي بعد"
#: src/components/accounts/AccountRow.tsx:162
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:114
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:133
#: src/components/modals/GroupInvitesBottomSheet.tsx:104
msgid "Expired"
msgstr "منتهي الصلاحية"
@@ -7675,7 +7749,7 @@ msgstr "حزم التعبيرات"
msgid "Expression Packs are a Plutonium feature"
msgstr "حزم التعبيرات هي ميزة Plutonium"
-#: src/components/modals/ExpressionPickerSheet.tsx:232
+#: src/components/modals/ExpressionPickerSheet.tsx:219
#: src/components/popouts/ExpressionPickerPopout.tsx:193
msgid "Expression picker categories"
msgstr "فئات منتقي التعبيرات"
@@ -7700,7 +7774,7 @@ msgstr "الروابط الخارجية قد تكون خطيرة. يرجى ال
msgid "Extra Large"
msgstr "كبير جدًا"
-#: src/components/pages/ReportPage.tsx:297
+#: src/components/pages/report/optionDescriptors.ts:72
#: src/constants/IARConstants.tsx:165
msgid "Extremist Community"
msgstr "مجتمع متطرف"
@@ -7749,7 +7823,7 @@ msgstr "فشل نسخ رابط الدعوة"
msgid "Failed to copy to clipboard"
msgstr "فشل النسخ إلى الحافظة"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:79
+#: src/components/modals/tabs/GiftInventoryTab.tsx:80
msgid "Failed to copy URL"
msgstr "فشل نسخ الرابط"
@@ -7794,7 +7868,7 @@ msgid "Failed to delete category"
msgstr "فشل حذف الفئة"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:194
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:681
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:695
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:335
msgid "Failed to delete channel"
msgstr "فشل حذف القناة"
@@ -7868,7 +7942,7 @@ msgstr "فشل تحميل الحظر. يرجى المحاولة مرة أخرى.
msgid "Failed to load emojis"
msgstr "فشل تحميل الإيموجي"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:296
+#: src/components/modals/tabs/GiftInventoryTab.tsx:319
msgid "Failed to load gift inventory"
msgstr "فشل تحميل مخزون الهدايا"
@@ -7894,8 +7968,8 @@ msgstr "فشل تحميل الملصقات"
msgid "Failed to load vanity URL. Please try again."
msgstr "فشل تحميل رابط الفانيتي. يرجى المحاولة مرة أخرى."
-#: src/components/modals/components/PlutoniumContent.tsx:146
-#: src/components/modals/components/PlutoniumContent.tsx:272
+#: src/components/modals/components/PlutoniumContent.tsx:157
+#: src/components/modals/components/PlutoniumContent.tsx:289
msgid "Failed to load Visionary information. Please try again later."
msgstr "فشل تحميل معلومات Visionary. يرجى المحاولة مرة أخرى لاحقًا."
@@ -7916,19 +7990,19 @@ msgstr "فشل تحميل مجتمعاتك."
msgid "Failed to open customer portal. Please try again."
msgstr "فشل فتح بوابة العملاء. يرجى المحاولة مرة أخرى."
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:572
-#: src/components/bottomsheets/DMBottomSheet.tsx:153
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:586
+#: src/components/bottomsheets/DMBottomSheet.tsx:155
#: src/components/channel/dm/DMList.tsx:216
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:121
msgid "Failed to pin DM"
msgstr "فشل تثبيت الرسالة الخاصة"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:572
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:586
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:101
msgid "Failed to pin group"
msgstr "فشل تثبيت المجموعة"
-#: src/components/bottomsheets/DMBottomSheet.tsx:153
+#: src/components/bottomsheets/DMBottomSheet.tsx:155
msgid "Failed to pin group DM"
msgstr "فشل في تثبيت الرسائل المباشرة للمجموعة"
@@ -7957,7 +8031,7 @@ msgstr "فشل في الوصول إلى الحالة ({status})"
msgid "Failed to reactivate subscription. Please try again."
msgstr "فشل إعادة تفعيل الاشتراك. يرجى المحاولة مرة أخرى."
-#: src/components/modals/tabs/GiftInventoryTab.tsx:94
+#: src/components/modals/tabs/GiftInventoryTab.tsx:95
msgid "Failed to redeem gift"
msgstr "فشل استبدال الهدية"
@@ -7998,6 +8072,10 @@ msgstr "فشل الإزالة من المجموعة"
msgid "Failed to remove timeout. Please try again."
msgstr "فشل إزالة المهلة. يُرجى المحاولة مرة أخرى."
+#: src/components/pages/ReportPage.tsx:236
+msgid "Failed to resend code. Please try again."
+msgstr "فشل في إعادة إرسال الرمز. يرجى المحاولة مرة أخرى."
+
#: src/components/modals/guildTabs/GuildRolesTab.tsx:674
msgid "Failed to reset hoist order"
msgstr "فشل إعادة تعيين ترتيب الرفع"
@@ -8018,7 +8096,7 @@ msgstr "فشل التدوير. يُرجى المحاولة مرة أخرى."
msgid "Failed to send friend request. Please try again."
msgstr "فشل إرسال طلب الصداقة. يُرجى المحاولة مرة أخرى."
-#: src/components/bottomsheets/DMBottomSheet.tsx:262
+#: src/components/bottomsheets/DMBottomSheet.tsx:264
#: src/components/modals/InviteModal.tsx:176
#: src/components/uikit/ContextMenu/items/InviteMenuItems.tsx:111
msgid "Failed to send invite"
@@ -8037,7 +8115,7 @@ msgstr "فشل إرسال رمز SMS. يُرجى المحاولة مرة أخر
msgid "Failed to send theme"
msgstr "فشل إرسال السمة"
-#: src/components/pages/ReportPage.tsx:412
+#: src/components/pages/ReportPage.tsx:234
msgid "Failed to send verification code. Please try again."
msgstr "فشل إرسال رمز التحقق. يُرجى المحاولة مرة أخرى."
@@ -8084,19 +8162,19 @@ msgstr "فشل نقل الملكية. يُرجى المحاولة مرة أخر
msgid "Failed to unblock user. Please try again."
msgstr "فشل إلغاء حظر المستخدم. يُرجى المحاولة مرة أخرى."
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:589
-#: src/components/bottomsheets/DMBottomSheet.tsx:170
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:603
+#: src/components/bottomsheets/DMBottomSheet.tsx:172
#: src/components/channel/dm/DMList.tsx:226
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:138
msgid "Failed to unpin DM"
msgstr "فشل إلغاء تثبيت الدردشة الخاصة"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:589
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:603
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:118
msgid "Failed to unpin group"
msgstr "فشل إلغاء تثبيت المجموعة"
-#: src/components/bottomsheets/DMBottomSheet.tsx:170
+#: src/components/bottomsheets/DMBottomSheet.tsx:172
msgid "Failed to unpin group DM"
msgstr "فشل في إلغاء تثبيت محادثة المجموعة"
@@ -8298,7 +8376,7 @@ msgstr "ابحث عن الملصق المثالي"
msgid "Fine-tune core colors and fonts for this app. Changes here are stored as custom CSS overrides and sync with the editor below."
msgstr "اضبط الألوان الأساسية والخطوط لهذا التطبيق بدقة. يتم حفظ التغييرات هنا كتجاوزات CSS مخصصة وتتزامن مع المحرر أدناه."
-#: src/components/pages/ReportPage.tsx:319
+#: src/components/pages/report/optionDescriptors.ts:91
msgid "Finland"
msgstr "فنلندا"
@@ -8306,7 +8384,7 @@ msgstr "فنلندا"
msgid "Finnish"
msgstr "الفنلندية"
-#: src/components/pages/ReportPage.tsx:923
+#: src/components/pages/report/ReportStepDetails.tsx:199
msgid "First and last name"
msgstr "الاسم الأول والأخير"
@@ -8419,7 +8497,7 @@ msgstr "يحتاج Fluxer إلى إذن لمراقبة إدخال لوحة ال
msgid "Fluxer Partner"
msgstr "شريك Fluxer"
-#: src/components/modals/components/PlutoniumContent.tsx:182
+#: src/components/modals/components/PlutoniumContent.tsx:193
#: src/components/modals/PremiumModal.tsx:34
#: src/components/modals/utils/settingsConstants.tsx:147
#: src/components/popouts/UserProfileBadges.tsx:99
@@ -8483,7 +8561,7 @@ msgstr "طعام وشراب"
msgid "Foodie Friends"
msgstr "أصدقاء عشاق الطعام"
-#: src/components/bottomsheets/DMBottomSheet.tsx:660
+#: src/components/bottomsheets/DMBottomSheet.tsx:663
msgid "For 1 hour"
msgstr "لمدة ساعة واحدة"
@@ -8497,7 +8575,7 @@ msgstr "لمدة ساعة واحدة"
msgid "For 1 Hour"
msgstr "لمدة ساعة واحدة"
-#: src/components/bottomsheets/DMBottomSheet.tsx:659
+#: src/components/bottomsheets/DMBottomSheet.tsx:662
#: src/components/popouts/UserAreaPopout.tsx:77
msgid "For 15 minutes"
msgstr "لمدة 15 دقيقة"
@@ -8511,7 +8589,7 @@ msgstr "لمدة 15 دقيقة"
msgid "For 15 Minutes"
msgstr "لمدة 15 دقيقة"
-#: src/components/bottomsheets/DMBottomSheet.tsx:663
+#: src/components/bottomsheets/DMBottomSheet.tsx:666
msgid "For 24 hours"
msgstr "لمدة ٢٤ ساعة"
@@ -8529,7 +8607,7 @@ msgstr "لمدة 24 ساعة"
msgid "For 3 days"
msgstr "لمدة 3 أيام"
-#: src/components/bottomsheets/DMBottomSheet.tsx:661
+#: src/components/bottomsheets/DMBottomSheet.tsx:664
msgid "For 3 hours"
msgstr "لمدة ٣ ساعات"
@@ -8542,7 +8620,7 @@ msgstr "لمدة ٣ ساعات"
msgid "For 3 Hours"
msgstr "لمدة 3 ساعات"
-#: src/components/bottomsheets/DMBottomSheet.tsx:662
+#: src/components/bottomsheets/DMBottomSheet.tsx:665
msgid "For 8 hours"
msgstr "لمدة ٨ ساعات"
@@ -8560,7 +8638,7 @@ msgstr "لمدة 8 ساعات"
msgid "For British eyes only..."
msgstr "لعيون البريطانيين فقط..."
-#: src/components/modals/components/plutonium/PricingSection.tsx:62
+#: src/components/modals/components/plutonium/PricingSection.tsx:68
msgid "For Me"
msgstr "بالنسبة لي"
@@ -8664,15 +8742,15 @@ msgstr "يفعّل وضع التباطؤ في جميع القنوات"
msgid "Forever"
msgstr "إلى الأبد"
-#: src/components/modals/components/MobileSettingsView.tsx:300
+#: src/components/modals/components/MobileSettingsView.tsx:295
msgid "Forget"
msgstr "نسيان"
-#: src/components/modals/components/MobileSettingsView.tsx:327
+#: src/components/modals/components/MobileSettingsView.tsx:322
msgid "Forget Push Subscriptions"
msgstr "نسيان اشتراكات الإشعارات الدفعية"
-#: src/components/modals/components/MobileSettingsView.tsx:294
+#: src/components/modals/components/MobileSettingsView.tsx:289
msgid "Forget push subscriptions?"
msgstr "هل تريد نسيان اشتراكات الإشعارات الدفعية؟"
@@ -8729,7 +8807,7 @@ msgstr "معدل الإطارات"
msgid "Frame rates above 30 fps require Plutonium"
msgstr "معدلات الإطارات فوق 30 إطارًا في الثانية تتطلب Plutonium"
-#: src/components/pages/ReportPage.tsx:320
+#: src/components/pages/report/optionDescriptors.ts:92
msgid "France"
msgstr "فرنسا"
@@ -8745,8 +8823,8 @@ msgstr "مستخدم مجاني (بدون مشتريات)"
msgid "Free User (With Purchase History)"
msgstr "مستخدم مجاني (مع سجل مشتريات)"
-#: src/components/modals/components/PlutoniumContent.tsx:163
-#: src/components/modals/components/PlutoniumContent.tsx:289
+#: src/components/modals/components/PlutoniumContent.tsx:174
+#: src/components/modals/components/PlutoniumContent.tsx:308
msgid "Free vs Plutonium"
msgstr "المجاني مقابل Plutonium"
@@ -8773,12 +8851,13 @@ msgstr "طلب صداقة"
msgid "Friend request sent"
msgstr "تم إرسال طلب الصداقة"
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:68
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:250
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:75
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:89
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:271
msgid "Friend Request Sent"
msgstr "تم إرسال طلب الصداقة"
-#: src/components/channel/dm/AddFriendForm.tsx:144
+#: src/components/channel/dm/AddFriendForm.tsx:167
msgid "Friend request sent!"
msgstr "تم إرسال طلب الصداقة!"
@@ -8787,7 +8866,7 @@ msgstr "تم إرسال طلب الصداقة!"
msgid "Friend Requests"
msgstr "طلبات الصداقة"
-#: src/components/channel/dm/AddFriendForm.tsx:137
+#: src/components/channel/dm/AddFriendForm.tsx:160
msgid "Friend's FluxerTag"
msgstr "FluxerTag الصديق"
@@ -8828,9 +8907,10 @@ msgstr "من {0}"
#. placeholder {0}: creator.username
#. placeholder {1}: creator.discriminator
-#: src/components/channel/GiftEmbed.tsx:87
-#: src/components/modals/GiftAcceptModal.tsx:116
-#: src/components/modals/GiftAcceptModal.tsx:143
+#: src/components/channel/GiftEmbed.tsx:93
+#: src/components/modals/GiftAcceptModal.tsx:123
+#: src/components/modals/GiftAcceptModal.tsx:151
+#: src/components/modals/GiftAcceptModal.tsx:186
msgid "From {0}#{1}"
msgstr "من {0}#{1}"
@@ -8850,7 +8930,7 @@ msgstr "من المستخدم"
msgid "from:"
msgstr "من:"
-#: src/components/pages/ReportPage.tsx:919
+#: src/components/pages/report/ReportStepDetails.tsx:195
msgid "Full Legal Name"
msgstr "الاسم القانوني الكامل"
@@ -8892,7 +8972,7 @@ msgstr "إنشاء دعوة"
msgid "Generate invite link"
msgstr "إنشاء رابط دعوة"
-#: src/components/modals/tabs/BetaCodesTab.tsx:315
+#: src/components/modals/tabs/BetaCodesTab.tsx:340
msgid "Generate up to {MAX_UNCLAIMED_BETA_CODES} unclaimed beta codes to invite friends to Fluxer. You can create 3 codes per week."
msgstr "قم بتوليد ما يصل إلى {MAX_UNCLAIMED_BETA_CODES} رمز تجريبي غير مستخدم لدعوة الأصدقاء إلى Fluxer. يمكنك إنشاء 3 رموز في الأسبوع."
@@ -8909,7 +8989,7 @@ msgstr "مقيد جغرافيًا"
msgid "German"
msgstr "الألمانية"
-#: src/components/pages/ReportPage.tsx:321
+#: src/components/pages/report/optionDescriptors.ts:93
msgid "Germany"
msgstr "ألمانيا"
@@ -8991,13 +9071,13 @@ msgstr "معاينة GIF"
#: src/components/channel/pickers/gif/GifPickerHeader.tsx:40
#: src/components/channel/pickers/memes/MemesPickerHeader.tsx:57
#: src/components/channel/textarea/TextareaButtons.tsx:110
-#: src/components/modals/ExpressionPickerSheet.tsx:68
+#: src/components/modals/ExpressionPickerSheet.tsx:55
#: src/components/popouts/ExpressionPickerPopout.tsx:69
msgid "GIFs"
msgstr "صور GIF"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:122
-#: src/components/modals/GiftAcceptModal.tsx:163
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:141
+#: src/components/modals/GiftAcceptModal.tsx:206
msgid "Gift"
msgstr "هدية"
@@ -9030,19 +9110,20 @@ msgstr "تم استبدال الهدية بالفعل"
msgid "Gift Already Redeemed"
msgstr "تم استبدال الهدية بالفعل"
-#: src/components/channel/GiftEmbed.tsx:94
+#: src/components/channel/GiftEmbed.tsx:105
+#: src/components/channel/GiftEmbed.tsx:109
msgid "Gift Claimed"
msgstr "تم المطالبة بالهدية"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:246
+#: src/components/modals/tabs/GiftInventoryTab.tsx:269
msgid "Gift code cannot be empty"
msgstr "لا يمكن أن يكون رمز الهدية فارغًا"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:243
+#: src/components/modals/tabs/GiftInventoryTab.tsx:266
msgid "Gift code is required"
msgstr "رمز الهدية مطلوب"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:250
+#: src/components/modals/tabs/GiftInventoryTab.tsx:273
msgid "Gift code is too long"
msgstr "رمز الهدية طويل جدًا"
@@ -9070,7 +9151,7 @@ msgstr "لم يتم العثور على الهدية"
#: src/components/channel/textarea/TextareaButtons.tsx:101
#: src/components/channel/textarea/TextareaButtons.tsx:177
-#: src/components/modals/components/plutonium/GiftSection.tsx:61
+#: src/components/modals/components/plutonium/GiftSection.tsx:67
msgid "Gift Plutonium"
msgstr "هدية Plutonium"
@@ -9078,23 +9159,23 @@ msgstr "هدية Plutonium"
msgid "Gift redeemed successfully!"
msgstr "تم استبدال الهدية بنجاح!"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:89
+#: src/components/modals/tabs/GiftInventoryTab.tsx:90
msgid "Gift redeemed successfully! Enjoy your Plutonium!"
msgstr "تم استبدال الهدية بنجاح! استمتع بـ Plutonium الخاص بك!"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:53
+#: src/components/modals/components/plutonium/VisionarySection.tsx:58
msgid "gift time"
msgstr "وقت الهدية"
-#: src/components/channel/GiftEmbed.tsx:151
+#: src/components/channel/GiftEmbed.tsx:162
msgid "Gift Unavailable"
msgstr "الهدية غير متاحة"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:132
+#: src/components/modals/tabs/GiftInventoryTab.tsx:133
msgid "Gift URL"
msgstr "رابط URL للهدية"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:75
+#: src/components/modals/tabs/GiftInventoryTab.tsx:76
msgid "Gift URL copied to clipboard!"
msgstr "تم نسخ رابط URL للهدية إلى الحافظة!"
@@ -9126,7 +9207,7 @@ msgstr "الاختصارات العالمية متاحة في تطبيق سطح
msgid "Glorification of violence or disturbing imagery"
msgstr "تمجيد العنف أو الصور المزعجة"
-#: src/components/modals/components/MobileSettingsView.tsx:145
+#: src/components/modals/components/MobileSettingsView.tsx:140
#: src/components/modals/shared/MobileSettingsComponents.tsx:43
msgid "Go back"
msgstr "ارجع"
@@ -9143,7 +9224,7 @@ msgstr "العودة إلى قناة النص التي كانت مركزة سا
msgid "Go forward in navigation history"
msgstr "التقدم في سجل التنقل"
-#: src/components/channel/InviteEmbed.tsx:259
+#: src/components/channel/InviteEmbed.tsx:261
#: src/components/modals/InviteAcceptModal.tsx:100
msgid "Go to Community"
msgstr "انتقل إلى المجتمع"
@@ -9166,15 +9247,15 @@ msgstr "انتقل إلى تسجيل الدخول"
msgid "Go to message"
msgstr "انتقل إلى الرسالة"
-#: src/components/channel/ChannelSearchResults.tsx:841
+#: src/components/channel/ChannelSearchResults.tsx:809
msgid "Go to page"
msgstr "انتقل إلى الصفحة"
-#: src/components/channel/ChannelSearchResults.tsx:808
+#: src/components/channel/ChannelSearchResults.tsx:776
msgid "Go to page {page}"
msgstr "انتقل إلى الصفحة {page}"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:315
+#: src/components/modals/tabs/GiftInventoryTab.tsx:338
msgid "Go to Plutonium"
msgstr "انتقل إلى Plutonium"
@@ -9195,7 +9276,7 @@ msgstr "فهمت"
msgid "Gotcha"
msgstr "فهمتك"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:116
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:135
msgid "Grace Period"
msgstr "فترة السماح"
@@ -9203,7 +9284,7 @@ msgstr "فترة السماح"
msgid "Grace Period (Still Have Access)"
msgstr "فترة السماح (لا يزال لديك وصول)"
-#: src/components/modals/InviteModal.tsx:301
+#: src/components/modals/InviteModal.tsx:298
msgid "Grant temporary membership"
msgstr "منح عضوية مؤقتة"
@@ -9234,7 +9315,7 @@ msgstr "نجاح كبير!"
msgid "Great success! You can now close this tab and return to the app."
msgstr "نجاح كبير! يمكنك الآن إغلاق هذه النافذة والعودة إلى التطبيق."
-#: src/components/pages/ReportPage.tsx:322
+#: src/components/pages/report/optionDescriptors.ts:94
msgid "Greece"
msgstr "اليونان"
@@ -9263,7 +9344,7 @@ msgstr "إضافة صلاحيات محادثة المجموعة"
msgid "Group Chat Permissions"
msgstr "أذونات الدردشة الجماعية"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:481
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:495
msgid "Group Direct Message"
msgstr "رسالة مباشرة للمجموعة"
@@ -9272,7 +9353,7 @@ msgid "Group DM"
msgstr "رسالة مباشرة للمجموعة"
#. placeholder {0}: channel.recipientIds.length + 1
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:772
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:804
msgid "Group DM · {0} members"
msgstr "رسالة مباشرة للمجموعة · {0} أعضاء"
@@ -9317,12 +9398,12 @@ msgstr "يجب ألا يتجاوز اسم المجموعة 100 حرف"
msgid "Group Online Status"
msgstr "حالة المجموعة على الإنترنت"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:962
-#: src/components/channel/MemberListItem.tsx:102
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:984
+#: src/components/channel/MemberListItem.tsx:109
msgid "Group Owner"
msgstr "مالك المجموعة"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1092
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1116
msgid "Group Settings"
msgstr "إعدادات المجموعة"
@@ -9335,11 +9416,11 @@ msgstr "حالات الكتابة للمجموعة"
msgid "Group updated"
msgstr "تم تحديث المجموعة"
-#: src/components/pages/ReportPage.tsx:893
+#: src/components/pages/report/ReportStepDetails.tsx:167
msgid "Guild (Community) ID"
msgstr "معرف النقابة (المجتمع)"
-#: src/components/pages/ReportPage.tsx:902
+#: src/components/pages/report/ReportStepDetails.tsx:177
msgid "Guild ID is required."
msgstr "معرف النقابة مطلوب."
@@ -9355,13 +9436,13 @@ msgstr "سجل النقابة"
msgid "Hang on while we check for scheduled messages."
msgstr "انتظر بينما نتحقق من الرسائل المجدولة."
-#: src/components/pages/ReportPage.tsx:295
+#: src/components/pages/report/optionDescriptors.ts:70
#: src/constants/IARConstants.tsx:155
msgid "Harassment"
msgstr "مضايقة"
-#: src/components/pages/ReportPage.tsx:262
-#: src/components/pages/ReportPage.tsx:281
+#: src/components/pages/report/optionDescriptors.ts:43
+#: src/components/pages/report/optionDescriptors.ts:59
#: src/constants/IARConstants.tsx:32
#: src/constants/IARConstants.tsx:109
msgid "Harassment or Bullying"
@@ -9383,9 +9464,9 @@ msgstr "اشترى تجاوزًا من قبل"
msgid "has:"
msgstr "لديه:"
-#: src/components/pages/ReportPage.tsx:263
-#: src/components/pages/ReportPage.tsx:282
-#: src/components/pages/ReportPage.tsx:296
+#: src/components/pages/report/optionDescriptors.ts:44
+#: src/components/pages/report/optionDescriptors.ts:60
+#: src/components/pages/report/optionDescriptors.ts:71
#: src/constants/IARConstants.tsx:37
#: src/constants/IARConstants.tsx:114
#: src/constants/IARConstants.tsx:160
@@ -9430,7 +9511,7 @@ msgid "Help Center"
msgstr "مركز المساعدة"
#. placeholder {0}: user.displayName
-#: src/components/layout/app-layout/nagbars/UnclaimedAccountNagbar.tsx:44
+#: src/components/layout/app-layout/nagbars/UnclaimedAccountNagbar.tsx:42
msgid "Hey {0}, claim your account to prevent losing access."
msgstr "مرحبًا {0}، استرد حسابك لمنع فقدان الوصول."
@@ -9654,7 +9735,7 @@ msgstr "https://example.com/callback"
msgid "Hungarian"
msgstr "المجرية"
-#: src/components/pages/ReportPage.tsx:323
+#: src/components/pages/report/optionDescriptors.ts:95
msgid "Hungary"
msgstr "هنغاريا"
@@ -9728,8 +9809,8 @@ msgstr "إذا تلقيت رمزًا تجريبيًا، يمكنك إدخاله
msgid "If you want to export your data or delete your messages first, please visit the Privacy Dashboard section in User Settings before proceeding."
msgstr "إذا كنت ترغب في تصدير بياناتك أو حذف رسائلك أولاً، يرجى زيارة قسم لوحة الخصوصية في إعدادات المستخدم قبل المتابعة."
-#: src/components/channel/channel-view/DMChannelView.tsx:301
-#: src/components/channel/dm/DMWelcomeSection.tsx:119
+#: src/components/channel/channel-view/DMChannelView.tsx:302
+#: src/components/channel/dm/DMWelcomeSection.tsx:131
#: src/components/channel/friends/FriendListItem.tsx:145
#: src/components/channel/friends/FriendListItem.tsx:244
#: src/components/channel/friends/MobileFriendRequestItem.tsx:69
@@ -9740,7 +9821,7 @@ msgstr "تجاهل"
#: src/components/channel/friends/FriendListItem.tsx:143
#: src/components/channel/friends/MobileFriendRequestItem.tsx:67
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:152
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:173
msgid "Ignore Friend Request"
msgstr "تجاهل طلب الصداقة"
@@ -9749,8 +9830,8 @@ msgstr "تجاهل طلب الصداقة"
msgid "Ignore per-channel message rate limits."
msgstr "تجاهل حدود معدل الرسائل لكل قناة."
-#: src/components/pages/ReportPage.tsx:267
-#: src/components/pages/ReportPage.tsx:298
+#: src/components/pages/report/optionDescriptors.ts:48
+#: src/components/pages/report/optionDescriptors.ts:73
#: src/constants/IARConstants.tsx:57
#: src/constants/IARConstants.tsx:170
msgid "Illegal Activity"
@@ -9762,7 +9843,7 @@ msgid "image"
msgstr "صورة"
#: src/components/channel/embeds/media/EmbedGifv.tsx:237
-#: src/components/channel/embeds/media/EmbedImage.tsx:369
+#: src/components/channel/embeds/media/EmbedImage.tsx:374
#: src/components/modals/MediaViewerModal.tsx:362
#: src/components/search/HasFilterSheet.tsx:50
#: src/utils/FavoriteMemeUtils.ts:71
@@ -9783,8 +9864,8 @@ msgstr "معاينة الصورة"
msgid "Images"
msgstr "صور"
-#: src/components/pages/ReportPage.tsx:272
-#: src/components/pages/ReportPage.tsx:284
+#: src/components/pages/report/optionDescriptors.ts:53
+#: src/components/pages/report/optionDescriptors.ts:62
#: src/constants/IARConstants.tsx:82
#: src/constants/IARConstants.tsx:124
msgid "Impersonation"
@@ -9839,7 +9920,7 @@ msgstr "خلال {absWeeks} أسبوع"
msgid "in {absYears} years"
msgstr "خلال {absYears} سنة"
-#: src/components/channel/channel-view/DMChannelView.tsx:275
+#: src/components/channel/channel-view/DMChannelView.tsx:276
msgid "In call"
msgstr "في مكالمة"
@@ -9880,7 +9961,7 @@ msgstr "في متصفحك، ستعمل خاصية الضغط للتحدث فقط
msgid "in:"
msgstr "في:"
-#: src/components/pages/ReportPage.tsx:286
+#: src/components/pages/report/optionDescriptors.ts:64
#: src/constants/IARConstants.tsx:134
msgid "Inappropriate Profile"
msgstr "ملف شخصي غير مناسب"
@@ -9909,7 +9990,7 @@ msgstr "تضمين جميع إشارات المجتمع"
msgid "Include audio from your screen in the share"
msgstr "تضمين الصوت من شاشتك في المشاركة"
-#: src/components/channel/channel-view/DMChannelView.tsx:269
+#: src/components/channel/channel-view/DMChannelView.tsx:270
#: src/components/voice/IncomingCallUI.tsx:263
#: src/components/voice/IncomingCallUI.tsx:286
#: src/components/voice/IncomingCallUI.tsx:324
@@ -9946,11 +10027,11 @@ msgid "Increase app zoom level"
msgstr "زيادة مستوى تكبير التطبيق"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:284
-#: src/components/channel/ChannelSearchResults.tsx:679
+#: src/components/channel/ChannelSearchResults.tsx:648
msgid "Indexing Channel"
msgstr "فهرسة القناة"
-#: src/components/channel/ChannelSearchResults.tsx:317
+#: src/components/channel/ChannelSearchResults.tsx:274
msgid "Indexing..."
msgstr "جارٍ الفهرسة..."
@@ -10032,12 +10113,12 @@ msgstr "مدخلات مع أيقونات"
msgid "Insert emoji"
msgstr "إدراج إيموجي"
-#: src/components/channel/InviteEmbed.tsx:198
+#: src/components/channel/InviteEmbed.tsx:200
#: src/components/modals/InviteAcceptModal.tsx:143
msgid "Install Emoji Pack"
msgstr "تثبيت حزمة الإيموجي"
-#: src/components/channel/InviteEmbed.tsx:198
+#: src/components/channel/InviteEmbed.tsx:200
#: src/components/modals/InviteAcceptModal.tsx:143
msgid "Install Sticker Pack"
msgstr "تثبيت حزمة الملصقات"
@@ -10104,7 +10185,7 @@ msgstr "رمز هدية غير صالح"
msgid "Invalid instance response: missing webapp URL."
msgstr "استجابة حالة غير صالحة: URL التطبيق الويب مفقود."
-#: src/components/modals/ClaimAccountModal.tsx:108
+#: src/components/modals/ClaimAccountModal.tsx:110
#: src/components/modals/EmailChangeModal.tsx:108
#: src/components/modals/EmailChangeModal.tsx:169
msgid "Invalid or expired code"
@@ -10134,7 +10215,7 @@ msgstr "تم النقر على الزر المعكوس!"
msgid "Invisible"
msgstr "غير مرئي"
-#: src/components/modals/InviteModal.tsx:257
+#: src/components/modals/InviteModal.tsx:267
#: src/components/modals/tabs/ExpressionPacksTab.tsx:83
#: src/constants/AuditLogConstants.tsx:239
msgid "Invite"
@@ -10144,7 +10225,7 @@ msgstr "دعوة"
msgid "Invite Background"
msgstr "خلفية الدعوة"
-#: src/components/pages/ReportPage.tsx:908
+#: src/components/pages/report/ReportStepDetails.tsx:183
msgid "Invite Code (optional)"
msgstr "رمز الدعوة (اختياري)"
@@ -10170,7 +10251,7 @@ msgstr "دعوة الأصدقاء"
msgid "Invite friends to {0}"
msgstr "دعوة الأصدقاء إلى {0}"
-#: src/components/modals/InviteModal.tsx:317
+#: src/components/modals/InviteModal.tsx:314
msgid "Invite link"
msgstr "رابط الدعوة"
@@ -10190,7 +10271,7 @@ msgid "Invite Links"
msgstr "روابط الدعوة"
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:164
-#: src/components/layout/ChannelItem.tsx:599
+#: src/components/layout/ChannelItem.tsx:616
#: src/components/popouts/GuildHeaderPopout.tsx:178
msgid "Invite Members"
msgstr "دعوة الأعضاء"
@@ -10218,7 +10299,7 @@ msgid "Invite Page Preview"
msgstr "معاينة صفحة الدعوة"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:381
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1144
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1168
#: src/components/layout/FavoritesChannelListContent.tsx:305
#: src/components/uikit/ContextMenu/ChannelListContextMenu.tsx:96
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:97
@@ -10236,7 +10317,7 @@ msgstr "تم إلغاء الدعوة"
msgid "Invite sent for {0}"
msgstr "تم إرسال دعوة لـ {0}"
-#: src/components/bottomsheets/DMBottomSheet.tsx:256
+#: src/components/bottomsheets/DMBottomSheet.tsx:258
msgid "Invite sent to {guildName}"
msgstr "تم إرسال الدعوة إلى {guildName}"
@@ -10249,7 +10330,7 @@ msgid "Invite splash preview"
msgstr "معاينة شاشة ترحيب الدعوة"
#. placeholder {0}: guild.name
-#: src/components/bottomsheets/DMBottomSheet.tsx:499
+#: src/components/bottomsheets/DMBottomSheet.tsx:501
msgid "Invite to {0}"
msgstr "دعوة إلى {0}"
@@ -10257,7 +10338,7 @@ msgstr "دعوة إلى {0}"
msgid "Invite to Community"
msgstr "دعوة إلى المجتمع"
-#: src/components/channel/InviteEmbed.tsx:362
+#: src/components/channel/InviteEmbed.tsx:364
msgid "Invite Unavailable"
msgstr "الدعوة غير متاحة"
@@ -10277,7 +10358,7 @@ msgid "Invited by {0}#{1}"
msgstr "تمت الدعوة بواسطة {0}#{1}"
#: src/components/auth/InviteHeader.tsx:159
-#: src/components/channel/InviteEmbed.tsx:222
+#: src/components/channel/InviteEmbed.tsx:224
msgid "Invited by {inviterTag}"
msgstr "تمت الدعوة بواسطة {inviterTag}"
@@ -10290,8 +10371,8 @@ msgid "Inviter:"
msgstr "الداعي:"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:303
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1199
-#: src/components/bottomsheets/DMBottomSheet.tsx:468
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1223
+#: src/components/bottomsheets/DMBottomSheet.tsx:470
#: src/components/channel/dm/DMList.tsx:257
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:145
msgid "Invites"
@@ -10301,11 +10382,11 @@ msgstr "الدعوات"
msgid "Invites are currently disabled for this community."
msgstr "الدعوات معطلة حاليًا لهذا المجتمع."
-#: src/components/modals/InviteModal.tsx:270
+#: src/components/modals/InviteModal.tsx:237
msgid "Invites are currently disabled in this community by an admin. While this invite can be created, it cannot be accepted until invites are re-enabled."
msgstr "الدعوات معطلة حاليًا في هذا المجتمع من قبل المشرف. بينما يمكن إنشاء هذه الدعوة، لا يمكن قبولها حتى يتم إعادة تمكين الدعوات."
-#: src/components/layout/guild-list/GuildListItem.tsx:233
+#: src/components/layout/guild-list/GuildListItem.tsx:234
msgid "Invites are currently paused in this community"
msgstr "الدعوات متوقفة حاليًا في هذا المجتمع"
@@ -10317,7 +10398,7 @@ msgstr "الدعوات مقفلة للمجتمعات التجريبية. است
msgid "Invites disabled"
msgstr "الدعوات معطلة"
-#: src/components/channel/InviteEmbed.tsx:257
+#: src/components/channel/InviteEmbed.tsx:259
#: src/components/modals/InviteAcceptModal.tsx:98
msgid "Invites Disabled"
msgstr "الدعوات معطلة"
@@ -10343,7 +10424,7 @@ msgstr "الدعوات إلى <0>{0}0> معطلة حالياً"
msgid "IP address authorized"
msgstr "عنوان IP مصرح به"
-#: src/components/pages/ReportPage.tsx:324
+#: src/components/pages/report/optionDescriptors.ts:96
msgid "Ireland"
msgstr "أيرلندا"
@@ -10359,7 +10440,7 @@ msgstr "إنها حفلة كتابة حقيقية هنا"
msgid "Italian"
msgstr "الإيطالية"
-#: src/components/pages/ReportPage.tsx:325
+#: src/components/pages/report/optionDescriptors.ts:97
msgid "Italy"
msgstr "إيطاليا"
@@ -10381,16 +10462,16 @@ msgstr "انضم إلى مجتمع"
msgid "Join a community with stickers to get started!"
msgstr "انضم إلى مجتمع يحتوي على ملصقات للبدء!"
-#: src/components/channel/channel-view/DMChannelView.tsx:315
+#: src/components/channel/channel-view/DMChannelView.tsx:316
msgid "Join call"
msgstr "انضم إلى المكالمة"
-#: src/components/channel/InviteEmbed.tsx:261
-#: src/components/channel/InviteEmbed.tsx:451
+#: src/components/channel/InviteEmbed.tsx:263
+#: src/components/channel/InviteEmbed.tsx:453
#: src/components/layout/guild-list/AddGuildButton.tsx:71
#: src/components/modals/AddGuildModal.tsx:129
#: src/components/modals/AddGuildModal.tsx:410
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:304
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:342
#: src/components/modals/InviteAcceptModal.tsx:102
#: src/components/modals/InviteAcceptModalPreview.tsx:114
msgid "Join Community"
@@ -10400,7 +10481,7 @@ msgstr "انضم إلى المجتمع"
msgid "Join community form"
msgstr "نموذج الانضمام إلى المجتمع"
-#: src/components/channel/InviteEmbed.tsx:187
+#: src/components/channel/InviteEmbed.tsx:189
msgid "Join Group"
msgstr "انضم إلى المجموعة"
@@ -10416,19 +10497,19 @@ msgstr "إشعارات الانضمام"
msgid "Join Operators Community"
msgstr "انضم إلى مجتمع المشغلين"
-#: src/components/channel/CallMessage.tsx:171
+#: src/components/channel/CallMessage.tsx:165
msgid "Join the call"
msgstr "انضم إلى المكالمة"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:122
+#: src/components/channel/ChannelHeader/CallButtons.tsx:159
msgid "Join Video Call"
msgstr "انضم إلى مكالمة الفيديو"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:118
+#: src/components/channel/ChannelHeader/CallButtons.tsx:150
msgid "Join Video Call ({participantCount} participant)"
msgstr "انضم إلى مكالمة فيديو ({participantCount} مشارك)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:119
+#: src/components/channel/ChannelHeader/CallButtons.tsx:151
msgid "Join Video Call ({participantCount} participants)"
msgstr "انضم إلى مكالمة فيديو ({participantCount} مشاركين)"
@@ -10436,15 +10517,15 @@ msgstr "انضم إلى مكالمة فيديو ({participantCount} مشاركي
msgid "Join Visionary Community"
msgstr "انضم إلى مجتمع الرؤية"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:70
+#: src/components/channel/ChannelHeader/CallButtons.tsx:89
msgid "Join Voice Call"
msgstr "انضم إلى مكالمة الصوت"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:66
+#: src/components/channel/ChannelHeader/CallButtons.tsx:80
msgid "Join Voice Call ({participantCount} participant)"
msgstr "انضم إلى مكالمة صوتية ({participantCount} مشارك)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:67
+#: src/components/channel/ChannelHeader/CallButtons.tsx:81
msgid "Join Voice Call ({participantCount} participants)"
msgstr "انضم إلى مكالمة صوتية ({participantCount} مشاركين)"
@@ -10495,7 +10576,7 @@ msgstr "JPEG، PNG، WebP. الحد الأقصى: 10 ميجابايت. المو
msgid "JPEG, PNG, WebP. Max 10MB. Recommended: 512×512px. Animated avatars (GIF) require <0/>."
msgstr "JPEG، PNG، WebP. الحد الأقصى: 10 ميجابايت. الموصى به: 512×512 بكسل. الصور الرمزية المتحركة (GIF) تتطلب <0/>."
-#: src/components/channel/ChannelSearchResults.tsx:777
+#: src/components/channel/ChannelSearchResults.tsx:745
#: src/components/pages/MessageListPage.tsx:97
#: src/components/popouts/RecentMentionsContent.tsx:221
#: src/components/popouts/SavedMessagesContent.tsx:102
@@ -10519,11 +10600,11 @@ msgstr "اقفز إلى الرسالة"
msgid "Jump to Oldest Unread Message"
msgstr "اقفز إلى أقدم رسالة غير مقروءة"
-#: src/components/channel/ChannelSearchResults.tsx:872
+#: src/components/channel/ChannelSearchResults.tsx:840
msgid "Jump to page"
msgstr "اقفز إلى الصفحة"
-#: src/components/channel/Messages.tsx:917
+#: src/components/channel/Messages.tsx:915
msgid "Jump to Present"
msgstr "اقفز إلى الحاضر"
@@ -10612,7 +10693,7 @@ msgid "Keyboard Shortcuts"
msgstr "اختصارات لوحة المفاتيح"
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:344
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:311
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:314
#: src/components/modals/KickMemberModal.tsx:58
#: src/components/modals/UserProfileActionsSheet.tsx:253
msgid "Kick"
@@ -10702,7 +10783,7 @@ msgstr "زمن الوصول {latency} مللي ثانية"
msgid "Latency graph"
msgstr "رسم بياني لزمن الوصول"
-#: src/components/pages/ReportPage.tsx:326
+#: src/components/pages/report/optionDescriptors.ts:98
msgid "Latvia"
msgstr "لاتفيا"
@@ -10729,10 +10810,10 @@ msgstr "مغادرة المجتمع"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:248
#: src/components/bottomsheets/ChannelBottomSheet.tsx:250
#: src/components/bottomsheets/ChannelBottomSheet.tsx:314
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1253
-#: src/components/bottomsheets/DMBottomSheet.tsx:337
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1277
#: src/components/bottomsheets/DMBottomSheet.tsx:339
-#: src/components/bottomsheets/DMBottomSheet.tsx:551
+#: src/components/bottomsheets/DMBottomSheet.tsx:341
+#: src/components/bottomsheets/DMBottomSheet.tsx:554
#: src/components/channel/dm/DMList.tsx:265
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:159
#: src/hooks/useLeaveGroup.tsx:42
@@ -10740,27 +10821,27 @@ msgstr "مغادرة المجتمع"
msgid "Leave Group"
msgstr "مغادرة المجموعة"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:122
+#: src/components/channel/ChannelHeader/CallButtons.tsx:157
msgid "Leave Video Call"
msgstr "مغادرة مكالمة الفيديو"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:113
+#: src/components/channel/ChannelHeader/CallButtons.tsx:145
msgid "Leave Video Call ({participantCount} participant)"
msgstr "اخرج من مكالمة فيديو ({participantCount} مشارك)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:114
+#: src/components/channel/ChannelHeader/CallButtons.tsx:146
msgid "Leave Video Call ({participantCount} participants)"
msgstr "اخرج من مكالمة فيديو ({participantCount} مشاركين)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:70
+#: src/components/channel/ChannelHeader/CallButtons.tsx:87
msgid "Leave Voice Call"
msgstr "مغادرة مكالمة الصوت"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:61
+#: src/components/channel/ChannelHeader/CallButtons.tsx:75
msgid "Leave Voice Call ({participantCount} participant)"
msgstr "اخرج من مكالمة صوتية ({participantCount} مشارك)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:62
+#: src/components/channel/ChannelHeader/CallButtons.tsx:76
msgid "Leave Voice Call ({participantCount} participants)"
msgstr "اخرج من مكالمة صوتية ({participantCount} مشاركين)"
@@ -10785,7 +10866,7 @@ msgstr "محاذاة لليسار"
msgid "Left community"
msgstr "غادر المجتمع"
-#: src/components/bottomsheets/DMBottomSheet.tsx:350
+#: src/components/bottomsheets/DMBottomSheet.tsx:352
#: src/hooks/useLeaveGroup.tsx:56
msgid "Left group"
msgstr "غادر المجموعة"
@@ -10798,7 +10879,7 @@ msgstr "أيقونة اليسار"
msgid "Left Tooltip"
msgstr "تلميح اليسار"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:90
+#: src/components/modals/components/plutonium/VisionarySection.tsx:99
msgid "Let people add you without needing a 4-digit tag"
msgstr "اسمح للأشخاص بإضافتك دون الحاجة إلى علامة مكونة من 4 أرقام"
@@ -10810,17 +10891,13 @@ msgstr "اسمح للمجتمع بالاعتدال الذاتي"
msgid "Letters (a-z, A-Z), numbers (0-9), and underscores (_) only"
msgstr "أحرف (a-z, A-Z)، أرقام (0-9)، وشرطات سفلية (_) فقط"
-#: src/components/pages/ReportPage.tsx:729
-msgid "Letters and numbers only. You can paste the code—formatting is automatic."
-msgstr "الأحرف والأرقام فقط. يمكنك لصق الرمز - التنسيق تلقائي."
-
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:120
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:139
#: src/components/modals/tabs/DeveloperOptionsTab/AccountPremiumTab.tsx:49
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:371
msgid "Lifetime"
msgstr "مدى الحياة"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:73
+#: src/components/modals/components/plutonium/VisionarySection.tsx:82
#: src/utils/giftUtils.ts:58
msgid "Lifetime Plutonium"
msgstr "Plutonium مدى الحياة"
@@ -10838,7 +10915,7 @@ msgid "Liked!"
msgstr "تم الإعجاب!"
#. placeholder {0}: formatter.format(visionarySlots.total)
-#: src/components/modals/components/plutonium/VisionarySection.tsx:61
+#: src/components/modals/components/plutonium/VisionarySection.tsx:70
msgid "Limited to {0} users. One-time purchase, lifetime access."
msgstr "محدود بـ {0} مستخدم. شراء لمرة واحدة، وصول مدى الحياة."
@@ -10856,7 +10933,7 @@ msgstr "رابط"
msgid "Link channel"
msgstr "ربط قناة"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:530
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:544
#: src/components/uikit/ContextMenu/MediaContextMenu.tsx:145
#: src/components/uikit/ContextMenu/MediaContextMenu.tsx:228
msgid "Link copied to clipboard"
@@ -10902,7 +10979,7 @@ msgstr "قوائم"
msgid "Lists members with this role in their own section in the member list."
msgstr "يعرض الأعضاء الذين لديهم هذه الصلاحية في قسم خاص بهم في قائمة الأعضاء."
-#: src/components/pages/ReportPage.tsx:327
+#: src/components/pages/report/optionDescriptors.ts:99
msgid "Lithuania"
msgstr "ليتوانيا"
@@ -10934,7 +11011,7 @@ msgstr "جارٍ تحميل الحظر..."
msgid "Loading communities..."
msgstr "جارٍ تحميل المجتمعات..."
-#: src/components/channel/embeds/media/EmbedImage.tsx:363
+#: src/components/channel/embeds/media/EmbedImage.tsx:368
msgid "Loading image"
msgstr "جارٍ تحميل الصورة"
@@ -10947,7 +11024,7 @@ msgid "Loading more..."
msgstr "جارٍ تحميل المزيد..."
#: src/components/channel/embeds/media/EmbedGifv.tsx:493
-#: src/components/channel/embeds/media/EmbedGifv.tsx:721
+#: src/components/channel/embeds/media/EmbedGifv.tsx:745
msgid "Loading placeholder"
msgstr "عنصر نائب للتحميل"
@@ -10971,7 +11048,7 @@ msgstr "جارٍ تحميل السمة..."
msgid "Loading verification methods..."
msgstr "جارٍ تحميل طرق التحقق..."
-#: src/components/channel/embeds/media/EmbedImage.tsx:363
+#: src/components/channel/embeds/media/EmbedImage.tsx:368
msgid "Loading: {alt}"
msgstr "جارٍ التحميل: {alt}"
@@ -11021,7 +11098,7 @@ msgid "Log in with a passkey"
msgstr "تسجيل الدخول باستخدام مفتاح مرور"
#: src/components/modals/components/DesktopSettingsView.tsx:346
-#: src/components/modals/components/MobileSettingsView.tsx:362
+#: src/components/modals/components/MobileSettingsView.tsx:357
#: src/components/pages/PendingVerificationPage.tsx:151
msgid "Log Out"
msgstr "تسجيل الخروج"
@@ -11101,7 +11178,7 @@ msgstr "منخفض"
msgid "Low (480p)"
msgstr "منخفض (480p)"
-#: src/components/pages/ReportPage.tsx:328
+#: src/components/pages/report/optionDescriptors.ts:100
msgid "Luxembourg"
msgstr "لوكسمبورغ"
@@ -11114,16 +11191,16 @@ msgstr "تعيين مالك المجموعة"
msgid "Make links to websites stand out more by always underlining them."
msgstr "اجعل الروابط إلى المواقع الإلكترونية أكثر وضوحًا بتسطيرها دائمًا."
-#: src/components/pages/ReportPage.tsx:271
+#: src/components/pages/report/optionDescriptors.ts:52
#: src/constants/IARConstants.tsx:77
msgid "Malicious Links"
msgstr "روابط خبيثة"
-#: src/components/pages/ReportPage.tsx:329
+#: src/components/pages/report/optionDescriptors.ts:101
msgid "Malta"
msgstr "مالطا"
-#: src/components/pages/ReportPage.tsx:302
+#: src/components/pages/report/optionDescriptors.ts:77
#: src/constants/IARConstants.tsx:190
msgid "Malware Distribution"
msgstr "توزيع البرامج الضارة"
@@ -11214,7 +11291,7 @@ msgid "Manage slash commands for this application"
msgstr "إدارة أوامر الشرطة المائلة لهذا التطبيق"
#: src/components/layout/app-layout/nagbars/PremiumGracePeriodNagbar.tsx:83
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:288
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:324
msgid "Manage Subscription"
msgstr "إدارة الاشتراك"
@@ -11227,7 +11304,7 @@ msgstr "إدارة عنوان البريد الإلكتروني الذي تست
msgid "Manage Webhooks"
msgstr "إدارة Webhooks"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:100
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:104
msgid "Manage your applications and bots."
msgstr "إدارة تطبيقاتك والروبوتات الخاصة بك."
@@ -11243,7 +11320,7 @@ msgstr "إدارة هداياك"
msgid "Manage your phone number for SMS two-factor authentication"
msgstr "إدارة رقم هاتفك للمصادقة الثنائية عبر الرسائل القصيرة"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:280
+#: src/components/modals/tabs/GiftInventoryTab.tsx:303
msgid "Manage your purchased Plutonium gift codes. Share the gift URL with someone special or redeem it for yourself!"
msgstr "إدارة رموز الهدايا Plutonium التي اشتريتها. شارك رابط الهدية مع شخص مميز أو استبدلها لنفسك!"
@@ -11256,8 +11333,8 @@ msgid "Mark as 18+ (NSFW)"
msgstr "تحديد كـ 18+ (غير آمن للعمل)"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:358
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1115
-#: src/components/bottomsheets/DMBottomSheet.tsx:388
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1139
+#: src/components/bottomsheets/DMBottomSheet.tsx:390
#: src/components/channel/NewMessagesBar.tsx:60
#: src/components/uikit/ContextMenu/items/CategoryMenuItems.tsx:81
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:79
@@ -11319,7 +11396,7 @@ msgstr "ماركداون"
msgid "Markdown Preview"
msgstr "معاينة ماركداون"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:516
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:530
msgid "Marked as read"
msgstr "محدد كمقروء"
@@ -11347,7 +11424,7 @@ msgstr "علامات أسفل المنزلق"
msgid "Marty_McFly"
msgstr "Marty_McFly"
-#: src/components/modals/ClaimAccountModal.tsx:160
+#: src/components/modals/ClaimAccountModal.tsx:162
#: src/components/modals/EmailChangeModal.tsx:254
msgid "marty@example.com"
msgstr "marty@example.com"
@@ -11356,7 +11433,7 @@ msgstr "marty@example.com"
msgid "Mask Visionary as subscription"
msgstr "إخفاء Visionary كاشتراك"
-#: src/components/modals/InviteModal.tsx:291
+#: src/components/modals/InviteModal.tsx:288
msgid "Max number of uses"
msgstr "الحد الأقصى لعدد الاستخدامات"
@@ -11393,7 +11470,8 @@ msgstr "الحد الأقصى لجودة الكاميرا هو 1080p"
msgid "Maximum quality, requires very fast connection"
msgstr "الحد الأقصى للجودة، يتطلب اتصالاً سريعًا جدًا"
-#: src/components/modals/GiftAcceptModal.tsx:151
+#: src/components/modals/GiftAcceptModal.tsx:161
+#: src/components/modals/GiftAcceptModal.tsx:194
msgid "Maybe later"
msgstr "ربما لاحقًا"
@@ -11411,7 +11489,7 @@ msgstr "جاري القياس..."
#: src/components/channel/AutocompleteEmoji.tsx:154
#: src/components/channel/textarea/TextareaButtons.tsx:122
-#: src/components/modals/ExpressionPickerSheet.tsx:77
+#: src/components/modals/ExpressionPickerSheet.tsx:64
#: src/components/modals/tabs/ChatSettingsTab.tsx:43
#: src/components/modals/tabs/ChatSettingsTab/Inline.tsx:37
#: src/components/modals/utils/settingsConstants.tsx:298
@@ -11504,8 +11582,8 @@ msgstr "التحقق من العضو"
msgid "Member verification level"
msgstr "مستوى التحقق من العضو"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:877
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:913
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:909
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:945
#: src/components/modals/guildTabs/GuildMembersTab.tsx:429
#: src/components/modals/shared/AddOverridePopout.tsx:176
#: src/components/modals/utils/guildSettingsConstants.tsx:157
@@ -11536,7 +11614,7 @@ msgstr "الأعضاء المقطوعون"
msgid "Members receive notifications for every message"
msgstr "يتلقى الأعضاء إشعارات لكل رسالة"
-#: src/components/modals/InviteModal.tsx:302
+#: src/components/modals/InviteModal.tsx:299
msgid "Members will be removed when they go offline unless a role is assigned"
msgstr "سيتم إزالة الأعضاء عندما يصبحون غير متصلين ما لم يتم تعيين دور لهم"
@@ -11608,11 +11686,11 @@ msgid "mentions:"
msgstr "الإشارات:"
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:234
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:218
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:220
#: src/components/modals/tabs/ComponentGalleryTab/InputsTab.tsx:164
-#: src/components/modals/UserProfileMobileSheet.tsx:497
-#: src/components/modals/UserProfileModal.tsx:1189
-#: src/components/modals/UserProfileModal.tsx:1311
+#: src/components/modals/UserProfileMobileSheet.tsx:501
+#: src/components/modals/UserProfileModal.tsx:1190
+#: src/components/modals/UserProfileModal.tsx:1316
#: src/components/popouts/UserProfilePopout.tsx:289
#: src/components/popouts/UserProfilePopout.tsx:308
#: src/components/profile/ProfilePreview.tsx:292
@@ -11689,7 +11767,7 @@ msgstr "تجميع الرسائل"
msgid "Message is too long"
msgstr "الرسالة طويلة جدًا"
-#: src/components/pages/ReportPage.tsx:837
+#: src/components/pages/report/ReportStepDetails.tsx:107
msgid "Message Link"
msgstr "رابط الرسالة"
@@ -11744,7 +11822,7 @@ msgstr "الرسائل والوسائط"
msgid "Messages Deleted"
msgstr "تم حذف الرسائل"
-#: src/components/channel/Messages.tsx:938
+#: src/components/channel/Messages.tsx:936
msgid "Messages failed to load"
msgstr "فشل تحميل الرسائل"
@@ -11888,22 +11966,21 @@ msgstr "الإشراف"
msgid "Monospace font family"
msgstr "عائلة خط أحادي المسافة"
-#: src/components/auth/DateOfBirthField.tsx:87
-#: src/components/auth/DateOfBirthField.tsx:154
+#: src/components/auth/DateOfBirthField.tsx:151
#: src/components/auth/MockMinimalRegisterForm.tsx:68
msgid "Month"
msgstr "شهر"
-#: src/components/modals/components/plutonium/PricingSection.tsx:71
+#: src/components/modals/components/plutonium/PricingSection.tsx:78
msgid "Monthly"
msgstr "شهريًا"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:63
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:73
msgid "Monthly {monthlyPrice}"
msgstr "شهريًا {monthlyPrice}"
#: src/components/accounts/AccountRow.tsx:178
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:863
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:895
#: src/components/channel/friends/FriendListItem.tsx:229
#: src/components/channel/MessageActionBar.tsx:647
#: src/components/channel/MessageActionBar.tsx:776
@@ -11936,7 +12013,7 @@ msgstr "فتحات ملصقات إضافية"
msgid "Most popular"
msgstr "الأكثر شيوعًا"
-#: src/components/channel/ChannelSearchResults.tsx:225
+#: src/components/channel/ChannelSearchResults.tsx:182
#: src/components/search/SortModeSheet.tsx:53
msgid "Most Relevant"
msgstr "الأكثر صلة"
@@ -12015,7 +12092,7 @@ msgstr "محتوى متعدد اللغات"
msgid "Music Lovers"
msgstr "محبو الموسيقى"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:850
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:882
#: src/components/bottomsheets/VoiceLobbyBottomSheet.tsx:179
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:253
#: src/components/layout/UserArea.tsx:213
@@ -12055,7 +12132,7 @@ msgstr "كتم القناة"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:400
#: src/components/bottomsheets/ChannelBottomSheet.tsx:452
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1010
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1034
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:171
#: src/components/modals/GuildNotificationSettingsModal.tsx:295
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:168
@@ -12069,9 +12146,9 @@ msgstr "كتم القناة"
msgid "Mute Community"
msgstr "كتم المجتمع"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1012
-#: src/components/bottomsheets/DMBottomSheet.tsx:449
-#: src/components/bottomsheets/DMBottomSheet.tsx:590
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1036
+#: src/components/bottomsheets/DMBottomSheet.tsx:451
+#: src/components/bottomsheets/DMBottomSheet.tsx:593
msgid "Mute Conversation"
msgstr "كتم المحادثة"
@@ -12096,7 +12173,7 @@ msgstr "كتم الأعضاء"
msgid "Mute User"
msgstr "كتم المستخدم"
-#: src/components/layout/guild-list/GuildListItem.tsx:193
+#: src/components/layout/guild-list/GuildListItem.tsx:194
#: src/components/layout/VoiceStateIcons.tsx:53
#: src/components/voice/VoiceParticipantTile.tsx:897
#: src/utils/ContextMenuUtils.tsx:159
@@ -12105,7 +12182,7 @@ msgstr "مكتوم"
#. placeholder {0}: DateUtils.getFormattedDateTime(new Date(muteConfig.end_time))
#. placeholder {0}: getFormattedDateTime(new Date(muteConfig.end_time))
-#: src/components/layout/guild-list/GuildListItem.tsx:191
+#: src/components/layout/guild-list/GuildListItem.tsx:192
#: src/utils/ContextMenuUtils.tsx:157
msgid "Muted until {0}"
msgstr "مكتوم حتى {0}"
@@ -12253,7 +12330,7 @@ msgstr "هل تحتاج إلى حساب؟"
msgid "Neighborhood Watch"
msgstr "مراقبة الحي"
-#: src/components/pages/ReportPage.tsx:330
+#: src/components/pages/report/optionDescriptors.ts:102
msgid "Netherlands"
msgstr "هولندا"
@@ -12261,9 +12338,9 @@ msgstr "هولندا"
msgid "Network"
msgstr "الشبكة"
-#: src/components/modals/components/PlutoniumContent.tsx:145
-#: src/components/modals/components/PlutoniumContent.tsx:271
-#: src/components/modals/tabs/BetaCodesTab.tsx:295
+#: src/components/modals/components/PlutoniumContent.tsx:156
+#: src/components/modals/components/PlutoniumContent.tsx:288
+#: src/components/modals/tabs/BetaCodesTab.tsx:320
#: src/components/modals/tabs/DevicesTab.tsx:229
msgid "Network error"
msgstr "خطأ في الشبكة"
@@ -12290,7 +12367,7 @@ msgstr "لا تنتهي صلاحيته أبدًا"
#: src/components/channel/Divider.tsx:51
#: src/components/channel/Divider.tsx:60
#: src/components/channel/UnreadDividerSlot.tsx:45
-#: src/components/layout/GuildsLayout.tsx:285
+#: src/components/layout/GuildsLayout.tsx:283
msgid "New"
msgstr "جديد"
@@ -12311,7 +12388,7 @@ msgstr "بريد إلكتروني جديد"
msgid "New email form"
msgstr "نموذج بريد إلكتروني جديد"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:902
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:934
msgid "New Group"
msgstr "مجموعة جديدة"
@@ -12334,7 +12411,7 @@ msgid "new-channel"
msgstr "قناة-جديدة"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:446
-#: src/components/channel/ChannelSearchResults.tsx:223
+#: src/components/channel/ChannelSearchResults.tsx:180
msgid "Newest"
msgstr "الأحدث"
@@ -12394,7 +12471,7 @@ msgstr "يجب ألا يتجاوز اللقب 32 حرفًا"
msgid "Nickname updated"
msgstr "تم تحديث اللقب"
-#: src/components/layout/GuildLayout.tsx:392
+#: src/components/layout/GuildLayout.tsx:397
msgid "No accessible channels"
msgstr "لا توجد قنوات يمكن الوصول إليها"
@@ -12431,7 +12508,7 @@ msgstr "لا توجد مستخدمين محظورين"
msgid "No bans found matching your search."
msgstr "لم يتم العثور على حظر يطابق بحثك."
-#: src/components/modals/tabs/BetaCodesTab.tsx:365
+#: src/components/modals/tabs/BetaCodesTab.tsx:390
msgid "No beta codes yet"
msgstr "لا توجد رموز تجريبية حتى الآن"
@@ -12471,7 +12548,7 @@ msgstr "لا توجد قنوات متاحة"
msgid "No channels found"
msgstr "لم يتم العثور على قنوات"
-#: src/components/modals/tabs/BetaCodesTab.tsx:275
+#: src/components/modals/tabs/BetaCodesTab.tsx:279
msgid "No codes remaining. Resets {resetString}"
msgstr "لا توجد رموز متبقية. يتم إعادة التعيين {resetString}"
@@ -12484,7 +12561,7 @@ msgid "No community banner"
msgstr "لا يوجد شعار مجتمع"
#: src/components/auth/InviteHeader.tsx:156
-#: src/components/channel/InviteEmbed.tsx:215
+#: src/components/channel/InviteEmbed.tsx:217
#: src/components/modals/InviteAcceptModal.tsx:148
#: src/components/modals/tabs/ExpressionPacksTab.tsx:73
msgid "No description provided."
@@ -12516,7 +12593,7 @@ msgstr "لا توجد أصدقاء حتى الآن"
msgid "No GIFs found"
msgstr "لم يتم العثور على صور متحركة GIF"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:311
+#: src/components/modals/tabs/GiftInventoryTab.tsx:334
msgid "No gifts yet"
msgstr "لا توجد هدايا حتى الآن"
@@ -12656,7 +12733,7 @@ msgid "No results"
msgstr "لا توجد نتائج"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:315
-#: src/components/channel/ChannelSearchResults.tsx:709
+#: src/components/channel/ChannelSearchResults.tsx:678
msgid "No Results"
msgstr "لا توجد نتائج"
@@ -12717,7 +12794,7 @@ msgstr "لا توجد قناة نظام"
msgid "No Timer"
msgstr "لا يوجد مؤقت"
-#: src/components/channel/dm/AddFriendForm.tsx:70
+#: src/components/channel/dm/AddFriendForm.tsx:93
msgid "No user found with that FluxerTag."
msgstr "لم يتم العثور على مستخدم بهذا FluxerTag."
@@ -12797,7 +12874,7 @@ msgstr "ليس الآن"
msgid "Not your cup of tea? You can disable this feature anytime."
msgstr "ليست من اختيارك؟ يمكنك تعطيل هذه الميزة في أي وقت."
-#: src/components/modals/UserProfileMobileSheet.tsx:549
+#: src/components/modals/UserProfileMobileSheet.tsx:553
#: src/components/modals/UserProfileModal.tsx:244
#: src/components/modals/UserProfileModal.tsx:248
#: src/components/pages/YouPage.tsx:144
@@ -12813,7 +12890,7 @@ msgstr "ملاحظة (مرئية لك فقط)"
msgid "nothing"
msgstr "لا شيء"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1387
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1411
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:218
#: src/components/modals/GuildNotificationSettingsModal.tsx:95
#: src/components/modals/GuildNotificationSettingsModal.tsx:226
@@ -12835,8 +12912,8 @@ msgid "Notification Overrides"
msgstr "تجاوزات الإشعارات"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:405
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1160
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1341
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1184
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1365
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:199
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsButton.tsx:59
#: src/components/modals/GuildNotificationSettingsModal.tsx:162
@@ -12904,17 +12981,17 @@ msgstr "المحتوى غير المناسب غير مسموح به"
msgid "NSFW Gates"
msgstr "بوابات NSFW"
-#: src/components/pages/ReportPage.tsx:266
+#: src/components/pages/report/optionDescriptors.ts:47
#: src/constants/IARConstants.tsx:52
msgid "NSFW Policy Violation"
msgstr "انتهاك سياسة NSFW"
#. placeholder {0}: formatter.format(visionarySlots.total)
-#: src/components/modals/components/plutonium/VisionarySection.tsx:82
+#: src/components/modals/components/plutonium/VisionarySection.tsx:91
msgid "Numbered badge (1-{0}) showing your Visionary status"
msgstr "شارة مرقمة (1-{0}) تُظهر حالتك كرائد رؤية"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:83
+#: src/components/modals/components/plutonium/VisionarySection.tsx:92
msgid "Numbered badge showing your Visionary status"
msgstr "شارة مرقمة تعرض حالة Visionary الخاصة بك"
@@ -12933,8 +13010,8 @@ msgstr "كائنات"
msgid "Off"
msgstr "إيقاف"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:281
-#: src/components/channel/ChannelMembers.tsx:137
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:287
+#: src/components/channel/ChannelMembers.tsx:108
#: src/Constants.tsx:134
#: src/utils/MemberListUtils.ts:150
#: src/utils/MemberListUtils.ts:188
@@ -12962,7 +13039,7 @@ msgid "Okay"
msgstr "حسناً"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:446
-#: src/components/channel/ChannelSearchResults.tsx:224
+#: src/components/channel/ChannelSearchResults.tsx:181
msgid "Oldest"
msgstr "الأقدم"
@@ -13020,25 +13097,25 @@ msgstr "يتم فهرسة قناة واحدة أو أكثر"
msgid "one second ago"
msgstr "قبل ثانية واحدة"
-#: src/components/modals/components/plutonium/GiftSection.tsx:71
-#: src/components/modals/components/plutonium/GiftSection.tsx:80
-#: src/components/modals/components/plutonium/PricingSection.tsx:103
-#: src/components/modals/components/plutonium/PricingSection.tsx:112
+#: src/components/modals/components/plutonium/GiftSection.tsx:78
+#: src/components/modals/components/plutonium/GiftSection.tsx:90
+#: src/components/modals/components/plutonium/PricingSection.tsx:118
+#: src/components/modals/components/plutonium/PricingSection.tsx:130
msgid "one-time purchase"
msgstr "شراء لمرة واحدة"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:65
+#: src/components/modals/components/plutonium/VisionarySection.tsx:74
msgid "One-time purchase, lifetime access."
msgstr "شراء لمرة واحدة، وصول مدى الحياة."
-#: src/components/modals/components/plutonium/GiftSection.tsx:89
-#: src/components/modals/components/plutonium/PricingSection.tsx:90
-#: src/components/modals/components/plutonium/PricingSection.tsx:121
+#: src/components/modals/components/plutonium/GiftSection.tsx:102
+#: src/components/modals/components/plutonium/PricingSection.tsx:103
+#: src/components/modals/components/plutonium/PricingSection.tsx:142
msgid "one-time, lifetime"
msgstr "مرة واحدة، مدى الحياة"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:281
-#: src/components/channel/ChannelMembers.tsx:135
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:285
+#: src/components/channel/ChannelMembers.tsx:106
#: src/components/channel/dm/DMFriendsView.tsx:168
#: src/components/channel/friends/views/FriendsList.tsx:95
#: src/Constants.tsx:130
@@ -13051,7 +13128,7 @@ msgstr "متصل"
msgid "Online Status"
msgstr "حالة الاتصال"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1382
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1406
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:212
#: src/components/modals/GuildNotificationSettingsModal.tsx:91
#: src/components/modals/GuildNotificationSettingsModal.tsx:281
@@ -13120,11 +13197,11 @@ msgstr "فتح نافذة المطالبة بالحساب"
msgid "Open color picker"
msgstr "فتح منتقي الألوان"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1398
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1422
msgid "Open Community Notification Settings"
msgstr "فتح إعدادات إشعارات المجتمع"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:286
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:322
msgid "Open Customer Portal"
msgstr "فتح بوابة العملاء"
@@ -13293,7 +13370,7 @@ msgstr "الخيار الثالث"
msgid "Option Two"
msgstr "الخيار الثاني"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:89
+#: src/components/modals/components/plutonium/VisionarySection.tsx:98
msgid "Optional #0000 tag"
msgstr "وسم #0000 اختياري"
@@ -13309,7 +13386,7 @@ msgstr "أو"
msgid "Or copy the link:"
msgstr "أو انسخ الرابط:"
-#: src/components/modals/InviteModal.tsx:312
+#: src/components/modals/InviteModal.tsx:309
msgid "or send an invite link to a friend:"
msgstr "أو أرسل رابط دعوة إلى صديق:"
@@ -13325,9 +13402,9 @@ msgstr "فشل تحميل الرسالة الأصلية"
msgid "Original message was deleted"
msgstr "تم حذف الرسالة الأصلية"
-#: src/components/pages/ReportPage.tsx:273
-#: src/components/pages/ReportPage.tsx:287
-#: src/components/pages/ReportPage.tsx:303
+#: src/components/pages/report/optionDescriptors.ts:54
+#: src/components/pages/report/optionDescriptors.ts:65
+#: src/components/pages/report/optionDescriptors.ts:78
#: src/constants/IARConstants.tsx:87
#: src/constants/IARConstants.tsx:139
#: src/constants/IARConstants.tsx:195
@@ -13463,8 +13540,8 @@ msgstr "تتطلب مفاتيح المرور حزمة macOS موقعة بمعر
#: src/components/auth/AuthLoginCore/AuthLoginEmailPasswordForm.tsx:90
#: src/components/auth/AuthRegisterFormCore.tsx:136
#: src/components/auth/AuthRegisterFormCore.tsx:217
-#: src/components/modals/ClaimAccountModal.tsx:168
-#: src/components/modals/ClaimAccountModal.tsx:208
+#: src/components/modals/ClaimAccountModal.tsx:170
+#: src/components/modals/ClaimAccountModal.tsx:210
#: src/components/modals/SudoVerificationModal.tsx:171
#: src/components/modals/SudoVerificationModal.tsx:236
#: src/components/modals/tabs/AccountSecurityTab/AccountTab.tsx:105
@@ -13546,11 +13623,11 @@ msgstr "يمكن للأشخاص الذين هم أصدقاء مع أصدقائك
msgid "People who are friends with your friends can call you"
msgstr "يمكن للأشخاص الذين هم أصدقاء مع أصدقائك الاتصال بك"
-#: src/components/modals/components/plutonium/PricingSection.tsx:73
+#: src/components/modals/components/plutonium/PricingSection.tsx:80
msgid "per month"
msgstr "شهريًا"
-#: src/components/modals/components/plutonium/PricingSection.tsx:80
+#: src/components/modals/components/plutonium/PricingSection.tsx:90
msgid "per year"
msgstr "سنويًا"
@@ -13588,8 +13665,8 @@ msgstr "تم منح الأذونات"
msgid "Personal notes"
msgstr "ملاحظات شخصية"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:479
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:778
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:493
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:810
#: src/components/channel/channel-header/useChannelHeaderData.ts:84
#: src/components/channel/dm/DMList.tsx:708
#: src/components/channel/dm/DMList.tsx:795
@@ -13662,16 +13739,16 @@ msgid "Pick which phone step to show"
msgstr "اختر خطوة الهاتف المراد عرضها"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:336
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1132
-#: src/components/bottomsheets/DMBottomSheet.tsx:483
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1156
+#: src/components/bottomsheets/DMBottomSheet.tsx:485
#: src/components/channel/dm/DMList.tsx:287
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:153
msgid "Pin DM"
msgstr "تثبيت الرسالة المباشرة"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:295
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1132
-#: src/components/bottomsheets/DMBottomSheet.tsx:483
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1156
+#: src/components/bottomsheets/DMBottomSheet.tsx:485
#: src/components/channel/dm/DMList.tsx:248
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:133
msgid "Pin Group DM"
@@ -13714,20 +13791,20 @@ msgid "Ping: {latency}ms"
msgstr "بينغ: {latency} مللي ثانية"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:219
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:566
-#: src/components/bottomsheets/DMBottomSheet.tsx:147
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:580
+#: src/components/bottomsheets/DMBottomSheet.tsx:149
#: src/components/channel/dm/DMList.tsx:214
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:115
msgid "Pinned DM"
msgstr "رسالة مباشرة مثبتة"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:219
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:566
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:580
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:95
msgid "Pinned group"
msgstr "مجموعة مثبتة"
-#: src/components/bottomsheets/DMBottomSheet.tsx:147
+#: src/components/bottomsheets/DMBottomSheet.tsx:149
msgid "Pinned group DM"
msgstr "محادثة المجموعة المثبتة"
@@ -13742,7 +13819,7 @@ msgstr "الرسائل المثبتة"
msgid "pinned:"
msgstr "مثبت:"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:886
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:918
msgid "Pins"
msgstr "المثبتات"
@@ -13789,15 +13866,15 @@ msgstr "يرجى التحقق من بريدك الوارد للحصول على
msgid "Please enable Fluxer in System Settings → Privacy & Security → Input Monitoring."
msgstr "يرجى تمكين Fluxer في إعدادات النظام → الخصوصية والأمان → مراقبة الإدخال."
-#: src/components/pages/ReportPage.tsx:396
+#: src/components/pages/ReportPage.tsx:211
msgid "Please enter a valid email address."
msgstr "يرجى إدخال عنوان بريد إلكتروني صالح."
-#: src/components/channel/dm/AddFriendForm.tsx:74
+#: src/components/channel/dm/AddFriendForm.tsx:97
msgid "Please enter a valid FluxerTag (Username#0000)."
msgstr "يرجى إدخال FluxerTag صالح (Username#0000)."
-#: src/components/pages/ReportPage.tsx:509
+#: src/components/pages/ReportPage.tsx:336
msgid "Please enter a valid message link URL."
msgstr "يرجى إدخال عنوان URL صالح لرابط الرسالة."
@@ -13809,26 +13886,22 @@ msgstr "يرجى إدخال نقطة نهاية API."
msgid "Please fill out the following fields: {fieldList}"
msgstr "يرجى ملء الحقول التالية: {fieldList}"
-#: src/components/pages/ReportPage.tsx:436
+#: src/components/pages/ReportPage.tsx:261
msgid "Please go back and enter a valid email address."
msgstr "يرجى العودة وإدخال عنوان بريد إلكتروني صالح."
-#: src/components/pages/ReportPage.tsx:542
+#: src/components/pages/ReportPage.tsx:369
msgid "Please include the community (guild) ID you are reporting."
msgstr "يرجى تضمين معرف المجتمع (النقابة) الذي تبلغ عنه."
-#: src/components/pages/ReportPage.tsx:504
+#: src/components/pages/ReportPage.tsx:331
msgid "Please paste the message link you are reporting."
msgstr "يرجى لصق رابط الرسالة التي تبلغ عنها."
-#: src/components/pages/ReportPage.tsx:391
+#: src/components/pages/ReportPage.tsx:206
msgid "Please provide an email address."
msgstr "يرجى تقديم عنوان بريد إلكتروني."
-#: src/components/pages/ReportPage.tsx:801
-msgid "Please provide the details of your report."
-msgstr "يرجى تقديم تفاصيل تقريرك."
-
#: src/components/modals/tabs/ApplicationsTab/ApplicationDetail.tsx:555
msgid "Please retry or go back to the applications list."
msgstr "يرجى إعادة المحاولة أو العودة إلى قائمة التطبيقات."
@@ -13837,7 +13910,7 @@ msgstr "يرجى إعادة المحاولة أو العودة إلى قائمة
msgid "Please select a violation category"
msgstr "يرجى اختيار فئة المخالفة"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:297
+#: src/components/modals/tabs/GiftInventoryTab.tsx:320
msgid "Please try again later."
msgstr "يرجى المحاولة مرة أخرى لاحقًا."
@@ -13878,7 +13951,7 @@ msgstr "خصوصية شارة Plutonium"
msgid "Plutonium perks"
msgstr "مزايا Plutonium"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:110
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:129
msgid "Plutonium Subscription"
msgstr "اشتراك Plutonium"
@@ -13886,7 +13959,7 @@ msgstr "اشتراك Plutonium"
msgid "PNG"
msgstr "PNG"
-#: src/components/pages/ReportPage.tsx:331
+#: src/components/pages/report/optionDescriptors.ts:103
msgid "Poland"
msgstr "بولندا"
@@ -13903,7 +13976,7 @@ msgstr "استطلاع"
msgid "Popouts"
msgstr "النوافذ المنبثقة"
-#: src/components/pages/ReportPage.tsx:332
+#: src/components/pages/report/optionDescriptors.ts:104
msgid "Portugal"
msgstr "البرتغال"
@@ -13943,11 +14016,11 @@ msgstr "تجاوز نوع الباقة المميزة"
msgid "Press keys..."
msgstr "اضغط على المفاتيح..."
-#: src/components/channel/MessageReactions.tsx:121
+#: src/components/channel/MessageReactions.tsx:120
msgid "press to add reaction"
msgstr "اضغط لإضافة تفاعل"
-#: src/components/channel/MessageReactions.tsx:121
+#: src/components/channel/MessageReactions.tsx:120
msgid "press to remove reaction"
msgstr "اضغط لإزالة التفاعل"
@@ -14143,15 +14216,15 @@ msgstr "حمِّ حسابك باستخدام المصادقة الثنائية
msgid "Provide any additional context that may help our Safety Team..."
msgstr "قدِّم أي سياق إضافي قد يساعد فريق الأمان لدينا..."
-#: src/components/pages/ReportPage.tsx:882
+#: src/components/pages/report/ReportStepDetails.tsx:156
msgid "Provide at least a user ID or a user tag."
msgstr "يرجى تقديم معرف مستخدم أو علامة مستخدم على الأقل."
-#: src/components/pages/ReportPage.tsx:527
+#: src/components/pages/ReportPage.tsx:354
msgid "Provide either a user ID or a FluxerTag for the person you are reporting."
msgstr "قدِّم إما معرف المستخدم أو FluxerTag للشخص الذي تبلغ عنه."
-#: src/components/pages/ReportPage.tsx:478
+#: src/components/pages/ReportPage.tsx:305
msgid "Provide your full legal name for the declaration."
msgstr "قدِّم اسمك القانوني الكامل للإعلان."
@@ -14163,7 +14236,7 @@ msgstr "تم إزالة الأعضاء غير النشطين لمدة {dayCount,
msgid "Public bot"
msgstr "بوت عام"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:312
+#: src/components/modals/tabs/GiftInventoryTab.tsx:335
msgid "Purchase a Plutonium gift from the Plutonium tab to share with friends!"
msgstr "اشترِ هدية Plutonium من علامة تبويب Plutonium لتشاركها مع الأصدقاء!"
@@ -14171,12 +14244,12 @@ msgstr "اشترِ هدية Plutonium من علامة تبويب Plutonium لت
msgid "Purchase History"
msgstr "سجل المشتريات"
-#: src/components/modals/components/plutonium/PricingSection.tsx:61
+#: src/components/modals/components/plutonium/PricingSection.tsx:67
msgid "Purchase mode"
msgstr "وضع الشراء"
#. placeholder {0}: getFormattedShortDate(new Date(gift.created_at))
-#: src/components/modals/tabs/GiftInventoryTab.tsx:119
+#: src/components/modals/tabs/GiftInventoryTab.tsx:120
msgid "Purchased {0}"
msgstr "تم الشراء في {0}"
@@ -14275,7 +14348,7 @@ msgstr "تسمح أزرار الراديو بتحديد خيار واحد من
msgid "Radio Group"
msgstr "مجموعة الراديو"
-#: src/components/pages/ReportPage.tsx:300
+#: src/components/pages/report/optionDescriptors.ts:75
#: src/constants/IARConstants.tsx:180
msgid "Raid Coordination"
msgstr "تنسيق الغارة"
@@ -14310,7 +14383,7 @@ msgid "Reactions"
msgstr "ردود الفعل"
#: src/components/layout/app-layout/nagbars/PremiumExpiredNagbar.tsx:77
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:284
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:320
msgid "Reactivate"
msgstr "إعادة التنشيط"
@@ -14323,15 +14396,15 @@ msgstr "قراءة سجل الرسائل"
msgid "Read the community's audit log of changes and moderation actions."
msgstr "اقرأ سجل التدقيق للمجتمع للتغييرات وإجراءات الإشراف."
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:146
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:160
msgid "Read the Documentation (fluxer.dev)"
msgstr "اقرأ الوثائق (fluxer.dev)"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:52
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:60
msgid "Ready to Buy a Gift?"
msgstr "هل أنت مستعد لشراء هدية؟"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:52
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:60
msgid "Ready to Upgrade?"
msgstr "هل أنت مستعد للترقية؟"
@@ -14388,11 +14461,11 @@ msgstr "إعادة الاتصال…"
msgid "Record shortcut"
msgstr "تسجيل اختصار"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:269
+#: src/components/modals/tabs/GiftInventoryTab.tsx:292
msgid "Redeem"
msgstr "استبدال"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:232
+#: src/components/modals/tabs/GiftInventoryTab.tsx:255
msgid "Redeem a Gift"
msgstr "استبدال هدية"
@@ -14400,40 +14473,40 @@ msgstr "استبدال هدية"
msgid "Redeem Beta Code"
msgstr "استبدال رمز بيتا"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:165
+#: src/components/modals/tabs/GiftInventoryTab.tsx:166
msgid "Redeem for Yourself"
msgstr "استبدال لنفسك"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:255
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:281
msgid "Redeem Gift Code"
msgstr "استبدال رمز الهدية"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:238
+#: src/components/modals/tabs/GiftInventoryTab.tsx:261
msgid "Redeem gift code form"
msgstr "نموذج استبدال رمز الهدية"
#. placeholder {0}: redeemedBetaCodes.length
-#: src/components/modals/tabs/BetaCodesTab.tsx:349
+#: src/components/modals/tabs/BetaCodesTab.tsx:374
msgid "Redeemed ({0})"
msgstr "تم استبداله ({0})"
#. placeholder {0}: getFormattedShortDate(new Date(gift.redeemed_at!))
-#: src/components/modals/tabs/GiftInventoryTab.tsx:117
+#: src/components/modals/tabs/GiftInventoryTab.tsx:118
msgid "Redeemed {0}"
msgstr "تم استبداله {0}"
#. placeholder {0}: gift.redeemed_by.username
#. placeholder {1}: gift.redeemed_by.discriminator
-#: src/components/modals/tabs/GiftInventoryTab.tsx:153
+#: src/components/modals/tabs/GiftInventoryTab.tsx:154
msgid "Redeemed by {0}#{1}"
msgstr "تم استبداله بواسطة {0}#{1}"
-#: src/components/modals/tabs/BetaCodesTab.tsx:54
+#: src/components/modals/tabs/BetaCodesTab.tsx:56
msgid "Redeemer"
msgstr "المستبدل"
-#: src/components/modals/tabs/BetaCodesTab.tsx:111
-#: src/components/modals/tabs/BetaCodesTab.tsx:188
+#: src/components/modals/tabs/BetaCodesTab.tsx:113
+#: src/components/modals/tabs/BetaCodesTab.tsx:190
msgid "Redeemer:"
msgstr "المستبدل:"
@@ -14526,7 +14599,7 @@ msgstr "زر عادي"
msgid "Regular button clicked!"
msgstr "تم النقر على زر عادي!"
-#: src/components/channel/channel-view/DMChannelView.tsx:298
+#: src/components/channel/channel-view/DMChannelView.tsx:299
#: src/components/voice/IncomingCallUI.tsx:310
msgid "Reject"
msgstr "رفض"
@@ -14624,19 +14697,19 @@ msgstr "إزالة صوت الدخول"
msgid "Remove filter"
msgstr "إزالة الفلتر"
-#: src/components/bottomsheets/DMBottomSheet.tsx:508
-#: src/components/channel/dm/DMWelcomeSection.tsx:132
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:144
+#: src/components/bottomsheets/DMBottomSheet.tsx:510
+#: src/components/channel/dm/DMWelcomeSection.tsx:144
#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:146
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:253
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:148
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:255
#: src/components/modals/UserProfileActionsSheet.tsx:115
#: src/components/modals/UserProfileActionsSheet.tsx:117
#: src/components/modals/UserProfileActionsSheet.tsx:278
-#: src/components/modals/UserProfileMobileSheet.tsx:302
-#: src/components/modals/UserProfileMobileSheet.tsx:304
+#: src/components/modals/UserProfileMobileSheet.tsx:303
+#: src/components/modals/UserProfileMobileSheet.tsx:305
#: src/components/modals/UserProfileModal.tsx:1143
-#: src/components/modals/UserProfileModal.tsx:1228
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:108
+#: src/components/modals/UserProfileModal.tsx:1229
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:129
#: src/utils/RelationshipActionUtils.tsx:113
#: src/utils/RelationshipActionUtils.tsx:115
msgid "Remove Friend"
@@ -14654,8 +14727,8 @@ msgid "Remove from favorites"
msgstr "إزالة من المفضلة"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:370
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1103
-#: src/components/bottomsheets/DMBottomSheet.tsx:400
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1127
+#: src/components/bottomsheets/DMBottomSheet.tsx:402
#: src/components/channel/ChannelHeader.tsx:547
#: src/components/channel/ChannelHeader.tsx:595
#: src/components/channel/ChannelHeader.tsx:600
@@ -14720,7 +14793,7 @@ msgstr "إزالة المحتوى المخفي"
msgid "Remove sticker"
msgstr "إزالة الملصق"
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:285
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:288
#: src/components/modals/RemoveTimeoutModal.tsx:61
#: src/components/modals/RemoveTimeoutModal.tsx:75
#: src/components/modals/TimeoutMemberSheet.tsx:101
@@ -14763,11 +14836,11 @@ msgid "Removed from bookmarks"
msgstr "تمت الإزالة من الإشارات المرجعية"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:115
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:541
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:555
msgid "Removed from favorites"
msgstr "تمت الإزالة من المفضلة"
-#: src/components/bottomsheets/DMBottomSheet.tsx:126
+#: src/components/bottomsheets/DMBottomSheet.tsx:128
msgid "Removed from Favorites"
msgstr "تمت إزالته من المفضلات"
@@ -14891,7 +14964,7 @@ msgstr "تمت إعادة تسمية المجتمع إلى {0}."
msgid "Render all your messages as unknown message type"
msgstr "عرض جميع رسائلك كنوع رسالة مجهول"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:234
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:253
msgid "Renews on <0>{renewalDate}0>."
msgstr "يتم التجديد في <0>{renewalDate}0>."
@@ -14932,15 +15005,15 @@ msgstr "رد"
msgid "Replying to <0>{authorNickname}0>"
msgstr "الرد على <0>{authorNickname}0>"
-#: src/components/pages/ReportPage.tsx:249
+#: src/components/pages/report/optionDescriptors.ts:38
msgid "Report a Community"
msgstr "الإبلاغ عن مجتمع"
-#: src/components/pages/ReportPage.tsx:247
+#: src/components/pages/report/optionDescriptors.ts:36
msgid "Report a Message"
msgstr "الإبلاغ عن رسالة"
-#: src/components/pages/ReportPage.tsx:248
+#: src/components/pages/report/optionDescriptors.ts:37
msgid "Report a User Profile"
msgstr "الإبلاغ عن ملف مستخدم"
@@ -14949,12 +15022,12 @@ msgstr "الإبلاغ عن ملف مستخدم"
msgid "Report Community"
msgstr "الإبلاغ عن المجتمع"
-#: src/components/pages/ReportPage.tsx:801
-msgid "Report Details"
-msgstr "تفاصيل التقرير"
+#: src/components/pages/report/ReportStepDetails.tsx:74
+msgid "Report details"
+msgstr "تفاصيل الإبلاغ"
-#: src/components/pages/ReportPage.tsx:241
-#: src/components/pages/ReportPage.tsx:612
+#: src/components/pages/report/ReportStepSelection.tsx:41
+#: src/components/pages/ReportPage.tsx:60
msgid "Report Illegal Content"
msgstr "الإبلاغ عن محتوى غير قانوني"
@@ -14963,33 +15036,24 @@ msgstr "الإبلاغ عن محتوى غير قانوني"
msgid "Report Message"
msgstr "الإبلاغ عن الرسالة"
-#: src/components/pages/ReportPage.tsx:588
-msgid "Report Submitted"
+#: src/components/pages/report/ReportStepComplete.tsx:36
+msgid "Report submitted"
msgstr "تم تقديم التقرير"
#: src/components/modals/IARModal.tsx:128
msgid "Report submitted successfully. Our Safety Team will review it shortly."
msgstr "تم تقديم التقرير بنجاح. سيقوم فريق الأمان بمراجعته قريبًا."
-#: src/components/pages/ReportPage.tsx:624
-msgid "Report Type"
-msgstr "نوع التقرير"
-
#: src/components/modals/IARModal.tsx:84
#: src/components/modals/UserProfileActionsSheet.tsx:289
#: src/components/modals/UserProfileModal.tsx:1157
msgid "Report User"
msgstr "الإبلاغ عن المستخدم"
-#: src/components/pages/ReportPage.tsx:852
+#: src/components/pages/report/ReportStepDetails.tsx:123
msgid "Reported User Tag (optional)"
msgstr "علامة المستخدم المبلغ عنها (اختياري)"
-#: src/components/pages/ReportPage.tsx:644
-#: src/components/pages/ReportPage.tsx:804
-msgid "Reporting:"
-msgstr "تقرير:"
-
#: src/components/modals/tabs/PrivacySafetyTab/DataExportTab.tsx:48
#: src/components/modals/tabs/PrivacySafetyTab/DataExportTab.tsx:125
msgid "Request Data Export"
@@ -15050,7 +15114,7 @@ msgstr "يتطلب Plutonium"
msgid "Reschedule Message"
msgstr "إعادة جدولة الرسالة"
-#: src/components/modals/ClaimAccountModal.tsx:222
+#: src/components/modals/ClaimAccountModal.tsx:224
#: src/components/modals/EmailChangeModal.tsx:230
#: src/components/modals/EmailChangeModal.tsx:294
msgid "Resend"
@@ -15064,7 +15128,11 @@ msgstr "إعادة الإرسال ({newSecondsRemaining}s)"
msgid "Resend ({originalSecondsRemaining}s)"
msgstr "إعادة الإرسال ({originalSecondsRemaining}s)"
-#: src/components/modals/ClaimAccountModal.tsx:222
+#: src/components/pages/report/ReportStepVerification.tsx:114
+msgid "Resend ({resendCooldownSeconds}s)"
+msgstr "إعادة الإرسال ({resendCooldownSeconds}ث)"
+
+#: src/components/modals/ClaimAccountModal.tsx:224
msgid "Resend ({resendSecondsRemaining}s)"
msgstr "إعادة الإرسال ({resendSecondsRemaining}s)"
@@ -15072,7 +15140,7 @@ msgstr "إعادة الإرسال ({resendSecondsRemaining}s)"
msgid "Resend Button Loading"
msgstr "زر إعادة الإرسال قيد التحميل"
-#: src/components/pages/ReportPage.tsx:761
+#: src/components/pages/report/ReportStepVerification.tsx:116
msgid "Resend code"
msgstr "إعادة إرسال الرمز"
@@ -15097,7 +15165,7 @@ msgid "Resent"
msgstr "أُعيد إرساله"
#: src/components/keybinds/KeybindRecorder.tsx:215
-#: src/components/modals/components/MobileSettingsView.tsx:128
+#: src/components/modals/components/MobileSettingsView.tsx:123
#: src/components/modals/components/SettingsModalHeader.tsx:81
#: src/components/modals/ImageCropModal.tsx:977
#: src/components/modals/tabs/KeybindsTab.tsx:154
@@ -15173,8 +15241,8 @@ msgstr "استعادة وضع ملء الشاشة"
msgid "Restore maximized"
msgstr "استعادة الوضع المكبر"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:280
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:282
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:316
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:318
msgid "Resubscribe"
msgstr "إعادة الاشتراك"
@@ -15189,11 +15257,11 @@ msgstr "إعادة الاشتراك"
#: src/components/modals/guildTabs/GuildStickersTab.tsx:211
#: src/components/modals/guildTabs/GuildWebhooksTab.tsx:137
#: src/components/modals/tabs/ApplicationsTab/ApplicationDetail.tsx:559
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:108
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:112
#: src/components/modals/tabs/AuthorizedAppsTab.tsx:121
-#: src/components/modals/tabs/BetaCodesTab.tsx:301
+#: src/components/modals/tabs/BetaCodesTab.tsx:326
#: src/components/modals/tabs/DevicesTab.tsx:231
-#: src/components/modals/tabs/GiftInventoryTab.tsx:300
+#: src/components/modals/tabs/GiftInventoryTab.tsx:323
msgid "Retry"
msgstr "إعادة المحاولة"
@@ -15244,8 +15312,8 @@ msgstr "راجع ما يطلبه هذا التطبيق قبل المتابعة."
#: src/components/invites/InviteListItem.tsx:217
#: src/components/modals/GroupInvitesBottomSheet.tsx:78
#: src/components/modals/GroupInvitesModal.tsx:76
-#: src/components/modals/tabs/BetaCodesTab.tsx:143
-#: src/components/modals/tabs/BetaCodesTab.tsx:220
+#: src/components/modals/tabs/BetaCodesTab.tsx:145
+#: src/components/modals/tabs/BetaCodesTab.tsx:222
msgid "Revoke"
msgstr "سحب"
@@ -15369,7 +15437,7 @@ msgstr "الأدوار والصلاحيات"
msgid "Roles updated successfully"
msgstr "تم تحديث الأدوار بنجاح"
-#: src/components/pages/ReportPage.tsx:333
+#: src/components/pages/report/optionDescriptors.ts:105
msgid "Romania"
msgstr "رومانيا"
@@ -15423,7 +15491,7 @@ msgstr "التشبع"
#: src/components/modals/AddFavoriteMemeModal.tsx:102
#: src/components/modals/AttachmentEditModal.tsx:90
#: src/components/modals/BaseChangeNicknameModal.tsx:115
-#: src/components/modals/components/MobileSettingsView.tsx:131
+#: src/components/modals/components/MobileSettingsView.tsx:126
#: src/components/modals/CustomStatusBottomSheet.tsx:231
#: src/components/modals/CustomStatusModal.tsx:362
#: src/components/modals/EditFavoriteMemeModal.tsx:88
@@ -15438,9 +15506,9 @@ msgstr "التشبع"
msgid "Save"
msgstr "حفظ"
-#: src/components/modals/components/plutonium/GiftSection.tsx:72
-#: src/components/modals/components/plutonium/PricingSection.tsx:81
-#: src/components/modals/components/plutonium/PricingSection.tsx:104
+#: src/components/modals/components/plutonium/GiftSection.tsx:79
+#: src/components/modals/components/plutonium/PricingSection.tsx:91
+#: src/components/modals/components/plutonium/PricingSection.tsx:119
msgid "Save 17%"
msgstr "وفر 17%"
@@ -15600,8 +15668,8 @@ msgstr "تمرير الدردشة للأسفل"
msgid "Scroll Chat Up"
msgstr "تمرير الدردشة للأعلى"
-#: src/components/modals/components/plutonium/GiftSection.tsx:103
-#: src/components/modals/components/plutonium/PricingSection.tsx:138
+#: src/components/modals/components/plutonium/GiftSection.tsx:117
+#: src/components/modals/components/plutonium/PricingSection.tsx:160
msgid "Scroll down to view all the sweet perks you get with Plutonium"
msgstr "قم بالتمرير للأسفل لعرض جميع المزايا الرائعة التي تحصل عليها مع Plutonium"
@@ -15613,11 +15681,11 @@ msgstr "تمرير سجل الدردشة للأسفل"
msgid "Scroll the chat history up"
msgstr "تمرير سجل الدردشة للأعلى"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:857
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:889
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:400
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:460
#: src/components/channel/ChannelHeader.tsx:586
-#: src/components/channel/shared/PickerSearchInput.tsx:204
+#: src/components/channel/shared/PickerSearchInput.tsx:203
#: src/components/modals/tabs/ComponentGalleryTab/InputsTab.tsx:126
#: src/stores/KeybindStore.ts:414
#: src/utils/quick-switcher/QuickSwitcherModalUtils.tsx:86
@@ -15674,7 +15742,7 @@ msgstr "ابحث عن القنوات أو الأشخاص أو المجتمعات
#: src/components/common/FriendSelector.tsx:196
#: src/components/modals/AddFriendsToGroupModal.tsx:53
#: src/components/modals/CreateDMModal.tsx:68
-#: src/components/modals/InviteModal.tsx:237
+#: src/components/modals/InviteModal.tsx:248
#: src/components/modals/shared/RecipientList.tsx:177
#: src/components/modals/ShareThemeModal.tsx:144
msgid "Search friends"
@@ -15718,7 +15786,7 @@ msgstr "بحث عن الطلبات المعلقة"
msgid "Search Permissions..."
msgstr "بحث عن الأذونات..."
-#: src/components/channel/ChannelSearchResults.tsx:321
+#: src/components/channel/ChannelSearchResults.tsx:278
#: src/components/modals/components/DesktopSettingsView.tsx:360
msgid "Search Results"
msgstr "نتائج البحث"
@@ -15737,7 +15805,7 @@ msgid "Search scope"
msgstr "نطاق البحث"
#. placeholder {0}: activeScopeOption.label
-#: src/components/channel/ChannelSearchResults.tsx:1052
+#: src/components/channel/ChannelSearchResults.tsx:1031
#: src/components/channel/MessageSearchBar/MessageSearchBar.tsx:378
msgid "Search scope: {0}"
msgstr "نطاق البحث: {0}"
@@ -15767,7 +15835,7 @@ msgstr "بحث عن المستخدمين"
msgid "Search within the current view"
msgstr "البحث في العرض الحالي"
-#: src/components/channel/ChannelSearchResults.tsx:319
+#: src/components/channel/ChannelSearchResults.tsx:276
msgid "Searching..."
msgstr "جارٍ البحث..."
@@ -15848,9 +15916,9 @@ msgstr "شاهد كيف يبدو دعوتك للزوار."
msgid "Select"
msgstr "اختر"
-#: src/components/pages/ReportPage.tsx:261
-#: src/components/pages/ReportPage.tsx:280
-#: src/components/pages/ReportPage.tsx:294
+#: src/components/pages/report/optionDescriptors.ts:42
+#: src/components/pages/report/optionDescriptors.ts:58
+#: src/components/pages/report/optionDescriptors.ts:69
msgid "Select a category"
msgstr "اختر فئة"
@@ -15871,7 +15939,7 @@ msgstr "اختر مجتمعًا"
msgid "Select a community where you have <0>Manage Community0> permissions."
msgstr "اختر مجتمعًا تملك فيه صلاحيات <0>إدارة المجتمع0>."
-#: src/components/pages/ReportPage.tsx:310
+#: src/components/pages/report/optionDescriptors.ts:82
msgid "Select a country"
msgstr "اختر دولة"
@@ -15887,7 +15955,7 @@ msgstr "اختر سيناريو لتطبيقه..."
msgid "Select a verification method."
msgstr "اختر طريقة التحقق."
-#: src/components/pages/ReportPage.tsx:473
+#: src/components/pages/ReportPage.tsx:300
msgid "Select a violation category."
msgstr "اختر فئة الانتهاك."
@@ -15958,11 +16026,15 @@ msgstr "اختر الشاشة أو النافذة"
msgid "Select the account you want to sign in with on the desktop app."
msgstr "اختر الحساب الذي تريد تسجيل الدخول به في تطبيق سطح المكتب."
+#: src/components/pages/report/ReportStepSelection.tsx:44
+msgid "Select what you want to report."
+msgstr "اختر ما تريد الإبلاغ عنه."
+
#: src/components/modals/utils/settingsSearchIndex.ts:460
msgid "Select your camera"
msgstr "اختر الكاميرا الخاصة بك"
-#: src/components/pages/ReportPage.tsx:483
+#: src/components/pages/ReportPage.tsx:310
msgid "Select your country of residence."
msgstr "اختر بلد إقامتك."
@@ -15986,7 +16058,7 @@ msgstr "اختر..."
msgid "Selections"
msgstr "التحديدات"
-#: src/components/pages/ReportPage.tsx:269
+#: src/components/pages/report/optionDescriptors.ts:50
#: src/constants/IARConstants.tsx:67
msgid "Self-Harm or Suicide"
msgstr "إيذاء النفس أو الانتحار"
@@ -16035,7 +16107,7 @@ msgstr "أرسل رسالة إجراء (يتم لفها بخط مائل)."
msgid "Send an SMS code first."
msgstr "أرسل رمز SMS أولاً."
-#: src/components/modals/ClaimAccountModal.tsx:182
+#: src/components/modals/ClaimAccountModal.tsx:184
#: src/components/modals/EmailChangeModal.tsx:265
#: src/components/modals/PhoneAddModal.tsx:206
msgid "Send code"
@@ -16045,9 +16117,9 @@ msgstr "إرسال الرمز"
msgid "Send Code"
msgstr "إرسال الرمز"
-#: src/components/channel/dm/DMWelcomeSection.tsx:109
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:269
-#: src/components/modals/UserProfileModal.tsx:1288
+#: src/components/channel/dm/DMWelcomeSection.tsx:112
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:272
+#: src/components/modals/UserProfileModal.tsx:1290
msgid "Send Friend Request"
msgstr "إرسال طلب صداقة"
@@ -16073,7 +16145,7 @@ msgstr "إرسال الرسائل"
msgid "Send Messages"
msgstr "إرسال الرسائل"
-#: src/components/channel/dm/AddFriendForm.tsx:119
+#: src/components/channel/dm/AddFriendForm.tsx:142
msgid "Send Request"
msgstr "إرسال طلب"
@@ -16097,11 +16169,11 @@ msgstr "إرسال رسائل النص إلى كلام."
msgid "Send TTS Messages"
msgstr "إرسال رسائل النص إلى كلام"
-#: src/components/pages/ReportPage.tsx:676
+#: src/components/pages/report/ReportStepEmail.tsx:92
msgid "Send Verification Code"
msgstr "إرسال رمز التحقق"
-#: src/components/modals/InviteModal.tsx:258
+#: src/components/modals/InviteModal.tsx:268
#: src/components/modals/shared/RecipientList.tsx:223
#: src/components/modals/ShareThemeModal.tsx:162
msgid "Sent"
@@ -16128,7 +16200,7 @@ msgstr "انتهت الجلسة. يرجى تسجيل الدخول مرة أخر
msgid "Set a custom invite URL for your community."
msgstr "تعيين رابط دعوة مخصص لمجتمعك."
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:401
+#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:361
#: src/components/modals/StatusChangeBottomSheet.tsx:171
#: src/components/popouts/UserAreaPopout.tsx:444
msgid "Set a custom status"
@@ -16336,7 +16408,7 @@ msgid "Set your timezone"
msgstr "تعيين منطقتك الزمنية"
#: src/components/bottomsheets/VoiceLobbyBottomSheet.tsx:220
-#: src/components/modals/components/MobileSettingsView.tsx:531
+#: src/components/modals/components/MobileSettingsView.tsx:485
#: src/components/modals/tabs/ComponentGalleryTab/ButtonsTab.tsx:150
#: src/components/modals/tabs/ComponentGalleryTab/ButtonsTab.tsx:221
#: src/components/modals/tabs/ComponentGalleryTab/index.tsx:94
@@ -16383,7 +16455,11 @@ msgstr "إجراء مشاركة!"
msgid "Share Audio"
msgstr "مشاركة الصوت"
-#: src/components/modals/components/plutonium/GiftSection.tsx:63
+#: src/components/pages/report/ReportStepDetails.tsx:77
+msgid "Share only what's needed to help our team assess the content."
+msgstr "شارك فقط ما هو مطلوب لمساعدة فريقنا في تقييم المحتوى."
+
+#: src/components/modals/components/plutonium/GiftSection.tsx:69
msgid "Share the Plutonium experience with your friends by purchasing a gift subscription."
msgstr "شارك تجربة Plutonium مع أصدقائك من خلال شراء اشتراك هدية."
@@ -16417,7 +16493,7 @@ msgstr "شارك مظهرك"
msgid "Shared theme"
msgstr "مظهر مشترك"
-#: src/components/pages/ReportPage.tsx:268
+#: src/components/pages/report/optionDescriptors.ts:49
#: src/constants/IARConstants.tsx:62
msgid "Sharing Personal Information"
msgstr "مشاركة المعلومات الشخصية"
@@ -16797,11 +16873,11 @@ msgstr "منزلق بقيم خطوة"
msgid "Sliders"
msgstr "المنزلقات"
-#: src/components/pages/ReportPage.tsx:334
+#: src/components/pages/report/optionDescriptors.ts:106
msgid "Slovakia"
msgstr "سلوفاكيا"
-#: src/components/pages/ReportPage.tsx:335
+#: src/components/pages/report/optionDescriptors.ts:107
msgid "Slovenia"
msgstr "سلوفينيا"
@@ -16952,7 +17028,8 @@ msgstr "حدث خطأ ما وتوقف التطبيق. حاول إعادة الت
msgid "Something went wrong while loading the audit log."
msgstr "حدث خطأ ما أثناء تحميل سجل التدقيق."
-#: src/components/pages/ReportPage.tsx:563
+#: src/components/pages/ReportPage.tsx:103
+#: src/components/pages/ReportPage.tsx:395
msgid "Something went wrong while submitting the report. Please try again."
msgstr "حدث خطأ ما أثناء إرسال التقرير. يرجى المحاولة مرة أخرى."
@@ -16969,7 +17046,7 @@ msgid "Sort"
msgstr "فرز"
#. placeholder {0}: activeSortOption.label
-#: src/components/channel/ChannelSearchResults.tsx:1063
+#: src/components/channel/ChannelSearchResults.tsx:1042
msgid "Sort mode: {0}"
msgstr "وضع الفرز: {0}"
@@ -17008,21 +17085,21 @@ msgstr "مسافة بين مجموعات الرسائل"
msgid "Spacious layout with clear visual separation between messages."
msgstr "تخطيط فسيح مع فصل مرئي واضح بين الرسائل."
-#: src/components/pages/ReportPage.tsx:336
+#: src/components/pages/report/optionDescriptors.ts:108
msgid "Spain"
msgstr "إسبانيا"
-#: src/components/pages/ReportPage.tsx:283
+#: src/components/pages/report/optionDescriptors.ts:61
#: src/constants/IARConstants.tsx:119
msgid "Spam Account"
msgstr "حساب مزعج"
-#: src/components/pages/ReportPage.tsx:265
+#: src/components/pages/report/optionDescriptors.ts:46
#: src/constants/IARConstants.tsx:47
msgid "Spam or Scam"
msgstr "مزعج أو احتيال"
-#: src/components/pages/ReportPage.tsx:301
+#: src/components/pages/report/optionDescriptors.ts:76
#: src/constants/IARConstants.tsx:185
msgid "Spam or Scam Community"
msgstr "مجتمع مزعج أو احتيال"
@@ -17141,9 +17218,9 @@ msgstr "ابدأ بتجميع حزمة إيموجي مخصصة يمكنك مشا
msgid "Start Mic Test"
msgstr "ابدأ اختبار الميكروفون"
-#: src/components/pages/ReportPage.tsx:687
-#: src/components/pages/ReportPage.tsx:771
-#: src/components/pages/ReportPage.tsx:964
+#: src/components/pages/report/ReportStepDetails.tsx:252
+#: src/components/pages/report/ReportStepEmail.tsx:103
+#: src/components/pages/report/ReportStepVerification.tsx:132
msgid "Start over"
msgstr "ابدأ من جديد"
@@ -17151,13 +17228,13 @@ msgstr "ابدأ من جديد"
msgid "Start Sharing"
msgstr "ابدأ المشاركة"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:122
+#: src/components/channel/ChannelHeader/CallButtons.tsx:160
#: src/components/modals/UserProfileModal.tsx:1109
#: src/components/uikit/ContextMenu/items/CallMenuItems.tsx:91
msgid "Start Video Call"
msgstr "ابدأ مكالمة فيديو"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:70
+#: src/components/channel/ChannelHeader/CallButtons.tsx:90
#: src/components/modals/UserProfileModal.tsx:1100
#: src/components/uikit/ContextMenu/items/CallMenuItems.tsx:60
msgid "Start Voice Call"
@@ -17182,9 +17259,21 @@ msgstr "مؤشرات الحالة"
msgid "Status Slate"
msgstr "لوحة الحالة"
-#: src/components/pages/ReportPage.tsx:574
-msgid "Step {stepNumber} of {FLOW_TOTAL_STEPS}"
-msgstr "الخطوة {stepNumber} من {FLOW_TOTAL_STEPS}"
+#: src/components/pages/report/ReportStepSelection.tsx:38
+msgid "Step 1"
+msgstr "الخطوة 1"
+
+#: src/components/pages/report/ReportStepEmail.tsx:51
+msgid "Step 2"
+msgstr "الخطوة 2"
+
+#: src/components/pages/report/ReportStepVerification.tsx:61
+msgid "Step 3"
+msgstr "الخطوة 3"
+
+#: src/components/pages/report/ReportStepDetails.tsx:71
+msgid "Step 4"
+msgstr "الخطوة 4"
#: src/utils/SystemMessageUtils.tsx:45
msgid "Step in, {username}! No paradoxes here; we're all friends."
@@ -17229,7 +17318,7 @@ msgid "Sticker density"
msgstr "كثافة الملصقات"
#: src/components/auth/InviteHeader.tsx:140
-#: src/components/channel/InviteEmbed.tsx:197
+#: src/components/channel/InviteEmbed.tsx:199
#: src/components/modals/InviteAcceptModal.tsx:142
#: src/components/modals/tabs/ExpressionPacksTab.tsx:70
msgid "Sticker pack"
@@ -17261,7 +17350,7 @@ msgstr "تم تحديث الملصق"
#: src/components/channel/AutocompleteEmoji.tsx:111
#: src/components/channel/textarea/TextareaButtons.tsx:134
-#: src/components/modals/ExpressionPickerSheet.tsx:86
+#: src/components/modals/ExpressionPickerSheet.tsx:73
#: src/components/popouts/ExpressionPickerPopout.tsx:79
msgid "Stickers"
msgstr "ملصقات"
@@ -17330,11 +17419,11 @@ msgstr "قاعة الدراسة"
msgid "Style Variations"
msgstr "اختلافات النمط"
-#: src/components/pages/ReportPage.tsx:601
+#: src/components/pages/report/ReportStepComplete.tsx:41
msgid "Submit another report"
msgstr "تقديم تقرير آخر"
-#: src/components/pages/ReportPage.tsx:958
+#: src/components/pages/report/ReportStepDetails.tsx:240
msgid "Submit DSA Report"
msgstr "إرسال تقرير DSA"
@@ -17346,7 +17435,7 @@ msgstr "إرسال التقرير"
msgid "Submitting"
msgstr "جارٍ الإرسال"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:53
+#: src/components/modals/components/plutonium/VisionarySection.tsx:58
msgid "subscription"
msgstr "اشتراك"
@@ -17464,7 +17553,7 @@ msgstr "كبت التضمينات"
msgid "Swap text to reverify variants"
msgstr "تبادل النص لإعادة التحقق من المتغيرات"
-#: src/components/pages/ReportPage.tsx:337
+#: src/components/pages/report/optionDescriptors.ts:109
msgid "Sweden"
msgstr "السويد"
@@ -17476,7 +17565,7 @@ msgstr "السويدية"
msgid "Switch account"
msgstr "تبديل الحساب"
-#: src/components/popouts/UserAreaPopout.tsx:497
+#: src/components/popouts/UserAreaPopout.tsx:499
msgid "Switch Accounts"
msgstr "تبديل الحسابات"
@@ -17649,8 +17738,8 @@ msgstr "النص (غير آمن للعمل)"
msgid "Text channel"
msgstr "قناة نصية"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:473
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:662
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:487
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:676
#: src/components/channel/channel-header/useChannelHeaderData.ts:96
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:314
msgid "Text Channel"
@@ -17677,19 +17766,19 @@ msgstr "منطقة النص"
msgid "Thai"
msgstr "التايلاندية"
-#: src/components/pages/ReportPage.tsx:589
-msgid "Thank you for filing a report. We'll review it as soon as possible."
-msgstr "شكراً لتقديم تقرير. سنقوم بمراجعته في أقرب وقت ممكن."
-
#: src/components/modals/IARModal.tsx:187
msgid "Thank you for helping keep Fluxer safe. Reports are reviewed by our Safety Team. False reports may result in action against your account."
msgstr "شكرًا لك على المساعدة في الحفاظ على أمان Fluxer. يتم مراجعة التقارير من قبل فريق السلامة لدينا. قد تؤدي التقارير الكاذبة إلى اتخاذ إجراءات ضد حسابك."
+#: src/components/pages/report/ReportStepComplete.tsx:37
+msgid "Thank you for helping keep Fluxer safe. We'll review your report as soon as possible."
+msgstr "شكرًا لمساعدتك في الحفاظ على أمان Fluxer. سنقوم بمراجعة تقريرك في أقرب وقت ممكن."
+
#: src/components/form/ColorPickerField.tsx:274
msgid "That doesn't look like a valid color. Try hex, rgb(), hsl(), or a CSS color name."
msgstr "هذا لا يبدو لونًا صالحًا. جرب hex أو rgb() أو hsl() أو اسم لون CSS."
-#: src/components/pages/ReportPage.tsx:846
+#: src/components/pages/report/ReportStepDetails.tsx:117
msgid "That doesn't look like a valid URL."
msgstr "لا يبدو أن هذا عنوان URL صالح."
@@ -17733,8 +17822,8 @@ msgstr "تمت إضافة البوت."
msgid "The channel you're looking for may have been deleted or you may not have access to it."
msgstr "قد تكون القناة التي تبحث عنها قد حُذفت أو قد لا يكون لديك صلاحية الوصول إليها."
-#: src/components/layout/GuildLayout.tsx:308
-#: src/components/layout/GuildLayout.tsx:371
+#: src/components/layout/GuildLayout.tsx:313
+#: src/components/layout/GuildLayout.tsx:376
msgid "The community you're looking for may have been deleted or you may not have access to it."
msgstr "قد يكون المجتمع الذي تبحث عنه قد حُذف أو قد لا يكون لديك صلاحية الوصول إليه."
@@ -17795,7 +17884,7 @@ msgstr "لا يمكن أن يتجاوز المهلة 365 يومًا (31536000 ث
msgid "The URL this link channel points to."
msgstr "عنوان URL الذي تشير إليه قناة الرابط هذه."
-#: src/components/pages/ReportPage.tsx:452
+#: src/components/pages/ReportPage.tsx:277
msgid "The verification code is invalid or expired."
msgstr "رمز التحقق غير صالح أو منتهي الصلاحية."
@@ -17869,7 +17958,7 @@ msgstr "تستخدم هذه الإعدادات معالجة الصوت الأص
msgid "These toggles force the client to treat features as enabled or disabled without relying on the server configuration. They only affect your client experience and are shown to developers for testing."
msgstr "تفرض هذه المفاتيح على العميل التعامل مع الميزات كمفعلة أو معطلة دون الاعتماد على تكوين الخادم. تؤثر فقط على تجربتك في العميل وتعرض للمطورين للاختبار."
-#: src/components/channel/channel-view/DMChannelView.tsx:356
+#: src/components/channel/channel-view/DMChannelView.tsx:357
msgid "They might have taken the DeLorean elsewhere."
msgstr "ربما أخذوا الديلوريان إلى مكان آخر."
@@ -17877,7 +17966,7 @@ msgstr "ربما أخذوا الديلوريان إلى مكان آخر."
msgid "they/them"
msgstr "هم/هن"
-#: src/components/channel/channel-view/DMChannelView.tsx:342
+#: src/components/channel/channel-view/DMChannelView.tsx:343
msgid "Think, McFly! Did you type the right address?"
msgstr "فكر يا ماكفلاي! هل كتبت العنوان الصحيح؟"
@@ -17979,7 +18068,7 @@ msgstr "عطلت هذه المجموعة الدعوات مؤقتًا. يمكنك
msgid "This community requires you to verify your account before joining. Please set an email and password for your account."
msgstr "تتطلب هذه المجموعة التحقق من حسابك قبل الانضمام. يرجى تعيين بريد إلكتروني وكلمة مرور لحسابك."
-#: src/components/channel/channel-view/DMChannelView.tsx:339
+#: src/components/channel/channel-view/DMChannelView.tsx:340
msgid "This conversation has been erased"
msgstr "تم مسح هذه المحادثة"
@@ -18008,8 +18097,8 @@ msgstr "تم المطالبة برمز الهدية هذا بالفعل."
msgid "This gift code has already been redeemed."
msgstr "تم استبدال رمز الهدية هذا بالفعل."
-#: src/components/channel/GiftEmbed.tsx:148
-#: src/components/modals/GiftAcceptModal.tsx:92
+#: src/components/channel/GiftEmbed.tsx:159
+#: src/components/modals/GiftAcceptModal.tsx:99
msgid "This gift code is invalid or already claimed."
msgstr "رمز الهدية هذا غير صالح أو تم المطالبة به بالفعل."
@@ -18022,11 +18111,11 @@ msgstr "رمز الهدية هذا غير صالح أو تم استبداله ب
msgid "This gift code may be invalid, expired, or already redeemed."
msgstr "قد يكون رمز الهدية هذا غير صالح أو منتهي الصلاحية أو تم استبداله بالفعل."
-#: src/components/modals/GiftAcceptModal.tsx:118
+#: src/components/modals/GiftAcceptModal.tsx:125
msgid "This gift has already been claimed."
msgstr "تم المطالبة بهذه الهدية بالفعل."
-#: src/components/modals/tabs/GiftInventoryTab.tsx:157
+#: src/components/modals/tabs/GiftInventoryTab.tsx:158
msgid "This gift has been redeemed"
msgstr "تم استبدال هذه الهدية"
@@ -18044,7 +18133,7 @@ msgstr "تنتهي صلاحية هذه الدعوة في {0}."
msgid "This invite has unlimited uses."
msgstr "هذه الدعوة لها استخدامات غير محدودة."
-#: src/components/modals/InviteModal.tsx:321
+#: src/components/modals/InviteModal.tsx:318
msgid "This invite link never expires."
msgstr "رابط الدعوة هذا لا ينتهي صلاحيته أبدًا."
@@ -18059,23 +18148,19 @@ msgstr "قد تكون هذه الدعوة منتهية الصلاحية أو ت
msgid "This invite never expires."
msgstr "هذه الدعوة لا تنتهي صلاحيتها أبدًا."
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:170
-#: src/components/emojis/EmojiInfoContent.tsx:79
+#: src/components/emojis/EmojiAttributionSubtext.tsx:130
msgid "This is a custom emoji from"
msgstr "هذا emoji مخصص من"
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:160
-#: src/components/emojis/EmojiInfoContent.tsx:68
+#: src/components/emojis/EmojiAttributionSubtext.tsx:121
msgid "This is a custom emoji from a community."
msgstr "هذا emoji مخصص من مجموعة."
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:150
-#: src/components/emojis/EmojiInfoContent.tsx:56
+#: src/components/emojis/EmojiAttributionSubtext.tsx:111
msgid "This is a custom emoji from a community. Ask the author for an invite to use this emoji."
msgstr "هذا emoji مخصص من مجموعة. اطلب من المؤلف دعوة لاستخدام هذا emoji."
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:138
-#: src/components/emojis/EmojiInfoContent.tsx:43
+#: src/components/emojis/EmojiAttributionSubtext.tsx:101
msgid "This is a default emoji on Fluxer."
msgstr "هذا emoji افتراضي على Fluxer."
@@ -18095,8 +18180,8 @@ msgstr "هكذا تظهر الرسائل"
msgid "This is not the channel you're looking for."
msgstr "هذه ليست القناة التي تبحث عنها."
-#: src/components/layout/GuildLayout.tsx:307
-#: src/components/layout/GuildLayout.tsx:370
+#: src/components/layout/GuildLayout.tsx:312
+#: src/components/layout/GuildLayout.tsx:375
msgid "This is not the community you're looking for."
msgstr "هذه ليست المجموعة التي تبحث عنها."
@@ -18113,7 +18198,7 @@ msgid "This is the beginning of <0>{displayName}0>. Add friends to start a con
msgstr "هذه بداية <0>{displayName}0>. أضف أصدقاء لبدء محادثة!"
#. placeholder {0}: user.username
-#: src/components/channel/dm/DMWelcomeSection.tsx:182
+#: src/components/channel/dm/DMWelcomeSection.tsx:194
msgid "This is the beginning of your direct message history with <0>{0}0>."
msgstr "هذه بداية سجل الرسائل المباشرة مع <0>{0}0>."
@@ -18194,7 +18279,7 @@ msgstr "رابط السمة هذا يفتقد البيانات."
msgid "This theme may have been removed or the link is invalid."
msgstr "ربما تمت إزالة هذا السمة أو الرابط غير صالح."
-#: src/components/channel/dm/AddFriendForm.tsx:62
+#: src/components/channel/dm/AddFriendForm.tsx:85
msgid "This user has restricted who can send them friend requests."
msgstr "قيد هذا المستخدم من يمكنه إرسال طلبات الصداقة إليه."
@@ -18216,8 +18301,8 @@ msgid "This was a @silent message."
msgstr "كانت هذه رسالة صامتة @silent."
#: src/actions/MessageActionCreators.tsx:392
-#: src/components/channel/Messages.tsx:442
-#: src/components/channel/Messages.tsx:522
+#: src/components/channel/Messages.tsx:440
+#: src/components/channel/Messages.tsx:520
msgid "This will create a rift in the space-time continuum and cannot be undone."
msgstr "سيؤدي هذا إلى إنشاء صدع في استمرارية الزمكان ولا يمكن التراجع عنه."
@@ -18283,7 +18368,7 @@ msgstr "الوقت: {currentFormatted} من {durationFormatted}"
msgid "Timed out until {0}."
msgstr "مهلة حتى {0}."
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:285
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:288
#: src/components/modals/TimeoutMemberModal.tsx:207
#: src/components/modals/TimeoutMemberSheet.tsx:90
#: src/components/uikit/ContextMenu/items/GuildMemberMenuItems.tsx:272
@@ -18570,7 +18655,7 @@ msgstr "صحيح أو خطأ"
msgid "Try a different name or use @ / # / ! / * prefixes to filter results."
msgstr "جرب اسمًا مختلفًا أو استخدم البادئات @ / # / ! / * لتصفية النتائج."
-#: src/components/channel/ChannelSearchResults.tsx:710
+#: src/components/channel/ChannelSearchResults.tsx:679
msgid "Try a different search query"
msgstr "جرب استعلام بحث مختلف"
@@ -18585,13 +18670,13 @@ msgid "Try a different search term or filter"
msgstr "جرب مصطلح بحث مختلف أو عامل تصفية"
#: src/components/auth/HandoffCodeDisplay.tsx:67
-#: src/components/channel/Messages.tsx:939
+#: src/components/channel/Messages.tsx:937
msgid "Try again"
msgstr "حاول مرة أخرى"
#: src/components/BootstrapErrorScreen.tsx:68
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:301
-#: src/components/channel/ChannelSearchResults.tsx:694
+#: src/components/channel/ChannelSearchResults.tsx:663
#: src/components/modals/channelTabs/ChannelInvitesTab.tsx:148
#: src/components/modals/channelTabs/ChannelWebhooksTab.tsx:159
#: src/components/NetworkErrorScreen.tsx:56
@@ -18612,7 +18697,7 @@ msgstr "جرب اسمًا آخر أو تحقق من تهجئتك."
msgid "Try another search term"
msgstr "جرب مصطلح بحث آخر"
-#: src/components/channel/InviteEmbed.tsx:359
+#: src/components/channel/InviteEmbed.tsx:361
msgid "Try asking for a new invite."
msgstr "حاول طلب دعوة جديدة."
@@ -18802,7 +18887,7 @@ msgstr "تعذر تثبيت حزمة الملصقات"
msgid "Unable to load activity logs"
msgstr "تعذر تحميل سجلات النشاط"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:104
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:108
msgid "Unable to load applications"
msgstr "تعذر تحميل التطبيقات"
@@ -18814,7 +18899,7 @@ msgstr "تعذر تحميل معلومات الحزمة."
msgid "Unable to prepare any emojis for upload. The following errors occurred:"
msgstr "تعذر تحضير أي إيموجي للرفع. حدثت الأخطاء التالية:"
-#: src/components/modals/ClaimAccountModal.tsx:125
+#: src/components/modals/ClaimAccountModal.tsx:127
#: src/components/modals/EmailChangeModal.tsx:122
#: src/components/modals/EmailChangeModal.tsx:152
msgid "Unable to resend code right now"
@@ -18824,7 +18909,7 @@ msgstr "تعذر إعادة إرسال الرمز الآن"
msgid "Unable to send code to new email"
msgstr "تعذر إرسال الرمز إلى البريد الإلكتروني الجديد"
-#: src/components/channel/dm/AddFriendForm.tsx:76
+#: src/components/channel/dm/AddFriendForm.tsx:99
msgid "Unable to send friend request. Please try again."
msgstr "تعذر إرسال طلب الصداقة. يرجى المحاولة مرة أخرى."
@@ -18844,17 +18929,17 @@ msgstr "غير متاح للجميع"
msgid "Unavailable for everyone but staff"
msgstr "غير متاح للجميع باستثناء الموظفين"
-#: src/components/bottomsheets/DMBottomSheet.tsx:532
+#: src/components/bottomsheets/DMBottomSheet.tsx:535
#: src/components/channel/barriers/BarrierComponents.tsx:221
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:180
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:335
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:182
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:338
#: src/components/modals/tabs/BlockedUsersTab.tsx:58
#: src/components/modals/tabs/BlockedUsersTab.tsx:171
#: src/components/modals/UserProfileActionsSheet.tsx:151
#: src/components/modals/UserProfileActionsSheet.tsx:305
-#: src/components/modals/UserProfileMobileSheet.tsx:320
+#: src/components/modals/UserProfileMobileSheet.tsx:321
#: src/components/modals/UserProfileModal.tsx:1049
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:209
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:230
#: src/utils/RelationshipActionUtils.tsx:169
msgid "Unblock"
msgstr "إلغاء الحظر"
@@ -18863,11 +18948,11 @@ msgstr "إلغاء الحظر"
msgid "Unblock this user before sending a friend request."
msgstr "قم بإلغاء حظر هذا المستخدم قبل إرسال طلب صداقة."
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:178
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:180
#: src/components/modals/tabs/BlockedUsersTab.tsx:56
#: src/components/modals/UserProfileActionsSheet.tsx:149
-#: src/components/modals/UserProfileMobileSheet.tsx:318
-#: src/components/modals/UserProfileModal.tsx:1243
+#: src/components/modals/UserProfileMobileSheet.tsx:319
+#: src/components/modals/UserProfileModal.tsx:1244
#: src/utils/RelationshipActionUtils.tsx:167
msgid "Unblock User"
msgstr "إلغاء حظر المستخدم"
@@ -18878,17 +18963,17 @@ msgstr "إلغاء حظر المستخدم"
msgid "Uncategorized"
msgstr "غير مصنف"
-#: src/components/modals/tabs/BetaCodesTab.tsx:127
-#: src/components/modals/tabs/BetaCodesTab.tsx:204
+#: src/components/modals/tabs/BetaCodesTab.tsx:129
+#: src/components/modals/tabs/BetaCodesTab.tsx:206
msgid "Unclaimed"
msgstr "غير مُطالب به"
#. placeholder {0}: unclaimedBetaCodes.length
-#: src/components/modals/tabs/BetaCodesTab.tsx:333
+#: src/components/modals/tabs/BetaCodesTab.tsx:358
msgid "Unclaimed ({0})"
msgstr "غير مُطالب به ({0})"
-#: src/components/modals/components/UnclaimedAccountAlert.tsx:31
+#: src/components/modals/components/UnclaimedAccountAlert.tsx:29
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:51
msgid "Unclaimed Account"
msgstr "حساب غير مُطالب به"
@@ -18922,7 +19007,7 @@ msgstr "إلغاء كتم الصوت لجميع الأجهزة"
msgid "Undeafen User"
msgstr "إلغاء كتم صوت المستخدم"
-#: src/components/pages/ReportPage.tsx:285
+#: src/components/pages/report/optionDescriptors.ts:63
#: src/constants/IARConstants.tsx:129
msgid "Underage User"
msgstr "مستخدم قاصر"
@@ -18981,7 +19066,7 @@ msgstr "إلغاء التركيز"
msgid "Unique invite"
msgstr "دعوة فريدة"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:79
+#: src/components/modals/components/plutonium/VisionarySection.tsx:88
msgid "Unique profile badge"
msgstr "شارة ملف شخصي فريدة"
@@ -19035,12 +19120,12 @@ msgstr "كيان غير معروف"
msgid "Unknown error"
msgstr "خطأ غير معروف"
-#: src/components/channel/GiftEmbed.tsx:147
-#: src/components/modals/GiftAcceptModal.tsx:91
+#: src/components/channel/GiftEmbed.tsx:158
+#: src/components/modals/GiftAcceptModal.tsx:98
msgid "Unknown Gift"
msgstr "هدية غير معروفة"
-#: src/components/channel/InviteEmbed.tsx:357
+#: src/components/channel/InviteEmbed.tsx:359
msgid "Unknown Invite"
msgstr "دعوة غير معروفة"
@@ -19113,7 +19198,7 @@ msgstr "فتح مشاركة الشاشة بدقة عالية مع Plutonium"
msgid "Unlock HD Video with Plutonium"
msgstr "فتح الفيديو بدقة عالية مع Plutonium"
-#: src/components/modals/components/PlutoniumContent.tsx:185
+#: src/components/modals/components/PlutoniumContent.tsx:196
msgid "Unlock higher limits and exclusive features while supporting an independent communication platform."
msgstr "فتح حدود أعلى وميزات حصرية مع دعم منصة اتصال مستقلة."
@@ -19126,9 +19211,9 @@ msgid "Unlock stickers in DMs with Plutonium"
msgstr "فتح الملصقات في الرسائل المباشرة مع Plutonium"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:467
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:850
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1044
-#: src/components/bottomsheets/DMBottomSheet.tsx:645
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:882
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1068
+#: src/components/bottomsheets/DMBottomSheet.tsx:648
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:321
#: src/components/bottomsheets/VoiceLobbyBottomSheet.tsx:179
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:253
@@ -19154,7 +19239,7 @@ msgstr "إلغاء كتم الصوت للفئة"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:400
#: src/components/bottomsheets/ChannelBottomSheet.tsx:452
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1005
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1029
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:167
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:161
msgid "Unmute Channel"
@@ -19167,9 +19252,9 @@ msgstr "إلغاء كتم الصوت للقناة"
msgid "Unmute Community"
msgstr "إلغاء كتم الصوت للمجتمع"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1007
-#: src/components/bottomsheets/DMBottomSheet.tsx:449
-#: src/components/bottomsheets/DMBottomSheet.tsx:590
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1031
+#: src/components/bottomsheets/DMBottomSheet.tsx:451
+#: src/components/bottomsheets/DMBottomSheet.tsx:593
msgid "Unmute Conversation"
msgstr "إلغاء كتم الصوت للمحادثة"
@@ -19200,16 +19285,16 @@ msgid "Unnamed Group"
msgstr "مجموعة بدون اسم"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:331
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1126
-#: src/components/bottomsheets/DMBottomSheet.tsx:478
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1150
+#: src/components/bottomsheets/DMBottomSheet.tsx:480
#: src/components/channel/dm/DMList.tsx:282
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:149
msgid "Unpin DM"
msgstr "إلغاء تثبيت الرسالة المباشرة"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:290
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1126
-#: src/components/bottomsheets/DMBottomSheet.tsx:478
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1150
+#: src/components/bottomsheets/DMBottomSheet.tsx:480
#: src/components/channel/dm/DMList.tsx:243
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:129
msgid "Unpin Group DM"
@@ -19231,20 +19316,20 @@ msgid "Unpin Message"
msgstr "إلغاء تثبيت الرسالة"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:232
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:583
-#: src/components/bottomsheets/DMBottomSheet.tsx:164
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:597
+#: src/components/bottomsheets/DMBottomSheet.tsx:166
#: src/components/channel/dm/DMList.tsx:224
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:132
msgid "Unpinned DM"
msgstr "رسالة مباشرة غير مثبتة"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:232
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:583
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:597
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:112
msgid "Unpinned group"
msgstr "مجموعة غير مثبتة"
-#: src/components/bottomsheets/DMBottomSheet.tsx:164
+#: src/components/bottomsheets/DMBottomSheet.tsx:166
msgid "Unpinned group DM"
msgstr "رسالة مباشرة جماعية غير مثبتة"
@@ -19279,7 +19364,7 @@ msgstr "إلغاء إخفاء التضمينات"
msgid "Until I change it"
msgstr "حتى أغيرها"
-#: src/components/bottomsheets/DMBottomSheet.tsx:664
+#: src/components/bottomsheets/DMBottomSheet.tsx:667
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:334
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:57
#: src/components/channel/muteOptions.ts:39
@@ -19305,7 +19390,7 @@ msgstr "تحديث"
msgid "Update app"
msgstr "تحديث التطبيق"
-#: src/components/modals/components/MobileSettingsView.tsx:244
+#: src/components/modals/components/MobileSettingsView.tsx:239
msgid "Update Service Worker"
msgstr "تحديث عامل الخدمة"
@@ -19402,7 +19487,7 @@ msgstr "جاري تحديث المفضلة…"
msgid "Updating..."
msgstr "جاري التحديث..."
-#: src/components/modals/components/plutonium/PricingSection.tsx:84
+#: src/components/modals/components/plutonium/PricingSection.tsx:94
msgid "Upgrade Now"
msgstr "قم بالترقية الآن"
@@ -19415,18 +19500,19 @@ msgstr "الترقية إلى Plutonium"
msgid "Upgrade to store up to 15 custom backgrounds and unlock HD video quality, higher frame rates, and more."
msgstr "قم بالترقية لتخزين ما يصل إلى 15 خلفية مخصصة وفتح جودة فيديو عالية الدقة، ومعدلات إطارات أعلى، والمزيد."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:265
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:316
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:297
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:357
msgid "Upgrade to Visionary"
msgstr "الترقية إلى Visionary"
#. placeholder {0}: formatter.format(visionarySlots.remaining)
-#: src/components/modals/components/plutonium/VisionarySection.tsx:109
+#: src/components/modals/components/plutonium/VisionarySection.tsx:122
+#: src/components/modals/components/plutonium/VisionarySection.tsx:134
msgid "Upgrade to Visionary — {0} Left"
msgstr "الترقية إلى Visionary — متبقي {0}"
#. placeholder {0}: isGiftSubscription ? 'gift time' : 'subscription'
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:243
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:262
msgid "Upgrading to Visionary is a <0>one-time0> purchase and will <1>cancel your current {0} immediately1>."
msgstr "الترقية إلى Visionary هي عملية <0>شراء لمرة واحدة0> وستؤدي إلى <1>إلغاء {0} الحالي فورًا1>."
@@ -19674,10 +19760,6 @@ msgstr "استخدم هذه الرموز للوصول إلى حسابك إذا
msgid "Use this button to quickly clear all permissions."
msgstr "استخدم هذا الزر لمسح جميع الأذونات بسرعة."
-#: src/components/pages/ReportPage.tsx:613
-msgid "Use this form to report illegal content under the Digital Services Act (DSA). Select what you want to report."
-msgstr "استخدم هذا النموذج للإبلاغ عن محتوى غير قانوني بموجب قانون الخدمات الرقمية (DSA). اختر ما تريد الإبلاغ عنه."
-
#: src/components/modals/tabs/KeybindsTab.tsx:101
msgid "Use this shortcut system-wide"
msgstr "استخدم هذا الاختصار عبر النظام"
@@ -19708,19 +19790,19 @@ msgstr "يبدو أن المستخدم أقل من 13 عامًا"
msgid "User Debug"
msgstr "تصحيح المستخدم"
-#: src/components/channel/channel-view/DMChannelView.tsx:353
+#: src/components/channel/channel-view/DMChannelView.tsx:354
msgid "User has vanished"
msgstr "اختفى المستخدم"
-#: src/components/pages/ReportPage.tsx:865
+#: src/components/pages/report/ReportStepDetails.tsx:137
msgid "User ID (optional)"
msgstr "معرف المستخدم (اختياري)"
-#: src/components/bottomsheets/DMBottomSheet.tsx:376
+#: src/components/bottomsheets/DMBottomSheet.tsx:378
msgid "User ID copied"
msgstr "تم نسخ معرّف المستخدم"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:652
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:666
msgid "User ID copied to clipboard"
msgstr "تم نسخ معرّف المستخدم إلى الحافظة"
@@ -19765,7 +19847,7 @@ msgstr "سجل المستخدم"
msgid "User Settings"
msgstr "إعدادات المستخدم"
-#: src/components/pages/ReportPage.tsx:873
+#: src/components/pages/report/ReportStepDetails.tsx:146
msgid "User Tag (optional)"
msgstr "وسم المستخدم (اختياري)"
@@ -19805,7 +19887,7 @@ msgstr "يجب أن يكون اسم المستخدم حرفًا واحدًا ع
msgid "Username must be at most 32 characters"
msgstr "يجب ألا يزيد اسم المستخدم عن 32 حرفًا"
-#: src/components/channel/dm/AddFriendForm.tsx:130
+#: src/components/channel/dm/AddFriendForm.tsx:153
msgid "Username#0000"
msgstr "اسم المستخدم#0000"
@@ -19904,7 +19986,7 @@ msgstr "يجب أن تكون الروابط المخصصة بين 2 و32 حرف
msgid "Verification Barriers"
msgstr "حواجز التحقق"
-#: src/components/modals/ClaimAccountModal.tsx:199
+#: src/components/modals/ClaimAccountModal.tsx:201
#: src/components/modals/EmailChangeModal.tsx:218
#: src/components/modals/EmailChangeModal.tsx:282
#: src/components/modals/PhoneAddModal.tsx:224
@@ -19912,11 +19994,11 @@ msgstr "حواجز التحقق"
msgid "Verification code"
msgstr "رمز التحقق"
-#: src/components/pages/ReportPage.tsx:719
+#: src/components/pages/report/ReportStepVerification.tsx:86
msgid "Verification Code"
msgstr "رمز التحقق"
-#: src/components/modals/ClaimAccountModal.tsx:88
+#: src/components/modals/ClaimAccountModal.tsx:90
msgid "Verification code sent"
msgstr "تم إرسال رمز التحقق"
@@ -19937,10 +20019,9 @@ msgstr "قد يكون التحقق مطلوبًا قبل عرض رموز الن
#: src/components/auth/AuthPageHeader.tsx:49
#: src/components/auth/InviteHeader.tsx:81
#: src/components/auth/InviteHeader.tsx:226
-#: src/components/channel/InviteEmbed.tsx:285
-#: src/components/channel/InviteEmbed.tsx:428
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:178
-#: src/components/emojis/EmojiInfoContent.tsx:87
+#: src/components/channel/InviteEmbed.tsx:287
+#: src/components/channel/InviteEmbed.tsx:430
+#: src/components/emojis/EmojiAttributionSubtext.tsx:143
#: src/components/layout/GuildHeader.tsx:132
msgid "Verified Community"
msgstr "مجتمع موثّق"
@@ -19955,7 +20036,7 @@ msgstr "نقابة موثّقة"
msgid "Verify"
msgstr "تحقق"
-#: src/components/pages/ReportPage.tsx:740
+#: src/components/pages/report/ReportStepVerification.tsx:102
msgid "Verify Code"
msgstr "تحقق من الرمز"
@@ -19980,6 +20061,10 @@ msgstr "نموذج التحقق من رقم الهاتف"
msgid "Verify You're Human"
msgstr "تحقق من أنك إنسان"
+#: src/components/pages/report/ReportStepEmail.tsx:54
+msgid "Verify your email"
+msgstr "تحقق من بريدك الإلكتروني"
+
#: src/components/modals/SudoVerificationModal.tsx:359
msgid "Verify your identity"
msgstr "تحقق من هويتك"
@@ -20012,7 +20097,7 @@ msgid "Video"
msgstr "فيديو"
#: src/components/channel/ChannelHeader.tsx:572
-#: src/components/modals/UserProfileMobileSheet.tsx:515
+#: src/components/modals/UserProfileMobileSheet.tsx:519
msgid "Video Call"
msgstr "مكالمة فيديو"
@@ -20097,7 +20182,7 @@ msgstr "عرض رموز النسخ الاحتياطي"
msgid "View backup codes form"
msgstr "نموذج عرض رموز النسخ الاحتياطي"
-#: src/components/channel/channel-view/DMChannelView.tsx:282
+#: src/components/channel/channel-view/DMChannelView.tsx:283
msgid "View call"
msgstr "عرض المكالمة"
@@ -20138,7 +20223,7 @@ msgstr "عرض مخزون الهدايا"
msgid "View Global Profile"
msgstr "عرض الملف العام"
-#: src/components/channel/channel-view/DMChannelView.tsx:282
+#: src/components/channel/channel-view/DMChannelView.tsx:283
msgid "View incoming call"
msgstr "عرض مكالمة واردة"
@@ -20158,10 +20243,10 @@ msgstr "عرض الميزات المميزة"
msgid "View premium perks"
msgstr "عرض مزايا الاشتراك المميز"
-#: src/components/bottomsheets/DMBottomSheet.tsx:411
+#: src/components/bottomsheets/DMBottomSheet.tsx:413
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:226
#: src/components/channel/friends/MobileFriendRequestItem.tsx:87
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:210
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:212
#: src/components/modals/tabs/BlockedUsersTab.tsx:87
#: src/components/uikit/ContextMenu/items/UserProfileMenuItem.tsx:43
msgid "View Profile"
@@ -20191,7 +20276,7 @@ msgstr "انضمام مشاهد إلى البث"
msgid "Viewer Leaves Stream"
msgstr "مغادرة مشاهد للبث"
-#: src/components/pages/ReportPage.tsx:827
+#: src/components/pages/report/ReportStepDetails.tsx:96
msgid "Violation Category"
msgstr "فئة المخالفة"
@@ -20199,7 +20284,7 @@ msgstr "فئة المخالفة"
msgid "Violation category selection"
msgstr "اختيار فئة المخالفة"
-#: src/components/pages/ReportPage.tsx:264
+#: src/components/pages/report/optionDescriptors.ts:45
#: src/constants/IARConstants.tsx:42
msgid "Violent or Graphic Content"
msgstr "محتوى عنيف أو صريح"
@@ -20212,9 +20297,9 @@ msgstr "صوت VIP"
msgid "Visible Buttons"
msgstr "أزرار مرئية"
-#: src/components/modals/components/plutonium/PricingSection.tsx:88
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:110
-#: src/components/modals/components/plutonium/VisionarySection.tsx:58
+#: src/components/modals/components/plutonium/PricingSection.tsx:101
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:129
+#: src/components/modals/components/plutonium/VisionarySection.tsx:67
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:154
#: src/utils/modals/guildTabs/GuildAuditLogTabUtils.ts:274
msgid "Visionary"
@@ -20228,25 +20313,25 @@ msgstr "Visionary (مدى الحياة #42)"
msgid "Visionary (Lifetime Plutonium)"
msgstr "Visionary (مدى الحياة Plutonium)"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:80
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:111
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:95
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:134
msgid "Visionary {visionaryPrice}"
msgstr "Visionary {visionaryPrice}"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:96
+#: src/components/modals/components/plutonium/VisionarySection.tsx:105
msgid "Visionary community with direct team access"
msgstr "مجتمع Visionary مع وصول مباشر للفريق"
-#: src/components/modals/components/plutonium/GiftSection.tsx:87
-#: src/components/modals/components/plutonium/PricingSection.tsx:119
+#: src/components/modals/components/plutonium/GiftSection.tsx:100
+#: src/components/modals/components/plutonium/PricingSection.tsx:140
msgid "Visionary Gift"
msgstr "هدية Visionary"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:109
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:132
msgid "Visionary Gift Sold Out"
msgstr "هدية Visionary نفدت"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:80
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:95
msgid "Visionary Sold Out"
msgstr "Visionary نفد"
@@ -20281,15 +20366,15 @@ msgstr "إعدادات الصوت والفيديو"
msgid "Voice Activity"
msgstr "نشاط الصوت"
-#: src/components/channel/channel-view/DMChannelView.tsx:277
+#: src/components/channel/channel-view/DMChannelView.tsx:278
#: src/components/voice/VoiceCallView.tsx:466
msgid "Voice call"
msgstr "مكالمة صوتية"
-#: src/components/bottomsheets/DMBottomSheet.tsx:419
+#: src/components/bottomsheets/DMBottomSheet.tsx:421
#: src/components/channel/ChannelHeader.tsx:562
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:225
-#: src/components/modals/UserProfileMobileSheet.tsx:507
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:227
+#: src/components/modals/UserProfileMobileSheet.tsx:511
msgid "Voice Call"
msgstr "مكالمة صوتية"
@@ -20306,8 +20391,8 @@ msgstr "المكالمات الصوتية"
msgid "Voice channel"
msgstr "قناة صوتية"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:475
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:662
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:489
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:676
#: src/components/channel/channel-header/useChannelHeaderData.ts:100
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:314
msgid "Voice Channel"
@@ -20488,8 +20573,8 @@ msgstr "أرسلنا رابطًا عبر البريد الإلكتروني لت
msgid "We failed to retrieve the full information about this user at this time."
msgstr "فشلنا في استرداد المعلومات الكاملة حول هذا المستخدم في هذا الوقت."
-#: src/components/layout/GuildLayout.tsx:302
-#: src/components/layout/GuildLayout.tsx:349
+#: src/components/layout/GuildLayout.tsx:307
+#: src/components/layout/GuildLayout.tsx:354
msgid "We fluxed up! Hang tight, we're working on it."
msgstr "حدث خطأ! انتظر قليلاً، نحن نعمل على إصلاحه."
@@ -20513,18 +20598,13 @@ msgstr "فقدنا الاتصال أثناء انتظار التخويل. يُر
msgid "We need to make sure you're not a bot. Please complete the verification below."
msgstr "نحتاج إلى التأكد من أنك لست روبوتًا. يُرجى إكمال التحقق أدناه."
-#: src/components/pages/ReportPage.tsx:639
-msgid "We need to verify your email address before you can submit a report."
-msgstr "نحتاج إلى التحقق من عنوان بريدك الإلكتروني قبل أن تتمكن من تقديم تقرير."
-
#: src/components/modals/BackupCodesModal.tsx:45
msgid "We recommend saving these codes now so that you don't get locked out of your account."
msgstr "نوصي بحفظ هذه الرموز الآن حتى لا يتم إغلاق حسابك."
-#. placeholder {0}: state.email
-#: src/components/pages/ReportPage.tsx:702
-msgid "We sent a verification code to {0}."
-msgstr "أرسلنا رمز التحقق إلى {0}."
+#: src/components/pages/report/ReportStepVerification.tsx:67
+msgid "We sent a code to {email}."
+msgstr "لقد أرسلنا رمزًا إلى {email}."
#: src/components/auth/BrowserLoginHandoffModal.tsx:315
msgid "We will prefill {prefillEmail} once the browser login opens."
@@ -20534,6 +20614,10 @@ msgstr "سنملأ مسبقًا {prefillEmail} بمجرد فتح تسجيل ال
msgid "We'll restore your previous email, sign out old sessions, remove phone numbers, disable MFA, and secure your account with a new password."
msgstr "سنستعيد بريدك الإلكتروني السابق، ونخرج من الجلسات القديمة، ونزيل أرقام الهواتف، ونعطل MFA، ونؤمن حسابك بكلمة مرور جديدة."
+#: src/components/pages/report/ReportStepEmail.tsx:57
+msgid "We'll send a short code to confirm you can receive updates about this report."
+msgstr "سنرسل رمزًا قصيرًا لتأكيد قدرتك على تلقي التحديثات حول هذا التقرير."
+
#: src/components/modals/EmailChangeModal.tsx:190
msgid "We'll verify your current email and then your new email with one-time codes."
msgstr "سنتحقق من بريدك الإلكتروني الحالي ثم بريدك الإلكتروني الجديد باستخدام رموز لمرة واحدة."
@@ -20546,13 +20630,13 @@ msgstr "سنتحقق من بريدك الإلكتروني الجديد باست
msgid "We're having trouble connecting to Fluxer's servers. This could be a temporary network issue or scheduled maintenance."
msgstr "نواجه مشكلة في الاتصال بخوادم Fluxer. قد تكون هذه مشكلة شبكة مؤقتة أو صيانة مجدولة."
-#: src/components/modals/tabs/BetaCodesTab.tsx:297
+#: src/components/modals/tabs/BetaCodesTab.tsx:322
#: src/components/modals/tabs/DevicesTab.tsx:230
msgid "We're having trouble connecting to the space-time continuum. Please check your connection and try again."
msgstr "نواجه مشكلة في الاتصال باستمرارية الزمكان. يُرجى التحقق من اتصالك والمحاولة مرة أخرى."
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:287
-#: src/components/channel/ChannelSearchResults.tsx:681
+#: src/components/channel/ChannelSearchResults.tsx:650
msgid "We're indexing this channel for the first time. This might take a little while..."
msgstr "نحن نفهرس هذه القناة لأول مرة. قد يستغرق هذا بعض الوقت..."
@@ -20829,17 +20913,16 @@ msgstr "اكتب CSS مخصصًا هنا لتجاوز أي رموز سمة. عل
msgid "Write your content here... This textarea expands as you type."
msgstr "اكتب محتواك هنا... تتوسع منطقة النص هذه أثناء الكتابة."
-#: src/components/auth/DateOfBirthField.tsx:89
-#: src/components/auth/DateOfBirthField.tsx:156
+#: src/components/auth/DateOfBirthField.tsx:153
#: src/components/auth/MockMinimalRegisterForm.tsx:78
msgid "Year"
msgstr "سنة"
-#: src/components/modals/components/plutonium/PricingSection.tsx:78
+#: src/components/modals/components/plutonium/PricingSection.tsx:88
msgid "Yearly"
msgstr "سنويًا"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:71
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:84
msgid "Yearly {yearlyPrice}"
msgstr "سنويًا {yearlyPrice}"
@@ -20874,7 +20957,7 @@ msgstr "أنت على وشك مغادرة Fluxer"
msgid "You are about to transfer ownership of this community to <0>{0}0>. This action is <1>irreversible1> and you will lose all owner privileges."
msgstr "أنت على وشك نقل ملكية هذا المجتمع إلى <0>{0}0>. هذا الإجراء <1>لا رجعة فيه1> وستفقد جميع امتيازات المالك."
-#: src/components/channel/dm/AddFriendForm.tsx:72
+#: src/components/channel/dm/AddFriendForm.tsx:95
msgid "You are already friends with this user."
msgstr "أنت بالفعل صديق مع هذا المستخدم."
@@ -20960,7 +21043,7 @@ msgstr "يمكنك رفع ما يصل إلى {MAX_EMOJIS_PER_UPLOAD} رموز ت
msgid "You can pin messages in this conversation for everyone to see."
msgstr "يمكنك تثبيت رسائل في هذه المحادثة ليراها الجميع."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:175
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:194
msgid "You can redeem additional gift codes to <0>extend0> your gift time. To start a monthly or yearly plan, wait until after it ends — or <1>upgrade to Visionary1> now (remaining gift time will be discarded)."
msgstr "يمكنك استبدال رموز الهدايا الإضافية <0>لتمديد0> وقت الهدية. لبدء خطة شهرية أو سنوية، انتظر حتى تنتهي — أو <1>قم بالترقية إلى Visionary1> الآن (سيتم تجاهل وقت الهدية المتبقي)."
@@ -20990,7 +21073,7 @@ msgstr "يمكنك استخدام الروابط وMarkdown لتنسيق نصك.
msgid "You can't add new reactions while you're on timeout."
msgstr "لا يمكنك إضافة تفاعلات جديدة أثناء وجودك في المهلة."
-#: src/components/modals/UserProfileModal.tsx:1170
+#: src/components/modals/UserProfileModal.tsx:1171
msgid "You can't befriend yourself"
msgstr "لا يمكنك أن تصادق نفسك"
@@ -20998,14 +21081,14 @@ msgstr "لا يمكنك أن تصادق نفسك"
msgid "You can't interact with reactions in search results as it might disrupt the space-time continuum."
msgstr "لا يمكنك التفاعل مع التفاعلات في نتائج البحث لأن ذلك قد يعطل استمرارية الزمكان."
-#: src/components/layout/ChannelItem.tsx:200
-#: src/components/layout/ChannelItem.tsx:366
-#: src/stores/voice/MediaEngineFacade.ts:151
-#: src/stores/voice/MediaEngineFacade.ts:482
+#: src/components/layout/ChannelItem.tsx:206
+#: src/components/layout/ChannelItem.tsx:375
+#: src/stores/voice/MediaEngineFacade.ts:154
+#: src/stores/voice/MediaEngineFacade.ts:529
msgid "You can't join while you're on timeout."
msgstr "لا يمكنك الانضمام أثناء وجودك في المهلة."
-#: src/components/modals/UserProfileModal.tsx:1182
+#: src/components/modals/UserProfileModal.tsx:1183
#: src/components/popouts/UserProfilePopout.tsx:282
#: src/components/profile/ProfilePreview.tsx:284
msgid "You can't message yourself"
@@ -21019,7 +21102,7 @@ msgstr "لا يمكنك إرسال طلب صداقة لنفسك."
msgid "You can't send friend requests to bots."
msgstr "لا يمكنك إرسال طلبات صداقة إلى البوتات."
-#: src/components/channel/dm/AddFriendForm.tsx:64
+#: src/components/channel/dm/AddFriendForm.tsx:87
msgid "You can't send friend requests to users you've blocked. Unblock them first."
msgstr "لا يمكنك إرسال طلبات صداقة إلى المستخدمين الذين حظرتهم. أزل الحظر عنهم أولاً."
@@ -21066,11 +21149,11 @@ msgstr "لا يمكنك إزالة هذا الإذن لأنه سيزيله من
msgid "You cannot save a role with a blank name. Please provide a valid name before saving."
msgstr "لا يمكنك حفظ دور باسم فارغ. يرجى تقديم اسم صالح قبل الحفظ."
-#: src/components/channel/dm/AddFriendForm.tsx:68
+#: src/components/channel/dm/AddFriendForm.tsx:91
msgid "You cannot send a friend request to yourself."
msgstr "لا يمكنك إرسال طلب صداقة لنفسك."
-#: src/components/channel/dm/AddFriendForm.tsx:66
+#: src/components/channel/dm/AddFriendForm.tsx:89
msgid "You cannot send friend requests to bots."
msgstr "لا يمكنك إرسال طلبات صداقة إلى البوتات."
@@ -21094,7 +21177,7 @@ msgstr "ليس لديك وصول إلى القناة التي أُرسلت في
msgid "You do not have permission to send messages in this channel."
msgstr "ليس لديك إذن لإرسال رسائل في هذه القناة."
-#: src/components/layout/GuildLayout.tsx:393
+#: src/components/layout/GuildLayout.tsx:398
msgid "You don't have access to any channels in this community."
msgstr "ليس لديك وصول إلى أي قنوات في هذا المجتمع."
@@ -21114,23 +21197,23 @@ msgstr "ليس لديك إذن لتثبيت حزمة الإيموجي هذه."
msgid "You don't have permission to install this sticker pack."
msgstr "ليس لديك إذن لتثبيت حزمة الملصقات هذه."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:203
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:222
msgid "You have all <0/> for <1>{monthlyPrice}/month1>."
msgstr "لديك كل <0/> مقابل <1>{monthlyPrice}/شهر1>."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:208
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:227
msgid "You have all <0/> for <1>{yearlyPrice}/year1>."
msgstr "لديك كل <0/> مقابل <1>{yearlyPrice}/سنة1>."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:213
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:232
msgid "You have all <0/> for your subscription period."
msgstr "لديك كل <0/> لفترة اشتراكك."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:198
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:217
msgid "You have all <0/> forever. No subscriptions, no renewals."
msgstr "لديك كل <0/> للأبد. لا اشتراكات، ولا تجديدات."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:169
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:188
msgid "You have all <0/> via a <1>gift subscription1> until <2>{giftEndDate}2>. It <3>won't renew3>."
msgstr "لديك كل <0/> عبر <1>اشتراك هدية1> حتى <2>{giftEndDate}2>. <3>لن يتم تجديده3>."
@@ -21228,11 +21311,11 @@ msgstr "فقدت الوصول إلى هذه الرسالة المحفوظة. ه
msgid "You made it, {username}! We're about to hit 88mph!"
msgstr "لقد نجحت، {username}! نحن على وشك الوصول إلى 88 ميلاً في الساعة!"
-#: src/components/channel/CallMessage.tsx:179
+#: src/components/channel/CallMessage.tsx:173
msgid "You missed a call from <0/> that lasted {durationText}."
msgstr "فاتك مكالمة من <0/> استمرت {durationText}."
-#: src/components/channel/CallMessage.tsx:184
+#: src/components/channel/CallMessage.tsx:178
msgid "You missed a call from <0/>."
msgstr "فاتتك مكالمة من <0/>."
@@ -21252,7 +21335,7 @@ msgstr "يجب أن تكون 18 عامًا أو أكبر لمشاهدة هذا
msgid "You must be connected to the gateway to accept this temporary invite. Please check your connection and try again."
msgstr "يجب أن تكون متصلًا بالبوابة لقبول هذه الدعوة المؤقتة. يرجى التحقق من اتصالك والمحاولة مرة أخرى."
-#: src/components/pages/ReportPage.tsx:463
+#: src/components/pages/ReportPage.tsx:288
msgid "You must verify your email before submitting a report."
msgstr "يجب أن تحقق من بريدك الإلكتروني قبل إرسال تقرير."
@@ -21385,7 +21468,7 @@ msgstr "أنت في قناة الصوت"
msgid "You're sending messages too quickly"
msgstr "أنت ترسل الرسائل بسرعة كبيرة"
-#: src/components/channel/Messages.tsx:909
+#: src/components/channel/Messages.tsx:907
msgid "You're viewing older messages"
msgstr "أنت تشاهد رسائل أقدم"
@@ -21464,7 +21547,7 @@ msgstr "تمت الموافقة على حسابك. يتم توجيهك إلى ا
msgid "Your account has been created, but access is temporarily limited until approval. You will be notified once your account is approved."
msgstr "تم إنشاء حسابك، لكن الوصول محدود مؤقتًا حتى الموافقة. سيتم إعلامك بمجرد الموافقة على حسابك."
-#: src/components/modals/components/UnclaimedAccountAlert.tsx:38
+#: src/components/modals/components/UnclaimedAccountAlert.tsx:36
msgid "Your account is not yet claimed. Without an email and password, you won't be able to sign in from other devices and you could lose access to your account. Claim your account now to secure it."
msgstr "لم يتم المطالبة بحسابك بعد. بدون بريد إلكتروني وكلمة مرور، لن تتمكن من تسجيل الدخول من أجهزة أخرى وقد تفقد الوصول إلى حسابك. قم بالمطالبة بحسابك الآن لتأمينه."
@@ -21508,7 +21591,7 @@ msgstr "سيتم الحفاظ على إعدادات صوت الإشعار الح
msgid "Your export request will be processed"
msgstr "سيتم معالجة طلب التصدير"
-#: src/components/pages/ReportPage.tsx:935
+#: src/components/pages/report/ReportStepDetails.tsx:213
msgid "Your FluxerTag (optional)"
msgstr "علامتك على Fluxer (اختياري)"
@@ -21521,7 +21604,7 @@ msgid "Your invite expires in 24 hours"
msgstr "دعوتك تنتهي خلال 24 ساعة"
#. placeholder {0}: getExpirationText()
-#: src/components/modals/InviteModal.tsx:325
+#: src/components/modals/InviteModal.tsx:322
msgid "Your invite link expires in {0}."
msgstr "رابط دعوتك ينتهي في {0}."
@@ -21565,7 +21648,7 @@ msgstr "مساحتك الشخصية للوصول السريع إلى القنو
msgid "Your Plutonium subscription has expired. You've lost all Plutonium perks. Reactivate your subscription to regain access."
msgstr "انتهت صلاحية اشتراكك في Plutonium. لقد فقدت جميع مزايا Plutonium. أعد تفعيل اشتراكك لاستعادة الوصول."
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:781
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:813
msgid "Your private space"
msgstr "مساحتك الخاصة"
@@ -21573,7 +21656,7 @@ msgstr "مساحتك الخاصة"
msgid "Your private space for thoughts and reminders"
msgstr "مساحتك الخاصة للأفكار والتذكيرات"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:277
+#: src/components/modals/tabs/GiftInventoryTab.tsx:300
msgid "Your Purchased Gifts"
msgstr "هداياك المشتراة"
@@ -21585,15 +21668,11 @@ msgstr "منطقتك"
msgid "Your stream is still being broadcast"
msgstr "بثك لا يزال مستمرًا"
-#: src/components/pages/ReportPage.tsx:594
-msgid "Your submission ID"
-msgstr "معرف تقديمك"
-
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:153
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:172
msgid "Your subscription ended, but you still have all <0/> until <1>{graceDate}1>. Resubscribe to keep them."
msgstr "انتهت اشتراكك، لكن لا يزال لديك كل <0/> حتى <1>{graceDate}1>. جدد اشتراكك للاحتفاظ بها."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:138
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:157
msgid "Your subscription expired on <0>{expiredDate}0>. You lost all <1/>. You can reactivate at any time."
msgstr "انتهت صلاحية اشتراكك في <0>{expiredDate}0>. فقدت كل <1/>. يمكنك إعادة التفعيل في أي وقت."
@@ -21609,7 +21688,7 @@ msgstr "تمت إعادة تفعيل اشتراكك!"
msgid "Your subscription has been set to cancel at the end of your billing period."
msgstr "تم تعيين اشتراكك للإلغاء في نهاية فترة الفوترة الخاصة بك."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:191
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:210
msgid "Your subscription will cancel on <0>{cancelDate}0>. You'll lose all <1/> after that date."
msgstr "سيتم إلغاء اشتراكك في <0>{cancelDate}0>. ستخسر كل <1/> بعد ذلك التاريخ."
diff --git a/fluxer_app/src/locales/bg/messages.po b/fluxer_app/src/locales/bg/messages.po
index 3258dbe6..d3b2ca42 100644
--- a/fluxer_app/src/locales/bg/messages.po
+++ b/fluxer_app/src/locales/bg/messages.po
@@ -68,12 +68,12 @@ msgstr "(показани максимум 15)"
msgid "(No content)"
msgstr "(Няма съдържание)"
-#: src/components/modals/UserProfileMobileSheet.tsx:552
+#: src/components/modals/UserProfileMobileSheet.tsx:556
#: src/components/pages/YouPage.tsx:147
msgid "(only visible to you)"
msgstr "(видимо само за вас)"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:954
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:976
msgid "(you)"
msgstr "(вие)"
@@ -138,12 +138,12 @@ msgid "{0} Online"
msgstr "{0} на линия"
#. placeholder {0}: reaction.count
-#: src/components/channel/MessageReactions.tsx:120
+#: src/components/channel/MessageReactions.tsx:119
msgid "{0} reaction"
msgstr "{0} реакция"
#. placeholder {0}: reaction.count
-#: src/components/channel/MessageReactions.tsx:120
+#: src/components/channel/MessageReactions.tsx:119
msgid "{0} reactions"
msgstr "{0} реакции"
@@ -153,13 +153,13 @@ msgid "{0} remaining"
msgstr "{0} оставащи"
#. placeholder {0}: machineState.total
-#: src/components/channel/ChannelSearchResults.tsx:315
+#: src/components/channel/ChannelSearchResults.tsx:272
msgid "{0} Result"
msgstr "{0} Резултат"
#. placeholder {0}: machineState.total
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:390
-#: src/components/channel/ChannelSearchResults.tsx:315
+#: src/components/channel/ChannelSearchResults.tsx:272
msgid "{0} Results"
msgstr "{0} резултата"
@@ -402,7 +402,7 @@ msgstr "{actor} актуализира стикера {namedTarget}."
msgid "{actor} updated the webhook {namedTarget}."
msgstr "{actor} актуализира уебхук {namedTarget}."
-#: src/components/modals/tabs/BetaCodesTab.tsx:280
+#: src/components/modals/tabs/BetaCodesTab.tsx:284
msgid "{allowance} codes remaining this week"
msgstr "Остават {allowance} кода тази седмица"
@@ -533,7 +533,7 @@ msgstr "{emojiName}, {0} реакция"
msgid "{emojiName}, {0} reactions"
msgstr "{emojiName}, {0} реакции"
-#: src/components/channel/MessageReactions.tsx:122
+#: src/components/channel/MessageReactions.tsx:121
msgid "{emojiName}: {reactionCountText}, {actionText}"
msgstr "{emojiName}: {reactionCountText}, {actionText}"
@@ -561,8 +561,8 @@ msgstr "Снимките {label} не могат да бъдат анимира
#: src/components/auth/InviteHeader.tsx:127
#: src/components/auth/InviteHeader.tsx:241
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:281
-#: src/components/channel/InviteEmbed.tsx:180
-#: src/components/channel/InviteEmbed.tsx:444
+#: src/components/channel/InviteEmbed.tsx:182
+#: src/components/channel/InviteEmbed.tsx:446
msgid "{memberCount} Member"
msgstr "{memberCount} Член"
@@ -570,8 +570,8 @@ msgstr "{memberCount} Член"
#: src/components/auth/InviteHeader.tsx:127
#: src/components/auth/InviteHeader.tsx:241
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:281
-#: src/components/channel/InviteEmbed.tsx:180
-#: src/components/channel/InviteEmbed.tsx:444
+#: src/components/channel/InviteEmbed.tsx:182
+#: src/components/channel/InviteEmbed.tsx:446
msgid "{memberCount} Members"
msgstr "{memberCount} Членове"
@@ -606,11 +606,11 @@ msgstr "{minutes} минути и {seconds} секунди"
msgid "{minutes} minutes and 1 second"
msgstr "{minutes} минути и 1 секунда"
-#: src/components/channel/dm/DMWelcomeSection.tsx:155
+#: src/components/channel/dm/DMWelcomeSection.tsx:167
msgid "{mutualGuildCount} mutual commmunity"
msgstr "{mutualGuildCount} взаимна общност"
-#: src/components/channel/dm/DMWelcomeSection.tsx:156
+#: src/components/channel/dm/DMWelcomeSection.tsx:168
msgid "{mutualGuildCount} mutual communities"
msgstr "{mutualGuildCount} взаимни общности"
@@ -632,7 +632,7 @@ msgstr "{participantCount} участници в обаждане"
#: src/components/auth/InviteHeader.tsx:235
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:276
-#: src/components/channel/InviteEmbed.tsx:439
+#: src/components/channel/InviteEmbed.tsx:441
msgid "{presenceCount} Online"
msgstr "{presenceCount} на линия"
@@ -644,15 +644,15 @@ msgstr "Остават {remaining} знака"
msgid "{remaining} characters left. Get Plutonium to write up to {premiumMaxLength} characters."
msgstr "Остават {remaining} знака. Вземете Plutonium, за да пишете до {premiumMaxLength} знака."
-#: src/components/channel/InviteEmbed.tsx:301
+#: src/components/channel/InviteEmbed.tsx:303
msgid "{renderedMemberCount} Member"
msgstr "{renderedMemberCount} Член"
-#: src/components/channel/InviteEmbed.tsx:301
+#: src/components/channel/InviteEmbed.tsx:303
msgid "{renderedMemberCount} Members"
msgstr "{renderedMemberCount} Членове"
-#: src/components/channel/InviteEmbed.tsx:296
+#: src/components/channel/InviteEmbed.tsx:298
msgid "{renderedPresenceCount} Online"
msgstr "{renderedPresenceCount} на линия"
@@ -704,11 +704,11 @@ msgstr "{totalSeconds} секунда"
msgid "{totalSeconds} seconds"
msgstr "{totalSeconds} секунди"
-#: src/components/layout/GuildsLayout.tsx:231
+#: src/components/layout/GuildsLayout.tsx:229
msgid "{unavailableCount} communities are temporarily unavailable due to a flux capacitor malfunction."
msgstr "{unavailableCount} общности са временно недостъпни поради повреда на флукс капацитора."
-#: src/components/layout/GuildsLayout.tsx:230
+#: src/components/layout/GuildsLayout.tsx:228
msgid "{unavailableCount} community is temporarily unavailable due to a flux capacitor malfunction."
msgstr "{unavailableCount} общност е временно недостъпна поради повреда на флукс капацитора."
@@ -814,27 +814,27 @@ msgstr "@everyone споменавания"
msgid "@username"
msgstr "@username"
-#: src/components/channel/CallMessage.tsx:75
+#: src/components/channel/CallMessage.tsx:72
msgid "# days"
msgstr "# дни"
-#: src/components/channel/CallMessage.tsx:76
+#: src/components/channel/CallMessage.tsx:73
msgid "# hours"
msgstr "# часа"
-#: src/components/channel/CallMessage.tsx:77
+#: src/components/channel/CallMessage.tsx:74
msgid "# minutes"
msgstr "# минути"
-#: src/components/channel/CallMessage.tsx:73
+#: src/components/channel/CallMessage.tsx:70
msgid "# months"
msgstr "# месеца"
-#: src/components/channel/CallMessage.tsx:74
+#: src/components/channel/CallMessage.tsx:71
msgid "# weeks"
msgstr "# седмици"
-#: src/components/channel/CallMessage.tsx:72
+#: src/components/channel/CallMessage.tsx:69
msgid "# years"
msgstr "# години"
@@ -878,11 +878,11 @@ msgstr "<0/> премахна <1/> от групата."
msgid "<0/> removed someone from the group."
msgstr "<0/> премахна някого от групата."
-#: src/components/channel/CallMessage.tsx:191
+#: src/components/channel/CallMessage.tsx:185
msgid "<0/> started a call that lasted {durationText}."
msgstr "<0/> започна разговор, който продължи {durationText}."
-#: src/components/channel/CallMessage.tsx:154
+#: src/components/channel/CallMessage.tsx:148
msgid "<0/> started a call."
msgstr "<0/> започна разговор."
@@ -943,11 +943,11 @@ msgstr "<0>Възстанових0> члена."
msgid "<0>Warning:0> This will also disable SMS two-factor authentication."
msgstr "<0>Внимание:0> Това ще деактивира и SMS двуфакторното удостоверяване."
-#: src/components/modals/tabs/BetaCodesTab.tsx:278
+#: src/components/modals/tabs/BetaCodesTab.tsx:282
msgid "1 code remaining this week"
msgstr "Остава 1 код тази седмица"
-#: src/components/channel/CallMessage.tsx:75
+#: src/components/channel/CallMessage.tsx:72
#: src/components/modals/BanMemberModal.tsx:54
#: src/components/modals/InviteModal.tsx:77
#: src/components/modals/InviteModal.tsx:212
@@ -956,7 +956,7 @@ msgstr "Остава 1 код тази седмица"
msgid "1 day"
msgstr "1 ден"
-#: src/components/channel/CallMessage.tsx:76
+#: src/components/channel/CallMessage.tsx:73
#: src/components/modals/BanMemberModal.tsx:52
#: src/components/modals/channelTabs/ChannelOverviewTab.tsx:154
#: src/components/modals/CustomStatusBottomSheet.tsx:44
@@ -993,7 +993,7 @@ msgstr "1 минута и {seconds} секунди"
msgid "1 minute and 1 second"
msgstr "1 минута и 1 секунда"
-#: src/components/channel/CallMessage.tsx:73
+#: src/components/channel/CallMessage.tsx:70
#: src/components/modals/BanMemberModal.tsx:59
msgid "1 month"
msgstr "1 месец"
@@ -1002,12 +1002,12 @@ msgstr "1 месец"
msgid "1 Month"
msgstr "1 месец"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:99
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:120
msgid "1 Month {monthlyPrice}"
msgstr "1 месец {monthlyPrice}"
-#: src/components/modals/components/plutonium/GiftSection.tsx:78
-#: src/components/modals/components/plutonium/PricingSection.tsx:110
+#: src/components/modals/components/plutonium/GiftSection.tsx:88
+#: src/components/modals/components/plutonium/PricingSection.tsx:128
msgid "1 Month Gift"
msgstr "Подарък за 1 месец"
@@ -1020,22 +1020,22 @@ msgstr "1 употреба"
msgid "1 user"
msgstr "1 потребител"
-#: src/components/channel/CallMessage.tsx:74
+#: src/components/channel/CallMessage.tsx:71
#: src/components/modals/BanMemberModal.tsx:57
#: src/components/modals/TimeoutMemberOptions.ts:39
msgid "1 week"
msgstr "1 седмица"
-#: src/components/channel/CallMessage.tsx:72
+#: src/components/channel/CallMessage.tsx:69
msgid "1 year"
msgstr "1 година"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:91
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:109
msgid "1 Year {yearlyPrice}"
msgstr "1 година {yearlyPrice}"
-#: src/components/modals/components/plutonium/GiftSection.tsx:69
-#: src/components/modals/components/plutonium/PricingSection.tsx:101
+#: src/components/modals/components/plutonium/GiftSection.tsx:76
+#: src/components/modals/components/plutonium/PricingSection.tsx:116
msgid "1 Year Gift"
msgstr "Подарък за 1 година"
@@ -1286,8 +1286,8 @@ msgstr "8 часа"
msgid "A 4-digit tag will be added automatically to ensure uniqueness"
msgstr "Автоматично ще се добави 4-цифров таг, за да се гарантира уникалност"
-#: src/components/channel/CallMessage.tsx:86
-#: src/components/channel/CallMessage.tsx:148
+#: src/components/channel/CallMessage.tsx:83
+#: src/components/channel/CallMessage.tsx:142
msgid "a few seconds"
msgstr "няколко секунди"
@@ -1299,7 +1299,7 @@ msgstr "Няколко клавишни войни се събират..."
msgid "A helpful bot that does amazing things!"
msgstr "Полезен бот, който прави невероятни неща!"
-#: src/components/channel/CallMessage.tsx:77
+#: src/components/channel/CallMessage.tsx:74
msgid "a minute"
msgstr "минута"
@@ -1316,7 +1316,7 @@ msgid "A symphony of clacking keys is underway..."
msgstr "Симфония от щракащи клавиши е на път..."
#: src/components/modals/tabs/MyProfileTab/BioEditor.tsx:127
-#: src/components/modals/UserProfileMobileSheet.tsx:528
+#: src/components/modals/UserProfileMobileSheet.tsx:532
#: src/components/pages/YouPage.tsx:132
msgid "About Me"
msgstr "За мен"
@@ -1330,18 +1330,18 @@ msgstr "За теб"
msgid "Accent Color"
msgstr "Акцентен цвят"
-#: src/components/channel/channel-view/DMChannelView.tsx:291
-#: src/components/channel/dm/DMWelcomeSection.tsx:116
+#: src/components/channel/channel-view/DMChannelView.tsx:292
+#: src/components/channel/dm/DMWelcomeSection.tsx:128
#: src/components/channel/friends/FriendListItem.tsx:238
#: src/components/channel/friends/MobileFriendRequestItem.tsx:99
#: src/components/voice/IncomingCallUI.tsx:302
msgid "Accept"
msgstr "Приеми"
-#: src/components/bottomsheets/DMBottomSheet.tsx:515
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:260
-#: src/components/modals/UserProfileModal.tsx:1258
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:88
+#: src/components/bottomsheets/DMBottomSheet.tsx:517
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:262
+#: src/components/modals/UserProfileModal.tsx:1259
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:109
msgid "Accept Friend Request"
msgstr "Приеми заявка за приятелство"
@@ -1358,7 +1358,7 @@ msgstr "Приеми покана"
msgid "Accept the incoming call"
msgstr "Приеми входящото обаждане"
-#: src/components/channel/InviteEmbed.tsx:226
+#: src/components/channel/InviteEmbed.tsx:228
#: src/components/modals/InviteAcceptModal.tsx:163
msgid "Accepting this invite installs the pack automatically."
msgstr "Приемането на тази покана автоматично инсталира пакета."
@@ -1407,7 +1407,7 @@ msgstr "Акаунт и Premium"
msgid "Account appears to exist solely for spamming"
msgstr "Акаунтът изглежда съществува само за спам"
-#: src/components/modals/ClaimAccountModal.tsx:105
+#: src/components/modals/ClaimAccountModal.tsx:107
msgid "Account claimed successfully"
msgstr "Акаунтът беше успешно заявен"
@@ -1459,7 +1459,7 @@ msgstr "Само във всички лични съобщения, в коит
msgid "Action with both icons!"
msgstr "Действие с и двете икони!"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:124
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:143
msgid "Active"
msgstr "Активен"
@@ -1584,12 +1584,13 @@ msgstr "Добави имейл"
msgid "Add Favorite Channels"
msgstr "Добави любими канали"
-#: src/components/bottomsheets/DMBottomSheet.tsx:524
+#: src/components/bottomsheets/DMBottomSheet.tsx:527
#: src/components/channel/dm/AddFriendView.tsx:32
#: src/components/channel/dm/DMFriendsView.tsx:199
#: src/components/modals/AddFriendSheet.tsx:50
-#: src/components/modals/UserProfileModal.tsx:1178
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:68
+#: src/components/modals/UserProfileModal.tsx:1179
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:75
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:89
msgid "Add Friend"
msgstr "Добави приятел"
@@ -1597,7 +1598,7 @@ msgstr "Добави приятел"
msgid "Add Friends"
msgstr "Добави приятели"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1187
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1211
#: src/components/channel/ChannelHeader.tsx:630
#: src/components/channel/dm/GroupDMWelcomeSection.tsx:85
msgid "Add Friends to Group"
@@ -1612,7 +1613,7 @@ msgstr "Добави елемент"
msgid "Add new reactions to messages."
msgstr "Добави нови реакции към съобщения."
-#: src/components/bottomsheets/DMBottomSheet.tsx:426
+#: src/components/bottomsheets/DMBottomSheet.tsx:428
#: src/components/profile/ProfileCard/ProfileCardActions.tsx:48
#: src/components/uikit/ContextMenu/items/UserNoteMenuItems.tsx:42
msgid "Add Note"
@@ -1647,7 +1648,7 @@ msgstr "Формуляр за добавяне на телефонен номе
#: src/components/channel/MessageActionBar.tsx:450
#: src/components/channel/MessageActionBar.tsx:741
#: src/components/channel/messageActionMenu.tsx:92
-#: src/components/channel/MessageReactions.tsx:264
+#: src/components/channel/MessageReactions.tsx:263
#: src/components/uikit/ContextMenu/items/MessageMenuItems.tsx:65
msgid "Add Reaction"
msgstr "Добави реакция"
@@ -1695,8 +1696,8 @@ msgid "Add to favorites"
msgstr "Добави в любими"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:370
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1103
-#: src/components/bottomsheets/DMBottomSheet.tsx:400
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1127
+#: src/components/bottomsheets/DMBottomSheet.tsx:402
#: src/components/channel/ChannelHeader.tsx:547
#: src/components/channel/ChannelHeader.tsx:595
#: src/components/channel/ChannelHeader.tsx:600
@@ -1731,11 +1732,11 @@ msgid "Added to bookmarks"
msgstr "Добавено в отметки"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:118
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:544
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:558
msgid "Added to favorites"
msgstr "Добавено в любими"
-#: src/components/bottomsheets/DMBottomSheet.tsx:129
+#: src/components/bottomsheets/DMBottomSheet.tsx:131
msgid "Added to Favorites"
msgstr "Добавено в любими"
@@ -1752,7 +1753,7 @@ msgstr "Добавено: {createdDate}"
msgid "Added: {createdDate} • Last used: {lastUsedDate}"
msgstr "Добавено: {createdDate} • Последно използвано: {lastUsedDate}"
-#: src/components/pages/ReportPage.tsx:943
+#: src/components/pages/report/ReportStepDetails.tsx:222
msgid "Additional Comments (optional)"
msgstr "Допълнителни коментари (по избор)"
@@ -1873,7 +1874,7 @@ msgstr "Всички обаждания ще известяват без зву
msgid "All Communities"
msgstr "Всички общности"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:74
+#: src/components/modals/components/plutonium/VisionarySection.tsx:83
msgid "All current and future Plutonium benefits, forever"
msgstr "Всички настоящи и бъдещи предимства на Plutonium, завинаги"
@@ -1911,7 +1912,7 @@ msgstr "Всички членове"
msgid "All messages"
msgstr "Всички съобщения"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1377
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1401
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:206
#: src/components/modals/GuildNotificationSettingsModal.tsx:87
#: src/components/modals/GuildNotificationSettingsModal.tsx:273
@@ -2071,11 +2072,11 @@ msgstr "Разреши {0}."
msgid "Already have an account?"
msgstr "Вече имаш акаунт?"
-#: src/components/channel/InviteEmbed.tsx:187
+#: src/components/channel/InviteEmbed.tsx:189
msgid "Already joined"
msgstr "Вече се присъединил"
-#: src/components/channel/GiftEmbed.tsx:90
+#: src/components/channel/GiftEmbed.tsx:97
msgid "Already redeemed"
msgstr "Вече използвано"
@@ -2135,8 +2136,8 @@ msgstr "Винаги се доверявай на <0>{hostname}0> — не п
msgid "Always underline links"
msgstr "Винаги подчертавай линковете"
-#: src/components/channel/ChannelSearchResults.tsx:511
-#: src/components/channel/ChannelSearchResults.tsx:562
+#: src/components/channel/ChannelSearchResults.tsx:480
+#: src/components/channel/ChannelSearchResults.tsx:531
#: src/hooks/useChannelSearch.ts:233
#: src/hooks/useChannelSearch.ts:375
msgid "An error occurred while searching"
@@ -2198,7 +2199,7 @@ msgid "Animated Emoji ({0})"
msgstr "Анимирани емоджита ({0})"
#: src/components/channel/embeds/media/EmbedGifv.tsx:237
-#: src/components/channel/embeds/media/EmbedGifv.tsx:725
+#: src/components/channel/embeds/media/EmbedGifv.tsx:749
#: src/components/modals/MediaViewerModal.tsx:294
#: src/components/modals/MediaViewerModal.tsx:362
msgid "Animated GIF"
@@ -2320,8 +2321,8 @@ msgstr "Приложението беше актуализирано успеш
msgid "Applications"
msgstr "Приложения"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:99
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:137
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:103
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:141
msgid "Applications & Bots"
msgstr "Приложения и ботове"
@@ -2352,7 +2353,7 @@ msgid "Archive"
msgstr "Архив"
#. placeholder {0}: user.username
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:162
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:164
#: src/components/modals/UserProfileActionsSheet.tsx:133
#: src/utils/RelationshipActionUtils.tsx:141
msgid "Are you sure you want to block {0}? They won't be able to message you or send you friend requests."
@@ -2368,8 +2369,8 @@ msgid "Are you sure you want to close this group DM? You can always reopen it la
msgstr "Сигурен ли си, че искаш да затвориш този групов чат? Можеш да го отвориш отново по-късно."
#. placeholder {0}: recipient?.username ?? ''
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:601
-#: src/components/bottomsheets/DMBottomSheet.tsx:303
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:615
+#: src/components/bottomsheets/DMBottomSheet.tsx:305
msgid "Are you sure you want to close your DM with {0}? You can always reopen it later."
msgstr "Сигурен ли си, че искаш да затвориш личния чат с {0}? Можеш да го отвориш отново по-късно."
@@ -2406,7 +2407,7 @@ msgid "Are you sure you want to delete #{0}? This action cannot be undone."
msgstr "Сигурен ли си, че искаш да изтриеш #{0}? Това действие не може да бъде отменено."
#. placeholder {0}: channel.name ?? 'this channel'
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:667
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:681
msgid "Are you sure you want to delete #{0}? This cannot be undone."
msgstr "Сигурен ли си, че искаш да изтриеш #{0}? Това не може да бъде отменено."
@@ -2504,7 +2505,7 @@ msgstr "Сигурен ли си, че искаш да напуснеш {0}?"
msgid "Are you sure you want to leave this community? You will no longer be able to see any messages."
msgstr "Сигурен ли си, че искаш да напуснеш тази общност? Вече няма да можеш да виждаш никакви съобщения."
-#: src/components/bottomsheets/DMBottomSheet.tsx:338
+#: src/components/bottomsheets/DMBottomSheet.tsx:340
#: src/hooks/useLeaveGroup.tsx:43
msgid "Are you sure you want to leave this group? You will no longer be able to see any messages."
msgstr "Сигурен ли си, че искаш да напуснеш тази група? Вече няма да можеш да виждаш никакви съобщения."
@@ -2515,9 +2516,9 @@ msgid "Are you sure you want to make {0} the group owner? You will lose owner pr
msgstr "Сигурен ли си, че искаш да направиш {0} собственик на групата? Ще загубиш привилегиите на собственик."
#. placeholder {0}: user.username
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:145
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:147
#: src/components/modals/UserProfileActionsSheet.tsx:116
-#: src/components/modals/UserProfileMobileSheet.tsx:303
+#: src/components/modals/UserProfileMobileSheet.tsx:304
#: src/utils/RelationshipActionUtils.tsx:114
msgid "Are you sure you want to remove {0} as a friend?"
msgstr "Сигурен ли си, че искаш да премахнеш {0} като приятел?"
@@ -2557,10 +2558,10 @@ msgid "Are you sure you want to transfer ownership of the group to {0}?"
msgstr "Сигурен ли си, че искаш да прехвърлиш собствеността на групата на {0}?"
#. placeholder {0}: user.username
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:179
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:181
#: src/components/modals/tabs/BlockedUsersTab.tsx:57
#: src/components/modals/UserProfileActionsSheet.tsx:150
-#: src/components/modals/UserProfileMobileSheet.tsx:319
+#: src/components/modals/UserProfileMobileSheet.tsx:320
#: src/utils/RelationshipActionUtils.tsx:168
msgid "Are you sure you want to unblock {0}?"
msgstr "Сигурен ли си, че искаш да премахнеш блокирането на {0}?"
@@ -2573,7 +2574,7 @@ msgstr "Клуб по изкуство"
msgid "Artists' Corner"
msgstr "Ъгълът на артистите"
-#: src/components/modals/components/plutonium/PricingSection.tsx:63
+#: src/components/modals/components/plutonium/PricingSection.tsx:69
msgid "As a Gift"
msgstr "Като подарък"
@@ -2689,7 +2690,7 @@ msgstr "Аудио настройки"
msgid "Audio will be included with this screen share."
msgstr "Аудиото ще бъде включено в това споделяне на екран."
-#: src/components/pages/ReportPage.tsx:311
+#: src/components/pages/report/optionDescriptors.ts:83
msgid "Austria"
msgstr "Австрия"
@@ -2844,6 +2845,7 @@ msgstr "Среден пинг:"
#: src/components/modals/PhoneAddModal.tsx:235
#: src/components/modals/RequiredActionModal.tsx:463
#: src/components/pages/OAuthAuthorizePage.tsx:694
+#: src/components/pages/report/ReportStepDetails.tsx:243
msgid "Back"
msgstr "Назад"
@@ -2933,7 +2935,7 @@ msgid "Balanced quality and bandwidth"
msgstr "Балансирано качество и честотна лента"
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:353
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:320
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:323
#: src/components/modals/UserProfileActionsSheet.tsx:262
msgid "Ban"
msgstr "Забрани"
@@ -3035,7 +3037,7 @@ msgstr "преди:"
msgid "Begin a call in the current private conversation"
msgstr "Започни разговор в текущия личен чат"
-#: src/components/pages/ReportPage.tsx:312
+#: src/components/pages/report/optionDescriptors.ts:84
msgid "Belgium"
msgstr "Белгия"
@@ -3066,7 +3068,7 @@ msgstr "Бета код (по избор)"
msgid "Beta Code Redeemed!"
msgstr "Бета кодът е използван!"
-#: src/components/modals/tabs/BetaCodesTab.tsx:313
+#: src/components/modals/tabs/BetaCodesTab.tsx:338
#: src/components/modals/utils/settingsSearchIndex.ts:741
msgid "Beta Codes"
msgstr "Бета кодове"
@@ -3083,13 +3085,13 @@ msgstr "Био"
msgid "Bio character limit"
msgstr "Ограничение за символите в описанието"
-#: src/components/bottomsheets/DMBottomSheet.tsx:538
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:163
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:345
+#: src/components/bottomsheets/DMBottomSheet.tsx:541
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:165
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:348
#: src/components/modals/UserProfileActionsSheet.tsx:134
#: src/components/modals/UserProfileActionsSheet.tsx:298
#: src/components/modals/UserProfileModal.tsx:1062
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:190
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:211
#: src/utils/RelationshipActionUtils.tsx:143
msgid "Block"
msgstr "Блокирай"
@@ -3106,7 +3108,7 @@ msgstr "Блокираш ли директните съобщения от чл
msgid "Block for all communities"
msgstr "Блокирай за всички общности"
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:161
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:163
#: src/components/modals/UserProfileActionsSheet.tsx:132
#: src/utils/RelationshipActionUtils.tsx:139
msgid "Block User"
@@ -3270,7 +3272,7 @@ msgstr "Необходим е звуков браузър"
msgid "Browser locale ({browserLocale}): {format}"
msgstr "Език на браузъра ({browserLocale}): {format}"
-#: src/components/pages/ReportPage.tsx:313
+#: src/components/pages/report/optionDescriptors.ts:85
msgid "Bulgaria"
msgstr "България"
@@ -3313,16 +3315,16 @@ msgstr "Бутоните показват индикатор за зарежда
msgid "Buttons with Icons"
msgstr "Бутони с икони"
-#: src/components/modals/components/plutonium/GiftSection.tsx:74
-#: src/components/modals/components/plutonium/GiftSection.tsx:83
-#: src/components/modals/components/plutonium/GiftSection.tsx:92
-#: src/components/modals/components/plutonium/PricingSection.tsx:106
-#: src/components/modals/components/plutonium/PricingSection.tsx:115
-#: src/components/modals/components/plutonium/PricingSection.tsx:124
+#: src/components/modals/components/plutonium/GiftSection.tsx:81
+#: src/components/modals/components/plutonium/GiftSection.tsx:93
+#: src/components/modals/components/plutonium/GiftSection.tsx:105
+#: src/components/modals/components/plutonium/PricingSection.tsx:121
+#: src/components/modals/components/plutonium/PricingSection.tsx:133
+#: src/components/modals/components/plutonium/PricingSection.tsx:145
msgid "Buy Gift"
msgstr "Купи подарък"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:114
+#: src/components/modals/components/plutonium/VisionarySection.tsx:140
msgid "Buying Visionary will cancel your current {currentAccessLabel} immediately. It is a one-time purchase with lifetime access."
msgstr "Закупуването на Visionary ще анулира вашия текущ {currentAccessLabel} веднага. Това е еднократна покупка с доживотен достъп."
@@ -3347,7 +3349,7 @@ msgstr "Заобиколи забавянето"
msgid "Bypass Splash Screen"
msgstr "Пропуснете началния екран"
-#: src/components/channel/channel-view/DMChannelView.tsx:271
+#: src/components/channel/channel-view/DMChannelView.tsx:272
msgid "Call available"
msgstr "Повикването е достъпно"
@@ -3446,11 +3448,11 @@ msgstr "Настройки на камерата"
#: src/components/modals/CategoryCreateModal.tsx:79
#: src/components/modals/ChannelCreateModal.tsx:100
#: src/components/modals/ChannelDeleteModal.tsx:72
-#: src/components/modals/ClaimAccountModal.tsx:179
-#: src/components/modals/ClaimAccountModal.tsx:219
-#: src/components/modals/components/MobileSettingsView.tsx:302
+#: src/components/modals/ClaimAccountModal.tsx:181
+#: src/components/modals/ClaimAccountModal.tsx:221
+#: src/components/modals/components/MobileSettingsView.tsx:297
#: src/components/modals/components/plutonium/hooks/useCheckoutActions.tsx:110
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:328
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:371
#: src/components/modals/ConfirmModal.tsx:146
#: src/components/modals/CreateDMModal.tsx:88
#: src/components/modals/CreateFavoriteCategoryModal.tsx:74
@@ -3473,7 +3475,7 @@ msgstr "Настройки на камерата"
#: src/components/modals/HideOwnCameraConfirmModal.tsx:65
#: src/components/modals/IARModal.tsx:218
#: src/components/modals/ImageCropModal.tsx:981
-#: src/components/modals/InviteModal.tsx:336
+#: src/components/modals/InviteModal.tsx:333
#: src/components/modals/KickMemberModal.tsx:60
#: src/components/modals/MfaTotpDisableModal.tsx:75
#: src/components/modals/MfaTotpEnableModal.tsx:102
@@ -3498,11 +3500,11 @@ msgstr "Настройки на камерата"
msgid "Cancel"
msgstr "Отказ"
-#: src/components/channel/dm/DMWelcomeSection.tsx:126
+#: src/components/channel/dm/DMWelcomeSection.tsx:138
#: src/components/channel/friends/FriendListItem.tsx:164
#: src/components/channel/friends/FriendListItem.tsx:166
-#: src/components/modals/UserProfileModal.tsx:1273
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:171
+#: src/components/modals/UserProfileModal.tsx:1274
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:192
msgid "Cancel Friend Request"
msgstr "Отмени заявката за приятелство"
@@ -3522,7 +3524,7 @@ msgstr "Отмени заявката"
msgid "Cancel upload"
msgstr "Отмени качването"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:118
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:137
msgid "Canceling"
msgstr "Отменя се"
@@ -3566,7 +3568,7 @@ msgstr "Подравняване на картата"
msgid "Card alignment controls"
msgstr "Контроли за подравняване на картата"
-#: src/components/modals/components/MobileSettingsView.tsx:123
+#: src/components/modals/components/MobileSettingsView.tsx:118
#: src/components/modals/components/SettingsModalHeader.tsx:76
msgid "Careful! You have unsaved changes."
msgstr "Внимание! Имаш незапазени промени."
@@ -3576,7 +3578,7 @@ msgstr "Внимание! Имаш незапазени промени."
msgid "Category"
msgstr "Категория"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1371
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1395
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:239
msgid "Category Default"
msgstr "По подразбиране за категорията"
@@ -3594,7 +3596,7 @@ msgstr "Категорията е пълна"
msgid "Category Name"
msgstr "Име на категорията"
-#: src/components/modals/ChannelSettingsModal.tsx:105
+#: src/components/modals/ChannelSettingsModal.tsx:113
#: src/components/modals/components/DesktopChannelSettingsView.tsx:188
msgid "Category Settings"
msgstr "Настройки на категорията"
@@ -3625,7 +3627,7 @@ msgstr "Смени фона"
msgid "Change Banner"
msgstr "Смени банера"
-#: src/components/pages/ReportPage.tsx:752
+#: src/components/pages/report/ReportStepVerification.tsx:126
msgid "Change email"
msgstr "Промяна на имейл"
@@ -3647,8 +3649,8 @@ msgstr "Смени FluxerTag"
msgid "Change FluxerTag form"
msgstr "Форма за смяна на FluxerTag"
-#: src/components/bottomsheets/DMBottomSheet.tsx:433
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:133
+#: src/components/bottomsheets/DMBottomSheet.tsx:435
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:154
msgid "Change Friend Nickname"
msgstr "Смени прякора на приятел"
@@ -3673,7 +3675,7 @@ msgid "Change My Group Nickname"
msgstr "Смени моя прякор в групата"
#: src/components/modals/BaseChangeNicknameModal.tsx:82
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:238
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:240
#: src/components/modals/RenameChannelModal.tsx:58
#: src/components/modals/UserProfileActionsSheet.tsx:225
#: src/components/modals/UserProfileActionsSheet.tsx:225
@@ -3760,8 +3762,8 @@ msgstr "Регионът на гласа е променен на {0}."
msgid "channel"
msgstr "канал"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:483
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:549
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:497
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:563
#: src/components/invites/InviteListItem.tsx:50
#: src/components/webhooks/WebhookListItem.tsx:240
#: src/constants/AuditLogConstants.tsx:236
@@ -3796,7 +3798,7 @@ msgid "Channel Debug"
msgstr "Отстраняване на грешки в канала"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:188
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:675
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:689
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:329
msgid "Channel deleted"
msgstr "Каналът е изтрит"
@@ -3806,11 +3808,11 @@ msgid "Channel Deleted"
msgstr "Каналът е изтрит"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:273
-#: src/components/bottomsheets/DMBottomSheet.tsx:366
+#: src/components/bottomsheets/DMBottomSheet.tsx:368
msgid "Channel ID copied"
msgstr "ID-то на канала е копирано"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:535
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:549
msgid "Channel ID copied to clipboard"
msgstr "ID-то на канала е копирано в клипборда"
@@ -3878,9 +3880,9 @@ msgstr "Запис на канала"
msgid "Channel removed from favorites"
msgstr "Каналът е премахнат от любими"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1092
-#: src/components/layout/ChannelItem.tsx:630
-#: src/components/modals/ChannelSettingsModal.tsx:105
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1116
+#: src/components/layout/ChannelItem.tsx:647
+#: src/components/modals/ChannelSettingsModal.tsx:113
#: src/components/modals/components/DesktopChannelSettingsView.tsx:188
msgid "Channel Settings"
msgstr "Настройки на канала"
@@ -3947,7 +3949,7 @@ msgstr "Провери нашия <0>Bluesky (@fluxer.app)0> за актуал
msgid "Check out my custom theme!"
msgstr "Виж моята персонализирана тема!"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:105
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:109
msgid "Check your connection and try again."
msgstr "Провери връзката си и опитай отново."
@@ -3969,8 +3971,8 @@ msgstr "Отметки"
msgid "Checking..."
msgstr "Проверява се..."
-#: src/components/pages/ReportPage.tsx:270
-#: src/components/pages/ReportPage.tsx:299
+#: src/components/pages/report/optionDescriptors.ts:51
+#: src/components/pages/report/optionDescriptors.ts:74
#: src/constants/IARConstants.tsx:72
#: src/constants/IARConstants.tsx:175
msgid "Child Safety Concerns"
@@ -3984,6 +3986,10 @@ msgstr "Китайски (опростен)"
msgid "Chinese (Traditional)"
msgstr "Китайски (традиционен)"
+#: src/components/pages/report/ReportBreadcrumbs.tsx:46
+msgid "Choose"
+msgstr "Изберете"
+
#: src/components/pages/OAuthAuthorizePage.tsx:898
msgid "Choose a community"
msgstr "Избери общност"
@@ -4080,25 +4086,36 @@ msgstr "Избери акцентния цвят на профила си"
#: src/components/channel/barriers/BarrierComponents.tsx:109
#: src/components/channel/barriers/BarrierComponents.tsx:240
-#: src/components/layout/app-layout/nagbars/UnclaimedAccountNagbar.tsx:47
-#: src/components/modals/ClaimAccountModal.tsx:225
-#: src/components/modals/components/UnclaimedAccountAlert.tsx:34
+#: src/components/channel/dm/AddFriendForm.tsx:57
+#: src/components/layout/app-layout/nagbars/UnclaimedAccountNagbar.tsx:45
+#: src/components/modals/ClaimAccountModal.tsx:227
+#: src/components/modals/components/UnclaimedAccountAlert.tsx:32
+#: src/components/modals/GiftAcceptModal.tsx:170
#: src/components/modals/tabs/AccountSecurityTab/SecurityTab.tsx:206
+#: src/components/modals/tabs/BetaCodesTab.tsx:297
+#: src/components/modals/tabs/GiftInventoryTab.tsx:242
msgid "Claim Account"
msgstr "Регистрирай акаунт"
-#: src/components/channel/GiftEmbed.tsx:98
-#: src/components/modals/GiftAcceptModal.tsx:154
+#: src/components/channel/GiftEmbed.tsx:109
+msgid "Claim Account to Redeem"
+msgstr "Придобийте акаунт за осребряване"
+
+#: src/components/channel/GiftEmbed.tsx:109
+#: src/components/modals/GiftAcceptModal.tsx:197
#: src/components/pages/GiftLoginPage.tsx:155
#: src/components/pages/GiftRegisterPage.tsx:42
msgid "Claim Gift"
msgstr "Активирай подарък"
-#: src/components/modals/ClaimAccountModal.tsx:141
+#: src/components/channel/dm/AddFriendForm.tsx:53
+#: src/components/modals/ClaimAccountModal.tsx:143
+#: src/components/modals/tabs/BetaCodesTab.tsx:293
+#: src/components/modals/tabs/GiftInventoryTab.tsx:238
msgid "Claim your account"
msgstr "Регистрирай акаунта си"
-#: src/components/modals/ClaimAccountModal.tsx:146
+#: src/components/modals/ClaimAccountModal.tsx:148
msgid "Claim your account by adding an email and password. We will send a verification code to confirm your email before finishing."
msgstr "Регистрирай акаунта си, като добавиш имейл и парола. Ще изпратим код за потвърждение, за да потвърдим имейла ти преди завършване."
@@ -4106,11 +4123,68 @@ msgstr "Регистрирай акаунта си, като добавиш им
msgid "Claim your account to access security features like two-factor authentication and passkeys."
msgstr "Регистрирай акаунта си, за да използваш функции за сигурност като двуфакторна автентикация и passkey."
+#: src/components/channel/ChannelHeader/CallButtons.tsx:85
+#: src/components/channel/ChannelHeader/CallButtons.tsx:155
+msgid "Claim your account to call"
+msgstr "Претендирайте за акаунта си, за да се обадите"
+
#: src/components/modals/tabs/MyProfileTab/UsernameSection.tsx:49
msgid "Claim your account to change your FluxerTag"
msgstr "Регистрирайте акаунта си, за да промените FluxerTag"
-#: src/components/modals/GiftAcceptModal.tsx:145
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:146
+msgid "Claim your account to create applications."
+msgstr "Придобийте акаунта си, за да създадете приложения."
+
+#: src/components/modals/tabs/BetaCodesTab.tsx:294
+msgid "Claim your account to generate beta codes."
+msgstr "Придобийте акаунта си, за да генерирате бета кодове."
+
+#: src/components/layout/ChannelItem.tsx:208
+#: src/components/layout/ChannelItem.tsx:382
+#: src/stores/voice/MediaEngineFacade.ts:537
+msgid "Claim your account to join this voice channel."
+msgstr "Претендирайте за акаунта си, за да се присъедините към този гласов канал."
+
+#: src/stores/voice/MediaEngineFacade.ts:170
+msgid "Claim your account to join voice channels you don't own."
+msgstr "Претендирайте за акаунта си, за да се присъедините към гласови канали, които не притежавате."
+
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:55
+#: src/components/modals/components/plutonium/GiftSection.tsx:61
+#: src/components/modals/components/plutonium/PricingSection.tsx:63
+#: src/components/modals/components/plutonium/VisionarySection.tsx:62
+#: src/components/modals/components/PlutoniumContent.tsx:99
+msgid "Claim your account to purchase Fluxer Plutonium."
+msgstr "Придобийте акаунта си, за да закупите Fluxer Plutonium."
+
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:112
+msgid "Claim your account to purchase or redeem Fluxer Plutonium."
+msgstr "Придобийте акаунта си, за да закупите или осребрите Fluxer Plutonium."
+
+#: src/components/modals/tabs/GiftInventoryTab.tsx:239
+msgid "Claim your account to redeem or manage Plutonium gift codes."
+msgstr "Придобийте акаунта си, за да осребрите или управлявате подаръчни кодове за Plutonium."
+
+#: src/components/channel/GiftEmbed.tsx:99
+#: src/components/modals/GiftAcceptModal.tsx:154
+msgid "Claim your account to redeem this gift."
+msgstr "Придобийте акаунта си, за да осребрите този подарък."
+
+#: src/components/channel/dm/AddFriendForm.tsx:54
+#: src/components/channel/dm/DMWelcomeSection.tsx:109
+#: src/components/modals/UserProfileModal.tsx:1289
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:65
+msgid "Claim your account to send friend requests."
+msgstr "Придобийте акаунта си, за да изпращате заявки за приятелство."
+
+#: src/components/channel/ChannelHeader/CallButtons.tsx:54
+#: src/components/channel/ChannelHeader/CallButtons.tsx:124
+#: src/stores/voice/MediaEngineFacade.ts:179
+msgid "Claim your account to start or join 1:1 calls."
+msgstr "Претендирайте за акаунта си, за да започнете или се присъедините към 1:1 разговори."
+
+#: src/components/modals/GiftAcceptModal.tsx:188
msgid "Claim your gift to activate your premium subscription!"
msgstr "Получете подаръка си, за да активирате премиум абонамента!"
@@ -4164,8 +4238,8 @@ msgstr "Изчисти разрешенията"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:420
#: src/components/channel/MessageSearchBar/MessageSearchBar.tsx:1424
-#: src/components/channel/shared/PickerSearchInput.tsx:195
-#: src/components/channel/shared/PickerSearchInput.tsx:212
+#: src/components/channel/shared/PickerSearchInput.tsx:194
+#: src/components/channel/shared/PickerSearchInput.tsx:211
#: src/components/modals/components/SettingsSearch.tsx:108
msgid "Clear search"
msgstr "Изчисти търсенето"
@@ -4200,11 +4274,11 @@ msgstr "Описанието на стикера беше изчистено."
msgid "Cleared the topic."
msgstr "Темата беше изчистена."
-#: src/components/modals/components/MobileSettingsView.tsx:297
+#: src/components/modals/components/MobileSettingsView.tsx:292
msgid "Clearing subscriptions ensures the gateway stops sending messages to this installation."
msgstr "Изчистването на абонаментите гарантира, че шлюзът спира да изпраща съобщения до тази инсталация."
-#: src/components/modals/tabs/BetaCodesTab.tsx:366
+#: src/components/modals/tabs/BetaCodesTab.tsx:391
msgid "Click \"Create Code\" to generate your first code."
msgstr "Щракнете върху \"Създай код\", за да генерирате първия си код."
@@ -4240,13 +4314,13 @@ msgstr "Щракнете, за да добавите бележка"
msgid "Click to check and uncheck. Available in square and round styles."
msgstr "Щракнете, за да маркирате или размаркирате. Налични са квадратни и кръгли стилове."
-#: src/components/channel/GiftEmbed.tsx:90
+#: src/components/channel/GiftEmbed.tsx:100
msgid "Click to claim your gift!"
msgstr "Щракнете, за да получите подаръка си!"
#: src/components/invites/InviteListItem.tsx:184
#: src/components/modals/components/ClientInfo.tsx:76
-#: src/components/modals/tabs/BetaCodesTab.tsx:172
+#: src/components/modals/tabs/BetaCodesTab.tsx:174
msgid "Click to copy"
msgstr "Щракнете, за да копирате"
@@ -4328,12 +4402,12 @@ msgid "Close"
msgstr "Затвори"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:341
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:600
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:602
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1239
-#: src/components/bottomsheets/DMBottomSheet.tsx:302
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:614
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:616
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1263
#: src/components/bottomsheets/DMBottomSheet.tsx:304
-#: src/components/bottomsheets/DMBottomSheet.tsx:557
+#: src/components/bottomsheets/DMBottomSheet.tsx:306
+#: src/components/bottomsheets/DMBottomSheet.tsx:560
#: src/components/channel/dm/DMList.tsx:292
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:82
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:84
@@ -4358,7 +4432,8 @@ msgstr "Въгленова тема"
#: src/components/invites/InviteListItem.tsx:54
#: src/components/modals/MfaTotpDisableModal.tsx:64
#: src/components/modals/MfaTotpEnableModal.tsx:91
-#: src/components/modals/tabs/BetaCodesTab.tsx:51
+#: src/components/modals/tabs/BetaCodesTab.tsx:53
+#: src/components/pages/report/ReportBreadcrumbs.tsx:48
msgid "Code"
msgstr "Код"
@@ -4370,7 +4445,8 @@ msgstr "Код и моноширинни"
msgid "Code Blocks"
msgstr "Кодови блокове"
-#: src/components/modals/ClaimAccountModal.tsx:123
+#: src/components/modals/ClaimAccountModal.tsx:125
+#: src/components/pages/ReportPage.tsx:231
msgid "Code resent"
msgstr "Кодът беше изпратен повторно"
@@ -4379,8 +4455,8 @@ msgid "Code sent"
msgstr "Кодът беше изпратен"
#: src/components/invites/InviteListItem.tsx:180
-#: src/components/modals/tabs/BetaCodesTab.tsx:104
-#: src/components/modals/tabs/BetaCodesTab.tsx:168
+#: src/components/modals/tabs/BetaCodesTab.tsx:106
+#: src/components/modals/tabs/BetaCodesTab.tsx:170
msgid "Code:"
msgstr "Код:"
@@ -4472,7 +4548,7 @@ msgstr "Общността е заглушена"
msgid "Community Debug"
msgstr "Отстраняване на грешки за общността"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1371
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1395
#: src/components/uikit/ContextMenu/items/CategoryMenuItems.tsx:221
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:239
msgid "Community Default"
@@ -4542,8 +4618,8 @@ msgstr "Настройки за известия на общността"
msgid "Community organizes raids or harassment campaigns"
msgstr "Общността организира нападения или кампании за тормоз"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:237
-#: src/components/channel/MemberListItem.tsx:102
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:238
+#: src/components/channel/MemberListItem.tsx:109
#: src/components/modals/guildTabs/GuildMembersTab.tsx:145
#: src/components/modals/guildTabs/GuildMembersTab.tsx:197
msgid "Community Owner"
@@ -4567,14 +4643,14 @@ msgstr "Общността пропагандира или улеснява не
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:172
#: src/components/modals/components/DesktopGuildSettingsView.tsx:204
-#: src/components/modals/GuildSettingsModal.tsx:168
+#: src/components/modals/GuildSettingsModal.tsx:173
#: src/components/popouts/GuildHeaderPopout.tsx:187
#: src/components/uikit/ContextMenu/items/GuildMenuItems.tsx:360
msgid "Community Settings"
msgstr "Настройки на общността"
-#: src/components/layout/GuildLayout.tsx:301
-#: src/components/layout/GuildLayout.tsx:348
+#: src/components/layout/GuildLayout.tsx:306
+#: src/components/layout/GuildLayout.tsx:353
msgid "Community temporarily unavailable"
msgstr "Общността временно не е налична"
@@ -4782,8 +4858,8 @@ msgstr "Свързан с гласов канал"
msgid "Connecting..."
msgstr "Свързване..."
-#: src/components/channel/channel-view/DMChannelView.tsx:273
-#: src/components/channel/channel-view/DMChannelView.tsx:323
+#: src/components/channel/channel-view/DMChannelView.tsx:274
+#: src/components/channel/channel-view/DMChannelView.tsx:324
#: src/components/voice/CompactVoiceCallView.tsx:55
msgid "Connecting…"
msgstr "Свързване…"
@@ -4979,7 +5055,7 @@ msgstr "Управление на вашия статус на активнос
#: src/components/modals/shared/CopyLinkSection.tsx:61
#: src/components/modals/tabs/ApplicationsTab/application-detail/ApplicationHeader.tsx:68
-#: src/components/modals/tabs/GiftInventoryTab.tsx:143
+#: src/components/modals/tabs/GiftInventoryTab.tsx:144
msgid "Copied"
msgstr "Копирано"
@@ -5001,7 +5077,7 @@ msgstr "Копирано!"
#: src/components/modals/BackupCodesModal.tsx:82
#: src/components/modals/shared/CopyLinkSection.tsx:61
#: src/components/modals/tabs/ApplicationsTab/application-detail/OAuthBuilderSection.tsx:142
-#: src/components/modals/tabs/GiftInventoryTab.tsx:143
+#: src/components/modals/tabs/GiftInventoryTab.tsx:144
msgid "Copy"
msgstr "Копирай"
@@ -5017,7 +5093,7 @@ msgstr "Копирай аудиото"
msgid "Copy authorize URL"
msgstr "Копирай URL за упълномощаване"
-#: src/components/modals/tabs/BetaCodesTab.tsx:178
+#: src/components/modals/tabs/BetaCodesTab.tsx:180
msgid "Copy beta code"
msgstr "Копирай бета кода"
@@ -5028,8 +5104,8 @@ msgstr "Копирай ID на категорията"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:320
#: src/components/bottomsheets/ChannelBottomSheet.tsx:347
#: src/components/bottomsheets/ChannelBottomSheet.tsx:433
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1293
-#: src/components/bottomsheets/DMBottomSheet.tsx:577
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1317
+#: src/components/bottomsheets/DMBottomSheet.tsx:580
#: src/components/channel/dm/DMList.tsx:271
#: src/components/channel/dm/DMList.tsx:298
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:362
@@ -5090,7 +5166,7 @@ msgstr "Копирай изображение"
msgid "Copy invite link"
msgstr "Копирай връзка за покана"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1154
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1178
#: src/components/modals/tabs/ComponentGalleryTab/ButtonsTab.tsx:182
#: src/components/modals/tabs/ComponentGalleryTab/index.tsx:100
#: src/components/modals/tabs/ComponentGalleryTab/Inline.tsx:95
@@ -5131,15 +5207,15 @@ msgstr "Копирай ID на стикера"
msgid "Copy Text"
msgstr "Копирай текст"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1285
-#: src/components/bottomsheets/DMBottomSheet.tsx:570
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1309
+#: src/components/bottomsheets/DMBottomSheet.tsx:573
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:370
#: src/components/modals/guildTabs/BannedUserActionsSheet.tsx:74
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:358
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:361
#: src/components/modals/tabs/BlockedUsersTab.tsx:107
#: src/components/modals/UserProfileActionsSheet.tsx:213
#: src/components/modals/UserProfileModal.tsx:1130
-#: src/components/popouts/UserAreaPopout.tsx:507
+#: src/components/popouts/UserAreaPopout.tsx:509
#: src/components/profile/ProfileCard/ProfileCardActions.tsx:60
#: src/components/uikit/ContextMenu/items/CopyMenuItems.tsx:42
msgid "Copy User ID"
@@ -5175,7 +5251,7 @@ msgstr "Таймер за обратно броене"
msgid "Country"
msgstr "Държава"
-#: src/components/pages/ReportPage.tsx:928
+#: src/components/pages/report/ReportStepDetails.tsx:205
msgid "Country of Residence"
msgstr "Държава на местоживеене"
@@ -5207,7 +5283,7 @@ msgid "Create a new community or join an existing one."
msgstr "Създай нова общност или се присъедини към съществуваща."
#. placeholder {0}: recipient.username
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:905
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:937
msgid "Create a new group with {0}"
msgstr "Създай нова група с {0}"
@@ -5239,7 +5315,7 @@ msgstr "Създай акаунт"
msgid "Create an account to claim your gift"
msgstr "Създай акаунт, за да вземеш подаръка"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:138
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:142
msgid "Create and manage applications and bots for your account."
msgstr "Създавай и управлявай приложения и ботове за твоя акаунт."
@@ -5248,7 +5324,8 @@ msgid "Create and share custom emoji and sticker packs with Fluxer Plutonium."
msgstr "Създавай и споделяй персонализирани емоджита и пакети стикери с Fluxer Plutonium."
#: src/components/modals/tabs/ApplicationsTab/ApplicationCreateModal.tsx:87
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:142
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:149
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:155
msgid "Create Application"
msgstr "Създай приложение"
@@ -5267,7 +5344,7 @@ msgid "Create Category"
msgstr "Създай категория"
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:180
-#: src/components/layout/ChannelItem.tsx:607
+#: src/components/layout/ChannelItem.tsx:624
#: src/components/modals/ChannelCreateModal.tsx:58
#: src/components/modals/ChannelCreateModal.tsx:103
#: src/components/popouts/GuildHeaderPopout.tsx:194
@@ -5276,8 +5353,8 @@ msgstr "Създай категория"
msgid "Create Channel"
msgstr "Създай канал"
-#: src/components/modals/tabs/BetaCodesTab.tsx:326
-#: src/components/modals/tabs/BetaCodesTab.tsx:369
+#: src/components/modals/tabs/BetaCodesTab.tsx:351
+#: src/components/modals/tabs/BetaCodesTab.tsx:394
msgid "Create Code"
msgstr "Създай код"
@@ -5329,7 +5406,7 @@ msgstr "Създай нов акаунт"
msgid "Create new group"
msgstr "Създай нова група"
-#: src/components/modals/InviteModal.tsx:339
+#: src/components/modals/InviteModal.tsx:336
msgid "Create New Link"
msgstr "Създай нова връзка"
@@ -5373,7 +5450,7 @@ msgid "Create, edit, or delete webhooks."
msgstr "Създавай, редактирай или изтривай уебхукове."
#: src/components/invites/InviteListItem.tsx:59
-#: src/components/modals/tabs/BetaCodesTab.tsx:57
+#: src/components/modals/tabs/BetaCodesTab.tsx:59
msgid "Created"
msgstr "Създадено"
@@ -5390,7 +5467,7 @@ msgstr "Създадено {createdAt}"
#. placeholder {0}: invite.pack.creator.username
#. placeholder {0}: pack.creator.username
#: src/components/auth/InviteHeader.tsx:158
-#: src/components/channel/InviteEmbed.tsx:218
+#: src/components/channel/InviteEmbed.tsx:220
#: src/components/modals/InviteAcceptModal.tsx:152
msgid "Created by {0}"
msgstr "Създадено от {0}"
@@ -5427,8 +5504,8 @@ msgid "Created with name {newLabel}."
msgstr "Създадено с име {newLabel}."
#: src/components/invites/InviteListItem.tsx:207
-#: src/components/modals/tabs/BetaCodesTab.tsx:135
-#: src/components/modals/tabs/BetaCodesTab.tsx:212
+#: src/components/modals/tabs/BetaCodesTab.tsx:137
+#: src/components/modals/tabs/BetaCodesTab.tsx:214
msgid "Created:"
msgstr "Създадено:"
@@ -5440,7 +5517,7 @@ msgstr "Колектив на творчески умове"
msgid "Creative Writing Club"
msgstr "Клуб по творческо писане"
-#: src/components/pages/ReportPage.tsx:314
+#: src/components/pages/report/optionDescriptors.ts:86
msgid "Croatia"
msgstr "Хърватия"
@@ -5519,8 +5596,8 @@ msgid "Currently stuck in 1885, appearing offline"
msgstr "В момента заседнал в 1885, изглежда офлайн"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:461
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1023
-#: src/components/bottomsheets/DMBottomSheet.tsx:605
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1047
+#: src/components/bottomsheets/DMBottomSheet.tsx:608
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:305
msgid "Currently: {mutedText}"
msgstr "В момента: {mutedText}"
@@ -5665,7 +5742,7 @@ msgstr "Персонализирането на аватара, банера, а
msgid "Cut"
msgstr "Изрежи"
-#: src/components/pages/ReportPage.tsx:315
+#: src/components/pages/report/optionDescriptors.ts:87
msgid "Cyprus"
msgstr "Кипър"
@@ -5673,7 +5750,7 @@ msgstr "Кипър"
msgid "Czech"
msgstr "Чешки"
-#: src/components/pages/ReportPage.tsx:316
+#: src/components/pages/report/optionDescriptors.ts:88
msgid "Czech Republic"
msgstr "Чехия"
@@ -5746,9 +5823,9 @@ msgstr "Формат на датата"
#: src/components/auth/AuthMinimalRegisterFormCore.tsx:93
#: src/components/auth/AuthRegisterFormCore.tsx:139
-#: src/components/auth/DateOfBirthField.tsx:90
-#: src/components/auth/DateOfBirthField.tsx:124
-#: src/components/auth/DateOfBirthField.tsx:292
+#: src/components/auth/DateOfBirthField.tsx:87
+#: src/components/auth/DateOfBirthField.tsx:121
+#: src/components/auth/DateOfBirthField.tsx:289
#: src/components/auth/MockMinimalRegisterForm.tsx:107
msgid "Date of birth"
msgstr "Дата на раждане"
@@ -5757,8 +5834,7 @@ msgstr "Дата на раждане"
msgid "Date Options"
msgstr "Опции за дата"
-#: src/components/auth/DateOfBirthField.tsx:88
-#: src/components/auth/DateOfBirthField.tsx:155
+#: src/components/auth/DateOfBirthField.tsx:152
#: src/components/auth/MockMinimalRegisterForm.tsx:73
msgid "Day"
msgstr "Ден"
@@ -5817,11 +5893,11 @@ msgstr "Отмени упълномощаването"
msgid "Deauthorize Application"
msgstr "Отмени упълномощаването на приложението"
-#: src/components/modals/components/MobileSettingsView.tsx:369
+#: src/components/modals/components/MobileSettingsView.tsx:364
msgid "Debug"
msgstr "Дебъг"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1267
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1291
#: src/components/uikit/ContextMenu/items/DebugMenuItems.tsx:71
msgid "Debug Channel"
msgstr "Отстрани грешки в канала"
@@ -5844,7 +5920,7 @@ msgstr "Отстрани грешки при участник"
msgid "Debug Message"
msgstr "Отстрани грешки в съобщението"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1275
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1299
#: src/components/uikit/ContextMenu/items/DebugMenuItems.tsx:53
msgid "Debug User"
msgstr "Отстрани грешки при потребител"
@@ -5905,8 +5981,8 @@ msgstr "По подразбиране е изключено на мобилни
#: src/actions/MessageActionCreators.tsx:394
#: src/components/channel/embeds/media/EmbedAudio.tsx:227
#: src/components/channel/embeds/media/MediaContainer.tsx:115
-#: src/components/channel/Messages.tsx:444
-#: src/components/channel/Messages.tsx:524
+#: src/components/channel/Messages.tsx:442
+#: src/components/channel/Messages.tsx:522
#: src/components/channel/MobileMemesPicker.tsx:546
#: src/components/channel/pickers/memes/MemeGridItem.tsx:120
#: src/components/emojis/EmojiListItem.tsx:189
@@ -5923,7 +5999,7 @@ msgstr "По подразбиране е изключено на мобилни
msgid "Delete"
msgstr "Изтрий"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:666
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:680
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:320
msgid "Delete {channelType}"
msgstr "Изтрий {channelType}"
@@ -5987,8 +6063,8 @@ msgstr "Изтрий категория"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:179
#: src/components/bottomsheets/ChannelBottomSheet.tsx:181
#: src/components/bottomsheets/ChannelBottomSheet.tsx:421
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:668
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1224
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:682
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1248
#: src/components/modals/components/DesktopChannelSettingsView.tsx:176
#: src/components/modals/components/MobileChannelSettingsView.tsx:85
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:322
@@ -6021,8 +6097,8 @@ msgstr "Изтрий медия"
#: src/components/channel/MessageActionBar.tsx:804
#: src/components/channel/messageActionMenu.tsx:156
#: src/components/channel/messageActionMenu.tsx:193
-#: src/components/channel/Messages.tsx:441
-#: src/components/channel/Messages.tsx:521
+#: src/components/channel/Messages.tsx:439
+#: src/components/channel/Messages.tsx:519
#: src/components/uikit/ContextMenu/items/MessageMenuItems.tsx:273
msgid "Delete Message"
msgstr "Изтрий съобщение"
@@ -6114,7 +6190,7 @@ msgstr "Отхвърлено е {0} и отказът за {1} е премахн
msgid "Denied {0}."
msgstr "Отхвърлено е {0}."
-#: src/components/pages/ReportPage.tsx:317
+#: src/components/pages/report/optionDescriptors.ts:89
msgid "Denmark"
msgstr "Дания"
@@ -6143,7 +6219,7 @@ msgstr "Опишете стикера"
msgid "Describe what expressions are inside this pack."
msgstr "Опишете какви изрази има в този пакет."
-#: src/components/pages/ReportPage.tsx:946
+#: src/components/pages/report/ReportStepDetails.tsx:225
msgid "Describe what makes the content illegal"
msgstr "Опишете какво прави съдържанието незаконно"
@@ -6205,6 +6281,10 @@ msgstr "Отделен банер"
msgid "details"
msgstr "детайли"
+#: src/components/pages/report/ReportBreadcrumbs.tsx:49
+msgid "Details"
+msgstr "Подробности"
+
#: src/components/modals/AddGuildModal.tsx:150
msgid "Dev Den"
msgstr "Dev Den"
@@ -6274,7 +6354,7 @@ msgstr "Различни размери и брой членове"
msgid "Direct message"
msgstr "Лично съобщение"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:477
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:491
#: src/components/modals/shared/RecipientList.tsx:200
msgid "Direct Message"
msgstr "Лично съобщение"
@@ -6516,8 +6596,8 @@ msgstr "Обсъждане или пропагандиране на незако
#: src/components/layout/app-layout/nagbars/PremiumGracePeriodNagbar.tsx:79
#: src/components/layout/app-layout/nagbars/PremiumOnboardingNagbar.tsx:57
#: src/components/layout/GuildLayout.tsx:106
-#: src/components/modals/GiftAcceptModal.tsx:98
-#: src/components/modals/GiftAcceptModal.tsx:124
+#: src/components/modals/GiftAcceptModal.tsx:105
+#: src/components/modals/GiftAcceptModal.tsx:131
#: src/components/modals/RequiredActionModal.tsx:475
msgid "Dismiss"
msgstr "Отхвърли"
@@ -6562,8 +6642,8 @@ msgstr "Показвайте членовете на ролята поотдел
msgid "Display separator lines between different groups of messages for better visual distinction."
msgstr "Показвайте разделителни линии между различни групи съобщения за по-добро визуално разграничаване."
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:613
-#: src/components/bottomsheets/DMBottomSheet.tsx:315
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:627
+#: src/components/bottomsheets/DMBottomSheet.tsx:317
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:97
#: src/components/uikit/ContextMenu/UserContextMenu.tsx:168
msgid "DM closed"
@@ -6581,7 +6661,7 @@ msgstr "Преглед на ЛП съобщения"
msgid "DM Notifications"
msgstr "Известия за лични съобщения"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1092
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1116
msgid "DM Settings"
msgstr "Настройки за ЛП"
@@ -6662,6 +6742,7 @@ msgstr "Не показвай индикатори за писане в спис
#: src/components/keybinds/KeybindRecorder.tsx:220
#: src/components/modals/GuildNotificationSettingsModal.tsx:347
#: src/components/modals/GuildPrivacySettingsModal.tsx:68
+#: src/components/pages/report/ReportBreadcrumbs.tsx:50
#: src/components/search/HasFilterSheet.tsx:124
#: src/components/search/UserFilterSheet.tsx:149
msgid "Done"
@@ -6843,13 +6924,13 @@ msgstr "Редактиране на прикачен файл"
msgid "Edit attachment form"
msgstr "Формуляр за редактиране на прикачен файл"
-#: src/components/layout/ChannelItem.tsx:630
+#: src/components/layout/ChannelItem.tsx:647
#: src/components/uikit/ContextMenu/items/CategoryMenuItems.tsx:299
msgid "Edit Category"
msgstr "Редактиране на категория"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:416
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1218
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1242
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:300
msgid "Edit Channel"
msgstr "Редактиране на канал"
@@ -6869,8 +6950,8 @@ msgid "Edit global settings like name, description, and icon."
msgstr "Редактирайте глобалните настройки като име, описание и икона."
#: src/components/bottomsheets/ChannelBottomSheet.tsx:284
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1178
-#: src/components/bottomsheets/DMBottomSheet.tsx:461
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1202
+#: src/components/bottomsheets/DMBottomSheet.tsx:463
#: src/components/channel/dm/DMList.tsx:237
#: src/components/channel/dm/GroupDMWelcomeSection.tsx:74
#: src/components/modals/EditGroupBottomSheet.tsx:177
@@ -6883,7 +6964,7 @@ msgstr "Редактиране на група"
msgid "Edit group form"
msgstr "Формуляр за редактиране на група"
-#: src/components/modals/InviteModal.tsx:327
+#: src/components/modals/InviteModal.tsx:324
msgid "Edit invite link"
msgstr "Редактиране на покана"
@@ -6910,10 +6991,10 @@ msgstr "Редактиране на бележка"
msgid "Edit overwrites for roles and members in this channel."
msgstr "Редактирайте презаписванията за роли и членове в този канал."
-#: src/components/modals/UserProfileMobileSheet.tsx:486
-#: src/components/modals/UserProfileModal.tsx:1205
+#: src/components/modals/UserProfileMobileSheet.tsx:490
+#: src/components/modals/UserProfileModal.tsx:1206
#: src/components/pages/YouPage.tsx:123
-#: src/components/popouts/UserAreaPopout.tsx:519
+#: src/components/popouts/UserAreaPopout.tsx:521
#: src/components/popouts/UserProfilePopout.tsx:299
msgid "Edit Profile"
msgstr "Редактиране на профил"
@@ -6966,19 +7047,20 @@ msgstr "Редактиране на планирано съобщение"
#: src/components/auth/AuthLoginCore/AuthLoginEmailPasswordForm.tsx:78
#: src/components/auth/AuthRegisterFormCore.tsx:133
#: src/components/auth/AuthRegisterFormCore.tsx:159
-#: src/components/modals/ClaimAccountModal.tsx:157
+#: src/components/modals/ClaimAccountModal.tsx:159
#: src/components/modals/RequiredActionModal.tsx:185
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:210
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:241
#: src/components/modals/utils/settingsSearchIndex.ts:94
#: src/components/pages/ForgotPasswordPage.tsx:97
+#: src/components/pages/report/ReportBreadcrumbs.tsx:47
msgid "Email"
msgstr "Имейл"
#: src/components/modals/tabs/AccountSecurityTab/AccountTab.tsx:65
#: src/components/modals/tabs/AccountSecurityTab/AccountTab.tsx:91
#: src/components/modals/tabs/ComponentGalleryTab/InputsTab.tsx:107
-#: src/components/pages/ReportPage.tsx:662
+#: src/components/pages/report/ReportStepEmail.tsx:76
msgid "Email Address"
msgstr "Имейл адрес"
@@ -7019,10 +7101,6 @@ msgstr "Изисква се проверка на имейла"
msgid "Email Verification Required"
msgstr "Необходима верификация на имейл"
-#: src/components/pages/ReportPage.tsx:809
-msgid "Email verified"
-msgstr "Имейлът е потвърден"
-
#: src/components/modals/tabs/DeveloperOptionsTab/AccountPremiumTab.tsx:56
msgid "Email Verified Override"
msgstr "Прескача проверката на имейл"
@@ -7108,7 +7186,7 @@ msgid "Emoji names must be at least 2 characters long and can only contain alpha
msgstr "Имената на емоджитата трябва да са поне 2 символа и могат да съдържат само букви, цифри и долни черти. Позволени файлови формати: JPEG, PNG, WebP, GIF. Компресираме изображенията до 128x128 пиксела. Максимален размер: {0} KB на емоджи."
#: src/components/auth/InviteHeader.tsx:140
-#: src/components/channel/InviteEmbed.tsx:197
+#: src/components/channel/InviteEmbed.tsx:199
#: src/components/modals/InviteAcceptModal.tsx:142
#: src/components/modals/tabs/ExpressionPacksTab.tsx:70
msgid "Emoji pack"
@@ -7140,7 +7218,7 @@ msgstr "Емоджито е обновено"
#: src/components/channel/AutocompleteEmoji.tsx:67
#: src/components/channel/textarea/TextareaButtons.tsx:150
-#: src/components/modals/ExpressionPickerSheet.tsx:106
+#: src/components/modals/ExpressionPickerSheet.tsx:93
#: src/components/popouts/ExpressionPickerPopout.tsx:95
msgid "Emojis"
msgstr "Емоджита"
@@ -7343,11 +7421,11 @@ msgstr "Английски"
msgid "English (US)"
msgstr "Английски (САЩ)"
-#: src/components/pages/ReportPage.tsx:429
+#: src/components/pages/ReportPage.tsx:254
msgid "Enter a code in the format ABCD-1234."
msgstr "Въведете код в формата ABCD-1234."
-#: src/components/modals/tabs/GiftInventoryTab.tsx:235
+#: src/components/modals/tabs/GiftInventoryTab.tsx:258
msgid "Enter a gift code to redeem Plutonium for your account."
msgstr "Въведи код за подарък, за да получиш Plutonium за профила си."
@@ -7371,7 +7449,7 @@ msgstr "Въведи код"
msgid "Enter fullscreen"
msgstr "Влез на цял екран"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:255
+#: src/components/modals/tabs/GiftInventoryTab.tsx:278
msgid "Enter gift code..."
msgstr "Въведи код за подарък..."
@@ -7414,7 +7492,7 @@ msgstr "Въведи 6-цифрения код, изпратен на телеф
msgid "Enter the API endpoint of the Fluxer instance you want to connect to."
msgstr "Въведи API крайна точка на Fluxer инстанцията, към която искаш да се свържеш."
-#: src/components/pages/ReportPage.tsx:424
+#: src/components/pages/ReportPage.tsx:249
msgid "Enter the code before continuing."
msgstr "Въведи кода преди да продължиш."
@@ -7430,7 +7508,7 @@ msgstr "Въведи кода, изпратен на текущия ти име
msgid "Enter the code we emailed to your new address."
msgstr "Въведи кода, който изпратихме на новия ти адрес."
-#: src/components/modals/ClaimAccountModal.tsx:190
+#: src/components/modals/ClaimAccountModal.tsx:192
msgid "Enter the code we sent to your email to verify it. Your password will be set once the code is confirmed."
msgstr "Въведи кода, който изпратихме на имейла ти, за да го потвърдим. Паролата ти ще бъде зададена след потвърждението."
@@ -7454,13 +7532,9 @@ msgstr "натисни enter, за да <0><1>запазиш1>0>"
msgid "Enter username"
msgstr "Въведи потребителско име"
-#: src/components/pages/ReportPage.tsx:701
-msgid "Enter Verification Code"
-msgstr "Въведи код за потвърждение"
-
-#: src/components/pages/ReportPage.tsx:638
-msgid "Enter Your Email"
-msgstr "Въведи имейл"
+#: src/components/pages/report/ReportStepVerification.tsx:64
+msgid "Enter verification code"
+msgstr "Въведете код за потвърждение"
#: src/components/pages/ForgotPasswordPage.tsx:87
msgid "Enter your email address and we'll send you a link to reset your password."
@@ -7500,7 +7574,7 @@ msgid "Entrance sound uploaded successfully"
msgstr "Звукът при влизане е качен успешно"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:297
-#: src/components/channel/ChannelSearchResults.tsx:691
+#: src/components/channel/ChannelSearchResults.tsx:660
#: src/components/modals/tabs/ComponentGalleryTab/OverlaysTab.tsx:88
msgid "Error"
msgstr "Грешка"
@@ -7522,7 +7596,7 @@ msgstr "Клавишът Escape излиза от клавиатурен реж
msgid "escape to <0><1>cancel1>0>"
msgstr "натисни escape, за да <0><1>откажеш1>0>"
-#: src/components/pages/ReportPage.tsx:318
+#: src/components/pages/report/optionDescriptors.ts:90
msgid "Estonia"
msgstr "Естония"
@@ -7561,7 +7635,7 @@ msgstr "изключи връзка, вграждане или файл"
msgid "exclude user"
msgstr "изключи потребител"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:95
+#: src/components/modals/components/plutonium/VisionarySection.tsx:104
msgid "Exclusive community"
msgstr "Ексклузивна общност"
@@ -7593,12 +7667,12 @@ msgstr "Разгъни категорията"
msgid "Expiration"
msgstr "Изтичане"
-#: src/components/modals/InviteModal.tsx:281
+#: src/components/modals/InviteModal.tsx:278
msgid "Expire after"
msgstr "Изтича след"
#: src/components/accounts/AccountRow.tsx:162
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:114
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:133
#: src/components/modals/GroupInvitesBottomSheet.tsx:104
msgid "Expired"
msgstr "Изтекло"
@@ -7675,7 +7749,7 @@ msgstr "Пакети изрази"
msgid "Expression Packs are a Plutonium feature"
msgstr "Пакетите изрази са функция на Plutonium"
-#: src/components/modals/ExpressionPickerSheet.tsx:232
+#: src/components/modals/ExpressionPickerSheet.tsx:219
#: src/components/popouts/ExpressionPickerPopout.tsx:193
msgid "Expression picker categories"
msgstr "Категории в избирателя на изрази"
@@ -7700,7 +7774,7 @@ msgstr "Външните връзки могат да бъдат опасни.
msgid "Extra Large"
msgstr "Много голям"
-#: src/components/pages/ReportPage.tsx:297
+#: src/components/pages/report/optionDescriptors.ts:72
#: src/constants/IARConstants.tsx:165
msgid "Extremist Community"
msgstr "Екстремистка общност"
@@ -7749,7 +7823,7 @@ msgstr "Неуспешно копиране на линк за покана"
msgid "Failed to copy to clipboard"
msgstr "Неуспешно копиране в клипборда"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:79
+#: src/components/modals/tabs/GiftInventoryTab.tsx:80
msgid "Failed to copy URL"
msgstr "Неуспешно копиране на URL"
@@ -7794,7 +7868,7 @@ msgid "Failed to delete category"
msgstr "Неуспешно изтриване на категория"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:194
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:681
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:695
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:335
msgid "Failed to delete channel"
msgstr "Неуспешно изтриване на канал"
@@ -7868,7 +7942,7 @@ msgstr "Неуспешно зареждане на банове. Опитай о
msgid "Failed to load emojis"
msgstr "Неуспешно зареждане на емоджита"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:296
+#: src/components/modals/tabs/GiftInventoryTab.tsx:319
msgid "Failed to load gift inventory"
msgstr "Неуспешно зареждане на инвентар с подаръци"
@@ -7894,8 +7968,8 @@ msgstr "Неуспешно зареждане на стикери"
msgid "Failed to load vanity URL. Please try again."
msgstr "Неуспешно зареждане на персонализирания URL. Опитай отново."
-#: src/components/modals/components/PlutoniumContent.tsx:146
-#: src/components/modals/components/PlutoniumContent.tsx:272
+#: src/components/modals/components/PlutoniumContent.tsx:157
+#: src/components/modals/components/PlutoniumContent.tsx:289
msgid "Failed to load Visionary information. Please try again later."
msgstr "Неуспешно зареждане на информация за Visionary. Опитай по-късно."
@@ -7916,19 +7990,19 @@ msgstr "Неуспешно зареждане на твоите общности
msgid "Failed to open customer portal. Please try again."
msgstr "Неуспешно отваряне на клиентския портал. Опитай отново."
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:572
-#: src/components/bottomsheets/DMBottomSheet.tsx:153
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:586
+#: src/components/bottomsheets/DMBottomSheet.tsx:155
#: src/components/channel/dm/DMList.tsx:216
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:121
msgid "Failed to pin DM"
msgstr "Неуспешно закрепване на личен чат"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:572
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:586
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:101
msgid "Failed to pin group"
msgstr "Неуспешно закрепване на група"
-#: src/components/bottomsheets/DMBottomSheet.tsx:153
+#: src/components/bottomsheets/DMBottomSheet.tsx:155
msgid "Failed to pin group DM"
msgstr "Неуспешно закотвяне на групово DM"
@@ -7957,7 +8031,7 @@ msgstr "Неуспешно достигане до инстанция ({status})
msgid "Failed to reactivate subscription. Please try again."
msgstr "Неуспешно реактивиране на абонамента. Опитай отново."
-#: src/components/modals/tabs/GiftInventoryTab.tsx:94
+#: src/components/modals/tabs/GiftInventoryTab.tsx:95
msgid "Failed to redeem gift"
msgstr "Неуспешно осребряване на подарък"
@@ -7998,6 +8072,10 @@ msgstr "Неуспешно премахване от група"
msgid "Failed to remove timeout. Please try again."
msgstr "Неуспешно премахване на ограничение. Опитай отново."
+#: src/components/pages/ReportPage.tsx:236
+msgid "Failed to resend code. Please try again."
+msgstr "Неуспешно повторно изпращане на кода. Моля, опитайте отново."
+
#: src/components/modals/guildTabs/GuildRolesTab.tsx:674
msgid "Failed to reset hoist order"
msgstr "Неуспешно нулиране на реда на издигане"
@@ -8018,7 +8096,7 @@ msgstr "Неуспешно завъртане. Опитай отново."
msgid "Failed to send friend request. Please try again."
msgstr "Неуспешно изпращане на заявка за приятелство. Опитай отново."
-#: src/components/bottomsheets/DMBottomSheet.tsx:262
+#: src/components/bottomsheets/DMBottomSheet.tsx:264
#: src/components/modals/InviteModal.tsx:176
#: src/components/uikit/ContextMenu/items/InviteMenuItems.tsx:111
msgid "Failed to send invite"
@@ -8037,7 +8115,7 @@ msgstr "Неуспешно изпращане на SMS код. Опитай от
msgid "Failed to send theme"
msgstr "Неуспешно изпращане на тема"
-#: src/components/pages/ReportPage.tsx:412
+#: src/components/pages/ReportPage.tsx:234
msgid "Failed to send verification code. Please try again."
msgstr "Неуспешно изпращане на код за потвърждение. Опитай отново."
@@ -8084,19 +8162,19 @@ msgstr "Неуспешен трансфер на собственост. Опи
msgid "Failed to unblock user. Please try again."
msgstr "Неуспешно отблокиране на потребител. Опитай отново."
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:589
-#: src/components/bottomsheets/DMBottomSheet.tsx:170
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:603
+#: src/components/bottomsheets/DMBottomSheet.tsx:172
#: src/components/channel/dm/DMList.tsx:226
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:138
msgid "Failed to unpin DM"
msgstr "Неуспешно откачане на ЛС"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:589
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:603
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:118
msgid "Failed to unpin group"
msgstr "Неуспешно откачане на група"
-#: src/components/bottomsheets/DMBottomSheet.tsx:170
+#: src/components/bottomsheets/DMBottomSheet.tsx:172
msgid "Failed to unpin group DM"
msgstr "Неуспешно откачване на груповото DM"
@@ -8298,7 +8376,7 @@ msgstr "Намери перфектния стикер"
msgid "Fine-tune core colors and fonts for this app. Changes here are stored as custom CSS overrides and sync with the editor below."
msgstr "Тънка настройка на основните цветове и шрифтове за това приложение. Промените тук се съхраняват като персонализирани CSS препокривания и се синхронизират с редактора по-долу."
-#: src/components/pages/ReportPage.tsx:319
+#: src/components/pages/report/optionDescriptors.ts:91
msgid "Finland"
msgstr "Финландия"
@@ -8306,7 +8384,7 @@ msgstr "Финландия"
msgid "Finnish"
msgstr "Финландски"
-#: src/components/pages/ReportPage.tsx:923
+#: src/components/pages/report/ReportStepDetails.tsx:199
msgid "First and last name"
msgstr "Име и фамилия"
@@ -8419,7 +8497,7 @@ msgstr "Fluxer се нуждае от разрешение да следи кл
msgid "Fluxer Partner"
msgstr "Партньор на Fluxer"
-#: src/components/modals/components/PlutoniumContent.tsx:182
+#: src/components/modals/components/PlutoniumContent.tsx:193
#: src/components/modals/PremiumModal.tsx:34
#: src/components/modals/utils/settingsConstants.tsx:147
#: src/components/popouts/UserProfileBadges.tsx:99
@@ -8483,7 +8561,7 @@ msgstr "Храна и напитки"
msgid "Foodie Friends"
msgstr "Приятели гурмани"
-#: src/components/bottomsheets/DMBottomSheet.tsx:660
+#: src/components/bottomsheets/DMBottomSheet.tsx:663
msgid "For 1 hour"
msgstr "За 1 час"
@@ -8497,7 +8575,7 @@ msgstr "За 1 час"
msgid "For 1 Hour"
msgstr "За 1 час"
-#: src/components/bottomsheets/DMBottomSheet.tsx:659
+#: src/components/bottomsheets/DMBottomSheet.tsx:662
#: src/components/popouts/UserAreaPopout.tsx:77
msgid "For 15 minutes"
msgstr "За 15 минути"
@@ -8511,7 +8589,7 @@ msgstr "За 15 минути"
msgid "For 15 Minutes"
msgstr "За 15 минути"
-#: src/components/bottomsheets/DMBottomSheet.tsx:663
+#: src/components/bottomsheets/DMBottomSheet.tsx:666
msgid "For 24 hours"
msgstr "За 24 часа"
@@ -8529,7 +8607,7 @@ msgstr "За 24 часа"
msgid "For 3 days"
msgstr "За 3 дни"
-#: src/components/bottomsheets/DMBottomSheet.tsx:661
+#: src/components/bottomsheets/DMBottomSheet.tsx:664
msgid "For 3 hours"
msgstr "За 3 часа"
@@ -8542,7 +8620,7 @@ msgstr "За 3 часа"
msgid "For 3 Hours"
msgstr "За 3 часа"
-#: src/components/bottomsheets/DMBottomSheet.tsx:662
+#: src/components/bottomsheets/DMBottomSheet.tsx:665
msgid "For 8 hours"
msgstr "За 8 часа"
@@ -8560,7 +8638,7 @@ msgstr "За 8 часа"
msgid "For British eyes only..."
msgstr "Само за британски очи..."
-#: src/components/modals/components/plutonium/PricingSection.tsx:62
+#: src/components/modals/components/plutonium/PricingSection.tsx:68
msgid "For Me"
msgstr "За мен"
@@ -8664,15 +8742,15 @@ msgstr "Принуждава забавения режим да е активе
msgid "Forever"
msgstr "Завинаги"
-#: src/components/modals/components/MobileSettingsView.tsx:300
+#: src/components/modals/components/MobileSettingsView.tsx:295
msgid "Forget"
msgstr "Забрави"
-#: src/components/modals/components/MobileSettingsView.tsx:327
+#: src/components/modals/components/MobileSettingsView.tsx:322
msgid "Forget Push Subscriptions"
msgstr "Забрави push абонаментите"
-#: src/components/modals/components/MobileSettingsView.tsx:294
+#: src/components/modals/components/MobileSettingsView.tsx:289
msgid "Forget push subscriptions?"
msgstr "Да забравим push абонаментите?"
@@ -8729,7 +8807,7 @@ msgstr "Честота на кадрите"
msgid "Frame rates above 30 fps require Plutonium"
msgstr "Честоти над 30 fps изискват Plutonium"
-#: src/components/pages/ReportPage.tsx:320
+#: src/components/pages/report/optionDescriptors.ts:92
msgid "France"
msgstr "Франция"
@@ -8745,8 +8823,8 @@ msgstr "Безплатен потребител (без покупки)"
msgid "Free User (With Purchase History)"
msgstr "Безплатен потребител (с история на покупки)"
-#: src/components/modals/components/PlutoniumContent.tsx:163
-#: src/components/modals/components/PlutoniumContent.tsx:289
+#: src/components/modals/components/PlutoniumContent.tsx:174
+#: src/components/modals/components/PlutoniumContent.tsx:308
msgid "Free vs Plutonium"
msgstr "Безплатно срещу Plutonium"
@@ -8773,12 +8851,13 @@ msgstr "Заявка за приятелство"
msgid "Friend request sent"
msgstr "Заявката за приятелство е изпратена"
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:68
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:250
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:75
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:89
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:271
msgid "Friend Request Sent"
msgstr "Заявка за приятелство изпратена"
-#: src/components/channel/dm/AddFriendForm.tsx:144
+#: src/components/channel/dm/AddFriendForm.tsx:167
msgid "Friend request sent!"
msgstr "Заявката за приятелство е изпратена!"
@@ -8787,7 +8866,7 @@ msgstr "Заявката за приятелство е изпратена!"
msgid "Friend Requests"
msgstr "Заявки за приятелство"
-#: src/components/channel/dm/AddFriendForm.tsx:137
+#: src/components/channel/dm/AddFriendForm.tsx:160
msgid "Friend's FluxerTag"
msgstr "FluxerTag на приятеля"
@@ -8828,9 +8907,10 @@ msgstr "От {0}"
#. placeholder {0}: creator.username
#. placeholder {1}: creator.discriminator
-#: src/components/channel/GiftEmbed.tsx:87
-#: src/components/modals/GiftAcceptModal.tsx:116
-#: src/components/modals/GiftAcceptModal.tsx:143
+#: src/components/channel/GiftEmbed.tsx:93
+#: src/components/modals/GiftAcceptModal.tsx:123
+#: src/components/modals/GiftAcceptModal.tsx:151
+#: src/components/modals/GiftAcceptModal.tsx:186
msgid "From {0}#{1}"
msgstr "От {0}#{1}"
@@ -8850,7 +8930,7 @@ msgstr "От потребител"
msgid "from:"
msgstr "от:"
-#: src/components/pages/ReportPage.tsx:919
+#: src/components/pages/report/ReportStepDetails.tsx:195
msgid "Full Legal Name"
msgstr "Пълно юридическо име"
@@ -8892,7 +8972,7 @@ msgstr "Генерирай покана"
msgid "Generate invite link"
msgstr "Генерирайте линк за покана"
-#: src/components/modals/tabs/BetaCodesTab.tsx:315
+#: src/components/modals/tabs/BetaCodesTab.tsx:340
msgid "Generate up to {MAX_UNCLAIMED_BETA_CODES} unclaimed beta codes to invite friends to Fluxer. You can create 3 codes per week."
msgstr "Генерирайте до {MAX_UNCLAIMED_BETA_CODES} неоткупени бета кода, за да поканите приятели във Fluxer. Можете да създавате по 3 кода на седмица."
@@ -8909,7 +8989,7 @@ msgstr "Географско ограничение"
msgid "German"
msgstr "Немски"
-#: src/components/pages/ReportPage.tsx:321
+#: src/components/pages/report/optionDescriptors.ts:93
msgid "Germany"
msgstr "Германия"
@@ -8991,13 +9071,13 @@ msgstr "Преглед на GIF"
#: src/components/channel/pickers/gif/GifPickerHeader.tsx:40
#: src/components/channel/pickers/memes/MemesPickerHeader.tsx:57
#: src/components/channel/textarea/TextareaButtons.tsx:110
-#: src/components/modals/ExpressionPickerSheet.tsx:68
+#: src/components/modals/ExpressionPickerSheet.tsx:55
#: src/components/popouts/ExpressionPickerPopout.tsx:69
msgid "GIFs"
msgstr "GIF-ове"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:122
-#: src/components/modals/GiftAcceptModal.tsx:163
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:141
+#: src/components/modals/GiftAcceptModal.tsx:206
msgid "Gift"
msgstr "Подарък"
@@ -9030,19 +9110,20 @@ msgstr "Подаръкът вече е използван"
msgid "Gift Already Redeemed"
msgstr "Подаръкът вече е използван"
-#: src/components/channel/GiftEmbed.tsx:94
+#: src/components/channel/GiftEmbed.tsx:105
+#: src/components/channel/GiftEmbed.tsx:109
msgid "Gift Claimed"
msgstr "Подаръкът е заявен"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:246
+#: src/components/modals/tabs/GiftInventoryTab.tsx:269
msgid "Gift code cannot be empty"
msgstr "Кодът за подарък не може да бъде празен"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:243
+#: src/components/modals/tabs/GiftInventoryTab.tsx:266
msgid "Gift code is required"
msgstr "Изисква се код за подарък"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:250
+#: src/components/modals/tabs/GiftInventoryTab.tsx:273
msgid "Gift code is too long"
msgstr "Кодът за подарък е твърде дълъг"
@@ -9070,7 +9151,7 @@ msgstr "Подаръкът не е намерен"
#: src/components/channel/textarea/TextareaButtons.tsx:101
#: src/components/channel/textarea/TextareaButtons.tsx:177
-#: src/components/modals/components/plutonium/GiftSection.tsx:61
+#: src/components/modals/components/plutonium/GiftSection.tsx:67
msgid "Gift Plutonium"
msgstr "Подарете Plutonium"
@@ -9078,23 +9159,23 @@ msgstr "Подарете Plutonium"
msgid "Gift redeemed successfully!"
msgstr "Подаръкът е успешно използван!"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:89
+#: src/components/modals/tabs/GiftInventoryTab.tsx:90
msgid "Gift redeemed successfully! Enjoy your Plutonium!"
msgstr "Подаръкът е успешно използван! Насладете се на вашия Plutonium!"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:53
+#: src/components/modals/components/plutonium/VisionarySection.tsx:58
msgid "gift time"
msgstr "време за подарък"
-#: src/components/channel/GiftEmbed.tsx:151
+#: src/components/channel/GiftEmbed.tsx:162
msgid "Gift Unavailable"
msgstr "Подаръкът е недостъпен"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:132
+#: src/components/modals/tabs/GiftInventoryTab.tsx:133
msgid "Gift URL"
msgstr "URL на подаръка"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:75
+#: src/components/modals/tabs/GiftInventoryTab.tsx:76
msgid "Gift URL copied to clipboard!"
msgstr "URL адресът на подаръка е копиран в клипборда!"
@@ -9126,7 +9207,7 @@ msgstr "Глобалните клавишни комбинации са дост
msgid "Glorification of violence or disturbing imagery"
msgstr "Прославяне на насилие или смущаващи изображения"
-#: src/components/modals/components/MobileSettingsView.tsx:145
+#: src/components/modals/components/MobileSettingsView.tsx:140
#: src/components/modals/shared/MobileSettingsComponents.tsx:43
msgid "Go back"
msgstr "Назад"
@@ -9143,7 +9224,7 @@ msgstr "Върнете се към предишния активен текст
msgid "Go forward in navigation history"
msgstr "Напред в историята на навигацията"
-#: src/components/channel/InviteEmbed.tsx:259
+#: src/components/channel/InviteEmbed.tsx:261
#: src/components/modals/InviteAcceptModal.tsx:100
msgid "Go to Community"
msgstr "Отидете в общността"
@@ -9166,15 +9247,15 @@ msgstr "Отидете към вход"
msgid "Go to message"
msgstr "Отидете до съобщението"
-#: src/components/channel/ChannelSearchResults.tsx:841
+#: src/components/channel/ChannelSearchResults.tsx:809
msgid "Go to page"
msgstr "Отидете на страницата"
-#: src/components/channel/ChannelSearchResults.tsx:808
+#: src/components/channel/ChannelSearchResults.tsx:776
msgid "Go to page {page}"
msgstr "Отидете на страница {page}"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:315
+#: src/components/modals/tabs/GiftInventoryTab.tsx:338
msgid "Go to Plutonium"
msgstr "Отидете към Plutonium"
@@ -9195,7 +9276,7 @@ msgstr "Разбрах"
msgid "Gotcha"
msgstr "Ясно"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:116
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:135
msgid "Grace Period"
msgstr "Грейс период"
@@ -9203,7 +9284,7 @@ msgstr "Грейс период"
msgid "Grace Period (Still Have Access)"
msgstr "Грейс период (все още имате достъп)"
-#: src/components/modals/InviteModal.tsx:301
+#: src/components/modals/InviteModal.tsx:298
msgid "Grant temporary membership"
msgstr "Предоставете временно членство"
@@ -9234,7 +9315,7 @@ msgstr "Голям успех!"
msgid "Great success! You can now close this tab and return to the app."
msgstr "Отличен успех! Сега можеш да затвориш този раздел и да се върнеш в приложението."
-#: src/components/pages/ReportPage.tsx:322
+#: src/components/pages/report/optionDescriptors.ts:94
msgid "Greece"
msgstr "Гърция"
@@ -9263,7 +9344,7 @@ msgstr "Разрешения за добавяне в групов чат"
msgid "Group Chat Permissions"
msgstr "Разрешения за групов чат"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:481
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:495
msgid "Group Direct Message"
msgstr "Групово лично съобщение"
@@ -9272,7 +9353,7 @@ msgid "Group DM"
msgstr "Групово ЛС"
#. placeholder {0}: channel.recipientIds.length + 1
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:772
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:804
msgid "Group DM · {0} members"
msgstr "Групово ЛС · {0} участници"
@@ -9317,12 +9398,12 @@ msgstr "Името на групата не трябва да надвишава
msgid "Group Online Status"
msgstr "Онлайн статус на групата"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:962
-#: src/components/channel/MemberListItem.tsx:102
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:984
+#: src/components/channel/MemberListItem.tsx:109
msgid "Group Owner"
msgstr "Собственик на групата"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1092
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1116
msgid "Group Settings"
msgstr "Настройки на групата"
@@ -9335,11 +9416,11 @@ msgstr "Състояния на писане в групата"
msgid "Group updated"
msgstr "Групата е обновена"
-#: src/components/pages/ReportPage.tsx:893
+#: src/components/pages/report/ReportStepDetails.tsx:167
msgid "Guild (Community) ID"
msgstr "ID на гилдията (общността)"
-#: src/components/pages/ReportPage.tsx:902
+#: src/components/pages/report/ReportStepDetails.tsx:177
msgid "Guild ID is required."
msgstr "Изисква се идентификатор на гилдия."
@@ -9355,13 +9436,13 @@ msgstr "Запис на гилдията"
msgid "Hang on while we check for scheduled messages."
msgstr "Изчакайте, докато проверяваме за планирани съобщения."
-#: src/components/pages/ReportPage.tsx:295
+#: src/components/pages/report/optionDescriptors.ts:70
#: src/constants/IARConstants.tsx:155
msgid "Harassment"
msgstr "Притесняване"
-#: src/components/pages/ReportPage.tsx:262
-#: src/components/pages/ReportPage.tsx:281
+#: src/components/pages/report/optionDescriptors.ts:43
+#: src/components/pages/report/optionDescriptors.ts:59
#: src/constants/IARConstants.tsx:32
#: src/constants/IARConstants.tsx:109
msgid "Harassment or Bullying"
@@ -9383,9 +9464,9 @@ msgstr "Има изключение за направена покупка"
msgid "has:"
msgstr "има:"
-#: src/components/pages/ReportPage.tsx:263
-#: src/components/pages/ReportPage.tsx:282
-#: src/components/pages/ReportPage.tsx:296
+#: src/components/pages/report/optionDescriptors.ts:44
+#: src/components/pages/report/optionDescriptors.ts:60
+#: src/components/pages/report/optionDescriptors.ts:71
#: src/constants/IARConstants.tsx:37
#: src/constants/IARConstants.tsx:114
#: src/constants/IARConstants.tsx:160
@@ -9430,7 +9511,7 @@ msgid "Help Center"
msgstr "Помощен център"
#. placeholder {0}: user.displayName
-#: src/components/layout/app-layout/nagbars/UnclaimedAccountNagbar.tsx:44
+#: src/components/layout/app-layout/nagbars/UnclaimedAccountNagbar.tsx:42
msgid "Hey {0}, claim your account to prevent losing access."
msgstr "Ей {0}, вземи си акаунта, за да не загубиш достъп."
@@ -9654,7 +9735,7 @@ msgstr "https://example.com/callback"
msgid "Hungarian"
msgstr "Унгарски"
-#: src/components/pages/ReportPage.tsx:323
+#: src/components/pages/report/optionDescriptors.ts:95
msgid "Hungary"
msgstr "Унгария"
@@ -9728,8 +9809,8 @@ msgstr "Ако сте получили бета код, можете да го
msgid "If you want to export your data or delete your messages first, please visit the Privacy Dashboard section in User Settings before proceeding."
msgstr "Ако искате първо да експортирате данните си или да изтриете съобщенията си, посетете секцията Табло за поверителност в Потребителски настройки, преди да продължите."
-#: src/components/channel/channel-view/DMChannelView.tsx:301
-#: src/components/channel/dm/DMWelcomeSection.tsx:119
+#: src/components/channel/channel-view/DMChannelView.tsx:302
+#: src/components/channel/dm/DMWelcomeSection.tsx:131
#: src/components/channel/friends/FriendListItem.tsx:145
#: src/components/channel/friends/FriendListItem.tsx:244
#: src/components/channel/friends/MobileFriendRequestItem.tsx:69
@@ -9740,7 +9821,7 @@ msgstr "Игнорирай"
#: src/components/channel/friends/FriendListItem.tsx:143
#: src/components/channel/friends/MobileFriendRequestItem.tsx:67
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:152
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:173
msgid "Ignore Friend Request"
msgstr "Игнорирай заявка за приятелство"
@@ -9749,8 +9830,8 @@ msgstr "Игнорирай заявка за приятелство"
msgid "Ignore per-channel message rate limits."
msgstr "Игнорирай ограниченията за честота на съобщенията в канал."
-#: src/components/pages/ReportPage.tsx:267
-#: src/components/pages/ReportPage.tsx:298
+#: src/components/pages/report/optionDescriptors.ts:48
+#: src/components/pages/report/optionDescriptors.ts:73
#: src/constants/IARConstants.tsx:57
#: src/constants/IARConstants.tsx:170
msgid "Illegal Activity"
@@ -9762,7 +9843,7 @@ msgid "image"
msgstr "изображение"
#: src/components/channel/embeds/media/EmbedGifv.tsx:237
-#: src/components/channel/embeds/media/EmbedImage.tsx:369
+#: src/components/channel/embeds/media/EmbedImage.tsx:374
#: src/components/modals/MediaViewerModal.tsx:362
#: src/components/search/HasFilterSheet.tsx:50
#: src/utils/FavoriteMemeUtils.ts:71
@@ -9783,8 +9864,8 @@ msgstr "Преглед на изображение"
msgid "Images"
msgstr "Изображения"
-#: src/components/pages/ReportPage.tsx:272
-#: src/components/pages/ReportPage.tsx:284
+#: src/components/pages/report/optionDescriptors.ts:53
+#: src/components/pages/report/optionDescriptors.ts:62
#: src/constants/IARConstants.tsx:82
#: src/constants/IARConstants.tsx:124
msgid "Impersonation"
@@ -9839,7 +9920,7 @@ msgstr "след {absWeeks} седмици"
msgid "in {absYears} years"
msgstr "след {absYears} години"
-#: src/components/channel/channel-view/DMChannelView.tsx:275
+#: src/components/channel/channel-view/DMChannelView.tsx:276
msgid "In call"
msgstr "В обаждане"
@@ -9880,7 +9961,7 @@ msgstr "В браузъра Push-to-Talk работи само когато та
msgid "in:"
msgstr "в:"
-#: src/components/pages/ReportPage.tsx:286
+#: src/components/pages/report/optionDescriptors.ts:64
#: src/constants/IARConstants.tsx:134
msgid "Inappropriate Profile"
msgstr "Неподходящ профил"
@@ -9909,7 +9990,7 @@ msgstr "Включи всички споменавания на общностт
msgid "Include audio from your screen in the share"
msgstr "Включи аудио от екрана при споделяне"
-#: src/components/channel/channel-view/DMChannelView.tsx:269
+#: src/components/channel/channel-view/DMChannelView.tsx:270
#: src/components/voice/IncomingCallUI.tsx:263
#: src/components/voice/IncomingCallUI.tsx:286
#: src/components/voice/IncomingCallUI.tsx:324
@@ -9946,11 +10027,11 @@ msgid "Increase app zoom level"
msgstr "Увеличи мащаба на приложението"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:284
-#: src/components/channel/ChannelSearchResults.tsx:679
+#: src/components/channel/ChannelSearchResults.tsx:648
msgid "Indexing Channel"
msgstr "Индексиране на канала"
-#: src/components/channel/ChannelSearchResults.tsx:317
+#: src/components/channel/ChannelSearchResults.tsx:274
msgid "Indexing..."
msgstr "Индексиране..."
@@ -10032,12 +10113,12 @@ msgstr "Входове с икони"
msgid "Insert emoji"
msgstr "Вмъкни емоджи"
-#: src/components/channel/InviteEmbed.tsx:198
+#: src/components/channel/InviteEmbed.tsx:200
#: src/components/modals/InviteAcceptModal.tsx:143
msgid "Install Emoji Pack"
msgstr "Инсталирай пакет емоджита"
-#: src/components/channel/InviteEmbed.tsx:198
+#: src/components/channel/InviteEmbed.tsx:200
#: src/components/modals/InviteAcceptModal.tsx:143
msgid "Install Sticker Pack"
msgstr "Инсталирай пакет стикери"
@@ -10104,7 +10185,7 @@ msgstr "Невалиден подаръчен код"
msgid "Invalid instance response: missing webapp URL."
msgstr "Невалиден отговор от инстанцията: липсва URL на уеб приложението."
-#: src/components/modals/ClaimAccountModal.tsx:108
+#: src/components/modals/ClaimAccountModal.tsx:110
#: src/components/modals/EmailChangeModal.tsx:108
#: src/components/modals/EmailChangeModal.tsx:169
msgid "Invalid or expired code"
@@ -10134,7 +10215,7 @@ msgstr "Инвертиран бутон беше натиснат!"
msgid "Invisible"
msgstr "Невидим"
-#: src/components/modals/InviteModal.tsx:257
+#: src/components/modals/InviteModal.tsx:267
#: src/components/modals/tabs/ExpressionPacksTab.tsx:83
#: src/constants/AuditLogConstants.tsx:239
msgid "Invite"
@@ -10144,7 +10225,7 @@ msgstr "Покана"
msgid "Invite Background"
msgstr "Фон на поканата"
-#: src/components/pages/ReportPage.tsx:908
+#: src/components/pages/report/ReportStepDetails.tsx:183
msgid "Invite Code (optional)"
msgstr "Код за покана (по избор)"
@@ -10170,7 +10251,7 @@ msgstr "Покани приятели"
msgid "Invite friends to {0}"
msgstr "Покани приятели в {0}"
-#: src/components/modals/InviteModal.tsx:317
+#: src/components/modals/InviteModal.tsx:314
msgid "Invite link"
msgstr "Линк за покана"
@@ -10190,7 +10271,7 @@ msgid "Invite Links"
msgstr "Връзки за покана"
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:164
-#: src/components/layout/ChannelItem.tsx:599
+#: src/components/layout/ChannelItem.tsx:616
#: src/components/popouts/GuildHeaderPopout.tsx:178
msgid "Invite Members"
msgstr "Покани членове"
@@ -10218,7 +10299,7 @@ msgid "Invite Page Preview"
msgstr "Преглед на страницата за покана"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:381
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1144
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1168
#: src/components/layout/FavoritesChannelListContent.tsx:305
#: src/components/uikit/ContextMenu/ChannelListContextMenu.tsx:96
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:97
@@ -10236,7 +10317,7 @@ msgstr "Поканата е оттеглена"
msgid "Invite sent for {0}"
msgstr "Покана изпратена за {0}"
-#: src/components/bottomsheets/DMBottomSheet.tsx:256
+#: src/components/bottomsheets/DMBottomSheet.tsx:258
msgid "Invite sent to {guildName}"
msgstr "Поканата е изпратена до {guildName}"
@@ -10249,7 +10330,7 @@ msgid "Invite splash preview"
msgstr "Преглед на splash покана"
#. placeholder {0}: guild.name
-#: src/components/bottomsheets/DMBottomSheet.tsx:499
+#: src/components/bottomsheets/DMBottomSheet.tsx:501
msgid "Invite to {0}"
msgstr "Покани към {0}"
@@ -10257,7 +10338,7 @@ msgstr "Покани към {0}"
msgid "Invite to Community"
msgstr "Покани в общността"
-#: src/components/channel/InviteEmbed.tsx:362
+#: src/components/channel/InviteEmbed.tsx:364
msgid "Invite Unavailable"
msgstr "Покана недостъпна"
@@ -10277,7 +10358,7 @@ msgid "Invited by {0}#{1}"
msgstr "Поканен от {0}#{1}"
#: src/components/auth/InviteHeader.tsx:159
-#: src/components/channel/InviteEmbed.tsx:222
+#: src/components/channel/InviteEmbed.tsx:224
msgid "Invited by {inviterTag}"
msgstr "Поканен от {inviterTag}"
@@ -10290,8 +10371,8 @@ msgid "Inviter:"
msgstr "Поканител:"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:303
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1199
-#: src/components/bottomsheets/DMBottomSheet.tsx:468
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1223
+#: src/components/bottomsheets/DMBottomSheet.tsx:470
#: src/components/channel/dm/DMList.tsx:257
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:145
msgid "Invites"
@@ -10301,11 +10382,11 @@ msgstr "Покани"
msgid "Invites are currently disabled for this community."
msgstr "Поканите в момента са изключени за тази общност."
-#: src/components/modals/InviteModal.tsx:270
+#: src/components/modals/InviteModal.tsx:237
msgid "Invites are currently disabled in this community by an admin. While this invite can be created, it cannot be accepted until invites are re-enabled."
msgstr "Поканите са изключени от администратор в тази общност. Макар че тази покана може да бъде създадена, тя не може да бъде приета, докато поканите не бъдат отново включени."
-#: src/components/layout/guild-list/GuildListItem.tsx:233
+#: src/components/layout/guild-list/GuildListItem.tsx:234
msgid "Invites are currently paused in this community"
msgstr "Поканите в момента са паузирани в тази общност"
@@ -10317,7 +10398,7 @@ msgstr "Поканите са заключени за общности в пре
msgid "Invites disabled"
msgstr "Поканите са изключени"
-#: src/components/channel/InviteEmbed.tsx:257
+#: src/components/channel/InviteEmbed.tsx:259
#: src/components/modals/InviteAcceptModal.tsx:98
msgid "Invites Disabled"
msgstr "Поканите са изключени"
@@ -10343,7 +10424,7 @@ msgstr "Поканите към <0>{0}0> са изключени в момен
msgid "IP address authorized"
msgstr "IP адресът е упълномощен"
-#: src/components/pages/ReportPage.tsx:324
+#: src/components/pages/report/optionDescriptors.ts:96
msgid "Ireland"
msgstr "Ирландия"
@@ -10359,7 +10440,7 @@ msgstr "Тук е истинска писателска фиеста"
msgid "Italian"
msgstr "Италиански"
-#: src/components/pages/ReportPage.tsx:325
+#: src/components/pages/report/optionDescriptors.ts:97
msgid "Italy"
msgstr "Италия"
@@ -10381,16 +10462,16 @@ msgstr "Присъедини се към общност"
msgid "Join a community with stickers to get started!"
msgstr "Присъедини се към общност със стикери, за да започнеш!"
-#: src/components/channel/channel-view/DMChannelView.tsx:315
+#: src/components/channel/channel-view/DMChannelView.tsx:316
msgid "Join call"
msgstr "Присъедини се към обаждането"
-#: src/components/channel/InviteEmbed.tsx:261
-#: src/components/channel/InviteEmbed.tsx:451
+#: src/components/channel/InviteEmbed.tsx:263
+#: src/components/channel/InviteEmbed.tsx:453
#: src/components/layout/guild-list/AddGuildButton.tsx:71
#: src/components/modals/AddGuildModal.tsx:129
#: src/components/modals/AddGuildModal.tsx:410
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:304
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:342
#: src/components/modals/InviteAcceptModal.tsx:102
#: src/components/modals/InviteAcceptModalPreview.tsx:114
msgid "Join Community"
@@ -10400,7 +10481,7 @@ msgstr "Присъедини се към общността"
msgid "Join community form"
msgstr "Формуляр за присъединяване към общност"
-#: src/components/channel/InviteEmbed.tsx:187
+#: src/components/channel/InviteEmbed.tsx:189
msgid "Join Group"
msgstr "Присъедини се към група"
@@ -10416,19 +10497,19 @@ msgstr "Известия за присъединяване"
msgid "Join Operators Community"
msgstr "Присъедини се към общността на операторите"
-#: src/components/channel/CallMessage.tsx:171
+#: src/components/channel/CallMessage.tsx:165
msgid "Join the call"
msgstr "Присъедини се към обаждането"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:122
+#: src/components/channel/ChannelHeader/CallButtons.tsx:159
msgid "Join Video Call"
msgstr "Присъедини се към видеоповикване"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:118
+#: src/components/channel/ChannelHeader/CallButtons.tsx:150
msgid "Join Video Call ({participantCount} participant)"
msgstr "Присъедини се към видео разговор ({participantCount} участник)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:119
+#: src/components/channel/ChannelHeader/CallButtons.tsx:151
msgid "Join Video Call ({participantCount} participants)"
msgstr "Присъедини се към видео разговор ({participantCount} участници)"
@@ -10436,15 +10517,15 @@ msgstr "Присъедини се към видео разговор ({participa
msgid "Join Visionary Community"
msgstr "Присъедини се към общността на виждащите"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:70
+#: src/components/channel/ChannelHeader/CallButtons.tsx:89
msgid "Join Voice Call"
msgstr "Присъедини се към гласово повикване"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:66
+#: src/components/channel/ChannelHeader/CallButtons.tsx:80
msgid "Join Voice Call ({participantCount} participant)"
msgstr "Присъедини се към гласов разговор ({participantCount} участник)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:67
+#: src/components/channel/ChannelHeader/CallButtons.tsx:81
msgid "Join Voice Call ({participantCount} participants)"
msgstr "Присъедини се към гласов разговор ({participantCount} участници)"
@@ -10495,7 +10576,7 @@ msgstr "JPEG, PNG, WebP. Макс. 10MB. Препоръчително: 512×512p
msgid "JPEG, PNG, WebP. Max 10MB. Recommended: 512×512px. Animated avatars (GIF) require <0/>."
msgstr "JPEG, PNG, WebP. Макс. 10MB. Препоръчително: 512×512px. Анимирани аватари (GIF) изискват <0/>."
-#: src/components/channel/ChannelSearchResults.tsx:777
+#: src/components/channel/ChannelSearchResults.tsx:745
#: src/components/pages/MessageListPage.tsx:97
#: src/components/popouts/RecentMentionsContent.tsx:221
#: src/components/popouts/SavedMessagesContent.tsx:102
@@ -10519,11 +10600,11 @@ msgstr "Прескочи до съобщение"
msgid "Jump to Oldest Unread Message"
msgstr "Прескочи до най-старото непрочетено съобщение"
-#: src/components/channel/ChannelSearchResults.tsx:872
+#: src/components/channel/ChannelSearchResults.tsx:840
msgid "Jump to page"
msgstr "Прескочи до страница"
-#: src/components/channel/Messages.tsx:917
+#: src/components/channel/Messages.tsx:915
msgid "Jump to Present"
msgstr "Прескочи до настоящето"
@@ -10612,7 +10693,7 @@ msgid "Keyboard Shortcuts"
msgstr "Клавишни комбинации"
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:344
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:311
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:314
#: src/components/modals/KickMemberModal.tsx:58
#: src/components/modals/UserProfileActionsSheet.tsx:253
msgid "Kick"
@@ -10702,7 +10783,7 @@ msgstr "Закъснение {latency} милисекунди"
msgid "Latency graph"
msgstr "Графика на закъснението"
-#: src/components/pages/ReportPage.tsx:326
+#: src/components/pages/report/optionDescriptors.ts:98
msgid "Latvia"
msgstr "Латвия"
@@ -10729,10 +10810,10 @@ msgstr "Напусни общността"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:248
#: src/components/bottomsheets/ChannelBottomSheet.tsx:250
#: src/components/bottomsheets/ChannelBottomSheet.tsx:314
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1253
-#: src/components/bottomsheets/DMBottomSheet.tsx:337
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1277
#: src/components/bottomsheets/DMBottomSheet.tsx:339
-#: src/components/bottomsheets/DMBottomSheet.tsx:551
+#: src/components/bottomsheets/DMBottomSheet.tsx:341
+#: src/components/bottomsheets/DMBottomSheet.tsx:554
#: src/components/channel/dm/DMList.tsx:265
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:159
#: src/hooks/useLeaveGroup.tsx:42
@@ -10740,27 +10821,27 @@ msgstr "Напусни общността"
msgid "Leave Group"
msgstr "Напусни групата"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:122
+#: src/components/channel/ChannelHeader/CallButtons.tsx:157
msgid "Leave Video Call"
msgstr "Напусни видеоповикването"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:113
+#: src/components/channel/ChannelHeader/CallButtons.tsx:145
msgid "Leave Video Call ({participantCount} participant)"
msgstr "Напусни видео разговора ({participantCount} участник)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:114
+#: src/components/channel/ChannelHeader/CallButtons.tsx:146
msgid "Leave Video Call ({participantCount} participants)"
msgstr "Напусни видео разговора ({participantCount} участници)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:70
+#: src/components/channel/ChannelHeader/CallButtons.tsx:87
msgid "Leave Voice Call"
msgstr "Напусни гласовото повикване"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:61
+#: src/components/channel/ChannelHeader/CallButtons.tsx:75
msgid "Leave Voice Call ({participantCount} participant)"
msgstr "Напусни гласовия разговор ({participantCount} участник)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:62
+#: src/components/channel/ChannelHeader/CallButtons.tsx:76
msgid "Leave Voice Call ({participantCount} participants)"
msgstr "Напусни гласовия разговор ({participantCount} участници)"
@@ -10785,7 +10866,7 @@ msgstr "Подравнено вляво"
msgid "Left community"
msgstr "Напусна общността"
-#: src/components/bottomsheets/DMBottomSheet.tsx:350
+#: src/components/bottomsheets/DMBottomSheet.tsx:352
#: src/hooks/useLeaveGroup.tsx:56
msgid "Left group"
msgstr "Напусна групата"
@@ -10798,7 +10879,7 @@ msgstr "Икона вляво"
msgid "Left Tooltip"
msgstr "Подсказка вляво"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:90
+#: src/components/modals/components/plutonium/VisionarySection.tsx:99
msgid "Let people add you without needing a 4-digit tag"
msgstr "Позволи на хората да те добавят без 4-цифрен таг"
@@ -10810,17 +10891,13 @@ msgstr "Позволи на общността да се модерира сам
msgid "Letters (a-z, A-Z), numbers (0-9), and underscores (_) only"
msgstr "Само букви (a-z, A-Z), цифри (0-9) и долни черти (_)"
-#: src/components/pages/ReportPage.tsx:729
-msgid "Letters and numbers only. You can paste the code—formatting is automatic."
-msgstr "Само букви и цифри. Можете да поставите кода - форматирането е автоматично."
-
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:120
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:139
#: src/components/modals/tabs/DeveloperOptionsTab/AccountPremiumTab.tsx:49
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:371
msgid "Lifetime"
msgstr "Доживотен"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:73
+#: src/components/modals/components/plutonium/VisionarySection.tsx:82
#: src/utils/giftUtils.ts:58
msgid "Lifetime Plutonium"
msgstr "Доживотен Plutonium"
@@ -10838,7 +10915,7 @@ msgid "Liked!"
msgstr "Харесано!"
#. placeholder {0}: formatter.format(visionarySlots.total)
-#: src/components/modals/components/plutonium/VisionarySection.tsx:61
+#: src/components/modals/components/plutonium/VisionarySection.tsx:70
msgid "Limited to {0} users. One-time purchase, lifetime access."
msgstr "Ограничено до {0} потребители. Еднократна покупка, доживотен достъп."
@@ -10856,7 +10933,7 @@ msgstr "Връзка"
msgid "Link channel"
msgstr "Свържи канал"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:530
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:544
#: src/components/uikit/ContextMenu/MediaContextMenu.tsx:145
#: src/components/uikit/ContextMenu/MediaContextMenu.tsx:228
msgid "Link copied to clipboard"
@@ -10902,7 +10979,7 @@ msgstr "Списъци"
msgid "Lists members with this role in their own section in the member list."
msgstr "Показва членовете с тази роля в отделен раздел на списъка с членове."
-#: src/components/pages/ReportPage.tsx:327
+#: src/components/pages/report/optionDescriptors.ts:99
msgid "Lithuania"
msgstr "Литва"
@@ -10934,7 +11011,7 @@ msgstr "Зареждане на забрани..."
msgid "Loading communities..."
msgstr "Зареждане на общности..."
-#: src/components/channel/embeds/media/EmbedImage.tsx:363
+#: src/components/channel/embeds/media/EmbedImage.tsx:368
msgid "Loading image"
msgstr "Зареждане на изображение"
@@ -10947,7 +11024,7 @@ msgid "Loading more..."
msgstr "Зареждане на още..."
#: src/components/channel/embeds/media/EmbedGifv.tsx:493
-#: src/components/channel/embeds/media/EmbedGifv.tsx:721
+#: src/components/channel/embeds/media/EmbedGifv.tsx:745
msgid "Loading placeholder"
msgstr "Зареждане на заместител"
@@ -10971,7 +11048,7 @@ msgstr "Зареждане на тема..."
msgid "Loading verification methods..."
msgstr "Зареждане на методи за потвърждение..."
-#: src/components/channel/embeds/media/EmbedImage.tsx:363
+#: src/components/channel/embeds/media/EmbedImage.tsx:368
msgid "Loading: {alt}"
msgstr "Зареждане: {alt}"
@@ -11021,7 +11098,7 @@ msgid "Log in with a passkey"
msgstr "Влез с ключ за достъп"
#: src/components/modals/components/DesktopSettingsView.tsx:346
-#: src/components/modals/components/MobileSettingsView.tsx:362
+#: src/components/modals/components/MobileSettingsView.tsx:357
#: src/components/pages/PendingVerificationPage.tsx:151
msgid "Log Out"
msgstr "Излез"
@@ -11101,7 +11178,7 @@ msgstr "Ниско"
msgid "Low (480p)"
msgstr "Ниско (480p)"
-#: src/components/pages/ReportPage.tsx:328
+#: src/components/pages/report/optionDescriptors.ts:100
msgid "Luxembourg"
msgstr "Люксембург"
@@ -11114,16 +11191,16 @@ msgstr "Направи собственик на групата"
msgid "Make links to websites stand out more by always underlining them."
msgstr "Направи връзките към сайтове по-отличаващи се, като винаги ги подчертаваш."
-#: src/components/pages/ReportPage.tsx:271
+#: src/components/pages/report/optionDescriptors.ts:52
#: src/constants/IARConstants.tsx:77
msgid "Malicious Links"
msgstr "Зловредни връзки"
-#: src/components/pages/ReportPage.tsx:329
+#: src/components/pages/report/optionDescriptors.ts:101
msgid "Malta"
msgstr "Малта"
-#: src/components/pages/ReportPage.tsx:302
+#: src/components/pages/report/optionDescriptors.ts:77
#: src/constants/IARConstants.tsx:190
msgid "Malware Distribution"
msgstr "Разпространение на злонамерен софтуер"
@@ -11214,7 +11291,7 @@ msgid "Manage slash commands for this application"
msgstr "Управлявай слеш командите за това приложение"
#: src/components/layout/app-layout/nagbars/PremiumGracePeriodNagbar.tsx:83
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:288
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:324
msgid "Manage Subscription"
msgstr "Управление на абонамента"
@@ -11227,7 +11304,7 @@ msgstr "Управлявай имейл адреса, с който влизаш
msgid "Manage Webhooks"
msgstr "Управление на webhook-и"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:100
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:104
msgid "Manage your applications and bots."
msgstr "Управлявай приложенията и ботите си."
@@ -11243,7 +11320,7 @@ msgstr "Управление на вашите подаръци"
msgid "Manage your phone number for SMS two-factor authentication"
msgstr "Управлявай телефонния си номер за SMS двуфакторна автентикация"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:280
+#: src/components/modals/tabs/GiftInventoryTab.tsx:303
msgid "Manage your purchased Plutonium gift codes. Share the gift URL with someone special or redeem it for yourself!"
msgstr "Управлявай закупените Plutonium подаръчни кодове. Сподели URL адреса с някого специален или го използвай сам!"
@@ -11256,8 +11333,8 @@ msgid "Mark as 18+ (NSFW)"
msgstr "Отбележи като 18+ (NSFW)"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:358
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1115
-#: src/components/bottomsheets/DMBottomSheet.tsx:388
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1139
+#: src/components/bottomsheets/DMBottomSheet.tsx:390
#: src/components/channel/NewMessagesBar.tsx:60
#: src/components/uikit/ContextMenu/items/CategoryMenuItems.tsx:81
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:79
@@ -11319,7 +11396,7 @@ msgstr "Markdown"
msgid "Markdown Preview"
msgstr "Предварителен преглед на Markdown"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:516
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:530
msgid "Marked as read"
msgstr "Отбелязано като прочетено"
@@ -11347,7 +11424,7 @@ msgstr "Маркерите под плъзгача"
msgid "Marty_McFly"
msgstr "Marty_McFly"
-#: src/components/modals/ClaimAccountModal.tsx:160
+#: src/components/modals/ClaimAccountModal.tsx:162
#: src/components/modals/EmailChangeModal.tsx:254
msgid "marty@example.com"
msgstr "marty@example.com"
@@ -11356,7 +11433,7 @@ msgstr "marty@example.com"
msgid "Mask Visionary as subscription"
msgstr "Маркирай Visionary като абонамент"
-#: src/components/modals/InviteModal.tsx:291
+#: src/components/modals/InviteModal.tsx:288
msgid "Max number of uses"
msgstr "Максимален брой използвания"
@@ -11393,7 +11470,8 @@ msgstr "Максималното качество за камера е 1080p"
msgid "Maximum quality, requires very fast connection"
msgstr "Максимално качество, изисква много бърза връзка"
-#: src/components/modals/GiftAcceptModal.tsx:151
+#: src/components/modals/GiftAcceptModal.tsx:161
+#: src/components/modals/GiftAcceptModal.tsx:194
msgid "Maybe later"
msgstr "Може по-късно"
@@ -11411,7 +11489,7 @@ msgstr "Измерване..."
#: src/components/channel/AutocompleteEmoji.tsx:154
#: src/components/channel/textarea/TextareaButtons.tsx:122
-#: src/components/modals/ExpressionPickerSheet.tsx:77
+#: src/components/modals/ExpressionPickerSheet.tsx:64
#: src/components/modals/tabs/ChatSettingsTab.tsx:43
#: src/components/modals/tabs/ChatSettingsTab/Inline.tsx:37
#: src/components/modals/utils/settingsConstants.tsx:298
@@ -11504,8 +11582,8 @@ msgstr "Потвърждение на член"
msgid "Member verification level"
msgstr "Ниво на потвърждение на член"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:877
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:913
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:909
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:945
#: src/components/modals/guildTabs/GuildMembersTab.tsx:429
#: src/components/modals/shared/AddOverridePopout.tsx:176
#: src/components/modals/utils/guildSettingsConstants.tsx:157
@@ -11536,7 +11614,7 @@ msgstr "Членове премахнати"
msgid "Members receive notifications for every message"
msgstr "Членовете получават известия за всяко съобщение"
-#: src/components/modals/InviteModal.tsx:302
+#: src/components/modals/InviteModal.tsx:299
msgid "Members will be removed when they go offline unless a role is assigned"
msgstr "Членовете ще бъдат премахнати, когато отидат офлайн, освен ако не им е зададена роля"
@@ -11608,11 +11686,11 @@ msgid "mentions:"
msgstr "споменавания:"
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:234
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:218
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:220
#: src/components/modals/tabs/ComponentGalleryTab/InputsTab.tsx:164
-#: src/components/modals/UserProfileMobileSheet.tsx:497
-#: src/components/modals/UserProfileModal.tsx:1189
-#: src/components/modals/UserProfileModal.tsx:1311
+#: src/components/modals/UserProfileMobileSheet.tsx:501
+#: src/components/modals/UserProfileModal.tsx:1190
+#: src/components/modals/UserProfileModal.tsx:1316
#: src/components/popouts/UserProfilePopout.tsx:289
#: src/components/popouts/UserProfilePopout.tsx:308
#: src/components/profile/ProfilePreview.tsx:292
@@ -11689,7 +11767,7 @@ msgstr "Групиране на съобщения"
msgid "Message is too long"
msgstr "Съобщението е твърде дълго"
-#: src/components/pages/ReportPage.tsx:837
+#: src/components/pages/report/ReportStepDetails.tsx:107
msgid "Message Link"
msgstr "Връзка към съобщение"
@@ -11744,7 +11822,7 @@ msgstr "Съобщения и медия"
msgid "Messages Deleted"
msgstr "Съобщенията са изтрити"
-#: src/components/channel/Messages.tsx:938
+#: src/components/channel/Messages.tsx:936
msgid "Messages failed to load"
msgstr "Неуспешно зареждане на съобщенията"
@@ -11888,22 +11966,21 @@ msgstr "Модерация"
msgid "Monospace font family"
msgstr "Моноширинно семейство шрифтове"
-#: src/components/auth/DateOfBirthField.tsx:87
-#: src/components/auth/DateOfBirthField.tsx:154
+#: src/components/auth/DateOfBirthField.tsx:151
#: src/components/auth/MockMinimalRegisterForm.tsx:68
msgid "Month"
msgstr "Месец"
-#: src/components/modals/components/plutonium/PricingSection.tsx:71
+#: src/components/modals/components/plutonium/PricingSection.tsx:78
msgid "Monthly"
msgstr "Месечно"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:63
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:73
msgid "Monthly {monthlyPrice}"
msgstr "Месечно {monthlyPrice}"
#: src/components/accounts/AccountRow.tsx:178
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:863
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:895
#: src/components/channel/friends/FriendListItem.tsx:229
#: src/components/channel/MessageActionBar.tsx:647
#: src/components/channel/MessageActionBar.tsx:776
@@ -11936,7 +12013,7 @@ msgstr "Още слотове за стикери"
msgid "Most popular"
msgstr "Най-популярно"
-#: src/components/channel/ChannelSearchResults.tsx:225
+#: src/components/channel/ChannelSearchResults.tsx:182
#: src/components/search/SortModeSheet.tsx:53
msgid "Most Relevant"
msgstr "Най-подходящо"
@@ -12015,7 +12092,7 @@ msgstr "Многоезично съдържание"
msgid "Music Lovers"
msgstr "Любители на музиката"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:850
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:882
#: src/components/bottomsheets/VoiceLobbyBottomSheet.tsx:179
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:253
#: src/components/layout/UserArea.tsx:213
@@ -12055,7 +12132,7 @@ msgstr "Заглуши канал"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:400
#: src/components/bottomsheets/ChannelBottomSheet.tsx:452
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1010
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1034
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:171
#: src/components/modals/GuildNotificationSettingsModal.tsx:295
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:168
@@ -12069,9 +12146,9 @@ msgstr "Заглуши канал"
msgid "Mute Community"
msgstr "Заглуши общността"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1012
-#: src/components/bottomsheets/DMBottomSheet.tsx:449
-#: src/components/bottomsheets/DMBottomSheet.tsx:590
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1036
+#: src/components/bottomsheets/DMBottomSheet.tsx:451
+#: src/components/bottomsheets/DMBottomSheet.tsx:593
msgid "Mute Conversation"
msgstr "Заглуши разговора"
@@ -12096,7 +12173,7 @@ msgstr "Заглуши членове"
msgid "Mute User"
msgstr "Заглуши потребител"
-#: src/components/layout/guild-list/GuildListItem.tsx:193
+#: src/components/layout/guild-list/GuildListItem.tsx:194
#: src/components/layout/VoiceStateIcons.tsx:53
#: src/components/voice/VoiceParticipantTile.tsx:897
#: src/utils/ContextMenuUtils.tsx:159
@@ -12105,7 +12182,7 @@ msgstr "Заглушено"
#. placeholder {0}: DateUtils.getFormattedDateTime(new Date(muteConfig.end_time))
#. placeholder {0}: getFormattedDateTime(new Date(muteConfig.end_time))
-#: src/components/layout/guild-list/GuildListItem.tsx:191
+#: src/components/layout/guild-list/GuildListItem.tsx:192
#: src/utils/ContextMenuUtils.tsx:157
msgid "Muted until {0}"
msgstr "Заглушено до {0}"
@@ -12253,7 +12330,7 @@ msgstr "Нужен ли е акаунт?"
msgid "Neighborhood Watch"
msgstr "Наблюдение на квартала"
-#: src/components/pages/ReportPage.tsx:330
+#: src/components/pages/report/optionDescriptors.ts:102
msgid "Netherlands"
msgstr "Нидерландия"
@@ -12261,9 +12338,9 @@ msgstr "Нидерландия"
msgid "Network"
msgstr "Мрежа"
-#: src/components/modals/components/PlutoniumContent.tsx:145
-#: src/components/modals/components/PlutoniumContent.tsx:271
-#: src/components/modals/tabs/BetaCodesTab.tsx:295
+#: src/components/modals/components/PlutoniumContent.tsx:156
+#: src/components/modals/components/PlutoniumContent.tsx:288
+#: src/components/modals/tabs/BetaCodesTab.tsx:320
#: src/components/modals/tabs/DevicesTab.tsx:229
msgid "Network error"
msgstr "Грешка в мрежата"
@@ -12290,7 +12367,7 @@ msgstr "никога не изтича"
#: src/components/channel/Divider.tsx:51
#: src/components/channel/Divider.tsx:60
#: src/components/channel/UnreadDividerSlot.tsx:45
-#: src/components/layout/GuildsLayout.tsx:285
+#: src/components/layout/GuildsLayout.tsx:283
msgid "New"
msgstr "Ново"
@@ -12311,7 +12388,7 @@ msgstr "Нов имейл"
msgid "New email form"
msgstr "Форма за нов имейл"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:902
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:934
msgid "New Group"
msgstr "Нова група"
@@ -12334,7 +12411,7 @@ msgid "new-channel"
msgstr "нов-канал"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:446
-#: src/components/channel/ChannelSearchResults.tsx:223
+#: src/components/channel/ChannelSearchResults.tsx:180
msgid "Newest"
msgstr "Най-нови"
@@ -12394,7 +12471,7 @@ msgstr "Прякорът не трябва да надвишава 32 знака
msgid "Nickname updated"
msgstr "Прякорът е обновен"
-#: src/components/layout/GuildLayout.tsx:392
+#: src/components/layout/GuildLayout.tsx:397
msgid "No accessible channels"
msgstr "Няма достъпни канали"
@@ -12431,7 +12508,7 @@ msgstr "Няма забранени потребители"
msgid "No bans found matching your search."
msgstr "Не са намерени забрани, съвпадащи с търсенето."
-#: src/components/modals/tabs/BetaCodesTab.tsx:365
+#: src/components/modals/tabs/BetaCodesTab.tsx:390
msgid "No beta codes yet"
msgstr "Все още няма бета кодове"
@@ -12471,7 +12548,7 @@ msgstr "Няма налични канали"
msgid "No channels found"
msgstr "Не са намерени канали"
-#: src/components/modals/tabs/BetaCodesTab.tsx:275
+#: src/components/modals/tabs/BetaCodesTab.tsx:279
msgid "No codes remaining. Resets {resetString}"
msgstr "Няма останали кодове. Нулира се {resetString}"
@@ -12484,7 +12561,7 @@ msgid "No community banner"
msgstr "Няма банер на общността"
#: src/components/auth/InviteHeader.tsx:156
-#: src/components/channel/InviteEmbed.tsx:215
+#: src/components/channel/InviteEmbed.tsx:217
#: src/components/modals/InviteAcceptModal.tsx:148
#: src/components/modals/tabs/ExpressionPacksTab.tsx:73
msgid "No description provided."
@@ -12516,7 +12593,7 @@ msgstr "Все още няма приятели"
msgid "No GIFs found"
msgstr "Не са намерени GIF"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:311
+#: src/components/modals/tabs/GiftInventoryTab.tsx:334
msgid "No gifts yet"
msgstr "Все още няма подаръци"
@@ -12656,7 +12733,7 @@ msgid "No results"
msgstr "Няма резултати"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:315
-#: src/components/channel/ChannelSearchResults.tsx:709
+#: src/components/channel/ChannelSearchResults.tsx:678
msgid "No Results"
msgstr "Няма резултати"
@@ -12717,7 +12794,7 @@ msgstr "Няма системен канал"
msgid "No Timer"
msgstr "Без таймер"
-#: src/components/channel/dm/AddFriendForm.tsx:70
+#: src/components/channel/dm/AddFriendForm.tsx:93
msgid "No user found with that FluxerTag."
msgstr "Не е намерен потребител с този FluxerTag."
@@ -12797,7 +12874,7 @@ msgstr "Не сега"
msgid "Not your cup of tea? You can disable this feature anytime."
msgstr "Не е по вкуса ти? Можеш да изключиш тази функция по всяко време."
-#: src/components/modals/UserProfileMobileSheet.tsx:549
+#: src/components/modals/UserProfileMobileSheet.tsx:553
#: src/components/modals/UserProfileModal.tsx:244
#: src/components/modals/UserProfileModal.tsx:248
#: src/components/pages/YouPage.tsx:144
@@ -12813,7 +12890,7 @@ msgstr "Бележка (виждаш само ти)"
msgid "nothing"
msgstr "нищо"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1387
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1411
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:218
#: src/components/modals/GuildNotificationSettingsModal.tsx:95
#: src/components/modals/GuildNotificationSettingsModal.tsx:226
@@ -12835,8 +12912,8 @@ msgid "Notification Overrides"
msgstr "Презаписване на известията"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:405
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1160
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1341
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1184
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1365
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:199
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsButton.tsx:59
#: src/components/modals/GuildNotificationSettingsModal.tsx:162
@@ -12904,17 +12981,17 @@ msgstr "NSFW съдържанието не е разрешено"
msgid "NSFW Gates"
msgstr "NSFW ограничения"
-#: src/components/pages/ReportPage.tsx:266
+#: src/components/pages/report/optionDescriptors.ts:47
#: src/constants/IARConstants.tsx:52
msgid "NSFW Policy Violation"
msgstr "Нарушение на правилата за NSFW съдържание"
#. placeholder {0}: formatter.format(visionarySlots.total)
-#: src/components/modals/components/plutonium/VisionarySection.tsx:82
+#: src/components/modals/components/plutonium/VisionarySection.tsx:91
msgid "Numbered badge (1-{0}) showing your Visionary status"
msgstr "Номериран значка (1-{0}), показваща вашия статус Визионер"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:83
+#: src/components/modals/components/plutonium/VisionarySection.tsx:92
msgid "Numbered badge showing your Visionary status"
msgstr "Номериран бадж, показващ статуса ти Visionary"
@@ -12933,8 +13010,8 @@ msgstr "Обекти"
msgid "Off"
msgstr "Изключено"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:281
-#: src/components/channel/ChannelMembers.tsx:137
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:287
+#: src/components/channel/ChannelMembers.tsx:108
#: src/Constants.tsx:134
#: src/utils/MemberListUtils.ts:150
#: src/utils/MemberListUtils.ts:188
@@ -12962,7 +13039,7 @@ msgid "Okay"
msgstr "Добре"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:446
-#: src/components/channel/ChannelSearchResults.tsx:224
+#: src/components/channel/ChannelSearchResults.tsx:181
msgid "Oldest"
msgstr "Най-старите"
@@ -13020,25 +13097,25 @@ msgstr "Един или повече канали се индексират"
msgid "one second ago"
msgstr "преди една секунда"
-#: src/components/modals/components/plutonium/GiftSection.tsx:71
-#: src/components/modals/components/plutonium/GiftSection.tsx:80
-#: src/components/modals/components/plutonium/PricingSection.tsx:103
-#: src/components/modals/components/plutonium/PricingSection.tsx:112
+#: src/components/modals/components/plutonium/GiftSection.tsx:78
+#: src/components/modals/components/plutonium/GiftSection.tsx:90
+#: src/components/modals/components/plutonium/PricingSection.tsx:118
+#: src/components/modals/components/plutonium/PricingSection.tsx:130
msgid "one-time purchase"
msgstr "еднократна покупка"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:65
+#: src/components/modals/components/plutonium/VisionarySection.tsx:74
msgid "One-time purchase, lifetime access."
msgstr "Еднократна покупка, достъп за цял живот."
-#: src/components/modals/components/plutonium/GiftSection.tsx:89
-#: src/components/modals/components/plutonium/PricingSection.tsx:90
-#: src/components/modals/components/plutonium/PricingSection.tsx:121
+#: src/components/modals/components/plutonium/GiftSection.tsx:102
+#: src/components/modals/components/plutonium/PricingSection.tsx:103
+#: src/components/modals/components/plutonium/PricingSection.tsx:142
msgid "one-time, lifetime"
msgstr "еднократен, пожизнен"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:281
-#: src/components/channel/ChannelMembers.tsx:135
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:285
+#: src/components/channel/ChannelMembers.tsx:106
#: src/components/channel/dm/DMFriendsView.tsx:168
#: src/components/channel/friends/views/FriendsList.tsx:95
#: src/Constants.tsx:130
@@ -13051,7 +13128,7 @@ msgstr "Онлайн"
msgid "Online Status"
msgstr "Онлайн статус"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1382
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1406
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:212
#: src/components/modals/GuildNotificationSettingsModal.tsx:91
#: src/components/modals/GuildNotificationSettingsModal.tsx:281
@@ -13120,11 +13197,11 @@ msgstr "Отвори прозореца за възстановяване на
msgid "Open color picker"
msgstr "Отвори избора на цвят"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1398
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1422
msgid "Open Community Notification Settings"
msgstr "Отвори настройките за известия на общността"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:286
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:322
msgid "Open Customer Portal"
msgstr "Отвори портала за клиенти"
@@ -13293,7 +13370,7 @@ msgstr "Опция три"
msgid "Option Two"
msgstr "Опция две"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:89
+#: src/components/modals/components/plutonium/VisionarySection.tsx:98
msgid "Optional #0000 tag"
msgstr "По избор таг #0000"
@@ -13309,7 +13386,7 @@ msgstr "ИЛИ"
msgid "Or copy the link:"
msgstr "Или копирай връзката:"
-#: src/components/modals/InviteModal.tsx:312
+#: src/components/modals/InviteModal.tsx:309
msgid "or send an invite link to a friend:"
msgstr "или изпрати поканителна връзка на приятел:"
@@ -13325,9 +13402,9 @@ msgstr "Неуспешно зареждане на оригиналното съ
msgid "Original message was deleted"
msgstr "Оригиналното съобщение беше изтрито"
-#: src/components/pages/ReportPage.tsx:273
-#: src/components/pages/ReportPage.tsx:287
-#: src/components/pages/ReportPage.tsx:303
+#: src/components/pages/report/optionDescriptors.ts:54
+#: src/components/pages/report/optionDescriptors.ts:65
+#: src/components/pages/report/optionDescriptors.ts:78
#: src/constants/IARConstants.tsx:87
#: src/constants/IARConstants.tsx:139
#: src/constants/IARConstants.tsx:195
@@ -13463,8 +13540,8 @@ msgstr "Ключовете за достъп изискват подписан m
#: src/components/auth/AuthLoginCore/AuthLoginEmailPasswordForm.tsx:90
#: src/components/auth/AuthRegisterFormCore.tsx:136
#: src/components/auth/AuthRegisterFormCore.tsx:217
-#: src/components/modals/ClaimAccountModal.tsx:168
-#: src/components/modals/ClaimAccountModal.tsx:208
+#: src/components/modals/ClaimAccountModal.tsx:170
+#: src/components/modals/ClaimAccountModal.tsx:210
#: src/components/modals/SudoVerificationModal.tsx:171
#: src/components/modals/SudoVerificationModal.tsx:236
#: src/components/modals/tabs/AccountSecurityTab/AccountTab.tsx:105
@@ -13546,11 +13623,11 @@ msgstr "Хора, които са приятели с вашите прияте
msgid "People who are friends with your friends can call you"
msgstr "Хора, които са приятели с вашите приятели, могат да ви позвънят"
-#: src/components/modals/components/plutonium/PricingSection.tsx:73
+#: src/components/modals/components/plutonium/PricingSection.tsx:80
msgid "per month"
msgstr "на месец"
-#: src/components/modals/components/plutonium/PricingSection.tsx:80
+#: src/components/modals/components/plutonium/PricingSection.tsx:90
msgid "per year"
msgstr "на година"
@@ -13588,8 +13665,8 @@ msgstr "Разрешенията са предоставени"
msgid "Personal notes"
msgstr "Лични бележки"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:479
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:778
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:493
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:810
#: src/components/channel/channel-header/useChannelHeaderData.ts:84
#: src/components/channel/dm/DMList.tsx:708
#: src/components/channel/dm/DMList.tsx:795
@@ -13662,16 +13739,16 @@ msgid "Pick which phone step to show"
msgstr "Изберете коя телефонна стъпка да се покаже"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:336
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1132
-#: src/components/bottomsheets/DMBottomSheet.tsx:483
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1156
+#: src/components/bottomsheets/DMBottomSheet.tsx:485
#: src/components/channel/dm/DMList.tsx:287
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:153
msgid "Pin DM"
msgstr "Закрепване на ЛС"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:295
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1132
-#: src/components/bottomsheets/DMBottomSheet.tsx:483
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1156
+#: src/components/bottomsheets/DMBottomSheet.tsx:485
#: src/components/channel/dm/DMList.tsx:248
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:133
msgid "Pin Group DM"
@@ -13714,20 +13791,20 @@ msgid "Ping: {latency}ms"
msgstr "Пинг: {latency}ms"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:219
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:566
-#: src/components/bottomsheets/DMBottomSheet.tsx:147
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:580
+#: src/components/bottomsheets/DMBottomSheet.tsx:149
#: src/components/channel/dm/DMList.tsx:214
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:115
msgid "Pinned DM"
msgstr "Закрепено ЛС"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:219
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:566
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:580
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:95
msgid "Pinned group"
msgstr "Закрепена група"
-#: src/components/bottomsheets/DMBottomSheet.tsx:147
+#: src/components/bottomsheets/DMBottomSheet.tsx:149
msgid "Pinned group DM"
msgstr "Закрепено групово DM"
@@ -13742,7 +13819,7 @@ msgstr "Закрепени съобщения"
msgid "pinned:"
msgstr "закрепено:"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:886
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:918
msgid "Pins"
msgstr "Закрепвания"
@@ -13789,15 +13866,15 @@ msgstr "Моля, проверете входящата си поща за им
msgid "Please enable Fluxer in System Settings → Privacy & Security → Input Monitoring."
msgstr "Моля, активирайте Fluxer в Системни настройки → Поверителност и сигурност → Наблюдение на входа."
-#: src/components/pages/ReportPage.tsx:396
+#: src/components/pages/ReportPage.tsx:211
msgid "Please enter a valid email address."
msgstr "Моля, въведете валиден имейл адрес."
-#: src/components/channel/dm/AddFriendForm.tsx:74
+#: src/components/channel/dm/AddFriendForm.tsx:97
msgid "Please enter a valid FluxerTag (Username#0000)."
msgstr "Моля, въведете валиден FluxerTag (Потребителско име#0000)."
-#: src/components/pages/ReportPage.tsx:509
+#: src/components/pages/ReportPage.tsx:336
msgid "Please enter a valid message link URL."
msgstr "Моля, въведете валиден URL на връзка за съобщение."
@@ -13809,26 +13886,22 @@ msgstr "Моля, въведете API крайна точка."
msgid "Please fill out the following fields: {fieldList}"
msgstr "Моля, попълнете следните полета: {fieldList}"
-#: src/components/pages/ReportPage.tsx:436
+#: src/components/pages/ReportPage.tsx:261
msgid "Please go back and enter a valid email address."
msgstr "Моля, върнете се и въведете валиден имейл адрес."
-#: src/components/pages/ReportPage.tsx:542
+#: src/components/pages/ReportPage.tsx:369
msgid "Please include the community (guild) ID you are reporting."
msgstr "Моля, включете ID-то на общността (гилдията), за която подавате сигнал."
-#: src/components/pages/ReportPage.tsx:504
+#: src/components/pages/ReportPage.tsx:331
msgid "Please paste the message link you are reporting."
msgstr "Моля, поставете линка към съобщението, за което подавате сигнал."
-#: src/components/pages/ReportPage.tsx:391
+#: src/components/pages/ReportPage.tsx:206
msgid "Please provide an email address."
msgstr "Моля, посочете имейл адрес."
-#: src/components/pages/ReportPage.tsx:801
-msgid "Please provide the details of your report."
-msgstr "Моля, предоставете подробности за доклада си."
-
#: src/components/modals/tabs/ApplicationsTab/ApplicationDetail.tsx:555
msgid "Please retry or go back to the applications list."
msgstr "Моля, опитайте отново или се върнете към списъка с приложения."
@@ -13837,7 +13910,7 @@ msgstr "Моля, опитайте отново или се върнете къ
msgid "Please select a violation category"
msgstr "Моля, изберете категория на нарушение"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:297
+#: src/components/modals/tabs/GiftInventoryTab.tsx:320
msgid "Please try again later."
msgstr "Моля, опитайте отново по-късно."
@@ -13878,7 +13951,7 @@ msgstr "Поверителност на значката Plutonium"
msgid "Plutonium perks"
msgstr "Предимства на Plutonium"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:110
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:129
msgid "Plutonium Subscription"
msgstr "Абонамент Plutonium"
@@ -13886,7 +13959,7 @@ msgstr "Абонамент Plutonium"
msgid "PNG"
msgstr "PNG"
-#: src/components/pages/ReportPage.tsx:331
+#: src/components/pages/report/optionDescriptors.ts:103
msgid "Poland"
msgstr "Полша"
@@ -13903,7 +13976,7 @@ msgstr "анкета"
msgid "Popouts"
msgstr "Отделни прозорци"
-#: src/components/pages/ReportPage.tsx:332
+#: src/components/pages/report/optionDescriptors.ts:104
msgid "Portugal"
msgstr "Португалия"
@@ -13943,11 +14016,11 @@ msgstr "Презаписване на типа Premium"
msgid "Press keys..."
msgstr "Натиснете клавиши..."
-#: src/components/channel/MessageReactions.tsx:121
+#: src/components/channel/MessageReactions.tsx:120
msgid "press to add reaction"
msgstr "натиснете, за да добавите реакция"
-#: src/components/channel/MessageReactions.tsx:121
+#: src/components/channel/MessageReactions.tsx:120
msgid "press to remove reaction"
msgstr "натиснете, за да премахнете реакция"
@@ -14143,15 +14216,15 @@ msgstr "Защитете акаунта си с двуфакторна иден
msgid "Provide any additional context that may help our Safety Team..."
msgstr "Добавете допълнителен контекст, който може да помогне на екипа по безопасност..."
-#: src/components/pages/ReportPage.tsx:882
+#: src/components/pages/report/ReportStepDetails.tsx:156
msgid "Provide at least a user ID or a user tag."
msgstr "Предоставете поне идентификатор на потребител или потребителски таг."
-#: src/components/pages/ReportPage.tsx:527
+#: src/components/pages/ReportPage.tsx:354
msgid "Provide either a user ID or a FluxerTag for the person you are reporting."
msgstr "Посочете потребителско ID или FluxerTag на лицето, за което подавате сигнал."
-#: src/components/pages/ReportPage.tsx:478
+#: src/components/pages/ReportPage.tsx:305
msgid "Provide your full legal name for the declaration."
msgstr "Посочете пълното си официално име за декларацията."
@@ -14163,7 +14236,7 @@ msgstr "Премахнати членове неактивни за {dayCount, p
msgid "Public bot"
msgstr "Публичен бот"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:312
+#: src/components/modals/tabs/GiftInventoryTab.tsx:335
msgid "Purchase a Plutonium gift from the Plutonium tab to share with friends!"
msgstr "Купете подарък Plutonium от раздела Plutonium, за да го споделите с приятели!"
@@ -14171,12 +14244,12 @@ msgstr "Купете подарък Plutonium от раздела Plutonium, з
msgid "Purchase History"
msgstr "История на покупките"
-#: src/components/modals/components/plutonium/PricingSection.tsx:61
+#: src/components/modals/components/plutonium/PricingSection.tsx:67
msgid "Purchase mode"
msgstr "Режим покупка"
#. placeholder {0}: getFormattedShortDate(new Date(gift.created_at))
-#: src/components/modals/tabs/GiftInventoryTab.tsx:119
+#: src/components/modals/tabs/GiftInventoryTab.tsx:120
msgid "Purchased {0}"
msgstr "Закупено {0}"
@@ -14275,7 +14348,7 @@ msgstr "Радио бутоните позволяват избор на едн
msgid "Radio Group"
msgstr "Радио група"
-#: src/components/pages/ReportPage.tsx:300
+#: src/components/pages/report/optionDescriptors.ts:75
#: src/constants/IARConstants.tsx:180
msgid "Raid Coordination"
msgstr "Координация на нападение"
@@ -14310,7 +14383,7 @@ msgid "Reactions"
msgstr "Реакции"
#: src/components/layout/app-layout/nagbars/PremiumExpiredNagbar.tsx:77
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:284
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:320
msgid "Reactivate"
msgstr "Реактивирай"
@@ -14323,15 +14396,15 @@ msgstr "Прочетете историята на съобщенията"
msgid "Read the community's audit log of changes and moderation actions."
msgstr "Прегледайте одитния дневник на общността за промени и модераторски действия."
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:146
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:160
msgid "Read the Documentation (fluxer.dev)"
msgstr "Прочетете документацията (fluxer.dev)"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:52
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:60
msgid "Ready to Buy a Gift?"
msgstr "Готови ли сте да купите подарък?"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:52
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:60
msgid "Ready to Upgrade?"
msgstr "Готови ли сте за ъпгрейд?"
@@ -14388,11 +14461,11 @@ msgstr "Повторно свързване…"
msgid "Record shortcut"
msgstr "Запис на клавишна комбинация"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:269
+#: src/components/modals/tabs/GiftInventoryTab.tsx:292
msgid "Redeem"
msgstr "Осребри"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:232
+#: src/components/modals/tabs/GiftInventoryTab.tsx:255
msgid "Redeem a Gift"
msgstr "Осребри подарък"
@@ -14400,40 +14473,40 @@ msgstr "Осребри подарък"
msgid "Redeem Beta Code"
msgstr "Осребри бета код"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:165
+#: src/components/modals/tabs/GiftInventoryTab.tsx:166
msgid "Redeem for Yourself"
msgstr "Осребри за себе си"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:255
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:281
msgid "Redeem Gift Code"
msgstr "Осребри код за подарък"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:238
+#: src/components/modals/tabs/GiftInventoryTab.tsx:261
msgid "Redeem gift code form"
msgstr "Формуляр за осребряване на код за подарък"
#. placeholder {0}: redeemedBetaCodes.length
-#: src/components/modals/tabs/BetaCodesTab.tsx:349
+#: src/components/modals/tabs/BetaCodesTab.tsx:374
msgid "Redeemed ({0})"
msgstr "Осребрено ({0})"
#. placeholder {0}: getFormattedShortDate(new Date(gift.redeemed_at!))
-#: src/components/modals/tabs/GiftInventoryTab.tsx:117
+#: src/components/modals/tabs/GiftInventoryTab.tsx:118
msgid "Redeemed {0}"
msgstr "Осребрено {0}"
#. placeholder {0}: gift.redeemed_by.username
#. placeholder {1}: gift.redeemed_by.discriminator
-#: src/components/modals/tabs/GiftInventoryTab.tsx:153
+#: src/components/modals/tabs/GiftInventoryTab.tsx:154
msgid "Redeemed by {0}#{1}"
msgstr "Осребрено от {0}#{1}"
-#: src/components/modals/tabs/BetaCodesTab.tsx:54
+#: src/components/modals/tabs/BetaCodesTab.tsx:56
msgid "Redeemer"
msgstr "Осребриващ"
-#: src/components/modals/tabs/BetaCodesTab.tsx:111
-#: src/components/modals/tabs/BetaCodesTab.tsx:188
+#: src/components/modals/tabs/BetaCodesTab.tsx:113
+#: src/components/modals/tabs/BetaCodesTab.tsx:190
msgid "Redeemer:"
msgstr "Осребриващ:"
@@ -14526,7 +14599,7 @@ msgstr "Обикновен бутон"
msgid "Regular button clicked!"
msgstr "Обикновеният бутон беше натиснат!"
-#: src/components/channel/channel-view/DMChannelView.tsx:298
+#: src/components/channel/channel-view/DMChannelView.tsx:299
#: src/components/voice/IncomingCallUI.tsx:310
msgid "Reject"
msgstr "Отхвърли"
@@ -14624,19 +14697,19 @@ msgstr "Премахни звука при влизане"
msgid "Remove filter"
msgstr "Премахни филтъра"
-#: src/components/bottomsheets/DMBottomSheet.tsx:508
-#: src/components/channel/dm/DMWelcomeSection.tsx:132
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:144
+#: src/components/bottomsheets/DMBottomSheet.tsx:510
+#: src/components/channel/dm/DMWelcomeSection.tsx:144
#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:146
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:253
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:148
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:255
#: src/components/modals/UserProfileActionsSheet.tsx:115
#: src/components/modals/UserProfileActionsSheet.tsx:117
#: src/components/modals/UserProfileActionsSheet.tsx:278
-#: src/components/modals/UserProfileMobileSheet.tsx:302
-#: src/components/modals/UserProfileMobileSheet.tsx:304
+#: src/components/modals/UserProfileMobileSheet.tsx:303
+#: src/components/modals/UserProfileMobileSheet.tsx:305
#: src/components/modals/UserProfileModal.tsx:1143
-#: src/components/modals/UserProfileModal.tsx:1228
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:108
+#: src/components/modals/UserProfileModal.tsx:1229
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:129
#: src/utils/RelationshipActionUtils.tsx:113
#: src/utils/RelationshipActionUtils.tsx:115
msgid "Remove Friend"
@@ -14654,8 +14727,8 @@ msgid "Remove from favorites"
msgstr "Премахни от любими"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:370
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1103
-#: src/components/bottomsheets/DMBottomSheet.tsx:400
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1127
+#: src/components/bottomsheets/DMBottomSheet.tsx:402
#: src/components/channel/ChannelHeader.tsx:547
#: src/components/channel/ChannelHeader.tsx:595
#: src/components/channel/ChannelHeader.tsx:600
@@ -14720,7 +14793,7 @@ msgstr "Премахни спойлера"
msgid "Remove sticker"
msgstr "Премахни стикера"
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:285
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:288
#: src/components/modals/RemoveTimeoutModal.tsx:61
#: src/components/modals/RemoveTimeoutModal.tsx:75
#: src/components/modals/TimeoutMemberSheet.tsx:101
@@ -14763,11 +14836,11 @@ msgid "Removed from bookmarks"
msgstr "Премахнато от отметки"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:115
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:541
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:555
msgid "Removed from favorites"
msgstr "Премахнато от любими"
-#: src/components/bottomsheets/DMBottomSheet.tsx:126
+#: src/components/bottomsheets/DMBottomSheet.tsx:128
msgid "Removed from Favorites"
msgstr "Премахнато от любими"
@@ -14891,7 +14964,7 @@ msgstr "Общността беше преименувана на {0}."
msgid "Render all your messages as unknown message type"
msgstr "Показвайте всички ваши съобщения като неизвестен тип съобщение"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:234
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:253
msgid "Renews on <0>{renewalDate}0>."
msgstr "Подновява се на <0>{renewalDate}0>."
@@ -14932,15 +15005,15 @@ msgstr "Отговори"
msgid "Replying to <0>{authorNickname}0>"
msgstr "Отговаряш на <0>{authorNickname}0>"
-#: src/components/pages/ReportPage.tsx:249
+#: src/components/pages/report/optionDescriptors.ts:38
msgid "Report a Community"
msgstr "Докладвай общност"
-#: src/components/pages/ReportPage.tsx:247
+#: src/components/pages/report/optionDescriptors.ts:36
msgid "Report a Message"
msgstr "Докладвай съобщение"
-#: src/components/pages/ReportPage.tsx:248
+#: src/components/pages/report/optionDescriptors.ts:37
msgid "Report a User Profile"
msgstr "Докладвай потребителски профил"
@@ -14949,12 +15022,12 @@ msgstr "Докладвай потребителски профил"
msgid "Report Community"
msgstr "Докладвай общност"
-#: src/components/pages/ReportPage.tsx:801
-msgid "Report Details"
-msgstr "Детайли на доклада"
+#: src/components/pages/report/ReportStepDetails.tsx:74
+msgid "Report details"
+msgstr "Подробности за доклада"
-#: src/components/pages/ReportPage.tsx:241
-#: src/components/pages/ReportPage.tsx:612
+#: src/components/pages/report/ReportStepSelection.tsx:41
+#: src/components/pages/ReportPage.tsx:60
msgid "Report Illegal Content"
msgstr "Докладвай незаконно съдържание"
@@ -14963,33 +15036,24 @@ msgstr "Докладвай незаконно съдържание"
msgid "Report Message"
msgstr "Докладвай съобщение"
-#: src/components/pages/ReportPage.tsx:588
-msgid "Report Submitted"
+#: src/components/pages/report/ReportStepComplete.tsx:36
+msgid "Report submitted"
msgstr "Докладът е подаден"
#: src/components/modals/IARModal.tsx:128
msgid "Report submitted successfully. Our Safety Team will review it shortly."
msgstr "Докладът беше подаден успешно. Екипът по безопасност ще го прегледа скоро."
-#: src/components/pages/ReportPage.tsx:624
-msgid "Report Type"
-msgstr "Тип доклад"
-
#: src/components/modals/IARModal.tsx:84
#: src/components/modals/UserProfileActionsSheet.tsx:289
#: src/components/modals/UserProfileModal.tsx:1157
msgid "Report User"
msgstr "Докладвай потребител"
-#: src/components/pages/ReportPage.tsx:852
+#: src/components/pages/report/ReportStepDetails.tsx:123
msgid "Reported User Tag (optional)"
msgstr "Таг на докладван потребител (по желание)"
-#: src/components/pages/ReportPage.tsx:644
-#: src/components/pages/ReportPage.tsx:804
-msgid "Reporting:"
-msgstr "Докладване:"
-
#: src/components/modals/tabs/PrivacySafetyTab/DataExportTab.tsx:48
#: src/components/modals/tabs/PrivacySafetyTab/DataExportTab.tsx:125
msgid "Request Data Export"
@@ -15050,7 +15114,7 @@ msgstr "Изисква Plutonium"
msgid "Reschedule Message"
msgstr "Пренасрочи съобщението"
-#: src/components/modals/ClaimAccountModal.tsx:222
+#: src/components/modals/ClaimAccountModal.tsx:224
#: src/components/modals/EmailChangeModal.tsx:230
#: src/components/modals/EmailChangeModal.tsx:294
msgid "Resend"
@@ -15064,7 +15128,11 @@ msgstr "Изпрати отново ({newSecondsRemaining}с)"
msgid "Resend ({originalSecondsRemaining}s)"
msgstr "Изпрати отново ({originalSecondsRemaining}с)"
-#: src/components/modals/ClaimAccountModal.tsx:222
+#: src/components/pages/report/ReportStepVerification.tsx:114
+msgid "Resend ({resendCooldownSeconds}s)"
+msgstr "Повтори изпращането ({resendCooldownSeconds}s)"
+
+#: src/components/modals/ClaimAccountModal.tsx:224
msgid "Resend ({resendSecondsRemaining}s)"
msgstr "Изпрати отново ({resendSecondsRemaining}с)"
@@ -15072,7 +15140,7 @@ msgstr "Изпрати отново ({resendSecondsRemaining}с)"
msgid "Resend Button Loading"
msgstr "Зареждане на бутона за повторно изпращане"
-#: src/components/pages/ReportPage.tsx:761
+#: src/components/pages/report/ReportStepVerification.tsx:116
msgid "Resend code"
msgstr "Изпратете кода отново"
@@ -15097,7 +15165,7 @@ msgid "Resent"
msgstr "Изпратено отново"
#: src/components/keybinds/KeybindRecorder.tsx:215
-#: src/components/modals/components/MobileSettingsView.tsx:128
+#: src/components/modals/components/MobileSettingsView.tsx:123
#: src/components/modals/components/SettingsModalHeader.tsx:81
#: src/components/modals/ImageCropModal.tsx:977
#: src/components/modals/tabs/KeybindsTab.tsx:154
@@ -15173,8 +15241,8 @@ msgstr "Върни на пълен екран"
msgid "Restore maximized"
msgstr "Върни максимизиран режим"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:280
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:282
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:316
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:318
msgid "Resubscribe"
msgstr "Абонирай се отново"
@@ -15189,11 +15257,11 @@ msgstr "Абонирай се отново"
#: src/components/modals/guildTabs/GuildStickersTab.tsx:211
#: src/components/modals/guildTabs/GuildWebhooksTab.tsx:137
#: src/components/modals/tabs/ApplicationsTab/ApplicationDetail.tsx:559
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:108
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:112
#: src/components/modals/tabs/AuthorizedAppsTab.tsx:121
-#: src/components/modals/tabs/BetaCodesTab.tsx:301
+#: src/components/modals/tabs/BetaCodesTab.tsx:326
#: src/components/modals/tabs/DevicesTab.tsx:231
-#: src/components/modals/tabs/GiftInventoryTab.tsx:300
+#: src/components/modals/tabs/GiftInventoryTab.tsx:323
msgid "Retry"
msgstr "Опитай отново"
@@ -15244,8 +15312,8 @@ msgstr "Прегледай какво иска това приложение, п
#: src/components/invites/InviteListItem.tsx:217
#: src/components/modals/GroupInvitesBottomSheet.tsx:78
#: src/components/modals/GroupInvitesModal.tsx:76
-#: src/components/modals/tabs/BetaCodesTab.tsx:143
-#: src/components/modals/tabs/BetaCodesTab.tsx:220
+#: src/components/modals/tabs/BetaCodesTab.tsx:145
+#: src/components/modals/tabs/BetaCodesTab.tsx:222
msgid "Revoke"
msgstr "Отмени"
@@ -15369,7 +15437,7 @@ msgstr "Роли и разрешения"
msgid "Roles updated successfully"
msgstr "Ролите бяха обновени успешно"
-#: src/components/pages/ReportPage.tsx:333
+#: src/components/pages/report/optionDescriptors.ts:105
msgid "Romania"
msgstr "Румъния"
@@ -15423,7 +15491,7 @@ msgstr "Наситеност"
#: src/components/modals/AddFavoriteMemeModal.tsx:102
#: src/components/modals/AttachmentEditModal.tsx:90
#: src/components/modals/BaseChangeNicknameModal.tsx:115
-#: src/components/modals/components/MobileSettingsView.tsx:131
+#: src/components/modals/components/MobileSettingsView.tsx:126
#: src/components/modals/CustomStatusBottomSheet.tsx:231
#: src/components/modals/CustomStatusModal.tsx:362
#: src/components/modals/EditFavoriteMemeModal.tsx:88
@@ -15438,9 +15506,9 @@ msgstr "Наситеност"
msgid "Save"
msgstr "Запази"
-#: src/components/modals/components/plutonium/GiftSection.tsx:72
-#: src/components/modals/components/plutonium/PricingSection.tsx:81
-#: src/components/modals/components/plutonium/PricingSection.tsx:104
+#: src/components/modals/components/plutonium/GiftSection.tsx:79
+#: src/components/modals/components/plutonium/PricingSection.tsx:91
+#: src/components/modals/components/plutonium/PricingSection.tsx:119
msgid "Save 17%"
msgstr "Спести 17%"
@@ -15600,8 +15668,8 @@ msgstr "Превърти чата надолу"
msgid "Scroll Chat Up"
msgstr "Превърти чата нагоре"
-#: src/components/modals/components/plutonium/GiftSection.tsx:103
-#: src/components/modals/components/plutonium/PricingSection.tsx:138
+#: src/components/modals/components/plutonium/GiftSection.tsx:117
+#: src/components/modals/components/plutonium/PricingSection.tsx:160
msgid "Scroll down to view all the sweet perks you get with Plutonium"
msgstr "Превърти надолу, за да видиш всички сладки предимства, които получаваш с Plutonium"
@@ -15613,11 +15681,11 @@ msgstr "Превърти историята на чата надолу"
msgid "Scroll the chat history up"
msgstr "Превърти историята на чата нагоре"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:857
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:889
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:400
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:460
#: src/components/channel/ChannelHeader.tsx:586
-#: src/components/channel/shared/PickerSearchInput.tsx:204
+#: src/components/channel/shared/PickerSearchInput.tsx:203
#: src/components/modals/tabs/ComponentGalleryTab/InputsTab.tsx:126
#: src/stores/KeybindStore.ts:414
#: src/utils/quick-switcher/QuickSwitcherModalUtils.tsx:86
@@ -15674,7 +15742,7 @@ msgstr "Търси канали, хора или общности"
#: src/components/common/FriendSelector.tsx:196
#: src/components/modals/AddFriendsToGroupModal.tsx:53
#: src/components/modals/CreateDMModal.tsx:68
-#: src/components/modals/InviteModal.tsx:237
+#: src/components/modals/InviteModal.tsx:248
#: src/components/modals/shared/RecipientList.tsx:177
#: src/components/modals/ShareThemeModal.tsx:144
msgid "Search friends"
@@ -15718,7 +15786,7 @@ msgstr "Търси чакащи заявки"
msgid "Search Permissions..."
msgstr "Търси разрешения..."
-#: src/components/channel/ChannelSearchResults.tsx:321
+#: src/components/channel/ChannelSearchResults.tsx:278
#: src/components/modals/components/DesktopSettingsView.tsx:360
msgid "Search Results"
msgstr "Резултати от търсенето"
@@ -15737,7 +15805,7 @@ msgid "Search scope"
msgstr "Обхват на търсене"
#. placeholder {0}: activeScopeOption.label
-#: src/components/channel/ChannelSearchResults.tsx:1052
+#: src/components/channel/ChannelSearchResults.tsx:1031
#: src/components/channel/MessageSearchBar/MessageSearchBar.tsx:378
msgid "Search scope: {0}"
msgstr "Обхват на търсене: {0}"
@@ -15767,7 +15835,7 @@ msgstr "Търси потребители"
msgid "Search within the current view"
msgstr "Търси в текущия изглед"
-#: src/components/channel/ChannelSearchResults.tsx:319
+#: src/components/channel/ChannelSearchResults.tsx:276
msgid "Searching..."
msgstr "Търсене..."
@@ -15848,9 +15916,9 @@ msgstr "Виж как изглежда поканата ти за посетит
msgid "Select"
msgstr "Избери"
-#: src/components/pages/ReportPage.tsx:261
-#: src/components/pages/ReportPage.tsx:280
-#: src/components/pages/ReportPage.tsx:294
+#: src/components/pages/report/optionDescriptors.ts:42
+#: src/components/pages/report/optionDescriptors.ts:58
+#: src/components/pages/report/optionDescriptors.ts:69
msgid "Select a category"
msgstr "Изберете категория"
@@ -15871,7 +15939,7 @@ msgstr "Избери общност"
msgid "Select a community where you have <0>Manage Community0> permissions."
msgstr "Избери общност, в която имаш разрешения <0>Управлявай общността0>."
-#: src/components/pages/ReportPage.tsx:310
+#: src/components/pages/report/optionDescriptors.ts:82
msgid "Select a country"
msgstr "Изберете държава"
@@ -15887,7 +15955,7 @@ msgstr "Избери сценарий за прилагане..."
msgid "Select a verification method."
msgstr "Избери метод за проверка."
-#: src/components/pages/ReportPage.tsx:473
+#: src/components/pages/ReportPage.tsx:300
msgid "Select a violation category."
msgstr "Изберете категория на нарушението."
@@ -15958,11 +16026,15 @@ msgstr "Избери екран или прозорец"
msgid "Select the account you want to sign in with on the desktop app."
msgstr "Избери акаунта, с който искаш да влезеш в десктоп приложението."
+#: src/components/pages/report/ReportStepSelection.tsx:44
+msgid "Select what you want to report."
+msgstr "Изберете какво искате да докладвате."
+
#: src/components/modals/utils/settingsSearchIndex.ts:460
msgid "Select your camera"
msgstr "Избери камерата си"
-#: src/components/pages/ReportPage.tsx:483
+#: src/components/pages/ReportPage.tsx:310
msgid "Select your country of residence."
msgstr "Избери държавата си на пребиваване."
@@ -15986,7 +16058,7 @@ msgstr "Избери..."
msgid "Selections"
msgstr "Избори"
-#: src/components/pages/ReportPage.tsx:269
+#: src/components/pages/report/optionDescriptors.ts:50
#: src/constants/IARConstants.tsx:67
msgid "Self-Harm or Suicide"
msgstr "Самонараняване или самоубийство"
@@ -16035,7 +16107,7 @@ msgstr "Изпрати действие като съобщение (в курс
msgid "Send an SMS code first."
msgstr "Първо изпрати SMS код."
-#: src/components/modals/ClaimAccountModal.tsx:182
+#: src/components/modals/ClaimAccountModal.tsx:184
#: src/components/modals/EmailChangeModal.tsx:265
#: src/components/modals/PhoneAddModal.tsx:206
msgid "Send code"
@@ -16045,9 +16117,9 @@ msgstr "Изпрати код"
msgid "Send Code"
msgstr "Изпрати код"
-#: src/components/channel/dm/DMWelcomeSection.tsx:109
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:269
-#: src/components/modals/UserProfileModal.tsx:1288
+#: src/components/channel/dm/DMWelcomeSection.tsx:112
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:272
+#: src/components/modals/UserProfileModal.tsx:1290
msgid "Send Friend Request"
msgstr "Изпрати заявка за приятелство"
@@ -16073,7 +16145,7 @@ msgstr "Изпращай съобщения"
msgid "Send Messages"
msgstr "Изпращай съобщения"
-#: src/components/channel/dm/AddFriendForm.tsx:119
+#: src/components/channel/dm/AddFriendForm.tsx:142
msgid "Send Request"
msgstr "Изпрати заявка"
@@ -16097,11 +16169,11 @@ msgstr "Изпращай текстови съобщения чрез говор
msgid "Send TTS Messages"
msgstr "Изпращай TTS съобщения"
-#: src/components/pages/ReportPage.tsx:676
+#: src/components/pages/report/ReportStepEmail.tsx:92
msgid "Send Verification Code"
msgstr "Изпрати код за проверка"
-#: src/components/modals/InviteModal.tsx:258
+#: src/components/modals/InviteModal.tsx:268
#: src/components/modals/shared/RecipientList.tsx:223
#: src/components/modals/ShareThemeModal.tsx:162
msgid "Sent"
@@ -16128,7 +16200,7 @@ msgstr "Сесията е изтекла. Моля, влез отново."
msgid "Set a custom invite URL for your community."
msgstr "Задай персонализиран URL за покана за общността си."
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:401
+#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:361
#: src/components/modals/StatusChangeBottomSheet.tsx:171
#: src/components/popouts/UserAreaPopout.tsx:444
msgid "Set a custom status"
@@ -16336,7 +16408,7 @@ msgid "Set your timezone"
msgstr "Задай часовата си зона"
#: src/components/bottomsheets/VoiceLobbyBottomSheet.tsx:220
-#: src/components/modals/components/MobileSettingsView.tsx:531
+#: src/components/modals/components/MobileSettingsView.tsx:485
#: src/components/modals/tabs/ComponentGalleryTab/ButtonsTab.tsx:150
#: src/components/modals/tabs/ComponentGalleryTab/ButtonsTab.tsx:221
#: src/components/modals/tabs/ComponentGalleryTab/index.tsx:94
@@ -16383,7 +16455,11 @@ msgstr "Действие за споделяне!"
msgid "Share Audio"
msgstr "Сподели аудио"
-#: src/components/modals/components/plutonium/GiftSection.tsx:63
+#: src/components/pages/report/ReportStepDetails.tsx:77
+msgid "Share only what's needed to help our team assess the content."
+msgstr "Споделете само това, което е необходимо, за да помогнете на екипа ни да оцени съдържанието."
+
+#: src/components/modals/components/plutonium/GiftSection.tsx:69
msgid "Share the Plutonium experience with your friends by purchasing a gift subscription."
msgstr "Сподели преживяването с Plutonium с приятелите си, като купиш подаръчна абонамент."
@@ -16417,7 +16493,7 @@ msgstr "Сподели темата си"
msgid "Shared theme"
msgstr "Споделена тема"
-#: src/components/pages/ReportPage.tsx:268
+#: src/components/pages/report/optionDescriptors.ts:49
#: src/constants/IARConstants.tsx:62
msgid "Sharing Personal Information"
msgstr "Споделяне на лична информация"
@@ -16797,11 +16873,11 @@ msgstr "Плъзгач със стъпкови стойности"
msgid "Sliders"
msgstr "Плъзгачи"
-#: src/components/pages/ReportPage.tsx:334
+#: src/components/pages/report/optionDescriptors.ts:106
msgid "Slovakia"
msgstr "Словакия"
-#: src/components/pages/ReportPage.tsx:335
+#: src/components/pages/report/optionDescriptors.ts:107
msgid "Slovenia"
msgstr "Словения"
@@ -16952,7 +17028,8 @@ msgstr "Нещо се обърка и приложението се срина.
msgid "Something went wrong while loading the audit log."
msgstr "Нещо се обърка при зареждане на регистъра на одитите."
-#: src/components/pages/ReportPage.tsx:563
+#: src/components/pages/ReportPage.tsx:103
+#: src/components/pages/ReportPage.tsx:395
msgid "Something went wrong while submitting the report. Please try again."
msgstr "Нещо се обърка при изпращане на доклада. Моля, опитай отново."
@@ -16969,7 +17046,7 @@ msgid "Sort"
msgstr "Подреди"
#. placeholder {0}: activeSortOption.label
-#: src/components/channel/ChannelSearchResults.tsx:1063
+#: src/components/channel/ChannelSearchResults.tsx:1042
msgid "Sort mode: {0}"
msgstr "Режим на сортиране: {0}"
@@ -17008,21 +17085,21 @@ msgstr "Разстояние между групите съобщения"
msgid "Spacious layout with clear visual separation between messages."
msgstr "Просторен дизайн с ясна визуална разделителна линия между съобщенията."
-#: src/components/pages/ReportPage.tsx:336
+#: src/components/pages/report/optionDescriptors.ts:108
msgid "Spain"
msgstr "Испания"
-#: src/components/pages/ReportPage.tsx:283
+#: src/components/pages/report/optionDescriptors.ts:61
#: src/constants/IARConstants.tsx:119
msgid "Spam Account"
msgstr "Спам акаунт"
-#: src/components/pages/ReportPage.tsx:265
+#: src/components/pages/report/optionDescriptors.ts:46
#: src/constants/IARConstants.tsx:47
msgid "Spam or Scam"
msgstr "Спам или измама"
-#: src/components/pages/ReportPage.tsx:301
+#: src/components/pages/report/optionDescriptors.ts:76
#: src/constants/IARConstants.tsx:185
msgid "Spam or Scam Community"
msgstr "Общност за спам или измами"
@@ -17141,9 +17218,9 @@ msgstr "Започни създаването на персонализиран
msgid "Start Mic Test"
msgstr "Стартирай тест на микрофона"
-#: src/components/pages/ReportPage.tsx:687
-#: src/components/pages/ReportPage.tsx:771
-#: src/components/pages/ReportPage.tsx:964
+#: src/components/pages/report/ReportStepDetails.tsx:252
+#: src/components/pages/report/ReportStepEmail.tsx:103
+#: src/components/pages/report/ReportStepVerification.tsx:132
msgid "Start over"
msgstr "Започни отначало"
@@ -17151,13 +17228,13 @@ msgstr "Започни отначало"
msgid "Start Sharing"
msgstr "Започни споделяне"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:122
+#: src/components/channel/ChannelHeader/CallButtons.tsx:160
#: src/components/modals/UserProfileModal.tsx:1109
#: src/components/uikit/ContextMenu/items/CallMenuItems.tsx:91
msgid "Start Video Call"
msgstr "Започни видеоповикване"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:70
+#: src/components/channel/ChannelHeader/CallButtons.tsx:90
#: src/components/modals/UserProfileModal.tsx:1100
#: src/components/uikit/ContextMenu/items/CallMenuItems.tsx:60
msgid "Start Voice Call"
@@ -17182,9 +17259,21 @@ msgstr "Индикатори за статус"
msgid "Status Slate"
msgstr "Панел със статус"
-#: src/components/pages/ReportPage.tsx:574
-msgid "Step {stepNumber} of {FLOW_TOTAL_STEPS}"
-msgstr "Стъпка {stepNumber} от {FLOW_TOTAL_STEPS}"
+#: src/components/pages/report/ReportStepSelection.tsx:38
+msgid "Step 1"
+msgstr "Стъпка 1"
+
+#: src/components/pages/report/ReportStepEmail.tsx:51
+msgid "Step 2"
+msgstr "Стъпка 2"
+
+#: src/components/pages/report/ReportStepVerification.tsx:61
+msgid "Step 3"
+msgstr "Стъпка 3"
+
+#: src/components/pages/report/ReportStepDetails.tsx:71
+msgid "Step 4"
+msgstr "Стъпка 4"
#: src/utils/SystemMessageUtils.tsx:45
msgid "Step in, {username}! No paradoxes here; we're all friends."
@@ -17229,7 +17318,7 @@ msgid "Sticker density"
msgstr "Плътност на стикерите"
#: src/components/auth/InviteHeader.tsx:140
-#: src/components/channel/InviteEmbed.tsx:197
+#: src/components/channel/InviteEmbed.tsx:199
#: src/components/modals/InviteAcceptModal.tsx:142
#: src/components/modals/tabs/ExpressionPacksTab.tsx:70
msgid "Sticker pack"
@@ -17261,7 +17350,7 @@ msgstr "Стикерът е обновен"
#: src/components/channel/AutocompleteEmoji.tsx:111
#: src/components/channel/textarea/TextareaButtons.tsx:134
-#: src/components/modals/ExpressionPickerSheet.tsx:86
+#: src/components/modals/ExpressionPickerSheet.tsx:73
#: src/components/popouts/ExpressionPickerPopout.tsx:79
msgid "Stickers"
msgstr "Стикери"
@@ -17330,11 +17419,11 @@ msgstr "Учебен салон"
msgid "Style Variations"
msgstr "Вариации на стил"
-#: src/components/pages/ReportPage.tsx:601
+#: src/components/pages/report/ReportStepComplete.tsx:41
msgid "Submit another report"
msgstr "Подайте още един доклад"
-#: src/components/pages/ReportPage.tsx:958
+#: src/components/pages/report/ReportStepDetails.tsx:240
msgid "Submit DSA Report"
msgstr "Подай DSA доклад"
@@ -17346,7 +17435,7 @@ msgstr "Подай доклад"
msgid "Submitting"
msgstr "Изпращане"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:53
+#: src/components/modals/components/plutonium/VisionarySection.tsx:58
msgid "subscription"
msgstr "абонамент"
@@ -17464,7 +17553,7 @@ msgstr "Скрий вграждания"
msgid "Swap text to reverify variants"
msgstr "Смени текста, за да потвърдиш вариантите отново"
-#: src/components/pages/ReportPage.tsx:337
+#: src/components/pages/report/optionDescriptors.ts:109
msgid "Sweden"
msgstr "Швеция"
@@ -17476,7 +17565,7 @@ msgstr "Шведски"
msgid "Switch account"
msgstr "Смени акаунт"
-#: src/components/popouts/UserAreaPopout.tsx:497
+#: src/components/popouts/UserAreaPopout.tsx:499
msgid "Switch Accounts"
msgstr "Смени акаунти"
@@ -17649,8 +17738,8 @@ msgstr "Текст (NSFW)"
msgid "Text channel"
msgstr "Текстов канал"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:473
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:662
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:487
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:676
#: src/components/channel/channel-header/useChannelHeaderData.ts:96
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:314
msgid "Text Channel"
@@ -17677,19 +17766,19 @@ msgstr "Текстово поле"
msgid "Thai"
msgstr "Тайландски"
-#: src/components/pages/ReportPage.tsx:589
-msgid "Thank you for filing a report. We'll review it as soon as possible."
-msgstr "Благодарим ви, че подадохте доклад. Ще го прегледаме възможно най-скоро."
-
#: src/components/modals/IARModal.tsx:187
msgid "Thank you for helping keep Fluxer safe. Reports are reviewed by our Safety Team. False reports may result in action against your account."
msgstr "Благодарим ти, че помагаш Fluxer да бъде безопасен. Докладите се преглеждат от нашия екип за безопасност. Фалшивите доклади могат да доведат до действия срещу акаунта ти."
+#: src/components/pages/report/ReportStepComplete.tsx:37
+msgid "Thank you for helping keep Fluxer safe. We'll review your report as soon as possible."
+msgstr "Благодарим ви, че помагате за безопасността на Fluxer. Ще прегледаме вашия доклад възможно най-скоро."
+
#: src/components/form/ColorPickerField.tsx:274
msgid "That doesn't look like a valid color. Try hex, rgb(), hsl(), or a CSS color name."
msgstr "Това не изглежда като валиден цвят. Опитай hex, rgb(), hsl() или CSS име на цвят."
-#: src/components/pages/ReportPage.tsx:846
+#: src/components/pages/report/ReportStepDetails.tsx:117
msgid "That doesn't look like a valid URL."
msgstr "Това не изглежда като валиден URL."
@@ -17733,8 +17822,8 @@ msgstr "Ботът е добавен."
msgid "The channel you're looking for may have been deleted or you may not have access to it."
msgstr "Каналът, който търсиш, може да е изтрит или да нямаш достъп до него."
-#: src/components/layout/GuildLayout.tsx:308
-#: src/components/layout/GuildLayout.tsx:371
+#: src/components/layout/GuildLayout.tsx:313
+#: src/components/layout/GuildLayout.tsx:376
msgid "The community you're looking for may have been deleted or you may not have access to it."
msgstr "Общността, която търсиш, може да е изтрита или да нямаш достъп до нея."
@@ -17795,7 +17884,7 @@ msgstr "Изчакването не може да надвишава 365 дни
msgid "The URL this link channel points to."
msgstr "URL адресът, към който сочи този линк канал."
-#: src/components/pages/ReportPage.tsx:452
+#: src/components/pages/ReportPage.tsx:277
msgid "The verification code is invalid or expired."
msgstr "Кодът за потвърждение е невалиден или е изтекъл."
@@ -17869,7 +17958,7 @@ msgstr "Тези настройки използват вградената ау
msgid "These toggles force the client to treat features as enabled or disabled without relying on the server configuration. They only affect your client experience and are shown to developers for testing."
msgstr "Тези превключватели принуждават клиента да третира функциите като включени или изключени без да разчита на конфигурацията на сървъра. Те влияят само на твоя клиентски опит и се показват на разработчиците за тестване."
-#: src/components/channel/channel-view/DMChannelView.tsx:356
+#: src/components/channel/channel-view/DMChannelView.tsx:357
msgid "They might have taken the DeLorean elsewhere."
msgstr "Може би са взели ДеЛореана на друго място."
@@ -17877,7 +17966,7 @@ msgstr "Може би са взели ДеЛореана на друго мяс
msgid "they/them"
msgstr "те/тях"
-#: src/components/channel/channel-view/DMChannelView.tsx:342
+#: src/components/channel/channel-view/DMChannelView.tsx:343
msgid "Think, McFly! Did you type the right address?"
msgstr "Помисли, Макфлай! Въведе ли правилния адрес?"
@@ -17979,7 +18068,7 @@ msgstr "Тази общност временно е деактивирала п
msgid "This community requires you to verify your account before joining. Please set an email and password for your account."
msgstr "Тази общност изисква да потвърдиш акаунта си, преди да се присъединиш. Моля, задай имейл и парола за акаунта си."
-#: src/components/channel/channel-view/DMChannelView.tsx:339
+#: src/components/channel/channel-view/DMChannelView.tsx:340
msgid "This conversation has been erased"
msgstr "Този разговор е изтрит"
@@ -18008,8 +18097,8 @@ msgstr "Този подаръчен код вече е заявен."
msgid "This gift code has already been redeemed."
msgstr "Този подаръчен код вече е използван."
-#: src/components/channel/GiftEmbed.tsx:148
-#: src/components/modals/GiftAcceptModal.tsx:92
+#: src/components/channel/GiftEmbed.tsx:159
+#: src/components/modals/GiftAcceptModal.tsx:99
msgid "This gift code is invalid or already claimed."
msgstr "Този подаръчен код е невалиден или вече заявен."
@@ -18022,11 +18111,11 @@ msgstr "Този подаръчен код е невалиден или вече
msgid "This gift code may be invalid, expired, or already redeemed."
msgstr "Този подаръчен код може да е невалиден, изтекъл или вече използван."
-#: src/components/modals/GiftAcceptModal.tsx:118
+#: src/components/modals/GiftAcceptModal.tsx:125
msgid "This gift has already been claimed."
msgstr "Този подарък вече е заявен."
-#: src/components/modals/tabs/GiftInventoryTab.tsx:157
+#: src/components/modals/tabs/GiftInventoryTab.tsx:158
msgid "This gift has been redeemed"
msgstr "Този подарък е използван"
@@ -18044,7 +18133,7 @@ msgstr "Тази покана изтича след {0}."
msgid "This invite has unlimited uses."
msgstr "Тази покана има неограничен брой използвания."
-#: src/components/modals/InviteModal.tsx:321
+#: src/components/modals/InviteModal.tsx:318
msgid "This invite link never expires."
msgstr "Тази покана връзка не изтича."
@@ -18059,23 +18148,19 @@ msgstr "Тази покана може да е изтекла или изтри
msgid "This invite never expires."
msgstr "Тази покана никога не изтича."
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:170
-#: src/components/emojis/EmojiInfoContent.tsx:79
+#: src/components/emojis/EmojiAttributionSubtext.tsx:130
msgid "This is a custom emoji from"
msgstr "Това е персонализирана емотикона от"
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:160
-#: src/components/emojis/EmojiInfoContent.tsx:68
+#: src/components/emojis/EmojiAttributionSubtext.tsx:121
msgid "This is a custom emoji from a community."
msgstr "Това е персонализирана емотикона от общност."
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:150
-#: src/components/emojis/EmojiInfoContent.tsx:56
+#: src/components/emojis/EmojiAttributionSubtext.tsx:111
msgid "This is a custom emoji from a community. Ask the author for an invite to use this emoji."
msgstr "Това е персонализирана емотикона от общност. Помоли автора за покана, за да използваш тази емотикона."
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:138
-#: src/components/emojis/EmojiInfoContent.tsx:43
+#: src/components/emojis/EmojiAttributionSubtext.tsx:101
msgid "This is a default emoji on Fluxer."
msgstr "Това е стандартна емотикона във Fluxer."
@@ -18095,8 +18180,8 @@ msgstr "Това е как се виждат съобщенията"
msgid "This is not the channel you're looking for."
msgstr "Това не е каналът, който търсиш."
-#: src/components/layout/GuildLayout.tsx:307
-#: src/components/layout/GuildLayout.tsx:370
+#: src/components/layout/GuildLayout.tsx:312
+#: src/components/layout/GuildLayout.tsx:375
msgid "This is not the community you're looking for."
msgstr "Това не е общността, която търсиш."
@@ -18113,7 +18198,7 @@ msgid "This is the beginning of <0>{displayName}0>. Add friends to start a con
msgstr "Това е началото на <0>{displayName}0>. Добави приятели, за да започнеш разговор!"
#. placeholder {0}: user.username
-#: src/components/channel/dm/DMWelcomeSection.tsx:182
+#: src/components/channel/dm/DMWelcomeSection.tsx:194
msgid "This is the beginning of your direct message history with <0>{0}0>."
msgstr "Това е началото на историята на личните ти съобщения с <0>{0}0>."
@@ -18194,7 +18279,7 @@ msgstr "Този линк към тема няма данни."
msgid "This theme may have been removed or the link is invalid."
msgstr "Тази тема може да е премахната или линкът да е невалиден."
-#: src/components/channel/dm/AddFriendForm.tsx:62
+#: src/components/channel/dm/AddFriendForm.tsx:85
msgid "This user has restricted who can send them friend requests."
msgstr "Този потребител е ограничил кой може да му изпраща заявки за приятелство."
@@ -18216,8 +18301,8 @@ msgid "This was a @silent message."
msgstr "Това беше @silent съобщение."
#: src/actions/MessageActionCreators.tsx:392
-#: src/components/channel/Messages.tsx:442
-#: src/components/channel/Messages.tsx:522
+#: src/components/channel/Messages.tsx:440
+#: src/components/channel/Messages.tsx:520
msgid "This will create a rift in the space-time continuum and cannot be undone."
msgstr "Това ще създаде разлом в пространствено-временния континуум и не може да бъде отменено."
@@ -18283,7 +18368,7 @@ msgstr "Време: {currentFormatted} от {durationFormatted}"
msgid "Timed out until {0}."
msgstr "Таймаут до {0}."
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:285
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:288
#: src/components/modals/TimeoutMemberModal.tsx:207
#: src/components/modals/TimeoutMemberSheet.tsx:90
#: src/components/uikit/ContextMenu/items/GuildMemberMenuItems.tsx:272
@@ -18570,7 +18655,7 @@ msgstr "вярно или невярно"
msgid "Try a different name or use @ / # / ! / * prefixes to filter results."
msgstr "Опитайте друго име или използвайте префиксите @ / # / ! / *, за да филтрирате резултатите."
-#: src/components/channel/ChannelSearchResults.tsx:710
+#: src/components/channel/ChannelSearchResults.tsx:679
msgid "Try a different search query"
msgstr "Опитайте друга заявка за търсене"
@@ -18585,13 +18670,13 @@ msgid "Try a different search term or filter"
msgstr "Опитайте друг термин за търсене или филтър"
#: src/components/auth/HandoffCodeDisplay.tsx:67
-#: src/components/channel/Messages.tsx:939
+#: src/components/channel/Messages.tsx:937
msgid "Try again"
msgstr "Опитайте отново"
#: src/components/BootstrapErrorScreen.tsx:68
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:301
-#: src/components/channel/ChannelSearchResults.tsx:694
+#: src/components/channel/ChannelSearchResults.tsx:663
#: src/components/modals/channelTabs/ChannelInvitesTab.tsx:148
#: src/components/modals/channelTabs/ChannelWebhooksTab.tsx:159
#: src/components/NetworkErrorScreen.tsx:56
@@ -18612,7 +18697,7 @@ msgstr "Опитайте друго име или проверете право
msgid "Try another search term"
msgstr "Опитайте друг термин за търсене"
-#: src/components/channel/InviteEmbed.tsx:359
+#: src/components/channel/InviteEmbed.tsx:361
msgid "Try asking for a new invite."
msgstr "Опитайте да поискате нова покана."
@@ -18802,7 +18887,7 @@ msgstr "Не може да се инсталира пакетът със сти
msgid "Unable to load activity logs"
msgstr "Не може да се заредят дневниците на дейността"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:104
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:108
msgid "Unable to load applications"
msgstr "Не може да се заредят приложенията"
@@ -18814,7 +18899,7 @@ msgstr "Не може да се зареди информацията за па
msgid "Unable to prepare any emojis for upload. The following errors occurred:"
msgstr "Не може да се подготвят емоджита за качване. Възникнаха следните грешки:"
-#: src/components/modals/ClaimAccountModal.tsx:125
+#: src/components/modals/ClaimAccountModal.tsx:127
#: src/components/modals/EmailChangeModal.tsx:122
#: src/components/modals/EmailChangeModal.tsx:152
msgid "Unable to resend code right now"
@@ -18824,7 +18909,7 @@ msgstr "Не може да се препрати кодът в момента"
msgid "Unable to send code to new email"
msgstr "Не може да се изпрати кодът на новия имейл"
-#: src/components/channel/dm/AddFriendForm.tsx:76
+#: src/components/channel/dm/AddFriendForm.tsx:99
msgid "Unable to send friend request. Please try again."
msgstr "Не може да се изпрати заявка за приятелство. Моля, опитайте отново."
@@ -18844,17 +18929,17 @@ msgstr "Недостъпно за всички"
msgid "Unavailable for everyone but staff"
msgstr "Недостъпно за всички, освен за персонала"
-#: src/components/bottomsheets/DMBottomSheet.tsx:532
+#: src/components/bottomsheets/DMBottomSheet.tsx:535
#: src/components/channel/barriers/BarrierComponents.tsx:221
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:180
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:335
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:182
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:338
#: src/components/modals/tabs/BlockedUsersTab.tsx:58
#: src/components/modals/tabs/BlockedUsersTab.tsx:171
#: src/components/modals/UserProfileActionsSheet.tsx:151
#: src/components/modals/UserProfileActionsSheet.tsx:305
-#: src/components/modals/UserProfileMobileSheet.tsx:320
+#: src/components/modals/UserProfileMobileSheet.tsx:321
#: src/components/modals/UserProfileModal.tsx:1049
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:209
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:230
#: src/utils/RelationshipActionUtils.tsx:169
msgid "Unblock"
msgstr "Разблокиране"
@@ -18863,11 +18948,11 @@ msgstr "Разблокиране"
msgid "Unblock this user before sending a friend request."
msgstr "Разблокирайте този потребител преди да изпратите заявка за приятелство."
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:178
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:180
#: src/components/modals/tabs/BlockedUsersTab.tsx:56
#: src/components/modals/UserProfileActionsSheet.tsx:149
-#: src/components/modals/UserProfileMobileSheet.tsx:318
-#: src/components/modals/UserProfileModal.tsx:1243
+#: src/components/modals/UserProfileMobileSheet.tsx:319
+#: src/components/modals/UserProfileModal.tsx:1244
#: src/utils/RelationshipActionUtils.tsx:167
msgid "Unblock User"
msgstr "Разблокиране на потребител"
@@ -18878,17 +18963,17 @@ msgstr "Разблокиране на потребител"
msgid "Uncategorized"
msgstr "Некласифицирано"
-#: src/components/modals/tabs/BetaCodesTab.tsx:127
-#: src/components/modals/tabs/BetaCodesTab.tsx:204
+#: src/components/modals/tabs/BetaCodesTab.tsx:129
+#: src/components/modals/tabs/BetaCodesTab.tsx:206
msgid "Unclaimed"
msgstr "Непретендирано"
#. placeholder {0}: unclaimedBetaCodes.length
-#: src/components/modals/tabs/BetaCodesTab.tsx:333
+#: src/components/modals/tabs/BetaCodesTab.tsx:358
msgid "Unclaimed ({0})"
msgstr "Непретендирано ({0})"
-#: src/components/modals/components/UnclaimedAccountAlert.tsx:31
+#: src/components/modals/components/UnclaimedAccountAlert.tsx:29
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:51
msgid "Unclaimed Account"
msgstr "Непретендиран акаунт"
@@ -18922,7 +19007,7 @@ msgstr "Премахване на мълчанието от всички уст
msgid "Undeafen User"
msgstr "Премахване на мълчанието за потребителя"
-#: src/components/pages/ReportPage.tsx:285
+#: src/components/pages/report/optionDescriptors.ts:63
#: src/constants/IARConstants.tsx:129
msgid "Underage User"
msgstr "Непълнолетен потребител"
@@ -18981,7 +19066,7 @@ msgstr "Премахване на фокуса"
msgid "Unique invite"
msgstr "Уникална покана"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:79
+#: src/components/modals/components/plutonium/VisionarySection.tsx:88
msgid "Unique profile badge"
msgstr "Уникален отличителен знак на профила"
@@ -19035,12 +19120,12 @@ msgstr "непознат обект"
msgid "Unknown error"
msgstr "Непозната грешка"
-#: src/components/channel/GiftEmbed.tsx:147
-#: src/components/modals/GiftAcceptModal.tsx:91
+#: src/components/channel/GiftEmbed.tsx:158
+#: src/components/modals/GiftAcceptModal.tsx:98
msgid "Unknown Gift"
msgstr "Непознат подарък"
-#: src/components/channel/InviteEmbed.tsx:357
+#: src/components/channel/InviteEmbed.tsx:359
msgid "Unknown Invite"
msgstr "Непозната покана"
@@ -19113,7 +19198,7 @@ msgstr "Отключете HD споделяне на екран с Plutonium"
msgid "Unlock HD Video with Plutonium"
msgstr "Отключете HD видео с Plutonium"
-#: src/components/modals/components/PlutoniumContent.tsx:185
+#: src/components/modals/components/PlutoniumContent.tsx:196
msgid "Unlock higher limits and exclusive features while supporting an independent communication platform."
msgstr "Отключете по-високи лимити и ексклузивни функции, като подкрепите независима комуникационна платформа."
@@ -19126,9 +19211,9 @@ msgid "Unlock stickers in DMs with Plutonium"
msgstr "Отключете стикери в ЛС с Plutonium"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:467
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:850
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1044
-#: src/components/bottomsheets/DMBottomSheet.tsx:645
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:882
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1068
+#: src/components/bottomsheets/DMBottomSheet.tsx:648
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:321
#: src/components/bottomsheets/VoiceLobbyBottomSheet.tsx:179
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:253
@@ -19154,7 +19239,7 @@ msgstr "Включване на звук за категория"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:400
#: src/components/bottomsheets/ChannelBottomSheet.tsx:452
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1005
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1029
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:167
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:161
msgid "Unmute Channel"
@@ -19167,9 +19252,9 @@ msgstr "Включване на звук за канала"
msgid "Unmute Community"
msgstr "Включване на звук за общността"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1007
-#: src/components/bottomsheets/DMBottomSheet.tsx:449
-#: src/components/bottomsheets/DMBottomSheet.tsx:590
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1031
+#: src/components/bottomsheets/DMBottomSheet.tsx:451
+#: src/components/bottomsheets/DMBottomSheet.tsx:593
msgid "Unmute Conversation"
msgstr "Включване на звук за разговора"
@@ -19200,16 +19285,16 @@ msgid "Unnamed Group"
msgstr "Неназована група"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:331
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1126
-#: src/components/bottomsheets/DMBottomSheet.tsx:478
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1150
+#: src/components/bottomsheets/DMBottomSheet.tsx:480
#: src/components/channel/dm/DMList.tsx:282
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:149
msgid "Unpin DM"
msgstr "Разкачване на ЛС"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:290
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1126
-#: src/components/bottomsheets/DMBottomSheet.tsx:478
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1150
+#: src/components/bottomsheets/DMBottomSheet.tsx:480
#: src/components/channel/dm/DMList.tsx:243
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:129
msgid "Unpin Group DM"
@@ -19231,20 +19316,20 @@ msgid "Unpin Message"
msgstr "Разкачване на съобщението"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:232
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:583
-#: src/components/bottomsheets/DMBottomSheet.tsx:164
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:597
+#: src/components/bottomsheets/DMBottomSheet.tsx:166
#: src/components/channel/dm/DMList.tsx:224
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:132
msgid "Unpinned DM"
msgstr "Разкачено ЛС"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:232
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:583
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:597
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:112
msgid "Unpinned group"
msgstr "Разкачена група"
-#: src/components/bottomsheets/DMBottomSheet.tsx:164
+#: src/components/bottomsheets/DMBottomSheet.tsx:166
msgid "Unpinned group DM"
msgstr "Несвързано групово съобщение"
@@ -19279,7 +19364,7 @@ msgstr "Показване на вграденото съдържание"
msgid "Until I change it"
msgstr "Докато не го променя"
-#: src/components/bottomsheets/DMBottomSheet.tsx:664
+#: src/components/bottomsheets/DMBottomSheet.tsx:667
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:334
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:57
#: src/components/channel/muteOptions.ts:39
@@ -19305,7 +19390,7 @@ msgstr "Актуализиране"
msgid "Update app"
msgstr "Актуализирайте приложението"
-#: src/components/modals/components/MobileSettingsView.tsx:244
+#: src/components/modals/components/MobileSettingsView.tsx:239
msgid "Update Service Worker"
msgstr "Актуализиране на Service Worker"
@@ -19402,7 +19487,7 @@ msgstr "Актуализиране на любими…"
msgid "Updating..."
msgstr "Актуализиране…"
-#: src/components/modals/components/plutonium/PricingSection.tsx:84
+#: src/components/modals/components/plutonium/PricingSection.tsx:94
msgid "Upgrade Now"
msgstr "Актуализирай сега"
@@ -19415,18 +19500,19 @@ msgstr "Актуализирай до Plutonium"
msgid "Upgrade to store up to 15 custom backgrounds and unlock HD video quality, higher frame rates, and more."
msgstr "Актуализирай, за да съхраняваш до 15 персонализирани фона и да отключиш HD видео качество, по-високи кадрови честоти и още."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:265
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:316
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:297
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:357
msgid "Upgrade to Visionary"
msgstr "Актуализирай до Visionary"
#. placeholder {0}: formatter.format(visionarySlots.remaining)
-#: src/components/modals/components/plutonium/VisionarySection.tsx:109
+#: src/components/modals/components/plutonium/VisionarySection.tsx:122
+#: src/components/modals/components/plutonium/VisionarySection.tsx:134
msgid "Upgrade to Visionary — {0} Left"
msgstr "Актуализирай до Visionary — останали са {0}"
#. placeholder {0}: isGiftSubscription ? 'gift time' : 'subscription'
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:243
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:262
msgid "Upgrading to Visionary is a <0>one-time0> purchase and will <1>cancel your current {0} immediately1>."
msgstr "Актуализирането до Visionary е <0>еднократна0> покупка и ще <1>анулира текущия ти {0} веднага1>."
@@ -19674,10 +19760,6 @@ msgstr "Използвай тези кодове, за да достъпиш п
msgid "Use this button to quickly clear all permissions."
msgstr "Използвай този бутон, за да изчистиш всички разрешения бързо."
-#: src/components/pages/ReportPage.tsx:613
-msgid "Use this form to report illegal content under the Digital Services Act (DSA). Select what you want to report."
-msgstr "Използвайте тази форма, за да докладвате незаконно съдържание съгласно Закона за цифровите услуги (DSA). Изберете какво искате да докладвате."
-
#: src/components/modals/tabs/KeybindsTab.tsx:101
msgid "Use this shortcut system-wide"
msgstr "Използвай тази клавишна комбинация в цялата система"
@@ -19708,19 +19790,19 @@ msgstr "Потребителят изглежда под 13 години"
msgid "User Debug"
msgstr "Отстраняване на грешки на потребител"
-#: src/components/channel/channel-view/DMChannelView.tsx:353
+#: src/components/channel/channel-view/DMChannelView.tsx:354
msgid "User has vanished"
msgstr "Потребителят е изчезнал"
-#: src/components/pages/ReportPage.tsx:865
+#: src/components/pages/report/ReportStepDetails.tsx:137
msgid "User ID (optional)"
msgstr "Потребителски ID (по желание)"
-#: src/components/bottomsheets/DMBottomSheet.tsx:376
+#: src/components/bottomsheets/DMBottomSheet.tsx:378
msgid "User ID copied"
msgstr "ID на потребителя е копирано"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:652
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:666
msgid "User ID copied to clipboard"
msgstr "ID на потребителя е копирано в клипборда"
@@ -19765,7 +19847,7 @@ msgstr "Запис за потребител"
msgid "User Settings"
msgstr "Потребителски настройки"
-#: src/components/pages/ReportPage.tsx:873
+#: src/components/pages/report/ReportStepDetails.tsx:146
msgid "User Tag (optional)"
msgstr "Таг на потребителя (по избор)"
@@ -19805,7 +19887,7 @@ msgstr "Потребителското име трябва да е поне 1 с
msgid "Username must be at most 32 characters"
msgstr "Потребителското име трябва да е максимум 32 символа"
-#: src/components/channel/dm/AddFriendForm.tsx:130
+#: src/components/channel/dm/AddFriendForm.tsx:153
msgid "Username#0000"
msgstr "ПотребителскоИме#0000"
@@ -19904,7 +19986,7 @@ msgstr "Персонализираните URL адреси трябва да с
msgid "Verification Barriers"
msgstr "Бариери за верификация"
-#: src/components/modals/ClaimAccountModal.tsx:199
+#: src/components/modals/ClaimAccountModal.tsx:201
#: src/components/modals/EmailChangeModal.tsx:218
#: src/components/modals/EmailChangeModal.tsx:282
#: src/components/modals/PhoneAddModal.tsx:224
@@ -19912,11 +19994,11 @@ msgstr "Бариери за верификация"
msgid "Verification code"
msgstr "Код за верификация"
-#: src/components/pages/ReportPage.tsx:719
+#: src/components/pages/report/ReportStepVerification.tsx:86
msgid "Verification Code"
msgstr "Код за верификация"
-#: src/components/modals/ClaimAccountModal.tsx:88
+#: src/components/modals/ClaimAccountModal.tsx:90
msgid "Verification code sent"
msgstr "Кодът за верификация е изпратен"
@@ -19937,10 +20019,9 @@ msgstr "Може да се изисква верификация, преди д
#: src/components/auth/AuthPageHeader.tsx:49
#: src/components/auth/InviteHeader.tsx:81
#: src/components/auth/InviteHeader.tsx:226
-#: src/components/channel/InviteEmbed.tsx:285
-#: src/components/channel/InviteEmbed.tsx:428
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:178
-#: src/components/emojis/EmojiInfoContent.tsx:87
+#: src/components/channel/InviteEmbed.tsx:287
+#: src/components/channel/InviteEmbed.tsx:430
+#: src/components/emojis/EmojiAttributionSubtext.tsx:143
#: src/components/layout/GuildHeader.tsx:132
msgid "Verified Community"
msgstr "Верифицирана общност"
@@ -19955,7 +20036,7 @@ msgstr "Верифициран сървър"
msgid "Verify"
msgstr "Верифицирай"
-#: src/components/pages/ReportPage.tsx:740
+#: src/components/pages/report/ReportStepVerification.tsx:102
msgid "Verify Code"
msgstr "Потвърди кода"
@@ -19980,6 +20061,10 @@ msgstr "Форма за потвърждаване на телефонен но
msgid "Verify You're Human"
msgstr "Потвърди, че си човек"
+#: src/components/pages/report/ReportStepEmail.tsx:54
+msgid "Verify your email"
+msgstr "Потвърдете имейла си"
+
#: src/components/modals/SudoVerificationModal.tsx:359
msgid "Verify your identity"
msgstr "Потвърди самоличността си"
@@ -20012,7 +20097,7 @@ msgid "Video"
msgstr "Видео"
#: src/components/channel/ChannelHeader.tsx:572
-#: src/components/modals/UserProfileMobileSheet.tsx:515
+#: src/components/modals/UserProfileMobileSheet.tsx:519
msgid "Video Call"
msgstr "Видео разговор"
@@ -20097,7 +20182,7 @@ msgstr "Прегледай резервните кодове"
msgid "View backup codes form"
msgstr "Форма за преглед на резервни кодове"
-#: src/components/channel/channel-view/DMChannelView.tsx:282
+#: src/components/channel/channel-view/DMChannelView.tsx:283
msgid "View call"
msgstr "Прегледай повикването"
@@ -20138,7 +20223,7 @@ msgstr "Преглед на инвентара с подаръци"
msgid "View Global Profile"
msgstr "Преглед на глобалния профил"
-#: src/components/channel/channel-view/DMChannelView.tsx:282
+#: src/components/channel/channel-view/DMChannelView.tsx:283
msgid "View incoming call"
msgstr "Преглед на входящо повикване"
@@ -20158,10 +20243,10 @@ msgstr "Преглед на премиум функциите"
msgid "View premium perks"
msgstr "Преглед на премиум предимства"
-#: src/components/bottomsheets/DMBottomSheet.tsx:411
+#: src/components/bottomsheets/DMBottomSheet.tsx:413
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:226
#: src/components/channel/friends/MobileFriendRequestItem.tsx:87
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:210
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:212
#: src/components/modals/tabs/BlockedUsersTab.tsx:87
#: src/components/uikit/ContextMenu/items/UserProfileMenuItem.tsx:43
msgid "View Profile"
@@ -20191,7 +20276,7 @@ msgstr "Зрител се присъединява към потока"
msgid "Viewer Leaves Stream"
msgstr "Зрител напуска потока"
-#: src/components/pages/ReportPage.tsx:827
+#: src/components/pages/report/ReportStepDetails.tsx:96
msgid "Violation Category"
msgstr "Категория нарушение"
@@ -20199,7 +20284,7 @@ msgstr "Категория нарушение"
msgid "Violation category selection"
msgstr "Избор на категория на нарушението"
-#: src/components/pages/ReportPage.tsx:264
+#: src/components/pages/report/optionDescriptors.ts:45
#: src/constants/IARConstants.tsx:42
msgid "Violent or Graphic Content"
msgstr "Насилствено или графично съдържание"
@@ -20212,9 +20297,9 @@ msgstr "VIP глас"
msgid "Visible Buttons"
msgstr "Видими бутони"
-#: src/components/modals/components/plutonium/PricingSection.tsx:88
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:110
-#: src/components/modals/components/plutonium/VisionarySection.tsx:58
+#: src/components/modals/components/plutonium/PricingSection.tsx:101
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:129
+#: src/components/modals/components/plutonium/VisionarySection.tsx:67
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:154
#: src/utils/modals/guildTabs/GuildAuditLogTabUtils.ts:274
msgid "Visionary"
@@ -20228,25 +20313,25 @@ msgstr "Visionary (пожизнено #42)"
msgid "Visionary (Lifetime Plutonium)"
msgstr "Visionary (пожизнено Plutonium)"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:80
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:111
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:95
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:134
msgid "Visionary {visionaryPrice}"
msgstr "Visionary {visionaryPrice}"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:96
+#: src/components/modals/components/plutonium/VisionarySection.tsx:105
msgid "Visionary community with direct team access"
msgstr "Visionary общност с директен достъп до екипа"
-#: src/components/modals/components/plutonium/GiftSection.tsx:87
-#: src/components/modals/components/plutonium/PricingSection.tsx:119
+#: src/components/modals/components/plutonium/GiftSection.tsx:100
+#: src/components/modals/components/plutonium/PricingSection.tsx:140
msgid "Visionary Gift"
msgstr "Visionary подарък"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:109
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:132
msgid "Visionary Gift Sold Out"
msgstr "Visionary подаръкът е изчерпан"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:80
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:95
msgid "Visionary Sold Out"
msgstr "Visionary е изчерпан"
@@ -20281,15 +20366,15 @@ msgstr "Настройки за глас и видео"
msgid "Voice Activity"
msgstr "Гласова активност"
-#: src/components/channel/channel-view/DMChannelView.tsx:277
+#: src/components/channel/channel-view/DMChannelView.tsx:278
#: src/components/voice/VoiceCallView.tsx:466
msgid "Voice call"
msgstr "Гласово повикване"
-#: src/components/bottomsheets/DMBottomSheet.tsx:419
+#: src/components/bottomsheets/DMBottomSheet.tsx:421
#: src/components/channel/ChannelHeader.tsx:562
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:225
-#: src/components/modals/UserProfileMobileSheet.tsx:507
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:227
+#: src/components/modals/UserProfileMobileSheet.tsx:511
msgid "Voice Call"
msgstr "Гласово повикване"
@@ -20306,8 +20391,8 @@ msgstr "Гласови повиквания"
msgid "Voice channel"
msgstr "Гласов канал"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:475
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:662
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:489
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:676
#: src/components/channel/channel-header/useChannelHeaderData.ts:100
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:314
msgid "Voice Channel"
@@ -20488,8 +20573,8 @@ msgstr "Изпратихме линк по имейл, за да упълном
msgid "We failed to retrieve the full information about this user at this time."
msgstr "Не успяхме да извлечем пълната информация за този потребител в момента."
-#: src/components/layout/GuildLayout.tsx:302
-#: src/components/layout/GuildLayout.tsx:349
+#: src/components/layout/GuildLayout.tsx:307
+#: src/components/layout/GuildLayout.tsx:354
msgid "We fluxed up! Hang tight, we're working on it."
msgstr "Грешка! Запазете спокойствие, работим по въпроса."
@@ -20513,18 +20598,13 @@ msgstr "Загубихме връзката, докато чакахме упъ
msgid "We need to make sure you're not a bot. Please complete the verification below."
msgstr "Трябва да сме сигурни, че не сте бот. Моля, попълнете проверката по-долу."
-#: src/components/pages/ReportPage.tsx:639
-msgid "We need to verify your email address before you can submit a report."
-msgstr "Трябва да потвърдим имейл адреса ви, преди да изпратите доклад."
-
#: src/components/modals/BackupCodesModal.tsx:45
msgid "We recommend saving these codes now so that you don't get locked out of your account."
msgstr "Препоръчваме да запазите тези кодове сега, за да не останете без достъп до акаунта си."
-#. placeholder {0}: state.email
-#: src/components/pages/ReportPage.tsx:702
-msgid "We sent a verification code to {0}."
-msgstr "Изпратихме код за потвърждение на {0}."
+#: src/components/pages/report/ReportStepVerification.tsx:67
+msgid "We sent a code to {email}."
+msgstr "Изпратихме код на {email}."
#: src/components/auth/BrowserLoginHandoffModal.tsx:315
msgid "We will prefill {prefillEmail} once the browser login opens."
@@ -20534,6 +20614,10 @@ msgstr "Ще попълним предварително {prefillEmail}, сле
msgid "We'll restore your previous email, sign out old sessions, remove phone numbers, disable MFA, and secure your account with a new password."
msgstr "Ще възстановим предишния ви имейл, ще излезем от старите сесии, ще премахнем телефонните номера, ще деактивираме МФА и ще защитим акаунта ви с нова парола."
+#: src/components/pages/report/ReportStepEmail.tsx:57
+msgid "We'll send a short code to confirm you can receive updates about this report."
+msgstr "Ще изпратим кратък код, за да потвърдим, че можете да получавате актуализации за този доклад."
+
#: src/components/modals/EmailChangeModal.tsx:190
msgid "We'll verify your current email and then your new email with one-time codes."
msgstr "Ще потвърдим текущия ви имейл и след това новия с еднократни кодове."
@@ -20546,13 +20630,13 @@ msgstr "Ще потвърдим новия ви имейл с еднократе
msgid "We're having trouble connecting to Fluxer's servers. This could be a temporary network issue or scheduled maintenance."
msgstr "Имаме проблеми с връзката към сървърите на Fluxer. Това може да е временен мрежов проблем или планирана поддръжка."
-#: src/components/modals/tabs/BetaCodesTab.tsx:297
+#: src/components/modals/tabs/BetaCodesTab.tsx:322
#: src/components/modals/tabs/DevicesTab.tsx:230
msgid "We're having trouble connecting to the space-time continuum. Please check your connection and try again."
msgstr "Имаме проблеми с връзката към пространство-времевия континуум. Моля, проверете връзката си и опитайте отново."
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:287
-#: src/components/channel/ChannelSearchResults.tsx:681
+#: src/components/channel/ChannelSearchResults.tsx:650
msgid "We're indexing this channel for the first time. This might take a little while..."
msgstr "Индексираме този канал за първи път. Това може да отнеме малко време..."
@@ -20829,17 +20913,16 @@ msgstr "Напишете тук персонализиран CSS, за да пр
msgid "Write your content here... This textarea expands as you type."
msgstr "Напишете съдържанието си тук... Това текстово поле се уголемява, докато пишете."
-#: src/components/auth/DateOfBirthField.tsx:89
-#: src/components/auth/DateOfBirthField.tsx:156
+#: src/components/auth/DateOfBirthField.tsx:153
#: src/components/auth/MockMinimalRegisterForm.tsx:78
msgid "Year"
msgstr "Година"
-#: src/components/modals/components/plutonium/PricingSection.tsx:78
+#: src/components/modals/components/plutonium/PricingSection.tsx:88
msgid "Yearly"
msgstr "Годишно"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:71
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:84
msgid "Yearly {yearlyPrice}"
msgstr "Годишно {yearlyPrice}"
@@ -20874,7 +20957,7 @@ msgstr "Ще напуснете Fluxer"
msgid "You are about to transfer ownership of this community to <0>{0}0>. This action is <1>irreversible1> and you will lose all owner privileges."
msgstr "Ще прехвърлите собствеността на тази общност на <0>{0}0>. Това действие е <1>необратимо1> и ще загубите всички привилегии на собственик."
-#: src/components/channel/dm/AddFriendForm.tsx:72
+#: src/components/channel/dm/AddFriendForm.tsx:95
msgid "You are already friends with this user."
msgstr "Вече сте приятели с този потребител."
@@ -20960,7 +21043,7 @@ msgstr "Можеш да качиш максимум {MAX_EMOJIS_PER_UPLOAD} ем
msgid "You can pin messages in this conversation for everyone to see."
msgstr "Можете да закрепвате съобщения в този разговор, за да ги виждат всички."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:175
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:194
msgid "You can redeem additional gift codes to <0>extend0> your gift time. To start a monthly or yearly plan, wait until after it ends — or <1>upgrade to Visionary1> now (remaining gift time will be discarded)."
msgstr "Можете да използвате допълнителни подаръчни кодове, за да <0>удължите0> времето си. За да започнете месечен или годишен план, изчакайте да свърши — или <1>надградете до Visionary1> сега (останалото време от подаръка ще бъде загубено)."
@@ -20990,7 +21073,7 @@ msgstr "Можете да използвате връзки и Markdown, за д
msgid "You can't add new reactions while you're on timeout."
msgstr "Не можете да добавяте нови реакции, докато сте в режим на изчакване."
-#: src/components/modals/UserProfileModal.tsx:1170
+#: src/components/modals/UserProfileModal.tsx:1171
msgid "You can't befriend yourself"
msgstr "Не можете да се добавите като приятел"
@@ -20998,14 +21081,14 @@ msgstr "Не можете да се добавите като приятел"
msgid "You can't interact with reactions in search results as it might disrupt the space-time continuum."
msgstr "Не можете да взаимодействате с реакции в резултатите от търсене, тъй като това може да наруши пространство-времевия континуум."
-#: src/components/layout/ChannelItem.tsx:200
-#: src/components/layout/ChannelItem.tsx:366
-#: src/stores/voice/MediaEngineFacade.ts:151
-#: src/stores/voice/MediaEngineFacade.ts:482
+#: src/components/layout/ChannelItem.tsx:206
+#: src/components/layout/ChannelItem.tsx:375
+#: src/stores/voice/MediaEngineFacade.ts:154
+#: src/stores/voice/MediaEngineFacade.ts:529
msgid "You can't join while you're on timeout."
msgstr "Не можете да се присъедините, докато сте в режим на изчакване."
-#: src/components/modals/UserProfileModal.tsx:1182
+#: src/components/modals/UserProfileModal.tsx:1183
#: src/components/popouts/UserProfilePopout.tsx:282
#: src/components/profile/ProfilePreview.tsx:284
msgid "You can't message yourself"
@@ -21019,7 +21102,7 @@ msgstr "Не можете да изпратите покана за прияте
msgid "You can't send friend requests to bots."
msgstr "Не можете да изпращате покани за приятел на ботове."
-#: src/components/channel/dm/AddFriendForm.tsx:64
+#: src/components/channel/dm/AddFriendForm.tsx:87
msgid "You can't send friend requests to users you've blocked. Unblock them first."
msgstr "Не можете да изпращате покани за приятел на потребители, които сте блокирали. Разблокирайте ги първо."
@@ -21066,11 +21149,11 @@ msgstr "Не можете да премахнете това разрешени
msgid "You cannot save a role with a blank name. Please provide a valid name before saving."
msgstr "Не можете да запазите роля без име. Моля, въведете валидно име преди запис."
-#: src/components/channel/dm/AddFriendForm.tsx:68
+#: src/components/channel/dm/AddFriendForm.tsx:91
msgid "You cannot send a friend request to yourself."
msgstr "Не можете да изпратите покана за приятел на себе си."
-#: src/components/channel/dm/AddFriendForm.tsx:66
+#: src/components/channel/dm/AddFriendForm.tsx:89
msgid "You cannot send friend requests to bots."
msgstr "Не можете да изпращате покани за приятел на ботове."
@@ -21094,7 +21177,7 @@ msgstr "Нямате достъп до канала, в който е изпра
msgid "You do not have permission to send messages in this channel."
msgstr "Нямате разрешение да изпращате съобщения в този канал."
-#: src/components/layout/GuildLayout.tsx:393
+#: src/components/layout/GuildLayout.tsx:398
msgid "You don't have access to any channels in this community."
msgstr "Нямате достъп до никакви канали в тази общност."
@@ -21114,23 +21197,23 @@ msgstr "Нямате разрешение да инсталирате този
msgid "You don't have permission to install this sticker pack."
msgstr "Нямате разрешение да инсталирате този пакет стикери."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:203
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:222
msgid "You have all <0/> for <1>{monthlyPrice}/month1>."
msgstr "Имате всичко <0/> за <1>{monthlyPrice}/месец1>."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:208
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:227
msgid "You have all <0/> for <1>{yearlyPrice}/year1>."
msgstr "Имате всичко <0/> за <1>{yearlyPrice}/година1>."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:213
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:232
msgid "You have all <0/> for your subscription period."
msgstr "Имате всичко <0/> за вашия абонаментен период."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:198
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:217
msgid "You have all <0/> forever. No subscriptions, no renewals."
msgstr "Имате всичко <0/> завинаги. Няма абонаменти, няма подновявания."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:169
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:188
msgid "You have all <0/> via a <1>gift subscription1> until <2>{giftEndDate}2>. It <3>won't renew3>."
msgstr "Имате всичко <0/> чрез <1>подаръчен абонамент1> до <2>{giftEndDate}2>. Той <3>няма да се поднови3>."
@@ -21228,11 +21311,11 @@ msgstr "Загубихте достъп до това запазено съоб
msgid "You made it, {username}! We're about to hit 88mph!"
msgstr "Стигнахте, {username}! Ще стигнем 88 мили в час!"
-#: src/components/channel/CallMessage.tsx:179
+#: src/components/channel/CallMessage.tsx:173
msgid "You missed a call from <0/> that lasted {durationText}."
msgstr "Изпуснахте повикване от <0/>, което продължи {durationText}."
-#: src/components/channel/CallMessage.tsx:184
+#: src/components/channel/CallMessage.tsx:178
msgid "You missed a call from <0/>."
msgstr "Пропуснал си обаждане от <0/>."
@@ -21252,7 +21335,7 @@ msgstr "Трябва да сте на 18 или повече години, за
msgid "You must be connected to the gateway to accept this temporary invite. Please check your connection and try again."
msgstr "Трябва да сте свързани с шлюза, за да приемете тази временна покана. Моля, проверете връзката си и опитайте отново."
-#: src/components/pages/ReportPage.tsx:463
+#: src/components/pages/ReportPage.tsx:288
msgid "You must verify your email before submitting a report."
msgstr "Трябва да потвърдите имейла си, преди да подадете доклад."
@@ -21385,7 +21468,7 @@ msgstr "Във гласовия канал сте"
msgid "You're sending messages too quickly"
msgstr "Изпращате съобщения твърде бързо"
-#: src/components/channel/Messages.tsx:909
+#: src/components/channel/Messages.tsx:907
msgid "You're viewing older messages"
msgstr "Преглеждате по-стари съобщения"
@@ -21464,7 +21547,7 @@ msgstr "Акаунтът ви е одобрен. Пренасочваме ви
msgid "Your account has been created, but access is temporarily limited until approval. You will be notified once your account is approved."
msgstr "Акаунтът ви е създаден, но достъпът е временно ограничен до одобрение. Ще бъдете уведомени, когато акаунтът ви бъде одобрен."
-#: src/components/modals/components/UnclaimedAccountAlert.tsx:38
+#: src/components/modals/components/UnclaimedAccountAlert.tsx:36
msgid "Your account is not yet claimed. Without an email and password, you won't be able to sign in from other devices and you could lose access to your account. Claim your account now to secure it."
msgstr "Акаунтът ви все още не е потвърден. Без имейл и парола няма да можете да влизате от други устройства и може да загубите достъп до акаунта си. Потвърдете акаунта си сега, за да го защитите."
@@ -21508,7 +21591,7 @@ msgstr "Съществуващите ви настройки за звук на
msgid "Your export request will be processed"
msgstr "Заявката ви за експорт ще бъде обработена"
-#: src/components/pages/ReportPage.tsx:935
+#: src/components/pages/report/ReportStepDetails.tsx:213
msgid "Your FluxerTag (optional)"
msgstr "Вашият FluxerTag (по избор)"
@@ -21521,7 +21604,7 @@ msgid "Your invite expires in 24 hours"
msgstr "Вашата покана изтича след 24 часа"
#. placeholder {0}: getExpirationText()
-#: src/components/modals/InviteModal.tsx:325
+#: src/components/modals/InviteModal.tsx:322
msgid "Your invite link expires in {0}."
msgstr "Линкът за покана ще изтече след {0}."
@@ -21565,7 +21648,7 @@ msgstr "Личното ви пространство за бърз достъп
msgid "Your Plutonium subscription has expired. You've lost all Plutonium perks. Reactivate your subscription to regain access."
msgstr "Вашият абонамент за Plutonium е изтекъл. Изгубили сте всички предимства на Plutonium. Реактивирайте абонамента си, за да възстановите достъпа."
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:781
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:813
msgid "Your private space"
msgstr "Личното ви пространство"
@@ -21573,7 +21656,7 @@ msgstr "Личното ви пространство"
msgid "Your private space for thoughts and reminders"
msgstr "Личното ви пространство за мисли и напомняния"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:277
+#: src/components/modals/tabs/GiftInventoryTab.tsx:300
msgid "Your Purchased Gifts"
msgstr "Вашите закупени подаръци"
@@ -21585,15 +21668,11 @@ msgstr "вашият регион"
msgid "Your stream is still being broadcast"
msgstr "Вашият стрийм все още се излъчва"
-#: src/components/pages/ReportPage.tsx:594
-msgid "Your submission ID"
-msgstr "Вашият идентификатор на подаването"
-
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:153
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:172
msgid "Your subscription ended, but you still have all <0/> until <1>{graceDate}1>. Resubscribe to keep them."
msgstr "Абонаментът ви приключи, но все още имате всичко <0/> до <1>{graceDate}1>. Презапишете се, за да ги запазите."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:138
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:157
msgid "Your subscription expired on <0>{expiredDate}0>. You lost all <1/>. You can reactivate at any time."
msgstr "Абонаментът ви изтече на <0>{expiredDate}0>. Загубихте всички <1/>. Можете да го реактивирате по всяко време."
@@ -21609,7 +21688,7 @@ msgstr "Вашият абонамент беше реактивиран!"
msgid "Your subscription has been set to cancel at the end of your billing period."
msgstr "Абонаментът ви е настроен да бъде отменен в края на текущия ви цикъл на плащане."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:191
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:210
msgid "Your subscription will cancel on <0>{cancelDate}0>. You'll lose all <1/> after that date."
msgstr "Абонаментът ви ще бъде отменен на <0>{cancelDate}0>. Ще загубите всички <1/> след тази дата."
diff --git a/fluxer_app/src/locales/cs/messages.po b/fluxer_app/src/locales/cs/messages.po
index 1c374db3..27f1fabf 100644
--- a/fluxer_app/src/locales/cs/messages.po
+++ b/fluxer_app/src/locales/cs/messages.po
@@ -68,12 +68,12 @@ msgstr "(zobrazeno max. 15)"
msgid "(No content)"
msgstr "(Žádný obsah)"
-#: src/components/modals/UserProfileMobileSheet.tsx:552
+#: src/components/modals/UserProfileMobileSheet.tsx:556
#: src/components/pages/YouPage.tsx:147
msgid "(only visible to you)"
msgstr "(viditelné jen pro vás)"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:954
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:976
msgid "(you)"
msgstr "(ty)"
@@ -138,12 +138,12 @@ msgid "{0} Online"
msgstr "{0} online"
#. placeholder {0}: reaction.count
-#: src/components/channel/MessageReactions.tsx:120
+#: src/components/channel/MessageReactions.tsx:119
msgid "{0} reaction"
msgstr "{0} reakce"
#. placeholder {0}: reaction.count
-#: src/components/channel/MessageReactions.tsx:120
+#: src/components/channel/MessageReactions.tsx:119
msgid "{0} reactions"
msgstr "{0} reakce"
@@ -153,13 +153,13 @@ msgid "{0} remaining"
msgstr "{0} zbývá"
#. placeholder {0}: machineState.total
-#: src/components/channel/ChannelSearchResults.tsx:315
+#: src/components/channel/ChannelSearchResults.tsx:272
msgid "{0} Result"
msgstr "Výsledek {0}"
#. placeholder {0}: machineState.total
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:390
-#: src/components/channel/ChannelSearchResults.tsx:315
+#: src/components/channel/ChannelSearchResults.tsx:272
msgid "{0} Results"
msgstr "{0} výsledků"
@@ -402,7 +402,7 @@ msgstr "{actor} aktualizoval samolepku {namedTarget}."
msgid "{actor} updated the webhook {namedTarget}."
msgstr "{actor} aktualizoval webhook {namedTarget}."
-#: src/components/modals/tabs/BetaCodesTab.tsx:280
+#: src/components/modals/tabs/BetaCodesTab.tsx:284
msgid "{allowance} codes remaining this week"
msgstr "{allowance} kódů zbývá tento týden"
@@ -533,7 +533,7 @@ msgstr "{emojiName}, {0} reakce"
msgid "{emojiName}, {0} reactions"
msgstr "{emojiName}, {0} reakce"
-#: src/components/channel/MessageReactions.tsx:122
+#: src/components/channel/MessageReactions.tsx:121
msgid "{emojiName}: {reactionCountText}, {actionText}"
msgstr "{emojiName}: {reactionCountText}, {actionText}"
@@ -561,8 +561,8 @@ msgstr "Obrázky {label} nemohou být animované. Použijte prosím formát JPEG
#: src/components/auth/InviteHeader.tsx:127
#: src/components/auth/InviteHeader.tsx:241
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:281
-#: src/components/channel/InviteEmbed.tsx:180
-#: src/components/channel/InviteEmbed.tsx:444
+#: src/components/channel/InviteEmbed.tsx:182
+#: src/components/channel/InviteEmbed.tsx:446
msgid "{memberCount} Member"
msgstr "{memberCount} Člen"
@@ -570,8 +570,8 @@ msgstr "{memberCount} Člen"
#: src/components/auth/InviteHeader.tsx:127
#: src/components/auth/InviteHeader.tsx:241
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:281
-#: src/components/channel/InviteEmbed.tsx:180
-#: src/components/channel/InviteEmbed.tsx:444
+#: src/components/channel/InviteEmbed.tsx:182
+#: src/components/channel/InviteEmbed.tsx:446
msgid "{memberCount} Members"
msgstr "{memberCount} Členové"
@@ -606,11 +606,11 @@ msgstr "{minutes} minut a {seconds} sekund"
msgid "{minutes} minutes and 1 second"
msgstr "{minutes} minut a 1 sekunda"
-#: src/components/channel/dm/DMWelcomeSection.tsx:155
+#: src/components/channel/dm/DMWelcomeSection.tsx:167
msgid "{mutualGuildCount} mutual commmunity"
msgstr "{mutualGuildCount} vzájemná komunita"
-#: src/components/channel/dm/DMWelcomeSection.tsx:156
+#: src/components/channel/dm/DMWelcomeSection.tsx:168
msgid "{mutualGuildCount} mutual communities"
msgstr "{mutualGuildCount} vzájemné komunity"
@@ -632,7 +632,7 @@ msgstr "{participantCount} účastníků ve hovoru"
#: src/components/auth/InviteHeader.tsx:235
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:276
-#: src/components/channel/InviteEmbed.tsx:439
+#: src/components/channel/InviteEmbed.tsx:441
msgid "{presenceCount} Online"
msgstr "{presenceCount} online"
@@ -644,15 +644,15 @@ msgstr "{remaining} znaků zbývá"
msgid "{remaining} characters left. Get Plutonium to write up to {premiumMaxLength} characters."
msgstr "{remaining} znaků zbývá. Přihlas Plutonium, aby sis mohl(a) napsat až {premiumMaxLength} znaků."
-#: src/components/channel/InviteEmbed.tsx:301
+#: src/components/channel/InviteEmbed.tsx:303
msgid "{renderedMemberCount} Member"
msgstr "{renderedMemberCount} Člen"
-#: src/components/channel/InviteEmbed.tsx:301
+#: src/components/channel/InviteEmbed.tsx:303
msgid "{renderedMemberCount} Members"
msgstr "{renderedMemberCount} Členové"
-#: src/components/channel/InviteEmbed.tsx:296
+#: src/components/channel/InviteEmbed.tsx:298
msgid "{renderedPresenceCount} Online"
msgstr "{renderedPresenceCount} online"
@@ -704,11 +704,11 @@ msgstr "{totalSeconds} sekunda"
msgid "{totalSeconds} seconds"
msgstr "{totalSeconds} sekundy"
-#: src/components/layout/GuildsLayout.tsx:231
+#: src/components/layout/GuildsLayout.tsx:229
msgid "{unavailableCount} communities are temporarily unavailable due to a flux capacitor malfunction."
msgstr "{unavailableCount} komunity jsou dočasně nedostupné kvůli poruše flux kondenzátoru."
-#: src/components/layout/GuildsLayout.tsx:230
+#: src/components/layout/GuildsLayout.tsx:228
msgid "{unavailableCount} community is temporarily unavailable due to a flux capacitor malfunction."
msgstr "{unavailableCount} komunita je dočasně nedostupná kvůli poruše flux kondenzátoru."
@@ -814,27 +814,27 @@ msgstr "@everyone zmínky"
msgid "@username"
msgstr "@username"
-#: src/components/channel/CallMessage.tsx:75
+#: src/components/channel/CallMessage.tsx:72
msgid "# days"
msgstr "# dny"
-#: src/components/channel/CallMessage.tsx:76
+#: src/components/channel/CallMessage.tsx:73
msgid "# hours"
msgstr "# hodiny"
-#: src/components/channel/CallMessage.tsx:77
+#: src/components/channel/CallMessage.tsx:74
msgid "# minutes"
msgstr "# minuty"
-#: src/components/channel/CallMessage.tsx:73
+#: src/components/channel/CallMessage.tsx:70
msgid "# months"
msgstr "# měsíce"
-#: src/components/channel/CallMessage.tsx:74
+#: src/components/channel/CallMessage.tsx:71
msgid "# weeks"
msgstr "# týdny"
-#: src/components/channel/CallMessage.tsx:72
+#: src/components/channel/CallMessage.tsx:69
msgid "# years"
msgstr "# roky"
@@ -878,11 +878,11 @@ msgstr "<0/> odebral(a) <1/> ze skupiny."
msgid "<0/> removed someone from the group."
msgstr "<0/> odebral(a) někoho ze skupiny."
-#: src/components/channel/CallMessage.tsx:191
+#: src/components/channel/CallMessage.tsx:185
msgid "<0/> started a call that lasted {durationText}."
msgstr "<0/> zahájil(a) hovor, který trval {durationText}."
-#: src/components/channel/CallMessage.tsx:154
+#: src/components/channel/CallMessage.tsx:148
msgid "<0/> started a call."
msgstr "<0/> zahájil(a) hovor."
@@ -943,11 +943,11 @@ msgstr "<0>Odmlčeno0> členovi."
msgid "<0>Warning:0> This will also disable SMS two-factor authentication."
msgstr "<0>Upozornění:0> Tím se také vypne SMS dvoufázové ověření."
-#: src/components/modals/tabs/BetaCodesTab.tsx:278
+#: src/components/modals/tabs/BetaCodesTab.tsx:282
msgid "1 code remaining this week"
msgstr "Tento týden zbývá 1 kód"
-#: src/components/channel/CallMessage.tsx:75
+#: src/components/channel/CallMessage.tsx:72
#: src/components/modals/BanMemberModal.tsx:54
#: src/components/modals/InviteModal.tsx:77
#: src/components/modals/InviteModal.tsx:212
@@ -956,7 +956,7 @@ msgstr "Tento týden zbývá 1 kód"
msgid "1 day"
msgstr "1 den"
-#: src/components/channel/CallMessage.tsx:76
+#: src/components/channel/CallMessage.tsx:73
#: src/components/modals/BanMemberModal.tsx:52
#: src/components/modals/channelTabs/ChannelOverviewTab.tsx:154
#: src/components/modals/CustomStatusBottomSheet.tsx:44
@@ -993,7 +993,7 @@ msgstr "1 minuta a {seconds} sekund"
msgid "1 minute and 1 second"
msgstr "1 minuta a 1 sekunda"
-#: src/components/channel/CallMessage.tsx:73
+#: src/components/channel/CallMessage.tsx:70
#: src/components/modals/BanMemberModal.tsx:59
msgid "1 month"
msgstr "1 měsíc"
@@ -1002,12 +1002,12 @@ msgstr "1 měsíc"
msgid "1 Month"
msgstr "1 měsíc"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:99
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:120
msgid "1 Month {monthlyPrice}"
msgstr "1 měsíc {monthlyPrice}"
-#: src/components/modals/components/plutonium/GiftSection.tsx:78
-#: src/components/modals/components/plutonium/PricingSection.tsx:110
+#: src/components/modals/components/plutonium/GiftSection.tsx:88
+#: src/components/modals/components/plutonium/PricingSection.tsx:128
msgid "1 Month Gift"
msgstr "Dárek na 1 měsíc"
@@ -1020,22 +1020,22 @@ msgstr "1 použití"
msgid "1 user"
msgstr "1 uživatel"
-#: src/components/channel/CallMessage.tsx:74
+#: src/components/channel/CallMessage.tsx:71
#: src/components/modals/BanMemberModal.tsx:57
#: src/components/modals/TimeoutMemberOptions.ts:39
msgid "1 week"
msgstr "1 týden"
-#: src/components/channel/CallMessage.tsx:72
+#: src/components/channel/CallMessage.tsx:69
msgid "1 year"
msgstr "1 rok"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:91
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:109
msgid "1 Year {yearlyPrice}"
msgstr "1 rok {yearlyPrice}"
-#: src/components/modals/components/plutonium/GiftSection.tsx:69
-#: src/components/modals/components/plutonium/PricingSection.tsx:101
+#: src/components/modals/components/plutonium/GiftSection.tsx:76
+#: src/components/modals/components/plutonium/PricingSection.tsx:116
msgid "1 Year Gift"
msgstr "Dárek na 1 rok"
@@ -1286,8 +1286,8 @@ msgstr "8 hodin"
msgid "A 4-digit tag will be added automatically to ensure uniqueness"
msgstr "Automaticky bude přidán 4místný tag, aby byla zajištěna jedinečnost"
-#: src/components/channel/CallMessage.tsx:86
-#: src/components/channel/CallMessage.tsx:148
+#: src/components/channel/CallMessage.tsx:83
+#: src/components/channel/CallMessage.tsx:142
msgid "a few seconds"
msgstr "několik sekund"
@@ -1299,7 +1299,7 @@ msgstr "Hrstka klávesových válečníků se schází..."
msgid "A helpful bot that does amazing things!"
msgstr "Užitečný bot, který dělá úžasné věci!"
-#: src/components/channel/CallMessage.tsx:77
+#: src/components/channel/CallMessage.tsx:74
msgid "a minute"
msgstr "minuta"
@@ -1316,7 +1316,7 @@ msgid "A symphony of clacking keys is underway..."
msgstr "Symfonie klapání kláves právě začíná..."
#: src/components/modals/tabs/MyProfileTab/BioEditor.tsx:127
-#: src/components/modals/UserProfileMobileSheet.tsx:528
+#: src/components/modals/UserProfileMobileSheet.tsx:532
#: src/components/pages/YouPage.tsx:132
msgid "About Me"
msgstr "O mně"
@@ -1330,18 +1330,18 @@ msgstr "O tobě"
msgid "Accent Color"
msgstr "Akcentní barva"
-#: src/components/channel/channel-view/DMChannelView.tsx:291
-#: src/components/channel/dm/DMWelcomeSection.tsx:116
+#: src/components/channel/channel-view/DMChannelView.tsx:292
+#: src/components/channel/dm/DMWelcomeSection.tsx:128
#: src/components/channel/friends/FriendListItem.tsx:238
#: src/components/channel/friends/MobileFriendRequestItem.tsx:99
#: src/components/voice/IncomingCallUI.tsx:302
msgid "Accept"
msgstr "Přijmout"
-#: src/components/bottomsheets/DMBottomSheet.tsx:515
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:260
-#: src/components/modals/UserProfileModal.tsx:1258
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:88
+#: src/components/bottomsheets/DMBottomSheet.tsx:517
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:262
+#: src/components/modals/UserProfileModal.tsx:1259
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:109
msgid "Accept Friend Request"
msgstr "Přijmout žádost o přátelství"
@@ -1358,7 +1358,7 @@ msgstr "Přijmout pozvání"
msgid "Accept the incoming call"
msgstr "Přijmout příchozí hovor"
-#: src/components/channel/InviteEmbed.tsx:226
+#: src/components/channel/InviteEmbed.tsx:228
#: src/components/modals/InviteAcceptModal.tsx:163
msgid "Accepting this invite installs the pack automatically."
msgstr "Přijetím tohoto pozvání se balíček nainstaluje automaticky."
@@ -1407,7 +1407,7 @@ msgstr "Účet a Premium"
msgid "Account appears to exist solely for spamming"
msgstr "Účet se zdá být vytvořen pouze pro spamování"
-#: src/components/modals/ClaimAccountModal.tsx:105
+#: src/components/modals/ClaimAccountModal.tsx:107
msgid "Account claimed successfully"
msgstr "Účet byl úspěšně nárokován"
@@ -1459,7 +1459,7 @@ msgstr "Pouze napříč všemi zprávami, ve kterých jste kdy byli"
msgid "Action with both icons!"
msgstr "Akce s oběma ikonami!"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:124
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:143
msgid "Active"
msgstr "Aktivní"
@@ -1584,12 +1584,13 @@ msgstr "Přidat e-mail"
msgid "Add Favorite Channels"
msgstr "Přidat oblíbené kanály"
-#: src/components/bottomsheets/DMBottomSheet.tsx:524
+#: src/components/bottomsheets/DMBottomSheet.tsx:527
#: src/components/channel/dm/AddFriendView.tsx:32
#: src/components/channel/dm/DMFriendsView.tsx:199
#: src/components/modals/AddFriendSheet.tsx:50
-#: src/components/modals/UserProfileModal.tsx:1178
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:68
+#: src/components/modals/UserProfileModal.tsx:1179
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:75
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:89
msgid "Add Friend"
msgstr "Přidat přítele"
@@ -1597,7 +1598,7 @@ msgstr "Přidat přítele"
msgid "Add Friends"
msgstr "Přidat přátele"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1187
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1211
#: src/components/channel/ChannelHeader.tsx:630
#: src/components/channel/dm/GroupDMWelcomeSection.tsx:85
msgid "Add Friends to Group"
@@ -1612,7 +1613,7 @@ msgstr "Přidat položku"
msgid "Add new reactions to messages."
msgstr "Přidat nové reakce ke zprávám."
-#: src/components/bottomsheets/DMBottomSheet.tsx:426
+#: src/components/bottomsheets/DMBottomSheet.tsx:428
#: src/components/profile/ProfileCard/ProfileCardActions.tsx:48
#: src/components/uikit/ContextMenu/items/UserNoteMenuItems.tsx:42
msgid "Add Note"
@@ -1647,7 +1648,7 @@ msgstr "Formulář pro přidání telefonního čísla"
#: src/components/channel/MessageActionBar.tsx:450
#: src/components/channel/MessageActionBar.tsx:741
#: src/components/channel/messageActionMenu.tsx:92
-#: src/components/channel/MessageReactions.tsx:264
+#: src/components/channel/MessageReactions.tsx:263
#: src/components/uikit/ContextMenu/items/MessageMenuItems.tsx:65
msgid "Add Reaction"
msgstr "Přidat reakci"
@@ -1695,8 +1696,8 @@ msgid "Add to favorites"
msgstr "Přidat do oblíbených"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:370
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1103
-#: src/components/bottomsheets/DMBottomSheet.tsx:400
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1127
+#: src/components/bottomsheets/DMBottomSheet.tsx:402
#: src/components/channel/ChannelHeader.tsx:547
#: src/components/channel/ChannelHeader.tsx:595
#: src/components/channel/ChannelHeader.tsx:600
@@ -1731,11 +1732,11 @@ msgid "Added to bookmarks"
msgstr "Přidáno do záložek"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:118
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:544
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:558
msgid "Added to favorites"
msgstr "Přidáno do oblíbených"
-#: src/components/bottomsheets/DMBottomSheet.tsx:129
+#: src/components/bottomsheets/DMBottomSheet.tsx:131
msgid "Added to Favorites"
msgstr "Přidáno do oblíbených"
@@ -1752,7 +1753,7 @@ msgstr "Přidáno: {createdDate}"
msgid "Added: {createdDate} • Last used: {lastUsedDate}"
msgstr "Přidáno: {createdDate} • Naposledy použito: {lastUsedDate}"
-#: src/components/pages/ReportPage.tsx:943
+#: src/components/pages/report/ReportStepDetails.tsx:222
msgid "Additional Comments (optional)"
msgstr "Další komentáře (volitelné)"
@@ -1873,7 +1874,7 @@ msgstr "Všechny hovory budou upozorněny potichu namísto vyzvánění. Ve výc
msgid "All Communities"
msgstr "Všechny komunity"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:74
+#: src/components/modals/components/plutonium/VisionarySection.tsx:83
msgid "All current and future Plutonium benefits, forever"
msgstr "Všechny současné i budoucí výhody Plutonia navždy"
@@ -1911,7 +1912,7 @@ msgstr "Všichni členové"
msgid "All messages"
msgstr "Všechny zprávy"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1377
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1401
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:206
#: src/components/modals/GuildNotificationSettingsModal.tsx:87
#: src/components/modals/GuildNotificationSettingsModal.tsx:273
@@ -2071,11 +2072,11 @@ msgstr "Povoleno {0}."
msgid "Already have an account?"
msgstr "Už máte účet?"
-#: src/components/channel/InviteEmbed.tsx:187
+#: src/components/channel/InviteEmbed.tsx:189
msgid "Already joined"
msgstr "Už jste se připojili"
-#: src/components/channel/GiftEmbed.tsx:90
+#: src/components/channel/GiftEmbed.tsx:97
msgid "Already redeemed"
msgstr "Už uplatněno"
@@ -2135,8 +2136,8 @@ msgstr "Vždy důvěřovat <0>{hostname}0> — příště toto varování pře
msgid "Always underline links"
msgstr "Vždy podtrhávat odkazy"
-#: src/components/channel/ChannelSearchResults.tsx:511
-#: src/components/channel/ChannelSearchResults.tsx:562
+#: src/components/channel/ChannelSearchResults.tsx:480
+#: src/components/channel/ChannelSearchResults.tsx:531
#: src/hooks/useChannelSearch.ts:233
#: src/hooks/useChannelSearch.ts:375
msgid "An error occurred while searching"
@@ -2198,7 +2199,7 @@ msgid "Animated Emoji ({0})"
msgstr "Animované emoji ({0})"
#: src/components/channel/embeds/media/EmbedGifv.tsx:237
-#: src/components/channel/embeds/media/EmbedGifv.tsx:725
+#: src/components/channel/embeds/media/EmbedGifv.tsx:749
#: src/components/modals/MediaViewerModal.tsx:294
#: src/components/modals/MediaViewerModal.tsx:362
msgid "Animated GIF"
@@ -2320,8 +2321,8 @@ msgstr "Aplikace byla úspěšně aktualizována"
msgid "Applications"
msgstr "Aplikace"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:99
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:137
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:103
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:141
msgid "Applications & Bots"
msgstr "Aplikace a boti"
@@ -2352,7 +2353,7 @@ msgid "Archive"
msgstr "Archivovat"
#. placeholder {0}: user.username
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:162
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:164
#: src/components/modals/UserProfileActionsSheet.tsx:133
#: src/utils/RelationshipActionUtils.tsx:141
msgid "Are you sure you want to block {0}? They won't be able to message you or send you friend requests."
@@ -2368,8 +2369,8 @@ msgid "Are you sure you want to close this group DM? You can always reopen it la
msgstr "Opravdu chcete zavřít tuto skupinovou zprávu? Můžete ji později znovu otevřít."
#. placeholder {0}: recipient?.username ?? ''
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:601
-#: src/components/bottomsheets/DMBottomSheet.tsx:303
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:615
+#: src/components/bottomsheets/DMBottomSheet.tsx:305
msgid "Are you sure you want to close your DM with {0}? You can always reopen it later."
msgstr "Opravdu chcete zavřít soukromou zprávu s {0}? Můžete ji později znovu otevřít."
@@ -2406,7 +2407,7 @@ msgid "Are you sure you want to delete #{0}? This action cannot be undone."
msgstr "Opravdu chcete smazat kanál #{0}? Tento krok nelze vrátit zpět."
#. placeholder {0}: channel.name ?? 'this channel'
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:667
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:681
msgid "Are you sure you want to delete #{0}? This cannot be undone."
msgstr "Opravdu chcete smazat kanál #{0}? Toto nelze vrátit zpět."
@@ -2504,7 +2505,7 @@ msgstr "Opravdu chcete opustit {0}?"
msgid "Are you sure you want to leave this community? You will no longer be able to see any messages."
msgstr "Opravdu chcete opustit tuto komunitu? Už nebudete vidět žádné zprávy."
-#: src/components/bottomsheets/DMBottomSheet.tsx:338
+#: src/components/bottomsheets/DMBottomSheet.tsx:340
#: src/hooks/useLeaveGroup.tsx:43
msgid "Are you sure you want to leave this group? You will no longer be able to see any messages."
msgstr "Opravdu chcete opustit tuto skupinu? Už nebudete vidět žádné zprávy."
@@ -2515,9 +2516,9 @@ msgid "Are you sure you want to make {0} the group owner? You will lose owner pr
msgstr "Opravdu chcete udělat z {0} vlastníka skupiny? Ztratíte oprávnění vlastníka."
#. placeholder {0}: user.username
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:145
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:147
#: src/components/modals/UserProfileActionsSheet.tsx:116
-#: src/components/modals/UserProfileMobileSheet.tsx:303
+#: src/components/modals/UserProfileMobileSheet.tsx:304
#: src/utils/RelationshipActionUtils.tsx:114
msgid "Are you sure you want to remove {0} as a friend?"
msgstr "Opravdu chcete odebrat {0} ze seznamu přátel?"
@@ -2557,10 +2558,10 @@ msgid "Are you sure you want to transfer ownership of the group to {0}?"
msgstr "Opravdu chcete převést vlastnictví skupiny na {0}?"
#. placeholder {0}: user.username
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:179
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:181
#: src/components/modals/tabs/BlockedUsersTab.tsx:57
#: src/components/modals/UserProfileActionsSheet.tsx:150
-#: src/components/modals/UserProfileMobileSheet.tsx:319
+#: src/components/modals/UserProfileMobileSheet.tsx:320
#: src/utils/RelationshipActionUtils.tsx:168
msgid "Are you sure you want to unblock {0}?"
msgstr "Opravdu chcete odblokovat {0}?"
@@ -2573,7 +2574,7 @@ msgstr "Umělecký klub"
msgid "Artists' Corner"
msgstr "Koutek umělců"
-#: src/components/modals/components/plutonium/PricingSection.tsx:63
+#: src/components/modals/components/plutonium/PricingSection.tsx:69
msgid "As a Gift"
msgstr "Jako dárek"
@@ -2689,7 +2690,7 @@ msgstr "Nastavení zvuku"
msgid "Audio will be included with this screen share."
msgstr "Zvuk bude součástí tohoto sdílení obrazovky."
-#: src/components/pages/ReportPage.tsx:311
+#: src/components/pages/report/optionDescriptors.ts:83
msgid "Austria"
msgstr "Rakousko"
@@ -2844,6 +2845,7 @@ msgstr "Průměrný ping:"
#: src/components/modals/PhoneAddModal.tsx:235
#: src/components/modals/RequiredActionModal.tsx:463
#: src/components/pages/OAuthAuthorizePage.tsx:694
+#: src/components/pages/report/ReportStepDetails.tsx:243
msgid "Back"
msgstr "Zpět"
@@ -2933,7 +2935,7 @@ msgid "Balanced quality and bandwidth"
msgstr "Vyvážená kvalita a šířka pásma"
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:353
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:320
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:323
#: src/components/modals/UserProfileActionsSheet.tsx:262
msgid "Ban"
msgstr "Zákaz"
@@ -3035,7 +3037,7 @@ msgstr "před:"
msgid "Begin a call in the current private conversation"
msgstr "Zahájit hovor v aktuálním soukromém rozhovoru"
-#: src/components/pages/ReportPage.tsx:312
+#: src/components/pages/report/optionDescriptors.ts:84
msgid "Belgium"
msgstr "Belgie"
@@ -3066,7 +3068,7 @@ msgstr "Beta kód (volitelné)"
msgid "Beta Code Redeemed!"
msgstr "Beta kód uplatněn!"
-#: src/components/modals/tabs/BetaCodesTab.tsx:313
+#: src/components/modals/tabs/BetaCodesTab.tsx:338
#: src/components/modals/utils/settingsSearchIndex.ts:741
msgid "Beta Codes"
msgstr "Beta kódy"
@@ -3083,13 +3085,13 @@ msgstr "Bio"
msgid "Bio character limit"
msgstr "Limit znaků v bio"
-#: src/components/bottomsheets/DMBottomSheet.tsx:538
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:163
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:345
+#: src/components/bottomsheets/DMBottomSheet.tsx:541
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:165
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:348
#: src/components/modals/UserProfileActionsSheet.tsx:134
#: src/components/modals/UserProfileActionsSheet.tsx:298
#: src/components/modals/UserProfileModal.tsx:1062
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:190
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:211
#: src/utils/RelationshipActionUtils.tsx:143
msgid "Block"
msgstr "Blokovat"
@@ -3106,7 +3108,7 @@ msgstr "Blokovat přímé zprávy od členů komunity?"
msgid "Block for all communities"
msgstr "Blokovat pro všechny komunity"
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:161
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:163
#: src/components/modals/UserProfileActionsSheet.tsx:132
#: src/utils/RelationshipActionUtils.tsx:139
msgid "Block User"
@@ -3270,7 +3272,7 @@ msgstr "Zvuk v prohlížeči je vyžadován"
msgid "Browser locale ({browserLocale}): {format}"
msgstr "Místní nastavení prohlížeče ({browserLocale}): {format}"
-#: src/components/pages/ReportPage.tsx:313
+#: src/components/pages/report/optionDescriptors.ts:85
msgid "Bulgaria"
msgstr "Bulharsko"
@@ -3313,16 +3315,16 @@ msgstr "Tlačítka zobrazují indikátor načítání, když je submitting nasta
msgid "Buttons with Icons"
msgstr "Tlačítka s ikonami"
-#: src/components/modals/components/plutonium/GiftSection.tsx:74
-#: src/components/modals/components/plutonium/GiftSection.tsx:83
-#: src/components/modals/components/plutonium/GiftSection.tsx:92
-#: src/components/modals/components/plutonium/PricingSection.tsx:106
-#: src/components/modals/components/plutonium/PricingSection.tsx:115
-#: src/components/modals/components/plutonium/PricingSection.tsx:124
+#: src/components/modals/components/plutonium/GiftSection.tsx:81
+#: src/components/modals/components/plutonium/GiftSection.tsx:93
+#: src/components/modals/components/plutonium/GiftSection.tsx:105
+#: src/components/modals/components/plutonium/PricingSection.tsx:121
+#: src/components/modals/components/plutonium/PricingSection.tsx:133
+#: src/components/modals/components/plutonium/PricingSection.tsx:145
msgid "Buy Gift"
msgstr "Koupit dárek"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:114
+#: src/components/modals/components/plutonium/VisionarySection.tsx:140
msgid "Buying Visionary will cancel your current {currentAccessLabel} immediately. It is a one-time purchase with lifetime access."
msgstr "Nákup Visionary okamžitě zruší váš aktuální {currentAccessLabel}. Je to jednorázový nákup s doživotním přístupem."
@@ -3347,7 +3349,7 @@ msgstr "Přeskočit pomalý režim"
msgid "Bypass Splash Screen"
msgstr "Přeskočit úvodní obrazovku"
-#: src/components/channel/channel-view/DMChannelView.tsx:271
+#: src/components/channel/channel-view/DMChannelView.tsx:272
msgid "Call available"
msgstr "Hovor dostupný"
@@ -3446,11 +3448,11 @@ msgstr "Nastavení kamery"
#: src/components/modals/CategoryCreateModal.tsx:79
#: src/components/modals/ChannelCreateModal.tsx:100
#: src/components/modals/ChannelDeleteModal.tsx:72
-#: src/components/modals/ClaimAccountModal.tsx:179
-#: src/components/modals/ClaimAccountModal.tsx:219
-#: src/components/modals/components/MobileSettingsView.tsx:302
+#: src/components/modals/ClaimAccountModal.tsx:181
+#: src/components/modals/ClaimAccountModal.tsx:221
+#: src/components/modals/components/MobileSettingsView.tsx:297
#: src/components/modals/components/plutonium/hooks/useCheckoutActions.tsx:110
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:328
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:371
#: src/components/modals/ConfirmModal.tsx:146
#: src/components/modals/CreateDMModal.tsx:88
#: src/components/modals/CreateFavoriteCategoryModal.tsx:74
@@ -3473,7 +3475,7 @@ msgstr "Nastavení kamery"
#: src/components/modals/HideOwnCameraConfirmModal.tsx:65
#: src/components/modals/IARModal.tsx:218
#: src/components/modals/ImageCropModal.tsx:981
-#: src/components/modals/InviteModal.tsx:336
+#: src/components/modals/InviteModal.tsx:333
#: src/components/modals/KickMemberModal.tsx:60
#: src/components/modals/MfaTotpDisableModal.tsx:75
#: src/components/modals/MfaTotpEnableModal.tsx:102
@@ -3498,11 +3500,11 @@ msgstr "Nastavení kamery"
msgid "Cancel"
msgstr "Zrušit"
-#: src/components/channel/dm/DMWelcomeSection.tsx:126
+#: src/components/channel/dm/DMWelcomeSection.tsx:138
#: src/components/channel/friends/FriendListItem.tsx:164
#: src/components/channel/friends/FriendListItem.tsx:166
-#: src/components/modals/UserProfileModal.tsx:1273
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:171
+#: src/components/modals/UserProfileModal.tsx:1274
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:192
msgid "Cancel Friend Request"
msgstr "Zrušit žádost o přátelství"
@@ -3522,7 +3524,7 @@ msgstr "Zrušit žádost"
msgid "Cancel upload"
msgstr "Zrušit nahrávání"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:118
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:137
msgid "Canceling"
msgstr "Rušení"
@@ -3566,7 +3568,7 @@ msgstr "Zarovnání karty"
msgid "Card alignment controls"
msgstr "Ovládání zarovnání karty"
-#: src/components/modals/components/MobileSettingsView.tsx:123
+#: src/components/modals/components/MobileSettingsView.tsx:118
#: src/components/modals/components/SettingsModalHeader.tsx:76
msgid "Careful! You have unsaved changes."
msgstr "Pozor! Máte neuložené změny."
@@ -3576,7 +3578,7 @@ msgstr "Pozor! Máte neuložené změny."
msgid "Category"
msgstr "Kategorie"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1371
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1395
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:239
msgid "Category Default"
msgstr "Výchozí kategorie"
@@ -3594,7 +3596,7 @@ msgstr "Kategorie plná"
msgid "Category Name"
msgstr "Název kategorie"
-#: src/components/modals/ChannelSettingsModal.tsx:105
+#: src/components/modals/ChannelSettingsModal.tsx:113
#: src/components/modals/components/DesktopChannelSettingsView.tsx:188
msgid "Category Settings"
msgstr "Nastavení kategorie"
@@ -3625,7 +3627,7 @@ msgstr "Změnit pozadí"
msgid "Change Banner"
msgstr "Změnit banner"
-#: src/components/pages/ReportPage.tsx:752
+#: src/components/pages/report/ReportStepVerification.tsx:126
msgid "Change email"
msgstr "Změnit e-mail"
@@ -3647,8 +3649,8 @@ msgstr "Změnit FluxerTag"
msgid "Change FluxerTag form"
msgstr "Formulář pro změnu FluxerTagu"
-#: src/components/bottomsheets/DMBottomSheet.tsx:433
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:133
+#: src/components/bottomsheets/DMBottomSheet.tsx:435
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:154
msgid "Change Friend Nickname"
msgstr "Změnit přezdívku přítele"
@@ -3673,7 +3675,7 @@ msgid "Change My Group Nickname"
msgstr "Změnit moji přezdívku ve skupině"
#: src/components/modals/BaseChangeNicknameModal.tsx:82
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:238
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:240
#: src/components/modals/RenameChannelModal.tsx:58
#: src/components/modals/UserProfileActionsSheet.tsx:225
#: src/components/modals/UserProfileActionsSheet.tsx:225
@@ -3760,8 +3762,8 @@ msgstr "Hlasový region změněn na {0}."
msgid "channel"
msgstr "kanál"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:483
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:549
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:497
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:563
#: src/components/invites/InviteListItem.tsx:50
#: src/components/webhooks/WebhookListItem.tsx:240
#: src/constants/AuditLogConstants.tsx:236
@@ -3796,7 +3798,7 @@ msgid "Channel Debug"
msgstr "Ladění kanálu"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:188
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:675
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:689
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:329
msgid "Channel deleted"
msgstr "Kanál smazán"
@@ -3806,11 +3808,11 @@ msgid "Channel Deleted"
msgstr "Kanál smazán"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:273
-#: src/components/bottomsheets/DMBottomSheet.tsx:366
+#: src/components/bottomsheets/DMBottomSheet.tsx:368
msgid "Channel ID copied"
msgstr "ID kanálu zkopírováno"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:535
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:549
msgid "Channel ID copied to clipboard"
msgstr "ID kanálu zkopírováno do schránky"
@@ -3878,9 +3880,9 @@ msgstr "Záznam kanálu"
msgid "Channel removed from favorites"
msgstr "Kanál odebrán z oblíbených"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1092
-#: src/components/layout/ChannelItem.tsx:630
-#: src/components/modals/ChannelSettingsModal.tsx:105
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1116
+#: src/components/layout/ChannelItem.tsx:647
+#: src/components/modals/ChannelSettingsModal.tsx:113
#: src/components/modals/components/DesktopChannelSettingsView.tsx:188
msgid "Channel Settings"
msgstr "Nastavení kanálu"
@@ -3947,7 +3949,7 @@ msgstr "Sledujte náš <0>Bluesky (@fluxer.app)0> pro aktualizace stavu."
msgid "Check out my custom theme!"
msgstr "Podívejte se na mé vlastní téma!"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:105
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:109
msgid "Check your connection and try again."
msgstr "Zkontrolujte připojení a zkuste to znovu."
@@ -3969,8 +3971,8 @@ msgstr "Zaškrtávací políčka"
msgid "Checking..."
msgstr "Kontroluje se..."
-#: src/components/pages/ReportPage.tsx:270
-#: src/components/pages/ReportPage.tsx:299
+#: src/components/pages/report/optionDescriptors.ts:51
+#: src/components/pages/report/optionDescriptors.ts:74
#: src/constants/IARConstants.tsx:72
#: src/constants/IARConstants.tsx:175
msgid "Child Safety Concerns"
@@ -3984,6 +3986,10 @@ msgstr "Čínština (zjednodušená)"
msgid "Chinese (Traditional)"
msgstr "Čínština (tradiční)"
+#: src/components/pages/report/ReportBreadcrumbs.tsx:46
+msgid "Choose"
+msgstr "Vyberte"
+
#: src/components/pages/OAuthAuthorizePage.tsx:898
msgid "Choose a community"
msgstr "Vyberte komunitu"
@@ -4080,25 +4086,36 @@ msgstr "Vyberte akcentovou barvu profilu"
#: src/components/channel/barriers/BarrierComponents.tsx:109
#: src/components/channel/barriers/BarrierComponents.tsx:240
-#: src/components/layout/app-layout/nagbars/UnclaimedAccountNagbar.tsx:47
-#: src/components/modals/ClaimAccountModal.tsx:225
-#: src/components/modals/components/UnclaimedAccountAlert.tsx:34
+#: src/components/channel/dm/AddFriendForm.tsx:57
+#: src/components/layout/app-layout/nagbars/UnclaimedAccountNagbar.tsx:45
+#: src/components/modals/ClaimAccountModal.tsx:227
+#: src/components/modals/components/UnclaimedAccountAlert.tsx:32
+#: src/components/modals/GiftAcceptModal.tsx:170
#: src/components/modals/tabs/AccountSecurityTab/SecurityTab.tsx:206
+#: src/components/modals/tabs/BetaCodesTab.tsx:297
+#: src/components/modals/tabs/GiftInventoryTab.tsx:242
msgid "Claim Account"
msgstr "Převzít účet"
-#: src/components/channel/GiftEmbed.tsx:98
-#: src/components/modals/GiftAcceptModal.tsx:154
+#: src/components/channel/GiftEmbed.tsx:109
+msgid "Claim Account to Redeem"
+msgstr "Získat účet k uplatnění"
+
+#: src/components/channel/GiftEmbed.tsx:109
+#: src/components/modals/GiftAcceptModal.tsx:197
#: src/components/pages/GiftLoginPage.tsx:155
#: src/components/pages/GiftRegisterPage.tsx:42
msgid "Claim Gift"
msgstr "Uplatnit dárek"
-#: src/components/modals/ClaimAccountModal.tsx:141
+#: src/components/channel/dm/AddFriendForm.tsx:53
+#: src/components/modals/ClaimAccountModal.tsx:143
+#: src/components/modals/tabs/BetaCodesTab.tsx:293
+#: src/components/modals/tabs/GiftInventoryTab.tsx:238
msgid "Claim your account"
msgstr "Převzmi svůj účet"
-#: src/components/modals/ClaimAccountModal.tsx:146
+#: src/components/modals/ClaimAccountModal.tsx:148
msgid "Claim your account by adding an email and password. We will send a verification code to confirm your email before finishing."
msgstr "Převzmi účet přidáním e-mailu a hesla. Než dokončíme, pošleme ověřovací kód na e-mail."
@@ -4106,11 +4123,68 @@ msgstr "Převzmi účet přidáním e-mailu a hesla. Než dokončíme, pošleme
msgid "Claim your account to access security features like two-factor authentication and passkeys."
msgstr "Převzmi účet a získej bezpečnostní funkce jako dvoufaktorové ověření nebo přihlašovací klíče."
+#: src/components/channel/ChannelHeader/CallButtons.tsx:85
+#: src/components/channel/ChannelHeader/CallButtons.tsx:155
+msgid "Claim your account to call"
+msgstr "Převzte svůj účet pro volání"
+
#: src/components/modals/tabs/MyProfileTab/UsernameSection.tsx:49
msgid "Claim your account to change your FluxerTag"
msgstr "Převzmi účet a změň svůj FluxerTag"
-#: src/components/modals/GiftAcceptModal.tsx:145
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:146
+msgid "Claim your account to create applications."
+msgstr "Získejte svůj účet pro vytváření aplikací."
+
+#: src/components/modals/tabs/BetaCodesTab.tsx:294
+msgid "Claim your account to generate beta codes."
+msgstr "Získejte svůj účet pro generování beta kódů."
+
+#: src/components/layout/ChannelItem.tsx:208
+#: src/components/layout/ChannelItem.tsx:382
+#: src/stores/voice/MediaEngineFacade.ts:537
+msgid "Claim your account to join this voice channel."
+msgstr "Převzte svůj účet, abyste se připojili k tomuto hlasovému kanálu."
+
+#: src/stores/voice/MediaEngineFacade.ts:170
+msgid "Claim your account to join voice channels you don't own."
+msgstr "Převzte svůj účet, abyste se připojili k hlasovým kanálům, které nevlastníte."
+
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:55
+#: src/components/modals/components/plutonium/GiftSection.tsx:61
+#: src/components/modals/components/plutonium/PricingSection.tsx:63
+#: src/components/modals/components/plutonium/VisionarySection.tsx:62
+#: src/components/modals/components/PlutoniumContent.tsx:99
+msgid "Claim your account to purchase Fluxer Plutonium."
+msgstr "Získejte svůj účet pro nákup Fluxer Plutonium."
+
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:112
+msgid "Claim your account to purchase or redeem Fluxer Plutonium."
+msgstr "Získejte svůj účet pro nákup nebo uplatnění Fluxer Plutonium."
+
+#: src/components/modals/tabs/GiftInventoryTab.tsx:239
+msgid "Claim your account to redeem or manage Plutonium gift codes."
+msgstr "Získejte svůj účet pro uplatnění nebo správu dárkových kódů Plutonium."
+
+#: src/components/channel/GiftEmbed.tsx:99
+#: src/components/modals/GiftAcceptModal.tsx:154
+msgid "Claim your account to redeem this gift."
+msgstr "Získejte svůj účet pro uplatnění tohoto dárku."
+
+#: src/components/channel/dm/AddFriendForm.tsx:54
+#: src/components/channel/dm/DMWelcomeSection.tsx:109
+#: src/components/modals/UserProfileModal.tsx:1289
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:65
+msgid "Claim your account to send friend requests."
+msgstr "Získejte svůj účet pro odesílání žádostí o přátelství."
+
+#: src/components/channel/ChannelHeader/CallButtons.tsx:54
+#: src/components/channel/ChannelHeader/CallButtons.tsx:124
+#: src/stores/voice/MediaEngineFacade.ts:179
+msgid "Claim your account to start or join 1:1 calls."
+msgstr "Převzte svůj účet pro zahájení nebo připojení k 1:1 hovorům."
+
+#: src/components/modals/GiftAcceptModal.tsx:188
msgid "Claim your gift to activate your premium subscription!"
msgstr "Uplatni dárek a aktivuj prémiové předplatné!"
@@ -4164,8 +4238,8 @@ msgstr "Vymazat oprávnění"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:420
#: src/components/channel/MessageSearchBar/MessageSearchBar.tsx:1424
-#: src/components/channel/shared/PickerSearchInput.tsx:195
-#: src/components/channel/shared/PickerSearchInput.tsx:212
+#: src/components/channel/shared/PickerSearchInput.tsx:194
+#: src/components/channel/shared/PickerSearchInput.tsx:211
#: src/components/modals/components/SettingsSearch.tsx:108
msgid "Clear search"
msgstr "Vymazat vyhledávání"
@@ -4200,11 +4274,11 @@ msgstr "Popis nálepky byl vymazán."
msgid "Cleared the topic."
msgstr "Téma bylo vymazáno."
-#: src/components/modals/components/MobileSettingsView.tsx:297
+#: src/components/modals/components/MobileSettingsView.tsx:292
msgid "Clearing subscriptions ensures the gateway stops sending messages to this installation."
msgstr "Vymazání odběrů zajistí, že brána přestane posílat zprávy této instalaci."
-#: src/components/modals/tabs/BetaCodesTab.tsx:366
+#: src/components/modals/tabs/BetaCodesTab.tsx:391
msgid "Click \"Create Code\" to generate your first code."
msgstr "Klikni na „Vytvořit kód“ a vygeneruj první kód."
@@ -4240,13 +4314,13 @@ msgstr "Klikni a přidej poznámku"
msgid "Click to check and uncheck. Available in square and round styles."
msgstr "Klikni pro zaškrtnutí nebo zrušení. K dispozici čtvercové i kulaté styly."
-#: src/components/channel/GiftEmbed.tsx:90
+#: src/components/channel/GiftEmbed.tsx:100
msgid "Click to claim your gift!"
msgstr "Klikni a uplatni dárek!"
#: src/components/invites/InviteListItem.tsx:184
#: src/components/modals/components/ClientInfo.tsx:76
-#: src/components/modals/tabs/BetaCodesTab.tsx:172
+#: src/components/modals/tabs/BetaCodesTab.tsx:174
msgid "Click to copy"
msgstr "Klikni pro kopírování"
@@ -4328,12 +4402,12 @@ msgid "Close"
msgstr "Zavřít"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:341
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:600
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:602
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1239
-#: src/components/bottomsheets/DMBottomSheet.tsx:302
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:614
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:616
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1263
#: src/components/bottomsheets/DMBottomSheet.tsx:304
-#: src/components/bottomsheets/DMBottomSheet.tsx:557
+#: src/components/bottomsheets/DMBottomSheet.tsx:306
+#: src/components/bottomsheets/DMBottomSheet.tsx:560
#: src/components/channel/dm/DMList.tsx:292
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:82
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:84
@@ -4358,7 +4432,8 @@ msgstr "Uhlové téma"
#: src/components/invites/InviteListItem.tsx:54
#: src/components/modals/MfaTotpDisableModal.tsx:64
#: src/components/modals/MfaTotpEnableModal.tsx:91
-#: src/components/modals/tabs/BetaCodesTab.tsx:51
+#: src/components/modals/tabs/BetaCodesTab.tsx:53
+#: src/components/pages/report/ReportBreadcrumbs.tsx:48
msgid "Code"
msgstr "Kód"
@@ -4370,7 +4445,8 @@ msgstr "Kód a monospace"
msgid "Code Blocks"
msgstr "Kódy"
-#: src/components/modals/ClaimAccountModal.tsx:123
+#: src/components/modals/ClaimAccountModal.tsx:125
+#: src/components/pages/ReportPage.tsx:231
msgid "Code resent"
msgstr "Kód znovu odeslán"
@@ -4379,8 +4455,8 @@ msgid "Code sent"
msgstr "Kód odeslán"
#: src/components/invites/InviteListItem.tsx:180
-#: src/components/modals/tabs/BetaCodesTab.tsx:104
-#: src/components/modals/tabs/BetaCodesTab.tsx:168
+#: src/components/modals/tabs/BetaCodesTab.tsx:106
+#: src/components/modals/tabs/BetaCodesTab.tsx:170
msgid "Code:"
msgstr "Kód:"
@@ -4472,7 +4548,7 @@ msgstr "Komunita ztlumena"
msgid "Community Debug"
msgstr "Ladění komunity"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1371
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1395
#: src/components/uikit/ContextMenu/items/CategoryMenuItems.tsx:221
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:239
msgid "Community Default"
@@ -4542,8 +4618,8 @@ msgstr "Nastavení oznámení komunity"
msgid "Community organizes raids or harassment campaigns"
msgstr "Komunita organizuje nálety nebo kampaně obtěžování"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:237
-#: src/components/channel/MemberListItem.tsx:102
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:238
+#: src/components/channel/MemberListItem.tsx:109
#: src/components/modals/guildTabs/GuildMembersTab.tsx:145
#: src/components/modals/guildTabs/GuildMembersTab.tsx:197
msgid "Community Owner"
@@ -4567,14 +4643,14 @@ msgstr "Komunita podporuje nebo usnadňuje nelegální činnost"
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:172
#: src/components/modals/components/DesktopGuildSettingsView.tsx:204
-#: src/components/modals/GuildSettingsModal.tsx:168
+#: src/components/modals/GuildSettingsModal.tsx:173
#: src/components/popouts/GuildHeaderPopout.tsx:187
#: src/components/uikit/ContextMenu/items/GuildMenuItems.tsx:360
msgid "Community Settings"
msgstr "Nastavení komunity"
-#: src/components/layout/GuildLayout.tsx:301
-#: src/components/layout/GuildLayout.tsx:348
+#: src/components/layout/GuildLayout.tsx:306
+#: src/components/layout/GuildLayout.tsx:353
msgid "Community temporarily unavailable"
msgstr "Komunita dočasně nedostupná"
@@ -4782,8 +4858,8 @@ msgstr "Připojeno k hlasu"
msgid "Connecting..."
msgstr "Připojuji se..."
-#: src/components/channel/channel-view/DMChannelView.tsx:273
-#: src/components/channel/channel-view/DMChannelView.tsx:323
+#: src/components/channel/channel-view/DMChannelView.tsx:274
+#: src/components/channel/channel-view/DMChannelView.tsx:324
#: src/components/voice/CompactVoiceCallView.tsx:55
msgid "Connecting…"
msgstr "Připojuji se…"
@@ -4979,7 +5055,7 @@ msgstr "Spravovat svůj stav aktivity"
#: src/components/modals/shared/CopyLinkSection.tsx:61
#: src/components/modals/tabs/ApplicationsTab/application-detail/ApplicationHeader.tsx:68
-#: src/components/modals/tabs/GiftInventoryTab.tsx:143
+#: src/components/modals/tabs/GiftInventoryTab.tsx:144
msgid "Copied"
msgstr "Zkopírováno"
@@ -5001,7 +5077,7 @@ msgstr "Zkopírováno!"
#: src/components/modals/BackupCodesModal.tsx:82
#: src/components/modals/shared/CopyLinkSection.tsx:61
#: src/components/modals/tabs/ApplicationsTab/application-detail/OAuthBuilderSection.tsx:142
-#: src/components/modals/tabs/GiftInventoryTab.tsx:143
+#: src/components/modals/tabs/GiftInventoryTab.tsx:144
msgid "Copy"
msgstr "Kopírovat"
@@ -5017,7 +5093,7 @@ msgstr "Kopírovat zvuk"
msgid "Copy authorize URL"
msgstr "Kopírovat autorizační odkaz"
-#: src/components/modals/tabs/BetaCodesTab.tsx:178
+#: src/components/modals/tabs/BetaCodesTab.tsx:180
msgid "Copy beta code"
msgstr "Kopírovat beta kód"
@@ -5028,8 +5104,8 @@ msgstr "Kopírovat ID kategorie"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:320
#: src/components/bottomsheets/ChannelBottomSheet.tsx:347
#: src/components/bottomsheets/ChannelBottomSheet.tsx:433
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1293
-#: src/components/bottomsheets/DMBottomSheet.tsx:577
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1317
+#: src/components/bottomsheets/DMBottomSheet.tsx:580
#: src/components/channel/dm/DMList.tsx:271
#: src/components/channel/dm/DMList.tsx:298
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:362
@@ -5090,7 +5166,7 @@ msgstr "Zkopírovat obrázek"
msgid "Copy invite link"
msgstr "Zkopírovat pozvánkový odkaz"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1154
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1178
#: src/components/modals/tabs/ComponentGalleryTab/ButtonsTab.tsx:182
#: src/components/modals/tabs/ComponentGalleryTab/index.tsx:100
#: src/components/modals/tabs/ComponentGalleryTab/Inline.tsx:95
@@ -5131,15 +5207,15 @@ msgstr "Zkopírovat ID nálepky"
msgid "Copy Text"
msgstr "Zkopírovat text"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1285
-#: src/components/bottomsheets/DMBottomSheet.tsx:570
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1309
+#: src/components/bottomsheets/DMBottomSheet.tsx:573
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:370
#: src/components/modals/guildTabs/BannedUserActionsSheet.tsx:74
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:358
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:361
#: src/components/modals/tabs/BlockedUsersTab.tsx:107
#: src/components/modals/UserProfileActionsSheet.tsx:213
#: src/components/modals/UserProfileModal.tsx:1130
-#: src/components/popouts/UserAreaPopout.tsx:507
+#: src/components/popouts/UserAreaPopout.tsx:509
#: src/components/profile/ProfileCard/ProfileCardActions.tsx:60
#: src/components/uikit/ContextMenu/items/CopyMenuItems.tsx:42
msgid "Copy User ID"
@@ -5175,7 +5251,7 @@ msgstr "Odpočítávací časovač"
msgid "Country"
msgstr "Země"
-#: src/components/pages/ReportPage.tsx:928
+#: src/components/pages/report/ReportStepDetails.tsx:205
msgid "Country of Residence"
msgstr "Země pobytu"
@@ -5207,7 +5283,7 @@ msgid "Create a new community or join an existing one."
msgstr "Vytvořte novou komunitu nebo se připojte k existující."
#. placeholder {0}: recipient.username
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:905
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:937
msgid "Create a new group with {0}"
msgstr "Vytvořte novou skupinu s {0}"
@@ -5239,7 +5315,7 @@ msgstr "Založit účet"
msgid "Create an account to claim your gift"
msgstr "Založte účet a získejte svůj dárek"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:138
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:142
msgid "Create and manage applications and bots for your account."
msgstr "Vytvářejte a spravujte aplikace a boty pro svůj účet."
@@ -5248,7 +5324,8 @@ msgid "Create and share custom emoji and sticker packs with Fluxer Plutonium."
msgstr "Vytvářejte a sdílejte vlastní balíčky emoji a nálepek s Fluxer Plutonium."
#: src/components/modals/tabs/ApplicationsTab/ApplicationCreateModal.tsx:87
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:142
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:149
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:155
msgid "Create Application"
msgstr "Vytvořit aplikaci"
@@ -5267,7 +5344,7 @@ msgid "Create Category"
msgstr "Vytvořit kategorii"
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:180
-#: src/components/layout/ChannelItem.tsx:607
+#: src/components/layout/ChannelItem.tsx:624
#: src/components/modals/ChannelCreateModal.tsx:58
#: src/components/modals/ChannelCreateModal.tsx:103
#: src/components/popouts/GuildHeaderPopout.tsx:194
@@ -5276,8 +5353,8 @@ msgstr "Vytvořit kategorii"
msgid "Create Channel"
msgstr "Vytvořit kanál"
-#: src/components/modals/tabs/BetaCodesTab.tsx:326
-#: src/components/modals/tabs/BetaCodesTab.tsx:369
+#: src/components/modals/tabs/BetaCodesTab.tsx:351
+#: src/components/modals/tabs/BetaCodesTab.tsx:394
msgid "Create Code"
msgstr "Vytvořit kód"
@@ -5329,7 +5406,7 @@ msgstr "Vytvořit nový účet"
msgid "Create new group"
msgstr "Vytvořit novou skupinu"
-#: src/components/modals/InviteModal.tsx:339
+#: src/components/modals/InviteModal.tsx:336
msgid "Create New Link"
msgstr "Vytvořit nový odkaz"
@@ -5373,7 +5450,7 @@ msgid "Create, edit, or delete webhooks."
msgstr "Vytvářet, upravovat nebo mazat webhooky."
#: src/components/invites/InviteListItem.tsx:59
-#: src/components/modals/tabs/BetaCodesTab.tsx:57
+#: src/components/modals/tabs/BetaCodesTab.tsx:59
msgid "Created"
msgstr "Vytvořeno"
@@ -5390,7 +5467,7 @@ msgstr "Vytvořeno {createdAt}"
#. placeholder {0}: invite.pack.creator.username
#. placeholder {0}: pack.creator.username
#: src/components/auth/InviteHeader.tsx:158
-#: src/components/channel/InviteEmbed.tsx:218
+#: src/components/channel/InviteEmbed.tsx:220
#: src/components/modals/InviteAcceptModal.tsx:152
msgid "Created by {0}"
msgstr "Vytvořil {0}"
@@ -5427,8 +5504,8 @@ msgid "Created with name {newLabel}."
msgstr "Vytvořeno s názvem {newLabel}."
#: src/components/invites/InviteListItem.tsx:207
-#: src/components/modals/tabs/BetaCodesTab.tsx:135
-#: src/components/modals/tabs/BetaCodesTab.tsx:212
+#: src/components/modals/tabs/BetaCodesTab.tsx:137
+#: src/components/modals/tabs/BetaCodesTab.tsx:214
msgid "Created:"
msgstr "Vytvořeno:"
@@ -5440,7 +5517,7 @@ msgstr "Kolektiv kreativních myslí"
msgid "Creative Writing Club"
msgstr "Kreativní spisovatelský klub"
-#: src/components/pages/ReportPage.tsx:314
+#: src/components/pages/report/optionDescriptors.ts:86
msgid "Croatia"
msgstr "Chorvatsko"
@@ -5519,8 +5596,8 @@ msgid "Currently stuck in 1885, appearing offline"
msgstr "Aktuálně uvízl v roce 1885, zobrazuje se jako offline"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:461
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1023
-#: src/components/bottomsheets/DMBottomSheet.tsx:605
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1047
+#: src/components/bottomsheets/DMBottomSheet.tsx:608
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:305
msgid "Currently: {mutedText}"
msgstr "Aktuálně: {mutedText}"
@@ -5665,7 +5742,7 @@ msgstr "Přizpůsobení avataru, banneru, akcentní barvy a bio pro jednotlivé
msgid "Cut"
msgstr "Vyjmout"
-#: src/components/pages/ReportPage.tsx:315
+#: src/components/pages/report/optionDescriptors.ts:87
msgid "Cyprus"
msgstr "Kypr"
@@ -5673,7 +5750,7 @@ msgstr "Kypr"
msgid "Czech"
msgstr "Čeština"
-#: src/components/pages/ReportPage.tsx:316
+#: src/components/pages/report/optionDescriptors.ts:88
msgid "Czech Republic"
msgstr "Česká republika"
@@ -5746,9 +5823,9 @@ msgstr "Formát data"
#: src/components/auth/AuthMinimalRegisterFormCore.tsx:93
#: src/components/auth/AuthRegisterFormCore.tsx:139
-#: src/components/auth/DateOfBirthField.tsx:90
-#: src/components/auth/DateOfBirthField.tsx:124
-#: src/components/auth/DateOfBirthField.tsx:292
+#: src/components/auth/DateOfBirthField.tsx:87
+#: src/components/auth/DateOfBirthField.tsx:121
+#: src/components/auth/DateOfBirthField.tsx:289
#: src/components/auth/MockMinimalRegisterForm.tsx:107
msgid "Date of birth"
msgstr "Datum narození"
@@ -5757,8 +5834,7 @@ msgstr "Datum narození"
msgid "Date Options"
msgstr "Možnosti data"
-#: src/components/auth/DateOfBirthField.tsx:88
-#: src/components/auth/DateOfBirthField.tsx:155
+#: src/components/auth/DateOfBirthField.tsx:152
#: src/components/auth/MockMinimalRegisterForm.tsx:73
msgid "Day"
msgstr "Den"
@@ -5817,11 +5893,11 @@ msgstr "Zrušit autorizaci"
msgid "Deauthorize Application"
msgstr "Zrušit autorizaci aplikace"
-#: src/components/modals/components/MobileSettingsView.tsx:369
+#: src/components/modals/components/MobileSettingsView.tsx:364
msgid "Debug"
msgstr "Ladění"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1267
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1291
#: src/components/uikit/ContextMenu/items/DebugMenuItems.tsx:71
msgid "Debug Channel"
msgstr "Ladit kanál"
@@ -5844,7 +5920,7 @@ msgstr "Ladit člena"
msgid "Debug Message"
msgstr "Ladit zprávu"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1275
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1299
#: src/components/uikit/ContextMenu/items/DebugMenuItems.tsx:53
msgid "Debug User"
msgstr "Ladit uživatele"
@@ -5905,8 +5981,8 @@ msgstr "Na mobilu je výchozí vypnuto, aby se šetřila baterie a data."
#: src/actions/MessageActionCreators.tsx:394
#: src/components/channel/embeds/media/EmbedAudio.tsx:227
#: src/components/channel/embeds/media/MediaContainer.tsx:115
-#: src/components/channel/Messages.tsx:444
-#: src/components/channel/Messages.tsx:524
+#: src/components/channel/Messages.tsx:442
+#: src/components/channel/Messages.tsx:522
#: src/components/channel/MobileMemesPicker.tsx:546
#: src/components/channel/pickers/memes/MemeGridItem.tsx:120
#: src/components/emojis/EmojiListItem.tsx:189
@@ -5923,7 +5999,7 @@ msgstr "Na mobilu je výchozí vypnuto, aby se šetřila baterie a data."
msgid "Delete"
msgstr "Smazat"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:666
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:680
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:320
msgid "Delete {channelType}"
msgstr "Smazat {channelType}"
@@ -5987,8 +6063,8 @@ msgstr "Smazat kategorii"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:179
#: src/components/bottomsheets/ChannelBottomSheet.tsx:181
#: src/components/bottomsheets/ChannelBottomSheet.tsx:421
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:668
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1224
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:682
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1248
#: src/components/modals/components/DesktopChannelSettingsView.tsx:176
#: src/components/modals/components/MobileChannelSettingsView.tsx:85
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:322
@@ -6021,8 +6097,8 @@ msgstr "Smazat média"
#: src/components/channel/MessageActionBar.tsx:804
#: src/components/channel/messageActionMenu.tsx:156
#: src/components/channel/messageActionMenu.tsx:193
-#: src/components/channel/Messages.tsx:441
-#: src/components/channel/Messages.tsx:521
+#: src/components/channel/Messages.tsx:439
+#: src/components/channel/Messages.tsx:519
#: src/components/uikit/ContextMenu/items/MessageMenuItems.tsx:273
msgid "Delete Message"
msgstr "Smazat zprávu"
@@ -6114,7 +6190,7 @@ msgstr "Odepřeno {0} a zrušeno odepření pro {1}."
msgid "Denied {0}."
msgstr "Odepřeno {0}."
-#: src/components/pages/ReportPage.tsx:317
+#: src/components/pages/report/optionDescriptors.ts:89
msgid "Denmark"
msgstr "Dánsko"
@@ -6143,7 +6219,7 @@ msgstr "Popiš nálepku"
msgid "Describe what expressions are inside this pack."
msgstr "Popiš výrazy, které jsou v tomto balíčku."
-#: src/components/pages/ReportPage.tsx:946
+#: src/components/pages/report/ReportStepDetails.tsx:225
msgid "Describe what makes the content illegal"
msgstr "Popište, co činí obsah nelegálním"
@@ -6205,6 +6281,10 @@ msgstr "Oddělený banner"
msgid "details"
msgstr "podrobnosti"
+#: src/components/pages/report/ReportBreadcrumbs.tsx:49
+msgid "Details"
+msgstr "Podrobnosti"
+
#: src/components/modals/AddGuildModal.tsx:150
msgid "Dev Den"
msgstr "Dev Den"
@@ -6274,7 +6354,7 @@ msgstr "Různé velikosti a počty členů"
msgid "Direct message"
msgstr "Soukromá zpráva"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:477
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:491
#: src/components/modals/shared/RecipientList.tsx:200
msgid "Direct Message"
msgstr "Soukromá zpráva"
@@ -6516,8 +6596,8 @@ msgstr "Diskuze nebo propagace nezákonných činností"
#: src/components/layout/app-layout/nagbars/PremiumGracePeriodNagbar.tsx:79
#: src/components/layout/app-layout/nagbars/PremiumOnboardingNagbar.tsx:57
#: src/components/layout/GuildLayout.tsx:106
-#: src/components/modals/GiftAcceptModal.tsx:98
-#: src/components/modals/GiftAcceptModal.tsx:124
+#: src/components/modals/GiftAcceptModal.tsx:105
+#: src/components/modals/GiftAcceptModal.tsx:131
#: src/components/modals/RequiredActionModal.tsx:475
msgid "Dismiss"
msgstr "Zavřít"
@@ -6562,8 +6642,8 @@ msgstr "Zobrazit členy role samostatně."
msgid "Display separator lines between different groups of messages for better visual distinction."
msgstr "Zobrazit oddělovací čáry mezi skupinami zpráv pro lepší rozlišení."
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:613
-#: src/components/bottomsheets/DMBottomSheet.tsx:315
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:627
+#: src/components/bottomsheets/DMBottomSheet.tsx:317
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:97
#: src/components/uikit/ContextMenu/UserContextMenu.tsx:168
msgid "DM closed"
@@ -6581,7 +6661,7 @@ msgstr "Náhledy zpráv DM"
msgid "DM Notifications"
msgstr "Oznámení soukromých zpráv"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1092
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1116
msgid "DM Settings"
msgstr "Nastavení DM"
@@ -6662,6 +6742,7 @@ msgstr "Nezobrazovat indikátory psaní v seznamu kanálů"
#: src/components/keybinds/KeybindRecorder.tsx:220
#: src/components/modals/GuildNotificationSettingsModal.tsx:347
#: src/components/modals/GuildPrivacySettingsModal.tsx:68
+#: src/components/pages/report/ReportBreadcrumbs.tsx:50
#: src/components/search/HasFilterSheet.tsx:124
#: src/components/search/UserFilterSheet.tsx:149
msgid "Done"
@@ -6843,13 +6924,13 @@ msgstr "Upravit přílohu"
msgid "Edit attachment form"
msgstr "Formulář pro úpravu přílohy"
-#: src/components/layout/ChannelItem.tsx:630
+#: src/components/layout/ChannelItem.tsx:647
#: src/components/uikit/ContextMenu/items/CategoryMenuItems.tsx:299
msgid "Edit Category"
msgstr "Upravit kategorii"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:416
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1218
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1242
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:300
msgid "Edit Channel"
msgstr "Upravit kanál"
@@ -6869,8 +6950,8 @@ msgid "Edit global settings like name, description, and icon."
msgstr "Uprav globální nastavení jako jméno, popis a ikonu."
#: src/components/bottomsheets/ChannelBottomSheet.tsx:284
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1178
-#: src/components/bottomsheets/DMBottomSheet.tsx:461
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1202
+#: src/components/bottomsheets/DMBottomSheet.tsx:463
#: src/components/channel/dm/DMList.tsx:237
#: src/components/channel/dm/GroupDMWelcomeSection.tsx:74
#: src/components/modals/EditGroupBottomSheet.tsx:177
@@ -6883,7 +6964,7 @@ msgstr "Upravit skupinu"
msgid "Edit group form"
msgstr "Formulář pro úpravu skupiny"
-#: src/components/modals/InviteModal.tsx:327
+#: src/components/modals/InviteModal.tsx:324
msgid "Edit invite link"
msgstr "Upravit odkaz pozvánky"
@@ -6910,10 +6991,10 @@ msgstr "Upravit poznámku"
msgid "Edit overwrites for roles and members in this channel."
msgstr "Uprav přepsání pro role a členy v tomto kanálu."
-#: src/components/modals/UserProfileMobileSheet.tsx:486
-#: src/components/modals/UserProfileModal.tsx:1205
+#: src/components/modals/UserProfileMobileSheet.tsx:490
+#: src/components/modals/UserProfileModal.tsx:1206
#: src/components/pages/YouPage.tsx:123
-#: src/components/popouts/UserAreaPopout.tsx:519
+#: src/components/popouts/UserAreaPopout.tsx:521
#: src/components/popouts/UserProfilePopout.tsx:299
msgid "Edit Profile"
msgstr "Upravit profil"
@@ -6966,19 +7047,20 @@ msgstr "Úprava naplánované zprávy"
#: src/components/auth/AuthLoginCore/AuthLoginEmailPasswordForm.tsx:78
#: src/components/auth/AuthRegisterFormCore.tsx:133
#: src/components/auth/AuthRegisterFormCore.tsx:159
-#: src/components/modals/ClaimAccountModal.tsx:157
+#: src/components/modals/ClaimAccountModal.tsx:159
#: src/components/modals/RequiredActionModal.tsx:185
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:210
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:241
#: src/components/modals/utils/settingsSearchIndex.ts:94
#: src/components/pages/ForgotPasswordPage.tsx:97
+#: src/components/pages/report/ReportBreadcrumbs.tsx:47
msgid "Email"
msgstr "E-mail"
#: src/components/modals/tabs/AccountSecurityTab/AccountTab.tsx:65
#: src/components/modals/tabs/AccountSecurityTab/AccountTab.tsx:91
#: src/components/modals/tabs/ComponentGalleryTab/InputsTab.tsx:107
-#: src/components/pages/ReportPage.tsx:662
+#: src/components/pages/report/ReportStepEmail.tsx:76
msgid "Email Address"
msgstr "E-mailová adresa"
@@ -7019,10 +7101,6 @@ msgstr "Vyžaduje se ověření e-mailu"
msgid "Email Verification Required"
msgstr "Vyžaduje se verifikace e-mailu"
-#: src/components/pages/ReportPage.tsx:809
-msgid "Email verified"
-msgstr "E-mail ověřen"
-
#: src/components/modals/tabs/DeveloperOptionsTab/AccountPremiumTab.tsx:56
msgid "Email Verified Override"
msgstr "Přepsání ověření e-mailu"
@@ -7108,7 +7186,7 @@ msgid "Emoji names must be at least 2 characters long and can only contain alpha
msgstr "Názvy emoji musí mít alespoň 2 znaky a mohou obsahovat jen alfanumerické znaky a podtržítka. Povolené typy souborů: JPEG, PNG, WebP, GIF. Obrázky zmenšujeme na 128×128 pixelů. Maximální velikost: {0} KB na jedno emoji."
#: src/components/auth/InviteHeader.tsx:140
-#: src/components/channel/InviteEmbed.tsx:197
+#: src/components/channel/InviteEmbed.tsx:199
#: src/components/modals/InviteAcceptModal.tsx:142
#: src/components/modals/tabs/ExpressionPacksTab.tsx:70
msgid "Emoji pack"
@@ -7140,7 +7218,7 @@ msgstr "Emoji aktualizováno"
#: src/components/channel/AutocompleteEmoji.tsx:67
#: src/components/channel/textarea/TextareaButtons.tsx:150
-#: src/components/modals/ExpressionPickerSheet.tsx:106
+#: src/components/modals/ExpressionPickerSheet.tsx:93
#: src/components/popouts/ExpressionPickerPopout.tsx:95
msgid "Emojis"
msgstr "Emoji"
@@ -7343,11 +7421,11 @@ msgstr "Angličtina"
msgid "English (US)"
msgstr "Angličtina (US)"
-#: src/components/pages/ReportPage.tsx:429
+#: src/components/pages/ReportPage.tsx:254
msgid "Enter a code in the format ABCD-1234."
msgstr "Zadejte kód ve formátu ABCD-1234."
-#: src/components/modals/tabs/GiftInventoryTab.tsx:235
+#: src/components/modals/tabs/GiftInventoryTab.tsx:258
msgid "Enter a gift code to redeem Plutonium for your account."
msgstr "Zadejte dárkový kód a uplatněte Plutonium na svém účtu."
@@ -7371,7 +7449,7 @@ msgstr "Zadejte kód"
msgid "Enter fullscreen"
msgstr "Přejít do celoobrazovky"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:255
+#: src/components/modals/tabs/GiftInventoryTab.tsx:278
msgid "Enter gift code..."
msgstr "Zadejte dárkový kód..."
@@ -7414,7 +7492,7 @@ msgstr "Zadejte šestimístný kód zaslaný na váš telefon."
msgid "Enter the API endpoint of the Fluxer instance you want to connect to."
msgstr "Zadejte koncový bod API instance Fluxer, ke které se chcete připojit."
-#: src/components/pages/ReportPage.tsx:424
+#: src/components/pages/ReportPage.tsx:249
msgid "Enter the code before continuing."
msgstr "Zadejte kód, než budete pokračovat."
@@ -7430,7 +7508,7 @@ msgstr "Zadejte kód zaslaný na váš aktuální e-mail."
msgid "Enter the code we emailed to your new address."
msgstr "Zadejte kód, který jsme poslali na vaši novou adresu."
-#: src/components/modals/ClaimAccountModal.tsx:190
+#: src/components/modals/ClaimAccountModal.tsx:192
msgid "Enter the code we sent to your email to verify it. Your password will be set once the code is confirmed."
msgstr "Zadejte kód, který jsme poslali na váš e-mail pro jeho ověření. Po potvrzení kódu bude nastaveno heslo."
@@ -7454,14 +7532,10 @@ msgstr "stiskněte enter pro <0><1>uložení1>0>"
msgid "Enter username"
msgstr "Zadejte uživatelské jméno"
-#: src/components/pages/ReportPage.tsx:701
-msgid "Enter Verification Code"
+#: src/components/pages/report/ReportStepVerification.tsx:64
+msgid "Enter verification code"
msgstr "Zadejte ověřovací kód"
-#: src/components/pages/ReportPage.tsx:638
-msgid "Enter Your Email"
-msgstr "Zadejte svůj e-mail"
-
#: src/components/pages/ForgotPasswordPage.tsx:87
msgid "Enter your email address and we'll send you a link to reset your password."
msgstr "Zadejte svou e-mailovou adresu a pošleme vám odkaz pro reset hesla."
@@ -7500,7 +7574,7 @@ msgid "Entrance sound uploaded successfully"
msgstr "Zvuk při vstupu byl úspěšně nahrán"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:297
-#: src/components/channel/ChannelSearchResults.tsx:691
+#: src/components/channel/ChannelSearchResults.tsx:660
#: src/components/modals/tabs/ComponentGalleryTab/OverlaysTab.tsx:88
msgid "Error"
msgstr "Chyba"
@@ -7522,7 +7596,7 @@ msgstr "Klávesa Esc ukončí režim klávesnice"
msgid "escape to <0><1>cancel1>0>"
msgstr "stiskněte escape pro <0><1>zrušení1>0>"
-#: src/components/pages/ReportPage.tsx:318
+#: src/components/pages/report/optionDescriptors.ts:90
msgid "Estonia"
msgstr "Estonsko"
@@ -7561,7 +7635,7 @@ msgstr "vyloučit odkaz, vložený obsah nebo soubor"
msgid "exclude user"
msgstr "vyloučit uživatele"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:95
+#: src/components/modals/components/plutonium/VisionarySection.tsx:104
msgid "Exclusive community"
msgstr "Exkluzivní komunita"
@@ -7593,12 +7667,12 @@ msgstr "Rozbalit kategorii"
msgid "Expiration"
msgstr "Vypršení platnosti"
-#: src/components/modals/InviteModal.tsx:281
+#: src/components/modals/InviteModal.tsx:278
msgid "Expire after"
msgstr "Vyprší po"
#: src/components/accounts/AccountRow.tsx:162
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:114
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:133
#: src/components/modals/GroupInvitesBottomSheet.tsx:104
msgid "Expired"
msgstr "Vypršelo"
@@ -7675,7 +7749,7 @@ msgstr "Balíčky výrazů"
msgid "Expression Packs are a Plutonium feature"
msgstr "Balíčky výrazů jsou funkcí Plutonium"
-#: src/components/modals/ExpressionPickerSheet.tsx:232
+#: src/components/modals/ExpressionPickerSheet.tsx:219
#: src/components/popouts/ExpressionPickerPopout.tsx:193
msgid "Expression picker categories"
msgstr "Kategorie výběru výrazů"
@@ -7700,7 +7774,7 @@ msgstr "Externí odkazy mohou být nebezpečné. Buďte prosím opatrní."
msgid "Extra Large"
msgstr "Extra velké"
-#: src/components/pages/ReportPage.tsx:297
+#: src/components/pages/report/optionDescriptors.ts:72
#: src/constants/IARConstants.tsx:165
msgid "Extremist Community"
msgstr "Extremistická komunita"
@@ -7749,7 +7823,7 @@ msgstr "Nepodařilo se zkopírovat odkaz na pozvání"
msgid "Failed to copy to clipboard"
msgstr "Nepodařilo se zkopírovat do schránky"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:79
+#: src/components/modals/tabs/GiftInventoryTab.tsx:80
msgid "Failed to copy URL"
msgstr "Nepodařilo se zkopírovat URL"
@@ -7794,7 +7868,7 @@ msgid "Failed to delete category"
msgstr "Nepodařilo se smazat kategorii"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:194
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:681
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:695
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:335
msgid "Failed to delete channel"
msgstr "Nepodařilo se smazat kanál"
@@ -7868,7 +7942,7 @@ msgstr "Nepodařilo se načíst zákazy. Zkuste to prosím znovu."
msgid "Failed to load emojis"
msgstr "Nepodařilo se načíst emoji"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:296
+#: src/components/modals/tabs/GiftInventoryTab.tsx:319
msgid "Failed to load gift inventory"
msgstr "Nepodařilo se načíst nabídku dárků"
@@ -7894,8 +7968,8 @@ msgstr "Nepodařilo se načíst nálepky"
msgid "Failed to load vanity URL. Please try again."
msgstr "Nepodařilo se načíst vanity URL. Zkuste to prosím znovu."
-#: src/components/modals/components/PlutoniumContent.tsx:146
-#: src/components/modals/components/PlutoniumContent.tsx:272
+#: src/components/modals/components/PlutoniumContent.tsx:157
+#: src/components/modals/components/PlutoniumContent.tsx:289
msgid "Failed to load Visionary information. Please try again later."
msgstr "Nepodařilo se načíst informace o Visionary. Zkuste to prosím později."
@@ -7916,19 +7990,19 @@ msgstr "Nepodařilo se načíst vaše komunity."
msgid "Failed to open customer portal. Please try again."
msgstr "Nepodařilo se otevřít zákaznický portál. Zkuste to prosím znovu."
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:572
-#: src/components/bottomsheets/DMBottomSheet.tsx:153
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:586
+#: src/components/bottomsheets/DMBottomSheet.tsx:155
#: src/components/channel/dm/DMList.tsx:216
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:121
msgid "Failed to pin DM"
msgstr "Nepodařilo se připnout DM"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:572
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:586
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:101
msgid "Failed to pin group"
msgstr "Nepodařilo se připnout skupinu"
-#: src/components/bottomsheets/DMBottomSheet.tsx:153
+#: src/components/bottomsheets/DMBottomSheet.tsx:155
msgid "Failed to pin group DM"
msgstr "Nepodařilo se připnout skupinovou DM"
@@ -7957,7 +8031,7 @@ msgstr "Nepodařilo se dosáhnout instance ({status})"
msgid "Failed to reactivate subscription. Please try again."
msgstr "Nepodařilo se znovu aktivovat předplatné. Zkuste to prosím znovu."
-#: src/components/modals/tabs/GiftInventoryTab.tsx:94
+#: src/components/modals/tabs/GiftInventoryTab.tsx:95
msgid "Failed to redeem gift"
msgstr "Nepodařilo se uplatnit dárek"
@@ -7998,6 +8072,10 @@ msgstr "Nepodařilo se odebrat ze skupiny"
msgid "Failed to remove timeout. Please try again."
msgstr "Nepodařilo se zrušit časový limit. Zkuste to prosím znovu."
+#: src/components/pages/ReportPage.tsx:236
+msgid "Failed to resend code. Please try again."
+msgstr "Nepodařilo se odeslat kód znovu. Zkuste to prosím znovu."
+
#: src/components/modals/guildTabs/GuildRolesTab.tsx:674
msgid "Failed to reset hoist order"
msgstr "Nepodařilo se obnovit výchozí pořadí zvýraznění"
@@ -8018,7 +8096,7 @@ msgstr "Nepodařilo se otočit. Zkuste to prosím znovu."
msgid "Failed to send friend request. Please try again."
msgstr "Nepodařilo se odeslat žádost o přátelství. Zkuste to prosím znovu."
-#: src/components/bottomsheets/DMBottomSheet.tsx:262
+#: src/components/bottomsheets/DMBottomSheet.tsx:264
#: src/components/modals/InviteModal.tsx:176
#: src/components/uikit/ContextMenu/items/InviteMenuItems.tsx:111
msgid "Failed to send invite"
@@ -8037,7 +8115,7 @@ msgstr "Nepodařilo se odeslat SMS kód. Zkuste to prosím znovu."
msgid "Failed to send theme"
msgstr "Nepodařilo se odeslat motiv"
-#: src/components/pages/ReportPage.tsx:412
+#: src/components/pages/ReportPage.tsx:234
msgid "Failed to send verification code. Please try again."
msgstr "Nepodařilo se odeslat ověřovací kód. Zkuste to prosím znovu."
@@ -8084,19 +8162,19 @@ msgstr "Nepodařilo se převést vlastnictví. Zkuste to prosím znovu."
msgid "Failed to unblock user. Please try again."
msgstr "Nepodařilo se odblokovat uživatele. Zkuste to prosím znovu."
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:589
-#: src/components/bottomsheets/DMBottomSheet.tsx:170
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:603
+#: src/components/bottomsheets/DMBottomSheet.tsx:172
#: src/components/channel/dm/DMList.tsx:226
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:138
msgid "Failed to unpin DM"
msgstr "Nepodařilo se odepnout soukromou zprávu"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:589
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:603
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:118
msgid "Failed to unpin group"
msgstr "Nepodařilo se odepnout skupinu"
-#: src/components/bottomsheets/DMBottomSheet.tsx:170
+#: src/components/bottomsheets/DMBottomSheet.tsx:172
msgid "Failed to unpin group DM"
msgstr "Nepodařilo se odpojit skupinový DM"
@@ -8298,7 +8376,7 @@ msgstr "Najděte dokonalou nálepku"
msgid "Fine-tune core colors and fonts for this app. Changes here are stored as custom CSS overrides and sync with the editor below."
msgstr "Doladíte základní barvy a písma této aplikace. Změny se ukládají jako vlastní CSS úpravy a synchronizují s níže uvedeným editorem."
-#: src/components/pages/ReportPage.tsx:319
+#: src/components/pages/report/optionDescriptors.ts:91
msgid "Finland"
msgstr "Finsko"
@@ -8306,7 +8384,7 @@ msgstr "Finsko"
msgid "Finnish"
msgstr "Finština"
-#: src/components/pages/ReportPage.tsx:923
+#: src/components/pages/report/ReportStepDetails.tsx:199
msgid "First and last name"
msgstr "Jméno a příjmení"
@@ -8419,7 +8497,7 @@ msgstr "Fluxer potřebuje oprávnění sledovat klávesnici a myš, aby <0>Push-
msgid "Fluxer Partner"
msgstr "Partner Fluxer"
-#: src/components/modals/components/PlutoniumContent.tsx:182
+#: src/components/modals/components/PlutoniumContent.tsx:193
#: src/components/modals/PremiumModal.tsx:34
#: src/components/modals/utils/settingsConstants.tsx:147
#: src/components/popouts/UserProfileBadges.tsx:99
@@ -8483,7 +8561,7 @@ msgstr "Jídlo a pití"
msgid "Foodie Friends"
msgstr "Gurmánští kamarádi"
-#: src/components/bottomsheets/DMBottomSheet.tsx:660
+#: src/components/bottomsheets/DMBottomSheet.tsx:663
msgid "For 1 hour"
msgstr "Na 1 hodinu"
@@ -8497,7 +8575,7 @@ msgstr "Na 1 hodinu"
msgid "For 1 Hour"
msgstr "Na 1 hodinu"
-#: src/components/bottomsheets/DMBottomSheet.tsx:659
+#: src/components/bottomsheets/DMBottomSheet.tsx:662
#: src/components/popouts/UserAreaPopout.tsx:77
msgid "For 15 minutes"
msgstr "Na 15 minut"
@@ -8511,7 +8589,7 @@ msgstr "Na 15 minut"
msgid "For 15 Minutes"
msgstr "Na 15 minut"
-#: src/components/bottomsheets/DMBottomSheet.tsx:663
+#: src/components/bottomsheets/DMBottomSheet.tsx:666
msgid "For 24 hours"
msgstr "Na 24 hodin"
@@ -8529,7 +8607,7 @@ msgstr "Na 24 hodin"
msgid "For 3 days"
msgstr "Na 3 dny"
-#: src/components/bottomsheets/DMBottomSheet.tsx:661
+#: src/components/bottomsheets/DMBottomSheet.tsx:664
msgid "For 3 hours"
msgstr "Na 3 hodiny"
@@ -8542,7 +8620,7 @@ msgstr "Na 3 hodiny"
msgid "For 3 Hours"
msgstr "Na 3 hodiny"
-#: src/components/bottomsheets/DMBottomSheet.tsx:662
+#: src/components/bottomsheets/DMBottomSheet.tsx:665
msgid "For 8 hours"
msgstr "Na 8 hodin"
@@ -8560,7 +8638,7 @@ msgstr "Na 8 hodin"
msgid "For British eyes only..."
msgstr "Pouze pro britské oči..."
-#: src/components/modals/components/plutonium/PricingSection.tsx:62
+#: src/components/modals/components/plutonium/PricingSection.tsx:68
msgid "For Me"
msgstr "Pro mě"
@@ -8664,15 +8742,15 @@ msgstr "Vynutí aktivní pomalý režim ve všech kanálech"
msgid "Forever"
msgstr "Navždy"
-#: src/components/modals/components/MobileSettingsView.tsx:300
+#: src/components/modals/components/MobileSettingsView.tsx:295
msgid "Forget"
msgstr "Zapomenout"
-#: src/components/modals/components/MobileSettingsView.tsx:327
+#: src/components/modals/components/MobileSettingsView.tsx:322
msgid "Forget Push Subscriptions"
msgstr "Zapomenout push odběry"
-#: src/components/modals/components/MobileSettingsView.tsx:294
+#: src/components/modals/components/MobileSettingsView.tsx:289
msgid "Forget push subscriptions?"
msgstr "Zapomenout push odběry?"
@@ -8729,7 +8807,7 @@ msgstr "Snímková frekvence"
msgid "Frame rates above 30 fps require Plutonium"
msgstr "Snímková frekvence nad 30 fps vyžaduje Plutonium"
-#: src/components/pages/ReportPage.tsx:320
+#: src/components/pages/report/optionDescriptors.ts:92
msgid "France"
msgstr "Francie"
@@ -8745,8 +8823,8 @@ msgstr "Uživatel zdarma (bez nákupů)"
msgid "Free User (With Purchase History)"
msgstr "Uživatel zdarma (s historií nákupů)"
-#: src/components/modals/components/PlutoniumContent.tsx:163
-#: src/components/modals/components/PlutoniumContent.tsx:289
+#: src/components/modals/components/PlutoniumContent.tsx:174
+#: src/components/modals/components/PlutoniumContent.tsx:308
msgid "Free vs Plutonium"
msgstr "Zdarma vs Plutonium"
@@ -8773,12 +8851,13 @@ msgstr "Žádost o přátelství"
msgid "Friend request sent"
msgstr "Žádost o přátelství odeslána"
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:68
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:250
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:75
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:89
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:271
msgid "Friend Request Sent"
msgstr "Žádost o přátelství odeslána"
-#: src/components/channel/dm/AddFriendForm.tsx:144
+#: src/components/channel/dm/AddFriendForm.tsx:167
msgid "Friend request sent!"
msgstr "Žádost o přátelství odeslána!"
@@ -8787,7 +8866,7 @@ msgstr "Žádost o přátelství odeslána!"
msgid "Friend Requests"
msgstr "Žádosti o přátelství"
-#: src/components/channel/dm/AddFriendForm.tsx:137
+#: src/components/channel/dm/AddFriendForm.tsx:160
msgid "Friend's FluxerTag"
msgstr "FluxerTag přítele"
@@ -8828,9 +8907,10 @@ msgstr "Od {0}"
#. placeholder {0}: creator.username
#. placeholder {1}: creator.discriminator
-#: src/components/channel/GiftEmbed.tsx:87
-#: src/components/modals/GiftAcceptModal.tsx:116
-#: src/components/modals/GiftAcceptModal.tsx:143
+#: src/components/channel/GiftEmbed.tsx:93
+#: src/components/modals/GiftAcceptModal.tsx:123
+#: src/components/modals/GiftAcceptModal.tsx:151
+#: src/components/modals/GiftAcceptModal.tsx:186
msgid "From {0}#{1}"
msgstr "Od {0}#{1}"
@@ -8850,7 +8930,7 @@ msgstr "Od uživatele"
msgid "from:"
msgstr "od:"
-#: src/components/pages/ReportPage.tsx:919
+#: src/components/pages/report/ReportStepDetails.tsx:195
msgid "Full Legal Name"
msgstr "Úplné právní jméno"
@@ -8892,7 +8972,7 @@ msgstr "Vygenerovat pozvánku"
msgid "Generate invite link"
msgstr "Vytvořit odkaz na pozvání"
-#: src/components/modals/tabs/BetaCodesTab.tsx:315
+#: src/components/modals/tabs/BetaCodesTab.tsx:340
msgid "Generate up to {MAX_UNCLAIMED_BETA_CODES} unclaimed beta codes to invite friends to Fluxer. You can create 3 codes per week."
msgstr "Vygenerujte až {MAX_UNCLAIMED_BETA_CODES} nevyzvednutých beta kódů k pozvání přátel do Fluxeru. Můžete vytvořit 3 kódy týdně."
@@ -8909,7 +8989,7 @@ msgstr "Geograficky omezeno"
msgid "German"
msgstr "Němčina"
-#: src/components/pages/ReportPage.tsx:321
+#: src/components/pages/report/optionDescriptors.ts:93
msgid "Germany"
msgstr "Německo"
@@ -8991,13 +9071,13 @@ msgstr "Náhled GIFu"
#: src/components/channel/pickers/gif/GifPickerHeader.tsx:40
#: src/components/channel/pickers/memes/MemesPickerHeader.tsx:57
#: src/components/channel/textarea/TextareaButtons.tsx:110
-#: src/components/modals/ExpressionPickerSheet.tsx:68
+#: src/components/modals/ExpressionPickerSheet.tsx:55
#: src/components/popouts/ExpressionPickerPopout.tsx:69
msgid "GIFs"
msgstr "GIFy"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:122
-#: src/components/modals/GiftAcceptModal.tsx:163
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:141
+#: src/components/modals/GiftAcceptModal.tsx:206
msgid "Gift"
msgstr "Dárek"
@@ -9030,19 +9110,20 @@ msgstr "Dárek již byl uplatněn"
msgid "Gift Already Redeemed"
msgstr "Dárek již byl uplatněn"
-#: src/components/channel/GiftEmbed.tsx:94
+#: src/components/channel/GiftEmbed.tsx:105
+#: src/components/channel/GiftEmbed.tsx:109
msgid "Gift Claimed"
msgstr "Dárek přijat"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:246
+#: src/components/modals/tabs/GiftInventoryTab.tsx:269
msgid "Gift code cannot be empty"
msgstr "Kód dárku nesmí být prázdný"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:243
+#: src/components/modals/tabs/GiftInventoryTab.tsx:266
msgid "Gift code is required"
msgstr "Kód dárku je povinný"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:250
+#: src/components/modals/tabs/GiftInventoryTab.tsx:273
msgid "Gift code is too long"
msgstr "Kód dárku je příliš dlouhý"
@@ -9070,7 +9151,7 @@ msgstr "Dárek nebyl nalezen"
#: src/components/channel/textarea/TextareaButtons.tsx:101
#: src/components/channel/textarea/TextareaButtons.tsx:177
-#: src/components/modals/components/plutonium/GiftSection.tsx:61
+#: src/components/modals/components/plutonium/GiftSection.tsx:67
msgid "Gift Plutonium"
msgstr "Věnujte Plutonium"
@@ -9078,23 +9159,23 @@ msgstr "Věnujte Plutonium"
msgid "Gift redeemed successfully!"
msgstr "Dárek byl úspěšně uplatněn!"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:89
+#: src/components/modals/tabs/GiftInventoryTab.tsx:90
msgid "Gift redeemed successfully! Enjoy your Plutonium!"
msgstr "Dárek byl úspěšně uplatněn! Užijte si své Plutonium!"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:53
+#: src/components/modals/components/plutonium/VisionarySection.tsx:58
msgid "gift time"
msgstr "čas na dárek"
-#: src/components/channel/GiftEmbed.tsx:151
+#: src/components/channel/GiftEmbed.tsx:162
msgid "Gift Unavailable"
msgstr "Dárek není k dispozici"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:132
+#: src/components/modals/tabs/GiftInventoryTab.tsx:133
msgid "Gift URL"
msgstr "URL dárku"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:75
+#: src/components/modals/tabs/GiftInventoryTab.tsx:76
msgid "Gift URL copied to clipboard!"
msgstr "URL dárku zkopírována do schránky!"
@@ -9126,7 +9207,7 @@ msgstr "Globální zkratky jsou dostupné v desktopové aplikaci"
msgid "Glorification of violence or disturbing imagery"
msgstr "Oslava násilí nebo znepokojující zobrazení"
-#: src/components/modals/components/MobileSettingsView.tsx:145
+#: src/components/modals/components/MobileSettingsView.tsx:140
#: src/components/modals/shared/MobileSettingsComponents.tsx:43
msgid "Go back"
msgstr "Zpět"
@@ -9143,7 +9224,7 @@ msgstr "Vrátit se k dříve aktivnímu textovému kanálu"
msgid "Go forward in navigation history"
msgstr "Jít vpřed v historii navigace"
-#: src/components/channel/InviteEmbed.tsx:259
+#: src/components/channel/InviteEmbed.tsx:261
#: src/components/modals/InviteAcceptModal.tsx:100
msgid "Go to Community"
msgstr "Přejít ke komunitě"
@@ -9166,15 +9247,15 @@ msgstr "Přejít na přihlášení"
msgid "Go to message"
msgstr "Přejít ke zprávě"
-#: src/components/channel/ChannelSearchResults.tsx:841
+#: src/components/channel/ChannelSearchResults.tsx:809
msgid "Go to page"
msgstr "Přejít na stránku"
-#: src/components/channel/ChannelSearchResults.tsx:808
+#: src/components/channel/ChannelSearchResults.tsx:776
msgid "Go to page {page}"
msgstr "Přejít na stránku {page}"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:315
+#: src/components/modals/tabs/GiftInventoryTab.tsx:338
msgid "Go to Plutonium"
msgstr "Přejít na Plutonium"
@@ -9195,7 +9276,7 @@ msgstr "Rozumím"
msgid "Gotcha"
msgstr "Tak jo"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:116
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:135
msgid "Grace Period"
msgstr "Přechodné období"
@@ -9203,7 +9284,7 @@ msgstr "Přechodné období"
msgid "Grace Period (Still Have Access)"
msgstr "Přechodné období (stále máte přístup)"
-#: src/components/modals/InviteModal.tsx:301
+#: src/components/modals/InviteModal.tsx:298
msgid "Grant temporary membership"
msgstr "Udělit dočasné členství"
@@ -9234,7 +9315,7 @@ msgstr "Skvělý úspěch!"
msgid "Great success! You can now close this tab and return to the app."
msgstr "Skvělý úspěch! Teď můžeš zavřít tuto záložku a vrátit se do aplikace."
-#: src/components/pages/ReportPage.tsx:322
+#: src/components/pages/report/optionDescriptors.ts:94
msgid "Greece"
msgstr "Řecko"
@@ -9263,7 +9344,7 @@ msgstr "Oprávnění k přidávání do skupinového chatu"
msgid "Group Chat Permissions"
msgstr "Oprávnění skupinových chatů"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:481
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:495
msgid "Group Direct Message"
msgstr "Skupinová přímá zpráva"
@@ -9272,7 +9353,7 @@ msgid "Group DM"
msgstr "Skupinová DM"
#. placeholder {0}: channel.recipientIds.length + 1
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:772
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:804
msgid "Group DM · {0} members"
msgstr "Skupinová DM · {0} členů"
@@ -9317,12 +9398,12 @@ msgstr "Název skupiny nesmí přesáhnout 100 znaků"
msgid "Group Online Status"
msgstr "Skupinový online stav"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:962
-#: src/components/channel/MemberListItem.tsx:102
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:984
+#: src/components/channel/MemberListItem.tsx:109
msgid "Group Owner"
msgstr "Vlastník skupiny"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1092
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1116
msgid "Group Settings"
msgstr "Nastavení skupiny"
@@ -9335,11 +9416,11 @@ msgstr "Stavy psaní ve skupině"
msgid "Group updated"
msgstr "Skupina byla aktualizována"
-#: src/components/pages/ReportPage.tsx:893
+#: src/components/pages/report/ReportStepDetails.tsx:167
msgid "Guild (Community) ID"
msgstr "ID guildy (komunity)"
-#: src/components/pages/ReportPage.tsx:902
+#: src/components/pages/report/ReportStepDetails.tsx:177
msgid "Guild ID is required."
msgstr "ID guildy je povinné."
@@ -9355,13 +9436,13 @@ msgstr "Záznam o guildě"
msgid "Hang on while we check for scheduled messages."
msgstr "Chvíli vydrž, kontrolujeme naplánované zprávy."
-#: src/components/pages/ReportPage.tsx:295
+#: src/components/pages/report/optionDescriptors.ts:70
#: src/constants/IARConstants.tsx:155
msgid "Harassment"
msgstr "Obtěžování"
-#: src/components/pages/ReportPage.tsx:262
-#: src/components/pages/ReportPage.tsx:281
+#: src/components/pages/report/optionDescriptors.ts:43
+#: src/components/pages/report/optionDescriptors.ts:59
#: src/constants/IARConstants.tsx:32
#: src/constants/IARConstants.tsx:109
msgid "Harassment or Bullying"
@@ -9383,9 +9464,9 @@ msgstr "Přepis historie nákupů"
msgid "has:"
msgstr "má:"
-#: src/components/pages/ReportPage.tsx:263
-#: src/components/pages/ReportPage.tsx:282
-#: src/components/pages/ReportPage.tsx:296
+#: src/components/pages/report/optionDescriptors.ts:44
+#: src/components/pages/report/optionDescriptors.ts:60
+#: src/components/pages/report/optionDescriptors.ts:71
#: src/constants/IARConstants.tsx:37
#: src/constants/IARConstants.tsx:114
#: src/constants/IARConstants.tsx:160
@@ -9430,7 +9511,7 @@ msgid "Help Center"
msgstr "Centrum nápovědy"
#. placeholder {0}: user.displayName
-#: src/components/layout/app-layout/nagbars/UnclaimedAccountNagbar.tsx:44
+#: src/components/layout/app-layout/nagbars/UnclaimedAccountNagbar.tsx:42
msgid "Hey {0}, claim your account to prevent losing access."
msgstr "Ahoj {0}, ověř svůj účet, aby ti nehrozila ztráta přístupu."
@@ -9654,7 +9735,7 @@ msgstr "https://example.com/callback"
msgid "Hungarian"
msgstr "maďarština"
-#: src/components/pages/ReportPage.tsx:323
+#: src/components/pages/report/optionDescriptors.ts:95
msgid "Hungary"
msgstr "Maďarsko"
@@ -9728,8 +9809,8 @@ msgstr "Pokud jste obdrželi beta kód, můžete ho zadat níže a získat okam
msgid "If you want to export your data or delete your messages first, please visit the Privacy Dashboard section in User Settings before proceeding."
msgstr "Pokud si nejprve chcete exportovat data nebo smazat zprávy, navštivte prosím nejdříve sekci Panelu soukromí v Uživatelském nastavení."
-#: src/components/channel/channel-view/DMChannelView.tsx:301
-#: src/components/channel/dm/DMWelcomeSection.tsx:119
+#: src/components/channel/channel-view/DMChannelView.tsx:302
+#: src/components/channel/dm/DMWelcomeSection.tsx:131
#: src/components/channel/friends/FriendListItem.tsx:145
#: src/components/channel/friends/FriendListItem.tsx:244
#: src/components/channel/friends/MobileFriendRequestItem.tsx:69
@@ -9740,7 +9821,7 @@ msgstr "Ignorovat"
#: src/components/channel/friends/FriendListItem.tsx:143
#: src/components/channel/friends/MobileFriendRequestItem.tsx:67
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:152
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:173
msgid "Ignore Friend Request"
msgstr "Ignorovat žádost o přátelství"
@@ -9749,8 +9830,8 @@ msgstr "Ignorovat žádost o přátelství"
msgid "Ignore per-channel message rate limits."
msgstr "Ignorovat limity rychlosti zpráv pro jednotlivé kanály."
-#: src/components/pages/ReportPage.tsx:267
-#: src/components/pages/ReportPage.tsx:298
+#: src/components/pages/report/optionDescriptors.ts:48
+#: src/components/pages/report/optionDescriptors.ts:73
#: src/constants/IARConstants.tsx:57
#: src/constants/IARConstants.tsx:170
msgid "Illegal Activity"
@@ -9762,7 +9843,7 @@ msgid "image"
msgstr "obrázek"
#: src/components/channel/embeds/media/EmbedGifv.tsx:237
-#: src/components/channel/embeds/media/EmbedImage.tsx:369
+#: src/components/channel/embeds/media/EmbedImage.tsx:374
#: src/components/modals/MediaViewerModal.tsx:362
#: src/components/search/HasFilterSheet.tsx:50
#: src/utils/FavoriteMemeUtils.ts:71
@@ -9783,8 +9864,8 @@ msgstr "Náhled obrázku"
msgid "Images"
msgstr "Obrázky"
-#: src/components/pages/ReportPage.tsx:272
-#: src/components/pages/ReportPage.tsx:284
+#: src/components/pages/report/optionDescriptors.ts:53
+#: src/components/pages/report/optionDescriptors.ts:62
#: src/constants/IARConstants.tsx:82
#: src/constants/IARConstants.tsx:124
msgid "Impersonation"
@@ -9839,7 +9920,7 @@ msgstr "za {absWeeks} týdnů"
msgid "in {absYears} years"
msgstr "za {absYears} let"
-#: src/components/channel/channel-view/DMChannelView.tsx:275
+#: src/components/channel/channel-view/DMChannelView.tsx:276
msgid "In call"
msgstr "Ve volání"
@@ -9880,7 +9961,7 @@ msgstr "V prohlížeči funguje Push-to-Talk jen, když je karta Fluxer aktivní
msgid "in:"
msgstr "v:"
-#: src/components/pages/ReportPage.tsx:286
+#: src/components/pages/report/optionDescriptors.ts:64
#: src/constants/IARConstants.tsx:134
msgid "Inappropriate Profile"
msgstr "Nevhodný profil"
@@ -9909,7 +9990,7 @@ msgstr "Zahrnout všechny komunitní zmínky"
msgid "Include audio from your screen in the share"
msgstr "Do sdílení zahrnout zvuk z obrazovky"
-#: src/components/channel/channel-view/DMChannelView.tsx:269
+#: src/components/channel/channel-view/DMChannelView.tsx:270
#: src/components/voice/IncomingCallUI.tsx:263
#: src/components/voice/IncomingCallUI.tsx:286
#: src/components/voice/IncomingCallUI.tsx:324
@@ -9946,11 +10027,11 @@ msgid "Increase app zoom level"
msgstr "Zvýšit úroveň přiblížení aplikace"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:284
-#: src/components/channel/ChannelSearchResults.tsx:679
+#: src/components/channel/ChannelSearchResults.tsx:648
msgid "Indexing Channel"
msgstr "Indexuje se kanál"
-#: src/components/channel/ChannelSearchResults.tsx:317
+#: src/components/channel/ChannelSearchResults.tsx:274
msgid "Indexing..."
msgstr "Indexování..."
@@ -10032,12 +10113,12 @@ msgstr "Vstupy s ikonami"
msgid "Insert emoji"
msgstr "Vložit emoji"
-#: src/components/channel/InviteEmbed.tsx:198
+#: src/components/channel/InviteEmbed.tsx:200
#: src/components/modals/InviteAcceptModal.tsx:143
msgid "Install Emoji Pack"
msgstr "Nainstalovat balíček emoji"
-#: src/components/channel/InviteEmbed.tsx:198
+#: src/components/channel/InviteEmbed.tsx:200
#: src/components/modals/InviteAcceptModal.tsx:143
msgid "Install Sticker Pack"
msgstr "Nainstalovat balíček nálepek"
@@ -10104,7 +10185,7 @@ msgstr "Neplatný dárkový kód"
msgid "Invalid instance response: missing webapp URL."
msgstr "Neplatná odpověď instance: chybí URL webové aplikace."
-#: src/components/modals/ClaimAccountModal.tsx:108
+#: src/components/modals/ClaimAccountModal.tsx:110
#: src/components/modals/EmailChangeModal.tsx:108
#: src/components/modals/EmailChangeModal.tsx:169
msgid "Invalid or expired code"
@@ -10134,7 +10215,7 @@ msgstr "Invertované tlačítko stisknuto!"
msgid "Invisible"
msgstr "Neviditelný"
-#: src/components/modals/InviteModal.tsx:257
+#: src/components/modals/InviteModal.tsx:267
#: src/components/modals/tabs/ExpressionPacksTab.tsx:83
#: src/constants/AuditLogConstants.tsx:239
msgid "Invite"
@@ -10144,7 +10225,7 @@ msgstr "Pozvat"
msgid "Invite Background"
msgstr "Pozadí pozvánky"
-#: src/components/pages/ReportPage.tsx:908
+#: src/components/pages/report/ReportStepDetails.tsx:183
msgid "Invite Code (optional)"
msgstr "Kód pozvánky (volitelný)"
@@ -10170,7 +10251,7 @@ msgstr "Pozvat přátele"
msgid "Invite friends to {0}"
msgstr "Pozvat přátele do {0}"
-#: src/components/modals/InviteModal.tsx:317
+#: src/components/modals/InviteModal.tsx:314
msgid "Invite link"
msgstr "Odkaz na pozvánku"
@@ -10190,7 +10271,7 @@ msgid "Invite Links"
msgstr "Odkazy pozvánek"
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:164
-#: src/components/layout/ChannelItem.tsx:599
+#: src/components/layout/ChannelItem.tsx:616
#: src/components/popouts/GuildHeaderPopout.tsx:178
msgid "Invite Members"
msgstr "Pozvat členy"
@@ -10218,7 +10299,7 @@ msgid "Invite Page Preview"
msgstr "Náhled stránky pozvánky"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:381
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1144
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1168
#: src/components/layout/FavoritesChannelListContent.tsx:305
#: src/components/uikit/ContextMenu/ChannelListContextMenu.tsx:96
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:97
@@ -10236,7 +10317,7 @@ msgstr "Pozvánka zrušena"
msgid "Invite sent for {0}"
msgstr "Pozvánka odeslána pro {0}"
-#: src/components/bottomsheets/DMBottomSheet.tsx:256
+#: src/components/bottomsheets/DMBottomSheet.tsx:258
msgid "Invite sent to {guildName}"
msgstr "Pozvánka byla odeslána do {guildName}"
@@ -10249,7 +10330,7 @@ msgid "Invite splash preview"
msgstr "Náhled úvodní pozvánky"
#. placeholder {0}: guild.name
-#: src/components/bottomsheets/DMBottomSheet.tsx:499
+#: src/components/bottomsheets/DMBottomSheet.tsx:501
msgid "Invite to {0}"
msgstr "Pozvat do {0}"
@@ -10257,7 +10338,7 @@ msgstr "Pozvat do {0}"
msgid "Invite to Community"
msgstr "Pozvat do komunity"
-#: src/components/channel/InviteEmbed.tsx:362
+#: src/components/channel/InviteEmbed.tsx:364
msgid "Invite Unavailable"
msgstr "Pozvánka nedostupná"
@@ -10277,7 +10358,7 @@ msgid "Invited by {0}#{1}"
msgstr "Pozváno uživatelem {0}#{1}"
#: src/components/auth/InviteHeader.tsx:159
-#: src/components/channel/InviteEmbed.tsx:222
+#: src/components/channel/InviteEmbed.tsx:224
msgid "Invited by {inviterTag}"
msgstr "Pozváno uživatelem {inviterTag}"
@@ -10290,8 +10371,8 @@ msgid "Inviter:"
msgstr "Pozývající:"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:303
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1199
-#: src/components/bottomsheets/DMBottomSheet.tsx:468
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1223
+#: src/components/bottomsheets/DMBottomSheet.tsx:470
#: src/components/channel/dm/DMList.tsx:257
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:145
msgid "Invites"
@@ -10301,11 +10382,11 @@ msgstr "Pozvánky"
msgid "Invites are currently disabled for this community."
msgstr "Pozvánky jsou pro tuto komunitu momentálně zakázané."
-#: src/components/modals/InviteModal.tsx:270
+#: src/components/modals/InviteModal.tsx:237
msgid "Invites are currently disabled in this community by an admin. While this invite can be created, it cannot be accepted until invites are re-enabled."
msgstr "Pozvánky jsou v této komunitě aktuálně zakázané správcem. I když lze pozvánku vytvořit, nelze ji přijmout, dokud se pozvánky znovu nepovolí."
-#: src/components/layout/guild-list/GuildListItem.tsx:233
+#: src/components/layout/guild-list/GuildListItem.tsx:234
msgid "Invites are currently paused in this community"
msgstr "Pozvánky jsou v této komunitě momentálně pozastavené"
@@ -10317,7 +10398,7 @@ msgstr "Pozvánky jsou v náhledových komunitách uzamčené. Aktivujte účet
msgid "Invites disabled"
msgstr "Pozvánky zakázány"
-#: src/components/channel/InviteEmbed.tsx:257
+#: src/components/channel/InviteEmbed.tsx:259
#: src/components/modals/InviteAcceptModal.tsx:98
msgid "Invites Disabled"
msgstr "Pozvánky zakázány"
@@ -10343,7 +10424,7 @@ msgstr "Pozvánky do <0>{0}0> jsou momentálně zakázané"
msgid "IP address authorized"
msgstr "IP adresa autorizována"
-#: src/components/pages/ReportPage.tsx:324
+#: src/components/pages/report/optionDescriptors.ts:96
msgid "Ireland"
msgstr "Irsko"
@@ -10359,7 +10440,7 @@ msgstr "Tady se koná pořádná psací fiesta"
msgid "Italian"
msgstr "Italština"
-#: src/components/pages/ReportPage.tsx:325
+#: src/components/pages/report/optionDescriptors.ts:97
msgid "Italy"
msgstr "Itálie"
@@ -10381,16 +10462,16 @@ msgstr "Připojit se ke komunitě"
msgid "Join a community with stickers to get started!"
msgstr "Připojte se ke komunitě s nálepkami a začněte!"
-#: src/components/channel/channel-view/DMChannelView.tsx:315
+#: src/components/channel/channel-view/DMChannelView.tsx:316
msgid "Join call"
msgstr "Připojit se k hovoru"
-#: src/components/channel/InviteEmbed.tsx:261
-#: src/components/channel/InviteEmbed.tsx:451
+#: src/components/channel/InviteEmbed.tsx:263
+#: src/components/channel/InviteEmbed.tsx:453
#: src/components/layout/guild-list/AddGuildButton.tsx:71
#: src/components/modals/AddGuildModal.tsx:129
#: src/components/modals/AddGuildModal.tsx:410
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:304
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:342
#: src/components/modals/InviteAcceptModal.tsx:102
#: src/components/modals/InviteAcceptModalPreview.tsx:114
msgid "Join Community"
@@ -10400,7 +10481,7 @@ msgstr "Připojit se ke komunitě"
msgid "Join community form"
msgstr "Formulář pro připojení ke komunitě"
-#: src/components/channel/InviteEmbed.tsx:187
+#: src/components/channel/InviteEmbed.tsx:189
msgid "Join Group"
msgstr "Připojit se ke skupině"
@@ -10416,19 +10497,19 @@ msgstr "Oznámení o připojení"
msgid "Join Operators Community"
msgstr "Připojit se ke komunitě operátorů"
-#: src/components/channel/CallMessage.tsx:171
+#: src/components/channel/CallMessage.tsx:165
msgid "Join the call"
msgstr "Připojit se k hovoru"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:122
+#: src/components/channel/ChannelHeader/CallButtons.tsx:159
msgid "Join Video Call"
msgstr "Připojit se k videohovoru"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:118
+#: src/components/channel/ChannelHeader/CallButtons.tsx:150
msgid "Join Video Call ({participantCount} participant)"
msgstr "Připojit se k videohovoru ({participantCount} účastník)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:119
+#: src/components/channel/ChannelHeader/CallButtons.tsx:151
msgid "Join Video Call ({participantCount} participants)"
msgstr "Připojit se k videohovoru ({participantCount} účastníci)"
@@ -10436,15 +10517,15 @@ msgstr "Připojit se k videohovoru ({participantCount} účastníci)"
msgid "Join Visionary Community"
msgstr "Připojit se ke komunitě vizionářů"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:70
+#: src/components/channel/ChannelHeader/CallButtons.tsx:89
msgid "Join Voice Call"
msgstr "Připojit se k hlasovému hovoru"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:66
+#: src/components/channel/ChannelHeader/CallButtons.tsx:80
msgid "Join Voice Call ({participantCount} participant)"
msgstr "Připojit se k hlasovému hovoru ({participantCount} účastník)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:67
+#: src/components/channel/ChannelHeader/CallButtons.tsx:81
msgid "Join Voice Call ({participantCount} participants)"
msgstr "Připojit se k hlasovému hovoru ({participantCount} účastníci)"
@@ -10495,7 +10576,7 @@ msgstr "JPEG, PNG, WebP. Max 10 MB. Doporučeno: 512×512 px"
msgid "JPEG, PNG, WebP. Max 10MB. Recommended: 512×512px. Animated avatars (GIF) require <0/>."
msgstr "JPEG, PNG, WebP. Max 10 MB. Doporučeno: 512×512 px. Animované avatary (GIF) vyžadují <0/>."
-#: src/components/channel/ChannelSearchResults.tsx:777
+#: src/components/channel/ChannelSearchResults.tsx:745
#: src/components/pages/MessageListPage.tsx:97
#: src/components/popouts/RecentMentionsContent.tsx:221
#: src/components/popouts/SavedMessagesContent.tsx:102
@@ -10519,11 +10600,11 @@ msgstr "Přejít na zprávu"
msgid "Jump to Oldest Unread Message"
msgstr "Přejít na nejstarší nepřečtenou zprávu"
-#: src/components/channel/ChannelSearchResults.tsx:872
+#: src/components/channel/ChannelSearchResults.tsx:840
msgid "Jump to page"
msgstr "Přejít na stránku"
-#: src/components/channel/Messages.tsx:917
+#: src/components/channel/Messages.tsx:915
msgid "Jump to Present"
msgstr "Přejít na aktuální"
@@ -10612,7 +10693,7 @@ msgid "Keyboard Shortcuts"
msgstr "Klávesové zkratky"
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:344
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:311
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:314
#: src/components/modals/KickMemberModal.tsx:58
#: src/components/modals/UserProfileActionsSheet.tsx:253
msgid "Kick"
@@ -10702,7 +10783,7 @@ msgstr "Latence {latency} milisekund"
msgid "Latency graph"
msgstr "Graf latence"
-#: src/components/pages/ReportPage.tsx:326
+#: src/components/pages/report/optionDescriptors.ts:98
msgid "Latvia"
msgstr "Lotyšsko"
@@ -10729,10 +10810,10 @@ msgstr "Opustit komunitu"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:248
#: src/components/bottomsheets/ChannelBottomSheet.tsx:250
#: src/components/bottomsheets/ChannelBottomSheet.tsx:314
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1253
-#: src/components/bottomsheets/DMBottomSheet.tsx:337
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1277
#: src/components/bottomsheets/DMBottomSheet.tsx:339
-#: src/components/bottomsheets/DMBottomSheet.tsx:551
+#: src/components/bottomsheets/DMBottomSheet.tsx:341
+#: src/components/bottomsheets/DMBottomSheet.tsx:554
#: src/components/channel/dm/DMList.tsx:265
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:159
#: src/hooks/useLeaveGroup.tsx:42
@@ -10740,27 +10821,27 @@ msgstr "Opustit komunitu"
msgid "Leave Group"
msgstr "Opustit skupinu"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:122
+#: src/components/channel/ChannelHeader/CallButtons.tsx:157
msgid "Leave Video Call"
msgstr "Opustit videohovor"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:113
+#: src/components/channel/ChannelHeader/CallButtons.tsx:145
msgid "Leave Video Call ({participantCount} participant)"
msgstr "Odejít z videohovoru ({participantCount} účastník)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:114
+#: src/components/channel/ChannelHeader/CallButtons.tsx:146
msgid "Leave Video Call ({participantCount} participants)"
msgstr "Odejít z videohovoru ({participantCount} účastníci)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:70
+#: src/components/channel/ChannelHeader/CallButtons.tsx:87
msgid "Leave Voice Call"
msgstr "Opustit hlasový hovor"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:61
+#: src/components/channel/ChannelHeader/CallButtons.tsx:75
msgid "Leave Voice Call ({participantCount} participant)"
msgstr "Odejít z hlasového hovoru ({participantCount} účastník)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:62
+#: src/components/channel/ChannelHeader/CallButtons.tsx:76
msgid "Leave Voice Call ({participantCount} participants)"
msgstr "Odejít z hlasového hovoru ({participantCount} účastníci)"
@@ -10785,7 +10866,7 @@ msgstr "Zarovnáno vlevo"
msgid "Left community"
msgstr "Opustil komunitu"
-#: src/components/bottomsheets/DMBottomSheet.tsx:350
+#: src/components/bottomsheets/DMBottomSheet.tsx:352
#: src/hooks/useLeaveGroup.tsx:56
msgid "Left group"
msgstr "Opustil skupinu"
@@ -10798,7 +10879,7 @@ msgstr "Levá ikona"
msgid "Left Tooltip"
msgstr "Levé vysvětlivky"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:90
+#: src/components/modals/components/plutonium/VisionarySection.tsx:99
msgid "Let people add you without needing a 4-digit tag"
msgstr "Nechte lidi přidat vás bez nutnosti 4místného tagu"
@@ -10810,17 +10891,13 @@ msgstr "Nechte komunitu se sama moderovat"
msgid "Letters (a-z, A-Z), numbers (0-9), and underscores (_) only"
msgstr "Pouze písmena (a-z, A-Z), číslice (0-9) a podtržítka (_)"
-#: src/components/pages/ReportPage.tsx:729
-msgid "Letters and numbers only. You can paste the code—formatting is automatic."
-msgstr "Pouze písmena a čísla. Kód můžete vložit—formátování je automatické."
-
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:120
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:139
#: src/components/modals/tabs/DeveloperOptionsTab/AccountPremiumTab.tsx:49
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:371
msgid "Lifetime"
msgstr "Doživotně"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:73
+#: src/components/modals/components/plutonium/VisionarySection.tsx:82
#: src/utils/giftUtils.ts:58
msgid "Lifetime Plutonium"
msgstr "Plutonium na doživotí"
@@ -10838,7 +10915,7 @@ msgid "Liked!"
msgstr "Líbí se!"
#. placeholder {0}: formatter.format(visionarySlots.total)
-#: src/components/modals/components/plutonium/VisionarySection.tsx:61
+#: src/components/modals/components/plutonium/VisionarySection.tsx:70
msgid "Limited to {0} users. One-time purchase, lifetime access."
msgstr "Omezeno na {0} uživatelů. Jednorázový nákup, doživotní přístup."
@@ -10856,7 +10933,7 @@ msgstr "Odkaz"
msgid "Link channel"
msgstr "Propojit kanál"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:530
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:544
#: src/components/uikit/ContextMenu/MediaContextMenu.tsx:145
#: src/components/uikit/ContextMenu/MediaContextMenu.tsx:228
msgid "Link copied to clipboard"
@@ -10902,7 +10979,7 @@ msgstr "Seznamy"
msgid "Lists members with this role in their own section in the member list."
msgstr "Zobrazuje členy s touto rolí ve vlastní sekci v seznamu členů."
-#: src/components/pages/ReportPage.tsx:327
+#: src/components/pages/report/optionDescriptors.ts:99
msgid "Lithuania"
msgstr "Litva"
@@ -10934,7 +11011,7 @@ msgstr "Načítání zákazů..."
msgid "Loading communities..."
msgstr "Načítání komunit..."
-#: src/components/channel/embeds/media/EmbedImage.tsx:363
+#: src/components/channel/embeds/media/EmbedImage.tsx:368
msgid "Loading image"
msgstr "Načítání obrázku"
@@ -10947,7 +11024,7 @@ msgid "Loading more..."
msgstr "Načítání dalších..."
#: src/components/channel/embeds/media/EmbedGifv.tsx:493
-#: src/components/channel/embeds/media/EmbedGifv.tsx:721
+#: src/components/channel/embeds/media/EmbedGifv.tsx:745
msgid "Loading placeholder"
msgstr "Zástupný obsah při načítání"
@@ -10971,7 +11048,7 @@ msgstr "Načítání motivu..."
msgid "Loading verification methods..."
msgstr "Načítání metod ověření..."
-#: src/components/channel/embeds/media/EmbedImage.tsx:363
+#: src/components/channel/embeds/media/EmbedImage.tsx:368
msgid "Loading: {alt}"
msgstr "Načítání: {alt}"
@@ -11021,7 +11098,7 @@ msgid "Log in with a passkey"
msgstr "Přihlásit se pomocí klíče"
#: src/components/modals/components/DesktopSettingsView.tsx:346
-#: src/components/modals/components/MobileSettingsView.tsx:362
+#: src/components/modals/components/MobileSettingsView.tsx:357
#: src/components/pages/PendingVerificationPage.tsx:151
msgid "Log Out"
msgstr "Odhlásit se"
@@ -11101,7 +11178,7 @@ msgstr "Nízké"
msgid "Low (480p)"
msgstr "Nízké (480p)"
-#: src/components/pages/ReportPage.tsx:328
+#: src/components/pages/report/optionDescriptors.ts:100
msgid "Luxembourg"
msgstr "Lucembursko"
@@ -11114,16 +11191,16 @@ msgstr "Přidělit vlastnictví skupiny"
msgid "Make links to websites stand out more by always underlining them."
msgstr "Zvýrazněte odkazy na weby tím, že je vždy podtrhnete."
-#: src/components/pages/ReportPage.tsx:271
+#: src/components/pages/report/optionDescriptors.ts:52
#: src/constants/IARConstants.tsx:77
msgid "Malicious Links"
msgstr "Zlovolné odkazy"
-#: src/components/pages/ReportPage.tsx:329
+#: src/components/pages/report/optionDescriptors.ts:101
msgid "Malta"
msgstr "Malta"
-#: src/components/pages/ReportPage.tsx:302
+#: src/components/pages/report/optionDescriptors.ts:77
#: src/constants/IARConstants.tsx:190
msgid "Malware Distribution"
msgstr "Šíření malwaru"
@@ -11214,7 +11291,7 @@ msgid "Manage slash commands for this application"
msgstr "Spravovat lomítkové příkazy pro tuto aplikaci"
#: src/components/layout/app-layout/nagbars/PremiumGracePeriodNagbar.tsx:83
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:288
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:324
msgid "Manage Subscription"
msgstr "Spravovat předplatné"
@@ -11227,7 +11304,7 @@ msgstr "Spravovat e-mailovou adresu, kterou používáte k přihlášení do Flu
msgid "Manage Webhooks"
msgstr "Spravovat webhooky"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:100
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:104
msgid "Manage your applications and bots."
msgstr "Spravovat své aplikace a boty."
@@ -11243,7 +11320,7 @@ msgstr "Spravovat své dárky"
msgid "Manage your phone number for SMS two-factor authentication"
msgstr "Spravovat své telefonní číslo pro SMS dvoufaktorové ověřování"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:280
+#: src/components/modals/tabs/GiftInventoryTab.tsx:303
msgid "Manage your purchased Plutonium gift codes. Share the gift URL with someone special or redeem it for yourself!"
msgstr "Spravovat zakoupené dárkové kódy Plutonium. Sdílejte adresu URL daru s někým výjimečným nebo ji uplatněte sami!"
@@ -11256,8 +11333,8 @@ msgid "Mark as 18+ (NSFW)"
msgstr "Označit jako 18+ (NSFW)"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:358
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1115
-#: src/components/bottomsheets/DMBottomSheet.tsx:388
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1139
+#: src/components/bottomsheets/DMBottomSheet.tsx:390
#: src/components/channel/NewMessagesBar.tsx:60
#: src/components/uikit/ContextMenu/items/CategoryMenuItems.tsx:81
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:79
@@ -11319,7 +11396,7 @@ msgstr "Markdown"
msgid "Markdown Preview"
msgstr "Náhled Markdownu"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:516
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:530
msgid "Marked as read"
msgstr "Označeno jako přečtené"
@@ -11347,7 +11424,7 @@ msgstr "Značky pod posuvníkem"
msgid "Marty_McFly"
msgstr "Marty_McFly"
-#: src/components/modals/ClaimAccountModal.tsx:160
+#: src/components/modals/ClaimAccountModal.tsx:162
#: src/components/modals/EmailChangeModal.tsx:254
msgid "marty@example.com"
msgstr "marty@example.com"
@@ -11356,7 +11433,7 @@ msgstr "marty@example.com"
msgid "Mask Visionary as subscription"
msgstr "Skrýt Visionary jako předplatné"
-#: src/components/modals/InviteModal.tsx:291
+#: src/components/modals/InviteModal.tsx:288
msgid "Max number of uses"
msgstr "Maximální počet použití"
@@ -11393,7 +11470,8 @@ msgstr "Maximální kvalita kamery je 1080p"
msgid "Maximum quality, requires very fast connection"
msgstr "Maximální kvalita, vyžaduje velmi rychlé připojení"
-#: src/components/modals/GiftAcceptModal.tsx:151
+#: src/components/modals/GiftAcceptModal.tsx:161
+#: src/components/modals/GiftAcceptModal.tsx:194
msgid "Maybe later"
msgstr "Možná později"
@@ -11411,7 +11489,7 @@ msgstr "Měření..."
#: src/components/channel/AutocompleteEmoji.tsx:154
#: src/components/channel/textarea/TextareaButtons.tsx:122
-#: src/components/modals/ExpressionPickerSheet.tsx:77
+#: src/components/modals/ExpressionPickerSheet.tsx:64
#: src/components/modals/tabs/ChatSettingsTab.tsx:43
#: src/components/modals/tabs/ChatSettingsTab/Inline.tsx:37
#: src/components/modals/utils/settingsConstants.tsx:298
@@ -11504,8 +11582,8 @@ msgstr "Ověření člena"
msgid "Member verification level"
msgstr "Úroveň ověření člena"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:877
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:913
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:909
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:945
#: src/components/modals/guildTabs/GuildMembersTab.tsx:429
#: src/components/modals/shared/AddOverridePopout.tsx:176
#: src/components/modals/utils/guildSettingsConstants.tsx:157
@@ -11536,7 +11614,7 @@ msgstr "Členové odstraněni"
msgid "Members receive notifications for every message"
msgstr "Členové dostávají oznámení u každé zprávy"
-#: src/components/modals/InviteModal.tsx:302
+#: src/components/modals/InviteModal.tsx:299
msgid "Members will be removed when they go offline unless a role is assigned"
msgstr "Členové budou odebráni, když přejdou offline, pokud nemají přiřazenou roli"
@@ -11608,11 +11686,11 @@ msgid "mentions:"
msgstr "zmínky:"
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:234
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:218
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:220
#: src/components/modals/tabs/ComponentGalleryTab/InputsTab.tsx:164
-#: src/components/modals/UserProfileMobileSheet.tsx:497
-#: src/components/modals/UserProfileModal.tsx:1189
-#: src/components/modals/UserProfileModal.tsx:1311
+#: src/components/modals/UserProfileMobileSheet.tsx:501
+#: src/components/modals/UserProfileModal.tsx:1190
+#: src/components/modals/UserProfileModal.tsx:1316
#: src/components/popouts/UserProfilePopout.tsx:289
#: src/components/popouts/UserProfilePopout.tsx:308
#: src/components/profile/ProfilePreview.tsx:292
@@ -11689,7 +11767,7 @@ msgstr "Seskupování zpráv"
msgid "Message is too long"
msgstr "Zpráva je příliš dlouhá"
-#: src/components/pages/ReportPage.tsx:837
+#: src/components/pages/report/ReportStepDetails.tsx:107
msgid "Message Link"
msgstr "Odkaz na zprávu"
@@ -11744,7 +11822,7 @@ msgstr "Zprávy a média"
msgid "Messages Deleted"
msgstr "Zprávy smazány"
-#: src/components/channel/Messages.tsx:938
+#: src/components/channel/Messages.tsx:936
msgid "Messages failed to load"
msgstr "Zprávy se nepodařilo načíst"
@@ -11888,22 +11966,21 @@ msgstr "Moderace"
msgid "Monospace font family"
msgstr "Rodina fontů s pevnou šířkou"
-#: src/components/auth/DateOfBirthField.tsx:87
-#: src/components/auth/DateOfBirthField.tsx:154
+#: src/components/auth/DateOfBirthField.tsx:151
#: src/components/auth/MockMinimalRegisterForm.tsx:68
msgid "Month"
msgstr "Měsíc"
-#: src/components/modals/components/plutonium/PricingSection.tsx:71
+#: src/components/modals/components/plutonium/PricingSection.tsx:78
msgid "Monthly"
msgstr "Měsíčně"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:63
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:73
msgid "Monthly {monthlyPrice}"
msgstr "Měsíčně {monthlyPrice}"
#: src/components/accounts/AccountRow.tsx:178
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:863
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:895
#: src/components/channel/friends/FriendListItem.tsx:229
#: src/components/channel/MessageActionBar.tsx:647
#: src/components/channel/MessageActionBar.tsx:776
@@ -11936,7 +12013,7 @@ msgstr "Více slotů pro samolepky"
msgid "Most popular"
msgstr "Nejoblíbenější"
-#: src/components/channel/ChannelSearchResults.tsx:225
+#: src/components/channel/ChannelSearchResults.tsx:182
#: src/components/search/SortModeSheet.tsx:53
msgid "Most Relevant"
msgstr "Nejrelevantnější"
@@ -12015,7 +12092,7 @@ msgstr "Vícejazyčný obsah"
msgid "Music Lovers"
msgstr "Milovníci hudby"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:850
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:882
#: src/components/bottomsheets/VoiceLobbyBottomSheet.tsx:179
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:253
#: src/components/layout/UserArea.tsx:213
@@ -12055,7 +12132,7 @@ msgstr "Ztlumit kanál"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:400
#: src/components/bottomsheets/ChannelBottomSheet.tsx:452
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1010
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1034
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:171
#: src/components/modals/GuildNotificationSettingsModal.tsx:295
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:168
@@ -12069,9 +12146,9 @@ msgstr "Ztlumit kanál"
msgid "Mute Community"
msgstr "Ztlumit komunitu"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1012
-#: src/components/bottomsheets/DMBottomSheet.tsx:449
-#: src/components/bottomsheets/DMBottomSheet.tsx:590
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1036
+#: src/components/bottomsheets/DMBottomSheet.tsx:451
+#: src/components/bottomsheets/DMBottomSheet.tsx:593
msgid "Mute Conversation"
msgstr "Ztlumit konverzaci"
@@ -12096,7 +12173,7 @@ msgstr "Ztlumit členy"
msgid "Mute User"
msgstr "Ztlumit uživatele"
-#: src/components/layout/guild-list/GuildListItem.tsx:193
+#: src/components/layout/guild-list/GuildListItem.tsx:194
#: src/components/layout/VoiceStateIcons.tsx:53
#: src/components/voice/VoiceParticipantTile.tsx:897
#: src/utils/ContextMenuUtils.tsx:159
@@ -12105,7 +12182,7 @@ msgstr "Ztlumeno"
#. placeholder {0}: DateUtils.getFormattedDateTime(new Date(muteConfig.end_time))
#. placeholder {0}: getFormattedDateTime(new Date(muteConfig.end_time))
-#: src/components/layout/guild-list/GuildListItem.tsx:191
+#: src/components/layout/guild-list/GuildListItem.tsx:192
#: src/utils/ContextMenuUtils.tsx:157
msgid "Muted until {0}"
msgstr "Ztlumeno do {0}"
@@ -12253,7 +12330,7 @@ msgstr "Potřebujete účet?"
msgid "Neighborhood Watch"
msgstr "Hlídka sousedství"
-#: src/components/pages/ReportPage.tsx:330
+#: src/components/pages/report/optionDescriptors.ts:102
msgid "Netherlands"
msgstr "Nizozemsko"
@@ -12261,9 +12338,9 @@ msgstr "Nizozemsko"
msgid "Network"
msgstr "Síť"
-#: src/components/modals/components/PlutoniumContent.tsx:145
-#: src/components/modals/components/PlutoniumContent.tsx:271
-#: src/components/modals/tabs/BetaCodesTab.tsx:295
+#: src/components/modals/components/PlutoniumContent.tsx:156
+#: src/components/modals/components/PlutoniumContent.tsx:288
+#: src/components/modals/tabs/BetaCodesTab.tsx:320
#: src/components/modals/tabs/DevicesTab.tsx:229
msgid "Network error"
msgstr "Chyba sítě"
@@ -12290,7 +12367,7 @@ msgstr "nikdy nevyprší"
#: src/components/channel/Divider.tsx:51
#: src/components/channel/Divider.tsx:60
#: src/components/channel/UnreadDividerSlot.tsx:45
-#: src/components/layout/GuildsLayout.tsx:285
+#: src/components/layout/GuildsLayout.tsx:283
msgid "New"
msgstr "Nové"
@@ -12311,7 +12388,7 @@ msgstr "Nový e-mail"
msgid "New email form"
msgstr "Formulář pro nový e-mail"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:902
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:934
msgid "New Group"
msgstr "Nová skupina"
@@ -12334,7 +12411,7 @@ msgid "new-channel"
msgstr "nový-kanál"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:446
-#: src/components/channel/ChannelSearchResults.tsx:223
+#: src/components/channel/ChannelSearchResults.tsx:180
msgid "Newest"
msgstr "Nejnovější"
@@ -12394,7 +12471,7 @@ msgstr "Přezdívka nesmí překročit 32 znaků"
msgid "Nickname updated"
msgstr "Přezdívka aktualizována"
-#: src/components/layout/GuildLayout.tsx:392
+#: src/components/layout/GuildLayout.tsx:397
msgid "No accessible channels"
msgstr "Žádné přístupné kanály"
@@ -12431,7 +12508,7 @@ msgstr "Žádní zabanovaní uživatelé"
msgid "No bans found matching your search."
msgstr "Nebyly nalezeny žádné zákazy odpovídající hledání."
-#: src/components/modals/tabs/BetaCodesTab.tsx:365
+#: src/components/modals/tabs/BetaCodesTab.tsx:390
msgid "No beta codes yet"
msgstr "Zatím žádné beta kódy"
@@ -12471,7 +12548,7 @@ msgstr "Žádné dostupné kanály"
msgid "No channels found"
msgstr "Žádné kanály nenalezeny"
-#: src/components/modals/tabs/BetaCodesTab.tsx:275
+#: src/components/modals/tabs/BetaCodesTab.tsx:279
msgid "No codes remaining. Resets {resetString}"
msgstr "Žádné zbývající kódy. Obnoví se {resetString}"
@@ -12484,7 +12561,7 @@ msgid "No community banner"
msgstr "Žádný komunitní banner"
#: src/components/auth/InviteHeader.tsx:156
-#: src/components/channel/InviteEmbed.tsx:215
+#: src/components/channel/InviteEmbed.tsx:217
#: src/components/modals/InviteAcceptModal.tsx:148
#: src/components/modals/tabs/ExpressionPacksTab.tsx:73
msgid "No description provided."
@@ -12516,7 +12593,7 @@ msgstr "Zatím žádní přátelé"
msgid "No GIFs found"
msgstr "Žádné GIFy nenalezeny"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:311
+#: src/components/modals/tabs/GiftInventoryTab.tsx:334
msgid "No gifts yet"
msgstr "Zatím žádné dary"
@@ -12656,7 +12733,7 @@ msgid "No results"
msgstr "Žádné výsledky"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:315
-#: src/components/channel/ChannelSearchResults.tsx:709
+#: src/components/channel/ChannelSearchResults.tsx:678
msgid "No Results"
msgstr "Žádné výsledky"
@@ -12717,7 +12794,7 @@ msgstr "Žádný systémový kanál"
msgid "No Timer"
msgstr "Žádný časovač"
-#: src/components/channel/dm/AddFriendForm.tsx:70
+#: src/components/channel/dm/AddFriendForm.tsx:93
msgid "No user found with that FluxerTag."
msgstr "Uživatel s tímto FluxerTagem nebyl nalezen."
@@ -12797,7 +12874,7 @@ msgstr "Ne teď"
msgid "Not your cup of tea? You can disable this feature anytime."
msgstr "Není to váš šálek čaje? Tuto funkci můžete kdykoli vypnout."
-#: src/components/modals/UserProfileMobileSheet.tsx:549
+#: src/components/modals/UserProfileMobileSheet.tsx:553
#: src/components/modals/UserProfileModal.tsx:244
#: src/components/modals/UserProfileModal.tsx:248
#: src/components/pages/YouPage.tsx:144
@@ -12813,7 +12890,7 @@ msgstr "Poznámka (vidíte jen vy)"
msgid "nothing"
msgstr "nic"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1387
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1411
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:218
#: src/components/modals/GuildNotificationSettingsModal.tsx:95
#: src/components/modals/GuildNotificationSettingsModal.tsx:226
@@ -12835,8 +12912,8 @@ msgid "Notification Overrides"
msgstr "Přepsání oznámení"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:405
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1160
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1341
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1184
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1365
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:199
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsButton.tsx:59
#: src/components/modals/GuildNotificationSettingsModal.tsx:162
@@ -12904,17 +12981,17 @@ msgstr "Obsah pro dospělé není povolen"
msgid "NSFW Gates"
msgstr "Brány NSFW"
-#: src/components/pages/ReportPage.tsx:266
+#: src/components/pages/report/optionDescriptors.ts:47
#: src/constants/IARConstants.tsx:52
msgid "NSFW Policy Violation"
msgstr "Porušení zásad NSFW"
#. placeholder {0}: formatter.format(visionarySlots.total)
-#: src/components/modals/components/plutonium/VisionarySection.tsx:82
+#: src/components/modals/components/plutonium/VisionarySection.tsx:91
msgid "Numbered badge (1-{0}) showing your Visionary status"
msgstr "Číslovaná nálepka (1-{0}) ukazující váš stav Visionář"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:83
+#: src/components/modals/components/plutonium/VisionarySection.tsx:92
msgid "Numbered badge showing your Visionary status"
msgstr "Číslovaný odznak ukazující váš status Visionary"
@@ -12933,8 +13010,8 @@ msgstr "Objekty"
msgid "Off"
msgstr "Vypnuto"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:281
-#: src/components/channel/ChannelMembers.tsx:137
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:287
+#: src/components/channel/ChannelMembers.tsx:108
#: src/Constants.tsx:134
#: src/utils/MemberListUtils.ts:150
#: src/utils/MemberListUtils.ts:188
@@ -12962,7 +13039,7 @@ msgid "Okay"
msgstr "Dobře"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:446
-#: src/components/channel/ChannelSearchResults.tsx:224
+#: src/components/channel/ChannelSearchResults.tsx:181
msgid "Oldest"
msgstr "Nejstarší"
@@ -13020,25 +13097,25 @@ msgstr "Jeden nebo více kanálů se indexuje"
msgid "one second ago"
msgstr "před sekundou"
-#: src/components/modals/components/plutonium/GiftSection.tsx:71
-#: src/components/modals/components/plutonium/GiftSection.tsx:80
-#: src/components/modals/components/plutonium/PricingSection.tsx:103
-#: src/components/modals/components/plutonium/PricingSection.tsx:112
+#: src/components/modals/components/plutonium/GiftSection.tsx:78
+#: src/components/modals/components/plutonium/GiftSection.tsx:90
+#: src/components/modals/components/plutonium/PricingSection.tsx:118
+#: src/components/modals/components/plutonium/PricingSection.tsx:130
msgid "one-time purchase"
msgstr "jednorázový nákup"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:65
+#: src/components/modals/components/plutonium/VisionarySection.tsx:74
msgid "One-time purchase, lifetime access."
msgstr "Jednorázový nákup, doživotní přístup."
-#: src/components/modals/components/plutonium/GiftSection.tsx:89
-#: src/components/modals/components/plutonium/PricingSection.tsx:90
-#: src/components/modals/components/plutonium/PricingSection.tsx:121
+#: src/components/modals/components/plutonium/GiftSection.tsx:102
+#: src/components/modals/components/plutonium/PricingSection.tsx:103
+#: src/components/modals/components/plutonium/PricingSection.tsx:142
msgid "one-time, lifetime"
msgstr "jednorázové, celoživotní"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:281
-#: src/components/channel/ChannelMembers.tsx:135
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:285
+#: src/components/channel/ChannelMembers.tsx:106
#: src/components/channel/dm/DMFriendsView.tsx:168
#: src/components/channel/friends/views/FriendsList.tsx:95
#: src/Constants.tsx:130
@@ -13051,7 +13128,7 @@ msgstr "Online"
msgid "Online Status"
msgstr "Stav online"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1382
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1406
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:212
#: src/components/modals/GuildNotificationSettingsModal.tsx:91
#: src/components/modals/GuildNotificationSettingsModal.tsx:281
@@ -13120,11 +13197,11 @@ msgstr "Otevřít okno pro nárokování účtu"
msgid "Open color picker"
msgstr "Otevřít výběr barev"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1398
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1422
msgid "Open Community Notification Settings"
msgstr "Otevřít nastavení oznámení komunity"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:286
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:322
msgid "Open Customer Portal"
msgstr "Otevřít zákaznický portál"
@@ -13293,7 +13370,7 @@ msgstr "Možnost tři"
msgid "Option Two"
msgstr "Možnost dva"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:89
+#: src/components/modals/components/plutonium/VisionarySection.tsx:98
msgid "Optional #0000 tag"
msgstr "Volitelný tag #0000"
@@ -13309,7 +13386,7 @@ msgstr "NEBO"
msgid "Or copy the link:"
msgstr "Nebo zkopírujte odkaz:"
-#: src/components/modals/InviteModal.tsx:312
+#: src/components/modals/InviteModal.tsx:309
msgid "or send an invite link to a friend:"
msgstr "nebo pošlete pozvánku přáteli:"
@@ -13325,9 +13402,9 @@ msgstr "Původní zprávu se nepodařilo načíst"
msgid "Original message was deleted"
msgstr "Původní zpráva byla smazána"
-#: src/components/pages/ReportPage.tsx:273
-#: src/components/pages/ReportPage.tsx:287
-#: src/components/pages/ReportPage.tsx:303
+#: src/components/pages/report/optionDescriptors.ts:54
+#: src/components/pages/report/optionDescriptors.ts:65
+#: src/components/pages/report/optionDescriptors.ts:78
#: src/constants/IARConstants.tsx:87
#: src/constants/IARConstants.tsx:139
#: src/constants/IARConstants.tsx:195
@@ -13463,8 +13540,8 @@ msgstr "Klíče vyžadují podepsaný balíček macOS s platným identifikátore
#: src/components/auth/AuthLoginCore/AuthLoginEmailPasswordForm.tsx:90
#: src/components/auth/AuthRegisterFormCore.tsx:136
#: src/components/auth/AuthRegisterFormCore.tsx:217
-#: src/components/modals/ClaimAccountModal.tsx:168
-#: src/components/modals/ClaimAccountModal.tsx:208
+#: src/components/modals/ClaimAccountModal.tsx:170
+#: src/components/modals/ClaimAccountModal.tsx:210
#: src/components/modals/SudoVerificationModal.tsx:171
#: src/components/modals/SudoVerificationModal.tsx:236
#: src/components/modals/tabs/AccountSecurityTab/AccountTab.tsx:105
@@ -13546,11 +13623,11 @@ msgstr "Lidé, kteří jsou přátelé vašich přátel, vás mohou přidat do s
msgid "People who are friends with your friends can call you"
msgstr "Lidé, kteří jsou přátelé vašich přátel, vám mohou zavolat"
-#: src/components/modals/components/plutonium/PricingSection.tsx:73
+#: src/components/modals/components/plutonium/PricingSection.tsx:80
msgid "per month"
msgstr "měsíčně"
-#: src/components/modals/components/plutonium/PricingSection.tsx:80
+#: src/components/modals/components/plutonium/PricingSection.tsx:90
msgid "per year"
msgstr "ročně"
@@ -13588,8 +13665,8 @@ msgstr "Oprávnění udělena"
msgid "Personal notes"
msgstr "Osobní poznámky"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:479
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:778
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:493
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:810
#: src/components/channel/channel-header/useChannelHeaderData.ts:84
#: src/components/channel/dm/DMList.tsx:708
#: src/components/channel/dm/DMList.tsx:795
@@ -13662,16 +13739,16 @@ msgid "Pick which phone step to show"
msgstr "Vyberte, který krok telefonu zobrazit"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:336
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1132
-#: src/components/bottomsheets/DMBottomSheet.tsx:483
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1156
+#: src/components/bottomsheets/DMBottomSheet.tsx:485
#: src/components/channel/dm/DMList.tsx:287
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:153
msgid "Pin DM"
msgstr "Připnout DM"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:295
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1132
-#: src/components/bottomsheets/DMBottomSheet.tsx:483
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1156
+#: src/components/bottomsheets/DMBottomSheet.tsx:485
#: src/components/channel/dm/DMList.tsx:248
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:133
msgid "Pin Group DM"
@@ -13714,20 +13791,20 @@ msgid "Ping: {latency}ms"
msgstr "Ping: {latency}ms"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:219
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:566
-#: src/components/bottomsheets/DMBottomSheet.tsx:147
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:580
+#: src/components/bottomsheets/DMBottomSheet.tsx:149
#: src/components/channel/dm/DMList.tsx:214
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:115
msgid "Pinned DM"
msgstr "Připnuté DM"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:219
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:566
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:580
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:95
msgid "Pinned group"
msgstr "Připnutá skupina"
-#: src/components/bottomsheets/DMBottomSheet.tsx:147
+#: src/components/bottomsheets/DMBottomSheet.tsx:149
msgid "Pinned group DM"
msgstr "Připnutý skupinový DM"
@@ -13742,7 +13819,7 @@ msgstr "Připnuté zprávy"
msgid "pinned:"
msgstr "připnuto:"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:886
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:918
msgid "Pins"
msgstr "Připnutí"
@@ -13789,15 +13866,15 @@ msgstr "Zkontrolujte prosím doručenou poštu kvůli ověřovacímu e-mailu."
msgid "Please enable Fluxer in System Settings → Privacy & Security → Input Monitoring."
msgstr "Povolte prosím Fluxer v systémovém nastavení → Soukromí a zabezpečení → Monitorování vstupu."
-#: src/components/pages/ReportPage.tsx:396
+#: src/components/pages/ReportPage.tsx:211
msgid "Please enter a valid email address."
msgstr "Zadejte prosím platnou e-mailovou adresu."
-#: src/components/channel/dm/AddFriendForm.tsx:74
+#: src/components/channel/dm/AddFriendForm.tsx:97
msgid "Please enter a valid FluxerTag (Username#0000)."
msgstr "Zadejte prosím platný FluxerTag (Uživatelské jméno#0000)."
-#: src/components/pages/ReportPage.tsx:509
+#: src/components/pages/ReportPage.tsx:336
msgid "Please enter a valid message link URL."
msgstr "Zadejte prosím platnou URL odkazu na zprávu."
@@ -13809,26 +13886,22 @@ msgstr "Zadejte prosím koncový bod API."
msgid "Please fill out the following fields: {fieldList}"
msgstr "Prosím vyplňte následující pole: {fieldList}"
-#: src/components/pages/ReportPage.tsx:436
+#: src/components/pages/ReportPage.tsx:261
msgid "Please go back and enter a valid email address."
msgstr "Prosím vraťte se a zadejte platnou e-mailovou adresu."
-#: src/components/pages/ReportPage.tsx:542
+#: src/components/pages/ReportPage.tsx:369
msgid "Please include the community (guild) ID you are reporting."
msgstr "Uveďte prosím ID komunity (gildy), kterou hlásíte."
-#: src/components/pages/ReportPage.tsx:504
+#: src/components/pages/ReportPage.tsx:331
msgid "Please paste the message link you are reporting."
msgstr "Vložte prosím odkaz na zprávu, kterou hlásíte."
-#: src/components/pages/ReportPage.tsx:391
+#: src/components/pages/ReportPage.tsx:206
msgid "Please provide an email address."
msgstr "Uveďte prosím e-mailovou adresu."
-#: src/components/pages/ReportPage.tsx:801
-msgid "Please provide the details of your report."
-msgstr "Uveďte prosím podrobnosti vašeho hlášení."
-
#: src/components/modals/tabs/ApplicationsTab/ApplicationDetail.tsx:555
msgid "Please retry or go back to the applications list."
msgstr "Zkuste to prosím znovu nebo se vraťte na seznam aplikací."
@@ -13837,7 +13910,7 @@ msgstr "Zkuste to prosím znovu nebo se vraťte na seznam aplikací."
msgid "Please select a violation category"
msgstr "Vyberte prosím kategorii porušení"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:297
+#: src/components/modals/tabs/GiftInventoryTab.tsx:320
msgid "Please try again later."
msgstr "Zkuste to prosím později."
@@ -13878,7 +13951,7 @@ msgstr "Soukromí odznaku Plutonium"
msgid "Plutonium perks"
msgstr "Výhody Plutonia"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:110
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:129
msgid "Plutonium Subscription"
msgstr "Předplatné Plutonium"
@@ -13886,7 +13959,7 @@ msgstr "Předplatné Plutonium"
msgid "PNG"
msgstr "PNG"
-#: src/components/pages/ReportPage.tsx:331
+#: src/components/pages/report/optionDescriptors.ts:103
msgid "Poland"
msgstr "Polsko"
@@ -13903,7 +13976,7 @@ msgstr "anketa"
msgid "Popouts"
msgstr "Vyskakovací okna"
-#: src/components/pages/ReportPage.tsx:332
+#: src/components/pages/report/optionDescriptors.ts:104
msgid "Portugal"
msgstr "Portugalsko"
@@ -13943,11 +14016,11 @@ msgstr "Přepsání typu prémiového"
msgid "Press keys..."
msgstr "Stiskněte klávesy..."
-#: src/components/channel/MessageReactions.tsx:121
+#: src/components/channel/MessageReactions.tsx:120
msgid "press to add reaction"
msgstr "stiskněte pro přidání reakce"
-#: src/components/channel/MessageReactions.tsx:121
+#: src/components/channel/MessageReactions.tsx:120
msgid "press to remove reaction"
msgstr "stiskněte pro odebrání reakce"
@@ -14143,15 +14216,15 @@ msgstr "Chraňte svůj účet dvoufázovým ověřováním a přístupovými kl
msgid "Provide any additional context that may help our Safety Team..."
msgstr "Uveďte libovolný další kontext, který by mohl pomoci našemu týmu bezpečnosti..."
-#: src/components/pages/ReportPage.tsx:882
+#: src/components/pages/report/ReportStepDetails.tsx:156
msgid "Provide at least a user ID or a user tag."
msgstr "Poskytněte alespoň ID uživatele nebo uživatelskou značku."
-#: src/components/pages/ReportPage.tsx:527
+#: src/components/pages/ReportPage.tsx:354
msgid "Provide either a user ID or a FluxerTag for the person you are reporting."
msgstr "Uveďte ID uživatele nebo FluxerTag osoby, kterou hlásíte."
-#: src/components/pages/ReportPage.tsx:478
+#: src/components/pages/ReportPage.tsx:305
msgid "Provide your full legal name for the declaration."
msgstr "Uveďte své celé právní jméno pro prohlášení."
@@ -14163,7 +14236,7 @@ msgstr "Odebráni členové neaktivní po {dayCount, plural, one {<0># dni0>}
msgid "Public bot"
msgstr "Veřejný bot"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:312
+#: src/components/modals/tabs/GiftInventoryTab.tsx:335
msgid "Purchase a Plutonium gift from the Plutonium tab to share with friends!"
msgstr "Kupte dárek Plutonium na kartě Plutonium a sdílejte ho s přáteli!"
@@ -14171,12 +14244,12 @@ msgstr "Kupte dárek Plutonium na kartě Plutonium a sdílejte ho s přáteli!"
msgid "Purchase History"
msgstr "Historie nákupů"
-#: src/components/modals/components/plutonium/PricingSection.tsx:61
+#: src/components/modals/components/plutonium/PricingSection.tsx:67
msgid "Purchase mode"
msgstr "Režim nákupu"
#. placeholder {0}: getFormattedShortDate(new Date(gift.created_at))
-#: src/components/modals/tabs/GiftInventoryTab.tsx:119
+#: src/components/modals/tabs/GiftInventoryTab.tsx:120
msgid "Purchased {0}"
msgstr "Zakoupeno {0}"
@@ -14275,7 +14348,7 @@ msgstr "Přepínače umožňují vybrat jednu možnost ze skupiny."
msgid "Radio Group"
msgstr "Skupina přepínačů"
-#: src/components/pages/ReportPage.tsx:300
+#: src/components/pages/report/optionDescriptors.ts:75
#: src/constants/IARConstants.tsx:180
msgid "Raid Coordination"
msgstr "Koordinace nájezdů"
@@ -14310,7 +14383,7 @@ msgid "Reactions"
msgstr "Reakce"
#: src/components/layout/app-layout/nagbars/PremiumExpiredNagbar.tsx:77
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:284
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:320
msgid "Reactivate"
msgstr "Znovu aktivovat"
@@ -14323,15 +14396,15 @@ msgstr "Přečíst historii zpráv"
msgid "Read the community's audit log of changes and moderation actions."
msgstr "Přečtěte si auditní záznam komunity o změnách a moderátorských zásazích."
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:146
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:160
msgid "Read the Documentation (fluxer.dev)"
msgstr "Přečtěte si dokumentaci (fluxer.dev)"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:52
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:60
msgid "Ready to Buy a Gift?"
msgstr "Připraven nakoupit dárek?"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:52
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:60
msgid "Ready to Upgrade?"
msgstr "Připraven na upgrade?"
@@ -14388,11 +14461,11 @@ msgstr "Znovu se připojuje…"
msgid "Record shortcut"
msgstr "Zaznamenat zkratku"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:269
+#: src/components/modals/tabs/GiftInventoryTab.tsx:292
msgid "Redeem"
msgstr "Uplatnit"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:232
+#: src/components/modals/tabs/GiftInventoryTab.tsx:255
msgid "Redeem a Gift"
msgstr "Uplatnit dárek"
@@ -14400,40 +14473,40 @@ msgstr "Uplatnit dárek"
msgid "Redeem Beta Code"
msgstr "Uplatnit beta kód"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:165
+#: src/components/modals/tabs/GiftInventoryTab.tsx:166
msgid "Redeem for Yourself"
msgstr "Uplatnit pro sebe"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:255
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:281
msgid "Redeem Gift Code"
msgstr "Uplatnit kód dárku"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:238
+#: src/components/modals/tabs/GiftInventoryTab.tsx:261
msgid "Redeem gift code form"
msgstr "Formulář pro uplatnění kódu dárku"
#. placeholder {0}: redeemedBetaCodes.length
-#: src/components/modals/tabs/BetaCodesTab.tsx:349
+#: src/components/modals/tabs/BetaCodesTab.tsx:374
msgid "Redeemed ({0})"
msgstr "Uplatněno ({0})"
#. placeholder {0}: getFormattedShortDate(new Date(gift.redeemed_at!))
-#: src/components/modals/tabs/GiftInventoryTab.tsx:117
+#: src/components/modals/tabs/GiftInventoryTab.tsx:118
msgid "Redeemed {0}"
msgstr "Uplatněno {0}"
#. placeholder {0}: gift.redeemed_by.username
#. placeholder {1}: gift.redeemed_by.discriminator
-#: src/components/modals/tabs/GiftInventoryTab.tsx:153
+#: src/components/modals/tabs/GiftInventoryTab.tsx:154
msgid "Redeemed by {0}#{1}"
msgstr "Uplatněno uživatelem {0}#{1}"
-#: src/components/modals/tabs/BetaCodesTab.tsx:54
+#: src/components/modals/tabs/BetaCodesTab.tsx:56
msgid "Redeemer"
msgstr "Uplatňující"
-#: src/components/modals/tabs/BetaCodesTab.tsx:111
-#: src/components/modals/tabs/BetaCodesTab.tsx:188
+#: src/components/modals/tabs/BetaCodesTab.tsx:113
+#: src/components/modals/tabs/BetaCodesTab.tsx:190
msgid "Redeemer:"
msgstr "Uplatňující:"
@@ -14526,7 +14599,7 @@ msgstr "Běžné tlačítko"
msgid "Regular button clicked!"
msgstr "Běžné tlačítko stisknuto!"
-#: src/components/channel/channel-view/DMChannelView.tsx:298
+#: src/components/channel/channel-view/DMChannelView.tsx:299
#: src/components/voice/IncomingCallUI.tsx:310
msgid "Reject"
msgstr "Zamítnout"
@@ -14624,19 +14697,19 @@ msgstr "Odstranit uvítací zvuk"
msgid "Remove filter"
msgstr "Odstranit filtr"
-#: src/components/bottomsheets/DMBottomSheet.tsx:508
-#: src/components/channel/dm/DMWelcomeSection.tsx:132
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:144
+#: src/components/bottomsheets/DMBottomSheet.tsx:510
+#: src/components/channel/dm/DMWelcomeSection.tsx:144
#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:146
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:253
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:148
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:255
#: src/components/modals/UserProfileActionsSheet.tsx:115
#: src/components/modals/UserProfileActionsSheet.tsx:117
#: src/components/modals/UserProfileActionsSheet.tsx:278
-#: src/components/modals/UserProfileMobileSheet.tsx:302
-#: src/components/modals/UserProfileMobileSheet.tsx:304
+#: src/components/modals/UserProfileMobileSheet.tsx:303
+#: src/components/modals/UserProfileMobileSheet.tsx:305
#: src/components/modals/UserProfileModal.tsx:1143
-#: src/components/modals/UserProfileModal.tsx:1228
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:108
+#: src/components/modals/UserProfileModal.tsx:1229
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:129
#: src/utils/RelationshipActionUtils.tsx:113
#: src/utils/RelationshipActionUtils.tsx:115
msgid "Remove Friend"
@@ -14654,8 +14727,8 @@ msgid "Remove from favorites"
msgstr "Odstranit z oblíbených"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:370
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1103
-#: src/components/bottomsheets/DMBottomSheet.tsx:400
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1127
+#: src/components/bottomsheets/DMBottomSheet.tsx:402
#: src/components/channel/ChannelHeader.tsx:547
#: src/components/channel/ChannelHeader.tsx:595
#: src/components/channel/ChannelHeader.tsx:600
@@ -14720,7 +14793,7 @@ msgstr "Odstranit spoiler"
msgid "Remove sticker"
msgstr "Odstranit nálepku"
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:285
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:288
#: src/components/modals/RemoveTimeoutModal.tsx:61
#: src/components/modals/RemoveTimeoutModal.tsx:75
#: src/components/modals/TimeoutMemberSheet.tsx:101
@@ -14763,11 +14836,11 @@ msgid "Removed from bookmarks"
msgstr "Odstraněno ze záložek"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:115
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:541
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:555
msgid "Removed from favorites"
msgstr "Odstraněno z oblíbených"
-#: src/components/bottomsheets/DMBottomSheet.tsx:126
+#: src/components/bottomsheets/DMBottomSheet.tsx:128
msgid "Removed from Favorites"
msgstr "Odebráno z Oblíbených"
@@ -14891,7 +14964,7 @@ msgstr "Komunita přejmenována na {0}."
msgid "Render all your messages as unknown message type"
msgstr "Zobrazit všechny vaše zprávy jako neznámý typ zprávy"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:234
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:253
msgid "Renews on <0>{renewalDate}0>."
msgstr "Obnovuje se <0>{renewalDate}0>."
@@ -14932,15 +15005,15 @@ msgstr "Odpovědět"
msgid "Replying to <0>{authorNickname}0>"
msgstr "Odpovídáte na <0>{authorNickname}0>"
-#: src/components/pages/ReportPage.tsx:249
+#: src/components/pages/report/optionDescriptors.ts:38
msgid "Report a Community"
msgstr "Nahlásit komunitu"
-#: src/components/pages/ReportPage.tsx:247
+#: src/components/pages/report/optionDescriptors.ts:36
msgid "Report a Message"
msgstr "Nahlásit zprávu"
-#: src/components/pages/ReportPage.tsx:248
+#: src/components/pages/report/optionDescriptors.ts:37
msgid "Report a User Profile"
msgstr "Nahlásit uživatelský profil"
@@ -14949,12 +15022,12 @@ msgstr "Nahlásit uživatelský profil"
msgid "Report Community"
msgstr "Nahlásit komunitu"
-#: src/components/pages/ReportPage.tsx:801
-msgid "Report Details"
-msgstr "Podrobnosti hlášení"
+#: src/components/pages/report/ReportStepDetails.tsx:74
+msgid "Report details"
+msgstr "Podrobnosti o hlášení"
-#: src/components/pages/ReportPage.tsx:241
-#: src/components/pages/ReportPage.tsx:612
+#: src/components/pages/report/ReportStepSelection.tsx:41
+#: src/components/pages/ReportPage.tsx:60
msgid "Report Illegal Content"
msgstr "Nahlásit nelegální obsah"
@@ -14963,33 +15036,24 @@ msgstr "Nahlásit nelegální obsah"
msgid "Report Message"
msgstr "Nahlásit zprávu"
-#: src/components/pages/ReportPage.tsx:588
-msgid "Report Submitted"
+#: src/components/pages/report/ReportStepComplete.tsx:36
+msgid "Report submitted"
msgstr "Hlášení odesláno"
#: src/components/modals/IARModal.tsx:128
msgid "Report submitted successfully. Our Safety Team will review it shortly."
msgstr "Hlášení bylo úspěšně odesláno. Náš bezpečnostní tým ho brzy zkontroluje."
-#: src/components/pages/ReportPage.tsx:624
-msgid "Report Type"
-msgstr "Typ hlášení"
-
#: src/components/modals/IARModal.tsx:84
#: src/components/modals/UserProfileActionsSheet.tsx:289
#: src/components/modals/UserProfileModal.tsx:1157
msgid "Report User"
msgstr "Nahlásit uživatele"
-#: src/components/pages/ReportPage.tsx:852
+#: src/components/pages/report/ReportStepDetails.tsx:123
msgid "Reported User Tag (optional)"
msgstr "Zpráva uživatelské značky (volitelné)"
-#: src/components/pages/ReportPage.tsx:644
-#: src/components/pages/ReportPage.tsx:804
-msgid "Reporting:"
-msgstr "Zpráva:"
-
#: src/components/modals/tabs/PrivacySafetyTab/DataExportTab.tsx:48
#: src/components/modals/tabs/PrivacySafetyTab/DataExportTab.tsx:125
msgid "Request Data Export"
@@ -15050,7 +15114,7 @@ msgstr "Vyžaduje Plutonium"
msgid "Reschedule Message"
msgstr "Přeplánovat zprávu"
-#: src/components/modals/ClaimAccountModal.tsx:222
+#: src/components/modals/ClaimAccountModal.tsx:224
#: src/components/modals/EmailChangeModal.tsx:230
#: src/components/modals/EmailChangeModal.tsx:294
msgid "Resend"
@@ -15064,7 +15128,11 @@ msgstr "Znovu odeslat ({newSecondsRemaining}s)"
msgid "Resend ({originalSecondsRemaining}s)"
msgstr "Znovu odeslat ({originalSecondsRemaining}s)"
-#: src/components/modals/ClaimAccountModal.tsx:222
+#: src/components/pages/report/ReportStepVerification.tsx:114
+msgid "Resend ({resendCooldownSeconds}s)"
+msgstr "Znovu odeslat ({resendCooldownSeconds}s)"
+
+#: src/components/modals/ClaimAccountModal.tsx:224
msgid "Resend ({resendSecondsRemaining}s)"
msgstr "Znovu odeslat ({resendSecondsRemaining}s)"
@@ -15072,7 +15140,7 @@ msgstr "Znovu odeslat ({resendSecondsRemaining}s)"
msgid "Resend Button Loading"
msgstr "Tlačítko znovu odeslat se načítá"
-#: src/components/pages/ReportPage.tsx:761
+#: src/components/pages/report/ReportStepVerification.tsx:116
msgid "Resend code"
msgstr "Znovu odeslat kód"
@@ -15097,7 +15165,7 @@ msgid "Resent"
msgstr "Znovu odesláno"
#: src/components/keybinds/KeybindRecorder.tsx:215
-#: src/components/modals/components/MobileSettingsView.tsx:128
+#: src/components/modals/components/MobileSettingsView.tsx:123
#: src/components/modals/components/SettingsModalHeader.tsx:81
#: src/components/modals/ImageCropModal.tsx:977
#: src/components/modals/tabs/KeybindsTab.tsx:154
@@ -15173,8 +15241,8 @@ msgstr "Obnovit režim přes celou obrazovku"
msgid "Restore maximized"
msgstr "Obnovit maximalizované okno"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:280
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:282
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:316
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:318
msgid "Resubscribe"
msgstr "Znovu odebírat"
@@ -15189,11 +15257,11 @@ msgstr "Znovu odebírat"
#: src/components/modals/guildTabs/GuildStickersTab.tsx:211
#: src/components/modals/guildTabs/GuildWebhooksTab.tsx:137
#: src/components/modals/tabs/ApplicationsTab/ApplicationDetail.tsx:559
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:108
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:112
#: src/components/modals/tabs/AuthorizedAppsTab.tsx:121
-#: src/components/modals/tabs/BetaCodesTab.tsx:301
+#: src/components/modals/tabs/BetaCodesTab.tsx:326
#: src/components/modals/tabs/DevicesTab.tsx:231
-#: src/components/modals/tabs/GiftInventoryTab.tsx:300
+#: src/components/modals/tabs/GiftInventoryTab.tsx:323
msgid "Retry"
msgstr "Zkusit znovu"
@@ -15244,8 +15312,8 @@ msgstr "Před pokračováním si zkontrolujte, o co tato aplikace žádá."
#: src/components/invites/InviteListItem.tsx:217
#: src/components/modals/GroupInvitesBottomSheet.tsx:78
#: src/components/modals/GroupInvitesModal.tsx:76
-#: src/components/modals/tabs/BetaCodesTab.tsx:143
-#: src/components/modals/tabs/BetaCodesTab.tsx:220
+#: src/components/modals/tabs/BetaCodesTab.tsx:145
+#: src/components/modals/tabs/BetaCodesTab.tsx:222
msgid "Revoke"
msgstr "Zrušit"
@@ -15369,7 +15437,7 @@ msgstr "Role a oprávnění"
msgid "Roles updated successfully"
msgstr "Role byly úspěšně aktualizovány"
-#: src/components/pages/ReportPage.tsx:333
+#: src/components/pages/report/optionDescriptors.ts:105
msgid "Romania"
msgstr "Rumunsko"
@@ -15423,7 +15491,7 @@ msgstr "Sytost"
#: src/components/modals/AddFavoriteMemeModal.tsx:102
#: src/components/modals/AttachmentEditModal.tsx:90
#: src/components/modals/BaseChangeNicknameModal.tsx:115
-#: src/components/modals/components/MobileSettingsView.tsx:131
+#: src/components/modals/components/MobileSettingsView.tsx:126
#: src/components/modals/CustomStatusBottomSheet.tsx:231
#: src/components/modals/CustomStatusModal.tsx:362
#: src/components/modals/EditFavoriteMemeModal.tsx:88
@@ -15438,9 +15506,9 @@ msgstr "Sytost"
msgid "Save"
msgstr "Uložit"
-#: src/components/modals/components/plutonium/GiftSection.tsx:72
-#: src/components/modals/components/plutonium/PricingSection.tsx:81
-#: src/components/modals/components/plutonium/PricingSection.tsx:104
+#: src/components/modals/components/plutonium/GiftSection.tsx:79
+#: src/components/modals/components/plutonium/PricingSection.tsx:91
+#: src/components/modals/components/plutonium/PricingSection.tsx:119
msgid "Save 17%"
msgstr "Ušetříte 17 %"
@@ -15600,8 +15668,8 @@ msgstr "Posunout chat dolů"
msgid "Scroll Chat Up"
msgstr "Posunout chat nahoru"
-#: src/components/modals/components/plutonium/GiftSection.tsx:103
-#: src/components/modals/components/plutonium/PricingSection.tsx:138
+#: src/components/modals/components/plutonium/GiftSection.tsx:117
+#: src/components/modals/components/plutonium/PricingSection.tsx:160
msgid "Scroll down to view all the sweet perks you get with Plutonium"
msgstr "Sjeďte dolů a zobrazte si všechny výhody, které získáte s Plutoniem"
@@ -15613,11 +15681,11 @@ msgstr "Sjeďte v historii chatu dolů"
msgid "Scroll the chat history up"
msgstr "Sjeďte v historii chatu nahoru"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:857
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:889
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:400
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:460
#: src/components/channel/ChannelHeader.tsx:586
-#: src/components/channel/shared/PickerSearchInput.tsx:204
+#: src/components/channel/shared/PickerSearchInput.tsx:203
#: src/components/modals/tabs/ComponentGalleryTab/InputsTab.tsx:126
#: src/stores/KeybindStore.ts:414
#: src/utils/quick-switcher/QuickSwitcherModalUtils.tsx:86
@@ -15674,7 +15742,7 @@ msgstr "Hledat kanály, lidi nebo komunity"
#: src/components/common/FriendSelector.tsx:196
#: src/components/modals/AddFriendsToGroupModal.tsx:53
#: src/components/modals/CreateDMModal.tsx:68
-#: src/components/modals/InviteModal.tsx:237
+#: src/components/modals/InviteModal.tsx:248
#: src/components/modals/shared/RecipientList.tsx:177
#: src/components/modals/ShareThemeModal.tsx:144
msgid "Search friends"
@@ -15718,7 +15786,7 @@ msgstr "Hledat čekající žádosti"
msgid "Search Permissions..."
msgstr "Hledat oprávnění..."
-#: src/components/channel/ChannelSearchResults.tsx:321
+#: src/components/channel/ChannelSearchResults.tsx:278
#: src/components/modals/components/DesktopSettingsView.tsx:360
msgid "Search Results"
msgstr "Výsledky hledání"
@@ -15737,7 +15805,7 @@ msgid "Search scope"
msgstr "Rozsah hledání"
#. placeholder {0}: activeScopeOption.label
-#: src/components/channel/ChannelSearchResults.tsx:1052
+#: src/components/channel/ChannelSearchResults.tsx:1031
#: src/components/channel/MessageSearchBar/MessageSearchBar.tsx:378
msgid "Search scope: {0}"
msgstr "Rozsah hledání: {0}"
@@ -15767,7 +15835,7 @@ msgstr "Hledat uživatele"
msgid "Search within the current view"
msgstr "Hledat v aktuálním zobrazení"
-#: src/components/channel/ChannelSearchResults.tsx:319
+#: src/components/channel/ChannelSearchResults.tsx:276
msgid "Searching..."
msgstr "Hledání..."
@@ -15848,9 +15916,9 @@ msgstr "Podívejte se, jak vypadá vaše pozvánka návštěvníkům."
msgid "Select"
msgstr "Vybrat"
-#: src/components/pages/ReportPage.tsx:261
-#: src/components/pages/ReportPage.tsx:280
-#: src/components/pages/ReportPage.tsx:294
+#: src/components/pages/report/optionDescriptors.ts:42
+#: src/components/pages/report/optionDescriptors.ts:58
+#: src/components/pages/report/optionDescriptors.ts:69
msgid "Select a category"
msgstr "Vyberte kategorii"
@@ -15871,7 +15939,7 @@ msgstr "Vyberte komunitu"
msgid "Select a community where you have <0>Manage Community0> permissions."
msgstr "Vyberte komunitu, ve které máte oprávnění <0>Spravovat komunitu0>."
-#: src/components/pages/ReportPage.tsx:310
+#: src/components/pages/report/optionDescriptors.ts:82
msgid "Select a country"
msgstr "Vyberte zemi"
@@ -15887,7 +15955,7 @@ msgstr "Vyberte scénář k použití..."
msgid "Select a verification method."
msgstr "Vyberte způsob ověření."
-#: src/components/pages/ReportPage.tsx:473
+#: src/components/pages/ReportPage.tsx:300
msgid "Select a violation category."
msgstr "Vyberte kategorii porušení."
@@ -15958,11 +16026,15 @@ msgstr "Vyberte obrazovku nebo okno"
msgid "Select the account you want to sign in with on the desktop app."
msgstr "Vyberte účet, se kterým se chcete přihlásit v desktopové aplikaci."
+#: src/components/pages/report/ReportStepSelection.tsx:44
+msgid "Select what you want to report."
+msgstr "Vyberte, co chcete nahlásit."
+
#: src/components/modals/utils/settingsSearchIndex.ts:460
msgid "Select your camera"
msgstr "Vyber si kameru"
-#: src/components/pages/ReportPage.tsx:483
+#: src/components/pages/ReportPage.tsx:310
msgid "Select your country of residence."
msgstr "Vyberte zemi svého pobytu."
@@ -15986,7 +16058,7 @@ msgstr "Vybrat..."
msgid "Selections"
msgstr "Výběry"
-#: src/components/pages/ReportPage.tsx:269
+#: src/components/pages/report/optionDescriptors.ts:50
#: src/constants/IARConstants.tsx:67
msgid "Self-Harm or Suicide"
msgstr "Sebepoškozování nebo sebevražda"
@@ -16035,7 +16107,7 @@ msgstr "Odešlete akční zprávu (obalí kurzívou)."
msgid "Send an SMS code first."
msgstr "Nejdříve odešlete SMS kód."
-#: src/components/modals/ClaimAccountModal.tsx:182
+#: src/components/modals/ClaimAccountModal.tsx:184
#: src/components/modals/EmailChangeModal.tsx:265
#: src/components/modals/PhoneAddModal.tsx:206
msgid "Send code"
@@ -16045,9 +16117,9 @@ msgstr "Odeslat kód"
msgid "Send Code"
msgstr "Odeslat kód"
-#: src/components/channel/dm/DMWelcomeSection.tsx:109
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:269
-#: src/components/modals/UserProfileModal.tsx:1288
+#: src/components/channel/dm/DMWelcomeSection.tsx:112
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:272
+#: src/components/modals/UserProfileModal.tsx:1290
msgid "Send Friend Request"
msgstr "Odeslat žádost o přátelství"
@@ -16073,7 +16145,7 @@ msgstr "Odesílat zprávy"
msgid "Send Messages"
msgstr "Odeslat zprávy"
-#: src/components/channel/dm/AddFriendForm.tsx:119
+#: src/components/channel/dm/AddFriendForm.tsx:142
msgid "Send Request"
msgstr "Odeslat žádost"
@@ -16097,11 +16169,11 @@ msgstr "Odesílat zprávy převodem textu na řeč."
msgid "Send TTS Messages"
msgstr "Odeslat TTS zprávy"
-#: src/components/pages/ReportPage.tsx:676
+#: src/components/pages/report/ReportStepEmail.tsx:92
msgid "Send Verification Code"
msgstr "Odeslat ověřovací kód"
-#: src/components/modals/InviteModal.tsx:258
+#: src/components/modals/InviteModal.tsx:268
#: src/components/modals/shared/RecipientList.tsx:223
#: src/components/modals/ShareThemeModal.tsx:162
msgid "Sent"
@@ -16128,7 +16200,7 @@ msgstr "Platnost relace vypršela. Znovu se přihlaste."
msgid "Set a custom invite URL for your community."
msgstr "Nastavte vlastní adresu pozvánky pro vaši komunitu."
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:401
+#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:361
#: src/components/modals/StatusChangeBottomSheet.tsx:171
#: src/components/popouts/UserAreaPopout.tsx:444
msgid "Set a custom status"
@@ -16336,7 +16408,7 @@ msgid "Set your timezone"
msgstr "Nastavit si časové pásmo"
#: src/components/bottomsheets/VoiceLobbyBottomSheet.tsx:220
-#: src/components/modals/components/MobileSettingsView.tsx:531
+#: src/components/modals/components/MobileSettingsView.tsx:485
#: src/components/modals/tabs/ComponentGalleryTab/ButtonsTab.tsx:150
#: src/components/modals/tabs/ComponentGalleryTab/ButtonsTab.tsx:221
#: src/components/modals/tabs/ComponentGalleryTab/index.tsx:94
@@ -16383,7 +16455,11 @@ msgstr "Sdílení akce!"
msgid "Share Audio"
msgstr "Sdílet audio"
-#: src/components/modals/components/plutonium/GiftSection.tsx:63
+#: src/components/pages/report/ReportStepDetails.tsx:77
+msgid "Share only what's needed to help our team assess the content."
+msgstr "Sdílejte pouze to, co je potřeba, aby náš tým mohl posoudit obsah."
+
+#: src/components/modals/components/plutonium/GiftSection.tsx:69
msgid "Share the Plutonium experience with your friends by purchasing a gift subscription."
msgstr "Sdílejte zážitek Plutonia s přáteli nákupem dárkového předplatného."
@@ -16417,7 +16493,7 @@ msgstr "Sdílejte své téma"
msgid "Shared theme"
msgstr "Sdílené téma"
-#: src/components/pages/ReportPage.tsx:268
+#: src/components/pages/report/optionDescriptors.ts:49
#: src/constants/IARConstants.tsx:62
msgid "Sharing Personal Information"
msgstr "Sdílení osobních informací"
@@ -16797,11 +16873,11 @@ msgstr "Posuvník s krokovými hodnotami"
msgid "Sliders"
msgstr "Posuvníky"
-#: src/components/pages/ReportPage.tsx:334
+#: src/components/pages/report/optionDescriptors.ts:106
msgid "Slovakia"
msgstr "Slovensko"
-#: src/components/pages/ReportPage.tsx:335
+#: src/components/pages/report/optionDescriptors.ts:107
msgid "Slovenia"
msgstr "Slovinsko"
@@ -16952,7 +17028,8 @@ msgstr "Něco se pokazilo a aplikace spadla. Zkuste ji znovu načíst nebo reset
msgid "Something went wrong while loading the audit log."
msgstr "Při načítání auditního protokolu se něco pokazilo."
-#: src/components/pages/ReportPage.tsx:563
+#: src/components/pages/ReportPage.tsx:103
+#: src/components/pages/ReportPage.tsx:395
msgid "Something went wrong while submitting the report. Please try again."
msgstr "Při odesílání hlášení se něco pokazilo. Zkuste to prosím znovu."
@@ -16969,7 +17046,7 @@ msgid "Sort"
msgstr "Řadit"
#. placeholder {0}: activeSortOption.label
-#: src/components/channel/ChannelSearchResults.tsx:1063
+#: src/components/channel/ChannelSearchResults.tsx:1042
msgid "Sort mode: {0}"
msgstr "Režim řazení: {0}"
@@ -17008,21 +17085,21 @@ msgstr "Mezera mezi skupinami zpráv"
msgid "Spacious layout with clear visual separation between messages."
msgstr "Vzdušné uspořádání s jasným vizuálním oddělením zpráv."
-#: src/components/pages/ReportPage.tsx:336
+#: src/components/pages/report/optionDescriptors.ts:108
msgid "Spain"
msgstr "Španělsko"
-#: src/components/pages/ReportPage.tsx:283
+#: src/components/pages/report/optionDescriptors.ts:61
#: src/constants/IARConstants.tsx:119
msgid "Spam Account"
msgstr "Spamový účet"
-#: src/components/pages/ReportPage.tsx:265
+#: src/components/pages/report/optionDescriptors.ts:46
#: src/constants/IARConstants.tsx:47
msgid "Spam or Scam"
msgstr "Spam nebo podvod"
-#: src/components/pages/ReportPage.tsx:301
+#: src/components/pages/report/optionDescriptors.ts:76
#: src/constants/IARConstants.tsx:185
msgid "Spam or Scam Community"
msgstr "Komunita se spamem nebo podvody"
@@ -17141,9 +17218,9 @@ msgstr "Začněte vytvářet vlastní balíček emoji, který můžete sdílet a
msgid "Start Mic Test"
msgstr "Spustit test mikrofonu"
-#: src/components/pages/ReportPage.tsx:687
-#: src/components/pages/ReportPage.tsx:771
-#: src/components/pages/ReportPage.tsx:964
+#: src/components/pages/report/ReportStepDetails.tsx:252
+#: src/components/pages/report/ReportStepEmail.tsx:103
+#: src/components/pages/report/ReportStepVerification.tsx:132
msgid "Start over"
msgstr "Začít znovu"
@@ -17151,13 +17228,13 @@ msgstr "Začít znovu"
msgid "Start Sharing"
msgstr "Začít sdílení"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:122
+#: src/components/channel/ChannelHeader/CallButtons.tsx:160
#: src/components/modals/UserProfileModal.tsx:1109
#: src/components/uikit/ContextMenu/items/CallMenuItems.tsx:91
msgid "Start Video Call"
msgstr "Zahájit videohovor"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:70
+#: src/components/channel/ChannelHeader/CallButtons.tsx:90
#: src/components/modals/UserProfileModal.tsx:1100
#: src/components/uikit/ContextMenu/items/CallMenuItems.tsx:60
msgid "Start Voice Call"
@@ -17182,9 +17259,21 @@ msgstr "Indikátory stavu"
msgid "Status Slate"
msgstr "Stavový panel"
-#: src/components/pages/ReportPage.tsx:574
-msgid "Step {stepNumber} of {FLOW_TOTAL_STEPS}"
-msgstr "Krok {stepNumber} z {FLOW_TOTAL_STEPS}"
+#: src/components/pages/report/ReportStepSelection.tsx:38
+msgid "Step 1"
+msgstr "Krok 1"
+
+#: src/components/pages/report/ReportStepEmail.tsx:51
+msgid "Step 2"
+msgstr "Krok 2"
+
+#: src/components/pages/report/ReportStepVerification.tsx:61
+msgid "Step 3"
+msgstr "Krok 3"
+
+#: src/components/pages/report/ReportStepDetails.tsx:71
+msgid "Step 4"
+msgstr "Krok 4"
#: src/utils/SystemMessageUtils.tsx:45
msgid "Step in, {username}! No paradoxes here; we're all friends."
@@ -17229,7 +17318,7 @@ msgid "Sticker density"
msgstr "Hustota nálepek"
#: src/components/auth/InviteHeader.tsx:140
-#: src/components/channel/InviteEmbed.tsx:197
+#: src/components/channel/InviteEmbed.tsx:199
#: src/components/modals/InviteAcceptModal.tsx:142
#: src/components/modals/tabs/ExpressionPacksTab.tsx:70
msgid "Sticker pack"
@@ -17261,7 +17350,7 @@ msgstr "Nálepka aktualizována"
#: src/components/channel/AutocompleteEmoji.tsx:111
#: src/components/channel/textarea/TextareaButtons.tsx:134
-#: src/components/modals/ExpressionPickerSheet.tsx:86
+#: src/components/modals/ExpressionPickerSheet.tsx:73
#: src/components/popouts/ExpressionPickerPopout.tsx:79
msgid "Stickers"
msgstr "Nálepky"
@@ -17330,11 +17419,11 @@ msgstr "Studovna"
msgid "Style Variations"
msgstr "Stylové variace"
-#: src/components/pages/ReportPage.tsx:601
+#: src/components/pages/report/ReportStepComplete.tsx:41
msgid "Submit another report"
msgstr "Odeslat další zprávu"
-#: src/components/pages/ReportPage.tsx:958
+#: src/components/pages/report/ReportStepDetails.tsx:240
msgid "Submit DSA Report"
msgstr "Odeslat hlášení DSA"
@@ -17346,7 +17435,7 @@ msgstr "Odeslat hlášení"
msgid "Submitting"
msgstr "Odesílání"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:53
+#: src/components/modals/components/plutonium/VisionarySection.tsx:58
msgid "subscription"
msgstr "předplatné"
@@ -17464,7 +17553,7 @@ msgstr "Potlačit vložený obsah"
msgid "Swap text to reverify variants"
msgstr "Vyměnit text pro znovuověření variant"
-#: src/components/pages/ReportPage.tsx:337
+#: src/components/pages/report/optionDescriptors.ts:109
msgid "Sweden"
msgstr "Švédsko"
@@ -17476,7 +17565,7 @@ msgstr "Švédština"
msgid "Switch account"
msgstr "Přepnout účet"
-#: src/components/popouts/UserAreaPopout.tsx:497
+#: src/components/popouts/UserAreaPopout.tsx:499
msgid "Switch Accounts"
msgstr "Přepnout účty"
@@ -17649,8 +17738,8 @@ msgstr "Text (NSFW)"
msgid "Text channel"
msgstr "Textový kanál"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:473
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:662
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:487
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:676
#: src/components/channel/channel-header/useChannelHeaderData.ts:96
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:314
msgid "Text Channel"
@@ -17677,19 +17766,19 @@ msgstr "Textové pole"
msgid "Thai"
msgstr "Thajština"
-#: src/components/pages/ReportPage.tsx:589
-msgid "Thank you for filing a report. We'll review it as soon as possible."
-msgstr "Děkujeme za podání zprávy. Přezkoumáme to co nejdříve."
-
#: src/components/modals/IARModal.tsx:187
msgid "Thank you for helping keep Fluxer safe. Reports are reviewed by our Safety Team. False reports may result in action against your account."
msgstr "Děkujeme, že pomáháte udržovat Fluxer bezpečný. Nahlášení prověřuje bezpečnostní tým. Nepravdivé reporty mohou vést k zásahu proti vašemu účtu."
+#: src/components/pages/report/ReportStepComplete.tsx:37
+msgid "Thank you for helping keep Fluxer safe. We'll review your report as soon as possible."
+msgstr "Děkujeme, že pomáháte udržovat Fluxer v bezpečí. Vaše hlášení zkontrolujeme co nejdříve."
+
#: src/components/form/ColorPickerField.tsx:274
msgid "That doesn't look like a valid color. Try hex, rgb(), hsl(), or a CSS color name."
msgstr "To nevypadá jako platná barva. Zkuste hex, rgb(), hsl() nebo název barvy CSS."
-#: src/components/pages/ReportPage.tsx:846
+#: src/components/pages/report/ReportStepDetails.tsx:117
msgid "That doesn't look like a valid URL."
msgstr "To nevypadá jako platná URL."
@@ -17733,8 +17822,8 @@ msgstr "Bot byl přidán."
msgid "The channel you're looking for may have been deleted or you may not have access to it."
msgstr "Kanál, který hledáte, mohl být smazán nebo k němu nemáte přístup."
-#: src/components/layout/GuildLayout.tsx:308
-#: src/components/layout/GuildLayout.tsx:371
+#: src/components/layout/GuildLayout.tsx:313
+#: src/components/layout/GuildLayout.tsx:376
msgid "The community you're looking for may have been deleted or you may not have access to it."
msgstr "Komunita, kterou hledáte, mohla být smazána nebo k ní nemáte přístup."
@@ -17795,7 +17884,7 @@ msgstr "Časový limit nesmí přesáhnout 365 dní (31536000 sekund)."
msgid "The URL this link channel points to."
msgstr "URL, na kterou tento odkazový kanál odkazuje."
-#: src/components/pages/ReportPage.tsx:452
+#: src/components/pages/ReportPage.tsx:277
msgid "The verification code is invalid or expired."
msgstr "Ověřovací kód je neplatný nebo vypršel."
@@ -17869,7 +17958,7 @@ msgstr "Tato nastavení používají nativní zpracování zvuku prohlížeče k
msgid "These toggles force the client to treat features as enabled or disabled without relying on the server configuration. They only affect your client experience and are shown to developers for testing."
msgstr "Tyto přepínače donutí klienta považovat funkce za zapnuté nebo vypnuté bez ohledu na serverovou konfiguraci. Ovlivňují jen vaše klientské prostředí a zobrazují se vývojářům pro testování."
-#: src/components/channel/channel-view/DMChannelView.tsx:356
+#: src/components/channel/channel-view/DMChannelView.tsx:357
msgid "They might have taken the DeLorean elsewhere."
msgstr "Možná DeLorean odvezli jinam."
@@ -17877,7 +17966,7 @@ msgstr "Možná DeLorean odvezli jinam."
msgid "they/them"
msgstr "oni/jejich"
-#: src/components/channel/channel-view/DMChannelView.tsx:342
+#: src/components/channel/channel-view/DMChannelView.tsx:343
msgid "Think, McFly! Did you type the right address?"
msgstr "Zamysli se, McFly! Zadal jsi správnou adresu?"
@@ -17979,7 +18068,7 @@ msgstr "Tato komunita dočasně pozastavila pozvánky. Zkuste to znovu později.
msgid "This community requires you to verify your account before joining. Please set an email and password for your account."
msgstr "Tato komunita vyžaduje ověření účtu před připojením. Nastavte prosím e-mail a heslo pro svůj účet."
-#: src/components/channel/channel-view/DMChannelView.tsx:339
+#: src/components/channel/channel-view/DMChannelView.tsx:340
msgid "This conversation has been erased"
msgstr "Tato konverzace byla smazána"
@@ -18008,8 +18097,8 @@ msgstr "Tento dárkový kód již byl uplatněn."
msgid "This gift code has already been redeemed."
msgstr "Tento dárkový kód již byl vyčerpán."
-#: src/components/channel/GiftEmbed.tsx:148
-#: src/components/modals/GiftAcceptModal.tsx:92
+#: src/components/channel/GiftEmbed.tsx:159
+#: src/components/modals/GiftAcceptModal.tsx:99
msgid "This gift code is invalid or already claimed."
msgstr "Tento dárkový kód je neplatný nebo již byl uplatněn."
@@ -18022,11 +18111,11 @@ msgstr "Tento dárkový kód je neplatný nebo již byl vyčerpán."
msgid "This gift code may be invalid, expired, or already redeemed."
msgstr "Tento dárkový kód může být neplatný, expirovaný nebo už vyčerpaný."
-#: src/components/modals/GiftAcceptModal.tsx:118
+#: src/components/modals/GiftAcceptModal.tsx:125
msgid "This gift has already been claimed."
msgstr "Tento dárek již byl uplatněn."
-#: src/components/modals/tabs/GiftInventoryTab.tsx:157
+#: src/components/modals/tabs/GiftInventoryTab.tsx:158
msgid "This gift has been redeemed"
msgstr "Tento dárek byl uplatněn"
@@ -18044,7 +18133,7 @@ msgstr "Tato pozvánka vyprší za {0}."
msgid "This invite has unlimited uses."
msgstr "Tato pozvánka má neomezený počet použití."
-#: src/components/modals/InviteModal.tsx:321
+#: src/components/modals/InviteModal.tsx:318
msgid "This invite link never expires."
msgstr "Tento pozvánkový odkaz nikdy nevyprší."
@@ -18059,23 +18148,19 @@ msgstr "Tato pozvánka mohla vypršet nebo být smazána."
msgid "This invite never expires."
msgstr "Tato pozvánka nikdy nevyprší."
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:170
-#: src/components/emojis/EmojiInfoContent.tsx:79
+#: src/components/emojis/EmojiAttributionSubtext.tsx:130
msgid "This is a custom emoji from"
msgstr "Toto je vlastní emoji z"
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:160
-#: src/components/emojis/EmojiInfoContent.tsx:68
+#: src/components/emojis/EmojiAttributionSubtext.tsx:121
msgid "This is a custom emoji from a community."
msgstr "Toto je vlastní emoji z komunity."
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:150
-#: src/components/emojis/EmojiInfoContent.tsx:56
+#: src/components/emojis/EmojiAttributionSubtext.tsx:111
msgid "This is a custom emoji from a community. Ask the author for an invite to use this emoji."
msgstr "Toto je vlastní emoji z komunity. Požádejte autora o pozvánku, abyste ji mohli používat."
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:138
-#: src/components/emojis/EmojiInfoContent.tsx:43
+#: src/components/emojis/EmojiAttributionSubtext.tsx:101
msgid "This is a default emoji on Fluxer."
msgstr "Toto je výchozí emoji na Fluxer."
@@ -18095,8 +18180,8 @@ msgstr "Takto se zprávy zobrazují"
msgid "This is not the channel you're looking for."
msgstr "Toto není kanál, který hledáte."
-#: src/components/layout/GuildLayout.tsx:307
-#: src/components/layout/GuildLayout.tsx:370
+#: src/components/layout/GuildLayout.tsx:312
+#: src/components/layout/GuildLayout.tsx:375
msgid "This is not the community you're looking for."
msgstr "Toto není komunita, kterou hledáte."
@@ -18113,7 +18198,7 @@ msgid "This is the beginning of <0>{displayName}0>. Add friends to start a con
msgstr "Toto je začátek <0>{displayName}0>. Přidejte přátele a začněte konverzaci!"
#. placeholder {0}: user.username
-#: src/components/channel/dm/DMWelcomeSection.tsx:182
+#: src/components/channel/dm/DMWelcomeSection.tsx:194
msgid "This is the beginning of your direct message history with <0>{0}0>."
msgstr "Toto je začátek vaší soukromé konverzace s <0>{0}0>."
@@ -18194,7 +18279,7 @@ msgstr "Tomuto odkazu na motiv chybí data."
msgid "This theme may have been removed or the link is invalid."
msgstr "Tento motiv mohl být odstraněn nebo je odkaz neplatný."
-#: src/components/channel/dm/AddFriendForm.tsx:62
+#: src/components/channel/dm/AddFriendForm.tsx:85
msgid "This user has restricted who can send them friend requests."
msgstr "Tento uživatel omezil, kdo mu může posílat žádosti o přátelství."
@@ -18216,8 +18301,8 @@ msgid "This was a @silent message."
msgstr "Tohle byla @silent zpráva."
#: src/actions/MessageActionCreators.tsx:392
-#: src/components/channel/Messages.tsx:442
-#: src/components/channel/Messages.tsx:522
+#: src/components/channel/Messages.tsx:440
+#: src/components/channel/Messages.tsx:520
msgid "This will create a rift in the space-time continuum and cannot be undone."
msgstr "Tohle vytvoří trhlinu v časoprostorovém kontinuu a nelze to vrátit zpět."
@@ -18283,7 +18368,7 @@ msgstr "Čas: {currentFormatted} z {durationFormatted}"
msgid "Timed out until {0}."
msgstr "Zablokován do {0}."
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:285
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:288
#: src/components/modals/TimeoutMemberModal.tsx:207
#: src/components/modals/TimeoutMemberSheet.tsx:90
#: src/components/uikit/ContextMenu/items/GuildMemberMenuItems.tsx:272
@@ -18570,7 +18655,7 @@ msgstr "pravda nebo nepravda"
msgid "Try a different name or use @ / # / ! / * prefixes to filter results."
msgstr "Zkuste jiné jméno nebo použijte předpony @ / # / ! / * pro filtrování výsledků."
-#: src/components/channel/ChannelSearchResults.tsx:710
+#: src/components/channel/ChannelSearchResults.tsx:679
msgid "Try a different search query"
msgstr "Zkuste jiný dotaz"
@@ -18585,13 +18670,13 @@ msgid "Try a different search term or filter"
msgstr "Zkuste jiný výraz nebo filtr"
#: src/components/auth/HandoffCodeDisplay.tsx:67
-#: src/components/channel/Messages.tsx:939
+#: src/components/channel/Messages.tsx:937
msgid "Try again"
msgstr "Zkuste to znovu"
#: src/components/BootstrapErrorScreen.tsx:68
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:301
-#: src/components/channel/ChannelSearchResults.tsx:694
+#: src/components/channel/ChannelSearchResults.tsx:663
#: src/components/modals/channelTabs/ChannelInvitesTab.tsx:148
#: src/components/modals/channelTabs/ChannelWebhooksTab.tsx:159
#: src/components/NetworkErrorScreen.tsx:56
@@ -18612,7 +18697,7 @@ msgstr "Zkuste jiné jméno nebo zkontrolujte pravopis."
msgid "Try another search term"
msgstr "Zkuste jiný výraz"
-#: src/components/channel/InviteEmbed.tsx:359
+#: src/components/channel/InviteEmbed.tsx:361
msgid "Try asking for a new invite."
msgstr "Zkuste požádat o nové pozvání."
@@ -18802,7 +18887,7 @@ msgstr "Nelze nainstalovat balíček samolepek"
msgid "Unable to load activity logs"
msgstr "Nelze načíst záznamy aktivit"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:104
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:108
msgid "Unable to load applications"
msgstr "Nelze načíst aplikace"
@@ -18814,7 +18899,7 @@ msgstr "Nelze načíst informace o balíčku."
msgid "Unable to prepare any emojis for upload. The following errors occurred:"
msgstr "Nelze připravit žádné emoji k nahrání. Vyskytly se následující chyby:"
-#: src/components/modals/ClaimAccountModal.tsx:125
+#: src/components/modals/ClaimAccountModal.tsx:127
#: src/components/modals/EmailChangeModal.tsx:122
#: src/components/modals/EmailChangeModal.tsx:152
msgid "Unable to resend code right now"
@@ -18824,7 +18909,7 @@ msgstr "Aktuálně nelze znovu odeslat kód"
msgid "Unable to send code to new email"
msgstr "Nelze odeslat kód na nový e-mail"
-#: src/components/channel/dm/AddFriendForm.tsx:76
+#: src/components/channel/dm/AddFriendForm.tsx:99
msgid "Unable to send friend request. Please try again."
msgstr "Nelze odeslat žádost o přátelství. Zkuste to prosím znovu."
@@ -18844,17 +18929,17 @@ msgstr "Nedostupné pro všechny"
msgid "Unavailable for everyone but staff"
msgstr "Nedostupné pro všechny kromě personálu"
-#: src/components/bottomsheets/DMBottomSheet.tsx:532
+#: src/components/bottomsheets/DMBottomSheet.tsx:535
#: src/components/channel/barriers/BarrierComponents.tsx:221
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:180
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:335
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:182
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:338
#: src/components/modals/tabs/BlockedUsersTab.tsx:58
#: src/components/modals/tabs/BlockedUsersTab.tsx:171
#: src/components/modals/UserProfileActionsSheet.tsx:151
#: src/components/modals/UserProfileActionsSheet.tsx:305
-#: src/components/modals/UserProfileMobileSheet.tsx:320
+#: src/components/modals/UserProfileMobileSheet.tsx:321
#: src/components/modals/UserProfileModal.tsx:1049
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:209
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:230
#: src/utils/RelationshipActionUtils.tsx:169
msgid "Unblock"
msgstr "Odblokovat"
@@ -18863,11 +18948,11 @@ msgstr "Odblokovat"
msgid "Unblock this user before sending a friend request."
msgstr "Než pošlete žádost o přátelství, odblokujte tohoto uživatele."
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:178
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:180
#: src/components/modals/tabs/BlockedUsersTab.tsx:56
#: src/components/modals/UserProfileActionsSheet.tsx:149
-#: src/components/modals/UserProfileMobileSheet.tsx:318
-#: src/components/modals/UserProfileModal.tsx:1243
+#: src/components/modals/UserProfileMobileSheet.tsx:319
+#: src/components/modals/UserProfileModal.tsx:1244
#: src/utils/RelationshipActionUtils.tsx:167
msgid "Unblock User"
msgstr "Odblokovat uživatele"
@@ -18878,17 +18963,17 @@ msgstr "Odblokovat uživatele"
msgid "Uncategorized"
msgstr "Nezařazeno"
-#: src/components/modals/tabs/BetaCodesTab.tsx:127
-#: src/components/modals/tabs/BetaCodesTab.tsx:204
+#: src/components/modals/tabs/BetaCodesTab.tsx:129
+#: src/components/modals/tabs/BetaCodesTab.tsx:206
msgid "Unclaimed"
msgstr "Nevyzvednuté"
#. placeholder {0}: unclaimedBetaCodes.length
-#: src/components/modals/tabs/BetaCodesTab.tsx:333
+#: src/components/modals/tabs/BetaCodesTab.tsx:358
msgid "Unclaimed ({0})"
msgstr "Nevyzvednuté ({0})"
-#: src/components/modals/components/UnclaimedAccountAlert.tsx:31
+#: src/components/modals/components/UnclaimedAccountAlert.tsx:29
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:51
msgid "Unclaimed Account"
msgstr "Nevyzvednutý účet"
@@ -18922,7 +19007,7 @@ msgstr "Odmutovat všechna zařízení"
msgid "Undeafen User"
msgstr "Odmutovat uživatele"
-#: src/components/pages/ReportPage.tsx:285
+#: src/components/pages/report/optionDescriptors.ts:63
#: src/constants/IARConstants.tsx:129
msgid "Underage User"
msgstr "Nezletilý uživatel"
@@ -18981,7 +19066,7 @@ msgstr "Ztratit fokus"
msgid "Unique invite"
msgstr "Jedinečné pozvání"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:79
+#: src/components/modals/components/plutonium/VisionarySection.tsx:88
msgid "Unique profile badge"
msgstr "Jedinečná profilová odznaka"
@@ -19035,12 +19120,12 @@ msgstr "neznámý subjekt"
msgid "Unknown error"
msgstr "Neznámá chyba"
-#: src/components/channel/GiftEmbed.tsx:147
-#: src/components/modals/GiftAcceptModal.tsx:91
+#: src/components/channel/GiftEmbed.tsx:158
+#: src/components/modals/GiftAcceptModal.tsx:98
msgid "Unknown Gift"
msgstr "Neznámý dárek"
-#: src/components/channel/InviteEmbed.tsx:357
+#: src/components/channel/InviteEmbed.tsx:359
msgid "Unknown Invite"
msgstr "Neznámé pozvání"
@@ -19113,7 +19198,7 @@ msgstr "Odemkněte HD sdílení obrazovky s Plutoniem"
msgid "Unlock HD Video with Plutonium"
msgstr "Odemkněte HD video s Plutoniem"
-#: src/components/modals/components/PlutoniumContent.tsx:185
+#: src/components/modals/components/PlutoniumContent.tsx:196
msgid "Unlock higher limits and exclusive features while supporting an independent communication platform."
msgstr "Odemkněte vyšší limity a exkluzivní funkce a podpořte nezávislou komunikační platformu."
@@ -19126,9 +19211,9 @@ msgid "Unlock stickers in DMs with Plutonium"
msgstr "Odemkněte samolepky v PM s Plutoniem"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:467
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:850
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1044
-#: src/components/bottomsheets/DMBottomSheet.tsx:645
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:882
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1068
+#: src/components/bottomsheets/DMBottomSheet.tsx:648
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:321
#: src/components/bottomsheets/VoiceLobbyBottomSheet.tsx:179
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:253
@@ -19154,7 +19239,7 @@ msgstr "Zapnout zvuk kategorie"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:400
#: src/components/bottomsheets/ChannelBottomSheet.tsx:452
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1005
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1029
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:167
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:161
msgid "Unmute Channel"
@@ -19167,9 +19252,9 @@ msgstr "Zapnout zvuk kanálu"
msgid "Unmute Community"
msgstr "Zapnout zvuk komunity"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1007
-#: src/components/bottomsheets/DMBottomSheet.tsx:449
-#: src/components/bottomsheets/DMBottomSheet.tsx:590
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1031
+#: src/components/bottomsheets/DMBottomSheet.tsx:451
+#: src/components/bottomsheets/DMBottomSheet.tsx:593
msgid "Unmute Conversation"
msgstr "Zapnout zvuk konverzace"
@@ -19200,16 +19285,16 @@ msgid "Unnamed Group"
msgstr "Nepojmenovaná skupina"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:331
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1126
-#: src/components/bottomsheets/DMBottomSheet.tsx:478
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1150
+#: src/components/bottomsheets/DMBottomSheet.tsx:480
#: src/components/channel/dm/DMList.tsx:282
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:149
msgid "Unpin DM"
msgstr "Odepnout soukromou zprávu"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:290
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1126
-#: src/components/bottomsheets/DMBottomSheet.tsx:478
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1150
+#: src/components/bottomsheets/DMBottomSheet.tsx:480
#: src/components/channel/dm/DMList.tsx:243
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:129
msgid "Unpin Group DM"
@@ -19231,20 +19316,20 @@ msgid "Unpin Message"
msgstr "Odepnout zprávu"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:232
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:583
-#: src/components/bottomsheets/DMBottomSheet.tsx:164
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:597
+#: src/components/bottomsheets/DMBottomSheet.tsx:166
#: src/components/channel/dm/DMList.tsx:224
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:132
msgid "Unpinned DM"
msgstr "Odepnutá soukromá zpráva"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:232
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:583
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:597
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:112
msgid "Unpinned group"
msgstr "Odepnutá skupina"
-#: src/components/bottomsheets/DMBottomSheet.tsx:164
+#: src/components/bottomsheets/DMBottomSheet.tsx:166
msgid "Unpinned group DM"
msgstr "Nepřipnutá skupinová DM"
@@ -19279,7 +19364,7 @@ msgstr "Znovu zobrazit vložený obsah"
msgid "Until I change it"
msgstr "Dokud to nezměním"
-#: src/components/bottomsheets/DMBottomSheet.tsx:664
+#: src/components/bottomsheets/DMBottomSheet.tsx:667
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:334
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:57
#: src/components/channel/muteOptions.ts:39
@@ -19305,7 +19390,7 @@ msgstr "Aktualizovat"
msgid "Update app"
msgstr "Aktualizovat aplikaci"
-#: src/components/modals/components/MobileSettingsView.tsx:244
+#: src/components/modals/components/MobileSettingsView.tsx:239
msgid "Update Service Worker"
msgstr "Aktualizovat službu worker"
@@ -19402,7 +19487,7 @@ msgstr "Aktualizuji oblíbené…"
msgid "Updating..."
msgstr "Aktualizuji..."
-#: src/components/modals/components/plutonium/PricingSection.tsx:84
+#: src/components/modals/components/plutonium/PricingSection.tsx:94
msgid "Upgrade Now"
msgstr "Upgradovat nyní"
@@ -19415,18 +19500,19 @@ msgstr "Upgradovat na Plutonium"
msgid "Upgrade to store up to 15 custom backgrounds and unlock HD video quality, higher frame rates, and more."
msgstr "Upgradujte na verzi, která uloží až 15 vlastních pozadí a odemkne HD kvalitu videa, vyšší snímkové frekvence a další."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:265
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:316
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:297
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:357
msgid "Upgrade to Visionary"
msgstr "Upgradovat na Visionary"
#. placeholder {0}: formatter.format(visionarySlots.remaining)
-#: src/components/modals/components/plutonium/VisionarySection.tsx:109
+#: src/components/modals/components/plutonium/VisionarySection.tsx:122
+#: src/components/modals/components/plutonium/VisionarySection.tsx:134
msgid "Upgrade to Visionary — {0} Left"
msgstr "Upgradovat na Visionary — zbývá {0}"
#. placeholder {0}: isGiftSubscription ? 'gift time' : 'subscription'
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:243
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:262
msgid "Upgrading to Visionary is a <0>one-time0> purchase and will <1>cancel your current {0} immediately1>."
msgstr "Upgrade na Visionary je <0>jednorázový0> nákup a <1>okamžitě zruší vaše aktuální {0}1>."
@@ -19674,10 +19760,6 @@ msgstr "Použijte tyto kódy k přístupu k účtu, pokud ztratíte aplikaci aut
msgid "Use this button to quickly clear all permissions."
msgstr "Použijte toto tlačítko k rychlému vymazání všech oprávnění."
-#: src/components/pages/ReportPage.tsx:613
-msgid "Use this form to report illegal content under the Digital Services Act (DSA). Select what you want to report."
-msgstr "Použijte tento formulář k nahlášení nelegálního obsahu podle zákona o digitálních službách (DSA). Vyberte, co chcete nahlásit."
-
#: src/components/modals/tabs/KeybindsTab.tsx:101
msgid "Use this shortcut system-wide"
msgstr "Použít tuto zkratku v celém systému"
@@ -19708,19 +19790,19 @@ msgstr "Zdá se, že uživatel je mladší než 13 let"
msgid "User Debug"
msgstr "Ladění uživatele"
-#: src/components/channel/channel-view/DMChannelView.tsx:353
+#: src/components/channel/channel-view/DMChannelView.tsx:354
msgid "User has vanished"
msgstr "Uživatel zmizel"
-#: src/components/pages/ReportPage.tsx:865
+#: src/components/pages/report/ReportStepDetails.tsx:137
msgid "User ID (optional)"
msgstr "ID uživatele (volitelné)"
-#: src/components/bottomsheets/DMBottomSheet.tsx:376
+#: src/components/bottomsheets/DMBottomSheet.tsx:378
msgid "User ID copied"
msgstr "ID uživatele zkopírováno"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:652
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:666
msgid "User ID copied to clipboard"
msgstr "ID uživatele zkopírováno do schránky"
@@ -19765,7 +19847,7 @@ msgstr "Záznam uživatele"
msgid "User Settings"
msgstr "Nastavení uživatele"
-#: src/components/pages/ReportPage.tsx:873
+#: src/components/pages/report/ReportStepDetails.tsx:146
msgid "User Tag (optional)"
msgstr "Tag uživatele (volitelné)"
@@ -19805,7 +19887,7 @@ msgstr "Uživatelské jméno musí mít alespoň 1 znak"
msgid "Username must be at most 32 characters"
msgstr "Uživatelské jméno smí mít nejvýše 32 znaků"
-#: src/components/channel/dm/AddFriendForm.tsx:130
+#: src/components/channel/dm/AddFriendForm.tsx:153
msgid "Username#0000"
msgstr "UživatelskéJméno#0000"
@@ -19904,7 +19986,7 @@ msgstr "Vlastní URL musí mít mezi 2 a 32 znaky a může obsahovat pouze alfan
msgid "Verification Barriers"
msgstr "Ověřovací bariéry"
-#: src/components/modals/ClaimAccountModal.tsx:199
+#: src/components/modals/ClaimAccountModal.tsx:201
#: src/components/modals/EmailChangeModal.tsx:218
#: src/components/modals/EmailChangeModal.tsx:282
#: src/components/modals/PhoneAddModal.tsx:224
@@ -19912,11 +19994,11 @@ msgstr "Ověřovací bariéry"
msgid "Verification code"
msgstr "Ověřovací kód"
-#: src/components/pages/ReportPage.tsx:719
+#: src/components/pages/report/ReportStepVerification.tsx:86
msgid "Verification Code"
msgstr "Ověřovací kód"
-#: src/components/modals/ClaimAccountModal.tsx:88
+#: src/components/modals/ClaimAccountModal.tsx:90
msgid "Verification code sent"
msgstr "Ověřovací kód odeslán"
@@ -19937,10 +20019,9 @@ msgstr "Před zobrazením záložních kódů může být požadováno ověřen
#: src/components/auth/AuthPageHeader.tsx:49
#: src/components/auth/InviteHeader.tsx:81
#: src/components/auth/InviteHeader.tsx:226
-#: src/components/channel/InviteEmbed.tsx:285
-#: src/components/channel/InviteEmbed.tsx:428
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:178
-#: src/components/emojis/EmojiInfoContent.tsx:87
+#: src/components/channel/InviteEmbed.tsx:287
+#: src/components/channel/InviteEmbed.tsx:430
+#: src/components/emojis/EmojiAttributionSubtext.tsx:143
#: src/components/layout/GuildHeader.tsx:132
msgid "Verified Community"
msgstr "Ověřená komunita"
@@ -19955,7 +20036,7 @@ msgstr "Ověřený spolek"
msgid "Verify"
msgstr "Ověřit"
-#: src/components/pages/ReportPage.tsx:740
+#: src/components/pages/report/ReportStepVerification.tsx:102
msgid "Verify Code"
msgstr "Ověřit kód"
@@ -19980,6 +20061,10 @@ msgstr "Formulář ověření telefonního čísla"
msgid "Verify You're Human"
msgstr "Ověřte, že nejste robot"
+#: src/components/pages/report/ReportStepEmail.tsx:54
+msgid "Verify your email"
+msgstr "Ověřte svou e-mailovou adresu"
+
#: src/components/modals/SudoVerificationModal.tsx:359
msgid "Verify your identity"
msgstr "Ověřte svou identitu"
@@ -20012,7 +20097,7 @@ msgid "Video"
msgstr "Video"
#: src/components/channel/ChannelHeader.tsx:572
-#: src/components/modals/UserProfileMobileSheet.tsx:515
+#: src/components/modals/UserProfileMobileSheet.tsx:519
msgid "Video Call"
msgstr "Videohovor"
@@ -20097,7 +20182,7 @@ msgstr "Zobrazit záložní kódy"
msgid "View backup codes form"
msgstr "Formulář pro zobrazení záložních kódů"
-#: src/components/channel/channel-view/DMChannelView.tsx:282
+#: src/components/channel/channel-view/DMChannelView.tsx:283
msgid "View call"
msgstr "Zobrazit hovor"
@@ -20138,7 +20223,7 @@ msgstr "Zobrazit inventář dárků"
msgid "View Global Profile"
msgstr "Zobrazit globální profil"
-#: src/components/channel/channel-view/DMChannelView.tsx:282
+#: src/components/channel/channel-view/DMChannelView.tsx:283
msgid "View incoming call"
msgstr "Zobrazit příchozí hovor"
@@ -20158,10 +20243,10 @@ msgstr "Zobrazit prémiové funkce"
msgid "View premium perks"
msgstr "Zobrazit prémiové výhody"
-#: src/components/bottomsheets/DMBottomSheet.tsx:411
+#: src/components/bottomsheets/DMBottomSheet.tsx:413
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:226
#: src/components/channel/friends/MobileFriendRequestItem.tsx:87
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:210
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:212
#: src/components/modals/tabs/BlockedUsersTab.tsx:87
#: src/components/uikit/ContextMenu/items/UserProfileMenuItem.tsx:43
msgid "View Profile"
@@ -20191,7 +20276,7 @@ msgstr "Divák vstoupil do streamu"
msgid "Viewer Leaves Stream"
msgstr "Divák opustil stream"
-#: src/components/pages/ReportPage.tsx:827
+#: src/components/pages/report/ReportStepDetails.tsx:96
msgid "Violation Category"
msgstr "Kategorie porušení"
@@ -20199,7 +20284,7 @@ msgstr "Kategorie porušení"
msgid "Violation category selection"
msgstr "Výběr kategorie porušení"
-#: src/components/pages/ReportPage.tsx:264
+#: src/components/pages/report/optionDescriptors.ts:45
#: src/constants/IARConstants.tsx:42
msgid "Violent or Graphic Content"
msgstr "Násilný nebo grafický obsah"
@@ -20212,9 +20297,9 @@ msgstr "VIP hlas"
msgid "Visible Buttons"
msgstr "Viditelná tlačítka"
-#: src/components/modals/components/plutonium/PricingSection.tsx:88
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:110
-#: src/components/modals/components/plutonium/VisionarySection.tsx:58
+#: src/components/modals/components/plutonium/PricingSection.tsx:101
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:129
+#: src/components/modals/components/plutonium/VisionarySection.tsx:67
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:154
#: src/utils/modals/guildTabs/GuildAuditLogTabUtils.ts:274
msgid "Visionary"
@@ -20228,25 +20313,25 @@ msgstr "Visionary (doživotní #42)"
msgid "Visionary (Lifetime Plutonium)"
msgstr "Visionary (doživotní Plutonium)"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:80
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:111
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:95
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:134
msgid "Visionary {visionaryPrice}"
msgstr "Visionary {visionaryPrice}"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:96
+#: src/components/modals/components/plutonium/VisionarySection.tsx:105
msgid "Visionary community with direct team access"
msgstr "Komunita Visionary s přímým přístupem k týmu"
-#: src/components/modals/components/plutonium/GiftSection.tsx:87
-#: src/components/modals/components/plutonium/PricingSection.tsx:119
+#: src/components/modals/components/plutonium/GiftSection.tsx:100
+#: src/components/modals/components/plutonium/PricingSection.tsx:140
msgid "Visionary Gift"
msgstr "Dárek Visionary"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:109
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:132
msgid "Visionary Gift Sold Out"
msgstr "Dárek Visionary vyprodaný"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:80
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:95
msgid "Visionary Sold Out"
msgstr "Visionary vyprodáno"
@@ -20281,15 +20366,15 @@ msgstr "Nastavení hlasu a videa"
msgid "Voice Activity"
msgstr "Hlasová aktivita"
-#: src/components/channel/channel-view/DMChannelView.tsx:277
+#: src/components/channel/channel-view/DMChannelView.tsx:278
#: src/components/voice/VoiceCallView.tsx:466
msgid "Voice call"
msgstr "Hlasový hovor"
-#: src/components/bottomsheets/DMBottomSheet.tsx:419
+#: src/components/bottomsheets/DMBottomSheet.tsx:421
#: src/components/channel/ChannelHeader.tsx:562
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:225
-#: src/components/modals/UserProfileMobileSheet.tsx:507
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:227
+#: src/components/modals/UserProfileMobileSheet.tsx:511
msgid "Voice Call"
msgstr "Hlasový hovor"
@@ -20306,8 +20391,8 @@ msgstr "Hlasové hovory"
msgid "Voice channel"
msgstr "Hlasový kanál"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:475
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:662
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:489
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:676
#: src/components/channel/channel-header/useChannelHeaderData.ts:100
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:314
msgid "Voice Channel"
@@ -20488,8 +20573,8 @@ msgstr "Poslali jsme odkaz k autorizaci přihlášení. Otevři si poštu {0}."
msgid "We failed to retrieve the full information about this user at this time."
msgstr "Nyní se nepodařilo načíst kompletní informace o tomto uživateli."
-#: src/components/layout/GuildLayout.tsx:302
-#: src/components/layout/GuildLayout.tsx:349
+#: src/components/layout/GuildLayout.tsx:307
+#: src/components/layout/GuildLayout.tsx:354
msgid "We fluxed up! Hang tight, we're working on it."
msgstr "Sakra, něco se pokazilo! Chvíli vydrž, pracujeme na tom."
@@ -20513,18 +20598,13 @@ msgstr "Ztratili jsme spojení během čekání na autorizaci. Zkus to znovu."
msgid "We need to make sure you're not a bot. Please complete the verification below."
msgstr "Musíme se ujistit, že nejsi bot. Dokonči ověření níže."
-#: src/components/pages/ReportPage.tsx:639
-msgid "We need to verify your email address before you can submit a report."
-msgstr "Než můžeš podat hlášení, musíme ověřit tvůj e-mail."
-
#: src/components/modals/BackupCodesModal.tsx:45
msgid "We recommend saving these codes now so that you don't get locked out of your account."
msgstr "Doporučujeme si tyto kódy nyní uložit, abys nepřišel o přístup k účtu."
-#. placeholder {0}: state.email
-#: src/components/pages/ReportPage.tsx:702
-msgid "We sent a verification code to {0}."
-msgstr "Odeslali jsme ověřovací kód na {0}."
+#: src/components/pages/report/ReportStepVerification.tsx:67
+msgid "We sent a code to {email}."
+msgstr "Poslali jsme kód na {email}."
#: src/components/auth/BrowserLoginHandoffModal.tsx:315
msgid "We will prefill {prefillEmail} once the browser login opens."
@@ -20534,6 +20614,10 @@ msgstr "Až se otevře přihlášení v prohlížeči, vyplníme {prefillEmail}.
msgid "We'll restore your previous email, sign out old sessions, remove phone numbers, disable MFA, and secure your account with a new password."
msgstr "Obnovíme tvůj předchozí e-mail, odhlásíme staré relace, odstraníme telefonní čísla, vypneme MFA a zabezpečíme účet novým heslem."
+#: src/components/pages/report/ReportStepEmail.tsx:57
+msgid "We'll send a short code to confirm you can receive updates about this report."
+msgstr "Pošleme krátký kód, abychom potvrdili, že můžete přijímat aktualizace o tomto hlášení."
+
#: src/components/modals/EmailChangeModal.tsx:190
msgid "We'll verify your current email and then your new email with one-time codes."
msgstr "Nejprve ověříme tvůj současný e-mail a potom nový pomocí jednorázových kódů."
@@ -20546,13 +20630,13 @@ msgstr "Nový e-mail ověříme pomocí jednorázového kódu."
msgid "We're having trouble connecting to Fluxer's servers. This could be a temporary network issue or scheduled maintenance."
msgstr "Máme problém připojit se k serverům Fluxer. Může jít o dočasný problém sítě nebo plánovanou údržbu."
-#: src/components/modals/tabs/BetaCodesTab.tsx:297
+#: src/components/modals/tabs/BetaCodesTab.tsx:322
#: src/components/modals/tabs/DevicesTab.tsx:230
msgid "We're having trouble connecting to the space-time continuum. Please check your connection and try again."
msgstr "Máme problémy s připojením ke kontinuu časoprostoru. Zkontroluj připojení a zkus to znovu."
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:287
-#: src/components/channel/ChannelSearchResults.tsx:681
+#: src/components/channel/ChannelSearchResults.tsx:650
msgid "We're indexing this channel for the first time. This might take a little while..."
msgstr "Tento kanál indexujeme poprvé. Chvíli to potrvá..."
@@ -20829,17 +20913,16 @@ msgstr "Zde napiš vlastní CSS pro přepsání libovolných tokenů tématu. Na
msgid "Write your content here... This textarea expands as you type."
msgstr "Zde napiš obsah... Toto pole se při psaní rozšiřuje."
-#: src/components/auth/DateOfBirthField.tsx:89
-#: src/components/auth/DateOfBirthField.tsx:156
+#: src/components/auth/DateOfBirthField.tsx:153
#: src/components/auth/MockMinimalRegisterForm.tsx:78
msgid "Year"
msgstr "Rok"
-#: src/components/modals/components/plutonium/PricingSection.tsx:78
+#: src/components/modals/components/plutonium/PricingSection.tsx:88
msgid "Yearly"
msgstr "Ročně"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:71
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:84
msgid "Yearly {yearlyPrice}"
msgstr "Ročně {yearlyPrice}"
@@ -20874,7 +20957,7 @@ msgstr "Chystáš se opustit Fluxer"
msgid "You are about to transfer ownership of this community to <0>{0}0>. This action is <1>irreversible1> and you will lose all owner privileges."
msgstr "Chystáš se převést vlastnictví této komunity na <0>{0}0>. Tato akce je <1>nevratná1> a ztratíš všechna oprávnění vlastníka."
-#: src/components/channel/dm/AddFriendForm.tsx:72
+#: src/components/channel/dm/AddFriendForm.tsx:95
msgid "You are already friends with this user."
msgstr "S tímto uživatelem už jsi přátelé."
@@ -20960,7 +21043,7 @@ msgstr "Můžeš nahrát maximálně {MAX_EMOJIS_PER_UPLOAD} emoji najednou. Pou
msgid "You can pin messages in this conversation for everyone to see."
msgstr "V této konverzaci můžeš připínat zprávy, aby je viděli všichni."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:175
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:194
msgid "You can redeem additional gift codes to <0>extend0> your gift time. To start a monthly or yearly plan, wait until after it ends — or <1>upgrade to Visionary1> now (remaining gift time will be discarded)."
msgstr "Můžeš uplatnit další dárkové kódy a <0>prodloužit0> dobu daru. Chceš-li začít měsíční nebo roční plán, počkej, až dárek skončí — nebo se <1>nyní přepni na Visionary1> (zbylý dar se zruší)."
@@ -20990,7 +21073,7 @@ msgstr "Pro formátování textu můžeš použít odkazy a Markdown. S <0/> mů
msgid "You can't add new reactions while you're on timeout."
msgstr "Během timeoutu nemůžeš přidávat nové reakce."
-#: src/components/modals/UserProfileModal.tsx:1170
+#: src/components/modals/UserProfileModal.tsx:1171
msgid "You can't befriend yourself"
msgstr "Nemůžeš se přidat mezi přátele sám sebe"
@@ -20998,14 +21081,14 @@ msgstr "Nemůžeš se přidat mezi přátele sám sebe"
msgid "You can't interact with reactions in search results as it might disrupt the space-time continuum."
msgstr "S reakcemi ve výsledcích hledání nemůžeš interagovat, mohlo by to narušit časoprostor."
-#: src/components/layout/ChannelItem.tsx:200
-#: src/components/layout/ChannelItem.tsx:366
-#: src/stores/voice/MediaEngineFacade.ts:151
-#: src/stores/voice/MediaEngineFacade.ts:482
+#: src/components/layout/ChannelItem.tsx:206
+#: src/components/layout/ChannelItem.tsx:375
+#: src/stores/voice/MediaEngineFacade.ts:154
+#: src/stores/voice/MediaEngineFacade.ts:529
msgid "You can't join while you're on timeout."
msgstr "Když máš timeout, nemůžeš se připojit."
-#: src/components/modals/UserProfileModal.tsx:1182
+#: src/components/modals/UserProfileModal.tsx:1183
#: src/components/popouts/UserProfilePopout.tsx:282
#: src/components/profile/ProfilePreview.tsx:284
msgid "You can't message yourself"
@@ -21019,7 +21102,7 @@ msgstr "Nemůžeš si poslat žádost o přátelství sám sobě."
msgid "You can't send friend requests to bots."
msgstr "Botům nemůžeš posílat žádosti o přátelství."
-#: src/components/channel/dm/AddFriendForm.tsx:64
+#: src/components/channel/dm/AddFriendForm.tsx:87
msgid "You can't send friend requests to users you've blocked. Unblock them first."
msgstr "Uživateli, kterého máš zablokovaného, nemůžeš posílat žádosti o přátelství. Nejprve ho odblokuj."
@@ -21066,11 +21149,11 @@ msgstr "Toto oprávnění nemůžeš odebrat, protože bys si ho odebral i sám
msgid "You cannot save a role with a blank name. Please provide a valid name before saving."
msgstr "Roli nemůžeš uložit bez názvu. Před uložením zadej platný název."
-#: src/components/channel/dm/AddFriendForm.tsx:68
+#: src/components/channel/dm/AddFriendForm.tsx:91
msgid "You cannot send a friend request to yourself."
msgstr "Nemůžeš si poslat žádost o přátelství sám sobě."
-#: src/components/channel/dm/AddFriendForm.tsx:66
+#: src/components/channel/dm/AddFriendForm.tsx:89
msgid "You cannot send friend requests to bots."
msgstr "Botům nemůžeš posílat žádosti o přátelství."
@@ -21094,7 +21177,7 @@ msgstr "Nemáš přístup do kanálu, kde byla tato zpráva odeslána."
msgid "You do not have permission to send messages in this channel."
msgstr "V tomto kanálu nemáš oprávnění posílat zprávy."
-#: src/components/layout/GuildLayout.tsx:393
+#: src/components/layout/GuildLayout.tsx:398
msgid "You don't have access to any channels in this community."
msgstr "Do žádného kanálu v této komunitě nemáš přístup."
@@ -21114,23 +21197,23 @@ msgstr "Nemáš oprávnění nainstalovat tento balíček emoji."
msgid "You don't have permission to install this sticker pack."
msgstr "Nemáš oprávnění nainstalovat tento balíček samolepek."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:203
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:222
msgid "You have all <0/> for <1>{monthlyPrice}/month1>."
msgstr "Máš vše <0/> za <1>{monthlyPrice}/měsíc1>."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:208
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:227
msgid "You have all <0/> for <1>{yearlyPrice}/year1>."
msgstr "Máš vše <0/> za <1>{yearlyPrice}/rok1>."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:213
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:232
msgid "You have all <0/> for your subscription period."
msgstr "Máš všechny <0/> po dobu svého předplatného."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:198
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:217
msgid "You have all <0/> forever. No subscriptions, no renewals."
msgstr "Máš všechny <0/> navždy. Žádná předplatná, žádné obnovování."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:169
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:188
msgid "You have all <0/> via a <1>gift subscription1> until <2>{giftEndDate}2>. It <3>won't renew3>."
msgstr "Máš všechny <0/> díky <1>dárkovému předplatnému1> až do <2>{giftEndDate}2>. To se <3>neobnoví3>."
@@ -21228,11 +21311,11 @@ msgstr "Ztratil(a) jsi přístup k této uložené zprávě. Chceš ji odstranit
msgid "You made it, {username}! We're about to hit 88mph!"
msgstr "Dokázal(a) jsi to, {username}! Chystáme se zrychlit na 88 mph!"
-#: src/components/channel/CallMessage.tsx:179
+#: src/components/channel/CallMessage.tsx:173
msgid "You missed a call from <0/> that lasted {durationText}."
msgstr "Zmeškal(a) jsi hovor od <0/>, který trval {durationText}."
-#: src/components/channel/CallMessage.tsx:184
+#: src/components/channel/CallMessage.tsx:178
msgid "You missed a call from <0/>."
msgstr "Zmeškal(a) jsi hovor od <0/>."
@@ -21252,7 +21335,7 @@ msgstr "Musíš být starší 18 let, abys mohl(a) zobrazit tento obsah. <0>Víc
msgid "You must be connected to the gateway to accept this temporary invite. Please check your connection and try again."
msgstr "Musíš být připojen(a) k bráně, abys mohl(a) přijmout tuto dočasnou pozvánku. Zkontroluj připojení a zkus to znovu."
-#: src/components/pages/ReportPage.tsx:463
+#: src/components/pages/ReportPage.tsx:288
msgid "You must verify your email before submitting a report."
msgstr "Než odešleš hlášení, musíš ověřit svůj e-mail."
@@ -21385,7 +21468,7 @@ msgstr "Jsi v hlasovém kanálu"
msgid "You're sending messages too quickly"
msgstr "Posíláš zprávy příliš rychle"
-#: src/components/channel/Messages.tsx:909
+#: src/components/channel/Messages.tsx:907
msgid "You're viewing older messages"
msgstr "Prohlížíš si starší zprávy"
@@ -21464,7 +21547,7 @@ msgstr "Váš účet byl schválen. Přesměrovávám vás do aplikace..."
msgid "Your account has been created, but access is temporarily limited until approval. You will be notified once your account is approved."
msgstr "Váš účet byl vytvořen, ale přístup je dočasně omezený do schválení. O schválení vás budeme informovat."
-#: src/components/modals/components/UnclaimedAccountAlert.tsx:38
+#: src/components/modals/components/UnclaimedAccountAlert.tsx:36
msgid "Your account is not yet claimed. Without an email and password, you won't be able to sign in from other devices and you could lose access to your account. Claim your account now to secure it."
msgstr "Váš účet ještě nebyl převzat. Bez e-mailu a hesla se nebudete moci přihlásit z jiných zařízení a můžete o účet přijít. Převzít účet nyní a zabezpečit ho."
@@ -21508,7 +21591,7 @@ msgstr "Stávající nastavení zvuku upozornění zůstane zachováno."
msgid "Your export request will be processed"
msgstr "Vaše žádost o export bude zpracována."
-#: src/components/pages/ReportPage.tsx:935
+#: src/components/pages/report/ReportStepDetails.tsx:213
msgid "Your FluxerTag (optional)"
msgstr "Váš FluxerTag (volitelné)"
@@ -21521,7 +21604,7 @@ msgid "Your invite expires in 24 hours"
msgstr "Vaše pozvánka vyprší za 24 hodin."
#. placeholder {0}: getExpirationText()
-#: src/components/modals/InviteModal.tsx:325
+#: src/components/modals/InviteModal.tsx:322
msgid "Your invite link expires in {0}."
msgstr "Platnost vaší pozvánky vyprší za {0}."
@@ -21565,7 +21648,7 @@ msgstr "Váš osobní prostor pro rychlý přístup ke kanálům, DM a skupinám
msgid "Your Plutonium subscription has expired. You've lost all Plutonium perks. Reactivate your subscription to regain access."
msgstr "Vaše předplatné Plutonia vypršelo. Ztratili jste všechny výhody Plutonia. Znovu aktivujte předplatné a získejte přístup zpět."
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:781
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:813
msgid "Your private space"
msgstr "Váš soukromý prostor"
@@ -21573,7 +21656,7 @@ msgstr "Váš soukromý prostor"
msgid "Your private space for thoughts and reminders"
msgstr "Váš soukromý prostor pro myšlenky a připomenutí"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:277
+#: src/components/modals/tabs/GiftInventoryTab.tsx:300
msgid "Your Purchased Gifts"
msgstr "Vaše zakoupené dárky"
@@ -21585,15 +21668,11 @@ msgstr "vaše oblast"
msgid "Your stream is still being broadcast"
msgstr "Váš stream je stále vysílán"
-#: src/components/pages/ReportPage.tsx:594
-msgid "Your submission ID"
-msgstr "ID vaší žádosti"
-
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:153
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:172
msgid "Your subscription ended, but you still have all <0/> until <1>{graceDate}1>. Resubscribe to keep them."
msgstr "Vaše předplatné skončilo, ale všechny výhody <0/> máte do <1>{graceDate}1>. Znovu se přihlaste k odběru, abyste je zachoval(a)."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:138
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:157
msgid "Your subscription expired on <0>{expiredDate}0>. You lost all <1/>. You can reactivate at any time."
msgstr "Vaše předplatné vypršelo dne <0>{expiredDate}0>. Ztratili jste všechny výhody <1/>. Můžete je kdykoli znovu aktivovat."
@@ -21609,7 +21688,7 @@ msgstr "Vaše předplatné bylo znovu aktivováno!"
msgid "Your subscription has been set to cancel at the end of your billing period."
msgstr "Vaše předplatné bylo naplánováno k ukončení na konci aktuálního fakturačního období."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:191
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:210
msgid "Your subscription will cancel on <0>{cancelDate}0>. You'll lose all <1/> after that date."
msgstr "Vaše předplatné se ukončí dne <0>{cancelDate}0>. Po tomto datu přijdete o všechny výhody <1/>."
diff --git a/fluxer_app/src/locales/da/messages.po b/fluxer_app/src/locales/da/messages.po
index 996c61c3..6a056e82 100644
--- a/fluxer_app/src/locales/da/messages.po
+++ b/fluxer_app/src/locales/da/messages.po
@@ -68,12 +68,12 @@ msgstr "(maks. 15 vist)"
msgid "(No content)"
msgstr "(Ingen indhold)"
-#: src/components/modals/UserProfileMobileSheet.tsx:552
+#: src/components/modals/UserProfileMobileSheet.tsx:556
#: src/components/pages/YouPage.tsx:147
msgid "(only visible to you)"
msgstr "(kun synligt for dig)"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:954
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:976
msgid "(you)"
msgstr "(dig)"
@@ -138,12 +138,12 @@ msgid "{0} Online"
msgstr "{0} online"
#. placeholder {0}: reaction.count
-#: src/components/channel/MessageReactions.tsx:120
+#: src/components/channel/MessageReactions.tsx:119
msgid "{0} reaction"
msgstr "{0} reaktion"
#. placeholder {0}: reaction.count
-#: src/components/channel/MessageReactions.tsx:120
+#: src/components/channel/MessageReactions.tsx:119
msgid "{0} reactions"
msgstr "{0} reaktioner"
@@ -153,13 +153,13 @@ msgid "{0} remaining"
msgstr "{0} tilbage"
#. placeholder {0}: machineState.total
-#: src/components/channel/ChannelSearchResults.tsx:315
+#: src/components/channel/ChannelSearchResults.tsx:272
msgid "{0} Result"
msgstr "{0} Resultat"
#. placeholder {0}: machineState.total
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:390
-#: src/components/channel/ChannelSearchResults.tsx:315
+#: src/components/channel/ChannelSearchResults.tsx:272
msgid "{0} Results"
msgstr "{0} resultater"
@@ -402,7 +402,7 @@ msgstr "{actor} opdaterede klistermærket {namedTarget}."
msgid "{actor} updated the webhook {namedTarget}."
msgstr "{actor} opdaterede webhooken {namedTarget}."
-#: src/components/modals/tabs/BetaCodesTab.tsx:280
+#: src/components/modals/tabs/BetaCodesTab.tsx:284
msgid "{allowance} codes remaining this week"
msgstr "{allowance} koder tilbage denne uge"
@@ -533,7 +533,7 @@ msgstr "{emojiName}, {0} reaktion"
msgid "{emojiName}, {0} reactions"
msgstr "{emojiName}, {0} reaktioner"
-#: src/components/channel/MessageReactions.tsx:122
+#: src/components/channel/MessageReactions.tsx:121
msgid "{emojiName}: {reactionCountText}, {actionText}"
msgstr "{emojiName}: {reactionCountText}, {actionText}"
@@ -561,8 +561,8 @@ msgstr "{label} billeder kan ikke animeres. Brug venligst JPEG, PNG eller WebP."
#: src/components/auth/InviteHeader.tsx:127
#: src/components/auth/InviteHeader.tsx:241
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:281
-#: src/components/channel/InviteEmbed.tsx:180
-#: src/components/channel/InviteEmbed.tsx:444
+#: src/components/channel/InviteEmbed.tsx:182
+#: src/components/channel/InviteEmbed.tsx:446
msgid "{memberCount} Member"
msgstr "{memberCount} medlem"
@@ -570,8 +570,8 @@ msgstr "{memberCount} medlem"
#: src/components/auth/InviteHeader.tsx:127
#: src/components/auth/InviteHeader.tsx:241
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:281
-#: src/components/channel/InviteEmbed.tsx:180
-#: src/components/channel/InviteEmbed.tsx:444
+#: src/components/channel/InviteEmbed.tsx:182
+#: src/components/channel/InviteEmbed.tsx:446
msgid "{memberCount} Members"
msgstr "{memberCount} medlemmer"
@@ -606,11 +606,11 @@ msgstr "{minutes} minutter og {seconds} sekunder"
msgid "{minutes} minutes and 1 second"
msgstr "{minutes} minutter og 1 sekund"
-#: src/components/channel/dm/DMWelcomeSection.tsx:155
+#: src/components/channel/dm/DMWelcomeSection.tsx:167
msgid "{mutualGuildCount} mutual commmunity"
msgstr "{mutualGuildCount} gensidig fællesskab"
-#: src/components/channel/dm/DMWelcomeSection.tsx:156
+#: src/components/channel/dm/DMWelcomeSection.tsx:168
msgid "{mutualGuildCount} mutual communities"
msgstr "{mutualGuildCount} gensidige fællesskaber"
@@ -632,7 +632,7 @@ msgstr "{participantCount} deltagere i opkald"
#: src/components/auth/InviteHeader.tsx:235
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:276
-#: src/components/channel/InviteEmbed.tsx:439
+#: src/components/channel/InviteEmbed.tsx:441
msgid "{presenceCount} Online"
msgstr "{presenceCount} online"
@@ -644,15 +644,15 @@ msgstr "{remaining} tegn tilbage"
msgid "{remaining} characters left. Get Plutonium to write up to {premiumMaxLength} characters."
msgstr "{remaining} tegn tilbage. Få Plutonium til at skrive op til {premiumMaxLength} tegn."
-#: src/components/channel/InviteEmbed.tsx:301
+#: src/components/channel/InviteEmbed.tsx:303
msgid "{renderedMemberCount} Member"
msgstr "{renderedMemberCount} medlem"
-#: src/components/channel/InviteEmbed.tsx:301
+#: src/components/channel/InviteEmbed.tsx:303
msgid "{renderedMemberCount} Members"
msgstr "{renderedMemberCount} medlemmer"
-#: src/components/channel/InviteEmbed.tsx:296
+#: src/components/channel/InviteEmbed.tsx:298
msgid "{renderedPresenceCount} Online"
msgstr "{renderedPresenceCount} online"
@@ -704,11 +704,11 @@ msgstr "{totalSeconds} sekund"
msgid "{totalSeconds} seconds"
msgstr "{totalSeconds} sekunder"
-#: src/components/layout/GuildsLayout.tsx:231
+#: src/components/layout/GuildsLayout.tsx:229
msgid "{unavailableCount} communities are temporarily unavailable due to a flux capacitor malfunction."
msgstr "{unavailableCount} fællesskaber er midlertidigt utilgængelige på grund af en fejl i fluxkapacitatoren."
-#: src/components/layout/GuildsLayout.tsx:230
+#: src/components/layout/GuildsLayout.tsx:228
msgid "{unavailableCount} community is temporarily unavailable due to a flux capacitor malfunction."
msgstr "{unavailableCount} fællesskab er midlertidigt utilgængeligt på grund af en fejl i fluxkapacitatoren."
@@ -814,27 +814,27 @@ msgstr "@everyone-omtaler"
msgid "@username"
msgstr "@username"
-#: src/components/channel/CallMessage.tsx:75
+#: src/components/channel/CallMessage.tsx:72
msgid "# days"
msgstr "# dage"
-#: src/components/channel/CallMessage.tsx:76
+#: src/components/channel/CallMessage.tsx:73
msgid "# hours"
msgstr "# timer"
-#: src/components/channel/CallMessage.tsx:77
+#: src/components/channel/CallMessage.tsx:74
msgid "# minutes"
msgstr "# minutter"
-#: src/components/channel/CallMessage.tsx:73
+#: src/components/channel/CallMessage.tsx:70
msgid "# months"
msgstr "# måneder"
-#: src/components/channel/CallMessage.tsx:74
+#: src/components/channel/CallMessage.tsx:71
msgid "# weeks"
msgstr "# uger"
-#: src/components/channel/CallMessage.tsx:72
+#: src/components/channel/CallMessage.tsx:69
msgid "# years"
msgstr "# år"
@@ -878,11 +878,11 @@ msgstr "<0/> fjernede <1/> fra gruppen."
msgid "<0/> removed someone from the group."
msgstr "<0/> fjernede en person fra gruppen."
-#: src/components/channel/CallMessage.tsx:191
+#: src/components/channel/CallMessage.tsx:185
msgid "<0/> started a call that lasted {durationText}."
msgstr "<0/> startede et opkald, der varede {durationText}."
-#: src/components/channel/CallMessage.tsx:154
+#: src/components/channel/CallMessage.tsx:148
msgid "<0/> started a call."
msgstr "<0/> startede et opkald."
@@ -943,11 +943,11 @@ msgstr "<0>Gendæmpede0> medlemmet."
msgid "<0>Warning:0> This will also disable SMS two-factor authentication."
msgstr "<0>Advarsel:0> Dette deaktiverer også SMS-tofaktor-godkendelse."
-#: src/components/modals/tabs/BetaCodesTab.tsx:278
+#: src/components/modals/tabs/BetaCodesTab.tsx:282
msgid "1 code remaining this week"
msgstr "1 kode tilbage denne uge"
-#: src/components/channel/CallMessage.tsx:75
+#: src/components/channel/CallMessage.tsx:72
#: src/components/modals/BanMemberModal.tsx:54
#: src/components/modals/InviteModal.tsx:77
#: src/components/modals/InviteModal.tsx:212
@@ -956,7 +956,7 @@ msgstr "1 kode tilbage denne uge"
msgid "1 day"
msgstr "1 dag"
-#: src/components/channel/CallMessage.tsx:76
+#: src/components/channel/CallMessage.tsx:73
#: src/components/modals/BanMemberModal.tsx:52
#: src/components/modals/channelTabs/ChannelOverviewTab.tsx:154
#: src/components/modals/CustomStatusBottomSheet.tsx:44
@@ -993,7 +993,7 @@ msgstr "1 minut og {seconds} sekunder"
msgid "1 minute and 1 second"
msgstr "1 minut og 1 sekund"
-#: src/components/channel/CallMessage.tsx:73
+#: src/components/channel/CallMessage.tsx:70
#: src/components/modals/BanMemberModal.tsx:59
msgid "1 month"
msgstr "1 måned"
@@ -1002,12 +1002,12 @@ msgstr "1 måned"
msgid "1 Month"
msgstr "1 måned"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:99
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:120
msgid "1 Month {monthlyPrice}"
msgstr "1 måned {monthlyPrice}"
-#: src/components/modals/components/plutonium/GiftSection.tsx:78
-#: src/components/modals/components/plutonium/PricingSection.tsx:110
+#: src/components/modals/components/plutonium/GiftSection.tsx:88
+#: src/components/modals/components/plutonium/PricingSection.tsx:128
msgid "1 Month Gift"
msgstr "1 måneds gave"
@@ -1020,22 +1020,22 @@ msgstr "1 brug"
msgid "1 user"
msgstr "1 bruger"
-#: src/components/channel/CallMessage.tsx:74
+#: src/components/channel/CallMessage.tsx:71
#: src/components/modals/BanMemberModal.tsx:57
#: src/components/modals/TimeoutMemberOptions.ts:39
msgid "1 week"
msgstr "1 uge"
-#: src/components/channel/CallMessage.tsx:72
+#: src/components/channel/CallMessage.tsx:69
msgid "1 year"
msgstr "1 år"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:91
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:109
msgid "1 Year {yearlyPrice}"
msgstr "1 år {yearlyPrice}"
-#: src/components/modals/components/plutonium/GiftSection.tsx:69
-#: src/components/modals/components/plutonium/PricingSection.tsx:101
+#: src/components/modals/components/plutonium/GiftSection.tsx:76
+#: src/components/modals/components/plutonium/PricingSection.tsx:116
msgid "1 Year Gift"
msgstr "1 års gave"
@@ -1286,8 +1286,8 @@ msgstr "8 timer"
msgid "A 4-digit tag will be added automatically to ensure uniqueness"
msgstr "Et 4-cifret tag tilføjes automatisk for at sikre unikhed"
-#: src/components/channel/CallMessage.tsx:86
-#: src/components/channel/CallMessage.tsx:148
+#: src/components/channel/CallMessage.tsx:83
+#: src/components/channel/CallMessage.tsx:142
msgid "a few seconds"
msgstr "et par sekunder"
@@ -1299,7 +1299,7 @@ msgstr "En håndfuld tastaturkrigere samles..."
msgid "A helpful bot that does amazing things!"
msgstr "En hjælpsom bot der gør fantastiske ting!"
-#: src/components/channel/CallMessage.tsx:77
+#: src/components/channel/CallMessage.tsx:74
msgid "a minute"
msgstr "et minut"
@@ -1316,7 +1316,7 @@ msgid "A symphony of clacking keys is underway..."
msgstr "En symfoni af klikkende taster er i gang..."
#: src/components/modals/tabs/MyProfileTab/BioEditor.tsx:127
-#: src/components/modals/UserProfileMobileSheet.tsx:528
+#: src/components/modals/UserProfileMobileSheet.tsx:532
#: src/components/pages/YouPage.tsx:132
msgid "About Me"
msgstr "Om mig"
@@ -1330,18 +1330,18 @@ msgstr "Om dig"
msgid "Accent Color"
msgstr "Accentfarve"
-#: src/components/channel/channel-view/DMChannelView.tsx:291
-#: src/components/channel/dm/DMWelcomeSection.tsx:116
+#: src/components/channel/channel-view/DMChannelView.tsx:292
+#: src/components/channel/dm/DMWelcomeSection.tsx:128
#: src/components/channel/friends/FriendListItem.tsx:238
#: src/components/channel/friends/MobileFriendRequestItem.tsx:99
#: src/components/voice/IncomingCallUI.tsx:302
msgid "Accept"
msgstr "Accepter"
-#: src/components/bottomsheets/DMBottomSheet.tsx:515
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:260
-#: src/components/modals/UserProfileModal.tsx:1258
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:88
+#: src/components/bottomsheets/DMBottomSheet.tsx:517
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:262
+#: src/components/modals/UserProfileModal.tsx:1259
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:109
msgid "Accept Friend Request"
msgstr "Accepter venneanmodning"
@@ -1358,7 +1358,7 @@ msgstr "Accepter invitation"
msgid "Accept the incoming call"
msgstr "Accepter det indgående opkald"
-#: src/components/channel/InviteEmbed.tsx:226
+#: src/components/channel/InviteEmbed.tsx:228
#: src/components/modals/InviteAcceptModal.tsx:163
msgid "Accepting this invite installs the pack automatically."
msgstr "Ved at acceptere denne invitation installeres pakken automatisk."
@@ -1407,7 +1407,7 @@ msgstr "Konto og Premium"
msgid "Account appears to exist solely for spamming"
msgstr "Kontoen ser ud til kun at eksistere for spam"
-#: src/components/modals/ClaimAccountModal.tsx:105
+#: src/components/modals/ClaimAccountModal.tsx:107
msgid "Account claimed successfully"
msgstr "Konto overtaget med succes"
@@ -1459,7 +1459,7 @@ msgstr "Kun på tværs af alle private beskeder, du nogensinde har været i"
msgid "Action with both icons!"
msgstr "Handling med begge ikoner!"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:124
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:143
msgid "Active"
msgstr "Aktiv"
@@ -1584,12 +1584,13 @@ msgstr "Tilføj e-mail"
msgid "Add Favorite Channels"
msgstr "Tilføj foretrukne kanaler"
-#: src/components/bottomsheets/DMBottomSheet.tsx:524
+#: src/components/bottomsheets/DMBottomSheet.tsx:527
#: src/components/channel/dm/AddFriendView.tsx:32
#: src/components/channel/dm/DMFriendsView.tsx:199
#: src/components/modals/AddFriendSheet.tsx:50
-#: src/components/modals/UserProfileModal.tsx:1178
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:68
+#: src/components/modals/UserProfileModal.tsx:1179
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:75
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:89
msgid "Add Friend"
msgstr "Tilføj ven"
@@ -1597,7 +1598,7 @@ msgstr "Tilføj ven"
msgid "Add Friends"
msgstr "Tilføj venner"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1187
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1211
#: src/components/channel/ChannelHeader.tsx:630
#: src/components/channel/dm/GroupDMWelcomeSection.tsx:85
msgid "Add Friends to Group"
@@ -1612,7 +1613,7 @@ msgstr "Tilføj element"
msgid "Add new reactions to messages."
msgstr "Tilføj nye reaktioner til beskeder."
-#: src/components/bottomsheets/DMBottomSheet.tsx:426
+#: src/components/bottomsheets/DMBottomSheet.tsx:428
#: src/components/profile/ProfileCard/ProfileCardActions.tsx:48
#: src/components/uikit/ContextMenu/items/UserNoteMenuItems.tsx:42
msgid "Add Note"
@@ -1647,7 +1648,7 @@ msgstr "Formular til telefonnummer"
#: src/components/channel/MessageActionBar.tsx:450
#: src/components/channel/MessageActionBar.tsx:741
#: src/components/channel/messageActionMenu.tsx:92
-#: src/components/channel/MessageReactions.tsx:264
+#: src/components/channel/MessageReactions.tsx:263
#: src/components/uikit/ContextMenu/items/MessageMenuItems.tsx:65
msgid "Add Reaction"
msgstr "Tilføj reaktion"
@@ -1695,8 +1696,8 @@ msgid "Add to favorites"
msgstr "Tilføj til favoritter"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:370
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1103
-#: src/components/bottomsheets/DMBottomSheet.tsx:400
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1127
+#: src/components/bottomsheets/DMBottomSheet.tsx:402
#: src/components/channel/ChannelHeader.tsx:547
#: src/components/channel/ChannelHeader.tsx:595
#: src/components/channel/ChannelHeader.tsx:600
@@ -1731,11 +1732,11 @@ msgid "Added to bookmarks"
msgstr "Tilføjet til bogmærker"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:118
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:544
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:558
msgid "Added to favorites"
msgstr "Tilføjet til favoritter"
-#: src/components/bottomsheets/DMBottomSheet.tsx:129
+#: src/components/bottomsheets/DMBottomSheet.tsx:131
msgid "Added to Favorites"
msgstr "Tilføjet til Favoritter"
@@ -1752,7 +1753,7 @@ msgstr "Tilføjet: {createdDate}"
msgid "Added: {createdDate} • Last used: {lastUsedDate}"
msgstr "Tilføjet: {createdDate} • Sidst brugt: {lastUsedDate}"
-#: src/components/pages/ReportPage.tsx:943
+#: src/components/pages/report/ReportStepDetails.tsx:222
msgid "Additional Comments (optional)"
msgstr "Yderligere kommentarer (valgfrit)"
@@ -1873,7 +1874,7 @@ msgstr "Alle opkald giver stille notifikationer i stedet for ringetone. Som stan
msgid "All Communities"
msgstr "Alle fællesskaber"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:74
+#: src/components/modals/components/plutonium/VisionarySection.tsx:83
msgid "All current and future Plutonium benefits, forever"
msgstr "Alle nuværende og fremtidige Plutonium-fordele, for evigt"
@@ -1911,7 +1912,7 @@ msgstr "Alle medlemmer"
msgid "All messages"
msgstr "Alle beskeder"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1377
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1401
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:206
#: src/components/modals/GuildNotificationSettingsModal.tsx:87
#: src/components/modals/GuildNotificationSettingsModal.tsx:273
@@ -2071,11 +2072,11 @@ msgstr "Tillod {0}."
msgid "Already have an account?"
msgstr "Har du allerede en konto?"
-#: src/components/channel/InviteEmbed.tsx:187
+#: src/components/channel/InviteEmbed.tsx:189
msgid "Already joined"
msgstr "Allerede tilsluttet"
-#: src/components/channel/GiftEmbed.tsx:90
+#: src/components/channel/GiftEmbed.tsx:97
msgid "Already redeemed"
msgstr "Allerede indløst"
@@ -2135,8 +2136,8 @@ msgstr "Tillid <0>{hostname}0> altid — spring denne advarsel over næste gan
msgid "Always underline links"
msgstr "Understreg altid links"
-#: src/components/channel/ChannelSearchResults.tsx:511
-#: src/components/channel/ChannelSearchResults.tsx:562
+#: src/components/channel/ChannelSearchResults.tsx:480
+#: src/components/channel/ChannelSearchResults.tsx:531
#: src/hooks/useChannelSearch.ts:233
#: src/hooks/useChannelSearch.ts:375
msgid "An error occurred while searching"
@@ -2198,7 +2199,7 @@ msgid "Animated Emoji ({0})"
msgstr "Animeret emoji ({0})"
#: src/components/channel/embeds/media/EmbedGifv.tsx:237
-#: src/components/channel/embeds/media/EmbedGifv.tsx:725
+#: src/components/channel/embeds/media/EmbedGifv.tsx:749
#: src/components/modals/MediaViewerModal.tsx:294
#: src/components/modals/MediaViewerModal.tsx:362
msgid "Animated GIF"
@@ -2320,8 +2321,8 @@ msgstr "Applikationen blev opdateret"
msgid "Applications"
msgstr "Applikationer"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:99
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:137
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:103
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:141
msgid "Applications & Bots"
msgstr "Applikationer og bots"
@@ -2352,7 +2353,7 @@ msgid "Archive"
msgstr "Arkivér"
#. placeholder {0}: user.username
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:162
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:164
#: src/components/modals/UserProfileActionsSheet.tsx:133
#: src/utils/RelationshipActionUtils.tsx:141
msgid "Are you sure you want to block {0}? They won't be able to message you or send you friend requests."
@@ -2368,8 +2369,8 @@ msgid "Are you sure you want to close this group DM? You can always reopen it la
msgstr "Er du sikker på, at du vil lukke denne gruppe-DM? Du kan altid genåbne den senere."
#. placeholder {0}: recipient?.username ?? ''
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:601
-#: src/components/bottomsheets/DMBottomSheet.tsx:303
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:615
+#: src/components/bottomsheets/DMBottomSheet.tsx:305
msgid "Are you sure you want to close your DM with {0}? You can always reopen it later."
msgstr "Er du sikker på, at du vil lukke din DM med {0}? Du kan altid genåbne den senere."
@@ -2406,7 +2407,7 @@ msgid "Are you sure you want to delete #{0}? This action cannot be undone."
msgstr "Er du sikker på, at du vil slette #{0}? Denne handling kan ikke fortrydes."
#. placeholder {0}: channel.name ?? 'this channel'
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:667
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:681
msgid "Are you sure you want to delete #{0}? This cannot be undone."
msgstr "Er du sikker på, at du vil slette #{0}? Dette kan ikke fortrydes."
@@ -2504,7 +2505,7 @@ msgstr "Er du sikker på, at du vil forlade {0}?"
msgid "Are you sure you want to leave this community? You will no longer be able to see any messages."
msgstr "Er du sikker på, at du vil forlade dette fællesskab? Du kan ikke længere se beskeder."
-#: src/components/bottomsheets/DMBottomSheet.tsx:338
+#: src/components/bottomsheets/DMBottomSheet.tsx:340
#: src/hooks/useLeaveGroup.tsx:43
msgid "Are you sure you want to leave this group? You will no longer be able to see any messages."
msgstr "Er du sikker på, at du vil forlade denne gruppe? Du kan ikke længere se beskeder."
@@ -2515,9 +2516,9 @@ msgid "Are you sure you want to make {0} the group owner? You will lose owner pr
msgstr "Er du sikker på, at du vil gøre {0} til gruppeejer? Du mister ejerrettigheder."
#. placeholder {0}: user.username
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:145
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:147
#: src/components/modals/UserProfileActionsSheet.tsx:116
-#: src/components/modals/UserProfileMobileSheet.tsx:303
+#: src/components/modals/UserProfileMobileSheet.tsx:304
#: src/utils/RelationshipActionUtils.tsx:114
msgid "Are you sure you want to remove {0} as a friend?"
msgstr "Er du sikker på, at du vil fjerne {0} som ven?"
@@ -2557,10 +2558,10 @@ msgid "Are you sure you want to transfer ownership of the group to {0}?"
msgstr "Er du sikker på, at du vil overføre ejerskabet af gruppen til {0}?"
#. placeholder {0}: user.username
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:179
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:181
#: src/components/modals/tabs/BlockedUsersTab.tsx:57
#: src/components/modals/UserProfileActionsSheet.tsx:150
-#: src/components/modals/UserProfileMobileSheet.tsx:319
+#: src/components/modals/UserProfileMobileSheet.tsx:320
#: src/utils/RelationshipActionUtils.tsx:168
msgid "Are you sure you want to unblock {0}?"
msgstr "Er du sikker på, at du vil ophæve blokeringen af {0}?"
@@ -2573,7 +2574,7 @@ msgstr "Kunstklub"
msgid "Artists' Corner"
msgstr "Kunstnerhjørne"
-#: src/components/modals/components/plutonium/PricingSection.tsx:63
+#: src/components/modals/components/plutonium/PricingSection.tsx:69
msgid "As a Gift"
msgstr "Som gave"
@@ -2689,7 +2690,7 @@ msgstr "Lydindstillinger"
msgid "Audio will be included with this screen share."
msgstr "Lyd er inkluderet i denne skærmdeling."
-#: src/components/pages/ReportPage.tsx:311
+#: src/components/pages/report/optionDescriptors.ts:83
msgid "Austria"
msgstr "Østrig"
@@ -2844,6 +2845,7 @@ msgstr "Gennemsnitlig ping:"
#: src/components/modals/PhoneAddModal.tsx:235
#: src/components/modals/RequiredActionModal.tsx:463
#: src/components/pages/OAuthAuthorizePage.tsx:694
+#: src/components/pages/report/ReportStepDetails.tsx:243
msgid "Back"
msgstr "Tilbage"
@@ -2933,7 +2935,7 @@ msgid "Balanced quality and bandwidth"
msgstr "Balanceret kvalitet og båndbredde"
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:353
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:320
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:323
#: src/components/modals/UserProfileActionsSheet.tsx:262
msgid "Ban"
msgstr "Udeluk"
@@ -3035,7 +3037,7 @@ msgstr "før:"
msgid "Begin a call in the current private conversation"
msgstr "Start et opkald i den nuværende private samtale"
-#: src/components/pages/ReportPage.tsx:312
+#: src/components/pages/report/optionDescriptors.ts:84
msgid "Belgium"
msgstr "Belgien"
@@ -3066,7 +3068,7 @@ msgstr "Betakode (valgfri)"
msgid "Beta Code Redeemed!"
msgstr "Betakode indløst!"
-#: src/components/modals/tabs/BetaCodesTab.tsx:313
+#: src/components/modals/tabs/BetaCodesTab.tsx:338
#: src/components/modals/utils/settingsSearchIndex.ts:741
msgid "Beta Codes"
msgstr "Betakoder"
@@ -3083,13 +3085,13 @@ msgstr "Bio"
msgid "Bio character limit"
msgstr "Grænse for bio-tegn"
-#: src/components/bottomsheets/DMBottomSheet.tsx:538
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:163
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:345
+#: src/components/bottomsheets/DMBottomSheet.tsx:541
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:165
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:348
#: src/components/modals/UserProfileActionsSheet.tsx:134
#: src/components/modals/UserProfileActionsSheet.tsx:298
#: src/components/modals/UserProfileModal.tsx:1062
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:190
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:211
#: src/utils/RelationshipActionUtils.tsx:143
msgid "Block"
msgstr "Bloker"
@@ -3106,7 +3108,7 @@ msgstr "Blokere direkte beskeder fra fællesskabsmedlemmer?"
msgid "Block for all communities"
msgstr "Bloker for alle fællesskaber"
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:161
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:163
#: src/components/modals/UserProfileActionsSheet.tsx:132
#: src/utils/RelationshipActionUtils.tsx:139
msgid "Block User"
@@ -3270,7 +3272,7 @@ msgstr "Browserlyd påkrævet"
msgid "Browser locale ({browserLocale}): {format}"
msgstr "Browserlokalitet ({browserLocale}): {format}"
-#: src/components/pages/ReportPage.tsx:313
+#: src/components/pages/report/optionDescriptors.ts:85
msgid "Bulgaria"
msgstr "Bulgarien"
@@ -3313,16 +3315,16 @@ msgstr "Knapper viser en indlæsningsindikator, når submitting er sand."
msgid "Buttons with Icons"
msgstr "Knapper med ikoner"
-#: src/components/modals/components/plutonium/GiftSection.tsx:74
-#: src/components/modals/components/plutonium/GiftSection.tsx:83
-#: src/components/modals/components/plutonium/GiftSection.tsx:92
-#: src/components/modals/components/plutonium/PricingSection.tsx:106
-#: src/components/modals/components/plutonium/PricingSection.tsx:115
-#: src/components/modals/components/plutonium/PricingSection.tsx:124
+#: src/components/modals/components/plutonium/GiftSection.tsx:81
+#: src/components/modals/components/plutonium/GiftSection.tsx:93
+#: src/components/modals/components/plutonium/GiftSection.tsx:105
+#: src/components/modals/components/plutonium/PricingSection.tsx:121
+#: src/components/modals/components/plutonium/PricingSection.tsx:133
+#: src/components/modals/components/plutonium/PricingSection.tsx:145
msgid "Buy Gift"
msgstr "Køb gave"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:114
+#: src/components/modals/components/plutonium/VisionarySection.tsx:140
msgid "Buying Visionary will cancel your current {currentAccessLabel} immediately. It is a one-time purchase with lifetime access."
msgstr "Køb af Visionary vil straks annullere din nuværende {currentAccessLabel}. Det er et engangs køb med livslang adgang."
@@ -3347,7 +3349,7 @@ msgstr "Omgå langsom tilstand"
msgid "Bypass Splash Screen"
msgstr "Omgå startskærm"
-#: src/components/channel/channel-view/DMChannelView.tsx:271
+#: src/components/channel/channel-view/DMChannelView.tsx:272
msgid "Call available"
msgstr "Opkald tilgængeligt"
@@ -3446,11 +3448,11 @@ msgstr "Kameraindstillinger"
#: src/components/modals/CategoryCreateModal.tsx:79
#: src/components/modals/ChannelCreateModal.tsx:100
#: src/components/modals/ChannelDeleteModal.tsx:72
-#: src/components/modals/ClaimAccountModal.tsx:179
-#: src/components/modals/ClaimAccountModal.tsx:219
-#: src/components/modals/components/MobileSettingsView.tsx:302
+#: src/components/modals/ClaimAccountModal.tsx:181
+#: src/components/modals/ClaimAccountModal.tsx:221
+#: src/components/modals/components/MobileSettingsView.tsx:297
#: src/components/modals/components/plutonium/hooks/useCheckoutActions.tsx:110
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:328
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:371
#: src/components/modals/ConfirmModal.tsx:146
#: src/components/modals/CreateDMModal.tsx:88
#: src/components/modals/CreateFavoriteCategoryModal.tsx:74
@@ -3473,7 +3475,7 @@ msgstr "Kameraindstillinger"
#: src/components/modals/HideOwnCameraConfirmModal.tsx:65
#: src/components/modals/IARModal.tsx:218
#: src/components/modals/ImageCropModal.tsx:981
-#: src/components/modals/InviteModal.tsx:336
+#: src/components/modals/InviteModal.tsx:333
#: src/components/modals/KickMemberModal.tsx:60
#: src/components/modals/MfaTotpDisableModal.tsx:75
#: src/components/modals/MfaTotpEnableModal.tsx:102
@@ -3498,11 +3500,11 @@ msgstr "Kameraindstillinger"
msgid "Cancel"
msgstr "Annuller"
-#: src/components/channel/dm/DMWelcomeSection.tsx:126
+#: src/components/channel/dm/DMWelcomeSection.tsx:138
#: src/components/channel/friends/FriendListItem.tsx:164
#: src/components/channel/friends/FriendListItem.tsx:166
-#: src/components/modals/UserProfileModal.tsx:1273
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:171
+#: src/components/modals/UserProfileModal.tsx:1274
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:192
msgid "Cancel Friend Request"
msgstr "Annuller venneanmodning"
@@ -3522,7 +3524,7 @@ msgstr "Annuller anmodning"
msgid "Cancel upload"
msgstr "Annuller upload"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:118
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:137
msgid "Canceling"
msgstr "Annullerer"
@@ -3566,7 +3568,7 @@ msgstr "Kortjustering"
msgid "Card alignment controls"
msgstr "Kontrol for kortjustering"
-#: src/components/modals/components/MobileSettingsView.tsx:123
+#: src/components/modals/components/MobileSettingsView.tsx:118
#: src/components/modals/components/SettingsModalHeader.tsx:76
msgid "Careful! You have unsaved changes."
msgstr "Pas på! Du har ikke gemte ændringer."
@@ -3576,7 +3578,7 @@ msgstr "Pas på! Du har ikke gemte ændringer."
msgid "Category"
msgstr "Kategori"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1371
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1395
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:239
msgid "Category Default"
msgstr "Kategori standard"
@@ -3594,7 +3596,7 @@ msgstr "Kategori fuld"
msgid "Category Name"
msgstr "Kategorinavn"
-#: src/components/modals/ChannelSettingsModal.tsx:105
+#: src/components/modals/ChannelSettingsModal.tsx:113
#: src/components/modals/components/DesktopChannelSettingsView.tsx:188
msgid "Category Settings"
msgstr "Kategoriindstillinger"
@@ -3625,7 +3627,7 @@ msgstr "Skift baggrund"
msgid "Change Banner"
msgstr "Skift banner"
-#: src/components/pages/ReportPage.tsx:752
+#: src/components/pages/report/ReportStepVerification.tsx:126
msgid "Change email"
msgstr "Skift e-mail"
@@ -3647,8 +3649,8 @@ msgstr "Skift FluxerTag"
msgid "Change FluxerTag form"
msgstr "Skift FluxerTag-formular"
-#: src/components/bottomsheets/DMBottomSheet.tsx:433
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:133
+#: src/components/bottomsheets/DMBottomSheet.tsx:435
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:154
msgid "Change Friend Nickname"
msgstr "Skift venners kaldenavn"
@@ -3673,7 +3675,7 @@ msgid "Change My Group Nickname"
msgstr "Skift mit gruppenavn"
#: src/components/modals/BaseChangeNicknameModal.tsx:82
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:238
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:240
#: src/components/modals/RenameChannelModal.tsx:58
#: src/components/modals/UserProfileActionsSheet.tsx:225
#: src/components/modals/UserProfileActionsSheet.tsx:225
@@ -3760,8 +3762,8 @@ msgstr "Skiftede stemmeregion til {0}."
msgid "channel"
msgstr "kanal"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:483
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:549
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:497
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:563
#: src/components/invites/InviteListItem.tsx:50
#: src/components/webhooks/WebhookListItem.tsx:240
#: src/constants/AuditLogConstants.tsx:236
@@ -3796,7 +3798,7 @@ msgid "Channel Debug"
msgstr "Kanalfejlfinding"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:188
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:675
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:689
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:329
msgid "Channel deleted"
msgstr "Kanal slettet"
@@ -3806,11 +3808,11 @@ msgid "Channel Deleted"
msgstr "Kanal slettet"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:273
-#: src/components/bottomsheets/DMBottomSheet.tsx:366
+#: src/components/bottomsheets/DMBottomSheet.tsx:368
msgid "Channel ID copied"
msgstr "Kanal-id kopieret"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:535
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:549
msgid "Channel ID copied to clipboard"
msgstr "Kanal-id kopieret til udklipsholder"
@@ -3878,9 +3880,9 @@ msgstr "Kanaloptagelse"
msgid "Channel removed from favorites"
msgstr "Kanal fjernet fra favoritter"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1092
-#: src/components/layout/ChannelItem.tsx:630
-#: src/components/modals/ChannelSettingsModal.tsx:105
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1116
+#: src/components/layout/ChannelItem.tsx:647
+#: src/components/modals/ChannelSettingsModal.tsx:113
#: src/components/modals/components/DesktopChannelSettingsView.tsx:188
msgid "Channel Settings"
msgstr "Kanalsindstillinger"
@@ -3947,7 +3949,7 @@ msgstr "Tjek vores <0>Bluesky (@fluxer.app)0> for statusopdateringer."
msgid "Check out my custom theme!"
msgstr "Tjek mit personlige tema!"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:105
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:109
msgid "Check your connection and try again."
msgstr "Tjek din forbindelse og prøv igen."
@@ -3969,8 +3971,8 @@ msgstr "Afkrydsningsfelter"
msgid "Checking..."
msgstr "Tjekker..."
-#: src/components/pages/ReportPage.tsx:270
-#: src/components/pages/ReportPage.tsx:299
+#: src/components/pages/report/optionDescriptors.ts:51
+#: src/components/pages/report/optionDescriptors.ts:74
#: src/constants/IARConstants.tsx:72
#: src/constants/IARConstants.tsx:175
msgid "Child Safety Concerns"
@@ -3984,6 +3986,10 @@ msgstr "Kinesisk (forenklet)"
msgid "Chinese (Traditional)"
msgstr "Kinesisk (traditionelt)"
+#: src/components/pages/report/ReportBreadcrumbs.tsx:46
+msgid "Choose"
+msgstr "Vælg"
+
#: src/components/pages/OAuthAuthorizePage.tsx:898
msgid "Choose a community"
msgstr "Vælg et fællesskab"
@@ -4080,25 +4086,36 @@ msgstr "Vælg din profilaccentfarve"
#: src/components/channel/barriers/BarrierComponents.tsx:109
#: src/components/channel/barriers/BarrierComponents.tsx:240
-#: src/components/layout/app-layout/nagbars/UnclaimedAccountNagbar.tsx:47
-#: src/components/modals/ClaimAccountModal.tsx:225
-#: src/components/modals/components/UnclaimedAccountAlert.tsx:34
+#: src/components/channel/dm/AddFriendForm.tsx:57
+#: src/components/layout/app-layout/nagbars/UnclaimedAccountNagbar.tsx:45
+#: src/components/modals/ClaimAccountModal.tsx:227
+#: src/components/modals/components/UnclaimedAccountAlert.tsx:32
+#: src/components/modals/GiftAcceptModal.tsx:170
#: src/components/modals/tabs/AccountSecurityTab/SecurityTab.tsx:206
+#: src/components/modals/tabs/BetaCodesTab.tsx:297
+#: src/components/modals/tabs/GiftInventoryTab.tsx:242
msgid "Claim Account"
msgstr "Gør krav på konto"
-#: src/components/channel/GiftEmbed.tsx:98
-#: src/components/modals/GiftAcceptModal.tsx:154
+#: src/components/channel/GiftEmbed.tsx:109
+msgid "Claim Account to Redeem"
+msgstr "Gå til konto for at indløse"
+
+#: src/components/channel/GiftEmbed.tsx:109
+#: src/components/modals/GiftAcceptModal.tsx:197
#: src/components/pages/GiftLoginPage.tsx:155
#: src/components/pages/GiftRegisterPage.tsx:42
msgid "Claim Gift"
msgstr "Gør krav på gave"
-#: src/components/modals/ClaimAccountModal.tsx:141
+#: src/components/channel/dm/AddFriendForm.tsx:53
+#: src/components/modals/ClaimAccountModal.tsx:143
+#: src/components/modals/tabs/BetaCodesTab.tsx:293
+#: src/components/modals/tabs/GiftInventoryTab.tsx:238
msgid "Claim your account"
msgstr "Gør krav på din konto"
-#: src/components/modals/ClaimAccountModal.tsx:146
+#: src/components/modals/ClaimAccountModal.tsx:148
msgid "Claim your account by adding an email and password. We will send a verification code to confirm your email before finishing."
msgstr "Gør krav på din konto ved at tilføje en e-mail og adgangskode. Vi sender en bekræftelseskode for at bekræfte din e-mail, inden vi afslutter."
@@ -4106,11 +4123,68 @@ msgstr "Gør krav på din konto ved at tilføje en e-mail og adgangskode. Vi sen
msgid "Claim your account to access security features like two-factor authentication and passkeys."
msgstr "Gør krav på din konto for at få adgang til sikkerhedsfunktioner som tofaktorautentificering og adgangsnøgler."
+#: src/components/channel/ChannelHeader/CallButtons.tsx:85
+#: src/components/channel/ChannelHeader/CallButtons.tsx:155
+msgid "Claim your account to call"
+msgstr "Gendan din konto for at kunne ringe"
+
#: src/components/modals/tabs/MyProfileTab/UsernameSection.tsx:49
msgid "Claim your account to change your FluxerTag"
msgstr "Gør krav på din konto for at ændre din FluxerTag"
-#: src/components/modals/GiftAcceptModal.tsx:145
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:146
+msgid "Claim your account to create applications."
+msgstr "Gå til din konto for at oprette applikationer."
+
+#: src/components/modals/tabs/BetaCodesTab.tsx:294
+msgid "Claim your account to generate beta codes."
+msgstr "Gå til din konto for at generere beta-koder."
+
+#: src/components/layout/ChannelItem.tsx:208
+#: src/components/layout/ChannelItem.tsx:382
+#: src/stores/voice/MediaEngineFacade.ts:537
+msgid "Claim your account to join this voice channel."
+msgstr "Gendan din konto for at deltage i denne tale kanal."
+
+#: src/stores/voice/MediaEngineFacade.ts:170
+msgid "Claim your account to join voice channels you don't own."
+msgstr "Gendan din konto for at deltage i tale kanaler, du ikke ejer."
+
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:55
+#: src/components/modals/components/plutonium/GiftSection.tsx:61
+#: src/components/modals/components/plutonium/PricingSection.tsx:63
+#: src/components/modals/components/plutonium/VisionarySection.tsx:62
+#: src/components/modals/components/PlutoniumContent.tsx:99
+msgid "Claim your account to purchase Fluxer Plutonium."
+msgstr "Gå til din konto for at købe Fluxer Plutonium."
+
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:112
+msgid "Claim your account to purchase or redeem Fluxer Plutonium."
+msgstr "Gå til din konto for at købe eller indløse Fluxer Plutonium."
+
+#: src/components/modals/tabs/GiftInventoryTab.tsx:239
+msgid "Claim your account to redeem or manage Plutonium gift codes."
+msgstr "Gå til din konto for at indløse eller administrere Plutonium gavekoder."
+
+#: src/components/channel/GiftEmbed.tsx:99
+#: src/components/modals/GiftAcceptModal.tsx:154
+msgid "Claim your account to redeem this gift."
+msgstr "Gå til din konto for at indløse denne gave."
+
+#: src/components/channel/dm/AddFriendForm.tsx:54
+#: src/components/channel/dm/DMWelcomeSection.tsx:109
+#: src/components/modals/UserProfileModal.tsx:1289
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:65
+msgid "Claim your account to send friend requests."
+msgstr "Gå til din konto for at sende venneanmodninger."
+
+#: src/components/channel/ChannelHeader/CallButtons.tsx:54
+#: src/components/channel/ChannelHeader/CallButtons.tsx:124
+#: src/stores/voice/MediaEngineFacade.ts:179
+msgid "Claim your account to start or join 1:1 calls."
+msgstr "Gendan din konto for at starte eller deltage i 1:1 opkald."
+
+#: src/components/modals/GiftAcceptModal.tsx:188
msgid "Claim your gift to activate your premium subscription!"
msgstr "Gør krav på din gave for at aktivere dit premium-abonnement!"
@@ -4164,8 +4238,8 @@ msgstr "Nulstil rettigheder"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:420
#: src/components/channel/MessageSearchBar/MessageSearchBar.tsx:1424
-#: src/components/channel/shared/PickerSearchInput.tsx:195
-#: src/components/channel/shared/PickerSearchInput.tsx:212
+#: src/components/channel/shared/PickerSearchInput.tsx:194
+#: src/components/channel/shared/PickerSearchInput.tsx:211
#: src/components/modals/components/SettingsSearch.tsx:108
msgid "Clear search"
msgstr "Ryd søgning"
@@ -4200,11 +4274,11 @@ msgstr "Rydede klistermærkebeskrivelsen."
msgid "Cleared the topic."
msgstr "Rydede emnet."
-#: src/components/modals/components/MobileSettingsView.tsx:297
+#: src/components/modals/components/MobileSettingsView.tsx:292
msgid "Clearing subscriptions ensures the gateway stops sending messages to this installation."
msgstr "Rydning af abonnementer sikrer, at gatewayen stopper med at sende beskeder til denne installation."
-#: src/components/modals/tabs/BetaCodesTab.tsx:366
+#: src/components/modals/tabs/BetaCodesTab.tsx:391
msgid "Click \"Create Code\" to generate your first code."
msgstr "Klik på \"Opret kode\" for at generere din første kode."
@@ -4240,13 +4314,13 @@ msgstr "Klik for at tilføje en note"
msgid "Click to check and uncheck. Available in square and round styles."
msgstr "Klik for at markere og fjerne markering. Tilgængelig i firkantet og rund stil."
-#: src/components/channel/GiftEmbed.tsx:90
+#: src/components/channel/GiftEmbed.tsx:100
msgid "Click to claim your gift!"
msgstr "Klik for at gøre krav på din gave!"
#: src/components/invites/InviteListItem.tsx:184
#: src/components/modals/components/ClientInfo.tsx:76
-#: src/components/modals/tabs/BetaCodesTab.tsx:172
+#: src/components/modals/tabs/BetaCodesTab.tsx:174
msgid "Click to copy"
msgstr "Klik for at kopiere"
@@ -4328,12 +4402,12 @@ msgid "Close"
msgstr "Luk"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:341
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:600
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:602
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1239
-#: src/components/bottomsheets/DMBottomSheet.tsx:302
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:614
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:616
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1263
#: src/components/bottomsheets/DMBottomSheet.tsx:304
-#: src/components/bottomsheets/DMBottomSheet.tsx:557
+#: src/components/bottomsheets/DMBottomSheet.tsx:306
+#: src/components/bottomsheets/DMBottomSheet.tsx:560
#: src/components/channel/dm/DMList.tsx:292
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:82
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:84
@@ -4358,7 +4432,8 @@ msgstr "Kul-tema"
#: src/components/invites/InviteListItem.tsx:54
#: src/components/modals/MfaTotpDisableModal.tsx:64
#: src/components/modals/MfaTotpEnableModal.tsx:91
-#: src/components/modals/tabs/BetaCodesTab.tsx:51
+#: src/components/modals/tabs/BetaCodesTab.tsx:53
+#: src/components/pages/report/ReportBreadcrumbs.tsx:48
msgid "Code"
msgstr "Kode"
@@ -4370,7 +4445,8 @@ msgstr "Kode & monospace"
msgid "Code Blocks"
msgstr "Kodeblokke"
-#: src/components/modals/ClaimAccountModal.tsx:123
+#: src/components/modals/ClaimAccountModal.tsx:125
+#: src/components/pages/ReportPage.tsx:231
msgid "Code resent"
msgstr "Kode genindsendt"
@@ -4379,8 +4455,8 @@ msgid "Code sent"
msgstr "Kode sendt"
#: src/components/invites/InviteListItem.tsx:180
-#: src/components/modals/tabs/BetaCodesTab.tsx:104
-#: src/components/modals/tabs/BetaCodesTab.tsx:168
+#: src/components/modals/tabs/BetaCodesTab.tsx:106
+#: src/components/modals/tabs/BetaCodesTab.tsx:170
msgid "Code:"
msgstr "Kode:"
@@ -4472,7 +4548,7 @@ msgstr "Fællesskab er slået fra lyd"
msgid "Community Debug"
msgstr "Fællesskab fejlfinding"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1371
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1395
#: src/components/uikit/ContextMenu/items/CategoryMenuItems.tsx:221
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:239
msgid "Community Default"
@@ -4542,8 +4618,8 @@ msgstr "Fællesskabs notifikationsindstillinger"
msgid "Community organizes raids or harassment campaigns"
msgstr "Fællesskab organiserer raids eller chikane-kampagner"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:237
-#: src/components/channel/MemberListItem.tsx:102
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:238
+#: src/components/channel/MemberListItem.tsx:109
#: src/components/modals/guildTabs/GuildMembersTab.tsx:145
#: src/components/modals/guildTabs/GuildMembersTab.tsx:197
msgid "Community Owner"
@@ -4567,14 +4643,14 @@ msgstr "Fællesskab fremmer eller muliggør ulovlige aktiviteter"
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:172
#: src/components/modals/components/DesktopGuildSettingsView.tsx:204
-#: src/components/modals/GuildSettingsModal.tsx:168
+#: src/components/modals/GuildSettingsModal.tsx:173
#: src/components/popouts/GuildHeaderPopout.tsx:187
#: src/components/uikit/ContextMenu/items/GuildMenuItems.tsx:360
msgid "Community Settings"
msgstr "Fællesskabsindstillinger"
-#: src/components/layout/GuildLayout.tsx:301
-#: src/components/layout/GuildLayout.tsx:348
+#: src/components/layout/GuildLayout.tsx:306
+#: src/components/layout/GuildLayout.tsx:353
msgid "Community temporarily unavailable"
msgstr "Fællesskab midlertidigt utilgængeligt"
@@ -4782,8 +4858,8 @@ msgstr "Forbundet til stemme"
msgid "Connecting..."
msgstr "Opretter forbindelse..."
-#: src/components/channel/channel-view/DMChannelView.tsx:273
-#: src/components/channel/channel-view/DMChannelView.tsx:323
+#: src/components/channel/channel-view/DMChannelView.tsx:274
+#: src/components/channel/channel-view/DMChannelView.tsx:324
#: src/components/voice/CompactVoiceCallView.tsx:55
msgid "Connecting…"
msgstr "Opretter forbindelse…"
@@ -4979,7 +5055,7 @@ msgstr "Styr din aktivitetsstatus"
#: src/components/modals/shared/CopyLinkSection.tsx:61
#: src/components/modals/tabs/ApplicationsTab/application-detail/ApplicationHeader.tsx:68
-#: src/components/modals/tabs/GiftInventoryTab.tsx:143
+#: src/components/modals/tabs/GiftInventoryTab.tsx:144
msgid "Copied"
msgstr "Kopieret"
@@ -5001,7 +5077,7 @@ msgstr "Kopieret!"
#: src/components/modals/BackupCodesModal.tsx:82
#: src/components/modals/shared/CopyLinkSection.tsx:61
#: src/components/modals/tabs/ApplicationsTab/application-detail/OAuthBuilderSection.tsx:142
-#: src/components/modals/tabs/GiftInventoryTab.tsx:143
+#: src/components/modals/tabs/GiftInventoryTab.tsx:144
msgid "Copy"
msgstr "Kopiér"
@@ -5017,7 +5093,7 @@ msgstr "Kopiér lyd"
msgid "Copy authorize URL"
msgstr "Kopiér autorisations-URL"
-#: src/components/modals/tabs/BetaCodesTab.tsx:178
+#: src/components/modals/tabs/BetaCodesTab.tsx:180
msgid "Copy beta code"
msgstr "Kopiér beta-kode"
@@ -5028,8 +5104,8 @@ msgstr "Kopiér kategori-ID"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:320
#: src/components/bottomsheets/ChannelBottomSheet.tsx:347
#: src/components/bottomsheets/ChannelBottomSheet.tsx:433
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1293
-#: src/components/bottomsheets/DMBottomSheet.tsx:577
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1317
+#: src/components/bottomsheets/DMBottomSheet.tsx:580
#: src/components/channel/dm/DMList.tsx:271
#: src/components/channel/dm/DMList.tsx:298
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:362
@@ -5090,7 +5166,7 @@ msgstr "Kopier billede"
msgid "Copy invite link"
msgstr "Kopier invite-link"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1154
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1178
#: src/components/modals/tabs/ComponentGalleryTab/ButtonsTab.tsx:182
#: src/components/modals/tabs/ComponentGalleryTab/index.tsx:100
#: src/components/modals/tabs/ComponentGalleryTab/Inline.tsx:95
@@ -5131,15 +5207,15 @@ msgstr "Kopier sticker-id"
msgid "Copy Text"
msgstr "Kopier tekst"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1285
-#: src/components/bottomsheets/DMBottomSheet.tsx:570
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1309
+#: src/components/bottomsheets/DMBottomSheet.tsx:573
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:370
#: src/components/modals/guildTabs/BannedUserActionsSheet.tsx:74
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:358
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:361
#: src/components/modals/tabs/BlockedUsersTab.tsx:107
#: src/components/modals/UserProfileActionsSheet.tsx:213
#: src/components/modals/UserProfileModal.tsx:1130
-#: src/components/popouts/UserAreaPopout.tsx:507
+#: src/components/popouts/UserAreaPopout.tsx:509
#: src/components/profile/ProfileCard/ProfileCardActions.tsx:60
#: src/components/uikit/ContextMenu/items/CopyMenuItems.tsx:42
msgid "Copy User ID"
@@ -5175,7 +5251,7 @@ msgstr "Nedtællingsur"
msgid "Country"
msgstr "Land"
-#: src/components/pages/ReportPage.tsx:928
+#: src/components/pages/report/ReportStepDetails.tsx:205
msgid "Country of Residence"
msgstr "Bopælsland"
@@ -5207,7 +5283,7 @@ msgid "Create a new community or join an existing one."
msgstr "Opret et nyt fællesskab eller tilslut dig et eksisterende."
#. placeholder {0}: recipient.username
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:905
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:937
msgid "Create a new group with {0}"
msgstr "Opret en ny gruppe med {0}"
@@ -5239,7 +5315,7 @@ msgstr "Opret en konto"
msgid "Create an account to claim your gift"
msgstr "Opret en konto for at hente din gave"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:138
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:142
msgid "Create and manage applications and bots for your account."
msgstr "Opret og administrer apps og bots til din konto."
@@ -5248,7 +5324,8 @@ msgid "Create and share custom emoji and sticker packs with Fluxer Plutonium."
msgstr "Opret og del tilpassede emoji- og stickerpakker med Fluxer Plutonium."
#: src/components/modals/tabs/ApplicationsTab/ApplicationCreateModal.tsx:87
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:142
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:149
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:155
msgid "Create Application"
msgstr "Opret applikation"
@@ -5267,7 +5344,7 @@ msgid "Create Category"
msgstr "Opret kategori"
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:180
-#: src/components/layout/ChannelItem.tsx:607
+#: src/components/layout/ChannelItem.tsx:624
#: src/components/modals/ChannelCreateModal.tsx:58
#: src/components/modals/ChannelCreateModal.tsx:103
#: src/components/popouts/GuildHeaderPopout.tsx:194
@@ -5276,8 +5353,8 @@ msgstr "Opret kategori"
msgid "Create Channel"
msgstr "Opret kanal"
-#: src/components/modals/tabs/BetaCodesTab.tsx:326
-#: src/components/modals/tabs/BetaCodesTab.tsx:369
+#: src/components/modals/tabs/BetaCodesTab.tsx:351
+#: src/components/modals/tabs/BetaCodesTab.tsx:394
msgid "Create Code"
msgstr "Opret kode"
@@ -5329,7 +5406,7 @@ msgstr "Opret ny konto"
msgid "Create new group"
msgstr "Opret ny gruppe"
-#: src/components/modals/InviteModal.tsx:339
+#: src/components/modals/InviteModal.tsx:336
msgid "Create New Link"
msgstr "Opret nyt link"
@@ -5373,7 +5450,7 @@ msgid "Create, edit, or delete webhooks."
msgstr "Opret, rediger eller slet webhooks."
#: src/components/invites/InviteListItem.tsx:59
-#: src/components/modals/tabs/BetaCodesTab.tsx:57
+#: src/components/modals/tabs/BetaCodesTab.tsx:59
msgid "Created"
msgstr "Oprettet"
@@ -5390,7 +5467,7 @@ msgstr "Oprettet {createdAt}"
#. placeholder {0}: invite.pack.creator.username
#. placeholder {0}: pack.creator.username
#: src/components/auth/InviteHeader.tsx:158
-#: src/components/channel/InviteEmbed.tsx:218
+#: src/components/channel/InviteEmbed.tsx:220
#: src/components/modals/InviteAcceptModal.tsx:152
msgid "Created by {0}"
msgstr "Oprettet af {0}"
@@ -5427,8 +5504,8 @@ msgid "Created with name {newLabel}."
msgstr "Oprettet med navnet {newLabel}."
#: src/components/invites/InviteListItem.tsx:207
-#: src/components/modals/tabs/BetaCodesTab.tsx:135
-#: src/components/modals/tabs/BetaCodesTab.tsx:212
+#: src/components/modals/tabs/BetaCodesTab.tsx:137
+#: src/components/modals/tabs/BetaCodesTab.tsx:214
msgid "Created:"
msgstr "Oprettet:"
@@ -5440,7 +5517,7 @@ msgstr "Creative Minds Collective"
msgid "Creative Writing Club"
msgstr "Creative Writing Club"
-#: src/components/pages/ReportPage.tsx:314
+#: src/components/pages/report/optionDescriptors.ts:86
msgid "Croatia"
msgstr "Kroatien"
@@ -5519,8 +5596,8 @@ msgid "Currently stuck in 1885, appearing offline"
msgstr "Sidder fast i 1885 og vises offline"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:461
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1023
-#: src/components/bottomsheets/DMBottomSheet.tsx:605
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1047
+#: src/components/bottomsheets/DMBottomSheet.tsx:608
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:305
msgid "Currently: {mutedText}"
msgstr "Nuværende status: {mutedText}"
@@ -5665,7 +5742,7 @@ msgstr "Tilpasning af avatar, banner, accentfarve og bio for enkelte fællesskab
msgid "Cut"
msgstr "Klip"
-#: src/components/pages/ReportPage.tsx:315
+#: src/components/pages/report/optionDescriptors.ts:87
msgid "Cyprus"
msgstr "Cypern"
@@ -5673,7 +5750,7 @@ msgstr "Cypern"
msgid "Czech"
msgstr "Tjekkisk"
-#: src/components/pages/ReportPage.tsx:316
+#: src/components/pages/report/optionDescriptors.ts:88
msgid "Czech Republic"
msgstr "Tjekkiet"
@@ -5746,9 +5823,9 @@ msgstr "Datoformat"
#: src/components/auth/AuthMinimalRegisterFormCore.tsx:93
#: src/components/auth/AuthRegisterFormCore.tsx:139
-#: src/components/auth/DateOfBirthField.tsx:90
-#: src/components/auth/DateOfBirthField.tsx:124
-#: src/components/auth/DateOfBirthField.tsx:292
+#: src/components/auth/DateOfBirthField.tsx:87
+#: src/components/auth/DateOfBirthField.tsx:121
+#: src/components/auth/DateOfBirthField.tsx:289
#: src/components/auth/MockMinimalRegisterForm.tsx:107
msgid "Date of birth"
msgstr "Fødselsdato"
@@ -5757,8 +5834,7 @@ msgstr "Fødselsdato"
msgid "Date Options"
msgstr "Datoindstillinger"
-#: src/components/auth/DateOfBirthField.tsx:88
-#: src/components/auth/DateOfBirthField.tsx:155
+#: src/components/auth/DateOfBirthField.tsx:152
#: src/components/auth/MockMinimalRegisterForm.tsx:73
msgid "Day"
msgstr "Dag"
@@ -5817,11 +5893,11 @@ msgstr "Fjern autorisation"
msgid "Deauthorize Application"
msgstr "Fjern applikationsautorisation"
-#: src/components/modals/components/MobileSettingsView.tsx:369
+#: src/components/modals/components/MobileSettingsView.tsx:364
msgid "Debug"
msgstr "Fejlretning"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1267
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1291
#: src/components/uikit/ContextMenu/items/DebugMenuItems.tsx:71
msgid "Debug Channel"
msgstr "Fejlsøg kanal"
@@ -5844,7 +5920,7 @@ msgstr "Fejlsøg medlem"
msgid "Debug Message"
msgstr "Fejlsøg besked"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1275
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1299
#: src/components/uikit/ContextMenu/items/DebugMenuItems.tsx:53
msgid "Debug User"
msgstr "Fejlsøg bruger"
@@ -5905,8 +5981,8 @@ msgstr "Standard er slukket på mobilen for at spare batteri og data."
#: src/actions/MessageActionCreators.tsx:394
#: src/components/channel/embeds/media/EmbedAudio.tsx:227
#: src/components/channel/embeds/media/MediaContainer.tsx:115
-#: src/components/channel/Messages.tsx:444
-#: src/components/channel/Messages.tsx:524
+#: src/components/channel/Messages.tsx:442
+#: src/components/channel/Messages.tsx:522
#: src/components/channel/MobileMemesPicker.tsx:546
#: src/components/channel/pickers/memes/MemeGridItem.tsx:120
#: src/components/emojis/EmojiListItem.tsx:189
@@ -5923,7 +5999,7 @@ msgstr "Standard er slukket på mobilen for at spare batteri og data."
msgid "Delete"
msgstr "Slet"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:666
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:680
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:320
msgid "Delete {channelType}"
msgstr "Slet {channelType}"
@@ -5987,8 +6063,8 @@ msgstr "Slet kategori"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:179
#: src/components/bottomsheets/ChannelBottomSheet.tsx:181
#: src/components/bottomsheets/ChannelBottomSheet.tsx:421
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:668
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1224
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:682
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1248
#: src/components/modals/components/DesktopChannelSettingsView.tsx:176
#: src/components/modals/components/MobileChannelSettingsView.tsx:85
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:322
@@ -6021,8 +6097,8 @@ msgstr "Slet medier"
#: src/components/channel/MessageActionBar.tsx:804
#: src/components/channel/messageActionMenu.tsx:156
#: src/components/channel/messageActionMenu.tsx:193
-#: src/components/channel/Messages.tsx:441
-#: src/components/channel/Messages.tsx:521
+#: src/components/channel/Messages.tsx:439
+#: src/components/channel/Messages.tsx:519
#: src/components/uikit/ContextMenu/items/MessageMenuItems.tsx:273
msgid "Delete Message"
msgstr "Slet besked"
@@ -6114,7 +6190,7 @@ msgstr "Afvist {0} og fjernet afvisning for {1}."
msgid "Denied {0}."
msgstr "Afvist {0}."
-#: src/components/pages/ReportPage.tsx:317
+#: src/components/pages/report/optionDescriptors.ts:89
msgid "Denmark"
msgstr "Danmark"
@@ -6143,7 +6219,7 @@ msgstr "Beskriv klistermærket"
msgid "Describe what expressions are inside this pack."
msgstr "Beskriv hvilke udtryk der er i dette sæt."
-#: src/components/pages/ReportPage.tsx:946
+#: src/components/pages/report/ReportStepDetails.tsx:225
msgid "Describe what makes the content illegal"
msgstr "Beskriv hvad der gør indholdet ulovligt"
@@ -6205,6 +6281,10 @@ msgstr "Frakoblet banner"
msgid "details"
msgstr "detaljer"
+#: src/components/pages/report/ReportBreadcrumbs.tsx:49
+msgid "Details"
+msgstr "Detaljer"
+
#: src/components/modals/AddGuildModal.tsx:150
msgid "Dev Den"
msgstr "Udviklerhulen"
@@ -6274,7 +6354,7 @@ msgstr "Forskellige størrelser og medlemstal"
msgid "Direct message"
msgstr "Direkte besked"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:477
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:491
#: src/components/modals/shared/RecipientList.tsx:200
msgid "Direct Message"
msgstr "Direkte besked"
@@ -6516,8 +6596,8 @@ msgstr "Diskussion eller promovering af ulovlige aktiviteter"
#: src/components/layout/app-layout/nagbars/PremiumGracePeriodNagbar.tsx:79
#: src/components/layout/app-layout/nagbars/PremiumOnboardingNagbar.tsx:57
#: src/components/layout/GuildLayout.tsx:106
-#: src/components/modals/GiftAcceptModal.tsx:98
-#: src/components/modals/GiftAcceptModal.tsx:124
+#: src/components/modals/GiftAcceptModal.tsx:105
+#: src/components/modals/GiftAcceptModal.tsx:131
#: src/components/modals/RequiredActionModal.tsx:475
msgid "Dismiss"
msgstr "Afvis"
@@ -6562,8 +6642,8 @@ msgstr "Vis rollemedlemmer separat."
msgid "Display separator lines between different groups of messages for better visual distinction."
msgstr "Vis adskillelseslinjer mellem forskellige beskedgrupper for bedre visuel adskillelse."
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:613
-#: src/components/bottomsheets/DMBottomSheet.tsx:315
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:627
+#: src/components/bottomsheets/DMBottomSheet.tsx:317
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:97
#: src/components/uikit/ContextMenu/UserContextMenu.tsx:168
msgid "DM closed"
@@ -6581,7 +6661,7 @@ msgstr "Forhåndsvisning af DM-beskeder"
msgid "DM Notifications"
msgstr "DM-notifikationer"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1092
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1116
msgid "DM Settings"
msgstr "DM-indstillinger"
@@ -6662,6 +6742,7 @@ msgstr "Vis ikke skriveindikatorer i kanallisten"
#: src/components/keybinds/KeybindRecorder.tsx:220
#: src/components/modals/GuildNotificationSettingsModal.tsx:347
#: src/components/modals/GuildPrivacySettingsModal.tsx:68
+#: src/components/pages/report/ReportBreadcrumbs.tsx:50
#: src/components/search/HasFilterSheet.tsx:124
#: src/components/search/UserFilterSheet.tsx:149
msgid "Done"
@@ -6843,13 +6924,13 @@ msgstr "Rediger vedhæftning"
msgid "Edit attachment form"
msgstr "Rediger vedhæftningsformular"
-#: src/components/layout/ChannelItem.tsx:630
+#: src/components/layout/ChannelItem.tsx:647
#: src/components/uikit/ContextMenu/items/CategoryMenuItems.tsx:299
msgid "Edit Category"
msgstr "Rediger kategori"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:416
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1218
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1242
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:300
msgid "Edit Channel"
msgstr "Rediger kanal"
@@ -6869,8 +6950,8 @@ msgid "Edit global settings like name, description, and icon."
msgstr "Rediger globale indstillinger som navn, beskrivelse og ikon."
#: src/components/bottomsheets/ChannelBottomSheet.tsx:284
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1178
-#: src/components/bottomsheets/DMBottomSheet.tsx:461
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1202
+#: src/components/bottomsheets/DMBottomSheet.tsx:463
#: src/components/channel/dm/DMList.tsx:237
#: src/components/channel/dm/GroupDMWelcomeSection.tsx:74
#: src/components/modals/EditGroupBottomSheet.tsx:177
@@ -6883,7 +6964,7 @@ msgstr "Rediger gruppe"
msgid "Edit group form"
msgstr "Rediger gruppeformular"
-#: src/components/modals/InviteModal.tsx:327
+#: src/components/modals/InviteModal.tsx:324
msgid "Edit invite link"
msgstr "Rediger invitationslink"
@@ -6910,10 +6991,10 @@ msgstr "Rediger note"
msgid "Edit overwrites for roles and members in this channel."
msgstr "Rediger overskrivninger for roller og medlemmer i denne kanal."
-#: src/components/modals/UserProfileMobileSheet.tsx:486
-#: src/components/modals/UserProfileModal.tsx:1205
+#: src/components/modals/UserProfileMobileSheet.tsx:490
+#: src/components/modals/UserProfileModal.tsx:1206
#: src/components/pages/YouPage.tsx:123
-#: src/components/popouts/UserAreaPopout.tsx:519
+#: src/components/popouts/UserAreaPopout.tsx:521
#: src/components/popouts/UserProfilePopout.tsx:299
msgid "Edit Profile"
msgstr "Rediger profil"
@@ -6966,19 +7047,20 @@ msgstr "Redigerer planlagt besked"
#: src/components/auth/AuthLoginCore/AuthLoginEmailPasswordForm.tsx:78
#: src/components/auth/AuthRegisterFormCore.tsx:133
#: src/components/auth/AuthRegisterFormCore.tsx:159
-#: src/components/modals/ClaimAccountModal.tsx:157
+#: src/components/modals/ClaimAccountModal.tsx:159
#: src/components/modals/RequiredActionModal.tsx:185
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:210
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:241
#: src/components/modals/utils/settingsSearchIndex.ts:94
#: src/components/pages/ForgotPasswordPage.tsx:97
+#: src/components/pages/report/ReportBreadcrumbs.tsx:47
msgid "Email"
msgstr "E-mail"
#: src/components/modals/tabs/AccountSecurityTab/AccountTab.tsx:65
#: src/components/modals/tabs/AccountSecurityTab/AccountTab.tsx:91
#: src/components/modals/tabs/ComponentGalleryTab/InputsTab.tsx:107
-#: src/components/pages/ReportPage.tsx:662
+#: src/components/pages/report/ReportStepEmail.tsx:76
msgid "Email Address"
msgstr "E-mailadresse"
@@ -7019,10 +7101,6 @@ msgstr "E-mailbekræftelse krævet"
msgid "Email Verification Required"
msgstr "Email bekræftelse påkrævet"
-#: src/components/pages/ReportPage.tsx:809
-msgid "Email verified"
-msgstr "E-mail bekræftet"
-
#: src/components/modals/tabs/DeveloperOptionsTab/AccountPremiumTab.tsx:56
msgid "Email Verified Override"
msgstr "Tvangsgodkendelse af e-mail"
@@ -7108,7 +7186,7 @@ msgid "Emoji names must be at least 2 characters long and can only contain alpha
msgstr "Emojinavne skal være mindst 2 tegn og må kun indeholde alfanumeriske tegn og understregninger. Tilladte filtyper: JPEG, PNG, WebP, GIF. Vi komprimerer billeder til 128x128 pixels. Maks størrelse: {0} KB pr. emoji."
#: src/components/auth/InviteHeader.tsx:140
-#: src/components/channel/InviteEmbed.tsx:197
+#: src/components/channel/InviteEmbed.tsx:199
#: src/components/modals/InviteAcceptModal.tsx:142
#: src/components/modals/tabs/ExpressionPacksTab.tsx:70
msgid "Emoji pack"
@@ -7140,7 +7218,7 @@ msgstr "Emoji opdateret"
#: src/components/channel/AutocompleteEmoji.tsx:67
#: src/components/channel/textarea/TextareaButtons.tsx:150
-#: src/components/modals/ExpressionPickerSheet.tsx:106
+#: src/components/modals/ExpressionPickerSheet.tsx:93
#: src/components/popouts/ExpressionPickerPopout.tsx:95
msgid "Emojis"
msgstr "Emojis"
@@ -7343,11 +7421,11 @@ msgstr "Engelsk"
msgid "English (US)"
msgstr "Engelsk (US)"
-#: src/components/pages/ReportPage.tsx:429
+#: src/components/pages/ReportPage.tsx:254
msgid "Enter a code in the format ABCD-1234."
msgstr "Indtast en kode i formatet ABCD-1234."
-#: src/components/modals/tabs/GiftInventoryTab.tsx:235
+#: src/components/modals/tabs/GiftInventoryTab.tsx:258
msgid "Enter a gift code to redeem Plutonium for your account."
msgstr "Indtast en gavekode for at indløse Plutonium til din konto."
@@ -7371,7 +7449,7 @@ msgstr "Indtast kode"
msgid "Enter fullscreen"
msgstr "Gå til fuld skærm"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:255
+#: src/components/modals/tabs/GiftInventoryTab.tsx:278
msgid "Enter gift code..."
msgstr "Indtast gavekode..."
@@ -7414,7 +7492,7 @@ msgstr "Indtast den 6-cifrede kode sendt til din telefon."
msgid "Enter the API endpoint of the Fluxer instance you want to connect to."
msgstr "Indtast API-endpointet for den Fluxer-instans, du vil oprette forbindelse til."
-#: src/components/pages/ReportPage.tsx:424
+#: src/components/pages/ReportPage.tsx:249
msgid "Enter the code before continuing."
msgstr "Indtast koden før du fortsætter."
@@ -7430,7 +7508,7 @@ msgstr "Indtast koden sendt til din nuværende e-mail."
msgid "Enter the code we emailed to your new address."
msgstr "Indtast koden, vi har sendt til din nye adresse."
-#: src/components/modals/ClaimAccountModal.tsx:190
+#: src/components/modals/ClaimAccountModal.tsx:192
msgid "Enter the code we sent to your email to verify it. Your password will be set once the code is confirmed."
msgstr "Indtast koden, vi sendte til din e-mail for at bekræfte den. Din adgangskode bliver sat, når koden er bekræftet."
@@ -7454,13 +7532,9 @@ msgstr "tryk enter for at <0><1>gemme1>0>"
msgid "Enter username"
msgstr "Indtast brugernavn"
-#: src/components/pages/ReportPage.tsx:701
-msgid "Enter Verification Code"
-msgstr "Indtast bekræftelseskode"
-
-#: src/components/pages/ReportPage.tsx:638
-msgid "Enter Your Email"
-msgstr "Indtast din e-mail"
+#: src/components/pages/report/ReportStepVerification.tsx:64
+msgid "Enter verification code"
+msgstr "Indtast verificeringskode"
#: src/components/pages/ForgotPasswordPage.tsx:87
msgid "Enter your email address and we'll send you a link to reset your password."
@@ -7500,7 +7574,7 @@ msgid "Entrance sound uploaded successfully"
msgstr "Indgangslyd uploadet"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:297
-#: src/components/channel/ChannelSearchResults.tsx:691
+#: src/components/channel/ChannelSearchResults.tsx:660
#: src/components/modals/tabs/ComponentGalleryTab/OverlaysTab.tsx:88
msgid "Error"
msgstr "Fejl"
@@ -7522,7 +7596,7 @@ msgstr "Escape-tasten afslutter tastaturtilstand"
msgid "escape to <0><1>cancel1>0>"
msgstr "tryk escape for at <0><1>annullere1>0>"
-#: src/components/pages/ReportPage.tsx:318
+#: src/components/pages/report/optionDescriptors.ts:90
msgid "Estonia"
msgstr "Estland"
@@ -7561,7 +7635,7 @@ msgstr "udeluk link, indlejring eller fil"
msgid "exclude user"
msgstr "udeluk bruger"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:95
+#: src/components/modals/components/plutonium/VisionarySection.tsx:104
msgid "Exclusive community"
msgstr "Eksklusivt fællesskab"
@@ -7593,12 +7667,12 @@ msgstr "Udvid kategori"
msgid "Expiration"
msgstr "Udløbsdato"
-#: src/components/modals/InviteModal.tsx:281
+#: src/components/modals/InviteModal.tsx:278
msgid "Expire after"
msgstr "Udløber efter"
#: src/components/accounts/AccountRow.tsx:162
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:114
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:133
#: src/components/modals/GroupInvitesBottomSheet.tsx:104
msgid "Expired"
msgstr "Udløbet"
@@ -7675,7 +7749,7 @@ msgstr "Udtrykspakker"
msgid "Expression Packs are a Plutonium feature"
msgstr "Udtrykspakker er en Plutonium-funktion"
-#: src/components/modals/ExpressionPickerSheet.tsx:232
+#: src/components/modals/ExpressionPickerSheet.tsx:219
#: src/components/popouts/ExpressionPickerPopout.tsx:193
msgid "Expression picker categories"
msgstr "Kategorier i udtryksvælger"
@@ -7700,7 +7774,7 @@ msgstr "Eksterne links kan være farlige. Vær forsigtig."
msgid "Extra Large"
msgstr "Ekstra stor"
-#: src/components/pages/ReportPage.tsx:297
+#: src/components/pages/report/optionDescriptors.ts:72
#: src/constants/IARConstants.tsx:165
msgid "Extremist Community"
msgstr "Ekstremistisk fællesskab"
@@ -7749,7 +7823,7 @@ msgstr "Kunne ikke kopiere invitationslink"
msgid "Failed to copy to clipboard"
msgstr "Kunne ikke kopiere til udklipsholder"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:79
+#: src/components/modals/tabs/GiftInventoryTab.tsx:80
msgid "Failed to copy URL"
msgstr "Kunne ikke kopiere URL"
@@ -7794,7 +7868,7 @@ msgid "Failed to delete category"
msgstr "Kunne ikke slette kategori"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:194
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:681
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:695
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:335
msgid "Failed to delete channel"
msgstr "Kunne ikke slette kanal"
@@ -7868,7 +7942,7 @@ msgstr "Kunne ikke indlæse udelukkelser. Prøv igen."
msgid "Failed to load emojis"
msgstr "Kunne ikke indlæse emojis"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:296
+#: src/components/modals/tabs/GiftInventoryTab.tsx:319
msgid "Failed to load gift inventory"
msgstr "Kunne ikke indlæse gavebeholdning"
@@ -7894,8 +7968,8 @@ msgstr "Kunne ikke indlæse klistermærker"
msgid "Failed to load vanity URL. Please try again."
msgstr "Kunne ikke indlæse vanity-URL. Prøv igen."
-#: src/components/modals/components/PlutoniumContent.tsx:146
-#: src/components/modals/components/PlutoniumContent.tsx:272
+#: src/components/modals/components/PlutoniumContent.tsx:157
+#: src/components/modals/components/PlutoniumContent.tsx:289
msgid "Failed to load Visionary information. Please try again later."
msgstr "Kunne ikke indlæse Visionary-oplysninger. Prøv igen senere."
@@ -7916,19 +7990,19 @@ msgstr "Kunne ikke indlæse dine fællesskaber."
msgid "Failed to open customer portal. Please try again."
msgstr "Kunne ikke åbne kundecenter. Prøv igen."
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:572
-#: src/components/bottomsheets/DMBottomSheet.tsx:153
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:586
+#: src/components/bottomsheets/DMBottomSheet.tsx:155
#: src/components/channel/dm/DMList.tsx:216
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:121
msgid "Failed to pin DM"
msgstr "Kunne ikke fastgøre DM"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:572
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:586
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:101
msgid "Failed to pin group"
msgstr "Kunne ikke fastgøre gruppe"
-#: src/components/bottomsheets/DMBottomSheet.tsx:153
+#: src/components/bottomsheets/DMBottomSheet.tsx:155
msgid "Failed to pin group DM"
msgstr "Kunne ikke fastgøre gruppe-DM"
@@ -7957,7 +8031,7 @@ msgstr "Kunne ikke nå instans ({status})"
msgid "Failed to reactivate subscription. Please try again."
msgstr "Kunne ikke genaktivere abonnement. Prøv igen."
-#: src/components/modals/tabs/GiftInventoryTab.tsx:94
+#: src/components/modals/tabs/GiftInventoryTab.tsx:95
msgid "Failed to redeem gift"
msgstr "Kunne ikke indløse gave"
@@ -7998,6 +8072,10 @@ msgstr "Kunne ikke fjerne fra gruppen"
msgid "Failed to remove timeout. Please try again."
msgstr "Kunne ikke fjerne timeout. Prøv igen."
+#: src/components/pages/ReportPage.tsx:236
+msgid "Failed to resend code. Please try again."
+msgstr "Fejl ved gensendelse af kode. Prøv venligst igen."
+
#: src/components/modals/guildTabs/GuildRolesTab.tsx:674
msgid "Failed to reset hoist order"
msgstr "Kunne ikke nulstille hejserækkefølge"
@@ -8018,7 +8096,7 @@ msgstr "Kunne ikke rotere. Prøv igen."
msgid "Failed to send friend request. Please try again."
msgstr "Kunne ikke sende venneanmodning. Prøv igen."
-#: src/components/bottomsheets/DMBottomSheet.tsx:262
+#: src/components/bottomsheets/DMBottomSheet.tsx:264
#: src/components/modals/InviteModal.tsx:176
#: src/components/uikit/ContextMenu/items/InviteMenuItems.tsx:111
msgid "Failed to send invite"
@@ -8037,7 +8115,7 @@ msgstr "Kunne ikke sende SMS-kode. Prøv igen."
msgid "Failed to send theme"
msgstr "Kunne ikke sende tema"
-#: src/components/pages/ReportPage.tsx:412
+#: src/components/pages/ReportPage.tsx:234
msgid "Failed to send verification code. Please try again."
msgstr "Kunne ikke sende bekræftelseskode. Prøv igen."
@@ -8084,19 +8162,19 @@ msgstr "Kunne ikke overføre ejerskab. Prøv igen."
msgid "Failed to unblock user. Please try again."
msgstr "Kunne ikke fjerne blokering af bruger. Prøv igen."
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:589
-#: src/components/bottomsheets/DMBottomSheet.tsx:170
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:603
+#: src/components/bottomsheets/DMBottomSheet.tsx:172
#: src/components/channel/dm/DMList.tsx:226
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:138
msgid "Failed to unpin DM"
msgstr "Kunne ikke fjerne fastgørelse af privat besked"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:589
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:603
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:118
msgid "Failed to unpin group"
msgstr "Kunne ikke fjerne fastgørelse af gruppe"
-#: src/components/bottomsheets/DMBottomSheet.tsx:170
+#: src/components/bottomsheets/DMBottomSheet.tsx:172
msgid "Failed to unpin group DM"
msgstr "Kunne ikke fjerne fastgørelse af gruppe-DM"
@@ -8298,7 +8376,7 @@ msgstr "Find det perfekte klistermærke"
msgid "Fine-tune core colors and fonts for this app. Changes here are stored as custom CSS overrides and sync with the editor below."
msgstr "Finjuster appens kernefarver og skrifttyper. Ændringer her gemmes som brugerdefinerede CSS-overstyringer og synkroniseres med editoren nedenfor."
-#: src/components/pages/ReportPage.tsx:319
+#: src/components/pages/report/optionDescriptors.ts:91
msgid "Finland"
msgstr "Finland"
@@ -8306,7 +8384,7 @@ msgstr "Finland"
msgid "Finnish"
msgstr "Finsk"
-#: src/components/pages/ReportPage.tsx:923
+#: src/components/pages/report/ReportStepDetails.tsx:199
msgid "First and last name"
msgstr "Fornavn og efternavn"
@@ -8419,7 +8497,7 @@ msgstr "Fluxer skal have tilladelse til at overvåge tastatur- og museinput, så
msgid "Fluxer Partner"
msgstr "Fluxer-partner"
-#: src/components/modals/components/PlutoniumContent.tsx:182
+#: src/components/modals/components/PlutoniumContent.tsx:193
#: src/components/modals/PremiumModal.tsx:34
#: src/components/modals/utils/settingsConstants.tsx:147
#: src/components/popouts/UserProfileBadges.tsx:99
@@ -8483,7 +8561,7 @@ msgstr "Mad og drikke"
msgid "Foodie Friends"
msgstr "Madglade venner"
-#: src/components/bottomsheets/DMBottomSheet.tsx:660
+#: src/components/bottomsheets/DMBottomSheet.tsx:663
msgid "For 1 hour"
msgstr "I 1 time"
@@ -8497,7 +8575,7 @@ msgstr "I 1 time"
msgid "For 1 Hour"
msgstr "I 1 time"
-#: src/components/bottomsheets/DMBottomSheet.tsx:659
+#: src/components/bottomsheets/DMBottomSheet.tsx:662
#: src/components/popouts/UserAreaPopout.tsx:77
msgid "For 15 minutes"
msgstr "I 15 minutter"
@@ -8511,7 +8589,7 @@ msgstr "I 15 minutter"
msgid "For 15 Minutes"
msgstr "I 15 minutter"
-#: src/components/bottomsheets/DMBottomSheet.tsx:663
+#: src/components/bottomsheets/DMBottomSheet.tsx:666
msgid "For 24 hours"
msgstr "I 24 timer"
@@ -8529,7 +8607,7 @@ msgstr "I 24 timer"
msgid "For 3 days"
msgstr "I 3 dage"
-#: src/components/bottomsheets/DMBottomSheet.tsx:661
+#: src/components/bottomsheets/DMBottomSheet.tsx:664
msgid "For 3 hours"
msgstr "I 3 timer"
@@ -8542,7 +8620,7 @@ msgstr "I 3 timer"
msgid "For 3 Hours"
msgstr "I 3 timer"
-#: src/components/bottomsheets/DMBottomSheet.tsx:662
+#: src/components/bottomsheets/DMBottomSheet.tsx:665
msgid "For 8 hours"
msgstr "I 8 timer"
@@ -8560,7 +8638,7 @@ msgstr "I 8 timer"
msgid "For British eyes only..."
msgstr "Kun for britiske øjne..."
-#: src/components/modals/components/plutonium/PricingSection.tsx:62
+#: src/components/modals/components/plutonium/PricingSection.tsx:68
msgid "For Me"
msgstr "For mig"
@@ -8664,15 +8742,15 @@ msgstr "Tvinger slowmode til at være aktiv i alle kanaler"
msgid "Forever"
msgstr "For evigt"
-#: src/components/modals/components/MobileSettingsView.tsx:300
+#: src/components/modals/components/MobileSettingsView.tsx:295
msgid "Forget"
msgstr "Glem"
-#: src/components/modals/components/MobileSettingsView.tsx:327
+#: src/components/modals/components/MobileSettingsView.tsx:322
msgid "Forget Push Subscriptions"
msgstr "Glem push-abonnementer"
-#: src/components/modals/components/MobileSettingsView.tsx:294
+#: src/components/modals/components/MobileSettingsView.tsx:289
msgid "Forget push subscriptions?"
msgstr "Glemt push-abonnementer?"
@@ -8729,7 +8807,7 @@ msgstr "Billedhastighed"
msgid "Frame rates above 30 fps require Plutonium"
msgstr "Billedhastigheder over 30 fps kræver Plutonium"
-#: src/components/pages/ReportPage.tsx:320
+#: src/components/pages/report/optionDescriptors.ts:92
msgid "France"
msgstr "Frankrig"
@@ -8745,8 +8823,8 @@ msgstr "Gratis bruger (ingen køb)"
msgid "Free User (With Purchase History)"
msgstr "Gratis bruger (med købsoversigt)"
-#: src/components/modals/components/PlutoniumContent.tsx:163
-#: src/components/modals/components/PlutoniumContent.tsx:289
+#: src/components/modals/components/PlutoniumContent.tsx:174
+#: src/components/modals/components/PlutoniumContent.tsx:308
msgid "Free vs Plutonium"
msgstr "Gratis vs Plutonium"
@@ -8773,12 +8851,13 @@ msgstr "Venneanmodning"
msgid "Friend request sent"
msgstr "Venneanmodning sendt"
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:68
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:250
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:75
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:89
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:271
msgid "Friend Request Sent"
msgstr "Venneanmodning sendt"
-#: src/components/channel/dm/AddFriendForm.tsx:144
+#: src/components/channel/dm/AddFriendForm.tsx:167
msgid "Friend request sent!"
msgstr "Venneanmodning sendt!"
@@ -8787,7 +8866,7 @@ msgstr "Venneanmodning sendt!"
msgid "Friend Requests"
msgstr "Venneanmodninger"
-#: src/components/channel/dm/AddFriendForm.tsx:137
+#: src/components/channel/dm/AddFriendForm.tsx:160
msgid "Friend's FluxerTag"
msgstr "Vens FluxerTag"
@@ -8828,9 +8907,10 @@ msgstr "Fra {0}"
#. placeholder {0}: creator.username
#. placeholder {1}: creator.discriminator
-#: src/components/channel/GiftEmbed.tsx:87
-#: src/components/modals/GiftAcceptModal.tsx:116
-#: src/components/modals/GiftAcceptModal.tsx:143
+#: src/components/channel/GiftEmbed.tsx:93
+#: src/components/modals/GiftAcceptModal.tsx:123
+#: src/components/modals/GiftAcceptModal.tsx:151
+#: src/components/modals/GiftAcceptModal.tsx:186
msgid "From {0}#{1}"
msgstr "Fra {0}#{1}"
@@ -8850,7 +8930,7 @@ msgstr "Fra bruger"
msgid "from:"
msgstr "fra:"
-#: src/components/pages/ReportPage.tsx:919
+#: src/components/pages/report/ReportStepDetails.tsx:195
msgid "Full Legal Name"
msgstr "Fulde juridiske navn"
@@ -8892,7 +8972,7 @@ msgstr "Generer invitation"
msgid "Generate invite link"
msgstr "Generer invitationslink"
-#: src/components/modals/tabs/BetaCodesTab.tsx:315
+#: src/components/modals/tabs/BetaCodesTab.tsx:340
msgid "Generate up to {MAX_UNCLAIMED_BETA_CODES} unclaimed beta codes to invite friends to Fluxer. You can create 3 codes per week."
msgstr "Generer op til {MAX_UNCLAIMED_BETA_CODES} uafhentede betakoder for at invitere venner til Fluxer. Du kan oprette 3 koder om ugen."
@@ -8909,7 +8989,7 @@ msgstr "Geografisk begrænset"
msgid "German"
msgstr "Tysk"
-#: src/components/pages/ReportPage.tsx:321
+#: src/components/pages/report/optionDescriptors.ts:93
msgid "Germany"
msgstr "Tyskland"
@@ -8991,13 +9071,13 @@ msgstr "GIF-forhåndsvisning"
#: src/components/channel/pickers/gif/GifPickerHeader.tsx:40
#: src/components/channel/pickers/memes/MemesPickerHeader.tsx:57
#: src/components/channel/textarea/TextareaButtons.tsx:110
-#: src/components/modals/ExpressionPickerSheet.tsx:68
+#: src/components/modals/ExpressionPickerSheet.tsx:55
#: src/components/popouts/ExpressionPickerPopout.tsx:69
msgid "GIFs"
msgstr "GIF'er"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:122
-#: src/components/modals/GiftAcceptModal.tsx:163
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:141
+#: src/components/modals/GiftAcceptModal.tsx:206
msgid "Gift"
msgstr "Gave"
@@ -9030,19 +9110,20 @@ msgstr "Gaven er allerede indløst"
msgid "Gift Already Redeemed"
msgstr "Gaven er allerede indløst"
-#: src/components/channel/GiftEmbed.tsx:94
+#: src/components/channel/GiftEmbed.tsx:105
+#: src/components/channel/GiftEmbed.tsx:109
msgid "Gift Claimed"
msgstr "Gave godkendt"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:246
+#: src/components/modals/tabs/GiftInventoryTab.tsx:269
msgid "Gift code cannot be empty"
msgstr "Gavekode må ikke være tom"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:243
+#: src/components/modals/tabs/GiftInventoryTab.tsx:266
msgid "Gift code is required"
msgstr "Gavekode er påkrævet"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:250
+#: src/components/modals/tabs/GiftInventoryTab.tsx:273
msgid "Gift code is too long"
msgstr "Gavekode er for lang"
@@ -9070,7 +9151,7 @@ msgstr "Gaven ikke fundet"
#: src/components/channel/textarea/TextareaButtons.tsx:101
#: src/components/channel/textarea/TextareaButtons.tsx:177
-#: src/components/modals/components/plutonium/GiftSection.tsx:61
+#: src/components/modals/components/plutonium/GiftSection.tsx:67
msgid "Gift Plutonium"
msgstr "Giv Plutonium"
@@ -9078,23 +9159,23 @@ msgstr "Giv Plutonium"
msgid "Gift redeemed successfully!"
msgstr "Gave indløst!"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:89
+#: src/components/modals/tabs/GiftInventoryTab.tsx:90
msgid "Gift redeemed successfully! Enjoy your Plutonium!"
msgstr "Gave indløst! Nyd dit Plutonium!"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:53
+#: src/components/modals/components/plutonium/VisionarySection.tsx:58
msgid "gift time"
msgstr "gave tid"
-#: src/components/channel/GiftEmbed.tsx:151
+#: src/components/channel/GiftEmbed.tsx:162
msgid "Gift Unavailable"
msgstr "Gave ikke tilgængelig"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:132
+#: src/components/modals/tabs/GiftInventoryTab.tsx:133
msgid "Gift URL"
msgstr "Gave-URL"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:75
+#: src/components/modals/tabs/GiftInventoryTab.tsx:76
msgid "Gift URL copied to clipboard!"
msgstr "Gave-URL kopieret til udklipsholder!"
@@ -9126,7 +9207,7 @@ msgstr "Globale genveje er tilgængelige i skrivebordsappen"
msgid "Glorification of violence or disturbing imagery"
msgstr "Helliggørelse af vold eller forstyrrende billeder"
-#: src/components/modals/components/MobileSettingsView.tsx:145
+#: src/components/modals/components/MobileSettingsView.tsx:140
#: src/components/modals/shared/MobileSettingsComponents.tsx:43
msgid "Go back"
msgstr "Gå tilbage"
@@ -9143,7 +9224,7 @@ msgstr "Gå tilbage til den tidligere fokuserede tekstkanal"
msgid "Go forward in navigation history"
msgstr "Gå frem i navigationens historik"
-#: src/components/channel/InviteEmbed.tsx:259
+#: src/components/channel/InviteEmbed.tsx:261
#: src/components/modals/InviteAcceptModal.tsx:100
msgid "Go to Community"
msgstr "Gå til fællesskab"
@@ -9166,15 +9247,15 @@ msgstr "Gå til login"
msgid "Go to message"
msgstr "Gå til besked"
-#: src/components/channel/ChannelSearchResults.tsx:841
+#: src/components/channel/ChannelSearchResults.tsx:809
msgid "Go to page"
msgstr "Gå til side"
-#: src/components/channel/ChannelSearchResults.tsx:808
+#: src/components/channel/ChannelSearchResults.tsx:776
msgid "Go to page {page}"
msgstr "Gå til side {page}"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:315
+#: src/components/modals/tabs/GiftInventoryTab.tsx:338
msgid "Go to Plutonium"
msgstr "Gå til Plutonium"
@@ -9195,7 +9276,7 @@ msgstr "Forstået"
msgid "Gotcha"
msgstr "Fedt"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:116
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:135
msgid "Grace Period"
msgstr "Forskudsperiode"
@@ -9203,7 +9284,7 @@ msgstr "Forskudsperiode"
msgid "Grace Period (Still Have Access)"
msgstr "Forskudsperiode (har stadig adgang)"
-#: src/components/modals/InviteModal.tsx:301
+#: src/components/modals/InviteModal.tsx:298
msgid "Grant temporary membership"
msgstr "Tildel midlertidigt medlemskab"
@@ -9234,7 +9315,7 @@ msgstr "Stor succes!"
msgid "Great success! You can now close this tab and return to the app."
msgstr "Stor succes! Du kan nu lukke denne fane og vende tilbage til appen."
-#: src/components/pages/ReportPage.tsx:322
+#: src/components/pages/report/optionDescriptors.ts:94
msgid "Greece"
msgstr "Grækenland"
@@ -9263,7 +9344,7 @@ msgstr "Tilladelser til at tilføje gruppechat"
msgid "Group Chat Permissions"
msgstr "Gruppechat-tilladelser"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:481
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:495
msgid "Group Direct Message"
msgstr "Gruppemeddelelse"
@@ -9272,7 +9353,7 @@ msgid "Group DM"
msgstr "Gruppe-DM"
#. placeholder {0}: channel.recipientIds.length + 1
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:772
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:804
msgid "Group DM · {0} members"
msgstr "Gruppe-DM · {0} medlemmer"
@@ -9317,12 +9398,12 @@ msgstr "Gruppenavnet må ikke overstige 100 tegn"
msgid "Group Online Status"
msgstr "Gruppes online-status"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:962
-#: src/components/channel/MemberListItem.tsx:102
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:984
+#: src/components/channel/MemberListItem.tsx:109
msgid "Group Owner"
msgstr "Gruppeejer"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1092
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1116
msgid "Group Settings"
msgstr "Gruppeindstillinger"
@@ -9335,11 +9416,11 @@ msgstr "Gruppe-typingstatusser"
msgid "Group updated"
msgstr "Gruppen opdateret"
-#: src/components/pages/ReportPage.tsx:893
+#: src/components/pages/report/ReportStepDetails.tsx:167
msgid "Guild (Community) ID"
msgstr "Guild (fællesskab) ID"
-#: src/components/pages/ReportPage.tsx:902
+#: src/components/pages/report/ReportStepDetails.tsx:177
msgid "Guild ID is required."
msgstr "Guild-ID er påkrævet."
@@ -9355,13 +9436,13 @@ msgstr "Guild-registrering"
msgid "Hang on while we check for scheduled messages."
msgstr "Vent mens vi tjekker for planlagte beskeder."
-#: src/components/pages/ReportPage.tsx:295
+#: src/components/pages/report/optionDescriptors.ts:70
#: src/constants/IARConstants.tsx:155
msgid "Harassment"
msgstr "Chikane"
-#: src/components/pages/ReportPage.tsx:262
-#: src/components/pages/ReportPage.tsx:281
+#: src/components/pages/report/optionDescriptors.ts:43
+#: src/components/pages/report/optionDescriptors.ts:59
#: src/constants/IARConstants.tsx:32
#: src/constants/IARConstants.tsx:109
msgid "Harassment or Bullying"
@@ -9383,9 +9464,9 @@ msgstr "Har nogensinde købt overstyring"
msgid "has:"
msgstr "har:"
-#: src/components/pages/ReportPage.tsx:263
-#: src/components/pages/ReportPage.tsx:282
-#: src/components/pages/ReportPage.tsx:296
+#: src/components/pages/report/optionDescriptors.ts:44
+#: src/components/pages/report/optionDescriptors.ts:60
+#: src/components/pages/report/optionDescriptors.ts:71
#: src/constants/IARConstants.tsx:37
#: src/constants/IARConstants.tsx:114
#: src/constants/IARConstants.tsx:160
@@ -9430,7 +9511,7 @@ msgid "Help Center"
msgstr "Hjælpecenter"
#. placeholder {0}: user.displayName
-#: src/components/layout/app-layout/nagbars/UnclaimedAccountNagbar.tsx:44
+#: src/components/layout/app-layout/nagbars/UnclaimedAccountNagbar.tsx:42
msgid "Hey {0}, claim your account to prevent losing access."
msgstr "Hej {0}, hævd din konto for at undgå at miste adgang."
@@ -9654,7 +9735,7 @@ msgstr "https://example.com/callback"
msgid "Hungarian"
msgstr "Ungarsk"
-#: src/components/pages/ReportPage.tsx:323
+#: src/components/pages/report/optionDescriptors.ts:95
msgid "Hungary"
msgstr "Ungarn"
@@ -9728,8 +9809,8 @@ msgstr "Hvis du har modtaget en betakode, kan du indtaste den nedenfor for øjeb
msgid "If you want to export your data or delete your messages first, please visit the Privacy Dashboard section in User Settings before proceeding."
msgstr "Hvis du vil eksportere dine data eller slette dine beskeder først, skal du besøge Privatlivsdashboardet i Brugerindstillinger før du fortsætter."
-#: src/components/channel/channel-view/DMChannelView.tsx:301
-#: src/components/channel/dm/DMWelcomeSection.tsx:119
+#: src/components/channel/channel-view/DMChannelView.tsx:302
+#: src/components/channel/dm/DMWelcomeSection.tsx:131
#: src/components/channel/friends/FriendListItem.tsx:145
#: src/components/channel/friends/FriendListItem.tsx:244
#: src/components/channel/friends/MobileFriendRequestItem.tsx:69
@@ -9740,7 +9821,7 @@ msgstr "Ignorer"
#: src/components/channel/friends/FriendListItem.tsx:143
#: src/components/channel/friends/MobileFriendRequestItem.tsx:67
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:152
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:173
msgid "Ignore Friend Request"
msgstr "Ignorer venneanmodning"
@@ -9749,8 +9830,8 @@ msgstr "Ignorer venneanmodning"
msgid "Ignore per-channel message rate limits."
msgstr "Ignorer beskedrestriktioner pr. kanal."
-#: src/components/pages/ReportPage.tsx:267
-#: src/components/pages/ReportPage.tsx:298
+#: src/components/pages/report/optionDescriptors.ts:48
+#: src/components/pages/report/optionDescriptors.ts:73
#: src/constants/IARConstants.tsx:57
#: src/constants/IARConstants.tsx:170
msgid "Illegal Activity"
@@ -9762,7 +9843,7 @@ msgid "image"
msgstr "billede"
#: src/components/channel/embeds/media/EmbedGifv.tsx:237
-#: src/components/channel/embeds/media/EmbedImage.tsx:369
+#: src/components/channel/embeds/media/EmbedImage.tsx:374
#: src/components/modals/MediaViewerModal.tsx:362
#: src/components/search/HasFilterSheet.tsx:50
#: src/utils/FavoriteMemeUtils.ts:71
@@ -9783,8 +9864,8 @@ msgstr "Billedforhåndsvisning"
msgid "Images"
msgstr "Billeder"
-#: src/components/pages/ReportPage.tsx:272
-#: src/components/pages/ReportPage.tsx:284
+#: src/components/pages/report/optionDescriptors.ts:53
+#: src/components/pages/report/optionDescriptors.ts:62
#: src/constants/IARConstants.tsx:82
#: src/constants/IARConstants.tsx:124
msgid "Impersonation"
@@ -9839,7 +9920,7 @@ msgstr "om {absWeeks} uger"
msgid "in {absYears} years"
msgstr "om {absYears} år"
-#: src/components/channel/channel-view/DMChannelView.tsx:275
+#: src/components/channel/channel-view/DMChannelView.tsx:276
msgid "In call"
msgstr "I opkald"
@@ -9880,7 +9961,7 @@ msgstr "I din browser virker Push-to-Talk kun, når Fluxer-fanen er aktiv. For s
msgid "in:"
msgstr "i:"
-#: src/components/pages/ReportPage.tsx:286
+#: src/components/pages/report/optionDescriptors.ts:64
#: src/constants/IARConstants.tsx:134
msgid "Inappropriate Profile"
msgstr "Upassende profil"
@@ -9909,7 +9990,7 @@ msgstr "Medtag alle fællesskabsomtaler"
msgid "Include audio from your screen in the share"
msgstr "Medtag lyd fra din skærm i delingen"
-#: src/components/channel/channel-view/DMChannelView.tsx:269
+#: src/components/channel/channel-view/DMChannelView.tsx:270
#: src/components/voice/IncomingCallUI.tsx:263
#: src/components/voice/IncomingCallUI.tsx:286
#: src/components/voice/IncomingCallUI.tsx:324
@@ -9946,11 +10027,11 @@ msgid "Increase app zoom level"
msgstr "Øg appens zoomniveau"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:284
-#: src/components/channel/ChannelSearchResults.tsx:679
+#: src/components/channel/ChannelSearchResults.tsx:648
msgid "Indexing Channel"
msgstr "Indekserer kanal"
-#: src/components/channel/ChannelSearchResults.tsx:317
+#: src/components/channel/ChannelSearchResults.tsx:274
msgid "Indexing..."
msgstr "Indekserer..."
@@ -10032,12 +10113,12 @@ msgstr "Indgange med ikoner"
msgid "Insert emoji"
msgstr "Indsæt emoji"
-#: src/components/channel/InviteEmbed.tsx:198
+#: src/components/channel/InviteEmbed.tsx:200
#: src/components/modals/InviteAcceptModal.tsx:143
msgid "Install Emoji Pack"
msgstr "Installer emojipakke"
-#: src/components/channel/InviteEmbed.tsx:198
+#: src/components/channel/InviteEmbed.tsx:200
#: src/components/modals/InviteAcceptModal.tsx:143
msgid "Install Sticker Pack"
msgstr "Installer klistermærkepakke"
@@ -10104,7 +10185,7 @@ msgstr "Ugyldig gavekode"
msgid "Invalid instance response: missing webapp URL."
msgstr "Ugyldigt instanssvar: mangler webapp-URL."
-#: src/components/modals/ClaimAccountModal.tsx:108
+#: src/components/modals/ClaimAccountModal.tsx:110
#: src/components/modals/EmailChangeModal.tsx:108
#: src/components/modals/EmailChangeModal.tsx:169
msgid "Invalid or expired code"
@@ -10134,7 +10215,7 @@ msgstr "Inverteret knap trykket!"
msgid "Invisible"
msgstr "Usynlig"
-#: src/components/modals/InviteModal.tsx:257
+#: src/components/modals/InviteModal.tsx:267
#: src/components/modals/tabs/ExpressionPacksTab.tsx:83
#: src/constants/AuditLogConstants.tsx:239
msgid "Invite"
@@ -10144,7 +10225,7 @@ msgstr "Inviter"
msgid "Invite Background"
msgstr "Inviter baggrund"
-#: src/components/pages/ReportPage.tsx:908
+#: src/components/pages/report/ReportStepDetails.tsx:183
msgid "Invite Code (optional)"
msgstr "Invitérkode (valgfri)"
@@ -10170,7 +10251,7 @@ msgstr "Inviter venner"
msgid "Invite friends to {0}"
msgstr "Inviter venner til {0}"
-#: src/components/modals/InviteModal.tsx:317
+#: src/components/modals/InviteModal.tsx:314
msgid "Invite link"
msgstr "Inviter link"
@@ -10190,7 +10271,7 @@ msgid "Invite Links"
msgstr "Invitér-links"
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:164
-#: src/components/layout/ChannelItem.tsx:599
+#: src/components/layout/ChannelItem.tsx:616
#: src/components/popouts/GuildHeaderPopout.tsx:178
msgid "Invite Members"
msgstr "Inviter medlemmer"
@@ -10218,7 +10299,7 @@ msgid "Invite Page Preview"
msgstr "Forhåndsvisning af inviter side"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:381
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1144
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1168
#: src/components/layout/FavoritesChannelListContent.tsx:305
#: src/components/uikit/ContextMenu/ChannelListContextMenu.tsx:96
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:97
@@ -10236,7 +10317,7 @@ msgstr "Invitation tilbagekaldt"
msgid "Invite sent for {0}"
msgstr "Invitation sendt til {0}"
-#: src/components/bottomsheets/DMBottomSheet.tsx:256
+#: src/components/bottomsheets/DMBottomSheet.tsx:258
msgid "Invite sent to {guildName}"
msgstr "Invitation sendt til {guildName}"
@@ -10249,7 +10330,7 @@ msgid "Invite splash preview"
msgstr "Forhåndsvisning af invite splash"
#. placeholder {0}: guild.name
-#: src/components/bottomsheets/DMBottomSheet.tsx:499
+#: src/components/bottomsheets/DMBottomSheet.tsx:501
msgid "Invite to {0}"
msgstr "Inviter til {0}"
@@ -10257,7 +10338,7 @@ msgstr "Inviter til {0}"
msgid "Invite to Community"
msgstr "Inviter til fællesskab"
-#: src/components/channel/InviteEmbed.tsx:362
+#: src/components/channel/InviteEmbed.tsx:364
msgid "Invite Unavailable"
msgstr "Invitation utilgængelig"
@@ -10277,7 +10358,7 @@ msgid "Invited by {0}#{1}"
msgstr "Inviteret af {0}#{1}"
#: src/components/auth/InviteHeader.tsx:159
-#: src/components/channel/InviteEmbed.tsx:222
+#: src/components/channel/InviteEmbed.tsx:224
msgid "Invited by {inviterTag}"
msgstr "Inviteret af {inviterTag}"
@@ -10290,8 +10371,8 @@ msgid "Inviter:"
msgstr "Inviterer:"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:303
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1199
-#: src/components/bottomsheets/DMBottomSheet.tsx:468
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1223
+#: src/components/bottomsheets/DMBottomSheet.tsx:470
#: src/components/channel/dm/DMList.tsx:257
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:145
msgid "Invites"
@@ -10301,11 +10382,11 @@ msgstr "Invitationer"
msgid "Invites are currently disabled for this community."
msgstr "Invitationer er i øjeblikket deaktiveret for dette fællesskab."
-#: src/components/modals/InviteModal.tsx:270
+#: src/components/modals/InviteModal.tsx:237
msgid "Invites are currently disabled in this community by an admin. While this invite can be created, it cannot be accepted until invites are re-enabled."
msgstr "Invitationer er midlertidigt deaktiveret i dette fællesskab af en admin. Selvom invitationen kan oprettes, kan den ikke accepters, før invitationer er genaktiveret."
-#: src/components/layout/guild-list/GuildListItem.tsx:233
+#: src/components/layout/guild-list/GuildListItem.tsx:234
msgid "Invites are currently paused in this community"
msgstr "Invitationer er midlertidigt sat på pause i dette fællesskab"
@@ -10317,7 +10398,7 @@ msgstr "Invitationer er låst for preview-fællesskaber. Gør krav på din konto
msgid "Invites disabled"
msgstr "Invitationer deaktiveret"
-#: src/components/channel/InviteEmbed.tsx:257
+#: src/components/channel/InviteEmbed.tsx:259
#: src/components/modals/InviteAcceptModal.tsx:98
msgid "Invites Disabled"
msgstr "Invitationer deaktiveret"
@@ -10343,7 +10424,7 @@ msgstr "Invitationer til <0>{0}0> er i øjeblikket deaktiveret"
msgid "IP address authorized"
msgstr "IP-adresse autoriseret"
-#: src/components/pages/ReportPage.tsx:324
+#: src/components/pages/report/optionDescriptors.ts:96
msgid "Ireland"
msgstr "Irland"
@@ -10359,7 +10440,7 @@ msgstr "Det er en fuldbyrdet skrivefest herinde"
msgid "Italian"
msgstr "Italiensk"
-#: src/components/pages/ReportPage.tsx:325
+#: src/components/pages/report/optionDescriptors.ts:97
msgid "Italy"
msgstr "Italien"
@@ -10381,16 +10462,16 @@ msgstr "Deltag i et fællesskab"
msgid "Join a community with stickers to get started!"
msgstr "Deltag i et fællesskab med klistermærker for at komme i gang!"
-#: src/components/channel/channel-view/DMChannelView.tsx:315
+#: src/components/channel/channel-view/DMChannelView.tsx:316
msgid "Join call"
msgstr "Deltag i opkald"
-#: src/components/channel/InviteEmbed.tsx:261
-#: src/components/channel/InviteEmbed.tsx:451
+#: src/components/channel/InviteEmbed.tsx:263
+#: src/components/channel/InviteEmbed.tsx:453
#: src/components/layout/guild-list/AddGuildButton.tsx:71
#: src/components/modals/AddGuildModal.tsx:129
#: src/components/modals/AddGuildModal.tsx:410
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:304
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:342
#: src/components/modals/InviteAcceptModal.tsx:102
#: src/components/modals/InviteAcceptModalPreview.tsx:114
msgid "Join Community"
@@ -10400,7 +10481,7 @@ msgstr "Deltag i fællesskab"
msgid "Join community form"
msgstr "Formular til at deltage i fællesskab"
-#: src/components/channel/InviteEmbed.tsx:187
+#: src/components/channel/InviteEmbed.tsx:189
msgid "Join Group"
msgstr "Deltag i gruppe"
@@ -10416,19 +10497,19 @@ msgstr "Deltagelsesnotifikationer"
msgid "Join Operators Community"
msgstr "Deltag i Operators-fællesskab"
-#: src/components/channel/CallMessage.tsx:171
+#: src/components/channel/CallMessage.tsx:165
msgid "Join the call"
msgstr "Deltag i opkaldet"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:122
+#: src/components/channel/ChannelHeader/CallButtons.tsx:159
msgid "Join Video Call"
msgstr "Deltag i videoopkald"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:118
+#: src/components/channel/ChannelHeader/CallButtons.tsx:150
msgid "Join Video Call ({participantCount} participant)"
msgstr "Deltag i videoopkald ({participantCount} deltager)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:119
+#: src/components/channel/ChannelHeader/CallButtons.tsx:151
msgid "Join Video Call ({participantCount} participants)"
msgstr "Deltag i videoopkald ({participantCount} deltagere)"
@@ -10436,15 +10517,15 @@ msgstr "Deltag i videoopkald ({participantCount} deltagere)"
msgid "Join Visionary Community"
msgstr "Deltag i Visionary-fællesskab"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:70
+#: src/components/channel/ChannelHeader/CallButtons.tsx:89
msgid "Join Voice Call"
msgstr "Deltag i taleopkald"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:66
+#: src/components/channel/ChannelHeader/CallButtons.tsx:80
msgid "Join Voice Call ({participantCount} participant)"
msgstr "Deltag i stemmeopkald ({participantCount} deltager)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:67
+#: src/components/channel/ChannelHeader/CallButtons.tsx:81
msgid "Join Voice Call ({participantCount} participants)"
msgstr "Deltag i stemmeopkald ({participantCount} deltagere)"
@@ -10495,7 +10576,7 @@ msgstr "JPEG, PNG, WebP. Maks 10MB. Anbefalet: 512×512px"
msgid "JPEG, PNG, WebP. Max 10MB. Recommended: 512×512px. Animated avatars (GIF) require <0/>."
msgstr "JPEG, PNG, WebP. Maks 10MB. Anbefalet: 512×512px. Animerede avatarer (GIF) kræver <0/>."
-#: src/components/channel/ChannelSearchResults.tsx:777
+#: src/components/channel/ChannelSearchResults.tsx:745
#: src/components/pages/MessageListPage.tsx:97
#: src/components/popouts/RecentMentionsContent.tsx:221
#: src/components/popouts/SavedMessagesContent.tsx:102
@@ -10519,11 +10600,11 @@ msgstr "Hop til besked"
msgid "Jump to Oldest Unread Message"
msgstr "Hop til ældste ulæste besked"
-#: src/components/channel/ChannelSearchResults.tsx:872
+#: src/components/channel/ChannelSearchResults.tsx:840
msgid "Jump to page"
msgstr "Hop til side"
-#: src/components/channel/Messages.tsx:917
+#: src/components/channel/Messages.tsx:915
msgid "Jump to Present"
msgstr "Hop til nu"
@@ -10612,7 +10693,7 @@ msgid "Keyboard Shortcuts"
msgstr "Tastaturgenveje"
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:344
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:311
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:314
#: src/components/modals/KickMemberModal.tsx:58
#: src/components/modals/UserProfileActionsSheet.tsx:253
msgid "Kick"
@@ -10702,7 +10783,7 @@ msgstr "Forsinkelse {latency} millisekunder"
msgid "Latency graph"
msgstr "Forsinkelsesgraf"
-#: src/components/pages/ReportPage.tsx:326
+#: src/components/pages/report/optionDescriptors.ts:98
msgid "Latvia"
msgstr "Letland"
@@ -10729,10 +10810,10 @@ msgstr "Forlad fællesskab"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:248
#: src/components/bottomsheets/ChannelBottomSheet.tsx:250
#: src/components/bottomsheets/ChannelBottomSheet.tsx:314
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1253
-#: src/components/bottomsheets/DMBottomSheet.tsx:337
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1277
#: src/components/bottomsheets/DMBottomSheet.tsx:339
-#: src/components/bottomsheets/DMBottomSheet.tsx:551
+#: src/components/bottomsheets/DMBottomSheet.tsx:341
+#: src/components/bottomsheets/DMBottomSheet.tsx:554
#: src/components/channel/dm/DMList.tsx:265
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:159
#: src/hooks/useLeaveGroup.tsx:42
@@ -10740,27 +10821,27 @@ msgstr "Forlad fællesskab"
msgid "Leave Group"
msgstr "Forlad gruppe"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:122
+#: src/components/channel/ChannelHeader/CallButtons.tsx:157
msgid "Leave Video Call"
msgstr "Forlad videoopkald"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:113
+#: src/components/channel/ChannelHeader/CallButtons.tsx:145
msgid "Leave Video Call ({participantCount} participant)"
msgstr "Forlad videoopkald ({participantCount} deltager)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:114
+#: src/components/channel/ChannelHeader/CallButtons.tsx:146
msgid "Leave Video Call ({participantCount} participants)"
msgstr "Forlad videoopkald ({participantCount} deltagere)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:70
+#: src/components/channel/ChannelHeader/CallButtons.tsx:87
msgid "Leave Voice Call"
msgstr "Forlad taleopkald"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:61
+#: src/components/channel/ChannelHeader/CallButtons.tsx:75
msgid "Leave Voice Call ({participantCount} participant)"
msgstr "Forlad stemmeopkald ({participantCount} deltager)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:62
+#: src/components/channel/ChannelHeader/CallButtons.tsx:76
msgid "Leave Voice Call ({participantCount} participants)"
msgstr "Forlad stemmeopkald ({participantCount} deltagere)"
@@ -10785,7 +10866,7 @@ msgstr "Venstrestillet"
msgid "Left community"
msgstr "Forlod fællesskab"
-#: src/components/bottomsheets/DMBottomSheet.tsx:350
+#: src/components/bottomsheets/DMBottomSheet.tsx:352
#: src/hooks/useLeaveGroup.tsx:56
msgid "Left group"
msgstr "Forlod gruppe"
@@ -10798,7 +10879,7 @@ msgstr "Venstre ikon"
msgid "Left Tooltip"
msgstr "Venstre tooltip"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:90
+#: src/components/modals/components/plutonium/VisionarySection.tsx:99
msgid "Let people add you without needing a 4-digit tag"
msgstr "Lad folk tilføje dig uden en 4-cifret tag"
@@ -10810,17 +10891,13 @@ msgstr "Lad fællesskabet moderere sig selv"
msgid "Letters (a-z, A-Z), numbers (0-9), and underscores (_) only"
msgstr "Kun bogstaver (a-z, A-Z), tal (0-9) og understregningstegn (_)"
-#: src/components/pages/ReportPage.tsx:729
-msgid "Letters and numbers only. You can paste the code—formatting is automatic."
-msgstr "Kun bogstaver og tal. Du kan indsætte koden—formatering er automatisk."
-
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:120
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:139
#: src/components/modals/tabs/DeveloperOptionsTab/AccountPremiumTab.tsx:49
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:371
msgid "Lifetime"
msgstr "Livstid"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:73
+#: src/components/modals/components/plutonium/VisionarySection.tsx:82
#: src/utils/giftUtils.ts:58
msgid "Lifetime Plutonium"
msgstr "Livstids-Plutonium"
@@ -10838,7 +10915,7 @@ msgid "Liked!"
msgstr "Synes godt om!"
#. placeholder {0}: formatter.format(visionarySlots.total)
-#: src/components/modals/components/plutonium/VisionarySection.tsx:61
+#: src/components/modals/components/plutonium/VisionarySection.tsx:70
msgid "Limited to {0} users. One-time purchase, lifetime access."
msgstr "Begrænset til {0} brugere. Éngangsbetaling, livstidsadgang."
@@ -10856,7 +10933,7 @@ msgstr "Link"
msgid "Link channel"
msgstr "Koble kanal"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:530
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:544
#: src/components/uikit/ContextMenu/MediaContextMenu.tsx:145
#: src/components/uikit/ContextMenu/MediaContextMenu.tsx:228
msgid "Link copied to clipboard"
@@ -10902,7 +10979,7 @@ msgstr "Lister"
msgid "Lists members with this role in their own section in the member list."
msgstr "Lister medlemmer med denne rolle i deres egen sektion i medlemslisten."
-#: src/components/pages/ReportPage.tsx:327
+#: src/components/pages/report/optionDescriptors.ts:99
msgid "Lithuania"
msgstr "Litauen"
@@ -10934,7 +11011,7 @@ msgstr "Indlæser udelukkelser..."
msgid "Loading communities..."
msgstr "Indlæser fællesskaber..."
-#: src/components/channel/embeds/media/EmbedImage.tsx:363
+#: src/components/channel/embeds/media/EmbedImage.tsx:368
msgid "Loading image"
msgstr "Indlæser billede"
@@ -10947,7 +11024,7 @@ msgid "Loading more..."
msgstr "Indlæser mere..."
#: src/components/channel/embeds/media/EmbedGifv.tsx:493
-#: src/components/channel/embeds/media/EmbedGifv.tsx:721
+#: src/components/channel/embeds/media/EmbedGifv.tsx:745
msgid "Loading placeholder"
msgstr "Indlæser pladsholder"
@@ -10971,7 +11048,7 @@ msgstr "Indlæser tema..."
msgid "Loading verification methods..."
msgstr "Indlæser verificeringsmetoder..."
-#: src/components/channel/embeds/media/EmbedImage.tsx:363
+#: src/components/channel/embeds/media/EmbedImage.tsx:368
msgid "Loading: {alt}"
msgstr "Indlæser: {alt}"
@@ -11021,7 +11098,7 @@ msgid "Log in with a passkey"
msgstr "Log ind med en adgangsnøgle"
#: src/components/modals/components/DesktopSettingsView.tsx:346
-#: src/components/modals/components/MobileSettingsView.tsx:362
+#: src/components/modals/components/MobileSettingsView.tsx:357
#: src/components/pages/PendingVerificationPage.tsx:151
msgid "Log Out"
msgstr "Log ud"
@@ -11101,7 +11178,7 @@ msgstr "Lav"
msgid "Low (480p)"
msgstr "Lav (480p)"
-#: src/components/pages/ReportPage.tsx:328
+#: src/components/pages/report/optionDescriptors.ts:100
msgid "Luxembourg"
msgstr "Luxembourg"
@@ -11114,16 +11191,16 @@ msgstr "Gør til gruppeejer"
msgid "Make links to websites stand out more by always underlining them."
msgstr "Få links til hjemmesider til at skille sig mere ud ved altid at understrege dem."
-#: src/components/pages/ReportPage.tsx:271
+#: src/components/pages/report/optionDescriptors.ts:52
#: src/constants/IARConstants.tsx:77
msgid "Malicious Links"
msgstr "Ondsindede links"
-#: src/components/pages/ReportPage.tsx:329
+#: src/components/pages/report/optionDescriptors.ts:101
msgid "Malta"
msgstr "Malta"
-#: src/components/pages/ReportPage.tsx:302
+#: src/components/pages/report/optionDescriptors.ts:77
#: src/constants/IARConstants.tsx:190
msgid "Malware Distribution"
msgstr "Distribuering af malware"
@@ -11214,7 +11291,7 @@ msgid "Manage slash commands for this application"
msgstr "Administrer skråstregs-kommandoer til denne app"
#: src/components/layout/app-layout/nagbars/PremiumGracePeriodNagbar.tsx:83
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:288
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:324
msgid "Manage Subscription"
msgstr "Administrer abonnement"
@@ -11227,7 +11304,7 @@ msgstr "Administrer den e-mail, du bruger til at logge ind på Fluxer"
msgid "Manage Webhooks"
msgstr "Administrer webhooks"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:100
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:104
msgid "Manage your applications and bots."
msgstr "Administrer dine applikationer og bots."
@@ -11243,7 +11320,7 @@ msgstr "Administrer dine gaver"
msgid "Manage your phone number for SMS two-factor authentication"
msgstr "Administrer dit telefonnummer til SMS-tofaktorautentificering"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:280
+#: src/components/modals/tabs/GiftInventoryTab.tsx:303
msgid "Manage your purchased Plutonium gift codes. Share the gift URL with someone special or redeem it for yourself!"
msgstr "Administrer dine købte Plutonium-gavekoder. Del gave-URL'en med en særlig person eller indløs den selv!"
@@ -11256,8 +11333,8 @@ msgid "Mark as 18+ (NSFW)"
msgstr "Marker som 18+ (NSFW)"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:358
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1115
-#: src/components/bottomsheets/DMBottomSheet.tsx:388
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1139
+#: src/components/bottomsheets/DMBottomSheet.tsx:390
#: src/components/channel/NewMessagesBar.tsx:60
#: src/components/uikit/ContextMenu/items/CategoryMenuItems.tsx:81
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:79
@@ -11319,7 +11396,7 @@ msgstr "Markdown"
msgid "Markdown Preview"
msgstr "Markdown-forhåndsvisning"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:516
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:530
msgid "Marked as read"
msgstr "Markeret som læst"
@@ -11347,7 +11424,7 @@ msgstr "Markører under skyderen"
msgid "Marty_McFly"
msgstr "Marty_McFly"
-#: src/components/modals/ClaimAccountModal.tsx:160
+#: src/components/modals/ClaimAccountModal.tsx:162
#: src/components/modals/EmailChangeModal.tsx:254
msgid "marty@example.com"
msgstr "marty@example.com"
@@ -11356,7 +11433,7 @@ msgstr "marty@example.com"
msgid "Mask Visionary as subscription"
msgstr "Maskér Visionary som abonnement"
-#: src/components/modals/InviteModal.tsx:291
+#: src/components/modals/InviteModal.tsx:288
msgid "Max number of uses"
msgstr "Maksimalt antal brug"
@@ -11393,7 +11470,8 @@ msgstr "Kamerakvalitet maksimeret til 1080p"
msgid "Maximum quality, requires very fast connection"
msgstr "Maksimal kvalitet, kræver meget hurtig forbindelse"
-#: src/components/modals/GiftAcceptModal.tsx:151
+#: src/components/modals/GiftAcceptModal.tsx:161
+#: src/components/modals/GiftAcceptModal.tsx:194
msgid "Maybe later"
msgstr "Måske senere"
@@ -11411,7 +11489,7 @@ msgstr "Måler..."
#: src/components/channel/AutocompleteEmoji.tsx:154
#: src/components/channel/textarea/TextareaButtons.tsx:122
-#: src/components/modals/ExpressionPickerSheet.tsx:77
+#: src/components/modals/ExpressionPickerSheet.tsx:64
#: src/components/modals/tabs/ChatSettingsTab.tsx:43
#: src/components/modals/tabs/ChatSettingsTab/Inline.tsx:37
#: src/components/modals/utils/settingsConstants.tsx:298
@@ -11504,8 +11582,8 @@ msgstr "Medlemsbekræftelse"
msgid "Member verification level"
msgstr "Medlemsbekræftelsesniveau"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:877
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:913
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:909
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:945
#: src/components/modals/guildTabs/GuildMembersTab.tsx:429
#: src/components/modals/shared/AddOverridePopout.tsx:176
#: src/components/modals/utils/guildSettingsConstants.tsx:157
@@ -11536,7 +11614,7 @@ msgstr "Medlemmer fjernet"
msgid "Members receive notifications for every message"
msgstr "Medlemmer modtager notifikationer for hver besked"
-#: src/components/modals/InviteModal.tsx:302
+#: src/components/modals/InviteModal.tsx:299
msgid "Members will be removed when they go offline unless a role is assigned"
msgstr "Medlemmer fjernes, når de går offline, medmindre der er tildelt en rolle"
@@ -11608,11 +11686,11 @@ msgid "mentions:"
msgstr "nævnelser:"
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:234
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:218
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:220
#: src/components/modals/tabs/ComponentGalleryTab/InputsTab.tsx:164
-#: src/components/modals/UserProfileMobileSheet.tsx:497
-#: src/components/modals/UserProfileModal.tsx:1189
-#: src/components/modals/UserProfileModal.tsx:1311
+#: src/components/modals/UserProfileMobileSheet.tsx:501
+#: src/components/modals/UserProfileModal.tsx:1190
+#: src/components/modals/UserProfileModal.tsx:1316
#: src/components/popouts/UserProfilePopout.tsx:289
#: src/components/popouts/UserProfilePopout.tsx:308
#: src/components/profile/ProfilePreview.tsx:292
@@ -11689,7 +11767,7 @@ msgstr "Beskede gruppering"
msgid "Message is too long"
msgstr "Beskeden er for lang"
-#: src/components/pages/ReportPage.tsx:837
+#: src/components/pages/report/ReportStepDetails.tsx:107
msgid "Message Link"
msgstr "Beskedlink"
@@ -11744,7 +11822,7 @@ msgstr "Beskeder og medier"
msgid "Messages Deleted"
msgstr "Beskeder slettet"
-#: src/components/channel/Messages.tsx:938
+#: src/components/channel/Messages.tsx:936
msgid "Messages failed to load"
msgstr "Beskeder kunne ikke indlæses"
@@ -11888,22 +11966,21 @@ msgstr "Moderation"
msgid "Monospace font family"
msgstr "Monospace-skrifttype"
-#: src/components/auth/DateOfBirthField.tsx:87
-#: src/components/auth/DateOfBirthField.tsx:154
+#: src/components/auth/DateOfBirthField.tsx:151
#: src/components/auth/MockMinimalRegisterForm.tsx:68
msgid "Month"
msgstr "Måned"
-#: src/components/modals/components/plutonium/PricingSection.tsx:71
+#: src/components/modals/components/plutonium/PricingSection.tsx:78
msgid "Monthly"
msgstr "Månedligt"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:63
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:73
msgid "Monthly {monthlyPrice}"
msgstr "Månedligt {monthlyPrice}"
#: src/components/accounts/AccountRow.tsx:178
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:863
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:895
#: src/components/channel/friends/FriendListItem.tsx:229
#: src/components/channel/MessageActionBar.tsx:647
#: src/components/channel/MessageActionBar.tsx:776
@@ -11936,7 +12013,7 @@ msgstr "Flere klistermærkepladser"
msgid "Most popular"
msgstr "Mest populære"
-#: src/components/channel/ChannelSearchResults.tsx:225
+#: src/components/channel/ChannelSearchResults.tsx:182
#: src/components/search/SortModeSheet.tsx:53
msgid "Most Relevant"
msgstr "Mest relevante"
@@ -12015,7 +12092,7 @@ msgstr "Flersproget indhold"
msgid "Music Lovers"
msgstr "Musikelskere"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:850
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:882
#: src/components/bottomsheets/VoiceLobbyBottomSheet.tsx:179
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:253
#: src/components/layout/UserArea.tsx:213
@@ -12055,7 +12132,7 @@ msgstr "Lydløs kanal"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:400
#: src/components/bottomsheets/ChannelBottomSheet.tsx:452
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1010
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1034
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:171
#: src/components/modals/GuildNotificationSettingsModal.tsx:295
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:168
@@ -12069,9 +12146,9 @@ msgstr "Lydløs kanal"
msgid "Mute Community"
msgstr "Lydløs fællesskab"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1012
-#: src/components/bottomsheets/DMBottomSheet.tsx:449
-#: src/components/bottomsheets/DMBottomSheet.tsx:590
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1036
+#: src/components/bottomsheets/DMBottomSheet.tsx:451
+#: src/components/bottomsheets/DMBottomSheet.tsx:593
msgid "Mute Conversation"
msgstr "Lydløs samtale"
@@ -12096,7 +12173,7 @@ msgstr "Lydløs medlemmer"
msgid "Mute User"
msgstr "Lydløs bruger"
-#: src/components/layout/guild-list/GuildListItem.tsx:193
+#: src/components/layout/guild-list/GuildListItem.tsx:194
#: src/components/layout/VoiceStateIcons.tsx:53
#: src/components/voice/VoiceParticipantTile.tsx:897
#: src/utils/ContextMenuUtils.tsx:159
@@ -12105,7 +12182,7 @@ msgstr "Lydløs"
#. placeholder {0}: DateUtils.getFormattedDateTime(new Date(muteConfig.end_time))
#. placeholder {0}: getFormattedDateTime(new Date(muteConfig.end_time))
-#: src/components/layout/guild-list/GuildListItem.tsx:191
+#: src/components/layout/guild-list/GuildListItem.tsx:192
#: src/utils/ContextMenuUtils.tsx:157
msgid "Muted until {0}"
msgstr "Lydløs indtil {0}"
@@ -12253,7 +12330,7 @@ msgstr "Brug for en konto?"
msgid "Neighborhood Watch"
msgstr "Nabolagsovervågning"
-#: src/components/pages/ReportPage.tsx:330
+#: src/components/pages/report/optionDescriptors.ts:102
msgid "Netherlands"
msgstr "Holland"
@@ -12261,9 +12338,9 @@ msgstr "Holland"
msgid "Network"
msgstr "Netværk"
-#: src/components/modals/components/PlutoniumContent.tsx:145
-#: src/components/modals/components/PlutoniumContent.tsx:271
-#: src/components/modals/tabs/BetaCodesTab.tsx:295
+#: src/components/modals/components/PlutoniumContent.tsx:156
+#: src/components/modals/components/PlutoniumContent.tsx:288
+#: src/components/modals/tabs/BetaCodesTab.tsx:320
#: src/components/modals/tabs/DevicesTab.tsx:229
msgid "Network error"
msgstr "Netværksfejl"
@@ -12290,7 +12367,7 @@ msgstr "udløber aldrig"
#: src/components/channel/Divider.tsx:51
#: src/components/channel/Divider.tsx:60
#: src/components/channel/UnreadDividerSlot.tsx:45
-#: src/components/layout/GuildsLayout.tsx:285
+#: src/components/layout/GuildsLayout.tsx:283
msgid "New"
msgstr "Ny"
@@ -12311,7 +12388,7 @@ msgstr "Ny e-mail"
msgid "New email form"
msgstr "Formular til ny e-mail"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:902
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:934
msgid "New Group"
msgstr "Ny gruppe"
@@ -12334,7 +12411,7 @@ msgid "new-channel"
msgstr "ny-kanal"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:446
-#: src/components/channel/ChannelSearchResults.tsx:223
+#: src/components/channel/ChannelSearchResults.tsx:180
msgid "Newest"
msgstr "Nyeste"
@@ -12394,7 +12471,7 @@ msgstr "Kaldenavnet må ikke overstige 32 tegn"
msgid "Nickname updated"
msgstr "Kaldenavn opdateret"
-#: src/components/layout/GuildLayout.tsx:392
+#: src/components/layout/GuildLayout.tsx:397
msgid "No accessible channels"
msgstr "Ingen tilgængelige kanaler"
@@ -12431,7 +12508,7 @@ msgstr "Ingen udelukkede brugere"
msgid "No bans found matching your search."
msgstr "Ingen udelukkelser fundet, der matcher din søgning."
-#: src/components/modals/tabs/BetaCodesTab.tsx:365
+#: src/components/modals/tabs/BetaCodesTab.tsx:390
msgid "No beta codes yet"
msgstr "Ingen betakoder endnu"
@@ -12471,7 +12548,7 @@ msgstr "Ingen kanaler tilgængelige"
msgid "No channels found"
msgstr "Ingen kanaler fundet"
-#: src/components/modals/tabs/BetaCodesTab.tsx:275
+#: src/components/modals/tabs/BetaCodesTab.tsx:279
msgid "No codes remaining. Resets {resetString}"
msgstr "Ingen koder tilbage. Nulstilles {resetString}"
@@ -12484,7 +12561,7 @@ msgid "No community banner"
msgstr "Intet fællesskabsbanner"
#: src/components/auth/InviteHeader.tsx:156
-#: src/components/channel/InviteEmbed.tsx:215
+#: src/components/channel/InviteEmbed.tsx:217
#: src/components/modals/InviteAcceptModal.tsx:148
#: src/components/modals/tabs/ExpressionPacksTab.tsx:73
msgid "No description provided."
@@ -12516,7 +12593,7 @@ msgstr "Ingen venner endnu"
msgid "No GIFs found"
msgstr "Ingen GIFs fundet"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:311
+#: src/components/modals/tabs/GiftInventoryTab.tsx:334
msgid "No gifts yet"
msgstr "Ingen gaver endnu"
@@ -12656,7 +12733,7 @@ msgid "No results"
msgstr "Ingen resultater"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:315
-#: src/components/channel/ChannelSearchResults.tsx:709
+#: src/components/channel/ChannelSearchResults.tsx:678
msgid "No Results"
msgstr "Ingen resultater"
@@ -12717,7 +12794,7 @@ msgstr "Ingen systemkanal"
msgid "No Timer"
msgstr "Ingen timer"
-#: src/components/channel/dm/AddFriendForm.tsx:70
+#: src/components/channel/dm/AddFriendForm.tsx:93
msgid "No user found with that FluxerTag."
msgstr "Ingen bruger fundet med den FluxerTag."
@@ -12797,7 +12874,7 @@ msgstr "Ikke nu"
msgid "Not your cup of tea? You can disable this feature anytime."
msgstr "Ikke noget for dig? Du kan slå denne funktion fra når som helst."
-#: src/components/modals/UserProfileMobileSheet.tsx:549
+#: src/components/modals/UserProfileMobileSheet.tsx:553
#: src/components/modals/UserProfileModal.tsx:244
#: src/components/modals/UserProfileModal.tsx:248
#: src/components/pages/YouPage.tsx:144
@@ -12813,7 +12890,7 @@ msgstr "Notat (kun synligt for dig)"
msgid "nothing"
msgstr "ingen"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1387
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1411
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:218
#: src/components/modals/GuildNotificationSettingsModal.tsx:95
#: src/components/modals/GuildNotificationSettingsModal.tsx:226
@@ -12835,8 +12912,8 @@ msgid "Notification Overrides"
msgstr "Notifikationsoverskrivelser"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:405
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1160
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1341
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1184
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1365
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:199
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsButton.tsx:59
#: src/components/modals/GuildNotificationSettingsModal.tsx:162
@@ -12904,17 +12981,17 @@ msgstr "NSFW-indhold er ikke tilladt"
msgid "NSFW Gates"
msgstr "NSFW-porte"
-#: src/components/pages/ReportPage.tsx:266
+#: src/components/pages/report/optionDescriptors.ts:47
#: src/constants/IARConstants.tsx:52
msgid "NSFW Policy Violation"
msgstr "Overtrædelse af NSFW-politik"
#. placeholder {0}: formatter.format(visionarySlots.total)
-#: src/components/modals/components/plutonium/VisionarySection.tsx:82
+#: src/components/modals/components/plutonium/VisionarySection.tsx:91
msgid "Numbered badge (1-{0}) showing your Visionary status"
msgstr "Nummereret badge (1-{0}) der viser din Visionære status"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:83
+#: src/components/modals/components/plutonium/VisionarySection.tsx:92
msgid "Numbered badge showing your Visionary status"
msgstr "Nummereret badge der viser din Visionary-status"
@@ -12933,8 +13010,8 @@ msgstr "Objekter"
msgid "Off"
msgstr "Fra"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:281
-#: src/components/channel/ChannelMembers.tsx:137
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:287
+#: src/components/channel/ChannelMembers.tsx:108
#: src/Constants.tsx:134
#: src/utils/MemberListUtils.ts:150
#: src/utils/MemberListUtils.ts:188
@@ -12962,7 +13039,7 @@ msgid "Okay"
msgstr "Okay"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:446
-#: src/components/channel/ChannelSearchResults.tsx:224
+#: src/components/channel/ChannelSearchResults.tsx:181
msgid "Oldest"
msgstr "Ældste"
@@ -13020,25 +13097,25 @@ msgstr "En eller flere kanaler indekseres"
msgid "one second ago"
msgstr "for et sekund siden"
-#: src/components/modals/components/plutonium/GiftSection.tsx:71
-#: src/components/modals/components/plutonium/GiftSection.tsx:80
-#: src/components/modals/components/plutonium/PricingSection.tsx:103
-#: src/components/modals/components/plutonium/PricingSection.tsx:112
+#: src/components/modals/components/plutonium/GiftSection.tsx:78
+#: src/components/modals/components/plutonium/GiftSection.tsx:90
+#: src/components/modals/components/plutonium/PricingSection.tsx:118
+#: src/components/modals/components/plutonium/PricingSection.tsx:130
msgid "one-time purchase"
msgstr "engangskøb"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:65
+#: src/components/modals/components/plutonium/VisionarySection.tsx:74
msgid "One-time purchase, lifetime access."
msgstr "Engangs køb, livslang adgang."
-#: src/components/modals/components/plutonium/GiftSection.tsx:89
-#: src/components/modals/components/plutonium/PricingSection.tsx:90
-#: src/components/modals/components/plutonium/PricingSection.tsx:121
+#: src/components/modals/components/plutonium/GiftSection.tsx:102
+#: src/components/modals/components/plutonium/PricingSection.tsx:103
+#: src/components/modals/components/plutonium/PricingSection.tsx:142
msgid "one-time, lifetime"
msgstr "engangs, livstid"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:281
-#: src/components/channel/ChannelMembers.tsx:135
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:285
+#: src/components/channel/ChannelMembers.tsx:106
#: src/components/channel/dm/DMFriendsView.tsx:168
#: src/components/channel/friends/views/FriendsList.tsx:95
#: src/Constants.tsx:130
@@ -13051,7 +13128,7 @@ msgstr "Online"
msgid "Online Status"
msgstr "Online-status"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1382
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1406
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:212
#: src/components/modals/GuildNotificationSettingsModal.tsx:91
#: src/components/modals/GuildNotificationSettingsModal.tsx:281
@@ -13120,11 +13197,11 @@ msgstr "Åbn modal til kontoansøgning"
msgid "Open color picker"
msgstr "Åbn farvevælger"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1398
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1422
msgid "Open Community Notification Settings"
msgstr "Åbn community-notifikationsindstillinger"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:286
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:322
msgid "Open Customer Portal"
msgstr "Åbn kundeportal"
@@ -13293,7 +13370,7 @@ msgstr "Mulighed tre"
msgid "Option Two"
msgstr "Mulighed to"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:89
+#: src/components/modals/components/plutonium/VisionarySection.tsx:98
msgid "Optional #0000 tag"
msgstr "Valgfri #0000-tag"
@@ -13309,7 +13386,7 @@ msgstr "ELLER"
msgid "Or copy the link:"
msgstr "Eller kopiér linket:"
-#: src/components/modals/InviteModal.tsx:312
+#: src/components/modals/InviteModal.tsx:309
msgid "or send an invite link to a friend:"
msgstr "eller send et invitationslink til en ven:"
@@ -13325,9 +13402,9 @@ msgstr "Original besked kunne ikke indlæses"
msgid "Original message was deleted"
msgstr "Original besked blev slettet"
-#: src/components/pages/ReportPage.tsx:273
-#: src/components/pages/ReportPage.tsx:287
-#: src/components/pages/ReportPage.tsx:303
+#: src/components/pages/report/optionDescriptors.ts:54
+#: src/components/pages/report/optionDescriptors.ts:65
+#: src/components/pages/report/optionDescriptors.ts:78
#: src/constants/IARConstants.tsx:87
#: src/constants/IARConstants.tsx:139
#: src/constants/IARConstants.tsx:195
@@ -13463,8 +13540,8 @@ msgstr "Passkeys kræver en signerede macOS-pakke med et gyldigt applikations-id
#: src/components/auth/AuthLoginCore/AuthLoginEmailPasswordForm.tsx:90
#: src/components/auth/AuthRegisterFormCore.tsx:136
#: src/components/auth/AuthRegisterFormCore.tsx:217
-#: src/components/modals/ClaimAccountModal.tsx:168
-#: src/components/modals/ClaimAccountModal.tsx:208
+#: src/components/modals/ClaimAccountModal.tsx:170
+#: src/components/modals/ClaimAccountModal.tsx:210
#: src/components/modals/SudoVerificationModal.tsx:171
#: src/components/modals/SudoVerificationModal.tsx:236
#: src/components/modals/tabs/AccountSecurityTab/AccountTab.tsx:105
@@ -13546,11 +13623,11 @@ msgstr "Personer, som er venner med dine venner, kan tilføje dig til gruppechat
msgid "People who are friends with your friends can call you"
msgstr "Personer, som er venner med dine venner, kan ringe til dig"
-#: src/components/modals/components/plutonium/PricingSection.tsx:73
+#: src/components/modals/components/plutonium/PricingSection.tsx:80
msgid "per month"
msgstr "pr. måned"
-#: src/components/modals/components/plutonium/PricingSection.tsx:80
+#: src/components/modals/components/plutonium/PricingSection.tsx:90
msgid "per year"
msgstr "pr. år"
@@ -13588,8 +13665,8 @@ msgstr "Tilladelser givet"
msgid "Personal notes"
msgstr "Personlige noter"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:479
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:778
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:493
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:810
#: src/components/channel/channel-header/useChannelHeaderData.ts:84
#: src/components/channel/dm/DMList.tsx:708
#: src/components/channel/dm/DMList.tsx:795
@@ -13662,16 +13739,16 @@ msgid "Pick which phone step to show"
msgstr "Vælg hvilket telefontrin der skal vises"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:336
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1132
-#: src/components/bottomsheets/DMBottomSheet.tsx:483
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1156
+#: src/components/bottomsheets/DMBottomSheet.tsx:485
#: src/components/channel/dm/DMList.tsx:287
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:153
msgid "Pin DM"
msgstr "Fastgør DM"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:295
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1132
-#: src/components/bottomsheets/DMBottomSheet.tsx:483
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1156
+#: src/components/bottomsheets/DMBottomSheet.tsx:485
#: src/components/channel/dm/DMList.tsx:248
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:133
msgid "Pin Group DM"
@@ -13714,20 +13791,20 @@ msgid "Ping: {latency}ms"
msgstr "Ping: {latency}ms"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:219
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:566
-#: src/components/bottomsheets/DMBottomSheet.tsx:147
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:580
+#: src/components/bottomsheets/DMBottomSheet.tsx:149
#: src/components/channel/dm/DMList.tsx:214
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:115
msgid "Pinned DM"
msgstr "Fastgjort DM"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:219
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:566
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:580
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:95
msgid "Pinned group"
msgstr "Fastgjort gruppe"
-#: src/components/bottomsheets/DMBottomSheet.tsx:147
+#: src/components/bottomsheets/DMBottomSheet.tsx:149
msgid "Pinned group DM"
msgstr "Fastgjort gruppe-DM"
@@ -13742,7 +13819,7 @@ msgstr "Fastgjorte beskeder"
msgid "pinned:"
msgstr "fastgjort:"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:886
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:918
msgid "Pins"
msgstr "Fastgørelser"
@@ -13789,15 +13866,15 @@ msgstr "Tjek din indbakke for en bekræftelsesmail."
msgid "Please enable Fluxer in System Settings → Privacy & Security → Input Monitoring."
msgstr "Aktivér Fluxer i Systemindstillinger → Privatliv & Sikkerhed → Inputovervågning."
-#: src/components/pages/ReportPage.tsx:396
+#: src/components/pages/ReportPage.tsx:211
msgid "Please enter a valid email address."
msgstr "Indtast venligst en gyldig e-mailadresse."
-#: src/components/channel/dm/AddFriendForm.tsx:74
+#: src/components/channel/dm/AddFriendForm.tsx:97
msgid "Please enter a valid FluxerTag (Username#0000)."
msgstr "Indtast en gyldig FluxerTag (Brugernavn#0000)."
-#: src/components/pages/ReportPage.tsx:509
+#: src/components/pages/ReportPage.tsx:336
msgid "Please enter a valid message link URL."
msgstr "Indtast venligst en gyldig beskedlink-URL."
@@ -13809,26 +13886,22 @@ msgstr "Indtast venligst en API-endepunkt."
msgid "Please fill out the following fields: {fieldList}"
msgstr "Udfyld venligst følgende felter: {fieldList}"
-#: src/components/pages/ReportPage.tsx:436
+#: src/components/pages/ReportPage.tsx:261
msgid "Please go back and enter a valid email address."
msgstr "Gå venligst tilbage og indtast en gyldig e-mailadresse."
-#: src/components/pages/ReportPage.tsx:542
+#: src/components/pages/ReportPage.tsx:369
msgid "Please include the community (guild) ID you are reporting."
msgstr "Medtag venligst den fællesskabs- (guild-)ID, du rapporterer."
-#: src/components/pages/ReportPage.tsx:504
+#: src/components/pages/ReportPage.tsx:331
msgid "Please paste the message link you are reporting."
msgstr "Indsæt venligst linket til den besked, du rapporterer."
-#: src/components/pages/ReportPage.tsx:391
+#: src/components/pages/ReportPage.tsx:206
msgid "Please provide an email address."
msgstr "Angiv venligst en e-mailadresse."
-#: src/components/pages/ReportPage.tsx:801
-msgid "Please provide the details of your report."
-msgstr "Angiv venligst detaljerne om din rapport."
-
#: src/components/modals/tabs/ApplicationsTab/ApplicationDetail.tsx:555
msgid "Please retry or go back to the applications list."
msgstr "Prøv igen eller gå tilbage til applikationslisten."
@@ -13837,7 +13910,7 @@ msgstr "Prøv igen eller gå tilbage til applikationslisten."
msgid "Please select a violation category"
msgstr "Vælg venligst en overtrædelseskategori"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:297
+#: src/components/modals/tabs/GiftInventoryTab.tsx:320
msgid "Please try again later."
msgstr "Prøv igen senere."
@@ -13878,7 +13951,7 @@ msgstr "Plutonium-mærkes privatliv"
msgid "Plutonium perks"
msgstr "Plutonium-fordele"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:110
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:129
msgid "Plutonium Subscription"
msgstr "Plutonium-abonnement"
@@ -13886,7 +13959,7 @@ msgstr "Plutonium-abonnement"
msgid "PNG"
msgstr "PNG"
-#: src/components/pages/ReportPage.tsx:331
+#: src/components/pages/report/optionDescriptors.ts:103
msgid "Poland"
msgstr "Polen"
@@ -13903,7 +13976,7 @@ msgstr "afstemning"
msgid "Popouts"
msgstr "Popouts"
-#: src/components/pages/ReportPage.tsx:332
+#: src/components/pages/report/optionDescriptors.ts:104
msgid "Portugal"
msgstr "Portugal"
@@ -13943,11 +14016,11 @@ msgstr "Premium-type-overskrivelse"
msgid "Press keys..."
msgstr "Tryk på taster..."
-#: src/components/channel/MessageReactions.tsx:121
+#: src/components/channel/MessageReactions.tsx:120
msgid "press to add reaction"
msgstr "tryk for at tilføje reaktion"
-#: src/components/channel/MessageReactions.tsx:121
+#: src/components/channel/MessageReactions.tsx:120
msgid "press to remove reaction"
msgstr "tryk for at fjerne reaktion"
@@ -14143,15 +14216,15 @@ msgstr "Beskyt din konto med tofaktorautentificering og passkeys"
msgid "Provide any additional context that may help our Safety Team..."
msgstr "Giv eventuel yderligere kontekst, der kan hjælpe vores sikkerhedsteam..."
-#: src/components/pages/ReportPage.tsx:882
+#: src/components/pages/report/ReportStepDetails.tsx:156
msgid "Provide at least a user ID or a user tag."
msgstr "Angiv mindst et bruger-ID eller en brugertag."
-#: src/components/pages/ReportPage.tsx:527
+#: src/components/pages/ReportPage.tsx:354
msgid "Provide either a user ID or a FluxerTag for the person you are reporting."
msgstr "Angiv enten et bruger-ID eller en FluxerTag for den person, du rapporterer."
-#: src/components/pages/ReportPage.tsx:478
+#: src/components/pages/ReportPage.tsx:305
msgid "Provide your full legal name for the declaration."
msgstr "Angiv dit fulde juridiske navn til erklæringen."
@@ -14163,7 +14236,7 @@ msgstr "Fjernede medlemmer, der har været inaktive i {dayCount, plural, one {<0
msgid "Public bot"
msgstr "Offentlig bot"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:312
+#: src/components/modals/tabs/GiftInventoryTab.tsx:335
msgid "Purchase a Plutonium gift from the Plutonium tab to share with friends!"
msgstr "Køb en Plutonium-gave i Plutonium-fanen for at dele med venner!"
@@ -14171,12 +14244,12 @@ msgstr "Køb en Plutonium-gave i Plutonium-fanen for at dele med venner!"
msgid "Purchase History"
msgstr "Købsoversigt"
-#: src/components/modals/components/plutonium/PricingSection.tsx:61
+#: src/components/modals/components/plutonium/PricingSection.tsx:67
msgid "Purchase mode"
msgstr "Købstilstand"
#. placeholder {0}: getFormattedShortDate(new Date(gift.created_at))
-#: src/components/modals/tabs/GiftInventoryTab.tsx:119
+#: src/components/modals/tabs/GiftInventoryTab.tsx:120
msgid "Purchased {0}"
msgstr "Købt {0}"
@@ -14275,7 +14348,7 @@ msgstr "Radioknapper tillader at vælge én mulighed fra en gruppe."
msgid "Radio Group"
msgstr "Radiogruppe"
-#: src/components/pages/ReportPage.tsx:300
+#: src/components/pages/report/optionDescriptors.ts:75
#: src/constants/IARConstants.tsx:180
msgid "Raid Coordination"
msgstr "Raid-koordinering"
@@ -14310,7 +14383,7 @@ msgid "Reactions"
msgstr "Reaktioner"
#: src/components/layout/app-layout/nagbars/PremiumExpiredNagbar.tsx:77
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:284
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:320
msgid "Reactivate"
msgstr "Genaktivér"
@@ -14323,15 +14396,15 @@ msgstr "Læs beskedhistorik"
msgid "Read the community's audit log of changes and moderation actions."
msgstr "Læs fællesskabets revisionslog for ændringer og moderationshandlinger."
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:146
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:160
msgid "Read the Documentation (fluxer.dev)"
msgstr "Læs dokumentationen (fluxer.dev)"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:52
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:60
msgid "Ready to Buy a Gift?"
msgstr "Klar til at købe en gave?"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:52
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:60
msgid "Ready to Upgrade?"
msgstr "Klar til at opgradere?"
@@ -14388,11 +14461,11 @@ msgstr "Genopretter forbindelse…"
msgid "Record shortcut"
msgstr "Optag genvej"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:269
+#: src/components/modals/tabs/GiftInventoryTab.tsx:292
msgid "Redeem"
msgstr "Indløs"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:232
+#: src/components/modals/tabs/GiftInventoryTab.tsx:255
msgid "Redeem a Gift"
msgstr "Indløs en gave"
@@ -14400,40 +14473,40 @@ msgstr "Indløs en gave"
msgid "Redeem Beta Code"
msgstr "Indløs betakode"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:165
+#: src/components/modals/tabs/GiftInventoryTab.tsx:166
msgid "Redeem for Yourself"
msgstr "Indløs til dig selv"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:255
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:281
msgid "Redeem Gift Code"
msgstr "Indløs gavekode"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:238
+#: src/components/modals/tabs/GiftInventoryTab.tsx:261
msgid "Redeem gift code form"
msgstr "Formular til indløsning af gavekode"
#. placeholder {0}: redeemedBetaCodes.length
-#: src/components/modals/tabs/BetaCodesTab.tsx:349
+#: src/components/modals/tabs/BetaCodesTab.tsx:374
msgid "Redeemed ({0})"
msgstr "Indløst ({0})"
#. placeholder {0}: getFormattedShortDate(new Date(gift.redeemed_at!))
-#: src/components/modals/tabs/GiftInventoryTab.tsx:117
+#: src/components/modals/tabs/GiftInventoryTab.tsx:118
msgid "Redeemed {0}"
msgstr "Indløst {0}"
#. placeholder {0}: gift.redeemed_by.username
#. placeholder {1}: gift.redeemed_by.discriminator
-#: src/components/modals/tabs/GiftInventoryTab.tsx:153
+#: src/components/modals/tabs/GiftInventoryTab.tsx:154
msgid "Redeemed by {0}#{1}"
msgstr "Indløst af {0}#{1}"
-#: src/components/modals/tabs/BetaCodesTab.tsx:54
+#: src/components/modals/tabs/BetaCodesTab.tsx:56
msgid "Redeemer"
msgstr "Indløser"
-#: src/components/modals/tabs/BetaCodesTab.tsx:111
-#: src/components/modals/tabs/BetaCodesTab.tsx:188
+#: src/components/modals/tabs/BetaCodesTab.tsx:113
+#: src/components/modals/tabs/BetaCodesTab.tsx:190
msgid "Redeemer:"
msgstr "Indløser:"
@@ -14526,7 +14599,7 @@ msgstr "Almindelig knap"
msgid "Regular button clicked!"
msgstr "Almindelig knap klikket!"
-#: src/components/channel/channel-view/DMChannelView.tsx:298
+#: src/components/channel/channel-view/DMChannelView.tsx:299
#: src/components/voice/IncomingCallUI.tsx:310
msgid "Reject"
msgstr "Afvis"
@@ -14624,19 +14697,19 @@ msgstr "Fjern entrelyd"
msgid "Remove filter"
msgstr "Fjern filter"
-#: src/components/bottomsheets/DMBottomSheet.tsx:508
-#: src/components/channel/dm/DMWelcomeSection.tsx:132
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:144
+#: src/components/bottomsheets/DMBottomSheet.tsx:510
+#: src/components/channel/dm/DMWelcomeSection.tsx:144
#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:146
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:253
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:148
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:255
#: src/components/modals/UserProfileActionsSheet.tsx:115
#: src/components/modals/UserProfileActionsSheet.tsx:117
#: src/components/modals/UserProfileActionsSheet.tsx:278
-#: src/components/modals/UserProfileMobileSheet.tsx:302
-#: src/components/modals/UserProfileMobileSheet.tsx:304
+#: src/components/modals/UserProfileMobileSheet.tsx:303
+#: src/components/modals/UserProfileMobileSheet.tsx:305
#: src/components/modals/UserProfileModal.tsx:1143
-#: src/components/modals/UserProfileModal.tsx:1228
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:108
+#: src/components/modals/UserProfileModal.tsx:1229
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:129
#: src/utils/RelationshipActionUtils.tsx:113
#: src/utils/RelationshipActionUtils.tsx:115
msgid "Remove Friend"
@@ -14654,8 +14727,8 @@ msgid "Remove from favorites"
msgstr "Fjern fra favoritter"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:370
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1103
-#: src/components/bottomsheets/DMBottomSheet.tsx:400
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1127
+#: src/components/bottomsheets/DMBottomSheet.tsx:402
#: src/components/channel/ChannelHeader.tsx:547
#: src/components/channel/ChannelHeader.tsx:595
#: src/components/channel/ChannelHeader.tsx:600
@@ -14720,7 +14793,7 @@ msgstr "Fjern spoiler"
msgid "Remove sticker"
msgstr "Fjern klistermærke"
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:285
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:288
#: src/components/modals/RemoveTimeoutModal.tsx:61
#: src/components/modals/RemoveTimeoutModal.tsx:75
#: src/components/modals/TimeoutMemberSheet.tsx:101
@@ -14763,11 +14836,11 @@ msgid "Removed from bookmarks"
msgstr "Fjernet fra bogmærker"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:115
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:541
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:555
msgid "Removed from favorites"
msgstr "Fjernet fra favoritter"
-#: src/components/bottomsheets/DMBottomSheet.tsx:126
+#: src/components/bottomsheets/DMBottomSheet.tsx:128
msgid "Removed from Favorites"
msgstr "Fjernet fra Favoritter"
@@ -14891,7 +14964,7 @@ msgstr "Fællesskabet omdøbt til {0}."
msgid "Render all your messages as unknown message type"
msgstr "Vis alle dine beskeder som ukendt beskedtype"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:234
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:253
msgid "Renews on <0>{renewalDate}0>."
msgstr "Fornyes den <0>{renewalDate}0>."
@@ -14932,15 +15005,15 @@ msgstr "Svar"
msgid "Replying to <0>{authorNickname}0>"
msgstr "Svar til <0>{authorNickname}0>"
-#: src/components/pages/ReportPage.tsx:249
+#: src/components/pages/report/optionDescriptors.ts:38
msgid "Report a Community"
msgstr "Rapporter et fællesskab"
-#: src/components/pages/ReportPage.tsx:247
+#: src/components/pages/report/optionDescriptors.ts:36
msgid "Report a Message"
msgstr "Rapporter en besked"
-#: src/components/pages/ReportPage.tsx:248
+#: src/components/pages/report/optionDescriptors.ts:37
msgid "Report a User Profile"
msgstr "Rapporter brugerprofil"
@@ -14949,12 +15022,12 @@ msgstr "Rapporter brugerprofil"
msgid "Report Community"
msgstr "Rapporter fællesskab"
-#: src/components/pages/ReportPage.tsx:801
-msgid "Report Details"
-msgstr "Rapportdetaljer"
+#: src/components/pages/report/ReportStepDetails.tsx:74
+msgid "Report details"
+msgstr "Rapporter detaljer"
-#: src/components/pages/ReportPage.tsx:241
-#: src/components/pages/ReportPage.tsx:612
+#: src/components/pages/report/ReportStepSelection.tsx:41
+#: src/components/pages/ReportPage.tsx:60
msgid "Report Illegal Content"
msgstr "Rapporter ulovligt indhold"
@@ -14963,33 +15036,24 @@ msgstr "Rapporter ulovligt indhold"
msgid "Report Message"
msgstr "Rapporter besked"
-#: src/components/pages/ReportPage.tsx:588
-msgid "Report Submitted"
-msgstr "Rapport indsendt"
+#: src/components/pages/report/ReportStepComplete.tsx:36
+msgid "Report submitted"
+msgstr "Rapport sendt"
#: src/components/modals/IARModal.tsx:128
msgid "Report submitted successfully. Our Safety Team will review it shortly."
msgstr "Rapport indsendt med succes. Vores sikkerhedsteam gennemgår den snart."
-#: src/components/pages/ReportPage.tsx:624
-msgid "Report Type"
-msgstr "Rapporttype"
-
#: src/components/modals/IARModal.tsx:84
#: src/components/modals/UserProfileActionsSheet.tsx:289
#: src/components/modals/UserProfileModal.tsx:1157
msgid "Report User"
msgstr "Rapporter bruger"
-#: src/components/pages/ReportPage.tsx:852
+#: src/components/pages/report/ReportStepDetails.tsx:123
msgid "Reported User Tag (optional)"
msgstr "Rapporteret brugertag (valgfrit)"
-#: src/components/pages/ReportPage.tsx:644
-#: src/components/pages/ReportPage.tsx:804
-msgid "Reporting:"
-msgstr "Rapportering:"
-
#: src/components/modals/tabs/PrivacySafetyTab/DataExportTab.tsx:48
#: src/components/modals/tabs/PrivacySafetyTab/DataExportTab.tsx:125
msgid "Request Data Export"
@@ -15050,7 +15114,7 @@ msgstr "Kræver Plutonium"
msgid "Reschedule Message"
msgstr "Omplanlæg besked"
-#: src/components/modals/ClaimAccountModal.tsx:222
+#: src/components/modals/ClaimAccountModal.tsx:224
#: src/components/modals/EmailChangeModal.tsx:230
#: src/components/modals/EmailChangeModal.tsx:294
msgid "Resend"
@@ -15064,7 +15128,11 @@ msgstr "Send igen ({newSecondsRemaining}s)"
msgid "Resend ({originalSecondsRemaining}s)"
msgstr "Send igen ({originalSecondsRemaining}s)"
-#: src/components/modals/ClaimAccountModal.tsx:222
+#: src/components/pages/report/ReportStepVerification.tsx:114
+msgid "Resend ({resendCooldownSeconds}s)"
+msgstr "Gensend ({resendCooldownSeconds}s)"
+
+#: src/components/modals/ClaimAccountModal.tsx:224
msgid "Resend ({resendSecondsRemaining}s)"
msgstr "Send igen ({resendSecondsRemaining}s)"
@@ -15072,7 +15140,7 @@ msgstr "Send igen ({resendSecondsRemaining}s)"
msgid "Resend Button Loading"
msgstr "Resend-knap indlæser"
-#: src/components/pages/ReportPage.tsx:761
+#: src/components/pages/report/ReportStepVerification.tsx:116
msgid "Resend code"
msgstr "Send koden igen"
@@ -15097,7 +15165,7 @@ msgid "Resent"
msgstr "Gensendt"
#: src/components/keybinds/KeybindRecorder.tsx:215
-#: src/components/modals/components/MobileSettingsView.tsx:128
+#: src/components/modals/components/MobileSettingsView.tsx:123
#: src/components/modals/components/SettingsModalHeader.tsx:81
#: src/components/modals/ImageCropModal.tsx:977
#: src/components/modals/tabs/KeybindsTab.tsx:154
@@ -15173,8 +15241,8 @@ msgstr "Gendan fuld skærm"
msgid "Restore maximized"
msgstr "Gendan maksimeret"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:280
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:282
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:316
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:318
msgid "Resubscribe"
msgstr "Tilmeld igen"
@@ -15189,11 +15257,11 @@ msgstr "Tilmeld igen"
#: src/components/modals/guildTabs/GuildStickersTab.tsx:211
#: src/components/modals/guildTabs/GuildWebhooksTab.tsx:137
#: src/components/modals/tabs/ApplicationsTab/ApplicationDetail.tsx:559
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:108
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:112
#: src/components/modals/tabs/AuthorizedAppsTab.tsx:121
-#: src/components/modals/tabs/BetaCodesTab.tsx:301
+#: src/components/modals/tabs/BetaCodesTab.tsx:326
#: src/components/modals/tabs/DevicesTab.tsx:231
-#: src/components/modals/tabs/GiftInventoryTab.tsx:300
+#: src/components/modals/tabs/GiftInventoryTab.tsx:323
msgid "Retry"
msgstr "Prøv igen"
@@ -15244,8 +15312,8 @@ msgstr "Gennemgå, hvad denne app beder om, før du fortsætter."
#: src/components/invites/InviteListItem.tsx:217
#: src/components/modals/GroupInvitesBottomSheet.tsx:78
#: src/components/modals/GroupInvitesModal.tsx:76
-#: src/components/modals/tabs/BetaCodesTab.tsx:143
-#: src/components/modals/tabs/BetaCodesTab.tsx:220
+#: src/components/modals/tabs/BetaCodesTab.tsx:145
+#: src/components/modals/tabs/BetaCodesTab.tsx:222
msgid "Revoke"
msgstr "Tilbagekald"
@@ -15369,7 +15437,7 @@ msgstr "Roller og tilladelser"
msgid "Roles updated successfully"
msgstr "Roller opdateret med succes"
-#: src/components/pages/ReportPage.tsx:333
+#: src/components/pages/report/optionDescriptors.ts:105
msgid "Romania"
msgstr "Rumænien"
@@ -15423,7 +15491,7 @@ msgstr "Mætning"
#: src/components/modals/AddFavoriteMemeModal.tsx:102
#: src/components/modals/AttachmentEditModal.tsx:90
#: src/components/modals/BaseChangeNicknameModal.tsx:115
-#: src/components/modals/components/MobileSettingsView.tsx:131
+#: src/components/modals/components/MobileSettingsView.tsx:126
#: src/components/modals/CustomStatusBottomSheet.tsx:231
#: src/components/modals/CustomStatusModal.tsx:362
#: src/components/modals/EditFavoriteMemeModal.tsx:88
@@ -15438,9 +15506,9 @@ msgstr "Mætning"
msgid "Save"
msgstr "Gem"
-#: src/components/modals/components/plutonium/GiftSection.tsx:72
-#: src/components/modals/components/plutonium/PricingSection.tsx:81
-#: src/components/modals/components/plutonium/PricingSection.tsx:104
+#: src/components/modals/components/plutonium/GiftSection.tsx:79
+#: src/components/modals/components/plutonium/PricingSection.tsx:91
+#: src/components/modals/components/plutonium/PricingSection.tsx:119
msgid "Save 17%"
msgstr "Spar 17%"
@@ -15600,8 +15668,8 @@ msgstr "Rul chatten ned"
msgid "Scroll Chat Up"
msgstr "Rul chatten op"
-#: src/components/modals/components/plutonium/GiftSection.tsx:103
-#: src/components/modals/components/plutonium/PricingSection.tsx:138
+#: src/components/modals/components/plutonium/GiftSection.tsx:117
+#: src/components/modals/components/plutonium/PricingSection.tsx:160
msgid "Scroll down to view all the sweet perks you get with Plutonium"
msgstr "Rul ned for at se alle de lækre fordele, du får med Plutonium"
@@ -15613,11 +15681,11 @@ msgstr "Rul i chatloggen ned"
msgid "Scroll the chat history up"
msgstr "Rul i chatloggen op"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:857
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:889
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:400
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:460
#: src/components/channel/ChannelHeader.tsx:586
-#: src/components/channel/shared/PickerSearchInput.tsx:204
+#: src/components/channel/shared/PickerSearchInput.tsx:203
#: src/components/modals/tabs/ComponentGalleryTab/InputsTab.tsx:126
#: src/stores/KeybindStore.ts:414
#: src/utils/quick-switcher/QuickSwitcherModalUtils.tsx:86
@@ -15674,7 +15742,7 @@ msgstr "Søg efter kanaler, personer eller fællesskaber"
#: src/components/common/FriendSelector.tsx:196
#: src/components/modals/AddFriendsToGroupModal.tsx:53
#: src/components/modals/CreateDMModal.tsx:68
-#: src/components/modals/InviteModal.tsx:237
+#: src/components/modals/InviteModal.tsx:248
#: src/components/modals/shared/RecipientList.tsx:177
#: src/components/modals/ShareThemeModal.tsx:144
msgid "Search friends"
@@ -15718,7 +15786,7 @@ msgstr "Søg efter ventende anmodninger"
msgid "Search Permissions..."
msgstr "Søg efter tilladelser..."
-#: src/components/channel/ChannelSearchResults.tsx:321
+#: src/components/channel/ChannelSearchResults.tsx:278
#: src/components/modals/components/DesktopSettingsView.tsx:360
msgid "Search Results"
msgstr "Søgeresultater"
@@ -15737,7 +15805,7 @@ msgid "Search scope"
msgstr "Søgeomfang"
#. placeholder {0}: activeScopeOption.label
-#: src/components/channel/ChannelSearchResults.tsx:1052
+#: src/components/channel/ChannelSearchResults.tsx:1031
#: src/components/channel/MessageSearchBar/MessageSearchBar.tsx:378
msgid "Search scope: {0}"
msgstr "Søgeomfang: {0}"
@@ -15767,7 +15835,7 @@ msgstr "Søg efter brugere"
msgid "Search within the current view"
msgstr "Søg inden for den aktuelle visning"
-#: src/components/channel/ChannelSearchResults.tsx:319
+#: src/components/channel/ChannelSearchResults.tsx:276
msgid "Searching..."
msgstr "Søger..."
@@ -15848,9 +15916,9 @@ msgstr "Se, hvordan din invitation ser ud for besøgende."
msgid "Select"
msgstr "Vælg"
-#: src/components/pages/ReportPage.tsx:261
-#: src/components/pages/ReportPage.tsx:280
-#: src/components/pages/ReportPage.tsx:294
+#: src/components/pages/report/optionDescriptors.ts:42
+#: src/components/pages/report/optionDescriptors.ts:58
+#: src/components/pages/report/optionDescriptors.ts:69
msgid "Select a category"
msgstr "Vælg en kategori"
@@ -15871,7 +15939,7 @@ msgstr "Vælg et fællesskab"
msgid "Select a community where you have <0>Manage Community0> permissions."
msgstr "Vælg et fællesskab, hvor du har <0>Administrer fællesskab0>-tilladelser."
-#: src/components/pages/ReportPage.tsx:310
+#: src/components/pages/report/optionDescriptors.ts:82
msgid "Select a country"
msgstr "Vælg et land"
@@ -15887,7 +15955,7 @@ msgstr "Vælg et scenarie, der skal anvendes..."
msgid "Select a verification method."
msgstr "Vælg en verificeringsmetode."
-#: src/components/pages/ReportPage.tsx:473
+#: src/components/pages/ReportPage.tsx:300
msgid "Select a violation category."
msgstr "Vælg en overtrædelseskategori."
@@ -15958,11 +16026,15 @@ msgstr "Vælg skærm eller vindue"
msgid "Select the account you want to sign in with on the desktop app."
msgstr "Vælg den konto, du vil logge ind med på desktop-appen."
+#: src/components/pages/report/ReportStepSelection.tsx:44
+msgid "Select what you want to report."
+msgstr "Vælg hvad du vil rapportere."
+
#: src/components/modals/utils/settingsSearchIndex.ts:460
msgid "Select your camera"
msgstr "Vælg dit kamera"
-#: src/components/pages/ReportPage.tsx:483
+#: src/components/pages/ReportPage.tsx:310
msgid "Select your country of residence."
msgstr "Vælg dit bopælsland."
@@ -15986,7 +16058,7 @@ msgstr "Vælg..."
msgid "Selections"
msgstr "Valg"
-#: src/components/pages/ReportPage.tsx:269
+#: src/components/pages/report/optionDescriptors.ts:50
#: src/constants/IARConstants.tsx:67
msgid "Self-Harm or Suicide"
msgstr "Selvskade eller selvmord"
@@ -16035,7 +16107,7 @@ msgstr "Send en action-besked (sætter den i kursiv)."
msgid "Send an SMS code first."
msgstr "Send først en SMS-kode."
-#: src/components/modals/ClaimAccountModal.tsx:182
+#: src/components/modals/ClaimAccountModal.tsx:184
#: src/components/modals/EmailChangeModal.tsx:265
#: src/components/modals/PhoneAddModal.tsx:206
msgid "Send code"
@@ -16045,9 +16117,9 @@ msgstr "Send kode"
msgid "Send Code"
msgstr "Send kode"
-#: src/components/channel/dm/DMWelcomeSection.tsx:109
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:269
-#: src/components/modals/UserProfileModal.tsx:1288
+#: src/components/channel/dm/DMWelcomeSection.tsx:112
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:272
+#: src/components/modals/UserProfileModal.tsx:1290
msgid "Send Friend Request"
msgstr "Send venneanmodning"
@@ -16073,7 +16145,7 @@ msgstr "Send beskeder"
msgid "Send Messages"
msgstr "Send beskeder"
-#: src/components/channel/dm/AddFriendForm.tsx:119
+#: src/components/channel/dm/AddFriendForm.tsx:142
msgid "Send Request"
msgstr "Send anmodning"
@@ -16097,11 +16169,11 @@ msgstr "Send tekst-til-tale-beskeder."
msgid "Send TTS Messages"
msgstr "Send TTS-beskeder"
-#: src/components/pages/ReportPage.tsx:676
+#: src/components/pages/report/ReportStepEmail.tsx:92
msgid "Send Verification Code"
msgstr "Send verificeringskode"
-#: src/components/modals/InviteModal.tsx:258
+#: src/components/modals/InviteModal.tsx:268
#: src/components/modals/shared/RecipientList.tsx:223
#: src/components/modals/ShareThemeModal.tsx:162
msgid "Sent"
@@ -16128,7 +16200,7 @@ msgstr "Sessionen udløb. Log ind igen."
msgid "Set a custom invite URL for your community."
msgstr "Angiv en brugerdefineret invite-URL for dit fællesskab."
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:401
+#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:361
#: src/components/modals/StatusChangeBottomSheet.tsx:171
#: src/components/popouts/UserAreaPopout.tsx:444
msgid "Set a custom status"
@@ -16336,7 +16408,7 @@ msgid "Set your timezone"
msgstr "Indstil din tidszone"
#: src/components/bottomsheets/VoiceLobbyBottomSheet.tsx:220
-#: src/components/modals/components/MobileSettingsView.tsx:531
+#: src/components/modals/components/MobileSettingsView.tsx:485
#: src/components/modals/tabs/ComponentGalleryTab/ButtonsTab.tsx:150
#: src/components/modals/tabs/ComponentGalleryTab/ButtonsTab.tsx:221
#: src/components/modals/tabs/ComponentGalleryTab/index.tsx:94
@@ -16383,7 +16455,11 @@ msgstr "Del-handling!"
msgid "Share Audio"
msgstr "Del lyd"
-#: src/components/modals/components/plutonium/GiftSection.tsx:63
+#: src/components/pages/report/ReportStepDetails.tsx:77
+msgid "Share only what's needed to help our team assess the content."
+msgstr "Del kun det, der er nødvendigt for at hjælpe vores team med at vurdere indholdet."
+
+#: src/components/modals/components/plutonium/GiftSection.tsx:69
msgid "Share the Plutonium experience with your friends by purchasing a gift subscription."
msgstr "Del Plutonium-oplevelsen med dine venner ved at købe et gaveabonnement."
@@ -16417,7 +16493,7 @@ msgstr "Del dit tema"
msgid "Shared theme"
msgstr "Delt tema"
-#: src/components/pages/ReportPage.tsx:268
+#: src/components/pages/report/optionDescriptors.ts:49
#: src/constants/IARConstants.tsx:62
msgid "Sharing Personal Information"
msgstr "Deling af personlig information"
@@ -16797,11 +16873,11 @@ msgstr "Skyder med trinværdier"
msgid "Sliders"
msgstr "Skydeknapper"
-#: src/components/pages/ReportPage.tsx:334
+#: src/components/pages/report/optionDescriptors.ts:106
msgid "Slovakia"
msgstr "Slovakiet"
-#: src/components/pages/ReportPage.tsx:335
+#: src/components/pages/report/optionDescriptors.ts:107
msgid "Slovenia"
msgstr "Slovenien"
@@ -16952,7 +17028,8 @@ msgstr "Noget gik galt, og appen crashede. Prøv at genindlæse eller nulstille
msgid "Something went wrong while loading the audit log."
msgstr "Noget gik galt under indlæsning af revisionsloggen."
-#: src/components/pages/ReportPage.tsx:563
+#: src/components/pages/ReportPage.tsx:103
+#: src/components/pages/ReportPage.tsx:395
msgid "Something went wrong while submitting the report. Please try again."
msgstr "Noget gik galt under indsendelse af rapporten. Prøv igen."
@@ -16969,7 +17046,7 @@ msgid "Sort"
msgstr "Sorter"
#. placeholder {0}: activeSortOption.label
-#: src/components/channel/ChannelSearchResults.tsx:1063
+#: src/components/channel/ChannelSearchResults.tsx:1042
msgid "Sort mode: {0}"
msgstr "Sorteringstilstand: {0}"
@@ -17008,21 +17085,21 @@ msgstr "Afstand mellem beskedgrupper"
msgid "Spacious layout with clear visual separation between messages."
msgstr "Luftigt layout med tydelig visuel adskillelse mellem beskeder."
-#: src/components/pages/ReportPage.tsx:336
+#: src/components/pages/report/optionDescriptors.ts:108
msgid "Spain"
msgstr "Spanien"
-#: src/components/pages/ReportPage.tsx:283
+#: src/components/pages/report/optionDescriptors.ts:61
#: src/constants/IARConstants.tsx:119
msgid "Spam Account"
msgstr "Spam-konto"
-#: src/components/pages/ReportPage.tsx:265
+#: src/components/pages/report/optionDescriptors.ts:46
#: src/constants/IARConstants.tsx:47
msgid "Spam or Scam"
msgstr "Spam eller svindel"
-#: src/components/pages/ReportPage.tsx:301
+#: src/components/pages/report/optionDescriptors.ts:76
#: src/constants/IARConstants.tsx:185
msgid "Spam or Scam Community"
msgstr "Spam eller svindel-community"
@@ -17141,9 +17218,9 @@ msgstr "Begynd at kuratere en brugerdefineret emoji-pakke, som du kan dele og in
msgid "Start Mic Test"
msgstr "Start mikrofontest"
-#: src/components/pages/ReportPage.tsx:687
-#: src/components/pages/ReportPage.tsx:771
-#: src/components/pages/ReportPage.tsx:964
+#: src/components/pages/report/ReportStepDetails.tsx:252
+#: src/components/pages/report/ReportStepEmail.tsx:103
+#: src/components/pages/report/ReportStepVerification.tsx:132
msgid "Start over"
msgstr "Start forfra"
@@ -17151,13 +17228,13 @@ msgstr "Start forfra"
msgid "Start Sharing"
msgstr "Begynd at dele"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:122
+#: src/components/channel/ChannelHeader/CallButtons.tsx:160
#: src/components/modals/UserProfileModal.tsx:1109
#: src/components/uikit/ContextMenu/items/CallMenuItems.tsx:91
msgid "Start Video Call"
msgstr "Start videoopkald"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:70
+#: src/components/channel/ChannelHeader/CallButtons.tsx:90
#: src/components/modals/UserProfileModal.tsx:1100
#: src/components/uikit/ContextMenu/items/CallMenuItems.tsx:60
msgid "Start Voice Call"
@@ -17182,9 +17259,21 @@ msgstr "Statusindikatorer"
msgid "Status Slate"
msgstr "Statusplade"
-#: src/components/pages/ReportPage.tsx:574
-msgid "Step {stepNumber} of {FLOW_TOTAL_STEPS}"
-msgstr "Trin {stepNumber} af {FLOW_TOTAL_STEPS}"
+#: src/components/pages/report/ReportStepSelection.tsx:38
+msgid "Step 1"
+msgstr "Trin 1"
+
+#: src/components/pages/report/ReportStepEmail.tsx:51
+msgid "Step 2"
+msgstr "Trin 2"
+
+#: src/components/pages/report/ReportStepVerification.tsx:61
+msgid "Step 3"
+msgstr "Trin 3"
+
+#: src/components/pages/report/ReportStepDetails.tsx:71
+msgid "Step 4"
+msgstr "Trin 4"
#: src/utils/SystemMessageUtils.tsx:45
msgid "Step in, {username}! No paradoxes here; we're all friends."
@@ -17229,7 +17318,7 @@ msgid "Sticker density"
msgstr "Klistermærkedensitet"
#: src/components/auth/InviteHeader.tsx:140
-#: src/components/channel/InviteEmbed.tsx:197
+#: src/components/channel/InviteEmbed.tsx:199
#: src/components/modals/InviteAcceptModal.tsx:142
#: src/components/modals/tabs/ExpressionPacksTab.tsx:70
msgid "Sticker pack"
@@ -17261,7 +17350,7 @@ msgstr "Klistermærke opdateret"
#: src/components/channel/AutocompleteEmoji.tsx:111
#: src/components/channel/textarea/TextareaButtons.tsx:134
-#: src/components/modals/ExpressionPickerSheet.tsx:86
+#: src/components/modals/ExpressionPickerSheet.tsx:73
#: src/components/popouts/ExpressionPickerPopout.tsx:79
msgid "Stickers"
msgstr "Klistermærker"
@@ -17330,11 +17419,11 @@ msgstr "Studiehaller"
msgid "Style Variations"
msgstr "Stilvariationer"
-#: src/components/pages/ReportPage.tsx:601
+#: src/components/pages/report/ReportStepComplete.tsx:41
msgid "Submit another report"
msgstr "Indsend en anden rapport"
-#: src/components/pages/ReportPage.tsx:958
+#: src/components/pages/report/ReportStepDetails.tsx:240
msgid "Submit DSA Report"
msgstr "Indsend DSA-rapport"
@@ -17346,7 +17435,7 @@ msgstr "Indsend rapport"
msgid "Submitting"
msgstr "Sender"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:53
+#: src/components/modals/components/plutonium/VisionarySection.tsx:58
msgid "subscription"
msgstr "abonnement"
@@ -17464,7 +17553,7 @@ msgstr "Undertryk indlejrede elementer"
msgid "Swap text to reverify variants"
msgstr "Skift tekst for at bekræfte varianter igen"
-#: src/components/pages/ReportPage.tsx:337
+#: src/components/pages/report/optionDescriptors.ts:109
msgid "Sweden"
msgstr "Sverige"
@@ -17476,7 +17565,7 @@ msgstr "Svensk"
msgid "Switch account"
msgstr "Skift konto"
-#: src/components/popouts/UserAreaPopout.tsx:497
+#: src/components/popouts/UserAreaPopout.tsx:499
msgid "Switch Accounts"
msgstr "Skift konti"
@@ -17649,8 +17738,8 @@ msgstr "Tekst (NSFW)"
msgid "Text channel"
msgstr "Tekstkanal"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:473
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:662
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:487
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:676
#: src/components/channel/channel-header/useChannelHeaderData.ts:96
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:314
msgid "Text Channel"
@@ -17677,19 +17766,19 @@ msgstr "Tekstområde"
msgid "Thai"
msgstr "Thai"
-#: src/components/pages/ReportPage.tsx:589
-msgid "Thank you for filing a report. We'll review it as soon as possible."
-msgstr "Tak for at indsende en rapport. Vi vil gennemgå den så hurtigt som muligt."
-
#: src/components/modals/IARModal.tsx:187
msgid "Thank you for helping keep Fluxer safe. Reports are reviewed by our Safety Team. False reports may result in action against your account."
msgstr "Tak fordi du hjælper med at holde Fluxer sikkert. Rapporter gennemgås af vores sikkerhedsteam. Falske rapporter kan føre til handling mod din konto."
+#: src/components/pages/report/ReportStepComplete.tsx:37
+msgid "Thank you for helping keep Fluxer safe. We'll review your report as soon as possible."
+msgstr "Tak for at hjælpe med at holde Fluxer sikkert. Vi vil gennemgå din rapport så hurtigt som muligt."
+
#: src/components/form/ColorPickerField.tsx:274
msgid "That doesn't look like a valid color. Try hex, rgb(), hsl(), or a CSS color name."
msgstr "Det ligner ikke en gyldig farve. Prøv hex, rgb(), hsl() eller et CSS-farvenavn."
-#: src/components/pages/ReportPage.tsx:846
+#: src/components/pages/report/ReportStepDetails.tsx:117
msgid "That doesn't look like a valid URL."
msgstr "Det ser ikke ud til at være en gyldig URL."
@@ -17733,8 +17822,8 @@ msgstr "Botten er blevet tilføjet."
msgid "The channel you're looking for may have been deleted or you may not have access to it."
msgstr "Kanalen, du leder efter, kan være slettet, eller du har måske ikke adgang til den."
-#: src/components/layout/GuildLayout.tsx:308
-#: src/components/layout/GuildLayout.tsx:371
+#: src/components/layout/GuildLayout.tsx:313
+#: src/components/layout/GuildLayout.tsx:376
msgid "The community you're looking for may have been deleted or you may not have access to it."
msgstr "Fællesskabet, du leder efter, kan være slettet, eller du har måske ikke adgang til det."
@@ -17795,7 +17884,7 @@ msgstr "Timeouten må ikke overskride 365 dage (31536000 sekunder)."
msgid "The URL this link channel points to."
msgstr "URL'en som denne linkkanal peger på."
-#: src/components/pages/ReportPage.tsx:452
+#: src/components/pages/ReportPage.tsx:277
msgid "The verification code is invalid or expired."
msgstr "Bekræftelseskoden er ugyldig eller udløbet."
@@ -17869,7 +17958,7 @@ msgstr "Disse indstillinger bruger browserens indbyggede lydbehandling for at fo
msgid "These toggles force the client to treat features as enabled or disabled without relying on the server configuration. They only affect your client experience and are shown to developers for testing."
msgstr "Disse knapper tvinger klienten til at betragte funktioner som aktiverede eller deaktiverede uden at stole på serverkonfigurationen. De påvirker kun din klientoplevelse og vises til udviklere til test."
-#: src/components/channel/channel-view/DMChannelView.tsx:356
+#: src/components/channel/channel-view/DMChannelView.tsx:357
msgid "They might have taken the DeLorean elsewhere."
msgstr "De har måske taget DeLorean'en et andet sted hen."
@@ -17877,7 +17966,7 @@ msgstr "De har måske taget DeLorean'en et andet sted hen."
msgid "they/them"
msgstr "de/dem"
-#: src/components/channel/channel-view/DMChannelView.tsx:342
+#: src/components/channel/channel-view/DMChannelView.tsx:343
msgid "Think, McFly! Did you type the right address?"
msgstr "Tænk, McFly! Indtastede du den rigtige adresse?"
@@ -17979,7 +18068,7 @@ msgstr "Dette fællesskab har midlertidigt deaktiveret invitationer. Du kan prø
msgid "This community requires you to verify your account before joining. Please set an email and password for your account."
msgstr "Dette fællesskab kræver, at du bekræfter din konto, før du kan deltage. Angiv en e-mail og adgangskode til din konto."
-#: src/components/channel/channel-view/DMChannelView.tsx:339
+#: src/components/channel/channel-view/DMChannelView.tsx:340
msgid "This conversation has been erased"
msgstr "Denne samtale er blevet slettet"
@@ -18008,8 +18097,8 @@ msgstr "Denne gavekode er allerede indløst."
msgid "This gift code has already been redeemed."
msgstr "Denne gavekode er allerede brugt."
-#: src/components/channel/GiftEmbed.tsx:148
-#: src/components/modals/GiftAcceptModal.tsx:92
+#: src/components/channel/GiftEmbed.tsx:159
+#: src/components/modals/GiftAcceptModal.tsx:99
msgid "This gift code is invalid or already claimed."
msgstr "Denne gavekode er ugyldig eller allerede indløst."
@@ -18022,11 +18111,11 @@ msgstr "Denne gavekode er ugyldig eller er allerede brugt."
msgid "This gift code may be invalid, expired, or already redeemed."
msgstr "Denne gavekode kan være ugyldig, udløbet eller allerede indløst."
-#: src/components/modals/GiftAcceptModal.tsx:118
+#: src/components/modals/GiftAcceptModal.tsx:125
msgid "This gift has already been claimed."
msgstr "Denne gave er allerede blevet krævet."
-#: src/components/modals/tabs/GiftInventoryTab.tsx:157
+#: src/components/modals/tabs/GiftInventoryTab.tsx:158
msgid "This gift has been redeemed"
msgstr "Denne gave er indløst"
@@ -18044,7 +18133,7 @@ msgstr "Denne invitation udløber om {0}."
msgid "This invite has unlimited uses."
msgstr "Denne invitation kan bruges ubegrænset."
-#: src/components/modals/InviteModal.tsx:321
+#: src/components/modals/InviteModal.tsx:318
msgid "This invite link never expires."
msgstr "Dette invitationlink udløber aldrig."
@@ -18059,23 +18148,19 @@ msgstr "Denne invitation kan være udløbet eller slettet."
msgid "This invite never expires."
msgstr "Denne invitation udløber aldrig."
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:170
-#: src/components/emojis/EmojiInfoContent.tsx:79
+#: src/components/emojis/EmojiAttributionSubtext.tsx:130
msgid "This is a custom emoji from"
msgstr "Dette er en brugerdefineret emoji fra"
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:160
-#: src/components/emojis/EmojiInfoContent.tsx:68
+#: src/components/emojis/EmojiAttributionSubtext.tsx:121
msgid "This is a custom emoji from a community."
msgstr "Dette er en brugerdefineret emoji fra et fællesskab."
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:150
-#: src/components/emojis/EmojiInfoContent.tsx:56
+#: src/components/emojis/EmojiAttributionSubtext.tsx:111
msgid "This is a custom emoji from a community. Ask the author for an invite to use this emoji."
msgstr "Dette er en brugerdefineret emoji fra et fællesskab. Bed forfatteren om en invitation for at bruge denne emoji."
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:138
-#: src/components/emojis/EmojiInfoContent.tsx:43
+#: src/components/emojis/EmojiAttributionSubtext.tsx:101
msgid "This is a default emoji on Fluxer."
msgstr "Dette er en standardemoji på Fluxer."
@@ -18095,8 +18180,8 @@ msgstr "Sådan ser beskeder ud"
msgid "This is not the channel you're looking for."
msgstr "Dette er ikke den kanal, du leder efter."
-#: src/components/layout/GuildLayout.tsx:307
-#: src/components/layout/GuildLayout.tsx:370
+#: src/components/layout/GuildLayout.tsx:312
+#: src/components/layout/GuildLayout.tsx:375
msgid "This is not the community you're looking for."
msgstr "Dette er ikke det fællesskab, du leder efter."
@@ -18113,7 +18198,7 @@ msgid "This is the beginning of <0>{displayName}0>. Add friends to start a con
msgstr "Dette er starten på <0>{displayName}0>. Tilføj venner for at starte en samtale!"
#. placeholder {0}: user.username
-#: src/components/channel/dm/DMWelcomeSection.tsx:182
+#: src/components/channel/dm/DMWelcomeSection.tsx:194
msgid "This is the beginning of your direct message history with <0>{0}0>."
msgstr "Dette er starten på din direkte beskedhistorik med <0>{0}0>."
@@ -18194,7 +18279,7 @@ msgstr "Dette temalink mangler data."
msgid "This theme may have been removed or the link is invalid."
msgstr "Dette tema er muligvis blevet fjernet, eller linket er ugyldigt."
-#: src/components/channel/dm/AddFriendForm.tsx:62
+#: src/components/channel/dm/AddFriendForm.tsx:85
msgid "This user has restricted who can send them friend requests."
msgstr "Denne bruger har begrænset, hvem der kan sende venneanmodninger."
@@ -18216,8 +18301,8 @@ msgid "This was a @silent message."
msgstr "Dette var en @silent-besked."
#: src/actions/MessageActionCreators.tsx:392
-#: src/components/channel/Messages.tsx:442
-#: src/components/channel/Messages.tsx:522
+#: src/components/channel/Messages.tsx:440
+#: src/components/channel/Messages.tsx:520
msgid "This will create a rift in the space-time continuum and cannot be undone."
msgstr "Dette vil skabe en brud i rum-tidskontinuummet og kan ikke fortrydes."
@@ -18283,7 +18368,7 @@ msgstr "Tid: {currentFormatted} af {durationFormatted}"
msgid "Timed out until {0}."
msgstr "Udelukket indtil {0}."
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:285
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:288
#: src/components/modals/TimeoutMemberModal.tsx:207
#: src/components/modals/TimeoutMemberSheet.tsx:90
#: src/components/uikit/ContextMenu/items/GuildMemberMenuItems.tsx:272
@@ -18570,7 +18655,7 @@ msgstr "sand eller falsk"
msgid "Try a different name or use @ / # / ! / * prefixes to filter results."
msgstr "Prøv et andet navn eller brug @ / # / ! / * præfikser til at filtrere resultater."
-#: src/components/channel/ChannelSearchResults.tsx:710
+#: src/components/channel/ChannelSearchResults.tsx:679
msgid "Try a different search query"
msgstr "Prøv en anden søgeforespørgsel"
@@ -18585,13 +18670,13 @@ msgid "Try a different search term or filter"
msgstr "Prøv et andet søgeord eller filter"
#: src/components/auth/HandoffCodeDisplay.tsx:67
-#: src/components/channel/Messages.tsx:939
+#: src/components/channel/Messages.tsx:937
msgid "Try again"
msgstr "Prøv igen"
#: src/components/BootstrapErrorScreen.tsx:68
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:301
-#: src/components/channel/ChannelSearchResults.tsx:694
+#: src/components/channel/ChannelSearchResults.tsx:663
#: src/components/modals/channelTabs/ChannelInvitesTab.tsx:148
#: src/components/modals/channelTabs/ChannelWebhooksTab.tsx:159
#: src/components/NetworkErrorScreen.tsx:56
@@ -18612,7 +18697,7 @@ msgstr "Prøv et andet navn eller tjek stavningen."
msgid "Try another search term"
msgstr "Prøv et andet søgeord"
-#: src/components/channel/InviteEmbed.tsx:359
+#: src/components/channel/InviteEmbed.tsx:361
msgid "Try asking for a new invite."
msgstr "Prøv at bede om en ny invitation."
@@ -18802,7 +18887,7 @@ msgstr "Kunne ikke installere klistermærkepakke"
msgid "Unable to load activity logs"
msgstr "Kunne ikke indlæse aktivitetslog"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:104
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:108
msgid "Unable to load applications"
msgstr "Kunne ikke indlæse applikationer"
@@ -18814,7 +18899,7 @@ msgstr "Kunne ikke indlæse pakkeoplysninger."
msgid "Unable to prepare any emojis for upload. The following errors occurred:"
msgstr "Kunne ikke forberede emojis til upload. Følgende fejl opstod:"
-#: src/components/modals/ClaimAccountModal.tsx:125
+#: src/components/modals/ClaimAccountModal.tsx:127
#: src/components/modals/EmailChangeModal.tsx:122
#: src/components/modals/EmailChangeModal.tsx:152
msgid "Unable to resend code right now"
@@ -18824,7 +18909,7 @@ msgstr "Kan ikke gensende kode lige nu"
msgid "Unable to send code to new email"
msgstr "Kan ikke sende kode til ny e-mail"
-#: src/components/channel/dm/AddFriendForm.tsx:76
+#: src/components/channel/dm/AddFriendForm.tsx:99
msgid "Unable to send friend request. Please try again."
msgstr "Kunne ikke sende venneanmodning. Prøv igen."
@@ -18844,17 +18929,17 @@ msgstr "Ikke tilgængelig for alle"
msgid "Unavailable for everyone but staff"
msgstr "Ikke tilgængelig for alle undtagen personale"
-#: src/components/bottomsheets/DMBottomSheet.tsx:532
+#: src/components/bottomsheets/DMBottomSheet.tsx:535
#: src/components/channel/barriers/BarrierComponents.tsx:221
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:180
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:335
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:182
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:338
#: src/components/modals/tabs/BlockedUsersTab.tsx:58
#: src/components/modals/tabs/BlockedUsersTab.tsx:171
#: src/components/modals/UserProfileActionsSheet.tsx:151
#: src/components/modals/UserProfileActionsSheet.tsx:305
-#: src/components/modals/UserProfileMobileSheet.tsx:320
+#: src/components/modals/UserProfileMobileSheet.tsx:321
#: src/components/modals/UserProfileModal.tsx:1049
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:209
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:230
#: src/utils/RelationshipActionUtils.tsx:169
msgid "Unblock"
msgstr "Fjern blokering"
@@ -18863,11 +18948,11 @@ msgstr "Fjern blokering"
msgid "Unblock this user before sending a friend request."
msgstr "Fjern blokering af denne bruger, før du sender en venneanmodning."
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:178
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:180
#: src/components/modals/tabs/BlockedUsersTab.tsx:56
#: src/components/modals/UserProfileActionsSheet.tsx:149
-#: src/components/modals/UserProfileMobileSheet.tsx:318
-#: src/components/modals/UserProfileModal.tsx:1243
+#: src/components/modals/UserProfileMobileSheet.tsx:319
+#: src/components/modals/UserProfileModal.tsx:1244
#: src/utils/RelationshipActionUtils.tsx:167
msgid "Unblock User"
msgstr "Fjern blokering af bruger"
@@ -18878,17 +18963,17 @@ msgstr "Fjern blokering af bruger"
msgid "Uncategorized"
msgstr "Ukategoriseret"
-#: src/components/modals/tabs/BetaCodesTab.tsx:127
-#: src/components/modals/tabs/BetaCodesTab.tsx:204
+#: src/components/modals/tabs/BetaCodesTab.tsx:129
+#: src/components/modals/tabs/BetaCodesTab.tsx:206
msgid "Unclaimed"
msgstr "Ikke indløst"
#. placeholder {0}: unclaimedBetaCodes.length
-#: src/components/modals/tabs/BetaCodesTab.tsx:333
+#: src/components/modals/tabs/BetaCodesTab.tsx:358
msgid "Unclaimed ({0})"
msgstr "Ikke indløst ({0})"
-#: src/components/modals/components/UnclaimedAccountAlert.tsx:31
+#: src/components/modals/components/UnclaimedAccountAlert.tsx:29
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:51
msgid "Unclaimed Account"
msgstr "Ikke indløst konto"
@@ -18922,7 +19007,7 @@ msgstr "Fjern døvhed på alle enheder"
msgid "Undeafen User"
msgstr "Fjern døvhed for bruger"
-#: src/components/pages/ReportPage.tsx:285
+#: src/components/pages/report/optionDescriptors.ts:63
#: src/constants/IARConstants.tsx:129
msgid "Underage User"
msgstr "Underårig bruger"
@@ -18981,7 +19066,7 @@ msgstr "Fjern fokus"
msgid "Unique invite"
msgstr "Unik invitation"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:79
+#: src/components/modals/components/plutonium/VisionarySection.tsx:88
msgid "Unique profile badge"
msgstr "Unikt profilbadge"
@@ -19035,12 +19120,12 @@ msgstr "ukendt enhed"
msgid "Unknown error"
msgstr "Ukendt fejl"
-#: src/components/channel/GiftEmbed.tsx:147
-#: src/components/modals/GiftAcceptModal.tsx:91
+#: src/components/channel/GiftEmbed.tsx:158
+#: src/components/modals/GiftAcceptModal.tsx:98
msgid "Unknown Gift"
msgstr "Ukendt gave"
-#: src/components/channel/InviteEmbed.tsx:357
+#: src/components/channel/InviteEmbed.tsx:359
msgid "Unknown Invite"
msgstr "Ukendt invitation"
@@ -19113,7 +19198,7 @@ msgstr "Lås HD-skærmdeling op med Plutonium"
msgid "Unlock HD Video with Plutonium"
msgstr "Lås HD-video op med Plutonium"
-#: src/components/modals/components/PlutoniumContent.tsx:185
+#: src/components/modals/components/PlutoniumContent.tsx:196
msgid "Unlock higher limits and exclusive features while supporting an independent communication platform."
msgstr "Lås højere grænser og eksklusive funktioner op, samtidig med at du støtter en uafhængig kommunikationsplatform."
@@ -19126,9 +19211,9 @@ msgid "Unlock stickers in DMs with Plutonium"
msgstr "Lås klistermærker op i DM'er med Plutonium"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:467
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:850
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1044
-#: src/components/bottomsheets/DMBottomSheet.tsx:645
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:882
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1068
+#: src/components/bottomsheets/DMBottomSheet.tsx:648
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:321
#: src/components/bottomsheets/VoiceLobbyBottomSheet.tsx:179
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:253
@@ -19154,7 +19239,7 @@ msgstr "Fjern lydløs kategori"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:400
#: src/components/bottomsheets/ChannelBottomSheet.tsx:452
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1005
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1029
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:167
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:161
msgid "Unmute Channel"
@@ -19167,9 +19252,9 @@ msgstr "Fjern lydløs kanal"
msgid "Unmute Community"
msgstr "Fjern lydløs fællesskab"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1007
-#: src/components/bottomsheets/DMBottomSheet.tsx:449
-#: src/components/bottomsheets/DMBottomSheet.tsx:590
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1031
+#: src/components/bottomsheets/DMBottomSheet.tsx:451
+#: src/components/bottomsheets/DMBottomSheet.tsx:593
msgid "Unmute Conversation"
msgstr "Fjern lydløs samtale"
@@ -19200,16 +19285,16 @@ msgid "Unnamed Group"
msgstr "Unavngivet gruppe"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:331
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1126
-#: src/components/bottomsheets/DMBottomSheet.tsx:478
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1150
+#: src/components/bottomsheets/DMBottomSheet.tsx:480
#: src/components/channel/dm/DMList.tsx:282
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:149
msgid "Unpin DM"
msgstr "Frigør DM"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:290
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1126
-#: src/components/bottomsheets/DMBottomSheet.tsx:478
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1150
+#: src/components/bottomsheets/DMBottomSheet.tsx:480
#: src/components/channel/dm/DMList.tsx:243
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:129
msgid "Unpin Group DM"
@@ -19231,20 +19316,20 @@ msgid "Unpin Message"
msgstr "Frigør besked"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:232
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:583
-#: src/components/bottomsheets/DMBottomSheet.tsx:164
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:597
+#: src/components/bottomsheets/DMBottomSheet.tsx:166
#: src/components/channel/dm/DMList.tsx:224
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:132
msgid "Unpinned DM"
msgstr "Frigjort DM"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:232
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:583
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:597
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:112
msgid "Unpinned group"
msgstr "Frigjort gruppe"
-#: src/components/bottomsheets/DMBottomSheet.tsx:164
+#: src/components/bottomsheets/DMBottomSheet.tsx:166
msgid "Unpinned group DM"
msgstr "Udnævnt gruppe DM"
@@ -19279,7 +19364,7 @@ msgstr "Vis indlejrede elementer igen"
msgid "Until I change it"
msgstr "Indtil jeg ændrer det"
-#: src/components/bottomsheets/DMBottomSheet.tsx:664
+#: src/components/bottomsheets/DMBottomSheet.tsx:667
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:334
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:57
#: src/components/channel/muteOptions.ts:39
@@ -19305,7 +19390,7 @@ msgstr "Opdater"
msgid "Update app"
msgstr "Opdater app"
-#: src/components/modals/components/MobileSettingsView.tsx:244
+#: src/components/modals/components/MobileSettingsView.tsx:239
msgid "Update Service Worker"
msgstr "Opdater service worker"
@@ -19402,7 +19487,7 @@ msgstr "Opdaterer favoritter…"
msgid "Updating..."
msgstr "Opdaterer..."
-#: src/components/modals/components/plutonium/PricingSection.tsx:84
+#: src/components/modals/components/plutonium/PricingSection.tsx:94
msgid "Upgrade Now"
msgstr "Opgrader nu"
@@ -19415,18 +19500,19 @@ msgstr "Opgrader til Plutonium"
msgid "Upgrade to store up to 15 custom backgrounds and unlock HD video quality, higher frame rates, and more."
msgstr "Opgrader for at gemme op til 15 brugerdefinerede baggrunde og låse HD-video, højere billedhastighed og mere op."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:265
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:316
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:297
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:357
msgid "Upgrade to Visionary"
msgstr "Opgrader til Visionary"
#. placeholder {0}: formatter.format(visionarySlots.remaining)
-#: src/components/modals/components/plutonium/VisionarySection.tsx:109
+#: src/components/modals/components/plutonium/VisionarySection.tsx:122
+#: src/components/modals/components/plutonium/VisionarySection.tsx:134
msgid "Upgrade to Visionary — {0} Left"
msgstr "Opgrader til Visionary — {0} tilbage"
#. placeholder {0}: isGiftSubscription ? 'gift time' : 'subscription'
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:243
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:262
msgid "Upgrading to Visionary is a <0>one-time0> purchase and will <1>cancel your current {0} immediately1>."
msgstr "Opgradering til Visionary er et <0>engangskøb0> og vil <1>øjeblikkeligt annullere dit nuværende {0}1>."
@@ -19674,10 +19760,6 @@ msgstr "Brug disse koder til at få adgang til din konto, hvis du mister din aut
msgid "Use this button to quickly clear all permissions."
msgstr "Brug denne knap til hurtigt at rydde alle tilladelser."
-#: src/components/pages/ReportPage.tsx:613
-msgid "Use this form to report illegal content under the Digital Services Act (DSA). Select what you want to report."
-msgstr "Brug denne formular til at rapportere ulovligt indhold under Digital Services Act (DSA). Vælg hvad du vil rapportere."
-
#: src/components/modals/tabs/KeybindsTab.tsx:101
msgid "Use this shortcut system-wide"
msgstr "Brug denne genvej på systemniveau"
@@ -19708,19 +19790,19 @@ msgstr "Brugeren ser ud til at være under 13 år"
msgid "User Debug"
msgstr "Brugerfejlfinding"
-#: src/components/channel/channel-view/DMChannelView.tsx:353
+#: src/components/channel/channel-view/DMChannelView.tsx:354
msgid "User has vanished"
msgstr "Brugeren er forsvundet"
-#: src/components/pages/ReportPage.tsx:865
+#: src/components/pages/report/ReportStepDetails.tsx:137
msgid "User ID (optional)"
msgstr "Bruger-ID (valgfrit)"
-#: src/components/bottomsheets/DMBottomSheet.tsx:376
+#: src/components/bottomsheets/DMBottomSheet.tsx:378
msgid "User ID copied"
msgstr "Bruger-ID kopieret"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:652
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:666
msgid "User ID copied to clipboard"
msgstr "Bruger-ID kopieret til udklipsholder"
@@ -19765,7 +19847,7 @@ msgstr "Brugeroptegnelse"
msgid "User Settings"
msgstr "Brugerindstillinger"
-#: src/components/pages/ReportPage.tsx:873
+#: src/components/pages/report/ReportStepDetails.tsx:146
msgid "User Tag (optional)"
msgstr "Bruger-tag (valgfrit)"
@@ -19805,7 +19887,7 @@ msgstr "Brugernavn skal være mindst 1 tegn"
msgid "Username must be at most 32 characters"
msgstr "Brugernavn må være højst 32 tegn"
-#: src/components/channel/dm/AddFriendForm.tsx:130
+#: src/components/channel/dm/AddFriendForm.tsx:153
msgid "Username#0000"
msgstr "Brugernavn#0000"
@@ -19904,7 +19986,7 @@ msgstr "Vanity-URL'er skal være mellem 2 og 32 tegn og må kun indeholde alfanu
msgid "Verification Barriers"
msgstr "Verificeringsbarrierer"
-#: src/components/modals/ClaimAccountModal.tsx:199
+#: src/components/modals/ClaimAccountModal.tsx:201
#: src/components/modals/EmailChangeModal.tsx:218
#: src/components/modals/EmailChangeModal.tsx:282
#: src/components/modals/PhoneAddModal.tsx:224
@@ -19912,11 +19994,11 @@ msgstr "Verificeringsbarrierer"
msgid "Verification code"
msgstr "Verificeringskode"
-#: src/components/pages/ReportPage.tsx:719
+#: src/components/pages/report/ReportStepVerification.tsx:86
msgid "Verification Code"
msgstr "Verificeringskode"
-#: src/components/modals/ClaimAccountModal.tsx:88
+#: src/components/modals/ClaimAccountModal.tsx:90
msgid "Verification code sent"
msgstr "Verificeringskode sendt"
@@ -19937,10 +20019,9 @@ msgstr "Verificering kan være påkrævet, før du kan se dine backupkoder."
#: src/components/auth/AuthPageHeader.tsx:49
#: src/components/auth/InviteHeader.tsx:81
#: src/components/auth/InviteHeader.tsx:226
-#: src/components/channel/InviteEmbed.tsx:285
-#: src/components/channel/InviteEmbed.tsx:428
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:178
-#: src/components/emojis/EmojiInfoContent.tsx:87
+#: src/components/channel/InviteEmbed.tsx:287
+#: src/components/channel/InviteEmbed.tsx:430
+#: src/components/emojis/EmojiAttributionSubtext.tsx:143
#: src/components/layout/GuildHeader.tsx:132
msgid "Verified Community"
msgstr "Verificeret fællesskab"
@@ -19955,7 +20036,7 @@ msgstr "Verificeret guild"
msgid "Verify"
msgstr "Bekræft"
-#: src/components/pages/ReportPage.tsx:740
+#: src/components/pages/report/ReportStepVerification.tsx:102
msgid "Verify Code"
msgstr "Bekræft kode"
@@ -19980,6 +20061,10 @@ msgstr "Bekræft telefonnummerformular"
msgid "Verify You're Human"
msgstr "Bekræft at du er menneske"
+#: src/components/pages/report/ReportStepEmail.tsx:54
+msgid "Verify your email"
+msgstr "Verificer din e-mail"
+
#: src/components/modals/SudoVerificationModal.tsx:359
msgid "Verify your identity"
msgstr "Bekræft din identitet"
@@ -20012,7 +20097,7 @@ msgid "Video"
msgstr "Video"
#: src/components/channel/ChannelHeader.tsx:572
-#: src/components/modals/UserProfileMobileSheet.tsx:515
+#: src/components/modals/UserProfileMobileSheet.tsx:519
msgid "Video Call"
msgstr "Videoopkald"
@@ -20097,7 +20182,7 @@ msgstr "Se backupkoder"
msgid "View backup codes form"
msgstr "Se backupkodeformular"
-#: src/components/channel/channel-view/DMChannelView.tsx:282
+#: src/components/channel/channel-view/DMChannelView.tsx:283
msgid "View call"
msgstr "Se opkald"
@@ -20138,7 +20223,7 @@ msgstr "Se gavebeholdning"
msgid "View Global Profile"
msgstr "Se global profil"
-#: src/components/channel/channel-view/DMChannelView.tsx:282
+#: src/components/channel/channel-view/DMChannelView.tsx:283
msgid "View incoming call"
msgstr "Se indkommende opkald"
@@ -20158,10 +20243,10 @@ msgstr "Se premiumfunktioner"
msgid "View premium perks"
msgstr "Se premium-fordele"
-#: src/components/bottomsheets/DMBottomSheet.tsx:411
+#: src/components/bottomsheets/DMBottomSheet.tsx:413
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:226
#: src/components/channel/friends/MobileFriendRequestItem.tsx:87
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:210
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:212
#: src/components/modals/tabs/BlockedUsersTab.tsx:87
#: src/components/uikit/ContextMenu/items/UserProfileMenuItem.tsx:43
msgid "View Profile"
@@ -20191,7 +20276,7 @@ msgstr "Seer går ind i stream"
msgid "Viewer Leaves Stream"
msgstr "Seer forlader stream"
-#: src/components/pages/ReportPage.tsx:827
+#: src/components/pages/report/ReportStepDetails.tsx:96
msgid "Violation Category"
msgstr "Overtrædelseskategori"
@@ -20199,7 +20284,7 @@ msgstr "Overtrædelseskategori"
msgid "Violation category selection"
msgstr "Valg af overtrædelseskategori"
-#: src/components/pages/ReportPage.tsx:264
+#: src/components/pages/report/optionDescriptors.ts:45
#: src/constants/IARConstants.tsx:42
msgid "Violent or Graphic Content"
msgstr "Voldeligt eller grafisk indhold"
@@ -20212,9 +20297,9 @@ msgstr "VIP-stemme"
msgid "Visible Buttons"
msgstr "Synlige knapper"
-#: src/components/modals/components/plutonium/PricingSection.tsx:88
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:110
-#: src/components/modals/components/plutonium/VisionarySection.tsx:58
+#: src/components/modals/components/plutonium/PricingSection.tsx:101
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:129
+#: src/components/modals/components/plutonium/VisionarySection.tsx:67
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:154
#: src/utils/modals/guildTabs/GuildAuditLogTabUtils.ts:274
msgid "Visionary"
@@ -20228,25 +20313,25 @@ msgstr "Visionary (Lifetime #42)"
msgid "Visionary (Lifetime Plutonium)"
msgstr "Visionary (Lifetime Plutonium)"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:80
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:111
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:95
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:134
msgid "Visionary {visionaryPrice}"
msgstr "Visionary {visionaryPrice}"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:96
+#: src/components/modals/components/plutonium/VisionarySection.tsx:105
msgid "Visionary community with direct team access"
msgstr "Visionary-fællesskab med direkte teamadgang"
-#: src/components/modals/components/plutonium/GiftSection.tsx:87
-#: src/components/modals/components/plutonium/PricingSection.tsx:119
+#: src/components/modals/components/plutonium/GiftSection.tsx:100
+#: src/components/modals/components/plutonium/PricingSection.tsx:140
msgid "Visionary Gift"
msgstr "Visionary-gave"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:109
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:132
msgid "Visionary Gift Sold Out"
msgstr "Visionary-gave udsolgt"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:80
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:95
msgid "Visionary Sold Out"
msgstr "Visionary udsolgt"
@@ -20281,15 +20366,15 @@ msgstr "Lyd- og videoindstillinger"
msgid "Voice Activity"
msgstr "Stemmekontrol"
-#: src/components/channel/channel-view/DMChannelView.tsx:277
+#: src/components/channel/channel-view/DMChannelView.tsx:278
#: src/components/voice/VoiceCallView.tsx:466
msgid "Voice call"
msgstr "Opkald"
-#: src/components/bottomsheets/DMBottomSheet.tsx:419
+#: src/components/bottomsheets/DMBottomSheet.tsx:421
#: src/components/channel/ChannelHeader.tsx:562
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:225
-#: src/components/modals/UserProfileMobileSheet.tsx:507
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:227
+#: src/components/modals/UserProfileMobileSheet.tsx:511
msgid "Voice Call"
msgstr "Opkald"
@@ -20306,8 +20391,8 @@ msgstr "Opkald"
msgid "Voice channel"
msgstr "Stemme-kanal"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:475
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:662
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:489
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:676
#: src/components/channel/channel-header/useChannelHeaderData.ts:100
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:314
msgid "Voice Channel"
@@ -20488,8 +20573,8 @@ msgstr "Vi har sendt et link for at godkende denne login. Se din indbakke for {0
msgid "We failed to retrieve the full information about this user at this time."
msgstr "Vi kunne ikke hente alle oplysninger om denne bruger lige nu."
-#: src/components/layout/GuildLayout.tsx:302
-#: src/components/layout/GuildLayout.tsx:349
+#: src/components/layout/GuildLayout.tsx:307
+#: src/components/layout/GuildLayout.tsx:354
msgid "We fluxed up! Hang tight, we're working on it."
msgstr "Vi lavede en fejl! Hold ud, vi arbejder på det."
@@ -20513,18 +20598,13 @@ msgstr "Vi mistede forbindelsen under ventetid på autorisation. Prøv igen."
msgid "We need to make sure you're not a bot. Please complete the verification below."
msgstr "Vi skal sikre os, at du ikke er en bot. Fuldfør venligst verifikationen nedenfor."
-#: src/components/pages/ReportPage.tsx:639
-msgid "We need to verify your email address before you can submit a report."
-msgstr "Vi skal bekræfte din e-mailadresse, før du kan indsende en rapport."
-
#: src/components/modals/BackupCodesModal.tsx:45
msgid "We recommend saving these codes now so that you don't get locked out of your account."
msgstr "Vi anbefaler, at du gemmer disse koder nu, så du ikke bliver låst ude af din konto."
-#. placeholder {0}: state.email
-#: src/components/pages/ReportPage.tsx:702
-msgid "We sent a verification code to {0}."
-msgstr "Vi har sendt en bekræftelseskode til {0}."
+#: src/components/pages/report/ReportStepVerification.tsx:67
+msgid "We sent a code to {email}."
+msgstr "Vi har sendt en kode til {email}."
#: src/components/auth/BrowserLoginHandoffModal.tsx:315
msgid "We will prefill {prefillEmail} once the browser login opens."
@@ -20534,6 +20614,10 @@ msgstr "Vi udfylder {prefillEmail}, når browserlogin åbner."
msgid "We'll restore your previous email, sign out old sessions, remove phone numbers, disable MFA, and secure your account with a new password."
msgstr "Vi gendanner din tidligere e-mail, logger gamle sessioner ud, fjerner telefonnumre, deaktiverer MFA og sikrer din konto med en ny adgangskode."
+#: src/components/pages/report/ReportStepEmail.tsx:57
+msgid "We'll send a short code to confirm you can receive updates about this report."
+msgstr "Vi sender en kort kode for at bekræfte, at du kan modtage opdateringer om denne rapport."
+
#: src/components/modals/EmailChangeModal.tsx:190
msgid "We'll verify your current email and then your new email with one-time codes."
msgstr "Vi bekræfter først din nuværende e-mail og derefter din nye e-mail med engangskoder."
@@ -20546,13 +20630,13 @@ msgstr "Vi bekræfter din nye e-mail med en engangskode."
msgid "We're having trouble connecting to Fluxer's servers. This could be a temporary network issue or scheduled maintenance."
msgstr "Vi har problemer med at oprette forbindelse til Fluxers servere. Det kan være et midlertidigt netværksproblem eller planlagt vedligeholdelse."
-#: src/components/modals/tabs/BetaCodesTab.tsx:297
+#: src/components/modals/tabs/BetaCodesTab.tsx:322
#: src/components/modals/tabs/DevicesTab.tsx:230
msgid "We're having trouble connecting to the space-time continuum. Please check your connection and try again."
msgstr "Vi har problemer med at oprette forbindelse til rumtidskontinuummet. Tjek din forbindelse og prøv igen."
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:287
-#: src/components/channel/ChannelSearchResults.tsx:681
+#: src/components/channel/ChannelSearchResults.tsx:650
msgid "We're indexing this channel for the first time. This might take a little while..."
msgstr "Vi indekserer denne kanal for første gang. Det kan tage et øjeblik..."
@@ -20829,17 +20913,16 @@ msgstr "Skriv brugerdefineret CSS her for at tilsidesætte tema-token. For eksem
msgid "Write your content here... This textarea expands as you type."
msgstr "Skriv dit indhold her... Dette tekstfelt udvider sig, mens du skriver."
-#: src/components/auth/DateOfBirthField.tsx:89
-#: src/components/auth/DateOfBirthField.tsx:156
+#: src/components/auth/DateOfBirthField.tsx:153
#: src/components/auth/MockMinimalRegisterForm.tsx:78
msgid "Year"
msgstr "År"
-#: src/components/modals/components/plutonium/PricingSection.tsx:78
+#: src/components/modals/components/plutonium/PricingSection.tsx:88
msgid "Yearly"
msgstr "Årligt"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:71
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:84
msgid "Yearly {yearlyPrice}"
msgstr "Årligt {yearlyPrice}"
@@ -20874,7 +20957,7 @@ msgstr "Du er ved at forlade Fluxer"
msgid "You are about to transfer ownership of this community to <0>{0}0>. This action is <1>irreversible1> and you will lose all owner privileges."
msgstr "Du er ved at overføre ejerskabet af dette fællesskab til <0>{0}0>. Denne handling er <1>irreversibel1>, og du mister alle ejerrettigheder."
-#: src/components/channel/dm/AddFriendForm.tsx:72
+#: src/components/channel/dm/AddFriendForm.tsx:95
msgid "You are already friends with this user."
msgstr "Du er allerede venner med denne bruger."
@@ -20960,7 +21043,7 @@ msgstr "Du kan kun uploade op til {MAX_EMOJIS_PER_UPLOAD} emojis ad gangen. Kun
msgid "You can pin messages in this conversation for everyone to see."
msgstr "Du kan fastgøre beskeder i denne samtale, så alle kan se dem."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:175
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:194
msgid "You can redeem additional gift codes to <0>extend0> your gift time. To start a monthly or yearly plan, wait until after it ends — or <1>upgrade to Visionary1> now (remaining gift time will be discarded)."
msgstr "Du kan indløse yderligere gavekoder for at <0>forlænge0> din gaveperiode. For at starte et månedligt eller årligt abonnement skal du vente, til det er udløbet — eller <1>opgradere til Visionary1> nu (restende gaveperiode bortfalder)."
@@ -20990,7 +21073,7 @@ msgstr "Du kan bruge links og Markdown til at formatere din tekst. Med <0/> kan
msgid "You can't add new reactions while you're on timeout."
msgstr "Du kan ikke tilføje nye reaktioner, mens du er i timeout."
-#: src/components/modals/UserProfileModal.tsx:1170
+#: src/components/modals/UserProfileModal.tsx:1171
msgid "You can't befriend yourself"
msgstr "Du kan ikke blive venner med dig selv"
@@ -20998,14 +21081,14 @@ msgstr "Du kan ikke blive venner med dig selv"
msgid "You can't interact with reactions in search results as it might disrupt the space-time continuum."
msgstr "Du kan ikke interagere med reaktioner i søgeresultaterne, da det kan forstyrre rumtidskontinuummet."
-#: src/components/layout/ChannelItem.tsx:200
-#: src/components/layout/ChannelItem.tsx:366
-#: src/stores/voice/MediaEngineFacade.ts:151
-#: src/stores/voice/MediaEngineFacade.ts:482
+#: src/components/layout/ChannelItem.tsx:206
+#: src/components/layout/ChannelItem.tsx:375
+#: src/stores/voice/MediaEngineFacade.ts:154
+#: src/stores/voice/MediaEngineFacade.ts:529
msgid "You can't join while you're on timeout."
msgstr "Du kan ikke deltage, mens du er i timeout."
-#: src/components/modals/UserProfileModal.tsx:1182
+#: src/components/modals/UserProfileModal.tsx:1183
#: src/components/popouts/UserProfilePopout.tsx:282
#: src/components/profile/ProfilePreview.tsx:284
msgid "You can't message yourself"
@@ -21019,7 +21102,7 @@ msgstr "Du kan ikke sende en venneforespørgsel til dig selv."
msgid "You can't send friend requests to bots."
msgstr "Du kan ikke sende venneforespørgsler til bots."
-#: src/components/channel/dm/AddFriendForm.tsx:64
+#: src/components/channel/dm/AddFriendForm.tsx:87
msgid "You can't send friend requests to users you've blocked. Unblock them first."
msgstr "Du kan ikke sende venneforespørgsler til brugere, du har blokeret. Fjern blokeringen først."
@@ -21066,11 +21149,11 @@ msgstr "Du kan ikke fjerne denne rettighed, fordi den så fjernes fra dig selv"
msgid "You cannot save a role with a blank name. Please provide a valid name before saving."
msgstr "Du kan ikke gemme en rolle uden navn. Angiv et gyldigt navn, før du gemmer."
-#: src/components/channel/dm/AddFriendForm.tsx:68
+#: src/components/channel/dm/AddFriendForm.tsx:91
msgid "You cannot send a friend request to yourself."
msgstr "Du kan ikke sende en venneforespørgsel til dig selv."
-#: src/components/channel/dm/AddFriendForm.tsx:66
+#: src/components/channel/dm/AddFriendForm.tsx:89
msgid "You cannot send friend requests to bots."
msgstr "Du kan ikke sende venneforespørgsler til bots."
@@ -21094,7 +21177,7 @@ msgstr "Du har ikke adgang til den kanal, hvor denne besked blev sendt."
msgid "You do not have permission to send messages in this channel."
msgstr "Du har ikke tilladelse til at sende beskeder i denne kanal."
-#: src/components/layout/GuildLayout.tsx:393
+#: src/components/layout/GuildLayout.tsx:398
msgid "You don't have access to any channels in this community."
msgstr "Du har ikke adgang til nogen kanaler i dette fællesskab."
@@ -21114,23 +21197,23 @@ msgstr "Du har ikke tilladelse til at installere dette emojipakke."
msgid "You don't have permission to install this sticker pack."
msgstr "Du har ikke tilladelse til at installere denne klistermærkepakke."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:203
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:222
msgid "You have all <0/> for <1>{monthlyPrice}/month1>."
msgstr "Du har alt <0/> for <1>{monthlyPrice}/måned1>."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:208
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:227
msgid "You have all <0/> for <1>{yearlyPrice}/year1>."
msgstr "Du har alt <0/> for <1>{yearlyPrice}/år1>."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:213
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:232
msgid "You have all <0/> for your subscription period."
msgstr "Du har alle <0/> i din abonnementsperiode."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:198
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:217
msgid "You have all <0/> forever. No subscriptions, no renewals."
msgstr "Du har alle <0/> for evigt. Ingen abonnementer, ingen fornyelser."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:169
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:188
msgid "You have all <0/> via a <1>gift subscription1> until <2>{giftEndDate}2>. It <3>won't renew3>."
msgstr "Du har alle <0/> via et <1>gaveabonnement1> indtil <2>{giftEndDate}2>. Det <3>fornyes ikke3>."
@@ -21228,11 +21311,11 @@ msgstr "Du har mistet adgangen til denne gemte besked. Fjernes den?"
msgid "You made it, {username}! We're about to hit 88mph!"
msgstr "Du klarede det, {username}! Vi er ved at nå 88 mph!"
-#: src/components/channel/CallMessage.tsx:179
+#: src/components/channel/CallMessage.tsx:173
msgid "You missed a call from <0/> that lasted {durationText}."
msgstr "Du missede et opkald fra <0/>, der varede {durationText}."
-#: src/components/channel/CallMessage.tsx:184
+#: src/components/channel/CallMessage.tsx:178
msgid "You missed a call from <0/>."
msgstr "Du har mistet et opkald fra <0/>."
@@ -21252,7 +21335,7 @@ msgstr "Du skal være 18 eller ældre for at se dette indhold. <0>Lær mere0>"
msgid "You must be connected to the gateway to accept this temporary invite. Please check your connection and try again."
msgstr "Du skal være forbundet til gatewayen for at acceptere denne midlertidige invitation. Tjek forbindelsen og prøv igen."
-#: src/components/pages/ReportPage.tsx:463
+#: src/components/pages/ReportPage.tsx:288
msgid "You must verify your email before submitting a report."
msgstr "Du skal bekræfte din e-mail, før du indsender en rapport."
@@ -21385,7 +21468,7 @@ msgstr "Du er i talekanalen"
msgid "You're sending messages too quickly"
msgstr "Du sender beskeder for hurtigt"
-#: src/components/channel/Messages.tsx:909
+#: src/components/channel/Messages.tsx:907
msgid "You're viewing older messages"
msgstr "Du ser på ældre beskeder"
@@ -21464,7 +21547,7 @@ msgstr "Din konto er blevet godkendt. Vi sender dig videre til appen..."
msgid "Your account has been created, but access is temporarily limited until approval. You will be notified once your account is approved."
msgstr "Din konto er oprettet, men adgangen er midlertidigt begrænset indtil godkendelse. Du får besked, når din konto er godkendt."
-#: src/components/modals/components/UnclaimedAccountAlert.tsx:38
+#: src/components/modals/components/UnclaimedAccountAlert.tsx:36
msgid "Your account is not yet claimed. Without an email and password, you won't be able to sign in from other devices and you could lose access to your account. Claim your account now to secure it."
msgstr "Din konto er endnu ikke gjort krav på. Uden e-mail og adgangskode kan du ikke logge ind fra andre enheder, og du kan miste adgang til kontoen. Gør krav på din konto nu for at sikre den."
@@ -21508,7 +21591,7 @@ msgstr "Dine eksisterende indstillinger for notifikationslyd bevares."
msgid "Your export request will be processed"
msgstr "Din eksportanmodning behandles"
-#: src/components/pages/ReportPage.tsx:935
+#: src/components/pages/report/ReportStepDetails.tsx:213
msgid "Your FluxerTag (optional)"
msgstr "Din FluxerTag (valgfri)"
@@ -21521,7 +21604,7 @@ msgid "Your invite expires in 24 hours"
msgstr "Din invitation udløber om 24 timer"
#. placeholder {0}: getExpirationText()
-#: src/components/modals/InviteModal.tsx:325
+#: src/components/modals/InviteModal.tsx:322
msgid "Your invite link expires in {0}."
msgstr "Dit invitationslink udløber om {0}."
@@ -21565,7 +21648,7 @@ msgstr "Dit personlige rum til hurtig adgang til kanaler, DMs og grupper, du els
msgid "Your Plutonium subscription has expired. You've lost all Plutonium perks. Reactivate your subscription to regain access."
msgstr "Dit Plutonium-abonnement er udløbet. Du har mistet alle Plutonium-fordele. Genaktiver dit abonnement for at få adgang igen."
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:781
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:813
msgid "Your private space"
msgstr "Dit private rum"
@@ -21573,7 +21656,7 @@ msgstr "Dit private rum"
msgid "Your private space for thoughts and reminders"
msgstr "Dit private rum til tanker og påmindelser"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:277
+#: src/components/modals/tabs/GiftInventoryTab.tsx:300
msgid "Your Purchased Gifts"
msgstr "Dine købte gaver"
@@ -21585,15 +21668,11 @@ msgstr "din region"
msgid "Your stream is still being broadcast"
msgstr "Din stream bliver stadig sendt"
-#: src/components/pages/ReportPage.tsx:594
-msgid "Your submission ID"
-msgstr "Dit indsendelses-ID"
-
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:153
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:172
msgid "Your subscription ended, but you still have all <0/> until <1>{graceDate}1>. Resubscribe to keep them."
msgstr "Dit abonnement sluttede, men du har stadig alle <0/> indtil <1>{graceDate}1>. Genabonner for at beholde dem."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:138
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:157
msgid "Your subscription expired on <0>{expiredDate}0>. You lost all <1/>. You can reactivate at any time."
msgstr "Dit abonnement udløb den <0>{expiredDate}0>. Du har mistet alle <1/>. Du kan genaktivere det når som helst."
@@ -21609,7 +21688,7 @@ msgstr "Dit abonnement er blevet genaktiveret!"
msgid "Your subscription has been set to cancel at the end of your billing period."
msgstr "Dit abonnement er sat til at blive annulleret ved slutningen af din betalingsperiode."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:191
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:210
msgid "Your subscription will cancel on <0>{cancelDate}0>. You'll lose all <1/> after that date."
msgstr "Dit abonnement annulleres den <0>{cancelDate}0>. Du mister alle <1/> efter den dato."
diff --git a/fluxer_app/src/locales/de/messages.po b/fluxer_app/src/locales/de/messages.po
index 9a14197a..bbc65637 100644
--- a/fluxer_app/src/locales/de/messages.po
+++ b/fluxer_app/src/locales/de/messages.po
@@ -68,12 +68,12 @@ msgstr "(maximal 15 angezeigt)"
msgid "(No content)"
msgstr "(Kein Inhalt)"
-#: src/components/modals/UserProfileMobileSheet.tsx:552
+#: src/components/modals/UserProfileMobileSheet.tsx:556
#: src/components/pages/YouPage.tsx:147
msgid "(only visible to you)"
msgstr "(nur für dich sichtbar)"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:954
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:976
msgid "(you)"
msgstr "(du)"
@@ -138,12 +138,12 @@ msgid "{0} Online"
msgstr "{0} online"
#. placeholder {0}: reaction.count
-#: src/components/channel/MessageReactions.tsx:120
+#: src/components/channel/MessageReactions.tsx:119
msgid "{0} reaction"
msgstr "{0} Reaktion"
#. placeholder {0}: reaction.count
-#: src/components/channel/MessageReactions.tsx:120
+#: src/components/channel/MessageReactions.tsx:119
msgid "{0} reactions"
msgstr "{0} Reaktionen"
@@ -153,13 +153,13 @@ msgid "{0} remaining"
msgstr "{0} verbleibend"
#. placeholder {0}: machineState.total
-#: src/components/channel/ChannelSearchResults.tsx:315
+#: src/components/channel/ChannelSearchResults.tsx:272
msgid "{0} Result"
msgstr "{0} Ergebnis"
#. placeholder {0}: machineState.total
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:390
-#: src/components/channel/ChannelSearchResults.tsx:315
+#: src/components/channel/ChannelSearchResults.tsx:272
msgid "{0} Results"
msgstr "{0} Ergebnisse"
@@ -402,7 +402,7 @@ msgstr "{actor} hat den Sticker {namedTarget} aktualisiert."
msgid "{actor} updated the webhook {namedTarget}."
msgstr "{actor} hat den Webhook {namedTarget} aktualisiert."
-#: src/components/modals/tabs/BetaCodesTab.tsx:280
+#: src/components/modals/tabs/BetaCodesTab.tsx:284
msgid "{allowance} codes remaining this week"
msgstr "{allowance} Codes verbleibend diese Woche"
@@ -533,7 +533,7 @@ msgstr "{emojiName}, {0} Reaktion"
msgid "{emojiName}, {0} reactions"
msgstr "{emojiName}, {0} Reaktionen"
-#: src/components/channel/MessageReactions.tsx:122
+#: src/components/channel/MessageReactions.tsx:121
msgid "{emojiName}: {reactionCountText}, {actionText}"
msgstr "{emojiName}: {reactionCountText}, {actionText}"
@@ -561,8 +561,8 @@ msgstr "Bilder im {label}-Format können nicht animiert werden. Bitte verwenden
#: src/components/auth/InviteHeader.tsx:127
#: src/components/auth/InviteHeader.tsx:241
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:281
-#: src/components/channel/InviteEmbed.tsx:180
-#: src/components/channel/InviteEmbed.tsx:444
+#: src/components/channel/InviteEmbed.tsx:182
+#: src/components/channel/InviteEmbed.tsx:446
msgid "{memberCount} Member"
msgstr "{memberCount} Mitglied"
@@ -570,8 +570,8 @@ msgstr "{memberCount} Mitglied"
#: src/components/auth/InviteHeader.tsx:127
#: src/components/auth/InviteHeader.tsx:241
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:281
-#: src/components/channel/InviteEmbed.tsx:180
-#: src/components/channel/InviteEmbed.tsx:444
+#: src/components/channel/InviteEmbed.tsx:182
+#: src/components/channel/InviteEmbed.tsx:446
msgid "{memberCount} Members"
msgstr "{memberCount} Mitglieder"
@@ -606,11 +606,11 @@ msgstr "{minutes} Minuten und {seconds} Sekunden"
msgid "{minutes} minutes and 1 second"
msgstr "{minutes} Minuten und 1 Sekunde"
-#: src/components/channel/dm/DMWelcomeSection.tsx:155
+#: src/components/channel/dm/DMWelcomeSection.tsx:167
msgid "{mutualGuildCount} mutual commmunity"
msgstr "{mutualGuildCount} gemeinsame Gemeinschaft"
-#: src/components/channel/dm/DMWelcomeSection.tsx:156
+#: src/components/channel/dm/DMWelcomeSection.tsx:168
msgid "{mutualGuildCount} mutual communities"
msgstr "{mutualGuildCount} gemeinsame Gemeinschaften"
@@ -632,7 +632,7 @@ msgstr "{participantCount} Teilnehmer in Anruf"
#: src/components/auth/InviteHeader.tsx:235
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:276
-#: src/components/channel/InviteEmbed.tsx:439
+#: src/components/channel/InviteEmbed.tsx:441
msgid "{presenceCount} Online"
msgstr "{presenceCount} Online"
@@ -644,15 +644,15 @@ msgstr "{remaining} Zeichen übrig"
msgid "{remaining} characters left. Get Plutonium to write up to {premiumMaxLength} characters."
msgstr "{remaining} Zeichen übrig. Hol dir Plutonium, um bis zu {premiumMaxLength} Zeichen zu schreiben."
-#: src/components/channel/InviteEmbed.tsx:301
+#: src/components/channel/InviteEmbed.tsx:303
msgid "{renderedMemberCount} Member"
msgstr "{renderedMemberCount} Mitglied"
-#: src/components/channel/InviteEmbed.tsx:301
+#: src/components/channel/InviteEmbed.tsx:303
msgid "{renderedMemberCount} Members"
msgstr "{renderedMemberCount} Mitglieder"
-#: src/components/channel/InviteEmbed.tsx:296
+#: src/components/channel/InviteEmbed.tsx:298
msgid "{renderedPresenceCount} Online"
msgstr "{renderedPresenceCount} Online"
@@ -704,11 +704,11 @@ msgstr "{totalSeconds} Sekunde"
msgid "{totalSeconds} seconds"
msgstr "{totalSeconds} Sekunden"
-#: src/components/layout/GuildsLayout.tsx:231
+#: src/components/layout/GuildsLayout.tsx:229
msgid "{unavailableCount} communities are temporarily unavailable due to a flux capacitor malfunction."
msgstr "{unavailableCount} Gemeinschaften sind vorübergehend aufgrund einer Fehlfunktion des Flux-Kompensators nicht verfügbar."
-#: src/components/layout/GuildsLayout.tsx:230
+#: src/components/layout/GuildsLayout.tsx:228
msgid "{unavailableCount} community is temporarily unavailable due to a flux capacitor malfunction."
msgstr "{unavailableCount} Gemeinschaft ist vorübergehend aufgrund einer Fehlfunktion des Flux-Kompensators nicht verfügbar."
@@ -814,27 +814,27 @@ msgstr "@everyone-Erwähnungen"
msgid "@username"
msgstr "@username"
-#: src/components/channel/CallMessage.tsx:75
+#: src/components/channel/CallMessage.tsx:72
msgid "# days"
msgstr "# Tage"
-#: src/components/channel/CallMessage.tsx:76
+#: src/components/channel/CallMessage.tsx:73
msgid "# hours"
msgstr "# Stunden"
-#: src/components/channel/CallMessage.tsx:77
+#: src/components/channel/CallMessage.tsx:74
msgid "# minutes"
msgstr "# Minuten"
-#: src/components/channel/CallMessage.tsx:73
+#: src/components/channel/CallMessage.tsx:70
msgid "# months"
msgstr "# Monate"
-#: src/components/channel/CallMessage.tsx:74
+#: src/components/channel/CallMessage.tsx:71
msgid "# weeks"
msgstr "# Wochen"
-#: src/components/channel/CallMessage.tsx:72
+#: src/components/channel/CallMessage.tsx:69
msgid "# years"
msgstr "# Jahre"
@@ -878,11 +878,11 @@ msgstr "<0/> hat <1/> aus der Gruppe entfernt."
msgid "<0/> removed someone from the group."
msgstr "<0/> hat jemanden aus der Gruppe entfernt."
-#: src/components/channel/CallMessage.tsx:191
+#: src/components/channel/CallMessage.tsx:185
msgid "<0/> started a call that lasted {durationText}."
msgstr "<0/> hat einen Anruf gestartet, der {durationText} dauerte."
-#: src/components/channel/CallMessage.tsx:154
+#: src/components/channel/CallMessage.tsx:148
msgid "<0/> started a call."
msgstr "<0/> hat einen Anruf gestartet."
@@ -943,11 +943,11 @@ msgstr "<0>Stummschaltung aufgehoben0> das Mitglied."
msgid "<0>Warning:0> This will also disable SMS two-factor authentication."
msgstr "<0>Warnung:0> Dadurch wird auch die SMS-Zwei-Faktor-Authentifizierung deaktiviert."
-#: src/components/modals/tabs/BetaCodesTab.tsx:278
+#: src/components/modals/tabs/BetaCodesTab.tsx:282
msgid "1 code remaining this week"
msgstr "1 Code verbleibt diese Woche"
-#: src/components/channel/CallMessage.tsx:75
+#: src/components/channel/CallMessage.tsx:72
#: src/components/modals/BanMemberModal.tsx:54
#: src/components/modals/InviteModal.tsx:77
#: src/components/modals/InviteModal.tsx:212
@@ -956,7 +956,7 @@ msgstr "1 Code verbleibt diese Woche"
msgid "1 day"
msgstr "1 Tag"
-#: src/components/channel/CallMessage.tsx:76
+#: src/components/channel/CallMessage.tsx:73
#: src/components/modals/BanMemberModal.tsx:52
#: src/components/modals/channelTabs/ChannelOverviewTab.tsx:154
#: src/components/modals/CustomStatusBottomSheet.tsx:44
@@ -993,7 +993,7 @@ msgstr "1 Minute und {seconds} Sekunden"
msgid "1 minute and 1 second"
msgstr "1 Minute und 1 Sekunde"
-#: src/components/channel/CallMessage.tsx:73
+#: src/components/channel/CallMessage.tsx:70
#: src/components/modals/BanMemberModal.tsx:59
msgid "1 month"
msgstr "1 Monat"
@@ -1002,12 +1002,12 @@ msgstr "1 Monat"
msgid "1 Month"
msgstr "1 Monat"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:99
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:120
msgid "1 Month {monthlyPrice}"
msgstr "1 Monat {monthlyPrice}"
-#: src/components/modals/components/plutonium/GiftSection.tsx:78
-#: src/components/modals/components/plutonium/PricingSection.tsx:110
+#: src/components/modals/components/plutonium/GiftSection.tsx:88
+#: src/components/modals/components/plutonium/PricingSection.tsx:128
msgid "1 Month Gift"
msgstr "1 Monat Geschenk"
@@ -1020,22 +1020,22 @@ msgstr "1 Nutzung"
msgid "1 user"
msgstr "1 Benutzer"
-#: src/components/channel/CallMessage.tsx:74
+#: src/components/channel/CallMessage.tsx:71
#: src/components/modals/BanMemberModal.tsx:57
#: src/components/modals/TimeoutMemberOptions.ts:39
msgid "1 week"
msgstr "1 Woche"
-#: src/components/channel/CallMessage.tsx:72
+#: src/components/channel/CallMessage.tsx:69
msgid "1 year"
msgstr "1 Jahr"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:91
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:109
msgid "1 Year {yearlyPrice}"
msgstr "1 Jahr {yearlyPrice}"
-#: src/components/modals/components/plutonium/GiftSection.tsx:69
-#: src/components/modals/components/plutonium/PricingSection.tsx:101
+#: src/components/modals/components/plutonium/GiftSection.tsx:76
+#: src/components/modals/components/plutonium/PricingSection.tsx:116
msgid "1 Year Gift"
msgstr "1 Jahr Geschenk"
@@ -1286,8 +1286,8 @@ msgstr "8 Stunden"
msgid "A 4-digit tag will be added automatically to ensure uniqueness"
msgstr "Ein vierstelliger Tag wird automatisch hinzugefügt, um die Eindeutigkeit zu gewährleisten"
-#: src/components/channel/CallMessage.tsx:86
-#: src/components/channel/CallMessage.tsx:148
+#: src/components/channel/CallMessage.tsx:83
+#: src/components/channel/CallMessage.tsx:142
msgid "a few seconds"
msgstr "ein paar Sekunden"
@@ -1299,7 +1299,7 @@ msgstr "Eine Handvoll Tastaturkrieger versammelt sich..."
msgid "A helpful bot that does amazing things!"
msgstr "Ein hilfreicher Bot, der erstaunliche Dinge erledigt!"
-#: src/components/channel/CallMessage.tsx:77
+#: src/components/channel/CallMessage.tsx:74
msgid "a minute"
msgstr "eine Minute"
@@ -1316,7 +1316,7 @@ msgid "A symphony of clacking keys is underway..."
msgstr "Eine Symphonie klackernder Tasten ist im Gange..."
#: src/components/modals/tabs/MyProfileTab/BioEditor.tsx:127
-#: src/components/modals/UserProfileMobileSheet.tsx:528
+#: src/components/modals/UserProfileMobileSheet.tsx:532
#: src/components/pages/YouPage.tsx:132
msgid "About Me"
msgstr "Über mich"
@@ -1330,18 +1330,18 @@ msgstr "Über dich"
msgid "Accent Color"
msgstr "Akzentfarbe"
-#: src/components/channel/channel-view/DMChannelView.tsx:291
-#: src/components/channel/dm/DMWelcomeSection.tsx:116
+#: src/components/channel/channel-view/DMChannelView.tsx:292
+#: src/components/channel/dm/DMWelcomeSection.tsx:128
#: src/components/channel/friends/FriendListItem.tsx:238
#: src/components/channel/friends/MobileFriendRequestItem.tsx:99
#: src/components/voice/IncomingCallUI.tsx:302
msgid "Accept"
msgstr "Akzeptieren"
-#: src/components/bottomsheets/DMBottomSheet.tsx:515
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:260
-#: src/components/modals/UserProfileModal.tsx:1258
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:88
+#: src/components/bottomsheets/DMBottomSheet.tsx:517
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:262
+#: src/components/modals/UserProfileModal.tsx:1259
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:109
msgid "Accept Friend Request"
msgstr "Freundschaftsanfrage annehmen"
@@ -1358,7 +1358,7 @@ msgstr "Einladung annehmen"
msgid "Accept the incoming call"
msgstr "Den eingehenden Anruf annehmen"
-#: src/components/channel/InviteEmbed.tsx:226
+#: src/components/channel/InviteEmbed.tsx:228
#: src/components/modals/InviteAcceptModal.tsx:163
msgid "Accepting this invite installs the pack automatically."
msgstr "Das Annehmen dieser Einladung installiert das Paket automatisch."
@@ -1407,7 +1407,7 @@ msgstr "Konto & Premium"
msgid "Account appears to exist solely for spamming"
msgstr "Konto scheint ausschließlich zum Spammen genutzt zu werden"
-#: src/components/modals/ClaimAccountModal.tsx:105
+#: src/components/modals/ClaimAccountModal.tsx:107
msgid "Account claimed successfully"
msgstr "Konto erfolgreich beansprucht"
@@ -1459,7 +1459,7 @@ msgstr "Nur in allen DMs, in denen du jemals warst"
msgid "Action with both icons!"
msgstr "Aktion mit beiden Symbolen!"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:124
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:143
msgid "Active"
msgstr "Aktiv"
@@ -1584,12 +1584,13 @@ msgstr "E-Mail hinzufügen"
msgid "Add Favorite Channels"
msgstr "Lieblingskanäle hinzufügen"
-#: src/components/bottomsheets/DMBottomSheet.tsx:524
+#: src/components/bottomsheets/DMBottomSheet.tsx:527
#: src/components/channel/dm/AddFriendView.tsx:32
#: src/components/channel/dm/DMFriendsView.tsx:199
#: src/components/modals/AddFriendSheet.tsx:50
-#: src/components/modals/UserProfileModal.tsx:1178
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:68
+#: src/components/modals/UserProfileModal.tsx:1179
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:75
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:89
msgid "Add Friend"
msgstr "Freund hinzufügen"
@@ -1597,7 +1598,7 @@ msgstr "Freund hinzufügen"
msgid "Add Friends"
msgstr "Freunde hinzufügen"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1187
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1211
#: src/components/channel/ChannelHeader.tsx:630
#: src/components/channel/dm/GroupDMWelcomeSection.tsx:85
msgid "Add Friends to Group"
@@ -1612,7 +1613,7 @@ msgstr "Element hinzufügen"
msgid "Add new reactions to messages."
msgstr "Neue Reaktionen zu Nachrichten hinzufügen."
-#: src/components/bottomsheets/DMBottomSheet.tsx:426
+#: src/components/bottomsheets/DMBottomSheet.tsx:428
#: src/components/profile/ProfileCard/ProfileCardActions.tsx:48
#: src/components/uikit/ContextMenu/items/UserNoteMenuItems.tsx:42
msgid "Add Note"
@@ -1647,7 +1648,7 @@ msgstr "Telefonnummernformular hinzufügen"
#: src/components/channel/MessageActionBar.tsx:450
#: src/components/channel/MessageActionBar.tsx:741
#: src/components/channel/messageActionMenu.tsx:92
-#: src/components/channel/MessageReactions.tsx:264
+#: src/components/channel/MessageReactions.tsx:263
#: src/components/uikit/ContextMenu/items/MessageMenuItems.tsx:65
msgid "Add Reaction"
msgstr "Reaktion hinzufügen"
@@ -1695,8 +1696,8 @@ msgid "Add to favorites"
msgstr "Zu Favoriten hinzufügen"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:370
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1103
-#: src/components/bottomsheets/DMBottomSheet.tsx:400
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1127
+#: src/components/bottomsheets/DMBottomSheet.tsx:402
#: src/components/channel/ChannelHeader.tsx:547
#: src/components/channel/ChannelHeader.tsx:595
#: src/components/channel/ChannelHeader.tsx:600
@@ -1731,11 +1732,11 @@ msgid "Added to bookmarks"
msgstr "Zu Lesezeichen hinzugefügt"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:118
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:544
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:558
msgid "Added to favorites"
msgstr "Zu Favoriten hinzugefügt"
-#: src/components/bottomsheets/DMBottomSheet.tsx:129
+#: src/components/bottomsheets/DMBottomSheet.tsx:131
msgid "Added to Favorites"
msgstr "Zu den Favoriten hinzugefügt"
@@ -1752,7 +1753,7 @@ msgstr "Hinzugefügt: {createdDate}"
msgid "Added: {createdDate} • Last used: {lastUsedDate}"
msgstr "Hinzugefügt: {createdDate} • Zuletzt verwendet: {lastUsedDate}"
-#: src/components/pages/ReportPage.tsx:943
+#: src/components/pages/report/ReportStepDetails.tsx:222
msgid "Additional Comments (optional)"
msgstr "Zusätzliche Kommentare (optional)"
@@ -1873,7 +1874,7 @@ msgstr "Alle Anrufe benachrichtigen stumm statt zu klingeln. Standardmäßig sin
msgid "All Communities"
msgstr "Alle Communities"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:74
+#: src/components/modals/components/plutonium/VisionarySection.tsx:83
msgid "All current and future Plutonium benefits, forever"
msgstr "Alle aktuellen und zukünftigen Plutonium-Vorteile, für immer"
@@ -1911,7 +1912,7 @@ msgstr "Alle Mitglieder"
msgid "All messages"
msgstr "Alle Nachrichten"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1377
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1401
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:206
#: src/components/modals/GuildNotificationSettingsModal.tsx:87
#: src/components/modals/GuildNotificationSettingsModal.tsx:273
@@ -2071,11 +2072,11 @@ msgstr "{0} erlaubt."
msgid "Already have an account?"
msgstr "Hast du schon ein Konto?"
-#: src/components/channel/InviteEmbed.tsx:187
+#: src/components/channel/InviteEmbed.tsx:189
msgid "Already joined"
msgstr "Bereits beigetreten"
-#: src/components/channel/GiftEmbed.tsx:90
+#: src/components/channel/GiftEmbed.tsx:97
msgid "Already redeemed"
msgstr "Bereits eingelöst"
@@ -2135,8 +2136,8 @@ msgstr "Vertraue <0>{hostname}0> immer – diese Warnung beim nächsten Mal ü
msgid "Always underline links"
msgstr "Links immer unterstreichen"
-#: src/components/channel/ChannelSearchResults.tsx:511
-#: src/components/channel/ChannelSearchResults.tsx:562
+#: src/components/channel/ChannelSearchResults.tsx:480
+#: src/components/channel/ChannelSearchResults.tsx:531
#: src/hooks/useChannelSearch.ts:233
#: src/hooks/useChannelSearch.ts:375
msgid "An error occurred while searching"
@@ -2198,7 +2199,7 @@ msgid "Animated Emoji ({0})"
msgstr "Animierte Emojis ({0})"
#: src/components/channel/embeds/media/EmbedGifv.tsx:237
-#: src/components/channel/embeds/media/EmbedGifv.tsx:725
+#: src/components/channel/embeds/media/EmbedGifv.tsx:749
#: src/components/modals/MediaViewerModal.tsx:294
#: src/components/modals/MediaViewerModal.tsx:362
msgid "Animated GIF"
@@ -2320,8 +2321,8 @@ msgstr "Anwendung erfolgreich aktualisiert"
msgid "Applications"
msgstr "Anwendungen"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:99
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:137
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:103
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:141
msgid "Applications & Bots"
msgstr "Anwendungen & Bots"
@@ -2352,7 +2353,7 @@ msgid "Archive"
msgstr "Archivieren"
#. placeholder {0}: user.username
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:162
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:164
#: src/components/modals/UserProfileActionsSheet.tsx:133
#: src/utils/RelationshipActionUtils.tsx:141
msgid "Are you sure you want to block {0}? They won't be able to message you or send you friend requests."
@@ -2368,8 +2369,8 @@ msgid "Are you sure you want to close this group DM? You can always reopen it la
msgstr "Möchtest du wirklich diese Gruppen-DM schließen? Du kannst sie später wieder öffnen."
#. placeholder {0}: recipient?.username ?? ''
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:601
-#: src/components/bottomsheets/DMBottomSheet.tsx:303
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:615
+#: src/components/bottomsheets/DMBottomSheet.tsx:305
msgid "Are you sure you want to close your DM with {0}? You can always reopen it later."
msgstr "Möchtest du wirklich deine DM mit {0} schließen? Du kannst sie später wieder öffnen."
@@ -2406,7 +2407,7 @@ msgid "Are you sure you want to delete #{0}? This action cannot be undone."
msgstr "Möchtest du wirklich #{0} löschen? Diese Aktion kann nicht rückgängig gemacht werden."
#. placeholder {0}: channel.name ?? 'this channel'
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:667
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:681
msgid "Are you sure you want to delete #{0}? This cannot be undone."
msgstr "Möchtest du wirklich #{0} löschen? Das kann nicht rückgängig gemacht werden."
@@ -2504,7 +2505,7 @@ msgstr "Möchtest du wirklich {0} verlassen?"
msgid "Are you sure you want to leave this community? You will no longer be able to see any messages."
msgstr "Möchtest du wirklich diese Community verlassen? Du kannst keine Nachrichten mehr sehen."
-#: src/components/bottomsheets/DMBottomSheet.tsx:338
+#: src/components/bottomsheets/DMBottomSheet.tsx:340
#: src/hooks/useLeaveGroup.tsx:43
msgid "Are you sure you want to leave this group? You will no longer be able to see any messages."
msgstr "Möchtest du wirklich diese Gruppe verlassen? Du kannst keine Nachrichten mehr sehen."
@@ -2515,9 +2516,9 @@ msgid "Are you sure you want to make {0} the group owner? You will lose owner pr
msgstr "Möchtest du wirklich {0} zum Gruppenbesitzer machen? Du verlierst dann die Besitzerrechte."
#. placeholder {0}: user.username
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:145
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:147
#: src/components/modals/UserProfileActionsSheet.tsx:116
-#: src/components/modals/UserProfileMobileSheet.tsx:303
+#: src/components/modals/UserProfileMobileSheet.tsx:304
#: src/utils/RelationshipActionUtils.tsx:114
msgid "Are you sure you want to remove {0} as a friend?"
msgstr "Möchtest du wirklich {0} als Freund entfernen?"
@@ -2557,10 +2558,10 @@ msgid "Are you sure you want to transfer ownership of the group to {0}?"
msgstr "Möchtest du wirklich die Gruppenbesitzrechte an {0} übertragen?"
#. placeholder {0}: user.username
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:179
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:181
#: src/components/modals/tabs/BlockedUsersTab.tsx:57
#: src/components/modals/UserProfileActionsSheet.tsx:150
-#: src/components/modals/UserProfileMobileSheet.tsx:319
+#: src/components/modals/UserProfileMobileSheet.tsx:320
#: src/utils/RelationshipActionUtils.tsx:168
msgid "Are you sure you want to unblock {0}?"
msgstr "Möchtest du wirklich {0} entblocken?"
@@ -2573,7 +2574,7 @@ msgstr "Kunstclub"
msgid "Artists' Corner"
msgstr "Ecke für Künstler"
-#: src/components/modals/components/plutonium/PricingSection.tsx:63
+#: src/components/modals/components/plutonium/PricingSection.tsx:69
msgid "As a Gift"
msgstr "Als Geschenk"
@@ -2689,7 +2690,7 @@ msgstr "Audioeinstellungen"
msgid "Audio will be included with this screen share."
msgstr "Audio wird mit dieser Bildschirmfreigabe übertragen."
-#: src/components/pages/ReportPage.tsx:311
+#: src/components/pages/report/optionDescriptors.ts:83
msgid "Austria"
msgstr "Österreich"
@@ -2844,6 +2845,7 @@ msgstr "Durchschnittlicher Ping:"
#: src/components/modals/PhoneAddModal.tsx:235
#: src/components/modals/RequiredActionModal.tsx:463
#: src/components/pages/OAuthAuthorizePage.tsx:694
+#: src/components/pages/report/ReportStepDetails.tsx:243
msgid "Back"
msgstr "Zurück"
@@ -2933,7 +2935,7 @@ msgid "Balanced quality and bandwidth"
msgstr "Ausgewogene Qualität und Bandbreite"
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:353
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:320
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:323
#: src/components/modals/UserProfileActionsSheet.tsx:262
msgid "Ban"
msgstr "Sperren"
@@ -3035,7 +3037,7 @@ msgstr "vorher:"
msgid "Begin a call in the current private conversation"
msgstr "Starte einen Anruf im aktuellen privaten Gespräch"
-#: src/components/pages/ReportPage.tsx:312
+#: src/components/pages/report/optionDescriptors.ts:84
msgid "Belgium"
msgstr "Belgien"
@@ -3066,7 +3068,7 @@ msgstr "Betacode (optional)"
msgid "Beta Code Redeemed!"
msgstr "Betacode eingelöst!"
-#: src/components/modals/tabs/BetaCodesTab.tsx:313
+#: src/components/modals/tabs/BetaCodesTab.tsx:338
#: src/components/modals/utils/settingsSearchIndex.ts:741
msgid "Beta Codes"
msgstr "Betacodes"
@@ -3083,13 +3085,13 @@ msgstr "Bio"
msgid "Bio character limit"
msgstr "Zeichenbegrenzung für Bio"
-#: src/components/bottomsheets/DMBottomSheet.tsx:538
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:163
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:345
+#: src/components/bottomsheets/DMBottomSheet.tsx:541
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:165
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:348
#: src/components/modals/UserProfileActionsSheet.tsx:134
#: src/components/modals/UserProfileActionsSheet.tsx:298
#: src/components/modals/UserProfileModal.tsx:1062
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:190
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:211
#: src/utils/RelationshipActionUtils.tsx:143
msgid "Block"
msgstr "Blockieren"
@@ -3106,7 +3108,7 @@ msgstr "Direktnachrichten von Community-Mitgliedern blockieren?"
msgid "Block for all communities"
msgstr "Für alle Communities blockieren"
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:161
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:163
#: src/components/modals/UserProfileActionsSheet.tsx:132
#: src/utils/RelationshipActionUtils.tsx:139
msgid "Block User"
@@ -3270,7 +3272,7 @@ msgstr "Browser-Audio erforderlich"
msgid "Browser locale ({browserLocale}): {format}"
msgstr "Browser-Locale ({browserLocale}): {format}"
-#: src/components/pages/ReportPage.tsx:313
+#: src/components/pages/report/optionDescriptors.ts:85
msgid "Bulgaria"
msgstr "Bulgarien"
@@ -3313,16 +3315,16 @@ msgstr "Schaltflächen zeigen eine Ladeanzeige, wenn submitting true ist."
msgid "Buttons with Icons"
msgstr "Schaltflächen mit Symbolen"
-#: src/components/modals/components/plutonium/GiftSection.tsx:74
-#: src/components/modals/components/plutonium/GiftSection.tsx:83
-#: src/components/modals/components/plutonium/GiftSection.tsx:92
-#: src/components/modals/components/plutonium/PricingSection.tsx:106
-#: src/components/modals/components/plutonium/PricingSection.tsx:115
-#: src/components/modals/components/plutonium/PricingSection.tsx:124
+#: src/components/modals/components/plutonium/GiftSection.tsx:81
+#: src/components/modals/components/plutonium/GiftSection.tsx:93
+#: src/components/modals/components/plutonium/GiftSection.tsx:105
+#: src/components/modals/components/plutonium/PricingSection.tsx:121
+#: src/components/modals/components/plutonium/PricingSection.tsx:133
+#: src/components/modals/components/plutonium/PricingSection.tsx:145
msgid "Buy Gift"
msgstr "Geschenk kaufen"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:114
+#: src/components/modals/components/plutonium/VisionarySection.tsx:140
msgid "Buying Visionary will cancel your current {currentAccessLabel} immediately. It is a one-time purchase with lifetime access."
msgstr "Der Kauf von Visionary wird sofort dein aktuelles {currentAccessLabel} stornieren. Es ist ein einmaliger Kauf mit lebenslangem Zugriff."
@@ -3347,7 +3349,7 @@ msgstr "Slowmode umgehen"
msgid "Bypass Splash Screen"
msgstr "Splashscreen umgehen"
-#: src/components/channel/channel-view/DMChannelView.tsx:271
+#: src/components/channel/channel-view/DMChannelView.tsx:272
msgid "Call available"
msgstr "Anruf verfügbar"
@@ -3446,11 +3448,11 @@ msgstr "Kameraeinstellungen"
#: src/components/modals/CategoryCreateModal.tsx:79
#: src/components/modals/ChannelCreateModal.tsx:100
#: src/components/modals/ChannelDeleteModal.tsx:72
-#: src/components/modals/ClaimAccountModal.tsx:179
-#: src/components/modals/ClaimAccountModal.tsx:219
-#: src/components/modals/components/MobileSettingsView.tsx:302
+#: src/components/modals/ClaimAccountModal.tsx:181
+#: src/components/modals/ClaimAccountModal.tsx:221
+#: src/components/modals/components/MobileSettingsView.tsx:297
#: src/components/modals/components/plutonium/hooks/useCheckoutActions.tsx:110
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:328
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:371
#: src/components/modals/ConfirmModal.tsx:146
#: src/components/modals/CreateDMModal.tsx:88
#: src/components/modals/CreateFavoriteCategoryModal.tsx:74
@@ -3473,7 +3475,7 @@ msgstr "Kameraeinstellungen"
#: src/components/modals/HideOwnCameraConfirmModal.tsx:65
#: src/components/modals/IARModal.tsx:218
#: src/components/modals/ImageCropModal.tsx:981
-#: src/components/modals/InviteModal.tsx:336
+#: src/components/modals/InviteModal.tsx:333
#: src/components/modals/KickMemberModal.tsx:60
#: src/components/modals/MfaTotpDisableModal.tsx:75
#: src/components/modals/MfaTotpEnableModal.tsx:102
@@ -3498,11 +3500,11 @@ msgstr "Kameraeinstellungen"
msgid "Cancel"
msgstr "Abbrechen"
-#: src/components/channel/dm/DMWelcomeSection.tsx:126
+#: src/components/channel/dm/DMWelcomeSection.tsx:138
#: src/components/channel/friends/FriendListItem.tsx:164
#: src/components/channel/friends/FriendListItem.tsx:166
-#: src/components/modals/UserProfileModal.tsx:1273
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:171
+#: src/components/modals/UserProfileModal.tsx:1274
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:192
msgid "Cancel Friend Request"
msgstr "Freundschaftsanfrage abbrechen"
@@ -3522,7 +3524,7 @@ msgstr "Anfrage abbrechen"
msgid "Cancel upload"
msgstr "Upload abbrechen"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:118
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:137
msgid "Canceling"
msgstr "Wird abgebrochen"
@@ -3566,7 +3568,7 @@ msgstr "Kartenausrichtung"
msgid "Card alignment controls"
msgstr "Steuerelemente zur Kartenausrichtung"
-#: src/components/modals/components/MobileSettingsView.tsx:123
+#: src/components/modals/components/MobileSettingsView.tsx:118
#: src/components/modals/components/SettingsModalHeader.tsx:76
msgid "Careful! You have unsaved changes."
msgstr "Achtung! Du hast ungespeicherte Änderungen."
@@ -3576,7 +3578,7 @@ msgstr "Achtung! Du hast ungespeicherte Änderungen."
msgid "Category"
msgstr "Kategorie"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1371
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1395
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:239
msgid "Category Default"
msgstr "Kategorie Standard"
@@ -3594,7 +3596,7 @@ msgstr "Kategorie voll"
msgid "Category Name"
msgstr "Kategoriename"
-#: src/components/modals/ChannelSettingsModal.tsx:105
+#: src/components/modals/ChannelSettingsModal.tsx:113
#: src/components/modals/components/DesktopChannelSettingsView.tsx:188
msgid "Category Settings"
msgstr "Kategorieeinstellungen"
@@ -3625,7 +3627,7 @@ msgstr "Hintergrund ändern"
msgid "Change Banner"
msgstr "Banner ändern"
-#: src/components/pages/ReportPage.tsx:752
+#: src/components/pages/report/ReportStepVerification.tsx:126
msgid "Change email"
msgstr "E-Mail ändern"
@@ -3647,8 +3649,8 @@ msgstr "FluxerTag ändern"
msgid "Change FluxerTag form"
msgstr "FluxerTag-Formular ändern"
-#: src/components/bottomsheets/DMBottomSheet.tsx:433
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:133
+#: src/components/bottomsheets/DMBottomSheet.tsx:435
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:154
msgid "Change Friend Nickname"
msgstr "Spitznamen für Freund ändern"
@@ -3673,7 +3675,7 @@ msgid "Change My Group Nickname"
msgstr "Meinen Gruppenspitznamen ändern"
#: src/components/modals/BaseChangeNicknameModal.tsx:82
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:238
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:240
#: src/components/modals/RenameChannelModal.tsx:58
#: src/components/modals/UserProfileActionsSheet.tsx:225
#: src/components/modals/UserProfileActionsSheet.tsx:225
@@ -3760,8 +3762,8 @@ msgstr "Sprachregion auf {0} geändert."
msgid "channel"
msgstr "Kanal"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:483
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:549
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:497
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:563
#: src/components/invites/InviteListItem.tsx:50
#: src/components/webhooks/WebhookListItem.tsx:240
#: src/constants/AuditLogConstants.tsx:236
@@ -3796,7 +3798,7 @@ msgid "Channel Debug"
msgstr "Kanal-Debug"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:188
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:675
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:689
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:329
msgid "Channel deleted"
msgstr "Kanal gelöscht"
@@ -3806,11 +3808,11 @@ msgid "Channel Deleted"
msgstr "Kanal gelöscht"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:273
-#: src/components/bottomsheets/DMBottomSheet.tsx:366
+#: src/components/bottomsheets/DMBottomSheet.tsx:368
msgid "Channel ID copied"
msgstr "Kanal-ID kopiert"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:535
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:549
msgid "Channel ID copied to clipboard"
msgstr "Kanal-ID in die Zwischenablage kopiert"
@@ -3878,9 +3880,9 @@ msgstr "Kanal-Aufzeichnung"
msgid "Channel removed from favorites"
msgstr "Kanal aus Favoriten entfernt"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1092
-#: src/components/layout/ChannelItem.tsx:630
-#: src/components/modals/ChannelSettingsModal.tsx:105
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1116
+#: src/components/layout/ChannelItem.tsx:647
+#: src/components/modals/ChannelSettingsModal.tsx:113
#: src/components/modals/components/DesktopChannelSettingsView.tsx:188
msgid "Channel Settings"
msgstr "Kanal-Einstellungen"
@@ -3947,7 +3949,7 @@ msgstr "Sieh dir unseren <0>Bluesky (@fluxer.app)0> für Statusupdates an."
msgid "Check out my custom theme!"
msgstr "Schau dir mein individuelles Theme an!"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:105
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:109
msgid "Check your connection and try again."
msgstr "Überprüfe deine Verbindung und versuche es erneut."
@@ -3969,8 +3971,8 @@ msgstr "Kontrollkästchen"
msgid "Checking..."
msgstr "Wird überprüft..."
-#: src/components/pages/ReportPage.tsx:270
-#: src/components/pages/ReportPage.tsx:299
+#: src/components/pages/report/optionDescriptors.ts:51
+#: src/components/pages/report/optionDescriptors.ts:74
#: src/constants/IARConstants.tsx:72
#: src/constants/IARConstants.tsx:175
msgid "Child Safety Concerns"
@@ -3984,6 +3986,10 @@ msgstr "Chinesisch (vereinfacht)"
msgid "Chinese (Traditional)"
msgstr "Chinesisch (traditionell)"
+#: src/components/pages/report/ReportBreadcrumbs.tsx:46
+msgid "Choose"
+msgstr "Wählen"
+
#: src/components/pages/OAuthAuthorizePage.tsx:898
msgid "Choose a community"
msgstr "Wähle eine Community"
@@ -4080,25 +4086,36 @@ msgstr "Wähle deine Profilakzentfarbe"
#: src/components/channel/barriers/BarrierComponents.tsx:109
#: src/components/channel/barriers/BarrierComponents.tsx:240
-#: src/components/layout/app-layout/nagbars/UnclaimedAccountNagbar.tsx:47
-#: src/components/modals/ClaimAccountModal.tsx:225
-#: src/components/modals/components/UnclaimedAccountAlert.tsx:34
+#: src/components/channel/dm/AddFriendForm.tsx:57
+#: src/components/layout/app-layout/nagbars/UnclaimedAccountNagbar.tsx:45
+#: src/components/modals/ClaimAccountModal.tsx:227
+#: src/components/modals/components/UnclaimedAccountAlert.tsx:32
+#: src/components/modals/GiftAcceptModal.tsx:170
#: src/components/modals/tabs/AccountSecurityTab/SecurityTab.tsx:206
+#: src/components/modals/tabs/BetaCodesTab.tsx:297
+#: src/components/modals/tabs/GiftInventoryTab.tsx:242
msgid "Claim Account"
msgstr "Konto beanspruchen"
-#: src/components/channel/GiftEmbed.tsx:98
-#: src/components/modals/GiftAcceptModal.tsx:154
+#: src/components/channel/GiftEmbed.tsx:109
+msgid "Claim Account to Redeem"
+msgstr "Account beanspruchen, um einzulösen"
+
+#: src/components/channel/GiftEmbed.tsx:109
+#: src/components/modals/GiftAcceptModal.tsx:197
#: src/components/pages/GiftLoginPage.tsx:155
#: src/components/pages/GiftRegisterPage.tsx:42
msgid "Claim Gift"
msgstr "Geschenk einlösen"
-#: src/components/modals/ClaimAccountModal.tsx:141
+#: src/components/channel/dm/AddFriendForm.tsx:53
+#: src/components/modals/ClaimAccountModal.tsx:143
+#: src/components/modals/tabs/BetaCodesTab.tsx:293
+#: src/components/modals/tabs/GiftInventoryTab.tsx:238
msgid "Claim your account"
msgstr "Beanspruche dein Konto"
-#: src/components/modals/ClaimAccountModal.tsx:146
+#: src/components/modals/ClaimAccountModal.tsx:148
msgid "Claim your account by adding an email and password. We will send a verification code to confirm your email before finishing."
msgstr "Beanspruche dein Konto, indem du E-Mail und Passwort hinzufügst. Wir senden einen Code zur Bestätigung deiner E-Mail, bevor wir abschließen."
@@ -4106,11 +4123,68 @@ msgstr "Beanspruche dein Konto, indem du E-Mail und Passwort hinzufügst. Wir se
msgid "Claim your account to access security features like two-factor authentication and passkeys."
msgstr "Beanspruche dein Konto, um Sicherheitsfunktionen wie Zwei-Faktor-Authentifizierung und Passkeys zu nutzen."
+#: src/components/channel/ChannelHeader/CallButtons.tsx:85
+#: src/components/channel/ChannelHeader/CallButtons.tsx:155
+msgid "Claim your account to call"
+msgstr "Fordere dein Konto an, um anzurufen"
+
#: src/components/modals/tabs/MyProfileTab/UsernameSection.tsx:49
msgid "Claim your account to change your FluxerTag"
msgstr "Beanspruche dein Konto, um deinen FluxerTag zu ändern"
-#: src/components/modals/GiftAcceptModal.tsx:145
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:146
+msgid "Claim your account to create applications."
+msgstr "Beanspruche dein Konto, um Anwendungen zu erstellen."
+
+#: src/components/modals/tabs/BetaCodesTab.tsx:294
+msgid "Claim your account to generate beta codes."
+msgstr "Beanspruche dein Konto, um Beta-Codes zu generieren."
+
+#: src/components/layout/ChannelItem.tsx:208
+#: src/components/layout/ChannelItem.tsx:382
+#: src/stores/voice/MediaEngineFacade.ts:537
+msgid "Claim your account to join this voice channel."
+msgstr "Fordere dein Konto an, um diesem Sprachkanal beizutreten."
+
+#: src/stores/voice/MediaEngineFacade.ts:170
+msgid "Claim your account to join voice channels you don't own."
+msgstr "Fordere dein Konto an, um Sprachkanäle beizutreten, die du nicht besitzt."
+
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:55
+#: src/components/modals/components/plutonium/GiftSection.tsx:61
+#: src/components/modals/components/plutonium/PricingSection.tsx:63
+#: src/components/modals/components/plutonium/VisionarySection.tsx:62
+#: src/components/modals/components/PlutoniumContent.tsx:99
+msgid "Claim your account to purchase Fluxer Plutonium."
+msgstr "Beanspruche dein Konto, um Fluxer Plutonium zu kaufen."
+
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:112
+msgid "Claim your account to purchase or redeem Fluxer Plutonium."
+msgstr "Beanspruche dein Konto, um Fluxer Plutonium zu kaufen oder einzulösen."
+
+#: src/components/modals/tabs/GiftInventoryTab.tsx:239
+msgid "Claim your account to redeem or manage Plutonium gift codes."
+msgstr "Beanspruche dein Konto, um Plutonium-Geschenkkarten einzulösen oder zu verwalten."
+
+#: src/components/channel/GiftEmbed.tsx:99
+#: src/components/modals/GiftAcceptModal.tsx:154
+msgid "Claim your account to redeem this gift."
+msgstr "Beanspruche dein Konto, um dieses Geschenk einzulösen."
+
+#: src/components/channel/dm/AddFriendForm.tsx:54
+#: src/components/channel/dm/DMWelcomeSection.tsx:109
+#: src/components/modals/UserProfileModal.tsx:1289
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:65
+msgid "Claim your account to send friend requests."
+msgstr "Beanspruche dein Konto, um Freundschaftsanfragen zu senden."
+
+#: src/components/channel/ChannelHeader/CallButtons.tsx:54
+#: src/components/channel/ChannelHeader/CallButtons.tsx:124
+#: src/stores/voice/MediaEngineFacade.ts:179
+msgid "Claim your account to start or join 1:1 calls."
+msgstr "Fordere dein Konto an, um 1:1-Anrufe zu starten oder beizutreten."
+
+#: src/components/modals/GiftAcceptModal.tsx:188
msgid "Claim your gift to activate your premium subscription!"
msgstr "Löse dein Geschenk ein, um dein Premium-Abo zu aktivieren!"
@@ -4164,8 +4238,8 @@ msgstr "Berechtigungen löschen"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:420
#: src/components/channel/MessageSearchBar/MessageSearchBar.tsx:1424
-#: src/components/channel/shared/PickerSearchInput.tsx:195
-#: src/components/channel/shared/PickerSearchInput.tsx:212
+#: src/components/channel/shared/PickerSearchInput.tsx:194
+#: src/components/channel/shared/PickerSearchInput.tsx:211
#: src/components/modals/components/SettingsSearch.tsx:108
msgid "Clear search"
msgstr "Suche löschen"
@@ -4200,11 +4274,11 @@ msgstr "Stickerbeschreibung gelöscht."
msgid "Cleared the topic."
msgstr "Thema gelöscht."
-#: src/components/modals/components/MobileSettingsView.tsx:297
+#: src/components/modals/components/MobileSettingsView.tsx:292
msgid "Clearing subscriptions ensures the gateway stops sending messages to this installation."
msgstr "Das Löschen von Abos stellt sicher, dass das Gateway diesem Client keine Nachrichten mehr sendet."
-#: src/components/modals/tabs/BetaCodesTab.tsx:366
+#: src/components/modals/tabs/BetaCodesTab.tsx:391
msgid "Click \"Create Code\" to generate your first code."
msgstr "Klicke auf „Code erstellen“, um deinen ersten Code zu generieren."
@@ -4240,13 +4314,13 @@ msgstr "Klicke, um eine Notiz hinzuzufügen"
msgid "Click to check and uncheck. Available in square and round styles."
msgstr "Klicke zum Aktivieren oder Deaktivieren. In quadratischer oder runder Ausführung verfügbar."
-#: src/components/channel/GiftEmbed.tsx:90
+#: src/components/channel/GiftEmbed.tsx:100
msgid "Click to claim your gift!"
msgstr "Klicke, um dein Geschenk einzulösen!"
#: src/components/invites/InviteListItem.tsx:184
#: src/components/modals/components/ClientInfo.tsx:76
-#: src/components/modals/tabs/BetaCodesTab.tsx:172
+#: src/components/modals/tabs/BetaCodesTab.tsx:174
msgid "Click to copy"
msgstr "Klicke zum Kopieren"
@@ -4328,12 +4402,12 @@ msgid "Close"
msgstr "Schließen"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:341
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:600
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:602
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1239
-#: src/components/bottomsheets/DMBottomSheet.tsx:302
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:614
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:616
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1263
#: src/components/bottomsheets/DMBottomSheet.tsx:304
-#: src/components/bottomsheets/DMBottomSheet.tsx:557
+#: src/components/bottomsheets/DMBottomSheet.tsx:306
+#: src/components/bottomsheets/DMBottomSheet.tsx:560
#: src/components/channel/dm/DMList.tsx:292
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:82
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:84
@@ -4358,7 +4432,8 @@ msgstr "Kohle-Thema"
#: src/components/invites/InviteListItem.tsx:54
#: src/components/modals/MfaTotpDisableModal.tsx:64
#: src/components/modals/MfaTotpEnableModal.tsx:91
-#: src/components/modals/tabs/BetaCodesTab.tsx:51
+#: src/components/modals/tabs/BetaCodesTab.tsx:53
+#: src/components/pages/report/ReportBreadcrumbs.tsx:48
msgid "Code"
msgstr "Code"
@@ -4370,7 +4445,8 @@ msgstr "Code & Monospace"
msgid "Code Blocks"
msgstr "Codeblöcke"
-#: src/components/modals/ClaimAccountModal.tsx:123
+#: src/components/modals/ClaimAccountModal.tsx:125
+#: src/components/pages/ReportPage.tsx:231
msgid "Code resent"
msgstr "Code erneut gesendet"
@@ -4379,8 +4455,8 @@ msgid "Code sent"
msgstr "Code gesendet"
#: src/components/invites/InviteListItem.tsx:180
-#: src/components/modals/tabs/BetaCodesTab.tsx:104
-#: src/components/modals/tabs/BetaCodesTab.tsx:168
+#: src/components/modals/tabs/BetaCodesTab.tsx:106
+#: src/components/modals/tabs/BetaCodesTab.tsx:170
msgid "Code:"
msgstr "Code:"
@@ -4472,7 +4548,7 @@ msgstr "Community stummgeschaltet"
msgid "Community Debug"
msgstr "Community-Debug"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1371
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1395
#: src/components/uikit/ContextMenu/items/CategoryMenuItems.tsx:221
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:239
msgid "Community Default"
@@ -4542,8 +4618,8 @@ msgstr "Benachrichtigungseinstellungen der Community"
msgid "Community organizes raids or harassment campaigns"
msgstr "Community organisiert Raids oder Belästigungskampagnen"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:237
-#: src/components/channel/MemberListItem.tsx:102
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:238
+#: src/components/channel/MemberListItem.tsx:109
#: src/components/modals/guildTabs/GuildMembersTab.tsx:145
#: src/components/modals/guildTabs/GuildMembersTab.tsx:197
msgid "Community Owner"
@@ -4567,14 +4643,14 @@ msgstr "Community fördert oder erleichtert illegale Aktivitäten"
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:172
#: src/components/modals/components/DesktopGuildSettingsView.tsx:204
-#: src/components/modals/GuildSettingsModal.tsx:168
+#: src/components/modals/GuildSettingsModal.tsx:173
#: src/components/popouts/GuildHeaderPopout.tsx:187
#: src/components/uikit/ContextMenu/items/GuildMenuItems.tsx:360
msgid "Community Settings"
msgstr "Community-Einstellungen"
-#: src/components/layout/GuildLayout.tsx:301
-#: src/components/layout/GuildLayout.tsx:348
+#: src/components/layout/GuildLayout.tsx:306
+#: src/components/layout/GuildLayout.tsx:353
msgid "Community temporarily unavailable"
msgstr "Community vorübergehend nicht verfügbar"
@@ -4782,8 +4858,8 @@ msgstr "Mit Voice verbunden"
msgid "Connecting..."
msgstr "Verbinde..."
-#: src/components/channel/channel-view/DMChannelView.tsx:273
-#: src/components/channel/channel-view/DMChannelView.tsx:323
+#: src/components/channel/channel-view/DMChannelView.tsx:274
+#: src/components/channel/channel-view/DMChannelView.tsx:324
#: src/components/voice/CompactVoiceCallView.tsx:55
msgid "Connecting…"
msgstr "Verbinde…"
@@ -4979,7 +5055,7 @@ msgstr "Deinen Aktivitätsstatus steuern"
#: src/components/modals/shared/CopyLinkSection.tsx:61
#: src/components/modals/tabs/ApplicationsTab/application-detail/ApplicationHeader.tsx:68
-#: src/components/modals/tabs/GiftInventoryTab.tsx:143
+#: src/components/modals/tabs/GiftInventoryTab.tsx:144
msgid "Copied"
msgstr "Kopiert"
@@ -5001,7 +5077,7 @@ msgstr "Kopiert!"
#: src/components/modals/BackupCodesModal.tsx:82
#: src/components/modals/shared/CopyLinkSection.tsx:61
#: src/components/modals/tabs/ApplicationsTab/application-detail/OAuthBuilderSection.tsx:142
-#: src/components/modals/tabs/GiftInventoryTab.tsx:143
+#: src/components/modals/tabs/GiftInventoryTab.tsx:144
msgid "Copy"
msgstr "Kopieren"
@@ -5017,7 +5093,7 @@ msgstr "Audio kopieren"
msgid "Copy authorize URL"
msgstr "Autorisierungs-URL kopieren"
-#: src/components/modals/tabs/BetaCodesTab.tsx:178
+#: src/components/modals/tabs/BetaCodesTab.tsx:180
msgid "Copy beta code"
msgstr "Beta-Code kopieren"
@@ -5028,8 +5104,8 @@ msgstr "Kategorie-ID kopieren"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:320
#: src/components/bottomsheets/ChannelBottomSheet.tsx:347
#: src/components/bottomsheets/ChannelBottomSheet.tsx:433
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1293
-#: src/components/bottomsheets/DMBottomSheet.tsx:577
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1317
+#: src/components/bottomsheets/DMBottomSheet.tsx:580
#: src/components/channel/dm/DMList.tsx:271
#: src/components/channel/dm/DMList.tsx:298
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:362
@@ -5090,7 +5166,7 @@ msgstr "Bild kopieren"
msgid "Copy invite link"
msgstr "Einladungslink kopieren"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1154
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1178
#: src/components/modals/tabs/ComponentGalleryTab/ButtonsTab.tsx:182
#: src/components/modals/tabs/ComponentGalleryTab/index.tsx:100
#: src/components/modals/tabs/ComponentGalleryTab/Inline.tsx:95
@@ -5131,15 +5207,15 @@ msgstr "Sticker-ID kopieren"
msgid "Copy Text"
msgstr "Text kopieren"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1285
-#: src/components/bottomsheets/DMBottomSheet.tsx:570
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1309
+#: src/components/bottomsheets/DMBottomSheet.tsx:573
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:370
#: src/components/modals/guildTabs/BannedUserActionsSheet.tsx:74
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:358
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:361
#: src/components/modals/tabs/BlockedUsersTab.tsx:107
#: src/components/modals/UserProfileActionsSheet.tsx:213
#: src/components/modals/UserProfileModal.tsx:1130
-#: src/components/popouts/UserAreaPopout.tsx:507
+#: src/components/popouts/UserAreaPopout.tsx:509
#: src/components/profile/ProfileCard/ProfileCardActions.tsx:60
#: src/components/uikit/ContextMenu/items/CopyMenuItems.tsx:42
msgid "Copy User ID"
@@ -5175,7 +5251,7 @@ msgstr "Countdown-Timer"
msgid "Country"
msgstr "Land"
-#: src/components/pages/ReportPage.tsx:928
+#: src/components/pages/report/ReportStepDetails.tsx:205
msgid "Country of Residence"
msgstr "Wohnsitzland"
@@ -5207,7 +5283,7 @@ msgid "Create a new community or join an existing one."
msgstr "Erstelle eine neue Community oder tritt einer bestehenden bei."
#. placeholder {0}: recipient.username
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:905
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:937
msgid "Create a new group with {0}"
msgstr "Erstelle eine neue Gruppe mit {0}"
@@ -5239,7 +5315,7 @@ msgstr "Ein Konto erstellen"
msgid "Create an account to claim your gift"
msgstr "Erstelle ein Konto, um dein Geschenk einzulösen"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:138
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:142
msgid "Create and manage applications and bots for your account."
msgstr "Erstelle und verwalte Anwendungen und Bots für dein Konto."
@@ -5248,7 +5324,8 @@ msgid "Create and share custom emoji and sticker packs with Fluxer Plutonium."
msgstr "Erstelle und teile eigene Emoji- und Stickerpakete mit Fluxer Plutonium."
#: src/components/modals/tabs/ApplicationsTab/ApplicationCreateModal.tsx:87
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:142
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:149
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:155
msgid "Create Application"
msgstr "Anwendung erstellen"
@@ -5267,7 +5344,7 @@ msgid "Create Category"
msgstr "Kategorie erstellen"
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:180
-#: src/components/layout/ChannelItem.tsx:607
+#: src/components/layout/ChannelItem.tsx:624
#: src/components/modals/ChannelCreateModal.tsx:58
#: src/components/modals/ChannelCreateModal.tsx:103
#: src/components/popouts/GuildHeaderPopout.tsx:194
@@ -5276,8 +5353,8 @@ msgstr "Kategorie erstellen"
msgid "Create Channel"
msgstr "Kanal erstellen"
-#: src/components/modals/tabs/BetaCodesTab.tsx:326
-#: src/components/modals/tabs/BetaCodesTab.tsx:369
+#: src/components/modals/tabs/BetaCodesTab.tsx:351
+#: src/components/modals/tabs/BetaCodesTab.tsx:394
msgid "Create Code"
msgstr "Code erstellen"
@@ -5329,7 +5406,7 @@ msgstr "Neues Konto erstellen"
msgid "Create new group"
msgstr "Neue Gruppe erstellen"
-#: src/components/modals/InviteModal.tsx:339
+#: src/components/modals/InviteModal.tsx:336
msgid "Create New Link"
msgstr "Neuen Link erstellen"
@@ -5373,7 +5450,7 @@ msgid "Create, edit, or delete webhooks."
msgstr "Webhooks erstellen, bearbeiten oder löschen."
#: src/components/invites/InviteListItem.tsx:59
-#: src/components/modals/tabs/BetaCodesTab.tsx:57
+#: src/components/modals/tabs/BetaCodesTab.tsx:59
msgid "Created"
msgstr "Erstellt"
@@ -5390,7 +5467,7 @@ msgstr "Erstellt am {createdAt}"
#. placeholder {0}: invite.pack.creator.username
#. placeholder {0}: pack.creator.username
#: src/components/auth/InviteHeader.tsx:158
-#: src/components/channel/InviteEmbed.tsx:218
+#: src/components/channel/InviteEmbed.tsx:220
#: src/components/modals/InviteAcceptModal.tsx:152
msgid "Created by {0}"
msgstr "Erstellt von {0}"
@@ -5427,8 +5504,8 @@ msgid "Created with name {newLabel}."
msgstr "Erstellt mit dem Namen {newLabel}."
#: src/components/invites/InviteListItem.tsx:207
-#: src/components/modals/tabs/BetaCodesTab.tsx:135
-#: src/components/modals/tabs/BetaCodesTab.tsx:212
+#: src/components/modals/tabs/BetaCodesTab.tsx:137
+#: src/components/modals/tabs/BetaCodesTab.tsx:214
msgid "Created:"
msgstr "Erstellt:"
@@ -5440,7 +5517,7 @@ msgstr "Creative Minds Collective"
msgid "Creative Writing Club"
msgstr "Creative Writing Club"
-#: src/components/pages/ReportPage.tsx:314
+#: src/components/pages/report/optionDescriptors.ts:86
msgid "Croatia"
msgstr "Kroatien"
@@ -5519,8 +5596,8 @@ msgid "Currently stuck in 1885, appearing offline"
msgstr "Derzeit im Jahr 1885 feststeckend, erscheinst du offline"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:461
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1023
-#: src/components/bottomsheets/DMBottomSheet.tsx:605
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1047
+#: src/components/bottomsheets/DMBottomSheet.tsx:608
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:305
msgid "Currently: {mutedText}"
msgstr "Derzeit: {mutedText}"
@@ -5665,7 +5742,7 @@ msgstr "Das Anpassen von Avatar, Banner, Akzentfarbe und Bio für einzelne Commu
msgid "Cut"
msgstr "Ausschneiden"
-#: src/components/pages/ReportPage.tsx:315
+#: src/components/pages/report/optionDescriptors.ts:87
msgid "Cyprus"
msgstr "Zypern"
@@ -5673,7 +5750,7 @@ msgstr "Zypern"
msgid "Czech"
msgstr "Tschechisch"
-#: src/components/pages/ReportPage.tsx:316
+#: src/components/pages/report/optionDescriptors.ts:88
msgid "Czech Republic"
msgstr "Tschechische Republik"
@@ -5746,9 +5823,9 @@ msgstr "Datumsformat"
#: src/components/auth/AuthMinimalRegisterFormCore.tsx:93
#: src/components/auth/AuthRegisterFormCore.tsx:139
-#: src/components/auth/DateOfBirthField.tsx:90
-#: src/components/auth/DateOfBirthField.tsx:124
-#: src/components/auth/DateOfBirthField.tsx:292
+#: src/components/auth/DateOfBirthField.tsx:87
+#: src/components/auth/DateOfBirthField.tsx:121
+#: src/components/auth/DateOfBirthField.tsx:289
#: src/components/auth/MockMinimalRegisterForm.tsx:107
msgid "Date of birth"
msgstr "Geburtsdatum"
@@ -5757,8 +5834,7 @@ msgstr "Geburtsdatum"
msgid "Date Options"
msgstr "Datumsoptionen"
-#: src/components/auth/DateOfBirthField.tsx:88
-#: src/components/auth/DateOfBirthField.tsx:155
+#: src/components/auth/DateOfBirthField.tsx:152
#: src/components/auth/MockMinimalRegisterForm.tsx:73
msgid "Day"
msgstr "Tag"
@@ -5817,11 +5893,11 @@ msgstr "Autorisierung widerrufen"
msgid "Deauthorize Application"
msgstr "Anwendung autorisieren widerrufen"
-#: src/components/modals/components/MobileSettingsView.tsx:369
+#: src/components/modals/components/MobileSettingsView.tsx:364
msgid "Debug"
msgstr "Fehlerbehebung"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1267
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1291
#: src/components/uikit/ContextMenu/items/DebugMenuItems.tsx:71
msgid "Debug Channel"
msgstr "Kanal debuggen"
@@ -5844,7 +5920,7 @@ msgstr "Mitglied debuggen"
msgid "Debug Message"
msgstr "Nachricht debuggen"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1275
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1299
#: src/components/uikit/ContextMenu/items/DebugMenuItems.tsx:53
msgid "Debug User"
msgstr "Benutzer debuggen"
@@ -5905,8 +5981,8 @@ msgstr "Auf Mobilgeräten ist es standardmäßig ausgeschaltet, um Akku- und Dat
#: src/actions/MessageActionCreators.tsx:394
#: src/components/channel/embeds/media/EmbedAudio.tsx:227
#: src/components/channel/embeds/media/MediaContainer.tsx:115
-#: src/components/channel/Messages.tsx:444
-#: src/components/channel/Messages.tsx:524
+#: src/components/channel/Messages.tsx:442
+#: src/components/channel/Messages.tsx:522
#: src/components/channel/MobileMemesPicker.tsx:546
#: src/components/channel/pickers/memes/MemeGridItem.tsx:120
#: src/components/emojis/EmojiListItem.tsx:189
@@ -5923,7 +5999,7 @@ msgstr "Auf Mobilgeräten ist es standardmäßig ausgeschaltet, um Akku- und Dat
msgid "Delete"
msgstr "Löschen"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:666
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:680
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:320
msgid "Delete {channelType}"
msgstr "{channelType} löschen"
@@ -5987,8 +6063,8 @@ msgstr "Kategorie löschen"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:179
#: src/components/bottomsheets/ChannelBottomSheet.tsx:181
#: src/components/bottomsheets/ChannelBottomSheet.tsx:421
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:668
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1224
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:682
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1248
#: src/components/modals/components/DesktopChannelSettingsView.tsx:176
#: src/components/modals/components/MobileChannelSettingsView.tsx:85
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:322
@@ -6021,8 +6097,8 @@ msgstr "Medien löschen"
#: src/components/channel/MessageActionBar.tsx:804
#: src/components/channel/messageActionMenu.tsx:156
#: src/components/channel/messageActionMenu.tsx:193
-#: src/components/channel/Messages.tsx:441
-#: src/components/channel/Messages.tsx:521
+#: src/components/channel/Messages.tsx:439
+#: src/components/channel/Messages.tsx:519
#: src/components/uikit/ContextMenu/items/MessageMenuItems.tsx:273
msgid "Delete Message"
msgstr "Nachricht löschen"
@@ -6114,7 +6190,7 @@ msgstr "{0} abgelehnt und Ablehnung für {1} aufgehoben."
msgid "Denied {0}."
msgstr "{0} abgelehnt."
-#: src/components/pages/ReportPage.tsx:317
+#: src/components/pages/report/optionDescriptors.ts:89
msgid "Denmark"
msgstr "Dänemark"
@@ -6143,7 +6219,7 @@ msgstr "Beschreibe den Sticker"
msgid "Describe what expressions are inside this pack."
msgstr "Beschreibe, welche Ausdrücke dieses Paket enthält."
-#: src/components/pages/ReportPage.tsx:946
+#: src/components/pages/report/ReportStepDetails.tsx:225
msgid "Describe what makes the content illegal"
msgstr "Beschreibe, was den Inhalt illegal macht."
@@ -6205,6 +6281,10 @@ msgstr "Abgetrenntes Banner"
msgid "details"
msgstr "Details"
+#: src/components/pages/report/ReportBreadcrumbs.tsx:49
+msgid "Details"
+msgstr "Einzelheiten"
+
#: src/components/modals/AddGuildModal.tsx:150
msgid "Dev Den"
msgstr "Dev-Bereich"
@@ -6274,7 +6354,7 @@ msgstr "Verschiedene Größen & Mitgliederzahlen"
msgid "Direct message"
msgstr "Direktnachricht"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:477
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:491
#: src/components/modals/shared/RecipientList.tsx:200
msgid "Direct Message"
msgstr "Direktnachricht"
@@ -6516,8 +6596,8 @@ msgstr "Diskussion oder Förderung illegaler Aktivitäten"
#: src/components/layout/app-layout/nagbars/PremiumGracePeriodNagbar.tsx:79
#: src/components/layout/app-layout/nagbars/PremiumOnboardingNagbar.tsx:57
#: src/components/layout/GuildLayout.tsx:106
-#: src/components/modals/GiftAcceptModal.tsx:98
-#: src/components/modals/GiftAcceptModal.tsx:124
+#: src/components/modals/GiftAcceptModal.tsx:105
+#: src/components/modals/GiftAcceptModal.tsx:131
#: src/components/modals/RequiredActionModal.tsx:475
msgid "Dismiss"
msgstr "Schließen"
@@ -6562,8 +6642,8 @@ msgstr "Rollenmitglieder separat anzeigen."
msgid "Display separator lines between different groups of messages for better visual distinction."
msgstr "Zeige Trennlinien zwischen verschiedenen Nachrichtengruppen für eine bessere visuelle Unterscheidung."
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:613
-#: src/components/bottomsheets/DMBottomSheet.tsx:315
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:627
+#: src/components/bottomsheets/DMBottomSheet.tsx:317
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:97
#: src/components/uikit/ContextMenu/UserContextMenu.tsx:168
msgid "DM closed"
@@ -6581,7 +6661,7 @@ msgstr "DM-Nachrichten-Vorschauen"
msgid "DM Notifications"
msgstr "DM-Benachrichtigungen"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1092
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1116
msgid "DM Settings"
msgstr "DM-Einstellungen"
@@ -6662,6 +6742,7 @@ msgstr "Tippen-Indikatoren in der Kanalliste nicht anzeigen"
#: src/components/keybinds/KeybindRecorder.tsx:220
#: src/components/modals/GuildNotificationSettingsModal.tsx:347
#: src/components/modals/GuildPrivacySettingsModal.tsx:68
+#: src/components/pages/report/ReportBreadcrumbs.tsx:50
#: src/components/search/HasFilterSheet.tsx:124
#: src/components/search/UserFilterSheet.tsx:149
msgid "Done"
@@ -6843,13 +6924,13 @@ msgstr "Anhang bearbeiten"
msgid "Edit attachment form"
msgstr "Anhangsformular bearbeiten"
-#: src/components/layout/ChannelItem.tsx:630
+#: src/components/layout/ChannelItem.tsx:647
#: src/components/uikit/ContextMenu/items/CategoryMenuItems.tsx:299
msgid "Edit Category"
msgstr "Kategorie bearbeiten"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:416
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1218
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1242
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:300
msgid "Edit Channel"
msgstr "Kanal bearbeiten"
@@ -6869,8 +6950,8 @@ msgid "Edit global settings like name, description, and icon."
msgstr "Globale Einstellungen wie Name, Beschreibung und Icon bearbeiten."
#: src/components/bottomsheets/ChannelBottomSheet.tsx:284
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1178
-#: src/components/bottomsheets/DMBottomSheet.tsx:461
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1202
+#: src/components/bottomsheets/DMBottomSheet.tsx:463
#: src/components/channel/dm/DMList.tsx:237
#: src/components/channel/dm/GroupDMWelcomeSection.tsx:74
#: src/components/modals/EditGroupBottomSheet.tsx:177
@@ -6883,7 +6964,7 @@ msgstr "Gruppe bearbeiten"
msgid "Edit group form"
msgstr "Gruppenformular bearbeiten"
-#: src/components/modals/InviteModal.tsx:327
+#: src/components/modals/InviteModal.tsx:324
msgid "Edit invite link"
msgstr "Einladungslink bearbeiten"
@@ -6910,10 +6991,10 @@ msgstr "Notiz bearbeiten"
msgid "Edit overwrites for roles and members in this channel."
msgstr "Überschreibungen für Rollen und Mitglieder in diesem Kanal bearbeiten."
-#: src/components/modals/UserProfileMobileSheet.tsx:486
-#: src/components/modals/UserProfileModal.tsx:1205
+#: src/components/modals/UserProfileMobileSheet.tsx:490
+#: src/components/modals/UserProfileModal.tsx:1206
#: src/components/pages/YouPage.tsx:123
-#: src/components/popouts/UserAreaPopout.tsx:519
+#: src/components/popouts/UserAreaPopout.tsx:521
#: src/components/popouts/UserProfilePopout.tsx:299
msgid "Edit Profile"
msgstr "Profil bearbeiten"
@@ -6966,19 +7047,20 @@ msgstr "Geplante Nachricht bearbeiten"
#: src/components/auth/AuthLoginCore/AuthLoginEmailPasswordForm.tsx:78
#: src/components/auth/AuthRegisterFormCore.tsx:133
#: src/components/auth/AuthRegisterFormCore.tsx:159
-#: src/components/modals/ClaimAccountModal.tsx:157
+#: src/components/modals/ClaimAccountModal.tsx:159
#: src/components/modals/RequiredActionModal.tsx:185
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:210
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:241
#: src/components/modals/utils/settingsSearchIndex.ts:94
#: src/components/pages/ForgotPasswordPage.tsx:97
+#: src/components/pages/report/ReportBreadcrumbs.tsx:47
msgid "Email"
msgstr "E-Mail"
#: src/components/modals/tabs/AccountSecurityTab/AccountTab.tsx:65
#: src/components/modals/tabs/AccountSecurityTab/AccountTab.tsx:91
#: src/components/modals/tabs/ComponentGalleryTab/InputsTab.tsx:107
-#: src/components/pages/ReportPage.tsx:662
+#: src/components/pages/report/ReportStepEmail.tsx:76
msgid "Email Address"
msgstr "E-Mail-Adresse"
@@ -7019,10 +7101,6 @@ msgstr "E-Mail-Verifizierung erforderlich"
msgid "Email Verification Required"
msgstr "E-Mail Überprüfung erforderlich"
-#: src/components/pages/ReportPage.tsx:809
-msgid "Email verified"
-msgstr "E-Mail verifiziert"
-
#: src/components/modals/tabs/DeveloperOptionsTab/AccountPremiumTab.tsx:56
msgid "Email Verified Override"
msgstr "Verifizierte E-Mail überschreiben"
@@ -7108,7 +7186,7 @@ msgid "Emoji names must be at least 2 characters long and can only contain alpha
msgstr "Emoji-Namen müssen mindestens 2 Zeichen lang sein und dürfen nur alphanumerische Zeichen sowie Unterstriche enthalten. Zulässige Dateitypen: JPEG, PNG, WebP, GIF. Wir komprimieren Bilder auf 128×128 Pixel. Höchstgröße: {0} KB pro Emoji."
#: src/components/auth/InviteHeader.tsx:140
-#: src/components/channel/InviteEmbed.tsx:197
+#: src/components/channel/InviteEmbed.tsx:199
#: src/components/modals/InviteAcceptModal.tsx:142
#: src/components/modals/tabs/ExpressionPacksTab.tsx:70
msgid "Emoji pack"
@@ -7140,7 +7218,7 @@ msgstr "Emoji aktualisiert"
#: src/components/channel/AutocompleteEmoji.tsx:67
#: src/components/channel/textarea/TextareaButtons.tsx:150
-#: src/components/modals/ExpressionPickerSheet.tsx:106
+#: src/components/modals/ExpressionPickerSheet.tsx:93
#: src/components/popouts/ExpressionPickerPopout.tsx:95
msgid "Emojis"
msgstr "Emojis"
@@ -7343,11 +7421,11 @@ msgstr "Englisch"
msgid "English (US)"
msgstr "Englisch (US)"
-#: src/components/pages/ReportPage.tsx:429
+#: src/components/pages/ReportPage.tsx:254
msgid "Enter a code in the format ABCD-1234."
msgstr "Gib einen Code im Format ABCD-1234 ein."
-#: src/components/modals/tabs/GiftInventoryTab.tsx:235
+#: src/components/modals/tabs/GiftInventoryTab.tsx:258
msgid "Enter a gift code to redeem Plutonium for your account."
msgstr "Gib einen Geschenkcode ein, um Plutonium auf dein Konto einzulösen."
@@ -7371,7 +7449,7 @@ msgstr "Code eingeben"
msgid "Enter fullscreen"
msgstr "Vollbildmodus starten"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:255
+#: src/components/modals/tabs/GiftInventoryTab.tsx:278
msgid "Enter gift code..."
msgstr "Geschenkcode eingeben..."
@@ -7414,7 +7492,7 @@ msgstr "Gib den 6-stelligen Code ein, der an dein Telefon gesendet wurde."
msgid "Enter the API endpoint of the Fluxer instance you want to connect to."
msgstr "Gib den API-Endpunkt der Fluxer-Instanz ein, mit der du dich verbinden möchtest."
-#: src/components/pages/ReportPage.tsx:424
+#: src/components/pages/ReportPage.tsx:249
msgid "Enter the code before continuing."
msgstr "Gib den Code ein, bevor du fortfährst."
@@ -7430,7 +7508,7 @@ msgstr "Gib den an deine aktuelle E-Mail gesendeten Code ein."
msgid "Enter the code we emailed to your new address."
msgstr "Gib den Code ein, den wir an deine neue Adresse geschickt haben."
-#: src/components/modals/ClaimAccountModal.tsx:190
+#: src/components/modals/ClaimAccountModal.tsx:192
msgid "Enter the code we sent to your email to verify it. Your password will be set once the code is confirmed."
msgstr "Gib den Code ein, den wir dir zur Bestätigung deiner E-Mail geschickt haben. Dein Passwort wird gesetzt, sobald der Code bestätigt ist."
@@ -7454,13 +7532,9 @@ msgstr "Eingabe zum <0><1>Speichern1>0>"
msgid "Enter username"
msgstr "Benutzernamen eingeben"
-#: src/components/pages/ReportPage.tsx:701
-msgid "Enter Verification Code"
-msgstr "Bestätigungscode eingeben"
-
-#: src/components/pages/ReportPage.tsx:638
-msgid "Enter Your Email"
-msgstr "Deine E-Mail eingeben"
+#: src/components/pages/report/ReportStepVerification.tsx:64
+msgid "Enter verification code"
+msgstr "Gib den Bestätigungscode ein"
#: src/components/pages/ForgotPasswordPage.tsx:87
msgid "Enter your email address and we'll send you a link to reset your password."
@@ -7500,7 +7574,7 @@ msgid "Entrance sound uploaded successfully"
msgstr "Eingangssound erfolgreich hochgeladen"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:297
-#: src/components/channel/ChannelSearchResults.tsx:691
+#: src/components/channel/ChannelSearchResults.tsx:660
#: src/components/modals/tabs/ComponentGalleryTab/OverlaysTab.tsx:88
msgid "Error"
msgstr "Fehler"
@@ -7522,7 +7596,7 @@ msgstr "Escape-Taste beendet den Tastaturmodus"
msgid "escape to <0><1>cancel1>0>"
msgstr "Escape zum <0><1>Abbrechen1>0>"
-#: src/components/pages/ReportPage.tsx:318
+#: src/components/pages/report/optionDescriptors.ts:90
msgid "Estonia"
msgstr "Estland"
@@ -7561,7 +7635,7 @@ msgstr "Link, Einbettung oder Datei ausschließen"
msgid "exclude user"
msgstr "Benutzer ausschließen"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:95
+#: src/components/modals/components/plutonium/VisionarySection.tsx:104
msgid "Exclusive community"
msgstr "Exklusive Community"
@@ -7593,12 +7667,12 @@ msgstr "Kategorie erweitern"
msgid "Expiration"
msgstr "Ablauf"
-#: src/components/modals/InviteModal.tsx:281
+#: src/components/modals/InviteModal.tsx:278
msgid "Expire after"
msgstr "Läuft ab nach"
#: src/components/accounts/AccountRow.tsx:162
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:114
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:133
#: src/components/modals/GroupInvitesBottomSheet.tsx:104
msgid "Expired"
msgstr "Abgelaufen"
@@ -7675,7 +7749,7 @@ msgstr "Expression-Pakete"
msgid "Expression Packs are a Plutonium feature"
msgstr "Expression-Pakete sind eine Plutonium-Funktion"
-#: src/components/modals/ExpressionPickerSheet.tsx:232
+#: src/components/modals/ExpressionPickerSheet.tsx:219
#: src/components/popouts/ExpressionPickerPopout.tsx:193
msgid "Expression picker categories"
msgstr "Expression-Auswahlkategorien"
@@ -7700,7 +7774,7 @@ msgstr "Externe Links können gefährlich sein. Bitte sei vorsichtig."
msgid "Extra Large"
msgstr "Extra groß"
-#: src/components/pages/ReportPage.tsx:297
+#: src/components/pages/report/optionDescriptors.ts:72
#: src/constants/IARConstants.tsx:165
msgid "Extremist Community"
msgstr "Extremistische Community"
@@ -7749,7 +7823,7 @@ msgstr "Einladungslink konnte nicht kopiert werden"
msgid "Failed to copy to clipboard"
msgstr "Kopieren in die Zwischenablage fehlgeschlagen"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:79
+#: src/components/modals/tabs/GiftInventoryTab.tsx:80
msgid "Failed to copy URL"
msgstr "URL konnte nicht kopiert werden"
@@ -7794,7 +7868,7 @@ msgid "Failed to delete category"
msgstr "Kategorie konnte nicht gelöscht werden"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:194
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:681
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:695
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:335
msgid "Failed to delete channel"
msgstr "Kanal konnte nicht gelöscht werden"
@@ -7868,7 +7942,7 @@ msgstr "Sperren konnten nicht geladen werden. Bitte versuche es erneut."
msgid "Failed to load emojis"
msgstr "Emojis konnten nicht geladen werden"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:296
+#: src/components/modals/tabs/GiftInventoryTab.tsx:319
msgid "Failed to load gift inventory"
msgstr "Geschenkbestand konnte nicht geladen werden"
@@ -7894,8 +7968,8 @@ msgstr "Sticker konnten nicht geladen werden"
msgid "Failed to load vanity URL. Please try again."
msgstr "Vanity-URL konnte nicht geladen werden. Bitte versuche es erneut."
-#: src/components/modals/components/PlutoniumContent.tsx:146
-#: src/components/modals/components/PlutoniumContent.tsx:272
+#: src/components/modals/components/PlutoniumContent.tsx:157
+#: src/components/modals/components/PlutoniumContent.tsx:289
msgid "Failed to load Visionary information. Please try again later."
msgstr "Visionary-Informationen konnten nicht geladen werden. Bitte versuche es später erneut."
@@ -7916,19 +7990,19 @@ msgstr "Deine Communities konnten nicht geladen werden."
msgid "Failed to open customer portal. Please try again."
msgstr "Kundenportal konnte nicht geöffnet werden. Bitte versuche es erneut."
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:572
-#: src/components/bottomsheets/DMBottomSheet.tsx:153
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:586
+#: src/components/bottomsheets/DMBottomSheet.tsx:155
#: src/components/channel/dm/DMList.tsx:216
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:121
msgid "Failed to pin DM"
msgstr "Direktnachricht konnte nicht angepinnt werden"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:572
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:586
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:101
msgid "Failed to pin group"
msgstr "Gruppe konnte nicht angepinnt werden"
-#: src/components/bottomsheets/DMBottomSheet.tsx:153
+#: src/components/bottomsheets/DMBottomSheet.tsx:155
msgid "Failed to pin group DM"
msgstr "Gruppen-DM konnte nicht angeheftet werden."
@@ -7957,7 +8031,7 @@ msgstr "Instanz ({status}) konnte nicht erreicht werden."
msgid "Failed to reactivate subscription. Please try again."
msgstr "Abonnement konnte nicht reaktiviert werden. Bitte versuche es erneut."
-#: src/components/modals/tabs/GiftInventoryTab.tsx:94
+#: src/components/modals/tabs/GiftInventoryTab.tsx:95
msgid "Failed to redeem gift"
msgstr "Geschenk konnte nicht eingelöst werden"
@@ -7998,6 +8072,10 @@ msgstr "Die Entfernung aus der Gruppe ist fehlgeschlagen"
msgid "Failed to remove timeout. Please try again."
msgstr "Der Timeout konnte nicht entfernt werden. Bitte versuche es erneut."
+#: src/components/pages/ReportPage.tsx:236
+msgid "Failed to resend code. Please try again."
+msgstr "Fehler beim erneuten Senden des Codes. Bitte versuche es erneut."
+
#: src/components/modals/guildTabs/GuildRolesTab.tsx:674
msgid "Failed to reset hoist order"
msgstr "Hoist-Reihenfolge konnte nicht zurückgesetzt werden"
@@ -8018,7 +8096,7 @@ msgstr "Die Rotation ist fehlgeschlagen. Bitte versuche es erneut."
msgid "Failed to send friend request. Please try again."
msgstr "Die Freundschaftsanfrage konnte nicht gesendet werden. Bitte versuche es erneut."
-#: src/components/bottomsheets/DMBottomSheet.tsx:262
+#: src/components/bottomsheets/DMBottomSheet.tsx:264
#: src/components/modals/InviteModal.tsx:176
#: src/components/uikit/ContextMenu/items/InviteMenuItems.tsx:111
msgid "Failed to send invite"
@@ -8037,7 +8115,7 @@ msgstr "Der SMS-Code konnte nicht gesendet werden. Bitte versuche es erneut."
msgid "Failed to send theme"
msgstr "Das Thema konnte nicht gesendet werden"
-#: src/components/pages/ReportPage.tsx:412
+#: src/components/pages/ReportPage.tsx:234
msgid "Failed to send verification code. Please try again."
msgstr "Der Verifizierungscode konnte nicht gesendet werden. Bitte versuche es erneut."
@@ -8084,19 +8162,19 @@ msgstr "Die Eigentumsübertragung ist fehlgeschlagen. Bitte versuche es erneut."
msgid "Failed to unblock user. Please try again."
msgstr "Der Nutzer konnte nicht entsperrt werden. Bitte versuche es erneut."
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:589
-#: src/components/bottomsheets/DMBottomSheet.tsx:170
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:603
+#: src/components/bottomsheets/DMBottomSheet.tsx:172
#: src/components/channel/dm/DMList.tsx:226
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:138
msgid "Failed to unpin DM"
msgstr "Direktnachricht konnte nicht gelöst werden"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:589
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:603
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:118
msgid "Failed to unpin group"
msgstr "Gruppe konnte nicht gelöst werden"
-#: src/components/bottomsheets/DMBottomSheet.tsx:170
+#: src/components/bottomsheets/DMBottomSheet.tsx:172
msgid "Failed to unpin group DM"
msgstr "Gruppen-DM konnte nicht entpinnt werden"
@@ -8298,7 +8376,7 @@ msgstr "Finde den perfekten Sticker"
msgid "Fine-tune core colors and fonts for this app. Changes here are stored as custom CSS overrides and sync with the editor below."
msgstr "Feinabstimmung der Hauptfarben und Schriftarten dieser App. Änderungen werden hier als benutzerdefinierte CSS-Überschreibungen gespeichert und mit dem Editor unten synchronisiert."
-#: src/components/pages/ReportPage.tsx:319
+#: src/components/pages/report/optionDescriptors.ts:91
msgid "Finland"
msgstr "Finnland"
@@ -8306,7 +8384,7 @@ msgstr "Finnland"
msgid "Finnish"
msgstr "Finnisch"
-#: src/components/pages/ReportPage.tsx:923
+#: src/components/pages/report/ReportStepDetails.tsx:199
msgid "First and last name"
msgstr "Vor- und Nachname"
@@ -8419,7 +8497,7 @@ msgstr "Fluxer benötigt die Berechtigung zur Überwachung von Tastatur- und Mau
msgid "Fluxer Partner"
msgstr "Fluxer-Partner"
-#: src/components/modals/components/PlutoniumContent.tsx:182
+#: src/components/modals/components/PlutoniumContent.tsx:193
#: src/components/modals/PremiumModal.tsx:34
#: src/components/modals/utils/settingsConstants.tsx:147
#: src/components/popouts/UserProfileBadges.tsx:99
@@ -8483,7 +8561,7 @@ msgstr "Essen & Trinken"
msgid "Foodie Friends"
msgstr "Foodie-Freunde"
-#: src/components/bottomsheets/DMBottomSheet.tsx:660
+#: src/components/bottomsheets/DMBottomSheet.tsx:663
msgid "For 1 hour"
msgstr "Für 1 Stunde"
@@ -8497,7 +8575,7 @@ msgstr "Für 1 Stunde"
msgid "For 1 Hour"
msgstr "Für 1 Stunde"
-#: src/components/bottomsheets/DMBottomSheet.tsx:659
+#: src/components/bottomsheets/DMBottomSheet.tsx:662
#: src/components/popouts/UserAreaPopout.tsx:77
msgid "For 15 minutes"
msgstr "Für 15 Minuten"
@@ -8511,7 +8589,7 @@ msgstr "Für 15 Minuten"
msgid "For 15 Minutes"
msgstr "Für 15 Minuten"
-#: src/components/bottomsheets/DMBottomSheet.tsx:663
+#: src/components/bottomsheets/DMBottomSheet.tsx:666
msgid "For 24 hours"
msgstr "Für 24 Stunden"
@@ -8529,7 +8607,7 @@ msgstr "Für 24 Stunden"
msgid "For 3 days"
msgstr "Für 3 Tage"
-#: src/components/bottomsheets/DMBottomSheet.tsx:661
+#: src/components/bottomsheets/DMBottomSheet.tsx:664
msgid "For 3 hours"
msgstr "Für 3 Stunden"
@@ -8542,7 +8620,7 @@ msgstr "Für 3 Stunden"
msgid "For 3 Hours"
msgstr "Für 3 Stunden"
-#: src/components/bottomsheets/DMBottomSheet.tsx:662
+#: src/components/bottomsheets/DMBottomSheet.tsx:665
msgid "For 8 hours"
msgstr "Für 8 Stunden"
@@ -8560,7 +8638,7 @@ msgstr "Für 8 Stunden"
msgid "For British eyes only..."
msgstr "Nur für britische Augen..."
-#: src/components/modals/components/plutonium/PricingSection.tsx:62
+#: src/components/modals/components/plutonium/PricingSection.tsx:68
msgid "For Me"
msgstr "Für mich"
@@ -8664,15 +8742,15 @@ msgstr "Erzwingt Slowmode in allen Kanälen"
msgid "Forever"
msgstr "Für immer"
-#: src/components/modals/components/MobileSettingsView.tsx:300
+#: src/components/modals/components/MobileSettingsView.tsx:295
msgid "Forget"
msgstr "Vergessen"
-#: src/components/modals/components/MobileSettingsView.tsx:327
+#: src/components/modals/components/MobileSettingsView.tsx:322
msgid "Forget Push Subscriptions"
msgstr "Push-Abonnements vergessen"
-#: src/components/modals/components/MobileSettingsView.tsx:294
+#: src/components/modals/components/MobileSettingsView.tsx:289
msgid "Forget push subscriptions?"
msgstr "Push-Abonnements vergessen?"
@@ -8729,7 +8807,7 @@ msgstr "Bildrate"
msgid "Frame rates above 30 fps require Plutonium"
msgstr "Bildraten über 30 fps erfordern Plutonium"
-#: src/components/pages/ReportPage.tsx:320
+#: src/components/pages/report/optionDescriptors.ts:92
msgid "France"
msgstr "Frankreich"
@@ -8745,8 +8823,8 @@ msgstr "Kostenloser Nutzer (ohne Käufe)"
msgid "Free User (With Purchase History)"
msgstr "Kostenloser Nutzer (mit Kaufhistorie)"
-#: src/components/modals/components/PlutoniumContent.tsx:163
-#: src/components/modals/components/PlutoniumContent.tsx:289
+#: src/components/modals/components/PlutoniumContent.tsx:174
+#: src/components/modals/components/PlutoniumContent.tsx:308
msgid "Free vs Plutonium"
msgstr "Kostenlos vs. Plutonium"
@@ -8773,12 +8851,13 @@ msgstr "Freundschaftsanfrage"
msgid "Friend request sent"
msgstr "Freundschaftsanfrage gesendet"
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:68
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:250
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:75
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:89
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:271
msgid "Friend Request Sent"
msgstr "Freundschaftsanfrage gesendet"
-#: src/components/channel/dm/AddFriendForm.tsx:144
+#: src/components/channel/dm/AddFriendForm.tsx:167
msgid "Friend request sent!"
msgstr "Freundschaftsanfrage gesendet!"
@@ -8787,7 +8866,7 @@ msgstr "Freundschaftsanfrage gesendet!"
msgid "Friend Requests"
msgstr "Freundschaftsanfragen"
-#: src/components/channel/dm/AddFriendForm.tsx:137
+#: src/components/channel/dm/AddFriendForm.tsx:160
msgid "Friend's FluxerTag"
msgstr "FluxerTag des Freundes"
@@ -8828,9 +8907,10 @@ msgstr "Von {0}"
#. placeholder {0}: creator.username
#. placeholder {1}: creator.discriminator
-#: src/components/channel/GiftEmbed.tsx:87
-#: src/components/modals/GiftAcceptModal.tsx:116
-#: src/components/modals/GiftAcceptModal.tsx:143
+#: src/components/channel/GiftEmbed.tsx:93
+#: src/components/modals/GiftAcceptModal.tsx:123
+#: src/components/modals/GiftAcceptModal.tsx:151
+#: src/components/modals/GiftAcceptModal.tsx:186
msgid "From {0}#{1}"
msgstr "Von {0}#{1}"
@@ -8850,7 +8930,7 @@ msgstr "Vom Nutzer"
msgid "from:"
msgstr "von:"
-#: src/components/pages/ReportPage.tsx:919
+#: src/components/pages/report/ReportStepDetails.tsx:195
msgid "Full Legal Name"
msgstr "Vollständiger rechtlicher Name"
@@ -8892,7 +8972,7 @@ msgstr "Einladung erstellen"
msgid "Generate invite link"
msgstr "Einladungslink generieren"
-#: src/components/modals/tabs/BetaCodesTab.tsx:315
+#: src/components/modals/tabs/BetaCodesTab.tsx:340
msgid "Generate up to {MAX_UNCLAIMED_BETA_CODES} unclaimed beta codes to invite friends to Fluxer. You can create 3 codes per week."
msgstr "Erstelle bis zu {MAX_UNCLAIMED_BETA_CODES} ungenutzte Beta-Codes, um Freunde zu Fluxer einzuladen. Du kannst 3 Codes pro Woche erstellen."
@@ -8909,7 +8989,7 @@ msgstr "Geografisch eingeschränkt"
msgid "German"
msgstr "Deutsch"
-#: src/components/pages/ReportPage.tsx:321
+#: src/components/pages/report/optionDescriptors.ts:93
msgid "Germany"
msgstr "Deutschland"
@@ -8991,13 +9071,13 @@ msgstr "GIF-Vorschau"
#: src/components/channel/pickers/gif/GifPickerHeader.tsx:40
#: src/components/channel/pickers/memes/MemesPickerHeader.tsx:57
#: src/components/channel/textarea/TextareaButtons.tsx:110
-#: src/components/modals/ExpressionPickerSheet.tsx:68
+#: src/components/modals/ExpressionPickerSheet.tsx:55
#: src/components/popouts/ExpressionPickerPopout.tsx:69
msgid "GIFs"
msgstr "GIFs"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:122
-#: src/components/modals/GiftAcceptModal.tsx:163
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:141
+#: src/components/modals/GiftAcceptModal.tsx:206
msgid "Gift"
msgstr "Geschenk"
@@ -9030,19 +9110,20 @@ msgstr "Geschenk bereits eingelöst"
msgid "Gift Already Redeemed"
msgstr "Geschenk bereits eingelöst"
-#: src/components/channel/GiftEmbed.tsx:94
+#: src/components/channel/GiftEmbed.tsx:105
+#: src/components/channel/GiftEmbed.tsx:109
msgid "Gift Claimed"
msgstr "Geschenk beansprucht"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:246
+#: src/components/modals/tabs/GiftInventoryTab.tsx:269
msgid "Gift code cannot be empty"
msgstr "Geschenkcode darf nicht leer sein"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:243
+#: src/components/modals/tabs/GiftInventoryTab.tsx:266
msgid "Gift code is required"
msgstr "Geschenkcode ist erforderlich"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:250
+#: src/components/modals/tabs/GiftInventoryTab.tsx:273
msgid "Gift code is too long"
msgstr "Geschenkcode ist zu lang"
@@ -9070,7 +9151,7 @@ msgstr "Geschenk nicht gefunden"
#: src/components/channel/textarea/TextareaButtons.tsx:101
#: src/components/channel/textarea/TextareaButtons.tsx:177
-#: src/components/modals/components/plutonium/GiftSection.tsx:61
+#: src/components/modals/components/plutonium/GiftSection.tsx:67
msgid "Gift Plutonium"
msgstr "Plutonium schenken"
@@ -9078,23 +9159,23 @@ msgstr "Plutonium schenken"
msgid "Gift redeemed successfully!"
msgstr "Geschenk erfolgreich eingelöst!"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:89
+#: src/components/modals/tabs/GiftInventoryTab.tsx:90
msgid "Gift redeemed successfully! Enjoy your Plutonium!"
msgstr "Geschenk erfolgreich eingelöst! Viel Spaß mit deinem Plutonium!"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:53
+#: src/components/modals/components/plutonium/VisionarySection.tsx:58
msgid "gift time"
msgstr "Geschenkeziet"
-#: src/components/channel/GiftEmbed.tsx:151
+#: src/components/channel/GiftEmbed.tsx:162
msgid "Gift Unavailable"
msgstr "Geschenk nicht verfügbar"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:132
+#: src/components/modals/tabs/GiftInventoryTab.tsx:133
msgid "Gift URL"
msgstr "Geschenk-URL"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:75
+#: src/components/modals/tabs/GiftInventoryTab.tsx:76
msgid "Gift URL copied to clipboard!"
msgstr "Geschenk-URL in die Zwischenablage kopiert!"
@@ -9126,7 +9207,7 @@ msgstr "Globale Shortcuts sind in der Desktop-App verfügbar"
msgid "Glorification of violence or disturbing imagery"
msgstr "Verherrlichung von Gewalt oder verstörenden Bildern"
-#: src/components/modals/components/MobileSettingsView.tsx:145
+#: src/components/modals/components/MobileSettingsView.tsx:140
#: src/components/modals/shared/MobileSettingsComponents.tsx:43
msgid "Go back"
msgstr "Zurück"
@@ -9143,7 +9224,7 @@ msgstr "Zum zuvor fokussierten Textkanal zurückkehren"
msgid "Go forward in navigation history"
msgstr "Vorwärts in der Navigationshistorie"
-#: src/components/channel/InviteEmbed.tsx:259
+#: src/components/channel/InviteEmbed.tsx:261
#: src/components/modals/InviteAcceptModal.tsx:100
msgid "Go to Community"
msgstr "Zur Community gehen"
@@ -9166,15 +9247,15 @@ msgstr "Zur Anmeldung gehen"
msgid "Go to message"
msgstr "Zur Nachricht gehen"
-#: src/components/channel/ChannelSearchResults.tsx:841
+#: src/components/channel/ChannelSearchResults.tsx:809
msgid "Go to page"
msgstr "Zur Seite gehen"
-#: src/components/channel/ChannelSearchResults.tsx:808
+#: src/components/channel/ChannelSearchResults.tsx:776
msgid "Go to page {page}"
msgstr "Zur Seite {page} gehen"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:315
+#: src/components/modals/tabs/GiftInventoryTab.tsx:338
msgid "Go to Plutonium"
msgstr "Zu Plutonium gehen"
@@ -9195,7 +9276,7 @@ msgstr "Verstanden"
msgid "Gotcha"
msgstr "Verstanden"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:116
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:135
msgid "Grace Period"
msgstr "Schonfrist"
@@ -9203,7 +9284,7 @@ msgstr "Schonfrist"
msgid "Grace Period (Still Have Access)"
msgstr "Schonfrist (Zugriff noch vorhanden)"
-#: src/components/modals/InviteModal.tsx:301
+#: src/components/modals/InviteModal.tsx:298
msgid "Grant temporary membership"
msgstr "Vorübergehende Mitgliedschaft gewähren"
@@ -9234,7 +9315,7 @@ msgstr "Großer Erfolg!"
msgid "Great success! You can now close this tab and return to the app."
msgstr "Großer Erfolg! Du kannst diesen Tab jetzt schließen und zur App zurückkehren."
-#: src/components/pages/ReportPage.tsx:322
+#: src/components/pages/report/optionDescriptors.ts:94
msgid "Greece"
msgstr "Griechenland"
@@ -9263,7 +9344,7 @@ msgstr "Gruppenchat-Berechtigungen hinzufügen"
msgid "Group Chat Permissions"
msgstr "Gruppenchat-Berechtigungen"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:481
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:495
msgid "Group Direct Message"
msgstr "Gruppen-Direktnachricht"
@@ -9272,7 +9353,7 @@ msgid "Group DM"
msgstr "Gruppen-DM"
#. placeholder {0}: channel.recipientIds.length + 1
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:772
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:804
msgid "Group DM · {0} members"
msgstr "Gruppen-DM · {0} Mitglieder"
@@ -9317,12 +9398,12 @@ msgstr "Gruppenname darf 100 Zeichen nicht überschreiten"
msgid "Group Online Status"
msgstr "Gruppen Online-Status"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:962
-#: src/components/channel/MemberListItem.tsx:102
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:984
+#: src/components/channel/MemberListItem.tsx:109
msgid "Group Owner"
msgstr "Gruppenbesitzer"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1092
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1116
msgid "Group Settings"
msgstr "Gruppeneinstellungen"
@@ -9335,11 +9416,11 @@ msgstr "Gruppen-Tippzustände"
msgid "Group updated"
msgstr "Gruppe aktualisiert"
-#: src/components/pages/ReportPage.tsx:893
+#: src/components/pages/report/ReportStepDetails.tsx:167
msgid "Guild (Community) ID"
msgstr "Gilden-(Community-)ID"
-#: src/components/pages/ReportPage.tsx:902
+#: src/components/pages/report/ReportStepDetails.tsx:177
msgid "Guild ID is required."
msgstr "Guild-ID ist erforderlich."
@@ -9355,13 +9436,13 @@ msgstr "Gilden-Eintrag"
msgid "Hang on while we check for scheduled messages."
msgstr "Bitte warten, während wir nach geplanten Nachrichten suchen."
-#: src/components/pages/ReportPage.tsx:295
+#: src/components/pages/report/optionDescriptors.ts:70
#: src/constants/IARConstants.tsx:155
msgid "Harassment"
msgstr "Belästigung"
-#: src/components/pages/ReportPage.tsx:262
-#: src/components/pages/ReportPage.tsx:281
+#: src/components/pages/report/optionDescriptors.ts:43
+#: src/components/pages/report/optionDescriptors.ts:59
#: src/constants/IARConstants.tsx:32
#: src/constants/IARConstants.tsx:109
msgid "Harassment or Bullying"
@@ -9383,9 +9464,9 @@ msgstr "Hat jemals den Override gekauft"
msgid "has:"
msgstr "hat:"
-#: src/components/pages/ReportPage.tsx:263
-#: src/components/pages/ReportPage.tsx:282
-#: src/components/pages/ReportPage.tsx:296
+#: src/components/pages/report/optionDescriptors.ts:44
+#: src/components/pages/report/optionDescriptors.ts:60
+#: src/components/pages/report/optionDescriptors.ts:71
#: src/constants/IARConstants.tsx:37
#: src/constants/IARConstants.tsx:114
#: src/constants/IARConstants.tsx:160
@@ -9430,7 +9511,7 @@ msgid "Help Center"
msgstr "Hilfecenter"
#. placeholder {0}: user.displayName
-#: src/components/layout/app-layout/nagbars/UnclaimedAccountNagbar.tsx:44
+#: src/components/layout/app-layout/nagbars/UnclaimedAccountNagbar.tsx:42
msgid "Hey {0}, claim your account to prevent losing access."
msgstr "Hey {0}, beanspruche dein Konto, damit du den Zugriff nicht verlierst."
@@ -9654,7 +9735,7 @@ msgstr "https://example.com/callback"
msgid "Hungarian"
msgstr "Ungarisch"
-#: src/components/pages/ReportPage.tsx:323
+#: src/components/pages/report/optionDescriptors.ts:95
msgid "Hungary"
msgstr "Ungarn"
@@ -9728,8 +9809,8 @@ msgstr "Wenn du einen Beta-Code erhalten hast, kannst du ihn unten eingeben, um
msgid "If you want to export your data or delete your messages first, please visit the Privacy Dashboard section in User Settings before proceeding."
msgstr "Wenn du zuerst deine Daten exportieren oder deine Nachrichten löschen möchtest, besuche bitte vorab das Datenschutz-Dashboard in den Benutzereinstellungen."
-#: src/components/channel/channel-view/DMChannelView.tsx:301
-#: src/components/channel/dm/DMWelcomeSection.tsx:119
+#: src/components/channel/channel-view/DMChannelView.tsx:302
+#: src/components/channel/dm/DMWelcomeSection.tsx:131
#: src/components/channel/friends/FriendListItem.tsx:145
#: src/components/channel/friends/FriendListItem.tsx:244
#: src/components/channel/friends/MobileFriendRequestItem.tsx:69
@@ -9740,7 +9821,7 @@ msgstr "Ignorieren"
#: src/components/channel/friends/FriendListItem.tsx:143
#: src/components/channel/friends/MobileFriendRequestItem.tsx:67
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:152
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:173
msgid "Ignore Friend Request"
msgstr "Freundschaftsanfrage ignorieren"
@@ -9749,8 +9830,8 @@ msgstr "Freundschaftsanfrage ignorieren"
msgid "Ignore per-channel message rate limits."
msgstr "Nachrichtenratenbegrenzungen pro Kanal ignorieren."
-#: src/components/pages/ReportPage.tsx:267
-#: src/components/pages/ReportPage.tsx:298
+#: src/components/pages/report/optionDescriptors.ts:48
+#: src/components/pages/report/optionDescriptors.ts:73
#: src/constants/IARConstants.tsx:57
#: src/constants/IARConstants.tsx:170
msgid "Illegal Activity"
@@ -9762,7 +9843,7 @@ msgid "image"
msgstr "Bild"
#: src/components/channel/embeds/media/EmbedGifv.tsx:237
-#: src/components/channel/embeds/media/EmbedImage.tsx:369
+#: src/components/channel/embeds/media/EmbedImage.tsx:374
#: src/components/modals/MediaViewerModal.tsx:362
#: src/components/search/HasFilterSheet.tsx:50
#: src/utils/FavoriteMemeUtils.ts:71
@@ -9783,8 +9864,8 @@ msgstr "Bildvorschau"
msgid "Images"
msgstr "Bilder"
-#: src/components/pages/ReportPage.tsx:272
-#: src/components/pages/ReportPage.tsx:284
+#: src/components/pages/report/optionDescriptors.ts:53
+#: src/components/pages/report/optionDescriptors.ts:62
#: src/constants/IARConstants.tsx:82
#: src/constants/IARConstants.tsx:124
msgid "Impersonation"
@@ -9839,7 +9920,7 @@ msgstr "in {absWeeks} Wochen"
msgid "in {absYears} years"
msgstr "in {absYears} Jahren"
-#: src/components/channel/channel-view/DMChannelView.tsx:275
+#: src/components/channel/channel-view/DMChannelView.tsx:276
msgid "In call"
msgstr "Im Anruf"
@@ -9880,7 +9961,7 @@ msgstr "Im Browser funktioniert Push-to-Talk nur, wenn der Fluxer-Tab aktiv ist.
msgid "in:"
msgstr "in:"
-#: src/components/pages/ReportPage.tsx:286
+#: src/components/pages/report/optionDescriptors.ts:64
#: src/constants/IARConstants.tsx:134
msgid "Inappropriate Profile"
msgstr "Unangemessenes Profil"
@@ -9909,7 +9990,7 @@ msgstr "Alle Community-Erwähnungen einbeziehen"
msgid "Include audio from your screen in the share"
msgstr "Ton des Bildschirms bei der Freigabe einbinden"
-#: src/components/channel/channel-view/DMChannelView.tsx:269
+#: src/components/channel/channel-view/DMChannelView.tsx:270
#: src/components/voice/IncomingCallUI.tsx:263
#: src/components/voice/IncomingCallUI.tsx:286
#: src/components/voice/IncomingCallUI.tsx:324
@@ -9946,11 +10027,11 @@ msgid "Increase app zoom level"
msgstr "App-Zoom erhöhen"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:284
-#: src/components/channel/ChannelSearchResults.tsx:679
+#: src/components/channel/ChannelSearchResults.tsx:648
msgid "Indexing Channel"
msgstr "Kanal wird indiziert"
-#: src/components/channel/ChannelSearchResults.tsx:317
+#: src/components/channel/ChannelSearchResults.tsx:274
msgid "Indexing..."
msgstr "Indiziere..."
@@ -10032,12 +10113,12 @@ msgstr "Eingaben mit Symbolen"
msgid "Insert emoji"
msgstr "Emoji einfügen"
-#: src/components/channel/InviteEmbed.tsx:198
+#: src/components/channel/InviteEmbed.tsx:200
#: src/components/modals/InviteAcceptModal.tsx:143
msgid "Install Emoji Pack"
msgstr "Emoji-Paket installieren"
-#: src/components/channel/InviteEmbed.tsx:198
+#: src/components/channel/InviteEmbed.tsx:200
#: src/components/modals/InviteAcceptModal.tsx:143
msgid "Install Sticker Pack"
msgstr "Sticker-Paket installieren"
@@ -10104,7 +10185,7 @@ msgstr "Ungültiger Geschenkcode"
msgid "Invalid instance response: missing webapp URL."
msgstr "Ungültige Instanzantwort: Fehlende Webapp-URL."
-#: src/components/modals/ClaimAccountModal.tsx:108
+#: src/components/modals/ClaimAccountModal.tsx:110
#: src/components/modals/EmailChangeModal.tsx:108
#: src/components/modals/EmailChangeModal.tsx:169
msgid "Invalid or expired code"
@@ -10134,7 +10215,7 @@ msgstr "Invertierte Schaltfläche geklickt!"
msgid "Invisible"
msgstr "Unsichtbar"
-#: src/components/modals/InviteModal.tsx:257
+#: src/components/modals/InviteModal.tsx:267
#: src/components/modals/tabs/ExpressionPacksTab.tsx:83
#: src/constants/AuditLogConstants.tsx:239
msgid "Invite"
@@ -10144,7 +10225,7 @@ msgstr "Einladen"
msgid "Invite Background"
msgstr "Einlade-Hintergrund"
-#: src/components/pages/ReportPage.tsx:908
+#: src/components/pages/report/ReportStepDetails.tsx:183
msgid "Invite Code (optional)"
msgstr "Einladungscode (optional)"
@@ -10170,7 +10251,7 @@ msgstr "Freunde einladen"
msgid "Invite friends to {0}"
msgstr "Freunde zu {0} einladen"
-#: src/components/modals/InviteModal.tsx:317
+#: src/components/modals/InviteModal.tsx:314
msgid "Invite link"
msgstr "Einladungslink"
@@ -10190,7 +10271,7 @@ msgid "Invite Links"
msgstr "Einladungslinks"
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:164
-#: src/components/layout/ChannelItem.tsx:599
+#: src/components/layout/ChannelItem.tsx:616
#: src/components/popouts/GuildHeaderPopout.tsx:178
msgid "Invite Members"
msgstr "Mitglieder einladen"
@@ -10218,7 +10299,7 @@ msgid "Invite Page Preview"
msgstr "Vorschau der Einladungsseite"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:381
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1144
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1168
#: src/components/layout/FavoritesChannelListContent.tsx:305
#: src/components/uikit/ContextMenu/ChannelListContextMenu.tsx:96
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:97
@@ -10236,7 +10317,7 @@ msgstr "Einladung widerrufen"
msgid "Invite sent for {0}"
msgstr "Einladung für {0} gesendet"
-#: src/components/bottomsheets/DMBottomSheet.tsx:256
+#: src/components/bottomsheets/DMBottomSheet.tsx:258
msgid "Invite sent to {guildName}"
msgstr "Einladung gesendet an {guildName}"
@@ -10249,7 +10330,7 @@ msgid "Invite splash preview"
msgstr "Vorschau des Einladungssplashs"
#. placeholder {0}: guild.name
-#: src/components/bottomsheets/DMBottomSheet.tsx:499
+#: src/components/bottomsheets/DMBottomSheet.tsx:501
msgid "Invite to {0}"
msgstr "Einladen zu {0}"
@@ -10257,7 +10338,7 @@ msgstr "Einladen zu {0}"
msgid "Invite to Community"
msgstr "Zur Community einladen"
-#: src/components/channel/InviteEmbed.tsx:362
+#: src/components/channel/InviteEmbed.tsx:364
msgid "Invite Unavailable"
msgstr "Einladung nicht verfügbar"
@@ -10277,7 +10358,7 @@ msgid "Invited by {0}#{1}"
msgstr "Eingeladen von {0}#{1}"
#: src/components/auth/InviteHeader.tsx:159
-#: src/components/channel/InviteEmbed.tsx:222
+#: src/components/channel/InviteEmbed.tsx:224
msgid "Invited by {inviterTag}"
msgstr "Eingeladen von {inviterTag}"
@@ -10290,8 +10371,8 @@ msgid "Inviter:"
msgstr "Einladender:"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:303
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1199
-#: src/components/bottomsheets/DMBottomSheet.tsx:468
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1223
+#: src/components/bottomsheets/DMBottomSheet.tsx:470
#: src/components/channel/dm/DMList.tsx:257
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:145
msgid "Invites"
@@ -10301,11 +10382,11 @@ msgstr "Einladungen"
msgid "Invites are currently disabled for this community."
msgstr "Einladungen sind für diese Community derzeit deaktiviert."
-#: src/components/modals/InviteModal.tsx:270
+#: src/components/modals/InviteModal.tsx:237
msgid "Invites are currently disabled in this community by an admin. While this invite can be created, it cannot be accepted until invites are re-enabled."
msgstr "Einladungen sind von einem Admin in dieser Community deaktiviert. Diese Einladung kann erstellt werden, aber erst akzeptiert werden, wenn Einladungen wieder aktiviert sind."
-#: src/components/layout/guild-list/GuildListItem.tsx:233
+#: src/components/layout/guild-list/GuildListItem.tsx:234
msgid "Invites are currently paused in this community"
msgstr "Einladungen sind in dieser Community derzeit pausiert"
@@ -10317,7 +10398,7 @@ msgstr "Einladungen sind für Vorschau-Communities gesperrt. Beanspruche dein Ko
msgid "Invites disabled"
msgstr "Einladungen deaktiviert"
-#: src/components/channel/InviteEmbed.tsx:257
+#: src/components/channel/InviteEmbed.tsx:259
#: src/components/modals/InviteAcceptModal.tsx:98
msgid "Invites Disabled"
msgstr "Einladungen deaktiviert"
@@ -10343,7 +10424,7 @@ msgstr "Einladungen für <0>{0}0> sind derzeit deaktiviert"
msgid "IP address authorized"
msgstr "IP-Adresse autorisiert"
-#: src/components/pages/ReportPage.tsx:324
+#: src/components/pages/report/optionDescriptors.ts:96
msgid "Ireland"
msgstr "Irland"
@@ -10359,7 +10440,7 @@ msgstr "Hier ist es eine richtige Tipp-Fiesta"
msgid "Italian"
msgstr "Italienisch"
-#: src/components/pages/ReportPage.tsx:325
+#: src/components/pages/report/optionDescriptors.ts:97
msgid "Italy"
msgstr "Italien"
@@ -10381,16 +10462,16 @@ msgstr "Einer Community beitreten"
msgid "Join a community with stickers to get started!"
msgstr "Tritt einer Community mit Stickern bei, um loszulegen!"
-#: src/components/channel/channel-view/DMChannelView.tsx:315
+#: src/components/channel/channel-view/DMChannelView.tsx:316
msgid "Join call"
msgstr "Anruf beitreten"
-#: src/components/channel/InviteEmbed.tsx:261
-#: src/components/channel/InviteEmbed.tsx:451
+#: src/components/channel/InviteEmbed.tsx:263
+#: src/components/channel/InviteEmbed.tsx:453
#: src/components/layout/guild-list/AddGuildButton.tsx:71
#: src/components/modals/AddGuildModal.tsx:129
#: src/components/modals/AddGuildModal.tsx:410
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:304
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:342
#: src/components/modals/InviteAcceptModal.tsx:102
#: src/components/modals/InviteAcceptModalPreview.tsx:114
msgid "Join Community"
@@ -10400,7 +10481,7 @@ msgstr "Community beitreten"
msgid "Join community form"
msgstr "Community-Beitrittsformular"
-#: src/components/channel/InviteEmbed.tsx:187
+#: src/components/channel/InviteEmbed.tsx:189
msgid "Join Group"
msgstr "Gruppe beitreten"
@@ -10416,19 +10497,19 @@ msgstr "Beitrittsbenachrichtigungen"
msgid "Join Operators Community"
msgstr "Operators Community beitreten"
-#: src/components/channel/CallMessage.tsx:171
+#: src/components/channel/CallMessage.tsx:165
msgid "Join the call"
msgstr "Dem Anruf beitreten"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:122
+#: src/components/channel/ChannelHeader/CallButtons.tsx:159
msgid "Join Video Call"
msgstr "Videoanruf beitreten"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:118
+#: src/components/channel/ChannelHeader/CallButtons.tsx:150
msgid "Join Video Call ({participantCount} participant)"
msgstr "Videocall beitreten ({participantCount} Teilnehmer)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:119
+#: src/components/channel/ChannelHeader/CallButtons.tsx:151
msgid "Join Video Call ({participantCount} participants)"
msgstr "Videocall beitreten ({participantCount} Teilnehmer)"
@@ -10436,15 +10517,15 @@ msgstr "Videocall beitreten ({participantCount} Teilnehmer)"
msgid "Join Visionary Community"
msgstr "Visionary Community beitreten"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:70
+#: src/components/channel/ChannelHeader/CallButtons.tsx:89
msgid "Join Voice Call"
msgstr "Sprachanruf beitreten"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:66
+#: src/components/channel/ChannelHeader/CallButtons.tsx:80
msgid "Join Voice Call ({participantCount} participant)"
msgstr "Sprachanruf beitreten ({participantCount} Teilnehmer)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:67
+#: src/components/channel/ChannelHeader/CallButtons.tsx:81
msgid "Join Voice Call ({participantCount} participants)"
msgstr "Sprachanruf beitreten ({participantCount} Teilnehmer)"
@@ -10495,7 +10576,7 @@ msgstr "JPEG, PNG, WebP. Max. 10 MB. Empfohlen: 512×512 px"
msgid "JPEG, PNG, WebP. Max 10MB. Recommended: 512×512px. Animated avatars (GIF) require <0/>."
msgstr "JPEG, PNG, WebP. Max. 10 MB. Empfohlen: 512×512 px. Animierte Avatare (GIF) benötigen <0/>."
-#: src/components/channel/ChannelSearchResults.tsx:777
+#: src/components/channel/ChannelSearchResults.tsx:745
#: src/components/pages/MessageListPage.tsx:97
#: src/components/popouts/RecentMentionsContent.tsx:221
#: src/components/popouts/SavedMessagesContent.tsx:102
@@ -10519,11 +10600,11 @@ msgstr "Zur Nachricht springen"
msgid "Jump to Oldest Unread Message"
msgstr "Zur ältesten ungelesenen Nachricht springen"
-#: src/components/channel/ChannelSearchResults.tsx:872
+#: src/components/channel/ChannelSearchResults.tsx:840
msgid "Jump to page"
msgstr "Zur Seite springen"
-#: src/components/channel/Messages.tsx:917
+#: src/components/channel/Messages.tsx:915
msgid "Jump to Present"
msgstr "Zur Gegenwart springen"
@@ -10612,7 +10693,7 @@ msgid "Keyboard Shortcuts"
msgstr "Tastaturkurzbefehle"
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:344
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:311
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:314
#: src/components/modals/KickMemberModal.tsx:58
#: src/components/modals/UserProfileActionsSheet.tsx:253
msgid "Kick"
@@ -10702,7 +10783,7 @@ msgstr "Latenz {latency} Millisekunden"
msgid "Latency graph"
msgstr "Latenzdiagramm"
-#: src/components/pages/ReportPage.tsx:326
+#: src/components/pages/report/optionDescriptors.ts:98
msgid "Latvia"
msgstr "Lettland"
@@ -10729,10 +10810,10 @@ msgstr "Community verlassen"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:248
#: src/components/bottomsheets/ChannelBottomSheet.tsx:250
#: src/components/bottomsheets/ChannelBottomSheet.tsx:314
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1253
-#: src/components/bottomsheets/DMBottomSheet.tsx:337
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1277
#: src/components/bottomsheets/DMBottomSheet.tsx:339
-#: src/components/bottomsheets/DMBottomSheet.tsx:551
+#: src/components/bottomsheets/DMBottomSheet.tsx:341
+#: src/components/bottomsheets/DMBottomSheet.tsx:554
#: src/components/channel/dm/DMList.tsx:265
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:159
#: src/hooks/useLeaveGroup.tsx:42
@@ -10740,27 +10821,27 @@ msgstr "Community verlassen"
msgid "Leave Group"
msgstr "Gruppe verlassen"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:122
+#: src/components/channel/ChannelHeader/CallButtons.tsx:157
msgid "Leave Video Call"
msgstr "Videoanruf verlassen"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:113
+#: src/components/channel/ChannelHeader/CallButtons.tsx:145
msgid "Leave Video Call ({participantCount} participant)"
msgstr "Videocall verlassen ({participantCount} Teilnehmer)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:114
+#: src/components/channel/ChannelHeader/CallButtons.tsx:146
msgid "Leave Video Call ({participantCount} participants)"
msgstr "Videocall verlassen ({participantCount} Teilnehmer)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:70
+#: src/components/channel/ChannelHeader/CallButtons.tsx:87
msgid "Leave Voice Call"
msgstr "Sprachanruf verlassen"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:61
+#: src/components/channel/ChannelHeader/CallButtons.tsx:75
msgid "Leave Voice Call ({participantCount} participant)"
msgstr "Sprachanruf verlassen ({participantCount} Teilnehmer)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:62
+#: src/components/channel/ChannelHeader/CallButtons.tsx:76
msgid "Leave Voice Call ({participantCount} participants)"
msgstr "Sprachanruf verlassen ({participantCount} Teilnehmer)"
@@ -10785,7 +10866,7 @@ msgstr "Links ausgerichtet"
msgid "Left community"
msgstr "Community verlassen"
-#: src/components/bottomsheets/DMBottomSheet.tsx:350
+#: src/components/bottomsheets/DMBottomSheet.tsx:352
#: src/hooks/useLeaveGroup.tsx:56
msgid "Left group"
msgstr "Gruppe verlassen"
@@ -10798,7 +10879,7 @@ msgstr "Linkes Symbol"
msgid "Left Tooltip"
msgstr "Linker Tooltip"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:90
+#: src/components/modals/components/plutonium/VisionarySection.tsx:99
msgid "Let people add you without needing a 4-digit tag"
msgstr "Lass Leute dich hinzufügen, ohne dass sie einen 4-stelligen Tag benötigen"
@@ -10810,17 +10891,13 @@ msgstr "Lass die Community sich selbst moderieren"
msgid "Letters (a-z, A-Z), numbers (0-9), and underscores (_) only"
msgstr "Nur Buchstaben (a-z, A-Z), Zahlen (0-9) und Unterstriche (_)"
-#: src/components/pages/ReportPage.tsx:729
-msgid "Letters and numbers only. You can paste the code—formatting is automatic."
-msgstr "Nur Buchstaben und Zahlen. Du kannst den Code einfügen—die Formatierung erfolgt automatisch."
-
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:120
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:139
#: src/components/modals/tabs/DeveloperOptionsTab/AccountPremiumTab.tsx:49
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:371
msgid "Lifetime"
msgstr "Lebenszeit"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:73
+#: src/components/modals/components/plutonium/VisionarySection.tsx:82
#: src/utils/giftUtils.ts:58
msgid "Lifetime Plutonium"
msgstr "Lifetime Plutonium"
@@ -10838,7 +10915,7 @@ msgid "Liked!"
msgstr "Gefällt mir!"
#. placeholder {0}: formatter.format(visionarySlots.total)
-#: src/components/modals/components/plutonium/VisionarySection.tsx:61
+#: src/components/modals/components/plutonium/VisionarySection.tsx:70
msgid "Limited to {0} users. One-time purchase, lifetime access."
msgstr "Begrenzt auf {0} Nutzer. Einmaliger Kauf, lebenslanger Zugriff."
@@ -10856,7 +10933,7 @@ msgstr "Link"
msgid "Link channel"
msgstr "Kanal verlinken"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:530
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:544
#: src/components/uikit/ContextMenu/MediaContextMenu.tsx:145
#: src/components/uikit/ContextMenu/MediaContextMenu.tsx:228
msgid "Link copied to clipboard"
@@ -10902,7 +10979,7 @@ msgstr "Listen"
msgid "Lists members with this role in their own section in the member list."
msgstr "Führt Mitglieder mit dieser Rolle in einem eigenen Abschnitt der Mitgliederliste auf."
-#: src/components/pages/ReportPage.tsx:327
+#: src/components/pages/report/optionDescriptors.ts:99
msgid "Lithuania"
msgstr "Litauen"
@@ -10934,7 +11011,7 @@ msgstr "Sperren werden geladen..."
msgid "Loading communities..."
msgstr "Communities werden geladen..."
-#: src/components/channel/embeds/media/EmbedImage.tsx:363
+#: src/components/channel/embeds/media/EmbedImage.tsx:368
msgid "Loading image"
msgstr "Bild wird geladen"
@@ -10947,7 +11024,7 @@ msgid "Loading more..."
msgstr "Mehr wird geladen..."
#: src/components/channel/embeds/media/EmbedGifv.tsx:493
-#: src/components/channel/embeds/media/EmbedGifv.tsx:721
+#: src/components/channel/embeds/media/EmbedGifv.tsx:745
msgid "Loading placeholder"
msgstr "Platzhalter wird geladen"
@@ -10971,7 +11048,7 @@ msgstr "Thema wird geladen..."
msgid "Loading verification methods..."
msgstr "Verifizierungsmethoden werden geladen..."
-#: src/components/channel/embeds/media/EmbedImage.tsx:363
+#: src/components/channel/embeds/media/EmbedImage.tsx:368
msgid "Loading: {alt}"
msgstr "Lädt: {alt}"
@@ -11021,7 +11098,7 @@ msgid "Log in with a passkey"
msgstr "Mit Passkey anmelden"
#: src/components/modals/components/DesktopSettingsView.tsx:346
-#: src/components/modals/components/MobileSettingsView.tsx:362
+#: src/components/modals/components/MobileSettingsView.tsx:357
#: src/components/pages/PendingVerificationPage.tsx:151
msgid "Log Out"
msgstr "Abmelden"
@@ -11101,7 +11178,7 @@ msgstr "Niedrig"
msgid "Low (480p)"
msgstr "Niedrig (480p)"
-#: src/components/pages/ReportPage.tsx:328
+#: src/components/pages/report/optionDescriptors.ts:100
msgid "Luxembourg"
msgstr "Luxemburg"
@@ -11114,16 +11191,16 @@ msgstr "Zur Gruppenleitung machen"
msgid "Make links to websites stand out more by always underlining them."
msgstr "Lass Links zu Webseiten stärker hervorstechen, indem du sie immer unterstreichst."
-#: src/components/pages/ReportPage.tsx:271
+#: src/components/pages/report/optionDescriptors.ts:52
#: src/constants/IARConstants.tsx:77
msgid "Malicious Links"
msgstr "Schädliche Links"
-#: src/components/pages/ReportPage.tsx:329
+#: src/components/pages/report/optionDescriptors.ts:101
msgid "Malta"
msgstr "Malta"
-#: src/components/pages/ReportPage.tsx:302
+#: src/components/pages/report/optionDescriptors.ts:77
#: src/constants/IARConstants.tsx:190
msgid "Malware Distribution"
msgstr "Malware-Verbreitung"
@@ -11214,7 +11291,7 @@ msgid "Manage slash commands for this application"
msgstr "Slash-Befehle für diese Anwendung verwalten"
#: src/components/layout/app-layout/nagbars/PremiumGracePeriodNagbar.tsx:83
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:288
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:324
msgid "Manage Subscription"
msgstr "Abonnement verwalten"
@@ -11227,7 +11304,7 @@ msgstr "Verwalte die E-Mail-Adresse, mit der du dich bei Fluxer anmeldest"
msgid "Manage Webhooks"
msgstr "Webhooks verwalten"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:100
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:104
msgid "Manage your applications and bots."
msgstr "Verwalte deine Anwendungen und Bots."
@@ -11243,7 +11320,7 @@ msgstr "Deine Geschenke verwalten"
msgid "Manage your phone number for SMS two-factor authentication"
msgstr "Verwalte deine Telefonnummer für die SMS-Zwei-Faktor-Authentifizierung"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:280
+#: src/components/modals/tabs/GiftInventoryTab.tsx:303
msgid "Manage your purchased Plutonium gift codes. Share the gift URL with someone special or redeem it for yourself!"
msgstr "Verwalte deine gekauften Plutonium-Gutscheincodes. Teile die Geschenk-URL mit jemand Besonderem oder löse sie selbst ein!"
@@ -11256,8 +11333,8 @@ msgid "Mark as 18+ (NSFW)"
msgstr "Als 18+ markieren (NSFW)"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:358
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1115
-#: src/components/bottomsheets/DMBottomSheet.tsx:388
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1139
+#: src/components/bottomsheets/DMBottomSheet.tsx:390
#: src/components/channel/NewMessagesBar.tsx:60
#: src/components/uikit/ContextMenu/items/CategoryMenuItems.tsx:81
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:79
@@ -11319,7 +11396,7 @@ msgstr "Markdown"
msgid "Markdown Preview"
msgstr "Markdown-Vorschau"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:516
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:530
msgid "Marked as read"
msgstr "Als gelesen markiert"
@@ -11347,7 +11424,7 @@ msgstr "Markierungen unter dem Schieberegler"
msgid "Marty_McFly"
msgstr "Marty_McFly"
-#: src/components/modals/ClaimAccountModal.tsx:160
+#: src/components/modals/ClaimAccountModal.tsx:162
#: src/components/modals/EmailChangeModal.tsx:254
msgid "marty@example.com"
msgstr "marty@example.com"
@@ -11356,7 +11433,7 @@ msgstr "marty@example.com"
msgid "Mask Visionary as subscription"
msgstr "Visionary als Abonnement tarnen"
-#: src/components/modals/InviteModal.tsx:291
+#: src/components/modals/InviteModal.tsx:288
msgid "Max number of uses"
msgstr "Maximale Nutzungszahl"
@@ -11393,7 +11470,8 @@ msgstr "Maximale Kameraqualität ist 1080p"
msgid "Maximum quality, requires very fast connection"
msgstr "Maximale Qualität, erfordert sehr schnelle Verbindung"
-#: src/components/modals/GiftAcceptModal.tsx:151
+#: src/components/modals/GiftAcceptModal.tsx:161
+#: src/components/modals/GiftAcceptModal.tsx:194
msgid "Maybe later"
msgstr "Vielleicht später"
@@ -11411,7 +11489,7 @@ msgstr "Wird gemessen..."
#: src/components/channel/AutocompleteEmoji.tsx:154
#: src/components/channel/textarea/TextareaButtons.tsx:122
-#: src/components/modals/ExpressionPickerSheet.tsx:77
+#: src/components/modals/ExpressionPickerSheet.tsx:64
#: src/components/modals/tabs/ChatSettingsTab.tsx:43
#: src/components/modals/tabs/ChatSettingsTab/Inline.tsx:37
#: src/components/modals/utils/settingsConstants.tsx:298
@@ -11504,8 +11582,8 @@ msgstr "Mitgliedsverifizierung"
msgid "Member verification level"
msgstr "Mitgliedsverifizierungsstufe"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:877
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:913
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:909
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:945
#: src/components/modals/guildTabs/GuildMembersTab.tsx:429
#: src/components/modals/shared/AddOverridePopout.tsx:176
#: src/components/modals/utils/guildSettingsConstants.tsx:157
@@ -11536,7 +11614,7 @@ msgstr "Mitglieder bereinigt"
msgid "Members receive notifications for every message"
msgstr "Mitglieder erhalten Benachrichtigungen für jede Nachricht"
-#: src/components/modals/InviteModal.tsx:302
+#: src/components/modals/InviteModal.tsx:299
msgid "Members will be removed when they go offline unless a role is assigned"
msgstr "Mitglieder werden entfernt, wenn sie offline gehen, es sei denn, eine Rolle ist zugewiesen"
@@ -11608,11 +11686,11 @@ msgid "mentions:"
msgstr "Erwähnungen:"
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:234
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:218
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:220
#: src/components/modals/tabs/ComponentGalleryTab/InputsTab.tsx:164
-#: src/components/modals/UserProfileMobileSheet.tsx:497
-#: src/components/modals/UserProfileModal.tsx:1189
-#: src/components/modals/UserProfileModal.tsx:1311
+#: src/components/modals/UserProfileMobileSheet.tsx:501
+#: src/components/modals/UserProfileModal.tsx:1190
+#: src/components/modals/UserProfileModal.tsx:1316
#: src/components/popouts/UserProfilePopout.tsx:289
#: src/components/popouts/UserProfilePopout.tsx:308
#: src/components/profile/ProfilePreview.tsx:292
@@ -11689,7 +11767,7 @@ msgstr "Nachrichtengruppierung"
msgid "Message is too long"
msgstr "Nachricht ist zu lang"
-#: src/components/pages/ReportPage.tsx:837
+#: src/components/pages/report/ReportStepDetails.tsx:107
msgid "Message Link"
msgstr "Nachrichtenlink"
@@ -11744,7 +11822,7 @@ msgstr "Nachrichten & Medien"
msgid "Messages Deleted"
msgstr "Nachrichten gelöscht"
-#: src/components/channel/Messages.tsx:938
+#: src/components/channel/Messages.tsx:936
msgid "Messages failed to load"
msgstr "Nachrichten konnten nicht geladen werden"
@@ -11888,22 +11966,21 @@ msgstr "Moderation"
msgid "Monospace font family"
msgstr "Monospace-Schriftfamilie"
-#: src/components/auth/DateOfBirthField.tsx:87
-#: src/components/auth/DateOfBirthField.tsx:154
+#: src/components/auth/DateOfBirthField.tsx:151
#: src/components/auth/MockMinimalRegisterForm.tsx:68
msgid "Month"
msgstr "Monat"
-#: src/components/modals/components/plutonium/PricingSection.tsx:71
+#: src/components/modals/components/plutonium/PricingSection.tsx:78
msgid "Monthly"
msgstr "Monatlich"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:63
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:73
msgid "Monthly {monthlyPrice}"
msgstr "Monatlich {monthlyPrice}"
#: src/components/accounts/AccountRow.tsx:178
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:863
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:895
#: src/components/channel/friends/FriendListItem.tsx:229
#: src/components/channel/MessageActionBar.tsx:647
#: src/components/channel/MessageActionBar.tsx:776
@@ -11936,7 +12013,7 @@ msgstr "Mehr Sticker-Plätze"
msgid "Most popular"
msgstr "Beliebteste"
-#: src/components/channel/ChannelSearchResults.tsx:225
+#: src/components/channel/ChannelSearchResults.tsx:182
#: src/components/search/SortModeSheet.tsx:53
msgid "Most Relevant"
msgstr "Relevanteste"
@@ -12015,7 +12092,7 @@ msgstr "Mehrsprachiger Inhalt"
msgid "Music Lovers"
msgstr "Musikliebhaber"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:850
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:882
#: src/components/bottomsheets/VoiceLobbyBottomSheet.tsx:179
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:253
#: src/components/layout/UserArea.tsx:213
@@ -12055,7 +12132,7 @@ msgstr "Kanal stummschalten"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:400
#: src/components/bottomsheets/ChannelBottomSheet.tsx:452
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1010
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1034
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:171
#: src/components/modals/GuildNotificationSettingsModal.tsx:295
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:168
@@ -12069,9 +12146,9 @@ msgstr "Kanal stummschalten"
msgid "Mute Community"
msgstr "Community stummschalten"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1012
-#: src/components/bottomsheets/DMBottomSheet.tsx:449
-#: src/components/bottomsheets/DMBottomSheet.tsx:590
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1036
+#: src/components/bottomsheets/DMBottomSheet.tsx:451
+#: src/components/bottomsheets/DMBottomSheet.tsx:593
msgid "Mute Conversation"
msgstr "Unterhaltung stummschalten"
@@ -12096,7 +12173,7 @@ msgstr "Mitglieder stummschalten"
msgid "Mute User"
msgstr "Benutzer stummschalten"
-#: src/components/layout/guild-list/GuildListItem.tsx:193
+#: src/components/layout/guild-list/GuildListItem.tsx:194
#: src/components/layout/VoiceStateIcons.tsx:53
#: src/components/voice/VoiceParticipantTile.tsx:897
#: src/utils/ContextMenuUtils.tsx:159
@@ -12105,7 +12182,7 @@ msgstr "Stummgeschaltet"
#. placeholder {0}: DateUtils.getFormattedDateTime(new Date(muteConfig.end_time))
#. placeholder {0}: getFormattedDateTime(new Date(muteConfig.end_time))
-#: src/components/layout/guild-list/GuildListItem.tsx:191
+#: src/components/layout/guild-list/GuildListItem.tsx:192
#: src/utils/ContextMenuUtils.tsx:157
msgid "Muted until {0}"
msgstr "Stummgeschaltet bis {0}"
@@ -12253,7 +12330,7 @@ msgstr "Benötigst du ein Konto?"
msgid "Neighborhood Watch"
msgstr "Nachbarschaftswache"
-#: src/components/pages/ReportPage.tsx:330
+#: src/components/pages/report/optionDescriptors.ts:102
msgid "Netherlands"
msgstr "Niederlande"
@@ -12261,9 +12338,9 @@ msgstr "Niederlande"
msgid "Network"
msgstr "Netzwerk"
-#: src/components/modals/components/PlutoniumContent.tsx:145
-#: src/components/modals/components/PlutoniumContent.tsx:271
-#: src/components/modals/tabs/BetaCodesTab.tsx:295
+#: src/components/modals/components/PlutoniumContent.tsx:156
+#: src/components/modals/components/PlutoniumContent.tsx:288
+#: src/components/modals/tabs/BetaCodesTab.tsx:320
#: src/components/modals/tabs/DevicesTab.tsx:229
msgid "Network error"
msgstr "Netzwerkfehler"
@@ -12290,7 +12367,7 @@ msgstr "läuft nie ab"
#: src/components/channel/Divider.tsx:51
#: src/components/channel/Divider.tsx:60
#: src/components/channel/UnreadDividerSlot.tsx:45
-#: src/components/layout/GuildsLayout.tsx:285
+#: src/components/layout/GuildsLayout.tsx:283
msgid "New"
msgstr "Neu"
@@ -12311,7 +12388,7 @@ msgstr "Neue E-Mail"
msgid "New email form"
msgstr "Neues E-Mail-Formular"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:902
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:934
msgid "New Group"
msgstr "Neue Gruppe"
@@ -12334,7 +12411,7 @@ msgid "new-channel"
msgstr "neuer-kanal"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:446
-#: src/components/channel/ChannelSearchResults.tsx:223
+#: src/components/channel/ChannelSearchResults.tsx:180
msgid "Newest"
msgstr "Neueste"
@@ -12394,7 +12471,7 @@ msgstr "Der Spitzname darf nicht länger als 32 Zeichen sein"
msgid "Nickname updated"
msgstr "Spitzname aktualisiert"
-#: src/components/layout/GuildLayout.tsx:392
+#: src/components/layout/GuildLayout.tsx:397
msgid "No accessible channels"
msgstr "Keine zugänglichen Kanäle"
@@ -12431,7 +12508,7 @@ msgstr "Keine gesperrten Benutzer"
msgid "No bans found matching your search."
msgstr "Keine Sperren gefunden, die deiner Suche entsprechen."
-#: src/components/modals/tabs/BetaCodesTab.tsx:365
+#: src/components/modals/tabs/BetaCodesTab.tsx:390
msgid "No beta codes yet"
msgstr "Noch keine Beta-Codes"
@@ -12471,7 +12548,7 @@ msgstr "Keine Kanäle verfügbar"
msgid "No channels found"
msgstr "Keine Kanäle gefunden"
-#: src/components/modals/tabs/BetaCodesTab.tsx:275
+#: src/components/modals/tabs/BetaCodesTab.tsx:279
msgid "No codes remaining. Resets {resetString}"
msgstr "Keine Codes mehr. Setzt sich zurück {resetString}"
@@ -12484,7 +12561,7 @@ msgid "No community banner"
msgstr "Kein Community-Banner"
#: src/components/auth/InviteHeader.tsx:156
-#: src/components/channel/InviteEmbed.tsx:215
+#: src/components/channel/InviteEmbed.tsx:217
#: src/components/modals/InviteAcceptModal.tsx:148
#: src/components/modals/tabs/ExpressionPacksTab.tsx:73
msgid "No description provided."
@@ -12516,7 +12593,7 @@ msgstr "Noch keine Freunde"
msgid "No GIFs found"
msgstr "Keine GIFs gefunden"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:311
+#: src/components/modals/tabs/GiftInventoryTab.tsx:334
msgid "No gifts yet"
msgstr "Noch keine Geschenke"
@@ -12656,7 +12733,7 @@ msgid "No results"
msgstr "Keine Ergebnisse"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:315
-#: src/components/channel/ChannelSearchResults.tsx:709
+#: src/components/channel/ChannelSearchResults.tsx:678
msgid "No Results"
msgstr "Keine Ergebnisse"
@@ -12717,7 +12794,7 @@ msgstr "Kein Systemkanal"
msgid "No Timer"
msgstr "Kein Timer"
-#: src/components/channel/dm/AddFriendForm.tsx:70
+#: src/components/channel/dm/AddFriendForm.tsx:93
msgid "No user found with that FluxerTag."
msgstr "Kein Benutzer mit diesem FluxerTag gefunden."
@@ -12797,7 +12874,7 @@ msgstr "Nicht jetzt"
msgid "Not your cup of tea? You can disable this feature anytime."
msgstr "Nicht dein Ding? Diese Funktion kannst du jederzeit deaktivieren."
-#: src/components/modals/UserProfileMobileSheet.tsx:549
+#: src/components/modals/UserProfileMobileSheet.tsx:553
#: src/components/modals/UserProfileModal.tsx:244
#: src/components/modals/UserProfileModal.tsx:248
#: src/components/pages/YouPage.tsx:144
@@ -12813,7 +12890,7 @@ msgstr "Notiz (nur für dich sichtbar)"
msgid "nothing"
msgstr "nichts"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1387
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1411
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:218
#: src/components/modals/GuildNotificationSettingsModal.tsx:95
#: src/components/modals/GuildNotificationSettingsModal.tsx:226
@@ -12835,8 +12912,8 @@ msgid "Notification Overrides"
msgstr "Benachrichtigungsüberschreibungen"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:405
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1160
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1341
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1184
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1365
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:199
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsButton.tsx:59
#: src/components/modals/GuildNotificationSettingsModal.tsx:162
@@ -12904,17 +12981,17 @@ msgstr "NSFW-Inhalte nicht erlaubt"
msgid "NSFW Gates"
msgstr "NSFW-Hürden"
-#: src/components/pages/ReportPage.tsx:266
+#: src/components/pages/report/optionDescriptors.ts:47
#: src/constants/IARConstants.tsx:52
msgid "NSFW Policy Violation"
msgstr "Verstoß gegen NSFW-Richtlinien"
#. placeholder {0}: formatter.format(visionarySlots.total)
-#: src/components/modals/components/plutonium/VisionarySection.tsx:82
+#: src/components/modals/components/plutonium/VisionarySection.tsx:91
msgid "Numbered badge (1-{0}) showing your Visionary status"
msgstr "Nummeriertes Abzeichen (1-{0}), das deinen Visionär-Status anzeigt"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:83
+#: src/components/modals/components/plutonium/VisionarySection.tsx:92
msgid "Numbered badge showing your Visionary status"
msgstr "Nummerierte Plakette zeigt deinen Visionary-Status"
@@ -12933,8 +13010,8 @@ msgstr "Objekte"
msgid "Off"
msgstr "Aus"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:281
-#: src/components/channel/ChannelMembers.tsx:137
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:287
+#: src/components/channel/ChannelMembers.tsx:108
#: src/Constants.tsx:134
#: src/utils/MemberListUtils.ts:150
#: src/utils/MemberListUtils.ts:188
@@ -12962,7 +13039,7 @@ msgid "Okay"
msgstr "Okay"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:446
-#: src/components/channel/ChannelSearchResults.tsx:224
+#: src/components/channel/ChannelSearchResults.tsx:181
msgid "Oldest"
msgstr "Älteste"
@@ -13020,25 +13097,25 @@ msgstr "Ein oder mehrere Kanäle werden indexiert"
msgid "one second ago"
msgstr "vor einer Sekunde"
-#: src/components/modals/components/plutonium/GiftSection.tsx:71
-#: src/components/modals/components/plutonium/GiftSection.tsx:80
-#: src/components/modals/components/plutonium/PricingSection.tsx:103
-#: src/components/modals/components/plutonium/PricingSection.tsx:112
+#: src/components/modals/components/plutonium/GiftSection.tsx:78
+#: src/components/modals/components/plutonium/GiftSection.tsx:90
+#: src/components/modals/components/plutonium/PricingSection.tsx:118
+#: src/components/modals/components/plutonium/PricingSection.tsx:130
msgid "one-time purchase"
msgstr "Einmaliger Kauf"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:65
+#: src/components/modals/components/plutonium/VisionarySection.tsx:74
msgid "One-time purchase, lifetime access."
msgstr "Einmaliger Kauf, lebenslanger Zugang."
-#: src/components/modals/components/plutonium/GiftSection.tsx:89
-#: src/components/modals/components/plutonium/PricingSection.tsx:90
-#: src/components/modals/components/plutonium/PricingSection.tsx:121
+#: src/components/modals/components/plutonium/GiftSection.tsx:102
+#: src/components/modals/components/plutonium/PricingSection.tsx:103
+#: src/components/modals/components/plutonium/PricingSection.tsx:142
msgid "one-time, lifetime"
msgstr "einmalig, lebenslang"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:281
-#: src/components/channel/ChannelMembers.tsx:135
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:285
+#: src/components/channel/ChannelMembers.tsx:106
#: src/components/channel/dm/DMFriendsView.tsx:168
#: src/components/channel/friends/views/FriendsList.tsx:95
#: src/Constants.tsx:130
@@ -13051,7 +13128,7 @@ msgstr "Online"
msgid "Online Status"
msgstr "Online-Status"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1382
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1406
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:212
#: src/components/modals/GuildNotificationSettingsModal.tsx:91
#: src/components/modals/GuildNotificationSettingsModal.tsx:281
@@ -13120,11 +13197,11 @@ msgstr "Fenster zum Konto beanspruchen öffnen"
msgid "Open color picker"
msgstr "Farbauswahl öffnen"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1398
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1422
msgid "Open Community Notification Settings"
msgstr "Community-Benachrichtigungseinstellungen öffnen"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:286
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:322
msgid "Open Customer Portal"
msgstr "Kundenportal öffnen"
@@ -13293,7 +13370,7 @@ msgstr "Option Drei"
msgid "Option Two"
msgstr "Option Zwei"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:89
+#: src/components/modals/components/plutonium/VisionarySection.tsx:98
msgid "Optional #0000 tag"
msgstr "Optionales #0000-Tag"
@@ -13309,7 +13386,7 @@ msgstr "ODER"
msgid "Or copy the link:"
msgstr "Oder kopiere den Link:"
-#: src/components/modals/InviteModal.tsx:312
+#: src/components/modals/InviteModal.tsx:309
msgid "or send an invite link to a friend:"
msgstr "oder sende einem Freund einen Einladungslink:"
@@ -13325,9 +13402,9 @@ msgstr "Originalnachricht konnte nicht geladen werden"
msgid "Original message was deleted"
msgstr "Ursprüngliche Nachricht wurde gelöscht"
-#: src/components/pages/ReportPage.tsx:273
-#: src/components/pages/ReportPage.tsx:287
-#: src/components/pages/ReportPage.tsx:303
+#: src/components/pages/report/optionDescriptors.ts:54
+#: src/components/pages/report/optionDescriptors.ts:65
+#: src/components/pages/report/optionDescriptors.ts:78
#: src/constants/IARConstants.tsx:87
#: src/constants/IARConstants.tsx:139
#: src/constants/IARConstants.tsx:195
@@ -13463,8 +13540,8 @@ msgstr "Passkeys benötigen ein signiertes macOS-Bündel mit gültiger Anwendung
#: src/components/auth/AuthLoginCore/AuthLoginEmailPasswordForm.tsx:90
#: src/components/auth/AuthRegisterFormCore.tsx:136
#: src/components/auth/AuthRegisterFormCore.tsx:217
-#: src/components/modals/ClaimAccountModal.tsx:168
-#: src/components/modals/ClaimAccountModal.tsx:208
+#: src/components/modals/ClaimAccountModal.tsx:170
+#: src/components/modals/ClaimAccountModal.tsx:210
#: src/components/modals/SudoVerificationModal.tsx:171
#: src/components/modals/SudoVerificationModal.tsx:236
#: src/components/modals/tabs/AccountSecurityTab/AccountTab.tsx:105
@@ -13546,11 +13623,11 @@ msgstr "Personen, die mit deinen Freunden befreundet sind, können dich zu Grupp
msgid "People who are friends with your friends can call you"
msgstr "Personen, die mit deinen Freunden befreundet sind, können dich anrufen"
-#: src/components/modals/components/plutonium/PricingSection.tsx:73
+#: src/components/modals/components/plutonium/PricingSection.tsx:80
msgid "per month"
msgstr "pro Monat"
-#: src/components/modals/components/plutonium/PricingSection.tsx:80
+#: src/components/modals/components/plutonium/PricingSection.tsx:90
msgid "per year"
msgstr "pro Jahr"
@@ -13588,8 +13665,8 @@ msgstr "Berechtigungen erteilt"
msgid "Personal notes"
msgstr "Persönliche Notizen"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:479
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:778
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:493
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:810
#: src/components/channel/channel-header/useChannelHeaderData.ts:84
#: src/components/channel/dm/DMList.tsx:708
#: src/components/channel/dm/DMList.tsx:795
@@ -13662,16 +13739,16 @@ msgid "Pick which phone step to show"
msgstr "Wähle aus, welchen Telefonschritt du anzeigen möchtest."
#: src/components/bottomsheets/ChannelBottomSheet.tsx:336
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1132
-#: src/components/bottomsheets/DMBottomSheet.tsx:483
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1156
+#: src/components/bottomsheets/DMBottomSheet.tsx:485
#: src/components/channel/dm/DMList.tsx:287
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:153
msgid "Pin DM"
msgstr "DM anheften"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:295
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1132
-#: src/components/bottomsheets/DMBottomSheet.tsx:483
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1156
+#: src/components/bottomsheets/DMBottomSheet.tsx:485
#: src/components/channel/dm/DMList.tsx:248
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:133
msgid "Pin Group DM"
@@ -13714,20 +13791,20 @@ msgid "Ping: {latency}ms"
msgstr "Ping: {latency}ms"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:219
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:566
-#: src/components/bottomsheets/DMBottomSheet.tsx:147
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:580
+#: src/components/bottomsheets/DMBottomSheet.tsx:149
#: src/components/channel/dm/DMList.tsx:214
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:115
msgid "Pinned DM"
msgstr "Angeheftete DM"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:219
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:566
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:580
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:95
msgid "Pinned group"
msgstr "Angeheftete Gruppe"
-#: src/components/bottomsheets/DMBottomSheet.tsx:147
+#: src/components/bottomsheets/DMBottomSheet.tsx:149
msgid "Pinned group DM"
msgstr "Gruppen-DM angepinnt"
@@ -13742,7 +13819,7 @@ msgstr "Angeheftete Nachrichten"
msgid "pinned:"
msgstr "angeheftet:"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:886
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:918
msgid "Pins"
msgstr "Anheftungen"
@@ -13789,15 +13866,15 @@ msgstr "Bitte überprüfe dein Postfach auf eine Bestätigungs-E-Mail."
msgid "Please enable Fluxer in System Settings → Privacy & Security → Input Monitoring."
msgstr "Bitte aktiviere Fluxer in den Systemeinstellungen → Datenschutz & Sicherheit → Eingabeüberwachung."
-#: src/components/pages/ReportPage.tsx:396
+#: src/components/pages/ReportPage.tsx:211
msgid "Please enter a valid email address."
msgstr "Bitte gib eine gültige E-Mail-Adresse ein."
-#: src/components/channel/dm/AddFriendForm.tsx:74
+#: src/components/channel/dm/AddFriendForm.tsx:97
msgid "Please enter a valid FluxerTag (Username#0000)."
msgstr "Bitte gib einen gültigen FluxerTag ein (Benutzername#0000)."
-#: src/components/pages/ReportPage.tsx:509
+#: src/components/pages/ReportPage.tsx:336
msgid "Please enter a valid message link URL."
msgstr "Bitte gib eine gültige URL für den Nachrichtenlink ein."
@@ -13809,26 +13886,22 @@ msgstr "Bitte gib einen API-Endpunkt ein."
msgid "Please fill out the following fields: {fieldList}"
msgstr "Bitte fülle die folgenden Felder aus: {fieldList}"
-#: src/components/pages/ReportPage.tsx:436
+#: src/components/pages/ReportPage.tsx:261
msgid "Please go back and enter a valid email address."
msgstr "Bitte gehe zurück und gib eine gültige E-Mail-Adresse ein."
-#: src/components/pages/ReportPage.tsx:542
+#: src/components/pages/ReportPage.tsx:369
msgid "Please include the community (guild) ID you are reporting."
msgstr "Bitte gib die ID der Community (Gilde) an, die du meldest."
-#: src/components/pages/ReportPage.tsx:504
+#: src/components/pages/ReportPage.tsx:331
msgid "Please paste the message link you are reporting."
msgstr "Bitte füge den Link zur gemeldeten Nachricht ein."
-#: src/components/pages/ReportPage.tsx:391
+#: src/components/pages/ReportPage.tsx:206
msgid "Please provide an email address."
msgstr "Bitte gib eine E-Mail-Adresse an."
-#: src/components/pages/ReportPage.tsx:801
-msgid "Please provide the details of your report."
-msgstr "Bitte gib die Details deiner Meldung an."
-
#: src/components/modals/tabs/ApplicationsTab/ApplicationDetail.tsx:555
msgid "Please retry or go back to the applications list."
msgstr "Bitte versuche es erneut oder kehre zur Liste der Anwendungen zurück."
@@ -13837,7 +13910,7 @@ msgstr "Bitte versuche es erneut oder kehre zur Liste der Anwendungen zurück."
msgid "Please select a violation category"
msgstr "Bitte wähle eine Kategorie für den Verstoß"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:297
+#: src/components/modals/tabs/GiftInventoryTab.tsx:320
msgid "Please try again later."
msgstr "Bitte versuche es später erneut."
@@ -13878,7 +13951,7 @@ msgstr "Plutonium-Abzeichen-Datenschutz"
msgid "Plutonium perks"
msgstr "Plutonium-Vorteile"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:110
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:129
msgid "Plutonium Subscription"
msgstr "Plutonium-Abonnement"
@@ -13886,7 +13959,7 @@ msgstr "Plutonium-Abonnement"
msgid "PNG"
msgstr "PNG"
-#: src/components/pages/ReportPage.tsx:331
+#: src/components/pages/report/optionDescriptors.ts:103
msgid "Poland"
msgstr "Polen"
@@ -13903,7 +13976,7 @@ msgstr "Umfrage"
msgid "Popouts"
msgstr "Popouts"
-#: src/components/pages/ReportPage.tsx:332
+#: src/components/pages/report/optionDescriptors.ts:104
msgid "Portugal"
msgstr "Portugal"
@@ -13943,11 +14016,11 @@ msgstr "Premium-Typ-Überschreibung"
msgid "Press keys..."
msgstr "Tasten drücken..."
-#: src/components/channel/MessageReactions.tsx:121
+#: src/components/channel/MessageReactions.tsx:120
msgid "press to add reaction"
msgstr "drücken, um Reaktion hinzuzufügen"
-#: src/components/channel/MessageReactions.tsx:121
+#: src/components/channel/MessageReactions.tsx:120
msgid "press to remove reaction"
msgstr "drücken, um Reaktion zu entfernen"
@@ -14143,15 +14216,15 @@ msgstr "Schütze dein Konto mit Zwei-Faktor-Authentifizierung und Passkeys"
msgid "Provide any additional context that may help our Safety Team..."
msgstr "Gib zusätzlichen Kontext an, der unserem Sicherheitsteam helfen könnte..."
-#: src/components/pages/ReportPage.tsx:882
+#: src/components/pages/report/ReportStepDetails.tsx:156
msgid "Provide at least a user ID or a user tag."
msgstr "Gib mindestens eine Benutzer-ID oder einen Benutzertag an."
-#: src/components/pages/ReportPage.tsx:527
+#: src/components/pages/ReportPage.tsx:354
msgid "Provide either a user ID or a FluxerTag for the person you are reporting."
msgstr "Gib entweder eine Benutzer-ID oder einen FluxerTag für die Person an, die du meldest."
-#: src/components/pages/ReportPage.tsx:478
+#: src/components/pages/ReportPage.tsx:305
msgid "Provide your full legal name for the declaration."
msgstr "Gib deinen vollständigen rechtlichen Namen für die Erklärung an."
@@ -14163,7 +14236,7 @@ msgstr "Mitglieder, die seit {dayCount, plural, one {<0># Tag0>} other {<1># T
msgid "Public bot"
msgstr "Öffentlicher Bot"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:312
+#: src/components/modals/tabs/GiftInventoryTab.tsx:335
msgid "Purchase a Plutonium gift from the Plutonium tab to share with friends!"
msgstr "Kaufe im Plutonium-Tab ein Plutonium-Geschenk, um es mit Freunden zu teilen!"
@@ -14171,12 +14244,12 @@ msgstr "Kaufe im Plutonium-Tab ein Plutonium-Geschenk, um es mit Freunden zu tei
msgid "Purchase History"
msgstr "Kaufhistorie"
-#: src/components/modals/components/plutonium/PricingSection.tsx:61
+#: src/components/modals/components/plutonium/PricingSection.tsx:67
msgid "Purchase mode"
msgstr "Kaufmodus"
#. placeholder {0}: getFormattedShortDate(new Date(gift.created_at))
-#: src/components/modals/tabs/GiftInventoryTab.tsx:119
+#: src/components/modals/tabs/GiftInventoryTab.tsx:120
msgid "Purchased {0}"
msgstr "Gekauft am {0}"
@@ -14275,7 +14348,7 @@ msgstr "Optionsfelder ermöglichen die Auswahl einer Option aus einer Gruppe."
msgid "Radio Group"
msgstr "Optionsfeldgruppe"
-#: src/components/pages/ReportPage.tsx:300
+#: src/components/pages/report/optionDescriptors.ts:75
#: src/constants/IARConstants.tsx:180
msgid "Raid Coordination"
msgstr "Raid-Koordination"
@@ -14310,7 +14383,7 @@ msgid "Reactions"
msgstr "Reaktionen"
#: src/components/layout/app-layout/nagbars/PremiumExpiredNagbar.tsx:77
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:284
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:320
msgid "Reactivate"
msgstr "Reaktivieren"
@@ -14323,15 +14396,15 @@ msgstr "Nachrichtenverlauf lesen"
msgid "Read the community's audit log of changes and moderation actions."
msgstr "Lies das Audit-Log der Community über Änderungen und Moderationsaktionen."
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:146
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:160
msgid "Read the Documentation (fluxer.dev)"
msgstr "Lies die Dokumentation (fluxer.dev)"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:52
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:60
msgid "Ready to Buy a Gift?"
msgstr "Bereit, ein Geschenk zu kaufen?"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:52
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:60
msgid "Ready to Upgrade?"
msgstr "Bereit für ein Upgrade?"
@@ -14388,11 +14461,11 @@ msgstr "Verbindung wird wiederhergestellt…"
msgid "Record shortcut"
msgstr "Shortcut aufnehmen"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:269
+#: src/components/modals/tabs/GiftInventoryTab.tsx:292
msgid "Redeem"
msgstr "Einlösen"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:232
+#: src/components/modals/tabs/GiftInventoryTab.tsx:255
msgid "Redeem a Gift"
msgstr "Ein Geschenk einlösen"
@@ -14400,40 +14473,40 @@ msgstr "Ein Geschenk einlösen"
msgid "Redeem Beta Code"
msgstr "Beta-Code einlösen"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:165
+#: src/components/modals/tabs/GiftInventoryTab.tsx:166
msgid "Redeem for Yourself"
msgstr "Für dich einlösen"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:255
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:281
msgid "Redeem Gift Code"
msgstr "Geschenkcode einlösen"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:238
+#: src/components/modals/tabs/GiftInventoryTab.tsx:261
msgid "Redeem gift code form"
msgstr "Formular zum Einlösen von Geschenkcodes"
#. placeholder {0}: redeemedBetaCodes.length
-#: src/components/modals/tabs/BetaCodesTab.tsx:349
+#: src/components/modals/tabs/BetaCodesTab.tsx:374
msgid "Redeemed ({0})"
msgstr "Eingelöst ({0})"
#. placeholder {0}: getFormattedShortDate(new Date(gift.redeemed_at!))
-#: src/components/modals/tabs/GiftInventoryTab.tsx:117
+#: src/components/modals/tabs/GiftInventoryTab.tsx:118
msgid "Redeemed {0}"
msgstr "Eingelöst am {0}"
#. placeholder {0}: gift.redeemed_by.username
#. placeholder {1}: gift.redeemed_by.discriminator
-#: src/components/modals/tabs/GiftInventoryTab.tsx:153
+#: src/components/modals/tabs/GiftInventoryTab.tsx:154
msgid "Redeemed by {0}#{1}"
msgstr "Eingelöst von {0}#{1}"
-#: src/components/modals/tabs/BetaCodesTab.tsx:54
+#: src/components/modals/tabs/BetaCodesTab.tsx:56
msgid "Redeemer"
msgstr "Einlöser:in"
-#: src/components/modals/tabs/BetaCodesTab.tsx:111
-#: src/components/modals/tabs/BetaCodesTab.tsx:188
+#: src/components/modals/tabs/BetaCodesTab.tsx:113
+#: src/components/modals/tabs/BetaCodesTab.tsx:190
msgid "Redeemer:"
msgstr "Einlöser:in:"
@@ -14526,7 +14599,7 @@ msgstr "Normale Schaltfläche"
msgid "Regular button clicked!"
msgstr "Normale Schaltfläche geklickt!"
-#: src/components/channel/channel-view/DMChannelView.tsx:298
+#: src/components/channel/channel-view/DMChannelView.tsx:299
#: src/components/voice/IncomingCallUI.tsx:310
msgid "Reject"
msgstr "Ablehnen"
@@ -14624,19 +14697,19 @@ msgstr "Eingangston entfernen"
msgid "Remove filter"
msgstr "Filter entfernen"
-#: src/components/bottomsheets/DMBottomSheet.tsx:508
-#: src/components/channel/dm/DMWelcomeSection.tsx:132
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:144
+#: src/components/bottomsheets/DMBottomSheet.tsx:510
+#: src/components/channel/dm/DMWelcomeSection.tsx:144
#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:146
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:253
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:148
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:255
#: src/components/modals/UserProfileActionsSheet.tsx:115
#: src/components/modals/UserProfileActionsSheet.tsx:117
#: src/components/modals/UserProfileActionsSheet.tsx:278
-#: src/components/modals/UserProfileMobileSheet.tsx:302
-#: src/components/modals/UserProfileMobileSheet.tsx:304
+#: src/components/modals/UserProfileMobileSheet.tsx:303
+#: src/components/modals/UserProfileMobileSheet.tsx:305
#: src/components/modals/UserProfileModal.tsx:1143
-#: src/components/modals/UserProfileModal.tsx:1228
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:108
+#: src/components/modals/UserProfileModal.tsx:1229
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:129
#: src/utils/RelationshipActionUtils.tsx:113
#: src/utils/RelationshipActionUtils.tsx:115
msgid "Remove Friend"
@@ -14654,8 +14727,8 @@ msgid "Remove from favorites"
msgstr "Aus Favoriten entfernen"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:370
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1103
-#: src/components/bottomsheets/DMBottomSheet.tsx:400
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1127
+#: src/components/bottomsheets/DMBottomSheet.tsx:402
#: src/components/channel/ChannelHeader.tsx:547
#: src/components/channel/ChannelHeader.tsx:595
#: src/components/channel/ChannelHeader.tsx:600
@@ -14720,7 +14793,7 @@ msgstr "Spoiler entfernen"
msgid "Remove sticker"
msgstr "Sticker entfernen"
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:285
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:288
#: src/components/modals/RemoveTimeoutModal.tsx:61
#: src/components/modals/RemoveTimeoutModal.tsx:75
#: src/components/modals/TimeoutMemberSheet.tsx:101
@@ -14763,11 +14836,11 @@ msgid "Removed from bookmarks"
msgstr "Aus Lesezeichen entfernt"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:115
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:541
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:555
msgid "Removed from favorites"
msgstr "Aus Favoriten entfernt"
-#: src/components/bottomsheets/DMBottomSheet.tsx:126
+#: src/components/bottomsheets/DMBottomSheet.tsx:128
msgid "Removed from Favorites"
msgstr "Aus den Favoriten entfernt"
@@ -14891,7 +14964,7 @@ msgstr "Community in {0} umbenannt."
msgid "Render all your messages as unknown message type"
msgstr "Alle deine Nachrichten als unbekannten Nachrichtentyp rendern"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:234
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:253
msgid "Renews on <0>{renewalDate}0>."
msgstr "Erneuert sich am <0>{renewalDate}0>."
@@ -14932,15 +15005,15 @@ msgstr "Antworten"
msgid "Replying to <0>{authorNickname}0>"
msgstr "Antwort an <0>{authorNickname}0>"
-#: src/components/pages/ReportPage.tsx:249
+#: src/components/pages/report/optionDescriptors.ts:38
msgid "Report a Community"
msgstr "Community melden"
-#: src/components/pages/ReportPage.tsx:247
+#: src/components/pages/report/optionDescriptors.ts:36
msgid "Report a Message"
msgstr "Nachricht melden"
-#: src/components/pages/ReportPage.tsx:248
+#: src/components/pages/report/optionDescriptors.ts:37
msgid "Report a User Profile"
msgstr "Benutzerprofil melden"
@@ -14949,12 +15022,12 @@ msgstr "Benutzerprofil melden"
msgid "Report Community"
msgstr "Community melden"
-#: src/components/pages/ReportPage.tsx:801
-msgid "Report Details"
-msgstr "Meldungsdetails"
+#: src/components/pages/report/ReportStepDetails.tsx:74
+msgid "Report details"
+msgstr "Bericht Details"
-#: src/components/pages/ReportPage.tsx:241
-#: src/components/pages/ReportPage.tsx:612
+#: src/components/pages/report/ReportStepSelection.tsx:41
+#: src/components/pages/ReportPage.tsx:60
msgid "Report Illegal Content"
msgstr "Illegale Inhalte melden"
@@ -14963,33 +15036,24 @@ msgstr "Illegale Inhalte melden"
msgid "Report Message"
msgstr "Nachricht melden"
-#: src/components/pages/ReportPage.tsx:588
-msgid "Report Submitted"
-msgstr "Meldung gesendet"
+#: src/components/pages/report/ReportStepComplete.tsx:36
+msgid "Report submitted"
+msgstr "Bericht eingereicht"
#: src/components/modals/IARModal.tsx:128
msgid "Report submitted successfully. Our Safety Team will review it shortly."
msgstr "Meldung erfolgreich gesendet. Unser Sicherheitsteam prüft sie in Kürze."
-#: src/components/pages/ReportPage.tsx:624
-msgid "Report Type"
-msgstr "Meldungstyp"
-
#: src/components/modals/IARModal.tsx:84
#: src/components/modals/UserProfileActionsSheet.tsx:289
#: src/components/modals/UserProfileModal.tsx:1157
msgid "Report User"
msgstr "Benutzer melden"
-#: src/components/pages/ReportPage.tsx:852
+#: src/components/pages/report/ReportStepDetails.tsx:123
msgid "Reported User Tag (optional)"
msgstr "Gemeldeter Benutzer-Tag (optional)"
-#: src/components/pages/ReportPage.tsx:644
-#: src/components/pages/ReportPage.tsx:804
-msgid "Reporting:"
-msgstr "Bericht:"
-
#: src/components/modals/tabs/PrivacySafetyTab/DataExportTab.tsx:48
#: src/components/modals/tabs/PrivacySafetyTab/DataExportTab.tsx:125
msgid "Request Data Export"
@@ -15050,7 +15114,7 @@ msgstr "Erfordert Plutonium"
msgid "Reschedule Message"
msgstr "Nachricht neu planen"
-#: src/components/modals/ClaimAccountModal.tsx:222
+#: src/components/modals/ClaimAccountModal.tsx:224
#: src/components/modals/EmailChangeModal.tsx:230
#: src/components/modals/EmailChangeModal.tsx:294
msgid "Resend"
@@ -15064,7 +15128,11 @@ msgstr "Erneut senden ({newSecondsRemaining}s)"
msgid "Resend ({originalSecondsRemaining}s)"
msgstr "Erneut senden ({originalSecondsRemaining}s)"
-#: src/components/modals/ClaimAccountModal.tsx:222
+#: src/components/pages/report/ReportStepVerification.tsx:114
+msgid "Resend ({resendCooldownSeconds}s)"
+msgstr "Erneut senden ({resendCooldownSeconds}s)"
+
+#: src/components/modals/ClaimAccountModal.tsx:224
msgid "Resend ({resendSecondsRemaining}s)"
msgstr "Erneut senden ({resendSecondsRemaining}s)"
@@ -15072,7 +15140,7 @@ msgstr "Erneut senden ({resendSecondsRemaining}s)"
msgid "Resend Button Loading"
msgstr "Erneut-Senden-Button lädt"
-#: src/components/pages/ReportPage.tsx:761
+#: src/components/pages/report/ReportStepVerification.tsx:116
msgid "Resend code"
msgstr "Code erneut senden"
@@ -15097,7 +15165,7 @@ msgid "Resent"
msgstr "Erneut gesendet"
#: src/components/keybinds/KeybindRecorder.tsx:215
-#: src/components/modals/components/MobileSettingsView.tsx:128
+#: src/components/modals/components/MobileSettingsView.tsx:123
#: src/components/modals/components/SettingsModalHeader.tsx:81
#: src/components/modals/ImageCropModal.tsx:977
#: src/components/modals/tabs/KeybindsTab.tsx:154
@@ -15173,8 +15241,8 @@ msgstr "Vollbild wiederherstellen"
msgid "Restore maximized"
msgstr "Maximiert wiederherstellen"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:280
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:282
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:316
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:318
msgid "Resubscribe"
msgstr "Erneut abonnieren"
@@ -15189,11 +15257,11 @@ msgstr "Erneut abonnieren"
#: src/components/modals/guildTabs/GuildStickersTab.tsx:211
#: src/components/modals/guildTabs/GuildWebhooksTab.tsx:137
#: src/components/modals/tabs/ApplicationsTab/ApplicationDetail.tsx:559
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:108
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:112
#: src/components/modals/tabs/AuthorizedAppsTab.tsx:121
-#: src/components/modals/tabs/BetaCodesTab.tsx:301
+#: src/components/modals/tabs/BetaCodesTab.tsx:326
#: src/components/modals/tabs/DevicesTab.tsx:231
-#: src/components/modals/tabs/GiftInventoryTab.tsx:300
+#: src/components/modals/tabs/GiftInventoryTab.tsx:323
msgid "Retry"
msgstr "Erneut versuchen"
@@ -15244,8 +15312,8 @@ msgstr "Prüfe, worum diese App bittet, bevor du fortfährst."
#: src/components/invites/InviteListItem.tsx:217
#: src/components/modals/GroupInvitesBottomSheet.tsx:78
#: src/components/modals/GroupInvitesModal.tsx:76
-#: src/components/modals/tabs/BetaCodesTab.tsx:143
-#: src/components/modals/tabs/BetaCodesTab.tsx:220
+#: src/components/modals/tabs/BetaCodesTab.tsx:145
+#: src/components/modals/tabs/BetaCodesTab.tsx:222
msgid "Revoke"
msgstr "Widerrufen"
@@ -15369,7 +15437,7 @@ msgstr "Rollen & Berechtigungen"
msgid "Roles updated successfully"
msgstr "Rollen erfolgreich aktualisiert"
-#: src/components/pages/ReportPage.tsx:333
+#: src/components/pages/report/optionDescriptors.ts:105
msgid "Romania"
msgstr "Rumänien"
@@ -15423,7 +15491,7 @@ msgstr "Sättigung"
#: src/components/modals/AddFavoriteMemeModal.tsx:102
#: src/components/modals/AttachmentEditModal.tsx:90
#: src/components/modals/BaseChangeNicknameModal.tsx:115
-#: src/components/modals/components/MobileSettingsView.tsx:131
+#: src/components/modals/components/MobileSettingsView.tsx:126
#: src/components/modals/CustomStatusBottomSheet.tsx:231
#: src/components/modals/CustomStatusModal.tsx:362
#: src/components/modals/EditFavoriteMemeModal.tsx:88
@@ -15438,9 +15506,9 @@ msgstr "Sättigung"
msgid "Save"
msgstr "Speichern"
-#: src/components/modals/components/plutonium/GiftSection.tsx:72
-#: src/components/modals/components/plutonium/PricingSection.tsx:81
-#: src/components/modals/components/plutonium/PricingSection.tsx:104
+#: src/components/modals/components/plutonium/GiftSection.tsx:79
+#: src/components/modals/components/plutonium/PricingSection.tsx:91
+#: src/components/modals/components/plutonium/PricingSection.tsx:119
msgid "Save 17%"
msgstr "17 % sparen"
@@ -15600,8 +15668,8 @@ msgstr "Chat nach unten scrollen"
msgid "Scroll Chat Up"
msgstr "Chat nach oben scrollen"
-#: src/components/modals/components/plutonium/GiftSection.tsx:103
-#: src/components/modals/components/plutonium/PricingSection.tsx:138
+#: src/components/modals/components/plutonium/GiftSection.tsx:117
+#: src/components/modals/components/plutonium/PricingSection.tsx:160
msgid "Scroll down to view all the sweet perks you get with Plutonium"
msgstr "Scroll nach unten, um alle spannenden Vorteile von Plutonium zu sehen"
@@ -15613,11 +15681,11 @@ msgstr "Chatverlauf nach unten scrollen"
msgid "Scroll the chat history up"
msgstr "Chatverlauf nach oben scrollen"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:857
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:889
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:400
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:460
#: src/components/channel/ChannelHeader.tsx:586
-#: src/components/channel/shared/PickerSearchInput.tsx:204
+#: src/components/channel/shared/PickerSearchInput.tsx:203
#: src/components/modals/tabs/ComponentGalleryTab/InputsTab.tsx:126
#: src/stores/KeybindStore.ts:414
#: src/utils/quick-switcher/QuickSwitcherModalUtils.tsx:86
@@ -15674,7 +15742,7 @@ msgstr "Nach Kanälen, Personen oder Communities suchen"
#: src/components/common/FriendSelector.tsx:196
#: src/components/modals/AddFriendsToGroupModal.tsx:53
#: src/components/modals/CreateDMModal.tsx:68
-#: src/components/modals/InviteModal.tsx:237
+#: src/components/modals/InviteModal.tsx:248
#: src/components/modals/shared/RecipientList.tsx:177
#: src/components/modals/ShareThemeModal.tsx:144
msgid "Search friends"
@@ -15718,7 +15786,7 @@ msgstr "Ausstehende Anfragen durchsuchen"
msgid "Search Permissions..."
msgstr "Berechtigungen durchsuchen…"
-#: src/components/channel/ChannelSearchResults.tsx:321
+#: src/components/channel/ChannelSearchResults.tsx:278
#: src/components/modals/components/DesktopSettingsView.tsx:360
msgid "Search Results"
msgstr "Suchergebnisse"
@@ -15737,7 +15805,7 @@ msgid "Search scope"
msgstr "Suchumfang"
#. placeholder {0}: activeScopeOption.label
-#: src/components/channel/ChannelSearchResults.tsx:1052
+#: src/components/channel/ChannelSearchResults.tsx:1031
#: src/components/channel/MessageSearchBar/MessageSearchBar.tsx:378
msgid "Search scope: {0}"
msgstr "Suchumfang: {0}"
@@ -15767,7 +15835,7 @@ msgstr "Benutzer durchsuchen"
msgid "Search within the current view"
msgstr "Im aktuellen Bereich suchen"
-#: src/components/channel/ChannelSearchResults.tsx:319
+#: src/components/channel/ChannelSearchResults.tsx:276
msgid "Searching..."
msgstr "Suche..."
@@ -15848,9 +15916,9 @@ msgstr "Sieh dir an, wie deine Einladung für Besucher aussieht."
msgid "Select"
msgstr "Auswählen"
-#: src/components/pages/ReportPage.tsx:261
-#: src/components/pages/ReportPage.tsx:280
-#: src/components/pages/ReportPage.tsx:294
+#: src/components/pages/report/optionDescriptors.ts:42
+#: src/components/pages/report/optionDescriptors.ts:58
+#: src/components/pages/report/optionDescriptors.ts:69
msgid "Select a category"
msgstr "Wähle eine Kategorie"
@@ -15871,7 +15939,7 @@ msgstr "Wähle eine Community"
msgid "Select a community where you have <0>Manage Community0> permissions."
msgstr "Wähle eine Community, in der du die Berechtigung <0>Community verwalten0> hast."
-#: src/components/pages/ReportPage.tsx:310
+#: src/components/pages/report/optionDescriptors.ts:82
msgid "Select a country"
msgstr "Wähle ein Land"
@@ -15887,7 +15955,7 @@ msgstr "Wähle ein Szenario aus, das angewendet werden soll…"
msgid "Select a verification method."
msgstr "Wähle eine Verifizierungsmethode."
-#: src/components/pages/ReportPage.tsx:473
+#: src/components/pages/ReportPage.tsx:300
msgid "Select a violation category."
msgstr "Wähle eine Kategorie für Verstöße."
@@ -15958,11 +16026,15 @@ msgstr "Bildschirm oder Fenster auswählen"
msgid "Select the account you want to sign in with on the desktop app."
msgstr "Wähle das Konto, mit dem du dich in der Desktop-App anmelden möchtest."
+#: src/components/pages/report/ReportStepSelection.tsx:44
+msgid "Select what you want to report."
+msgstr "Wähle aus, was du melden möchtest."
+
#: src/components/modals/utils/settingsSearchIndex.ts:460
msgid "Select your camera"
msgstr "Wähle deine Kamera aus"
-#: src/components/pages/ReportPage.tsx:483
+#: src/components/pages/ReportPage.tsx:310
msgid "Select your country of residence."
msgstr "Wähle dein Wohnsitzland."
@@ -15986,7 +16058,7 @@ msgstr "Auswählen…"
msgid "Selections"
msgstr "Auswahlen"
-#: src/components/pages/ReportPage.tsx:269
+#: src/components/pages/report/optionDescriptors.ts:50
#: src/constants/IARConstants.tsx:67
msgid "Self-Harm or Suicide"
msgstr "Selbstverletzung oder Suizid"
@@ -16035,7 +16107,7 @@ msgstr "Sende eine Aktionsnachricht (kursiv dargestellt)."
msgid "Send an SMS code first."
msgstr "Sende zuerst einen SMS-Code."
-#: src/components/modals/ClaimAccountModal.tsx:182
+#: src/components/modals/ClaimAccountModal.tsx:184
#: src/components/modals/EmailChangeModal.tsx:265
#: src/components/modals/PhoneAddModal.tsx:206
msgid "Send code"
@@ -16045,9 +16117,9 @@ msgstr "Code senden"
msgid "Send Code"
msgstr "Code senden"
-#: src/components/channel/dm/DMWelcomeSection.tsx:109
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:269
-#: src/components/modals/UserProfileModal.tsx:1288
+#: src/components/channel/dm/DMWelcomeSection.tsx:112
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:272
+#: src/components/modals/UserProfileModal.tsx:1290
msgid "Send Friend Request"
msgstr "Freundschaftsanfrage senden"
@@ -16073,7 +16145,7 @@ msgstr "Nachrichten senden"
msgid "Send Messages"
msgstr "Nachrichten senden"
-#: src/components/channel/dm/AddFriendForm.tsx:119
+#: src/components/channel/dm/AddFriendForm.tsx:142
msgid "Send Request"
msgstr "Anfrage senden"
@@ -16097,11 +16169,11 @@ msgstr "Text-zu-Sprache-Nachrichten senden."
msgid "Send TTS Messages"
msgstr "TTS-Nachrichten senden"
-#: src/components/pages/ReportPage.tsx:676
+#: src/components/pages/report/ReportStepEmail.tsx:92
msgid "Send Verification Code"
msgstr "Verifizierungscode senden"
-#: src/components/modals/InviteModal.tsx:258
+#: src/components/modals/InviteModal.tsx:268
#: src/components/modals/shared/RecipientList.tsx:223
#: src/components/modals/ShareThemeModal.tsx:162
msgid "Sent"
@@ -16128,7 +16200,7 @@ msgstr "Sitzung abgelaufen. Bitte erneut einloggen."
msgid "Set a custom invite URL for your community."
msgstr "Lege eine benutzerdefinierte Einladungs-URL für deine Community fest."
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:401
+#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:361
#: src/components/modals/StatusChangeBottomSheet.tsx:171
#: src/components/popouts/UserAreaPopout.tsx:444
msgid "Set a custom status"
@@ -16336,7 +16408,7 @@ msgid "Set your timezone"
msgstr "Deine Zeitzone festlegen"
#: src/components/bottomsheets/VoiceLobbyBottomSheet.tsx:220
-#: src/components/modals/components/MobileSettingsView.tsx:531
+#: src/components/modals/components/MobileSettingsView.tsx:485
#: src/components/modals/tabs/ComponentGalleryTab/ButtonsTab.tsx:150
#: src/components/modals/tabs/ComponentGalleryTab/ButtonsTab.tsx:221
#: src/components/modals/tabs/ComponentGalleryTab/index.tsx:94
@@ -16383,7 +16455,11 @@ msgstr "Aktion teilen!"
msgid "Share Audio"
msgstr "Audio teilen"
-#: src/components/modals/components/plutonium/GiftSection.tsx:63
+#: src/components/pages/report/ReportStepDetails.tsx:77
+msgid "Share only what's needed to help our team assess the content."
+msgstr "Teile nur das, was nötig ist, um unserem Team zu helfen, den Inhalt zu bewerten."
+
+#: src/components/modals/components/plutonium/GiftSection.tsx:69
msgid "Share the Plutonium experience with your friends by purchasing a gift subscription."
msgstr "Teile das Plutonium-Erlebnis mit deinen Freunden, indem du ein Geschenkabo kaufst."
@@ -16417,7 +16493,7 @@ msgstr "Teile dein Theme"
msgid "Shared theme"
msgstr "Geteiltes Theme"
-#: src/components/pages/ReportPage.tsx:268
+#: src/components/pages/report/optionDescriptors.ts:49
#: src/constants/IARConstants.tsx:62
msgid "Sharing Personal Information"
msgstr "Weitergabe persönlicher Informationen"
@@ -16797,11 +16873,11 @@ msgstr "Schieberegler mit Schrittwerten"
msgid "Sliders"
msgstr "Schieberegler"
-#: src/components/pages/ReportPage.tsx:334
+#: src/components/pages/report/optionDescriptors.ts:106
msgid "Slovakia"
msgstr "Slowakei"
-#: src/components/pages/ReportPage.tsx:335
+#: src/components/pages/report/optionDescriptors.ts:107
msgid "Slovenia"
msgstr "Slowenien"
@@ -16952,7 +17028,8 @@ msgstr "Etwas ist schiefgelaufen und die App ist abgestürzt. Versuche, die App
msgid "Something went wrong while loading the audit log."
msgstr "Beim Laden des Prüfprotokolls ist etwas schiefgelaufen."
-#: src/components/pages/ReportPage.tsx:563
+#: src/components/pages/ReportPage.tsx:103
+#: src/components/pages/ReportPage.tsx:395
msgid "Something went wrong while submitting the report. Please try again."
msgstr "Beim Absenden des Berichts ist etwas schiefgelaufen. Bitte versuche es erneut."
@@ -16969,7 +17046,7 @@ msgid "Sort"
msgstr "Sortieren"
#. placeholder {0}: activeSortOption.label
-#: src/components/channel/ChannelSearchResults.tsx:1063
+#: src/components/channel/ChannelSearchResults.tsx:1042
msgid "Sort mode: {0}"
msgstr "Sortiermodus: {0}"
@@ -17008,21 +17085,21 @@ msgstr "Abstand zwischen Nachrichtengruppen"
msgid "Spacious layout with clear visual separation between messages."
msgstr "Geräumiges Layout mit klarer optischer Trennung zwischen Nachrichten."
-#: src/components/pages/ReportPage.tsx:336
+#: src/components/pages/report/optionDescriptors.ts:108
msgid "Spain"
msgstr "Spanien"
-#: src/components/pages/ReportPage.tsx:283
+#: src/components/pages/report/optionDescriptors.ts:61
#: src/constants/IARConstants.tsx:119
msgid "Spam Account"
msgstr "Spam-Konto"
-#: src/components/pages/ReportPage.tsx:265
+#: src/components/pages/report/optionDescriptors.ts:46
#: src/constants/IARConstants.tsx:47
msgid "Spam or Scam"
msgstr "Spam oder Betrug"
-#: src/components/pages/ReportPage.tsx:301
+#: src/components/pages/report/optionDescriptors.ts:76
#: src/constants/IARConstants.tsx:185
msgid "Spam or Scam Community"
msgstr "Spam- oder Betrugs-Community"
@@ -17141,9 +17218,9 @@ msgstr "Beginne, ein eigenes Emoji-Paket zu kuratieren, das du teilen und instal
msgid "Start Mic Test"
msgstr "Mikrofontest starten"
-#: src/components/pages/ReportPage.tsx:687
-#: src/components/pages/ReportPage.tsx:771
-#: src/components/pages/ReportPage.tsx:964
+#: src/components/pages/report/ReportStepDetails.tsx:252
+#: src/components/pages/report/ReportStepEmail.tsx:103
+#: src/components/pages/report/ReportStepVerification.tsx:132
msgid "Start over"
msgstr "Von vorne beginnen"
@@ -17151,13 +17228,13 @@ msgstr "Von vorne beginnen"
msgid "Start Sharing"
msgstr "Freigabe starten"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:122
+#: src/components/channel/ChannelHeader/CallButtons.tsx:160
#: src/components/modals/UserProfileModal.tsx:1109
#: src/components/uikit/ContextMenu/items/CallMenuItems.tsx:91
msgid "Start Video Call"
msgstr "Videoanruf starten"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:70
+#: src/components/channel/ChannelHeader/CallButtons.tsx:90
#: src/components/modals/UserProfileModal.tsx:1100
#: src/components/uikit/ContextMenu/items/CallMenuItems.tsx:60
msgid "Start Voice Call"
@@ -17182,9 +17259,21 @@ msgstr "Statusanzeigen"
msgid "Status Slate"
msgstr "Status-Tafel"
-#: src/components/pages/ReportPage.tsx:574
-msgid "Step {stepNumber} of {FLOW_TOTAL_STEPS}"
-msgstr "Schritt {stepNumber} von {FLOW_TOTAL_STEPS}"
+#: src/components/pages/report/ReportStepSelection.tsx:38
+msgid "Step 1"
+msgstr "Schritt 1"
+
+#: src/components/pages/report/ReportStepEmail.tsx:51
+msgid "Step 2"
+msgstr "Schritt 2"
+
+#: src/components/pages/report/ReportStepVerification.tsx:61
+msgid "Step 3"
+msgstr "Schritt 3"
+
+#: src/components/pages/report/ReportStepDetails.tsx:71
+msgid "Step 4"
+msgstr "Schritt 4"
#: src/utils/SystemMessageUtils.tsx:45
msgid "Step in, {username}! No paradoxes here; we're all friends."
@@ -17229,7 +17318,7 @@ msgid "Sticker density"
msgstr "Sticker-Dichte"
#: src/components/auth/InviteHeader.tsx:140
-#: src/components/channel/InviteEmbed.tsx:197
+#: src/components/channel/InviteEmbed.tsx:199
#: src/components/modals/InviteAcceptModal.tsx:142
#: src/components/modals/tabs/ExpressionPacksTab.tsx:70
msgid "Sticker pack"
@@ -17261,7 +17350,7 @@ msgstr "Sticker aktualisiert"
#: src/components/channel/AutocompleteEmoji.tsx:111
#: src/components/channel/textarea/TextareaButtons.tsx:134
-#: src/components/modals/ExpressionPickerSheet.tsx:86
+#: src/components/modals/ExpressionPickerSheet.tsx:73
#: src/components/popouts/ExpressionPickerPopout.tsx:79
msgid "Stickers"
msgstr "Sticker"
@@ -17330,11 +17419,11 @@ msgstr "Studienraum"
msgid "Style Variations"
msgstr "Stilvarianten"
-#: src/components/pages/ReportPage.tsx:601
+#: src/components/pages/report/ReportStepComplete.tsx:41
msgid "Submit another report"
msgstr "Einen weiteren Bericht einreichen"
-#: src/components/pages/ReportPage.tsx:958
+#: src/components/pages/report/ReportStepDetails.tsx:240
msgid "Submit DSA Report"
msgstr "DSA-Bericht einreichen"
@@ -17346,7 +17435,7 @@ msgstr "Bericht einreichen"
msgid "Submitting"
msgstr "Wird gesendet"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:53
+#: src/components/modals/components/plutonium/VisionarySection.tsx:58
msgid "subscription"
msgstr "Abonnement"
@@ -17464,7 +17553,7 @@ msgstr "Einbettungen unterdrücken"
msgid "Swap text to reverify variants"
msgstr "Text austauschen, um Varianten erneut zu überprüfen"
-#: src/components/pages/ReportPage.tsx:337
+#: src/components/pages/report/optionDescriptors.ts:109
msgid "Sweden"
msgstr "Schweden"
@@ -17476,7 +17565,7 @@ msgstr "Schwedisch"
msgid "Switch account"
msgstr "Konto wechseln"
-#: src/components/popouts/UserAreaPopout.tsx:497
+#: src/components/popouts/UserAreaPopout.tsx:499
msgid "Switch Accounts"
msgstr "Konten wechseln"
@@ -17649,8 +17738,8 @@ msgstr "Text (NSFW)"
msgid "Text channel"
msgstr "Textkanal"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:473
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:662
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:487
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:676
#: src/components/channel/channel-header/useChannelHeaderData.ts:96
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:314
msgid "Text Channel"
@@ -17677,19 +17766,19 @@ msgstr "Textfeld"
msgid "Thai"
msgstr "Thailändisch"
-#: src/components/pages/ReportPage.tsx:589
-msgid "Thank you for filing a report. We'll review it as soon as possible."
-msgstr "Danke, dass du einen Bericht eingereicht hast. Wir werden ihn so schnell wie möglich überprüfen."
-
#: src/components/modals/IARModal.tsx:187
msgid "Thank you for helping keep Fluxer safe. Reports are reviewed by our Safety Team. False reports may result in action against your account."
msgstr "Danke, dass du dazu beiträgst, Fluxer sicher zu halten. Berichte werden von unserem Sicherheitsteam geprüft. Falsche Meldungen können Maßnahmen gegen dein Konto zur Folge haben."
+#: src/components/pages/report/ReportStepComplete.tsx:37
+msgid "Thank you for helping keep Fluxer safe. We'll review your report as soon as possible."
+msgstr "Danke, dass du hilfst, Fluxer sicher zu halten. Wir werden deinen Bericht so schnell wie möglich überprüfen."
+
#: src/components/form/ColorPickerField.tsx:274
msgid "That doesn't look like a valid color. Try hex, rgb(), hsl(), or a CSS color name."
msgstr "Das sieht nicht nach einer gültigen Farbe aus. Versuch es mit Hex, rgb(), hsl() oder einem CSS-Farbnamen."
-#: src/components/pages/ReportPage.tsx:846
+#: src/components/pages/report/ReportStepDetails.tsx:117
msgid "That doesn't look like a valid URL."
msgstr "Das sieht nicht nach einer gültigen URL aus."
@@ -17733,8 +17822,8 @@ msgstr "Der Bot wurde hinzugefügt."
msgid "The channel you're looking for may have been deleted or you may not have access to it."
msgstr "Der gesuchte Kanal wurde möglicherweise gelöscht oder du hast keinen Zugriff darauf."
-#: src/components/layout/GuildLayout.tsx:308
-#: src/components/layout/GuildLayout.tsx:371
+#: src/components/layout/GuildLayout.tsx:313
+#: src/components/layout/GuildLayout.tsx:376
msgid "The community you're looking for may have been deleted or you may not have access to it."
msgstr "Die gesuchte Community wurde möglicherweise gelöscht oder du hast keinen Zugriff darauf."
@@ -17795,7 +17884,7 @@ msgstr "Die Auszeit darf 365 Tage (31.536.000 Sekunden) nicht überschreiten."
msgid "The URL this link channel points to."
msgstr "Die URL, auf die dieser Linkkanal verweist."
-#: src/components/pages/ReportPage.tsx:452
+#: src/components/pages/ReportPage.tsx:277
msgid "The verification code is invalid or expired."
msgstr "Der Bestätigungscode ist ungültig oder abgelaufen."
@@ -17869,7 +17958,7 @@ msgstr "Diese Einstellungen nutzen die browserinterne Audiobearbeitung zur Verbe
msgid "These toggles force the client to treat features as enabled or disabled without relying on the server configuration. They only affect your client experience and are shown to developers for testing."
msgstr "Diese Schalter zwingen den Client dazu, Funktionen unabhängig von der Serverkonfiguration als aktiviert oder deaktiviert zu behandeln. Sie beeinflussen nur dein Client-Erlebnis und werden Entwicklern zum Testen angezeigt."
-#: src/components/channel/channel-view/DMChannelView.tsx:356
+#: src/components/channel/channel-view/DMChannelView.tsx:357
msgid "They might have taken the DeLorean elsewhere."
msgstr "Sie könnten den DeLorean woanders hingebracht haben."
@@ -17877,7 +17966,7 @@ msgstr "Sie könnten den DeLorean woanders hingebracht haben."
msgid "they/them"
msgstr "they/them"
-#: src/components/channel/channel-view/DMChannelView.tsx:342
+#: src/components/channel/channel-view/DMChannelView.tsx:343
msgid "Think, McFly! Did you type the right address?"
msgstr "Denk nach, McFly! Hast du die richtige Adresse eingegeben?"
@@ -17979,7 +18068,7 @@ msgstr "Diese Community hat Einladungen vorübergehend deaktiviert. Probiere es
msgid "This community requires you to verify your account before joining. Please set an email and password for your account."
msgstr "Diese Community verlangt, dass du dein Konto verifizierst, bevor du beitreten kannst. Bitte richte eine E-Mail und ein Passwort für dein Konto ein."
-#: src/components/channel/channel-view/DMChannelView.tsx:339
+#: src/components/channel/channel-view/DMChannelView.tsx:340
msgid "This conversation has been erased"
msgstr "Diese Unterhaltung wurde gelöscht"
@@ -18008,8 +18097,8 @@ msgstr "Dieser Geschenkcode wurde bereits eingelöst."
msgid "This gift code has already been redeemed."
msgstr "Dieser Geschenkcode wurde bereits eingelöst."
-#: src/components/channel/GiftEmbed.tsx:148
-#: src/components/modals/GiftAcceptModal.tsx:92
+#: src/components/channel/GiftEmbed.tsx:159
+#: src/components/modals/GiftAcceptModal.tsx:99
msgid "This gift code is invalid or already claimed."
msgstr "Dieser Geschenkcode ist ungültig oder bereits eingelöst."
@@ -18022,11 +18111,11 @@ msgstr "Dieser Geschenkcode ist ungültig oder wurde bereits eingelöst."
msgid "This gift code may be invalid, expired, or already redeemed."
msgstr "Dieser Geschenkcode könnte ungültig, abgelaufen oder bereits eingelöst sein."
-#: src/components/modals/GiftAcceptModal.tsx:118
+#: src/components/modals/GiftAcceptModal.tsx:125
msgid "This gift has already been claimed."
msgstr "Dieses Geschenk wurde bereits eingelöst."
-#: src/components/modals/tabs/GiftInventoryTab.tsx:157
+#: src/components/modals/tabs/GiftInventoryTab.tsx:158
msgid "This gift has been redeemed"
msgstr "Dieses Geschenk wurde eingelöst"
@@ -18044,7 +18133,7 @@ msgstr "Diese Einladung verfällt in {0}."
msgid "This invite has unlimited uses."
msgstr "Diese Einladung kann unbegrenzt genutzt werden."
-#: src/components/modals/InviteModal.tsx:321
+#: src/components/modals/InviteModal.tsx:318
msgid "This invite link never expires."
msgstr "Dieser Einladungslink läuft niemals ab."
@@ -18059,23 +18148,19 @@ msgstr "Diese Einladung ist möglicherweise abgelaufen oder wurde gelöscht."
msgid "This invite never expires."
msgstr "Diese Einladung läuft nie ab."
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:170
-#: src/components/emojis/EmojiInfoContent.tsx:79
+#: src/components/emojis/EmojiAttributionSubtext.tsx:130
msgid "This is a custom emoji from"
msgstr "Dies ist ein benutzerdefiniertes Emoji von"
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:160
-#: src/components/emojis/EmojiInfoContent.tsx:68
+#: src/components/emojis/EmojiAttributionSubtext.tsx:121
msgid "This is a custom emoji from a community."
msgstr "Dies ist ein benutzerdefiniertes Emoji aus einer Community."
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:150
-#: src/components/emojis/EmojiInfoContent.tsx:56
+#: src/components/emojis/EmojiAttributionSubtext.tsx:111
msgid "This is a custom emoji from a community. Ask the author for an invite to use this emoji."
msgstr "Dies ist ein benutzerdefiniertes Emoji aus einer Community. Bitte den Autor um eine Einladung, um dieses Emoji nutzen zu können."
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:138
-#: src/components/emojis/EmojiInfoContent.tsx:43
+#: src/components/emojis/EmojiAttributionSubtext.tsx:101
msgid "This is a default emoji on Fluxer."
msgstr "Dies ist ein Standard-Emoji auf Fluxer."
@@ -18095,8 +18180,8 @@ msgstr "So erscheinen Nachrichten"
msgid "This is not the channel you're looking for."
msgstr "Das ist nicht der Kanal, den du suchst."
-#: src/components/layout/GuildLayout.tsx:307
-#: src/components/layout/GuildLayout.tsx:370
+#: src/components/layout/GuildLayout.tsx:312
+#: src/components/layout/GuildLayout.tsx:375
msgid "This is not the community you're looking for."
msgstr "Das ist nicht die Community, die du suchst."
@@ -18113,7 +18198,7 @@ msgid "This is the beginning of <0>{displayName}0>. Add friends to start a con
msgstr "Dies ist der Anfang von <0>{displayName}0>. Füge Freunde hinzu, um eine Unterhaltung zu starten!"
#. placeholder {0}: user.username
-#: src/components/channel/dm/DMWelcomeSection.tsx:182
+#: src/components/channel/dm/DMWelcomeSection.tsx:194
msgid "This is the beginning of your direct message history with <0>{0}0>."
msgstr "Dies ist der Beginn deiner Direktnachrichten-Historie mit <0>{0}0>."
@@ -18194,7 +18279,7 @@ msgstr "Dieser Design-Link enthält keine Daten."
msgid "This theme may have been removed or the link is invalid."
msgstr "Dieses Design wurde möglicherweise entfernt oder der Link ist ungültig."
-#: src/components/channel/dm/AddFriendForm.tsx:62
+#: src/components/channel/dm/AddFriendForm.tsx:85
msgid "This user has restricted who can send them friend requests."
msgstr "Dieser Nutzer hat eingeschränkt, wer ihm Freundschaftsanfragen senden kann."
@@ -18216,8 +18301,8 @@ msgid "This was a @silent message."
msgstr "Dies war eine @silent-Nachricht."
#: src/actions/MessageActionCreators.tsx:392
-#: src/components/channel/Messages.tsx:442
-#: src/components/channel/Messages.tsx:522
+#: src/components/channel/Messages.tsx:440
+#: src/components/channel/Messages.tsx:520
msgid "This will create a rift in the space-time continuum and cannot be undone."
msgstr "Das wird einen Riss im Raum-Zeit-Kontinuum erzeugen und kann nicht rückgängig gemacht werden."
@@ -18283,7 +18368,7 @@ msgstr "Zeit: {currentFormatted} von {durationFormatted}"
msgid "Timed out until {0}."
msgstr "Timeout bis {0}."
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:285
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:288
#: src/components/modals/TimeoutMemberModal.tsx:207
#: src/components/modals/TimeoutMemberSheet.tsx:90
#: src/components/uikit/ContextMenu/items/GuildMemberMenuItems.tsx:272
@@ -18570,7 +18655,7 @@ msgstr "wahr oder falsch"
msgid "Try a different name or use @ / # / ! / * prefixes to filter results."
msgstr "Probiere einen anderen Namen oder verwende @ / # / ! / *-Präfixe, um zu filtern."
-#: src/components/channel/ChannelSearchResults.tsx:710
+#: src/components/channel/ChannelSearchResults.tsx:679
msgid "Try a different search query"
msgstr "Versuche eine andere Suchanfrage"
@@ -18585,13 +18670,13 @@ msgid "Try a different search term or filter"
msgstr "Versuche einen anderen Suchbegriff oder Filter"
#: src/components/auth/HandoffCodeDisplay.tsx:67
-#: src/components/channel/Messages.tsx:939
+#: src/components/channel/Messages.tsx:937
msgid "Try again"
msgstr "Versuche es erneut"
#: src/components/BootstrapErrorScreen.tsx:68
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:301
-#: src/components/channel/ChannelSearchResults.tsx:694
+#: src/components/channel/ChannelSearchResults.tsx:663
#: src/components/modals/channelTabs/ChannelInvitesTab.tsx:148
#: src/components/modals/channelTabs/ChannelWebhooksTab.tsx:159
#: src/components/NetworkErrorScreen.tsx:56
@@ -18612,7 +18697,7 @@ msgstr "Versuche einen anderen Namen oder überprüfe deine Rechtschreibung."
msgid "Try another search term"
msgstr "Versuche einen anderen Suchbegriff"
-#: src/components/channel/InviteEmbed.tsx:359
+#: src/components/channel/InviteEmbed.tsx:361
msgid "Try asking for a new invite."
msgstr "Bitte um eine neue Einladung."
@@ -18802,7 +18887,7 @@ msgstr "Sticker-Paket konnte nicht installiert werden"
msgid "Unable to load activity logs"
msgstr "Aktivitätsprotokolle konnten nicht geladen werden"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:104
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:108
msgid "Unable to load applications"
msgstr "Anwendungen konnten nicht geladen werden"
@@ -18814,7 +18899,7 @@ msgstr "Paketinformationen konnten nicht geladen werden."
msgid "Unable to prepare any emojis for upload. The following errors occurred:"
msgstr "Emojis konnten nicht für den Upload vorbereitet werden. Folgende Fehler sind aufgetreten:"
-#: src/components/modals/ClaimAccountModal.tsx:125
+#: src/components/modals/ClaimAccountModal.tsx:127
#: src/components/modals/EmailChangeModal.tsx:122
#: src/components/modals/EmailChangeModal.tsx:152
msgid "Unable to resend code right now"
@@ -18824,7 +18909,7 @@ msgstr "Code kann gerade nicht erneut gesendet werden"
msgid "Unable to send code to new email"
msgstr "Code konnte nicht an die neue E-Mail gesendet werden"
-#: src/components/channel/dm/AddFriendForm.tsx:76
+#: src/components/channel/dm/AddFriendForm.tsx:99
msgid "Unable to send friend request. Please try again."
msgstr "Freundschaftsanfrage konnte nicht gesendet werden. Bitte versuche es erneut."
@@ -18844,17 +18929,17 @@ msgstr "Für alle nicht verfügbar"
msgid "Unavailable for everyone but staff"
msgstr "Nur für Personal verfügbar"
-#: src/components/bottomsheets/DMBottomSheet.tsx:532
+#: src/components/bottomsheets/DMBottomSheet.tsx:535
#: src/components/channel/barriers/BarrierComponents.tsx:221
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:180
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:335
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:182
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:338
#: src/components/modals/tabs/BlockedUsersTab.tsx:58
#: src/components/modals/tabs/BlockedUsersTab.tsx:171
#: src/components/modals/UserProfileActionsSheet.tsx:151
#: src/components/modals/UserProfileActionsSheet.tsx:305
-#: src/components/modals/UserProfileMobileSheet.tsx:320
+#: src/components/modals/UserProfileMobileSheet.tsx:321
#: src/components/modals/UserProfileModal.tsx:1049
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:209
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:230
#: src/utils/RelationshipActionUtils.tsx:169
msgid "Unblock"
msgstr "Entsperren"
@@ -18863,11 +18948,11 @@ msgstr "Entsperren"
msgid "Unblock this user before sending a friend request."
msgstr "Entsperre diesen Nutzer, bevor du eine Freundschaftsanfrage sendest."
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:178
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:180
#: src/components/modals/tabs/BlockedUsersTab.tsx:56
#: src/components/modals/UserProfileActionsSheet.tsx:149
-#: src/components/modals/UserProfileMobileSheet.tsx:318
-#: src/components/modals/UserProfileModal.tsx:1243
+#: src/components/modals/UserProfileMobileSheet.tsx:319
+#: src/components/modals/UserProfileModal.tsx:1244
#: src/utils/RelationshipActionUtils.tsx:167
msgid "Unblock User"
msgstr "Nutzer entsperren"
@@ -18878,17 +18963,17 @@ msgstr "Nutzer entsperren"
msgid "Uncategorized"
msgstr "Unkategorisiert"
-#: src/components/modals/tabs/BetaCodesTab.tsx:127
-#: src/components/modals/tabs/BetaCodesTab.tsx:204
+#: src/components/modals/tabs/BetaCodesTab.tsx:129
+#: src/components/modals/tabs/BetaCodesTab.tsx:206
msgid "Unclaimed"
msgstr "Nicht beansprucht"
#. placeholder {0}: unclaimedBetaCodes.length
-#: src/components/modals/tabs/BetaCodesTab.tsx:333
+#: src/components/modals/tabs/BetaCodesTab.tsx:358
msgid "Unclaimed ({0})"
msgstr "Nicht beansprucht ({0})"
-#: src/components/modals/components/UnclaimedAccountAlert.tsx:31
+#: src/components/modals/components/UnclaimedAccountAlert.tsx:29
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:51
msgid "Unclaimed Account"
msgstr "Nicht beanspruchtes Konto"
@@ -18922,7 +19007,7 @@ msgstr "Alle Geräte enttauben"
msgid "Undeafen User"
msgstr "Nutzer enttauben"
-#: src/components/pages/ReportPage.tsx:285
+#: src/components/pages/report/optionDescriptors.ts:63
#: src/constants/IARConstants.tsx:129
msgid "Underage User"
msgstr "Minderjähriger Nutzer"
@@ -18981,7 +19066,7 @@ msgstr "Fokus aufheben"
msgid "Unique invite"
msgstr "Einmalige Einladung"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:79
+#: src/components/modals/components/plutonium/VisionarySection.tsx:88
msgid "Unique profile badge"
msgstr "Einzigartiges Profil-Abzeichen"
@@ -19035,12 +19120,12 @@ msgstr "Unbekannte Entität"
msgid "Unknown error"
msgstr "Unbekannter Fehler"
-#: src/components/channel/GiftEmbed.tsx:147
-#: src/components/modals/GiftAcceptModal.tsx:91
+#: src/components/channel/GiftEmbed.tsx:158
+#: src/components/modals/GiftAcceptModal.tsx:98
msgid "Unknown Gift"
msgstr "Unbekanntes Geschenk"
-#: src/components/channel/InviteEmbed.tsx:357
+#: src/components/channel/InviteEmbed.tsx:359
msgid "Unknown Invite"
msgstr "Unbekannte Einladung"
@@ -19113,7 +19198,7 @@ msgstr "Schalte HD-Bildschirmfreigabe mit Plutonium frei"
msgid "Unlock HD Video with Plutonium"
msgstr "Schalte HD-Video mit Plutonium frei"
-#: src/components/modals/components/PlutoniumContent.tsx:185
+#: src/components/modals/components/PlutoniumContent.tsx:196
msgid "Unlock higher limits and exclusive features while supporting an independent communication platform."
msgstr "Schalte höhere Limits und exklusive Funktionen frei und unterstütze gleichzeitig eine unabhängige Kommunikationsplattform."
@@ -19126,9 +19211,9 @@ msgid "Unlock stickers in DMs with Plutonium"
msgstr "Schalte Sticker in DMs mit Plutonium frei"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:467
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:850
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1044
-#: src/components/bottomsheets/DMBottomSheet.tsx:645
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:882
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1068
+#: src/components/bottomsheets/DMBottomSheet.tsx:648
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:321
#: src/components/bottomsheets/VoiceLobbyBottomSheet.tsx:179
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:253
@@ -19154,7 +19239,7 @@ msgstr "Kategorie entstummschalten"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:400
#: src/components/bottomsheets/ChannelBottomSheet.tsx:452
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1005
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1029
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:167
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:161
msgid "Unmute Channel"
@@ -19167,9 +19252,9 @@ msgstr "Kanal entstummschalten"
msgid "Unmute Community"
msgstr "Community entstummschalten"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1007
-#: src/components/bottomsheets/DMBottomSheet.tsx:449
-#: src/components/bottomsheets/DMBottomSheet.tsx:590
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1031
+#: src/components/bottomsheets/DMBottomSheet.tsx:451
+#: src/components/bottomsheets/DMBottomSheet.tsx:593
msgid "Unmute Conversation"
msgstr "Unterhaltung entstummschalten"
@@ -19200,16 +19285,16 @@ msgid "Unnamed Group"
msgstr "Unbenannte Gruppe"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:331
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1126
-#: src/components/bottomsheets/DMBottomSheet.tsx:478
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1150
+#: src/components/bottomsheets/DMBottomSheet.tsx:480
#: src/components/channel/dm/DMList.tsx:282
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:149
msgid "Unpin DM"
msgstr "DM lösen"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:290
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1126
-#: src/components/bottomsheets/DMBottomSheet.tsx:478
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1150
+#: src/components/bottomsheets/DMBottomSheet.tsx:480
#: src/components/channel/dm/DMList.tsx:243
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:129
msgid "Unpin Group DM"
@@ -19231,20 +19316,20 @@ msgid "Unpin Message"
msgstr "Nachricht lösen"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:232
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:583
-#: src/components/bottomsheets/DMBottomSheet.tsx:164
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:597
+#: src/components/bottomsheets/DMBottomSheet.tsx:166
#: src/components/channel/dm/DMList.tsx:224
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:132
msgid "Unpinned DM"
msgstr "Gelöste DM"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:232
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:583
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:597
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:112
msgid "Unpinned group"
msgstr "Gelöste Gruppe"
-#: src/components/bottomsheets/DMBottomSheet.tsx:164
+#: src/components/bottomsheets/DMBottomSheet.tsx:166
msgid "Unpinned group DM"
msgstr "Entpinnte Gruppen-Direktnachricht"
@@ -19279,7 +19364,7 @@ msgstr "Einbettungen wieder anzeigen"
msgid "Until I change it"
msgstr "Bis ich es ändere"
-#: src/components/bottomsheets/DMBottomSheet.tsx:664
+#: src/components/bottomsheets/DMBottomSheet.tsx:667
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:334
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:57
#: src/components/channel/muteOptions.ts:39
@@ -19305,7 +19390,7 @@ msgstr "Aktualisieren"
msgid "Update app"
msgstr "App aktualisieren"
-#: src/components/modals/components/MobileSettingsView.tsx:244
+#: src/components/modals/components/MobileSettingsView.tsx:239
msgid "Update Service Worker"
msgstr "Service Worker aktualisieren"
@@ -19402,7 +19487,7 @@ msgstr "Favoriten werden aktualisiert…"
msgid "Updating..."
msgstr "Wird aktualisiert..."
-#: src/components/modals/components/plutonium/PricingSection.tsx:84
+#: src/components/modals/components/plutonium/PricingSection.tsx:94
msgid "Upgrade Now"
msgstr "Jetzt upgraden"
@@ -19415,18 +19500,19 @@ msgstr "Auf Plutonium upgraden"
msgid "Upgrade to store up to 15 custom backgrounds and unlock HD video quality, higher frame rates, and more."
msgstr "Upgrade, um bis zu 15 benutzerdefinierte Hintergründe zu speichern und HD-Videoqualität, höhere Bildraten und mehr freizuschalten."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:265
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:316
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:297
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:357
msgid "Upgrade to Visionary"
msgstr "Auf Visionary upgraden"
#. placeholder {0}: formatter.format(visionarySlots.remaining)
-#: src/components/modals/components/plutonium/VisionarySection.tsx:109
+#: src/components/modals/components/plutonium/VisionarySection.tsx:122
+#: src/components/modals/components/plutonium/VisionarySection.tsx:134
msgid "Upgrade to Visionary — {0} Left"
msgstr "Upgrade auf Visionary – noch {0} verfügbar"
#. placeholder {0}: isGiftSubscription ? 'gift time' : 'subscription'
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:243
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:262
msgid "Upgrading to Visionary is a <0>one-time0> purchase and will <1>cancel your current {0} immediately1>."
msgstr "Das Upgrade auf Visionary ist ein <0>einmaliger0> Kauf und wird <1>dein aktuelles {0} sofort kündigen1>."
@@ -19674,10 +19760,6 @@ msgstr "Nutze diese Codes, um auf dein Konto zuzugreifen, falls du deine Authent
msgid "Use this button to quickly clear all permissions."
msgstr "Nutze diese Schaltfläche, um schnell alle Berechtigungen zurückzusetzen."
-#: src/components/pages/ReportPage.tsx:613
-msgid "Use this form to report illegal content under the Digital Services Act (DSA). Select what you want to report."
-msgstr "Verwende dieses Formular, um illegale Inhalte gemäß dem Digital Services Act (DSA) zu melden. Wähle aus, was du melden möchtest."
-
#: src/components/modals/tabs/KeybindsTab.tsx:101
msgid "Use this shortcut system-wide"
msgstr "Diese Verknüpfung systemweit verwenden"
@@ -19708,19 +19790,19 @@ msgstr "Der Benutzer scheint unter 13 Jahre alt zu sein"
msgid "User Debug"
msgstr "Benutzer-Debug"
-#: src/components/channel/channel-view/DMChannelView.tsx:353
+#: src/components/channel/channel-view/DMChannelView.tsx:354
msgid "User has vanished"
msgstr "Der Benutzer ist verschwunden"
-#: src/components/pages/ReportPage.tsx:865
+#: src/components/pages/report/ReportStepDetails.tsx:137
msgid "User ID (optional)"
msgstr "Benutzer-ID (optional)"
-#: src/components/bottomsheets/DMBottomSheet.tsx:376
+#: src/components/bottomsheets/DMBottomSheet.tsx:378
msgid "User ID copied"
msgstr "Benutzer-ID kopiert"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:652
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:666
msgid "User ID copied to clipboard"
msgstr "Benutzer-ID in die Zwischenablage kopiert"
@@ -19765,7 +19847,7 @@ msgstr "Benutzeraufzeichnung"
msgid "User Settings"
msgstr "Benutzereinstellungen"
-#: src/components/pages/ReportPage.tsx:873
+#: src/components/pages/report/ReportStepDetails.tsx:146
msgid "User Tag (optional)"
msgstr "Benutzertag (optional)"
@@ -19805,7 +19887,7 @@ msgstr "Benutzername muss mindestens 1 Zeichen lang sein"
msgid "Username must be at most 32 characters"
msgstr "Benutzername darf höchstens 32 Zeichen lang sein"
-#: src/components/channel/dm/AddFriendForm.tsx:130
+#: src/components/channel/dm/AddFriendForm.tsx:153
msgid "Username#0000"
msgstr "Benutzername#0000"
@@ -19904,7 +19986,7 @@ msgstr "Vanity-URLs müssen zwischen 2 und 32 Zeichen lang sein und dürfen nur
msgid "Verification Barriers"
msgstr "Verifizierungshürden"
-#: src/components/modals/ClaimAccountModal.tsx:199
+#: src/components/modals/ClaimAccountModal.tsx:201
#: src/components/modals/EmailChangeModal.tsx:218
#: src/components/modals/EmailChangeModal.tsx:282
#: src/components/modals/PhoneAddModal.tsx:224
@@ -19912,11 +19994,11 @@ msgstr "Verifizierungshürden"
msgid "Verification code"
msgstr "Verifizierungscode"
-#: src/components/pages/ReportPage.tsx:719
+#: src/components/pages/report/ReportStepVerification.tsx:86
msgid "Verification Code"
msgstr "Verifizierungscode"
-#: src/components/modals/ClaimAccountModal.tsx:88
+#: src/components/modals/ClaimAccountModal.tsx:90
msgid "Verification code sent"
msgstr "Verifizierungscode gesendet"
@@ -19937,10 +20019,9 @@ msgstr "Vor dem Anzeigen deiner Backup-Codes kann eine Verifizierung erforderlic
#: src/components/auth/AuthPageHeader.tsx:49
#: src/components/auth/InviteHeader.tsx:81
#: src/components/auth/InviteHeader.tsx:226
-#: src/components/channel/InviteEmbed.tsx:285
-#: src/components/channel/InviteEmbed.tsx:428
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:178
-#: src/components/emojis/EmojiInfoContent.tsx:87
+#: src/components/channel/InviteEmbed.tsx:287
+#: src/components/channel/InviteEmbed.tsx:430
+#: src/components/emojis/EmojiAttributionSubtext.tsx:143
#: src/components/layout/GuildHeader.tsx:132
msgid "Verified Community"
msgstr "Verifizierte Community"
@@ -19955,7 +20036,7 @@ msgstr "Verifizierte Gilde"
msgid "Verify"
msgstr "Verifizieren"
-#: src/components/pages/ReportPage.tsx:740
+#: src/components/pages/report/ReportStepVerification.tsx:102
msgid "Verify Code"
msgstr "Code verifizieren"
@@ -19980,6 +20061,10 @@ msgstr "Formular zur Telefonnummernverifizierung"
msgid "Verify You're Human"
msgstr "Verifiziere, dass du ein Mensch bist"
+#: src/components/pages/report/ReportStepEmail.tsx:54
+msgid "Verify your email"
+msgstr "Bestätige deine E-Mail"
+
#: src/components/modals/SudoVerificationModal.tsx:359
msgid "Verify your identity"
msgstr "Verifiziere deine Identität"
@@ -20012,7 +20097,7 @@ msgid "Video"
msgstr "Video"
#: src/components/channel/ChannelHeader.tsx:572
-#: src/components/modals/UserProfileMobileSheet.tsx:515
+#: src/components/modals/UserProfileMobileSheet.tsx:519
msgid "Video Call"
msgstr "Videoanruf"
@@ -20097,7 +20182,7 @@ msgstr "Backup-Codes anzeigen"
msgid "View backup codes form"
msgstr "Formular zum Anzeigen der Backup-Codes"
-#: src/components/channel/channel-view/DMChannelView.tsx:282
+#: src/components/channel/channel-view/DMChannelView.tsx:283
msgid "View call"
msgstr "Anruf anzeigen"
@@ -20138,7 +20223,7 @@ msgstr "Geschenkbestand anzeigen"
msgid "View Global Profile"
msgstr "Globales Profil anzeigen"
-#: src/components/channel/channel-view/DMChannelView.tsx:282
+#: src/components/channel/channel-view/DMChannelView.tsx:283
msgid "View incoming call"
msgstr "Eingehenden Anruf anzeigen"
@@ -20158,10 +20243,10 @@ msgstr "Premium-Funktionen anzeigen"
msgid "View premium perks"
msgstr "Premium-Vorteile anzeigen"
-#: src/components/bottomsheets/DMBottomSheet.tsx:411
+#: src/components/bottomsheets/DMBottomSheet.tsx:413
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:226
#: src/components/channel/friends/MobileFriendRequestItem.tsx:87
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:210
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:212
#: src/components/modals/tabs/BlockedUsersTab.tsx:87
#: src/components/uikit/ContextMenu/items/UserProfileMenuItem.tsx:43
msgid "View Profile"
@@ -20191,7 +20276,7 @@ msgstr "Zuschauer betritt Stream"
msgid "Viewer Leaves Stream"
msgstr "Zuschauer verlässt Stream"
-#: src/components/pages/ReportPage.tsx:827
+#: src/components/pages/report/ReportStepDetails.tsx:96
msgid "Violation Category"
msgstr "Verstoßkategorie"
@@ -20199,7 +20284,7 @@ msgstr "Verstoßkategorie"
msgid "Violation category selection"
msgstr "Auswahl der Verstoßkategorie"
-#: src/components/pages/ReportPage.tsx:264
+#: src/components/pages/report/optionDescriptors.ts:45
#: src/constants/IARConstants.tsx:42
msgid "Violent or Graphic Content"
msgstr "Gewalttätige oder grafische Inhalte"
@@ -20212,9 +20297,9 @@ msgstr "VIP-Stimme"
msgid "Visible Buttons"
msgstr "Sichtbare Schaltflächen"
-#: src/components/modals/components/plutonium/PricingSection.tsx:88
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:110
-#: src/components/modals/components/plutonium/VisionarySection.tsx:58
+#: src/components/modals/components/plutonium/PricingSection.tsx:101
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:129
+#: src/components/modals/components/plutonium/VisionarySection.tsx:67
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:154
#: src/utils/modals/guildTabs/GuildAuditLogTabUtils.ts:274
msgid "Visionary"
@@ -20228,25 +20313,25 @@ msgstr "Visionary (Lifetime #42)"
msgid "Visionary (Lifetime Plutonium)"
msgstr "Visionary (Lifetime Plutonium)"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:80
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:111
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:95
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:134
msgid "Visionary {visionaryPrice}"
msgstr "Visionary {visionaryPrice}"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:96
+#: src/components/modals/components/plutonium/VisionarySection.tsx:105
msgid "Visionary community with direct team access"
msgstr "Visionary-Community mit direktem Teamzugang"
-#: src/components/modals/components/plutonium/GiftSection.tsx:87
-#: src/components/modals/components/plutonium/PricingSection.tsx:119
+#: src/components/modals/components/plutonium/GiftSection.tsx:100
+#: src/components/modals/components/plutonium/PricingSection.tsx:140
msgid "Visionary Gift"
msgstr "Visionary-Geschenk"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:109
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:132
msgid "Visionary Gift Sold Out"
msgstr "Visionary-Geschenk ausverkauft"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:80
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:95
msgid "Visionary Sold Out"
msgstr "Visionary ausverkauft"
@@ -20281,15 +20366,15 @@ msgstr "Sprach- & Videoeinstellungen"
msgid "Voice Activity"
msgstr "Sprachaktivität"
-#: src/components/channel/channel-view/DMChannelView.tsx:277
+#: src/components/channel/channel-view/DMChannelView.tsx:278
#: src/components/voice/VoiceCallView.tsx:466
msgid "Voice call"
msgstr "Sprachanruf"
-#: src/components/bottomsheets/DMBottomSheet.tsx:419
+#: src/components/bottomsheets/DMBottomSheet.tsx:421
#: src/components/channel/ChannelHeader.tsx:562
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:225
-#: src/components/modals/UserProfileMobileSheet.tsx:507
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:227
+#: src/components/modals/UserProfileMobileSheet.tsx:511
msgid "Voice Call"
msgstr "Sprachanruf"
@@ -20306,8 +20391,8 @@ msgstr "Sprachanrufe"
msgid "Voice channel"
msgstr "Sprachkanal"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:475
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:662
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:489
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:676
#: src/components/channel/channel-header/useChannelHeaderData.ts:100
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:314
msgid "Voice Channel"
@@ -20488,8 +20573,8 @@ msgstr "Wir haben einen Link zur Autorisierung dieses Logins gesendet. Bitte üb
msgid "We failed to retrieve the full information about this user at this time."
msgstr "Die vollständigen Informationen zu diesem Benutzer konnten derzeit nicht abgerufen werden."
-#: src/components/layout/GuildLayout.tsx:302
-#: src/components/layout/GuildLayout.tsx:349
+#: src/components/layout/GuildLayout.tsx:307
+#: src/components/layout/GuildLayout.tsx:354
msgid "We fluxed up! Hang tight, we're working on it."
msgstr "Wir haben es verkackt! Bleib dran, wir arbeiten daran."
@@ -20513,18 +20598,13 @@ msgstr "Die Verbindung ging während der Autorisierung verloren. Bitte versuche
msgid "We need to make sure you're not a bot. Please complete the verification below."
msgstr "Wir müssen sicherstellen, dass du kein Bot bist. Bitte führe die folgende Verifikation durch."
-#: src/components/pages/ReportPage.tsx:639
-msgid "We need to verify your email address before you can submit a report."
-msgstr "Wir müssen deine E-Mail-Adresse verifizieren, bevor du einen Bericht senden kannst."
-
#: src/components/modals/BackupCodesModal.tsx:45
msgid "We recommend saving these codes now so that you don't get locked out of your account."
msgstr "Wir empfehlen, diese Codes jetzt zu speichern, damit du nicht aus deinem Konto ausgesperrt wirst."
-#. placeholder {0}: state.email
-#: src/components/pages/ReportPage.tsx:702
-msgid "We sent a verification code to {0}."
-msgstr "Wir haben einen Bestätigungscode an {0} gesendet."
+#: src/components/pages/report/ReportStepVerification.tsx:67
+msgid "We sent a code to {email}."
+msgstr "Wir haben einen Code an {email} gesendet."
#: src/components/auth/BrowserLoginHandoffModal.tsx:315
msgid "We will prefill {prefillEmail} once the browser login opens."
@@ -20534,6 +20614,10 @@ msgstr "Sobald sich das Browser-Login öffnet, füllen wir {prefillEmail} automa
msgid "We'll restore your previous email, sign out old sessions, remove phone numbers, disable MFA, and secure your account with a new password."
msgstr "Wir stellen deine vorherige E-Mail wieder her, melden alte Sitzungen ab, entfernen Telefonnummern, deaktivieren die Zwei-Faktor-Authentifizierung und sichern dein Konto mit einem neuen Passwort."
+#: src/components/pages/report/ReportStepEmail.tsx:57
+msgid "We'll send a short code to confirm you can receive updates about this report."
+msgstr "Wir senden einen kurzen Code, um zu bestätigen, dass du Updates zu diesem Bericht erhalten kannst."
+
#: src/components/modals/EmailChangeModal.tsx:190
msgid "We'll verify your current email and then your new email with one-time codes."
msgstr "Wir verifizieren zuerst deine aktuelle E-Mail und dann deine neue E-Mail mit Einmalcodes."
@@ -20546,13 +20630,13 @@ msgstr "Wir verifizieren deine neue E-Mail mit einem Einmalcode."
msgid "We're having trouble connecting to Fluxer's servers. This could be a temporary network issue or scheduled maintenance."
msgstr "Wir haben Probleme, eine Verbindung zu Fluxers Servern herzustellen. Dies könnte ein temporäres Netzwerkproblem oder eine geplante Wartung sein."
-#: src/components/modals/tabs/BetaCodesTab.tsx:297
+#: src/components/modals/tabs/BetaCodesTab.tsx:322
#: src/components/modals/tabs/DevicesTab.tsx:230
msgid "We're having trouble connecting to the space-time continuum. Please check your connection and try again."
msgstr "Wir haben Probleme, eine Verbindung zum Raum-Zeit-Kontinuum herzustellen. Bitte überprüfe deine Verbindung und versuche es erneut."
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:287
-#: src/components/channel/ChannelSearchResults.tsx:681
+#: src/components/channel/ChannelSearchResults.tsx:650
msgid "We're indexing this channel for the first time. This might take a little while..."
msgstr "Wir indexieren diesen Kanal zum ersten Mal. Das kann eine Weile dauern..."
@@ -20829,17 +20913,16 @@ msgstr "Schreibe hier benutzerdefiniertes CSS, um Design-Tokens zu überschreibe
msgid "Write your content here... This textarea expands as you type."
msgstr "Schreibe deinen Inhalt hier... Dieses Textfeld erweitert sich beim Tippen."
-#: src/components/auth/DateOfBirthField.tsx:89
-#: src/components/auth/DateOfBirthField.tsx:156
+#: src/components/auth/DateOfBirthField.tsx:153
#: src/components/auth/MockMinimalRegisterForm.tsx:78
msgid "Year"
msgstr "Jahr"
-#: src/components/modals/components/plutonium/PricingSection.tsx:78
+#: src/components/modals/components/plutonium/PricingSection.tsx:88
msgid "Yearly"
msgstr "Jährlich"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:71
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:84
msgid "Yearly {yearlyPrice}"
msgstr "Jährlich {yearlyPrice}"
@@ -20874,7 +20957,7 @@ msgstr "Du bist dabei, Fluxer zu verlassen"
msgid "You are about to transfer ownership of this community to <0>{0}0>. This action is <1>irreversible1> and you will lose all owner privileges."
msgstr "Du wirst die Eigentümerschaft dieser Community an <0>{0}0> übertragen. Diese Aktion ist <1>irreversibel1> und du verlierst alle Besitzerrechte."
-#: src/components/channel/dm/AddFriendForm.tsx:72
+#: src/components/channel/dm/AddFriendForm.tsx:95
msgid "You are already friends with this user."
msgstr "Du bist bereits mit diesem Nutzer befreundet."
@@ -20960,7 +21043,7 @@ msgstr "Du kannst nur bis zu {MAX_EMOJIS_PER_UPLOAD} Emojis auf einmal hochladen
msgid "You can pin messages in this conversation for everyone to see."
msgstr "Du kannst Nachrichten in diesem Gespräch anpinnen, damit alle sie sehen."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:175
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:194
msgid "You can redeem additional gift codes to <0>extend0> your gift time. To start a monthly or yearly plan, wait until after it ends — or <1>upgrade to Visionary1> now (remaining gift time will be discarded)."
msgstr "Du kannst zusätzliche Geschenkcodes einlösen, um deine Geschenkzeit zu <0>verlängern0>. Um einen monatlichen oder jährlichen Plan zu starten, warte, bis sie endet – oder <1>steige jetzt auf Visionary um1> (verbleibende Geschenkzeit verfällt)."
@@ -20990,7 +21073,7 @@ msgstr "Du kannst Links und Markdown verwenden, um deinen Text zu formatieren. M
msgid "You can't add new reactions while you're on timeout."
msgstr "Du kannst während deiner Auszeit keine neuen Reaktionen hinzufügen."
-#: src/components/modals/UserProfileModal.tsx:1170
+#: src/components/modals/UserProfileModal.tsx:1171
msgid "You can't befriend yourself"
msgstr "Du kannst dich nicht selbst befreunden"
@@ -20998,14 +21081,14 @@ msgstr "Du kannst dich nicht selbst befreunden"
msgid "You can't interact with reactions in search results as it might disrupt the space-time continuum."
msgstr "Du kannst mit Reaktionen in Suchergebnissen nicht interagieren, da es das Raum-Zeit-Kontinuum stören könnte."
-#: src/components/layout/ChannelItem.tsx:200
-#: src/components/layout/ChannelItem.tsx:366
-#: src/stores/voice/MediaEngineFacade.ts:151
-#: src/stores/voice/MediaEngineFacade.ts:482
+#: src/components/layout/ChannelItem.tsx:206
+#: src/components/layout/ChannelItem.tsx:375
+#: src/stores/voice/MediaEngineFacade.ts:154
+#: src/stores/voice/MediaEngineFacade.ts:529
msgid "You can't join while you're on timeout."
msgstr "Du kannst während deiner Auszeit nicht beitreten."
-#: src/components/modals/UserProfileModal.tsx:1182
+#: src/components/modals/UserProfileModal.tsx:1183
#: src/components/popouts/UserProfilePopout.tsx:282
#: src/components/profile/ProfilePreview.tsx:284
msgid "You can't message yourself"
@@ -21019,7 +21102,7 @@ msgstr "Du kannst dir selbst keine Freundschaftsanfrage senden."
msgid "You can't send friend requests to bots."
msgstr "Du kannst Bots keine Freundschaftsanfragen senden."
-#: src/components/channel/dm/AddFriendForm.tsx:64
+#: src/components/channel/dm/AddFriendForm.tsx:87
msgid "You can't send friend requests to users you've blocked. Unblock them first."
msgstr "Du kannst keine Freundschaftsanfrage an Nutzer senden, die du blockiert hast. Hebe zuerst die Blockierung auf."
@@ -21066,11 +21149,11 @@ msgstr "Du kannst diese Berechtigung nicht entfernen, da du sie dann selbst verl
msgid "You cannot save a role with a blank name. Please provide a valid name before saving."
msgstr "Du kannst keine Rolle mit leerem Namen speichern. Bitte gib vor dem Speichern einen gültigen Namen ein."
-#: src/components/channel/dm/AddFriendForm.tsx:68
+#: src/components/channel/dm/AddFriendForm.tsx:91
msgid "You cannot send a friend request to yourself."
msgstr "Du kannst dir selbst keine Freundschaftsanfrage senden."
-#: src/components/channel/dm/AddFriendForm.tsx:66
+#: src/components/channel/dm/AddFriendForm.tsx:89
msgid "You cannot send friend requests to bots."
msgstr "Du kannst Bots keine Freundschaftsanfragen senden."
@@ -21094,7 +21177,7 @@ msgstr "Du hast keinen Zugriff auf den Kanal, in dem diese Nachricht gesendet wu
msgid "You do not have permission to send messages in this channel."
msgstr "Du hast keine Berechtigung, in diesem Kanal Nachrichten zu senden."
-#: src/components/layout/GuildLayout.tsx:393
+#: src/components/layout/GuildLayout.tsx:398
msgid "You don't have access to any channels in this community."
msgstr "Du hast keinen Zugriff auf Kanäle in dieser Community."
@@ -21114,23 +21197,23 @@ msgstr "Du hast keine Berechtigung, dieses Emoji-Paket zu installieren."
msgid "You don't have permission to install this sticker pack."
msgstr "Du hast keine Berechtigung, dieses Stickerpaket zu installieren."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:203
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:222
msgid "You have all <0/> for <1>{monthlyPrice}/month1>."
msgstr "Du hast alles <0/> für <1>{monthlyPrice}/Monat1>."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:208
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:227
msgid "You have all <0/> for <1>{yearlyPrice}/year1>."
msgstr "Du hast alles <0/> für <1>{yearlyPrice}/Jahr1>."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:213
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:232
msgid "You have all <0/> for your subscription period."
msgstr "Du hast alles <0/> für deinen Abonnementzeitraum."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:198
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:217
msgid "You have all <0/> forever. No subscriptions, no renewals."
msgstr "Du hast alles <0/> für immer. Keine Abos, keine Verlängerungen."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:169
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:188
msgid "You have all <0/> via a <1>gift subscription1> until <2>{giftEndDate}2>. It <3>won't renew3>."
msgstr "Du hast alles <0/> über ein <1>Geschenkabo1> bis <2>{giftEndDate}2>. Es <3>verlängert sich nicht3>."
@@ -21228,11 +21311,11 @@ msgstr "Du hast keinen Zugriff mehr auf diese gespeicherte Nachricht. Entfernen?
msgid "You made it, {username}! We're about to hit 88mph!"
msgstr "Geschafft, {username}! Wir sind kurz davor, 88 Meilen pro Stunde zu erreichen!"
-#: src/components/channel/CallMessage.tsx:179
+#: src/components/channel/CallMessage.tsx:173
msgid "You missed a call from <0/> that lasted {durationText}."
msgstr "Du hast einen Anruf von <0/> verpasst, der {durationText} dauerte."
-#: src/components/channel/CallMessage.tsx:184
+#: src/components/channel/CallMessage.tsx:178
msgid "You missed a call from <0/>."
msgstr "Du hast einen Anruf von <0/> verpasst."
@@ -21252,7 +21335,7 @@ msgstr "Du musst mindestens 18 sein, um diesen Inhalt zu sehen. <0>Mehr erfahren
msgid "You must be connected to the gateway to accept this temporary invite. Please check your connection and try again."
msgstr "Du musst mit dem Gateway verbunden sein, um diese temporäre Einladung anzunehmen. Überprüfe deine Verbindung und versuche es erneut."
-#: src/components/pages/ReportPage.tsx:463
+#: src/components/pages/ReportPage.tsx:288
msgid "You must verify your email before submitting a report."
msgstr "Du musst deine E-Mail verifizieren, bevor du einen Bericht einreichst."
@@ -21385,7 +21468,7 @@ msgstr "Du bist im Sprachkanal"
msgid "You're sending messages too quickly"
msgstr "Du sendest Nachrichten zu schnell"
-#: src/components/channel/Messages.tsx:909
+#: src/components/channel/Messages.tsx:907
msgid "You're viewing older messages"
msgstr "Du siehst dir ältere Nachrichten an"
@@ -21464,7 +21547,7 @@ msgstr "Dein Konto wurde genehmigt. Wir leiten dich in die App weiter..."
msgid "Your account has been created, but access is temporarily limited until approval. You will be notified once your account is approved."
msgstr "Dein Konto wurde erstellt, aber der Zugriff ist vorübergehend eingeschränkt, bis die Genehmigung erfolgt. Du wirst benachrichtigt, sobald dein Konto genehmigt ist."
-#: src/components/modals/components/UnclaimedAccountAlert.tsx:38
+#: src/components/modals/components/UnclaimedAccountAlert.tsx:36
msgid "Your account is not yet claimed. Without an email and password, you won't be able to sign in from other devices and you could lose access to your account. Claim your account now to secure it."
msgstr "Dein Konto ist noch nicht beansprucht. Ohne E-Mail und Passwort kannst du dich nicht von anderen Geräten anmelden und könntest den Zugriff verlieren. Beanspruche dein Konto jetzt, um es zu sichern."
@@ -21508,7 +21591,7 @@ msgstr "Deine bestehenden Einstellungen für Benachrichtigungstöne bleiben erha
msgid "Your export request will be processed"
msgstr "Deine Exportanfrage wird bearbeitet"
-#: src/components/pages/ReportPage.tsx:935
+#: src/components/pages/report/ReportStepDetails.tsx:213
msgid "Your FluxerTag (optional)"
msgstr "Dein FluxerTag (optional)"
@@ -21521,7 +21604,7 @@ msgid "Your invite expires in 24 hours"
msgstr "Deine Einladung läuft in 24 Stunden ab"
#. placeholder {0}: getExpirationText()
-#: src/components/modals/InviteModal.tsx:325
+#: src/components/modals/InviteModal.tsx:322
msgid "Your invite link expires in {0}."
msgstr "Dein Einladungslink läuft in {0} ab."
@@ -21565,7 +21648,7 @@ msgstr "Dein persönlicher Bereich für schnellen Zugriff auf Kanäle, DMs und G
msgid "Your Plutonium subscription has expired. You've lost all Plutonium perks. Reactivate your subscription to regain access."
msgstr "Dein Plutonium-Abonnement ist abgelaufen. Du hast alle Plutonium-Vorteile verloren. Reaktiviere dein Abonnement, um wieder Zugriff zu erhalten."
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:781
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:813
msgid "Your private space"
msgstr "Dein privater Bereich"
@@ -21573,7 +21656,7 @@ msgstr "Dein privater Bereich"
msgid "Your private space for thoughts and reminders"
msgstr "Dein privater Bereich für Gedanken und Erinnerungen"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:277
+#: src/components/modals/tabs/GiftInventoryTab.tsx:300
msgid "Your Purchased Gifts"
msgstr "Deine gekauften Geschenke"
@@ -21585,15 +21668,11 @@ msgstr "deine Region"
msgid "Your stream is still being broadcast"
msgstr "Dein Stream wird noch übertragen"
-#: src/components/pages/ReportPage.tsx:594
-msgid "Your submission ID"
-msgstr "Deine Einreichungs-ID"
-
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:153
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:172
msgid "Your subscription ended, but you still have all <0/> until <1>{graceDate}1>. Resubscribe to keep them."
msgstr "Dein Abo ist beendet, aber du hast alles <0/> noch bis <1>{graceDate}1>. Abonniere erneut, um sie zu behalten."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:138
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:157
msgid "Your subscription expired on <0>{expiredDate}0>. You lost all <1/>. You can reactivate at any time."
msgstr "Dein Abo ist am <0>{expiredDate}0> abgelaufen. Du hast alle <1/> verloren. Du kannst es jederzeit reaktivieren."
@@ -21609,7 +21688,7 @@ msgstr "Dein Abonnement wurde reaktiviert!"
msgid "Your subscription has been set to cancel at the end of your billing period."
msgstr "Dein Abonnement wurde so eingestellt, dass es am Ende deines Abrechnungszeitraums endet."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:191
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:210
msgid "Your subscription will cancel on <0>{cancelDate}0>. You'll lose all <1/> after that date."
msgstr "Dein Abonnement endet am <0>{cancelDate}0>. Danach verlierst du alle <1/>."
diff --git a/fluxer_app/src/locales/el/messages.po b/fluxer_app/src/locales/el/messages.po
index 1912530f..800f1a50 100644
--- a/fluxer_app/src/locales/el/messages.po
+++ b/fluxer_app/src/locales/el/messages.po
@@ -68,12 +68,12 @@ msgstr "(μέγ. 15 εμφανίζονται)"
msgid "(No content)"
msgstr "(Χωρίς περιεχόμενο)"
-#: src/components/modals/UserProfileMobileSheet.tsx:552
+#: src/components/modals/UserProfileMobileSheet.tsx:556
#: src/components/pages/YouPage.tsx:147
msgid "(only visible to you)"
msgstr "(ορατό μόνο σε εσένα)"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:954
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:976
msgid "(you)"
msgstr "(εσύ)"
@@ -138,12 +138,12 @@ msgid "{0} Online"
msgstr "{0} Σε σύνδεση"
#. placeholder {0}: reaction.count
-#: src/components/channel/MessageReactions.tsx:120
+#: src/components/channel/MessageReactions.tsx:119
msgid "{0} reaction"
msgstr "{0} αντίδραση"
#. placeholder {0}: reaction.count
-#: src/components/channel/MessageReactions.tsx:120
+#: src/components/channel/MessageReactions.tsx:119
msgid "{0} reactions"
msgstr "{0} αντιδράσεις"
@@ -153,13 +153,13 @@ msgid "{0} remaining"
msgstr "{0} απομένουν"
#. placeholder {0}: machineState.total
-#: src/components/channel/ChannelSearchResults.tsx:315
+#: src/components/channel/ChannelSearchResults.tsx:272
msgid "{0} Result"
msgstr "Αποτέλεσμα {0}"
#. placeholder {0}: machineState.total
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:390
-#: src/components/channel/ChannelSearchResults.tsx:315
+#: src/components/channel/ChannelSearchResults.tsx:272
msgid "{0} Results"
msgstr "{0} Αποτελέσματα"
@@ -402,7 +402,7 @@ msgstr "{actor} ενημέρωσε το αυτοκόλλητο {namedTarget}."
msgid "{actor} updated the webhook {namedTarget}."
msgstr "{actor} ενημέρωσε το webhook {namedTarget}."
-#: src/components/modals/tabs/BetaCodesTab.tsx:280
+#: src/components/modals/tabs/BetaCodesTab.tsx:284
msgid "{allowance} codes remaining this week"
msgstr "{allowance} κωδικοί απομένουν αυτή την εβδομάδα"
@@ -533,7 +533,7 @@ msgstr "{emojiName}, {0} αντίδραση"
msgid "{emojiName}, {0} reactions"
msgstr "{emojiName}, {0} αντιδράσεις"
-#: src/components/channel/MessageReactions.tsx:122
+#: src/components/channel/MessageReactions.tsx:121
msgid "{emojiName}: {reactionCountText}, {actionText}"
msgstr "{emojiName}: {reactionCountText}, {actionText}"
@@ -561,8 +561,8 @@ msgstr "Οι εικόνες {label} δεν μπορούν να είναι animat
#: src/components/auth/InviteHeader.tsx:127
#: src/components/auth/InviteHeader.tsx:241
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:281
-#: src/components/channel/InviteEmbed.tsx:180
-#: src/components/channel/InviteEmbed.tsx:444
+#: src/components/channel/InviteEmbed.tsx:182
+#: src/components/channel/InviteEmbed.tsx:446
msgid "{memberCount} Member"
msgstr "{memberCount} Μέλος"
@@ -570,8 +570,8 @@ msgstr "{memberCount} Μέλος"
#: src/components/auth/InviteHeader.tsx:127
#: src/components/auth/InviteHeader.tsx:241
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:281
-#: src/components/channel/InviteEmbed.tsx:180
-#: src/components/channel/InviteEmbed.tsx:444
+#: src/components/channel/InviteEmbed.tsx:182
+#: src/components/channel/InviteEmbed.tsx:446
msgid "{memberCount} Members"
msgstr "{memberCount} Μέλη"
@@ -606,11 +606,11 @@ msgstr "{minutes} λεπτά και {seconds} δευτερόλεπτα"
msgid "{minutes} minutes and 1 second"
msgstr "{minutes} λεπτά και 1 δευτερόλεπτο"
-#: src/components/channel/dm/DMWelcomeSection.tsx:155
+#: src/components/channel/dm/DMWelcomeSection.tsx:167
msgid "{mutualGuildCount} mutual commmunity"
msgstr "{mutualGuildCount} αμοιβαία κοινότητα"
-#: src/components/channel/dm/DMWelcomeSection.tsx:156
+#: src/components/channel/dm/DMWelcomeSection.tsx:168
msgid "{mutualGuildCount} mutual communities"
msgstr "{mutualGuildCount} αμοιβαίες κοινότητες"
@@ -632,7 +632,7 @@ msgstr "{participantCount} συμμετέχοντες στην κλήση"
#: src/components/auth/InviteHeader.tsx:235
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:276
-#: src/components/channel/InviteEmbed.tsx:439
+#: src/components/channel/InviteEmbed.tsx:441
msgid "{presenceCount} Online"
msgstr "{presenceCount} Σε σύνδεση"
@@ -644,15 +644,15 @@ msgstr "Απομένουν {remaining} χαρακτήρες"
msgid "{remaining} characters left. Get Plutonium to write up to {premiumMaxLength} characters."
msgstr "Απομένουν {remaining} χαρακτήρες. Πάρε Plutonium για να γράψεις έως {premiumMaxLength} χαρακτήρες."
-#: src/components/channel/InviteEmbed.tsx:301
+#: src/components/channel/InviteEmbed.tsx:303
msgid "{renderedMemberCount} Member"
msgstr "{renderedMemberCount} Μέλος"
-#: src/components/channel/InviteEmbed.tsx:301
+#: src/components/channel/InviteEmbed.tsx:303
msgid "{renderedMemberCount} Members"
msgstr "{renderedMemberCount} Μέλη"
-#: src/components/channel/InviteEmbed.tsx:296
+#: src/components/channel/InviteEmbed.tsx:298
msgid "{renderedPresenceCount} Online"
msgstr "{renderedPresenceCount} Σε σύνδεση"
@@ -704,11 +704,11 @@ msgstr "{totalSeconds} δευτερόλεπτο"
msgid "{totalSeconds} seconds"
msgstr "{totalSeconds} δευτερόλεπτα"
-#: src/components/layout/GuildsLayout.tsx:231
+#: src/components/layout/GuildsLayout.tsx:229
msgid "{unavailableCount} communities are temporarily unavailable due to a flux capacitor malfunction."
msgstr "{unavailableCount} κοινότητες είναι προσωρινά μη διαθέσιμες λόγω δυσλειτουργίας του συμπυκνωτή ροής."
-#: src/components/layout/GuildsLayout.tsx:230
+#: src/components/layout/GuildsLayout.tsx:228
msgid "{unavailableCount} community is temporarily unavailable due to a flux capacitor malfunction."
msgstr "{unavailableCount} κοινότητα είναι προσωρινά μη διαθέσιμη λόγω δυσλειτουργίας του συμπυκνωτή ροής."
@@ -814,27 +814,27 @@ msgstr "αναφορές @everyone"
msgid "@username"
msgstr "@username"
-#: src/components/channel/CallMessage.tsx:75
+#: src/components/channel/CallMessage.tsx:72
msgid "# days"
msgstr "# ημέρες"
-#: src/components/channel/CallMessage.tsx:76
+#: src/components/channel/CallMessage.tsx:73
msgid "# hours"
msgstr "# ώρες"
-#: src/components/channel/CallMessage.tsx:77
+#: src/components/channel/CallMessage.tsx:74
msgid "# minutes"
msgstr "# λεπτά"
-#: src/components/channel/CallMessage.tsx:73
+#: src/components/channel/CallMessage.tsx:70
msgid "# months"
msgstr "# μήνες"
-#: src/components/channel/CallMessage.tsx:74
+#: src/components/channel/CallMessage.tsx:71
msgid "# weeks"
msgstr "# εβδομάδες"
-#: src/components/channel/CallMessage.tsx:72
+#: src/components/channel/CallMessage.tsx:69
msgid "# years"
msgstr "# χρόνια"
@@ -878,11 +878,11 @@ msgstr "<0/> αφαίρεσε <1/> από την ομάδα."
msgid "<0/> removed someone from the group."
msgstr "<0/> αφαίρεσε κάποιον από την ομάδα."
-#: src/components/channel/CallMessage.tsx:191
+#: src/components/channel/CallMessage.tsx:185
msgid "<0/> started a call that lasted {durationText}."
msgstr "<0/> ξεκίνησε μια κλήση που διήρκησε {durationText}."
-#: src/components/channel/CallMessage.tsx:154
+#: src/components/channel/CallMessage.tsx:148
msgid "<0/> started a call."
msgstr "<0/> ξεκίνησε μια κλήση."
@@ -943,11 +943,11 @@ msgstr "<0>Αποσιώπησε0> το μέλος."
msgid "<0>Warning:0> This will also disable SMS two-factor authentication."
msgstr "<0>Προειδοποίηση:0> Αυτό θα απενεργοποιήσει επίσης τον έλεγχο δύο παραγόντων SMS."
-#: src/components/modals/tabs/BetaCodesTab.tsx:278
+#: src/components/modals/tabs/BetaCodesTab.tsx:282
msgid "1 code remaining this week"
msgstr "1 κωδικός απομένει αυτή την εβδομάδα"
-#: src/components/channel/CallMessage.tsx:75
+#: src/components/channel/CallMessage.tsx:72
#: src/components/modals/BanMemberModal.tsx:54
#: src/components/modals/InviteModal.tsx:77
#: src/components/modals/InviteModal.tsx:212
@@ -956,7 +956,7 @@ msgstr "1 κωδικός απομένει αυτή την εβδομάδα"
msgid "1 day"
msgstr "1 ημέρα"
-#: src/components/channel/CallMessage.tsx:76
+#: src/components/channel/CallMessage.tsx:73
#: src/components/modals/BanMemberModal.tsx:52
#: src/components/modals/channelTabs/ChannelOverviewTab.tsx:154
#: src/components/modals/CustomStatusBottomSheet.tsx:44
@@ -993,7 +993,7 @@ msgstr "1 λεπτό και {seconds} δευτερόλεπτα"
msgid "1 minute and 1 second"
msgstr "1 λεπτό και 1 δευτερόλεπτο"
-#: src/components/channel/CallMessage.tsx:73
+#: src/components/channel/CallMessage.tsx:70
#: src/components/modals/BanMemberModal.tsx:59
msgid "1 month"
msgstr "1 μήνας"
@@ -1002,12 +1002,12 @@ msgstr "1 μήνας"
msgid "1 Month"
msgstr "1 Μήνας"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:99
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:120
msgid "1 Month {monthlyPrice}"
msgstr "1 Μήνας {monthlyPrice}"
-#: src/components/modals/components/plutonium/GiftSection.tsx:78
-#: src/components/modals/components/plutonium/PricingSection.tsx:110
+#: src/components/modals/components/plutonium/GiftSection.tsx:88
+#: src/components/modals/components/plutonium/PricingSection.tsx:128
msgid "1 Month Gift"
msgstr "Δώρο 1 Μήνα"
@@ -1020,22 +1020,22 @@ msgstr "1 χρήση"
msgid "1 user"
msgstr "1 χρήστης"
-#: src/components/channel/CallMessage.tsx:74
+#: src/components/channel/CallMessage.tsx:71
#: src/components/modals/BanMemberModal.tsx:57
#: src/components/modals/TimeoutMemberOptions.ts:39
msgid "1 week"
msgstr "1 εβδομάδα"
-#: src/components/channel/CallMessage.tsx:72
+#: src/components/channel/CallMessage.tsx:69
msgid "1 year"
msgstr "1 χρόνο"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:91
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:109
msgid "1 Year {yearlyPrice}"
msgstr "1 Έτος {yearlyPrice}"
-#: src/components/modals/components/plutonium/GiftSection.tsx:69
-#: src/components/modals/components/plutonium/PricingSection.tsx:101
+#: src/components/modals/components/plutonium/GiftSection.tsx:76
+#: src/components/modals/components/plutonium/PricingSection.tsx:116
msgid "1 Year Gift"
msgstr "Δώρο 1 Έτους"
@@ -1286,8 +1286,8 @@ msgstr "8 ώρες"
msgid "A 4-digit tag will be added automatically to ensure uniqueness"
msgstr "Μια τετραψήφια ετικέτα θα προστεθεί αυτόματα για να εξασφαλιστεί η μοναδικότητα"
-#: src/components/channel/CallMessage.tsx:86
-#: src/components/channel/CallMessage.tsx:148
+#: src/components/channel/CallMessage.tsx:83
+#: src/components/channel/CallMessage.tsx:142
msgid "a few seconds"
msgstr "λίγα δευτερόλεπτα"
@@ -1299,7 +1299,7 @@ msgstr "Μια χούφτα πολεμιστές του πληκτρολογίο
msgid "A helpful bot that does amazing things!"
msgstr "Ένα χρήσιμο bot που κάνει εκπληκτικά πράγματα!"
-#: src/components/channel/CallMessage.tsx:77
+#: src/components/channel/CallMessage.tsx:74
msgid "a minute"
msgstr "ένα λεπτό"
@@ -1316,7 +1316,7 @@ msgid "A symphony of clacking keys is underway..."
msgstr "Μια συμφωνία από κλικ στα πλήκτρα είναι σε εξέλιξη..."
#: src/components/modals/tabs/MyProfileTab/BioEditor.tsx:127
-#: src/components/modals/UserProfileMobileSheet.tsx:528
+#: src/components/modals/UserProfileMobileSheet.tsx:532
#: src/components/pages/YouPage.tsx:132
msgid "About Me"
msgstr "Σχετικά με εμένα"
@@ -1330,18 +1330,18 @@ msgstr "Σχετικά με εσένα"
msgid "Accent Color"
msgstr "Χρώμα έμφασης"
-#: src/components/channel/channel-view/DMChannelView.tsx:291
-#: src/components/channel/dm/DMWelcomeSection.tsx:116
+#: src/components/channel/channel-view/DMChannelView.tsx:292
+#: src/components/channel/dm/DMWelcomeSection.tsx:128
#: src/components/channel/friends/FriendListItem.tsx:238
#: src/components/channel/friends/MobileFriendRequestItem.tsx:99
#: src/components/voice/IncomingCallUI.tsx:302
msgid "Accept"
msgstr "Αποδοχή"
-#: src/components/bottomsheets/DMBottomSheet.tsx:515
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:260
-#: src/components/modals/UserProfileModal.tsx:1258
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:88
+#: src/components/bottomsheets/DMBottomSheet.tsx:517
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:262
+#: src/components/modals/UserProfileModal.tsx:1259
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:109
msgid "Accept Friend Request"
msgstr "Αποδοχή αιτήματος φιλίας"
@@ -1358,7 +1358,7 @@ msgstr "Αποδοχή Πρόσκλησης"
msgid "Accept the incoming call"
msgstr "Αποδοχή εισερχόμενης κλήσης"
-#: src/components/channel/InviteEmbed.tsx:226
+#: src/components/channel/InviteEmbed.tsx:228
#: src/components/modals/InviteAcceptModal.tsx:163
msgid "Accepting this invite installs the pack automatically."
msgstr "Η αποδοχή αυτής της πρόσκλησης εγκαθιστά αυτόματα το πακέτο."
@@ -1407,7 +1407,7 @@ msgstr "Λογαριασμός & Premium"
msgid "Account appears to exist solely for spamming"
msgstr "Ο λογαριασμός φαίνεται να υπάρχει μόνο για αποστολή ανεπιθύμητων"
-#: src/components/modals/ClaimAccountModal.tsx:105
+#: src/components/modals/ClaimAccountModal.tsx:107
msgid "Account claimed successfully"
msgstr "Ο λογαριασμός δηλώθηκε με επιτυχία"
@@ -1459,7 +1459,7 @@ msgstr "Μόνο στα DM που έχετε συμμετάσχει ποτέ"
msgid "Action with both icons!"
msgstr "Ενέργεια με και τα δύο εικονίδια!"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:124
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:143
msgid "Active"
msgstr "Ενεργός"
@@ -1584,12 +1584,13 @@ msgstr "Προσθήκη Email"
msgid "Add Favorite Channels"
msgstr "Προσθήκη Αγαπημένων Καναλιών"
-#: src/components/bottomsheets/DMBottomSheet.tsx:524
+#: src/components/bottomsheets/DMBottomSheet.tsx:527
#: src/components/channel/dm/AddFriendView.tsx:32
#: src/components/channel/dm/DMFriendsView.tsx:199
#: src/components/modals/AddFriendSheet.tsx:50
-#: src/components/modals/UserProfileModal.tsx:1178
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:68
+#: src/components/modals/UserProfileModal.tsx:1179
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:75
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:89
msgid "Add Friend"
msgstr "Προσθήκη Φίλου"
@@ -1597,7 +1598,7 @@ msgstr "Προσθήκη Φίλου"
msgid "Add Friends"
msgstr "Προσθήκη Φίλων"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1187
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1211
#: src/components/channel/ChannelHeader.tsx:630
#: src/components/channel/dm/GroupDMWelcomeSection.tsx:85
msgid "Add Friends to Group"
@@ -1612,7 +1613,7 @@ msgstr "Προσθήκη Στοιχείου"
msgid "Add new reactions to messages."
msgstr "Προσθέστε νέες αντιδράσεις στα μηνύματα."
-#: src/components/bottomsheets/DMBottomSheet.tsx:426
+#: src/components/bottomsheets/DMBottomSheet.tsx:428
#: src/components/profile/ProfileCard/ProfileCardActions.tsx:48
#: src/components/uikit/ContextMenu/items/UserNoteMenuItems.tsx:42
msgid "Add Note"
@@ -1647,7 +1648,7 @@ msgstr "Φόρμα προσθήκης αριθμού τηλεφώνου"
#: src/components/channel/MessageActionBar.tsx:450
#: src/components/channel/MessageActionBar.tsx:741
#: src/components/channel/messageActionMenu.tsx:92
-#: src/components/channel/MessageReactions.tsx:264
+#: src/components/channel/MessageReactions.tsx:263
#: src/components/uikit/ContextMenu/items/MessageMenuItems.tsx:65
msgid "Add Reaction"
msgstr "Προσθήκη Αντίδρασης"
@@ -1695,8 +1696,8 @@ msgid "Add to favorites"
msgstr "Προσθήκη στα αγαπημένα"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:370
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1103
-#: src/components/bottomsheets/DMBottomSheet.tsx:400
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1127
+#: src/components/bottomsheets/DMBottomSheet.tsx:402
#: src/components/channel/ChannelHeader.tsx:547
#: src/components/channel/ChannelHeader.tsx:595
#: src/components/channel/ChannelHeader.tsx:600
@@ -1731,11 +1732,11 @@ msgid "Added to bookmarks"
msgstr "Προστέθηκε στα σελιδοδείκτες"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:118
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:544
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:558
msgid "Added to favorites"
msgstr "Προστέθηκε στα αγαπημένα"
-#: src/components/bottomsheets/DMBottomSheet.tsx:129
+#: src/components/bottomsheets/DMBottomSheet.tsx:131
msgid "Added to Favorites"
msgstr "Προστέθηκε στα Αγαπημένα"
@@ -1752,7 +1753,7 @@ msgstr "Προστέθηκε: {createdDate}"
msgid "Added: {createdDate} • Last used: {lastUsedDate}"
msgstr "Προστέθηκε: {createdDate} • Τελευταία χρήση: {lastUsedDate}"
-#: src/components/pages/ReportPage.tsx:943
+#: src/components/pages/report/ReportStepDetails.tsx:222
msgid "Additional Comments (optional)"
msgstr "Επιπλέον Σχόλια (προαιρετικά)"
@@ -1873,7 +1874,7 @@ msgstr "Όλες οι κλήσεις θα ειδοποιούν σιωπηρά α
msgid "All Communities"
msgstr "Όλες οι Κοινότητες"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:74
+#: src/components/modals/components/plutonium/VisionarySection.tsx:83
msgid "All current and future Plutonium benefits, forever"
msgstr "Όλα τα τρέχοντα και μελλοντικά οφέλη Plutonium, για πάντα"
@@ -1911,7 +1912,7 @@ msgstr "Όλα τα μέλη"
msgid "All messages"
msgstr "Όλα τα μηνύματα"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1377
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1401
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:206
#: src/components/modals/GuildNotificationSettingsModal.tsx:87
#: src/components/modals/GuildNotificationSettingsModal.tsx:273
@@ -2071,11 +2072,11 @@ msgstr "Επιτράπηκε το {0}."
msgid "Already have an account?"
msgstr "Έχετε ήδη λογαριασμό;"
-#: src/components/channel/InviteEmbed.tsx:187
+#: src/components/channel/InviteEmbed.tsx:189
msgid "Already joined"
msgstr "Έχετε ήδη γίνει μέλος"
-#: src/components/channel/GiftEmbed.tsx:90
+#: src/components/channel/GiftEmbed.tsx:97
msgid "Already redeemed"
msgstr "Έχει ήδη εξαργυρωθεί"
@@ -2135,8 +2136,8 @@ msgstr "Να εμπιστεύεστε πάντα το <0>{hostname}0> — πα
msgid "Always underline links"
msgstr "Υπογράμμιση πάντα των συνδέσμων"
-#: src/components/channel/ChannelSearchResults.tsx:511
-#: src/components/channel/ChannelSearchResults.tsx:562
+#: src/components/channel/ChannelSearchResults.tsx:480
+#: src/components/channel/ChannelSearchResults.tsx:531
#: src/hooks/useChannelSearch.ts:233
#: src/hooks/useChannelSearch.ts:375
msgid "An error occurred while searching"
@@ -2198,7 +2199,7 @@ msgid "Animated Emoji ({0})"
msgstr "Κινούμενα emoji ({0})"
#: src/components/channel/embeds/media/EmbedGifv.tsx:237
-#: src/components/channel/embeds/media/EmbedGifv.tsx:725
+#: src/components/channel/embeds/media/EmbedGifv.tsx:749
#: src/components/modals/MediaViewerModal.tsx:294
#: src/components/modals/MediaViewerModal.tsx:362
msgid "Animated GIF"
@@ -2320,8 +2321,8 @@ msgstr "Η εφαρμογή ενημερώθηκε με επιτυχία"
msgid "Applications"
msgstr "Εφαρμογές"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:99
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:137
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:103
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:141
msgid "Applications & Bots"
msgstr "Εφαρμογές & Bots"
@@ -2352,7 +2353,7 @@ msgid "Archive"
msgstr "Αρχειοθέτηση"
#. placeholder {0}: user.username
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:162
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:164
#: src/components/modals/UserProfileActionsSheet.tsx:133
#: src/utils/RelationshipActionUtils.tsx:141
msgid "Are you sure you want to block {0}? They won't be able to message you or send you friend requests."
@@ -2368,8 +2369,8 @@ msgid "Are you sure you want to close this group DM? You can always reopen it la
msgstr "Είστε σίγουροι ότι θέλετε να κλείσετε αυτό το ομαδικό DM; Μπορείτε πάντα να το ξανανοίξετε αργότερα."
#. placeholder {0}: recipient?.username ?? ''
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:601
-#: src/components/bottomsheets/DMBottomSheet.tsx:303
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:615
+#: src/components/bottomsheets/DMBottomSheet.tsx:305
msgid "Are you sure you want to close your DM with {0}? You can always reopen it later."
msgstr "Είστε σίγουροι ότι θέλετε να κλείσετε το DM σας με τον/την {0}; Μπορείτε πάντα να το ξανανοίξετε αργότερα."
@@ -2406,7 +2407,7 @@ msgid "Are you sure you want to delete #{0}? This action cannot be undone."
msgstr "Είστε σίγουροι ότι θέλετε να διαγράψετε το #{0}; Αυτή η ενέργεια δεν μπορεί να αναιρεθεί."
#. placeholder {0}: channel.name ?? 'this channel'
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:667
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:681
msgid "Are you sure you want to delete #{0}? This cannot be undone."
msgstr "Είστε σίγουροι ότι θέλετε να διαγράψετε το #{0}; Αυτό δεν μπορεί να αναιρεθεί."
@@ -2504,7 +2505,7 @@ msgstr "Είστε σίγουροι ότι θέλετε να φύγετε από
msgid "Are you sure you want to leave this community? You will no longer be able to see any messages."
msgstr "Είστε σίγουροι ότι θέλετε να φύγετε από αυτή την κοινότητα; Δεν θα μπορείτε πλέον να βλέπετε μηνύματα."
-#: src/components/bottomsheets/DMBottomSheet.tsx:338
+#: src/components/bottomsheets/DMBottomSheet.tsx:340
#: src/hooks/useLeaveGroup.tsx:43
msgid "Are you sure you want to leave this group? You will no longer be able to see any messages."
msgstr "Είστε σίγουροι ότι θέλετε να φύγετε από αυτή την ομάδα; Δεν θα μπορείτε πλέον να βλέπετε μηνύματα."
@@ -2515,9 +2516,9 @@ msgid "Are you sure you want to make {0} the group owner? You will lose owner pr
msgstr "Είστε σίγουροι ότι θέλετε να κάνετε τον/την {0} ιδιοκτήτη της ομάδας; Θα χάσετε τα προνόμια ιδιοκτησίας."
#. placeholder {0}: user.username
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:145
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:147
#: src/components/modals/UserProfileActionsSheet.tsx:116
-#: src/components/modals/UserProfileMobileSheet.tsx:303
+#: src/components/modals/UserProfileMobileSheet.tsx:304
#: src/utils/RelationshipActionUtils.tsx:114
msgid "Are you sure you want to remove {0} as a friend?"
msgstr "Είστε σίγουροι ότι θέλετε να αφαιρέσετε τον/την {0} από φίλους;"
@@ -2557,10 +2558,10 @@ msgid "Are you sure you want to transfer ownership of the group to {0}?"
msgstr "Είστε σίγουροι ότι θέλετε να μεταβιβάσετε την ιδιοκτησία της ομάδας στον/την {0};"
#. placeholder {0}: user.username
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:179
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:181
#: src/components/modals/tabs/BlockedUsersTab.tsx:57
#: src/components/modals/UserProfileActionsSheet.tsx:150
-#: src/components/modals/UserProfileMobileSheet.tsx:319
+#: src/components/modals/UserProfileMobileSheet.tsx:320
#: src/utils/RelationshipActionUtils.tsx:168
msgid "Are you sure you want to unblock {0}?"
msgstr "Είστε σίγουροι ότι θέλετε να ξεμπλοκάρετε τον/την {0};"
@@ -2573,7 +2574,7 @@ msgstr "Λέσχη Τέχνης"
msgid "Artists' Corner"
msgstr "Γωνιά Καλλιτεχνών"
-#: src/components/modals/components/plutonium/PricingSection.tsx:63
+#: src/components/modals/components/plutonium/PricingSection.tsx:69
msgid "As a Gift"
msgstr "Ως δώρο"
@@ -2689,7 +2690,7 @@ msgstr "Ρυθμίσεις ήχου"
msgid "Audio will be included with this screen share."
msgstr "Ο ήχος θα περιλαμβάνεται σε αυτή την κοινή χρήση οθόνης."
-#: src/components/pages/ReportPage.tsx:311
+#: src/components/pages/report/optionDescriptors.ts:83
msgid "Austria"
msgstr "Αυστρία"
@@ -2844,6 +2845,7 @@ msgstr "Μέσος χρόνος απόκρισης:"
#: src/components/modals/PhoneAddModal.tsx:235
#: src/components/modals/RequiredActionModal.tsx:463
#: src/components/pages/OAuthAuthorizePage.tsx:694
+#: src/components/pages/report/ReportStepDetails.tsx:243
msgid "Back"
msgstr "Πίσω"
@@ -2933,7 +2935,7 @@ msgid "Balanced quality and bandwidth"
msgstr "Ισορροπημένη ποιότητα και εύρος ζώνης"
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:353
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:320
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:323
#: src/components/modals/UserProfileActionsSheet.tsx:262
msgid "Ban"
msgstr "Αποκλεισμός"
@@ -3035,7 +3037,7 @@ msgstr "πριν:"
msgid "Begin a call in the current private conversation"
msgstr "Ξεκινήστε κλήση στην τρέχουσα ιδιωτική συνομιλία"
-#: src/components/pages/ReportPage.tsx:312
+#: src/components/pages/report/optionDescriptors.ts:84
msgid "Belgium"
msgstr "Βέλγιο"
@@ -3066,7 +3068,7 @@ msgstr "Κωδικός beta (προαιρετικός)"
msgid "Beta Code Redeemed!"
msgstr "Ο κωδικός beta εξαργυρώθηκε!"
-#: src/components/modals/tabs/BetaCodesTab.tsx:313
+#: src/components/modals/tabs/BetaCodesTab.tsx:338
#: src/components/modals/utils/settingsSearchIndex.ts:741
msgid "Beta Codes"
msgstr "Κωδικοί beta"
@@ -3083,13 +3085,13 @@ msgstr "Βιογραφικό"
msgid "Bio character limit"
msgstr "Όριο χαρακτήρων για βιογραφικό"
-#: src/components/bottomsheets/DMBottomSheet.tsx:538
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:163
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:345
+#: src/components/bottomsheets/DMBottomSheet.tsx:541
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:165
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:348
#: src/components/modals/UserProfileActionsSheet.tsx:134
#: src/components/modals/UserProfileActionsSheet.tsx:298
#: src/components/modals/UserProfileModal.tsx:1062
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:190
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:211
#: src/utils/RelationshipActionUtils.tsx:143
msgid "Block"
msgstr "Αποκλεισμός"
@@ -3106,7 +3108,7 @@ msgstr "Αποκλεισμός άμεσων μηνυμάτων από μέλη
msgid "Block for all communities"
msgstr "Αποκλεισμός για όλες τις κοινότητες"
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:161
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:163
#: src/components/modals/UserProfileActionsSheet.tsx:132
#: src/utils/RelationshipActionUtils.tsx:139
msgid "Block User"
@@ -3270,7 +3272,7 @@ msgstr "Απαιτείται ήχος περιηγητή"
msgid "Browser locale ({browserLocale}): {format}"
msgstr "Τοπική ρύθμιση περιηγητή ({browserLocale}): {format}"
-#: src/components/pages/ReportPage.tsx:313
+#: src/components/pages/report/optionDescriptors.ts:85
msgid "Bulgaria"
msgstr "Βουλγαρία"
@@ -3313,16 +3315,16 @@ msgstr "Τα κουμπιά εμφανίζουν ένδειξη φόρτωσης
msgid "Buttons with Icons"
msgstr "Κουμπιά με εικονίδια"
-#: src/components/modals/components/plutonium/GiftSection.tsx:74
-#: src/components/modals/components/plutonium/GiftSection.tsx:83
-#: src/components/modals/components/plutonium/GiftSection.tsx:92
-#: src/components/modals/components/plutonium/PricingSection.tsx:106
-#: src/components/modals/components/plutonium/PricingSection.tsx:115
-#: src/components/modals/components/plutonium/PricingSection.tsx:124
+#: src/components/modals/components/plutonium/GiftSection.tsx:81
+#: src/components/modals/components/plutonium/GiftSection.tsx:93
+#: src/components/modals/components/plutonium/GiftSection.tsx:105
+#: src/components/modals/components/plutonium/PricingSection.tsx:121
+#: src/components/modals/components/plutonium/PricingSection.tsx:133
+#: src/components/modals/components/plutonium/PricingSection.tsx:145
msgid "Buy Gift"
msgstr "Αγορά δώρου"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:114
+#: src/components/modals/components/plutonium/VisionarySection.tsx:140
msgid "Buying Visionary will cancel your current {currentAccessLabel} immediately. It is a one-time purchase with lifetime access."
msgstr "Η αγορά του Visionary θα ακυρώσει άμεσα την τρέχουσα {currentAccessLabel}. Είναι μια εφάπαξ αγορά με πρόσβαση για όλη τη ζωή."
@@ -3347,7 +3349,7 @@ msgstr "Παράκαμψη αργής λειτουργίας"
msgid "Bypass Splash Screen"
msgstr "Παράκαμψη Οθόνης Εκκίνησης"
-#: src/components/channel/channel-view/DMChannelView.tsx:271
+#: src/components/channel/channel-view/DMChannelView.tsx:272
msgid "Call available"
msgstr "Διαθέσιμη κλήση"
@@ -3446,11 +3448,11 @@ msgstr "Ρυθμίσεις κάμερας"
#: src/components/modals/CategoryCreateModal.tsx:79
#: src/components/modals/ChannelCreateModal.tsx:100
#: src/components/modals/ChannelDeleteModal.tsx:72
-#: src/components/modals/ClaimAccountModal.tsx:179
-#: src/components/modals/ClaimAccountModal.tsx:219
-#: src/components/modals/components/MobileSettingsView.tsx:302
+#: src/components/modals/ClaimAccountModal.tsx:181
+#: src/components/modals/ClaimAccountModal.tsx:221
+#: src/components/modals/components/MobileSettingsView.tsx:297
#: src/components/modals/components/plutonium/hooks/useCheckoutActions.tsx:110
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:328
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:371
#: src/components/modals/ConfirmModal.tsx:146
#: src/components/modals/CreateDMModal.tsx:88
#: src/components/modals/CreateFavoriteCategoryModal.tsx:74
@@ -3473,7 +3475,7 @@ msgstr "Ρυθμίσεις κάμερας"
#: src/components/modals/HideOwnCameraConfirmModal.tsx:65
#: src/components/modals/IARModal.tsx:218
#: src/components/modals/ImageCropModal.tsx:981
-#: src/components/modals/InviteModal.tsx:336
+#: src/components/modals/InviteModal.tsx:333
#: src/components/modals/KickMemberModal.tsx:60
#: src/components/modals/MfaTotpDisableModal.tsx:75
#: src/components/modals/MfaTotpEnableModal.tsx:102
@@ -3498,11 +3500,11 @@ msgstr "Ρυθμίσεις κάμερας"
msgid "Cancel"
msgstr "Ακύρωση"
-#: src/components/channel/dm/DMWelcomeSection.tsx:126
+#: src/components/channel/dm/DMWelcomeSection.tsx:138
#: src/components/channel/friends/FriendListItem.tsx:164
#: src/components/channel/friends/FriendListItem.tsx:166
-#: src/components/modals/UserProfileModal.tsx:1273
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:171
+#: src/components/modals/UserProfileModal.tsx:1274
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:192
msgid "Cancel Friend Request"
msgstr "Ακύρωση αιτήματος φιλίας"
@@ -3522,7 +3524,7 @@ msgstr "Ακύρωση αιτήματος"
msgid "Cancel upload"
msgstr "Ακύρωση μεταφόρτωσης"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:118
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:137
msgid "Canceling"
msgstr "Ακύρωση"
@@ -3566,7 +3568,7 @@ msgstr "Στοίχιση κάρτας"
msgid "Card alignment controls"
msgstr "Έλεγχοι στοίχισης κάρτας"
-#: src/components/modals/components/MobileSettingsView.tsx:123
+#: src/components/modals/components/MobileSettingsView.tsx:118
#: src/components/modals/components/SettingsModalHeader.tsx:76
msgid "Careful! You have unsaved changes."
msgstr "Προσοχή! Έχετε μη αποθηκευμένες αλλαγές."
@@ -3576,7 +3578,7 @@ msgstr "Προσοχή! Έχετε μη αποθηκευμένες αλλαγέ
msgid "Category"
msgstr "Κατηγορία"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1371
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1395
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:239
msgid "Category Default"
msgstr "Προεπιλεγμένη κατηγορία"
@@ -3594,7 +3596,7 @@ msgstr "Η κατηγορία είναι πλήρης"
msgid "Category Name"
msgstr "Όνομα κατηγορίας"
-#: src/components/modals/ChannelSettingsModal.tsx:105
+#: src/components/modals/ChannelSettingsModal.tsx:113
#: src/components/modals/components/DesktopChannelSettingsView.tsx:188
msgid "Category Settings"
msgstr "Ρυθμίσεις κατηγορίας"
@@ -3625,7 +3627,7 @@ msgstr "Αλλαγή φόντου"
msgid "Change Banner"
msgstr "Αλλαγή πανό"
-#: src/components/pages/ReportPage.tsx:752
+#: src/components/pages/report/ReportStepVerification.tsx:126
msgid "Change email"
msgstr "Αλλαγή email"
@@ -3647,8 +3649,8 @@ msgstr "Αλλαγή FluxerTag"
msgid "Change FluxerTag form"
msgstr "Φόρμα αλλαγής FluxerTag"
-#: src/components/bottomsheets/DMBottomSheet.tsx:433
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:133
+#: src/components/bottomsheets/DMBottomSheet.tsx:435
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:154
msgid "Change Friend Nickname"
msgstr "Αλλαγή παρατσουκλιού φίλου"
@@ -3673,7 +3675,7 @@ msgid "Change My Group Nickname"
msgstr "Αλλαγή παρατσουκλιού ομάδας μου"
#: src/components/modals/BaseChangeNicknameModal.tsx:82
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:238
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:240
#: src/components/modals/RenameChannelModal.tsx:58
#: src/components/modals/UserProfileActionsSheet.tsx:225
#: src/components/modals/UserProfileActionsSheet.tsx:225
@@ -3760,8 +3762,8 @@ msgstr "Η περιοχή φωνής άλλαξε σε {0}."
msgid "channel"
msgstr "κανάλι"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:483
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:549
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:497
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:563
#: src/components/invites/InviteListItem.tsx:50
#: src/components/webhooks/WebhookListItem.tsx:240
#: src/constants/AuditLogConstants.tsx:236
@@ -3796,7 +3798,7 @@ msgid "Channel Debug"
msgstr "Αποσφαλμάτωση καναλιού"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:188
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:675
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:689
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:329
msgid "Channel deleted"
msgstr "Το κανάλι διαγράφηκε"
@@ -3806,11 +3808,11 @@ msgid "Channel Deleted"
msgstr "Το κανάλι διαγράφηκε"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:273
-#: src/components/bottomsheets/DMBottomSheet.tsx:366
+#: src/components/bottomsheets/DMBottomSheet.tsx:368
msgid "Channel ID copied"
msgstr "Το ID του καναλιού αντιγράφηκε"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:535
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:549
msgid "Channel ID copied to clipboard"
msgstr "Το ID του καναλιού αντιγράφηκε στο πρόχειρο"
@@ -3878,9 +3880,9 @@ msgstr "Εγγραφή καναλιού"
msgid "Channel removed from favorites"
msgstr "Το κανάλι αφαιρέθηκε από τα αγαπημένα"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1092
-#: src/components/layout/ChannelItem.tsx:630
-#: src/components/modals/ChannelSettingsModal.tsx:105
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1116
+#: src/components/layout/ChannelItem.tsx:647
+#: src/components/modals/ChannelSettingsModal.tsx:113
#: src/components/modals/components/DesktopChannelSettingsView.tsx:188
msgid "Channel Settings"
msgstr "Ρυθμίσεις καναλιού"
@@ -3947,7 +3949,7 @@ msgstr "Ελέγξτε το <0>Bluesky (@fluxer.app)0> για ενημερώσ
msgid "Check out my custom theme!"
msgstr "Δείτε το προσαρμοσμένο θέμα μου!"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:105
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:109
msgid "Check your connection and try again."
msgstr "Ελέγξτε τη σύνδεσή σας και προσπαθήστε ξανά."
@@ -3969,8 +3971,8 @@ msgstr "Πλαίσια επιλογής"
msgid "Checking..."
msgstr "Έλεγχος..."
-#: src/components/pages/ReportPage.tsx:270
-#: src/components/pages/ReportPage.tsx:299
+#: src/components/pages/report/optionDescriptors.ts:51
+#: src/components/pages/report/optionDescriptors.ts:74
#: src/constants/IARConstants.tsx:72
#: src/constants/IARConstants.tsx:175
msgid "Child Safety Concerns"
@@ -3984,6 +3986,10 @@ msgstr "Κινέζικα (Απλοποιημένα)"
msgid "Chinese (Traditional)"
msgstr "Κινέζικα (Παραδοσιακά)"
+#: src/components/pages/report/ReportBreadcrumbs.tsx:46
+msgid "Choose"
+msgstr "Επιλέξτε"
+
#: src/components/pages/OAuthAuthorizePage.tsx:898
msgid "Choose a community"
msgstr "Επιλέξτε μια κοινότητα"
@@ -4080,25 +4086,36 @@ msgstr "Επιλέξτε το χρώμα έμφασης του προφίλ σα
#: src/components/channel/barriers/BarrierComponents.tsx:109
#: src/components/channel/barriers/BarrierComponents.tsx:240
-#: src/components/layout/app-layout/nagbars/UnclaimedAccountNagbar.tsx:47
-#: src/components/modals/ClaimAccountModal.tsx:225
-#: src/components/modals/components/UnclaimedAccountAlert.tsx:34
+#: src/components/channel/dm/AddFriendForm.tsx:57
+#: src/components/layout/app-layout/nagbars/UnclaimedAccountNagbar.tsx:45
+#: src/components/modals/ClaimAccountModal.tsx:227
+#: src/components/modals/components/UnclaimedAccountAlert.tsx:32
+#: src/components/modals/GiftAcceptModal.tsx:170
#: src/components/modals/tabs/AccountSecurityTab/SecurityTab.tsx:206
+#: src/components/modals/tabs/BetaCodesTab.tsx:297
+#: src/components/modals/tabs/GiftInventoryTab.tsx:242
msgid "Claim Account"
msgstr "Διεκδικήστε λογαριασμό"
-#: src/components/channel/GiftEmbed.tsx:98
-#: src/components/modals/GiftAcceptModal.tsx:154
+#: src/components/channel/GiftEmbed.tsx:109
+msgid "Claim Account to Redeem"
+msgstr "ΔClaim το Λογαριασμό για Εξαργύρωση"
+
+#: src/components/channel/GiftEmbed.tsx:109
+#: src/components/modals/GiftAcceptModal.tsx:197
#: src/components/pages/GiftLoginPage.tsx:155
#: src/components/pages/GiftRegisterPage.tsx:42
msgid "Claim Gift"
msgstr "Διεκδικήστε δώρο"
-#: src/components/modals/ClaimAccountModal.tsx:141
+#: src/components/channel/dm/AddFriendForm.tsx:53
+#: src/components/modals/ClaimAccountModal.tsx:143
+#: src/components/modals/tabs/BetaCodesTab.tsx:293
+#: src/components/modals/tabs/GiftInventoryTab.tsx:238
msgid "Claim your account"
msgstr "Διεκδικήστε τον λογαριασμό σας"
-#: src/components/modals/ClaimAccountModal.tsx:146
+#: src/components/modals/ClaimAccountModal.tsx:148
msgid "Claim your account by adding an email and password. We will send a verification code to confirm your email before finishing."
msgstr "Διεκδικήστε τον λογαριασμό σας προσθέτοντας email και κωδικό. Θα στείλουμε κωδικό επαλήθευσης για να επιβεβαιώσουμε το email πριν ολοκληρωθεί η διαδικασία."
@@ -4106,11 +4123,68 @@ msgstr "Διεκδικήστε τον λογαριασμό σας προσθέτ
msgid "Claim your account to access security features like two-factor authentication and passkeys."
msgstr "Διεκδικήστε τον λογαριασμό σας για να αποκτήσετε πρόσβαση σε λειτουργίες ασφαλείας όπως η διπλή επαλήθευση και τα passkeys."
+#: src/components/channel/ChannelHeader/CallButtons.tsx:85
+#: src/components/channel/ChannelHeader/CallButtons.tsx:155
+msgid "Claim your account to call"
+msgstr "Διεκδικήστε τον λογαριασμό σας για να καλέσετε"
+
#: src/components/modals/tabs/MyProfileTab/UsernameSection.tsx:49
msgid "Claim your account to change your FluxerTag"
msgstr "Διεκδικήστε τον λογαριασμό σας για να αλλάξετε το FluxerTag σας"
-#: src/components/modals/GiftAcceptModal.tsx:145
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:146
+msgid "Claim your account to create applications."
+msgstr "ΔClaim το λογαριασμό σου για να δημιουργήσεις εφαρμογές."
+
+#: src/components/modals/tabs/BetaCodesTab.tsx:294
+msgid "Claim your account to generate beta codes."
+msgstr "ΔClaim το λογαριασμό σου για να δημιουργήσεις κωδικούς beta."
+
+#: src/components/layout/ChannelItem.tsx:208
+#: src/components/layout/ChannelItem.tsx:382
+#: src/stores/voice/MediaEngineFacade.ts:537
+msgid "Claim your account to join this voice channel."
+msgstr "Διεκδικήστε τον λογαριασμό σας για να συμμετάσχετε σε αυτό το φωνητικό κανάλι."
+
+#: src/stores/voice/MediaEngineFacade.ts:170
+msgid "Claim your account to join voice channels you don't own."
+msgstr "Διεκδικήστε τον λογαριασμό σας για να συμμετάσχετε σε φωνητικά κανάλια που δεν κατέχετε."
+
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:55
+#: src/components/modals/components/plutonium/GiftSection.tsx:61
+#: src/components/modals/components/plutonium/PricingSection.tsx:63
+#: src/components/modals/components/plutonium/VisionarySection.tsx:62
+#: src/components/modals/components/PlutoniumContent.tsx:99
+msgid "Claim your account to purchase Fluxer Plutonium."
+msgstr "ΔClaim το λογαριασμό σου για να αγοράσεις Fluxer Plutonium."
+
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:112
+msgid "Claim your account to purchase or redeem Fluxer Plutonium."
+msgstr "ΔClaim το λογαριασμό σου για να αγοράσεις ή να εξαργυρώσεις Fluxer Plutonium."
+
+#: src/components/modals/tabs/GiftInventoryTab.tsx:239
+msgid "Claim your account to redeem or manage Plutonium gift codes."
+msgstr "ΔClaim το λογαριασμό σου για να εξαργυρώσεις ή να διαχειριστείς τους κωδικούς δώρου Plutonium."
+
+#: src/components/channel/GiftEmbed.tsx:99
+#: src/components/modals/GiftAcceptModal.tsx:154
+msgid "Claim your account to redeem this gift."
+msgstr "ΔClaim το λογαριασμό σου για να εξαργυρώσεις αυτό το δώρο."
+
+#: src/components/channel/dm/AddFriendForm.tsx:54
+#: src/components/channel/dm/DMWelcomeSection.tsx:109
+#: src/components/modals/UserProfileModal.tsx:1289
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:65
+msgid "Claim your account to send friend requests."
+msgstr "ΔClaim το λογαριασμό σου για να στείλεις αιτήματα φιλίας."
+
+#: src/components/channel/ChannelHeader/CallButtons.tsx:54
+#: src/components/channel/ChannelHeader/CallButtons.tsx:124
+#: src/stores/voice/MediaEngineFacade.ts:179
+msgid "Claim your account to start or join 1:1 calls."
+msgstr "Διεκδικήστε τον λογαριασμό σας για να ξεκινήσετε ή να συμμετάσχετε σε κλήσεις 1:1."
+
+#: src/components/modals/GiftAcceptModal.tsx:188
msgid "Claim your gift to activate your premium subscription!"
msgstr "Διεκδικήστε το δώρο σας για να ενεργοποιήσετε τη συνδρομή premium!"
@@ -4164,8 +4238,8 @@ msgstr "Καθαρισμός Δικαιωμάτων"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:420
#: src/components/channel/MessageSearchBar/MessageSearchBar.tsx:1424
-#: src/components/channel/shared/PickerSearchInput.tsx:195
-#: src/components/channel/shared/PickerSearchInput.tsx:212
+#: src/components/channel/shared/PickerSearchInput.tsx:194
+#: src/components/channel/shared/PickerSearchInput.tsx:211
#: src/components/modals/components/SettingsSearch.tsx:108
msgid "Clear search"
msgstr "Καθαρισμός αναζήτησης"
@@ -4200,11 +4274,11 @@ msgstr "Η περιγραφή του αυτοκόλλητου διαγράφηκ
msgid "Cleared the topic."
msgstr "Το θέμα διαγράφηκε."
-#: src/components/modals/components/MobileSettingsView.tsx:297
+#: src/components/modals/components/MobileSettingsView.tsx:292
msgid "Clearing subscriptions ensures the gateway stops sending messages to this installation."
msgstr "Ο καθαρισμός των συνδρομών εξασφαλίζει ότι η πύλη σταματά να στέλνει μηνύματα σε αυτήν την εγκατάσταση."
-#: src/components/modals/tabs/BetaCodesTab.tsx:366
+#: src/components/modals/tabs/BetaCodesTab.tsx:391
msgid "Click \"Create Code\" to generate your first code."
msgstr "Κάντε κλικ στο «Δημιουργία Κωδικού» για να δημιουργήσετε τον πρώτο σας κωδικό."
@@ -4240,13 +4314,13 @@ msgstr "Κάντε κλικ για να προσθέσετε σημείωση"
msgid "Click to check and uncheck. Available in square and round styles."
msgstr "Κάντε κλικ για να επιλέξετε ή να αποεπιλέξετε. Διατίθεται σε τετράγωνο και στρογγυλό στυλ."
-#: src/components/channel/GiftEmbed.tsx:90
+#: src/components/channel/GiftEmbed.tsx:100
msgid "Click to claim your gift!"
msgstr "Κάντε κλικ για να διεκδικήσετε το δώρο σας!"
#: src/components/invites/InviteListItem.tsx:184
#: src/components/modals/components/ClientInfo.tsx:76
-#: src/components/modals/tabs/BetaCodesTab.tsx:172
+#: src/components/modals/tabs/BetaCodesTab.tsx:174
msgid "Click to copy"
msgstr "Κάντε κλικ για αντιγραφή"
@@ -4328,12 +4402,12 @@ msgid "Close"
msgstr "Κλείσιμο"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:341
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:600
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:602
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1239
-#: src/components/bottomsheets/DMBottomSheet.tsx:302
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:614
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:616
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1263
#: src/components/bottomsheets/DMBottomSheet.tsx:304
-#: src/components/bottomsheets/DMBottomSheet.tsx:557
+#: src/components/bottomsheets/DMBottomSheet.tsx:306
+#: src/components/bottomsheets/DMBottomSheet.tsx:560
#: src/components/channel/dm/DMList.tsx:292
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:82
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:84
@@ -4358,7 +4432,8 @@ msgstr "Θέμα Άνθρακα"
#: src/components/invites/InviteListItem.tsx:54
#: src/components/modals/MfaTotpDisableModal.tsx:64
#: src/components/modals/MfaTotpEnableModal.tsx:91
-#: src/components/modals/tabs/BetaCodesTab.tsx:51
+#: src/components/modals/tabs/BetaCodesTab.tsx:53
+#: src/components/pages/report/ReportBreadcrumbs.tsx:48
msgid "Code"
msgstr "Κώδικας"
@@ -4370,7 +4445,8 @@ msgstr "Κώδικας & Μονοδιάστημα"
msgid "Code Blocks"
msgstr "Μπλοκ κώδικα"
-#: src/components/modals/ClaimAccountModal.tsx:123
+#: src/components/modals/ClaimAccountModal.tsx:125
+#: src/components/pages/ReportPage.tsx:231
msgid "Code resent"
msgstr "Ο κώδικας ξαναστάλθηκε"
@@ -4379,8 +4455,8 @@ msgid "Code sent"
msgstr "Ο κώδικας στάλθηκε"
#: src/components/invites/InviteListItem.tsx:180
-#: src/components/modals/tabs/BetaCodesTab.tsx:104
-#: src/components/modals/tabs/BetaCodesTab.tsx:168
+#: src/components/modals/tabs/BetaCodesTab.tsx:106
+#: src/components/modals/tabs/BetaCodesTab.tsx:170
msgid "Code:"
msgstr "Κώδικας:"
@@ -4472,7 +4548,7 @@ msgstr "Η κοινότητα έχει σιγήσει"
msgid "Community Debug"
msgstr "Αποσφαλμάτωση κοινότητας"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1371
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1395
#: src/components/uikit/ContextMenu/items/CategoryMenuItems.tsx:221
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:239
msgid "Community Default"
@@ -4542,8 +4618,8 @@ msgstr "Ρυθμίσεις ειδοποιήσεων κοινότητας"
msgid "Community organizes raids or harassment campaigns"
msgstr "Η κοινότητα οργανώνει επιθέσεις ή καμπάνιες παρενόχλησης"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:237
-#: src/components/channel/MemberListItem.tsx:102
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:238
+#: src/components/channel/MemberListItem.tsx:109
#: src/components/modals/guildTabs/GuildMembersTab.tsx:145
#: src/components/modals/guildTabs/GuildMembersTab.tsx:197
msgid "Community Owner"
@@ -4567,14 +4643,14 @@ msgstr "Η κοινότητα προωθεί ή διευκολύνει παρά
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:172
#: src/components/modals/components/DesktopGuildSettingsView.tsx:204
-#: src/components/modals/GuildSettingsModal.tsx:168
+#: src/components/modals/GuildSettingsModal.tsx:173
#: src/components/popouts/GuildHeaderPopout.tsx:187
#: src/components/uikit/ContextMenu/items/GuildMenuItems.tsx:360
msgid "Community Settings"
msgstr "Ρυθμίσεις κοινότητας"
-#: src/components/layout/GuildLayout.tsx:301
-#: src/components/layout/GuildLayout.tsx:348
+#: src/components/layout/GuildLayout.tsx:306
+#: src/components/layout/GuildLayout.tsx:353
msgid "Community temporarily unavailable"
msgstr "Η κοινότητα είναι προσωρινά μη διαθέσιμη"
@@ -4782,8 +4858,8 @@ msgstr "Συνδεδεμένο σε φωνητικό"
msgid "Connecting..."
msgstr "Σύνδεση..."
-#: src/components/channel/channel-view/DMChannelView.tsx:273
-#: src/components/channel/channel-view/DMChannelView.tsx:323
+#: src/components/channel/channel-view/DMChannelView.tsx:274
+#: src/components/channel/channel-view/DMChannelView.tsx:324
#: src/components/voice/CompactVoiceCallView.tsx:55
msgid "Connecting…"
msgstr "Σύνδεση…"
@@ -4979,7 +5055,7 @@ msgstr "Έλεγχος της κατάστασης δραστηριότητάς
#: src/components/modals/shared/CopyLinkSection.tsx:61
#: src/components/modals/tabs/ApplicationsTab/application-detail/ApplicationHeader.tsx:68
-#: src/components/modals/tabs/GiftInventoryTab.tsx:143
+#: src/components/modals/tabs/GiftInventoryTab.tsx:144
msgid "Copied"
msgstr "Αντιγράφηκε"
@@ -5001,7 +5077,7 @@ msgstr "Αντιγράφηκε!"
#: src/components/modals/BackupCodesModal.tsx:82
#: src/components/modals/shared/CopyLinkSection.tsx:61
#: src/components/modals/tabs/ApplicationsTab/application-detail/OAuthBuilderSection.tsx:142
-#: src/components/modals/tabs/GiftInventoryTab.tsx:143
+#: src/components/modals/tabs/GiftInventoryTab.tsx:144
msgid "Copy"
msgstr "Αντιγραφή"
@@ -5017,7 +5093,7 @@ msgstr "Αντιγραφή ήχου"
msgid "Copy authorize URL"
msgstr "Αντιγραφή URL εξουσιοδότησης"
-#: src/components/modals/tabs/BetaCodesTab.tsx:178
+#: src/components/modals/tabs/BetaCodesTab.tsx:180
msgid "Copy beta code"
msgstr "Αντιγραφή κωδικού beta"
@@ -5028,8 +5104,8 @@ msgstr "Αντιγραφή αναγνωριστικού κατηγορίας"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:320
#: src/components/bottomsheets/ChannelBottomSheet.tsx:347
#: src/components/bottomsheets/ChannelBottomSheet.tsx:433
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1293
-#: src/components/bottomsheets/DMBottomSheet.tsx:577
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1317
+#: src/components/bottomsheets/DMBottomSheet.tsx:580
#: src/components/channel/dm/DMList.tsx:271
#: src/components/channel/dm/DMList.tsx:298
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:362
@@ -5090,7 +5166,7 @@ msgstr "Αντιγραφή εικόνας"
msgid "Copy invite link"
msgstr "Αντιγραφή συνδέσμου πρόσκλησης"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1154
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1178
#: src/components/modals/tabs/ComponentGalleryTab/ButtonsTab.tsx:182
#: src/components/modals/tabs/ComponentGalleryTab/index.tsx:100
#: src/components/modals/tabs/ComponentGalleryTab/Inline.tsx:95
@@ -5131,15 +5207,15 @@ msgstr "Αντιγραφή αναγνωριστικού αυτοκόλλητου
msgid "Copy Text"
msgstr "Αντιγραφή κειμένου"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1285
-#: src/components/bottomsheets/DMBottomSheet.tsx:570
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1309
+#: src/components/bottomsheets/DMBottomSheet.tsx:573
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:370
#: src/components/modals/guildTabs/BannedUserActionsSheet.tsx:74
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:358
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:361
#: src/components/modals/tabs/BlockedUsersTab.tsx:107
#: src/components/modals/UserProfileActionsSheet.tsx:213
#: src/components/modals/UserProfileModal.tsx:1130
-#: src/components/popouts/UserAreaPopout.tsx:507
+#: src/components/popouts/UserAreaPopout.tsx:509
#: src/components/profile/ProfileCard/ProfileCardActions.tsx:60
#: src/components/uikit/ContextMenu/items/CopyMenuItems.tsx:42
msgid "Copy User ID"
@@ -5175,7 +5251,7 @@ msgstr "Χρονοδιακόπτης αντίστροφης μέτρησης"
msgid "Country"
msgstr "Χώρα"
-#: src/components/pages/ReportPage.tsx:928
+#: src/components/pages/report/ReportStepDetails.tsx:205
msgid "Country of Residence"
msgstr "Χώρα κατοικίας"
@@ -5207,7 +5283,7 @@ msgid "Create a new community or join an existing one."
msgstr "Δημιουργήστε μια νέα κοινότητα ή εγγραφείτε σε μια υπάρχουσα."
#. placeholder {0}: recipient.username
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:905
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:937
msgid "Create a new group with {0}"
msgstr "Δημιουργήστε μια νέα ομάδα με τον/την {0}"
@@ -5239,7 +5315,7 @@ msgstr "Δημιουργήστε λογαριασμό"
msgid "Create an account to claim your gift"
msgstr "Δημιουργήστε λογαριασμό για να διεκδικήσετε το δώρο σας"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:138
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:142
msgid "Create and manage applications and bots for your account."
msgstr "Δημιουργήστε και διαχειριστείτε εφαρμογές και bots για τον λογαριασμό σας."
@@ -5248,7 +5324,8 @@ msgid "Create and share custom emoji and sticker packs with Fluxer Plutonium."
msgstr "Δημιουργήστε και μοιραστείτε προσαρμοσμένα emoji και πακέτα αυτοκόλλητων με το Fluxer Plutonium."
#: src/components/modals/tabs/ApplicationsTab/ApplicationCreateModal.tsx:87
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:142
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:149
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:155
msgid "Create Application"
msgstr "Δημιουργία Εφαρμογής"
@@ -5267,7 +5344,7 @@ msgid "Create Category"
msgstr "Δημιουργία Κατηγορίας"
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:180
-#: src/components/layout/ChannelItem.tsx:607
+#: src/components/layout/ChannelItem.tsx:624
#: src/components/modals/ChannelCreateModal.tsx:58
#: src/components/modals/ChannelCreateModal.tsx:103
#: src/components/popouts/GuildHeaderPopout.tsx:194
@@ -5276,8 +5353,8 @@ msgstr "Δημιουργία Κατηγορίας"
msgid "Create Channel"
msgstr "Δημιουργία Καναλιού"
-#: src/components/modals/tabs/BetaCodesTab.tsx:326
-#: src/components/modals/tabs/BetaCodesTab.tsx:369
+#: src/components/modals/tabs/BetaCodesTab.tsx:351
+#: src/components/modals/tabs/BetaCodesTab.tsx:394
msgid "Create Code"
msgstr "Δημιουργία Κώδικα"
@@ -5329,7 +5406,7 @@ msgstr "Δημιουργήστε νέο λογαριασμό"
msgid "Create new group"
msgstr "Δημιουργήστε νέα ομάδα"
-#: src/components/modals/InviteModal.tsx:339
+#: src/components/modals/InviteModal.tsx:336
msgid "Create New Link"
msgstr "Δημιουργία νέου συνδέσμου"
@@ -5373,7 +5450,7 @@ msgid "Create, edit, or delete webhooks."
msgstr "Δημιουργήστε, επεξεργαστείτε ή διαγράψτε webhooks."
#: src/components/invites/InviteListItem.tsx:59
-#: src/components/modals/tabs/BetaCodesTab.tsx:57
+#: src/components/modals/tabs/BetaCodesTab.tsx:59
msgid "Created"
msgstr "Δημιουργήθηκε"
@@ -5390,7 +5467,7 @@ msgstr "Δημιουργήθηκε στις {createdAt}"
#. placeholder {0}: invite.pack.creator.username
#. placeholder {0}: pack.creator.username
#: src/components/auth/InviteHeader.tsx:158
-#: src/components/channel/InviteEmbed.tsx:218
+#: src/components/channel/InviteEmbed.tsx:220
#: src/components/modals/InviteAcceptModal.tsx:152
msgid "Created by {0}"
msgstr "Δημιουργήθηκε από {0}"
@@ -5427,8 +5504,8 @@ msgid "Created with name {newLabel}."
msgstr "Δημιουργήθηκε με όνομα {newLabel}."
#: src/components/invites/InviteListItem.tsx:207
-#: src/components/modals/tabs/BetaCodesTab.tsx:135
-#: src/components/modals/tabs/BetaCodesTab.tsx:212
+#: src/components/modals/tabs/BetaCodesTab.tsx:137
+#: src/components/modals/tabs/BetaCodesTab.tsx:214
msgid "Created:"
msgstr "Δημιουργήθηκε:"
@@ -5440,7 +5517,7 @@ msgstr "Συλλογικό νου δημιουργικότητας"
msgid "Creative Writing Club"
msgstr "Λέσχη δημιουργικής γραφής"
-#: src/components/pages/ReportPage.tsx:314
+#: src/components/pages/report/optionDescriptors.ts:86
msgid "Croatia"
msgstr "Κροατία"
@@ -5519,8 +5596,8 @@ msgid "Currently stuck in 1885, appearing offline"
msgstr "Είναι κολλημένο στο 1885, εμφανιζόμενο ως εκτός σύνδεσης"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:461
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1023
-#: src/components/bottomsheets/DMBottomSheet.tsx:605
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1047
+#: src/components/bottomsheets/DMBottomSheet.tsx:608
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:305
msgid "Currently: {mutedText}"
msgstr "Τώρα: {mutedText}"
@@ -5665,7 +5742,7 @@ msgstr "Η προσαρμογή avatar, banner, χρώματος τόνου κα
msgid "Cut"
msgstr "Αποκοπή"
-#: src/components/pages/ReportPage.tsx:315
+#: src/components/pages/report/optionDescriptors.ts:87
msgid "Cyprus"
msgstr "Κύπρος"
@@ -5673,7 +5750,7 @@ msgstr "Κύπρος"
msgid "Czech"
msgstr "Τσεχικά"
-#: src/components/pages/ReportPage.tsx:316
+#: src/components/pages/report/optionDescriptors.ts:88
msgid "Czech Republic"
msgstr "Τσεχία"
@@ -5746,9 +5823,9 @@ msgstr "Μορφή ημερομηνίας"
#: src/components/auth/AuthMinimalRegisterFormCore.tsx:93
#: src/components/auth/AuthRegisterFormCore.tsx:139
-#: src/components/auth/DateOfBirthField.tsx:90
-#: src/components/auth/DateOfBirthField.tsx:124
-#: src/components/auth/DateOfBirthField.tsx:292
+#: src/components/auth/DateOfBirthField.tsx:87
+#: src/components/auth/DateOfBirthField.tsx:121
+#: src/components/auth/DateOfBirthField.tsx:289
#: src/components/auth/MockMinimalRegisterForm.tsx:107
msgid "Date of birth"
msgstr "Ημερομηνία γέννησης"
@@ -5757,8 +5834,7 @@ msgstr "Ημερομηνία γέννησης"
msgid "Date Options"
msgstr "Επιλογές ημερομηνίας"
-#: src/components/auth/DateOfBirthField.tsx:88
-#: src/components/auth/DateOfBirthField.tsx:155
+#: src/components/auth/DateOfBirthField.tsx:152
#: src/components/auth/MockMinimalRegisterForm.tsx:73
msgid "Day"
msgstr "Ημέρα"
@@ -5817,11 +5893,11 @@ msgstr "Αναίρεση εξουσιοδότησης"
msgid "Deauthorize Application"
msgstr "Αφαίρεση εξουσιοδότησης εφαρμογής"
-#: src/components/modals/components/MobileSettingsView.tsx:369
+#: src/components/modals/components/MobileSettingsView.tsx:364
msgid "Debug"
msgstr "Αποσφαλμάτωση"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1267
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1291
#: src/components/uikit/ContextMenu/items/DebugMenuItems.tsx:71
msgid "Debug Channel"
msgstr "Ανίχνευση σφαλμάτων καναλιού"
@@ -5844,7 +5920,7 @@ msgstr "Ανίχνευση σφαλμάτων μέλους"
msgid "Debug Message"
msgstr "Ανίχνευση σφαλμάτων μηνύματος"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1275
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1299
#: src/components/uikit/ContextMenu/items/DebugMenuItems.tsx:53
msgid "Debug User"
msgstr "Ανίχνευση σφαλμάτων χρήστη"
@@ -5905,8 +5981,8 @@ msgstr "Απενεργοποιείται ως προεπιλογή σε κινη
#: src/actions/MessageActionCreators.tsx:394
#: src/components/channel/embeds/media/EmbedAudio.tsx:227
#: src/components/channel/embeds/media/MediaContainer.tsx:115
-#: src/components/channel/Messages.tsx:444
-#: src/components/channel/Messages.tsx:524
+#: src/components/channel/Messages.tsx:442
+#: src/components/channel/Messages.tsx:522
#: src/components/channel/MobileMemesPicker.tsx:546
#: src/components/channel/pickers/memes/MemeGridItem.tsx:120
#: src/components/emojis/EmojiListItem.tsx:189
@@ -5923,7 +5999,7 @@ msgstr "Απενεργοποιείται ως προεπιλογή σε κινη
msgid "Delete"
msgstr "Διαγραφή"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:666
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:680
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:320
msgid "Delete {channelType}"
msgstr "Διαγραφή {channelType}"
@@ -5987,8 +6063,8 @@ msgstr "Διαγραφή κατηγορίας"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:179
#: src/components/bottomsheets/ChannelBottomSheet.tsx:181
#: src/components/bottomsheets/ChannelBottomSheet.tsx:421
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:668
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1224
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:682
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1248
#: src/components/modals/components/DesktopChannelSettingsView.tsx:176
#: src/components/modals/components/MobileChannelSettingsView.tsx:85
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:322
@@ -6021,8 +6097,8 @@ msgstr "Διαγραφή μέσου"
#: src/components/channel/MessageActionBar.tsx:804
#: src/components/channel/messageActionMenu.tsx:156
#: src/components/channel/messageActionMenu.tsx:193
-#: src/components/channel/Messages.tsx:441
-#: src/components/channel/Messages.tsx:521
+#: src/components/channel/Messages.tsx:439
+#: src/components/channel/Messages.tsx:519
#: src/components/uikit/ContextMenu/items/MessageMenuItems.tsx:273
msgid "Delete Message"
msgstr "Διαγραφή μηνύματος"
@@ -6114,7 +6190,7 @@ msgstr "Αρνήθηκε {0} και αφαιρέθηκε η άρνηση για
msgid "Denied {0}."
msgstr "Αρνήθηκε {0}."
-#: src/components/pages/ReportPage.tsx:317
+#: src/components/pages/report/optionDescriptors.ts:89
msgid "Denmark"
msgstr "Δανία"
@@ -6143,7 +6219,7 @@ msgstr "Περιέγραψε το αυτοκόλλητο"
msgid "Describe what expressions are inside this pack."
msgstr "Περιέγραψε ποιες εκφράσεις περιλαμβάνονται σε αυτό το πακέτο."
-#: src/components/pages/ReportPage.tsx:946
+#: src/components/pages/report/ReportStepDetails.tsx:225
msgid "Describe what makes the content illegal"
msgstr "Περιγράψτε τι καθιστά το περιεχόμενο παράνομο"
@@ -6205,6 +6281,10 @@ msgstr "Αποσπώμενη Σημαία"
msgid "details"
msgstr "λεπτομέρειες"
+#: src/components/pages/report/ReportBreadcrumbs.tsx:49
+msgid "Details"
+msgstr "Λεπτομέρειες"
+
#: src/components/modals/AddGuildModal.tsx:150
msgid "Dev Den"
msgstr "Γωνιά ανάπτυξης"
@@ -6274,7 +6354,7 @@ msgstr "Διαφορετικά μεγέθη και αριθμός μελών"
msgid "Direct message"
msgstr "Άμεσο μήνυμα"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:477
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:491
#: src/components/modals/shared/RecipientList.tsx:200
msgid "Direct Message"
msgstr "Άμεσο Μήνυμα"
@@ -6516,8 +6596,8 @@ msgstr "Συζήτηση ή προώθηση παράνομων δραστηρι
#: src/components/layout/app-layout/nagbars/PremiumGracePeriodNagbar.tsx:79
#: src/components/layout/app-layout/nagbars/PremiumOnboardingNagbar.tsx:57
#: src/components/layout/GuildLayout.tsx:106
-#: src/components/modals/GiftAcceptModal.tsx:98
-#: src/components/modals/GiftAcceptModal.tsx:124
+#: src/components/modals/GiftAcceptModal.tsx:105
+#: src/components/modals/GiftAcceptModal.tsx:131
#: src/components/modals/RequiredActionModal.tsx:475
msgid "Dismiss"
msgstr "Απόρριψη"
@@ -6562,8 +6642,8 @@ msgstr "Εμφάνισε τα μέλη με βάση τους ρόλους ξε
msgid "Display separator lines between different groups of messages for better visual distinction."
msgstr "Εμφάνισε γραμμές διαχωρισμού μεταξύ διαφορετικών ομάδων μηνυμάτων για καλύτερη οπτική διάκριση."
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:613
-#: src/components/bottomsheets/DMBottomSheet.tsx:315
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:627
+#: src/components/bottomsheets/DMBottomSheet.tsx:317
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:97
#: src/components/uikit/ContextMenu/UserContextMenu.tsx:168
msgid "DM closed"
@@ -6581,7 +6661,7 @@ msgstr "Προεπισκοπήσεις DM μηνυμάτων"
msgid "DM Notifications"
msgstr "Ειδοποιήσεις DM"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1092
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1116
msgid "DM Settings"
msgstr "Ρυθμίσεις DM"
@@ -6662,6 +6742,7 @@ msgstr "Μην εμφανίζεις δείκτες πληκτρολόγησης
#: src/components/keybinds/KeybindRecorder.tsx:220
#: src/components/modals/GuildNotificationSettingsModal.tsx:347
#: src/components/modals/GuildPrivacySettingsModal.tsx:68
+#: src/components/pages/report/ReportBreadcrumbs.tsx:50
#: src/components/search/HasFilterSheet.tsx:124
#: src/components/search/UserFilterSheet.tsx:149
msgid "Done"
@@ -6843,13 +6924,13 @@ msgstr "Επεξεργασία συνημμένου"
msgid "Edit attachment form"
msgstr "Φόρμα επεξεργασίας συνημμένου"
-#: src/components/layout/ChannelItem.tsx:630
+#: src/components/layout/ChannelItem.tsx:647
#: src/components/uikit/ContextMenu/items/CategoryMenuItems.tsx:299
msgid "Edit Category"
msgstr "Επεξεργασία κατηγορίας"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:416
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1218
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1242
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:300
msgid "Edit Channel"
msgstr "Επεξεργασία καναλιού"
@@ -6869,8 +6950,8 @@ msgid "Edit global settings like name, description, and icon."
msgstr "Επεξεργασία παγκόσμιων ρυθμίσεων όπως όνομα, περιγραφή και εικονίδιο."
#: src/components/bottomsheets/ChannelBottomSheet.tsx:284
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1178
-#: src/components/bottomsheets/DMBottomSheet.tsx:461
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1202
+#: src/components/bottomsheets/DMBottomSheet.tsx:463
#: src/components/channel/dm/DMList.tsx:237
#: src/components/channel/dm/GroupDMWelcomeSection.tsx:74
#: src/components/modals/EditGroupBottomSheet.tsx:177
@@ -6883,7 +6964,7 @@ msgstr "Επεξεργασία ομάδας"
msgid "Edit group form"
msgstr "Φόρμα επεξεργασίας ομάδας"
-#: src/components/modals/InviteModal.tsx:327
+#: src/components/modals/InviteModal.tsx:324
msgid "Edit invite link"
msgstr "Επεξεργασία συνδέσμου πρόσκλησης"
@@ -6910,10 +6991,10 @@ msgstr "Επεξεργασία σημείωσης"
msgid "Edit overwrites for roles and members in this channel."
msgstr "Επεξεργασία υπερκαλύψεων για ρόλους και μέλη σε αυτό το κανάλι."
-#: src/components/modals/UserProfileMobileSheet.tsx:486
-#: src/components/modals/UserProfileModal.tsx:1205
+#: src/components/modals/UserProfileMobileSheet.tsx:490
+#: src/components/modals/UserProfileModal.tsx:1206
#: src/components/pages/YouPage.tsx:123
-#: src/components/popouts/UserAreaPopout.tsx:519
+#: src/components/popouts/UserAreaPopout.tsx:521
#: src/components/popouts/UserProfilePopout.tsx:299
msgid "Edit Profile"
msgstr "Επεξεργασία προφίλ"
@@ -6966,19 +7047,20 @@ msgstr "Επεξεργασία προγραμματισμένου μηνύματ
#: src/components/auth/AuthLoginCore/AuthLoginEmailPasswordForm.tsx:78
#: src/components/auth/AuthRegisterFormCore.tsx:133
#: src/components/auth/AuthRegisterFormCore.tsx:159
-#: src/components/modals/ClaimAccountModal.tsx:157
+#: src/components/modals/ClaimAccountModal.tsx:159
#: src/components/modals/RequiredActionModal.tsx:185
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:210
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:241
#: src/components/modals/utils/settingsSearchIndex.ts:94
#: src/components/pages/ForgotPasswordPage.tsx:97
+#: src/components/pages/report/ReportBreadcrumbs.tsx:47
msgid "Email"
msgstr "Email"
#: src/components/modals/tabs/AccountSecurityTab/AccountTab.tsx:65
#: src/components/modals/tabs/AccountSecurityTab/AccountTab.tsx:91
#: src/components/modals/tabs/ComponentGalleryTab/InputsTab.tsx:107
-#: src/components/pages/ReportPage.tsx:662
+#: src/components/pages/report/ReportStepEmail.tsx:76
msgid "Email Address"
msgstr "Διεύθυνση email"
@@ -7019,10 +7101,6 @@ msgstr "Απαιτείται επαλήθευση email"
msgid "Email Verification Required"
msgstr "Απαιτείται επαλήθευση email"
-#: src/components/pages/ReportPage.tsx:809
-msgid "Email verified"
-msgstr "Η διεύθυνση email έχει επαληθευτεί"
-
#: src/components/modals/tabs/DeveloperOptionsTab/AccountPremiumTab.tsx:56
msgid "Email Verified Override"
msgstr "Παράκαμψη επαλήθευσης email"
@@ -7108,7 +7186,7 @@ msgid "Emoji names must be at least 2 characters long and can only contain alpha
msgstr "Τα ονόματα emoji πρέπει να έχουν τουλάχιστον 2 χαρακτήρες και να περιέχουν μόνο αλφαριθμητικούς χαρακτήρες και κάτω παύλες. Επιτρεπτοί τύποι αρχείων: JPEG, PNG, WebP, GIF. Συμπιέζουμε τις εικόνες στα 128x128 pixels. Μέγιστο μέγεθος: {0} KB ανά emoji."
#: src/components/auth/InviteHeader.tsx:140
-#: src/components/channel/InviteEmbed.tsx:197
+#: src/components/channel/InviteEmbed.tsx:199
#: src/components/modals/InviteAcceptModal.tsx:142
#: src/components/modals/tabs/ExpressionPacksTab.tsx:70
msgid "Emoji pack"
@@ -7140,7 +7218,7 @@ msgstr "Το emoji ενημερώθηκε"
#: src/components/channel/AutocompleteEmoji.tsx:67
#: src/components/channel/textarea/TextareaButtons.tsx:150
-#: src/components/modals/ExpressionPickerSheet.tsx:106
+#: src/components/modals/ExpressionPickerSheet.tsx:93
#: src/components/popouts/ExpressionPickerPopout.tsx:95
msgid "Emojis"
msgstr "Emojis"
@@ -7343,11 +7421,11 @@ msgstr "Αγγλικά"
msgid "English (US)"
msgstr "Αγγλικά (ΗΠΑ)"
-#: src/components/pages/ReportPage.tsx:429
+#: src/components/pages/ReportPage.tsx:254
msgid "Enter a code in the format ABCD-1234."
msgstr "Εισάγετε έναν κωδικό στη μορφή ABCD-1234."
-#: src/components/modals/tabs/GiftInventoryTab.tsx:235
+#: src/components/modals/tabs/GiftInventoryTab.tsx:258
msgid "Enter a gift code to redeem Plutonium for your account."
msgstr "Εισάγετε έναν κωδικό δώρου για να εξαργυρώσετε Plutonium στον λογαριασμό σας."
@@ -7371,7 +7449,7 @@ msgstr "Εισαγωγή κωδικού"
msgid "Enter fullscreen"
msgstr "Εισαγωγή σε πλήρη οθόνη"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:255
+#: src/components/modals/tabs/GiftInventoryTab.tsx:278
msgid "Enter gift code..."
msgstr "Εισάγετε κωδικό δώρου..."
@@ -7414,7 +7492,7 @@ msgstr "Εισάγετε τον 6-ψήφιο κωδικό που εστάλη σ
msgid "Enter the API endpoint of the Fluxer instance you want to connect to."
msgstr "Εισάγετε το τερματικό σημείο API της εγκατάστασης Fluxer στην οποία θέλετε να συνδεθείτε."
-#: src/components/pages/ReportPage.tsx:424
+#: src/components/pages/ReportPage.tsx:249
msgid "Enter the code before continuing."
msgstr "Εισάγετε τον κωδικό πριν συνεχίσετε."
@@ -7430,7 +7508,7 @@ msgstr "Εισάγετε τον κωδικό που εστάλη στο τρέχ
msgid "Enter the code we emailed to your new address."
msgstr "Εισάγετε τον κωδικό που στείλαμε στη νέα σας διεύθυνση."
-#: src/components/modals/ClaimAccountModal.tsx:190
+#: src/components/modals/ClaimAccountModal.tsx:192
msgid "Enter the code we sent to your email to verify it. Your password will be set once the code is confirmed."
msgstr "Εισάγετε τον κωδικό που στείλαμε στο email σας για να το επαληθεύσουμε. Ο κωδικός πρόσβασής σας θα οριστεί αφού επιβεβαιωθεί ο κωδικός."
@@ -7454,13 +7532,9 @@ msgstr "πατήστε enter για <0><1>αποθήκευση1>0>"
msgid "Enter username"
msgstr "Εισάγετε όνομα χρήστη"
-#: src/components/pages/ReportPage.tsx:701
-msgid "Enter Verification Code"
-msgstr "Εισάγετε κωδικό επαλήθευσης"
-
-#: src/components/pages/ReportPage.tsx:638
-msgid "Enter Your Email"
-msgstr "Εισάγετε το email σας"
+#: src/components/pages/report/ReportStepVerification.tsx:64
+msgid "Enter verification code"
+msgstr "Εισάγετε τον κωδικό επαλήθευσης"
#: src/components/pages/ForgotPasswordPage.tsx:87
msgid "Enter your email address and we'll send you a link to reset your password."
@@ -7500,7 +7574,7 @@ msgid "Entrance sound uploaded successfully"
msgstr "Ο ήχος εισόδου μεταφορτώθηκε με επιτυχία"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:297
-#: src/components/channel/ChannelSearchResults.tsx:691
+#: src/components/channel/ChannelSearchResults.tsx:660
#: src/components/modals/tabs/ComponentGalleryTab/OverlaysTab.tsx:88
msgid "Error"
msgstr "Σφάλμα"
@@ -7522,7 +7596,7 @@ msgstr "Το πλήκτρο Escape βγαίνει από τη λειτουργί
msgid "escape to <0><1>cancel1>0>"
msgstr "πατήστε escape για <0><1>ακύρωση1>0>"
-#: src/components/pages/ReportPage.tsx:318
+#: src/components/pages/report/optionDescriptors.ts:90
msgid "Estonia"
msgstr "Εσθονία"
@@ -7561,7 +7635,7 @@ msgstr "εξαίρεση συνδέσμου, ενσωμάτωσης ή αρχε
msgid "exclude user"
msgstr "εξαίρεση χρήστη"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:95
+#: src/components/modals/components/plutonium/VisionarySection.tsx:104
msgid "Exclusive community"
msgstr "Αποκλειστική κοινότητα"
@@ -7593,12 +7667,12 @@ msgstr "Ανάπτυξη κατηγορίας"
msgid "Expiration"
msgstr "Λήξη"
-#: src/components/modals/InviteModal.tsx:281
+#: src/components/modals/InviteModal.tsx:278
msgid "Expire after"
msgstr "Λήγει μετά"
#: src/components/accounts/AccountRow.tsx:162
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:114
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:133
#: src/components/modals/GroupInvitesBottomSheet.tsx:104
msgid "Expired"
msgstr "Έληξε"
@@ -7675,7 +7749,7 @@ msgstr "Πακέτα εκφράσεων"
msgid "Expression Packs are a Plutonium feature"
msgstr "Τα πακέτα εκφράσεων είναι δυνατότητα του Plutonium"
-#: src/components/modals/ExpressionPickerSheet.tsx:232
+#: src/components/modals/ExpressionPickerSheet.tsx:219
#: src/components/popouts/ExpressionPickerPopout.tsx:193
msgid "Expression picker categories"
msgstr "Κατηγορίες επιλογέα εκφράσεων"
@@ -7700,7 +7774,7 @@ msgstr "Οι εξωτερικοί σύνδεσμοι μπορεί να είνα
msgid "Extra Large"
msgstr "Πολύ μεγάλο"
-#: src/components/pages/ReportPage.tsx:297
+#: src/components/pages/report/optionDescriptors.ts:72
#: src/constants/IARConstants.tsx:165
msgid "Extremist Community"
msgstr "Εξτρεμιστική κοινότητα"
@@ -7749,7 +7823,7 @@ msgstr "Αποτυχία αντιγραφής συνδέσμου πρόσκλη
msgid "Failed to copy to clipboard"
msgstr "Αποτυχία αντιγραφής στο πρόχειρο"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:79
+#: src/components/modals/tabs/GiftInventoryTab.tsx:80
msgid "Failed to copy URL"
msgstr "Αποτυχία αντιγραφής URL"
@@ -7794,7 +7868,7 @@ msgid "Failed to delete category"
msgstr "Αποτυχία διαγραφής κατηγορίας"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:194
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:681
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:695
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:335
msgid "Failed to delete channel"
msgstr "Αποτυχία διαγραφής καναλιού"
@@ -7868,7 +7942,7 @@ msgstr "Αποτυχία φόρτωσης απαγορεύσεων. Παρακα
msgid "Failed to load emojis"
msgstr "Αποτυχία φόρτωσης emoji"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:296
+#: src/components/modals/tabs/GiftInventoryTab.tsx:319
msgid "Failed to load gift inventory"
msgstr "Αποτυχία φόρτωσης αποθέματος δώρων"
@@ -7894,8 +7968,8 @@ msgstr "Αποτυχία φόρτωσης αυτοκόλλητων"
msgid "Failed to load vanity URL. Please try again."
msgstr "Αποτυχία φόρτωσης vanity URL. Παρακαλώ δοκιμάστε ξανά."
-#: src/components/modals/components/PlutoniumContent.tsx:146
-#: src/components/modals/components/PlutoniumContent.tsx:272
+#: src/components/modals/components/PlutoniumContent.tsx:157
+#: src/components/modals/components/PlutoniumContent.tsx:289
msgid "Failed to load Visionary information. Please try again later."
msgstr "Αποτυχία φόρτωσης πληροφοριών Visionary. Παρακαλώ δοκιμάστε αργότερα."
@@ -7916,19 +7990,19 @@ msgstr "Αποτυχία φόρτωσης των κοινοτήτων σας."
msgid "Failed to open customer portal. Please try again."
msgstr "Αποτυχία ανοίγματος της πύλης πελατών. Παρακαλώ δοκιμάστε ξανά."
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:572
-#: src/components/bottomsheets/DMBottomSheet.tsx:153
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:586
+#: src/components/bottomsheets/DMBottomSheet.tsx:155
#: src/components/channel/dm/DMList.tsx:216
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:121
msgid "Failed to pin DM"
msgstr "Αποτυχία καρφώματος ΙΔ"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:572
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:586
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:101
msgid "Failed to pin group"
msgstr "Αποτυχία καρφώματος ομάδας"
-#: src/components/bottomsheets/DMBottomSheet.tsx:153
+#: src/components/bottomsheets/DMBottomSheet.tsx:155
msgid "Failed to pin group DM"
msgstr "Αποτυχία αναφοράς της ομαδικής DM"
@@ -7957,7 +8031,7 @@ msgstr "Αποτυχία πρόσβασης στην εγκατάσταση ({st
msgid "Failed to reactivate subscription. Please try again."
msgstr "Αποτυχία επανενεργοποίησης συνδρομής. Παρακαλώ δοκιμάστε ξανά."
-#: src/components/modals/tabs/GiftInventoryTab.tsx:94
+#: src/components/modals/tabs/GiftInventoryTab.tsx:95
msgid "Failed to redeem gift"
msgstr "Αποτυχία εξαργύρωσης δώρου"
@@ -7998,6 +8072,10 @@ msgstr "Αποτυχία αφαίρεσης από την ομάδα"
msgid "Failed to remove timeout. Please try again."
msgstr "Αποτυχία κατάργησης χρονικού περιορισμού. Παρακαλώ δοκιμάστε ξανά."
+#: src/components/pages/ReportPage.tsx:236
+msgid "Failed to resend code. Please try again."
+msgstr "Απέτυχε να αποσταλεί ξανά ο κωδικός. Παρακαλώ δοκιμάστε ξανά."
+
#: src/components/modals/guildTabs/GuildRolesTab.tsx:674
msgid "Failed to reset hoist order"
msgstr "Αποτυχία επαναφοράς σειράς ανύψωσης"
@@ -8018,7 +8096,7 @@ msgstr "Αποτυχία περιστροφής. Παρακαλώ δοκιμάσ
msgid "Failed to send friend request. Please try again."
msgstr "Αποτυχία αποστολής αιτήματος φιλίας. Παρακαλώ δοκιμάστε ξανά."
-#: src/components/bottomsheets/DMBottomSheet.tsx:262
+#: src/components/bottomsheets/DMBottomSheet.tsx:264
#: src/components/modals/InviteModal.tsx:176
#: src/components/uikit/ContextMenu/items/InviteMenuItems.tsx:111
msgid "Failed to send invite"
@@ -8037,7 +8115,7 @@ msgstr "Αποτυχία αποστολής κωδικού SMS. Παρακαλώ
msgid "Failed to send theme"
msgstr "Αποτυχία αποστολής θέματος"
-#: src/components/pages/ReportPage.tsx:412
+#: src/components/pages/ReportPage.tsx:234
msgid "Failed to send verification code. Please try again."
msgstr "Αποτυχία αποστολής κωδικού επαλήθευσης. Παρακαλώ δοκιμάστε ξανά."
@@ -8084,19 +8162,19 @@ msgstr "Αποτυχία μεταβίβασης ιδιοκτησίας. Παρα
msgid "Failed to unblock user. Please try again."
msgstr "Αποτυχία άρσης αποκλεισμού χρήστη. Παρακαλώ δοκιμάστε ξανά."
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:589
-#: src/components/bottomsheets/DMBottomSheet.tsx:170
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:603
+#: src/components/bottomsheets/DMBottomSheet.tsx:172
#: src/components/channel/dm/DMList.tsx:226
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:138
msgid "Failed to unpin DM"
msgstr "Απέτυχε η ξεκαρφίτσωση ιδιωτικού μηνύματος"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:589
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:603
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:118
msgid "Failed to unpin group"
msgstr "Απέτυχε η ξεκαρφίτσωση ομάδας"
-#: src/components/bottomsheets/DMBottomSheet.tsx:170
+#: src/components/bottomsheets/DMBottomSheet.tsx:172
msgid "Failed to unpin group DM"
msgstr "Αποτυχία απομάκρυνσης από την καρφίτσα της ομαδικής άμεσης μηνυμάτων"
@@ -8298,7 +8376,7 @@ msgstr "Βρες το τέλειο αυτοκόλλητο"
msgid "Fine-tune core colors and fonts for this app. Changes here are stored as custom CSS overrides and sync with the editor below."
msgstr "Ρύθμισε λεπτομερώς τα βασικά χρώματα και τις γραμματοσειρές της εφαρμογής. Οι αλλαγές εδώ αποθηκεύονται ως προσαρμοσμένες αντικαταστάσεις CSS και συγχρονίζονται με τον επεξεργαστή παρακάτω."
-#: src/components/pages/ReportPage.tsx:319
+#: src/components/pages/report/optionDescriptors.ts:91
msgid "Finland"
msgstr "Φινλανδία"
@@ -8306,7 +8384,7 @@ msgstr "Φινλανδία"
msgid "Finnish"
msgstr "Φινλανδικά"
-#: src/components/pages/ReportPage.tsx:923
+#: src/components/pages/report/ReportStepDetails.tsx:199
msgid "First and last name"
msgstr "Όνομα και επώνυμο"
@@ -8419,7 +8497,7 @@ msgstr "Το Fluxer χρειάζεται άδεια να παρακολουθε
msgid "Fluxer Partner"
msgstr "Συνεργάτης Fluxer"
-#: src/components/modals/components/PlutoniumContent.tsx:182
+#: src/components/modals/components/PlutoniumContent.tsx:193
#: src/components/modals/PremiumModal.tsx:34
#: src/components/modals/utils/settingsConstants.tsx:147
#: src/components/popouts/UserProfileBadges.tsx:99
@@ -8483,7 +8561,7 @@ msgstr "Φαγητό & Ποτό"
msgid "Foodie Friends"
msgstr "Φίλοι του Φαγητού"
-#: src/components/bottomsheets/DMBottomSheet.tsx:660
+#: src/components/bottomsheets/DMBottomSheet.tsx:663
msgid "For 1 hour"
msgstr "Για 1 ώρα"
@@ -8497,7 +8575,7 @@ msgstr "Για 1 ώρα"
msgid "For 1 Hour"
msgstr "Για 1 Ώρα"
-#: src/components/bottomsheets/DMBottomSheet.tsx:659
+#: src/components/bottomsheets/DMBottomSheet.tsx:662
#: src/components/popouts/UserAreaPopout.tsx:77
msgid "For 15 minutes"
msgstr "Για 15 λεπτά"
@@ -8511,7 +8589,7 @@ msgstr "Για 15 λεπτά"
msgid "For 15 Minutes"
msgstr "Για 15 Λεπτά"
-#: src/components/bottomsheets/DMBottomSheet.tsx:663
+#: src/components/bottomsheets/DMBottomSheet.tsx:666
msgid "For 24 hours"
msgstr "Για 24 ώρες"
@@ -8529,7 +8607,7 @@ msgstr "Για 24 Ώρες"
msgid "For 3 days"
msgstr "Για 3 ημέρες"
-#: src/components/bottomsheets/DMBottomSheet.tsx:661
+#: src/components/bottomsheets/DMBottomSheet.tsx:664
msgid "For 3 hours"
msgstr "Για 3 ώρες"
@@ -8542,7 +8620,7 @@ msgstr "Για 3 ώρες"
msgid "For 3 Hours"
msgstr "Για 3 Ώρες"
-#: src/components/bottomsheets/DMBottomSheet.tsx:662
+#: src/components/bottomsheets/DMBottomSheet.tsx:665
msgid "For 8 hours"
msgstr "Για 8 ώρες"
@@ -8560,7 +8638,7 @@ msgstr "Για 8 Ώρες"
msgid "For British eyes only..."
msgstr "Μόνο για τα μάτια των Βρετανών..."
-#: src/components/modals/components/plutonium/PricingSection.tsx:62
+#: src/components/modals/components/plutonium/PricingSection.tsx:68
msgid "For Me"
msgstr "Για Μένα"
@@ -8664,15 +8742,15 @@ msgstr "Εξαναγκάζει τον αργό ρυθμό να είναι ενε
msgid "Forever"
msgstr "Για Πάντα"
-#: src/components/modals/components/MobileSettingsView.tsx:300
+#: src/components/modals/components/MobileSettingsView.tsx:295
msgid "Forget"
msgstr "Ξέχνα"
-#: src/components/modals/components/MobileSettingsView.tsx:327
+#: src/components/modals/components/MobileSettingsView.tsx:322
msgid "Forget Push Subscriptions"
msgstr "Ξέχνα τις συνδρομές push"
-#: src/components/modals/components/MobileSettingsView.tsx:294
+#: src/components/modals/components/MobileSettingsView.tsx:289
msgid "Forget push subscriptions?"
msgstr "Θέλεις να ξεχάσεις τις συνδρομές push;"
@@ -8729,7 +8807,7 @@ msgstr "Ρυθμός Καρέ"
msgid "Frame rates above 30 fps require Plutonium"
msgstr "Ο ρυθμός καρέ πάνω από 30 fps απαιτεί Plutonium"
-#: src/components/pages/ReportPage.tsx:320
+#: src/components/pages/report/optionDescriptors.ts:92
msgid "France"
msgstr "Γαλλία"
@@ -8745,8 +8823,8 @@ msgstr "Χρήστης Δωρεάν (Χωρίς Αγορές)"
msgid "Free User (With Purchase History)"
msgstr "Χρήστης Δωρεάν (Με Ιστορικό Αγορών)"
-#: src/components/modals/components/PlutoniumContent.tsx:163
-#: src/components/modals/components/PlutoniumContent.tsx:289
+#: src/components/modals/components/PlutoniumContent.tsx:174
+#: src/components/modals/components/PlutoniumContent.tsx:308
msgid "Free vs Plutonium"
msgstr "Δωρεάν vs Plutonium"
@@ -8773,12 +8851,13 @@ msgstr "Αίτημα Φιλίας"
msgid "Friend request sent"
msgstr "Αίτημα φιλίας αποστάλθηκε"
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:68
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:250
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:75
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:89
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:271
msgid "Friend Request Sent"
msgstr "Αίτημα Φιλίας Αποστάλθηκε"
-#: src/components/channel/dm/AddFriendForm.tsx:144
+#: src/components/channel/dm/AddFriendForm.tsx:167
msgid "Friend request sent!"
msgstr "Το αίτημα φιλίας εστάλη!"
@@ -8787,7 +8866,7 @@ msgstr "Το αίτημα φιλίας εστάλη!"
msgid "Friend Requests"
msgstr "Αιτήματα Φιλίας"
-#: src/components/channel/dm/AddFriendForm.tsx:137
+#: src/components/channel/dm/AddFriendForm.tsx:160
msgid "Friend's FluxerTag"
msgstr "FluxerTag του φίλου"
@@ -8828,9 +8907,10 @@ msgstr "Από {0}"
#. placeholder {0}: creator.username
#. placeholder {1}: creator.discriminator
-#: src/components/channel/GiftEmbed.tsx:87
-#: src/components/modals/GiftAcceptModal.tsx:116
-#: src/components/modals/GiftAcceptModal.tsx:143
+#: src/components/channel/GiftEmbed.tsx:93
+#: src/components/modals/GiftAcceptModal.tsx:123
+#: src/components/modals/GiftAcceptModal.tsx:151
+#: src/components/modals/GiftAcceptModal.tsx:186
msgid "From {0}#{1}"
msgstr "Από {0}#{1}"
@@ -8850,7 +8930,7 @@ msgstr "Από χρήστη"
msgid "from:"
msgstr "από:"
-#: src/components/pages/ReportPage.tsx:919
+#: src/components/pages/report/ReportStepDetails.tsx:195
msgid "Full Legal Name"
msgstr "Πλήρες Νομικό Όνομα"
@@ -8892,7 +8972,7 @@ msgstr "Δημιουργία Πρόσκλησης"
msgid "Generate invite link"
msgstr "Δημιουργία συνδέσμου πρόσκλησης"
-#: src/components/modals/tabs/BetaCodesTab.tsx:315
+#: src/components/modals/tabs/BetaCodesTab.tsx:340
msgid "Generate up to {MAX_UNCLAIMED_BETA_CODES} unclaimed beta codes to invite friends to Fluxer. You can create 3 codes per week."
msgstr "Δημιουργήστε έως {MAX_UNCLAIMED_BETA_CODES} μη διεκδικούμενους κωδικούς beta για να προσκαλέσετε φίλους στο Fluxer. Μπορείτε να δημιουργήσετε 3 κωδικούς ανά εβδομάδα."
@@ -8909,7 +8989,7 @@ msgstr "Γεωγραφικός Περιορισμός"
msgid "German"
msgstr "Γερμανικά"
-#: src/components/pages/ReportPage.tsx:321
+#: src/components/pages/report/optionDescriptors.ts:93
msgid "Germany"
msgstr "Γερμανία"
@@ -8991,13 +9071,13 @@ msgstr "Προεπισκόπηση GIF"
#: src/components/channel/pickers/gif/GifPickerHeader.tsx:40
#: src/components/channel/pickers/memes/MemesPickerHeader.tsx:57
#: src/components/channel/textarea/TextareaButtons.tsx:110
-#: src/components/modals/ExpressionPickerSheet.tsx:68
+#: src/components/modals/ExpressionPickerSheet.tsx:55
#: src/components/popouts/ExpressionPickerPopout.tsx:69
msgid "GIFs"
msgstr "GIF"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:122
-#: src/components/modals/GiftAcceptModal.tsx:163
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:141
+#: src/components/modals/GiftAcceptModal.tsx:206
msgid "Gift"
msgstr "Δώρο"
@@ -9030,19 +9110,20 @@ msgstr "Το δώρο έχει ήδη εξαργυρωθεί"
msgid "Gift Already Redeemed"
msgstr "Το δώρο έχει ήδη εξαργυρωθεί"
-#: src/components/channel/GiftEmbed.tsx:94
+#: src/components/channel/GiftEmbed.tsx:105
+#: src/components/channel/GiftEmbed.tsx:109
msgid "Gift Claimed"
msgstr "Το δώρο διεκδικήθηκε"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:246
+#: src/components/modals/tabs/GiftInventoryTab.tsx:269
msgid "Gift code cannot be empty"
msgstr "Ο κωδικός δώρου δεν μπορεί να είναι κενός"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:243
+#: src/components/modals/tabs/GiftInventoryTab.tsx:266
msgid "Gift code is required"
msgstr "Απαιτείται κωδικός δώρου"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:250
+#: src/components/modals/tabs/GiftInventoryTab.tsx:273
msgid "Gift code is too long"
msgstr "Ο κωδικός δώρου είναι πολύ μεγάλος"
@@ -9070,7 +9151,7 @@ msgstr "Δεν βρέθηκε το δώρο"
#: src/components/channel/textarea/TextareaButtons.tsx:101
#: src/components/channel/textarea/TextareaButtons.tsx:177
-#: src/components/modals/components/plutonium/GiftSection.tsx:61
+#: src/components/modals/components/plutonium/GiftSection.tsx:67
msgid "Gift Plutonium"
msgstr "Δώρο Plutonium"
@@ -9078,23 +9159,23 @@ msgstr "Δώρο Plutonium"
msgid "Gift redeemed successfully!"
msgstr "Το δώρο εξαργυρώθηκε με επιτυχία!"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:89
+#: src/components/modals/tabs/GiftInventoryTab.tsx:90
msgid "Gift redeemed successfully! Enjoy your Plutonium!"
msgstr "Το δώρο εξαργυρώθηκε με επιτυχία! Απολαύστε το Plutonium σας!"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:53
+#: src/components/modals/components/plutonium/VisionarySection.tsx:58
msgid "gift time"
msgstr "χρόνος δώρου"
-#: src/components/channel/GiftEmbed.tsx:151
+#: src/components/channel/GiftEmbed.tsx:162
msgid "Gift Unavailable"
msgstr "Δώρο μη διαθέσιμο"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:132
+#: src/components/modals/tabs/GiftInventoryTab.tsx:133
msgid "Gift URL"
msgstr "Σύνδεσμος δώρου"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:75
+#: src/components/modals/tabs/GiftInventoryTab.tsx:76
msgid "Gift URL copied to clipboard!"
msgstr "Ο σύνδεσμος δώρου αντιγράφηκε στο πρόχειρο!"
@@ -9126,7 +9207,7 @@ msgstr "Οι παγκόσμιες συντομεύσεις είναι διαθέ
msgid "Glorification of violence or disturbing imagery"
msgstr "Δόξα στη βία ή ενοχλητικές εικόνες"
-#: src/components/modals/components/MobileSettingsView.tsx:145
+#: src/components/modals/components/MobileSettingsView.tsx:140
#: src/components/modals/shared/MobileSettingsComponents.tsx:43
msgid "Go back"
msgstr "Επιστροφή"
@@ -9143,7 +9224,7 @@ msgstr "Επιστροφή στο προηγούμενο εστιασμένο κ
msgid "Go forward in navigation history"
msgstr "Προχώρηση στο ιστορικό πλοήγησης"
-#: src/components/channel/InviteEmbed.tsx:259
+#: src/components/channel/InviteEmbed.tsx:261
#: src/components/modals/InviteAcceptModal.tsx:100
msgid "Go to Community"
msgstr "Μετάβαση στην Κοινότητα"
@@ -9166,15 +9247,15 @@ msgstr "Μετάβαση στη σύνδεση"
msgid "Go to message"
msgstr "Μετάβαση στο μήνυμα"
-#: src/components/channel/ChannelSearchResults.tsx:841
+#: src/components/channel/ChannelSearchResults.tsx:809
msgid "Go to page"
msgstr "Μετάβαση στη σελίδα"
-#: src/components/channel/ChannelSearchResults.tsx:808
+#: src/components/channel/ChannelSearchResults.tsx:776
msgid "Go to page {page}"
msgstr "Μετάβαση στη σελίδα {page}"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:315
+#: src/components/modals/tabs/GiftInventoryTab.tsx:338
msgid "Go to Plutonium"
msgstr "Μετάβαση στο Plutonium"
@@ -9195,7 +9276,7 @@ msgstr "Το κατάλαβα"
msgid "Gotcha"
msgstr "Εντάξει"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:116
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:135
msgid "Grace Period"
msgstr "Περίοδος χάριτος"
@@ -9203,7 +9284,7 @@ msgstr "Περίοδος χάριτος"
msgid "Grace Period (Still Have Access)"
msgstr "Περίοδος χάριτος (έχετε ακόμα πρόσβαση)"
-#: src/components/modals/InviteModal.tsx:301
+#: src/components/modals/InviteModal.tsx:298
msgid "Grant temporary membership"
msgstr "Χορήγηση προσωρινής συνδρομής"
@@ -9234,7 +9315,7 @@ msgstr "Μεγάλη Επιτυχία!"
msgid "Great success! You can now close this tab and return to the app."
msgstr "Μεγάλη επιτυχία! Μπορείτε τώρα να κλείσετε αυτήν την καρτέλα και να επιστρέψετε στην εφαρμογή."
-#: src/components/pages/ReportPage.tsx:322
+#: src/components/pages/report/optionDescriptors.ts:94
msgid "Greece"
msgstr "Ελλάδα"
@@ -9263,7 +9344,7 @@ msgstr "Δικαιώματα προσθήκης συνομιλίας ομάδα
msgid "Group Chat Permissions"
msgstr "Δικαιώματα ομαδικής συνομιλίας"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:481
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:495
msgid "Group Direct Message"
msgstr "Ομαδικό Άμεσο Μήνυμα"
@@ -9272,7 +9353,7 @@ msgid "Group DM"
msgstr "Ομαδικό DM"
#. placeholder {0}: channel.recipientIds.length + 1
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:772
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:804
msgid "Group DM · {0} members"
msgstr "Ομαδικό DM · {0} μέλη"
@@ -9317,12 +9398,12 @@ msgstr "Το όνομα της ομάδας δεν πρέπει να υπερβ
msgid "Group Online Status"
msgstr "Κατάσταση Οnline Ομάδας"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:962
-#: src/components/channel/MemberListItem.tsx:102
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:984
+#: src/components/channel/MemberListItem.tsx:109
msgid "Group Owner"
msgstr "Ιδιοκτήτης ομάδας"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1092
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1116
msgid "Group Settings"
msgstr "Ρυθμίσεις ομάδας"
@@ -9335,11 +9416,11 @@ msgstr "Καταστάσεις πληκτρολόγησης ομάδας"
msgid "Group updated"
msgstr "Η ομάδα ενημερώθηκε"
-#: src/components/pages/ReportPage.tsx:893
+#: src/components/pages/report/ReportStepDetails.tsx:167
msgid "Guild (Community) ID"
msgstr "ID Συντεχνίας (Κοινότητα)"
-#: src/components/pages/ReportPage.tsx:902
+#: src/components/pages/report/ReportStepDetails.tsx:177
msgid "Guild ID is required."
msgstr "Απαιτείται αναγνωριστικό γαλέρας."
@@ -9355,13 +9436,13 @@ msgstr "Αρχείο συντεχνίας"
msgid "Hang on while we check for scheduled messages."
msgstr "Περιμένετε ενώ ελέγχουμε για προγραμματισμένα μηνύματα."
-#: src/components/pages/ReportPage.tsx:295
+#: src/components/pages/report/optionDescriptors.ts:70
#: src/constants/IARConstants.tsx:155
msgid "Harassment"
msgstr "Παρενόχληση"
-#: src/components/pages/ReportPage.tsx:262
-#: src/components/pages/ReportPage.tsx:281
+#: src/components/pages/report/optionDescriptors.ts:43
+#: src/components/pages/report/optionDescriptors.ts:59
#: src/constants/IARConstants.tsx:32
#: src/constants/IARConstants.tsx:109
msgid "Harassment or Bullying"
@@ -9383,9 +9464,9 @@ msgstr "Έχει πραγματοποιήσει αγορά override"
msgid "has:"
msgstr "έχει:"
-#: src/components/pages/ReportPage.tsx:263
-#: src/components/pages/ReportPage.tsx:282
-#: src/components/pages/ReportPage.tsx:296
+#: src/components/pages/report/optionDescriptors.ts:44
+#: src/components/pages/report/optionDescriptors.ts:60
+#: src/components/pages/report/optionDescriptors.ts:71
#: src/constants/IARConstants.tsx:37
#: src/constants/IARConstants.tsx:114
#: src/constants/IARConstants.tsx:160
@@ -9430,7 +9511,7 @@ msgid "Help Center"
msgstr "Κέντρο βοήθειας"
#. placeholder {0}: user.displayName
-#: src/components/layout/app-layout/nagbars/UnclaimedAccountNagbar.tsx:44
+#: src/components/layout/app-layout/nagbars/UnclaimedAccountNagbar.tsx:42
msgid "Hey {0}, claim your account to prevent losing access."
msgstr "Γεια σου {0}, διεκδίκησε τον λογαριασμό σου για να μην χάσεις την πρόσβαση."
@@ -9654,7 +9735,7 @@ msgstr "https://example.com/callback"
msgid "Hungarian"
msgstr "Ουγγρικά"
-#: src/components/pages/ReportPage.tsx:323
+#: src/components/pages/report/optionDescriptors.ts:95
msgid "Hungary"
msgstr "Ουγγαρία"
@@ -9728,8 +9809,8 @@ msgstr "Εάν λάβατε κωδικό beta, μπορείτε να τον ει
msgid "If you want to export your data or delete your messages first, please visit the Privacy Dashboard section in User Settings before proceeding."
msgstr "Αν θέλετε πρώτα να εξάγετε τα δεδομένα σας ή να διαγράψετε τα μηνύματά σας, επισκεφθείτε το στοιχείο Πίνακας ιδιωτικότητας στις Ρυθμίσεις χρήστη πριν προχωρήσετε."
-#: src/components/channel/channel-view/DMChannelView.tsx:301
-#: src/components/channel/dm/DMWelcomeSection.tsx:119
+#: src/components/channel/channel-view/DMChannelView.tsx:302
+#: src/components/channel/dm/DMWelcomeSection.tsx:131
#: src/components/channel/friends/FriendListItem.tsx:145
#: src/components/channel/friends/FriendListItem.tsx:244
#: src/components/channel/friends/MobileFriendRequestItem.tsx:69
@@ -9740,7 +9821,7 @@ msgstr "Αγνόησε"
#: src/components/channel/friends/FriendListItem.tsx:143
#: src/components/channel/friends/MobileFriendRequestItem.tsx:67
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:152
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:173
msgid "Ignore Friend Request"
msgstr "Αγνόησε το αίτημα φιλίας"
@@ -9749,8 +9830,8 @@ msgstr "Αγνόησε το αίτημα φιλίας"
msgid "Ignore per-channel message rate limits."
msgstr "Αγνόησε τα όρια ρυθμού μηνυμάτων ανά κανάλι."
-#: src/components/pages/ReportPage.tsx:267
-#: src/components/pages/ReportPage.tsx:298
+#: src/components/pages/report/optionDescriptors.ts:48
+#: src/components/pages/report/optionDescriptors.ts:73
#: src/constants/IARConstants.tsx:57
#: src/constants/IARConstants.tsx:170
msgid "Illegal Activity"
@@ -9762,7 +9843,7 @@ msgid "image"
msgstr "εικόνα"
#: src/components/channel/embeds/media/EmbedGifv.tsx:237
-#: src/components/channel/embeds/media/EmbedImage.tsx:369
+#: src/components/channel/embeds/media/EmbedImage.tsx:374
#: src/components/modals/MediaViewerModal.tsx:362
#: src/components/search/HasFilterSheet.tsx:50
#: src/utils/FavoriteMemeUtils.ts:71
@@ -9783,8 +9864,8 @@ msgstr "Προεπισκόπηση εικόνας"
msgid "Images"
msgstr "Εικόνες"
-#: src/components/pages/ReportPage.tsx:272
-#: src/components/pages/ReportPage.tsx:284
+#: src/components/pages/report/optionDescriptors.ts:53
+#: src/components/pages/report/optionDescriptors.ts:62
#: src/constants/IARConstants.tsx:82
#: src/constants/IARConstants.tsx:124
msgid "Impersonation"
@@ -9839,7 +9920,7 @@ msgstr "σε {absWeeks} εβδομάδες"
msgid "in {absYears} years"
msgstr "σε {absYears} χρόνια"
-#: src/components/channel/channel-view/DMChannelView.tsx:275
+#: src/components/channel/channel-view/DMChannelView.tsx:276
msgid "In call"
msgstr "Σε κλήση"
@@ -9880,7 +9961,7 @@ msgstr "Στον περιηγητή σας, το Push-to-Talk λειτουργε
msgid "in:"
msgstr "σε:"
-#: src/components/pages/ReportPage.tsx:286
+#: src/components/pages/report/optionDescriptors.ts:64
#: src/constants/IARConstants.tsx:134
msgid "Inappropriate Profile"
msgstr "Ακατάλληλο Προφίλ"
@@ -9909,7 +9990,7 @@ msgstr "Συμπερίληψη όλων των αναφορών της κοιν
msgid "Include audio from your screen in the share"
msgstr "Συμπερίληψη ήχου από την οθόνη στην κοινή χρήση"
-#: src/components/channel/channel-view/DMChannelView.tsx:269
+#: src/components/channel/channel-view/DMChannelView.tsx:270
#: src/components/voice/IncomingCallUI.tsx:263
#: src/components/voice/IncomingCallUI.tsx:286
#: src/components/voice/IncomingCallUI.tsx:324
@@ -9946,11 +10027,11 @@ msgid "Increase app zoom level"
msgstr "Αύξηση ζουμ εφαρμογής"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:284
-#: src/components/channel/ChannelSearchResults.tsx:679
+#: src/components/channel/ChannelSearchResults.tsx:648
msgid "Indexing Channel"
msgstr "Δεικτοδότηση καναλιού"
-#: src/components/channel/ChannelSearchResults.tsx:317
+#: src/components/channel/ChannelSearchResults.tsx:274
msgid "Indexing..."
msgstr "Ευρετηρίαση..."
@@ -10032,12 +10113,12 @@ msgstr "Είσοδοι με εικονίδια"
msgid "Insert emoji"
msgstr "Εισαγωγή emoji"
-#: src/components/channel/InviteEmbed.tsx:198
+#: src/components/channel/InviteEmbed.tsx:200
#: src/components/modals/InviteAcceptModal.tsx:143
msgid "Install Emoji Pack"
msgstr "Εγκατάσταση πακέτου emoji"
-#: src/components/channel/InviteEmbed.tsx:198
+#: src/components/channel/InviteEmbed.tsx:200
#: src/components/modals/InviteAcceptModal.tsx:143
msgid "Install Sticker Pack"
msgstr "Εγκατάσταση πακέτου αυτοκόλλητων"
@@ -10104,7 +10185,7 @@ msgstr "Μη έγκυρος Κωδικός Δώρου"
msgid "Invalid instance response: missing webapp URL."
msgstr "Μη έγκυρη απόκριση στιγμής: λείπει το URL της εφαρμογής ιστού."
-#: src/components/modals/ClaimAccountModal.tsx:108
+#: src/components/modals/ClaimAccountModal.tsx:110
#: src/components/modals/EmailChangeModal.tsx:108
#: src/components/modals/EmailChangeModal.tsx:169
msgid "Invalid or expired code"
@@ -10134,7 +10215,7 @@ msgstr "Πατήθηκε το αντεστραμμένο κουμπί!"
msgid "Invisible"
msgstr "Αόρατος"
-#: src/components/modals/InviteModal.tsx:257
+#: src/components/modals/InviteModal.tsx:267
#: src/components/modals/tabs/ExpressionPacksTab.tsx:83
#: src/constants/AuditLogConstants.tsx:239
msgid "Invite"
@@ -10144,7 +10225,7 @@ msgstr "Πρόσκληση"
msgid "Invite Background"
msgstr "Φόντο πρόσκλησης"
-#: src/components/pages/ReportPage.tsx:908
+#: src/components/pages/report/ReportStepDetails.tsx:183
msgid "Invite Code (optional)"
msgstr "Κωδικός πρόσκλησης (προαιρετικό)"
@@ -10170,7 +10251,7 @@ msgstr "Πρόσκληση φίλων"
msgid "Invite friends to {0}"
msgstr "Πρόσκληση φίλων στο {0}"
-#: src/components/modals/InviteModal.tsx:317
+#: src/components/modals/InviteModal.tsx:314
msgid "Invite link"
msgstr "Σύνδεσμος πρόσκλησης"
@@ -10190,7 +10271,7 @@ msgid "Invite Links"
msgstr "Σύνδεσμοι πρόσκλησης"
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:164
-#: src/components/layout/ChannelItem.tsx:599
+#: src/components/layout/ChannelItem.tsx:616
#: src/components/popouts/GuildHeaderPopout.tsx:178
msgid "Invite Members"
msgstr "Πρόσκληση μελών"
@@ -10218,7 +10299,7 @@ msgid "Invite Page Preview"
msgstr "Προεπισκόπηση σελίδας πρόσκλησης"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:381
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1144
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1168
#: src/components/layout/FavoritesChannelListContent.tsx:305
#: src/components/uikit/ContextMenu/ChannelListContextMenu.tsx:96
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:97
@@ -10236,7 +10317,7 @@ msgstr "Η πρόσκληση ακυρώθηκε"
msgid "Invite sent for {0}"
msgstr "Η πρόσκληση στάλθηκε για το {0}"
-#: src/components/bottomsheets/DMBottomSheet.tsx:256
+#: src/components/bottomsheets/DMBottomSheet.tsx:258
msgid "Invite sent to {guildName}"
msgstr "Πρόσκληση στάλθηκε στο {guildName}."
@@ -10249,7 +10330,7 @@ msgid "Invite splash preview"
msgstr "Προεπισκόπηση σελίδας πρόσκλησης"
#. placeholder {0}: guild.name
-#: src/components/bottomsheets/DMBottomSheet.tsx:499
+#: src/components/bottomsheets/DMBottomSheet.tsx:501
msgid "Invite to {0}"
msgstr "Πρόσκληση στο {0}"
@@ -10257,7 +10338,7 @@ msgstr "Πρόσκληση στο {0}"
msgid "Invite to Community"
msgstr "Πρόσκληση στην Κοινότητα"
-#: src/components/channel/InviteEmbed.tsx:362
+#: src/components/channel/InviteEmbed.tsx:364
msgid "Invite Unavailable"
msgstr "Η πρόσκληση δεν είναι διαθέσιμη"
@@ -10277,7 +10358,7 @@ msgid "Invited by {0}#{1}"
msgstr "Προσκλήθηκε από {0}#{1}"
#: src/components/auth/InviteHeader.tsx:159
-#: src/components/channel/InviteEmbed.tsx:222
+#: src/components/channel/InviteEmbed.tsx:224
msgid "Invited by {inviterTag}"
msgstr "Προσκλήθηκε από {inviterTag}"
@@ -10290,8 +10371,8 @@ msgid "Inviter:"
msgstr "Προσκαλέων:"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:303
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1199
-#: src/components/bottomsheets/DMBottomSheet.tsx:468
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1223
+#: src/components/bottomsheets/DMBottomSheet.tsx:470
#: src/components/channel/dm/DMList.tsx:257
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:145
msgid "Invites"
@@ -10301,11 +10382,11 @@ msgstr "Προσκλήσεις"
msgid "Invites are currently disabled for this community."
msgstr "Οι προσκλήσεις είναι προσωρινά απενεργοποιημένες για αυτήν την κοινότητα."
-#: src/components/modals/InviteModal.tsx:270
+#: src/components/modals/InviteModal.tsx:237
msgid "Invites are currently disabled in this community by an admin. While this invite can be created, it cannot be accepted until invites are re-enabled."
msgstr "Οι προσκλήσεις έχουν απενεργοποιηθεί σε αυτήν την κοινότητα από έναν διαχειριστή. Παρόλο που μπορεί να δημιουργηθεί αυτή η πρόσκληση, δεν μπορεί να γίνει αποδεκτή μέχρι να ενεργοποιηθούν ξανά οι προσκλήσεις."
-#: src/components/layout/guild-list/GuildListItem.tsx:233
+#: src/components/layout/guild-list/GuildListItem.tsx:234
msgid "Invites are currently paused in this community"
msgstr "Οι προσκλήσεις έχουν παγώσει προσωρινά σε αυτήν την κοινότητα"
@@ -10317,7 +10398,7 @@ msgstr "Οι προσκλήσεις είναι κλειδωμένες για κ
msgid "Invites disabled"
msgstr "Οι προσκλήσεις απενεργοποιήθηκαν"
-#: src/components/channel/InviteEmbed.tsx:257
+#: src/components/channel/InviteEmbed.tsx:259
#: src/components/modals/InviteAcceptModal.tsx:98
msgid "Invites Disabled"
msgstr "Οι προσκλήσεις απενεργοποιήθηκαν"
@@ -10343,7 +10424,7 @@ msgstr "Οι προσκλήσεις στο <0>{0}0> είναι προσωρι
msgid "IP address authorized"
msgstr "Η διεύθυνση IP εξουσιοδοτήθηκε"
-#: src/components/pages/ReportPage.tsx:324
+#: src/components/pages/report/optionDescriptors.ts:96
msgid "Ireland"
msgstr "Ιρλανδία"
@@ -10359,7 +10440,7 @@ msgstr "Είναι μια πλήρης γιορτή πληκτρολόγησης
msgid "Italian"
msgstr "Ιταλικά"
-#: src/components/pages/ReportPage.tsx:325
+#: src/components/pages/report/optionDescriptors.ts:97
msgid "Italy"
msgstr "Ιταλία"
@@ -10381,16 +10462,16 @@ msgstr "Συμμετοχή σε κοινότητα"
msgid "Join a community with stickers to get started!"
msgstr "Μπες σε μια κοινότητα με αυτοκόλλητα για να ξεκινήσεις!"
-#: src/components/channel/channel-view/DMChannelView.tsx:315
+#: src/components/channel/channel-view/DMChannelView.tsx:316
msgid "Join call"
msgstr "Συμμετοχή σε κλήση"
-#: src/components/channel/InviteEmbed.tsx:261
-#: src/components/channel/InviteEmbed.tsx:451
+#: src/components/channel/InviteEmbed.tsx:263
+#: src/components/channel/InviteEmbed.tsx:453
#: src/components/layout/guild-list/AddGuildButton.tsx:71
#: src/components/modals/AddGuildModal.tsx:129
#: src/components/modals/AddGuildModal.tsx:410
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:304
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:342
#: src/components/modals/InviteAcceptModal.tsx:102
#: src/components/modals/InviteAcceptModalPreview.tsx:114
msgid "Join Community"
@@ -10400,7 +10481,7 @@ msgstr "Εγγραφή στην κοινότητα"
msgid "Join community form"
msgstr "Φόρμα συμμετοχής κοινότητας"
-#: src/components/channel/InviteEmbed.tsx:187
+#: src/components/channel/InviteEmbed.tsx:189
msgid "Join Group"
msgstr "Συμμετοχή σε ομάδα"
@@ -10416,19 +10497,19 @@ msgstr "Ειδοποιήσεις συμμετοχής"
msgid "Join Operators Community"
msgstr "Συμμετοχή στην κοινότητα Operators"
-#: src/components/channel/CallMessage.tsx:171
+#: src/components/channel/CallMessage.tsx:165
msgid "Join the call"
msgstr "Συμμετοχή στην κλήση"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:122
+#: src/components/channel/ChannelHeader/CallButtons.tsx:159
msgid "Join Video Call"
msgstr "Συμμετοχή σε βιντεοκλήση"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:118
+#: src/components/channel/ChannelHeader/CallButtons.tsx:150
msgid "Join Video Call ({participantCount} participant)"
msgstr "Συμμετοχή σε Βίντεο Κλήση ({participantCount} συμμετέχων)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:119
+#: src/components/channel/ChannelHeader/CallButtons.tsx:151
msgid "Join Video Call ({participantCount} participants)"
msgstr "Συμμετοχή σε Βίντεο Κλήση ({participantCount} συμμετέχοντες)"
@@ -10436,15 +10517,15 @@ msgstr "Συμμετοχή σε Βίντεο Κλήση ({participantCount} συ
msgid "Join Visionary Community"
msgstr "Συμμετοχή στην κοινότητα Visionary"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:70
+#: src/components/channel/ChannelHeader/CallButtons.tsx:89
msgid "Join Voice Call"
msgstr "Συμμετοχή σε φωνητική κλήση"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:66
+#: src/components/channel/ChannelHeader/CallButtons.tsx:80
msgid "Join Voice Call ({participantCount} participant)"
msgstr "Συμμετοχή σε Φωνητική Κλήση ({participantCount} συμμετέχων)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:67
+#: src/components/channel/ChannelHeader/CallButtons.tsx:81
msgid "Join Voice Call ({participantCount} participants)"
msgstr "Συμμετοχή σε Φωνητική Κλήση ({participantCount} συμμετέχοντες)"
@@ -10495,7 +10576,7 @@ msgstr "JPEG, PNG, WebP. Μέγιστο 10MB. Συνιστάται: 512×512px"
msgid "JPEG, PNG, WebP. Max 10MB. Recommended: 512×512px. Animated avatars (GIF) require <0/>."
msgstr "JPEG, PNG, WebP. Μέγιστο 10MB. Συνιστάται: 512×512px. Τα κινούμενα avatar (GIF) απαιτούν <0/>."
-#: src/components/channel/ChannelSearchResults.tsx:777
+#: src/components/channel/ChannelSearchResults.tsx:745
#: src/components/pages/MessageListPage.tsx:97
#: src/components/popouts/RecentMentionsContent.tsx:221
#: src/components/popouts/SavedMessagesContent.tsx:102
@@ -10519,11 +10600,11 @@ msgstr "Μετάβαση στο Μήνυμα"
msgid "Jump to Oldest Unread Message"
msgstr "Μετάβαση στο Παλαιότερο Αδιάβαστο Μήνυμα"
-#: src/components/channel/ChannelSearchResults.tsx:872
+#: src/components/channel/ChannelSearchResults.tsx:840
msgid "Jump to page"
msgstr "Μετάβαση στη σελίδα"
-#: src/components/channel/Messages.tsx:917
+#: src/components/channel/Messages.tsx:915
msgid "Jump to Present"
msgstr "Μετάβαση στο Τρέχον"
@@ -10612,7 +10693,7 @@ msgid "Keyboard Shortcuts"
msgstr "Συντομεύσεις πληκτρολογίου"
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:344
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:311
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:314
#: src/components/modals/KickMemberModal.tsx:58
#: src/components/modals/UserProfileActionsSheet.tsx:253
msgid "Kick"
@@ -10702,7 +10783,7 @@ msgstr "Καθυστέρηση {latency} χιλιοστά του δευτερο
msgid "Latency graph"
msgstr "Γράφημα καθυστέρησης"
-#: src/components/pages/ReportPage.tsx:326
+#: src/components/pages/report/optionDescriptors.ts:98
msgid "Latvia"
msgstr "Λετονία"
@@ -10729,10 +10810,10 @@ msgstr "Αποχώρηση από την κοινότητα"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:248
#: src/components/bottomsheets/ChannelBottomSheet.tsx:250
#: src/components/bottomsheets/ChannelBottomSheet.tsx:314
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1253
-#: src/components/bottomsheets/DMBottomSheet.tsx:337
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1277
#: src/components/bottomsheets/DMBottomSheet.tsx:339
-#: src/components/bottomsheets/DMBottomSheet.tsx:551
+#: src/components/bottomsheets/DMBottomSheet.tsx:341
+#: src/components/bottomsheets/DMBottomSheet.tsx:554
#: src/components/channel/dm/DMList.tsx:265
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:159
#: src/hooks/useLeaveGroup.tsx:42
@@ -10740,27 +10821,27 @@ msgstr "Αποχώρηση από την κοινότητα"
msgid "Leave Group"
msgstr "Αποχώρηση από την ομάδα"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:122
+#: src/components/channel/ChannelHeader/CallButtons.tsx:157
msgid "Leave Video Call"
msgstr "Έξοδος από βιντεοκλήση"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:113
+#: src/components/channel/ChannelHeader/CallButtons.tsx:145
msgid "Leave Video Call ({participantCount} participant)"
msgstr "Αποχώρηση από Βίντεο Κλήση ({participantCount} συμμετέχων)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:114
+#: src/components/channel/ChannelHeader/CallButtons.tsx:146
msgid "Leave Video Call ({participantCount} participants)"
msgstr "Αποχώρηση από Βίντεο Κλήση ({participantCount} συμμετέχοντες)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:70
+#: src/components/channel/ChannelHeader/CallButtons.tsx:87
msgid "Leave Voice Call"
msgstr "Έξοδος από φωνητική κλήση"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:61
+#: src/components/channel/ChannelHeader/CallButtons.tsx:75
msgid "Leave Voice Call ({participantCount} participant)"
msgstr "Αποχώρηση από Φωνητική Κλήση ({participantCount} συμμετέχων)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:62
+#: src/components/channel/ChannelHeader/CallButtons.tsx:76
msgid "Leave Voice Call ({participantCount} participants)"
msgstr "Αποχώρηση από Φωνητική Κλήση ({participantCount} συμμετέχοντες)"
@@ -10785,7 +10866,7 @@ msgstr "Στοίχιση αριστερά"
msgid "Left community"
msgstr "Αποχώρησε από την κοινότητα"
-#: src/components/bottomsheets/DMBottomSheet.tsx:350
+#: src/components/bottomsheets/DMBottomSheet.tsx:352
#: src/hooks/useLeaveGroup.tsx:56
msgid "Left group"
msgstr "Αποχώρησε από την ομάδα"
@@ -10798,7 +10879,7 @@ msgstr "Εικονίδιο αριστερά"
msgid "Left Tooltip"
msgstr "Περιγραφή εργαλείου αριστερά"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:90
+#: src/components/modals/components/plutonium/VisionarySection.tsx:99
msgid "Let people add you without needing a 4-digit tag"
msgstr "Άφησε τους άλλους να σε προσθέτουν χωρίς 4ψήφιο tag"
@@ -10810,17 +10891,13 @@ msgstr "Άφησε την κοινότητα να αυτοδιαχειρίζετ
msgid "Letters (a-z, A-Z), numbers (0-9), and underscores (_) only"
msgstr "Μόνο γράμματα (a-z, A-Z), αριθμοί (0-9) και κάτω παύλες (_)"
-#: src/components/pages/ReportPage.tsx:729
-msgid "Letters and numbers only. You can paste the code—formatting is automatic."
-msgstr "Μόνο γράμματα και αριθμοί. Μπορείτε να επικολλήσετε τον κωδικό—η μορφοποίηση είναι αυτόματη."
-
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:120
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:139
#: src/components/modals/tabs/DeveloperOptionsTab/AccountPremiumTab.tsx:49
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:371
msgid "Lifetime"
msgstr "Διά βίου"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:73
+#: src/components/modals/components/plutonium/VisionarySection.tsx:82
#: src/utils/giftUtils.ts:58
msgid "Lifetime Plutonium"
msgstr "Πλούτωνιο Διά βίου"
@@ -10838,7 +10915,7 @@ msgid "Liked!"
msgstr "Μου άρεσε!"
#. placeholder {0}: formatter.format(visionarySlots.total)
-#: src/components/modals/components/plutonium/VisionarySection.tsx:61
+#: src/components/modals/components/plutonium/VisionarySection.tsx:70
msgid "Limited to {0} users. One-time purchase, lifetime access."
msgstr "Περιορίζεται σε {0} χρήστες. Εφάπαξ αγορά, πρόσβαση διά βίου."
@@ -10856,7 +10933,7 @@ msgstr "Σύνδεσμος"
msgid "Link channel"
msgstr "Σύνδεση καναλιού"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:530
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:544
#: src/components/uikit/ContextMenu/MediaContextMenu.tsx:145
#: src/components/uikit/ContextMenu/MediaContextMenu.tsx:228
msgid "Link copied to clipboard"
@@ -10902,7 +10979,7 @@ msgstr "Λίστες"
msgid "Lists members with this role in their own section in the member list."
msgstr "Εμφανίζει τα μέλη με αυτόν τον ρόλο σε ξεχωριστή ενότητα στη λίστα μελών."
-#: src/components/pages/ReportPage.tsx:327
+#: src/components/pages/report/optionDescriptors.ts:99
msgid "Lithuania"
msgstr "Λιθουανία"
@@ -10934,7 +11011,7 @@ msgstr "Φόρτωση αποκλεισμών..."
msgid "Loading communities..."
msgstr "Φόρτωση κοινοτήτων..."
-#: src/components/channel/embeds/media/EmbedImage.tsx:363
+#: src/components/channel/embeds/media/EmbedImage.tsx:368
msgid "Loading image"
msgstr "Φόρτωση εικόνας"
@@ -10947,7 +11024,7 @@ msgid "Loading more..."
msgstr "Φόρτωση περισσότερων..."
#: src/components/channel/embeds/media/EmbedGifv.tsx:493
-#: src/components/channel/embeds/media/EmbedGifv.tsx:721
+#: src/components/channel/embeds/media/EmbedGifv.tsx:745
msgid "Loading placeholder"
msgstr "Δείκτης φόρτωσης"
@@ -10971,7 +11048,7 @@ msgstr "Φόρτωση θέματος..."
msgid "Loading verification methods..."
msgstr "Φόρτωση μεθόδων επαλήθευσης..."
-#: src/components/channel/embeds/media/EmbedImage.tsx:363
+#: src/components/channel/embeds/media/EmbedImage.tsx:368
msgid "Loading: {alt}"
msgstr "Φόρτωση: {alt}"
@@ -11021,7 +11098,7 @@ msgid "Log in with a passkey"
msgstr "Σύνδεση με κλειδί πρόσβασης"
#: src/components/modals/components/DesktopSettingsView.tsx:346
-#: src/components/modals/components/MobileSettingsView.tsx:362
+#: src/components/modals/components/MobileSettingsView.tsx:357
#: src/components/pages/PendingVerificationPage.tsx:151
msgid "Log Out"
msgstr "Αποσύνδεση"
@@ -11101,7 +11178,7 @@ msgstr "Χαμηλό"
msgid "Low (480p)"
msgstr "Χαμηλό (480p)"
-#: src/components/pages/ReportPage.tsx:328
+#: src/components/pages/report/optionDescriptors.ts:100
msgid "Luxembourg"
msgstr "Λουξεμβούργο"
@@ -11114,16 +11191,16 @@ msgstr "Ορισμός Ιδιοκτήτη Ομάδας"
msgid "Make links to websites stand out more by always underlining them."
msgstr "Κάντε τους συνδέσμους προς ιστότοπους πιο εμφανείς υπογραμμίζοντάς τους πάντα."
-#: src/components/pages/ReportPage.tsx:271
+#: src/components/pages/report/optionDescriptors.ts:52
#: src/constants/IARConstants.tsx:77
msgid "Malicious Links"
msgstr "Κακόβουλοι Σύνδεσμοι"
-#: src/components/pages/ReportPage.tsx:329
+#: src/components/pages/report/optionDescriptors.ts:101
msgid "Malta"
msgstr "Μάλτα"
-#: src/components/pages/ReportPage.tsx:302
+#: src/components/pages/report/optionDescriptors.ts:77
#: src/constants/IARConstants.tsx:190
msgid "Malware Distribution"
msgstr "Διανομή Κακόβουλου Λογισμικού"
@@ -11214,7 +11291,7 @@ msgid "Manage slash commands for this application"
msgstr "Διαχείριση εντολών slash για αυτήν την εφαρμογή"
#: src/components/layout/app-layout/nagbars/PremiumGracePeriodNagbar.tsx:83
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:288
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:324
msgid "Manage Subscription"
msgstr "Διαχείριση Συνδρομής"
@@ -11227,7 +11304,7 @@ msgstr "Διαχείριση της διεύθυνσης email που χρησι
msgid "Manage Webhooks"
msgstr "Διαχείριση Webhooks"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:100
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:104
msgid "Manage your applications and bots."
msgstr "Διαχείριση των εφαρμογών και των bots σας."
@@ -11243,7 +11320,7 @@ msgstr "Διαχείριση των δώρων σας"
msgid "Manage your phone number for SMS two-factor authentication"
msgstr "Διαχείριση του αριθμού τηλεφώνου σας για έλεγχο ταυτότητας δύο παραγόντων μέσω SMS"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:280
+#: src/components/modals/tabs/GiftInventoryTab.tsx:303
msgid "Manage your purchased Plutonium gift codes. Share the gift URL with someone special or redeem it for yourself!"
msgstr "Διαχείριση των αγορασμένων κωδικών δώρου Plutonium. Μοιραστείτε το URL του δώρου με κάποιον ξεχωριστό ή εξαργυρώστε το για τον εαυτό σας!"
@@ -11256,8 +11333,8 @@ msgid "Mark as 18+ (NSFW)"
msgstr "Σήμανση ως 18+ (NSFW)"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:358
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1115
-#: src/components/bottomsheets/DMBottomSheet.tsx:388
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1139
+#: src/components/bottomsheets/DMBottomSheet.tsx:390
#: src/components/channel/NewMessagesBar.tsx:60
#: src/components/uikit/ContextMenu/items/CategoryMenuItems.tsx:81
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:79
@@ -11319,7 +11396,7 @@ msgstr "Markdown"
msgid "Markdown Preview"
msgstr "Προεπισκόπηση Markdown"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:516
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:530
msgid "Marked as read"
msgstr "Σημειώθηκε ως αναγνωσμένο"
@@ -11347,7 +11424,7 @@ msgstr "Ενδείξεις κάτω από το ρυθμιστικό"
msgid "Marty_McFly"
msgstr "Marty_McFly"
-#: src/components/modals/ClaimAccountModal.tsx:160
+#: src/components/modals/ClaimAccountModal.tsx:162
#: src/components/modals/EmailChangeModal.tsx:254
msgid "marty@example.com"
msgstr "marty@example.com"
@@ -11356,7 +11433,7 @@ msgstr "marty@example.com"
msgid "Mask Visionary as subscription"
msgstr "Απόκρυψη Visionary ως συνδρομή"
-#: src/components/modals/InviteModal.tsx:291
+#: src/components/modals/InviteModal.tsx:288
msgid "Max number of uses"
msgstr "Μέγιστος αριθμός χρήσεων"
@@ -11393,7 +11470,8 @@ msgstr "Η μέγιστη ποιότητα κάμερας είναι 1080p"
msgid "Maximum quality, requires very fast connection"
msgstr "Μέγιστη ποιότητα, απαιτεί πολύ γρήγορη σύνδεση"
-#: src/components/modals/GiftAcceptModal.tsx:151
+#: src/components/modals/GiftAcceptModal.tsx:161
+#: src/components/modals/GiftAcceptModal.tsx:194
msgid "Maybe later"
msgstr "Ίσως αργότερα"
@@ -11411,7 +11489,7 @@ msgstr "Μέτρηση..."
#: src/components/channel/AutocompleteEmoji.tsx:154
#: src/components/channel/textarea/TextareaButtons.tsx:122
-#: src/components/modals/ExpressionPickerSheet.tsx:77
+#: src/components/modals/ExpressionPickerSheet.tsx:64
#: src/components/modals/tabs/ChatSettingsTab.tsx:43
#: src/components/modals/tabs/ChatSettingsTab/Inline.tsx:37
#: src/components/modals/utils/settingsConstants.tsx:298
@@ -11504,8 +11582,8 @@ msgstr "Επαλήθευση μέλους"
msgid "Member verification level"
msgstr "Επίπεδο επαλήθευσης μέλους"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:877
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:913
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:909
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:945
#: src/components/modals/guildTabs/GuildMembersTab.tsx:429
#: src/components/modals/shared/AddOverridePopout.tsx:176
#: src/components/modals/utils/guildSettingsConstants.tsx:157
@@ -11536,7 +11614,7 @@ msgstr "Μέλη αφαιρέθηκαν"
msgid "Members receive notifications for every message"
msgstr "Τα μέλη λαμβάνουν ειδοποιήσεις για κάθε μήνυμα"
-#: src/components/modals/InviteModal.tsx:302
+#: src/components/modals/InviteModal.tsx:299
msgid "Members will be removed when they go offline unless a role is assigned"
msgstr "Τα μέλη θα αφαιρούνται όταν αποσυνδεθούν εκτός αν έχει ανατεθεί ρόλος"
@@ -11608,11 +11686,11 @@ msgid "mentions:"
msgstr "αναφορές:"
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:234
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:218
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:220
#: src/components/modals/tabs/ComponentGalleryTab/InputsTab.tsx:164
-#: src/components/modals/UserProfileMobileSheet.tsx:497
-#: src/components/modals/UserProfileModal.tsx:1189
-#: src/components/modals/UserProfileModal.tsx:1311
+#: src/components/modals/UserProfileMobileSheet.tsx:501
+#: src/components/modals/UserProfileModal.tsx:1190
+#: src/components/modals/UserProfileModal.tsx:1316
#: src/components/popouts/UserProfilePopout.tsx:289
#: src/components/popouts/UserProfilePopout.tsx:308
#: src/components/profile/ProfilePreview.tsx:292
@@ -11689,7 +11767,7 @@ msgstr "Ομαδοποίηση μηνυμάτων"
msgid "Message is too long"
msgstr "Το μήνυμα είναι πολύ μεγάλο"
-#: src/components/pages/ReportPage.tsx:837
+#: src/components/pages/report/ReportStepDetails.tsx:107
msgid "Message Link"
msgstr "Σύνδεσμος Μηνύματος"
@@ -11744,7 +11822,7 @@ msgstr "Μηνύματα & Μέσα"
msgid "Messages Deleted"
msgstr "Μηνύματα Διαγράφηκαν"
-#: src/components/channel/Messages.tsx:938
+#: src/components/channel/Messages.tsx:936
msgid "Messages failed to load"
msgstr "Τα μηνύματα απέτυχαν να φορτώσουν"
@@ -11888,22 +11966,21 @@ msgstr "Επιτήρηση"
msgid "Monospace font family"
msgstr "Οικογένεια γραμματοσειράς monospace"
-#: src/components/auth/DateOfBirthField.tsx:87
-#: src/components/auth/DateOfBirthField.tsx:154
+#: src/components/auth/DateOfBirthField.tsx:151
#: src/components/auth/MockMinimalRegisterForm.tsx:68
msgid "Month"
msgstr "Μήνας"
-#: src/components/modals/components/plutonium/PricingSection.tsx:71
+#: src/components/modals/components/plutonium/PricingSection.tsx:78
msgid "Monthly"
msgstr "Μηνιαία"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:63
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:73
msgid "Monthly {monthlyPrice}"
msgstr "Μηνιαίως {monthlyPrice}"
#: src/components/accounts/AccountRow.tsx:178
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:863
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:895
#: src/components/channel/friends/FriendListItem.tsx:229
#: src/components/channel/MessageActionBar.tsx:647
#: src/components/channel/MessageActionBar.tsx:776
@@ -11936,7 +12013,7 @@ msgstr "Περισσότερες θέσεις αυτοκόλλητων"
msgid "Most popular"
msgstr "Πιο δημοφιλές"
-#: src/components/channel/ChannelSearchResults.tsx:225
+#: src/components/channel/ChannelSearchResults.tsx:182
#: src/components/search/SortModeSheet.tsx:53
msgid "Most Relevant"
msgstr "Πιο Σχετικό"
@@ -12015,7 +12092,7 @@ msgstr "Πολύγλωσσο Περιεχόμενο"
msgid "Music Lovers"
msgstr "Λάτρεις της Μουσικής"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:850
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:882
#: src/components/bottomsheets/VoiceLobbyBottomSheet.tsx:179
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:253
#: src/components/layout/UserArea.tsx:213
@@ -12055,7 +12132,7 @@ msgstr "Σίγαση καναλιού"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:400
#: src/components/bottomsheets/ChannelBottomSheet.tsx:452
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1010
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1034
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:171
#: src/components/modals/GuildNotificationSettingsModal.tsx:295
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:168
@@ -12069,9 +12146,9 @@ msgstr "Σίγαση Καναλιού"
msgid "Mute Community"
msgstr "Σίγαση κοινότητας"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1012
-#: src/components/bottomsheets/DMBottomSheet.tsx:449
-#: src/components/bottomsheets/DMBottomSheet.tsx:590
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1036
+#: src/components/bottomsheets/DMBottomSheet.tsx:451
+#: src/components/bottomsheets/DMBottomSheet.tsx:593
msgid "Mute Conversation"
msgstr "Σίγαση συνομιλίας"
@@ -12096,7 +12173,7 @@ msgstr "Σίγαση μελών"
msgid "Mute User"
msgstr "Σίγαση χρήστη"
-#: src/components/layout/guild-list/GuildListItem.tsx:193
+#: src/components/layout/guild-list/GuildListItem.tsx:194
#: src/components/layout/VoiceStateIcons.tsx:53
#: src/components/voice/VoiceParticipantTile.tsx:897
#: src/utils/ContextMenuUtils.tsx:159
@@ -12105,7 +12182,7 @@ msgstr "Σιωπηλό"
#. placeholder {0}: DateUtils.getFormattedDateTime(new Date(muteConfig.end_time))
#. placeholder {0}: getFormattedDateTime(new Date(muteConfig.end_time))
-#: src/components/layout/guild-list/GuildListItem.tsx:191
+#: src/components/layout/guild-list/GuildListItem.tsx:192
#: src/utils/ContextMenuUtils.tsx:157
msgid "Muted until {0}"
msgstr "Σιωπηλό μέχρι {0}"
@@ -12253,7 +12330,7 @@ msgstr "Χρειάζεστε λογαριασμό;"
msgid "Neighborhood Watch"
msgstr "Φύλαξη γειτονιάς"
-#: src/components/pages/ReportPage.tsx:330
+#: src/components/pages/report/optionDescriptors.ts:102
msgid "Netherlands"
msgstr "Κάτω Χώρες"
@@ -12261,9 +12338,9 @@ msgstr "Κάτω Χώρες"
msgid "Network"
msgstr "Δίκτυο"
-#: src/components/modals/components/PlutoniumContent.tsx:145
-#: src/components/modals/components/PlutoniumContent.tsx:271
-#: src/components/modals/tabs/BetaCodesTab.tsx:295
+#: src/components/modals/components/PlutoniumContent.tsx:156
+#: src/components/modals/components/PlutoniumContent.tsx:288
+#: src/components/modals/tabs/BetaCodesTab.tsx:320
#: src/components/modals/tabs/DevicesTab.tsx:229
msgid "Network error"
msgstr "Σφάλμα δικτύου"
@@ -12290,7 +12367,7 @@ msgstr "δεν λήγει ποτέ"
#: src/components/channel/Divider.tsx:51
#: src/components/channel/Divider.tsx:60
#: src/components/channel/UnreadDividerSlot.tsx:45
-#: src/components/layout/GuildsLayout.tsx:285
+#: src/components/layout/GuildsLayout.tsx:283
msgid "New"
msgstr "Νέο"
@@ -12311,7 +12388,7 @@ msgstr "Νέο email"
msgid "New email form"
msgstr "Φόρμα νέου email"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:902
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:934
msgid "New Group"
msgstr "Νέα Ομάδα"
@@ -12334,7 +12411,7 @@ msgid "new-channel"
msgstr "νέο-κανάλι"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:446
-#: src/components/channel/ChannelSearchResults.tsx:223
+#: src/components/channel/ChannelSearchResults.tsx:180
msgid "Newest"
msgstr "Πιο πρόσφατα"
@@ -12394,7 +12471,7 @@ msgstr "Το παρατσούκλι δεν πρέπει να ξεπερνά το
msgid "Nickname updated"
msgstr "Το παρατσούκλι ενημερώθηκε"
-#: src/components/layout/GuildLayout.tsx:392
+#: src/components/layout/GuildLayout.tsx:397
msgid "No accessible channels"
msgstr "Δεν υπάρχουν προσβάσιμα κανάλια"
@@ -12431,7 +12508,7 @@ msgstr "Χωρίς απαγορευμένους χρήστες"
msgid "No bans found matching your search."
msgstr "Δεν βρέθηκαν απαγορεύσεις που να ταιριάζουν στην αναζήτησή σας."
-#: src/components/modals/tabs/BetaCodesTab.tsx:365
+#: src/components/modals/tabs/BetaCodesTab.tsx:390
msgid "No beta codes yet"
msgstr "Δεν υπάρχουν ακόμα κωδικοί beta"
@@ -12471,7 +12548,7 @@ msgstr "Δεν υπάρχουν διαθέσιμα κανάλια"
msgid "No channels found"
msgstr "Δεν βρέθηκαν κανάλια"
-#: src/components/modals/tabs/BetaCodesTab.tsx:275
+#: src/components/modals/tabs/BetaCodesTab.tsx:279
msgid "No codes remaining. Resets {resetString}"
msgstr "Δεν απομένουν κωδικοί. Επαναφορά {resetString}"
@@ -12484,7 +12561,7 @@ msgid "No community banner"
msgstr "Χωρίς πανό κοινότητας"
#: src/components/auth/InviteHeader.tsx:156
-#: src/components/channel/InviteEmbed.tsx:215
+#: src/components/channel/InviteEmbed.tsx:217
#: src/components/modals/InviteAcceptModal.tsx:148
#: src/components/modals/tabs/ExpressionPacksTab.tsx:73
msgid "No description provided."
@@ -12516,7 +12593,7 @@ msgstr "Δεν υπάρχουν ακόμα φίλοι"
msgid "No GIFs found"
msgstr "Δεν βρέθηκαν GIF"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:311
+#: src/components/modals/tabs/GiftInventoryTab.tsx:334
msgid "No gifts yet"
msgstr "Δεν υπάρχουν ακόμα δώρα"
@@ -12656,7 +12733,7 @@ msgid "No results"
msgstr "Χωρίς αποτελέσματα"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:315
-#: src/components/channel/ChannelSearchResults.tsx:709
+#: src/components/channel/ChannelSearchResults.tsx:678
msgid "No Results"
msgstr "Χωρίς Αποτελέσματα"
@@ -12717,7 +12794,7 @@ msgstr "Κανάλι συστήματος μη διαθέσιμο"
msgid "No Timer"
msgstr "Χωρίς χρονοδιακόπτη"
-#: src/components/channel/dm/AddFriendForm.tsx:70
+#: src/components/channel/dm/AddFriendForm.tsx:93
msgid "No user found with that FluxerTag."
msgstr "Δεν βρέθηκε χρήστης με αυτό το FluxerTag."
@@ -12797,7 +12874,7 @@ msgstr "Όχι τώρα"
msgid "Not your cup of tea? You can disable this feature anytime."
msgstr "Δεν είναι του γούστου σου; Μπορείς να απενεργοποιήσεις αυτή τη λειτουργία όποτε θέλεις."
-#: src/components/modals/UserProfileMobileSheet.tsx:549
+#: src/components/modals/UserProfileMobileSheet.tsx:553
#: src/components/modals/UserProfileModal.tsx:244
#: src/components/modals/UserProfileModal.tsx:248
#: src/components/pages/YouPage.tsx:144
@@ -12813,7 +12890,7 @@ msgstr "Σημείωση (ορατή μόνο σε εσένα)"
msgid "nothing"
msgstr "τίποτα"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1387
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1411
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:218
#: src/components/modals/GuildNotificationSettingsModal.tsx:95
#: src/components/modals/GuildNotificationSettingsModal.tsx:226
@@ -12835,8 +12912,8 @@ msgid "Notification Overrides"
msgstr "Παράκαμψη ειδοποιήσεων"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:405
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1160
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1341
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1184
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1365
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:199
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsButton.tsx:59
#: src/components/modals/GuildNotificationSettingsModal.tsx:162
@@ -12904,17 +12981,17 @@ msgstr "Το περιεχόμενο NSFW δεν επιτρέπεται"
msgid "NSFW Gates"
msgstr "Πύλες NSFW"
-#: src/components/pages/ReportPage.tsx:266
+#: src/components/pages/report/optionDescriptors.ts:47
#: src/constants/IARConstants.tsx:52
msgid "NSFW Policy Violation"
msgstr "Παράβαση πολιτικής NSFW"
#. placeholder {0}: formatter.format(visionarySlots.total)
-#: src/components/modals/components/plutonium/VisionarySection.tsx:82
+#: src/components/modals/components/plutonium/VisionarySection.tsx:91
msgid "Numbered badge (1-{0}) showing your Visionary status"
msgstr "Επισημασμένο σήμα (1-{0}) που δείχνει την κατάσταση του Οραματιστή σας"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:83
+#: src/components/modals/components/plutonium/VisionarySection.tsx:92
msgid "Numbered badge showing your Visionary status"
msgstr "Καρφίτσα με αριθμό που δείχνει την κατάσταση Visionary"
@@ -12933,8 +13010,8 @@ msgstr "Αντικείμενα"
msgid "Off"
msgstr "Απενεργοποιημένο"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:281
-#: src/components/channel/ChannelMembers.tsx:137
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:287
+#: src/components/channel/ChannelMembers.tsx:108
#: src/Constants.tsx:134
#: src/utils/MemberListUtils.ts:150
#: src/utils/MemberListUtils.ts:188
@@ -12962,7 +13039,7 @@ msgid "Okay"
msgstr "Εντάξει"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:446
-#: src/components/channel/ChannelSearchResults.tsx:224
+#: src/components/channel/ChannelSearchResults.tsx:181
msgid "Oldest"
msgstr "Παλαιότερο"
@@ -13020,25 +13097,25 @@ msgstr "Ένα ή περισσότερα κανάλια ευρετηριάζον
msgid "one second ago"
msgstr "πριν από ένα δευτερόλεπτο"
-#: src/components/modals/components/plutonium/GiftSection.tsx:71
-#: src/components/modals/components/plutonium/GiftSection.tsx:80
-#: src/components/modals/components/plutonium/PricingSection.tsx:103
-#: src/components/modals/components/plutonium/PricingSection.tsx:112
+#: src/components/modals/components/plutonium/GiftSection.tsx:78
+#: src/components/modals/components/plutonium/GiftSection.tsx:90
+#: src/components/modals/components/plutonium/PricingSection.tsx:118
+#: src/components/modals/components/plutonium/PricingSection.tsx:130
msgid "one-time purchase"
msgstr "εφάπαξ αγορά"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:65
+#: src/components/modals/components/plutonium/VisionarySection.tsx:74
msgid "One-time purchase, lifetime access."
msgstr "Μιας χρήσης αγορά, πρόσβαση για πάντα."
-#: src/components/modals/components/plutonium/GiftSection.tsx:89
-#: src/components/modals/components/plutonium/PricingSection.tsx:90
-#: src/components/modals/components/plutonium/PricingSection.tsx:121
+#: src/components/modals/components/plutonium/GiftSection.tsx:102
+#: src/components/modals/components/plutonium/PricingSection.tsx:103
+#: src/components/modals/components/plutonium/PricingSection.tsx:142
msgid "one-time, lifetime"
msgstr "εφάπαξ, για πάντα"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:281
-#: src/components/channel/ChannelMembers.tsx:135
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:285
+#: src/components/channel/ChannelMembers.tsx:106
#: src/components/channel/dm/DMFriendsView.tsx:168
#: src/components/channel/friends/views/FriendsList.tsx:95
#: src/Constants.tsx:130
@@ -13051,7 +13128,7 @@ msgstr "Συνδεδεμένος"
msgid "Online Status"
msgstr "Κατάσταση σύνδεσης"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1382
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1406
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:212
#: src/components/modals/GuildNotificationSettingsModal.tsx:91
#: src/components/modals/GuildNotificationSettingsModal.tsx:281
@@ -13120,11 +13197,11 @@ msgstr "Άνοιξε το παράθυρο διεκδίκησης λογαρια
msgid "Open color picker"
msgstr "Άνοιξε τον επιλογέα χρώματος"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1398
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1422
msgid "Open Community Notification Settings"
msgstr "Άνοιξε τις ρυθμίσεις ειδοποιήσεων της κοινότητας"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:286
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:322
msgid "Open Customer Portal"
msgstr "Άνοιξε την πύλη πελατών"
@@ -13293,7 +13370,7 @@ msgstr "Επιλογή τρία"
msgid "Option Two"
msgstr "Επιλογή δύο"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:89
+#: src/components/modals/components/plutonium/VisionarySection.tsx:98
msgid "Optional #0000 tag"
msgstr "Προαιρετική ετικέτα #0000"
@@ -13309,7 +13386,7 @@ msgstr "Ή"
msgid "Or copy the link:"
msgstr "Ή αντίγραψε τον σύνδεσμο:"
-#: src/components/modals/InviteModal.tsx:312
+#: src/components/modals/InviteModal.tsx:309
msgid "or send an invite link to a friend:"
msgstr "ή στείλε σύνδεσμο πρόσκλησης σε φίλο:"
@@ -13325,9 +13402,9 @@ msgstr "Το αρχικό μήνυμα δεν φορτώθηκε"
msgid "Original message was deleted"
msgstr "Το αρχικό μήνυμα διαγράφηκε"
-#: src/components/pages/ReportPage.tsx:273
-#: src/components/pages/ReportPage.tsx:287
-#: src/components/pages/ReportPage.tsx:303
+#: src/components/pages/report/optionDescriptors.ts:54
+#: src/components/pages/report/optionDescriptors.ts:65
+#: src/components/pages/report/optionDescriptors.ts:78
#: src/constants/IARConstants.tsx:87
#: src/constants/IARConstants.tsx:139
#: src/constants/IARConstants.tsx:195
@@ -13463,8 +13540,8 @@ msgstr "Τα κλειδιά πρόσβασης απαιτούν υπογεγρα
#: src/components/auth/AuthLoginCore/AuthLoginEmailPasswordForm.tsx:90
#: src/components/auth/AuthRegisterFormCore.tsx:136
#: src/components/auth/AuthRegisterFormCore.tsx:217
-#: src/components/modals/ClaimAccountModal.tsx:168
-#: src/components/modals/ClaimAccountModal.tsx:208
+#: src/components/modals/ClaimAccountModal.tsx:170
+#: src/components/modals/ClaimAccountModal.tsx:210
#: src/components/modals/SudoVerificationModal.tsx:171
#: src/components/modals/SudoVerificationModal.tsx:236
#: src/components/modals/tabs/AccountSecurityTab/AccountTab.tsx:105
@@ -13546,11 +13623,11 @@ msgstr "Άτομα που είναι φίλοι των φίλων σου μπο
msgid "People who are friends with your friends can call you"
msgstr "Άτομα που είναι φίλοι των φίλων σου μπορούν να σε καλέσουν"
-#: src/components/modals/components/plutonium/PricingSection.tsx:73
+#: src/components/modals/components/plutonium/PricingSection.tsx:80
msgid "per month"
msgstr "ανά μήνα"
-#: src/components/modals/components/plutonium/PricingSection.tsx:80
+#: src/components/modals/components/plutonium/PricingSection.tsx:90
msgid "per year"
msgstr "ανά έτος"
@@ -13588,8 +13665,8 @@ msgstr "Επιτρεπόμενες άδειες"
msgid "Personal notes"
msgstr "Προσωπικές σημειώσεις"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:479
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:778
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:493
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:810
#: src/components/channel/channel-header/useChannelHeaderData.ts:84
#: src/components/channel/dm/DMList.tsx:708
#: src/components/channel/dm/DMList.tsx:795
@@ -13662,16 +13739,16 @@ msgid "Pick which phone step to show"
msgstr "Επίλεξε ποιο βήμα τηλεφώνου θες να εμφανιστεί"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:336
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1132
-#: src/components/bottomsheets/DMBottomSheet.tsx:483
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1156
+#: src/components/bottomsheets/DMBottomSheet.tsx:485
#: src/components/channel/dm/DMList.tsx:287
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:153
msgid "Pin DM"
msgstr "Καρφίτσωσε άμεσο μήνυμα"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:295
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1132
-#: src/components/bottomsheets/DMBottomSheet.tsx:483
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1156
+#: src/components/bottomsheets/DMBottomSheet.tsx:485
#: src/components/channel/dm/DMList.tsx:248
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:133
msgid "Pin Group DM"
@@ -13714,20 +13791,20 @@ msgid "Ping: {latency}ms"
msgstr "Ping: {latency}ms"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:219
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:566
-#: src/components/bottomsheets/DMBottomSheet.tsx:147
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:580
+#: src/components/bottomsheets/DMBottomSheet.tsx:149
#: src/components/channel/dm/DMList.tsx:214
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:115
msgid "Pinned DM"
msgstr "Καρφιτσωμένο άμεσο μήνυμα"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:219
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:566
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:580
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:95
msgid "Pinned group"
msgstr "Καρφιτσωμένη ομάδα"
-#: src/components/bottomsheets/DMBottomSheet.tsx:147
+#: src/components/bottomsheets/DMBottomSheet.tsx:149
msgid "Pinned group DM"
msgstr "Καρφωμένη ομαδική άμεση μηνυμάτων"
@@ -13742,7 +13819,7 @@ msgstr "Καρφιτσωμένα μηνύματα"
msgid "pinned:"
msgstr "καρφιτσωμένο:"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:886
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:918
msgid "Pins"
msgstr "Καρφίτσες"
@@ -13789,15 +13866,15 @@ msgstr "Έλεγξε τα εισερχόμενά σου για το email επα
msgid "Please enable Fluxer in System Settings → Privacy & Security → Input Monitoring."
msgstr "Ενεργοποίησε το Fluxer στις Ρυθμίσεις Συστήματος → Απόρρητο & Ασφάλεια → Παρακολούθηση Εισόδου."
-#: src/components/pages/ReportPage.tsx:396
+#: src/components/pages/ReportPage.tsx:211
msgid "Please enter a valid email address."
msgstr "Παρακαλώ εισάγετε μια έγκυρη διεύθυνση email."
-#: src/components/channel/dm/AddFriendForm.tsx:74
+#: src/components/channel/dm/AddFriendForm.tsx:97
msgid "Please enter a valid FluxerTag (Username#0000)."
msgstr "Εισήγαγε ένα έγκυρο FluxerTag (ΌνομαΧρήστη#0000)."
-#: src/components/pages/ReportPage.tsx:509
+#: src/components/pages/ReportPage.tsx:336
msgid "Please enter a valid message link URL."
msgstr "Παρακαλώ εισάγετε ένα έγκυρο URL συνδέσμου μηνύματος."
@@ -13809,26 +13886,22 @@ msgstr "Παρακαλώ εισάγετε ένα API endpoint."
msgid "Please fill out the following fields: {fieldList}"
msgstr "Παρακαλώ συμπληρώστε τα παρακάτω πεδία: {fieldList}"
-#: src/components/pages/ReportPage.tsx:436
+#: src/components/pages/ReportPage.tsx:261
msgid "Please go back and enter a valid email address."
msgstr "Παρακαλώ επιστρέψτε και εισάγετε μια έγκυρη διεύθυνση email."
-#: src/components/pages/ReportPage.tsx:542
+#: src/components/pages/ReportPage.tsx:369
msgid "Please include the community (guild) ID you are reporting."
msgstr "Συμπεριέλαβε το ID της κοινότητας (συντεχνίας) που αναφέρεις."
-#: src/components/pages/ReportPage.tsx:504
+#: src/components/pages/ReportPage.tsx:331
msgid "Please paste the message link you are reporting."
msgstr "Επικόλλησε τον σύνδεσμο του μηνύματος που αναφέρεις."
-#: src/components/pages/ReportPage.tsx:391
+#: src/components/pages/ReportPage.tsx:206
msgid "Please provide an email address."
msgstr "Παρακαλώ δώσε μια διεύθυνση email."
-#: src/components/pages/ReportPage.tsx:801
-msgid "Please provide the details of your report."
-msgstr "Παρακαλώ δώσε λεπτομέρειες σχετικά με την αναφορά σου."
-
#: src/components/modals/tabs/ApplicationsTab/ApplicationDetail.tsx:555
msgid "Please retry or go back to the applications list."
msgstr "Παρακαλώ δοκίμασε ξανά ή επέστρεψε στη λίστα εφαρμογών."
@@ -13837,7 +13910,7 @@ msgstr "Παρακαλώ δοκίμασε ξανά ή επέστρεψε στη
msgid "Please select a violation category"
msgstr "Επίλεξε μια κατηγορία παραβίασης"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:297
+#: src/components/modals/tabs/GiftInventoryTab.tsx:320
msgid "Please try again later."
msgstr "Παρακαλώ δοκίμασε ξανά αργότερα."
@@ -13878,7 +13951,7 @@ msgstr "Απόρρητο σήματος Plutonium"
msgid "Plutonium perks"
msgstr "Προνόμια Plutonium"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:110
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:129
msgid "Plutonium Subscription"
msgstr "Συνδρομή Plutonium"
@@ -13886,7 +13959,7 @@ msgstr "Συνδρομή Plutonium"
msgid "PNG"
msgstr "PNG"
-#: src/components/pages/ReportPage.tsx:331
+#: src/components/pages/report/optionDescriptors.ts:103
msgid "Poland"
msgstr "Πολωνία"
@@ -13903,7 +13976,7 @@ msgstr "δημοσκόπηση"
msgid "Popouts"
msgstr "Αποσπώμενα παράθυρα"
-#: src/components/pages/ReportPage.tsx:332
+#: src/components/pages/report/optionDescriptors.ts:104
msgid "Portugal"
msgstr "Πορτογαλία"
@@ -13943,11 +14016,11 @@ msgstr "Παράκαμψη τύπου Premium"
msgid "Press keys..."
msgstr "Πατήστε πλήκτρα..."
-#: src/components/channel/MessageReactions.tsx:121
+#: src/components/channel/MessageReactions.tsx:120
msgid "press to add reaction"
msgstr "πατήστε για να προσθέσετε αντίδραση"
-#: src/components/channel/MessageReactions.tsx:121
+#: src/components/channel/MessageReactions.tsx:120
msgid "press to remove reaction"
msgstr "πατήστε για να αφαιρέσετε αντίδραση"
@@ -14143,15 +14216,15 @@ msgstr "Προστατέψτε τον λογαριασμό σας με έλεγ
msgid "Provide any additional context that may help our Safety Team..."
msgstr "Δώστε οποιαδήποτε πρόσθετη πληροφορία μπορεί να βοηθήσει την Ομάδα Ασφαλείας μας..."
-#: src/components/pages/ReportPage.tsx:882
+#: src/components/pages/report/ReportStepDetails.tsx:156
msgid "Provide at least a user ID or a user tag."
msgstr "Παρέχετε τουλάχιστον ένα αναγνωριστικό χρήστη ή μια ετικέτα χρήστη."
-#: src/components/pages/ReportPage.tsx:527
+#: src/components/pages/ReportPage.tsx:354
msgid "Provide either a user ID or a FluxerTag for the person you are reporting."
msgstr "Δώστε είτε ένα ID χρήστη είτε ένα FluxerTag για το άτομο που αναφέρετε."
-#: src/components/pages/ReportPage.tsx:478
+#: src/components/pages/ReportPage.tsx:305
msgid "Provide your full legal name for the declaration."
msgstr "Δώστε το πλήρες νομικό σας όνομα για τη δήλωση."
@@ -14163,7 +14236,7 @@ msgstr "Αφαιρεμένα μέλη που είναι ανενεργά για
msgid "Public bot"
msgstr "Δημόσιο bot"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:312
+#: src/components/modals/tabs/GiftInventoryTab.tsx:335
msgid "Purchase a Plutonium gift from the Plutonium tab to share with friends!"
msgstr "Αγοράστε ένα δώρο Plutonium από την καρτέλα Plutonium για να το μοιραστείτε με φίλους!"
@@ -14171,12 +14244,12 @@ msgstr "Αγοράστε ένα δώρο Plutonium από την καρτέλα
msgid "Purchase History"
msgstr "Ιστορικό αγορών"
-#: src/components/modals/components/plutonium/PricingSection.tsx:61
+#: src/components/modals/components/plutonium/PricingSection.tsx:67
msgid "Purchase mode"
msgstr "Λειτουργία αγοράς"
#. placeholder {0}: getFormattedShortDate(new Date(gift.created_at))
-#: src/components/modals/tabs/GiftInventoryTab.tsx:119
+#: src/components/modals/tabs/GiftInventoryTab.tsx:120
msgid "Purchased {0}"
msgstr "Αγοράστηκε {0}"
@@ -14275,7 +14348,7 @@ msgstr "Τα κουμπιά επιλογής επιτρέπουν την επι
msgid "Radio Group"
msgstr "Ομάδα κουμπιών επιλογής"
-#: src/components/pages/ReportPage.tsx:300
+#: src/components/pages/report/optionDescriptors.ts:75
#: src/constants/IARConstants.tsx:180
msgid "Raid Coordination"
msgstr "Συντονισμός επίθεσης"
@@ -14310,7 +14383,7 @@ msgid "Reactions"
msgstr "Αντιδράσεις"
#: src/components/layout/app-layout/nagbars/PremiumExpiredNagbar.tsx:77
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:284
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:320
msgid "Reactivate"
msgstr "Επανενεργοποίηση"
@@ -14323,15 +14396,15 @@ msgstr "Διάβασε το ιστορικό μηνυμάτων"
msgid "Read the community's audit log of changes and moderation actions."
msgstr "Διάβασε το αρχείο ελέγχου της κοινότητας για αλλαγές και ενέργειες διαχείρισης."
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:146
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:160
msgid "Read the Documentation (fluxer.dev)"
msgstr "Διάβασε την τεκμηρίωση (fluxer.dev)"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:52
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:60
msgid "Ready to Buy a Gift?"
msgstr "Έτοιμος να αγοράσεις δώρο;"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:52
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:60
msgid "Ready to Upgrade?"
msgstr "Έτοιμος για αναβάθμιση;"
@@ -14388,11 +14461,11 @@ msgstr "Αποκατάσταση σύνδεσης…"
msgid "Record shortcut"
msgstr "Καταγραφή συντόμευσης"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:269
+#: src/components/modals/tabs/GiftInventoryTab.tsx:292
msgid "Redeem"
msgstr "Εξαργύρωση"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:232
+#: src/components/modals/tabs/GiftInventoryTab.tsx:255
msgid "Redeem a Gift"
msgstr "Εξαργύρωση δώρου"
@@ -14400,40 +14473,40 @@ msgstr "Εξαργύρωση δώρου"
msgid "Redeem Beta Code"
msgstr "Εξαργύρωση κωδικού beta"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:165
+#: src/components/modals/tabs/GiftInventoryTab.tsx:166
msgid "Redeem for Yourself"
msgstr "Εξαργύρωση για σένα"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:255
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:281
msgid "Redeem Gift Code"
msgstr "Εξαργύρωση κωδικού δώρου"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:238
+#: src/components/modals/tabs/GiftInventoryTab.tsx:261
msgid "Redeem gift code form"
msgstr "Φόρμα εξαργύρωσης κωδικού δώρου"
#. placeholder {0}: redeemedBetaCodes.length
-#: src/components/modals/tabs/BetaCodesTab.tsx:349
+#: src/components/modals/tabs/BetaCodesTab.tsx:374
msgid "Redeemed ({0})"
msgstr "Εξαργυρώθηκε ({0})"
#. placeholder {0}: getFormattedShortDate(new Date(gift.redeemed_at!))
-#: src/components/modals/tabs/GiftInventoryTab.tsx:117
+#: src/components/modals/tabs/GiftInventoryTab.tsx:118
msgid "Redeemed {0}"
msgstr "Εξαργυρώθηκε {0}"
#. placeholder {0}: gift.redeemed_by.username
#. placeholder {1}: gift.redeemed_by.discriminator
-#: src/components/modals/tabs/GiftInventoryTab.tsx:153
+#: src/components/modals/tabs/GiftInventoryTab.tsx:154
msgid "Redeemed by {0}#{1}"
msgstr "Εξαργυρώθηκε από {0}#{1}"
-#: src/components/modals/tabs/BetaCodesTab.tsx:54
+#: src/components/modals/tabs/BetaCodesTab.tsx:56
msgid "Redeemer"
msgstr "Εξαργυρωτής"
-#: src/components/modals/tabs/BetaCodesTab.tsx:111
-#: src/components/modals/tabs/BetaCodesTab.tsx:188
+#: src/components/modals/tabs/BetaCodesTab.tsx:113
+#: src/components/modals/tabs/BetaCodesTab.tsx:190
msgid "Redeemer:"
msgstr "Εξαργυρωτής:"
@@ -14526,7 +14599,7 @@ msgstr "Κανονικό κουμπί"
msgid "Regular button clicked!"
msgstr "Πατήθηκε το κανονικό κουμπί!"
-#: src/components/channel/channel-view/DMChannelView.tsx:298
+#: src/components/channel/channel-view/DMChannelView.tsx:299
#: src/components/voice/IncomingCallUI.tsx:310
msgid "Reject"
msgstr "Απόρριψη"
@@ -14624,19 +14697,19 @@ msgstr "Αφαίρεση ήχου εισόδου"
msgid "Remove filter"
msgstr "Αφαίρεση φίλτρου"
-#: src/components/bottomsheets/DMBottomSheet.tsx:508
-#: src/components/channel/dm/DMWelcomeSection.tsx:132
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:144
+#: src/components/bottomsheets/DMBottomSheet.tsx:510
+#: src/components/channel/dm/DMWelcomeSection.tsx:144
#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:146
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:253
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:148
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:255
#: src/components/modals/UserProfileActionsSheet.tsx:115
#: src/components/modals/UserProfileActionsSheet.tsx:117
#: src/components/modals/UserProfileActionsSheet.tsx:278
-#: src/components/modals/UserProfileMobileSheet.tsx:302
-#: src/components/modals/UserProfileMobileSheet.tsx:304
+#: src/components/modals/UserProfileMobileSheet.tsx:303
+#: src/components/modals/UserProfileMobileSheet.tsx:305
#: src/components/modals/UserProfileModal.tsx:1143
-#: src/components/modals/UserProfileModal.tsx:1228
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:108
+#: src/components/modals/UserProfileModal.tsx:1229
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:129
#: src/utils/RelationshipActionUtils.tsx:113
#: src/utils/RelationshipActionUtils.tsx:115
msgid "Remove Friend"
@@ -14654,8 +14727,8 @@ msgid "Remove from favorites"
msgstr "Κατάργηση από τα αγαπημένα"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:370
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1103
-#: src/components/bottomsheets/DMBottomSheet.tsx:400
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1127
+#: src/components/bottomsheets/DMBottomSheet.tsx:402
#: src/components/channel/ChannelHeader.tsx:547
#: src/components/channel/ChannelHeader.tsx:595
#: src/components/channel/ChannelHeader.tsx:600
@@ -14720,7 +14793,7 @@ msgstr "Αφαίρεση spoiler"
msgid "Remove sticker"
msgstr "Αφαίρεση αυτοκόλλητου"
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:285
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:288
#: src/components/modals/RemoveTimeoutModal.tsx:61
#: src/components/modals/RemoveTimeoutModal.tsx:75
#: src/components/modals/TimeoutMemberSheet.tsx:101
@@ -14763,11 +14836,11 @@ msgid "Removed from bookmarks"
msgstr "Αφαιρέθηκε από τους σελιδοδείκτες"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:115
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:541
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:555
msgid "Removed from favorites"
msgstr "Αφαιρέθηκε από τα αγαπημένα"
-#: src/components/bottomsheets/DMBottomSheet.tsx:126
+#: src/components/bottomsheets/DMBottomSheet.tsx:128
msgid "Removed from Favorites"
msgstr "Αφαιρέθηκε από τα Αγαπημένα"
@@ -14891,7 +14964,7 @@ msgstr "Η κοινότητα μετονομάστηκε σε {0}."
msgid "Render all your messages as unknown message type"
msgstr "Απόδοση όλων των μηνυμάτων σας ως άγνωστος τύπος μηνύματος"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:234
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:253
msgid "Renews on <0>{renewalDate}0>."
msgstr "Ανανεώνεται στις <0>{renewalDate}0>."
@@ -14932,15 +15005,15 @@ msgstr "Απάντηση"
msgid "Replying to <0>{authorNickname}0>"
msgstr "Απάντηση στον/στην <0>{authorNickname}0>"
-#: src/components/pages/ReportPage.tsx:249
+#: src/components/pages/report/optionDescriptors.ts:38
msgid "Report a Community"
msgstr "Αναφορά κοινότητας"
-#: src/components/pages/ReportPage.tsx:247
+#: src/components/pages/report/optionDescriptors.ts:36
msgid "Report a Message"
msgstr "Αναφορά μηνύματος"
-#: src/components/pages/ReportPage.tsx:248
+#: src/components/pages/report/optionDescriptors.ts:37
msgid "Report a User Profile"
msgstr "Αναφορά προφίλ χρήστη"
@@ -14949,12 +15022,12 @@ msgstr "Αναφορά προφίλ χρήστη"
msgid "Report Community"
msgstr "Αναφορά κοινότητας"
-#: src/components/pages/ReportPage.tsx:801
-msgid "Report Details"
+#: src/components/pages/report/ReportStepDetails.tsx:74
+msgid "Report details"
msgstr "Λεπτομέρειες αναφοράς"
-#: src/components/pages/ReportPage.tsx:241
-#: src/components/pages/ReportPage.tsx:612
+#: src/components/pages/report/ReportStepSelection.tsx:41
+#: src/components/pages/ReportPage.tsx:60
msgid "Report Illegal Content"
msgstr "Αναφορά παράνομου περιεχομένου"
@@ -14963,33 +15036,24 @@ msgstr "Αναφορά παράνομου περιεχομένου"
msgid "Report Message"
msgstr "Αναφορά μηνύματος"
-#: src/components/pages/ReportPage.tsx:588
-msgid "Report Submitted"
-msgstr "Αναφορά υποβλήθηκε"
+#: src/components/pages/report/ReportStepComplete.tsx:36
+msgid "Report submitted"
+msgstr "Η αναφορά υποβλήθηκε"
#: src/components/modals/IARModal.tsx:128
msgid "Report submitted successfully. Our Safety Team will review it shortly."
msgstr "Η αναφορά υποβλήθηκε με επιτυχία. Η Ομάδα Ασφαλείας θα την εξετάσει σύντομα."
-#: src/components/pages/ReportPage.tsx:624
-msgid "Report Type"
-msgstr "Τύπος αναφοράς"
-
#: src/components/modals/IARModal.tsx:84
#: src/components/modals/UserProfileActionsSheet.tsx:289
#: src/components/modals/UserProfileModal.tsx:1157
msgid "Report User"
msgstr "Αναφορά χρήστη"
-#: src/components/pages/ReportPage.tsx:852
+#: src/components/pages/report/ReportStepDetails.tsx:123
msgid "Reported User Tag (optional)"
msgstr "Ετικέτα αναφερόμενου χρήστη (προαιρετικό)"
-#: src/components/pages/ReportPage.tsx:644
-#: src/components/pages/ReportPage.tsx:804
-msgid "Reporting:"
-msgstr "Αναφορά:"
-
#: src/components/modals/tabs/PrivacySafetyTab/DataExportTab.tsx:48
#: src/components/modals/tabs/PrivacySafetyTab/DataExportTab.tsx:125
msgid "Request Data Export"
@@ -15050,7 +15114,7 @@ msgstr "Απαιτεί Plutonium"
msgid "Reschedule Message"
msgstr "Επαναπρογραμματισμός μηνύματος"
-#: src/components/modals/ClaimAccountModal.tsx:222
+#: src/components/modals/ClaimAccountModal.tsx:224
#: src/components/modals/EmailChangeModal.tsx:230
#: src/components/modals/EmailChangeModal.tsx:294
msgid "Resend"
@@ -15064,7 +15128,11 @@ msgstr "Αποστολή ξανά ({newSecondsRemaining}s)"
msgid "Resend ({originalSecondsRemaining}s)"
msgstr "Αποστολή ξανά ({originalSecondsRemaining}s)"
-#: src/components/modals/ClaimAccountModal.tsx:222
+#: src/components/pages/report/ReportStepVerification.tsx:114
+msgid "Resend ({resendCooldownSeconds}s)"
+msgstr "Αποστολή ξανά ({resendCooldownSeconds}s)"
+
+#: src/components/modals/ClaimAccountModal.tsx:224
msgid "Resend ({resendSecondsRemaining}s)"
msgstr "Αποστολή ξανά ({resendSecondsRemaining}s)"
@@ -15072,7 +15140,7 @@ msgstr "Αποστολή ξανά ({resendSecondsRemaining}s)"
msgid "Resend Button Loading"
msgstr "Φόρτωση κουμπιού επαναποστολής"
-#: src/components/pages/ReportPage.tsx:761
+#: src/components/pages/report/ReportStepVerification.tsx:116
msgid "Resend code"
msgstr "Αναστείλτε τον κωδικό"
@@ -15097,7 +15165,7 @@ msgid "Resent"
msgstr "Εστάλη ξανά"
#: src/components/keybinds/KeybindRecorder.tsx:215
-#: src/components/modals/components/MobileSettingsView.tsx:128
+#: src/components/modals/components/MobileSettingsView.tsx:123
#: src/components/modals/components/SettingsModalHeader.tsx:81
#: src/components/modals/ImageCropModal.tsx:977
#: src/components/modals/tabs/KeybindsTab.tsx:154
@@ -15173,8 +15241,8 @@ msgstr "Επαναφορά πλήρους οθόνης"
msgid "Restore maximized"
msgstr "Επαναφορά σε μεγιστοποιημένο"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:280
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:282
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:316
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:318
msgid "Resubscribe"
msgstr "Επανασυνδρομή"
@@ -15189,11 +15257,11 @@ msgstr "Επανασυνδρομή"
#: src/components/modals/guildTabs/GuildStickersTab.tsx:211
#: src/components/modals/guildTabs/GuildWebhooksTab.tsx:137
#: src/components/modals/tabs/ApplicationsTab/ApplicationDetail.tsx:559
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:108
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:112
#: src/components/modals/tabs/AuthorizedAppsTab.tsx:121
-#: src/components/modals/tabs/BetaCodesTab.tsx:301
+#: src/components/modals/tabs/BetaCodesTab.tsx:326
#: src/components/modals/tabs/DevicesTab.tsx:231
-#: src/components/modals/tabs/GiftInventoryTab.tsx:300
+#: src/components/modals/tabs/GiftInventoryTab.tsx:323
msgid "Retry"
msgstr "Επανάληψη"
@@ -15244,8 +15312,8 @@ msgstr "Επιθεωρήστε τι ζητά αυτή η εφαρμογή πρι
#: src/components/invites/InviteListItem.tsx:217
#: src/components/modals/GroupInvitesBottomSheet.tsx:78
#: src/components/modals/GroupInvitesModal.tsx:76
-#: src/components/modals/tabs/BetaCodesTab.tsx:143
-#: src/components/modals/tabs/BetaCodesTab.tsx:220
+#: src/components/modals/tabs/BetaCodesTab.tsx:145
+#: src/components/modals/tabs/BetaCodesTab.tsx:222
msgid "Revoke"
msgstr "Ανάκληση"
@@ -15369,7 +15437,7 @@ msgstr "Ρόλοι και άδειες"
msgid "Roles updated successfully"
msgstr "Οι ρόλοι ενημερώθηκαν με επιτυχία"
-#: src/components/pages/ReportPage.tsx:333
+#: src/components/pages/report/optionDescriptors.ts:105
msgid "Romania"
msgstr "Ρουμανία"
@@ -15423,7 +15491,7 @@ msgstr "Κορεσμός"
#: src/components/modals/AddFavoriteMemeModal.tsx:102
#: src/components/modals/AttachmentEditModal.tsx:90
#: src/components/modals/BaseChangeNicknameModal.tsx:115
-#: src/components/modals/components/MobileSettingsView.tsx:131
+#: src/components/modals/components/MobileSettingsView.tsx:126
#: src/components/modals/CustomStatusBottomSheet.tsx:231
#: src/components/modals/CustomStatusModal.tsx:362
#: src/components/modals/EditFavoriteMemeModal.tsx:88
@@ -15438,9 +15506,9 @@ msgstr "Κορεσμός"
msgid "Save"
msgstr "Αποθήκευση"
-#: src/components/modals/components/plutonium/GiftSection.tsx:72
-#: src/components/modals/components/plutonium/PricingSection.tsx:81
-#: src/components/modals/components/plutonium/PricingSection.tsx:104
+#: src/components/modals/components/plutonium/GiftSection.tsx:79
+#: src/components/modals/components/plutonium/PricingSection.tsx:91
+#: src/components/modals/components/plutonium/PricingSection.tsx:119
msgid "Save 17%"
msgstr "Εξοικονόμηση 17%"
@@ -15600,8 +15668,8 @@ msgstr "Κύλιση συνομιλίας προς τα κάτω"
msgid "Scroll Chat Up"
msgstr "Κύλιση συνομιλίας προς τα πάνω"
-#: src/components/modals/components/plutonium/GiftSection.tsx:103
-#: src/components/modals/components/plutonium/PricingSection.tsx:138
+#: src/components/modals/components/plutonium/GiftSection.tsx:117
+#: src/components/modals/components/plutonium/PricingSection.tsx:160
msgid "Scroll down to view all the sweet perks you get with Plutonium"
msgstr "Κύλησε προς τα κάτω για να δεις όλα τα υπέροχα προνόμια του Plutonium"
@@ -15613,11 +15681,11 @@ msgstr "Κύλησε προς τα κάτω το ιστορικό συνομιλ
msgid "Scroll the chat history up"
msgstr "Κύλησε προς τα πάνω το ιστορικό συνομιλίας"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:857
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:889
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:400
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:460
#: src/components/channel/ChannelHeader.tsx:586
-#: src/components/channel/shared/PickerSearchInput.tsx:204
+#: src/components/channel/shared/PickerSearchInput.tsx:203
#: src/components/modals/tabs/ComponentGalleryTab/InputsTab.tsx:126
#: src/stores/KeybindStore.ts:414
#: src/utils/quick-switcher/QuickSwitcherModalUtils.tsx:86
@@ -15674,7 +15742,7 @@ msgstr "Αναζήτηση καναλιών, ανθρώπων ή κοινοτή
#: src/components/common/FriendSelector.tsx:196
#: src/components/modals/AddFriendsToGroupModal.tsx:53
#: src/components/modals/CreateDMModal.tsx:68
-#: src/components/modals/InviteModal.tsx:237
+#: src/components/modals/InviteModal.tsx:248
#: src/components/modals/shared/RecipientList.tsx:177
#: src/components/modals/ShareThemeModal.tsx:144
msgid "Search friends"
@@ -15718,7 +15786,7 @@ msgstr "Αναζήτηση εκκρεμών αιτημάτων"
msgid "Search Permissions..."
msgstr "Αναζήτηση δικαιωμάτων..."
-#: src/components/channel/ChannelSearchResults.tsx:321
+#: src/components/channel/ChannelSearchResults.tsx:278
#: src/components/modals/components/DesktopSettingsView.tsx:360
msgid "Search Results"
msgstr "Αποτελέσματα αναζήτησης"
@@ -15737,7 +15805,7 @@ msgid "Search scope"
msgstr "Πεδίο αναζήτησης"
#. placeholder {0}: activeScopeOption.label
-#: src/components/channel/ChannelSearchResults.tsx:1052
+#: src/components/channel/ChannelSearchResults.tsx:1031
#: src/components/channel/MessageSearchBar/MessageSearchBar.tsx:378
msgid "Search scope: {0}"
msgstr "Πεδίο αναζήτησης: {0}"
@@ -15767,7 +15835,7 @@ msgstr "Αναζήτηση χρηστών"
msgid "Search within the current view"
msgstr "Αναζήτηση μέσα στην τρέχουσα προβολή"
-#: src/components/channel/ChannelSearchResults.tsx:319
+#: src/components/channel/ChannelSearchResults.tsx:276
msgid "Searching..."
msgstr "Αναζήτηση..."
@@ -15848,9 +15916,9 @@ msgstr "Δείτε πώς φαίνεται η πρόσκλησή σας στου
msgid "Select"
msgstr "Επιλογή"
-#: src/components/pages/ReportPage.tsx:261
-#: src/components/pages/ReportPage.tsx:280
-#: src/components/pages/ReportPage.tsx:294
+#: src/components/pages/report/optionDescriptors.ts:42
+#: src/components/pages/report/optionDescriptors.ts:58
+#: src/components/pages/report/optionDescriptors.ts:69
msgid "Select a category"
msgstr "Επιλέξτε μια κατηγορία"
@@ -15871,7 +15939,7 @@ msgstr "Επιλέξτε μια Κοινότητα"
msgid "Select a community where you have <0>Manage Community0> permissions."
msgstr "Επιλέξτε μια κοινότητα όπου έχετε άδεια <0>Διαχείριση Κοινότητας0>."
-#: src/components/pages/ReportPage.tsx:310
+#: src/components/pages/report/optionDescriptors.ts:82
msgid "Select a country"
msgstr "Επιλέξτε μια χώρα"
@@ -15887,7 +15955,7 @@ msgstr "Επιλέξτε ένα σενάριο για εφαρμογή..."
msgid "Select a verification method."
msgstr "Επιλέξτε μια μέθοδο επαλήθευσης."
-#: src/components/pages/ReportPage.tsx:473
+#: src/components/pages/ReportPage.tsx:300
msgid "Select a violation category."
msgstr "Επιλέξτε μια κατηγορία παράβασης."
@@ -15958,11 +16026,15 @@ msgstr "Επιλέξτε οθόνη ή παράθυρο"
msgid "Select the account you want to sign in with on the desktop app."
msgstr "Επιλέξτε τον λογαριασμό με τον οποίο θέλετε να συνδεθείτε στην επιτραπέζια εφαρμογή."
+#: src/components/pages/report/ReportStepSelection.tsx:44
+msgid "Select what you want to report."
+msgstr "Επιλέξτε τι θέλετε να αναφέρετε."
+
#: src/components/modals/utils/settingsSearchIndex.ts:460
msgid "Select your camera"
msgstr "Επιλέξτε την κάμερά σας"
-#: src/components/pages/ReportPage.tsx:483
+#: src/components/pages/ReportPage.tsx:310
msgid "Select your country of residence."
msgstr "Επιλέξτε τη χώρα κατοικίας σας."
@@ -15986,7 +16058,7 @@ msgstr "Επιλογή..."
msgid "Selections"
msgstr "Επιλογές"
-#: src/components/pages/ReportPage.tsx:269
+#: src/components/pages/report/optionDescriptors.ts:50
#: src/constants/IARConstants.tsx:67
msgid "Self-Harm or Suicide"
msgstr "Αυτοτραυματισμός ή αυτοκτονία"
@@ -16035,7 +16107,7 @@ msgstr "Στείλτε μήνυμα ενέργειας (περιβάλλεται
msgid "Send an SMS code first."
msgstr "Στείλτε πρώτα κωδικό SMS."
-#: src/components/modals/ClaimAccountModal.tsx:182
+#: src/components/modals/ClaimAccountModal.tsx:184
#: src/components/modals/EmailChangeModal.tsx:265
#: src/components/modals/PhoneAddModal.tsx:206
msgid "Send code"
@@ -16045,9 +16117,9 @@ msgstr "Αποστολή κώδικα"
msgid "Send Code"
msgstr "Αποστολή κώδικα"
-#: src/components/channel/dm/DMWelcomeSection.tsx:109
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:269
-#: src/components/modals/UserProfileModal.tsx:1288
+#: src/components/channel/dm/DMWelcomeSection.tsx:112
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:272
+#: src/components/modals/UserProfileModal.tsx:1290
msgid "Send Friend Request"
msgstr "Αποστολή αιτήματος φιλίας"
@@ -16073,7 +16145,7 @@ msgstr "Αποστολή μηνυμάτων"
msgid "Send Messages"
msgstr "Αποστολή μηνυμάτων"
-#: src/components/channel/dm/AddFriendForm.tsx:119
+#: src/components/channel/dm/AddFriendForm.tsx:142
msgid "Send Request"
msgstr "Αποστολή αιτήματος"
@@ -16097,11 +16169,11 @@ msgstr "Αποστολή μηνυμάτων κειμένου σε ομιλία."
msgid "Send TTS Messages"
msgstr "Αποστολή μηνυμάτων TTS"
-#: src/components/pages/ReportPage.tsx:676
+#: src/components/pages/report/ReportStepEmail.tsx:92
msgid "Send Verification Code"
msgstr "Αποστολή κωδικού επαλήθευσης"
-#: src/components/modals/InviteModal.tsx:258
+#: src/components/modals/InviteModal.tsx:268
#: src/components/modals/shared/RecipientList.tsx:223
#: src/components/modals/ShareThemeModal.tsx:162
msgid "Sent"
@@ -16128,7 +16200,7 @@ msgstr "Η συνεδρία έληξε. Συνδεθείτε ξανά."
msgid "Set a custom invite URL for your community."
msgstr "Ορίστε προσαρμοσμένο URL πρόσκλησης για την κοινότητά σας."
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:401
+#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:361
#: src/components/modals/StatusChangeBottomSheet.tsx:171
#: src/components/popouts/UserAreaPopout.tsx:444
msgid "Set a custom status"
@@ -16336,7 +16408,7 @@ msgid "Set your timezone"
msgstr "Ορίστε τη ζώνη ώρας σας"
#: src/components/bottomsheets/VoiceLobbyBottomSheet.tsx:220
-#: src/components/modals/components/MobileSettingsView.tsx:531
+#: src/components/modals/components/MobileSettingsView.tsx:485
#: src/components/modals/tabs/ComponentGalleryTab/ButtonsTab.tsx:150
#: src/components/modals/tabs/ComponentGalleryTab/ButtonsTab.tsx:221
#: src/components/modals/tabs/ComponentGalleryTab/index.tsx:94
@@ -16383,7 +16455,11 @@ msgstr "Ενέργεια κοινοποίησης!"
msgid "Share Audio"
msgstr "Κοινοποίηση ήχου"
-#: src/components/modals/components/plutonium/GiftSection.tsx:63
+#: src/components/pages/report/ReportStepDetails.tsx:77
+msgid "Share only what's needed to help our team assess the content."
+msgstr "Μοιραστείτε μόνο ό,τι είναι απαραίτητο για να βοηθήσετε την ομάδα μας να αξιολογήσει το περιεχόμενο."
+
+#: src/components/modals/components/plutonium/GiftSection.tsx:69
msgid "Share the Plutonium experience with your friends by purchasing a gift subscription."
msgstr "Μοιραστείτε την εμπειρία Plutonium με τους φίλους σας αγοράζοντας μια συνδρομή δώρου."
@@ -16417,7 +16493,7 @@ msgstr "Κοινοποιήστε το θέμα σας"
msgid "Shared theme"
msgstr "Κοινοποιημένο θέμα"
-#: src/components/pages/ReportPage.tsx:268
+#: src/components/pages/report/optionDescriptors.ts:49
#: src/constants/IARConstants.tsx:62
msgid "Sharing Personal Information"
msgstr "Κοινοποίηση προσωπικών πληροφοριών"
@@ -16797,11 +16873,11 @@ msgstr "Ρυθμιστικό με τιμές βημάτων"
msgid "Sliders"
msgstr "Ρυθμιστικά"
-#: src/components/pages/ReportPage.tsx:334
+#: src/components/pages/report/optionDescriptors.ts:106
msgid "Slovakia"
msgstr "Σλοβακία"
-#: src/components/pages/ReportPage.tsx:335
+#: src/components/pages/report/optionDescriptors.ts:107
msgid "Slovenia"
msgstr "Σλοβενία"
@@ -16952,7 +17028,8 @@ msgstr "Κάτι πήγε στραβά και η εφαρμογή κατέρρε
msgid "Something went wrong while loading the audit log."
msgstr "Κάτι πήγε στραβά κατά τη φόρτωση του αρχείου ελέγχου."
-#: src/components/pages/ReportPage.tsx:563
+#: src/components/pages/ReportPage.tsx:103
+#: src/components/pages/ReportPage.tsx:395
msgid "Something went wrong while submitting the report. Please try again."
msgstr "Κάτι πήγε στραβά κατά την υποβολή της αναφοράς. Δοκίμασε ξανά."
@@ -16969,7 +17046,7 @@ msgid "Sort"
msgstr "Ταξινόμηση"
#. placeholder {0}: activeSortOption.label
-#: src/components/channel/ChannelSearchResults.tsx:1063
+#: src/components/channel/ChannelSearchResults.tsx:1042
msgid "Sort mode: {0}"
msgstr "Λειτουργία ταξινόμησης: {0}"
@@ -17008,21 +17085,21 @@ msgstr "Χώρος μεταξύ ομάδων μηνυμάτων"
msgid "Spacious layout with clear visual separation between messages."
msgstr "Χωρητική διάταξη με ξεκάθαρο οπτικό διαχωρισμό μεταξύ των μηνυμάτων."
-#: src/components/pages/ReportPage.tsx:336
+#: src/components/pages/report/optionDescriptors.ts:108
msgid "Spain"
msgstr "Ισπανία"
-#: src/components/pages/ReportPage.tsx:283
+#: src/components/pages/report/optionDescriptors.ts:61
#: src/constants/IARConstants.tsx:119
msgid "Spam Account"
msgstr "Λογαριασμός spam"
-#: src/components/pages/ReportPage.tsx:265
+#: src/components/pages/report/optionDescriptors.ts:46
#: src/constants/IARConstants.tsx:47
msgid "Spam or Scam"
msgstr "Ανεπιθύμητο ή απάτη"
-#: src/components/pages/ReportPage.tsx:301
+#: src/components/pages/report/optionDescriptors.ts:76
#: src/constants/IARConstants.tsx:185
msgid "Spam or Scam Community"
msgstr "Κοινότητα ανεπιθύμητων ή απάτης"
@@ -17141,9 +17218,9 @@ msgstr "Ξεκίνα να δημιουργείς ένα προσαρμοσμέν
msgid "Start Mic Test"
msgstr "Ξεκίνα δοκιμή μικροφώνου"
-#: src/components/pages/ReportPage.tsx:687
-#: src/components/pages/ReportPage.tsx:771
-#: src/components/pages/ReportPage.tsx:964
+#: src/components/pages/report/ReportStepDetails.tsx:252
+#: src/components/pages/report/ReportStepEmail.tsx:103
+#: src/components/pages/report/ReportStepVerification.tsx:132
msgid "Start over"
msgstr "Ξεκίνα από την αρχή"
@@ -17151,13 +17228,13 @@ msgstr "Ξεκίνα από την αρχή"
msgid "Start Sharing"
msgstr "Ξεκίνα κοινή χρήση"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:122
+#: src/components/channel/ChannelHeader/CallButtons.tsx:160
#: src/components/modals/UserProfileModal.tsx:1109
#: src/components/uikit/ContextMenu/items/CallMenuItems.tsx:91
msgid "Start Video Call"
msgstr "Ξεκίνα βιντεοκλήση"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:70
+#: src/components/channel/ChannelHeader/CallButtons.tsx:90
#: src/components/modals/UserProfileModal.tsx:1100
#: src/components/uikit/ContextMenu/items/CallMenuItems.tsx:60
msgid "Start Voice Call"
@@ -17182,9 +17259,21 @@ msgstr "Δείκτες κατάστασης"
msgid "Status Slate"
msgstr "Κάρτα κατάστασης"
-#: src/components/pages/ReportPage.tsx:574
-msgid "Step {stepNumber} of {FLOW_TOTAL_STEPS}"
-msgstr "Βήμα {stepNumber} από {FLOW_TOTAL_STEPS}"
+#: src/components/pages/report/ReportStepSelection.tsx:38
+msgid "Step 1"
+msgstr "Βήμα 1"
+
+#: src/components/pages/report/ReportStepEmail.tsx:51
+msgid "Step 2"
+msgstr "Βήμα 2"
+
+#: src/components/pages/report/ReportStepVerification.tsx:61
+msgid "Step 3"
+msgstr "Βήμα 3"
+
+#: src/components/pages/report/ReportStepDetails.tsx:71
+msgid "Step 4"
+msgstr "Βήμα 4"
#: src/utils/SystemMessageUtils.tsx:45
msgid "Step in, {username}! No paradoxes here; we're all friends."
@@ -17229,7 +17318,7 @@ msgid "Sticker density"
msgstr "Πυκνότητα αυτοκόλλητων"
#: src/components/auth/InviteHeader.tsx:140
-#: src/components/channel/InviteEmbed.tsx:197
+#: src/components/channel/InviteEmbed.tsx:199
#: src/components/modals/InviteAcceptModal.tsx:142
#: src/components/modals/tabs/ExpressionPacksTab.tsx:70
msgid "Sticker pack"
@@ -17261,7 +17350,7 @@ msgstr "Το αυτοκόλλητο ενημερώθηκε"
#: src/components/channel/AutocompleteEmoji.tsx:111
#: src/components/channel/textarea/TextareaButtons.tsx:134
-#: src/components/modals/ExpressionPickerSheet.tsx:86
+#: src/components/modals/ExpressionPickerSheet.tsx:73
#: src/components/popouts/ExpressionPickerPopout.tsx:79
msgid "Stickers"
msgstr "Αυτοκόλλητα"
@@ -17330,11 +17419,11 @@ msgstr "Αίθουσα μελέτης"
msgid "Style Variations"
msgstr "Παραλλαγές στυλ"
-#: src/components/pages/ReportPage.tsx:601
+#: src/components/pages/report/ReportStepComplete.tsx:41
msgid "Submit another report"
msgstr "Υποβάλετε άλλη αναφορά"
-#: src/components/pages/ReportPage.tsx:958
+#: src/components/pages/report/ReportStepDetails.tsx:240
msgid "Submit DSA Report"
msgstr "Υποβολή αναφοράς DSA"
@@ -17346,7 +17435,7 @@ msgstr "Υποβολή αναφοράς"
msgid "Submitting"
msgstr "Υποβολή"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:53
+#: src/components/modals/components/plutonium/VisionarySection.tsx:58
msgid "subscription"
msgstr "συνδρομή"
@@ -17464,7 +17553,7 @@ msgstr "Απόκρυψη ενσωματωμένων"
msgid "Swap text to reverify variants"
msgstr "Ανταλλαγή κειμένου για επαλήθευση παραλλαγών"
-#: src/components/pages/ReportPage.tsx:337
+#: src/components/pages/report/optionDescriptors.ts:109
msgid "Sweden"
msgstr "Σουηδία"
@@ -17476,7 +17565,7 @@ msgstr "Σουηδικά"
msgid "Switch account"
msgstr "Αλλαγή λογαριασμού"
-#: src/components/popouts/UserAreaPopout.tsx:497
+#: src/components/popouts/UserAreaPopout.tsx:499
msgid "Switch Accounts"
msgstr "Εναλλαγή λογαριασμών"
@@ -17649,8 +17738,8 @@ msgstr "Κείμενο (ακατάλληλο)"
msgid "Text channel"
msgstr "Κανάλι κειμένου"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:473
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:662
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:487
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:676
#: src/components/channel/channel-header/useChannelHeaderData.ts:96
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:314
msgid "Text Channel"
@@ -17677,19 +17766,19 @@ msgstr "Περιοχή κειμένου"
msgid "Thai"
msgstr "Ταϊλανδικά"
-#: src/components/pages/ReportPage.tsx:589
-msgid "Thank you for filing a report. We'll review it as soon as possible."
-msgstr "Ευχαριστούμε που υποβάλατε μια αναφορά. Θα την εξετάσουμε το συντομότερο δυνατόν."
-
#: src/components/modals/IARModal.tsx:187
msgid "Thank you for helping keep Fluxer safe. Reports are reviewed by our Safety Team. False reports may result in action against your account."
msgstr "Ευχαριστούμε που βοηθάτε να παραμείνει ασφαλές το Fluxer. Οι αναφορές ελέγχονται από την Ομάδα Ασφαλείας. Ψευδείς αναφορές μπορεί να οδηγήσουν σε ενέργειες κατά του λογαριασμού σας."
+#: src/components/pages/report/ReportStepComplete.tsx:37
+msgid "Thank you for helping keep Fluxer safe. We'll review your report as soon as possible."
+msgstr "Σας ευχαριστούμε που βοηθάτε να διατηρήσουμε το Fluxer ασφαλές. Θα εξετάσουμε την αναφορά σας το συντομότερο δυνατό."
+
#: src/components/form/ColorPickerField.tsx:274
msgid "That doesn't look like a valid color. Try hex, rgb(), hsl(), or a CSS color name."
msgstr "Αυτό δεν μοιάζει με έγκυρο χρώμα. Δοκιμάστε hex, rgb(), hsl() ή ένα όνομα χρώματος CSS."
-#: src/components/pages/ReportPage.tsx:846
+#: src/components/pages/report/ReportStepDetails.tsx:117
msgid "That doesn't look like a valid URL."
msgstr "Αυτό δεν φαίνεται να είναι έγκυρη διεύθυνση URL."
@@ -17733,8 +17822,8 @@ msgstr "Το bot προστέθηκε."
msgid "The channel you're looking for may have been deleted or you may not have access to it."
msgstr "Το κανάλι που ψάχνετε ίσως έχει διαγραφεί ή δεν έχετε πρόσβαση σε αυτό."
-#: src/components/layout/GuildLayout.tsx:308
-#: src/components/layout/GuildLayout.tsx:371
+#: src/components/layout/GuildLayout.tsx:313
+#: src/components/layout/GuildLayout.tsx:376
msgid "The community you're looking for may have been deleted or you may not have access to it."
msgstr "Η κοινότητα που ψάχνετε ίσως έχει διαγραφεί ή δεν έχετε πρόσβαση σε αυτή."
@@ -17795,7 +17884,7 @@ msgstr "Ο χρόνος λήξης δεν μπορεί να υπερβαίνει
msgid "The URL this link channel points to."
msgstr "Η διεύθυνση URL στην οποία δείχνει αυτό το κανάλι συνδέσμου."
-#: src/components/pages/ReportPage.tsx:452
+#: src/components/pages/ReportPage.tsx:277
msgid "The verification code is invalid or expired."
msgstr "Ο κωδικός επαλήθευσης δεν είναι έγκυρος ή έχει λήξει."
@@ -17869,7 +17958,7 @@ msgstr "Αυτές οι ρυθμίσεις χρησιμοποιούν την ε
msgid "These toggles force the client to treat features as enabled or disabled without relying on the server configuration. They only affect your client experience and are shown to developers for testing."
msgstr "Αυτοί οι διακόπτες αναγκάζουν τον πελάτη να θεωρήσει τις λειτουργίες ενεργοποιημένες ή απενεργοποιημένες χωρίς να βασίζεται στη διαμόρφωση του διακομιστή. Επηρεάζουν μόνο την εμπειρία σας και εμφανίζονται στους προγραμματιστές για δοκιμές."
-#: src/components/channel/channel-view/DMChannelView.tsx:356
+#: src/components/channel/channel-view/DMChannelView.tsx:357
msgid "They might have taken the DeLorean elsewhere."
msgstr "Ίσως πήραν τη DeLorean αλλού."
@@ -17877,7 +17966,7 @@ msgstr "Ίσως πήραν τη DeLorean αλλού."
msgid "they/them"
msgstr "αυτοί/αυτές"
-#: src/components/channel/channel-view/DMChannelView.tsx:342
+#: src/components/channel/channel-view/DMChannelView.tsx:343
msgid "Think, McFly! Did you type the right address?"
msgstr "Σκέψου, McFly! Πληκτρολόγησες τη σωστή διεύθυνση;"
@@ -17979,7 +18068,7 @@ msgstr "Αυτή η κοινότητα έχει προσωρινά απενερ
msgid "This community requires you to verify your account before joining. Please set an email and password for your account."
msgstr "Αυτή η κοινότητα απαιτεί επαλήθευση του λογαριασμού πριν συμμετάσχετε. Ορίστε ένα email και κωδικό για τον λογαριασμό σας."
-#: src/components/channel/channel-view/DMChannelView.tsx:339
+#: src/components/channel/channel-view/DMChannelView.tsx:340
msgid "This conversation has been erased"
msgstr "Αυτή η συνομιλία έχει διαγραφεί"
@@ -18008,8 +18097,8 @@ msgstr "Αυτός ο κωδικός δώρου έχει ήδη εξαργυρω
msgid "This gift code has already been redeemed."
msgstr "Αυτός ο κωδικός δώρου έχει ήδη εξαργυρωθεί."
-#: src/components/channel/GiftEmbed.tsx:148
-#: src/components/modals/GiftAcceptModal.tsx:92
+#: src/components/channel/GiftEmbed.tsx:159
+#: src/components/modals/GiftAcceptModal.tsx:99
msgid "This gift code is invalid or already claimed."
msgstr "Αυτός ο κωδικός δώρου δεν είναι έγκυρος ή έχει ήδη εξαργυρωθεί."
@@ -18022,11 +18111,11 @@ msgstr "Αυτός ο κωδικός δώρου δεν είναι έγκυρος
msgid "This gift code may be invalid, expired, or already redeemed."
msgstr "Αυτός ο κωδικός δώρου μπορεί να μην είναι έγκυρος, να έχει λήξει ή να έχει ήδη εξαργυρωθεί."
-#: src/components/modals/GiftAcceptModal.tsx:118
+#: src/components/modals/GiftAcceptModal.tsx:125
msgid "This gift has already been claimed."
msgstr "Αυτό το δώρο έχει ήδη εξαργυρωθεί."
-#: src/components/modals/tabs/GiftInventoryTab.tsx:157
+#: src/components/modals/tabs/GiftInventoryTab.tsx:158
msgid "This gift has been redeemed"
msgstr "Αυτό το δώρο έχει εξαργυρωθεί"
@@ -18044,7 +18133,7 @@ msgstr "Αυτή η πρόσκληση λήγει σε {0}."
msgid "This invite has unlimited uses."
msgstr "Αυτή η πρόσκληση έχει απεριόριστες χρήσεις."
-#: src/components/modals/InviteModal.tsx:321
+#: src/components/modals/InviteModal.tsx:318
msgid "This invite link never expires."
msgstr "Αυτός ο σύνδεσμος πρόσκλησης δεν λήγει ποτέ."
@@ -18059,23 +18148,19 @@ msgstr "Αυτή η πρόσκληση ίσως έχει λήξει ή διαγ
msgid "This invite never expires."
msgstr "Αυτή η πρόσκληση δεν λήγει ποτέ."
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:170
-#: src/components/emojis/EmojiInfoContent.tsx:79
+#: src/components/emojis/EmojiAttributionSubtext.tsx:130
msgid "This is a custom emoji from"
msgstr "Αυτό είναι ένα προσαρμοσμένο emoji από"
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:160
-#: src/components/emojis/EmojiInfoContent.tsx:68
+#: src/components/emojis/EmojiAttributionSubtext.tsx:121
msgid "This is a custom emoji from a community."
msgstr "Αυτό είναι ένα προσαρμοσμένο emoji από μια κοινότητα."
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:150
-#: src/components/emojis/EmojiInfoContent.tsx:56
+#: src/components/emojis/EmojiAttributionSubtext.tsx:111
msgid "This is a custom emoji from a community. Ask the author for an invite to use this emoji."
msgstr "Αυτό είναι ένα προσαρμοσμένο emoji από μια κοινότητα. Ζητήστε πρόσκληση από τον δημιουργό για να το χρησιμοποιήσετε."
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:138
-#: src/components/emojis/EmojiInfoContent.tsx:43
+#: src/components/emojis/EmojiAttributionSubtext.tsx:101
msgid "This is a default emoji on Fluxer."
msgstr "Αυτό είναι ένα προεπιλεγμένο emoji στο Fluxer."
@@ -18095,8 +18180,8 @@ msgstr "Έτσι εμφανίζονται τα μηνύματα"
msgid "This is not the channel you're looking for."
msgstr "Αυτό δεν είναι το κανάλι που ψάχνετε."
-#: src/components/layout/GuildLayout.tsx:307
-#: src/components/layout/GuildLayout.tsx:370
+#: src/components/layout/GuildLayout.tsx:312
+#: src/components/layout/GuildLayout.tsx:375
msgid "This is not the community you're looking for."
msgstr "Αυτή δεν είναι η κοινότητα που ψάχνετε."
@@ -18113,7 +18198,7 @@ msgid "This is the beginning of <0>{displayName}0>. Add friends to start a con
msgstr "Αυτή είναι η αρχή του <0>{displayName}0>. Προσθέστε φίλους για να ξεκινήσετε μια συνομιλία!"
#. placeholder {0}: user.username
-#: src/components/channel/dm/DMWelcomeSection.tsx:182
+#: src/components/channel/dm/DMWelcomeSection.tsx:194
msgid "This is the beginning of your direct message history with <0>{0}0>."
msgstr "Αυτή είναι η αρχή του ιστορικού άμεσων μηνυμάτων σας με τον <0>{0}0>."
@@ -18194,7 +18279,7 @@ msgstr "Αυτός ο σύνδεσμος θέματος δεν έχει δεδο
msgid "This theme may have been removed or the link is invalid."
msgstr "Αυτό το θέμα μπορεί να έχει αφαιρεθεί ή ο σύνδεσμος να είναι άκυρος."
-#: src/components/channel/dm/AddFriendForm.tsx:62
+#: src/components/channel/dm/AddFriendForm.tsx:85
msgid "This user has restricted who can send them friend requests."
msgstr "Αυτός ο χρήστης έχει περιορίσει ποιος μπορεί να του στείλει αιτήματα φίλων."
@@ -18216,8 +18301,8 @@ msgid "This was a @silent message."
msgstr "Αυτό ήταν ένα @silent μήνυμα."
#: src/actions/MessageActionCreators.tsx:392
-#: src/components/channel/Messages.tsx:442
-#: src/components/channel/Messages.tsx:522
+#: src/components/channel/Messages.tsx:440
+#: src/components/channel/Messages.tsx:520
msgid "This will create a rift in the space-time continuum and cannot be undone."
msgstr "Αυτό θα δημιουργήσει ένα ρήγμα στο χωροχρονικό συνεχές και δεν μπορεί να αναιρεθεί."
@@ -18283,7 +18368,7 @@ msgstr "Χρόνος: {currentFormatted} από {durationFormatted}"
msgid "Timed out until {0}."
msgstr "Αναμονή έως {0}."
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:285
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:288
#: src/components/modals/TimeoutMemberModal.tsx:207
#: src/components/modals/TimeoutMemberSheet.tsx:90
#: src/components/uikit/ContextMenu/items/GuildMemberMenuItems.tsx:272
@@ -18570,7 +18655,7 @@ msgstr "αληθές ή ψευδές"
msgid "Try a different name or use @ / # / ! / * prefixes to filter results."
msgstr "Δοκιμάστε διαφορετικό όνομα ή χρησιμοποιήστε προθέματα @ / # / ! / * για να φιλτράρετε τα αποτελέσματα."
-#: src/components/channel/ChannelSearchResults.tsx:710
+#: src/components/channel/ChannelSearchResults.tsx:679
msgid "Try a different search query"
msgstr "Δοκιμάστε διαφορετικό ερώτημα αναζήτησης"
@@ -18585,13 +18670,13 @@ msgid "Try a different search term or filter"
msgstr "Δοκιμάστε διαφορετικό όρο αναζήτησης ή φίλτρο"
#: src/components/auth/HandoffCodeDisplay.tsx:67
-#: src/components/channel/Messages.tsx:939
+#: src/components/channel/Messages.tsx:937
msgid "Try again"
msgstr "Δοκιμάστε ξανά"
#: src/components/BootstrapErrorScreen.tsx:68
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:301
-#: src/components/channel/ChannelSearchResults.tsx:694
+#: src/components/channel/ChannelSearchResults.tsx:663
#: src/components/modals/channelTabs/ChannelInvitesTab.tsx:148
#: src/components/modals/channelTabs/ChannelWebhooksTab.tsx:159
#: src/components/NetworkErrorScreen.tsx:56
@@ -18612,7 +18697,7 @@ msgstr "Δοκιμάστε άλλο όνομα ή ελέγξτε την ορθο
msgid "Try another search term"
msgstr "Δοκιμάστε άλλο όρο αναζήτησης"
-#: src/components/channel/InviteEmbed.tsx:359
+#: src/components/channel/InviteEmbed.tsx:361
msgid "Try asking for a new invite."
msgstr "Δοκιμάστε να ζητήσετε νέα πρόσκληση."
@@ -18802,7 +18887,7 @@ msgstr "Δεν είναι δυνατή η εγκατάσταση πακέτου
msgid "Unable to load activity logs"
msgstr "Δεν είναι δυνατή η φόρτωση αρχείων δραστηριότητας"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:104
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:108
msgid "Unable to load applications"
msgstr "Δεν είναι δυνατή η φόρτωση εφαρμογών"
@@ -18814,7 +18899,7 @@ msgstr "Δεν είναι δυνατή η φόρτωση πληροφοριών
msgid "Unable to prepare any emojis for upload. The following errors occurred:"
msgstr "Δεν ήταν δυνατή η προετοιμασία emoji για μεταφόρτωση. Παρουσιάστηκαν τα ακόλουθα σφάλματα:"
-#: src/components/modals/ClaimAccountModal.tsx:125
+#: src/components/modals/ClaimAccountModal.tsx:127
#: src/components/modals/EmailChangeModal.tsx:122
#: src/components/modals/EmailChangeModal.tsx:152
msgid "Unable to resend code right now"
@@ -18824,7 +18909,7 @@ msgstr "Δεν είναι δυνατή η επαναποστολή του κωδ
msgid "Unable to send code to new email"
msgstr "Δεν είναι δυνατή η αποστολή του κωδικού στο νέο email"
-#: src/components/channel/dm/AddFriendForm.tsx:76
+#: src/components/channel/dm/AddFriendForm.tsx:99
msgid "Unable to send friend request. Please try again."
msgstr "Δεν είναι δυνατή η αποστολή αιτήματος φιλίας. Δοκιμάστε ξανά."
@@ -18844,17 +18929,17 @@ msgstr "Μη διαθέσιμο για όλους"
msgid "Unavailable for everyone but staff"
msgstr "Μη διαθέσιμο για όλους εκτός προσωπικού"
-#: src/components/bottomsheets/DMBottomSheet.tsx:532
+#: src/components/bottomsheets/DMBottomSheet.tsx:535
#: src/components/channel/barriers/BarrierComponents.tsx:221
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:180
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:335
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:182
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:338
#: src/components/modals/tabs/BlockedUsersTab.tsx:58
#: src/components/modals/tabs/BlockedUsersTab.tsx:171
#: src/components/modals/UserProfileActionsSheet.tsx:151
#: src/components/modals/UserProfileActionsSheet.tsx:305
-#: src/components/modals/UserProfileMobileSheet.tsx:320
+#: src/components/modals/UserProfileMobileSheet.tsx:321
#: src/components/modals/UserProfileModal.tsx:1049
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:209
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:230
#: src/utils/RelationshipActionUtils.tsx:169
msgid "Unblock"
msgstr "Κατάργηση αποκλεισμού"
@@ -18863,11 +18948,11 @@ msgstr "Κατάργηση αποκλεισμού"
msgid "Unblock this user before sending a friend request."
msgstr "Καταργήστε πρώτα τον αποκλεισμό αυτού του χρήστη πριν στείλετε αίτημα φιλίας."
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:178
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:180
#: src/components/modals/tabs/BlockedUsersTab.tsx:56
#: src/components/modals/UserProfileActionsSheet.tsx:149
-#: src/components/modals/UserProfileMobileSheet.tsx:318
-#: src/components/modals/UserProfileModal.tsx:1243
+#: src/components/modals/UserProfileMobileSheet.tsx:319
+#: src/components/modals/UserProfileModal.tsx:1244
#: src/utils/RelationshipActionUtils.tsx:167
msgid "Unblock User"
msgstr "Κατάργηση αποκλεισμού χρήστη"
@@ -18878,17 +18963,17 @@ msgstr "Κατάργηση αποκλεισμού χρήστη"
msgid "Uncategorized"
msgstr "Χωρίς κατηγορία"
-#: src/components/modals/tabs/BetaCodesTab.tsx:127
-#: src/components/modals/tabs/BetaCodesTab.tsx:204
+#: src/components/modals/tabs/BetaCodesTab.tsx:129
+#: src/components/modals/tabs/BetaCodesTab.tsx:206
msgid "Unclaimed"
msgstr "Ανεξαργύρωτο"
#. placeholder {0}: unclaimedBetaCodes.length
-#: src/components/modals/tabs/BetaCodesTab.tsx:333
+#: src/components/modals/tabs/BetaCodesTab.tsx:358
msgid "Unclaimed ({0})"
msgstr "Ανεξαργύρωτο ({0})"
-#: src/components/modals/components/UnclaimedAccountAlert.tsx:31
+#: src/components/modals/components/UnclaimedAccountAlert.tsx:29
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:51
msgid "Unclaimed Account"
msgstr "Ανεξαργύρωτος λογαριασμός"
@@ -18922,7 +19007,7 @@ msgstr "Αποκατάσταση ήχου σε όλες τις συσκευές"
msgid "Undeafen User"
msgstr "Αποκατάσταση ήχου χρήστη"
-#: src/components/pages/ReportPage.tsx:285
+#: src/components/pages/report/optionDescriptors.ts:63
#: src/constants/IARConstants.tsx:129
msgid "Underage User"
msgstr "Ανήλικος χρήστης"
@@ -18981,7 +19066,7 @@ msgstr "Απομάκρυνση εστίασης"
msgid "Unique invite"
msgstr "Μοναδική πρόσκληση"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:79
+#: src/components/modals/components/plutonium/VisionarySection.tsx:88
msgid "Unique profile badge"
msgstr "Μοναδική σήμανση προφίλ"
@@ -19035,12 +19120,12 @@ msgstr "άγνωστη οντότητα"
msgid "Unknown error"
msgstr "Άγνωστο σφάλμα"
-#: src/components/channel/GiftEmbed.tsx:147
-#: src/components/modals/GiftAcceptModal.tsx:91
+#: src/components/channel/GiftEmbed.tsx:158
+#: src/components/modals/GiftAcceptModal.tsx:98
msgid "Unknown Gift"
msgstr "Άγνωστο δώρο"
-#: src/components/channel/InviteEmbed.tsx:357
+#: src/components/channel/InviteEmbed.tsx:359
msgid "Unknown Invite"
msgstr "Άγνωστη πρόσκληση"
@@ -19113,7 +19198,7 @@ msgstr "Ξεκλειδώστε κοινή χρήση οθόνης σε HD με
msgid "Unlock HD Video with Plutonium"
msgstr "Ξεκλειδώστε βίντεο HD με το Plutonium"
-#: src/components/modals/components/PlutoniumContent.tsx:185
+#: src/components/modals/components/PlutoniumContent.tsx:196
msgid "Unlock higher limits and exclusive features while supporting an independent communication platform."
msgstr "Ξεκλειδώστε ανώτερα όρια και αποκλειστικές λειτουργίες ενώ υποστηρίζετε μια ανεξάρτητη πλατφόρμα επικοινωνίας."
@@ -19126,9 +19211,9 @@ msgid "Unlock stickers in DMs with Plutonium"
msgstr "Ξεκλειδώστε αυτοκόλλητα στις προσωπικές συνομιλίες με το Plutonium"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:467
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:850
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1044
-#: src/components/bottomsheets/DMBottomSheet.tsx:645
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:882
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1068
+#: src/components/bottomsheets/DMBottomSheet.tsx:648
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:321
#: src/components/bottomsheets/VoiceLobbyBottomSheet.tsx:179
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:253
@@ -19154,7 +19239,7 @@ msgstr "Κατάργηση σίγασης κατηγορίας"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:400
#: src/components/bottomsheets/ChannelBottomSheet.tsx:452
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1005
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1029
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:167
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:161
msgid "Unmute Channel"
@@ -19167,9 +19252,9 @@ msgstr "Κατάργηση σίγασης καναλιού"
msgid "Unmute Community"
msgstr "Κατάργηση σίγασης κοινότητας"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1007
-#: src/components/bottomsheets/DMBottomSheet.tsx:449
-#: src/components/bottomsheets/DMBottomSheet.tsx:590
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1031
+#: src/components/bottomsheets/DMBottomSheet.tsx:451
+#: src/components/bottomsheets/DMBottomSheet.tsx:593
msgid "Unmute Conversation"
msgstr "Κατάργηση σίγασης συνομιλίας"
@@ -19200,16 +19285,16 @@ msgid "Unnamed Group"
msgstr "Ανώνυμη ομάδα"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:331
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1126
-#: src/components/bottomsheets/DMBottomSheet.tsx:478
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1150
+#: src/components/bottomsheets/DMBottomSheet.tsx:480
#: src/components/channel/dm/DMList.tsx:282
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:149
msgid "Unpin DM"
msgstr "Ξεκαρφίτσωμα προσωπικής συνομιλίας"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:290
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1126
-#: src/components/bottomsheets/DMBottomSheet.tsx:478
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1150
+#: src/components/bottomsheets/DMBottomSheet.tsx:480
#: src/components/channel/dm/DMList.tsx:243
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:129
msgid "Unpin Group DM"
@@ -19231,20 +19316,20 @@ msgid "Unpin Message"
msgstr "Ξεκαρφίτσωμα μηνύματος"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:232
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:583
-#: src/components/bottomsheets/DMBottomSheet.tsx:164
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:597
+#: src/components/bottomsheets/DMBottomSheet.tsx:166
#: src/components/channel/dm/DMList.tsx:224
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:132
msgid "Unpinned DM"
msgstr "Ξεκαρφιτσωμένη προσωπική συνομιλία"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:232
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:583
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:597
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:112
msgid "Unpinned group"
msgstr "Ξεκαρφιτσωμένη ομάδα"
-#: src/components/bottomsheets/DMBottomSheet.tsx:164
+#: src/components/bottomsheets/DMBottomSheet.tsx:166
msgid "Unpinned group DM"
msgstr "Απεγκατεστημένο ομαδικό DM"
@@ -19279,7 +19364,7 @@ msgstr "Επαναφορά ενσωματώσεων"
msgid "Until I change it"
msgstr "Μέχρι να το αλλάξω"
-#: src/components/bottomsheets/DMBottomSheet.tsx:664
+#: src/components/bottomsheets/DMBottomSheet.tsx:667
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:334
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:57
#: src/components/channel/muteOptions.ts:39
@@ -19305,7 +19390,7 @@ msgstr "Ενημέρωση"
msgid "Update app"
msgstr "Ενημέρωση εφαρμογής"
-#: src/components/modals/components/MobileSettingsView.tsx:244
+#: src/components/modals/components/MobileSettingsView.tsx:239
msgid "Update Service Worker"
msgstr "Ενημέρωση Service Worker"
@@ -19402,7 +19487,7 @@ msgstr "Ενημέρωση αγαπημένων…"
msgid "Updating..."
msgstr "Ενημέρωση…"
-#: src/components/modals/components/plutonium/PricingSection.tsx:84
+#: src/components/modals/components/plutonium/PricingSection.tsx:94
msgid "Upgrade Now"
msgstr "Αναβάθμιση τώρα"
@@ -19415,18 +19500,19 @@ msgstr "Αναβάθμιση σε Plutonium"
msgid "Upgrade to store up to 15 custom backgrounds and unlock HD video quality, higher frame rates, and more."
msgstr "Αναβαθμίστε για να αποθηκεύσετε έως 15 προσαρμοσμένα φόντα και να ξεκλειδώσετε ποιότητα βίντεο HD, υψηλότερους ρυθμούς καρέ και περισσότερα."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:265
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:316
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:297
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:357
msgid "Upgrade to Visionary"
msgstr "Αναβάθμιση σε Visionary"
#. placeholder {0}: formatter.format(visionarySlots.remaining)
-#: src/components/modals/components/plutonium/VisionarySection.tsx:109
+#: src/components/modals/components/plutonium/VisionarySection.tsx:122
+#: src/components/modals/components/plutonium/VisionarySection.tsx:134
msgid "Upgrade to Visionary — {0} Left"
msgstr "Αναβάθμιση σε Visionary — απομένουν {0}"
#. placeholder {0}: isGiftSubscription ? 'gift time' : 'subscription'
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:243
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:262
msgid "Upgrading to Visionary is a <0>one-time0> purchase and will <1>cancel your current {0} immediately1>."
msgstr "Η αναβάθμιση σε Visionary είναι μία <0>εφάπαξ0> αγορά και θα <1>ακυρώσει αμέσως την τρέχουσα {0}1>."
@@ -19674,10 +19760,6 @@ msgstr "Χρησιμοποιήστε αυτούς τους κωδικούς γι
msgid "Use this button to quickly clear all permissions."
msgstr "Χρησιμοποιήστε αυτό το κουμπί για γρήγορη εκκαθάριση όλων των αδειών."
-#: src/components/pages/ReportPage.tsx:613
-msgid "Use this form to report illegal content under the Digital Services Act (DSA). Select what you want to report."
-msgstr "Χρησιμοποιήστε αυτή τη φόρμα για να αναφέρετε παράνομο περιεχόμενο σύμφωνα με τον Νόμο για τις Ψηφιακές Υπηρεσίες (DSA). Επιλέξτε τι θέλετε να αναφέρετε."
-
#: src/components/modals/tabs/KeybindsTab.tsx:101
msgid "Use this shortcut system-wide"
msgstr "Χρήση αυτού του συντομευτικού σε όλο το σύστημα"
@@ -19708,19 +19790,19 @@ msgstr "Ο χρήστης φαίνεται να είναι κάτω των 13 ε
msgid "User Debug"
msgstr "Αποσφαλμάτωση χρήστη"
-#: src/components/channel/channel-view/DMChannelView.tsx:353
+#: src/components/channel/channel-view/DMChannelView.tsx:354
msgid "User has vanished"
msgstr "Ο χρήστης εξαφανίστηκε"
-#: src/components/pages/ReportPage.tsx:865
+#: src/components/pages/report/ReportStepDetails.tsx:137
msgid "User ID (optional)"
msgstr "Αναγνωριστικό χρήστη (προαιρετικό)"
-#: src/components/bottomsheets/DMBottomSheet.tsx:376
+#: src/components/bottomsheets/DMBottomSheet.tsx:378
msgid "User ID copied"
msgstr "Το αναγνωριστικό χρήστη αντιγράφηκε"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:652
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:666
msgid "User ID copied to clipboard"
msgstr "Το αναγνωριστικό χρήστη αντιγράφηκε στο πρόχειρο"
@@ -19765,7 +19847,7 @@ msgstr "Αρχείο χρήστη"
msgid "User Settings"
msgstr "Ρυθμίσεις χρήστη"
-#: src/components/pages/ReportPage.tsx:873
+#: src/components/pages/report/ReportStepDetails.tsx:146
msgid "User Tag (optional)"
msgstr "Ετικέτα χρήστη (προαιρετικό)"
@@ -19805,7 +19887,7 @@ msgstr "Το όνομα χρήστη πρέπει να έχει τουλάχισ
msgid "Username must be at most 32 characters"
msgstr "Το όνομα χρήστη πρέπει να έχει το πολύ 32 χαρακτήρες"
-#: src/components/channel/dm/AddFriendForm.tsx:130
+#: src/components/channel/dm/AddFriendForm.tsx:153
msgid "Username#0000"
msgstr "Όνομα χρήστη#0000"
@@ -19904,7 +19986,7 @@ msgstr "Τα προσαρμοσμένα URL πρέπει να έχουν από
msgid "Verification Barriers"
msgstr "Φραγμοί επαλήθευσης"
-#: src/components/modals/ClaimAccountModal.tsx:199
+#: src/components/modals/ClaimAccountModal.tsx:201
#: src/components/modals/EmailChangeModal.tsx:218
#: src/components/modals/EmailChangeModal.tsx:282
#: src/components/modals/PhoneAddModal.tsx:224
@@ -19912,11 +19994,11 @@ msgstr "Φραγμοί επαλήθευσης"
msgid "Verification code"
msgstr "Κωδικός επαλήθευσης"
-#: src/components/pages/ReportPage.tsx:719
+#: src/components/pages/report/ReportStepVerification.tsx:86
msgid "Verification Code"
msgstr "Κωδικός Επαλήθευσης"
-#: src/components/modals/ClaimAccountModal.tsx:88
+#: src/components/modals/ClaimAccountModal.tsx:90
msgid "Verification code sent"
msgstr "Ο κωδικός επαλήθευσης εστάλη"
@@ -19937,10 +20019,9 @@ msgstr "Μπορεί να απαιτείται επαλήθευση πριν δ
#: src/components/auth/AuthPageHeader.tsx:49
#: src/components/auth/InviteHeader.tsx:81
#: src/components/auth/InviteHeader.tsx:226
-#: src/components/channel/InviteEmbed.tsx:285
-#: src/components/channel/InviteEmbed.tsx:428
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:178
-#: src/components/emojis/EmojiInfoContent.tsx:87
+#: src/components/channel/InviteEmbed.tsx:287
+#: src/components/channel/InviteEmbed.tsx:430
+#: src/components/emojis/EmojiAttributionSubtext.tsx:143
#: src/components/layout/GuildHeader.tsx:132
msgid "Verified Community"
msgstr "Επαληθευμένη κοινότητα"
@@ -19955,7 +20036,7 @@ msgstr "Επαληθευμένη συντεχνία"
msgid "Verify"
msgstr "Επαλήθευση"
-#: src/components/pages/ReportPage.tsx:740
+#: src/components/pages/report/ReportStepVerification.tsx:102
msgid "Verify Code"
msgstr "Επαλήθευση κωδικού"
@@ -19980,6 +20061,10 @@ msgstr "Φόρμα επαλήθευσης τηλεφωνικού αριθμού"
msgid "Verify You're Human"
msgstr "Επαληθεύστε ότι είστε άνθρωπος"
+#: src/components/pages/report/ReportStepEmail.tsx:54
+msgid "Verify your email"
+msgstr "Επαληθεύστε το email σας"
+
#: src/components/modals/SudoVerificationModal.tsx:359
msgid "Verify your identity"
msgstr "Επαληθεύστε την ταυτότητά σας"
@@ -20012,7 +20097,7 @@ msgid "Video"
msgstr "Βίντεο"
#: src/components/channel/ChannelHeader.tsx:572
-#: src/components/modals/UserProfileMobileSheet.tsx:515
+#: src/components/modals/UserProfileMobileSheet.tsx:519
msgid "Video Call"
msgstr "Βιντεοκλήση"
@@ -20097,7 +20182,7 @@ msgstr "Προβολή κωδικών αντιγράφου ασφαλείας"
msgid "View backup codes form"
msgstr "Φόρμα προβολής κωδικών αντιγράφου ασφαλείας"
-#: src/components/channel/channel-view/DMChannelView.tsx:282
+#: src/components/channel/channel-view/DMChannelView.tsx:283
msgid "View call"
msgstr "Προβολή κλήσης"
@@ -20138,7 +20223,7 @@ msgstr "Προβολή αποθέματος δώρων"
msgid "View Global Profile"
msgstr "Προβολή παγκόσμιου προφίλ"
-#: src/components/channel/channel-view/DMChannelView.tsx:282
+#: src/components/channel/channel-view/DMChannelView.tsx:283
msgid "View incoming call"
msgstr "Προβολή εισερχόμενης κλήσης"
@@ -20158,10 +20243,10 @@ msgstr "Προβολή premium δυνατοτήτων"
msgid "View premium perks"
msgstr "Προβολή premium προνομίων"
-#: src/components/bottomsheets/DMBottomSheet.tsx:411
+#: src/components/bottomsheets/DMBottomSheet.tsx:413
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:226
#: src/components/channel/friends/MobileFriendRequestItem.tsx:87
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:210
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:212
#: src/components/modals/tabs/BlockedUsersTab.tsx:87
#: src/components/uikit/ContextMenu/items/UserProfileMenuItem.tsx:43
msgid "View Profile"
@@ -20191,7 +20276,7 @@ msgstr "Θεατής εισέρχεται στη ροή"
msgid "Viewer Leaves Stream"
msgstr "Θεατής αποχωρεί από τη ροή"
-#: src/components/pages/ReportPage.tsx:827
+#: src/components/pages/report/ReportStepDetails.tsx:96
msgid "Violation Category"
msgstr "Κατηγορία παράβασης"
@@ -20199,7 +20284,7 @@ msgstr "Κατηγορία παράβασης"
msgid "Violation category selection"
msgstr "Επιλογή κατηγορίας παράβασης"
-#: src/components/pages/ReportPage.tsx:264
+#: src/components/pages/report/optionDescriptors.ts:45
#: src/constants/IARConstants.tsx:42
msgid "Violent or Graphic Content"
msgstr "Βίαιο ή γραφικό περιεχόμενο"
@@ -20212,9 +20297,9 @@ msgstr "Φωνή VIP"
msgid "Visible Buttons"
msgstr "Ορατά κουμπιά"
-#: src/components/modals/components/plutonium/PricingSection.tsx:88
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:110
-#: src/components/modals/components/plutonium/VisionarySection.tsx:58
+#: src/components/modals/components/plutonium/PricingSection.tsx:101
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:129
+#: src/components/modals/components/plutonium/VisionarySection.tsx:67
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:154
#: src/utils/modals/guildTabs/GuildAuditLogTabUtils.ts:274
msgid "Visionary"
@@ -20228,25 +20313,25 @@ msgstr "Visionary (Διάρκειας ζωής #42)"
msgid "Visionary (Lifetime Plutonium)"
msgstr "Visionary (Διάρκειας ζωής Plutonium)"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:80
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:111
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:95
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:134
msgid "Visionary {visionaryPrice}"
msgstr "Visionary {visionaryPrice}"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:96
+#: src/components/modals/components/plutonium/VisionarySection.tsx:105
msgid "Visionary community with direct team access"
msgstr "Κοινότητα Visionary με άμεση πρόσβαση στην ομάδα"
-#: src/components/modals/components/plutonium/GiftSection.tsx:87
-#: src/components/modals/components/plutonium/PricingSection.tsx:119
+#: src/components/modals/components/plutonium/GiftSection.tsx:100
+#: src/components/modals/components/plutonium/PricingSection.tsx:140
msgid "Visionary Gift"
msgstr "Δώρο Visionary"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:109
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:132
msgid "Visionary Gift Sold Out"
msgstr "Το δώρο Visionary εξαντλήθηκε"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:80
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:95
msgid "Visionary Sold Out"
msgstr "Visionary εξαντλήθηκε"
@@ -20281,15 +20366,15 @@ msgstr "Ρυθμίσεις Φωνής & Βίντεο"
msgid "Voice Activity"
msgstr "Δραστηριότητα Φωνής"
-#: src/components/channel/channel-view/DMChannelView.tsx:277
+#: src/components/channel/channel-view/DMChannelView.tsx:278
#: src/components/voice/VoiceCallView.tsx:466
msgid "Voice call"
msgstr "Κλήση φωνής"
-#: src/components/bottomsheets/DMBottomSheet.tsx:419
+#: src/components/bottomsheets/DMBottomSheet.tsx:421
#: src/components/channel/ChannelHeader.tsx:562
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:225
-#: src/components/modals/UserProfileMobileSheet.tsx:507
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:227
+#: src/components/modals/UserProfileMobileSheet.tsx:511
msgid "Voice Call"
msgstr "Κλήση Φωνής"
@@ -20306,8 +20391,8 @@ msgstr "Κλήσεις Φωνής"
msgid "Voice channel"
msgstr "Φωνητικό κανάλι"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:475
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:662
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:489
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:676
#: src/components/channel/channel-header/useChannelHeaderData.ts:100
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:314
msgid "Voice Channel"
@@ -20488,8 +20573,8 @@ msgstr "Στείλαμε ένα σύνδεσμο με email για να εξου
msgid "We failed to retrieve the full information about this user at this time."
msgstr "Δεν καταφέραμε να ανακτήσουμε όλες τις πληροφορίες για αυτόν τον χρήστη αυτή τη στιγμή."
-#: src/components/layout/GuildLayout.tsx:302
-#: src/components/layout/GuildLayout.tsx:349
+#: src/components/layout/GuildLayout.tsx:307
+#: src/components/layout/GuildLayout.tsx:354
msgid "We fluxed up! Hang tight, we're working on it."
msgstr "Κάναμε λάθος! Περιμένετε, το δουλεύουμε."
@@ -20513,18 +20598,13 @@ msgstr "Χάσαμε τη σύνδεση ενώ περιμέναμε εξουσ
msgid "We need to make sure you're not a bot. Please complete the verification below."
msgstr "Πρέπει να σιγουρευτούμε ότι δεν είστε bot. Ολοκληρώστε την παρακάτω επαλήθευση."
-#: src/components/pages/ReportPage.tsx:639
-msgid "We need to verify your email address before you can submit a report."
-msgstr "Πρέπει να επαληθεύσουμε τη διεύθυνση email σας πριν υποβάλετε αναφορά."
-
#: src/components/modals/BackupCodesModal.tsx:45
msgid "We recommend saving these codes now so that you don't get locked out of your account."
msgstr "Συνιστούμε να αποθηκεύσετε αυτούς τους κωδικούς τώρα για να μην αποκλειστείτε από τον λογαριασμό σας."
-#. placeholder {0}: state.email
-#: src/components/pages/ReportPage.tsx:702
-msgid "We sent a verification code to {0}."
-msgstr "Στείλαμε έναν κωδικό επιβεβαίωσης στο {0}."
+#: src/components/pages/report/ReportStepVerification.tsx:67
+msgid "We sent a code to {email}."
+msgstr "Στείλαμε έναν κωδικό στο {email}."
#: src/components/auth/BrowserLoginHandoffModal.tsx:315
msgid "We will prefill {prefillEmail} once the browser login opens."
@@ -20534,6 +20614,10 @@ msgstr "Θα συμπληρώσουμε αυτόματα το {prefillEmail} μ
msgid "We'll restore your previous email, sign out old sessions, remove phone numbers, disable MFA, and secure your account with a new password."
msgstr "Θα επαναφέρουμε το προηγούμενο email σας, θα αποσυνδεθούμε από παλιές συνεδρίες, θα αφαιρέσουμε τηλεφωνικούς αριθμούς, θα απενεργοποιήσουμε το MFA και θα ασφαλίσουμε τον λογαριασμό σας με νέο κωδικό."
+#: src/components/pages/report/ReportStepEmail.tsx:57
+msgid "We'll send a short code to confirm you can receive updates about this report."
+msgstr "Θα στείλουμε έναν σύντομο κωδικό για να επιβεβαιώσουμε ότι μπορείτε να λάβετε ενημερώσεις σχετικά με αυτή την αναφορά."
+
#: src/components/modals/EmailChangeModal.tsx:190
msgid "We'll verify your current email and then your new email with one-time codes."
msgstr "Θα επαληθεύσουμε πρώτα το τρέχον email σας και μετά το νέο με κωδικούς μίας χρήσης."
@@ -20546,13 +20630,13 @@ msgstr "Θα επαληθεύσουμε το νέο email σας με έναν
msgid "We're having trouble connecting to Fluxer's servers. This could be a temporary network issue or scheduled maintenance."
msgstr "Έχουμε πρόβλημα σύνδεσης στους διακομιστές του Fluxer. Μπορεί να είναι προσωρινό δίκτυο ή προγραμματισμένη συντήρηση."
-#: src/components/modals/tabs/BetaCodesTab.tsx:297
+#: src/components/modals/tabs/BetaCodesTab.tsx:322
#: src/components/modals/tabs/DevicesTab.tsx:230
msgid "We're having trouble connecting to the space-time continuum. Please check your connection and try again."
msgstr "Έχουμε πρόβλημα σύνδεσης με το χωροχρονικό συνεχές. Ελέγξτε τη σύνδεσή σας και δοκιμάστε ξανά."
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:287
-#: src/components/channel/ChannelSearchResults.tsx:681
+#: src/components/channel/ChannelSearchResults.tsx:650
msgid "We're indexing this channel for the first time. This might take a little while..."
msgstr "Δημιουργούμε ευρετήριο για αυτό το κανάλι για πρώτη φορά. Αυτό μπορεί να πάρει λίγη ώρα..."
@@ -20829,17 +20913,16 @@ msgstr "Γράψτε εδώ προσαρμοσμένο CSS για να παρα
msgid "Write your content here... This textarea expands as you type."
msgstr "Γράψε το περιεχόμενό σου εδώ... Αυτό το πεδίο επεκτείνεται καθώς πληκτρολογείς."
-#: src/components/auth/DateOfBirthField.tsx:89
-#: src/components/auth/DateOfBirthField.tsx:156
+#: src/components/auth/DateOfBirthField.tsx:153
#: src/components/auth/MockMinimalRegisterForm.tsx:78
msgid "Year"
msgstr "Έτος"
-#: src/components/modals/components/plutonium/PricingSection.tsx:78
+#: src/components/modals/components/plutonium/PricingSection.tsx:88
msgid "Yearly"
msgstr "Ετησίως"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:71
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:84
msgid "Yearly {yearlyPrice}"
msgstr "Ετησίως {yearlyPrice}"
@@ -20874,7 +20957,7 @@ msgstr "Πρόκειται να φύγετε από το Fluxer"
msgid "You are about to transfer ownership of this community to <0>{0}0>. This action is <1>irreversible1> and you will lose all owner privileges."
msgstr "Πρόκειται να μεταβιβάσετε την ιδιοκτησία αυτής της κοινότητας σε <0>{0}0>. Αυτή η ενέργεια είναι <1>μη αναστρέψιμη1> και θα χάσετε όλα τα προνόμια ιδιοκτήτη."
-#: src/components/channel/dm/AddFriendForm.tsx:72
+#: src/components/channel/dm/AddFriendForm.tsx:95
msgid "You are already friends with this user."
msgstr "Είσαι ήδη φίλος με αυτόν τον χρήστη."
@@ -20960,7 +21043,7 @@ msgstr "Μπορείς να ανέβασες μέχρι {MAX_EMOJIS_PER_UPLOAD}
msgid "You can pin messages in this conversation for everyone to see."
msgstr "Μπορείς να καρφιτσώσεις μηνύματα σε αυτή τη συζήτηση για να τα βλέπουν όλοι."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:175
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:194
msgid "You can redeem additional gift codes to <0>extend0> your gift time. To start a monthly or yearly plan, wait until after it ends — or <1>upgrade to Visionary1> now (remaining gift time will be discarded)."
msgstr "Μπορείς να εξαργυρώσεις επιπλέον κωδικούς δώρου για να <0>παρατείνεις0> το χρόνο του δώρου σου. Για να ξεκινήσεις μηνιαίο ή ετήσιο πλάνο, περίμενε μέχρι να τελειώσει — ή <1>αναβάθμισε σε Visionary1> τώρα (ο υπόλοιπος χρόνος δώρου θα απορριφθεί)."
@@ -20990,7 +21073,7 @@ msgstr "Μπορείς να χρησιμοποιήσεις συνδέσμους
msgid "You can't add new reactions while you're on timeout."
msgstr "Δεν μπορείς να προσθέσεις νέες αντιδράσεις όσο βρίσκεσαι σε χρονικό όριο."
-#: src/components/modals/UserProfileModal.tsx:1170
+#: src/components/modals/UserProfileModal.tsx:1171
msgid "You can't befriend yourself"
msgstr "Δεν μπορείς να γίνεις φίλος με τον εαυτό σου"
@@ -20998,14 +21081,14 @@ msgstr "Δεν μπορείς να γίνεις φίλος με τον εαυτ
msgid "You can't interact with reactions in search results as it might disrupt the space-time continuum."
msgstr "Δεν μπορείς να αλληλεπιδράσεις με αντιδράσεις στα αποτελέσματα αναζήτησης καθώς μπορεί να διαταράξει το χωροχρονικό συνεχές."
-#: src/components/layout/ChannelItem.tsx:200
-#: src/components/layout/ChannelItem.tsx:366
-#: src/stores/voice/MediaEngineFacade.ts:151
-#: src/stores/voice/MediaEngineFacade.ts:482
+#: src/components/layout/ChannelItem.tsx:206
+#: src/components/layout/ChannelItem.tsx:375
+#: src/stores/voice/MediaEngineFacade.ts:154
+#: src/stores/voice/MediaEngineFacade.ts:529
msgid "You can't join while you're on timeout."
msgstr "Δεν μπορείς να συμμετάσχεις όσο βρίσκεσαι σε χρονικό όριο."
-#: src/components/modals/UserProfileModal.tsx:1182
+#: src/components/modals/UserProfileModal.tsx:1183
#: src/components/popouts/UserProfilePopout.tsx:282
#: src/components/profile/ProfilePreview.tsx:284
msgid "You can't message yourself"
@@ -21019,7 +21102,7 @@ msgstr "Δεν μπορείς να στείλεις αίτημα φιλίας σ
msgid "You can't send friend requests to bots."
msgstr "Δεν μπορείς να στείλεις αιτήματα φιλίας σε bots."
-#: src/components/channel/dm/AddFriendForm.tsx:64
+#: src/components/channel/dm/AddFriendForm.tsx:87
msgid "You can't send friend requests to users you've blocked. Unblock them first."
msgstr "Δεν μπορείς να στείλεις αιτήματα φιλίας σε χρήστες που έχεις μπλοκάρει. Ξεκλείδωσέ τους πρώτα."
@@ -21066,11 +21149,11 @@ msgstr "Δεν μπορείς να αφαιρέσεις αυτό το δικαί
msgid "You cannot save a role with a blank name. Please provide a valid name before saving."
msgstr "Δεν μπορείς να αποθηκεύσεις έναν ρόλο με κενό όνομα. Δώσε έγκυρο όνομα πριν αποθηκεύσεις."
-#: src/components/channel/dm/AddFriendForm.tsx:68
+#: src/components/channel/dm/AddFriendForm.tsx:91
msgid "You cannot send a friend request to yourself."
msgstr "Δεν μπορείς να στείλεις αίτημα φιλίας στον εαυτό σου."
-#: src/components/channel/dm/AddFriendForm.tsx:66
+#: src/components/channel/dm/AddFriendForm.tsx:89
msgid "You cannot send friend requests to bots."
msgstr "Δεν μπορείς να στείλεις αιτήματα φιλίας σε bots."
@@ -21094,7 +21177,7 @@ msgstr "Δεν έχεις πρόσβαση στο κανάλι όπου στάλ
msgid "You do not have permission to send messages in this channel."
msgstr "Δεν έχεις άδεια να στέλνεις μηνύματα σε αυτό το κανάλι."
-#: src/components/layout/GuildLayout.tsx:393
+#: src/components/layout/GuildLayout.tsx:398
msgid "You don't have access to any channels in this community."
msgstr "Δεν έχεις πρόσβαση σε κανένα κανάλι αυτής της κοινότητας."
@@ -21114,23 +21197,23 @@ msgstr "Δεν έχεις άδεια να εγκαταστήσεις αυτό τ
msgid "You don't have permission to install this sticker pack."
msgstr "Δεν έχεις άδεια να εγκαταστήσεις αυτό το πακέτο αυτοκόλλητων."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:203
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:222
msgid "You have all <0/> for <1>{monthlyPrice}/month1>."
msgstr "Έχεις όλα τα <0/> για <1>{monthlyPrice}/μήνα1>."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:208
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:227
msgid "You have all <0/> for <1>{yearlyPrice}/year1>."
msgstr "Έχεις όλα τα <0/> για <1>{yearlyPrice}/έτος1>."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:213
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:232
msgid "You have all <0/> for your subscription period."
msgstr "Έχεις όλα τα <0/> για την περίοδο συνδρομής σου."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:198
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:217
msgid "You have all <0/> forever. No subscriptions, no renewals."
msgstr "Έχεις όλα τα <0/> για πάντα. Καμία συνδρομή, καμία ανανέωση."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:169
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:188
msgid "You have all <0/> via a <1>gift subscription1> until <2>{giftEndDate}2>. It <3>won't renew3>."
msgstr "Έχεις όλα τα <0/> μέσω <1>δώρου συνδρομής1> μέχρι τις <2>{giftEndDate}2>. Δεν <3>θα ανανεωθεί3>."
@@ -21228,11 +21311,11 @@ msgstr "Έχασες πρόσβαση σε αυτό το αποθηκευμέν
msgid "You made it, {username}! We're about to hit 88mph!"
msgstr "Τα κατάφερες, {username}! Ετοιμαζόμαστε να φτάσουμε τα 88 μίλια/ώρα!"
-#: src/components/channel/CallMessage.tsx:179
+#: src/components/channel/CallMessage.tsx:173
msgid "You missed a call from <0/> that lasted {durationText}."
msgstr "Έχασες μια κλήση από <0/> που διήρκεσε {durationText}."
-#: src/components/channel/CallMessage.tsx:184
+#: src/components/channel/CallMessage.tsx:178
msgid "You missed a call from <0/>."
msgstr "Έχασες μια κλήση από <0/>."
@@ -21252,7 +21335,7 @@ msgstr "Πρέπει να είσαι 18 ετών ή μεγαλύτερος γι
msgid "You must be connected to the gateway to accept this temporary invite. Please check your connection and try again."
msgstr "Πρέπει να είσαι συνδεδεμένος στην πύλη για να αποδεχθείς αυτή την προσωρινή πρόσκληση. Έλεγξε τη σύνδεσή σου και δοκίμασε ξανά."
-#: src/components/pages/ReportPage.tsx:463
+#: src/components/pages/ReportPage.tsx:288
msgid "You must verify your email before submitting a report."
msgstr "Πρέπει να επαληθεύσεις το email σου πριν υποβάλεις αναφορά."
@@ -21385,7 +21468,7 @@ msgstr "Είσαι στο φωνητικό κανάλι"
msgid "You're sending messages too quickly"
msgstr "Στέλνεις μηνύματα πολύ γρήγορα"
-#: src/components/channel/Messages.tsx:909
+#: src/components/channel/Messages.tsx:907
msgid "You're viewing older messages"
msgstr "Παρακολουθείς παλαιότερα μηνύματα"
@@ -21464,7 +21547,7 @@ msgstr "Ο λογαριασμός σου έχει εγκριθεί. Σε μετ
msgid "Your account has been created, but access is temporarily limited until approval. You will be notified once your account is approved."
msgstr "Ο λογαριασμός σου έχει δημιουργηθεί, αλλά η πρόσβαση είναι προσωρινά περιορισμένη μέχρι την έγκριση. Θα ειδοποιηθείς μόλις εγκριθεί."
-#: src/components/modals/components/UnclaimedAccountAlert.tsx:38
+#: src/components/modals/components/UnclaimedAccountAlert.tsx:36
msgid "Your account is not yet claimed. Without an email and password, you won't be able to sign in from other devices and you could lose access to your account. Claim your account now to secure it."
msgstr "Ο λογαριασμός σου δεν έχει διεκδικηθεί ακόμα. Χωρίς email και κωδικό, δεν θα μπορείς να συνδεθείς από άλλες συσκευές και υπάρχει κίνδυνος να χάσεις την πρόσβαση. Διεκδίκησε τον λογαριασμό σου τώρα για να τον ασφαλίσεις."
@@ -21508,7 +21591,7 @@ msgstr "Οι υπάρχουσες ρυθμίσεις ήχου ειδοποιήσ
msgid "Your export request will be processed"
msgstr "Το αίτημα εξαγωγής σου θα επεξεργαστεί"
-#: src/components/pages/ReportPage.tsx:935
+#: src/components/pages/report/ReportStepDetails.tsx:213
msgid "Your FluxerTag (optional)"
msgstr "Το FluxerTag σου (προαιρετικό)"
@@ -21521,7 +21604,7 @@ msgid "Your invite expires in 24 hours"
msgstr "Η πρόσκλησή σου λήγει σε 24 ώρες"
#. placeholder {0}: getExpirationText()
-#: src/components/modals/InviteModal.tsx:325
+#: src/components/modals/InviteModal.tsx:322
msgid "Your invite link expires in {0}."
msgstr "Ο σύνδεσμος πρόσκλησής σου λήγει σε {0}."
@@ -21565,7 +21648,7 @@ msgstr "Ο προσωπικός σου χώρος για γρήγορη πρόσ
msgid "Your Plutonium subscription has expired. You've lost all Plutonium perks. Reactivate your subscription to regain access."
msgstr "Η συνδρομή σου στο Plutonium έχει λήξει. Έχασες όλα τα προνόμια του Plutonium. Επανενεργοποίησε τη συνδρομή σου για να ανακτήσεις την πρόσβαση."
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:781
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:813
msgid "Your private space"
msgstr "Ο ιδιωτικός σου χώρος"
@@ -21573,7 +21656,7 @@ msgstr "Ο ιδιωτικός σου χώρος"
msgid "Your private space for thoughts and reminders"
msgstr "Ο ιδιωτικός σου χώρος για σκέψεις και υπενθυμίσεις"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:277
+#: src/components/modals/tabs/GiftInventoryTab.tsx:300
msgid "Your Purchased Gifts"
msgstr "Τα αγορασμένα δώρα σου"
@@ -21585,15 +21668,11 @@ msgstr "η περιοχή σου"
msgid "Your stream is still being broadcast"
msgstr "Το stream σου εξακολουθεί να μεταδίδεται"
-#: src/components/pages/ReportPage.tsx:594
-msgid "Your submission ID"
-msgstr "Το αναγνωριστικό της υποβολής σας"
-
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:153
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:172
msgid "Your subscription ended, but you still have all <0/> until <1>{graceDate}1>. Resubscribe to keep them."
msgstr "Η συνδρομή σου έληξε, αλλά διατηρείς όλα τα <0/> μέχρι τις <1>{graceDate}1>. Ανανεώσου για να τα κρατήσεις."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:138
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:157
msgid "Your subscription expired on <0>{expiredDate}0>. You lost all <1/>. You can reactivate at any time."
msgstr "Η συνδρομή σου έληξε στις <0>{expiredDate}0>. Έχασες όλα τα <1/>. Μπορείς να την επανενεργοποιήσεις οποιαδήποτε στιγμή."
@@ -21609,7 +21688,7 @@ msgstr "Η συνδρομή σου έχει επανενεργοποιηθεί!"
msgid "Your subscription has been set to cancel at the end of your billing period."
msgstr "Η συνδρομή σου έχει οριστεί να ακυρωθεί στο τέλος της χρεωστικής περιόδου."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:191
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:210
msgid "Your subscription will cancel on <0>{cancelDate}0>. You'll lose all <1/> after that date."
msgstr "Η συνδρομή σου θα ακυρωθεί στις <0>{cancelDate}0>. Θα χάσεις όλα τα <1/> μετά από αυτήν την ημερομηνία."
diff --git a/fluxer_app/src/locales/en-GB/messages.po b/fluxer_app/src/locales/en-GB/messages.po
index 14fcef37..316bf160 100644
--- a/fluxer_app/src/locales/en-GB/messages.po
+++ b/fluxer_app/src/locales/en-GB/messages.po
@@ -68,12 +68,12 @@ msgstr "(max 15 shown)"
msgid "(No content)"
msgstr "(No content)"
-#: src/components/modals/UserProfileMobileSheet.tsx:552
+#: src/components/modals/UserProfileMobileSheet.tsx:556
#: src/components/pages/YouPage.tsx:147
msgid "(only visible to you)"
msgstr "(only visible to you)"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:954
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:976
msgid "(you)"
msgstr "(you)"
@@ -138,12 +138,12 @@ msgid "{0} Online"
msgstr "{0} Online"
#. placeholder {0}: reaction.count
-#: src/components/channel/MessageReactions.tsx:120
+#: src/components/channel/MessageReactions.tsx:119
msgid "{0} reaction"
msgstr "{0} reaction"
#. placeholder {0}: reaction.count
-#: src/components/channel/MessageReactions.tsx:120
+#: src/components/channel/MessageReactions.tsx:119
msgid "{0} reactions"
msgstr "{0} reactions"
@@ -153,13 +153,13 @@ msgid "{0} remaining"
msgstr "{0} remaining"
#. placeholder {0}: machineState.total
-#: src/components/channel/ChannelSearchResults.tsx:315
+#: src/components/channel/ChannelSearchResults.tsx:272
msgid "{0} Result"
msgstr "{0} Result"
#. placeholder {0}: machineState.total
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:390
-#: src/components/channel/ChannelSearchResults.tsx:315
+#: src/components/channel/ChannelSearchResults.tsx:272
msgid "{0} Results"
msgstr "{0} Results"
@@ -402,7 +402,7 @@ msgstr "{actor} updated the sticker {namedTarget}."
msgid "{actor} updated the webhook {namedTarget}."
msgstr "{actor} updated the webhook {namedTarget}."
-#: src/components/modals/tabs/BetaCodesTab.tsx:280
+#: src/components/modals/tabs/BetaCodesTab.tsx:284
msgid "{allowance} codes remaining this week"
msgstr "{allowance} codes remaining this week"
@@ -533,7 +533,7 @@ msgstr "{emojiName}, {0} reaction"
msgid "{emojiName}, {0} reactions"
msgstr "{emojiName}, {0} reactions"
-#: src/components/channel/MessageReactions.tsx:122
+#: src/components/channel/MessageReactions.tsx:121
msgid "{emojiName}: {reactionCountText}, {actionText}"
msgstr "{emojiName}: {reactionCountText}, {actionText}"
@@ -561,8 +561,8 @@ msgstr "{label} images cannot be animated. Please use JPEG, PNG, or WebP."
#: src/components/auth/InviteHeader.tsx:127
#: src/components/auth/InviteHeader.tsx:241
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:281
-#: src/components/channel/InviteEmbed.tsx:180
-#: src/components/channel/InviteEmbed.tsx:444
+#: src/components/channel/InviteEmbed.tsx:182
+#: src/components/channel/InviteEmbed.tsx:446
msgid "{memberCount} Member"
msgstr "{memberCount} Member"
@@ -570,8 +570,8 @@ msgstr "{memberCount} Member"
#: src/components/auth/InviteHeader.tsx:127
#: src/components/auth/InviteHeader.tsx:241
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:281
-#: src/components/channel/InviteEmbed.tsx:180
-#: src/components/channel/InviteEmbed.tsx:444
+#: src/components/channel/InviteEmbed.tsx:182
+#: src/components/channel/InviteEmbed.tsx:446
msgid "{memberCount} Members"
msgstr "{memberCount} Members"
@@ -606,11 +606,11 @@ msgstr "{minutes} minutes and {seconds} seconds"
msgid "{minutes} minutes and 1 second"
msgstr "{minutes} minutes and 1 second"
-#: src/components/channel/dm/DMWelcomeSection.tsx:155
+#: src/components/channel/dm/DMWelcomeSection.tsx:167
msgid "{mutualGuildCount} mutual commmunity"
msgstr "{mutualGuildCount} mutual community"
-#: src/components/channel/dm/DMWelcomeSection.tsx:156
+#: src/components/channel/dm/DMWelcomeSection.tsx:168
msgid "{mutualGuildCount} mutual communities"
msgstr "{mutualGuildCount} mutual communities"
@@ -632,7 +632,7 @@ msgstr "{participantCount} participants in call"
#: src/components/auth/InviteHeader.tsx:235
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:276
-#: src/components/channel/InviteEmbed.tsx:439
+#: src/components/channel/InviteEmbed.tsx:441
msgid "{presenceCount} Online"
msgstr "{presenceCount} Online"
@@ -644,15 +644,15 @@ msgstr "{remaining} characters left"
msgid "{remaining} characters left. Get Plutonium to write up to {premiumMaxLength} characters."
msgstr "{remaining} characters left. Get Plutonium to write up to {premiumMaxLength} characters."
-#: src/components/channel/InviteEmbed.tsx:301
+#: src/components/channel/InviteEmbed.tsx:303
msgid "{renderedMemberCount} Member"
msgstr "{renderedMemberCount} Member"
-#: src/components/channel/InviteEmbed.tsx:301
+#: src/components/channel/InviteEmbed.tsx:303
msgid "{renderedMemberCount} Members"
msgstr "{renderedMemberCount} Members"
-#: src/components/channel/InviteEmbed.tsx:296
+#: src/components/channel/InviteEmbed.tsx:298
msgid "{renderedPresenceCount} Online"
msgstr "{renderedPresenceCount} Online"
@@ -704,11 +704,11 @@ msgstr "{totalSeconds} second"
msgid "{totalSeconds} seconds"
msgstr "{totalSeconds} seconds"
-#: src/components/layout/GuildsLayout.tsx:231
+#: src/components/layout/GuildsLayout.tsx:229
msgid "{unavailableCount} communities are temporarily unavailable due to a flux capacitor malfunction."
msgstr "{unavailableCount} communities are temporarily unavailable due to a flux capacitor malfunction."
-#: src/components/layout/GuildsLayout.tsx:230
+#: src/components/layout/GuildsLayout.tsx:228
msgid "{unavailableCount} community is temporarily unavailable due to a flux capacitor malfunction."
msgstr "{unavailableCount} community is temporarily unavailable due to a flux capacitor malfunction."
@@ -814,27 +814,27 @@ msgstr "@everyone mentions"
msgid "@username"
msgstr "@username"
-#: src/components/channel/CallMessage.tsx:75
+#: src/components/channel/CallMessage.tsx:72
msgid "# days"
msgstr "# days"
-#: src/components/channel/CallMessage.tsx:76
+#: src/components/channel/CallMessage.tsx:73
msgid "# hours"
msgstr "# hours"
-#: src/components/channel/CallMessage.tsx:77
+#: src/components/channel/CallMessage.tsx:74
msgid "# minutes"
msgstr "# minutes"
-#: src/components/channel/CallMessage.tsx:73
+#: src/components/channel/CallMessage.tsx:70
msgid "# months"
msgstr "# months"
-#: src/components/channel/CallMessage.tsx:74
+#: src/components/channel/CallMessage.tsx:71
msgid "# weeks"
msgstr "# weeks"
-#: src/components/channel/CallMessage.tsx:72
+#: src/components/channel/CallMessage.tsx:69
msgid "# years"
msgstr "# years"
@@ -878,11 +878,11 @@ msgstr "<0/> removed <1/> from the group."
msgid "<0/> removed someone from the group."
msgstr "<0/> removed someone from the group."
-#: src/components/channel/CallMessage.tsx:191
+#: src/components/channel/CallMessage.tsx:185
msgid "<0/> started a call that lasted {durationText}."
msgstr "<0/> started a call that lasted {durationText}."
-#: src/components/channel/CallMessage.tsx:154
+#: src/components/channel/CallMessage.tsx:148
msgid "<0/> started a call."
msgstr "<0/> started a call."
@@ -943,11 +943,11 @@ msgstr "<0>Unmuted0> the member."
msgid "<0>Warning:0> This will also disable SMS two-factor authentication."
msgstr "<0>Warning:0> This will also disable SMS two-factor authentication."
-#: src/components/modals/tabs/BetaCodesTab.tsx:278
+#: src/components/modals/tabs/BetaCodesTab.tsx:282
msgid "1 code remaining this week"
msgstr "1 code remaining this week"
-#: src/components/channel/CallMessage.tsx:75
+#: src/components/channel/CallMessage.tsx:72
#: src/components/modals/BanMemberModal.tsx:54
#: src/components/modals/InviteModal.tsx:77
#: src/components/modals/InviteModal.tsx:212
@@ -956,7 +956,7 @@ msgstr "1 code remaining this week"
msgid "1 day"
msgstr "1 day"
-#: src/components/channel/CallMessage.tsx:76
+#: src/components/channel/CallMessage.tsx:73
#: src/components/modals/BanMemberModal.tsx:52
#: src/components/modals/channelTabs/ChannelOverviewTab.tsx:154
#: src/components/modals/CustomStatusBottomSheet.tsx:44
@@ -993,7 +993,7 @@ msgstr "1 minute and {seconds} seconds"
msgid "1 minute and 1 second"
msgstr "1 minute and 1 second"
-#: src/components/channel/CallMessage.tsx:73
+#: src/components/channel/CallMessage.tsx:70
#: src/components/modals/BanMemberModal.tsx:59
msgid "1 month"
msgstr "1 month"
@@ -1002,12 +1002,12 @@ msgstr "1 month"
msgid "1 Month"
msgstr "1 month"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:99
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:120
msgid "1 Month {monthlyPrice}"
msgstr "1 month {monthlyPrice}"
-#: src/components/modals/components/plutonium/GiftSection.tsx:78
-#: src/components/modals/components/plutonium/PricingSection.tsx:110
+#: src/components/modals/components/plutonium/GiftSection.tsx:88
+#: src/components/modals/components/plutonium/PricingSection.tsx:128
msgid "1 Month Gift"
msgstr "1 month gift"
@@ -1020,22 +1020,22 @@ msgstr "1 use"
msgid "1 user"
msgstr "1 user"
-#: src/components/channel/CallMessage.tsx:74
+#: src/components/channel/CallMessage.tsx:71
#: src/components/modals/BanMemberModal.tsx:57
#: src/components/modals/TimeoutMemberOptions.ts:39
msgid "1 week"
msgstr "1 week"
-#: src/components/channel/CallMessage.tsx:72
+#: src/components/channel/CallMessage.tsx:69
msgid "1 year"
msgstr "1 year"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:91
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:109
msgid "1 Year {yearlyPrice}"
msgstr "1 year {yearlyPrice}"
-#: src/components/modals/components/plutonium/GiftSection.tsx:69
-#: src/components/modals/components/plutonium/PricingSection.tsx:101
+#: src/components/modals/components/plutonium/GiftSection.tsx:76
+#: src/components/modals/components/plutonium/PricingSection.tsx:116
msgid "1 Year Gift"
msgstr "1 year gift"
@@ -1286,8 +1286,8 @@ msgstr "8 hours"
msgid "A 4-digit tag will be added automatically to ensure uniqueness"
msgstr "A 4-digit tag will be added automatically to ensure uniqueness"
-#: src/components/channel/CallMessage.tsx:86
-#: src/components/channel/CallMessage.tsx:148
+#: src/components/channel/CallMessage.tsx:83
+#: src/components/channel/CallMessage.tsx:142
msgid "a few seconds"
msgstr "a few seconds"
@@ -1299,7 +1299,7 @@ msgstr "A handful of keyboard warriors are assembling..."
msgid "A helpful bot that does amazing things!"
msgstr "A helpful bot that does amazing things!"
-#: src/components/channel/CallMessage.tsx:77
+#: src/components/channel/CallMessage.tsx:74
msgid "a minute"
msgstr "a minute"
@@ -1316,7 +1316,7 @@ msgid "A symphony of clacking keys is underway..."
msgstr "A symphony of clacking keys is underway..."
#: src/components/modals/tabs/MyProfileTab/BioEditor.tsx:127
-#: src/components/modals/UserProfileMobileSheet.tsx:528
+#: src/components/modals/UserProfileMobileSheet.tsx:532
#: src/components/pages/YouPage.tsx:132
msgid "About Me"
msgstr "About Me"
@@ -1330,18 +1330,18 @@ msgstr "About You"
msgid "Accent Color"
msgstr "Accent Colour"
-#: src/components/channel/channel-view/DMChannelView.tsx:291
-#: src/components/channel/dm/DMWelcomeSection.tsx:116
+#: src/components/channel/channel-view/DMChannelView.tsx:292
+#: src/components/channel/dm/DMWelcomeSection.tsx:128
#: src/components/channel/friends/FriendListItem.tsx:238
#: src/components/channel/friends/MobileFriendRequestItem.tsx:99
#: src/components/voice/IncomingCallUI.tsx:302
msgid "Accept"
msgstr "Accept"
-#: src/components/bottomsheets/DMBottomSheet.tsx:515
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:260
-#: src/components/modals/UserProfileModal.tsx:1258
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:88
+#: src/components/bottomsheets/DMBottomSheet.tsx:517
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:262
+#: src/components/modals/UserProfileModal.tsx:1259
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:109
msgid "Accept Friend Request"
msgstr "Accept Friend Request"
@@ -1358,7 +1358,7 @@ msgstr "Accept Invite"
msgid "Accept the incoming call"
msgstr "Accept the incoming call"
-#: src/components/channel/InviteEmbed.tsx:226
+#: src/components/channel/InviteEmbed.tsx:228
#: src/components/modals/InviteAcceptModal.tsx:163
msgid "Accepting this invite installs the pack automatically."
msgstr "Accepting this invite installs the pack automatically."
@@ -1407,7 +1407,7 @@ msgstr "Account & Premium"
msgid "Account appears to exist solely for spamming"
msgstr "Account appears to exist solely for spamming"
-#: src/components/modals/ClaimAccountModal.tsx:105
+#: src/components/modals/ClaimAccountModal.tsx:107
msgid "Account claimed successfully"
msgstr "Account claimed successfully"
@@ -1459,7 +1459,7 @@ msgstr "Across all DMs you've ever been in only"
msgid "Action with both icons!"
msgstr "Action with both icons!"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:124
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:143
msgid "Active"
msgstr "Active"
@@ -1584,12 +1584,13 @@ msgstr "Add Email"
msgid "Add Favorite Channels"
msgstr "Add Favourite Channels"
-#: src/components/bottomsheets/DMBottomSheet.tsx:524
+#: src/components/bottomsheets/DMBottomSheet.tsx:527
#: src/components/channel/dm/AddFriendView.tsx:32
#: src/components/channel/dm/DMFriendsView.tsx:199
#: src/components/modals/AddFriendSheet.tsx:50
-#: src/components/modals/UserProfileModal.tsx:1178
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:68
+#: src/components/modals/UserProfileModal.tsx:1179
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:75
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:89
msgid "Add Friend"
msgstr "Add Friend"
@@ -1597,7 +1598,7 @@ msgstr "Add Friend"
msgid "Add Friends"
msgstr "Add Friends"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1187
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1211
#: src/components/channel/ChannelHeader.tsx:630
#: src/components/channel/dm/GroupDMWelcomeSection.tsx:85
msgid "Add Friends to Group"
@@ -1612,7 +1613,7 @@ msgstr "Add Item"
msgid "Add new reactions to messages."
msgstr "Add new reactions to messages."
-#: src/components/bottomsheets/DMBottomSheet.tsx:426
+#: src/components/bottomsheets/DMBottomSheet.tsx:428
#: src/components/profile/ProfileCard/ProfileCardActions.tsx:48
#: src/components/uikit/ContextMenu/items/UserNoteMenuItems.tsx:42
msgid "Add Note"
@@ -1647,7 +1648,7 @@ msgstr "Add phone number form"
#: src/components/channel/MessageActionBar.tsx:450
#: src/components/channel/MessageActionBar.tsx:741
#: src/components/channel/messageActionMenu.tsx:92
-#: src/components/channel/MessageReactions.tsx:264
+#: src/components/channel/MessageReactions.tsx:263
#: src/components/uikit/ContextMenu/items/MessageMenuItems.tsx:65
msgid "Add Reaction"
msgstr "Add Reaction"
@@ -1695,8 +1696,8 @@ msgid "Add to favorites"
msgstr "Add to favourites"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:370
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1103
-#: src/components/bottomsheets/DMBottomSheet.tsx:400
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1127
+#: src/components/bottomsheets/DMBottomSheet.tsx:402
#: src/components/channel/ChannelHeader.tsx:547
#: src/components/channel/ChannelHeader.tsx:595
#: src/components/channel/ChannelHeader.tsx:600
@@ -1731,11 +1732,11 @@ msgid "Added to bookmarks"
msgstr "Added to bookmarks"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:118
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:544
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:558
msgid "Added to favorites"
msgstr "Added to favourites"
-#: src/components/bottomsheets/DMBottomSheet.tsx:129
+#: src/components/bottomsheets/DMBottomSheet.tsx:131
msgid "Added to Favorites"
msgstr "Added to Favourites"
@@ -1752,7 +1753,7 @@ msgstr "Added: {createdDate}"
msgid "Added: {createdDate} • Last used: {lastUsedDate}"
msgstr "Added: {createdDate} • Last used: {lastUsedDate}"
-#: src/components/pages/ReportPage.tsx:943
+#: src/components/pages/report/ReportStepDetails.tsx:222
msgid "Additional Comments (optional)"
msgstr "Additional Comments (optional)"
@@ -1873,7 +1874,7 @@ msgstr "All calls will notify silently instead of ringing. By default, calls fro
msgid "All Communities"
msgstr "All Communities"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:74
+#: src/components/modals/components/plutonium/VisionarySection.tsx:83
msgid "All current and future Plutonium benefits, forever"
msgstr "All current and future Plutonium benefits, forever"
@@ -1911,7 +1912,7 @@ msgstr "All members"
msgid "All messages"
msgstr "All messages"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1377
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1401
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:206
#: src/components/modals/GuildNotificationSettingsModal.tsx:87
#: src/components/modals/GuildNotificationSettingsModal.tsx:273
@@ -2071,11 +2072,11 @@ msgstr "Allowed {0}."
msgid "Already have an account?"
msgstr "Already have an account?"
-#: src/components/channel/InviteEmbed.tsx:187
+#: src/components/channel/InviteEmbed.tsx:189
msgid "Already joined"
msgstr "Already joined"
-#: src/components/channel/GiftEmbed.tsx:90
+#: src/components/channel/GiftEmbed.tsx:97
msgid "Already redeemed"
msgstr "Already redeemed"
@@ -2135,8 +2136,8 @@ msgstr "Always trust <0>{hostname}0> — skip this warning next time"
msgid "Always underline links"
msgstr "Always underline links"
-#: src/components/channel/ChannelSearchResults.tsx:511
-#: src/components/channel/ChannelSearchResults.tsx:562
+#: src/components/channel/ChannelSearchResults.tsx:480
+#: src/components/channel/ChannelSearchResults.tsx:531
#: src/hooks/useChannelSearch.ts:233
#: src/hooks/useChannelSearch.ts:375
msgid "An error occurred while searching"
@@ -2198,7 +2199,7 @@ msgid "Animated Emoji ({0})"
msgstr "Animated Emoji ({0})"
#: src/components/channel/embeds/media/EmbedGifv.tsx:237
-#: src/components/channel/embeds/media/EmbedGifv.tsx:725
+#: src/components/channel/embeds/media/EmbedGifv.tsx:749
#: src/components/modals/MediaViewerModal.tsx:294
#: src/components/modals/MediaViewerModal.tsx:362
msgid "Animated GIF"
@@ -2320,8 +2321,8 @@ msgstr "Application updated successfully"
msgid "Applications"
msgstr "Applications"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:99
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:137
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:103
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:141
msgid "Applications & Bots"
msgstr "Applications & Bots"
@@ -2352,7 +2353,7 @@ msgid "Archive"
msgstr "Archive"
#. placeholder {0}: user.username
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:162
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:164
#: src/components/modals/UserProfileActionsSheet.tsx:133
#: src/utils/RelationshipActionUtils.tsx:141
msgid "Are you sure you want to block {0}? They won't be able to message you or send you friend requests."
@@ -2368,8 +2369,8 @@ msgid "Are you sure you want to close this group DM? You can always reopen it la
msgstr "Are you sure you want to close this group DM? You can always reopen it later."
#. placeholder {0}: recipient?.username ?? ''
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:601
-#: src/components/bottomsheets/DMBottomSheet.tsx:303
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:615
+#: src/components/bottomsheets/DMBottomSheet.tsx:305
msgid "Are you sure you want to close your DM with {0}? You can always reopen it later."
msgstr "Are you sure you want to close your DM with {0}? You can always reopen it later."
@@ -2406,7 +2407,7 @@ msgid "Are you sure you want to delete #{0}? This action cannot be undone."
msgstr "Are you sure you want to delete #{0}? This action cannot be undone."
#. placeholder {0}: channel.name ?? 'this channel'
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:667
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:681
msgid "Are you sure you want to delete #{0}? This cannot be undone."
msgstr "Are you sure you want to delete #{0}? This cannot be undone."
@@ -2504,7 +2505,7 @@ msgstr "Are you sure you want to leave {0}?"
msgid "Are you sure you want to leave this community? You will no longer be able to see any messages."
msgstr "Are you sure you want to leave this community? You will no longer be able to see any messages."
-#: src/components/bottomsheets/DMBottomSheet.tsx:338
+#: src/components/bottomsheets/DMBottomSheet.tsx:340
#: src/hooks/useLeaveGroup.tsx:43
msgid "Are you sure you want to leave this group? You will no longer be able to see any messages."
msgstr "Are you sure you want to leave this group? You will no longer be able to see any messages."
@@ -2515,9 +2516,9 @@ msgid "Are you sure you want to make {0} the group owner? You will lose owner pr
msgstr "Are you sure you want to make {0} the group owner? You will lose owner privileges."
#. placeholder {0}: user.username
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:145
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:147
#: src/components/modals/UserProfileActionsSheet.tsx:116
-#: src/components/modals/UserProfileMobileSheet.tsx:303
+#: src/components/modals/UserProfileMobileSheet.tsx:304
#: src/utils/RelationshipActionUtils.tsx:114
msgid "Are you sure you want to remove {0} as a friend?"
msgstr "Are you sure you want to remove {0} as a friend?"
@@ -2557,10 +2558,10 @@ msgid "Are you sure you want to transfer ownership of the group to {0}?"
msgstr "Are you sure you want to transfer ownership of the group to {0}?"
#. placeholder {0}: user.username
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:179
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:181
#: src/components/modals/tabs/BlockedUsersTab.tsx:57
#: src/components/modals/UserProfileActionsSheet.tsx:150
-#: src/components/modals/UserProfileMobileSheet.tsx:319
+#: src/components/modals/UserProfileMobileSheet.tsx:320
#: src/utils/RelationshipActionUtils.tsx:168
msgid "Are you sure you want to unblock {0}?"
msgstr "Are you sure you want to unblock {0}?"
@@ -2573,7 +2574,7 @@ msgstr "Art Club"
msgid "Artists' Corner"
msgstr "Artists' Corner"
-#: src/components/modals/components/plutonium/PricingSection.tsx:63
+#: src/components/modals/components/plutonium/PricingSection.tsx:69
msgid "As a Gift"
msgstr "As a Gift"
@@ -2689,7 +2690,7 @@ msgstr "Audio Settings"
msgid "Audio will be included with this screen share."
msgstr "Audio will be included with this screen share."
-#: src/components/pages/ReportPage.tsx:311
+#: src/components/pages/report/optionDescriptors.ts:83
msgid "Austria"
msgstr "Austria"
@@ -2844,6 +2845,7 @@ msgstr "Average ping:"
#: src/components/modals/PhoneAddModal.tsx:235
#: src/components/modals/RequiredActionModal.tsx:463
#: src/components/pages/OAuthAuthorizePage.tsx:694
+#: src/components/pages/report/ReportStepDetails.tsx:243
msgid "Back"
msgstr "Back"
@@ -2933,7 +2935,7 @@ msgid "Balanced quality and bandwidth"
msgstr "Balanced quality and bandwidth"
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:353
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:320
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:323
#: src/components/modals/UserProfileActionsSheet.tsx:262
msgid "Ban"
msgstr "Ban"
@@ -3035,7 +3037,7 @@ msgstr "before:"
msgid "Begin a call in the current private conversation"
msgstr "Begin a call in the current private conversation"
-#: src/components/pages/ReportPage.tsx:312
+#: src/components/pages/report/optionDescriptors.ts:84
msgid "Belgium"
msgstr "Belgium"
@@ -3066,7 +3068,7 @@ msgstr "Beta code (optional)"
msgid "Beta Code Redeemed!"
msgstr "Beta Code Redeemed!"
-#: src/components/modals/tabs/BetaCodesTab.tsx:313
+#: src/components/modals/tabs/BetaCodesTab.tsx:338
#: src/components/modals/utils/settingsSearchIndex.ts:741
msgid "Beta Codes"
msgstr "Beta Codes"
@@ -3083,13 +3085,13 @@ msgstr "Bio"
msgid "Bio character limit"
msgstr "Bio character limit"
-#: src/components/bottomsheets/DMBottomSheet.tsx:538
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:163
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:345
+#: src/components/bottomsheets/DMBottomSheet.tsx:541
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:165
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:348
#: src/components/modals/UserProfileActionsSheet.tsx:134
#: src/components/modals/UserProfileActionsSheet.tsx:298
#: src/components/modals/UserProfileModal.tsx:1062
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:190
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:211
#: src/utils/RelationshipActionUtils.tsx:143
msgid "Block"
msgstr "Block"
@@ -3106,7 +3108,7 @@ msgstr "Block direct messages from community members?"
msgid "Block for all communities"
msgstr "Block for all communities"
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:161
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:163
#: src/components/modals/UserProfileActionsSheet.tsx:132
#: src/utils/RelationshipActionUtils.tsx:139
msgid "Block User"
@@ -3270,7 +3272,7 @@ msgstr "Browser Audio Required"
msgid "Browser locale ({browserLocale}): {format}"
msgstr "Browser locale ({browserLocale}): {format}"
-#: src/components/pages/ReportPage.tsx:313
+#: src/components/pages/report/optionDescriptors.ts:85
msgid "Bulgaria"
msgstr "Bulgaria"
@@ -3313,16 +3315,16 @@ msgstr "Buttons show a loading indicator when submitting is true."
msgid "Buttons with Icons"
msgstr "Buttons with Icons"
-#: src/components/modals/components/plutonium/GiftSection.tsx:74
-#: src/components/modals/components/plutonium/GiftSection.tsx:83
-#: src/components/modals/components/plutonium/GiftSection.tsx:92
-#: src/components/modals/components/plutonium/PricingSection.tsx:106
-#: src/components/modals/components/plutonium/PricingSection.tsx:115
-#: src/components/modals/components/plutonium/PricingSection.tsx:124
+#: src/components/modals/components/plutonium/GiftSection.tsx:81
+#: src/components/modals/components/plutonium/GiftSection.tsx:93
+#: src/components/modals/components/plutonium/GiftSection.tsx:105
+#: src/components/modals/components/plutonium/PricingSection.tsx:121
+#: src/components/modals/components/plutonium/PricingSection.tsx:133
+#: src/components/modals/components/plutonium/PricingSection.tsx:145
msgid "Buy Gift"
msgstr "Buy Gift"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:114
+#: src/components/modals/components/plutonium/VisionarySection.tsx:140
msgid "Buying Visionary will cancel your current {currentAccessLabel} immediately. It is a one-time purchase with lifetime access."
msgstr "Buying Visionary will cancel your current {currentAccessLabel} immediately. It is a one-time purchase with lifetime access."
@@ -3347,7 +3349,7 @@ msgstr "Bypass Slowmode"
msgid "Bypass Splash Screen"
msgstr "Bypass Splash Screen"
-#: src/components/channel/channel-view/DMChannelView.tsx:271
+#: src/components/channel/channel-view/DMChannelView.tsx:272
msgid "Call available"
msgstr "Call available"
@@ -3446,11 +3448,11 @@ msgstr "Camera Settings"
#: src/components/modals/CategoryCreateModal.tsx:79
#: src/components/modals/ChannelCreateModal.tsx:100
#: src/components/modals/ChannelDeleteModal.tsx:72
-#: src/components/modals/ClaimAccountModal.tsx:179
-#: src/components/modals/ClaimAccountModal.tsx:219
-#: src/components/modals/components/MobileSettingsView.tsx:302
+#: src/components/modals/ClaimAccountModal.tsx:181
+#: src/components/modals/ClaimAccountModal.tsx:221
+#: src/components/modals/components/MobileSettingsView.tsx:297
#: src/components/modals/components/plutonium/hooks/useCheckoutActions.tsx:110
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:328
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:371
#: src/components/modals/ConfirmModal.tsx:146
#: src/components/modals/CreateDMModal.tsx:88
#: src/components/modals/CreateFavoriteCategoryModal.tsx:74
@@ -3473,7 +3475,7 @@ msgstr "Camera Settings"
#: src/components/modals/HideOwnCameraConfirmModal.tsx:65
#: src/components/modals/IARModal.tsx:218
#: src/components/modals/ImageCropModal.tsx:981
-#: src/components/modals/InviteModal.tsx:336
+#: src/components/modals/InviteModal.tsx:333
#: src/components/modals/KickMemberModal.tsx:60
#: src/components/modals/MfaTotpDisableModal.tsx:75
#: src/components/modals/MfaTotpEnableModal.tsx:102
@@ -3498,11 +3500,11 @@ msgstr "Camera Settings"
msgid "Cancel"
msgstr "Cancel"
-#: src/components/channel/dm/DMWelcomeSection.tsx:126
+#: src/components/channel/dm/DMWelcomeSection.tsx:138
#: src/components/channel/friends/FriendListItem.tsx:164
#: src/components/channel/friends/FriendListItem.tsx:166
-#: src/components/modals/UserProfileModal.tsx:1273
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:171
+#: src/components/modals/UserProfileModal.tsx:1274
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:192
msgid "Cancel Friend Request"
msgstr "Cancel Friend Request"
@@ -3522,7 +3524,7 @@ msgstr "Cancel Request"
msgid "Cancel upload"
msgstr "Cancel upload"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:118
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:137
msgid "Canceling"
msgstr "Cancelling"
@@ -3566,7 +3568,7 @@ msgstr "Card Alignment"
msgid "Card alignment controls"
msgstr "Card alignment controls"
-#: src/components/modals/components/MobileSettingsView.tsx:123
+#: src/components/modals/components/MobileSettingsView.tsx:118
#: src/components/modals/components/SettingsModalHeader.tsx:76
msgid "Careful! You have unsaved changes."
msgstr "Careful! You have unsaved changes."
@@ -3576,7 +3578,7 @@ msgstr "Careful! You have unsaved changes."
msgid "Category"
msgstr "Category"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1371
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1395
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:239
msgid "Category Default"
msgstr "Category Default"
@@ -3594,7 +3596,7 @@ msgstr "Category full"
msgid "Category Name"
msgstr "Category Name"
-#: src/components/modals/ChannelSettingsModal.tsx:105
+#: src/components/modals/ChannelSettingsModal.tsx:113
#: src/components/modals/components/DesktopChannelSettingsView.tsx:188
msgid "Category Settings"
msgstr "Category Settings"
@@ -3625,7 +3627,7 @@ msgstr "Change Background"
msgid "Change Banner"
msgstr "Change Banner"
-#: src/components/pages/ReportPage.tsx:752
+#: src/components/pages/report/ReportStepVerification.tsx:126
msgid "Change email"
msgstr "Change email"
@@ -3647,8 +3649,8 @@ msgstr "Change FluxerTag"
msgid "Change FluxerTag form"
msgstr "Change FluxerTag form"
-#: src/components/bottomsheets/DMBottomSheet.tsx:433
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:133
+#: src/components/bottomsheets/DMBottomSheet.tsx:435
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:154
msgid "Change Friend Nickname"
msgstr "Change Friend Nickname"
@@ -3673,7 +3675,7 @@ msgid "Change My Group Nickname"
msgstr "Change My Group Nickname"
#: src/components/modals/BaseChangeNicknameModal.tsx:82
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:238
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:240
#: src/components/modals/RenameChannelModal.tsx:58
#: src/components/modals/UserProfileActionsSheet.tsx:225
#: src/components/modals/UserProfileActionsSheet.tsx:225
@@ -3760,8 +3762,8 @@ msgstr "Changed the voice region to {0}."
msgid "channel"
msgstr "channel"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:483
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:549
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:497
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:563
#: src/components/invites/InviteListItem.tsx:50
#: src/components/webhooks/WebhookListItem.tsx:240
#: src/constants/AuditLogConstants.tsx:236
@@ -3796,7 +3798,7 @@ msgid "Channel Debug"
msgstr "Channel Debug"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:188
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:675
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:689
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:329
msgid "Channel deleted"
msgstr "Channel deleted"
@@ -3806,11 +3808,11 @@ msgid "Channel Deleted"
msgstr "Channel Deleted"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:273
-#: src/components/bottomsheets/DMBottomSheet.tsx:366
+#: src/components/bottomsheets/DMBottomSheet.tsx:368
msgid "Channel ID copied"
msgstr "Channel ID copied"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:535
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:549
msgid "Channel ID copied to clipboard"
msgstr "Channel ID copied to clipboard"
@@ -3878,9 +3880,9 @@ msgstr "Channel Record"
msgid "Channel removed from favorites"
msgstr "Channel removed from favourites"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1092
-#: src/components/layout/ChannelItem.tsx:630
-#: src/components/modals/ChannelSettingsModal.tsx:105
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1116
+#: src/components/layout/ChannelItem.tsx:647
+#: src/components/modals/ChannelSettingsModal.tsx:113
#: src/components/modals/components/DesktopChannelSettingsView.tsx:188
msgid "Channel Settings"
msgstr "Channel Settings"
@@ -3947,7 +3949,7 @@ msgstr "Check our <0>Bluesky (@fluxer.app)0> for status updates."
msgid "Check out my custom theme!"
msgstr "Check out my custom theme!"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:105
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:109
msgid "Check your connection and try again."
msgstr "Check your connection and try again."
@@ -3969,8 +3971,8 @@ msgstr "Checkboxes"
msgid "Checking..."
msgstr "Checking..."
-#: src/components/pages/ReportPage.tsx:270
-#: src/components/pages/ReportPage.tsx:299
+#: src/components/pages/report/optionDescriptors.ts:51
+#: src/components/pages/report/optionDescriptors.ts:74
#: src/constants/IARConstants.tsx:72
#: src/constants/IARConstants.tsx:175
msgid "Child Safety Concerns"
@@ -3984,6 +3986,10 @@ msgstr "Chinese (Simplified)"
msgid "Chinese (Traditional)"
msgstr "Chinese (Traditional)"
+#: src/components/pages/report/ReportBreadcrumbs.tsx:46
+msgid "Choose"
+msgstr "Choose"
+
#: src/components/pages/OAuthAuthorizePage.tsx:898
msgid "Choose a community"
msgstr "Choose a community"
@@ -4080,25 +4086,36 @@ msgstr "Choose your profile accent colour"
#: src/components/channel/barriers/BarrierComponents.tsx:109
#: src/components/channel/barriers/BarrierComponents.tsx:240
-#: src/components/layout/app-layout/nagbars/UnclaimedAccountNagbar.tsx:47
-#: src/components/modals/ClaimAccountModal.tsx:225
-#: src/components/modals/components/UnclaimedAccountAlert.tsx:34
+#: src/components/channel/dm/AddFriendForm.tsx:57
+#: src/components/layout/app-layout/nagbars/UnclaimedAccountNagbar.tsx:45
+#: src/components/modals/ClaimAccountModal.tsx:227
+#: src/components/modals/components/UnclaimedAccountAlert.tsx:32
+#: src/components/modals/GiftAcceptModal.tsx:170
#: src/components/modals/tabs/AccountSecurityTab/SecurityTab.tsx:206
+#: src/components/modals/tabs/BetaCodesTab.tsx:297
+#: src/components/modals/tabs/GiftInventoryTab.tsx:242
msgid "Claim Account"
msgstr "Claim Account"
-#: src/components/channel/GiftEmbed.tsx:98
-#: src/components/modals/GiftAcceptModal.tsx:154
+#: src/components/channel/GiftEmbed.tsx:109
+msgid "Claim Account to Redeem"
+msgstr "Claim Account to Redeem"
+
+#: src/components/channel/GiftEmbed.tsx:109
+#: src/components/modals/GiftAcceptModal.tsx:197
#: src/components/pages/GiftLoginPage.tsx:155
#: src/components/pages/GiftRegisterPage.tsx:42
msgid "Claim Gift"
msgstr "Claim Gift"
-#: src/components/modals/ClaimAccountModal.tsx:141
+#: src/components/channel/dm/AddFriendForm.tsx:53
+#: src/components/modals/ClaimAccountModal.tsx:143
+#: src/components/modals/tabs/BetaCodesTab.tsx:293
+#: src/components/modals/tabs/GiftInventoryTab.tsx:238
msgid "Claim your account"
msgstr "Claim your account"
-#: src/components/modals/ClaimAccountModal.tsx:146
+#: src/components/modals/ClaimAccountModal.tsx:148
msgid "Claim your account by adding an email and password. We will send a verification code to confirm your email before finishing."
msgstr "Claim your account by adding an email and password. We will send a verification code to confirm your email before finishing."
@@ -4106,11 +4123,68 @@ msgstr "Claim your account by adding an email and password. We will send a verif
msgid "Claim your account to access security features like two-factor authentication and passkeys."
msgstr "Claim your account to access security features like two-factor authentication and passkeys."
+#: src/components/channel/ChannelHeader/CallButtons.tsx:85
+#: src/components/channel/ChannelHeader/CallButtons.tsx:155
+msgid "Claim your account to call"
+msgstr "Claim your account to call"
+
#: src/components/modals/tabs/MyProfileTab/UsernameSection.tsx:49
msgid "Claim your account to change your FluxerTag"
msgstr "Claim your account to change your FluxerTag"
-#: src/components/modals/GiftAcceptModal.tsx:145
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:146
+msgid "Claim your account to create applications."
+msgstr "Claim your account to create applications."
+
+#: src/components/modals/tabs/BetaCodesTab.tsx:294
+msgid "Claim your account to generate beta codes."
+msgstr "Claim your account to generate beta codes."
+
+#: src/components/layout/ChannelItem.tsx:208
+#: src/components/layout/ChannelItem.tsx:382
+#: src/stores/voice/MediaEngineFacade.ts:537
+msgid "Claim your account to join this voice channel."
+msgstr "Claim your account to join this voice channel."
+
+#: src/stores/voice/MediaEngineFacade.ts:170
+msgid "Claim your account to join voice channels you don't own."
+msgstr "Claim your account to join voice channels you don't own."
+
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:55
+#: src/components/modals/components/plutonium/GiftSection.tsx:61
+#: src/components/modals/components/plutonium/PricingSection.tsx:63
+#: src/components/modals/components/plutonium/VisionarySection.tsx:62
+#: src/components/modals/components/PlutoniumContent.tsx:99
+msgid "Claim your account to purchase Fluxer Plutonium."
+msgstr "Claim your account to purchase Fluxer Plutonium."
+
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:112
+msgid "Claim your account to purchase or redeem Fluxer Plutonium."
+msgstr "Claim your account to purchase or redeem Fluxer Plutonium."
+
+#: src/components/modals/tabs/GiftInventoryTab.tsx:239
+msgid "Claim your account to redeem or manage Plutonium gift codes."
+msgstr "Claim your account to redeem or manage Plutonium gift codes."
+
+#: src/components/channel/GiftEmbed.tsx:99
+#: src/components/modals/GiftAcceptModal.tsx:154
+msgid "Claim your account to redeem this gift."
+msgstr "Claim your account to redeem this gift."
+
+#: src/components/channel/dm/AddFriendForm.tsx:54
+#: src/components/channel/dm/DMWelcomeSection.tsx:109
+#: src/components/modals/UserProfileModal.tsx:1289
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:65
+msgid "Claim your account to send friend requests."
+msgstr "Claim your account to send friend requests."
+
+#: src/components/channel/ChannelHeader/CallButtons.tsx:54
+#: src/components/channel/ChannelHeader/CallButtons.tsx:124
+#: src/stores/voice/MediaEngineFacade.ts:179
+msgid "Claim your account to start or join 1:1 calls."
+msgstr "Claim your account to start or join 1:1 calls."
+
+#: src/components/modals/GiftAcceptModal.tsx:188
msgid "Claim your gift to activate your premium subscription!"
msgstr "Claim your gift to activate your premium subscription!"
@@ -4164,8 +4238,8 @@ msgstr "Clear Permissions"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:420
#: src/components/channel/MessageSearchBar/MessageSearchBar.tsx:1424
-#: src/components/channel/shared/PickerSearchInput.tsx:195
-#: src/components/channel/shared/PickerSearchInput.tsx:212
+#: src/components/channel/shared/PickerSearchInput.tsx:194
+#: src/components/channel/shared/PickerSearchInput.tsx:211
#: src/components/modals/components/SettingsSearch.tsx:108
msgid "Clear search"
msgstr "Clear search"
@@ -4200,11 +4274,11 @@ msgstr "Cleared the sticker description."
msgid "Cleared the topic."
msgstr "Cleared the topic."
-#: src/components/modals/components/MobileSettingsView.tsx:297
+#: src/components/modals/components/MobileSettingsView.tsx:292
msgid "Clearing subscriptions ensures the gateway stops sending messages to this installation."
msgstr "Clearing subscriptions ensures the gateway stops sending messages to this installation."
-#: src/components/modals/tabs/BetaCodesTab.tsx:366
+#: src/components/modals/tabs/BetaCodesTab.tsx:391
msgid "Click \"Create Code\" to generate your first code."
msgstr "Click \"Create Code\" to generate your first code."
@@ -4240,13 +4314,13 @@ msgstr "Click to add a note"
msgid "Click to check and uncheck. Available in square and round styles."
msgstr "Click to check and uncheck. Available in square and round styles."
-#: src/components/channel/GiftEmbed.tsx:90
+#: src/components/channel/GiftEmbed.tsx:100
msgid "Click to claim your gift!"
msgstr "Click to claim your gift!"
#: src/components/invites/InviteListItem.tsx:184
#: src/components/modals/components/ClientInfo.tsx:76
-#: src/components/modals/tabs/BetaCodesTab.tsx:172
+#: src/components/modals/tabs/BetaCodesTab.tsx:174
msgid "Click to copy"
msgstr "Click to copy"
@@ -4328,12 +4402,12 @@ msgid "Close"
msgstr "Close"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:341
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:600
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:602
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1239
-#: src/components/bottomsheets/DMBottomSheet.tsx:302
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:614
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:616
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1263
#: src/components/bottomsheets/DMBottomSheet.tsx:304
-#: src/components/bottomsheets/DMBottomSheet.tsx:557
+#: src/components/bottomsheets/DMBottomSheet.tsx:306
+#: src/components/bottomsheets/DMBottomSheet.tsx:560
#: src/components/channel/dm/DMList.tsx:292
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:82
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:84
@@ -4358,7 +4432,8 @@ msgstr "Coal Theme"
#: src/components/invites/InviteListItem.tsx:54
#: src/components/modals/MfaTotpDisableModal.tsx:64
#: src/components/modals/MfaTotpEnableModal.tsx:91
-#: src/components/modals/tabs/BetaCodesTab.tsx:51
+#: src/components/modals/tabs/BetaCodesTab.tsx:53
+#: src/components/pages/report/ReportBreadcrumbs.tsx:48
msgid "Code"
msgstr "Code"
@@ -4370,7 +4445,8 @@ msgstr "Code & Monospace"
msgid "Code Blocks"
msgstr "Code Blocks"
-#: src/components/modals/ClaimAccountModal.tsx:123
+#: src/components/modals/ClaimAccountModal.tsx:125
+#: src/components/pages/ReportPage.tsx:231
msgid "Code resent"
msgstr "Code resent"
@@ -4379,8 +4455,8 @@ msgid "Code sent"
msgstr "Code sent"
#: src/components/invites/InviteListItem.tsx:180
-#: src/components/modals/tabs/BetaCodesTab.tsx:104
-#: src/components/modals/tabs/BetaCodesTab.tsx:168
+#: src/components/modals/tabs/BetaCodesTab.tsx:106
+#: src/components/modals/tabs/BetaCodesTab.tsx:170
msgid "Code:"
msgstr "Code:"
@@ -4472,7 +4548,7 @@ msgstr "Community Deafened"
msgid "Community Debug"
msgstr "Community Debug"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1371
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1395
#: src/components/uikit/ContextMenu/items/CategoryMenuItems.tsx:221
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:239
msgid "Community Default"
@@ -4542,8 +4618,8 @@ msgstr "Community Notification Settings"
msgid "Community organizes raids or harassment campaigns"
msgstr "Community organises raids or harassment campaigns"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:237
-#: src/components/channel/MemberListItem.tsx:102
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:238
+#: src/components/channel/MemberListItem.tsx:109
#: src/components/modals/guildTabs/GuildMembersTab.tsx:145
#: src/components/modals/guildTabs/GuildMembersTab.tsx:197
msgid "Community Owner"
@@ -4567,14 +4643,14 @@ msgstr "Community promotes or facilitates illegal activities"
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:172
#: src/components/modals/components/DesktopGuildSettingsView.tsx:204
-#: src/components/modals/GuildSettingsModal.tsx:168
+#: src/components/modals/GuildSettingsModal.tsx:173
#: src/components/popouts/GuildHeaderPopout.tsx:187
#: src/components/uikit/ContextMenu/items/GuildMenuItems.tsx:360
msgid "Community Settings"
msgstr "Community Settings"
-#: src/components/layout/GuildLayout.tsx:301
-#: src/components/layout/GuildLayout.tsx:348
+#: src/components/layout/GuildLayout.tsx:306
+#: src/components/layout/GuildLayout.tsx:353
msgid "Community temporarily unavailable"
msgstr "Community temporarily unavailable"
@@ -4782,8 +4858,8 @@ msgstr "Connected to Voice"
msgid "Connecting..."
msgstr "Connecting..."
-#: src/components/channel/channel-view/DMChannelView.tsx:273
-#: src/components/channel/channel-view/DMChannelView.tsx:323
+#: src/components/channel/channel-view/DMChannelView.tsx:274
+#: src/components/channel/channel-view/DMChannelView.tsx:324
#: src/components/voice/CompactVoiceCallView.tsx:55
msgid "Connecting…"
msgstr "Connecting…"
@@ -4979,7 +5055,7 @@ msgstr "Control your activity status"
#: src/components/modals/shared/CopyLinkSection.tsx:61
#: src/components/modals/tabs/ApplicationsTab/application-detail/ApplicationHeader.tsx:68
-#: src/components/modals/tabs/GiftInventoryTab.tsx:143
+#: src/components/modals/tabs/GiftInventoryTab.tsx:144
msgid "Copied"
msgstr "Copied"
@@ -5001,7 +5077,7 @@ msgstr "Copied!"
#: src/components/modals/BackupCodesModal.tsx:82
#: src/components/modals/shared/CopyLinkSection.tsx:61
#: src/components/modals/tabs/ApplicationsTab/application-detail/OAuthBuilderSection.tsx:142
-#: src/components/modals/tabs/GiftInventoryTab.tsx:143
+#: src/components/modals/tabs/GiftInventoryTab.tsx:144
msgid "Copy"
msgstr "Copy"
@@ -5017,7 +5093,7 @@ msgstr "Copy Audio"
msgid "Copy authorize URL"
msgstr "Copy authorise URL"
-#: src/components/modals/tabs/BetaCodesTab.tsx:178
+#: src/components/modals/tabs/BetaCodesTab.tsx:180
msgid "Copy beta code"
msgstr "Copy beta code"
@@ -5028,8 +5104,8 @@ msgstr "Copy Category ID"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:320
#: src/components/bottomsheets/ChannelBottomSheet.tsx:347
#: src/components/bottomsheets/ChannelBottomSheet.tsx:433
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1293
-#: src/components/bottomsheets/DMBottomSheet.tsx:577
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1317
+#: src/components/bottomsheets/DMBottomSheet.tsx:580
#: src/components/channel/dm/DMList.tsx:271
#: src/components/channel/dm/DMList.tsx:298
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:362
@@ -5090,7 +5166,7 @@ msgstr "Copy Image"
msgid "Copy invite link"
msgstr "Copy invite link"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1154
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1178
#: src/components/modals/tabs/ComponentGalleryTab/ButtonsTab.tsx:182
#: src/components/modals/tabs/ComponentGalleryTab/index.tsx:100
#: src/components/modals/tabs/ComponentGalleryTab/Inline.tsx:95
@@ -5131,15 +5207,15 @@ msgstr "Copy Sticker ID"
msgid "Copy Text"
msgstr "Copy Text"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1285
-#: src/components/bottomsheets/DMBottomSheet.tsx:570
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1309
+#: src/components/bottomsheets/DMBottomSheet.tsx:573
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:370
#: src/components/modals/guildTabs/BannedUserActionsSheet.tsx:74
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:358
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:361
#: src/components/modals/tabs/BlockedUsersTab.tsx:107
#: src/components/modals/UserProfileActionsSheet.tsx:213
#: src/components/modals/UserProfileModal.tsx:1130
-#: src/components/popouts/UserAreaPopout.tsx:507
+#: src/components/popouts/UserAreaPopout.tsx:509
#: src/components/profile/ProfileCard/ProfileCardActions.tsx:60
#: src/components/uikit/ContextMenu/items/CopyMenuItems.tsx:42
msgid "Copy User ID"
@@ -5175,7 +5251,7 @@ msgstr "Countdown Timer"
msgid "Country"
msgstr "Country"
-#: src/components/pages/ReportPage.tsx:928
+#: src/components/pages/report/ReportStepDetails.tsx:205
msgid "Country of Residence"
msgstr "Country of Residence"
@@ -5207,7 +5283,7 @@ msgid "Create a new community or join an existing one."
msgstr "Create a new community or join an existing one."
#. placeholder {0}: recipient.username
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:905
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:937
msgid "Create a new group with {0}"
msgstr "Create a new group with {0}"
@@ -5239,7 +5315,7 @@ msgstr "Create an account"
msgid "Create an account to claim your gift"
msgstr "Create an account to claim your gift"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:138
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:142
msgid "Create and manage applications and bots for your account."
msgstr "Create and manage applications and bots for your account."
@@ -5248,7 +5324,8 @@ msgid "Create and share custom emoji and sticker packs with Fluxer Plutonium."
msgstr "Create and share custom emoji and sticker packs with Fluxer Plutonium."
#: src/components/modals/tabs/ApplicationsTab/ApplicationCreateModal.tsx:87
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:142
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:149
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:155
msgid "Create Application"
msgstr "Create Application"
@@ -5267,7 +5344,7 @@ msgid "Create Category"
msgstr "Create Category"
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:180
-#: src/components/layout/ChannelItem.tsx:607
+#: src/components/layout/ChannelItem.tsx:624
#: src/components/modals/ChannelCreateModal.tsx:58
#: src/components/modals/ChannelCreateModal.tsx:103
#: src/components/popouts/GuildHeaderPopout.tsx:194
@@ -5276,8 +5353,8 @@ msgstr "Create Category"
msgid "Create Channel"
msgstr "Create Channel"
-#: src/components/modals/tabs/BetaCodesTab.tsx:326
-#: src/components/modals/tabs/BetaCodesTab.tsx:369
+#: src/components/modals/tabs/BetaCodesTab.tsx:351
+#: src/components/modals/tabs/BetaCodesTab.tsx:394
msgid "Create Code"
msgstr "Create Code"
@@ -5329,7 +5406,7 @@ msgstr "Create new account"
msgid "Create new group"
msgstr "Create new group"
-#: src/components/modals/InviteModal.tsx:339
+#: src/components/modals/InviteModal.tsx:336
msgid "Create New Link"
msgstr "Create New Link"
@@ -5373,7 +5450,7 @@ msgid "Create, edit, or delete webhooks."
msgstr "Create, edit, or delete webhooks."
#: src/components/invites/InviteListItem.tsx:59
-#: src/components/modals/tabs/BetaCodesTab.tsx:57
+#: src/components/modals/tabs/BetaCodesTab.tsx:59
msgid "Created"
msgstr "Created"
@@ -5390,7 +5467,7 @@ msgstr "Created {createdAt}"
#. placeholder {0}: invite.pack.creator.username
#. placeholder {0}: pack.creator.username
#: src/components/auth/InviteHeader.tsx:158
-#: src/components/channel/InviteEmbed.tsx:218
+#: src/components/channel/InviteEmbed.tsx:220
#: src/components/modals/InviteAcceptModal.tsx:152
msgid "Created by {0}"
msgstr "Created by {0}"
@@ -5427,8 +5504,8 @@ msgid "Created with name {newLabel}."
msgstr "Created with the name {newLabel}."
#: src/components/invites/InviteListItem.tsx:207
-#: src/components/modals/tabs/BetaCodesTab.tsx:135
-#: src/components/modals/tabs/BetaCodesTab.tsx:212
+#: src/components/modals/tabs/BetaCodesTab.tsx:137
+#: src/components/modals/tabs/BetaCodesTab.tsx:214
msgid "Created:"
msgstr "Created:"
@@ -5440,7 +5517,7 @@ msgstr "Creative Minds Collective"
msgid "Creative Writing Club"
msgstr "Creative Writing Club"
-#: src/components/pages/ReportPage.tsx:314
+#: src/components/pages/report/optionDescriptors.ts:86
msgid "Croatia"
msgstr "Croatia"
@@ -5519,8 +5596,8 @@ msgid "Currently stuck in 1885, appearing offline"
msgstr "Currently stuck in 1885, appearing offline"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:461
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1023
-#: src/components/bottomsheets/DMBottomSheet.tsx:605
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1047
+#: src/components/bottomsheets/DMBottomSheet.tsx:608
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:305
msgid "Currently: {mutedText}"
msgstr "Currently: {mutedText}"
@@ -5665,7 +5742,7 @@ msgstr "Customising your avatar, banner, accent colour, and bio for individual c
msgid "Cut"
msgstr "Cut"
-#: src/components/pages/ReportPage.tsx:315
+#: src/components/pages/report/optionDescriptors.ts:87
msgid "Cyprus"
msgstr "Cyprus"
@@ -5673,7 +5750,7 @@ msgstr "Cyprus"
msgid "Czech"
msgstr "Czech"
-#: src/components/pages/ReportPage.tsx:316
+#: src/components/pages/report/optionDescriptors.ts:88
msgid "Czech Republic"
msgstr "Czech Republic"
@@ -5746,9 +5823,9 @@ msgstr "Date Format"
#: src/components/auth/AuthMinimalRegisterFormCore.tsx:93
#: src/components/auth/AuthRegisterFormCore.tsx:139
-#: src/components/auth/DateOfBirthField.tsx:90
-#: src/components/auth/DateOfBirthField.tsx:124
-#: src/components/auth/DateOfBirthField.tsx:292
+#: src/components/auth/DateOfBirthField.tsx:87
+#: src/components/auth/DateOfBirthField.tsx:121
+#: src/components/auth/DateOfBirthField.tsx:289
#: src/components/auth/MockMinimalRegisterForm.tsx:107
msgid "Date of birth"
msgstr "Date of birth"
@@ -5757,8 +5834,7 @@ msgstr "Date of birth"
msgid "Date Options"
msgstr "Date Options"
-#: src/components/auth/DateOfBirthField.tsx:88
-#: src/components/auth/DateOfBirthField.tsx:155
+#: src/components/auth/DateOfBirthField.tsx:152
#: src/components/auth/MockMinimalRegisterForm.tsx:73
msgid "Day"
msgstr "Day"
@@ -5817,11 +5893,11 @@ msgstr "Deauthorize"
msgid "Deauthorize Application"
msgstr "Deauthorize Application"
-#: src/components/modals/components/MobileSettingsView.tsx:369
+#: src/components/modals/components/MobileSettingsView.tsx:364
msgid "Debug"
msgstr "Debug"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1267
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1291
#: src/components/uikit/ContextMenu/items/DebugMenuItems.tsx:71
msgid "Debug Channel"
msgstr "Debug Channel"
@@ -5844,7 +5920,7 @@ msgstr "Debug Member"
msgid "Debug Message"
msgstr "Debug Message"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1275
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1299
#: src/components/uikit/ContextMenu/items/DebugMenuItems.tsx:53
msgid "Debug User"
msgstr "Debug User"
@@ -5905,8 +5981,8 @@ msgstr "Defaults to off on mobile to preserve battery life and data usage."
#: src/actions/MessageActionCreators.tsx:394
#: src/components/channel/embeds/media/EmbedAudio.tsx:227
#: src/components/channel/embeds/media/MediaContainer.tsx:115
-#: src/components/channel/Messages.tsx:444
-#: src/components/channel/Messages.tsx:524
+#: src/components/channel/Messages.tsx:442
+#: src/components/channel/Messages.tsx:522
#: src/components/channel/MobileMemesPicker.tsx:546
#: src/components/channel/pickers/memes/MemeGridItem.tsx:120
#: src/components/emojis/EmojiListItem.tsx:189
@@ -5923,7 +5999,7 @@ msgstr "Defaults to off on mobile to preserve battery life and data usage."
msgid "Delete"
msgstr "Delete"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:666
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:680
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:320
msgid "Delete {channelType}"
msgstr "Delete {channelType}"
@@ -5987,8 +6063,8 @@ msgstr "Delete Category"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:179
#: src/components/bottomsheets/ChannelBottomSheet.tsx:181
#: src/components/bottomsheets/ChannelBottomSheet.tsx:421
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:668
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1224
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:682
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1248
#: src/components/modals/components/DesktopChannelSettingsView.tsx:176
#: src/components/modals/components/MobileChannelSettingsView.tsx:85
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:322
@@ -6021,8 +6097,8 @@ msgstr "Delete media"
#: src/components/channel/MessageActionBar.tsx:804
#: src/components/channel/messageActionMenu.tsx:156
#: src/components/channel/messageActionMenu.tsx:193
-#: src/components/channel/Messages.tsx:441
-#: src/components/channel/Messages.tsx:521
+#: src/components/channel/Messages.tsx:439
+#: src/components/channel/Messages.tsx:519
#: src/components/uikit/ContextMenu/items/MessageMenuItems.tsx:273
msgid "Delete Message"
msgstr "Delete Message"
@@ -6114,7 +6190,7 @@ msgstr "Denied {0} and removed deny for {1}."
msgid "Denied {0}."
msgstr "Denied {0}."
-#: src/components/pages/ReportPage.tsx:317
+#: src/components/pages/report/optionDescriptors.ts:89
msgid "Denmark"
msgstr "Denmark"
@@ -6143,7 +6219,7 @@ msgstr "Describe the sticker"
msgid "Describe what expressions are inside this pack."
msgstr "Describe what expressions are inside this pack."
-#: src/components/pages/ReportPage.tsx:946
+#: src/components/pages/report/ReportStepDetails.tsx:225
msgid "Describe what makes the content illegal"
msgstr "Describe what makes the content illegal"
@@ -6205,6 +6281,10 @@ msgstr "Detached Banner"
msgid "details"
msgstr "details"
+#: src/components/pages/report/ReportBreadcrumbs.tsx:49
+msgid "Details"
+msgstr "Details"
+
#: src/components/modals/AddGuildModal.tsx:150
msgid "Dev Den"
msgstr "Dev Den"
@@ -6274,7 +6354,7 @@ msgstr "Different Sizes & Member Counts"
msgid "Direct message"
msgstr "Direct message"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:477
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:491
#: src/components/modals/shared/RecipientList.tsx:200
msgid "Direct Message"
msgstr "Direct Message"
@@ -6516,8 +6596,8 @@ msgstr "Discussion or promotion of illegal activities"
#: src/components/layout/app-layout/nagbars/PremiumGracePeriodNagbar.tsx:79
#: src/components/layout/app-layout/nagbars/PremiumOnboardingNagbar.tsx:57
#: src/components/layout/GuildLayout.tsx:106
-#: src/components/modals/GiftAcceptModal.tsx:98
-#: src/components/modals/GiftAcceptModal.tsx:124
+#: src/components/modals/GiftAcceptModal.tsx:105
+#: src/components/modals/GiftAcceptModal.tsx:131
#: src/components/modals/RequiredActionModal.tsx:475
msgid "Dismiss"
msgstr "Dismiss"
@@ -6562,8 +6642,8 @@ msgstr "Display role members separately."
msgid "Display separator lines between different groups of messages for better visual distinction."
msgstr "Display separator lines between different groups of messages for better visual distinction."
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:613
-#: src/components/bottomsheets/DMBottomSheet.tsx:315
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:627
+#: src/components/bottomsheets/DMBottomSheet.tsx:317
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:97
#: src/components/uikit/ContextMenu/UserContextMenu.tsx:168
msgid "DM closed"
@@ -6581,7 +6661,7 @@ msgstr "DM Message Previews"
msgid "DM Notifications"
msgstr "DM Notifications"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1092
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1116
msgid "DM Settings"
msgstr "DM Settings"
@@ -6662,6 +6742,7 @@ msgstr "Don't show typing indicators in the channel list"
#: src/components/keybinds/KeybindRecorder.tsx:220
#: src/components/modals/GuildNotificationSettingsModal.tsx:347
#: src/components/modals/GuildPrivacySettingsModal.tsx:68
+#: src/components/pages/report/ReportBreadcrumbs.tsx:50
#: src/components/search/HasFilterSheet.tsx:124
#: src/components/search/UserFilterSheet.tsx:149
msgid "Done"
@@ -6843,13 +6924,13 @@ msgstr "Edit Attachment"
msgid "Edit attachment form"
msgstr "Edit attachment form"
-#: src/components/layout/ChannelItem.tsx:630
+#: src/components/layout/ChannelItem.tsx:647
#: src/components/uikit/ContextMenu/items/CategoryMenuItems.tsx:299
msgid "Edit Category"
msgstr "Edit Category"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:416
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1218
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1242
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:300
msgid "Edit Channel"
msgstr "Edit Channel"
@@ -6869,8 +6950,8 @@ msgid "Edit global settings like name, description, and icon."
msgstr "Edit global settings like name, description, and icon."
#: src/components/bottomsheets/ChannelBottomSheet.tsx:284
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1178
-#: src/components/bottomsheets/DMBottomSheet.tsx:461
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1202
+#: src/components/bottomsheets/DMBottomSheet.tsx:463
#: src/components/channel/dm/DMList.tsx:237
#: src/components/channel/dm/GroupDMWelcomeSection.tsx:74
#: src/components/modals/EditGroupBottomSheet.tsx:177
@@ -6883,7 +6964,7 @@ msgstr "Edit Group"
msgid "Edit group form"
msgstr "Edit group form"
-#: src/components/modals/InviteModal.tsx:327
+#: src/components/modals/InviteModal.tsx:324
msgid "Edit invite link"
msgstr "Edit invite link"
@@ -6910,10 +6991,10 @@ msgstr "Edit Note"
msgid "Edit overwrites for roles and members in this channel."
msgstr "Edit overwrites for roles and members in this channel."
-#: src/components/modals/UserProfileMobileSheet.tsx:486
-#: src/components/modals/UserProfileModal.tsx:1205
+#: src/components/modals/UserProfileMobileSheet.tsx:490
+#: src/components/modals/UserProfileModal.tsx:1206
#: src/components/pages/YouPage.tsx:123
-#: src/components/popouts/UserAreaPopout.tsx:519
+#: src/components/popouts/UserAreaPopout.tsx:521
#: src/components/popouts/UserProfilePopout.tsx:299
msgid "Edit Profile"
msgstr "Edit Profile"
@@ -6966,19 +7047,20 @@ msgstr "Editing scheduled message"
#: src/components/auth/AuthLoginCore/AuthLoginEmailPasswordForm.tsx:78
#: src/components/auth/AuthRegisterFormCore.tsx:133
#: src/components/auth/AuthRegisterFormCore.tsx:159
-#: src/components/modals/ClaimAccountModal.tsx:157
+#: src/components/modals/ClaimAccountModal.tsx:159
#: src/components/modals/RequiredActionModal.tsx:185
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:210
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:241
#: src/components/modals/utils/settingsSearchIndex.ts:94
#: src/components/pages/ForgotPasswordPage.tsx:97
+#: src/components/pages/report/ReportBreadcrumbs.tsx:47
msgid "Email"
msgstr "Email"
#: src/components/modals/tabs/AccountSecurityTab/AccountTab.tsx:65
#: src/components/modals/tabs/AccountSecurityTab/AccountTab.tsx:91
#: src/components/modals/tabs/ComponentGalleryTab/InputsTab.tsx:107
-#: src/components/pages/ReportPage.tsx:662
+#: src/components/pages/report/ReportStepEmail.tsx:76
msgid "Email Address"
msgstr "Email Address"
@@ -7019,10 +7101,6 @@ msgstr "Email verification required"
msgid "Email Verification Required"
msgstr "Email Verification Required"
-#: src/components/pages/ReportPage.tsx:809
-msgid "Email verified"
-msgstr "Email verified"
-
#: src/components/modals/tabs/DeveloperOptionsTab/AccountPremiumTab.tsx:56
msgid "Email Verified Override"
msgstr "Email Verified Override"
@@ -7108,7 +7186,7 @@ msgid "Emoji names must be at least 2 characters long and can only contain alpha
msgstr "Emoji names must be at least 2 characters long and can only contain alphanumeric characters and underscores. Allowed file types: JPEG, PNG, WebP, GIF. We compress images to 128x128 pixels. Maximum size: {0} KB per emoji."
#: src/components/auth/InviteHeader.tsx:140
-#: src/components/channel/InviteEmbed.tsx:197
+#: src/components/channel/InviteEmbed.tsx:199
#: src/components/modals/InviteAcceptModal.tsx:142
#: src/components/modals/tabs/ExpressionPacksTab.tsx:70
msgid "Emoji pack"
@@ -7140,7 +7218,7 @@ msgstr "Emoji Updated"
#: src/components/channel/AutocompleteEmoji.tsx:67
#: src/components/channel/textarea/TextareaButtons.tsx:150
-#: src/components/modals/ExpressionPickerSheet.tsx:106
+#: src/components/modals/ExpressionPickerSheet.tsx:93
#: src/components/popouts/ExpressionPickerPopout.tsx:95
msgid "Emojis"
msgstr "Emojis"
@@ -7343,11 +7421,11 @@ msgstr "English"
msgid "English (US)"
msgstr "English (US)"
-#: src/components/pages/ReportPage.tsx:429
+#: src/components/pages/ReportPage.tsx:254
msgid "Enter a code in the format ABCD-1234."
msgstr "Enter a code in the format ABCD-1234."
-#: src/components/modals/tabs/GiftInventoryTab.tsx:235
+#: src/components/modals/tabs/GiftInventoryTab.tsx:258
msgid "Enter a gift code to redeem Plutonium for your account."
msgstr "Enter a gift code to redeem Plutonium for your account."
@@ -7371,7 +7449,7 @@ msgstr "Enter Code"
msgid "Enter fullscreen"
msgstr "Enter fullscreen"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:255
+#: src/components/modals/tabs/GiftInventoryTab.tsx:278
msgid "Enter gift code..."
msgstr "Enter gift code..."
@@ -7414,7 +7492,7 @@ msgstr "Enter the 6-digit code sent to your phone."
msgid "Enter the API endpoint of the Fluxer instance you want to connect to."
msgstr "Enter the API endpoint of the Fluxer instance you want to connect to."
-#: src/components/pages/ReportPage.tsx:424
+#: src/components/pages/ReportPage.tsx:249
msgid "Enter the code before continuing."
msgstr "Enter the code before continuing."
@@ -7430,7 +7508,7 @@ msgstr "Enter the code sent to your current email."
msgid "Enter the code we emailed to your new address."
msgstr "Enter the code we emailed to your new address."
-#: src/components/modals/ClaimAccountModal.tsx:190
+#: src/components/modals/ClaimAccountModal.tsx:192
msgid "Enter the code we sent to your email to verify it. Your password will be set once the code is confirmed."
msgstr "Enter the code we sent to your email to verify it. Your password will be set once the code is confirmed."
@@ -7454,13 +7532,9 @@ msgstr "enter to <0><1>save1>0>"
msgid "Enter username"
msgstr "Enter username"
-#: src/components/pages/ReportPage.tsx:701
-msgid "Enter Verification Code"
-msgstr "Enter Verification Code"
-
-#: src/components/pages/ReportPage.tsx:638
-msgid "Enter Your Email"
-msgstr "Enter Your Email"
+#: src/components/pages/report/ReportStepVerification.tsx:64
+msgid "Enter verification code"
+msgstr "Enter verification code"
#: src/components/pages/ForgotPasswordPage.tsx:87
msgid "Enter your email address and we'll send you a link to reset your password."
@@ -7500,7 +7574,7 @@ msgid "Entrance sound uploaded successfully"
msgstr "Entrance sound uploaded successfully"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:297
-#: src/components/channel/ChannelSearchResults.tsx:691
+#: src/components/channel/ChannelSearchResults.tsx:660
#: src/components/modals/tabs/ComponentGalleryTab/OverlaysTab.tsx:88
msgid "Error"
msgstr "Error"
@@ -7522,7 +7596,7 @@ msgstr "Escape key exits keyboard mode"
msgid "escape to <0><1>cancel1>0>"
msgstr "escape to <0><1>cancel1>0>"
-#: src/components/pages/ReportPage.tsx:318
+#: src/components/pages/report/optionDescriptors.ts:90
msgid "Estonia"
msgstr "Estonia"
@@ -7561,7 +7635,7 @@ msgstr "exclude link, embed or file"
msgid "exclude user"
msgstr "exclude user"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:95
+#: src/components/modals/components/plutonium/VisionarySection.tsx:104
msgid "Exclusive community"
msgstr "Exclusive community"
@@ -7593,12 +7667,12 @@ msgstr "Expand Category"
msgid "Expiration"
msgstr "Expiration"
-#: src/components/modals/InviteModal.tsx:281
+#: src/components/modals/InviteModal.tsx:278
msgid "Expire after"
msgstr "Expire after"
#: src/components/accounts/AccountRow.tsx:162
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:114
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:133
#: src/components/modals/GroupInvitesBottomSheet.tsx:104
msgid "Expired"
msgstr "Expired"
@@ -7675,7 +7749,7 @@ msgstr "Expression Packs"
msgid "Expression Packs are a Plutonium feature"
msgstr "Expression Packs are a Plutonium feature"
-#: src/components/modals/ExpressionPickerSheet.tsx:232
+#: src/components/modals/ExpressionPickerSheet.tsx:219
#: src/components/popouts/ExpressionPickerPopout.tsx:193
msgid "Expression picker categories"
msgstr "Expression picker categories"
@@ -7700,7 +7774,7 @@ msgstr "External links can be dangerous. Please be careful."
msgid "Extra Large"
msgstr "Extra Large"
-#: src/components/pages/ReportPage.tsx:297
+#: src/components/pages/report/optionDescriptors.ts:72
#: src/constants/IARConstants.tsx:165
msgid "Extremist Community"
msgstr "Extremist Community"
@@ -7749,7 +7823,7 @@ msgstr "Failed to copy invite link"
msgid "Failed to copy to clipboard"
msgstr "Failed to copy to clipboard"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:79
+#: src/components/modals/tabs/GiftInventoryTab.tsx:80
msgid "Failed to copy URL"
msgstr "Failed to copy URL"
@@ -7794,7 +7868,7 @@ msgid "Failed to delete category"
msgstr "Failed to delete category"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:194
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:681
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:695
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:335
msgid "Failed to delete channel"
msgstr "Failed to delete channel"
@@ -7868,7 +7942,7 @@ msgstr "Failed to load bans. Please try again."
msgid "Failed to load emojis"
msgstr "Failed to load emojis"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:296
+#: src/components/modals/tabs/GiftInventoryTab.tsx:319
msgid "Failed to load gift inventory"
msgstr "Failed to load gift inventory"
@@ -7894,8 +7968,8 @@ msgstr "Failed to load stickers"
msgid "Failed to load vanity URL. Please try again."
msgstr "Failed to load vanity URL. Please try again."
-#: src/components/modals/components/PlutoniumContent.tsx:146
-#: src/components/modals/components/PlutoniumContent.tsx:272
+#: src/components/modals/components/PlutoniumContent.tsx:157
+#: src/components/modals/components/PlutoniumContent.tsx:289
msgid "Failed to load Visionary information. Please try again later."
msgstr "Failed to load Visionary information. Please try again later."
@@ -7916,19 +7990,19 @@ msgstr "Failed to load your communities."
msgid "Failed to open customer portal. Please try again."
msgstr "Failed to open customer portal. Please try again."
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:572
-#: src/components/bottomsheets/DMBottomSheet.tsx:153
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:586
+#: src/components/bottomsheets/DMBottomSheet.tsx:155
#: src/components/channel/dm/DMList.tsx:216
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:121
msgid "Failed to pin DM"
msgstr "Failed to pin DM"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:572
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:586
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:101
msgid "Failed to pin group"
msgstr "Failed to pin group"
-#: src/components/bottomsheets/DMBottomSheet.tsx:153
+#: src/components/bottomsheets/DMBottomSheet.tsx:155
msgid "Failed to pin group DM"
msgstr "Failed to pin group DM"
@@ -7957,7 +8031,7 @@ msgstr "Failed to reach instance ({status})"
msgid "Failed to reactivate subscription. Please try again."
msgstr "Failed to reactivate subscription. Please try again."
-#: src/components/modals/tabs/GiftInventoryTab.tsx:94
+#: src/components/modals/tabs/GiftInventoryTab.tsx:95
msgid "Failed to redeem gift"
msgstr "Failed to redeem gift"
@@ -7998,6 +8072,10 @@ msgstr "Failed to remove from group"
msgid "Failed to remove timeout. Please try again."
msgstr "Failed to remove timeout. Please try again."
+#: src/components/pages/ReportPage.tsx:236
+msgid "Failed to resend code. Please try again."
+msgstr "Failed to resend code. Please try again."
+
#: src/components/modals/guildTabs/GuildRolesTab.tsx:674
msgid "Failed to reset hoist order"
msgstr "Failed to reset hoist order"
@@ -8018,7 +8096,7 @@ msgstr "Failed to rotate. Please try again."
msgid "Failed to send friend request. Please try again."
msgstr "Failed to send friend request. Please try again."
-#: src/components/bottomsheets/DMBottomSheet.tsx:262
+#: src/components/bottomsheets/DMBottomSheet.tsx:264
#: src/components/modals/InviteModal.tsx:176
#: src/components/uikit/ContextMenu/items/InviteMenuItems.tsx:111
msgid "Failed to send invite"
@@ -8037,7 +8115,7 @@ msgstr "Failed to send SMS code. Please try again."
msgid "Failed to send theme"
msgstr "Failed to send theme"
-#: src/components/pages/ReportPage.tsx:412
+#: src/components/pages/ReportPage.tsx:234
msgid "Failed to send verification code. Please try again."
msgstr "Failed to send verification code. Please try again."
@@ -8084,19 +8162,19 @@ msgstr "Failed to transfer ownership. Please try again."
msgid "Failed to unblock user. Please try again."
msgstr "Failed to unblock user. Please try again."
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:589
-#: src/components/bottomsheets/DMBottomSheet.tsx:170
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:603
+#: src/components/bottomsheets/DMBottomSheet.tsx:172
#: src/components/channel/dm/DMList.tsx:226
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:138
msgid "Failed to unpin DM"
msgstr "Failed to unpin DM"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:589
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:603
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:118
msgid "Failed to unpin group"
msgstr "Failed to unpin group"
-#: src/components/bottomsheets/DMBottomSheet.tsx:170
+#: src/components/bottomsheets/DMBottomSheet.tsx:172
msgid "Failed to unpin group DM"
msgstr "Failed to unpin group DM"
@@ -8298,7 +8376,7 @@ msgstr "Find the perfect sticker"
msgid "Fine-tune core colors and fonts for this app. Changes here are stored as custom CSS overrides and sync with the editor below."
msgstr "Fine-tune core colours and fonts for this app. Changes here are stored as custom CSS overrides and sync with the editor below."
-#: src/components/pages/ReportPage.tsx:319
+#: src/components/pages/report/optionDescriptors.ts:91
msgid "Finland"
msgstr "Finland"
@@ -8306,7 +8384,7 @@ msgstr "Finland"
msgid "Finnish"
msgstr "Finnish"
-#: src/components/pages/ReportPage.tsx:923
+#: src/components/pages/report/ReportStepDetails.tsx:199
msgid "First and last name"
msgstr "First and last name"
@@ -8419,7 +8497,7 @@ msgstr "Fluxer needs permission to monitor keyboard and mouse input so that <0>P
msgid "Fluxer Partner"
msgstr "Fluxer Partner"
-#: src/components/modals/components/PlutoniumContent.tsx:182
+#: src/components/modals/components/PlutoniumContent.tsx:193
#: src/components/modals/PremiumModal.tsx:34
#: src/components/modals/utils/settingsConstants.tsx:147
#: src/components/popouts/UserProfileBadges.tsx:99
@@ -8483,7 +8561,7 @@ msgstr "Food & Drink"
msgid "Foodie Friends"
msgstr "Foodie Friends"
-#: src/components/bottomsheets/DMBottomSheet.tsx:660
+#: src/components/bottomsheets/DMBottomSheet.tsx:663
msgid "For 1 hour"
msgstr "For 1 hour"
@@ -8497,7 +8575,7 @@ msgstr "For 1 hour"
msgid "For 1 Hour"
msgstr "For 1 Hour"
-#: src/components/bottomsheets/DMBottomSheet.tsx:659
+#: src/components/bottomsheets/DMBottomSheet.tsx:662
#: src/components/popouts/UserAreaPopout.tsx:77
msgid "For 15 minutes"
msgstr "For 15 minutes"
@@ -8511,7 +8589,7 @@ msgstr "For 15 minutes"
msgid "For 15 Minutes"
msgstr "For 15 Minutes"
-#: src/components/bottomsheets/DMBottomSheet.tsx:663
+#: src/components/bottomsheets/DMBottomSheet.tsx:666
msgid "For 24 hours"
msgstr "For 24 hours"
@@ -8529,7 +8607,7 @@ msgstr "For 24 Hours"
msgid "For 3 days"
msgstr "For 3 days"
-#: src/components/bottomsheets/DMBottomSheet.tsx:661
+#: src/components/bottomsheets/DMBottomSheet.tsx:664
msgid "For 3 hours"
msgstr "For 3 hours"
@@ -8542,7 +8620,7 @@ msgstr "For 3 hours"
msgid "For 3 Hours"
msgstr "For 3 Hours"
-#: src/components/bottomsheets/DMBottomSheet.tsx:662
+#: src/components/bottomsheets/DMBottomSheet.tsx:665
msgid "For 8 hours"
msgstr "For 8 hours"
@@ -8560,7 +8638,7 @@ msgstr "For 8 Hours"
msgid "For British eyes only..."
msgstr "For British eyes only..."
-#: src/components/modals/components/plutonium/PricingSection.tsx:62
+#: src/components/modals/components/plutonium/PricingSection.tsx:68
msgid "For Me"
msgstr "For Me"
@@ -8664,15 +8742,15 @@ msgstr "Forces slowmode to be active in all channels"
msgid "Forever"
msgstr "Forever"
-#: src/components/modals/components/MobileSettingsView.tsx:300
+#: src/components/modals/components/MobileSettingsView.tsx:295
msgid "Forget"
msgstr "Forget"
-#: src/components/modals/components/MobileSettingsView.tsx:327
+#: src/components/modals/components/MobileSettingsView.tsx:322
msgid "Forget Push Subscriptions"
msgstr "Forget Push Subscriptions"
-#: src/components/modals/components/MobileSettingsView.tsx:294
+#: src/components/modals/components/MobileSettingsView.tsx:289
msgid "Forget push subscriptions?"
msgstr "Forget push subscriptions?"
@@ -8729,7 +8807,7 @@ msgstr "Frame Rate"
msgid "Frame rates above 30 fps require Plutonium"
msgstr "Frame rates above 30 fps require Plutonium"
-#: src/components/pages/ReportPage.tsx:320
+#: src/components/pages/report/optionDescriptors.ts:92
msgid "France"
msgstr "France"
@@ -8745,8 +8823,8 @@ msgstr "Free User (No Purchases)"
msgid "Free User (With Purchase History)"
msgstr "Free User (With Purchase History)"
-#: src/components/modals/components/PlutoniumContent.tsx:163
-#: src/components/modals/components/PlutoniumContent.tsx:289
+#: src/components/modals/components/PlutoniumContent.tsx:174
+#: src/components/modals/components/PlutoniumContent.tsx:308
msgid "Free vs Plutonium"
msgstr "Free vs Plutonium"
@@ -8773,12 +8851,13 @@ msgstr "Friend Request"
msgid "Friend request sent"
msgstr "Friend request sent"
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:68
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:250
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:75
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:89
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:271
msgid "Friend Request Sent"
msgstr "Friend Request Sent"
-#: src/components/channel/dm/AddFriendForm.tsx:144
+#: src/components/channel/dm/AddFriendForm.tsx:167
msgid "Friend request sent!"
msgstr "Friend request sent!"
@@ -8787,7 +8866,7 @@ msgstr "Friend request sent!"
msgid "Friend Requests"
msgstr "Friend Requests"
-#: src/components/channel/dm/AddFriendForm.tsx:137
+#: src/components/channel/dm/AddFriendForm.tsx:160
msgid "Friend's FluxerTag"
msgstr "Friend's FluxerTag"
@@ -8828,9 +8907,10 @@ msgstr "From {0}"
#. placeholder {0}: creator.username
#. placeholder {1}: creator.discriminator
-#: src/components/channel/GiftEmbed.tsx:87
-#: src/components/modals/GiftAcceptModal.tsx:116
-#: src/components/modals/GiftAcceptModal.tsx:143
+#: src/components/channel/GiftEmbed.tsx:93
+#: src/components/modals/GiftAcceptModal.tsx:123
+#: src/components/modals/GiftAcceptModal.tsx:151
+#: src/components/modals/GiftAcceptModal.tsx:186
msgid "From {0}#{1}"
msgstr "From {0}#{1}"
@@ -8850,7 +8930,7 @@ msgstr "From user"
msgid "from:"
msgstr "from:"
-#: src/components/pages/ReportPage.tsx:919
+#: src/components/pages/report/ReportStepDetails.tsx:195
msgid "Full Legal Name"
msgstr "Full Legal Name"
@@ -8892,7 +8972,7 @@ msgstr "Generate Invite"
msgid "Generate invite link"
msgstr "Generate invite link"
-#: src/components/modals/tabs/BetaCodesTab.tsx:315
+#: src/components/modals/tabs/BetaCodesTab.tsx:340
msgid "Generate up to {MAX_UNCLAIMED_BETA_CODES} unclaimed beta codes to invite friends to Fluxer. You can create 3 codes per week."
msgstr "Generate up to {MAX_UNCLAIMED_BETA_CODES} unclaimed beta codes to invite friends to Fluxer. You can create 3 codes per week."
@@ -8909,7 +8989,7 @@ msgstr "Geo Restricted"
msgid "German"
msgstr "German"
-#: src/components/pages/ReportPage.tsx:321
+#: src/components/pages/report/optionDescriptors.ts:93
msgid "Germany"
msgstr "Germany"
@@ -8991,13 +9071,13 @@ msgstr "GIF preview"
#: src/components/channel/pickers/gif/GifPickerHeader.tsx:40
#: src/components/channel/pickers/memes/MemesPickerHeader.tsx:57
#: src/components/channel/textarea/TextareaButtons.tsx:110
-#: src/components/modals/ExpressionPickerSheet.tsx:68
+#: src/components/modals/ExpressionPickerSheet.tsx:55
#: src/components/popouts/ExpressionPickerPopout.tsx:69
msgid "GIFs"
msgstr "GIFs"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:122
-#: src/components/modals/GiftAcceptModal.tsx:163
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:141
+#: src/components/modals/GiftAcceptModal.tsx:206
msgid "Gift"
msgstr "Gift"
@@ -9030,19 +9110,20 @@ msgstr "Gift already redeemed"
msgid "Gift Already Redeemed"
msgstr "Gift Already Redeemed"
-#: src/components/channel/GiftEmbed.tsx:94
+#: src/components/channel/GiftEmbed.tsx:105
+#: src/components/channel/GiftEmbed.tsx:109
msgid "Gift Claimed"
msgstr "Gift Claimed"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:246
+#: src/components/modals/tabs/GiftInventoryTab.tsx:269
msgid "Gift code cannot be empty"
msgstr "Gift code cannot be empty"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:243
+#: src/components/modals/tabs/GiftInventoryTab.tsx:266
msgid "Gift code is required"
msgstr "Gift code is required"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:250
+#: src/components/modals/tabs/GiftInventoryTab.tsx:273
msgid "Gift code is too long"
msgstr "Gift code is too long"
@@ -9070,7 +9151,7 @@ msgstr "Gift Not Found"
#: src/components/channel/textarea/TextareaButtons.tsx:101
#: src/components/channel/textarea/TextareaButtons.tsx:177
-#: src/components/modals/components/plutonium/GiftSection.tsx:61
+#: src/components/modals/components/plutonium/GiftSection.tsx:67
msgid "Gift Plutonium"
msgstr "Gift Plutonium"
@@ -9078,23 +9159,23 @@ msgstr "Gift Plutonium"
msgid "Gift redeemed successfully!"
msgstr "Gift redeemed successfully!"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:89
+#: src/components/modals/tabs/GiftInventoryTab.tsx:90
msgid "Gift redeemed successfully! Enjoy your Plutonium!"
msgstr "Gift redeemed successfully! Enjoy your Plutonium!"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:53
+#: src/components/modals/components/plutonium/VisionarySection.tsx:58
msgid "gift time"
msgstr "gift time"
-#: src/components/channel/GiftEmbed.tsx:151
+#: src/components/channel/GiftEmbed.tsx:162
msgid "Gift Unavailable"
msgstr "Gift Unavailable"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:132
+#: src/components/modals/tabs/GiftInventoryTab.tsx:133
msgid "Gift URL"
msgstr "Gift URL"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:75
+#: src/components/modals/tabs/GiftInventoryTab.tsx:76
msgid "Gift URL copied to clipboard!"
msgstr "Gift URL copied to clipboard!"
@@ -9126,7 +9207,7 @@ msgstr "Global shortcuts are available in the desktop app"
msgid "Glorification of violence or disturbing imagery"
msgstr "Glorification of violence or disturbing imagery"
-#: src/components/modals/components/MobileSettingsView.tsx:145
+#: src/components/modals/components/MobileSettingsView.tsx:140
#: src/components/modals/shared/MobileSettingsComponents.tsx:43
msgid "Go back"
msgstr "Go back"
@@ -9143,7 +9224,7 @@ msgstr "Go back to the previously focused text channel"
msgid "Go forward in navigation history"
msgstr "Go forward in navigation history"
-#: src/components/channel/InviteEmbed.tsx:259
+#: src/components/channel/InviteEmbed.tsx:261
#: src/components/modals/InviteAcceptModal.tsx:100
msgid "Go to Community"
msgstr "Go to Community"
@@ -9166,15 +9247,15 @@ msgstr "Go to login"
msgid "Go to message"
msgstr "Go to message"
-#: src/components/channel/ChannelSearchResults.tsx:841
+#: src/components/channel/ChannelSearchResults.tsx:809
msgid "Go to page"
msgstr "Go to page"
-#: src/components/channel/ChannelSearchResults.tsx:808
+#: src/components/channel/ChannelSearchResults.tsx:776
msgid "Go to page {page}"
msgstr "Go to page {page}"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:315
+#: src/components/modals/tabs/GiftInventoryTab.tsx:338
msgid "Go to Plutonium"
msgstr "Go to Plutonium"
@@ -9195,7 +9276,7 @@ msgstr "Got it"
msgid "Gotcha"
msgstr "Gotcha"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:116
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:135
msgid "Grace Period"
msgstr "Grace Period"
@@ -9203,7 +9284,7 @@ msgstr "Grace Period"
msgid "Grace Period (Still Have Access)"
msgstr "Grace Period (Still Have Access)"
-#: src/components/modals/InviteModal.tsx:301
+#: src/components/modals/InviteModal.tsx:298
msgid "Grant temporary membership"
msgstr "Grant temporary membership"
@@ -9234,7 +9315,7 @@ msgstr "Great Success!"
msgid "Great success! You can now close this tab and return to the app."
msgstr "Great success! You can now close this tab and return to the app."
-#: src/components/pages/ReportPage.tsx:322
+#: src/components/pages/report/optionDescriptors.ts:94
msgid "Greece"
msgstr "Greece"
@@ -9263,7 +9344,7 @@ msgstr "Group chat add permissions"
msgid "Group Chat Permissions"
msgstr "Group Chat Permissions"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:481
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:495
msgid "Group Direct Message"
msgstr "Group Direct Message"
@@ -9272,7 +9353,7 @@ msgid "Group DM"
msgstr "Group DM"
#. placeholder {0}: channel.recipientIds.length + 1
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:772
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:804
msgid "Group DM · {0} members"
msgstr "Group DM · {0} members"
@@ -9317,12 +9398,12 @@ msgstr "Group name must not exceed 100 characters"
msgid "Group Online Status"
msgstr "Group Online Status"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:962
-#: src/components/channel/MemberListItem.tsx:102
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:984
+#: src/components/channel/MemberListItem.tsx:109
msgid "Group Owner"
msgstr "Group Owner"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1092
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1116
msgid "Group Settings"
msgstr "Group Settings"
@@ -9335,11 +9416,11 @@ msgstr "Group Typing States"
msgid "Group updated"
msgstr "Group updated"
-#: src/components/pages/ReportPage.tsx:893
+#: src/components/pages/report/ReportStepDetails.tsx:167
msgid "Guild (Community) ID"
msgstr "Guild (Community) ID"
-#: src/components/pages/ReportPage.tsx:902
+#: src/components/pages/report/ReportStepDetails.tsx:177
msgid "Guild ID is required."
msgstr "Guild ID is required."
@@ -9355,13 +9436,13 @@ msgstr "Guild Record"
msgid "Hang on while we check for scheduled messages."
msgstr "Hang on while we check for scheduled messages."
-#: src/components/pages/ReportPage.tsx:295
+#: src/components/pages/report/optionDescriptors.ts:70
#: src/constants/IARConstants.tsx:155
msgid "Harassment"
msgstr "Harassment"
-#: src/components/pages/ReportPage.tsx:262
-#: src/components/pages/ReportPage.tsx:281
+#: src/components/pages/report/optionDescriptors.ts:43
+#: src/components/pages/report/optionDescriptors.ts:59
#: src/constants/IARConstants.tsx:32
#: src/constants/IARConstants.tsx:109
msgid "Harassment or Bullying"
@@ -9383,9 +9464,9 @@ msgstr "Has Ever Purchased Override"
msgid "has:"
msgstr "has:"
-#: src/components/pages/ReportPage.tsx:263
-#: src/components/pages/ReportPage.tsx:282
-#: src/components/pages/ReportPage.tsx:296
+#: src/components/pages/report/optionDescriptors.ts:44
+#: src/components/pages/report/optionDescriptors.ts:60
+#: src/components/pages/report/optionDescriptors.ts:71
#: src/constants/IARConstants.tsx:37
#: src/constants/IARConstants.tsx:114
#: src/constants/IARConstants.tsx:160
@@ -9430,7 +9511,7 @@ msgid "Help Center"
msgstr "Help Centre"
#. placeholder {0}: user.displayName
-#: src/components/layout/app-layout/nagbars/UnclaimedAccountNagbar.tsx:44
+#: src/components/layout/app-layout/nagbars/UnclaimedAccountNagbar.tsx:42
msgid "Hey {0}, claim your account to prevent losing access."
msgstr "Hey {0}, claim your account to prevent losing access."
@@ -9654,7 +9735,7 @@ msgstr "https://example.com/callback"
msgid "Hungarian"
msgstr "Hungarian"
-#: src/components/pages/ReportPage.tsx:323
+#: src/components/pages/report/optionDescriptors.ts:95
msgid "Hungary"
msgstr "Hungary"
@@ -9728,8 +9809,8 @@ msgstr "If you have received a beta code, you can enter it below to get immediat
msgid "If you want to export your data or delete your messages first, please visit the Privacy Dashboard section in User Settings before proceeding."
msgstr "If you want to export your data or delete your messages first, please visit the Privacy Dashboard section in User Settings before proceeding."
-#: src/components/channel/channel-view/DMChannelView.tsx:301
-#: src/components/channel/dm/DMWelcomeSection.tsx:119
+#: src/components/channel/channel-view/DMChannelView.tsx:302
+#: src/components/channel/dm/DMWelcomeSection.tsx:131
#: src/components/channel/friends/FriendListItem.tsx:145
#: src/components/channel/friends/FriendListItem.tsx:244
#: src/components/channel/friends/MobileFriendRequestItem.tsx:69
@@ -9740,7 +9821,7 @@ msgstr "Ignore"
#: src/components/channel/friends/FriendListItem.tsx:143
#: src/components/channel/friends/MobileFriendRequestItem.tsx:67
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:152
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:173
msgid "Ignore Friend Request"
msgstr "Ignore Friend Request"
@@ -9749,8 +9830,8 @@ msgstr "Ignore Friend Request"
msgid "Ignore per-channel message rate limits."
msgstr "Ignore per-channel message rate limits."
-#: src/components/pages/ReportPage.tsx:267
-#: src/components/pages/ReportPage.tsx:298
+#: src/components/pages/report/optionDescriptors.ts:48
+#: src/components/pages/report/optionDescriptors.ts:73
#: src/constants/IARConstants.tsx:57
#: src/constants/IARConstants.tsx:170
msgid "Illegal Activity"
@@ -9762,7 +9843,7 @@ msgid "image"
msgstr "image"
#: src/components/channel/embeds/media/EmbedGifv.tsx:237
-#: src/components/channel/embeds/media/EmbedImage.tsx:369
+#: src/components/channel/embeds/media/EmbedImage.tsx:374
#: src/components/modals/MediaViewerModal.tsx:362
#: src/components/search/HasFilterSheet.tsx:50
#: src/utils/FavoriteMemeUtils.ts:71
@@ -9783,8 +9864,8 @@ msgstr "Image preview"
msgid "Images"
msgstr "Images"
-#: src/components/pages/ReportPage.tsx:272
-#: src/components/pages/ReportPage.tsx:284
+#: src/components/pages/report/optionDescriptors.ts:53
+#: src/components/pages/report/optionDescriptors.ts:62
#: src/constants/IARConstants.tsx:82
#: src/constants/IARConstants.tsx:124
msgid "Impersonation"
@@ -9839,7 +9920,7 @@ msgstr "in {absWeeks} weeks"
msgid "in {absYears} years"
msgstr "in {absYears} years"
-#: src/components/channel/channel-view/DMChannelView.tsx:275
+#: src/components/channel/channel-view/DMChannelView.tsx:276
msgid "In call"
msgstr "In call"
@@ -9880,7 +9961,7 @@ msgstr "In your browser, Push-to-Talk will only work when the Fluxer tab is focu
msgid "in:"
msgstr "in:"
-#: src/components/pages/ReportPage.tsx:286
+#: src/components/pages/report/optionDescriptors.ts:64
#: src/constants/IARConstants.tsx:134
msgid "Inappropriate Profile"
msgstr "Inappropriate Profile"
@@ -9909,7 +9990,7 @@ msgstr "Include all community mentions"
msgid "Include audio from your screen in the share"
msgstr "Include audio from your screen in the share"
-#: src/components/channel/channel-view/DMChannelView.tsx:269
+#: src/components/channel/channel-view/DMChannelView.tsx:270
#: src/components/voice/IncomingCallUI.tsx:263
#: src/components/voice/IncomingCallUI.tsx:286
#: src/components/voice/IncomingCallUI.tsx:324
@@ -9946,11 +10027,11 @@ msgid "Increase app zoom level"
msgstr "Increase app zoom level"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:284
-#: src/components/channel/ChannelSearchResults.tsx:679
+#: src/components/channel/ChannelSearchResults.tsx:648
msgid "Indexing Channel"
msgstr "Indexing Channel"
-#: src/components/channel/ChannelSearchResults.tsx:317
+#: src/components/channel/ChannelSearchResults.tsx:274
msgid "Indexing..."
msgstr "Indexing..."
@@ -10032,12 +10113,12 @@ msgstr "Inputs with Icons"
msgid "Insert emoji"
msgstr "Insert emoji"
-#: src/components/channel/InviteEmbed.tsx:198
+#: src/components/channel/InviteEmbed.tsx:200
#: src/components/modals/InviteAcceptModal.tsx:143
msgid "Install Emoji Pack"
msgstr "Install Emoji Pack"
-#: src/components/channel/InviteEmbed.tsx:198
+#: src/components/channel/InviteEmbed.tsx:200
#: src/components/modals/InviteAcceptModal.tsx:143
msgid "Install Sticker Pack"
msgstr "Install Sticker Pack"
@@ -10104,7 +10185,7 @@ msgstr "Invalid Gift Code"
msgid "Invalid instance response: missing webapp URL."
msgstr "Invalid instance response: missing webapp URL."
-#: src/components/modals/ClaimAccountModal.tsx:108
+#: src/components/modals/ClaimAccountModal.tsx:110
#: src/components/modals/EmailChangeModal.tsx:108
#: src/components/modals/EmailChangeModal.tsx:169
msgid "Invalid or expired code"
@@ -10134,7 +10215,7 @@ msgstr "Inverted button clicked!"
msgid "Invisible"
msgstr "Invisible"
-#: src/components/modals/InviteModal.tsx:257
+#: src/components/modals/InviteModal.tsx:267
#: src/components/modals/tabs/ExpressionPacksTab.tsx:83
#: src/constants/AuditLogConstants.tsx:239
msgid "Invite"
@@ -10144,7 +10225,7 @@ msgstr "Invite"
msgid "Invite Background"
msgstr "Invite Background"
-#: src/components/pages/ReportPage.tsx:908
+#: src/components/pages/report/ReportStepDetails.tsx:183
msgid "Invite Code (optional)"
msgstr "Invite Code (optional)"
@@ -10170,7 +10251,7 @@ msgstr "Invite friends"
msgid "Invite friends to {0}"
msgstr "Invite friends to {0}"
-#: src/components/modals/InviteModal.tsx:317
+#: src/components/modals/InviteModal.tsx:314
msgid "Invite link"
msgstr "Invite link"
@@ -10190,7 +10271,7 @@ msgid "Invite Links"
msgstr "Invite Links"
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:164
-#: src/components/layout/ChannelItem.tsx:599
+#: src/components/layout/ChannelItem.tsx:616
#: src/components/popouts/GuildHeaderPopout.tsx:178
msgid "Invite Members"
msgstr "Invite Members"
@@ -10218,7 +10299,7 @@ msgid "Invite Page Preview"
msgstr "Invite Page Preview"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:381
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1144
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1168
#: src/components/layout/FavoritesChannelListContent.tsx:305
#: src/components/uikit/ContextMenu/ChannelListContextMenu.tsx:96
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:97
@@ -10236,7 +10317,7 @@ msgstr "Invite revoked"
msgid "Invite sent for {0}"
msgstr "Invite sent for {0}"
-#: src/components/bottomsheets/DMBottomSheet.tsx:256
+#: src/components/bottomsheets/DMBottomSheet.tsx:258
msgid "Invite sent to {guildName}"
msgstr "Invite sent to {guildName}"
@@ -10249,7 +10330,7 @@ msgid "Invite splash preview"
msgstr "Invite splash preview"
#. placeholder {0}: guild.name
-#: src/components/bottomsheets/DMBottomSheet.tsx:499
+#: src/components/bottomsheets/DMBottomSheet.tsx:501
msgid "Invite to {0}"
msgstr "Invite to {0}"
@@ -10257,7 +10338,7 @@ msgstr "Invite to {0}"
msgid "Invite to Community"
msgstr "Invite to Community"
-#: src/components/channel/InviteEmbed.tsx:362
+#: src/components/channel/InviteEmbed.tsx:364
msgid "Invite Unavailable"
msgstr "Invite Unavailable"
@@ -10277,7 +10358,7 @@ msgid "Invited by {0}#{1}"
msgstr "Invited by {0}#{1}"
#: src/components/auth/InviteHeader.tsx:159
-#: src/components/channel/InviteEmbed.tsx:222
+#: src/components/channel/InviteEmbed.tsx:224
msgid "Invited by {inviterTag}"
msgstr "Invited by {inviterTag}"
@@ -10290,8 +10371,8 @@ msgid "Inviter:"
msgstr "Inviter:"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:303
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1199
-#: src/components/bottomsheets/DMBottomSheet.tsx:468
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1223
+#: src/components/bottomsheets/DMBottomSheet.tsx:470
#: src/components/channel/dm/DMList.tsx:257
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:145
msgid "Invites"
@@ -10301,11 +10382,11 @@ msgstr "Invites"
msgid "Invites are currently disabled for this community."
msgstr "Invites are currently disabled for this community."
-#: src/components/modals/InviteModal.tsx:270
+#: src/components/modals/InviteModal.tsx:237
msgid "Invites are currently disabled in this community by an admin. While this invite can be created, it cannot be accepted until invites are re-enabled."
msgstr "Invites are currently disabled in this community by an admin. While this invite can be created, it cannot be accepted until invites are re-enabled."
-#: src/components/layout/guild-list/GuildListItem.tsx:233
+#: src/components/layout/guild-list/GuildListItem.tsx:234
msgid "Invites are currently paused in this community"
msgstr "Invites are currently paused in this community"
@@ -10317,7 +10398,7 @@ msgstr "Invites are locked for preview communities. Claim your account by settin
msgid "Invites disabled"
msgstr "Invites disabled"
-#: src/components/channel/InviteEmbed.tsx:257
+#: src/components/channel/InviteEmbed.tsx:259
#: src/components/modals/InviteAcceptModal.tsx:98
msgid "Invites Disabled"
msgstr "Invites Disabled"
@@ -10343,7 +10424,7 @@ msgstr "Invites to <0>{0}0> are currently disabled"
msgid "IP address authorized"
msgstr "IP address authorised"
-#: src/components/pages/ReportPage.tsx:324
+#: src/components/pages/report/optionDescriptors.ts:96
msgid "Ireland"
msgstr "Ireland"
@@ -10359,7 +10440,7 @@ msgstr "It's a full-blown typing fiesta in here"
msgid "Italian"
msgstr "Italian"
-#: src/components/pages/ReportPage.tsx:325
+#: src/components/pages/report/optionDescriptors.ts:97
msgid "Italy"
msgstr "Italy"
@@ -10381,16 +10462,16 @@ msgstr "Join a Community"
msgid "Join a community with stickers to get started!"
msgstr "Join a community with stickers to get started!"
-#: src/components/channel/channel-view/DMChannelView.tsx:315
+#: src/components/channel/channel-view/DMChannelView.tsx:316
msgid "Join call"
msgstr "Join call"
-#: src/components/channel/InviteEmbed.tsx:261
-#: src/components/channel/InviteEmbed.tsx:451
+#: src/components/channel/InviteEmbed.tsx:263
+#: src/components/channel/InviteEmbed.tsx:453
#: src/components/layout/guild-list/AddGuildButton.tsx:71
#: src/components/modals/AddGuildModal.tsx:129
#: src/components/modals/AddGuildModal.tsx:410
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:304
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:342
#: src/components/modals/InviteAcceptModal.tsx:102
#: src/components/modals/InviteAcceptModalPreview.tsx:114
msgid "Join Community"
@@ -10400,7 +10481,7 @@ msgstr "Join Community"
msgid "Join community form"
msgstr "Join community form"
-#: src/components/channel/InviteEmbed.tsx:187
+#: src/components/channel/InviteEmbed.tsx:189
msgid "Join Group"
msgstr "Join Group"
@@ -10416,19 +10497,19 @@ msgstr "Join notifications"
msgid "Join Operators Community"
msgstr "Join Operators Community"
-#: src/components/channel/CallMessage.tsx:171
+#: src/components/channel/CallMessage.tsx:165
msgid "Join the call"
msgstr "Join the call"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:122
+#: src/components/channel/ChannelHeader/CallButtons.tsx:159
msgid "Join Video Call"
msgstr "Join Video Call"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:118
+#: src/components/channel/ChannelHeader/CallButtons.tsx:150
msgid "Join Video Call ({participantCount} participant)"
msgstr "Join Video Call ({participantCount} participant)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:119
+#: src/components/channel/ChannelHeader/CallButtons.tsx:151
msgid "Join Video Call ({participantCount} participants)"
msgstr "Join Video Call ({participantCount} participants)"
@@ -10436,15 +10517,15 @@ msgstr "Join Video Call ({participantCount} participants)"
msgid "Join Visionary Community"
msgstr "Join Visionary Community"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:70
+#: src/components/channel/ChannelHeader/CallButtons.tsx:89
msgid "Join Voice Call"
msgstr "Join Voice Call"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:66
+#: src/components/channel/ChannelHeader/CallButtons.tsx:80
msgid "Join Voice Call ({participantCount} participant)"
msgstr "Join Voice Call ({participantCount} participant)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:67
+#: src/components/channel/ChannelHeader/CallButtons.tsx:81
msgid "Join Voice Call ({participantCount} participants)"
msgstr "Join Voice Call ({participantCount} participants)"
@@ -10495,7 +10576,7 @@ msgstr "JPEG, PNG, WebP. Max 10MB. Recommended: 512×512px"
msgid "JPEG, PNG, WebP. Max 10MB. Recommended: 512×512px. Animated avatars (GIF) require <0/>."
msgstr "JPEG, PNG, WebP. Max 10MB. Recommended: 512×512px. Animated avatars (GIF) require <0/>."
-#: src/components/channel/ChannelSearchResults.tsx:777
+#: src/components/channel/ChannelSearchResults.tsx:745
#: src/components/pages/MessageListPage.tsx:97
#: src/components/popouts/RecentMentionsContent.tsx:221
#: src/components/popouts/SavedMessagesContent.tsx:102
@@ -10519,11 +10600,11 @@ msgstr "Jump to Message"
msgid "Jump to Oldest Unread Message"
msgstr "Jump to Oldest Unread Message"
-#: src/components/channel/ChannelSearchResults.tsx:872
+#: src/components/channel/ChannelSearchResults.tsx:840
msgid "Jump to page"
msgstr "Jump to page"
-#: src/components/channel/Messages.tsx:917
+#: src/components/channel/Messages.tsx:915
msgid "Jump to Present"
msgstr "Jump to Present"
@@ -10612,7 +10693,7 @@ msgid "Keyboard Shortcuts"
msgstr "Keyboard Shortcuts"
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:344
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:311
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:314
#: src/components/modals/KickMemberModal.tsx:58
#: src/components/modals/UserProfileActionsSheet.tsx:253
msgid "Kick"
@@ -10702,7 +10783,7 @@ msgstr "Latency {latency} milliseconds"
msgid "Latency graph"
msgstr "Latency graph"
-#: src/components/pages/ReportPage.tsx:326
+#: src/components/pages/report/optionDescriptors.ts:98
msgid "Latvia"
msgstr "Latvia"
@@ -10729,10 +10810,10 @@ msgstr "Leave Community"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:248
#: src/components/bottomsheets/ChannelBottomSheet.tsx:250
#: src/components/bottomsheets/ChannelBottomSheet.tsx:314
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1253
-#: src/components/bottomsheets/DMBottomSheet.tsx:337
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1277
#: src/components/bottomsheets/DMBottomSheet.tsx:339
-#: src/components/bottomsheets/DMBottomSheet.tsx:551
+#: src/components/bottomsheets/DMBottomSheet.tsx:341
+#: src/components/bottomsheets/DMBottomSheet.tsx:554
#: src/components/channel/dm/DMList.tsx:265
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:159
#: src/hooks/useLeaveGroup.tsx:42
@@ -10740,27 +10821,27 @@ msgstr "Leave Community"
msgid "Leave Group"
msgstr "Leave Group"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:122
+#: src/components/channel/ChannelHeader/CallButtons.tsx:157
msgid "Leave Video Call"
msgstr "Leave Video Call"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:113
+#: src/components/channel/ChannelHeader/CallButtons.tsx:145
msgid "Leave Video Call ({participantCount} participant)"
msgstr "Leave Video Call ({participantCount} participant)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:114
+#: src/components/channel/ChannelHeader/CallButtons.tsx:146
msgid "Leave Video Call ({participantCount} participants)"
msgstr "Leave Video Call ({participantCount} participants)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:70
+#: src/components/channel/ChannelHeader/CallButtons.tsx:87
msgid "Leave Voice Call"
msgstr "Leave Voice Call"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:61
+#: src/components/channel/ChannelHeader/CallButtons.tsx:75
msgid "Leave Voice Call ({participantCount} participant)"
msgstr "Leave Voice Call ({participantCount} participant)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:62
+#: src/components/channel/ChannelHeader/CallButtons.tsx:76
msgid "Leave Voice Call ({participantCount} participants)"
msgstr "Leave Voice Call ({participantCount} participants)"
@@ -10785,7 +10866,7 @@ msgstr "Left aligned"
msgid "Left community"
msgstr "Left community"
-#: src/components/bottomsheets/DMBottomSheet.tsx:350
+#: src/components/bottomsheets/DMBottomSheet.tsx:352
#: src/hooks/useLeaveGroup.tsx:56
msgid "Left group"
msgstr "Left group"
@@ -10798,7 +10879,7 @@ msgstr "Left Icon"
msgid "Left Tooltip"
msgstr "Left Tooltip"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:90
+#: src/components/modals/components/plutonium/VisionarySection.tsx:99
msgid "Let people add you without needing a 4-digit tag"
msgstr "Let people add you without needing a 4-digit tag"
@@ -10810,17 +10891,13 @@ msgstr "Let the community self-moderate"
msgid "Letters (a-z, A-Z), numbers (0-9), and underscores (_) only"
msgstr "Letters (a-z, A-Z), numbers (0-9), and underscores (_) only"
-#: src/components/pages/ReportPage.tsx:729
-msgid "Letters and numbers only. You can paste the code—formatting is automatic."
-msgstr "Letters and numbers only. You can paste the code—formatting is automatic."
-
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:120
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:139
#: src/components/modals/tabs/DeveloperOptionsTab/AccountPremiumTab.tsx:49
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:371
msgid "Lifetime"
msgstr "Lifetime"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:73
+#: src/components/modals/components/plutonium/VisionarySection.tsx:82
#: src/utils/giftUtils.ts:58
msgid "Lifetime Plutonium"
msgstr "Lifetime Plutonium"
@@ -10838,7 +10915,7 @@ msgid "Liked!"
msgstr "Liked!"
#. placeholder {0}: formatter.format(visionarySlots.total)
-#: src/components/modals/components/plutonium/VisionarySection.tsx:61
+#: src/components/modals/components/plutonium/VisionarySection.tsx:70
msgid "Limited to {0} users. One-time purchase, lifetime access."
msgstr "Limited to {0} users. One-time purchase, lifetime access."
@@ -10856,7 +10933,7 @@ msgstr "Link"
msgid "Link channel"
msgstr "Link channel"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:530
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:544
#: src/components/uikit/ContextMenu/MediaContextMenu.tsx:145
#: src/components/uikit/ContextMenu/MediaContextMenu.tsx:228
msgid "Link copied to clipboard"
@@ -10902,7 +10979,7 @@ msgstr "Lists"
msgid "Lists members with this role in their own section in the member list."
msgstr "Lists members with this role in their own section in the member list."
-#: src/components/pages/ReportPage.tsx:327
+#: src/components/pages/report/optionDescriptors.ts:99
msgid "Lithuania"
msgstr "Lithuania"
@@ -10934,7 +11011,7 @@ msgstr "Loading bans..."
msgid "Loading communities..."
msgstr "Loading communities..."
-#: src/components/channel/embeds/media/EmbedImage.tsx:363
+#: src/components/channel/embeds/media/EmbedImage.tsx:368
msgid "Loading image"
msgstr "Loading image"
@@ -10947,7 +11024,7 @@ msgid "Loading more..."
msgstr "Loading more..."
#: src/components/channel/embeds/media/EmbedGifv.tsx:493
-#: src/components/channel/embeds/media/EmbedGifv.tsx:721
+#: src/components/channel/embeds/media/EmbedGifv.tsx:745
msgid "Loading placeholder"
msgstr "Loading placeholder"
@@ -10971,7 +11048,7 @@ msgstr "Loading theme..."
msgid "Loading verification methods..."
msgstr "Loading verification methods..."
-#: src/components/channel/embeds/media/EmbedImage.tsx:363
+#: src/components/channel/embeds/media/EmbedImage.tsx:368
msgid "Loading: {alt}"
msgstr "Loading: {alt}"
@@ -11021,7 +11098,7 @@ msgid "Log in with a passkey"
msgstr "Log in with a passkey"
#: src/components/modals/components/DesktopSettingsView.tsx:346
-#: src/components/modals/components/MobileSettingsView.tsx:362
+#: src/components/modals/components/MobileSettingsView.tsx:357
#: src/components/pages/PendingVerificationPage.tsx:151
msgid "Log Out"
msgstr "Log Out"
@@ -11101,7 +11178,7 @@ msgstr "Low"
msgid "Low (480p)"
msgstr "Low (480p)"
-#: src/components/pages/ReportPage.tsx:328
+#: src/components/pages/report/optionDescriptors.ts:100
msgid "Luxembourg"
msgstr "Luxembourg"
@@ -11114,16 +11191,16 @@ msgstr "Make Group Owner"
msgid "Make links to websites stand out more by always underlining them."
msgstr "Make links to websites stand out more by always underlining them."
-#: src/components/pages/ReportPage.tsx:271
+#: src/components/pages/report/optionDescriptors.ts:52
#: src/constants/IARConstants.tsx:77
msgid "Malicious Links"
msgstr "Malicious Links"
-#: src/components/pages/ReportPage.tsx:329
+#: src/components/pages/report/optionDescriptors.ts:101
msgid "Malta"
msgstr "Malta"
-#: src/components/pages/ReportPage.tsx:302
+#: src/components/pages/report/optionDescriptors.ts:77
#: src/constants/IARConstants.tsx:190
msgid "Malware Distribution"
msgstr "Malware Distribution"
@@ -11214,7 +11291,7 @@ msgid "Manage slash commands for this application"
msgstr "Manage slash commands for this application"
#: src/components/layout/app-layout/nagbars/PremiumGracePeriodNagbar.tsx:83
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:288
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:324
msgid "Manage Subscription"
msgstr "Manage Subscription"
@@ -11227,7 +11304,7 @@ msgstr "Manage the email address you use to sign in to Fluxer"
msgid "Manage Webhooks"
msgstr "Manage Webhooks"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:100
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:104
msgid "Manage your applications and bots."
msgstr "Manage your applications and bots."
@@ -11243,7 +11320,7 @@ msgstr "Manage your gifts"
msgid "Manage your phone number for SMS two-factor authentication"
msgstr "Manage your phone number for SMS two-factor authentication"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:280
+#: src/components/modals/tabs/GiftInventoryTab.tsx:303
msgid "Manage your purchased Plutonium gift codes. Share the gift URL with someone special or redeem it for yourself!"
msgstr "Manage your purchased Plutonium gift codes. Share the gift URL with someone special or redeem it for yourself!"
@@ -11256,8 +11333,8 @@ msgid "Mark as 18+ (NSFW)"
msgstr "Mark as 18+ (NSFW)"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:358
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1115
-#: src/components/bottomsheets/DMBottomSheet.tsx:388
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1139
+#: src/components/bottomsheets/DMBottomSheet.tsx:390
#: src/components/channel/NewMessagesBar.tsx:60
#: src/components/uikit/ContextMenu/items/CategoryMenuItems.tsx:81
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:79
@@ -11319,7 +11396,7 @@ msgstr "Markdown"
msgid "Markdown Preview"
msgstr "Markdown Preview"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:516
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:530
msgid "Marked as read"
msgstr "Marked as read"
@@ -11347,7 +11424,7 @@ msgstr "Markers Below Slider"
msgid "Marty_McFly"
msgstr "Marty_McFly"
-#: src/components/modals/ClaimAccountModal.tsx:160
+#: src/components/modals/ClaimAccountModal.tsx:162
#: src/components/modals/EmailChangeModal.tsx:254
msgid "marty@example.com"
msgstr "marty@example.com"
@@ -11356,7 +11433,7 @@ msgstr "marty@example.com"
msgid "Mask Visionary as subscription"
msgstr "Mask Visionary as subscription"
-#: src/components/modals/InviteModal.tsx:291
+#: src/components/modals/InviteModal.tsx:288
msgid "Max number of uses"
msgstr "Max number of uses"
@@ -11393,7 +11470,8 @@ msgstr "Maximum quality for camera is 1080p"
msgid "Maximum quality, requires very fast connection"
msgstr "Maximum quality, requires very fast connection"
-#: src/components/modals/GiftAcceptModal.tsx:151
+#: src/components/modals/GiftAcceptModal.tsx:161
+#: src/components/modals/GiftAcceptModal.tsx:194
msgid "Maybe later"
msgstr "Maybe later"
@@ -11411,7 +11489,7 @@ msgstr "Measuring..."
#: src/components/channel/AutocompleteEmoji.tsx:154
#: src/components/channel/textarea/TextareaButtons.tsx:122
-#: src/components/modals/ExpressionPickerSheet.tsx:77
+#: src/components/modals/ExpressionPickerSheet.tsx:64
#: src/components/modals/tabs/ChatSettingsTab.tsx:43
#: src/components/modals/tabs/ChatSettingsTab/Inline.tsx:37
#: src/components/modals/utils/settingsConstants.tsx:298
@@ -11504,8 +11582,8 @@ msgstr "Member verification"
msgid "Member verification level"
msgstr "Member verification level"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:877
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:913
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:909
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:945
#: src/components/modals/guildTabs/GuildMembersTab.tsx:429
#: src/components/modals/shared/AddOverridePopout.tsx:176
#: src/components/modals/utils/guildSettingsConstants.tsx:157
@@ -11536,7 +11614,7 @@ msgstr "Members Pruned"
msgid "Members receive notifications for every message"
msgstr "Members receive notifications for every message"
-#: src/components/modals/InviteModal.tsx:302
+#: src/components/modals/InviteModal.tsx:299
msgid "Members will be removed when they go offline unless a role is assigned"
msgstr "Members will be removed when they go offline unless a role is assigned"
@@ -11608,11 +11686,11 @@ msgid "mentions:"
msgstr "mentions:"
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:234
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:218
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:220
#: src/components/modals/tabs/ComponentGalleryTab/InputsTab.tsx:164
-#: src/components/modals/UserProfileMobileSheet.tsx:497
-#: src/components/modals/UserProfileModal.tsx:1189
-#: src/components/modals/UserProfileModal.tsx:1311
+#: src/components/modals/UserProfileMobileSheet.tsx:501
+#: src/components/modals/UserProfileModal.tsx:1190
+#: src/components/modals/UserProfileModal.tsx:1316
#: src/components/popouts/UserProfilePopout.tsx:289
#: src/components/popouts/UserProfilePopout.tsx:308
#: src/components/profile/ProfilePreview.tsx:292
@@ -11689,7 +11767,7 @@ msgstr "Message Grouping"
msgid "Message is too long"
msgstr "Message is too long"
-#: src/components/pages/ReportPage.tsx:837
+#: src/components/pages/report/ReportStepDetails.tsx:107
msgid "Message Link"
msgstr "Message Link"
@@ -11744,7 +11822,7 @@ msgstr "Messages & Media"
msgid "Messages Deleted"
msgstr "Messages Deleted"
-#: src/components/channel/Messages.tsx:938
+#: src/components/channel/Messages.tsx:936
msgid "Messages failed to load"
msgstr "Messages failed to load"
@@ -11888,22 +11966,21 @@ msgstr "Moderation"
msgid "Monospace font family"
msgstr "Monospace font family"
-#: src/components/auth/DateOfBirthField.tsx:87
-#: src/components/auth/DateOfBirthField.tsx:154
+#: src/components/auth/DateOfBirthField.tsx:151
#: src/components/auth/MockMinimalRegisterForm.tsx:68
msgid "Month"
msgstr "Month"
-#: src/components/modals/components/plutonium/PricingSection.tsx:71
+#: src/components/modals/components/plutonium/PricingSection.tsx:78
msgid "Monthly"
msgstr "Monthly"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:63
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:73
msgid "Monthly {monthlyPrice}"
msgstr "Monthly {monthlyPrice}"
#: src/components/accounts/AccountRow.tsx:178
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:863
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:895
#: src/components/channel/friends/FriendListItem.tsx:229
#: src/components/channel/MessageActionBar.tsx:647
#: src/components/channel/MessageActionBar.tsx:776
@@ -11936,7 +12013,7 @@ msgstr "More sticker slots"
msgid "Most popular"
msgstr "Most popular"
-#: src/components/channel/ChannelSearchResults.tsx:225
+#: src/components/channel/ChannelSearchResults.tsx:182
#: src/components/search/SortModeSheet.tsx:53
msgid "Most Relevant"
msgstr "Most Relevant"
@@ -12015,7 +12092,7 @@ msgstr "Multilingual Content"
msgid "Music Lovers"
msgstr "Music Lovers"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:850
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:882
#: src/components/bottomsheets/VoiceLobbyBottomSheet.tsx:179
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:253
#: src/components/layout/UserArea.tsx:213
@@ -12055,7 +12132,7 @@ msgstr "Mute channel"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:400
#: src/components/bottomsheets/ChannelBottomSheet.tsx:452
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1010
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1034
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:171
#: src/components/modals/GuildNotificationSettingsModal.tsx:295
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:168
@@ -12069,9 +12146,9 @@ msgstr "Mute Channel"
msgid "Mute Community"
msgstr "Mute Community"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1012
-#: src/components/bottomsheets/DMBottomSheet.tsx:449
-#: src/components/bottomsheets/DMBottomSheet.tsx:590
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1036
+#: src/components/bottomsheets/DMBottomSheet.tsx:451
+#: src/components/bottomsheets/DMBottomSheet.tsx:593
msgid "Mute Conversation"
msgstr "Mute Conversation"
@@ -12096,7 +12173,7 @@ msgstr "Mute Members"
msgid "Mute User"
msgstr "Mute User"
-#: src/components/layout/guild-list/GuildListItem.tsx:193
+#: src/components/layout/guild-list/GuildListItem.tsx:194
#: src/components/layout/VoiceStateIcons.tsx:53
#: src/components/voice/VoiceParticipantTile.tsx:897
#: src/utils/ContextMenuUtils.tsx:159
@@ -12105,7 +12182,7 @@ msgstr "Muted"
#. placeholder {0}: DateUtils.getFormattedDateTime(new Date(muteConfig.end_time))
#. placeholder {0}: getFormattedDateTime(new Date(muteConfig.end_time))
-#: src/components/layout/guild-list/GuildListItem.tsx:191
+#: src/components/layout/guild-list/GuildListItem.tsx:192
#: src/utils/ContextMenuUtils.tsx:157
msgid "Muted until {0}"
msgstr "Muted until {0}"
@@ -12253,7 +12330,7 @@ msgstr "Need an account?"
msgid "Neighborhood Watch"
msgstr "Neighbourhood Watch"
-#: src/components/pages/ReportPage.tsx:330
+#: src/components/pages/report/optionDescriptors.ts:102
msgid "Netherlands"
msgstr "Netherlands"
@@ -12261,9 +12338,9 @@ msgstr "Netherlands"
msgid "Network"
msgstr "Network"
-#: src/components/modals/components/PlutoniumContent.tsx:145
-#: src/components/modals/components/PlutoniumContent.tsx:271
-#: src/components/modals/tabs/BetaCodesTab.tsx:295
+#: src/components/modals/components/PlutoniumContent.tsx:156
+#: src/components/modals/components/PlutoniumContent.tsx:288
+#: src/components/modals/tabs/BetaCodesTab.tsx:320
#: src/components/modals/tabs/DevicesTab.tsx:229
msgid "Network error"
msgstr "Network error"
@@ -12290,7 +12367,7 @@ msgstr "never expires"
#: src/components/channel/Divider.tsx:51
#: src/components/channel/Divider.tsx:60
#: src/components/channel/UnreadDividerSlot.tsx:45
-#: src/components/layout/GuildsLayout.tsx:285
+#: src/components/layout/GuildsLayout.tsx:283
msgid "New"
msgstr "New"
@@ -12311,7 +12388,7 @@ msgstr "New email"
msgid "New email form"
msgstr "New email form"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:902
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:934
msgid "New Group"
msgstr "New Group"
@@ -12334,7 +12411,7 @@ msgid "new-channel"
msgstr "new-channel"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:446
-#: src/components/channel/ChannelSearchResults.tsx:223
+#: src/components/channel/ChannelSearchResults.tsx:180
msgid "Newest"
msgstr "Newest"
@@ -12394,7 +12471,7 @@ msgstr "Nickname must not exceed 32 characters"
msgid "Nickname updated"
msgstr "Nickname updated"
-#: src/components/layout/GuildLayout.tsx:392
+#: src/components/layout/GuildLayout.tsx:397
msgid "No accessible channels"
msgstr "No accessible channels"
@@ -12431,7 +12508,7 @@ msgstr "No Banned Users"
msgid "No bans found matching your search."
msgstr "No bans found matching your search."
-#: src/components/modals/tabs/BetaCodesTab.tsx:365
+#: src/components/modals/tabs/BetaCodesTab.tsx:390
msgid "No beta codes yet"
msgstr "No beta codes yet"
@@ -12471,7 +12548,7 @@ msgstr "No channels available"
msgid "No channels found"
msgstr "No channels found"
-#: src/components/modals/tabs/BetaCodesTab.tsx:275
+#: src/components/modals/tabs/BetaCodesTab.tsx:279
msgid "No codes remaining. Resets {resetString}"
msgstr "No codes remaining. Resets {resetString}"
@@ -12484,7 +12561,7 @@ msgid "No community banner"
msgstr "No community banner"
#: src/components/auth/InviteHeader.tsx:156
-#: src/components/channel/InviteEmbed.tsx:215
+#: src/components/channel/InviteEmbed.tsx:217
#: src/components/modals/InviteAcceptModal.tsx:148
#: src/components/modals/tabs/ExpressionPacksTab.tsx:73
msgid "No description provided."
@@ -12516,7 +12593,7 @@ msgstr "No friends yet"
msgid "No GIFs found"
msgstr "No GIFs found"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:311
+#: src/components/modals/tabs/GiftInventoryTab.tsx:334
msgid "No gifts yet"
msgstr "No gifts yet"
@@ -12656,7 +12733,7 @@ msgid "No results"
msgstr "No results"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:315
-#: src/components/channel/ChannelSearchResults.tsx:709
+#: src/components/channel/ChannelSearchResults.tsx:678
msgid "No Results"
msgstr "No Results"
@@ -12717,7 +12794,7 @@ msgstr "No System Channel"
msgid "No Timer"
msgstr "No Timer"
-#: src/components/channel/dm/AddFriendForm.tsx:70
+#: src/components/channel/dm/AddFriendForm.tsx:93
msgid "No user found with that FluxerTag."
msgstr "No user found with that FluxerTag."
@@ -12797,7 +12874,7 @@ msgstr "Not Now"
msgid "Not your cup of tea? You can disable this feature anytime."
msgstr "Not your cup of tea? You can disable this feature anytime."
-#: src/components/modals/UserProfileMobileSheet.tsx:549
+#: src/components/modals/UserProfileMobileSheet.tsx:553
#: src/components/modals/UserProfileModal.tsx:244
#: src/components/modals/UserProfileModal.tsx:248
#: src/components/pages/YouPage.tsx:144
@@ -12813,7 +12890,7 @@ msgstr "Note (only visible to you)"
msgid "nothing"
msgstr "nothing"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1387
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1411
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:218
#: src/components/modals/GuildNotificationSettingsModal.tsx:95
#: src/components/modals/GuildNotificationSettingsModal.tsx:226
@@ -12835,8 +12912,8 @@ msgid "Notification Overrides"
msgstr "Notification Overrides"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:405
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1160
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1341
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1184
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1365
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:199
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsButton.tsx:59
#: src/components/modals/GuildNotificationSettingsModal.tsx:162
@@ -12904,17 +12981,17 @@ msgstr "NSFW content not allowed"
msgid "NSFW Gates"
msgstr "NSFW Gates"
-#: src/components/pages/ReportPage.tsx:266
+#: src/components/pages/report/optionDescriptors.ts:47
#: src/constants/IARConstants.tsx:52
msgid "NSFW Policy Violation"
msgstr "NSFW Policy Violation"
#. placeholder {0}: formatter.format(visionarySlots.total)
-#: src/components/modals/components/plutonium/VisionarySection.tsx:82
+#: src/components/modals/components/plutonium/VisionarySection.tsx:91
msgid "Numbered badge (1-{0}) showing your Visionary status"
msgstr "Numbered badge (1-{0}) showing your Visionary status"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:83
+#: src/components/modals/components/plutonium/VisionarySection.tsx:92
msgid "Numbered badge showing your Visionary status"
msgstr "Numbered badge showing your Visionary status"
@@ -12933,8 +13010,8 @@ msgstr "Objects"
msgid "Off"
msgstr "Off"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:281
-#: src/components/channel/ChannelMembers.tsx:137
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:287
+#: src/components/channel/ChannelMembers.tsx:108
#: src/Constants.tsx:134
#: src/utils/MemberListUtils.ts:150
#: src/utils/MemberListUtils.ts:188
@@ -12962,7 +13039,7 @@ msgid "Okay"
msgstr "Okay"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:446
-#: src/components/channel/ChannelSearchResults.tsx:224
+#: src/components/channel/ChannelSearchResults.tsx:181
msgid "Oldest"
msgstr "Oldest"
@@ -13020,25 +13097,25 @@ msgstr "One or more channels are being indexed"
msgid "one second ago"
msgstr "one second ago"
-#: src/components/modals/components/plutonium/GiftSection.tsx:71
-#: src/components/modals/components/plutonium/GiftSection.tsx:80
-#: src/components/modals/components/plutonium/PricingSection.tsx:103
-#: src/components/modals/components/plutonium/PricingSection.tsx:112
+#: src/components/modals/components/plutonium/GiftSection.tsx:78
+#: src/components/modals/components/plutonium/GiftSection.tsx:90
+#: src/components/modals/components/plutonium/PricingSection.tsx:118
+#: src/components/modals/components/plutonium/PricingSection.tsx:130
msgid "one-time purchase"
msgstr "one-time purchase"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:65
+#: src/components/modals/components/plutonium/VisionarySection.tsx:74
msgid "One-time purchase, lifetime access."
msgstr "One-time purchase, lifetime access."
-#: src/components/modals/components/plutonium/GiftSection.tsx:89
-#: src/components/modals/components/plutonium/PricingSection.tsx:90
-#: src/components/modals/components/plutonium/PricingSection.tsx:121
+#: src/components/modals/components/plutonium/GiftSection.tsx:102
+#: src/components/modals/components/plutonium/PricingSection.tsx:103
+#: src/components/modals/components/plutonium/PricingSection.tsx:142
msgid "one-time, lifetime"
msgstr "one-time, lifetime"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:281
-#: src/components/channel/ChannelMembers.tsx:135
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:285
+#: src/components/channel/ChannelMembers.tsx:106
#: src/components/channel/dm/DMFriendsView.tsx:168
#: src/components/channel/friends/views/FriendsList.tsx:95
#: src/Constants.tsx:130
@@ -13051,7 +13128,7 @@ msgstr "Online"
msgid "Online Status"
msgstr "Online Status"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1382
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1406
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:212
#: src/components/modals/GuildNotificationSettingsModal.tsx:91
#: src/components/modals/GuildNotificationSettingsModal.tsx:281
@@ -13120,11 +13197,11 @@ msgstr "Open Claim Account Modal"
msgid "Open color picker"
msgstr "Open colour picker"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1398
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1422
msgid "Open Community Notification Settings"
msgstr "Open Community Notification Settings"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:286
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:322
msgid "Open Customer Portal"
msgstr "Open Customer Portal"
@@ -13293,7 +13370,7 @@ msgstr "Option Three"
msgid "Option Two"
msgstr "Option Two"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:89
+#: src/components/modals/components/plutonium/VisionarySection.tsx:98
msgid "Optional #0000 tag"
msgstr "Optional #0000 tag"
@@ -13309,7 +13386,7 @@ msgstr "OR"
msgid "Or copy the link:"
msgstr "Or copy the link:"
-#: src/components/modals/InviteModal.tsx:312
+#: src/components/modals/InviteModal.tsx:309
msgid "or send an invite link to a friend:"
msgstr "or send an invite link to a friend:"
@@ -13325,9 +13402,9 @@ msgstr "Original message failed to load"
msgid "Original message was deleted"
msgstr "Original message was deleted"
-#: src/components/pages/ReportPage.tsx:273
-#: src/components/pages/ReportPage.tsx:287
-#: src/components/pages/ReportPage.tsx:303
+#: src/components/pages/report/optionDescriptors.ts:54
+#: src/components/pages/report/optionDescriptors.ts:65
+#: src/components/pages/report/optionDescriptors.ts:78
#: src/constants/IARConstants.tsx:87
#: src/constants/IARConstants.tsx:139
#: src/constants/IARConstants.tsx:195
@@ -13463,8 +13540,8 @@ msgstr "Passkeys require a signed macOS bundle with a valid application identifi
#: src/components/auth/AuthLoginCore/AuthLoginEmailPasswordForm.tsx:90
#: src/components/auth/AuthRegisterFormCore.tsx:136
#: src/components/auth/AuthRegisterFormCore.tsx:217
-#: src/components/modals/ClaimAccountModal.tsx:168
-#: src/components/modals/ClaimAccountModal.tsx:208
+#: src/components/modals/ClaimAccountModal.tsx:170
+#: src/components/modals/ClaimAccountModal.tsx:210
#: src/components/modals/SudoVerificationModal.tsx:171
#: src/components/modals/SudoVerificationModal.tsx:236
#: src/components/modals/tabs/AccountSecurityTab/AccountTab.tsx:105
@@ -13546,11 +13623,11 @@ msgstr "People who are friends with your friends can add you to group chats"
msgid "People who are friends with your friends can call you"
msgstr "People who are friends with your friends can call you"
-#: src/components/modals/components/plutonium/PricingSection.tsx:73
+#: src/components/modals/components/plutonium/PricingSection.tsx:80
msgid "per month"
msgstr "per month"
-#: src/components/modals/components/plutonium/PricingSection.tsx:80
+#: src/components/modals/components/plutonium/PricingSection.tsx:90
msgid "per year"
msgstr "per year"
@@ -13588,8 +13665,8 @@ msgstr "Permissions granted"
msgid "Personal notes"
msgstr "Personal notes"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:479
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:778
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:493
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:810
#: src/components/channel/channel-header/useChannelHeaderData.ts:84
#: src/components/channel/dm/DMList.tsx:708
#: src/components/channel/dm/DMList.tsx:795
@@ -13662,16 +13739,16 @@ msgid "Pick which phone step to show"
msgstr "Pick which phone step to show"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:336
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1132
-#: src/components/bottomsheets/DMBottomSheet.tsx:483
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1156
+#: src/components/bottomsheets/DMBottomSheet.tsx:485
#: src/components/channel/dm/DMList.tsx:287
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:153
msgid "Pin DM"
msgstr "Pin DM"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:295
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1132
-#: src/components/bottomsheets/DMBottomSheet.tsx:483
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1156
+#: src/components/bottomsheets/DMBottomSheet.tsx:485
#: src/components/channel/dm/DMList.tsx:248
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:133
msgid "Pin Group DM"
@@ -13714,20 +13791,20 @@ msgid "Ping: {latency}ms"
msgstr "Ping: {latency}ms"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:219
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:566
-#: src/components/bottomsheets/DMBottomSheet.tsx:147
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:580
+#: src/components/bottomsheets/DMBottomSheet.tsx:149
#: src/components/channel/dm/DMList.tsx:214
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:115
msgid "Pinned DM"
msgstr "Pinned DM"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:219
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:566
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:580
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:95
msgid "Pinned group"
msgstr "Pinned group"
-#: src/components/bottomsheets/DMBottomSheet.tsx:147
+#: src/components/bottomsheets/DMBottomSheet.tsx:149
msgid "Pinned group DM"
msgstr "Pinned group DM"
@@ -13742,7 +13819,7 @@ msgstr "Pinned Messages"
msgid "pinned:"
msgstr "pinned:"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:886
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:918
msgid "Pins"
msgstr "Pins"
@@ -13789,15 +13866,15 @@ msgstr "Please check your inbox for a verification email."
msgid "Please enable Fluxer in System Settings → Privacy & Security → Input Monitoring."
msgstr "Please enable Fluxer in System Settings → Privacy & Security → Input Monitoring."
-#: src/components/pages/ReportPage.tsx:396
+#: src/components/pages/ReportPage.tsx:211
msgid "Please enter a valid email address."
msgstr "Please enter a valid email address."
-#: src/components/channel/dm/AddFriendForm.tsx:74
+#: src/components/channel/dm/AddFriendForm.tsx:97
msgid "Please enter a valid FluxerTag (Username#0000)."
msgstr "Please enter a valid FluxerTag (Username#0000)."
-#: src/components/pages/ReportPage.tsx:509
+#: src/components/pages/ReportPage.tsx:336
msgid "Please enter a valid message link URL."
msgstr "Please enter a valid message link URL."
@@ -13809,26 +13886,22 @@ msgstr "Please enter an API endpoint."
msgid "Please fill out the following fields: {fieldList}"
msgstr "Please fill out the following fields: {fieldList}"
-#: src/components/pages/ReportPage.tsx:436
+#: src/components/pages/ReportPage.tsx:261
msgid "Please go back and enter a valid email address."
msgstr "Please go back and enter a valid email address."
-#: src/components/pages/ReportPage.tsx:542
+#: src/components/pages/ReportPage.tsx:369
msgid "Please include the community (guild) ID you are reporting."
msgstr "Please include the community (guild) ID you are reporting."
-#: src/components/pages/ReportPage.tsx:504
+#: src/components/pages/ReportPage.tsx:331
msgid "Please paste the message link you are reporting."
msgstr "Please paste the message link you are reporting."
-#: src/components/pages/ReportPage.tsx:391
+#: src/components/pages/ReportPage.tsx:206
msgid "Please provide an email address."
msgstr "Please provide an email address."
-#: src/components/pages/ReportPage.tsx:801
-msgid "Please provide the details of your report."
-msgstr "Please provide the details of your report."
-
#: src/components/modals/tabs/ApplicationsTab/ApplicationDetail.tsx:555
msgid "Please retry or go back to the applications list."
msgstr "Please retry or go back to the applications list."
@@ -13837,7 +13910,7 @@ msgstr "Please retry or go back to the applications list."
msgid "Please select a violation category"
msgstr "Please select a violation category"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:297
+#: src/components/modals/tabs/GiftInventoryTab.tsx:320
msgid "Please try again later."
msgstr "Please try again later."
@@ -13878,7 +13951,7 @@ msgstr "Plutonium Badge Privacy"
msgid "Plutonium perks"
msgstr "Plutonium perks"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:110
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:129
msgid "Plutonium Subscription"
msgstr "Plutonium Subscription"
@@ -13886,7 +13959,7 @@ msgstr "Plutonium Subscription"
msgid "PNG"
msgstr "PNG"
-#: src/components/pages/ReportPage.tsx:331
+#: src/components/pages/report/optionDescriptors.ts:103
msgid "Poland"
msgstr "Poland"
@@ -13903,7 +13976,7 @@ msgstr "poll"
msgid "Popouts"
msgstr "Popouts"
-#: src/components/pages/ReportPage.tsx:332
+#: src/components/pages/report/optionDescriptors.ts:104
msgid "Portugal"
msgstr "Portugal"
@@ -13943,11 +14016,11 @@ msgstr "Premium Type Override"
msgid "Press keys..."
msgstr "Press keys..."
-#: src/components/channel/MessageReactions.tsx:121
+#: src/components/channel/MessageReactions.tsx:120
msgid "press to add reaction"
msgstr "press to add reaction"
-#: src/components/channel/MessageReactions.tsx:121
+#: src/components/channel/MessageReactions.tsx:120
msgid "press to remove reaction"
msgstr "press to remove reaction"
@@ -14143,15 +14216,15 @@ msgstr "Protect your account with two-factor authentication and passkeys"
msgid "Provide any additional context that may help our Safety Team..."
msgstr "Provide any additional context that may help our Safety Team..."
-#: src/components/pages/ReportPage.tsx:882
+#: src/components/pages/report/ReportStepDetails.tsx:156
msgid "Provide at least a user ID or a user tag."
msgstr "Provide at least a user ID or a user tag."
-#: src/components/pages/ReportPage.tsx:527
+#: src/components/pages/ReportPage.tsx:354
msgid "Provide either a user ID or a FluxerTag for the person you are reporting."
msgstr "Provide either a user ID or a FluxerTag for the person you are reporting."
-#: src/components/pages/ReportPage.tsx:478
+#: src/components/pages/ReportPage.tsx:305
msgid "Provide your full legal name for the declaration."
msgstr "Provide your full legal name for the declaration."
@@ -14163,7 +14236,7 @@ msgstr "Pruned members inactive for {dayCount, plural, one {<0># day0>} other
msgid "Public bot"
msgstr "Public bot"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:312
+#: src/components/modals/tabs/GiftInventoryTab.tsx:335
msgid "Purchase a Plutonium gift from the Plutonium tab to share with friends!"
msgstr "Purchase a Plutonium gift from the Plutonium tab to share with friends!"
@@ -14171,12 +14244,12 @@ msgstr "Purchase a Plutonium gift from the Plutonium tab to share with friends!"
msgid "Purchase History"
msgstr "Purchase History"
-#: src/components/modals/components/plutonium/PricingSection.tsx:61
+#: src/components/modals/components/plutonium/PricingSection.tsx:67
msgid "Purchase mode"
msgstr "Purchase mode"
#. placeholder {0}: getFormattedShortDate(new Date(gift.created_at))
-#: src/components/modals/tabs/GiftInventoryTab.tsx:119
+#: src/components/modals/tabs/GiftInventoryTab.tsx:120
msgid "Purchased {0}"
msgstr "Purchased {0}"
@@ -14275,7 +14348,7 @@ msgstr "Radio buttons allow selecting one option from a group."
msgid "Radio Group"
msgstr "Radio Group"
-#: src/components/pages/ReportPage.tsx:300
+#: src/components/pages/report/optionDescriptors.ts:75
#: src/constants/IARConstants.tsx:180
msgid "Raid Coordination"
msgstr "Raid Coordination"
@@ -14310,7 +14383,7 @@ msgid "Reactions"
msgstr "Reactions"
#: src/components/layout/app-layout/nagbars/PremiumExpiredNagbar.tsx:77
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:284
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:320
msgid "Reactivate"
msgstr "Reactivate"
@@ -14323,15 +14396,15 @@ msgstr "Read Message History"
msgid "Read the community's audit log of changes and moderation actions."
msgstr "Read the community's audit log of changes and moderation actions."
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:146
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:160
msgid "Read the Documentation (fluxer.dev)"
msgstr "Read the Documentation (fluxer.dev)"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:52
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:60
msgid "Ready to Buy a Gift?"
msgstr "Ready to Buy a Gift?"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:52
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:60
msgid "Ready to Upgrade?"
msgstr "Ready to Upgrade?"
@@ -14388,11 +14461,11 @@ msgstr "Reconnecting…"
msgid "Record shortcut"
msgstr "Record shortcut"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:269
+#: src/components/modals/tabs/GiftInventoryTab.tsx:292
msgid "Redeem"
msgstr "Redeem"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:232
+#: src/components/modals/tabs/GiftInventoryTab.tsx:255
msgid "Redeem a Gift"
msgstr "Redeem a Gift"
@@ -14400,40 +14473,40 @@ msgstr "Redeem a Gift"
msgid "Redeem Beta Code"
msgstr "Redeem Beta Code"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:165
+#: src/components/modals/tabs/GiftInventoryTab.tsx:166
msgid "Redeem for Yourself"
msgstr "Redeem for Yourself"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:255
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:281
msgid "Redeem Gift Code"
msgstr "Redeem Gift Code"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:238
+#: src/components/modals/tabs/GiftInventoryTab.tsx:261
msgid "Redeem gift code form"
msgstr "Redeem gift code form"
#. placeholder {0}: redeemedBetaCodes.length
-#: src/components/modals/tabs/BetaCodesTab.tsx:349
+#: src/components/modals/tabs/BetaCodesTab.tsx:374
msgid "Redeemed ({0})"
msgstr "Redeemed ({0})"
#. placeholder {0}: getFormattedShortDate(new Date(gift.redeemed_at!))
-#: src/components/modals/tabs/GiftInventoryTab.tsx:117
+#: src/components/modals/tabs/GiftInventoryTab.tsx:118
msgid "Redeemed {0}"
msgstr "Redeemed {0}"
#. placeholder {0}: gift.redeemed_by.username
#. placeholder {1}: gift.redeemed_by.discriminator
-#: src/components/modals/tabs/GiftInventoryTab.tsx:153
+#: src/components/modals/tabs/GiftInventoryTab.tsx:154
msgid "Redeemed by {0}#{1}"
msgstr "Redeemed by {0}#{1}"
-#: src/components/modals/tabs/BetaCodesTab.tsx:54
+#: src/components/modals/tabs/BetaCodesTab.tsx:56
msgid "Redeemer"
msgstr "Redeemer"
-#: src/components/modals/tabs/BetaCodesTab.tsx:111
-#: src/components/modals/tabs/BetaCodesTab.tsx:188
+#: src/components/modals/tabs/BetaCodesTab.tsx:113
+#: src/components/modals/tabs/BetaCodesTab.tsx:190
msgid "Redeemer:"
msgstr "Redeemer:"
@@ -14526,7 +14599,7 @@ msgstr "Regular Button"
msgid "Regular button clicked!"
msgstr "Regular button clicked!"
-#: src/components/channel/channel-view/DMChannelView.tsx:298
+#: src/components/channel/channel-view/DMChannelView.tsx:299
#: src/components/voice/IncomingCallUI.tsx:310
msgid "Reject"
msgstr "Reject"
@@ -14624,19 +14697,19 @@ msgstr "Remove entrance sound"
msgid "Remove filter"
msgstr "Remove filter"
-#: src/components/bottomsheets/DMBottomSheet.tsx:508
-#: src/components/channel/dm/DMWelcomeSection.tsx:132
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:144
+#: src/components/bottomsheets/DMBottomSheet.tsx:510
+#: src/components/channel/dm/DMWelcomeSection.tsx:144
#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:146
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:253
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:148
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:255
#: src/components/modals/UserProfileActionsSheet.tsx:115
#: src/components/modals/UserProfileActionsSheet.tsx:117
#: src/components/modals/UserProfileActionsSheet.tsx:278
-#: src/components/modals/UserProfileMobileSheet.tsx:302
-#: src/components/modals/UserProfileMobileSheet.tsx:304
+#: src/components/modals/UserProfileMobileSheet.tsx:303
+#: src/components/modals/UserProfileMobileSheet.tsx:305
#: src/components/modals/UserProfileModal.tsx:1143
-#: src/components/modals/UserProfileModal.tsx:1228
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:108
+#: src/components/modals/UserProfileModal.tsx:1229
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:129
#: src/utils/RelationshipActionUtils.tsx:113
#: src/utils/RelationshipActionUtils.tsx:115
msgid "Remove Friend"
@@ -14654,8 +14727,8 @@ msgid "Remove from favorites"
msgstr "Remove from favourites"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:370
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1103
-#: src/components/bottomsheets/DMBottomSheet.tsx:400
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1127
+#: src/components/bottomsheets/DMBottomSheet.tsx:402
#: src/components/channel/ChannelHeader.tsx:547
#: src/components/channel/ChannelHeader.tsx:595
#: src/components/channel/ChannelHeader.tsx:600
@@ -14720,7 +14793,7 @@ msgstr "Remove Spoiler"
msgid "Remove sticker"
msgstr "Remove sticker"
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:285
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:288
#: src/components/modals/RemoveTimeoutModal.tsx:61
#: src/components/modals/RemoveTimeoutModal.tsx:75
#: src/components/modals/TimeoutMemberSheet.tsx:101
@@ -14763,11 +14836,11 @@ msgid "Removed from bookmarks"
msgstr "Removed from bookmarks"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:115
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:541
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:555
msgid "Removed from favorites"
msgstr "Removed from favourites"
-#: src/components/bottomsheets/DMBottomSheet.tsx:126
+#: src/components/bottomsheets/DMBottomSheet.tsx:128
msgid "Removed from Favorites"
msgstr "Removed from Favourites"
@@ -14891,7 +14964,7 @@ msgstr "Renamed the community to {0}."
msgid "Render all your messages as unknown message type"
msgstr "Render all your messages as unknown message type"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:234
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:253
msgid "Renews on <0>{renewalDate}0>."
msgstr "Renews on <0>{renewalDate}0>."
@@ -14932,15 +15005,15 @@ msgstr "Reply"
msgid "Replying to <0>{authorNickname}0>"
msgstr "Replying to <0>{authorNickname}0>"
-#: src/components/pages/ReportPage.tsx:249
+#: src/components/pages/report/optionDescriptors.ts:38
msgid "Report a Community"
msgstr "Report a Community"
-#: src/components/pages/ReportPage.tsx:247
+#: src/components/pages/report/optionDescriptors.ts:36
msgid "Report a Message"
msgstr "Report a Message"
-#: src/components/pages/ReportPage.tsx:248
+#: src/components/pages/report/optionDescriptors.ts:37
msgid "Report a User Profile"
msgstr "Report a User Profile"
@@ -14949,12 +15022,12 @@ msgstr "Report a User Profile"
msgid "Report Community"
msgstr "Report Community"
-#: src/components/pages/ReportPage.tsx:801
-msgid "Report Details"
-msgstr "Report Details"
+#: src/components/pages/report/ReportStepDetails.tsx:74
+msgid "Report details"
+msgstr "Report details"
-#: src/components/pages/ReportPage.tsx:241
-#: src/components/pages/ReportPage.tsx:612
+#: src/components/pages/report/ReportStepSelection.tsx:41
+#: src/components/pages/ReportPage.tsx:60
msgid "Report Illegal Content"
msgstr "Report Illegal Content"
@@ -14963,33 +15036,24 @@ msgstr "Report Illegal Content"
msgid "Report Message"
msgstr "Report Message"
-#: src/components/pages/ReportPage.tsx:588
-msgid "Report Submitted"
-msgstr "Report Submitted"
+#: src/components/pages/report/ReportStepComplete.tsx:36
+msgid "Report submitted"
+msgstr "Report submitted"
#: src/components/modals/IARModal.tsx:128
msgid "Report submitted successfully. Our Safety Team will review it shortly."
msgstr "Report submitted successfully. Our Safety Team will review it shortly."
-#: src/components/pages/ReportPage.tsx:624
-msgid "Report Type"
-msgstr "Report Type"
-
#: src/components/modals/IARModal.tsx:84
#: src/components/modals/UserProfileActionsSheet.tsx:289
#: src/components/modals/UserProfileModal.tsx:1157
msgid "Report User"
msgstr "Report User"
-#: src/components/pages/ReportPage.tsx:852
+#: src/components/pages/report/ReportStepDetails.tsx:123
msgid "Reported User Tag (optional)"
msgstr "Reported User Tag (optional)"
-#: src/components/pages/ReportPage.tsx:644
-#: src/components/pages/ReportPage.tsx:804
-msgid "Reporting:"
-msgstr "Reporting:"
-
#: src/components/modals/tabs/PrivacySafetyTab/DataExportTab.tsx:48
#: src/components/modals/tabs/PrivacySafetyTab/DataExportTab.tsx:125
msgid "Request Data Export"
@@ -15050,7 +15114,7 @@ msgstr "Requires Plutonium"
msgid "Reschedule Message"
msgstr "Reschedule Message"
-#: src/components/modals/ClaimAccountModal.tsx:222
+#: src/components/modals/ClaimAccountModal.tsx:224
#: src/components/modals/EmailChangeModal.tsx:230
#: src/components/modals/EmailChangeModal.tsx:294
msgid "Resend"
@@ -15064,7 +15128,11 @@ msgstr "Resend ({newSecondsRemaining}s)"
msgid "Resend ({originalSecondsRemaining}s)"
msgstr "Resend ({originalSecondsRemaining}s)"
-#: src/components/modals/ClaimAccountModal.tsx:222
+#: src/components/pages/report/ReportStepVerification.tsx:114
+msgid "Resend ({resendCooldownSeconds}s)"
+msgstr "Resend ({resendCooldownSeconds}s)"
+
+#: src/components/modals/ClaimAccountModal.tsx:224
msgid "Resend ({resendSecondsRemaining}s)"
msgstr "Resend ({resendSecondsRemaining}s)"
@@ -15072,7 +15140,7 @@ msgstr "Resend ({resendSecondsRemaining}s)"
msgid "Resend Button Loading"
msgstr "Resend Button Loading"
-#: src/components/pages/ReportPage.tsx:761
+#: src/components/pages/report/ReportStepVerification.tsx:116
msgid "Resend code"
msgstr "Resend code"
@@ -15097,7 +15165,7 @@ msgid "Resent"
msgstr "Resent"
#: src/components/keybinds/KeybindRecorder.tsx:215
-#: src/components/modals/components/MobileSettingsView.tsx:128
+#: src/components/modals/components/MobileSettingsView.tsx:123
#: src/components/modals/components/SettingsModalHeader.tsx:81
#: src/components/modals/ImageCropModal.tsx:977
#: src/components/modals/tabs/KeybindsTab.tsx:154
@@ -15173,8 +15241,8 @@ msgstr "Restore fullscreen"
msgid "Restore maximized"
msgstr "Restore maximized"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:280
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:282
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:316
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:318
msgid "Resubscribe"
msgstr "Resubscribe"
@@ -15189,11 +15257,11 @@ msgstr "Resubscribe"
#: src/components/modals/guildTabs/GuildStickersTab.tsx:211
#: src/components/modals/guildTabs/GuildWebhooksTab.tsx:137
#: src/components/modals/tabs/ApplicationsTab/ApplicationDetail.tsx:559
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:108
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:112
#: src/components/modals/tabs/AuthorizedAppsTab.tsx:121
-#: src/components/modals/tabs/BetaCodesTab.tsx:301
+#: src/components/modals/tabs/BetaCodesTab.tsx:326
#: src/components/modals/tabs/DevicesTab.tsx:231
-#: src/components/modals/tabs/GiftInventoryTab.tsx:300
+#: src/components/modals/tabs/GiftInventoryTab.tsx:323
msgid "Retry"
msgstr "Retry"
@@ -15244,8 +15312,8 @@ msgstr "Review what this app is asking for before you continue."
#: src/components/invites/InviteListItem.tsx:217
#: src/components/modals/GroupInvitesBottomSheet.tsx:78
#: src/components/modals/GroupInvitesModal.tsx:76
-#: src/components/modals/tabs/BetaCodesTab.tsx:143
-#: src/components/modals/tabs/BetaCodesTab.tsx:220
+#: src/components/modals/tabs/BetaCodesTab.tsx:145
+#: src/components/modals/tabs/BetaCodesTab.tsx:222
msgid "Revoke"
msgstr "Revoke"
@@ -15369,7 +15437,7 @@ msgstr "Roles & Permissions"
msgid "Roles updated successfully"
msgstr "Roles updated successfully"
-#: src/components/pages/ReportPage.tsx:333
+#: src/components/pages/report/optionDescriptors.ts:105
msgid "Romania"
msgstr "Romania"
@@ -15423,7 +15491,7 @@ msgstr "Saturation"
#: src/components/modals/AddFavoriteMemeModal.tsx:102
#: src/components/modals/AttachmentEditModal.tsx:90
#: src/components/modals/BaseChangeNicknameModal.tsx:115
-#: src/components/modals/components/MobileSettingsView.tsx:131
+#: src/components/modals/components/MobileSettingsView.tsx:126
#: src/components/modals/CustomStatusBottomSheet.tsx:231
#: src/components/modals/CustomStatusModal.tsx:362
#: src/components/modals/EditFavoriteMemeModal.tsx:88
@@ -15438,9 +15506,9 @@ msgstr "Saturation"
msgid "Save"
msgstr "Save"
-#: src/components/modals/components/plutonium/GiftSection.tsx:72
-#: src/components/modals/components/plutonium/PricingSection.tsx:81
-#: src/components/modals/components/plutonium/PricingSection.tsx:104
+#: src/components/modals/components/plutonium/GiftSection.tsx:79
+#: src/components/modals/components/plutonium/PricingSection.tsx:91
+#: src/components/modals/components/plutonium/PricingSection.tsx:119
msgid "Save 17%"
msgstr "Save 17%"
@@ -15600,8 +15668,8 @@ msgstr "Scroll Chat Down"
msgid "Scroll Chat Up"
msgstr "Scroll Chat Up"
-#: src/components/modals/components/plutonium/GiftSection.tsx:103
-#: src/components/modals/components/plutonium/PricingSection.tsx:138
+#: src/components/modals/components/plutonium/GiftSection.tsx:117
+#: src/components/modals/components/plutonium/PricingSection.tsx:160
msgid "Scroll down to view all the sweet perks you get with Plutonium"
msgstr "Scroll down to view all the sweet perks you get with Plutonium"
@@ -15613,11 +15681,11 @@ msgstr "Scroll the chat history down"
msgid "Scroll the chat history up"
msgstr "Scroll the chat history up"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:857
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:889
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:400
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:460
#: src/components/channel/ChannelHeader.tsx:586
-#: src/components/channel/shared/PickerSearchInput.tsx:204
+#: src/components/channel/shared/PickerSearchInput.tsx:203
#: src/components/modals/tabs/ComponentGalleryTab/InputsTab.tsx:126
#: src/stores/KeybindStore.ts:414
#: src/utils/quick-switcher/QuickSwitcherModalUtils.tsx:86
@@ -15674,7 +15742,7 @@ msgstr "Search for channels, people, or communities"
#: src/components/common/FriendSelector.tsx:196
#: src/components/modals/AddFriendsToGroupModal.tsx:53
#: src/components/modals/CreateDMModal.tsx:68
-#: src/components/modals/InviteModal.tsx:237
+#: src/components/modals/InviteModal.tsx:248
#: src/components/modals/shared/RecipientList.tsx:177
#: src/components/modals/ShareThemeModal.tsx:144
msgid "Search friends"
@@ -15718,7 +15786,7 @@ msgstr "Search pending requests"
msgid "Search Permissions..."
msgstr "Search Permissions..."
-#: src/components/channel/ChannelSearchResults.tsx:321
+#: src/components/channel/ChannelSearchResults.tsx:278
#: src/components/modals/components/DesktopSettingsView.tsx:360
msgid "Search Results"
msgstr "Search Results"
@@ -15737,7 +15805,7 @@ msgid "Search scope"
msgstr "Search scope"
#. placeholder {0}: activeScopeOption.label
-#: src/components/channel/ChannelSearchResults.tsx:1052
+#: src/components/channel/ChannelSearchResults.tsx:1031
#: src/components/channel/MessageSearchBar/MessageSearchBar.tsx:378
msgid "Search scope: {0}"
msgstr "Search scope: {0}"
@@ -15767,7 +15835,7 @@ msgstr "Search users"
msgid "Search within the current view"
msgstr "Search within the current view"
-#: src/components/channel/ChannelSearchResults.tsx:319
+#: src/components/channel/ChannelSearchResults.tsx:276
msgid "Searching..."
msgstr "Searching..."
@@ -15848,9 +15916,9 @@ msgstr "See how your invite looks to visitors."
msgid "Select"
msgstr "Select"
-#: src/components/pages/ReportPage.tsx:261
-#: src/components/pages/ReportPage.tsx:280
-#: src/components/pages/ReportPage.tsx:294
+#: src/components/pages/report/optionDescriptors.ts:42
+#: src/components/pages/report/optionDescriptors.ts:58
+#: src/components/pages/report/optionDescriptors.ts:69
msgid "Select a category"
msgstr "Select a category"
@@ -15871,7 +15939,7 @@ msgstr "Select a Community"
msgid "Select a community where you have <0>Manage Community0> permissions."
msgstr "Select a community where you have <0>Manage Community0> permissions."
-#: src/components/pages/ReportPage.tsx:310
+#: src/components/pages/report/optionDescriptors.ts:82
msgid "Select a country"
msgstr "Select a country"
@@ -15887,7 +15955,7 @@ msgstr "Select a scenario to apply..."
msgid "Select a verification method."
msgstr "Select a verification method."
-#: src/components/pages/ReportPage.tsx:473
+#: src/components/pages/ReportPage.tsx:300
msgid "Select a violation category."
msgstr "Select a violation category."
@@ -15958,11 +16026,15 @@ msgstr "Select screen or window"
msgid "Select the account you want to sign in with on the desktop app."
msgstr "Select the account you want to sign in with on the desktop app."
+#: src/components/pages/report/ReportStepSelection.tsx:44
+msgid "Select what you want to report."
+msgstr "Select what you want to report."
+
#: src/components/modals/utils/settingsSearchIndex.ts:460
msgid "Select your camera"
msgstr "Select your camera"
-#: src/components/pages/ReportPage.tsx:483
+#: src/components/pages/ReportPage.tsx:310
msgid "Select your country of residence."
msgstr "Select your country of residence."
@@ -15986,7 +16058,7 @@ msgstr "Select..."
msgid "Selections"
msgstr "Selections"
-#: src/components/pages/ReportPage.tsx:269
+#: src/components/pages/report/optionDescriptors.ts:50
#: src/constants/IARConstants.tsx:67
msgid "Self-Harm or Suicide"
msgstr "Self-Harm or Suicide"
@@ -16035,7 +16107,7 @@ msgstr "Send an action message (wraps in italics)."
msgid "Send an SMS code first."
msgstr "Send an SMS code first."
-#: src/components/modals/ClaimAccountModal.tsx:182
+#: src/components/modals/ClaimAccountModal.tsx:184
#: src/components/modals/EmailChangeModal.tsx:265
#: src/components/modals/PhoneAddModal.tsx:206
msgid "Send code"
@@ -16045,9 +16117,9 @@ msgstr "Send code"
msgid "Send Code"
msgstr "Send Code"
-#: src/components/channel/dm/DMWelcomeSection.tsx:109
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:269
-#: src/components/modals/UserProfileModal.tsx:1288
+#: src/components/channel/dm/DMWelcomeSection.tsx:112
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:272
+#: src/components/modals/UserProfileModal.tsx:1290
msgid "Send Friend Request"
msgstr "Send Friend Request"
@@ -16073,7 +16145,7 @@ msgstr "Send messages"
msgid "Send Messages"
msgstr "Send Messages"
-#: src/components/channel/dm/AddFriendForm.tsx:119
+#: src/components/channel/dm/AddFriendForm.tsx:142
msgid "Send Request"
msgstr "Send Request"
@@ -16097,11 +16169,11 @@ msgstr "Send text-to-speech messages."
msgid "Send TTS Messages"
msgstr "Send TTS Messages"
-#: src/components/pages/ReportPage.tsx:676
+#: src/components/pages/report/ReportStepEmail.tsx:92
msgid "Send Verification Code"
msgstr "Send Verification Code"
-#: src/components/modals/InviteModal.tsx:258
+#: src/components/modals/InviteModal.tsx:268
#: src/components/modals/shared/RecipientList.tsx:223
#: src/components/modals/ShareThemeModal.tsx:162
msgid "Sent"
@@ -16128,7 +16200,7 @@ msgstr "Session expired. Please log in again."
msgid "Set a custom invite URL for your community."
msgstr "Set a custom invite URL for your community."
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:401
+#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:361
#: src/components/modals/StatusChangeBottomSheet.tsx:171
#: src/components/popouts/UserAreaPopout.tsx:444
msgid "Set a custom status"
@@ -16336,7 +16408,7 @@ msgid "Set your timezone"
msgstr "Set your timezone"
#: src/components/bottomsheets/VoiceLobbyBottomSheet.tsx:220
-#: src/components/modals/components/MobileSettingsView.tsx:531
+#: src/components/modals/components/MobileSettingsView.tsx:485
#: src/components/modals/tabs/ComponentGalleryTab/ButtonsTab.tsx:150
#: src/components/modals/tabs/ComponentGalleryTab/ButtonsTab.tsx:221
#: src/components/modals/tabs/ComponentGalleryTab/index.tsx:94
@@ -16383,7 +16455,11 @@ msgstr "Share action!"
msgid "Share Audio"
msgstr "Share Audio"
-#: src/components/modals/components/plutonium/GiftSection.tsx:63
+#: src/components/pages/report/ReportStepDetails.tsx:77
+msgid "Share only what's needed to help our team assess the content."
+msgstr "Share only what's needed to help our team assess the content."
+
+#: src/components/modals/components/plutonium/GiftSection.tsx:69
msgid "Share the Plutonium experience with your friends by purchasing a gift subscription."
msgstr "Share the Plutonium experience with your friends by purchasing a gift subscription."
@@ -16417,7 +16493,7 @@ msgstr "Share Your Theme"
msgid "Shared theme"
msgstr "Shared theme"
-#: src/components/pages/ReportPage.tsx:268
+#: src/components/pages/report/optionDescriptors.ts:49
#: src/constants/IARConstants.tsx:62
msgid "Sharing Personal Information"
msgstr "Sharing Personal Information"
@@ -16797,11 +16873,11 @@ msgstr "Slider with Step Values"
msgid "Sliders"
msgstr "Sliders"
-#: src/components/pages/ReportPage.tsx:334
+#: src/components/pages/report/optionDescriptors.ts:106
msgid "Slovakia"
msgstr "Slovakia"
-#: src/components/pages/ReportPage.tsx:335
+#: src/components/pages/report/optionDescriptors.ts:107
msgid "Slovenia"
msgstr "Slovenia"
@@ -16952,7 +17028,8 @@ msgstr "Something went wrong and the app crashed. Try reloading or resetting the
msgid "Something went wrong while loading the audit log."
msgstr "Something went wrong while loading the audit log."
-#: src/components/pages/ReportPage.tsx:563
+#: src/components/pages/ReportPage.tsx:103
+#: src/components/pages/ReportPage.tsx:395
msgid "Something went wrong while submitting the report. Please try again."
msgstr "Something went wrong while submitting the report. Please try again."
@@ -16969,7 +17046,7 @@ msgid "Sort"
msgstr "Sort"
#. placeholder {0}: activeSortOption.label
-#: src/components/channel/ChannelSearchResults.tsx:1063
+#: src/components/channel/ChannelSearchResults.tsx:1042
msgid "Sort mode: {0}"
msgstr "Sort mode: {0}"
@@ -17008,21 +17085,21 @@ msgstr "Space between message groups"
msgid "Spacious layout with clear visual separation between messages."
msgstr "Spacious layout with clear visual separation between messages."
-#: src/components/pages/ReportPage.tsx:336
+#: src/components/pages/report/optionDescriptors.ts:108
msgid "Spain"
msgstr "Spain"
-#: src/components/pages/ReportPage.tsx:283
+#: src/components/pages/report/optionDescriptors.ts:61
#: src/constants/IARConstants.tsx:119
msgid "Spam Account"
msgstr "Spam Account"
-#: src/components/pages/ReportPage.tsx:265
+#: src/components/pages/report/optionDescriptors.ts:46
#: src/constants/IARConstants.tsx:47
msgid "Spam or Scam"
msgstr "Spam or Scam"
-#: src/components/pages/ReportPage.tsx:301
+#: src/components/pages/report/optionDescriptors.ts:76
#: src/constants/IARConstants.tsx:185
msgid "Spam or Scam Community"
msgstr "Spam or Scam Community"
@@ -17141,9 +17218,9 @@ msgstr "Start curating a custom emoji pack that you can share and install."
msgid "Start Mic Test"
msgstr "Start Mic Test"
-#: src/components/pages/ReportPage.tsx:687
-#: src/components/pages/ReportPage.tsx:771
-#: src/components/pages/ReportPage.tsx:964
+#: src/components/pages/report/ReportStepDetails.tsx:252
+#: src/components/pages/report/ReportStepEmail.tsx:103
+#: src/components/pages/report/ReportStepVerification.tsx:132
msgid "Start over"
msgstr "Start over"
@@ -17151,13 +17228,13 @@ msgstr "Start over"
msgid "Start Sharing"
msgstr "Start Sharing"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:122
+#: src/components/channel/ChannelHeader/CallButtons.tsx:160
#: src/components/modals/UserProfileModal.tsx:1109
#: src/components/uikit/ContextMenu/items/CallMenuItems.tsx:91
msgid "Start Video Call"
msgstr "Start Video Call"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:70
+#: src/components/channel/ChannelHeader/CallButtons.tsx:90
#: src/components/modals/UserProfileModal.tsx:1100
#: src/components/uikit/ContextMenu/items/CallMenuItems.tsx:60
msgid "Start Voice Call"
@@ -17182,9 +17259,21 @@ msgstr "Status Indicators"
msgid "Status Slate"
msgstr "Status Slate"
-#: src/components/pages/ReportPage.tsx:574
-msgid "Step {stepNumber} of {FLOW_TOTAL_STEPS}"
-msgstr "Step {stepNumber} of {FLOW_TOTAL_STEPS}"
+#: src/components/pages/report/ReportStepSelection.tsx:38
+msgid "Step 1"
+msgstr "Step 1"
+
+#: src/components/pages/report/ReportStepEmail.tsx:51
+msgid "Step 2"
+msgstr "Step 2"
+
+#: src/components/pages/report/ReportStepVerification.tsx:61
+msgid "Step 3"
+msgstr "Step 3"
+
+#: src/components/pages/report/ReportStepDetails.tsx:71
+msgid "Step 4"
+msgstr "Step 4"
#: src/utils/SystemMessageUtils.tsx:45
msgid "Step in, {username}! No paradoxes here; we're all friends."
@@ -17229,7 +17318,7 @@ msgid "Sticker density"
msgstr "Sticker density"
#: src/components/auth/InviteHeader.tsx:140
-#: src/components/channel/InviteEmbed.tsx:197
+#: src/components/channel/InviteEmbed.tsx:199
#: src/components/modals/InviteAcceptModal.tsx:142
#: src/components/modals/tabs/ExpressionPacksTab.tsx:70
msgid "Sticker pack"
@@ -17261,7 +17350,7 @@ msgstr "Sticker Updated"
#: src/components/channel/AutocompleteEmoji.tsx:111
#: src/components/channel/textarea/TextareaButtons.tsx:134
-#: src/components/modals/ExpressionPickerSheet.tsx:86
+#: src/components/modals/ExpressionPickerSheet.tsx:73
#: src/components/popouts/ExpressionPickerPopout.tsx:79
msgid "Stickers"
msgstr "Stickers"
@@ -17330,11 +17419,11 @@ msgstr "Study Hall"
msgid "Style Variations"
msgstr "Style Variations"
-#: src/components/pages/ReportPage.tsx:601
+#: src/components/pages/report/ReportStepComplete.tsx:41
msgid "Submit another report"
msgstr "Submit another report"
-#: src/components/pages/ReportPage.tsx:958
+#: src/components/pages/report/ReportStepDetails.tsx:240
msgid "Submit DSA Report"
msgstr "Submit DSA Report"
@@ -17346,7 +17435,7 @@ msgstr "Submit Report"
msgid "Submitting"
msgstr "Submitting"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:53
+#: src/components/modals/components/plutonium/VisionarySection.tsx:58
msgid "subscription"
msgstr "subscription"
@@ -17464,7 +17553,7 @@ msgstr "Suppress Embeds"
msgid "Swap text to reverify variants"
msgstr "Swap text to reverify variants"
-#: src/components/pages/ReportPage.tsx:337
+#: src/components/pages/report/optionDescriptors.ts:109
msgid "Sweden"
msgstr "Sweden"
@@ -17476,7 +17565,7 @@ msgstr "Swedish"
msgid "Switch account"
msgstr "Switch account"
-#: src/components/popouts/UserAreaPopout.tsx:497
+#: src/components/popouts/UserAreaPopout.tsx:499
msgid "Switch Accounts"
msgstr "Switch Accounts"
@@ -17649,8 +17738,8 @@ msgstr "Text (NSFW)"
msgid "Text channel"
msgstr "Text channel"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:473
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:662
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:487
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:676
#: src/components/channel/channel-header/useChannelHeaderData.ts:96
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:314
msgid "Text Channel"
@@ -17677,19 +17766,19 @@ msgstr "Textarea"
msgid "Thai"
msgstr "Thai"
-#: src/components/pages/ReportPage.tsx:589
-msgid "Thank you for filing a report. We'll review it as soon as possible."
-msgstr "Thank you for filing a report. We'll review it as soon as possible."
-
#: src/components/modals/IARModal.tsx:187
msgid "Thank you for helping keep Fluxer safe. Reports are reviewed by our Safety Team. False reports may result in action against your account."
msgstr "Thank you for helping keep Fluxer safe. Reports are reviewed by our Safety Team. False reports may result in action against your account."
+#: src/components/pages/report/ReportStepComplete.tsx:37
+msgid "Thank you for helping keep Fluxer safe. We'll review your report as soon as possible."
+msgstr "Thank you for helping keep Fluxer safe. We'll review your report as soon as possible."
+
#: src/components/form/ColorPickerField.tsx:274
msgid "That doesn't look like a valid color. Try hex, rgb(), hsl(), or a CSS color name."
msgstr "That doesn't look like a valid colour. Try hex, rgb(), hsl(), or a CSS colour name."
-#: src/components/pages/ReportPage.tsx:846
+#: src/components/pages/report/ReportStepDetails.tsx:117
msgid "That doesn't look like a valid URL."
msgstr "That doesn't look like a valid URL."
@@ -17733,8 +17822,8 @@ msgstr "The bot has been added."
msgid "The channel you're looking for may have been deleted or you may not have access to it."
msgstr "The channel you're looking for may have been deleted or you may not have access to it."
-#: src/components/layout/GuildLayout.tsx:308
-#: src/components/layout/GuildLayout.tsx:371
+#: src/components/layout/GuildLayout.tsx:313
+#: src/components/layout/GuildLayout.tsx:376
msgid "The community you're looking for may have been deleted or you may not have access to it."
msgstr "The community you're looking for may have been deleted or you may not have access to it."
@@ -17795,7 +17884,7 @@ msgstr "The timeout cannot exceed 365 days (31536000 seconds)."
msgid "The URL this link channel points to."
msgstr "The URL this link channel points to."
-#: src/components/pages/ReportPage.tsx:452
+#: src/components/pages/ReportPage.tsx:277
msgid "The verification code is invalid or expired."
msgstr "The verification code is invalid or expired."
@@ -17869,7 +17958,7 @@ msgstr "These settings use browser-native audio processing to improve call quali
msgid "These toggles force the client to treat features as enabled or disabled without relying on the server configuration. They only affect your client experience and are shown to developers for testing."
msgstr "These toggles force the client to treat features as enabled or disabled without relying on the server configuration. They only affect your client experience and are shown to developers for testing."
-#: src/components/channel/channel-view/DMChannelView.tsx:356
+#: src/components/channel/channel-view/DMChannelView.tsx:357
msgid "They might have taken the DeLorean elsewhere."
msgstr "They might have taken the DeLorean elsewhere."
@@ -17877,7 +17966,7 @@ msgstr "They might have taken the DeLorean elsewhere."
msgid "they/them"
msgstr "they/them"
-#: src/components/channel/channel-view/DMChannelView.tsx:342
+#: src/components/channel/channel-view/DMChannelView.tsx:343
msgid "Think, McFly! Did you type the right address?"
msgstr "Think, McFly! Did you type the right address?"
@@ -17979,7 +18068,7 @@ msgstr "This community has temporarily disabled invites. You can try again later
msgid "This community requires you to verify your account before joining. Please set an email and password for your account."
msgstr "This community requires you to verify your account before joining. Please set an email and password for your account."
-#: src/components/channel/channel-view/DMChannelView.tsx:339
+#: src/components/channel/channel-view/DMChannelView.tsx:340
msgid "This conversation has been erased"
msgstr "This conversation has been erased"
@@ -18008,8 +18097,8 @@ msgstr "This gift code has already been claimed."
msgid "This gift code has already been redeemed."
msgstr "This gift code has already been redeemed."
-#: src/components/channel/GiftEmbed.tsx:148
-#: src/components/modals/GiftAcceptModal.tsx:92
+#: src/components/channel/GiftEmbed.tsx:159
+#: src/components/modals/GiftAcceptModal.tsx:99
msgid "This gift code is invalid or already claimed."
msgstr "This gift code is invalid or already claimed."
@@ -18022,11 +18111,11 @@ msgstr "This gift code is invalid or has already been redeemed."
msgid "This gift code may be invalid, expired, or already redeemed."
msgstr "This gift code may be invalid, expired, or already redeemed."
-#: src/components/modals/GiftAcceptModal.tsx:118
+#: src/components/modals/GiftAcceptModal.tsx:125
msgid "This gift has already been claimed."
msgstr "This gift has already been claimed."
-#: src/components/modals/tabs/GiftInventoryTab.tsx:157
+#: src/components/modals/tabs/GiftInventoryTab.tsx:158
msgid "This gift has been redeemed"
msgstr "This gift has been redeemed"
@@ -18044,7 +18133,7 @@ msgstr "This invite expires in {0}."
msgid "This invite has unlimited uses."
msgstr "This invite has unlimited uses."
-#: src/components/modals/InviteModal.tsx:321
+#: src/components/modals/InviteModal.tsx:318
msgid "This invite link never expires."
msgstr "This invite link never expires."
@@ -18059,23 +18148,19 @@ msgstr "This invite may have expired or been deleted."
msgid "This invite never expires."
msgstr "This invite never expires."
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:170
-#: src/components/emojis/EmojiInfoContent.tsx:79
+#: src/components/emojis/EmojiAttributionSubtext.tsx:130
msgid "This is a custom emoji from"
msgstr "This is a custom emoji from"
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:160
-#: src/components/emojis/EmojiInfoContent.tsx:68
+#: src/components/emojis/EmojiAttributionSubtext.tsx:121
msgid "This is a custom emoji from a community."
msgstr "This is a custom emoji from a community."
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:150
-#: src/components/emojis/EmojiInfoContent.tsx:56
+#: src/components/emojis/EmojiAttributionSubtext.tsx:111
msgid "This is a custom emoji from a community. Ask the author for an invite to use this emoji."
msgstr "This is a custom emoji from a community. Ask the author for an invite to use this emoji."
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:138
-#: src/components/emojis/EmojiInfoContent.tsx:43
+#: src/components/emojis/EmojiAttributionSubtext.tsx:101
msgid "This is a default emoji on Fluxer."
msgstr "This is a default emoji on Fluxer."
@@ -18095,8 +18180,8 @@ msgstr "This is how messages appear"
msgid "This is not the channel you're looking for."
msgstr "This is not the channel you're looking for."
-#: src/components/layout/GuildLayout.tsx:307
-#: src/components/layout/GuildLayout.tsx:370
+#: src/components/layout/GuildLayout.tsx:312
+#: src/components/layout/GuildLayout.tsx:375
msgid "This is not the community you're looking for."
msgstr "This is not the community you're looking for."
@@ -18113,7 +18198,7 @@ msgid "This is the beginning of <0>{displayName}0>. Add friends to start a con
msgstr "This is the beginning of <0>{displayName}0>. Add friends to start a conversation!"
#. placeholder {0}: user.username
-#: src/components/channel/dm/DMWelcomeSection.tsx:182
+#: src/components/channel/dm/DMWelcomeSection.tsx:194
msgid "This is the beginning of your direct message history with <0>{0}0>."
msgstr "This is the beginning of your direct message history with <0>{0}0>."
@@ -18194,7 +18279,7 @@ msgstr "This theme link is missing data."
msgid "This theme may have been removed or the link is invalid."
msgstr "This theme may have been removed or the link is invalid."
-#: src/components/channel/dm/AddFriendForm.tsx:62
+#: src/components/channel/dm/AddFriendForm.tsx:85
msgid "This user has restricted who can send them friend requests."
msgstr "This user has restricted who can send them friend requests."
@@ -18216,8 +18301,8 @@ msgid "This was a @silent message."
msgstr "This was a @silent message."
#: src/actions/MessageActionCreators.tsx:392
-#: src/components/channel/Messages.tsx:442
-#: src/components/channel/Messages.tsx:522
+#: src/components/channel/Messages.tsx:440
+#: src/components/channel/Messages.tsx:520
msgid "This will create a rift in the space-time continuum and cannot be undone."
msgstr "This will create a rift in the space-time continuum and cannot be undone."
@@ -18283,7 +18368,7 @@ msgstr "Time: {currentFormatted} of {durationFormatted}"
msgid "Timed out until {0}."
msgstr "Timed out until {0}."
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:285
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:288
#: src/components/modals/TimeoutMemberModal.tsx:207
#: src/components/modals/TimeoutMemberSheet.tsx:90
#: src/components/uikit/ContextMenu/items/GuildMemberMenuItems.tsx:272
@@ -18570,7 +18655,7 @@ msgstr "true or false"
msgid "Try a different name or use @ / # / ! / * prefixes to filter results."
msgstr "Try a different name or use @ / # / ! / * prefixes to filter results."
-#: src/components/channel/ChannelSearchResults.tsx:710
+#: src/components/channel/ChannelSearchResults.tsx:679
msgid "Try a different search query"
msgstr "Try a different search query"
@@ -18585,13 +18670,13 @@ msgid "Try a different search term or filter"
msgstr "Try a different search term or filter"
#: src/components/auth/HandoffCodeDisplay.tsx:67
-#: src/components/channel/Messages.tsx:939
+#: src/components/channel/Messages.tsx:937
msgid "Try again"
msgstr "Try again"
#: src/components/BootstrapErrorScreen.tsx:68
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:301
-#: src/components/channel/ChannelSearchResults.tsx:694
+#: src/components/channel/ChannelSearchResults.tsx:663
#: src/components/modals/channelTabs/ChannelInvitesTab.tsx:148
#: src/components/modals/channelTabs/ChannelWebhooksTab.tsx:159
#: src/components/NetworkErrorScreen.tsx:56
@@ -18612,7 +18697,7 @@ msgstr "Try another name or check your spelling."
msgid "Try another search term"
msgstr "Try another search term"
-#: src/components/channel/InviteEmbed.tsx:359
+#: src/components/channel/InviteEmbed.tsx:361
msgid "Try asking for a new invite."
msgstr "Try asking for a new invite."
@@ -18802,7 +18887,7 @@ msgstr "Unable to install sticker pack"
msgid "Unable to load activity logs"
msgstr "Unable to load activity logs"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:104
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:108
msgid "Unable to load applications"
msgstr "Unable to load applications"
@@ -18814,7 +18899,7 @@ msgstr "Unable to load pack information."
msgid "Unable to prepare any emojis for upload. The following errors occurred:"
msgstr "Unable to prepare any emojis for upload. The following errors occurred:"
-#: src/components/modals/ClaimAccountModal.tsx:125
+#: src/components/modals/ClaimAccountModal.tsx:127
#: src/components/modals/EmailChangeModal.tsx:122
#: src/components/modals/EmailChangeModal.tsx:152
msgid "Unable to resend code right now"
@@ -18824,7 +18909,7 @@ msgstr "Unable to resend code right now"
msgid "Unable to send code to new email"
msgstr "Unable to send code to new email"
-#: src/components/channel/dm/AddFriendForm.tsx:76
+#: src/components/channel/dm/AddFriendForm.tsx:99
msgid "Unable to send friend request. Please try again."
msgstr "Unable to send friend request. Please try again."
@@ -18844,17 +18929,17 @@ msgstr "Unavailable for everyone"
msgid "Unavailable for everyone but staff"
msgstr "Unavailable for everyone but staff"
-#: src/components/bottomsheets/DMBottomSheet.tsx:532
+#: src/components/bottomsheets/DMBottomSheet.tsx:535
#: src/components/channel/barriers/BarrierComponents.tsx:221
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:180
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:335
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:182
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:338
#: src/components/modals/tabs/BlockedUsersTab.tsx:58
#: src/components/modals/tabs/BlockedUsersTab.tsx:171
#: src/components/modals/UserProfileActionsSheet.tsx:151
#: src/components/modals/UserProfileActionsSheet.tsx:305
-#: src/components/modals/UserProfileMobileSheet.tsx:320
+#: src/components/modals/UserProfileMobileSheet.tsx:321
#: src/components/modals/UserProfileModal.tsx:1049
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:209
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:230
#: src/utils/RelationshipActionUtils.tsx:169
msgid "Unblock"
msgstr "Unblock"
@@ -18863,11 +18948,11 @@ msgstr "Unblock"
msgid "Unblock this user before sending a friend request."
msgstr "Unblock this user before sending a friend request."
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:178
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:180
#: src/components/modals/tabs/BlockedUsersTab.tsx:56
#: src/components/modals/UserProfileActionsSheet.tsx:149
-#: src/components/modals/UserProfileMobileSheet.tsx:318
-#: src/components/modals/UserProfileModal.tsx:1243
+#: src/components/modals/UserProfileMobileSheet.tsx:319
+#: src/components/modals/UserProfileModal.tsx:1244
#: src/utils/RelationshipActionUtils.tsx:167
msgid "Unblock User"
msgstr "Unblock User"
@@ -18878,17 +18963,17 @@ msgstr "Unblock User"
msgid "Uncategorized"
msgstr "Uncategorised"
-#: src/components/modals/tabs/BetaCodesTab.tsx:127
-#: src/components/modals/tabs/BetaCodesTab.tsx:204
+#: src/components/modals/tabs/BetaCodesTab.tsx:129
+#: src/components/modals/tabs/BetaCodesTab.tsx:206
msgid "Unclaimed"
msgstr "Unclaimed"
#. placeholder {0}: unclaimedBetaCodes.length
-#: src/components/modals/tabs/BetaCodesTab.tsx:333
+#: src/components/modals/tabs/BetaCodesTab.tsx:358
msgid "Unclaimed ({0})"
msgstr "Unclaimed ({0})"
-#: src/components/modals/components/UnclaimedAccountAlert.tsx:31
+#: src/components/modals/components/UnclaimedAccountAlert.tsx:29
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:51
msgid "Unclaimed Account"
msgstr "Unclaimed Account"
@@ -18922,7 +19007,7 @@ msgstr "Undeafen All Devices"
msgid "Undeafen User"
msgstr "Undeafen User"
-#: src/components/pages/ReportPage.tsx:285
+#: src/components/pages/report/optionDescriptors.ts:63
#: src/constants/IARConstants.tsx:129
msgid "Underage User"
msgstr "Underage User"
@@ -18981,7 +19066,7 @@ msgstr "Unfocus"
msgid "Unique invite"
msgstr "Unique invite"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:79
+#: src/components/modals/components/plutonium/VisionarySection.tsx:88
msgid "Unique profile badge"
msgstr "Unique profile badge"
@@ -19035,12 +19120,12 @@ msgstr "unknown entity"
msgid "Unknown error"
msgstr "Unknown error"
-#: src/components/channel/GiftEmbed.tsx:147
-#: src/components/modals/GiftAcceptModal.tsx:91
+#: src/components/channel/GiftEmbed.tsx:158
+#: src/components/modals/GiftAcceptModal.tsx:98
msgid "Unknown Gift"
msgstr "Unknown Gift"
-#: src/components/channel/InviteEmbed.tsx:357
+#: src/components/channel/InviteEmbed.tsx:359
msgid "Unknown Invite"
msgstr "Unknown Invite"
@@ -19113,7 +19198,7 @@ msgstr "Unlock HD Screen Sharing with Plutonium"
msgid "Unlock HD Video with Plutonium"
msgstr "Unlock HD Video with Plutonium"
-#: src/components/modals/components/PlutoniumContent.tsx:185
+#: src/components/modals/components/PlutoniumContent.tsx:196
msgid "Unlock higher limits and exclusive features while supporting an independent communication platform."
msgstr "Unlock higher limits and exclusive features while supporting an independent communication platform."
@@ -19126,9 +19211,9 @@ msgid "Unlock stickers in DMs with Plutonium"
msgstr "Unlock stickers in DMs with Plutonium"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:467
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:850
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1044
-#: src/components/bottomsheets/DMBottomSheet.tsx:645
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:882
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1068
+#: src/components/bottomsheets/DMBottomSheet.tsx:648
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:321
#: src/components/bottomsheets/VoiceLobbyBottomSheet.tsx:179
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:253
@@ -19154,7 +19239,7 @@ msgstr "Unmute Category"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:400
#: src/components/bottomsheets/ChannelBottomSheet.tsx:452
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1005
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1029
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:167
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:161
msgid "Unmute Channel"
@@ -19167,9 +19252,9 @@ msgstr "Unmute Channel"
msgid "Unmute Community"
msgstr "Unmute Community"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1007
-#: src/components/bottomsheets/DMBottomSheet.tsx:449
-#: src/components/bottomsheets/DMBottomSheet.tsx:590
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1031
+#: src/components/bottomsheets/DMBottomSheet.tsx:451
+#: src/components/bottomsheets/DMBottomSheet.tsx:593
msgid "Unmute Conversation"
msgstr "Unmute Conversation"
@@ -19200,16 +19285,16 @@ msgid "Unnamed Group"
msgstr "Unnamed Group"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:331
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1126
-#: src/components/bottomsheets/DMBottomSheet.tsx:478
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1150
+#: src/components/bottomsheets/DMBottomSheet.tsx:480
#: src/components/channel/dm/DMList.tsx:282
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:149
msgid "Unpin DM"
msgstr "Unpin DM"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:290
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1126
-#: src/components/bottomsheets/DMBottomSheet.tsx:478
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1150
+#: src/components/bottomsheets/DMBottomSheet.tsx:480
#: src/components/channel/dm/DMList.tsx:243
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:129
msgid "Unpin Group DM"
@@ -19231,20 +19316,20 @@ msgid "Unpin Message"
msgstr "Unpin Message"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:232
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:583
-#: src/components/bottomsheets/DMBottomSheet.tsx:164
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:597
+#: src/components/bottomsheets/DMBottomSheet.tsx:166
#: src/components/channel/dm/DMList.tsx:224
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:132
msgid "Unpinned DM"
msgstr "Unpinned DM"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:232
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:583
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:597
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:112
msgid "Unpinned group"
msgstr "Unpinned group"
-#: src/components/bottomsheets/DMBottomSheet.tsx:164
+#: src/components/bottomsheets/DMBottomSheet.tsx:166
msgid "Unpinned group DM"
msgstr "Unpinned group DM"
@@ -19279,7 +19364,7 @@ msgstr "Unsuppress Embeds"
msgid "Until I change it"
msgstr "Until I change it"
-#: src/components/bottomsheets/DMBottomSheet.tsx:664
+#: src/components/bottomsheets/DMBottomSheet.tsx:667
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:334
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:57
#: src/components/channel/muteOptions.ts:39
@@ -19305,7 +19390,7 @@ msgstr "Update"
msgid "Update app"
msgstr "Update app"
-#: src/components/modals/components/MobileSettingsView.tsx:244
+#: src/components/modals/components/MobileSettingsView.tsx:239
msgid "Update Service Worker"
msgstr "Update Service Worker"
@@ -19402,7 +19487,7 @@ msgstr "Updating favourites…"
msgid "Updating..."
msgstr "Updating..."
-#: src/components/modals/components/plutonium/PricingSection.tsx:84
+#: src/components/modals/components/plutonium/PricingSection.tsx:94
msgid "Upgrade Now"
msgstr "Upgrade Now"
@@ -19415,18 +19500,19 @@ msgstr "Upgrade to Plutonium"
msgid "Upgrade to store up to 15 custom backgrounds and unlock HD video quality, higher frame rates, and more."
msgstr "Upgrade to store up to 15 custom backgrounds and unlock HD video quality, higher frame rates, and more."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:265
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:316
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:297
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:357
msgid "Upgrade to Visionary"
msgstr "Upgrade to Visionary"
#. placeholder {0}: formatter.format(visionarySlots.remaining)
-#: src/components/modals/components/plutonium/VisionarySection.tsx:109
+#: src/components/modals/components/plutonium/VisionarySection.tsx:122
+#: src/components/modals/components/plutonium/VisionarySection.tsx:134
msgid "Upgrade to Visionary — {0} Left"
msgstr "Upgrade to Visionary — {0} Left"
#. placeholder {0}: isGiftSubscription ? 'gift time' : 'subscription'
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:243
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:262
msgid "Upgrading to Visionary is a <0>one-time0> purchase and will <1>cancel your current {0} immediately1>."
msgstr "Upgrading to Visionary is a <0>one-time0> purchase and will <1>cancel your current {0} immediately1>."
@@ -19674,10 +19760,6 @@ msgstr "Use these codes to access your account if you lose your authenticator ap
msgid "Use this button to quickly clear all permissions."
msgstr "Use this button to quickly clear all permissions."
-#: src/components/pages/ReportPage.tsx:613
-msgid "Use this form to report illegal content under the Digital Services Act (DSA). Select what you want to report."
-msgstr "Use this form to report illegal content under the Digital Services Act (DSA). Select what you want to report."
-
#: src/components/modals/tabs/KeybindsTab.tsx:101
msgid "Use this shortcut system-wide"
msgstr "Use this shortcut system-wide"
@@ -19708,19 +19790,19 @@ msgstr "User appears to be under 13 years old"
msgid "User Debug"
msgstr "User Debug"
-#: src/components/channel/channel-view/DMChannelView.tsx:353
+#: src/components/channel/channel-view/DMChannelView.tsx:354
msgid "User has vanished"
msgstr "User has vanished"
-#: src/components/pages/ReportPage.tsx:865
+#: src/components/pages/report/ReportStepDetails.tsx:137
msgid "User ID (optional)"
msgstr "User ID (optional)"
-#: src/components/bottomsheets/DMBottomSheet.tsx:376
+#: src/components/bottomsheets/DMBottomSheet.tsx:378
msgid "User ID copied"
msgstr "User ID copied"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:652
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:666
msgid "User ID copied to clipboard"
msgstr "User ID copied to clipboard"
@@ -19765,7 +19847,7 @@ msgstr "User Record"
msgid "User Settings"
msgstr "User Settings"
-#: src/components/pages/ReportPage.tsx:873
+#: src/components/pages/report/ReportStepDetails.tsx:146
msgid "User Tag (optional)"
msgstr "User Tag (optional)"
@@ -19805,7 +19887,7 @@ msgstr "Username must be at least 1 character"
msgid "Username must be at most 32 characters"
msgstr "Username must be at most 32 characters"
-#: src/components/channel/dm/AddFriendForm.tsx:130
+#: src/components/channel/dm/AddFriendForm.tsx:153
msgid "Username#0000"
msgstr "Username#0000"
@@ -19904,7 +19986,7 @@ msgstr "Vanity URLs must be between 2 and 32 characters long and can only contai
msgid "Verification Barriers"
msgstr "Verification Barriers"
-#: src/components/modals/ClaimAccountModal.tsx:199
+#: src/components/modals/ClaimAccountModal.tsx:201
#: src/components/modals/EmailChangeModal.tsx:218
#: src/components/modals/EmailChangeModal.tsx:282
#: src/components/modals/PhoneAddModal.tsx:224
@@ -19912,11 +19994,11 @@ msgstr "Verification Barriers"
msgid "Verification code"
msgstr "Verification code"
-#: src/components/pages/ReportPage.tsx:719
+#: src/components/pages/report/ReportStepVerification.tsx:86
msgid "Verification Code"
msgstr "Verification Code"
-#: src/components/modals/ClaimAccountModal.tsx:88
+#: src/components/modals/ClaimAccountModal.tsx:90
msgid "Verification code sent"
msgstr "Verification code sent"
@@ -19937,10 +20019,9 @@ msgstr "Verification may be required before viewing your backup codes."
#: src/components/auth/AuthPageHeader.tsx:49
#: src/components/auth/InviteHeader.tsx:81
#: src/components/auth/InviteHeader.tsx:226
-#: src/components/channel/InviteEmbed.tsx:285
-#: src/components/channel/InviteEmbed.tsx:428
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:178
-#: src/components/emojis/EmojiInfoContent.tsx:87
+#: src/components/channel/InviteEmbed.tsx:287
+#: src/components/channel/InviteEmbed.tsx:430
+#: src/components/emojis/EmojiAttributionSubtext.tsx:143
#: src/components/layout/GuildHeader.tsx:132
msgid "Verified Community"
msgstr "Verified Community"
@@ -19955,7 +20036,7 @@ msgstr "Verified guild"
msgid "Verify"
msgstr "Verify"
-#: src/components/pages/ReportPage.tsx:740
+#: src/components/pages/report/ReportStepVerification.tsx:102
msgid "Verify Code"
msgstr "Verify Code"
@@ -19980,6 +20061,10 @@ msgstr "Verify phone number form"
msgid "Verify You're Human"
msgstr "Verify You're Human"
+#: src/components/pages/report/ReportStepEmail.tsx:54
+msgid "Verify your email"
+msgstr "Verify your email"
+
#: src/components/modals/SudoVerificationModal.tsx:359
msgid "Verify your identity"
msgstr "Verify your identity"
@@ -20012,7 +20097,7 @@ msgid "Video"
msgstr "Video"
#: src/components/channel/ChannelHeader.tsx:572
-#: src/components/modals/UserProfileMobileSheet.tsx:515
+#: src/components/modals/UserProfileMobileSheet.tsx:519
msgid "Video Call"
msgstr "Video Call"
@@ -20097,7 +20182,7 @@ msgstr "View backup codes"
msgid "View backup codes form"
msgstr "View backup codes form"
-#: src/components/channel/channel-view/DMChannelView.tsx:282
+#: src/components/channel/channel-view/DMChannelView.tsx:283
msgid "View call"
msgstr "View call"
@@ -20138,7 +20223,7 @@ msgstr "View Gift Inventory"
msgid "View Global Profile"
msgstr "View Global Profile"
-#: src/components/channel/channel-view/DMChannelView.tsx:282
+#: src/components/channel/channel-view/DMChannelView.tsx:283
msgid "View incoming call"
msgstr "View incoming call"
@@ -20158,10 +20243,10 @@ msgstr "View Premium Features"
msgid "View premium perks"
msgstr "View premium perks"
-#: src/components/bottomsheets/DMBottomSheet.tsx:411
+#: src/components/bottomsheets/DMBottomSheet.tsx:413
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:226
#: src/components/channel/friends/MobileFriendRequestItem.tsx:87
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:210
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:212
#: src/components/modals/tabs/BlockedUsersTab.tsx:87
#: src/components/uikit/ContextMenu/items/UserProfileMenuItem.tsx:43
msgid "View Profile"
@@ -20191,7 +20276,7 @@ msgstr "Viewer Joins Stream"
msgid "Viewer Leaves Stream"
msgstr "Viewer Leaves Stream"
-#: src/components/pages/ReportPage.tsx:827
+#: src/components/pages/report/ReportStepDetails.tsx:96
msgid "Violation Category"
msgstr "Violation Category"
@@ -20199,7 +20284,7 @@ msgstr "Violation Category"
msgid "Violation category selection"
msgstr "Violation category selection"
-#: src/components/pages/ReportPage.tsx:264
+#: src/components/pages/report/optionDescriptors.ts:45
#: src/constants/IARConstants.tsx:42
msgid "Violent or Graphic Content"
msgstr "Violent or Graphic Content"
@@ -20212,9 +20297,9 @@ msgstr "VIP voice"
msgid "Visible Buttons"
msgstr "Visible Buttons"
-#: src/components/modals/components/plutonium/PricingSection.tsx:88
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:110
-#: src/components/modals/components/plutonium/VisionarySection.tsx:58
+#: src/components/modals/components/plutonium/PricingSection.tsx:101
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:129
+#: src/components/modals/components/plutonium/VisionarySection.tsx:67
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:154
#: src/utils/modals/guildTabs/GuildAuditLogTabUtils.ts:274
msgid "Visionary"
@@ -20228,25 +20313,25 @@ msgstr "Visionary (Lifetime #42)"
msgid "Visionary (Lifetime Plutonium)"
msgstr "Visionary (Lifetime Plutonium)"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:80
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:111
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:95
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:134
msgid "Visionary {visionaryPrice}"
msgstr "Visionary {visionaryPrice}"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:96
+#: src/components/modals/components/plutonium/VisionarySection.tsx:105
msgid "Visionary community with direct team access"
msgstr "Visionary community with direct team access"
-#: src/components/modals/components/plutonium/GiftSection.tsx:87
-#: src/components/modals/components/plutonium/PricingSection.tsx:119
+#: src/components/modals/components/plutonium/GiftSection.tsx:100
+#: src/components/modals/components/plutonium/PricingSection.tsx:140
msgid "Visionary Gift"
msgstr "Visionary Gift"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:109
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:132
msgid "Visionary Gift Sold Out"
msgstr "Visionary Gift Sold Out"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:80
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:95
msgid "Visionary Sold Out"
msgstr "Visionary Sold Out"
@@ -20281,15 +20366,15 @@ msgstr "Voice & Video Settings"
msgid "Voice Activity"
msgstr "Voice Activity"
-#: src/components/channel/channel-view/DMChannelView.tsx:277
+#: src/components/channel/channel-view/DMChannelView.tsx:278
#: src/components/voice/VoiceCallView.tsx:466
msgid "Voice call"
msgstr "Voice call"
-#: src/components/bottomsheets/DMBottomSheet.tsx:419
+#: src/components/bottomsheets/DMBottomSheet.tsx:421
#: src/components/channel/ChannelHeader.tsx:562
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:225
-#: src/components/modals/UserProfileMobileSheet.tsx:507
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:227
+#: src/components/modals/UserProfileMobileSheet.tsx:511
msgid "Voice Call"
msgstr "Voice Call"
@@ -20306,8 +20391,8 @@ msgstr "Voice Calls"
msgid "Voice channel"
msgstr "Voice channel"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:475
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:662
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:489
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:676
#: src/components/channel/channel-header/useChannelHeaderData.ts:100
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:314
msgid "Voice Channel"
@@ -20488,8 +20573,8 @@ msgstr "We emailed a link to authorise this login. Please open your inbox for {0
msgid "We failed to retrieve the full information about this user at this time."
msgstr "We failed to retrieve the full information about this user at this time."
-#: src/components/layout/GuildLayout.tsx:302
-#: src/components/layout/GuildLayout.tsx:349
+#: src/components/layout/GuildLayout.tsx:307
+#: src/components/layout/GuildLayout.tsx:354
msgid "We fluxed up! Hang tight, we're working on it."
msgstr "We fluxed up! Hang tight, we're working on it."
@@ -20513,18 +20598,13 @@ msgstr "We lost the connection while waiting for authorisation. Please try again
msgid "We need to make sure you're not a bot. Please complete the verification below."
msgstr "We need to make sure you're not a bot. Please complete the verification below."
-#: src/components/pages/ReportPage.tsx:639
-msgid "We need to verify your email address before you can submit a report."
-msgstr "We need to verify your email address before you can submit a report."
-
#: src/components/modals/BackupCodesModal.tsx:45
msgid "We recommend saving these codes now so that you don't get locked out of your account."
msgstr "We recommend saving these codes now so that you don't get locked out of your account."
-#. placeholder {0}: state.email
-#: src/components/pages/ReportPage.tsx:702
-msgid "We sent a verification code to {0}."
-msgstr "We sent a verification code to {0}."
+#: src/components/pages/report/ReportStepVerification.tsx:67
+msgid "We sent a code to {email}."
+msgstr "We sent a code to {email}."
#: src/components/auth/BrowserLoginHandoffModal.tsx:315
msgid "We will prefill {prefillEmail} once the browser login opens."
@@ -20534,6 +20614,10 @@ msgstr "We will prefill {prefillEmail} once the browser login opens."
msgid "We'll restore your previous email, sign out old sessions, remove phone numbers, disable MFA, and secure your account with a new password."
msgstr "We'll restore your previous email, sign out old sessions, remove phone numbers, disable MFA, and secure your account with a new password."
+#: src/components/pages/report/ReportStepEmail.tsx:57
+msgid "We'll send a short code to confirm you can receive updates about this report."
+msgstr "We'll send a short code to confirm you can receive updates about this report."
+
#: src/components/modals/EmailChangeModal.tsx:190
msgid "We'll verify your current email and then your new email with one-time codes."
msgstr "We'll verify your current email and then your new email with one-time codes."
@@ -20546,13 +20630,13 @@ msgstr "We'll verify your new email with a one-time code."
msgid "We're having trouble connecting to Fluxer's servers. This could be a temporary network issue or scheduled maintenance."
msgstr "We're having trouble connecting to Fluxer's servers. This could be a temporary network issue or scheduled maintenance."
-#: src/components/modals/tabs/BetaCodesTab.tsx:297
+#: src/components/modals/tabs/BetaCodesTab.tsx:322
#: src/components/modals/tabs/DevicesTab.tsx:230
msgid "We're having trouble connecting to the space-time continuum. Please check your connection and try again."
msgstr "We're having trouble connecting to the space-time continuum. Please check your connection and try again."
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:287
-#: src/components/channel/ChannelSearchResults.tsx:681
+#: src/components/channel/ChannelSearchResults.tsx:650
msgid "We're indexing this channel for the first time. This might take a little while..."
msgstr "We're indexing this channel for the first time. This might take a little while..."
@@ -20829,17 +20913,16 @@ msgstr "Write custom CSS here to override any theme tokens. For example:\n:root
msgid "Write your content here... This textarea expands as you type."
msgstr "Write your content here... This textarea expands as you type."
-#: src/components/auth/DateOfBirthField.tsx:89
-#: src/components/auth/DateOfBirthField.tsx:156
+#: src/components/auth/DateOfBirthField.tsx:153
#: src/components/auth/MockMinimalRegisterForm.tsx:78
msgid "Year"
msgstr "Year"
-#: src/components/modals/components/plutonium/PricingSection.tsx:78
+#: src/components/modals/components/plutonium/PricingSection.tsx:88
msgid "Yearly"
msgstr "Yearly"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:71
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:84
msgid "Yearly {yearlyPrice}"
msgstr "Yearly {yearlyPrice}"
@@ -20874,7 +20957,7 @@ msgstr "You are about to leave Fluxer"
msgid "You are about to transfer ownership of this community to <0>{0}0>. This action is <1>irreversible1> and you will lose all owner privileges."
msgstr "You are about to transfer ownership of this community to <0>{0}0>. This action is <1>irreversible1> and you will lose all owner privileges."
-#: src/components/channel/dm/AddFriendForm.tsx:72
+#: src/components/channel/dm/AddFriendForm.tsx:95
msgid "You are already friends with this user."
msgstr "You are already friends with this user."
@@ -20960,7 +21043,7 @@ msgstr "You can only upload up to {MAX_EMOJIS_PER_UPLOAD} emojis at once. Only t
msgid "You can pin messages in this conversation for everyone to see."
msgstr "You can pin messages in this conversation for everyone to see."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:175
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:194
msgid "You can redeem additional gift codes to <0>extend0> your gift time. To start a monthly or yearly plan, wait until after it ends — or <1>upgrade to Visionary1> now (remaining gift time will be discarded)."
msgstr "You can redeem additional gift codes to <0>extend0> your gift time. To start a monthly or yearly plan, wait until after it ends — or <1>upgrade to Visionary1> now (remaining gift time will be discarded)."
@@ -20990,7 +21073,7 @@ msgstr "You can use links and Markdown to format your text. With <0/>, you can w
msgid "You can't add new reactions while you're on timeout."
msgstr "You can't add new reactions while you're on timeout."
-#: src/components/modals/UserProfileModal.tsx:1170
+#: src/components/modals/UserProfileModal.tsx:1171
msgid "You can't befriend yourself"
msgstr "You can't befriend yourself"
@@ -20998,14 +21081,14 @@ msgstr "You can't befriend yourself"
msgid "You can't interact with reactions in search results as it might disrupt the space-time continuum."
msgstr "You can't interact with reactions in search results as it might disrupt the space-time continuum."
-#: src/components/layout/ChannelItem.tsx:200
-#: src/components/layout/ChannelItem.tsx:366
-#: src/stores/voice/MediaEngineFacade.ts:151
-#: src/stores/voice/MediaEngineFacade.ts:482
+#: src/components/layout/ChannelItem.tsx:206
+#: src/components/layout/ChannelItem.tsx:375
+#: src/stores/voice/MediaEngineFacade.ts:154
+#: src/stores/voice/MediaEngineFacade.ts:529
msgid "You can't join while you're on timeout."
msgstr "You can't join while you're on timeout."
-#: src/components/modals/UserProfileModal.tsx:1182
+#: src/components/modals/UserProfileModal.tsx:1183
#: src/components/popouts/UserProfilePopout.tsx:282
#: src/components/profile/ProfilePreview.tsx:284
msgid "You can't message yourself"
@@ -21019,7 +21102,7 @@ msgstr "You can't send a friend request to yourself."
msgid "You can't send friend requests to bots."
msgstr "You can't send friend requests to bots."
-#: src/components/channel/dm/AddFriendForm.tsx:64
+#: src/components/channel/dm/AddFriendForm.tsx:87
msgid "You can't send friend requests to users you've blocked. Unblock them first."
msgstr "You can't send friend requests to users you've blocked. Unblock them first."
@@ -21066,11 +21149,11 @@ msgstr "You cannot remove this permission because it would remove it from yourse
msgid "You cannot save a role with a blank name. Please provide a valid name before saving."
msgstr "You cannot save a role with a blank name. Please provide a valid name before saving."
-#: src/components/channel/dm/AddFriendForm.tsx:68
+#: src/components/channel/dm/AddFriendForm.tsx:91
msgid "You cannot send a friend request to yourself."
msgstr "You cannot send a friend request to yourself."
-#: src/components/channel/dm/AddFriendForm.tsx:66
+#: src/components/channel/dm/AddFriendForm.tsx:89
msgid "You cannot send friend requests to bots."
msgstr "You cannot send friend requests to bots."
@@ -21094,7 +21177,7 @@ msgstr "You do not have access to the channel where this message was sent."
msgid "You do not have permission to send messages in this channel."
msgstr "You do not have permission to send messages in this channel."
-#: src/components/layout/GuildLayout.tsx:393
+#: src/components/layout/GuildLayout.tsx:398
msgid "You don't have access to any channels in this community."
msgstr "You don't have access to any channels in this community."
@@ -21114,23 +21197,23 @@ msgstr "You don't have permission to install this emoji pack."
msgid "You don't have permission to install this sticker pack."
msgstr "You don't have permission to install this sticker pack."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:203
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:222
msgid "You have all <0/> for <1>{monthlyPrice}/month1>."
msgstr "You have all <0/> for <1>{monthlyPrice}/month1>."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:208
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:227
msgid "You have all <0/> for <1>{yearlyPrice}/year1>."
msgstr "You have all <0/> for <1>{yearlyPrice}/year1>."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:213
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:232
msgid "You have all <0/> for your subscription period."
msgstr "You have all <0/> for your subscription period."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:198
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:217
msgid "You have all <0/> forever. No subscriptions, no renewals."
msgstr "You have all <0/> forever. No subscriptions, no renewals."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:169
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:188
msgid "You have all <0/> via a <1>gift subscription1> until <2>{giftEndDate}2>. It <3>won't renew3>."
msgstr "You have all <0/> via a <1>gift subscription1> until <2>{giftEndDate}2>. It <3>won't renew3>."
@@ -21228,11 +21311,11 @@ msgstr "You lost access to this saved message. Remove?"
msgid "You made it, {username}! We're about to hit 88mph!"
msgstr "You made it, {username}! We're about to hit 88mph!"
-#: src/components/channel/CallMessage.tsx:179
+#: src/components/channel/CallMessage.tsx:173
msgid "You missed a call from <0/> that lasted {durationText}."
msgstr "You missed a call from <0/> that lasted {durationText}."
-#: src/components/channel/CallMessage.tsx:184
+#: src/components/channel/CallMessage.tsx:178
msgid "You missed a call from <0/>."
msgstr "You missed a call from <0/>."
@@ -21252,7 +21335,7 @@ msgstr "You must be 18 or older to view this content. <0>Learn more0>"
msgid "You must be connected to the gateway to accept this temporary invite. Please check your connection and try again."
msgstr "You must be connected to the gateway to accept this temporary invite. Please check your connection and try again."
-#: src/components/pages/ReportPage.tsx:463
+#: src/components/pages/ReportPage.tsx:288
msgid "You must verify your email before submitting a report."
msgstr "You must verify your email before submitting a report."
@@ -21385,7 +21468,7 @@ msgstr "You're in the voice channel"
msgid "You're sending messages too quickly"
msgstr "You're sending messages too quickly"
-#: src/components/channel/Messages.tsx:909
+#: src/components/channel/Messages.tsx:907
msgid "You're viewing older messages"
msgstr "You're viewing older messages"
@@ -21464,7 +21547,7 @@ msgstr "Your account has been approved. Redirecting you to the app..."
msgid "Your account has been created, but access is temporarily limited until approval. You will be notified once your account is approved."
msgstr "Your account has been created, but access is temporarily limited until approval. You will be notified once your account is approved."
-#: src/components/modals/components/UnclaimedAccountAlert.tsx:38
+#: src/components/modals/components/UnclaimedAccountAlert.tsx:36
msgid "Your account is not yet claimed. Without an email and password, you won't be able to sign in from other devices and you could lose access to your account. Claim your account now to secure it."
msgstr "Your account is not yet claimed. Without an email and password, you won't be able to sign in from other devices and you could lose access to your account. Claim your account now to secure it."
@@ -21508,7 +21591,7 @@ msgstr "Your existing notification sound settings will be preserved."
msgid "Your export request will be processed"
msgstr "Your export request will be processed"
-#: src/components/pages/ReportPage.tsx:935
+#: src/components/pages/report/ReportStepDetails.tsx:213
msgid "Your FluxerTag (optional)"
msgstr "Your FluxerTag (optional)"
@@ -21521,7 +21604,7 @@ msgid "Your invite expires in 24 hours"
msgstr "Your invite expires in 24 hours"
#. placeholder {0}: getExpirationText()
-#: src/components/modals/InviteModal.tsx:325
+#: src/components/modals/InviteModal.tsx:322
msgid "Your invite link expires in {0}."
msgstr "Your invite link expires in {0}."
@@ -21565,7 +21648,7 @@ msgstr "Your personal space for quick access to channels, DMs, and groups you lo
msgid "Your Plutonium subscription has expired. You've lost all Plutonium perks. Reactivate your subscription to regain access."
msgstr "Your Plutonium subscription has expired. You've lost all Plutonium perks. Reactivate your subscription to regain access."
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:781
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:813
msgid "Your private space"
msgstr "Your private space"
@@ -21573,7 +21656,7 @@ msgstr "Your private space"
msgid "Your private space for thoughts and reminders"
msgstr "Your private space for thoughts and reminders"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:277
+#: src/components/modals/tabs/GiftInventoryTab.tsx:300
msgid "Your Purchased Gifts"
msgstr "Your Purchased Gifts"
@@ -21585,15 +21668,11 @@ msgstr "your region"
msgid "Your stream is still being broadcast"
msgstr "Your stream is still being broadcast"
-#: src/components/pages/ReportPage.tsx:594
-msgid "Your submission ID"
-msgstr "Your submission ID"
-
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:153
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:172
msgid "Your subscription ended, but you still have all <0/> until <1>{graceDate}1>. Resubscribe to keep them."
msgstr "Your subscription ended, but you still have all <0/> until <1>{graceDate}1>. Resubscribe to keep them."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:138
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:157
msgid "Your subscription expired on <0>{expiredDate}0>. You lost all <1/>. You can reactivate at any time."
msgstr "Your subscription expired on <0>{expiredDate}0>. You lost all <1/>. You can reactivate at any time."
@@ -21609,7 +21688,7 @@ msgstr "Your subscription has been reactivated!"
msgid "Your subscription has been set to cancel at the end of your billing period."
msgstr "Your subscription has been set to cancel at the end of your billing period."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:191
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:210
msgid "Your subscription will cancel on <0>{cancelDate}0>. You'll lose all <1/> after that date."
msgstr "Your subscription will cancel on <0>{cancelDate}0>. You'll lose all <1/> after that date."
diff --git a/fluxer_app/src/locales/en-US/messages.po b/fluxer_app/src/locales/en-US/messages.po
index d6c1d393..8f84aa82 100644
--- a/fluxer_app/src/locales/en-US/messages.po
+++ b/fluxer_app/src/locales/en-US/messages.po
@@ -68,12 +68,12 @@ msgstr "(max 15 shown)"
msgid "(No content)"
msgstr "(No content)"
-#: src/components/modals/UserProfileMobileSheet.tsx:552
+#: src/components/modals/UserProfileMobileSheet.tsx:556
#: src/components/pages/YouPage.tsx:147
msgid "(only visible to you)"
msgstr "(only visible to you)"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:954
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:976
msgid "(you)"
msgstr "(you)"
@@ -138,12 +138,12 @@ msgid "{0} Online"
msgstr "{0} Online"
#. placeholder {0}: reaction.count
-#: src/components/channel/MessageReactions.tsx:120
+#: src/components/channel/MessageReactions.tsx:119
msgid "{0} reaction"
msgstr "{0} reaction"
#. placeholder {0}: reaction.count
-#: src/components/channel/MessageReactions.tsx:120
+#: src/components/channel/MessageReactions.tsx:119
msgid "{0} reactions"
msgstr "{0} reactions"
@@ -153,13 +153,13 @@ msgid "{0} remaining"
msgstr "{0} remaining"
#. placeholder {0}: machineState.total
-#: src/components/channel/ChannelSearchResults.tsx:315
+#: src/components/channel/ChannelSearchResults.tsx:272
msgid "{0} Result"
msgstr "{0} Result"
#. placeholder {0}: machineState.total
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:390
-#: src/components/channel/ChannelSearchResults.tsx:315
+#: src/components/channel/ChannelSearchResults.tsx:272
msgid "{0} Results"
msgstr "{0} Results"
@@ -402,7 +402,7 @@ msgstr "{actor} updated the sticker {namedTarget}."
msgid "{actor} updated the webhook {namedTarget}."
msgstr "{actor} updated the webhook {namedTarget}."
-#: src/components/modals/tabs/BetaCodesTab.tsx:280
+#: src/components/modals/tabs/BetaCodesTab.tsx:284
msgid "{allowance} codes remaining this week"
msgstr "{allowance} codes remaining this week"
@@ -533,7 +533,7 @@ msgstr "{emojiName}, {0} reaction"
msgid "{emojiName}, {0} reactions"
msgstr "{emojiName}, {0} reactions"
-#: src/components/channel/MessageReactions.tsx:122
+#: src/components/channel/MessageReactions.tsx:121
msgid "{emojiName}: {reactionCountText}, {actionText}"
msgstr "{emojiName}: {reactionCountText}, {actionText}"
@@ -561,8 +561,8 @@ msgstr "{label} images cannot be animated. Please use JPEG, PNG, or WebP."
#: src/components/auth/InviteHeader.tsx:127
#: src/components/auth/InviteHeader.tsx:241
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:281
-#: src/components/channel/InviteEmbed.tsx:180
-#: src/components/channel/InviteEmbed.tsx:444
+#: src/components/channel/InviteEmbed.tsx:182
+#: src/components/channel/InviteEmbed.tsx:446
msgid "{memberCount} Member"
msgstr "{memberCount} Member"
@@ -570,8 +570,8 @@ msgstr "{memberCount} Member"
#: src/components/auth/InviteHeader.tsx:127
#: src/components/auth/InviteHeader.tsx:241
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:281
-#: src/components/channel/InviteEmbed.tsx:180
-#: src/components/channel/InviteEmbed.tsx:444
+#: src/components/channel/InviteEmbed.tsx:182
+#: src/components/channel/InviteEmbed.tsx:446
msgid "{memberCount} Members"
msgstr "{memberCount} Members"
@@ -606,11 +606,11 @@ msgstr "{minutes} minutes and {seconds} seconds"
msgid "{minutes} minutes and 1 second"
msgstr "{minutes} minutes and 1 second"
-#: src/components/channel/dm/DMWelcomeSection.tsx:155
+#: src/components/channel/dm/DMWelcomeSection.tsx:167
msgid "{mutualGuildCount} mutual commmunity"
msgstr "{mutualGuildCount} mutual commmunity"
-#: src/components/channel/dm/DMWelcomeSection.tsx:156
+#: src/components/channel/dm/DMWelcomeSection.tsx:168
msgid "{mutualGuildCount} mutual communities"
msgstr "{mutualGuildCount} mutual communities"
@@ -632,7 +632,7 @@ msgstr "{participantCount} participants in call"
#: src/components/auth/InviteHeader.tsx:235
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:276
-#: src/components/channel/InviteEmbed.tsx:439
+#: src/components/channel/InviteEmbed.tsx:441
msgid "{presenceCount} Online"
msgstr "{presenceCount} Online"
@@ -644,15 +644,15 @@ msgstr "{remaining} characters left"
msgid "{remaining} characters left. Get Plutonium to write up to {premiumMaxLength} characters."
msgstr "{remaining} characters left. Get Plutonium to write up to {premiumMaxLength} characters."
-#: src/components/channel/InviteEmbed.tsx:301
+#: src/components/channel/InviteEmbed.tsx:303
msgid "{renderedMemberCount} Member"
msgstr "{renderedMemberCount} Member"
-#: src/components/channel/InviteEmbed.tsx:301
+#: src/components/channel/InviteEmbed.tsx:303
msgid "{renderedMemberCount} Members"
msgstr "{renderedMemberCount} Members"
-#: src/components/channel/InviteEmbed.tsx:296
+#: src/components/channel/InviteEmbed.tsx:298
msgid "{renderedPresenceCount} Online"
msgstr "{renderedPresenceCount} Online"
@@ -704,11 +704,11 @@ msgstr "{totalSeconds} second"
msgid "{totalSeconds} seconds"
msgstr "{totalSeconds} seconds"
-#: src/components/layout/GuildsLayout.tsx:231
+#: src/components/layout/GuildsLayout.tsx:229
msgid "{unavailableCount} communities are temporarily unavailable due to a flux capacitor malfunction."
msgstr "{unavailableCount} communities are temporarily unavailable due to a flux capacitor malfunction."
-#: src/components/layout/GuildsLayout.tsx:230
+#: src/components/layout/GuildsLayout.tsx:228
msgid "{unavailableCount} community is temporarily unavailable due to a flux capacitor malfunction."
msgstr "{unavailableCount} community is temporarily unavailable due to a flux capacitor malfunction."
@@ -814,27 +814,27 @@ msgstr "@everyone mentions"
msgid "@username"
msgstr "@username"
-#: src/components/channel/CallMessage.tsx:75
+#: src/components/channel/CallMessage.tsx:72
msgid "# days"
msgstr "# days"
-#: src/components/channel/CallMessage.tsx:76
+#: src/components/channel/CallMessage.tsx:73
msgid "# hours"
msgstr "# hours"
-#: src/components/channel/CallMessage.tsx:77
+#: src/components/channel/CallMessage.tsx:74
msgid "# minutes"
msgstr "# minutes"
-#: src/components/channel/CallMessage.tsx:73
+#: src/components/channel/CallMessage.tsx:70
msgid "# months"
msgstr "# months"
-#: src/components/channel/CallMessage.tsx:74
+#: src/components/channel/CallMessage.tsx:71
msgid "# weeks"
msgstr "# weeks"
-#: src/components/channel/CallMessage.tsx:72
+#: src/components/channel/CallMessage.tsx:69
msgid "# years"
msgstr "# years"
@@ -878,11 +878,11 @@ msgstr "<0/> removed <1/> from the group."
msgid "<0/> removed someone from the group."
msgstr "<0/> removed someone from the group."
-#: src/components/channel/CallMessage.tsx:191
+#: src/components/channel/CallMessage.tsx:185
msgid "<0/> started a call that lasted {durationText}."
msgstr "<0/> started a call that lasted {durationText}."
-#: src/components/channel/CallMessage.tsx:154
+#: src/components/channel/CallMessage.tsx:148
msgid "<0/> started a call."
msgstr "<0/> started a call."
@@ -943,11 +943,11 @@ msgstr "<0>Unmuted0> the member."
msgid "<0>Warning:0> This will also disable SMS two-factor authentication."
msgstr "<0>Warning:0> This will also disable SMS two-factor authentication."
-#: src/components/modals/tabs/BetaCodesTab.tsx:278
+#: src/components/modals/tabs/BetaCodesTab.tsx:282
msgid "1 code remaining this week"
msgstr "1 code remaining this week"
-#: src/components/channel/CallMessage.tsx:75
+#: src/components/channel/CallMessage.tsx:72
#: src/components/modals/BanMemberModal.tsx:54
#: src/components/modals/InviteModal.tsx:77
#: src/components/modals/InviteModal.tsx:212
@@ -956,7 +956,7 @@ msgstr "1 code remaining this week"
msgid "1 day"
msgstr "1 day"
-#: src/components/channel/CallMessage.tsx:76
+#: src/components/channel/CallMessage.tsx:73
#: src/components/modals/BanMemberModal.tsx:52
#: src/components/modals/channelTabs/ChannelOverviewTab.tsx:154
#: src/components/modals/CustomStatusBottomSheet.tsx:44
@@ -993,7 +993,7 @@ msgstr "1 minute and {seconds} seconds"
msgid "1 minute and 1 second"
msgstr "1 minute and 1 second"
-#: src/components/channel/CallMessage.tsx:73
+#: src/components/channel/CallMessage.tsx:70
#: src/components/modals/BanMemberModal.tsx:59
msgid "1 month"
msgstr "1 month"
@@ -1002,12 +1002,12 @@ msgstr "1 month"
msgid "1 Month"
msgstr "1 Month"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:99
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:120
msgid "1 Month {monthlyPrice}"
msgstr "1 Month {monthlyPrice}"
-#: src/components/modals/components/plutonium/GiftSection.tsx:78
-#: src/components/modals/components/plutonium/PricingSection.tsx:110
+#: src/components/modals/components/plutonium/GiftSection.tsx:88
+#: src/components/modals/components/plutonium/PricingSection.tsx:128
msgid "1 Month Gift"
msgstr "1 Month Gift"
@@ -1020,22 +1020,22 @@ msgstr "1 use"
msgid "1 user"
msgstr "1 user"
-#: src/components/channel/CallMessage.tsx:74
+#: src/components/channel/CallMessage.tsx:71
#: src/components/modals/BanMemberModal.tsx:57
#: src/components/modals/TimeoutMemberOptions.ts:39
msgid "1 week"
msgstr "1 week"
-#: src/components/channel/CallMessage.tsx:72
+#: src/components/channel/CallMessage.tsx:69
msgid "1 year"
msgstr "1 year"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:91
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:109
msgid "1 Year {yearlyPrice}"
msgstr "1 Year {yearlyPrice}"
-#: src/components/modals/components/plutonium/GiftSection.tsx:69
-#: src/components/modals/components/plutonium/PricingSection.tsx:101
+#: src/components/modals/components/plutonium/GiftSection.tsx:76
+#: src/components/modals/components/plutonium/PricingSection.tsx:116
msgid "1 Year Gift"
msgstr "1 Year Gift"
@@ -1286,8 +1286,8 @@ msgstr "8 hours"
msgid "A 4-digit tag will be added automatically to ensure uniqueness"
msgstr "A 4-digit tag will be added automatically to ensure uniqueness"
-#: src/components/channel/CallMessage.tsx:86
-#: src/components/channel/CallMessage.tsx:148
+#: src/components/channel/CallMessage.tsx:83
+#: src/components/channel/CallMessage.tsx:142
msgid "a few seconds"
msgstr "a few seconds"
@@ -1299,7 +1299,7 @@ msgstr "A handful of keyboard warriors are assembling..."
msgid "A helpful bot that does amazing things!"
msgstr "A helpful bot that does amazing things!"
-#: src/components/channel/CallMessage.tsx:77
+#: src/components/channel/CallMessage.tsx:74
msgid "a minute"
msgstr "a minute"
@@ -1316,7 +1316,7 @@ msgid "A symphony of clacking keys is underway..."
msgstr "A symphony of clacking keys is underway..."
#: src/components/modals/tabs/MyProfileTab/BioEditor.tsx:127
-#: src/components/modals/UserProfileMobileSheet.tsx:528
+#: src/components/modals/UserProfileMobileSheet.tsx:532
#: src/components/pages/YouPage.tsx:132
msgid "About Me"
msgstr "About Me"
@@ -1330,18 +1330,18 @@ msgstr "About You"
msgid "Accent Color"
msgstr "Accent Color"
-#: src/components/channel/channel-view/DMChannelView.tsx:291
-#: src/components/channel/dm/DMWelcomeSection.tsx:116
+#: src/components/channel/channel-view/DMChannelView.tsx:292
+#: src/components/channel/dm/DMWelcomeSection.tsx:128
#: src/components/channel/friends/FriendListItem.tsx:238
#: src/components/channel/friends/MobileFriendRequestItem.tsx:99
#: src/components/voice/IncomingCallUI.tsx:302
msgid "Accept"
msgstr "Accept"
-#: src/components/bottomsheets/DMBottomSheet.tsx:515
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:260
-#: src/components/modals/UserProfileModal.tsx:1258
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:88
+#: src/components/bottomsheets/DMBottomSheet.tsx:517
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:262
+#: src/components/modals/UserProfileModal.tsx:1259
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:109
msgid "Accept Friend Request"
msgstr "Accept Friend Request"
@@ -1358,7 +1358,7 @@ msgstr "Accept Invite"
msgid "Accept the incoming call"
msgstr "Accept the incoming call"
-#: src/components/channel/InviteEmbed.tsx:226
+#: src/components/channel/InviteEmbed.tsx:228
#: src/components/modals/InviteAcceptModal.tsx:163
msgid "Accepting this invite installs the pack automatically."
msgstr "Accepting this invite installs the pack automatically."
@@ -1407,7 +1407,7 @@ msgstr "Account & Premium"
msgid "Account appears to exist solely for spamming"
msgstr "Account appears to exist solely for spamming"
-#: src/components/modals/ClaimAccountModal.tsx:105
+#: src/components/modals/ClaimAccountModal.tsx:107
msgid "Account claimed successfully"
msgstr "Account claimed successfully"
@@ -1459,7 +1459,7 @@ msgstr "Across all DMs you've ever been in only"
msgid "Action with both icons!"
msgstr "Action with both icons!"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:124
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:143
msgid "Active"
msgstr "Active"
@@ -1584,12 +1584,13 @@ msgstr "Add Email"
msgid "Add Favorite Channels"
msgstr "Add Favorite Channels"
-#: src/components/bottomsheets/DMBottomSheet.tsx:524
+#: src/components/bottomsheets/DMBottomSheet.tsx:527
#: src/components/channel/dm/AddFriendView.tsx:32
#: src/components/channel/dm/DMFriendsView.tsx:199
#: src/components/modals/AddFriendSheet.tsx:50
-#: src/components/modals/UserProfileModal.tsx:1178
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:68
+#: src/components/modals/UserProfileModal.tsx:1179
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:75
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:89
msgid "Add Friend"
msgstr "Add Friend"
@@ -1597,7 +1598,7 @@ msgstr "Add Friend"
msgid "Add Friends"
msgstr "Add Friends"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1187
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1211
#: src/components/channel/ChannelHeader.tsx:630
#: src/components/channel/dm/GroupDMWelcomeSection.tsx:85
msgid "Add Friends to Group"
@@ -1612,7 +1613,7 @@ msgstr "Add Item"
msgid "Add new reactions to messages."
msgstr "Add new reactions to messages."
-#: src/components/bottomsheets/DMBottomSheet.tsx:426
+#: src/components/bottomsheets/DMBottomSheet.tsx:428
#: src/components/profile/ProfileCard/ProfileCardActions.tsx:48
#: src/components/uikit/ContextMenu/items/UserNoteMenuItems.tsx:42
msgid "Add Note"
@@ -1647,7 +1648,7 @@ msgstr "Add phone number form"
#: src/components/channel/MessageActionBar.tsx:450
#: src/components/channel/MessageActionBar.tsx:741
#: src/components/channel/messageActionMenu.tsx:92
-#: src/components/channel/MessageReactions.tsx:264
+#: src/components/channel/MessageReactions.tsx:263
#: src/components/uikit/ContextMenu/items/MessageMenuItems.tsx:65
msgid "Add Reaction"
msgstr "Add Reaction"
@@ -1695,8 +1696,8 @@ msgid "Add to favorites"
msgstr "Add to favorites"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:370
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1103
-#: src/components/bottomsheets/DMBottomSheet.tsx:400
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1127
+#: src/components/bottomsheets/DMBottomSheet.tsx:402
#: src/components/channel/ChannelHeader.tsx:547
#: src/components/channel/ChannelHeader.tsx:595
#: src/components/channel/ChannelHeader.tsx:600
@@ -1731,11 +1732,11 @@ msgid "Added to bookmarks"
msgstr "Added to bookmarks"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:118
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:544
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:558
msgid "Added to favorites"
msgstr "Added to favorites"
-#: src/components/bottomsheets/DMBottomSheet.tsx:129
+#: src/components/bottomsheets/DMBottomSheet.tsx:131
msgid "Added to Favorites"
msgstr "Added to Favorites"
@@ -1752,7 +1753,7 @@ msgstr "Added: {createdDate}"
msgid "Added: {createdDate} • Last used: {lastUsedDate}"
msgstr "Added: {createdDate} • Last used: {lastUsedDate}"
-#: src/components/pages/ReportPage.tsx:943
+#: src/components/pages/report/ReportStepDetails.tsx:222
msgid "Additional Comments (optional)"
msgstr "Additional Comments (optional)"
@@ -1873,7 +1874,7 @@ msgstr "All calls will notify silently instead of ringing. By default, calls fro
msgid "All Communities"
msgstr "All Communities"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:74
+#: src/components/modals/components/plutonium/VisionarySection.tsx:83
msgid "All current and future Plutonium benefits, forever"
msgstr "All current and future Plutonium benefits, forever"
@@ -1911,7 +1912,7 @@ msgstr "All members"
msgid "All messages"
msgstr "All messages"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1377
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1401
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:206
#: src/components/modals/GuildNotificationSettingsModal.tsx:87
#: src/components/modals/GuildNotificationSettingsModal.tsx:273
@@ -2071,11 +2072,11 @@ msgstr "Allowed {0}."
msgid "Already have an account?"
msgstr "Already have an account?"
-#: src/components/channel/InviteEmbed.tsx:187
+#: src/components/channel/InviteEmbed.tsx:189
msgid "Already joined"
msgstr "Already joined"
-#: src/components/channel/GiftEmbed.tsx:90
+#: src/components/channel/GiftEmbed.tsx:97
msgid "Already redeemed"
msgstr "Already redeemed"
@@ -2135,8 +2136,8 @@ msgstr "Always trust <0>{hostname}0> — skip this warning next time"
msgid "Always underline links"
msgstr "Always underline links"
-#: src/components/channel/ChannelSearchResults.tsx:511
-#: src/components/channel/ChannelSearchResults.tsx:562
+#: src/components/channel/ChannelSearchResults.tsx:480
+#: src/components/channel/ChannelSearchResults.tsx:531
#: src/hooks/useChannelSearch.ts:233
#: src/hooks/useChannelSearch.ts:375
msgid "An error occurred while searching"
@@ -2198,7 +2199,7 @@ msgid "Animated Emoji ({0})"
msgstr "Animated Emoji ({0})"
#: src/components/channel/embeds/media/EmbedGifv.tsx:237
-#: src/components/channel/embeds/media/EmbedGifv.tsx:725
+#: src/components/channel/embeds/media/EmbedGifv.tsx:749
#: src/components/modals/MediaViewerModal.tsx:294
#: src/components/modals/MediaViewerModal.tsx:362
msgid "Animated GIF"
@@ -2320,8 +2321,8 @@ msgstr "Application updated successfully"
msgid "Applications"
msgstr "Applications"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:99
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:137
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:103
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:141
msgid "Applications & Bots"
msgstr "Applications & Bots"
@@ -2352,7 +2353,7 @@ msgid "Archive"
msgstr "Archive"
#. placeholder {0}: user.username
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:162
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:164
#: src/components/modals/UserProfileActionsSheet.tsx:133
#: src/utils/RelationshipActionUtils.tsx:141
msgid "Are you sure you want to block {0}? They won't be able to message you or send you friend requests."
@@ -2368,8 +2369,8 @@ msgid "Are you sure you want to close this group DM? You can always reopen it la
msgstr "Are you sure you want to close this group DM? You can always reopen it later."
#. placeholder {0}: recipient?.username ?? ''
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:601
-#: src/components/bottomsheets/DMBottomSheet.tsx:303
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:615
+#: src/components/bottomsheets/DMBottomSheet.tsx:305
msgid "Are you sure you want to close your DM with {0}? You can always reopen it later."
msgstr "Are you sure you want to close your DM with {0}? You can always reopen it later."
@@ -2406,7 +2407,7 @@ msgid "Are you sure you want to delete #{0}? This action cannot be undone."
msgstr "Are you sure you want to delete #{0}? This action cannot be undone."
#. placeholder {0}: channel.name ?? 'this channel'
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:667
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:681
msgid "Are you sure you want to delete #{0}? This cannot be undone."
msgstr "Are you sure you want to delete #{0}? This cannot be undone."
@@ -2504,7 +2505,7 @@ msgstr "Are you sure you want to leave {0}?"
msgid "Are you sure you want to leave this community? You will no longer be able to see any messages."
msgstr "Are you sure you want to leave this community? You will no longer be able to see any messages."
-#: src/components/bottomsheets/DMBottomSheet.tsx:338
+#: src/components/bottomsheets/DMBottomSheet.tsx:340
#: src/hooks/useLeaveGroup.tsx:43
msgid "Are you sure you want to leave this group? You will no longer be able to see any messages."
msgstr "Are you sure you want to leave this group? You will no longer be able to see any messages."
@@ -2515,9 +2516,9 @@ msgid "Are you sure you want to make {0} the group owner? You will lose owner pr
msgstr "Are you sure you want to make {0} the group owner? You will lose owner privileges."
#. placeholder {0}: user.username
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:145
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:147
#: src/components/modals/UserProfileActionsSheet.tsx:116
-#: src/components/modals/UserProfileMobileSheet.tsx:303
+#: src/components/modals/UserProfileMobileSheet.tsx:304
#: src/utils/RelationshipActionUtils.tsx:114
msgid "Are you sure you want to remove {0} as a friend?"
msgstr "Are you sure you want to remove {0} as a friend?"
@@ -2557,10 +2558,10 @@ msgid "Are you sure you want to transfer ownership of the group to {0}?"
msgstr "Are you sure you want to transfer ownership of the group to {0}?"
#. placeholder {0}: user.username
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:179
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:181
#: src/components/modals/tabs/BlockedUsersTab.tsx:57
#: src/components/modals/UserProfileActionsSheet.tsx:150
-#: src/components/modals/UserProfileMobileSheet.tsx:319
+#: src/components/modals/UserProfileMobileSheet.tsx:320
#: src/utils/RelationshipActionUtils.tsx:168
msgid "Are you sure you want to unblock {0}?"
msgstr "Are you sure you want to unblock {0}?"
@@ -2573,7 +2574,7 @@ msgstr "Art Club"
msgid "Artists' Corner"
msgstr "Artists' Corner"
-#: src/components/modals/components/plutonium/PricingSection.tsx:63
+#: src/components/modals/components/plutonium/PricingSection.tsx:69
msgid "As a Gift"
msgstr "As a Gift"
@@ -2689,7 +2690,7 @@ msgstr "Audio Settings"
msgid "Audio will be included with this screen share."
msgstr "Audio will be included with this screen share."
-#: src/components/pages/ReportPage.tsx:311
+#: src/components/pages/report/optionDescriptors.ts:83
msgid "Austria"
msgstr "Austria"
@@ -2844,6 +2845,7 @@ msgstr "Average ping:"
#: src/components/modals/PhoneAddModal.tsx:235
#: src/components/modals/RequiredActionModal.tsx:463
#: src/components/pages/OAuthAuthorizePage.tsx:694
+#: src/components/pages/report/ReportStepDetails.tsx:243
msgid "Back"
msgstr "Back"
@@ -2933,7 +2935,7 @@ msgid "Balanced quality and bandwidth"
msgstr "Balanced quality and bandwidth"
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:353
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:320
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:323
#: src/components/modals/UserProfileActionsSheet.tsx:262
msgid "Ban"
msgstr "Ban"
@@ -3035,7 +3037,7 @@ msgstr "before:"
msgid "Begin a call in the current private conversation"
msgstr "Begin a call in the current private conversation"
-#: src/components/pages/ReportPage.tsx:312
+#: src/components/pages/report/optionDescriptors.ts:84
msgid "Belgium"
msgstr "Belgium"
@@ -3066,7 +3068,7 @@ msgstr "Beta code (optional)"
msgid "Beta Code Redeemed!"
msgstr "Beta Code Redeemed!"
-#: src/components/modals/tabs/BetaCodesTab.tsx:313
+#: src/components/modals/tabs/BetaCodesTab.tsx:338
#: src/components/modals/utils/settingsSearchIndex.ts:741
msgid "Beta Codes"
msgstr "Beta Codes"
@@ -3083,13 +3085,13 @@ msgstr "Bio"
msgid "Bio character limit"
msgstr "Bio character limit"
-#: src/components/bottomsheets/DMBottomSheet.tsx:538
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:163
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:345
+#: src/components/bottomsheets/DMBottomSheet.tsx:541
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:165
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:348
#: src/components/modals/UserProfileActionsSheet.tsx:134
#: src/components/modals/UserProfileActionsSheet.tsx:298
#: src/components/modals/UserProfileModal.tsx:1062
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:190
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:211
#: src/utils/RelationshipActionUtils.tsx:143
msgid "Block"
msgstr "Block"
@@ -3106,7 +3108,7 @@ msgstr "Block direct messages from community members?"
msgid "Block for all communities"
msgstr "Block for all communities"
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:161
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:163
#: src/components/modals/UserProfileActionsSheet.tsx:132
#: src/utils/RelationshipActionUtils.tsx:139
msgid "Block User"
@@ -3270,7 +3272,7 @@ msgstr "Browser Audio Required"
msgid "Browser locale ({browserLocale}): {format}"
msgstr "Browser locale ({browserLocale}): {format}"
-#: src/components/pages/ReportPage.tsx:313
+#: src/components/pages/report/optionDescriptors.ts:85
msgid "Bulgaria"
msgstr "Bulgaria"
@@ -3313,16 +3315,16 @@ msgstr "Buttons show a loading indicator when submitting is true."
msgid "Buttons with Icons"
msgstr "Buttons with Icons"
-#: src/components/modals/components/plutonium/GiftSection.tsx:74
-#: src/components/modals/components/plutonium/GiftSection.tsx:83
-#: src/components/modals/components/plutonium/GiftSection.tsx:92
-#: src/components/modals/components/plutonium/PricingSection.tsx:106
-#: src/components/modals/components/plutonium/PricingSection.tsx:115
-#: src/components/modals/components/plutonium/PricingSection.tsx:124
+#: src/components/modals/components/plutonium/GiftSection.tsx:81
+#: src/components/modals/components/plutonium/GiftSection.tsx:93
+#: src/components/modals/components/plutonium/GiftSection.tsx:105
+#: src/components/modals/components/plutonium/PricingSection.tsx:121
+#: src/components/modals/components/plutonium/PricingSection.tsx:133
+#: src/components/modals/components/plutonium/PricingSection.tsx:145
msgid "Buy Gift"
msgstr "Buy Gift"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:114
+#: src/components/modals/components/plutonium/VisionarySection.tsx:140
msgid "Buying Visionary will cancel your current {currentAccessLabel} immediately. It is a one-time purchase with lifetime access."
msgstr "Buying Visionary will cancel your current {currentAccessLabel} immediately. It is a one-time purchase with lifetime access."
@@ -3347,7 +3349,7 @@ msgstr "Bypass Slowmode"
msgid "Bypass Splash Screen"
msgstr "Bypass Splash Screen"
-#: src/components/channel/channel-view/DMChannelView.tsx:271
+#: src/components/channel/channel-view/DMChannelView.tsx:272
msgid "Call available"
msgstr "Call available"
@@ -3446,11 +3448,11 @@ msgstr "Camera Settings"
#: src/components/modals/CategoryCreateModal.tsx:79
#: src/components/modals/ChannelCreateModal.tsx:100
#: src/components/modals/ChannelDeleteModal.tsx:72
-#: src/components/modals/ClaimAccountModal.tsx:179
-#: src/components/modals/ClaimAccountModal.tsx:219
-#: src/components/modals/components/MobileSettingsView.tsx:302
+#: src/components/modals/ClaimAccountModal.tsx:181
+#: src/components/modals/ClaimAccountModal.tsx:221
+#: src/components/modals/components/MobileSettingsView.tsx:297
#: src/components/modals/components/plutonium/hooks/useCheckoutActions.tsx:110
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:328
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:371
#: src/components/modals/ConfirmModal.tsx:146
#: src/components/modals/CreateDMModal.tsx:88
#: src/components/modals/CreateFavoriteCategoryModal.tsx:74
@@ -3473,7 +3475,7 @@ msgstr "Camera Settings"
#: src/components/modals/HideOwnCameraConfirmModal.tsx:65
#: src/components/modals/IARModal.tsx:218
#: src/components/modals/ImageCropModal.tsx:981
-#: src/components/modals/InviteModal.tsx:336
+#: src/components/modals/InviteModal.tsx:333
#: src/components/modals/KickMemberModal.tsx:60
#: src/components/modals/MfaTotpDisableModal.tsx:75
#: src/components/modals/MfaTotpEnableModal.tsx:102
@@ -3498,11 +3500,11 @@ msgstr "Camera Settings"
msgid "Cancel"
msgstr "Cancel"
-#: src/components/channel/dm/DMWelcomeSection.tsx:126
+#: src/components/channel/dm/DMWelcomeSection.tsx:138
#: src/components/channel/friends/FriendListItem.tsx:164
#: src/components/channel/friends/FriendListItem.tsx:166
-#: src/components/modals/UserProfileModal.tsx:1273
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:171
+#: src/components/modals/UserProfileModal.tsx:1274
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:192
msgid "Cancel Friend Request"
msgstr "Cancel Friend Request"
@@ -3522,7 +3524,7 @@ msgstr "Cancel Request"
msgid "Cancel upload"
msgstr "Cancel upload"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:118
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:137
msgid "Canceling"
msgstr "Canceling"
@@ -3566,7 +3568,7 @@ msgstr "Card Alignment"
msgid "Card alignment controls"
msgstr "Card alignment controls"
-#: src/components/modals/components/MobileSettingsView.tsx:123
+#: src/components/modals/components/MobileSettingsView.tsx:118
#: src/components/modals/components/SettingsModalHeader.tsx:76
msgid "Careful! You have unsaved changes."
msgstr "Careful! You have unsaved changes."
@@ -3576,7 +3578,7 @@ msgstr "Careful! You have unsaved changes."
msgid "Category"
msgstr "Category"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1371
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1395
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:239
msgid "Category Default"
msgstr "Category Default"
@@ -3594,7 +3596,7 @@ msgstr "Category full"
msgid "Category Name"
msgstr "Category Name"
-#: src/components/modals/ChannelSettingsModal.tsx:105
+#: src/components/modals/ChannelSettingsModal.tsx:113
#: src/components/modals/components/DesktopChannelSettingsView.tsx:188
msgid "Category Settings"
msgstr "Category Settings"
@@ -3625,7 +3627,7 @@ msgstr "Change Background"
msgid "Change Banner"
msgstr "Change Banner"
-#: src/components/pages/ReportPage.tsx:752
+#: src/components/pages/report/ReportStepVerification.tsx:126
msgid "Change email"
msgstr "Change email"
@@ -3647,8 +3649,8 @@ msgstr "Change FluxerTag"
msgid "Change FluxerTag form"
msgstr "Change FluxerTag form"
-#: src/components/bottomsheets/DMBottomSheet.tsx:433
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:133
+#: src/components/bottomsheets/DMBottomSheet.tsx:435
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:154
msgid "Change Friend Nickname"
msgstr "Change Friend Nickname"
@@ -3673,7 +3675,7 @@ msgid "Change My Group Nickname"
msgstr "Change My Group Nickname"
#: src/components/modals/BaseChangeNicknameModal.tsx:82
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:238
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:240
#: src/components/modals/RenameChannelModal.tsx:58
#: src/components/modals/UserProfileActionsSheet.tsx:225
#: src/components/modals/UserProfileActionsSheet.tsx:225
@@ -3760,8 +3762,8 @@ msgstr "Changed the voice region to {0}."
msgid "channel"
msgstr "channel"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:483
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:549
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:497
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:563
#: src/components/invites/InviteListItem.tsx:50
#: src/components/webhooks/WebhookListItem.tsx:240
#: src/constants/AuditLogConstants.tsx:236
@@ -3796,7 +3798,7 @@ msgid "Channel Debug"
msgstr "Channel Debug"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:188
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:675
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:689
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:329
msgid "Channel deleted"
msgstr "Channel deleted"
@@ -3806,11 +3808,11 @@ msgid "Channel Deleted"
msgstr "Channel Deleted"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:273
-#: src/components/bottomsheets/DMBottomSheet.tsx:366
+#: src/components/bottomsheets/DMBottomSheet.tsx:368
msgid "Channel ID copied"
msgstr "Channel ID copied"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:535
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:549
msgid "Channel ID copied to clipboard"
msgstr "Channel ID copied to clipboard"
@@ -3878,9 +3880,9 @@ msgstr "Channel Record"
msgid "Channel removed from favorites"
msgstr "Channel removed from favorites"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1092
-#: src/components/layout/ChannelItem.tsx:630
-#: src/components/modals/ChannelSettingsModal.tsx:105
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1116
+#: src/components/layout/ChannelItem.tsx:647
+#: src/components/modals/ChannelSettingsModal.tsx:113
#: src/components/modals/components/DesktopChannelSettingsView.tsx:188
msgid "Channel Settings"
msgstr "Channel Settings"
@@ -3947,7 +3949,7 @@ msgstr "Check our <0>Bluesky (@fluxer.app)0> for status updates."
msgid "Check out my custom theme!"
msgstr "Check out my custom theme!"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:105
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:109
msgid "Check your connection and try again."
msgstr "Check your connection and try again."
@@ -3969,8 +3971,8 @@ msgstr "Checkboxes"
msgid "Checking..."
msgstr "Checking..."
-#: src/components/pages/ReportPage.tsx:270
-#: src/components/pages/ReportPage.tsx:299
+#: src/components/pages/report/optionDescriptors.ts:51
+#: src/components/pages/report/optionDescriptors.ts:74
#: src/constants/IARConstants.tsx:72
#: src/constants/IARConstants.tsx:175
msgid "Child Safety Concerns"
@@ -3984,6 +3986,10 @@ msgstr "Chinese (Simplified)"
msgid "Chinese (Traditional)"
msgstr "Chinese (Traditional)"
+#: src/components/pages/report/ReportBreadcrumbs.tsx:46
+msgid "Choose"
+msgstr "Choose"
+
#: src/components/pages/OAuthAuthorizePage.tsx:898
msgid "Choose a community"
msgstr "Choose a community"
@@ -4080,25 +4086,36 @@ msgstr "Choose your profile accent color"
#: src/components/channel/barriers/BarrierComponents.tsx:109
#: src/components/channel/barriers/BarrierComponents.tsx:240
-#: src/components/layout/app-layout/nagbars/UnclaimedAccountNagbar.tsx:47
-#: src/components/modals/ClaimAccountModal.tsx:225
-#: src/components/modals/components/UnclaimedAccountAlert.tsx:34
+#: src/components/channel/dm/AddFriendForm.tsx:57
+#: src/components/layout/app-layout/nagbars/UnclaimedAccountNagbar.tsx:45
+#: src/components/modals/ClaimAccountModal.tsx:227
+#: src/components/modals/components/UnclaimedAccountAlert.tsx:32
+#: src/components/modals/GiftAcceptModal.tsx:170
#: src/components/modals/tabs/AccountSecurityTab/SecurityTab.tsx:206
+#: src/components/modals/tabs/BetaCodesTab.tsx:297
+#: src/components/modals/tabs/GiftInventoryTab.tsx:242
msgid "Claim Account"
msgstr "Claim Account"
-#: src/components/channel/GiftEmbed.tsx:98
-#: src/components/modals/GiftAcceptModal.tsx:154
+#: src/components/channel/GiftEmbed.tsx:109
+msgid "Claim Account to Redeem"
+msgstr "Claim Account to Redeem"
+
+#: src/components/channel/GiftEmbed.tsx:109
+#: src/components/modals/GiftAcceptModal.tsx:197
#: src/components/pages/GiftLoginPage.tsx:155
#: src/components/pages/GiftRegisterPage.tsx:42
msgid "Claim Gift"
msgstr "Claim Gift"
-#: src/components/modals/ClaimAccountModal.tsx:141
+#: src/components/channel/dm/AddFriendForm.tsx:53
+#: src/components/modals/ClaimAccountModal.tsx:143
+#: src/components/modals/tabs/BetaCodesTab.tsx:293
+#: src/components/modals/tabs/GiftInventoryTab.tsx:238
msgid "Claim your account"
msgstr "Claim your account"
-#: src/components/modals/ClaimAccountModal.tsx:146
+#: src/components/modals/ClaimAccountModal.tsx:148
msgid "Claim your account by adding an email and password. We will send a verification code to confirm your email before finishing."
msgstr "Claim your account by adding an email and password. We will send a verification code to confirm your email before finishing."
@@ -4106,11 +4123,68 @@ msgstr "Claim your account by adding an email and password. We will send a verif
msgid "Claim your account to access security features like two-factor authentication and passkeys."
msgstr "Claim your account to access security features like two-factor authentication and passkeys."
+#: src/components/channel/ChannelHeader/CallButtons.tsx:85
+#: src/components/channel/ChannelHeader/CallButtons.tsx:155
+msgid "Claim your account to call"
+msgstr "Claim your account to call"
+
#: src/components/modals/tabs/MyProfileTab/UsernameSection.tsx:49
msgid "Claim your account to change your FluxerTag"
msgstr "Claim your account to change your FluxerTag"
-#: src/components/modals/GiftAcceptModal.tsx:145
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:146
+msgid "Claim your account to create applications."
+msgstr "Claim your account to create applications."
+
+#: src/components/modals/tabs/BetaCodesTab.tsx:294
+msgid "Claim your account to generate beta codes."
+msgstr "Claim your account to generate beta codes."
+
+#: src/components/layout/ChannelItem.tsx:208
+#: src/components/layout/ChannelItem.tsx:382
+#: src/stores/voice/MediaEngineFacade.ts:537
+msgid "Claim your account to join this voice channel."
+msgstr "Claim your account to join this voice channel."
+
+#: src/stores/voice/MediaEngineFacade.ts:170
+msgid "Claim your account to join voice channels you don't own."
+msgstr "Claim your account to join voice channels you don't own."
+
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:55
+#: src/components/modals/components/plutonium/GiftSection.tsx:61
+#: src/components/modals/components/plutonium/PricingSection.tsx:63
+#: src/components/modals/components/plutonium/VisionarySection.tsx:62
+#: src/components/modals/components/PlutoniumContent.tsx:99
+msgid "Claim your account to purchase Fluxer Plutonium."
+msgstr "Claim your account to purchase Fluxer Plutonium."
+
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:112
+msgid "Claim your account to purchase or redeem Fluxer Plutonium."
+msgstr "Claim your account to purchase or redeem Fluxer Plutonium."
+
+#: src/components/modals/tabs/GiftInventoryTab.tsx:239
+msgid "Claim your account to redeem or manage Plutonium gift codes."
+msgstr "Claim your account to redeem or manage Plutonium gift codes."
+
+#: src/components/channel/GiftEmbed.tsx:99
+#: src/components/modals/GiftAcceptModal.tsx:154
+msgid "Claim your account to redeem this gift."
+msgstr "Claim your account to redeem this gift."
+
+#: src/components/channel/dm/AddFriendForm.tsx:54
+#: src/components/channel/dm/DMWelcomeSection.tsx:109
+#: src/components/modals/UserProfileModal.tsx:1289
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:65
+msgid "Claim your account to send friend requests."
+msgstr "Claim your account to send friend requests."
+
+#: src/components/channel/ChannelHeader/CallButtons.tsx:54
+#: src/components/channel/ChannelHeader/CallButtons.tsx:124
+#: src/stores/voice/MediaEngineFacade.ts:179
+msgid "Claim your account to start or join 1:1 calls."
+msgstr "Claim your account to start or join 1:1 calls."
+
+#: src/components/modals/GiftAcceptModal.tsx:188
msgid "Claim your gift to activate your premium subscription!"
msgstr "Claim your gift to activate your premium subscription!"
@@ -4164,8 +4238,8 @@ msgstr "Clear Permissions"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:420
#: src/components/channel/MessageSearchBar/MessageSearchBar.tsx:1424
-#: src/components/channel/shared/PickerSearchInput.tsx:195
-#: src/components/channel/shared/PickerSearchInput.tsx:212
+#: src/components/channel/shared/PickerSearchInput.tsx:194
+#: src/components/channel/shared/PickerSearchInput.tsx:211
#: src/components/modals/components/SettingsSearch.tsx:108
msgid "Clear search"
msgstr "Clear search"
@@ -4200,11 +4274,11 @@ msgstr "Cleared the sticker description."
msgid "Cleared the topic."
msgstr "Cleared the topic."
-#: src/components/modals/components/MobileSettingsView.tsx:297
+#: src/components/modals/components/MobileSettingsView.tsx:292
msgid "Clearing subscriptions ensures the gateway stops sending messages to this installation."
msgstr "Clearing subscriptions ensures the gateway stops sending messages to this installation."
-#: src/components/modals/tabs/BetaCodesTab.tsx:366
+#: src/components/modals/tabs/BetaCodesTab.tsx:391
msgid "Click \"Create Code\" to generate your first code."
msgstr "Click \"Create Code\" to generate your first code."
@@ -4240,13 +4314,13 @@ msgstr "Click to add a note"
msgid "Click to check and uncheck. Available in square and round styles."
msgstr "Click to check and uncheck. Available in square and round styles."
-#: src/components/channel/GiftEmbed.tsx:90
+#: src/components/channel/GiftEmbed.tsx:100
msgid "Click to claim your gift!"
msgstr "Click to claim your gift!"
#: src/components/invites/InviteListItem.tsx:184
#: src/components/modals/components/ClientInfo.tsx:76
-#: src/components/modals/tabs/BetaCodesTab.tsx:172
+#: src/components/modals/tabs/BetaCodesTab.tsx:174
msgid "Click to copy"
msgstr "Click to copy"
@@ -4328,12 +4402,12 @@ msgid "Close"
msgstr "Close"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:341
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:600
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:602
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1239
-#: src/components/bottomsheets/DMBottomSheet.tsx:302
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:614
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:616
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1263
#: src/components/bottomsheets/DMBottomSheet.tsx:304
-#: src/components/bottomsheets/DMBottomSheet.tsx:557
+#: src/components/bottomsheets/DMBottomSheet.tsx:306
+#: src/components/bottomsheets/DMBottomSheet.tsx:560
#: src/components/channel/dm/DMList.tsx:292
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:82
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:84
@@ -4358,7 +4432,8 @@ msgstr "Coal Theme"
#: src/components/invites/InviteListItem.tsx:54
#: src/components/modals/MfaTotpDisableModal.tsx:64
#: src/components/modals/MfaTotpEnableModal.tsx:91
-#: src/components/modals/tabs/BetaCodesTab.tsx:51
+#: src/components/modals/tabs/BetaCodesTab.tsx:53
+#: src/components/pages/report/ReportBreadcrumbs.tsx:48
msgid "Code"
msgstr "Code"
@@ -4370,7 +4445,8 @@ msgstr "Code & Monospace"
msgid "Code Blocks"
msgstr "Code Blocks"
-#: src/components/modals/ClaimAccountModal.tsx:123
+#: src/components/modals/ClaimAccountModal.tsx:125
+#: src/components/pages/ReportPage.tsx:231
msgid "Code resent"
msgstr "Code resent"
@@ -4379,8 +4455,8 @@ msgid "Code sent"
msgstr "Code sent"
#: src/components/invites/InviteListItem.tsx:180
-#: src/components/modals/tabs/BetaCodesTab.tsx:104
-#: src/components/modals/tabs/BetaCodesTab.tsx:168
+#: src/components/modals/tabs/BetaCodesTab.tsx:106
+#: src/components/modals/tabs/BetaCodesTab.tsx:170
msgid "Code:"
msgstr "Code:"
@@ -4472,7 +4548,7 @@ msgstr "Community Deafened"
msgid "Community Debug"
msgstr "Community Debug"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1371
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1395
#: src/components/uikit/ContextMenu/items/CategoryMenuItems.tsx:221
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:239
msgid "Community Default"
@@ -4542,8 +4618,8 @@ msgstr "Community Notification Settings"
msgid "Community organizes raids or harassment campaigns"
msgstr "Community organizes raids or harassment campaigns"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:237
-#: src/components/channel/MemberListItem.tsx:102
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:238
+#: src/components/channel/MemberListItem.tsx:109
#: src/components/modals/guildTabs/GuildMembersTab.tsx:145
#: src/components/modals/guildTabs/GuildMembersTab.tsx:197
msgid "Community Owner"
@@ -4567,14 +4643,14 @@ msgstr "Community promotes or facilitates illegal activities"
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:172
#: src/components/modals/components/DesktopGuildSettingsView.tsx:204
-#: src/components/modals/GuildSettingsModal.tsx:168
+#: src/components/modals/GuildSettingsModal.tsx:173
#: src/components/popouts/GuildHeaderPopout.tsx:187
#: src/components/uikit/ContextMenu/items/GuildMenuItems.tsx:360
msgid "Community Settings"
msgstr "Community Settings"
-#: src/components/layout/GuildLayout.tsx:301
-#: src/components/layout/GuildLayout.tsx:348
+#: src/components/layout/GuildLayout.tsx:306
+#: src/components/layout/GuildLayout.tsx:353
msgid "Community temporarily unavailable"
msgstr "Community temporarily unavailable"
@@ -4782,8 +4858,8 @@ msgstr "Connected to Voice"
msgid "Connecting..."
msgstr "Connecting..."
-#: src/components/channel/channel-view/DMChannelView.tsx:273
-#: src/components/channel/channel-view/DMChannelView.tsx:323
+#: src/components/channel/channel-view/DMChannelView.tsx:274
+#: src/components/channel/channel-view/DMChannelView.tsx:324
#: src/components/voice/CompactVoiceCallView.tsx:55
msgid "Connecting…"
msgstr "Connecting…"
@@ -4979,7 +5055,7 @@ msgstr "Control your activity status"
#: src/components/modals/shared/CopyLinkSection.tsx:61
#: src/components/modals/tabs/ApplicationsTab/application-detail/ApplicationHeader.tsx:68
-#: src/components/modals/tabs/GiftInventoryTab.tsx:143
+#: src/components/modals/tabs/GiftInventoryTab.tsx:144
msgid "Copied"
msgstr "Copied"
@@ -5001,7 +5077,7 @@ msgstr "Copied!"
#: src/components/modals/BackupCodesModal.tsx:82
#: src/components/modals/shared/CopyLinkSection.tsx:61
#: src/components/modals/tabs/ApplicationsTab/application-detail/OAuthBuilderSection.tsx:142
-#: src/components/modals/tabs/GiftInventoryTab.tsx:143
+#: src/components/modals/tabs/GiftInventoryTab.tsx:144
msgid "Copy"
msgstr "Copy"
@@ -5017,7 +5093,7 @@ msgstr "Copy Audio"
msgid "Copy authorize URL"
msgstr "Copy authorize URL"
-#: src/components/modals/tabs/BetaCodesTab.tsx:178
+#: src/components/modals/tabs/BetaCodesTab.tsx:180
msgid "Copy beta code"
msgstr "Copy beta code"
@@ -5028,8 +5104,8 @@ msgstr "Copy Category ID"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:320
#: src/components/bottomsheets/ChannelBottomSheet.tsx:347
#: src/components/bottomsheets/ChannelBottomSheet.tsx:433
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1293
-#: src/components/bottomsheets/DMBottomSheet.tsx:577
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1317
+#: src/components/bottomsheets/DMBottomSheet.tsx:580
#: src/components/channel/dm/DMList.tsx:271
#: src/components/channel/dm/DMList.tsx:298
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:362
@@ -5090,7 +5166,7 @@ msgstr "Copy Image"
msgid "Copy invite link"
msgstr "Copy invite link"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1154
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1178
#: src/components/modals/tabs/ComponentGalleryTab/ButtonsTab.tsx:182
#: src/components/modals/tabs/ComponentGalleryTab/index.tsx:100
#: src/components/modals/tabs/ComponentGalleryTab/Inline.tsx:95
@@ -5131,15 +5207,15 @@ msgstr "Copy Sticker ID"
msgid "Copy Text"
msgstr "Copy Text"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1285
-#: src/components/bottomsheets/DMBottomSheet.tsx:570
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1309
+#: src/components/bottomsheets/DMBottomSheet.tsx:573
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:370
#: src/components/modals/guildTabs/BannedUserActionsSheet.tsx:74
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:358
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:361
#: src/components/modals/tabs/BlockedUsersTab.tsx:107
#: src/components/modals/UserProfileActionsSheet.tsx:213
#: src/components/modals/UserProfileModal.tsx:1130
-#: src/components/popouts/UserAreaPopout.tsx:507
+#: src/components/popouts/UserAreaPopout.tsx:509
#: src/components/profile/ProfileCard/ProfileCardActions.tsx:60
#: src/components/uikit/ContextMenu/items/CopyMenuItems.tsx:42
msgid "Copy User ID"
@@ -5175,7 +5251,7 @@ msgstr "Countdown Timer"
msgid "Country"
msgstr "Country"
-#: src/components/pages/ReportPage.tsx:928
+#: src/components/pages/report/ReportStepDetails.tsx:205
msgid "Country of Residence"
msgstr "Country of Residence"
@@ -5207,7 +5283,7 @@ msgid "Create a new community or join an existing one."
msgstr "Create a new community or join an existing one."
#. placeholder {0}: recipient.username
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:905
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:937
msgid "Create a new group with {0}"
msgstr "Create a new group with {0}"
@@ -5239,7 +5315,7 @@ msgstr "Create an account"
msgid "Create an account to claim your gift"
msgstr "Create an account to claim your gift"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:138
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:142
msgid "Create and manage applications and bots for your account."
msgstr "Create and manage applications and bots for your account."
@@ -5248,7 +5324,8 @@ msgid "Create and share custom emoji and sticker packs with Fluxer Plutonium."
msgstr "Create and share custom emoji and sticker packs with Fluxer Plutonium."
#: src/components/modals/tabs/ApplicationsTab/ApplicationCreateModal.tsx:87
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:142
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:149
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:155
msgid "Create Application"
msgstr "Create Application"
@@ -5267,7 +5344,7 @@ msgid "Create Category"
msgstr "Create Category"
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:180
-#: src/components/layout/ChannelItem.tsx:607
+#: src/components/layout/ChannelItem.tsx:624
#: src/components/modals/ChannelCreateModal.tsx:58
#: src/components/modals/ChannelCreateModal.tsx:103
#: src/components/popouts/GuildHeaderPopout.tsx:194
@@ -5276,8 +5353,8 @@ msgstr "Create Category"
msgid "Create Channel"
msgstr "Create Channel"
-#: src/components/modals/tabs/BetaCodesTab.tsx:326
-#: src/components/modals/tabs/BetaCodesTab.tsx:369
+#: src/components/modals/tabs/BetaCodesTab.tsx:351
+#: src/components/modals/tabs/BetaCodesTab.tsx:394
msgid "Create Code"
msgstr "Create Code"
@@ -5329,7 +5406,7 @@ msgstr "Create new account"
msgid "Create new group"
msgstr "Create new group"
-#: src/components/modals/InviteModal.tsx:339
+#: src/components/modals/InviteModal.tsx:336
msgid "Create New Link"
msgstr "Create New Link"
@@ -5373,7 +5450,7 @@ msgid "Create, edit, or delete webhooks."
msgstr "Create, edit, or delete webhooks."
#: src/components/invites/InviteListItem.tsx:59
-#: src/components/modals/tabs/BetaCodesTab.tsx:57
+#: src/components/modals/tabs/BetaCodesTab.tsx:59
msgid "Created"
msgstr "Created"
@@ -5390,7 +5467,7 @@ msgstr "Created {createdAt}"
#. placeholder {0}: invite.pack.creator.username
#. placeholder {0}: pack.creator.username
#: src/components/auth/InviteHeader.tsx:158
-#: src/components/channel/InviteEmbed.tsx:218
+#: src/components/channel/InviteEmbed.tsx:220
#: src/components/modals/InviteAcceptModal.tsx:152
msgid "Created by {0}"
msgstr "Created by {0}"
@@ -5427,8 +5504,8 @@ msgid "Created with name {newLabel}."
msgstr "Created with name {newLabel}."
#: src/components/invites/InviteListItem.tsx:207
-#: src/components/modals/tabs/BetaCodesTab.tsx:135
-#: src/components/modals/tabs/BetaCodesTab.tsx:212
+#: src/components/modals/tabs/BetaCodesTab.tsx:137
+#: src/components/modals/tabs/BetaCodesTab.tsx:214
msgid "Created:"
msgstr "Created:"
@@ -5440,7 +5517,7 @@ msgstr "Creative Minds Collective"
msgid "Creative Writing Club"
msgstr "Creative Writing Club"
-#: src/components/pages/ReportPage.tsx:314
+#: src/components/pages/report/optionDescriptors.ts:86
msgid "Croatia"
msgstr "Croatia"
@@ -5519,8 +5596,8 @@ msgid "Currently stuck in 1885, appearing offline"
msgstr "Currently stuck in 1885, appearing offline"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:461
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1023
-#: src/components/bottomsheets/DMBottomSheet.tsx:605
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1047
+#: src/components/bottomsheets/DMBottomSheet.tsx:608
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:305
msgid "Currently: {mutedText}"
msgstr "Currently: {mutedText}"
@@ -5665,7 +5742,7 @@ msgstr "Customizing your avatar, banner, accent color, and bio for individual co
msgid "Cut"
msgstr "Cut"
-#: src/components/pages/ReportPage.tsx:315
+#: src/components/pages/report/optionDescriptors.ts:87
msgid "Cyprus"
msgstr "Cyprus"
@@ -5673,7 +5750,7 @@ msgstr "Cyprus"
msgid "Czech"
msgstr "Czech"
-#: src/components/pages/ReportPage.tsx:316
+#: src/components/pages/report/optionDescriptors.ts:88
msgid "Czech Republic"
msgstr "Czech Republic"
@@ -5746,9 +5823,9 @@ msgstr "Date Format"
#: src/components/auth/AuthMinimalRegisterFormCore.tsx:93
#: src/components/auth/AuthRegisterFormCore.tsx:139
-#: src/components/auth/DateOfBirthField.tsx:90
-#: src/components/auth/DateOfBirthField.tsx:124
-#: src/components/auth/DateOfBirthField.tsx:292
+#: src/components/auth/DateOfBirthField.tsx:87
+#: src/components/auth/DateOfBirthField.tsx:121
+#: src/components/auth/DateOfBirthField.tsx:289
#: src/components/auth/MockMinimalRegisterForm.tsx:107
msgid "Date of birth"
msgstr "Date of birth"
@@ -5757,8 +5834,7 @@ msgstr "Date of birth"
msgid "Date Options"
msgstr "Date Options"
-#: src/components/auth/DateOfBirthField.tsx:88
-#: src/components/auth/DateOfBirthField.tsx:155
+#: src/components/auth/DateOfBirthField.tsx:152
#: src/components/auth/MockMinimalRegisterForm.tsx:73
msgid "Day"
msgstr "Day"
@@ -5817,11 +5893,11 @@ msgstr "Deauthorize"
msgid "Deauthorize Application"
msgstr "Deauthorize Application"
-#: src/components/modals/components/MobileSettingsView.tsx:369
+#: src/components/modals/components/MobileSettingsView.tsx:364
msgid "Debug"
msgstr "Debug"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1267
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1291
#: src/components/uikit/ContextMenu/items/DebugMenuItems.tsx:71
msgid "Debug Channel"
msgstr "Debug Channel"
@@ -5844,7 +5920,7 @@ msgstr "Debug Member"
msgid "Debug Message"
msgstr "Debug Message"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1275
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1299
#: src/components/uikit/ContextMenu/items/DebugMenuItems.tsx:53
msgid "Debug User"
msgstr "Debug User"
@@ -5905,8 +5981,8 @@ msgstr "Defaults to off on mobile to preserve battery life and data usage."
#: src/actions/MessageActionCreators.tsx:394
#: src/components/channel/embeds/media/EmbedAudio.tsx:227
#: src/components/channel/embeds/media/MediaContainer.tsx:115
-#: src/components/channel/Messages.tsx:444
-#: src/components/channel/Messages.tsx:524
+#: src/components/channel/Messages.tsx:442
+#: src/components/channel/Messages.tsx:522
#: src/components/channel/MobileMemesPicker.tsx:546
#: src/components/channel/pickers/memes/MemeGridItem.tsx:120
#: src/components/emojis/EmojiListItem.tsx:189
@@ -5923,7 +5999,7 @@ msgstr "Defaults to off on mobile to preserve battery life and data usage."
msgid "Delete"
msgstr "Delete"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:666
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:680
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:320
msgid "Delete {channelType}"
msgstr "Delete {channelType}"
@@ -5987,8 +6063,8 @@ msgstr "Delete Category"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:179
#: src/components/bottomsheets/ChannelBottomSheet.tsx:181
#: src/components/bottomsheets/ChannelBottomSheet.tsx:421
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:668
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1224
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:682
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1248
#: src/components/modals/components/DesktopChannelSettingsView.tsx:176
#: src/components/modals/components/MobileChannelSettingsView.tsx:85
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:322
@@ -6021,8 +6097,8 @@ msgstr "Delete media"
#: src/components/channel/MessageActionBar.tsx:804
#: src/components/channel/messageActionMenu.tsx:156
#: src/components/channel/messageActionMenu.tsx:193
-#: src/components/channel/Messages.tsx:441
-#: src/components/channel/Messages.tsx:521
+#: src/components/channel/Messages.tsx:439
+#: src/components/channel/Messages.tsx:519
#: src/components/uikit/ContextMenu/items/MessageMenuItems.tsx:273
msgid "Delete Message"
msgstr "Delete Message"
@@ -6114,7 +6190,7 @@ msgstr "Denied {0} and removed deny for {1}."
msgid "Denied {0}."
msgstr "Denied {0}."
-#: src/components/pages/ReportPage.tsx:317
+#: src/components/pages/report/optionDescriptors.ts:89
msgid "Denmark"
msgstr "Denmark"
@@ -6143,7 +6219,7 @@ msgstr "Describe the sticker"
msgid "Describe what expressions are inside this pack."
msgstr "Describe what expressions are inside this pack."
-#: src/components/pages/ReportPage.tsx:946
+#: src/components/pages/report/ReportStepDetails.tsx:225
msgid "Describe what makes the content illegal"
msgstr "Describe what makes the content illegal"
@@ -6205,6 +6281,10 @@ msgstr "Detached Banner"
msgid "details"
msgstr "details"
+#: src/components/pages/report/ReportBreadcrumbs.tsx:49
+msgid "Details"
+msgstr "Details"
+
#: src/components/modals/AddGuildModal.tsx:150
msgid "Dev Den"
msgstr "Dev Den"
@@ -6274,7 +6354,7 @@ msgstr "Different Sizes & Member Counts"
msgid "Direct message"
msgstr "Direct message"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:477
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:491
#: src/components/modals/shared/RecipientList.tsx:200
msgid "Direct Message"
msgstr "Direct Message"
@@ -6516,8 +6596,8 @@ msgstr "Discussion or promotion of illegal activities"
#: src/components/layout/app-layout/nagbars/PremiumGracePeriodNagbar.tsx:79
#: src/components/layout/app-layout/nagbars/PremiumOnboardingNagbar.tsx:57
#: src/components/layout/GuildLayout.tsx:106
-#: src/components/modals/GiftAcceptModal.tsx:98
-#: src/components/modals/GiftAcceptModal.tsx:124
+#: src/components/modals/GiftAcceptModal.tsx:105
+#: src/components/modals/GiftAcceptModal.tsx:131
#: src/components/modals/RequiredActionModal.tsx:475
msgid "Dismiss"
msgstr "Dismiss"
@@ -6562,8 +6642,8 @@ msgstr "Display role members separately."
msgid "Display separator lines between different groups of messages for better visual distinction."
msgstr "Display separator lines between different groups of messages for better visual distinction."
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:613
-#: src/components/bottomsheets/DMBottomSheet.tsx:315
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:627
+#: src/components/bottomsheets/DMBottomSheet.tsx:317
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:97
#: src/components/uikit/ContextMenu/UserContextMenu.tsx:168
msgid "DM closed"
@@ -6581,7 +6661,7 @@ msgstr "DM Message Previews"
msgid "DM Notifications"
msgstr "DM Notifications"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1092
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1116
msgid "DM Settings"
msgstr "DM Settings"
@@ -6662,6 +6742,7 @@ msgstr "Don't show typing indicators in the channel list"
#: src/components/keybinds/KeybindRecorder.tsx:220
#: src/components/modals/GuildNotificationSettingsModal.tsx:347
#: src/components/modals/GuildPrivacySettingsModal.tsx:68
+#: src/components/pages/report/ReportBreadcrumbs.tsx:50
#: src/components/search/HasFilterSheet.tsx:124
#: src/components/search/UserFilterSheet.tsx:149
msgid "Done"
@@ -6843,13 +6924,13 @@ msgstr "Edit Attachment"
msgid "Edit attachment form"
msgstr "Edit attachment form"
-#: src/components/layout/ChannelItem.tsx:630
+#: src/components/layout/ChannelItem.tsx:647
#: src/components/uikit/ContextMenu/items/CategoryMenuItems.tsx:299
msgid "Edit Category"
msgstr "Edit Category"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:416
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1218
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1242
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:300
msgid "Edit Channel"
msgstr "Edit Channel"
@@ -6869,8 +6950,8 @@ msgid "Edit global settings like name, description, and icon."
msgstr "Edit global settings like name, description, and icon."
#: src/components/bottomsheets/ChannelBottomSheet.tsx:284
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1178
-#: src/components/bottomsheets/DMBottomSheet.tsx:461
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1202
+#: src/components/bottomsheets/DMBottomSheet.tsx:463
#: src/components/channel/dm/DMList.tsx:237
#: src/components/channel/dm/GroupDMWelcomeSection.tsx:74
#: src/components/modals/EditGroupBottomSheet.tsx:177
@@ -6883,7 +6964,7 @@ msgstr "Edit Group"
msgid "Edit group form"
msgstr "Edit group form"
-#: src/components/modals/InviteModal.tsx:327
+#: src/components/modals/InviteModal.tsx:324
msgid "Edit invite link"
msgstr "Edit invite link"
@@ -6910,10 +6991,10 @@ msgstr "Edit Note"
msgid "Edit overwrites for roles and members in this channel."
msgstr "Edit overwrites for roles and members in this channel."
-#: src/components/modals/UserProfileMobileSheet.tsx:486
-#: src/components/modals/UserProfileModal.tsx:1205
+#: src/components/modals/UserProfileMobileSheet.tsx:490
+#: src/components/modals/UserProfileModal.tsx:1206
#: src/components/pages/YouPage.tsx:123
-#: src/components/popouts/UserAreaPopout.tsx:519
+#: src/components/popouts/UserAreaPopout.tsx:521
#: src/components/popouts/UserProfilePopout.tsx:299
msgid "Edit Profile"
msgstr "Edit Profile"
@@ -6966,19 +7047,20 @@ msgstr "Editing scheduled message"
#: src/components/auth/AuthLoginCore/AuthLoginEmailPasswordForm.tsx:78
#: src/components/auth/AuthRegisterFormCore.tsx:133
#: src/components/auth/AuthRegisterFormCore.tsx:159
-#: src/components/modals/ClaimAccountModal.tsx:157
+#: src/components/modals/ClaimAccountModal.tsx:159
#: src/components/modals/RequiredActionModal.tsx:185
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:210
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:241
#: src/components/modals/utils/settingsSearchIndex.ts:94
#: src/components/pages/ForgotPasswordPage.tsx:97
+#: src/components/pages/report/ReportBreadcrumbs.tsx:47
msgid "Email"
msgstr "Email"
#: src/components/modals/tabs/AccountSecurityTab/AccountTab.tsx:65
#: src/components/modals/tabs/AccountSecurityTab/AccountTab.tsx:91
#: src/components/modals/tabs/ComponentGalleryTab/InputsTab.tsx:107
-#: src/components/pages/ReportPage.tsx:662
+#: src/components/pages/report/ReportStepEmail.tsx:76
msgid "Email Address"
msgstr "Email Address"
@@ -7019,10 +7101,6 @@ msgstr "Email verification required"
msgid "Email Verification Required"
msgstr "Email Verification Required"
-#: src/components/pages/ReportPage.tsx:809
-msgid "Email verified"
-msgstr "Email verified"
-
#: src/components/modals/tabs/DeveloperOptionsTab/AccountPremiumTab.tsx:56
msgid "Email Verified Override"
msgstr "Email Verified Override"
@@ -7108,7 +7186,7 @@ msgid "Emoji names must be at least 2 characters long and can only contain alpha
msgstr "Emoji names must be at least 2 characters long and can only contain alphanumeric characters and underscores. Allowed file types: JPEG, PNG, WebP, GIF. We compress images to 128x128 pixels. Maximum size: {0} KB per emoji."
#: src/components/auth/InviteHeader.tsx:140
-#: src/components/channel/InviteEmbed.tsx:197
+#: src/components/channel/InviteEmbed.tsx:199
#: src/components/modals/InviteAcceptModal.tsx:142
#: src/components/modals/tabs/ExpressionPacksTab.tsx:70
msgid "Emoji pack"
@@ -7140,7 +7218,7 @@ msgstr "Emoji Updated"
#: src/components/channel/AutocompleteEmoji.tsx:67
#: src/components/channel/textarea/TextareaButtons.tsx:150
-#: src/components/modals/ExpressionPickerSheet.tsx:106
+#: src/components/modals/ExpressionPickerSheet.tsx:93
#: src/components/popouts/ExpressionPickerPopout.tsx:95
msgid "Emojis"
msgstr "Emojis"
@@ -7343,11 +7421,11 @@ msgstr "English"
msgid "English (US)"
msgstr "English (US)"
-#: src/components/pages/ReportPage.tsx:429
+#: src/components/pages/ReportPage.tsx:254
msgid "Enter a code in the format ABCD-1234."
msgstr "Enter a code in the format ABCD-1234."
-#: src/components/modals/tabs/GiftInventoryTab.tsx:235
+#: src/components/modals/tabs/GiftInventoryTab.tsx:258
msgid "Enter a gift code to redeem Plutonium for your account."
msgstr "Enter a gift code to redeem Plutonium for your account."
@@ -7371,7 +7449,7 @@ msgstr "Enter Code"
msgid "Enter fullscreen"
msgstr "Enter fullscreen"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:255
+#: src/components/modals/tabs/GiftInventoryTab.tsx:278
msgid "Enter gift code..."
msgstr "Enter gift code..."
@@ -7414,7 +7492,7 @@ msgstr "Enter the 6-digit code sent to your phone."
msgid "Enter the API endpoint of the Fluxer instance you want to connect to."
msgstr "Enter the API endpoint of the Fluxer instance you want to connect to."
-#: src/components/pages/ReportPage.tsx:424
+#: src/components/pages/ReportPage.tsx:249
msgid "Enter the code before continuing."
msgstr "Enter the code before continuing."
@@ -7430,7 +7508,7 @@ msgstr "Enter the code sent to your current email."
msgid "Enter the code we emailed to your new address."
msgstr "Enter the code we emailed to your new address."
-#: src/components/modals/ClaimAccountModal.tsx:190
+#: src/components/modals/ClaimAccountModal.tsx:192
msgid "Enter the code we sent to your email to verify it. Your password will be set once the code is confirmed."
msgstr "Enter the code we sent to your email to verify it. Your password will be set once the code is confirmed."
@@ -7454,13 +7532,9 @@ msgstr "enter to <0><1>save1>0>"
msgid "Enter username"
msgstr "Enter username"
-#: src/components/pages/ReportPage.tsx:701
-msgid "Enter Verification Code"
-msgstr "Enter Verification Code"
-
-#: src/components/pages/ReportPage.tsx:638
-msgid "Enter Your Email"
-msgstr "Enter Your Email"
+#: src/components/pages/report/ReportStepVerification.tsx:64
+msgid "Enter verification code"
+msgstr "Enter verification code"
#: src/components/pages/ForgotPasswordPage.tsx:87
msgid "Enter your email address and we'll send you a link to reset your password."
@@ -7500,7 +7574,7 @@ msgid "Entrance sound uploaded successfully"
msgstr "Entrance sound uploaded successfully"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:297
-#: src/components/channel/ChannelSearchResults.tsx:691
+#: src/components/channel/ChannelSearchResults.tsx:660
#: src/components/modals/tabs/ComponentGalleryTab/OverlaysTab.tsx:88
msgid "Error"
msgstr "Error"
@@ -7522,7 +7596,7 @@ msgstr "Escape key exits keyboard mode"
msgid "escape to <0><1>cancel1>0>"
msgstr "escape to <0><1>cancel1>0>"
-#: src/components/pages/ReportPage.tsx:318
+#: src/components/pages/report/optionDescriptors.ts:90
msgid "Estonia"
msgstr "Estonia"
@@ -7561,7 +7635,7 @@ msgstr "exclude link, embed or file"
msgid "exclude user"
msgstr "exclude user"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:95
+#: src/components/modals/components/plutonium/VisionarySection.tsx:104
msgid "Exclusive community"
msgstr "Exclusive community"
@@ -7593,12 +7667,12 @@ msgstr "Expand Category"
msgid "Expiration"
msgstr "Expiration"
-#: src/components/modals/InviteModal.tsx:281
+#: src/components/modals/InviteModal.tsx:278
msgid "Expire after"
msgstr "Expire after"
#: src/components/accounts/AccountRow.tsx:162
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:114
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:133
#: src/components/modals/GroupInvitesBottomSheet.tsx:104
msgid "Expired"
msgstr "Expired"
@@ -7675,7 +7749,7 @@ msgstr "Expression Packs"
msgid "Expression Packs are a Plutonium feature"
msgstr "Expression Packs are a Plutonium feature"
-#: src/components/modals/ExpressionPickerSheet.tsx:232
+#: src/components/modals/ExpressionPickerSheet.tsx:219
#: src/components/popouts/ExpressionPickerPopout.tsx:193
msgid "Expression picker categories"
msgstr "Expression picker categories"
@@ -7700,7 +7774,7 @@ msgstr "External links can be dangerous. Please be careful."
msgid "Extra Large"
msgstr "Extra Large"
-#: src/components/pages/ReportPage.tsx:297
+#: src/components/pages/report/optionDescriptors.ts:72
#: src/constants/IARConstants.tsx:165
msgid "Extremist Community"
msgstr "Extremist Community"
@@ -7749,7 +7823,7 @@ msgstr "Failed to copy invite link"
msgid "Failed to copy to clipboard"
msgstr "Failed to copy to clipboard"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:79
+#: src/components/modals/tabs/GiftInventoryTab.tsx:80
msgid "Failed to copy URL"
msgstr "Failed to copy URL"
@@ -7794,7 +7868,7 @@ msgid "Failed to delete category"
msgstr "Failed to delete category"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:194
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:681
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:695
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:335
msgid "Failed to delete channel"
msgstr "Failed to delete channel"
@@ -7868,7 +7942,7 @@ msgstr "Failed to load bans. Please try again."
msgid "Failed to load emojis"
msgstr "Failed to load emojis"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:296
+#: src/components/modals/tabs/GiftInventoryTab.tsx:319
msgid "Failed to load gift inventory"
msgstr "Failed to load gift inventory"
@@ -7894,8 +7968,8 @@ msgstr "Failed to load stickers"
msgid "Failed to load vanity URL. Please try again."
msgstr "Failed to load vanity URL. Please try again."
-#: src/components/modals/components/PlutoniumContent.tsx:146
-#: src/components/modals/components/PlutoniumContent.tsx:272
+#: src/components/modals/components/PlutoniumContent.tsx:157
+#: src/components/modals/components/PlutoniumContent.tsx:289
msgid "Failed to load Visionary information. Please try again later."
msgstr "Failed to load Visionary information. Please try again later."
@@ -7916,19 +7990,19 @@ msgstr "Failed to load your communities."
msgid "Failed to open customer portal. Please try again."
msgstr "Failed to open customer portal. Please try again."
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:572
-#: src/components/bottomsheets/DMBottomSheet.tsx:153
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:586
+#: src/components/bottomsheets/DMBottomSheet.tsx:155
#: src/components/channel/dm/DMList.tsx:216
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:121
msgid "Failed to pin DM"
msgstr "Failed to pin DM"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:572
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:586
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:101
msgid "Failed to pin group"
msgstr "Failed to pin group"
-#: src/components/bottomsheets/DMBottomSheet.tsx:153
+#: src/components/bottomsheets/DMBottomSheet.tsx:155
msgid "Failed to pin group DM"
msgstr "Failed to pin group DM"
@@ -7957,7 +8031,7 @@ msgstr "Failed to reach instance ({status})"
msgid "Failed to reactivate subscription. Please try again."
msgstr "Failed to reactivate subscription. Please try again."
-#: src/components/modals/tabs/GiftInventoryTab.tsx:94
+#: src/components/modals/tabs/GiftInventoryTab.tsx:95
msgid "Failed to redeem gift"
msgstr "Failed to redeem gift"
@@ -7998,6 +8072,10 @@ msgstr "Failed to remove from group"
msgid "Failed to remove timeout. Please try again."
msgstr "Failed to remove timeout. Please try again."
+#: src/components/pages/ReportPage.tsx:236
+msgid "Failed to resend code. Please try again."
+msgstr "Failed to resend code. Please try again."
+
#: src/components/modals/guildTabs/GuildRolesTab.tsx:674
msgid "Failed to reset hoist order"
msgstr "Failed to reset hoist order"
@@ -8018,7 +8096,7 @@ msgstr "Failed to rotate. Please try again."
msgid "Failed to send friend request. Please try again."
msgstr "Failed to send friend request. Please try again."
-#: src/components/bottomsheets/DMBottomSheet.tsx:262
+#: src/components/bottomsheets/DMBottomSheet.tsx:264
#: src/components/modals/InviteModal.tsx:176
#: src/components/uikit/ContextMenu/items/InviteMenuItems.tsx:111
msgid "Failed to send invite"
@@ -8037,7 +8115,7 @@ msgstr "Failed to send SMS code. Please try again."
msgid "Failed to send theme"
msgstr "Failed to send theme"
-#: src/components/pages/ReportPage.tsx:412
+#: src/components/pages/ReportPage.tsx:234
msgid "Failed to send verification code. Please try again."
msgstr "Failed to send verification code. Please try again."
@@ -8084,19 +8162,19 @@ msgstr "Failed to transfer ownership. Please try again."
msgid "Failed to unblock user. Please try again."
msgstr "Failed to unblock user. Please try again."
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:589
-#: src/components/bottomsheets/DMBottomSheet.tsx:170
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:603
+#: src/components/bottomsheets/DMBottomSheet.tsx:172
#: src/components/channel/dm/DMList.tsx:226
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:138
msgid "Failed to unpin DM"
msgstr "Failed to unpin DM"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:589
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:603
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:118
msgid "Failed to unpin group"
msgstr "Failed to unpin group"
-#: src/components/bottomsheets/DMBottomSheet.tsx:170
+#: src/components/bottomsheets/DMBottomSheet.tsx:172
msgid "Failed to unpin group DM"
msgstr "Failed to unpin group DM"
@@ -8298,7 +8376,7 @@ msgstr "Find the perfect sticker"
msgid "Fine-tune core colors and fonts for this app. Changes here are stored as custom CSS overrides and sync with the editor below."
msgstr "Fine-tune core colors and fonts for this app. Changes here are stored as custom CSS overrides and sync with the editor below."
-#: src/components/pages/ReportPage.tsx:319
+#: src/components/pages/report/optionDescriptors.ts:91
msgid "Finland"
msgstr "Finland"
@@ -8306,7 +8384,7 @@ msgstr "Finland"
msgid "Finnish"
msgstr "Finnish"
-#: src/components/pages/ReportPage.tsx:923
+#: src/components/pages/report/ReportStepDetails.tsx:199
msgid "First and last name"
msgstr "First and last name"
@@ -8419,7 +8497,7 @@ msgstr "Fluxer needs permission to monitor keyboard and mouse input so that <0>P
msgid "Fluxer Partner"
msgstr "Fluxer Partner"
-#: src/components/modals/components/PlutoniumContent.tsx:182
+#: src/components/modals/components/PlutoniumContent.tsx:193
#: src/components/modals/PremiumModal.tsx:34
#: src/components/modals/utils/settingsConstants.tsx:147
#: src/components/popouts/UserProfileBadges.tsx:99
@@ -8483,7 +8561,7 @@ msgstr "Food & Drink"
msgid "Foodie Friends"
msgstr "Foodie Friends"
-#: src/components/bottomsheets/DMBottomSheet.tsx:660
+#: src/components/bottomsheets/DMBottomSheet.tsx:663
msgid "For 1 hour"
msgstr "For 1 hour"
@@ -8497,7 +8575,7 @@ msgstr "For 1 hour"
msgid "For 1 Hour"
msgstr "For 1 Hour"
-#: src/components/bottomsheets/DMBottomSheet.tsx:659
+#: src/components/bottomsheets/DMBottomSheet.tsx:662
#: src/components/popouts/UserAreaPopout.tsx:77
msgid "For 15 minutes"
msgstr "For 15 minutes"
@@ -8511,7 +8589,7 @@ msgstr "For 15 minutes"
msgid "For 15 Minutes"
msgstr "For 15 Minutes"
-#: src/components/bottomsheets/DMBottomSheet.tsx:663
+#: src/components/bottomsheets/DMBottomSheet.tsx:666
msgid "For 24 hours"
msgstr "For 24 hours"
@@ -8529,7 +8607,7 @@ msgstr "For 24 Hours"
msgid "For 3 days"
msgstr "For 3 days"
-#: src/components/bottomsheets/DMBottomSheet.tsx:661
+#: src/components/bottomsheets/DMBottomSheet.tsx:664
msgid "For 3 hours"
msgstr "For 3 hours"
@@ -8542,7 +8620,7 @@ msgstr "For 3 hours"
msgid "For 3 Hours"
msgstr "For 3 Hours"
-#: src/components/bottomsheets/DMBottomSheet.tsx:662
+#: src/components/bottomsheets/DMBottomSheet.tsx:665
msgid "For 8 hours"
msgstr "For 8 hours"
@@ -8560,7 +8638,7 @@ msgstr "For 8 Hours"
msgid "For British eyes only..."
msgstr "For British eyes only..."
-#: src/components/modals/components/plutonium/PricingSection.tsx:62
+#: src/components/modals/components/plutonium/PricingSection.tsx:68
msgid "For Me"
msgstr "For Me"
@@ -8664,15 +8742,15 @@ msgstr "Forces slowmode to be active in all channels"
msgid "Forever"
msgstr "Forever"
-#: src/components/modals/components/MobileSettingsView.tsx:300
+#: src/components/modals/components/MobileSettingsView.tsx:295
msgid "Forget"
msgstr "Forget"
-#: src/components/modals/components/MobileSettingsView.tsx:327
+#: src/components/modals/components/MobileSettingsView.tsx:322
msgid "Forget Push Subscriptions"
msgstr "Forget Push Subscriptions"
-#: src/components/modals/components/MobileSettingsView.tsx:294
+#: src/components/modals/components/MobileSettingsView.tsx:289
msgid "Forget push subscriptions?"
msgstr "Forget push subscriptions?"
@@ -8729,7 +8807,7 @@ msgstr "Frame Rate"
msgid "Frame rates above 30 fps require Plutonium"
msgstr "Frame rates above 30 fps require Plutonium"
-#: src/components/pages/ReportPage.tsx:320
+#: src/components/pages/report/optionDescriptors.ts:92
msgid "France"
msgstr "France"
@@ -8745,8 +8823,8 @@ msgstr "Free User (No Purchases)"
msgid "Free User (With Purchase History)"
msgstr "Free User (With Purchase History)"
-#: src/components/modals/components/PlutoniumContent.tsx:163
-#: src/components/modals/components/PlutoniumContent.tsx:289
+#: src/components/modals/components/PlutoniumContent.tsx:174
+#: src/components/modals/components/PlutoniumContent.tsx:308
msgid "Free vs Plutonium"
msgstr "Free vs Plutonium"
@@ -8773,12 +8851,13 @@ msgstr "Friend Request"
msgid "Friend request sent"
msgstr "Friend request sent"
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:68
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:250
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:75
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:89
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:271
msgid "Friend Request Sent"
msgstr "Friend Request Sent"
-#: src/components/channel/dm/AddFriendForm.tsx:144
+#: src/components/channel/dm/AddFriendForm.tsx:167
msgid "Friend request sent!"
msgstr "Friend request sent!"
@@ -8787,7 +8866,7 @@ msgstr "Friend request sent!"
msgid "Friend Requests"
msgstr "Friend Requests"
-#: src/components/channel/dm/AddFriendForm.tsx:137
+#: src/components/channel/dm/AddFriendForm.tsx:160
msgid "Friend's FluxerTag"
msgstr "Friend's FluxerTag"
@@ -8828,9 +8907,10 @@ msgstr "From {0}"
#. placeholder {0}: creator.username
#. placeholder {1}: creator.discriminator
-#: src/components/channel/GiftEmbed.tsx:87
-#: src/components/modals/GiftAcceptModal.tsx:116
-#: src/components/modals/GiftAcceptModal.tsx:143
+#: src/components/channel/GiftEmbed.tsx:93
+#: src/components/modals/GiftAcceptModal.tsx:123
+#: src/components/modals/GiftAcceptModal.tsx:151
+#: src/components/modals/GiftAcceptModal.tsx:186
msgid "From {0}#{1}"
msgstr "From {0}#{1}"
@@ -8850,7 +8930,7 @@ msgstr "From user"
msgid "from:"
msgstr "from:"
-#: src/components/pages/ReportPage.tsx:919
+#: src/components/pages/report/ReportStepDetails.tsx:195
msgid "Full Legal Name"
msgstr "Full Legal Name"
@@ -8892,7 +8972,7 @@ msgstr "Generate Invite"
msgid "Generate invite link"
msgstr "Generate invite link"
-#: src/components/modals/tabs/BetaCodesTab.tsx:315
+#: src/components/modals/tabs/BetaCodesTab.tsx:340
msgid "Generate up to {MAX_UNCLAIMED_BETA_CODES} unclaimed beta codes to invite friends to Fluxer. You can create 3 codes per week."
msgstr "Generate up to {MAX_UNCLAIMED_BETA_CODES} unclaimed beta codes to invite friends to Fluxer. You can create 3 codes per week."
@@ -8909,7 +8989,7 @@ msgstr "Geo Restricted"
msgid "German"
msgstr "German"
-#: src/components/pages/ReportPage.tsx:321
+#: src/components/pages/report/optionDescriptors.ts:93
msgid "Germany"
msgstr "Germany"
@@ -8991,13 +9071,13 @@ msgstr "GIF preview"
#: src/components/channel/pickers/gif/GifPickerHeader.tsx:40
#: src/components/channel/pickers/memes/MemesPickerHeader.tsx:57
#: src/components/channel/textarea/TextareaButtons.tsx:110
-#: src/components/modals/ExpressionPickerSheet.tsx:68
+#: src/components/modals/ExpressionPickerSheet.tsx:55
#: src/components/popouts/ExpressionPickerPopout.tsx:69
msgid "GIFs"
msgstr "GIFs"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:122
-#: src/components/modals/GiftAcceptModal.tsx:163
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:141
+#: src/components/modals/GiftAcceptModal.tsx:206
msgid "Gift"
msgstr "Gift"
@@ -9030,19 +9110,20 @@ msgstr "Gift already redeemed"
msgid "Gift Already Redeemed"
msgstr "Gift Already Redeemed"
-#: src/components/channel/GiftEmbed.tsx:94
+#: src/components/channel/GiftEmbed.tsx:105
+#: src/components/channel/GiftEmbed.tsx:109
msgid "Gift Claimed"
msgstr "Gift Claimed"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:246
+#: src/components/modals/tabs/GiftInventoryTab.tsx:269
msgid "Gift code cannot be empty"
msgstr "Gift code cannot be empty"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:243
+#: src/components/modals/tabs/GiftInventoryTab.tsx:266
msgid "Gift code is required"
msgstr "Gift code is required"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:250
+#: src/components/modals/tabs/GiftInventoryTab.tsx:273
msgid "Gift code is too long"
msgstr "Gift code is too long"
@@ -9070,7 +9151,7 @@ msgstr "Gift Not Found"
#: src/components/channel/textarea/TextareaButtons.tsx:101
#: src/components/channel/textarea/TextareaButtons.tsx:177
-#: src/components/modals/components/plutonium/GiftSection.tsx:61
+#: src/components/modals/components/plutonium/GiftSection.tsx:67
msgid "Gift Plutonium"
msgstr "Gift Plutonium"
@@ -9078,23 +9159,23 @@ msgstr "Gift Plutonium"
msgid "Gift redeemed successfully!"
msgstr "Gift redeemed successfully!"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:89
+#: src/components/modals/tabs/GiftInventoryTab.tsx:90
msgid "Gift redeemed successfully! Enjoy your Plutonium!"
msgstr "Gift redeemed successfully! Enjoy your Plutonium!"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:53
+#: src/components/modals/components/plutonium/VisionarySection.tsx:58
msgid "gift time"
msgstr "gift time"
-#: src/components/channel/GiftEmbed.tsx:151
+#: src/components/channel/GiftEmbed.tsx:162
msgid "Gift Unavailable"
msgstr "Gift Unavailable"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:132
+#: src/components/modals/tabs/GiftInventoryTab.tsx:133
msgid "Gift URL"
msgstr "Gift URL"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:75
+#: src/components/modals/tabs/GiftInventoryTab.tsx:76
msgid "Gift URL copied to clipboard!"
msgstr "Gift URL copied to clipboard!"
@@ -9126,7 +9207,7 @@ msgstr "Global shortcuts are available in the desktop app"
msgid "Glorification of violence or disturbing imagery"
msgstr "Glorification of violence or disturbing imagery"
-#: src/components/modals/components/MobileSettingsView.tsx:145
+#: src/components/modals/components/MobileSettingsView.tsx:140
#: src/components/modals/shared/MobileSettingsComponents.tsx:43
msgid "Go back"
msgstr "Go back"
@@ -9143,7 +9224,7 @@ msgstr "Go back to the previously focused text channel"
msgid "Go forward in navigation history"
msgstr "Go forward in navigation history"
-#: src/components/channel/InviteEmbed.tsx:259
+#: src/components/channel/InviteEmbed.tsx:261
#: src/components/modals/InviteAcceptModal.tsx:100
msgid "Go to Community"
msgstr "Go to Community"
@@ -9166,15 +9247,15 @@ msgstr "Go to login"
msgid "Go to message"
msgstr "Go to message"
-#: src/components/channel/ChannelSearchResults.tsx:841
+#: src/components/channel/ChannelSearchResults.tsx:809
msgid "Go to page"
msgstr "Go to page"
-#: src/components/channel/ChannelSearchResults.tsx:808
+#: src/components/channel/ChannelSearchResults.tsx:776
msgid "Go to page {page}"
msgstr "Go to page {page}"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:315
+#: src/components/modals/tabs/GiftInventoryTab.tsx:338
msgid "Go to Plutonium"
msgstr "Go to Plutonium"
@@ -9195,7 +9276,7 @@ msgstr "Got it"
msgid "Gotcha"
msgstr "Gotcha"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:116
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:135
msgid "Grace Period"
msgstr "Grace Period"
@@ -9203,7 +9284,7 @@ msgstr "Grace Period"
msgid "Grace Period (Still Have Access)"
msgstr "Grace Period (Still Have Access)"
-#: src/components/modals/InviteModal.tsx:301
+#: src/components/modals/InviteModal.tsx:298
msgid "Grant temporary membership"
msgstr "Grant temporary membership"
@@ -9234,7 +9315,7 @@ msgstr "Great Success!"
msgid "Great success! You can now close this tab and return to the app."
msgstr "Great success! You can now close this tab and return to the app."
-#: src/components/pages/ReportPage.tsx:322
+#: src/components/pages/report/optionDescriptors.ts:94
msgid "Greece"
msgstr "Greece"
@@ -9263,7 +9344,7 @@ msgstr "Group chat add permissions"
msgid "Group Chat Permissions"
msgstr "Group Chat Permissions"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:481
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:495
msgid "Group Direct Message"
msgstr "Group Direct Message"
@@ -9272,7 +9353,7 @@ msgid "Group DM"
msgstr "Group DM"
#. placeholder {0}: channel.recipientIds.length + 1
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:772
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:804
msgid "Group DM · {0} members"
msgstr "Group DM · {0} members"
@@ -9317,12 +9398,12 @@ msgstr "Group name must not exceed 100 characters"
msgid "Group Online Status"
msgstr "Group Online Status"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:962
-#: src/components/channel/MemberListItem.tsx:102
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:984
+#: src/components/channel/MemberListItem.tsx:109
msgid "Group Owner"
msgstr "Group Owner"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1092
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1116
msgid "Group Settings"
msgstr "Group Settings"
@@ -9335,11 +9416,11 @@ msgstr "Group Typing States"
msgid "Group updated"
msgstr "Group updated"
-#: src/components/pages/ReportPage.tsx:893
+#: src/components/pages/report/ReportStepDetails.tsx:167
msgid "Guild (Community) ID"
msgstr "Guild (Community) ID"
-#: src/components/pages/ReportPage.tsx:902
+#: src/components/pages/report/ReportStepDetails.tsx:177
msgid "Guild ID is required."
msgstr "Guild ID is required."
@@ -9355,13 +9436,13 @@ msgstr "Guild Record"
msgid "Hang on while we check for scheduled messages."
msgstr "Hang on while we check for scheduled messages."
-#: src/components/pages/ReportPage.tsx:295
+#: src/components/pages/report/optionDescriptors.ts:70
#: src/constants/IARConstants.tsx:155
msgid "Harassment"
msgstr "Harassment"
-#: src/components/pages/ReportPage.tsx:262
-#: src/components/pages/ReportPage.tsx:281
+#: src/components/pages/report/optionDescriptors.ts:43
+#: src/components/pages/report/optionDescriptors.ts:59
#: src/constants/IARConstants.tsx:32
#: src/constants/IARConstants.tsx:109
msgid "Harassment or Bullying"
@@ -9383,9 +9464,9 @@ msgstr "Has Ever Purchased Override"
msgid "has:"
msgstr "has:"
-#: src/components/pages/ReportPage.tsx:263
-#: src/components/pages/ReportPage.tsx:282
-#: src/components/pages/ReportPage.tsx:296
+#: src/components/pages/report/optionDescriptors.ts:44
+#: src/components/pages/report/optionDescriptors.ts:60
+#: src/components/pages/report/optionDescriptors.ts:71
#: src/constants/IARConstants.tsx:37
#: src/constants/IARConstants.tsx:114
#: src/constants/IARConstants.tsx:160
@@ -9430,7 +9511,7 @@ msgid "Help Center"
msgstr "Help Center"
#. placeholder {0}: user.displayName
-#: src/components/layout/app-layout/nagbars/UnclaimedAccountNagbar.tsx:44
+#: src/components/layout/app-layout/nagbars/UnclaimedAccountNagbar.tsx:42
msgid "Hey {0}, claim your account to prevent losing access."
msgstr "Hey {0}, claim your account to prevent losing access."
@@ -9654,7 +9735,7 @@ msgstr "https://example.com/callback"
msgid "Hungarian"
msgstr "Hungarian"
-#: src/components/pages/ReportPage.tsx:323
+#: src/components/pages/report/optionDescriptors.ts:95
msgid "Hungary"
msgstr "Hungary"
@@ -9728,8 +9809,8 @@ msgstr "If you have received a beta code, you can enter it below to get immediat
msgid "If you want to export your data or delete your messages first, please visit the Privacy Dashboard section in User Settings before proceeding."
msgstr "If you want to export your data or delete your messages first, please visit the Privacy Dashboard section in User Settings before proceeding."
-#: src/components/channel/channel-view/DMChannelView.tsx:301
-#: src/components/channel/dm/DMWelcomeSection.tsx:119
+#: src/components/channel/channel-view/DMChannelView.tsx:302
+#: src/components/channel/dm/DMWelcomeSection.tsx:131
#: src/components/channel/friends/FriendListItem.tsx:145
#: src/components/channel/friends/FriendListItem.tsx:244
#: src/components/channel/friends/MobileFriendRequestItem.tsx:69
@@ -9740,7 +9821,7 @@ msgstr "Ignore"
#: src/components/channel/friends/FriendListItem.tsx:143
#: src/components/channel/friends/MobileFriendRequestItem.tsx:67
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:152
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:173
msgid "Ignore Friend Request"
msgstr "Ignore Friend Request"
@@ -9749,8 +9830,8 @@ msgstr "Ignore Friend Request"
msgid "Ignore per-channel message rate limits."
msgstr "Ignore per-channel message rate limits."
-#: src/components/pages/ReportPage.tsx:267
-#: src/components/pages/ReportPage.tsx:298
+#: src/components/pages/report/optionDescriptors.ts:48
+#: src/components/pages/report/optionDescriptors.ts:73
#: src/constants/IARConstants.tsx:57
#: src/constants/IARConstants.tsx:170
msgid "Illegal Activity"
@@ -9762,7 +9843,7 @@ msgid "image"
msgstr "image"
#: src/components/channel/embeds/media/EmbedGifv.tsx:237
-#: src/components/channel/embeds/media/EmbedImage.tsx:369
+#: src/components/channel/embeds/media/EmbedImage.tsx:374
#: src/components/modals/MediaViewerModal.tsx:362
#: src/components/search/HasFilterSheet.tsx:50
#: src/utils/FavoriteMemeUtils.ts:71
@@ -9783,8 +9864,8 @@ msgstr "Image preview"
msgid "Images"
msgstr "Images"
-#: src/components/pages/ReportPage.tsx:272
-#: src/components/pages/ReportPage.tsx:284
+#: src/components/pages/report/optionDescriptors.ts:53
+#: src/components/pages/report/optionDescriptors.ts:62
#: src/constants/IARConstants.tsx:82
#: src/constants/IARConstants.tsx:124
msgid "Impersonation"
@@ -9839,7 +9920,7 @@ msgstr "in {absWeeks} weeks"
msgid "in {absYears} years"
msgstr "in {absYears} years"
-#: src/components/channel/channel-view/DMChannelView.tsx:275
+#: src/components/channel/channel-view/DMChannelView.tsx:276
msgid "In call"
msgstr "In call"
@@ -9880,7 +9961,7 @@ msgstr "In your browser, Push-to-Talk will only work when the Fluxer tab is focu
msgid "in:"
msgstr "in:"
-#: src/components/pages/ReportPage.tsx:286
+#: src/components/pages/report/optionDescriptors.ts:64
#: src/constants/IARConstants.tsx:134
msgid "Inappropriate Profile"
msgstr "Inappropriate Profile"
@@ -9909,7 +9990,7 @@ msgstr "Include all community mentions"
msgid "Include audio from your screen in the share"
msgstr "Include audio from your screen in the share"
-#: src/components/channel/channel-view/DMChannelView.tsx:269
+#: src/components/channel/channel-view/DMChannelView.tsx:270
#: src/components/voice/IncomingCallUI.tsx:263
#: src/components/voice/IncomingCallUI.tsx:286
#: src/components/voice/IncomingCallUI.tsx:324
@@ -9946,11 +10027,11 @@ msgid "Increase app zoom level"
msgstr "Increase app zoom level"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:284
-#: src/components/channel/ChannelSearchResults.tsx:679
+#: src/components/channel/ChannelSearchResults.tsx:648
msgid "Indexing Channel"
msgstr "Indexing Channel"
-#: src/components/channel/ChannelSearchResults.tsx:317
+#: src/components/channel/ChannelSearchResults.tsx:274
msgid "Indexing..."
msgstr "Indexing..."
@@ -10032,12 +10113,12 @@ msgstr "Inputs with Icons"
msgid "Insert emoji"
msgstr "Insert emoji"
-#: src/components/channel/InviteEmbed.tsx:198
+#: src/components/channel/InviteEmbed.tsx:200
#: src/components/modals/InviteAcceptModal.tsx:143
msgid "Install Emoji Pack"
msgstr "Install Emoji Pack"
-#: src/components/channel/InviteEmbed.tsx:198
+#: src/components/channel/InviteEmbed.tsx:200
#: src/components/modals/InviteAcceptModal.tsx:143
msgid "Install Sticker Pack"
msgstr "Install Sticker Pack"
@@ -10104,7 +10185,7 @@ msgstr "Invalid Gift Code"
msgid "Invalid instance response: missing webapp URL."
msgstr "Invalid instance response: missing webapp URL."
-#: src/components/modals/ClaimAccountModal.tsx:108
+#: src/components/modals/ClaimAccountModal.tsx:110
#: src/components/modals/EmailChangeModal.tsx:108
#: src/components/modals/EmailChangeModal.tsx:169
msgid "Invalid or expired code"
@@ -10134,7 +10215,7 @@ msgstr "Inverted button clicked!"
msgid "Invisible"
msgstr "Invisible"
-#: src/components/modals/InviteModal.tsx:257
+#: src/components/modals/InviteModal.tsx:267
#: src/components/modals/tabs/ExpressionPacksTab.tsx:83
#: src/constants/AuditLogConstants.tsx:239
msgid "Invite"
@@ -10144,7 +10225,7 @@ msgstr "Invite"
msgid "Invite Background"
msgstr "Invite Background"
-#: src/components/pages/ReportPage.tsx:908
+#: src/components/pages/report/ReportStepDetails.tsx:183
msgid "Invite Code (optional)"
msgstr "Invite Code (optional)"
@@ -10170,7 +10251,7 @@ msgstr "Invite friends"
msgid "Invite friends to {0}"
msgstr "Invite friends to {0}"
-#: src/components/modals/InviteModal.tsx:317
+#: src/components/modals/InviteModal.tsx:314
msgid "Invite link"
msgstr "Invite link"
@@ -10190,7 +10271,7 @@ msgid "Invite Links"
msgstr "Invite Links"
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:164
-#: src/components/layout/ChannelItem.tsx:599
+#: src/components/layout/ChannelItem.tsx:616
#: src/components/popouts/GuildHeaderPopout.tsx:178
msgid "Invite Members"
msgstr "Invite Members"
@@ -10218,7 +10299,7 @@ msgid "Invite Page Preview"
msgstr "Invite Page Preview"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:381
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1144
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1168
#: src/components/layout/FavoritesChannelListContent.tsx:305
#: src/components/uikit/ContextMenu/ChannelListContextMenu.tsx:96
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:97
@@ -10236,7 +10317,7 @@ msgstr "Invite revoked"
msgid "Invite sent for {0}"
msgstr "Invite sent for {0}"
-#: src/components/bottomsheets/DMBottomSheet.tsx:256
+#: src/components/bottomsheets/DMBottomSheet.tsx:258
msgid "Invite sent to {guildName}"
msgstr "Invite sent to {guildName}"
@@ -10249,7 +10330,7 @@ msgid "Invite splash preview"
msgstr "Invite splash preview"
#. placeholder {0}: guild.name
-#: src/components/bottomsheets/DMBottomSheet.tsx:499
+#: src/components/bottomsheets/DMBottomSheet.tsx:501
msgid "Invite to {0}"
msgstr "Invite to {0}"
@@ -10257,7 +10338,7 @@ msgstr "Invite to {0}"
msgid "Invite to Community"
msgstr "Invite to Community"
-#: src/components/channel/InviteEmbed.tsx:362
+#: src/components/channel/InviteEmbed.tsx:364
msgid "Invite Unavailable"
msgstr "Invite Unavailable"
@@ -10277,7 +10358,7 @@ msgid "Invited by {0}#{1}"
msgstr "Invited by {0}#{1}"
#: src/components/auth/InviteHeader.tsx:159
-#: src/components/channel/InviteEmbed.tsx:222
+#: src/components/channel/InviteEmbed.tsx:224
msgid "Invited by {inviterTag}"
msgstr "Invited by {inviterTag}"
@@ -10290,8 +10371,8 @@ msgid "Inviter:"
msgstr "Inviter:"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:303
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1199
-#: src/components/bottomsheets/DMBottomSheet.tsx:468
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1223
+#: src/components/bottomsheets/DMBottomSheet.tsx:470
#: src/components/channel/dm/DMList.tsx:257
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:145
msgid "Invites"
@@ -10301,11 +10382,11 @@ msgstr "Invites"
msgid "Invites are currently disabled for this community."
msgstr "Invites are currently disabled for this community."
-#: src/components/modals/InviteModal.tsx:270
+#: src/components/modals/InviteModal.tsx:237
msgid "Invites are currently disabled in this community by an admin. While this invite can be created, it cannot be accepted until invites are re-enabled."
msgstr "Invites are currently disabled in this community by an admin. While this invite can be created, it cannot be accepted until invites are re-enabled."
-#: src/components/layout/guild-list/GuildListItem.tsx:233
+#: src/components/layout/guild-list/GuildListItem.tsx:234
msgid "Invites are currently paused in this community"
msgstr "Invites are currently paused in this community"
@@ -10317,7 +10398,7 @@ msgstr "Invites are locked for preview communities. Claim your account by settin
msgid "Invites disabled"
msgstr "Invites disabled"
-#: src/components/channel/InviteEmbed.tsx:257
+#: src/components/channel/InviteEmbed.tsx:259
#: src/components/modals/InviteAcceptModal.tsx:98
msgid "Invites Disabled"
msgstr "Invites Disabled"
@@ -10343,7 +10424,7 @@ msgstr "Invites to <0>{0}0> are currently disabled"
msgid "IP address authorized"
msgstr "IP address authorized"
-#: src/components/pages/ReportPage.tsx:324
+#: src/components/pages/report/optionDescriptors.ts:96
msgid "Ireland"
msgstr "Ireland"
@@ -10359,7 +10440,7 @@ msgstr "It's a full-blown typing fiesta in here"
msgid "Italian"
msgstr "Italian"
-#: src/components/pages/ReportPage.tsx:325
+#: src/components/pages/report/optionDescriptors.ts:97
msgid "Italy"
msgstr "Italy"
@@ -10381,16 +10462,16 @@ msgstr "Join a Community"
msgid "Join a community with stickers to get started!"
msgstr "Join a community with stickers to get started!"
-#: src/components/channel/channel-view/DMChannelView.tsx:315
+#: src/components/channel/channel-view/DMChannelView.tsx:316
msgid "Join call"
msgstr "Join call"
-#: src/components/channel/InviteEmbed.tsx:261
-#: src/components/channel/InviteEmbed.tsx:451
+#: src/components/channel/InviteEmbed.tsx:263
+#: src/components/channel/InviteEmbed.tsx:453
#: src/components/layout/guild-list/AddGuildButton.tsx:71
#: src/components/modals/AddGuildModal.tsx:129
#: src/components/modals/AddGuildModal.tsx:410
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:304
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:342
#: src/components/modals/InviteAcceptModal.tsx:102
#: src/components/modals/InviteAcceptModalPreview.tsx:114
msgid "Join Community"
@@ -10400,7 +10481,7 @@ msgstr "Join Community"
msgid "Join community form"
msgstr "Join community form"
-#: src/components/channel/InviteEmbed.tsx:187
+#: src/components/channel/InviteEmbed.tsx:189
msgid "Join Group"
msgstr "Join Group"
@@ -10416,19 +10497,19 @@ msgstr "Join notifications"
msgid "Join Operators Community"
msgstr "Join Operators Community"
-#: src/components/channel/CallMessage.tsx:171
+#: src/components/channel/CallMessage.tsx:165
msgid "Join the call"
msgstr "Join the call"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:122
+#: src/components/channel/ChannelHeader/CallButtons.tsx:159
msgid "Join Video Call"
msgstr "Join Video Call"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:118
+#: src/components/channel/ChannelHeader/CallButtons.tsx:150
msgid "Join Video Call ({participantCount} participant)"
msgstr "Join Video Call ({participantCount} participant)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:119
+#: src/components/channel/ChannelHeader/CallButtons.tsx:151
msgid "Join Video Call ({participantCount} participants)"
msgstr "Join Video Call ({participantCount} participants)"
@@ -10436,15 +10517,15 @@ msgstr "Join Video Call ({participantCount} participants)"
msgid "Join Visionary Community"
msgstr "Join Visionary Community"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:70
+#: src/components/channel/ChannelHeader/CallButtons.tsx:89
msgid "Join Voice Call"
msgstr "Join Voice Call"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:66
+#: src/components/channel/ChannelHeader/CallButtons.tsx:80
msgid "Join Voice Call ({participantCount} participant)"
msgstr "Join Voice Call ({participantCount} participant)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:67
+#: src/components/channel/ChannelHeader/CallButtons.tsx:81
msgid "Join Voice Call ({participantCount} participants)"
msgstr "Join Voice Call ({participantCount} participants)"
@@ -10495,7 +10576,7 @@ msgstr "JPEG, PNG, WebP. Max 10MB. Recommended: 512×512px"
msgid "JPEG, PNG, WebP. Max 10MB. Recommended: 512×512px. Animated avatars (GIF) require <0/>."
msgstr "JPEG, PNG, WebP. Max 10MB. Recommended: 512×512px. Animated avatars (GIF) require <0/>."
-#: src/components/channel/ChannelSearchResults.tsx:777
+#: src/components/channel/ChannelSearchResults.tsx:745
#: src/components/pages/MessageListPage.tsx:97
#: src/components/popouts/RecentMentionsContent.tsx:221
#: src/components/popouts/SavedMessagesContent.tsx:102
@@ -10519,11 +10600,11 @@ msgstr "Jump to Message"
msgid "Jump to Oldest Unread Message"
msgstr "Jump to Oldest Unread Message"
-#: src/components/channel/ChannelSearchResults.tsx:872
+#: src/components/channel/ChannelSearchResults.tsx:840
msgid "Jump to page"
msgstr "Jump to page"
-#: src/components/channel/Messages.tsx:917
+#: src/components/channel/Messages.tsx:915
msgid "Jump to Present"
msgstr "Jump to Present"
@@ -10612,7 +10693,7 @@ msgid "Keyboard Shortcuts"
msgstr "Keyboard Shortcuts"
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:344
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:311
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:314
#: src/components/modals/KickMemberModal.tsx:58
#: src/components/modals/UserProfileActionsSheet.tsx:253
msgid "Kick"
@@ -10702,7 +10783,7 @@ msgstr "Latency {latency} milliseconds"
msgid "Latency graph"
msgstr "Latency graph"
-#: src/components/pages/ReportPage.tsx:326
+#: src/components/pages/report/optionDescriptors.ts:98
msgid "Latvia"
msgstr "Latvia"
@@ -10729,10 +10810,10 @@ msgstr "Leave Community"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:248
#: src/components/bottomsheets/ChannelBottomSheet.tsx:250
#: src/components/bottomsheets/ChannelBottomSheet.tsx:314
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1253
-#: src/components/bottomsheets/DMBottomSheet.tsx:337
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1277
#: src/components/bottomsheets/DMBottomSheet.tsx:339
-#: src/components/bottomsheets/DMBottomSheet.tsx:551
+#: src/components/bottomsheets/DMBottomSheet.tsx:341
+#: src/components/bottomsheets/DMBottomSheet.tsx:554
#: src/components/channel/dm/DMList.tsx:265
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:159
#: src/hooks/useLeaveGroup.tsx:42
@@ -10740,27 +10821,27 @@ msgstr "Leave Community"
msgid "Leave Group"
msgstr "Leave Group"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:122
+#: src/components/channel/ChannelHeader/CallButtons.tsx:157
msgid "Leave Video Call"
msgstr "Leave Video Call"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:113
+#: src/components/channel/ChannelHeader/CallButtons.tsx:145
msgid "Leave Video Call ({participantCount} participant)"
msgstr "Leave Video Call ({participantCount} participant)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:114
+#: src/components/channel/ChannelHeader/CallButtons.tsx:146
msgid "Leave Video Call ({participantCount} participants)"
msgstr "Leave Video Call ({participantCount} participants)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:70
+#: src/components/channel/ChannelHeader/CallButtons.tsx:87
msgid "Leave Voice Call"
msgstr "Leave Voice Call"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:61
+#: src/components/channel/ChannelHeader/CallButtons.tsx:75
msgid "Leave Voice Call ({participantCount} participant)"
msgstr "Leave Voice Call ({participantCount} participant)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:62
+#: src/components/channel/ChannelHeader/CallButtons.tsx:76
msgid "Leave Voice Call ({participantCount} participants)"
msgstr "Leave Voice Call ({participantCount} participants)"
@@ -10785,7 +10866,7 @@ msgstr "Left aligned"
msgid "Left community"
msgstr "Left community"
-#: src/components/bottomsheets/DMBottomSheet.tsx:350
+#: src/components/bottomsheets/DMBottomSheet.tsx:352
#: src/hooks/useLeaveGroup.tsx:56
msgid "Left group"
msgstr "Left group"
@@ -10798,7 +10879,7 @@ msgstr "Left Icon"
msgid "Left Tooltip"
msgstr "Left Tooltip"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:90
+#: src/components/modals/components/plutonium/VisionarySection.tsx:99
msgid "Let people add you without needing a 4-digit tag"
msgstr "Let people add you without needing a 4-digit tag"
@@ -10810,17 +10891,13 @@ msgstr "Let the community self-moderate"
msgid "Letters (a-z, A-Z), numbers (0-9), and underscores (_) only"
msgstr "Letters (a-z, A-Z), numbers (0-9), and underscores (_) only"
-#: src/components/pages/ReportPage.tsx:729
-msgid "Letters and numbers only. You can paste the code—formatting is automatic."
-msgstr "Letters and numbers only. You can paste the code—formatting is automatic."
-
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:120
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:139
#: src/components/modals/tabs/DeveloperOptionsTab/AccountPremiumTab.tsx:49
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:371
msgid "Lifetime"
msgstr "Lifetime"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:73
+#: src/components/modals/components/plutonium/VisionarySection.tsx:82
#: src/utils/giftUtils.ts:58
msgid "Lifetime Plutonium"
msgstr "Lifetime Plutonium"
@@ -10838,7 +10915,7 @@ msgid "Liked!"
msgstr "Liked!"
#. placeholder {0}: formatter.format(visionarySlots.total)
-#: src/components/modals/components/plutonium/VisionarySection.tsx:61
+#: src/components/modals/components/plutonium/VisionarySection.tsx:70
msgid "Limited to {0} users. One-time purchase, lifetime access."
msgstr "Limited to {0} users. One-time purchase, lifetime access."
@@ -10856,7 +10933,7 @@ msgstr "Link"
msgid "Link channel"
msgstr "Link channel"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:530
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:544
#: src/components/uikit/ContextMenu/MediaContextMenu.tsx:145
#: src/components/uikit/ContextMenu/MediaContextMenu.tsx:228
msgid "Link copied to clipboard"
@@ -10902,7 +10979,7 @@ msgstr "Lists"
msgid "Lists members with this role in their own section in the member list."
msgstr "Lists members with this role in their own section in the member list."
-#: src/components/pages/ReportPage.tsx:327
+#: src/components/pages/report/optionDescriptors.ts:99
msgid "Lithuania"
msgstr "Lithuania"
@@ -10934,7 +11011,7 @@ msgstr "Loading bans..."
msgid "Loading communities..."
msgstr "Loading communities..."
-#: src/components/channel/embeds/media/EmbedImage.tsx:363
+#: src/components/channel/embeds/media/EmbedImage.tsx:368
msgid "Loading image"
msgstr "Loading image"
@@ -10947,7 +11024,7 @@ msgid "Loading more..."
msgstr "Loading more..."
#: src/components/channel/embeds/media/EmbedGifv.tsx:493
-#: src/components/channel/embeds/media/EmbedGifv.tsx:721
+#: src/components/channel/embeds/media/EmbedGifv.tsx:745
msgid "Loading placeholder"
msgstr "Loading placeholder"
@@ -10971,7 +11048,7 @@ msgstr "Loading theme..."
msgid "Loading verification methods..."
msgstr "Loading verification methods..."
-#: src/components/channel/embeds/media/EmbedImage.tsx:363
+#: src/components/channel/embeds/media/EmbedImage.tsx:368
msgid "Loading: {alt}"
msgstr "Loading: {alt}"
@@ -11021,7 +11098,7 @@ msgid "Log in with a passkey"
msgstr "Log in with a passkey"
#: src/components/modals/components/DesktopSettingsView.tsx:346
-#: src/components/modals/components/MobileSettingsView.tsx:362
+#: src/components/modals/components/MobileSettingsView.tsx:357
#: src/components/pages/PendingVerificationPage.tsx:151
msgid "Log Out"
msgstr "Log Out"
@@ -11101,7 +11178,7 @@ msgstr "Low"
msgid "Low (480p)"
msgstr "Low (480p)"
-#: src/components/pages/ReportPage.tsx:328
+#: src/components/pages/report/optionDescriptors.ts:100
msgid "Luxembourg"
msgstr "Luxembourg"
@@ -11114,16 +11191,16 @@ msgstr "Make Group Owner"
msgid "Make links to websites stand out more by always underlining them."
msgstr "Make links to websites stand out more by always underlining them."
-#: src/components/pages/ReportPage.tsx:271
+#: src/components/pages/report/optionDescriptors.ts:52
#: src/constants/IARConstants.tsx:77
msgid "Malicious Links"
msgstr "Malicious Links"
-#: src/components/pages/ReportPage.tsx:329
+#: src/components/pages/report/optionDescriptors.ts:101
msgid "Malta"
msgstr "Malta"
-#: src/components/pages/ReportPage.tsx:302
+#: src/components/pages/report/optionDescriptors.ts:77
#: src/constants/IARConstants.tsx:190
msgid "Malware Distribution"
msgstr "Malware Distribution"
@@ -11214,7 +11291,7 @@ msgid "Manage slash commands for this application"
msgstr "Manage slash commands for this application"
#: src/components/layout/app-layout/nagbars/PremiumGracePeriodNagbar.tsx:83
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:288
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:324
msgid "Manage Subscription"
msgstr "Manage Subscription"
@@ -11227,7 +11304,7 @@ msgstr "Manage the email address you use to sign in to Fluxer"
msgid "Manage Webhooks"
msgstr "Manage Webhooks"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:100
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:104
msgid "Manage your applications and bots."
msgstr "Manage your applications and bots."
@@ -11243,7 +11320,7 @@ msgstr "Manage your gifts"
msgid "Manage your phone number for SMS two-factor authentication"
msgstr "Manage your phone number for SMS two-factor authentication"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:280
+#: src/components/modals/tabs/GiftInventoryTab.tsx:303
msgid "Manage your purchased Plutonium gift codes. Share the gift URL with someone special or redeem it for yourself!"
msgstr "Manage your purchased Plutonium gift codes. Share the gift URL with someone special or redeem it for yourself!"
@@ -11256,8 +11333,8 @@ msgid "Mark as 18+ (NSFW)"
msgstr "Mark as 18+ (NSFW)"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:358
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1115
-#: src/components/bottomsheets/DMBottomSheet.tsx:388
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1139
+#: src/components/bottomsheets/DMBottomSheet.tsx:390
#: src/components/channel/NewMessagesBar.tsx:60
#: src/components/uikit/ContextMenu/items/CategoryMenuItems.tsx:81
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:79
@@ -11319,7 +11396,7 @@ msgstr "Markdown"
msgid "Markdown Preview"
msgstr "Markdown Preview"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:516
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:530
msgid "Marked as read"
msgstr "Marked as read"
@@ -11347,7 +11424,7 @@ msgstr "Markers Below Slider"
msgid "Marty_McFly"
msgstr "Marty_McFly"
-#: src/components/modals/ClaimAccountModal.tsx:160
+#: src/components/modals/ClaimAccountModal.tsx:162
#: src/components/modals/EmailChangeModal.tsx:254
msgid "marty@example.com"
msgstr "marty@example.com"
@@ -11356,7 +11433,7 @@ msgstr "marty@example.com"
msgid "Mask Visionary as subscription"
msgstr "Mask Visionary as subscription"
-#: src/components/modals/InviteModal.tsx:291
+#: src/components/modals/InviteModal.tsx:288
msgid "Max number of uses"
msgstr "Max number of uses"
@@ -11393,7 +11470,8 @@ msgstr "Maximum quality for camera is 1080p"
msgid "Maximum quality, requires very fast connection"
msgstr "Maximum quality, requires very fast connection"
-#: src/components/modals/GiftAcceptModal.tsx:151
+#: src/components/modals/GiftAcceptModal.tsx:161
+#: src/components/modals/GiftAcceptModal.tsx:194
msgid "Maybe later"
msgstr "Maybe later"
@@ -11411,7 +11489,7 @@ msgstr "Measuring..."
#: src/components/channel/AutocompleteEmoji.tsx:154
#: src/components/channel/textarea/TextareaButtons.tsx:122
-#: src/components/modals/ExpressionPickerSheet.tsx:77
+#: src/components/modals/ExpressionPickerSheet.tsx:64
#: src/components/modals/tabs/ChatSettingsTab.tsx:43
#: src/components/modals/tabs/ChatSettingsTab/Inline.tsx:37
#: src/components/modals/utils/settingsConstants.tsx:298
@@ -11504,8 +11582,8 @@ msgstr "Member verification"
msgid "Member verification level"
msgstr "Member verification level"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:877
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:913
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:909
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:945
#: src/components/modals/guildTabs/GuildMembersTab.tsx:429
#: src/components/modals/shared/AddOverridePopout.tsx:176
#: src/components/modals/utils/guildSettingsConstants.tsx:157
@@ -11536,7 +11614,7 @@ msgstr "Members Pruned"
msgid "Members receive notifications for every message"
msgstr "Members receive notifications for every message"
-#: src/components/modals/InviteModal.tsx:302
+#: src/components/modals/InviteModal.tsx:299
msgid "Members will be removed when they go offline unless a role is assigned"
msgstr "Members will be removed when they go offline unless a role is assigned"
@@ -11608,11 +11686,11 @@ msgid "mentions:"
msgstr "mentions:"
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:234
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:218
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:220
#: src/components/modals/tabs/ComponentGalleryTab/InputsTab.tsx:164
-#: src/components/modals/UserProfileMobileSheet.tsx:497
-#: src/components/modals/UserProfileModal.tsx:1189
-#: src/components/modals/UserProfileModal.tsx:1311
+#: src/components/modals/UserProfileMobileSheet.tsx:501
+#: src/components/modals/UserProfileModal.tsx:1190
+#: src/components/modals/UserProfileModal.tsx:1316
#: src/components/popouts/UserProfilePopout.tsx:289
#: src/components/popouts/UserProfilePopout.tsx:308
#: src/components/profile/ProfilePreview.tsx:292
@@ -11689,7 +11767,7 @@ msgstr "Message Grouping"
msgid "Message is too long"
msgstr "Message is too long"
-#: src/components/pages/ReportPage.tsx:837
+#: src/components/pages/report/ReportStepDetails.tsx:107
msgid "Message Link"
msgstr "Message Link"
@@ -11744,7 +11822,7 @@ msgstr "Messages & Media"
msgid "Messages Deleted"
msgstr "Messages Deleted"
-#: src/components/channel/Messages.tsx:938
+#: src/components/channel/Messages.tsx:936
msgid "Messages failed to load"
msgstr "Messages failed to load"
@@ -11888,22 +11966,21 @@ msgstr "Moderation"
msgid "Monospace font family"
msgstr "Monospace font family"
-#: src/components/auth/DateOfBirthField.tsx:87
-#: src/components/auth/DateOfBirthField.tsx:154
+#: src/components/auth/DateOfBirthField.tsx:151
#: src/components/auth/MockMinimalRegisterForm.tsx:68
msgid "Month"
msgstr "Month"
-#: src/components/modals/components/plutonium/PricingSection.tsx:71
+#: src/components/modals/components/plutonium/PricingSection.tsx:78
msgid "Monthly"
msgstr "Monthly"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:63
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:73
msgid "Monthly {monthlyPrice}"
msgstr "Monthly {monthlyPrice}"
#: src/components/accounts/AccountRow.tsx:178
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:863
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:895
#: src/components/channel/friends/FriendListItem.tsx:229
#: src/components/channel/MessageActionBar.tsx:647
#: src/components/channel/MessageActionBar.tsx:776
@@ -11936,7 +12013,7 @@ msgstr "More sticker slots"
msgid "Most popular"
msgstr "Most popular"
-#: src/components/channel/ChannelSearchResults.tsx:225
+#: src/components/channel/ChannelSearchResults.tsx:182
#: src/components/search/SortModeSheet.tsx:53
msgid "Most Relevant"
msgstr "Most Relevant"
@@ -12015,7 +12092,7 @@ msgstr "Multilingual Content"
msgid "Music Lovers"
msgstr "Music Lovers"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:850
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:882
#: src/components/bottomsheets/VoiceLobbyBottomSheet.tsx:179
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:253
#: src/components/layout/UserArea.tsx:213
@@ -12055,7 +12132,7 @@ msgstr "Mute channel"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:400
#: src/components/bottomsheets/ChannelBottomSheet.tsx:452
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1010
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1034
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:171
#: src/components/modals/GuildNotificationSettingsModal.tsx:295
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:168
@@ -12069,9 +12146,9 @@ msgstr "Mute Channel"
msgid "Mute Community"
msgstr "Mute Community"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1012
-#: src/components/bottomsheets/DMBottomSheet.tsx:449
-#: src/components/bottomsheets/DMBottomSheet.tsx:590
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1036
+#: src/components/bottomsheets/DMBottomSheet.tsx:451
+#: src/components/bottomsheets/DMBottomSheet.tsx:593
msgid "Mute Conversation"
msgstr "Mute Conversation"
@@ -12096,7 +12173,7 @@ msgstr "Mute Members"
msgid "Mute User"
msgstr "Mute User"
-#: src/components/layout/guild-list/GuildListItem.tsx:193
+#: src/components/layout/guild-list/GuildListItem.tsx:194
#: src/components/layout/VoiceStateIcons.tsx:53
#: src/components/voice/VoiceParticipantTile.tsx:897
#: src/utils/ContextMenuUtils.tsx:159
@@ -12105,7 +12182,7 @@ msgstr "Muted"
#. placeholder {0}: DateUtils.getFormattedDateTime(new Date(muteConfig.end_time))
#. placeholder {0}: getFormattedDateTime(new Date(muteConfig.end_time))
-#: src/components/layout/guild-list/GuildListItem.tsx:191
+#: src/components/layout/guild-list/GuildListItem.tsx:192
#: src/utils/ContextMenuUtils.tsx:157
msgid "Muted until {0}"
msgstr "Muted until {0}"
@@ -12253,7 +12330,7 @@ msgstr "Need an account?"
msgid "Neighborhood Watch"
msgstr "Neighborhood Watch"
-#: src/components/pages/ReportPage.tsx:330
+#: src/components/pages/report/optionDescriptors.ts:102
msgid "Netherlands"
msgstr "Netherlands"
@@ -12261,9 +12338,9 @@ msgstr "Netherlands"
msgid "Network"
msgstr "Network"
-#: src/components/modals/components/PlutoniumContent.tsx:145
-#: src/components/modals/components/PlutoniumContent.tsx:271
-#: src/components/modals/tabs/BetaCodesTab.tsx:295
+#: src/components/modals/components/PlutoniumContent.tsx:156
+#: src/components/modals/components/PlutoniumContent.tsx:288
+#: src/components/modals/tabs/BetaCodesTab.tsx:320
#: src/components/modals/tabs/DevicesTab.tsx:229
msgid "Network error"
msgstr "Network error"
@@ -12290,7 +12367,7 @@ msgstr "never expires"
#: src/components/channel/Divider.tsx:51
#: src/components/channel/Divider.tsx:60
#: src/components/channel/UnreadDividerSlot.tsx:45
-#: src/components/layout/GuildsLayout.tsx:285
+#: src/components/layout/GuildsLayout.tsx:283
msgid "New"
msgstr "New"
@@ -12311,7 +12388,7 @@ msgstr "New email"
msgid "New email form"
msgstr "New email form"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:902
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:934
msgid "New Group"
msgstr "New Group"
@@ -12334,7 +12411,7 @@ msgid "new-channel"
msgstr "new-channel"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:446
-#: src/components/channel/ChannelSearchResults.tsx:223
+#: src/components/channel/ChannelSearchResults.tsx:180
msgid "Newest"
msgstr "Newest"
@@ -12394,7 +12471,7 @@ msgstr "Nickname must not exceed 32 characters"
msgid "Nickname updated"
msgstr "Nickname updated"
-#: src/components/layout/GuildLayout.tsx:392
+#: src/components/layout/GuildLayout.tsx:397
msgid "No accessible channels"
msgstr "No accessible channels"
@@ -12431,7 +12508,7 @@ msgstr "No Banned Users"
msgid "No bans found matching your search."
msgstr "No bans found matching your search."
-#: src/components/modals/tabs/BetaCodesTab.tsx:365
+#: src/components/modals/tabs/BetaCodesTab.tsx:390
msgid "No beta codes yet"
msgstr "No beta codes yet"
@@ -12471,7 +12548,7 @@ msgstr "No channels available"
msgid "No channels found"
msgstr "No channels found"
-#: src/components/modals/tabs/BetaCodesTab.tsx:275
+#: src/components/modals/tabs/BetaCodesTab.tsx:279
msgid "No codes remaining. Resets {resetString}"
msgstr "No codes remaining. Resets {resetString}"
@@ -12484,7 +12561,7 @@ msgid "No community banner"
msgstr "No community banner"
#: src/components/auth/InviteHeader.tsx:156
-#: src/components/channel/InviteEmbed.tsx:215
+#: src/components/channel/InviteEmbed.tsx:217
#: src/components/modals/InviteAcceptModal.tsx:148
#: src/components/modals/tabs/ExpressionPacksTab.tsx:73
msgid "No description provided."
@@ -12516,7 +12593,7 @@ msgstr "No friends yet"
msgid "No GIFs found"
msgstr "No GIFs found"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:311
+#: src/components/modals/tabs/GiftInventoryTab.tsx:334
msgid "No gifts yet"
msgstr "No gifts yet"
@@ -12656,7 +12733,7 @@ msgid "No results"
msgstr "No results"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:315
-#: src/components/channel/ChannelSearchResults.tsx:709
+#: src/components/channel/ChannelSearchResults.tsx:678
msgid "No Results"
msgstr "No Results"
@@ -12717,7 +12794,7 @@ msgstr "No System Channel"
msgid "No Timer"
msgstr "No Timer"
-#: src/components/channel/dm/AddFriendForm.tsx:70
+#: src/components/channel/dm/AddFriendForm.tsx:93
msgid "No user found with that FluxerTag."
msgstr "No user found with that FluxerTag."
@@ -12797,7 +12874,7 @@ msgstr "Not Now"
msgid "Not your cup of tea? You can disable this feature anytime."
msgstr "Not your cup of tea? You can disable this feature anytime."
-#: src/components/modals/UserProfileMobileSheet.tsx:549
+#: src/components/modals/UserProfileMobileSheet.tsx:553
#: src/components/modals/UserProfileModal.tsx:244
#: src/components/modals/UserProfileModal.tsx:248
#: src/components/pages/YouPage.tsx:144
@@ -12813,7 +12890,7 @@ msgstr "Note (only visible to you)"
msgid "nothing"
msgstr "nothing"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1387
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1411
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:218
#: src/components/modals/GuildNotificationSettingsModal.tsx:95
#: src/components/modals/GuildNotificationSettingsModal.tsx:226
@@ -12835,8 +12912,8 @@ msgid "Notification Overrides"
msgstr "Notification Overrides"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:405
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1160
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1341
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1184
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1365
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:199
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsButton.tsx:59
#: src/components/modals/GuildNotificationSettingsModal.tsx:162
@@ -12904,17 +12981,17 @@ msgstr "NSFW content not allowed"
msgid "NSFW Gates"
msgstr "NSFW Gates"
-#: src/components/pages/ReportPage.tsx:266
+#: src/components/pages/report/optionDescriptors.ts:47
#: src/constants/IARConstants.tsx:52
msgid "NSFW Policy Violation"
msgstr "NSFW Policy Violation"
#. placeholder {0}: formatter.format(visionarySlots.total)
-#: src/components/modals/components/plutonium/VisionarySection.tsx:82
+#: src/components/modals/components/plutonium/VisionarySection.tsx:91
msgid "Numbered badge (1-{0}) showing your Visionary status"
msgstr "Numbered badge (1-{0}) showing your Visionary status"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:83
+#: src/components/modals/components/plutonium/VisionarySection.tsx:92
msgid "Numbered badge showing your Visionary status"
msgstr "Numbered badge showing your Visionary status"
@@ -12933,8 +13010,8 @@ msgstr "Objects"
msgid "Off"
msgstr "Off"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:281
-#: src/components/channel/ChannelMembers.tsx:137
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:287
+#: src/components/channel/ChannelMembers.tsx:108
#: src/Constants.tsx:134
#: src/utils/MemberListUtils.ts:150
#: src/utils/MemberListUtils.ts:188
@@ -12962,7 +13039,7 @@ msgid "Okay"
msgstr "Okay"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:446
-#: src/components/channel/ChannelSearchResults.tsx:224
+#: src/components/channel/ChannelSearchResults.tsx:181
msgid "Oldest"
msgstr "Oldest"
@@ -13020,25 +13097,25 @@ msgstr "One or more channels are being indexed"
msgid "one second ago"
msgstr "one second ago"
-#: src/components/modals/components/plutonium/GiftSection.tsx:71
-#: src/components/modals/components/plutonium/GiftSection.tsx:80
-#: src/components/modals/components/plutonium/PricingSection.tsx:103
-#: src/components/modals/components/plutonium/PricingSection.tsx:112
+#: src/components/modals/components/plutonium/GiftSection.tsx:78
+#: src/components/modals/components/plutonium/GiftSection.tsx:90
+#: src/components/modals/components/plutonium/PricingSection.tsx:118
+#: src/components/modals/components/plutonium/PricingSection.tsx:130
msgid "one-time purchase"
msgstr "one-time purchase"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:65
+#: src/components/modals/components/plutonium/VisionarySection.tsx:74
msgid "One-time purchase, lifetime access."
msgstr "One-time purchase, lifetime access."
-#: src/components/modals/components/plutonium/GiftSection.tsx:89
-#: src/components/modals/components/plutonium/PricingSection.tsx:90
-#: src/components/modals/components/plutonium/PricingSection.tsx:121
+#: src/components/modals/components/plutonium/GiftSection.tsx:102
+#: src/components/modals/components/plutonium/PricingSection.tsx:103
+#: src/components/modals/components/plutonium/PricingSection.tsx:142
msgid "one-time, lifetime"
msgstr "one-time, lifetime"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:281
-#: src/components/channel/ChannelMembers.tsx:135
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:285
+#: src/components/channel/ChannelMembers.tsx:106
#: src/components/channel/dm/DMFriendsView.tsx:168
#: src/components/channel/friends/views/FriendsList.tsx:95
#: src/Constants.tsx:130
@@ -13051,7 +13128,7 @@ msgstr "Online"
msgid "Online Status"
msgstr "Online Status"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1382
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1406
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:212
#: src/components/modals/GuildNotificationSettingsModal.tsx:91
#: src/components/modals/GuildNotificationSettingsModal.tsx:281
@@ -13120,11 +13197,11 @@ msgstr "Open Claim Account Modal"
msgid "Open color picker"
msgstr "Open color picker"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1398
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1422
msgid "Open Community Notification Settings"
msgstr "Open Community Notification Settings"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:286
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:322
msgid "Open Customer Portal"
msgstr "Open Customer Portal"
@@ -13293,7 +13370,7 @@ msgstr "Option Three"
msgid "Option Two"
msgstr "Option Two"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:89
+#: src/components/modals/components/plutonium/VisionarySection.tsx:98
msgid "Optional #0000 tag"
msgstr "Optional #0000 tag"
@@ -13309,7 +13386,7 @@ msgstr "OR"
msgid "Or copy the link:"
msgstr "Or copy the link:"
-#: src/components/modals/InviteModal.tsx:312
+#: src/components/modals/InviteModal.tsx:309
msgid "or send an invite link to a friend:"
msgstr "or send an invite link to a friend:"
@@ -13325,9 +13402,9 @@ msgstr "Original message failed to load"
msgid "Original message was deleted"
msgstr "Original message was deleted"
-#: src/components/pages/ReportPage.tsx:273
-#: src/components/pages/ReportPage.tsx:287
-#: src/components/pages/ReportPage.tsx:303
+#: src/components/pages/report/optionDescriptors.ts:54
+#: src/components/pages/report/optionDescriptors.ts:65
+#: src/components/pages/report/optionDescriptors.ts:78
#: src/constants/IARConstants.tsx:87
#: src/constants/IARConstants.tsx:139
#: src/constants/IARConstants.tsx:195
@@ -13463,8 +13540,8 @@ msgstr "Passkeys require a signed macOS bundle with a valid application identifi
#: src/components/auth/AuthLoginCore/AuthLoginEmailPasswordForm.tsx:90
#: src/components/auth/AuthRegisterFormCore.tsx:136
#: src/components/auth/AuthRegisterFormCore.tsx:217
-#: src/components/modals/ClaimAccountModal.tsx:168
-#: src/components/modals/ClaimAccountModal.tsx:208
+#: src/components/modals/ClaimAccountModal.tsx:170
+#: src/components/modals/ClaimAccountModal.tsx:210
#: src/components/modals/SudoVerificationModal.tsx:171
#: src/components/modals/SudoVerificationModal.tsx:236
#: src/components/modals/tabs/AccountSecurityTab/AccountTab.tsx:105
@@ -13546,11 +13623,11 @@ msgstr "People who are friends with your friends can add you to group chats"
msgid "People who are friends with your friends can call you"
msgstr "People who are friends with your friends can call you"
-#: src/components/modals/components/plutonium/PricingSection.tsx:73
+#: src/components/modals/components/plutonium/PricingSection.tsx:80
msgid "per month"
msgstr "per month"
-#: src/components/modals/components/plutonium/PricingSection.tsx:80
+#: src/components/modals/components/plutonium/PricingSection.tsx:90
msgid "per year"
msgstr "per year"
@@ -13588,8 +13665,8 @@ msgstr "Permissions granted"
msgid "Personal notes"
msgstr "Personal notes"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:479
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:778
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:493
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:810
#: src/components/channel/channel-header/useChannelHeaderData.ts:84
#: src/components/channel/dm/DMList.tsx:708
#: src/components/channel/dm/DMList.tsx:795
@@ -13662,16 +13739,16 @@ msgid "Pick which phone step to show"
msgstr "Pick which phone step to show"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:336
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1132
-#: src/components/bottomsheets/DMBottomSheet.tsx:483
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1156
+#: src/components/bottomsheets/DMBottomSheet.tsx:485
#: src/components/channel/dm/DMList.tsx:287
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:153
msgid "Pin DM"
msgstr "Pin DM"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:295
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1132
-#: src/components/bottomsheets/DMBottomSheet.tsx:483
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1156
+#: src/components/bottomsheets/DMBottomSheet.tsx:485
#: src/components/channel/dm/DMList.tsx:248
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:133
msgid "Pin Group DM"
@@ -13714,20 +13791,20 @@ msgid "Ping: {latency}ms"
msgstr "Ping: {latency}ms"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:219
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:566
-#: src/components/bottomsheets/DMBottomSheet.tsx:147
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:580
+#: src/components/bottomsheets/DMBottomSheet.tsx:149
#: src/components/channel/dm/DMList.tsx:214
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:115
msgid "Pinned DM"
msgstr "Pinned DM"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:219
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:566
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:580
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:95
msgid "Pinned group"
msgstr "Pinned group"
-#: src/components/bottomsheets/DMBottomSheet.tsx:147
+#: src/components/bottomsheets/DMBottomSheet.tsx:149
msgid "Pinned group DM"
msgstr "Pinned group DM"
@@ -13742,7 +13819,7 @@ msgstr "Pinned Messages"
msgid "pinned:"
msgstr "pinned:"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:886
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:918
msgid "Pins"
msgstr "Pins"
@@ -13789,15 +13866,15 @@ msgstr "Please check your inbox for a verification email."
msgid "Please enable Fluxer in System Settings → Privacy & Security → Input Monitoring."
msgstr "Please enable Fluxer in System Settings → Privacy & Security → Input Monitoring."
-#: src/components/pages/ReportPage.tsx:396
+#: src/components/pages/ReportPage.tsx:211
msgid "Please enter a valid email address."
msgstr "Please enter a valid email address."
-#: src/components/channel/dm/AddFriendForm.tsx:74
+#: src/components/channel/dm/AddFriendForm.tsx:97
msgid "Please enter a valid FluxerTag (Username#0000)."
msgstr "Please enter a valid FluxerTag (Username#0000)."
-#: src/components/pages/ReportPage.tsx:509
+#: src/components/pages/ReportPage.tsx:336
msgid "Please enter a valid message link URL."
msgstr "Please enter a valid message link URL."
@@ -13809,26 +13886,22 @@ msgstr "Please enter an API endpoint."
msgid "Please fill out the following fields: {fieldList}"
msgstr "Please fill out the following fields: {fieldList}"
-#: src/components/pages/ReportPage.tsx:436
+#: src/components/pages/ReportPage.tsx:261
msgid "Please go back and enter a valid email address."
msgstr "Please go back and enter a valid email address."
-#: src/components/pages/ReportPage.tsx:542
+#: src/components/pages/ReportPage.tsx:369
msgid "Please include the community (guild) ID you are reporting."
msgstr "Please include the community (guild) ID you are reporting."
-#: src/components/pages/ReportPage.tsx:504
+#: src/components/pages/ReportPage.tsx:331
msgid "Please paste the message link you are reporting."
msgstr "Please paste the message link you are reporting."
-#: src/components/pages/ReportPage.tsx:391
+#: src/components/pages/ReportPage.tsx:206
msgid "Please provide an email address."
msgstr "Please provide an email address."
-#: src/components/pages/ReportPage.tsx:801
-msgid "Please provide the details of your report."
-msgstr "Please provide the details of your report."
-
#: src/components/modals/tabs/ApplicationsTab/ApplicationDetail.tsx:555
msgid "Please retry or go back to the applications list."
msgstr "Please retry or go back to the applications list."
@@ -13837,7 +13910,7 @@ msgstr "Please retry or go back to the applications list."
msgid "Please select a violation category"
msgstr "Please select a violation category"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:297
+#: src/components/modals/tabs/GiftInventoryTab.tsx:320
msgid "Please try again later."
msgstr "Please try again later."
@@ -13878,7 +13951,7 @@ msgstr "Plutonium Badge Privacy"
msgid "Plutonium perks"
msgstr "Plutonium perks"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:110
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:129
msgid "Plutonium Subscription"
msgstr "Plutonium Subscription"
@@ -13886,7 +13959,7 @@ msgstr "Plutonium Subscription"
msgid "PNG"
msgstr "PNG"
-#: src/components/pages/ReportPage.tsx:331
+#: src/components/pages/report/optionDescriptors.ts:103
msgid "Poland"
msgstr "Poland"
@@ -13903,7 +13976,7 @@ msgstr "poll"
msgid "Popouts"
msgstr "Popouts"
-#: src/components/pages/ReportPage.tsx:332
+#: src/components/pages/report/optionDescriptors.ts:104
msgid "Portugal"
msgstr "Portugal"
@@ -13943,11 +14016,11 @@ msgstr "Premium Type Override"
msgid "Press keys..."
msgstr "Press keys..."
-#: src/components/channel/MessageReactions.tsx:121
+#: src/components/channel/MessageReactions.tsx:120
msgid "press to add reaction"
msgstr "press to add reaction"
-#: src/components/channel/MessageReactions.tsx:121
+#: src/components/channel/MessageReactions.tsx:120
msgid "press to remove reaction"
msgstr "press to remove reaction"
@@ -14143,15 +14216,15 @@ msgstr "Protect your account with two-factor authentication and passkeys"
msgid "Provide any additional context that may help our Safety Team..."
msgstr "Provide any additional context that may help our Safety Team..."
-#: src/components/pages/ReportPage.tsx:882
+#: src/components/pages/report/ReportStepDetails.tsx:156
msgid "Provide at least a user ID or a user tag."
msgstr "Provide at least a user ID or a user tag."
-#: src/components/pages/ReportPage.tsx:527
+#: src/components/pages/ReportPage.tsx:354
msgid "Provide either a user ID or a FluxerTag for the person you are reporting."
msgstr "Provide either a user ID or a FluxerTag for the person you are reporting."
-#: src/components/pages/ReportPage.tsx:478
+#: src/components/pages/ReportPage.tsx:305
msgid "Provide your full legal name for the declaration."
msgstr "Provide your full legal name for the declaration."
@@ -14163,7 +14236,7 @@ msgstr "Pruned members inactive for {dayCount, plural, one {<0># day0>} other
msgid "Public bot"
msgstr "Public bot"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:312
+#: src/components/modals/tabs/GiftInventoryTab.tsx:335
msgid "Purchase a Plutonium gift from the Plutonium tab to share with friends!"
msgstr "Purchase a Plutonium gift from the Plutonium tab to share with friends!"
@@ -14171,12 +14244,12 @@ msgstr "Purchase a Plutonium gift from the Plutonium tab to share with friends!"
msgid "Purchase History"
msgstr "Purchase History"
-#: src/components/modals/components/plutonium/PricingSection.tsx:61
+#: src/components/modals/components/plutonium/PricingSection.tsx:67
msgid "Purchase mode"
msgstr "Purchase mode"
#. placeholder {0}: getFormattedShortDate(new Date(gift.created_at))
-#: src/components/modals/tabs/GiftInventoryTab.tsx:119
+#: src/components/modals/tabs/GiftInventoryTab.tsx:120
msgid "Purchased {0}"
msgstr "Purchased {0}"
@@ -14275,7 +14348,7 @@ msgstr "Radio buttons allow selecting one option from a group."
msgid "Radio Group"
msgstr "Radio Group"
-#: src/components/pages/ReportPage.tsx:300
+#: src/components/pages/report/optionDescriptors.ts:75
#: src/constants/IARConstants.tsx:180
msgid "Raid Coordination"
msgstr "Raid Coordination"
@@ -14310,7 +14383,7 @@ msgid "Reactions"
msgstr "Reactions"
#: src/components/layout/app-layout/nagbars/PremiumExpiredNagbar.tsx:77
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:284
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:320
msgid "Reactivate"
msgstr "Reactivate"
@@ -14323,15 +14396,15 @@ msgstr "Read Message History"
msgid "Read the community's audit log of changes and moderation actions."
msgstr "Read the community's audit log of changes and moderation actions."
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:146
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:160
msgid "Read the Documentation (fluxer.dev)"
msgstr "Read the Documentation (fluxer.dev)"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:52
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:60
msgid "Ready to Buy a Gift?"
msgstr "Ready to Buy a Gift?"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:52
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:60
msgid "Ready to Upgrade?"
msgstr "Ready to Upgrade?"
@@ -14388,11 +14461,11 @@ msgstr "Reconnecting…"
msgid "Record shortcut"
msgstr "Record shortcut"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:269
+#: src/components/modals/tabs/GiftInventoryTab.tsx:292
msgid "Redeem"
msgstr "Redeem"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:232
+#: src/components/modals/tabs/GiftInventoryTab.tsx:255
msgid "Redeem a Gift"
msgstr "Redeem a Gift"
@@ -14400,40 +14473,40 @@ msgstr "Redeem a Gift"
msgid "Redeem Beta Code"
msgstr "Redeem Beta Code"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:165
+#: src/components/modals/tabs/GiftInventoryTab.tsx:166
msgid "Redeem for Yourself"
msgstr "Redeem for Yourself"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:255
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:281
msgid "Redeem Gift Code"
msgstr "Redeem Gift Code"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:238
+#: src/components/modals/tabs/GiftInventoryTab.tsx:261
msgid "Redeem gift code form"
msgstr "Redeem gift code form"
#. placeholder {0}: redeemedBetaCodes.length
-#: src/components/modals/tabs/BetaCodesTab.tsx:349
+#: src/components/modals/tabs/BetaCodesTab.tsx:374
msgid "Redeemed ({0})"
msgstr "Redeemed ({0})"
#. placeholder {0}: getFormattedShortDate(new Date(gift.redeemed_at!))
-#: src/components/modals/tabs/GiftInventoryTab.tsx:117
+#: src/components/modals/tabs/GiftInventoryTab.tsx:118
msgid "Redeemed {0}"
msgstr "Redeemed {0}"
#. placeholder {0}: gift.redeemed_by.username
#. placeholder {1}: gift.redeemed_by.discriminator
-#: src/components/modals/tabs/GiftInventoryTab.tsx:153
+#: src/components/modals/tabs/GiftInventoryTab.tsx:154
msgid "Redeemed by {0}#{1}"
msgstr "Redeemed by {0}#{1}"
-#: src/components/modals/tabs/BetaCodesTab.tsx:54
+#: src/components/modals/tabs/BetaCodesTab.tsx:56
msgid "Redeemer"
msgstr "Redeemer"
-#: src/components/modals/tabs/BetaCodesTab.tsx:111
-#: src/components/modals/tabs/BetaCodesTab.tsx:188
+#: src/components/modals/tabs/BetaCodesTab.tsx:113
+#: src/components/modals/tabs/BetaCodesTab.tsx:190
msgid "Redeemer:"
msgstr "Redeemer:"
@@ -14526,7 +14599,7 @@ msgstr "Regular Button"
msgid "Regular button clicked!"
msgstr "Regular button clicked!"
-#: src/components/channel/channel-view/DMChannelView.tsx:298
+#: src/components/channel/channel-view/DMChannelView.tsx:299
#: src/components/voice/IncomingCallUI.tsx:310
msgid "Reject"
msgstr "Reject"
@@ -14624,19 +14697,19 @@ msgstr "Remove entrance sound"
msgid "Remove filter"
msgstr "Remove filter"
-#: src/components/bottomsheets/DMBottomSheet.tsx:508
-#: src/components/channel/dm/DMWelcomeSection.tsx:132
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:144
+#: src/components/bottomsheets/DMBottomSheet.tsx:510
+#: src/components/channel/dm/DMWelcomeSection.tsx:144
#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:146
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:253
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:148
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:255
#: src/components/modals/UserProfileActionsSheet.tsx:115
#: src/components/modals/UserProfileActionsSheet.tsx:117
#: src/components/modals/UserProfileActionsSheet.tsx:278
-#: src/components/modals/UserProfileMobileSheet.tsx:302
-#: src/components/modals/UserProfileMobileSheet.tsx:304
+#: src/components/modals/UserProfileMobileSheet.tsx:303
+#: src/components/modals/UserProfileMobileSheet.tsx:305
#: src/components/modals/UserProfileModal.tsx:1143
-#: src/components/modals/UserProfileModal.tsx:1228
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:108
+#: src/components/modals/UserProfileModal.tsx:1229
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:129
#: src/utils/RelationshipActionUtils.tsx:113
#: src/utils/RelationshipActionUtils.tsx:115
msgid "Remove Friend"
@@ -14654,8 +14727,8 @@ msgid "Remove from favorites"
msgstr "Remove from favorites"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:370
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1103
-#: src/components/bottomsheets/DMBottomSheet.tsx:400
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1127
+#: src/components/bottomsheets/DMBottomSheet.tsx:402
#: src/components/channel/ChannelHeader.tsx:547
#: src/components/channel/ChannelHeader.tsx:595
#: src/components/channel/ChannelHeader.tsx:600
@@ -14720,7 +14793,7 @@ msgstr "Remove Spoiler"
msgid "Remove sticker"
msgstr "Remove sticker"
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:285
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:288
#: src/components/modals/RemoveTimeoutModal.tsx:61
#: src/components/modals/RemoveTimeoutModal.tsx:75
#: src/components/modals/TimeoutMemberSheet.tsx:101
@@ -14763,11 +14836,11 @@ msgid "Removed from bookmarks"
msgstr "Removed from bookmarks"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:115
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:541
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:555
msgid "Removed from favorites"
msgstr "Removed from favorites"
-#: src/components/bottomsheets/DMBottomSheet.tsx:126
+#: src/components/bottomsheets/DMBottomSheet.tsx:128
msgid "Removed from Favorites"
msgstr "Removed from Favorites"
@@ -14891,7 +14964,7 @@ msgstr "Renamed the community to {0}."
msgid "Render all your messages as unknown message type"
msgstr "Render all your messages as unknown message type"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:234
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:253
msgid "Renews on <0>{renewalDate}0>."
msgstr "Renews on <0>{renewalDate}0>."
@@ -14932,15 +15005,15 @@ msgstr "Reply"
msgid "Replying to <0>{authorNickname}0>"
msgstr "Replying to <0>{authorNickname}0>"
-#: src/components/pages/ReportPage.tsx:249
+#: src/components/pages/report/optionDescriptors.ts:38
msgid "Report a Community"
msgstr "Report a Community"
-#: src/components/pages/ReportPage.tsx:247
+#: src/components/pages/report/optionDescriptors.ts:36
msgid "Report a Message"
msgstr "Report a Message"
-#: src/components/pages/ReportPage.tsx:248
+#: src/components/pages/report/optionDescriptors.ts:37
msgid "Report a User Profile"
msgstr "Report a User Profile"
@@ -14949,12 +15022,12 @@ msgstr "Report a User Profile"
msgid "Report Community"
msgstr "Report Community"
-#: src/components/pages/ReportPage.tsx:801
-msgid "Report Details"
-msgstr "Report Details"
+#: src/components/pages/report/ReportStepDetails.tsx:74
+msgid "Report details"
+msgstr "Report details"
-#: src/components/pages/ReportPage.tsx:241
-#: src/components/pages/ReportPage.tsx:612
+#: src/components/pages/report/ReportStepSelection.tsx:41
+#: src/components/pages/ReportPage.tsx:60
msgid "Report Illegal Content"
msgstr "Report Illegal Content"
@@ -14963,33 +15036,24 @@ msgstr "Report Illegal Content"
msgid "Report Message"
msgstr "Report Message"
-#: src/components/pages/ReportPage.tsx:588
-msgid "Report Submitted"
-msgstr "Report Submitted"
+#: src/components/pages/report/ReportStepComplete.tsx:36
+msgid "Report submitted"
+msgstr "Report submitted"
#: src/components/modals/IARModal.tsx:128
msgid "Report submitted successfully. Our Safety Team will review it shortly."
msgstr "Report submitted successfully. Our Safety Team will review it shortly."
-#: src/components/pages/ReportPage.tsx:624
-msgid "Report Type"
-msgstr "Report Type"
-
#: src/components/modals/IARModal.tsx:84
#: src/components/modals/UserProfileActionsSheet.tsx:289
#: src/components/modals/UserProfileModal.tsx:1157
msgid "Report User"
msgstr "Report User"
-#: src/components/pages/ReportPage.tsx:852
+#: src/components/pages/report/ReportStepDetails.tsx:123
msgid "Reported User Tag (optional)"
msgstr "Reported User Tag (optional)"
-#: src/components/pages/ReportPage.tsx:644
-#: src/components/pages/ReportPage.tsx:804
-msgid "Reporting:"
-msgstr "Reporting:"
-
#: src/components/modals/tabs/PrivacySafetyTab/DataExportTab.tsx:48
#: src/components/modals/tabs/PrivacySafetyTab/DataExportTab.tsx:125
msgid "Request Data Export"
@@ -15050,7 +15114,7 @@ msgstr "Requires Plutonium"
msgid "Reschedule Message"
msgstr "Reschedule Message"
-#: src/components/modals/ClaimAccountModal.tsx:222
+#: src/components/modals/ClaimAccountModal.tsx:224
#: src/components/modals/EmailChangeModal.tsx:230
#: src/components/modals/EmailChangeModal.tsx:294
msgid "Resend"
@@ -15064,7 +15128,11 @@ msgstr "Resend ({newSecondsRemaining}s)"
msgid "Resend ({originalSecondsRemaining}s)"
msgstr "Resend ({originalSecondsRemaining}s)"
-#: src/components/modals/ClaimAccountModal.tsx:222
+#: src/components/pages/report/ReportStepVerification.tsx:114
+msgid "Resend ({resendCooldownSeconds}s)"
+msgstr "Resend ({resendCooldownSeconds}s)"
+
+#: src/components/modals/ClaimAccountModal.tsx:224
msgid "Resend ({resendSecondsRemaining}s)"
msgstr "Resend ({resendSecondsRemaining}s)"
@@ -15072,7 +15140,7 @@ msgstr "Resend ({resendSecondsRemaining}s)"
msgid "Resend Button Loading"
msgstr "Resend Button Loading"
-#: src/components/pages/ReportPage.tsx:761
+#: src/components/pages/report/ReportStepVerification.tsx:116
msgid "Resend code"
msgstr "Resend code"
@@ -15097,7 +15165,7 @@ msgid "Resent"
msgstr "Resent"
#: src/components/keybinds/KeybindRecorder.tsx:215
-#: src/components/modals/components/MobileSettingsView.tsx:128
+#: src/components/modals/components/MobileSettingsView.tsx:123
#: src/components/modals/components/SettingsModalHeader.tsx:81
#: src/components/modals/ImageCropModal.tsx:977
#: src/components/modals/tabs/KeybindsTab.tsx:154
@@ -15173,8 +15241,8 @@ msgstr "Restore fullscreen"
msgid "Restore maximized"
msgstr "Restore maximized"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:280
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:282
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:316
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:318
msgid "Resubscribe"
msgstr "Resubscribe"
@@ -15189,11 +15257,11 @@ msgstr "Resubscribe"
#: src/components/modals/guildTabs/GuildStickersTab.tsx:211
#: src/components/modals/guildTabs/GuildWebhooksTab.tsx:137
#: src/components/modals/tabs/ApplicationsTab/ApplicationDetail.tsx:559
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:108
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:112
#: src/components/modals/tabs/AuthorizedAppsTab.tsx:121
-#: src/components/modals/tabs/BetaCodesTab.tsx:301
+#: src/components/modals/tabs/BetaCodesTab.tsx:326
#: src/components/modals/tabs/DevicesTab.tsx:231
-#: src/components/modals/tabs/GiftInventoryTab.tsx:300
+#: src/components/modals/tabs/GiftInventoryTab.tsx:323
msgid "Retry"
msgstr "Retry"
@@ -15244,8 +15312,8 @@ msgstr "Review what this app is asking for before you continue."
#: src/components/invites/InviteListItem.tsx:217
#: src/components/modals/GroupInvitesBottomSheet.tsx:78
#: src/components/modals/GroupInvitesModal.tsx:76
-#: src/components/modals/tabs/BetaCodesTab.tsx:143
-#: src/components/modals/tabs/BetaCodesTab.tsx:220
+#: src/components/modals/tabs/BetaCodesTab.tsx:145
+#: src/components/modals/tabs/BetaCodesTab.tsx:222
msgid "Revoke"
msgstr "Revoke"
@@ -15369,7 +15437,7 @@ msgstr "Roles & Permissions"
msgid "Roles updated successfully"
msgstr "Roles updated successfully"
-#: src/components/pages/ReportPage.tsx:333
+#: src/components/pages/report/optionDescriptors.ts:105
msgid "Romania"
msgstr "Romania"
@@ -15423,7 +15491,7 @@ msgstr "Saturation"
#: src/components/modals/AddFavoriteMemeModal.tsx:102
#: src/components/modals/AttachmentEditModal.tsx:90
#: src/components/modals/BaseChangeNicknameModal.tsx:115
-#: src/components/modals/components/MobileSettingsView.tsx:131
+#: src/components/modals/components/MobileSettingsView.tsx:126
#: src/components/modals/CustomStatusBottomSheet.tsx:231
#: src/components/modals/CustomStatusModal.tsx:362
#: src/components/modals/EditFavoriteMemeModal.tsx:88
@@ -15438,9 +15506,9 @@ msgstr "Saturation"
msgid "Save"
msgstr "Save"
-#: src/components/modals/components/plutonium/GiftSection.tsx:72
-#: src/components/modals/components/plutonium/PricingSection.tsx:81
-#: src/components/modals/components/plutonium/PricingSection.tsx:104
+#: src/components/modals/components/plutonium/GiftSection.tsx:79
+#: src/components/modals/components/plutonium/PricingSection.tsx:91
+#: src/components/modals/components/plutonium/PricingSection.tsx:119
msgid "Save 17%"
msgstr "Save 17%"
@@ -15600,8 +15668,8 @@ msgstr "Scroll Chat Down"
msgid "Scroll Chat Up"
msgstr "Scroll Chat Up"
-#: src/components/modals/components/plutonium/GiftSection.tsx:103
-#: src/components/modals/components/plutonium/PricingSection.tsx:138
+#: src/components/modals/components/plutonium/GiftSection.tsx:117
+#: src/components/modals/components/plutonium/PricingSection.tsx:160
msgid "Scroll down to view all the sweet perks you get with Plutonium"
msgstr "Scroll down to view all the sweet perks you get with Plutonium"
@@ -15613,11 +15681,11 @@ msgstr "Scroll the chat history down"
msgid "Scroll the chat history up"
msgstr "Scroll the chat history up"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:857
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:889
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:400
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:460
#: src/components/channel/ChannelHeader.tsx:586
-#: src/components/channel/shared/PickerSearchInput.tsx:204
+#: src/components/channel/shared/PickerSearchInput.tsx:203
#: src/components/modals/tabs/ComponentGalleryTab/InputsTab.tsx:126
#: src/stores/KeybindStore.ts:414
#: src/utils/quick-switcher/QuickSwitcherModalUtils.tsx:86
@@ -15674,7 +15742,7 @@ msgstr "Search for channels, people, or communities"
#: src/components/common/FriendSelector.tsx:196
#: src/components/modals/AddFriendsToGroupModal.tsx:53
#: src/components/modals/CreateDMModal.tsx:68
-#: src/components/modals/InviteModal.tsx:237
+#: src/components/modals/InviteModal.tsx:248
#: src/components/modals/shared/RecipientList.tsx:177
#: src/components/modals/ShareThemeModal.tsx:144
msgid "Search friends"
@@ -15718,7 +15786,7 @@ msgstr "Search pending requests"
msgid "Search Permissions..."
msgstr "Search Permissions..."
-#: src/components/channel/ChannelSearchResults.tsx:321
+#: src/components/channel/ChannelSearchResults.tsx:278
#: src/components/modals/components/DesktopSettingsView.tsx:360
msgid "Search Results"
msgstr "Search Results"
@@ -15737,7 +15805,7 @@ msgid "Search scope"
msgstr "Search scope"
#. placeholder {0}: activeScopeOption.label
-#: src/components/channel/ChannelSearchResults.tsx:1052
+#: src/components/channel/ChannelSearchResults.tsx:1031
#: src/components/channel/MessageSearchBar/MessageSearchBar.tsx:378
msgid "Search scope: {0}"
msgstr "Search scope: {0}"
@@ -15767,7 +15835,7 @@ msgstr "Search users"
msgid "Search within the current view"
msgstr "Search within the current view"
-#: src/components/channel/ChannelSearchResults.tsx:319
+#: src/components/channel/ChannelSearchResults.tsx:276
msgid "Searching..."
msgstr "Searching..."
@@ -15848,9 +15916,9 @@ msgstr "See how your invite looks to visitors."
msgid "Select"
msgstr "Select"
-#: src/components/pages/ReportPage.tsx:261
-#: src/components/pages/ReportPage.tsx:280
-#: src/components/pages/ReportPage.tsx:294
+#: src/components/pages/report/optionDescriptors.ts:42
+#: src/components/pages/report/optionDescriptors.ts:58
+#: src/components/pages/report/optionDescriptors.ts:69
msgid "Select a category"
msgstr "Select a category"
@@ -15871,7 +15939,7 @@ msgstr "Select a Community"
msgid "Select a community where you have <0>Manage Community0> permissions."
msgstr "Select a community where you have <0>Manage Community0> permissions."
-#: src/components/pages/ReportPage.tsx:310
+#: src/components/pages/report/optionDescriptors.ts:82
msgid "Select a country"
msgstr "Select a country"
@@ -15887,7 +15955,7 @@ msgstr "Select a scenario to apply..."
msgid "Select a verification method."
msgstr "Select a verification method."
-#: src/components/pages/ReportPage.tsx:473
+#: src/components/pages/ReportPage.tsx:300
msgid "Select a violation category."
msgstr "Select a violation category."
@@ -15958,11 +16026,15 @@ msgstr "Select screen or window"
msgid "Select the account you want to sign in with on the desktop app."
msgstr "Select the account you want to sign in with on the desktop app."
+#: src/components/pages/report/ReportStepSelection.tsx:44
+msgid "Select what you want to report."
+msgstr "Select what you want to report."
+
#: src/components/modals/utils/settingsSearchIndex.ts:460
msgid "Select your camera"
msgstr "Select your camera"
-#: src/components/pages/ReportPage.tsx:483
+#: src/components/pages/ReportPage.tsx:310
msgid "Select your country of residence."
msgstr "Select your country of residence."
@@ -15986,7 +16058,7 @@ msgstr "Select..."
msgid "Selections"
msgstr "Selections"
-#: src/components/pages/ReportPage.tsx:269
+#: src/components/pages/report/optionDescriptors.ts:50
#: src/constants/IARConstants.tsx:67
msgid "Self-Harm or Suicide"
msgstr "Self-Harm or Suicide"
@@ -16035,7 +16107,7 @@ msgstr "Send an action message (wraps in italics)."
msgid "Send an SMS code first."
msgstr "Send an SMS code first."
-#: src/components/modals/ClaimAccountModal.tsx:182
+#: src/components/modals/ClaimAccountModal.tsx:184
#: src/components/modals/EmailChangeModal.tsx:265
#: src/components/modals/PhoneAddModal.tsx:206
msgid "Send code"
@@ -16045,9 +16117,9 @@ msgstr "Send code"
msgid "Send Code"
msgstr "Send Code"
-#: src/components/channel/dm/DMWelcomeSection.tsx:109
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:269
-#: src/components/modals/UserProfileModal.tsx:1288
+#: src/components/channel/dm/DMWelcomeSection.tsx:112
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:272
+#: src/components/modals/UserProfileModal.tsx:1290
msgid "Send Friend Request"
msgstr "Send Friend Request"
@@ -16073,7 +16145,7 @@ msgstr "Send messages"
msgid "Send Messages"
msgstr "Send Messages"
-#: src/components/channel/dm/AddFriendForm.tsx:119
+#: src/components/channel/dm/AddFriendForm.tsx:142
msgid "Send Request"
msgstr "Send Request"
@@ -16097,11 +16169,11 @@ msgstr "Send text-to-speech messages."
msgid "Send TTS Messages"
msgstr "Send TTS Messages"
-#: src/components/pages/ReportPage.tsx:676
+#: src/components/pages/report/ReportStepEmail.tsx:92
msgid "Send Verification Code"
msgstr "Send Verification Code"
-#: src/components/modals/InviteModal.tsx:258
+#: src/components/modals/InviteModal.tsx:268
#: src/components/modals/shared/RecipientList.tsx:223
#: src/components/modals/ShareThemeModal.tsx:162
msgid "Sent"
@@ -16128,7 +16200,7 @@ msgstr "Session expired. Please log in again."
msgid "Set a custom invite URL for your community."
msgstr "Set a custom invite URL for your community."
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:401
+#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:361
#: src/components/modals/StatusChangeBottomSheet.tsx:171
#: src/components/popouts/UserAreaPopout.tsx:444
msgid "Set a custom status"
@@ -16336,7 +16408,7 @@ msgid "Set your timezone"
msgstr "Set your timezone"
#: src/components/bottomsheets/VoiceLobbyBottomSheet.tsx:220
-#: src/components/modals/components/MobileSettingsView.tsx:531
+#: src/components/modals/components/MobileSettingsView.tsx:485
#: src/components/modals/tabs/ComponentGalleryTab/ButtonsTab.tsx:150
#: src/components/modals/tabs/ComponentGalleryTab/ButtonsTab.tsx:221
#: src/components/modals/tabs/ComponentGalleryTab/index.tsx:94
@@ -16383,7 +16455,11 @@ msgstr "Share action!"
msgid "Share Audio"
msgstr "Share Audio"
-#: src/components/modals/components/plutonium/GiftSection.tsx:63
+#: src/components/pages/report/ReportStepDetails.tsx:77
+msgid "Share only what's needed to help our team assess the content."
+msgstr "Share only what's needed to help our team assess the content."
+
+#: src/components/modals/components/plutonium/GiftSection.tsx:69
msgid "Share the Plutonium experience with your friends by purchasing a gift subscription."
msgstr "Share the Plutonium experience with your friends by purchasing a gift subscription."
@@ -16417,7 +16493,7 @@ msgstr "Share Your Theme"
msgid "Shared theme"
msgstr "Shared theme"
-#: src/components/pages/ReportPage.tsx:268
+#: src/components/pages/report/optionDescriptors.ts:49
#: src/constants/IARConstants.tsx:62
msgid "Sharing Personal Information"
msgstr "Sharing Personal Information"
@@ -16797,11 +16873,11 @@ msgstr "Slider with Step Values"
msgid "Sliders"
msgstr "Sliders"
-#: src/components/pages/ReportPage.tsx:334
+#: src/components/pages/report/optionDescriptors.ts:106
msgid "Slovakia"
msgstr "Slovakia"
-#: src/components/pages/ReportPage.tsx:335
+#: src/components/pages/report/optionDescriptors.ts:107
msgid "Slovenia"
msgstr "Slovenia"
@@ -16952,7 +17028,8 @@ msgstr "Something went wrong and the app crashed. Try reloading or resetting the
msgid "Something went wrong while loading the audit log."
msgstr "Something went wrong while loading the audit log."
-#: src/components/pages/ReportPage.tsx:563
+#: src/components/pages/ReportPage.tsx:103
+#: src/components/pages/ReportPage.tsx:395
msgid "Something went wrong while submitting the report. Please try again."
msgstr "Something went wrong while submitting the report. Please try again."
@@ -16969,7 +17046,7 @@ msgid "Sort"
msgstr "Sort"
#. placeholder {0}: activeSortOption.label
-#: src/components/channel/ChannelSearchResults.tsx:1063
+#: src/components/channel/ChannelSearchResults.tsx:1042
msgid "Sort mode: {0}"
msgstr "Sort mode: {0}"
@@ -17008,21 +17085,21 @@ msgstr "Space between message groups"
msgid "Spacious layout with clear visual separation between messages."
msgstr "Spacious layout with clear visual separation between messages."
-#: src/components/pages/ReportPage.tsx:336
+#: src/components/pages/report/optionDescriptors.ts:108
msgid "Spain"
msgstr "Spain"
-#: src/components/pages/ReportPage.tsx:283
+#: src/components/pages/report/optionDescriptors.ts:61
#: src/constants/IARConstants.tsx:119
msgid "Spam Account"
msgstr "Spam Account"
-#: src/components/pages/ReportPage.tsx:265
+#: src/components/pages/report/optionDescriptors.ts:46
#: src/constants/IARConstants.tsx:47
msgid "Spam or Scam"
msgstr "Spam or Scam"
-#: src/components/pages/ReportPage.tsx:301
+#: src/components/pages/report/optionDescriptors.ts:76
#: src/constants/IARConstants.tsx:185
msgid "Spam or Scam Community"
msgstr "Spam or Scam Community"
@@ -17141,9 +17218,9 @@ msgstr "Start curating a custom emoji pack that you can share and install."
msgid "Start Mic Test"
msgstr "Start Mic Test"
-#: src/components/pages/ReportPage.tsx:687
-#: src/components/pages/ReportPage.tsx:771
-#: src/components/pages/ReportPage.tsx:964
+#: src/components/pages/report/ReportStepDetails.tsx:252
+#: src/components/pages/report/ReportStepEmail.tsx:103
+#: src/components/pages/report/ReportStepVerification.tsx:132
msgid "Start over"
msgstr "Start over"
@@ -17151,13 +17228,13 @@ msgstr "Start over"
msgid "Start Sharing"
msgstr "Start Sharing"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:122
+#: src/components/channel/ChannelHeader/CallButtons.tsx:160
#: src/components/modals/UserProfileModal.tsx:1109
#: src/components/uikit/ContextMenu/items/CallMenuItems.tsx:91
msgid "Start Video Call"
msgstr "Start Video Call"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:70
+#: src/components/channel/ChannelHeader/CallButtons.tsx:90
#: src/components/modals/UserProfileModal.tsx:1100
#: src/components/uikit/ContextMenu/items/CallMenuItems.tsx:60
msgid "Start Voice Call"
@@ -17182,9 +17259,21 @@ msgstr "Status Indicators"
msgid "Status Slate"
msgstr "Status Slate"
-#: src/components/pages/ReportPage.tsx:574
-msgid "Step {stepNumber} of {FLOW_TOTAL_STEPS}"
-msgstr "Step {stepNumber} of {FLOW_TOTAL_STEPS}"
+#: src/components/pages/report/ReportStepSelection.tsx:38
+msgid "Step 1"
+msgstr "Step 1"
+
+#: src/components/pages/report/ReportStepEmail.tsx:51
+msgid "Step 2"
+msgstr "Step 2"
+
+#: src/components/pages/report/ReportStepVerification.tsx:61
+msgid "Step 3"
+msgstr "Step 3"
+
+#: src/components/pages/report/ReportStepDetails.tsx:71
+msgid "Step 4"
+msgstr "Step 4"
#: src/utils/SystemMessageUtils.tsx:45
msgid "Step in, {username}! No paradoxes here; we're all friends."
@@ -17229,7 +17318,7 @@ msgid "Sticker density"
msgstr "Sticker density"
#: src/components/auth/InviteHeader.tsx:140
-#: src/components/channel/InviteEmbed.tsx:197
+#: src/components/channel/InviteEmbed.tsx:199
#: src/components/modals/InviteAcceptModal.tsx:142
#: src/components/modals/tabs/ExpressionPacksTab.tsx:70
msgid "Sticker pack"
@@ -17261,7 +17350,7 @@ msgstr "Sticker Updated"
#: src/components/channel/AutocompleteEmoji.tsx:111
#: src/components/channel/textarea/TextareaButtons.tsx:134
-#: src/components/modals/ExpressionPickerSheet.tsx:86
+#: src/components/modals/ExpressionPickerSheet.tsx:73
#: src/components/popouts/ExpressionPickerPopout.tsx:79
msgid "Stickers"
msgstr "Stickers"
@@ -17330,11 +17419,11 @@ msgstr "Study Hall"
msgid "Style Variations"
msgstr "Style Variations"
-#: src/components/pages/ReportPage.tsx:601
+#: src/components/pages/report/ReportStepComplete.tsx:41
msgid "Submit another report"
msgstr "Submit another report"
-#: src/components/pages/ReportPage.tsx:958
+#: src/components/pages/report/ReportStepDetails.tsx:240
msgid "Submit DSA Report"
msgstr "Submit DSA Report"
@@ -17346,7 +17435,7 @@ msgstr "Submit Report"
msgid "Submitting"
msgstr "Submitting"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:53
+#: src/components/modals/components/plutonium/VisionarySection.tsx:58
msgid "subscription"
msgstr "subscription"
@@ -17464,7 +17553,7 @@ msgstr "Suppress Embeds"
msgid "Swap text to reverify variants"
msgstr "Swap text to reverify variants"
-#: src/components/pages/ReportPage.tsx:337
+#: src/components/pages/report/optionDescriptors.ts:109
msgid "Sweden"
msgstr "Sweden"
@@ -17476,7 +17565,7 @@ msgstr "Swedish"
msgid "Switch account"
msgstr "Switch account"
-#: src/components/popouts/UserAreaPopout.tsx:497
+#: src/components/popouts/UserAreaPopout.tsx:499
msgid "Switch Accounts"
msgstr "Switch Accounts"
@@ -17649,8 +17738,8 @@ msgstr "Text (NSFW)"
msgid "Text channel"
msgstr "Text channel"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:473
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:662
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:487
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:676
#: src/components/channel/channel-header/useChannelHeaderData.ts:96
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:314
msgid "Text Channel"
@@ -17677,19 +17766,19 @@ msgstr "Textarea"
msgid "Thai"
msgstr "Thai"
-#: src/components/pages/ReportPage.tsx:589
-msgid "Thank you for filing a report. We'll review it as soon as possible."
-msgstr "Thank you for filing a report. We'll review it as soon as possible."
-
#: src/components/modals/IARModal.tsx:187
msgid "Thank you for helping keep Fluxer safe. Reports are reviewed by our Safety Team. False reports may result in action against your account."
msgstr "Thank you for helping keep Fluxer safe. Reports are reviewed by our Safety Team. False reports may result in action against your account."
+#: src/components/pages/report/ReportStepComplete.tsx:37
+msgid "Thank you for helping keep Fluxer safe. We'll review your report as soon as possible."
+msgstr "Thank you for helping keep Fluxer safe. We'll review your report as soon as possible."
+
#: src/components/form/ColorPickerField.tsx:274
msgid "That doesn't look like a valid color. Try hex, rgb(), hsl(), or a CSS color name."
msgstr "That doesn't look like a valid color. Try hex, rgb(), hsl(), or a CSS color name."
-#: src/components/pages/ReportPage.tsx:846
+#: src/components/pages/report/ReportStepDetails.tsx:117
msgid "That doesn't look like a valid URL."
msgstr "That doesn't look like a valid URL."
@@ -17733,8 +17822,8 @@ msgstr "The bot has been added."
msgid "The channel you're looking for may have been deleted or you may not have access to it."
msgstr "The channel you're looking for may have been deleted or you may not have access to it."
-#: src/components/layout/GuildLayout.tsx:308
-#: src/components/layout/GuildLayout.tsx:371
+#: src/components/layout/GuildLayout.tsx:313
+#: src/components/layout/GuildLayout.tsx:376
msgid "The community you're looking for may have been deleted or you may not have access to it."
msgstr "The community you're looking for may have been deleted or you may not have access to it."
@@ -17795,7 +17884,7 @@ msgstr "The timeout cannot exceed 365 days (31536000 seconds)."
msgid "The URL this link channel points to."
msgstr "The URL this link channel points to."
-#: src/components/pages/ReportPage.tsx:452
+#: src/components/pages/ReportPage.tsx:277
msgid "The verification code is invalid or expired."
msgstr "The verification code is invalid or expired."
@@ -17869,7 +17958,7 @@ msgstr "These settings use browser-native audio processing to improve call quali
msgid "These toggles force the client to treat features as enabled or disabled without relying on the server configuration. They only affect your client experience and are shown to developers for testing."
msgstr "These toggles force the client to treat features as enabled or disabled without relying on the server configuration. They only affect your client experience and are shown to developers for testing."
-#: src/components/channel/channel-view/DMChannelView.tsx:356
+#: src/components/channel/channel-view/DMChannelView.tsx:357
msgid "They might have taken the DeLorean elsewhere."
msgstr "They might have taken the DeLorean elsewhere."
@@ -17877,7 +17966,7 @@ msgstr "They might have taken the DeLorean elsewhere."
msgid "they/them"
msgstr "they/them"
-#: src/components/channel/channel-view/DMChannelView.tsx:342
+#: src/components/channel/channel-view/DMChannelView.tsx:343
msgid "Think, McFly! Did you type the right address?"
msgstr "Think, McFly! Did you type the right address?"
@@ -17979,7 +18068,7 @@ msgstr "This community has temporarily disabled invites. You can try again later
msgid "This community requires you to verify your account before joining. Please set an email and password for your account."
msgstr "This community requires you to verify your account before joining. Please set an email and password for your account."
-#: src/components/channel/channel-view/DMChannelView.tsx:339
+#: src/components/channel/channel-view/DMChannelView.tsx:340
msgid "This conversation has been erased"
msgstr "This conversation has been erased"
@@ -18008,8 +18097,8 @@ msgstr "This gift code has already been claimed."
msgid "This gift code has already been redeemed."
msgstr "This gift code has already been redeemed."
-#: src/components/channel/GiftEmbed.tsx:148
-#: src/components/modals/GiftAcceptModal.tsx:92
+#: src/components/channel/GiftEmbed.tsx:159
+#: src/components/modals/GiftAcceptModal.tsx:99
msgid "This gift code is invalid or already claimed."
msgstr "This gift code is invalid or already claimed."
@@ -18022,11 +18111,11 @@ msgstr "This gift code is invalid or has already been redeemed."
msgid "This gift code may be invalid, expired, or already redeemed."
msgstr "This gift code may be invalid, expired, or already redeemed."
-#: src/components/modals/GiftAcceptModal.tsx:118
+#: src/components/modals/GiftAcceptModal.tsx:125
msgid "This gift has already been claimed."
msgstr "This gift has already been claimed."
-#: src/components/modals/tabs/GiftInventoryTab.tsx:157
+#: src/components/modals/tabs/GiftInventoryTab.tsx:158
msgid "This gift has been redeemed"
msgstr "This gift has been redeemed"
@@ -18044,7 +18133,7 @@ msgstr "This invite expires in {0}."
msgid "This invite has unlimited uses."
msgstr "This invite has unlimited uses."
-#: src/components/modals/InviteModal.tsx:321
+#: src/components/modals/InviteModal.tsx:318
msgid "This invite link never expires."
msgstr "This invite link never expires."
@@ -18059,23 +18148,19 @@ msgstr "This invite may have expired or been deleted."
msgid "This invite never expires."
msgstr "This invite never expires."
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:170
-#: src/components/emojis/EmojiInfoContent.tsx:79
+#: src/components/emojis/EmojiAttributionSubtext.tsx:130
msgid "This is a custom emoji from"
msgstr "This is a custom emoji from"
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:160
-#: src/components/emojis/EmojiInfoContent.tsx:68
+#: src/components/emojis/EmojiAttributionSubtext.tsx:121
msgid "This is a custom emoji from a community."
msgstr "This is a custom emoji from a community."
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:150
-#: src/components/emojis/EmojiInfoContent.tsx:56
+#: src/components/emojis/EmojiAttributionSubtext.tsx:111
msgid "This is a custom emoji from a community. Ask the author for an invite to use this emoji."
msgstr "This is a custom emoji from a community. Ask the author for an invite to use this emoji."
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:138
-#: src/components/emojis/EmojiInfoContent.tsx:43
+#: src/components/emojis/EmojiAttributionSubtext.tsx:101
msgid "This is a default emoji on Fluxer."
msgstr "This is a default emoji on Fluxer."
@@ -18095,8 +18180,8 @@ msgstr "This is how messages appear"
msgid "This is not the channel you're looking for."
msgstr "This is not the channel you're looking for."
-#: src/components/layout/GuildLayout.tsx:307
-#: src/components/layout/GuildLayout.tsx:370
+#: src/components/layout/GuildLayout.tsx:312
+#: src/components/layout/GuildLayout.tsx:375
msgid "This is not the community you're looking for."
msgstr "This is not the community you're looking for."
@@ -18113,7 +18198,7 @@ msgid "This is the beginning of <0>{displayName}0>. Add friends to start a con
msgstr "This is the beginning of <0>{displayName}0>. Add friends to start a conversation!"
#. placeholder {0}: user.username
-#: src/components/channel/dm/DMWelcomeSection.tsx:182
+#: src/components/channel/dm/DMWelcomeSection.tsx:194
msgid "This is the beginning of your direct message history with <0>{0}0>."
msgstr "This is the beginning of your direct message history with <0>{0}0>."
@@ -18194,7 +18279,7 @@ msgstr "This theme link is missing data."
msgid "This theme may have been removed or the link is invalid."
msgstr "This theme may have been removed or the link is invalid."
-#: src/components/channel/dm/AddFriendForm.tsx:62
+#: src/components/channel/dm/AddFriendForm.tsx:85
msgid "This user has restricted who can send them friend requests."
msgstr "This user has restricted who can send them friend requests."
@@ -18216,8 +18301,8 @@ msgid "This was a @silent message."
msgstr "This was a @silent message."
#: src/actions/MessageActionCreators.tsx:392
-#: src/components/channel/Messages.tsx:442
-#: src/components/channel/Messages.tsx:522
+#: src/components/channel/Messages.tsx:440
+#: src/components/channel/Messages.tsx:520
msgid "This will create a rift in the space-time continuum and cannot be undone."
msgstr "This will create a rift in the space-time continuum and cannot be undone."
@@ -18283,7 +18368,7 @@ msgstr "Time: {currentFormatted} of {durationFormatted}"
msgid "Timed out until {0}."
msgstr "Timed out until {0}."
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:285
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:288
#: src/components/modals/TimeoutMemberModal.tsx:207
#: src/components/modals/TimeoutMemberSheet.tsx:90
#: src/components/uikit/ContextMenu/items/GuildMemberMenuItems.tsx:272
@@ -18570,7 +18655,7 @@ msgstr "true or false"
msgid "Try a different name or use @ / # / ! / * prefixes to filter results."
msgstr "Try a different name or use @ / # / ! / * prefixes to filter results."
-#: src/components/channel/ChannelSearchResults.tsx:710
+#: src/components/channel/ChannelSearchResults.tsx:679
msgid "Try a different search query"
msgstr "Try a different search query"
@@ -18585,13 +18670,13 @@ msgid "Try a different search term or filter"
msgstr "Try a different search term or filter"
#: src/components/auth/HandoffCodeDisplay.tsx:67
-#: src/components/channel/Messages.tsx:939
+#: src/components/channel/Messages.tsx:937
msgid "Try again"
msgstr "Try again"
#: src/components/BootstrapErrorScreen.tsx:68
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:301
-#: src/components/channel/ChannelSearchResults.tsx:694
+#: src/components/channel/ChannelSearchResults.tsx:663
#: src/components/modals/channelTabs/ChannelInvitesTab.tsx:148
#: src/components/modals/channelTabs/ChannelWebhooksTab.tsx:159
#: src/components/NetworkErrorScreen.tsx:56
@@ -18612,7 +18697,7 @@ msgstr "Try another name or check your spelling."
msgid "Try another search term"
msgstr "Try another search term"
-#: src/components/channel/InviteEmbed.tsx:359
+#: src/components/channel/InviteEmbed.tsx:361
msgid "Try asking for a new invite."
msgstr "Try asking for a new invite."
@@ -18802,7 +18887,7 @@ msgstr "Unable to install sticker pack"
msgid "Unable to load activity logs"
msgstr "Unable to load activity logs"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:104
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:108
msgid "Unable to load applications"
msgstr "Unable to load applications"
@@ -18814,7 +18899,7 @@ msgstr "Unable to load pack information."
msgid "Unable to prepare any emojis for upload. The following errors occurred:"
msgstr "Unable to prepare any emojis for upload. The following errors occurred:"
-#: src/components/modals/ClaimAccountModal.tsx:125
+#: src/components/modals/ClaimAccountModal.tsx:127
#: src/components/modals/EmailChangeModal.tsx:122
#: src/components/modals/EmailChangeModal.tsx:152
msgid "Unable to resend code right now"
@@ -18824,7 +18909,7 @@ msgstr "Unable to resend code right now"
msgid "Unable to send code to new email"
msgstr "Unable to send code to new email"
-#: src/components/channel/dm/AddFriendForm.tsx:76
+#: src/components/channel/dm/AddFriendForm.tsx:99
msgid "Unable to send friend request. Please try again."
msgstr "Unable to send friend request. Please try again."
@@ -18844,17 +18929,17 @@ msgstr "Unavailable for everyone"
msgid "Unavailable for everyone but staff"
msgstr "Unavailable for everyone but staff"
-#: src/components/bottomsheets/DMBottomSheet.tsx:532
+#: src/components/bottomsheets/DMBottomSheet.tsx:535
#: src/components/channel/barriers/BarrierComponents.tsx:221
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:180
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:335
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:182
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:338
#: src/components/modals/tabs/BlockedUsersTab.tsx:58
#: src/components/modals/tabs/BlockedUsersTab.tsx:171
#: src/components/modals/UserProfileActionsSheet.tsx:151
#: src/components/modals/UserProfileActionsSheet.tsx:305
-#: src/components/modals/UserProfileMobileSheet.tsx:320
+#: src/components/modals/UserProfileMobileSheet.tsx:321
#: src/components/modals/UserProfileModal.tsx:1049
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:209
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:230
#: src/utils/RelationshipActionUtils.tsx:169
msgid "Unblock"
msgstr "Unblock"
@@ -18863,11 +18948,11 @@ msgstr "Unblock"
msgid "Unblock this user before sending a friend request."
msgstr "Unblock this user before sending a friend request."
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:178
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:180
#: src/components/modals/tabs/BlockedUsersTab.tsx:56
#: src/components/modals/UserProfileActionsSheet.tsx:149
-#: src/components/modals/UserProfileMobileSheet.tsx:318
-#: src/components/modals/UserProfileModal.tsx:1243
+#: src/components/modals/UserProfileMobileSheet.tsx:319
+#: src/components/modals/UserProfileModal.tsx:1244
#: src/utils/RelationshipActionUtils.tsx:167
msgid "Unblock User"
msgstr "Unblock User"
@@ -18878,17 +18963,17 @@ msgstr "Unblock User"
msgid "Uncategorized"
msgstr "Uncategorized"
-#: src/components/modals/tabs/BetaCodesTab.tsx:127
-#: src/components/modals/tabs/BetaCodesTab.tsx:204
+#: src/components/modals/tabs/BetaCodesTab.tsx:129
+#: src/components/modals/tabs/BetaCodesTab.tsx:206
msgid "Unclaimed"
msgstr "Unclaimed"
#. placeholder {0}: unclaimedBetaCodes.length
-#: src/components/modals/tabs/BetaCodesTab.tsx:333
+#: src/components/modals/tabs/BetaCodesTab.tsx:358
msgid "Unclaimed ({0})"
msgstr "Unclaimed ({0})"
-#: src/components/modals/components/UnclaimedAccountAlert.tsx:31
+#: src/components/modals/components/UnclaimedAccountAlert.tsx:29
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:51
msgid "Unclaimed Account"
msgstr "Unclaimed Account"
@@ -18922,7 +19007,7 @@ msgstr "Undeafen All Devices"
msgid "Undeafen User"
msgstr "Undeafen User"
-#: src/components/pages/ReportPage.tsx:285
+#: src/components/pages/report/optionDescriptors.ts:63
#: src/constants/IARConstants.tsx:129
msgid "Underage User"
msgstr "Underage User"
@@ -18981,7 +19066,7 @@ msgstr "Unfocus"
msgid "Unique invite"
msgstr "Unique invite"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:79
+#: src/components/modals/components/plutonium/VisionarySection.tsx:88
msgid "Unique profile badge"
msgstr "Unique profile badge"
@@ -19035,12 +19120,12 @@ msgstr "unknown entity"
msgid "Unknown error"
msgstr "Unknown error"
-#: src/components/channel/GiftEmbed.tsx:147
-#: src/components/modals/GiftAcceptModal.tsx:91
+#: src/components/channel/GiftEmbed.tsx:158
+#: src/components/modals/GiftAcceptModal.tsx:98
msgid "Unknown Gift"
msgstr "Unknown Gift"
-#: src/components/channel/InviteEmbed.tsx:357
+#: src/components/channel/InviteEmbed.tsx:359
msgid "Unknown Invite"
msgstr "Unknown Invite"
@@ -19113,7 +19198,7 @@ msgstr "Unlock HD Screen Sharing with Plutonium"
msgid "Unlock HD Video with Plutonium"
msgstr "Unlock HD Video with Plutonium"
-#: src/components/modals/components/PlutoniumContent.tsx:185
+#: src/components/modals/components/PlutoniumContent.tsx:196
msgid "Unlock higher limits and exclusive features while supporting an independent communication platform."
msgstr "Unlock higher limits and exclusive features while supporting an independent communication platform."
@@ -19126,9 +19211,9 @@ msgid "Unlock stickers in DMs with Plutonium"
msgstr "Unlock stickers in DMs with Plutonium"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:467
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:850
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1044
-#: src/components/bottomsheets/DMBottomSheet.tsx:645
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:882
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1068
+#: src/components/bottomsheets/DMBottomSheet.tsx:648
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:321
#: src/components/bottomsheets/VoiceLobbyBottomSheet.tsx:179
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:253
@@ -19154,7 +19239,7 @@ msgstr "Unmute Category"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:400
#: src/components/bottomsheets/ChannelBottomSheet.tsx:452
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1005
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1029
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:167
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:161
msgid "Unmute Channel"
@@ -19167,9 +19252,9 @@ msgstr "Unmute Channel"
msgid "Unmute Community"
msgstr "Unmute Community"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1007
-#: src/components/bottomsheets/DMBottomSheet.tsx:449
-#: src/components/bottomsheets/DMBottomSheet.tsx:590
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1031
+#: src/components/bottomsheets/DMBottomSheet.tsx:451
+#: src/components/bottomsheets/DMBottomSheet.tsx:593
msgid "Unmute Conversation"
msgstr "Unmute Conversation"
@@ -19200,16 +19285,16 @@ msgid "Unnamed Group"
msgstr "Unnamed Group"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:331
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1126
-#: src/components/bottomsheets/DMBottomSheet.tsx:478
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1150
+#: src/components/bottomsheets/DMBottomSheet.tsx:480
#: src/components/channel/dm/DMList.tsx:282
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:149
msgid "Unpin DM"
msgstr "Unpin DM"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:290
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1126
-#: src/components/bottomsheets/DMBottomSheet.tsx:478
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1150
+#: src/components/bottomsheets/DMBottomSheet.tsx:480
#: src/components/channel/dm/DMList.tsx:243
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:129
msgid "Unpin Group DM"
@@ -19231,20 +19316,20 @@ msgid "Unpin Message"
msgstr "Unpin Message"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:232
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:583
-#: src/components/bottomsheets/DMBottomSheet.tsx:164
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:597
+#: src/components/bottomsheets/DMBottomSheet.tsx:166
#: src/components/channel/dm/DMList.tsx:224
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:132
msgid "Unpinned DM"
msgstr "Unpinned DM"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:232
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:583
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:597
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:112
msgid "Unpinned group"
msgstr "Unpinned group"
-#: src/components/bottomsheets/DMBottomSheet.tsx:164
+#: src/components/bottomsheets/DMBottomSheet.tsx:166
msgid "Unpinned group DM"
msgstr "Unpinned group DM"
@@ -19279,7 +19364,7 @@ msgstr "Unsuppress Embeds"
msgid "Until I change it"
msgstr "Until I change it"
-#: src/components/bottomsheets/DMBottomSheet.tsx:664
+#: src/components/bottomsheets/DMBottomSheet.tsx:667
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:334
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:57
#: src/components/channel/muteOptions.ts:39
@@ -19305,7 +19390,7 @@ msgstr "Update"
msgid "Update app"
msgstr "Update app"
-#: src/components/modals/components/MobileSettingsView.tsx:244
+#: src/components/modals/components/MobileSettingsView.tsx:239
msgid "Update Service Worker"
msgstr "Update Service Worker"
@@ -19402,7 +19487,7 @@ msgstr "Updating favorites…"
msgid "Updating..."
msgstr "Updating..."
-#: src/components/modals/components/plutonium/PricingSection.tsx:84
+#: src/components/modals/components/plutonium/PricingSection.tsx:94
msgid "Upgrade Now"
msgstr "Upgrade Now"
@@ -19415,18 +19500,19 @@ msgstr "Upgrade to Plutonium"
msgid "Upgrade to store up to 15 custom backgrounds and unlock HD video quality, higher frame rates, and more."
msgstr "Upgrade to store up to 15 custom backgrounds and unlock HD video quality, higher frame rates, and more."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:265
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:316
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:297
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:357
msgid "Upgrade to Visionary"
msgstr "Upgrade to Visionary"
#. placeholder {0}: formatter.format(visionarySlots.remaining)
-#: src/components/modals/components/plutonium/VisionarySection.tsx:109
+#: src/components/modals/components/plutonium/VisionarySection.tsx:122
+#: src/components/modals/components/plutonium/VisionarySection.tsx:134
msgid "Upgrade to Visionary — {0} Left"
msgstr "Upgrade to Visionary — {0} Left"
#. placeholder {0}: isGiftSubscription ? 'gift time' : 'subscription'
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:243
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:262
msgid "Upgrading to Visionary is a <0>one-time0> purchase and will <1>cancel your current {0} immediately1>."
msgstr "Upgrading to Visionary is a <0>one-time0> purchase and will <1>cancel your current {0} immediately1>."
@@ -19674,10 +19760,6 @@ msgstr "Use these codes to access your account if you lose your authenticator ap
msgid "Use this button to quickly clear all permissions."
msgstr "Use this button to quickly clear all permissions."
-#: src/components/pages/ReportPage.tsx:613
-msgid "Use this form to report illegal content under the Digital Services Act (DSA). Select what you want to report."
-msgstr "Use this form to report illegal content under the Digital Services Act (DSA). Select what you want to report."
-
#: src/components/modals/tabs/KeybindsTab.tsx:101
msgid "Use this shortcut system-wide"
msgstr "Use this shortcut system-wide"
@@ -19708,19 +19790,19 @@ msgstr "User appears to be under 13 years old"
msgid "User Debug"
msgstr "User Debug"
-#: src/components/channel/channel-view/DMChannelView.tsx:353
+#: src/components/channel/channel-view/DMChannelView.tsx:354
msgid "User has vanished"
msgstr "User has vanished"
-#: src/components/pages/ReportPage.tsx:865
+#: src/components/pages/report/ReportStepDetails.tsx:137
msgid "User ID (optional)"
msgstr "User ID (optional)"
-#: src/components/bottomsheets/DMBottomSheet.tsx:376
+#: src/components/bottomsheets/DMBottomSheet.tsx:378
msgid "User ID copied"
msgstr "User ID copied"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:652
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:666
msgid "User ID copied to clipboard"
msgstr "User ID copied to clipboard"
@@ -19765,7 +19847,7 @@ msgstr "User Record"
msgid "User Settings"
msgstr "User Settings"
-#: src/components/pages/ReportPage.tsx:873
+#: src/components/pages/report/ReportStepDetails.tsx:146
msgid "User Tag (optional)"
msgstr "User Tag (optional)"
@@ -19805,7 +19887,7 @@ msgstr "Username must be at least 1 character"
msgid "Username must be at most 32 characters"
msgstr "Username must be at most 32 characters"
-#: src/components/channel/dm/AddFriendForm.tsx:130
+#: src/components/channel/dm/AddFriendForm.tsx:153
msgid "Username#0000"
msgstr "Username#0000"
@@ -19904,7 +19986,7 @@ msgstr "Vanity URLs must be between 2 and 32 characters long and can only contai
msgid "Verification Barriers"
msgstr "Verification Barriers"
-#: src/components/modals/ClaimAccountModal.tsx:199
+#: src/components/modals/ClaimAccountModal.tsx:201
#: src/components/modals/EmailChangeModal.tsx:218
#: src/components/modals/EmailChangeModal.tsx:282
#: src/components/modals/PhoneAddModal.tsx:224
@@ -19912,11 +19994,11 @@ msgstr "Verification Barriers"
msgid "Verification code"
msgstr "Verification code"
-#: src/components/pages/ReportPage.tsx:719
+#: src/components/pages/report/ReportStepVerification.tsx:86
msgid "Verification Code"
msgstr "Verification Code"
-#: src/components/modals/ClaimAccountModal.tsx:88
+#: src/components/modals/ClaimAccountModal.tsx:90
msgid "Verification code sent"
msgstr "Verification code sent"
@@ -19937,10 +20019,9 @@ msgstr "Verification may be required before viewing your backup codes."
#: src/components/auth/AuthPageHeader.tsx:49
#: src/components/auth/InviteHeader.tsx:81
#: src/components/auth/InviteHeader.tsx:226
-#: src/components/channel/InviteEmbed.tsx:285
-#: src/components/channel/InviteEmbed.tsx:428
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:178
-#: src/components/emojis/EmojiInfoContent.tsx:87
+#: src/components/channel/InviteEmbed.tsx:287
+#: src/components/channel/InviteEmbed.tsx:430
+#: src/components/emojis/EmojiAttributionSubtext.tsx:143
#: src/components/layout/GuildHeader.tsx:132
msgid "Verified Community"
msgstr "Verified Community"
@@ -19955,7 +20036,7 @@ msgstr "Verified guild"
msgid "Verify"
msgstr "Verify"
-#: src/components/pages/ReportPage.tsx:740
+#: src/components/pages/report/ReportStepVerification.tsx:102
msgid "Verify Code"
msgstr "Verify Code"
@@ -19980,6 +20061,10 @@ msgstr "Verify phone number form"
msgid "Verify You're Human"
msgstr "Verify You're Human"
+#: src/components/pages/report/ReportStepEmail.tsx:54
+msgid "Verify your email"
+msgstr "Verify your email"
+
#: src/components/modals/SudoVerificationModal.tsx:359
msgid "Verify your identity"
msgstr "Verify your identity"
@@ -20012,7 +20097,7 @@ msgid "Video"
msgstr "Video"
#: src/components/channel/ChannelHeader.tsx:572
-#: src/components/modals/UserProfileMobileSheet.tsx:515
+#: src/components/modals/UserProfileMobileSheet.tsx:519
msgid "Video Call"
msgstr "Video Call"
@@ -20097,7 +20182,7 @@ msgstr "View backup codes"
msgid "View backup codes form"
msgstr "View backup codes form"
-#: src/components/channel/channel-view/DMChannelView.tsx:282
+#: src/components/channel/channel-view/DMChannelView.tsx:283
msgid "View call"
msgstr "View call"
@@ -20138,7 +20223,7 @@ msgstr "View Gift Inventory"
msgid "View Global Profile"
msgstr "View Global Profile"
-#: src/components/channel/channel-view/DMChannelView.tsx:282
+#: src/components/channel/channel-view/DMChannelView.tsx:283
msgid "View incoming call"
msgstr "View incoming call"
@@ -20158,10 +20243,10 @@ msgstr "View Premium Features"
msgid "View premium perks"
msgstr "View premium perks"
-#: src/components/bottomsheets/DMBottomSheet.tsx:411
+#: src/components/bottomsheets/DMBottomSheet.tsx:413
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:226
#: src/components/channel/friends/MobileFriendRequestItem.tsx:87
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:210
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:212
#: src/components/modals/tabs/BlockedUsersTab.tsx:87
#: src/components/uikit/ContextMenu/items/UserProfileMenuItem.tsx:43
msgid "View Profile"
@@ -20191,7 +20276,7 @@ msgstr "Viewer Joins Stream"
msgid "Viewer Leaves Stream"
msgstr "Viewer Leaves Stream"
-#: src/components/pages/ReportPage.tsx:827
+#: src/components/pages/report/ReportStepDetails.tsx:96
msgid "Violation Category"
msgstr "Violation Category"
@@ -20199,7 +20284,7 @@ msgstr "Violation Category"
msgid "Violation category selection"
msgstr "Violation category selection"
-#: src/components/pages/ReportPage.tsx:264
+#: src/components/pages/report/optionDescriptors.ts:45
#: src/constants/IARConstants.tsx:42
msgid "Violent or Graphic Content"
msgstr "Violent or Graphic Content"
@@ -20212,9 +20297,9 @@ msgstr "VIP voice"
msgid "Visible Buttons"
msgstr "Visible Buttons"
-#: src/components/modals/components/plutonium/PricingSection.tsx:88
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:110
-#: src/components/modals/components/plutonium/VisionarySection.tsx:58
+#: src/components/modals/components/plutonium/PricingSection.tsx:101
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:129
+#: src/components/modals/components/plutonium/VisionarySection.tsx:67
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:154
#: src/utils/modals/guildTabs/GuildAuditLogTabUtils.ts:274
msgid "Visionary"
@@ -20228,25 +20313,25 @@ msgstr "Visionary (Lifetime #42)"
msgid "Visionary (Lifetime Plutonium)"
msgstr "Visionary (Lifetime Plutonium)"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:80
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:111
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:95
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:134
msgid "Visionary {visionaryPrice}"
msgstr "Visionary {visionaryPrice}"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:96
+#: src/components/modals/components/plutonium/VisionarySection.tsx:105
msgid "Visionary community with direct team access"
msgstr "Visionary community with direct team access"
-#: src/components/modals/components/plutonium/GiftSection.tsx:87
-#: src/components/modals/components/plutonium/PricingSection.tsx:119
+#: src/components/modals/components/plutonium/GiftSection.tsx:100
+#: src/components/modals/components/plutonium/PricingSection.tsx:140
msgid "Visionary Gift"
msgstr "Visionary Gift"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:109
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:132
msgid "Visionary Gift Sold Out"
msgstr "Visionary Gift Sold Out"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:80
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:95
msgid "Visionary Sold Out"
msgstr "Visionary Sold Out"
@@ -20281,15 +20366,15 @@ msgstr "Voice & Video Settings"
msgid "Voice Activity"
msgstr "Voice Activity"
-#: src/components/channel/channel-view/DMChannelView.tsx:277
+#: src/components/channel/channel-view/DMChannelView.tsx:278
#: src/components/voice/VoiceCallView.tsx:466
msgid "Voice call"
msgstr "Voice call"
-#: src/components/bottomsheets/DMBottomSheet.tsx:419
+#: src/components/bottomsheets/DMBottomSheet.tsx:421
#: src/components/channel/ChannelHeader.tsx:562
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:225
-#: src/components/modals/UserProfileMobileSheet.tsx:507
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:227
+#: src/components/modals/UserProfileMobileSheet.tsx:511
msgid "Voice Call"
msgstr "Voice Call"
@@ -20306,8 +20391,8 @@ msgstr "Voice Calls"
msgid "Voice channel"
msgstr "Voice channel"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:475
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:662
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:489
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:676
#: src/components/channel/channel-header/useChannelHeaderData.ts:100
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:314
msgid "Voice Channel"
@@ -20488,8 +20573,8 @@ msgstr "We emailed a link to authorize this login. Please open your inbox for {0
msgid "We failed to retrieve the full information about this user at this time."
msgstr "We failed to retrieve the full information about this user at this time."
-#: src/components/layout/GuildLayout.tsx:302
-#: src/components/layout/GuildLayout.tsx:349
+#: src/components/layout/GuildLayout.tsx:307
+#: src/components/layout/GuildLayout.tsx:354
msgid "We fluxed up! Hang tight, we're working on it."
msgstr "We fluxed up! Hang tight, we're working on it."
@@ -20513,18 +20598,13 @@ msgstr "We lost the connection while waiting for authorization. Please try again
msgid "We need to make sure you're not a bot. Please complete the verification below."
msgstr "We need to make sure you're not a bot. Please complete the verification below."
-#: src/components/pages/ReportPage.tsx:639
-msgid "We need to verify your email address before you can submit a report."
-msgstr "We need to verify your email address before you can submit a report."
-
#: src/components/modals/BackupCodesModal.tsx:45
msgid "We recommend saving these codes now so that you don't get locked out of your account."
msgstr "We recommend saving these codes now so that you don't get locked out of your account."
-#. placeholder {0}: state.email
-#: src/components/pages/ReportPage.tsx:702
-msgid "We sent a verification code to {0}."
-msgstr "We sent a verification code to {0}."
+#: src/components/pages/report/ReportStepVerification.tsx:67
+msgid "We sent a code to {email}."
+msgstr "We sent a code to {email}."
#: src/components/auth/BrowserLoginHandoffModal.tsx:315
msgid "We will prefill {prefillEmail} once the browser login opens."
@@ -20534,6 +20614,10 @@ msgstr "We will prefill {prefillEmail} once the browser login opens."
msgid "We'll restore your previous email, sign out old sessions, remove phone numbers, disable MFA, and secure your account with a new password."
msgstr "We'll restore your previous email, sign out old sessions, remove phone numbers, disable MFA, and secure your account with a new password."
+#: src/components/pages/report/ReportStepEmail.tsx:57
+msgid "We'll send a short code to confirm you can receive updates about this report."
+msgstr "We'll send a short code to confirm you can receive updates about this report."
+
#: src/components/modals/EmailChangeModal.tsx:190
msgid "We'll verify your current email and then your new email with one-time codes."
msgstr "We'll verify your current email and then your new email with one-time codes."
@@ -20546,13 +20630,13 @@ msgstr "We'll verify your new email with a one-time code."
msgid "We're having trouble connecting to Fluxer's servers. This could be a temporary network issue or scheduled maintenance."
msgstr "We're having trouble connecting to Fluxer's servers. This could be a temporary network issue or scheduled maintenance."
-#: src/components/modals/tabs/BetaCodesTab.tsx:297
+#: src/components/modals/tabs/BetaCodesTab.tsx:322
#: src/components/modals/tabs/DevicesTab.tsx:230
msgid "We're having trouble connecting to the space-time continuum. Please check your connection and try again."
msgstr "We're having trouble connecting to the space-time continuum. Please check your connection and try again."
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:287
-#: src/components/channel/ChannelSearchResults.tsx:681
+#: src/components/channel/ChannelSearchResults.tsx:650
msgid "We're indexing this channel for the first time. This might take a little while..."
msgstr "We're indexing this channel for the first time. This might take a little while..."
@@ -20833,17 +20917,16 @@ msgstr ""
msgid "Write your content here... This textarea expands as you type."
msgstr "Write your content here... This textarea expands as you type."
-#: src/components/auth/DateOfBirthField.tsx:89
-#: src/components/auth/DateOfBirthField.tsx:156
+#: src/components/auth/DateOfBirthField.tsx:153
#: src/components/auth/MockMinimalRegisterForm.tsx:78
msgid "Year"
msgstr "Year"
-#: src/components/modals/components/plutonium/PricingSection.tsx:78
+#: src/components/modals/components/plutonium/PricingSection.tsx:88
msgid "Yearly"
msgstr "Yearly"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:71
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:84
msgid "Yearly {yearlyPrice}"
msgstr "Yearly {yearlyPrice}"
@@ -20878,7 +20961,7 @@ msgstr "You are about to leave Fluxer"
msgid "You are about to transfer ownership of this community to <0>{0}0>. This action is <1>irreversible1> and you will lose all owner privileges."
msgstr "You are about to transfer ownership of this community to <0>{0}0>. This action is <1>irreversible1> and you will lose all owner privileges."
-#: src/components/channel/dm/AddFriendForm.tsx:72
+#: src/components/channel/dm/AddFriendForm.tsx:95
msgid "You are already friends with this user."
msgstr "You are already friends with this user."
@@ -20964,7 +21047,7 @@ msgstr "You can only upload up to {MAX_EMOJIS_PER_UPLOAD} emojis at once. Only t
msgid "You can pin messages in this conversation for everyone to see."
msgstr "You can pin messages in this conversation for everyone to see."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:175
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:194
msgid "You can redeem additional gift codes to <0>extend0> your gift time. To start a monthly or yearly plan, wait until after it ends — or <1>upgrade to Visionary1> now (remaining gift time will be discarded)."
msgstr "You can redeem additional gift codes to <0>extend0> your gift time. To start a monthly or yearly plan, wait until after it ends — or <1>upgrade to Visionary1> now (remaining gift time will be discarded)."
@@ -20994,7 +21077,7 @@ msgstr "You can use links and Markdown to format your text. With <0/>, you can w
msgid "You can't add new reactions while you're on timeout."
msgstr "You can't add new reactions while you're on timeout."
-#: src/components/modals/UserProfileModal.tsx:1170
+#: src/components/modals/UserProfileModal.tsx:1171
msgid "You can't befriend yourself"
msgstr "You can't befriend yourself"
@@ -21002,14 +21085,14 @@ msgstr "You can't befriend yourself"
msgid "You can't interact with reactions in search results as it might disrupt the space-time continuum."
msgstr "You can't interact with reactions in search results as it might disrupt the space-time continuum."
-#: src/components/layout/ChannelItem.tsx:200
-#: src/components/layout/ChannelItem.tsx:366
-#: src/stores/voice/MediaEngineFacade.ts:151
-#: src/stores/voice/MediaEngineFacade.ts:482
+#: src/components/layout/ChannelItem.tsx:206
+#: src/components/layout/ChannelItem.tsx:375
+#: src/stores/voice/MediaEngineFacade.ts:154
+#: src/stores/voice/MediaEngineFacade.ts:529
msgid "You can't join while you're on timeout."
msgstr "You can't join while you're on timeout."
-#: src/components/modals/UserProfileModal.tsx:1182
+#: src/components/modals/UserProfileModal.tsx:1183
#: src/components/popouts/UserProfilePopout.tsx:282
#: src/components/profile/ProfilePreview.tsx:284
msgid "You can't message yourself"
@@ -21023,7 +21106,7 @@ msgstr "You can't send a friend request to yourself."
msgid "You can't send friend requests to bots."
msgstr "You can't send friend requests to bots."
-#: src/components/channel/dm/AddFriendForm.tsx:64
+#: src/components/channel/dm/AddFriendForm.tsx:87
msgid "You can't send friend requests to users you've blocked. Unblock them first."
msgstr "You can't send friend requests to users you've blocked. Unblock them first."
@@ -21070,11 +21153,11 @@ msgstr "You cannot remove this permission because it would remove it from yourse
msgid "You cannot save a role with a blank name. Please provide a valid name before saving."
msgstr "You cannot save a role with a blank name. Please provide a valid name before saving."
-#: src/components/channel/dm/AddFriendForm.tsx:68
+#: src/components/channel/dm/AddFriendForm.tsx:91
msgid "You cannot send a friend request to yourself."
msgstr "You cannot send a friend request to yourself."
-#: src/components/channel/dm/AddFriendForm.tsx:66
+#: src/components/channel/dm/AddFriendForm.tsx:89
msgid "You cannot send friend requests to bots."
msgstr "You cannot send friend requests to bots."
@@ -21098,7 +21181,7 @@ msgstr "You do not have access to the channel where this message was sent."
msgid "You do not have permission to send messages in this channel."
msgstr "You do not have permission to send messages in this channel."
-#: src/components/layout/GuildLayout.tsx:393
+#: src/components/layout/GuildLayout.tsx:398
msgid "You don't have access to any channels in this community."
msgstr "You don't have access to any channels in this community."
@@ -21118,23 +21201,23 @@ msgstr "You don't have permission to install this emoji pack."
msgid "You don't have permission to install this sticker pack."
msgstr "You don't have permission to install this sticker pack."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:203
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:222
msgid "You have all <0/> for <1>{monthlyPrice}/month1>."
msgstr "You have all <0/> for <1>{monthlyPrice}/month1>."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:208
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:227
msgid "You have all <0/> for <1>{yearlyPrice}/year1>."
msgstr "You have all <0/> for <1>{yearlyPrice}/year1>."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:213
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:232
msgid "You have all <0/> for your subscription period."
msgstr "You have all <0/> for your subscription period."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:198
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:217
msgid "You have all <0/> forever. No subscriptions, no renewals."
msgstr "You have all <0/> forever. No subscriptions, no renewals."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:169
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:188
msgid "You have all <0/> via a <1>gift subscription1> until <2>{giftEndDate}2>. It <3>won't renew3>."
msgstr "You have all <0/> via a <1>gift subscription1> until <2>{giftEndDate}2>. It <3>won't renew3>."
@@ -21232,11 +21315,11 @@ msgstr "You lost access to this saved message. Remove?"
msgid "You made it, {username}! We're about to hit 88mph!"
msgstr "You made it, {username}! We're about to hit 88mph!"
-#: src/components/channel/CallMessage.tsx:179
+#: src/components/channel/CallMessage.tsx:173
msgid "You missed a call from <0/> that lasted {durationText}."
msgstr "You missed a call from <0/> that lasted {durationText}."
-#: src/components/channel/CallMessage.tsx:184
+#: src/components/channel/CallMessage.tsx:178
msgid "You missed a call from <0/>."
msgstr "You missed a call from <0/>."
@@ -21256,7 +21339,7 @@ msgstr "You must be 18 or older to view this content. <0>Learn more0>"
msgid "You must be connected to the gateway to accept this temporary invite. Please check your connection and try again."
msgstr "You must be connected to the gateway to accept this temporary invite. Please check your connection and try again."
-#: src/components/pages/ReportPage.tsx:463
+#: src/components/pages/ReportPage.tsx:288
msgid "You must verify your email before submitting a report."
msgstr "You must verify your email before submitting a report."
@@ -21389,7 +21472,7 @@ msgstr "You're in the voice channel"
msgid "You're sending messages too quickly"
msgstr "You're sending messages too quickly"
-#: src/components/channel/Messages.tsx:909
+#: src/components/channel/Messages.tsx:907
msgid "You're viewing older messages"
msgstr "You're viewing older messages"
@@ -21468,7 +21551,7 @@ msgstr "Your account has been approved. Redirecting you to the app..."
msgid "Your account has been created, but access is temporarily limited until approval. You will be notified once your account is approved."
msgstr "Your account has been created, but access is temporarily limited until approval. You will be notified once your account is approved."
-#: src/components/modals/components/UnclaimedAccountAlert.tsx:38
+#: src/components/modals/components/UnclaimedAccountAlert.tsx:36
msgid "Your account is not yet claimed. Without an email and password, you won't be able to sign in from other devices and you could lose access to your account. Claim your account now to secure it."
msgstr "Your account is not yet claimed. Without an email and password, you won't be able to sign in from other devices and you could lose access to your account. Claim your account now to secure it."
@@ -21512,7 +21595,7 @@ msgstr "Your existing notification sound settings will be preserved."
msgid "Your export request will be processed"
msgstr "Your export request will be processed"
-#: src/components/pages/ReportPage.tsx:935
+#: src/components/pages/report/ReportStepDetails.tsx:213
msgid "Your FluxerTag (optional)"
msgstr "Your FluxerTag (optional)"
@@ -21525,7 +21608,7 @@ msgid "Your invite expires in 24 hours"
msgstr "Your invite expires in 24 hours"
#. placeholder {0}: getExpirationText()
-#: src/components/modals/InviteModal.tsx:325
+#: src/components/modals/InviteModal.tsx:322
msgid "Your invite link expires in {0}."
msgstr "Your invite link expires in {0}."
@@ -21569,7 +21652,7 @@ msgstr "Your personal space for quick access to channels, DMs, and groups you lo
msgid "Your Plutonium subscription has expired. You've lost all Plutonium perks. Reactivate your subscription to regain access."
msgstr "Your Plutonium subscription has expired. You've lost all Plutonium perks. Reactivate your subscription to regain access."
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:781
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:813
msgid "Your private space"
msgstr "Your private space"
@@ -21577,7 +21660,7 @@ msgstr "Your private space"
msgid "Your private space for thoughts and reminders"
msgstr "Your private space for thoughts and reminders"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:277
+#: src/components/modals/tabs/GiftInventoryTab.tsx:300
msgid "Your Purchased Gifts"
msgstr "Your Purchased Gifts"
@@ -21589,15 +21672,11 @@ msgstr "your region"
msgid "Your stream is still being broadcast"
msgstr "Your stream is still being broadcast"
-#: src/components/pages/ReportPage.tsx:594
-msgid "Your submission ID"
-msgstr "Your submission ID"
-
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:153
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:172
msgid "Your subscription ended, but you still have all <0/> until <1>{graceDate}1>. Resubscribe to keep them."
msgstr "Your subscription ended, but you still have all <0/> until <1>{graceDate}1>. Resubscribe to keep them."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:138
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:157
msgid "Your subscription expired on <0>{expiredDate}0>. You lost all <1/>. You can reactivate at any time."
msgstr "Your subscription expired on <0>{expiredDate}0>. You lost all <1/>. You can reactivate at any time."
@@ -21613,7 +21692,7 @@ msgstr "Your subscription has been reactivated!"
msgid "Your subscription has been set to cancel at the end of your billing period."
msgstr "Your subscription has been set to cancel at the end of your billing period."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:191
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:210
msgid "Your subscription will cancel on <0>{cancelDate}0>. You'll lose all <1/> after that date."
msgstr "Your subscription will cancel on <0>{cancelDate}0>. You'll lose all <1/> after that date."
diff --git a/fluxer_app/src/locales/es-419/messages.po b/fluxer_app/src/locales/es-419/messages.po
index ac70d47c..44431af6 100644
--- a/fluxer_app/src/locales/es-419/messages.po
+++ b/fluxer_app/src/locales/es-419/messages.po
@@ -68,12 +68,12 @@ msgstr "(máx. 15 mostrados)"
msgid "(No content)"
msgstr "(Sin contenido)"
-#: src/components/modals/UserProfileMobileSheet.tsx:552
+#: src/components/modals/UserProfileMobileSheet.tsx:556
#: src/components/pages/YouPage.tsx:147
msgid "(only visible to you)"
msgstr "(solo visible para ti)"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:954
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:976
msgid "(you)"
msgstr "(tú)"
@@ -138,12 +138,12 @@ msgid "{0} Online"
msgstr "{0} en línea"
#. placeholder {0}: reaction.count
-#: src/components/channel/MessageReactions.tsx:120
+#: src/components/channel/MessageReactions.tsx:119
msgid "{0} reaction"
msgstr "{0} reacción"
#. placeholder {0}: reaction.count
-#: src/components/channel/MessageReactions.tsx:120
+#: src/components/channel/MessageReactions.tsx:119
msgid "{0} reactions"
msgstr "{0} reacciones"
@@ -153,13 +153,13 @@ msgid "{0} remaining"
msgstr "{0} restantes"
#. placeholder {0}: machineState.total
-#: src/components/channel/ChannelSearchResults.tsx:315
+#: src/components/channel/ChannelSearchResults.tsx:272
msgid "{0} Result"
msgstr "{0} Resultado"
#. placeholder {0}: machineState.total
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:390
-#: src/components/channel/ChannelSearchResults.tsx:315
+#: src/components/channel/ChannelSearchResults.tsx:272
msgid "{0} Results"
msgstr "{0} resultados"
@@ -402,7 +402,7 @@ msgstr "{actor} actualizó el sticker {namedTarget}."
msgid "{actor} updated the webhook {namedTarget}."
msgstr "{actor} actualizó el webhook {namedTarget}."
-#: src/components/modals/tabs/BetaCodesTab.tsx:280
+#: src/components/modals/tabs/BetaCodesTab.tsx:284
msgid "{allowance} codes remaining this week"
msgstr "{allowance} códigos restantes esta semana"
@@ -533,7 +533,7 @@ msgstr "{emojiName}, {0} reacción"
msgid "{emojiName}, {0} reactions"
msgstr "{emojiName}, {0} reacciones"
-#: src/components/channel/MessageReactions.tsx:122
+#: src/components/channel/MessageReactions.tsx:121
msgid "{emojiName}: {reactionCountText}, {actionText}"
msgstr "{emojiName}: {reactionCountText}, {actionText}"
@@ -561,8 +561,8 @@ msgstr "Las imágenes {label} no pueden ser animadas. Por favor, usa JPEG, PNG o
#: src/components/auth/InviteHeader.tsx:127
#: src/components/auth/InviteHeader.tsx:241
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:281
-#: src/components/channel/InviteEmbed.tsx:180
-#: src/components/channel/InviteEmbed.tsx:444
+#: src/components/channel/InviteEmbed.tsx:182
+#: src/components/channel/InviteEmbed.tsx:446
msgid "{memberCount} Member"
msgstr "{memberCount} Miembro"
@@ -570,8 +570,8 @@ msgstr "{memberCount} Miembro"
#: src/components/auth/InviteHeader.tsx:127
#: src/components/auth/InviteHeader.tsx:241
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:281
-#: src/components/channel/InviteEmbed.tsx:180
-#: src/components/channel/InviteEmbed.tsx:444
+#: src/components/channel/InviteEmbed.tsx:182
+#: src/components/channel/InviteEmbed.tsx:446
msgid "{memberCount} Members"
msgstr "{memberCount} Miembros"
@@ -606,11 +606,11 @@ msgstr "{minutes} minutos y {seconds} segundos"
msgid "{minutes} minutes and 1 second"
msgstr "{minutes} minutos y 1 segundo"
-#: src/components/channel/dm/DMWelcomeSection.tsx:155
+#: src/components/channel/dm/DMWelcomeSection.tsx:167
msgid "{mutualGuildCount} mutual commmunity"
msgstr "{mutualGuildCount} comunidad mutua"
-#: src/components/channel/dm/DMWelcomeSection.tsx:156
+#: src/components/channel/dm/DMWelcomeSection.tsx:168
msgid "{mutualGuildCount} mutual communities"
msgstr "{mutualGuildCount} comunidades mutuas"
@@ -632,7 +632,7 @@ msgstr "{participantCount} participantes en llamada"
#: src/components/auth/InviteHeader.tsx:235
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:276
-#: src/components/channel/InviteEmbed.tsx:439
+#: src/components/channel/InviteEmbed.tsx:441
msgid "{presenceCount} Online"
msgstr "{presenceCount} en línea"
@@ -644,15 +644,15 @@ msgstr "Te quedan {remaining} caracteres"
msgid "{remaining} characters left. Get Plutonium to write up to {premiumMaxLength} characters."
msgstr "Te quedan {remaining} caracteres. Obtén Plutonium para escribir hasta {premiumMaxLength} caracteres."
-#: src/components/channel/InviteEmbed.tsx:301
+#: src/components/channel/InviteEmbed.tsx:303
msgid "{renderedMemberCount} Member"
msgstr "{renderedMemberCount} Miembro"
-#: src/components/channel/InviteEmbed.tsx:301
+#: src/components/channel/InviteEmbed.tsx:303
msgid "{renderedMemberCount} Members"
msgstr "{renderedMemberCount} Miembros"
-#: src/components/channel/InviteEmbed.tsx:296
+#: src/components/channel/InviteEmbed.tsx:298
msgid "{renderedPresenceCount} Online"
msgstr "{renderedPresenceCount} en línea"
@@ -704,11 +704,11 @@ msgstr "{totalSeconds} segundo"
msgid "{totalSeconds} seconds"
msgstr "{totalSeconds} segundos"
-#: src/components/layout/GuildsLayout.tsx:231
+#: src/components/layout/GuildsLayout.tsx:229
msgid "{unavailableCount} communities are temporarily unavailable due to a flux capacitor malfunction."
msgstr "{unavailableCount} comunidades están temporalmente no disponibles debido a un mal funcionamiento del condensador de flujo."
-#: src/components/layout/GuildsLayout.tsx:230
+#: src/components/layout/GuildsLayout.tsx:228
msgid "{unavailableCount} community is temporarily unavailable due to a flux capacitor malfunction."
msgstr "{unavailableCount} comunidad está temporalmente no disponible debido a un mal funcionamiento del condensador de flujo."
@@ -814,27 +814,27 @@ msgstr "Menciones de @everyone"
msgid "@username"
msgstr "@username"
-#: src/components/channel/CallMessage.tsx:75
+#: src/components/channel/CallMessage.tsx:72
msgid "# days"
msgstr "# días"
-#: src/components/channel/CallMessage.tsx:76
+#: src/components/channel/CallMessage.tsx:73
msgid "# hours"
msgstr "# horas"
-#: src/components/channel/CallMessage.tsx:77
+#: src/components/channel/CallMessage.tsx:74
msgid "# minutes"
msgstr "# minutos"
-#: src/components/channel/CallMessage.tsx:73
+#: src/components/channel/CallMessage.tsx:70
msgid "# months"
msgstr "# meses"
-#: src/components/channel/CallMessage.tsx:74
+#: src/components/channel/CallMessage.tsx:71
msgid "# weeks"
msgstr "# semanas"
-#: src/components/channel/CallMessage.tsx:72
+#: src/components/channel/CallMessage.tsx:69
msgid "# years"
msgstr "# años"
@@ -878,11 +878,11 @@ msgstr "<0/> eliminó a <1/> del grupo."
msgid "<0/> removed someone from the group."
msgstr "<0/> eliminó a alguien del grupo."
-#: src/components/channel/CallMessage.tsx:191
+#: src/components/channel/CallMessage.tsx:185
msgid "<0/> started a call that lasted {durationText}."
msgstr "<0/> inició una llamada que duró {durationText}."
-#: src/components/channel/CallMessage.tsx:154
+#: src/components/channel/CallMessage.tsx:148
msgid "<0/> started a call."
msgstr "<0/> inició una llamada."
@@ -943,11 +943,11 @@ msgstr "<0>Restauró el sonido0> al miembro."
msgid "<0>Warning:0> This will also disable SMS two-factor authentication."
msgstr "<0>Advertencia:0> Esto también deshabilitará la autenticación de dos factores por SMS."
-#: src/components/modals/tabs/BetaCodesTab.tsx:278
+#: src/components/modals/tabs/BetaCodesTab.tsx:282
msgid "1 code remaining this week"
msgstr "1 código restante esta semana"
-#: src/components/channel/CallMessage.tsx:75
+#: src/components/channel/CallMessage.tsx:72
#: src/components/modals/BanMemberModal.tsx:54
#: src/components/modals/InviteModal.tsx:77
#: src/components/modals/InviteModal.tsx:212
@@ -956,7 +956,7 @@ msgstr "1 código restante esta semana"
msgid "1 day"
msgstr "1 día"
-#: src/components/channel/CallMessage.tsx:76
+#: src/components/channel/CallMessage.tsx:73
#: src/components/modals/BanMemberModal.tsx:52
#: src/components/modals/channelTabs/ChannelOverviewTab.tsx:154
#: src/components/modals/CustomStatusBottomSheet.tsx:44
@@ -993,7 +993,7 @@ msgstr "1 minuto y {seconds} segundos"
msgid "1 minute and 1 second"
msgstr "1 minuto y 1 segundo"
-#: src/components/channel/CallMessage.tsx:73
+#: src/components/channel/CallMessage.tsx:70
#: src/components/modals/BanMemberModal.tsx:59
msgid "1 month"
msgstr "1 mes"
@@ -1002,12 +1002,12 @@ msgstr "1 mes"
msgid "1 Month"
msgstr "1 mes"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:99
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:120
msgid "1 Month {monthlyPrice}"
msgstr "1 mes {monthlyPrice}"
-#: src/components/modals/components/plutonium/GiftSection.tsx:78
-#: src/components/modals/components/plutonium/PricingSection.tsx:110
+#: src/components/modals/components/plutonium/GiftSection.tsx:88
+#: src/components/modals/components/plutonium/PricingSection.tsx:128
msgid "1 Month Gift"
msgstr "Regalo de 1 mes"
@@ -1020,22 +1020,22 @@ msgstr "1 uso"
msgid "1 user"
msgstr "1 usuario"
-#: src/components/channel/CallMessage.tsx:74
+#: src/components/channel/CallMessage.tsx:71
#: src/components/modals/BanMemberModal.tsx:57
#: src/components/modals/TimeoutMemberOptions.ts:39
msgid "1 week"
msgstr "1 semana"
-#: src/components/channel/CallMessage.tsx:72
+#: src/components/channel/CallMessage.tsx:69
msgid "1 year"
msgstr "1 año"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:91
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:109
msgid "1 Year {yearlyPrice}"
msgstr "1 año {yearlyPrice}"
-#: src/components/modals/components/plutonium/GiftSection.tsx:69
-#: src/components/modals/components/plutonium/PricingSection.tsx:101
+#: src/components/modals/components/plutonium/GiftSection.tsx:76
+#: src/components/modals/components/plutonium/PricingSection.tsx:116
msgid "1 Year Gift"
msgstr "Regalo de 1 año"
@@ -1286,8 +1286,8 @@ msgstr "8 horas"
msgid "A 4-digit tag will be added automatically to ensure uniqueness"
msgstr "Se agregará automáticamente una etiqueta de 4 dígitos para garantizar la unicidad"
-#: src/components/channel/CallMessage.tsx:86
-#: src/components/channel/CallMessage.tsx:148
+#: src/components/channel/CallMessage.tsx:83
+#: src/components/channel/CallMessage.tsx:142
msgid "a few seconds"
msgstr "unos segundos"
@@ -1299,7 +1299,7 @@ msgstr "Un puñado de guerreros de teclado se están reuniendo..."
msgid "A helpful bot that does amazing things!"
msgstr "¡Un bot útil que hace cosas increíbles!"
-#: src/components/channel/CallMessage.tsx:77
+#: src/components/channel/CallMessage.tsx:74
msgid "a minute"
msgstr "un minuto"
@@ -1316,7 +1316,7 @@ msgid "A symphony of clacking keys is underway..."
msgstr "Una sinfonía de teclas sonando está en marcha..."
#: src/components/modals/tabs/MyProfileTab/BioEditor.tsx:127
-#: src/components/modals/UserProfileMobileSheet.tsx:528
+#: src/components/modals/UserProfileMobileSheet.tsx:532
#: src/components/pages/YouPage.tsx:132
msgid "About Me"
msgstr "Sobre mí"
@@ -1330,18 +1330,18 @@ msgstr "Sobre ti"
msgid "Accent Color"
msgstr "Color de acento"
-#: src/components/channel/channel-view/DMChannelView.tsx:291
-#: src/components/channel/dm/DMWelcomeSection.tsx:116
+#: src/components/channel/channel-view/DMChannelView.tsx:292
+#: src/components/channel/dm/DMWelcomeSection.tsx:128
#: src/components/channel/friends/FriendListItem.tsx:238
#: src/components/channel/friends/MobileFriendRequestItem.tsx:99
#: src/components/voice/IncomingCallUI.tsx:302
msgid "Accept"
msgstr "Aceptar"
-#: src/components/bottomsheets/DMBottomSheet.tsx:515
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:260
-#: src/components/modals/UserProfileModal.tsx:1258
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:88
+#: src/components/bottomsheets/DMBottomSheet.tsx:517
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:262
+#: src/components/modals/UserProfileModal.tsx:1259
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:109
msgid "Accept Friend Request"
msgstr "Aceptar solicitud de amistad"
@@ -1358,7 +1358,7 @@ msgstr "Aceptar invitación"
msgid "Accept the incoming call"
msgstr "Aceptar la llamada entrante"
-#: src/components/channel/InviteEmbed.tsx:226
+#: src/components/channel/InviteEmbed.tsx:228
#: src/components/modals/InviteAcceptModal.tsx:163
msgid "Accepting this invite installs the pack automatically."
msgstr "Aceptar esta invitación instala el paquete automáticamente."
@@ -1407,7 +1407,7 @@ msgstr "Cuenta y Premium"
msgid "Account appears to exist solely for spamming"
msgstr "La cuenta parece existir únicamente para enviar spam"
-#: src/components/modals/ClaimAccountModal.tsx:105
+#: src/components/modals/ClaimAccountModal.tsx:107
msgid "Account claimed successfully"
msgstr "Cuenta reclamada exitosamente"
@@ -1459,7 +1459,7 @@ msgstr "Solo en todos los MD en los que has estado alguna vez"
msgid "Action with both icons!"
msgstr "¡Acción con ambos íconos!"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:124
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:143
msgid "Active"
msgstr "Activo"
@@ -1584,12 +1584,13 @@ msgstr "Agregar correo electrónico"
msgid "Add Favorite Channels"
msgstr "Agregar canales favoritos"
-#: src/components/bottomsheets/DMBottomSheet.tsx:524
+#: src/components/bottomsheets/DMBottomSheet.tsx:527
#: src/components/channel/dm/AddFriendView.tsx:32
#: src/components/channel/dm/DMFriendsView.tsx:199
#: src/components/modals/AddFriendSheet.tsx:50
-#: src/components/modals/UserProfileModal.tsx:1178
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:68
+#: src/components/modals/UserProfileModal.tsx:1179
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:75
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:89
msgid "Add Friend"
msgstr "Agregar amigo"
@@ -1597,7 +1598,7 @@ msgstr "Agregar amigo"
msgid "Add Friends"
msgstr "Agregar amigos"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1187
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1211
#: src/components/channel/ChannelHeader.tsx:630
#: src/components/channel/dm/GroupDMWelcomeSection.tsx:85
msgid "Add Friends to Group"
@@ -1612,7 +1613,7 @@ msgstr "Agregar elemento"
msgid "Add new reactions to messages."
msgstr "Agrega nuevas reacciones a los mensajes."
-#: src/components/bottomsheets/DMBottomSheet.tsx:426
+#: src/components/bottomsheets/DMBottomSheet.tsx:428
#: src/components/profile/ProfileCard/ProfileCardActions.tsx:48
#: src/components/uikit/ContextMenu/items/UserNoteMenuItems.tsx:42
msgid "Add Note"
@@ -1647,7 +1648,7 @@ msgstr "Formulario para agregar número de teléfono"
#: src/components/channel/MessageActionBar.tsx:450
#: src/components/channel/MessageActionBar.tsx:741
#: src/components/channel/messageActionMenu.tsx:92
-#: src/components/channel/MessageReactions.tsx:264
+#: src/components/channel/MessageReactions.tsx:263
#: src/components/uikit/ContextMenu/items/MessageMenuItems.tsx:65
msgid "Add Reaction"
msgstr "Agregar reacción"
@@ -1695,8 +1696,8 @@ msgid "Add to favorites"
msgstr "Agregar a favoritos"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:370
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1103
-#: src/components/bottomsheets/DMBottomSheet.tsx:400
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1127
+#: src/components/bottomsheets/DMBottomSheet.tsx:402
#: src/components/channel/ChannelHeader.tsx:547
#: src/components/channel/ChannelHeader.tsx:595
#: src/components/channel/ChannelHeader.tsx:600
@@ -1731,11 +1732,11 @@ msgid "Added to bookmarks"
msgstr "Agregado a marcadores"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:118
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:544
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:558
msgid "Added to favorites"
msgstr "Agregado a favoritos"
-#: src/components/bottomsheets/DMBottomSheet.tsx:129
+#: src/components/bottomsheets/DMBottomSheet.tsx:131
msgid "Added to Favorites"
msgstr "Añadido a Favoritos"
@@ -1752,7 +1753,7 @@ msgstr "Agregado: {createdDate}"
msgid "Added: {createdDate} • Last used: {lastUsedDate}"
msgstr "Agregado: {createdDate} • Último uso: {lastUsedDate}"
-#: src/components/pages/ReportPage.tsx:943
+#: src/components/pages/report/ReportStepDetails.tsx:222
msgid "Additional Comments (optional)"
msgstr "Comentarios adicionales (opcional)"
@@ -1873,7 +1874,7 @@ msgstr "Todas las llamadas notificarán en silencio en lugar de sonar. Por defec
msgid "All Communities"
msgstr "Todas las comunidades"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:74
+#: src/components/modals/components/plutonium/VisionarySection.tsx:83
msgid "All current and future Plutonium benefits, forever"
msgstr "Todos los beneficios actuales y futuros de Plutonium, para siempre"
@@ -1911,7 +1912,7 @@ msgstr "Todos los miembros"
msgid "All messages"
msgstr "Todos los mensajes"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1377
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1401
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:206
#: src/components/modals/GuildNotificationSettingsModal.tsx:87
#: src/components/modals/GuildNotificationSettingsModal.tsx:273
@@ -2071,11 +2072,11 @@ msgstr "Permitido {0}."
msgid "Already have an account?"
msgstr "¿Ya tienes una cuenta?"
-#: src/components/channel/InviteEmbed.tsx:187
+#: src/components/channel/InviteEmbed.tsx:189
msgid "Already joined"
msgstr "Ya te uniste"
-#: src/components/channel/GiftEmbed.tsx:90
+#: src/components/channel/GiftEmbed.tsx:97
msgid "Already redeemed"
msgstr "Ya canjeado"
@@ -2135,8 +2136,8 @@ msgstr "Confiar siempre en <0>{hostname}0> — omitir esta advertencia la pró
msgid "Always underline links"
msgstr "Subrayar siempre los enlaces"
-#: src/components/channel/ChannelSearchResults.tsx:511
-#: src/components/channel/ChannelSearchResults.tsx:562
+#: src/components/channel/ChannelSearchResults.tsx:480
+#: src/components/channel/ChannelSearchResults.tsx:531
#: src/hooks/useChannelSearch.ts:233
#: src/hooks/useChannelSearch.ts:375
msgid "An error occurred while searching"
@@ -2198,7 +2199,7 @@ msgid "Animated Emoji ({0})"
msgstr "Emoji animado ({0})"
#: src/components/channel/embeds/media/EmbedGifv.tsx:237
-#: src/components/channel/embeds/media/EmbedGifv.tsx:725
+#: src/components/channel/embeds/media/EmbedGifv.tsx:749
#: src/components/modals/MediaViewerModal.tsx:294
#: src/components/modals/MediaViewerModal.tsx:362
msgid "Animated GIF"
@@ -2320,8 +2321,8 @@ msgstr "Aplicación actualizada exitosamente"
msgid "Applications"
msgstr "Aplicaciones"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:99
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:137
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:103
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:141
msgid "Applications & Bots"
msgstr "Aplicaciones y Bots"
@@ -2352,7 +2353,7 @@ msgid "Archive"
msgstr "Archivar"
#. placeholder {0}: user.username
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:162
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:164
#: src/components/modals/UserProfileActionsSheet.tsx:133
#: src/utils/RelationshipActionUtils.tsx:141
msgid "Are you sure you want to block {0}? They won't be able to message you or send you friend requests."
@@ -2368,8 +2369,8 @@ msgid "Are you sure you want to close this group DM? You can always reopen it la
msgstr "¿Seguro que quieres cerrar este DM grupal? Siempre puedes volver a abrirlo después."
#. placeholder {0}: recipient?.username ?? ''
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:601
-#: src/components/bottomsheets/DMBottomSheet.tsx:303
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:615
+#: src/components/bottomsheets/DMBottomSheet.tsx:305
msgid "Are you sure you want to close your DM with {0}? You can always reopen it later."
msgstr "¿Seguro que quieres cerrar tu DM con {0}? Siempre puedes volver a abrirlo después."
@@ -2406,7 +2407,7 @@ msgid "Are you sure you want to delete #{0}? This action cannot be undone."
msgstr "¿Seguro que quieres eliminar #{0}? Esta acción no se puede deshacer."
#. placeholder {0}: channel.name ?? 'this channel'
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:667
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:681
msgid "Are you sure you want to delete #{0}? This cannot be undone."
msgstr "¿Seguro que quieres eliminar #{0}? Esto no se puede deshacer."
@@ -2504,7 +2505,7 @@ msgstr "¿Estás seguro de que quieres salir de {0}?"
msgid "Are you sure you want to leave this community? You will no longer be able to see any messages."
msgstr "¿Estás seguro de que quieres salir de esta comunidad? Ya no podrás ver ningún mensaje."
-#: src/components/bottomsheets/DMBottomSheet.tsx:338
+#: src/components/bottomsheets/DMBottomSheet.tsx:340
#: src/hooks/useLeaveGroup.tsx:43
msgid "Are you sure you want to leave this group? You will no longer be able to see any messages."
msgstr "¿Estás seguro de que quieres salir de este grupo? Ya no podrás ver ningún mensaje."
@@ -2515,9 +2516,9 @@ msgid "Are you sure you want to make {0} the group owner? You will lose owner pr
msgstr "¿Estás seguro de que quieres hacer a {0} el dueño del grupo? Perderás los privilegios de dueño."
#. placeholder {0}: user.username
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:145
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:147
#: src/components/modals/UserProfileActionsSheet.tsx:116
-#: src/components/modals/UserProfileMobileSheet.tsx:303
+#: src/components/modals/UserProfileMobileSheet.tsx:304
#: src/utils/RelationshipActionUtils.tsx:114
msgid "Are you sure you want to remove {0} as a friend?"
msgstr "¿Estás seguro de que quieres eliminar a {0} como amigo?"
@@ -2557,10 +2558,10 @@ msgid "Are you sure you want to transfer ownership of the group to {0}?"
msgstr "¿Estás seguro de que quieres transferir la propiedad del grupo a {0}?"
#. placeholder {0}: user.username
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:179
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:181
#: src/components/modals/tabs/BlockedUsersTab.tsx:57
#: src/components/modals/UserProfileActionsSheet.tsx:150
-#: src/components/modals/UserProfileMobileSheet.tsx:319
+#: src/components/modals/UserProfileMobileSheet.tsx:320
#: src/utils/RelationshipActionUtils.tsx:168
msgid "Are you sure you want to unblock {0}?"
msgstr "¿Estás seguro de que quieres desbloquear a {0}?"
@@ -2573,7 +2574,7 @@ msgstr "Club de Arte"
msgid "Artists' Corner"
msgstr "Rincón de Artistas"
-#: src/components/modals/components/plutonium/PricingSection.tsx:63
+#: src/components/modals/components/plutonium/PricingSection.tsx:69
msgid "As a Gift"
msgstr "Como Regalo"
@@ -2689,7 +2690,7 @@ msgstr "Configuración de audio"
msgid "Audio will be included with this screen share."
msgstr "El audio se incluirá con esta compartición de pantalla."
-#: src/components/pages/ReportPage.tsx:311
+#: src/components/pages/report/optionDescriptors.ts:83
msgid "Austria"
msgstr "Austria"
@@ -2844,6 +2845,7 @@ msgstr "Ping promedio:"
#: src/components/modals/PhoneAddModal.tsx:235
#: src/components/modals/RequiredActionModal.tsx:463
#: src/components/pages/OAuthAuthorizePage.tsx:694
+#: src/components/pages/report/ReportStepDetails.tsx:243
msgid "Back"
msgstr "Atrás"
@@ -2933,7 +2935,7 @@ msgid "Balanced quality and bandwidth"
msgstr "Calidad y ancho de banda equilibrados"
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:353
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:320
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:323
#: src/components/modals/UserProfileActionsSheet.tsx:262
msgid "Ban"
msgstr "Prohibir"
@@ -3035,7 +3037,7 @@ msgstr "antes:"
msgid "Begin a call in the current private conversation"
msgstr "Iniciar una llamada en la conversación privada actual"
-#: src/components/pages/ReportPage.tsx:312
+#: src/components/pages/report/optionDescriptors.ts:84
msgid "Belgium"
msgstr "Bélgica"
@@ -3066,7 +3068,7 @@ msgstr "Código beta (opcional)"
msgid "Beta Code Redeemed!"
msgstr "¡Código beta canjeado!"
-#: src/components/modals/tabs/BetaCodesTab.tsx:313
+#: src/components/modals/tabs/BetaCodesTab.tsx:338
#: src/components/modals/utils/settingsSearchIndex.ts:741
msgid "Beta Codes"
msgstr "Códigos beta"
@@ -3083,13 +3085,13 @@ msgstr "Biografía"
msgid "Bio character limit"
msgstr "Límite de caracteres de la biografía"
-#: src/components/bottomsheets/DMBottomSheet.tsx:538
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:163
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:345
+#: src/components/bottomsheets/DMBottomSheet.tsx:541
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:165
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:348
#: src/components/modals/UserProfileActionsSheet.tsx:134
#: src/components/modals/UserProfileActionsSheet.tsx:298
#: src/components/modals/UserProfileModal.tsx:1062
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:190
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:211
#: src/utils/RelationshipActionUtils.tsx:143
msgid "Block"
msgstr "Bloquear"
@@ -3106,7 +3108,7 @@ msgstr "¿Bloquear mensajes directos de miembros de la comunidad?"
msgid "Block for all communities"
msgstr "Bloquear para todas las comunidades"
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:161
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:163
#: src/components/modals/UserProfileActionsSheet.tsx:132
#: src/utils/RelationshipActionUtils.tsx:139
msgid "Block User"
@@ -3270,7 +3272,7 @@ msgstr "Se requiere audio del navegador"
msgid "Browser locale ({browserLocale}): {format}"
msgstr "Configuración regional del navegador ({browserLocale}): {format}"
-#: src/components/pages/ReportPage.tsx:313
+#: src/components/pages/report/optionDescriptors.ts:85
msgid "Bulgaria"
msgstr "Bulgaria"
@@ -3313,16 +3315,16 @@ msgstr "Los botones muestran un indicador de carga cuando submitting es verdader
msgid "Buttons with Icons"
msgstr "Botones con íconos"
-#: src/components/modals/components/plutonium/GiftSection.tsx:74
-#: src/components/modals/components/plutonium/GiftSection.tsx:83
-#: src/components/modals/components/plutonium/GiftSection.tsx:92
-#: src/components/modals/components/plutonium/PricingSection.tsx:106
-#: src/components/modals/components/plutonium/PricingSection.tsx:115
-#: src/components/modals/components/plutonium/PricingSection.tsx:124
+#: src/components/modals/components/plutonium/GiftSection.tsx:81
+#: src/components/modals/components/plutonium/GiftSection.tsx:93
+#: src/components/modals/components/plutonium/GiftSection.tsx:105
+#: src/components/modals/components/plutonium/PricingSection.tsx:121
+#: src/components/modals/components/plutonium/PricingSection.tsx:133
+#: src/components/modals/components/plutonium/PricingSection.tsx:145
msgid "Buy Gift"
msgstr "Comprar regalo"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:114
+#: src/components/modals/components/plutonium/VisionarySection.tsx:140
msgid "Buying Visionary will cancel your current {currentAccessLabel} immediately. It is a one-time purchase with lifetime access."
msgstr "Comprar Visionary cancelará tu {currentAccessLabel} actual inmediatamente. Es una compra única con acceso de por vida."
@@ -3347,7 +3349,7 @@ msgstr "Omitir modo lento"
msgid "Bypass Splash Screen"
msgstr "Omitir pantalla de presentación"
-#: src/components/channel/channel-view/DMChannelView.tsx:271
+#: src/components/channel/channel-view/DMChannelView.tsx:272
msgid "Call available"
msgstr "Llamada disponible"
@@ -3446,11 +3448,11 @@ msgstr "Configuración de cámara"
#: src/components/modals/CategoryCreateModal.tsx:79
#: src/components/modals/ChannelCreateModal.tsx:100
#: src/components/modals/ChannelDeleteModal.tsx:72
-#: src/components/modals/ClaimAccountModal.tsx:179
-#: src/components/modals/ClaimAccountModal.tsx:219
-#: src/components/modals/components/MobileSettingsView.tsx:302
+#: src/components/modals/ClaimAccountModal.tsx:181
+#: src/components/modals/ClaimAccountModal.tsx:221
+#: src/components/modals/components/MobileSettingsView.tsx:297
#: src/components/modals/components/plutonium/hooks/useCheckoutActions.tsx:110
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:328
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:371
#: src/components/modals/ConfirmModal.tsx:146
#: src/components/modals/CreateDMModal.tsx:88
#: src/components/modals/CreateFavoriteCategoryModal.tsx:74
@@ -3473,7 +3475,7 @@ msgstr "Configuración de cámara"
#: src/components/modals/HideOwnCameraConfirmModal.tsx:65
#: src/components/modals/IARModal.tsx:218
#: src/components/modals/ImageCropModal.tsx:981
-#: src/components/modals/InviteModal.tsx:336
+#: src/components/modals/InviteModal.tsx:333
#: src/components/modals/KickMemberModal.tsx:60
#: src/components/modals/MfaTotpDisableModal.tsx:75
#: src/components/modals/MfaTotpEnableModal.tsx:102
@@ -3498,11 +3500,11 @@ msgstr "Configuración de cámara"
msgid "Cancel"
msgstr "Cancelar"
-#: src/components/channel/dm/DMWelcomeSection.tsx:126
+#: src/components/channel/dm/DMWelcomeSection.tsx:138
#: src/components/channel/friends/FriendListItem.tsx:164
#: src/components/channel/friends/FriendListItem.tsx:166
-#: src/components/modals/UserProfileModal.tsx:1273
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:171
+#: src/components/modals/UserProfileModal.tsx:1274
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:192
msgid "Cancel Friend Request"
msgstr "Cancelar solicitud de amistad"
@@ -3522,7 +3524,7 @@ msgstr "Cancelar solicitud"
msgid "Cancel upload"
msgstr "Cancelar carga"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:118
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:137
msgid "Canceling"
msgstr "Cancelando"
@@ -3566,7 +3568,7 @@ msgstr "Alineación de tarjetas"
msgid "Card alignment controls"
msgstr "Controles de alineación de tarjetas"
-#: src/components/modals/components/MobileSettingsView.tsx:123
+#: src/components/modals/components/MobileSettingsView.tsx:118
#: src/components/modals/components/SettingsModalHeader.tsx:76
msgid "Careful! You have unsaved changes."
msgstr "¡Cuidado! Tienes cambios sin guardar."
@@ -3576,7 +3578,7 @@ msgstr "¡Cuidado! Tienes cambios sin guardar."
msgid "Category"
msgstr "Categoría"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1371
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1395
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:239
msgid "Category Default"
msgstr "Categoría predeterminada"
@@ -3594,7 +3596,7 @@ msgstr "Categoría llena"
msgid "Category Name"
msgstr "Nombre de la categoría"
-#: src/components/modals/ChannelSettingsModal.tsx:105
+#: src/components/modals/ChannelSettingsModal.tsx:113
#: src/components/modals/components/DesktopChannelSettingsView.tsx:188
msgid "Category Settings"
msgstr "Configuración de categoría"
@@ -3625,7 +3627,7 @@ msgstr "Cambiar fondo"
msgid "Change Banner"
msgstr "Cambiar banner"
-#: src/components/pages/ReportPage.tsx:752
+#: src/components/pages/report/ReportStepVerification.tsx:126
msgid "Change email"
msgstr "Cambiar correo electrónico"
@@ -3647,8 +3649,8 @@ msgstr "Cambiar FluxerTag"
msgid "Change FluxerTag form"
msgstr "Formulario para cambiar FluxerTag"
-#: src/components/bottomsheets/DMBottomSheet.tsx:433
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:133
+#: src/components/bottomsheets/DMBottomSheet.tsx:435
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:154
msgid "Change Friend Nickname"
msgstr "Cambiar apodo de amigo"
@@ -3673,7 +3675,7 @@ msgid "Change My Group Nickname"
msgstr "Cambiar mi apodo de grupo"
#: src/components/modals/BaseChangeNicknameModal.tsx:82
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:238
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:240
#: src/components/modals/RenameChannelModal.tsx:58
#: src/components/modals/UserProfileActionsSheet.tsx:225
#: src/components/modals/UserProfileActionsSheet.tsx:225
@@ -3760,8 +3762,8 @@ msgstr "Se cambió la región de voz a {0}."
msgid "channel"
msgstr "canal"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:483
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:549
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:497
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:563
#: src/components/invites/InviteListItem.tsx:50
#: src/components/webhooks/WebhookListItem.tsx:240
#: src/constants/AuditLogConstants.tsx:236
@@ -3796,7 +3798,7 @@ msgid "Channel Debug"
msgstr "Depuración de canal"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:188
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:675
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:689
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:329
msgid "Channel deleted"
msgstr "Canal eliminado"
@@ -3806,11 +3808,11 @@ msgid "Channel Deleted"
msgstr "Canal eliminado"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:273
-#: src/components/bottomsheets/DMBottomSheet.tsx:366
+#: src/components/bottomsheets/DMBottomSheet.tsx:368
msgid "Channel ID copied"
msgstr "ID del canal copiado"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:535
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:549
msgid "Channel ID copied to clipboard"
msgstr "ID del canal copiado al portapapeles"
@@ -3878,9 +3880,9 @@ msgstr "Registro del canal"
msgid "Channel removed from favorites"
msgstr "Canal eliminado de favoritos"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1092
-#: src/components/layout/ChannelItem.tsx:630
-#: src/components/modals/ChannelSettingsModal.tsx:105
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1116
+#: src/components/layout/ChannelItem.tsx:647
+#: src/components/modals/ChannelSettingsModal.tsx:113
#: src/components/modals/components/DesktopChannelSettingsView.tsx:188
msgid "Channel Settings"
msgstr "Configuración del canal"
@@ -3947,7 +3949,7 @@ msgstr "Revisa nuestro <0>Bluesky (@fluxer.app)0> para actualizaciones de esta
msgid "Check out my custom theme!"
msgstr "¡Mira mi tema personalizado!"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:105
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:109
msgid "Check your connection and try again."
msgstr "Verifica tu conexión e intenta de nuevo."
@@ -3969,8 +3971,8 @@ msgstr "Casillas de verificación"
msgid "Checking..."
msgstr "Verificando..."
-#: src/components/pages/ReportPage.tsx:270
-#: src/components/pages/ReportPage.tsx:299
+#: src/components/pages/report/optionDescriptors.ts:51
+#: src/components/pages/report/optionDescriptors.ts:74
#: src/constants/IARConstants.tsx:72
#: src/constants/IARConstants.tsx:175
msgid "Child Safety Concerns"
@@ -3984,6 +3986,10 @@ msgstr "Chino (Simplificado)"
msgid "Chinese (Traditional)"
msgstr "Chino (Tradicional)"
+#: src/components/pages/report/ReportBreadcrumbs.tsx:46
+msgid "Choose"
+msgstr "Elegir"
+
#: src/components/pages/OAuthAuthorizePage.tsx:898
msgid "Choose a community"
msgstr "Elige una comunidad"
@@ -4080,25 +4086,36 @@ msgstr "Elige el color de acento de tu perfil"
#: src/components/channel/barriers/BarrierComponents.tsx:109
#: src/components/channel/barriers/BarrierComponents.tsx:240
-#: src/components/layout/app-layout/nagbars/UnclaimedAccountNagbar.tsx:47
-#: src/components/modals/ClaimAccountModal.tsx:225
-#: src/components/modals/components/UnclaimedAccountAlert.tsx:34
+#: src/components/channel/dm/AddFriendForm.tsx:57
+#: src/components/layout/app-layout/nagbars/UnclaimedAccountNagbar.tsx:45
+#: src/components/modals/ClaimAccountModal.tsx:227
+#: src/components/modals/components/UnclaimedAccountAlert.tsx:32
+#: src/components/modals/GiftAcceptModal.tsx:170
#: src/components/modals/tabs/AccountSecurityTab/SecurityTab.tsx:206
+#: src/components/modals/tabs/BetaCodesTab.tsx:297
+#: src/components/modals/tabs/GiftInventoryTab.tsx:242
msgid "Claim Account"
msgstr "Reclamar cuenta"
-#: src/components/channel/GiftEmbed.tsx:98
-#: src/components/modals/GiftAcceptModal.tsx:154
+#: src/components/channel/GiftEmbed.tsx:109
+msgid "Claim Account to Redeem"
+msgstr "Reclama tu cuenta para canjear"
+
+#: src/components/channel/GiftEmbed.tsx:109
+#: src/components/modals/GiftAcceptModal.tsx:197
#: src/components/pages/GiftLoginPage.tsx:155
#: src/components/pages/GiftRegisterPage.tsx:42
msgid "Claim Gift"
msgstr "Reclamar regalo"
-#: src/components/modals/ClaimAccountModal.tsx:141
+#: src/components/channel/dm/AddFriendForm.tsx:53
+#: src/components/modals/ClaimAccountModal.tsx:143
+#: src/components/modals/tabs/BetaCodesTab.tsx:293
+#: src/components/modals/tabs/GiftInventoryTab.tsx:238
msgid "Claim your account"
msgstr "Reclama tu cuenta"
-#: src/components/modals/ClaimAccountModal.tsx:146
+#: src/components/modals/ClaimAccountModal.tsx:148
msgid "Claim your account by adding an email and password. We will send a verification code to confirm your email before finishing."
msgstr "Reclama tu cuenta agregando un correo electrónico y una contraseña. Enviaremos un código de verificación para confirmar tu correo antes de finalizar."
@@ -4106,11 +4123,68 @@ msgstr "Reclama tu cuenta agregando un correo electrónico y una contraseña. En
msgid "Claim your account to access security features like two-factor authentication and passkeys."
msgstr "Reclama tu cuenta para acceder a funciones de seguridad como autenticación de dos factores y claves de acceso."
+#: src/components/channel/ChannelHeader/CallButtons.tsx:85
+#: src/components/channel/ChannelHeader/CallButtons.tsx:155
+msgid "Claim your account to call"
+msgstr "Reclama tu cuenta para llamar"
+
#: src/components/modals/tabs/MyProfileTab/UsernameSection.tsx:49
msgid "Claim your account to change your FluxerTag"
msgstr "Reclama tu cuenta para cambiar tu FluxerTag"
-#: src/components/modals/GiftAcceptModal.tsx:145
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:146
+msgid "Claim your account to create applications."
+msgstr "Reclama tu cuenta para crear aplicaciones."
+
+#: src/components/modals/tabs/BetaCodesTab.tsx:294
+msgid "Claim your account to generate beta codes."
+msgstr "Reclama tu cuenta para generar códigos beta."
+
+#: src/components/layout/ChannelItem.tsx:208
+#: src/components/layout/ChannelItem.tsx:382
+#: src/stores/voice/MediaEngineFacade.ts:537
+msgid "Claim your account to join this voice channel."
+msgstr "Reclama tu cuenta para unirte a este canal de voz."
+
+#: src/stores/voice/MediaEngineFacade.ts:170
+msgid "Claim your account to join voice channels you don't own."
+msgstr "Reclama tu cuenta para unirte a canales de voz que no posees."
+
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:55
+#: src/components/modals/components/plutonium/GiftSection.tsx:61
+#: src/components/modals/components/plutonium/PricingSection.tsx:63
+#: src/components/modals/components/plutonium/VisionarySection.tsx:62
+#: src/components/modals/components/PlutoniumContent.tsx:99
+msgid "Claim your account to purchase Fluxer Plutonium."
+msgstr "Reclama tu cuenta para comprar Fluxer Plutonium."
+
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:112
+msgid "Claim your account to purchase or redeem Fluxer Plutonium."
+msgstr "Reclama tu cuenta para comprar o canjear Fluxer Plutonium."
+
+#: src/components/modals/tabs/GiftInventoryTab.tsx:239
+msgid "Claim your account to redeem or manage Plutonium gift codes."
+msgstr "Reclama tu cuenta para canjear o gestionar códigos de regalo de Plutonium."
+
+#: src/components/channel/GiftEmbed.tsx:99
+#: src/components/modals/GiftAcceptModal.tsx:154
+msgid "Claim your account to redeem this gift."
+msgstr "Reclama tu cuenta para canjear este regalo."
+
+#: src/components/channel/dm/AddFriendForm.tsx:54
+#: src/components/channel/dm/DMWelcomeSection.tsx:109
+#: src/components/modals/UserProfileModal.tsx:1289
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:65
+msgid "Claim your account to send friend requests."
+msgstr "Reclama tu cuenta para enviar solicitudes de amistad."
+
+#: src/components/channel/ChannelHeader/CallButtons.tsx:54
+#: src/components/channel/ChannelHeader/CallButtons.tsx:124
+#: src/stores/voice/MediaEngineFacade.ts:179
+msgid "Claim your account to start or join 1:1 calls."
+msgstr "Reclama tu cuenta para iniciar o unirte a llamadas 1:1."
+
+#: src/components/modals/GiftAcceptModal.tsx:188
msgid "Claim your gift to activate your premium subscription!"
msgstr "¡Reclama tu regalo para activar tu suscripción premium!"
@@ -4164,8 +4238,8 @@ msgstr "Borrar permisos"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:420
#: src/components/channel/MessageSearchBar/MessageSearchBar.tsx:1424
-#: src/components/channel/shared/PickerSearchInput.tsx:195
-#: src/components/channel/shared/PickerSearchInput.tsx:212
+#: src/components/channel/shared/PickerSearchInput.tsx:194
+#: src/components/channel/shared/PickerSearchInput.tsx:211
#: src/components/modals/components/SettingsSearch.tsx:108
msgid "Clear search"
msgstr "Borrar búsqueda"
@@ -4200,11 +4274,11 @@ msgstr "Se borró la descripción de la pegatina."
msgid "Cleared the topic."
msgstr "Se borró el tema."
-#: src/components/modals/components/MobileSettingsView.tsx:297
+#: src/components/modals/components/MobileSettingsView.tsx:292
msgid "Clearing subscriptions ensures the gateway stops sending messages to this installation."
msgstr "Borrar las suscripciones asegura que la puerta de enlace deje de enviar mensajes a esta instalación."
-#: src/components/modals/tabs/BetaCodesTab.tsx:366
+#: src/components/modals/tabs/BetaCodesTab.tsx:391
msgid "Click \"Create Code\" to generate your first code."
msgstr "Haz clic en \"Crear código\" para generar tu primer código."
@@ -4240,13 +4314,13 @@ msgstr "Haz clic para agregar una nota"
msgid "Click to check and uncheck. Available in square and round styles."
msgstr "Haz clic para marcar y desmarcar. Disponible en estilos cuadrado y redondo."
-#: src/components/channel/GiftEmbed.tsx:90
+#: src/components/channel/GiftEmbed.tsx:100
msgid "Click to claim your gift!"
msgstr "¡Haz clic para reclamar tu regalo!"
#: src/components/invites/InviteListItem.tsx:184
#: src/components/modals/components/ClientInfo.tsx:76
-#: src/components/modals/tabs/BetaCodesTab.tsx:172
+#: src/components/modals/tabs/BetaCodesTab.tsx:174
msgid "Click to copy"
msgstr "Haz clic para copiar"
@@ -4328,12 +4402,12 @@ msgid "Close"
msgstr "Cerrar"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:341
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:600
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:602
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1239
-#: src/components/bottomsheets/DMBottomSheet.tsx:302
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:614
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:616
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1263
#: src/components/bottomsheets/DMBottomSheet.tsx:304
-#: src/components/bottomsheets/DMBottomSheet.tsx:557
+#: src/components/bottomsheets/DMBottomSheet.tsx:306
+#: src/components/bottomsheets/DMBottomSheet.tsx:560
#: src/components/channel/dm/DMList.tsx:292
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:82
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:84
@@ -4358,7 +4432,8 @@ msgstr "Tema Carbón"
#: src/components/invites/InviteListItem.tsx:54
#: src/components/modals/MfaTotpDisableModal.tsx:64
#: src/components/modals/MfaTotpEnableModal.tsx:91
-#: src/components/modals/tabs/BetaCodesTab.tsx:51
+#: src/components/modals/tabs/BetaCodesTab.tsx:53
+#: src/components/pages/report/ReportBreadcrumbs.tsx:48
msgid "Code"
msgstr "Código"
@@ -4370,7 +4445,8 @@ msgstr "Código y Monoespacio"
msgid "Code Blocks"
msgstr "Bloques de código"
-#: src/components/modals/ClaimAccountModal.tsx:123
+#: src/components/modals/ClaimAccountModal.tsx:125
+#: src/components/pages/ReportPage.tsx:231
msgid "Code resent"
msgstr "Código reenviado"
@@ -4379,8 +4455,8 @@ msgid "Code sent"
msgstr "Código enviado"
#: src/components/invites/InviteListItem.tsx:180
-#: src/components/modals/tabs/BetaCodesTab.tsx:104
-#: src/components/modals/tabs/BetaCodesTab.tsx:168
+#: src/components/modals/tabs/BetaCodesTab.tsx:106
+#: src/components/modals/tabs/BetaCodesTab.tsx:170
msgid "Code:"
msgstr "Código:"
@@ -4472,7 +4548,7 @@ msgstr "Comunidad silenciada"
msgid "Community Debug"
msgstr "Depuración de comunidad"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1371
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1395
#: src/components/uikit/ContextMenu/items/CategoryMenuItems.tsx:221
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:239
msgid "Community Default"
@@ -4542,8 +4618,8 @@ msgstr "Configuración de notificaciones de la comunidad"
msgid "Community organizes raids or harassment campaigns"
msgstr "La comunidad organiza incursiones o campañas de acoso"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:237
-#: src/components/channel/MemberListItem.tsx:102
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:238
+#: src/components/channel/MemberListItem.tsx:109
#: src/components/modals/guildTabs/GuildMembersTab.tsx:145
#: src/components/modals/guildTabs/GuildMembersTab.tsx:197
msgid "Community Owner"
@@ -4567,14 +4643,14 @@ msgstr "La comunidad promueve o facilita actividades ilegales"
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:172
#: src/components/modals/components/DesktopGuildSettingsView.tsx:204
-#: src/components/modals/GuildSettingsModal.tsx:168
+#: src/components/modals/GuildSettingsModal.tsx:173
#: src/components/popouts/GuildHeaderPopout.tsx:187
#: src/components/uikit/ContextMenu/items/GuildMenuItems.tsx:360
msgid "Community Settings"
msgstr "Configuración de la comunidad"
-#: src/components/layout/GuildLayout.tsx:301
-#: src/components/layout/GuildLayout.tsx:348
+#: src/components/layout/GuildLayout.tsx:306
+#: src/components/layout/GuildLayout.tsx:353
msgid "Community temporarily unavailable"
msgstr "Comunidad temporalmente no disponible"
@@ -4782,8 +4858,8 @@ msgstr "Conectado a voz"
msgid "Connecting..."
msgstr "Conectando..."
-#: src/components/channel/channel-view/DMChannelView.tsx:273
-#: src/components/channel/channel-view/DMChannelView.tsx:323
+#: src/components/channel/channel-view/DMChannelView.tsx:274
+#: src/components/channel/channel-view/DMChannelView.tsx:324
#: src/components/voice/CompactVoiceCallView.tsx:55
msgid "Connecting…"
msgstr "Conectando…"
@@ -4979,7 +5055,7 @@ msgstr "Controlar tu estado de actividad"
#: src/components/modals/shared/CopyLinkSection.tsx:61
#: src/components/modals/tabs/ApplicationsTab/application-detail/ApplicationHeader.tsx:68
-#: src/components/modals/tabs/GiftInventoryTab.tsx:143
+#: src/components/modals/tabs/GiftInventoryTab.tsx:144
msgid "Copied"
msgstr "Copiado"
@@ -5001,7 +5077,7 @@ msgstr "¡Copiado!"
#: src/components/modals/BackupCodesModal.tsx:82
#: src/components/modals/shared/CopyLinkSection.tsx:61
#: src/components/modals/tabs/ApplicationsTab/application-detail/OAuthBuilderSection.tsx:142
-#: src/components/modals/tabs/GiftInventoryTab.tsx:143
+#: src/components/modals/tabs/GiftInventoryTab.tsx:144
msgid "Copy"
msgstr "Copiar"
@@ -5017,7 +5093,7 @@ msgstr "Copiar audio"
msgid "Copy authorize URL"
msgstr "Copiar URL de autorización"
-#: src/components/modals/tabs/BetaCodesTab.tsx:178
+#: src/components/modals/tabs/BetaCodesTab.tsx:180
msgid "Copy beta code"
msgstr "Copiar código beta"
@@ -5028,8 +5104,8 @@ msgstr "Copiar ID de categoría"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:320
#: src/components/bottomsheets/ChannelBottomSheet.tsx:347
#: src/components/bottomsheets/ChannelBottomSheet.tsx:433
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1293
-#: src/components/bottomsheets/DMBottomSheet.tsx:577
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1317
+#: src/components/bottomsheets/DMBottomSheet.tsx:580
#: src/components/channel/dm/DMList.tsx:271
#: src/components/channel/dm/DMList.tsx:298
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:362
@@ -5090,7 +5166,7 @@ msgstr "Copiar imagen"
msgid "Copy invite link"
msgstr "Copiar enlace de invitación"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1154
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1178
#: src/components/modals/tabs/ComponentGalleryTab/ButtonsTab.tsx:182
#: src/components/modals/tabs/ComponentGalleryTab/index.tsx:100
#: src/components/modals/tabs/ComponentGalleryTab/Inline.tsx:95
@@ -5131,15 +5207,15 @@ msgstr "Copiar ID del sticker"
msgid "Copy Text"
msgstr "Copiar texto"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1285
-#: src/components/bottomsheets/DMBottomSheet.tsx:570
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1309
+#: src/components/bottomsheets/DMBottomSheet.tsx:573
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:370
#: src/components/modals/guildTabs/BannedUserActionsSheet.tsx:74
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:358
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:361
#: src/components/modals/tabs/BlockedUsersTab.tsx:107
#: src/components/modals/UserProfileActionsSheet.tsx:213
#: src/components/modals/UserProfileModal.tsx:1130
-#: src/components/popouts/UserAreaPopout.tsx:507
+#: src/components/popouts/UserAreaPopout.tsx:509
#: src/components/profile/ProfileCard/ProfileCardActions.tsx:60
#: src/components/uikit/ContextMenu/items/CopyMenuItems.tsx:42
msgid "Copy User ID"
@@ -5175,7 +5251,7 @@ msgstr "Temporizador de cuenta regresiva"
msgid "Country"
msgstr "País"
-#: src/components/pages/ReportPage.tsx:928
+#: src/components/pages/report/ReportStepDetails.tsx:205
msgid "Country of Residence"
msgstr "País de residencia"
@@ -5207,7 +5283,7 @@ msgid "Create a new community or join an existing one."
msgstr "Crea una nueva comunidad o únete a una existente."
#. placeholder {0}: recipient.username
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:905
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:937
msgid "Create a new group with {0}"
msgstr "Crear un nuevo grupo con {0}"
@@ -5239,7 +5315,7 @@ msgstr "Crear una cuenta"
msgid "Create an account to claim your gift"
msgstr "Crear una cuenta para reclamar tu regalo"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:138
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:142
msgid "Create and manage applications and bots for your account."
msgstr "Crear y administrar aplicaciones y bots para tu cuenta."
@@ -5248,7 +5324,8 @@ msgid "Create and share custom emoji and sticker packs with Fluxer Plutonium."
msgstr "Crear y compartir paquetes de emojis y stickers personalizados con Fluxer Plutonium."
#: src/components/modals/tabs/ApplicationsTab/ApplicationCreateModal.tsx:87
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:142
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:149
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:155
msgid "Create Application"
msgstr "Crear aplicación"
@@ -5267,7 +5344,7 @@ msgid "Create Category"
msgstr "Crear categoría"
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:180
-#: src/components/layout/ChannelItem.tsx:607
+#: src/components/layout/ChannelItem.tsx:624
#: src/components/modals/ChannelCreateModal.tsx:58
#: src/components/modals/ChannelCreateModal.tsx:103
#: src/components/popouts/GuildHeaderPopout.tsx:194
@@ -5276,8 +5353,8 @@ msgstr "Crear categoría"
msgid "Create Channel"
msgstr "Crear canal"
-#: src/components/modals/tabs/BetaCodesTab.tsx:326
-#: src/components/modals/tabs/BetaCodesTab.tsx:369
+#: src/components/modals/tabs/BetaCodesTab.tsx:351
+#: src/components/modals/tabs/BetaCodesTab.tsx:394
msgid "Create Code"
msgstr "Crear código"
@@ -5329,7 +5406,7 @@ msgstr "Crear nueva cuenta"
msgid "Create new group"
msgstr "Crear nuevo grupo"
-#: src/components/modals/InviteModal.tsx:339
+#: src/components/modals/InviteModal.tsx:336
msgid "Create New Link"
msgstr "Crear nuevo enlace"
@@ -5373,7 +5450,7 @@ msgid "Create, edit, or delete webhooks."
msgstr "Crear, editar o eliminar webhooks."
#: src/components/invites/InviteListItem.tsx:59
-#: src/components/modals/tabs/BetaCodesTab.tsx:57
+#: src/components/modals/tabs/BetaCodesTab.tsx:59
msgid "Created"
msgstr "Creado"
@@ -5390,7 +5467,7 @@ msgstr "Creado {createdAt}"
#. placeholder {0}: invite.pack.creator.username
#. placeholder {0}: pack.creator.username
#: src/components/auth/InviteHeader.tsx:158
-#: src/components/channel/InviteEmbed.tsx:218
+#: src/components/channel/InviteEmbed.tsx:220
#: src/components/modals/InviteAcceptModal.tsx:152
msgid "Created by {0}"
msgstr "Creado por {0}"
@@ -5427,8 +5504,8 @@ msgid "Created with name {newLabel}."
msgstr "Creado con el nombre {newLabel}."
#: src/components/invites/InviteListItem.tsx:207
-#: src/components/modals/tabs/BetaCodesTab.tsx:135
-#: src/components/modals/tabs/BetaCodesTab.tsx:212
+#: src/components/modals/tabs/BetaCodesTab.tsx:137
+#: src/components/modals/tabs/BetaCodesTab.tsx:214
msgid "Created:"
msgstr "Creado:"
@@ -5440,7 +5517,7 @@ msgstr "Colectivo de Mentes Creativas"
msgid "Creative Writing Club"
msgstr "Club de Escritura Creativa"
-#: src/components/pages/ReportPage.tsx:314
+#: src/components/pages/report/optionDescriptors.ts:86
msgid "Croatia"
msgstr "Croacia"
@@ -5519,8 +5596,8 @@ msgid "Currently stuck in 1885, appearing offline"
msgstr "Actualmente atascado en 1885, apareciendo como desconectado"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:461
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1023
-#: src/components/bottomsheets/DMBottomSheet.tsx:605
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1047
+#: src/components/bottomsheets/DMBottomSheet.tsx:608
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:305
msgid "Currently: {mutedText}"
msgstr "Actualmente: {mutedText}"
@@ -5665,7 +5742,7 @@ msgstr "Personalizar tu avatar, banner, color de acento y biografía para comuni
msgid "Cut"
msgstr "Cortar"
-#: src/components/pages/ReportPage.tsx:315
+#: src/components/pages/report/optionDescriptors.ts:87
msgid "Cyprus"
msgstr "Chipre"
@@ -5673,7 +5750,7 @@ msgstr "Chipre"
msgid "Czech"
msgstr "Checo"
-#: src/components/pages/ReportPage.tsx:316
+#: src/components/pages/report/optionDescriptors.ts:88
msgid "Czech Republic"
msgstr "República Checa"
@@ -5746,9 +5823,9 @@ msgstr "Formato de fecha"
#: src/components/auth/AuthMinimalRegisterFormCore.tsx:93
#: src/components/auth/AuthRegisterFormCore.tsx:139
-#: src/components/auth/DateOfBirthField.tsx:90
-#: src/components/auth/DateOfBirthField.tsx:124
-#: src/components/auth/DateOfBirthField.tsx:292
+#: src/components/auth/DateOfBirthField.tsx:87
+#: src/components/auth/DateOfBirthField.tsx:121
+#: src/components/auth/DateOfBirthField.tsx:289
#: src/components/auth/MockMinimalRegisterForm.tsx:107
msgid "Date of birth"
msgstr "Fecha de nacimiento"
@@ -5757,8 +5834,7 @@ msgstr "Fecha de nacimiento"
msgid "Date Options"
msgstr "Opciones de Fecha"
-#: src/components/auth/DateOfBirthField.tsx:88
-#: src/components/auth/DateOfBirthField.tsx:155
+#: src/components/auth/DateOfBirthField.tsx:152
#: src/components/auth/MockMinimalRegisterForm.tsx:73
msgid "Day"
msgstr "Día"
@@ -5817,11 +5893,11 @@ msgstr "Desautorizar"
msgid "Deauthorize Application"
msgstr "Desautorizar aplicación"
-#: src/components/modals/components/MobileSettingsView.tsx:369
+#: src/components/modals/components/MobileSettingsView.tsx:364
msgid "Debug"
msgstr "Depurar"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1267
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1291
#: src/components/uikit/ContextMenu/items/DebugMenuItems.tsx:71
msgid "Debug Channel"
msgstr "Depurar canal"
@@ -5844,7 +5920,7 @@ msgstr "Depurar miembro"
msgid "Debug Message"
msgstr "Depurar mensaje"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1275
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1299
#: src/components/uikit/ContextMenu/items/DebugMenuItems.tsx:53
msgid "Debug User"
msgstr "Depurar usuario"
@@ -5905,8 +5981,8 @@ msgstr "Por defecto, desactivado en móviles para preservar la batería y el uso
#: src/actions/MessageActionCreators.tsx:394
#: src/components/channel/embeds/media/EmbedAudio.tsx:227
#: src/components/channel/embeds/media/MediaContainer.tsx:115
-#: src/components/channel/Messages.tsx:444
-#: src/components/channel/Messages.tsx:524
+#: src/components/channel/Messages.tsx:442
+#: src/components/channel/Messages.tsx:522
#: src/components/channel/MobileMemesPicker.tsx:546
#: src/components/channel/pickers/memes/MemeGridItem.tsx:120
#: src/components/emojis/EmojiListItem.tsx:189
@@ -5923,7 +5999,7 @@ msgstr "Por defecto, desactivado en móviles para preservar la batería y el uso
msgid "Delete"
msgstr "Eliminar"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:666
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:680
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:320
msgid "Delete {channelType}"
msgstr "Eliminar {channelType}"
@@ -5987,8 +6063,8 @@ msgstr "Eliminar categoría"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:179
#: src/components/bottomsheets/ChannelBottomSheet.tsx:181
#: src/components/bottomsheets/ChannelBottomSheet.tsx:421
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:668
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1224
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:682
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1248
#: src/components/modals/components/DesktopChannelSettingsView.tsx:176
#: src/components/modals/components/MobileChannelSettingsView.tsx:85
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:322
@@ -6021,8 +6097,8 @@ msgstr "Eliminar medios"
#: src/components/channel/MessageActionBar.tsx:804
#: src/components/channel/messageActionMenu.tsx:156
#: src/components/channel/messageActionMenu.tsx:193
-#: src/components/channel/Messages.tsx:441
-#: src/components/channel/Messages.tsx:521
+#: src/components/channel/Messages.tsx:439
+#: src/components/channel/Messages.tsx:519
#: src/components/uikit/ContextMenu/items/MessageMenuItems.tsx:273
msgid "Delete Message"
msgstr "Eliminar mensaje"
@@ -6114,7 +6190,7 @@ msgstr "Denegado {0} y eliminada la denegación para {1}."
msgid "Denied {0}."
msgstr "Denegado {0}."
-#: src/components/pages/ReportPage.tsx:317
+#: src/components/pages/report/optionDescriptors.ts:89
msgid "Denmark"
msgstr "Dinamarca"
@@ -6143,7 +6219,7 @@ msgstr "Describe el sticker"
msgid "Describe what expressions are inside this pack."
msgstr "Describe qué expresiones hay dentro de este paquete."
-#: src/components/pages/ReportPage.tsx:946
+#: src/components/pages/report/ReportStepDetails.tsx:225
msgid "Describe what makes the content illegal"
msgstr "Describe qué hace que el contenido sea ilegal"
@@ -6205,6 +6281,10 @@ msgstr "Banner Desacoplado"
msgid "details"
msgstr "detalles"
+#: src/components/pages/report/ReportBreadcrumbs.tsx:49
+msgid "Details"
+msgstr "Detalles"
+
#: src/components/modals/AddGuildModal.tsx:150
msgid "Dev Den"
msgstr "Dev Den"
@@ -6274,7 +6354,7 @@ msgstr "Diferentes tamaños y recuentos de miembros"
msgid "Direct message"
msgstr "Mensaje directo"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:477
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:491
#: src/components/modals/shared/RecipientList.tsx:200
msgid "Direct Message"
msgstr "Mensaje Directo"
@@ -6516,8 +6596,8 @@ msgstr "Discusión o promoción de actividades ilegales"
#: src/components/layout/app-layout/nagbars/PremiumGracePeriodNagbar.tsx:79
#: src/components/layout/app-layout/nagbars/PremiumOnboardingNagbar.tsx:57
#: src/components/layout/GuildLayout.tsx:106
-#: src/components/modals/GiftAcceptModal.tsx:98
-#: src/components/modals/GiftAcceptModal.tsx:124
+#: src/components/modals/GiftAcceptModal.tsx:105
+#: src/components/modals/GiftAcceptModal.tsx:131
#: src/components/modals/RequiredActionModal.tsx:475
msgid "Dismiss"
msgstr "Descartar"
@@ -6562,8 +6642,8 @@ msgstr "Mostrar miembros de roles por separado."
msgid "Display separator lines between different groups of messages for better visual distinction."
msgstr "Mostrar líneas separadoras entre diferentes grupos de mensajes para una mejor distinción visual."
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:613
-#: src/components/bottomsheets/DMBottomSheet.tsx:315
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:627
+#: src/components/bottomsheets/DMBottomSheet.tsx:317
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:97
#: src/components/uikit/ContextMenu/UserContextMenu.tsx:168
msgid "DM closed"
@@ -6581,7 +6661,7 @@ msgstr "Vistas previas de mensajes MD"
msgid "DM Notifications"
msgstr "Notificaciones de MD"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1092
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1116
msgid "DM Settings"
msgstr "Configuración de MD"
@@ -6662,6 +6742,7 @@ msgstr "No mostrar indicadores de escritura en la lista de canales"
#: src/components/keybinds/KeybindRecorder.tsx:220
#: src/components/modals/GuildNotificationSettingsModal.tsx:347
#: src/components/modals/GuildPrivacySettingsModal.tsx:68
+#: src/components/pages/report/ReportBreadcrumbs.tsx:50
#: src/components/search/HasFilterSheet.tsx:124
#: src/components/search/UserFilterSheet.tsx:149
msgid "Done"
@@ -6843,13 +6924,13 @@ msgstr "Editar adjunto"
msgid "Edit attachment form"
msgstr "Formulario para editar adjunto"
-#: src/components/layout/ChannelItem.tsx:630
+#: src/components/layout/ChannelItem.tsx:647
#: src/components/uikit/ContextMenu/items/CategoryMenuItems.tsx:299
msgid "Edit Category"
msgstr "Editar categoría"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:416
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1218
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1242
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:300
msgid "Edit Channel"
msgstr "Editar canal"
@@ -6869,8 +6950,8 @@ msgid "Edit global settings like name, description, and icon."
msgstr "Editar configuraciones globales como nombre, descripción e ícono."
#: src/components/bottomsheets/ChannelBottomSheet.tsx:284
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1178
-#: src/components/bottomsheets/DMBottomSheet.tsx:461
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1202
+#: src/components/bottomsheets/DMBottomSheet.tsx:463
#: src/components/channel/dm/DMList.tsx:237
#: src/components/channel/dm/GroupDMWelcomeSection.tsx:74
#: src/components/modals/EditGroupBottomSheet.tsx:177
@@ -6883,7 +6964,7 @@ msgstr "Editar grupo"
msgid "Edit group form"
msgstr "Formulario para editar grupo"
-#: src/components/modals/InviteModal.tsx:327
+#: src/components/modals/InviteModal.tsx:324
msgid "Edit invite link"
msgstr "Editar enlace de invitación"
@@ -6910,10 +6991,10 @@ msgstr "Editar nota"
msgid "Edit overwrites for roles and members in this channel."
msgstr "Editar sobrescrituras para roles y miembros en este canal."
-#: src/components/modals/UserProfileMobileSheet.tsx:486
-#: src/components/modals/UserProfileModal.tsx:1205
+#: src/components/modals/UserProfileMobileSheet.tsx:490
+#: src/components/modals/UserProfileModal.tsx:1206
#: src/components/pages/YouPage.tsx:123
-#: src/components/popouts/UserAreaPopout.tsx:519
+#: src/components/popouts/UserAreaPopout.tsx:521
#: src/components/popouts/UserProfilePopout.tsx:299
msgid "Edit Profile"
msgstr "Editar perfil"
@@ -6966,19 +7047,20 @@ msgstr "Editando mensaje programado"
#: src/components/auth/AuthLoginCore/AuthLoginEmailPasswordForm.tsx:78
#: src/components/auth/AuthRegisterFormCore.tsx:133
#: src/components/auth/AuthRegisterFormCore.tsx:159
-#: src/components/modals/ClaimAccountModal.tsx:157
+#: src/components/modals/ClaimAccountModal.tsx:159
#: src/components/modals/RequiredActionModal.tsx:185
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:210
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:241
#: src/components/modals/utils/settingsSearchIndex.ts:94
#: src/components/pages/ForgotPasswordPage.tsx:97
+#: src/components/pages/report/ReportBreadcrumbs.tsx:47
msgid "Email"
msgstr "Correo electrónico"
#: src/components/modals/tabs/AccountSecurityTab/AccountTab.tsx:65
#: src/components/modals/tabs/AccountSecurityTab/AccountTab.tsx:91
#: src/components/modals/tabs/ComponentGalleryTab/InputsTab.tsx:107
-#: src/components/pages/ReportPage.tsx:662
+#: src/components/pages/report/ReportStepEmail.tsx:76
msgid "Email Address"
msgstr "Dirección de correo electrónico"
@@ -7019,10 +7101,6 @@ msgstr "Se requiere verificación de correo electrónico"
msgid "Email Verification Required"
msgstr "Verificación de Correo Electrónico Requerida"
-#: src/components/pages/ReportPage.tsx:809
-msgid "Email verified"
-msgstr "Correo electrónico verificado"
-
#: src/components/modals/tabs/DeveloperOptionsTab/AccountPremiumTab.tsx:56
msgid "Email Verified Override"
msgstr "Anulación de correo electrónico verificado"
@@ -7108,7 +7186,7 @@ msgid "Emoji names must be at least 2 characters long and can only contain alpha
msgstr "Los nombres de emoji deben tener al menos 2 caracteres y solo pueden contener caracteres alfanuméricos y guiones bajos. Tipos de archivo permitidos: JPEG, PNG, WebP, GIF. Comprimimos las imágenes a 128x128 píxeles. Tamaño máximo: {0} KB por emoji."
#: src/components/auth/InviteHeader.tsx:140
-#: src/components/channel/InviteEmbed.tsx:197
+#: src/components/channel/InviteEmbed.tsx:199
#: src/components/modals/InviteAcceptModal.tsx:142
#: src/components/modals/tabs/ExpressionPacksTab.tsx:70
msgid "Emoji pack"
@@ -7140,7 +7218,7 @@ msgstr "Emoji actualizado"
#: src/components/channel/AutocompleteEmoji.tsx:67
#: src/components/channel/textarea/TextareaButtons.tsx:150
-#: src/components/modals/ExpressionPickerSheet.tsx:106
+#: src/components/modals/ExpressionPickerSheet.tsx:93
#: src/components/popouts/ExpressionPickerPopout.tsx:95
msgid "Emojis"
msgstr "Emojis"
@@ -7343,11 +7421,11 @@ msgstr "Inglés"
msgid "English (US)"
msgstr "Inglés (EE. UU.)"
-#: src/components/pages/ReportPage.tsx:429
+#: src/components/pages/ReportPage.tsx:254
msgid "Enter a code in the format ABCD-1234."
msgstr "Ingresa un código en el formato ABCD-1234."
-#: src/components/modals/tabs/GiftInventoryTab.tsx:235
+#: src/components/modals/tabs/GiftInventoryTab.tsx:258
msgid "Enter a gift code to redeem Plutonium for your account."
msgstr "Ingresa un código de regalo para canjear Plutonium en tu cuenta."
@@ -7371,7 +7449,7 @@ msgstr "Ingresar código"
msgid "Enter fullscreen"
msgstr "Entrar en pantalla completa"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:255
+#: src/components/modals/tabs/GiftInventoryTab.tsx:278
msgid "Enter gift code..."
msgstr "Ingresar código de regalo..."
@@ -7414,7 +7492,7 @@ msgstr "Ingresa el código de 6 dígitos enviado a tu teléfono."
msgid "Enter the API endpoint of the Fluxer instance you want to connect to."
msgstr "Ingresa el punto de conexión de la API de la instancia de Fluxer a la que quieres conectarte."
-#: src/components/pages/ReportPage.tsx:424
+#: src/components/pages/ReportPage.tsx:249
msgid "Enter the code before continuing."
msgstr "Ingresa el código antes de continuar."
@@ -7430,7 +7508,7 @@ msgstr "Ingresa el código enviado a tu correo electrónico actual."
msgid "Enter the code we emailed to your new address."
msgstr "Ingresa el código que enviamos por correo electrónico a tu nueva dirección."
-#: src/components/modals/ClaimAccountModal.tsx:190
+#: src/components/modals/ClaimAccountModal.tsx:192
msgid "Enter the code we sent to your email to verify it. Your password will be set once the code is confirmed."
msgstr "Ingresa el código que enviamos a tu correo electrónico para verificarlo. Tu contraseña se establecerá una vez que el código sea confirmado."
@@ -7454,13 +7532,9 @@ msgstr "presiona Enter para <0><1>guardar1>0>"
msgid "Enter username"
msgstr "Ingresar nombre de usuario"
-#: src/components/pages/ReportPage.tsx:701
-msgid "Enter Verification Code"
-msgstr "Ingresar código de verificación"
-
-#: src/components/pages/ReportPage.tsx:638
-msgid "Enter Your Email"
-msgstr "Ingresa tu correo electrónico"
+#: src/components/pages/report/ReportStepVerification.tsx:64
+msgid "Enter verification code"
+msgstr "Ingresa el código de verificación"
#: src/components/pages/ForgotPasswordPage.tsx:87
msgid "Enter your email address and we'll send you a link to reset your password."
@@ -7500,7 +7574,7 @@ msgid "Entrance sound uploaded successfully"
msgstr "Sonido de entrada subido exitosamente"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:297
-#: src/components/channel/ChannelSearchResults.tsx:691
+#: src/components/channel/ChannelSearchResults.tsx:660
#: src/components/modals/tabs/ComponentGalleryTab/OverlaysTab.tsx:88
msgid "Error"
msgstr "Error"
@@ -7522,7 +7596,7 @@ msgstr "La tecla Escape sale del modo teclado"
msgid "escape to <0><1>cancel1>0>"
msgstr "presiona Escape para <0><1>cancelar1>0>"
-#: src/components/pages/ReportPage.tsx:318
+#: src/components/pages/report/optionDescriptors.ts:90
msgid "Estonia"
msgstr "Estonia"
@@ -7561,7 +7635,7 @@ msgstr "excluir enlace, incrustado o archivo"
msgid "exclude user"
msgstr "excluir usuario"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:95
+#: src/components/modals/components/plutonium/VisionarySection.tsx:104
msgid "Exclusive community"
msgstr "Comunidad exclusiva"
@@ -7593,12 +7667,12 @@ msgstr "Expandir categoría"
msgid "Expiration"
msgstr "Vencimiento"
-#: src/components/modals/InviteModal.tsx:281
+#: src/components/modals/InviteModal.tsx:278
msgid "Expire after"
msgstr "Vence después de"
#: src/components/accounts/AccountRow.tsx:162
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:114
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:133
#: src/components/modals/GroupInvitesBottomSheet.tsx:104
msgid "Expired"
msgstr "Vencido"
@@ -7675,7 +7749,7 @@ msgstr "Paquetes de expresiones"
msgid "Expression Packs are a Plutonium feature"
msgstr "Los paquetes de expresiones son una función de Plutonium"
-#: src/components/modals/ExpressionPickerSheet.tsx:232
+#: src/components/modals/ExpressionPickerSheet.tsx:219
#: src/components/popouts/ExpressionPickerPopout.tsx:193
msgid "Expression picker categories"
msgstr "Categorías del selector de expresiones"
@@ -7700,7 +7774,7 @@ msgstr "Los enlaces externos pueden ser peligrosos. Por favor, ten cuidado."
msgid "Extra Large"
msgstr "Extra grande"
-#: src/components/pages/ReportPage.tsx:297
+#: src/components/pages/report/optionDescriptors.ts:72
#: src/constants/IARConstants.tsx:165
msgid "Extremist Community"
msgstr "Comunidad extremista"
@@ -7749,7 +7823,7 @@ msgstr "No se pudo copiar el enlace de invitación"
msgid "Failed to copy to clipboard"
msgstr "No se pudo copiar al portapapeles"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:79
+#: src/components/modals/tabs/GiftInventoryTab.tsx:80
msgid "Failed to copy URL"
msgstr "No se pudo copiar la URL"
@@ -7794,7 +7868,7 @@ msgid "Failed to delete category"
msgstr "No se pudo eliminar la categoría"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:194
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:681
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:695
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:335
msgid "Failed to delete channel"
msgstr "No se pudo eliminar el canal"
@@ -7868,7 +7942,7 @@ msgstr "No se pudieron cargar las prohibiciones. Por favor, inténtalo de nuevo.
msgid "Failed to load emojis"
msgstr "No se pudieron cargar los emojis"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:296
+#: src/components/modals/tabs/GiftInventoryTab.tsx:319
msgid "Failed to load gift inventory"
msgstr "No se pudo cargar el inventario de regalos"
@@ -7894,8 +7968,8 @@ msgstr "No se pudieron cargar los stickers"
msgid "Failed to load vanity URL. Please try again."
msgstr "No se pudo cargar la URL personalizada. Por favor, inténtalo de nuevo."
-#: src/components/modals/components/PlutoniumContent.tsx:146
-#: src/components/modals/components/PlutoniumContent.tsx:272
+#: src/components/modals/components/PlutoniumContent.tsx:157
+#: src/components/modals/components/PlutoniumContent.tsx:289
msgid "Failed to load Visionary information. Please try again later."
msgstr "No se pudo cargar la información de Visionary. Por favor, inténtalo más tarde."
@@ -7916,19 +7990,19 @@ msgstr "No se pudieron cargar tus comunidades."
msgid "Failed to open customer portal. Please try again."
msgstr "No se pudo abrir el portal del cliente. Por favor, inténtalo de nuevo."
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:572
-#: src/components/bottomsheets/DMBottomSheet.tsx:153
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:586
+#: src/components/bottomsheets/DMBottomSheet.tsx:155
#: src/components/channel/dm/DMList.tsx:216
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:121
msgid "Failed to pin DM"
msgstr "No se pudo fijar el DM"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:572
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:586
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:101
msgid "Failed to pin group"
msgstr "No se pudo fijar el grupo"
-#: src/components/bottomsheets/DMBottomSheet.tsx:153
+#: src/components/bottomsheets/DMBottomSheet.tsx:155
msgid "Failed to pin group DM"
msgstr "Error al fijar DM de grupo"
@@ -7957,7 +8031,7 @@ msgstr "Error al alcanzar la instancia ({status})"
msgid "Failed to reactivate subscription. Please try again."
msgstr "No se pudo reactivar la suscripción. Por favor, inténtalo de nuevo."
-#: src/components/modals/tabs/GiftInventoryTab.tsx:94
+#: src/components/modals/tabs/GiftInventoryTab.tsx:95
msgid "Failed to redeem gift"
msgstr "No se pudo canjear el regalo"
@@ -7998,6 +8072,10 @@ msgstr "No se pudo eliminar del grupo"
msgid "Failed to remove timeout. Please try again."
msgstr "No se pudo eliminar el tiempo de espera. Por favor, inténtalo de nuevo."
+#: src/components/pages/ReportPage.tsx:236
+msgid "Failed to resend code. Please try again."
+msgstr "No se pudo reenviar el código. Por favor intenta de nuevo."
+
#: src/components/modals/guildTabs/GuildRolesTab.tsx:674
msgid "Failed to reset hoist order"
msgstr "No se pudo restablecer el orden de elevación"
@@ -8018,7 +8096,7 @@ msgstr "No se pudo rotar. Por favor, inténtalo de nuevo."
msgid "Failed to send friend request. Please try again."
msgstr "No se pudo enviar la solicitud de amistad. Por favor, inténtalo de nuevo."
-#: src/components/bottomsheets/DMBottomSheet.tsx:262
+#: src/components/bottomsheets/DMBottomSheet.tsx:264
#: src/components/modals/InviteModal.tsx:176
#: src/components/uikit/ContextMenu/items/InviteMenuItems.tsx:111
msgid "Failed to send invite"
@@ -8037,7 +8115,7 @@ msgstr "No se pudo enviar el código por SMS. Por favor, inténtalo de nuevo."
msgid "Failed to send theme"
msgstr "No se pudo enviar el tema"
-#: src/components/pages/ReportPage.tsx:412
+#: src/components/pages/ReportPage.tsx:234
msgid "Failed to send verification code. Please try again."
msgstr "No se pudo enviar el código de verificación. Por favor, inténtalo de nuevo."
@@ -8084,19 +8162,19 @@ msgstr "No se pudo transferir la propiedad. Por favor, inténtalo de nuevo."
msgid "Failed to unblock user. Please try again."
msgstr "No se pudo desbloquear al usuario. Por favor, inténtalo de nuevo."
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:589
-#: src/components/bottomsheets/DMBottomSheet.tsx:170
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:603
+#: src/components/bottomsheets/DMBottomSheet.tsx:172
#: src/components/channel/dm/DMList.tsx:226
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:138
msgid "Failed to unpin DM"
msgstr "No se pudo desanclar el mensaje directo"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:589
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:603
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:118
msgid "Failed to unpin group"
msgstr "No se pudo desanclar el grupo"
-#: src/components/bottomsheets/DMBottomSheet.tsx:170
+#: src/components/bottomsheets/DMBottomSheet.tsx:172
msgid "Failed to unpin group DM"
msgstr "Error al desvincular el DM del grupo"
@@ -8298,7 +8376,7 @@ msgstr "Encuentra el sticker perfecto"
msgid "Fine-tune core colors and fonts for this app. Changes here are stored as custom CSS overrides and sync with the editor below."
msgstr "Ajusta los colores y fuentes principales de esta aplicación. Los cambios aquí se almacenan como anulaciones CSS personalizadas y se sincronizan con el editor a continuación."
-#: src/components/pages/ReportPage.tsx:319
+#: src/components/pages/report/optionDescriptors.ts:91
msgid "Finland"
msgstr "Finlandia"
@@ -8306,7 +8384,7 @@ msgstr "Finlandia"
msgid "Finnish"
msgstr "Finés"
-#: src/components/pages/ReportPage.tsx:923
+#: src/components/pages/report/ReportStepDetails.tsx:199
msgid "First and last name"
msgstr "Nombre y apellido"
@@ -8419,7 +8497,7 @@ msgstr "Fluxer necesita permiso para monitorear la entrada del teclado y el mous
msgid "Fluxer Partner"
msgstr "Socio de Fluxer"
-#: src/components/modals/components/PlutoniumContent.tsx:182
+#: src/components/modals/components/PlutoniumContent.tsx:193
#: src/components/modals/PremiumModal.tsx:34
#: src/components/modals/utils/settingsConstants.tsx:147
#: src/components/popouts/UserProfileBadges.tsx:99
@@ -8483,7 +8561,7 @@ msgstr "Comida y bebida"
msgid "Foodie Friends"
msgstr "Amigos foodies"
-#: src/components/bottomsheets/DMBottomSheet.tsx:660
+#: src/components/bottomsheets/DMBottomSheet.tsx:663
msgid "For 1 hour"
msgstr "Por 1 hora"
@@ -8497,7 +8575,7 @@ msgstr "Por 1 hora"
msgid "For 1 Hour"
msgstr "Por 1 hora"
-#: src/components/bottomsheets/DMBottomSheet.tsx:659
+#: src/components/bottomsheets/DMBottomSheet.tsx:662
#: src/components/popouts/UserAreaPopout.tsx:77
msgid "For 15 minutes"
msgstr "Por 15 minutos"
@@ -8511,7 +8589,7 @@ msgstr "Por 15 minutos"
msgid "For 15 Minutes"
msgstr "Por 15 minutos"
-#: src/components/bottomsheets/DMBottomSheet.tsx:663
+#: src/components/bottomsheets/DMBottomSheet.tsx:666
msgid "For 24 hours"
msgstr "Por 24 horas"
@@ -8529,7 +8607,7 @@ msgstr "Por 24 horas"
msgid "For 3 days"
msgstr "Por 3 días"
-#: src/components/bottomsheets/DMBottomSheet.tsx:661
+#: src/components/bottomsheets/DMBottomSheet.tsx:664
msgid "For 3 hours"
msgstr "Por 3 horas"
@@ -8542,7 +8620,7 @@ msgstr "Por 3 horas"
msgid "For 3 Hours"
msgstr "Por 3 horas"
-#: src/components/bottomsheets/DMBottomSheet.tsx:662
+#: src/components/bottomsheets/DMBottomSheet.tsx:665
msgid "For 8 hours"
msgstr "Por 8 horas"
@@ -8560,7 +8638,7 @@ msgstr "Por 8 horas"
msgid "For British eyes only..."
msgstr "Solo para ojos británicos..."
-#: src/components/modals/components/plutonium/PricingSection.tsx:62
+#: src/components/modals/components/plutonium/PricingSection.tsx:68
msgid "For Me"
msgstr "Para mí"
@@ -8664,15 +8742,15 @@ msgstr "Fuerza que el modo lento esté activo en todos los canales"
msgid "Forever"
msgstr "Para siempre"
-#: src/components/modals/components/MobileSettingsView.tsx:300
+#: src/components/modals/components/MobileSettingsView.tsx:295
msgid "Forget"
msgstr "Olvidar"
-#: src/components/modals/components/MobileSettingsView.tsx:327
+#: src/components/modals/components/MobileSettingsView.tsx:322
msgid "Forget Push Subscriptions"
msgstr "Olvidar suscripciones push"
-#: src/components/modals/components/MobileSettingsView.tsx:294
+#: src/components/modals/components/MobileSettingsView.tsx:289
msgid "Forget push subscriptions?"
msgstr "¿Olvidar suscripciones push?"
@@ -8729,7 +8807,7 @@ msgstr "Tasa de fotogramas"
msgid "Frame rates above 30 fps require Plutonium"
msgstr "Las tasas de fotogramas superiores a 30 fps requieren Plutonium"
-#: src/components/pages/ReportPage.tsx:320
+#: src/components/pages/report/optionDescriptors.ts:92
msgid "France"
msgstr "Francia"
@@ -8745,8 +8823,8 @@ msgstr "Usuario gratuito (sin compras)"
msgid "Free User (With Purchase History)"
msgstr "Usuario gratuito (con historial de compras)"
-#: src/components/modals/components/PlutoniumContent.tsx:163
-#: src/components/modals/components/PlutoniumContent.tsx:289
+#: src/components/modals/components/PlutoniumContent.tsx:174
+#: src/components/modals/components/PlutoniumContent.tsx:308
msgid "Free vs Plutonium"
msgstr "Gratis vs Plutonium"
@@ -8773,12 +8851,13 @@ msgstr "Solicitud de amistad"
msgid "Friend request sent"
msgstr "Solicitud de amistad enviada"
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:68
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:250
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:75
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:89
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:271
msgid "Friend Request Sent"
msgstr "Solicitud de amistad enviada"
-#: src/components/channel/dm/AddFriendForm.tsx:144
+#: src/components/channel/dm/AddFriendForm.tsx:167
msgid "Friend request sent!"
msgstr "¡Solicitud de amistad enviada!"
@@ -8787,7 +8866,7 @@ msgstr "¡Solicitud de amistad enviada!"
msgid "Friend Requests"
msgstr "Solicitudes de amistad"
-#: src/components/channel/dm/AddFriendForm.tsx:137
+#: src/components/channel/dm/AddFriendForm.tsx:160
msgid "Friend's FluxerTag"
msgstr "FluxerTag del amigo"
@@ -8828,9 +8907,10 @@ msgstr "De {0}"
#. placeholder {0}: creator.username
#. placeholder {1}: creator.discriminator
-#: src/components/channel/GiftEmbed.tsx:87
-#: src/components/modals/GiftAcceptModal.tsx:116
-#: src/components/modals/GiftAcceptModal.tsx:143
+#: src/components/channel/GiftEmbed.tsx:93
+#: src/components/modals/GiftAcceptModal.tsx:123
+#: src/components/modals/GiftAcceptModal.tsx:151
+#: src/components/modals/GiftAcceptModal.tsx:186
msgid "From {0}#{1}"
msgstr "De {0}#{1}"
@@ -8850,7 +8930,7 @@ msgstr "Del usuario"
msgid "from:"
msgstr "de:"
-#: src/components/pages/ReportPage.tsx:919
+#: src/components/pages/report/ReportStepDetails.tsx:195
msgid "Full Legal Name"
msgstr "Nombre legal completo"
@@ -8892,7 +8972,7 @@ msgstr "Generar invitación"
msgid "Generate invite link"
msgstr "Generar enlace de invitación"
-#: src/components/modals/tabs/BetaCodesTab.tsx:315
+#: src/components/modals/tabs/BetaCodesTab.tsx:340
msgid "Generate up to {MAX_UNCLAIMED_BETA_CODES} unclaimed beta codes to invite friends to Fluxer. You can create 3 codes per week."
msgstr "Genera hasta {MAX_UNCLAIMED_BETA_CODES} códigos beta sin reclamar para invitar amigos a Fluxer. Puedes crear 3 códigos por semana."
@@ -8909,7 +8989,7 @@ msgstr "Restringido geográficamente"
msgid "German"
msgstr "Alemán"
-#: src/components/pages/ReportPage.tsx:321
+#: src/components/pages/report/optionDescriptors.ts:93
msgid "Germany"
msgstr "Alemania"
@@ -8991,13 +9071,13 @@ msgstr "Vista previa de GIF"
#: src/components/channel/pickers/gif/GifPickerHeader.tsx:40
#: src/components/channel/pickers/memes/MemesPickerHeader.tsx:57
#: src/components/channel/textarea/TextareaButtons.tsx:110
-#: src/components/modals/ExpressionPickerSheet.tsx:68
+#: src/components/modals/ExpressionPickerSheet.tsx:55
#: src/components/popouts/ExpressionPickerPopout.tsx:69
msgid "GIFs"
msgstr "GIFs"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:122
-#: src/components/modals/GiftAcceptModal.tsx:163
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:141
+#: src/components/modals/GiftAcceptModal.tsx:206
msgid "Gift"
msgstr "Regalo"
@@ -9030,19 +9110,20 @@ msgstr "Regalo ya canjeado"
msgid "Gift Already Redeemed"
msgstr "Regalo ya canjeado"
-#: src/components/channel/GiftEmbed.tsx:94
+#: src/components/channel/GiftEmbed.tsx:105
+#: src/components/channel/GiftEmbed.tsx:109
msgid "Gift Claimed"
msgstr "Regalo reclamado"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:246
+#: src/components/modals/tabs/GiftInventoryTab.tsx:269
msgid "Gift code cannot be empty"
msgstr "El código de regalo no puede estar vacío"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:243
+#: src/components/modals/tabs/GiftInventoryTab.tsx:266
msgid "Gift code is required"
msgstr "Se requiere un código de regalo"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:250
+#: src/components/modals/tabs/GiftInventoryTab.tsx:273
msgid "Gift code is too long"
msgstr "El código de regalo es demasiado largo"
@@ -9070,7 +9151,7 @@ msgstr "Regalo no encontrado"
#: src/components/channel/textarea/TextareaButtons.tsx:101
#: src/components/channel/textarea/TextareaButtons.tsx:177
-#: src/components/modals/components/plutonium/GiftSection.tsx:61
+#: src/components/modals/components/plutonium/GiftSection.tsx:67
msgid "Gift Plutonium"
msgstr "Regalar Plutonium"
@@ -9078,23 +9159,23 @@ msgstr "Regalar Plutonium"
msgid "Gift redeemed successfully!"
msgstr "¡Regalo canjeado exitosamente!"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:89
+#: src/components/modals/tabs/GiftInventoryTab.tsx:90
msgid "Gift redeemed successfully! Enjoy your Plutonium!"
msgstr "¡Regalo canjeado exitosamente! ¡Disfruta tu Plutonium!"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:53
+#: src/components/modals/components/plutonium/VisionarySection.tsx:58
msgid "gift time"
msgstr "tiempo de regalo"
-#: src/components/channel/GiftEmbed.tsx:151
+#: src/components/channel/GiftEmbed.tsx:162
msgid "Gift Unavailable"
msgstr "Regalo no disponible"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:132
+#: src/components/modals/tabs/GiftInventoryTab.tsx:133
msgid "Gift URL"
msgstr "URL del regalo"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:75
+#: src/components/modals/tabs/GiftInventoryTab.tsx:76
msgid "Gift URL copied to clipboard!"
msgstr "¡URL del regalo copiada al portapapeles!"
@@ -9126,7 +9207,7 @@ msgstr "Los atajos globales están disponibles en la aplicación de escritorio"
msgid "Glorification of violence or disturbing imagery"
msgstr "Glorificación de violencia o imágenes perturbadoras"
-#: src/components/modals/components/MobileSettingsView.tsx:145
+#: src/components/modals/components/MobileSettingsView.tsx:140
#: src/components/modals/shared/MobileSettingsComponents.tsx:43
msgid "Go back"
msgstr "Regresar"
@@ -9143,7 +9224,7 @@ msgstr "Volver al canal de texto enfocado anteriormente"
msgid "Go forward in navigation history"
msgstr "Avanzar en el historial de navegación"
-#: src/components/channel/InviteEmbed.tsx:259
+#: src/components/channel/InviteEmbed.tsx:261
#: src/components/modals/InviteAcceptModal.tsx:100
msgid "Go to Community"
msgstr "Ir a Comunidad"
@@ -9166,15 +9247,15 @@ msgstr "Ir a inicio de sesión"
msgid "Go to message"
msgstr "Ir al mensaje"
-#: src/components/channel/ChannelSearchResults.tsx:841
+#: src/components/channel/ChannelSearchResults.tsx:809
msgid "Go to page"
msgstr "Ir a página"
-#: src/components/channel/ChannelSearchResults.tsx:808
+#: src/components/channel/ChannelSearchResults.tsx:776
msgid "Go to page {page}"
msgstr "Ir a página {page}"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:315
+#: src/components/modals/tabs/GiftInventoryTab.tsx:338
msgid "Go to Plutonium"
msgstr "Ir a Plutonium"
@@ -9195,7 +9276,7 @@ msgstr "Entendido"
msgid "Gotcha"
msgstr "De acuerdo"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:116
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:135
msgid "Grace Period"
msgstr "Período de Gracia"
@@ -9203,7 +9284,7 @@ msgstr "Período de Gracia"
msgid "Grace Period (Still Have Access)"
msgstr "Período de Gracia (Aún Tienes Acceso)"
-#: src/components/modals/InviteModal.tsx:301
+#: src/components/modals/InviteModal.tsx:298
msgid "Grant temporary membership"
msgstr "Otorgar membresía temporal"
@@ -9234,7 +9315,7 @@ msgstr "¡Gran éxito!"
msgid "Great success! You can now close this tab and return to the app."
msgstr "¡Gran éxito! Ahora puedes cerrar esta pestaña y volver a la aplicación."
-#: src/components/pages/ReportPage.tsx:322
+#: src/components/pages/report/optionDescriptors.ts:94
msgid "Greece"
msgstr "Grecia"
@@ -9263,7 +9344,7 @@ msgstr "Permisos para agregar al chat grupal"
msgid "Group Chat Permissions"
msgstr "Permisos de chat grupal"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:481
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:495
msgid "Group Direct Message"
msgstr "Mensaje directo grupal"
@@ -9272,7 +9353,7 @@ msgid "Group DM"
msgstr "MD grupal"
#. placeholder {0}: channel.recipientIds.length + 1
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:772
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:804
msgid "Group DM · {0} members"
msgstr "MD grupal · {0} miembros"
@@ -9317,12 +9398,12 @@ msgstr "El nombre del grupo no debe exceder los 100 caracteres"
msgid "Group Online Status"
msgstr "Estado en línea del grupo"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:962
-#: src/components/channel/MemberListItem.tsx:102
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:984
+#: src/components/channel/MemberListItem.tsx:109
msgid "Group Owner"
msgstr "Propietario del grupo"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1092
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1116
msgid "Group Settings"
msgstr "Configuración del grupo"
@@ -9335,11 +9416,11 @@ msgstr "Estados de escritura del grupo"
msgid "Group updated"
msgstr "Grupo actualizado"
-#: src/components/pages/ReportPage.tsx:893
+#: src/components/pages/report/ReportStepDetails.tsx:167
msgid "Guild (Community) ID"
msgstr "ID del gremio (comunidad)"
-#: src/components/pages/ReportPage.tsx:902
+#: src/components/pages/report/ReportStepDetails.tsx:177
msgid "Guild ID is required."
msgstr "Se requiere ID de la guild."
@@ -9355,13 +9436,13 @@ msgstr "Registro del gremio"
msgid "Hang on while we check for scheduled messages."
msgstr "Espera mientras verificamos los mensajes programados."
-#: src/components/pages/ReportPage.tsx:295
+#: src/components/pages/report/optionDescriptors.ts:70
#: src/constants/IARConstants.tsx:155
msgid "Harassment"
msgstr "Acoso"
-#: src/components/pages/ReportPage.tsx:262
-#: src/components/pages/ReportPage.tsx:281
+#: src/components/pages/report/optionDescriptors.ts:43
+#: src/components/pages/report/optionDescriptors.ts:59
#: src/constants/IARConstants.tsx:32
#: src/constants/IARConstants.tsx:109
msgid "Harassment or Bullying"
@@ -9383,9 +9464,9 @@ msgstr "Ha comprado alguna vez una anulación"
msgid "has:"
msgstr "tiene:"
-#: src/components/pages/ReportPage.tsx:263
-#: src/components/pages/ReportPage.tsx:282
-#: src/components/pages/ReportPage.tsx:296
+#: src/components/pages/report/optionDescriptors.ts:44
+#: src/components/pages/report/optionDescriptors.ts:60
+#: src/components/pages/report/optionDescriptors.ts:71
#: src/constants/IARConstants.tsx:37
#: src/constants/IARConstants.tsx:114
#: src/constants/IARConstants.tsx:160
@@ -9430,7 +9511,7 @@ msgid "Help Center"
msgstr "Centro de ayuda"
#. placeholder {0}: user.displayName
-#: src/components/layout/app-layout/nagbars/UnclaimedAccountNagbar.tsx:44
+#: src/components/layout/app-layout/nagbars/UnclaimedAccountNagbar.tsx:42
msgid "Hey {0}, claim your account to prevent losing access."
msgstr "Hola {0}, reclama tu cuenta para evitar perder el acceso."
@@ -9654,7 +9735,7 @@ msgstr "https://example.com/callback"
msgid "Hungarian"
msgstr "Húngaro"
-#: src/components/pages/ReportPage.tsx:323
+#: src/components/pages/report/optionDescriptors.ts:95
msgid "Hungary"
msgstr "Hungría"
@@ -9728,8 +9809,8 @@ msgstr "Si has recibido un código beta, puedes ingresarlo a continuación para
msgid "If you want to export your data or delete your messages first, please visit the Privacy Dashboard section in User Settings before proceeding."
msgstr "Si deseas exportar tus datos o eliminar tus mensajes primero, por favor visita la sección Panel de privacidad en Configuración de usuario antes de proceder."
-#: src/components/channel/channel-view/DMChannelView.tsx:301
-#: src/components/channel/dm/DMWelcomeSection.tsx:119
+#: src/components/channel/channel-view/DMChannelView.tsx:302
+#: src/components/channel/dm/DMWelcomeSection.tsx:131
#: src/components/channel/friends/FriendListItem.tsx:145
#: src/components/channel/friends/FriendListItem.tsx:244
#: src/components/channel/friends/MobileFriendRequestItem.tsx:69
@@ -9740,7 +9821,7 @@ msgstr "Ignorar"
#: src/components/channel/friends/FriendListItem.tsx:143
#: src/components/channel/friends/MobileFriendRequestItem.tsx:67
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:152
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:173
msgid "Ignore Friend Request"
msgstr "Ignorar solicitud de amistad"
@@ -9749,8 +9830,8 @@ msgstr "Ignorar solicitud de amistad"
msgid "Ignore per-channel message rate limits."
msgstr "Ignorar los límites de tasa de mensajes por canal."
-#: src/components/pages/ReportPage.tsx:267
-#: src/components/pages/ReportPage.tsx:298
+#: src/components/pages/report/optionDescriptors.ts:48
+#: src/components/pages/report/optionDescriptors.ts:73
#: src/constants/IARConstants.tsx:57
#: src/constants/IARConstants.tsx:170
msgid "Illegal Activity"
@@ -9762,7 +9843,7 @@ msgid "image"
msgstr "imagen"
#: src/components/channel/embeds/media/EmbedGifv.tsx:237
-#: src/components/channel/embeds/media/EmbedImage.tsx:369
+#: src/components/channel/embeds/media/EmbedImage.tsx:374
#: src/components/modals/MediaViewerModal.tsx:362
#: src/components/search/HasFilterSheet.tsx:50
#: src/utils/FavoriteMemeUtils.ts:71
@@ -9783,8 +9864,8 @@ msgstr "Vista previa de imagen"
msgid "Images"
msgstr "Imágenes"
-#: src/components/pages/ReportPage.tsx:272
-#: src/components/pages/ReportPage.tsx:284
+#: src/components/pages/report/optionDescriptors.ts:53
+#: src/components/pages/report/optionDescriptors.ts:62
#: src/constants/IARConstants.tsx:82
#: src/constants/IARConstants.tsx:124
msgid "Impersonation"
@@ -9839,7 +9920,7 @@ msgstr "en {absWeeks} semanas"
msgid "in {absYears} years"
msgstr "en {absYears} años"
-#: src/components/channel/channel-view/DMChannelView.tsx:275
+#: src/components/channel/channel-view/DMChannelView.tsx:276
msgid "In call"
msgstr "En llamada"
@@ -9880,7 +9961,7 @@ msgstr "En tu navegador, Empujar-para-Hablar solo funcionará cuando la pestaña
msgid "in:"
msgstr "en:"
-#: src/components/pages/ReportPage.tsx:286
+#: src/components/pages/report/optionDescriptors.ts:64
#: src/constants/IARConstants.tsx:134
msgid "Inappropriate Profile"
msgstr "Perfil inapropiado"
@@ -9909,7 +9990,7 @@ msgstr "Incluir todas las menciones de la comunidad"
msgid "Include audio from your screen in the share"
msgstr "Incluir audio de tu pantalla en el compartir"
-#: src/components/channel/channel-view/DMChannelView.tsx:269
+#: src/components/channel/channel-view/DMChannelView.tsx:270
#: src/components/voice/IncomingCallUI.tsx:263
#: src/components/voice/IncomingCallUI.tsx:286
#: src/components/voice/IncomingCallUI.tsx:324
@@ -9946,11 +10027,11 @@ msgid "Increase app zoom level"
msgstr "Aumentar el nivel de zoom de la aplicación"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:284
-#: src/components/channel/ChannelSearchResults.tsx:679
+#: src/components/channel/ChannelSearchResults.tsx:648
msgid "Indexing Channel"
msgstr "Indexando canal"
-#: src/components/channel/ChannelSearchResults.tsx:317
+#: src/components/channel/ChannelSearchResults.tsx:274
msgid "Indexing..."
msgstr "Indexando..."
@@ -10032,12 +10113,12 @@ msgstr "Entradas con iconos"
msgid "Insert emoji"
msgstr "Insertar emoji"
-#: src/components/channel/InviteEmbed.tsx:198
+#: src/components/channel/InviteEmbed.tsx:200
#: src/components/modals/InviteAcceptModal.tsx:143
msgid "Install Emoji Pack"
msgstr "Instalar paquete de emojis"
-#: src/components/channel/InviteEmbed.tsx:198
+#: src/components/channel/InviteEmbed.tsx:200
#: src/components/modals/InviteAcceptModal.tsx:143
msgid "Install Sticker Pack"
msgstr "Instalar paquete de stickers"
@@ -10104,7 +10185,7 @@ msgstr "Código de regalo inválido"
msgid "Invalid instance response: missing webapp URL."
msgstr "Respuesta de instancia inválida: falta URL de la aplicación web."
-#: src/components/modals/ClaimAccountModal.tsx:108
+#: src/components/modals/ClaimAccountModal.tsx:110
#: src/components/modals/EmailChangeModal.tsx:108
#: src/components/modals/EmailChangeModal.tsx:169
msgid "Invalid or expired code"
@@ -10134,7 +10215,7 @@ msgstr "¡Botón invertido presionado!"
msgid "Invisible"
msgstr "Invisible"
-#: src/components/modals/InviteModal.tsx:257
+#: src/components/modals/InviteModal.tsx:267
#: src/components/modals/tabs/ExpressionPacksTab.tsx:83
#: src/constants/AuditLogConstants.tsx:239
msgid "Invite"
@@ -10144,7 +10225,7 @@ msgstr "Invitar"
msgid "Invite Background"
msgstr "Fondo de invitación"
-#: src/components/pages/ReportPage.tsx:908
+#: src/components/pages/report/ReportStepDetails.tsx:183
msgid "Invite Code (optional)"
msgstr "Código de invitación (opcional)"
@@ -10170,7 +10251,7 @@ msgstr "Invitar amigos"
msgid "Invite friends to {0}"
msgstr "Invita amigos a {0}"
-#: src/components/modals/InviteModal.tsx:317
+#: src/components/modals/InviteModal.tsx:314
msgid "Invite link"
msgstr "Enlace de invitación"
@@ -10190,7 +10271,7 @@ msgid "Invite Links"
msgstr "Enlaces de invitación"
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:164
-#: src/components/layout/ChannelItem.tsx:599
+#: src/components/layout/ChannelItem.tsx:616
#: src/components/popouts/GuildHeaderPopout.tsx:178
msgid "Invite Members"
msgstr "Invitar miembros"
@@ -10218,7 +10299,7 @@ msgid "Invite Page Preview"
msgstr "Vista previa de la página de invitación"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:381
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1144
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1168
#: src/components/layout/FavoritesChannelListContent.tsx:305
#: src/components/uikit/ContextMenu/ChannelListContextMenu.tsx:96
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:97
@@ -10236,7 +10317,7 @@ msgstr "Invitación revocada"
msgid "Invite sent for {0}"
msgstr "Invitación enviada para {0}"
-#: src/components/bottomsheets/DMBottomSheet.tsx:256
+#: src/components/bottomsheets/DMBottomSheet.tsx:258
msgid "Invite sent to {guildName}"
msgstr "Invitación enviada a {guildName}"
@@ -10249,7 +10330,7 @@ msgid "Invite splash preview"
msgstr "Vista previa de la pantalla de invitación"
#. placeholder {0}: guild.name
-#: src/components/bottomsheets/DMBottomSheet.tsx:499
+#: src/components/bottomsheets/DMBottomSheet.tsx:501
msgid "Invite to {0}"
msgstr "Invitar a {0}"
@@ -10257,7 +10338,7 @@ msgstr "Invitar a {0}"
msgid "Invite to Community"
msgstr "Invitar a la comunidad"
-#: src/components/channel/InviteEmbed.tsx:362
+#: src/components/channel/InviteEmbed.tsx:364
msgid "Invite Unavailable"
msgstr "Invitación no disponible"
@@ -10277,7 +10358,7 @@ msgid "Invited by {0}#{1}"
msgstr "Invitado por {0}#{1}"
#: src/components/auth/InviteHeader.tsx:159
-#: src/components/channel/InviteEmbed.tsx:222
+#: src/components/channel/InviteEmbed.tsx:224
msgid "Invited by {inviterTag}"
msgstr "Invitado por {inviterTag}"
@@ -10290,8 +10371,8 @@ msgid "Inviter:"
msgstr "Invitador:"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:303
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1199
-#: src/components/bottomsheets/DMBottomSheet.tsx:468
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1223
+#: src/components/bottomsheets/DMBottomSheet.tsx:470
#: src/components/channel/dm/DMList.tsx:257
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:145
msgid "Invites"
@@ -10301,11 +10382,11 @@ msgstr "Invitaciones"
msgid "Invites are currently disabled for this community."
msgstr "Las invitaciones están deshabilitadas actualmente para esta comunidad."
-#: src/components/modals/InviteModal.tsx:270
+#: src/components/modals/InviteModal.tsx:237
msgid "Invites are currently disabled in this community by an admin. While this invite can be created, it cannot be accepted until invites are re-enabled."
msgstr "Las invitaciones están deshabilitadas actualmente en esta comunidad por un administrador. Aunque esta invitación puede crearse, no puede aceptarse hasta que las invitaciones se vuelvan a habilitar."
-#: src/components/layout/guild-list/GuildListItem.tsx:233
+#: src/components/layout/guild-list/GuildListItem.tsx:234
msgid "Invites are currently paused in this community"
msgstr "Las invitaciones están pausadas actualmente en esta comunidad"
@@ -10317,7 +10398,7 @@ msgstr "Las invitaciones están bloqueadas para comunidades en vista previa. Rec
msgid "Invites disabled"
msgstr "Invitaciones deshabilitadas"
-#: src/components/channel/InviteEmbed.tsx:257
+#: src/components/channel/InviteEmbed.tsx:259
#: src/components/modals/InviteAcceptModal.tsx:98
msgid "Invites Disabled"
msgstr "Invitaciones deshabilitadas"
@@ -10343,7 +10424,7 @@ msgstr "Las invitaciones a <0>{0}0> están deshabilitadas actualmente"
msgid "IP address authorized"
msgstr "Dirección IP autorizada"
-#: src/components/pages/ReportPage.tsx:324
+#: src/components/pages/report/optionDescriptors.ts:96
msgid "Ireland"
msgstr "Irlanda"
@@ -10359,7 +10440,7 @@ msgstr "Es una auténtica fiesta de escritura aquí"
msgid "Italian"
msgstr "Italiano"
-#: src/components/pages/ReportPage.tsx:325
+#: src/components/pages/report/optionDescriptors.ts:97
msgid "Italy"
msgstr "Italia"
@@ -10381,16 +10462,16 @@ msgstr "Unirse a una comunidad"
msgid "Join a community with stickers to get started!"
msgstr "¡Únete a una comunidad con pegatinas para comenzar!"
-#: src/components/channel/channel-view/DMChannelView.tsx:315
+#: src/components/channel/channel-view/DMChannelView.tsx:316
msgid "Join call"
msgstr "Unirse a la llamada"
-#: src/components/channel/InviteEmbed.tsx:261
-#: src/components/channel/InviteEmbed.tsx:451
+#: src/components/channel/InviteEmbed.tsx:263
+#: src/components/channel/InviteEmbed.tsx:453
#: src/components/layout/guild-list/AddGuildButton.tsx:71
#: src/components/modals/AddGuildModal.tsx:129
#: src/components/modals/AddGuildModal.tsx:410
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:304
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:342
#: src/components/modals/InviteAcceptModal.tsx:102
#: src/components/modals/InviteAcceptModalPreview.tsx:114
msgid "Join Community"
@@ -10400,7 +10481,7 @@ msgstr "Unirse a la comunidad"
msgid "Join community form"
msgstr "Formulario para unirse a la comunidad"
-#: src/components/channel/InviteEmbed.tsx:187
+#: src/components/channel/InviteEmbed.tsx:189
msgid "Join Group"
msgstr "Unirse al grupo"
@@ -10416,19 +10497,19 @@ msgstr "Notificaciones de unirse"
msgid "Join Operators Community"
msgstr "Únete a la comunidad de operadores"
-#: src/components/channel/CallMessage.tsx:171
+#: src/components/channel/CallMessage.tsx:165
msgid "Join the call"
msgstr "Únete a la llamada"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:122
+#: src/components/channel/ChannelHeader/CallButtons.tsx:159
msgid "Join Video Call"
msgstr "Unirse a la videollamada"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:118
+#: src/components/channel/ChannelHeader/CallButtons.tsx:150
msgid "Join Video Call ({participantCount} participant)"
msgstr "Unirse a la llamada de video ({participantCount} participante)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:119
+#: src/components/channel/ChannelHeader/CallButtons.tsx:151
msgid "Join Video Call ({participantCount} participants)"
msgstr "Unirse a la llamada de video ({participantCount} participantes)"
@@ -10436,15 +10517,15 @@ msgstr "Unirse a la llamada de video ({participantCount} participantes)"
msgid "Join Visionary Community"
msgstr "Únete a la comunidad visionaria"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:70
+#: src/components/channel/ChannelHeader/CallButtons.tsx:89
msgid "Join Voice Call"
msgstr "Unirse a la llamada de voz"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:66
+#: src/components/channel/ChannelHeader/CallButtons.tsx:80
msgid "Join Voice Call ({participantCount} participant)"
msgstr "Unirse a la llamada de voz ({participantCount} participante)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:67
+#: src/components/channel/ChannelHeader/CallButtons.tsx:81
msgid "Join Voice Call ({participantCount} participants)"
msgstr "Unirse a la llamada de voz ({participantCount} participantes)"
@@ -10495,7 +10576,7 @@ msgstr "JPEG, PNG, WebP. Máx. 10 MB. Recomendado: 512×512px"
msgid "JPEG, PNG, WebP. Max 10MB. Recommended: 512×512px. Animated avatars (GIF) require <0/>."
msgstr "JPEG, PNG, WebP. Máx. 10 MB. Recomendado: 512×512px. Los avatares animados (GIF) requieren <0/>."
-#: src/components/channel/ChannelSearchResults.tsx:777
+#: src/components/channel/ChannelSearchResults.tsx:745
#: src/components/pages/MessageListPage.tsx:97
#: src/components/popouts/RecentMentionsContent.tsx:221
#: src/components/popouts/SavedMessagesContent.tsx:102
@@ -10519,11 +10600,11 @@ msgstr "Saltar al mensaje"
msgid "Jump to Oldest Unread Message"
msgstr "Saltar al mensaje no leído más antiguo"
-#: src/components/channel/ChannelSearchResults.tsx:872
+#: src/components/channel/ChannelSearchResults.tsx:840
msgid "Jump to page"
msgstr "Saltar a la página"
-#: src/components/channel/Messages.tsx:917
+#: src/components/channel/Messages.tsx:915
msgid "Jump to Present"
msgstr "Saltar al presente"
@@ -10612,7 +10693,7 @@ msgid "Keyboard Shortcuts"
msgstr "Atajos de teclado"
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:344
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:311
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:314
#: src/components/modals/KickMemberModal.tsx:58
#: src/components/modals/UserProfileActionsSheet.tsx:253
msgid "Kick"
@@ -10702,7 +10783,7 @@ msgstr "Latencia: {latency} milisegundos"
msgid "Latency graph"
msgstr "Gráfico de latencia"
-#: src/components/pages/ReportPage.tsx:326
+#: src/components/pages/report/optionDescriptors.ts:98
msgid "Latvia"
msgstr "Letonia"
@@ -10729,10 +10810,10 @@ msgstr "Salir de la comunidad"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:248
#: src/components/bottomsheets/ChannelBottomSheet.tsx:250
#: src/components/bottomsheets/ChannelBottomSheet.tsx:314
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1253
-#: src/components/bottomsheets/DMBottomSheet.tsx:337
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1277
#: src/components/bottomsheets/DMBottomSheet.tsx:339
-#: src/components/bottomsheets/DMBottomSheet.tsx:551
+#: src/components/bottomsheets/DMBottomSheet.tsx:341
+#: src/components/bottomsheets/DMBottomSheet.tsx:554
#: src/components/channel/dm/DMList.tsx:265
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:159
#: src/hooks/useLeaveGroup.tsx:42
@@ -10740,27 +10821,27 @@ msgstr "Salir de la comunidad"
msgid "Leave Group"
msgstr "Salir del grupo"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:122
+#: src/components/channel/ChannelHeader/CallButtons.tsx:157
msgid "Leave Video Call"
msgstr "Salir de la videollamada"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:113
+#: src/components/channel/ChannelHeader/CallButtons.tsx:145
msgid "Leave Video Call ({participantCount} participant)"
msgstr "Dejar la llamada de video ({participantCount} participante)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:114
+#: src/components/channel/ChannelHeader/CallButtons.tsx:146
msgid "Leave Video Call ({participantCount} participants)"
msgstr "Dejar la llamada de video ({participantCount} participantes)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:70
+#: src/components/channel/ChannelHeader/CallButtons.tsx:87
msgid "Leave Voice Call"
msgstr "Salir de la llamada de voz"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:61
+#: src/components/channel/ChannelHeader/CallButtons.tsx:75
msgid "Leave Voice Call ({participantCount} participant)"
msgstr "Dejar la llamada de voz ({participantCount} participante)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:62
+#: src/components/channel/ChannelHeader/CallButtons.tsx:76
msgid "Leave Voice Call ({participantCount} participants)"
msgstr "Dejar la llamada de voz ({participantCount} participantes)"
@@ -10785,7 +10866,7 @@ msgstr "Alineado a la izquierda"
msgid "Left community"
msgstr "Dejó la comunidad"
-#: src/components/bottomsheets/DMBottomSheet.tsx:350
+#: src/components/bottomsheets/DMBottomSheet.tsx:352
#: src/hooks/useLeaveGroup.tsx:56
msgid "Left group"
msgstr "Dejó el grupo"
@@ -10798,7 +10879,7 @@ msgstr "Icono izquierdo"
msgid "Left Tooltip"
msgstr "Información sobre herramientas izquierda"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:90
+#: src/components/modals/components/plutonium/VisionarySection.tsx:99
msgid "Let people add you without needing a 4-digit tag"
msgstr "Permite que las personas te agreguen sin necesidad de una etiqueta de 4 dígitos"
@@ -10810,17 +10891,13 @@ msgstr "Permitir que la comunidad se autorregule"
msgid "Letters (a-z, A-Z), numbers (0-9), and underscores (_) only"
msgstr "Solo letras (a-z, A-Z), números (0-9) y guiones bajos (_)"
-#: src/components/pages/ReportPage.tsx:729
-msgid "Letters and numbers only. You can paste the code—formatting is automatic."
-msgstr "Solo letras y números. Puedes pegar el código—el formato es automático."
-
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:120
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:139
#: src/components/modals/tabs/DeveloperOptionsTab/AccountPremiumTab.tsx:49
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:371
msgid "Lifetime"
msgstr "De por vida"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:73
+#: src/components/modals/components/plutonium/VisionarySection.tsx:82
#: src/utils/giftUtils.ts:58
msgid "Lifetime Plutonium"
msgstr "Plutonio de por vida"
@@ -10838,7 +10915,7 @@ msgid "Liked!"
msgstr "¡Me gusta!"
#. placeholder {0}: formatter.format(visionarySlots.total)
-#: src/components/modals/components/plutonium/VisionarySection.tsx:61
+#: src/components/modals/components/plutonium/VisionarySection.tsx:70
msgid "Limited to {0} users. One-time purchase, lifetime access."
msgstr "Limitado a {0} usuarios. Compra única, acceso de por vida."
@@ -10856,7 +10933,7 @@ msgstr "Enlace"
msgid "Link channel"
msgstr "Vincular canal"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:530
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:544
#: src/components/uikit/ContextMenu/MediaContextMenu.tsx:145
#: src/components/uikit/ContextMenu/MediaContextMenu.tsx:228
msgid "Link copied to clipboard"
@@ -10902,7 +10979,7 @@ msgstr "Listas"
msgid "Lists members with this role in their own section in the member list."
msgstr "Enumera a los miembros con este rol en su propia sección en la lista de miembros."
-#: src/components/pages/ReportPage.tsx:327
+#: src/components/pages/report/optionDescriptors.ts:99
msgid "Lithuania"
msgstr "Lituania"
@@ -10934,7 +11011,7 @@ msgstr "Cargando prohibiciones..."
msgid "Loading communities..."
msgstr "Cargando comunidades..."
-#: src/components/channel/embeds/media/EmbedImage.tsx:363
+#: src/components/channel/embeds/media/EmbedImage.tsx:368
msgid "Loading image"
msgstr "Cargando imagen"
@@ -10947,7 +11024,7 @@ msgid "Loading more..."
msgstr "Cargando más..."
#: src/components/channel/embeds/media/EmbedGifv.tsx:493
-#: src/components/channel/embeds/media/EmbedGifv.tsx:721
+#: src/components/channel/embeds/media/EmbedGifv.tsx:745
msgid "Loading placeholder"
msgstr "Marcador de posición de carga"
@@ -10971,7 +11048,7 @@ msgstr "Cargando tema..."
msgid "Loading verification methods..."
msgstr "Cargando métodos de verificación..."
-#: src/components/channel/embeds/media/EmbedImage.tsx:363
+#: src/components/channel/embeds/media/EmbedImage.tsx:368
msgid "Loading: {alt}"
msgstr "Cargando: {alt}"
@@ -11021,7 +11098,7 @@ msgid "Log in with a passkey"
msgstr "Iniciar sesión con una clave de acceso"
#: src/components/modals/components/DesktopSettingsView.tsx:346
-#: src/components/modals/components/MobileSettingsView.tsx:362
+#: src/components/modals/components/MobileSettingsView.tsx:357
#: src/components/pages/PendingVerificationPage.tsx:151
msgid "Log Out"
msgstr "Cerrar sesión"
@@ -11101,7 +11178,7 @@ msgstr "Bajo"
msgid "Low (480p)"
msgstr "Bajo (480p)"
-#: src/components/pages/ReportPage.tsx:328
+#: src/components/pages/report/optionDescriptors.ts:100
msgid "Luxembourg"
msgstr "Luxemburgo"
@@ -11114,16 +11191,16 @@ msgstr "Hacer propietario del grupo"
msgid "Make links to websites stand out more by always underlining them."
msgstr "Destaca más los enlaces a sitios web subrayándolos siempre."
-#: src/components/pages/ReportPage.tsx:271
+#: src/components/pages/report/optionDescriptors.ts:52
#: src/constants/IARConstants.tsx:77
msgid "Malicious Links"
msgstr "Enlaces maliciosos"
-#: src/components/pages/ReportPage.tsx:329
+#: src/components/pages/report/optionDescriptors.ts:101
msgid "Malta"
msgstr "Malta"
-#: src/components/pages/ReportPage.tsx:302
+#: src/components/pages/report/optionDescriptors.ts:77
#: src/constants/IARConstants.tsx:190
msgid "Malware Distribution"
msgstr "Distribución de malware"
@@ -11214,7 +11291,7 @@ msgid "Manage slash commands for this application"
msgstr "Administra los comandos de barra para esta aplicación"
#: src/components/layout/app-layout/nagbars/PremiumGracePeriodNagbar.tsx:83
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:288
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:324
msgid "Manage Subscription"
msgstr "Administrar suscripción"
@@ -11227,7 +11304,7 @@ msgstr "Administra la dirección de correo electrónico que usas para iniciar se
msgid "Manage Webhooks"
msgstr "Administrar webhooks"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:100
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:104
msgid "Manage your applications and bots."
msgstr "Administra tus aplicaciones y bots."
@@ -11243,7 +11320,7 @@ msgstr "Administrar tus regalos"
msgid "Manage your phone number for SMS two-factor authentication"
msgstr "Administra tu número de teléfono para la autenticación de dos factores por SMS"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:280
+#: src/components/modals/tabs/GiftInventoryTab.tsx:303
msgid "Manage your purchased Plutonium gift codes. Share the gift URL with someone special or redeem it for yourself!"
msgstr "Administra tus códigos de regalo de Plutonium comprados. ¡Comparte la URL del regalo con alguien especial o canjéalo para ti!"
@@ -11256,8 +11333,8 @@ msgid "Mark as 18+ (NSFW)"
msgstr "Marcar como +18 (NSFW)"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:358
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1115
-#: src/components/bottomsheets/DMBottomSheet.tsx:388
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1139
+#: src/components/bottomsheets/DMBottomSheet.tsx:390
#: src/components/channel/NewMessagesBar.tsx:60
#: src/components/uikit/ContextMenu/items/CategoryMenuItems.tsx:81
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:79
@@ -11319,7 +11396,7 @@ msgstr "Markdown"
msgid "Markdown Preview"
msgstr "Vista previa de Markdown"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:516
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:530
msgid "Marked as read"
msgstr "Marcado como leído"
@@ -11347,7 +11424,7 @@ msgstr "Marcadores debajo del deslizador"
msgid "Marty_McFly"
msgstr "Marty_McFly"
-#: src/components/modals/ClaimAccountModal.tsx:160
+#: src/components/modals/ClaimAccountModal.tsx:162
#: src/components/modals/EmailChangeModal.tsx:254
msgid "marty@example.com"
msgstr "marty@example.com"
@@ -11356,7 +11433,7 @@ msgstr "marty@example.com"
msgid "Mask Visionary as subscription"
msgstr "Enmascarar Visionary como suscripción"
-#: src/components/modals/InviteModal.tsx:291
+#: src/components/modals/InviteModal.tsx:288
msgid "Max number of uses"
msgstr "Número máximo de usos"
@@ -11393,7 +11470,8 @@ msgstr "La calidad máxima para la cámara es 1080p"
msgid "Maximum quality, requires very fast connection"
msgstr "Calidad máxima, requiere una conexión muy rápida"
-#: src/components/modals/GiftAcceptModal.tsx:151
+#: src/components/modals/GiftAcceptModal.tsx:161
+#: src/components/modals/GiftAcceptModal.tsx:194
msgid "Maybe later"
msgstr "Quizás más tarde"
@@ -11411,7 +11489,7 @@ msgstr "Midiendo..."
#: src/components/channel/AutocompleteEmoji.tsx:154
#: src/components/channel/textarea/TextareaButtons.tsx:122
-#: src/components/modals/ExpressionPickerSheet.tsx:77
+#: src/components/modals/ExpressionPickerSheet.tsx:64
#: src/components/modals/tabs/ChatSettingsTab.tsx:43
#: src/components/modals/tabs/ChatSettingsTab/Inline.tsx:37
#: src/components/modals/utils/settingsConstants.tsx:298
@@ -11504,8 +11582,8 @@ msgstr "Verificación de miembro"
msgid "Member verification level"
msgstr "Nivel de verificación de miembro"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:877
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:913
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:909
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:945
#: src/components/modals/guildTabs/GuildMembersTab.tsx:429
#: src/components/modals/shared/AddOverridePopout.tsx:176
#: src/components/modals/utils/guildSettingsConstants.tsx:157
@@ -11536,7 +11614,7 @@ msgstr "Miembros podados"
msgid "Members receive notifications for every message"
msgstr "Los miembros reciben notificaciones por cada mensaje"
-#: src/components/modals/InviteModal.tsx:302
+#: src/components/modals/InviteModal.tsx:299
msgid "Members will be removed when they go offline unless a role is assigned"
msgstr "Los miembros serán eliminados cuando se desconecten a menos que se les asigne un rol"
@@ -11608,11 +11686,11 @@ msgid "mentions:"
msgstr "menciones:"
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:234
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:218
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:220
#: src/components/modals/tabs/ComponentGalleryTab/InputsTab.tsx:164
-#: src/components/modals/UserProfileMobileSheet.tsx:497
-#: src/components/modals/UserProfileModal.tsx:1189
-#: src/components/modals/UserProfileModal.tsx:1311
+#: src/components/modals/UserProfileMobileSheet.tsx:501
+#: src/components/modals/UserProfileModal.tsx:1190
+#: src/components/modals/UserProfileModal.tsx:1316
#: src/components/popouts/UserProfilePopout.tsx:289
#: src/components/popouts/UserProfilePopout.tsx:308
#: src/components/profile/ProfilePreview.tsx:292
@@ -11689,7 +11767,7 @@ msgstr "Agrupación de mensajes"
msgid "Message is too long"
msgstr "El mensaje es demasiado largo"
-#: src/components/pages/ReportPage.tsx:837
+#: src/components/pages/report/ReportStepDetails.tsx:107
msgid "Message Link"
msgstr "Enlace del mensaje"
@@ -11744,7 +11822,7 @@ msgstr "Mensajes y medios"
msgid "Messages Deleted"
msgstr "Mensajes eliminados"
-#: src/components/channel/Messages.tsx:938
+#: src/components/channel/Messages.tsx:936
msgid "Messages failed to load"
msgstr "No se pudieron cargar los mensajes"
@@ -11888,22 +11966,21 @@ msgstr "Moderación"
msgid "Monospace font family"
msgstr "Familia de fuentes monoespaciadas"
-#: src/components/auth/DateOfBirthField.tsx:87
-#: src/components/auth/DateOfBirthField.tsx:154
+#: src/components/auth/DateOfBirthField.tsx:151
#: src/components/auth/MockMinimalRegisterForm.tsx:68
msgid "Month"
msgstr "Mes"
-#: src/components/modals/components/plutonium/PricingSection.tsx:71
+#: src/components/modals/components/plutonium/PricingSection.tsx:78
msgid "Monthly"
msgstr "Mensual"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:63
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:73
msgid "Monthly {monthlyPrice}"
msgstr "Mensual {monthlyPrice}"
#: src/components/accounts/AccountRow.tsx:178
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:863
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:895
#: src/components/channel/friends/FriendListItem.tsx:229
#: src/components/channel/MessageActionBar.tsx:647
#: src/components/channel/MessageActionBar.tsx:776
@@ -11936,7 +12013,7 @@ msgstr "Más espacios para stickers"
msgid "Most popular"
msgstr "Más popular"
-#: src/components/channel/ChannelSearchResults.tsx:225
+#: src/components/channel/ChannelSearchResults.tsx:182
#: src/components/search/SortModeSheet.tsx:53
msgid "Most Relevant"
msgstr "Más relevante"
@@ -12015,7 +12092,7 @@ msgstr "Contenido Multilingüe"
msgid "Music Lovers"
msgstr "Amantes de la Música"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:850
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:882
#: src/components/bottomsheets/VoiceLobbyBottomSheet.tsx:179
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:253
#: src/components/layout/UserArea.tsx:213
@@ -12055,7 +12132,7 @@ msgstr "Silenciar canal"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:400
#: src/components/bottomsheets/ChannelBottomSheet.tsx:452
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1010
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1034
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:171
#: src/components/modals/GuildNotificationSettingsModal.tsx:295
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:168
@@ -12069,9 +12146,9 @@ msgstr "Silenciar canal"
msgid "Mute Community"
msgstr "Silenciar comunidad"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1012
-#: src/components/bottomsheets/DMBottomSheet.tsx:449
-#: src/components/bottomsheets/DMBottomSheet.tsx:590
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1036
+#: src/components/bottomsheets/DMBottomSheet.tsx:451
+#: src/components/bottomsheets/DMBottomSheet.tsx:593
msgid "Mute Conversation"
msgstr "Silenciar conversación"
@@ -12096,7 +12173,7 @@ msgstr "Silenciar miembros"
msgid "Mute User"
msgstr "Silenciar usuario"
-#: src/components/layout/guild-list/GuildListItem.tsx:193
+#: src/components/layout/guild-list/GuildListItem.tsx:194
#: src/components/layout/VoiceStateIcons.tsx:53
#: src/components/voice/VoiceParticipantTile.tsx:897
#: src/utils/ContextMenuUtils.tsx:159
@@ -12105,7 +12182,7 @@ msgstr "Silenciado"
#. placeholder {0}: DateUtils.getFormattedDateTime(new Date(muteConfig.end_time))
#. placeholder {0}: getFormattedDateTime(new Date(muteConfig.end_time))
-#: src/components/layout/guild-list/GuildListItem.tsx:191
+#: src/components/layout/guild-list/GuildListItem.tsx:192
#: src/utils/ContextMenuUtils.tsx:157
msgid "Muted until {0}"
msgstr "Silenciado hasta {0}"
@@ -12253,7 +12330,7 @@ msgstr "¿Necesitas una cuenta?"
msgid "Neighborhood Watch"
msgstr "Vigilancia del vecindario"
-#: src/components/pages/ReportPage.tsx:330
+#: src/components/pages/report/optionDescriptors.ts:102
msgid "Netherlands"
msgstr "Países Bajos"
@@ -12261,9 +12338,9 @@ msgstr "Países Bajos"
msgid "Network"
msgstr "Red"
-#: src/components/modals/components/PlutoniumContent.tsx:145
-#: src/components/modals/components/PlutoniumContent.tsx:271
-#: src/components/modals/tabs/BetaCodesTab.tsx:295
+#: src/components/modals/components/PlutoniumContent.tsx:156
+#: src/components/modals/components/PlutoniumContent.tsx:288
+#: src/components/modals/tabs/BetaCodesTab.tsx:320
#: src/components/modals/tabs/DevicesTab.tsx:229
msgid "Network error"
msgstr "Error de red"
@@ -12290,7 +12367,7 @@ msgstr "nunca expira"
#: src/components/channel/Divider.tsx:51
#: src/components/channel/Divider.tsx:60
#: src/components/channel/UnreadDividerSlot.tsx:45
-#: src/components/layout/GuildsLayout.tsx:285
+#: src/components/layout/GuildsLayout.tsx:283
msgid "New"
msgstr "Nuevo"
@@ -12311,7 +12388,7 @@ msgstr "Nuevo correo electrónico"
msgid "New email form"
msgstr "Nuevo formulario de correo electrónico"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:902
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:934
msgid "New Group"
msgstr "Nuevo grupo"
@@ -12334,7 +12411,7 @@ msgid "new-channel"
msgstr "nuevo-canal"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:446
-#: src/components/channel/ChannelSearchResults.tsx:223
+#: src/components/channel/ChannelSearchResults.tsx:180
msgid "Newest"
msgstr "Más reciente"
@@ -12394,7 +12471,7 @@ msgstr "El apodo no debe exceder 32 caracteres"
msgid "Nickname updated"
msgstr "Apodo actualizado"
-#: src/components/layout/GuildLayout.tsx:392
+#: src/components/layout/GuildLayout.tsx:397
msgid "No accessible channels"
msgstr "No hay canales accesibles"
@@ -12431,7 +12508,7 @@ msgstr "No hay usuarios baneados"
msgid "No bans found matching your search."
msgstr "No se encontraron baneos que coincidan con tu búsqueda."
-#: src/components/modals/tabs/BetaCodesTab.tsx:365
+#: src/components/modals/tabs/BetaCodesTab.tsx:390
msgid "No beta codes yet"
msgstr "Aún no hay códigos beta"
@@ -12471,7 +12548,7 @@ msgstr "No hay canales disponibles"
msgid "No channels found"
msgstr "No se encontraron canales"
-#: src/components/modals/tabs/BetaCodesTab.tsx:275
+#: src/components/modals/tabs/BetaCodesTab.tsx:279
msgid "No codes remaining. Resets {resetString}"
msgstr "No quedan códigos. Se restablece {resetString}"
@@ -12484,7 +12561,7 @@ msgid "No community banner"
msgstr "Sin banner de comunidad"
#: src/components/auth/InviteHeader.tsx:156
-#: src/components/channel/InviteEmbed.tsx:215
+#: src/components/channel/InviteEmbed.tsx:217
#: src/components/modals/InviteAcceptModal.tsx:148
#: src/components/modals/tabs/ExpressionPacksTab.tsx:73
msgid "No description provided."
@@ -12516,7 +12593,7 @@ msgstr "Aún no hay amigos"
msgid "No GIFs found"
msgstr "No se encontraron GIFs"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:311
+#: src/components/modals/tabs/GiftInventoryTab.tsx:334
msgid "No gifts yet"
msgstr "Aún no hay regalos"
@@ -12656,7 +12733,7 @@ msgid "No results"
msgstr "Sin resultados"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:315
-#: src/components/channel/ChannelSearchResults.tsx:709
+#: src/components/channel/ChannelSearchResults.tsx:678
msgid "No Results"
msgstr "Sin resultados"
@@ -12717,7 +12794,7 @@ msgstr "Sin canal del sistema"
msgid "No Timer"
msgstr "Sin temporizador"
-#: src/components/channel/dm/AddFriendForm.tsx:70
+#: src/components/channel/dm/AddFriendForm.tsx:93
msgid "No user found with that FluxerTag."
msgstr "No se encontró ningún usuario con ese FluxerTag."
@@ -12797,7 +12874,7 @@ msgstr "Ahora no"
msgid "Not your cup of tea? You can disable this feature anytime."
msgstr "¿No es lo tuyo? Puedes desactivar esta función en cualquier momento."
-#: src/components/modals/UserProfileMobileSheet.tsx:549
+#: src/components/modals/UserProfileMobileSheet.tsx:553
#: src/components/modals/UserProfileModal.tsx:244
#: src/components/modals/UserProfileModal.tsx:248
#: src/components/pages/YouPage.tsx:144
@@ -12813,7 +12890,7 @@ msgstr "Nota (solo visible para ti)"
msgid "nothing"
msgstr "nada"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1387
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1411
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:218
#: src/components/modals/GuildNotificationSettingsModal.tsx:95
#: src/components/modals/GuildNotificationSettingsModal.tsx:226
@@ -12835,8 +12912,8 @@ msgid "Notification Overrides"
msgstr "Anulaciones de notificaciones"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:405
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1160
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1341
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1184
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1365
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:199
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsButton.tsx:59
#: src/components/modals/GuildNotificationSettingsModal.tsx:162
@@ -12904,17 +12981,17 @@ msgstr "Contenido NSFW no permitido"
msgid "NSFW Gates"
msgstr "Puertas NSFW"
-#: src/components/pages/ReportPage.tsx:266
+#: src/components/pages/report/optionDescriptors.ts:47
#: src/constants/IARConstants.tsx:52
msgid "NSFW Policy Violation"
msgstr "Violación de la política NSFW"
#. placeholder {0}: formatter.format(visionarySlots.total)
-#: src/components/modals/components/plutonium/VisionarySection.tsx:82
+#: src/components/modals/components/plutonium/VisionarySection.tsx:91
msgid "Numbered badge (1-{0}) showing your Visionary status"
msgstr "Insignia numerada (1-{0}) que muestra tu estatus de Visionario"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:83
+#: src/components/modals/components/plutonium/VisionarySection.tsx:92
msgid "Numbered badge showing your Visionary status"
msgstr "Insignia numerada que muestra tu estado Visionary"
@@ -12933,8 +13010,8 @@ msgstr "Objetos"
msgid "Off"
msgstr "Apagado"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:281
-#: src/components/channel/ChannelMembers.tsx:137
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:287
+#: src/components/channel/ChannelMembers.tsx:108
#: src/Constants.tsx:134
#: src/utils/MemberListUtils.ts:150
#: src/utils/MemberListUtils.ts:188
@@ -12962,7 +13039,7 @@ msgid "Okay"
msgstr "De acuerdo"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:446
-#: src/components/channel/ChannelSearchResults.tsx:224
+#: src/components/channel/ChannelSearchResults.tsx:181
msgid "Oldest"
msgstr "Más antiguo"
@@ -13020,25 +13097,25 @@ msgstr "Uno o más canales se están indexando"
msgid "one second ago"
msgstr "hace un segundo"
-#: src/components/modals/components/plutonium/GiftSection.tsx:71
-#: src/components/modals/components/plutonium/GiftSection.tsx:80
-#: src/components/modals/components/plutonium/PricingSection.tsx:103
-#: src/components/modals/components/plutonium/PricingSection.tsx:112
+#: src/components/modals/components/plutonium/GiftSection.tsx:78
+#: src/components/modals/components/plutonium/GiftSection.tsx:90
+#: src/components/modals/components/plutonium/PricingSection.tsx:118
+#: src/components/modals/components/plutonium/PricingSection.tsx:130
msgid "one-time purchase"
msgstr "compra única"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:65
+#: src/components/modals/components/plutonium/VisionarySection.tsx:74
msgid "One-time purchase, lifetime access."
msgstr "Compra única, acceso de por vida."
-#: src/components/modals/components/plutonium/GiftSection.tsx:89
-#: src/components/modals/components/plutonium/PricingSection.tsx:90
-#: src/components/modals/components/plutonium/PricingSection.tsx:121
+#: src/components/modals/components/plutonium/GiftSection.tsx:102
+#: src/components/modals/components/plutonium/PricingSection.tsx:103
+#: src/components/modals/components/plutonium/PricingSection.tsx:142
msgid "one-time, lifetime"
msgstr "única, de por vida"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:281
-#: src/components/channel/ChannelMembers.tsx:135
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:285
+#: src/components/channel/ChannelMembers.tsx:106
#: src/components/channel/dm/DMFriendsView.tsx:168
#: src/components/channel/friends/views/FriendsList.tsx:95
#: src/Constants.tsx:130
@@ -13051,7 +13128,7 @@ msgstr "En línea"
msgid "Online Status"
msgstr "Estado en línea"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1382
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1406
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:212
#: src/components/modals/GuildNotificationSettingsModal.tsx:91
#: src/components/modals/GuildNotificationSettingsModal.tsx:281
@@ -13120,11 +13197,11 @@ msgstr "Abrir modal de reclamar cuenta"
msgid "Open color picker"
msgstr "Abrir selector de color"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1398
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1422
msgid "Open Community Notification Settings"
msgstr "Abrir configuración de notificaciones de comunidad"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:286
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:322
msgid "Open Customer Portal"
msgstr "Abrir portal del cliente"
@@ -13293,7 +13370,7 @@ msgstr "Opción Tres"
msgid "Option Two"
msgstr "Opción Dos"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:89
+#: src/components/modals/components/plutonium/VisionarySection.tsx:98
msgid "Optional #0000 tag"
msgstr "Etiqueta #0000 opcional"
@@ -13309,7 +13386,7 @@ msgstr "O"
msgid "Or copy the link:"
msgstr "O copia el enlace:"
-#: src/components/modals/InviteModal.tsx:312
+#: src/components/modals/InviteModal.tsx:309
msgid "or send an invite link to a friend:"
msgstr "o envía un enlace de invitación a un amigo:"
@@ -13325,9 +13402,9 @@ msgstr "No se pudo cargar el mensaje original"
msgid "Original message was deleted"
msgstr "El mensaje original fue eliminado"
-#: src/components/pages/ReportPage.tsx:273
-#: src/components/pages/ReportPage.tsx:287
-#: src/components/pages/ReportPage.tsx:303
+#: src/components/pages/report/optionDescriptors.ts:54
+#: src/components/pages/report/optionDescriptors.ts:65
+#: src/components/pages/report/optionDescriptors.ts:78
#: src/constants/IARConstants.tsx:87
#: src/constants/IARConstants.tsx:139
#: src/constants/IARConstants.tsx:195
@@ -13463,8 +13540,8 @@ msgstr "Las claves de acceso requieren un paquete de macOS firmado con un identi
#: src/components/auth/AuthLoginCore/AuthLoginEmailPasswordForm.tsx:90
#: src/components/auth/AuthRegisterFormCore.tsx:136
#: src/components/auth/AuthRegisterFormCore.tsx:217
-#: src/components/modals/ClaimAccountModal.tsx:168
-#: src/components/modals/ClaimAccountModal.tsx:208
+#: src/components/modals/ClaimAccountModal.tsx:170
+#: src/components/modals/ClaimAccountModal.tsx:210
#: src/components/modals/SudoVerificationModal.tsx:171
#: src/components/modals/SudoVerificationModal.tsx:236
#: src/components/modals/tabs/AccountSecurityTab/AccountTab.tsx:105
@@ -13546,11 +13623,11 @@ msgstr "Las personas que son amigas de tus amigos pueden agregarte a chats grupa
msgid "People who are friends with your friends can call you"
msgstr "Las personas que son amigas de tus amigos pueden llamarte"
-#: src/components/modals/components/plutonium/PricingSection.tsx:73
+#: src/components/modals/components/plutonium/PricingSection.tsx:80
msgid "per month"
msgstr "por mes"
-#: src/components/modals/components/plutonium/PricingSection.tsx:80
+#: src/components/modals/components/plutonium/PricingSection.tsx:90
msgid "per year"
msgstr "por año"
@@ -13588,8 +13665,8 @@ msgstr "Permisos otorgados"
msgid "Personal notes"
msgstr "Notas personales"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:479
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:778
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:493
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:810
#: src/components/channel/channel-header/useChannelHeaderData.ts:84
#: src/components/channel/dm/DMList.tsx:708
#: src/components/channel/dm/DMList.tsx:795
@@ -13662,16 +13739,16 @@ msgid "Pick which phone step to show"
msgstr "Elige qué paso del teléfono mostrar"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:336
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1132
-#: src/components/bottomsheets/DMBottomSheet.tsx:483
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1156
+#: src/components/bottomsheets/DMBottomSheet.tsx:485
#: src/components/channel/dm/DMList.tsx:287
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:153
msgid "Pin DM"
msgstr "Fijar DM"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:295
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1132
-#: src/components/bottomsheets/DMBottomSheet.tsx:483
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1156
+#: src/components/bottomsheets/DMBottomSheet.tsx:485
#: src/components/channel/dm/DMList.tsx:248
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:133
msgid "Pin Group DM"
@@ -13714,20 +13791,20 @@ msgid "Ping: {latency}ms"
msgstr "Ping: {latency}ms"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:219
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:566
-#: src/components/bottomsheets/DMBottomSheet.tsx:147
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:580
+#: src/components/bottomsheets/DMBottomSheet.tsx:149
#: src/components/channel/dm/DMList.tsx:214
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:115
msgid "Pinned DM"
msgstr "DM fijado"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:219
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:566
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:580
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:95
msgid "Pinned group"
msgstr "Grupo fijado"
-#: src/components/bottomsheets/DMBottomSheet.tsx:147
+#: src/components/bottomsheets/DMBottomSheet.tsx:149
msgid "Pinned group DM"
msgstr "DM del grupo anclado"
@@ -13742,7 +13819,7 @@ msgstr "Mensajes fijados"
msgid "pinned:"
msgstr "fijado:"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:886
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:918
msgid "Pins"
msgstr "Fijados"
@@ -13789,15 +13866,15 @@ msgstr "Revisa tu bandeja de entrada para ver el correo de verificación."
msgid "Please enable Fluxer in System Settings → Privacy & Security → Input Monitoring."
msgstr "Activa Fluxer en Configuración del sistema → Privacidad y seguridad → Monitoreo de entrada."
-#: src/components/pages/ReportPage.tsx:396
+#: src/components/pages/ReportPage.tsx:211
msgid "Please enter a valid email address."
msgstr "Por favor, introduce una dirección de correo electrónico válida."
-#: src/components/channel/dm/AddFriendForm.tsx:74
+#: src/components/channel/dm/AddFriendForm.tsx:97
msgid "Please enter a valid FluxerTag (Username#0000)."
msgstr "Ingresa un FluxerTag válido (Usuario#0000)."
-#: src/components/pages/ReportPage.tsx:509
+#: src/components/pages/ReportPage.tsx:336
msgid "Please enter a valid message link URL."
msgstr "Por favor, introduce una URL de enlace de mensaje válida."
@@ -13809,26 +13886,22 @@ msgstr "Por favor, introduce un punto final de API."
msgid "Please fill out the following fields: {fieldList}"
msgstr "Por favor completa los siguientes campos: {fieldList}"
-#: src/components/pages/ReportPage.tsx:436
+#: src/components/pages/ReportPage.tsx:261
msgid "Please go back and enter a valid email address."
msgstr "Por favor, vuelve atrás e introduce una dirección de correo electrónico válida."
-#: src/components/pages/ReportPage.tsx:542
+#: src/components/pages/ReportPage.tsx:369
msgid "Please include the community (guild) ID you are reporting."
msgstr "Incluye el ID de la comunidad (guild) que estás reportando."
-#: src/components/pages/ReportPage.tsx:504
+#: src/components/pages/ReportPage.tsx:331
msgid "Please paste the message link you are reporting."
msgstr "Pega el enlace del mensaje que estás reportando."
-#: src/components/pages/ReportPage.tsx:391
+#: src/components/pages/ReportPage.tsx:206
msgid "Please provide an email address."
msgstr "Proporciona una dirección de correo electrónico."
-#: src/components/pages/ReportPage.tsx:801
-msgid "Please provide the details of your report."
-msgstr "Proporciona los detalles de tu reporte."
-
#: src/components/modals/tabs/ApplicationsTab/ApplicationDetail.tsx:555
msgid "Please retry or go back to the applications list."
msgstr "Vuelve a intentarlo o regresa a la lista de aplicaciones."
@@ -13837,7 +13910,7 @@ msgstr "Vuelve a intentarlo o regresa a la lista de aplicaciones."
msgid "Please select a violation category"
msgstr "Selecciona una categoría de violación"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:297
+#: src/components/modals/tabs/GiftInventoryTab.tsx:320
msgid "Please try again later."
msgstr "Vuelve a intentarlo más tarde."
@@ -13878,7 +13951,7 @@ msgstr "Privacidad de insignia Plutonium"
msgid "Plutonium perks"
msgstr "Beneficios de Plutonium"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:110
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:129
msgid "Plutonium Subscription"
msgstr "Suscripción a Plutonium"
@@ -13886,7 +13959,7 @@ msgstr "Suscripción a Plutonium"
msgid "PNG"
msgstr "PNG"
-#: src/components/pages/ReportPage.tsx:331
+#: src/components/pages/report/optionDescriptors.ts:103
msgid "Poland"
msgstr "Polonia"
@@ -13903,7 +13976,7 @@ msgstr "encuesta"
msgid "Popouts"
msgstr "Ventanas emergentes"
-#: src/components/pages/ReportPage.tsx:332
+#: src/components/pages/report/optionDescriptors.ts:104
msgid "Portugal"
msgstr "Portugal"
@@ -13943,11 +14016,11 @@ msgstr "Anulación de tipo de Premium"
msgid "Press keys..."
msgstr "Presiona teclas..."
-#: src/components/channel/MessageReactions.tsx:121
+#: src/components/channel/MessageReactions.tsx:120
msgid "press to add reaction"
msgstr "presiona para agregar reacción"
-#: src/components/channel/MessageReactions.tsx:121
+#: src/components/channel/MessageReactions.tsx:120
msgid "press to remove reaction"
msgstr "presiona para eliminar reacción"
@@ -14143,15 +14216,15 @@ msgstr "Protege tu cuenta con autenticación de dos factores y claves de acceso"
msgid "Provide any additional context that may help our Safety Team..."
msgstr "Proporciona cualquier contexto adicional que pueda ayudar a nuestro Equipo de Seguridad..."
-#: src/components/pages/ReportPage.tsx:882
+#: src/components/pages/report/ReportStepDetails.tsx:156
msgid "Provide at least a user ID or a user tag."
msgstr "Proporciona al menos un ID de usuario o una etiqueta de usuario."
-#: src/components/pages/ReportPage.tsx:527
+#: src/components/pages/ReportPage.tsx:354
msgid "Provide either a user ID or a FluxerTag for the person you are reporting."
msgstr "Proporciona un ID de usuario o un FluxerTag de la persona que estás reportando."
-#: src/components/pages/ReportPage.tsx:478
+#: src/components/pages/ReportPage.tsx:305
msgid "Provide your full legal name for the declaration."
msgstr "Proporciona tu nombre legal completo para la declaración."
@@ -14163,7 +14236,7 @@ msgstr "Miembros depurados inactivos durante {dayCount, plural, one {<0># día
msgid "Public bot"
msgstr "Bot público"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:312
+#: src/components/modals/tabs/GiftInventoryTab.tsx:335
msgid "Purchase a Plutonium gift from the Plutonium tab to share with friends!"
msgstr "¡Compra un regalo Plutonium en la pestaña Plutonium para compartir con amigos!"
@@ -14171,12 +14244,12 @@ msgstr "¡Compra un regalo Plutonium en la pestaña Plutonium para compartir con
msgid "Purchase History"
msgstr "Historial de compras"
-#: src/components/modals/components/plutonium/PricingSection.tsx:61
+#: src/components/modals/components/plutonium/PricingSection.tsx:67
msgid "Purchase mode"
msgstr "Modo de compra"
#. placeholder {0}: getFormattedShortDate(new Date(gift.created_at))
-#: src/components/modals/tabs/GiftInventoryTab.tsx:119
+#: src/components/modals/tabs/GiftInventoryTab.tsx:120
msgid "Purchased {0}"
msgstr "Comprado {0}"
@@ -14275,7 +14348,7 @@ msgstr "Los botones de opción permiten seleccionar una opción de un grupo."
msgid "Radio Group"
msgstr "Grupo de opciones"
-#: src/components/pages/ReportPage.tsx:300
+#: src/components/pages/report/optionDescriptors.ts:75
#: src/constants/IARConstants.tsx:180
msgid "Raid Coordination"
msgstr "Coordinación de incursión"
@@ -14310,7 +14383,7 @@ msgid "Reactions"
msgstr "Reacciones"
#: src/components/layout/app-layout/nagbars/PremiumExpiredNagbar.tsx:77
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:284
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:320
msgid "Reactivate"
msgstr "Reactivar"
@@ -14323,15 +14396,15 @@ msgstr "Leer historial de mensajes"
msgid "Read the community's audit log of changes and moderation actions."
msgstr "Lee el registro de auditoría de cambios y acciones de moderación de la comunidad."
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:146
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:160
msgid "Read the Documentation (fluxer.dev)"
msgstr "Lee la documentación (fluxer.dev)"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:52
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:60
msgid "Ready to Buy a Gift?"
msgstr "¿Listo para comprar un regalo?"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:52
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:60
msgid "Ready to Upgrade?"
msgstr "¿Listo para actualizar?"
@@ -14388,11 +14461,11 @@ msgstr "Reconectando…"
msgid "Record shortcut"
msgstr "Grabar atajo"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:269
+#: src/components/modals/tabs/GiftInventoryTab.tsx:292
msgid "Redeem"
msgstr "Canjear"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:232
+#: src/components/modals/tabs/GiftInventoryTab.tsx:255
msgid "Redeem a Gift"
msgstr "Canjear un regalo"
@@ -14400,40 +14473,40 @@ msgstr "Canjear un regalo"
msgid "Redeem Beta Code"
msgstr "Canjear código beta"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:165
+#: src/components/modals/tabs/GiftInventoryTab.tsx:166
msgid "Redeem for Yourself"
msgstr "Canjear para ti"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:255
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:281
msgid "Redeem Gift Code"
msgstr "Canjear código de regalo"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:238
+#: src/components/modals/tabs/GiftInventoryTab.tsx:261
msgid "Redeem gift code form"
msgstr "Formulario para canjear código de regalo"
#. placeholder {0}: redeemedBetaCodes.length
-#: src/components/modals/tabs/BetaCodesTab.tsx:349
+#: src/components/modals/tabs/BetaCodesTab.tsx:374
msgid "Redeemed ({0})"
msgstr "Canjeado ({0})"
#. placeholder {0}: getFormattedShortDate(new Date(gift.redeemed_at!))
-#: src/components/modals/tabs/GiftInventoryTab.tsx:117
+#: src/components/modals/tabs/GiftInventoryTab.tsx:118
msgid "Redeemed {0}"
msgstr "Canjeado {0}"
#. placeholder {0}: gift.redeemed_by.username
#. placeholder {1}: gift.redeemed_by.discriminator
-#: src/components/modals/tabs/GiftInventoryTab.tsx:153
+#: src/components/modals/tabs/GiftInventoryTab.tsx:154
msgid "Redeemed by {0}#{1}"
msgstr "Canjeado por {0}#{1}"
-#: src/components/modals/tabs/BetaCodesTab.tsx:54
+#: src/components/modals/tabs/BetaCodesTab.tsx:56
msgid "Redeemer"
msgstr "Canjeador"
-#: src/components/modals/tabs/BetaCodesTab.tsx:111
-#: src/components/modals/tabs/BetaCodesTab.tsx:188
+#: src/components/modals/tabs/BetaCodesTab.tsx:113
+#: src/components/modals/tabs/BetaCodesTab.tsx:190
msgid "Redeemer:"
msgstr "Canjeador:"
@@ -14526,7 +14599,7 @@ msgstr "Botón regular"
msgid "Regular button clicked!"
msgstr "¡Botón regular presionado!"
-#: src/components/channel/channel-view/DMChannelView.tsx:298
+#: src/components/channel/channel-view/DMChannelView.tsx:299
#: src/components/voice/IncomingCallUI.tsx:310
msgid "Reject"
msgstr "Rechazar"
@@ -14624,19 +14697,19 @@ msgstr "Eliminar sonido de entrada"
msgid "Remove filter"
msgstr "Eliminar filtro"
-#: src/components/bottomsheets/DMBottomSheet.tsx:508
-#: src/components/channel/dm/DMWelcomeSection.tsx:132
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:144
+#: src/components/bottomsheets/DMBottomSheet.tsx:510
+#: src/components/channel/dm/DMWelcomeSection.tsx:144
#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:146
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:253
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:148
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:255
#: src/components/modals/UserProfileActionsSheet.tsx:115
#: src/components/modals/UserProfileActionsSheet.tsx:117
#: src/components/modals/UserProfileActionsSheet.tsx:278
-#: src/components/modals/UserProfileMobileSheet.tsx:302
-#: src/components/modals/UserProfileMobileSheet.tsx:304
+#: src/components/modals/UserProfileMobileSheet.tsx:303
+#: src/components/modals/UserProfileMobileSheet.tsx:305
#: src/components/modals/UserProfileModal.tsx:1143
-#: src/components/modals/UserProfileModal.tsx:1228
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:108
+#: src/components/modals/UserProfileModal.tsx:1229
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:129
#: src/utils/RelationshipActionUtils.tsx:113
#: src/utils/RelationshipActionUtils.tsx:115
msgid "Remove Friend"
@@ -14654,8 +14727,8 @@ msgid "Remove from favorites"
msgstr "Eliminar de favoritos"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:370
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1103
-#: src/components/bottomsheets/DMBottomSheet.tsx:400
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1127
+#: src/components/bottomsheets/DMBottomSheet.tsx:402
#: src/components/channel/ChannelHeader.tsx:547
#: src/components/channel/ChannelHeader.tsx:595
#: src/components/channel/ChannelHeader.tsx:600
@@ -14720,7 +14793,7 @@ msgstr "Eliminar spoiler"
msgid "Remove sticker"
msgstr "Eliminar sticker"
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:285
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:288
#: src/components/modals/RemoveTimeoutModal.tsx:61
#: src/components/modals/RemoveTimeoutModal.tsx:75
#: src/components/modals/TimeoutMemberSheet.tsx:101
@@ -14763,11 +14836,11 @@ msgid "Removed from bookmarks"
msgstr "Eliminado de marcadores"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:115
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:541
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:555
msgid "Removed from favorites"
msgstr "Eliminado de favoritos"
-#: src/components/bottomsheets/DMBottomSheet.tsx:126
+#: src/components/bottomsheets/DMBottomSheet.tsx:128
msgid "Removed from Favorites"
msgstr "Eliminado de Favoritos"
@@ -14891,7 +14964,7 @@ msgstr "Comunidad renombrada a {0}."
msgid "Render all your messages as unknown message type"
msgstr "Renderizar todos tus mensajes como tipo de mensaje desconocido"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:234
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:253
msgid "Renews on <0>{renewalDate}0>."
msgstr "Se renueva el <0>{renewalDate}0>."
@@ -14932,15 +15005,15 @@ msgstr "Responder"
msgid "Replying to <0>{authorNickname}0>"
msgstr "Respondiendo a <0>{authorNickname}0>"
-#: src/components/pages/ReportPage.tsx:249
+#: src/components/pages/report/optionDescriptors.ts:38
msgid "Report a Community"
msgstr "Reportar una comunidad"
-#: src/components/pages/ReportPage.tsx:247
+#: src/components/pages/report/optionDescriptors.ts:36
msgid "Report a Message"
msgstr "Reportar un mensaje"
-#: src/components/pages/ReportPage.tsx:248
+#: src/components/pages/report/optionDescriptors.ts:37
msgid "Report a User Profile"
msgstr "Reportar un perfil de usuario"
@@ -14949,12 +15022,12 @@ msgstr "Reportar un perfil de usuario"
msgid "Report Community"
msgstr "Reportar comunidad"
-#: src/components/pages/ReportPage.tsx:801
-msgid "Report Details"
+#: src/components/pages/report/ReportStepDetails.tsx:74
+msgid "Report details"
msgstr "Detalles del reporte"
-#: src/components/pages/ReportPage.tsx:241
-#: src/components/pages/ReportPage.tsx:612
+#: src/components/pages/report/ReportStepSelection.tsx:41
+#: src/components/pages/ReportPage.tsx:60
msgid "Report Illegal Content"
msgstr "Reportar contenido ilegal"
@@ -14963,33 +15036,24 @@ msgstr "Reportar contenido ilegal"
msgid "Report Message"
msgstr "Reportar mensaje"
-#: src/components/pages/ReportPage.tsx:588
-msgid "Report Submitted"
+#: src/components/pages/report/ReportStepComplete.tsx:36
+msgid "Report submitted"
msgstr "Reporte enviado"
#: src/components/modals/IARModal.tsx:128
msgid "Report submitted successfully. Our Safety Team will review it shortly."
msgstr "Reporte enviado exitosamente. Nuestro equipo de seguridad lo revisará pronto."
-#: src/components/pages/ReportPage.tsx:624
-msgid "Report Type"
-msgstr "Tipo de reporte"
-
#: src/components/modals/IARModal.tsx:84
#: src/components/modals/UserProfileActionsSheet.tsx:289
#: src/components/modals/UserProfileModal.tsx:1157
msgid "Report User"
msgstr "Reportar usuario"
-#: src/components/pages/ReportPage.tsx:852
+#: src/components/pages/report/ReportStepDetails.tsx:123
msgid "Reported User Tag (optional)"
msgstr "Etiqueta de usuario reportado (opcional)"
-#: src/components/pages/ReportPage.tsx:644
-#: src/components/pages/ReportPage.tsx:804
-msgid "Reporting:"
-msgstr "Reportando:"
-
#: src/components/modals/tabs/PrivacySafetyTab/DataExportTab.tsx:48
#: src/components/modals/tabs/PrivacySafetyTab/DataExportTab.tsx:125
msgid "Request Data Export"
@@ -15050,7 +15114,7 @@ msgstr "Requiere Plutonium"
msgid "Reschedule Message"
msgstr "Reprogramar mensaje"
-#: src/components/modals/ClaimAccountModal.tsx:222
+#: src/components/modals/ClaimAccountModal.tsx:224
#: src/components/modals/EmailChangeModal.tsx:230
#: src/components/modals/EmailChangeModal.tsx:294
msgid "Resend"
@@ -15064,7 +15128,11 @@ msgstr "Reenviar ({newSecondsRemaining}s)"
msgid "Resend ({originalSecondsRemaining}s)"
msgstr "Reenviar ({originalSecondsRemaining}s)"
-#: src/components/modals/ClaimAccountModal.tsx:222
+#: src/components/pages/report/ReportStepVerification.tsx:114
+msgid "Resend ({resendCooldownSeconds}s)"
+msgstr "Reenviar ({resendCooldownSeconds}s)"
+
+#: src/components/modals/ClaimAccountModal.tsx:224
msgid "Resend ({resendSecondsRemaining}s)"
msgstr "Reenviar ({resendSecondsRemaining}s)"
@@ -15072,7 +15140,7 @@ msgstr "Reenviar ({resendSecondsRemaining}s)"
msgid "Resend Button Loading"
msgstr "Botón de reenviar cargando"
-#: src/components/pages/ReportPage.tsx:761
+#: src/components/pages/report/ReportStepVerification.tsx:116
msgid "Resend code"
msgstr "Reenviar código"
@@ -15097,7 +15165,7 @@ msgid "Resent"
msgstr "Reenviado"
#: src/components/keybinds/KeybindRecorder.tsx:215
-#: src/components/modals/components/MobileSettingsView.tsx:128
+#: src/components/modals/components/MobileSettingsView.tsx:123
#: src/components/modals/components/SettingsModalHeader.tsx:81
#: src/components/modals/ImageCropModal.tsx:977
#: src/components/modals/tabs/KeybindsTab.tsx:154
@@ -15173,8 +15241,8 @@ msgstr "Restaurar pantalla completa"
msgid "Restore maximized"
msgstr "Restaurar maximizado"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:280
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:282
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:316
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:318
msgid "Resubscribe"
msgstr "Volver a suscribirse"
@@ -15189,11 +15257,11 @@ msgstr "Volver a suscribirse"
#: src/components/modals/guildTabs/GuildStickersTab.tsx:211
#: src/components/modals/guildTabs/GuildWebhooksTab.tsx:137
#: src/components/modals/tabs/ApplicationsTab/ApplicationDetail.tsx:559
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:108
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:112
#: src/components/modals/tabs/AuthorizedAppsTab.tsx:121
-#: src/components/modals/tabs/BetaCodesTab.tsx:301
+#: src/components/modals/tabs/BetaCodesTab.tsx:326
#: src/components/modals/tabs/DevicesTab.tsx:231
-#: src/components/modals/tabs/GiftInventoryTab.tsx:300
+#: src/components/modals/tabs/GiftInventoryTab.tsx:323
msgid "Retry"
msgstr "Reintentar"
@@ -15244,8 +15312,8 @@ msgstr "Revisa lo que esta aplicación está pidiendo antes de continuar."
#: src/components/invites/InviteListItem.tsx:217
#: src/components/modals/GroupInvitesBottomSheet.tsx:78
#: src/components/modals/GroupInvitesModal.tsx:76
-#: src/components/modals/tabs/BetaCodesTab.tsx:143
-#: src/components/modals/tabs/BetaCodesTab.tsx:220
+#: src/components/modals/tabs/BetaCodesTab.tsx:145
+#: src/components/modals/tabs/BetaCodesTab.tsx:222
msgid "Revoke"
msgstr "Revocar"
@@ -15369,7 +15437,7 @@ msgstr "Roles y permisos"
msgid "Roles updated successfully"
msgstr "Roles actualizados exitosamente"
-#: src/components/pages/ReportPage.tsx:333
+#: src/components/pages/report/optionDescriptors.ts:105
msgid "Romania"
msgstr "Rumania"
@@ -15423,7 +15491,7 @@ msgstr "Saturación"
#: src/components/modals/AddFavoriteMemeModal.tsx:102
#: src/components/modals/AttachmentEditModal.tsx:90
#: src/components/modals/BaseChangeNicknameModal.tsx:115
-#: src/components/modals/components/MobileSettingsView.tsx:131
+#: src/components/modals/components/MobileSettingsView.tsx:126
#: src/components/modals/CustomStatusBottomSheet.tsx:231
#: src/components/modals/CustomStatusModal.tsx:362
#: src/components/modals/EditFavoriteMemeModal.tsx:88
@@ -15438,9 +15506,9 @@ msgstr "Saturación"
msgid "Save"
msgstr "Guardar"
-#: src/components/modals/components/plutonium/GiftSection.tsx:72
-#: src/components/modals/components/plutonium/PricingSection.tsx:81
-#: src/components/modals/components/plutonium/PricingSection.tsx:104
+#: src/components/modals/components/plutonium/GiftSection.tsx:79
+#: src/components/modals/components/plutonium/PricingSection.tsx:91
+#: src/components/modals/components/plutonium/PricingSection.tsx:119
msgid "Save 17%"
msgstr "Ahorra 17%"
@@ -15600,8 +15668,8 @@ msgstr "Desplazar chat hacia abajo"
msgid "Scroll Chat Up"
msgstr "Desplazar chat hacia arriba"
-#: src/components/modals/components/plutonium/GiftSection.tsx:103
-#: src/components/modals/components/plutonium/PricingSection.tsx:138
+#: src/components/modals/components/plutonium/GiftSection.tsx:117
+#: src/components/modals/components/plutonium/PricingSection.tsx:160
msgid "Scroll down to view all the sweet perks you get with Plutonium"
msgstr "Desplázate hacia abajo para ver todas las ventajas que obtienes con Plutonium"
@@ -15613,11 +15681,11 @@ msgstr "Desplazar el historial del chat hacia abajo"
msgid "Scroll the chat history up"
msgstr "Desplazar el historial del chat hacia arriba"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:857
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:889
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:400
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:460
#: src/components/channel/ChannelHeader.tsx:586
-#: src/components/channel/shared/PickerSearchInput.tsx:204
+#: src/components/channel/shared/PickerSearchInput.tsx:203
#: src/components/modals/tabs/ComponentGalleryTab/InputsTab.tsx:126
#: src/stores/KeybindStore.ts:414
#: src/utils/quick-switcher/QuickSwitcherModalUtils.tsx:86
@@ -15674,7 +15742,7 @@ msgstr "Buscar canales, personas o comunidades"
#: src/components/common/FriendSelector.tsx:196
#: src/components/modals/AddFriendsToGroupModal.tsx:53
#: src/components/modals/CreateDMModal.tsx:68
-#: src/components/modals/InviteModal.tsx:237
+#: src/components/modals/InviteModal.tsx:248
#: src/components/modals/shared/RecipientList.tsx:177
#: src/components/modals/ShareThemeModal.tsx:144
msgid "Search friends"
@@ -15718,7 +15786,7 @@ msgstr "Buscar solicitudes pendientes"
msgid "Search Permissions..."
msgstr "Buscar permisos..."
-#: src/components/channel/ChannelSearchResults.tsx:321
+#: src/components/channel/ChannelSearchResults.tsx:278
#: src/components/modals/components/DesktopSettingsView.tsx:360
msgid "Search Results"
msgstr "Resultados de búsqueda"
@@ -15737,7 +15805,7 @@ msgid "Search scope"
msgstr "Ámbito de búsqueda"
#. placeholder {0}: activeScopeOption.label
-#: src/components/channel/ChannelSearchResults.tsx:1052
+#: src/components/channel/ChannelSearchResults.tsx:1031
#: src/components/channel/MessageSearchBar/MessageSearchBar.tsx:378
msgid "Search scope: {0}"
msgstr "Ámbito de búsqueda: {0}"
@@ -15767,7 +15835,7 @@ msgstr "Buscar usuarios"
msgid "Search within the current view"
msgstr "Buscar dentro de la vista actual"
-#: src/components/channel/ChannelSearchResults.tsx:319
+#: src/components/channel/ChannelSearchResults.tsx:276
msgid "Searching..."
msgstr "Buscando..."
@@ -15848,9 +15916,9 @@ msgstr "Ve cómo se ve tu invitación a los visitantes."
msgid "Select"
msgstr "Seleccionar"
-#: src/components/pages/ReportPage.tsx:261
-#: src/components/pages/ReportPage.tsx:280
-#: src/components/pages/ReportPage.tsx:294
+#: src/components/pages/report/optionDescriptors.ts:42
+#: src/components/pages/report/optionDescriptors.ts:58
+#: src/components/pages/report/optionDescriptors.ts:69
msgid "Select a category"
msgstr "Selecciona una categoría"
@@ -15871,7 +15939,7 @@ msgstr "Seleccionar una comunidad"
msgid "Select a community where you have <0>Manage Community0> permissions."
msgstr "Selecciona una comunidad donde tengas permisos de <0>Administrar comunidad0>."
-#: src/components/pages/ReportPage.tsx:310
+#: src/components/pages/report/optionDescriptors.ts:82
msgid "Select a country"
msgstr "Selecciona un país"
@@ -15887,7 +15955,7 @@ msgstr "Seleccionar un escenario para aplicar..."
msgid "Select a verification method."
msgstr "Selecciona un método de verificación."
-#: src/components/pages/ReportPage.tsx:473
+#: src/components/pages/ReportPage.tsx:300
msgid "Select a violation category."
msgstr "Selecciona una categoría de violación."
@@ -15958,11 +16026,15 @@ msgstr "Seleccionar pantalla o ventana"
msgid "Select the account you want to sign in with on the desktop app."
msgstr "Selecciona la cuenta con la que quieres iniciar sesión en la aplicación de escritorio."
+#: src/components/pages/report/ReportStepSelection.tsx:44
+msgid "Select what you want to report."
+msgstr "Selecciona qué deseas reportar."
+
#: src/components/modals/utils/settingsSearchIndex.ts:460
msgid "Select your camera"
msgstr "Selecciona tu cámara"
-#: src/components/pages/ReportPage.tsx:483
+#: src/components/pages/ReportPage.tsx:310
msgid "Select your country of residence."
msgstr "Selecciona tu país de residencia."
@@ -15986,7 +16058,7 @@ msgstr "Seleccionar..."
msgid "Selections"
msgstr "Selecciones"
-#: src/components/pages/ReportPage.tsx:269
+#: src/components/pages/report/optionDescriptors.ts:50
#: src/constants/IARConstants.tsx:67
msgid "Self-Harm or Suicide"
msgstr "Autolesión o suicidio"
@@ -16035,7 +16107,7 @@ msgstr "Envía un mensaje de acción (se envuelve en cursivas)."
msgid "Send an SMS code first."
msgstr "Envía un código por SMS primero."
-#: src/components/modals/ClaimAccountModal.tsx:182
+#: src/components/modals/ClaimAccountModal.tsx:184
#: src/components/modals/EmailChangeModal.tsx:265
#: src/components/modals/PhoneAddModal.tsx:206
msgid "Send code"
@@ -16045,9 +16117,9 @@ msgstr "Enviar código"
msgid "Send Code"
msgstr "Enviar código"
-#: src/components/channel/dm/DMWelcomeSection.tsx:109
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:269
-#: src/components/modals/UserProfileModal.tsx:1288
+#: src/components/channel/dm/DMWelcomeSection.tsx:112
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:272
+#: src/components/modals/UserProfileModal.tsx:1290
msgid "Send Friend Request"
msgstr "Enviar solicitud de amistad"
@@ -16073,7 +16145,7 @@ msgstr "Enviar mensajes"
msgid "Send Messages"
msgstr "Enviar mensajes"
-#: src/components/channel/dm/AddFriendForm.tsx:119
+#: src/components/channel/dm/AddFriendForm.tsx:142
msgid "Send Request"
msgstr "Enviar solicitud"
@@ -16097,11 +16169,11 @@ msgstr "Enviar mensajes de texto a voz."
msgid "Send TTS Messages"
msgstr "Enviar mensajes TTS"
-#: src/components/pages/ReportPage.tsx:676
+#: src/components/pages/report/ReportStepEmail.tsx:92
msgid "Send Verification Code"
msgstr "Enviar código de verificación"
-#: src/components/modals/InviteModal.tsx:258
+#: src/components/modals/InviteModal.tsx:268
#: src/components/modals/shared/RecipientList.tsx:223
#: src/components/modals/ShareThemeModal.tsx:162
msgid "Sent"
@@ -16128,7 +16200,7 @@ msgstr "La sesión expiró. Por favor, inicia sesión nuevamente."
msgid "Set a custom invite URL for your community."
msgstr "Establece una URL de invitación personalizada para tu comunidad."
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:401
+#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:361
#: src/components/modals/StatusChangeBottomSheet.tsx:171
#: src/components/popouts/UserAreaPopout.tsx:444
msgid "Set a custom status"
@@ -16336,7 +16408,7 @@ msgid "Set your timezone"
msgstr "Configura tu zona horaria"
#: src/components/bottomsheets/VoiceLobbyBottomSheet.tsx:220
-#: src/components/modals/components/MobileSettingsView.tsx:531
+#: src/components/modals/components/MobileSettingsView.tsx:485
#: src/components/modals/tabs/ComponentGalleryTab/ButtonsTab.tsx:150
#: src/components/modals/tabs/ComponentGalleryTab/ButtonsTab.tsx:221
#: src/components/modals/tabs/ComponentGalleryTab/index.tsx:94
@@ -16383,7 +16455,11 @@ msgstr "¡Acción de compartir!"
msgid "Share Audio"
msgstr "Compartir audio"
-#: src/components/modals/components/plutonium/GiftSection.tsx:63
+#: src/components/pages/report/ReportStepDetails.tsx:77
+msgid "Share only what's needed to help our team assess the content."
+msgstr "Comparte solo lo necesario para ayudar a nuestro equipo a evaluar el contenido."
+
+#: src/components/modals/components/plutonium/GiftSection.tsx:69
msgid "Share the Plutonium experience with your friends by purchasing a gift subscription."
msgstr "Comparte la experiencia Plutonium con tus amigos comprando una suscripción de regalo."
@@ -16417,7 +16493,7 @@ msgstr "Compartir tu tema"
msgid "Shared theme"
msgstr "Tema compartido"
-#: src/components/pages/ReportPage.tsx:268
+#: src/components/pages/report/optionDescriptors.ts:49
#: src/constants/IARConstants.tsx:62
msgid "Sharing Personal Information"
msgstr "Compartir información personal"
@@ -16797,11 +16873,11 @@ msgstr "Control deslizante con valores de paso"
msgid "Sliders"
msgstr "Controles deslizantes"
-#: src/components/pages/ReportPage.tsx:334
+#: src/components/pages/report/optionDescriptors.ts:106
msgid "Slovakia"
msgstr "Eslovaquia"
-#: src/components/pages/ReportPage.tsx:335
+#: src/components/pages/report/optionDescriptors.ts:107
msgid "Slovenia"
msgstr "Eslovenia"
@@ -16952,7 +17028,8 @@ msgstr "Algo salió mal y la aplicación se cerró. Intenta recargar o reiniciar
msgid "Something went wrong while loading the audit log."
msgstr "Algo salió mal al cargar el registro de auditoría."
-#: src/components/pages/ReportPage.tsx:563
+#: src/components/pages/ReportPage.tsx:103
+#: src/components/pages/ReportPage.tsx:395
msgid "Something went wrong while submitting the report. Please try again."
msgstr "Algo salió mal al enviar el informe. Por favor, inténtalo de nuevo."
@@ -16969,7 +17046,7 @@ msgid "Sort"
msgstr "Ordenar"
#. placeholder {0}: activeSortOption.label
-#: src/components/channel/ChannelSearchResults.tsx:1063
+#: src/components/channel/ChannelSearchResults.tsx:1042
msgid "Sort mode: {0}"
msgstr "Modo de orden: {0}"
@@ -17008,21 +17085,21 @@ msgstr "Espacio entre grupos de mensajes"
msgid "Spacious layout with clear visual separation between messages."
msgstr "Diseño espacioso con separación visual clara entre mensajes."
-#: src/components/pages/ReportPage.tsx:336
+#: src/components/pages/report/optionDescriptors.ts:108
msgid "Spain"
msgstr "España"
-#: src/components/pages/ReportPage.tsx:283
+#: src/components/pages/report/optionDescriptors.ts:61
#: src/constants/IARConstants.tsx:119
msgid "Spam Account"
msgstr "Cuenta de spam"
-#: src/components/pages/ReportPage.tsx:265
+#: src/components/pages/report/optionDescriptors.ts:46
#: src/constants/IARConstants.tsx:47
msgid "Spam or Scam"
msgstr "Spam o estafa"
-#: src/components/pages/ReportPage.tsx:301
+#: src/components/pages/report/optionDescriptors.ts:76
#: src/constants/IARConstants.tsx:185
msgid "Spam or Scam Community"
msgstr "Comunidad de spam o estafa"
@@ -17141,9 +17218,9 @@ msgstr "Comienza a curar un paquete de emojis personalizado que puedes compartir
msgid "Start Mic Test"
msgstr "Iniciar prueba de micrófono"
-#: src/components/pages/ReportPage.tsx:687
-#: src/components/pages/ReportPage.tsx:771
-#: src/components/pages/ReportPage.tsx:964
+#: src/components/pages/report/ReportStepDetails.tsx:252
+#: src/components/pages/report/ReportStepEmail.tsx:103
+#: src/components/pages/report/ReportStepVerification.tsx:132
msgid "Start over"
msgstr "Comenzar de nuevo"
@@ -17151,13 +17228,13 @@ msgstr "Comenzar de nuevo"
msgid "Start Sharing"
msgstr "Comenzar a compartir"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:122
+#: src/components/channel/ChannelHeader/CallButtons.tsx:160
#: src/components/modals/UserProfileModal.tsx:1109
#: src/components/uikit/ContextMenu/items/CallMenuItems.tsx:91
msgid "Start Video Call"
msgstr "Iniciar videollamada"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:70
+#: src/components/channel/ChannelHeader/CallButtons.tsx:90
#: src/components/modals/UserProfileModal.tsx:1100
#: src/components/uikit/ContextMenu/items/CallMenuItems.tsx:60
msgid "Start Voice Call"
@@ -17182,9 +17259,21 @@ msgstr "Indicadores de estado"
msgid "Status Slate"
msgstr "Panel de estado"
-#: src/components/pages/ReportPage.tsx:574
-msgid "Step {stepNumber} of {FLOW_TOTAL_STEPS}"
-msgstr "Paso {stepNumber} de {FLOW_TOTAL_STEPS}"
+#: src/components/pages/report/ReportStepSelection.tsx:38
+msgid "Step 1"
+msgstr "Paso 1"
+
+#: src/components/pages/report/ReportStepEmail.tsx:51
+msgid "Step 2"
+msgstr "Paso 2"
+
+#: src/components/pages/report/ReportStepVerification.tsx:61
+msgid "Step 3"
+msgstr "Paso 3"
+
+#: src/components/pages/report/ReportStepDetails.tsx:71
+msgid "Step 4"
+msgstr "Paso 4"
#: src/utils/SystemMessageUtils.tsx:45
msgid "Step in, {username}! No paradoxes here; we're all friends."
@@ -17229,7 +17318,7 @@ msgid "Sticker density"
msgstr "Densidad de pegatinas"
#: src/components/auth/InviteHeader.tsx:140
-#: src/components/channel/InviteEmbed.tsx:197
+#: src/components/channel/InviteEmbed.tsx:199
#: src/components/modals/InviteAcceptModal.tsx:142
#: src/components/modals/tabs/ExpressionPacksTab.tsx:70
msgid "Sticker pack"
@@ -17261,7 +17350,7 @@ msgstr "Pegatina actualizada"
#: src/components/channel/AutocompleteEmoji.tsx:111
#: src/components/channel/textarea/TextareaButtons.tsx:134
-#: src/components/modals/ExpressionPickerSheet.tsx:86
+#: src/components/modals/ExpressionPickerSheet.tsx:73
#: src/components/popouts/ExpressionPickerPopout.tsx:79
msgid "Stickers"
msgstr "Pegatinas"
@@ -17330,11 +17419,11 @@ msgstr "Sala de Estudio"
msgid "Style Variations"
msgstr "Variaciones de estilo"
-#: src/components/pages/ReportPage.tsx:601
+#: src/components/pages/report/ReportStepComplete.tsx:41
msgid "Submit another report"
msgstr "Enviar otro reporte"
-#: src/components/pages/ReportPage.tsx:958
+#: src/components/pages/report/ReportStepDetails.tsx:240
msgid "Submit DSA Report"
msgstr "Enviar informe DSA"
@@ -17346,7 +17435,7 @@ msgstr "Enviar informe"
msgid "Submitting"
msgstr "Enviando"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:53
+#: src/components/modals/components/plutonium/VisionarySection.tsx:58
msgid "subscription"
msgstr "suscripción"
@@ -17464,7 +17553,7 @@ msgstr "Suprimir incrustaciones"
msgid "Swap text to reverify variants"
msgstr "Intercambiar texto para reverificar variantes"
-#: src/components/pages/ReportPage.tsx:337
+#: src/components/pages/report/optionDescriptors.ts:109
msgid "Sweden"
msgstr "Suecia"
@@ -17476,7 +17565,7 @@ msgstr "Sueco"
msgid "Switch account"
msgstr "Cambiar de cuenta"
-#: src/components/popouts/UserAreaPopout.tsx:497
+#: src/components/popouts/UserAreaPopout.tsx:499
msgid "Switch Accounts"
msgstr "Cambiar de cuentas"
@@ -17649,8 +17738,8 @@ msgstr "Texto (NSFW)"
msgid "Text channel"
msgstr "Canal de texto"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:473
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:662
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:487
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:676
#: src/components/channel/channel-header/useChannelHeaderData.ts:96
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:314
msgid "Text Channel"
@@ -17677,19 +17766,19 @@ msgstr "Área de texto"
msgid "Thai"
msgstr "Tailandés"
-#: src/components/pages/ReportPage.tsx:589
-msgid "Thank you for filing a report. We'll review it as soon as possible."
-msgstr "Gracias por presentar un reporte. Lo revisaremos tan pronto como sea posible."
-
#: src/components/modals/IARModal.tsx:187
msgid "Thank you for helping keep Fluxer safe. Reports are reviewed by our Safety Team. False reports may result in action against your account."
msgstr "Gracias por ayudar a mantener Fluxer seguro. Los reportes son revisados por nuestro equipo de seguridad. Los reportes falsos pueden resultar en acciones contra tu cuenta."
+#: src/components/pages/report/ReportStepComplete.tsx:37
+msgid "Thank you for helping keep Fluxer safe. We'll review your report as soon as possible."
+msgstr "Gracias por ayudar a mantener Fluxer seguro. Revisaremos tu reporte lo antes posible."
+
#: src/components/form/ColorPickerField.tsx:274
msgid "That doesn't look like a valid color. Try hex, rgb(), hsl(), or a CSS color name."
msgstr "Eso no parece un color válido. Prueba con hex, rgb(), hsl() o un nombre de color CSS."
-#: src/components/pages/ReportPage.tsx:846
+#: src/components/pages/report/ReportStepDetails.tsx:117
msgid "That doesn't look like a valid URL."
msgstr "Eso no parece ser una URL válida."
@@ -17733,8 +17822,8 @@ msgstr "El bot ha sido añadido."
msgid "The channel you're looking for may have been deleted or you may not have access to it."
msgstr "El canal que buscas puede haber sido eliminado o puede que no tengas acceso a él."
-#: src/components/layout/GuildLayout.tsx:308
-#: src/components/layout/GuildLayout.tsx:371
+#: src/components/layout/GuildLayout.tsx:313
+#: src/components/layout/GuildLayout.tsx:376
msgid "The community you're looking for may have been deleted or you may not have access to it."
msgstr "La comunidad que buscas puede haber sido eliminada o puede que no tengas acceso a ella."
@@ -17795,7 +17884,7 @@ msgstr "El tiempo de espera no puede exceder los 365 días (31536000 segundos)."
msgid "The URL this link channel points to."
msgstr "La URL a la que apunta este canal de enlace."
-#: src/components/pages/ReportPage.tsx:452
+#: src/components/pages/ReportPage.tsx:277
msgid "The verification code is invalid or expired."
msgstr "El código de verificación no es válido o ha expirado."
@@ -17869,7 +17958,7 @@ msgstr "Estas configuraciones usan procesamiento de audio nativo del navegador p
msgid "These toggles force the client to treat features as enabled or disabled without relying on the server configuration. They only affect your client experience and are shown to developers for testing."
msgstr "Estos interruptores obligan al cliente a tratar las funciones como habilitadas o deshabilitadas sin depender de la configuración del servidor. Solo afectan tu experiencia en el cliente y se muestran a los desarrolladores para pruebas."
-#: src/components/channel/channel-view/DMChannelView.tsx:356
+#: src/components/channel/channel-view/DMChannelView.tsx:357
msgid "They might have taken the DeLorean elsewhere."
msgstr "Puede que hayan llevado el DeLorean a otro lugar."
@@ -17877,7 +17966,7 @@ msgstr "Puede que hayan llevado el DeLorean a otro lugar."
msgid "they/them"
msgstr "elle/elles"
-#: src/components/channel/channel-view/DMChannelView.tsx:342
+#: src/components/channel/channel-view/DMChannelView.tsx:343
msgid "Think, McFly! Did you type the right address?"
msgstr "¡Piensa, McFly! ¿Escribiste la dirección correcta?"
@@ -17979,7 +18068,7 @@ msgstr "Esta comunidad ha desactivado temporalmente las invitaciones. Puedes int
msgid "This community requires you to verify your account before joining. Please set an email and password for your account."
msgstr "Esta comunidad requiere que verifiques tu cuenta antes de unirte. Por favor, establece un correo electrónico y una contraseña para tu cuenta."
-#: src/components/channel/channel-view/DMChannelView.tsx:339
+#: src/components/channel/channel-view/DMChannelView.tsx:340
msgid "This conversation has been erased"
msgstr "Esta conversación ha sido borrada"
@@ -18008,8 +18097,8 @@ msgstr "Este código de regalo ya ha sido reclamado."
msgid "This gift code has already been redeemed."
msgstr "Este código de regalo ya ha sido canjeado."
-#: src/components/channel/GiftEmbed.tsx:148
-#: src/components/modals/GiftAcceptModal.tsx:92
+#: src/components/channel/GiftEmbed.tsx:159
+#: src/components/modals/GiftAcceptModal.tsx:99
msgid "This gift code is invalid or already claimed."
msgstr "Este código de regalo no es válido o ya ha sido reclamado."
@@ -18022,11 +18111,11 @@ msgstr "Este código de regalo no es válido o ya ha sido canjeado."
msgid "This gift code may be invalid, expired, or already redeemed."
msgstr "Este código de regalo puede ser inválido, expirado o ya canjeado."
-#: src/components/modals/GiftAcceptModal.tsx:118
+#: src/components/modals/GiftAcceptModal.tsx:125
msgid "This gift has already been claimed."
msgstr "Este regalo ya ha sido reclamado."
-#: src/components/modals/tabs/GiftInventoryTab.tsx:157
+#: src/components/modals/tabs/GiftInventoryTab.tsx:158
msgid "This gift has been redeemed"
msgstr "Este regalo ha sido canjeado"
@@ -18044,7 +18133,7 @@ msgstr "Esta invitación expira en {0}."
msgid "This invite has unlimited uses."
msgstr "Esta invitación tiene usos ilimitados."
-#: src/components/modals/InviteModal.tsx:321
+#: src/components/modals/InviteModal.tsx:318
msgid "This invite link never expires."
msgstr "Este enlace de invitación nunca expira."
@@ -18059,23 +18148,19 @@ msgstr "Esta invitación puede haber expirado o sido eliminada."
msgid "This invite never expires."
msgstr "Esta invitación nunca expira."
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:170
-#: src/components/emojis/EmojiInfoContent.tsx:79
+#: src/components/emojis/EmojiAttributionSubtext.tsx:130
msgid "This is a custom emoji from"
msgstr "Este es un emoji personalizado de"
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:160
-#: src/components/emojis/EmojiInfoContent.tsx:68
+#: src/components/emojis/EmojiAttributionSubtext.tsx:121
msgid "This is a custom emoji from a community."
msgstr "Este es un emoji personalizado de una comunidad."
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:150
-#: src/components/emojis/EmojiInfoContent.tsx:56
+#: src/components/emojis/EmojiAttributionSubtext.tsx:111
msgid "This is a custom emoji from a community. Ask the author for an invite to use this emoji."
msgstr "Este es un emoji personalizado de una comunidad. Pídele una invitación al autor para usar este emoji."
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:138
-#: src/components/emojis/EmojiInfoContent.tsx:43
+#: src/components/emojis/EmojiAttributionSubtext.tsx:101
msgid "This is a default emoji on Fluxer."
msgstr "Este es un emoji predeterminado en Fluxer."
@@ -18095,8 +18180,8 @@ msgstr "Así es como aparecen los mensajes"
msgid "This is not the channel you're looking for."
msgstr "Este no es el canal que estás buscando."
-#: src/components/layout/GuildLayout.tsx:307
-#: src/components/layout/GuildLayout.tsx:370
+#: src/components/layout/GuildLayout.tsx:312
+#: src/components/layout/GuildLayout.tsx:375
msgid "This is not the community you're looking for."
msgstr "Esta no es la comunidad que estás buscando."
@@ -18113,7 +18198,7 @@ msgid "This is the beginning of <0>{displayName}0>. Add friends to start a con
msgstr "Este es el comienzo de <0>{displayName}0>. ¡Agrega amigos para comenzar una conversación!"
#. placeholder {0}: user.username
-#: src/components/channel/dm/DMWelcomeSection.tsx:182
+#: src/components/channel/dm/DMWelcomeSection.tsx:194
msgid "This is the beginning of your direct message history with <0>{0}0>."
msgstr "Este es el comienzo de tu historial de mensajes directos con <0>{0}0>."
@@ -18194,7 +18279,7 @@ msgstr "A este enlace del tema le faltan datos."
msgid "This theme may have been removed or the link is invalid."
msgstr "Este tema puede haber sido eliminado o el enlace no es válido."
-#: src/components/channel/dm/AddFriendForm.tsx:62
+#: src/components/channel/dm/AddFriendForm.tsx:85
msgid "This user has restricted who can send them friend requests."
msgstr "Este usuario ha restringido quién puede enviarle solicitudes de amistad."
@@ -18216,8 +18301,8 @@ msgid "This was a @silent message."
msgstr "Este fue un mensaje @silent."
#: src/actions/MessageActionCreators.tsx:392
-#: src/components/channel/Messages.tsx:442
-#: src/components/channel/Messages.tsx:522
+#: src/components/channel/Messages.tsx:440
+#: src/components/channel/Messages.tsx:520
msgid "This will create a rift in the space-time continuum and cannot be undone."
msgstr "Esto creará una grieta en el continuo espacio-tiempo y no se puede deshacer."
@@ -18283,7 +18368,7 @@ msgstr "Tiempo: {currentFormatted} de {durationFormatted}"
msgid "Timed out until {0}."
msgstr "Tiempo de espera hasta {0}."
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:285
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:288
#: src/components/modals/TimeoutMemberModal.tsx:207
#: src/components/modals/TimeoutMemberSheet.tsx:90
#: src/components/uikit/ContextMenu/items/GuildMemberMenuItems.tsx:272
@@ -18570,7 +18655,7 @@ msgstr "verdadero o falso"
msgid "Try a different name or use @ / # / ! / * prefixes to filter results."
msgstr "Prueba un nombre diferente o usa los prefijos @ / # / ! / * para filtrar los resultados."
-#: src/components/channel/ChannelSearchResults.tsx:710
+#: src/components/channel/ChannelSearchResults.tsx:679
msgid "Try a different search query"
msgstr "Prueba una consulta de búsqueda diferente"
@@ -18585,13 +18670,13 @@ msgid "Try a different search term or filter"
msgstr "Prueba un término de búsqueda o filtro diferente"
#: src/components/auth/HandoffCodeDisplay.tsx:67
-#: src/components/channel/Messages.tsx:939
+#: src/components/channel/Messages.tsx:937
msgid "Try again"
msgstr "Inténtalo de nuevo"
#: src/components/BootstrapErrorScreen.tsx:68
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:301
-#: src/components/channel/ChannelSearchResults.tsx:694
+#: src/components/channel/ChannelSearchResults.tsx:663
#: src/components/modals/channelTabs/ChannelInvitesTab.tsx:148
#: src/components/modals/channelTabs/ChannelWebhooksTab.tsx:159
#: src/components/NetworkErrorScreen.tsx:56
@@ -18612,7 +18697,7 @@ msgstr "Prueba otro nombre o revisa tu ortografía."
msgid "Try another search term"
msgstr "Prueba otro término de búsqueda"
-#: src/components/channel/InviteEmbed.tsx:359
+#: src/components/channel/InviteEmbed.tsx:361
msgid "Try asking for a new invite."
msgstr "Intenta pedir una nueva invitación."
@@ -18802,7 +18887,7 @@ msgstr "No se pudo instalar el paquete de stickers"
msgid "Unable to load activity logs"
msgstr "No se pudieron cargar los registros de actividad"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:104
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:108
msgid "Unable to load applications"
msgstr "No se pudieron cargar las aplicaciones"
@@ -18814,7 +18899,7 @@ msgstr "No se pudo cargar la información del paquete."
msgid "Unable to prepare any emojis for upload. The following errors occurred:"
msgstr "No se pudo preparar ningún emoji para subir. Ocurrieron los siguientes errores:"
-#: src/components/modals/ClaimAccountModal.tsx:125
+#: src/components/modals/ClaimAccountModal.tsx:127
#: src/components/modals/EmailChangeModal.tsx:122
#: src/components/modals/EmailChangeModal.tsx:152
msgid "Unable to resend code right now"
@@ -18824,7 +18909,7 @@ msgstr "No se puede reenviar el código en este momento"
msgid "Unable to send code to new email"
msgstr "No se pudo enviar el código al nuevo correo electrónico"
-#: src/components/channel/dm/AddFriendForm.tsx:76
+#: src/components/channel/dm/AddFriendForm.tsx:99
msgid "Unable to send friend request. Please try again."
msgstr "No se pudo enviar la solicitud de amistad. Por favor, inténtalo de nuevo."
@@ -18844,17 +18929,17 @@ msgstr "No disponible para todos"
msgid "Unavailable for everyone but staff"
msgstr "No disponible para todos excepto el personal"
-#: src/components/bottomsheets/DMBottomSheet.tsx:532
+#: src/components/bottomsheets/DMBottomSheet.tsx:535
#: src/components/channel/barriers/BarrierComponents.tsx:221
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:180
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:335
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:182
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:338
#: src/components/modals/tabs/BlockedUsersTab.tsx:58
#: src/components/modals/tabs/BlockedUsersTab.tsx:171
#: src/components/modals/UserProfileActionsSheet.tsx:151
#: src/components/modals/UserProfileActionsSheet.tsx:305
-#: src/components/modals/UserProfileMobileSheet.tsx:320
+#: src/components/modals/UserProfileMobileSheet.tsx:321
#: src/components/modals/UserProfileModal.tsx:1049
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:209
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:230
#: src/utils/RelationshipActionUtils.tsx:169
msgid "Unblock"
msgstr "Desbloquear"
@@ -18863,11 +18948,11 @@ msgstr "Desbloquear"
msgid "Unblock this user before sending a friend request."
msgstr "Desbloquea a este usuario antes de enviar una solicitud de amistad."
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:178
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:180
#: src/components/modals/tabs/BlockedUsersTab.tsx:56
#: src/components/modals/UserProfileActionsSheet.tsx:149
-#: src/components/modals/UserProfileMobileSheet.tsx:318
-#: src/components/modals/UserProfileModal.tsx:1243
+#: src/components/modals/UserProfileMobileSheet.tsx:319
+#: src/components/modals/UserProfileModal.tsx:1244
#: src/utils/RelationshipActionUtils.tsx:167
msgid "Unblock User"
msgstr "Desbloquear usuario"
@@ -18878,17 +18963,17 @@ msgstr "Desbloquear usuario"
msgid "Uncategorized"
msgstr "Sin categoría"
-#: src/components/modals/tabs/BetaCodesTab.tsx:127
-#: src/components/modals/tabs/BetaCodesTab.tsx:204
+#: src/components/modals/tabs/BetaCodesTab.tsx:129
+#: src/components/modals/tabs/BetaCodesTab.tsx:206
msgid "Unclaimed"
msgstr "Sin reclamar"
#. placeholder {0}: unclaimedBetaCodes.length
-#: src/components/modals/tabs/BetaCodesTab.tsx:333
+#: src/components/modals/tabs/BetaCodesTab.tsx:358
msgid "Unclaimed ({0})"
msgstr "Sin reclamar ({0})"
-#: src/components/modals/components/UnclaimedAccountAlert.tsx:31
+#: src/components/modals/components/UnclaimedAccountAlert.tsx:29
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:51
msgid "Unclaimed Account"
msgstr "Cuenta sin reclamar"
@@ -18922,7 +19007,7 @@ msgstr "Reactivar audio en todos los dispositivos"
msgid "Undeafen User"
msgstr "Reactivar audio del usuario"
-#: src/components/pages/ReportPage.tsx:285
+#: src/components/pages/report/optionDescriptors.ts:63
#: src/constants/IARConstants.tsx:129
msgid "Underage User"
msgstr "Usuario menor de edad"
@@ -18981,7 +19066,7 @@ msgstr "Quitar el foco"
msgid "Unique invite"
msgstr "Invitación única"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:79
+#: src/components/modals/components/plutonium/VisionarySection.tsx:88
msgid "Unique profile badge"
msgstr "Insignia de perfil única"
@@ -19035,12 +19120,12 @@ msgstr "entidad desconocida"
msgid "Unknown error"
msgstr "Error desconocido"
-#: src/components/channel/GiftEmbed.tsx:147
-#: src/components/modals/GiftAcceptModal.tsx:91
+#: src/components/channel/GiftEmbed.tsx:158
+#: src/components/modals/GiftAcceptModal.tsx:98
msgid "Unknown Gift"
msgstr "Regalo desconocido"
-#: src/components/channel/InviteEmbed.tsx:357
+#: src/components/channel/InviteEmbed.tsx:359
msgid "Unknown Invite"
msgstr "Invitación desconocida"
@@ -19113,7 +19198,7 @@ msgstr "Desbloquea Compartir pantalla en HD con Plutonium"
msgid "Unlock HD Video with Plutonium"
msgstr "Desbloquea Video en HD con Plutonium"
-#: src/components/modals/components/PlutoniumContent.tsx:185
+#: src/components/modals/components/PlutoniumContent.tsx:196
msgid "Unlock higher limits and exclusive features while supporting an independent communication platform."
msgstr "Desbloquea límites más altos y funciones exclusivas mientras apoyas una plataforma de comunicación independiente."
@@ -19126,9 +19211,9 @@ msgid "Unlock stickers in DMs with Plutonium"
msgstr "Desbloquea stickers en mensajes directos con Plutonium"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:467
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:850
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1044
-#: src/components/bottomsheets/DMBottomSheet.tsx:645
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:882
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1068
+#: src/components/bottomsheets/DMBottomSheet.tsx:648
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:321
#: src/components/bottomsheets/VoiceLobbyBottomSheet.tsx:179
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:253
@@ -19154,7 +19239,7 @@ msgstr "Activar sonido de categoría"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:400
#: src/components/bottomsheets/ChannelBottomSheet.tsx:452
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1005
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1029
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:167
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:161
msgid "Unmute Channel"
@@ -19167,9 +19252,9 @@ msgstr "Activar sonido de canal"
msgid "Unmute Community"
msgstr "Activar sonido de comunidad"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1007
-#: src/components/bottomsheets/DMBottomSheet.tsx:449
-#: src/components/bottomsheets/DMBottomSheet.tsx:590
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1031
+#: src/components/bottomsheets/DMBottomSheet.tsx:451
+#: src/components/bottomsheets/DMBottomSheet.tsx:593
msgid "Unmute Conversation"
msgstr "Activar sonido de conversación"
@@ -19200,16 +19285,16 @@ msgid "Unnamed Group"
msgstr "Grupo sin nombre"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:331
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1126
-#: src/components/bottomsheets/DMBottomSheet.tsx:478
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1150
+#: src/components/bottomsheets/DMBottomSheet.tsx:480
#: src/components/channel/dm/DMList.tsx:282
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:149
msgid "Unpin DM"
msgstr "Desfijar MD"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:290
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1126
-#: src/components/bottomsheets/DMBottomSheet.tsx:478
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1150
+#: src/components/bottomsheets/DMBottomSheet.tsx:480
#: src/components/channel/dm/DMList.tsx:243
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:129
msgid "Unpin Group DM"
@@ -19231,20 +19316,20 @@ msgid "Unpin Message"
msgstr "Desfijar mensaje"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:232
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:583
-#: src/components/bottomsheets/DMBottomSheet.tsx:164
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:597
+#: src/components/bottomsheets/DMBottomSheet.tsx:166
#: src/components/channel/dm/DMList.tsx:224
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:132
msgid "Unpinned DM"
msgstr "MD desfijado"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:232
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:583
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:597
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:112
msgid "Unpinned group"
msgstr "Grupo desfijado"
-#: src/components/bottomsheets/DMBottomSheet.tsx:164
+#: src/components/bottomsheets/DMBottomSheet.tsx:166
msgid "Unpinned group DM"
msgstr "DM de grupo sin fijar"
@@ -19279,7 +19364,7 @@ msgstr "Mostrar incrustaciones"
msgid "Until I change it"
msgstr "Hasta que lo cambie"
-#: src/components/bottomsheets/DMBottomSheet.tsx:664
+#: src/components/bottomsheets/DMBottomSheet.tsx:667
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:334
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:57
#: src/components/channel/muteOptions.ts:39
@@ -19305,7 +19390,7 @@ msgstr "Actualizar"
msgid "Update app"
msgstr "Actualizar aplicación"
-#: src/components/modals/components/MobileSettingsView.tsx:244
+#: src/components/modals/components/MobileSettingsView.tsx:239
msgid "Update Service Worker"
msgstr "Actualizar Service Worker"
@@ -19402,7 +19487,7 @@ msgstr "Actualizando favoritos…"
msgid "Updating..."
msgstr "Actualizando..."
-#: src/components/modals/components/plutonium/PricingSection.tsx:84
+#: src/components/modals/components/plutonium/PricingSection.tsx:94
msgid "Upgrade Now"
msgstr "Mejorar ahora"
@@ -19415,18 +19500,19 @@ msgstr "Mejorar a Plutonium"
msgid "Upgrade to store up to 15 custom backgrounds and unlock HD video quality, higher frame rates, and more."
msgstr "Mejora para almacenar hasta 15 fondos personalizados y desbloquear calidad de video HD, tasas de cuadro más altas y más."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:265
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:316
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:297
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:357
msgid "Upgrade to Visionary"
msgstr "Mejorar a Visionary"
#. placeholder {0}: formatter.format(visionarySlots.remaining)
-#: src/components/modals/components/plutonium/VisionarySection.tsx:109
+#: src/components/modals/components/plutonium/VisionarySection.tsx:122
+#: src/components/modals/components/plutonium/VisionarySection.tsx:134
msgid "Upgrade to Visionary — {0} Left"
msgstr "Mejorar a Visionary — {0} restantes"
#. placeholder {0}: isGiftSubscription ? 'gift time' : 'subscription'
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:243
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:262
msgid "Upgrading to Visionary is a <0>one-time0> purchase and will <1>cancel your current {0} immediately1>."
msgstr "Mejorar a Visionary es una compra <0>única0> y <1>cancelará tu {0} actual inmediatamente1>."
@@ -19674,10 +19760,6 @@ msgstr "Usa estos códigos para acceder a tu cuenta si pierdes tu aplicación de
msgid "Use this button to quickly clear all permissions."
msgstr "Usa este botón para borrar rápidamente todos los permisos."
-#: src/components/pages/ReportPage.tsx:613
-msgid "Use this form to report illegal content under the Digital Services Act (DSA). Select what you want to report."
-msgstr "Usa este formulario para reportar contenido ilegal bajo la Ley de Servicios Digitales (DSA). Selecciona lo que deseas reportar."
-
#: src/components/modals/tabs/KeybindsTab.tsx:101
msgid "Use this shortcut system-wide"
msgstr "Usar este atajo en todo el sistema"
@@ -19708,19 +19790,19 @@ msgstr "El usuario parece tener menos de 13 años"
msgid "User Debug"
msgstr "Depuración de usuario"
-#: src/components/channel/channel-view/DMChannelView.tsx:353
+#: src/components/channel/channel-view/DMChannelView.tsx:354
msgid "User has vanished"
msgstr "El usuario ha desaparecido"
-#: src/components/pages/ReportPage.tsx:865
+#: src/components/pages/report/ReportStepDetails.tsx:137
msgid "User ID (optional)"
msgstr "ID de usuario (opcional)"
-#: src/components/bottomsheets/DMBottomSheet.tsx:376
+#: src/components/bottomsheets/DMBottomSheet.tsx:378
msgid "User ID copied"
msgstr "ID de usuario copiado"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:652
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:666
msgid "User ID copied to clipboard"
msgstr "ID de usuario copiado al portapapeles"
@@ -19765,7 +19847,7 @@ msgstr "Registro de usuario"
msgid "User Settings"
msgstr "Configuración de usuario"
-#: src/components/pages/ReportPage.tsx:873
+#: src/components/pages/report/ReportStepDetails.tsx:146
msgid "User Tag (optional)"
msgstr "Etiqueta de usuario (opcional)"
@@ -19805,7 +19887,7 @@ msgstr "El nombre de usuario debe tener al menos 1 carácter"
msgid "Username must be at most 32 characters"
msgstr "El nombre de usuario debe tener como máximo 32 caracteres"
-#: src/components/channel/dm/AddFriendForm.tsx:130
+#: src/components/channel/dm/AddFriendForm.tsx:153
msgid "Username#0000"
msgstr "NombreDeUsuario#0000"
@@ -19904,7 +19986,7 @@ msgstr "Las URL personalizadas deben tener entre 2 y 32 caracteres de longitud y
msgid "Verification Barriers"
msgstr "Barreras de verificación"
-#: src/components/modals/ClaimAccountModal.tsx:199
+#: src/components/modals/ClaimAccountModal.tsx:201
#: src/components/modals/EmailChangeModal.tsx:218
#: src/components/modals/EmailChangeModal.tsx:282
#: src/components/modals/PhoneAddModal.tsx:224
@@ -19912,11 +19994,11 @@ msgstr "Barreras de verificación"
msgid "Verification code"
msgstr "Código de verificación"
-#: src/components/pages/ReportPage.tsx:719
+#: src/components/pages/report/ReportStepVerification.tsx:86
msgid "Verification Code"
msgstr "Código de verificación"
-#: src/components/modals/ClaimAccountModal.tsx:88
+#: src/components/modals/ClaimAccountModal.tsx:90
msgid "Verification code sent"
msgstr "Código de verificación enviado"
@@ -19937,10 +20019,9 @@ msgstr "Puede ser necesaria la verificación antes de ver tus códigos de respal
#: src/components/auth/AuthPageHeader.tsx:49
#: src/components/auth/InviteHeader.tsx:81
#: src/components/auth/InviteHeader.tsx:226
-#: src/components/channel/InviteEmbed.tsx:285
-#: src/components/channel/InviteEmbed.tsx:428
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:178
-#: src/components/emojis/EmojiInfoContent.tsx:87
+#: src/components/channel/InviteEmbed.tsx:287
+#: src/components/channel/InviteEmbed.tsx:430
+#: src/components/emojis/EmojiAttributionSubtext.tsx:143
#: src/components/layout/GuildHeader.tsx:132
msgid "Verified Community"
msgstr "Comunidad verificada"
@@ -19955,7 +20036,7 @@ msgstr "Gremio verificado"
msgid "Verify"
msgstr "Verificar"
-#: src/components/pages/ReportPage.tsx:740
+#: src/components/pages/report/ReportStepVerification.tsx:102
msgid "Verify Code"
msgstr "Verificar código"
@@ -19980,6 +20061,10 @@ msgstr "Formulario de verificación de número de teléfono"
msgid "Verify You're Human"
msgstr "Verifica que eres humano"
+#: src/components/pages/report/ReportStepEmail.tsx:54
+msgid "Verify your email"
+msgstr "Verifica tu correo electrónico"
+
#: src/components/modals/SudoVerificationModal.tsx:359
msgid "Verify your identity"
msgstr "Verifica tu identidad"
@@ -20012,7 +20097,7 @@ msgid "Video"
msgstr "Video"
#: src/components/channel/ChannelHeader.tsx:572
-#: src/components/modals/UserProfileMobileSheet.tsx:515
+#: src/components/modals/UserProfileMobileSheet.tsx:519
msgid "Video Call"
msgstr "Llamada de video"
@@ -20097,7 +20182,7 @@ msgstr "Ver códigos de respaldo"
msgid "View backup codes form"
msgstr "Ver formulario de códigos de respaldo"
-#: src/components/channel/channel-view/DMChannelView.tsx:282
+#: src/components/channel/channel-view/DMChannelView.tsx:283
msgid "View call"
msgstr "Ver llamada"
@@ -20138,7 +20223,7 @@ msgstr "Ver inventario de regalos"
msgid "View Global Profile"
msgstr "Ver perfil global"
-#: src/components/channel/channel-view/DMChannelView.tsx:282
+#: src/components/channel/channel-view/DMChannelView.tsx:283
msgid "View incoming call"
msgstr "Ver llamada entrante"
@@ -20158,10 +20243,10 @@ msgstr "Ver funciones premium"
msgid "View premium perks"
msgstr "Ver beneficios premium"
-#: src/components/bottomsheets/DMBottomSheet.tsx:411
+#: src/components/bottomsheets/DMBottomSheet.tsx:413
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:226
#: src/components/channel/friends/MobileFriendRequestItem.tsx:87
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:210
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:212
#: src/components/modals/tabs/BlockedUsersTab.tsx:87
#: src/components/uikit/ContextMenu/items/UserProfileMenuItem.tsx:43
msgid "View Profile"
@@ -20191,7 +20276,7 @@ msgstr "Espectador se une a la transmisión"
msgid "Viewer Leaves Stream"
msgstr "Espectador abandona la transmisión"
-#: src/components/pages/ReportPage.tsx:827
+#: src/components/pages/report/ReportStepDetails.tsx:96
msgid "Violation Category"
msgstr "Categoría de infracción"
@@ -20199,7 +20284,7 @@ msgstr "Categoría de infracción"
msgid "Violation category selection"
msgstr "Selección de categoría de infracción"
-#: src/components/pages/ReportPage.tsx:264
+#: src/components/pages/report/optionDescriptors.ts:45
#: src/constants/IARConstants.tsx:42
msgid "Violent or Graphic Content"
msgstr "Contenido violento o gráfico"
@@ -20212,9 +20297,9 @@ msgstr "Voz VIP"
msgid "Visible Buttons"
msgstr "Botones visibles"
-#: src/components/modals/components/plutonium/PricingSection.tsx:88
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:110
-#: src/components/modals/components/plutonium/VisionarySection.tsx:58
+#: src/components/modals/components/plutonium/PricingSection.tsx:101
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:129
+#: src/components/modals/components/plutonium/VisionarySection.tsx:67
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:154
#: src/utils/modals/guildTabs/GuildAuditLogTabUtils.ts:274
msgid "Visionary"
@@ -20228,25 +20313,25 @@ msgstr "Visionario (De por vida #42)"
msgid "Visionary (Lifetime Plutonium)"
msgstr "Visionario (Plutonio de por vida)"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:80
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:111
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:95
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:134
msgid "Visionary {visionaryPrice}"
msgstr "Visionario {visionaryPrice}"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:96
+#: src/components/modals/components/plutonium/VisionarySection.tsx:105
msgid "Visionary community with direct team access"
msgstr "Comunidad visionaria con acceso directo al equipo"
-#: src/components/modals/components/plutonium/GiftSection.tsx:87
-#: src/components/modals/components/plutonium/PricingSection.tsx:119
+#: src/components/modals/components/plutonium/GiftSection.tsx:100
+#: src/components/modals/components/plutonium/PricingSection.tsx:140
msgid "Visionary Gift"
msgstr "Regalo visionario"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:109
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:132
msgid "Visionary Gift Sold Out"
msgstr "Regalo visionario agotado"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:80
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:95
msgid "Visionary Sold Out"
msgstr "Visionario agotado"
@@ -20281,15 +20366,15 @@ msgstr "Configuración de voz y video"
msgid "Voice Activity"
msgstr "Actividad de voz"
-#: src/components/channel/channel-view/DMChannelView.tsx:277
+#: src/components/channel/channel-view/DMChannelView.tsx:278
#: src/components/voice/VoiceCallView.tsx:466
msgid "Voice call"
msgstr "Llamada de voz"
-#: src/components/bottomsheets/DMBottomSheet.tsx:419
+#: src/components/bottomsheets/DMBottomSheet.tsx:421
#: src/components/channel/ChannelHeader.tsx:562
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:225
-#: src/components/modals/UserProfileMobileSheet.tsx:507
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:227
+#: src/components/modals/UserProfileMobileSheet.tsx:511
msgid "Voice Call"
msgstr "Llamada de voz"
@@ -20306,8 +20391,8 @@ msgstr "Llamadas de voz"
msgid "Voice channel"
msgstr "Canal de voz"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:475
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:662
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:489
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:676
#: src/components/channel/channel-header/useChannelHeaderData.ts:100
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:314
msgid "Voice Channel"
@@ -20488,8 +20573,8 @@ msgstr "Enviamos un enlace por correo para autorizar este inicio de sesión. Abr
msgid "We failed to retrieve the full information about this user at this time."
msgstr "No pudimos recuperar la información completa sobre este usuario en este momento."
-#: src/components/layout/GuildLayout.tsx:302
-#: src/components/layout/GuildLayout.tsx:349
+#: src/components/layout/GuildLayout.tsx:307
+#: src/components/layout/GuildLayout.tsx:354
msgid "We fluxed up! Hang tight, we're working on it."
msgstr "¡La regamos! Aguanta, estamos trabajando en ello."
@@ -20513,18 +20598,13 @@ msgstr "Perdimos la conexión mientras esperábamos autorización. Por favor, in
msgid "We need to make sure you're not a bot. Please complete the verification below."
msgstr "Necesitamos asegurarnos de que no eres un bot. Por favor, completa la verificación a continuación."
-#: src/components/pages/ReportPage.tsx:639
-msgid "We need to verify your email address before you can submit a report."
-msgstr "Necesitamos verificar tu dirección de correo electrónico antes de que puedas enviar un reporte."
-
#: src/components/modals/BackupCodesModal.tsx:45
msgid "We recommend saving these codes now so that you don't get locked out of your account."
msgstr "Recomendamos guardar estos códigos ahora para que no te quedes bloqueado fuera de tu cuenta."
-#. placeholder {0}: state.email
-#: src/components/pages/ReportPage.tsx:702
-msgid "We sent a verification code to {0}."
-msgstr "Enviamos un código de verificación a {0}."
+#: src/components/pages/report/ReportStepVerification.tsx:67
+msgid "We sent a code to {email}."
+msgstr "Enviamos un código a {email}."
#: src/components/auth/BrowserLoginHandoffModal.tsx:315
msgid "We will prefill {prefillEmail} once the browser login opens."
@@ -20534,6 +20614,10 @@ msgstr "Rellenaremos {prefillEmail} una vez que se abra el inicio de sesión en
msgid "We'll restore your previous email, sign out old sessions, remove phone numbers, disable MFA, and secure your account with a new password."
msgstr "Restauraremos tu correo electrónico anterior, cerraremos sesiones antiguas, eliminaremos números de teléfono, deshabilitaremos MFA y protegeremos tu cuenta con una nueva contraseña."
+#: src/components/pages/report/ReportStepEmail.tsx:57
+msgid "We'll send a short code to confirm you can receive updates about this report."
+msgstr "Enviaremos un código corto para confirmar que puedes recibir actualizaciones sobre este reporte."
+
#: src/components/modals/EmailChangeModal.tsx:190
msgid "We'll verify your current email and then your new email with one-time codes."
msgstr "Verificaremos tu correo electrónico actual y luego tu nuevo correo electrónico con códigos de un solo uso."
@@ -20546,13 +20630,13 @@ msgstr "Verificaremos tu nuevo correo electrónico con un código de un solo uso
msgid "We're having trouble connecting to Fluxer's servers. This could be a temporary network issue or scheduled maintenance."
msgstr "Estamos teniendo problemas para conectarnos a los servidores de Fluxer. Esto podría ser un problema temporal de red o mantenimiento programado."
-#: src/components/modals/tabs/BetaCodesTab.tsx:297
+#: src/components/modals/tabs/BetaCodesTab.tsx:322
#: src/components/modals/tabs/DevicesTab.tsx:230
msgid "We're having trouble connecting to the space-time continuum. Please check your connection and try again."
msgstr "Estamos teniendo problemas para conectarnos al continuo espacio-tiempo. Por favor, revisa tu conexión e inténtalo de nuevo."
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:287
-#: src/components/channel/ChannelSearchResults.tsx:681
+#: src/components/channel/ChannelSearchResults.tsx:650
msgid "We're indexing this channel for the first time. This might take a little while..."
msgstr "Estamos indexando este canal por primera vez. Esto podría tomar un momento..."
@@ -20829,17 +20913,16 @@ msgstr "Escribe CSS personalizado aquí para anular cualquier token de tema. Por
msgid "Write your content here... This textarea expands as you type."
msgstr "Escribe tu contenido aquí... Esta área de texto se expande a medida que escribes."
-#: src/components/auth/DateOfBirthField.tsx:89
-#: src/components/auth/DateOfBirthField.tsx:156
+#: src/components/auth/DateOfBirthField.tsx:153
#: src/components/auth/MockMinimalRegisterForm.tsx:78
msgid "Year"
msgstr "Año"
-#: src/components/modals/components/plutonium/PricingSection.tsx:78
+#: src/components/modals/components/plutonium/PricingSection.tsx:88
msgid "Yearly"
msgstr "Anual"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:71
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:84
msgid "Yearly {yearlyPrice}"
msgstr "Anual {yearlyPrice}"
@@ -20874,7 +20957,7 @@ msgstr "Estás a punto de salir de Fluxer"
msgid "You are about to transfer ownership of this community to <0>{0}0>. This action is <1>irreversible1> and you will lose all owner privileges."
msgstr "Estás a punto de transferir la propiedad de esta comunidad a <0>{0}0>. Esta acción es <1>irreversible1> y perderás todos los privilegios de propietario."
-#: src/components/channel/dm/AddFriendForm.tsx:72
+#: src/components/channel/dm/AddFriendForm.tsx:95
msgid "You are already friends with this user."
msgstr "Ya eres amigo de este usuario."
@@ -20960,7 +21043,7 @@ msgstr "Solo puedes subir hasta {MAX_EMOJIS_PER_UPLOAD} emojis a la vez. Solo se
msgid "You can pin messages in this conversation for everyone to see."
msgstr "Puedes fijar mensajes en esta conversación para que todos los vean."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:175
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:194
msgid "You can redeem additional gift codes to <0>extend0> your gift time. To start a monthly or yearly plan, wait until after it ends — or <1>upgrade to Visionary1> now (remaining gift time will be discarded)."
msgstr "Puedes canjear códigos de regalo adicionales para <0>extender0> tu tiempo de regalo. Para comenzar un plan mensual o anual, espera hasta que termine, o <1>actualiza a Visionary1> ahora (se descartará el tiempo de regalo restante)."
@@ -20990,7 +21073,7 @@ msgstr "Puedes usar enlaces y Markdown para dar formato a tu texto. Con <0/>, pu
msgid "You can't add new reactions while you're on timeout."
msgstr "No puedes agregar nuevas reacciones mientras estás en tiempo de espera."
-#: src/components/modals/UserProfileModal.tsx:1170
+#: src/components/modals/UserProfileModal.tsx:1171
msgid "You can't befriend yourself"
msgstr "No puedes hacerte amigo de ti mismo"
@@ -20998,14 +21081,14 @@ msgstr "No puedes hacerte amigo de ti mismo"
msgid "You can't interact with reactions in search results as it might disrupt the space-time continuum."
msgstr "No puedes interactuar con reacciones en los resultados de búsqueda, ya que podría alterar el continuo espacio-tiempo."
-#: src/components/layout/ChannelItem.tsx:200
-#: src/components/layout/ChannelItem.tsx:366
-#: src/stores/voice/MediaEngineFacade.ts:151
-#: src/stores/voice/MediaEngineFacade.ts:482
+#: src/components/layout/ChannelItem.tsx:206
+#: src/components/layout/ChannelItem.tsx:375
+#: src/stores/voice/MediaEngineFacade.ts:154
+#: src/stores/voice/MediaEngineFacade.ts:529
msgid "You can't join while you're on timeout."
msgstr "No puedes unirte mientras estás en tiempo de espera."
-#: src/components/modals/UserProfileModal.tsx:1182
+#: src/components/modals/UserProfileModal.tsx:1183
#: src/components/popouts/UserProfilePopout.tsx:282
#: src/components/profile/ProfilePreview.tsx:284
msgid "You can't message yourself"
@@ -21019,7 +21102,7 @@ msgstr "No puedes enviar una solicitud de amistad a ti mismo."
msgid "You can't send friend requests to bots."
msgstr "No puedes enviar solicitudes de amistad a bots."
-#: src/components/channel/dm/AddFriendForm.tsx:64
+#: src/components/channel/dm/AddFriendForm.tsx:87
msgid "You can't send friend requests to users you've blocked. Unblock them first."
msgstr "No puedes enviar solicitudes de amistad a usuarios que has bloqueado. Desbloquéalos primero."
@@ -21066,11 +21149,11 @@ msgstr "No puedes eliminar este permiso porque lo eliminaría de ti mismo"
msgid "You cannot save a role with a blank name. Please provide a valid name before saving."
msgstr "No puedes guardar un rol con un nombre en blanco. Por favor, proporciona un nombre válido antes de guardar."
-#: src/components/channel/dm/AddFriendForm.tsx:68
+#: src/components/channel/dm/AddFriendForm.tsx:91
msgid "You cannot send a friend request to yourself."
msgstr "No puedes enviar una solicitud de amistad a ti mismo."
-#: src/components/channel/dm/AddFriendForm.tsx:66
+#: src/components/channel/dm/AddFriendForm.tsx:89
msgid "You cannot send friend requests to bots."
msgstr "No puedes enviar solicitudes de amistad a bots."
@@ -21094,7 +21177,7 @@ msgstr "No tienes acceso al canal donde se envió este mensaje."
msgid "You do not have permission to send messages in this channel."
msgstr "No tienes permiso para enviar mensajes en este canal."
-#: src/components/layout/GuildLayout.tsx:393
+#: src/components/layout/GuildLayout.tsx:398
msgid "You don't have access to any channels in this community."
msgstr "No tienes acceso a ningún canal en esta comunidad."
@@ -21114,23 +21197,23 @@ msgstr "No tienes permiso para instalar este paquete de emojis."
msgid "You don't have permission to install this sticker pack."
msgstr "No tienes permiso para instalar este paquete de stickers."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:203
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:222
msgid "You have all <0/> for <1>{monthlyPrice}/month1>."
msgstr "Tienes todo <0/> por <1>{monthlyPrice}/mes1>."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:208
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:227
msgid "You have all <0/> for <1>{yearlyPrice}/year1>."
msgstr "Tienes todo <0/> por <1>{yearlyPrice}/año1>."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:213
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:232
msgid "You have all <0/> for your subscription period."
msgstr "Tienes todos los <0/> durante tu período de suscripción."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:198
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:217
msgid "You have all <0/> forever. No subscriptions, no renewals."
msgstr "Tienes todos los <0/> para siempre. Sin suscripciones, sin renovaciones."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:169
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:188
msgid "You have all <0/> via a <1>gift subscription1> until <2>{giftEndDate}2>. It <3>won't renew3>."
msgstr "Tienes todos los <0/> mediante una <1>suscripción de regalo1> hasta el <2>{giftEndDate}2>. <3>No se renovará3>."
@@ -21228,11 +21311,11 @@ msgstr "Perdiste acceso a este mensaje guardado. ¿Eliminar?"
msgid "You made it, {username}! We're about to hit 88mph!"
msgstr "¡Lo lograste, {username}! ¡Estamos a punto de alcanzar las 88 mph!"
-#: src/components/channel/CallMessage.tsx:179
+#: src/components/channel/CallMessage.tsx:173
msgid "You missed a call from <0/> that lasted {durationText}."
msgstr "Perdiste una llamada de <0/> que duró {durationText}."
-#: src/components/channel/CallMessage.tsx:184
+#: src/components/channel/CallMessage.tsx:178
msgid "You missed a call from <0/>."
msgstr "Perdiste una llamada de <0/>."
@@ -21252,7 +21335,7 @@ msgstr "Debes tener 18 años o más para ver este contenido. <0>Más informació
msgid "You must be connected to the gateway to accept this temporary invite. Please check your connection and try again."
msgstr "Debes estar conectado a la puerta de enlace para aceptar esta invitación temporal. Verifica tu conexión e intenta de nuevo."
-#: src/components/pages/ReportPage.tsx:463
+#: src/components/pages/ReportPage.tsx:288
msgid "You must verify your email before submitting a report."
msgstr "Debes verificar tu correo electrónico antes de enviar un reporte."
@@ -21385,7 +21468,7 @@ msgstr "Estás en el canal de voz"
msgid "You're sending messages too quickly"
msgstr "Estás enviando mensajes demasiado rápido"
-#: src/components/channel/Messages.tsx:909
+#: src/components/channel/Messages.tsx:907
msgid "You're viewing older messages"
msgstr "Estás viendo mensajes más antiguos"
@@ -21464,7 +21547,7 @@ msgstr "Tu cuenta ha sido aprobada. Redirigiéndote a la aplicación..."
msgid "Your account has been created, but access is temporarily limited until approval. You will be notified once your account is approved."
msgstr "Tu cuenta ha sido creada, pero el acceso está temporalmente limitado hasta la aprobación. Serás notificado una vez que tu cuenta sea aprobada."
-#: src/components/modals/components/UnclaimedAccountAlert.tsx:38
+#: src/components/modals/components/UnclaimedAccountAlert.tsx:36
msgid "Your account is not yet claimed. Without an email and password, you won't be able to sign in from other devices and you could lose access to your account. Claim your account now to secure it."
msgstr "Tu cuenta aún no ha sido reclamada. Sin un correo electrónico y una contraseña, no podrás iniciar sesión desde otros dispositivos y podrías perder el acceso a tu cuenta. Reclama tu cuenta ahora para asegurarla."
@@ -21508,7 +21591,7 @@ msgstr "Tu configuración de sonido de notificaciones existente se conservará."
msgid "Your export request will be processed"
msgstr "Tu solicitud de exportación será procesada"
-#: src/components/pages/ReportPage.tsx:935
+#: src/components/pages/report/ReportStepDetails.tsx:213
msgid "Your FluxerTag (optional)"
msgstr "Tu FluxerTag (opcional)"
@@ -21521,7 +21604,7 @@ msgid "Your invite expires in 24 hours"
msgstr "Tu invitación expira en 24 horas"
#. placeholder {0}: getExpirationText()
-#: src/components/modals/InviteModal.tsx:325
+#: src/components/modals/InviteModal.tsx:322
msgid "Your invite link expires in {0}."
msgstr "Tu enlace de invitación expira en {0}."
@@ -21565,7 +21648,7 @@ msgstr "Tu espacio personal para acceso rápido a canales, MD y grupos que amas.
msgid "Your Plutonium subscription has expired. You've lost all Plutonium perks. Reactivate your subscription to regain access."
msgstr "Tu suscripción a Plutonium ha expirado. Has perdido todos los beneficios de Plutonium. Reactiva tu suscripción para recuperar el acceso."
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:781
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:813
msgid "Your private space"
msgstr "Tu espacio privado"
@@ -21573,7 +21656,7 @@ msgstr "Tu espacio privado"
msgid "Your private space for thoughts and reminders"
msgstr "Tu espacio privado para pensamientos y recordatorios"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:277
+#: src/components/modals/tabs/GiftInventoryTab.tsx:300
msgid "Your Purchased Gifts"
msgstr "Tus regalos comprados"
@@ -21585,15 +21668,11 @@ msgstr "tu región"
msgid "Your stream is still being broadcast"
msgstr "Tu transmisión aún se está emitiendo"
-#: src/components/pages/ReportPage.tsx:594
-msgid "Your submission ID"
-msgstr "Tu ID de envío"
-
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:153
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:172
msgid "Your subscription ended, but you still have all <0/> until <1>{graceDate}1>. Resubscribe to keep them."
msgstr "Tu suscripción terminó, pero aún tienes todos <0/> hasta <1>{graceDate}1>. Vuelve a suscribirte para conservarlos."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:138
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:157
msgid "Your subscription expired on <0>{expiredDate}0>. You lost all <1/>. You can reactivate at any time."
msgstr "Tu suscripción expiró el <0>{expiredDate}0>. Perdiste todos <1/>. Puedes reactivarla en cualquier momento."
@@ -21609,7 +21688,7 @@ msgstr "¡Tu suscripción ha sido reactivada!"
msgid "Your subscription has been set to cancel at the end of your billing period."
msgstr "Tu suscripción se ha programado para cancelarse al final de tu período de facturación."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:191
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:210
msgid "Your subscription will cancel on <0>{cancelDate}0>. You'll lose all <1/> after that date."
msgstr "Tu suscripción se cancelará el <0>{cancelDate}0>. Perderás todos <1/> después de esa fecha."
diff --git a/fluxer_app/src/locales/es-ES/messages.po b/fluxer_app/src/locales/es-ES/messages.po
index e612bd7a..ba6cc17b 100644
--- a/fluxer_app/src/locales/es-ES/messages.po
+++ b/fluxer_app/src/locales/es-ES/messages.po
@@ -68,12 +68,12 @@ msgstr "(máximo 15 mostrados)"
msgid "(No content)"
msgstr "(Sin contenido)"
-#: src/components/modals/UserProfileMobileSheet.tsx:552
+#: src/components/modals/UserProfileMobileSheet.tsx:556
#: src/components/pages/YouPage.tsx:147
msgid "(only visible to you)"
msgstr "(solo visible para ti)"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:954
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:976
msgid "(you)"
msgstr "(tú)"
@@ -138,12 +138,12 @@ msgid "{0} Online"
msgstr "{0} en línea"
#. placeholder {0}: reaction.count
-#: src/components/channel/MessageReactions.tsx:120
+#: src/components/channel/MessageReactions.tsx:119
msgid "{0} reaction"
msgstr "{0} reacción"
#. placeholder {0}: reaction.count
-#: src/components/channel/MessageReactions.tsx:120
+#: src/components/channel/MessageReactions.tsx:119
msgid "{0} reactions"
msgstr "{0} reacciones"
@@ -153,13 +153,13 @@ msgid "{0} remaining"
msgstr "{0} restantes"
#. placeholder {0}: machineState.total
-#: src/components/channel/ChannelSearchResults.tsx:315
+#: src/components/channel/ChannelSearchResults.tsx:272
msgid "{0} Result"
msgstr "{0} Resultado"
#. placeholder {0}: machineState.total
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:390
-#: src/components/channel/ChannelSearchResults.tsx:315
+#: src/components/channel/ChannelSearchResults.tsx:272
msgid "{0} Results"
msgstr "{0} resultados"
@@ -402,7 +402,7 @@ msgstr "{actor} actualizó la pegatina {namedTarget}."
msgid "{actor} updated the webhook {namedTarget}."
msgstr "{actor} actualizó el webhook {namedTarget}."
-#: src/components/modals/tabs/BetaCodesTab.tsx:280
+#: src/components/modals/tabs/BetaCodesTab.tsx:284
msgid "{allowance} codes remaining this week"
msgstr "{allowance} códigos restantes esta semana"
@@ -533,7 +533,7 @@ msgstr "{emojiName}, {0} reacción"
msgid "{emojiName}, {0} reactions"
msgstr "{emojiName}, {0} reacciones"
-#: src/components/channel/MessageReactions.tsx:122
+#: src/components/channel/MessageReactions.tsx:121
msgid "{emojiName}: {reactionCountText}, {actionText}"
msgstr "{emojiName}: {reactionCountText}, {actionText}"
@@ -561,8 +561,8 @@ msgstr "Las imágenes de {label} no pueden ser animadas. Por favor, usa JPEG, PN
#: src/components/auth/InviteHeader.tsx:127
#: src/components/auth/InviteHeader.tsx:241
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:281
-#: src/components/channel/InviteEmbed.tsx:180
-#: src/components/channel/InviteEmbed.tsx:444
+#: src/components/channel/InviteEmbed.tsx:182
+#: src/components/channel/InviteEmbed.tsx:446
msgid "{memberCount} Member"
msgstr "{memberCount} Miembro"
@@ -570,8 +570,8 @@ msgstr "{memberCount} Miembro"
#: src/components/auth/InviteHeader.tsx:127
#: src/components/auth/InviteHeader.tsx:241
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:281
-#: src/components/channel/InviteEmbed.tsx:180
-#: src/components/channel/InviteEmbed.tsx:444
+#: src/components/channel/InviteEmbed.tsx:182
+#: src/components/channel/InviteEmbed.tsx:446
msgid "{memberCount} Members"
msgstr "{memberCount} Miembros"
@@ -606,11 +606,11 @@ msgstr "{minutes} minutos y {seconds} segundos"
msgid "{minutes} minutes and 1 second"
msgstr "{minutes} minutos y 1 segundo"
-#: src/components/channel/dm/DMWelcomeSection.tsx:155
+#: src/components/channel/dm/DMWelcomeSection.tsx:167
msgid "{mutualGuildCount} mutual commmunity"
msgstr "{mutualGuildCount} comunidad mutua"
-#: src/components/channel/dm/DMWelcomeSection.tsx:156
+#: src/components/channel/dm/DMWelcomeSection.tsx:168
msgid "{mutualGuildCount} mutual communities"
msgstr "{mutualGuildCount} comunidades mutuas"
@@ -632,7 +632,7 @@ msgstr "{participantCount} participantes en la llamada"
#: src/components/auth/InviteHeader.tsx:235
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:276
-#: src/components/channel/InviteEmbed.tsx:439
+#: src/components/channel/InviteEmbed.tsx:441
msgid "{presenceCount} Online"
msgstr "{presenceCount} en línea"
@@ -644,15 +644,15 @@ msgstr "Te quedan {remaining} caracteres"
msgid "{remaining} characters left. Get Plutonium to write up to {premiumMaxLength} characters."
msgstr "Te quedan {remaining} caracteres. Obtén Plutonium para escribir hasta {premiumMaxLength} caracteres."
-#: src/components/channel/InviteEmbed.tsx:301
+#: src/components/channel/InviteEmbed.tsx:303
msgid "{renderedMemberCount} Member"
msgstr "{renderedMemberCount} Miembro"
-#: src/components/channel/InviteEmbed.tsx:301
+#: src/components/channel/InviteEmbed.tsx:303
msgid "{renderedMemberCount} Members"
msgstr "{renderedMemberCount} Miembros"
-#: src/components/channel/InviteEmbed.tsx:296
+#: src/components/channel/InviteEmbed.tsx:298
msgid "{renderedPresenceCount} Online"
msgstr "{renderedPresenceCount} en línea"
@@ -704,11 +704,11 @@ msgstr "{totalSeconds} segundo"
msgid "{totalSeconds} seconds"
msgstr "{totalSeconds} segundos"
-#: src/components/layout/GuildsLayout.tsx:231
+#: src/components/layout/GuildsLayout.tsx:229
msgid "{unavailableCount} communities are temporarily unavailable due to a flux capacitor malfunction."
msgstr "{unavailableCount} comunidades están temporalmente no disponibles debido a un fallo del condensador de flujo."
-#: src/components/layout/GuildsLayout.tsx:230
+#: src/components/layout/GuildsLayout.tsx:228
msgid "{unavailableCount} community is temporarily unavailable due to a flux capacitor malfunction."
msgstr "{unavailableCount} comunidad está temporalmente no disponible debido a un fallo del condensador de flujo."
@@ -814,27 +814,27 @@ msgstr "Menciones de @everyone"
msgid "@username"
msgstr "@username"
-#: src/components/channel/CallMessage.tsx:75
+#: src/components/channel/CallMessage.tsx:72
msgid "# days"
msgstr "# días"
-#: src/components/channel/CallMessage.tsx:76
+#: src/components/channel/CallMessage.tsx:73
msgid "# hours"
msgstr "# horas"
-#: src/components/channel/CallMessage.tsx:77
+#: src/components/channel/CallMessage.tsx:74
msgid "# minutes"
msgstr "# minutos"
-#: src/components/channel/CallMessage.tsx:73
+#: src/components/channel/CallMessage.tsx:70
msgid "# months"
msgstr "# meses"
-#: src/components/channel/CallMessage.tsx:74
+#: src/components/channel/CallMessage.tsx:71
msgid "# weeks"
msgstr "# semanas"
-#: src/components/channel/CallMessage.tsx:72
+#: src/components/channel/CallMessage.tsx:69
msgid "# years"
msgstr "# años"
@@ -878,11 +878,11 @@ msgstr "<0/> eliminó a <1/> del grupo."
msgid "<0/> removed someone from the group."
msgstr "<0/> eliminó a alguien del grupo."
-#: src/components/channel/CallMessage.tsx:191
+#: src/components/channel/CallMessage.tsx:185
msgid "<0/> started a call that lasted {durationText}."
msgstr "<0/> inició una llamada que duró {durationText}."
-#: src/components/channel/CallMessage.tsx:154
+#: src/components/channel/CallMessage.tsx:148
msgid "<0/> started a call."
msgstr "<0/> inició una llamada."
@@ -943,11 +943,11 @@ msgstr "<0>Dejó de silenciar0> al miembro."
msgid "<0>Warning:0> This will also disable SMS two-factor authentication."
msgstr "<0>Advertencia:0> Esto también deshabilitará la autenticación de dos factores por SMS."
-#: src/components/modals/tabs/BetaCodesTab.tsx:278
+#: src/components/modals/tabs/BetaCodesTab.tsx:282
msgid "1 code remaining this week"
msgstr "1 código restante esta semana"
-#: src/components/channel/CallMessage.tsx:75
+#: src/components/channel/CallMessage.tsx:72
#: src/components/modals/BanMemberModal.tsx:54
#: src/components/modals/InviteModal.tsx:77
#: src/components/modals/InviteModal.tsx:212
@@ -956,7 +956,7 @@ msgstr "1 código restante esta semana"
msgid "1 day"
msgstr "1 día"
-#: src/components/channel/CallMessage.tsx:76
+#: src/components/channel/CallMessage.tsx:73
#: src/components/modals/BanMemberModal.tsx:52
#: src/components/modals/channelTabs/ChannelOverviewTab.tsx:154
#: src/components/modals/CustomStatusBottomSheet.tsx:44
@@ -993,7 +993,7 @@ msgstr "1 minuto y {seconds} segundos"
msgid "1 minute and 1 second"
msgstr "1 minuto y 1 segundo"
-#: src/components/channel/CallMessage.tsx:73
+#: src/components/channel/CallMessage.tsx:70
#: src/components/modals/BanMemberModal.tsx:59
msgid "1 month"
msgstr "1 mes"
@@ -1002,12 +1002,12 @@ msgstr "1 mes"
msgid "1 Month"
msgstr "1 mes"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:99
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:120
msgid "1 Month {monthlyPrice}"
msgstr "1 mes {monthlyPrice}"
-#: src/components/modals/components/plutonium/GiftSection.tsx:78
-#: src/components/modals/components/plutonium/PricingSection.tsx:110
+#: src/components/modals/components/plutonium/GiftSection.tsx:88
+#: src/components/modals/components/plutonium/PricingSection.tsx:128
msgid "1 Month Gift"
msgstr "Regalo de 1 mes"
@@ -1020,22 +1020,22 @@ msgstr "1 uso"
msgid "1 user"
msgstr "1 usuario"
-#: src/components/channel/CallMessage.tsx:74
+#: src/components/channel/CallMessage.tsx:71
#: src/components/modals/BanMemberModal.tsx:57
#: src/components/modals/TimeoutMemberOptions.ts:39
msgid "1 week"
msgstr "1 semana"
-#: src/components/channel/CallMessage.tsx:72
+#: src/components/channel/CallMessage.tsx:69
msgid "1 year"
msgstr "1 año"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:91
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:109
msgid "1 Year {yearlyPrice}"
msgstr "1 año {yearlyPrice}"
-#: src/components/modals/components/plutonium/GiftSection.tsx:69
-#: src/components/modals/components/plutonium/PricingSection.tsx:101
+#: src/components/modals/components/plutonium/GiftSection.tsx:76
+#: src/components/modals/components/plutonium/PricingSection.tsx:116
msgid "1 Year Gift"
msgstr "Regalo de 1 año"
@@ -1286,8 +1286,8 @@ msgstr "8 horas"
msgid "A 4-digit tag will be added automatically to ensure uniqueness"
msgstr "Se añadirá automáticamente una etiqueta de 4 dígitos para garantizar la unicidad"
-#: src/components/channel/CallMessage.tsx:86
-#: src/components/channel/CallMessage.tsx:148
+#: src/components/channel/CallMessage.tsx:83
+#: src/components/channel/CallMessage.tsx:142
msgid "a few seconds"
msgstr "unos segundos"
@@ -1299,7 +1299,7 @@ msgstr "Un puñado de guerreros del teclado se están reuniendo..."
msgid "A helpful bot that does amazing things!"
msgstr "¡Un bot útil que hace cosas increíbles!"
-#: src/components/channel/CallMessage.tsx:77
+#: src/components/channel/CallMessage.tsx:74
msgid "a minute"
msgstr "un minuto"
@@ -1316,7 +1316,7 @@ msgid "A symphony of clacking keys is underway..."
msgstr "Una sinfonía de teclas resonando está en marcha..."
#: src/components/modals/tabs/MyProfileTab/BioEditor.tsx:127
-#: src/components/modals/UserProfileMobileSheet.tsx:528
+#: src/components/modals/UserProfileMobileSheet.tsx:532
#: src/components/pages/YouPage.tsx:132
msgid "About Me"
msgstr "Sobre mí"
@@ -1330,18 +1330,18 @@ msgstr "Sobre ti"
msgid "Accent Color"
msgstr "Color de acento"
-#: src/components/channel/channel-view/DMChannelView.tsx:291
-#: src/components/channel/dm/DMWelcomeSection.tsx:116
+#: src/components/channel/channel-view/DMChannelView.tsx:292
+#: src/components/channel/dm/DMWelcomeSection.tsx:128
#: src/components/channel/friends/FriendListItem.tsx:238
#: src/components/channel/friends/MobileFriendRequestItem.tsx:99
#: src/components/voice/IncomingCallUI.tsx:302
msgid "Accept"
msgstr "Aceptar"
-#: src/components/bottomsheets/DMBottomSheet.tsx:515
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:260
-#: src/components/modals/UserProfileModal.tsx:1258
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:88
+#: src/components/bottomsheets/DMBottomSheet.tsx:517
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:262
+#: src/components/modals/UserProfileModal.tsx:1259
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:109
msgid "Accept Friend Request"
msgstr "Aceptar solicitud de amistad"
@@ -1358,7 +1358,7 @@ msgstr "Aceptar invitación"
msgid "Accept the incoming call"
msgstr "Aceptar la llamada entrante"
-#: src/components/channel/InviteEmbed.tsx:226
+#: src/components/channel/InviteEmbed.tsx:228
#: src/components/modals/InviteAcceptModal.tsx:163
msgid "Accepting this invite installs the pack automatically."
msgstr "Aceptar esta invitación instala el paquete automáticamente."
@@ -1407,7 +1407,7 @@ msgstr "Cuenta y Premium"
msgid "Account appears to exist solely for spamming"
msgstr "La cuenta parece existir únicamente para hacer spam"
-#: src/components/modals/ClaimAccountModal.tsx:105
+#: src/components/modals/ClaimAccountModal.tsx:107
msgid "Account claimed successfully"
msgstr "Cuenta reclamada con éxito"
@@ -1459,7 +1459,7 @@ msgstr "Solo en todos los MD en los que has estado alguna vez"
msgid "Action with both icons!"
msgstr "¡Acción con ambos iconos!"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:124
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:143
msgid "Active"
msgstr "Activo"
@@ -1584,12 +1584,13 @@ msgstr "Añadir correo electrónico"
msgid "Add Favorite Channels"
msgstr "Añadir canales favoritos"
-#: src/components/bottomsheets/DMBottomSheet.tsx:524
+#: src/components/bottomsheets/DMBottomSheet.tsx:527
#: src/components/channel/dm/AddFriendView.tsx:32
#: src/components/channel/dm/DMFriendsView.tsx:199
#: src/components/modals/AddFriendSheet.tsx:50
-#: src/components/modals/UserProfileModal.tsx:1178
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:68
+#: src/components/modals/UserProfileModal.tsx:1179
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:75
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:89
msgid "Add Friend"
msgstr "Añadir amigo"
@@ -1597,7 +1598,7 @@ msgstr "Añadir amigo"
msgid "Add Friends"
msgstr "Añadir amigos"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1187
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1211
#: src/components/channel/ChannelHeader.tsx:630
#: src/components/channel/dm/GroupDMWelcomeSection.tsx:85
msgid "Add Friends to Group"
@@ -1612,7 +1613,7 @@ msgstr "Añadir elemento"
msgid "Add new reactions to messages."
msgstr "Añade nuevas reacciones a los mensajes."
-#: src/components/bottomsheets/DMBottomSheet.tsx:426
+#: src/components/bottomsheets/DMBottomSheet.tsx:428
#: src/components/profile/ProfileCard/ProfileCardActions.tsx:48
#: src/components/uikit/ContextMenu/items/UserNoteMenuItems.tsx:42
msgid "Add Note"
@@ -1647,7 +1648,7 @@ msgstr "Formulario para añadir número de teléfono"
#: src/components/channel/MessageActionBar.tsx:450
#: src/components/channel/MessageActionBar.tsx:741
#: src/components/channel/messageActionMenu.tsx:92
-#: src/components/channel/MessageReactions.tsx:264
+#: src/components/channel/MessageReactions.tsx:263
#: src/components/uikit/ContextMenu/items/MessageMenuItems.tsx:65
msgid "Add Reaction"
msgstr "Añadir reacción"
@@ -1695,8 +1696,8 @@ msgid "Add to favorites"
msgstr "Añadir a favoritos"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:370
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1103
-#: src/components/bottomsheets/DMBottomSheet.tsx:400
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1127
+#: src/components/bottomsheets/DMBottomSheet.tsx:402
#: src/components/channel/ChannelHeader.tsx:547
#: src/components/channel/ChannelHeader.tsx:595
#: src/components/channel/ChannelHeader.tsx:600
@@ -1731,11 +1732,11 @@ msgid "Added to bookmarks"
msgstr "Añadido a marcadores"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:118
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:544
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:558
msgid "Added to favorites"
msgstr "Añadido a favoritos"
-#: src/components/bottomsheets/DMBottomSheet.tsx:129
+#: src/components/bottomsheets/DMBottomSheet.tsx:131
msgid "Added to Favorites"
msgstr "Añadido a Favoritos"
@@ -1752,7 +1753,7 @@ msgstr "Añadido: {createdDate}"
msgid "Added: {createdDate} • Last used: {lastUsedDate}"
msgstr "Añadido: {createdDate} • Último uso: {lastUsedDate}"
-#: src/components/pages/ReportPage.tsx:943
+#: src/components/pages/report/ReportStepDetails.tsx:222
msgid "Additional Comments (optional)"
msgstr "Comentarios Adicionales (opcional)"
@@ -1873,7 +1874,7 @@ msgstr "Todas las llamadas notificarán en silencio en lugar de sonar. Por defec
msgid "All Communities"
msgstr "Todas las comunidades"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:74
+#: src/components/modals/components/plutonium/VisionarySection.tsx:83
msgid "All current and future Plutonium benefits, forever"
msgstr "Todos los beneficios actuales y futuros de Plutonium, para siempre"
@@ -1911,7 +1912,7 @@ msgstr "Todos los miembros"
msgid "All messages"
msgstr "Todos los mensajes"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1377
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1401
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:206
#: src/components/modals/GuildNotificationSettingsModal.tsx:87
#: src/components/modals/GuildNotificationSettingsModal.tsx:273
@@ -2071,11 +2072,11 @@ msgstr "Permitido {0}."
msgid "Already have an account?"
msgstr "¿Ya tienes una cuenta?"
-#: src/components/channel/InviteEmbed.tsx:187
+#: src/components/channel/InviteEmbed.tsx:189
msgid "Already joined"
msgstr "Ya te has unido"
-#: src/components/channel/GiftEmbed.tsx:90
+#: src/components/channel/GiftEmbed.tsx:97
msgid "Already redeemed"
msgstr "Ya canjeado"
@@ -2135,8 +2136,8 @@ msgstr "Confiar siempre en <0>{hostname}0> — omitir esta advertencia la pró
msgid "Always underline links"
msgstr "Subrayar siempre los enlaces"
-#: src/components/channel/ChannelSearchResults.tsx:511
-#: src/components/channel/ChannelSearchResults.tsx:562
+#: src/components/channel/ChannelSearchResults.tsx:480
+#: src/components/channel/ChannelSearchResults.tsx:531
#: src/hooks/useChannelSearch.ts:233
#: src/hooks/useChannelSearch.ts:375
msgid "An error occurred while searching"
@@ -2198,7 +2199,7 @@ msgid "Animated Emoji ({0})"
msgstr "Emoji animado ({0})"
#: src/components/channel/embeds/media/EmbedGifv.tsx:237
-#: src/components/channel/embeds/media/EmbedGifv.tsx:725
+#: src/components/channel/embeds/media/EmbedGifv.tsx:749
#: src/components/modals/MediaViewerModal.tsx:294
#: src/components/modals/MediaViewerModal.tsx:362
msgid "Animated GIF"
@@ -2320,8 +2321,8 @@ msgstr "Aplicación actualizada correctamente"
msgid "Applications"
msgstr "Aplicaciones"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:99
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:137
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:103
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:141
msgid "Applications & Bots"
msgstr "Aplicaciones y bots"
@@ -2352,7 +2353,7 @@ msgid "Archive"
msgstr "Archivar"
#. placeholder {0}: user.username
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:162
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:164
#: src/components/modals/UserProfileActionsSheet.tsx:133
#: src/utils/RelationshipActionUtils.tsx:141
msgid "Are you sure you want to block {0}? They won't be able to message you or send you friend requests."
@@ -2368,8 +2369,8 @@ msgid "Are you sure you want to close this group DM? You can always reopen it la
msgstr "¿Seguro que quieres cerrar este MD de grupo? Siempre puedes reabrirlo más tarde."
#. placeholder {0}: recipient?.username ?? ''
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:601
-#: src/components/bottomsheets/DMBottomSheet.tsx:303
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:615
+#: src/components/bottomsheets/DMBottomSheet.tsx:305
msgid "Are you sure you want to close your DM with {0}? You can always reopen it later."
msgstr "¿Seguro que quieres cerrar tu MD con {0}? Siempre puedes reabrirlo más tarde."
@@ -2406,7 +2407,7 @@ msgid "Are you sure you want to delete #{0}? This action cannot be undone."
msgstr "¿Seguro que quieres eliminar #{0}? Esta acción no se puede deshacer."
#. placeholder {0}: channel.name ?? 'this channel'
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:667
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:681
msgid "Are you sure you want to delete #{0}? This cannot be undone."
msgstr "¿Seguro que quieres eliminar #{0}? Esto no se puede deshacer."
@@ -2504,7 +2505,7 @@ msgstr "¿Estás seguro de que quieres salir de {0}?"
msgid "Are you sure you want to leave this community? You will no longer be able to see any messages."
msgstr "¿Estás seguro de que quieres salir de esta comunidad? Ya no podrás ver ningún mensaje."
-#: src/components/bottomsheets/DMBottomSheet.tsx:338
+#: src/components/bottomsheets/DMBottomSheet.tsx:340
#: src/hooks/useLeaveGroup.tsx:43
msgid "Are you sure you want to leave this group? You will no longer be able to see any messages."
msgstr "¿Estás seguro de que quieres salir de este grupo? Ya no podrás ver ningún mensaje."
@@ -2515,9 +2516,9 @@ msgid "Are you sure you want to make {0} the group owner? You will lose owner pr
msgstr "¿Estás seguro de que quieres hacer a {0} propietario del grupo? Perderás los privilegios de propietario."
#. placeholder {0}: user.username
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:145
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:147
#: src/components/modals/UserProfileActionsSheet.tsx:116
-#: src/components/modals/UserProfileMobileSheet.tsx:303
+#: src/components/modals/UserProfileMobileSheet.tsx:304
#: src/utils/RelationshipActionUtils.tsx:114
msgid "Are you sure you want to remove {0} as a friend?"
msgstr "¿Estás seguro de que quieres eliminar a {0} como amigo?"
@@ -2557,10 +2558,10 @@ msgid "Are you sure you want to transfer ownership of the group to {0}?"
msgstr "¿Estás seguro de que quieres transferir la propiedad del grupo a {0}?"
#. placeholder {0}: user.username
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:179
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:181
#: src/components/modals/tabs/BlockedUsersTab.tsx:57
#: src/components/modals/UserProfileActionsSheet.tsx:150
-#: src/components/modals/UserProfileMobileSheet.tsx:319
+#: src/components/modals/UserProfileMobileSheet.tsx:320
#: src/utils/RelationshipActionUtils.tsx:168
msgid "Are you sure you want to unblock {0}?"
msgstr "¿Estás seguro de que quieres desbloquear a {0}?"
@@ -2573,7 +2574,7 @@ msgstr "Club de Arte"
msgid "Artists' Corner"
msgstr "Rincón de Artistas"
-#: src/components/modals/components/plutonium/PricingSection.tsx:63
+#: src/components/modals/components/plutonium/PricingSection.tsx:69
msgid "As a Gift"
msgstr "Como Regalo"
@@ -2689,7 +2690,7 @@ msgstr "Ajustes de audio"
msgid "Audio will be included with this screen share."
msgstr "El audio se incluirá en esta compartición de pantalla."
-#: src/components/pages/ReportPage.tsx:311
+#: src/components/pages/report/optionDescriptors.ts:83
msgid "Austria"
msgstr "Austria"
@@ -2844,6 +2845,7 @@ msgstr "Ping promedio:"
#: src/components/modals/PhoneAddModal.tsx:235
#: src/components/modals/RequiredActionModal.tsx:463
#: src/components/pages/OAuthAuthorizePage.tsx:694
+#: src/components/pages/report/ReportStepDetails.tsx:243
msgid "Back"
msgstr "Atrás"
@@ -2933,7 +2935,7 @@ msgid "Balanced quality and bandwidth"
msgstr "Calidad y ancho de banda equilibrados"
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:353
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:320
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:323
#: src/components/modals/UserProfileActionsSheet.tsx:262
msgid "Ban"
msgstr "Expulsar"
@@ -3035,7 +3037,7 @@ msgstr "antes:"
msgid "Begin a call in the current private conversation"
msgstr "Iniciar una llamada en la conversación privada actual"
-#: src/components/pages/ReportPage.tsx:312
+#: src/components/pages/report/optionDescriptors.ts:84
msgid "Belgium"
msgstr "Bélgica"
@@ -3066,7 +3068,7 @@ msgstr "Código beta (opcional)"
msgid "Beta Code Redeemed!"
msgstr "¡Código beta canjeado!"
-#: src/components/modals/tabs/BetaCodesTab.tsx:313
+#: src/components/modals/tabs/BetaCodesTab.tsx:338
#: src/components/modals/utils/settingsSearchIndex.ts:741
msgid "Beta Codes"
msgstr "Códigos beta"
@@ -3083,13 +3085,13 @@ msgstr "Biografía"
msgid "Bio character limit"
msgstr "Límite de caracteres de la biografía"
-#: src/components/bottomsheets/DMBottomSheet.tsx:538
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:163
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:345
+#: src/components/bottomsheets/DMBottomSheet.tsx:541
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:165
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:348
#: src/components/modals/UserProfileActionsSheet.tsx:134
#: src/components/modals/UserProfileActionsSheet.tsx:298
#: src/components/modals/UserProfileModal.tsx:1062
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:190
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:211
#: src/utils/RelationshipActionUtils.tsx:143
msgid "Block"
msgstr "Bloquear"
@@ -3106,7 +3108,7 @@ msgstr "¿Bloquear mensajes directos de miembros de la comunidad?"
msgid "Block for all communities"
msgstr "Bloquear para todas las comunidades"
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:161
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:163
#: src/components/modals/UserProfileActionsSheet.tsx:132
#: src/utils/RelationshipActionUtils.tsx:139
msgid "Block User"
@@ -3270,7 +3272,7 @@ msgstr "Se requiere audio del navegador"
msgid "Browser locale ({browserLocale}): {format}"
msgstr "Configuración regional del navegador ({browserLocale}): {format}"
-#: src/components/pages/ReportPage.tsx:313
+#: src/components/pages/report/optionDescriptors.ts:85
msgid "Bulgaria"
msgstr "Bulgaria"
@@ -3313,16 +3315,16 @@ msgstr "Los botones muestran un indicador de carga cuando submitting es true."
msgid "Buttons with Icons"
msgstr "Botones con iconos"
-#: src/components/modals/components/plutonium/GiftSection.tsx:74
-#: src/components/modals/components/plutonium/GiftSection.tsx:83
-#: src/components/modals/components/plutonium/GiftSection.tsx:92
-#: src/components/modals/components/plutonium/PricingSection.tsx:106
-#: src/components/modals/components/plutonium/PricingSection.tsx:115
-#: src/components/modals/components/plutonium/PricingSection.tsx:124
+#: src/components/modals/components/plutonium/GiftSection.tsx:81
+#: src/components/modals/components/plutonium/GiftSection.tsx:93
+#: src/components/modals/components/plutonium/GiftSection.tsx:105
+#: src/components/modals/components/plutonium/PricingSection.tsx:121
+#: src/components/modals/components/plutonium/PricingSection.tsx:133
+#: src/components/modals/components/plutonium/PricingSection.tsx:145
msgid "Buy Gift"
msgstr "Comprar regalo"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:114
+#: src/components/modals/components/plutonium/VisionarySection.tsx:140
msgid "Buying Visionary will cancel your current {currentAccessLabel} immediately. It is a one-time purchase with lifetime access."
msgstr "Comprar Visionary cancelará tu {currentAccessLabel} actual de inmediato. Es una compra única con acceso de por vida."
@@ -3347,7 +3349,7 @@ msgstr "Omitir modo lento"
msgid "Bypass Splash Screen"
msgstr "Saltar la pantalla de presentación"
-#: src/components/channel/channel-view/DMChannelView.tsx:271
+#: src/components/channel/channel-view/DMChannelView.tsx:272
msgid "Call available"
msgstr "Llamada disponible"
@@ -3446,11 +3448,11 @@ msgstr "Configuración de la cámara"
#: src/components/modals/CategoryCreateModal.tsx:79
#: src/components/modals/ChannelCreateModal.tsx:100
#: src/components/modals/ChannelDeleteModal.tsx:72
-#: src/components/modals/ClaimAccountModal.tsx:179
-#: src/components/modals/ClaimAccountModal.tsx:219
-#: src/components/modals/components/MobileSettingsView.tsx:302
+#: src/components/modals/ClaimAccountModal.tsx:181
+#: src/components/modals/ClaimAccountModal.tsx:221
+#: src/components/modals/components/MobileSettingsView.tsx:297
#: src/components/modals/components/plutonium/hooks/useCheckoutActions.tsx:110
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:328
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:371
#: src/components/modals/ConfirmModal.tsx:146
#: src/components/modals/CreateDMModal.tsx:88
#: src/components/modals/CreateFavoriteCategoryModal.tsx:74
@@ -3473,7 +3475,7 @@ msgstr "Configuración de la cámara"
#: src/components/modals/HideOwnCameraConfirmModal.tsx:65
#: src/components/modals/IARModal.tsx:218
#: src/components/modals/ImageCropModal.tsx:981
-#: src/components/modals/InviteModal.tsx:336
+#: src/components/modals/InviteModal.tsx:333
#: src/components/modals/KickMemberModal.tsx:60
#: src/components/modals/MfaTotpDisableModal.tsx:75
#: src/components/modals/MfaTotpEnableModal.tsx:102
@@ -3498,11 +3500,11 @@ msgstr "Configuración de la cámara"
msgid "Cancel"
msgstr "Cancelar"
-#: src/components/channel/dm/DMWelcomeSection.tsx:126
+#: src/components/channel/dm/DMWelcomeSection.tsx:138
#: src/components/channel/friends/FriendListItem.tsx:164
#: src/components/channel/friends/FriendListItem.tsx:166
-#: src/components/modals/UserProfileModal.tsx:1273
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:171
+#: src/components/modals/UserProfileModal.tsx:1274
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:192
msgid "Cancel Friend Request"
msgstr "Cancelar solicitud de amistad"
@@ -3522,7 +3524,7 @@ msgstr "Cancelar solicitud"
msgid "Cancel upload"
msgstr "Cancelar subida"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:118
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:137
msgid "Canceling"
msgstr "Cancelando"
@@ -3566,7 +3568,7 @@ msgstr "Alineación de tarjetas"
msgid "Card alignment controls"
msgstr "Controles de alineación de tarjetas"
-#: src/components/modals/components/MobileSettingsView.tsx:123
+#: src/components/modals/components/MobileSettingsView.tsx:118
#: src/components/modals/components/SettingsModalHeader.tsx:76
msgid "Careful! You have unsaved changes."
msgstr "¡Cuidado! Tienes cambios sin guardar."
@@ -3576,7 +3578,7 @@ msgstr "¡Cuidado! Tienes cambios sin guardar."
msgid "Category"
msgstr "Categoría"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1371
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1395
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:239
msgid "Category Default"
msgstr "Categoría predeterminada"
@@ -3594,7 +3596,7 @@ msgstr "Categoría llena"
msgid "Category Name"
msgstr "Nombre de la categoría"
-#: src/components/modals/ChannelSettingsModal.tsx:105
+#: src/components/modals/ChannelSettingsModal.tsx:113
#: src/components/modals/components/DesktopChannelSettingsView.tsx:188
msgid "Category Settings"
msgstr "Configuración de categoría"
@@ -3625,7 +3627,7 @@ msgstr "Cambiar fondo"
msgid "Change Banner"
msgstr "Cambiar banner"
-#: src/components/pages/ReportPage.tsx:752
+#: src/components/pages/report/ReportStepVerification.tsx:126
msgid "Change email"
msgstr "Cambiar correo electrónico"
@@ -3647,8 +3649,8 @@ msgstr "Cambiar FluxerTag"
msgid "Change FluxerTag form"
msgstr "Formulario para cambiar FluxerTag"
-#: src/components/bottomsheets/DMBottomSheet.tsx:433
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:133
+#: src/components/bottomsheets/DMBottomSheet.tsx:435
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:154
msgid "Change Friend Nickname"
msgstr "Cambiar apodo de amigo"
@@ -3673,7 +3675,7 @@ msgid "Change My Group Nickname"
msgstr "Cambiar mi apodo en el grupo"
#: src/components/modals/BaseChangeNicknameModal.tsx:82
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:238
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:240
#: src/components/modals/RenameChannelModal.tsx:58
#: src/components/modals/UserProfileActionsSheet.tsx:225
#: src/components/modals/UserProfileActionsSheet.tsx:225
@@ -3760,8 +3762,8 @@ msgstr "Se cambió la región de voz a {0}."
msgid "channel"
msgstr "canal"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:483
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:549
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:497
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:563
#: src/components/invites/InviteListItem.tsx:50
#: src/components/webhooks/WebhookListItem.tsx:240
#: src/constants/AuditLogConstants.tsx:236
@@ -3796,7 +3798,7 @@ msgid "Channel Debug"
msgstr "Depuración del canal"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:188
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:675
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:689
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:329
msgid "Channel deleted"
msgstr "Canal eliminado"
@@ -3806,11 +3808,11 @@ msgid "Channel Deleted"
msgstr "Canal eliminado"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:273
-#: src/components/bottomsheets/DMBottomSheet.tsx:366
+#: src/components/bottomsheets/DMBottomSheet.tsx:368
msgid "Channel ID copied"
msgstr "ID del canal copiado"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:535
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:549
msgid "Channel ID copied to clipboard"
msgstr "ID del canal copiado al portapapeles"
@@ -3878,9 +3880,9 @@ msgstr "Registro del canal"
msgid "Channel removed from favorites"
msgstr "Canal eliminado de favoritos"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1092
-#: src/components/layout/ChannelItem.tsx:630
-#: src/components/modals/ChannelSettingsModal.tsx:105
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1116
+#: src/components/layout/ChannelItem.tsx:647
+#: src/components/modals/ChannelSettingsModal.tsx:113
#: src/components/modals/components/DesktopChannelSettingsView.tsx:188
msgid "Channel Settings"
msgstr "Configuración del canal"
@@ -3947,7 +3949,7 @@ msgstr "Consulta nuestro <0>Bluesky (@fluxer.app)0> para actualizaciones de es
msgid "Check out my custom theme!"
msgstr "¡Echa un vistazo a mi tema personalizado!"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:105
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:109
msgid "Check your connection and try again."
msgstr "Comprueba tu conexión e inténtalo de nuevo."
@@ -3969,8 +3971,8 @@ msgstr "Casillas de verificación"
msgid "Checking..."
msgstr "Comprobando..."
-#: src/components/pages/ReportPage.tsx:270
-#: src/components/pages/ReportPage.tsx:299
+#: src/components/pages/report/optionDescriptors.ts:51
+#: src/components/pages/report/optionDescriptors.ts:74
#: src/constants/IARConstants.tsx:72
#: src/constants/IARConstants.tsx:175
msgid "Child Safety Concerns"
@@ -3984,6 +3986,10 @@ msgstr "Chino simplificado"
msgid "Chinese (Traditional)"
msgstr "Chino tradicional"
+#: src/components/pages/report/ReportBreadcrumbs.tsx:46
+msgid "Choose"
+msgstr "Elige"
+
#: src/components/pages/OAuthAuthorizePage.tsx:898
msgid "Choose a community"
msgstr "Elige una comunidad"
@@ -4080,25 +4086,36 @@ msgstr "Elige el color de acento de tu perfil"
#: src/components/channel/barriers/BarrierComponents.tsx:109
#: src/components/channel/barriers/BarrierComponents.tsx:240
-#: src/components/layout/app-layout/nagbars/UnclaimedAccountNagbar.tsx:47
-#: src/components/modals/ClaimAccountModal.tsx:225
-#: src/components/modals/components/UnclaimedAccountAlert.tsx:34
+#: src/components/channel/dm/AddFriendForm.tsx:57
+#: src/components/layout/app-layout/nagbars/UnclaimedAccountNagbar.tsx:45
+#: src/components/modals/ClaimAccountModal.tsx:227
+#: src/components/modals/components/UnclaimedAccountAlert.tsx:32
+#: src/components/modals/GiftAcceptModal.tsx:170
#: src/components/modals/tabs/AccountSecurityTab/SecurityTab.tsx:206
+#: src/components/modals/tabs/BetaCodesTab.tsx:297
+#: src/components/modals/tabs/GiftInventoryTab.tsx:242
msgid "Claim Account"
msgstr "Reclamar cuenta"
-#: src/components/channel/GiftEmbed.tsx:98
-#: src/components/modals/GiftAcceptModal.tsx:154
+#: src/components/channel/GiftEmbed.tsx:109
+msgid "Claim Account to Redeem"
+msgstr "Reclama la cuenta para canjear"
+
+#: src/components/channel/GiftEmbed.tsx:109
+#: src/components/modals/GiftAcceptModal.tsx:197
#: src/components/pages/GiftLoginPage.tsx:155
#: src/components/pages/GiftRegisterPage.tsx:42
msgid "Claim Gift"
msgstr "Reclamar regalo"
-#: src/components/modals/ClaimAccountModal.tsx:141
+#: src/components/channel/dm/AddFriendForm.tsx:53
+#: src/components/modals/ClaimAccountModal.tsx:143
+#: src/components/modals/tabs/BetaCodesTab.tsx:293
+#: src/components/modals/tabs/GiftInventoryTab.tsx:238
msgid "Claim your account"
msgstr "Reclama tu cuenta"
-#: src/components/modals/ClaimAccountModal.tsx:146
+#: src/components/modals/ClaimAccountModal.tsx:148
msgid "Claim your account by adding an email and password. We will send a verification code to confirm your email before finishing."
msgstr "Reclama tu cuenta añadiendo un correo electrónico y una contraseña. Enviaremos un código de verificación para confirmar tu correo antes de finalizar."
@@ -4106,11 +4123,68 @@ msgstr "Reclama tu cuenta añadiendo un correo electrónico y una contraseña. E
msgid "Claim your account to access security features like two-factor authentication and passkeys."
msgstr "Reclama tu cuenta para acceder a funciones de seguridad como la autenticación de dos factores y las claves de acceso."
+#: src/components/channel/ChannelHeader/CallButtons.tsx:85
+#: src/components/channel/ChannelHeader/CallButtons.tsx:155
+msgid "Claim your account to call"
+msgstr "Reclama tu cuenta para llamar"
+
#: src/components/modals/tabs/MyProfileTab/UsernameSection.tsx:49
msgid "Claim your account to change your FluxerTag"
msgstr "Reclama tu cuenta para cambiar tu FluxerTag"
-#: src/components/modals/GiftAcceptModal.tsx:145
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:146
+msgid "Claim your account to create applications."
+msgstr "Reclama tu cuenta para crear aplicaciones."
+
+#: src/components/modals/tabs/BetaCodesTab.tsx:294
+msgid "Claim your account to generate beta codes."
+msgstr "Reclama tu cuenta para generar códigos beta."
+
+#: src/components/layout/ChannelItem.tsx:208
+#: src/components/layout/ChannelItem.tsx:382
+#: src/stores/voice/MediaEngineFacade.ts:537
+msgid "Claim your account to join this voice channel."
+msgstr "Reclama tu cuenta para unirte a este canal de voz."
+
+#: src/stores/voice/MediaEngineFacade.ts:170
+msgid "Claim your account to join voice channels you don't own."
+msgstr "Reclama tu cuenta para unirte a canales de voz que no posees."
+
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:55
+#: src/components/modals/components/plutonium/GiftSection.tsx:61
+#: src/components/modals/components/plutonium/PricingSection.tsx:63
+#: src/components/modals/components/plutonium/VisionarySection.tsx:62
+#: src/components/modals/components/PlutoniumContent.tsx:99
+msgid "Claim your account to purchase Fluxer Plutonium."
+msgstr "Reclama tu cuenta para comprar Fluxer Plutonium."
+
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:112
+msgid "Claim your account to purchase or redeem Fluxer Plutonium."
+msgstr "Reclama tu cuenta para comprar o canjear Fluxer Plutonium."
+
+#: src/components/modals/tabs/GiftInventoryTab.tsx:239
+msgid "Claim your account to redeem or manage Plutonium gift codes."
+msgstr "Reclama tu cuenta para canjear o gestionar códigos de regalo de Plutonium."
+
+#: src/components/channel/GiftEmbed.tsx:99
+#: src/components/modals/GiftAcceptModal.tsx:154
+msgid "Claim your account to redeem this gift."
+msgstr "Reclama tu cuenta para canjear este regalo."
+
+#: src/components/channel/dm/AddFriendForm.tsx:54
+#: src/components/channel/dm/DMWelcomeSection.tsx:109
+#: src/components/modals/UserProfileModal.tsx:1289
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:65
+msgid "Claim your account to send friend requests."
+msgstr "Reclama tu cuenta para enviar solicitudes de amistad."
+
+#: src/components/channel/ChannelHeader/CallButtons.tsx:54
+#: src/components/channel/ChannelHeader/CallButtons.tsx:124
+#: src/stores/voice/MediaEngineFacade.ts:179
+msgid "Claim your account to start or join 1:1 calls."
+msgstr "Reclama tu cuenta para iniciar o unirte a llamadas 1:1."
+
+#: src/components/modals/GiftAcceptModal.tsx:188
msgid "Claim your gift to activate your premium subscription!"
msgstr "¡Reclama tu regalo para activar tu suscripción premium!"
@@ -4164,8 +4238,8 @@ msgstr "Borrar permisos"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:420
#: src/components/channel/MessageSearchBar/MessageSearchBar.tsx:1424
-#: src/components/channel/shared/PickerSearchInput.tsx:195
-#: src/components/channel/shared/PickerSearchInput.tsx:212
+#: src/components/channel/shared/PickerSearchInput.tsx:194
+#: src/components/channel/shared/PickerSearchInput.tsx:211
#: src/components/modals/components/SettingsSearch.tsx:108
msgid "Clear search"
msgstr "Borrar búsqueda"
@@ -4200,11 +4274,11 @@ msgstr "Descripción del sticker borrada."
msgid "Cleared the topic."
msgstr "Tema borrado."
-#: src/components/modals/components/MobileSettingsView.tsx:297
+#: src/components/modals/components/MobileSettingsView.tsx:292
msgid "Clearing subscriptions ensures the gateway stops sending messages to this installation."
msgstr "Borrar las suscripciones asegura que la puerta de enlace deje de enviar mensajes a esta instalación."
-#: src/components/modals/tabs/BetaCodesTab.tsx:366
+#: src/components/modals/tabs/BetaCodesTab.tsx:391
msgid "Click \"Create Code\" to generate your first code."
msgstr "Haz clic en \"Crear código\" para generar tu primer código."
@@ -4240,13 +4314,13 @@ msgstr "Haz clic para añadir una nota"
msgid "Click to check and uncheck. Available in square and round styles."
msgstr "Haz clic para marcar y desmarcar. Disponible en estilos cuadrado y redondo."
-#: src/components/channel/GiftEmbed.tsx:90
+#: src/components/channel/GiftEmbed.tsx:100
msgid "Click to claim your gift!"
msgstr "¡Haz clic para reclamar tu regalo!"
#: src/components/invites/InviteListItem.tsx:184
#: src/components/modals/components/ClientInfo.tsx:76
-#: src/components/modals/tabs/BetaCodesTab.tsx:172
+#: src/components/modals/tabs/BetaCodesTab.tsx:174
msgid "Click to copy"
msgstr "Haz clic para copiar"
@@ -4328,12 +4402,12 @@ msgid "Close"
msgstr "Cerrar"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:341
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:600
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:602
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1239
-#: src/components/bottomsheets/DMBottomSheet.tsx:302
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:614
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:616
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1263
#: src/components/bottomsheets/DMBottomSheet.tsx:304
-#: src/components/bottomsheets/DMBottomSheet.tsx:557
+#: src/components/bottomsheets/DMBottomSheet.tsx:306
+#: src/components/bottomsheets/DMBottomSheet.tsx:560
#: src/components/channel/dm/DMList.tsx:292
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:82
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:84
@@ -4358,7 +4432,8 @@ msgstr "Tema Carbón"
#: src/components/invites/InviteListItem.tsx:54
#: src/components/modals/MfaTotpDisableModal.tsx:64
#: src/components/modals/MfaTotpEnableModal.tsx:91
-#: src/components/modals/tabs/BetaCodesTab.tsx:51
+#: src/components/modals/tabs/BetaCodesTab.tsx:53
+#: src/components/pages/report/ReportBreadcrumbs.tsx:48
msgid "Code"
msgstr "Código"
@@ -4370,7 +4445,8 @@ msgstr "Código y Monoespaciado"
msgid "Code Blocks"
msgstr "Bloques de código"
-#: src/components/modals/ClaimAccountModal.tsx:123
+#: src/components/modals/ClaimAccountModal.tsx:125
+#: src/components/pages/ReportPage.tsx:231
msgid "Code resent"
msgstr "Código reenviado"
@@ -4379,8 +4455,8 @@ msgid "Code sent"
msgstr "Código enviado"
#: src/components/invites/InviteListItem.tsx:180
-#: src/components/modals/tabs/BetaCodesTab.tsx:104
-#: src/components/modals/tabs/BetaCodesTab.tsx:168
+#: src/components/modals/tabs/BetaCodesTab.tsx:106
+#: src/components/modals/tabs/BetaCodesTab.tsx:170
msgid "Code:"
msgstr "Código:"
@@ -4472,7 +4548,7 @@ msgstr "Comunidad ensordecida"
msgid "Community Debug"
msgstr "Depuración de comunidad"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1371
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1395
#: src/components/uikit/ContextMenu/items/CategoryMenuItems.tsx:221
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:239
msgid "Community Default"
@@ -4542,8 +4618,8 @@ msgstr "Configuración de notificaciones de la comunidad"
msgid "Community organizes raids or harassment campaigns"
msgstr "La comunidad organiza incursiones o campañas de acoso"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:237
-#: src/components/channel/MemberListItem.tsx:102
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:238
+#: src/components/channel/MemberListItem.tsx:109
#: src/components/modals/guildTabs/GuildMembersTab.tsx:145
#: src/components/modals/guildTabs/GuildMembersTab.tsx:197
msgid "Community Owner"
@@ -4567,14 +4643,14 @@ msgstr "La comunidad promueve o facilita actividades ilegales"
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:172
#: src/components/modals/components/DesktopGuildSettingsView.tsx:204
-#: src/components/modals/GuildSettingsModal.tsx:168
+#: src/components/modals/GuildSettingsModal.tsx:173
#: src/components/popouts/GuildHeaderPopout.tsx:187
#: src/components/uikit/ContextMenu/items/GuildMenuItems.tsx:360
msgid "Community Settings"
msgstr "Configuración de la comunidad"
-#: src/components/layout/GuildLayout.tsx:301
-#: src/components/layout/GuildLayout.tsx:348
+#: src/components/layout/GuildLayout.tsx:306
+#: src/components/layout/GuildLayout.tsx:353
msgid "Community temporarily unavailable"
msgstr "Comunidad temporalmente no disponible"
@@ -4782,8 +4858,8 @@ msgstr "Conectado a Voz"
msgid "Connecting..."
msgstr "Conectando..."
-#: src/components/channel/channel-view/DMChannelView.tsx:273
-#: src/components/channel/channel-view/DMChannelView.tsx:323
+#: src/components/channel/channel-view/DMChannelView.tsx:274
+#: src/components/channel/channel-view/DMChannelView.tsx:324
#: src/components/voice/CompactVoiceCallView.tsx:55
msgid "Connecting…"
msgstr "Conectando…"
@@ -4979,7 +5055,7 @@ msgstr "Controlar tu estado de actividad"
#: src/components/modals/shared/CopyLinkSection.tsx:61
#: src/components/modals/tabs/ApplicationsTab/application-detail/ApplicationHeader.tsx:68
-#: src/components/modals/tabs/GiftInventoryTab.tsx:143
+#: src/components/modals/tabs/GiftInventoryTab.tsx:144
msgid "Copied"
msgstr "Copiado"
@@ -5001,7 +5077,7 @@ msgstr "¡Copiado!"
#: src/components/modals/BackupCodesModal.tsx:82
#: src/components/modals/shared/CopyLinkSection.tsx:61
#: src/components/modals/tabs/ApplicationsTab/application-detail/OAuthBuilderSection.tsx:142
-#: src/components/modals/tabs/GiftInventoryTab.tsx:143
+#: src/components/modals/tabs/GiftInventoryTab.tsx:144
msgid "Copy"
msgstr "Copiar"
@@ -5017,7 +5093,7 @@ msgstr "Copiar audio"
msgid "Copy authorize URL"
msgstr "Copiar URL de autorización"
-#: src/components/modals/tabs/BetaCodesTab.tsx:178
+#: src/components/modals/tabs/BetaCodesTab.tsx:180
msgid "Copy beta code"
msgstr "Copiar código beta"
@@ -5028,8 +5104,8 @@ msgstr "Copiar ID de categoría"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:320
#: src/components/bottomsheets/ChannelBottomSheet.tsx:347
#: src/components/bottomsheets/ChannelBottomSheet.tsx:433
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1293
-#: src/components/bottomsheets/DMBottomSheet.tsx:577
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1317
+#: src/components/bottomsheets/DMBottomSheet.tsx:580
#: src/components/channel/dm/DMList.tsx:271
#: src/components/channel/dm/DMList.tsx:298
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:362
@@ -5090,7 +5166,7 @@ msgstr "Copiar imagen"
msgid "Copy invite link"
msgstr "Copiar enlace de invitación"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1154
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1178
#: src/components/modals/tabs/ComponentGalleryTab/ButtonsTab.tsx:182
#: src/components/modals/tabs/ComponentGalleryTab/index.tsx:100
#: src/components/modals/tabs/ComponentGalleryTab/Inline.tsx:95
@@ -5131,15 +5207,15 @@ msgstr "Copiar ID de la pegatina"
msgid "Copy Text"
msgstr "Copiar texto"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1285
-#: src/components/bottomsheets/DMBottomSheet.tsx:570
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1309
+#: src/components/bottomsheets/DMBottomSheet.tsx:573
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:370
#: src/components/modals/guildTabs/BannedUserActionsSheet.tsx:74
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:358
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:361
#: src/components/modals/tabs/BlockedUsersTab.tsx:107
#: src/components/modals/UserProfileActionsSheet.tsx:213
#: src/components/modals/UserProfileModal.tsx:1130
-#: src/components/popouts/UserAreaPopout.tsx:507
+#: src/components/popouts/UserAreaPopout.tsx:509
#: src/components/profile/ProfileCard/ProfileCardActions.tsx:60
#: src/components/uikit/ContextMenu/items/CopyMenuItems.tsx:42
msgid "Copy User ID"
@@ -5175,7 +5251,7 @@ msgstr "Temporizador de cuenta atrás"
msgid "Country"
msgstr "País"
-#: src/components/pages/ReportPage.tsx:928
+#: src/components/pages/report/ReportStepDetails.tsx:205
msgid "Country of Residence"
msgstr "País de residencia"
@@ -5207,7 +5283,7 @@ msgid "Create a new community or join an existing one."
msgstr "Crea una comunidad nueva o únete a una existente."
#. placeholder {0}: recipient.username
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:905
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:937
msgid "Create a new group with {0}"
msgstr "Crear un grupo nuevo con {0}"
@@ -5239,7 +5315,7 @@ msgstr "Crear una cuenta"
msgid "Create an account to claim your gift"
msgstr "Crea una cuenta para reclamar tu regalo"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:138
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:142
msgid "Create and manage applications and bots for your account."
msgstr "Crea y gestiona aplicaciones y bots para tu cuenta."
@@ -5248,7 +5324,8 @@ msgid "Create and share custom emoji and sticker packs with Fluxer Plutonium."
msgstr "Crea y comparte paquetes de emojis y pegatinas personalizados con Fluxer Plutonium."
#: src/components/modals/tabs/ApplicationsTab/ApplicationCreateModal.tsx:87
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:142
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:149
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:155
msgid "Create Application"
msgstr "Crear aplicación"
@@ -5267,7 +5344,7 @@ msgid "Create Category"
msgstr "Crear categoría"
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:180
-#: src/components/layout/ChannelItem.tsx:607
+#: src/components/layout/ChannelItem.tsx:624
#: src/components/modals/ChannelCreateModal.tsx:58
#: src/components/modals/ChannelCreateModal.tsx:103
#: src/components/popouts/GuildHeaderPopout.tsx:194
@@ -5276,8 +5353,8 @@ msgstr "Crear categoría"
msgid "Create Channel"
msgstr "Crear canal"
-#: src/components/modals/tabs/BetaCodesTab.tsx:326
-#: src/components/modals/tabs/BetaCodesTab.tsx:369
+#: src/components/modals/tabs/BetaCodesTab.tsx:351
+#: src/components/modals/tabs/BetaCodesTab.tsx:394
msgid "Create Code"
msgstr "Crear código"
@@ -5329,7 +5406,7 @@ msgstr "Crear nueva cuenta"
msgid "Create new group"
msgstr "Crear nuevo grupo"
-#: src/components/modals/InviteModal.tsx:339
+#: src/components/modals/InviteModal.tsx:336
msgid "Create New Link"
msgstr "Crear nuevo enlace"
@@ -5373,7 +5450,7 @@ msgid "Create, edit, or delete webhooks."
msgstr "Crear, editar o eliminar webhooks."
#: src/components/invites/InviteListItem.tsx:59
-#: src/components/modals/tabs/BetaCodesTab.tsx:57
+#: src/components/modals/tabs/BetaCodesTab.tsx:59
msgid "Created"
msgstr "Creado"
@@ -5390,7 +5467,7 @@ msgstr "Creado {createdAt}"
#. placeholder {0}: invite.pack.creator.username
#. placeholder {0}: pack.creator.username
#: src/components/auth/InviteHeader.tsx:158
-#: src/components/channel/InviteEmbed.tsx:218
+#: src/components/channel/InviteEmbed.tsx:220
#: src/components/modals/InviteAcceptModal.tsx:152
msgid "Created by {0}"
msgstr "Creado por {0}"
@@ -5427,8 +5504,8 @@ msgid "Created with name {newLabel}."
msgstr "Creado con el nombre {newLabel}."
#: src/components/invites/InviteListItem.tsx:207
-#: src/components/modals/tabs/BetaCodesTab.tsx:135
-#: src/components/modals/tabs/BetaCodesTab.tsx:212
+#: src/components/modals/tabs/BetaCodesTab.tsx:137
+#: src/components/modals/tabs/BetaCodesTab.tsx:214
msgid "Created:"
msgstr "Creado:"
@@ -5440,7 +5517,7 @@ msgstr "Creative Minds Collective"
msgid "Creative Writing Club"
msgstr "Creative Writing Club"
-#: src/components/pages/ReportPage.tsx:314
+#: src/components/pages/report/optionDescriptors.ts:86
msgid "Croatia"
msgstr "Croacia"
@@ -5519,8 +5596,8 @@ msgid "Currently stuck in 1885, appearing offline"
msgstr "Actualmente atascado en 1885, apareciendo como desconectado"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:461
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1023
-#: src/components/bottomsheets/DMBottomSheet.tsx:605
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1047
+#: src/components/bottomsheets/DMBottomSheet.tsx:608
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:305
msgid "Currently: {mutedText}"
msgstr "Actualmente: {mutedText}"
@@ -5665,7 +5742,7 @@ msgstr "Personalizar tu avatar, banner, color de acento y biografía para comuni
msgid "Cut"
msgstr "Cortar"
-#: src/components/pages/ReportPage.tsx:315
+#: src/components/pages/report/optionDescriptors.ts:87
msgid "Cyprus"
msgstr "Chipre"
@@ -5673,7 +5750,7 @@ msgstr "Chipre"
msgid "Czech"
msgstr "Checo"
-#: src/components/pages/ReportPage.tsx:316
+#: src/components/pages/report/optionDescriptors.ts:88
msgid "Czech Republic"
msgstr "República Checa"
@@ -5746,9 +5823,9 @@ msgstr "Formato de fecha"
#: src/components/auth/AuthMinimalRegisterFormCore.tsx:93
#: src/components/auth/AuthRegisterFormCore.tsx:139
-#: src/components/auth/DateOfBirthField.tsx:90
-#: src/components/auth/DateOfBirthField.tsx:124
-#: src/components/auth/DateOfBirthField.tsx:292
+#: src/components/auth/DateOfBirthField.tsx:87
+#: src/components/auth/DateOfBirthField.tsx:121
+#: src/components/auth/DateOfBirthField.tsx:289
#: src/components/auth/MockMinimalRegisterForm.tsx:107
msgid "Date of birth"
msgstr "Fecha de nacimiento"
@@ -5757,8 +5834,7 @@ msgstr "Fecha de nacimiento"
msgid "Date Options"
msgstr "Opciones de fecha"
-#: src/components/auth/DateOfBirthField.tsx:88
-#: src/components/auth/DateOfBirthField.tsx:155
+#: src/components/auth/DateOfBirthField.tsx:152
#: src/components/auth/MockMinimalRegisterForm.tsx:73
msgid "Day"
msgstr "Día"
@@ -5817,11 +5893,11 @@ msgstr "Revocar autorización"
msgid "Deauthorize Application"
msgstr "Revocar autorización de la aplicación"
-#: src/components/modals/components/MobileSettingsView.tsx:369
+#: src/components/modals/components/MobileSettingsView.tsx:364
msgid "Debug"
msgstr "Depurar"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1267
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1291
#: src/components/uikit/ContextMenu/items/DebugMenuItems.tsx:71
msgid "Debug Channel"
msgstr "Depurar canal"
@@ -5844,7 +5920,7 @@ msgstr "Depurar miembro"
msgid "Debug Message"
msgstr "Depurar mensaje"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1275
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1299
#: src/components/uikit/ContextMenu/items/DebugMenuItems.tsx:53
msgid "Debug User"
msgstr "Depurar usuario"
@@ -5905,8 +5981,8 @@ msgstr "Por defecto, está desactivado en el móvil para conservar la batería y
#: src/actions/MessageActionCreators.tsx:394
#: src/components/channel/embeds/media/EmbedAudio.tsx:227
#: src/components/channel/embeds/media/MediaContainer.tsx:115
-#: src/components/channel/Messages.tsx:444
-#: src/components/channel/Messages.tsx:524
+#: src/components/channel/Messages.tsx:442
+#: src/components/channel/Messages.tsx:522
#: src/components/channel/MobileMemesPicker.tsx:546
#: src/components/channel/pickers/memes/MemeGridItem.tsx:120
#: src/components/emojis/EmojiListItem.tsx:189
@@ -5923,7 +5999,7 @@ msgstr "Por defecto, está desactivado en el móvil para conservar la batería y
msgid "Delete"
msgstr "Eliminar"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:666
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:680
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:320
msgid "Delete {channelType}"
msgstr "Eliminar {channelType}"
@@ -5987,8 +6063,8 @@ msgstr "Eliminar categoría"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:179
#: src/components/bottomsheets/ChannelBottomSheet.tsx:181
#: src/components/bottomsheets/ChannelBottomSheet.tsx:421
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:668
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1224
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:682
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1248
#: src/components/modals/components/DesktopChannelSettingsView.tsx:176
#: src/components/modals/components/MobileChannelSettingsView.tsx:85
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:322
@@ -6021,8 +6097,8 @@ msgstr "Eliminar medios"
#: src/components/channel/MessageActionBar.tsx:804
#: src/components/channel/messageActionMenu.tsx:156
#: src/components/channel/messageActionMenu.tsx:193
-#: src/components/channel/Messages.tsx:441
-#: src/components/channel/Messages.tsx:521
+#: src/components/channel/Messages.tsx:439
+#: src/components/channel/Messages.tsx:519
#: src/components/uikit/ContextMenu/items/MessageMenuItems.tsx:273
msgid "Delete Message"
msgstr "Eliminar mensaje"
@@ -6114,7 +6190,7 @@ msgstr "Denegado {0} y eliminada la denegación para {1}."
msgid "Denied {0}."
msgstr "Denegado {0}."
-#: src/components/pages/ReportPage.tsx:317
+#: src/components/pages/report/optionDescriptors.ts:89
msgid "Denmark"
msgstr "Dinamarca"
@@ -6143,7 +6219,7 @@ msgstr "Describe la pegatina"
msgid "Describe what expressions are inside this pack."
msgstr "Describe qué expresiones hay dentro de este pack."
-#: src/components/pages/ReportPage.tsx:946
+#: src/components/pages/report/ReportStepDetails.tsx:225
msgid "Describe what makes the content illegal"
msgstr "Describe qué hace que el contenido sea ilegal"
@@ -6205,6 +6281,10 @@ msgstr "Banner desacoplado"
msgid "details"
msgstr "detalles"
+#: src/components/pages/report/ReportBreadcrumbs.tsx:49
+msgid "Details"
+msgstr "Detalles"
+
#: src/components/modals/AddGuildModal.tsx:150
msgid "Dev Den"
msgstr "Dev Den"
@@ -6274,7 +6354,7 @@ msgstr "Diferentes tamaños y número de miembros"
msgid "Direct message"
msgstr "Mensaje directo"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:477
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:491
#: src/components/modals/shared/RecipientList.tsx:200
msgid "Direct Message"
msgstr "Mensaje directo"
@@ -6516,8 +6596,8 @@ msgstr "Discusión o promoción de actividades ilegales"
#: src/components/layout/app-layout/nagbars/PremiumGracePeriodNagbar.tsx:79
#: src/components/layout/app-layout/nagbars/PremiumOnboardingNagbar.tsx:57
#: src/components/layout/GuildLayout.tsx:106
-#: src/components/modals/GiftAcceptModal.tsx:98
-#: src/components/modals/GiftAcceptModal.tsx:124
+#: src/components/modals/GiftAcceptModal.tsx:105
+#: src/components/modals/GiftAcceptModal.tsx:131
#: src/components/modals/RequiredActionModal.tsx:475
msgid "Dismiss"
msgstr "Descartar"
@@ -6562,8 +6642,8 @@ msgstr "Mostrar miembros del rol por separado."
msgid "Display separator lines between different groups of messages for better visual distinction."
msgstr "Mostrar líneas separadoras entre diferentes grupos de mensajes para una mejor distinción visual."
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:613
-#: src/components/bottomsheets/DMBottomSheet.tsx:315
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:627
+#: src/components/bottomsheets/DMBottomSheet.tsx:317
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:97
#: src/components/uikit/ContextMenu/UserContextMenu.tsx:168
msgid "DM closed"
@@ -6581,7 +6661,7 @@ msgstr "Vistas previas de mensajes directos"
msgid "DM Notifications"
msgstr "Notificaciones de mensajes directos"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1092
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1116
msgid "DM Settings"
msgstr "Configuración de mensajes directos"
@@ -6662,6 +6742,7 @@ msgstr "No mostrar indicadores de escritura en la lista de canales"
#: src/components/keybinds/KeybindRecorder.tsx:220
#: src/components/modals/GuildNotificationSettingsModal.tsx:347
#: src/components/modals/GuildPrivacySettingsModal.tsx:68
+#: src/components/pages/report/ReportBreadcrumbs.tsx:50
#: src/components/search/HasFilterSheet.tsx:124
#: src/components/search/UserFilterSheet.tsx:149
msgid "Done"
@@ -6843,13 +6924,13 @@ msgstr "Editar adjunto"
msgid "Edit attachment form"
msgstr "Formulario de edición de adjunto"
-#: src/components/layout/ChannelItem.tsx:630
+#: src/components/layout/ChannelItem.tsx:647
#: src/components/uikit/ContextMenu/items/CategoryMenuItems.tsx:299
msgid "Edit Category"
msgstr "Editar categoría"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:416
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1218
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1242
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:300
msgid "Edit Channel"
msgstr "Editar canal"
@@ -6869,8 +6950,8 @@ msgid "Edit global settings like name, description, and icon."
msgstr "Editar ajustes globales como nombre, descripción e icono."
#: src/components/bottomsheets/ChannelBottomSheet.tsx:284
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1178
-#: src/components/bottomsheets/DMBottomSheet.tsx:461
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1202
+#: src/components/bottomsheets/DMBottomSheet.tsx:463
#: src/components/channel/dm/DMList.tsx:237
#: src/components/channel/dm/GroupDMWelcomeSection.tsx:74
#: src/components/modals/EditGroupBottomSheet.tsx:177
@@ -6883,7 +6964,7 @@ msgstr "Editar grupo"
msgid "Edit group form"
msgstr "Formulario de edición de grupo"
-#: src/components/modals/InviteModal.tsx:327
+#: src/components/modals/InviteModal.tsx:324
msgid "Edit invite link"
msgstr "Editar enlace de invitación"
@@ -6910,10 +6991,10 @@ msgstr "Editar nota"
msgid "Edit overwrites for roles and members in this channel."
msgstr "Editar sobrescrituras para roles y miembros en este canal."
-#: src/components/modals/UserProfileMobileSheet.tsx:486
-#: src/components/modals/UserProfileModal.tsx:1205
+#: src/components/modals/UserProfileMobileSheet.tsx:490
+#: src/components/modals/UserProfileModal.tsx:1206
#: src/components/pages/YouPage.tsx:123
-#: src/components/popouts/UserAreaPopout.tsx:519
+#: src/components/popouts/UserAreaPopout.tsx:521
#: src/components/popouts/UserProfilePopout.tsx:299
msgid "Edit Profile"
msgstr "Editar perfil"
@@ -6966,19 +7047,20 @@ msgstr "Editando mensaje programado"
#: src/components/auth/AuthLoginCore/AuthLoginEmailPasswordForm.tsx:78
#: src/components/auth/AuthRegisterFormCore.tsx:133
#: src/components/auth/AuthRegisterFormCore.tsx:159
-#: src/components/modals/ClaimAccountModal.tsx:157
+#: src/components/modals/ClaimAccountModal.tsx:159
#: src/components/modals/RequiredActionModal.tsx:185
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:210
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:241
#: src/components/modals/utils/settingsSearchIndex.ts:94
#: src/components/pages/ForgotPasswordPage.tsx:97
+#: src/components/pages/report/ReportBreadcrumbs.tsx:47
msgid "Email"
msgstr "Correo electrónico"
#: src/components/modals/tabs/AccountSecurityTab/AccountTab.tsx:65
#: src/components/modals/tabs/AccountSecurityTab/AccountTab.tsx:91
#: src/components/modals/tabs/ComponentGalleryTab/InputsTab.tsx:107
-#: src/components/pages/ReportPage.tsx:662
+#: src/components/pages/report/ReportStepEmail.tsx:76
msgid "Email Address"
msgstr "Dirección de correo electrónico"
@@ -7019,10 +7101,6 @@ msgstr "Se requiere verificación de correo electrónico"
msgid "Email Verification Required"
msgstr "Se requiere verificación de correo electrónico"
-#: src/components/pages/ReportPage.tsx:809
-msgid "Email verified"
-msgstr "Correo electrónico verificado"
-
#: src/components/modals/tabs/DeveloperOptionsTab/AccountPremiumTab.tsx:56
msgid "Email Verified Override"
msgstr "Anulación de correo electrónico verificado"
@@ -7108,7 +7186,7 @@ msgid "Emoji names must be at least 2 characters long and can only contain alpha
msgstr "Los nombres de emoji deben tener al menos 2 caracteres y solo pueden contener caracteres alfanuméricos y guiones bajos. Tipos de archivo permitidos: JPEG, PNG, WebP, GIF. Comprimimos las imágenes a 128x128 píxeles. Tamaño máximo: {0} KB por emoji."
#: src/components/auth/InviteHeader.tsx:140
-#: src/components/channel/InviteEmbed.tsx:197
+#: src/components/channel/InviteEmbed.tsx:199
#: src/components/modals/InviteAcceptModal.tsx:142
#: src/components/modals/tabs/ExpressionPacksTab.tsx:70
msgid "Emoji pack"
@@ -7140,7 +7218,7 @@ msgstr "Emoji actualizado"
#: src/components/channel/AutocompleteEmoji.tsx:67
#: src/components/channel/textarea/TextareaButtons.tsx:150
-#: src/components/modals/ExpressionPickerSheet.tsx:106
+#: src/components/modals/ExpressionPickerSheet.tsx:93
#: src/components/popouts/ExpressionPickerPopout.tsx:95
msgid "Emojis"
msgstr "Emojis"
@@ -7343,11 +7421,11 @@ msgstr "Inglés"
msgid "English (US)"
msgstr "Inglés (EE. UU.)"
-#: src/components/pages/ReportPage.tsx:429
+#: src/components/pages/ReportPage.tsx:254
msgid "Enter a code in the format ABCD-1234."
msgstr "Introduce un código en el formato ABCD-1234."
-#: src/components/modals/tabs/GiftInventoryTab.tsx:235
+#: src/components/modals/tabs/GiftInventoryTab.tsx:258
msgid "Enter a gift code to redeem Plutonium for your account."
msgstr "Introduce un código de regalo para canjear Plutonium para tu cuenta."
@@ -7371,7 +7449,7 @@ msgstr "Introducir código"
msgid "Enter fullscreen"
msgstr "Entrar en pantalla completa"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:255
+#: src/components/modals/tabs/GiftInventoryTab.tsx:278
msgid "Enter gift code..."
msgstr "Introducir código de regalo..."
@@ -7414,7 +7492,7 @@ msgstr "Introduce el código de 6 dígitos enviado a tu teléfono."
msgid "Enter the API endpoint of the Fluxer instance you want to connect to."
msgstr "Introduce el punto final de la API de la instancia de Fluxer a la que quieres conectarte."
-#: src/components/pages/ReportPage.tsx:424
+#: src/components/pages/ReportPage.tsx:249
msgid "Enter the code before continuing."
msgstr "Introduce el código antes de continuar."
@@ -7430,7 +7508,7 @@ msgstr "Introduce el código enviado a tu correo actual."
msgid "Enter the code we emailed to your new address."
msgstr "Introduce el código que enviamos por correo a tu nueva dirección."
-#: src/components/modals/ClaimAccountModal.tsx:190
+#: src/components/modals/ClaimAccountModal.tsx:192
msgid "Enter the code we sent to your email to verify it. Your password will be set once the code is confirmed."
msgstr "Introduce el código que enviamos a tu correo para verificarlo. Tu contraseña se establecerá una vez confirmado el código."
@@ -7454,13 +7532,9 @@ msgstr "intro para <0><1>guardar1>0>"
msgid "Enter username"
msgstr "Introduce nombre de usuario"
-#: src/components/pages/ReportPage.tsx:701
-msgid "Enter Verification Code"
-msgstr "Introduce código de verificación"
-
-#: src/components/pages/ReportPage.tsx:638
-msgid "Enter Your Email"
-msgstr "Introduce tu correo electrónico"
+#: src/components/pages/report/ReportStepVerification.tsx:64
+msgid "Enter verification code"
+msgstr "Introduce el código de verificación"
#: src/components/pages/ForgotPasswordPage.tsx:87
msgid "Enter your email address and we'll send you a link to reset your password."
@@ -7500,7 +7574,7 @@ msgid "Entrance sound uploaded successfully"
msgstr "Sonido de entrada subido correctamente"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:297
-#: src/components/channel/ChannelSearchResults.tsx:691
+#: src/components/channel/ChannelSearchResults.tsx:660
#: src/components/modals/tabs/ComponentGalleryTab/OverlaysTab.tsx:88
msgid "Error"
msgstr "Error"
@@ -7522,7 +7596,7 @@ msgstr "La tecla Escape sale del modo teclado"
msgid "escape to <0><1>cancel1>0>"
msgstr "esc para <0><1>cancelar1>0>"
-#: src/components/pages/ReportPage.tsx:318
+#: src/components/pages/report/optionDescriptors.ts:90
msgid "Estonia"
msgstr "Estonia"
@@ -7561,7 +7635,7 @@ msgstr "excluir enlace, incrustado o archivo"
msgid "exclude user"
msgstr "excluir usuario"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:95
+#: src/components/modals/components/plutonium/VisionarySection.tsx:104
msgid "Exclusive community"
msgstr "Comunidad exclusiva"
@@ -7593,12 +7667,12 @@ msgstr "Expandir categoría"
msgid "Expiration"
msgstr "Caducidad"
-#: src/components/modals/InviteModal.tsx:281
+#: src/components/modals/InviteModal.tsx:278
msgid "Expire after"
msgstr "Caduca después de"
#: src/components/accounts/AccountRow.tsx:162
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:114
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:133
#: src/components/modals/GroupInvitesBottomSheet.tsx:104
msgid "Expired"
msgstr "Caducado"
@@ -7675,7 +7749,7 @@ msgstr "Paquetes de expresiones"
msgid "Expression Packs are a Plutonium feature"
msgstr "Los paquetes de expresiones son una función de Plutonium"
-#: src/components/modals/ExpressionPickerSheet.tsx:232
+#: src/components/modals/ExpressionPickerSheet.tsx:219
#: src/components/popouts/ExpressionPickerPopout.tsx:193
msgid "Expression picker categories"
msgstr "Categorías del selector de expresiones"
@@ -7700,7 +7774,7 @@ msgstr "Los enlaces externos pueden ser peligrosos. Por favor, ten cuidado."
msgid "Extra Large"
msgstr "Extra grande"
-#: src/components/pages/ReportPage.tsx:297
+#: src/components/pages/report/optionDescriptors.ts:72
#: src/constants/IARConstants.tsx:165
msgid "Extremist Community"
msgstr "Comunidad extremista"
@@ -7749,7 +7823,7 @@ msgstr "Error al copiar enlace de invitación"
msgid "Failed to copy to clipboard"
msgstr "Error al copiar al portapapeles"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:79
+#: src/components/modals/tabs/GiftInventoryTab.tsx:80
msgid "Failed to copy URL"
msgstr "Error al copiar la URL"
@@ -7794,7 +7868,7 @@ msgid "Failed to delete category"
msgstr "Error al eliminar la categoría"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:194
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:681
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:695
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:335
msgid "Failed to delete channel"
msgstr "Error al eliminar el canal"
@@ -7868,7 +7942,7 @@ msgstr "Error al cargar las prohibiciones. Inténtalo de nuevo."
msgid "Failed to load emojis"
msgstr "Error al cargar los emojis"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:296
+#: src/components/modals/tabs/GiftInventoryTab.tsx:319
msgid "Failed to load gift inventory"
msgstr "Error al cargar el inventario de regalos"
@@ -7894,8 +7968,8 @@ msgstr "Error al cargar los stickers"
msgid "Failed to load vanity URL. Please try again."
msgstr "Error al cargar la URL personalizada. Inténtalo de nuevo."
-#: src/components/modals/components/PlutoniumContent.tsx:146
-#: src/components/modals/components/PlutoniumContent.tsx:272
+#: src/components/modals/components/PlutoniumContent.tsx:157
+#: src/components/modals/components/PlutoniumContent.tsx:289
msgid "Failed to load Visionary information. Please try again later."
msgstr "Error al cargar la información de Visionary. Inténtalo de nuevo más tarde."
@@ -7916,19 +7990,19 @@ msgstr "Error al cargar tus comunidades."
msgid "Failed to open customer portal. Please try again."
msgstr "Error al abrir el portal del cliente. Inténtalo de nuevo."
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:572
-#: src/components/bottomsheets/DMBottomSheet.tsx:153
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:586
+#: src/components/bottomsheets/DMBottomSheet.tsx:155
#: src/components/channel/dm/DMList.tsx:216
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:121
msgid "Failed to pin DM"
msgstr "Error al fijar el MD"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:572
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:586
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:101
msgid "Failed to pin group"
msgstr "Error al fijar el grupo"
-#: src/components/bottomsheets/DMBottomSheet.tsx:153
+#: src/components/bottomsheets/DMBottomSheet.tsx:155
msgid "Failed to pin group DM"
msgstr "No se pudo anclar el DM del grupo"
@@ -7957,7 +8031,7 @@ msgstr "No se pudo alcanzar la instancia ({status})"
msgid "Failed to reactivate subscription. Please try again."
msgstr "Error al reactivar la suscripción. Inténtalo de nuevo."
-#: src/components/modals/tabs/GiftInventoryTab.tsx:94
+#: src/components/modals/tabs/GiftInventoryTab.tsx:95
msgid "Failed to redeem gift"
msgstr "Error al canjear el regalo"
@@ -7998,6 +8072,10 @@ msgstr "Error al eliminar del grupo"
msgid "Failed to remove timeout. Please try again."
msgstr "Error al eliminar el tiempo de espera. Inténtalo de nuevo."
+#: src/components/pages/ReportPage.tsx:236
+msgid "Failed to resend code. Please try again."
+msgstr "Error al reenviar el código. Por favor, intenta de nuevo."
+
#: src/components/modals/guildTabs/GuildRolesTab.tsx:674
msgid "Failed to reset hoist order"
msgstr "Error al restablecer el orden de elevación"
@@ -8018,7 +8096,7 @@ msgstr "Error al rotar. Inténtalo de nuevo."
msgid "Failed to send friend request. Please try again."
msgstr "Error al enviar la solicitud de amistad. Inténtalo de nuevo."
-#: src/components/bottomsheets/DMBottomSheet.tsx:262
+#: src/components/bottomsheets/DMBottomSheet.tsx:264
#: src/components/modals/InviteModal.tsx:176
#: src/components/uikit/ContextMenu/items/InviteMenuItems.tsx:111
msgid "Failed to send invite"
@@ -8037,7 +8115,7 @@ msgstr "Error al enviar el código SMS. Inténtalo de nuevo."
msgid "Failed to send theme"
msgstr "Error al enviar el tema"
-#: src/components/pages/ReportPage.tsx:412
+#: src/components/pages/ReportPage.tsx:234
msgid "Failed to send verification code. Please try again."
msgstr "Error al enviar el código de verificación. Inténtalo de nuevo."
@@ -8084,19 +8162,19 @@ msgstr "Error al transferir la propiedad. Inténtalo de nuevo."
msgid "Failed to unblock user. Please try again."
msgstr "Error al desbloquear al usuario. Inténtalo de nuevo."
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:589
-#: src/components/bottomsheets/DMBottomSheet.tsx:170
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:603
+#: src/components/bottomsheets/DMBottomSheet.tsx:172
#: src/components/channel/dm/DMList.tsx:226
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:138
msgid "Failed to unpin DM"
msgstr "Error al desanclar MD"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:589
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:603
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:118
msgid "Failed to unpin group"
msgstr "Error al desanclar grupo"
-#: src/components/bottomsheets/DMBottomSheet.tsx:170
+#: src/components/bottomsheets/DMBottomSheet.tsx:172
msgid "Failed to unpin group DM"
msgstr "No se pudo desanclar el DM grupal"
@@ -8298,7 +8376,7 @@ msgstr "Encuentra el sticker perfecto"
msgid "Fine-tune core colors and fonts for this app. Changes here are stored as custom CSS overrides and sync with the editor below."
msgstr "Ajusta los colores y fuentes principales de esta aplicación. Los cambios aquí se guardan como anulaciones CSS personalizadas y se sincronizan con el editor de abajo."
-#: src/components/pages/ReportPage.tsx:319
+#: src/components/pages/report/optionDescriptors.ts:91
msgid "Finland"
msgstr "Finlandia"
@@ -8306,7 +8384,7 @@ msgstr "Finlandia"
msgid "Finnish"
msgstr "Finés"
-#: src/components/pages/ReportPage.tsx:923
+#: src/components/pages/report/ReportStepDetails.tsx:199
msgid "First and last name"
msgstr "Nombre y apellidos"
@@ -8419,7 +8497,7 @@ msgstr "Fluxer necesita permiso para monitorizar la entrada del teclado y el rat
msgid "Fluxer Partner"
msgstr "Socio de Fluxer"
-#: src/components/modals/components/PlutoniumContent.tsx:182
+#: src/components/modals/components/PlutoniumContent.tsx:193
#: src/components/modals/PremiumModal.tsx:34
#: src/components/modals/utils/settingsConstants.tsx:147
#: src/components/popouts/UserProfileBadges.tsx:99
@@ -8483,7 +8561,7 @@ msgstr "Comida y bebida"
msgid "Foodie Friends"
msgstr "Amigos foodies"
-#: src/components/bottomsheets/DMBottomSheet.tsx:660
+#: src/components/bottomsheets/DMBottomSheet.tsx:663
msgid "For 1 hour"
msgstr "Durante 1 hora"
@@ -8497,7 +8575,7 @@ msgstr "Durante 1 hora"
msgid "For 1 Hour"
msgstr "Durante 1 hora"
-#: src/components/bottomsheets/DMBottomSheet.tsx:659
+#: src/components/bottomsheets/DMBottomSheet.tsx:662
#: src/components/popouts/UserAreaPopout.tsx:77
msgid "For 15 minutes"
msgstr "Durante 15 minutos"
@@ -8511,7 +8589,7 @@ msgstr "Durante 15 minutos"
msgid "For 15 Minutes"
msgstr "Durante 15 minutos"
-#: src/components/bottomsheets/DMBottomSheet.tsx:663
+#: src/components/bottomsheets/DMBottomSheet.tsx:666
msgid "For 24 hours"
msgstr "Durante 24 horas"
@@ -8529,7 +8607,7 @@ msgstr "Durante 24 horas"
msgid "For 3 days"
msgstr "Durante 3 días"
-#: src/components/bottomsheets/DMBottomSheet.tsx:661
+#: src/components/bottomsheets/DMBottomSheet.tsx:664
msgid "For 3 hours"
msgstr "Durante 3 horas"
@@ -8542,7 +8620,7 @@ msgstr "Durante 3 horas"
msgid "For 3 Hours"
msgstr "Durante 3 horas"
-#: src/components/bottomsheets/DMBottomSheet.tsx:662
+#: src/components/bottomsheets/DMBottomSheet.tsx:665
msgid "For 8 hours"
msgstr "Durante 8 horas"
@@ -8560,7 +8638,7 @@ msgstr "Durante 8 horas"
msgid "For British eyes only..."
msgstr "Solo para ojos británicos..."
-#: src/components/modals/components/plutonium/PricingSection.tsx:62
+#: src/components/modals/components/plutonium/PricingSection.tsx:68
msgid "For Me"
msgstr "Para mí"
@@ -8664,15 +8742,15 @@ msgstr "Fuerza que el modo lento esté activo en todos los canales"
msgid "Forever"
msgstr "Para siempre"
-#: src/components/modals/components/MobileSettingsView.tsx:300
+#: src/components/modals/components/MobileSettingsView.tsx:295
msgid "Forget"
msgstr "Olvidar"
-#: src/components/modals/components/MobileSettingsView.tsx:327
+#: src/components/modals/components/MobileSettingsView.tsx:322
msgid "Forget Push Subscriptions"
msgstr "Olvidar suscripciones push"
-#: src/components/modals/components/MobileSettingsView.tsx:294
+#: src/components/modals/components/MobileSettingsView.tsx:289
msgid "Forget push subscriptions?"
msgstr "¿Olvidar suscripciones push?"
@@ -8729,7 +8807,7 @@ msgstr "Tasa de fotogramas"
msgid "Frame rates above 30 fps require Plutonium"
msgstr "Las tasas de fotogramas superiores a 30 fps requieren Plutonium"
-#: src/components/pages/ReportPage.tsx:320
+#: src/components/pages/report/optionDescriptors.ts:92
msgid "France"
msgstr "Francia"
@@ -8745,8 +8823,8 @@ msgstr "Usuario gratuito (sin compras)"
msgid "Free User (With Purchase History)"
msgstr "Usuario gratuito (con historial de compras)"
-#: src/components/modals/components/PlutoniumContent.tsx:163
-#: src/components/modals/components/PlutoniumContent.tsx:289
+#: src/components/modals/components/PlutoniumContent.tsx:174
+#: src/components/modals/components/PlutoniumContent.tsx:308
msgid "Free vs Plutonium"
msgstr "Gratis vs Plutonium"
@@ -8773,12 +8851,13 @@ msgstr "Solicitud de amistad"
msgid "Friend request sent"
msgstr "Solicitud de amistad enviada"
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:68
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:250
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:75
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:89
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:271
msgid "Friend Request Sent"
msgstr "Solicitud de amistad enviada"
-#: src/components/channel/dm/AddFriendForm.tsx:144
+#: src/components/channel/dm/AddFriendForm.tsx:167
msgid "Friend request sent!"
msgstr "¡Solicitud de amistad enviada!"
@@ -8787,7 +8866,7 @@ msgstr "¡Solicitud de amistad enviada!"
msgid "Friend Requests"
msgstr "Solicitudes de amistad"
-#: src/components/channel/dm/AddFriendForm.tsx:137
+#: src/components/channel/dm/AddFriendForm.tsx:160
msgid "Friend's FluxerTag"
msgstr "FluxerTag del amigo"
@@ -8828,9 +8907,10 @@ msgstr "De {0}"
#. placeholder {0}: creator.username
#. placeholder {1}: creator.discriminator
-#: src/components/channel/GiftEmbed.tsx:87
-#: src/components/modals/GiftAcceptModal.tsx:116
-#: src/components/modals/GiftAcceptModal.tsx:143
+#: src/components/channel/GiftEmbed.tsx:93
+#: src/components/modals/GiftAcceptModal.tsx:123
+#: src/components/modals/GiftAcceptModal.tsx:151
+#: src/components/modals/GiftAcceptModal.tsx:186
msgid "From {0}#{1}"
msgstr "De {0}#{1}"
@@ -8850,7 +8930,7 @@ msgstr "Del usuario"
msgid "from:"
msgstr "de:"
-#: src/components/pages/ReportPage.tsx:919
+#: src/components/pages/report/ReportStepDetails.tsx:195
msgid "Full Legal Name"
msgstr "Nombre legal completo"
@@ -8892,7 +8972,7 @@ msgstr "Generar invitación"
msgid "Generate invite link"
msgstr "Generar enlace de invitación"
-#: src/components/modals/tabs/BetaCodesTab.tsx:315
+#: src/components/modals/tabs/BetaCodesTab.tsx:340
msgid "Generate up to {MAX_UNCLAIMED_BETA_CODES} unclaimed beta codes to invite friends to Fluxer. You can create 3 codes per week."
msgstr "Genera hasta {MAX_UNCLAIMED_BETA_CODES} códigos beta sin reclamar para invitar a amigos a Fluxer. Puedes crear 3 códigos por semana."
@@ -8909,7 +8989,7 @@ msgstr "Restringido geográficamente"
msgid "German"
msgstr "Alemán"
-#: src/components/pages/ReportPage.tsx:321
+#: src/components/pages/report/optionDescriptors.ts:93
msgid "Germany"
msgstr "Alemania"
@@ -8991,13 +9071,13 @@ msgstr "Vista previa de GIF"
#: src/components/channel/pickers/gif/GifPickerHeader.tsx:40
#: src/components/channel/pickers/memes/MemesPickerHeader.tsx:57
#: src/components/channel/textarea/TextareaButtons.tsx:110
-#: src/components/modals/ExpressionPickerSheet.tsx:68
+#: src/components/modals/ExpressionPickerSheet.tsx:55
#: src/components/popouts/ExpressionPickerPopout.tsx:69
msgid "GIFs"
msgstr "GIFs"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:122
-#: src/components/modals/GiftAcceptModal.tsx:163
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:141
+#: src/components/modals/GiftAcceptModal.tsx:206
msgid "Gift"
msgstr "Regalo"
@@ -9030,19 +9110,20 @@ msgstr "Regalo ya canjeado"
msgid "Gift Already Redeemed"
msgstr "Regalo ya canjeado"
-#: src/components/channel/GiftEmbed.tsx:94
+#: src/components/channel/GiftEmbed.tsx:105
+#: src/components/channel/GiftEmbed.tsx:109
msgid "Gift Claimed"
msgstr "Regalo reclamado"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:246
+#: src/components/modals/tabs/GiftInventoryTab.tsx:269
msgid "Gift code cannot be empty"
msgstr "El código de regalo no puede estar vacío"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:243
+#: src/components/modals/tabs/GiftInventoryTab.tsx:266
msgid "Gift code is required"
msgstr "El código de regalo es obligatorio"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:250
+#: src/components/modals/tabs/GiftInventoryTab.tsx:273
msgid "Gift code is too long"
msgstr "El código de regalo es demasiado largo"
@@ -9070,7 +9151,7 @@ msgstr "Regalo no encontrado"
#: src/components/channel/textarea/TextareaButtons.tsx:101
#: src/components/channel/textarea/TextareaButtons.tsx:177
-#: src/components/modals/components/plutonium/GiftSection.tsx:61
+#: src/components/modals/components/plutonium/GiftSection.tsx:67
msgid "Gift Plutonium"
msgstr "Regalar Plutonium"
@@ -9078,23 +9159,23 @@ msgstr "Regalar Plutonium"
msgid "Gift redeemed successfully!"
msgstr "¡Regalo canjeado con éxito!"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:89
+#: src/components/modals/tabs/GiftInventoryTab.tsx:90
msgid "Gift redeemed successfully! Enjoy your Plutonium!"
msgstr "¡Regalo canjeado con éxito! ¡Disfruta de tu Plutonium!"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:53
+#: src/components/modals/components/plutonium/VisionarySection.tsx:58
msgid "gift time"
msgstr "tiempo de regalo"
-#: src/components/channel/GiftEmbed.tsx:151
+#: src/components/channel/GiftEmbed.tsx:162
msgid "Gift Unavailable"
msgstr "Regalo no disponible"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:132
+#: src/components/modals/tabs/GiftInventoryTab.tsx:133
msgid "Gift URL"
msgstr "URL del regalo"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:75
+#: src/components/modals/tabs/GiftInventoryTab.tsx:76
msgid "Gift URL copied to clipboard!"
msgstr "¡URL del regalo copiada al portapapeles!"
@@ -9126,7 +9207,7 @@ msgstr "Los atajos globales están disponibles en la aplicación de escritorio"
msgid "Glorification of violence or disturbing imagery"
msgstr "Glorificación de la violencia o imágenes perturbadoras"
-#: src/components/modals/components/MobileSettingsView.tsx:145
+#: src/components/modals/components/MobileSettingsView.tsx:140
#: src/components/modals/shared/MobileSettingsComponents.tsx:43
msgid "Go back"
msgstr "Volver"
@@ -9143,7 +9224,7 @@ msgstr "Volver al canal de texto previamente enfocado"
msgid "Go forward in navigation history"
msgstr "Avanzar en el historial de navegación"
-#: src/components/channel/InviteEmbed.tsx:259
+#: src/components/channel/InviteEmbed.tsx:261
#: src/components/modals/InviteAcceptModal.tsx:100
msgid "Go to Community"
msgstr "Ir a Comunidad"
@@ -9166,15 +9247,15 @@ msgstr "Ir a inicio de sesión"
msgid "Go to message"
msgstr "Ir al mensaje"
-#: src/components/channel/ChannelSearchResults.tsx:841
+#: src/components/channel/ChannelSearchResults.tsx:809
msgid "Go to page"
msgstr "Ir a página"
-#: src/components/channel/ChannelSearchResults.tsx:808
+#: src/components/channel/ChannelSearchResults.tsx:776
msgid "Go to page {page}"
msgstr "Ir a página {page}"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:315
+#: src/components/modals/tabs/GiftInventoryTab.tsx:338
msgid "Go to Plutonium"
msgstr "Ir a Plutonium"
@@ -9195,7 +9276,7 @@ msgstr "Entendido"
msgid "Gotcha"
msgstr "Vale"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:116
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:135
msgid "Grace Period"
msgstr "Período de gracia"
@@ -9203,7 +9284,7 @@ msgstr "Período de gracia"
msgid "Grace Period (Still Have Access)"
msgstr "Período de gracia (aún tienes acceso)"
-#: src/components/modals/InviteModal.tsx:301
+#: src/components/modals/InviteModal.tsx:298
msgid "Grant temporary membership"
msgstr "Conceder membresía temporal"
@@ -9234,7 +9315,7 @@ msgstr "¡Gran éxito!"
msgid "Great success! You can now close this tab and return to the app."
msgstr "¡Gran éxito! Ahora puedes cerrar esta pestaña y volver a la aplicación."
-#: src/components/pages/ReportPage.tsx:322
+#: src/components/pages/report/optionDescriptors.ts:94
msgid "Greece"
msgstr "Grecia"
@@ -9263,7 +9344,7 @@ msgstr "Permisos para añadir al chat grupal"
msgid "Group Chat Permissions"
msgstr "Permisos de chat de grupo"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:481
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:495
msgid "Group Direct Message"
msgstr "Mensaje directo grupal"
@@ -9272,7 +9353,7 @@ msgid "Group DM"
msgstr "MD grupal"
#. placeholder {0}: channel.recipientIds.length + 1
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:772
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:804
msgid "Group DM · {0} members"
msgstr "MD grupal · {0} miembros"
@@ -9317,12 +9398,12 @@ msgstr "El nombre del grupo no debe superar los 100 caracteres"
msgid "Group Online Status"
msgstr "Estado en línea del grupo"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:962
-#: src/components/channel/MemberListItem.tsx:102
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:984
+#: src/components/channel/MemberListItem.tsx:109
msgid "Group Owner"
msgstr "Propietario del grupo"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1092
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1116
msgid "Group Settings"
msgstr "Configuración del grupo"
@@ -9335,11 +9416,11 @@ msgstr "Estados de escritura del grupo"
msgid "Group updated"
msgstr "Grupo actualizado"
-#: src/components/pages/ReportPage.tsx:893
+#: src/components/pages/report/ReportStepDetails.tsx:167
msgid "Guild (Community) ID"
msgstr "ID de gremio (comunidad)"
-#: src/components/pages/ReportPage.tsx:902
+#: src/components/pages/report/ReportStepDetails.tsx:177
msgid "Guild ID is required."
msgstr "Se requiere el ID del gremio."
@@ -9355,13 +9436,13 @@ msgstr "Registro del gremio"
msgid "Hang on while we check for scheduled messages."
msgstr "Espera mientras comprobamos los mensajes programados."
-#: src/components/pages/ReportPage.tsx:295
+#: src/components/pages/report/optionDescriptors.ts:70
#: src/constants/IARConstants.tsx:155
msgid "Harassment"
msgstr "Acoso"
-#: src/components/pages/ReportPage.tsx:262
-#: src/components/pages/ReportPage.tsx:281
+#: src/components/pages/report/optionDescriptors.ts:43
+#: src/components/pages/report/optionDescriptors.ts:59
#: src/constants/IARConstants.tsx:32
#: src/constants/IARConstants.tsx:109
msgid "Harassment or Bullying"
@@ -9383,9 +9464,9 @@ msgstr "Ha comprado alguna vez la anulación"
msgid "has:"
msgstr "tiene:"
-#: src/components/pages/ReportPage.tsx:263
-#: src/components/pages/ReportPage.tsx:282
-#: src/components/pages/ReportPage.tsx:296
+#: src/components/pages/report/optionDescriptors.ts:44
+#: src/components/pages/report/optionDescriptors.ts:60
+#: src/components/pages/report/optionDescriptors.ts:71
#: src/constants/IARConstants.tsx:37
#: src/constants/IARConstants.tsx:114
#: src/constants/IARConstants.tsx:160
@@ -9430,7 +9511,7 @@ msgid "Help Center"
msgstr "Centro de ayuda"
#. placeholder {0}: user.displayName
-#: src/components/layout/app-layout/nagbars/UnclaimedAccountNagbar.tsx:44
+#: src/components/layout/app-layout/nagbars/UnclaimedAccountNagbar.tsx:42
msgid "Hey {0}, claim your account to prevent losing access."
msgstr "Oye {0}, reclama tu cuenta para evitar perder el acceso."
@@ -9654,7 +9735,7 @@ msgstr "https://example.com/callback"
msgid "Hungarian"
msgstr "Húngaro"
-#: src/components/pages/ReportPage.tsx:323
+#: src/components/pages/report/optionDescriptors.ts:95
msgid "Hungary"
msgstr "Hungría"
@@ -9728,8 +9809,8 @@ msgstr "Si has recibido un código beta, puedes introducirlo a continuación par
msgid "If you want to export your data or delete your messages first, please visit the Privacy Dashboard section in User Settings before proceeding."
msgstr "Si quieres exportar tus datos o borrar tus mensajes primero, visita la sección Panel de privacidad en Ajustes de usuario antes de continuar."
-#: src/components/channel/channel-view/DMChannelView.tsx:301
-#: src/components/channel/dm/DMWelcomeSection.tsx:119
+#: src/components/channel/channel-view/DMChannelView.tsx:302
+#: src/components/channel/dm/DMWelcomeSection.tsx:131
#: src/components/channel/friends/FriendListItem.tsx:145
#: src/components/channel/friends/FriendListItem.tsx:244
#: src/components/channel/friends/MobileFriendRequestItem.tsx:69
@@ -9740,7 +9821,7 @@ msgstr "Ignorar"
#: src/components/channel/friends/FriendListItem.tsx:143
#: src/components/channel/friends/MobileFriendRequestItem.tsx:67
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:152
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:173
msgid "Ignore Friend Request"
msgstr "Ignorar solicitud de amistad"
@@ -9749,8 +9830,8 @@ msgstr "Ignorar solicitud de amistad"
msgid "Ignore per-channel message rate limits."
msgstr "Ignorar los límites de frecuencia de mensajes por canal."
-#: src/components/pages/ReportPage.tsx:267
-#: src/components/pages/ReportPage.tsx:298
+#: src/components/pages/report/optionDescriptors.ts:48
+#: src/components/pages/report/optionDescriptors.ts:73
#: src/constants/IARConstants.tsx:57
#: src/constants/IARConstants.tsx:170
msgid "Illegal Activity"
@@ -9762,7 +9843,7 @@ msgid "image"
msgstr "imagen"
#: src/components/channel/embeds/media/EmbedGifv.tsx:237
-#: src/components/channel/embeds/media/EmbedImage.tsx:369
+#: src/components/channel/embeds/media/EmbedImage.tsx:374
#: src/components/modals/MediaViewerModal.tsx:362
#: src/components/search/HasFilterSheet.tsx:50
#: src/utils/FavoriteMemeUtils.ts:71
@@ -9783,8 +9864,8 @@ msgstr "Vista previa de imagen"
msgid "Images"
msgstr "Imágenes"
-#: src/components/pages/ReportPage.tsx:272
-#: src/components/pages/ReportPage.tsx:284
+#: src/components/pages/report/optionDescriptors.ts:53
+#: src/components/pages/report/optionDescriptors.ts:62
#: src/constants/IARConstants.tsx:82
#: src/constants/IARConstants.tsx:124
msgid "Impersonation"
@@ -9839,7 +9920,7 @@ msgstr "en {absWeeks} semanas"
msgid "in {absYears} years"
msgstr "en {absYears} años"
-#: src/components/channel/channel-view/DMChannelView.tsx:275
+#: src/components/channel/channel-view/DMChannelView.tsx:276
msgid "In call"
msgstr "En llamada"
@@ -9880,7 +9961,7 @@ msgstr "En tu navegador, Push-to-Talk solo funcionará cuando la pestaña de Flu
msgid "in:"
msgstr "en:"
-#: src/components/pages/ReportPage.tsx:286
+#: src/components/pages/report/optionDescriptors.ts:64
#: src/constants/IARConstants.tsx:134
msgid "Inappropriate Profile"
msgstr "Perfil inapropiado"
@@ -9909,7 +9990,7 @@ msgstr "Incluir todas las menciones de la comunidad"
msgid "Include audio from your screen in the share"
msgstr "Incluir audio de tu pantalla en la compartición"
-#: src/components/channel/channel-view/DMChannelView.tsx:269
+#: src/components/channel/channel-view/DMChannelView.tsx:270
#: src/components/voice/IncomingCallUI.tsx:263
#: src/components/voice/IncomingCallUI.tsx:286
#: src/components/voice/IncomingCallUI.tsx:324
@@ -9946,11 +10027,11 @@ msgid "Increase app zoom level"
msgstr "Aumentar el nivel de zoom de la aplicación"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:284
-#: src/components/channel/ChannelSearchResults.tsx:679
+#: src/components/channel/ChannelSearchResults.tsx:648
msgid "Indexing Channel"
msgstr "Indexando canal"
-#: src/components/channel/ChannelSearchResults.tsx:317
+#: src/components/channel/ChannelSearchResults.tsx:274
msgid "Indexing..."
msgstr "Indexando..."
@@ -10032,12 +10113,12 @@ msgstr "Entradas con iconos"
msgid "Insert emoji"
msgstr "Insertar emoji"
-#: src/components/channel/InviteEmbed.tsx:198
+#: src/components/channel/InviteEmbed.tsx:200
#: src/components/modals/InviteAcceptModal.tsx:143
msgid "Install Emoji Pack"
msgstr "Instalar paquete de emojis"
-#: src/components/channel/InviteEmbed.tsx:198
+#: src/components/channel/InviteEmbed.tsx:200
#: src/components/modals/InviteAcceptModal.tsx:143
msgid "Install Sticker Pack"
msgstr "Instalar paquete de pegatinas"
@@ -10104,7 +10185,7 @@ msgstr "Código de regalo inválido"
msgid "Invalid instance response: missing webapp URL."
msgstr "Respuesta de instancia no válida: falta la URL de la aplicación web."
-#: src/components/modals/ClaimAccountModal.tsx:108
+#: src/components/modals/ClaimAccountModal.tsx:110
#: src/components/modals/EmailChangeModal.tsx:108
#: src/components/modals/EmailChangeModal.tsx:169
msgid "Invalid or expired code"
@@ -10134,7 +10215,7 @@ msgstr "¡Botón invertido pulsado!"
msgid "Invisible"
msgstr "Invisible"
-#: src/components/modals/InviteModal.tsx:257
+#: src/components/modals/InviteModal.tsx:267
#: src/components/modals/tabs/ExpressionPacksTab.tsx:83
#: src/constants/AuditLogConstants.tsx:239
msgid "Invite"
@@ -10144,7 +10225,7 @@ msgstr "Invitar"
msgid "Invite Background"
msgstr "Fondo de invitación"
-#: src/components/pages/ReportPage.tsx:908
+#: src/components/pages/report/ReportStepDetails.tsx:183
msgid "Invite Code (optional)"
msgstr "Código de invitación (opcional)"
@@ -10170,7 +10251,7 @@ msgstr "Invitar amigos"
msgid "Invite friends to {0}"
msgstr "Invitar amigos a {0}"
-#: src/components/modals/InviteModal.tsx:317
+#: src/components/modals/InviteModal.tsx:314
msgid "Invite link"
msgstr "Enlace de invitación"
@@ -10190,7 +10271,7 @@ msgid "Invite Links"
msgstr "Enlaces de invitación"
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:164
-#: src/components/layout/ChannelItem.tsx:599
+#: src/components/layout/ChannelItem.tsx:616
#: src/components/popouts/GuildHeaderPopout.tsx:178
msgid "Invite Members"
msgstr "Invitar miembros"
@@ -10218,7 +10299,7 @@ msgid "Invite Page Preview"
msgstr "Vista previa de la página de invitación"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:381
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1144
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1168
#: src/components/layout/FavoritesChannelListContent.tsx:305
#: src/components/uikit/ContextMenu/ChannelListContextMenu.tsx:96
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:97
@@ -10236,7 +10317,7 @@ msgstr "Invitación revocada"
msgid "Invite sent for {0}"
msgstr "Invitación enviada para {0}"
-#: src/components/bottomsheets/DMBottomSheet.tsx:256
+#: src/components/bottomsheets/DMBottomSheet.tsx:258
msgid "Invite sent to {guildName}"
msgstr "Invitación enviada a {guildName}"
@@ -10249,7 +10330,7 @@ msgid "Invite splash preview"
msgstr "Vista previa de la pantalla de invitación"
#. placeholder {0}: guild.name
-#: src/components/bottomsheets/DMBottomSheet.tsx:499
+#: src/components/bottomsheets/DMBottomSheet.tsx:501
msgid "Invite to {0}"
msgstr "Invitar a {0}"
@@ -10257,7 +10338,7 @@ msgstr "Invitar a {0}"
msgid "Invite to Community"
msgstr "Invitar a la comunidad"
-#: src/components/channel/InviteEmbed.tsx:362
+#: src/components/channel/InviteEmbed.tsx:364
msgid "Invite Unavailable"
msgstr "Invitación no disponible"
@@ -10277,7 +10358,7 @@ msgid "Invited by {0}#{1}"
msgstr "Invitado por {0}#{1}"
#: src/components/auth/InviteHeader.tsx:159
-#: src/components/channel/InviteEmbed.tsx:222
+#: src/components/channel/InviteEmbed.tsx:224
msgid "Invited by {inviterTag}"
msgstr "Invitado por {inviterTag}"
@@ -10290,8 +10371,8 @@ msgid "Inviter:"
msgstr "Invitador:"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:303
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1199
-#: src/components/bottomsheets/DMBottomSheet.tsx:468
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1223
+#: src/components/bottomsheets/DMBottomSheet.tsx:470
#: src/components/channel/dm/DMList.tsx:257
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:145
msgid "Invites"
@@ -10301,11 +10382,11 @@ msgstr "Invitaciones"
msgid "Invites are currently disabled for this community."
msgstr "Las invitaciones están deshabilitadas actualmente para esta comunidad."
-#: src/components/modals/InviteModal.tsx:270
+#: src/components/modals/InviteModal.tsx:237
msgid "Invites are currently disabled in this community by an admin. While this invite can be created, it cannot be accepted until invites are re-enabled."
msgstr "Las invitaciones están deshabilitadas actualmente en esta comunidad por un administrador. Aunque esta invitación puede crearse, no podrá aceptarse hasta que se vuelvan a habilitar las invitaciones."
-#: src/components/layout/guild-list/GuildListItem.tsx:233
+#: src/components/layout/guild-list/GuildListItem.tsx:234
msgid "Invites are currently paused in this community"
msgstr "Las invitaciones están pausadas actualmente en esta comunidad"
@@ -10317,7 +10398,7 @@ msgstr "Las invitaciones están bloqueadas para las comunidades en vista previa.
msgid "Invites disabled"
msgstr "Invitaciones deshabilitadas"
-#: src/components/channel/InviteEmbed.tsx:257
+#: src/components/channel/InviteEmbed.tsx:259
#: src/components/modals/InviteAcceptModal.tsx:98
msgid "Invites Disabled"
msgstr "Invitaciones deshabilitadas"
@@ -10343,7 +10424,7 @@ msgstr "Las invitaciones a <0>{0}0> están deshabilitadas actualmente"
msgid "IP address authorized"
msgstr "Dirección IP autorizada"
-#: src/components/pages/ReportPage.tsx:324
+#: src/components/pages/report/optionDescriptors.ts:96
msgid "Ireland"
msgstr "Irlanda"
@@ -10359,7 +10440,7 @@ msgstr "Es una auténtica fiesta de escritura aquí"
msgid "Italian"
msgstr "Italiano"
-#: src/components/pages/ReportPage.tsx:325
+#: src/components/pages/report/optionDescriptors.ts:97
msgid "Italy"
msgstr "Italia"
@@ -10381,16 +10462,16 @@ msgstr "Unirse a una comunidad"
msgid "Join a community with stickers to get started!"
msgstr "¡Únete a una comunidad con pegatinas para empezar!"
-#: src/components/channel/channel-view/DMChannelView.tsx:315
+#: src/components/channel/channel-view/DMChannelView.tsx:316
msgid "Join call"
msgstr "Unirse a la llamada"
-#: src/components/channel/InviteEmbed.tsx:261
-#: src/components/channel/InviteEmbed.tsx:451
+#: src/components/channel/InviteEmbed.tsx:263
+#: src/components/channel/InviteEmbed.tsx:453
#: src/components/layout/guild-list/AddGuildButton.tsx:71
#: src/components/modals/AddGuildModal.tsx:129
#: src/components/modals/AddGuildModal.tsx:410
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:304
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:342
#: src/components/modals/InviteAcceptModal.tsx:102
#: src/components/modals/InviteAcceptModalPreview.tsx:114
msgid "Join Community"
@@ -10400,7 +10481,7 @@ msgstr "Unirse a la comunidad"
msgid "Join community form"
msgstr "Formulario para unirse a la comunidad"
-#: src/components/channel/InviteEmbed.tsx:187
+#: src/components/channel/InviteEmbed.tsx:189
msgid "Join Group"
msgstr "Unirse al grupo"
@@ -10416,19 +10497,19 @@ msgstr "Notificaciones de unión"
msgid "Join Operators Community"
msgstr "Únete a la Comunidad de Operadores"
-#: src/components/channel/CallMessage.tsx:171
+#: src/components/channel/CallMessage.tsx:165
msgid "Join the call"
msgstr "Únete a la llamada"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:122
+#: src/components/channel/ChannelHeader/CallButtons.tsx:159
msgid "Join Video Call"
msgstr "Unirse a la videollamada"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:118
+#: src/components/channel/ChannelHeader/CallButtons.tsx:150
msgid "Join Video Call ({participantCount} participant)"
msgstr "Unirse a la Llamada de Video ({participantCount} participante)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:119
+#: src/components/channel/ChannelHeader/CallButtons.tsx:151
msgid "Join Video Call ({participantCount} participants)"
msgstr "Unirse a la Llamada de Video ({participantCount} participantes)"
@@ -10436,15 +10517,15 @@ msgstr "Unirse a la Llamada de Video ({participantCount} participantes)"
msgid "Join Visionary Community"
msgstr "Únete a la Comunidad Visionaria"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:70
+#: src/components/channel/ChannelHeader/CallButtons.tsx:89
msgid "Join Voice Call"
msgstr "Unirse a la llamada de voz"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:66
+#: src/components/channel/ChannelHeader/CallButtons.tsx:80
msgid "Join Voice Call ({participantCount} participant)"
msgstr "Unirse a la Llamada de Voz ({participantCount} participante)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:67
+#: src/components/channel/ChannelHeader/CallButtons.tsx:81
msgid "Join Voice Call ({participantCount} participants)"
msgstr "Unirse a la Llamada de Voz ({participantCount} participantes)"
@@ -10495,7 +10576,7 @@ msgstr "JPEG, PNG, WebP. Máx. 10 MB. Recomendado: 512×512 píxeles"
msgid "JPEG, PNG, WebP. Max 10MB. Recommended: 512×512px. Animated avatars (GIF) require <0/>."
msgstr "JPEG, PNG, WebP. Máx. 10 MB. Recomendado: 512×512 píxeles. Los avatares animados (GIF) requieren <0/>."
-#: src/components/channel/ChannelSearchResults.tsx:777
+#: src/components/channel/ChannelSearchResults.tsx:745
#: src/components/pages/MessageListPage.tsx:97
#: src/components/popouts/RecentMentionsContent.tsx:221
#: src/components/popouts/SavedMessagesContent.tsx:102
@@ -10519,11 +10600,11 @@ msgstr "Saltar al mensaje"
msgid "Jump to Oldest Unread Message"
msgstr "Saltar al mensaje no leído más antiguo"
-#: src/components/channel/ChannelSearchResults.tsx:872
+#: src/components/channel/ChannelSearchResults.tsx:840
msgid "Jump to page"
msgstr "Saltar a la página"
-#: src/components/channel/Messages.tsx:917
+#: src/components/channel/Messages.tsx:915
msgid "Jump to Present"
msgstr "Saltar al presente"
@@ -10612,7 +10693,7 @@ msgid "Keyboard Shortcuts"
msgstr "Atajos de teclado"
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:344
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:311
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:314
#: src/components/modals/KickMemberModal.tsx:58
#: src/components/modals/UserProfileActionsSheet.tsx:253
msgid "Kick"
@@ -10702,7 +10783,7 @@ msgstr "Latencia: {latency} milisegundos"
msgid "Latency graph"
msgstr "Gráfico de latencia"
-#: src/components/pages/ReportPage.tsx:326
+#: src/components/pages/report/optionDescriptors.ts:98
msgid "Latvia"
msgstr "Letonia"
@@ -10729,10 +10810,10 @@ msgstr "Salir de la comunidad"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:248
#: src/components/bottomsheets/ChannelBottomSheet.tsx:250
#: src/components/bottomsheets/ChannelBottomSheet.tsx:314
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1253
-#: src/components/bottomsheets/DMBottomSheet.tsx:337
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1277
#: src/components/bottomsheets/DMBottomSheet.tsx:339
-#: src/components/bottomsheets/DMBottomSheet.tsx:551
+#: src/components/bottomsheets/DMBottomSheet.tsx:341
+#: src/components/bottomsheets/DMBottomSheet.tsx:554
#: src/components/channel/dm/DMList.tsx:265
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:159
#: src/hooks/useLeaveGroup.tsx:42
@@ -10740,27 +10821,27 @@ msgstr "Salir de la comunidad"
msgid "Leave Group"
msgstr "Salir del grupo"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:122
+#: src/components/channel/ChannelHeader/CallButtons.tsx:157
msgid "Leave Video Call"
msgstr "Salir de la videollamada"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:113
+#: src/components/channel/ChannelHeader/CallButtons.tsx:145
msgid "Leave Video Call ({participantCount} participant)"
msgstr "Salir de la Llamada de Video ({participantCount} participante)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:114
+#: src/components/channel/ChannelHeader/CallButtons.tsx:146
msgid "Leave Video Call ({participantCount} participants)"
msgstr "Salir de la Llamada de Video ({participantCount} participantes)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:70
+#: src/components/channel/ChannelHeader/CallButtons.tsx:87
msgid "Leave Voice Call"
msgstr "Salir de la llamada de voz"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:61
+#: src/components/channel/ChannelHeader/CallButtons.tsx:75
msgid "Leave Voice Call ({participantCount} participant)"
msgstr "Salir de la Llamada de Voz ({participantCount} participante)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:62
+#: src/components/channel/ChannelHeader/CallButtons.tsx:76
msgid "Leave Voice Call ({participantCount} participants)"
msgstr "Salir de la Llamada de Voz ({participantCount} participantes)"
@@ -10785,7 +10866,7 @@ msgstr "Alineado a la izquierda"
msgid "Left community"
msgstr "Salir de la comunidad"
-#: src/components/bottomsheets/DMBottomSheet.tsx:350
+#: src/components/bottomsheets/DMBottomSheet.tsx:352
#: src/hooks/useLeaveGroup.tsx:56
msgid "Left group"
msgstr "Salir del grupo"
@@ -10798,7 +10879,7 @@ msgstr "Icono izquierdo"
msgid "Left Tooltip"
msgstr "Información sobre herramientas izquierda"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:90
+#: src/components/modals/components/plutonium/VisionarySection.tsx:99
msgid "Let people add you without needing a 4-digit tag"
msgstr "Permite que la gente te agregue sin necesidad de una etiqueta de 4 dígitos"
@@ -10810,17 +10891,13 @@ msgstr "Permite que la comunidad se autogestione"
msgid "Letters (a-z, A-Z), numbers (0-9), and underscores (_) only"
msgstr "Solo letras (a-z, A-Z), números (0-9) y guiones bajos (_)"
-#: src/components/pages/ReportPage.tsx:729
-msgid "Letters and numbers only. You can paste the code—formatting is automatic."
-msgstr "Solo letras y números. Puedes pegar el código—el formato es automático."
-
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:120
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:139
#: src/components/modals/tabs/DeveloperOptionsTab/AccountPremiumTab.tsx:49
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:371
msgid "Lifetime"
msgstr "De por vida"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:73
+#: src/components/modals/components/plutonium/VisionarySection.tsx:82
#: src/utils/giftUtils.ts:58
msgid "Lifetime Plutonium"
msgstr "Plutonio de por vida"
@@ -10838,7 +10915,7 @@ msgid "Liked!"
msgstr "¡Me gusta!"
#. placeholder {0}: formatter.format(visionarySlots.total)
-#: src/components/modals/components/plutonium/VisionarySection.tsx:61
+#: src/components/modals/components/plutonium/VisionarySection.tsx:70
msgid "Limited to {0} users. One-time purchase, lifetime access."
msgstr "Limitado a {0} usuarios. Compra única, acceso de por vida."
@@ -10856,7 +10933,7 @@ msgstr "Enlace"
msgid "Link channel"
msgstr "Vincular canal"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:530
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:544
#: src/components/uikit/ContextMenu/MediaContextMenu.tsx:145
#: src/components/uikit/ContextMenu/MediaContextMenu.tsx:228
msgid "Link copied to clipboard"
@@ -10902,7 +10979,7 @@ msgstr "Listas"
msgid "Lists members with this role in their own section in the member list."
msgstr "Enumera a los miembros con este rol en su propia sección de la lista de miembros."
-#: src/components/pages/ReportPage.tsx:327
+#: src/components/pages/report/optionDescriptors.ts:99
msgid "Lithuania"
msgstr "Lituania"
@@ -10934,7 +11011,7 @@ msgstr "Cargando prohibiciones..."
msgid "Loading communities..."
msgstr "Cargando comunidades..."
-#: src/components/channel/embeds/media/EmbedImage.tsx:363
+#: src/components/channel/embeds/media/EmbedImage.tsx:368
msgid "Loading image"
msgstr "Cargando imagen"
@@ -10947,7 +11024,7 @@ msgid "Loading more..."
msgstr "Cargando más..."
#: src/components/channel/embeds/media/EmbedGifv.tsx:493
-#: src/components/channel/embeds/media/EmbedGifv.tsx:721
+#: src/components/channel/embeds/media/EmbedGifv.tsx:745
msgid "Loading placeholder"
msgstr "Marcador de posición de carga"
@@ -10971,7 +11048,7 @@ msgstr "Cargando tema..."
msgid "Loading verification methods..."
msgstr "Cargando métodos de verificación..."
-#: src/components/channel/embeds/media/EmbedImage.tsx:363
+#: src/components/channel/embeds/media/EmbedImage.tsx:368
msgid "Loading: {alt}"
msgstr "Cargando: {alt}"
@@ -11021,7 +11098,7 @@ msgid "Log in with a passkey"
msgstr "Iniciar sesión con una clave de acceso"
#: src/components/modals/components/DesktopSettingsView.tsx:346
-#: src/components/modals/components/MobileSettingsView.tsx:362
+#: src/components/modals/components/MobileSettingsView.tsx:357
#: src/components/pages/PendingVerificationPage.tsx:151
msgid "Log Out"
msgstr "Cerrar sesión"
@@ -11101,7 +11178,7 @@ msgstr "Bajo"
msgid "Low (480p)"
msgstr "Bajo (480p)"
-#: src/components/pages/ReportPage.tsx:328
+#: src/components/pages/report/optionDescriptors.ts:100
msgid "Luxembourg"
msgstr "Luxemburgo"
@@ -11114,16 +11191,16 @@ msgstr "Hacer propietario del grupo"
msgid "Make links to websites stand out more by always underlining them."
msgstr "Haz que los enlaces a sitios web destaquen más subrayándolos siempre."
-#: src/components/pages/ReportPage.tsx:271
+#: src/components/pages/report/optionDescriptors.ts:52
#: src/constants/IARConstants.tsx:77
msgid "Malicious Links"
msgstr "Enlaces maliciosos"
-#: src/components/pages/ReportPage.tsx:329
+#: src/components/pages/report/optionDescriptors.ts:101
msgid "Malta"
msgstr "Malta"
-#: src/components/pages/ReportPage.tsx:302
+#: src/components/pages/report/optionDescriptors.ts:77
#: src/constants/IARConstants.tsx:190
msgid "Malware Distribution"
msgstr "Distribución de malware"
@@ -11214,7 +11291,7 @@ msgid "Manage slash commands for this application"
msgstr "Gestiona los comandos de barra para esta aplicación"
#: src/components/layout/app-layout/nagbars/PremiumGracePeriodNagbar.tsx:83
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:288
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:324
msgid "Manage Subscription"
msgstr "Gestionar suscripción"
@@ -11227,7 +11304,7 @@ msgstr "Gestiona la dirección de correo electrónico que usas para iniciar sesi
msgid "Manage Webhooks"
msgstr "Gestionar webhooks"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:100
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:104
msgid "Manage your applications and bots."
msgstr "Gestiona tus aplicaciones y bots."
@@ -11243,7 +11320,7 @@ msgstr "Gestiona tus regalos"
msgid "Manage your phone number for SMS two-factor authentication"
msgstr "Gestiona tu número de teléfono para la autenticación de dos factores por SMS"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:280
+#: src/components/modals/tabs/GiftInventoryTab.tsx:303
msgid "Manage your purchased Plutonium gift codes. Share the gift URL with someone special or redeem it for yourself!"
msgstr "Gestiona tus códigos de regalo Plutonium comprados. ¡Comparte la URL del regalo con alguien especial o cánjalo para ti!"
@@ -11256,8 +11333,8 @@ msgid "Mark as 18+ (NSFW)"
msgstr "Marcar como 18+ (NSFW)"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:358
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1115
-#: src/components/bottomsheets/DMBottomSheet.tsx:388
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1139
+#: src/components/bottomsheets/DMBottomSheet.tsx:390
#: src/components/channel/NewMessagesBar.tsx:60
#: src/components/uikit/ContextMenu/items/CategoryMenuItems.tsx:81
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:79
@@ -11319,7 +11396,7 @@ msgstr "Markdown"
msgid "Markdown Preview"
msgstr "Vista previa de Markdown"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:516
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:530
msgid "Marked as read"
msgstr "Marcado como leído"
@@ -11347,7 +11424,7 @@ msgstr "Marcadores debajo del control deslizante"
msgid "Marty_McFly"
msgstr "Marty_McFly"
-#: src/components/modals/ClaimAccountModal.tsx:160
+#: src/components/modals/ClaimAccountModal.tsx:162
#: src/components/modals/EmailChangeModal.tsx:254
msgid "marty@example.com"
msgstr "marty@example.com"
@@ -11356,7 +11433,7 @@ msgstr "marty@example.com"
msgid "Mask Visionary as subscription"
msgstr "Enmascarar Visionary como suscripción"
-#: src/components/modals/InviteModal.tsx:291
+#: src/components/modals/InviteModal.tsx:288
msgid "Max number of uses"
msgstr "Número máximo de usos"
@@ -11393,7 +11470,8 @@ msgstr "La calidad máxima para la cámara es 1080p"
msgid "Maximum quality, requires very fast connection"
msgstr "Calidad máxima, requiere una conexión muy rápida"
-#: src/components/modals/GiftAcceptModal.tsx:151
+#: src/components/modals/GiftAcceptModal.tsx:161
+#: src/components/modals/GiftAcceptModal.tsx:194
msgid "Maybe later"
msgstr "Quizás más tarde"
@@ -11411,7 +11489,7 @@ msgstr "Midiendo..."
#: src/components/channel/AutocompleteEmoji.tsx:154
#: src/components/channel/textarea/TextareaButtons.tsx:122
-#: src/components/modals/ExpressionPickerSheet.tsx:77
+#: src/components/modals/ExpressionPickerSheet.tsx:64
#: src/components/modals/tabs/ChatSettingsTab.tsx:43
#: src/components/modals/tabs/ChatSettingsTab/Inline.tsx:37
#: src/components/modals/utils/settingsConstants.tsx:298
@@ -11504,8 +11582,8 @@ msgstr "Verificación de miembro"
msgid "Member verification level"
msgstr "Nivel de verificación de miembro"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:877
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:913
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:909
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:945
#: src/components/modals/guildTabs/GuildMembersTab.tsx:429
#: src/components/modals/shared/AddOverridePopout.tsx:176
#: src/components/modals/utils/guildSettingsConstants.tsx:157
@@ -11536,7 +11614,7 @@ msgstr "Miembros eliminados"
msgid "Members receive notifications for every message"
msgstr "Los miembros reciben notificaciones por cada mensaje"
-#: src/components/modals/InviteModal.tsx:302
+#: src/components/modals/InviteModal.tsx:299
msgid "Members will be removed when they go offline unless a role is assigned"
msgstr "Los miembros serán eliminados cuando se desconecten a menos que tengan un rol asignado"
@@ -11608,11 +11686,11 @@ msgid "mentions:"
msgstr "menciones:"
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:234
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:218
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:220
#: src/components/modals/tabs/ComponentGalleryTab/InputsTab.tsx:164
-#: src/components/modals/UserProfileMobileSheet.tsx:497
-#: src/components/modals/UserProfileModal.tsx:1189
-#: src/components/modals/UserProfileModal.tsx:1311
+#: src/components/modals/UserProfileMobileSheet.tsx:501
+#: src/components/modals/UserProfileModal.tsx:1190
+#: src/components/modals/UserProfileModal.tsx:1316
#: src/components/popouts/UserProfilePopout.tsx:289
#: src/components/popouts/UserProfilePopout.tsx:308
#: src/components/profile/ProfilePreview.tsx:292
@@ -11689,7 +11767,7 @@ msgstr "Agrupación de mensajes"
msgid "Message is too long"
msgstr "El mensaje es demasiado largo"
-#: src/components/pages/ReportPage.tsx:837
+#: src/components/pages/report/ReportStepDetails.tsx:107
msgid "Message Link"
msgstr "Enlace del mensaje"
@@ -11744,7 +11822,7 @@ msgstr "Mensajes y medios"
msgid "Messages Deleted"
msgstr "Mensajes eliminados"
-#: src/components/channel/Messages.tsx:938
+#: src/components/channel/Messages.tsx:936
msgid "Messages failed to load"
msgstr "No se pudieron cargar los mensajes"
@@ -11888,22 +11966,21 @@ msgstr "Moderación"
msgid "Monospace font family"
msgstr "Familia de fuentes monoespaciadas"
-#: src/components/auth/DateOfBirthField.tsx:87
-#: src/components/auth/DateOfBirthField.tsx:154
+#: src/components/auth/DateOfBirthField.tsx:151
#: src/components/auth/MockMinimalRegisterForm.tsx:68
msgid "Month"
msgstr "Mes"
-#: src/components/modals/components/plutonium/PricingSection.tsx:71
+#: src/components/modals/components/plutonium/PricingSection.tsx:78
msgid "Monthly"
msgstr "Mensual"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:63
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:73
msgid "Monthly {monthlyPrice}"
msgstr "Mensual {monthlyPrice}"
#: src/components/accounts/AccountRow.tsx:178
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:863
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:895
#: src/components/channel/friends/FriendListItem.tsx:229
#: src/components/channel/MessageActionBar.tsx:647
#: src/components/channel/MessageActionBar.tsx:776
@@ -11936,7 +12013,7 @@ msgstr "Más espacios para pegatinas"
msgid "Most popular"
msgstr "Más popular"
-#: src/components/channel/ChannelSearchResults.tsx:225
+#: src/components/channel/ChannelSearchResults.tsx:182
#: src/components/search/SortModeSheet.tsx:53
msgid "Most Relevant"
msgstr "Más relevante"
@@ -12015,7 +12092,7 @@ msgstr "Contenido multilingüe"
msgid "Music Lovers"
msgstr "Amantes de la música"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:850
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:882
#: src/components/bottomsheets/VoiceLobbyBottomSheet.tsx:179
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:253
#: src/components/layout/UserArea.tsx:213
@@ -12055,7 +12132,7 @@ msgstr "Silenciar canal"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:400
#: src/components/bottomsheets/ChannelBottomSheet.tsx:452
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1010
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1034
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:171
#: src/components/modals/GuildNotificationSettingsModal.tsx:295
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:168
@@ -12069,9 +12146,9 @@ msgstr "Silenciar canal"
msgid "Mute Community"
msgstr "Silenciar comunidad"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1012
-#: src/components/bottomsheets/DMBottomSheet.tsx:449
-#: src/components/bottomsheets/DMBottomSheet.tsx:590
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1036
+#: src/components/bottomsheets/DMBottomSheet.tsx:451
+#: src/components/bottomsheets/DMBottomSheet.tsx:593
msgid "Mute Conversation"
msgstr "Silenciar conversación"
@@ -12096,7 +12173,7 @@ msgstr "Silenciar miembros"
msgid "Mute User"
msgstr "Silenciar usuario"
-#: src/components/layout/guild-list/GuildListItem.tsx:193
+#: src/components/layout/guild-list/GuildListItem.tsx:194
#: src/components/layout/VoiceStateIcons.tsx:53
#: src/components/voice/VoiceParticipantTile.tsx:897
#: src/utils/ContextMenuUtils.tsx:159
@@ -12105,7 +12182,7 @@ msgstr "Silenciado"
#. placeholder {0}: DateUtils.getFormattedDateTime(new Date(muteConfig.end_time))
#. placeholder {0}: getFormattedDateTime(new Date(muteConfig.end_time))
-#: src/components/layout/guild-list/GuildListItem.tsx:191
+#: src/components/layout/guild-list/GuildListItem.tsx:192
#: src/utils/ContextMenuUtils.tsx:157
msgid "Muted until {0}"
msgstr "Silenciado hasta {0}"
@@ -12253,7 +12330,7 @@ msgstr "¿Necesitas una cuenta?"
msgid "Neighborhood Watch"
msgstr "Vigilancia del vecindario"
-#: src/components/pages/ReportPage.tsx:330
+#: src/components/pages/report/optionDescriptors.ts:102
msgid "Netherlands"
msgstr "Países Bajos"
@@ -12261,9 +12338,9 @@ msgstr "Países Bajos"
msgid "Network"
msgstr "Red"
-#: src/components/modals/components/PlutoniumContent.tsx:145
-#: src/components/modals/components/PlutoniumContent.tsx:271
-#: src/components/modals/tabs/BetaCodesTab.tsx:295
+#: src/components/modals/components/PlutoniumContent.tsx:156
+#: src/components/modals/components/PlutoniumContent.tsx:288
+#: src/components/modals/tabs/BetaCodesTab.tsx:320
#: src/components/modals/tabs/DevicesTab.tsx:229
msgid "Network error"
msgstr "Error de red"
@@ -12290,7 +12367,7 @@ msgstr "nunca expira"
#: src/components/channel/Divider.tsx:51
#: src/components/channel/Divider.tsx:60
#: src/components/channel/UnreadDividerSlot.tsx:45
-#: src/components/layout/GuildsLayout.tsx:285
+#: src/components/layout/GuildsLayout.tsx:283
msgid "New"
msgstr "Nuevo"
@@ -12311,7 +12388,7 @@ msgstr "Nuevo correo electrónico"
msgid "New email form"
msgstr "Formulario de nuevo correo electrónico"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:902
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:934
msgid "New Group"
msgstr "Nuevo grupo"
@@ -12334,7 +12411,7 @@ msgid "new-channel"
msgstr "canal-nuevo"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:446
-#: src/components/channel/ChannelSearchResults.tsx:223
+#: src/components/channel/ChannelSearchResults.tsx:180
msgid "Newest"
msgstr "Más reciente"
@@ -12394,7 +12471,7 @@ msgstr "El apodo no debe superar los 32 caracteres"
msgid "Nickname updated"
msgstr "Apodo actualizado"
-#: src/components/layout/GuildLayout.tsx:392
+#: src/components/layout/GuildLayout.tsx:397
msgid "No accessible channels"
msgstr "No hay canales accesibles"
@@ -12431,7 +12508,7 @@ msgstr "No hay usuarios baneados"
msgid "No bans found matching your search."
msgstr "No se encontraron baneos que coincidan con tu búsqueda."
-#: src/components/modals/tabs/BetaCodesTab.tsx:365
+#: src/components/modals/tabs/BetaCodesTab.tsx:390
msgid "No beta codes yet"
msgstr "Todavía no hay códigos beta"
@@ -12471,7 +12548,7 @@ msgstr "No hay canales disponibles"
msgid "No channels found"
msgstr "No se encontraron canales"
-#: src/components/modals/tabs/BetaCodesTab.tsx:275
+#: src/components/modals/tabs/BetaCodesTab.tsx:279
msgid "No codes remaining. Resets {resetString}"
msgstr "No quedan códigos. Se restablece {resetString}"
@@ -12484,7 +12561,7 @@ msgid "No community banner"
msgstr "Sin banner de comunidad"
#: src/components/auth/InviteHeader.tsx:156
-#: src/components/channel/InviteEmbed.tsx:215
+#: src/components/channel/InviteEmbed.tsx:217
#: src/components/modals/InviteAcceptModal.tsx:148
#: src/components/modals/tabs/ExpressionPacksTab.tsx:73
msgid "No description provided."
@@ -12516,7 +12593,7 @@ msgstr "Aún no hay amigos"
msgid "No GIFs found"
msgstr "No se encontraron GIFs"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:311
+#: src/components/modals/tabs/GiftInventoryTab.tsx:334
msgid "No gifts yet"
msgstr "Aún no hay regalos"
@@ -12656,7 +12733,7 @@ msgid "No results"
msgstr "Sin resultados"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:315
-#: src/components/channel/ChannelSearchResults.tsx:709
+#: src/components/channel/ChannelSearchResults.tsx:678
msgid "No Results"
msgstr "Sin resultados"
@@ -12717,7 +12794,7 @@ msgstr "Sin canal del sistema"
msgid "No Timer"
msgstr "Sin temporizador"
-#: src/components/channel/dm/AddFriendForm.tsx:70
+#: src/components/channel/dm/AddFriendForm.tsx:93
msgid "No user found with that FluxerTag."
msgstr "No se encontró ningún usuario con ese FluxerTag."
@@ -12797,7 +12874,7 @@ msgstr "Ahora no"
msgid "Not your cup of tea? You can disable this feature anytime."
msgstr "¿No es lo tuyo? Puedes desactivar esta función en cualquier momento."
-#: src/components/modals/UserProfileMobileSheet.tsx:549
+#: src/components/modals/UserProfileMobileSheet.tsx:553
#: src/components/modals/UserProfileModal.tsx:244
#: src/components/modals/UserProfileModal.tsx:248
#: src/components/pages/YouPage.tsx:144
@@ -12813,7 +12890,7 @@ msgstr "Nota (solo visible para ti)"
msgid "nothing"
msgstr "nada"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1387
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1411
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:218
#: src/components/modals/GuildNotificationSettingsModal.tsx:95
#: src/components/modals/GuildNotificationSettingsModal.tsx:226
@@ -12835,8 +12912,8 @@ msgid "Notification Overrides"
msgstr "Anulaciones de notificación"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:405
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1160
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1341
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1184
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1365
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:199
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsButton.tsx:59
#: src/components/modals/GuildNotificationSettingsModal.tsx:162
@@ -12904,17 +12981,17 @@ msgstr "Contenido NSFW no permitido"
msgid "NSFW Gates"
msgstr "Compuertas NSFW"
-#: src/components/pages/ReportPage.tsx:266
+#: src/components/pages/report/optionDescriptors.ts:47
#: src/constants/IARConstants.tsx:52
msgid "NSFW Policy Violation"
msgstr "Violación de la política NSFW"
#. placeholder {0}: formatter.format(visionarySlots.total)
-#: src/components/modals/components/plutonium/VisionarySection.tsx:82
+#: src/components/modals/components/plutonium/VisionarySection.tsx:91
msgid "Numbered badge (1-{0}) showing your Visionary status"
msgstr "Insignia numerada (1-{0}) que muestra tu estado Visionario"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:83
+#: src/components/modals/components/plutonium/VisionarySection.tsx:92
msgid "Numbered badge showing your Visionary status"
msgstr "Insignia numerada que muestra tu estado Visionary"
@@ -12933,8 +13010,8 @@ msgstr "Objetos"
msgid "Off"
msgstr "Apagado"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:281
-#: src/components/channel/ChannelMembers.tsx:137
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:287
+#: src/components/channel/ChannelMembers.tsx:108
#: src/Constants.tsx:134
#: src/utils/MemberListUtils.ts:150
#: src/utils/MemberListUtils.ts:188
@@ -12962,7 +13039,7 @@ msgid "Okay"
msgstr "Vale"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:446
-#: src/components/channel/ChannelSearchResults.tsx:224
+#: src/components/channel/ChannelSearchResults.tsx:181
msgid "Oldest"
msgstr "Más antiguo"
@@ -13020,25 +13097,25 @@ msgstr "Se están indexando uno o más canales"
msgid "one second ago"
msgstr "hace un segundo"
-#: src/components/modals/components/plutonium/GiftSection.tsx:71
-#: src/components/modals/components/plutonium/GiftSection.tsx:80
-#: src/components/modals/components/plutonium/PricingSection.tsx:103
-#: src/components/modals/components/plutonium/PricingSection.tsx:112
+#: src/components/modals/components/plutonium/GiftSection.tsx:78
+#: src/components/modals/components/plutonium/GiftSection.tsx:90
+#: src/components/modals/components/plutonium/PricingSection.tsx:118
+#: src/components/modals/components/plutonium/PricingSection.tsx:130
msgid "one-time purchase"
msgstr "compra única"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:65
+#: src/components/modals/components/plutonium/VisionarySection.tsx:74
msgid "One-time purchase, lifetime access."
msgstr "Compra única, acceso de por vida."
-#: src/components/modals/components/plutonium/GiftSection.tsx:89
-#: src/components/modals/components/plutonium/PricingSection.tsx:90
-#: src/components/modals/components/plutonium/PricingSection.tsx:121
+#: src/components/modals/components/plutonium/GiftSection.tsx:102
+#: src/components/modals/components/plutonium/PricingSection.tsx:103
+#: src/components/modals/components/plutonium/PricingSection.tsx:142
msgid "one-time, lifetime"
msgstr "única, de por vida"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:281
-#: src/components/channel/ChannelMembers.tsx:135
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:285
+#: src/components/channel/ChannelMembers.tsx:106
#: src/components/channel/dm/DMFriendsView.tsx:168
#: src/components/channel/friends/views/FriendsList.tsx:95
#: src/Constants.tsx:130
@@ -13051,7 +13128,7 @@ msgstr "En línea"
msgid "Online Status"
msgstr "Estado en línea"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1382
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1406
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:212
#: src/components/modals/GuildNotificationSettingsModal.tsx:91
#: src/components/modals/GuildNotificationSettingsModal.tsx:281
@@ -13120,11 +13197,11 @@ msgstr "Abrir modal de reclamar cuenta"
msgid "Open color picker"
msgstr "Abrir selector de color"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1398
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1422
msgid "Open Community Notification Settings"
msgstr "Abrir configuración de notificaciones de la comunidad"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:286
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:322
msgid "Open Customer Portal"
msgstr "Abrir portal del cliente"
@@ -13293,7 +13370,7 @@ msgstr "Opción Tres"
msgid "Option Two"
msgstr "Opción Dos"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:89
+#: src/components/modals/components/plutonium/VisionarySection.tsx:98
msgid "Optional #0000 tag"
msgstr "Etiqueta #0000 opcional"
@@ -13309,7 +13386,7 @@ msgstr "O"
msgid "Or copy the link:"
msgstr "O copia el enlace:"
-#: src/components/modals/InviteModal.tsx:312
+#: src/components/modals/InviteModal.tsx:309
msgid "or send an invite link to a friend:"
msgstr "o envía un enlace de invitación a un amigo:"
@@ -13325,9 +13402,9 @@ msgstr "No se pudo cargar el mensaje original"
msgid "Original message was deleted"
msgstr "El mensaje original fue eliminado"
-#: src/components/pages/ReportPage.tsx:273
-#: src/components/pages/ReportPage.tsx:287
-#: src/components/pages/ReportPage.tsx:303
+#: src/components/pages/report/optionDescriptors.ts:54
+#: src/components/pages/report/optionDescriptors.ts:65
+#: src/components/pages/report/optionDescriptors.ts:78
#: src/constants/IARConstants.tsx:87
#: src/constants/IARConstants.tsx:139
#: src/constants/IARConstants.tsx:195
@@ -13463,8 +13540,8 @@ msgstr "Las claves de acceso requieren un paquete de macOS firmado con un identi
#: src/components/auth/AuthLoginCore/AuthLoginEmailPasswordForm.tsx:90
#: src/components/auth/AuthRegisterFormCore.tsx:136
#: src/components/auth/AuthRegisterFormCore.tsx:217
-#: src/components/modals/ClaimAccountModal.tsx:168
-#: src/components/modals/ClaimAccountModal.tsx:208
+#: src/components/modals/ClaimAccountModal.tsx:170
+#: src/components/modals/ClaimAccountModal.tsx:210
#: src/components/modals/SudoVerificationModal.tsx:171
#: src/components/modals/SudoVerificationModal.tsx:236
#: src/components/modals/tabs/AccountSecurityTab/AccountTab.tsx:105
@@ -13546,11 +13623,11 @@ msgstr "Las personas que son amigas de tus amigos pueden añadirte a chats de gr
msgid "People who are friends with your friends can call you"
msgstr "Las personas que son amigas de tus amigos pueden llamarte"
-#: src/components/modals/components/plutonium/PricingSection.tsx:73
+#: src/components/modals/components/plutonium/PricingSection.tsx:80
msgid "per month"
msgstr "al mes"
-#: src/components/modals/components/plutonium/PricingSection.tsx:80
+#: src/components/modals/components/plutonium/PricingSection.tsx:90
msgid "per year"
msgstr "al año"
@@ -13588,8 +13665,8 @@ msgstr "Permisos concedidos"
msgid "Personal notes"
msgstr "Notas personales"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:479
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:778
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:493
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:810
#: src/components/channel/channel-header/useChannelHeaderData.ts:84
#: src/components/channel/dm/DMList.tsx:708
#: src/components/channel/dm/DMList.tsx:795
@@ -13662,16 +13739,16 @@ msgid "Pick which phone step to show"
msgstr "Elige qué paso del teléfono mostrar"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:336
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1132
-#: src/components/bottomsheets/DMBottomSheet.tsx:483
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1156
+#: src/components/bottomsheets/DMBottomSheet.tsx:485
#: src/components/channel/dm/DMList.tsx:287
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:153
msgid "Pin DM"
msgstr "Fijar MD"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:295
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1132
-#: src/components/bottomsheets/DMBottomSheet.tsx:483
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1156
+#: src/components/bottomsheets/DMBottomSheet.tsx:485
#: src/components/channel/dm/DMList.tsx:248
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:133
msgid "Pin Group DM"
@@ -13714,20 +13791,20 @@ msgid "Ping: {latency}ms"
msgstr "Ping: {latency}ms"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:219
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:566
-#: src/components/bottomsheets/DMBottomSheet.tsx:147
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:580
+#: src/components/bottomsheets/DMBottomSheet.tsx:149
#: src/components/channel/dm/DMList.tsx:214
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:115
msgid "Pinned DM"
msgstr "MD fijado"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:219
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:566
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:580
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:95
msgid "Pinned group"
msgstr "Grupo fijado"
-#: src/components/bottomsheets/DMBottomSheet.tsx:147
+#: src/components/bottomsheets/DMBottomSheet.tsx:149
msgid "Pinned group DM"
msgstr "DM grupal anclado"
@@ -13742,7 +13819,7 @@ msgstr "Mensajes fijados"
msgid "pinned:"
msgstr "fijado:"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:886
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:918
msgid "Pins"
msgstr "Fijados"
@@ -13789,15 +13866,15 @@ msgstr "Por favor, revisa tu bandeja de entrada para ver el correo de verificaci
msgid "Please enable Fluxer in System Settings → Privacy & Security → Input Monitoring."
msgstr "Por favor, habilita Fluxer en Ajustes del sistema → Privacidad y seguridad → Monitorización de entrada."
-#: src/components/pages/ReportPage.tsx:396
+#: src/components/pages/ReportPage.tsx:211
msgid "Please enter a valid email address."
msgstr "Por favor, introduce una dirección de correo electrónico válida."
-#: src/components/channel/dm/AddFriendForm.tsx:74
+#: src/components/channel/dm/AddFriendForm.tsx:97
msgid "Please enter a valid FluxerTag (Username#0000)."
msgstr "Por favor, introduce un FluxerTag válido (NombreUsuario#0000)."
-#: src/components/pages/ReportPage.tsx:509
+#: src/components/pages/ReportPage.tsx:336
msgid "Please enter a valid message link URL."
msgstr "Por favor, introduce una URL de enlace de mensaje válida."
@@ -13809,26 +13886,22 @@ msgstr "Por favor, introduce un punto final de API."
msgid "Please fill out the following fields: {fieldList}"
msgstr "Por favor, completa los siguientes campos: {fieldList}"
-#: src/components/pages/ReportPage.tsx:436
+#: src/components/pages/ReportPage.tsx:261
msgid "Please go back and enter a valid email address."
msgstr "Por favor, vuelve atrás y introduce una dirección de correo electrónico válida."
-#: src/components/pages/ReportPage.tsx:542
+#: src/components/pages/ReportPage.tsx:369
msgid "Please include the community (guild) ID you are reporting."
msgstr "Por favor, incluye el ID de la comunidad (gremio) que estás reportando."
-#: src/components/pages/ReportPage.tsx:504
+#: src/components/pages/ReportPage.tsx:331
msgid "Please paste the message link you are reporting."
msgstr "Por favor, pega el enlace del mensaje que estás reportando."
-#: src/components/pages/ReportPage.tsx:391
+#: src/components/pages/ReportPage.tsx:206
msgid "Please provide an email address."
msgstr "Por favor, proporciona una dirección de correo electrónico."
-#: src/components/pages/ReportPage.tsx:801
-msgid "Please provide the details of your report."
-msgstr "Por favor, proporciona los detalles de tu reporte."
-
#: src/components/modals/tabs/ApplicationsTab/ApplicationDetail.tsx:555
msgid "Please retry or go back to the applications list."
msgstr "Por favor, inténtalo de nuevo o vuelve a la lista de aplicaciones."
@@ -13837,7 +13910,7 @@ msgstr "Por favor, inténtalo de nuevo o vuelve a la lista de aplicaciones."
msgid "Please select a violation category"
msgstr "Por favor, selecciona una categoría de infracción"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:297
+#: src/components/modals/tabs/GiftInventoryTab.tsx:320
msgid "Please try again later."
msgstr "Por favor, inténtalo de nuevo más tarde."
@@ -13878,7 +13951,7 @@ msgstr "Privacidad de la insignia Plutonium"
msgid "Plutonium perks"
msgstr "Ventajas de Plutonium"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:110
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:129
msgid "Plutonium Subscription"
msgstr "Suscripción a Plutonium"
@@ -13886,7 +13959,7 @@ msgstr "Suscripción a Plutonium"
msgid "PNG"
msgstr "PNG"
-#: src/components/pages/ReportPage.tsx:331
+#: src/components/pages/report/optionDescriptors.ts:103
msgid "Poland"
msgstr "Polonia"
@@ -13903,7 +13976,7 @@ msgstr "encuesta"
msgid "Popouts"
msgstr "Ventanas emergentes"
-#: src/components/pages/ReportPage.tsx:332
+#: src/components/pages/report/optionDescriptors.ts:104
msgid "Portugal"
msgstr "Portugal"
@@ -13943,11 +14016,11 @@ msgstr "Anulación de tipo de Premium"
msgid "Press keys..."
msgstr "Pulsa teclas..."
-#: src/components/channel/MessageReactions.tsx:121
+#: src/components/channel/MessageReactions.tsx:120
msgid "press to add reaction"
msgstr "pulsa para añadir reacción"
-#: src/components/channel/MessageReactions.tsx:121
+#: src/components/channel/MessageReactions.tsx:120
msgid "press to remove reaction"
msgstr "pulsa para eliminar reacción"
@@ -14143,15 +14216,15 @@ msgstr "Protege tu cuenta con autenticación de dos factores y claves de acceso"
msgid "Provide any additional context that may help our Safety Team..."
msgstr "Proporciona cualquier contexto adicional que pueda ayudar a nuestro equipo de seguridad..."
-#: src/components/pages/ReportPage.tsx:882
+#: src/components/pages/report/ReportStepDetails.tsx:156
msgid "Provide at least a user ID or a user tag."
msgstr "Proporciona al menos un ID de usuario o una etiqueta de usuario."
-#: src/components/pages/ReportPage.tsx:527
+#: src/components/pages/ReportPage.tsx:354
msgid "Provide either a user ID or a FluxerTag for the person you are reporting."
msgstr "Proporciona un ID de usuario o un FluxerTag de la persona que estás reportando."
-#: src/components/pages/ReportPage.tsx:478
+#: src/components/pages/ReportPage.tsx:305
msgid "Provide your full legal name for the declaration."
msgstr "Proporciona tu nombre legal completo para la declaración."
@@ -14163,7 +14236,7 @@ msgstr "Miembros eliminados inactivos durante {dayCount, plural, one {<0># día<
msgid "Public bot"
msgstr "Bot público"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:312
+#: src/components/modals/tabs/GiftInventoryTab.tsx:335
msgid "Purchase a Plutonium gift from the Plutonium tab to share with friends!"
msgstr "¡Compra un regalo de Plutonium desde la pestaña Plutonium para compartir con amigos!"
@@ -14171,12 +14244,12 @@ msgstr "¡Compra un regalo de Plutonium desde la pestaña Plutonium para compart
msgid "Purchase History"
msgstr "Historial de compras"
-#: src/components/modals/components/plutonium/PricingSection.tsx:61
+#: src/components/modals/components/plutonium/PricingSection.tsx:67
msgid "Purchase mode"
msgstr "Modo de compra"
#. placeholder {0}: getFormattedShortDate(new Date(gift.created_at))
-#: src/components/modals/tabs/GiftInventoryTab.tsx:119
+#: src/components/modals/tabs/GiftInventoryTab.tsx:120
msgid "Purchased {0}"
msgstr "Comprado {0}"
@@ -14275,7 +14348,7 @@ msgstr "Los botones de radio permiten seleccionar una opción de un grupo."
msgid "Radio Group"
msgstr "Grupo de radio"
-#: src/components/pages/ReportPage.tsx:300
+#: src/components/pages/report/optionDescriptors.ts:75
#: src/constants/IARConstants.tsx:180
msgid "Raid Coordination"
msgstr "Coordinación de incursión"
@@ -14310,7 +14383,7 @@ msgid "Reactions"
msgstr "Reacciones"
#: src/components/layout/app-layout/nagbars/PremiumExpiredNagbar.tsx:77
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:284
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:320
msgid "Reactivate"
msgstr "Reactivar"
@@ -14323,15 +14396,15 @@ msgstr "Leer historial de mensajes"
msgid "Read the community's audit log of changes and moderation actions."
msgstr "Lee el registro de auditoría de la comunidad de cambios y acciones de moderación."
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:146
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:160
msgid "Read the Documentation (fluxer.dev)"
msgstr "Lee la documentación (fluxer.dev)"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:52
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:60
msgid "Ready to Buy a Gift?"
msgstr "¿Listo para comprar un regalo?"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:52
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:60
msgid "Ready to Upgrade?"
msgstr "¿Listo para actualizar?"
@@ -14388,11 +14461,11 @@ msgstr "Reconectando…"
msgid "Record shortcut"
msgstr "Grabar atajo"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:269
+#: src/components/modals/tabs/GiftInventoryTab.tsx:292
msgid "Redeem"
msgstr "Canjear"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:232
+#: src/components/modals/tabs/GiftInventoryTab.tsx:255
msgid "Redeem a Gift"
msgstr "Canjear un regalo"
@@ -14400,40 +14473,40 @@ msgstr "Canjear un regalo"
msgid "Redeem Beta Code"
msgstr "Canjear código beta"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:165
+#: src/components/modals/tabs/GiftInventoryTab.tsx:166
msgid "Redeem for Yourself"
msgstr "Canjear para ti"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:255
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:281
msgid "Redeem Gift Code"
msgstr "Canjear código de regalo"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:238
+#: src/components/modals/tabs/GiftInventoryTab.tsx:261
msgid "Redeem gift code form"
msgstr "Formulario para canjear código de regalo"
#. placeholder {0}: redeemedBetaCodes.length
-#: src/components/modals/tabs/BetaCodesTab.tsx:349
+#: src/components/modals/tabs/BetaCodesTab.tsx:374
msgid "Redeemed ({0})"
msgstr "Canjeados ({0})"
#. placeholder {0}: getFormattedShortDate(new Date(gift.redeemed_at!))
-#: src/components/modals/tabs/GiftInventoryTab.tsx:117
+#: src/components/modals/tabs/GiftInventoryTab.tsx:118
msgid "Redeemed {0}"
msgstr "Canjeado {0}"
#. placeholder {0}: gift.redeemed_by.username
#. placeholder {1}: gift.redeemed_by.discriminator
-#: src/components/modals/tabs/GiftInventoryTab.tsx:153
+#: src/components/modals/tabs/GiftInventoryTab.tsx:154
msgid "Redeemed by {0}#{1}"
msgstr "Canjeado por {0}#{1}"
-#: src/components/modals/tabs/BetaCodesTab.tsx:54
+#: src/components/modals/tabs/BetaCodesTab.tsx:56
msgid "Redeemer"
msgstr "Canjeador"
-#: src/components/modals/tabs/BetaCodesTab.tsx:111
-#: src/components/modals/tabs/BetaCodesTab.tsx:188
+#: src/components/modals/tabs/BetaCodesTab.tsx:113
+#: src/components/modals/tabs/BetaCodesTab.tsx:190
msgid "Redeemer:"
msgstr "Canjeador:"
@@ -14526,7 +14599,7 @@ msgstr "Botón normal"
msgid "Regular button clicked!"
msgstr "¡Botón normal pulsado!"
-#: src/components/channel/channel-view/DMChannelView.tsx:298
+#: src/components/channel/channel-view/DMChannelView.tsx:299
#: src/components/voice/IncomingCallUI.tsx:310
msgid "Reject"
msgstr "Rechazar"
@@ -14624,19 +14697,19 @@ msgstr "Eliminar sonido de entrada"
msgid "Remove filter"
msgstr "Eliminar filtro"
-#: src/components/bottomsheets/DMBottomSheet.tsx:508
-#: src/components/channel/dm/DMWelcomeSection.tsx:132
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:144
+#: src/components/bottomsheets/DMBottomSheet.tsx:510
+#: src/components/channel/dm/DMWelcomeSection.tsx:144
#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:146
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:253
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:148
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:255
#: src/components/modals/UserProfileActionsSheet.tsx:115
#: src/components/modals/UserProfileActionsSheet.tsx:117
#: src/components/modals/UserProfileActionsSheet.tsx:278
-#: src/components/modals/UserProfileMobileSheet.tsx:302
-#: src/components/modals/UserProfileMobileSheet.tsx:304
+#: src/components/modals/UserProfileMobileSheet.tsx:303
+#: src/components/modals/UserProfileMobileSheet.tsx:305
#: src/components/modals/UserProfileModal.tsx:1143
-#: src/components/modals/UserProfileModal.tsx:1228
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:108
+#: src/components/modals/UserProfileModal.tsx:1229
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:129
#: src/utils/RelationshipActionUtils.tsx:113
#: src/utils/RelationshipActionUtils.tsx:115
msgid "Remove Friend"
@@ -14654,8 +14727,8 @@ msgid "Remove from favorites"
msgstr "Eliminar de favoritos"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:370
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1103
-#: src/components/bottomsheets/DMBottomSheet.tsx:400
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1127
+#: src/components/bottomsheets/DMBottomSheet.tsx:402
#: src/components/channel/ChannelHeader.tsx:547
#: src/components/channel/ChannelHeader.tsx:595
#: src/components/channel/ChannelHeader.tsx:600
@@ -14720,7 +14793,7 @@ msgstr "Eliminar spoiler"
msgid "Remove sticker"
msgstr "Eliminar pegatina"
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:285
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:288
#: src/components/modals/RemoveTimeoutModal.tsx:61
#: src/components/modals/RemoveTimeoutModal.tsx:75
#: src/components/modals/TimeoutMemberSheet.tsx:101
@@ -14763,11 +14836,11 @@ msgid "Removed from bookmarks"
msgstr "Eliminado de marcadores"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:115
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:541
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:555
msgid "Removed from favorites"
msgstr "Eliminado de favoritos"
-#: src/components/bottomsheets/DMBottomSheet.tsx:126
+#: src/components/bottomsheets/DMBottomSheet.tsx:128
msgid "Removed from Favorites"
msgstr "Eliminado de Favoritos"
@@ -14891,7 +14964,7 @@ msgstr "Comunidad renombrada a {0}."
msgid "Render all your messages as unknown message type"
msgstr "Renderizar todos tus mensajes como tipo de mensaje desconocido"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:234
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:253
msgid "Renews on <0>{renewalDate}0>."
msgstr "Se renueva el <0>{renewalDate}0>."
@@ -14932,15 +15005,15 @@ msgstr "Responder"
msgid "Replying to <0>{authorNickname}0>"
msgstr "Respondiendo a <0>{authorNickname}0>"
-#: src/components/pages/ReportPage.tsx:249
+#: src/components/pages/report/optionDescriptors.ts:38
msgid "Report a Community"
msgstr "Denunciar una comunidad"
-#: src/components/pages/ReportPage.tsx:247
+#: src/components/pages/report/optionDescriptors.ts:36
msgid "Report a Message"
msgstr "Denunciar un mensaje"
-#: src/components/pages/ReportPage.tsx:248
+#: src/components/pages/report/optionDescriptors.ts:37
msgid "Report a User Profile"
msgstr "Denunciar un perfil de usuario"
@@ -14949,12 +15022,12 @@ msgstr "Denunciar un perfil de usuario"
msgid "Report Community"
msgstr "Denunciar comunidad"
-#: src/components/pages/ReportPage.tsx:801
-msgid "Report Details"
-msgstr "Detalles de la denuncia"
+#: src/components/pages/report/ReportStepDetails.tsx:74
+msgid "Report details"
+msgstr "Detalles del informe"
-#: src/components/pages/ReportPage.tsx:241
-#: src/components/pages/ReportPage.tsx:612
+#: src/components/pages/report/ReportStepSelection.tsx:41
+#: src/components/pages/ReportPage.tsx:60
msgid "Report Illegal Content"
msgstr "Denunciar contenido ilegal"
@@ -14963,33 +15036,24 @@ msgstr "Denunciar contenido ilegal"
msgid "Report Message"
msgstr "Denunciar mensaje"
-#: src/components/pages/ReportPage.tsx:588
-msgid "Report Submitted"
-msgstr "Denuncia enviada"
+#: src/components/pages/report/ReportStepComplete.tsx:36
+msgid "Report submitted"
+msgstr "Informe enviado"
#: src/components/modals/IARModal.tsx:128
msgid "Report submitted successfully. Our Safety Team will review it shortly."
msgstr "Denuncia enviada con éxito. Nuestro equipo de seguridad la revisará en breve."
-#: src/components/pages/ReportPage.tsx:624
-msgid "Report Type"
-msgstr "Tipo de denuncia"
-
#: src/components/modals/IARModal.tsx:84
#: src/components/modals/UserProfileActionsSheet.tsx:289
#: src/components/modals/UserProfileModal.tsx:1157
msgid "Report User"
msgstr "Denunciar usuario"
-#: src/components/pages/ReportPage.tsx:852
+#: src/components/pages/report/ReportStepDetails.tsx:123
msgid "Reported User Tag (optional)"
msgstr "Etiqueta de usuario reportado (opcional)"
-#: src/components/pages/ReportPage.tsx:644
-#: src/components/pages/ReportPage.tsx:804
-msgid "Reporting:"
-msgstr "Reportando:"
-
#: src/components/modals/tabs/PrivacySafetyTab/DataExportTab.tsx:48
#: src/components/modals/tabs/PrivacySafetyTab/DataExportTab.tsx:125
msgid "Request Data Export"
@@ -15050,7 +15114,7 @@ msgstr "Requiere Plutonium"
msgid "Reschedule Message"
msgstr "Reprogramar mensaje"
-#: src/components/modals/ClaimAccountModal.tsx:222
+#: src/components/modals/ClaimAccountModal.tsx:224
#: src/components/modals/EmailChangeModal.tsx:230
#: src/components/modals/EmailChangeModal.tsx:294
msgid "Resend"
@@ -15064,7 +15128,11 @@ msgstr "Reenviar ({newSecondsRemaining}s)"
msgid "Resend ({originalSecondsRemaining}s)"
msgstr "Reenviar ({originalSecondsRemaining}s)"
-#: src/components/modals/ClaimAccountModal.tsx:222
+#: src/components/pages/report/ReportStepVerification.tsx:114
+msgid "Resend ({resendCooldownSeconds}s)"
+msgstr "Reenviar ({resendCooldownSeconds}s)"
+
+#: src/components/modals/ClaimAccountModal.tsx:224
msgid "Resend ({resendSecondsRemaining}s)"
msgstr "Reenviar ({resendSecondsRemaining}s)"
@@ -15072,7 +15140,7 @@ msgstr "Reenviar ({resendSecondsRemaining}s)"
msgid "Resend Button Loading"
msgstr "Botón de reenvío cargando"
-#: src/components/pages/ReportPage.tsx:761
+#: src/components/pages/report/ReportStepVerification.tsx:116
msgid "Resend code"
msgstr "Reenviar código"
@@ -15097,7 +15165,7 @@ msgid "Resent"
msgstr "Reenviado"
#: src/components/keybinds/KeybindRecorder.tsx:215
-#: src/components/modals/components/MobileSettingsView.tsx:128
+#: src/components/modals/components/MobileSettingsView.tsx:123
#: src/components/modals/components/SettingsModalHeader.tsx:81
#: src/components/modals/ImageCropModal.tsx:977
#: src/components/modals/tabs/KeybindsTab.tsx:154
@@ -15173,8 +15241,8 @@ msgstr "Restaurar pantalla completa"
msgid "Restore maximized"
msgstr "Restaurar maximizado"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:280
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:282
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:316
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:318
msgid "Resubscribe"
msgstr "Volver a suscribirse"
@@ -15189,11 +15257,11 @@ msgstr "Volver a suscribirse"
#: src/components/modals/guildTabs/GuildStickersTab.tsx:211
#: src/components/modals/guildTabs/GuildWebhooksTab.tsx:137
#: src/components/modals/tabs/ApplicationsTab/ApplicationDetail.tsx:559
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:108
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:112
#: src/components/modals/tabs/AuthorizedAppsTab.tsx:121
-#: src/components/modals/tabs/BetaCodesTab.tsx:301
+#: src/components/modals/tabs/BetaCodesTab.tsx:326
#: src/components/modals/tabs/DevicesTab.tsx:231
-#: src/components/modals/tabs/GiftInventoryTab.tsx:300
+#: src/components/modals/tabs/GiftInventoryTab.tsx:323
msgid "Retry"
msgstr "Reintentar"
@@ -15244,8 +15312,8 @@ msgstr "Revisa lo que esta aplicación está pidiendo antes de continuar."
#: src/components/invites/InviteListItem.tsx:217
#: src/components/modals/GroupInvitesBottomSheet.tsx:78
#: src/components/modals/GroupInvitesModal.tsx:76
-#: src/components/modals/tabs/BetaCodesTab.tsx:143
-#: src/components/modals/tabs/BetaCodesTab.tsx:220
+#: src/components/modals/tabs/BetaCodesTab.tsx:145
+#: src/components/modals/tabs/BetaCodesTab.tsx:222
msgid "Revoke"
msgstr "Revocar"
@@ -15369,7 +15437,7 @@ msgstr "Roles y permisos"
msgid "Roles updated successfully"
msgstr "Roles actualizados correctamente"
-#: src/components/pages/ReportPage.tsx:333
+#: src/components/pages/report/optionDescriptors.ts:105
msgid "Romania"
msgstr "Rumanía"
@@ -15423,7 +15491,7 @@ msgstr "Saturación"
#: src/components/modals/AddFavoriteMemeModal.tsx:102
#: src/components/modals/AttachmentEditModal.tsx:90
#: src/components/modals/BaseChangeNicknameModal.tsx:115
-#: src/components/modals/components/MobileSettingsView.tsx:131
+#: src/components/modals/components/MobileSettingsView.tsx:126
#: src/components/modals/CustomStatusBottomSheet.tsx:231
#: src/components/modals/CustomStatusModal.tsx:362
#: src/components/modals/EditFavoriteMemeModal.tsx:88
@@ -15438,9 +15506,9 @@ msgstr "Saturación"
msgid "Save"
msgstr "Guardar"
-#: src/components/modals/components/plutonium/GiftSection.tsx:72
-#: src/components/modals/components/plutonium/PricingSection.tsx:81
-#: src/components/modals/components/plutonium/PricingSection.tsx:104
+#: src/components/modals/components/plutonium/GiftSection.tsx:79
+#: src/components/modals/components/plutonium/PricingSection.tsx:91
+#: src/components/modals/components/plutonium/PricingSection.tsx:119
msgid "Save 17%"
msgstr "Ahorra un 17%"
@@ -15600,8 +15668,8 @@ msgstr "Desplazar chat hacia abajo"
msgid "Scroll Chat Up"
msgstr "Desplazar chat hacia arriba"
-#: src/components/modals/components/plutonium/GiftSection.tsx:103
-#: src/components/modals/components/plutonium/PricingSection.tsx:138
+#: src/components/modals/components/plutonium/GiftSection.tsx:117
+#: src/components/modals/components/plutonium/PricingSection.tsx:160
msgid "Scroll down to view all the sweet perks you get with Plutonium"
msgstr "Desplázate hacia abajo para ver todos los dulces beneficios que obtienes con Plutonium"
@@ -15613,11 +15681,11 @@ msgstr "Desplazar el historial del chat hacia abajo"
msgid "Scroll the chat history up"
msgstr "Desplazar el historial del chat hacia arriba"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:857
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:889
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:400
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:460
#: src/components/channel/ChannelHeader.tsx:586
-#: src/components/channel/shared/PickerSearchInput.tsx:204
+#: src/components/channel/shared/PickerSearchInput.tsx:203
#: src/components/modals/tabs/ComponentGalleryTab/InputsTab.tsx:126
#: src/stores/KeybindStore.ts:414
#: src/utils/quick-switcher/QuickSwitcherModalUtils.tsx:86
@@ -15674,7 +15742,7 @@ msgstr "Buscar canales, personas o comunidades"
#: src/components/common/FriendSelector.tsx:196
#: src/components/modals/AddFriendsToGroupModal.tsx:53
#: src/components/modals/CreateDMModal.tsx:68
-#: src/components/modals/InviteModal.tsx:237
+#: src/components/modals/InviteModal.tsx:248
#: src/components/modals/shared/RecipientList.tsx:177
#: src/components/modals/ShareThemeModal.tsx:144
msgid "Search friends"
@@ -15718,7 +15786,7 @@ msgstr "Buscar solicitudes pendientes"
msgid "Search Permissions..."
msgstr "Buscar permisos..."
-#: src/components/channel/ChannelSearchResults.tsx:321
+#: src/components/channel/ChannelSearchResults.tsx:278
#: src/components/modals/components/DesktopSettingsView.tsx:360
msgid "Search Results"
msgstr "Resultados de búsqueda"
@@ -15737,7 +15805,7 @@ msgid "Search scope"
msgstr "Ámbito de búsqueda"
#. placeholder {0}: activeScopeOption.label
-#: src/components/channel/ChannelSearchResults.tsx:1052
+#: src/components/channel/ChannelSearchResults.tsx:1031
#: src/components/channel/MessageSearchBar/MessageSearchBar.tsx:378
msgid "Search scope: {0}"
msgstr "Ámbito de búsqueda: {0}"
@@ -15767,7 +15835,7 @@ msgstr "Buscar usuarios"
msgid "Search within the current view"
msgstr "Buscar en la vista actual"
-#: src/components/channel/ChannelSearchResults.tsx:319
+#: src/components/channel/ChannelSearchResults.tsx:276
msgid "Searching..."
msgstr "Buscando..."
@@ -15848,9 +15916,9 @@ msgstr "Ve cómo se ve tu invitación para los visitantes."
msgid "Select"
msgstr "Seleccionar"
-#: src/components/pages/ReportPage.tsx:261
-#: src/components/pages/ReportPage.tsx:280
-#: src/components/pages/ReportPage.tsx:294
+#: src/components/pages/report/optionDescriptors.ts:42
+#: src/components/pages/report/optionDescriptors.ts:58
+#: src/components/pages/report/optionDescriptors.ts:69
msgid "Select a category"
msgstr "Selecciona una categoría"
@@ -15871,7 +15939,7 @@ msgstr "Selecciona una Comunidad"
msgid "Select a community where you have <0>Manage Community0> permissions."
msgstr "Selecciona una comunidad donde tengas permisos de <0>Gestionar Comunidad0>."
-#: src/components/pages/ReportPage.tsx:310
+#: src/components/pages/report/optionDescriptors.ts:82
msgid "Select a country"
msgstr "Selecciona un país"
@@ -15887,7 +15955,7 @@ msgstr "Selecciona un escenario para aplicar..."
msgid "Select a verification method."
msgstr "Selecciona un método de verificación."
-#: src/components/pages/ReportPage.tsx:473
+#: src/components/pages/ReportPage.tsx:300
msgid "Select a violation category."
msgstr "Selecciona una categoría de infracción."
@@ -15958,11 +16026,15 @@ msgstr "Selecciona pantalla o ventana"
msgid "Select the account you want to sign in with on the desktop app."
msgstr "Selecciona la cuenta con la que quieres iniciar sesión en la aplicación de escritorio."
+#: src/components/pages/report/ReportStepSelection.tsx:44
+msgid "Select what you want to report."
+msgstr "Selecciona lo que quieres informar."
+
#: src/components/modals/utils/settingsSearchIndex.ts:460
msgid "Select your camera"
msgstr "Selecciona tu cámara"
-#: src/components/pages/ReportPage.tsx:483
+#: src/components/pages/ReportPage.tsx:310
msgid "Select your country of residence."
msgstr "Selecciona tu país de residencia."
@@ -15986,7 +16058,7 @@ msgstr "Seleccionar..."
msgid "Selections"
msgstr "Selecciones"
-#: src/components/pages/ReportPage.tsx:269
+#: src/components/pages/report/optionDescriptors.ts:50
#: src/constants/IARConstants.tsx:67
msgid "Self-Harm or Suicide"
msgstr "Autolesión o suicidio"
@@ -16035,7 +16107,7 @@ msgstr "Envía un mensaje de acción (lo envuelve en cursiva)."
msgid "Send an SMS code first."
msgstr "Envía primero un código por SMS."
-#: src/components/modals/ClaimAccountModal.tsx:182
+#: src/components/modals/ClaimAccountModal.tsx:184
#: src/components/modals/EmailChangeModal.tsx:265
#: src/components/modals/PhoneAddModal.tsx:206
msgid "Send code"
@@ -16045,9 +16117,9 @@ msgstr "Enviar código"
msgid "Send Code"
msgstr "Enviar código"
-#: src/components/channel/dm/DMWelcomeSection.tsx:109
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:269
-#: src/components/modals/UserProfileModal.tsx:1288
+#: src/components/channel/dm/DMWelcomeSection.tsx:112
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:272
+#: src/components/modals/UserProfileModal.tsx:1290
msgid "Send Friend Request"
msgstr "Enviar solicitud de amistad"
@@ -16073,7 +16145,7 @@ msgstr "Enviar mensajes"
msgid "Send Messages"
msgstr "Enviar mensajes"
-#: src/components/channel/dm/AddFriendForm.tsx:119
+#: src/components/channel/dm/AddFriendForm.tsx:142
msgid "Send Request"
msgstr "Enviar solicitud"
@@ -16097,11 +16169,11 @@ msgstr "Enviar mensajes de texto a voz."
msgid "Send TTS Messages"
msgstr "Enviar mensajes TTS"
-#: src/components/pages/ReportPage.tsx:676
+#: src/components/pages/report/ReportStepEmail.tsx:92
msgid "Send Verification Code"
msgstr "Enviar código de verificación"
-#: src/components/modals/InviteModal.tsx:258
+#: src/components/modals/InviteModal.tsx:268
#: src/components/modals/shared/RecipientList.tsx:223
#: src/components/modals/ShareThemeModal.tsx:162
msgid "Sent"
@@ -16128,7 +16200,7 @@ msgstr "La sesión ha caducado. Por favor, inicia sesión de nuevo."
msgid "Set a custom invite URL for your community."
msgstr "Establece una URL de invitación personalizada para tu comunidad."
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:401
+#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:361
#: src/components/modals/StatusChangeBottomSheet.tsx:171
#: src/components/popouts/UserAreaPopout.tsx:444
msgid "Set a custom status"
@@ -16336,7 +16408,7 @@ msgid "Set your timezone"
msgstr "Establece tu zona horaria"
#: src/components/bottomsheets/VoiceLobbyBottomSheet.tsx:220
-#: src/components/modals/components/MobileSettingsView.tsx:531
+#: src/components/modals/components/MobileSettingsView.tsx:485
#: src/components/modals/tabs/ComponentGalleryTab/ButtonsTab.tsx:150
#: src/components/modals/tabs/ComponentGalleryTab/ButtonsTab.tsx:221
#: src/components/modals/tabs/ComponentGalleryTab/index.tsx:94
@@ -16383,7 +16455,11 @@ msgstr "¡Acción de compartir!"
msgid "Share Audio"
msgstr "Compartir audio"
-#: src/components/modals/components/plutonium/GiftSection.tsx:63
+#: src/components/pages/report/ReportStepDetails.tsx:77
+msgid "Share only what's needed to help our team assess the content."
+msgstr "Comparte solo lo necesario para ayudar a nuestro equipo a evaluar el contenido."
+
+#: src/components/modals/components/plutonium/GiftSection.tsx:69
msgid "Share the Plutonium experience with your friends by purchasing a gift subscription."
msgstr "Comparte la experiencia Plutonium con tus amigos comprando una suscripción de regalo."
@@ -16417,7 +16493,7 @@ msgstr "Comparte tu tema"
msgid "Shared theme"
msgstr "Tema compartido"
-#: src/components/pages/ReportPage.tsx:268
+#: src/components/pages/report/optionDescriptors.ts:49
#: src/constants/IARConstants.tsx:62
msgid "Sharing Personal Information"
msgstr "Compartir información personal"
@@ -16797,11 +16873,11 @@ msgstr "Control deslizante con valores de paso"
msgid "Sliders"
msgstr "Controles deslizantes"
-#: src/components/pages/ReportPage.tsx:334
+#: src/components/pages/report/optionDescriptors.ts:106
msgid "Slovakia"
msgstr "Eslovaquia"
-#: src/components/pages/ReportPage.tsx:335
+#: src/components/pages/report/optionDescriptors.ts:107
msgid "Slovenia"
msgstr "Eslovenia"
@@ -16952,7 +17028,8 @@ msgstr "Algo salió mal y la aplicación se cerró. Intenta recargar o reiniciar
msgid "Something went wrong while loading the audit log."
msgstr "Algo salió mal al cargar el registro de auditoría."
-#: src/components/pages/ReportPage.tsx:563
+#: src/components/pages/ReportPage.tsx:103
+#: src/components/pages/ReportPage.tsx:395
msgid "Something went wrong while submitting the report. Please try again."
msgstr "Algo salió mal al enviar el informe. Por favor, inténtalo de nuevo."
@@ -16969,7 +17046,7 @@ msgid "Sort"
msgstr "Ordenar"
#. placeholder {0}: activeSortOption.label
-#: src/components/channel/ChannelSearchResults.tsx:1063
+#: src/components/channel/ChannelSearchResults.tsx:1042
msgid "Sort mode: {0}"
msgstr "Modo de ordenación: {0}"
@@ -17008,21 +17085,21 @@ msgstr "Espacio entre grupos de mensajes"
msgid "Spacious layout with clear visual separation between messages."
msgstr "Diseño espacioso con separación visual clara entre mensajes."
-#: src/components/pages/ReportPage.tsx:336
+#: src/components/pages/report/optionDescriptors.ts:108
msgid "Spain"
msgstr "España"
-#: src/components/pages/ReportPage.tsx:283
+#: src/components/pages/report/optionDescriptors.ts:61
#: src/constants/IARConstants.tsx:119
msgid "Spam Account"
msgstr "Cuenta de spam"
-#: src/components/pages/ReportPage.tsx:265
+#: src/components/pages/report/optionDescriptors.ts:46
#: src/constants/IARConstants.tsx:47
msgid "Spam or Scam"
msgstr "Spam o estafa"
-#: src/components/pages/ReportPage.tsx:301
+#: src/components/pages/report/optionDescriptors.ts:76
#: src/constants/IARConstants.tsx:185
msgid "Spam or Scam Community"
msgstr "Comunidad de spam o estafa"
@@ -17141,9 +17218,9 @@ msgstr "Comienza a crear un paquete de emojis personalizado que puedas compartir
msgid "Start Mic Test"
msgstr "Comenzar prueba de micrófono"
-#: src/components/pages/ReportPage.tsx:687
-#: src/components/pages/ReportPage.tsx:771
-#: src/components/pages/ReportPage.tsx:964
+#: src/components/pages/report/ReportStepDetails.tsx:252
+#: src/components/pages/report/ReportStepEmail.tsx:103
+#: src/components/pages/report/ReportStepVerification.tsx:132
msgid "Start over"
msgstr "Comenzar de nuevo"
@@ -17151,13 +17228,13 @@ msgstr "Comenzar de nuevo"
msgid "Start Sharing"
msgstr "Comenzar a compartir"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:122
+#: src/components/channel/ChannelHeader/CallButtons.tsx:160
#: src/components/modals/UserProfileModal.tsx:1109
#: src/components/uikit/ContextMenu/items/CallMenuItems.tsx:91
msgid "Start Video Call"
msgstr "Comenzar videollamada"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:70
+#: src/components/channel/ChannelHeader/CallButtons.tsx:90
#: src/components/modals/UserProfileModal.tsx:1100
#: src/components/uikit/ContextMenu/items/CallMenuItems.tsx:60
msgid "Start Voice Call"
@@ -17182,9 +17259,21 @@ msgstr "Indicadores de estado"
msgid "Status Slate"
msgstr "Panel de estado"
-#: src/components/pages/ReportPage.tsx:574
-msgid "Step {stepNumber} of {FLOW_TOTAL_STEPS}"
-msgstr "Paso {stepNumber} de {FLOW_TOTAL_STEPS}"
+#: src/components/pages/report/ReportStepSelection.tsx:38
+msgid "Step 1"
+msgstr "Paso 1"
+
+#: src/components/pages/report/ReportStepEmail.tsx:51
+msgid "Step 2"
+msgstr "Paso 2"
+
+#: src/components/pages/report/ReportStepVerification.tsx:61
+msgid "Step 3"
+msgstr "Paso 3"
+
+#: src/components/pages/report/ReportStepDetails.tsx:71
+msgid "Step 4"
+msgstr "Paso 4"
#: src/utils/SystemMessageUtils.tsx:45
msgid "Step in, {username}! No paradoxes here; we're all friends."
@@ -17229,7 +17318,7 @@ msgid "Sticker density"
msgstr "Densidad de pegatinas"
#: src/components/auth/InviteHeader.tsx:140
-#: src/components/channel/InviteEmbed.tsx:197
+#: src/components/channel/InviteEmbed.tsx:199
#: src/components/modals/InviteAcceptModal.tsx:142
#: src/components/modals/tabs/ExpressionPacksTab.tsx:70
msgid "Sticker pack"
@@ -17261,7 +17350,7 @@ msgstr "Pegatina actualizada"
#: src/components/channel/AutocompleteEmoji.tsx:111
#: src/components/channel/textarea/TextareaButtons.tsx:134
-#: src/components/modals/ExpressionPickerSheet.tsx:86
+#: src/components/modals/ExpressionPickerSheet.tsx:73
#: src/components/popouts/ExpressionPickerPopout.tsx:79
msgid "Stickers"
msgstr "Pegatinas"
@@ -17330,11 +17419,11 @@ msgstr "Sala de Estudio"
msgid "Style Variations"
msgstr "Variaciones de estilo"
-#: src/components/pages/ReportPage.tsx:601
+#: src/components/pages/report/ReportStepComplete.tsx:41
msgid "Submit another report"
msgstr "Enviar otro informe"
-#: src/components/pages/ReportPage.tsx:958
+#: src/components/pages/report/ReportStepDetails.tsx:240
msgid "Submit DSA Report"
msgstr "Enviar informe DSA"
@@ -17346,7 +17435,7 @@ msgstr "Enviar informe"
msgid "Submitting"
msgstr "Enviando"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:53
+#: src/components/modals/components/plutonium/VisionarySection.tsx:58
msgid "subscription"
msgstr "suscripción"
@@ -17464,7 +17553,7 @@ msgstr "Ocultar incrustaciones"
msgid "Swap text to reverify variants"
msgstr "Intercambiar texto para reverificar variantes"
-#: src/components/pages/ReportPage.tsx:337
+#: src/components/pages/report/optionDescriptors.ts:109
msgid "Sweden"
msgstr "Suecia"
@@ -17476,7 +17565,7 @@ msgstr "Sueco"
msgid "Switch account"
msgstr "Cambiar de cuenta"
-#: src/components/popouts/UserAreaPopout.tsx:497
+#: src/components/popouts/UserAreaPopout.tsx:499
msgid "Switch Accounts"
msgstr "Cambiar de cuentas"
@@ -17649,8 +17738,8 @@ msgstr "Texto (NSFW)"
msgid "Text channel"
msgstr "Canal de texto"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:473
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:662
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:487
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:676
#: src/components/channel/channel-header/useChannelHeaderData.ts:96
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:314
msgid "Text Channel"
@@ -17677,19 +17766,19 @@ msgstr "Área de texto"
msgid "Thai"
msgstr "Tailandés"
-#: src/components/pages/ReportPage.tsx:589
-msgid "Thank you for filing a report. We'll review it as soon as possible."
-msgstr "Gracias por presentar un informe. Lo revisaremos lo antes posible."
-
#: src/components/modals/IARModal.tsx:187
msgid "Thank you for helping keep Fluxer safe. Reports are reviewed by our Safety Team. False reports may result in action against your account."
msgstr "Gracias por ayudar a mantener Fluxer seguro. Los informes son revisados por nuestro equipo de seguridad. Los informes falsos pueden resultar en acciones contra tu cuenta."
+#: src/components/pages/report/ReportStepComplete.tsx:37
+msgid "Thank you for helping keep Fluxer safe. We'll review your report as soon as possible."
+msgstr "Gracias por ayudar a mantener Fluxer seguro. Revisaremos tu informe lo antes posible."
+
#: src/components/form/ColorPickerField.tsx:274
msgid "That doesn't look like a valid color. Try hex, rgb(), hsl(), or a CSS color name."
msgstr "Eso no parece un color válido. Prueba con hexadecimal, rgb(), hsl() o un nombre de color CSS."
-#: src/components/pages/ReportPage.tsx:846
+#: src/components/pages/report/ReportStepDetails.tsx:117
msgid "That doesn't look like a valid URL."
msgstr "Eso no parece una URL válida."
@@ -17733,8 +17822,8 @@ msgstr "El bot se ha añadido."
msgid "The channel you're looking for may have been deleted or you may not have access to it."
msgstr "Es posible que el canal que buscas haya sido eliminado o que no tengas acceso a él."
-#: src/components/layout/GuildLayout.tsx:308
-#: src/components/layout/GuildLayout.tsx:371
+#: src/components/layout/GuildLayout.tsx:313
+#: src/components/layout/GuildLayout.tsx:376
msgid "The community you're looking for may have been deleted or you may not have access to it."
msgstr "Es posible que la comunidad que buscas haya sido eliminada o que no tengas acceso a ella."
@@ -17795,7 +17884,7 @@ msgstr "El tiempo de espera no puede superar los 365 días (31536000 segundos)."
msgid "The URL this link channel points to."
msgstr "La URL a la que apunta este canal de enlace."
-#: src/components/pages/ReportPage.tsx:452
+#: src/components/pages/ReportPage.tsx:277
msgid "The verification code is invalid or expired."
msgstr "El código de verificación no es válido o ha caducado."
@@ -17869,7 +17958,7 @@ msgstr "Estos ajustes usan el procesamiento de audio nativo del navegador para m
msgid "These toggles force the client to treat features as enabled or disabled without relying on the server configuration. They only affect your client experience and are shown to developers for testing."
msgstr "Estos interruptores fuerzan al cliente a tratar las funciones como activadas o desactivadas sin depender de la configuración del servidor. Solo afectan a tu experiencia en el cliente y se muestran a los desarrolladores para pruebas."
-#: src/components/channel/channel-view/DMChannelView.tsx:356
+#: src/components/channel/channel-view/DMChannelView.tsx:357
msgid "They might have taken the DeLorean elsewhere."
msgstr "Puede que se hayan llevado el DeLorean a otro sitio."
@@ -17877,7 +17966,7 @@ msgstr "Puede que se hayan llevado el DeLorean a otro sitio."
msgid "they/them"
msgstr "elle"
-#: src/components/channel/channel-view/DMChannelView.tsx:342
+#: src/components/channel/channel-view/DMChannelView.tsx:343
msgid "Think, McFly! Did you type the right address?"
msgstr "¡Piensa, McFly! ¿Has escrito la dirección correcta?"
@@ -17979,7 +18068,7 @@ msgstr "Esta comunidad ha desactivado temporalmente las invitaciones. Puedes int
msgid "This community requires you to verify your account before joining. Please set an email and password for your account."
msgstr "Esta comunidad requiere que verifiques tu cuenta antes de unirte. Por favor, establece un correo electrónico y una contraseña para tu cuenta."
-#: src/components/channel/channel-view/DMChannelView.tsx:339
+#: src/components/channel/channel-view/DMChannelView.tsx:340
msgid "This conversation has been erased"
msgstr "Esta conversación ha sido borrada"
@@ -18008,8 +18097,8 @@ msgstr "Este código de regalo ya ha sido reclamado."
msgid "This gift code has already been redeemed."
msgstr "Este código de regalo ya ha sido canjeado."
-#: src/components/channel/GiftEmbed.tsx:148
-#: src/components/modals/GiftAcceptModal.tsx:92
+#: src/components/channel/GiftEmbed.tsx:159
+#: src/components/modals/GiftAcceptModal.tsx:99
msgid "This gift code is invalid or already claimed."
msgstr "Este código de regalo no es válido o ya ha sido reclamado."
@@ -18022,11 +18111,11 @@ msgstr "Este código de regalo no es válido o ya ha sido canjeado."
msgid "This gift code may be invalid, expired, or already redeemed."
msgstr "Este código de regalo puede ser inválido, haber expirado o ya haber sido canjeado."
-#: src/components/modals/GiftAcceptModal.tsx:118
+#: src/components/modals/GiftAcceptModal.tsx:125
msgid "This gift has already been claimed."
msgstr "Este regalo ya ha sido reclamado."
-#: src/components/modals/tabs/GiftInventoryTab.tsx:157
+#: src/components/modals/tabs/GiftInventoryTab.tsx:158
msgid "This gift has been redeemed"
msgstr "Este regalo ha sido canjeado"
@@ -18044,7 +18133,7 @@ msgstr "Esta invitación expira en {0}."
msgid "This invite has unlimited uses."
msgstr "Esta invitación tiene usos ilimitados."
-#: src/components/modals/InviteModal.tsx:321
+#: src/components/modals/InviteModal.tsx:318
msgid "This invite link never expires."
msgstr "Este enlace de invitación nunca caduca."
@@ -18059,23 +18148,19 @@ msgstr "Esta invitación puede haber expirado o haber sido eliminada."
msgid "This invite never expires."
msgstr "Esta invitación nunca expira."
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:170
-#: src/components/emojis/EmojiInfoContent.tsx:79
+#: src/components/emojis/EmojiAttributionSubtext.tsx:130
msgid "This is a custom emoji from"
msgstr "Este es un emoji personalizado de"
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:160
-#: src/components/emojis/EmojiInfoContent.tsx:68
+#: src/components/emojis/EmojiAttributionSubtext.tsx:121
msgid "This is a custom emoji from a community."
msgstr "Este es un emoji personalizado de una comunidad."
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:150
-#: src/components/emojis/EmojiInfoContent.tsx:56
+#: src/components/emojis/EmojiAttributionSubtext.tsx:111
msgid "This is a custom emoji from a community. Ask the author for an invite to use this emoji."
msgstr "Este es un emoji personalizado de una comunidad. Pídele al autor una invitación para usar este emoji."
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:138
-#: src/components/emojis/EmojiInfoContent.tsx:43
+#: src/components/emojis/EmojiAttributionSubtext.tsx:101
msgid "This is a default emoji on Fluxer."
msgstr "Este es un emoji predeterminado en Fluxer."
@@ -18095,8 +18180,8 @@ msgstr "Así aparecen los mensajes"
msgid "This is not the channel you're looking for."
msgstr "Este no es el canal que buscas."
-#: src/components/layout/GuildLayout.tsx:307
-#: src/components/layout/GuildLayout.tsx:370
+#: src/components/layout/GuildLayout.tsx:312
+#: src/components/layout/GuildLayout.tsx:375
msgid "This is not the community you're looking for."
msgstr "Esta no es la comunidad que buscas."
@@ -18113,7 +18198,7 @@ msgid "This is the beginning of <0>{displayName}0>. Add friends to start a con
msgstr "Este es el comienzo de <0>{displayName}0>. ¡Añade amigos para empezar una conversación!"
#. placeholder {0}: user.username
-#: src/components/channel/dm/DMWelcomeSection.tsx:182
+#: src/components/channel/dm/DMWelcomeSection.tsx:194
msgid "This is the beginning of your direct message history with <0>{0}0>."
msgstr "Este es el comienzo de tu historial de mensajes directos con <0>{0}0>."
@@ -18194,7 +18279,7 @@ msgstr "A este enlace del tema le faltan datos."
msgid "This theme may have been removed or the link is invalid."
msgstr "Es posible que este tema haya sido eliminado o que el enlace no sea válido."
-#: src/components/channel/dm/AddFriendForm.tsx:62
+#: src/components/channel/dm/AddFriendForm.tsx:85
msgid "This user has restricted who can send them friend requests."
msgstr "Este usuario ha restringido quién puede enviarle solicitudes de amistad."
@@ -18216,8 +18301,8 @@ msgid "This was a @silent message."
msgstr "Este fue un mensaje @silent."
#: src/actions/MessageActionCreators.tsx:392
-#: src/components/channel/Messages.tsx:442
-#: src/components/channel/Messages.tsx:522
+#: src/components/channel/Messages.tsx:440
+#: src/components/channel/Messages.tsx:520
msgid "This will create a rift in the space-time continuum and cannot be undone."
msgstr "Esto creará una grieta en el continuo espacio-temporal y no se puede deshacer."
@@ -18283,7 +18368,7 @@ msgstr "Tiempo: {currentFormatted} de {durationFormatted}"
msgid "Timed out until {0}."
msgstr "Expulsado hasta {0}."
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:285
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:288
#: src/components/modals/TimeoutMemberModal.tsx:207
#: src/components/modals/TimeoutMemberSheet.tsx:90
#: src/components/uikit/ContextMenu/items/GuildMemberMenuItems.tsx:272
@@ -18570,7 +18655,7 @@ msgstr "verdadero o falso"
msgid "Try a different name or use @ / # / ! / * prefixes to filter results."
msgstr "Prueba un nombre diferente o usa los prefijos @ / # / ! / * para filtrar los resultados."
-#: src/components/channel/ChannelSearchResults.tsx:710
+#: src/components/channel/ChannelSearchResults.tsx:679
msgid "Try a different search query"
msgstr "Prueba una consulta de búsqueda diferente"
@@ -18585,13 +18670,13 @@ msgid "Try a different search term or filter"
msgstr "Prueba un término de búsqueda o filtro diferente"
#: src/components/auth/HandoffCodeDisplay.tsx:67
-#: src/components/channel/Messages.tsx:939
+#: src/components/channel/Messages.tsx:937
msgid "Try again"
msgstr "Inténtalo de nuevo"
#: src/components/BootstrapErrorScreen.tsx:68
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:301
-#: src/components/channel/ChannelSearchResults.tsx:694
+#: src/components/channel/ChannelSearchResults.tsx:663
#: src/components/modals/channelTabs/ChannelInvitesTab.tsx:148
#: src/components/modals/channelTabs/ChannelWebhooksTab.tsx:159
#: src/components/NetworkErrorScreen.tsx:56
@@ -18612,7 +18697,7 @@ msgstr "Prueba otro nombre o revisa tu ortografía."
msgid "Try another search term"
msgstr "Prueba otro término de búsqueda"
-#: src/components/channel/InviteEmbed.tsx:359
+#: src/components/channel/InviteEmbed.tsx:361
msgid "Try asking for a new invite."
msgstr "Intenta pedir una nueva invitación."
@@ -18802,7 +18887,7 @@ msgstr "No se puede instalar el paquete de pegatinas"
msgid "Unable to load activity logs"
msgstr "No se pueden cargar los registros de actividad"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:104
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:108
msgid "Unable to load applications"
msgstr "No se pueden cargar las aplicaciones"
@@ -18814,7 +18899,7 @@ msgstr "No se puede cargar la información del paquete."
msgid "Unable to prepare any emojis for upload. The following errors occurred:"
msgstr "No se pueden preparar emojis para subir. Ocurrieron los siguientes errores:"
-#: src/components/modals/ClaimAccountModal.tsx:125
+#: src/components/modals/ClaimAccountModal.tsx:127
#: src/components/modals/EmailChangeModal.tsx:122
#: src/components/modals/EmailChangeModal.tsx:152
msgid "Unable to resend code right now"
@@ -18824,7 +18909,7 @@ msgstr "No se puede reenviar el código ahora mismo"
msgid "Unable to send code to new email"
msgstr "No se puede enviar el código al nuevo correo"
-#: src/components/channel/dm/AddFriendForm.tsx:76
+#: src/components/channel/dm/AddFriendForm.tsx:99
msgid "Unable to send friend request. Please try again."
msgstr "No se puede enviar la solicitud de amistad. Por favor, inténtalo de nuevo."
@@ -18844,17 +18929,17 @@ msgstr "No disponible para todos"
msgid "Unavailable for everyone but staff"
msgstr "No disponible para todos excepto el personal"
-#: src/components/bottomsheets/DMBottomSheet.tsx:532
+#: src/components/bottomsheets/DMBottomSheet.tsx:535
#: src/components/channel/barriers/BarrierComponents.tsx:221
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:180
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:335
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:182
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:338
#: src/components/modals/tabs/BlockedUsersTab.tsx:58
#: src/components/modals/tabs/BlockedUsersTab.tsx:171
#: src/components/modals/UserProfileActionsSheet.tsx:151
#: src/components/modals/UserProfileActionsSheet.tsx:305
-#: src/components/modals/UserProfileMobileSheet.tsx:320
+#: src/components/modals/UserProfileMobileSheet.tsx:321
#: src/components/modals/UserProfileModal.tsx:1049
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:209
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:230
#: src/utils/RelationshipActionUtils.tsx:169
msgid "Unblock"
msgstr "Desbloquear"
@@ -18863,11 +18948,11 @@ msgstr "Desbloquear"
msgid "Unblock this user before sending a friend request."
msgstr "Desbloquea a este usuario antes de enviar una solicitud de amistad."
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:178
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:180
#: src/components/modals/tabs/BlockedUsersTab.tsx:56
#: src/components/modals/UserProfileActionsSheet.tsx:149
-#: src/components/modals/UserProfileMobileSheet.tsx:318
-#: src/components/modals/UserProfileModal.tsx:1243
+#: src/components/modals/UserProfileMobileSheet.tsx:319
+#: src/components/modals/UserProfileModal.tsx:1244
#: src/utils/RelationshipActionUtils.tsx:167
msgid "Unblock User"
msgstr "Desbloquear usuario"
@@ -18878,17 +18963,17 @@ msgstr "Desbloquear usuario"
msgid "Uncategorized"
msgstr "Sin categorizar"
-#: src/components/modals/tabs/BetaCodesTab.tsx:127
-#: src/components/modals/tabs/BetaCodesTab.tsx:204
+#: src/components/modals/tabs/BetaCodesTab.tsx:129
+#: src/components/modals/tabs/BetaCodesTab.tsx:206
msgid "Unclaimed"
msgstr "Sin reclamar"
#. placeholder {0}: unclaimedBetaCodes.length
-#: src/components/modals/tabs/BetaCodesTab.tsx:333
+#: src/components/modals/tabs/BetaCodesTab.tsx:358
msgid "Unclaimed ({0})"
msgstr "Sin reclamar ({0})"
-#: src/components/modals/components/UnclaimedAccountAlert.tsx:31
+#: src/components/modals/components/UnclaimedAccountAlert.tsx:29
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:51
msgid "Unclaimed Account"
msgstr "Cuenta sin reclamar"
@@ -18922,7 +19007,7 @@ msgstr "Reactivar audio en todos los dispositivos"
msgid "Undeafen User"
msgstr "Reactivar audio del usuario"
-#: src/components/pages/ReportPage.tsx:285
+#: src/components/pages/report/optionDescriptors.ts:63
#: src/constants/IARConstants.tsx:129
msgid "Underage User"
msgstr "Usuario menor de edad"
@@ -18981,7 +19066,7 @@ msgstr "Quitar el foco"
msgid "Unique invite"
msgstr "Invitación única"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:79
+#: src/components/modals/components/plutonium/VisionarySection.tsx:88
msgid "Unique profile badge"
msgstr "Insignia de perfil única"
@@ -19035,12 +19120,12 @@ msgstr "entidad desconocida"
msgid "Unknown error"
msgstr "Error desconocido"
-#: src/components/channel/GiftEmbed.tsx:147
-#: src/components/modals/GiftAcceptModal.tsx:91
+#: src/components/channel/GiftEmbed.tsx:158
+#: src/components/modals/GiftAcceptModal.tsx:98
msgid "Unknown Gift"
msgstr "Regalo desconocido"
-#: src/components/channel/InviteEmbed.tsx:357
+#: src/components/channel/InviteEmbed.tsx:359
msgid "Unknown Invite"
msgstr "Invitación desconocida"
@@ -19113,7 +19198,7 @@ msgstr "Desbloquea Compartir pantalla en HD con Plutonium"
msgid "Unlock HD Video with Plutonium"
msgstr "Desbloquea Vídeo HD con Plutonium"
-#: src/components/modals/components/PlutoniumContent.tsx:185
+#: src/components/modals/components/PlutoniumContent.tsx:196
msgid "Unlock higher limits and exclusive features while supporting an independent communication platform."
msgstr "Desbloquea límites más altos y funciones exclusivas mientras apoyas una plataforma de comunicación independiente."
@@ -19126,9 +19211,9 @@ msgid "Unlock stickers in DMs with Plutonium"
msgstr "Desbloquea pegatinas en MD con Plutonium"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:467
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:850
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1044
-#: src/components/bottomsheets/DMBottomSheet.tsx:645
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:882
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1068
+#: src/components/bottomsheets/DMBottomSheet.tsx:648
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:321
#: src/components/bottomsheets/VoiceLobbyBottomSheet.tsx:179
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:253
@@ -19154,7 +19239,7 @@ msgstr "Activar sonido de la categoría"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:400
#: src/components/bottomsheets/ChannelBottomSheet.tsx:452
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1005
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1029
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:167
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:161
msgid "Unmute Channel"
@@ -19167,9 +19252,9 @@ msgstr "Activar sonido del canal"
msgid "Unmute Community"
msgstr "Activar sonido de la comunidad"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1007
-#: src/components/bottomsheets/DMBottomSheet.tsx:449
-#: src/components/bottomsheets/DMBottomSheet.tsx:590
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1031
+#: src/components/bottomsheets/DMBottomSheet.tsx:451
+#: src/components/bottomsheets/DMBottomSheet.tsx:593
msgid "Unmute Conversation"
msgstr "Activar sonido de la conversación"
@@ -19200,16 +19285,16 @@ msgid "Unnamed Group"
msgstr "Grupo sin nombre"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:331
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1126
-#: src/components/bottomsheets/DMBottomSheet.tsx:478
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1150
+#: src/components/bottomsheets/DMBottomSheet.tsx:480
#: src/components/channel/dm/DMList.tsx:282
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:149
msgid "Unpin DM"
msgstr "Desfijar MD"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:290
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1126
-#: src/components/bottomsheets/DMBottomSheet.tsx:478
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1150
+#: src/components/bottomsheets/DMBottomSheet.tsx:480
#: src/components/channel/dm/DMList.tsx:243
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:129
msgid "Unpin Group DM"
@@ -19231,20 +19316,20 @@ msgid "Unpin Message"
msgstr "Desfijar mensaje"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:232
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:583
-#: src/components/bottomsheets/DMBottomSheet.tsx:164
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:597
+#: src/components/bottomsheets/DMBottomSheet.tsx:166
#: src/components/channel/dm/DMList.tsx:224
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:132
msgid "Unpinned DM"
msgstr "MD desfijado"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:232
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:583
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:597
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:112
msgid "Unpinned group"
msgstr "Grupo desfijado"
-#: src/components/bottomsheets/DMBottomSheet.tsx:164
+#: src/components/bottomsheets/DMBottomSheet.tsx:166
msgid "Unpinned group DM"
msgstr "DM de grupo sin anclar"
@@ -19279,7 +19364,7 @@ msgstr "Mostrar incrustaciones"
msgid "Until I change it"
msgstr "Hasta que lo cambie"
-#: src/components/bottomsheets/DMBottomSheet.tsx:664
+#: src/components/bottomsheets/DMBottomSheet.tsx:667
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:334
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:57
#: src/components/channel/muteOptions.ts:39
@@ -19305,7 +19390,7 @@ msgstr "Actualizar"
msgid "Update app"
msgstr "Actualizar aplicación"
-#: src/components/modals/components/MobileSettingsView.tsx:244
+#: src/components/modals/components/MobileSettingsView.tsx:239
msgid "Update Service Worker"
msgstr "Actualizar Service Worker"
@@ -19402,7 +19487,7 @@ msgstr "Actualizando favoritos…"
msgid "Updating..."
msgstr "Actualizando..."
-#: src/components/modals/components/plutonium/PricingSection.tsx:84
+#: src/components/modals/components/plutonium/PricingSection.tsx:94
msgid "Upgrade Now"
msgstr "Mejorar ahora"
@@ -19415,18 +19500,19 @@ msgstr "Mejorar a Plutonium"
msgid "Upgrade to store up to 15 custom backgrounds and unlock HD video quality, higher frame rates, and more."
msgstr "Mejora para almacenar hasta 15 fondos personalizados y desbloquear calidad de vídeo HD, tasas de fotogramas más altas y más."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:265
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:316
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:297
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:357
msgid "Upgrade to Visionary"
msgstr "Mejorar a Visionary"
#. placeholder {0}: formatter.format(visionarySlots.remaining)
-#: src/components/modals/components/plutonium/VisionarySection.tsx:109
+#: src/components/modals/components/plutonium/VisionarySection.tsx:122
+#: src/components/modals/components/plutonium/VisionarySection.tsx:134
msgid "Upgrade to Visionary — {0} Left"
msgstr "Mejorar a Visionary — {0} restantes"
#. placeholder {0}: isGiftSubscription ? 'gift time' : 'subscription'
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:243
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:262
msgid "Upgrading to Visionary is a <0>one-time0> purchase and will <1>cancel your current {0} immediately1>."
msgstr "Mejorar a Visionary es una compra <0>única0> y <1>cancelará tu {0} actual inmediatamente1>."
@@ -19674,10 +19760,6 @@ msgstr "Usa estos códigos para acceder a tu cuenta si pierdes tu aplicación de
msgid "Use this button to quickly clear all permissions."
msgstr "Usa este botón para borrar rápidamente todos los permisos."
-#: src/components/pages/ReportPage.tsx:613
-msgid "Use this form to report illegal content under the Digital Services Act (DSA). Select what you want to report."
-msgstr "Usa este formulario para informar sobre contenido ilegal bajo la Ley de Servicios Digitales (DSA). Selecciona lo que quieres informar."
-
#: src/components/modals/tabs/KeybindsTab.tsx:101
msgid "Use this shortcut system-wide"
msgstr "Usar este atajo en todo el sistema"
@@ -19708,19 +19790,19 @@ msgstr "El usuario parece tener menos de 13 años"
msgid "User Debug"
msgstr "Depuración de usuario"
-#: src/components/channel/channel-view/DMChannelView.tsx:353
+#: src/components/channel/channel-view/DMChannelView.tsx:354
msgid "User has vanished"
msgstr "El usuario ha desaparecido"
-#: src/components/pages/ReportPage.tsx:865
+#: src/components/pages/report/ReportStepDetails.tsx:137
msgid "User ID (optional)"
msgstr "ID de usuario (opcional)"
-#: src/components/bottomsheets/DMBottomSheet.tsx:376
+#: src/components/bottomsheets/DMBottomSheet.tsx:378
msgid "User ID copied"
msgstr "ID de usuario copiado"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:652
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:666
msgid "User ID copied to clipboard"
msgstr "ID de usuario copiado al portapapeles"
@@ -19765,7 +19847,7 @@ msgstr "Registro de usuario"
msgid "User Settings"
msgstr "Configuración de usuario"
-#: src/components/pages/ReportPage.tsx:873
+#: src/components/pages/report/ReportStepDetails.tsx:146
msgid "User Tag (optional)"
msgstr "Etiqueta de usuario (opcional)"
@@ -19805,7 +19887,7 @@ msgstr "El nombre de usuario debe tener al menos 1 carácter"
msgid "Username must be at most 32 characters"
msgstr "El nombre de usuario debe tener como máximo 32 caracteres"
-#: src/components/channel/dm/AddFriendForm.tsx:130
+#: src/components/channel/dm/AddFriendForm.tsx:153
msgid "Username#0000"
msgstr "NombreDeUsuario#0000"
@@ -19904,7 +19986,7 @@ msgstr "Las URLs personalizadas deben tener entre 2 y 32 caracteres de longitud
msgid "Verification Barriers"
msgstr "Barreras de verificación"
-#: src/components/modals/ClaimAccountModal.tsx:199
+#: src/components/modals/ClaimAccountModal.tsx:201
#: src/components/modals/EmailChangeModal.tsx:218
#: src/components/modals/EmailChangeModal.tsx:282
#: src/components/modals/PhoneAddModal.tsx:224
@@ -19912,11 +19994,11 @@ msgstr "Barreras de verificación"
msgid "Verification code"
msgstr "Código de verificación"
-#: src/components/pages/ReportPage.tsx:719
+#: src/components/pages/report/ReportStepVerification.tsx:86
msgid "Verification Code"
msgstr "Código de verificación"
-#: src/components/modals/ClaimAccountModal.tsx:88
+#: src/components/modals/ClaimAccountModal.tsx:90
msgid "Verification code sent"
msgstr "Código de verificación enviado"
@@ -19937,10 +20019,9 @@ msgstr "Puede ser necesaria la verificación antes de ver tus códigos de respal
#: src/components/auth/AuthPageHeader.tsx:49
#: src/components/auth/InviteHeader.tsx:81
#: src/components/auth/InviteHeader.tsx:226
-#: src/components/channel/InviteEmbed.tsx:285
-#: src/components/channel/InviteEmbed.tsx:428
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:178
-#: src/components/emojis/EmojiInfoContent.tsx:87
+#: src/components/channel/InviteEmbed.tsx:287
+#: src/components/channel/InviteEmbed.tsx:430
+#: src/components/emojis/EmojiAttributionSubtext.tsx:143
#: src/components/layout/GuildHeader.tsx:132
msgid "Verified Community"
msgstr "Comunidad verificada"
@@ -19955,7 +20036,7 @@ msgstr "Gremio verificado"
msgid "Verify"
msgstr "Verificar"
-#: src/components/pages/ReportPage.tsx:740
+#: src/components/pages/report/ReportStepVerification.tsx:102
msgid "Verify Code"
msgstr "Verificar código"
@@ -19980,6 +20061,10 @@ msgstr "Formulario de verificación de número de teléfono"
msgid "Verify You're Human"
msgstr "Verifica que eres humano"
+#: src/components/pages/report/ReportStepEmail.tsx:54
+msgid "Verify your email"
+msgstr "Verifica tu correo electrónico"
+
#: src/components/modals/SudoVerificationModal.tsx:359
msgid "Verify your identity"
msgstr "Verifica tu identidad"
@@ -20012,7 +20097,7 @@ msgid "Video"
msgstr "Vídeo"
#: src/components/channel/ChannelHeader.tsx:572
-#: src/components/modals/UserProfileMobileSheet.tsx:515
+#: src/components/modals/UserProfileMobileSheet.tsx:519
msgid "Video Call"
msgstr "Videollamada"
@@ -20097,7 +20182,7 @@ msgstr "Ver códigos de respaldo"
msgid "View backup codes form"
msgstr "Ver formulario de códigos de respaldo"
-#: src/components/channel/channel-view/DMChannelView.tsx:282
+#: src/components/channel/channel-view/DMChannelView.tsx:283
msgid "View call"
msgstr "Ver llamada"
@@ -20138,7 +20223,7 @@ msgstr "Ver inventario de regalos"
msgid "View Global Profile"
msgstr "Ver perfil global"
-#: src/components/channel/channel-view/DMChannelView.tsx:282
+#: src/components/channel/channel-view/DMChannelView.tsx:283
msgid "View incoming call"
msgstr "Ver llamada entrante"
@@ -20158,10 +20243,10 @@ msgstr "Ver funciones premium"
msgid "View premium perks"
msgstr "Ver ventajas premium"
-#: src/components/bottomsheets/DMBottomSheet.tsx:411
+#: src/components/bottomsheets/DMBottomSheet.tsx:413
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:226
#: src/components/channel/friends/MobileFriendRequestItem.tsx:87
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:210
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:212
#: src/components/modals/tabs/BlockedUsersTab.tsx:87
#: src/components/uikit/ContextMenu/items/UserProfileMenuItem.tsx:43
msgid "View Profile"
@@ -20191,7 +20276,7 @@ msgstr "Espectador se une a la transmisión"
msgid "Viewer Leaves Stream"
msgstr "Espectador abandona la transmisión"
-#: src/components/pages/ReportPage.tsx:827
+#: src/components/pages/report/ReportStepDetails.tsx:96
msgid "Violation Category"
msgstr "Categoría de infracción"
@@ -20199,7 +20284,7 @@ msgstr "Categoría de infracción"
msgid "Violation category selection"
msgstr "Selección de categoría de infracción"
-#: src/components/pages/ReportPage.tsx:264
+#: src/components/pages/report/optionDescriptors.ts:45
#: src/constants/IARConstants.tsx:42
msgid "Violent or Graphic Content"
msgstr "Contenido violento o gráfico"
@@ -20212,9 +20297,9 @@ msgstr "Voz VIP"
msgid "Visible Buttons"
msgstr "Botones visibles"
-#: src/components/modals/components/plutonium/PricingSection.tsx:88
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:110
-#: src/components/modals/components/plutonium/VisionarySection.tsx:58
+#: src/components/modals/components/plutonium/PricingSection.tsx:101
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:129
+#: src/components/modals/components/plutonium/VisionarySection.tsx:67
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:154
#: src/utils/modals/guildTabs/GuildAuditLogTabUtils.ts:274
msgid "Visionary"
@@ -20228,25 +20313,25 @@ msgstr "Visionario (Vitalicio #42)"
msgid "Visionary (Lifetime Plutonium)"
msgstr "Visionario (Vitalicio Plutonium)"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:80
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:111
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:95
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:134
msgid "Visionary {visionaryPrice}"
msgstr "Visionario {visionaryPrice}"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:96
+#: src/components/modals/components/plutonium/VisionarySection.tsx:105
msgid "Visionary community with direct team access"
msgstr "Comunidad visionaria con acceso directo al equipo"
-#: src/components/modals/components/plutonium/GiftSection.tsx:87
-#: src/components/modals/components/plutonium/PricingSection.tsx:119
+#: src/components/modals/components/plutonium/GiftSection.tsx:100
+#: src/components/modals/components/plutonium/PricingSection.tsx:140
msgid "Visionary Gift"
msgstr "Regalo visionario"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:109
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:132
msgid "Visionary Gift Sold Out"
msgstr "Regalo visionario agotado"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:80
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:95
msgid "Visionary Sold Out"
msgstr "Visionario agotado"
@@ -20281,15 +20366,15 @@ msgstr "Ajustes de voz y vídeo"
msgid "Voice Activity"
msgstr "Actividad de voz"
-#: src/components/channel/channel-view/DMChannelView.tsx:277
+#: src/components/channel/channel-view/DMChannelView.tsx:278
#: src/components/voice/VoiceCallView.tsx:466
msgid "Voice call"
msgstr "Llamada de voz"
-#: src/components/bottomsheets/DMBottomSheet.tsx:419
+#: src/components/bottomsheets/DMBottomSheet.tsx:421
#: src/components/channel/ChannelHeader.tsx:562
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:225
-#: src/components/modals/UserProfileMobileSheet.tsx:507
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:227
+#: src/components/modals/UserProfileMobileSheet.tsx:511
msgid "Voice Call"
msgstr "Llamada de voz"
@@ -20306,8 +20391,8 @@ msgstr "Llamadas de voz"
msgid "Voice channel"
msgstr "Canal de voz"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:475
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:662
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:489
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:676
#: src/components/channel/channel-header/useChannelHeaderData.ts:100
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:314
msgid "Voice Channel"
@@ -20488,8 +20573,8 @@ msgstr "Hemos enviado un enlace por correo para autorizar este inicio de sesión
msgid "We failed to retrieve the full information about this user at this time."
msgstr "No hemos podido recuperar la información completa sobre este usuario en este momento."
-#: src/components/layout/GuildLayout.tsx:302
-#: src/components/layout/GuildLayout.tsx:349
+#: src/components/layout/GuildLayout.tsx:307
+#: src/components/layout/GuildLayout.tsx:354
msgid "We fluxed up! Hang tight, we're working on it."
msgstr "¡La hemos liado! Aguanta, estamos trabajando en ello."
@@ -20513,18 +20598,13 @@ msgstr "Perdimos la conexión mientras esperábamos la autorización. Por favor,
msgid "We need to make sure you're not a bot. Please complete the verification below."
msgstr "Necesitamos asegurarnos de que no eres un bot. Por favor, completa la verificación a continuación."
-#: src/components/pages/ReportPage.tsx:639
-msgid "We need to verify your email address before you can submit a report."
-msgstr "Necesitamos verificar tu dirección de correo electrónico antes de que puedas enviar un informe."
-
#: src/components/modals/BackupCodesModal.tsx:45
msgid "We recommend saving these codes now so that you don't get locked out of your account."
msgstr "Te recomendamos guardar estos códigos ahora para que no te quedes bloqueado fuera de tu cuenta."
-#. placeholder {0}: state.email
-#: src/components/pages/ReportPage.tsx:702
-msgid "We sent a verification code to {0}."
-msgstr "Hemos enviado un código de verificación a {0}."
+#: src/components/pages/report/ReportStepVerification.tsx:67
+msgid "We sent a code to {email}."
+msgstr "Enviamos un código a {email}."
#: src/components/auth/BrowserLoginHandoffModal.tsx:315
msgid "We will prefill {prefillEmail} once the browser login opens."
@@ -20534,6 +20614,10 @@ msgstr "Rellenaremos {prefillEmail} una vez que se abra el inicio de sesión en
msgid "We'll restore your previous email, sign out old sessions, remove phone numbers, disable MFA, and secure your account with a new password."
msgstr "Restauraremos tu correo electrónico anterior, cerraremos las sesiones antiguas, eliminaremos los números de teléfono, desactivaremos MFA y protegeremos tu cuenta con una nueva contraseña."
+#: src/components/pages/report/ReportStepEmail.tsx:57
+msgid "We'll send a short code to confirm you can receive updates about this report."
+msgstr "Enviaremos un código corto para confirmar que puedes recibir actualizaciones sobre este informe."
+
#: src/components/modals/EmailChangeModal.tsx:190
msgid "We'll verify your current email and then your new email with one-time codes."
msgstr "Verificaremos tu correo electrónico actual y luego tu nuevo correo electrónico con códigos de un solo uso."
@@ -20546,13 +20630,13 @@ msgstr "Verificaremos tu nuevo correo electrónico con un código de un solo uso
msgid "We're having trouble connecting to Fluxer's servers. This could be a temporary network issue or scheduled maintenance."
msgstr "Estamos teniendo problemas para conectarnos a los servidores de Fluxer. Esto podría ser un problema temporal de red o un mantenimiento programado."
-#: src/components/modals/tabs/BetaCodesTab.tsx:297
+#: src/components/modals/tabs/BetaCodesTab.tsx:322
#: src/components/modals/tabs/DevicesTab.tsx:230
msgid "We're having trouble connecting to the space-time continuum. Please check your connection and try again."
msgstr "Estamos teniendo problemas para conectarnos al continuo espacio-tiempo. Por favor, comprueba tu conexión e inténtalo de nuevo."
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:287
-#: src/components/channel/ChannelSearchResults.tsx:681
+#: src/components/channel/ChannelSearchResults.tsx:650
msgid "We're indexing this channel for the first time. This might take a little while..."
msgstr "Estamos indexando este canal por primera vez. Esto podría tardar un poco..."
@@ -20829,17 +20913,16 @@ msgstr "Escribe CSS personalizado aquí para anular cualquier token de tema. Por
msgid "Write your content here... This textarea expands as you type."
msgstr "Escribe tu contenido aquí... Esta área de texto se expande mientras escribes."
-#: src/components/auth/DateOfBirthField.tsx:89
-#: src/components/auth/DateOfBirthField.tsx:156
+#: src/components/auth/DateOfBirthField.tsx:153
#: src/components/auth/MockMinimalRegisterForm.tsx:78
msgid "Year"
msgstr "Año"
-#: src/components/modals/components/plutonium/PricingSection.tsx:78
+#: src/components/modals/components/plutonium/PricingSection.tsx:88
msgid "Yearly"
msgstr "Anual"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:71
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:84
msgid "Yearly {yearlyPrice}"
msgstr "Anual {yearlyPrice}"
@@ -20874,7 +20957,7 @@ msgstr "Estás a punto de salir de Fluxer"
msgid "You are about to transfer ownership of this community to <0>{0}0>. This action is <1>irreversible1> and you will lose all owner privileges."
msgstr "Estás a punto de transferir la propiedad de esta comunidad a <0>{0}0>. Esta acción es <1>irreversible1> y perderás todos los privilegios de propietario."
-#: src/components/channel/dm/AddFriendForm.tsx:72
+#: src/components/channel/dm/AddFriendForm.tsx:95
msgid "You are already friends with this user."
msgstr "Ya eres amigo de este usuario."
@@ -20960,7 +21043,7 @@ msgstr "Solo puedes subir hasta {MAX_EMOJIS_PER_UPLOAD} emojis a la vez. Solo se
msgid "You can pin messages in this conversation for everyone to see."
msgstr "Puedes fijar mensajes en esta conversación para que todos los vean."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:175
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:194
msgid "You can redeem additional gift codes to <0>extend0> your gift time. To start a monthly or yearly plan, wait until after it ends — or <1>upgrade to Visionary1> now (remaining gift time will be discarded)."
msgstr "Puedes canjear códigos de regalo adicionales para <0>extender0> tu tiempo de regalo. Para empezar un plan mensual o anual, espera hasta que termine — o <1>actualiza a Visionary1> ahora (el tiempo de regalo restante se descartará)."
@@ -20990,7 +21073,7 @@ msgstr "Puedes usar enlaces y Markdown para formatear tu texto. Con <0/>, puedes
msgid "You can't add new reactions while you're on timeout."
msgstr "No puedes añadir nuevas reacciones mientras estás en tiempo de espera."
-#: src/components/modals/UserProfileModal.tsx:1170
+#: src/components/modals/UserProfileModal.tsx:1171
msgid "You can't befriend yourself"
msgstr "No puedes hacerte amigo de ti mismo"
@@ -20998,14 +21081,14 @@ msgstr "No puedes hacerte amigo de ti mismo"
msgid "You can't interact with reactions in search results as it might disrupt the space-time continuum."
msgstr "No puedes interactuar con reacciones en los resultados de búsqueda porque podría alterar el continuo espacio-tiempo."
-#: src/components/layout/ChannelItem.tsx:200
-#: src/components/layout/ChannelItem.tsx:366
-#: src/stores/voice/MediaEngineFacade.ts:151
-#: src/stores/voice/MediaEngineFacade.ts:482
+#: src/components/layout/ChannelItem.tsx:206
+#: src/components/layout/ChannelItem.tsx:375
+#: src/stores/voice/MediaEngineFacade.ts:154
+#: src/stores/voice/MediaEngineFacade.ts:529
msgid "You can't join while you're on timeout."
msgstr "No puedes unirte mientras estás en tiempo de espera."
-#: src/components/modals/UserProfileModal.tsx:1182
+#: src/components/modals/UserProfileModal.tsx:1183
#: src/components/popouts/UserProfilePopout.tsx:282
#: src/components/profile/ProfilePreview.tsx:284
msgid "You can't message yourself"
@@ -21019,7 +21102,7 @@ msgstr "No puedes enviar una solicitud de amistad a ti mismo."
msgid "You can't send friend requests to bots."
msgstr "No puedes enviar solicitudes de amistad a bots."
-#: src/components/channel/dm/AddFriendForm.tsx:64
+#: src/components/channel/dm/AddFriendForm.tsx:87
msgid "You can't send friend requests to users you've blocked. Unblock them first."
msgstr "No puedes enviar solicitudes de amistad a usuarios que has bloqueado. Desbloquéalos primero."
@@ -21066,11 +21149,11 @@ msgstr "No puedes eliminar este permiso porque lo eliminaría de ti mismo"
msgid "You cannot save a role with a blank name. Please provide a valid name before saving."
msgstr "No puedes guardar un rol con un nombre en blanco. Por favor, proporciona un nombre válido antes de guardar."
-#: src/components/channel/dm/AddFriendForm.tsx:68
+#: src/components/channel/dm/AddFriendForm.tsx:91
msgid "You cannot send a friend request to yourself."
msgstr "No puedes enviar una solicitud de amistad a ti mismo."
-#: src/components/channel/dm/AddFriendForm.tsx:66
+#: src/components/channel/dm/AddFriendForm.tsx:89
msgid "You cannot send friend requests to bots."
msgstr "No puedes enviar solicitudes de amistad a bots."
@@ -21094,7 +21177,7 @@ msgstr "No tienes acceso al canal donde se envió este mensaje."
msgid "You do not have permission to send messages in this channel."
msgstr "No tienes permiso para enviar mensajes en este canal."
-#: src/components/layout/GuildLayout.tsx:393
+#: src/components/layout/GuildLayout.tsx:398
msgid "You don't have access to any channels in this community."
msgstr "No tienes acceso a ningún canal en esta comunidad."
@@ -21114,23 +21197,23 @@ msgstr "No tienes permiso para instalar este paquete de emojis."
msgid "You don't have permission to install this sticker pack."
msgstr "No tienes permiso para instalar este paquete de pegatinas."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:203
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:222
msgid "You have all <0/> for <1>{monthlyPrice}/month1>."
msgstr "Tienes todo <0/> por <1>{monthlyPrice}/mes1>."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:208
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:227
msgid "You have all <0/> for <1>{yearlyPrice}/year1>."
msgstr "Tienes todo <0/> por <1>{yearlyPrice}/año1>."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:213
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:232
msgid "You have all <0/> for your subscription period."
msgstr "Tienes todo <0/> durante tu periodo de suscripción."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:198
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:217
msgid "You have all <0/> forever. No subscriptions, no renewals."
msgstr "Tienes todo <0/> para siempre. Sin suscripciones, sin renovaciones."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:169
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:188
msgid "You have all <0/> via a <1>gift subscription1> until <2>{giftEndDate}2>. It <3>won't renew3>."
msgstr "Tienes todo <0/> mediante una <1>suscripción de regalo1> hasta <2>{giftEndDate}2>. <3>No se renovará3>."
@@ -21228,11 +21311,11 @@ msgstr "Has perdido acceso a este mensaje guardado. ¿Eliminar?"
msgid "You made it, {username}! We're about to hit 88mph!"
msgstr "¡Lo has conseguido, {username}! ¡Estamos a punto de alcanzar las 88 mph!"
-#: src/components/channel/CallMessage.tsx:179
+#: src/components/channel/CallMessage.tsx:173
msgid "You missed a call from <0/> that lasted {durationText}."
msgstr "Te has perdido una llamada de <0/> que duró {durationText}."
-#: src/components/channel/CallMessage.tsx:184
+#: src/components/channel/CallMessage.tsx:178
msgid "You missed a call from <0/>."
msgstr "Perdiste una llamada de <0/>."
@@ -21252,7 +21335,7 @@ msgstr "Debes tener 18 años o más para ver este contenido. <0>Más informació
msgid "You must be connected to the gateway to accept this temporary invite. Please check your connection and try again."
msgstr "Debes estar conectado a la puerta de enlace para aceptar esta invitación temporal. Comprueba tu conexión e inténtalo de nuevo."
-#: src/components/pages/ReportPage.tsx:463
+#: src/components/pages/ReportPage.tsx:288
msgid "You must verify your email before submitting a report."
msgstr "Debes verificar tu correo electrónico antes de enviar un informe."
@@ -21385,7 +21468,7 @@ msgstr "Estás en el canal de voz"
msgid "You're sending messages too quickly"
msgstr "Estás enviando mensajes demasiado rápido"
-#: src/components/channel/Messages.tsx:909
+#: src/components/channel/Messages.tsx:907
msgid "You're viewing older messages"
msgstr "Estás viendo mensajes más antiguos"
@@ -21464,7 +21547,7 @@ msgstr "Tu cuenta ha sido aprobada. Redirigiéndote a la aplicación..."
msgid "Your account has been created, but access is temporarily limited until approval. You will be notified once your account is approved."
msgstr "Tu cuenta ha sido creada, pero el acceso está temporalmente limitado hasta su aprobación. Serás notificado una vez que tu cuenta sea aprobada."
-#: src/components/modals/components/UnclaimedAccountAlert.tsx:38
+#: src/components/modals/components/UnclaimedAccountAlert.tsx:36
msgid "Your account is not yet claimed. Without an email and password, you won't be able to sign in from other devices and you could lose access to your account. Claim your account now to secure it."
msgstr "Tu cuenta aún no ha sido reclamada. Sin un correo electrónico y una contraseña, no podrás iniciar sesión desde otros dispositivos y podrías perder el acceso a tu cuenta. Reclama tu cuenta ahora para asegurarla."
@@ -21508,7 +21591,7 @@ msgstr "Tus ajustes de sonido de notificación existentes se conservarán."
msgid "Your export request will be processed"
msgstr "Tu solicitud de exportación será procesada."
-#: src/components/pages/ReportPage.tsx:935
+#: src/components/pages/report/ReportStepDetails.tsx:213
msgid "Your FluxerTag (optional)"
msgstr "Tu FluxerTag (opcional)"
@@ -21521,7 +21604,7 @@ msgid "Your invite expires in 24 hours"
msgstr "Tu invitación caduca en 24 horas"
#. placeholder {0}: getExpirationText()
-#: src/components/modals/InviteModal.tsx:325
+#: src/components/modals/InviteModal.tsx:322
msgid "Your invite link expires in {0}."
msgstr "Tu enlace de invitación caduca en {0}."
@@ -21565,7 +21648,7 @@ msgstr "Tu espacio personal para acceder rápidamente a canales, DMs y grupos qu
msgid "Your Plutonium subscription has expired. You've lost all Plutonium perks. Reactivate your subscription to regain access."
msgstr "Tu suscripción a Plutonium ha caducado. Has perdido todas las ventajas de Plutonium. Reactiva tu suscripción para recuperar el acceso."
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:781
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:813
msgid "Your private space"
msgstr "Tu espacio privado"
@@ -21573,7 +21656,7 @@ msgstr "Tu espacio privado"
msgid "Your private space for thoughts and reminders"
msgstr "Tu espacio privado para pensamientos y recordatorios"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:277
+#: src/components/modals/tabs/GiftInventoryTab.tsx:300
msgid "Your Purchased Gifts"
msgstr "Tus regalos comprados"
@@ -21585,15 +21668,11 @@ msgstr "tu región"
msgid "Your stream is still being broadcast"
msgstr "Tu emisión sigue en directo"
-#: src/components/pages/ReportPage.tsx:594
-msgid "Your submission ID"
-msgstr "Tu ID de envío"
-
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:153
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:172
msgid "Your subscription ended, but you still have all <0/> until <1>{graceDate}1>. Resubscribe to keep them."
msgstr "Tu suscripción ha finalizado, pero aún tienes todos <0/> hasta <1>{graceDate}1>. Renueva tu suscripción para conservarlos."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:138
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:157
msgid "Your subscription expired on <0>{expiredDate}0>. You lost all <1/>. You can reactivate at any time."
msgstr "Tu suscripción caducó el <0>{expiredDate}0>. Has perdido todos <1/>. Puedes reactivarla en cualquier momento."
@@ -21609,7 +21688,7 @@ msgstr "¡Tu suscripción se ha reactivado!"
msgid "Your subscription has been set to cancel at the end of your billing period."
msgstr "Tu suscripción está programada para cancelarse al final de tu período de facturación."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:191
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:210
msgid "Your subscription will cancel on <0>{cancelDate}0>. You'll lose all <1/> after that date."
msgstr "Tu suscripción se cancelará el <0>{cancelDate}0>. Perderás todos <1/> después de esa fecha."
diff --git a/fluxer_app/src/locales/fi/messages.po b/fluxer_app/src/locales/fi/messages.po
index 24ac2218..632e7007 100644
--- a/fluxer_app/src/locales/fi/messages.po
+++ b/fluxer_app/src/locales/fi/messages.po
@@ -68,12 +68,12 @@ msgstr "(näytetään enintään 15)"
msgid "(No content)"
msgstr "(Ei sisältöä)"
-#: src/components/modals/UserProfileMobileSheet.tsx:552
+#: src/components/modals/UserProfileMobileSheet.tsx:556
#: src/components/pages/YouPage.tsx:147
msgid "(only visible to you)"
msgstr "(näkyy vain sinulle)"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:954
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:976
msgid "(you)"
msgstr "(sinä)"
@@ -138,12 +138,12 @@ msgid "{0} Online"
msgstr "{0} verkossa"
#. placeholder {0}: reaction.count
-#: src/components/channel/MessageReactions.tsx:120
+#: src/components/channel/MessageReactions.tsx:119
msgid "{0} reaction"
msgstr "{0} reaktio"
#. placeholder {0}: reaction.count
-#: src/components/channel/MessageReactions.tsx:120
+#: src/components/channel/MessageReactions.tsx:119
msgid "{0} reactions"
msgstr "{0} reaktiota"
@@ -153,13 +153,13 @@ msgid "{0} remaining"
msgstr "{0} jäljellä"
#. placeholder {0}: machineState.total
-#: src/components/channel/ChannelSearchResults.tsx:315
+#: src/components/channel/ChannelSearchResults.tsx:272
msgid "{0} Result"
msgstr "{0} Tulos"
#. placeholder {0}: machineState.total
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:390
-#: src/components/channel/ChannelSearchResults.tsx:315
+#: src/components/channel/ChannelSearchResults.tsx:272
msgid "{0} Results"
msgstr "{0} tulosta"
@@ -402,7 +402,7 @@ msgstr "{actor} päivitti tarran {namedTarget}."
msgid "{actor} updated the webhook {namedTarget}."
msgstr "{actor} päivitti webhookin {namedTarget}."
-#: src/components/modals/tabs/BetaCodesTab.tsx:280
+#: src/components/modals/tabs/BetaCodesTab.tsx:284
msgid "{allowance} codes remaining this week"
msgstr "{allowance} koodia jäljellä tällä viikolla"
@@ -533,7 +533,7 @@ msgstr "{emojiName}, {0} reaktio"
msgid "{emojiName}, {0} reactions"
msgstr "{emojiName}, {0} reaktiota"
-#: src/components/channel/MessageReactions.tsx:122
+#: src/components/channel/MessageReactions.tsx:121
msgid "{emojiName}: {reactionCountText}, {actionText}"
msgstr "{emojiName}: {reactionCountText}, {actionText}"
@@ -561,8 +561,8 @@ msgstr "{label} kuvia ei voida animoida. Käytä JPEG-, PNG- tai WebP-muotoa."
#: src/components/auth/InviteHeader.tsx:127
#: src/components/auth/InviteHeader.tsx:241
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:281
-#: src/components/channel/InviteEmbed.tsx:180
-#: src/components/channel/InviteEmbed.tsx:444
+#: src/components/channel/InviteEmbed.tsx:182
+#: src/components/channel/InviteEmbed.tsx:446
msgid "{memberCount} Member"
msgstr "{memberCount} jäsen"
@@ -570,8 +570,8 @@ msgstr "{memberCount} jäsen"
#: src/components/auth/InviteHeader.tsx:127
#: src/components/auth/InviteHeader.tsx:241
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:281
-#: src/components/channel/InviteEmbed.tsx:180
-#: src/components/channel/InviteEmbed.tsx:444
+#: src/components/channel/InviteEmbed.tsx:182
+#: src/components/channel/InviteEmbed.tsx:446
msgid "{memberCount} Members"
msgstr "{memberCount} jäsentä"
@@ -606,11 +606,11 @@ msgstr "{minutes} minuuttia ja {seconds} sekuntia"
msgid "{minutes} minutes and 1 second"
msgstr "{minutes} minuuttia ja 1 sekunti"
-#: src/components/channel/dm/DMWelcomeSection.tsx:155
+#: src/components/channel/dm/DMWelcomeSection.tsx:167
msgid "{mutualGuildCount} mutual commmunity"
msgstr "{mutualGuildCount} yhteisö"
-#: src/components/channel/dm/DMWelcomeSection.tsx:156
+#: src/components/channel/dm/DMWelcomeSection.tsx:168
msgid "{mutualGuildCount} mutual communities"
msgstr "{mutualGuildCount} yhteisöä"
@@ -632,7 +632,7 @@ msgstr "{participantCount} osallistujaa puhelussa"
#: src/components/auth/InviteHeader.tsx:235
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:276
-#: src/components/channel/InviteEmbed.tsx:439
+#: src/components/channel/InviteEmbed.tsx:441
msgid "{presenceCount} Online"
msgstr "{presenceCount} verkossa"
@@ -644,15 +644,15 @@ msgstr "{remaining} merkkiä jäljellä"
msgid "{remaining} characters left. Get Plutonium to write up to {premiumMaxLength} characters."
msgstr "{remaining} merkkiä jäljellä. Hanki Plutoniumia kirjoittaaksesi jopa {premiumMaxLength} merkkiä."
-#: src/components/channel/InviteEmbed.tsx:301
+#: src/components/channel/InviteEmbed.tsx:303
msgid "{renderedMemberCount} Member"
msgstr "{renderedMemberCount} jäsen"
-#: src/components/channel/InviteEmbed.tsx:301
+#: src/components/channel/InviteEmbed.tsx:303
msgid "{renderedMemberCount} Members"
msgstr "{renderedMemberCount} jäsentä"
-#: src/components/channel/InviteEmbed.tsx:296
+#: src/components/channel/InviteEmbed.tsx:298
msgid "{renderedPresenceCount} Online"
msgstr "{renderedPresenceCount} verkossa"
@@ -704,11 +704,11 @@ msgstr "{totalSeconds} sekunti"
msgid "{totalSeconds} seconds"
msgstr "{totalSeconds} sekuntia"
-#: src/components/layout/GuildsLayout.tsx:231
+#: src/components/layout/GuildsLayout.tsx:229
msgid "{unavailableCount} communities are temporarily unavailable due to a flux capacitor malfunction."
msgstr "{unavailableCount} yhteisöä on tilapäisesti poissa käytöstä flux-kondensaattorin vian vuoksi."
-#: src/components/layout/GuildsLayout.tsx:230
+#: src/components/layout/GuildsLayout.tsx:228
msgid "{unavailableCount} community is temporarily unavailable due to a flux capacitor malfunction."
msgstr "{unavailableCount} yhteisö on tilapäisesti poissa käytöstä flux-kondensaattorin vian vuoksi."
@@ -814,27 +814,27 @@ msgstr "@everyone-maininnat"
msgid "@username"
msgstr "@username"
-#: src/components/channel/CallMessage.tsx:75
+#: src/components/channel/CallMessage.tsx:72
msgid "# days"
msgstr "# päivää"
-#: src/components/channel/CallMessage.tsx:76
+#: src/components/channel/CallMessage.tsx:73
msgid "# hours"
msgstr "# tuntia"
-#: src/components/channel/CallMessage.tsx:77
+#: src/components/channel/CallMessage.tsx:74
msgid "# minutes"
msgstr "# minuuttia"
-#: src/components/channel/CallMessage.tsx:73
+#: src/components/channel/CallMessage.tsx:70
msgid "# months"
msgstr "# kuukautta"
-#: src/components/channel/CallMessage.tsx:74
+#: src/components/channel/CallMessage.tsx:71
msgid "# weeks"
msgstr "# viikkoa"
-#: src/components/channel/CallMessage.tsx:72
+#: src/components/channel/CallMessage.tsx:69
msgid "# years"
msgstr "# vuotta"
@@ -878,11 +878,11 @@ msgstr "<0/> poisti <1/> ryhmästä."
msgid "<0/> removed someone from the group."
msgstr "<0/> poisti jonkun ryhmästä."
-#: src/components/channel/CallMessage.tsx:191
+#: src/components/channel/CallMessage.tsx:185
msgid "<0/> started a call that lasted {durationText}."
msgstr "<0/> aloitti puhelun, joka kesti {durationText}."
-#: src/components/channel/CallMessage.tsx:154
+#: src/components/channel/CallMessage.tsx:148
msgid "<0/> started a call."
msgstr "<0/> aloitti puhelun."
@@ -943,11 +943,11 @@ msgstr "<0>Mykistys poistettiin0> jäseneltä."
msgid "<0>Warning:0> This will also disable SMS two-factor authentication."
msgstr "<0>Varoitus:0> Tämä poistaa myös SMS-kaksivaiheisen tunnistautumisen käytöstä."
-#: src/components/modals/tabs/BetaCodesTab.tsx:278
+#: src/components/modals/tabs/BetaCodesTab.tsx:282
msgid "1 code remaining this week"
msgstr "1 koodi jäljellä tällä viikolla"
-#: src/components/channel/CallMessage.tsx:75
+#: src/components/channel/CallMessage.tsx:72
#: src/components/modals/BanMemberModal.tsx:54
#: src/components/modals/InviteModal.tsx:77
#: src/components/modals/InviteModal.tsx:212
@@ -956,7 +956,7 @@ msgstr "1 koodi jäljellä tällä viikolla"
msgid "1 day"
msgstr "1 päivä"
-#: src/components/channel/CallMessage.tsx:76
+#: src/components/channel/CallMessage.tsx:73
#: src/components/modals/BanMemberModal.tsx:52
#: src/components/modals/channelTabs/ChannelOverviewTab.tsx:154
#: src/components/modals/CustomStatusBottomSheet.tsx:44
@@ -993,7 +993,7 @@ msgstr "1 minuutti ja {seconds} sekuntia"
msgid "1 minute and 1 second"
msgstr "1 minuutti ja 1 sekunti"
-#: src/components/channel/CallMessage.tsx:73
+#: src/components/channel/CallMessage.tsx:70
#: src/components/modals/BanMemberModal.tsx:59
msgid "1 month"
msgstr "1 kuukausi"
@@ -1002,12 +1002,12 @@ msgstr "1 kuukausi"
msgid "1 Month"
msgstr "1 kuukausi"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:99
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:120
msgid "1 Month {monthlyPrice}"
msgstr "1 kuukausi {monthlyPrice}"
-#: src/components/modals/components/plutonium/GiftSection.tsx:78
-#: src/components/modals/components/plutonium/PricingSection.tsx:110
+#: src/components/modals/components/plutonium/GiftSection.tsx:88
+#: src/components/modals/components/plutonium/PricingSection.tsx:128
msgid "1 Month Gift"
msgstr "1 kuukauden lahja"
@@ -1020,22 +1020,22 @@ msgstr "1 käyttö"
msgid "1 user"
msgstr "1 käyttäjä"
-#: src/components/channel/CallMessage.tsx:74
+#: src/components/channel/CallMessage.tsx:71
#: src/components/modals/BanMemberModal.tsx:57
#: src/components/modals/TimeoutMemberOptions.ts:39
msgid "1 week"
msgstr "1 viikko"
-#: src/components/channel/CallMessage.tsx:72
+#: src/components/channel/CallMessage.tsx:69
msgid "1 year"
msgstr "1 vuosi"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:91
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:109
msgid "1 Year {yearlyPrice}"
msgstr "1 vuosi {yearlyPrice}"
-#: src/components/modals/components/plutonium/GiftSection.tsx:69
-#: src/components/modals/components/plutonium/PricingSection.tsx:101
+#: src/components/modals/components/plutonium/GiftSection.tsx:76
+#: src/components/modals/components/plutonium/PricingSection.tsx:116
msgid "1 Year Gift"
msgstr "1 vuoden lahja"
@@ -1286,8 +1286,8 @@ msgstr "8 tuntia"
msgid "A 4-digit tag will be added automatically to ensure uniqueness"
msgstr "Neljänumeroinen tunniste lisätään automaattisesti, jotta se on yksilöllinen"
-#: src/components/channel/CallMessage.tsx:86
-#: src/components/channel/CallMessage.tsx:148
+#: src/components/channel/CallMessage.tsx:83
+#: src/components/channel/CallMessage.tsx:142
msgid "a few seconds"
msgstr "muutama sekunti"
@@ -1299,7 +1299,7 @@ msgstr "Kourallinen näppäimistötaistelijoita kokoontuu..."
msgid "A helpful bot that does amazing things!"
msgstr "Apulainenbotti, joka tekee ihmeitä!"
-#: src/components/channel/CallMessage.tsx:77
+#: src/components/channel/CallMessage.tsx:74
msgid "a minute"
msgstr "minuutti"
@@ -1316,7 +1316,7 @@ msgid "A symphony of clacking keys is underway..."
msgstr "Näppäinten rämpytystä on ilmassa..."
#: src/components/modals/tabs/MyProfileTab/BioEditor.tsx:127
-#: src/components/modals/UserProfileMobileSheet.tsx:528
+#: src/components/modals/UserProfileMobileSheet.tsx:532
#: src/components/pages/YouPage.tsx:132
msgid "About Me"
msgstr "Tietoja minusta"
@@ -1330,18 +1330,18 @@ msgstr "Tietoja sinusta"
msgid "Accent Color"
msgstr "Korostusväri"
-#: src/components/channel/channel-view/DMChannelView.tsx:291
-#: src/components/channel/dm/DMWelcomeSection.tsx:116
+#: src/components/channel/channel-view/DMChannelView.tsx:292
+#: src/components/channel/dm/DMWelcomeSection.tsx:128
#: src/components/channel/friends/FriendListItem.tsx:238
#: src/components/channel/friends/MobileFriendRequestItem.tsx:99
#: src/components/voice/IncomingCallUI.tsx:302
msgid "Accept"
msgstr "Hyväksy"
-#: src/components/bottomsheets/DMBottomSheet.tsx:515
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:260
-#: src/components/modals/UserProfileModal.tsx:1258
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:88
+#: src/components/bottomsheets/DMBottomSheet.tsx:517
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:262
+#: src/components/modals/UserProfileModal.tsx:1259
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:109
msgid "Accept Friend Request"
msgstr "Hyväksy ystäväpyyntö"
@@ -1358,7 +1358,7 @@ msgstr "Hyväksy kutsu"
msgid "Accept the incoming call"
msgstr "Vastaa saapuvaan puheluun"
-#: src/components/channel/InviteEmbed.tsx:226
+#: src/components/channel/InviteEmbed.tsx:228
#: src/components/modals/InviteAcceptModal.tsx:163
msgid "Accepting this invite installs the pack automatically."
msgstr "Kutsun hyväksyminen asentaa paketin automaattisesti."
@@ -1407,7 +1407,7 @@ msgstr "Tili ja Premium"
msgid "Account appears to exist solely for spamming"
msgstr "Tili näyttää olevan pelkkää roskapostia varten"
-#: src/components/modals/ClaimAccountModal.tsx:105
+#: src/components/modals/ClaimAccountModal.tsx:107
msgid "Account claimed successfully"
msgstr "Tili otettu onnistuneesti haltuun"
@@ -1459,7 +1459,7 @@ msgstr "Vain kaikissa yksityisviesteissä, joissa olet koskaan ollut"
msgid "Action with both icons!"
msgstr "Toiminto molemmilla kuvakkeilla!"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:124
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:143
msgid "Active"
msgstr "Aktiivinen"
@@ -1584,12 +1584,13 @@ msgstr "Lisää sähköposti"
msgid "Add Favorite Channels"
msgstr "Lisää suosikkikanavat"
-#: src/components/bottomsheets/DMBottomSheet.tsx:524
+#: src/components/bottomsheets/DMBottomSheet.tsx:527
#: src/components/channel/dm/AddFriendView.tsx:32
#: src/components/channel/dm/DMFriendsView.tsx:199
#: src/components/modals/AddFriendSheet.tsx:50
-#: src/components/modals/UserProfileModal.tsx:1178
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:68
+#: src/components/modals/UserProfileModal.tsx:1179
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:75
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:89
msgid "Add Friend"
msgstr "Lisää ystävä"
@@ -1597,7 +1598,7 @@ msgstr "Lisää ystävä"
msgid "Add Friends"
msgstr "Lisää ystäviä"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1187
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1211
#: src/components/channel/ChannelHeader.tsx:630
#: src/components/channel/dm/GroupDMWelcomeSection.tsx:85
msgid "Add Friends to Group"
@@ -1612,7 +1613,7 @@ msgstr "Lisää kohde"
msgid "Add new reactions to messages."
msgstr "Lisää viesteihin uusia reaktioita."
-#: src/components/bottomsheets/DMBottomSheet.tsx:426
+#: src/components/bottomsheets/DMBottomSheet.tsx:428
#: src/components/profile/ProfileCard/ProfileCardActions.tsx:48
#: src/components/uikit/ContextMenu/items/UserNoteMenuItems.tsx:42
msgid "Add Note"
@@ -1647,7 +1648,7 @@ msgstr "Lisää puhelinnumerolomake"
#: src/components/channel/MessageActionBar.tsx:450
#: src/components/channel/MessageActionBar.tsx:741
#: src/components/channel/messageActionMenu.tsx:92
-#: src/components/channel/MessageReactions.tsx:264
+#: src/components/channel/MessageReactions.tsx:263
#: src/components/uikit/ContextMenu/items/MessageMenuItems.tsx:65
msgid "Add Reaction"
msgstr "Lisää reaktio"
@@ -1695,8 +1696,8 @@ msgid "Add to favorites"
msgstr "Lisää suosikkeihin"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:370
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1103
-#: src/components/bottomsheets/DMBottomSheet.tsx:400
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1127
+#: src/components/bottomsheets/DMBottomSheet.tsx:402
#: src/components/channel/ChannelHeader.tsx:547
#: src/components/channel/ChannelHeader.tsx:595
#: src/components/channel/ChannelHeader.tsx:600
@@ -1731,11 +1732,11 @@ msgid "Added to bookmarks"
msgstr "Lisätty kirjanmerkkeihin"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:118
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:544
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:558
msgid "Added to favorites"
msgstr "Lisätty suosikkeihin"
-#: src/components/bottomsheets/DMBottomSheet.tsx:129
+#: src/components/bottomsheets/DMBottomSheet.tsx:131
msgid "Added to Favorites"
msgstr "Lisätty suosikkeihin"
@@ -1752,7 +1753,7 @@ msgstr "Lisätty: {createdDate}"
msgid "Added: {createdDate} • Last used: {lastUsedDate}"
msgstr "Lisätty: {createdDate} • Viimeksi käytetty: {lastUsedDate}"
-#: src/components/pages/ReportPage.tsx:943
+#: src/components/pages/report/ReportStepDetails.tsx:222
msgid "Additional Comments (optional)"
msgstr "Lisäkommentit (valinnainen)"
@@ -1873,7 +1874,7 @@ msgstr "Kaikki puhelut ilmoittavat hiljaa eivätkä soi. Oletuksena vierailta tu
msgid "All Communities"
msgstr "Kaikki yhteisöt"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:74
+#: src/components/modals/components/plutonium/VisionarySection.tsx:83
msgid "All current and future Plutonium benefits, forever"
msgstr "Kaikki nykyiset ja tulevat Plutonium-edut ikuisesti"
@@ -1911,7 +1912,7 @@ msgstr "Kaikki jäsenet"
msgid "All messages"
msgstr "Kaikki viestit"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1377
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1401
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:206
#: src/components/modals/GuildNotificationSettingsModal.tsx:87
#: src/components/modals/GuildNotificationSettingsModal.tsx:273
@@ -2071,11 +2072,11 @@ msgstr "Sallittu {0}."
msgid "Already have an account?"
msgstr "Onko sinulla jo tili?"
-#: src/components/channel/InviteEmbed.tsx:187
+#: src/components/channel/InviteEmbed.tsx:189
msgid "Already joined"
msgstr "Olet jo liittynyt"
-#: src/components/channel/GiftEmbed.tsx:90
+#: src/components/channel/GiftEmbed.tsx:97
msgid "Already redeemed"
msgstr "Jo lunastettu"
@@ -2135,8 +2136,8 @@ msgstr "Luota aina <0>{hostname}0> — ohita tämä varoitus seuraavalla kerra
msgid "Always underline links"
msgstr "Alleviivaa linkit aina"
-#: src/components/channel/ChannelSearchResults.tsx:511
-#: src/components/channel/ChannelSearchResults.tsx:562
+#: src/components/channel/ChannelSearchResults.tsx:480
+#: src/components/channel/ChannelSearchResults.tsx:531
#: src/hooks/useChannelSearch.ts:233
#: src/hooks/useChannelSearch.ts:375
msgid "An error occurred while searching"
@@ -2198,7 +2199,7 @@ msgid "Animated Emoji ({0})"
msgstr "Animoidut hymiöt ({0})"
#: src/components/channel/embeds/media/EmbedGifv.tsx:237
-#: src/components/channel/embeds/media/EmbedGifv.tsx:725
+#: src/components/channel/embeds/media/EmbedGifv.tsx:749
#: src/components/modals/MediaViewerModal.tsx:294
#: src/components/modals/MediaViewerModal.tsx:362
msgid "Animated GIF"
@@ -2320,8 +2321,8 @@ msgstr "Sovellus päivitetty onnistuneesti"
msgid "Applications"
msgstr "Sovellukset"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:99
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:137
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:103
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:141
msgid "Applications & Bots"
msgstr "Sovellukset ja botit"
@@ -2352,7 +2353,7 @@ msgid "Archive"
msgstr "Arkistoi"
#. placeholder {0}: user.username
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:162
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:164
#: src/components/modals/UserProfileActionsSheet.tsx:133
#: src/utils/RelationshipActionUtils.tsx:141
msgid "Are you sure you want to block {0}? They won't be able to message you or send you friend requests."
@@ -2368,8 +2369,8 @@ msgid "Are you sure you want to close this group DM? You can always reopen it la
msgstr "Haluatko varmasti sulkea tämän ryhmä-DM:n? Voit avata sen myöhemmin uudelleen."
#. placeholder {0}: recipient?.username ?? ''
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:601
-#: src/components/bottomsheets/DMBottomSheet.tsx:303
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:615
+#: src/components/bottomsheets/DMBottomSheet.tsx:305
msgid "Are you sure you want to close your DM with {0}? You can always reopen it later."
msgstr "Haluatko varmasti sulkea DM:si käyttäjän {0} kanssa? Voit avata sen myöhemmin uudelleen."
@@ -2406,7 +2407,7 @@ msgid "Are you sure you want to delete #{0}? This action cannot be undone."
msgstr "Haluatko varmasti poistaa kanavan #{0}? Tätä toimintoa ei voi kumota."
#. placeholder {0}: channel.name ?? 'this channel'
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:667
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:681
msgid "Are you sure you want to delete #{0}? This cannot be undone."
msgstr "Haluatko varmasti poistaa kanavan #{0}? Tätä ei voi kumota."
@@ -2504,7 +2505,7 @@ msgstr "Haluatko varmasti lähteä {0}?"
msgid "Are you sure you want to leave this community? You will no longer be able to see any messages."
msgstr "Haluatko varmasti lähteä tästä yhteisöstä? Et enää näe viestejä."
-#: src/components/bottomsheets/DMBottomSheet.tsx:338
+#: src/components/bottomsheets/DMBottomSheet.tsx:340
#: src/hooks/useLeaveGroup.tsx:43
msgid "Are you sure you want to leave this group? You will no longer be able to see any messages."
msgstr "Haluatko varmasti lähteä tästä ryhmästä? Et enää näe viestejä."
@@ -2515,9 +2516,9 @@ msgid "Are you sure you want to make {0} the group owner? You will lose owner pr
msgstr "Haluatko varmasti tehdä {0}:sta ryhmän omistajan? Menetät omistajan oikeudet."
#. placeholder {0}: user.username
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:145
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:147
#: src/components/modals/UserProfileActionsSheet.tsx:116
-#: src/components/modals/UserProfileMobileSheet.tsx:303
+#: src/components/modals/UserProfileMobileSheet.tsx:304
#: src/utils/RelationshipActionUtils.tsx:114
msgid "Are you sure you want to remove {0} as a friend?"
msgstr "Haluatko varmasti poistaa {0}:n kaverilistaltasi?"
@@ -2557,10 +2558,10 @@ msgid "Are you sure you want to transfer ownership of the group to {0}?"
msgstr "Haluatko varmasti siirtää ryhmän omistajuuden käyttäjälle {0}?"
#. placeholder {0}: user.username
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:179
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:181
#: src/components/modals/tabs/BlockedUsersTab.tsx:57
#: src/components/modals/UserProfileActionsSheet.tsx:150
-#: src/components/modals/UserProfileMobileSheet.tsx:319
+#: src/components/modals/UserProfileMobileSheet.tsx:320
#: src/utils/RelationshipActionUtils.tsx:168
msgid "Are you sure you want to unblock {0}?"
msgstr "Haluatko varmasti poistaa eston käyttäjältä {0}?"
@@ -2573,7 +2574,7 @@ msgstr "Taidekerho"
msgid "Artists' Corner"
msgstr "Taiteilijoiden nurkka"
-#: src/components/modals/components/plutonium/PricingSection.tsx:63
+#: src/components/modals/components/plutonium/PricingSection.tsx:69
msgid "As a Gift"
msgstr "Lahjaksi"
@@ -2689,7 +2690,7 @@ msgstr "Ääniasetukset"
msgid "Audio will be included with this screen share."
msgstr "Ääni sisältyy tähän näyttöjakoon."
-#: src/components/pages/ReportPage.tsx:311
+#: src/components/pages/report/optionDescriptors.ts:83
msgid "Austria"
msgstr "Itävalta"
@@ -2844,6 +2845,7 @@ msgstr "Keskimääräinen ping:"
#: src/components/modals/PhoneAddModal.tsx:235
#: src/components/modals/RequiredActionModal.tsx:463
#: src/components/pages/OAuthAuthorizePage.tsx:694
+#: src/components/pages/report/ReportStepDetails.tsx:243
msgid "Back"
msgstr "Takaisin"
@@ -2933,7 +2935,7 @@ msgid "Balanced quality and bandwidth"
msgstr "Tasapainoinen laatu ja kaistanleveys"
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:353
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:320
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:323
#: src/components/modals/UserProfileActionsSheet.tsx:262
msgid "Ban"
msgstr "Estä"
@@ -3035,7 +3037,7 @@ msgstr "ennen:"
msgid "Begin a call in the current private conversation"
msgstr "Aloita puhelu tässä yksityiskeskustelussa"
-#: src/components/pages/ReportPage.tsx:312
+#: src/components/pages/report/optionDescriptors.ts:84
msgid "Belgium"
msgstr "Belgia"
@@ -3066,7 +3068,7 @@ msgstr "Beetakoodi (valinnainen)"
msgid "Beta Code Redeemed!"
msgstr "Beetakoodi lunastettu!"
-#: src/components/modals/tabs/BetaCodesTab.tsx:313
+#: src/components/modals/tabs/BetaCodesTab.tsx:338
#: src/components/modals/utils/settingsSearchIndex.ts:741
msgid "Beta Codes"
msgstr "Beetakoodit"
@@ -3083,13 +3085,13 @@ msgstr "Bio"
msgid "Bio character limit"
msgstr "Bio-merkkirajoitus"
-#: src/components/bottomsheets/DMBottomSheet.tsx:538
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:163
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:345
+#: src/components/bottomsheets/DMBottomSheet.tsx:541
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:165
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:348
#: src/components/modals/UserProfileActionsSheet.tsx:134
#: src/components/modals/UserProfileActionsSheet.tsx:298
#: src/components/modals/UserProfileModal.tsx:1062
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:190
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:211
#: src/utils/RelationshipActionUtils.tsx:143
msgid "Block"
msgstr "Estä"
@@ -3106,7 +3108,7 @@ msgstr "Estetäänkö yhteisön jäsenten suorat viestit?"
msgid "Block for all communities"
msgstr "Estä kaikissa yhteisöissä"
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:161
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:163
#: src/components/modals/UserProfileActionsSheet.tsx:132
#: src/utils/RelationshipActionUtils.tsx:139
msgid "Block User"
@@ -3270,7 +3272,7 @@ msgstr "Selainääni vaaditaan"
msgid "Browser locale ({browserLocale}): {format}"
msgstr "Selaimen kieliasetus ({browserLocale}): {format}"
-#: src/components/pages/ReportPage.tsx:313
+#: src/components/pages/report/optionDescriptors.ts:85
msgid "Bulgaria"
msgstr "Bulgaria"
@@ -3313,16 +3315,16 @@ msgstr "Painikkeet näyttävät latausmerkin, kun submitting on tosi."
msgid "Buttons with Icons"
msgstr "Painikkeet kuvakkeilla"
-#: src/components/modals/components/plutonium/GiftSection.tsx:74
-#: src/components/modals/components/plutonium/GiftSection.tsx:83
-#: src/components/modals/components/plutonium/GiftSection.tsx:92
-#: src/components/modals/components/plutonium/PricingSection.tsx:106
-#: src/components/modals/components/plutonium/PricingSection.tsx:115
-#: src/components/modals/components/plutonium/PricingSection.tsx:124
+#: src/components/modals/components/plutonium/GiftSection.tsx:81
+#: src/components/modals/components/plutonium/GiftSection.tsx:93
+#: src/components/modals/components/plutonium/GiftSection.tsx:105
+#: src/components/modals/components/plutonium/PricingSection.tsx:121
+#: src/components/modals/components/plutonium/PricingSection.tsx:133
+#: src/components/modals/components/plutonium/PricingSection.tsx:145
msgid "Buy Gift"
msgstr "Osta lahja"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:114
+#: src/components/modals/components/plutonium/VisionarySection.tsx:140
msgid "Buying Visionary will cancel your current {currentAccessLabel} immediately. It is a one-time purchase with lifetime access."
msgstr "Visionaryn ostaminen peruuttaa nykyisen {currentAccessLabel}si välittömästi. Se on kertamaksu, joka antaa elinikäisen pääsyn."
@@ -3347,7 +3349,7 @@ msgstr "Ohita hidas tila"
msgid "Bypass Splash Screen"
msgstr "Ohita avausnäyttö"
-#: src/components/channel/channel-view/DMChannelView.tsx:271
+#: src/components/channel/channel-view/DMChannelView.tsx:272
msgid "Call available"
msgstr "Puhelu saatavilla"
@@ -3446,11 +3448,11 @@ msgstr "Kameran asetukset"
#: src/components/modals/CategoryCreateModal.tsx:79
#: src/components/modals/ChannelCreateModal.tsx:100
#: src/components/modals/ChannelDeleteModal.tsx:72
-#: src/components/modals/ClaimAccountModal.tsx:179
-#: src/components/modals/ClaimAccountModal.tsx:219
-#: src/components/modals/components/MobileSettingsView.tsx:302
+#: src/components/modals/ClaimAccountModal.tsx:181
+#: src/components/modals/ClaimAccountModal.tsx:221
+#: src/components/modals/components/MobileSettingsView.tsx:297
#: src/components/modals/components/plutonium/hooks/useCheckoutActions.tsx:110
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:328
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:371
#: src/components/modals/ConfirmModal.tsx:146
#: src/components/modals/CreateDMModal.tsx:88
#: src/components/modals/CreateFavoriteCategoryModal.tsx:74
@@ -3473,7 +3475,7 @@ msgstr "Kameran asetukset"
#: src/components/modals/HideOwnCameraConfirmModal.tsx:65
#: src/components/modals/IARModal.tsx:218
#: src/components/modals/ImageCropModal.tsx:981
-#: src/components/modals/InviteModal.tsx:336
+#: src/components/modals/InviteModal.tsx:333
#: src/components/modals/KickMemberModal.tsx:60
#: src/components/modals/MfaTotpDisableModal.tsx:75
#: src/components/modals/MfaTotpEnableModal.tsx:102
@@ -3498,11 +3500,11 @@ msgstr "Kameran asetukset"
msgid "Cancel"
msgstr "Peruuta"
-#: src/components/channel/dm/DMWelcomeSection.tsx:126
+#: src/components/channel/dm/DMWelcomeSection.tsx:138
#: src/components/channel/friends/FriendListItem.tsx:164
#: src/components/channel/friends/FriendListItem.tsx:166
-#: src/components/modals/UserProfileModal.tsx:1273
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:171
+#: src/components/modals/UserProfileModal.tsx:1274
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:192
msgid "Cancel Friend Request"
msgstr "Peruuta ystäväpyyntö"
@@ -3522,7 +3524,7 @@ msgstr "Peruuta pyyntö"
msgid "Cancel upload"
msgstr "Peruuta lataus"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:118
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:137
msgid "Canceling"
msgstr "Peruutetaan"
@@ -3566,7 +3568,7 @@ msgstr "Kortin kohdistus"
msgid "Card alignment controls"
msgstr "Kortin kohdistuksen hallinta"
-#: src/components/modals/components/MobileSettingsView.tsx:123
+#: src/components/modals/components/MobileSettingsView.tsx:118
#: src/components/modals/components/SettingsModalHeader.tsx:76
msgid "Careful! You have unsaved changes."
msgstr "Varo! Sinulla on tallentamattomia muutoksia."
@@ -3576,7 +3578,7 @@ msgstr "Varo! Sinulla on tallentamattomia muutoksia."
msgid "Category"
msgstr "Luokka"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1371
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1395
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:239
msgid "Category Default"
msgstr "Luokan oletusarvo"
@@ -3594,7 +3596,7 @@ msgstr "Luokka täynnä"
msgid "Category Name"
msgstr "Luokan nimi"
-#: src/components/modals/ChannelSettingsModal.tsx:105
+#: src/components/modals/ChannelSettingsModal.tsx:113
#: src/components/modals/components/DesktopChannelSettingsView.tsx:188
msgid "Category Settings"
msgstr "Luokan asetukset"
@@ -3625,7 +3627,7 @@ msgstr "Vaihda tausta"
msgid "Change Banner"
msgstr "Vaihda banneri"
-#: src/components/pages/ReportPage.tsx:752
+#: src/components/pages/report/ReportStepVerification.tsx:126
msgid "Change email"
msgstr "Vaihda sähköpostia"
@@ -3647,8 +3649,8 @@ msgstr "Vaihda FluxerTag"
msgid "Change FluxerTag form"
msgstr "FluxerTagin vaihtolomake"
-#: src/components/bottomsheets/DMBottomSheet.tsx:433
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:133
+#: src/components/bottomsheets/DMBottomSheet.tsx:435
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:154
msgid "Change Friend Nickname"
msgstr "Vaihda ystävän lempinimi"
@@ -3673,7 +3675,7 @@ msgid "Change My Group Nickname"
msgstr "Vaihda oma ryhmän lempinimi"
#: src/components/modals/BaseChangeNicknameModal.tsx:82
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:238
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:240
#: src/components/modals/RenameChannelModal.tsx:58
#: src/components/modals/UserProfileActionsSheet.tsx:225
#: src/components/modals/UserProfileActionsSheet.tsx:225
@@ -3760,8 +3762,8 @@ msgstr "Puhealue vaihdettiin {0}:aan."
msgid "channel"
msgstr "kanava"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:483
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:549
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:497
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:563
#: src/components/invites/InviteListItem.tsx:50
#: src/components/webhooks/WebhookListItem.tsx:240
#: src/constants/AuditLogConstants.tsx:236
@@ -3796,7 +3798,7 @@ msgid "Channel Debug"
msgstr "Kanavan vianmääritys"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:188
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:675
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:689
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:329
msgid "Channel deleted"
msgstr "Kanava poistettu"
@@ -3806,11 +3808,11 @@ msgid "Channel Deleted"
msgstr "Kanava poistettu"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:273
-#: src/components/bottomsheets/DMBottomSheet.tsx:366
+#: src/components/bottomsheets/DMBottomSheet.tsx:368
msgid "Channel ID copied"
msgstr "Kanavan tunniste kopioitu"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:535
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:549
msgid "Channel ID copied to clipboard"
msgstr "Kanavan tunniste kopioitiin leikepöydälle"
@@ -3878,9 +3880,9 @@ msgstr "Kanavan tallenne"
msgid "Channel removed from favorites"
msgstr "Kanava poistettu suosikeista"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1092
-#: src/components/layout/ChannelItem.tsx:630
-#: src/components/modals/ChannelSettingsModal.tsx:105
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1116
+#: src/components/layout/ChannelItem.tsx:647
+#: src/components/modals/ChannelSettingsModal.tsx:113
#: src/components/modals/components/DesktopChannelSettingsView.tsx:188
msgid "Channel Settings"
msgstr "Kanavan asetukset"
@@ -3947,7 +3949,7 @@ msgstr "Tarkista <0>Bluesky (@fluxer.app)0> tilapäivityksiä varten."
msgid "Check out my custom theme!"
msgstr "Kurkista omaan teemaasi!"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:105
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:109
msgid "Check your connection and try again."
msgstr "Tarkista yhteys ja yritä uudelleen."
@@ -3969,8 +3971,8 @@ msgstr "Valintaruudut"
msgid "Checking..."
msgstr "Tarkistetaan..."
-#: src/components/pages/ReportPage.tsx:270
-#: src/components/pages/ReportPage.tsx:299
+#: src/components/pages/report/optionDescriptors.ts:51
+#: src/components/pages/report/optionDescriptors.ts:74
#: src/constants/IARConstants.tsx:72
#: src/constants/IARConstants.tsx:175
msgid "Child Safety Concerns"
@@ -3984,6 +3986,10 @@ msgstr "Kiina (yksinkertaistettu)"
msgid "Chinese (Traditional)"
msgstr "Kiina (perinteinen)"
+#: src/components/pages/report/ReportBreadcrumbs.tsx:46
+msgid "Choose"
+msgstr "Valitse"
+
#: src/components/pages/OAuthAuthorizePage.tsx:898
msgid "Choose a community"
msgstr "Valitse yhteisö"
@@ -4080,25 +4086,36 @@ msgstr "Valitse profiilisi korostusväri"
#: src/components/channel/barriers/BarrierComponents.tsx:109
#: src/components/channel/barriers/BarrierComponents.tsx:240
-#: src/components/layout/app-layout/nagbars/UnclaimedAccountNagbar.tsx:47
-#: src/components/modals/ClaimAccountModal.tsx:225
-#: src/components/modals/components/UnclaimedAccountAlert.tsx:34
+#: src/components/channel/dm/AddFriendForm.tsx:57
+#: src/components/layout/app-layout/nagbars/UnclaimedAccountNagbar.tsx:45
+#: src/components/modals/ClaimAccountModal.tsx:227
+#: src/components/modals/components/UnclaimedAccountAlert.tsx:32
+#: src/components/modals/GiftAcceptModal.tsx:170
#: src/components/modals/tabs/AccountSecurityTab/SecurityTab.tsx:206
+#: src/components/modals/tabs/BetaCodesTab.tsx:297
+#: src/components/modals/tabs/GiftInventoryTab.tsx:242
msgid "Claim Account"
msgstr "Vahvista tili"
-#: src/components/channel/GiftEmbed.tsx:98
-#: src/components/modals/GiftAcceptModal.tsx:154
+#: src/components/channel/GiftEmbed.tsx:109
+msgid "Claim Account to Redeem"
+msgstr "Vahvista tili lunastaaksesi"
+
+#: src/components/channel/GiftEmbed.tsx:109
+#: src/components/modals/GiftAcceptModal.tsx:197
#: src/components/pages/GiftLoginPage.tsx:155
#: src/components/pages/GiftRegisterPage.tsx:42
msgid "Claim Gift"
msgstr "Lunasta lahja"
-#: src/components/modals/ClaimAccountModal.tsx:141
+#: src/components/channel/dm/AddFriendForm.tsx:53
+#: src/components/modals/ClaimAccountModal.tsx:143
+#: src/components/modals/tabs/BetaCodesTab.tsx:293
+#: src/components/modals/tabs/GiftInventoryTab.tsx:238
msgid "Claim your account"
msgstr "Vahvista tilisi"
-#: src/components/modals/ClaimAccountModal.tsx:146
+#: src/components/modals/ClaimAccountModal.tsx:148
msgid "Claim your account by adding an email and password. We will send a verification code to confirm your email before finishing."
msgstr "Vahvista tilisi lisäämällä sähköposti ja salasana. Lähetämme vahvistuskoodin sähköpostisi varmistamiseksi ennen kuin pääset eteenpäin."
@@ -4106,11 +4123,68 @@ msgstr "Vahvista tilisi lisäämällä sähköposti ja salasana. Lähetämme vah
msgid "Claim your account to access security features like two-factor authentication and passkeys."
msgstr "Vahvista tilisi päästäksesi käyttämään turvallisuusominaisuuksia kuten kaksivaiheista todennusta ja avaimia."
+#: src/components/channel/ChannelHeader/CallButtons.tsx:85
+#: src/components/channel/ChannelHeader/CallButtons.tsx:155
+msgid "Claim your account to call"
+msgstr "Vaatimasi tili puhelua varten"
+
#: src/components/modals/tabs/MyProfileTab/UsernameSection.tsx:49
msgid "Claim your account to change your FluxerTag"
msgstr "Vahvista tilisi muuttaaksesi FluxerTagia"
-#: src/components/modals/GiftAcceptModal.tsx:145
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:146
+msgid "Claim your account to create applications."
+msgstr "Vahvista tili luodaksesi sovelluksia."
+
+#: src/components/modals/tabs/BetaCodesTab.tsx:294
+msgid "Claim your account to generate beta codes."
+msgstr "Vahvista tili luodaksesi beta-koodeja."
+
+#: src/components/layout/ChannelItem.tsx:208
+#: src/components/layout/ChannelItem.tsx:382
+#: src/stores/voice/MediaEngineFacade.ts:537
+msgid "Claim your account to join this voice channel."
+msgstr "Vaatimasi tili liittyäksesi tähän äänikanavaan."
+
+#: src/stores/voice/MediaEngineFacade.ts:170
+msgid "Claim your account to join voice channels you don't own."
+msgstr "Vaatimasi tili liittyäksesi äänikanaviin, joita et omista."
+
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:55
+#: src/components/modals/components/plutonium/GiftSection.tsx:61
+#: src/components/modals/components/plutonium/PricingSection.tsx:63
+#: src/components/modals/components/plutonium/VisionarySection.tsx:62
+#: src/components/modals/components/PlutoniumContent.tsx:99
+msgid "Claim your account to purchase Fluxer Plutonium."
+msgstr "Vahvista tili ostaaksesi Fluxer Plutoniumia."
+
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:112
+msgid "Claim your account to purchase or redeem Fluxer Plutonium."
+msgstr "Vahvista tili ostaaksesi tai lunastaaksesi Fluxer Plutoniumia."
+
+#: src/components/modals/tabs/GiftInventoryTab.tsx:239
+msgid "Claim your account to redeem or manage Plutonium gift codes."
+msgstr "Vahvista tili lunastaaksesi tai hallitaksesi Plutonium-lahjakoodit."
+
+#: src/components/channel/GiftEmbed.tsx:99
+#: src/components/modals/GiftAcceptModal.tsx:154
+msgid "Claim your account to redeem this gift."
+msgstr "Vahvista tili lunastaaksesi tämän lahjan."
+
+#: src/components/channel/dm/AddFriendForm.tsx:54
+#: src/components/channel/dm/DMWelcomeSection.tsx:109
+#: src/components/modals/UserProfileModal.tsx:1289
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:65
+msgid "Claim your account to send friend requests."
+msgstr "Vahvista tili lähettääksesi kaveripyyntöjä."
+
+#: src/components/channel/ChannelHeader/CallButtons.tsx:54
+#: src/components/channel/ChannelHeader/CallButtons.tsx:124
+#: src/stores/voice/MediaEngineFacade.ts:179
+msgid "Claim your account to start or join 1:1 calls."
+msgstr "Vaatimasi tili aloittaaksesi tai liittyäksesi 1:1-puheluihin."
+
+#: src/components/modals/GiftAcceptModal.tsx:188
msgid "Claim your gift to activate your premium subscription!"
msgstr "Lunasta lahjasi aktivoidaksesi premium-tilauksen!"
@@ -4164,8 +4238,8 @@ msgstr "Tyhjennä oikeudet"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:420
#: src/components/channel/MessageSearchBar/MessageSearchBar.tsx:1424
-#: src/components/channel/shared/PickerSearchInput.tsx:195
-#: src/components/channel/shared/PickerSearchInput.tsx:212
+#: src/components/channel/shared/PickerSearchInput.tsx:194
+#: src/components/channel/shared/PickerSearchInput.tsx:211
#: src/components/modals/components/SettingsSearch.tsx:108
msgid "Clear search"
msgstr "Tyhjennä haku"
@@ -4200,11 +4274,11 @@ msgstr "Tarran kuvaus tyhjennetty."
msgid "Cleared the topic."
msgstr "Aihe tyhjennetty."
-#: src/components/modals/components/MobileSettingsView.tsx:297
+#: src/components/modals/components/MobileSettingsView.tsx:292
msgid "Clearing subscriptions ensures the gateway stops sending messages to this installation."
msgstr "Tilauksien tyhjentäminen pysäyttää portin lähettämästä viestejä tähän asennukseen."
-#: src/components/modals/tabs/BetaCodesTab.tsx:366
+#: src/components/modals/tabs/BetaCodesTab.tsx:391
msgid "Click \"Create Code\" to generate your first code."
msgstr "Napsauta \"Luo koodi\" luodaksesi ensimmäisen koodisi."
@@ -4240,13 +4314,13 @@ msgstr "Napsauta lisätäksesi muistiinpanon"
msgid "Click to check and uncheck. Available in square and round styles."
msgstr "Napsauta valitaksesi tai poistaksesi valinnan. Saatavilla neliö- ja pyöreissä tyyleissä."
-#: src/components/channel/GiftEmbed.tsx:90
+#: src/components/channel/GiftEmbed.tsx:100
msgid "Click to claim your gift!"
msgstr "Napsauta lunastaaksesi lahjasi!"
#: src/components/invites/InviteListItem.tsx:184
#: src/components/modals/components/ClientInfo.tsx:76
-#: src/components/modals/tabs/BetaCodesTab.tsx:172
+#: src/components/modals/tabs/BetaCodesTab.tsx:174
msgid "Click to copy"
msgstr "Napsauta kopioidaksesi"
@@ -4328,12 +4402,12 @@ msgid "Close"
msgstr "Sulje"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:341
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:600
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:602
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1239
-#: src/components/bottomsheets/DMBottomSheet.tsx:302
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:614
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:616
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1263
#: src/components/bottomsheets/DMBottomSheet.tsx:304
-#: src/components/bottomsheets/DMBottomSheet.tsx:557
+#: src/components/bottomsheets/DMBottomSheet.tsx:306
+#: src/components/bottomsheets/DMBottomSheet.tsx:560
#: src/components/channel/dm/DMList.tsx:292
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:82
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:84
@@ -4358,7 +4432,8 @@ msgstr "Hiiliteema"
#: src/components/invites/InviteListItem.tsx:54
#: src/components/modals/MfaTotpDisableModal.tsx:64
#: src/components/modals/MfaTotpEnableModal.tsx:91
-#: src/components/modals/tabs/BetaCodesTab.tsx:51
+#: src/components/modals/tabs/BetaCodesTab.tsx:53
+#: src/components/pages/report/ReportBreadcrumbs.tsx:48
msgid "Code"
msgstr "Koodi"
@@ -4370,7 +4445,8 @@ msgstr "Koodi ja monospace"
msgid "Code Blocks"
msgstr "Koodilohkot"
-#: src/components/modals/ClaimAccountModal.tsx:123
+#: src/components/modals/ClaimAccountModal.tsx:125
+#: src/components/pages/ReportPage.tsx:231
msgid "Code resent"
msgstr "Koodi lähetetty uudelleen"
@@ -4379,8 +4455,8 @@ msgid "Code sent"
msgstr "Koodi lähetetty"
#: src/components/invites/InviteListItem.tsx:180
-#: src/components/modals/tabs/BetaCodesTab.tsx:104
-#: src/components/modals/tabs/BetaCodesTab.tsx:168
+#: src/components/modals/tabs/BetaCodesTab.tsx:106
+#: src/components/modals/tabs/BetaCodesTab.tsx:170
msgid "Code:"
msgstr "Koodi:"
@@ -4472,7 +4548,7 @@ msgstr "Yhteisö on mykistetty"
msgid "Community Debug"
msgstr "Yhteisön virheenkorjaus"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1371
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1395
#: src/components/uikit/ContextMenu/items/CategoryMenuItems.tsx:221
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:239
msgid "Community Default"
@@ -4542,8 +4618,8 @@ msgstr "Yhteisön ilmoitusasetukset"
msgid "Community organizes raids or harassment campaigns"
msgstr "Yhteisö järjestää hyökkäyksiä tai häirintäkampanjoita"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:237
-#: src/components/channel/MemberListItem.tsx:102
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:238
+#: src/components/channel/MemberListItem.tsx:109
#: src/components/modals/guildTabs/GuildMembersTab.tsx:145
#: src/components/modals/guildTabs/GuildMembersTab.tsx:197
msgid "Community Owner"
@@ -4567,14 +4643,14 @@ msgstr "Yhteisö edistää tai helpottaa laitonta toimintaa"
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:172
#: src/components/modals/components/DesktopGuildSettingsView.tsx:204
-#: src/components/modals/GuildSettingsModal.tsx:168
+#: src/components/modals/GuildSettingsModal.tsx:173
#: src/components/popouts/GuildHeaderPopout.tsx:187
#: src/components/uikit/ContextMenu/items/GuildMenuItems.tsx:360
msgid "Community Settings"
msgstr "Yhteisön asetukset"
-#: src/components/layout/GuildLayout.tsx:301
-#: src/components/layout/GuildLayout.tsx:348
+#: src/components/layout/GuildLayout.tsx:306
+#: src/components/layout/GuildLayout.tsx:353
msgid "Community temporarily unavailable"
msgstr "Yhteisö väliaikaisesti poissa käytöstä"
@@ -4782,8 +4858,8 @@ msgstr "Yhdistetty puheeseen"
msgid "Connecting..."
msgstr "Yhdistetään..."
-#: src/components/channel/channel-view/DMChannelView.tsx:273
-#: src/components/channel/channel-view/DMChannelView.tsx:323
+#: src/components/channel/channel-view/DMChannelView.tsx:274
+#: src/components/channel/channel-view/DMChannelView.tsx:324
#: src/components/voice/CompactVoiceCallView.tsx:55
msgid "Connecting…"
msgstr "Yhdistetään…"
@@ -4979,7 +5055,7 @@ msgstr "Hallitse toimintatilaasi"
#: src/components/modals/shared/CopyLinkSection.tsx:61
#: src/components/modals/tabs/ApplicationsTab/application-detail/ApplicationHeader.tsx:68
-#: src/components/modals/tabs/GiftInventoryTab.tsx:143
+#: src/components/modals/tabs/GiftInventoryTab.tsx:144
msgid "Copied"
msgstr "Kopioitu"
@@ -5001,7 +5077,7 @@ msgstr "Kopioitu!"
#: src/components/modals/BackupCodesModal.tsx:82
#: src/components/modals/shared/CopyLinkSection.tsx:61
#: src/components/modals/tabs/ApplicationsTab/application-detail/OAuthBuilderSection.tsx:142
-#: src/components/modals/tabs/GiftInventoryTab.tsx:143
+#: src/components/modals/tabs/GiftInventoryTab.tsx:144
msgid "Copy"
msgstr "Kopioi"
@@ -5017,7 +5093,7 @@ msgstr "Kopioi ääni"
msgid "Copy authorize URL"
msgstr "Kopioi valtuutus-URL"
-#: src/components/modals/tabs/BetaCodesTab.tsx:178
+#: src/components/modals/tabs/BetaCodesTab.tsx:180
msgid "Copy beta code"
msgstr "Kopioi beetakoodi"
@@ -5028,8 +5104,8 @@ msgstr "Kopioi kategorian tunnus"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:320
#: src/components/bottomsheets/ChannelBottomSheet.tsx:347
#: src/components/bottomsheets/ChannelBottomSheet.tsx:433
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1293
-#: src/components/bottomsheets/DMBottomSheet.tsx:577
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1317
+#: src/components/bottomsheets/DMBottomSheet.tsx:580
#: src/components/channel/dm/DMList.tsx:271
#: src/components/channel/dm/DMList.tsx:298
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:362
@@ -5090,7 +5166,7 @@ msgstr "Kopioi kuva"
msgid "Copy invite link"
msgstr "Kopioi kutsulinkki"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1154
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1178
#: src/components/modals/tabs/ComponentGalleryTab/ButtonsTab.tsx:182
#: src/components/modals/tabs/ComponentGalleryTab/index.tsx:100
#: src/components/modals/tabs/ComponentGalleryTab/Inline.tsx:95
@@ -5131,15 +5207,15 @@ msgstr "Kopioi tarran tunnus"
msgid "Copy Text"
msgstr "Kopioi teksti"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1285
-#: src/components/bottomsheets/DMBottomSheet.tsx:570
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1309
+#: src/components/bottomsheets/DMBottomSheet.tsx:573
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:370
#: src/components/modals/guildTabs/BannedUserActionsSheet.tsx:74
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:358
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:361
#: src/components/modals/tabs/BlockedUsersTab.tsx:107
#: src/components/modals/UserProfileActionsSheet.tsx:213
#: src/components/modals/UserProfileModal.tsx:1130
-#: src/components/popouts/UserAreaPopout.tsx:507
+#: src/components/popouts/UserAreaPopout.tsx:509
#: src/components/profile/ProfileCard/ProfileCardActions.tsx:60
#: src/components/uikit/ContextMenu/items/CopyMenuItems.tsx:42
msgid "Copy User ID"
@@ -5175,7 +5251,7 @@ msgstr "Laskuri"
msgid "Country"
msgstr "Maa"
-#: src/components/pages/ReportPage.tsx:928
+#: src/components/pages/report/ReportStepDetails.tsx:205
msgid "Country of Residence"
msgstr "Asuinmaa"
@@ -5207,7 +5283,7 @@ msgid "Create a new community or join an existing one."
msgstr "Perusta uusi yhteisö tai liity olemassa olevaan."
#. placeholder {0}: recipient.username
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:905
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:937
msgid "Create a new group with {0}"
msgstr "Perusta uusi ryhmä käyttäjän {0} kanssa"
@@ -5239,7 +5315,7 @@ msgstr "Luo tili"
msgid "Create an account to claim your gift"
msgstr "Luo tili saadaksesi lahjasi"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:138
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:142
msgid "Create and manage applications and bots for your account."
msgstr "Luo ja hallinnoi sovelluksia ja botteja tilillesi."
@@ -5248,7 +5324,8 @@ msgid "Create and share custom emoji and sticker packs with Fluxer Plutonium."
msgstr "Luo ja jaa omia emojipaketteja ja tarroja Fluxer Plutoniumin avulla."
#: src/components/modals/tabs/ApplicationsTab/ApplicationCreateModal.tsx:87
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:142
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:149
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:155
msgid "Create Application"
msgstr "Luo sovellus"
@@ -5267,7 +5344,7 @@ msgid "Create Category"
msgstr "Luo kategoria"
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:180
-#: src/components/layout/ChannelItem.tsx:607
+#: src/components/layout/ChannelItem.tsx:624
#: src/components/modals/ChannelCreateModal.tsx:58
#: src/components/modals/ChannelCreateModal.tsx:103
#: src/components/popouts/GuildHeaderPopout.tsx:194
@@ -5276,8 +5353,8 @@ msgstr "Luo kategoria"
msgid "Create Channel"
msgstr "Luo kanava"
-#: src/components/modals/tabs/BetaCodesTab.tsx:326
-#: src/components/modals/tabs/BetaCodesTab.tsx:369
+#: src/components/modals/tabs/BetaCodesTab.tsx:351
+#: src/components/modals/tabs/BetaCodesTab.tsx:394
msgid "Create Code"
msgstr "Luo koodi"
@@ -5329,7 +5406,7 @@ msgstr "Luo uusi tili"
msgid "Create new group"
msgstr "Luo uusi ryhmä"
-#: src/components/modals/InviteModal.tsx:339
+#: src/components/modals/InviteModal.tsx:336
msgid "Create New Link"
msgstr "Luo uusi linkki"
@@ -5373,7 +5450,7 @@ msgid "Create, edit, or delete webhooks."
msgstr "Luo, muokkaa tai poista webhookeja."
#: src/components/invites/InviteListItem.tsx:59
-#: src/components/modals/tabs/BetaCodesTab.tsx:57
+#: src/components/modals/tabs/BetaCodesTab.tsx:59
msgid "Created"
msgstr "Luotu"
@@ -5390,7 +5467,7 @@ msgstr "Luotu {createdAt}"
#. placeholder {0}: invite.pack.creator.username
#. placeholder {0}: pack.creator.username
#: src/components/auth/InviteHeader.tsx:158
-#: src/components/channel/InviteEmbed.tsx:218
+#: src/components/channel/InviteEmbed.tsx:220
#: src/components/modals/InviteAcceptModal.tsx:152
msgid "Created by {0}"
msgstr "Luonut {0}"
@@ -5427,8 +5504,8 @@ msgid "Created with name {newLabel}."
msgstr "Luotu nimellä {newLabel}."
#: src/components/invites/InviteListItem.tsx:207
-#: src/components/modals/tabs/BetaCodesTab.tsx:135
-#: src/components/modals/tabs/BetaCodesTab.tsx:212
+#: src/components/modals/tabs/BetaCodesTab.tsx:137
+#: src/components/modals/tabs/BetaCodesTab.tsx:214
msgid "Created:"
msgstr "Luotu:"
@@ -5440,7 +5517,7 @@ msgstr "Luovien mielten yhteisö"
msgid "Creative Writing Club"
msgstr "Luovan kirjoittamisen kerho"
-#: src/components/pages/ReportPage.tsx:314
+#: src/components/pages/report/optionDescriptors.ts:86
msgid "Croatia"
msgstr "Kroatia"
@@ -5519,8 +5596,8 @@ msgid "Currently stuck in 1885, appearing offline"
msgstr "Jämähtänyt vuoteen 1885, näyttää offline-tilassa"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:461
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1023
-#: src/components/bottomsheets/DMBottomSheet.tsx:605
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1047
+#: src/components/bottomsheets/DMBottomSheet.tsx:608
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:305
msgid "Currently: {mutedText}"
msgstr "Tällä hetkellä: {mutedText}"
@@ -5665,7 +5742,7 @@ msgstr "Avatarin, bannerin, tehostevärin ja esittelyn muokkaaminen yksittäisil
msgid "Cut"
msgstr "Leikkaa"
-#: src/components/pages/ReportPage.tsx:315
+#: src/components/pages/report/optionDescriptors.ts:87
msgid "Cyprus"
msgstr "Kypros"
@@ -5673,7 +5750,7 @@ msgstr "Kypros"
msgid "Czech"
msgstr "Tšekki"
-#: src/components/pages/ReportPage.tsx:316
+#: src/components/pages/report/optionDescriptors.ts:88
msgid "Czech Republic"
msgstr "Tšekki"
@@ -5746,9 +5823,9 @@ msgstr "Päivämäärämuoto"
#: src/components/auth/AuthMinimalRegisterFormCore.tsx:93
#: src/components/auth/AuthRegisterFormCore.tsx:139
-#: src/components/auth/DateOfBirthField.tsx:90
-#: src/components/auth/DateOfBirthField.tsx:124
-#: src/components/auth/DateOfBirthField.tsx:292
+#: src/components/auth/DateOfBirthField.tsx:87
+#: src/components/auth/DateOfBirthField.tsx:121
+#: src/components/auth/DateOfBirthField.tsx:289
#: src/components/auth/MockMinimalRegisterForm.tsx:107
msgid "Date of birth"
msgstr "Syntymäaika"
@@ -5757,8 +5834,7 @@ msgstr "Syntymäaika"
msgid "Date Options"
msgstr "Päivämäärävaihtoehdot"
-#: src/components/auth/DateOfBirthField.tsx:88
-#: src/components/auth/DateOfBirthField.tsx:155
+#: src/components/auth/DateOfBirthField.tsx:152
#: src/components/auth/MockMinimalRegisterForm.tsx:73
msgid "Day"
msgstr "Päivä"
@@ -5817,11 +5893,11 @@ msgstr "Poista valtuutus"
msgid "Deauthorize Application"
msgstr "Poista sovelluksen valtuutus"
-#: src/components/modals/components/MobileSettingsView.tsx:369
+#: src/components/modals/components/MobileSettingsView.tsx:364
msgid "Debug"
msgstr "Virheenkorjaus"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1267
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1291
#: src/components/uikit/ContextMenu/items/DebugMenuItems.tsx:71
msgid "Debug Channel"
msgstr "Vianmäärityskanava"
@@ -5844,7 +5920,7 @@ msgstr "Vianmääritysjäsen"
msgid "Debug Message"
msgstr "Vianmääritysviesti"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1275
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1299
#: src/components/uikit/ContextMenu/items/DebugMenuItems.tsx:53
msgid "Debug User"
msgstr "Vianmäärityskäyttäjä"
@@ -5905,8 +5981,8 @@ msgstr "Mobiililaitteessa oletuksena pois päältä akun ja datan säästämisek
#: src/actions/MessageActionCreators.tsx:394
#: src/components/channel/embeds/media/EmbedAudio.tsx:227
#: src/components/channel/embeds/media/MediaContainer.tsx:115
-#: src/components/channel/Messages.tsx:444
-#: src/components/channel/Messages.tsx:524
+#: src/components/channel/Messages.tsx:442
+#: src/components/channel/Messages.tsx:522
#: src/components/channel/MobileMemesPicker.tsx:546
#: src/components/channel/pickers/memes/MemeGridItem.tsx:120
#: src/components/emojis/EmojiListItem.tsx:189
@@ -5923,7 +5999,7 @@ msgstr "Mobiililaitteessa oletuksena pois päältä akun ja datan säästämisek
msgid "Delete"
msgstr "Poista"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:666
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:680
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:320
msgid "Delete {channelType}"
msgstr "Poista {channelType}"
@@ -5987,8 +6063,8 @@ msgstr "Poista kategoria"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:179
#: src/components/bottomsheets/ChannelBottomSheet.tsx:181
#: src/components/bottomsheets/ChannelBottomSheet.tsx:421
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:668
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1224
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:682
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1248
#: src/components/modals/components/DesktopChannelSettingsView.tsx:176
#: src/components/modals/components/MobileChannelSettingsView.tsx:85
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:322
@@ -6021,8 +6097,8 @@ msgstr "Poista media"
#: src/components/channel/MessageActionBar.tsx:804
#: src/components/channel/messageActionMenu.tsx:156
#: src/components/channel/messageActionMenu.tsx:193
-#: src/components/channel/Messages.tsx:441
-#: src/components/channel/Messages.tsx:521
+#: src/components/channel/Messages.tsx:439
+#: src/components/channel/Messages.tsx:519
#: src/components/uikit/ContextMenu/items/MessageMenuItems.tsx:273
msgid "Delete Message"
msgstr "Poista viesti"
@@ -6114,7 +6190,7 @@ msgstr "Estetty {0} ja poistettu esto {1} osalta."
msgid "Denied {0}."
msgstr "Estetty {0}."
-#: src/components/pages/ReportPage.tsx:317
+#: src/components/pages/report/optionDescriptors.ts:89
msgid "Denmark"
msgstr "Tanska"
@@ -6143,7 +6219,7 @@ msgstr "Kuvaile tarra"
msgid "Describe what expressions are inside this pack."
msgstr "Kuvaile, millaisia ilmeitä tässä paketissa on."
-#: src/components/pages/ReportPage.tsx:946
+#: src/components/pages/report/ReportStepDetails.tsx:225
msgid "Describe what makes the content illegal"
msgstr "Kuvaile, mikä tekee sisällöstä laittoman"
@@ -6205,6 +6281,10 @@ msgstr "Irrotettu banneri"
msgid "details"
msgstr "yksityiskohdat"
+#: src/components/pages/report/ReportBreadcrumbs.tsx:49
+msgid "Details"
+msgstr "Yksityiskohdat"
+
#: src/components/modals/AddGuildModal.tsx:150
msgid "Dev Den"
msgstr "Kehittäjäluola"
@@ -6274,7 +6354,7 @@ msgstr "Eri kokoja ja jäsenmäärät"
msgid "Direct message"
msgstr "Yksityisviesti"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:477
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:491
#: src/components/modals/shared/RecipientList.tsx:200
msgid "Direct Message"
msgstr "Yksityisviesti"
@@ -6516,8 +6596,8 @@ msgstr "Laittoman toiminnan keskustelu tai edistäminen"
#: src/components/layout/app-layout/nagbars/PremiumGracePeriodNagbar.tsx:79
#: src/components/layout/app-layout/nagbars/PremiumOnboardingNagbar.tsx:57
#: src/components/layout/GuildLayout.tsx:106
-#: src/components/modals/GiftAcceptModal.tsx:98
-#: src/components/modals/GiftAcceptModal.tsx:124
+#: src/components/modals/GiftAcceptModal.tsx:105
+#: src/components/modals/GiftAcceptModal.tsx:131
#: src/components/modals/RequiredActionModal.tsx:475
msgid "Dismiss"
msgstr "Sulje"
@@ -6562,8 +6642,8 @@ msgstr "Näytä roolin jäsenet erikseen."
msgid "Display separator lines between different groups of messages for better visual distinction."
msgstr "Näytä erotusviivat eri viestiryhmien välillä paremman erottelun vuoksi."
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:613
-#: src/components/bottomsheets/DMBottomSheet.tsx:315
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:627
+#: src/components/bottomsheets/DMBottomSheet.tsx:317
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:97
#: src/components/uikit/ContextMenu/UserContextMenu.tsx:168
msgid "DM closed"
@@ -6581,7 +6661,7 @@ msgstr "YV-esikatselut"
msgid "DM Notifications"
msgstr "Yksityisviesti-ilmoitukset"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1092
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1116
msgid "DM Settings"
msgstr "YV-asetukset"
@@ -6662,6 +6742,7 @@ msgstr "Älä näytä kirjoitusilmaisimia kanavalistassa"
#: src/components/keybinds/KeybindRecorder.tsx:220
#: src/components/modals/GuildNotificationSettingsModal.tsx:347
#: src/components/modals/GuildPrivacySettingsModal.tsx:68
+#: src/components/pages/report/ReportBreadcrumbs.tsx:50
#: src/components/search/HasFilterSheet.tsx:124
#: src/components/search/UserFilterSheet.tsx:149
msgid "Done"
@@ -6843,13 +6924,13 @@ msgstr "Muokkaa liitettä"
msgid "Edit attachment form"
msgstr "Muokkaa liitteen lomaketta"
-#: src/components/layout/ChannelItem.tsx:630
+#: src/components/layout/ChannelItem.tsx:647
#: src/components/uikit/ContextMenu/items/CategoryMenuItems.tsx:299
msgid "Edit Category"
msgstr "Muokkaa luokkaa"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:416
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1218
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1242
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:300
msgid "Edit Channel"
msgstr "Muokkaa kanavaa"
@@ -6869,8 +6950,8 @@ msgid "Edit global settings like name, description, and icon."
msgstr "Muokkaa yleisiä asetuksia kuten nimeä, kuvausta ja kuvaketta."
#: src/components/bottomsheets/ChannelBottomSheet.tsx:284
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1178
-#: src/components/bottomsheets/DMBottomSheet.tsx:461
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1202
+#: src/components/bottomsheets/DMBottomSheet.tsx:463
#: src/components/channel/dm/DMList.tsx:237
#: src/components/channel/dm/GroupDMWelcomeSection.tsx:74
#: src/components/modals/EditGroupBottomSheet.tsx:177
@@ -6883,7 +6964,7 @@ msgstr "Muokkaa ryhmää"
msgid "Edit group form"
msgstr "Muokkaa ryhmälomaketta"
-#: src/components/modals/InviteModal.tsx:327
+#: src/components/modals/InviteModal.tsx:324
msgid "Edit invite link"
msgstr "Muokkaa kutsulinkkiä"
@@ -6910,10 +6991,10 @@ msgstr "Muokkaa muistiota"
msgid "Edit overwrites for roles and members in this channel."
msgstr "Muokkaa tämän kanavan rooli- ja jäsenylikirjoituksia."
-#: src/components/modals/UserProfileMobileSheet.tsx:486
-#: src/components/modals/UserProfileModal.tsx:1205
+#: src/components/modals/UserProfileMobileSheet.tsx:490
+#: src/components/modals/UserProfileModal.tsx:1206
#: src/components/pages/YouPage.tsx:123
-#: src/components/popouts/UserAreaPopout.tsx:519
+#: src/components/popouts/UserAreaPopout.tsx:521
#: src/components/popouts/UserProfilePopout.tsx:299
msgid "Edit Profile"
msgstr "Muokkaa profiilia"
@@ -6966,19 +7047,20 @@ msgstr "Muokataan ajoitettua viestiä"
#: src/components/auth/AuthLoginCore/AuthLoginEmailPasswordForm.tsx:78
#: src/components/auth/AuthRegisterFormCore.tsx:133
#: src/components/auth/AuthRegisterFormCore.tsx:159
-#: src/components/modals/ClaimAccountModal.tsx:157
+#: src/components/modals/ClaimAccountModal.tsx:159
#: src/components/modals/RequiredActionModal.tsx:185
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:210
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:241
#: src/components/modals/utils/settingsSearchIndex.ts:94
#: src/components/pages/ForgotPasswordPage.tsx:97
+#: src/components/pages/report/ReportBreadcrumbs.tsx:47
msgid "Email"
msgstr "Sähköposti"
#: src/components/modals/tabs/AccountSecurityTab/AccountTab.tsx:65
#: src/components/modals/tabs/AccountSecurityTab/AccountTab.tsx:91
#: src/components/modals/tabs/ComponentGalleryTab/InputsTab.tsx:107
-#: src/components/pages/ReportPage.tsx:662
+#: src/components/pages/report/ReportStepEmail.tsx:76
msgid "Email Address"
msgstr "Sähköpostiosoite"
@@ -7019,10 +7101,6 @@ msgstr "Sähköpostin vahvistus vaaditaan"
msgid "Email Verification Required"
msgstr "Sähköpostin tarkistus vaaditaan"
-#: src/components/pages/ReportPage.tsx:809
-msgid "Email verified"
-msgstr "Sähköposti vahvistettu"
-
#: src/components/modals/tabs/DeveloperOptionsTab/AccountPremiumTab.tsx:56
msgid "Email Verified Override"
msgstr "Sähköpostin vahvistus ohitettu"
@@ -7108,7 +7186,7 @@ msgid "Emoji names must be at least 2 characters long and can only contain alpha
msgstr "Emojien nimien on oltava vähintään 2 merkkiä pitkiä ja niissä saa olla vain kirjaimia, numeroita ja alaviivoja. Sallitut tiedostotyypit: JPEG, PNG, WebP, GIF. Pakkaamme kuvat 128x128 pikseliin. Maksimikoko: {0} KB emojiä kohti."
#: src/components/auth/InviteHeader.tsx:140
-#: src/components/channel/InviteEmbed.tsx:197
+#: src/components/channel/InviteEmbed.tsx:199
#: src/components/modals/InviteAcceptModal.tsx:142
#: src/components/modals/tabs/ExpressionPacksTab.tsx:70
msgid "Emoji pack"
@@ -7140,7 +7218,7 @@ msgstr "Emoji päivitetty"
#: src/components/channel/AutocompleteEmoji.tsx:67
#: src/components/channel/textarea/TextareaButtons.tsx:150
-#: src/components/modals/ExpressionPickerSheet.tsx:106
+#: src/components/modals/ExpressionPickerSheet.tsx:93
#: src/components/popouts/ExpressionPickerPopout.tsx:95
msgid "Emojis"
msgstr "Emojit"
@@ -7343,11 +7421,11 @@ msgstr "Englanti"
msgid "English (US)"
msgstr "Englanti (Yhdysvallat)"
-#: src/components/pages/ReportPage.tsx:429
+#: src/components/pages/ReportPage.tsx:254
msgid "Enter a code in the format ABCD-1234."
msgstr "Syötä koodi muodossa ABCD-1234."
-#: src/components/modals/tabs/GiftInventoryTab.tsx:235
+#: src/components/modals/tabs/GiftInventoryTab.tsx:258
msgid "Enter a gift code to redeem Plutonium for your account."
msgstr "Syötä lahjakoodi lunastaaksesi Plutoniumia tilillesi."
@@ -7371,7 +7449,7 @@ msgstr "Syötä koodi"
msgid "Enter fullscreen"
msgstr "Siirry koko näyttöön"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:255
+#: src/components/modals/tabs/GiftInventoryTab.tsx:278
msgid "Enter gift code..."
msgstr "Syötä lahjakoodi..."
@@ -7414,7 +7492,7 @@ msgstr "Syötä puhelimeesi lähetetty kuusinumeroinen koodi."
msgid "Enter the API endpoint of the Fluxer instance you want to connect to."
msgstr "Syötä Fluxer-instanssin API-päätepiste, johon haluat yhdistää."
-#: src/components/pages/ReportPage.tsx:424
+#: src/components/pages/ReportPage.tsx:249
msgid "Enter the code before continuing."
msgstr "Syötä koodi ennen kuin jatkat."
@@ -7430,7 +7508,7 @@ msgstr "Syötä nykyiseen sähköpostiisi lähetetty koodi."
msgid "Enter the code we emailed to your new address."
msgstr "Syötä uuteen osoitteeseesi lähettämämme koodi."
-#: src/components/modals/ClaimAccountModal.tsx:190
+#: src/components/modals/ClaimAccountModal.tsx:192
msgid "Enter the code we sent to your email to verify it. Your password will be set once the code is confirmed."
msgstr "Syötä sähköpostiisi lähettämä koodi vahvistaaksesi sen. Salasanasi asetetaan, kun koodi vahvistetaan."
@@ -7454,14 +7532,10 @@ msgstr "paina enteriä <0><1>tallentaaksesi1>0>"
msgid "Enter username"
msgstr "Syötä käyttäjänimi"
-#: src/components/pages/ReportPage.tsx:701
-msgid "Enter Verification Code"
+#: src/components/pages/report/ReportStepVerification.tsx:64
+msgid "Enter verification code"
msgstr "Syötä vahvistuskoodi"
-#: src/components/pages/ReportPage.tsx:638
-msgid "Enter Your Email"
-msgstr "Syötä sähköpostisi"
-
#: src/components/pages/ForgotPasswordPage.tsx:87
msgid "Enter your email address and we'll send you a link to reset your password."
msgstr "Syötä sähköpostiosoitteesi, niin lähetämme linkin salasanan palauttamiseen."
@@ -7500,7 +7574,7 @@ msgid "Entrance sound uploaded successfully"
msgstr "Saapumisääni ladattu onnistuneesti"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:297
-#: src/components/channel/ChannelSearchResults.tsx:691
+#: src/components/channel/ChannelSearchResults.tsx:660
#: src/components/modals/tabs/ComponentGalleryTab/OverlaysTab.tsx:88
msgid "Error"
msgstr "Virhe"
@@ -7522,7 +7596,7 @@ msgstr "Esc-näppäin poistuu näppäimistötilasta"
msgid "escape to <0><1>cancel1>0>"
msgstr "poistu painamalla esc <0><1>peruuttaaksesi1>0>"
-#: src/components/pages/ReportPage.tsx:318
+#: src/components/pages/report/optionDescriptors.ts:90
msgid "Estonia"
msgstr "Viro"
@@ -7561,7 +7635,7 @@ msgstr "sulje linkki, upotus tai tiedosto pois"
msgid "exclude user"
msgstr "sulje käyttäjä pois"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:95
+#: src/components/modals/components/plutonium/VisionarySection.tsx:104
msgid "Exclusive community"
msgstr "Yksityisyhteisö"
@@ -7593,12 +7667,12 @@ msgstr "Laajenna luokka"
msgid "Expiration"
msgstr "Voimassaolo"
-#: src/components/modals/InviteModal.tsx:281
+#: src/components/modals/InviteModal.tsx:278
msgid "Expire after"
msgstr "Vanhenee"
#: src/components/accounts/AccountRow.tsx:162
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:114
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:133
#: src/components/modals/GroupInvitesBottomSheet.tsx:104
msgid "Expired"
msgstr "Vanhentunut"
@@ -7675,7 +7749,7 @@ msgstr "Ilmaisupaketit"
msgid "Expression Packs are a Plutonium feature"
msgstr "Ilmaisupaketit ovat Plutonium-ominaisuus"
-#: src/components/modals/ExpressionPickerSheet.tsx:232
+#: src/components/modals/ExpressionPickerSheet.tsx:219
#: src/components/popouts/ExpressionPickerPopout.tsx:193
msgid "Expression picker categories"
msgstr "Ilmaisuvalitsimen kategoriat"
@@ -7700,7 +7774,7 @@ msgstr "Ulkoiset linkit voivat olla vaarallisia. Ole varovainen."
msgid "Extra Large"
msgstr "Erittäin suuri"
-#: src/components/pages/ReportPage.tsx:297
+#: src/components/pages/report/optionDescriptors.ts:72
#: src/constants/IARConstants.tsx:165
msgid "Extremist Community"
msgstr "Ääriajattelun yhteisö"
@@ -7749,7 +7823,7 @@ msgstr "Kutsumuslinkin kopioiminen epäonnistui"
msgid "Failed to copy to clipboard"
msgstr "Kopiointi leikepöydälle epäonnistui"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:79
+#: src/components/modals/tabs/GiftInventoryTab.tsx:80
msgid "Failed to copy URL"
msgstr "URL-osoitteen kopiointi epäonnistui"
@@ -7794,7 +7868,7 @@ msgid "Failed to delete category"
msgstr "Luokan poistaminen epäonnistui"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:194
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:681
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:695
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:335
msgid "Failed to delete channel"
msgstr "Kanavan poistaminen epäonnistui"
@@ -7868,7 +7942,7 @@ msgstr "Bannien lataus epäonnistui. Yritä uudelleen."
msgid "Failed to load emojis"
msgstr "Emojien lataus epäonnistui"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:296
+#: src/components/modals/tabs/GiftInventoryTab.tsx:319
msgid "Failed to load gift inventory"
msgstr "Lahjavaihtoehtojen lataus epäonnistui"
@@ -7894,8 +7968,8 @@ msgstr "Tarrapakettien lataus epäonnistui"
msgid "Failed to load vanity URL. Please try again."
msgstr "Vanity-URL-osoitteen lataus epäonnistui. Yritä uudelleen."
-#: src/components/modals/components/PlutoniumContent.tsx:146
-#: src/components/modals/components/PlutoniumContent.tsx:272
+#: src/components/modals/components/PlutoniumContent.tsx:157
+#: src/components/modals/components/PlutoniumContent.tsx:289
msgid "Failed to load Visionary information. Please try again later."
msgstr "Visionary-tietojen lataus epäonnistui. Yritä myöhemmin uudelleen."
@@ -7916,19 +7990,19 @@ msgstr "Yhteisöjesi lataus epäonnistui."
msgid "Failed to open customer portal. Please try again."
msgstr "Asiakassivuston avaaminen epäonnistui. Yritä uudelleen."
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:572
-#: src/components/bottomsheets/DMBottomSheet.tsx:153
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:586
+#: src/components/bottomsheets/DMBottomSheet.tsx:155
#: src/components/channel/dm/DMList.tsx:216
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:121
msgid "Failed to pin DM"
msgstr "Yksityisviestin kiinnitys epäonnistui"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:572
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:586
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:101
msgid "Failed to pin group"
msgstr "Ryhmäviestin kiinnitys epäonnistui"
-#: src/components/bottomsheets/DMBottomSheet.tsx:153
+#: src/components/bottomsheets/DMBottomSheet.tsx:155
msgid "Failed to pin group DM"
msgstr "Ryhmän DM:ää ei voitu kiinnittää"
@@ -7957,7 +8031,7 @@ msgstr "Yhteyden muodostaminen instanssiin ({status}) epäonnistui"
msgid "Failed to reactivate subscription. Please try again."
msgstr "Tilauksen uudelleenaktivointi epäonnistui. Yritä uudelleen."
-#: src/components/modals/tabs/GiftInventoryTab.tsx:94
+#: src/components/modals/tabs/GiftInventoryTab.tsx:95
msgid "Failed to redeem gift"
msgstr "Lahjan lunastus epäonnistui"
@@ -7998,6 +8072,10 @@ msgstr "Poisto ryhmästä epäonnistui"
msgid "Failed to remove timeout. Please try again."
msgstr "Aikarajoituksen poistaminen epäonnistui. Yritä uudelleen."
+#: src/components/pages/ReportPage.tsx:236
+msgid "Failed to resend code. Please try again."
+msgstr "Koodin uudelleen lähettäminen epäonnistui. Yritä uudelleen."
+
#: src/components/modals/guildTabs/GuildRolesTab.tsx:674
msgid "Failed to reset hoist order"
msgstr "Nostojärjestyksen palauttaminen oletukseksi epäonnistui"
@@ -8018,7 +8096,7 @@ msgstr "Kääntäminen epäonnistui. Yritä uudelleen."
msgid "Failed to send friend request. Please try again."
msgstr "Ystäväpyynnön lähettäminen epäonnistui. Yritä uudelleen."
-#: src/components/bottomsheets/DMBottomSheet.tsx:262
+#: src/components/bottomsheets/DMBottomSheet.tsx:264
#: src/components/modals/InviteModal.tsx:176
#: src/components/uikit/ContextMenu/items/InviteMenuItems.tsx:111
msgid "Failed to send invite"
@@ -8037,7 +8115,7 @@ msgstr "SMS-koodin lähetys epäonnistui. Yritä uudelleen."
msgid "Failed to send theme"
msgstr "Teeman lähettäminen epäonnistui"
-#: src/components/pages/ReportPage.tsx:412
+#: src/components/pages/ReportPage.tsx:234
msgid "Failed to send verification code. Please try again."
msgstr "Vahvistuskoodin lähettäminen epäonnistui. Yritä uudelleen."
@@ -8084,19 +8162,19 @@ msgstr "Omistajuuden siirto epäonnistui. Yritä uudelleen."
msgid "Failed to unblock user. Please try again."
msgstr "Käyttäjän eston poisto epäonnistui. Yritä uudelleen."
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:589
-#: src/components/bottomsheets/DMBottomSheet.tsx:170
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:603
+#: src/components/bottomsheets/DMBottomSheet.tsx:172
#: src/components/channel/dm/DMList.tsx:226
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:138
msgid "Failed to unpin DM"
msgstr "Yksityisviestin kiinnityksen poisto epäonnistui"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:589
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:603
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:118
msgid "Failed to unpin group"
msgstr "Ryhmäkiinnityksen poisto epäonnistui"
-#: src/components/bottomsheets/DMBottomSheet.tsx:170
+#: src/components/bottomsheets/DMBottomSheet.tsx:172
msgid "Failed to unpin group DM"
msgstr "Ryhmän DM:n kiinnitys epäonnistui"
@@ -8298,7 +8376,7 @@ msgstr "Löydä täydellinen tarra"
msgid "Fine-tune core colors and fonts for this app. Changes here are stored as custom CSS overrides and sync with the editor below."
msgstr "Viimeistele sovelluksen perusvärit ja fontit. Tässä tehdyt muutokset tallennetaan mukautettuina CSS-ylikirjoituksina ja synkronoidaan alla olevan editorin kanssa."
-#: src/components/pages/ReportPage.tsx:319
+#: src/components/pages/report/optionDescriptors.ts:91
msgid "Finland"
msgstr "Suomi"
@@ -8306,7 +8384,7 @@ msgstr "Suomi"
msgid "Finnish"
msgstr "suomi"
-#: src/components/pages/ReportPage.tsx:923
+#: src/components/pages/report/ReportStepDetails.tsx:199
msgid "First and last name"
msgstr "Etunimi ja sukunimi"
@@ -8419,7 +8497,7 @@ msgstr "Fluxer tarvitsee luvan seurata näppäimistön ja hiiren syötettä, jot
msgid "Fluxer Partner"
msgstr "Fluxer-kumppani"
-#: src/components/modals/components/PlutoniumContent.tsx:182
+#: src/components/modals/components/PlutoniumContent.tsx:193
#: src/components/modals/PremiumModal.tsx:34
#: src/components/modals/utils/settingsConstants.tsx:147
#: src/components/popouts/UserProfileBadges.tsx:99
@@ -8483,7 +8561,7 @@ msgstr "Ruoka ja juoma"
msgid "Foodie Friends"
msgstr "Ruokahullut kaverit"
-#: src/components/bottomsheets/DMBottomSheet.tsx:660
+#: src/components/bottomsheets/DMBottomSheet.tsx:663
msgid "For 1 hour"
msgstr "1 tunnin ajan"
@@ -8497,7 +8575,7 @@ msgstr "1 tunnin ajan"
msgid "For 1 Hour"
msgstr "1 tunniksi"
-#: src/components/bottomsheets/DMBottomSheet.tsx:659
+#: src/components/bottomsheets/DMBottomSheet.tsx:662
#: src/components/popouts/UserAreaPopout.tsx:77
msgid "For 15 minutes"
msgstr "15 minuutiksi"
@@ -8511,7 +8589,7 @@ msgstr "15 minuutiksi"
msgid "For 15 Minutes"
msgstr "15 minuuttia"
-#: src/components/bottomsheets/DMBottomSheet.tsx:663
+#: src/components/bottomsheets/DMBottomSheet.tsx:666
msgid "For 24 hours"
msgstr "24 tunnin ajan"
@@ -8529,7 +8607,7 @@ msgstr "24 tunniksi"
msgid "For 3 days"
msgstr "3 päiväksi"
-#: src/components/bottomsheets/DMBottomSheet.tsx:661
+#: src/components/bottomsheets/DMBottomSheet.tsx:664
msgid "For 3 hours"
msgstr "3 tunnin ajan"
@@ -8542,7 +8620,7 @@ msgstr "3 tunnin ajan"
msgid "For 3 Hours"
msgstr "3 tunniksi"
-#: src/components/bottomsheets/DMBottomSheet.tsx:662
+#: src/components/bottomsheets/DMBottomSheet.tsx:665
msgid "For 8 hours"
msgstr "8 tunnin ajan"
@@ -8560,7 +8638,7 @@ msgstr "8 tunniksi"
msgid "For British eyes only..."
msgstr "Vain brittien nähtäväksi..."
-#: src/components/modals/components/plutonium/PricingSection.tsx:62
+#: src/components/modals/components/plutonium/PricingSection.tsx:68
msgid "For Me"
msgstr "Minulle"
@@ -8664,15 +8742,15 @@ msgstr "Pakottaa slowmode aktiiviseksi kaikissa kanavissa"
msgid "Forever"
msgstr "Ikuisesti"
-#: src/components/modals/components/MobileSettingsView.tsx:300
+#: src/components/modals/components/MobileSettingsView.tsx:295
msgid "Forget"
msgstr "Unohda"
-#: src/components/modals/components/MobileSettingsView.tsx:327
+#: src/components/modals/components/MobileSettingsView.tsx:322
msgid "Forget Push Subscriptions"
msgstr "Unohda push-tilaukset"
-#: src/components/modals/components/MobileSettingsView.tsx:294
+#: src/components/modals/components/MobileSettingsView.tsx:289
msgid "Forget push subscriptions?"
msgstr "Unohdetaanko push-tilaukset?"
@@ -8729,7 +8807,7 @@ msgstr "Kuvataajuus"
msgid "Frame rates above 30 fps require Plutonium"
msgstr "Kuvataajuudet yli 30 fps vaativat Plutoniumin"
-#: src/components/pages/ReportPage.tsx:320
+#: src/components/pages/report/optionDescriptors.ts:92
msgid "France"
msgstr "Ranska"
@@ -8745,8 +8823,8 @@ msgstr "Ilmainen käyttäjä (ei ostohistoriaa)"
msgid "Free User (With Purchase History)"
msgstr "Ilmainen käyttäjä (ostohistorialla)"
-#: src/components/modals/components/PlutoniumContent.tsx:163
-#: src/components/modals/components/PlutoniumContent.tsx:289
+#: src/components/modals/components/PlutoniumContent.tsx:174
+#: src/components/modals/components/PlutoniumContent.tsx:308
msgid "Free vs Plutonium"
msgstr "Ilmainen vs Plutonium"
@@ -8773,12 +8851,13 @@ msgstr "Ystäväpyyntö"
msgid "Friend request sent"
msgstr "Ystäväpyyntö lähetetty"
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:68
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:250
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:75
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:89
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:271
msgid "Friend Request Sent"
msgstr "Ystäväpyyntö lähetetty"
-#: src/components/channel/dm/AddFriendForm.tsx:144
+#: src/components/channel/dm/AddFriendForm.tsx:167
msgid "Friend request sent!"
msgstr "Ystäväpyyntö lähetetty!"
@@ -8787,7 +8866,7 @@ msgstr "Ystäväpyyntö lähetetty!"
msgid "Friend Requests"
msgstr "Ystäväpyynnöt"
-#: src/components/channel/dm/AddFriendForm.tsx:137
+#: src/components/channel/dm/AddFriendForm.tsx:160
msgid "Friend's FluxerTag"
msgstr "Ystävän FluxerTag"
@@ -8828,9 +8907,10 @@ msgstr "Lähettäjä {0}"
#. placeholder {0}: creator.username
#. placeholder {1}: creator.discriminator
-#: src/components/channel/GiftEmbed.tsx:87
-#: src/components/modals/GiftAcceptModal.tsx:116
-#: src/components/modals/GiftAcceptModal.tsx:143
+#: src/components/channel/GiftEmbed.tsx:93
+#: src/components/modals/GiftAcceptModal.tsx:123
+#: src/components/modals/GiftAcceptModal.tsx:151
+#: src/components/modals/GiftAcceptModal.tsx:186
msgid "From {0}#{1}"
msgstr "Lähettäjä {0}#{1}"
@@ -8850,7 +8930,7 @@ msgstr "Käyttäjältä"
msgid "from:"
msgstr "lähettäjä:"
-#: src/components/pages/ReportPage.tsx:919
+#: src/components/pages/report/ReportStepDetails.tsx:195
msgid "Full Legal Name"
msgstr "Kokonimi"
@@ -8892,7 +8972,7 @@ msgstr "Luo kutsu"
msgid "Generate invite link"
msgstr "Luo kutsumuslinkki"
-#: src/components/modals/tabs/BetaCodesTab.tsx:315
+#: src/components/modals/tabs/BetaCodesTab.tsx:340
msgid "Generate up to {MAX_UNCLAIMED_BETA_CODES} unclaimed beta codes to invite friends to Fluxer. You can create 3 codes per week."
msgstr "Luo jopa {MAX_UNCLAIMED_BETA_CODES} lunastamatonta beetakoodia kutsutaksesi ystäviä Fluxeriin. Voit luoda 3 koodia viikossa."
@@ -8909,7 +8989,7 @@ msgstr "Maantieteellisesti rajoitettu"
msgid "German"
msgstr "Saksa"
-#: src/components/pages/ReportPage.tsx:321
+#: src/components/pages/report/optionDescriptors.ts:93
msgid "Germany"
msgstr "Saksa"
@@ -8991,13 +9071,13 @@ msgstr "GIF-esikatselu"
#: src/components/channel/pickers/gif/GifPickerHeader.tsx:40
#: src/components/channel/pickers/memes/MemesPickerHeader.tsx:57
#: src/components/channel/textarea/TextareaButtons.tsx:110
-#: src/components/modals/ExpressionPickerSheet.tsx:68
+#: src/components/modals/ExpressionPickerSheet.tsx:55
#: src/components/popouts/ExpressionPickerPopout.tsx:69
msgid "GIFs"
msgstr "GIFit"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:122
-#: src/components/modals/GiftAcceptModal.tsx:163
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:141
+#: src/components/modals/GiftAcceptModal.tsx:206
msgid "Gift"
msgstr "Lahja"
@@ -9030,19 +9110,20 @@ msgstr "Lahja on jo lunastettu"
msgid "Gift Already Redeemed"
msgstr "Lahja on jo lunastettu"
-#: src/components/channel/GiftEmbed.tsx:94
+#: src/components/channel/GiftEmbed.tsx:105
+#: src/components/channel/GiftEmbed.tsx:109
msgid "Gift Claimed"
msgstr "Lahja lunastettu"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:246
+#: src/components/modals/tabs/GiftInventoryTab.tsx:269
msgid "Gift code cannot be empty"
msgstr "Lahjakoodi ei voi olla tyhjä"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:243
+#: src/components/modals/tabs/GiftInventoryTab.tsx:266
msgid "Gift code is required"
msgstr "Lahjakoodi vaaditaan"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:250
+#: src/components/modals/tabs/GiftInventoryTab.tsx:273
msgid "Gift code is too long"
msgstr "Lahjakoodi on liian pitkä"
@@ -9070,7 +9151,7 @@ msgstr "Lahjaa ei löytynyt"
#: src/components/channel/textarea/TextareaButtons.tsx:101
#: src/components/channel/textarea/TextareaButtons.tsx:177
-#: src/components/modals/components/plutonium/GiftSection.tsx:61
+#: src/components/modals/components/plutonium/GiftSection.tsx:67
msgid "Gift Plutonium"
msgstr "Lahjoita Plutonium"
@@ -9078,23 +9159,23 @@ msgstr "Lahjoita Plutonium"
msgid "Gift redeemed successfully!"
msgstr "Lahja lunastettu onnistuneesti!"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:89
+#: src/components/modals/tabs/GiftInventoryTab.tsx:90
msgid "Gift redeemed successfully! Enjoy your Plutonium!"
msgstr "Lahja lunastettu onnistuneesti! Nauti Plutoniumistasi!"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:53
+#: src/components/modals/components/plutonium/VisionarySection.tsx:58
msgid "gift time"
msgstr "lahja-aika"
-#: src/components/channel/GiftEmbed.tsx:151
+#: src/components/channel/GiftEmbed.tsx:162
msgid "Gift Unavailable"
msgstr "Lahja ei ole saatavilla"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:132
+#: src/components/modals/tabs/GiftInventoryTab.tsx:133
msgid "Gift URL"
msgstr "Lahjan URL"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:75
+#: src/components/modals/tabs/GiftInventoryTab.tsx:76
msgid "Gift URL copied to clipboard!"
msgstr "Lahjan URL kopioitu leikepöydälle!"
@@ -9126,7 +9207,7 @@ msgstr "Maailmanlaajuiset pikakuvakkeet löytyvät työpöytäsovelluksesta"
msgid "Glorification of violence or disturbing imagery"
msgstr "Väkivallan tai järkyttävän kuvaston ylistäminen"
-#: src/components/modals/components/MobileSettingsView.tsx:145
+#: src/components/modals/components/MobileSettingsView.tsx:140
#: src/components/modals/shared/MobileSettingsComponents.tsx:43
msgid "Go back"
msgstr "Palaa"
@@ -9143,7 +9224,7 @@ msgstr "Palaa aiemmin valittuun tekstikanavaan"
msgid "Go forward in navigation history"
msgstr "Siirry navigointihistoriassa eteenpäin"
-#: src/components/channel/InviteEmbed.tsx:259
+#: src/components/channel/InviteEmbed.tsx:261
#: src/components/modals/InviteAcceptModal.tsx:100
msgid "Go to Community"
msgstr "Siirry yhteisöön"
@@ -9166,15 +9247,15 @@ msgstr "Siirry kirjautumiseen"
msgid "Go to message"
msgstr "Siirry viestiin"
-#: src/components/channel/ChannelSearchResults.tsx:841
+#: src/components/channel/ChannelSearchResults.tsx:809
msgid "Go to page"
msgstr "Siirry sivulle"
-#: src/components/channel/ChannelSearchResults.tsx:808
+#: src/components/channel/ChannelSearchResults.tsx:776
msgid "Go to page {page}"
msgstr "Siirry sivulle {page}"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:315
+#: src/components/modals/tabs/GiftInventoryTab.tsx:338
msgid "Go to Plutonium"
msgstr "Siirry Plutoniumiin"
@@ -9195,7 +9276,7 @@ msgstr "Selvä"
msgid "Gotcha"
msgstr "Sain ki!"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:116
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:135
msgid "Grace Period"
msgstr "Armonaika"
@@ -9203,7 +9284,7 @@ msgstr "Armonaika"
msgid "Grace Period (Still Have Access)"
msgstr "Armonaika (Saat edelleen käyttöoikeuden)"
-#: src/components/modals/InviteModal.tsx:301
+#: src/components/modals/InviteModal.tsx:298
msgid "Grant temporary membership"
msgstr "Myönnä tilapäinen jäsenyys"
@@ -9234,7 +9315,7 @@ msgstr "Täysi onnistuminen!"
msgid "Great success! You can now close this tab and return to the app."
msgstr "Täysi onnistuminen! Voit nyt sulkea tämän välilehden ja palata sovellukseen."
-#: src/components/pages/ReportPage.tsx:322
+#: src/components/pages/report/optionDescriptors.ts:94
msgid "Greece"
msgstr "Kreikka"
@@ -9263,7 +9344,7 @@ msgstr "Ryhmäkeskustelun lisäämisoikeudet"
msgid "Group Chat Permissions"
msgstr "Ryhmäkeskustelun käyttöoikeudet"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:481
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:495
msgid "Group Direct Message"
msgstr "Ryhmäsuora viesti"
@@ -9272,7 +9353,7 @@ msgid "Group DM"
msgstr "Ryhmä-DM"
#. placeholder {0}: channel.recipientIds.length + 1
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:772
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:804
msgid "Group DM · {0} members"
msgstr "Ryhmä-DM · {0} jäsentä"
@@ -9317,12 +9398,12 @@ msgstr "Ryhmän nimen ei tule ylittää 100 merkkiä"
msgid "Group Online Status"
msgstr "Ryhmäverkkotila"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:962
-#: src/components/channel/MemberListItem.tsx:102
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:984
+#: src/components/channel/MemberListItem.tsx:109
msgid "Group Owner"
msgstr "Ryhmän omistaja"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1092
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1116
msgid "Group Settings"
msgstr "Ryhmän asetukset"
@@ -9335,11 +9416,11 @@ msgstr "Ryhmäkirjoitustilat"
msgid "Group updated"
msgstr "Ryhmä päivitetty"
-#: src/components/pages/ReportPage.tsx:893
+#: src/components/pages/report/ReportStepDetails.tsx:167
msgid "Guild (Community) ID"
msgstr "Killan (yhteisön) tunnus"
-#: src/components/pages/ReportPage.tsx:902
+#: src/components/pages/report/ReportStepDetails.tsx:177
msgid "Guild ID is required."
msgstr "Gildin ID on pakollinen."
@@ -9355,13 +9436,13 @@ msgstr "Killan tiedot"
msgid "Hang on while we check for scheduled messages."
msgstr "Odota hetki, tarkistamme ajastettuja viestejä."
-#: src/components/pages/ReportPage.tsx:295
+#: src/components/pages/report/optionDescriptors.ts:70
#: src/constants/IARConstants.tsx:155
msgid "Harassment"
msgstr "Häirintä"
-#: src/components/pages/ReportPage.tsx:262
-#: src/components/pages/ReportPage.tsx:281
+#: src/components/pages/report/optionDescriptors.ts:43
+#: src/components/pages/report/optionDescriptors.ts:59
#: src/constants/IARConstants.tsx:32
#: src/constants/IARConstants.tsx:109
msgid "Harassment or Bullying"
@@ -9383,9 +9464,9 @@ msgstr "Onko koskaan ostanut yliajon"
msgid "has:"
msgstr "on:"
-#: src/components/pages/ReportPage.tsx:263
-#: src/components/pages/ReportPage.tsx:282
-#: src/components/pages/ReportPage.tsx:296
+#: src/components/pages/report/optionDescriptors.ts:44
+#: src/components/pages/report/optionDescriptors.ts:60
+#: src/components/pages/report/optionDescriptors.ts:71
#: src/constants/IARConstants.tsx:37
#: src/constants/IARConstants.tsx:114
#: src/constants/IARConstants.tsx:160
@@ -9430,7 +9511,7 @@ msgid "Help Center"
msgstr "Ohjekeskus"
#. placeholder {0}: user.displayName
-#: src/components/layout/app-layout/nagbars/UnclaimedAccountNagbar.tsx:44
+#: src/components/layout/app-layout/nagbars/UnclaimedAccountNagbar.tsx:42
msgid "Hey {0}, claim your account to prevent losing access."
msgstr "Hei {0}, lunasta tilisi estääksesi pääsyn menettämisen."
@@ -9654,7 +9735,7 @@ msgstr "https://example.com/callback"
msgid "Hungarian"
msgstr "Unkari"
-#: src/components/pages/ReportPage.tsx:323
+#: src/components/pages/report/optionDescriptors.ts:95
msgid "Hungary"
msgstr "Unkari"
@@ -9728,8 +9809,8 @@ msgstr "Jos olet saanut beetakoodin, voit syöttää sen alle saadaksesi välitt
msgid "If you want to export your data or delete your messages first, please visit the Privacy Dashboard section in User Settings before proceeding."
msgstr "Jos haluat ensin viedä tietosi tai poistaa viestisi, käy Käyttäjäasetusten Tietosuoja-kohta ennen jatkamista."
-#: src/components/channel/channel-view/DMChannelView.tsx:301
-#: src/components/channel/dm/DMWelcomeSection.tsx:119
+#: src/components/channel/channel-view/DMChannelView.tsx:302
+#: src/components/channel/dm/DMWelcomeSection.tsx:131
#: src/components/channel/friends/FriendListItem.tsx:145
#: src/components/channel/friends/FriendListItem.tsx:244
#: src/components/channel/friends/MobileFriendRequestItem.tsx:69
@@ -9740,7 +9821,7 @@ msgstr "Ohita"
#: src/components/channel/friends/FriendListItem.tsx:143
#: src/components/channel/friends/MobileFriendRequestItem.tsx:67
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:152
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:173
msgid "Ignore Friend Request"
msgstr "Ohita ystäväpyyntö"
@@ -9749,8 +9830,8 @@ msgstr "Ohita ystäväpyyntö"
msgid "Ignore per-channel message rate limits."
msgstr "Ohita kanavakohtaiset viestirajat."
-#: src/components/pages/ReportPage.tsx:267
-#: src/components/pages/ReportPage.tsx:298
+#: src/components/pages/report/optionDescriptors.ts:48
+#: src/components/pages/report/optionDescriptors.ts:73
#: src/constants/IARConstants.tsx:57
#: src/constants/IARConstants.tsx:170
msgid "Illegal Activity"
@@ -9762,7 +9843,7 @@ msgid "image"
msgstr "kuva"
#: src/components/channel/embeds/media/EmbedGifv.tsx:237
-#: src/components/channel/embeds/media/EmbedImage.tsx:369
+#: src/components/channel/embeds/media/EmbedImage.tsx:374
#: src/components/modals/MediaViewerModal.tsx:362
#: src/components/search/HasFilterSheet.tsx:50
#: src/utils/FavoriteMemeUtils.ts:71
@@ -9783,8 +9864,8 @@ msgstr "Kuvan esikatselu"
msgid "Images"
msgstr "Kuvat"
-#: src/components/pages/ReportPage.tsx:272
-#: src/components/pages/ReportPage.tsx:284
+#: src/components/pages/report/optionDescriptors.ts:53
+#: src/components/pages/report/optionDescriptors.ts:62
#: src/constants/IARConstants.tsx:82
#: src/constants/IARConstants.tsx:124
msgid "Impersonation"
@@ -9839,7 +9920,7 @@ msgstr "{absWeeks} viikon kuluttua"
msgid "in {absYears} years"
msgstr "{absYears} vuoden kuluttua"
-#: src/components/channel/channel-view/DMChannelView.tsx:275
+#: src/components/channel/channel-view/DMChannelView.tsx:276
msgid "In call"
msgstr "Puhelussa"
@@ -9880,7 +9961,7 @@ msgstr "Selaimessasi Paina-puhu toimii vain kun Fluxer-välilehti on aktiivinen.
msgid "in:"
msgstr "kohteessa:"
-#: src/components/pages/ReportPage.tsx:286
+#: src/components/pages/report/optionDescriptors.ts:64
#: src/constants/IARConstants.tsx:134
msgid "Inappropriate Profile"
msgstr "Sopimaton profiili"
@@ -9909,7 +9990,7 @@ msgstr "Sisällytä kaikki yhteisömaininnat"
msgid "Include audio from your screen in the share"
msgstr "Sisällytä näytön ääni jaossa"
-#: src/components/channel/channel-view/DMChannelView.tsx:269
+#: src/components/channel/channel-view/DMChannelView.tsx:270
#: src/components/voice/IncomingCallUI.tsx:263
#: src/components/voice/IncomingCallUI.tsx:286
#: src/components/voice/IncomingCallUI.tsx:324
@@ -9946,11 +10027,11 @@ msgid "Increase app zoom level"
msgstr "Lisää sovelluksen zoomaustasoa"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:284
-#: src/components/channel/ChannelSearchResults.tsx:679
+#: src/components/channel/ChannelSearchResults.tsx:648
msgid "Indexing Channel"
msgstr "Kanavan indeksointi"
-#: src/components/channel/ChannelSearchResults.tsx:317
+#: src/components/channel/ChannelSearchResults.tsx:274
msgid "Indexing..."
msgstr "Indeksoidaan..."
@@ -10032,12 +10113,12 @@ msgstr "Kuvakkeelliset syötöt"
msgid "Insert emoji"
msgstr "Lisää emoji"
-#: src/components/channel/InviteEmbed.tsx:198
+#: src/components/channel/InviteEmbed.tsx:200
#: src/components/modals/InviteAcceptModal.tsx:143
msgid "Install Emoji Pack"
msgstr "Asenna emojipaketti"
-#: src/components/channel/InviteEmbed.tsx:198
+#: src/components/channel/InviteEmbed.tsx:200
#: src/components/modals/InviteAcceptModal.tsx:143
msgid "Install Sticker Pack"
msgstr "Asenna tarrapaketti"
@@ -10104,7 +10185,7 @@ msgstr "Virheellinen lahjakoodi"
msgid "Invalid instance response: missing webapp URL."
msgstr "Virheellinen instanssin vastaus: puuttuu webapp URL."
-#: src/components/modals/ClaimAccountModal.tsx:108
+#: src/components/modals/ClaimAccountModal.tsx:110
#: src/components/modals/EmailChangeModal.tsx:108
#: src/components/modals/EmailChangeModal.tsx:169
msgid "Invalid or expired code"
@@ -10134,7 +10215,7 @@ msgstr "Käänteistä painiketta klikattu!"
msgid "Invisible"
msgstr "Näkymätön"
-#: src/components/modals/InviteModal.tsx:257
+#: src/components/modals/InviteModal.tsx:267
#: src/components/modals/tabs/ExpressionPacksTab.tsx:83
#: src/constants/AuditLogConstants.tsx:239
msgid "Invite"
@@ -10144,7 +10225,7 @@ msgstr "Kutsu"
msgid "Invite Background"
msgstr "Kutsun tausta"
-#: src/components/pages/ReportPage.tsx:908
+#: src/components/pages/report/ReportStepDetails.tsx:183
msgid "Invite Code (optional)"
msgstr "Kutsukoodi (valinnainen)"
@@ -10170,7 +10251,7 @@ msgstr "Kutsu ystäviä"
msgid "Invite friends to {0}"
msgstr "Kutsu ystäviä kohteeseen {0}"
-#: src/components/modals/InviteModal.tsx:317
+#: src/components/modals/InviteModal.tsx:314
msgid "Invite link"
msgstr "Kutsulinkki"
@@ -10190,7 +10271,7 @@ msgid "Invite Links"
msgstr "Kutsulinkit"
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:164
-#: src/components/layout/ChannelItem.tsx:599
+#: src/components/layout/ChannelItem.tsx:616
#: src/components/popouts/GuildHeaderPopout.tsx:178
msgid "Invite Members"
msgstr "Kutsu jäseniä"
@@ -10218,7 +10299,7 @@ msgid "Invite Page Preview"
msgstr "Kutsusivun esikatselu"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:381
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1144
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1168
#: src/components/layout/FavoritesChannelListContent.tsx:305
#: src/components/uikit/ContextMenu/ChannelListContextMenu.tsx:96
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:97
@@ -10236,7 +10317,7 @@ msgstr "Kutsu peruttu"
msgid "Invite sent for {0}"
msgstr "Kutsu lähetetty kohteelle {0}"
-#: src/components/bottomsheets/DMBottomSheet.tsx:256
+#: src/components/bottomsheets/DMBottomSheet.tsx:258
msgid "Invite sent to {guildName}"
msgstr "Kutsu lähetetty {guildName}"
@@ -10249,7 +10330,7 @@ msgid "Invite splash preview"
msgstr "Kutsusplash-esikatselu"
#. placeholder {0}: guild.name
-#: src/components/bottomsheets/DMBottomSheet.tsx:499
+#: src/components/bottomsheets/DMBottomSheet.tsx:501
msgid "Invite to {0}"
msgstr "Kutsu kohteeseen {0}"
@@ -10257,7 +10338,7 @@ msgstr "Kutsu kohteeseen {0}"
msgid "Invite to Community"
msgstr "Kutsu yhteisöön"
-#: src/components/channel/InviteEmbed.tsx:362
+#: src/components/channel/InviteEmbed.tsx:364
msgid "Invite Unavailable"
msgstr "Kutsu ei saatavilla"
@@ -10277,7 +10358,7 @@ msgid "Invited by {0}#{1}"
msgstr "Kutsujana {0}#{1}"
#: src/components/auth/InviteHeader.tsx:159
-#: src/components/channel/InviteEmbed.tsx:222
+#: src/components/channel/InviteEmbed.tsx:224
msgid "Invited by {inviterTag}"
msgstr "Kutsujana {inviterTag}"
@@ -10290,8 +10371,8 @@ msgid "Inviter:"
msgstr "Kutsuja:"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:303
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1199
-#: src/components/bottomsheets/DMBottomSheet.tsx:468
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1223
+#: src/components/bottomsheets/DMBottomSheet.tsx:470
#: src/components/channel/dm/DMList.tsx:257
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:145
msgid "Invites"
@@ -10301,11 +10382,11 @@ msgstr "Kutsut"
msgid "Invites are currently disabled for this community."
msgstr "Kutsut ovat tällä hetkellä poissa käytöstä tässä yhteisössä."
-#: src/components/modals/InviteModal.tsx:270
+#: src/components/modals/InviteModal.tsx:237
msgid "Invites are currently disabled in this community by an admin. While this invite can be created, it cannot be accepted until invites are re-enabled."
msgstr "Ylläpitäjä on poistanut kutsut käytöstä tässä yhteisössä. Kutsua voidaan luoda, mutta sitä ei voi hyväksyä ennen kuin kutsut otetaan uudelleen käyttöön."
-#: src/components/layout/guild-list/GuildListItem.tsx:233
+#: src/components/layout/guild-list/GuildListItem.tsx:234
msgid "Invites are currently paused in this community"
msgstr "Kutsut ovat tällä hetkellä tauolla tässä yhteisössä"
@@ -10317,7 +10398,7 @@ msgstr "Kutsut on lukittu esikatseluyhteisöissä. Vahvista tilisi sähköpostil
msgid "Invites disabled"
msgstr "Kutsut pois käytöstä"
-#: src/components/channel/InviteEmbed.tsx:257
+#: src/components/channel/InviteEmbed.tsx:259
#: src/components/modals/InviteAcceptModal.tsx:98
msgid "Invites Disabled"
msgstr "Kutsut pois käytöstä"
@@ -10343,7 +10424,7 @@ msgstr "Kutsut kohteeseen <0>{0}0> ovat tällä hetkellä poissa käytöstä"
msgid "IP address authorized"
msgstr "IP-osoite valtuutettu"
-#: src/components/pages/ReportPage.tsx:324
+#: src/components/pages/report/optionDescriptors.ts:96
msgid "Ireland"
msgstr "Irlanti"
@@ -10359,7 +10440,7 @@ msgstr "Täällä on täydellinen kirjoitusjuhla"
msgid "Italian"
msgstr "Italia"
-#: src/components/pages/ReportPage.tsx:325
+#: src/components/pages/report/optionDescriptors.ts:97
msgid "Italy"
msgstr "Italia"
@@ -10381,16 +10462,16 @@ msgstr "Liity yhteisöön"
msgid "Join a community with stickers to get started!"
msgstr "Liity yhteisöön, jossa on tarroja, niin pääset alkuun!"
-#: src/components/channel/channel-view/DMChannelView.tsx:315
+#: src/components/channel/channel-view/DMChannelView.tsx:316
msgid "Join call"
msgstr "Liity puheluun"
-#: src/components/channel/InviteEmbed.tsx:261
-#: src/components/channel/InviteEmbed.tsx:451
+#: src/components/channel/InviteEmbed.tsx:263
+#: src/components/channel/InviteEmbed.tsx:453
#: src/components/layout/guild-list/AddGuildButton.tsx:71
#: src/components/modals/AddGuildModal.tsx:129
#: src/components/modals/AddGuildModal.tsx:410
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:304
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:342
#: src/components/modals/InviteAcceptModal.tsx:102
#: src/components/modals/InviteAcceptModalPreview.tsx:114
msgid "Join Community"
@@ -10400,7 +10481,7 @@ msgstr "Liity yhteisöön"
msgid "Join community form"
msgstr "Liity yhteisöön -lomake"
-#: src/components/channel/InviteEmbed.tsx:187
+#: src/components/channel/InviteEmbed.tsx:189
msgid "Join Group"
msgstr "Liity ryhmään"
@@ -10416,19 +10497,19 @@ msgstr "Liity ilmoituksiin"
msgid "Join Operators Community"
msgstr "Liity operaattoreiden yhteisöön"
-#: src/components/channel/CallMessage.tsx:171
+#: src/components/channel/CallMessage.tsx:165
msgid "Join the call"
msgstr "Liity puheluun"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:122
+#: src/components/channel/ChannelHeader/CallButtons.tsx:159
msgid "Join Video Call"
msgstr "Liity videopuheluun"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:118
+#: src/components/channel/ChannelHeader/CallButtons.tsx:150
msgid "Join Video Call ({participantCount} participant)"
msgstr "Liity videopuheluun ({participantCount} osallistuja)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:119
+#: src/components/channel/ChannelHeader/CallButtons.tsx:151
msgid "Join Video Call ({participantCount} participants)"
msgstr "Liity videopuheluun ({participantCount} osallistujaa)"
@@ -10436,15 +10517,15 @@ msgstr "Liity videopuheluun ({participantCount} osallistujaa)"
msgid "Join Visionary Community"
msgstr "Liity Visionary-yhteisöön"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:70
+#: src/components/channel/ChannelHeader/CallButtons.tsx:89
msgid "Join Voice Call"
msgstr "Liity äänipuheluun"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:66
+#: src/components/channel/ChannelHeader/CallButtons.tsx:80
msgid "Join Voice Call ({participantCount} participant)"
msgstr "Liity puheluun ({participantCount} osallistuja)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:67
+#: src/components/channel/ChannelHeader/CallButtons.tsx:81
msgid "Join Voice Call ({participantCount} participants)"
msgstr "Liity puheluun ({participantCount} osallistujaa)"
@@ -10495,7 +10576,7 @@ msgstr "JPEG, PNG, WebP. Enintään 10 Mt. Suositeltu: 512×512px"
msgid "JPEG, PNG, WebP. Max 10MB. Recommended: 512×512px. Animated avatars (GIF) require <0/>."
msgstr "JPEG, PNG, WebP. Enintään 10 Mt. Suositeltu: 512×512px. Animoidut avatarit (GIF) vaativat <0/>."
-#: src/components/channel/ChannelSearchResults.tsx:777
+#: src/components/channel/ChannelSearchResults.tsx:745
#: src/components/pages/MessageListPage.tsx:97
#: src/components/popouts/RecentMentionsContent.tsx:221
#: src/components/popouts/SavedMessagesContent.tsx:102
@@ -10519,11 +10600,11 @@ msgstr "Siirry viestiin"
msgid "Jump to Oldest Unread Message"
msgstr "Hyppää vanhimpaan lukemattomaan viestiin"
-#: src/components/channel/ChannelSearchResults.tsx:872
+#: src/components/channel/ChannelSearchResults.tsx:840
msgid "Jump to page"
msgstr "Siirry sivulle"
-#: src/components/channel/Messages.tsx:917
+#: src/components/channel/Messages.tsx:915
msgid "Jump to Present"
msgstr "Siirry nykyhetkeen"
@@ -10612,7 +10693,7 @@ msgid "Keyboard Shortcuts"
msgstr "Näppäimistökomennot"
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:344
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:311
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:314
#: src/components/modals/KickMemberModal.tsx:58
#: src/components/modals/UserProfileActionsSheet.tsx:253
msgid "Kick"
@@ -10702,7 +10783,7 @@ msgstr "Viive {latency} millisekuntia"
msgid "Latency graph"
msgstr "Viivekuvaaja"
-#: src/components/pages/ReportPage.tsx:326
+#: src/components/pages/report/optionDescriptors.ts:98
msgid "Latvia"
msgstr "Latvia"
@@ -10729,10 +10810,10 @@ msgstr "Poistu yhteisöstä"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:248
#: src/components/bottomsheets/ChannelBottomSheet.tsx:250
#: src/components/bottomsheets/ChannelBottomSheet.tsx:314
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1253
-#: src/components/bottomsheets/DMBottomSheet.tsx:337
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1277
#: src/components/bottomsheets/DMBottomSheet.tsx:339
-#: src/components/bottomsheets/DMBottomSheet.tsx:551
+#: src/components/bottomsheets/DMBottomSheet.tsx:341
+#: src/components/bottomsheets/DMBottomSheet.tsx:554
#: src/components/channel/dm/DMList.tsx:265
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:159
#: src/hooks/useLeaveGroup.tsx:42
@@ -10740,27 +10821,27 @@ msgstr "Poistu yhteisöstä"
msgid "Leave Group"
msgstr "Poistu ryhmästä"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:122
+#: src/components/channel/ChannelHeader/CallButtons.tsx:157
msgid "Leave Video Call"
msgstr "Poistu videopuhelusta"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:113
+#: src/components/channel/ChannelHeader/CallButtons.tsx:145
msgid "Leave Video Call ({participantCount} participant)"
msgstr "Poistu videopuhelusta ({participantCount} osallistuja)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:114
+#: src/components/channel/ChannelHeader/CallButtons.tsx:146
msgid "Leave Video Call ({participantCount} participants)"
msgstr "Poistu videopuhelusta ({participantCount} osallistujaa)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:70
+#: src/components/channel/ChannelHeader/CallButtons.tsx:87
msgid "Leave Voice Call"
msgstr "Poistu äänipuhelusta"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:61
+#: src/components/channel/ChannelHeader/CallButtons.tsx:75
msgid "Leave Voice Call ({participantCount} participant)"
msgstr "Poistu puhelusta ({participantCount} osallistuja)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:62
+#: src/components/channel/ChannelHeader/CallButtons.tsx:76
msgid "Leave Voice Call ({participantCount} participants)"
msgstr "Poistu puhelusta ({participantCount} osallistujaa)"
@@ -10785,7 +10866,7 @@ msgstr "Tasaus vasemmalle"
msgid "Left community"
msgstr "Poistui yhteisöstä"
-#: src/components/bottomsheets/DMBottomSheet.tsx:350
+#: src/components/bottomsheets/DMBottomSheet.tsx:352
#: src/hooks/useLeaveGroup.tsx:56
msgid "Left group"
msgstr "Poistui ryhmästä"
@@ -10798,7 +10879,7 @@ msgstr "Vasen kuvake"
msgid "Left Tooltip"
msgstr "Vasen työkaluvinkki"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:90
+#: src/components/modals/components/plutonium/VisionarySection.tsx:99
msgid "Let people add you without needing a 4-digit tag"
msgstr "Anna muiden lisätä sinut ilman nelinumeroista tunnusta"
@@ -10810,17 +10891,13 @@ msgstr "Anna yhteisön moderoida itseään"
msgid "Letters (a-z, A-Z), numbers (0-9), and underscores (_) only"
msgstr "Vain kirjaimet (a-z, A-Z), numerot (0-9) ja alaviivat (_)"
-#: src/components/pages/ReportPage.tsx:729
-msgid "Letters and numbers only. You can paste the code—formatting is automatic."
-msgstr "Vain kirjaimia ja numeroita. Voit liittää koodin—muotoilu tapahtuu automaattisesti."
-
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:120
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:139
#: src/components/modals/tabs/DeveloperOptionsTab/AccountPremiumTab.tsx:49
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:371
msgid "Lifetime"
msgstr "Elinikäinen"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:73
+#: src/components/modals/components/plutonium/VisionarySection.tsx:82
#: src/utils/giftUtils.ts:58
msgid "Lifetime Plutonium"
msgstr "Elinikäinen Plutonium"
@@ -10838,7 +10915,7 @@ msgid "Liked!"
msgstr "Tykkäsin!"
#. placeholder {0}: formatter.format(visionarySlots.total)
-#: src/components/modals/components/plutonium/VisionarySection.tsx:61
+#: src/components/modals/components/plutonium/VisionarySection.tsx:70
msgid "Limited to {0} users. One-time purchase, lifetime access."
msgstr "Rajoitettu {0} käyttäjään. Kertaostos, elinikäinen käyttö."
@@ -10856,7 +10933,7 @@ msgstr "Linkki"
msgid "Link channel"
msgstr "Linkitä kanava"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:530
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:544
#: src/components/uikit/ContextMenu/MediaContextMenu.tsx:145
#: src/components/uikit/ContextMenu/MediaContextMenu.tsx:228
msgid "Link copied to clipboard"
@@ -10902,7 +10979,7 @@ msgstr "Luettelot"
msgid "Lists members with this role in their own section in the member list."
msgstr "Luettelee tämän roolin jäsenet omassa osiossaan jäsenluettelossa."
-#: src/components/pages/ReportPage.tsx:327
+#: src/components/pages/report/optionDescriptors.ts:99
msgid "Lithuania"
msgstr "Liettua"
@@ -10934,7 +11011,7 @@ msgstr "Ladataan porttikieltoja..."
msgid "Loading communities..."
msgstr "Ladataan yhteisöjä..."
-#: src/components/channel/embeds/media/EmbedImage.tsx:363
+#: src/components/channel/embeds/media/EmbedImage.tsx:368
msgid "Loading image"
msgstr "Kuvaa ladataan"
@@ -10947,7 +11024,7 @@ msgid "Loading more..."
msgstr "Ladataan lisää..."
#: src/components/channel/embeds/media/EmbedGifv.tsx:493
-#: src/components/channel/embeds/media/EmbedGifv.tsx:721
+#: src/components/channel/embeds/media/EmbedGifv.tsx:745
msgid "Loading placeholder"
msgstr "Paikalla pidettävää sisältöä ladataan"
@@ -10971,7 +11048,7 @@ msgstr "Aihetta ladataan..."
msgid "Loading verification methods..."
msgstr "Ladataan vahvistusmenetelmiä..."
-#: src/components/channel/embeds/media/EmbedImage.tsx:363
+#: src/components/channel/embeds/media/EmbedImage.tsx:368
msgid "Loading: {alt}"
msgstr "Ladataan: {alt}"
@@ -11021,7 +11098,7 @@ msgid "Log in with a passkey"
msgstr "Kirjaudu passkeyllä"
#: src/components/modals/components/DesktopSettingsView.tsx:346
-#: src/components/modals/components/MobileSettingsView.tsx:362
+#: src/components/modals/components/MobileSettingsView.tsx:357
#: src/components/pages/PendingVerificationPage.tsx:151
msgid "Log Out"
msgstr "Kirjaudu ulos"
@@ -11101,7 +11178,7 @@ msgstr "Matala"
msgid "Low (480p)"
msgstr "Matala (480p)"
-#: src/components/pages/ReportPage.tsx:328
+#: src/components/pages/report/optionDescriptors.ts:100
msgid "Luxembourg"
msgstr "Luxemburg"
@@ -11114,16 +11191,16 @@ msgstr "Tee ryhmän omistajaksi"
msgid "Make links to websites stand out more by always underlining them."
msgstr "Tehosta verkkosivulinkkejä alleviivaamalla ne aina."
-#: src/components/pages/ReportPage.tsx:271
+#: src/components/pages/report/optionDescriptors.ts:52
#: src/constants/IARConstants.tsx:77
msgid "Malicious Links"
msgstr "Vaaralliset linkit"
-#: src/components/pages/ReportPage.tsx:329
+#: src/components/pages/report/optionDescriptors.ts:101
msgid "Malta"
msgstr "Malta"
-#: src/components/pages/ReportPage.tsx:302
+#: src/components/pages/report/optionDescriptors.ts:77
#: src/constants/IARConstants.tsx:190
msgid "Malware Distribution"
msgstr "Haittaohjelmien jakelu"
@@ -11214,7 +11291,7 @@ msgid "Manage slash commands for this application"
msgstr "Hallitse kauttaviivakomentoja tälle sovellukselle"
#: src/components/layout/app-layout/nagbars/PremiumGracePeriodNagbar.tsx:83
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:288
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:324
msgid "Manage Subscription"
msgstr "Hallitse tilausta"
@@ -11227,7 +11304,7 @@ msgstr "Hallitse sähköpostiosoitetta, jolla kirjaudut Fluxeriin"
msgid "Manage Webhooks"
msgstr "Hallitse webhookeja"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:100
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:104
msgid "Manage your applications and bots."
msgstr "Hallitse sovelluksiasi ja bottejasi."
@@ -11243,7 +11320,7 @@ msgstr "Hallitse lahjojasi"
msgid "Manage your phone number for SMS two-factor authentication"
msgstr "Hallitse puhelinnumeroasi SMS-kaksivaiheista tunnistautumista varten"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:280
+#: src/components/modals/tabs/GiftInventoryTab.tsx:303
msgid "Manage your purchased Plutonium gift codes. Share the gift URL with someone special or redeem it for yourself!"
msgstr "Hallitse ostamiasi Plutonium-lahjakoodeja. Jaa lahja-URL erityisen kanssa tai lunasta se itse!"
@@ -11256,8 +11333,8 @@ msgid "Mark as 18+ (NSFW)"
msgstr "Merkitse 18+ (NSFW)"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:358
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1115
-#: src/components/bottomsheets/DMBottomSheet.tsx:388
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1139
+#: src/components/bottomsheets/DMBottomSheet.tsx:390
#: src/components/channel/NewMessagesBar.tsx:60
#: src/components/uikit/ContextMenu/items/CategoryMenuItems.tsx:81
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:79
@@ -11319,7 +11396,7 @@ msgstr "Markdown"
msgid "Markdown Preview"
msgstr "Markdown-esikatselu"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:516
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:530
msgid "Marked as read"
msgstr "Merkitty luetuksi"
@@ -11347,7 +11424,7 @@ msgstr "Merkinnät liukusäätimen alapuolella"
msgid "Marty_McFly"
msgstr "Marty_McFly"
-#: src/components/modals/ClaimAccountModal.tsx:160
+#: src/components/modals/ClaimAccountModal.tsx:162
#: src/components/modals/EmailChangeModal.tsx:254
msgid "marty@example.com"
msgstr "marty@example.com"
@@ -11356,7 +11433,7 @@ msgstr "marty@example.com"
msgid "Mask Visionary as subscription"
msgstr "Piilota Visionary tilauksena"
-#: src/components/modals/InviteModal.tsx:291
+#: src/components/modals/InviteModal.tsx:288
msgid "Max number of uses"
msgstr "Käyttökertojen yläraja"
@@ -11393,7 +11470,8 @@ msgstr "Kameran maksimilaatu on 1080p"
msgid "Maximum quality, requires very fast connection"
msgstr "Maksimilaatu, vaatii erittäin nopean yhteyden"
-#: src/components/modals/GiftAcceptModal.tsx:151
+#: src/components/modals/GiftAcceptModal.tsx:161
+#: src/components/modals/GiftAcceptModal.tsx:194
msgid "Maybe later"
msgstr "Ehkä myöhemmin"
@@ -11411,7 +11489,7 @@ msgstr "Mittaan..."
#: src/components/channel/AutocompleteEmoji.tsx:154
#: src/components/channel/textarea/TextareaButtons.tsx:122
-#: src/components/modals/ExpressionPickerSheet.tsx:77
+#: src/components/modals/ExpressionPickerSheet.tsx:64
#: src/components/modals/tabs/ChatSettingsTab.tsx:43
#: src/components/modals/tabs/ChatSettingsTab/Inline.tsx:37
#: src/components/modals/utils/settingsConstants.tsx:298
@@ -11504,8 +11582,8 @@ msgstr "Jäsenen vahvistus"
msgid "Member verification level"
msgstr "Jäsenen vahvistustaso"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:877
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:913
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:909
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:945
#: src/components/modals/guildTabs/GuildMembersTab.tsx:429
#: src/components/modals/shared/AddOverridePopout.tsx:176
#: src/components/modals/utils/guildSettingsConstants.tsx:157
@@ -11536,7 +11614,7 @@ msgstr "Jäsenet poistettu"
msgid "Members receive notifications for every message"
msgstr "Jäsenet saavat ilmoituksen jokaisesta viestistä"
-#: src/components/modals/InviteModal.tsx:302
+#: src/components/modals/InviteModal.tsx:299
msgid "Members will be removed when they go offline unless a role is assigned"
msgstr "Jäsenet poistetaan, kun he menevät offline-tilaan, ellei heille ole määritelty roolia"
@@ -11608,11 +11686,11 @@ msgid "mentions:"
msgstr "maininnat:"
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:234
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:218
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:220
#: src/components/modals/tabs/ComponentGalleryTab/InputsTab.tsx:164
-#: src/components/modals/UserProfileMobileSheet.tsx:497
-#: src/components/modals/UserProfileModal.tsx:1189
-#: src/components/modals/UserProfileModal.tsx:1311
+#: src/components/modals/UserProfileMobileSheet.tsx:501
+#: src/components/modals/UserProfileModal.tsx:1190
+#: src/components/modals/UserProfileModal.tsx:1316
#: src/components/popouts/UserProfilePopout.tsx:289
#: src/components/popouts/UserProfilePopout.tsx:308
#: src/components/profile/ProfilePreview.tsx:292
@@ -11689,7 +11767,7 @@ msgstr "Viestien ryhmittely"
msgid "Message is too long"
msgstr "Viesti on liian pitkä"
-#: src/components/pages/ReportPage.tsx:837
+#: src/components/pages/report/ReportStepDetails.tsx:107
msgid "Message Link"
msgstr "Viestin linkki"
@@ -11744,7 +11822,7 @@ msgstr "Viestit ja media"
msgid "Messages Deleted"
msgstr "Viestit poistettu"
-#: src/components/channel/Messages.tsx:938
+#: src/components/channel/Messages.tsx:936
msgid "Messages failed to load"
msgstr "Viestien lataus epäonnistui"
@@ -11888,22 +11966,21 @@ msgstr "Valvonta"
msgid "Monospace font family"
msgstr "Tasalevyinen fontti"
-#: src/components/auth/DateOfBirthField.tsx:87
-#: src/components/auth/DateOfBirthField.tsx:154
+#: src/components/auth/DateOfBirthField.tsx:151
#: src/components/auth/MockMinimalRegisterForm.tsx:68
msgid "Month"
msgstr "Kuukausi"
-#: src/components/modals/components/plutonium/PricingSection.tsx:71
+#: src/components/modals/components/plutonium/PricingSection.tsx:78
msgid "Monthly"
msgstr "Kuukausittain"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:63
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:73
msgid "Monthly {monthlyPrice}"
msgstr "Kuukausittain {monthlyPrice}"
#: src/components/accounts/AccountRow.tsx:178
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:863
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:895
#: src/components/channel/friends/FriendListItem.tsx:229
#: src/components/channel/MessageActionBar.tsx:647
#: src/components/channel/MessageActionBar.tsx:776
@@ -11936,7 +12013,7 @@ msgstr "Lisää tarra-paikkoja"
msgid "Most popular"
msgstr "Suosituimmat"
-#: src/components/channel/ChannelSearchResults.tsx:225
+#: src/components/channel/ChannelSearchResults.tsx:182
#: src/components/search/SortModeSheet.tsx:53
msgid "Most Relevant"
msgstr "Merkityksellisimmät"
@@ -12015,7 +12092,7 @@ msgstr "Monikielinen sisältö"
msgid "Music Lovers"
msgstr "Musiikin ystävät"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:850
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:882
#: src/components/bottomsheets/VoiceLobbyBottomSheet.tsx:179
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:253
#: src/components/layout/UserArea.tsx:213
@@ -12055,7 +12132,7 @@ msgstr "Mykistä kanava"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:400
#: src/components/bottomsheets/ChannelBottomSheet.tsx:452
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1010
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1034
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:171
#: src/components/modals/GuildNotificationSettingsModal.tsx:295
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:168
@@ -12069,9 +12146,9 @@ msgstr "Mykistä kanava"
msgid "Mute Community"
msgstr "Mykistä yhteisö"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1012
-#: src/components/bottomsheets/DMBottomSheet.tsx:449
-#: src/components/bottomsheets/DMBottomSheet.tsx:590
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1036
+#: src/components/bottomsheets/DMBottomSheet.tsx:451
+#: src/components/bottomsheets/DMBottomSheet.tsx:593
msgid "Mute Conversation"
msgstr "Mykistä keskustelu"
@@ -12096,7 +12173,7 @@ msgstr "Mykistä jäsenet"
msgid "Mute User"
msgstr "Mykistä käyttäjä"
-#: src/components/layout/guild-list/GuildListItem.tsx:193
+#: src/components/layout/guild-list/GuildListItem.tsx:194
#: src/components/layout/VoiceStateIcons.tsx:53
#: src/components/voice/VoiceParticipantTile.tsx:897
#: src/utils/ContextMenuUtils.tsx:159
@@ -12105,7 +12182,7 @@ msgstr "Mykistetty"
#. placeholder {0}: DateUtils.getFormattedDateTime(new Date(muteConfig.end_time))
#. placeholder {0}: getFormattedDateTime(new Date(muteConfig.end_time))
-#: src/components/layout/guild-list/GuildListItem.tsx:191
+#: src/components/layout/guild-list/GuildListItem.tsx:192
#: src/utils/ContextMenuUtils.tsx:157
msgid "Muted until {0}"
msgstr "Mykistetty {0} asti"
@@ -12253,7 +12330,7 @@ msgstr "Tarvitsetko tilin?"
msgid "Neighborhood Watch"
msgstr "Naapurin valvonta"
-#: src/components/pages/ReportPage.tsx:330
+#: src/components/pages/report/optionDescriptors.ts:102
msgid "Netherlands"
msgstr "Alankomaat"
@@ -12261,9 +12338,9 @@ msgstr "Alankomaat"
msgid "Network"
msgstr "Verkko"
-#: src/components/modals/components/PlutoniumContent.tsx:145
-#: src/components/modals/components/PlutoniumContent.tsx:271
-#: src/components/modals/tabs/BetaCodesTab.tsx:295
+#: src/components/modals/components/PlutoniumContent.tsx:156
+#: src/components/modals/components/PlutoniumContent.tsx:288
+#: src/components/modals/tabs/BetaCodesTab.tsx:320
#: src/components/modals/tabs/DevicesTab.tsx:229
msgid "Network error"
msgstr "Verkkovirhe"
@@ -12290,7 +12367,7 @@ msgstr "ei vanhene koskaan"
#: src/components/channel/Divider.tsx:51
#: src/components/channel/Divider.tsx:60
#: src/components/channel/UnreadDividerSlot.tsx:45
-#: src/components/layout/GuildsLayout.tsx:285
+#: src/components/layout/GuildsLayout.tsx:283
msgid "New"
msgstr "Uusi"
@@ -12311,7 +12388,7 @@ msgstr "Uusi sähköposti"
msgid "New email form"
msgstr "Uusi sähköpostilomake"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:902
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:934
msgid "New Group"
msgstr "Uusi ryhmä"
@@ -12334,7 +12411,7 @@ msgid "new-channel"
msgstr "uusi-kanava"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:446
-#: src/components/channel/ChannelSearchResults.tsx:223
+#: src/components/channel/ChannelSearchResults.tsx:180
msgid "Newest"
msgstr "Uusin"
@@ -12394,7 +12471,7 @@ msgstr "Lempinimen on oltava enintään 32 merkkiä"
msgid "Nickname updated"
msgstr "Lempinimi päivitetty"
-#: src/components/layout/GuildLayout.tsx:392
+#: src/components/layout/GuildLayout.tsx:397
msgid "No accessible channels"
msgstr "Ei saatavilla olevia kanavia"
@@ -12431,7 +12508,7 @@ msgstr "Ei estettyjä käyttäjiä"
msgid "No bans found matching your search."
msgstr "Hakuehtoasi vastaavia estoja ei löytynyt."
-#: src/components/modals/tabs/BetaCodesTab.tsx:365
+#: src/components/modals/tabs/BetaCodesTab.tsx:390
msgid "No beta codes yet"
msgstr "Ei beetakoodeja vielä"
@@ -12471,7 +12548,7 @@ msgstr "Ei käytettävissä olevia kanavia"
msgid "No channels found"
msgstr "Kanavia ei löytynyt"
-#: src/components/modals/tabs/BetaCodesTab.tsx:275
+#: src/components/modals/tabs/BetaCodesTab.tsx:279
msgid "No codes remaining. Resets {resetString}"
msgstr "Koodeja ei ole jäljellä. Nollautuu {resetString}"
@@ -12484,7 +12561,7 @@ msgid "No community banner"
msgstr "Ei yhteisöbanneria"
#: src/components/auth/InviteHeader.tsx:156
-#: src/components/channel/InviteEmbed.tsx:215
+#: src/components/channel/InviteEmbed.tsx:217
#: src/components/modals/InviteAcceptModal.tsx:148
#: src/components/modals/tabs/ExpressionPacksTab.tsx:73
msgid "No description provided."
@@ -12516,7 +12593,7 @@ msgstr "Ei ystäviä vielä"
msgid "No GIFs found"
msgstr "GIFejä ei löytynyt"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:311
+#: src/components/modals/tabs/GiftInventoryTab.tsx:334
msgid "No gifts yet"
msgstr "Ei lahjoja vielä"
@@ -12656,7 +12733,7 @@ msgid "No results"
msgstr "Ei tuloksia"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:315
-#: src/components/channel/ChannelSearchResults.tsx:709
+#: src/components/channel/ChannelSearchResults.tsx:678
msgid "No Results"
msgstr "Ei tuloksia"
@@ -12717,7 +12794,7 @@ msgstr "Ei järjestelmäkanavaa"
msgid "No Timer"
msgstr "Ei ajastinta"
-#: src/components/channel/dm/AddFriendForm.tsx:70
+#: src/components/channel/dm/AddFriendForm.tsx:93
msgid "No user found with that FluxerTag."
msgstr "Kyseisellä FluxerTagillä ei löytynyt käyttäjää."
@@ -12797,7 +12874,7 @@ msgstr "Ei nyt"
msgid "Not your cup of tea? You can disable this feature anytime."
msgstr "Ei miellytä? Voit poistaa tämän ominaisuuden käytöstä milloin tahansa."
-#: src/components/modals/UserProfileMobileSheet.tsx:549
+#: src/components/modals/UserProfileMobileSheet.tsx:553
#: src/components/modals/UserProfileModal.tsx:244
#: src/components/modals/UserProfileModal.tsx:248
#: src/components/pages/YouPage.tsx:144
@@ -12813,7 +12890,7 @@ msgstr "Muistiinpano (vain sinulle näkyvä)"
msgid "nothing"
msgstr "ei mitään"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1387
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1411
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:218
#: src/components/modals/GuildNotificationSettingsModal.tsx:95
#: src/components/modals/GuildNotificationSettingsModal.tsx:226
@@ -12835,8 +12912,8 @@ msgid "Notification Overrides"
msgstr "Ilmoitusten ylikirjoitukset"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:405
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1160
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1341
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1184
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1365
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:199
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsButton.tsx:59
#: src/components/modals/GuildNotificationSettingsModal.tsx:162
@@ -12904,17 +12981,17 @@ msgstr "NSFW-sisältö ei ole sallittua"
msgid "NSFW Gates"
msgstr "NSFW-suojat"
-#: src/components/pages/ReportPage.tsx:266
+#: src/components/pages/report/optionDescriptors.ts:47
#: src/constants/IARConstants.tsx:52
msgid "NSFW Policy Violation"
msgstr "NSFW-käytännön rikkomus"
#. placeholder {0}: formatter.format(visionarySlots.total)
-#: src/components/modals/components/plutonium/VisionarySection.tsx:82
+#: src/components/modals/components/plutonium/VisionarySection.tsx:91
msgid "Numbered badge (1-{0}) showing your Visionary status"
msgstr "Numeroitu merkki (1-{0}) osoittaa Visioijan tilasi"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:83
+#: src/components/modals/components/plutonium/VisionarySection.tsx:92
msgid "Numbered badge showing your Visionary status"
msgstr "Numeroitu merkki näyttää Visionary-statuksesi"
@@ -12933,8 +13010,8 @@ msgstr "Objektit"
msgid "Off"
msgstr "Pois"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:281
-#: src/components/channel/ChannelMembers.tsx:137
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:287
+#: src/components/channel/ChannelMembers.tsx:108
#: src/Constants.tsx:134
#: src/utils/MemberListUtils.ts:150
#: src/utils/MemberListUtils.ts:188
@@ -12962,7 +13039,7 @@ msgid "Okay"
msgstr "Selvä"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:446
-#: src/components/channel/ChannelSearchResults.tsx:224
+#: src/components/channel/ChannelSearchResults.tsx:181
msgid "Oldest"
msgstr "Vanhimmat"
@@ -13020,25 +13097,25 @@ msgstr "Yksi tai useampi kanava indeksoidaan"
msgid "one second ago"
msgstr "sekunti sitten"
-#: src/components/modals/components/plutonium/GiftSection.tsx:71
-#: src/components/modals/components/plutonium/GiftSection.tsx:80
-#: src/components/modals/components/plutonium/PricingSection.tsx:103
-#: src/components/modals/components/plutonium/PricingSection.tsx:112
+#: src/components/modals/components/plutonium/GiftSection.tsx:78
+#: src/components/modals/components/plutonium/GiftSection.tsx:90
+#: src/components/modals/components/plutonium/PricingSection.tsx:118
+#: src/components/modals/components/plutonium/PricingSection.tsx:130
msgid "one-time purchase"
msgstr "kertamaksu"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:65
+#: src/components/modals/components/plutonium/VisionarySection.tsx:74
msgid "One-time purchase, lifetime access."
msgstr "Kertamaksu, elinikäinen pääsy."
-#: src/components/modals/components/plutonium/GiftSection.tsx:89
-#: src/components/modals/components/plutonium/PricingSection.tsx:90
-#: src/components/modals/components/plutonium/PricingSection.tsx:121
+#: src/components/modals/components/plutonium/GiftSection.tsx:102
+#: src/components/modals/components/plutonium/PricingSection.tsx:103
+#: src/components/modals/components/plutonium/PricingSection.tsx:142
msgid "one-time, lifetime"
msgstr "kertaluonteinen, elinikäinen"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:281
-#: src/components/channel/ChannelMembers.tsx:135
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:285
+#: src/components/channel/ChannelMembers.tsx:106
#: src/components/channel/dm/DMFriendsView.tsx:168
#: src/components/channel/friends/views/FriendsList.tsx:95
#: src/Constants.tsx:130
@@ -13051,7 +13128,7 @@ msgstr "Verkossa"
msgid "Online Status"
msgstr "Verkkotila"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1382
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1406
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:212
#: src/components/modals/GuildNotificationSettingsModal.tsx:91
#: src/components/modals/GuildNotificationSettingsModal.tsx:281
@@ -13120,11 +13197,11 @@ msgstr "Avaa tilin vahvistusvalintaikkuna"
msgid "Open color picker"
msgstr "Avaa värinvalitsin"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1398
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1422
msgid "Open Community Notification Settings"
msgstr "Avaa yhteisön ilmoitusasetukset"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:286
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:322
msgid "Open Customer Portal"
msgstr "Avaa asiakasportaali"
@@ -13293,7 +13370,7 @@ msgstr "Vaihtoehto kolme"
msgid "Option Two"
msgstr "Vaihtoehto kaksi"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:89
+#: src/components/modals/components/plutonium/VisionarySection.tsx:98
msgid "Optional #0000 tag"
msgstr "Valinnainen #0000-tunniste"
@@ -13309,7 +13386,7 @@ msgstr "TAI"
msgid "Or copy the link:"
msgstr "Tai kopioi linkki:"
-#: src/components/modals/InviteModal.tsx:312
+#: src/components/modals/InviteModal.tsx:309
msgid "or send an invite link to a friend:"
msgstr "tai lähetä kutsulinkki ystävälle:"
@@ -13325,9 +13402,9 @@ msgstr "Alkuperäistä viestiä ei voitu ladata"
msgid "Original message was deleted"
msgstr "Alkuperäinen viesti poistettiin"
-#: src/components/pages/ReportPage.tsx:273
-#: src/components/pages/ReportPage.tsx:287
-#: src/components/pages/ReportPage.tsx:303
+#: src/components/pages/report/optionDescriptors.ts:54
+#: src/components/pages/report/optionDescriptors.ts:65
+#: src/components/pages/report/optionDescriptors.ts:78
#: src/constants/IARConstants.tsx:87
#: src/constants/IARConstants.tsx:139
#: src/constants/IARConstants.tsx:195
@@ -13463,8 +13540,8 @@ msgstr "Passkeyt vaativat allekirjoitetun macOS-paketin, jossa on voimassa oleva
#: src/components/auth/AuthLoginCore/AuthLoginEmailPasswordForm.tsx:90
#: src/components/auth/AuthRegisterFormCore.tsx:136
#: src/components/auth/AuthRegisterFormCore.tsx:217
-#: src/components/modals/ClaimAccountModal.tsx:168
-#: src/components/modals/ClaimAccountModal.tsx:208
+#: src/components/modals/ClaimAccountModal.tsx:170
+#: src/components/modals/ClaimAccountModal.tsx:210
#: src/components/modals/SudoVerificationModal.tsx:171
#: src/components/modals/SudoVerificationModal.tsx:236
#: src/components/modals/tabs/AccountSecurityTab/AccountTab.tsx:105
@@ -13546,11 +13623,11 @@ msgstr "Ystäviesi ystävät voivat lisätä sinut ryhmäkeskusteluihin"
msgid "People who are friends with your friends can call you"
msgstr "Ystäviesi ystävät voivat soittaa sinulle"
-#: src/components/modals/components/plutonium/PricingSection.tsx:73
+#: src/components/modals/components/plutonium/PricingSection.tsx:80
msgid "per month"
msgstr "kuukaudessa"
-#: src/components/modals/components/plutonium/PricingSection.tsx:80
+#: src/components/modals/components/plutonium/PricingSection.tsx:90
msgid "per year"
msgstr "vuodessa"
@@ -13588,8 +13665,8 @@ msgstr "Oikeudet myönnetty"
msgid "Personal notes"
msgstr "Henkilökohtaiset muistiinpanot"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:479
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:778
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:493
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:810
#: src/components/channel/channel-header/useChannelHeaderData.ts:84
#: src/components/channel/dm/DMList.tsx:708
#: src/components/channel/dm/DMList.tsx:795
@@ -13662,16 +13739,16 @@ msgid "Pick which phone step to show"
msgstr "Valitse, mikä puhelinaskel näytetään"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:336
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1132
-#: src/components/bottomsheets/DMBottomSheet.tsx:483
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1156
+#: src/components/bottomsheets/DMBottomSheet.tsx:485
#: src/components/channel/dm/DMList.tsx:287
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:153
msgid "Pin DM"
msgstr "Kiinnitä yksityisviesti"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:295
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1132
-#: src/components/bottomsheets/DMBottomSheet.tsx:483
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1156
+#: src/components/bottomsheets/DMBottomSheet.tsx:485
#: src/components/channel/dm/DMList.tsx:248
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:133
msgid "Pin Group DM"
@@ -13714,20 +13791,20 @@ msgid "Ping: {latency}ms"
msgstr "Ping: {latency}ms"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:219
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:566
-#: src/components/bottomsheets/DMBottomSheet.tsx:147
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:580
+#: src/components/bottomsheets/DMBottomSheet.tsx:149
#: src/components/channel/dm/DMList.tsx:214
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:115
msgid "Pinned DM"
msgstr "Kiinnitetty yksityisviesti"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:219
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:566
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:580
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:95
msgid "Pinned group"
msgstr "Kiinnitetty ryhmä"
-#: src/components/bottomsheets/DMBottomSheet.tsx:147
+#: src/components/bottomsheets/DMBottomSheet.tsx:149
msgid "Pinned group DM"
msgstr "Kiinnitetty ryhmän DM"
@@ -13742,7 +13819,7 @@ msgstr "Kiinnitetyt viestit"
msgid "pinned:"
msgstr "kiinnitetty:"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:886
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:918
msgid "Pins"
msgstr "Kiinnitykset"
@@ -13789,15 +13866,15 @@ msgstr "Tarkista sähköpostisi vahvistusviestin takia."
msgid "Please enable Fluxer in System Settings → Privacy & Security → Input Monitoring."
msgstr "Ota Fluxer käyttöön Järjestelmäasetuksissa → Tietosuoja ja turvallisuus → Syötteen valvonta."
-#: src/components/pages/ReportPage.tsx:396
+#: src/components/pages/ReportPage.tsx:211
msgid "Please enter a valid email address."
msgstr "Ole hyvä ja syötä voimassa oleva sähköpostiosoite."
-#: src/components/channel/dm/AddFriendForm.tsx:74
+#: src/components/channel/dm/AddFriendForm.tsx:97
msgid "Please enter a valid FluxerTag (Username#0000)."
msgstr "Anna kelvollinen FluxerTag (Käyttäjänimi#0000)."
-#: src/components/pages/ReportPage.tsx:509
+#: src/components/pages/ReportPage.tsx:336
msgid "Please enter a valid message link URL."
msgstr "Ole hyvä ja syötä voimassa oleva viestilinkin URL."
@@ -13809,26 +13886,22 @@ msgstr "Ole hyvä ja syötä API-päätepiste."
msgid "Please fill out the following fields: {fieldList}"
msgstr "Ole hyvä ja täytä seuraavat kentät: {fieldList}"
-#: src/components/pages/ReportPage.tsx:436
+#: src/components/pages/ReportPage.tsx:261
msgid "Please go back and enter a valid email address."
msgstr "Palaa takaisin ja syötä voimassa oleva sähköpostiosoite."
-#: src/components/pages/ReportPage.tsx:542
+#: src/components/pages/ReportPage.tsx:369
msgid "Please include the community (guild) ID you are reporting."
msgstr "Lisää ilmoitettava yhteisön (kannattajakunnan) tunnus."
-#: src/components/pages/ReportPage.tsx:504
+#: src/components/pages/ReportPage.tsx:331
msgid "Please paste the message link you are reporting."
msgstr "Liitä raportoitavan viestin linkki."
-#: src/components/pages/ReportPage.tsx:391
+#: src/components/pages/ReportPage.tsx:206
msgid "Please provide an email address."
msgstr "Anna sähköpostiosoite."
-#: src/components/pages/ReportPage.tsx:801
-msgid "Please provide the details of your report."
-msgstr "Kerro raporttisi yksityiskohdat."
-
#: src/components/modals/tabs/ApplicationsTab/ApplicationDetail.tsx:555
msgid "Please retry or go back to the applications list."
msgstr "Yritä uudelleen tai palaa sovelluslistaan."
@@ -13837,7 +13910,7 @@ msgstr "Yritä uudelleen tai palaa sovelluslistaan."
msgid "Please select a violation category"
msgstr "Valitse rikkomuskategoria"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:297
+#: src/components/modals/tabs/GiftInventoryTab.tsx:320
msgid "Please try again later."
msgstr "Yritä myöhemmin uudelleen."
@@ -13878,7 +13951,7 @@ msgstr "Plutonium-merkin tietosuoja"
msgid "Plutonium perks"
msgstr "Plutonium-edut"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:110
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:129
msgid "Plutonium Subscription"
msgstr "Plutonium-tilaus"
@@ -13886,7 +13959,7 @@ msgstr "Plutonium-tilaus"
msgid "PNG"
msgstr "PNG"
-#: src/components/pages/ReportPage.tsx:331
+#: src/components/pages/report/optionDescriptors.ts:103
msgid "Poland"
msgstr "Puola"
@@ -13903,7 +13976,7 @@ msgstr "äänestys"
msgid "Popouts"
msgstr "Ponnahdusikkunat"
-#: src/components/pages/ReportPage.tsx:332
+#: src/components/pages/report/optionDescriptors.ts:104
msgid "Portugal"
msgstr "Portugali"
@@ -13943,11 +14016,11 @@ msgstr "Premium-tyypin ylikirjoitus"
msgid "Press keys..."
msgstr "Paina näppäimiä..."
-#: src/components/channel/MessageReactions.tsx:121
+#: src/components/channel/MessageReactions.tsx:120
msgid "press to add reaction"
msgstr "paina lisätäksesi reaktion"
-#: src/components/channel/MessageReactions.tsx:121
+#: src/components/channel/MessageReactions.tsx:120
msgid "press to remove reaction"
msgstr "paina poistaaksesi reaktion"
@@ -14143,15 +14216,15 @@ msgstr "Suojaa tilisi kaksivaiheisella tunnistautumisella ja pääsyluvuilla"
msgid "Provide any additional context that may help our Safety Team..."
msgstr "Anna mahdollista lisätietoa, joka voi auttaa turvallisuustiimiämme..."
-#: src/components/pages/ReportPage.tsx:882
+#: src/components/pages/report/ReportStepDetails.tsx:156
msgid "Provide at least a user ID or a user tag."
msgstr "Anna vähintään käyttäjän ID tai käyttäjätunnus."
-#: src/components/pages/ReportPage.tsx:527
+#: src/components/pages/ReportPage.tsx:354
msgid "Provide either a user ID or a FluxerTag for the person you are reporting."
msgstr "Anna raportoitavan henkilön käyttäjätunnus tai FluxerTag."
-#: src/components/pages/ReportPage.tsx:478
+#: src/components/pages/ReportPage.tsx:305
msgid "Provide your full legal name for the declaration."
msgstr "Anna täydellinen oikea nimesi ilmoitusta varten."
@@ -14163,7 +14236,7 @@ msgstr "Poistetut jäsenet, jotka ovat olleet passiivisia {dayCount, plural, one
msgid "Public bot"
msgstr "Julkinen botti"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:312
+#: src/components/modals/tabs/GiftInventoryTab.tsx:335
msgid "Purchase a Plutonium gift from the Plutonium tab to share with friends!"
msgstr "Osta Plutonium-lahja Plutonium-välilehdeltä ja jaa ystäviesi kanssa!"
@@ -14171,12 +14244,12 @@ msgstr "Osta Plutonium-lahja Plutonium-välilehdeltä ja jaa ystäviesi kanssa!"
msgid "Purchase History"
msgstr "Ostohistoria"
-#: src/components/modals/components/plutonium/PricingSection.tsx:61
+#: src/components/modals/components/plutonium/PricingSection.tsx:67
msgid "Purchase mode"
msgstr "Ostoasetus"
#. placeholder {0}: getFormattedShortDate(new Date(gift.created_at))
-#: src/components/modals/tabs/GiftInventoryTab.tsx:119
+#: src/components/modals/tabs/GiftInventoryTab.tsx:120
msgid "Purchased {0}"
msgstr "Ostettu {0}"
@@ -14275,7 +14348,7 @@ msgstr "Valintanapit mahdollistavat yhden vaihtoehdon valinnan ryhmästä."
msgid "Radio Group"
msgstr "Valintanappiryhmä"
-#: src/components/pages/ReportPage.tsx:300
+#: src/components/pages/report/optionDescriptors.ts:75
#: src/constants/IARConstants.tsx:180
msgid "Raid Coordination"
msgstr "Ryöstösuunnittelu"
@@ -14310,7 +14383,7 @@ msgid "Reactions"
msgstr "Reaktiot"
#: src/components/layout/app-layout/nagbars/PremiumExpiredNagbar.tsx:77
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:284
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:320
msgid "Reactivate"
msgstr "Aktivoi uudelleen"
@@ -14323,15 +14396,15 @@ msgstr "Lue viestihistoria"
msgid "Read the community's audit log of changes and moderation actions."
msgstr "Tutustu yhteisön muutosten ja moderoinnin lokiin."
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:146
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:160
msgid "Read the Documentation (fluxer.dev)"
msgstr "Lue dokumentaatio (fluxer.dev)"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:52
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:60
msgid "Ready to Buy a Gift?"
msgstr "Valmis ostamaan lahjan?"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:52
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:60
msgid "Ready to Upgrade?"
msgstr "Valmis päivittämään?"
@@ -14388,11 +14461,11 @@ msgstr "Yhdistetään uudelleen…"
msgid "Record shortcut"
msgstr "Tallenna pikanäppäin"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:269
+#: src/components/modals/tabs/GiftInventoryTab.tsx:292
msgid "Redeem"
msgstr "Lunasta"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:232
+#: src/components/modals/tabs/GiftInventoryTab.tsx:255
msgid "Redeem a Gift"
msgstr "Lunasta lahja"
@@ -14400,40 +14473,40 @@ msgstr "Lunasta lahja"
msgid "Redeem Beta Code"
msgstr "Lunasta betakoodi"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:165
+#: src/components/modals/tabs/GiftInventoryTab.tsx:166
msgid "Redeem for Yourself"
msgstr "Lunasta itsellesi"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:255
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:281
msgid "Redeem Gift Code"
msgstr "Lunasta lahjakoodi"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:238
+#: src/components/modals/tabs/GiftInventoryTab.tsx:261
msgid "Redeem gift code form"
msgstr "Lahjakoodin lunastuslomake"
#. placeholder {0}: redeemedBetaCodes.length
-#: src/components/modals/tabs/BetaCodesTab.tsx:349
+#: src/components/modals/tabs/BetaCodesTab.tsx:374
msgid "Redeemed ({0})"
msgstr "Lunastettu ({0})"
#. placeholder {0}: getFormattedShortDate(new Date(gift.redeemed_at!))
-#: src/components/modals/tabs/GiftInventoryTab.tsx:117
+#: src/components/modals/tabs/GiftInventoryTab.tsx:118
msgid "Redeemed {0}"
msgstr "Lunastettu {0}"
#. placeholder {0}: gift.redeemed_by.username
#. placeholder {1}: gift.redeemed_by.discriminator
-#: src/components/modals/tabs/GiftInventoryTab.tsx:153
+#: src/components/modals/tabs/GiftInventoryTab.tsx:154
msgid "Redeemed by {0}#{1}"
msgstr "Lunastanut {0}#{1}"
-#: src/components/modals/tabs/BetaCodesTab.tsx:54
+#: src/components/modals/tabs/BetaCodesTab.tsx:56
msgid "Redeemer"
msgstr "Lunastaja"
-#: src/components/modals/tabs/BetaCodesTab.tsx:111
-#: src/components/modals/tabs/BetaCodesTab.tsx:188
+#: src/components/modals/tabs/BetaCodesTab.tsx:113
+#: src/components/modals/tabs/BetaCodesTab.tsx:190
msgid "Redeemer:"
msgstr "Lunastaja:"
@@ -14526,7 +14599,7 @@ msgstr "Tavallinen painike"
msgid "Regular button clicked!"
msgstr "Tavallinen painike painettu!"
-#: src/components/channel/channel-view/DMChannelView.tsx:298
+#: src/components/channel/channel-view/DMChannelView.tsx:299
#: src/components/voice/IncomingCallUI.tsx:310
msgid "Reject"
msgstr "Hylkää"
@@ -14624,19 +14697,19 @@ msgstr "Poista sisääntuloääni"
msgid "Remove filter"
msgstr "Poista suodin"
-#: src/components/bottomsheets/DMBottomSheet.tsx:508
-#: src/components/channel/dm/DMWelcomeSection.tsx:132
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:144
+#: src/components/bottomsheets/DMBottomSheet.tsx:510
+#: src/components/channel/dm/DMWelcomeSection.tsx:144
#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:146
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:253
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:148
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:255
#: src/components/modals/UserProfileActionsSheet.tsx:115
#: src/components/modals/UserProfileActionsSheet.tsx:117
#: src/components/modals/UserProfileActionsSheet.tsx:278
-#: src/components/modals/UserProfileMobileSheet.tsx:302
-#: src/components/modals/UserProfileMobileSheet.tsx:304
+#: src/components/modals/UserProfileMobileSheet.tsx:303
+#: src/components/modals/UserProfileMobileSheet.tsx:305
#: src/components/modals/UserProfileModal.tsx:1143
-#: src/components/modals/UserProfileModal.tsx:1228
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:108
+#: src/components/modals/UserProfileModal.tsx:1229
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:129
#: src/utils/RelationshipActionUtils.tsx:113
#: src/utils/RelationshipActionUtils.tsx:115
msgid "Remove Friend"
@@ -14654,8 +14727,8 @@ msgid "Remove from favorites"
msgstr "Poista suosikeista"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:370
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1103
-#: src/components/bottomsheets/DMBottomSheet.tsx:400
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1127
+#: src/components/bottomsheets/DMBottomSheet.tsx:402
#: src/components/channel/ChannelHeader.tsx:547
#: src/components/channel/ChannelHeader.tsx:595
#: src/components/channel/ChannelHeader.tsx:600
@@ -14720,7 +14793,7 @@ msgstr "Poista spoileri"
msgid "Remove sticker"
msgstr "Poista tarra"
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:285
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:288
#: src/components/modals/RemoveTimeoutModal.tsx:61
#: src/components/modals/RemoveTimeoutModal.tsx:75
#: src/components/modals/TimeoutMemberSheet.tsx:101
@@ -14763,11 +14836,11 @@ msgid "Removed from bookmarks"
msgstr "Poistettu kirjanmerkeistä"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:115
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:541
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:555
msgid "Removed from favorites"
msgstr "Poistettu suosikeista"
-#: src/components/bottomsheets/DMBottomSheet.tsx:126
+#: src/components/bottomsheets/DMBottomSheet.tsx:128
msgid "Removed from Favorites"
msgstr "Poistettu suosikeista"
@@ -14891,7 +14964,7 @@ msgstr "Yhteisön nimi muutettiin muotoon {0}."
msgid "Render all your messages as unknown message type"
msgstr "Renderöi kaikki viestisi tuntemattomana viestityyppinä"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:234
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:253
msgid "Renews on <0>{renewalDate}0>."
msgstr "Uusitaan <0>{renewalDate}0>."
@@ -14932,15 +15005,15 @@ msgstr "Vastaa"
msgid "Replying to <0>{authorNickname}0>"
msgstr "Vastataan käyttäjälle <0>{authorNickname}0>"
-#: src/components/pages/ReportPage.tsx:249
+#: src/components/pages/report/optionDescriptors.ts:38
msgid "Report a Community"
msgstr "Ilmoita yhteisöstä"
-#: src/components/pages/ReportPage.tsx:247
+#: src/components/pages/report/optionDescriptors.ts:36
msgid "Report a Message"
msgstr "Ilmoita viestistä"
-#: src/components/pages/ReportPage.tsx:248
+#: src/components/pages/report/optionDescriptors.ts:37
msgid "Report a User Profile"
msgstr "Ilmoita käyttäjäprofiilista"
@@ -14949,12 +15022,12 @@ msgstr "Ilmoita käyttäjäprofiilista"
msgid "Report Community"
msgstr "Ilmoita yhteisö"
-#: src/components/pages/ReportPage.tsx:801
-msgid "Report Details"
-msgstr "Ilmoituksen tiedot"
+#: src/components/pages/report/ReportStepDetails.tsx:74
+msgid "Report details"
+msgstr "Ilmoita yksityiskohdat"
-#: src/components/pages/ReportPage.tsx:241
-#: src/components/pages/ReportPage.tsx:612
+#: src/components/pages/report/ReportStepSelection.tsx:41
+#: src/components/pages/ReportPage.tsx:60
msgid "Report Illegal Content"
msgstr "Ilmoita laittomasta sisällöstä"
@@ -14963,33 +15036,24 @@ msgstr "Ilmoita laittomasta sisällöstä"
msgid "Report Message"
msgstr "Ilmoita viesti"
-#: src/components/pages/ReportPage.tsx:588
-msgid "Report Submitted"
+#: src/components/pages/report/ReportStepComplete.tsx:36
+msgid "Report submitted"
msgstr "Ilmoitus lähetetty"
#: src/components/modals/IARModal.tsx:128
msgid "Report submitted successfully. Our Safety Team will review it shortly."
msgstr "Ilmoitus lähetetty onnistuneesti. Turvatiimimme käsittelee sen pian."
-#: src/components/pages/ReportPage.tsx:624
-msgid "Report Type"
-msgstr "Ilmoituksen tyyppi"
-
#: src/components/modals/IARModal.tsx:84
#: src/components/modals/UserProfileActionsSheet.tsx:289
#: src/components/modals/UserProfileModal.tsx:1157
msgid "Report User"
msgstr "Ilmoita käyttäjä"
-#: src/components/pages/ReportPage.tsx:852
+#: src/components/pages/report/ReportStepDetails.tsx:123
msgid "Reported User Tag (optional)"
msgstr "Ilmoitettu käyttäjätunnus (valinnainen)"
-#: src/components/pages/ReportPage.tsx:644
-#: src/components/pages/ReportPage.tsx:804
-msgid "Reporting:"
-msgstr "Ilmoittaminen:"
-
#: src/components/modals/tabs/PrivacySafetyTab/DataExportTab.tsx:48
#: src/components/modals/tabs/PrivacySafetyTab/DataExportTab.tsx:125
msgid "Request Data Export"
@@ -15050,7 +15114,7 @@ msgstr "Vaatii Plutoniumin"
msgid "Reschedule Message"
msgstr "Ajoita viesti uudelleen"
-#: src/components/modals/ClaimAccountModal.tsx:222
+#: src/components/modals/ClaimAccountModal.tsx:224
#: src/components/modals/EmailChangeModal.tsx:230
#: src/components/modals/EmailChangeModal.tsx:294
msgid "Resend"
@@ -15064,7 +15128,11 @@ msgstr "Lähetä uudelleen ({newSecondsRemaining}s)"
msgid "Resend ({originalSecondsRemaining}s)"
msgstr "Lähetä uudelleen ({originalSecondsRemaining}s)"
-#: src/components/modals/ClaimAccountModal.tsx:222
+#: src/components/pages/report/ReportStepVerification.tsx:114
+msgid "Resend ({resendCooldownSeconds}s)"
+msgstr "Lähetä uudelleen ({resendCooldownSeconds}s)"
+
+#: src/components/modals/ClaimAccountModal.tsx:224
msgid "Resend ({resendSecondsRemaining}s)"
msgstr "Lähetä uudelleen ({resendSecondsRemaining}s)"
@@ -15072,7 +15140,7 @@ msgstr "Lähetä uudelleen ({resendSecondsRemaining}s)"
msgid "Resend Button Loading"
msgstr "Uudelleenlähetä-painike latautuu"
-#: src/components/pages/ReportPage.tsx:761
+#: src/components/pages/report/ReportStepVerification.tsx:116
msgid "Resend code"
msgstr "Lähetä koodi uudelleen"
@@ -15097,7 +15165,7 @@ msgid "Resent"
msgstr "Lähetetty uudelleen"
#: src/components/keybinds/KeybindRecorder.tsx:215
-#: src/components/modals/components/MobileSettingsView.tsx:128
+#: src/components/modals/components/MobileSettingsView.tsx:123
#: src/components/modals/components/SettingsModalHeader.tsx:81
#: src/components/modals/ImageCropModal.tsx:977
#: src/components/modals/tabs/KeybindsTab.tsx:154
@@ -15173,8 +15241,8 @@ msgstr "Palauta koko näyttö"
msgid "Restore maximized"
msgstr "Palauta maksimoitu"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:280
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:282
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:316
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:318
msgid "Resubscribe"
msgstr "Tilaa uudelleen"
@@ -15189,11 +15257,11 @@ msgstr "Tilaa uudelleen"
#: src/components/modals/guildTabs/GuildStickersTab.tsx:211
#: src/components/modals/guildTabs/GuildWebhooksTab.tsx:137
#: src/components/modals/tabs/ApplicationsTab/ApplicationDetail.tsx:559
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:108
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:112
#: src/components/modals/tabs/AuthorizedAppsTab.tsx:121
-#: src/components/modals/tabs/BetaCodesTab.tsx:301
+#: src/components/modals/tabs/BetaCodesTab.tsx:326
#: src/components/modals/tabs/DevicesTab.tsx:231
-#: src/components/modals/tabs/GiftInventoryTab.tsx:300
+#: src/components/modals/tabs/GiftInventoryTab.tsx:323
msgid "Retry"
msgstr "Yritä uudelleen"
@@ -15244,8 +15312,8 @@ msgstr "Tarkista, mitä sovellus pyytää, ennen kuin jatkat."
#: src/components/invites/InviteListItem.tsx:217
#: src/components/modals/GroupInvitesBottomSheet.tsx:78
#: src/components/modals/GroupInvitesModal.tsx:76
-#: src/components/modals/tabs/BetaCodesTab.tsx:143
-#: src/components/modals/tabs/BetaCodesTab.tsx:220
+#: src/components/modals/tabs/BetaCodesTab.tsx:145
+#: src/components/modals/tabs/BetaCodesTab.tsx:222
msgid "Revoke"
msgstr "Peruuta"
@@ -15369,7 +15437,7 @@ msgstr "Roolit ja oikeudet"
msgid "Roles updated successfully"
msgstr "Roolit päivitetty onnistuneesti"
-#: src/components/pages/ReportPage.tsx:333
+#: src/components/pages/report/optionDescriptors.ts:105
msgid "Romania"
msgstr "Romania"
@@ -15423,7 +15491,7 @@ msgstr "Kylläisyys"
#: src/components/modals/AddFavoriteMemeModal.tsx:102
#: src/components/modals/AttachmentEditModal.tsx:90
#: src/components/modals/BaseChangeNicknameModal.tsx:115
-#: src/components/modals/components/MobileSettingsView.tsx:131
+#: src/components/modals/components/MobileSettingsView.tsx:126
#: src/components/modals/CustomStatusBottomSheet.tsx:231
#: src/components/modals/CustomStatusModal.tsx:362
#: src/components/modals/EditFavoriteMemeModal.tsx:88
@@ -15438,9 +15506,9 @@ msgstr "Kylläisyys"
msgid "Save"
msgstr "Tallenna"
-#: src/components/modals/components/plutonium/GiftSection.tsx:72
-#: src/components/modals/components/plutonium/PricingSection.tsx:81
-#: src/components/modals/components/plutonium/PricingSection.tsx:104
+#: src/components/modals/components/plutonium/GiftSection.tsx:79
+#: src/components/modals/components/plutonium/PricingSection.tsx:91
+#: src/components/modals/components/plutonium/PricingSection.tsx:119
msgid "Save 17%"
msgstr "Säästä 17 %"
@@ -15600,8 +15668,8 @@ msgstr "Vieritä keskustelua alas"
msgid "Scroll Chat Up"
msgstr "Vieritä keskustelua ylös"
-#: src/components/modals/components/plutonium/GiftSection.tsx:103
-#: src/components/modals/components/plutonium/PricingSection.tsx:138
+#: src/components/modals/components/plutonium/GiftSection.tsx:117
+#: src/components/modals/components/plutonium/PricingSection.tsx:160
msgid "Scroll down to view all the sweet perks you get with Plutonium"
msgstr "Vieritä alas nähdäksesi kaikki Plutoniumin herkulliset edut"
@@ -15613,11 +15681,11 @@ msgstr "Vieritä keskusteluhistoriaa alaspäin"
msgid "Scroll the chat history up"
msgstr "Vieritä keskusteluhistoriaa ylöspäin"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:857
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:889
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:400
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:460
#: src/components/channel/ChannelHeader.tsx:586
-#: src/components/channel/shared/PickerSearchInput.tsx:204
+#: src/components/channel/shared/PickerSearchInput.tsx:203
#: src/components/modals/tabs/ComponentGalleryTab/InputsTab.tsx:126
#: src/stores/KeybindStore.ts:414
#: src/utils/quick-switcher/QuickSwitcherModalUtils.tsx:86
@@ -15674,7 +15742,7 @@ msgstr "Etsi kanavia, ihmisiä tai yhteisöjä"
#: src/components/common/FriendSelector.tsx:196
#: src/components/modals/AddFriendsToGroupModal.tsx:53
#: src/components/modals/CreateDMModal.tsx:68
-#: src/components/modals/InviteModal.tsx:237
+#: src/components/modals/InviteModal.tsx:248
#: src/components/modals/shared/RecipientList.tsx:177
#: src/components/modals/ShareThemeModal.tsx:144
msgid "Search friends"
@@ -15718,7 +15786,7 @@ msgstr "Hae odottavia pyyntöjä"
msgid "Search Permissions..."
msgstr "Hae käyttöoikeuksia..."
-#: src/components/channel/ChannelSearchResults.tsx:321
+#: src/components/channel/ChannelSearchResults.tsx:278
#: src/components/modals/components/DesktopSettingsView.tsx:360
msgid "Search Results"
msgstr "Hakutulokset"
@@ -15737,7 +15805,7 @@ msgid "Search scope"
msgstr "Hakualue"
#. placeholder {0}: activeScopeOption.label
-#: src/components/channel/ChannelSearchResults.tsx:1052
+#: src/components/channel/ChannelSearchResults.tsx:1031
#: src/components/channel/MessageSearchBar/MessageSearchBar.tsx:378
msgid "Search scope: {0}"
msgstr "Hakualue: {0}"
@@ -15767,7 +15835,7 @@ msgstr "Etsi käyttäjiä"
msgid "Search within the current view"
msgstr "Hae nykyisestä näkymästä"
-#: src/components/channel/ChannelSearchResults.tsx:319
+#: src/components/channel/ChannelSearchResults.tsx:276
msgid "Searching..."
msgstr "Etsitään..."
@@ -15848,9 +15916,9 @@ msgstr "Katso, miltä kutsusi näyttää vierailijoille."
msgid "Select"
msgstr "Valitse"
-#: src/components/pages/ReportPage.tsx:261
-#: src/components/pages/ReportPage.tsx:280
-#: src/components/pages/ReportPage.tsx:294
+#: src/components/pages/report/optionDescriptors.ts:42
+#: src/components/pages/report/optionDescriptors.ts:58
+#: src/components/pages/report/optionDescriptors.ts:69
msgid "Select a category"
msgstr "Valitse kategoria"
@@ -15871,7 +15939,7 @@ msgstr "Valitse yhteisö"
msgid "Select a community where you have <0>Manage Community0> permissions."
msgstr "Valitse yhteisö, jossa sinulla on <0>Yhteisön hallinta0> -oikeudet."
-#: src/components/pages/ReportPage.tsx:310
+#: src/components/pages/report/optionDescriptors.ts:82
msgid "Select a country"
msgstr "Valitse maa"
@@ -15887,7 +15955,7 @@ msgstr "Valitse sovellettava skenaario..."
msgid "Select a verification method."
msgstr "Valitse vahvistusmenetelmä."
-#: src/components/pages/ReportPage.tsx:473
+#: src/components/pages/ReportPage.tsx:300
msgid "Select a violation category."
msgstr "Valitse rikkomuskategoria."
@@ -15958,11 +16026,15 @@ msgstr "Valitse näyttö tai ikkuna"
msgid "Select the account you want to sign in with on the desktop app."
msgstr "Valitse tili, jolla haluat kirjautua työpöytäsovellukseen."
+#: src/components/pages/report/ReportStepSelection.tsx:44
+msgid "Select what you want to report."
+msgstr "Valitse, mitä haluat ilmoittaa."
+
#: src/components/modals/utils/settingsSearchIndex.ts:460
msgid "Select your camera"
msgstr "Valitse kamerasi"
-#: src/components/pages/ReportPage.tsx:483
+#: src/components/pages/ReportPage.tsx:310
msgid "Select your country of residence."
msgstr "Valitse asuinmaasi."
@@ -15986,7 +16058,7 @@ msgstr "Valitse..."
msgid "Selections"
msgstr "Valinnat"
-#: src/components/pages/ReportPage.tsx:269
+#: src/components/pages/report/optionDescriptors.ts:50
#: src/constants/IARConstants.tsx:67
msgid "Self-Harm or Suicide"
msgstr "Itseä vahingoittava sisältö tai itsemurha"
@@ -16035,7 +16107,7 @@ msgstr "Lähetä toimintaviesti (kursivoi)."
msgid "Send an SMS code first."
msgstr "Lähetä ensin tekstiviestikoodi."
-#: src/components/modals/ClaimAccountModal.tsx:182
+#: src/components/modals/ClaimAccountModal.tsx:184
#: src/components/modals/EmailChangeModal.tsx:265
#: src/components/modals/PhoneAddModal.tsx:206
msgid "Send code"
@@ -16045,9 +16117,9 @@ msgstr "Lähetä koodi"
msgid "Send Code"
msgstr "Lähetä koodi"
-#: src/components/channel/dm/DMWelcomeSection.tsx:109
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:269
-#: src/components/modals/UserProfileModal.tsx:1288
+#: src/components/channel/dm/DMWelcomeSection.tsx:112
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:272
+#: src/components/modals/UserProfileModal.tsx:1290
msgid "Send Friend Request"
msgstr "Lähetä ystäväpyyntö"
@@ -16073,7 +16145,7 @@ msgstr "Lähetä viestejä"
msgid "Send Messages"
msgstr "Lähetä viestejä"
-#: src/components/channel/dm/AddFriendForm.tsx:119
+#: src/components/channel/dm/AddFriendForm.tsx:142
msgid "Send Request"
msgstr "Lähetä pyyntö"
@@ -16097,11 +16169,11 @@ msgstr "Lähetä puheviestejä."
msgid "Send TTS Messages"
msgstr "Lähetä puheviestejä"
-#: src/components/pages/ReportPage.tsx:676
+#: src/components/pages/report/ReportStepEmail.tsx:92
msgid "Send Verification Code"
msgstr "Lähetä vahvistuskoodi"
-#: src/components/modals/InviteModal.tsx:258
+#: src/components/modals/InviteModal.tsx:268
#: src/components/modals/shared/RecipientList.tsx:223
#: src/components/modals/ShareThemeModal.tsx:162
msgid "Sent"
@@ -16128,7 +16200,7 @@ msgstr "Istunto vanhentui. Kirjaudu uudelleen."
msgid "Set a custom invite URL for your community."
msgstr "Määritä yhteisöllesi mukautettu kutsulinkki."
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:401
+#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:361
#: src/components/modals/StatusChangeBottomSheet.tsx:171
#: src/components/popouts/UserAreaPopout.tsx:444
msgid "Set a custom status"
@@ -16336,7 +16408,7 @@ msgid "Set your timezone"
msgstr "Aseta aikavyöhykkeesi"
#: src/components/bottomsheets/VoiceLobbyBottomSheet.tsx:220
-#: src/components/modals/components/MobileSettingsView.tsx:531
+#: src/components/modals/components/MobileSettingsView.tsx:485
#: src/components/modals/tabs/ComponentGalleryTab/ButtonsTab.tsx:150
#: src/components/modals/tabs/ComponentGalleryTab/ButtonsTab.tsx:221
#: src/components/modals/tabs/ComponentGalleryTab/index.tsx:94
@@ -16383,7 +16455,11 @@ msgstr "Jaa-toiminto!"
msgid "Share Audio"
msgstr "Jaa ääntä"
-#: src/components/modals/components/plutonium/GiftSection.tsx:63
+#: src/components/pages/report/ReportStepDetails.tsx:77
+msgid "Share only what's needed to help our team assess the content."
+msgstr "Jaa vain tarvittavat tiedot, jotta tiimimme voi arvioida sisältöä."
+
+#: src/components/modals/components/plutonium/GiftSection.tsx:69
msgid "Share the Plutonium experience with your friends by purchasing a gift subscription."
msgstr "Jaa Plutonium-kokemus ystävillesi ostamalla lahjajäsenyys."
@@ -16417,7 +16493,7 @@ msgstr "Jaa teemasi"
msgid "Shared theme"
msgstr "Jaettu teema"
-#: src/components/pages/ReportPage.tsx:268
+#: src/components/pages/report/optionDescriptors.ts:49
#: src/constants/IARConstants.tsx:62
msgid "Sharing Personal Information"
msgstr "Henkilötietojen jakaminen"
@@ -16797,11 +16873,11 @@ msgstr "Liuku askel-arvoilla"
msgid "Sliders"
msgstr "Liukusäätimet"
-#: src/components/pages/ReportPage.tsx:334
+#: src/components/pages/report/optionDescriptors.ts:106
msgid "Slovakia"
msgstr "Slovakia"
-#: src/components/pages/ReportPage.tsx:335
+#: src/components/pages/report/optionDescriptors.ts:107
msgid "Slovenia"
msgstr "Slovenia"
@@ -16952,7 +17028,8 @@ msgstr "Jotain meni pieleen ja sovellus kaatui. Kokeile päivittää tai nollata
msgid "Something went wrong while loading the audit log."
msgstr "Jotain meni pieleen tarkastuspöytäkirjaa ladattaessa."
-#: src/components/pages/ReportPage.tsx:563
+#: src/components/pages/ReportPage.tsx:103
+#: src/components/pages/ReportPage.tsx:395
msgid "Something went wrong while submitting the report. Please try again."
msgstr "Jotain meni pieleen raporttia lähetettäessä. Yritä uudelleen."
@@ -16969,7 +17046,7 @@ msgid "Sort"
msgstr "Lajittele"
#. placeholder {0}: activeSortOption.label
-#: src/components/channel/ChannelSearchResults.tsx:1063
+#: src/components/channel/ChannelSearchResults.tsx:1042
msgid "Sort mode: {0}"
msgstr "Lajittelutapa: {0}"
@@ -17008,21 +17085,21 @@ msgstr "Välilyönti viestiryhmien välillä"
msgid "Spacious layout with clear visual separation between messages."
msgstr "Tilava asettelu, jossa viestit on erotettu selvästi visuaalisesti."
-#: src/components/pages/ReportPage.tsx:336
+#: src/components/pages/report/optionDescriptors.ts:108
msgid "Spain"
msgstr "Espanja"
-#: src/components/pages/ReportPage.tsx:283
+#: src/components/pages/report/optionDescriptors.ts:61
#: src/constants/IARConstants.tsx:119
msgid "Spam Account"
msgstr "Roskapostitili"
-#: src/components/pages/ReportPage.tsx:265
+#: src/components/pages/report/optionDescriptors.ts:46
#: src/constants/IARConstants.tsx:47
msgid "Spam or Scam"
msgstr "Roskaposti tai huijaus"
-#: src/components/pages/ReportPage.tsx:301
+#: src/components/pages/report/optionDescriptors.ts:76
#: src/constants/IARConstants.tsx:185
msgid "Spam or Scam Community"
msgstr "Roskaposti- tai huijausyhteisö"
@@ -17141,9 +17218,9 @@ msgstr "Aloita oman emojipaketin kokoaminen, jota voit jakaa ja asentaa."
msgid "Start Mic Test"
msgstr "Aloita mikrofoni testi"
-#: src/components/pages/ReportPage.tsx:687
-#: src/components/pages/ReportPage.tsx:771
-#: src/components/pages/ReportPage.tsx:964
+#: src/components/pages/report/ReportStepDetails.tsx:252
+#: src/components/pages/report/ReportStepEmail.tsx:103
+#: src/components/pages/report/ReportStepVerification.tsx:132
msgid "Start over"
msgstr "Aloita alusta"
@@ -17151,13 +17228,13 @@ msgstr "Aloita alusta"
msgid "Start Sharing"
msgstr "Aloita jakaminen"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:122
+#: src/components/channel/ChannelHeader/CallButtons.tsx:160
#: src/components/modals/UserProfileModal.tsx:1109
#: src/components/uikit/ContextMenu/items/CallMenuItems.tsx:91
msgid "Start Video Call"
msgstr "Aloita videopuhelu"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:70
+#: src/components/channel/ChannelHeader/CallButtons.tsx:90
#: src/components/modals/UserProfileModal.tsx:1100
#: src/components/uikit/ContextMenu/items/CallMenuItems.tsx:60
msgid "Start Voice Call"
@@ -17182,9 +17259,21 @@ msgstr "Tilan merkit"
msgid "Status Slate"
msgstr "Tilaesitys"
-#: src/components/pages/ReportPage.tsx:574
-msgid "Step {stepNumber} of {FLOW_TOTAL_STEPS}"
-msgstr "Vaihe {stepNumber} / {FLOW_TOTAL_STEPS}"
+#: src/components/pages/report/ReportStepSelection.tsx:38
+msgid "Step 1"
+msgstr "Vaihe 1"
+
+#: src/components/pages/report/ReportStepEmail.tsx:51
+msgid "Step 2"
+msgstr "Vaihe 2"
+
+#: src/components/pages/report/ReportStepVerification.tsx:61
+msgid "Step 3"
+msgstr "Vaihe 3"
+
+#: src/components/pages/report/ReportStepDetails.tsx:71
+msgid "Step 4"
+msgstr "Vaihe 4"
#: src/utils/SystemMessageUtils.tsx:45
msgid "Step in, {username}! No paradoxes here; we're all friends."
@@ -17229,7 +17318,7 @@ msgid "Sticker density"
msgstr "Tarrasuhde"
#: src/components/auth/InviteHeader.tsx:140
-#: src/components/channel/InviteEmbed.tsx:197
+#: src/components/channel/InviteEmbed.tsx:199
#: src/components/modals/InviteAcceptModal.tsx:142
#: src/components/modals/tabs/ExpressionPacksTab.tsx:70
msgid "Sticker pack"
@@ -17261,7 +17350,7 @@ msgstr "Tarra päivitetty"
#: src/components/channel/AutocompleteEmoji.tsx:111
#: src/components/channel/textarea/TextareaButtons.tsx:134
-#: src/components/modals/ExpressionPickerSheet.tsx:86
+#: src/components/modals/ExpressionPickerSheet.tsx:73
#: src/components/popouts/ExpressionPickerPopout.tsx:79
msgid "Stickers"
msgstr "Tarrat"
@@ -17330,11 +17419,11 @@ msgstr "Opiskelualue"
msgid "Style Variations"
msgstr "Tyylivaihtoehdot"
-#: src/components/pages/ReportPage.tsx:601
+#: src/components/pages/report/ReportStepComplete.tsx:41
msgid "Submit another report"
msgstr "Lähetä toinen ilmoitus"
-#: src/components/pages/ReportPage.tsx:958
+#: src/components/pages/report/ReportStepDetails.tsx:240
msgid "Submit DSA Report"
msgstr "Lähetä DSA-raportti"
@@ -17346,7 +17435,7 @@ msgstr "Lähetä raportti"
msgid "Submitting"
msgstr "Lähetetään"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:53
+#: src/components/modals/components/plutonium/VisionarySection.tsx:58
msgid "subscription"
msgstr "tilaus"
@@ -17464,7 +17553,7 @@ msgstr "Poista upotukset käytöstä"
msgid "Swap text to reverify variants"
msgstr "Vaihda teksti varmistaaksesi eri vaihtoehdot"
-#: src/components/pages/ReportPage.tsx:337
+#: src/components/pages/report/optionDescriptors.ts:109
msgid "Sweden"
msgstr "Ruotsi"
@@ -17476,7 +17565,7 @@ msgstr "Ruotsi"
msgid "Switch account"
msgstr "Vaihda tiliä"
-#: src/components/popouts/UserAreaPopout.tsx:497
+#: src/components/popouts/UserAreaPopout.tsx:499
msgid "Switch Accounts"
msgstr "Vaihda tilejä"
@@ -17649,8 +17738,8 @@ msgstr "Teksti (NSFW)"
msgid "Text channel"
msgstr "Tekstikanava"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:473
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:662
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:487
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:676
#: src/components/channel/channel-header/useChannelHeaderData.ts:96
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:314
msgid "Text Channel"
@@ -17677,19 +17766,19 @@ msgstr "Tekstialue"
msgid "Thai"
msgstr "Thai"
-#: src/components/pages/ReportPage.tsx:589
-msgid "Thank you for filing a report. We'll review it as soon as possible."
-msgstr "Kiitos ilmoituksen tekemisestä. Tarkistamme sen mahdollisimman pian."
-
#: src/components/modals/IARModal.tsx:187
msgid "Thank you for helping keep Fluxer safe. Reports are reviewed by our Safety Team. False reports may result in action against your account."
msgstr "Kiitos, että autat pitämään Fluxerin turvallisena. Turvatiimimme tarkistaa ilmoitukset. Vääristä ilmoituksista voi seurata toimenpiteitä tiliisi."
+#: src/components/pages/report/ReportStepComplete.tsx:37
+msgid "Thank you for helping keep Fluxer safe. We'll review your report as soon as possible."
+msgstr "Kiitos, että autat pitämään Fluxerin turvallisena. Arvioimme ilmoituksesi mahdollisimman pian."
+
#: src/components/form/ColorPickerField.tsx:274
msgid "That doesn't look like a valid color. Try hex, rgb(), hsl(), or a CSS color name."
msgstr "Tuo ei näytä kelvolliselta väriltä. Kokeile heksaa, rgb(), hsl() tai CSS-värinimeä."
-#: src/components/pages/ReportPage.tsx:846
+#: src/components/pages/report/ReportStepDetails.tsx:117
msgid "That doesn't look like a valid URL."
msgstr "Se ei näytä olevan voimassaoleva URL."
@@ -17733,8 +17822,8 @@ msgstr "Botti on lisätty."
msgid "The channel you're looking for may have been deleted or you may not have access to it."
msgstr "Etsimääsi kanavaa saatettiin poistaa tai sinulla ei ole siihen oikeutta."
-#: src/components/layout/GuildLayout.tsx:308
-#: src/components/layout/GuildLayout.tsx:371
+#: src/components/layout/GuildLayout.tsx:313
+#: src/components/layout/GuildLayout.tsx:376
msgid "The community you're looking for may have been deleted or you may not have access to it."
msgstr "Etsimääsi yhteisöä saatettiin poistaa tai sinulla ei ole siihen oikeutta."
@@ -17795,7 +17884,7 @@ msgstr "Aikaraja ei voi ylittää 365 päivää (31536000 sekuntia)."
msgid "The URL this link channel points to."
msgstr "Kanavan osoite, johon linkki osoittaa."
-#: src/components/pages/ReportPage.tsx:452
+#: src/components/pages/ReportPage.tsx:277
msgid "The verification code is invalid or expired."
msgstr "Vahvistuskoodi on virheellinen tai vanhentunut."
@@ -17869,7 +17958,7 @@ msgstr "Nämä asetukset käyttävät selaimen omaa äänenkäsittelyä parantaa
msgid "These toggles force the client to treat features as enabled or disabled without relying on the server configuration. They only affect your client experience and are shown to developers for testing."
msgstr "Nämä kytkimet pakottavat asiakkaan käsittelemään ominaisuuksia käytössä olevina tai pois käytöstä riippumatta palvelimen kokoonpanosta. Ne vaikuttavat vain omaan asiakaskokemukseesi ja ovat kehittäjille testattavina."
-#: src/components/channel/channel-view/DMChannelView.tsx:356
+#: src/components/channel/channel-view/DMChannelView.tsx:357
msgid "They might have taken the DeLorean elsewhere."
msgstr "He ovat ehkä vieneet DeLoreanin muualle."
@@ -17877,7 +17966,7 @@ msgstr "He ovat ehkä vieneet DeLoreanin muualle."
msgid "they/them"
msgstr "hän/hänet"
-#: src/components/channel/channel-view/DMChannelView.tsx:342
+#: src/components/channel/channel-view/DMChannelView.tsx:343
msgid "Think, McFly! Did you type the right address?"
msgstr "Ajattele, McFly! Kirjoititko oikean osoitteen?"
@@ -17979,7 +18068,7 @@ msgstr "Tämä yhteisö on tilapäisesti poistanut kutsut käytöstä. Voit yrit
msgid "This community requires you to verify your account before joining. Please set an email and password for your account."
msgstr "Tämä yhteisö vaatii tilisi vahvistamisen ennen liittymistä. Aseta tilillesi sähköpostiosoite ja salasana."
-#: src/components/channel/channel-view/DMChannelView.tsx:339
+#: src/components/channel/channel-view/DMChannelView.tsx:340
msgid "This conversation has been erased"
msgstr "Tämä keskustelu on poistettu"
@@ -18008,8 +18097,8 @@ msgstr "Tämä lahjakoodi on jo lunastettu."
msgid "This gift code has already been redeemed."
msgstr "Tämä lahjakoodi on jo käytetty."
-#: src/components/channel/GiftEmbed.tsx:148
-#: src/components/modals/GiftAcceptModal.tsx:92
+#: src/components/channel/GiftEmbed.tsx:159
+#: src/components/modals/GiftAcceptModal.tsx:99
msgid "This gift code is invalid or already claimed."
msgstr "Tämä lahjakoodi on virheellinen tai jo lunastettu."
@@ -18022,11 +18111,11 @@ msgstr "Tämä lahjakoodi on virheellinen tai jo käytetty."
msgid "This gift code may be invalid, expired, or already redeemed."
msgstr "Tämä lahjakoodi voi olla virheellinen, vanhentunut tai jo käytetty."
-#: src/components/modals/GiftAcceptModal.tsx:118
+#: src/components/modals/GiftAcceptModal.tsx:125
msgid "This gift has already been claimed."
msgstr "Tämä lahja on jo lunastettu."
-#: src/components/modals/tabs/GiftInventoryTab.tsx:157
+#: src/components/modals/tabs/GiftInventoryTab.tsx:158
msgid "This gift has been redeemed"
msgstr "Tämä lahja on lunastettu"
@@ -18044,7 +18133,7 @@ msgstr "Tämä kutsu vanhenee {0}."
msgid "This invite has unlimited uses."
msgstr "Tällä kutsulla on rajattomasti käyttöjä."
-#: src/components/modals/InviteModal.tsx:321
+#: src/components/modals/InviteModal.tsx:318
msgid "This invite link never expires."
msgstr "Tämä kutsumislinkki ei vanhene koskaan."
@@ -18059,23 +18148,19 @@ msgstr "Tämä kutsu on ehkä vanhentunut tai poistettu."
msgid "This invite never expires."
msgstr "Tämä kutsu ei koskaan vanhene."
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:170
-#: src/components/emojis/EmojiInfoContent.tsx:79
+#: src/components/emojis/EmojiAttributionSubtext.tsx:130
msgid "This is a custom emoji from"
msgstr "Tämä on mukautettu emoji kohteesta"
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:160
-#: src/components/emojis/EmojiInfoContent.tsx:68
+#: src/components/emojis/EmojiAttributionSubtext.tsx:121
msgid "This is a custom emoji from a community."
msgstr "Tämä on yhteisön mukautettu emoji."
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:150
-#: src/components/emojis/EmojiInfoContent.tsx:56
+#: src/components/emojis/EmojiAttributionSubtext.tsx:111
msgid "This is a custom emoji from a community. Ask the author for an invite to use this emoji."
msgstr "Tämä on yhteisön mukautettu emoji. Pyydä tekijää kutsumaan sinut käyttämään tätä emojia."
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:138
-#: src/components/emojis/EmojiInfoContent.tsx:43
+#: src/components/emojis/EmojiAttributionSubtext.tsx:101
msgid "This is a default emoji on Fluxer."
msgstr "Tämä on Fluxerin oletusemoji."
@@ -18095,8 +18180,8 @@ msgstr "Tältä viestit näyttävät"
msgid "This is not the channel you're looking for."
msgstr "Tämä ei ole etsimäsi kanava."
-#: src/components/layout/GuildLayout.tsx:307
-#: src/components/layout/GuildLayout.tsx:370
+#: src/components/layout/GuildLayout.tsx:312
+#: src/components/layout/GuildLayout.tsx:375
msgid "This is not the community you're looking for."
msgstr "Tämä ei ole etsimäsi yhteisö."
@@ -18113,7 +18198,7 @@ msgid "This is the beginning of <0>{displayName}0>. Add friends to start a con
msgstr "Tämä on <0>{displayName}0> aloitus. Lisää ystäviä aloittaaksesi keskustelun!"
#. placeholder {0}: user.username
-#: src/components/channel/dm/DMWelcomeSection.tsx:182
+#: src/components/channel/dm/DMWelcomeSection.tsx:194
msgid "This is the beginning of your direct message history with <0>{0}0>."
msgstr "Tämä on suoran viestihistoriasi alku käyttäjän <0>{0}0> kanssa."
@@ -18194,7 +18279,7 @@ msgstr "Tältä teemalinkiltä puuttuu tietoja."
msgid "This theme may have been removed or the link is invalid."
msgstr "Tämä teema on ehkä poistettu tai linkki on virheellinen."
-#: src/components/channel/dm/AddFriendForm.tsx:62
+#: src/components/channel/dm/AddFriendForm.tsx:85
msgid "This user has restricted who can send them friend requests."
msgstr "Tämä käyttäjä on rajoittanut, kuka voi lähettää ystäväpyyntöjä."
@@ -18216,8 +18301,8 @@ msgid "This was a @silent message."
msgstr "Tämä oli @silent-viesti."
#: src/actions/MessageActionCreators.tsx:392
-#: src/components/channel/Messages.tsx:442
-#: src/components/channel/Messages.tsx:522
+#: src/components/channel/Messages.tsx:440
+#: src/components/channel/Messages.tsx:520
msgid "This will create a rift in the space-time continuum and cannot be undone."
msgstr "Tämä aiheuttaa repeämän aika-avaruuden jatkuvuuteen eikä sitä voi peruuttaa."
@@ -18283,7 +18368,7 @@ msgstr "Aika: {currentFormatted} / {durationFormatted}"
msgid "Timed out until {0}."
msgstr "Estetty asti {0}."
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:285
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:288
#: src/components/modals/TimeoutMemberModal.tsx:207
#: src/components/modals/TimeoutMemberSheet.tsx:90
#: src/components/uikit/ContextMenu/items/GuildMemberMenuItems.tsx:272
@@ -18570,7 +18655,7 @@ msgstr "true tai false"
msgid "Try a different name or use @ / # / ! / * prefixes to filter results."
msgstr "Kokeile eri nimeä tai käytä @ / # / ! / * -etuliitteitä suodatukseen."
-#: src/components/channel/ChannelSearchResults.tsx:710
+#: src/components/channel/ChannelSearchResults.tsx:679
msgid "Try a different search query"
msgstr "Kokeile eri hakukyselyä"
@@ -18585,13 +18670,13 @@ msgid "Try a different search term or filter"
msgstr "Kokeile eri hakusanaa tai suodatinta"
#: src/components/auth/HandoffCodeDisplay.tsx:67
-#: src/components/channel/Messages.tsx:939
+#: src/components/channel/Messages.tsx:937
msgid "Try again"
msgstr "Yritä uudelleen"
#: src/components/BootstrapErrorScreen.tsx:68
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:301
-#: src/components/channel/ChannelSearchResults.tsx:694
+#: src/components/channel/ChannelSearchResults.tsx:663
#: src/components/modals/channelTabs/ChannelInvitesTab.tsx:148
#: src/components/modals/channelTabs/ChannelWebhooksTab.tsx:159
#: src/components/NetworkErrorScreen.tsx:56
@@ -18612,7 +18697,7 @@ msgstr "Kokeile toista nimeä tai tarkista kirjoitusasu."
msgid "Try another search term"
msgstr "Kokeile toista hakusanaa"
-#: src/components/channel/InviteEmbed.tsx:359
+#: src/components/channel/InviteEmbed.tsx:361
msgid "Try asking for a new invite."
msgstr "Pyydä uutta kutsua."
@@ -18802,7 +18887,7 @@ msgstr "Tarrapakettia ei voi asentaa"
msgid "Unable to load activity logs"
msgstr "Toimintalokeja ei voi ladata"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:104
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:108
msgid "Unable to load applications"
msgstr "Sovelluksia ei voi ladata"
@@ -18814,7 +18899,7 @@ msgstr "Pakkaustietoja ei voi ladata."
msgid "Unable to prepare any emojis for upload. The following errors occurred:"
msgstr "Emojeita ei voi valmistella lähetykseen. Seuraavat virheet ilmenivät:"
-#: src/components/modals/ClaimAccountModal.tsx:125
+#: src/components/modals/ClaimAccountModal.tsx:127
#: src/components/modals/EmailChangeModal.tsx:122
#: src/components/modals/EmailChangeModal.tsx:152
msgid "Unable to resend code right now"
@@ -18824,7 +18909,7 @@ msgstr "Koodin uudelleenlähetys ei onnistu nyt"
msgid "Unable to send code to new email"
msgstr "Koodia ei voi lähettää uudelle sähköpostille"
-#: src/components/channel/dm/AddFriendForm.tsx:76
+#: src/components/channel/dm/AddFriendForm.tsx:99
msgid "Unable to send friend request. Please try again."
msgstr "Kaveripyyntöä ei voi lähettää. Yritä uudelleen."
@@ -18844,17 +18929,17 @@ msgstr "Kaikilta pois käytöstä"
msgid "Unavailable for everyone but staff"
msgstr "Henkilöstöä lukuun ottamatta pois käytöstä"
-#: src/components/bottomsheets/DMBottomSheet.tsx:532
+#: src/components/bottomsheets/DMBottomSheet.tsx:535
#: src/components/channel/barriers/BarrierComponents.tsx:221
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:180
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:335
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:182
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:338
#: src/components/modals/tabs/BlockedUsersTab.tsx:58
#: src/components/modals/tabs/BlockedUsersTab.tsx:171
#: src/components/modals/UserProfileActionsSheet.tsx:151
#: src/components/modals/UserProfileActionsSheet.tsx:305
-#: src/components/modals/UserProfileMobileSheet.tsx:320
+#: src/components/modals/UserProfileMobileSheet.tsx:321
#: src/components/modals/UserProfileModal.tsx:1049
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:209
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:230
#: src/utils/RelationshipActionUtils.tsx:169
msgid "Unblock"
msgstr "Poista esto"
@@ -18863,11 +18948,11 @@ msgstr "Poista esto"
msgid "Unblock this user before sending a friend request."
msgstr "Poista tämän käyttäjän esto ennen kaveripyynnön lähettämistä."
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:178
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:180
#: src/components/modals/tabs/BlockedUsersTab.tsx:56
#: src/components/modals/UserProfileActionsSheet.tsx:149
-#: src/components/modals/UserProfileMobileSheet.tsx:318
-#: src/components/modals/UserProfileModal.tsx:1243
+#: src/components/modals/UserProfileMobileSheet.tsx:319
+#: src/components/modals/UserProfileModal.tsx:1244
#: src/utils/RelationshipActionUtils.tsx:167
msgid "Unblock User"
msgstr "Poista käyttäjän esto"
@@ -18878,17 +18963,17 @@ msgstr "Poista käyttäjän esto"
msgid "Uncategorized"
msgstr "Luokittelematon"
-#: src/components/modals/tabs/BetaCodesTab.tsx:127
-#: src/components/modals/tabs/BetaCodesTab.tsx:204
+#: src/components/modals/tabs/BetaCodesTab.tsx:129
+#: src/components/modals/tabs/BetaCodesTab.tsx:206
msgid "Unclaimed"
msgstr "Noutamaton"
#. placeholder {0}: unclaimedBetaCodes.length
-#: src/components/modals/tabs/BetaCodesTab.tsx:333
+#: src/components/modals/tabs/BetaCodesTab.tsx:358
msgid "Unclaimed ({0})"
msgstr "Noutamatta ({0})"
-#: src/components/modals/components/UnclaimedAccountAlert.tsx:31
+#: src/components/modals/components/UnclaimedAccountAlert.tsx:29
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:51
msgid "Unclaimed Account"
msgstr "Noutamaton tili"
@@ -18922,7 +19007,7 @@ msgstr "Poista mykistys kaikista laitteista"
msgid "Undeafen User"
msgstr "Poista mykistys käyttäjältä"
-#: src/components/pages/ReportPage.tsx:285
+#: src/components/pages/report/optionDescriptors.ts:63
#: src/constants/IARConstants.tsx:129
msgid "Underage User"
msgstr "Alaikäinen käyttäjä"
@@ -18981,7 +19066,7 @@ msgstr "Poista kohdistus"
msgid "Unique invite"
msgstr "Yksilöllinen kutsu"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:79
+#: src/components/modals/components/plutonium/VisionarySection.tsx:88
msgid "Unique profile badge"
msgstr "Yksilöllinen profiilimerkki"
@@ -19035,12 +19120,12 @@ msgstr "tuntematon kohde"
msgid "Unknown error"
msgstr "Tuntematon virhe"
-#: src/components/channel/GiftEmbed.tsx:147
-#: src/components/modals/GiftAcceptModal.tsx:91
+#: src/components/channel/GiftEmbed.tsx:158
+#: src/components/modals/GiftAcceptModal.tsx:98
msgid "Unknown Gift"
msgstr "Tuntematon lahja"
-#: src/components/channel/InviteEmbed.tsx:357
+#: src/components/channel/InviteEmbed.tsx:359
msgid "Unknown Invite"
msgstr "Tuntematon kutsu"
@@ -19113,7 +19198,7 @@ msgstr "Avaa HD-ruudunjakaminen Plutoniumin avulla"
msgid "Unlock HD Video with Plutonium"
msgstr "Avaa HD-video Plutoniumin avulla"
-#: src/components/modals/components/PlutoniumContent.tsx:185
+#: src/components/modals/components/PlutoniumContent.tsx:196
msgid "Unlock higher limits and exclusive features while supporting an independent communication platform."
msgstr "Nosta rajoja ja saa eksklusiivisia ominaisuuksia samalla kun tuet itsenäistä viestintäalustaa."
@@ -19126,9 +19211,9 @@ msgid "Unlock stickers in DMs with Plutonium"
msgstr "Avaa tarroja DM:ssä Plutoniumin avulla"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:467
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:850
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1044
-#: src/components/bottomsheets/DMBottomSheet.tsx:645
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:882
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1068
+#: src/components/bottomsheets/DMBottomSheet.tsx:648
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:321
#: src/components/bottomsheets/VoiceLobbyBottomSheet.tsx:179
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:253
@@ -19154,7 +19239,7 @@ msgstr "Poista mykistys kategoriasta"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:400
#: src/components/bottomsheets/ChannelBottomSheet.tsx:452
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1005
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1029
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:167
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:161
msgid "Unmute Channel"
@@ -19167,9 +19252,9 @@ msgstr "Poista mykistys kanavalta"
msgid "Unmute Community"
msgstr "Poista mykistys yhteisöstä"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1007
-#: src/components/bottomsheets/DMBottomSheet.tsx:449
-#: src/components/bottomsheets/DMBottomSheet.tsx:590
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1031
+#: src/components/bottomsheets/DMBottomSheet.tsx:451
+#: src/components/bottomsheets/DMBottomSheet.tsx:593
msgid "Unmute Conversation"
msgstr "Poista mykistys keskustelusta"
@@ -19200,16 +19285,16 @@ msgid "Unnamed Group"
msgstr "Nimetön ryhmä"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:331
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1126
-#: src/components/bottomsheets/DMBottomSheet.tsx:478
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1150
+#: src/components/bottomsheets/DMBottomSheet.tsx:480
#: src/components/channel/dm/DMList.tsx:282
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:149
msgid "Unpin DM"
msgstr "Poista DM:n kiinnitys"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:290
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1126
-#: src/components/bottomsheets/DMBottomSheet.tsx:478
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1150
+#: src/components/bottomsheets/DMBottomSheet.tsx:480
#: src/components/channel/dm/DMList.tsx:243
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:129
msgid "Unpin Group DM"
@@ -19231,20 +19316,20 @@ msgid "Unpin Message"
msgstr "Poista viestin kiinnitys"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:232
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:583
-#: src/components/bottomsheets/DMBottomSheet.tsx:164
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:597
+#: src/components/bottomsheets/DMBottomSheet.tsx:166
#: src/components/channel/dm/DMList.tsx:224
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:132
msgid "Unpinned DM"
msgstr "DM:n kiinnitys poistettu"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:232
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:583
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:597
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:112
msgid "Unpinned group"
msgstr "Ryhmän kiinnitys poistettu"
-#: src/components/bottomsheets/DMBottomSheet.tsx:164
+#: src/components/bottomsheets/DMBottomSheet.tsx:166
msgid "Unpinned group DM"
msgstr "Ei kiinnitetty ryhmä DM"
@@ -19279,7 +19364,7 @@ msgstr "Poista upotusten vaimentaminen"
msgid "Until I change it"
msgstr "Kunnes muutan sitä"
-#: src/components/bottomsheets/DMBottomSheet.tsx:664
+#: src/components/bottomsheets/DMBottomSheet.tsx:667
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:334
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:57
#: src/components/channel/muteOptions.ts:39
@@ -19305,7 +19390,7 @@ msgstr "Päivitä"
msgid "Update app"
msgstr "Päivitä sovellus"
-#: src/components/modals/components/MobileSettingsView.tsx:244
+#: src/components/modals/components/MobileSettingsView.tsx:239
msgid "Update Service Worker"
msgstr "Päivitä palvelutyöntekijä"
@@ -19402,7 +19487,7 @@ msgstr "Suosikkien päivitys…"
msgid "Updating..."
msgstr "Päivitetään…"
-#: src/components/modals/components/plutonium/PricingSection.tsx:84
+#: src/components/modals/components/plutonium/PricingSection.tsx:94
msgid "Upgrade Now"
msgstr "Päivitä nyt"
@@ -19415,18 +19500,19 @@ msgstr "Päivitä Plutoniumiin"
msgid "Upgrade to store up to 15 custom backgrounds and unlock HD video quality, higher frame rates, and more."
msgstr "Päivitä tallentaaksesi jopa 15 omaa taustaa ja avaa HD-videolaadun, korkeamman kuvataajuuden ja muut ominaisuudet."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:265
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:316
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:297
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:357
msgid "Upgrade to Visionary"
msgstr "Päivitä Visionariin"
#. placeholder {0}: formatter.format(visionarySlots.remaining)
-#: src/components/modals/components/plutonium/VisionarySection.tsx:109
+#: src/components/modals/components/plutonium/VisionarySection.tsx:122
+#: src/components/modals/components/plutonium/VisionarySection.tsx:134
msgid "Upgrade to Visionary — {0} Left"
msgstr "Päivitä Visionariin — jäljellä {0}"
#. placeholder {0}: isGiftSubscription ? 'gift time' : 'subscription'
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:243
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:262
msgid "Upgrading to Visionary is a <0>one-time0> purchase and will <1>cancel your current {0} immediately1>."
msgstr "Visionariin päivittyminen on <0>kertaluonteinen0> ostos ja <1>peruuttaa nykyisen {0}:n heti1>."
@@ -19674,10 +19760,6 @@ msgstr "Käytä näitä koodeja tilillesi, jos menetät vahvistussovelluksen."
msgid "Use this button to quickly clear all permissions."
msgstr "Käytä tätä painiketta poistaaksesi kaikki oikeudet nopeasti."
-#: src/components/pages/ReportPage.tsx:613
-msgid "Use this form to report illegal content under the Digital Services Act (DSA). Select what you want to report."
-msgstr "Käytä tätä lomaketta ilmoittaaksesi laittomasta sisällöstä Digitaalisten palveluiden lain (DSA) mukaisesti. Valitse, mitä haluat ilmoittaa."
-
#: src/components/modals/tabs/KeybindsTab.tsx:101
msgid "Use this shortcut system-wide"
msgstr "Käytä tätä pikanäppäintä koko järjestelmässä"
@@ -19708,19 +19790,19 @@ msgstr "Käyttäjä vaikuttaa alle 13-vuotiaalta"
msgid "User Debug"
msgstr "Käyttäjädebuggaus"
-#: src/components/channel/channel-view/DMChannelView.tsx:353
+#: src/components/channel/channel-view/DMChannelView.tsx:354
msgid "User has vanished"
msgstr "Käyttäjä on kadonnut"
-#: src/components/pages/ReportPage.tsx:865
+#: src/components/pages/report/ReportStepDetails.tsx:137
msgid "User ID (optional)"
msgstr "Käyttäjätunnus (valinnainen)"
-#: src/components/bottomsheets/DMBottomSheet.tsx:376
+#: src/components/bottomsheets/DMBottomSheet.tsx:378
msgid "User ID copied"
msgstr "Käyttäjätunnus kopioitu"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:652
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:666
msgid "User ID copied to clipboard"
msgstr "Käyttäjätunnus kopioitu leikepöydälle"
@@ -19765,7 +19847,7 @@ msgstr "Käyttäjätiedot"
msgid "User Settings"
msgstr "Käyttäjäasetukset"
-#: src/components/pages/ReportPage.tsx:873
+#: src/components/pages/report/ReportStepDetails.tsx:146
msgid "User Tag (optional)"
msgstr "Käyttäjätagi (valinnainen)"
@@ -19805,7 +19887,7 @@ msgstr "Käyttäjänimen on oltava vähintään 1 merkki"
msgid "Username must be at most 32 characters"
msgstr "Käyttäjänimen on oltava enintään 32 merkkiä"
-#: src/components/channel/dm/AddFriendForm.tsx:130
+#: src/components/channel/dm/AddFriendForm.tsx:153
msgid "Username#0000"
msgstr "Käyttäjänimi#0000"
@@ -19904,7 +19986,7 @@ msgstr "Oman URL:n on oltava 2–32 merkkiä ja siinä saa olla vain kirjaimia,
msgid "Verification Barriers"
msgstr "Varmistuksen esteet"
-#: src/components/modals/ClaimAccountModal.tsx:199
+#: src/components/modals/ClaimAccountModal.tsx:201
#: src/components/modals/EmailChangeModal.tsx:218
#: src/components/modals/EmailChangeModal.tsx:282
#: src/components/modals/PhoneAddModal.tsx:224
@@ -19912,11 +19994,11 @@ msgstr "Varmistuksen esteet"
msgid "Verification code"
msgstr "Varmennuskoodi"
-#: src/components/pages/ReportPage.tsx:719
+#: src/components/pages/report/ReportStepVerification.tsx:86
msgid "Verification Code"
msgstr "Varmennuskoodi"
-#: src/components/modals/ClaimAccountModal.tsx:88
+#: src/components/modals/ClaimAccountModal.tsx:90
msgid "Verification code sent"
msgstr "Varmennuskoodi lähetetty"
@@ -19937,10 +20019,9 @@ msgstr "Varmistus voi olla pakollinen ennen varmistuskoodien katselua."
#: src/components/auth/AuthPageHeader.tsx:49
#: src/components/auth/InviteHeader.tsx:81
#: src/components/auth/InviteHeader.tsx:226
-#: src/components/channel/InviteEmbed.tsx:285
-#: src/components/channel/InviteEmbed.tsx:428
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:178
-#: src/components/emojis/EmojiInfoContent.tsx:87
+#: src/components/channel/InviteEmbed.tsx:287
+#: src/components/channel/InviteEmbed.tsx:430
+#: src/components/emojis/EmojiAttributionSubtext.tsx:143
#: src/components/layout/GuildHeader.tsx:132
msgid "Verified Community"
msgstr "Varmennettu yhteisö"
@@ -19955,7 +20036,7 @@ msgstr "Varmennettu kilta"
msgid "Verify"
msgstr "Varmista"
-#: src/components/pages/ReportPage.tsx:740
+#: src/components/pages/report/ReportStepVerification.tsx:102
msgid "Verify Code"
msgstr "Varmista koodi"
@@ -19980,6 +20061,10 @@ msgstr "Puhelinnumeron varmistuslomake"
msgid "Verify You're Human"
msgstr "Vahvista, että olet ihminen"
+#: src/components/pages/report/ReportStepEmail.tsx:54
+msgid "Verify your email"
+msgstr "Vahvista sähköpostisi"
+
#: src/components/modals/SudoVerificationModal.tsx:359
msgid "Verify your identity"
msgstr "Vahvista henkilöllisyytesi"
@@ -20012,7 +20097,7 @@ msgid "Video"
msgstr "Video"
#: src/components/channel/ChannelHeader.tsx:572
-#: src/components/modals/UserProfileMobileSheet.tsx:515
+#: src/components/modals/UserProfileMobileSheet.tsx:519
msgid "Video Call"
msgstr "Videopuhelu"
@@ -20097,7 +20182,7 @@ msgstr "Näytä varmistuskoodit"
msgid "View backup codes form"
msgstr "Varmistuskoodilomake"
-#: src/components/channel/channel-view/DMChannelView.tsx:282
+#: src/components/channel/channel-view/DMChannelView.tsx:283
msgid "View call"
msgstr "Näytä puhelu"
@@ -20138,7 +20223,7 @@ msgstr "Näytä lahjavarasto"
msgid "View Global Profile"
msgstr "Näytä globaali profiili"
-#: src/components/channel/channel-view/DMChannelView.tsx:282
+#: src/components/channel/channel-view/DMChannelView.tsx:283
msgid "View incoming call"
msgstr "Näytä saapuva puhelu"
@@ -20158,10 +20243,10 @@ msgstr "Näytä premium-ominaisuudet"
msgid "View premium perks"
msgstr "Näytä premium-edut"
-#: src/components/bottomsheets/DMBottomSheet.tsx:411
+#: src/components/bottomsheets/DMBottomSheet.tsx:413
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:226
#: src/components/channel/friends/MobileFriendRequestItem.tsx:87
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:210
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:212
#: src/components/modals/tabs/BlockedUsersTab.tsx:87
#: src/components/uikit/ContextMenu/items/UserProfileMenuItem.tsx:43
msgid "View Profile"
@@ -20191,7 +20276,7 @@ msgstr "Katsoja liittyy striimiin"
msgid "Viewer Leaves Stream"
msgstr "Katsoja poistuu striimistä"
-#: src/components/pages/ReportPage.tsx:827
+#: src/components/pages/report/ReportStepDetails.tsx:96
msgid "Violation Category"
msgstr "Rikkomusluokka"
@@ -20199,7 +20284,7 @@ msgstr "Rikkomusluokka"
msgid "Violation category selection"
msgstr "Rikkomusluokan valinta"
-#: src/components/pages/ReportPage.tsx:264
+#: src/components/pages/report/optionDescriptors.ts:45
#: src/constants/IARConstants.tsx:42
msgid "Violent or Graphic Content"
msgstr "Väkivaltainen tai graafinen sisältö"
@@ -20212,9 +20297,9 @@ msgstr "VIP-ääni"
msgid "Visible Buttons"
msgstr "Näkyvät painikkeet"
-#: src/components/modals/components/plutonium/PricingSection.tsx:88
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:110
-#: src/components/modals/components/plutonium/VisionarySection.tsx:58
+#: src/components/modals/components/plutonium/PricingSection.tsx:101
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:129
+#: src/components/modals/components/plutonium/VisionarySection.tsx:67
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:154
#: src/utils/modals/guildTabs/GuildAuditLogTabUtils.ts:274
msgid "Visionary"
@@ -20228,25 +20313,25 @@ msgstr "Visionary (Elinikäinen #42)"
msgid "Visionary (Lifetime Plutonium)"
msgstr "Visionary (Elinikäinen Plutonium)"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:80
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:111
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:95
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:134
msgid "Visionary {visionaryPrice}"
msgstr "Visionary {visionaryPrice}"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:96
+#: src/components/modals/components/plutonium/VisionarySection.tsx:105
msgid "Visionary community with direct team access"
msgstr "Visionary-yhteisö suoran tiimiyhteyden kanssa"
-#: src/components/modals/components/plutonium/GiftSection.tsx:87
-#: src/components/modals/components/plutonium/PricingSection.tsx:119
+#: src/components/modals/components/plutonium/GiftSection.tsx:100
+#: src/components/modals/components/plutonium/PricingSection.tsx:140
msgid "Visionary Gift"
msgstr "Visionary-lahja"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:109
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:132
msgid "Visionary Gift Sold Out"
msgstr "Visionary-lahja loppuunmyyty"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:80
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:95
msgid "Visionary Sold Out"
msgstr "Visionary loppuunmyyty"
@@ -20281,15 +20366,15 @@ msgstr "Puhe- ja videon asetukset"
msgid "Voice Activity"
msgstr "Puheaktiviteetti"
-#: src/components/channel/channel-view/DMChannelView.tsx:277
+#: src/components/channel/channel-view/DMChannelView.tsx:278
#: src/components/voice/VoiceCallView.tsx:466
msgid "Voice call"
msgstr "Puhelu"
-#: src/components/bottomsheets/DMBottomSheet.tsx:419
+#: src/components/bottomsheets/DMBottomSheet.tsx:421
#: src/components/channel/ChannelHeader.tsx:562
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:225
-#: src/components/modals/UserProfileMobileSheet.tsx:507
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:227
+#: src/components/modals/UserProfileMobileSheet.tsx:511
msgid "Voice Call"
msgstr "Puhelu"
@@ -20306,8 +20391,8 @@ msgstr "Puhelut"
msgid "Voice channel"
msgstr "Puhekanava"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:475
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:662
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:489
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:676
#: src/components/channel/channel-header/useChannelHeaderData.ts:100
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:314
msgid "Voice Channel"
@@ -20488,8 +20573,8 @@ msgstr "Lähetimme sähköpostin, jossa on linkki tämän kirjautumisen vahvista
msgid "We failed to retrieve the full information about this user at this time."
msgstr "Emme voineet hakea käyttäjän tietoja kokonaisuudessaan tällä hetkellä."
-#: src/components/layout/GuildLayout.tsx:302
-#: src/components/layout/GuildLayout.tsx:349
+#: src/components/layout/GuildLayout.tsx:307
+#: src/components/layout/GuildLayout.tsx:354
msgid "We fluxed up! Hang tight, we're working on it."
msgstr "Me sörsimme! Odota hetki, korjaamme sen."
@@ -20513,18 +20598,13 @@ msgstr "Yhteys katkesi odottaessamme valtuutusta. Yritä uudelleen."
msgid "We need to make sure you're not a bot. Please complete the verification below."
msgstr "Meidän täytyy varmistaa, ettet ole botti. Suorita alla oleva vahvistus."
-#: src/components/pages/ReportPage.tsx:639
-msgid "We need to verify your email address before you can submit a report."
-msgstr "Meidän täytyy vahvistaa sähköpostiosoitteesi ennen kuin voit lähettää raportin."
-
#: src/components/modals/BackupCodesModal.tsx:45
msgid "We recommend saving these codes now so that you don't get locked out of your account."
msgstr "Suosittelemme tallentamaan nämä koodit nyt, ettei tili lukkiudu."
-#. placeholder {0}: state.email
-#: src/components/pages/ReportPage.tsx:702
-msgid "We sent a verification code to {0}."
-msgstr "Lähetimme vahvistuskoodin osoitteeseen {0}."
+#: src/components/pages/report/ReportStepVerification.tsx:67
+msgid "We sent a code to {email}."
+msgstr "Lähetimme koodin osoitteeseen {email}."
#: src/components/auth/BrowserLoginHandoffModal.tsx:315
msgid "We will prefill {prefillEmail} once the browser login opens."
@@ -20534,6 +20614,10 @@ msgstr "Täytämme kentän {prefillEmail}, kun selainkirjautuminen aukeaa."
msgid "We'll restore your previous email, sign out old sessions, remove phone numbers, disable MFA, and secure your account with a new password."
msgstr "Palautamme aiemman sähköpostisi, kirjaudumme ulos vanhoilta istunnoilta, poistamme puhelinnumerot, poistamme MFA:n käytöstä ja turvaamme tilisi uudella salasanalla."
+#: src/components/pages/report/ReportStepEmail.tsx:57
+msgid "We'll send a short code to confirm you can receive updates about this report."
+msgstr "Lähetämme lyhyen koodin vahvistaaksemme, että voit vastaanottaa päivityksiä tästä ilmoituksesta."
+
#: src/components/modals/EmailChangeModal.tsx:190
msgid "We'll verify your current email and then your new email with one-time codes."
msgstr "Vahvistamme nykyisen sähköpostisi ja sitten uuden sähköpostisi kertakoodien avulla."
@@ -20546,13 +20630,13 @@ msgstr "Vahvistamme uuden sähköpostisi kertakoodilla."
msgid "We're having trouble connecting to Fluxer's servers. This could be a temporary network issue or scheduled maintenance."
msgstr "Meillä on vaikeuksia muodostaa yhteyttä Fluxerin palvelimiin. Kyseessä voi olla tilapäinen verkkohäiriö tai huoltokatko."
-#: src/components/modals/tabs/BetaCodesTab.tsx:297
+#: src/components/modals/tabs/BetaCodesTab.tsx:322
#: src/components/modals/tabs/DevicesTab.tsx:230
msgid "We're having trouble connecting to the space-time continuum. Please check your connection and try again."
msgstr "Meillä on vaikeuksia yhdistää aika-avaruuteen. Tarkista yhteytesi ja yritä uudelleen."
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:287
-#: src/components/channel/ChannelSearchResults.tsx:681
+#: src/components/channel/ChannelSearchResults.tsx:650
msgid "We're indexing this channel for the first time. This might take a little while..."
msgstr "Indeksoimme tätä kanavaa ensimmäistä kertaa. Tämä voi viedä hetken..."
@@ -20829,17 +20913,16 @@ msgstr "Kirjoita tähän oma CSS korvataksesi teeman tunnisteet. Esimerkiksi:\n:
msgid "Write your content here... This textarea expands as you type."
msgstr "Kirjoita sisältösi tähän... Tämä tekstikenttä laajenee kirjoittaessasi."
-#: src/components/auth/DateOfBirthField.tsx:89
-#: src/components/auth/DateOfBirthField.tsx:156
+#: src/components/auth/DateOfBirthField.tsx:153
#: src/components/auth/MockMinimalRegisterForm.tsx:78
msgid "Year"
msgstr "Vuosi"
-#: src/components/modals/components/plutonium/PricingSection.tsx:78
+#: src/components/modals/components/plutonium/PricingSection.tsx:88
msgid "Yearly"
msgstr "Vuotuinen"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:71
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:84
msgid "Yearly {yearlyPrice}"
msgstr "Vuotuinen {yearlyPrice}"
@@ -20874,7 +20957,7 @@ msgstr "Olet poistumassa Fluxerista"
msgid "You are about to transfer ownership of this community to <0>{0}0>. This action is <1>irreversible1> and you will lose all owner privileges."
msgstr "Olet siirtämässä tämän yhteisön omistajuutta <0>{0}0>:lle. Tämä toimenpide on <1>peruuttamaton1> ja menetät kaikki omistajan oikeudet."
-#: src/components/channel/dm/AddFriendForm.tsx:72
+#: src/components/channel/dm/AddFriendForm.tsx:95
msgid "You are already friends with this user."
msgstr "Olette jo kavereita tämän käyttäjän kanssa."
@@ -20960,7 +21043,7 @@ msgstr "Voit ladata vain {MAX_EMOJIS_PER_UPLOAD} emojia kerrallaan. Vain ensimm
msgid "You can pin messages in this conversation for everyone to see."
msgstr "Voit kiinnittää viestejä tähän keskusteluun, jotta kaikki näkevät ne."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:175
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:194
msgid "You can redeem additional gift codes to <0>extend0> your gift time. To start a monthly or yearly plan, wait until after it ends — or <1>upgrade to Visionary1> now (remaining gift time will be discarded)."
msgstr "Voit lunastaa lisää lahjakoodeja <0>jatkaaksesi0> lahjaaikaa. Kuukausi- tai vuosisuunnitelman aloittamiseksi odota lahjan päättymistä — tai <1>päivitä Visionaryyn1> nyt (jäljellä oleva lahjaaika mitätöidään)."
@@ -20990,7 +21073,7 @@ msgstr "Voit käyttää linkkejä ja Markdownia muotoillaksesi tekstiäsi. <0/>
msgid "You can't add new reactions while you're on timeout."
msgstr "Et voi lisätä uusia reaktioita ollessasi aikakatkaisussa."
-#: src/components/modals/UserProfileModal.tsx:1170
+#: src/components/modals/UserProfileModal.tsx:1171
msgid "You can't befriend yourself"
msgstr "Et voi lisätä itseäsi kaveriksi"
@@ -20998,14 +21081,14 @@ msgstr "Et voi lisätä itseäsi kaveriksi"
msgid "You can't interact with reactions in search results as it might disrupt the space-time continuum."
msgstr "Et voi vuorovaikuttaa reaktioiden kanssa hakutuloksissa, sillä se saattaisi häiritä aika-avaruusjatkumoa."
-#: src/components/layout/ChannelItem.tsx:200
-#: src/components/layout/ChannelItem.tsx:366
-#: src/stores/voice/MediaEngineFacade.ts:151
-#: src/stores/voice/MediaEngineFacade.ts:482
+#: src/components/layout/ChannelItem.tsx:206
+#: src/components/layout/ChannelItem.tsx:375
+#: src/stores/voice/MediaEngineFacade.ts:154
+#: src/stores/voice/MediaEngineFacade.ts:529
msgid "You can't join while you're on timeout."
msgstr "Et voi liittyä, kun olet aikakatkaisussa."
-#: src/components/modals/UserProfileModal.tsx:1182
+#: src/components/modals/UserProfileModal.tsx:1183
#: src/components/popouts/UserProfilePopout.tsx:282
#: src/components/profile/ProfilePreview.tsx:284
msgid "You can't message yourself"
@@ -21019,7 +21102,7 @@ msgstr "Et voi lähettää kaveripyyntöä itsellesi."
msgid "You can't send friend requests to bots."
msgstr "Et voi lähettää kaveripyyntöjä boteille."
-#: src/components/channel/dm/AddFriendForm.tsx:64
+#: src/components/channel/dm/AddFriendForm.tsx:87
msgid "You can't send friend requests to users you've blocked. Unblock them first."
msgstr "Et voi lähettää kaveripyyntöjä estämillesi käyttäjille. Poista esto ensin."
@@ -21066,11 +21149,11 @@ msgstr "Et voi poistaa tätä oikeutta, koska poistaisit sen itseltäsi"
msgid "You cannot save a role with a blank name. Please provide a valid name before saving."
msgstr "Et voi tallentaa roolia ilman nimeä. Anna kelvollinen nimi ennen tallentamista."
-#: src/components/channel/dm/AddFriendForm.tsx:68
+#: src/components/channel/dm/AddFriendForm.tsx:91
msgid "You cannot send a friend request to yourself."
msgstr "Et voi lähettää kaveripyyntöä itsellesi."
-#: src/components/channel/dm/AddFriendForm.tsx:66
+#: src/components/channel/dm/AddFriendForm.tsx:89
msgid "You cannot send friend requests to bots."
msgstr "Et voi lähettää kaveripyyntöjä boteille."
@@ -21094,7 +21177,7 @@ msgstr "Sinulla ei ole pääsyä kanavaan, johon tämä viesti lähetettiin."
msgid "You do not have permission to send messages in this channel."
msgstr "Sinulla ei ole oikeutta lähettää viestejä tässä kanavassa."
-#: src/components/layout/GuildLayout.tsx:393
+#: src/components/layout/GuildLayout.tsx:398
msgid "You don't have access to any channels in this community."
msgstr "Sinulla ei ole pääsyä mihinkään kanavaan tässä yhteisössä."
@@ -21114,23 +21197,23 @@ msgstr "Sinulla ei ole oikeutta asentaa tätä emojipakettia."
msgid "You don't have permission to install this sticker pack."
msgstr "Sinulla ei ole oikeutta asentaa tätä tarrapakettia."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:203
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:222
msgid "You have all <0/> for <1>{monthlyPrice}/month1>."
msgstr "Sinulla on kaikki <0/> hintaan <1>{monthlyPrice}/kk1>."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:208
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:227
msgid "You have all <0/> for <1>{yearlyPrice}/year1>."
msgstr "Sinulla on kaikki <0/> hintaan <1>{yearlyPrice}/vuosi1>."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:213
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:232
msgid "You have all <0/> for your subscription period."
msgstr "Sinulla on kaikki <0/> tilauskauden ajan."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:198
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:217
msgid "You have all <0/> forever. No subscriptions, no renewals."
msgstr "Sinulla on kaikki <0/> ikuisesti. Ei tilauksia, ei uusimisia."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:169
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:188
msgid "You have all <0/> via a <1>gift subscription1> until <2>{giftEndDate}2>. It <3>won't renew3>."
msgstr "Sinulla on kaikki <0/> <1>lahjatilauksen1> kautta asti <2>{giftEndDate}2>. Se <3>ei uusiudu3>."
@@ -21228,11 +21311,11 @@ msgstr "Menetit pääsyn tähän tallennettuun viestiin. Poistetaanko?"
msgid "You made it, {username}! We're about to hit 88mph!"
msgstr "Onnistuit, {username}! Olemme kohta 88 mailin tuntinopeudessa!"
-#: src/components/channel/CallMessage.tsx:179
+#: src/components/channel/CallMessage.tsx:173
msgid "You missed a call from <0/> that lasted {durationText}."
msgstr "Myöhästyit <0/> puhelusta, joka kesti {durationText}."
-#: src/components/channel/CallMessage.tsx:184
+#: src/components/channel/CallMessage.tsx:178
msgid "You missed a call from <0/>."
msgstr "Sait puhelun käyttäjältä <0/>."
@@ -21252,7 +21335,7 @@ msgstr "Sinun on oltava 18-vuotias tai vanhempi nähdäksesi tämän sisällön.
msgid "You must be connected to the gateway to accept this temporary invite. Please check your connection and try again."
msgstr "Sinun on oltava yhteydessä porttiin hyväksyäksesi tämän väliaikaisen kutsun. Tarkista yhteytesi ja yritä uudelleen."
-#: src/components/pages/ReportPage.tsx:463
+#: src/components/pages/ReportPage.tsx:288
msgid "You must verify your email before submitting a report."
msgstr "Sinun on vahvistettava sähköpostiosoitteesi ennen raportin lähettämistä."
@@ -21385,7 +21468,7 @@ msgstr "Olet äänikanavalla"
msgid "You're sending messages too quickly"
msgstr "Lähetät viestejä liian nopeasti"
-#: src/components/channel/Messages.tsx:909
+#: src/components/channel/Messages.tsx:907
msgid "You're viewing older messages"
msgstr "Katselet vanhempia viestejä"
@@ -21464,7 +21547,7 @@ msgstr "Tilisi on hyväksytty. Ohjataan sinut sovellukseen..."
msgid "Your account has been created, but access is temporarily limited until approval. You will be notified once your account is approved."
msgstr "Tilisi on luotu, mutta pääsy on väliaikaisesti rajoitettu hyväksyntään asti. Saat ilmoituksen, kun tilisi hyväksytään."
-#: src/components/modals/components/UnclaimedAccountAlert.tsx:38
+#: src/components/modals/components/UnclaimedAccountAlert.tsx:36
msgid "Your account is not yet claimed. Without an email and password, you won't be able to sign in from other devices and you could lose access to your account. Claim your account now to secure it."
msgstr "Tilisi ei ole vielä lunastettu. Ilman sähköpostia ja salasanaa et voi kirjautua muihin laitteisiin ja saatat menettää tilin. Lunasta tilisi nyt turvataksesi sen."
@@ -21508,7 +21591,7 @@ msgstr "Nykyiset ilmoitusäänivalintasi säilyvät."
msgid "Your export request will be processed"
msgstr "Vientipyyntösi käsitellään"
-#: src/components/pages/ReportPage.tsx:935
+#: src/components/pages/report/ReportStepDetails.tsx:213
msgid "Your FluxerTag (optional)"
msgstr "FluxerTagisi (valinnainen)"
@@ -21521,7 +21604,7 @@ msgid "Your invite expires in 24 hours"
msgstr "Kutsusi vanhenee 24 tunnissa"
#. placeholder {0}: getExpirationText()
-#: src/components/modals/InviteModal.tsx:325
+#: src/components/modals/InviteModal.tsx:322
msgid "Your invite link expires in {0}."
msgstr "Kutsulinkkisi vanhenee {0}."
@@ -21565,7 +21648,7 @@ msgstr "Henkilökohtainen tilasi nopeaan pääsyyn kanaviin, DM:iin ja ryhmiin,
msgid "Your Plutonium subscription has expired. You've lost all Plutonium perks. Reactivate your subscription to regain access."
msgstr "Plutonium-tilauksesi on vanhentunut. Olet menettänyt kaikki Plutonium-edut. Aktivoi tilauksesi uudelleen saadaksesi pääsyn takaisin."
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:781
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:813
msgid "Your private space"
msgstr "Yksityinen tilasi"
@@ -21573,7 +21656,7 @@ msgstr "Yksityinen tilasi"
msgid "Your private space for thoughts and reminders"
msgstr "Yksityinen tilasi ajatuksille ja muistutuksille"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:277
+#: src/components/modals/tabs/GiftInventoryTab.tsx:300
msgid "Your Purchased Gifts"
msgstr "Ostamasi lahjat"
@@ -21585,15 +21668,11 @@ msgstr "alueesi"
msgid "Your stream is still being broadcast"
msgstr "Lähetyksesi on yhä käynnissä"
-#: src/components/pages/ReportPage.tsx:594
-msgid "Your submission ID"
-msgstr "Ilmoituksen tunnus"
-
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:153
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:172
msgid "Your subscription ended, but you still have all <0/> until <1>{graceDate}1>. Resubscribe to keep them."
msgstr "Tilauksesi päättyi, mutta sinulla on silti kaikki <0/> asti <1>{graceDate}1>. Uudista tilaus säilyttääksesi ne."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:138
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:157
msgid "Your subscription expired on <0>{expiredDate}0>. You lost all <1/>. You can reactivate at any time."
msgstr "Tilauksesi vanhentui <0>{expiredDate}0>. Menetit kaikki <1/>. Voit aktivoida sen uudelleen milloin tahansa."
@@ -21609,7 +21688,7 @@ msgstr "Tilauksesi on aktivoitu uudelleen!"
msgid "Your subscription has been set to cancel at the end of your billing period."
msgstr "Tilauksesi on asetettu peruuntumaan laskutuskauden lopussa."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:191
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:210
msgid "Your subscription will cancel on <0>{cancelDate}0>. You'll lose all <1/> after that date."
msgstr "Tilauksesi peruuntuu <0>{cancelDate}0>. Menetät kaikki <1/> tuon päivän jälkeen."
diff --git a/fluxer_app/src/locales/fr/messages.po b/fluxer_app/src/locales/fr/messages.po
index ef7dc747..c19c059f 100644
--- a/fluxer_app/src/locales/fr/messages.po
+++ b/fluxer_app/src/locales/fr/messages.po
@@ -68,12 +68,12 @@ msgstr "(15 maximum affichés)"
msgid "(No content)"
msgstr "(Aucun contenu)"
-#: src/components/modals/UserProfileMobileSheet.tsx:552
+#: src/components/modals/UserProfileMobileSheet.tsx:556
#: src/components/pages/YouPage.tsx:147
msgid "(only visible to you)"
msgstr "(visible seulement par toi)"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:954
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:976
msgid "(you)"
msgstr "(toi)"
@@ -138,12 +138,12 @@ msgid "{0} Online"
msgstr "{0} en ligne"
#. placeholder {0}: reaction.count
-#: src/components/channel/MessageReactions.tsx:120
+#: src/components/channel/MessageReactions.tsx:119
msgid "{0} reaction"
msgstr "{0} réaction"
#. placeholder {0}: reaction.count
-#: src/components/channel/MessageReactions.tsx:120
+#: src/components/channel/MessageReactions.tsx:119
msgid "{0} reactions"
msgstr "{0} réactions"
@@ -153,13 +153,13 @@ msgid "{0} remaining"
msgstr "{0} restants"
#. placeholder {0}: machineState.total
-#: src/components/channel/ChannelSearchResults.tsx:315
+#: src/components/channel/ChannelSearchResults.tsx:272
msgid "{0} Result"
msgstr "{0} Résultat"
#. placeholder {0}: machineState.total
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:390
-#: src/components/channel/ChannelSearchResults.tsx:315
+#: src/components/channel/ChannelSearchResults.tsx:272
msgid "{0} Results"
msgstr "{0} résultats"
@@ -402,7 +402,7 @@ msgstr "{actor} a mis à jour l’autocollant {namedTarget}."
msgid "{actor} updated the webhook {namedTarget}."
msgstr "{actor} a mis à jour le webhook {namedTarget}."
-#: src/components/modals/tabs/BetaCodesTab.tsx:280
+#: src/components/modals/tabs/BetaCodesTab.tsx:284
msgid "{allowance} codes remaining this week"
msgstr "{allowance} code(s) restant(s) cette semaine"
@@ -533,7 +533,7 @@ msgstr "{emojiName}, {0} réaction"
msgid "{emojiName}, {0} reactions"
msgstr "{emojiName}, {0} réactions"
-#: src/components/channel/MessageReactions.tsx:122
+#: src/components/channel/MessageReactions.tsx:121
msgid "{emojiName}: {reactionCountText}, {actionText}"
msgstr "{emojiName} : {reactionCountText}, {actionText}"
@@ -561,8 +561,8 @@ msgstr "Les images {label} ne peuvent pas être animées. Veuillez utiliser JPEG
#: src/components/auth/InviteHeader.tsx:127
#: src/components/auth/InviteHeader.tsx:241
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:281
-#: src/components/channel/InviteEmbed.tsx:180
-#: src/components/channel/InviteEmbed.tsx:444
+#: src/components/channel/InviteEmbed.tsx:182
+#: src/components/channel/InviteEmbed.tsx:446
msgid "{memberCount} Member"
msgstr "{memberCount} Membre"
@@ -570,8 +570,8 @@ msgstr "{memberCount} Membre"
#: src/components/auth/InviteHeader.tsx:127
#: src/components/auth/InviteHeader.tsx:241
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:281
-#: src/components/channel/InviteEmbed.tsx:180
-#: src/components/channel/InviteEmbed.tsx:444
+#: src/components/channel/InviteEmbed.tsx:182
+#: src/components/channel/InviteEmbed.tsx:446
msgid "{memberCount} Members"
msgstr "{memberCount} Membres"
@@ -606,11 +606,11 @@ msgstr "{minutes} minutes et {seconds} secondes"
msgid "{minutes} minutes and 1 second"
msgstr "{minutes} minutes et 1 seconde"
-#: src/components/channel/dm/DMWelcomeSection.tsx:155
+#: src/components/channel/dm/DMWelcomeSection.tsx:167
msgid "{mutualGuildCount} mutual commmunity"
msgstr "{mutualGuildCount} communauté mutuelle"
-#: src/components/channel/dm/DMWelcomeSection.tsx:156
+#: src/components/channel/dm/DMWelcomeSection.tsx:168
msgid "{mutualGuildCount} mutual communities"
msgstr "{mutualGuildCount} communautés mutuelles"
@@ -632,7 +632,7 @@ msgstr "{participantCount} participants en appel"
#: src/components/auth/InviteHeader.tsx:235
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:276
-#: src/components/channel/InviteEmbed.tsx:439
+#: src/components/channel/InviteEmbed.tsx:441
msgid "{presenceCount} Online"
msgstr "{presenceCount} en ligne"
@@ -644,15 +644,15 @@ msgstr "Il reste {remaining} caractères"
msgid "{remaining} characters left. Get Plutonium to write up to {premiumMaxLength} characters."
msgstr "Il reste {remaining} caractères. Obtiens Plutonium pour écrire jusqu’à {premiumMaxLength} caractères."
-#: src/components/channel/InviteEmbed.tsx:301
+#: src/components/channel/InviteEmbed.tsx:303
msgid "{renderedMemberCount} Member"
msgstr "{renderedMemberCount} Membre"
-#: src/components/channel/InviteEmbed.tsx:301
+#: src/components/channel/InviteEmbed.tsx:303
msgid "{renderedMemberCount} Members"
msgstr "{renderedMemberCount} Membres"
-#: src/components/channel/InviteEmbed.tsx:296
+#: src/components/channel/InviteEmbed.tsx:298
msgid "{renderedPresenceCount} Online"
msgstr "{renderedPresenceCount} en ligne"
@@ -704,11 +704,11 @@ msgstr "{totalSeconds} seconde"
msgid "{totalSeconds} seconds"
msgstr "{totalSeconds} secondes"
-#: src/components/layout/GuildsLayout.tsx:231
+#: src/components/layout/GuildsLayout.tsx:229
msgid "{unavailableCount} communities are temporarily unavailable due to a flux capacitor malfunction."
msgstr "{unavailableCount} communautés sont temporairement indisponibles en raison d'un dysfonctionnement du condensateur de flux."
-#: src/components/layout/GuildsLayout.tsx:230
+#: src/components/layout/GuildsLayout.tsx:228
msgid "{unavailableCount} community is temporarily unavailable due to a flux capacitor malfunction."
msgstr "{unavailableCount} communauté est temporairement indisponible en raison d'un dysfonctionnement du condensateur de flux."
@@ -814,27 +814,27 @@ msgstr "mentions @everyone"
msgid "@username"
msgstr "@username"
-#: src/components/channel/CallMessage.tsx:75
+#: src/components/channel/CallMessage.tsx:72
msgid "# days"
msgstr "# jours"
-#: src/components/channel/CallMessage.tsx:76
+#: src/components/channel/CallMessage.tsx:73
msgid "# hours"
msgstr "# heures"
-#: src/components/channel/CallMessage.tsx:77
+#: src/components/channel/CallMessage.tsx:74
msgid "# minutes"
msgstr "# minutes"
-#: src/components/channel/CallMessage.tsx:73
+#: src/components/channel/CallMessage.tsx:70
msgid "# months"
msgstr "# mois"
-#: src/components/channel/CallMessage.tsx:74
+#: src/components/channel/CallMessage.tsx:71
msgid "# weeks"
msgstr "# semaines"
-#: src/components/channel/CallMessage.tsx:72
+#: src/components/channel/CallMessage.tsx:69
msgid "# years"
msgstr "# années"
@@ -878,11 +878,11 @@ msgstr "<0/> a retiré <1/> du groupe."
msgid "<0/> removed someone from the group."
msgstr "<0/> a retiré quelqu’un du groupe."
-#: src/components/channel/CallMessage.tsx:191
+#: src/components/channel/CallMessage.tsx:185
msgid "<0/> started a call that lasted {durationText}."
msgstr "<0/> a lancé un appel qui a duré {durationText}."
-#: src/components/channel/CallMessage.tsx:154
+#: src/components/channel/CallMessage.tsx:148
msgid "<0/> started a call."
msgstr "<0/> a démarré un appel."
@@ -943,11 +943,11 @@ msgstr "<0>Réactivé0> le micro du membre."
msgid "<0>Warning:0> This will also disable SMS two-factor authentication."
msgstr "<0>Avertissement :0> Cela désactivera aussi l’authentification à deux facteurs par SMS."
-#: src/components/modals/tabs/BetaCodesTab.tsx:278
+#: src/components/modals/tabs/BetaCodesTab.tsx:282
msgid "1 code remaining this week"
msgstr "1 code restant cette semaine"
-#: src/components/channel/CallMessage.tsx:75
+#: src/components/channel/CallMessage.tsx:72
#: src/components/modals/BanMemberModal.tsx:54
#: src/components/modals/InviteModal.tsx:77
#: src/components/modals/InviteModal.tsx:212
@@ -956,7 +956,7 @@ msgstr "1 code restant cette semaine"
msgid "1 day"
msgstr "1 jour"
-#: src/components/channel/CallMessage.tsx:76
+#: src/components/channel/CallMessage.tsx:73
#: src/components/modals/BanMemberModal.tsx:52
#: src/components/modals/channelTabs/ChannelOverviewTab.tsx:154
#: src/components/modals/CustomStatusBottomSheet.tsx:44
@@ -993,7 +993,7 @@ msgstr "1 minute et {seconds} secondes"
msgid "1 minute and 1 second"
msgstr "1 minute et 1 seconde"
-#: src/components/channel/CallMessage.tsx:73
+#: src/components/channel/CallMessage.tsx:70
#: src/components/modals/BanMemberModal.tsx:59
msgid "1 month"
msgstr "1 mois"
@@ -1002,12 +1002,12 @@ msgstr "1 mois"
msgid "1 Month"
msgstr "1 mois"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:99
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:120
msgid "1 Month {monthlyPrice}"
msgstr "1 mois {monthlyPrice}"
-#: src/components/modals/components/plutonium/GiftSection.tsx:78
-#: src/components/modals/components/plutonium/PricingSection.tsx:110
+#: src/components/modals/components/plutonium/GiftSection.tsx:88
+#: src/components/modals/components/plutonium/PricingSection.tsx:128
msgid "1 Month Gift"
msgstr "Cadeau de 1 mois"
@@ -1020,22 +1020,22 @@ msgstr "1 utilisation"
msgid "1 user"
msgstr "1 utilisateur"
-#: src/components/channel/CallMessage.tsx:74
+#: src/components/channel/CallMessage.tsx:71
#: src/components/modals/BanMemberModal.tsx:57
#: src/components/modals/TimeoutMemberOptions.ts:39
msgid "1 week"
msgstr "1 semaine"
-#: src/components/channel/CallMessage.tsx:72
+#: src/components/channel/CallMessage.tsx:69
msgid "1 year"
msgstr "1 an"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:91
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:109
msgid "1 Year {yearlyPrice}"
msgstr "1 an {yearlyPrice}"
-#: src/components/modals/components/plutonium/GiftSection.tsx:69
-#: src/components/modals/components/plutonium/PricingSection.tsx:101
+#: src/components/modals/components/plutonium/GiftSection.tsx:76
+#: src/components/modals/components/plutonium/PricingSection.tsx:116
msgid "1 Year Gift"
msgstr "Cadeau de 1 an"
@@ -1286,8 +1286,8 @@ msgstr "8 heures"
msgid "A 4-digit tag will be added automatically to ensure uniqueness"
msgstr "Un identifiant à 4 chiffres sera ajouté automatiquement pour garantir son unicité"
-#: src/components/channel/CallMessage.tsx:86
-#: src/components/channel/CallMessage.tsx:148
+#: src/components/channel/CallMessage.tsx:83
+#: src/components/channel/CallMessage.tsx:142
msgid "a few seconds"
msgstr "quelques secondes"
@@ -1299,7 +1299,7 @@ msgstr "Une poignée de guerriers du clavier se rassemblent..."
msgid "A helpful bot that does amazing things!"
msgstr "Un bot utile qui fait des choses incroyables !"
-#: src/components/channel/CallMessage.tsx:77
+#: src/components/channel/CallMessage.tsx:74
msgid "a minute"
msgstr "une minute"
@@ -1316,7 +1316,7 @@ msgid "A symphony of clacking keys is underway..."
msgstr "Une symphonie de touches qui claquent est en cours..."
#: src/components/modals/tabs/MyProfileTab/BioEditor.tsx:127
-#: src/components/modals/UserProfileMobileSheet.tsx:528
+#: src/components/modals/UserProfileMobileSheet.tsx:532
#: src/components/pages/YouPage.tsx:132
msgid "About Me"
msgstr "À propos de moi"
@@ -1330,18 +1330,18 @@ msgstr "À propos de toi"
msgid "Accent Color"
msgstr "Couleur d'accent"
-#: src/components/channel/channel-view/DMChannelView.tsx:291
-#: src/components/channel/dm/DMWelcomeSection.tsx:116
+#: src/components/channel/channel-view/DMChannelView.tsx:292
+#: src/components/channel/dm/DMWelcomeSection.tsx:128
#: src/components/channel/friends/FriendListItem.tsx:238
#: src/components/channel/friends/MobileFriendRequestItem.tsx:99
#: src/components/voice/IncomingCallUI.tsx:302
msgid "Accept"
msgstr "Accepter"
-#: src/components/bottomsheets/DMBottomSheet.tsx:515
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:260
-#: src/components/modals/UserProfileModal.tsx:1258
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:88
+#: src/components/bottomsheets/DMBottomSheet.tsx:517
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:262
+#: src/components/modals/UserProfileModal.tsx:1259
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:109
msgid "Accept Friend Request"
msgstr "Accepter la demande d'ami"
@@ -1358,7 +1358,7 @@ msgstr "Accepter l'invitation"
msgid "Accept the incoming call"
msgstr "Accepter l'appel entrant"
-#: src/components/channel/InviteEmbed.tsx:226
+#: src/components/channel/InviteEmbed.tsx:228
#: src/components/modals/InviteAcceptModal.tsx:163
msgid "Accepting this invite installs the pack automatically."
msgstr "Accepter cette invitation installe automatiquement le pack."
@@ -1407,7 +1407,7 @@ msgstr "Compte et Premium"
msgid "Account appears to exist solely for spamming"
msgstr "Le compte semble exister uniquement pour du spam"
-#: src/components/modals/ClaimAccountModal.tsx:105
+#: src/components/modals/ClaimAccountModal.tsx:107
msgid "Account claimed successfully"
msgstr "Compte revendiqué avec succès"
@@ -1459,7 +1459,7 @@ msgstr "Uniquement dans tous les MD où tu as déjà été"
msgid "Action with both icons!"
msgstr "Action avec les deux icônes !"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:124
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:143
msgid "Active"
msgstr "Actif"
@@ -1584,12 +1584,13 @@ msgstr "Ajouter un e-mail"
msgid "Add Favorite Channels"
msgstr "Ajouter des canaux favoris"
-#: src/components/bottomsheets/DMBottomSheet.tsx:524
+#: src/components/bottomsheets/DMBottomSheet.tsx:527
#: src/components/channel/dm/AddFriendView.tsx:32
#: src/components/channel/dm/DMFriendsView.tsx:199
#: src/components/modals/AddFriendSheet.tsx:50
-#: src/components/modals/UserProfileModal.tsx:1178
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:68
+#: src/components/modals/UserProfileModal.tsx:1179
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:75
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:89
msgid "Add Friend"
msgstr "Ajouter un ami"
@@ -1597,7 +1598,7 @@ msgstr "Ajouter un ami"
msgid "Add Friends"
msgstr "Ajouter des amis"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1187
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1211
#: src/components/channel/ChannelHeader.tsx:630
#: src/components/channel/dm/GroupDMWelcomeSection.tsx:85
msgid "Add Friends to Group"
@@ -1612,7 +1613,7 @@ msgstr "Ajouter un élément"
msgid "Add new reactions to messages."
msgstr "Ajouter de nouvelles réactions aux messages."
-#: src/components/bottomsheets/DMBottomSheet.tsx:426
+#: src/components/bottomsheets/DMBottomSheet.tsx:428
#: src/components/profile/ProfileCard/ProfileCardActions.tsx:48
#: src/components/uikit/ContextMenu/items/UserNoteMenuItems.tsx:42
msgid "Add Note"
@@ -1647,7 +1648,7 @@ msgstr "Formulaire d’ajout de numéro de téléphone"
#: src/components/channel/MessageActionBar.tsx:450
#: src/components/channel/MessageActionBar.tsx:741
#: src/components/channel/messageActionMenu.tsx:92
-#: src/components/channel/MessageReactions.tsx:264
+#: src/components/channel/MessageReactions.tsx:263
#: src/components/uikit/ContextMenu/items/MessageMenuItems.tsx:65
msgid "Add Reaction"
msgstr "Ajouter une réaction"
@@ -1695,8 +1696,8 @@ msgid "Add to favorites"
msgstr "Ajouter aux favoris"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:370
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1103
-#: src/components/bottomsheets/DMBottomSheet.tsx:400
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1127
+#: src/components/bottomsheets/DMBottomSheet.tsx:402
#: src/components/channel/ChannelHeader.tsx:547
#: src/components/channel/ChannelHeader.tsx:595
#: src/components/channel/ChannelHeader.tsx:600
@@ -1731,11 +1732,11 @@ msgid "Added to bookmarks"
msgstr "Ajouté aux signets"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:118
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:544
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:558
msgid "Added to favorites"
msgstr "Ajouté aux favoris"
-#: src/components/bottomsheets/DMBottomSheet.tsx:129
+#: src/components/bottomsheets/DMBottomSheet.tsx:131
msgid "Added to Favorites"
msgstr "Ajouté aux Favoris"
@@ -1752,7 +1753,7 @@ msgstr "Ajouté le {createdDate}"
msgid "Added: {createdDate} • Last used: {lastUsedDate}"
msgstr "Ajouté le {createdDate} • Dernière utilisation : {lastUsedDate}"
-#: src/components/pages/ReportPage.tsx:943
+#: src/components/pages/report/ReportStepDetails.tsx:222
msgid "Additional Comments (optional)"
msgstr "Commentaires supplémentaires (facultatif)"
@@ -1873,7 +1874,7 @@ msgstr "Tous les appels notifieront silencieusement au lieu de sonner. Par défa
msgid "All Communities"
msgstr "Toutes les communautés"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:74
+#: src/components/modals/components/plutonium/VisionarySection.tsx:83
msgid "All current and future Plutonium benefits, forever"
msgstr "Tous les avantages Plutonium actuels et futurs, pour toujours"
@@ -1911,7 +1912,7 @@ msgstr "Tous les membres"
msgid "All messages"
msgstr "Tous les messages"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1377
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1401
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:206
#: src/components/modals/GuildNotificationSettingsModal.tsx:87
#: src/components/modals/GuildNotificationSettingsModal.tsx:273
@@ -2071,11 +2072,11 @@ msgstr "{0} autorisé."
msgid "Already have an account?"
msgstr "Tu as déjà un compte ?"
-#: src/components/channel/InviteEmbed.tsx:187
+#: src/components/channel/InviteEmbed.tsx:189
msgid "Already joined"
msgstr "Déjà rejoint"
-#: src/components/channel/GiftEmbed.tsx:90
+#: src/components/channel/GiftEmbed.tsx:97
msgid "Already redeemed"
msgstr "Déjà utilisé"
@@ -2135,8 +2136,8 @@ msgstr "Toujours faire confiance à <0>{hostname}0> — ignorer cet avertissem
msgid "Always underline links"
msgstr "Toujours souligner les liens"
-#: src/components/channel/ChannelSearchResults.tsx:511
-#: src/components/channel/ChannelSearchResults.tsx:562
+#: src/components/channel/ChannelSearchResults.tsx:480
+#: src/components/channel/ChannelSearchResults.tsx:531
#: src/hooks/useChannelSearch.ts:233
#: src/hooks/useChannelSearch.ts:375
msgid "An error occurred while searching"
@@ -2198,7 +2199,7 @@ msgid "Animated Emoji ({0})"
msgstr "Émojis animés ({0})"
#: src/components/channel/embeds/media/EmbedGifv.tsx:237
-#: src/components/channel/embeds/media/EmbedGifv.tsx:725
+#: src/components/channel/embeds/media/EmbedGifv.tsx:749
#: src/components/modals/MediaViewerModal.tsx:294
#: src/components/modals/MediaViewerModal.tsx:362
msgid "Animated GIF"
@@ -2320,8 +2321,8 @@ msgstr "Application mise à jour avec succès"
msgid "Applications"
msgstr "Applications"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:99
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:137
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:103
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:141
msgid "Applications & Bots"
msgstr "Applications et bots"
@@ -2352,7 +2353,7 @@ msgid "Archive"
msgstr "Archiver"
#. placeholder {0}: user.username
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:162
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:164
#: src/components/modals/UserProfileActionsSheet.tsx:133
#: src/utils/RelationshipActionUtils.tsx:141
msgid "Are you sure you want to block {0}? They won't be able to message you or send you friend requests."
@@ -2368,8 +2369,8 @@ msgid "Are you sure you want to close this group DM? You can always reopen it la
msgstr "Es-tu sûr de vouloir fermer ce MP de groupe\\u00a0? Tu pourras toujours le rouvrir plus tard."
#. placeholder {0}: recipient?.username ?? ''
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:601
-#: src/components/bottomsheets/DMBottomSheet.tsx:303
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:615
+#: src/components/bottomsheets/DMBottomSheet.tsx:305
msgid "Are you sure you want to close your DM with {0}? You can always reopen it later."
msgstr "Es-tu sûr de vouloir fermer ton MP avec {0}\\u00a0? Tu pourras toujours le rouvrir plus tard."
@@ -2406,7 +2407,7 @@ msgid "Are you sure you want to delete #{0}? This action cannot be undone."
msgstr "Es-tu sûr de vouloir supprimer #{0}\\u00a0? Cette action est irréversible."
#. placeholder {0}: channel.name ?? 'this channel'
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:667
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:681
msgid "Are you sure you want to delete #{0}? This cannot be undone."
msgstr "Es-tu sûr de vouloir supprimer #{0}\\u00a0? C'est irréversible."
@@ -2504,7 +2505,7 @@ msgstr "Es-tu sûr de vouloir quitter {0} ?"
msgid "Are you sure you want to leave this community? You will no longer be able to see any messages."
msgstr "Es-tu sûr de vouloir quitter cette communauté ? Tu ne pourras plus voir les messages."
-#: src/components/bottomsheets/DMBottomSheet.tsx:338
+#: src/components/bottomsheets/DMBottomSheet.tsx:340
#: src/hooks/useLeaveGroup.tsx:43
msgid "Are you sure you want to leave this group? You will no longer be able to see any messages."
msgstr "Es-tu sûr de vouloir quitter ce groupe ? Tu ne pourras plus voir les messages."
@@ -2515,9 +2516,9 @@ msgid "Are you sure you want to make {0} the group owner? You will lose owner pr
msgstr "Es-tu sûr de vouloir faire de {0} le propriétaire du groupe ? Tu perdras les privilèges de propriétaire."
#. placeholder {0}: user.username
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:145
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:147
#: src/components/modals/UserProfileActionsSheet.tsx:116
-#: src/components/modals/UserProfileMobileSheet.tsx:303
+#: src/components/modals/UserProfileMobileSheet.tsx:304
#: src/utils/RelationshipActionUtils.tsx:114
msgid "Are you sure you want to remove {0} as a friend?"
msgstr "Es-tu sûr de vouloir supprimer {0} de ta liste d'amis ?"
@@ -2557,10 +2558,10 @@ msgid "Are you sure you want to transfer ownership of the group to {0}?"
msgstr "Es-tu sûr de vouloir transférer la propriété du groupe à {0} ?"
#. placeholder {0}: user.username
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:179
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:181
#: src/components/modals/tabs/BlockedUsersTab.tsx:57
#: src/components/modals/UserProfileActionsSheet.tsx:150
-#: src/components/modals/UserProfileMobileSheet.tsx:319
+#: src/components/modals/UserProfileMobileSheet.tsx:320
#: src/utils/RelationshipActionUtils.tsx:168
msgid "Are you sure you want to unblock {0}?"
msgstr "Es-tu sûr de vouloir débloquer {0} ?"
@@ -2573,7 +2574,7 @@ msgstr "Club d'art"
msgid "Artists' Corner"
msgstr "Coin des artistes"
-#: src/components/modals/components/plutonium/PricingSection.tsx:63
+#: src/components/modals/components/plutonium/PricingSection.tsx:69
msgid "As a Gift"
msgstr "En cadeau"
@@ -2689,7 +2690,7 @@ msgstr "Paramètres audio"
msgid "Audio will be included with this screen share."
msgstr "L'audio sera inclus avec ce partage d'écran."
-#: src/components/pages/ReportPage.tsx:311
+#: src/components/pages/report/optionDescriptors.ts:83
msgid "Austria"
msgstr "Autriche"
@@ -2844,6 +2845,7 @@ msgstr "Ping moyen :"
#: src/components/modals/PhoneAddModal.tsx:235
#: src/components/modals/RequiredActionModal.tsx:463
#: src/components/pages/OAuthAuthorizePage.tsx:694
+#: src/components/pages/report/ReportStepDetails.tsx:243
msgid "Back"
msgstr "Retour"
@@ -2933,7 +2935,7 @@ msgid "Balanced quality and bandwidth"
msgstr "Qualité et bande passante équilibrées"
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:353
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:320
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:323
#: src/components/modals/UserProfileActionsSheet.tsx:262
msgid "Ban"
msgstr "Bannir"
@@ -3035,7 +3037,7 @@ msgstr "avant :"
msgid "Begin a call in the current private conversation"
msgstr "Lancer un appel dans cette conversation privée"
-#: src/components/pages/ReportPage.tsx:312
+#: src/components/pages/report/optionDescriptors.ts:84
msgid "Belgium"
msgstr "Belgique"
@@ -3066,7 +3068,7 @@ msgstr "Code bêta (facultatif)"
msgid "Beta Code Redeemed!"
msgstr "Code bêta utilisé !"
-#: src/components/modals/tabs/BetaCodesTab.tsx:313
+#: src/components/modals/tabs/BetaCodesTab.tsx:338
#: src/components/modals/utils/settingsSearchIndex.ts:741
msgid "Beta Codes"
msgstr "Codes bêta"
@@ -3083,13 +3085,13 @@ msgstr "Bio"
msgid "Bio character limit"
msgstr "Limite de caractères de la bio"
-#: src/components/bottomsheets/DMBottomSheet.tsx:538
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:163
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:345
+#: src/components/bottomsheets/DMBottomSheet.tsx:541
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:165
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:348
#: src/components/modals/UserProfileActionsSheet.tsx:134
#: src/components/modals/UserProfileActionsSheet.tsx:298
#: src/components/modals/UserProfileModal.tsx:1062
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:190
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:211
#: src/utils/RelationshipActionUtils.tsx:143
msgid "Block"
msgstr "Bloquer"
@@ -3106,7 +3108,7 @@ msgstr "Bloquer les messages directs des membres de la communauté ?"
msgid "Block for all communities"
msgstr "Bloquer pour toutes les communautés"
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:161
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:163
#: src/components/modals/UserProfileActionsSheet.tsx:132
#: src/utils/RelationshipActionUtils.tsx:139
msgid "Block User"
@@ -3270,7 +3272,7 @@ msgstr "Audio du navigateur requis"
msgid "Browser locale ({browserLocale}): {format}"
msgstr "Langue du navigateur ({browserLocale}) : {format}"
-#: src/components/pages/ReportPage.tsx:313
+#: src/components/pages/report/optionDescriptors.ts:85
msgid "Bulgaria"
msgstr "Bulgarie"
@@ -3313,16 +3315,16 @@ msgstr "Les boutons affichent un indicateur de chargement lorsque submitting est
msgid "Buttons with Icons"
msgstr "Boutons avec icônes"
-#: src/components/modals/components/plutonium/GiftSection.tsx:74
-#: src/components/modals/components/plutonium/GiftSection.tsx:83
-#: src/components/modals/components/plutonium/GiftSection.tsx:92
-#: src/components/modals/components/plutonium/PricingSection.tsx:106
-#: src/components/modals/components/plutonium/PricingSection.tsx:115
-#: src/components/modals/components/plutonium/PricingSection.tsx:124
+#: src/components/modals/components/plutonium/GiftSection.tsx:81
+#: src/components/modals/components/plutonium/GiftSection.tsx:93
+#: src/components/modals/components/plutonium/GiftSection.tsx:105
+#: src/components/modals/components/plutonium/PricingSection.tsx:121
+#: src/components/modals/components/plutonium/PricingSection.tsx:133
+#: src/components/modals/components/plutonium/PricingSection.tsx:145
msgid "Buy Gift"
msgstr "Acheter un cadeau"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:114
+#: src/components/modals/components/plutonium/VisionarySection.tsx:140
msgid "Buying Visionary will cancel your current {currentAccessLabel} immediately. It is a one-time purchase with lifetime access."
msgstr "Acheter Visionary annulera immédiatement votre {currentAccessLabel} actuel. C'est un achat unique avec un accès à vie."
@@ -3347,7 +3349,7 @@ msgstr "Contourner le mode lent"
msgid "Bypass Splash Screen"
msgstr "Contourner l'écran d'accueil"
-#: src/components/channel/channel-view/DMChannelView.tsx:271
+#: src/components/channel/channel-view/DMChannelView.tsx:272
msgid "Call available"
msgstr "Appel disponible"
@@ -3446,11 +3448,11 @@ msgstr "Paramètres caméra"
#: src/components/modals/CategoryCreateModal.tsx:79
#: src/components/modals/ChannelCreateModal.tsx:100
#: src/components/modals/ChannelDeleteModal.tsx:72
-#: src/components/modals/ClaimAccountModal.tsx:179
-#: src/components/modals/ClaimAccountModal.tsx:219
-#: src/components/modals/components/MobileSettingsView.tsx:302
+#: src/components/modals/ClaimAccountModal.tsx:181
+#: src/components/modals/ClaimAccountModal.tsx:221
+#: src/components/modals/components/MobileSettingsView.tsx:297
#: src/components/modals/components/plutonium/hooks/useCheckoutActions.tsx:110
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:328
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:371
#: src/components/modals/ConfirmModal.tsx:146
#: src/components/modals/CreateDMModal.tsx:88
#: src/components/modals/CreateFavoriteCategoryModal.tsx:74
@@ -3473,7 +3475,7 @@ msgstr "Paramètres caméra"
#: src/components/modals/HideOwnCameraConfirmModal.tsx:65
#: src/components/modals/IARModal.tsx:218
#: src/components/modals/ImageCropModal.tsx:981
-#: src/components/modals/InviteModal.tsx:336
+#: src/components/modals/InviteModal.tsx:333
#: src/components/modals/KickMemberModal.tsx:60
#: src/components/modals/MfaTotpDisableModal.tsx:75
#: src/components/modals/MfaTotpEnableModal.tsx:102
@@ -3498,11 +3500,11 @@ msgstr "Paramètres caméra"
msgid "Cancel"
msgstr "Annuler"
-#: src/components/channel/dm/DMWelcomeSection.tsx:126
+#: src/components/channel/dm/DMWelcomeSection.tsx:138
#: src/components/channel/friends/FriendListItem.tsx:164
#: src/components/channel/friends/FriendListItem.tsx:166
-#: src/components/modals/UserProfileModal.tsx:1273
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:171
+#: src/components/modals/UserProfileModal.tsx:1274
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:192
msgid "Cancel Friend Request"
msgstr "Annuler la demande d’ami"
@@ -3522,7 +3524,7 @@ msgstr "Annuler la demande"
msgid "Cancel upload"
msgstr "Annuler le téléchargement"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:118
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:137
msgid "Canceling"
msgstr "Annulation en cours"
@@ -3566,7 +3568,7 @@ msgstr "Alignement de la carte"
msgid "Card alignment controls"
msgstr "Options d’alignement de la carte"
-#: src/components/modals/components/MobileSettingsView.tsx:123
+#: src/components/modals/components/MobileSettingsView.tsx:118
#: src/components/modals/components/SettingsModalHeader.tsx:76
msgid "Careful! You have unsaved changes."
msgstr "Attention\\u202f! Tu as des modifications non enregistrées."
@@ -3576,7 +3578,7 @@ msgstr "Attention\\u202f! Tu as des modifications non enregistrées."
msgid "Category"
msgstr "Catégorie"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1371
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1395
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:239
msgid "Category Default"
msgstr "Catégorie par défaut"
@@ -3594,7 +3596,7 @@ msgstr "Catégorie pleine"
msgid "Category Name"
msgstr "Nom de la catégorie"
-#: src/components/modals/ChannelSettingsModal.tsx:105
+#: src/components/modals/ChannelSettingsModal.tsx:113
#: src/components/modals/components/DesktopChannelSettingsView.tsx:188
msgid "Category Settings"
msgstr "Paramètres de la catégorie"
@@ -3625,7 +3627,7 @@ msgstr "Changer l’arrière-plan"
msgid "Change Banner"
msgstr "Changer la bannière"
-#: src/components/pages/ReportPage.tsx:752
+#: src/components/pages/report/ReportStepVerification.tsx:126
msgid "Change email"
msgstr "Changer d'email"
@@ -3647,8 +3649,8 @@ msgstr "Changer ton FluxerTag"
msgid "Change FluxerTag form"
msgstr "Formulaire de changement du FluxerTag"
-#: src/components/bottomsheets/DMBottomSheet.tsx:433
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:133
+#: src/components/bottomsheets/DMBottomSheet.tsx:435
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:154
msgid "Change Friend Nickname"
msgstr "Changer le surnom d’un ami"
@@ -3673,7 +3675,7 @@ msgid "Change My Group Nickname"
msgstr "Changer mon surnom de groupe"
#: src/components/modals/BaseChangeNicknameModal.tsx:82
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:238
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:240
#: src/components/modals/RenameChannelModal.tsx:58
#: src/components/modals/UserProfileActionsSheet.tsx:225
#: src/components/modals/UserProfileActionsSheet.tsx:225
@@ -3760,8 +3762,8 @@ msgstr "Région vocale modifiée en {0}."
msgid "channel"
msgstr "salon"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:483
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:549
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:497
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:563
#: src/components/invites/InviteListItem.tsx:50
#: src/components/webhooks/WebhookListItem.tsx:240
#: src/constants/AuditLogConstants.tsx:236
@@ -3796,7 +3798,7 @@ msgid "Channel Debug"
msgstr "Débogage du salon"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:188
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:675
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:689
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:329
msgid "Channel deleted"
msgstr "Salon supprimé"
@@ -3806,11 +3808,11 @@ msgid "Channel Deleted"
msgstr "Salon supprimé"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:273
-#: src/components/bottomsheets/DMBottomSheet.tsx:366
+#: src/components/bottomsheets/DMBottomSheet.tsx:368
msgid "Channel ID copied"
msgstr "ID du salon copié"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:535
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:549
msgid "Channel ID copied to clipboard"
msgstr "ID du salon copié dans le presse-papiers"
@@ -3878,9 +3880,9 @@ msgstr "Enregistrement du salon"
msgid "Channel removed from favorites"
msgstr "Salon retiré des favoris"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1092
-#: src/components/layout/ChannelItem.tsx:630
-#: src/components/modals/ChannelSettingsModal.tsx:105
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1116
+#: src/components/layout/ChannelItem.tsx:647
+#: src/components/modals/ChannelSettingsModal.tsx:113
#: src/components/modals/components/DesktopChannelSettingsView.tsx:188
msgid "Channel Settings"
msgstr "Paramètres du salon"
@@ -3947,7 +3949,7 @@ msgstr "Consulte notre <0>Bluesky (@fluxer.app)0> pour les mises à jour."
msgid "Check out my custom theme!"
msgstr "Découvre mon thème personnalisé !"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:105
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:109
msgid "Check your connection and try again."
msgstr "Vérifie ta connexion et réessaie."
@@ -3969,8 +3971,8 @@ msgstr "Cases à cocher"
msgid "Checking..."
msgstr "Vérification..."
-#: src/components/pages/ReportPage.tsx:270
-#: src/components/pages/ReportPage.tsx:299
+#: src/components/pages/report/optionDescriptors.ts:51
+#: src/components/pages/report/optionDescriptors.ts:74
#: src/constants/IARConstants.tsx:72
#: src/constants/IARConstants.tsx:175
msgid "Child Safety Concerns"
@@ -3984,6 +3986,10 @@ msgstr "Chinois (simplifié)"
msgid "Chinese (Traditional)"
msgstr "Chinois (traditionnel)"
+#: src/components/pages/report/ReportBreadcrumbs.tsx:46
+msgid "Choose"
+msgstr "Choisir"
+
#: src/components/pages/OAuthAuthorizePage.tsx:898
msgid "Choose a community"
msgstr "Choisis une communauté"
@@ -4080,25 +4086,36 @@ msgstr "Choisis la couleur d'accent de ton profil"
#: src/components/channel/barriers/BarrierComponents.tsx:109
#: src/components/channel/barriers/BarrierComponents.tsx:240
-#: src/components/layout/app-layout/nagbars/UnclaimedAccountNagbar.tsx:47
-#: src/components/modals/ClaimAccountModal.tsx:225
-#: src/components/modals/components/UnclaimedAccountAlert.tsx:34
+#: src/components/channel/dm/AddFriendForm.tsx:57
+#: src/components/layout/app-layout/nagbars/UnclaimedAccountNagbar.tsx:45
+#: src/components/modals/ClaimAccountModal.tsx:227
+#: src/components/modals/components/UnclaimedAccountAlert.tsx:32
+#: src/components/modals/GiftAcceptModal.tsx:170
#: src/components/modals/tabs/AccountSecurityTab/SecurityTab.tsx:206
+#: src/components/modals/tabs/BetaCodesTab.tsx:297
+#: src/components/modals/tabs/GiftInventoryTab.tsx:242
msgid "Claim Account"
msgstr "Récupérer le compte"
-#: src/components/channel/GiftEmbed.tsx:98
-#: src/components/modals/GiftAcceptModal.tsx:154
+#: src/components/channel/GiftEmbed.tsx:109
+msgid "Claim Account to Redeem"
+msgstr "Revendiquer le compte pour échanger"
+
+#: src/components/channel/GiftEmbed.tsx:109
+#: src/components/modals/GiftAcceptModal.tsx:197
#: src/components/pages/GiftLoginPage.tsx:155
#: src/components/pages/GiftRegisterPage.tsx:42
msgid "Claim Gift"
msgstr "Récupérer le cadeau"
-#: src/components/modals/ClaimAccountModal.tsx:141
+#: src/components/channel/dm/AddFriendForm.tsx:53
+#: src/components/modals/ClaimAccountModal.tsx:143
+#: src/components/modals/tabs/BetaCodesTab.tsx:293
+#: src/components/modals/tabs/GiftInventoryTab.tsx:238
msgid "Claim your account"
msgstr "Récupère ton compte"
-#: src/components/modals/ClaimAccountModal.tsx:146
+#: src/components/modals/ClaimAccountModal.tsx:148
msgid "Claim your account by adding an email and password. We will send a verification code to confirm your email before finishing."
msgstr "Récupère ton compte en ajoutant un e-mail et un mot de passe. Nous enverrons un code de vérification pour confirmer ton e-mail avant de terminer."
@@ -4106,11 +4123,68 @@ msgstr "Récupère ton compte en ajoutant un e-mail et un mot de passe. Nous env
msgid "Claim your account to access security features like two-factor authentication and passkeys."
msgstr "Récupère ton compte pour accéder aux fonctions de sécurité comme l'authentification à deux facteurs et les clés de sécurité."
+#: src/components/channel/ChannelHeader/CallButtons.tsx:85
+#: src/components/channel/ChannelHeader/CallButtons.tsx:155
+msgid "Claim your account to call"
+msgstr "Réclame ton compte pour appeler"
+
#: src/components/modals/tabs/MyProfileTab/UsernameSection.tsx:49
msgid "Claim your account to change your FluxerTag"
msgstr "Récupère ton compte pour changer ton FluxerTag"
-#: src/components/modals/GiftAcceptModal.tsx:145
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:146
+msgid "Claim your account to create applications."
+msgstr "Revendiquer votre compte pour créer des applications."
+
+#: src/components/modals/tabs/BetaCodesTab.tsx:294
+msgid "Claim your account to generate beta codes."
+msgstr "Revendiquer votre compte pour générer des codes bêta."
+
+#: src/components/layout/ChannelItem.tsx:208
+#: src/components/layout/ChannelItem.tsx:382
+#: src/stores/voice/MediaEngineFacade.ts:537
+msgid "Claim your account to join this voice channel."
+msgstr "Réclame ton compte pour rejoindre ce salon vocal."
+
+#: src/stores/voice/MediaEngineFacade.ts:170
+msgid "Claim your account to join voice channels you don't own."
+msgstr "Réclame ton compte pour rejoindre des salons vocaux que tu ne possèdes pas."
+
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:55
+#: src/components/modals/components/plutonium/GiftSection.tsx:61
+#: src/components/modals/components/plutonium/PricingSection.tsx:63
+#: src/components/modals/components/plutonium/VisionarySection.tsx:62
+#: src/components/modals/components/PlutoniumContent.tsx:99
+msgid "Claim your account to purchase Fluxer Plutonium."
+msgstr "Revendiquer votre compte pour acheter Fluxer Plutonium."
+
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:112
+msgid "Claim your account to purchase or redeem Fluxer Plutonium."
+msgstr "Revendiquer votre compte pour acheter ou échanger Fluxer Plutonium."
+
+#: src/components/modals/tabs/GiftInventoryTab.tsx:239
+msgid "Claim your account to redeem or manage Plutonium gift codes."
+msgstr "Revendiquer votre compte pour échanger ou gérer des codes de cadeau Plutonium."
+
+#: src/components/channel/GiftEmbed.tsx:99
+#: src/components/modals/GiftAcceptModal.tsx:154
+msgid "Claim your account to redeem this gift."
+msgstr "Revendiquer votre compte pour échanger ce cadeau."
+
+#: src/components/channel/dm/AddFriendForm.tsx:54
+#: src/components/channel/dm/DMWelcomeSection.tsx:109
+#: src/components/modals/UserProfileModal.tsx:1289
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:65
+msgid "Claim your account to send friend requests."
+msgstr "Revendiquer votre compte pour envoyer des demandes d'ami."
+
+#: src/components/channel/ChannelHeader/CallButtons.tsx:54
+#: src/components/channel/ChannelHeader/CallButtons.tsx:124
+#: src/stores/voice/MediaEngineFacade.ts:179
+msgid "Claim your account to start or join 1:1 calls."
+msgstr "Réclame ton compte pour démarrer ou rejoindre des appels 1:1."
+
+#: src/components/modals/GiftAcceptModal.tsx:188
msgid "Claim your gift to activate your premium subscription!"
msgstr "Récupère ton cadeau pour activer ton abonnement premium\\u202f!"
@@ -4164,8 +4238,8 @@ msgstr "Réinitialiser les permissions"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:420
#: src/components/channel/MessageSearchBar/MessageSearchBar.tsx:1424
-#: src/components/channel/shared/PickerSearchInput.tsx:195
-#: src/components/channel/shared/PickerSearchInput.tsx:212
+#: src/components/channel/shared/PickerSearchInput.tsx:194
+#: src/components/channel/shared/PickerSearchInput.tsx:211
#: src/components/modals/components/SettingsSearch.tsx:108
msgid "Clear search"
msgstr "Effacer la recherche"
@@ -4200,11 +4274,11 @@ msgstr "Description de l'autocollant effacée."
msgid "Cleared the topic."
msgstr "Sujet effacé."
-#: src/components/modals/components/MobileSettingsView.tsx:297
+#: src/components/modals/components/MobileSettingsView.tsx:292
msgid "Clearing subscriptions ensures the gateway stops sending messages to this installation."
msgstr "Effacer les abonnements garantit que le point d'accès arrête d'envoyer des messages à cette installation."
-#: src/components/modals/tabs/BetaCodesTab.tsx:366
+#: src/components/modals/tabs/BetaCodesTab.tsx:391
msgid "Click \"Create Code\" to generate your first code."
msgstr "Clique sur «\\u202fCreate Code\\u202f» pour générer ton premier code."
@@ -4240,13 +4314,13 @@ msgstr "Clique pour ajouter une note"
msgid "Click to check and uncheck. Available in square and round styles."
msgstr "Clique pour cocher ou décocher. Disponible en styles carré et rond."
-#: src/components/channel/GiftEmbed.tsx:90
+#: src/components/channel/GiftEmbed.tsx:100
msgid "Click to claim your gift!"
msgstr "Clique pour récupérer ton cadeau\\u202f!"
#: src/components/invites/InviteListItem.tsx:184
#: src/components/modals/components/ClientInfo.tsx:76
-#: src/components/modals/tabs/BetaCodesTab.tsx:172
+#: src/components/modals/tabs/BetaCodesTab.tsx:174
msgid "Click to copy"
msgstr "Clique pour copier"
@@ -4328,12 +4402,12 @@ msgid "Close"
msgstr "Fermer"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:341
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:600
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:602
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1239
-#: src/components/bottomsheets/DMBottomSheet.tsx:302
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:614
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:616
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1263
#: src/components/bottomsheets/DMBottomSheet.tsx:304
-#: src/components/bottomsheets/DMBottomSheet.tsx:557
+#: src/components/bottomsheets/DMBottomSheet.tsx:306
+#: src/components/bottomsheets/DMBottomSheet.tsx:560
#: src/components/channel/dm/DMList.tsx:292
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:82
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:84
@@ -4358,7 +4432,8 @@ msgstr "Thème charbon"
#: src/components/invites/InviteListItem.tsx:54
#: src/components/modals/MfaTotpDisableModal.tsx:64
#: src/components/modals/MfaTotpEnableModal.tsx:91
-#: src/components/modals/tabs/BetaCodesTab.tsx:51
+#: src/components/modals/tabs/BetaCodesTab.tsx:53
+#: src/components/pages/report/ReportBreadcrumbs.tsx:48
msgid "Code"
msgstr "Code"
@@ -4370,7 +4445,8 @@ msgstr "Code et monospace"
msgid "Code Blocks"
msgstr "Blocs de code"
-#: src/components/modals/ClaimAccountModal.tsx:123
+#: src/components/modals/ClaimAccountModal.tsx:125
+#: src/components/pages/ReportPage.tsx:231
msgid "Code resent"
msgstr "Code renvoyé"
@@ -4379,8 +4455,8 @@ msgid "Code sent"
msgstr "Code envoyé"
#: src/components/invites/InviteListItem.tsx:180
-#: src/components/modals/tabs/BetaCodesTab.tsx:104
-#: src/components/modals/tabs/BetaCodesTab.tsx:168
+#: src/components/modals/tabs/BetaCodesTab.tsx:106
+#: src/components/modals/tabs/BetaCodesTab.tsx:170
msgid "Code:"
msgstr "Code\\u202f:"
@@ -4472,7 +4548,7 @@ msgstr "Communauté rendue muette"
msgid "Community Debug"
msgstr "Débogage communauté"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1371
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1395
#: src/components/uikit/ContextMenu/items/CategoryMenuItems.tsx:221
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:239
msgid "Community Default"
@@ -4542,8 +4618,8 @@ msgstr "Paramètres de notification de la communauté"
msgid "Community organizes raids or harassment campaigns"
msgstr "La communauté organise des raids ou campagnes de harcèlement"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:237
-#: src/components/channel/MemberListItem.tsx:102
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:238
+#: src/components/channel/MemberListItem.tsx:109
#: src/components/modals/guildTabs/GuildMembersTab.tsx:145
#: src/components/modals/guildTabs/GuildMembersTab.tsx:197
msgid "Community Owner"
@@ -4567,14 +4643,14 @@ msgstr "La communauté promeut ou facilite des activités illégales"
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:172
#: src/components/modals/components/DesktopGuildSettingsView.tsx:204
-#: src/components/modals/GuildSettingsModal.tsx:168
+#: src/components/modals/GuildSettingsModal.tsx:173
#: src/components/popouts/GuildHeaderPopout.tsx:187
#: src/components/uikit/ContextMenu/items/GuildMenuItems.tsx:360
msgid "Community Settings"
msgstr "Paramètres de la communauté"
-#: src/components/layout/GuildLayout.tsx:301
-#: src/components/layout/GuildLayout.tsx:348
+#: src/components/layout/GuildLayout.tsx:306
+#: src/components/layout/GuildLayout.tsx:353
msgid "Community temporarily unavailable"
msgstr "Communauté temporairement indisponible"
@@ -4782,8 +4858,8 @@ msgstr "Connecté au vocal"
msgid "Connecting..."
msgstr "Connexion en cours..."
-#: src/components/channel/channel-view/DMChannelView.tsx:273
-#: src/components/channel/channel-view/DMChannelView.tsx:323
+#: src/components/channel/channel-view/DMChannelView.tsx:274
+#: src/components/channel/channel-view/DMChannelView.tsx:324
#: src/components/voice/CompactVoiceCallView.tsx:55
msgid "Connecting…"
msgstr "Connexion en cours…"
@@ -4979,7 +5055,7 @@ msgstr "Contrôler ton statut d'activité"
#: src/components/modals/shared/CopyLinkSection.tsx:61
#: src/components/modals/tabs/ApplicationsTab/application-detail/ApplicationHeader.tsx:68
-#: src/components/modals/tabs/GiftInventoryTab.tsx:143
+#: src/components/modals/tabs/GiftInventoryTab.tsx:144
msgid "Copied"
msgstr "Copié"
@@ -5001,7 +5077,7 @@ msgstr "Copié !"
#: src/components/modals/BackupCodesModal.tsx:82
#: src/components/modals/shared/CopyLinkSection.tsx:61
#: src/components/modals/tabs/ApplicationsTab/application-detail/OAuthBuilderSection.tsx:142
-#: src/components/modals/tabs/GiftInventoryTab.tsx:143
+#: src/components/modals/tabs/GiftInventoryTab.tsx:144
msgid "Copy"
msgstr "Copier"
@@ -5017,7 +5093,7 @@ msgstr "Copier l'audio"
msgid "Copy authorize URL"
msgstr "Copier l'URL d'autorisation"
-#: src/components/modals/tabs/BetaCodesTab.tsx:178
+#: src/components/modals/tabs/BetaCodesTab.tsx:180
msgid "Copy beta code"
msgstr "Copier le code bêta"
@@ -5028,8 +5104,8 @@ msgstr "Copier l'ID de la catégorie"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:320
#: src/components/bottomsheets/ChannelBottomSheet.tsx:347
#: src/components/bottomsheets/ChannelBottomSheet.tsx:433
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1293
-#: src/components/bottomsheets/DMBottomSheet.tsx:577
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1317
+#: src/components/bottomsheets/DMBottomSheet.tsx:580
#: src/components/channel/dm/DMList.tsx:271
#: src/components/channel/dm/DMList.tsx:298
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:362
@@ -5090,7 +5166,7 @@ msgstr "Copier l'image"
msgid "Copy invite link"
msgstr "Copier le lien d'invitation"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1154
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1178
#: src/components/modals/tabs/ComponentGalleryTab/ButtonsTab.tsx:182
#: src/components/modals/tabs/ComponentGalleryTab/index.tsx:100
#: src/components/modals/tabs/ComponentGalleryTab/Inline.tsx:95
@@ -5131,15 +5207,15 @@ msgstr "Copier l'ID du sticker"
msgid "Copy Text"
msgstr "Copier le texte"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1285
-#: src/components/bottomsheets/DMBottomSheet.tsx:570
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1309
+#: src/components/bottomsheets/DMBottomSheet.tsx:573
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:370
#: src/components/modals/guildTabs/BannedUserActionsSheet.tsx:74
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:358
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:361
#: src/components/modals/tabs/BlockedUsersTab.tsx:107
#: src/components/modals/UserProfileActionsSheet.tsx:213
#: src/components/modals/UserProfileModal.tsx:1130
-#: src/components/popouts/UserAreaPopout.tsx:507
+#: src/components/popouts/UserAreaPopout.tsx:509
#: src/components/profile/ProfileCard/ProfileCardActions.tsx:60
#: src/components/uikit/ContextMenu/items/CopyMenuItems.tsx:42
msgid "Copy User ID"
@@ -5175,7 +5251,7 @@ msgstr "Compte à rebours"
msgid "Country"
msgstr "Pays"
-#: src/components/pages/ReportPage.tsx:928
+#: src/components/pages/report/ReportStepDetails.tsx:205
msgid "Country of Residence"
msgstr "Pays de résidence"
@@ -5207,7 +5283,7 @@ msgid "Create a new community or join an existing one."
msgstr "Crée une nouvelle communauté ou rejoins-en une existante."
#. placeholder {0}: recipient.username
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:905
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:937
msgid "Create a new group with {0}"
msgstr "Créer un nouveau groupe avec {0}"
@@ -5239,7 +5315,7 @@ msgstr "Créer un compte"
msgid "Create an account to claim your gift"
msgstr "Crée un compte pour réclamer ton cadeau"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:138
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:142
msgid "Create and manage applications and bots for your account."
msgstr "Crée et gère des applications et bots pour ton compte."
@@ -5248,7 +5324,8 @@ msgid "Create and share custom emoji and sticker packs with Fluxer Plutonium."
msgstr "Crée et partage des packs d'emojis et stickers personnalisés avec Fluxer Plutonium."
#: src/components/modals/tabs/ApplicationsTab/ApplicationCreateModal.tsx:87
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:142
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:149
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:155
msgid "Create Application"
msgstr "Créer une application"
@@ -5267,7 +5344,7 @@ msgid "Create Category"
msgstr "Créer une catégorie"
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:180
-#: src/components/layout/ChannelItem.tsx:607
+#: src/components/layout/ChannelItem.tsx:624
#: src/components/modals/ChannelCreateModal.tsx:58
#: src/components/modals/ChannelCreateModal.tsx:103
#: src/components/popouts/GuildHeaderPopout.tsx:194
@@ -5276,8 +5353,8 @@ msgstr "Créer une catégorie"
msgid "Create Channel"
msgstr "Créer un canal"
-#: src/components/modals/tabs/BetaCodesTab.tsx:326
-#: src/components/modals/tabs/BetaCodesTab.tsx:369
+#: src/components/modals/tabs/BetaCodesTab.tsx:351
+#: src/components/modals/tabs/BetaCodesTab.tsx:394
msgid "Create Code"
msgstr "Créer un code"
@@ -5329,7 +5406,7 @@ msgstr "Créer un nouveau compte"
msgid "Create new group"
msgstr "Créer un nouveau groupe"
-#: src/components/modals/InviteModal.tsx:339
+#: src/components/modals/InviteModal.tsx:336
msgid "Create New Link"
msgstr "Créer un nouveau lien"
@@ -5373,7 +5450,7 @@ msgid "Create, edit, or delete webhooks."
msgstr "Créer, modifier ou supprimer des webhooks."
#: src/components/invites/InviteListItem.tsx:59
-#: src/components/modals/tabs/BetaCodesTab.tsx:57
+#: src/components/modals/tabs/BetaCodesTab.tsx:59
msgid "Created"
msgstr "Créé"
@@ -5390,7 +5467,7 @@ msgstr "Créé le {createdAt}"
#. placeholder {0}: invite.pack.creator.username
#. placeholder {0}: pack.creator.username
#: src/components/auth/InviteHeader.tsx:158
-#: src/components/channel/InviteEmbed.tsx:218
+#: src/components/channel/InviteEmbed.tsx:220
#: src/components/modals/InviteAcceptModal.tsx:152
msgid "Created by {0}"
msgstr "Créé par {0}"
@@ -5427,8 +5504,8 @@ msgid "Created with name {newLabel}."
msgstr "Créé avec le nom {newLabel}."
#: src/components/invites/InviteListItem.tsx:207
-#: src/components/modals/tabs/BetaCodesTab.tsx:135
-#: src/components/modals/tabs/BetaCodesTab.tsx:212
+#: src/components/modals/tabs/BetaCodesTab.tsx:137
+#: src/components/modals/tabs/BetaCodesTab.tsx:214
msgid "Created:"
msgstr "Créé :"
@@ -5440,7 +5517,7 @@ msgstr "Collectif d'esprits créatifs"
msgid "Creative Writing Club"
msgstr "Club d'écriture créative"
-#: src/components/pages/ReportPage.tsx:314
+#: src/components/pages/report/optionDescriptors.ts:86
msgid "Croatia"
msgstr "Croatie"
@@ -5519,8 +5596,8 @@ msgid "Currently stuck in 1885, appearing offline"
msgstr "Coincé en 1885, apparaît hors ligne"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:461
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1023
-#: src/components/bottomsheets/DMBottomSheet.tsx:605
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1047
+#: src/components/bottomsheets/DMBottomSheet.tsx:608
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:305
msgid "Currently: {mutedText}"
msgstr "Actuellement : {mutedText}"
@@ -5665,7 +5742,7 @@ msgstr "Personnaliser avatar, bannière, couleur d'accent et bio par communauté
msgid "Cut"
msgstr "Couper"
-#: src/components/pages/ReportPage.tsx:315
+#: src/components/pages/report/optionDescriptors.ts:87
msgid "Cyprus"
msgstr "Chypre"
@@ -5673,7 +5750,7 @@ msgstr "Chypre"
msgid "Czech"
msgstr "Tchèque"
-#: src/components/pages/ReportPage.tsx:316
+#: src/components/pages/report/optionDescriptors.ts:88
msgid "Czech Republic"
msgstr "République tchèque"
@@ -5746,9 +5823,9 @@ msgstr "Format de date"
#: src/components/auth/AuthMinimalRegisterFormCore.tsx:93
#: src/components/auth/AuthRegisterFormCore.tsx:139
-#: src/components/auth/DateOfBirthField.tsx:90
-#: src/components/auth/DateOfBirthField.tsx:124
-#: src/components/auth/DateOfBirthField.tsx:292
+#: src/components/auth/DateOfBirthField.tsx:87
+#: src/components/auth/DateOfBirthField.tsx:121
+#: src/components/auth/DateOfBirthField.tsx:289
#: src/components/auth/MockMinimalRegisterForm.tsx:107
msgid "Date of birth"
msgstr "Date de naissance"
@@ -5757,8 +5834,7 @@ msgstr "Date de naissance"
msgid "Date Options"
msgstr "Options de date"
-#: src/components/auth/DateOfBirthField.tsx:88
-#: src/components/auth/DateOfBirthField.tsx:155
+#: src/components/auth/DateOfBirthField.tsx:152
#: src/components/auth/MockMinimalRegisterForm.tsx:73
msgid "Day"
msgstr "Jour"
@@ -5817,11 +5893,11 @@ msgstr "Révoquer l'autorisation"
msgid "Deauthorize Application"
msgstr "Révoquer l'autorisation de l'application"
-#: src/components/modals/components/MobileSettingsView.tsx:369
+#: src/components/modals/components/MobileSettingsView.tsx:364
msgid "Debug"
msgstr "Déboguer"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1267
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1291
#: src/components/uikit/ContextMenu/items/DebugMenuItems.tsx:71
msgid "Debug Channel"
msgstr "Canal de débogage"
@@ -5844,7 +5920,7 @@ msgstr "Membre de débogage"
msgid "Debug Message"
msgstr "Message de débogage"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1275
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1299
#: src/components/uikit/ContextMenu/items/DebugMenuItems.tsx:53
msgid "Debug User"
msgstr "Utilisateur de débogage"
@@ -5905,8 +5981,8 @@ msgstr "Désactivé par défaut sur mobile pour préserver la batterie et les do
#: src/actions/MessageActionCreators.tsx:394
#: src/components/channel/embeds/media/EmbedAudio.tsx:227
#: src/components/channel/embeds/media/MediaContainer.tsx:115
-#: src/components/channel/Messages.tsx:444
-#: src/components/channel/Messages.tsx:524
+#: src/components/channel/Messages.tsx:442
+#: src/components/channel/Messages.tsx:522
#: src/components/channel/MobileMemesPicker.tsx:546
#: src/components/channel/pickers/memes/MemeGridItem.tsx:120
#: src/components/emojis/EmojiListItem.tsx:189
@@ -5923,7 +5999,7 @@ msgstr "Désactivé par défaut sur mobile pour préserver la batterie et les do
msgid "Delete"
msgstr "Supprimer"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:666
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:680
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:320
msgid "Delete {channelType}"
msgstr "Supprimer {channelType}"
@@ -5987,8 +6063,8 @@ msgstr "Supprimer la catégorie"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:179
#: src/components/bottomsheets/ChannelBottomSheet.tsx:181
#: src/components/bottomsheets/ChannelBottomSheet.tsx:421
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:668
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1224
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:682
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1248
#: src/components/modals/components/DesktopChannelSettingsView.tsx:176
#: src/components/modals/components/MobileChannelSettingsView.tsx:85
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:322
@@ -6021,8 +6097,8 @@ msgstr "Supprimer le média"
#: src/components/channel/MessageActionBar.tsx:804
#: src/components/channel/messageActionMenu.tsx:156
#: src/components/channel/messageActionMenu.tsx:193
-#: src/components/channel/Messages.tsx:441
-#: src/components/channel/Messages.tsx:521
+#: src/components/channel/Messages.tsx:439
+#: src/components/channel/Messages.tsx:519
#: src/components/uikit/ContextMenu/items/MessageMenuItems.tsx:273
msgid "Delete Message"
msgstr "Supprimer le message"
@@ -6114,7 +6190,7 @@ msgstr "Refusé {0} et levé le refus pour {1}."
msgid "Denied {0}."
msgstr "Refusé {0}."
-#: src/components/pages/ReportPage.tsx:317
+#: src/components/pages/report/optionDescriptors.ts:89
msgid "Denmark"
msgstr "Danemark"
@@ -6143,7 +6219,7 @@ msgstr "Décris l'autocollant"
msgid "Describe what expressions are inside this pack."
msgstr "Décris les expressions contenues dans ce pack."
-#: src/components/pages/ReportPage.tsx:946
+#: src/components/pages/report/ReportStepDetails.tsx:225
msgid "Describe what makes the content illegal"
msgstr "Décrivez ce qui rend le contenu illégal"
@@ -6205,6 +6281,10 @@ msgstr "Bannière détachée"
msgid "details"
msgstr "détails"
+#: src/components/pages/report/ReportBreadcrumbs.tsx:49
+msgid "Details"
+msgstr "Détails"
+
#: src/components/modals/AddGuildModal.tsx:150
msgid "Dev Den"
msgstr "Repaire des dev"
@@ -6274,7 +6354,7 @@ msgstr "Tailles et nombres de membres différents"
msgid "Direct message"
msgstr "Message direct"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:477
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:491
#: src/components/modals/shared/RecipientList.tsx:200
msgid "Direct Message"
msgstr "Message direct"
@@ -6516,8 +6596,8 @@ msgstr "Discussion ou promotion d'activités illégales"
#: src/components/layout/app-layout/nagbars/PremiumGracePeriodNagbar.tsx:79
#: src/components/layout/app-layout/nagbars/PremiumOnboardingNagbar.tsx:57
#: src/components/layout/GuildLayout.tsx:106
-#: src/components/modals/GiftAcceptModal.tsx:98
-#: src/components/modals/GiftAcceptModal.tsx:124
+#: src/components/modals/GiftAcceptModal.tsx:105
+#: src/components/modals/GiftAcceptModal.tsx:131
#: src/components/modals/RequiredActionModal.tsx:475
msgid "Dismiss"
msgstr "Ignorer"
@@ -6562,8 +6642,8 @@ msgstr "Afficher les membres du rôle séparément."
msgid "Display separator lines between different groups of messages for better visual distinction."
msgstr "Afficher des lignes de séparation entre les groupes de messages pour mieux les distinguer."
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:613
-#: src/components/bottomsheets/DMBottomSheet.tsx:315
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:627
+#: src/components/bottomsheets/DMBottomSheet.tsx:317
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:97
#: src/components/uikit/ContextMenu/UserContextMenu.tsx:168
msgid "DM closed"
@@ -6581,7 +6661,7 @@ msgstr "Aperçus des messages MP"
msgid "DM Notifications"
msgstr "Notifications de messages privés"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1092
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1116
msgid "DM Settings"
msgstr "Paramètres MP"
@@ -6662,6 +6742,7 @@ msgstr "Ne pas afficher les indicateurs de saisie dans la liste des canaux"
#: src/components/keybinds/KeybindRecorder.tsx:220
#: src/components/modals/GuildNotificationSettingsModal.tsx:347
#: src/components/modals/GuildPrivacySettingsModal.tsx:68
+#: src/components/pages/report/ReportBreadcrumbs.tsx:50
#: src/components/search/HasFilterSheet.tsx:124
#: src/components/search/UserFilterSheet.tsx:149
msgid "Done"
@@ -6843,13 +6924,13 @@ msgstr "Modifier la pièce jointe"
msgid "Edit attachment form"
msgstr "Formulaire de modification de pièce jointe"
-#: src/components/layout/ChannelItem.tsx:630
+#: src/components/layout/ChannelItem.tsx:647
#: src/components/uikit/ContextMenu/items/CategoryMenuItems.tsx:299
msgid "Edit Category"
msgstr "Modifier la catégorie"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:416
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1218
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1242
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:300
msgid "Edit Channel"
msgstr "Modifier le canal"
@@ -6869,8 +6950,8 @@ msgid "Edit global settings like name, description, and icon."
msgstr "Modifier les paramètres globaux comme le nom, la description et l'icône."
#: src/components/bottomsheets/ChannelBottomSheet.tsx:284
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1178
-#: src/components/bottomsheets/DMBottomSheet.tsx:461
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1202
+#: src/components/bottomsheets/DMBottomSheet.tsx:463
#: src/components/channel/dm/DMList.tsx:237
#: src/components/channel/dm/GroupDMWelcomeSection.tsx:74
#: src/components/modals/EditGroupBottomSheet.tsx:177
@@ -6883,7 +6964,7 @@ msgstr "Modifier le groupe"
msgid "Edit group form"
msgstr "Formulaire de modification de groupe"
-#: src/components/modals/InviteModal.tsx:327
+#: src/components/modals/InviteModal.tsx:324
msgid "Edit invite link"
msgstr "Modifier le lien d'invitation"
@@ -6910,10 +6991,10 @@ msgstr "Modifier la note"
msgid "Edit overwrites for roles and members in this channel."
msgstr "Modifier les permissions spécifiques pour les rôles et membres dans ce canal."
-#: src/components/modals/UserProfileMobileSheet.tsx:486
-#: src/components/modals/UserProfileModal.tsx:1205
+#: src/components/modals/UserProfileMobileSheet.tsx:490
+#: src/components/modals/UserProfileModal.tsx:1206
#: src/components/pages/YouPage.tsx:123
-#: src/components/popouts/UserAreaPopout.tsx:519
+#: src/components/popouts/UserAreaPopout.tsx:521
#: src/components/popouts/UserProfilePopout.tsx:299
msgid "Edit Profile"
msgstr "Modifier le profil"
@@ -6966,19 +7047,20 @@ msgstr "Modification du message programmé"
#: src/components/auth/AuthLoginCore/AuthLoginEmailPasswordForm.tsx:78
#: src/components/auth/AuthRegisterFormCore.tsx:133
#: src/components/auth/AuthRegisterFormCore.tsx:159
-#: src/components/modals/ClaimAccountModal.tsx:157
+#: src/components/modals/ClaimAccountModal.tsx:159
#: src/components/modals/RequiredActionModal.tsx:185
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:210
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:241
#: src/components/modals/utils/settingsSearchIndex.ts:94
#: src/components/pages/ForgotPasswordPage.tsx:97
+#: src/components/pages/report/ReportBreadcrumbs.tsx:47
msgid "Email"
msgstr "E-mail"
#: src/components/modals/tabs/AccountSecurityTab/AccountTab.tsx:65
#: src/components/modals/tabs/AccountSecurityTab/AccountTab.tsx:91
#: src/components/modals/tabs/ComponentGalleryTab/InputsTab.tsx:107
-#: src/components/pages/ReportPage.tsx:662
+#: src/components/pages/report/ReportStepEmail.tsx:76
msgid "Email Address"
msgstr "Adresse e-mail"
@@ -7019,10 +7101,6 @@ msgstr "Vérification de l'e-mail requise"
msgid "Email Verification Required"
msgstr "Vérification par e-mail requise"
-#: src/components/pages/ReportPage.tsx:809
-msgid "Email verified"
-msgstr "Email vérifié"
-
#: src/components/modals/tabs/DeveloperOptionsTab/AccountPremiumTab.tsx:56
msgid "Email Verified Override"
msgstr "Dérogation de l'e-mail vérifié"
@@ -7108,7 +7186,7 @@ msgid "Emoji names must be at least 2 characters long and can only contain alpha
msgstr "Les noms d'emoji doivent comporter au moins 2 caractères et ne peuvent contenir que des lettres, chiffres et underscores. Types de fichiers autorisés : JPEG, PNG, WebP, GIF. Nous compressons les images à 128x128 pixels. Taille maximale : {0} Ko par emoji."
#: src/components/auth/InviteHeader.tsx:140
-#: src/components/channel/InviteEmbed.tsx:197
+#: src/components/channel/InviteEmbed.tsx:199
#: src/components/modals/InviteAcceptModal.tsx:142
#: src/components/modals/tabs/ExpressionPacksTab.tsx:70
msgid "Emoji pack"
@@ -7140,7 +7218,7 @@ msgstr "Emoji mis à jour"
#: src/components/channel/AutocompleteEmoji.tsx:67
#: src/components/channel/textarea/TextareaButtons.tsx:150
-#: src/components/modals/ExpressionPickerSheet.tsx:106
+#: src/components/modals/ExpressionPickerSheet.tsx:93
#: src/components/popouts/ExpressionPickerPopout.tsx:95
msgid "Emojis"
msgstr "Emojis"
@@ -7343,11 +7421,11 @@ msgstr "Anglais"
msgid "English (US)"
msgstr "Anglais (US)"
-#: src/components/pages/ReportPage.tsx:429
+#: src/components/pages/ReportPage.tsx:254
msgid "Enter a code in the format ABCD-1234."
msgstr "Entrez un code au format ABCD-1234."
-#: src/components/modals/tabs/GiftInventoryTab.tsx:235
+#: src/components/modals/tabs/GiftInventoryTab.tsx:258
msgid "Enter a gift code to redeem Plutonium for your account."
msgstr "Saisis un code cadeau pour débloquer Plutonium sur ton compte."
@@ -7371,7 +7449,7 @@ msgstr "Saisis le code"
msgid "Enter fullscreen"
msgstr "Passer en plein écran"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:255
+#: src/components/modals/tabs/GiftInventoryTab.tsx:278
msgid "Enter gift code..."
msgstr "Saisis le code cadeau..."
@@ -7414,7 +7492,7 @@ msgstr "Saisis le code à 6 chiffres envoyé sur ton téléphone."
msgid "Enter the API endpoint of the Fluxer instance you want to connect to."
msgstr "Saisis le point de terminaison API de l'instance Fluxer à laquelle tu veux te connecter."
-#: src/components/pages/ReportPage.tsx:424
+#: src/components/pages/ReportPage.tsx:249
msgid "Enter the code before continuing."
msgstr "Saisis le code avant de continuer."
@@ -7430,7 +7508,7 @@ msgstr "Saisis le code envoyé à ton adresse e-mail actuelle."
msgid "Enter the code we emailed to your new address."
msgstr "Saisis le code que nous avons envoyé à ta nouvelle adresse."
-#: src/components/modals/ClaimAccountModal.tsx:190
+#: src/components/modals/ClaimAccountModal.tsx:192
msgid "Enter the code we sent to your email to verify it. Your password will be set once the code is confirmed."
msgstr "Saisis le code que nous avons envoyé à ton e-mail pour le vérifier. Ton mot de passe sera défini une fois le code confirmé."
@@ -7454,13 +7532,9 @@ msgstr "appuie sur Entrée pour <0><1>enregistrer1>0>"
msgid "Enter username"
msgstr "Saisis le nom d'utilisateur"
-#: src/components/pages/ReportPage.tsx:701
-msgid "Enter Verification Code"
-msgstr "Saisis le code de vérification"
-
-#: src/components/pages/ReportPage.tsx:638
-msgid "Enter Your Email"
-msgstr "Saisis ton e-mail"
+#: src/components/pages/report/ReportStepVerification.tsx:64
+msgid "Enter verification code"
+msgstr "Entrez le code de vérification"
#: src/components/pages/ForgotPasswordPage.tsx:87
msgid "Enter your email address and we'll send you a link to reset your password."
@@ -7500,7 +7574,7 @@ msgid "Entrance sound uploaded successfully"
msgstr "Son d'entrée téléchargé avec succès"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:297
-#: src/components/channel/ChannelSearchResults.tsx:691
+#: src/components/channel/ChannelSearchResults.tsx:660
#: src/components/modals/tabs/ComponentGalleryTab/OverlaysTab.tsx:88
msgid "Error"
msgstr "Erreur"
@@ -7522,7 +7596,7 @@ msgstr "Échap quitte le mode clavier"
msgid "escape to <0><1>cancel1>0>"
msgstr "appuie sur Échap pour <0><1>annuler1>0>"
-#: src/components/pages/ReportPage.tsx:318
+#: src/components/pages/report/optionDescriptors.ts:90
msgid "Estonia"
msgstr "Estonie"
@@ -7561,7 +7635,7 @@ msgstr "exclure lien, intégration ou fichier"
msgid "exclude user"
msgstr "exclure l'utilisateur"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:95
+#: src/components/modals/components/plutonium/VisionarySection.tsx:104
msgid "Exclusive community"
msgstr "Communauté exclusive"
@@ -7593,12 +7667,12 @@ msgstr "Développer la catégorie"
msgid "Expiration"
msgstr "Expiration"
-#: src/components/modals/InviteModal.tsx:281
+#: src/components/modals/InviteModal.tsx:278
msgid "Expire after"
msgstr "Expire après"
#: src/components/accounts/AccountRow.tsx:162
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:114
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:133
#: src/components/modals/GroupInvitesBottomSheet.tsx:104
msgid "Expired"
msgstr "Expiré"
@@ -7675,7 +7749,7 @@ msgstr "Packs d'expressions"
msgid "Expression Packs are a Plutonium feature"
msgstr "Les packs d'expressions sont une fonctionnalité Plutonium"
-#: src/components/modals/ExpressionPickerSheet.tsx:232
+#: src/components/modals/ExpressionPickerSheet.tsx:219
#: src/components/popouts/ExpressionPickerPopout.tsx:193
msgid "Expression picker categories"
msgstr "Catégories du sélecteur d'expressions"
@@ -7700,7 +7774,7 @@ msgstr "Les liens externes peuvent être dangereux. Sois prudent."
msgid "Extra Large"
msgstr "Très grand"
-#: src/components/pages/ReportPage.tsx:297
+#: src/components/pages/report/optionDescriptors.ts:72
#: src/constants/IARConstants.tsx:165
msgid "Extremist Community"
msgstr "Communauté extrémiste"
@@ -7749,7 +7823,7 @@ msgstr "Impossible de copier le lien d'invitation"
msgid "Failed to copy to clipboard"
msgstr "Impossible de copier dans le presse-papiers"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:79
+#: src/components/modals/tabs/GiftInventoryTab.tsx:80
msgid "Failed to copy URL"
msgstr "Impossible de copier l'URL"
@@ -7794,7 +7868,7 @@ msgid "Failed to delete category"
msgstr "Impossible de supprimer la catégorie"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:194
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:681
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:695
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:335
msgid "Failed to delete channel"
msgstr "Impossible de supprimer le canal"
@@ -7868,7 +7942,7 @@ msgstr "Impossible de charger les bannissements. Réessaie."
msgid "Failed to load emojis"
msgstr "Impossible de charger les emojis"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:296
+#: src/components/modals/tabs/GiftInventoryTab.tsx:319
msgid "Failed to load gift inventory"
msgstr "Impossible de charger l'inventaire de cadeaux"
@@ -7894,8 +7968,8 @@ msgstr "Impossible de charger les autocollants"
msgid "Failed to load vanity URL. Please try again."
msgstr "Impossible de charger l'URL personnalisée. Réessaie."
-#: src/components/modals/components/PlutoniumContent.tsx:146
-#: src/components/modals/components/PlutoniumContent.tsx:272
+#: src/components/modals/components/PlutoniumContent.tsx:157
+#: src/components/modals/components/PlutoniumContent.tsx:289
msgid "Failed to load Visionary information. Please try again later."
msgstr "Impossible de charger les infos Visionary. Réessaie plus tard."
@@ -7916,19 +7990,19 @@ msgstr "Impossible de charger tes communautés."
msgid "Failed to open customer portal. Please try again."
msgstr "Impossible d'ouvrir le portail client. Réessaie."
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:572
-#: src/components/bottomsheets/DMBottomSheet.tsx:153
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:586
+#: src/components/bottomsheets/DMBottomSheet.tsx:155
#: src/components/channel/dm/DMList.tsx:216
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:121
msgid "Failed to pin DM"
msgstr "Impossible d'épingler le MP"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:572
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:586
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:101
msgid "Failed to pin group"
msgstr "Impossible d'épingler le groupe"
-#: src/components/bottomsheets/DMBottomSheet.tsx:153
+#: src/components/bottomsheets/DMBottomSheet.tsx:155
msgid "Failed to pin group DM"
msgstr "Échec du blocage du DM de groupe"
@@ -7957,7 +8031,7 @@ msgstr "Échec de la connexion à l'instance ({status})"
msgid "Failed to reactivate subscription. Please try again."
msgstr "Impossible de réactiver l'abonnement. Réessaie."
-#: src/components/modals/tabs/GiftInventoryTab.tsx:94
+#: src/components/modals/tabs/GiftInventoryTab.tsx:95
msgid "Failed to redeem gift"
msgstr "Impossible d'échanger le cadeau"
@@ -7998,6 +8072,10 @@ msgstr "Impossible de retirer du groupe"
msgid "Failed to remove timeout. Please try again."
msgstr "Impossible de lever le timeout. Réessaie."
+#: src/components/pages/ReportPage.tsx:236
+msgid "Failed to resend code. Please try again."
+msgstr "Échec de la nouvelle envoi du code. Veuillez réessayer."
+
#: src/components/modals/guildTabs/GuildRolesTab.tsx:674
msgid "Failed to reset hoist order"
msgstr "Impossible de réinitialiser l'ordre de surélévation"
@@ -8018,7 +8096,7 @@ msgstr "Impossible de faire pivoter. Réessaie."
msgid "Failed to send friend request. Please try again."
msgstr "Impossible d'envoyer la demande d'ami. Réessaie."
-#: src/components/bottomsheets/DMBottomSheet.tsx:262
+#: src/components/bottomsheets/DMBottomSheet.tsx:264
#: src/components/modals/InviteModal.tsx:176
#: src/components/uikit/ContextMenu/items/InviteMenuItems.tsx:111
msgid "Failed to send invite"
@@ -8037,7 +8115,7 @@ msgstr "Impossible d'envoyer le code SMS. Réessaie."
msgid "Failed to send theme"
msgstr "Impossible d'envoyer le thème"
-#: src/components/pages/ReportPage.tsx:412
+#: src/components/pages/ReportPage.tsx:234
msgid "Failed to send verification code. Please try again."
msgstr "Impossible d'envoyer le code de vérification. Réessaie."
@@ -8084,19 +8162,19 @@ msgstr "Impossible de transférer la propriété. Réessaie."
msgid "Failed to unblock user. Please try again."
msgstr "Impossible de débloquer l'utilisateur. Réessaie."
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:589
-#: src/components/bottomsheets/DMBottomSheet.tsx:170
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:603
+#: src/components/bottomsheets/DMBottomSheet.tsx:172
#: src/components/channel/dm/DMList.tsx:226
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:138
msgid "Failed to unpin DM"
msgstr "Impossible de désépingler le MP"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:589
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:603
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:118
msgid "Failed to unpin group"
msgstr "Impossible de désépingler le groupe"
-#: src/components/bottomsheets/DMBottomSheet.tsx:170
+#: src/components/bottomsheets/DMBottomSheet.tsx:172
msgid "Failed to unpin group DM"
msgstr "Échec de la désépingler le DM de groupe"
@@ -8298,7 +8376,7 @@ msgstr "Trouve l’autocollant parfait"
msgid "Fine-tune core colors and fonts for this app. Changes here are stored as custom CSS overrides and sync with the editor below."
msgstr "Affinez les couleurs et polices principales de cette appli. Les modifications sont enregistrées comme des remplacements CSS personnalisés et se synchronisent avec l’éditeur ci-dessous."
-#: src/components/pages/ReportPage.tsx:319
+#: src/components/pages/report/optionDescriptors.ts:91
msgid "Finland"
msgstr "Finlande"
@@ -8306,7 +8384,7 @@ msgstr "Finlande"
msgid "Finnish"
msgstr "Finnois"
-#: src/components/pages/ReportPage.tsx:923
+#: src/components/pages/report/ReportStepDetails.tsx:199
msgid "First and last name"
msgstr "Prénom et nom"
@@ -8419,7 +8497,7 @@ msgstr "Fluxer doit pouvoir surveiller le clavier et la souris pour que <0>Push-
msgid "Fluxer Partner"
msgstr "Partenaire Fluxer"
-#: src/components/modals/components/PlutoniumContent.tsx:182
+#: src/components/modals/components/PlutoniumContent.tsx:193
#: src/components/modals/PremiumModal.tsx:34
#: src/components/modals/utils/settingsConstants.tsx:147
#: src/components/popouts/UserProfileBadges.tsx:99
@@ -8483,7 +8561,7 @@ msgstr "Nourriture et boissons"
msgid "Foodie Friends"
msgstr "Amis gourmets"
-#: src/components/bottomsheets/DMBottomSheet.tsx:660
+#: src/components/bottomsheets/DMBottomSheet.tsx:663
msgid "For 1 hour"
msgstr "Pendant 1 heure"
@@ -8497,7 +8575,7 @@ msgstr "Pendant 1 heure"
msgid "For 1 Hour"
msgstr "Pendant 1 heure"
-#: src/components/bottomsheets/DMBottomSheet.tsx:659
+#: src/components/bottomsheets/DMBottomSheet.tsx:662
#: src/components/popouts/UserAreaPopout.tsx:77
msgid "For 15 minutes"
msgstr "Pendant 15 minutes"
@@ -8511,7 +8589,7 @@ msgstr "Pendant 15 minutes"
msgid "For 15 Minutes"
msgstr "Pendant 15 minutes"
-#: src/components/bottomsheets/DMBottomSheet.tsx:663
+#: src/components/bottomsheets/DMBottomSheet.tsx:666
msgid "For 24 hours"
msgstr "Pendant 24 heures"
@@ -8529,7 +8607,7 @@ msgstr "Pendant 24 heures"
msgid "For 3 days"
msgstr "Pendant 3 jours"
-#: src/components/bottomsheets/DMBottomSheet.tsx:661
+#: src/components/bottomsheets/DMBottomSheet.tsx:664
msgid "For 3 hours"
msgstr "Pendant 3 heures"
@@ -8542,7 +8620,7 @@ msgstr "Pendant 3 heures"
msgid "For 3 Hours"
msgstr "Pendant 3 heures"
-#: src/components/bottomsheets/DMBottomSheet.tsx:662
+#: src/components/bottomsheets/DMBottomSheet.tsx:665
msgid "For 8 hours"
msgstr "Pendant 8 heures"
@@ -8560,7 +8638,7 @@ msgstr "Pendant 8 heures"
msgid "For British eyes only..."
msgstr "Pour les yeux britanniques seulement..."
-#: src/components/modals/components/plutonium/PricingSection.tsx:62
+#: src/components/modals/components/plutonium/PricingSection.tsx:68
msgid "For Me"
msgstr "Pour moi"
@@ -8664,15 +8742,15 @@ msgstr "Force le slowmode dans tous les salons"
msgid "Forever"
msgstr "Pour toujours"
-#: src/components/modals/components/MobileSettingsView.tsx:300
+#: src/components/modals/components/MobileSettingsView.tsx:295
msgid "Forget"
msgstr "Oublier"
-#: src/components/modals/components/MobileSettingsView.tsx:327
+#: src/components/modals/components/MobileSettingsView.tsx:322
msgid "Forget Push Subscriptions"
msgstr "Oublier les abonnements push"
-#: src/components/modals/components/MobileSettingsView.tsx:294
+#: src/components/modals/components/MobileSettingsView.tsx:289
msgid "Forget push subscriptions?"
msgstr "Oublier les abonnements push ?"
@@ -8729,7 +8807,7 @@ msgstr "Fréquence d'image"
msgid "Frame rates above 30 fps require Plutonium"
msgstr "Des fréquences supérieures à 30 ips nécessitent Plutonium"
-#: src/components/pages/ReportPage.tsx:320
+#: src/components/pages/report/optionDescriptors.ts:92
msgid "France"
msgstr "France"
@@ -8745,8 +8823,8 @@ msgstr "Utilisateur gratuit (sans achats)"
msgid "Free User (With Purchase History)"
msgstr "Utilisateur gratuit (avec historique d'achats)"
-#: src/components/modals/components/PlutoniumContent.tsx:163
-#: src/components/modals/components/PlutoniumContent.tsx:289
+#: src/components/modals/components/PlutoniumContent.tsx:174
+#: src/components/modals/components/PlutoniumContent.tsx:308
msgid "Free vs Plutonium"
msgstr "Gratuit vs Plutonium"
@@ -8773,12 +8851,13 @@ msgstr "Demande d'ami"
msgid "Friend request sent"
msgstr "Demande d’ami envoyée"
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:68
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:250
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:75
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:89
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:271
msgid "Friend Request Sent"
msgstr "Demande d’ami envoyée"
-#: src/components/channel/dm/AddFriendForm.tsx:144
+#: src/components/channel/dm/AddFriendForm.tsx:167
msgid "Friend request sent!"
msgstr "Demande d’ami envoyée !"
@@ -8787,7 +8866,7 @@ msgstr "Demande d’ami envoyée !"
msgid "Friend Requests"
msgstr "Demandes d’ami"
-#: src/components/channel/dm/AddFriendForm.tsx:137
+#: src/components/channel/dm/AddFriendForm.tsx:160
msgid "Friend's FluxerTag"
msgstr "FluxerTag de l’ami"
@@ -8828,9 +8907,10 @@ msgstr "De {0}"
#. placeholder {0}: creator.username
#. placeholder {1}: creator.discriminator
-#: src/components/channel/GiftEmbed.tsx:87
-#: src/components/modals/GiftAcceptModal.tsx:116
-#: src/components/modals/GiftAcceptModal.tsx:143
+#: src/components/channel/GiftEmbed.tsx:93
+#: src/components/modals/GiftAcceptModal.tsx:123
+#: src/components/modals/GiftAcceptModal.tsx:151
+#: src/components/modals/GiftAcceptModal.tsx:186
msgid "From {0}#{1}"
msgstr "De {0}#{1}"
@@ -8850,7 +8930,7 @@ msgstr "De l’utilisateur"
msgid "from:"
msgstr "de :"
-#: src/components/pages/ReportPage.tsx:919
+#: src/components/pages/report/ReportStepDetails.tsx:195
msgid "Full Legal Name"
msgstr "Nom légal complet"
@@ -8892,7 +8972,7 @@ msgstr "Générer une invitation"
msgid "Generate invite link"
msgstr "Générer un lien d'invitation"
-#: src/components/modals/tabs/BetaCodesTab.tsx:315
+#: src/components/modals/tabs/BetaCodesTab.tsx:340
msgid "Generate up to {MAX_UNCLAIMED_BETA_CODES} unclaimed beta codes to invite friends to Fluxer. You can create 3 codes per week."
msgstr "Génère jusqu'à {MAX_UNCLAIMED_BETA_CODES} codes bêta non réclamés pour inviter des amis sur Fluxer. Tu peux créer 3 codes par semaine."
@@ -8909,7 +8989,7 @@ msgstr "Restreint géographiquement"
msgid "German"
msgstr "Allemand"
-#: src/components/pages/ReportPage.tsx:321
+#: src/components/pages/report/optionDescriptors.ts:93
msgid "Germany"
msgstr "Allemagne"
@@ -8991,13 +9071,13 @@ msgstr "Aperçu GIF"
#: src/components/channel/pickers/gif/GifPickerHeader.tsx:40
#: src/components/channel/pickers/memes/MemesPickerHeader.tsx:57
#: src/components/channel/textarea/TextareaButtons.tsx:110
-#: src/components/modals/ExpressionPickerSheet.tsx:68
+#: src/components/modals/ExpressionPickerSheet.tsx:55
#: src/components/popouts/ExpressionPickerPopout.tsx:69
msgid "GIFs"
msgstr "GIFs"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:122
-#: src/components/modals/GiftAcceptModal.tsx:163
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:141
+#: src/components/modals/GiftAcceptModal.tsx:206
msgid "Gift"
msgstr "Cadeau"
@@ -9030,19 +9110,20 @@ msgstr "Cadeau déjà utilisé"
msgid "Gift Already Redeemed"
msgstr "Cadeau déjà utilisé"
-#: src/components/channel/GiftEmbed.tsx:94
+#: src/components/channel/GiftEmbed.tsx:105
+#: src/components/channel/GiftEmbed.tsx:109
msgid "Gift Claimed"
msgstr "Cadeau réclamé"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:246
+#: src/components/modals/tabs/GiftInventoryTab.tsx:269
msgid "Gift code cannot be empty"
msgstr "Le code cadeau ne peut pas être vide"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:243
+#: src/components/modals/tabs/GiftInventoryTab.tsx:266
msgid "Gift code is required"
msgstr "Le code cadeau est requis"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:250
+#: src/components/modals/tabs/GiftInventoryTab.tsx:273
msgid "Gift code is too long"
msgstr "Le code cadeau est trop long"
@@ -9070,7 +9151,7 @@ msgstr "Cadeau introuvable"
#: src/components/channel/textarea/TextareaButtons.tsx:101
#: src/components/channel/textarea/TextareaButtons.tsx:177
-#: src/components/modals/components/plutonium/GiftSection.tsx:61
+#: src/components/modals/components/plutonium/GiftSection.tsx:67
msgid "Gift Plutonium"
msgstr "Offrir Plutonium"
@@ -9078,23 +9159,23 @@ msgstr "Offrir Plutonium"
msgid "Gift redeemed successfully!"
msgstr "Cadeau utilisé avec succès !"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:89
+#: src/components/modals/tabs/GiftInventoryTab.tsx:90
msgid "Gift redeemed successfully! Enjoy your Plutonium!"
msgstr "Cadeau utilisé avec succès ! Profite bien de ton Plutonium !"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:53
+#: src/components/modals/components/plutonium/VisionarySection.tsx:58
msgid "gift time"
msgstr "temps de cadeau"
-#: src/components/channel/GiftEmbed.tsx:151
+#: src/components/channel/GiftEmbed.tsx:162
msgid "Gift Unavailable"
msgstr "Cadeau indisponible"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:132
+#: src/components/modals/tabs/GiftInventoryTab.tsx:133
msgid "Gift URL"
msgstr "URL du cadeau"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:75
+#: src/components/modals/tabs/GiftInventoryTab.tsx:76
msgid "Gift URL copied to clipboard!"
msgstr "URL du cadeau copiée dans le presse-papiers !"
@@ -9126,7 +9207,7 @@ msgstr "Les raccourcis globaux sont disponibles dans l’application de bureau"
msgid "Glorification of violence or disturbing imagery"
msgstr "Glorification de la violence ou images dérangeantes"
-#: src/components/modals/components/MobileSettingsView.tsx:145
+#: src/components/modals/components/MobileSettingsView.tsx:140
#: src/components/modals/shared/MobileSettingsComponents.tsx:43
msgid "Go back"
msgstr "Retour"
@@ -9143,7 +9224,7 @@ msgstr "Retourner au salon textuel précédemment sélectionné"
msgid "Go forward in navigation history"
msgstr "Avancer dans l’historique"
-#: src/components/channel/InviteEmbed.tsx:259
+#: src/components/channel/InviteEmbed.tsx:261
#: src/components/modals/InviteAcceptModal.tsx:100
msgid "Go to Community"
msgstr "Aller à la communauté"
@@ -9166,15 +9247,15 @@ msgstr "Aller à la connexion"
msgid "Go to message"
msgstr "Aller au message"
-#: src/components/channel/ChannelSearchResults.tsx:841
+#: src/components/channel/ChannelSearchResults.tsx:809
msgid "Go to page"
msgstr "Aller à la page"
-#: src/components/channel/ChannelSearchResults.tsx:808
+#: src/components/channel/ChannelSearchResults.tsx:776
msgid "Go to page {page}"
msgstr "Aller à la page {page}"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:315
+#: src/components/modals/tabs/GiftInventoryTab.tsx:338
msgid "Go to Plutonium"
msgstr "Aller vers Plutonium"
@@ -9195,7 +9276,7 @@ msgstr "Compris"
msgid "Gotcha"
msgstr "Reçu"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:116
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:135
msgid "Grace Period"
msgstr "Période de grâce"
@@ -9203,7 +9284,7 @@ msgstr "Période de grâce"
msgid "Grace Period (Still Have Access)"
msgstr "Période de grâce (accès toujours disponible)"
-#: src/components/modals/InviteModal.tsx:301
+#: src/components/modals/InviteModal.tsx:298
msgid "Grant temporary membership"
msgstr "Accorder une adhésion temporaire"
@@ -9234,7 +9315,7 @@ msgstr "Super réussite !"
msgid "Great success! You can now close this tab and return to the app."
msgstr "Super réussite\\u202f! Tu peux maintenant fermer cet onglet et revenir à l’application."
-#: src/components/pages/ReportPage.tsx:322
+#: src/components/pages/report/optionDescriptors.ts:94
msgid "Greece"
msgstr "Grèce"
@@ -9263,7 +9344,7 @@ msgstr "Autorisations d’ajout dans le chat de groupe"
msgid "Group Chat Permissions"
msgstr "Autorisations des discussions de groupe"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:481
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:495
msgid "Group Direct Message"
msgstr "Message direct de groupe"
@@ -9272,7 +9353,7 @@ msgid "Group DM"
msgstr "MD Groupe"
#. placeholder {0}: channel.recipientIds.length + 1
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:772
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:804
msgid "Group DM · {0} members"
msgstr "MD Groupe · {0} membres"
@@ -9317,12 +9398,12 @@ msgstr "Le nom du groupe ne doit pas dépasser 100 caractères"
msgid "Group Online Status"
msgstr "État en ligne du groupe"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:962
-#: src/components/channel/MemberListItem.tsx:102
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:984
+#: src/components/channel/MemberListItem.tsx:109
msgid "Group Owner"
msgstr "Propriétaire du groupe"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1092
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1116
msgid "Group Settings"
msgstr "Paramètres du groupe"
@@ -9335,11 +9416,11 @@ msgstr "États de saisie du groupe"
msgid "Group updated"
msgstr "Groupe mis à jour"
-#: src/components/pages/ReportPage.tsx:893
+#: src/components/pages/report/ReportStepDetails.tsx:167
msgid "Guild (Community) ID"
msgstr "ID de guilde (communauté)"
-#: src/components/pages/ReportPage.tsx:902
+#: src/components/pages/report/ReportStepDetails.tsx:177
msgid "Guild ID is required."
msgstr "L'identifiant de la guilde est requis."
@@ -9355,13 +9436,13 @@ msgstr "Fiche de guilde"
msgid "Hang on while we check for scheduled messages."
msgstr "Patiente pendant qu’on vérifie les messages planifiés."
-#: src/components/pages/ReportPage.tsx:295
+#: src/components/pages/report/optionDescriptors.ts:70
#: src/constants/IARConstants.tsx:155
msgid "Harassment"
msgstr "Harcèlement"
-#: src/components/pages/ReportPage.tsx:262
-#: src/components/pages/ReportPage.tsx:281
+#: src/components/pages/report/optionDescriptors.ts:43
+#: src/components/pages/report/optionDescriptors.ts:59
#: src/constants/IARConstants.tsx:32
#: src/constants/IARConstants.tsx:109
msgid "Harassment or Bullying"
@@ -9383,9 +9464,9 @@ msgstr "A déjà acheté la surcharge"
msgid "has:"
msgstr "a :"
-#: src/components/pages/ReportPage.tsx:263
-#: src/components/pages/ReportPage.tsx:282
-#: src/components/pages/ReportPage.tsx:296
+#: src/components/pages/report/optionDescriptors.ts:44
+#: src/components/pages/report/optionDescriptors.ts:60
+#: src/components/pages/report/optionDescriptors.ts:71
#: src/constants/IARConstants.tsx:37
#: src/constants/IARConstants.tsx:114
#: src/constants/IARConstants.tsx:160
@@ -9430,7 +9511,7 @@ msgid "Help Center"
msgstr "Centre d’aide"
#. placeholder {0}: user.displayName
-#: src/components/layout/app-layout/nagbars/UnclaimedAccountNagbar.tsx:44
+#: src/components/layout/app-layout/nagbars/UnclaimedAccountNagbar.tsx:42
msgid "Hey {0}, claim your account to prevent losing access."
msgstr "Hey {0}, récupère ton compte pour ne pas perdre l’accès."
@@ -9654,7 +9735,7 @@ msgstr "https://example.com/callback"
msgid "Hungarian"
msgstr "Hongrois"
-#: src/components/pages/ReportPage.tsx:323
+#: src/components/pages/report/optionDescriptors.ts:95
msgid "Hungary"
msgstr "Hongrie"
@@ -9728,8 +9809,8 @@ msgstr "Si tu as reçu un code bêta, tu peux le saisir ci-dessous pour accéder
msgid "If you want to export your data or delete your messages first, please visit the Privacy Dashboard section in User Settings before proceeding."
msgstr "Si tu veux d'abord exporter tes données ou supprimer tes messages, rends-toi dans la section Tableau de bord de la confidentialité dans Paramètres utilisateur avant de continuer."
-#: src/components/channel/channel-view/DMChannelView.tsx:301
-#: src/components/channel/dm/DMWelcomeSection.tsx:119
+#: src/components/channel/channel-view/DMChannelView.tsx:302
+#: src/components/channel/dm/DMWelcomeSection.tsx:131
#: src/components/channel/friends/FriendListItem.tsx:145
#: src/components/channel/friends/FriendListItem.tsx:244
#: src/components/channel/friends/MobileFriendRequestItem.tsx:69
@@ -9740,7 +9821,7 @@ msgstr "Ignorer"
#: src/components/channel/friends/FriendListItem.tsx:143
#: src/components/channel/friends/MobileFriendRequestItem.tsx:67
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:152
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:173
msgid "Ignore Friend Request"
msgstr "Ignorer la demande d'ami"
@@ -9749,8 +9830,8 @@ msgstr "Ignorer la demande d'ami"
msgid "Ignore per-channel message rate limits."
msgstr "Ignorer les limites de fréquence par salon."
-#: src/components/pages/ReportPage.tsx:267
-#: src/components/pages/ReportPage.tsx:298
+#: src/components/pages/report/optionDescriptors.ts:48
+#: src/components/pages/report/optionDescriptors.ts:73
#: src/constants/IARConstants.tsx:57
#: src/constants/IARConstants.tsx:170
msgid "Illegal Activity"
@@ -9762,7 +9843,7 @@ msgid "image"
msgstr "image"
#: src/components/channel/embeds/media/EmbedGifv.tsx:237
-#: src/components/channel/embeds/media/EmbedImage.tsx:369
+#: src/components/channel/embeds/media/EmbedImage.tsx:374
#: src/components/modals/MediaViewerModal.tsx:362
#: src/components/search/HasFilterSheet.tsx:50
#: src/utils/FavoriteMemeUtils.ts:71
@@ -9783,8 +9864,8 @@ msgstr "Aperçu de l'image"
msgid "Images"
msgstr "Images"
-#: src/components/pages/ReportPage.tsx:272
-#: src/components/pages/ReportPage.tsx:284
+#: src/components/pages/report/optionDescriptors.ts:53
+#: src/components/pages/report/optionDescriptors.ts:62
#: src/constants/IARConstants.tsx:82
#: src/constants/IARConstants.tsx:124
msgid "Impersonation"
@@ -9839,7 +9920,7 @@ msgstr "dans {absWeeks} semaines"
msgid "in {absYears} years"
msgstr "dans {absYears} ans"
-#: src/components/channel/channel-view/DMChannelView.tsx:275
+#: src/components/channel/channel-view/DMChannelView.tsx:276
msgid "In call"
msgstr "En appel"
@@ -9880,7 +9961,7 @@ msgstr "Dans ton navigateur, Appuyer pour parler ne fonctionne que lorsque l'ong
msgid "in:"
msgstr "dans :"
-#: src/components/pages/ReportPage.tsx:286
+#: src/components/pages/report/optionDescriptors.ts:64
#: src/constants/IARConstants.tsx:134
msgid "Inappropriate Profile"
msgstr "Profil inapproprié"
@@ -9909,7 +9990,7 @@ msgstr "Inclure toutes les mentions de communauté"
msgid "Include audio from your screen in the share"
msgstr "Inclure l'audio de ton écran dans le partage"
-#: src/components/channel/channel-view/DMChannelView.tsx:269
+#: src/components/channel/channel-view/DMChannelView.tsx:270
#: src/components/voice/IncomingCallUI.tsx:263
#: src/components/voice/IncomingCallUI.tsx:286
#: src/components/voice/IncomingCallUI.tsx:324
@@ -9946,11 +10027,11 @@ msgid "Increase app zoom level"
msgstr "Augmenter le niveau de zoom de l'appli"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:284
-#: src/components/channel/ChannelSearchResults.tsx:679
+#: src/components/channel/ChannelSearchResults.tsx:648
msgid "Indexing Channel"
msgstr "Indexation du salon"
-#: src/components/channel/ChannelSearchResults.tsx:317
+#: src/components/channel/ChannelSearchResults.tsx:274
msgid "Indexing..."
msgstr "Indexation..."
@@ -10032,12 +10113,12 @@ msgstr "Entrées avec icônes"
msgid "Insert emoji"
msgstr "Insérer un emoji"
-#: src/components/channel/InviteEmbed.tsx:198
+#: src/components/channel/InviteEmbed.tsx:200
#: src/components/modals/InviteAcceptModal.tsx:143
msgid "Install Emoji Pack"
msgstr "Installer un pack d'emojis"
-#: src/components/channel/InviteEmbed.tsx:198
+#: src/components/channel/InviteEmbed.tsx:200
#: src/components/modals/InviteAcceptModal.tsx:143
msgid "Install Sticker Pack"
msgstr "Installer un pack de stickers"
@@ -10104,7 +10185,7 @@ msgstr "Code cadeau invalide"
msgid "Invalid instance response: missing webapp URL."
msgstr "Réponse d'instance invalide : URL de l'application web manquante."
-#: src/components/modals/ClaimAccountModal.tsx:108
+#: src/components/modals/ClaimAccountModal.tsx:110
#: src/components/modals/EmailChangeModal.tsx:108
#: src/components/modals/EmailChangeModal.tsx:169
msgid "Invalid or expired code"
@@ -10134,7 +10215,7 @@ msgstr "Bouton inversé cliqué !"
msgid "Invisible"
msgstr "Invisible"
-#: src/components/modals/InviteModal.tsx:257
+#: src/components/modals/InviteModal.tsx:267
#: src/components/modals/tabs/ExpressionPacksTab.tsx:83
#: src/constants/AuditLogConstants.tsx:239
msgid "Invite"
@@ -10144,7 +10225,7 @@ msgstr "Inviter"
msgid "Invite Background"
msgstr "Arrière-plan d'invitation"
-#: src/components/pages/ReportPage.tsx:908
+#: src/components/pages/report/ReportStepDetails.tsx:183
msgid "Invite Code (optional)"
msgstr "Code d'invitation (optionnel)"
@@ -10170,7 +10251,7 @@ msgstr "Inviter des amis"
msgid "Invite friends to {0}"
msgstr "Inviter des amis sur {0}"
-#: src/components/modals/InviteModal.tsx:317
+#: src/components/modals/InviteModal.tsx:314
msgid "Invite link"
msgstr "Lien d'invitation"
@@ -10190,7 +10271,7 @@ msgid "Invite Links"
msgstr "Liens d'invitation"
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:164
-#: src/components/layout/ChannelItem.tsx:599
+#: src/components/layout/ChannelItem.tsx:616
#: src/components/popouts/GuildHeaderPopout.tsx:178
msgid "Invite Members"
msgstr "Inviter des membres"
@@ -10218,7 +10299,7 @@ msgid "Invite Page Preview"
msgstr "Aperçu de la page d'invitation"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:381
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1144
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1168
#: src/components/layout/FavoritesChannelListContent.tsx:305
#: src/components/uikit/ContextMenu/ChannelListContextMenu.tsx:96
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:97
@@ -10236,7 +10317,7 @@ msgstr "Invitation révoquée"
msgid "Invite sent for {0}"
msgstr "Invitation envoyée pour {0}"
-#: src/components/bottomsheets/DMBottomSheet.tsx:256
+#: src/components/bottomsheets/DMBottomSheet.tsx:258
msgid "Invite sent to {guildName}"
msgstr "Invitation envoyée à {guildName}"
@@ -10249,7 +10330,7 @@ msgid "Invite splash preview"
msgstr "Aperçu du splash d'invitation"
#. placeholder {0}: guild.name
-#: src/components/bottomsheets/DMBottomSheet.tsx:499
+#: src/components/bottomsheets/DMBottomSheet.tsx:501
msgid "Invite to {0}"
msgstr "Inviter sur {0}"
@@ -10257,7 +10338,7 @@ msgstr "Inviter sur {0}"
msgid "Invite to Community"
msgstr "Inviter dans la communauté"
-#: src/components/channel/InviteEmbed.tsx:362
+#: src/components/channel/InviteEmbed.tsx:364
msgid "Invite Unavailable"
msgstr "Invitation indisponible"
@@ -10277,7 +10358,7 @@ msgid "Invited by {0}#{1}"
msgstr "Invité par {0}#{1}"
#: src/components/auth/InviteHeader.tsx:159
-#: src/components/channel/InviteEmbed.tsx:222
+#: src/components/channel/InviteEmbed.tsx:224
msgid "Invited by {inviterTag}"
msgstr "Invité par {inviterTag}"
@@ -10290,8 +10371,8 @@ msgid "Inviter:"
msgstr "Invitant :"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:303
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1199
-#: src/components/bottomsheets/DMBottomSheet.tsx:468
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1223
+#: src/components/bottomsheets/DMBottomSheet.tsx:470
#: src/components/channel/dm/DMList.tsx:257
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:145
msgid "Invites"
@@ -10301,11 +10382,11 @@ msgstr "Invitations"
msgid "Invites are currently disabled for this community."
msgstr "Les invitations sont actuellement désactivées pour cette communauté."
-#: src/components/modals/InviteModal.tsx:270
+#: src/components/modals/InviteModal.tsx:237
msgid "Invites are currently disabled in this community by an admin. While this invite can be created, it cannot be accepted until invites are re-enabled."
msgstr "Un administrateur a désactivé les invitations pour cette communauté. Cette invitation peut être créée mais ne sera pas acceptée tant que les invitations ne seront pas réactivées."
-#: src/components/layout/guild-list/GuildListItem.tsx:233
+#: src/components/layout/guild-list/GuildListItem.tsx:234
msgid "Invites are currently paused in this community"
msgstr "Les invitations sont actuellement suspendues dans cette communauté"
@@ -10317,7 +10398,7 @@ msgstr "Les invitations sont verrouillées pour les communautés en aperçu. Ré
msgid "Invites disabled"
msgstr "Invitations désactivées"
-#: src/components/channel/InviteEmbed.tsx:257
+#: src/components/channel/InviteEmbed.tsx:259
#: src/components/modals/InviteAcceptModal.tsx:98
msgid "Invites Disabled"
msgstr "Invitations désactivées"
@@ -10343,7 +10424,7 @@ msgstr "Les invitations vers <0>{0}0> sont actuellement désactivées"
msgid "IP address authorized"
msgstr "Adresse IP autorisée"
-#: src/components/pages/ReportPage.tsx:324
+#: src/components/pages/report/optionDescriptors.ts:96
msgid "Ireland"
msgstr "Irlande"
@@ -10359,7 +10440,7 @@ msgstr "C'est une véritable fiesta de frappe ici"
msgid "Italian"
msgstr "Italien"
-#: src/components/pages/ReportPage.tsx:325
+#: src/components/pages/report/optionDescriptors.ts:97
msgid "Italy"
msgstr "Italie"
@@ -10381,16 +10462,16 @@ msgstr "Rejoindre une communauté"
msgid "Join a community with stickers to get started!"
msgstr "Rejoins une communauté avec des stickers pour commencer !"
-#: src/components/channel/channel-view/DMChannelView.tsx:315
+#: src/components/channel/channel-view/DMChannelView.tsx:316
msgid "Join call"
msgstr "Rejoindre l'appel"
-#: src/components/channel/InviteEmbed.tsx:261
-#: src/components/channel/InviteEmbed.tsx:451
+#: src/components/channel/InviteEmbed.tsx:263
+#: src/components/channel/InviteEmbed.tsx:453
#: src/components/layout/guild-list/AddGuildButton.tsx:71
#: src/components/modals/AddGuildModal.tsx:129
#: src/components/modals/AddGuildModal.tsx:410
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:304
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:342
#: src/components/modals/InviteAcceptModal.tsx:102
#: src/components/modals/InviteAcceptModalPreview.tsx:114
msgid "Join Community"
@@ -10400,7 +10481,7 @@ msgstr "Rejoindre la communauté"
msgid "Join community form"
msgstr "Formulaire pour rejoindre la communauté"
-#: src/components/channel/InviteEmbed.tsx:187
+#: src/components/channel/InviteEmbed.tsx:189
msgid "Join Group"
msgstr "Rejoindre le groupe"
@@ -10416,19 +10497,19 @@ msgstr "Notifications de participation"
msgid "Join Operators Community"
msgstr "Rejoindre la communauté des opérateurs"
-#: src/components/channel/CallMessage.tsx:171
+#: src/components/channel/CallMessage.tsx:165
msgid "Join the call"
msgstr "Rejoindre l’appel"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:122
+#: src/components/channel/ChannelHeader/CallButtons.tsx:159
msgid "Join Video Call"
msgstr "Rejoindre l’appel vidéo"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:118
+#: src/components/channel/ChannelHeader/CallButtons.tsx:150
msgid "Join Video Call ({participantCount} participant)"
msgstr "Rejoindre l'appel vidéo ({participantCount} participant)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:119
+#: src/components/channel/ChannelHeader/CallButtons.tsx:151
msgid "Join Video Call ({participantCount} participants)"
msgstr "Rejoindre l'appel vidéo ({participantCount} participants)"
@@ -10436,15 +10517,15 @@ msgstr "Rejoindre l'appel vidéo ({participantCount} participants)"
msgid "Join Visionary Community"
msgstr "Rejoindre la communauté Visionary"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:70
+#: src/components/channel/ChannelHeader/CallButtons.tsx:89
msgid "Join Voice Call"
msgstr "Rejoindre l’appel vocal"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:66
+#: src/components/channel/ChannelHeader/CallButtons.tsx:80
msgid "Join Voice Call ({participantCount} participant)"
msgstr "Rejoindre l'appel vocal ({participantCount} participant)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:67
+#: src/components/channel/ChannelHeader/CallButtons.tsx:81
msgid "Join Voice Call ({participantCount} participants)"
msgstr "Rejoindre l'appel vocal ({participantCount} participants)"
@@ -10495,7 +10576,7 @@ msgstr "JPEG, PNG, WebP. Max 10\\u00a0Mo. Recommandé : 512×512\\u00a0px"
msgid "JPEG, PNG, WebP. Max 10MB. Recommended: 512×512px. Animated avatars (GIF) require <0/>."
msgstr "JPEG, PNG, WebP. Max 10\\u00a0Mo. Recommandé : 512×512\\u00a0px. Les avatars animés (GIF) nécessitent <0/>."
-#: src/components/channel/ChannelSearchResults.tsx:777
+#: src/components/channel/ChannelSearchResults.tsx:745
#: src/components/pages/MessageListPage.tsx:97
#: src/components/popouts/RecentMentionsContent.tsx:221
#: src/components/popouts/SavedMessagesContent.tsx:102
@@ -10519,11 +10600,11 @@ msgstr "Aller au message"
msgid "Jump to Oldest Unread Message"
msgstr "Aller au plus ancien message non lu"
-#: src/components/channel/ChannelSearchResults.tsx:872
+#: src/components/channel/ChannelSearchResults.tsx:840
msgid "Jump to page"
msgstr "Aller à la page"
-#: src/components/channel/Messages.tsx:917
+#: src/components/channel/Messages.tsx:915
msgid "Jump to Present"
msgstr "Aller au présent"
@@ -10612,7 +10693,7 @@ msgid "Keyboard Shortcuts"
msgstr "Raccourcis clavier"
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:344
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:311
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:314
#: src/components/modals/KickMemberModal.tsx:58
#: src/components/modals/UserProfileActionsSheet.tsx:253
msgid "Kick"
@@ -10702,7 +10783,7 @@ msgstr "Latence : {latency} millisecondes"
msgid "Latency graph"
msgstr "Graphique de latence"
-#: src/components/pages/ReportPage.tsx:326
+#: src/components/pages/report/optionDescriptors.ts:98
msgid "Latvia"
msgstr "Lettonie"
@@ -10729,10 +10810,10 @@ msgstr "Quitter la communauté"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:248
#: src/components/bottomsheets/ChannelBottomSheet.tsx:250
#: src/components/bottomsheets/ChannelBottomSheet.tsx:314
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1253
-#: src/components/bottomsheets/DMBottomSheet.tsx:337
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1277
#: src/components/bottomsheets/DMBottomSheet.tsx:339
-#: src/components/bottomsheets/DMBottomSheet.tsx:551
+#: src/components/bottomsheets/DMBottomSheet.tsx:341
+#: src/components/bottomsheets/DMBottomSheet.tsx:554
#: src/components/channel/dm/DMList.tsx:265
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:159
#: src/hooks/useLeaveGroup.tsx:42
@@ -10740,27 +10821,27 @@ msgstr "Quitter la communauté"
msgid "Leave Group"
msgstr "Quitter le groupe"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:122
+#: src/components/channel/ChannelHeader/CallButtons.tsx:157
msgid "Leave Video Call"
msgstr "Quitter l’appel vidéo"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:113
+#: src/components/channel/ChannelHeader/CallButtons.tsx:145
msgid "Leave Video Call ({participantCount} participant)"
msgstr "Quitter l'appel vidéo ({participantCount} participant)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:114
+#: src/components/channel/ChannelHeader/CallButtons.tsx:146
msgid "Leave Video Call ({participantCount} participants)"
msgstr "Quitter l'appel vidéo ({participantCount} participants)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:70
+#: src/components/channel/ChannelHeader/CallButtons.tsx:87
msgid "Leave Voice Call"
msgstr "Quitter l’appel vocal"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:61
+#: src/components/channel/ChannelHeader/CallButtons.tsx:75
msgid "Leave Voice Call ({participantCount} participant)"
msgstr "Quitter l'appel vocal ({participantCount} participant)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:62
+#: src/components/channel/ChannelHeader/CallButtons.tsx:76
msgid "Leave Voice Call ({participantCount} participants)"
msgstr "Quitter l'appel vocal ({participantCount} participants)"
@@ -10785,7 +10866,7 @@ msgstr "Aligné à gauche"
msgid "Left community"
msgstr "A quitté la communauté"
-#: src/components/bottomsheets/DMBottomSheet.tsx:350
+#: src/components/bottomsheets/DMBottomSheet.tsx:352
#: src/hooks/useLeaveGroup.tsx:56
msgid "Left group"
msgstr "A quitté le groupe"
@@ -10798,7 +10879,7 @@ msgstr "Icône gauche"
msgid "Left Tooltip"
msgstr "Infobulle gauche"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:90
+#: src/components/modals/components/plutonium/VisionarySection.tsx:99
msgid "Let people add you without needing a 4-digit tag"
msgstr "Laisse les gens t’ajouter sans avoir besoin d’un tag à 4 chiffres"
@@ -10810,17 +10891,13 @@ msgstr "Laisse la communauté s’auto-modérer"
msgid "Letters (a-z, A-Z), numbers (0-9), and underscores (_) only"
msgstr "Lettres (a-z, A-Z), chiffres (0-9) et tirets bas (_) uniquement"
-#: src/components/pages/ReportPage.tsx:729
-msgid "Letters and numbers only. You can paste the code—formatting is automatic."
-msgstr "Seulement des lettres et des chiffres. Vous pouvez coller le code—le formatage est automatique."
-
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:120
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:139
#: src/components/modals/tabs/DeveloperOptionsTab/AccountPremiumTab.tsx:49
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:371
msgid "Lifetime"
msgstr "Durée de vie"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:73
+#: src/components/modals/components/plutonium/VisionarySection.tsx:82
#: src/utils/giftUtils.ts:58
msgid "Lifetime Plutonium"
msgstr "Plutonium à vie"
@@ -10838,7 +10915,7 @@ msgid "Liked!"
msgstr "Tu as aimé !"
#. placeholder {0}: formatter.format(visionarySlots.total)
-#: src/components/modals/components/plutonium/VisionarySection.tsx:61
+#: src/components/modals/components/plutonium/VisionarySection.tsx:70
msgid "Limited to {0} users. One-time purchase, lifetime access."
msgstr "Limité à {0} utilisateurs. Achat unique, accès à vie."
@@ -10856,7 +10933,7 @@ msgstr "Lien"
msgid "Link channel"
msgstr "Lier le salon"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:530
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:544
#: src/components/uikit/ContextMenu/MediaContextMenu.tsx:145
#: src/components/uikit/ContextMenu/MediaContextMenu.tsx:228
msgid "Link copied to clipboard"
@@ -10902,7 +10979,7 @@ msgstr "Listes"
msgid "Lists members with this role in their own section in the member list."
msgstr "Place les membres ayant ce rôle dans leur propre section de la liste des membres."
-#: src/components/pages/ReportPage.tsx:327
+#: src/components/pages/report/optionDescriptors.ts:99
msgid "Lithuania"
msgstr "Lituanie"
@@ -10934,7 +11011,7 @@ msgstr "Chargement des bannissements…"
msgid "Loading communities..."
msgstr "Chargement des communautés…"
-#: src/components/channel/embeds/media/EmbedImage.tsx:363
+#: src/components/channel/embeds/media/EmbedImage.tsx:368
msgid "Loading image"
msgstr "Chargement de l’image"
@@ -10947,7 +11024,7 @@ msgid "Loading more..."
msgstr "Chargement de plus…"
#: src/components/channel/embeds/media/EmbedGifv.tsx:493
-#: src/components/channel/embeds/media/EmbedGifv.tsx:721
+#: src/components/channel/embeds/media/EmbedGifv.tsx:745
msgid "Loading placeholder"
msgstr "Espace réservé de chargement"
@@ -10971,7 +11048,7 @@ msgstr "Chargement du thème…"
msgid "Loading verification methods..."
msgstr "Chargement des méthodes de vérification…"
-#: src/components/channel/embeds/media/EmbedImage.tsx:363
+#: src/components/channel/embeds/media/EmbedImage.tsx:368
msgid "Loading: {alt}"
msgstr "Chargement\\u00a0: {alt}"
@@ -11021,7 +11098,7 @@ msgid "Log in with a passkey"
msgstr "Connexion avec une clé de sécurité"
#: src/components/modals/components/DesktopSettingsView.tsx:346
-#: src/components/modals/components/MobileSettingsView.tsx:362
+#: src/components/modals/components/MobileSettingsView.tsx:357
#: src/components/pages/PendingVerificationPage.tsx:151
msgid "Log Out"
msgstr "Déconnexion"
@@ -11101,7 +11178,7 @@ msgstr "Faible"
msgid "Low (480p)"
msgstr "Faible (480p)"
-#: src/components/pages/ReportPage.tsx:328
+#: src/components/pages/report/optionDescriptors.ts:100
msgid "Luxembourg"
msgstr "Luxembourg"
@@ -11114,16 +11191,16 @@ msgstr "Nommer propriétaire du groupe"
msgid "Make links to websites stand out more by always underlining them."
msgstr "Fais ressortir les liens vers des sites en les soulignant systématiquement."
-#: src/components/pages/ReportPage.tsx:271
+#: src/components/pages/report/optionDescriptors.ts:52
#: src/constants/IARConstants.tsx:77
msgid "Malicious Links"
msgstr "Liens malveillants"
-#: src/components/pages/ReportPage.tsx:329
+#: src/components/pages/report/optionDescriptors.ts:101
msgid "Malta"
msgstr "Malte"
-#: src/components/pages/ReportPage.tsx:302
+#: src/components/pages/report/optionDescriptors.ts:77
#: src/constants/IARConstants.tsx:190
msgid "Malware Distribution"
msgstr "Distribution de logiciels malveillants"
@@ -11214,7 +11291,7 @@ msgid "Manage slash commands for this application"
msgstr "Gérer les commandes slash pour cette application"
#: src/components/layout/app-layout/nagbars/PremiumGracePeriodNagbar.tsx:83
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:288
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:324
msgid "Manage Subscription"
msgstr "Gérer l'abonnement"
@@ -11227,7 +11304,7 @@ msgstr "Gérer l'adresse e-mail utilisée pour te connecter à Fluxer"
msgid "Manage Webhooks"
msgstr "Gérer les webhooks"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:100
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:104
msgid "Manage your applications and bots."
msgstr "Gérer tes applications et bots."
@@ -11243,7 +11320,7 @@ msgstr "Gérer tes cadeaux"
msgid "Manage your phone number for SMS two-factor authentication"
msgstr "Gérer ton numéro de téléphone pour l'authentification à deux facteurs par SMS"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:280
+#: src/components/modals/tabs/GiftInventoryTab.tsx:303
msgid "Manage your purchased Plutonium gift codes. Share the gift URL with someone special or redeem it for yourself!"
msgstr "Gérer tes codes cadeaux Plutonium achetés. Partage l'URL du cadeau avec quelqu'un de spécial ou utilise-le toi-même !"
@@ -11256,8 +11333,8 @@ msgid "Mark as 18+ (NSFW)"
msgstr "Marquer comme 18+ (contenu sensible)"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:358
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1115
-#: src/components/bottomsheets/DMBottomSheet.tsx:388
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1139
+#: src/components/bottomsheets/DMBottomSheet.tsx:390
#: src/components/channel/NewMessagesBar.tsx:60
#: src/components/uikit/ContextMenu/items/CategoryMenuItems.tsx:81
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:79
@@ -11319,7 +11396,7 @@ msgstr "Markdown"
msgid "Markdown Preview"
msgstr "Aperçu Markdown"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:516
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:530
msgid "Marked as read"
msgstr "Marqué comme lu"
@@ -11347,7 +11424,7 @@ msgstr "Repères sous le curseur"
msgid "Marty_McFly"
msgstr "Marty_McFly"
-#: src/components/modals/ClaimAccountModal.tsx:160
+#: src/components/modals/ClaimAccountModal.tsx:162
#: src/components/modals/EmailChangeModal.tsx:254
msgid "marty@example.com"
msgstr "marty@example.com"
@@ -11356,7 +11433,7 @@ msgstr "marty@example.com"
msgid "Mask Visionary as subscription"
msgstr "Masquer Visionary comme abonnement"
-#: src/components/modals/InviteModal.tsx:291
+#: src/components/modals/InviteModal.tsx:288
msgid "Max number of uses"
msgstr "Nombre maximum d’utilisations"
@@ -11393,7 +11470,8 @@ msgstr "La qualité maximale de la caméra est 1080p"
msgid "Maximum quality, requires very fast connection"
msgstr "Qualité maximale, nécessite une connexion très rapide"
-#: src/components/modals/GiftAcceptModal.tsx:151
+#: src/components/modals/GiftAcceptModal.tsx:161
+#: src/components/modals/GiftAcceptModal.tsx:194
msgid "Maybe later"
msgstr "Peut-être plus tard"
@@ -11411,7 +11489,7 @@ msgstr "Mesure…"
#: src/components/channel/AutocompleteEmoji.tsx:154
#: src/components/channel/textarea/TextareaButtons.tsx:122
-#: src/components/modals/ExpressionPickerSheet.tsx:77
+#: src/components/modals/ExpressionPickerSheet.tsx:64
#: src/components/modals/tabs/ChatSettingsTab.tsx:43
#: src/components/modals/tabs/ChatSettingsTab/Inline.tsx:37
#: src/components/modals/utils/settingsConstants.tsx:298
@@ -11504,8 +11582,8 @@ msgstr "Vérification des membres"
msgid "Member verification level"
msgstr "Niveau de vérification des membres"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:877
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:913
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:909
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:945
#: src/components/modals/guildTabs/GuildMembersTab.tsx:429
#: src/components/modals/shared/AddOverridePopout.tsx:176
#: src/components/modals/utils/guildSettingsConstants.tsx:157
@@ -11536,7 +11614,7 @@ msgstr "Membres supprimés"
msgid "Members receive notifications for every message"
msgstr "Les membres reçoivent une notification pour chaque message"
-#: src/components/modals/InviteModal.tsx:302
+#: src/components/modals/InviteModal.tsx:299
msgid "Members will be removed when they go offline unless a role is assigned"
msgstr "Les membres seront retirés lorsqu’ils seront hors ligne sauf si un rôle est attribué"
@@ -11608,11 +11686,11 @@ msgid "mentions:"
msgstr "mentions :"
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:234
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:218
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:220
#: src/components/modals/tabs/ComponentGalleryTab/InputsTab.tsx:164
-#: src/components/modals/UserProfileMobileSheet.tsx:497
-#: src/components/modals/UserProfileModal.tsx:1189
-#: src/components/modals/UserProfileModal.tsx:1311
+#: src/components/modals/UserProfileMobileSheet.tsx:501
+#: src/components/modals/UserProfileModal.tsx:1190
+#: src/components/modals/UserProfileModal.tsx:1316
#: src/components/popouts/UserProfilePopout.tsx:289
#: src/components/popouts/UserProfilePopout.tsx:308
#: src/components/profile/ProfilePreview.tsx:292
@@ -11689,7 +11767,7 @@ msgstr "Regroupement des messages"
msgid "Message is too long"
msgstr "Le message est trop long"
-#: src/components/pages/ReportPage.tsx:837
+#: src/components/pages/report/ReportStepDetails.tsx:107
msgid "Message Link"
msgstr "Lien du message"
@@ -11744,7 +11822,7 @@ msgstr "Messages et médias"
msgid "Messages Deleted"
msgstr "Messages supprimés"
-#: src/components/channel/Messages.tsx:938
+#: src/components/channel/Messages.tsx:936
msgid "Messages failed to load"
msgstr "Échec du chargement des messages"
@@ -11888,22 +11966,21 @@ msgstr "Modération"
msgid "Monospace font family"
msgstr "Famille de police monospace"
-#: src/components/auth/DateOfBirthField.tsx:87
-#: src/components/auth/DateOfBirthField.tsx:154
+#: src/components/auth/DateOfBirthField.tsx:151
#: src/components/auth/MockMinimalRegisterForm.tsx:68
msgid "Month"
msgstr "Mois"
-#: src/components/modals/components/plutonium/PricingSection.tsx:71
+#: src/components/modals/components/plutonium/PricingSection.tsx:78
msgid "Monthly"
msgstr "Mensuel"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:63
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:73
msgid "Monthly {monthlyPrice}"
msgstr "Mensuel {monthlyPrice}"
#: src/components/accounts/AccountRow.tsx:178
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:863
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:895
#: src/components/channel/friends/FriendListItem.tsx:229
#: src/components/channel/MessageActionBar.tsx:647
#: src/components/channel/MessageActionBar.tsx:776
@@ -11936,7 +12013,7 @@ msgstr "Plus d’emplacements d’autocollants"
msgid "Most popular"
msgstr "Le plus populaire"
-#: src/components/channel/ChannelSearchResults.tsx:225
+#: src/components/channel/ChannelSearchResults.tsx:182
#: src/components/search/SortModeSheet.tsx:53
msgid "Most Relevant"
msgstr "Le plus pertinent"
@@ -12015,7 +12092,7 @@ msgstr "Contenu multilingue"
msgid "Music Lovers"
msgstr "Amoureux de la musique"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:850
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:882
#: src/components/bottomsheets/VoiceLobbyBottomSheet.tsx:179
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:253
#: src/components/layout/UserArea.tsx:213
@@ -12055,7 +12132,7 @@ msgstr "Mettre le salon en sourdine"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:400
#: src/components/bottomsheets/ChannelBottomSheet.tsx:452
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1010
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1034
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:171
#: src/components/modals/GuildNotificationSettingsModal.tsx:295
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:168
@@ -12069,9 +12146,9 @@ msgstr "Mettre le salon en sourdine"
msgid "Mute Community"
msgstr "Mettre la communauté en sourdine"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1012
-#: src/components/bottomsheets/DMBottomSheet.tsx:449
-#: src/components/bottomsheets/DMBottomSheet.tsx:590
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1036
+#: src/components/bottomsheets/DMBottomSheet.tsx:451
+#: src/components/bottomsheets/DMBottomSheet.tsx:593
msgid "Mute Conversation"
msgstr "Mettre la conversation en sourdine"
@@ -12096,7 +12173,7 @@ msgstr "Mettre les membres en sourdine"
msgid "Mute User"
msgstr "Mettre l'utilisateur en sourdine"
-#: src/components/layout/guild-list/GuildListItem.tsx:193
+#: src/components/layout/guild-list/GuildListItem.tsx:194
#: src/components/layout/VoiceStateIcons.tsx:53
#: src/components/voice/VoiceParticipantTile.tsx:897
#: src/utils/ContextMenuUtils.tsx:159
@@ -12105,7 +12182,7 @@ msgstr "En sourdine"
#. placeholder {0}: DateUtils.getFormattedDateTime(new Date(muteConfig.end_time))
#. placeholder {0}: getFormattedDateTime(new Date(muteConfig.end_time))
-#: src/components/layout/guild-list/GuildListItem.tsx:191
+#: src/components/layout/guild-list/GuildListItem.tsx:192
#: src/utils/ContextMenuUtils.tsx:157
msgid "Muted until {0}"
msgstr "Sourdine jusqu'au {0}"
@@ -12253,7 +12330,7 @@ msgstr "Besoin d'un compte ?"
msgid "Neighborhood Watch"
msgstr "Veille de quartier"
-#: src/components/pages/ReportPage.tsx:330
+#: src/components/pages/report/optionDescriptors.ts:102
msgid "Netherlands"
msgstr "Pays-Bas"
@@ -12261,9 +12338,9 @@ msgstr "Pays-Bas"
msgid "Network"
msgstr "Réseau"
-#: src/components/modals/components/PlutoniumContent.tsx:145
-#: src/components/modals/components/PlutoniumContent.tsx:271
-#: src/components/modals/tabs/BetaCodesTab.tsx:295
+#: src/components/modals/components/PlutoniumContent.tsx:156
+#: src/components/modals/components/PlutoniumContent.tsx:288
+#: src/components/modals/tabs/BetaCodesTab.tsx:320
#: src/components/modals/tabs/DevicesTab.tsx:229
msgid "Network error"
msgstr "Erreur réseau"
@@ -12290,7 +12367,7 @@ msgstr "n'expire jamais"
#: src/components/channel/Divider.tsx:51
#: src/components/channel/Divider.tsx:60
#: src/components/channel/UnreadDividerSlot.tsx:45
-#: src/components/layout/GuildsLayout.tsx:285
+#: src/components/layout/GuildsLayout.tsx:283
msgid "New"
msgstr "Nouveau"
@@ -12311,7 +12388,7 @@ msgstr "Nouvel e-mail"
msgid "New email form"
msgstr "Formulaire de nouvel e-mail"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:902
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:934
msgid "New Group"
msgstr "Nouveau groupe"
@@ -12334,7 +12411,7 @@ msgid "new-channel"
msgstr "nouveau-salon"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:446
-#: src/components/channel/ChannelSearchResults.tsx:223
+#: src/components/channel/ChannelSearchResults.tsx:180
msgid "Newest"
msgstr "Le plus récent"
@@ -12394,7 +12471,7 @@ msgstr "Le surnom ne doit pas dépasser 32 caractères"
msgid "Nickname updated"
msgstr "Surnom mis à jour"
-#: src/components/layout/GuildLayout.tsx:392
+#: src/components/layout/GuildLayout.tsx:397
msgid "No accessible channels"
msgstr "Aucun salon accessible"
@@ -12431,7 +12508,7 @@ msgstr "Aucun utilisateur banni"
msgid "No bans found matching your search."
msgstr "Aucun bannissement correspondant à ta recherche."
-#: src/components/modals/tabs/BetaCodesTab.tsx:365
+#: src/components/modals/tabs/BetaCodesTab.tsx:390
msgid "No beta codes yet"
msgstr "Pas encore de codes bêta"
@@ -12471,7 +12548,7 @@ msgstr "Aucun salon disponible"
msgid "No channels found"
msgstr "Aucun salon trouvé"
-#: src/components/modals/tabs/BetaCodesTab.tsx:275
+#: src/components/modals/tabs/BetaCodesTab.tsx:279
msgid "No codes remaining. Resets {resetString}"
msgstr "Plus de codes disponibles. Réinitialisation {resetString}"
@@ -12484,7 +12561,7 @@ msgid "No community banner"
msgstr "Pas de bannière de communauté"
#: src/components/auth/InviteHeader.tsx:156
-#: src/components/channel/InviteEmbed.tsx:215
+#: src/components/channel/InviteEmbed.tsx:217
#: src/components/modals/InviteAcceptModal.tsx:148
#: src/components/modals/tabs/ExpressionPacksTab.tsx:73
msgid "No description provided."
@@ -12516,7 +12593,7 @@ msgstr "Pas encore d’amis"
msgid "No GIFs found"
msgstr "Aucun GIF trouvé"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:311
+#: src/components/modals/tabs/GiftInventoryTab.tsx:334
msgid "No gifts yet"
msgstr "Pas encore de cadeaux"
@@ -12656,7 +12733,7 @@ msgid "No results"
msgstr "Aucun résultat"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:315
-#: src/components/channel/ChannelSearchResults.tsx:709
+#: src/components/channel/ChannelSearchResults.tsx:678
msgid "No Results"
msgstr "Aucun résultat"
@@ -12717,7 +12794,7 @@ msgstr "Aucun canal système"
msgid "No Timer"
msgstr "Pas de minuteur"
-#: src/components/channel/dm/AddFriendForm.tsx:70
+#: src/components/channel/dm/AddFriendForm.tsx:93
msgid "No user found with that FluxerTag."
msgstr "Aucun utilisateur trouvé avec ce FluxerTag."
@@ -12797,7 +12874,7 @@ msgstr "Pas maintenant"
msgid "Not your cup of tea? You can disable this feature anytime."
msgstr "Ça ne te plaît pas ? Tu peux désactiver cette fonctionnalité à tout moment."
-#: src/components/modals/UserProfileMobileSheet.tsx:549
+#: src/components/modals/UserProfileMobileSheet.tsx:553
#: src/components/modals/UserProfileModal.tsx:244
#: src/components/modals/UserProfileModal.tsx:248
#: src/components/pages/YouPage.tsx:144
@@ -12813,7 +12890,7 @@ msgstr "Note (visible uniquement pour toi)"
msgid "nothing"
msgstr "rien"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1387
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1411
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:218
#: src/components/modals/GuildNotificationSettingsModal.tsx:95
#: src/components/modals/GuildNotificationSettingsModal.tsx:226
@@ -12835,8 +12912,8 @@ msgid "Notification Overrides"
msgstr "Remplacement des notifications"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:405
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1160
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1341
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1184
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1365
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:199
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsButton.tsx:59
#: src/components/modals/GuildNotificationSettingsModal.tsx:162
@@ -12904,17 +12981,17 @@ msgstr "Contenu NSFW non autorisé"
msgid "NSFW Gates"
msgstr "Portails NSFW"
-#: src/components/pages/ReportPage.tsx:266
+#: src/components/pages/report/optionDescriptors.ts:47
#: src/constants/IARConstants.tsx:52
msgid "NSFW Policy Violation"
msgstr "Violation de la politique NSFW"
#. placeholder {0}: formatter.format(visionarySlots.total)
-#: src/components/modals/components/plutonium/VisionarySection.tsx:82
+#: src/components/modals/components/plutonium/VisionarySection.tsx:91
msgid "Numbered badge (1-{0}) showing your Visionary status"
msgstr "Badge numéroté (1-{0}) montrant votre statut Visionnaire"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:83
+#: src/components/modals/components/plutonium/VisionarySection.tsx:92
msgid "Numbered badge showing your Visionary status"
msgstr "Badge numéroté indiquant ton statut Visionnaire"
@@ -12933,8 +13010,8 @@ msgstr "Objets"
msgid "Off"
msgstr "Désactivé"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:281
-#: src/components/channel/ChannelMembers.tsx:137
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:287
+#: src/components/channel/ChannelMembers.tsx:108
#: src/Constants.tsx:134
#: src/utils/MemberListUtils.ts:150
#: src/utils/MemberListUtils.ts:188
@@ -12962,7 +13039,7 @@ msgid "Okay"
msgstr "D'accord"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:446
-#: src/components/channel/ChannelSearchResults.tsx:224
+#: src/components/channel/ChannelSearchResults.tsx:181
msgid "Oldest"
msgstr "Le plus ancien"
@@ -13020,25 +13097,25 @@ msgstr "Un ou plusieurs canaux sont en cours d'indexation"
msgid "one second ago"
msgstr "il y a une seconde"
-#: src/components/modals/components/plutonium/GiftSection.tsx:71
-#: src/components/modals/components/plutonium/GiftSection.tsx:80
-#: src/components/modals/components/plutonium/PricingSection.tsx:103
-#: src/components/modals/components/plutonium/PricingSection.tsx:112
+#: src/components/modals/components/plutonium/GiftSection.tsx:78
+#: src/components/modals/components/plutonium/GiftSection.tsx:90
+#: src/components/modals/components/plutonium/PricingSection.tsx:118
+#: src/components/modals/components/plutonium/PricingSection.tsx:130
msgid "one-time purchase"
msgstr "achat unique"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:65
+#: src/components/modals/components/plutonium/VisionarySection.tsx:74
msgid "One-time purchase, lifetime access."
msgstr "Achat unique, accès à vie."
-#: src/components/modals/components/plutonium/GiftSection.tsx:89
-#: src/components/modals/components/plutonium/PricingSection.tsx:90
-#: src/components/modals/components/plutonium/PricingSection.tsx:121
+#: src/components/modals/components/plutonium/GiftSection.tsx:102
+#: src/components/modals/components/plutonium/PricingSection.tsx:103
+#: src/components/modals/components/plutonium/PricingSection.tsx:142
msgid "one-time, lifetime"
msgstr "unique, à vie"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:281
-#: src/components/channel/ChannelMembers.tsx:135
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:285
+#: src/components/channel/ChannelMembers.tsx:106
#: src/components/channel/dm/DMFriendsView.tsx:168
#: src/components/channel/friends/views/FriendsList.tsx:95
#: src/Constants.tsx:130
@@ -13051,7 +13128,7 @@ msgstr "En ligne"
msgid "Online Status"
msgstr "Statut en ligne"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1382
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1406
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:212
#: src/components/modals/GuildNotificationSettingsModal.tsx:91
#: src/components/modals/GuildNotificationSettingsModal.tsx:281
@@ -13120,11 +13197,11 @@ msgstr "Ouvrir la fenêtre de revendication de compte"
msgid "Open color picker"
msgstr "Ouvrir le sélecteur de couleur"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1398
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1422
msgid "Open Community Notification Settings"
msgstr "Ouvrir les paramètres de notification de la communauté"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:286
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:322
msgid "Open Customer Portal"
msgstr "Ouvrir le portail client"
@@ -13293,7 +13370,7 @@ msgstr "Option trois"
msgid "Option Two"
msgstr "Option deux"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:89
+#: src/components/modals/components/plutonium/VisionarySection.tsx:98
msgid "Optional #0000 tag"
msgstr "Balise facultative #0000"
@@ -13309,7 +13386,7 @@ msgstr "OU"
msgid "Or copy the link:"
msgstr "Ou copie le lien :"
-#: src/components/modals/InviteModal.tsx:312
+#: src/components/modals/InviteModal.tsx:309
msgid "or send an invite link to a friend:"
msgstr "ou envoie un lien d'invitation à un ami :"
@@ -13325,9 +13402,9 @@ msgstr "Le message original n'a pas pu être chargé"
msgid "Original message was deleted"
msgstr "Le message original a été supprimé"
-#: src/components/pages/ReportPage.tsx:273
-#: src/components/pages/ReportPage.tsx:287
-#: src/components/pages/ReportPage.tsx:303
+#: src/components/pages/report/optionDescriptors.ts:54
+#: src/components/pages/report/optionDescriptors.ts:65
+#: src/components/pages/report/optionDescriptors.ts:78
#: src/constants/IARConstants.tsx:87
#: src/constants/IARConstants.tsx:139
#: src/constants/IARConstants.tsx:195
@@ -13463,8 +13540,8 @@ msgstr "Les clés nécessitent un bundle macOS signé avec un identifiant d'appl
#: src/components/auth/AuthLoginCore/AuthLoginEmailPasswordForm.tsx:90
#: src/components/auth/AuthRegisterFormCore.tsx:136
#: src/components/auth/AuthRegisterFormCore.tsx:217
-#: src/components/modals/ClaimAccountModal.tsx:168
-#: src/components/modals/ClaimAccountModal.tsx:208
+#: src/components/modals/ClaimAccountModal.tsx:170
+#: src/components/modals/ClaimAccountModal.tsx:210
#: src/components/modals/SudoVerificationModal.tsx:171
#: src/components/modals/SudoVerificationModal.tsx:236
#: src/components/modals/tabs/AccountSecurityTab/AccountTab.tsx:105
@@ -13546,11 +13623,11 @@ msgstr "Les amis de tes amis peuvent t'ajouter aux discussions de groupe"
msgid "People who are friends with your friends can call you"
msgstr "Les amis de tes amis peuvent t'appeler"
-#: src/components/modals/components/plutonium/PricingSection.tsx:73
+#: src/components/modals/components/plutonium/PricingSection.tsx:80
msgid "per month"
msgstr "par mois"
-#: src/components/modals/components/plutonium/PricingSection.tsx:80
+#: src/components/modals/components/plutonium/PricingSection.tsx:90
msgid "per year"
msgstr "par an"
@@ -13588,8 +13665,8 @@ msgstr "Autorisations accordées"
msgid "Personal notes"
msgstr "Notes personnelles"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:479
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:778
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:493
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:810
#: src/components/channel/channel-header/useChannelHeaderData.ts:84
#: src/components/channel/dm/DMList.tsx:708
#: src/components/channel/dm/DMList.tsx:795
@@ -13662,16 +13739,16 @@ msgid "Pick which phone step to show"
msgstr "Choisis l’étape téléphonique à afficher"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:336
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1132
-#: src/components/bottomsheets/DMBottomSheet.tsx:483
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1156
+#: src/components/bottomsheets/DMBottomSheet.tsx:485
#: src/components/channel/dm/DMList.tsx:287
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:153
msgid "Pin DM"
msgstr "Épingler le MP"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:295
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1132
-#: src/components/bottomsheets/DMBottomSheet.tsx:483
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1156
+#: src/components/bottomsheets/DMBottomSheet.tsx:485
#: src/components/channel/dm/DMList.tsx:248
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:133
msgid "Pin Group DM"
@@ -13714,20 +13791,20 @@ msgid "Ping: {latency}ms"
msgstr "Ping : {latency}ms"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:219
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:566
-#: src/components/bottomsheets/DMBottomSheet.tsx:147
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:580
+#: src/components/bottomsheets/DMBottomSheet.tsx:149
#: src/components/channel/dm/DMList.tsx:214
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:115
msgid "Pinned DM"
msgstr "MP épinglé"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:219
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:566
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:580
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:95
msgid "Pinned group"
msgstr "Groupe épinglé"
-#: src/components/bottomsheets/DMBottomSheet.tsx:147
+#: src/components/bottomsheets/DMBottomSheet.tsx:149
msgid "Pinned group DM"
msgstr "DM de groupe épinglé"
@@ -13742,7 +13819,7 @@ msgstr "Messages épinglés"
msgid "pinned:"
msgstr "épinglé :"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:886
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:918
msgid "Pins"
msgstr "Épingles"
@@ -13789,15 +13866,15 @@ msgstr "Vérifie ta boîte de réception pour le mail de vérification."
msgid "Please enable Fluxer in System Settings → Privacy & Security → Input Monitoring."
msgstr "Active Fluxer dans Réglages système → Confidentialité et sécurité → Surveillance des entrées."
-#: src/components/pages/ReportPage.tsx:396
+#: src/components/pages/ReportPage.tsx:211
msgid "Please enter a valid email address."
msgstr "Veuillez entrer une adresse e-mail valide."
-#: src/components/channel/dm/AddFriendForm.tsx:74
+#: src/components/channel/dm/AddFriendForm.tsx:97
msgid "Please enter a valid FluxerTag (Username#0000)."
msgstr "Saisis un FluxerTag valide (Pseudo#0000)."
-#: src/components/pages/ReportPage.tsx:509
+#: src/components/pages/ReportPage.tsx:336
msgid "Please enter a valid message link URL."
msgstr "Veuillez entrer une URL de lien de message valide."
@@ -13809,26 +13886,22 @@ msgstr "Veuillez entrer un point de terminaison API."
msgid "Please fill out the following fields: {fieldList}"
msgstr "Veuillez remplir les champs suivants : {fieldList}"
-#: src/components/pages/ReportPage.tsx:436
+#: src/components/pages/ReportPage.tsx:261
msgid "Please go back and enter a valid email address."
msgstr "Veuillez revenir en arrière et entrer une adresse e-mail valide."
-#: src/components/pages/ReportPage.tsx:542
+#: src/components/pages/ReportPage.tsx:369
msgid "Please include the community (guild) ID you are reporting."
msgstr "Indique l’ID de la communauté (guilde) concernée dans ton signalement."
-#: src/components/pages/ReportPage.tsx:504
+#: src/components/pages/ReportPage.tsx:331
msgid "Please paste the message link you are reporting."
msgstr "Colle le lien du message que tu signales."
-#: src/components/pages/ReportPage.tsx:391
+#: src/components/pages/ReportPage.tsx:206
msgid "Please provide an email address."
msgstr "Fournis une adresse e-mail."
-#: src/components/pages/ReportPage.tsx:801
-msgid "Please provide the details of your report."
-msgstr "Donne les détails de ton signalement."
-
#: src/components/modals/tabs/ApplicationsTab/ApplicationDetail.tsx:555
msgid "Please retry or go back to the applications list."
msgstr "Réessaie ou retourne à la liste des applications."
@@ -13837,7 +13910,7 @@ msgstr "Réessaie ou retourne à la liste des applications."
msgid "Please select a violation category"
msgstr "Choisis une catégorie de violation"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:297
+#: src/components/modals/tabs/GiftInventoryTab.tsx:320
msgid "Please try again later."
msgstr "Réessaie plus tard."
@@ -13878,7 +13951,7 @@ msgstr "Confidentialité du badge Plutonium"
msgid "Plutonium perks"
msgstr "Avantages Plutonium"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:110
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:129
msgid "Plutonium Subscription"
msgstr "Abonnement Plutonium"
@@ -13886,7 +13959,7 @@ msgstr "Abonnement Plutonium"
msgid "PNG"
msgstr "PNG"
-#: src/components/pages/ReportPage.tsx:331
+#: src/components/pages/report/optionDescriptors.ts:103
msgid "Poland"
msgstr "Pologne"
@@ -13903,7 +13976,7 @@ msgstr "sondage"
msgid "Popouts"
msgstr "Fenêtres émergentes"
-#: src/components/pages/ReportPage.tsx:332
+#: src/components/pages/report/optionDescriptors.ts:104
msgid "Portugal"
msgstr "Portugal"
@@ -13943,11 +14016,11 @@ msgstr "Remplacement du type Premium"
msgid "Press keys..."
msgstr "Appuie sur des touches..."
-#: src/components/channel/MessageReactions.tsx:121
+#: src/components/channel/MessageReactions.tsx:120
msgid "press to add reaction"
msgstr "appuie pour ajouter une réaction"
-#: src/components/channel/MessageReactions.tsx:121
+#: src/components/channel/MessageReactions.tsx:120
msgid "press to remove reaction"
msgstr "appuie pour supprimer la réaction"
@@ -14143,15 +14216,15 @@ msgstr "Protège ton compte avec l’authentification à deux facteurs et les cl
msgid "Provide any additional context that may help our Safety Team..."
msgstr "Ajoute tout contexte supplémentaire pouvant aider notre équipe de sécurité..."
-#: src/components/pages/ReportPage.tsx:882
+#: src/components/pages/report/ReportStepDetails.tsx:156
msgid "Provide at least a user ID or a user tag."
msgstr "Fournissez au moins un identifiant utilisateur ou un tag utilisateur."
-#: src/components/pages/ReportPage.tsx:527
+#: src/components/pages/ReportPage.tsx:354
msgid "Provide either a user ID or a FluxerTag for the person you are reporting."
msgstr "Fournis un ID utilisateur ou un FluxerTag pour la personne signalée."
-#: src/components/pages/ReportPage.tsx:478
+#: src/components/pages/ReportPage.tsx:305
msgid "Provide your full legal name for the declaration."
msgstr "Indique ton nom légal complet pour la déclaration."
@@ -14163,7 +14236,7 @@ msgstr "Membres supprimés inactifs depuis {dayCount, plural, one {<0># jour0>
msgid "Public bot"
msgstr "Bot public"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:312
+#: src/components/modals/tabs/GiftInventoryTab.tsx:335
msgid "Purchase a Plutonium gift from the Plutonium tab to share with friends!"
msgstr "Achète un cadeau Plutonium depuis l’onglet Plutonium pour le partager avec tes amis\\u202f!"
@@ -14171,12 +14244,12 @@ msgstr "Achète un cadeau Plutonium depuis l’onglet Plutonium pour le partager
msgid "Purchase History"
msgstr "Historique d’achats"
-#: src/components/modals/components/plutonium/PricingSection.tsx:61
+#: src/components/modals/components/plutonium/PricingSection.tsx:67
msgid "Purchase mode"
msgstr "Mode d’achat"
#. placeholder {0}: getFormattedShortDate(new Date(gift.created_at))
-#: src/components/modals/tabs/GiftInventoryTab.tsx:119
+#: src/components/modals/tabs/GiftInventoryTab.tsx:120
msgid "Purchased {0}"
msgstr "Acheté le {0}"
@@ -14275,7 +14348,7 @@ msgstr "Les boutons radio permettent de choisir une option parmi un groupe."
msgid "Radio Group"
msgstr "Groupe de boutons radio"
-#: src/components/pages/ReportPage.tsx:300
+#: src/components/pages/report/optionDescriptors.ts:75
#: src/constants/IARConstants.tsx:180
msgid "Raid Coordination"
msgstr "Coordination de raid"
@@ -14310,7 +14383,7 @@ msgid "Reactions"
msgstr "Réactions"
#: src/components/layout/app-layout/nagbars/PremiumExpiredNagbar.tsx:77
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:284
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:320
msgid "Reactivate"
msgstr "Réactiver"
@@ -14323,15 +14396,15 @@ msgstr "Lire l’historique des messages"
msgid "Read the community's audit log of changes and moderation actions."
msgstr "Consulte le journal d’audit de la communauté sur les changements et les actions de modération."
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:146
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:160
msgid "Read the Documentation (fluxer.dev)"
msgstr "Consulte la documentation (fluxer.dev)"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:52
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:60
msgid "Ready to Buy a Gift?"
msgstr "Prêt à acheter un cadeau\\u202f?"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:52
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:60
msgid "Ready to Upgrade?"
msgstr "Prêt à passer à la version supérieure\\u202f?"
@@ -14388,11 +14461,11 @@ msgstr "Reconnexion en cours…"
msgid "Record shortcut"
msgstr "Raccourci d'enregistrement"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:269
+#: src/components/modals/tabs/GiftInventoryTab.tsx:292
msgid "Redeem"
msgstr "Utiliser"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:232
+#: src/components/modals/tabs/GiftInventoryTab.tsx:255
msgid "Redeem a Gift"
msgstr "Utiliser un cadeau"
@@ -14400,40 +14473,40 @@ msgstr "Utiliser un cadeau"
msgid "Redeem Beta Code"
msgstr "Utiliser un code bêta"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:165
+#: src/components/modals/tabs/GiftInventoryTab.tsx:166
msgid "Redeem for Yourself"
msgstr "Utiliser pour toi-même"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:255
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:281
msgid "Redeem Gift Code"
msgstr "Utiliser un code cadeau"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:238
+#: src/components/modals/tabs/GiftInventoryTab.tsx:261
msgid "Redeem gift code form"
msgstr "Formulaire d'utilisation de code cadeau"
#. placeholder {0}: redeemedBetaCodes.length
-#: src/components/modals/tabs/BetaCodesTab.tsx:349
+#: src/components/modals/tabs/BetaCodesTab.tsx:374
msgid "Redeemed ({0})"
msgstr "Utilisé ({0})"
#. placeholder {0}: getFormattedShortDate(new Date(gift.redeemed_at!))
-#: src/components/modals/tabs/GiftInventoryTab.tsx:117
+#: src/components/modals/tabs/GiftInventoryTab.tsx:118
msgid "Redeemed {0}"
msgstr "Utilisé le {0}"
#. placeholder {0}: gift.redeemed_by.username
#. placeholder {1}: gift.redeemed_by.discriminator
-#: src/components/modals/tabs/GiftInventoryTab.tsx:153
+#: src/components/modals/tabs/GiftInventoryTab.tsx:154
msgid "Redeemed by {0}#{1}"
msgstr "Utilisé par {0}#{1}"
-#: src/components/modals/tabs/BetaCodesTab.tsx:54
+#: src/components/modals/tabs/BetaCodesTab.tsx:56
msgid "Redeemer"
msgstr "Bénéficiaire"
-#: src/components/modals/tabs/BetaCodesTab.tsx:111
-#: src/components/modals/tabs/BetaCodesTab.tsx:188
+#: src/components/modals/tabs/BetaCodesTab.tsx:113
+#: src/components/modals/tabs/BetaCodesTab.tsx:190
msgid "Redeemer:"
msgstr "Bénéficiaire :"
@@ -14526,7 +14599,7 @@ msgstr "Bouton classique"
msgid "Regular button clicked!"
msgstr "Bouton classique cliqué !"
-#: src/components/channel/channel-view/DMChannelView.tsx:298
+#: src/components/channel/channel-view/DMChannelView.tsx:299
#: src/components/voice/IncomingCallUI.tsx:310
msgid "Reject"
msgstr "Refuser"
@@ -14624,19 +14697,19 @@ msgstr "Supprimer le son d’entrée"
msgid "Remove filter"
msgstr "Supprimer le filtre"
-#: src/components/bottomsheets/DMBottomSheet.tsx:508
-#: src/components/channel/dm/DMWelcomeSection.tsx:132
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:144
+#: src/components/bottomsheets/DMBottomSheet.tsx:510
+#: src/components/channel/dm/DMWelcomeSection.tsx:144
#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:146
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:253
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:148
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:255
#: src/components/modals/UserProfileActionsSheet.tsx:115
#: src/components/modals/UserProfileActionsSheet.tsx:117
#: src/components/modals/UserProfileActionsSheet.tsx:278
-#: src/components/modals/UserProfileMobileSheet.tsx:302
-#: src/components/modals/UserProfileMobileSheet.tsx:304
+#: src/components/modals/UserProfileMobileSheet.tsx:303
+#: src/components/modals/UserProfileMobileSheet.tsx:305
#: src/components/modals/UserProfileModal.tsx:1143
-#: src/components/modals/UserProfileModal.tsx:1228
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:108
+#: src/components/modals/UserProfileModal.tsx:1229
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:129
#: src/utils/RelationshipActionUtils.tsx:113
#: src/utils/RelationshipActionUtils.tsx:115
msgid "Remove Friend"
@@ -14654,8 +14727,8 @@ msgid "Remove from favorites"
msgstr "Retirer des favoris"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:370
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1103
-#: src/components/bottomsheets/DMBottomSheet.tsx:400
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1127
+#: src/components/bottomsheets/DMBottomSheet.tsx:402
#: src/components/channel/ChannelHeader.tsx:547
#: src/components/channel/ChannelHeader.tsx:595
#: src/components/channel/ChannelHeader.tsx:600
@@ -14720,7 +14793,7 @@ msgstr "Supprimer le spoiler"
msgid "Remove sticker"
msgstr "Supprimer l’autocollant"
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:285
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:288
#: src/components/modals/RemoveTimeoutModal.tsx:61
#: src/components/modals/RemoveTimeoutModal.tsx:75
#: src/components/modals/TimeoutMemberSheet.tsx:101
@@ -14763,11 +14836,11 @@ msgid "Removed from bookmarks"
msgstr "Retiré des signets"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:115
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:541
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:555
msgid "Removed from favorites"
msgstr "Retiré des favoris"
-#: src/components/bottomsheets/DMBottomSheet.tsx:126
+#: src/components/bottomsheets/DMBottomSheet.tsx:128
msgid "Removed from Favorites"
msgstr "Retiré des favoris"
@@ -14891,7 +14964,7 @@ msgstr "Communauté renommée en {0}."
msgid "Render all your messages as unknown message type"
msgstr "Rendre tous tes messages comme un type de message inconnu"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:234
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:253
msgid "Renews on <0>{renewalDate}0>."
msgstr "Renouvellement le <0>{renewalDate}0>."
@@ -14932,15 +15005,15 @@ msgstr "Répondre"
msgid "Replying to <0>{authorNickname}0>"
msgstr "Répond à <0>{authorNickname}0>"
-#: src/components/pages/ReportPage.tsx:249
+#: src/components/pages/report/optionDescriptors.ts:38
msgid "Report a Community"
msgstr "Signaler une communauté"
-#: src/components/pages/ReportPage.tsx:247
+#: src/components/pages/report/optionDescriptors.ts:36
msgid "Report a Message"
msgstr "Signaler un message"
-#: src/components/pages/ReportPage.tsx:248
+#: src/components/pages/report/optionDescriptors.ts:37
msgid "Report a User Profile"
msgstr "Signaler un profil utilisateur"
@@ -14949,12 +15022,12 @@ msgstr "Signaler un profil utilisateur"
msgid "Report Community"
msgstr "Signaler une communauté"
-#: src/components/pages/ReportPage.tsx:801
-msgid "Report Details"
-msgstr "Détails du signalement"
+#: src/components/pages/report/ReportStepDetails.tsx:74
+msgid "Report details"
+msgstr "Détails du rapport"
-#: src/components/pages/ReportPage.tsx:241
-#: src/components/pages/ReportPage.tsx:612
+#: src/components/pages/report/ReportStepSelection.tsx:41
+#: src/components/pages/ReportPage.tsx:60
msgid "Report Illegal Content"
msgstr "Signaler du contenu illégal"
@@ -14963,33 +15036,24 @@ msgstr "Signaler du contenu illégal"
msgid "Report Message"
msgstr "Signaler le message"
-#: src/components/pages/ReportPage.tsx:588
-msgid "Report Submitted"
-msgstr "Signalement envoyé"
+#: src/components/pages/report/ReportStepComplete.tsx:36
+msgid "Report submitted"
+msgstr "Rapport soumis"
#: src/components/modals/IARModal.tsx:128
msgid "Report submitted successfully. Our Safety Team will review it shortly."
msgstr "Signalement envoyé avec succès. Notre équipe de sécurité l’examinera bientôt."
-#: src/components/pages/ReportPage.tsx:624
-msgid "Report Type"
-msgstr "Type de signalement"
-
#: src/components/modals/IARModal.tsx:84
#: src/components/modals/UserProfileActionsSheet.tsx:289
#: src/components/modals/UserProfileModal.tsx:1157
msgid "Report User"
msgstr "Signaler l’utilisateur"
-#: src/components/pages/ReportPage.tsx:852
+#: src/components/pages/report/ReportStepDetails.tsx:123
msgid "Reported User Tag (optional)"
msgstr "Tag d'utilisateur signalé (optionnel)"
-#: src/components/pages/ReportPage.tsx:644
-#: src/components/pages/ReportPage.tsx:804
-msgid "Reporting:"
-msgstr "Signalement :"
-
#: src/components/modals/tabs/PrivacySafetyTab/DataExportTab.tsx:48
#: src/components/modals/tabs/PrivacySafetyTab/DataExportTab.tsx:125
msgid "Request Data Export"
@@ -15050,7 +15114,7 @@ msgstr "Requiert Plutonium"
msgid "Reschedule Message"
msgstr "Replanifier le message"
-#: src/components/modals/ClaimAccountModal.tsx:222
+#: src/components/modals/ClaimAccountModal.tsx:224
#: src/components/modals/EmailChangeModal.tsx:230
#: src/components/modals/EmailChangeModal.tsx:294
msgid "Resend"
@@ -15064,7 +15128,11 @@ msgstr "Renvoyer ({newSecondsRemaining}s)"
msgid "Resend ({originalSecondsRemaining}s)"
msgstr "Renvoyer ({originalSecondsRemaining}s)"
-#: src/components/modals/ClaimAccountModal.tsx:222
+#: src/components/pages/report/ReportStepVerification.tsx:114
+msgid "Resend ({resendCooldownSeconds}s)"
+msgstr "Renvoyer ({resendCooldownSeconds}s)"
+
+#: src/components/modals/ClaimAccountModal.tsx:224
msgid "Resend ({resendSecondsRemaining}s)"
msgstr "Renvoyer ({resendSecondsRemaining}s)"
@@ -15072,7 +15140,7 @@ msgstr "Renvoyer ({resendSecondsRemaining}s)"
msgid "Resend Button Loading"
msgstr "Bouton de renvoi en cours"
-#: src/components/pages/ReportPage.tsx:761
+#: src/components/pages/report/ReportStepVerification.tsx:116
msgid "Resend code"
msgstr "Renvoyer le code"
@@ -15097,7 +15165,7 @@ msgid "Resent"
msgstr "Renvoyé"
#: src/components/keybinds/KeybindRecorder.tsx:215
-#: src/components/modals/components/MobileSettingsView.tsx:128
+#: src/components/modals/components/MobileSettingsView.tsx:123
#: src/components/modals/components/SettingsModalHeader.tsx:81
#: src/components/modals/ImageCropModal.tsx:977
#: src/components/modals/tabs/KeybindsTab.tsx:154
@@ -15173,8 +15241,8 @@ msgstr "Rétablir le plein écran"
msgid "Restore maximized"
msgstr "Rétablir en maximisé"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:280
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:282
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:316
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:318
msgid "Resubscribe"
msgstr "Se réabonner"
@@ -15189,11 +15257,11 @@ msgstr "Se réabonner"
#: src/components/modals/guildTabs/GuildStickersTab.tsx:211
#: src/components/modals/guildTabs/GuildWebhooksTab.tsx:137
#: src/components/modals/tabs/ApplicationsTab/ApplicationDetail.tsx:559
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:108
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:112
#: src/components/modals/tabs/AuthorizedAppsTab.tsx:121
-#: src/components/modals/tabs/BetaCodesTab.tsx:301
+#: src/components/modals/tabs/BetaCodesTab.tsx:326
#: src/components/modals/tabs/DevicesTab.tsx:231
-#: src/components/modals/tabs/GiftInventoryTab.tsx:300
+#: src/components/modals/tabs/GiftInventoryTab.tsx:323
msgid "Retry"
msgstr "Réessayer"
@@ -15244,8 +15312,8 @@ msgstr "Vérifie ce que cette appli demande avant de continuer."
#: src/components/invites/InviteListItem.tsx:217
#: src/components/modals/GroupInvitesBottomSheet.tsx:78
#: src/components/modals/GroupInvitesModal.tsx:76
-#: src/components/modals/tabs/BetaCodesTab.tsx:143
-#: src/components/modals/tabs/BetaCodesTab.tsx:220
+#: src/components/modals/tabs/BetaCodesTab.tsx:145
+#: src/components/modals/tabs/BetaCodesTab.tsx:222
msgid "Revoke"
msgstr "Révoquer"
@@ -15369,7 +15437,7 @@ msgstr "Rôles et permissions"
msgid "Roles updated successfully"
msgstr "Rôles mis à jour avec succès"
-#: src/components/pages/ReportPage.tsx:333
+#: src/components/pages/report/optionDescriptors.ts:105
msgid "Romania"
msgstr "Roumanie"
@@ -15423,7 +15491,7 @@ msgstr "Saturation"
#: src/components/modals/AddFavoriteMemeModal.tsx:102
#: src/components/modals/AttachmentEditModal.tsx:90
#: src/components/modals/BaseChangeNicknameModal.tsx:115
-#: src/components/modals/components/MobileSettingsView.tsx:131
+#: src/components/modals/components/MobileSettingsView.tsx:126
#: src/components/modals/CustomStatusBottomSheet.tsx:231
#: src/components/modals/CustomStatusModal.tsx:362
#: src/components/modals/EditFavoriteMemeModal.tsx:88
@@ -15438,9 +15506,9 @@ msgstr "Saturation"
msgid "Save"
msgstr "Enregistrer"
-#: src/components/modals/components/plutonium/GiftSection.tsx:72
-#: src/components/modals/components/plutonium/PricingSection.tsx:81
-#: src/components/modals/components/plutonium/PricingSection.tsx:104
+#: src/components/modals/components/plutonium/GiftSection.tsx:79
+#: src/components/modals/components/plutonium/PricingSection.tsx:91
+#: src/components/modals/components/plutonium/PricingSection.tsx:119
msgid "Save 17%"
msgstr "Économise 17\\u202f%"
@@ -15600,8 +15668,8 @@ msgstr "Faire défiler le chat vers le bas"
msgid "Scroll Chat Up"
msgstr "Faire défiler le chat vers le haut"
-#: src/components/modals/components/plutonium/GiftSection.tsx:103
-#: src/components/modals/components/plutonium/PricingSection.tsx:138
+#: src/components/modals/components/plutonium/GiftSection.tsx:117
+#: src/components/modals/components/plutonium/PricingSection.tsx:160
msgid "Scroll down to view all the sweet perks you get with Plutonium"
msgstr "Fais défiler vers le bas pour voir tous les super avantages de Plutonium"
@@ -15613,11 +15681,11 @@ msgstr "Faire défiler l'historique du chat vers le bas"
msgid "Scroll the chat history up"
msgstr "Faire défiler l'historique du chat vers le haut"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:857
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:889
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:400
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:460
#: src/components/channel/ChannelHeader.tsx:586
-#: src/components/channel/shared/PickerSearchInput.tsx:204
+#: src/components/channel/shared/PickerSearchInput.tsx:203
#: src/components/modals/tabs/ComponentGalleryTab/InputsTab.tsx:126
#: src/stores/KeybindStore.ts:414
#: src/utils/quick-switcher/QuickSwitcherModalUtils.tsx:86
@@ -15674,7 +15742,7 @@ msgstr "Rechercher des salons, des personnes ou des communautés"
#: src/components/common/FriendSelector.tsx:196
#: src/components/modals/AddFriendsToGroupModal.tsx:53
#: src/components/modals/CreateDMModal.tsx:68
-#: src/components/modals/InviteModal.tsx:237
+#: src/components/modals/InviteModal.tsx:248
#: src/components/modals/shared/RecipientList.tsx:177
#: src/components/modals/ShareThemeModal.tsx:144
msgid "Search friends"
@@ -15718,7 +15786,7 @@ msgstr "Rechercher les demandes en attente"
msgid "Search Permissions..."
msgstr "Rechercher des permissions..."
-#: src/components/channel/ChannelSearchResults.tsx:321
+#: src/components/channel/ChannelSearchResults.tsx:278
#: src/components/modals/components/DesktopSettingsView.tsx:360
msgid "Search Results"
msgstr "Résultats de recherche"
@@ -15737,7 +15805,7 @@ msgid "Search scope"
msgstr "Champ de recherche"
#. placeholder {0}: activeScopeOption.label
-#: src/components/channel/ChannelSearchResults.tsx:1052
+#: src/components/channel/ChannelSearchResults.tsx:1031
#: src/components/channel/MessageSearchBar/MessageSearchBar.tsx:378
msgid "Search scope: {0}"
msgstr "Champ de recherche : {0}"
@@ -15767,7 +15835,7 @@ msgstr "Rechercher des utilisateurs"
msgid "Search within the current view"
msgstr "Rechercher dans la vue actuelle"
-#: src/components/channel/ChannelSearchResults.tsx:319
+#: src/components/channel/ChannelSearchResults.tsx:276
msgid "Searching..."
msgstr "Recherche..."
@@ -15848,9 +15916,9 @@ msgstr "Vois à quoi ressemble ton invitation pour les visiteurs."
msgid "Select"
msgstr "Sélectionner"
-#: src/components/pages/ReportPage.tsx:261
-#: src/components/pages/ReportPage.tsx:280
-#: src/components/pages/ReportPage.tsx:294
+#: src/components/pages/report/optionDescriptors.ts:42
+#: src/components/pages/report/optionDescriptors.ts:58
+#: src/components/pages/report/optionDescriptors.ts:69
msgid "Select a category"
msgstr "Sélectionnez une catégorie"
@@ -15871,7 +15939,7 @@ msgstr "Sélectionne une communauté"
msgid "Select a community where you have <0>Manage Community0> permissions."
msgstr "Sélectionne une communauté où tu as les permissions <0>Gérer la communauté0>."
-#: src/components/pages/ReportPage.tsx:310
+#: src/components/pages/report/optionDescriptors.ts:82
msgid "Select a country"
msgstr "Sélectionnez un pays"
@@ -15887,7 +15955,7 @@ msgstr "Sélectionne un scénario à appliquer..."
msgid "Select a verification method."
msgstr "Sélectionne une méthode de vérification."
-#: src/components/pages/ReportPage.tsx:473
+#: src/components/pages/ReportPage.tsx:300
msgid "Select a violation category."
msgstr "Sélectionnez une catégorie de violation."
@@ -15958,11 +16026,15 @@ msgstr "Sélectionne un écran ou une fenêtre"
msgid "Select the account you want to sign in with on the desktop app."
msgstr "Sélectionne le compte avec lequel tu veux te connecter sur l'app de bureau."
+#: src/components/pages/report/ReportStepSelection.tsx:44
+msgid "Select what you want to report."
+msgstr "Sélectionne ce que tu veux signaler."
+
#: src/components/modals/utils/settingsSearchIndex.ts:460
msgid "Select your camera"
msgstr "Sélectionne ta caméra"
-#: src/components/pages/ReportPage.tsx:483
+#: src/components/pages/ReportPage.tsx:310
msgid "Select your country of residence."
msgstr "Sélectionne ton pays de résidence."
@@ -15986,7 +16058,7 @@ msgstr "Sélectionner..."
msgid "Selections"
msgstr "Sélections"
-#: src/components/pages/ReportPage.tsx:269
+#: src/components/pages/report/optionDescriptors.ts:50
#: src/constants/IARConstants.tsx:67
msgid "Self-Harm or Suicide"
msgstr "Automutilation ou suicide"
@@ -16035,7 +16107,7 @@ msgstr "Envoie un message d’action (en italique)."
msgid "Send an SMS code first."
msgstr "Envoie d’abord un code SMS."
-#: src/components/modals/ClaimAccountModal.tsx:182
+#: src/components/modals/ClaimAccountModal.tsx:184
#: src/components/modals/EmailChangeModal.tsx:265
#: src/components/modals/PhoneAddModal.tsx:206
msgid "Send code"
@@ -16045,9 +16117,9 @@ msgstr "Envoyer le code"
msgid "Send Code"
msgstr "Envoyer le code"
-#: src/components/channel/dm/DMWelcomeSection.tsx:109
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:269
-#: src/components/modals/UserProfileModal.tsx:1288
+#: src/components/channel/dm/DMWelcomeSection.tsx:112
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:272
+#: src/components/modals/UserProfileModal.tsx:1290
msgid "Send Friend Request"
msgstr "Envoyer une demande d’ami"
@@ -16073,7 +16145,7 @@ msgstr "Envoyer des messages"
msgid "Send Messages"
msgstr "Envoyer des messages"
-#: src/components/channel/dm/AddFriendForm.tsx:119
+#: src/components/channel/dm/AddFriendForm.tsx:142
msgid "Send Request"
msgstr "Envoyer la demande"
@@ -16097,11 +16169,11 @@ msgstr "Envoyer des messages texte-à-parole."
msgid "Send TTS Messages"
msgstr "Envoyer des messages TTS"
-#: src/components/pages/ReportPage.tsx:676
+#: src/components/pages/report/ReportStepEmail.tsx:92
msgid "Send Verification Code"
msgstr "Envoyer le code de vérification"
-#: src/components/modals/InviteModal.tsx:258
+#: src/components/modals/InviteModal.tsx:268
#: src/components/modals/shared/RecipientList.tsx:223
#: src/components/modals/ShareThemeModal.tsx:162
msgid "Sent"
@@ -16128,7 +16200,7 @@ msgstr "Session expirée. Connecte-toi à nouveau."
msgid "Set a custom invite URL for your community."
msgstr "Définis une URL d’invitation personnalisée pour ta communauté."
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:401
+#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:361
#: src/components/modals/StatusChangeBottomSheet.tsx:171
#: src/components/popouts/UserAreaPopout.tsx:444
msgid "Set a custom status"
@@ -16336,7 +16408,7 @@ msgid "Set your timezone"
msgstr "Définis ton fuseau horaire"
#: src/components/bottomsheets/VoiceLobbyBottomSheet.tsx:220
-#: src/components/modals/components/MobileSettingsView.tsx:531
+#: src/components/modals/components/MobileSettingsView.tsx:485
#: src/components/modals/tabs/ComponentGalleryTab/ButtonsTab.tsx:150
#: src/components/modals/tabs/ComponentGalleryTab/ButtonsTab.tsx:221
#: src/components/modals/tabs/ComponentGalleryTab/index.tsx:94
@@ -16383,7 +16455,11 @@ msgstr "Action de partage !"
msgid "Share Audio"
msgstr "Partager l’audio"
-#: src/components/modals/components/plutonium/GiftSection.tsx:63
+#: src/components/pages/report/ReportStepDetails.tsx:77
+msgid "Share only what's needed to help our team assess the content."
+msgstr "Partage uniquement ce qui est nécessaire pour aider notre équipe à évaluer le contenu."
+
+#: src/components/modals/components/plutonium/GiftSection.tsx:69
msgid "Share the Plutonium experience with your friends by purchasing a gift subscription."
msgstr "Partage l’expérience Plutonium avec tes amis en achetant un abonnement cadeau."
@@ -16417,7 +16493,7 @@ msgstr "Partage ton thème"
msgid "Shared theme"
msgstr "Thème partagé"
-#: src/components/pages/ReportPage.tsx:268
+#: src/components/pages/report/optionDescriptors.ts:49
#: src/constants/IARConstants.tsx:62
msgid "Sharing Personal Information"
msgstr "Partage d’informations personnelles"
@@ -16797,11 +16873,11 @@ msgstr "Curseur avec valeurs par paliers"
msgid "Sliders"
msgstr "Curseurs"
-#: src/components/pages/ReportPage.tsx:334
+#: src/components/pages/report/optionDescriptors.ts:106
msgid "Slovakia"
msgstr "Slovaquie"
-#: src/components/pages/ReportPage.tsx:335
+#: src/components/pages/report/optionDescriptors.ts:107
msgid "Slovenia"
msgstr "Slovénie"
@@ -16952,7 +17028,8 @@ msgstr "Quelque chose a mal tourné et l’application a planté. Essaie de rech
msgid "Something went wrong while loading the audit log."
msgstr "Une erreur est survenue lors du chargement du journal d’audit."
-#: src/components/pages/ReportPage.tsx:563
+#: src/components/pages/ReportPage.tsx:103
+#: src/components/pages/ReportPage.tsx:395
msgid "Something went wrong while submitting the report. Please try again."
msgstr "Une erreur est survenue lors de l’envoi du rapport. Réessaie s’il te plaît."
@@ -16969,7 +17046,7 @@ msgid "Sort"
msgstr "Trier"
#. placeholder {0}: activeSortOption.label
-#: src/components/channel/ChannelSearchResults.tsx:1063
+#: src/components/channel/ChannelSearchResults.tsx:1042
msgid "Sort mode: {0}"
msgstr "Mode de tri : {0}"
@@ -17008,21 +17085,21 @@ msgstr "Espacement entre groupes de messages"
msgid "Spacious layout with clear visual separation between messages."
msgstr "Disposition aérée avec séparation visuelle claire entre les messages."
-#: src/components/pages/ReportPage.tsx:336
+#: src/components/pages/report/optionDescriptors.ts:108
msgid "Spain"
msgstr "Espagne"
-#: src/components/pages/ReportPage.tsx:283
+#: src/components/pages/report/optionDescriptors.ts:61
#: src/constants/IARConstants.tsx:119
msgid "Spam Account"
msgstr "Compte spam"
-#: src/components/pages/ReportPage.tsx:265
+#: src/components/pages/report/optionDescriptors.ts:46
#: src/constants/IARConstants.tsx:47
msgid "Spam or Scam"
msgstr "Spam ou escroquerie"
-#: src/components/pages/ReportPage.tsx:301
+#: src/components/pages/report/optionDescriptors.ts:76
#: src/constants/IARConstants.tsx:185
msgid "Spam or Scam Community"
msgstr "Communauté de spam ou escroquerie"
@@ -17141,9 +17218,9 @@ msgstr "Commence à créer un pack d’emojis personnalisé que tu peux partager
msgid "Start Mic Test"
msgstr "Démarrer le test du micro"
-#: src/components/pages/ReportPage.tsx:687
-#: src/components/pages/ReportPage.tsx:771
-#: src/components/pages/ReportPage.tsx:964
+#: src/components/pages/report/ReportStepDetails.tsx:252
+#: src/components/pages/report/ReportStepEmail.tsx:103
+#: src/components/pages/report/ReportStepVerification.tsx:132
msgid "Start over"
msgstr "Recommencer"
@@ -17151,13 +17228,13 @@ msgstr "Recommencer"
msgid "Start Sharing"
msgstr "Commencer le partage"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:122
+#: src/components/channel/ChannelHeader/CallButtons.tsx:160
#: src/components/modals/UserProfileModal.tsx:1109
#: src/components/uikit/ContextMenu/items/CallMenuItems.tsx:91
msgid "Start Video Call"
msgstr "Démarrer l’appel vidéo"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:70
+#: src/components/channel/ChannelHeader/CallButtons.tsx:90
#: src/components/modals/UserProfileModal.tsx:1100
#: src/components/uikit/ContextMenu/items/CallMenuItems.tsx:60
msgid "Start Voice Call"
@@ -17182,9 +17259,21 @@ msgstr "Indicateurs de statut"
msgid "Status Slate"
msgstr "Ardoise de statut"
-#: src/components/pages/ReportPage.tsx:574
-msgid "Step {stepNumber} of {FLOW_TOTAL_STEPS}"
-msgstr "Étape {stepNumber} de {FLOW_TOTAL_STEPS}"
+#: src/components/pages/report/ReportStepSelection.tsx:38
+msgid "Step 1"
+msgstr "Étape 1"
+
+#: src/components/pages/report/ReportStepEmail.tsx:51
+msgid "Step 2"
+msgstr "Étape 2"
+
+#: src/components/pages/report/ReportStepVerification.tsx:61
+msgid "Step 3"
+msgstr "Étape 3"
+
+#: src/components/pages/report/ReportStepDetails.tsx:71
+msgid "Step 4"
+msgstr "Étape 4"
#: src/utils/SystemMessageUtils.tsx:45
msgid "Step in, {username}! No paradoxes here; we're all friends."
@@ -17229,7 +17318,7 @@ msgid "Sticker density"
msgstr "Densité d’autocollants"
#: src/components/auth/InviteHeader.tsx:140
-#: src/components/channel/InviteEmbed.tsx:197
+#: src/components/channel/InviteEmbed.tsx:199
#: src/components/modals/InviteAcceptModal.tsx:142
#: src/components/modals/tabs/ExpressionPacksTab.tsx:70
msgid "Sticker pack"
@@ -17261,7 +17350,7 @@ msgstr "Autocollant mis à jour"
#: src/components/channel/AutocompleteEmoji.tsx:111
#: src/components/channel/textarea/TextareaButtons.tsx:134
-#: src/components/modals/ExpressionPickerSheet.tsx:86
+#: src/components/modals/ExpressionPickerSheet.tsx:73
#: src/components/popouts/ExpressionPickerPopout.tsx:79
msgid "Stickers"
msgstr "Autocollants"
@@ -17330,11 +17419,11 @@ msgstr "Salle d’étude"
msgid "Style Variations"
msgstr "Variations de style"
-#: src/components/pages/ReportPage.tsx:601
+#: src/components/pages/report/ReportStepComplete.tsx:41
msgid "Submit another report"
msgstr "Soumettre un autre rapport"
-#: src/components/pages/ReportPage.tsx:958
+#: src/components/pages/report/ReportStepDetails.tsx:240
msgid "Submit DSA Report"
msgstr "Soumettre un rapport DSA"
@@ -17346,7 +17435,7 @@ msgstr "Soumettre le rapport"
msgid "Submitting"
msgstr "Envoi en cours"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:53
+#: src/components/modals/components/plutonium/VisionarySection.tsx:58
msgid "subscription"
msgstr "abonnement"
@@ -17464,7 +17553,7 @@ msgstr "Masquer les intégrations"
msgid "Swap text to reverify variants"
msgstr "Changer le texte pour revérifier les variantes"
-#: src/components/pages/ReportPage.tsx:337
+#: src/components/pages/report/optionDescriptors.ts:109
msgid "Sweden"
msgstr "Suède"
@@ -17476,7 +17565,7 @@ msgstr "Suédois"
msgid "Switch account"
msgstr "Changer de compte"
-#: src/components/popouts/UserAreaPopout.tsx:497
+#: src/components/popouts/UserAreaPopout.tsx:499
msgid "Switch Accounts"
msgstr "Changer de compte"
@@ -17649,8 +17738,8 @@ msgstr "Texte (NSFW)"
msgid "Text channel"
msgstr "Salon textuel"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:473
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:662
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:487
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:676
#: src/components/channel/channel-header/useChannelHeaderData.ts:96
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:314
msgid "Text Channel"
@@ -17677,19 +17766,19 @@ msgstr "Zone de texte"
msgid "Thai"
msgstr "Thaï"
-#: src/components/pages/ReportPage.tsx:589
-msgid "Thank you for filing a report. We'll review it as soon as possible."
-msgstr "Merci d'avoir soumis un rapport. Nous l'examinerons dès que possible."
-
#: src/components/modals/IARModal.tsx:187
msgid "Thank you for helping keep Fluxer safe. Reports are reviewed by our Safety Team. False reports may result in action against your account."
msgstr "Merci d'aider à maintenir Fluxer sûr. Les signalements sont examinés par notre équipe Sécurité. Les faux signalements peuvent entraîner des mesures contre ton compte."
+#: src/components/pages/report/ReportStepComplete.tsx:37
+msgid "Thank you for helping keep Fluxer safe. We'll review your report as soon as possible."
+msgstr "Merci de contribuer à garder Fluxer en sécurité. Nous examinerons votre rapport dès que possible."
+
#: src/components/form/ColorPickerField.tsx:274
msgid "That doesn't look like a valid color. Try hex, rgb(), hsl(), or a CSS color name."
msgstr "Cela ne ressemble pas à une couleur valide. Essaie le format hex, rgb(), hsl() ou un nom de couleur CSS."
-#: src/components/pages/ReportPage.tsx:846
+#: src/components/pages/report/ReportStepDetails.tsx:117
msgid "That doesn't look like a valid URL."
msgstr "Cela ne semble pas être une URL valide."
@@ -17733,8 +17822,8 @@ msgstr "Le bot a été ajouté."
msgid "The channel you're looking for may have been deleted or you may not have access to it."
msgstr "Le salon recherché a peut-être été supprimé ou tu n'y as pas accès."
-#: src/components/layout/GuildLayout.tsx:308
-#: src/components/layout/GuildLayout.tsx:371
+#: src/components/layout/GuildLayout.tsx:313
+#: src/components/layout/GuildLayout.tsx:376
msgid "The community you're looking for may have been deleted or you may not have access to it."
msgstr "La communauté recherchée a peut-être été supprimée ou tu n'y as pas accès."
@@ -17795,7 +17884,7 @@ msgstr "Le délai d'attente ne peut pas dépasser 365 jours (31536000 secondes).
msgid "The URL this link channel points to."
msgstr "L'URL vers laquelle pointe ce salon lien."
-#: src/components/pages/ReportPage.tsx:452
+#: src/components/pages/ReportPage.tsx:277
msgid "The verification code is invalid or expired."
msgstr "Le code de vérification est invalide ou expiré."
@@ -17869,7 +17958,7 @@ msgstr "Ces paramètres utilisent le traitement audio natif du navigateur pour a
msgid "These toggles force the client to treat features as enabled or disabled without relying on the server configuration. They only affect your client experience and are shown to developers for testing."
msgstr "Ces interrupteurs forcent le client à considérer les fonctionnalités comme activées ou désactivées sans dépendre de la configuration serveur. Ils n'affectent que ton expérience client et sont affichés aux développeurs pour les tests."
-#: src/components/channel/channel-view/DMChannelView.tsx:356
+#: src/components/channel/channel-view/DMChannelView.tsx:357
msgid "They might have taken the DeLorean elsewhere."
msgstr "Ils ont peut-être emmené la DeLorean ailleurs."
@@ -17877,7 +17966,7 @@ msgstr "Ils ont peut-être emmené la DeLorean ailleurs."
msgid "they/them"
msgstr "ils/iel"
-#: src/components/channel/channel-view/DMChannelView.tsx:342
+#: src/components/channel/channel-view/DMChannelView.tsx:343
msgid "Think, McFly! Did you type the right address?"
msgstr "Réfléchis, McFly ! As-tu tapé la bonne adresse ?"
@@ -17979,7 +18068,7 @@ msgstr "Cette communauté a temporairement désactivé les invitations. Tu peux
msgid "This community requires you to verify your account before joining. Please set an email and password for your account."
msgstr "Cette communauté exige que tu vérifies ton compte avant de rejoindre. Merci de définir un e-mail et un mot de passe pour ton compte."
-#: src/components/channel/channel-view/DMChannelView.tsx:339
+#: src/components/channel/channel-view/DMChannelView.tsx:340
msgid "This conversation has been erased"
msgstr "Cette conversation a été effacée"
@@ -18008,8 +18097,8 @@ msgstr "Ce code cadeau a déjà été réclamé."
msgid "This gift code has already been redeemed."
msgstr "Ce code cadeau a déjà été utilisé."
-#: src/components/channel/GiftEmbed.tsx:148
-#: src/components/modals/GiftAcceptModal.tsx:92
+#: src/components/channel/GiftEmbed.tsx:159
+#: src/components/modals/GiftAcceptModal.tsx:99
msgid "This gift code is invalid or already claimed."
msgstr "Ce code cadeau est invalide ou déjà réclamé."
@@ -18022,11 +18111,11 @@ msgstr "Ce code cadeau est invalide ou a déjà été utilisé."
msgid "This gift code may be invalid, expired, or already redeemed."
msgstr "Ce code cadeau peut être invalide, expiré ou déjà utilisé."
-#: src/components/modals/GiftAcceptModal.tsx:118
+#: src/components/modals/GiftAcceptModal.tsx:125
msgid "This gift has already been claimed."
msgstr "Ce cadeau a déjà été réclamé."
-#: src/components/modals/tabs/GiftInventoryTab.tsx:157
+#: src/components/modals/tabs/GiftInventoryTab.tsx:158
msgid "This gift has been redeemed"
msgstr "Ce cadeau a été utilisé"
@@ -18044,7 +18133,7 @@ msgstr "Cette invitation expire dans {0}."
msgid "This invite has unlimited uses."
msgstr "Cette invitation a un nombre d'utilisations illimité."
-#: src/components/modals/InviteModal.tsx:321
+#: src/components/modals/InviteModal.tsx:318
msgid "This invite link never expires."
msgstr "Ce lien d'invitation n'expire jamais."
@@ -18059,23 +18148,19 @@ msgstr "Cette invitation a peut-être expiré ou été supprimée."
msgid "This invite never expires."
msgstr "Cette invitation n'expire jamais."
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:170
-#: src/components/emojis/EmojiInfoContent.tsx:79
+#: src/components/emojis/EmojiAttributionSubtext.tsx:130
msgid "This is a custom emoji from"
msgstr "Ceci est un emoji personnalisé de"
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:160
-#: src/components/emojis/EmojiInfoContent.tsx:68
+#: src/components/emojis/EmojiAttributionSubtext.tsx:121
msgid "This is a custom emoji from a community."
msgstr "Ceci est un emoji personnalisé d'une communauté."
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:150
-#: src/components/emojis/EmojiInfoContent.tsx:56
+#: src/components/emojis/EmojiAttributionSubtext.tsx:111
msgid "This is a custom emoji from a community. Ask the author for an invite to use this emoji."
msgstr "Ceci est un emoji personnalisé d'une communauté. Demande à l'auteur une invitation pour utiliser cet emoji."
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:138
-#: src/components/emojis/EmojiInfoContent.tsx:43
+#: src/components/emojis/EmojiAttributionSubtext.tsx:101
msgid "This is a default emoji on Fluxer."
msgstr "Ceci est un emoji par défaut sur Fluxer."
@@ -18095,8 +18180,8 @@ msgstr "Voici à quoi ressemblent les messages"
msgid "This is not the channel you're looking for."
msgstr "Ce n'est pas le salon que tu cherches."
-#: src/components/layout/GuildLayout.tsx:307
-#: src/components/layout/GuildLayout.tsx:370
+#: src/components/layout/GuildLayout.tsx:312
+#: src/components/layout/GuildLayout.tsx:375
msgid "This is not the community you're looking for."
msgstr "Ce n'est pas la communauté que tu cherches."
@@ -18113,7 +18198,7 @@ msgid "This is the beginning of <0>{displayName}0>. Add friends to start a con
msgstr "Voici le début de <0>{displayName}0>. Ajoute des amis pour commencer une conversation !"
#. placeholder {0}: user.username
-#: src/components/channel/dm/DMWelcomeSection.tsx:182
+#: src/components/channel/dm/DMWelcomeSection.tsx:194
msgid "This is the beginning of your direct message history with <0>{0}0>."
msgstr "Ceci est le début de ton historique de messages directs avec <0>{0}0>."
@@ -18194,7 +18279,7 @@ msgstr "Ce lien de thème manque de données."
msgid "This theme may have been removed or the link is invalid."
msgstr "Ce thème a peut-être été supprimé ou le lien est invalide."
-#: src/components/channel/dm/AddFriendForm.tsx:62
+#: src/components/channel/dm/AddFriendForm.tsx:85
msgid "This user has restricted who can send them friend requests."
msgstr "Cet utilisateur a restreint qui peut lui envoyer des demandes d'amis."
@@ -18216,8 +18301,8 @@ msgid "This was a @silent message."
msgstr "C'était un message @silent."
#: src/actions/MessageActionCreators.tsx:392
-#: src/components/channel/Messages.tsx:442
-#: src/components/channel/Messages.tsx:522
+#: src/components/channel/Messages.tsx:440
+#: src/components/channel/Messages.tsx:520
msgid "This will create a rift in the space-time continuum and cannot be undone."
msgstr "Cela créera une faille dans le continuum espace-temps et ne peut être annulé."
@@ -18283,7 +18368,7 @@ msgstr "Temps : {currentFormatted} sur {durationFormatted}"
msgid "Timed out until {0}."
msgstr "Bloqué jusqu'à {0}."
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:285
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:288
#: src/components/modals/TimeoutMemberModal.tsx:207
#: src/components/modals/TimeoutMemberSheet.tsx:90
#: src/components/uikit/ContextMenu/items/GuildMemberMenuItems.tsx:272
@@ -18570,7 +18655,7 @@ msgstr "vrai ou faux"
msgid "Try a different name or use @ / # / ! / * prefixes to filter results."
msgstr "Essaie un autre nom ou utilise les préfixes @ / # / ! / * pour filtrer les résultats."
-#: src/components/channel/ChannelSearchResults.tsx:710
+#: src/components/channel/ChannelSearchResults.tsx:679
msgid "Try a different search query"
msgstr "Essaie une autre requête de recherche"
@@ -18585,13 +18670,13 @@ msgid "Try a different search term or filter"
msgstr "Essaie un autre terme ou filtre de recherche"
#: src/components/auth/HandoffCodeDisplay.tsx:67
-#: src/components/channel/Messages.tsx:939
+#: src/components/channel/Messages.tsx:937
msgid "Try again"
msgstr "Réessaie"
#: src/components/BootstrapErrorScreen.tsx:68
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:301
-#: src/components/channel/ChannelSearchResults.tsx:694
+#: src/components/channel/ChannelSearchResults.tsx:663
#: src/components/modals/channelTabs/ChannelInvitesTab.tsx:148
#: src/components/modals/channelTabs/ChannelWebhooksTab.tsx:159
#: src/components/NetworkErrorScreen.tsx:56
@@ -18612,7 +18697,7 @@ msgstr "Essaie un autre nom ou vérifie ton orthographe."
msgid "Try another search term"
msgstr "Essaie un autre terme de recherche"
-#: src/components/channel/InviteEmbed.tsx:359
+#: src/components/channel/InviteEmbed.tsx:361
msgid "Try asking for a new invite."
msgstr "Essaie de demander une nouvelle invitation."
@@ -18802,7 +18887,7 @@ msgstr "Impossible d’installer le pack d’autocollants"
msgid "Unable to load activity logs"
msgstr "Impossible de charger les journaux d’activité"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:104
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:108
msgid "Unable to load applications"
msgstr "Impossible de charger les applications"
@@ -18814,7 +18899,7 @@ msgstr "Impossible de charger les infos du pack."
msgid "Unable to prepare any emojis for upload. The following errors occurred:"
msgstr "Impossible de préparer des émojis pour l’envoi. Erreurs suivantes :"
-#: src/components/modals/ClaimAccountModal.tsx:125
+#: src/components/modals/ClaimAccountModal.tsx:127
#: src/components/modals/EmailChangeModal.tsx:122
#: src/components/modals/EmailChangeModal.tsx:152
msgid "Unable to resend code right now"
@@ -18824,7 +18909,7 @@ msgstr "Impossible de renvoyer le code pour le moment"
msgid "Unable to send code to new email"
msgstr "Impossible d’envoyer le code sur la nouvelle adresse"
-#: src/components/channel/dm/AddFriendForm.tsx:76
+#: src/components/channel/dm/AddFriendForm.tsx:99
msgid "Unable to send friend request. Please try again."
msgstr "Impossible d’envoyer la demande d’ami. Réessaie."
@@ -18844,17 +18929,17 @@ msgstr "Indisponible pour tout le monde"
msgid "Unavailable for everyone but staff"
msgstr "Indisponible pour tous sauf le staff"
-#: src/components/bottomsheets/DMBottomSheet.tsx:532
+#: src/components/bottomsheets/DMBottomSheet.tsx:535
#: src/components/channel/barriers/BarrierComponents.tsx:221
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:180
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:335
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:182
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:338
#: src/components/modals/tabs/BlockedUsersTab.tsx:58
#: src/components/modals/tabs/BlockedUsersTab.tsx:171
#: src/components/modals/UserProfileActionsSheet.tsx:151
#: src/components/modals/UserProfileActionsSheet.tsx:305
-#: src/components/modals/UserProfileMobileSheet.tsx:320
+#: src/components/modals/UserProfileMobileSheet.tsx:321
#: src/components/modals/UserProfileModal.tsx:1049
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:209
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:230
#: src/utils/RelationshipActionUtils.tsx:169
msgid "Unblock"
msgstr "Débloquer"
@@ -18863,11 +18948,11 @@ msgstr "Débloquer"
msgid "Unblock this user before sending a friend request."
msgstr "Débloque cet utilisateur avant d’envoyer une demande d’ami."
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:178
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:180
#: src/components/modals/tabs/BlockedUsersTab.tsx:56
#: src/components/modals/UserProfileActionsSheet.tsx:149
-#: src/components/modals/UserProfileMobileSheet.tsx:318
-#: src/components/modals/UserProfileModal.tsx:1243
+#: src/components/modals/UserProfileMobileSheet.tsx:319
+#: src/components/modals/UserProfileModal.tsx:1244
#: src/utils/RelationshipActionUtils.tsx:167
msgid "Unblock User"
msgstr "Débloquer l’utilisateur"
@@ -18878,17 +18963,17 @@ msgstr "Débloquer l’utilisateur"
msgid "Uncategorized"
msgstr "Sans catégorie"
-#: src/components/modals/tabs/BetaCodesTab.tsx:127
-#: src/components/modals/tabs/BetaCodesTab.tsx:204
+#: src/components/modals/tabs/BetaCodesTab.tsx:129
+#: src/components/modals/tabs/BetaCodesTab.tsx:206
msgid "Unclaimed"
msgstr "Non réclamé"
#. placeholder {0}: unclaimedBetaCodes.length
-#: src/components/modals/tabs/BetaCodesTab.tsx:333
+#: src/components/modals/tabs/BetaCodesTab.tsx:358
msgid "Unclaimed ({0})"
msgstr "Non réclamé ({0})"
-#: src/components/modals/components/UnclaimedAccountAlert.tsx:31
+#: src/components/modals/components/UnclaimedAccountAlert.tsx:29
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:51
msgid "Unclaimed Account"
msgstr "Compte non réclamé"
@@ -18922,7 +19007,7 @@ msgstr "Rétablir l’audition de tous les appareils"
msgid "Undeafen User"
msgstr "Rétablir l’audition de l’utilisateur"
-#: src/components/pages/ReportPage.tsx:285
+#: src/components/pages/report/optionDescriptors.ts:63
#: src/constants/IARConstants.tsx:129
msgid "Underage User"
msgstr "Utilisateur mineur"
@@ -18981,7 +19066,7 @@ msgstr "Décentrer"
msgid "Unique invite"
msgstr "Invitation unique"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:79
+#: src/components/modals/components/plutonium/VisionarySection.tsx:88
msgid "Unique profile badge"
msgstr "Badge de profil unique"
@@ -19035,12 +19120,12 @@ msgstr "entité inconnue"
msgid "Unknown error"
msgstr "Erreur inconnue"
-#: src/components/channel/GiftEmbed.tsx:147
-#: src/components/modals/GiftAcceptModal.tsx:91
+#: src/components/channel/GiftEmbed.tsx:158
+#: src/components/modals/GiftAcceptModal.tsx:98
msgid "Unknown Gift"
msgstr "Cadeau inconnu"
-#: src/components/channel/InviteEmbed.tsx:357
+#: src/components/channel/InviteEmbed.tsx:359
msgid "Unknown Invite"
msgstr "Invitation inconnue"
@@ -19113,7 +19198,7 @@ msgstr "Débloque le partage d’écran HD avec Plutonium"
msgid "Unlock HD Video with Plutonium"
msgstr "Débloque la vidéo HD avec Plutonium"
-#: src/components/modals/components/PlutoniumContent.tsx:185
+#: src/components/modals/components/PlutoniumContent.tsx:196
msgid "Unlock higher limits and exclusive features while supporting an independent communication platform."
msgstr "Débloque des limites supérieures et des fonctionnalités exclusives tout en soutenant une plateforme de communication indépendante."
@@ -19126,9 +19211,9 @@ msgid "Unlock stickers in DMs with Plutonium"
msgstr "Débloque les autocollants dans les DM avec Plutonium"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:467
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:850
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1044
-#: src/components/bottomsheets/DMBottomSheet.tsx:645
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:882
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1068
+#: src/components/bottomsheets/DMBottomSheet.tsx:648
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:321
#: src/components/bottomsheets/VoiceLobbyBottomSheet.tsx:179
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:253
@@ -19154,7 +19239,7 @@ msgstr "Désactiver le muet de la catégorie"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:400
#: src/components/bottomsheets/ChannelBottomSheet.tsx:452
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1005
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1029
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:167
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:161
msgid "Unmute Channel"
@@ -19167,9 +19252,9 @@ msgstr "Désactiver le muet du canal"
msgid "Unmute Community"
msgstr "Désactiver le muet de la communauté"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1007
-#: src/components/bottomsheets/DMBottomSheet.tsx:449
-#: src/components/bottomsheets/DMBottomSheet.tsx:590
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1031
+#: src/components/bottomsheets/DMBottomSheet.tsx:451
+#: src/components/bottomsheets/DMBottomSheet.tsx:593
msgid "Unmute Conversation"
msgstr "Désactiver le muet de la conversation"
@@ -19200,16 +19285,16 @@ msgid "Unnamed Group"
msgstr "Groupe sans nom"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:331
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1126
-#: src/components/bottomsheets/DMBottomSheet.tsx:478
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1150
+#: src/components/bottomsheets/DMBottomSheet.tsx:480
#: src/components/channel/dm/DMList.tsx:282
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:149
msgid "Unpin DM"
msgstr "Détacher le DM"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:290
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1126
-#: src/components/bottomsheets/DMBottomSheet.tsx:478
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1150
+#: src/components/bottomsheets/DMBottomSheet.tsx:480
#: src/components/channel/dm/DMList.tsx:243
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:129
msgid "Unpin Group DM"
@@ -19231,20 +19316,20 @@ msgid "Unpin Message"
msgstr "Détacher le message"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:232
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:583
-#: src/components/bottomsheets/DMBottomSheet.tsx:164
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:597
+#: src/components/bottomsheets/DMBottomSheet.tsx:166
#: src/components/channel/dm/DMList.tsx:224
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:132
msgid "Unpinned DM"
msgstr "DM détaché"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:232
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:583
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:597
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:112
msgid "Unpinned group"
msgstr "Groupe détaché"
-#: src/components/bottomsheets/DMBottomSheet.tsx:164
+#: src/components/bottomsheets/DMBottomSheet.tsx:166
msgid "Unpinned group DM"
msgstr "DM de groupe non épinglé"
@@ -19279,7 +19364,7 @@ msgstr "Réafficher les intégrations"
msgid "Until I change it"
msgstr "Jusqu’à ce que je le change"
-#: src/components/bottomsheets/DMBottomSheet.tsx:664
+#: src/components/bottomsheets/DMBottomSheet.tsx:667
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:334
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:57
#: src/components/channel/muteOptions.ts:39
@@ -19305,7 +19390,7 @@ msgstr "Mettre à jour"
msgid "Update app"
msgstr "Mettre à jour l’application"
-#: src/components/modals/components/MobileSettingsView.tsx:244
+#: src/components/modals/components/MobileSettingsView.tsx:239
msgid "Update Service Worker"
msgstr "Mettre à jour le Service Worker"
@@ -19402,7 +19487,7 @@ msgstr "Mise à jour des favoris…"
msgid "Updating..."
msgstr "Mise à jour…"
-#: src/components/modals/components/plutonium/PricingSection.tsx:84
+#: src/components/modals/components/plutonium/PricingSection.tsx:94
msgid "Upgrade Now"
msgstr "Passer à la version supérieure"
@@ -19415,18 +19500,19 @@ msgstr "Passer à Plutonium"
msgid "Upgrade to store up to 15 custom backgrounds and unlock HD video quality, higher frame rates, and more."
msgstr "Passe à Plutonium pour stocker jusqu'à 15 fonds personnalisés et débloquer la vidéo HD, des fréquences d'images plus élevées, et plus encore."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:265
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:316
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:297
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:357
msgid "Upgrade to Visionary"
msgstr "Passer à Visionary"
#. placeholder {0}: formatter.format(visionarySlots.remaining)
-#: src/components/modals/components/plutonium/VisionarySection.tsx:109
+#: src/components/modals/components/plutonium/VisionarySection.tsx:122
+#: src/components/modals/components/plutonium/VisionarySection.tsx:134
msgid "Upgrade to Visionary — {0} Left"
msgstr "Passer à Visionary — {0} restants"
#. placeholder {0}: isGiftSubscription ? 'gift time' : 'subscription'
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:243
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:262
msgid "Upgrading to Visionary is a <0>one-time0> purchase and will <1>cancel your current {0} immediately1>."
msgstr "Passer à Visionary est un achat <0>unique0> et <1>annulera immédiatement ton {0} actuel1>."
@@ -19674,10 +19760,6 @@ msgstr "Utilise ces codes pour accéder à ton compte si tu perds ton applicatio
msgid "Use this button to quickly clear all permissions."
msgstr "Utilise ce bouton pour effacer rapidement toutes les permissions."
-#: src/components/pages/ReportPage.tsx:613
-msgid "Use this form to report illegal content under the Digital Services Act (DSA). Select what you want to report."
-msgstr "Utilisez ce formulaire pour signaler du contenu illégal en vertu de la loi sur les services numériques (DSA). Sélectionnez ce que vous souhaitez signaler."
-
#: src/components/modals/tabs/KeybindsTab.tsx:101
msgid "Use this shortcut system-wide"
msgstr "Utiliser ce raccourci dans tout le système"
@@ -19708,19 +19790,19 @@ msgstr "L’utilisateur semble avoir moins de 13 ans"
msgid "User Debug"
msgstr "Débogage utilisateur"
-#: src/components/channel/channel-view/DMChannelView.tsx:353
+#: src/components/channel/channel-view/DMChannelView.tsx:354
msgid "User has vanished"
msgstr "L’utilisateur a disparu"
-#: src/components/pages/ReportPage.tsx:865
+#: src/components/pages/report/ReportStepDetails.tsx:137
msgid "User ID (optional)"
msgstr "ID utilisateur (optionnel)"
-#: src/components/bottomsheets/DMBottomSheet.tsx:376
+#: src/components/bottomsheets/DMBottomSheet.tsx:378
msgid "User ID copied"
msgstr "ID utilisateur copié"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:652
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:666
msgid "User ID copied to clipboard"
msgstr "ID utilisateur copié dans le presse-papiers"
@@ -19765,7 +19847,7 @@ msgstr "Historique utilisateur"
msgid "User Settings"
msgstr "Paramètres utilisateur"
-#: src/components/pages/ReportPage.tsx:873
+#: src/components/pages/report/ReportStepDetails.tsx:146
msgid "User Tag (optional)"
msgstr "Tag utilisateur (facultatif)"
@@ -19805,7 +19887,7 @@ msgstr "Le nom d’utilisateur doit contenir au moins 1 caractère"
msgid "Username must be at most 32 characters"
msgstr "Le nom d’utilisateur doit contenir au maximum 32 caractères"
-#: src/components/channel/dm/AddFriendForm.tsx:130
+#: src/components/channel/dm/AddFriendForm.tsx:153
msgid "Username#0000"
msgstr "NomUtilisateur#0000"
@@ -19904,7 +19986,7 @@ msgstr "Les URL personnalisées doivent comporter entre 2 et 32 caractères et n
msgid "Verification Barriers"
msgstr "Barrières de vérification"
-#: src/components/modals/ClaimAccountModal.tsx:199
+#: src/components/modals/ClaimAccountModal.tsx:201
#: src/components/modals/EmailChangeModal.tsx:218
#: src/components/modals/EmailChangeModal.tsx:282
#: src/components/modals/PhoneAddModal.tsx:224
@@ -19912,11 +19994,11 @@ msgstr "Barrières de vérification"
msgid "Verification code"
msgstr "Code de vérification"
-#: src/components/pages/ReportPage.tsx:719
+#: src/components/pages/report/ReportStepVerification.tsx:86
msgid "Verification Code"
msgstr "Code de vérification"
-#: src/components/modals/ClaimAccountModal.tsx:88
+#: src/components/modals/ClaimAccountModal.tsx:90
msgid "Verification code sent"
msgstr "Code de vérification envoyé"
@@ -19937,10 +20019,9 @@ msgstr "La vérification peut être requise avant de consulter tes codes de sauv
#: src/components/auth/AuthPageHeader.tsx:49
#: src/components/auth/InviteHeader.tsx:81
#: src/components/auth/InviteHeader.tsx:226
-#: src/components/channel/InviteEmbed.tsx:285
-#: src/components/channel/InviteEmbed.tsx:428
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:178
-#: src/components/emojis/EmojiInfoContent.tsx:87
+#: src/components/channel/InviteEmbed.tsx:287
+#: src/components/channel/InviteEmbed.tsx:430
+#: src/components/emojis/EmojiAttributionSubtext.tsx:143
#: src/components/layout/GuildHeader.tsx:132
msgid "Verified Community"
msgstr "Communauté vérifiée"
@@ -19955,7 +20036,7 @@ msgstr "Guilde vérifiée"
msgid "Verify"
msgstr "Vérifier"
-#: src/components/pages/ReportPage.tsx:740
+#: src/components/pages/report/ReportStepVerification.tsx:102
msgid "Verify Code"
msgstr "Vérifier le code"
@@ -19980,6 +20061,10 @@ msgstr "Formulaire de vérification du numéro de téléphone"
msgid "Verify You're Human"
msgstr "Montre que tu es humain"
+#: src/components/pages/report/ReportStepEmail.tsx:54
+msgid "Verify your email"
+msgstr "Vérifie ton email"
+
#: src/components/modals/SudoVerificationModal.tsx:359
msgid "Verify your identity"
msgstr "Vérifie ton identité"
@@ -20012,7 +20097,7 @@ msgid "Video"
msgstr "Vidéo"
#: src/components/channel/ChannelHeader.tsx:572
-#: src/components/modals/UserProfileMobileSheet.tsx:515
+#: src/components/modals/UserProfileMobileSheet.tsx:519
msgid "Video Call"
msgstr "Appel vidéo"
@@ -20097,7 +20182,7 @@ msgstr "Afficher les codes de sauvegarde"
msgid "View backup codes form"
msgstr "Formulaire d'affichage des codes de sauvegarde"
-#: src/components/channel/channel-view/DMChannelView.tsx:282
+#: src/components/channel/channel-view/DMChannelView.tsx:283
msgid "View call"
msgstr "Afficher l'appel"
@@ -20138,7 +20223,7 @@ msgstr "Afficher l'inventaire de cadeaux"
msgid "View Global Profile"
msgstr "Afficher le profil global"
-#: src/components/channel/channel-view/DMChannelView.tsx:282
+#: src/components/channel/channel-view/DMChannelView.tsx:283
msgid "View incoming call"
msgstr "Afficher l'appel entrant"
@@ -20158,10 +20243,10 @@ msgstr "Voir les fonctionnalités Premium"
msgid "View premium perks"
msgstr "Voir les avantages premium"
-#: src/components/bottomsheets/DMBottomSheet.tsx:411
+#: src/components/bottomsheets/DMBottomSheet.tsx:413
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:226
#: src/components/channel/friends/MobileFriendRequestItem.tsx:87
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:210
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:212
#: src/components/modals/tabs/BlockedUsersTab.tsx:87
#: src/components/uikit/ContextMenu/items/UserProfileMenuItem.tsx:43
msgid "View Profile"
@@ -20191,7 +20276,7 @@ msgstr "Un spectateur rejoint le stream"
msgid "Viewer Leaves Stream"
msgstr "Un spectateur quitte le stream"
-#: src/components/pages/ReportPage.tsx:827
+#: src/components/pages/report/ReportStepDetails.tsx:96
msgid "Violation Category"
msgstr "Catégorie de violation"
@@ -20199,7 +20284,7 @@ msgstr "Catégorie de violation"
msgid "Violation category selection"
msgstr "Sélection de la catégorie de violation"
-#: src/components/pages/ReportPage.tsx:264
+#: src/components/pages/report/optionDescriptors.ts:45
#: src/constants/IARConstants.tsx:42
msgid "Violent or Graphic Content"
msgstr "Contenu violent ou explicite"
@@ -20212,9 +20297,9 @@ msgstr "Voix VIP"
msgid "Visible Buttons"
msgstr "Boutons visibles"
-#: src/components/modals/components/plutonium/PricingSection.tsx:88
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:110
-#: src/components/modals/components/plutonium/VisionarySection.tsx:58
+#: src/components/modals/components/plutonium/PricingSection.tsx:101
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:129
+#: src/components/modals/components/plutonium/VisionarySection.tsx:67
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:154
#: src/utils/modals/guildTabs/GuildAuditLogTabUtils.ts:274
msgid "Visionary"
@@ -20228,25 +20313,25 @@ msgstr "Visionary (à vie #42)"
msgid "Visionary (Lifetime Plutonium)"
msgstr "Visionary (à vie Plutonium)"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:80
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:111
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:95
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:134
msgid "Visionary {visionaryPrice}"
msgstr "Visionary {visionaryPrice}"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:96
+#: src/components/modals/components/plutonium/VisionarySection.tsx:105
msgid "Visionary community with direct team access"
msgstr "Communauté Visionary avec accès direct à l'équipe"
-#: src/components/modals/components/plutonium/GiftSection.tsx:87
-#: src/components/modals/components/plutonium/PricingSection.tsx:119
+#: src/components/modals/components/plutonium/GiftSection.tsx:100
+#: src/components/modals/components/plutonium/PricingSection.tsx:140
msgid "Visionary Gift"
msgstr "Cadeau Visionary"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:109
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:132
msgid "Visionary Gift Sold Out"
msgstr "Cadeau Visionary épuisé"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:80
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:95
msgid "Visionary Sold Out"
msgstr "Visionary épuisé"
@@ -20281,15 +20366,15 @@ msgstr "Paramètres Voix et Vidéo"
msgid "Voice Activity"
msgstr "Activité vocale"
-#: src/components/channel/channel-view/DMChannelView.tsx:277
+#: src/components/channel/channel-view/DMChannelView.tsx:278
#: src/components/voice/VoiceCallView.tsx:466
msgid "Voice call"
msgstr "Appel vocal"
-#: src/components/bottomsheets/DMBottomSheet.tsx:419
+#: src/components/bottomsheets/DMBottomSheet.tsx:421
#: src/components/channel/ChannelHeader.tsx:562
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:225
-#: src/components/modals/UserProfileMobileSheet.tsx:507
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:227
+#: src/components/modals/UserProfileMobileSheet.tsx:511
msgid "Voice Call"
msgstr "Appel vocal"
@@ -20306,8 +20391,8 @@ msgstr "Appels vocaux"
msgid "Voice channel"
msgstr "Salon vocal"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:475
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:662
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:489
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:676
#: src/components/channel/channel-header/useChannelHeaderData.ts:100
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:314
msgid "Voice Channel"
@@ -20488,8 +20573,8 @@ msgstr "Nous avons envoyé un lien par email pour autoriser cette connexion. Ouv
msgid "We failed to retrieve the full information about this user at this time."
msgstr "Nous n’avons pas pu récupérer toutes les informations de cet utilisateur pour le moment."
-#: src/components/layout/GuildLayout.tsx:302
-#: src/components/layout/GuildLayout.tsx:349
+#: src/components/layout/GuildLayout.tsx:307
+#: src/components/layout/GuildLayout.tsx:354
msgid "We fluxed up! Hang tight, we're working on it."
msgstr "On a merdé ! Reste dans les parages, on gère ça."
@@ -20513,18 +20598,13 @@ msgstr "Nous avons perdu la connexion en attendant l’autorisation. Réessaie."
msgid "We need to make sure you're not a bot. Please complete the verification below."
msgstr "Il faut vérifier que tu n’es pas un bot. Complète la vérification ci-dessous."
-#: src/components/pages/ReportPage.tsx:639
-msgid "We need to verify your email address before you can submit a report."
-msgstr "Nous devons vérifier ton adresse email avant que tu puisses envoyer un signalement."
-
#: src/components/modals/BackupCodesModal.tsx:45
msgid "We recommend saving these codes now so that you don't get locked out of your account."
msgstr "On te recommande de sauvegarder ces codes maintenant pour ne pas te retrouver bloqué hors de ton compte."
-#. placeholder {0}: state.email
-#: src/components/pages/ReportPage.tsx:702
-msgid "We sent a verification code to {0}."
-msgstr "Nous avons envoyé un code de vérification à {0}."
+#: src/components/pages/report/ReportStepVerification.tsx:67
+msgid "We sent a code to {email}."
+msgstr "Nous avons envoyé un code à {email}."
#: src/components/auth/BrowserLoginHandoffModal.tsx:315
msgid "We will prefill {prefillEmail} once the browser login opens."
@@ -20534,6 +20614,10 @@ msgstr "Nous pré-remplirons {prefillEmail} une fois la connexion via navigateur
msgid "We'll restore your previous email, sign out old sessions, remove phone numbers, disable MFA, and secure your account with a new password."
msgstr "Nous restaurerons ton ancienne adresse email, déconnecterons les anciennes sessions, supprimerons les numéros de téléphone, désactiverons l’authentification multifacteur et sécuriserons ton compte avec un nouveau mot de passe."
+#: src/components/pages/report/ReportStepEmail.tsx:57
+msgid "We'll send a short code to confirm you can receive updates about this report."
+msgstr "Nous enverrons un code court pour confirmer que tu peux recevoir des mises à jour concernant ce rapport."
+
#: src/components/modals/EmailChangeModal.tsx:190
msgid "We'll verify your current email and then your new email with one-time codes."
msgstr "Nous vérifierons ton adresse email actuelle puis la nouvelle avec des codes uniques."
@@ -20546,13 +20630,13 @@ msgstr "Nous vérifierons ta nouvelle adresse email avec un code unique."
msgid "We're having trouble connecting to Fluxer's servers. This could be a temporary network issue or scheduled maintenance."
msgstr "Nous avons du mal à nous connecter aux serveurs de Fluxer. Cela peut être un problème réseau temporaire ou une maintenance programmée."
-#: src/components/modals/tabs/BetaCodesTab.tsx:297
+#: src/components/modals/tabs/BetaCodesTab.tsx:322
#: src/components/modals/tabs/DevicesTab.tsx:230
msgid "We're having trouble connecting to the space-time continuum. Please check your connection and try again."
msgstr "Nous avons du mal à nous connecter au continuum espace-temps. Vérifie ta connexion et réessaie."
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:287
-#: src/components/channel/ChannelSearchResults.tsx:681
+#: src/components/channel/ChannelSearchResults.tsx:650
msgid "We're indexing this channel for the first time. This might take a little while..."
msgstr "Nous indexons ce canal pour la première fois. Cela peut prendre un peu de temps..."
@@ -20829,17 +20913,16 @@ msgstr "Écris du CSS personnalisé ici pour remplacer n’importe quel token de
msgid "Write your content here... This textarea expands as you type."
msgstr "Écris ton contenu ici... Cette zone de texte s’agrandit en tapant."
-#: src/components/auth/DateOfBirthField.tsx:89
-#: src/components/auth/DateOfBirthField.tsx:156
+#: src/components/auth/DateOfBirthField.tsx:153
#: src/components/auth/MockMinimalRegisterForm.tsx:78
msgid "Year"
msgstr "Année"
-#: src/components/modals/components/plutonium/PricingSection.tsx:78
+#: src/components/modals/components/plutonium/PricingSection.tsx:88
msgid "Yearly"
msgstr "Annuel"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:71
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:84
msgid "Yearly {yearlyPrice}"
msgstr "Annuel {yearlyPrice}"
@@ -20874,7 +20957,7 @@ msgstr "Tu es sur le point de quitter Fluxer"
msgid "You are about to transfer ownership of this community to <0>{0}0>. This action is <1>irreversible1> and you will lose all owner privileges."
msgstr "Tu es sur le point de transférer la propriété de cette communauté à <0>{0}0>. Cette action est <1>irréversible1> et tu perdras tous tes privilèges de propriétaire."
-#: src/components/channel/dm/AddFriendForm.tsx:72
+#: src/components/channel/dm/AddFriendForm.tsx:95
msgid "You are already friends with this user."
msgstr "Tu es déjà ami avec cet utilisateur."
@@ -20960,7 +21043,7 @@ msgstr "Tu ne peux télécharger que jusqu'à {MAX_EMOJIS_PER_UPLOAD} emojis à
msgid "You can pin messages in this conversation for everyone to see."
msgstr "Tu peux épingler des messages dans cette conversation pour que tout le monde les voie."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:175
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:194
msgid "You can redeem additional gift codes to <0>extend0> your gift time. To start a monthly or yearly plan, wait until after it ends — or <1>upgrade to Visionary1> now (remaining gift time will be discarded)."
msgstr "Tu peux utiliser d’autres codes cadeaux pour <0>prolonger0> ton temps offert. Pour démarrer un plan mensuel ou annuel, attends la fin de celui-ci — ou <1>passe à Visionary1> immédiatement (le temps restant sera perdu)."
@@ -20990,7 +21073,7 @@ msgstr "Tu peux utiliser des liens et Markdown pour formater ton texte. Avec <0/
msgid "You can't add new reactions while you're on timeout."
msgstr "Tu ne peux pas ajouter de nouvelles réactions pendant ton timeout."
-#: src/components/modals/UserProfileModal.tsx:1170
+#: src/components/modals/UserProfileModal.tsx:1171
msgid "You can't befriend yourself"
msgstr "Tu ne peux pas être ami avec toi-même"
@@ -20998,14 +21081,14 @@ msgstr "Tu ne peux pas être ami avec toi-même"
msgid "You can't interact with reactions in search results as it might disrupt the space-time continuum."
msgstr "Tu ne peux pas interagir avec les réactions dans les résultats de recherche, cela pourrait perturber le continuum espace-temps."
-#: src/components/layout/ChannelItem.tsx:200
-#: src/components/layout/ChannelItem.tsx:366
-#: src/stores/voice/MediaEngineFacade.ts:151
-#: src/stores/voice/MediaEngineFacade.ts:482
+#: src/components/layout/ChannelItem.tsx:206
+#: src/components/layout/ChannelItem.tsx:375
+#: src/stores/voice/MediaEngineFacade.ts:154
+#: src/stores/voice/MediaEngineFacade.ts:529
msgid "You can't join while you're on timeout."
msgstr "Tu ne peux pas rejoindre pendant ton timeout."
-#: src/components/modals/UserProfileModal.tsx:1182
+#: src/components/modals/UserProfileModal.tsx:1183
#: src/components/popouts/UserProfilePopout.tsx:282
#: src/components/profile/ProfilePreview.tsx:284
msgid "You can't message yourself"
@@ -21019,7 +21102,7 @@ msgstr "Tu ne peux pas t’envoyer une demande d’ami."
msgid "You can't send friend requests to bots."
msgstr "Tu ne peux pas envoyer de demandes d’ami aux bots."
-#: src/components/channel/dm/AddFriendForm.tsx:64
+#: src/components/channel/dm/AddFriendForm.tsx:87
msgid "You can't send friend requests to users you've blocked. Unblock them first."
msgstr "Tu ne peux pas envoyer de demandes d’ami aux utilisateurs que tu as bloqués. Débloque-les d’abord."
@@ -21066,11 +21149,11 @@ msgstr "Tu ne peux pas supprimer cette permission car cela te supprimerait aussi
msgid "You cannot save a role with a blank name. Please provide a valid name before saving."
msgstr "Tu ne peux pas enregistrer un rôle sans nom. Donne un nom valide avant d’enregistrer."
-#: src/components/channel/dm/AddFriendForm.tsx:68
+#: src/components/channel/dm/AddFriendForm.tsx:91
msgid "You cannot send a friend request to yourself."
msgstr "Tu ne peux pas t’envoyer une demande d’ami."
-#: src/components/channel/dm/AddFriendForm.tsx:66
+#: src/components/channel/dm/AddFriendForm.tsx:89
msgid "You cannot send friend requests to bots."
msgstr "Tu ne peux pas envoyer de demandes d’ami aux bots."
@@ -21094,7 +21177,7 @@ msgstr "Tu n’as pas accès au canal où ce message a été envoyé."
msgid "You do not have permission to send messages in this channel."
msgstr "Tu n’as pas la permission d’envoyer des messages dans ce canal."
-#: src/components/layout/GuildLayout.tsx:393
+#: src/components/layout/GuildLayout.tsx:398
msgid "You don't have access to any channels in this community."
msgstr "Tu n’as accès à aucun canal dans cette communauté."
@@ -21114,23 +21197,23 @@ msgstr "Tu n’as pas la permission d’installer ce pack d’emojis."
msgid "You don't have permission to install this sticker pack."
msgstr "Tu n’as pas la permission d’installer ce pack de stickers."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:203
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:222
msgid "You have all <0/> for <1>{monthlyPrice}/month1>."
msgstr "Tu as tout <0/> pour <1>{monthlyPrice}/mois1>."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:208
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:227
msgid "You have all <0/> for <1>{yearlyPrice}/year1>."
msgstr "Tu as tout <0/> pour <1>{yearlyPrice}/an1>."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:213
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:232
msgid "You have all <0/> for your subscription period."
msgstr "Tu as tout <0/> pendant ta période d’abonnement."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:198
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:217
msgid "You have all <0/> forever. No subscriptions, no renewals."
msgstr "Tu as tout <0/> pour toujours. Pas d’abonnements, pas de renouvellements."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:169
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:188
msgid "You have all <0/> via a <1>gift subscription1> until <2>{giftEndDate}2>. It <3>won't renew3>."
msgstr "Tu as tout <0/> via un <1>abonnement cadeau1> jusqu’au <2>{giftEndDate}2>. Il <3>ne se renouvelle pas3>."
@@ -21228,11 +21311,11 @@ msgstr "Tu as perdu l’accès à ce message enregistré. Supprimer ?"
msgid "You made it, {username}! We're about to hit 88mph!"
msgstr "Tu l'as fait, {username} ! On est sur le point d'atteindre 88 mph !"
-#: src/components/channel/CallMessage.tsx:179
+#: src/components/channel/CallMessage.tsx:173
msgid "You missed a call from <0/> that lasted {durationText}."
msgstr "Tu as manqué un appel de <0/> qui a duré {durationText}."
-#: src/components/channel/CallMessage.tsx:184
+#: src/components/channel/CallMessage.tsx:178
msgid "You missed a call from <0/>."
msgstr "Tu as manqué un appel de <0/>."
@@ -21252,7 +21335,7 @@ msgstr "Tu dois avoir 18 ans ou plus pour voir ce contenu. <0>En savoir plus0>
msgid "You must be connected to the gateway to accept this temporary invite. Please check your connection and try again."
msgstr "Tu dois être connecté à la passerelle pour accepter cette invitation temporaire. Vérifie ta connexion et réessaie."
-#: src/components/pages/ReportPage.tsx:463
+#: src/components/pages/ReportPage.tsx:288
msgid "You must verify your email before submitting a report."
msgstr "Tu dois vérifier ton adresse e-mail avant de soumettre un rapport."
@@ -21385,7 +21468,7 @@ msgstr "Tu es dans le salon vocal"
msgid "You're sending messages too quickly"
msgstr "Tu envoies des messages trop rapidement"
-#: src/components/channel/Messages.tsx:909
+#: src/components/channel/Messages.tsx:907
msgid "You're viewing older messages"
msgstr "Tu consultes d'anciens messages"
@@ -21464,7 +21547,7 @@ msgstr "Ton compte a été approuvé. Redirection vers l’application…"
msgid "Your account has been created, but access is temporarily limited until approval. You will be notified once your account is approved."
msgstr "Ton compte a été créé, mais l’accès est temporairement limité jusqu’à approbation. Tu seras informé une fois ton compte approuvé."
-#: src/components/modals/components/UnclaimedAccountAlert.tsx:38
+#: src/components/modals/components/UnclaimedAccountAlert.tsx:36
msgid "Your account is not yet claimed. Without an email and password, you won't be able to sign in from other devices and you could lose access to your account. Claim your account now to secure it."
msgstr "Ton compte n’est pas encore revendiqué. Sans e-mail ni mot de passe, tu ne pourras pas te connecter depuis d’autres appareils et tu pourrais perdre l’accès à ton compte. Reprends ton compte maintenant pour le sécuriser."
@@ -21508,7 +21591,7 @@ msgstr "Tes paramètres de son de notification actuels seront conservés."
msgid "Your export request will be processed"
msgstr "Ta demande d’exportation sera traitée"
-#: src/components/pages/ReportPage.tsx:935
+#: src/components/pages/report/ReportStepDetails.tsx:213
msgid "Your FluxerTag (optional)"
msgstr "Ton FluxerTag (facultatif)"
@@ -21521,7 +21604,7 @@ msgid "Your invite expires in 24 hours"
msgstr "Ton invitation expire dans 24 heures"
#. placeholder {0}: getExpirationText()
-#: src/components/modals/InviteModal.tsx:325
+#: src/components/modals/InviteModal.tsx:322
msgid "Your invite link expires in {0}."
msgstr "Ton lien d’invitation expire dans {0}."
@@ -21565,7 +21648,7 @@ msgstr "Ton espace personnel pour un accès rapide aux salons, DM et groupes que
msgid "Your Plutonium subscription has expired. You've lost all Plutonium perks. Reactivate your subscription to regain access."
msgstr "Ton abonnement Plutonium a expiré. Tu as perdu tous les avantages Plutonium. Réactive ton abonnement pour retrouver l’accès."
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:781
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:813
msgid "Your private space"
msgstr "Ton espace privé"
@@ -21573,7 +21656,7 @@ msgstr "Ton espace privé"
msgid "Your private space for thoughts and reminders"
msgstr "Ton espace privé pour pensées et rappels"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:277
+#: src/components/modals/tabs/GiftInventoryTab.tsx:300
msgid "Your Purchased Gifts"
msgstr "Tes cadeaux achetés"
@@ -21585,15 +21668,11 @@ msgstr "ta région"
msgid "Your stream is still being broadcast"
msgstr "Ton stream est toujours diffusé"
-#: src/components/pages/ReportPage.tsx:594
-msgid "Your submission ID"
-msgstr "Votre ID de soumission"
-
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:153
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:172
msgid "Your subscription ended, but you still have all <0/> until <1>{graceDate}1>. Resubscribe to keep them."
msgstr "Ton abonnement a pris fin, mais tu as encore tout <0/> jusqu’au <1>{graceDate}1>. Réabonne-toi pour les conserver."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:138
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:157
msgid "Your subscription expired on <0>{expiredDate}0>. You lost all <1/>. You can reactivate at any time."
msgstr "Ton abonnement a expiré le <0>{expiredDate}0>. Tu as perdu tous les <1/>. Tu peux réactiver à tout moment."
@@ -21609,7 +21688,7 @@ msgstr "Ton abonnement a été réactivé !"
msgid "Your subscription has been set to cancel at the end of your billing period."
msgstr "Ton abonnement sera annulé à la fin de ta période de facturation."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:191
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:210
msgid "Your subscription will cancel on <0>{cancelDate}0>. You'll lose all <1/> after that date."
msgstr "Ton abonnement sera annulé le <0>{cancelDate}0>. Tu perdras tous les <1/> après cette date."
diff --git a/fluxer_app/src/locales/he/messages.po b/fluxer_app/src/locales/he/messages.po
index 252b9042..b1b2ccfe 100644
--- a/fluxer_app/src/locales/he/messages.po
+++ b/fluxer_app/src/locales/he/messages.po
@@ -68,12 +68,12 @@ msgstr "(מוצגים מקסימום 15)"
msgid "(No content)"
msgstr "(אין תוכן)"
-#: src/components/modals/UserProfileMobileSheet.tsx:552
+#: src/components/modals/UserProfileMobileSheet.tsx:556
#: src/components/pages/YouPage.tsx:147
msgid "(only visible to you)"
msgstr "(נראה רק לך)"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:954
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:976
msgid "(you)"
msgstr "(אתה)"
@@ -138,12 +138,12 @@ msgid "{0} Online"
msgstr "{0} אונליין"
#. placeholder {0}: reaction.count
-#: src/components/channel/MessageReactions.tsx:120
+#: src/components/channel/MessageReactions.tsx:119
msgid "{0} reaction"
msgstr "{0} תגובה"
#. placeholder {0}: reaction.count
-#: src/components/channel/MessageReactions.tsx:120
+#: src/components/channel/MessageReactions.tsx:119
msgid "{0} reactions"
msgstr "{0} תגובות"
@@ -153,13 +153,13 @@ msgid "{0} remaining"
msgstr "{0} נותרו"
#. placeholder {0}: machineState.total
-#: src/components/channel/ChannelSearchResults.tsx:315
+#: src/components/channel/ChannelSearchResults.tsx:272
msgid "{0} Result"
msgstr "תוצאה {0}"
#. placeholder {0}: machineState.total
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:390
-#: src/components/channel/ChannelSearchResults.tsx:315
+#: src/components/channel/ChannelSearchResults.tsx:272
msgid "{0} Results"
msgstr "{0} תוצאות"
@@ -402,7 +402,7 @@ msgstr "{actor} עדכן את המדבקה {namedTarget}."
msgid "{actor} updated the webhook {namedTarget}."
msgstr "{actor} עדכן את ה-webhook {namedTarget}."
-#: src/components/modals/tabs/BetaCodesTab.tsx:280
+#: src/components/modals/tabs/BetaCodesTab.tsx:284
msgid "{allowance} codes remaining this week"
msgstr "נותרו {allowance} קודים השבוע"
@@ -533,7 +533,7 @@ msgstr "{emojiName}, {0} תגובה"
msgid "{emojiName}, {0} reactions"
msgstr "{emojiName}, {0} תגובות"
-#: src/components/channel/MessageReactions.tsx:122
+#: src/components/channel/MessageReactions.tsx:121
msgid "{emojiName}: {reactionCountText}, {actionText}"
msgstr "{emojiName}: {reactionCountText}, {actionText}"
@@ -561,8 +561,8 @@ msgstr "תמונות {label} אינן יכולות להיות מונפשות. א
#: src/components/auth/InviteHeader.tsx:127
#: src/components/auth/InviteHeader.tsx:241
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:281
-#: src/components/channel/InviteEmbed.tsx:180
-#: src/components/channel/InviteEmbed.tsx:444
+#: src/components/channel/InviteEmbed.tsx:182
+#: src/components/channel/InviteEmbed.tsx:446
msgid "{memberCount} Member"
msgstr "{memberCount} חבר"
@@ -570,8 +570,8 @@ msgstr "{memberCount} חבר"
#: src/components/auth/InviteHeader.tsx:127
#: src/components/auth/InviteHeader.tsx:241
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:281
-#: src/components/channel/InviteEmbed.tsx:180
-#: src/components/channel/InviteEmbed.tsx:444
+#: src/components/channel/InviteEmbed.tsx:182
+#: src/components/channel/InviteEmbed.tsx:446
msgid "{memberCount} Members"
msgstr "{memberCount} חברים"
@@ -606,11 +606,11 @@ msgstr "{minutes} דקות ו-{seconds} שניות"
msgid "{minutes} minutes and 1 second"
msgstr "{minutes} דקות ו-1 שנייה"
-#: src/components/channel/dm/DMWelcomeSection.tsx:155
+#: src/components/channel/dm/DMWelcomeSection.tsx:167
msgid "{mutualGuildCount} mutual commmunity"
msgstr "{mutualGuildCount} קהילה משותפת"
-#: src/components/channel/dm/DMWelcomeSection.tsx:156
+#: src/components/channel/dm/DMWelcomeSection.tsx:168
msgid "{mutualGuildCount} mutual communities"
msgstr "{mutualGuildCount} קהילות משותפות"
@@ -632,7 +632,7 @@ msgstr "{participantCount} משתתפים בשיחה"
#: src/components/auth/InviteHeader.tsx:235
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:276
-#: src/components/channel/InviteEmbed.tsx:439
+#: src/components/channel/InviteEmbed.tsx:441
msgid "{presenceCount} Online"
msgstr "{presenceCount} מקוונים"
@@ -644,15 +644,15 @@ msgstr "{remaining} תווים נותרו"
msgid "{remaining} characters left. Get Plutonium to write up to {premiumMaxLength} characters."
msgstr "{remaining} תווים נותרו. השג Plutonium כדי לכתוב עד {premiumMaxLength} תווים."
-#: src/components/channel/InviteEmbed.tsx:301
+#: src/components/channel/InviteEmbed.tsx:303
msgid "{renderedMemberCount} Member"
msgstr "{renderedMemberCount} חבר"
-#: src/components/channel/InviteEmbed.tsx:301
+#: src/components/channel/InviteEmbed.tsx:303
msgid "{renderedMemberCount} Members"
msgstr "{renderedMemberCount} חברים"
-#: src/components/channel/InviteEmbed.tsx:296
+#: src/components/channel/InviteEmbed.tsx:298
msgid "{renderedPresenceCount} Online"
msgstr "{renderedPresenceCount} מקוונים"
@@ -704,11 +704,11 @@ msgstr "{totalSeconds} שנייה"
msgid "{totalSeconds} seconds"
msgstr "{totalSeconds} שניות"
-#: src/components/layout/GuildsLayout.tsx:231
+#: src/components/layout/GuildsLayout.tsx:229
msgid "{unavailableCount} communities are temporarily unavailable due to a flux capacitor malfunction."
msgstr "{unavailableCount} קהילות אינן זמינות זמנית עקב תקלה בקפיצת פלוקס."
-#: src/components/layout/GuildsLayout.tsx:230
+#: src/components/layout/GuildsLayout.tsx:228
msgid "{unavailableCount} community is temporarily unavailable due to a flux capacitor malfunction."
msgstr "קהילה אחת אינה זמינה זמנית עקב תקלה בקפיצת פלוקס."
@@ -814,27 +814,27 @@ msgstr "אזכורים של @everyone"
msgid "@username"
msgstr "@username"
-#: src/components/channel/CallMessage.tsx:75
+#: src/components/channel/CallMessage.tsx:72
msgid "# days"
msgstr "# ימים"
-#: src/components/channel/CallMessage.tsx:76
+#: src/components/channel/CallMessage.tsx:73
msgid "# hours"
msgstr "# שעות"
-#: src/components/channel/CallMessage.tsx:77
+#: src/components/channel/CallMessage.tsx:74
msgid "# minutes"
msgstr "# דקות"
-#: src/components/channel/CallMessage.tsx:73
+#: src/components/channel/CallMessage.tsx:70
msgid "# months"
msgstr "# חודשים"
-#: src/components/channel/CallMessage.tsx:74
+#: src/components/channel/CallMessage.tsx:71
msgid "# weeks"
msgstr "# שבועות"
-#: src/components/channel/CallMessage.tsx:72
+#: src/components/channel/CallMessage.tsx:69
msgid "# years"
msgstr "# שנים"
@@ -878,11 +878,11 @@ msgstr "<0/> הסיר את <1/> מהקבוצה."
msgid "<0/> removed someone from the group."
msgstr "<0/> הסיר מישהו מהקבוצה."
-#: src/components/channel/CallMessage.tsx:191
+#: src/components/channel/CallMessage.tsx:185
msgid "<0/> started a call that lasted {durationText}."
msgstr "<0/> התחיל שיחה שנמשכה {durationText}."
-#: src/components/channel/CallMessage.tsx:154
+#: src/components/channel/CallMessage.tsx:148
msgid "<0/> started a call."
msgstr "<0/> התחיל שיחה."
@@ -943,11 +943,11 @@ msgstr "<0>ביטל השתקה0> של החבר."
msgid "<0>Warning:0> This will also disable SMS two-factor authentication."
msgstr "<0>אזהרה:0> זה גם יפסיק אימות דו-שלבי באמצעות SMS."
-#: src/components/modals/tabs/BetaCodesTab.tsx:278
+#: src/components/modals/tabs/BetaCodesTab.tsx:282
msgid "1 code remaining this week"
msgstr "קוד אחד נותר השבוע"
-#: src/components/channel/CallMessage.tsx:75
+#: src/components/channel/CallMessage.tsx:72
#: src/components/modals/BanMemberModal.tsx:54
#: src/components/modals/InviteModal.tsx:77
#: src/components/modals/InviteModal.tsx:212
@@ -956,7 +956,7 @@ msgstr "קוד אחד נותר השבוע"
msgid "1 day"
msgstr "יום אחד"
-#: src/components/channel/CallMessage.tsx:76
+#: src/components/channel/CallMessage.tsx:73
#: src/components/modals/BanMemberModal.tsx:52
#: src/components/modals/channelTabs/ChannelOverviewTab.tsx:154
#: src/components/modals/CustomStatusBottomSheet.tsx:44
@@ -993,7 +993,7 @@ msgstr "דקה אחת ו-{seconds} שניות"
msgid "1 minute and 1 second"
msgstr "1 דקה ו-1 שנייה"
-#: src/components/channel/CallMessage.tsx:73
+#: src/components/channel/CallMessage.tsx:70
#: src/components/modals/BanMemberModal.tsx:59
msgid "1 month"
msgstr "חודש אחד"
@@ -1002,12 +1002,12 @@ msgstr "חודש אחד"
msgid "1 Month"
msgstr "חודש אחד"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:99
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:120
msgid "1 Month {monthlyPrice}"
msgstr "חודש אחד {monthlyPrice}"
-#: src/components/modals/components/plutonium/GiftSection.tsx:78
-#: src/components/modals/components/plutonium/PricingSection.tsx:110
+#: src/components/modals/components/plutonium/GiftSection.tsx:88
+#: src/components/modals/components/plutonium/PricingSection.tsx:128
msgid "1 Month Gift"
msgstr "מתנת חודש אחד"
@@ -1020,22 +1020,22 @@ msgstr "שימוש אחד"
msgid "1 user"
msgstr "משתמש אחד"
-#: src/components/channel/CallMessage.tsx:74
+#: src/components/channel/CallMessage.tsx:71
#: src/components/modals/BanMemberModal.tsx:57
#: src/components/modals/TimeoutMemberOptions.ts:39
msgid "1 week"
msgstr "שבוע אחד"
-#: src/components/channel/CallMessage.tsx:72
+#: src/components/channel/CallMessage.tsx:69
msgid "1 year"
msgstr "שנה אחת"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:91
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:109
msgid "1 Year {yearlyPrice}"
msgstr "שנה אחת {yearlyPrice}"
-#: src/components/modals/components/plutonium/GiftSection.tsx:69
-#: src/components/modals/components/plutonium/PricingSection.tsx:101
+#: src/components/modals/components/plutonium/GiftSection.tsx:76
+#: src/components/modals/components/plutonium/PricingSection.tsx:116
msgid "1 Year Gift"
msgstr "מתנת שנה אחת"
@@ -1286,8 +1286,8 @@ msgstr "8 שעות"
msgid "A 4-digit tag will be added automatically to ensure uniqueness"
msgstr "תג בן 4 ספרות יתווסף אוטומטית כדי להבטיח ייחודיות"
-#: src/components/channel/CallMessage.tsx:86
-#: src/components/channel/CallMessage.tsx:148
+#: src/components/channel/CallMessage.tsx:83
+#: src/components/channel/CallMessage.tsx:142
msgid "a few seconds"
msgstr "כמה שניות"
@@ -1299,7 +1299,7 @@ msgstr " handful של לוחמי מקלדות מתאספים... "
msgid "A helpful bot that does amazing things!"
msgstr "בוט מועיל שעושה דברים מדהימים!"
-#: src/components/channel/CallMessage.tsx:77
+#: src/components/channel/CallMessage.tsx:74
msgid "a minute"
msgstr "דקה"
@@ -1316,7 +1316,7 @@ msgid "A symphony of clacking keys is underway..."
msgstr "סימפוניה של מקלדות קלוקלות בשיאה... "
#: src/components/modals/tabs/MyProfileTab/BioEditor.tsx:127
-#: src/components/modals/UserProfileMobileSheet.tsx:528
+#: src/components/modals/UserProfileMobileSheet.tsx:532
#: src/components/pages/YouPage.tsx:132
msgid "About Me"
msgstr "אודותיי"
@@ -1330,18 +1330,18 @@ msgstr "אודותיך"
msgid "Accent Color"
msgstr "צבע דומיננטי"
-#: src/components/channel/channel-view/DMChannelView.tsx:291
-#: src/components/channel/dm/DMWelcomeSection.tsx:116
+#: src/components/channel/channel-view/DMChannelView.tsx:292
+#: src/components/channel/dm/DMWelcomeSection.tsx:128
#: src/components/channel/friends/FriendListItem.tsx:238
#: src/components/channel/friends/MobileFriendRequestItem.tsx:99
#: src/components/voice/IncomingCallUI.tsx:302
msgid "Accept"
msgstr "קבל"
-#: src/components/bottomsheets/DMBottomSheet.tsx:515
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:260
-#: src/components/modals/UserProfileModal.tsx:1258
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:88
+#: src/components/bottomsheets/DMBottomSheet.tsx:517
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:262
+#: src/components/modals/UserProfileModal.tsx:1259
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:109
msgid "Accept Friend Request"
msgstr "קבל בקשת חברות"
@@ -1358,7 +1358,7 @@ msgstr "קבל הזמנה"
msgid "Accept the incoming call"
msgstr "קבל את השיחה הנכנסת"
-#: src/components/channel/InviteEmbed.tsx:226
+#: src/components/channel/InviteEmbed.tsx:228
#: src/components/modals/InviteAcceptModal.tsx:163
msgid "Accepting this invite installs the pack automatically."
msgstr "קבלת ההזמנה הזו תתקין את החבילה אוטומטית."
@@ -1407,7 +1407,7 @@ msgstr "חשבון ופרימיום"
msgid "Account appears to exist solely for spamming"
msgstr "נראה שהחשבון קיים רק לצורך ספאם"
-#: src/components/modals/ClaimAccountModal.tsx:105
+#: src/components/modals/ClaimAccountModal.tsx:107
msgid "Account claimed successfully"
msgstr "החשבון נטען בהצלחה"
@@ -1459,7 +1459,7 @@ msgstr "רק בכל שיחות ההודעות הישירות שהיית בהן
msgid "Action with both icons!"
msgstr "פעולה עם שני הסמלים!"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:124
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:143
msgid "Active"
msgstr "פעיל"
@@ -1584,12 +1584,13 @@ msgstr "הוסף אימייל"
msgid "Add Favorite Channels"
msgstr "הוסף ערוצים מועדפים"
-#: src/components/bottomsheets/DMBottomSheet.tsx:524
+#: src/components/bottomsheets/DMBottomSheet.tsx:527
#: src/components/channel/dm/AddFriendView.tsx:32
#: src/components/channel/dm/DMFriendsView.tsx:199
#: src/components/modals/AddFriendSheet.tsx:50
-#: src/components/modals/UserProfileModal.tsx:1178
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:68
+#: src/components/modals/UserProfileModal.tsx:1179
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:75
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:89
msgid "Add Friend"
msgstr "הוסף חבר"
@@ -1597,7 +1598,7 @@ msgstr "הוסף חבר"
msgid "Add Friends"
msgstr "הוסף חברים"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1187
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1211
#: src/components/channel/ChannelHeader.tsx:630
#: src/components/channel/dm/GroupDMWelcomeSection.tsx:85
msgid "Add Friends to Group"
@@ -1612,7 +1613,7 @@ msgstr "הוסף פריט"
msgid "Add new reactions to messages."
msgstr "הוסף תגובות חדשות להודעות."
-#: src/components/bottomsheets/DMBottomSheet.tsx:426
+#: src/components/bottomsheets/DMBottomSheet.tsx:428
#: src/components/profile/ProfileCard/ProfileCardActions.tsx:48
#: src/components/uikit/ContextMenu/items/UserNoteMenuItems.tsx:42
msgid "Add Note"
@@ -1647,7 +1648,7 @@ msgstr "טופס הוספת מספר טלפון"
#: src/components/channel/MessageActionBar.tsx:450
#: src/components/channel/MessageActionBar.tsx:741
#: src/components/channel/messageActionMenu.tsx:92
-#: src/components/channel/MessageReactions.tsx:264
+#: src/components/channel/MessageReactions.tsx:263
#: src/components/uikit/ContextMenu/items/MessageMenuItems.tsx:65
msgid "Add Reaction"
msgstr "הוסף תגובה"
@@ -1695,8 +1696,8 @@ msgid "Add to favorites"
msgstr "הוסף למועדפים"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:370
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1103
-#: src/components/bottomsheets/DMBottomSheet.tsx:400
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1127
+#: src/components/bottomsheets/DMBottomSheet.tsx:402
#: src/components/channel/ChannelHeader.tsx:547
#: src/components/channel/ChannelHeader.tsx:595
#: src/components/channel/ChannelHeader.tsx:600
@@ -1731,11 +1732,11 @@ msgid "Added to bookmarks"
msgstr "נוסף לסימניות"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:118
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:544
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:558
msgid "Added to favorites"
msgstr "נוסף למועדפים"
-#: src/components/bottomsheets/DMBottomSheet.tsx:129
+#: src/components/bottomsheets/DMBottomSheet.tsx:131
msgid "Added to Favorites"
msgstr "נוסף למועדפים"
@@ -1752,7 +1753,7 @@ msgstr "נוסף: {createdDate}"
msgid "Added: {createdDate} • Last used: {lastUsedDate}"
msgstr "נוסף: {createdDate} • שימוש אחרון: {lastUsedDate}"
-#: src/components/pages/ReportPage.tsx:943
+#: src/components/pages/report/ReportStepDetails.tsx:222
msgid "Additional Comments (optional)"
msgstr "הערות נוספות (אופציונלי)"
@@ -1873,7 +1874,7 @@ msgstr "כל השיחות יודיעו בשקט במקום לצלצל. כברי
msgid "All Communities"
msgstr "כל הקהילות"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:74
+#: src/components/modals/components/plutonium/VisionarySection.tsx:83
msgid "All current and future Plutonium benefits, forever"
msgstr "כל היתרונות הנוכחיים והעתידיים של פלוטוניום, לנצח"
@@ -1911,7 +1912,7 @@ msgstr "כל החברים"
msgid "All messages"
msgstr "כל ההודעות"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1377
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1401
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:206
#: src/components/modals/GuildNotificationSettingsModal.tsx:87
#: src/components/modals/GuildNotificationSettingsModal.tsx:273
@@ -2071,11 +2072,11 @@ msgstr "אושר {0}."
msgid "Already have an account?"
msgstr "כבר יש לך חשבון?"
-#: src/components/channel/InviteEmbed.tsx:187
+#: src/components/channel/InviteEmbed.tsx:189
msgid "Already joined"
msgstr "כבר הצטרפת"
-#: src/components/channel/GiftEmbed.tsx:90
+#: src/components/channel/GiftEmbed.tsx:97
msgid "Already redeemed"
msgstr "כבר מומש"
@@ -2135,8 +2136,8 @@ msgstr "בטח תמיד ב-<0>{hostname}0> — דלג על אזהרה זו ב
msgid "Always underline links"
msgstr "תמיד סמן קישורים בקו תחתון"
-#: src/components/channel/ChannelSearchResults.tsx:511
-#: src/components/channel/ChannelSearchResults.tsx:562
+#: src/components/channel/ChannelSearchResults.tsx:480
+#: src/components/channel/ChannelSearchResults.tsx:531
#: src/hooks/useChannelSearch.ts:233
#: src/hooks/useChannelSearch.ts:375
msgid "An error occurred while searching"
@@ -2198,7 +2199,7 @@ msgid "Animated Emoji ({0})"
msgstr "אמוג'י מונפש ({0})"
#: src/components/channel/embeds/media/EmbedGifv.tsx:237
-#: src/components/channel/embeds/media/EmbedGifv.tsx:725
+#: src/components/channel/embeds/media/EmbedGifv.tsx:749
#: src/components/modals/MediaViewerModal.tsx:294
#: src/components/modals/MediaViewerModal.tsx:362
msgid "Animated GIF"
@@ -2320,8 +2321,8 @@ msgstr "האפליקציה עודכנה בהצלחה"
msgid "Applications"
msgstr "אפליקציות"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:99
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:137
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:103
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:141
msgid "Applications & Bots"
msgstr "אפליקציות ובוטים"
@@ -2352,7 +2353,7 @@ msgid "Archive"
msgstr "ארכיון"
#. placeholder {0}: user.username
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:162
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:164
#: src/components/modals/UserProfileActionsSheet.tsx:133
#: src/utils/RelationshipActionUtils.tsx:141
msgid "Are you sure you want to block {0}? They won't be able to message you or send you friend requests."
@@ -2368,8 +2369,8 @@ msgid "Are you sure you want to close this group DM? You can always reopen it la
msgstr "האם אתה בטוח שברצונך לסגור את הודעת הקבוצה הזו? תוכל לפתוח אותה מחדש בכל עת."
#. placeholder {0}: recipient?.username ?? ''
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:601
-#: src/components/bottomsheets/DMBottomSheet.tsx:303
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:615
+#: src/components/bottomsheets/DMBottomSheet.tsx:305
msgid "Are you sure you want to close your DM with {0}? You can always reopen it later."
msgstr "האם אתה בטוח שברצונך לסגור את הודעת ה-DM עם {0}? תוכל לפתוח אותה מחדש בכל עת."
@@ -2406,7 +2407,7 @@ msgid "Are you sure you want to delete #{0}? This action cannot be undone."
msgstr "האם אתה בטוח שברצונך למחוק את #{0}? פעולה זו לא ניתנת לביטול."
#. placeholder {0}: channel.name ?? 'this channel'
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:667
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:681
msgid "Are you sure you want to delete #{0}? This cannot be undone."
msgstr "האם אתה בטוח שברצונך למחוק את #{0}? לא ניתן לבטל פעולה זו."
@@ -2504,7 +2505,7 @@ msgstr "האם אתה בטוח שברצונך לעזוב את {0}?"
msgid "Are you sure you want to leave this community? You will no longer be able to see any messages."
msgstr "האם אתה בטוח שברצונך לעזוב קהילה זו? לא תוכל לראות עוד הודעות."
-#: src/components/bottomsheets/DMBottomSheet.tsx:338
+#: src/components/bottomsheets/DMBottomSheet.tsx:340
#: src/hooks/useLeaveGroup.tsx:43
msgid "Are you sure you want to leave this group? You will no longer be able to see any messages."
msgstr "האם אתה בטוח שברצונך לעזוב את הקבוצה הזו? לא תוכל לראות עוד הודעות."
@@ -2515,9 +2516,9 @@ msgid "Are you sure you want to make {0} the group owner? You will lose owner pr
msgstr "האם אתה בטוח שברצונך להעניק ל-{0} בעלות על הקבוצה? תאבד את זכויות הבעלות."
#. placeholder {0}: user.username
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:145
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:147
#: src/components/modals/UserProfileActionsSheet.tsx:116
-#: src/components/modals/UserProfileMobileSheet.tsx:303
+#: src/components/modals/UserProfileMobileSheet.tsx:304
#: src/utils/RelationshipActionUtils.tsx:114
msgid "Are you sure you want to remove {0} as a friend?"
msgstr "האם אתה בטוח שברצונך להסיר את {0} כחבר?"
@@ -2557,10 +2558,10 @@ msgid "Are you sure you want to transfer ownership of the group to {0}?"
msgstr "האם אתה בטוח שברצונך להעביר את הבעלות על הקבוצה ל-{0}?"
#. placeholder {0}: user.username
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:179
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:181
#: src/components/modals/tabs/BlockedUsersTab.tsx:57
#: src/components/modals/UserProfileActionsSheet.tsx:150
-#: src/components/modals/UserProfileMobileSheet.tsx:319
+#: src/components/modals/UserProfileMobileSheet.tsx:320
#: src/utils/RelationshipActionUtils.tsx:168
msgid "Are you sure you want to unblock {0}?"
msgstr "האם אתה בטוח שברצונך לבטל את החסימה של {0}?"
@@ -2573,7 +2574,7 @@ msgstr "מועדון האמנות"
msgid "Artists' Corner"
msgstr "פינת האמנים"
-#: src/components/modals/components/plutonium/PricingSection.tsx:63
+#: src/components/modals/components/plutonium/PricingSection.tsx:69
msgid "As a Gift"
msgstr "מתנה"
@@ -2689,7 +2690,7 @@ msgstr "הגדרות אודיו"
msgid "Audio will be included with this screen share."
msgstr "האודיו ייכלל בשיתוף המסך הזה."
-#: src/components/pages/ReportPage.tsx:311
+#: src/components/pages/report/optionDescriptors.ts:83
msgid "Austria"
msgstr "אוסטריה"
@@ -2844,6 +2845,7 @@ msgstr "פינג ממוצע:"
#: src/components/modals/PhoneAddModal.tsx:235
#: src/components/modals/RequiredActionModal.tsx:463
#: src/components/pages/OAuthAuthorizePage.tsx:694
+#: src/components/pages/report/ReportStepDetails.tsx:243
msgid "Back"
msgstr "חזור"
@@ -2933,7 +2935,7 @@ msgid "Balanced quality and bandwidth"
msgstr "איזון בין איכות לרוחב פס"
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:353
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:320
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:323
#: src/components/modals/UserProfileActionsSheet.tsx:262
msgid "Ban"
msgstr "חסימה"
@@ -3035,7 +3037,7 @@ msgstr "לפני:"
msgid "Begin a call in the current private conversation"
msgstr "התחל שיחה בשיחה הפרטית הנוכחית"
-#: src/components/pages/ReportPage.tsx:312
+#: src/components/pages/report/optionDescriptors.ts:84
msgid "Belgium"
msgstr "בלגיה"
@@ -3066,7 +3068,7 @@ msgstr "קוד בטא (אופציונלי)"
msgid "Beta Code Redeemed!"
msgstr "קוד הבטא מומש!"
-#: src/components/modals/tabs/BetaCodesTab.tsx:313
+#: src/components/modals/tabs/BetaCodesTab.tsx:338
#: src/components/modals/utils/settingsSearchIndex.ts:741
msgid "Beta Codes"
msgstr "קודי בטא"
@@ -3083,13 +3085,13 @@ msgstr "ביוגרפיה"
msgid "Bio character limit"
msgstr "מגבלת תווים בביו"
-#: src/components/bottomsheets/DMBottomSheet.tsx:538
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:163
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:345
+#: src/components/bottomsheets/DMBottomSheet.tsx:541
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:165
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:348
#: src/components/modals/UserProfileActionsSheet.tsx:134
#: src/components/modals/UserProfileActionsSheet.tsx:298
#: src/components/modals/UserProfileModal.tsx:1062
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:190
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:211
#: src/utils/RelationshipActionUtils.tsx:143
msgid "Block"
msgstr "חסום"
@@ -3106,7 +3108,7 @@ msgstr "לחסום הודעות פרטיות מחברי הקהילה?"
msgid "Block for all communities"
msgstr "חסום בכל הקהילות"
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:161
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:163
#: src/components/modals/UserProfileActionsSheet.tsx:132
#: src/utils/RelationshipActionUtils.tsx:139
msgid "Block User"
@@ -3270,7 +3272,7 @@ msgstr "נדרש שמע בדפדפן"
msgid "Browser locale ({browserLocale}): {format}"
msgstr "שפת הדפדפן ({browserLocale}): {format}"
-#: src/components/pages/ReportPage.tsx:313
+#: src/components/pages/report/optionDescriptors.ts:85
msgid "Bulgaria"
msgstr "בולגריה"
@@ -3313,16 +3315,16 @@ msgstr "כפתורים מציגים מעוין טעינה כש־submitting הו
msgid "Buttons with Icons"
msgstr "כפתורים עם אייקונים"
-#: src/components/modals/components/plutonium/GiftSection.tsx:74
-#: src/components/modals/components/plutonium/GiftSection.tsx:83
-#: src/components/modals/components/plutonium/GiftSection.tsx:92
-#: src/components/modals/components/plutonium/PricingSection.tsx:106
-#: src/components/modals/components/plutonium/PricingSection.tsx:115
-#: src/components/modals/components/plutonium/PricingSection.tsx:124
+#: src/components/modals/components/plutonium/GiftSection.tsx:81
+#: src/components/modals/components/plutonium/GiftSection.tsx:93
+#: src/components/modals/components/plutonium/GiftSection.tsx:105
+#: src/components/modals/components/plutonium/PricingSection.tsx:121
+#: src/components/modals/components/plutonium/PricingSection.tsx:133
+#: src/components/modals/components/plutonium/PricingSection.tsx:145
msgid "Buy Gift"
msgstr "קנה מתנה"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:114
+#: src/components/modals/components/plutonium/VisionarySection.tsx:140
msgid "Buying Visionary will cancel your current {currentAccessLabel} immediately. It is a one-time purchase with lifetime access."
msgstr "רכישת Visionary תבטל את ה-{currentAccessLabel} הנוכחי שלך מיד. זו רכישה חד פעמית עם גישה לכל החיים."
@@ -3347,7 +3349,7 @@ msgstr "עקוף מצב איטי"
msgid "Bypass Splash Screen"
msgstr "דלג על מסך הטעינה"
-#: src/components/channel/channel-view/DMChannelView.tsx:271
+#: src/components/channel/channel-view/DMChannelView.tsx:272
msgid "Call available"
msgstr "שיחה זמינה"
@@ -3446,11 +3448,11 @@ msgstr "הגדרות מצלמה"
#: src/components/modals/CategoryCreateModal.tsx:79
#: src/components/modals/ChannelCreateModal.tsx:100
#: src/components/modals/ChannelDeleteModal.tsx:72
-#: src/components/modals/ClaimAccountModal.tsx:179
-#: src/components/modals/ClaimAccountModal.tsx:219
-#: src/components/modals/components/MobileSettingsView.tsx:302
+#: src/components/modals/ClaimAccountModal.tsx:181
+#: src/components/modals/ClaimAccountModal.tsx:221
+#: src/components/modals/components/MobileSettingsView.tsx:297
#: src/components/modals/components/plutonium/hooks/useCheckoutActions.tsx:110
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:328
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:371
#: src/components/modals/ConfirmModal.tsx:146
#: src/components/modals/CreateDMModal.tsx:88
#: src/components/modals/CreateFavoriteCategoryModal.tsx:74
@@ -3473,7 +3475,7 @@ msgstr "הגדרות מצלמה"
#: src/components/modals/HideOwnCameraConfirmModal.tsx:65
#: src/components/modals/IARModal.tsx:218
#: src/components/modals/ImageCropModal.tsx:981
-#: src/components/modals/InviteModal.tsx:336
+#: src/components/modals/InviteModal.tsx:333
#: src/components/modals/KickMemberModal.tsx:60
#: src/components/modals/MfaTotpDisableModal.tsx:75
#: src/components/modals/MfaTotpEnableModal.tsx:102
@@ -3498,11 +3500,11 @@ msgstr "הגדרות מצלמה"
msgid "Cancel"
msgstr "ביטול"
-#: src/components/channel/dm/DMWelcomeSection.tsx:126
+#: src/components/channel/dm/DMWelcomeSection.tsx:138
#: src/components/channel/friends/FriendListItem.tsx:164
#: src/components/channel/friends/FriendListItem.tsx:166
-#: src/components/modals/UserProfileModal.tsx:1273
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:171
+#: src/components/modals/UserProfileModal.tsx:1274
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:192
msgid "Cancel Friend Request"
msgstr "בטל בקשת חברות"
@@ -3522,7 +3524,7 @@ msgstr "בטל בקשה"
msgid "Cancel upload"
msgstr "בטל העלאה"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:118
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:137
msgid "Canceling"
msgstr "מבטל"
@@ -3566,7 +3568,7 @@ msgstr "יישור כרטיס"
msgid "Card alignment controls"
msgstr "בקרות יישור כרטיס"
-#: src/components/modals/components/MobileSettingsView.tsx:123
+#: src/components/modals/components/MobileSettingsView.tsx:118
#: src/components/modals/components/SettingsModalHeader.tsx:76
msgid "Careful! You have unsaved changes."
msgstr "זהירות! יש שינויים שלא נשמרו."
@@ -3576,7 +3578,7 @@ msgstr "זהירות! יש שינויים שלא נשמרו."
msgid "Category"
msgstr "קטגוריה"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1371
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1395
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:239
msgid "Category Default"
msgstr "ברירת מחדל לקטגוריה"
@@ -3594,7 +3596,7 @@ msgstr "הקטגוריה מלאה"
msgid "Category Name"
msgstr "שם קטגוריה"
-#: src/components/modals/ChannelSettingsModal.tsx:105
+#: src/components/modals/ChannelSettingsModal.tsx:113
#: src/components/modals/components/DesktopChannelSettingsView.tsx:188
msgid "Category Settings"
msgstr "הגדרות קטגוריה"
@@ -3625,7 +3627,7 @@ msgstr "שנה רקע"
msgid "Change Banner"
msgstr "שנה באנר"
-#: src/components/pages/ReportPage.tsx:752
+#: src/components/pages/report/ReportStepVerification.tsx:126
msgid "Change email"
msgstr "שנה אימייל"
@@ -3647,8 +3649,8 @@ msgstr "שנה FluxerTag"
msgid "Change FluxerTag form"
msgstr "טופס שינוי FluxerTag"
-#: src/components/bottomsheets/DMBottomSheet.tsx:433
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:133
+#: src/components/bottomsheets/DMBottomSheet.tsx:435
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:154
msgid "Change Friend Nickname"
msgstr "שנה כינוי חבר"
@@ -3673,7 +3675,7 @@ msgid "Change My Group Nickname"
msgstr "שנה את כינוי הקבוצה שלי"
#: src/components/modals/BaseChangeNicknameModal.tsx:82
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:238
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:240
#: src/components/modals/RenameChannelModal.tsx:58
#: src/components/modals/UserProfileActionsSheet.tsx:225
#: src/components/modals/UserProfileActionsSheet.tsx:225
@@ -3760,8 +3762,8 @@ msgstr "אזור הקול שונה ל־{0}."
msgid "channel"
msgstr "ערוץ"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:483
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:549
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:497
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:563
#: src/components/invites/InviteListItem.tsx:50
#: src/components/webhooks/WebhookListItem.tsx:240
#: src/constants/AuditLogConstants.tsx:236
@@ -3796,7 +3798,7 @@ msgid "Channel Debug"
msgstr "ניפוי באגים של ערוץ"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:188
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:675
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:689
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:329
msgid "Channel deleted"
msgstr "הערוץ נמחק"
@@ -3806,11 +3808,11 @@ msgid "Channel Deleted"
msgstr "הערוץ נמחק"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:273
-#: src/components/bottomsheets/DMBottomSheet.tsx:366
+#: src/components/bottomsheets/DMBottomSheet.tsx:368
msgid "Channel ID copied"
msgstr "מזהה הערוץ הועתק"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:535
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:549
msgid "Channel ID copied to clipboard"
msgstr "מזהה הערוץ הועתק ללוח"
@@ -3878,9 +3880,9 @@ msgstr "תיעוד ערוץ"
msgid "Channel removed from favorites"
msgstr "הערוץ הוסר מהמועדפים"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1092
-#: src/components/layout/ChannelItem.tsx:630
-#: src/components/modals/ChannelSettingsModal.tsx:105
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1116
+#: src/components/layout/ChannelItem.tsx:647
+#: src/components/modals/ChannelSettingsModal.tsx:113
#: src/components/modals/components/DesktopChannelSettingsView.tsx:188
msgid "Channel Settings"
msgstr "הגדרות ערוץ"
@@ -3947,7 +3949,7 @@ msgstr "בדוק את <0>Bluesky (@fluxer.app)0> שלנו לעדכוני סט
msgid "Check out my custom theme!"
msgstr "תראה את ערכת הנושא המותאמת שלי!"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:105
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:109
msgid "Check your connection and try again."
msgstr "בדוק את החיבור ונסה שוב."
@@ -3969,8 +3971,8 @@ msgstr "תיבות סימון"
msgid "Checking..."
msgstr "בודק..."
-#: src/components/pages/ReportPage.tsx:270
-#: src/components/pages/ReportPage.tsx:299
+#: src/components/pages/report/optionDescriptors.ts:51
+#: src/components/pages/report/optionDescriptors.ts:74
#: src/constants/IARConstants.tsx:72
#: src/constants/IARConstants.tsx:175
msgid "Child Safety Concerns"
@@ -3984,6 +3986,10 @@ msgstr "סינית (מפושטת)"
msgid "Chinese (Traditional)"
msgstr "סינית (מסורתית)"
+#: src/components/pages/report/ReportBreadcrumbs.tsx:46
+msgid "Choose"
+msgstr "בחר"
+
#: src/components/pages/OAuthAuthorizePage.tsx:898
msgid "Choose a community"
msgstr "בחר קהילה"
@@ -4080,25 +4086,36 @@ msgstr "בחר את צבע הדגש של הפרופיל שלך"
#: src/components/channel/barriers/BarrierComponents.tsx:109
#: src/components/channel/barriers/BarrierComponents.tsx:240
-#: src/components/layout/app-layout/nagbars/UnclaimedAccountNagbar.tsx:47
-#: src/components/modals/ClaimAccountModal.tsx:225
-#: src/components/modals/components/UnclaimedAccountAlert.tsx:34
+#: src/components/channel/dm/AddFriendForm.tsx:57
+#: src/components/layout/app-layout/nagbars/UnclaimedAccountNagbar.tsx:45
+#: src/components/modals/ClaimAccountModal.tsx:227
+#: src/components/modals/components/UnclaimedAccountAlert.tsx:32
+#: src/components/modals/GiftAcceptModal.tsx:170
#: src/components/modals/tabs/AccountSecurityTab/SecurityTab.tsx:206
+#: src/components/modals/tabs/BetaCodesTab.tsx:297
+#: src/components/modals/tabs/GiftInventoryTab.tsx:242
msgid "Claim Account"
msgstr "תבע חשבון"
-#: src/components/channel/GiftEmbed.tsx:98
-#: src/components/modals/GiftAcceptModal.tsx:154
+#: src/components/channel/GiftEmbed.tsx:109
+msgid "Claim Account to Redeem"
+msgstr "דרוש חשבון להחזרה"
+
+#: src/components/channel/GiftEmbed.tsx:109
+#: src/components/modals/GiftAcceptModal.tsx:197
#: src/components/pages/GiftLoginPage.tsx:155
#: src/components/pages/GiftRegisterPage.tsx:42
msgid "Claim Gift"
msgstr "תבע מתנה"
-#: src/components/modals/ClaimAccountModal.tsx:141
+#: src/components/channel/dm/AddFriendForm.tsx:53
+#: src/components/modals/ClaimAccountModal.tsx:143
+#: src/components/modals/tabs/BetaCodesTab.tsx:293
+#: src/components/modals/tabs/GiftInventoryTab.tsx:238
msgid "Claim your account"
msgstr "תבע את חשבונך"
-#: src/components/modals/ClaimAccountModal.tsx:146
+#: src/components/modals/ClaimAccountModal.tsx:148
msgid "Claim your account by adding an email and password. We will send a verification code to confirm your email before finishing."
msgstr "תבע את חשבונך על ידי הוספת אימייל וסיסמה. נשלח קוד אימות לאישור האימייל שלך לפני הסיום."
@@ -4106,11 +4123,68 @@ msgstr "תבע את חשבונך על ידי הוספת אימייל וסיסמ
msgid "Claim your account to access security features like two-factor authentication and passkeys."
msgstr "תבע את חשבונך כדי לגשת לתכונות אבטחה כמו אימות דו־שלבי ומפתחות כניסה."
+#: src/components/channel/ChannelHeader/CallButtons.tsx:85
+#: src/components/channel/ChannelHeader/CallButtons.tsx:155
+msgid "Claim your account to call"
+msgstr "דרוש את החשבון שלך כדי להתקשר"
+
#: src/components/modals/tabs/MyProfileTab/UsernameSection.tsx:49
msgid "Claim your account to change your FluxerTag"
msgstr "תבע את חשבונך כדי לשנות את ה-FluxerTag שלך"
-#: src/components/modals/GiftAcceptModal.tsx:145
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:146
+msgid "Claim your account to create applications."
+msgstr "דרוש חשבון שלך כדי ליצור אפליקציות."
+
+#: src/components/modals/tabs/BetaCodesTab.tsx:294
+msgid "Claim your account to generate beta codes."
+msgstr "דרוש חשבון שלך כדי ליצור קודי בטא."
+
+#: src/components/layout/ChannelItem.tsx:208
+#: src/components/layout/ChannelItem.tsx:382
+#: src/stores/voice/MediaEngineFacade.ts:537
+msgid "Claim your account to join this voice channel."
+msgstr "דרוש את החשבון שלך כדי להצטרף לערוץ הקול הזה."
+
+#: src/stores/voice/MediaEngineFacade.ts:170
+msgid "Claim your account to join voice channels you don't own."
+msgstr "דרוש את החשבון שלך כדי להצטרף לערוצי קול שאתה לא בעליהם."
+
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:55
+#: src/components/modals/components/plutonium/GiftSection.tsx:61
+#: src/components/modals/components/plutonium/PricingSection.tsx:63
+#: src/components/modals/components/plutonium/VisionarySection.tsx:62
+#: src/components/modals/components/PlutoniumContent.tsx:99
+msgid "Claim your account to purchase Fluxer Plutonium."
+msgstr "דרוש חשבון שלך כדי לרכוש פלוטוניום של Fluxer."
+
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:112
+msgid "Claim your account to purchase or redeem Fluxer Plutonium."
+msgstr "דרוש חשבון שלך כדי לרכוש או להחיל פלוטוניום של Fluxer."
+
+#: src/components/modals/tabs/GiftInventoryTab.tsx:239
+msgid "Claim your account to redeem or manage Plutonium gift codes."
+msgstr "דרוש חשבון שלך כדי להחיל או לנהל קודי מתנה של פלוטוניום."
+
+#: src/components/channel/GiftEmbed.tsx:99
+#: src/components/modals/GiftAcceptModal.tsx:154
+msgid "Claim your account to redeem this gift."
+msgstr "דרוש חשבון שלך כדי להחיל מתנה זו."
+
+#: src/components/channel/dm/AddFriendForm.tsx:54
+#: src/components/channel/dm/DMWelcomeSection.tsx:109
+#: src/components/modals/UserProfileModal.tsx:1289
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:65
+msgid "Claim your account to send friend requests."
+msgstr "דרוש חשבון שלך כדי לשלוח בקשות חבר."
+
+#: src/components/channel/ChannelHeader/CallButtons.tsx:54
+#: src/components/channel/ChannelHeader/CallButtons.tsx:124
+#: src/stores/voice/MediaEngineFacade.ts:179
+msgid "Claim your account to start or join 1:1 calls."
+msgstr "דרוש את החשבון שלך כדי להתחיל או להצטרף לשיחות 1:1."
+
+#: src/components/modals/GiftAcceptModal.tsx:188
msgid "Claim your gift to activate your premium subscription!"
msgstr "תבע את המתנה שלך כדי להפעיל את המנוי הפרימיום שלך!"
@@ -4164,8 +4238,8 @@ msgstr "נקה הרשאות"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:420
#: src/components/channel/MessageSearchBar/MessageSearchBar.tsx:1424
-#: src/components/channel/shared/PickerSearchInput.tsx:195
-#: src/components/channel/shared/PickerSearchInput.tsx:212
+#: src/components/channel/shared/PickerSearchInput.tsx:194
+#: src/components/channel/shared/PickerSearchInput.tsx:211
#: src/components/modals/components/SettingsSearch.tsx:108
msgid "Clear search"
msgstr "נקה חיפוש"
@@ -4200,11 +4274,11 @@ msgstr "תיאור המדבקה נמחק."
msgid "Cleared the topic."
msgstr "הנושא נוקה."
-#: src/components/modals/components/MobileSettingsView.tsx:297
+#: src/components/modals/components/MobileSettingsView.tsx:292
msgid "Clearing subscriptions ensures the gateway stops sending messages to this installation."
msgstr "ניקוי המנויים מבטיח שהשער מפסיק לשלוח הודעות להתקנה זו."
-#: src/components/modals/tabs/BetaCodesTab.tsx:366
+#: src/components/modals/tabs/BetaCodesTab.tsx:391
msgid "Click \"Create Code\" to generate your first code."
msgstr "לחץ על \"צור קוד\" כדי ליצור את הקוד הראשון שלך."
@@ -4240,13 +4314,13 @@ msgstr "לחץ להוספת הערה"
msgid "Click to check and uncheck. Available in square and round styles."
msgstr "לחץ כדי לסמן או להסיר סימון. זמין בסגנונות מרובעים ועגולים."
-#: src/components/channel/GiftEmbed.tsx:90
+#: src/components/channel/GiftEmbed.tsx:100
msgid "Click to claim your gift!"
msgstr "לחץ כדי לתבוע את המתנה שלך!"
#: src/components/invites/InviteListItem.tsx:184
#: src/components/modals/components/ClientInfo.tsx:76
-#: src/components/modals/tabs/BetaCodesTab.tsx:172
+#: src/components/modals/tabs/BetaCodesTab.tsx:174
msgid "Click to copy"
msgstr "לחץ להעתקה"
@@ -4328,12 +4402,12 @@ msgid "Close"
msgstr "סגור"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:341
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:600
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:602
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1239
-#: src/components/bottomsheets/DMBottomSheet.tsx:302
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:614
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:616
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1263
#: src/components/bottomsheets/DMBottomSheet.tsx:304
-#: src/components/bottomsheets/DMBottomSheet.tsx:557
+#: src/components/bottomsheets/DMBottomSheet.tsx:306
+#: src/components/bottomsheets/DMBottomSheet.tsx:560
#: src/components/channel/dm/DMList.tsx:292
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:82
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:84
@@ -4358,7 +4432,8 @@ msgstr "ערכת פחם"
#: src/components/invites/InviteListItem.tsx:54
#: src/components/modals/MfaTotpDisableModal.tsx:64
#: src/components/modals/MfaTotpEnableModal.tsx:91
-#: src/components/modals/tabs/BetaCodesTab.tsx:51
+#: src/components/modals/tabs/BetaCodesTab.tsx:53
+#: src/components/pages/report/ReportBreadcrumbs.tsx:48
msgid "Code"
msgstr "קוד"
@@ -4370,7 +4445,8 @@ msgstr "קוד ומונוספייס"
msgid "Code Blocks"
msgstr "חסימות קוד"
-#: src/components/modals/ClaimAccountModal.tsx:123
+#: src/components/modals/ClaimAccountModal.tsx:125
+#: src/components/pages/ReportPage.tsx:231
msgid "Code resent"
msgstr "הקוד נשלח שוב"
@@ -4379,8 +4455,8 @@ msgid "Code sent"
msgstr "הקוד נשלח"
#: src/components/invites/InviteListItem.tsx:180
-#: src/components/modals/tabs/BetaCodesTab.tsx:104
-#: src/components/modals/tabs/BetaCodesTab.tsx:168
+#: src/components/modals/tabs/BetaCodesTab.tsx:106
+#: src/components/modals/tabs/BetaCodesTab.tsx:170
msgid "Code:"
msgstr "קוד:"
@@ -4472,7 +4548,7 @@ msgstr "הקהילה מושתקת"
msgid "Community Debug"
msgstr "ניפוי שגיאות קהילה"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1371
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1395
#: src/components/uikit/ContextMenu/items/CategoryMenuItems.tsx:221
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:239
msgid "Community Default"
@@ -4542,8 +4618,8 @@ msgstr "הגדרות התראות קהילה"
msgid "Community organizes raids or harassment campaigns"
msgstr "הקהילה מארגנת פשיטות או מסעות הטרדה"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:237
-#: src/components/channel/MemberListItem.tsx:102
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:238
+#: src/components/channel/MemberListItem.tsx:109
#: src/components/modals/guildTabs/GuildMembersTab.tsx:145
#: src/components/modals/guildTabs/GuildMembersTab.tsx:197
msgid "Community Owner"
@@ -4567,14 +4643,14 @@ msgstr "הקהילה מקדמת או מקלה על פעילויות לא חוק
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:172
#: src/components/modals/components/DesktopGuildSettingsView.tsx:204
-#: src/components/modals/GuildSettingsModal.tsx:168
+#: src/components/modals/GuildSettingsModal.tsx:173
#: src/components/popouts/GuildHeaderPopout.tsx:187
#: src/components/uikit/ContextMenu/items/GuildMenuItems.tsx:360
msgid "Community Settings"
msgstr "הגדרות קהילה"
-#: src/components/layout/GuildLayout.tsx:301
-#: src/components/layout/GuildLayout.tsx:348
+#: src/components/layout/GuildLayout.tsx:306
+#: src/components/layout/GuildLayout.tsx:353
msgid "Community temporarily unavailable"
msgstr "הקהילה בלתי זמינה זמנית"
@@ -4782,8 +4858,8 @@ msgstr "מחובר לשיחה קולית"
msgid "Connecting..."
msgstr "מתחבר..."
-#: src/components/channel/channel-view/DMChannelView.tsx:273
-#: src/components/channel/channel-view/DMChannelView.tsx:323
+#: src/components/channel/channel-view/DMChannelView.tsx:274
+#: src/components/channel/channel-view/DMChannelView.tsx:324
#: src/components/voice/CompactVoiceCallView.tsx:55
msgid "Connecting…"
msgstr "מתחבר…"
@@ -4979,7 +5055,7 @@ msgstr "שליטה בסטטוס הפעילות שלך"
#: src/components/modals/shared/CopyLinkSection.tsx:61
#: src/components/modals/tabs/ApplicationsTab/application-detail/ApplicationHeader.tsx:68
-#: src/components/modals/tabs/GiftInventoryTab.tsx:143
+#: src/components/modals/tabs/GiftInventoryTab.tsx:144
msgid "Copied"
msgstr "הועתק"
@@ -5001,7 +5077,7 @@ msgstr "הועתק!"
#: src/components/modals/BackupCodesModal.tsx:82
#: src/components/modals/shared/CopyLinkSection.tsx:61
#: src/components/modals/tabs/ApplicationsTab/application-detail/OAuthBuilderSection.tsx:142
-#: src/components/modals/tabs/GiftInventoryTab.tsx:143
+#: src/components/modals/tabs/GiftInventoryTab.tsx:144
msgid "Copy"
msgstr "העתק"
@@ -5017,7 +5093,7 @@ msgstr "העתק שמע"
msgid "Copy authorize URL"
msgstr "העתק כתובת URL לאישור"
-#: src/components/modals/tabs/BetaCodesTab.tsx:178
+#: src/components/modals/tabs/BetaCodesTab.tsx:180
msgid "Copy beta code"
msgstr "העתק קוד בטא"
@@ -5028,8 +5104,8 @@ msgstr "העתק מזהה קטגוריה"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:320
#: src/components/bottomsheets/ChannelBottomSheet.tsx:347
#: src/components/bottomsheets/ChannelBottomSheet.tsx:433
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1293
-#: src/components/bottomsheets/DMBottomSheet.tsx:577
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1317
+#: src/components/bottomsheets/DMBottomSheet.tsx:580
#: src/components/channel/dm/DMList.tsx:271
#: src/components/channel/dm/DMList.tsx:298
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:362
@@ -5090,7 +5166,7 @@ msgstr "העתק תמונה"
msgid "Copy invite link"
msgstr "העתק קישור הזמנה"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1154
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1178
#: src/components/modals/tabs/ComponentGalleryTab/ButtonsTab.tsx:182
#: src/components/modals/tabs/ComponentGalleryTab/index.tsx:100
#: src/components/modals/tabs/ComponentGalleryTab/Inline.tsx:95
@@ -5131,15 +5207,15 @@ msgstr "העתק מזהה מדבקה"
msgid "Copy Text"
msgstr "העתק טקסט"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1285
-#: src/components/bottomsheets/DMBottomSheet.tsx:570
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1309
+#: src/components/bottomsheets/DMBottomSheet.tsx:573
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:370
#: src/components/modals/guildTabs/BannedUserActionsSheet.tsx:74
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:358
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:361
#: src/components/modals/tabs/BlockedUsersTab.tsx:107
#: src/components/modals/UserProfileActionsSheet.tsx:213
#: src/components/modals/UserProfileModal.tsx:1130
-#: src/components/popouts/UserAreaPopout.tsx:507
+#: src/components/popouts/UserAreaPopout.tsx:509
#: src/components/profile/ProfileCard/ProfileCardActions.tsx:60
#: src/components/uikit/ContextMenu/items/CopyMenuItems.tsx:42
msgid "Copy User ID"
@@ -5175,7 +5251,7 @@ msgstr "טיימר ספירה לאחור"
msgid "Country"
msgstr "מדינה"
-#: src/components/pages/ReportPage.tsx:928
+#: src/components/pages/report/ReportStepDetails.tsx:205
msgid "Country of Residence"
msgstr "מדינת מגורים"
@@ -5207,7 +5283,7 @@ msgid "Create a new community or join an existing one."
msgstr "צור קהילה חדשה או הצטרף לקיימת."
#. placeholder {0}: recipient.username
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:905
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:937
msgid "Create a new group with {0}"
msgstr "צור קבוצה חדשה עם {0}"
@@ -5239,7 +5315,7 @@ msgstr "צור חשבון"
msgid "Create an account to claim your gift"
msgstr "צור חשבון כדי לקבל את המתנה שלך"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:138
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:142
msgid "Create and manage applications and bots for your account."
msgstr "צור ונהל אפליקציות ובוטים עבור החשבון שלך."
@@ -5248,7 +5324,8 @@ msgid "Create and share custom emoji and sticker packs with Fluxer Plutonium."
msgstr "צור ושתף חבילות אימוג'י ומדבקות מותאמות אישית עם Fluxer Plutonium."
#: src/components/modals/tabs/ApplicationsTab/ApplicationCreateModal.tsx:87
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:142
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:149
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:155
msgid "Create Application"
msgstr "צור אפליקציה"
@@ -5267,7 +5344,7 @@ msgid "Create Category"
msgstr "צור קטגוריה"
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:180
-#: src/components/layout/ChannelItem.tsx:607
+#: src/components/layout/ChannelItem.tsx:624
#: src/components/modals/ChannelCreateModal.tsx:58
#: src/components/modals/ChannelCreateModal.tsx:103
#: src/components/popouts/GuildHeaderPopout.tsx:194
@@ -5276,8 +5353,8 @@ msgstr "צור קטגוריה"
msgid "Create Channel"
msgstr "צור ערוץ"
-#: src/components/modals/tabs/BetaCodesTab.tsx:326
-#: src/components/modals/tabs/BetaCodesTab.tsx:369
+#: src/components/modals/tabs/BetaCodesTab.tsx:351
+#: src/components/modals/tabs/BetaCodesTab.tsx:394
msgid "Create Code"
msgstr "צור קוד"
@@ -5329,7 +5406,7 @@ msgstr "צור חשבון חדש"
msgid "Create new group"
msgstr "צור קבוצה חדשה"
-#: src/components/modals/InviteModal.tsx:339
+#: src/components/modals/InviteModal.tsx:336
msgid "Create New Link"
msgstr "צור קישור חדש"
@@ -5373,7 +5450,7 @@ msgid "Create, edit, or delete webhooks."
msgstr "צור, ערוך או מחק Webhook-ים."
#: src/components/invites/InviteListItem.tsx:59
-#: src/components/modals/tabs/BetaCodesTab.tsx:57
+#: src/components/modals/tabs/BetaCodesTab.tsx:59
msgid "Created"
msgstr "נוצר"
@@ -5390,7 +5467,7 @@ msgstr "נוצר ב-{createdAt}"
#. placeholder {0}: invite.pack.creator.username
#. placeholder {0}: pack.creator.username
#: src/components/auth/InviteHeader.tsx:158
-#: src/components/channel/InviteEmbed.tsx:218
+#: src/components/channel/InviteEmbed.tsx:220
#: src/components/modals/InviteAcceptModal.tsx:152
msgid "Created by {0}"
msgstr "נוצר על ידי {0}"
@@ -5427,8 +5504,8 @@ msgid "Created with name {newLabel}."
msgstr "נוצר עם השם {newLabel}."
#: src/components/invites/InviteListItem.tsx:207
-#: src/components/modals/tabs/BetaCodesTab.tsx:135
-#: src/components/modals/tabs/BetaCodesTab.tsx:212
+#: src/components/modals/tabs/BetaCodesTab.tsx:137
+#: src/components/modals/tabs/BetaCodesTab.tsx:214
msgid "Created:"
msgstr "נוצר:"
@@ -5440,7 +5517,7 @@ msgstr "קולקטיב מחשבות יצירתיות"
msgid "Creative Writing Club"
msgstr "מועדון כתיבה יצירתית"
-#: src/components/pages/ReportPage.tsx:314
+#: src/components/pages/report/optionDescriptors.ts:86
msgid "Croatia"
msgstr "קרואטיה"
@@ -5519,8 +5596,8 @@ msgid "Currently stuck in 1885, appearing offline"
msgstr "נתקע כרגע ב-1885, מופיע כאוף-ליין"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:461
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1023
-#: src/components/bottomsheets/DMBottomSheet.tsx:605
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1047
+#: src/components/bottomsheets/DMBottomSheet.tsx:608
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:305
msgid "Currently: {mutedText}"
msgstr "כרגע: {mutedText}"
@@ -5665,7 +5742,7 @@ msgstr "התאמה אישית של סמל, באנר, צבע דגש וביוגר
msgid "Cut"
msgstr "גזור"
-#: src/components/pages/ReportPage.tsx:315
+#: src/components/pages/report/optionDescriptors.ts:87
msgid "Cyprus"
msgstr "קפריסין"
@@ -5673,7 +5750,7 @@ msgstr "קפריסין"
msgid "Czech"
msgstr "צ'כית"
-#: src/components/pages/ReportPage.tsx:316
+#: src/components/pages/report/optionDescriptors.ts:88
msgid "Czech Republic"
msgstr "צ'כיה"
@@ -5746,9 +5823,9 @@ msgstr "פורמט תאריך"
#: src/components/auth/AuthMinimalRegisterFormCore.tsx:93
#: src/components/auth/AuthRegisterFormCore.tsx:139
-#: src/components/auth/DateOfBirthField.tsx:90
-#: src/components/auth/DateOfBirthField.tsx:124
-#: src/components/auth/DateOfBirthField.tsx:292
+#: src/components/auth/DateOfBirthField.tsx:87
+#: src/components/auth/DateOfBirthField.tsx:121
+#: src/components/auth/DateOfBirthField.tsx:289
#: src/components/auth/MockMinimalRegisterForm.tsx:107
msgid "Date of birth"
msgstr "תאריך לידה"
@@ -5757,8 +5834,7 @@ msgstr "תאריך לידה"
msgid "Date Options"
msgstr "אפשרויות תאריך"
-#: src/components/auth/DateOfBirthField.tsx:88
-#: src/components/auth/DateOfBirthField.tsx:155
+#: src/components/auth/DateOfBirthField.tsx:152
#: src/components/auth/MockMinimalRegisterForm.tsx:73
msgid "Day"
msgstr "יום"
@@ -5817,11 +5893,11 @@ msgstr "בטל הרשאה"
msgid "Deauthorize Application"
msgstr "בטל הרשאת אפליקציה"
-#: src/components/modals/components/MobileSettingsView.tsx:369
+#: src/components/modals/components/MobileSettingsView.tsx:364
msgid "Debug"
msgstr "ניפוי שגיאות"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1267
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1291
#: src/components/uikit/ContextMenu/items/DebugMenuItems.tsx:71
msgid "Debug Channel"
msgstr "ערוץ ניפוי באגים"
@@ -5844,7 +5920,7 @@ msgstr "חבר ניפוי באגים"
msgid "Debug Message"
msgstr "הודעת ניפוי באגים"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1275
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1299
#: src/components/uikit/ContextMenu/items/DebugMenuItems.tsx:53
msgid "Debug User"
msgstr "משתמש ניפוי באגים"
@@ -5905,8 +5981,8 @@ msgstr "ברירת המחדל היא כבוי במובייל לשמירת חיי
#: src/actions/MessageActionCreators.tsx:394
#: src/components/channel/embeds/media/EmbedAudio.tsx:227
#: src/components/channel/embeds/media/MediaContainer.tsx:115
-#: src/components/channel/Messages.tsx:444
-#: src/components/channel/Messages.tsx:524
+#: src/components/channel/Messages.tsx:442
+#: src/components/channel/Messages.tsx:522
#: src/components/channel/MobileMemesPicker.tsx:546
#: src/components/channel/pickers/memes/MemeGridItem.tsx:120
#: src/components/emojis/EmojiListItem.tsx:189
@@ -5923,7 +5999,7 @@ msgstr "ברירת המחדל היא כבוי במובייל לשמירת חיי
msgid "Delete"
msgstr "מחק"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:666
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:680
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:320
msgid "Delete {channelType}"
msgstr "מחק {channelType}"
@@ -5987,8 +6063,8 @@ msgstr "מחק קטגוריה"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:179
#: src/components/bottomsheets/ChannelBottomSheet.tsx:181
#: src/components/bottomsheets/ChannelBottomSheet.tsx:421
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:668
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1224
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:682
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1248
#: src/components/modals/components/DesktopChannelSettingsView.tsx:176
#: src/components/modals/components/MobileChannelSettingsView.tsx:85
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:322
@@ -6021,8 +6097,8 @@ msgstr "מחק מדיה"
#: src/components/channel/MessageActionBar.tsx:804
#: src/components/channel/messageActionMenu.tsx:156
#: src/components/channel/messageActionMenu.tsx:193
-#: src/components/channel/Messages.tsx:441
-#: src/components/channel/Messages.tsx:521
+#: src/components/channel/Messages.tsx:439
+#: src/components/channel/Messages.tsx:519
#: src/components/uikit/ContextMenu/items/MessageMenuItems.tsx:273
msgid "Delete Message"
msgstr "מחק הודעה"
@@ -6114,7 +6190,7 @@ msgstr "סירב ל־{0} והסיר את הסירוב עבור {1}."
msgid "Denied {0}."
msgstr "נדחה {0}."
-#: src/components/pages/ReportPage.tsx:317
+#: src/components/pages/report/optionDescriptors.ts:89
msgid "Denmark"
msgstr "דנמרק"
@@ -6143,7 +6219,7 @@ msgstr "תאר את המדבקה"
msgid "Describe what expressions are inside this pack."
msgstr "תאר אילו הבעות יש בערכה הזו."
-#: src/components/pages/ReportPage.tsx:946
+#: src/components/pages/report/ReportStepDetails.tsx:225
msgid "Describe what makes the content illegal"
msgstr "תאר מה עושה את התוכן לא חוקי"
@@ -6205,6 +6281,10 @@ msgstr "שלט מנותק"
msgid "details"
msgstr "פרטים"
+#: src/components/pages/report/ReportBreadcrumbs.tsx:49
+msgid "Details"
+msgstr "פרטים"
+
#: src/components/modals/AddGuildModal.tsx:150
msgid "Dev Den"
msgstr "מאגד מפתחים"
@@ -6274,7 +6354,7 @@ msgstr "מידות שונות ומספרי חברים"
msgid "Direct message"
msgstr "הודעה ישירה"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:477
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:491
#: src/components/modals/shared/RecipientList.tsx:200
msgid "Direct Message"
msgstr "הודעה ישירה"
@@ -6516,8 +6596,8 @@ msgstr "דיון או קידום פעילויות בלתי חוקיות"
#: src/components/layout/app-layout/nagbars/PremiumGracePeriodNagbar.tsx:79
#: src/components/layout/app-layout/nagbars/PremiumOnboardingNagbar.tsx:57
#: src/components/layout/GuildLayout.tsx:106
-#: src/components/modals/GiftAcceptModal.tsx:98
-#: src/components/modals/GiftAcceptModal.tsx:124
+#: src/components/modals/GiftAcceptModal.tsx:105
+#: src/components/modals/GiftAcceptModal.tsx:131
#: src/components/modals/RequiredActionModal.tsx:475
msgid "Dismiss"
msgstr "התעלם"
@@ -6562,8 +6642,8 @@ msgstr "הצג חברי תפקיד בנפרד."
msgid "Display separator lines between different groups of messages for better visual distinction."
msgstr "הצג קווי מפריד בין קבוצות הודעות שונות להבחנה חזותית טובה יותר."
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:613
-#: src/components/bottomsheets/DMBottomSheet.tsx:315
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:627
+#: src/components/bottomsheets/DMBottomSheet.tsx:317
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:97
#: src/components/uikit/ContextMenu/UserContextMenu.tsx:168
msgid "DM closed"
@@ -6581,7 +6661,7 @@ msgstr "תצוגות מקדימות להודעות ישירות"
msgid "DM Notifications"
msgstr "התראות הודעות ישירות"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1092
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1116
msgid "DM Settings"
msgstr "הגדרות הודעות ישירות"
@@ -6662,6 +6742,7 @@ msgstr "אל תציג אינדיקטורים של הקלדה ברשימת הער
#: src/components/keybinds/KeybindRecorder.tsx:220
#: src/components/modals/GuildNotificationSettingsModal.tsx:347
#: src/components/modals/GuildPrivacySettingsModal.tsx:68
+#: src/components/pages/report/ReportBreadcrumbs.tsx:50
#: src/components/search/HasFilterSheet.tsx:124
#: src/components/search/UserFilterSheet.tsx:149
msgid "Done"
@@ -6843,13 +6924,13 @@ msgstr "ערוך קובץ מצורף"
msgid "Edit attachment form"
msgstr "טופס עריכת קובץ מצורף"
-#: src/components/layout/ChannelItem.tsx:630
+#: src/components/layout/ChannelItem.tsx:647
#: src/components/uikit/ContextMenu/items/CategoryMenuItems.tsx:299
msgid "Edit Category"
msgstr "ערוך קטגוריה"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:416
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1218
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1242
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:300
msgid "Edit Channel"
msgstr "ערוך ערוץ"
@@ -6869,8 +6950,8 @@ msgid "Edit global settings like name, description, and icon."
msgstr "ערוך הגדרות כלליות כגון שם, תיאור ואייקון."
#: src/components/bottomsheets/ChannelBottomSheet.tsx:284
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1178
-#: src/components/bottomsheets/DMBottomSheet.tsx:461
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1202
+#: src/components/bottomsheets/DMBottomSheet.tsx:463
#: src/components/channel/dm/DMList.tsx:237
#: src/components/channel/dm/GroupDMWelcomeSection.tsx:74
#: src/components/modals/EditGroupBottomSheet.tsx:177
@@ -6883,7 +6964,7 @@ msgstr "ערוך קבוצה"
msgid "Edit group form"
msgstr "טופס עריכת קבוצה"
-#: src/components/modals/InviteModal.tsx:327
+#: src/components/modals/InviteModal.tsx:324
msgid "Edit invite link"
msgstr "ערוך קישור הזמנה"
@@ -6910,10 +6991,10 @@ msgstr "ערוך הערה"
msgid "Edit overwrites for roles and members in this channel."
msgstr "ערוך הרשאות נפרדות לתפקידים וחברים בערוץ הזה."
-#: src/components/modals/UserProfileMobileSheet.tsx:486
-#: src/components/modals/UserProfileModal.tsx:1205
+#: src/components/modals/UserProfileMobileSheet.tsx:490
+#: src/components/modals/UserProfileModal.tsx:1206
#: src/components/pages/YouPage.tsx:123
-#: src/components/popouts/UserAreaPopout.tsx:519
+#: src/components/popouts/UserAreaPopout.tsx:521
#: src/components/popouts/UserProfilePopout.tsx:299
msgid "Edit Profile"
msgstr "ערוך פרופיל"
@@ -6966,19 +7047,20 @@ msgstr "עורך הודעה מתוזמנת"
#: src/components/auth/AuthLoginCore/AuthLoginEmailPasswordForm.tsx:78
#: src/components/auth/AuthRegisterFormCore.tsx:133
#: src/components/auth/AuthRegisterFormCore.tsx:159
-#: src/components/modals/ClaimAccountModal.tsx:157
+#: src/components/modals/ClaimAccountModal.tsx:159
#: src/components/modals/RequiredActionModal.tsx:185
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:210
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:241
#: src/components/modals/utils/settingsSearchIndex.ts:94
#: src/components/pages/ForgotPasswordPage.tsx:97
+#: src/components/pages/report/ReportBreadcrumbs.tsx:47
msgid "Email"
msgstr "אימייל"
#: src/components/modals/tabs/AccountSecurityTab/AccountTab.tsx:65
#: src/components/modals/tabs/AccountSecurityTab/AccountTab.tsx:91
#: src/components/modals/tabs/ComponentGalleryTab/InputsTab.tsx:107
-#: src/components/pages/ReportPage.tsx:662
+#: src/components/pages/report/ReportStepEmail.tsx:76
msgid "Email Address"
msgstr "כתובת אימייל"
@@ -7019,10 +7101,6 @@ msgstr "נדרש אימות אימייל"
msgid "Email Verification Required"
msgstr "נדרשת אימות דוא\"ל"
-#: src/components/pages/ReportPage.tsx:809
-msgid "Email verified"
-msgstr "האימייל אומת"
-
#: src/components/modals/tabs/DeveloperOptionsTab/AccountPremiumTab.tsx:56
msgid "Email Verified Override"
msgstr "עקיפת אימות אימייל"
@@ -7108,7 +7186,7 @@ msgid "Emoji names must be at least 2 characters long and can only contain alpha
msgstr "שמות האימוג'י חייבים להיות באורך של לפחות 2 תווים ויכולים להכיל רק תווים אלפאנומריים וקו תחתון. סוגי הקבצים המותרים: JPEG, PNG, WebP, GIF. אנו מכווצים את התמונות לגודל של 128x128 פיקסלים. גודל מרבי: {0} KB לאימוג'י."
#: src/components/auth/InviteHeader.tsx:140
-#: src/components/channel/InviteEmbed.tsx:197
+#: src/components/channel/InviteEmbed.tsx:199
#: src/components/modals/InviteAcceptModal.tsx:142
#: src/components/modals/tabs/ExpressionPacksTab.tsx:70
msgid "Emoji pack"
@@ -7140,7 +7218,7 @@ msgstr "אימוג'י עודכן"
#: src/components/channel/AutocompleteEmoji.tsx:67
#: src/components/channel/textarea/TextareaButtons.tsx:150
-#: src/components/modals/ExpressionPickerSheet.tsx:106
+#: src/components/modals/ExpressionPickerSheet.tsx:93
#: src/components/popouts/ExpressionPickerPopout.tsx:95
msgid "Emojis"
msgstr "אימוג'ים"
@@ -7343,11 +7421,11 @@ msgstr "אנגלית"
msgid "English (US)"
msgstr "אנגלית (ארה\"ב)"
-#: src/components/pages/ReportPage.tsx:429
+#: src/components/pages/ReportPage.tsx:254
msgid "Enter a code in the format ABCD-1234."
msgstr "הכנס קוד בפורמט ABCD-1234."
-#: src/components/modals/tabs/GiftInventoryTab.tsx:235
+#: src/components/modals/tabs/GiftInventoryTab.tsx:258
msgid "Enter a gift code to redeem Plutonium for your account."
msgstr "הכנס קוד מתנה כדי לפדות פלוטוניום עבור חשבונך."
@@ -7371,7 +7449,7 @@ msgstr "הכנס קוד"
msgid "Enter fullscreen"
msgstr "היכנס למסך מלא"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:255
+#: src/components/modals/tabs/GiftInventoryTab.tsx:278
msgid "Enter gift code..."
msgstr "הכנס קוד מתנה..."
@@ -7414,7 +7492,7 @@ msgstr "הכנס את הקוד בן 6 הספרות שנשלח לטלפון של
msgid "Enter the API endpoint of the Fluxer instance you want to connect to."
msgstr "הכנס את נקודת הקצה של API של מופע Fluxer שאליו אתה רוצה להתחבר."
-#: src/components/pages/ReportPage.tsx:424
+#: src/components/pages/ReportPage.tsx:249
msgid "Enter the code before continuing."
msgstr "הכנס את הקוד לפני שתמשיך."
@@ -7430,7 +7508,7 @@ msgstr "הכנס את הקוד שנשלח לכתובת המייל הנוכחית
msgid "Enter the code we emailed to your new address."
msgstr "הכנס את הקוד ששלחנו לכתובת החדשה שלך."
-#: src/components/modals/ClaimAccountModal.tsx:190
+#: src/components/modals/ClaimAccountModal.tsx:192
msgid "Enter the code we sent to your email to verify it. Your password will be set once the code is confirmed."
msgstr "הכנס את הקוד ששלחנו למייל שלך כדי לאמת אותו. הסיסמה שלך תוגדר ברגע שהקוד יאושר."
@@ -7454,13 +7532,9 @@ msgstr "הקש Enter כדי <0><1>לשמור1>0>"
msgid "Enter username"
msgstr "הכנס שם משתמש"
-#: src/components/pages/ReportPage.tsx:701
-msgid "Enter Verification Code"
-msgstr "הכנס קוד אימות"
-
-#: src/components/pages/ReportPage.tsx:638
-msgid "Enter Your Email"
-msgstr "הכנס את כתובת המייל שלך"
+#: src/components/pages/report/ReportStepVerification.tsx:64
+msgid "Enter verification code"
+msgstr "הזן קוד אימות"
#: src/components/pages/ForgotPasswordPage.tsx:87
msgid "Enter your email address and we'll send you a link to reset your password."
@@ -7500,7 +7574,7 @@ msgid "Entrance sound uploaded successfully"
msgstr "צליל הכניסה הועלה בהצלחה"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:297
-#: src/components/channel/ChannelSearchResults.tsx:691
+#: src/components/channel/ChannelSearchResults.tsx:660
#: src/components/modals/tabs/ComponentGalleryTab/OverlaysTab.tsx:88
msgid "Error"
msgstr "שגיאה"
@@ -7522,7 +7596,7 @@ msgstr "מקש Escape יוצא ממצב מקלדת"
msgid "escape to <0><1>cancel1>0>"
msgstr "הקש Escape כדי <0><1>לבטל1>0>"
-#: src/components/pages/ReportPage.tsx:318
+#: src/components/pages/report/optionDescriptors.ts:90
msgid "Estonia"
msgstr "אסטוניה"
@@ -7561,7 +7635,7 @@ msgstr "החרג קישור, הטמעה או קובץ"
msgid "exclude user"
msgstr "החרג משתמש"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:95
+#: src/components/modals/components/plutonium/VisionarySection.tsx:104
msgid "Exclusive community"
msgstr "קהילה בלעדית"
@@ -7593,12 +7667,12 @@ msgstr "הרחב קטגוריה"
msgid "Expiration"
msgstr "פג תוקף"
-#: src/components/modals/InviteModal.tsx:281
+#: src/components/modals/InviteModal.tsx:278
msgid "Expire after"
msgstr "יפוג לאחר"
#: src/components/accounts/AccountRow.tsx:162
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:114
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:133
#: src/components/modals/GroupInvitesBottomSheet.tsx:104
msgid "Expired"
msgstr "פג תוקף"
@@ -7675,7 +7749,7 @@ msgstr "חבילות הבעה"
msgid "Expression Packs are a Plutonium feature"
msgstr "חבילות הבעה הן תכונה של Plutonium"
-#: src/components/modals/ExpressionPickerSheet.tsx:232
+#: src/components/modals/ExpressionPickerSheet.tsx:219
#: src/components/popouts/ExpressionPickerPopout.tsx:193
msgid "Expression picker categories"
msgstr "קטגוריות בורר הבעות"
@@ -7700,7 +7774,7 @@ msgstr "קישורים חיצוניים עלולים להיות מסוכנים.
msgid "Extra Large"
msgstr "ענק"
-#: src/components/pages/ReportPage.tsx:297
+#: src/components/pages/report/optionDescriptors.ts:72
#: src/constants/IARConstants.tsx:165
msgid "Extremist Community"
msgstr "קהילה קיצונית"
@@ -7749,7 +7823,7 @@ msgstr "העתקת קישור ההזמנה נכשלה"
msgid "Failed to copy to clipboard"
msgstr "העתקה ללוח נכשלה"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:79
+#: src/components/modals/tabs/GiftInventoryTab.tsx:80
msgid "Failed to copy URL"
msgstr "העתקת ה-URL נכשלה"
@@ -7794,7 +7868,7 @@ msgid "Failed to delete category"
msgstr "מחיקת הקטגוריה נכשלה"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:194
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:681
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:695
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:335
msgid "Failed to delete channel"
msgstr "מחיקת הערוץ נכשלה"
@@ -7868,7 +7942,7 @@ msgstr "טעינת החסימות נכשלה. נסה שוב."
msgid "Failed to load emojis"
msgstr "טעינת האימוג'ים נכשלה"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:296
+#: src/components/modals/tabs/GiftInventoryTab.tsx:319
msgid "Failed to load gift inventory"
msgstr "טעינת מלאי המתנות נכשלה"
@@ -7894,8 +7968,8 @@ msgstr "טעינת הסטיקרים נכשלה"
msgid "Failed to load vanity URL. Please try again."
msgstr "טעינת כתובת ה-vanity נכשלה. נסה שוב."
-#: src/components/modals/components/PlutoniumContent.tsx:146
-#: src/components/modals/components/PlutoniumContent.tsx:272
+#: src/components/modals/components/PlutoniumContent.tsx:157
+#: src/components/modals/components/PlutoniumContent.tsx:289
msgid "Failed to load Visionary information. Please try again later."
msgstr "טעינת פרטי Visionary נכשלה. נסה שוב מאוחר יותר."
@@ -7916,19 +7990,19 @@ msgstr "טעינת הקהילות שלך נכשלה."
msgid "Failed to open customer portal. Please try again."
msgstr "פתיחת פורטל הלקוחות נכשלה. נסה שוב."
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:572
-#: src/components/bottomsheets/DMBottomSheet.tsx:153
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:586
+#: src/components/bottomsheets/DMBottomSheet.tsx:155
#: src/components/channel/dm/DMList.tsx:216
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:121
msgid "Failed to pin DM"
msgstr "נעיצת ההודעה הפרטית נכשלה"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:572
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:586
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:101
msgid "Failed to pin group"
msgstr "נעיצת הקבוצה נכשלה"
-#: src/components/bottomsheets/DMBottomSheet.tsx:153
+#: src/components/bottomsheets/DMBottomSheet.tsx:155
msgid "Failed to pin group DM"
msgstr "כשל בהצמדת DM קבוצתי"
@@ -7957,7 +8031,7 @@ msgstr "כישלון בהגעה למופע ({status})"
msgid "Failed to reactivate subscription. Please try again."
msgstr "הפעלת המנוי מחדש נכשלה. נסה שוב."
-#: src/components/modals/tabs/GiftInventoryTab.tsx:94
+#: src/components/modals/tabs/GiftInventoryTab.tsx:95
msgid "Failed to redeem gift"
msgstr "מימוש המתנה נכשל"
@@ -7998,6 +8072,10 @@ msgstr "הסרה מהקבוצה נכשלה"
msgid "Failed to remove timeout. Please try again."
msgstr "הסרת ההשהייה נכשלה. נסה שוב."
+#: src/components/pages/ReportPage.tsx:236
+msgid "Failed to resend code. Please try again."
+msgstr "כשל במשלוח מחדש של הקוד. אנא נסה שוב."
+
#: src/components/modals/guildTabs/GuildRolesTab.tsx:674
msgid "Failed to reset hoist order"
msgstr "איפוס סדר ההרמה נכשל"
@@ -8018,7 +8096,7 @@ msgstr "הסיבוב נכשל. נסה שוב."
msgid "Failed to send friend request. Please try again."
msgstr "שליחת בקשת חברות נכשלה. נסה שוב."
-#: src/components/bottomsheets/DMBottomSheet.tsx:262
+#: src/components/bottomsheets/DMBottomSheet.tsx:264
#: src/components/modals/InviteModal.tsx:176
#: src/components/uikit/ContextMenu/items/InviteMenuItems.tsx:111
msgid "Failed to send invite"
@@ -8037,7 +8115,7 @@ msgstr "שליחת קוד SMS נכשלה. נסה שוב."
msgid "Failed to send theme"
msgstr "שליחת ערכת הנושא נכשלה"
-#: src/components/pages/ReportPage.tsx:412
+#: src/components/pages/ReportPage.tsx:234
msgid "Failed to send verification code. Please try again."
msgstr "שליחת קוד האימות נכשלה. נסה שוב."
@@ -8084,19 +8162,19 @@ msgstr "העברת הבעלות נכשלה. נסה שוב."
msgid "Failed to unblock user. Please try again."
msgstr "ביטול חסימה של משתמש נכשל. נסה שוב."
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:589
-#: src/components/bottomsheets/DMBottomSheet.tsx:170
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:603
+#: src/components/bottomsheets/DMBottomSheet.tsx:172
#: src/components/channel/dm/DMList.tsx:226
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:138
msgid "Failed to unpin DM"
msgstr "נכשל בביטול הצמדת הודעה פרטית"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:589
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:603
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:118
msgid "Failed to unpin group"
msgstr "נכשל בביטול הצמדת קבוצה"
-#: src/components/bottomsheets/DMBottomSheet.tsx:170
+#: src/components/bottomsheets/DMBottomSheet.tsx:172
msgid "Failed to unpin group DM"
msgstr "נכשל בהסרת פין משיחה קבוצתית"
@@ -8298,7 +8376,7 @@ msgstr "מצא את המדבקה המושלמת"
msgid "Fine-tune core colors and fonts for this app. Changes here are stored as custom CSS overrides and sync with the editor below."
msgstr "כוונן צבעים וגופנים בסיסיים של האפליקציה. השינויים נשמרים כהחלפות CSS מותאמות אישית ומתמזגים עם העורך למטה."
-#: src/components/pages/ReportPage.tsx:319
+#: src/components/pages/report/optionDescriptors.ts:91
msgid "Finland"
msgstr "פינלנד"
@@ -8306,7 +8384,7 @@ msgstr "פינלנד"
msgid "Finnish"
msgstr "פינית"
-#: src/components/pages/ReportPage.tsx:923
+#: src/components/pages/report/ReportStepDetails.tsx:199
msgid "First and last name"
msgstr "שם פרטי ושם משפחה"
@@ -8419,7 +8497,7 @@ msgstr "Fluxer צריך הרשאה לניטור קלט מהמקלדת והעכב
msgid "Fluxer Partner"
msgstr "שותף Fluxer"
-#: src/components/modals/components/PlutoniumContent.tsx:182
+#: src/components/modals/components/PlutoniumContent.tsx:193
#: src/components/modals/PremiumModal.tsx:34
#: src/components/modals/utils/settingsConstants.tsx:147
#: src/components/popouts/UserProfileBadges.tsx:99
@@ -8483,7 +8561,7 @@ msgstr "אוכל ושתייה"
msgid "Foodie Friends"
msgstr "חברי אוכל"
-#: src/components/bottomsheets/DMBottomSheet.tsx:660
+#: src/components/bottomsheets/DMBottomSheet.tsx:663
msgid "For 1 hour"
msgstr "למשך 1 שעה"
@@ -8497,7 +8575,7 @@ msgstr "למשך 1 שעה"
msgid "For 1 Hour"
msgstr "לשעה"
-#: src/components/bottomsheets/DMBottomSheet.tsx:659
+#: src/components/bottomsheets/DMBottomSheet.tsx:662
#: src/components/popouts/UserAreaPopout.tsx:77
msgid "For 15 minutes"
msgstr "ל־15 דקות"
@@ -8511,7 +8589,7 @@ msgstr "ל־15 דקות"
msgid "For 15 Minutes"
msgstr "ל־15 דקות"
-#: src/components/bottomsheets/DMBottomSheet.tsx:663
+#: src/components/bottomsheets/DMBottomSheet.tsx:666
msgid "For 24 hours"
msgstr "למשך 24 שעות"
@@ -8529,7 +8607,7 @@ msgstr "ל־24 שעות"
msgid "For 3 days"
msgstr "למשך 3 ימים"
-#: src/components/bottomsheets/DMBottomSheet.tsx:661
+#: src/components/bottomsheets/DMBottomSheet.tsx:664
msgid "For 3 hours"
msgstr "למשך 3 שעות"
@@ -8542,7 +8620,7 @@ msgstr "למשך 3 שעות"
msgid "For 3 Hours"
msgstr "למשך 3 שעות"
-#: src/components/bottomsheets/DMBottomSheet.tsx:662
+#: src/components/bottomsheets/DMBottomSheet.tsx:665
msgid "For 8 hours"
msgstr "למשך 8 שעות"
@@ -8560,7 +8638,7 @@ msgstr "למשך 8 שעות"
msgid "For British eyes only..."
msgstr "רק לעיניים בריטיות..."
-#: src/components/modals/components/plutonium/PricingSection.tsx:62
+#: src/components/modals/components/plutonium/PricingSection.tsx:68
msgid "For Me"
msgstr "בשבילי"
@@ -8664,15 +8742,15 @@ msgstr "כופה שמצב איטי יהיה פעיל בכל הערוצים"
msgid "Forever"
msgstr "לנצח"
-#: src/components/modals/components/MobileSettingsView.tsx:300
+#: src/components/modals/components/MobileSettingsView.tsx:295
msgid "Forget"
msgstr "שכח"
-#: src/components/modals/components/MobileSettingsView.tsx:327
+#: src/components/modals/components/MobileSettingsView.tsx:322
msgid "Forget Push Subscriptions"
msgstr "שכח מנויי דחיפות"
-#: src/components/modals/components/MobileSettingsView.tsx:294
+#: src/components/modals/components/MobileSettingsView.tsx:289
msgid "Forget push subscriptions?"
msgstr "לשכוח את מנויי הדחיפות?"
@@ -8729,7 +8807,7 @@ msgstr "קצב פריימים"
msgid "Frame rates above 30 fps require Plutonium"
msgstr "קצב פריימים מעל 30 fps דורש Plutonium"
-#: src/components/pages/ReportPage.tsx:320
+#: src/components/pages/report/optionDescriptors.ts:92
msgid "France"
msgstr "צרפת"
@@ -8745,8 +8823,8 @@ msgstr "משתמש חינמי (ללא רכישות)"
msgid "Free User (With Purchase History)"
msgstr "משתמש חינמי (עם היסטוריית רכישות)"
-#: src/components/modals/components/PlutoniumContent.tsx:163
-#: src/components/modals/components/PlutoniumContent.tsx:289
+#: src/components/modals/components/PlutoniumContent.tsx:174
+#: src/components/modals/components/PlutoniumContent.tsx:308
msgid "Free vs Plutonium"
msgstr "חינמי מול Plutonium"
@@ -8773,12 +8851,13 @@ msgstr "בקשת חברות"
msgid "Friend request sent"
msgstr "בקשת חברות נשלחה"
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:68
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:250
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:75
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:89
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:271
msgid "Friend Request Sent"
msgstr "בקשת חברות נשלחה"
-#: src/components/channel/dm/AddFriendForm.tsx:144
+#: src/components/channel/dm/AddFriendForm.tsx:167
msgid "Friend request sent!"
msgstr "בקשת חברות נשלחה!"
@@ -8787,7 +8866,7 @@ msgstr "בקשת חברות נשלחה!"
msgid "Friend Requests"
msgstr "בקשות חברות"
-#: src/components/channel/dm/AddFriendForm.tsx:137
+#: src/components/channel/dm/AddFriendForm.tsx:160
msgid "Friend's FluxerTag"
msgstr "FluxerTag של החבר"
@@ -8828,9 +8907,10 @@ msgstr "מ-{0}"
#. placeholder {0}: creator.username
#. placeholder {1}: creator.discriminator
-#: src/components/channel/GiftEmbed.tsx:87
-#: src/components/modals/GiftAcceptModal.tsx:116
-#: src/components/modals/GiftAcceptModal.tsx:143
+#: src/components/channel/GiftEmbed.tsx:93
+#: src/components/modals/GiftAcceptModal.tsx:123
+#: src/components/modals/GiftAcceptModal.tsx:151
+#: src/components/modals/GiftAcceptModal.tsx:186
msgid "From {0}#{1}"
msgstr "מ-{0}#{1}"
@@ -8850,7 +8930,7 @@ msgstr "מהמשתמש"
msgid "from:"
msgstr "מ:"
-#: src/components/pages/ReportPage.tsx:919
+#: src/components/pages/report/ReportStepDetails.tsx:195
msgid "Full Legal Name"
msgstr "שם מלא"
@@ -8892,7 +8972,7 @@ msgstr "צור הזמנה"
msgid "Generate invite link"
msgstr "צור קישור הזמנה"
-#: src/components/modals/tabs/BetaCodesTab.tsx:315
+#: src/components/modals/tabs/BetaCodesTab.tsx:340
msgid "Generate up to {MAX_UNCLAIMED_BETA_CODES} unclaimed beta codes to invite friends to Fluxer. You can create 3 codes per week."
msgstr "צור עד {MAX_UNCLAIMED_BETA_CODES} קודי בטא לא משומשים כדי להזמין חברים ל-Fluxer. ניתן ליצור 3 קודים בשבוע."
@@ -8909,7 +8989,7 @@ msgstr "מוגבל לפי מיקום"
msgid "German"
msgstr "גרמנית"
-#: src/components/pages/ReportPage.tsx:321
+#: src/components/pages/report/optionDescriptors.ts:93
msgid "Germany"
msgstr "גרמניה"
@@ -8991,13 +9071,13 @@ msgstr "תצוגה מקדימה של GIF"
#: src/components/channel/pickers/gif/GifPickerHeader.tsx:40
#: src/components/channel/pickers/memes/MemesPickerHeader.tsx:57
#: src/components/channel/textarea/TextareaButtons.tsx:110
-#: src/components/modals/ExpressionPickerSheet.tsx:68
+#: src/components/modals/ExpressionPickerSheet.tsx:55
#: src/components/popouts/ExpressionPickerPopout.tsx:69
msgid "GIFs"
msgstr "GIFים"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:122
-#: src/components/modals/GiftAcceptModal.tsx:163
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:141
+#: src/components/modals/GiftAcceptModal.tsx:206
msgid "Gift"
msgstr "מתנה"
@@ -9030,19 +9110,20 @@ msgstr "המתנה כבר נפדתה"
msgid "Gift Already Redeemed"
msgstr "המתנה כבר נפדתה"
-#: src/components/channel/GiftEmbed.tsx:94
+#: src/components/channel/GiftEmbed.tsx:105
+#: src/components/channel/GiftEmbed.tsx:109
msgid "Gift Claimed"
msgstr "המתנה נדרשה"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:246
+#: src/components/modals/tabs/GiftInventoryTab.tsx:269
msgid "Gift code cannot be empty"
msgstr "קוד המתנה לא יכול להיות ריק"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:243
+#: src/components/modals/tabs/GiftInventoryTab.tsx:266
msgid "Gift code is required"
msgstr "יש להכניס קוד מתנה"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:250
+#: src/components/modals/tabs/GiftInventoryTab.tsx:273
msgid "Gift code is too long"
msgstr "קוד המתנה ארוך מדי"
@@ -9070,7 +9151,7 @@ msgstr "המתנה לא נמצאה"
#: src/components/channel/textarea/TextareaButtons.tsx:101
#: src/components/channel/textarea/TextareaButtons.tsx:177
-#: src/components/modals/components/plutonium/GiftSection.tsx:61
+#: src/components/modals/components/plutonium/GiftSection.tsx:67
msgid "Gift Plutonium"
msgstr "הענק Plutonium"
@@ -9078,23 +9159,23 @@ msgstr "הענק Plutonium"
msgid "Gift redeemed successfully!"
msgstr "המתנה נפדתה בהצלחה!"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:89
+#: src/components/modals/tabs/GiftInventoryTab.tsx:90
msgid "Gift redeemed successfully! Enjoy your Plutonium!"
msgstr "המתנה נפדתה בהצלחה! תהנה מ-Plutonium שלך!"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:53
+#: src/components/modals/components/plutonium/VisionarySection.tsx:58
msgid "gift time"
msgstr "זמן מתנה"
-#: src/components/channel/GiftEmbed.tsx:151
+#: src/components/channel/GiftEmbed.tsx:162
msgid "Gift Unavailable"
msgstr "המתנה לא זמינה"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:132
+#: src/components/modals/tabs/GiftInventoryTab.tsx:133
msgid "Gift URL"
msgstr "כתובת URL של המתנה"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:75
+#: src/components/modals/tabs/GiftInventoryTab.tsx:76
msgid "Gift URL copied to clipboard!"
msgstr "כתובת ה-URL של המתנה הועתקה ללוח!"
@@ -9126,7 +9207,7 @@ msgstr "קיצורי דרך עולמיים זמינים באפליקציית ה
msgid "Glorification of violence or disturbing imagery"
msgstr "האדרת אלימות או תמונות מטרידות"
-#: src/components/modals/components/MobileSettingsView.tsx:145
+#: src/components/modals/components/MobileSettingsView.tsx:140
#: src/components/modals/shared/MobileSettingsComponents.tsx:43
msgid "Go back"
msgstr "חזור"
@@ -9143,7 +9224,7 @@ msgstr "חזור לערוץ הטקסט ששוקדת עליו קודם"
msgid "Go forward in navigation history"
msgstr "התקדם בהיסטוריית הניווט"
-#: src/components/channel/InviteEmbed.tsx:259
+#: src/components/channel/InviteEmbed.tsx:261
#: src/components/modals/InviteAcceptModal.tsx:100
msgid "Go to Community"
msgstr "עבור לקהילה"
@@ -9166,15 +9247,15 @@ msgstr "עבור להתחברות"
msgid "Go to message"
msgstr "עבור להודעה"
-#: src/components/channel/ChannelSearchResults.tsx:841
+#: src/components/channel/ChannelSearchResults.tsx:809
msgid "Go to page"
msgstr "עבור לדף"
-#: src/components/channel/ChannelSearchResults.tsx:808
+#: src/components/channel/ChannelSearchResults.tsx:776
msgid "Go to page {page}"
msgstr "עבור לדף {page}"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:315
+#: src/components/modals/tabs/GiftInventoryTab.tsx:338
msgid "Go to Plutonium"
msgstr "עבור ל-Plutonium"
@@ -9195,7 +9276,7 @@ msgstr "הבנתי"
msgid "Gotcha"
msgstr "הבנתי"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:116
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:135
msgid "Grace Period"
msgstr "תקופת חסד"
@@ -9203,7 +9284,7 @@ msgstr "תקופת חסד"
msgid "Grace Period (Still Have Access)"
msgstr "תקופת חסד (עדיין יש לך גישה)"
-#: src/components/modals/InviteModal.tsx:301
+#: src/components/modals/InviteModal.tsx:298
msgid "Grant temporary membership"
msgstr "הענק חברות זמנית"
@@ -9234,7 +9315,7 @@ msgstr "הצלחה גדולה!"
msgid "Great success! You can now close this tab and return to the app."
msgstr "הצלחה גדולה! אתה יכול לסגור כעת את הלשונית ולחזור לאפליקציה."
-#: src/components/pages/ReportPage.tsx:322
+#: src/components/pages/report/optionDescriptors.ts:94
msgid "Greece"
msgstr "יוון"
@@ -9263,7 +9344,7 @@ msgstr "הרשאות להוספת צ'אט קבוצתי"
msgid "Group Chat Permissions"
msgstr "הרשאות צ'אט קבוצתי"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:481
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:495
msgid "Group Direct Message"
msgstr "הודעה ישירה קבוצתית"
@@ -9272,7 +9353,7 @@ msgid "Group DM"
msgstr "DM קבוצתי"
#. placeholder {0}: channel.recipientIds.length + 1
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:772
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:804
msgid "Group DM · {0} members"
msgstr "DM קבוצתי · {0} חברים"
@@ -9317,12 +9398,12 @@ msgstr "שם הקבוצה לא יכול לעלות על 100 תווים"
msgid "Group Online Status"
msgstr "סטטוס אונליין של הקבוצה"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:962
-#: src/components/channel/MemberListItem.tsx:102
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:984
+#: src/components/channel/MemberListItem.tsx:109
msgid "Group Owner"
msgstr "בעלים של הקבוצה"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1092
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1116
msgid "Group Settings"
msgstr "הגדרות קבוצה"
@@ -9335,11 +9416,11 @@ msgstr "מצבי הקלדה קבוצתיים"
msgid "Group updated"
msgstr "הקבוצה עודכנה"
-#: src/components/pages/ReportPage.tsx:893
+#: src/components/pages/report/ReportStepDetails.tsx:167
msgid "Guild (Community) ID"
msgstr "מזהה גילדה (קהילה)"
-#: src/components/pages/ReportPage.tsx:902
+#: src/components/pages/report/ReportStepDetails.tsx:177
msgid "Guild ID is required."
msgstr "נדרש מזהה גילדה."
@@ -9355,13 +9436,13 @@ msgstr "רשומת גילדה"
msgid "Hang on while we check for scheduled messages."
msgstr "המתן בעודנו בודקים הודעות מתוזמנות."
-#: src/components/pages/ReportPage.tsx:295
+#: src/components/pages/report/optionDescriptors.ts:70
#: src/constants/IARConstants.tsx:155
msgid "Harassment"
msgstr "הטרדה"
-#: src/components/pages/ReportPage.tsx:262
-#: src/components/pages/ReportPage.tsx:281
+#: src/components/pages/report/optionDescriptors.ts:43
+#: src/components/pages/report/optionDescriptors.ts:59
#: src/constants/IARConstants.tsx:32
#: src/constants/IARConstants.tsx:109
msgid "Harassment or Bullying"
@@ -9383,9 +9464,9 @@ msgstr "רכישה קודמת מבוטלת"
msgid "has:"
msgstr "יש:"
-#: src/components/pages/ReportPage.tsx:263
-#: src/components/pages/ReportPage.tsx:282
-#: src/components/pages/ReportPage.tsx:296
+#: src/components/pages/report/optionDescriptors.ts:44
+#: src/components/pages/report/optionDescriptors.ts:60
+#: src/components/pages/report/optionDescriptors.ts:71
#: src/constants/IARConstants.tsx:37
#: src/constants/IARConstants.tsx:114
#: src/constants/IARConstants.tsx:160
@@ -9430,7 +9511,7 @@ msgid "Help Center"
msgstr "מרכז עזרה"
#. placeholder {0}: user.displayName
-#: src/components/layout/app-layout/nagbars/UnclaimedAccountNagbar.tsx:44
+#: src/components/layout/app-layout/nagbars/UnclaimedAccountNagbar.tsx:42
msgid "Hey {0}, claim your account to prevent losing access."
msgstr "היי {0}, טען את החשבון שלך כדי למנוע איבוד גישה."
@@ -9654,7 +9735,7 @@ msgstr "https://example.com/callback"
msgid "Hungarian"
msgstr "הונגרית"
-#: src/components/pages/ReportPage.tsx:323
+#: src/components/pages/report/optionDescriptors.ts:95
msgid "Hungary"
msgstr "הונגריה"
@@ -9728,8 +9809,8 @@ msgstr "אם קיבלת קוד בטא, תוכל להזין אותו למטה כ
msgid "If you want to export your data or delete your messages first, please visit the Privacy Dashboard section in User Settings before proceeding."
msgstr "אם אתה רוצה לייצא את הנתונים שלך או למחוק את ההודעות שלך קודם, בקר בחלק לוח הבקרה של הפרטיות בהגדרות משתמש לפני שתמשיך."
-#: src/components/channel/channel-view/DMChannelView.tsx:301
-#: src/components/channel/dm/DMWelcomeSection.tsx:119
+#: src/components/channel/channel-view/DMChannelView.tsx:302
+#: src/components/channel/dm/DMWelcomeSection.tsx:131
#: src/components/channel/friends/FriendListItem.tsx:145
#: src/components/channel/friends/FriendListItem.tsx:244
#: src/components/channel/friends/MobileFriendRequestItem.tsx:69
@@ -9740,7 +9821,7 @@ msgstr "התעלם"
#: src/components/channel/friends/FriendListItem.tsx:143
#: src/components/channel/friends/MobileFriendRequestItem.tsx:67
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:152
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:173
msgid "Ignore Friend Request"
msgstr "התעלם מבקשת חברות"
@@ -9749,8 +9830,8 @@ msgstr "התעלם מבקשת חברות"
msgid "Ignore per-channel message rate limits."
msgstr "התעלם ממגבלות קצב הודעות לכל ערוץ."
-#: src/components/pages/ReportPage.tsx:267
-#: src/components/pages/ReportPage.tsx:298
+#: src/components/pages/report/optionDescriptors.ts:48
+#: src/components/pages/report/optionDescriptors.ts:73
#: src/constants/IARConstants.tsx:57
#: src/constants/IARConstants.tsx:170
msgid "Illegal Activity"
@@ -9762,7 +9843,7 @@ msgid "image"
msgstr "תמונה"
#: src/components/channel/embeds/media/EmbedGifv.tsx:237
-#: src/components/channel/embeds/media/EmbedImage.tsx:369
+#: src/components/channel/embeds/media/EmbedImage.tsx:374
#: src/components/modals/MediaViewerModal.tsx:362
#: src/components/search/HasFilterSheet.tsx:50
#: src/utils/FavoriteMemeUtils.ts:71
@@ -9783,8 +9864,8 @@ msgstr "תצוגה מקדימה של תמונה"
msgid "Images"
msgstr "תמונות"
-#: src/components/pages/ReportPage.tsx:272
-#: src/components/pages/ReportPage.tsx:284
+#: src/components/pages/report/optionDescriptors.ts:53
+#: src/components/pages/report/optionDescriptors.ts:62
#: src/constants/IARConstants.tsx:82
#: src/constants/IARConstants.tsx:124
msgid "Impersonation"
@@ -9839,7 +9920,7 @@ msgstr "בעוד {absWeeks} שבועות"
msgid "in {absYears} years"
msgstr "בעוד {absYears} שנים"
-#: src/components/channel/channel-view/DMChannelView.tsx:275
+#: src/components/channel/channel-view/DMChannelView.tsx:276
msgid "In call"
msgstr "בשיחה"
@@ -9880,7 +9961,7 @@ msgstr "בדפדפן שלך, Push-to-Talk יעבוד רק כשהכרטיסייה
msgid "in:"
msgstr "ב:"
-#: src/components/pages/ReportPage.tsx:286
+#: src/components/pages/report/optionDescriptors.ts:64
#: src/constants/IARConstants.tsx:134
msgid "Inappropriate Profile"
msgstr "פרופיל בלתי הולם"
@@ -9909,7 +9990,7 @@ msgstr "כלול את כל האזכורים של הקהילה"
msgid "Include audio from your screen in the share"
msgstr "כלול את האודיו מהמסך בשיתוף"
-#: src/components/channel/channel-view/DMChannelView.tsx:269
+#: src/components/channel/channel-view/DMChannelView.tsx:270
#: src/components/voice/IncomingCallUI.tsx:263
#: src/components/voice/IncomingCallUI.tsx:286
#: src/components/voice/IncomingCallUI.tsx:324
@@ -9946,11 +10027,11 @@ msgid "Increase app zoom level"
msgstr "הגדל את רמת הזום של האפליקציה"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:284
-#: src/components/channel/ChannelSearchResults.tsx:679
+#: src/components/channel/ChannelSearchResults.tsx:648
msgid "Indexing Channel"
msgstr "מדרג ערוץ"
-#: src/components/channel/ChannelSearchResults.tsx:317
+#: src/components/channel/ChannelSearchResults.tsx:274
msgid "Indexing..."
msgstr "מאנדקס..."
@@ -10032,12 +10113,12 @@ msgstr "קלטים עם אייקונים"
msgid "Insert emoji"
msgstr "הכנס אימוג׳י"
-#: src/components/channel/InviteEmbed.tsx:198
+#: src/components/channel/InviteEmbed.tsx:200
#: src/components/modals/InviteAcceptModal.tsx:143
msgid "Install Emoji Pack"
msgstr "התקן חבילת אימוג׳ים"
-#: src/components/channel/InviteEmbed.tsx:198
+#: src/components/channel/InviteEmbed.tsx:200
#: src/components/modals/InviteAcceptModal.tsx:143
msgid "Install Sticker Pack"
msgstr "התקן חבילת סטיקרים"
@@ -10104,7 +10185,7 @@ msgstr "קוד מתנה לא חוקי"
msgid "Invalid instance response: missing webapp URL."
msgstr "תגובה לא תקפה מהמקרה: חסר URL של אפליקציית אינטרנט."
-#: src/components/modals/ClaimAccountModal.tsx:108
+#: src/components/modals/ClaimAccountModal.tsx:110
#: src/components/modals/EmailChangeModal.tsx:108
#: src/components/modals/EmailChangeModal.tsx:169
msgid "Invalid or expired code"
@@ -10134,7 +10215,7 @@ msgstr "נלחץ על הכפתור ההפוך!"
msgid "Invisible"
msgstr "בלתי נראה"
-#: src/components/modals/InviteModal.tsx:257
+#: src/components/modals/InviteModal.tsx:267
#: src/components/modals/tabs/ExpressionPacksTab.tsx:83
#: src/constants/AuditLogConstants.tsx:239
msgid "Invite"
@@ -10144,7 +10225,7 @@ msgstr "הזמנה"
msgid "Invite Background"
msgstr "רקע להזמנה"
-#: src/components/pages/ReportPage.tsx:908
+#: src/components/pages/report/ReportStepDetails.tsx:183
msgid "Invite Code (optional)"
msgstr "קוד הזמנה (אופציונלי)"
@@ -10170,7 +10251,7 @@ msgstr "הזמן חברים"
msgid "Invite friends to {0}"
msgstr "הזמן חברים ל-{0}"
-#: src/components/modals/InviteModal.tsx:317
+#: src/components/modals/InviteModal.tsx:314
msgid "Invite link"
msgstr "קישור הזמנה"
@@ -10190,7 +10271,7 @@ msgid "Invite Links"
msgstr "קישורי הזמנה"
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:164
-#: src/components/layout/ChannelItem.tsx:599
+#: src/components/layout/ChannelItem.tsx:616
#: src/components/popouts/GuildHeaderPopout.tsx:178
msgid "Invite Members"
msgstr "הזמן חברים"
@@ -10218,7 +10299,7 @@ msgid "Invite Page Preview"
msgstr "תצוגת דף ההזמנה"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:381
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1144
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1168
#: src/components/layout/FavoritesChannelListContent.tsx:305
#: src/components/uikit/ContextMenu/ChannelListContextMenu.tsx:96
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:97
@@ -10236,7 +10317,7 @@ msgstr "ההזמנה בוטלה"
msgid "Invite sent for {0}"
msgstr "הזמנה נשלחה עבור {0}"
-#: src/components/bottomsheets/DMBottomSheet.tsx:256
+#: src/components/bottomsheets/DMBottomSheet.tsx:258
msgid "Invite sent to {guildName}"
msgstr "הזמנה נשלחה ל-{guildName}"
@@ -10249,7 +10330,7 @@ msgid "Invite splash preview"
msgstr "תצוגת ספלש ההזמנה"
#. placeholder {0}: guild.name
-#: src/components/bottomsheets/DMBottomSheet.tsx:499
+#: src/components/bottomsheets/DMBottomSheet.tsx:501
msgid "Invite to {0}"
msgstr "הזמנה ל-{0}"
@@ -10257,7 +10338,7 @@ msgstr "הזמנה ל-{0}"
msgid "Invite to Community"
msgstr "הזמנה לקהילה"
-#: src/components/channel/InviteEmbed.tsx:362
+#: src/components/channel/InviteEmbed.tsx:364
msgid "Invite Unavailable"
msgstr "ההזמנה לא זמינה"
@@ -10277,7 +10358,7 @@ msgid "Invited by {0}#{1}"
msgstr "הוזמנת על ידי {0}#{1}"
#: src/components/auth/InviteHeader.tsx:159
-#: src/components/channel/InviteEmbed.tsx:222
+#: src/components/channel/InviteEmbed.tsx:224
msgid "Invited by {inviterTag}"
msgstr "הוזמנת על ידי {inviterTag}"
@@ -10290,8 +10371,8 @@ msgid "Inviter:"
msgstr "המזמין:"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:303
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1199
-#: src/components/bottomsheets/DMBottomSheet.tsx:468
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1223
+#: src/components/bottomsheets/DMBottomSheet.tsx:470
#: src/components/channel/dm/DMList.tsx:257
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:145
msgid "Invites"
@@ -10301,11 +10382,11 @@ msgstr "הזמנות"
msgid "Invites are currently disabled for this community."
msgstr "ההזמנות מנוטרלות כעת עבור קהילה זו."
-#: src/components/modals/InviteModal.tsx:270
+#: src/components/modals/InviteModal.tsx:237
msgid "Invites are currently disabled in this community by an admin. While this invite can be created, it cannot be accepted until invites are re-enabled."
msgstr "ההזמנות מנוטרלות כרגע בקהילה זו על ידי מנהל. ניתן ליצור הזמנה זו אך לא ניתן לקבלה עד שההזמנות יופעלו מחדש."
-#: src/components/layout/guild-list/GuildListItem.tsx:233
+#: src/components/layout/guild-list/GuildListItem.tsx:234
msgid "Invites are currently paused in this community"
msgstr "ההזמנות מושהות כרגע בקהילה זו"
@@ -10317,7 +10398,7 @@ msgstr "ההזמנות נעולות בקהילות תצוגה מקדימה. הפ
msgid "Invites disabled"
msgstr "ההזמנות מנוטרלות"
-#: src/components/channel/InviteEmbed.tsx:257
+#: src/components/channel/InviteEmbed.tsx:259
#: src/components/modals/InviteAcceptModal.tsx:98
msgid "Invites Disabled"
msgstr "הזמנות מנוטרלות"
@@ -10343,7 +10424,7 @@ msgstr "ההזמנות ל-<0>{0}0> מנוטרלות כעת"
msgid "IP address authorized"
msgstr "כתובת IP מאושרת"
-#: src/components/pages/ReportPage.tsx:324
+#: src/components/pages/report/optionDescriptors.ts:96
msgid "Ireland"
msgstr "אירלנד"
@@ -10359,7 +10440,7 @@ msgstr "זה פסטיבל הקלדה שלם כאן"
msgid "Italian"
msgstr "איטלקית"
-#: src/components/pages/ReportPage.tsx:325
+#: src/components/pages/report/optionDescriptors.ts:97
msgid "Italy"
msgstr "איטליה"
@@ -10381,16 +10462,16 @@ msgstr "הצטרף לקהילה"
msgid "Join a community with stickers to get started!"
msgstr "הצטרף לקהילה עם סטיקרים כדי להתחיל!"
-#: src/components/channel/channel-view/DMChannelView.tsx:315
+#: src/components/channel/channel-view/DMChannelView.tsx:316
msgid "Join call"
msgstr "הצטרף לשיחה"
-#: src/components/channel/InviteEmbed.tsx:261
-#: src/components/channel/InviteEmbed.tsx:451
+#: src/components/channel/InviteEmbed.tsx:263
+#: src/components/channel/InviteEmbed.tsx:453
#: src/components/layout/guild-list/AddGuildButton.tsx:71
#: src/components/modals/AddGuildModal.tsx:129
#: src/components/modals/AddGuildModal.tsx:410
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:304
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:342
#: src/components/modals/InviteAcceptModal.tsx:102
#: src/components/modals/InviteAcceptModalPreview.tsx:114
msgid "Join Community"
@@ -10400,7 +10481,7 @@ msgstr "הצטרף לקהילה"
msgid "Join community form"
msgstr "טופס הצטרפות לקהילה"
-#: src/components/channel/InviteEmbed.tsx:187
+#: src/components/channel/InviteEmbed.tsx:189
msgid "Join Group"
msgstr "הצטרף לקבוצה"
@@ -10416,19 +10497,19 @@ msgstr "הצטרף להתראות"
msgid "Join Operators Community"
msgstr "הצטרף לקהילת מפעילים"
-#: src/components/channel/CallMessage.tsx:171
+#: src/components/channel/CallMessage.tsx:165
msgid "Join the call"
msgstr "הצטרף לשיחה"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:122
+#: src/components/channel/ChannelHeader/CallButtons.tsx:159
msgid "Join Video Call"
msgstr "הצטרף לשיחת וידאו"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:118
+#: src/components/channel/ChannelHeader/CallButtons.tsx:150
msgid "Join Video Call ({participantCount} participant)"
msgstr "הצטרף לשיחת וידאו ({participantCount} משתתף)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:119
+#: src/components/channel/ChannelHeader/CallButtons.tsx:151
msgid "Join Video Call ({participantCount} participants)"
msgstr "הצטרף לשיחת וידאו ({participantCount} משתתפים)"
@@ -10436,15 +10517,15 @@ msgstr "הצטרף לשיחת וידאו ({participantCount} משתתפים)"
msgid "Join Visionary Community"
msgstr "הצטרף לקהילת חזון"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:70
+#: src/components/channel/ChannelHeader/CallButtons.tsx:89
msgid "Join Voice Call"
msgstr "הצטרף לשיחת קול"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:66
+#: src/components/channel/ChannelHeader/CallButtons.tsx:80
msgid "Join Voice Call ({participantCount} participant)"
msgstr "הצטרף לשיחת קול ({participantCount} משתתף)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:67
+#: src/components/channel/ChannelHeader/CallButtons.tsx:81
msgid "Join Voice Call ({participantCount} participants)"
msgstr "הצטרף לשיחת קול ({participantCount} משתתפים)"
@@ -10495,7 +10576,7 @@ msgstr "JPEG, PNG, WebP. מקסימום 10MB. מומלץ: 512×512px"
msgid "JPEG, PNG, WebP. Max 10MB. Recommended: 512×512px. Animated avatars (GIF) require <0/>."
msgstr "JPEG, PNG, WebP. מקסימום 10MB. מומלץ: 512×512px. אווטארים מונפשים (GIF) דורשים <0/>."
-#: src/components/channel/ChannelSearchResults.tsx:777
+#: src/components/channel/ChannelSearchResults.tsx:745
#: src/components/pages/MessageListPage.tsx:97
#: src/components/popouts/RecentMentionsContent.tsx:221
#: src/components/popouts/SavedMessagesContent.tsx:102
@@ -10519,11 +10600,11 @@ msgstr "קפוץ להודעה"
msgid "Jump to Oldest Unread Message"
msgstr "קפוץ להודעה הלא נקראת הישנה ביותר"
-#: src/components/channel/ChannelSearchResults.tsx:872
+#: src/components/channel/ChannelSearchResults.tsx:840
msgid "Jump to page"
msgstr "קפוץ לדף"
-#: src/components/channel/Messages.tsx:917
+#: src/components/channel/Messages.tsx:915
msgid "Jump to Present"
msgstr "קפוץ להווה"
@@ -10612,7 +10693,7 @@ msgid "Keyboard Shortcuts"
msgstr "קיצורי מקלדת"
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:344
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:311
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:314
#: src/components/modals/KickMemberModal.tsx:58
#: src/components/modals/UserProfileActionsSheet.tsx:253
msgid "Kick"
@@ -10702,7 +10783,7 @@ msgstr "שהייה של {latency} מילישניות"
msgid "Latency graph"
msgstr "גרף שהייה"
-#: src/components/pages/ReportPage.tsx:326
+#: src/components/pages/report/optionDescriptors.ts:98
msgid "Latvia"
msgstr "לטביה"
@@ -10729,10 +10810,10 @@ msgstr "עזוב את הקהילה"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:248
#: src/components/bottomsheets/ChannelBottomSheet.tsx:250
#: src/components/bottomsheets/ChannelBottomSheet.tsx:314
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1253
-#: src/components/bottomsheets/DMBottomSheet.tsx:337
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1277
#: src/components/bottomsheets/DMBottomSheet.tsx:339
-#: src/components/bottomsheets/DMBottomSheet.tsx:551
+#: src/components/bottomsheets/DMBottomSheet.tsx:341
+#: src/components/bottomsheets/DMBottomSheet.tsx:554
#: src/components/channel/dm/DMList.tsx:265
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:159
#: src/hooks/useLeaveGroup.tsx:42
@@ -10740,27 +10821,27 @@ msgstr "עזוב את הקהילה"
msgid "Leave Group"
msgstr "עזוב את הקבוצה"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:122
+#: src/components/channel/ChannelHeader/CallButtons.tsx:157
msgid "Leave Video Call"
msgstr "עזוב שיחת וידאו"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:113
+#: src/components/channel/ChannelHeader/CallButtons.tsx:145
msgid "Leave Video Call ({participantCount} participant)"
msgstr "עזוב את שיחת הווידאו ({participantCount} משתתף)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:114
+#: src/components/channel/ChannelHeader/CallButtons.tsx:146
msgid "Leave Video Call ({participantCount} participants)"
msgstr "עזוב את שיחת הווידאו ({participantCount} משתתפים)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:70
+#: src/components/channel/ChannelHeader/CallButtons.tsx:87
msgid "Leave Voice Call"
msgstr "עזוב שיחת קול"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:61
+#: src/components/channel/ChannelHeader/CallButtons.tsx:75
msgid "Leave Voice Call ({participantCount} participant)"
msgstr "עזוב את שיחת הקול ({participantCount} משתתף)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:62
+#: src/components/channel/ChannelHeader/CallButtons.tsx:76
msgid "Leave Voice Call ({participantCount} participants)"
msgstr "עזוב את שיחת הקול ({participantCount} משתתפים)"
@@ -10785,7 +10866,7 @@ msgstr "מיושר לשמאל"
msgid "Left community"
msgstr "עזב את הקהילה"
-#: src/components/bottomsheets/DMBottomSheet.tsx:350
+#: src/components/bottomsheets/DMBottomSheet.tsx:352
#: src/hooks/useLeaveGroup.tsx:56
msgid "Left group"
msgstr "עזב את הקבוצה"
@@ -10798,7 +10879,7 @@ msgstr "אייקון שמאלי"
msgid "Left Tooltip"
msgstr "תיאור כלים שמאלי"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:90
+#: src/components/modals/components/plutonium/VisionarySection.tsx:99
msgid "Let people add you without needing a 4-digit tag"
msgstr "אפשר לאנשים להוסיף אותך בלי צורך בתג 4 ספרות"
@@ -10810,17 +10891,13 @@ msgstr "תן לקהילה להתנהל בעצמה"
msgid "Letters (a-z, A-Z), numbers (0-9), and underscores (_) only"
msgstr "רק אותיות (a-z, A-Z), ספרות (0-9) וקווים תחתונים (_)"
-#: src/components/pages/ReportPage.tsx:729
-msgid "Letters and numbers only. You can paste the code—formatting is automatic."
-msgstr "רק אותיות ומספרים. אתה יכול להדביק את הקוד—הפורמט אוטומטי."
-
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:120
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:139
#: src/components/modals/tabs/DeveloperOptionsTab/AccountPremiumTab.tsx:49
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:371
msgid "Lifetime"
msgstr "ללא הגבלת זמן"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:73
+#: src/components/modals/components/plutonium/VisionarySection.tsx:82
#: src/utils/giftUtils.ts:58
msgid "Lifetime Plutonium"
msgstr "Plutonium לכל החיים"
@@ -10838,7 +10915,7 @@ msgid "Liked!"
msgstr "אהבתי!"
#. placeholder {0}: formatter.format(visionarySlots.total)
-#: src/components/modals/components/plutonium/VisionarySection.tsx:61
+#: src/components/modals/components/plutonium/VisionarySection.tsx:70
msgid "Limited to {0} users. One-time purchase, lifetime access."
msgstr "מוגבל ל-{0} משתמשים. רכישה חד־פעמית, גישה לכל החיים."
@@ -10856,7 +10933,7 @@ msgstr "קישור"
msgid "Link channel"
msgstr "קשר ערוץ"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:530
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:544
#: src/components/uikit/ContextMenu/MediaContextMenu.tsx:145
#: src/components/uikit/ContextMenu/MediaContextMenu.tsx:228
msgid "Link copied to clipboard"
@@ -10902,7 +10979,7 @@ msgstr "רשימות"
msgid "Lists members with this role in their own section in the member list."
msgstr "מציג חברים עם התפקיד הזה בסעיף נפרד ברשימת החברים."
-#: src/components/pages/ReportPage.tsx:327
+#: src/components/pages/report/optionDescriptors.ts:99
msgid "Lithuania"
msgstr "ליטא"
@@ -10934,7 +11011,7 @@ msgstr "טוען חסימות..."
msgid "Loading communities..."
msgstr "טוען קהילות..."
-#: src/components/channel/embeds/media/EmbedImage.tsx:363
+#: src/components/channel/embeds/media/EmbedImage.tsx:368
msgid "Loading image"
msgstr "טוען תמונה"
@@ -10947,7 +11024,7 @@ msgid "Loading more..."
msgstr "טוען עוד..."
#: src/components/channel/embeds/media/EmbedGifv.tsx:493
-#: src/components/channel/embeds/media/EmbedGifv.tsx:721
+#: src/components/channel/embeds/media/EmbedGifv.tsx:745
msgid "Loading placeholder"
msgstr "טוען תחליף"
@@ -10971,7 +11048,7 @@ msgstr "טוען נושא..."
msgid "Loading verification methods..."
msgstr "טוען שיטות אימות..."
-#: src/components/channel/embeds/media/EmbedImage.tsx:363
+#: src/components/channel/embeds/media/EmbedImage.tsx:368
msgid "Loading: {alt}"
msgstr "טוען: {alt}"
@@ -11021,7 +11098,7 @@ msgid "Log in with a passkey"
msgstr "התחבר עם מפתח גישה"
#: src/components/modals/components/DesktopSettingsView.tsx:346
-#: src/components/modals/components/MobileSettingsView.tsx:362
+#: src/components/modals/components/MobileSettingsView.tsx:357
#: src/components/pages/PendingVerificationPage.tsx:151
msgid "Log Out"
msgstr "התנתק"
@@ -11101,7 +11178,7 @@ msgstr "נמוך"
msgid "Low (480p)"
msgstr "נמוך (480p)"
-#: src/components/pages/ReportPage.tsx:328
+#: src/components/pages/report/optionDescriptors.ts:100
msgid "Luxembourg"
msgstr "לוקסמבורג"
@@ -11114,16 +11191,16 @@ msgstr "הפוך לבעל הקבוצה"
msgid "Make links to websites stand out more by always underlining them."
msgstr "הדגש קישורים לאתרים על ידי הדגשה קבועה בקו תחתון."
-#: src/components/pages/ReportPage.tsx:271
+#: src/components/pages/report/optionDescriptors.ts:52
#: src/constants/IARConstants.tsx:77
msgid "Malicious Links"
msgstr "קישורים זדוניים"
-#: src/components/pages/ReportPage.tsx:329
+#: src/components/pages/report/optionDescriptors.ts:101
msgid "Malta"
msgstr "מלטה"
-#: src/components/pages/ReportPage.tsx:302
+#: src/components/pages/report/optionDescriptors.ts:77
#: src/constants/IARConstants.tsx:190
msgid "Malware Distribution"
msgstr "הפצת תוכנות זדוניות"
@@ -11214,7 +11291,7 @@ msgid "Manage slash commands for this application"
msgstr "ניהול פקודות סלש עבור היישום הזה"
#: src/components/layout/app-layout/nagbars/PremiumGracePeriodNagbar.tsx:83
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:288
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:324
msgid "Manage Subscription"
msgstr "ניהול מנוי"
@@ -11227,7 +11304,7 @@ msgstr "ניהול כתובת הדוא\"ל שבה אתה משתמש להתחבר
msgid "Manage Webhooks"
msgstr "ניהול ווב־הוקים"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:100
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:104
msgid "Manage your applications and bots."
msgstr "ניהול היישומים והבוטים שלך."
@@ -11243,7 +11320,7 @@ msgstr "ניהול המתנות שלך"
msgid "Manage your phone number for SMS two-factor authentication"
msgstr "ניהול מספר הטלפון שלך לאימות דו־שלבי ב-SMS"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:280
+#: src/components/modals/tabs/GiftInventoryTab.tsx:303
msgid "Manage your purchased Plutonium gift codes. Share the gift URL with someone special or redeem it for yourself!"
msgstr "ניהול קודי המתנה של Plutonium שרכשת. שתף את כתובת המתנה עם מישהו מיוחד או פדה אותה לעצמך!"
@@ -11256,8 +11333,8 @@ msgid "Mark as 18+ (NSFW)"
msgstr "סמן כ-18+ (תוכן למבוגרים)"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:358
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1115
-#: src/components/bottomsheets/DMBottomSheet.tsx:388
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1139
+#: src/components/bottomsheets/DMBottomSheet.tsx:390
#: src/components/channel/NewMessagesBar.tsx:60
#: src/components/uikit/ContextMenu/items/CategoryMenuItems.tsx:81
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:79
@@ -11319,7 +11396,7 @@ msgstr "Markdown"
msgid "Markdown Preview"
msgstr "תצוגה מקדימה של Markdown"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:516
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:530
msgid "Marked as read"
msgstr "סומן כנקרא"
@@ -11347,7 +11424,7 @@ msgstr "סמנים מתחת למחוון"
msgid "Marty_McFly"
msgstr "Marty_McFly"
-#: src/components/modals/ClaimAccountModal.tsx:160
+#: src/components/modals/ClaimAccountModal.tsx:162
#: src/components/modals/EmailChangeModal.tsx:254
msgid "marty@example.com"
msgstr "marty@example.com"
@@ -11356,7 +11433,7 @@ msgstr "marty@example.com"
msgid "Mask Visionary as subscription"
msgstr "הסתר את Visionary כמנוי"
-#: src/components/modals/InviteModal.tsx:291
+#: src/components/modals/InviteModal.tsx:288
msgid "Max number of uses"
msgstr "מספר השימושים המרבי"
@@ -11393,7 +11470,8 @@ msgstr "האיכות המרבית למצלמה היא 1080p"
msgid "Maximum quality, requires very fast connection"
msgstr "איכות מרבית, דורשת חיבור מהיר מאוד"
-#: src/components/modals/GiftAcceptModal.tsx:151
+#: src/components/modals/GiftAcceptModal.tsx:161
+#: src/components/modals/GiftAcceptModal.tsx:194
msgid "Maybe later"
msgstr "אולי מאוחר יותר"
@@ -11411,7 +11489,7 @@ msgstr "מודד..."
#: src/components/channel/AutocompleteEmoji.tsx:154
#: src/components/channel/textarea/TextareaButtons.tsx:122
-#: src/components/modals/ExpressionPickerSheet.tsx:77
+#: src/components/modals/ExpressionPickerSheet.tsx:64
#: src/components/modals/tabs/ChatSettingsTab.tsx:43
#: src/components/modals/tabs/ChatSettingsTab/Inline.tsx:37
#: src/components/modals/utils/settingsConstants.tsx:298
@@ -11504,8 +11582,8 @@ msgstr "אימות חבר"
msgid "Member verification level"
msgstr "רמת אימות החבר"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:877
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:913
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:909
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:945
#: src/components/modals/guildTabs/GuildMembersTab.tsx:429
#: src/components/modals/shared/AddOverridePopout.tsx:176
#: src/components/modals/utils/guildSettingsConstants.tsx:157
@@ -11536,7 +11614,7 @@ msgstr "החברים הוסרו"
msgid "Members receive notifications for every message"
msgstr "החברים מקבלים התראות על כל הודעה"
-#: src/components/modals/InviteModal.tsx:302
+#: src/components/modals/InviteModal.tsx:299
msgid "Members will be removed when they go offline unless a role is assigned"
msgstr "החברים יוסרו כשהם יתנתקו אלא אם מוקצה להם תפקיד"
@@ -11608,11 +11686,11 @@ msgid "mentions:"
msgstr "הזכרות:"
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:234
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:218
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:220
#: src/components/modals/tabs/ComponentGalleryTab/InputsTab.tsx:164
-#: src/components/modals/UserProfileMobileSheet.tsx:497
-#: src/components/modals/UserProfileModal.tsx:1189
-#: src/components/modals/UserProfileModal.tsx:1311
+#: src/components/modals/UserProfileMobileSheet.tsx:501
+#: src/components/modals/UserProfileModal.tsx:1190
+#: src/components/modals/UserProfileModal.tsx:1316
#: src/components/popouts/UserProfilePopout.tsx:289
#: src/components/popouts/UserProfilePopout.tsx:308
#: src/components/profile/ProfilePreview.tsx:292
@@ -11689,7 +11767,7 @@ msgstr "קיבוץ הודעות"
msgid "Message is too long"
msgstr "ההודעה ארוכה מדי"
-#: src/components/pages/ReportPage.tsx:837
+#: src/components/pages/report/ReportStepDetails.tsx:107
msgid "Message Link"
msgstr "קישור להודעה"
@@ -11744,7 +11822,7 @@ msgstr "הודעות ומדיה"
msgid "Messages Deleted"
msgstr "הודעות נמחקו"
-#: src/components/channel/Messages.tsx:938
+#: src/components/channel/Messages.tsx:936
msgid "Messages failed to load"
msgstr "הודעות לא נטענו"
@@ -11888,22 +11966,21 @@ msgstr "פיקוח"
msgid "Monospace font family"
msgstr "משפחת גופן מונוספייס"
-#: src/components/auth/DateOfBirthField.tsx:87
-#: src/components/auth/DateOfBirthField.tsx:154
+#: src/components/auth/DateOfBirthField.tsx:151
#: src/components/auth/MockMinimalRegisterForm.tsx:68
msgid "Month"
msgstr "חודש"
-#: src/components/modals/components/plutonium/PricingSection.tsx:71
+#: src/components/modals/components/plutonium/PricingSection.tsx:78
msgid "Monthly"
msgstr "חודשי"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:63
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:73
msgid "Monthly {monthlyPrice}"
msgstr "{monthlyPrice} לחודש"
#: src/components/accounts/AccountRow.tsx:178
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:863
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:895
#: src/components/channel/friends/FriendListItem.tsx:229
#: src/components/channel/MessageActionBar.tsx:647
#: src/components/channel/MessageActionBar.tsx:776
@@ -11936,7 +12013,7 @@ msgstr "עוד מקומות למדבקות"
msgid "Most popular"
msgstr "הפופולרי ביותר"
-#: src/components/channel/ChannelSearchResults.tsx:225
+#: src/components/channel/ChannelSearchResults.tsx:182
#: src/components/search/SortModeSheet.tsx:53
msgid "Most Relevant"
msgstr "הרלוונטי ביותר"
@@ -12015,7 +12092,7 @@ msgstr "תוכן רב-לשוני"
msgid "Music Lovers"
msgstr "חובבי מוזיקה"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:850
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:882
#: src/components/bottomsheets/VoiceLobbyBottomSheet.tsx:179
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:253
#: src/components/layout/UserArea.tsx:213
@@ -12055,7 +12132,7 @@ msgstr "השתק ערוץ"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:400
#: src/components/bottomsheets/ChannelBottomSheet.tsx:452
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1010
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1034
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:171
#: src/components/modals/GuildNotificationSettingsModal.tsx:295
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:168
@@ -12069,9 +12146,9 @@ msgstr "השתק ערוץ"
msgid "Mute Community"
msgstr "השתק קהילה"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1012
-#: src/components/bottomsheets/DMBottomSheet.tsx:449
-#: src/components/bottomsheets/DMBottomSheet.tsx:590
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1036
+#: src/components/bottomsheets/DMBottomSheet.tsx:451
+#: src/components/bottomsheets/DMBottomSheet.tsx:593
msgid "Mute Conversation"
msgstr "השתק שיחה"
@@ -12096,7 +12173,7 @@ msgstr "השתק חברים"
msgid "Mute User"
msgstr "השתק משתמש"
-#: src/components/layout/guild-list/GuildListItem.tsx:193
+#: src/components/layout/guild-list/GuildListItem.tsx:194
#: src/components/layout/VoiceStateIcons.tsx:53
#: src/components/voice/VoiceParticipantTile.tsx:897
#: src/utils/ContextMenuUtils.tsx:159
@@ -12105,7 +12182,7 @@ msgstr "מושתק"
#. placeholder {0}: DateUtils.getFormattedDateTime(new Date(muteConfig.end_time))
#. placeholder {0}: getFormattedDateTime(new Date(muteConfig.end_time))
-#: src/components/layout/guild-list/GuildListItem.tsx:191
+#: src/components/layout/guild-list/GuildListItem.tsx:192
#: src/utils/ContextMenuUtils.tsx:157
msgid "Muted until {0}"
msgstr "מושתק עד {0}"
@@ -12253,7 +12330,7 @@ msgstr "צריך חשבון?"
msgid "Neighborhood Watch"
msgstr "משמר השכונה"
-#: src/components/pages/ReportPage.tsx:330
+#: src/components/pages/report/optionDescriptors.ts:102
msgid "Netherlands"
msgstr "הולנד"
@@ -12261,9 +12338,9 @@ msgstr "הולנד"
msgid "Network"
msgstr "רשת"
-#: src/components/modals/components/PlutoniumContent.tsx:145
-#: src/components/modals/components/PlutoniumContent.tsx:271
-#: src/components/modals/tabs/BetaCodesTab.tsx:295
+#: src/components/modals/components/PlutoniumContent.tsx:156
+#: src/components/modals/components/PlutoniumContent.tsx:288
+#: src/components/modals/tabs/BetaCodesTab.tsx:320
#: src/components/modals/tabs/DevicesTab.tsx:229
msgid "Network error"
msgstr "שגיאת רשת"
@@ -12290,7 +12367,7 @@ msgstr "לא פג תוקף"
#: src/components/channel/Divider.tsx:51
#: src/components/channel/Divider.tsx:60
#: src/components/channel/UnreadDividerSlot.tsx:45
-#: src/components/layout/GuildsLayout.tsx:285
+#: src/components/layout/GuildsLayout.tsx:283
msgid "New"
msgstr "חדש"
@@ -12311,7 +12388,7 @@ msgstr "דואר אלקטרוני חדש"
msgid "New email form"
msgstr "טופס דואר אלקטרוני חדש"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:902
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:934
msgid "New Group"
msgstr "קבוצה חדשה"
@@ -12334,7 +12411,7 @@ msgid "new-channel"
msgstr "ערוץ-חדש"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:446
-#: src/components/channel/ChannelSearchResults.tsx:223
+#: src/components/channel/ChannelSearchResults.tsx:180
msgid "Newest"
msgstr "החדש ביותר"
@@ -12394,7 +12471,7 @@ msgstr "הכינוי לא יעלה על 32 תווים"
msgid "Nickname updated"
msgstr "הכינוי עודכן"
-#: src/components/layout/GuildLayout.tsx:392
+#: src/components/layout/GuildLayout.tsx:397
msgid "No accessible channels"
msgstr "אין ערוצים נגישים"
@@ -12431,7 +12508,7 @@ msgstr "אין משתמשים חסומים"
msgid "No bans found matching your search."
msgstr "לא נמצאו חסימות התואמות את החיפוש שלך."
-#: src/components/modals/tabs/BetaCodesTab.tsx:365
+#: src/components/modals/tabs/BetaCodesTab.tsx:390
msgid "No beta codes yet"
msgstr "עדיין אין קודי בטא"
@@ -12471,7 +12548,7 @@ msgstr "אין ערוצים זמינים"
msgid "No channels found"
msgstr "לא נמצאו ערוצים"
-#: src/components/modals/tabs/BetaCodesTab.tsx:275
+#: src/components/modals/tabs/BetaCodesTab.tsx:279
msgid "No codes remaining. Resets {resetString}"
msgstr "אין קודים שנותרו. יתאפס ב{resetString}"
@@ -12484,7 +12561,7 @@ msgid "No community banner"
msgstr "אין באנר קהילה"
#: src/components/auth/InviteHeader.tsx:156
-#: src/components/channel/InviteEmbed.tsx:215
+#: src/components/channel/InviteEmbed.tsx:217
#: src/components/modals/InviteAcceptModal.tsx:148
#: src/components/modals/tabs/ExpressionPacksTab.tsx:73
msgid "No description provided."
@@ -12516,7 +12593,7 @@ msgstr "עדיין אין חברים"
msgid "No GIFs found"
msgstr "לא נמצאו GIFים"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:311
+#: src/components/modals/tabs/GiftInventoryTab.tsx:334
msgid "No gifts yet"
msgstr "עדיין אין מתנות"
@@ -12656,7 +12733,7 @@ msgid "No results"
msgstr "אין תוצאות"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:315
-#: src/components/channel/ChannelSearchResults.tsx:709
+#: src/components/channel/ChannelSearchResults.tsx:678
msgid "No Results"
msgstr "אין תוצאות"
@@ -12717,7 +12794,7 @@ msgstr "אין ערוץ מערכת"
msgid "No Timer"
msgstr "אין טיימר"
-#: src/components/channel/dm/AddFriendForm.tsx:70
+#: src/components/channel/dm/AddFriendForm.tsx:93
msgid "No user found with that FluxerTag."
msgstr "לא נמצא משתמש עם אותו FluxerTag."
@@ -12797,7 +12874,7 @@ msgstr "לא עכשיו"
msgid "Not your cup of tea? You can disable this feature anytime."
msgstr "לא לטעמך? תוכל לבטל את התכונה הזו בכל עת."
-#: src/components/modals/UserProfileMobileSheet.tsx:549
+#: src/components/modals/UserProfileMobileSheet.tsx:553
#: src/components/modals/UserProfileModal.tsx:244
#: src/components/modals/UserProfileModal.tsx:248
#: src/components/pages/YouPage.tsx:144
@@ -12813,7 +12890,7 @@ msgstr "הערה (נראית רק לך)"
msgid "nothing"
msgstr "כלום"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1387
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1411
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:218
#: src/components/modals/GuildNotificationSettingsModal.tsx:95
#: src/components/modals/GuildNotificationSettingsModal.tsx:226
@@ -12835,8 +12912,8 @@ msgid "Notification Overrides"
msgstr "הגדרות התראות מותאמות"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:405
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1160
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1341
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1184
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1365
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:199
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsButton.tsx:59
#: src/components/modals/GuildNotificationSettingsModal.tsx:162
@@ -12904,17 +12981,17 @@ msgstr "תוכן NSFW אסור"
msgid "NSFW Gates"
msgstr "שערי NSFW"
-#: src/components/pages/ReportPage.tsx:266
+#: src/components/pages/report/optionDescriptors.ts:47
#: src/constants/IARConstants.tsx:52
msgid "NSFW Policy Violation"
msgstr "הפרת מדיניות NSFW"
#. placeholder {0}: formatter.format(visionarySlots.total)
-#: src/components/modals/components/plutonium/VisionarySection.tsx:82
+#: src/components/modals/components/plutonium/VisionarySection.tsx:91
msgid "Numbered badge (1-{0}) showing your Visionary status"
msgstr "סימן מספרי (1-{0}) המראה את הסטטוס שלך כחזון"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:83
+#: src/components/modals/components/plutonium/VisionarySection.tsx:92
msgid "Numbered badge showing your Visionary status"
msgstr "סמל ממוספר המציג את סטטוס החזון שלך"
@@ -12933,8 +13010,8 @@ msgstr "אובייקטים"
msgid "Off"
msgstr "כבוי"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:281
-#: src/components/channel/ChannelMembers.tsx:137
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:287
+#: src/components/channel/ChannelMembers.tsx:108
#: src/Constants.tsx:134
#: src/utils/MemberListUtils.ts:150
#: src/utils/MemberListUtils.ts:188
@@ -12962,7 +13039,7 @@ msgid "Okay"
msgstr "בסדר"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:446
-#: src/components/channel/ChannelSearchResults.tsx:224
+#: src/components/channel/ChannelSearchResults.tsx:181
msgid "Oldest"
msgstr "הוותיק ביותר"
@@ -13020,25 +13097,25 @@ msgstr "ערוץ אחד או יותר נמצאים בתהליך אינדוקס"
msgid "one second ago"
msgstr "לפני שנייה"
-#: src/components/modals/components/plutonium/GiftSection.tsx:71
-#: src/components/modals/components/plutonium/GiftSection.tsx:80
-#: src/components/modals/components/plutonium/PricingSection.tsx:103
-#: src/components/modals/components/plutonium/PricingSection.tsx:112
+#: src/components/modals/components/plutonium/GiftSection.tsx:78
+#: src/components/modals/components/plutonium/GiftSection.tsx:90
+#: src/components/modals/components/plutonium/PricingSection.tsx:118
+#: src/components/modals/components/plutonium/PricingSection.tsx:130
msgid "one-time purchase"
msgstr "רכישה חד-פעמית"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:65
+#: src/components/modals/components/plutonium/VisionarySection.tsx:74
msgid "One-time purchase, lifetime access."
msgstr "רכישה חד פעמית, גישה לכל החיים."
-#: src/components/modals/components/plutonium/GiftSection.tsx:89
-#: src/components/modals/components/plutonium/PricingSection.tsx:90
-#: src/components/modals/components/plutonium/PricingSection.tsx:121
+#: src/components/modals/components/plutonium/GiftSection.tsx:102
+#: src/components/modals/components/plutonium/PricingSection.tsx:103
+#: src/components/modals/components/plutonium/PricingSection.tsx:142
msgid "one-time, lifetime"
msgstr "חד-פעמי, לכל החיים"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:281
-#: src/components/channel/ChannelMembers.tsx:135
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:285
+#: src/components/channel/ChannelMembers.tsx:106
#: src/components/channel/dm/DMFriendsView.tsx:168
#: src/components/channel/friends/views/FriendsList.tsx:95
#: src/Constants.tsx:130
@@ -13051,7 +13128,7 @@ msgstr "מחובר"
msgid "Online Status"
msgstr "סטטוס מקוון"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1382
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1406
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:212
#: src/components/modals/GuildNotificationSettingsModal.tsx:91
#: src/components/modals/GuildNotificationSettingsModal.tsx:281
@@ -13120,11 +13197,11 @@ msgstr "פתח חלון תביעה לחשבון"
msgid "Open color picker"
msgstr "פתח בורר צבע"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1398
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1422
msgid "Open Community Notification Settings"
msgstr "פתח את הגדרות ההתראות של הקהילה"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:286
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:322
msgid "Open Customer Portal"
msgstr "פתח את פורטל הלקוחות"
@@ -13293,7 +13370,7 @@ msgstr "אפשרות שלוש"
msgid "Option Two"
msgstr "אפשרות שתיים"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:89
+#: src/components/modals/components/plutonium/VisionarySection.tsx:98
msgid "Optional #0000 tag"
msgstr "תג #0000 אופציונלי"
@@ -13309,7 +13386,7 @@ msgstr "או"
msgid "Or copy the link:"
msgstr "או העתק את הקישור:"
-#: src/components/modals/InviteModal.tsx:312
+#: src/components/modals/InviteModal.tsx:309
msgid "or send an invite link to a friend:"
msgstr "או שלח קישור הזמנה לחבר:"
@@ -13325,9 +13402,9 @@ msgstr "ההודעה המקורית לא נטענה"
msgid "Original message was deleted"
msgstr "ההודעה המקורית נמחקה"
-#: src/components/pages/ReportPage.tsx:273
-#: src/components/pages/ReportPage.tsx:287
-#: src/components/pages/ReportPage.tsx:303
+#: src/components/pages/report/optionDescriptors.ts:54
+#: src/components/pages/report/optionDescriptors.ts:65
+#: src/components/pages/report/optionDescriptors.ts:78
#: src/constants/IARConstants.tsx:87
#: src/constants/IARConstants.tsx:139
#: src/constants/IARConstants.tsx:195
@@ -13463,8 +13540,8 @@ msgstr "Passkeys דורשות חבילת macOS חתומה עם מזהה אפלי
#: src/components/auth/AuthLoginCore/AuthLoginEmailPasswordForm.tsx:90
#: src/components/auth/AuthRegisterFormCore.tsx:136
#: src/components/auth/AuthRegisterFormCore.tsx:217
-#: src/components/modals/ClaimAccountModal.tsx:168
-#: src/components/modals/ClaimAccountModal.tsx:208
+#: src/components/modals/ClaimAccountModal.tsx:170
+#: src/components/modals/ClaimAccountModal.tsx:210
#: src/components/modals/SudoVerificationModal.tsx:171
#: src/components/modals/SudoVerificationModal.tsx:236
#: src/components/modals/tabs/AccountSecurityTab/AccountTab.tsx:105
@@ -13546,11 +13623,11 @@ msgstr "אנשים שהם חברים של החברים שלך יכולים לה
msgid "People who are friends with your friends can call you"
msgstr "אנשים שהם חברים של החברים שלך יכולים להתקשר אליך"
-#: src/components/modals/components/plutonium/PricingSection.tsx:73
+#: src/components/modals/components/plutonium/PricingSection.tsx:80
msgid "per month"
msgstr "לחודש"
-#: src/components/modals/components/plutonium/PricingSection.tsx:80
+#: src/components/modals/components/plutonium/PricingSection.tsx:90
msgid "per year"
msgstr "לשנה"
@@ -13588,8 +13665,8 @@ msgstr "הרשאות ניתנו"
msgid "Personal notes"
msgstr "הערות אישיות"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:479
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:778
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:493
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:810
#: src/components/channel/channel-header/useChannelHeaderData.ts:84
#: src/components/channel/dm/DMList.tsx:708
#: src/components/channel/dm/DMList.tsx:795
@@ -13662,16 +13739,16 @@ msgid "Pick which phone step to show"
msgstr "בחר איזה שלב טלפון להציג"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:336
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1132
-#: src/components/bottomsheets/DMBottomSheet.tsx:483
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1156
+#: src/components/bottomsheets/DMBottomSheet.tsx:485
#: src/components/channel/dm/DMList.tsx:287
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:153
msgid "Pin DM"
msgstr "הודעה פרטית מסומלנת"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:295
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1132
-#: src/components/bottomsheets/DMBottomSheet.tsx:483
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1156
+#: src/components/bottomsheets/DMBottomSheet.tsx:485
#: src/components/channel/dm/DMList.tsx:248
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:133
msgid "Pin Group DM"
@@ -13714,20 +13791,20 @@ msgid "Ping: {latency}ms"
msgstr "פינג: {latency}ms"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:219
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:566
-#: src/components/bottomsheets/DMBottomSheet.tsx:147
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:580
+#: src/components/bottomsheets/DMBottomSheet.tsx:149
#: src/components/channel/dm/DMList.tsx:214
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:115
msgid "Pinned DM"
msgstr "הודעה פרטית מוצמדת"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:219
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:566
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:580
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:95
msgid "Pinned group"
msgstr "קבוצה מוצמדת"
-#: src/components/bottomsheets/DMBottomSheet.tsx:147
+#: src/components/bottomsheets/DMBottomSheet.tsx:149
msgid "Pinned group DM"
msgstr "שיחת DM קבוצתית ממוסרת"
@@ -13742,7 +13819,7 @@ msgstr "הודעות מוצמדות"
msgid "pinned:"
msgstr "מוצמדות:"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:886
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:918
msgid "Pins"
msgstr "הודעות מוצמדות"
@@ -13789,15 +13866,15 @@ msgstr "בדוק את תיבת הדואר שלך לקבלת אימייל אימ
msgid "Please enable Fluxer in System Settings → Privacy & Security → Input Monitoring."
msgstr "הפעל את Fluxer בהגדרות המערכת → פרטיות ואבטחה → ניטור קלט."
-#: src/components/pages/ReportPage.tsx:396
+#: src/components/pages/ReportPage.tsx:211
msgid "Please enter a valid email address."
msgstr "אנא הכנס כתובת אימייל תקפה."
-#: src/components/channel/dm/AddFriendForm.tsx:74
+#: src/components/channel/dm/AddFriendForm.tsx:97
msgid "Please enter a valid FluxerTag (Username#0000)."
msgstr "הכנס FluxerTag חוקי (שם משתמש#0000)."
-#: src/components/pages/ReportPage.tsx:509
+#: src/components/pages/ReportPage.tsx:336
msgid "Please enter a valid message link URL."
msgstr "אנא הכנס URL תקף לקישור הודעה."
@@ -13809,26 +13886,22 @@ msgstr "אנא הכנס נקודת קצה של API."
msgid "Please fill out the following fields: {fieldList}"
msgstr "אנא מלא את השדות הבאים: {fieldList}"
-#: src/components/pages/ReportPage.tsx:436
+#: src/components/pages/ReportPage.tsx:261
msgid "Please go back and enter a valid email address."
msgstr "אנא חזור והכנס כתובת אימייל תקפה."
-#: src/components/pages/ReportPage.tsx:542
+#: src/components/pages/ReportPage.tsx:369
msgid "Please include the community (guild) ID you are reporting."
msgstr "כלול את מזהה הקהילה (גילדה) שאתה מדווח עליה."
-#: src/components/pages/ReportPage.tsx:504
+#: src/components/pages/ReportPage.tsx:331
msgid "Please paste the message link you are reporting."
msgstr "הדבק את קישור ההודעה שאתה מדווח עליה."
-#: src/components/pages/ReportPage.tsx:391
+#: src/components/pages/ReportPage.tsx:206
msgid "Please provide an email address."
msgstr "ספק כתובת אימייל."
-#: src/components/pages/ReportPage.tsx:801
-msgid "Please provide the details of your report."
-msgstr "ספק את פרטי הדיווח שלך."
-
#: src/components/modals/tabs/ApplicationsTab/ApplicationDetail.tsx:555
msgid "Please retry or go back to the applications list."
msgstr "נסה שוב או חזור לרשימת היישומים."
@@ -13837,7 +13910,7 @@ msgstr "נסה שוב או חזור לרשימת היישומים."
msgid "Please select a violation category"
msgstr "בחר קטגוריית הפרה"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:297
+#: src/components/modals/tabs/GiftInventoryTab.tsx:320
msgid "Please try again later."
msgstr "נסה שוב מאוחר יותר."
@@ -13878,7 +13951,7 @@ msgstr "פרטיות סמל Plutonium"
msgid "Plutonium perks"
msgstr "הטבות Plutonium"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:110
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:129
msgid "Plutonium Subscription"
msgstr "מנוי Plutonium"
@@ -13886,7 +13959,7 @@ msgstr "מנוי Plutonium"
msgid "PNG"
msgstr "PNG"
-#: src/components/pages/ReportPage.tsx:331
+#: src/components/pages/report/optionDescriptors.ts:103
msgid "Poland"
msgstr "פולין"
@@ -13903,7 +13976,7 @@ msgstr "סקר"
msgid "Popouts"
msgstr "חלונות קופצים"
-#: src/components/pages/ReportPage.tsx:332
+#: src/components/pages/report/optionDescriptors.ts:104
msgid "Portugal"
msgstr "פורטוגל"
@@ -13943,11 +14016,11 @@ msgstr "ביטול סוג פרימיום"
msgid "Press keys..."
msgstr "לחץ על מקשים..."
-#: src/components/channel/MessageReactions.tsx:121
+#: src/components/channel/MessageReactions.tsx:120
msgid "press to add reaction"
msgstr "לחץ להוספת תגובה"
-#: src/components/channel/MessageReactions.tsx:121
+#: src/components/channel/MessageReactions.tsx:120
msgid "press to remove reaction"
msgstr "לחץ להסרת תגובה"
@@ -14143,15 +14216,15 @@ msgstr "הגן על חשבונך עם אימות דו-שלבי ומפתחות ג
msgid "Provide any additional context that may help our Safety Team..."
msgstr "ספק הקשר נוסף שעשוי לעזור לצוות הבטיחות שלנו..."
-#: src/components/pages/ReportPage.tsx:882
+#: src/components/pages/report/ReportStepDetails.tsx:156
msgid "Provide at least a user ID or a user tag."
msgstr "ספק לפחות מזהה משתמש או תג משתמש."
-#: src/components/pages/ReportPage.tsx:527
+#: src/components/pages/ReportPage.tsx:354
msgid "Provide either a user ID or a FluxerTag for the person you are reporting."
msgstr "ספק מזהה משתמש או FluxerTag של האדם שאתה מדווח עליו."
-#: src/components/pages/ReportPage.tsx:478
+#: src/components/pages/ReportPage.tsx:305
msgid "Provide your full legal name for the declaration."
msgstr "ספק את שמך המלא הרשמי להצהרה."
@@ -14163,7 +14236,7 @@ msgstr "חברים שנחתכו שאינם פעילים במשך {dayCount, plur
msgid "Public bot"
msgstr "בוט ציבורי"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:312
+#: src/components/modals/tabs/GiftInventoryTab.tsx:335
msgid "Purchase a Plutonium gift from the Plutonium tab to share with friends!"
msgstr "רכוש מתנת Plutonium מתוך לשונית Plutonium כדי לשתף עם חברים!"
@@ -14171,12 +14244,12 @@ msgstr "רכוש מתנת Plutonium מתוך לשונית Plutonium כדי לש
msgid "Purchase History"
msgstr "היסטוריית רכישות"
-#: src/components/modals/components/plutonium/PricingSection.tsx:61
+#: src/components/modals/components/plutonium/PricingSection.tsx:67
msgid "Purchase mode"
msgstr "מצב רכישה"
#. placeholder {0}: getFormattedShortDate(new Date(gift.created_at))
-#: src/components/modals/tabs/GiftInventoryTab.tsx:119
+#: src/components/modals/tabs/GiftInventoryTab.tsx:120
msgid "Purchased {0}"
msgstr "נרכש {0}"
@@ -14275,7 +14348,7 @@ msgstr "כפתורי רדיו מאפשרים בחירת אפשרות אחת מת
msgid "Radio Group"
msgstr "קבוצת רדיו"
-#: src/components/pages/ReportPage.tsx:300
+#: src/components/pages/report/optionDescriptors.ts:75
#: src/constants/IARConstants.tsx:180
msgid "Raid Coordination"
msgstr "תיאום פשיטה"
@@ -14310,7 +14383,7 @@ msgid "Reactions"
msgstr "תגובות"
#: src/components/layout/app-layout/nagbars/PremiumExpiredNagbar.tsx:77
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:284
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:320
msgid "Reactivate"
msgstr "הפעל מחדש"
@@ -14323,15 +14396,15 @@ msgstr "קרא היסטוריית הודעות"
msgid "Read the community's audit log of changes and moderation actions."
msgstr "קרא את יומן הביקורת של הקהילה על שינויים ופעולות ניהול."
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:146
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:160
msgid "Read the Documentation (fluxer.dev)"
msgstr "קרא את התיעוד (fluxer.dev)"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:52
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:60
msgid "Ready to Buy a Gift?"
msgstr "מוכן לקנות מתנה?"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:52
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:60
msgid "Ready to Upgrade?"
msgstr "מוכן לשדרוג?"
@@ -14388,11 +14461,11 @@ msgstr "מתחבר מחדש…"
msgid "Record shortcut"
msgstr "הקלט קיצור"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:269
+#: src/components/modals/tabs/GiftInventoryTab.tsx:292
msgid "Redeem"
msgstr "מימוש"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:232
+#: src/components/modals/tabs/GiftInventoryTab.tsx:255
msgid "Redeem a Gift"
msgstr "ממש מתנה"
@@ -14400,40 +14473,40 @@ msgstr "ממש מתנה"
msgid "Redeem Beta Code"
msgstr "ממש קוד ביטא"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:165
+#: src/components/modals/tabs/GiftInventoryTab.tsx:166
msgid "Redeem for Yourself"
msgstr "ממש עבורך"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:255
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:281
msgid "Redeem Gift Code"
msgstr "ממש קוד מתנה"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:238
+#: src/components/modals/tabs/GiftInventoryTab.tsx:261
msgid "Redeem gift code form"
msgstr "טופס למימוש קוד מתנה"
#. placeholder {0}: redeemedBetaCodes.length
-#: src/components/modals/tabs/BetaCodesTab.tsx:349
+#: src/components/modals/tabs/BetaCodesTab.tsx:374
msgid "Redeemed ({0})"
msgstr "נמומש ({0})"
#. placeholder {0}: getFormattedShortDate(new Date(gift.redeemed_at!))
-#: src/components/modals/tabs/GiftInventoryTab.tsx:117
+#: src/components/modals/tabs/GiftInventoryTab.tsx:118
msgid "Redeemed {0}"
msgstr "נמומש {0}"
#. placeholder {0}: gift.redeemed_by.username
#. placeholder {1}: gift.redeemed_by.discriminator
-#: src/components/modals/tabs/GiftInventoryTab.tsx:153
+#: src/components/modals/tabs/GiftInventoryTab.tsx:154
msgid "Redeemed by {0}#{1}"
msgstr "נמומש על ידי {0}#{1}"
-#: src/components/modals/tabs/BetaCodesTab.tsx:54
+#: src/components/modals/tabs/BetaCodesTab.tsx:56
msgid "Redeemer"
msgstr "מממש"
-#: src/components/modals/tabs/BetaCodesTab.tsx:111
-#: src/components/modals/tabs/BetaCodesTab.tsx:188
+#: src/components/modals/tabs/BetaCodesTab.tsx:113
+#: src/components/modals/tabs/BetaCodesTab.tsx:190
msgid "Redeemer:"
msgstr "מממש:"
@@ -14526,7 +14599,7 @@ msgstr "כפתור רגיל"
msgid "Regular button clicked!"
msgstr "לחצת על כפתור רגיל!"
-#: src/components/channel/channel-view/DMChannelView.tsx:298
+#: src/components/channel/channel-view/DMChannelView.tsx:299
#: src/components/voice/IncomingCallUI.tsx:310
msgid "Reject"
msgstr "דחה"
@@ -14624,19 +14697,19 @@ msgstr "הסר צליל כניסה"
msgid "Remove filter"
msgstr "הסר מסנן"
-#: src/components/bottomsheets/DMBottomSheet.tsx:508
-#: src/components/channel/dm/DMWelcomeSection.tsx:132
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:144
+#: src/components/bottomsheets/DMBottomSheet.tsx:510
+#: src/components/channel/dm/DMWelcomeSection.tsx:144
#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:146
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:253
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:148
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:255
#: src/components/modals/UserProfileActionsSheet.tsx:115
#: src/components/modals/UserProfileActionsSheet.tsx:117
#: src/components/modals/UserProfileActionsSheet.tsx:278
-#: src/components/modals/UserProfileMobileSheet.tsx:302
-#: src/components/modals/UserProfileMobileSheet.tsx:304
+#: src/components/modals/UserProfileMobileSheet.tsx:303
+#: src/components/modals/UserProfileMobileSheet.tsx:305
#: src/components/modals/UserProfileModal.tsx:1143
-#: src/components/modals/UserProfileModal.tsx:1228
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:108
+#: src/components/modals/UserProfileModal.tsx:1229
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:129
#: src/utils/RelationshipActionUtils.tsx:113
#: src/utils/RelationshipActionUtils.tsx:115
msgid "Remove Friend"
@@ -14654,8 +14727,8 @@ msgid "Remove from favorites"
msgstr "הסר מהמועדפים"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:370
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1103
-#: src/components/bottomsheets/DMBottomSheet.tsx:400
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1127
+#: src/components/bottomsheets/DMBottomSheet.tsx:402
#: src/components/channel/ChannelHeader.tsx:547
#: src/components/channel/ChannelHeader.tsx:595
#: src/components/channel/ChannelHeader.tsx:600
@@ -14720,7 +14793,7 @@ msgstr "הסר ספוילר"
msgid "Remove sticker"
msgstr "הסר מדבקה"
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:285
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:288
#: src/components/modals/RemoveTimeoutModal.tsx:61
#: src/components/modals/RemoveTimeoutModal.tsx:75
#: src/components/modals/TimeoutMemberSheet.tsx:101
@@ -14763,11 +14836,11 @@ msgid "Removed from bookmarks"
msgstr "הוסר מהסימניות"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:115
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:541
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:555
msgid "Removed from favorites"
msgstr "הוסר מהמועדפים"
-#: src/components/bottomsheets/DMBottomSheet.tsx:126
+#: src/components/bottomsheets/DMBottomSheet.tsx:128
msgid "Removed from Favorites"
msgstr "הוסר מהמועדפים"
@@ -14891,7 +14964,7 @@ msgstr "הקהילה שונתה לשם {0}."
msgid "Render all your messages as unknown message type"
msgstr "הצג את כל ההודעות שלך כסוג הודעה לא ידוע"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:234
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:253
msgid "Renews on <0>{renewalDate}0>."
msgstr "מתחדש ב־<0>{renewalDate}0>."
@@ -14932,15 +15005,15 @@ msgstr "השב"
msgid "Replying to <0>{authorNickname}0>"
msgstr "עונה ל־<0>{authorNickname}0>"
-#: src/components/pages/ReportPage.tsx:249
+#: src/components/pages/report/optionDescriptors.ts:38
msgid "Report a Community"
msgstr "דווח על קהילה"
-#: src/components/pages/ReportPage.tsx:247
+#: src/components/pages/report/optionDescriptors.ts:36
msgid "Report a Message"
msgstr "דווח על הודעה"
-#: src/components/pages/ReportPage.tsx:248
+#: src/components/pages/report/optionDescriptors.ts:37
msgid "Report a User Profile"
msgstr "דווח על פרופיל משתמש"
@@ -14949,12 +15022,12 @@ msgstr "דווח על פרופיל משתמש"
msgid "Report Community"
msgstr "דווח על קהילה"
-#: src/components/pages/ReportPage.tsx:801
-msgid "Report Details"
+#: src/components/pages/report/ReportStepDetails.tsx:74
+msgid "Report details"
msgstr "פרטי הדיווח"
-#: src/components/pages/ReportPage.tsx:241
-#: src/components/pages/ReportPage.tsx:612
+#: src/components/pages/report/ReportStepSelection.tsx:41
+#: src/components/pages/ReportPage.tsx:60
msgid "Report Illegal Content"
msgstr "דווח על תוכן בלתי חוקי"
@@ -14963,33 +15036,24 @@ msgstr "דווח על תוכן בלתי חוקי"
msgid "Report Message"
msgstr "דווח על הודעה"
-#: src/components/pages/ReportPage.tsx:588
-msgid "Report Submitted"
+#: src/components/pages/report/ReportStepComplete.tsx:36
+msgid "Report submitted"
msgstr "הדיווח הוגש"
#: src/components/modals/IARModal.tsx:128
msgid "Report submitted successfully. Our Safety Team will review it shortly."
msgstr "הדיווח הוגש בהצלחה. צוות הבטיחות שלנו יבדוק אותו בקרוב."
-#: src/components/pages/ReportPage.tsx:624
-msgid "Report Type"
-msgstr "סוג הדיווח"
-
#: src/components/modals/IARModal.tsx:84
#: src/components/modals/UserProfileActionsSheet.tsx:289
#: src/components/modals/UserProfileModal.tsx:1157
msgid "Report User"
msgstr "דווח על משתמש"
-#: src/components/pages/ReportPage.tsx:852
+#: src/components/pages/report/ReportStepDetails.tsx:123
msgid "Reported User Tag (optional)"
msgstr "תג משתמש מדווח (אופציונלי)"
-#: src/components/pages/ReportPage.tsx:644
-#: src/components/pages/ReportPage.tsx:804
-msgid "Reporting:"
-msgstr "מדווח על:"
-
#: src/components/modals/tabs/PrivacySafetyTab/DataExportTab.tsx:48
#: src/components/modals/tabs/PrivacySafetyTab/DataExportTab.tsx:125
msgid "Request Data Export"
@@ -15050,7 +15114,7 @@ msgstr "דורש Plutonium"
msgid "Reschedule Message"
msgstr "קבע מחדש הודעה"
-#: src/components/modals/ClaimAccountModal.tsx:222
+#: src/components/modals/ClaimAccountModal.tsx:224
#: src/components/modals/EmailChangeModal.tsx:230
#: src/components/modals/EmailChangeModal.tsx:294
msgid "Resend"
@@ -15064,7 +15128,11 @@ msgstr "שלח שוב ({newSecondsRemaining}s)"
msgid "Resend ({originalSecondsRemaining}s)"
msgstr "שלח שוב ({originalSecondsRemaining}s)"
-#: src/components/modals/ClaimAccountModal.tsx:222
+#: src/components/pages/report/ReportStepVerification.tsx:114
+msgid "Resend ({resendCooldownSeconds}s)"
+msgstr "שלח מחדש ({resendCooldownSeconds}s)"
+
+#: src/components/modals/ClaimAccountModal.tsx:224
msgid "Resend ({resendSecondsRemaining}s)"
msgstr "שלח שוב ({resendSecondsRemaining}s)"
@@ -15072,7 +15140,7 @@ msgstr "שלח שוב ({resendSecondsRemaining}s)"
msgid "Resend Button Loading"
msgstr "כפתור שליחה מחדש בטעינה"
-#: src/components/pages/ReportPage.tsx:761
+#: src/components/pages/report/ReportStepVerification.tsx:116
msgid "Resend code"
msgstr "שלח מחדש את הקוד"
@@ -15097,7 +15165,7 @@ msgid "Resent"
msgstr "נשלח מחדש"
#: src/components/keybinds/KeybindRecorder.tsx:215
-#: src/components/modals/components/MobileSettingsView.tsx:128
+#: src/components/modals/components/MobileSettingsView.tsx:123
#: src/components/modals/components/SettingsModalHeader.tsx:81
#: src/components/modals/ImageCropModal.tsx:977
#: src/components/modals/tabs/KeybindsTab.tsx:154
@@ -15173,8 +15241,8 @@ msgstr "שחזר למצב מסך מלא"
msgid "Restore maximized"
msgstr "שחזר למצב ממוקסים"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:280
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:282
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:316
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:318
msgid "Resubscribe"
msgstr "הירשם מחדש"
@@ -15189,11 +15257,11 @@ msgstr "הירשם מחדש"
#: src/components/modals/guildTabs/GuildStickersTab.tsx:211
#: src/components/modals/guildTabs/GuildWebhooksTab.tsx:137
#: src/components/modals/tabs/ApplicationsTab/ApplicationDetail.tsx:559
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:108
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:112
#: src/components/modals/tabs/AuthorizedAppsTab.tsx:121
-#: src/components/modals/tabs/BetaCodesTab.tsx:301
+#: src/components/modals/tabs/BetaCodesTab.tsx:326
#: src/components/modals/tabs/DevicesTab.tsx:231
-#: src/components/modals/tabs/GiftInventoryTab.tsx:300
+#: src/components/modals/tabs/GiftInventoryTab.tsx:323
msgid "Retry"
msgstr "נסה שוב"
@@ -15244,8 +15312,8 @@ msgstr "סקור מה האפליקציה דורשת לפני שתמשיך."
#: src/components/invites/InviteListItem.tsx:217
#: src/components/modals/GroupInvitesBottomSheet.tsx:78
#: src/components/modals/GroupInvitesModal.tsx:76
-#: src/components/modals/tabs/BetaCodesTab.tsx:143
-#: src/components/modals/tabs/BetaCodesTab.tsx:220
+#: src/components/modals/tabs/BetaCodesTab.tsx:145
+#: src/components/modals/tabs/BetaCodesTab.tsx:222
msgid "Revoke"
msgstr "בטל"
@@ -15369,7 +15437,7 @@ msgstr "תפקידים והרשאות"
msgid "Roles updated successfully"
msgstr "התפקידים עודכנו בהצלחה"
-#: src/components/pages/ReportPage.tsx:333
+#: src/components/pages/report/optionDescriptors.ts:105
msgid "Romania"
msgstr "רומניה"
@@ -15423,7 +15491,7 @@ msgstr "ריווי צבע"
#: src/components/modals/AddFavoriteMemeModal.tsx:102
#: src/components/modals/AttachmentEditModal.tsx:90
#: src/components/modals/BaseChangeNicknameModal.tsx:115
-#: src/components/modals/components/MobileSettingsView.tsx:131
+#: src/components/modals/components/MobileSettingsView.tsx:126
#: src/components/modals/CustomStatusBottomSheet.tsx:231
#: src/components/modals/CustomStatusModal.tsx:362
#: src/components/modals/EditFavoriteMemeModal.tsx:88
@@ -15438,9 +15506,9 @@ msgstr "ריווי צבע"
msgid "Save"
msgstr "שמור"
-#: src/components/modals/components/plutonium/GiftSection.tsx:72
-#: src/components/modals/components/plutonium/PricingSection.tsx:81
-#: src/components/modals/components/plutonium/PricingSection.tsx:104
+#: src/components/modals/components/plutonium/GiftSection.tsx:79
+#: src/components/modals/components/plutonium/PricingSection.tsx:91
+#: src/components/modals/components/plutonium/PricingSection.tsx:119
msgid "Save 17%"
msgstr "חסוך 17%"
@@ -15600,8 +15668,8 @@ msgstr "גלול את הצ'אט למטה"
msgid "Scroll Chat Up"
msgstr "גלול את הצ'אט למעלה"
-#: src/components/modals/components/plutonium/GiftSection.tsx:103
-#: src/components/modals/components/plutonium/PricingSection.tsx:138
+#: src/components/modals/components/plutonium/GiftSection.tsx:117
+#: src/components/modals/components/plutonium/PricingSection.tsx:160
msgid "Scroll down to view all the sweet perks you get with Plutonium"
msgstr "גלול למטה כדי לראות את כל ההטבות המתוקות שמתקבלות עם Plutonium"
@@ -15613,11 +15681,11 @@ msgstr "גלול את היסטוריית הצ'אט למטה"
msgid "Scroll the chat history up"
msgstr "גלול את היסטוריית הצ'אט למעלה"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:857
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:889
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:400
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:460
#: src/components/channel/ChannelHeader.tsx:586
-#: src/components/channel/shared/PickerSearchInput.tsx:204
+#: src/components/channel/shared/PickerSearchInput.tsx:203
#: src/components/modals/tabs/ComponentGalleryTab/InputsTab.tsx:126
#: src/stores/KeybindStore.ts:414
#: src/utils/quick-switcher/QuickSwitcherModalUtils.tsx:86
@@ -15674,7 +15742,7 @@ msgstr "חפש ערוצים, אנשים או קהילות"
#: src/components/common/FriendSelector.tsx:196
#: src/components/modals/AddFriendsToGroupModal.tsx:53
#: src/components/modals/CreateDMModal.tsx:68
-#: src/components/modals/InviteModal.tsx:237
+#: src/components/modals/InviteModal.tsx:248
#: src/components/modals/shared/RecipientList.tsx:177
#: src/components/modals/ShareThemeModal.tsx:144
msgid "Search friends"
@@ -15718,7 +15786,7 @@ msgstr "חפש בקשות ממתינות"
msgid "Search Permissions..."
msgstr "חפש הרשאות..."
-#: src/components/channel/ChannelSearchResults.tsx:321
+#: src/components/channel/ChannelSearchResults.tsx:278
#: src/components/modals/components/DesktopSettingsView.tsx:360
msgid "Search Results"
msgstr "תוצאות חיפוש"
@@ -15737,7 +15805,7 @@ msgid "Search scope"
msgstr "תחום חיפוש"
#. placeholder {0}: activeScopeOption.label
-#: src/components/channel/ChannelSearchResults.tsx:1052
+#: src/components/channel/ChannelSearchResults.tsx:1031
#: src/components/channel/MessageSearchBar/MessageSearchBar.tsx:378
msgid "Search scope: {0}"
msgstr "תחום חיפוש: {0}"
@@ -15767,7 +15835,7 @@ msgstr "חפש משתמשים"
msgid "Search within the current view"
msgstr "חפש בתצוגה הנוכחית"
-#: src/components/channel/ChannelSearchResults.tsx:319
+#: src/components/channel/ChannelSearchResults.tsx:276
msgid "Searching..."
msgstr "מחפש..."
@@ -15848,9 +15916,9 @@ msgstr "ראה איך ההזמנה שלך נראית למבקרים."
msgid "Select"
msgstr "בחר"
-#: src/components/pages/ReportPage.tsx:261
-#: src/components/pages/ReportPage.tsx:280
-#: src/components/pages/ReportPage.tsx:294
+#: src/components/pages/report/optionDescriptors.ts:42
+#: src/components/pages/report/optionDescriptors.ts:58
+#: src/components/pages/report/optionDescriptors.ts:69
msgid "Select a category"
msgstr "בחר קטגוריה"
@@ -15871,7 +15939,7 @@ msgstr "בחר קהילה"
msgid "Select a community where you have <0>Manage Community0> permissions."
msgstr "בחר קהילה שבה יש לך הרשאות <0>ניהול קהילה0>."
-#: src/components/pages/ReportPage.tsx:310
+#: src/components/pages/report/optionDescriptors.ts:82
msgid "Select a country"
msgstr "בחר מדינה"
@@ -15887,7 +15955,7 @@ msgstr "בחר תרחיש ליישום..."
msgid "Select a verification method."
msgstr "בחר שיטת אימות."
-#: src/components/pages/ReportPage.tsx:473
+#: src/components/pages/ReportPage.tsx:300
msgid "Select a violation category."
msgstr "בחר קטגוריית הפרה."
@@ -15958,11 +16026,15 @@ msgstr "בחר מסך או חלון"
msgid "Select the account you want to sign in with on the desktop app."
msgstr "בחר את החשבון שתרצה להתחבר איתו באפליקציית שולחן העבודה."
+#: src/components/pages/report/ReportStepSelection.tsx:44
+msgid "Select what you want to report."
+msgstr "בחר מה אתה רוצה לדווח."
+
#: src/components/modals/utils/settingsSearchIndex.ts:460
msgid "Select your camera"
msgstr "בחר את המצלמה שלך"
-#: src/components/pages/ReportPage.tsx:483
+#: src/components/pages/ReportPage.tsx:310
msgid "Select your country of residence."
msgstr "בחר את מדינת מגוריך."
@@ -15986,7 +16058,7 @@ msgstr "בחר..."
msgid "Selections"
msgstr "בחירות"
-#: src/components/pages/ReportPage.tsx:269
+#: src/components/pages/report/optionDescriptors.ts:50
#: src/constants/IARConstants.tsx:67
msgid "Self-Harm or Suicide"
msgstr "פגיעה עצמית או התאבדות"
@@ -16035,7 +16107,7 @@ msgstr "שלח הודעת פעולה (עטופה באותיות נטויות)."
msgid "Send an SMS code first."
msgstr "שלח קוד SMS תחילה."
-#: src/components/modals/ClaimAccountModal.tsx:182
+#: src/components/modals/ClaimAccountModal.tsx:184
#: src/components/modals/EmailChangeModal.tsx:265
#: src/components/modals/PhoneAddModal.tsx:206
msgid "Send code"
@@ -16045,9 +16117,9 @@ msgstr "שלח קוד"
msgid "Send Code"
msgstr "שלח קוד"
-#: src/components/channel/dm/DMWelcomeSection.tsx:109
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:269
-#: src/components/modals/UserProfileModal.tsx:1288
+#: src/components/channel/dm/DMWelcomeSection.tsx:112
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:272
+#: src/components/modals/UserProfileModal.tsx:1290
msgid "Send Friend Request"
msgstr "שלח בקשת חברות"
@@ -16073,7 +16145,7 @@ msgstr "שלח הודעות"
msgid "Send Messages"
msgstr "שלח הודעות"
-#: src/components/channel/dm/AddFriendForm.tsx:119
+#: src/components/channel/dm/AddFriendForm.tsx:142
msgid "Send Request"
msgstr "שלח בקשה"
@@ -16097,11 +16169,11 @@ msgstr "שלח הודעות טקסט לדיבור."
msgid "Send TTS Messages"
msgstr "שלח הודעות TTS"
-#: src/components/pages/ReportPage.tsx:676
+#: src/components/pages/report/ReportStepEmail.tsx:92
msgid "Send Verification Code"
msgstr "שלח קוד אימות"
-#: src/components/modals/InviteModal.tsx:258
+#: src/components/modals/InviteModal.tsx:268
#: src/components/modals/shared/RecipientList.tsx:223
#: src/components/modals/ShareThemeModal.tsx:162
msgid "Sent"
@@ -16128,7 +16200,7 @@ msgstr "הפעילות פגה. התחבר שוב בבקשה."
msgid "Set a custom invite URL for your community."
msgstr "הגדר כתובת URL מותאמת להזמנה לקהילה שלך."
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:401
+#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:361
#: src/components/modals/StatusChangeBottomSheet.tsx:171
#: src/components/popouts/UserAreaPopout.tsx:444
msgid "Set a custom status"
@@ -16336,7 +16408,7 @@ msgid "Set your timezone"
msgstr "הגדר את אזור הזמן שלך"
#: src/components/bottomsheets/VoiceLobbyBottomSheet.tsx:220
-#: src/components/modals/components/MobileSettingsView.tsx:531
+#: src/components/modals/components/MobileSettingsView.tsx:485
#: src/components/modals/tabs/ComponentGalleryTab/ButtonsTab.tsx:150
#: src/components/modals/tabs/ComponentGalleryTab/ButtonsTab.tsx:221
#: src/components/modals/tabs/ComponentGalleryTab/index.tsx:94
@@ -16383,7 +16455,11 @@ msgstr "הפעולה שותפה!"
msgid "Share Audio"
msgstr "שתף שמע"
-#: src/components/modals/components/plutonium/GiftSection.tsx:63
+#: src/components/pages/report/ReportStepDetails.tsx:77
+msgid "Share only what's needed to help our team assess the content."
+msgstr "שתף רק מה שנדרש כדי לעזור לצוות שלנו להעריך את התוכן."
+
+#: src/components/modals/components/plutonium/GiftSection.tsx:69
msgid "Share the Plutonium experience with your friends by purchasing a gift subscription."
msgstr "שתף את חוויית Plutonium עם חבריך על ידי רכישת מנוי מתנה."
@@ -16417,7 +16493,7 @@ msgstr "שתף את הנושא שלך"
msgid "Shared theme"
msgstr "נושא משותף"
-#: src/components/pages/ReportPage.tsx:268
+#: src/components/pages/report/optionDescriptors.ts:49
#: src/constants/IARConstants.tsx:62
msgid "Sharing Personal Information"
msgstr "שיתוף מידע אישי"
@@ -16797,11 +16873,11 @@ msgstr "מחוון עם ערכי שלבים"
msgid "Sliders"
msgstr "מחוונים"
-#: src/components/pages/ReportPage.tsx:334
+#: src/components/pages/report/optionDescriptors.ts:106
msgid "Slovakia"
msgstr "סלובקיה"
-#: src/components/pages/ReportPage.tsx:335
+#: src/components/pages/report/optionDescriptors.ts:107
msgid "Slovenia"
msgstr "סלובניה"
@@ -16952,7 +17028,8 @@ msgstr "משהו השתבש והאפליקציה קרסה. נסה לרענן א
msgid "Something went wrong while loading the audit log."
msgstr "משהו השתבש בטעינת יומן הביקורת."
-#: src/components/pages/ReportPage.tsx:563
+#: src/components/pages/ReportPage.tsx:103
+#: src/components/pages/ReportPage.tsx:395
msgid "Something went wrong while submitting the report. Please try again."
msgstr "משהו השתבש בעת הגשת הדיווח. נסה שוב."
@@ -16969,7 +17046,7 @@ msgid "Sort"
msgstr "מיין"
#. placeholder {0}: activeSortOption.label
-#: src/components/channel/ChannelSearchResults.tsx:1063
+#: src/components/channel/ChannelSearchResults.tsx:1042
msgid "Sort mode: {0}"
msgstr "מצב מיון: {0}"
@@ -17008,21 +17085,21 @@ msgstr "מרווח בין קבוצות הודעות"
msgid "Spacious layout with clear visual separation between messages."
msgstr "פריסה מרווחת עם הפרדה ויזואלית ברורה בין הודעות."
-#: src/components/pages/ReportPage.tsx:336
+#: src/components/pages/report/optionDescriptors.ts:108
msgid "Spain"
msgstr "ספרד"
-#: src/components/pages/ReportPage.tsx:283
+#: src/components/pages/report/optionDescriptors.ts:61
#: src/constants/IARConstants.tsx:119
msgid "Spam Account"
msgstr "חשבון ספאם"
-#: src/components/pages/ReportPage.tsx:265
+#: src/components/pages/report/optionDescriptors.ts:46
#: src/constants/IARConstants.tsx:47
msgid "Spam or Scam"
msgstr "ספאם או הונאה"
-#: src/components/pages/ReportPage.tsx:301
+#: src/components/pages/report/optionDescriptors.ts:76
#: src/constants/IARConstants.tsx:185
msgid "Spam or Scam Community"
msgstr "קהילה של ספאם או הונאה"
@@ -17141,9 +17218,9 @@ msgstr "התחל לאסוף חבילת אימוג'ים מותאמת שאפשר
msgid "Start Mic Test"
msgstr "התחל בדיקת מיקרופון"
-#: src/components/pages/ReportPage.tsx:687
-#: src/components/pages/ReportPage.tsx:771
-#: src/components/pages/ReportPage.tsx:964
+#: src/components/pages/report/ReportStepDetails.tsx:252
+#: src/components/pages/report/ReportStepEmail.tsx:103
+#: src/components/pages/report/ReportStepVerification.tsx:132
msgid "Start over"
msgstr "התחל מחדש"
@@ -17151,13 +17228,13 @@ msgstr "התחל מחדש"
msgid "Start Sharing"
msgstr "התחל שיתוף"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:122
+#: src/components/channel/ChannelHeader/CallButtons.tsx:160
#: src/components/modals/UserProfileModal.tsx:1109
#: src/components/uikit/ContextMenu/items/CallMenuItems.tsx:91
msgid "Start Video Call"
msgstr "התחל שיחת וידאו"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:70
+#: src/components/channel/ChannelHeader/CallButtons.tsx:90
#: src/components/modals/UserProfileModal.tsx:1100
#: src/components/uikit/ContextMenu/items/CallMenuItems.tsx:60
msgid "Start Voice Call"
@@ -17182,9 +17259,21 @@ msgstr "מחווני סטטוס"
msgid "Status Slate"
msgstr "לוח סטטוס"
-#: src/components/pages/ReportPage.tsx:574
-msgid "Step {stepNumber} of {FLOW_TOTAL_STEPS}"
-msgstr "שלב {stepNumber} מתוך {FLOW_TOTAL_STEPS}"
+#: src/components/pages/report/ReportStepSelection.tsx:38
+msgid "Step 1"
+msgstr "שלב 1"
+
+#: src/components/pages/report/ReportStepEmail.tsx:51
+msgid "Step 2"
+msgstr "שלב 2"
+
+#: src/components/pages/report/ReportStepVerification.tsx:61
+msgid "Step 3"
+msgstr "שלב 3"
+
+#: src/components/pages/report/ReportStepDetails.tsx:71
+msgid "Step 4"
+msgstr "שלב 4"
#: src/utils/SystemMessageUtils.tsx:45
msgid "Step in, {username}! No paradoxes here; we're all friends."
@@ -17229,7 +17318,7 @@ msgid "Sticker density"
msgstr "צפיפות מדבקות"
#: src/components/auth/InviteHeader.tsx:140
-#: src/components/channel/InviteEmbed.tsx:197
+#: src/components/channel/InviteEmbed.tsx:199
#: src/components/modals/InviteAcceptModal.tsx:142
#: src/components/modals/tabs/ExpressionPacksTab.tsx:70
msgid "Sticker pack"
@@ -17261,7 +17350,7 @@ msgstr "המדבקה עודכנה"
#: src/components/channel/AutocompleteEmoji.tsx:111
#: src/components/channel/textarea/TextareaButtons.tsx:134
-#: src/components/modals/ExpressionPickerSheet.tsx:86
+#: src/components/modals/ExpressionPickerSheet.tsx:73
#: src/components/popouts/ExpressionPickerPopout.tsx:79
msgid "Stickers"
msgstr "מדבקות"
@@ -17330,11 +17419,11 @@ msgstr "אולם לימוד"
msgid "Style Variations"
msgstr "גרסאות סגנון"
-#: src/components/pages/ReportPage.tsx:601
+#: src/components/pages/report/ReportStepComplete.tsx:41
msgid "Submit another report"
msgstr "שלח דיווח נוסף"
-#: src/components/pages/ReportPage.tsx:958
+#: src/components/pages/report/ReportStepDetails.tsx:240
msgid "Submit DSA Report"
msgstr "שלח דוח DSA"
@@ -17346,7 +17435,7 @@ msgstr "שלח דוח"
msgid "Submitting"
msgstr "שולח"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:53
+#: src/components/modals/components/plutonium/VisionarySection.tsx:58
msgid "subscription"
msgstr "מנוי"
@@ -17464,7 +17553,7 @@ msgstr "השתק תצוגות מקדימות"
msgid "Swap text to reverify variants"
msgstr "החלף טקסט כדי לאמת מחדש גרסאות"
-#: src/components/pages/ReportPage.tsx:337
+#: src/components/pages/report/optionDescriptors.ts:109
msgid "Sweden"
msgstr "שבדיה"
@@ -17476,7 +17565,7 @@ msgstr "שוודית"
msgid "Switch account"
msgstr "החלף חשבון"
-#: src/components/popouts/UserAreaPopout.tsx:497
+#: src/components/popouts/UserAreaPopout.tsx:499
msgid "Switch Accounts"
msgstr "החלפת חשבונות"
@@ -17649,8 +17738,8 @@ msgstr "טקסט (תוכן למבוגרים)"
msgid "Text channel"
msgstr "ערוץ טקסט"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:473
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:662
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:487
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:676
#: src/components/channel/channel-header/useChannelHeaderData.ts:96
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:314
msgid "Text Channel"
@@ -17677,19 +17766,19 @@ msgstr "שדה טקסט"
msgid "Thai"
msgstr "תאית"
-#: src/components/pages/ReportPage.tsx:589
-msgid "Thank you for filing a report. We'll review it as soon as possible."
-msgstr "תודה על הגשת הדיווח. נבדוק אותו בהקדם האפשרי."
-
#: src/components/modals/IARModal.tsx:187
msgid "Thank you for helping keep Fluxer safe. Reports are reviewed by our Safety Team. False reports may result in action against your account."
msgstr "תודה על עזרתך בשמירה על Fluxer בטוח. הדיווחים נבדקים על ידי צוות הבטיחות שלנו. דיווחים שגויים עלולים להוביל לפעולה נגד חשבונך."
+#: src/components/pages/report/ReportStepComplete.tsx:37
+msgid "Thank you for helping keep Fluxer safe. We'll review your report as soon as possible."
+msgstr "תודה על עזרתך בשמירה על Fluxer בטוח. נסקור את הדיווח שלך בהקדם האפשרי."
+
#: src/components/form/ColorPickerField.tsx:274
msgid "That doesn't look like a valid color. Try hex, rgb(), hsl(), or a CSS color name."
msgstr "זה לא נראה כמו צבע תקין. נסה hex, rgb(), hsl(), או שם צבע ב-CSS."
-#: src/components/pages/ReportPage.tsx:846
+#: src/components/pages/report/ReportStepDetails.tsx:117
msgid "That doesn't look like a valid URL."
msgstr "זה לא נראה כמו כתובת URL תקינה."
@@ -17733,8 +17822,8 @@ msgstr "הבוט נוסף."
msgid "The channel you're looking for may have been deleted or you may not have access to it."
msgstr "הערוץ שחיפשת ייתכן שנמחק או שאין לך גישה אליו."
-#: src/components/layout/GuildLayout.tsx:308
-#: src/components/layout/GuildLayout.tsx:371
+#: src/components/layout/GuildLayout.tsx:313
+#: src/components/layout/GuildLayout.tsx:376
msgid "The community you're looking for may have been deleted or you may not have access to it."
msgstr "הקהילה שחיפשת ייתכן שנמחקה או שאין לך גישה אליה."
@@ -17795,7 +17884,7 @@ msgstr "זמן ההשעיה לא יכול לעלות על 365 ימים (31536000
msgid "The URL this link channel points to."
msgstr "ה-URL שאליו מצביע ערוץ הקישור הזה."
-#: src/components/pages/ReportPage.tsx:452
+#: src/components/pages/ReportPage.tsx:277
msgid "The verification code is invalid or expired."
msgstr "קוד האימות אינו תקין או שפג תוקפו."
@@ -17869,7 +17958,7 @@ msgstr "ההגדרות האלה משתמשות בעיבוד שמע מקורי ש
msgid "These toggles force the client to treat features as enabled or disabled without relying on the server configuration. They only affect your client experience and are shown to developers for testing."
msgstr "המתגים האלו כופים על הלקוח לראות תכונות כמופעלות או כבוטלות בלי תלות בתצורת השרת. הם משפיעים רק על חוויית הלקוח שלך ומוצגים למפתחים לצורך בדיקות."
-#: src/components/channel/channel-view/DMChannelView.tsx:356
+#: src/components/channel/channel-view/DMChannelView.tsx:357
msgid "They might have taken the DeLorean elsewhere."
msgstr "ייתכן שהם לקחו את ה-DeLorean למקום אחר."
@@ -17877,7 +17966,7 @@ msgstr "ייתכן שהם לקחו את ה-DeLorean למקום אחר."
msgid "they/them"
msgstr "הם/הן"
-#: src/components/channel/channel-view/DMChannelView.tsx:342
+#: src/components/channel/channel-view/DMChannelView.tsx:343
msgid "Think, McFly! Did you type the right address?"
msgstr "תחשוב, מקפליי! הקלדת את הכתובת הנכונה?"
@@ -17979,7 +18068,7 @@ msgstr "הקהילה השעתה זמנית הזמנות. ניתן לנסות ש
msgid "This community requires you to verify your account before joining. Please set an email and password for your account."
msgstr "קהילה זו מחייבת אימות חשבון לפני הצטרפות. אנא הגדר אימייל וסיסמה לחשבונך."
-#: src/components/channel/channel-view/DMChannelView.tsx:339
+#: src/components/channel/channel-view/DMChannelView.tsx:340
msgid "This conversation has been erased"
msgstr "השיחה הזו נמחקה"
@@ -18008,8 +18097,8 @@ msgstr "קוד המתנה זה כבר נדרש."
msgid "This gift code has already been redeemed."
msgstr "קוד המתנה זה כבר מומש."
-#: src/components/channel/GiftEmbed.tsx:148
-#: src/components/modals/GiftAcceptModal.tsx:92
+#: src/components/channel/GiftEmbed.tsx:159
+#: src/components/modals/GiftAcceptModal.tsx:99
msgid "This gift code is invalid or already claimed."
msgstr "קוד המתנה זה אינו חוקי או כבר נדרש."
@@ -18022,11 +18111,11 @@ msgstr "קוד המתנה זה אינו חוקי או כבר מומש."
msgid "This gift code may be invalid, expired, or already redeemed."
msgstr "יתכן שקוד המתנה זה אינו תקין, פג תוקף או שכבר נעשה בו שימוש."
-#: src/components/modals/GiftAcceptModal.tsx:118
+#: src/components/modals/GiftAcceptModal.tsx:125
msgid "This gift has already been claimed."
msgstr "המתנה הזו כבר נלקחה."
-#: src/components/modals/tabs/GiftInventoryTab.tsx:157
+#: src/components/modals/tabs/GiftInventoryTab.tsx:158
msgid "This gift has been redeemed"
msgstr "המתנה הזו מומשה"
@@ -18044,7 +18133,7 @@ msgstr "ההזמנה הזו תפוג בעוד {0}."
msgid "This invite has unlimited uses."
msgstr "להזמנה הזו יש שימושים בלתי מוגבלים."
-#: src/components/modals/InviteModal.tsx:321
+#: src/components/modals/InviteModal.tsx:318
msgid "This invite link never expires."
msgstr "קישור ההזמנה הזה לעולם לא יפוג."
@@ -18059,23 +18148,19 @@ msgstr "יתכן שההזמנה הזו פגה או נמחקה."
msgid "This invite never expires."
msgstr "ההזמנה הזו לא פגה לעולם."
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:170
-#: src/components/emojis/EmojiInfoContent.tsx:79
+#: src/components/emojis/EmojiAttributionSubtext.tsx:130
msgid "This is a custom emoji from"
msgstr "זה אימוג'י מותאם אישית מ"
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:160
-#: src/components/emojis/EmojiInfoContent.tsx:68
+#: src/components/emojis/EmojiAttributionSubtext.tsx:121
msgid "This is a custom emoji from a community."
msgstr "זה אימוג'י מותאם אישית מקהילה."
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:150
-#: src/components/emojis/EmojiInfoContent.tsx:56
+#: src/components/emojis/EmojiAttributionSubtext.tsx:111
msgid "This is a custom emoji from a community. Ask the author for an invite to use this emoji."
msgstr "זה אימוג'י מותאם אישית מקהילה. בקש מהיוצר הזמנה כדי להשתמש בו."
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:138
-#: src/components/emojis/EmojiInfoContent.tsx:43
+#: src/components/emojis/EmojiAttributionSubtext.tsx:101
msgid "This is a default emoji on Fluxer."
msgstr "זה אימוג'י ברירת מחדל ב-Fluxer."
@@ -18095,8 +18180,8 @@ msgstr "כך נראות ההודעות"
msgid "This is not the channel you're looking for."
msgstr "זה לא הערוץ שחיפשת."
-#: src/components/layout/GuildLayout.tsx:307
-#: src/components/layout/GuildLayout.tsx:370
+#: src/components/layout/GuildLayout.tsx:312
+#: src/components/layout/GuildLayout.tsx:375
msgid "This is not the community you're looking for."
msgstr "זו לא הקהילה שחיפשת."
@@ -18113,7 +18198,7 @@ msgid "This is the beginning of <0>{displayName}0>. Add friends to start a con
msgstr "זהו תחילתו של <0>{displayName}0>. הוסף חברים כדי להתחיל שיחה!"
#. placeholder {0}: user.username
-#: src/components/channel/dm/DMWelcomeSection.tsx:182
+#: src/components/channel/dm/DMWelcomeSection.tsx:194
msgid "This is the beginning of your direct message history with <0>{0}0>."
msgstr "זהו תחילתה של היסטוריית ההודעות הישירות שלך עם <0>{0}0>."
@@ -18194,7 +18279,7 @@ msgstr "לקישור הנושא הזה חסרים נתונים."
msgid "This theme may have been removed or the link is invalid."
msgstr "יתכן שהנושא הזה הוסר או שהקישור אינו תקין."
-#: src/components/channel/dm/AddFriendForm.tsx:62
+#: src/components/channel/dm/AddFriendForm.tsx:85
msgid "This user has restricted who can send them friend requests."
msgstr "המשתמש הזה הגביל מי יכול לשלוח לו בקשות חברות."
@@ -18216,8 +18301,8 @@ msgid "This was a @silent message."
msgstr "זו הייתה הודעת @silent."
#: src/actions/MessageActionCreators.tsx:392
-#: src/components/channel/Messages.tsx:442
-#: src/components/channel/Messages.tsx:522
+#: src/components/channel/Messages.tsx:440
+#: src/components/channel/Messages.tsx:520
msgid "This will create a rift in the space-time continuum and cannot be undone."
msgstr "זה ייצור קרע במרחב-זמן ולא ניתן לחזור בו."
@@ -18283,7 +18368,7 @@ msgstr "זמן: {currentFormatted} מתוך {durationFormatted}"
msgid "Timed out until {0}."
msgstr "מושהה עד {0}."
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:285
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:288
#: src/components/modals/TimeoutMemberModal.tsx:207
#: src/components/modals/TimeoutMemberSheet.tsx:90
#: src/components/uikit/ContextMenu/items/GuildMemberMenuItems.tsx:272
@@ -18570,7 +18655,7 @@ msgstr "נכון או לא נכון"
msgid "Try a different name or use @ / # / ! / * prefixes to filter results."
msgstr "נסה שם אחר או השתמש בקידומות @ / # / ! / * כדי לסנן תוצאות."
-#: src/components/channel/ChannelSearchResults.tsx:710
+#: src/components/channel/ChannelSearchResults.tsx:679
msgid "Try a different search query"
msgstr "נסה שאילתת חיפוש אחרת"
@@ -18585,13 +18670,13 @@ msgid "Try a different search term or filter"
msgstr "נסה מונח או פילטר חיפוש אחר"
#: src/components/auth/HandoffCodeDisplay.tsx:67
-#: src/components/channel/Messages.tsx:939
+#: src/components/channel/Messages.tsx:937
msgid "Try again"
msgstr "נסה שוב"
#: src/components/BootstrapErrorScreen.tsx:68
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:301
-#: src/components/channel/ChannelSearchResults.tsx:694
+#: src/components/channel/ChannelSearchResults.tsx:663
#: src/components/modals/channelTabs/ChannelInvitesTab.tsx:148
#: src/components/modals/channelTabs/ChannelWebhooksTab.tsx:159
#: src/components/NetworkErrorScreen.tsx:56
@@ -18612,7 +18697,7 @@ msgstr "נסה שם אחר או בדוק את האיות."
msgid "Try another search term"
msgstr "נסה מונח חיפוש אחר"
-#: src/components/channel/InviteEmbed.tsx:359
+#: src/components/channel/InviteEmbed.tsx:361
msgid "Try asking for a new invite."
msgstr "נסה לבקש הזמנה חדשה."
@@ -18802,7 +18887,7 @@ msgstr "לא ניתן להתקין חבילת מדבקות"
msgid "Unable to load activity logs"
msgstr "לא ניתן לטעון את יומני הפעילות"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:104
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:108
msgid "Unable to load applications"
msgstr "לא ניתן לטעון אפליקציות"
@@ -18814,7 +18899,7 @@ msgstr "לא ניתן לטעון מידע על החבילה."
msgid "Unable to prepare any emojis for upload. The following errors occurred:"
msgstr "לא ניתן להכין אימוג'ים להעלאה. התרחשו השגיאות הבאות:"
-#: src/components/modals/ClaimAccountModal.tsx:125
+#: src/components/modals/ClaimAccountModal.tsx:127
#: src/components/modals/EmailChangeModal.tsx:122
#: src/components/modals/EmailChangeModal.tsx:152
msgid "Unable to resend code right now"
@@ -18824,7 +18909,7 @@ msgstr "לא ניתן לשלוח שוב את הקוד כרגע"
msgid "Unable to send code to new email"
msgstr "לא ניתן לשלוח קוד לאימייל החדש"
-#: src/components/channel/dm/AddFriendForm.tsx:76
+#: src/components/channel/dm/AddFriendForm.tsx:99
msgid "Unable to send friend request. Please try again."
msgstr "לא ניתן לשלוח בקשת חברות. נסה שוב."
@@ -18844,17 +18929,17 @@ msgstr "לא זמין לכולם"
msgid "Unavailable for everyone but staff"
msgstr "לא זמין לכולם חוץ מאנשי צוות"
-#: src/components/bottomsheets/DMBottomSheet.tsx:532
+#: src/components/bottomsheets/DMBottomSheet.tsx:535
#: src/components/channel/barriers/BarrierComponents.tsx:221
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:180
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:335
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:182
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:338
#: src/components/modals/tabs/BlockedUsersTab.tsx:58
#: src/components/modals/tabs/BlockedUsersTab.tsx:171
#: src/components/modals/UserProfileActionsSheet.tsx:151
#: src/components/modals/UserProfileActionsSheet.tsx:305
-#: src/components/modals/UserProfileMobileSheet.tsx:320
+#: src/components/modals/UserProfileMobileSheet.tsx:321
#: src/components/modals/UserProfileModal.tsx:1049
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:209
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:230
#: src/utils/RelationshipActionUtils.tsx:169
msgid "Unblock"
msgstr "בטל חסימה"
@@ -18863,11 +18948,11 @@ msgstr "בטל חסימה"
msgid "Unblock this user before sending a friend request."
msgstr "בטל חסימה של המשתמש הזה לפני שליחת בקשת חברות."
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:178
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:180
#: src/components/modals/tabs/BlockedUsersTab.tsx:56
#: src/components/modals/UserProfileActionsSheet.tsx:149
-#: src/components/modals/UserProfileMobileSheet.tsx:318
-#: src/components/modals/UserProfileModal.tsx:1243
+#: src/components/modals/UserProfileMobileSheet.tsx:319
+#: src/components/modals/UserProfileModal.tsx:1244
#: src/utils/RelationshipActionUtils.tsx:167
msgid "Unblock User"
msgstr "בטל חסימת משתמש"
@@ -18878,17 +18963,17 @@ msgstr "בטל חסימת משתמש"
msgid "Uncategorized"
msgstr "ללא קטגוריה"
-#: src/components/modals/tabs/BetaCodesTab.tsx:127
-#: src/components/modals/tabs/BetaCodesTab.tsx:204
+#: src/components/modals/tabs/BetaCodesTab.tsx:129
+#: src/components/modals/tabs/BetaCodesTab.tsx:206
msgid "Unclaimed"
msgstr "לא תפוס"
#. placeholder {0}: unclaimedBetaCodes.length
-#: src/components/modals/tabs/BetaCodesTab.tsx:333
+#: src/components/modals/tabs/BetaCodesTab.tsx:358
msgid "Unclaimed ({0})"
msgstr "לא תפוס ({0})"
-#: src/components/modals/components/UnclaimedAccountAlert.tsx:31
+#: src/components/modals/components/UnclaimedAccountAlert.tsx:29
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:51
msgid "Unclaimed Account"
msgstr "חשבון לא תפוס"
@@ -18922,7 +19007,7 @@ msgstr "בטל השתקה של כל המכשירים"
msgid "Undeafen User"
msgstr "בטל השתקת משתמש"
-#: src/components/pages/ReportPage.tsx:285
+#: src/components/pages/report/optionDescriptors.ts:63
#: src/constants/IARConstants.tsx:129
msgid "Underage User"
msgstr "משתמש קטין"
@@ -18981,7 +19066,7 @@ msgstr "בטל מיקוד"
msgid "Unique invite"
msgstr "הזמנה ייחודית"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:79
+#: src/components/modals/components/plutonium/VisionarySection.tsx:88
msgid "Unique profile badge"
msgstr "תג פרופיל ייחודי"
@@ -19035,12 +19120,12 @@ msgstr "יישות לא ידועה"
msgid "Unknown error"
msgstr "שגיאה לא ידועה"
-#: src/components/channel/GiftEmbed.tsx:147
-#: src/components/modals/GiftAcceptModal.tsx:91
+#: src/components/channel/GiftEmbed.tsx:158
+#: src/components/modals/GiftAcceptModal.tsx:98
msgid "Unknown Gift"
msgstr "מתנה לא ידועה"
-#: src/components/channel/InviteEmbed.tsx:357
+#: src/components/channel/InviteEmbed.tsx:359
msgid "Unknown Invite"
msgstr "הזמנה לא ידועה"
@@ -19113,7 +19198,7 @@ msgstr "פתח שיתוף מסך ב-HD עם Plutonium"
msgid "Unlock HD Video with Plutonium"
msgstr "פתח וידאו ב-HD עם Plutonium"
-#: src/components/modals/components/PlutoniumContent.tsx:185
+#: src/components/modals/components/PlutoniumContent.tsx:196
msgid "Unlock higher limits and exclusive features while supporting an independent communication platform."
msgstr "פתח מגבלות גבוהות יותר ופיצ'רים בלעדיים תוך תמיכה בפלטפורמת תקשורת עצמאית."
@@ -19126,9 +19211,9 @@ msgid "Unlock stickers in DMs with Plutonium"
msgstr "פתח מדבקות בהודעות פרטיות עם Plutonium"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:467
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:850
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1044
-#: src/components/bottomsheets/DMBottomSheet.tsx:645
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:882
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1068
+#: src/components/bottomsheets/DMBottomSheet.tsx:648
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:321
#: src/components/bottomsheets/VoiceLobbyBottomSheet.tsx:179
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:253
@@ -19154,7 +19239,7 @@ msgstr "בטל השתקה של קטגוריה"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:400
#: src/components/bottomsheets/ChannelBottomSheet.tsx:452
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1005
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1029
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:167
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:161
msgid "Unmute Channel"
@@ -19167,9 +19252,9 @@ msgstr "בטל השתקת ערוץ"
msgid "Unmute Community"
msgstr "בטל השתקת קהילה"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1007
-#: src/components/bottomsheets/DMBottomSheet.tsx:449
-#: src/components/bottomsheets/DMBottomSheet.tsx:590
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1031
+#: src/components/bottomsheets/DMBottomSheet.tsx:451
+#: src/components/bottomsheets/DMBottomSheet.tsx:593
msgid "Unmute Conversation"
msgstr "בטל השתקת שיחה"
@@ -19200,16 +19285,16 @@ msgid "Unnamed Group"
msgstr "קבוצה ללא שם"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:331
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1126
-#: src/components/bottomsheets/DMBottomSheet.tsx:478
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1150
+#: src/components/bottomsheets/DMBottomSheet.tsx:480
#: src/components/channel/dm/DMList.tsx:282
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:149
msgid "Unpin DM"
msgstr "בטל נעיצה של הודעה פרטית"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:290
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1126
-#: src/components/bottomsheets/DMBottomSheet.tsx:478
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1150
+#: src/components/bottomsheets/DMBottomSheet.tsx:480
#: src/components/channel/dm/DMList.tsx:243
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:129
msgid "Unpin Group DM"
@@ -19231,20 +19316,20 @@ msgid "Unpin Message"
msgstr "בטל נעיצת הודעה"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:232
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:583
-#: src/components/bottomsheets/DMBottomSheet.tsx:164
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:597
+#: src/components/bottomsheets/DMBottomSheet.tsx:166
#: src/components/channel/dm/DMList.tsx:224
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:132
msgid "Unpinned DM"
msgstr "הודעה פרטית שלא נעוצה"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:232
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:583
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:597
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:112
msgid "Unpinned group"
msgstr "קבוצה שלא נעוצה"
-#: src/components/bottomsheets/DMBottomSheet.tsx:164
+#: src/components/bottomsheets/DMBottomSheet.tsx:166
msgid "Unpinned group DM"
msgstr "שיחת DM קבוצתית לא מקובעת"
@@ -19279,7 +19364,7 @@ msgstr "הסר דיכוי הטמעות"
msgid "Until I change it"
msgstr "עד שאשנה את זה"
-#: src/components/bottomsheets/DMBottomSheet.tsx:664
+#: src/components/bottomsheets/DMBottomSheet.tsx:667
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:334
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:57
#: src/components/channel/muteOptions.ts:39
@@ -19305,7 +19390,7 @@ msgstr "עדכן"
msgid "Update app"
msgstr "עדכן את האפליקציה"
-#: src/components/modals/components/MobileSettingsView.tsx:244
+#: src/components/modals/components/MobileSettingsView.tsx:239
msgid "Update Service Worker"
msgstr "עדכן את שירות העבודה"
@@ -19402,7 +19487,7 @@ msgstr "מעדכן מועדפים…"
msgid "Updating..."
msgstr "מעדכן…"
-#: src/components/modals/components/plutonium/PricingSection.tsx:84
+#: src/components/modals/components/plutonium/PricingSection.tsx:94
msgid "Upgrade Now"
msgstr "שדרוג כעת"
@@ -19415,18 +19500,19 @@ msgstr "שדרוג ל־Plutonium"
msgid "Upgrade to store up to 15 custom backgrounds and unlock HD video quality, higher frame rates, and more."
msgstr "שדרגו כדי לאחסן עד 15 רקעים מותאמים אישית ולפתוח איכות וידאו HD, קצב פריימים גבוה יותר ועוד."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:265
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:316
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:297
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:357
msgid "Upgrade to Visionary"
msgstr "שדרוג ל־Visionary"
#. placeholder {0}: formatter.format(visionarySlots.remaining)
-#: src/components/modals/components/plutonium/VisionarySection.tsx:109
+#: src/components/modals/components/plutonium/VisionarySection.tsx:122
+#: src/components/modals/components/plutonium/VisionarySection.tsx:134
msgid "Upgrade to Visionary — {0} Left"
msgstr "שדרוג ל־Visionary — נותרו {0}"
#. placeholder {0}: isGiftSubscription ? 'gift time' : 'subscription'
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:243
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:262
msgid "Upgrading to Visionary is a <0>one-time0> purchase and will <1>cancel your current {0} immediately1>."
msgstr "שדרוג ל־Visionary הוא רכישה <0>חד־פעמית0> ו־<1>יבטל מיידית את ה{0} הנוכחי שלך1>."
@@ -19674,10 +19760,6 @@ msgstr "השתמש בקודים האלה כדי לגשת לחשבון אם תא
msgid "Use this button to quickly clear all permissions."
msgstr "השתמש בכפתור הזה כדי לנקות במהירות את כל ההרשאות."
-#: src/components/pages/ReportPage.tsx:613
-msgid "Use this form to report illegal content under the Digital Services Act (DSA). Select what you want to report."
-msgstr "השתמש בטופס זה כדי לדווח על תוכן בלתי חוקי בהתאם לחוק השירותים הדיגיטליים (DSA). בחר מה ברצונך לדווח."
-
#: src/components/modals/tabs/KeybindsTab.tsx:101
msgid "Use this shortcut system-wide"
msgstr "השתמש בקיצור דרך זה בכל המערכת"
@@ -19708,19 +19790,19 @@ msgstr "נראה שהמשתמש מתחת לגיל 13"
msgid "User Debug"
msgstr "ניפוי שגיאות משתמש"
-#: src/components/channel/channel-view/DMChannelView.tsx:353
+#: src/components/channel/channel-view/DMChannelView.tsx:354
msgid "User has vanished"
msgstr "המשתמש נעלם"
-#: src/components/pages/ReportPage.tsx:865
+#: src/components/pages/report/ReportStepDetails.tsx:137
msgid "User ID (optional)"
msgstr "מזהה משתמש (אופציונלי)"
-#: src/components/bottomsheets/DMBottomSheet.tsx:376
+#: src/components/bottomsheets/DMBottomSheet.tsx:378
msgid "User ID copied"
msgstr "מזהה המשתמש הועתק"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:652
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:666
msgid "User ID copied to clipboard"
msgstr "מזהה המשתמש הועתק ללוח"
@@ -19765,7 +19847,7 @@ msgstr "רשומת משתמש"
msgid "User Settings"
msgstr "הגדרות משתמש"
-#: src/components/pages/ReportPage.tsx:873
+#: src/components/pages/report/ReportStepDetails.tsx:146
msgid "User Tag (optional)"
msgstr "תג משתמש (אופציונלי)"
@@ -19805,7 +19887,7 @@ msgstr "שם המשתמש חייב להכיל לפחות תו אחד"
msgid "Username must be at most 32 characters"
msgstr "שם המשתמש יכול להכיל עד 32 תווים"
-#: src/components/channel/dm/AddFriendForm.tsx:130
+#: src/components/channel/dm/AddFriendForm.tsx:153
msgid "Username#0000"
msgstr "שם משתמש#0000"
@@ -19904,7 +19986,7 @@ msgstr "כתובות URL מותאמות אישית חייבות להיות בי
msgid "Verification Barriers"
msgstr "מחסומי אימות"
-#: src/components/modals/ClaimAccountModal.tsx:199
+#: src/components/modals/ClaimAccountModal.tsx:201
#: src/components/modals/EmailChangeModal.tsx:218
#: src/components/modals/EmailChangeModal.tsx:282
#: src/components/modals/PhoneAddModal.tsx:224
@@ -19912,11 +19994,11 @@ msgstr "מחסומי אימות"
msgid "Verification code"
msgstr "קוד אימות"
-#: src/components/pages/ReportPage.tsx:719
+#: src/components/pages/report/ReportStepVerification.tsx:86
msgid "Verification Code"
msgstr "קוד אימות"
-#: src/components/modals/ClaimAccountModal.tsx:88
+#: src/components/modals/ClaimAccountModal.tsx:90
msgid "Verification code sent"
msgstr "קוד האימות נשלח"
@@ -19937,10 +20019,9 @@ msgstr "ייתכן שיידרש אימות לפני הצגת קודי הגיבו
#: src/components/auth/AuthPageHeader.tsx:49
#: src/components/auth/InviteHeader.tsx:81
#: src/components/auth/InviteHeader.tsx:226
-#: src/components/channel/InviteEmbed.tsx:285
-#: src/components/channel/InviteEmbed.tsx:428
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:178
-#: src/components/emojis/EmojiInfoContent.tsx:87
+#: src/components/channel/InviteEmbed.tsx:287
+#: src/components/channel/InviteEmbed.tsx:430
+#: src/components/emojis/EmojiAttributionSubtext.tsx:143
#: src/components/layout/GuildHeader.tsx:132
msgid "Verified Community"
msgstr "קהילה מאומתת"
@@ -19955,7 +20036,7 @@ msgstr "גילדה מאומתת"
msgid "Verify"
msgstr "אמת"
-#: src/components/pages/ReportPage.tsx:740
+#: src/components/pages/report/ReportStepVerification.tsx:102
msgid "Verify Code"
msgstr "אמת קוד"
@@ -19980,6 +20061,10 @@ msgstr "טופס אימות מספר טלפון"
msgid "Verify You're Human"
msgstr "אמת שאתה אדם"
+#: src/components/pages/report/ReportStepEmail.tsx:54
+msgid "Verify your email"
+msgstr "אמת את האימייל שלך"
+
#: src/components/modals/SudoVerificationModal.tsx:359
msgid "Verify your identity"
msgstr "אמת את זהותך"
@@ -20012,7 +20097,7 @@ msgid "Video"
msgstr "וידאו"
#: src/components/channel/ChannelHeader.tsx:572
-#: src/components/modals/UserProfileMobileSheet.tsx:515
+#: src/components/modals/UserProfileMobileSheet.tsx:519
msgid "Video Call"
msgstr "שיחת וידאו"
@@ -20097,7 +20182,7 @@ msgstr "הצג קודי גיבוי"
msgid "View backup codes form"
msgstr "טופס הצגת קודי גיבוי"
-#: src/components/channel/channel-view/DMChannelView.tsx:282
+#: src/components/channel/channel-view/DMChannelView.tsx:283
msgid "View call"
msgstr "הצג שיחה"
@@ -20138,7 +20223,7 @@ msgstr "הצג מלאי מתנות"
msgid "View Global Profile"
msgstr "הצג פרופיל גלובלי"
-#: src/components/channel/channel-view/DMChannelView.tsx:282
+#: src/components/channel/channel-view/DMChannelView.tsx:283
msgid "View incoming call"
msgstr "הצג שיחה נכנסת"
@@ -20158,10 +20243,10 @@ msgstr "הצג תכונות פרמיום"
msgid "View premium perks"
msgstr "הצג הטבות פרימיום"
-#: src/components/bottomsheets/DMBottomSheet.tsx:411
+#: src/components/bottomsheets/DMBottomSheet.tsx:413
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:226
#: src/components/channel/friends/MobileFriendRequestItem.tsx:87
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:210
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:212
#: src/components/modals/tabs/BlockedUsersTab.tsx:87
#: src/components/uikit/ContextMenu/items/UserProfileMenuItem.tsx:43
msgid "View Profile"
@@ -20191,7 +20276,7 @@ msgstr "צופה מצטרף לשידור"
msgid "Viewer Leaves Stream"
msgstr "צופה עוזב את השידור"
-#: src/components/pages/ReportPage.tsx:827
+#: src/components/pages/report/ReportStepDetails.tsx:96
msgid "Violation Category"
msgstr "קטגוריית הפרה"
@@ -20199,7 +20284,7 @@ msgstr "קטגוריית הפרה"
msgid "Violation category selection"
msgstr "בחירת קטגוריית הפרה"
-#: src/components/pages/ReportPage.tsx:264
+#: src/components/pages/report/optionDescriptors.ts:45
#: src/constants/IARConstants.tsx:42
msgid "Violent or Graphic Content"
msgstr "תוכן אלים או גרפי"
@@ -20212,9 +20297,9 @@ msgstr "קול VIP"
msgid "Visible Buttons"
msgstr "כפתורים גלויים"
-#: src/components/modals/components/plutonium/PricingSection.tsx:88
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:110
-#: src/components/modals/components/plutonium/VisionarySection.tsx:58
+#: src/components/modals/components/plutonium/PricingSection.tsx:101
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:129
+#: src/components/modals/components/plutonium/VisionarySection.tsx:67
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:154
#: src/utils/modals/guildTabs/GuildAuditLogTabUtils.ts:274
msgid "Visionary"
@@ -20228,25 +20313,25 @@ msgstr "Visionary (לנצח #42)"
msgid "Visionary (Lifetime Plutonium)"
msgstr "Visionary (Plutonium לנצח)"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:80
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:111
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:95
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:134
msgid "Visionary {visionaryPrice}"
msgstr "Visionary {visionaryPrice}"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:96
+#: src/components/modals/components/plutonium/VisionarySection.tsx:105
msgid "Visionary community with direct team access"
msgstr "קהילת Visionary עם גישה ישירה לצוות"
-#: src/components/modals/components/plutonium/GiftSection.tsx:87
-#: src/components/modals/components/plutonium/PricingSection.tsx:119
+#: src/components/modals/components/plutonium/GiftSection.tsx:100
+#: src/components/modals/components/plutonium/PricingSection.tsx:140
msgid "Visionary Gift"
msgstr "מתנת Visionary"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:109
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:132
msgid "Visionary Gift Sold Out"
msgstr "מתנת Visionary אזלה"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:80
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:95
msgid "Visionary Sold Out"
msgstr "Visionary אזל"
@@ -20281,15 +20366,15 @@ msgstr "הגדרות קול ווידאו"
msgid "Voice Activity"
msgstr "פעילות קולית"
-#: src/components/channel/channel-view/DMChannelView.tsx:277
+#: src/components/channel/channel-view/DMChannelView.tsx:278
#: src/components/voice/VoiceCallView.tsx:466
msgid "Voice call"
msgstr "שיחת קול"
-#: src/components/bottomsheets/DMBottomSheet.tsx:419
+#: src/components/bottomsheets/DMBottomSheet.tsx:421
#: src/components/channel/ChannelHeader.tsx:562
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:225
-#: src/components/modals/UserProfileMobileSheet.tsx:507
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:227
+#: src/components/modals/UserProfileMobileSheet.tsx:511
msgid "Voice Call"
msgstr "שיחת קול"
@@ -20306,8 +20391,8 @@ msgstr "שיחות קול"
msgid "Voice channel"
msgstr "ערוץ קול"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:475
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:662
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:489
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:676
#: src/components/channel/channel-header/useChannelHeaderData.ts:100
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:314
msgid "Voice Channel"
@@ -20488,8 +20573,8 @@ msgstr "שלחנו קישור בדוא\"ל כדי לאשר את ההתחברות
msgid "We failed to retrieve the full information about this user at this time."
msgstr "נכשלנו בשליפת כל המידע על משתמש זה כרגע."
-#: src/components/layout/GuildLayout.tsx:302
-#: src/components/layout/GuildLayout.tsx:349
+#: src/components/layout/GuildLayout.tsx:307
+#: src/components/layout/GuildLayout.tsx:354
msgid "We fluxed up! Hang tight, we're working on it."
msgstr "עשינו פדלוף! מחזיקים איתך, אנחנו עובדים על זה."
@@ -20513,18 +20598,13 @@ msgstr "איבדנו את החיבור בזמן שהמתנו לאישור. נס
msgid "We need to make sure you're not a bot. Please complete the verification below."
msgstr "אנחנו צריכים לוודא שאינך בוט. השלם את האימות למטה."
-#: src/components/pages/ReportPage.tsx:639
-msgid "We need to verify your email address before you can submit a report."
-msgstr "אנחנו צריכים לאמת את כתובת האימייל שלך לפני שתוכל להגיש דיווח."
-
#: src/components/modals/BackupCodesModal.tsx:45
msgid "We recommend saving these codes now so that you don't get locked out of your account."
msgstr "מומלץ לשמור את הקודים האלה עכשיו כדי שלא תינעל מחוץ לחשבון."
-#. placeholder {0}: state.email
-#: src/components/pages/ReportPage.tsx:702
-msgid "We sent a verification code to {0}."
-msgstr "שלחנו קוד אישור ל-{0}."
+#: src/components/pages/report/ReportStepVerification.tsx:67
+msgid "We sent a code to {email}."
+msgstr "שלחנו קוד ל-{email}."
#: src/components/auth/BrowserLoginHandoffModal.tsx:315
msgid "We will prefill {prefillEmail} once the browser login opens."
@@ -20534,6 +20614,10 @@ msgstr "נמלא מראש את {prefillEmail} ברגע שנפתח ההתחברו
msgid "We'll restore your previous email, sign out old sessions, remove phone numbers, disable MFA, and secure your account with a new password."
msgstr "נשיב את האימייל הקודם שלך, נצא מהפעלות ישנות, נסיר מספרי טלפון, נבטל רב-גורמי, ונאבטח את החשבון עם סיסמה חדשה."
+#: src/components/pages/report/ReportStepEmail.tsx:57
+msgid "We'll send a short code to confirm you can receive updates about this report."
+msgstr "נשלח קוד קצר לאישור שאתה יכול לקבל עדכונים על הדיווח הזה."
+
#: src/components/modals/EmailChangeModal.tsx:190
msgid "We'll verify your current email and then your new email with one-time codes."
msgstr "נאמת את האימייל הנוכחי שלך ואז את האימייל החדש עם קודים חד-פעמיים."
@@ -20546,13 +20630,13 @@ msgstr "נאמת את האימייל החדש שלך עם קוד חד-פעמי."
msgid "We're having trouble connecting to Fluxer's servers. This could be a temporary network issue or scheduled maintenance."
msgstr "יש לנו קושי להתחבר לשרתי Fluxer. ייתכן שמדובר בבעיית רשת זמנית או תחזוקה מתוזמנת."
-#: src/components/modals/tabs/BetaCodesTab.tsx:297
+#: src/components/modals/tabs/BetaCodesTab.tsx:322
#: src/components/modals/tabs/DevicesTab.tsx:230
msgid "We're having trouble connecting to the space-time continuum. Please check your connection and try again."
msgstr "יש לנו קושי להתחבר למימד הזמן-מרחב. בדוק את החיבור שלך ונסה שוב."
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:287
-#: src/components/channel/ChannelSearchResults.tsx:681
+#: src/components/channel/ChannelSearchResults.tsx:650
msgid "We're indexing this channel for the first time. This might take a little while..."
msgstr "אנחנו מאנדקסים את הערוץ הזה בפעם הראשונה. זה עשוי לקחת כמה רגעים..."
@@ -20829,17 +20913,16 @@ msgstr "כתוב CSS מותאם אישית כאן כדי להחליף כל מש
msgid "Write your content here... This textarea expands as you type."
msgstr "כתוב את התוכן שלך כאן... שדה הטקסט הזה מתרחב כשאתה מקליד."
-#: src/components/auth/DateOfBirthField.tsx:89
-#: src/components/auth/DateOfBirthField.tsx:156
+#: src/components/auth/DateOfBirthField.tsx:153
#: src/components/auth/MockMinimalRegisterForm.tsx:78
msgid "Year"
msgstr "שנה"
-#: src/components/modals/components/plutonium/PricingSection.tsx:78
+#: src/components/modals/components/plutonium/PricingSection.tsx:88
msgid "Yearly"
msgstr "שנתי"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:71
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:84
msgid "Yearly {yearlyPrice}"
msgstr "שנתי {yearlyPrice}"
@@ -20874,7 +20957,7 @@ msgstr "אתה עומד לעזוב את Fluxer"
msgid "You are about to transfer ownership of this community to <0>{0}0>. This action is <1>irreversible1> and you will lose all owner privileges."
msgstr "אתה עומד להעביר את הבעלות על קהילה זו ל<0>{0}0>. פעולה זו היא <1>בלתי הפיכה1> ותאבד את כל הסמכויות כבעלים."
-#: src/components/channel/dm/AddFriendForm.tsx:72
+#: src/components/channel/dm/AddFriendForm.tsx:95
msgid "You are already friends with this user."
msgstr "כבר אתה חבר עם המשתמש הזה."
@@ -20960,7 +21043,7 @@ msgstr "ניתן להעלות עד {MAX_EMOJIS_PER_UPLOAD} אימוג'ים בכ
msgid "You can pin messages in this conversation for everyone to see."
msgstr "אתה יכול להצמיד הודעות בשיחה זו כדי שכולם יראו."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:175
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:194
msgid "You can redeem additional gift codes to <0>extend0> your gift time. To start a monthly or yearly plan, wait until after it ends — or <1>upgrade to Visionary1> now (remaining gift time will be discarded)."
msgstr "אתה יכול לממש קודי מתנה נוספים כדי <0>להאריך0> את זמן המתנה שלך. כדי להתחיל תכנית חודשית או שנתית, המתן עד שהיא תסתיים — או <1>שדרג ל-Visionary1> עכשיו (שאר הזמן של המתנה ייפסל)."
@@ -20990,7 +21073,7 @@ msgstr "אתה יכול להשתמש בקישורים וב-Markdown כדי לע
msgid "You can't add new reactions while you're on timeout."
msgstr "אין לך אפשרות להוסיף תגובות חדשות בזמן שאתה בהשהיה."
-#: src/components/modals/UserProfileModal.tsx:1170
+#: src/components/modals/UserProfileModal.tsx:1171
msgid "You can't befriend yourself"
msgstr "אתה לא יכול להיות חבר עם עצמך"
@@ -20998,14 +21081,14 @@ msgstr "אתה לא יכול להיות חבר עם עצמך"
msgid "You can't interact with reactions in search results as it might disrupt the space-time continuum."
msgstr "אין באפשרותך לקיים אינטראקציה עם תגובות בתוצאות החיפוש כי זה עלול להפריע לרצף הזמן-מרחב."
-#: src/components/layout/ChannelItem.tsx:200
-#: src/components/layout/ChannelItem.tsx:366
-#: src/stores/voice/MediaEngineFacade.ts:151
-#: src/stores/voice/MediaEngineFacade.ts:482
+#: src/components/layout/ChannelItem.tsx:206
+#: src/components/layout/ChannelItem.tsx:375
+#: src/stores/voice/MediaEngineFacade.ts:154
+#: src/stores/voice/MediaEngineFacade.ts:529
msgid "You can't join while you're on timeout."
msgstr "אתה לא יכול להצטרף בזמן שאתה בהשהיה."
-#: src/components/modals/UserProfileModal.tsx:1182
+#: src/components/modals/UserProfileModal.tsx:1183
#: src/components/popouts/UserProfilePopout.tsx:282
#: src/components/profile/ProfilePreview.tsx:284
msgid "You can't message yourself"
@@ -21019,7 +21102,7 @@ msgstr "אתה לא יכול לשלוח בקשת חברות לעצמך."
msgid "You can't send friend requests to bots."
msgstr "אתה לא יכול לשלוח בקשות חברות לבוטים."
-#: src/components/channel/dm/AddFriendForm.tsx:64
+#: src/components/channel/dm/AddFriendForm.tsx:87
msgid "You can't send friend requests to users you've blocked. Unblock them first."
msgstr "אתה לא יכול לשלוח בקשות חברות למשתמשים שחסמת. בטל את החסימה קודם."
@@ -21066,11 +21149,11 @@ msgstr "אין באפשרותך להסיר הרשאה זו כי זה יסיר א
msgid "You cannot save a role with a blank name. Please provide a valid name before saving."
msgstr "אין באפשרותך לשמור תפקיד עם שם ריק. ספק שם תקין לפני השמירה."
-#: src/components/channel/dm/AddFriendForm.tsx:68
+#: src/components/channel/dm/AddFriendForm.tsx:91
msgid "You cannot send a friend request to yourself."
msgstr "אין באפשרותך לשלוח בקשת חברות לעצמך."
-#: src/components/channel/dm/AddFriendForm.tsx:66
+#: src/components/channel/dm/AddFriendForm.tsx:89
msgid "You cannot send friend requests to bots."
msgstr "אין באפשרותך לשלוח בקשות חברות לבוטים."
@@ -21094,7 +21177,7 @@ msgstr "אין לך גישה לערוץ שבו נשלחה ההודעה הזו."
msgid "You do not have permission to send messages in this channel."
msgstr "אין לך הרשאה לשלוח הודעות בערוץ הזה."
-#: src/components/layout/GuildLayout.tsx:393
+#: src/components/layout/GuildLayout.tsx:398
msgid "You don't have access to any channels in this community."
msgstr "אין לך גישה לאף ערוץ בקהילה הזו."
@@ -21114,23 +21197,23 @@ msgstr "אין לך הרשאה להתקין את חבילת האימוג'ים ה
msgid "You don't have permission to install this sticker pack."
msgstr "אין לך הרשאה להתקין את חבילת המדבקות הזו."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:203
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:222
msgid "You have all <0/> for <1>{monthlyPrice}/month1>."
msgstr "יש לך את כל <0/> עבור <1>{monthlyPrice}/חודש1>."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:208
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:227
msgid "You have all <0/> for <1>{yearlyPrice}/year1>."
msgstr "יש לך את כל <0/> עבור <1>{yearlyPrice}/שנה1>."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:213
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:232
msgid "You have all <0/> for your subscription period."
msgstr "יש לך את כל <0/> במהלך תקופת המנוי שלך."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:198
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:217
msgid "You have all <0/> forever. No subscriptions, no renewals."
msgstr "יש לך את כל <0/> לנצח. בלי מנויים, בלי חידושים."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:169
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:188
msgid "You have all <0/> via a <1>gift subscription1> until <2>{giftEndDate}2>. It <3>won't renew3>."
msgstr "יש לך את כל <0/> דרך <1>מנוי מתנה1> עד <2>{giftEndDate}2>. הוא <3>לא יתחדש3>."
@@ -21228,11 +21311,11 @@ msgstr "איבדת גישה להודעה השמורה הזו. למחוק?"
msgid "You made it, {username}! We're about to hit 88mph!"
msgstr "הצלחת, {username}! אנחנו עומדים להגיע ל-88 מייל לשעה!"
-#: src/components/channel/CallMessage.tsx:179
+#: src/components/channel/CallMessage.tsx:173
msgid "You missed a call from <0/> that lasted {durationText}."
msgstr "פספסת שיחה מ-<0/> שנמשכה {durationText}."
-#: src/components/channel/CallMessage.tsx:184
+#: src/components/channel/CallMessage.tsx:178
msgid "You missed a call from <0/>."
msgstr "פספסת שיחה מ-<0/>."
@@ -21252,7 +21335,7 @@ msgstr "עליך להיות בן 18 או יותר כדי לצפות בתוכן
msgid "You must be connected to the gateway to accept this temporary invite. Please check your connection and try again."
msgstr "עליך להיות מחובר לשער כדי לקבל הזמנה זמנית זו. בדוק את החיבור ונסה שוב."
-#: src/components/pages/ReportPage.tsx:463
+#: src/components/pages/ReportPage.tsx:288
msgid "You must verify your email before submitting a report."
msgstr "עליך לאמת את הדוא\"ל שלך לפני הגשת דיווח."
@@ -21385,7 +21468,7 @@ msgstr "אתה בערוץ הקול"
msgid "You're sending messages too quickly"
msgstr "אתה שולח הודעות מהר מדי"
-#: src/components/channel/Messages.tsx:909
+#: src/components/channel/Messages.tsx:907
msgid "You're viewing older messages"
msgstr "אתה צופה בהודעות ישנות יותר"
@@ -21464,7 +21547,7 @@ msgstr "החשבון שלך אושר. מעביר אותך לאפליקציה..."
msgid "Your account has been created, but access is temporarily limited until approval. You will be notified once your account is approved."
msgstr "החשבון שלך נוצר, אך הגישה מוגבלת זמנית עד לאישור. תקבל הודעה ברגע שהחשבון יאושר."
-#: src/components/modals/components/UnclaimedAccountAlert.tsx:38
+#: src/components/modals/components/UnclaimedAccountAlert.tsx:36
msgid "Your account is not yet claimed. Without an email and password, you won't be able to sign in from other devices and you could lose access to your account. Claim your account now to secure it."
msgstr "החשבון שלך עדיין לא הוגדר. ללא דוא\"ל וסיסמה לא תוכל להיכנס ממכשירים אחרים וייתכן שתאבד גישה לחשבון. הגדר את החשבון עכשיו כדי לאבטח אותו."
@@ -21508,7 +21591,7 @@ msgstr "הגדרות צליל ההתראות הקיימות שלך יישמרו.
msgid "Your export request will be processed"
msgstr "בקשת הייצוא שלך תעובד"
-#: src/components/pages/ReportPage.tsx:935
+#: src/components/pages/report/ReportStepDetails.tsx:213
msgid "Your FluxerTag (optional)"
msgstr "FluxerTag שלך (אופציונלי)"
@@ -21521,7 +21604,7 @@ msgid "Your invite expires in 24 hours"
msgstr "ההזמנה שלך תפוג בעוד 24 שעות"
#. placeholder {0}: getExpirationText()
-#: src/components/modals/InviteModal.tsx:325
+#: src/components/modals/InviteModal.tsx:322
msgid "Your invite link expires in {0}."
msgstr "קישור ההזמנה שלך יפוג בעוד {0}."
@@ -21565,7 +21648,7 @@ msgstr "המרחב האישי שלך לגישה מהירה לערוצים, הו
msgid "Your Plutonium subscription has expired. You've lost all Plutonium perks. Reactivate your subscription to regain access."
msgstr "המנוי שלך ל-Plutonium פג. איבדת את כל ההטבות. הפעל את המנוי מחדש כדי לקבל גישה."
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:781
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:813
msgid "Your private space"
msgstr "המרחב הפרטי שלך"
@@ -21573,7 +21656,7 @@ msgstr "המרחב הפרטי שלך"
msgid "Your private space for thoughts and reminders"
msgstr "המרחב הפרטי שלך למחשבות ותזכורות"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:277
+#: src/components/modals/tabs/GiftInventoryTab.tsx:300
msgid "Your Purchased Gifts"
msgstr "המתנות שרכשת"
@@ -21585,15 +21668,11 @@ msgstr "האזור שלך"
msgid "Your stream is still being broadcast"
msgstr "הזרמתך עדיין משודרת"
-#: src/components/pages/ReportPage.tsx:594
-msgid "Your submission ID"
-msgstr "מזהה ההגשה שלך"
-
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:153
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:172
msgid "Your subscription ended, but you still have all <0/> until <1>{graceDate}1>. Resubscribe to keep them."
msgstr "המנוי שלך הסתיים, אך עדיין יש לך את כל <0/> עד <1>{graceDate}1>. חידש מנוי כדי להמשיך להחזיק בהם."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:138
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:157
msgid "Your subscription expired on <0>{expiredDate}0>. You lost all <1/>. You can reactivate at any time."
msgstr "המנוי שלך פג ב-<0>{expiredDate}0>. איבדת את כל <1/>. תוכל להפעיל מחדש בכל עת."
@@ -21609,7 +21688,7 @@ msgstr "המנוי שלך הופעל מחדש!"
msgid "Your subscription has been set to cancel at the end of your billing period."
msgstr "המנוי שלך נקבע לביטול בתום תקופת החיוב."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:191
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:210
msgid "Your subscription will cancel on <0>{cancelDate}0>. You'll lose all <1/> after that date."
msgstr "המנוי שלך יבוטל ב-<0>{cancelDate}0>. תאבד את כל <1/> לאחר תאריך זה."
diff --git a/fluxer_app/src/locales/hi/messages.po b/fluxer_app/src/locales/hi/messages.po
index 97a5393e..8322a950 100644
--- a/fluxer_app/src/locales/hi/messages.po
+++ b/fluxer_app/src/locales/hi/messages.po
@@ -68,12 +68,12 @@ msgstr "(अधिकतम 15 दिखाए गए)"
msgid "(No content)"
msgstr "(कोई सामग्री नहीं)"
-#: src/components/modals/UserProfileMobileSheet.tsx:552
+#: src/components/modals/UserProfileMobileSheet.tsx:556
#: src/components/pages/YouPage.tsx:147
msgid "(only visible to you)"
msgstr "(केवल आपको दिखता है)"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:954
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:976
msgid "(you)"
msgstr "(आप)"
@@ -138,12 +138,12 @@ msgid "{0} Online"
msgstr "{0} ऑनलाइन"
#. placeholder {0}: reaction.count
-#: src/components/channel/MessageReactions.tsx:120
+#: src/components/channel/MessageReactions.tsx:119
msgid "{0} reaction"
msgstr "{0} प्रतिक्रिया"
#. placeholder {0}: reaction.count
-#: src/components/channel/MessageReactions.tsx:120
+#: src/components/channel/MessageReactions.tsx:119
msgid "{0} reactions"
msgstr "{0} प्रतिक्रियाएँ"
@@ -153,13 +153,13 @@ msgid "{0} remaining"
msgstr "{0} शेष"
#. placeholder {0}: machineState.total
-#: src/components/channel/ChannelSearchResults.tsx:315
+#: src/components/channel/ChannelSearchResults.tsx:272
msgid "{0} Result"
msgstr "{0} परिणाम"
#. placeholder {0}: machineState.total
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:390
-#: src/components/channel/ChannelSearchResults.tsx:315
+#: src/components/channel/ChannelSearchResults.tsx:272
msgid "{0} Results"
msgstr "{0} परिणाम"
@@ -402,7 +402,7 @@ msgstr "{actor} ने स्टिकर {namedTarget} अपडेट कि
msgid "{actor} updated the webhook {namedTarget}."
msgstr "{actor} ने वेबहुक {namedTarget} अपडेट किया।"
-#: src/components/modals/tabs/BetaCodesTab.tsx:280
+#: src/components/modals/tabs/BetaCodesTab.tsx:284
msgid "{allowance} codes remaining this week"
msgstr "{allowance} कोड इस सप्ताह शेष"
@@ -533,7 +533,7 @@ msgstr "{emojiName}, {0} प्रतिक्रिया"
msgid "{emojiName}, {0} reactions"
msgstr "{emojiName}, {0} प्रतिक्रियाएँ"
-#: src/components/channel/MessageReactions.tsx:122
+#: src/components/channel/MessageReactions.tsx:121
msgid "{emojiName}: {reactionCountText}, {actionText}"
msgstr "{emojiName}: {reactionCountText}, {actionText}"
@@ -561,8 +561,8 @@ msgstr "{label} छवियाँ एनिमेटेड नहीं हो
#: src/components/auth/InviteHeader.tsx:127
#: src/components/auth/InviteHeader.tsx:241
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:281
-#: src/components/channel/InviteEmbed.tsx:180
-#: src/components/channel/InviteEmbed.tsx:444
+#: src/components/channel/InviteEmbed.tsx:182
+#: src/components/channel/InviteEmbed.tsx:446
msgid "{memberCount} Member"
msgstr "{memberCount} सदस्य"
@@ -570,8 +570,8 @@ msgstr "{memberCount} सदस्य"
#: src/components/auth/InviteHeader.tsx:127
#: src/components/auth/InviteHeader.tsx:241
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:281
-#: src/components/channel/InviteEmbed.tsx:180
-#: src/components/channel/InviteEmbed.tsx:444
+#: src/components/channel/InviteEmbed.tsx:182
+#: src/components/channel/InviteEmbed.tsx:446
msgid "{memberCount} Members"
msgstr "{memberCount} सदस्यगण"
@@ -606,11 +606,11 @@ msgstr "{minutes} मिनट और {seconds} सेकंड"
msgid "{minutes} minutes and 1 second"
msgstr "{minutes} मिनट और 1 सेकंड"
-#: src/components/channel/dm/DMWelcomeSection.tsx:155
+#: src/components/channel/dm/DMWelcomeSection.tsx:167
msgid "{mutualGuildCount} mutual commmunity"
msgstr "{mutualGuildCount} आपसी समुदाय"
-#: src/components/channel/dm/DMWelcomeSection.tsx:156
+#: src/components/channel/dm/DMWelcomeSection.tsx:168
msgid "{mutualGuildCount} mutual communities"
msgstr "{mutualGuildCount} आपसी समुदायों"
@@ -632,7 +632,7 @@ msgstr "{participantCount} कॉल में प्रतिभागी"
#: src/components/auth/InviteHeader.tsx:235
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:276
-#: src/components/channel/InviteEmbed.tsx:439
+#: src/components/channel/InviteEmbed.tsx:441
msgid "{presenceCount} Online"
msgstr "{presenceCount} ऑनलाइन"
@@ -644,15 +644,15 @@ msgstr "{remaining} अक्षर बचे हैं"
msgid "{remaining} characters left. Get Plutonium to write up to {premiumMaxLength} characters."
msgstr "{remaining} अक्षर बचे हैं। {premiumMaxLength} अक्षर तक लिखने के लिए प्लूटोनियम पाएं।"
-#: src/components/channel/InviteEmbed.tsx:301
+#: src/components/channel/InviteEmbed.tsx:303
msgid "{renderedMemberCount} Member"
msgstr "{renderedMemberCount} सदस्य"
-#: src/components/channel/InviteEmbed.tsx:301
+#: src/components/channel/InviteEmbed.tsx:303
msgid "{renderedMemberCount} Members"
msgstr "{renderedMemberCount} सदस्यगण"
-#: src/components/channel/InviteEmbed.tsx:296
+#: src/components/channel/InviteEmbed.tsx:298
msgid "{renderedPresenceCount} Online"
msgstr "{renderedPresenceCount} ऑनलाइन"
@@ -704,11 +704,11 @@ msgstr "{totalSeconds} सेकंड"
msgid "{totalSeconds} seconds"
msgstr "{totalSeconds} सेकंड्स"
-#: src/components/layout/GuildsLayout.tsx:231
+#: src/components/layout/GuildsLayout.tsx:229
msgid "{unavailableCount} communities are temporarily unavailable due to a flux capacitor malfunction."
msgstr "{unavailableCount} समुदाय अस्थायी रूप से उपलब्ध नहीं हैं क्योंकि फ्लक्स कैपेसिटर में खराबी है।"
-#: src/components/layout/GuildsLayout.tsx:230
+#: src/components/layout/GuildsLayout.tsx:228
msgid "{unavailableCount} community is temporarily unavailable due to a flux capacitor malfunction."
msgstr "{unavailableCount} समुदाय अस्थायी रूप से उपलब्ध नहीं है क्योंकि फ्लक्स कैपेसिटर में खराबी है।"
@@ -814,27 +814,27 @@ msgstr "@everyone मेंशन"
msgid "@username"
msgstr "@username"
-#: src/components/channel/CallMessage.tsx:75
+#: src/components/channel/CallMessage.tsx:72
msgid "# days"
msgstr "# दिन"
-#: src/components/channel/CallMessage.tsx:76
+#: src/components/channel/CallMessage.tsx:73
msgid "# hours"
msgstr "# घंटे"
-#: src/components/channel/CallMessage.tsx:77
+#: src/components/channel/CallMessage.tsx:74
msgid "# minutes"
msgstr "# मिनट"
-#: src/components/channel/CallMessage.tsx:73
+#: src/components/channel/CallMessage.tsx:70
msgid "# months"
msgstr "# महीने"
-#: src/components/channel/CallMessage.tsx:74
+#: src/components/channel/CallMessage.tsx:71
msgid "# weeks"
msgstr "# सप्ताह"
-#: src/components/channel/CallMessage.tsx:72
+#: src/components/channel/CallMessage.tsx:69
msgid "# years"
msgstr "# साल"
@@ -878,11 +878,11 @@ msgstr "<0/> ने <1/> को समूह से निकाला।"
msgid "<0/> removed someone from the group."
msgstr "<0/> ने किसी को समूह से निकाला।"
-#: src/components/channel/CallMessage.tsx:191
+#: src/components/channel/CallMessage.tsx:185
msgid "<0/> started a call that lasted {durationText}."
msgstr "<0/> ने {durationText} तक चली एक कॉल शुरू की।"
-#: src/components/channel/CallMessage.tsx:154
+#: src/components/channel/CallMessage.tsx:148
msgid "<0/> started a call."
msgstr "<0/> ने एक कॉल शुरू की।"
@@ -943,11 +943,11 @@ msgstr "<0>सदस्य का म्यूट हटाया0>।"
msgid "<0>Warning:0> This will also disable SMS two-factor authentication."
msgstr "<0>चेतावनी:0> इससे SMS दो-कारक प्रमाणीकरण भी अक्षम हो जाएगा।"
-#: src/components/modals/tabs/BetaCodesTab.tsx:278
+#: src/components/modals/tabs/BetaCodesTab.tsx:282
msgid "1 code remaining this week"
msgstr "इस सप्ताह 1 कोड शेष"
-#: src/components/channel/CallMessage.tsx:75
+#: src/components/channel/CallMessage.tsx:72
#: src/components/modals/BanMemberModal.tsx:54
#: src/components/modals/InviteModal.tsx:77
#: src/components/modals/InviteModal.tsx:212
@@ -956,7 +956,7 @@ msgstr "इस सप्ताह 1 कोड शेष"
msgid "1 day"
msgstr "1 दिन"
-#: src/components/channel/CallMessage.tsx:76
+#: src/components/channel/CallMessage.tsx:73
#: src/components/modals/BanMemberModal.tsx:52
#: src/components/modals/channelTabs/ChannelOverviewTab.tsx:154
#: src/components/modals/CustomStatusBottomSheet.tsx:44
@@ -993,7 +993,7 @@ msgstr "1 मिनट और {seconds} सेकंड"
msgid "1 minute and 1 second"
msgstr "1 मिनट और 1 सेकंड"
-#: src/components/channel/CallMessage.tsx:73
+#: src/components/channel/CallMessage.tsx:70
#: src/components/modals/BanMemberModal.tsx:59
msgid "1 month"
msgstr "1 महीना"
@@ -1002,12 +1002,12 @@ msgstr "1 महीना"
msgid "1 Month"
msgstr "1 महीना"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:99
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:120
msgid "1 Month {monthlyPrice}"
msgstr "1 महीना {monthlyPrice}"
-#: src/components/modals/components/plutonium/GiftSection.tsx:78
-#: src/components/modals/components/plutonium/PricingSection.tsx:110
+#: src/components/modals/components/plutonium/GiftSection.tsx:88
+#: src/components/modals/components/plutonium/PricingSection.tsx:128
msgid "1 Month Gift"
msgstr "1 महीने का उपहार"
@@ -1020,22 +1020,22 @@ msgstr "1 उपयोग"
msgid "1 user"
msgstr "1 उपयोगकर्ता"
-#: src/components/channel/CallMessage.tsx:74
+#: src/components/channel/CallMessage.tsx:71
#: src/components/modals/BanMemberModal.tsx:57
#: src/components/modals/TimeoutMemberOptions.ts:39
msgid "1 week"
msgstr "1 सप्ताह"
-#: src/components/channel/CallMessage.tsx:72
+#: src/components/channel/CallMessage.tsx:69
msgid "1 year"
msgstr "1 साल"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:91
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:109
msgid "1 Year {yearlyPrice}"
msgstr "1 वर्ष {yearlyPrice}"
-#: src/components/modals/components/plutonium/GiftSection.tsx:69
-#: src/components/modals/components/plutonium/PricingSection.tsx:101
+#: src/components/modals/components/plutonium/GiftSection.tsx:76
+#: src/components/modals/components/plutonium/PricingSection.tsx:116
msgid "1 Year Gift"
msgstr "1 वर्ष का उपहार"
@@ -1286,8 +1286,8 @@ msgstr "8 घंटे"
msgid "A 4-digit tag will be added automatically to ensure uniqueness"
msgstr "अद्वितीयता सुनिश्चित करने के लिए एक 4-अंकीय टैग स्वचालित रूप से जोड़ा जाएगा"
-#: src/components/channel/CallMessage.tsx:86
-#: src/components/channel/CallMessage.tsx:148
+#: src/components/channel/CallMessage.tsx:83
+#: src/components/channel/CallMessage.tsx:142
msgid "a few seconds"
msgstr "कुछ ही सेकंड"
@@ -1299,7 +1299,7 @@ msgstr "कुछ कीबोर्ड योद्धा इकट्ठा
msgid "A helpful bot that does amazing things!"
msgstr "एक सहायक बॉट जो अद्भुत काम करता है!"
-#: src/components/channel/CallMessage.tsx:77
+#: src/components/channel/CallMessage.tsx:74
msgid "a minute"
msgstr "एक मिनट"
@@ -1316,7 +1316,7 @@ msgid "A symphony of clacking keys is underway..."
msgstr "चाबियों की टंकण की एक सिम्फनी चल रही है..."
#: src/components/modals/tabs/MyProfileTab/BioEditor.tsx:127
-#: src/components/modals/UserProfileMobileSheet.tsx:528
+#: src/components/modals/UserProfileMobileSheet.tsx:532
#: src/components/pages/YouPage.tsx:132
msgid "About Me"
msgstr "मेरे बारे में"
@@ -1330,18 +1330,18 @@ msgstr "आपके बारे में"
msgid "Accent Color"
msgstr "एक्सेंट रंग"
-#: src/components/channel/channel-view/DMChannelView.tsx:291
-#: src/components/channel/dm/DMWelcomeSection.tsx:116
+#: src/components/channel/channel-view/DMChannelView.tsx:292
+#: src/components/channel/dm/DMWelcomeSection.tsx:128
#: src/components/channel/friends/FriendListItem.tsx:238
#: src/components/channel/friends/MobileFriendRequestItem.tsx:99
#: src/components/voice/IncomingCallUI.tsx:302
msgid "Accept"
msgstr "स्वीकार करें"
-#: src/components/bottomsheets/DMBottomSheet.tsx:515
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:260
-#: src/components/modals/UserProfileModal.tsx:1258
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:88
+#: src/components/bottomsheets/DMBottomSheet.tsx:517
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:262
+#: src/components/modals/UserProfileModal.tsx:1259
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:109
msgid "Accept Friend Request"
msgstr "फ्रेंड रिक्वेस्ट स्वीकार करें"
@@ -1358,7 +1358,7 @@ msgstr "निमंत्रण स्वीकार करें"
msgid "Accept the incoming call"
msgstr "आ रही कॉल स्वीकार करें"
-#: src/components/channel/InviteEmbed.tsx:226
+#: src/components/channel/InviteEmbed.tsx:228
#: src/components/modals/InviteAcceptModal.tsx:163
msgid "Accepting this invite installs the pack automatically."
msgstr "इस निमंत्रण को स्वीकार करने से पैक स्वचालित रूप से इंस्टॉल हो जाएगा।"
@@ -1407,7 +1407,7 @@ msgstr "खाता और प्रीमियम"
msgid "Account appears to exist solely for spamming"
msgstr "लगता है यह खाता केवल स्पैमिंग के लिए है"
-#: src/components/modals/ClaimAccountModal.tsx:105
+#: src/components/modals/ClaimAccountModal.tsx:107
msgid "Account claimed successfully"
msgstr "खाता सफलतापूर्वक दावा किया गया"
@@ -1459,7 +1459,7 @@ msgstr "केवल जो भी डीएम आप कभी रहे ह
msgid "Action with both icons!"
msgstr "दोनों आइकन के साथ एक्शन!"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:124
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:143
msgid "Active"
msgstr "सक्रिय"
@@ -1584,12 +1584,13 @@ msgstr "ईमेल जोड़ें"
msgid "Add Favorite Channels"
msgstr "पसंदीदा चैनल जोड़ें"
-#: src/components/bottomsheets/DMBottomSheet.tsx:524
+#: src/components/bottomsheets/DMBottomSheet.tsx:527
#: src/components/channel/dm/AddFriendView.tsx:32
#: src/components/channel/dm/DMFriendsView.tsx:199
#: src/components/modals/AddFriendSheet.tsx:50
-#: src/components/modals/UserProfileModal.tsx:1178
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:68
+#: src/components/modals/UserProfileModal.tsx:1179
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:75
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:89
msgid "Add Friend"
msgstr "मित्र जोड़ें"
@@ -1597,7 +1598,7 @@ msgstr "मित्र जोड़ें"
msgid "Add Friends"
msgstr "मित्र जोड़ें"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1187
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1211
#: src/components/channel/ChannelHeader.tsx:630
#: src/components/channel/dm/GroupDMWelcomeSection.tsx:85
msgid "Add Friends to Group"
@@ -1612,7 +1613,7 @@ msgstr "आइटम जोड़ें"
msgid "Add new reactions to messages."
msgstr "संदेशों में नई प्रतिक्रियाएँ जोड़ें।"
-#: src/components/bottomsheets/DMBottomSheet.tsx:426
+#: src/components/bottomsheets/DMBottomSheet.tsx:428
#: src/components/profile/ProfileCard/ProfileCardActions.tsx:48
#: src/components/uikit/ContextMenu/items/UserNoteMenuItems.tsx:42
msgid "Add Note"
@@ -1647,7 +1648,7 @@ msgstr "फ़ोन नंबर फ़ॉर्म जोड़ें"
#: src/components/channel/MessageActionBar.tsx:450
#: src/components/channel/MessageActionBar.tsx:741
#: src/components/channel/messageActionMenu.tsx:92
-#: src/components/channel/MessageReactions.tsx:264
+#: src/components/channel/MessageReactions.tsx:263
#: src/components/uikit/ContextMenu/items/MessageMenuItems.tsx:65
msgid "Add Reaction"
msgstr "प्रतिक्रिया जोड़ें"
@@ -1695,8 +1696,8 @@ msgid "Add to favorites"
msgstr "पसंदीदा में जोड़ें"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:370
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1103
-#: src/components/bottomsheets/DMBottomSheet.tsx:400
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1127
+#: src/components/bottomsheets/DMBottomSheet.tsx:402
#: src/components/channel/ChannelHeader.tsx:547
#: src/components/channel/ChannelHeader.tsx:595
#: src/components/channel/ChannelHeader.tsx:600
@@ -1731,11 +1732,11 @@ msgid "Added to bookmarks"
msgstr "बुकमार्क में जोड़ा गया"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:118
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:544
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:558
msgid "Added to favorites"
msgstr "पसंदीदा में जोड़ा गया"
-#: src/components/bottomsheets/DMBottomSheet.tsx:129
+#: src/components/bottomsheets/DMBottomSheet.tsx:131
msgid "Added to Favorites"
msgstr "पसंदीदा में जोड़ा गया"
@@ -1752,7 +1753,7 @@ msgstr "जोड़ा गया: {createdDate}"
msgid "Added: {createdDate} • Last used: {lastUsedDate}"
msgstr "जोड़ा गया: {createdDate} • अंतिम उपयोग: {lastUsedDate}"
-#: src/components/pages/ReportPage.tsx:943
+#: src/components/pages/report/ReportStepDetails.tsx:222
msgid "Additional Comments (optional)"
msgstr "अतिरिक्त टिप्पणियाँ (वैकल्पिक)"
@@ -1873,7 +1874,7 @@ msgstr "सभी कॉल बिना रिंग किए शांत त
msgid "All Communities"
msgstr "सभी कम्युनिटीज़"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:74
+#: src/components/modals/components/plutonium/VisionarySection.tsx:83
msgid "All current and future Plutonium benefits, forever"
msgstr "सभी वर्तमान और भविष्य के प्लूटोनियम लाभ, हमेशा के लिए"
@@ -1911,7 +1912,7 @@ msgstr "सभी सदस्य"
msgid "All messages"
msgstr "सभी संदेश"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1377
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1401
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:206
#: src/components/modals/GuildNotificationSettingsModal.tsx:87
#: src/components/modals/GuildNotificationSettingsModal.tsx:273
@@ -2071,11 +2072,11 @@ msgstr "{0} को अनुमति दी गई।"
msgid "Already have an account?"
msgstr "पहले से ही एक अकाउंट है?"
-#: src/components/channel/InviteEmbed.tsx:187
+#: src/components/channel/InviteEmbed.tsx:189
msgid "Already joined"
msgstr "पहले से ही जुड़ चुका है"
-#: src/components/channel/GiftEmbed.tsx:90
+#: src/components/channel/GiftEmbed.tsx:97
msgid "Already redeemed"
msgstr "पहले ही रीडीम किया जा चुका है"
@@ -2135,8 +2136,8 @@ msgstr "हमेशा <0>{hostname}0> पर भरोसा करें
msgid "Always underline links"
msgstr "लिंक्स को हमेशा अंडरलाइन करें"
-#: src/components/channel/ChannelSearchResults.tsx:511
-#: src/components/channel/ChannelSearchResults.tsx:562
+#: src/components/channel/ChannelSearchResults.tsx:480
+#: src/components/channel/ChannelSearchResults.tsx:531
#: src/hooks/useChannelSearch.ts:233
#: src/hooks/useChannelSearch.ts:375
msgid "An error occurred while searching"
@@ -2198,7 +2199,7 @@ msgid "Animated Emoji ({0})"
msgstr "एनिमेटेड इमोजी ({0})"
#: src/components/channel/embeds/media/EmbedGifv.tsx:237
-#: src/components/channel/embeds/media/EmbedGifv.tsx:725
+#: src/components/channel/embeds/media/EmbedGifv.tsx:749
#: src/components/modals/MediaViewerModal.tsx:294
#: src/components/modals/MediaViewerModal.tsx:362
msgid "Animated GIF"
@@ -2320,8 +2321,8 @@ msgstr "एप्लिकेशन सफलतापूर्वक अपड
msgid "Applications"
msgstr "एप्लिकेशन"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:99
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:137
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:103
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:141
msgid "Applications & Bots"
msgstr "एप्लिकेशन और बॉट"
@@ -2352,7 +2353,7 @@ msgid "Archive"
msgstr "आर्काइव"
#. placeholder {0}: user.username
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:162
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:164
#: src/components/modals/UserProfileActionsSheet.tsx:133
#: src/utils/RelationshipActionUtils.tsx:141
msgid "Are you sure you want to block {0}? They won't be able to message you or send you friend requests."
@@ -2368,8 +2369,8 @@ msgid "Are you sure you want to close this group DM? You can always reopen it la
msgstr "क्या तुम वाकई इस ग्रुप DM को बंद करना चाहते हो? तुम इसे बाद में पुनः खोल सकते हो।"
#. placeholder {0}: recipient?.username ?? ''
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:601
-#: src/components/bottomsheets/DMBottomSheet.tsx:303
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:615
+#: src/components/bottomsheets/DMBottomSheet.tsx:305
msgid "Are you sure you want to close your DM with {0}? You can always reopen it later."
msgstr "क्या तुम वाकई {0} के साथ अपना DM बंद करना चाहते हो? तुम इसे बाद में फिर खोल सकते हो।"
@@ -2406,7 +2407,7 @@ msgid "Are you sure you want to delete #{0}? This action cannot be undone."
msgstr "क्या तुम वाकई #{0} को हटाना चाहते हो? इस कार्रवाई को पूर्ववत नहीं किया जा सकता।"
#. placeholder {0}: channel.name ?? 'this channel'
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:667
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:681
msgid "Are you sure you want to delete #{0}? This cannot be undone."
msgstr "क्या तुम वाकई #{0} को हटाना चाहते हो? इसे पूर्ववत नहीं किया जा सकता।"
@@ -2504,7 +2505,7 @@ msgstr "क्या तुम वाकई {0} छोड़ना चाहत
msgid "Are you sure you want to leave this community? You will no longer be able to see any messages."
msgstr "क्या तुम वाकई इस समुदाय को छोड़ना चाहते हो? तुम अब किसी भी संदेश को नहीं देख पाओगे।"
-#: src/components/bottomsheets/DMBottomSheet.tsx:338
+#: src/components/bottomsheets/DMBottomSheet.tsx:340
#: src/hooks/useLeaveGroup.tsx:43
msgid "Are you sure you want to leave this group? You will no longer be able to see any messages."
msgstr "क्या तुम वाकई इस समूह को छोड़ना चाहते हो? तुम अब किसी भी संदेश को नहीं देख पाओगे।"
@@ -2515,9 +2516,9 @@ msgid "Are you sure you want to make {0} the group owner? You will lose owner pr
msgstr "क्या तुम वाकई {0} को समूह मालिक बनाना चाहते हो? तुम मालिक की विशेषाधिकार खो दोगे।"
#. placeholder {0}: user.username
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:145
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:147
#: src/components/modals/UserProfileActionsSheet.tsx:116
-#: src/components/modals/UserProfileMobileSheet.tsx:303
+#: src/components/modals/UserProfileMobileSheet.tsx:304
#: src/utils/RelationshipActionUtils.tsx:114
msgid "Are you sure you want to remove {0} as a friend?"
msgstr "क्या तुम वाकई {0} को मित्र से हटाना चाहते हो?"
@@ -2557,10 +2558,10 @@ msgid "Are you sure you want to transfer ownership of the group to {0}?"
msgstr "क्या तुम वाकई समूह की स्वामित्व {0} को सौंपना चाहते हो?"
#. placeholder {0}: user.username
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:179
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:181
#: src/components/modals/tabs/BlockedUsersTab.tsx:57
#: src/components/modals/UserProfileActionsSheet.tsx:150
-#: src/components/modals/UserProfileMobileSheet.tsx:319
+#: src/components/modals/UserProfileMobileSheet.tsx:320
#: src/utils/RelationshipActionUtils.tsx:168
msgid "Are you sure you want to unblock {0}?"
msgstr "क्या तुम वाकई {0} को अनब्लॉक करना चाहते हो?"
@@ -2573,7 +2574,7 @@ msgstr "आर्ट क्लब"
msgid "Artists' Corner"
msgstr "कलाकारों का कोना"
-#: src/components/modals/components/plutonium/PricingSection.tsx:63
+#: src/components/modals/components/plutonium/PricingSection.tsx:69
msgid "As a Gift"
msgstr "एक उपहार के रूप में"
@@ -2689,7 +2690,7 @@ msgstr "ऑडियो सेटिंग्स"
msgid "Audio will be included with this screen share."
msgstr "इस स्क्रीन शेयर में ऑडियो भी शामिल होगा।"
-#: src/components/pages/ReportPage.tsx:311
+#: src/components/pages/report/optionDescriptors.ts:83
msgid "Austria"
msgstr "ऑस्ट्रिया"
@@ -2844,6 +2845,7 @@ msgstr "औसत पिंग:"
#: src/components/modals/PhoneAddModal.tsx:235
#: src/components/modals/RequiredActionModal.tsx:463
#: src/components/pages/OAuthAuthorizePage.tsx:694
+#: src/components/pages/report/ReportStepDetails.tsx:243
msgid "Back"
msgstr "वापस"
@@ -2933,7 +2935,7 @@ msgid "Balanced quality and bandwidth"
msgstr "गुणवत्ता और बैंडविड्थ का संतुलन"
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:353
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:320
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:323
#: src/components/modals/UserProfileActionsSheet.tsx:262
msgid "Ban"
msgstr "प्रतिबंध"
@@ -3035,7 +3037,7 @@ msgstr "पहले:"
msgid "Begin a call in the current private conversation"
msgstr "वर्तमान निजी वार्तालाप में कॉल शुरू करें"
-#: src/components/pages/ReportPage.tsx:312
+#: src/components/pages/report/optionDescriptors.ts:84
msgid "Belgium"
msgstr "बेल्जियम"
@@ -3066,7 +3068,7 @@ msgstr "बीटा कोड (वैकल्पिक)"
msgid "Beta Code Redeemed!"
msgstr "बीटा कोड भुनाया गया!"
-#: src/components/modals/tabs/BetaCodesTab.tsx:313
+#: src/components/modals/tabs/BetaCodesTab.tsx:338
#: src/components/modals/utils/settingsSearchIndex.ts:741
msgid "Beta Codes"
msgstr "बीटा कोड"
@@ -3083,13 +3085,13 @@ msgstr "जीवनी"
msgid "Bio character limit"
msgstr "जीवनी वर्ण सीमा"
-#: src/components/bottomsheets/DMBottomSheet.tsx:538
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:163
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:345
+#: src/components/bottomsheets/DMBottomSheet.tsx:541
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:165
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:348
#: src/components/modals/UserProfileActionsSheet.tsx:134
#: src/components/modals/UserProfileActionsSheet.tsx:298
#: src/components/modals/UserProfileModal.tsx:1062
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:190
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:211
#: src/utils/RelationshipActionUtils.tsx:143
msgid "Block"
msgstr "ब्लॉक करें"
@@ -3106,7 +3108,7 @@ msgstr "क्या समुदाय के सदस्यों से स
msgid "Block for all communities"
msgstr "सभी समुदायों के लिए ब्लॉक करें"
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:161
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:163
#: src/components/modals/UserProfileActionsSheet.tsx:132
#: src/utils/RelationshipActionUtils.tsx:139
msgid "Block User"
@@ -3270,7 +3272,7 @@ msgstr "ब्राउज़र ऑडियो आवश्यक"
msgid "Browser locale ({browserLocale}): {format}"
msgstr "ब्राउज़र लोकेल ({browserLocale}): {format}"
-#: src/components/pages/ReportPage.tsx:313
+#: src/components/pages/report/optionDescriptors.ts:85
msgid "Bulgaria"
msgstr "बुल्गारिया"
@@ -3313,16 +3315,16 @@ msgstr "जब submitting true होता है तो बटन एक ल
msgid "Buttons with Icons"
msgstr "आइकन वाले बटन"
-#: src/components/modals/components/plutonium/GiftSection.tsx:74
-#: src/components/modals/components/plutonium/GiftSection.tsx:83
-#: src/components/modals/components/plutonium/GiftSection.tsx:92
-#: src/components/modals/components/plutonium/PricingSection.tsx:106
-#: src/components/modals/components/plutonium/PricingSection.tsx:115
-#: src/components/modals/components/plutonium/PricingSection.tsx:124
+#: src/components/modals/components/plutonium/GiftSection.tsx:81
+#: src/components/modals/components/plutonium/GiftSection.tsx:93
+#: src/components/modals/components/plutonium/GiftSection.tsx:105
+#: src/components/modals/components/plutonium/PricingSection.tsx:121
+#: src/components/modals/components/plutonium/PricingSection.tsx:133
+#: src/components/modals/components/plutonium/PricingSection.tsx:145
msgid "Buy Gift"
msgstr "उपहार खरीदें"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:114
+#: src/components/modals/components/plutonium/VisionarySection.tsx:140
msgid "Buying Visionary will cancel your current {currentAccessLabel} immediately. It is a one-time purchase with lifetime access."
msgstr "Visionary खरीदने से आपका वर्तमान {currentAccessLabel} तुरंत रद्द हो जाएगा। यह एक बार का खरीद है जिसमें जीवनभर की पहुंच है।"
@@ -3347,7 +3349,7 @@ msgstr "स्लोमोड बाईपास करें"
msgid "Bypass Splash Screen"
msgstr "स्प्लैश स्क्रीन को बायपास करें"
-#: src/components/channel/channel-view/DMChannelView.tsx:271
+#: src/components/channel/channel-view/DMChannelView.tsx:272
msgid "Call available"
msgstr "कॉल उपलब्ध"
@@ -3446,11 +3448,11 @@ msgstr "कैमरा सेटिंग्स"
#: src/components/modals/CategoryCreateModal.tsx:79
#: src/components/modals/ChannelCreateModal.tsx:100
#: src/components/modals/ChannelDeleteModal.tsx:72
-#: src/components/modals/ClaimAccountModal.tsx:179
-#: src/components/modals/ClaimAccountModal.tsx:219
-#: src/components/modals/components/MobileSettingsView.tsx:302
+#: src/components/modals/ClaimAccountModal.tsx:181
+#: src/components/modals/ClaimAccountModal.tsx:221
+#: src/components/modals/components/MobileSettingsView.tsx:297
#: src/components/modals/components/plutonium/hooks/useCheckoutActions.tsx:110
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:328
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:371
#: src/components/modals/ConfirmModal.tsx:146
#: src/components/modals/CreateDMModal.tsx:88
#: src/components/modals/CreateFavoriteCategoryModal.tsx:74
@@ -3473,7 +3475,7 @@ msgstr "कैमरा सेटिंग्स"
#: src/components/modals/HideOwnCameraConfirmModal.tsx:65
#: src/components/modals/IARModal.tsx:218
#: src/components/modals/ImageCropModal.tsx:981
-#: src/components/modals/InviteModal.tsx:336
+#: src/components/modals/InviteModal.tsx:333
#: src/components/modals/KickMemberModal.tsx:60
#: src/components/modals/MfaTotpDisableModal.tsx:75
#: src/components/modals/MfaTotpEnableModal.tsx:102
@@ -3498,11 +3500,11 @@ msgstr "कैमरा सेटिंग्स"
msgid "Cancel"
msgstr "रद्द करें"
-#: src/components/channel/dm/DMWelcomeSection.tsx:126
+#: src/components/channel/dm/DMWelcomeSection.tsx:138
#: src/components/channel/friends/FriendListItem.tsx:164
#: src/components/channel/friends/FriendListItem.tsx:166
-#: src/components/modals/UserProfileModal.tsx:1273
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:171
+#: src/components/modals/UserProfileModal.tsx:1274
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:192
msgid "Cancel Friend Request"
msgstr "मित्र अनुरोध रद्द करें"
@@ -3522,7 +3524,7 @@ msgstr "अनुरोध रद्द करें"
msgid "Cancel upload"
msgstr "अपलोड रद्द करें"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:118
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:137
msgid "Canceling"
msgstr "रद्द किया जा रहा है"
@@ -3566,7 +3568,7 @@ msgstr "कार्ड संरेखण"
msgid "Card alignment controls"
msgstr "कार्ड संरेखण नियंत्रण"
-#: src/components/modals/components/MobileSettingsView.tsx:123
+#: src/components/modals/components/MobileSettingsView.tsx:118
#: src/components/modals/components/SettingsModalHeader.tsx:76
msgid "Careful! You have unsaved changes."
msgstr "सावधान! आपके पास सहेजे बिना बदलाव हैं।"
@@ -3576,7 +3578,7 @@ msgstr "सावधान! आपके पास सहेजे बिना
msgid "Category"
msgstr "श्रेणी"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1371
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1395
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:239
msgid "Category Default"
msgstr "श्रेणी डिफ़ॉल्ट"
@@ -3594,7 +3596,7 @@ msgstr "श्रेणी पूर्ण"
msgid "Category Name"
msgstr "श्रेणी नाम"
-#: src/components/modals/ChannelSettingsModal.tsx:105
+#: src/components/modals/ChannelSettingsModal.tsx:113
#: src/components/modals/components/DesktopChannelSettingsView.tsx:188
msgid "Category Settings"
msgstr "श्रेणी सेटिंग्स"
@@ -3625,7 +3627,7 @@ msgstr "पृष्ठभूमि बदलें"
msgid "Change Banner"
msgstr "बैनर बदलें"
-#: src/components/pages/ReportPage.tsx:752
+#: src/components/pages/report/ReportStepVerification.tsx:126
msgid "Change email"
msgstr "ईमेल बदलें"
@@ -3647,8 +3649,8 @@ msgstr "FluxerTag बदलें"
msgid "Change FluxerTag form"
msgstr "FluxerTag फ़ॉर्म बदलें"
-#: src/components/bottomsheets/DMBottomSheet.tsx:433
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:133
+#: src/components/bottomsheets/DMBottomSheet.tsx:435
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:154
msgid "Change Friend Nickname"
msgstr "मित्र का उपनाम बदलें"
@@ -3673,7 +3675,7 @@ msgid "Change My Group Nickname"
msgstr "मेरा समूह उपनाम बदलें"
#: src/components/modals/BaseChangeNicknameModal.tsx:82
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:238
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:240
#: src/components/modals/RenameChannelModal.tsx:58
#: src/components/modals/UserProfileActionsSheet.tsx:225
#: src/components/modals/UserProfileActionsSheet.tsx:225
@@ -3760,8 +3762,8 @@ msgstr "वॉइस क्षेत्र को {0} में बदल दि
msgid "channel"
msgstr "चैनल"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:483
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:549
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:497
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:563
#: src/components/invites/InviteListItem.tsx:50
#: src/components/webhooks/WebhookListItem.tsx:240
#: src/constants/AuditLogConstants.tsx:236
@@ -3796,7 +3798,7 @@ msgid "Channel Debug"
msgstr "चैनल डिबग"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:188
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:675
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:689
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:329
msgid "Channel deleted"
msgstr "चैनल हटा दिया गया"
@@ -3806,11 +3808,11 @@ msgid "Channel Deleted"
msgstr "चैनल हटा दिया गया"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:273
-#: src/components/bottomsheets/DMBottomSheet.tsx:366
+#: src/components/bottomsheets/DMBottomSheet.tsx:368
msgid "Channel ID copied"
msgstr "चैनल आईडी कॉपी की गई"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:535
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:549
msgid "Channel ID copied to clipboard"
msgstr "चैनल आईडी क्लिपबोर्ड पर कॉपी की गई"
@@ -3878,9 +3880,9 @@ msgstr "चैनल रिकॉर्ड"
msgid "Channel removed from favorites"
msgstr "चैनल पसंदीदा से हटाया गया"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1092
-#: src/components/layout/ChannelItem.tsx:630
-#: src/components/modals/ChannelSettingsModal.tsx:105
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1116
+#: src/components/layout/ChannelItem.tsx:647
+#: src/components/modals/ChannelSettingsModal.tsx:113
#: src/components/modals/components/DesktopChannelSettingsView.tsx:188
msgid "Channel Settings"
msgstr "चैनल सेटिंग्स"
@@ -3947,7 +3949,7 @@ msgstr "स्थिति अपडेट के लिए <0>Bluesky (@fluxer.
msgid "Check out my custom theme!"
msgstr "मेरे कस्टम थीम को देखें!"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:105
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:109
msgid "Check your connection and try again."
msgstr "अपने कनेक्शन की जाँच करें और फिर से प्रयास करें।"
@@ -3969,8 +3971,8 @@ msgstr "चेकबॉक्स"
msgid "Checking..."
msgstr "जाँच रहा है..."
-#: src/components/pages/ReportPage.tsx:270
-#: src/components/pages/ReportPage.tsx:299
+#: src/components/pages/report/optionDescriptors.ts:51
+#: src/components/pages/report/optionDescriptors.ts:74
#: src/constants/IARConstants.tsx:72
#: src/constants/IARConstants.tsx:175
msgid "Child Safety Concerns"
@@ -3984,6 +3986,10 @@ msgstr "चीनी (सरलीकृत)"
msgid "Chinese (Traditional)"
msgstr "चीनी (पारंपरिक)"
+#: src/components/pages/report/ReportBreadcrumbs.tsx:46
+msgid "Choose"
+msgstr "चुनें"
+
#: src/components/pages/OAuthAuthorizePage.tsx:898
msgid "Choose a community"
msgstr "एक समुदाय चुनें"
@@ -4080,25 +4086,36 @@ msgstr "अपना प्रोफ़ाइल एक्सेंट रंग
#: src/components/channel/barriers/BarrierComponents.tsx:109
#: src/components/channel/barriers/BarrierComponents.tsx:240
-#: src/components/layout/app-layout/nagbars/UnclaimedAccountNagbar.tsx:47
-#: src/components/modals/ClaimAccountModal.tsx:225
-#: src/components/modals/components/UnclaimedAccountAlert.tsx:34
+#: src/components/channel/dm/AddFriendForm.tsx:57
+#: src/components/layout/app-layout/nagbars/UnclaimedAccountNagbar.tsx:45
+#: src/components/modals/ClaimAccountModal.tsx:227
+#: src/components/modals/components/UnclaimedAccountAlert.tsx:32
+#: src/components/modals/GiftAcceptModal.tsx:170
#: src/components/modals/tabs/AccountSecurityTab/SecurityTab.tsx:206
+#: src/components/modals/tabs/BetaCodesTab.tsx:297
+#: src/components/modals/tabs/GiftInventoryTab.tsx:242
msgid "Claim Account"
msgstr "खाता दावा करें"
-#: src/components/channel/GiftEmbed.tsx:98
-#: src/components/modals/GiftAcceptModal.tsx:154
+#: src/components/channel/GiftEmbed.tsx:109
+msgid "Claim Account to Redeem"
+msgstr "भुगतान के लिए खाता दाव करें"
+
+#: src/components/channel/GiftEmbed.tsx:109
+#: src/components/modals/GiftAcceptModal.tsx:197
#: src/components/pages/GiftLoginPage.tsx:155
#: src/components/pages/GiftRegisterPage.tsx:42
msgid "Claim Gift"
msgstr "उपहार दावा करें"
-#: src/components/modals/ClaimAccountModal.tsx:141
+#: src/components/channel/dm/AddFriendForm.tsx:53
+#: src/components/modals/ClaimAccountModal.tsx:143
+#: src/components/modals/tabs/BetaCodesTab.tsx:293
+#: src/components/modals/tabs/GiftInventoryTab.tsx:238
msgid "Claim your account"
msgstr "अपना खाता दावा करें"
-#: src/components/modals/ClaimAccountModal.tsx:146
+#: src/components/modals/ClaimAccountModal.tsx:148
msgid "Claim your account by adding an email and password. We will send a verification code to confirm your email before finishing."
msgstr "ईमेल और पासवर्ड जोड़कर अपना खाता दावा करें। पूरा करने से पहले हम आपकी ईमेल सत्यापित करने के लिए कोड भेजेंगे।"
@@ -4106,11 +4123,68 @@ msgstr "ईमेल और पासवर्ड जोड़कर अपन
msgid "Claim your account to access security features like two-factor authentication and passkeys."
msgstr "दो-चरणीय प्रमाणन और पासकी जैसी सुरक्षा सुविधाओं का उपयोग करने के लिए अपना खाता दावा करें।"
+#: src/components/channel/ChannelHeader/CallButtons.tsx:85
+#: src/components/channel/ChannelHeader/CallButtons.tsx:155
+msgid "Claim your account to call"
+msgstr "कॉल करने के लिए अपने खाते का दावा करें"
+
#: src/components/modals/tabs/MyProfileTab/UsernameSection.tsx:49
msgid "Claim your account to change your FluxerTag"
msgstr "अपना FluxerTag बदलने के लिए अपना खाता दावा करें"
-#: src/components/modals/GiftAcceptModal.tsx:145
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:146
+msgid "Claim your account to create applications."
+msgstr "एप्लिकेशन बनाने के लिए अपना खाता दाव करें।"
+
+#: src/components/modals/tabs/BetaCodesTab.tsx:294
+msgid "Claim your account to generate beta codes."
+msgstr "बीटा कोड बनाने के लिए अपना खाता दाव करें।"
+
+#: src/components/layout/ChannelItem.tsx:208
+#: src/components/layout/ChannelItem.tsx:382
+#: src/stores/voice/MediaEngineFacade.ts:537
+msgid "Claim your account to join this voice channel."
+msgstr "इस वॉइस चैनल में शामिल होने के लिए अपने खाते का दावा करें।"
+
+#: src/stores/voice/MediaEngineFacade.ts:170
+msgid "Claim your account to join voice channels you don't own."
+msgstr "उन वॉइस चैनलों में शामिल होने के लिए अपने खाते का दावा करें जिनका आप मालिक नहीं हैं।"
+
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:55
+#: src/components/modals/components/plutonium/GiftSection.tsx:61
+#: src/components/modals/components/plutonium/PricingSection.tsx:63
+#: src/components/modals/components/plutonium/VisionarySection.tsx:62
+#: src/components/modals/components/PlutoniumContent.tsx:99
+msgid "Claim your account to purchase Fluxer Plutonium."
+msgstr "Fluxer Plutonium खरीदने के लिए अपना खाता दाव करें।"
+
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:112
+msgid "Claim your account to purchase or redeem Fluxer Plutonium."
+msgstr "Fluxer Plutonium खरीदने या भुनाने के लिए अपना खाता दाव करें।"
+
+#: src/components/modals/tabs/GiftInventoryTab.tsx:239
+msgid "Claim your account to redeem or manage Plutonium gift codes."
+msgstr "Plutonium उपहार कोड भुनाने या प्रबंधित करने के लिए अपना खाता दाव करें।"
+
+#: src/components/channel/GiftEmbed.tsx:99
+#: src/components/modals/GiftAcceptModal.tsx:154
+msgid "Claim your account to redeem this gift."
+msgstr "इस उपहार को भुनाने के लिए अपना खाता दाव करें।"
+
+#: src/components/channel/dm/AddFriendForm.tsx:54
+#: src/components/channel/dm/DMWelcomeSection.tsx:109
+#: src/components/modals/UserProfileModal.tsx:1289
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:65
+msgid "Claim your account to send friend requests."
+msgstr "दोस्तों को अनुरोध भेजने के लिए अपना खाता दाव करें।"
+
+#: src/components/channel/ChannelHeader/CallButtons.tsx:54
+#: src/components/channel/ChannelHeader/CallButtons.tsx:124
+#: src/stores/voice/MediaEngineFacade.ts:179
+msgid "Claim your account to start or join 1:1 calls."
+msgstr "1:1 कॉल शुरू करने या शामिल होने के लिए अपने खाते का दावा करें।"
+
+#: src/components/modals/GiftAcceptModal.tsx:188
msgid "Claim your gift to activate your premium subscription!"
msgstr "अपनी प्रीमियम सदस्यता सक्रिय करने के लिए अपना उपहार दावा करें!"
@@ -4164,8 +4238,8 @@ msgstr "अनुमतियाँ साफ़ करें"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:420
#: src/components/channel/MessageSearchBar/MessageSearchBar.tsx:1424
-#: src/components/channel/shared/PickerSearchInput.tsx:195
-#: src/components/channel/shared/PickerSearchInput.tsx:212
+#: src/components/channel/shared/PickerSearchInput.tsx:194
+#: src/components/channel/shared/PickerSearchInput.tsx:211
#: src/components/modals/components/SettingsSearch.tsx:108
msgid "Clear search"
msgstr "खोज साफ़ करें"
@@ -4200,11 +4274,11 @@ msgstr "स्टिकर विवरण साफ़ किया गया
msgid "Cleared the topic."
msgstr "विषय साफ़ किया गया।"
-#: src/components/modals/components/MobileSettingsView.tsx:297
+#: src/components/modals/components/MobileSettingsView.tsx:292
msgid "Clearing subscriptions ensures the gateway stops sending messages to this installation."
msgstr "सदस्यताओं को साफ़ करने से गेटवे इस इंस्टॉलेशन को संदेश भेजना बंद कर देता है।"
-#: src/components/modals/tabs/BetaCodesTab.tsx:366
+#: src/components/modals/tabs/BetaCodesTab.tsx:391
msgid "Click \"Create Code\" to generate your first code."
msgstr "\"Create Code\" पर क्लिक करके अपना पहला कोड बनाएं।"
@@ -4240,13 +4314,13 @@ msgstr "नोट जोड़ने के लिए क्लिक करे
msgid "Click to check and uncheck. Available in square and round styles."
msgstr "चेक और अनचेक करने के लिए क्लिक करें। स्क्वायर और गोल स्टाइल दोनों में उपलब्ध है।"
-#: src/components/channel/GiftEmbed.tsx:90
+#: src/components/channel/GiftEmbed.tsx:100
msgid "Click to claim your gift!"
msgstr "अपना उपहार दावा करने के लिए क्लिक करें!"
#: src/components/invites/InviteListItem.tsx:184
#: src/components/modals/components/ClientInfo.tsx:76
-#: src/components/modals/tabs/BetaCodesTab.tsx:172
+#: src/components/modals/tabs/BetaCodesTab.tsx:174
msgid "Click to copy"
msgstr "कॉपी करने के लिए क्लिक करें"
@@ -4328,12 +4402,12 @@ msgid "Close"
msgstr "बंद करें"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:341
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:600
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:602
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1239
-#: src/components/bottomsheets/DMBottomSheet.tsx:302
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:614
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:616
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1263
#: src/components/bottomsheets/DMBottomSheet.tsx:304
-#: src/components/bottomsheets/DMBottomSheet.tsx:557
+#: src/components/bottomsheets/DMBottomSheet.tsx:306
+#: src/components/bottomsheets/DMBottomSheet.tsx:560
#: src/components/channel/dm/DMList.tsx:292
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:82
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:84
@@ -4358,7 +4432,8 @@ msgstr "कोल थीम"
#: src/components/invites/InviteListItem.tsx:54
#: src/components/modals/MfaTotpDisableModal.tsx:64
#: src/components/modals/MfaTotpEnableModal.tsx:91
-#: src/components/modals/tabs/BetaCodesTab.tsx:51
+#: src/components/modals/tabs/BetaCodesTab.tsx:53
+#: src/components/pages/report/ReportBreadcrumbs.tsx:48
msgid "Code"
msgstr "कोड"
@@ -4370,7 +4445,8 @@ msgstr "कोड और मोनोस्पेस"
msgid "Code Blocks"
msgstr "कोड ब्लॉक्स"
-#: src/components/modals/ClaimAccountModal.tsx:123
+#: src/components/modals/ClaimAccountModal.tsx:125
+#: src/components/pages/ReportPage.tsx:231
msgid "Code resent"
msgstr "कोड फिर से भेजा गया"
@@ -4379,8 +4455,8 @@ msgid "Code sent"
msgstr "कोड भेज दिया गया"
#: src/components/invites/InviteListItem.tsx:180
-#: src/components/modals/tabs/BetaCodesTab.tsx:104
-#: src/components/modals/tabs/BetaCodesTab.tsx:168
+#: src/components/modals/tabs/BetaCodesTab.tsx:106
+#: src/components/modals/tabs/BetaCodesTab.tsx:170
msgid "Code:"
msgstr "कोड:"
@@ -4472,7 +4548,7 @@ msgstr "समुदाय म्यूट किया गया"
msgid "Community Debug"
msgstr "समुदाय डिबग"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1371
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1395
#: src/components/uikit/ContextMenu/items/CategoryMenuItems.tsx:221
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:239
msgid "Community Default"
@@ -4542,8 +4618,8 @@ msgstr "समुदाय सूचना सेटिंग्स"
msgid "Community organizes raids or harassment campaigns"
msgstr "समुदाय छापा या उत्पीड़न अभियान आयोजित करता है"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:237
-#: src/components/channel/MemberListItem.tsx:102
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:238
+#: src/components/channel/MemberListItem.tsx:109
#: src/components/modals/guildTabs/GuildMembersTab.tsx:145
#: src/components/modals/guildTabs/GuildMembersTab.tsx:197
msgid "Community Owner"
@@ -4567,14 +4643,14 @@ msgstr "समुदाय अवैध गतिविधियों को
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:172
#: src/components/modals/components/DesktopGuildSettingsView.tsx:204
-#: src/components/modals/GuildSettingsModal.tsx:168
+#: src/components/modals/GuildSettingsModal.tsx:173
#: src/components/popouts/GuildHeaderPopout.tsx:187
#: src/components/uikit/ContextMenu/items/GuildMenuItems.tsx:360
msgid "Community Settings"
msgstr "समुदाय सेटिंग्स"
-#: src/components/layout/GuildLayout.tsx:301
-#: src/components/layout/GuildLayout.tsx:348
+#: src/components/layout/GuildLayout.tsx:306
+#: src/components/layout/GuildLayout.tsx:353
msgid "Community temporarily unavailable"
msgstr "समुदाय अस्थायी रूप से अनुपलब्ध है"
@@ -4782,8 +4858,8 @@ msgstr "वॉइस से कनेक्टेड"
msgid "Connecting..."
msgstr "कनेक्ट हो रहा..."
-#: src/components/channel/channel-view/DMChannelView.tsx:273
-#: src/components/channel/channel-view/DMChannelView.tsx:323
+#: src/components/channel/channel-view/DMChannelView.tsx:274
+#: src/components/channel/channel-view/DMChannelView.tsx:324
#: src/components/voice/CompactVoiceCallView.tsx:55
msgid "Connecting…"
msgstr "कनेक्ट हो रहा…"
@@ -4979,7 +5055,7 @@ msgstr "अपनी गतिविधि स्थिति नियंत्
#: src/components/modals/shared/CopyLinkSection.tsx:61
#: src/components/modals/tabs/ApplicationsTab/application-detail/ApplicationHeader.tsx:68
-#: src/components/modals/tabs/GiftInventoryTab.tsx:143
+#: src/components/modals/tabs/GiftInventoryTab.tsx:144
msgid "Copied"
msgstr "कॉपी किया गया"
@@ -5001,7 +5077,7 @@ msgstr "कॉपी किया गया!"
#: src/components/modals/BackupCodesModal.tsx:82
#: src/components/modals/shared/CopyLinkSection.tsx:61
#: src/components/modals/tabs/ApplicationsTab/application-detail/OAuthBuilderSection.tsx:142
-#: src/components/modals/tabs/GiftInventoryTab.tsx:143
+#: src/components/modals/tabs/GiftInventoryTab.tsx:144
msgid "Copy"
msgstr "कॉपी करें"
@@ -5017,7 +5093,7 @@ msgstr "ऑडियो कॉपी करें"
msgid "Copy authorize URL"
msgstr "ऑथराइज़ URL कॉपी करें"
-#: src/components/modals/tabs/BetaCodesTab.tsx:178
+#: src/components/modals/tabs/BetaCodesTab.tsx:180
msgid "Copy beta code"
msgstr "बीटा कोड कॉपी करें"
@@ -5028,8 +5104,8 @@ msgstr "कैटेगरी आईडी कॉपी करें"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:320
#: src/components/bottomsheets/ChannelBottomSheet.tsx:347
#: src/components/bottomsheets/ChannelBottomSheet.tsx:433
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1293
-#: src/components/bottomsheets/DMBottomSheet.tsx:577
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1317
+#: src/components/bottomsheets/DMBottomSheet.tsx:580
#: src/components/channel/dm/DMList.tsx:271
#: src/components/channel/dm/DMList.tsx:298
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:362
@@ -5090,7 +5166,7 @@ msgstr "छवि कॉपी करें"
msgid "Copy invite link"
msgstr "आमंत्रण लिंक कॉपी करें"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1154
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1178
#: src/components/modals/tabs/ComponentGalleryTab/ButtonsTab.tsx:182
#: src/components/modals/tabs/ComponentGalleryTab/index.tsx:100
#: src/components/modals/tabs/ComponentGalleryTab/Inline.tsx:95
@@ -5131,15 +5207,15 @@ msgstr "स्टिकर आईडी कॉपी करें"
msgid "Copy Text"
msgstr "पाठ कॉपी करें"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1285
-#: src/components/bottomsheets/DMBottomSheet.tsx:570
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1309
+#: src/components/bottomsheets/DMBottomSheet.tsx:573
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:370
#: src/components/modals/guildTabs/BannedUserActionsSheet.tsx:74
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:358
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:361
#: src/components/modals/tabs/BlockedUsersTab.tsx:107
#: src/components/modals/UserProfileActionsSheet.tsx:213
#: src/components/modals/UserProfileModal.tsx:1130
-#: src/components/popouts/UserAreaPopout.tsx:507
+#: src/components/popouts/UserAreaPopout.tsx:509
#: src/components/profile/ProfileCard/ProfileCardActions.tsx:60
#: src/components/uikit/ContextMenu/items/CopyMenuItems.tsx:42
msgid "Copy User ID"
@@ -5175,7 +5251,7 @@ msgstr "काउंटडाउन टाइमर"
msgid "Country"
msgstr "देश"
-#: src/components/pages/ReportPage.tsx:928
+#: src/components/pages/report/ReportStepDetails.tsx:205
msgid "Country of Residence"
msgstr "निवास का देश"
@@ -5207,7 +5283,7 @@ msgid "Create a new community or join an existing one."
msgstr "एक नया समुदाय बनाओ या किसी मौजूदा में शामिल हो जाओ।"
#. placeholder {0}: recipient.username
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:905
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:937
msgid "Create a new group with {0}"
msgstr "{0} के साथ एक नया समूह बनाओ"
@@ -5239,7 +5315,7 @@ msgstr "एक खाता बनाओ"
msgid "Create an account to claim your gift"
msgstr "अपना उपहार लेने के लिए खाता बनाओ"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:138
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:142
msgid "Create and manage applications and bots for your account."
msgstr "अपने खाते के लिए एप्लिकेशन और बॉट बनाओ और प्रबंधित करो।"
@@ -5248,7 +5324,8 @@ msgid "Create and share custom emoji and sticker packs with Fluxer Plutonium."
msgstr "Fluxer Plutonium के साथ कस्टम इमोजी और स्टिकर पैक बनाओ और साझा करो।"
#: src/components/modals/tabs/ApplicationsTab/ApplicationCreateModal.tsx:87
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:142
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:149
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:155
msgid "Create Application"
msgstr "एप्लिकेशन बनाओ"
@@ -5267,7 +5344,7 @@ msgid "Create Category"
msgstr "कैटेगरी बनाओ"
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:180
-#: src/components/layout/ChannelItem.tsx:607
+#: src/components/layout/ChannelItem.tsx:624
#: src/components/modals/ChannelCreateModal.tsx:58
#: src/components/modals/ChannelCreateModal.tsx:103
#: src/components/popouts/GuildHeaderPopout.tsx:194
@@ -5276,8 +5353,8 @@ msgstr "कैटेगरी बनाओ"
msgid "Create Channel"
msgstr "चैनल बनाओ"
-#: src/components/modals/tabs/BetaCodesTab.tsx:326
-#: src/components/modals/tabs/BetaCodesTab.tsx:369
+#: src/components/modals/tabs/BetaCodesTab.tsx:351
+#: src/components/modals/tabs/BetaCodesTab.tsx:394
msgid "Create Code"
msgstr "कोड बनाओ"
@@ -5329,7 +5406,7 @@ msgstr "नया खाता बनाएँ"
msgid "Create new group"
msgstr "नया समूह बनाएँ"
-#: src/components/modals/InviteModal.tsx:339
+#: src/components/modals/InviteModal.tsx:336
msgid "Create New Link"
msgstr "नया लिंक बनाएँ"
@@ -5373,7 +5450,7 @@ msgid "Create, edit, or delete webhooks."
msgstr "वेबहुक बनाएँ, संपादित करें या हटाएँ।"
#: src/components/invites/InviteListItem.tsx:59
-#: src/components/modals/tabs/BetaCodesTab.tsx:57
+#: src/components/modals/tabs/BetaCodesTab.tsx:59
msgid "Created"
msgstr "बनाया गया"
@@ -5390,7 +5467,7 @@ msgstr "{createdAt} को बनाया गया"
#. placeholder {0}: invite.pack.creator.username
#. placeholder {0}: pack.creator.username
#: src/components/auth/InviteHeader.tsx:158
-#: src/components/channel/InviteEmbed.tsx:218
+#: src/components/channel/InviteEmbed.tsx:220
#: src/components/modals/InviteAcceptModal.tsx:152
msgid "Created by {0}"
msgstr "{0} द्वारा बनाया गया"
@@ -5427,8 +5504,8 @@ msgid "Created with name {newLabel}."
msgstr "नाम {newLabel} के साथ बनाया गया।"
#: src/components/invites/InviteListItem.tsx:207
-#: src/components/modals/tabs/BetaCodesTab.tsx:135
-#: src/components/modals/tabs/BetaCodesTab.tsx:212
+#: src/components/modals/tabs/BetaCodesTab.tsx:137
+#: src/components/modals/tabs/BetaCodesTab.tsx:214
msgid "Created:"
msgstr "बनाया गया:"
@@ -5440,7 +5517,7 @@ msgstr "क्रिएटिव माइंड्स कलेक्टिव"
msgid "Creative Writing Club"
msgstr "क्रिएटिव राइटिंग क्लब"
-#: src/components/pages/ReportPage.tsx:314
+#: src/components/pages/report/optionDescriptors.ts:86
msgid "Croatia"
msgstr "क्रोएशिया"
@@ -5519,8 +5596,8 @@ msgid "Currently stuck in 1885, appearing offline"
msgstr "वर्तमान में 1885 में फँसा हुआ, ऑफ़लाइन दिख रहा है"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:461
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1023
-#: src/components/bottomsheets/DMBottomSheet.tsx:605
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1047
+#: src/components/bottomsheets/DMBottomSheet.tsx:608
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:305
msgid "Currently: {mutedText}"
msgstr "वर्तमान: {mutedText}"
@@ -5665,7 +5742,7 @@ msgstr "व्यक्तिगत समुदायों के लिए
msgid "Cut"
msgstr "कट करें"
-#: src/components/pages/ReportPage.tsx:315
+#: src/components/pages/report/optionDescriptors.ts:87
msgid "Cyprus"
msgstr "साइप्रस"
@@ -5673,7 +5750,7 @@ msgstr "साइप्रस"
msgid "Czech"
msgstr "चेक"
-#: src/components/pages/ReportPage.tsx:316
+#: src/components/pages/report/optionDescriptors.ts:88
msgid "Czech Republic"
msgstr "चेक गणराज्य"
@@ -5746,9 +5823,9 @@ msgstr "तारीख प्रारूप"
#: src/components/auth/AuthMinimalRegisterFormCore.tsx:93
#: src/components/auth/AuthRegisterFormCore.tsx:139
-#: src/components/auth/DateOfBirthField.tsx:90
-#: src/components/auth/DateOfBirthField.tsx:124
-#: src/components/auth/DateOfBirthField.tsx:292
+#: src/components/auth/DateOfBirthField.tsx:87
+#: src/components/auth/DateOfBirthField.tsx:121
+#: src/components/auth/DateOfBirthField.tsx:289
#: src/components/auth/MockMinimalRegisterForm.tsx:107
msgid "Date of birth"
msgstr "जन्म तिथि"
@@ -5757,8 +5834,7 @@ msgstr "जन्म तिथि"
msgid "Date Options"
msgstr "तारीख विकल्प"
-#: src/components/auth/DateOfBirthField.tsx:88
-#: src/components/auth/DateOfBirthField.tsx:155
+#: src/components/auth/DateOfBirthField.tsx:152
#: src/components/auth/MockMinimalRegisterForm.tsx:73
msgid "Day"
msgstr "दिन"
@@ -5817,11 +5893,11 @@ msgstr "अधिकार रद्द करें"
msgid "Deauthorize Application"
msgstr "एप्लिकेशन के अधिकार रद्द करें"
-#: src/components/modals/components/MobileSettingsView.tsx:369
+#: src/components/modals/components/MobileSettingsView.tsx:364
msgid "Debug"
msgstr "डिबग"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1267
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1291
#: src/components/uikit/ContextMenu/items/DebugMenuItems.tsx:71
msgid "Debug Channel"
msgstr "डिबग चैनल"
@@ -5844,7 +5920,7 @@ msgstr "डिबग सदस्य"
msgid "Debug Message"
msgstr "डिबग संदेश"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1275
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1299
#: src/components/uikit/ContextMenu/items/DebugMenuItems.tsx:53
msgid "Debug User"
msgstr "डिबग उपयोगकर्ता"
@@ -5905,8 +5981,8 @@ msgstr "बैटरी लाइफ और डेटा उपयोग बच
#: src/actions/MessageActionCreators.tsx:394
#: src/components/channel/embeds/media/EmbedAudio.tsx:227
#: src/components/channel/embeds/media/MediaContainer.tsx:115
-#: src/components/channel/Messages.tsx:444
-#: src/components/channel/Messages.tsx:524
+#: src/components/channel/Messages.tsx:442
+#: src/components/channel/Messages.tsx:522
#: src/components/channel/MobileMemesPicker.tsx:546
#: src/components/channel/pickers/memes/MemeGridItem.tsx:120
#: src/components/emojis/EmojiListItem.tsx:189
@@ -5923,7 +5999,7 @@ msgstr "बैटरी लाइफ और डेटा उपयोग बच
msgid "Delete"
msgstr "हटाएँ"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:666
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:680
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:320
msgid "Delete {channelType}"
msgstr "{channelType} हटाएँ"
@@ -5987,8 +6063,8 @@ msgstr "कैटेगरी हटाएँ"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:179
#: src/components/bottomsheets/ChannelBottomSheet.tsx:181
#: src/components/bottomsheets/ChannelBottomSheet.tsx:421
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:668
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1224
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:682
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1248
#: src/components/modals/components/DesktopChannelSettingsView.tsx:176
#: src/components/modals/components/MobileChannelSettingsView.tsx:85
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:322
@@ -6021,8 +6097,8 @@ msgstr "मीडिया हटाएँ"
#: src/components/channel/MessageActionBar.tsx:804
#: src/components/channel/messageActionMenu.tsx:156
#: src/components/channel/messageActionMenu.tsx:193
-#: src/components/channel/Messages.tsx:441
-#: src/components/channel/Messages.tsx:521
+#: src/components/channel/Messages.tsx:439
+#: src/components/channel/Messages.tsx:519
#: src/components/uikit/ContextMenu/items/MessageMenuItems.tsx:273
msgid "Delete Message"
msgstr "संदेश हटाएँ"
@@ -6114,7 +6190,7 @@ msgstr "{0} को अस्वीकार किया गया और {1}
msgid "Denied {0}."
msgstr "{0} अस्वीकार किया गया।"
-#: src/components/pages/ReportPage.tsx:317
+#: src/components/pages/report/optionDescriptors.ts:89
msgid "Denmark"
msgstr "डेनमार्क"
@@ -6143,7 +6219,7 @@ msgstr "स्टिकर का वर्णन करें"
msgid "Describe what expressions are inside this pack."
msgstr "बताएं कि इस पैक में कौन सी अभिव्यक्तियाँ हैं।"
-#: src/components/pages/ReportPage.tsx:946
+#: src/components/pages/report/ReportStepDetails.tsx:225
msgid "Describe what makes the content illegal"
msgstr "बताएं कि सामग्री को अवैध क्या बनाता है"
@@ -6205,6 +6281,10 @@ msgstr "अलग बैनर"
msgid "details"
msgstr "विवरण"
+#: src/components/pages/report/ReportBreadcrumbs.tsx:49
+msgid "Details"
+msgstr "विवरण"
+
#: src/components/modals/AddGuildModal.tsx:150
msgid "Dev Den"
msgstr "डेव डेन"
@@ -6274,7 +6354,7 @@ msgstr "भिन्न आकार और सदस्य संख्या"
msgid "Direct message"
msgstr "निजी संदेश"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:477
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:491
#: src/components/modals/shared/RecipientList.tsx:200
msgid "Direct Message"
msgstr "निजी संदेश"
@@ -6516,8 +6596,8 @@ msgstr "अवैध गतिविधियों की चर्चा य
#: src/components/layout/app-layout/nagbars/PremiumGracePeriodNagbar.tsx:79
#: src/components/layout/app-layout/nagbars/PremiumOnboardingNagbar.tsx:57
#: src/components/layout/GuildLayout.tsx:106
-#: src/components/modals/GiftAcceptModal.tsx:98
-#: src/components/modals/GiftAcceptModal.tsx:124
+#: src/components/modals/GiftAcceptModal.tsx:105
+#: src/components/modals/GiftAcceptModal.tsx:131
#: src/components/modals/RequiredActionModal.tsx:475
msgid "Dismiss"
msgstr "अस्वीकारें"
@@ -6562,8 +6642,8 @@ msgstr "भूमिका सदस्यों को अलग दिखा
msgid "Display separator lines between different groups of messages for better visual distinction."
msgstr "बेहतर दृश्य भेद के लिए विभिन्न संदेश समूहों के बीच विभाजक रेखाएँ दिखाएं।"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:613
-#: src/components/bottomsheets/DMBottomSheet.tsx:315
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:627
+#: src/components/bottomsheets/DMBottomSheet.tsx:317
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:97
#: src/components/uikit/ContextMenu/UserContextMenu.tsx:168
msgid "DM closed"
@@ -6581,7 +6661,7 @@ msgstr "DM संदेश पूर्वावलोकन"
msgid "DM Notifications"
msgstr "DM नोटिफिकेशन"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1092
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1116
msgid "DM Settings"
msgstr "DM सेटिंग्स"
@@ -6662,6 +6742,7 @@ msgstr "चैनल सूची में टाइप करने के स
#: src/components/keybinds/KeybindRecorder.tsx:220
#: src/components/modals/GuildNotificationSettingsModal.tsx:347
#: src/components/modals/GuildPrivacySettingsModal.tsx:68
+#: src/components/pages/report/ReportBreadcrumbs.tsx:50
#: src/components/search/HasFilterSheet.tsx:124
#: src/components/search/UserFilterSheet.tsx:149
msgid "Done"
@@ -6843,13 +6924,13 @@ msgstr "अटैचमेंट संपादित करें"
msgid "Edit attachment form"
msgstr "अटैचमेंट फॉर्म संपादित करें"
-#: src/components/layout/ChannelItem.tsx:630
+#: src/components/layout/ChannelItem.tsx:647
#: src/components/uikit/ContextMenu/items/CategoryMenuItems.tsx:299
msgid "Edit Category"
msgstr "श्रेणी संपादित करें"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:416
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1218
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1242
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:300
msgid "Edit Channel"
msgstr "चैनल संपादित करें"
@@ -6869,8 +6950,8 @@ msgid "Edit global settings like name, description, and icon."
msgstr "नाम, वर्णन और आइकन जैसे वैश्विक सेटिंग्स संपादित करें।"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:284
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1178
-#: src/components/bottomsheets/DMBottomSheet.tsx:461
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1202
+#: src/components/bottomsheets/DMBottomSheet.tsx:463
#: src/components/channel/dm/DMList.tsx:237
#: src/components/channel/dm/GroupDMWelcomeSection.tsx:74
#: src/components/modals/EditGroupBottomSheet.tsx:177
@@ -6883,7 +6964,7 @@ msgstr "समूह संपादित करें"
msgid "Edit group form"
msgstr "समूह फॉर्म संपादित करें"
-#: src/components/modals/InviteModal.tsx:327
+#: src/components/modals/InviteModal.tsx:324
msgid "Edit invite link"
msgstr "निमंत्रण लिंक संपादित करें"
@@ -6910,10 +6991,10 @@ msgstr "नोट संपादित करें"
msgid "Edit overwrites for roles and members in this channel."
msgstr "इस चैनल में भूमिकाओं और सदस्यों के लिए ओवरराइट संपादित करें।"
-#: src/components/modals/UserProfileMobileSheet.tsx:486
-#: src/components/modals/UserProfileModal.tsx:1205
+#: src/components/modals/UserProfileMobileSheet.tsx:490
+#: src/components/modals/UserProfileModal.tsx:1206
#: src/components/pages/YouPage.tsx:123
-#: src/components/popouts/UserAreaPopout.tsx:519
+#: src/components/popouts/UserAreaPopout.tsx:521
#: src/components/popouts/UserProfilePopout.tsx:299
msgid "Edit Profile"
msgstr "प्रोफ़ाइल संपादित करें"
@@ -6966,19 +7047,20 @@ msgstr "अनुसूचित संदेश संपादित किय
#: src/components/auth/AuthLoginCore/AuthLoginEmailPasswordForm.tsx:78
#: src/components/auth/AuthRegisterFormCore.tsx:133
#: src/components/auth/AuthRegisterFormCore.tsx:159
-#: src/components/modals/ClaimAccountModal.tsx:157
+#: src/components/modals/ClaimAccountModal.tsx:159
#: src/components/modals/RequiredActionModal.tsx:185
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:210
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:241
#: src/components/modals/utils/settingsSearchIndex.ts:94
#: src/components/pages/ForgotPasswordPage.tsx:97
+#: src/components/pages/report/ReportBreadcrumbs.tsx:47
msgid "Email"
msgstr "ईमेल"
#: src/components/modals/tabs/AccountSecurityTab/AccountTab.tsx:65
#: src/components/modals/tabs/AccountSecurityTab/AccountTab.tsx:91
#: src/components/modals/tabs/ComponentGalleryTab/InputsTab.tsx:107
-#: src/components/pages/ReportPage.tsx:662
+#: src/components/pages/report/ReportStepEmail.tsx:76
msgid "Email Address"
msgstr "ईमेल पता"
@@ -7019,10 +7101,6 @@ msgstr "ईमेल सत्यापन आवश्यक"
msgid "Email Verification Required"
msgstr "ईमेल सत्यापन आवश्यक है"
-#: src/components/pages/ReportPage.tsx:809
-msgid "Email verified"
-msgstr "ईमेल सत्यापित"
-
#: src/components/modals/tabs/DeveloperOptionsTab/AccountPremiumTab.tsx:56
msgid "Email Verified Override"
msgstr "ईमेल सत्यापित ओवरराइड"
@@ -7108,7 +7186,7 @@ msgid "Emoji names must be at least 2 characters long and can only contain alpha
msgstr "इमोजी नाम कम से कम 2 अक्षर के होने चाहिए और केवल अल्फ़ान्यूमेरिक अक्षर व अंडरस्कोर रख सकते हैं। अनुमत फ़ाइल प्रकार: JPEG, PNG, WebP, GIF। हम छवियों को 128x128 पिक्सेल में संपीड़ित करते हैं। अधिकतम आकार: प्रति इमोजी {0} KB।"
#: src/components/auth/InviteHeader.tsx:140
-#: src/components/channel/InviteEmbed.tsx:197
+#: src/components/channel/InviteEmbed.tsx:199
#: src/components/modals/InviteAcceptModal.tsx:142
#: src/components/modals/tabs/ExpressionPacksTab.tsx:70
msgid "Emoji pack"
@@ -7140,7 +7218,7 @@ msgstr "इमोजी अपडेट हो गया"
#: src/components/channel/AutocompleteEmoji.tsx:67
#: src/components/channel/textarea/TextareaButtons.tsx:150
-#: src/components/modals/ExpressionPickerSheet.tsx:106
+#: src/components/modals/ExpressionPickerSheet.tsx:93
#: src/components/popouts/ExpressionPickerPopout.tsx:95
msgid "Emojis"
msgstr "इमोजी"
@@ -7343,11 +7421,11 @@ msgstr "अंग्रेज़ी"
msgid "English (US)"
msgstr "अंग्रेज़ी (यूएस)"
-#: src/components/pages/ReportPage.tsx:429
+#: src/components/pages/ReportPage.tsx:254
msgid "Enter a code in the format ABCD-1234."
msgstr "ABCडी-1234 के प्रारूप में कोड दर्ज करें।"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:235
+#: src/components/modals/tabs/GiftInventoryTab.tsx:258
msgid "Enter a gift code to redeem Plutonium for your account."
msgstr "अपने खाते के लिए प्लूटोनियम भुनाने हेतु गिफ्ट कोड दर्ज करें।"
@@ -7371,7 +7449,7 @@ msgstr "कोड दर्ज करें"
msgid "Enter fullscreen"
msgstr "फुलस्क्रीन में जाएँ"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:255
+#: src/components/modals/tabs/GiftInventoryTab.tsx:278
msgid "Enter gift code..."
msgstr "गिफ्ट कोड दर्ज करें..."
@@ -7414,7 +7492,7 @@ msgstr "आपके फ़ोन पर भेजा गया 6-अंकी
msgid "Enter the API endpoint of the Fluxer instance you want to connect to."
msgstr "उस Fluxer इंस्टेंस का API एंडपॉइंट दर्ज करें जिससे आप जुड़ना चाहते हैं।"
-#: src/components/pages/ReportPage.tsx:424
+#: src/components/pages/ReportPage.tsx:249
msgid "Enter the code before continuing."
msgstr "जारी रखने से पहले कोड दर्ज करें।"
@@ -7430,7 +7508,7 @@ msgstr "आपके वर्तमान ईमेल पर भेजा ग
msgid "Enter the code we emailed to your new address."
msgstr "हमने आपके नए पते पर जो कोड भेजा है वह दर्ज करें।"
-#: src/components/modals/ClaimAccountModal.tsx:190
+#: src/components/modals/ClaimAccountModal.tsx:192
msgid "Enter the code we sent to your email to verify it. Your password will be set once the code is confirmed."
msgstr "आपके ईमेल को सत्यापित करने हेतु हम जो कोड भेजे हैं, उसे दर्ज करें। कोड पुष्टि होते ही आपका पासवर्ड सेट हो जाएगा।"
@@ -7454,14 +7532,10 @@ msgstr "सेव करने के लिए <0><1>एंटर1>0>"
msgid "Enter username"
msgstr "यूज़रनेम दर्ज करें"
-#: src/components/pages/ReportPage.tsx:701
-msgid "Enter Verification Code"
+#: src/components/pages/report/ReportStepVerification.tsx:64
+msgid "Enter verification code"
msgstr "सत्यापन कोड दर्ज करें"
-#: src/components/pages/ReportPage.tsx:638
-msgid "Enter Your Email"
-msgstr "अपना ईमेल दर्ज करें"
-
#: src/components/pages/ForgotPasswordPage.tsx:87
msgid "Enter your email address and we'll send you a link to reset your password."
msgstr "अपना ईमेल पता दर्ज करें, हम आपको पासवर्ड रीसेट करने के लिए एक लिंक भेजेंगे।"
@@ -7500,7 +7574,7 @@ msgid "Entrance sound uploaded successfully"
msgstr "प्रवेश ध्वनि सफलतापूर्वक अपलोड हो गई"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:297
-#: src/components/channel/ChannelSearchResults.tsx:691
+#: src/components/channel/ChannelSearchResults.tsx:660
#: src/components/modals/tabs/ComponentGalleryTab/OverlaysTab.tsx:88
msgid "Error"
msgstr "त्रुटि"
@@ -7522,7 +7596,7 @@ msgstr "Escape कुंजी कीबोर्ड मोड से बाह
msgid "escape to <0><1>cancel1>0>"
msgstr "<0><1>रद्द1>0> करने के लिए escape दबाएँ"
-#: src/components/pages/ReportPage.tsx:318
+#: src/components/pages/report/optionDescriptors.ts:90
msgid "Estonia"
msgstr "एस्टोनिया"
@@ -7561,7 +7635,7 @@ msgstr "लिंक, एम्बेड या फाइल को बाहर
msgid "exclude user"
msgstr "उपयोगकर्ता को बाहर रखें"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:95
+#: src/components/modals/components/plutonium/VisionarySection.tsx:104
msgid "Exclusive community"
msgstr "विशेष समुदाय"
@@ -7593,12 +7667,12 @@ msgstr "श्रेणी विस्तृत करें"
msgid "Expiration"
msgstr "समाप्ति"
-#: src/components/modals/InviteModal.tsx:281
+#: src/components/modals/InviteModal.tsx:278
msgid "Expire after"
msgstr "के बाद समाप्त हो"
#: src/components/accounts/AccountRow.tsx:162
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:114
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:133
#: src/components/modals/GroupInvitesBottomSheet.tsx:104
msgid "Expired"
msgstr "समाप्त"
@@ -7675,7 +7749,7 @@ msgstr "एक्सप्रेशन पैक"
msgid "Expression Packs are a Plutonium feature"
msgstr "एक्सप्रेशन पैक प्लूटोनियम फीचर हैं"
-#: src/components/modals/ExpressionPickerSheet.tsx:232
+#: src/components/modals/ExpressionPickerSheet.tsx:219
#: src/components/popouts/ExpressionPickerPopout.tsx:193
msgid "Expression picker categories"
msgstr "एक्सप्रेशन पिकर श्रेणियाँ"
@@ -7700,7 +7774,7 @@ msgstr "बाहरी लिंक खतरनाक हो सकते ह
msgid "Extra Large"
msgstr "एक्स्ट्रा लार्ज"
-#: src/components/pages/ReportPage.tsx:297
+#: src/components/pages/report/optionDescriptors.ts:72
#: src/constants/IARConstants.tsx:165
msgid "Extremist Community"
msgstr "चरमपंथी समुदाय"
@@ -7749,7 +7823,7 @@ msgstr "आमंत्रण लिंक कॉपी करने में
msgid "Failed to copy to clipboard"
msgstr "क्लिपबोर्ड पर कॉपी करने में विफल"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:79
+#: src/components/modals/tabs/GiftInventoryTab.tsx:80
msgid "Failed to copy URL"
msgstr "URL कॉपी करने में विफल"
@@ -7794,7 +7868,7 @@ msgid "Failed to delete category"
msgstr "श्रेणी हटाने में विफल"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:194
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:681
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:695
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:335
msgid "Failed to delete channel"
msgstr "चैनल हटाने में विफल"
@@ -7868,7 +7942,7 @@ msgstr "बैन लोड करने में विफल। कृपय
msgid "Failed to load emojis"
msgstr "इमोजी लोड करने में विफल"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:296
+#: src/components/modals/tabs/GiftInventoryTab.tsx:319
msgid "Failed to load gift inventory"
msgstr "गिफ्ट इन्वेंटरी लोड करने में विफल"
@@ -7894,8 +7968,8 @@ msgstr "स्टिकर लोड करने में विफल"
msgid "Failed to load vanity URL. Please try again."
msgstr "वैनिटी URL लोड करने में विफल। कृपया पुनः प्रयास करें।"
-#: src/components/modals/components/PlutoniumContent.tsx:146
-#: src/components/modals/components/PlutoniumContent.tsx:272
+#: src/components/modals/components/PlutoniumContent.tsx:157
+#: src/components/modals/components/PlutoniumContent.tsx:289
msgid "Failed to load Visionary information. Please try again later."
msgstr "विजनरी जानकारी लोड करने में विफल। कृपया बाद में प्रयास करें।"
@@ -7916,19 +7990,19 @@ msgstr "आपके समुदाय लोड करने में वि
msgid "Failed to open customer portal. Please try again."
msgstr "कस्टमर पोर्टल खोलने में विफल। कृपया पुनः प्रयास करें।"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:572
-#: src/components/bottomsheets/DMBottomSheet.tsx:153
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:586
+#: src/components/bottomsheets/DMBottomSheet.tsx:155
#: src/components/channel/dm/DMList.tsx:216
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:121
msgid "Failed to pin DM"
msgstr "DM को पिन करने में विफल"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:572
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:586
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:101
msgid "Failed to pin group"
msgstr "ग्रुप को पिन करने में विफल"
-#: src/components/bottomsheets/DMBottomSheet.tsx:153
+#: src/components/bottomsheets/DMBottomSheet.tsx:155
msgid "Failed to pin group DM"
msgstr "ग्रुप DM पिन करने में विफल"
@@ -7957,7 +8031,7 @@ msgstr "संस्थान तक पहुँचने में विफ
msgid "Failed to reactivate subscription. Please try again."
msgstr "सब्सक्रिप्शन फिर से सक्रिय करने में विफल। कृपया पुनः प्रयास करें।"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:94
+#: src/components/modals/tabs/GiftInventoryTab.tsx:95
msgid "Failed to redeem gift"
msgstr "गिफ्ट भुनाने में विफल"
@@ -7998,6 +8072,10 @@ msgstr "ग्रुप से हटाने में विफल"
msgid "Failed to remove timeout. Please try again."
msgstr "टाइमआउट हटाने में विफल। कृपया पुनः प्रयास करें।"
+#: src/components/pages/ReportPage.tsx:236
+msgid "Failed to resend code. Please try again."
+msgstr "कोड को फिर से भेजने में असफल। कृपया फिर से प्रयास करें।"
+
#: src/components/modals/guildTabs/GuildRolesTab.tsx:674
msgid "Failed to reset hoist order"
msgstr "हॉइस्ट ऑर्डर रीसेट करने में विफल"
@@ -8018,7 +8096,7 @@ msgstr "घुमाने में विफल। कृपया पुन
msgid "Failed to send friend request. Please try again."
msgstr "मित्र अनुरोध भेजने में विफल। कृपया पुनः प्रयास करें।"
-#: src/components/bottomsheets/DMBottomSheet.tsx:262
+#: src/components/bottomsheets/DMBottomSheet.tsx:264
#: src/components/modals/InviteModal.tsx:176
#: src/components/uikit/ContextMenu/items/InviteMenuItems.tsx:111
msgid "Failed to send invite"
@@ -8037,7 +8115,7 @@ msgstr "SMS कोड भेजने में विफल। कृपया
msgid "Failed to send theme"
msgstr "थीम भेजने में विफल"
-#: src/components/pages/ReportPage.tsx:412
+#: src/components/pages/ReportPage.tsx:234
msgid "Failed to send verification code. Please try again."
msgstr "सत्यापन कोड भेजने में विफल। कृपया पुनः प्रयास करें।"
@@ -8084,19 +8162,19 @@ msgstr "स्वामित्व स्थानांतरित करन
msgid "Failed to unblock user. Please try again."
msgstr "उपयोगकर्ता अनब्लॉक करने में विफल। कृपया पुनः प्रयास करें।"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:589
-#: src/components/bottomsheets/DMBottomSheet.tsx:170
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:603
+#: src/components/bottomsheets/DMBottomSheet.tsx:172
#: src/components/channel/dm/DMList.tsx:226
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:138
msgid "Failed to unpin DM"
msgstr "डायरेक्ट मैसेज अनपिन करने में विफल"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:589
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:603
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:118
msgid "Failed to unpin group"
msgstr "ग्रुप अनपिन करने में विफल"
-#: src/components/bottomsheets/DMBottomSheet.tsx:170
+#: src/components/bottomsheets/DMBottomSheet.tsx:172
msgid "Failed to unpin group DM"
msgstr "ग्रुप DM को अनपिन करने में विफल"
@@ -8298,7 +8376,7 @@ msgstr "सही स्टिकर खोजें"
msgid "Fine-tune core colors and fonts for this app. Changes here are stored as custom CSS overrides and sync with the editor below."
msgstr "इस ऐप के मुख्य रंगों और फ़ॉन्ट्स को ठीक से समायोजित करें। यहाँ किए गए परिवर्तन कस्टम CSS ओवरराइड्स के रूप में सुरक्षित होते हैं और नीचे के संपादक के साथ सिंक होते हैं।"
-#: src/components/pages/ReportPage.tsx:319
+#: src/components/pages/report/optionDescriptors.ts:91
msgid "Finland"
msgstr "फिनलैंड"
@@ -8306,7 +8384,7 @@ msgstr "फिनलैंड"
msgid "Finnish"
msgstr "फ़िनिश"
-#: src/components/pages/ReportPage.tsx:923
+#: src/components/pages/report/ReportStepDetails.tsx:199
msgid "First and last name"
msgstr "पहला और अंतिम नाम"
@@ -8419,7 +8497,7 @@ msgstr "Fluxer को कीबोर्ड और माउस इनपुट
msgid "Fluxer Partner"
msgstr "Fluxer पार्टनर"
-#: src/components/modals/components/PlutoniumContent.tsx:182
+#: src/components/modals/components/PlutoniumContent.tsx:193
#: src/components/modals/PremiumModal.tsx:34
#: src/components/modals/utils/settingsConstants.tsx:147
#: src/components/popouts/UserProfileBadges.tsx:99
@@ -8483,7 +8561,7 @@ msgstr "भोजन और पेय"
msgid "Foodie Friends"
msgstr "फ़ूडी दोस्त"
-#: src/components/bottomsheets/DMBottomSheet.tsx:660
+#: src/components/bottomsheets/DMBottomSheet.tsx:663
msgid "For 1 hour"
msgstr "1 घंटे के लिए"
@@ -8497,7 +8575,7 @@ msgstr "1 घंटे के लिए"
msgid "For 1 Hour"
msgstr "1 घंटे के लिए"
-#: src/components/bottomsheets/DMBottomSheet.tsx:659
+#: src/components/bottomsheets/DMBottomSheet.tsx:662
#: src/components/popouts/UserAreaPopout.tsx:77
msgid "For 15 minutes"
msgstr "15 मिनट के लिए"
@@ -8511,7 +8589,7 @@ msgstr "15 मिनट के लिए"
msgid "For 15 Minutes"
msgstr "15 मिनट के लिए"
-#: src/components/bottomsheets/DMBottomSheet.tsx:663
+#: src/components/bottomsheets/DMBottomSheet.tsx:666
msgid "For 24 hours"
msgstr "24 घंटे के लिए"
@@ -8529,7 +8607,7 @@ msgstr "24 घंटे के लिए"
msgid "For 3 days"
msgstr "3 दिनों के लिए"
-#: src/components/bottomsheets/DMBottomSheet.tsx:661
+#: src/components/bottomsheets/DMBottomSheet.tsx:664
msgid "For 3 hours"
msgstr "3 घंटे के लिए"
@@ -8542,7 +8620,7 @@ msgstr "3 घंटे के लिए"
msgid "For 3 Hours"
msgstr "3 घंटे के लिए"
-#: src/components/bottomsheets/DMBottomSheet.tsx:662
+#: src/components/bottomsheets/DMBottomSheet.tsx:665
msgid "For 8 hours"
msgstr "8 घंटे के लिए"
@@ -8560,7 +8638,7 @@ msgstr "8 घंटे के लिए"
msgid "For British eyes only..."
msgstr "ब्रिटिश आँखों के लिए केवल..."
-#: src/components/modals/components/plutonium/PricingSection.tsx:62
+#: src/components/modals/components/plutonium/PricingSection.tsx:68
msgid "For Me"
msgstr "मेरे लिए"
@@ -8664,15 +8742,15 @@ msgstr "सभी चैनलों में स्लोमोड को स
msgid "Forever"
msgstr "हमेशा के लिए"
-#: src/components/modals/components/MobileSettingsView.tsx:300
+#: src/components/modals/components/MobileSettingsView.tsx:295
msgid "Forget"
msgstr "भूलें"
-#: src/components/modals/components/MobileSettingsView.tsx:327
+#: src/components/modals/components/MobileSettingsView.tsx:322
msgid "Forget Push Subscriptions"
msgstr "पुश सब्सक्रिप्शन भूलें"
-#: src/components/modals/components/MobileSettingsView.tsx:294
+#: src/components/modals/components/MobileSettingsView.tsx:289
msgid "Forget push subscriptions?"
msgstr "पुश सब्सक्रिप्शन भूलना चाहते हैं?"
@@ -8729,7 +8807,7 @@ msgstr "फ्रेम रेट"
msgid "Frame rates above 30 fps require Plutonium"
msgstr "30 fps से ऊपर की फ्रेम रेट्स के लिए Plutonium चाहिए"
-#: src/components/pages/ReportPage.tsx:320
+#: src/components/pages/report/optionDescriptors.ts:92
msgid "France"
msgstr "फ्रांस"
@@ -8745,8 +8823,8 @@ msgstr "निःशुल्क उपयोगकर्ता (कोई ख
msgid "Free User (With Purchase History)"
msgstr "निःशुल्क उपयोगकर्ता (खरीद इतिहास के साथ)"
-#: src/components/modals/components/PlutoniumContent.tsx:163
-#: src/components/modals/components/PlutoniumContent.tsx:289
+#: src/components/modals/components/PlutoniumContent.tsx:174
+#: src/components/modals/components/PlutoniumContent.tsx:308
msgid "Free vs Plutonium"
msgstr "निःशुल्क बनाम Plutonium"
@@ -8773,12 +8851,13 @@ msgstr "मित्र अनुरोध"
msgid "Friend request sent"
msgstr "मित्र अनुरोध भेजा गया"
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:68
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:250
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:75
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:89
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:271
msgid "Friend Request Sent"
msgstr "मित्र अनुरोध भेज दिया गया"
-#: src/components/channel/dm/AddFriendForm.tsx:144
+#: src/components/channel/dm/AddFriendForm.tsx:167
msgid "Friend request sent!"
msgstr "मित्र अनुरोध भेज दिया गया!"
@@ -8787,7 +8866,7 @@ msgstr "मित्र अनुरोध भेज दिया गया!"
msgid "Friend Requests"
msgstr "मित्र अनुरोध"
-#: src/components/channel/dm/AddFriendForm.tsx:137
+#: src/components/channel/dm/AddFriendForm.tsx:160
msgid "Friend's FluxerTag"
msgstr "मित्र का FluxerTag"
@@ -8828,9 +8907,10 @@ msgstr "से {0}"
#. placeholder {0}: creator.username
#. placeholder {1}: creator.discriminator
-#: src/components/channel/GiftEmbed.tsx:87
-#: src/components/modals/GiftAcceptModal.tsx:116
-#: src/components/modals/GiftAcceptModal.tsx:143
+#: src/components/channel/GiftEmbed.tsx:93
+#: src/components/modals/GiftAcceptModal.tsx:123
+#: src/components/modals/GiftAcceptModal.tsx:151
+#: src/components/modals/GiftAcceptModal.tsx:186
msgid "From {0}#{1}"
msgstr "से {0}#{1}"
@@ -8850,7 +8930,7 @@ msgstr "उपयोगकर्ता से"
msgid "from:"
msgstr "से:"
-#: src/components/pages/ReportPage.tsx:919
+#: src/components/pages/report/ReportStepDetails.tsx:195
msgid "Full Legal Name"
msgstr "पूर्ण कानूनी नाम"
@@ -8892,7 +8972,7 @@ msgstr "आमंत्रण बनाएँ"
msgid "Generate invite link"
msgstr "आमंत्रण लिंक बनाएं"
-#: src/components/modals/tabs/BetaCodesTab.tsx:315
+#: src/components/modals/tabs/BetaCodesTab.tsx:340
msgid "Generate up to {MAX_UNCLAIMED_BETA_CODES} unclaimed beta codes to invite friends to Fluxer. You can create 3 codes per week."
msgstr "Fluxer में दोस्तों को आमंत्रित करने के लिए {MAX_UNCLAIMED_BETA_CODES} अनक्लेम्ड बीटा कोड तक जनरेट करें। आप सप्ताह में 3 कोड बना सकते हैं।"
@@ -8909,7 +8989,7 @@ msgstr "भौगोलिक रूप से प्रतिबंधित"
msgid "German"
msgstr "जर्मन"
-#: src/components/pages/ReportPage.tsx:321
+#: src/components/pages/report/optionDescriptors.ts:93
msgid "Germany"
msgstr "जर्मनी"
@@ -8991,13 +9071,13 @@ msgstr "GIF पूर्वावलोकन"
#: src/components/channel/pickers/gif/GifPickerHeader.tsx:40
#: src/components/channel/pickers/memes/MemesPickerHeader.tsx:57
#: src/components/channel/textarea/TextareaButtons.tsx:110
-#: src/components/modals/ExpressionPickerSheet.tsx:68
+#: src/components/modals/ExpressionPickerSheet.tsx:55
#: src/components/popouts/ExpressionPickerPopout.tsx:69
msgid "GIFs"
msgstr "GIF"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:122
-#: src/components/modals/GiftAcceptModal.tsx:163
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:141
+#: src/components/modals/GiftAcceptModal.tsx:206
msgid "Gift"
msgstr "उपहार"
@@ -9030,19 +9110,20 @@ msgstr "उपहार पहले ही रिडीम हो चुका
msgid "Gift Already Redeemed"
msgstr "उपहार पहले ही रिडीम हो चुका है"
-#: src/components/channel/GiftEmbed.tsx:94
+#: src/components/channel/GiftEmbed.tsx:105
+#: src/components/channel/GiftEmbed.tsx:109
msgid "Gift Claimed"
msgstr "उपहार दावा किया गया"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:246
+#: src/components/modals/tabs/GiftInventoryTab.tsx:269
msgid "Gift code cannot be empty"
msgstr "उपहार कोड खाली नहीं हो सकता"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:243
+#: src/components/modals/tabs/GiftInventoryTab.tsx:266
msgid "Gift code is required"
msgstr "उपहार कोड आवश्यक है"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:250
+#: src/components/modals/tabs/GiftInventoryTab.tsx:273
msgid "Gift code is too long"
msgstr "उपहार कोड बहुत लंबा है"
@@ -9070,7 +9151,7 @@ msgstr "उपहार नहीं मिला"
#: src/components/channel/textarea/TextareaButtons.tsx:101
#: src/components/channel/textarea/TextareaButtons.tsx:177
-#: src/components/modals/components/plutonium/GiftSection.tsx:61
+#: src/components/modals/components/plutonium/GiftSection.tsx:67
msgid "Gift Plutonium"
msgstr "प्लूटोनियम उपहार करें"
@@ -9078,23 +9159,23 @@ msgstr "प्लूटोनियम उपहार करें"
msgid "Gift redeemed successfully!"
msgstr "उपहार सफलतापूर्वक रिडीम हुआ!"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:89
+#: src/components/modals/tabs/GiftInventoryTab.tsx:90
msgid "Gift redeemed successfully! Enjoy your Plutonium!"
msgstr "उपहार सफलतापूर्वक रिडीम हुआ! अपना प्लूटोनियम आनंद लें!"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:53
+#: src/components/modals/components/plutonium/VisionarySection.tsx:58
msgid "gift time"
msgstr "उपहार का समय"
-#: src/components/channel/GiftEmbed.tsx:151
+#: src/components/channel/GiftEmbed.tsx:162
msgid "Gift Unavailable"
msgstr "उपहार उपलब्ध नहीं"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:132
+#: src/components/modals/tabs/GiftInventoryTab.tsx:133
msgid "Gift URL"
msgstr "उपहार URL"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:75
+#: src/components/modals/tabs/GiftInventoryTab.tsx:76
msgid "Gift URL copied to clipboard!"
msgstr "उपहार URL क्लिपबोर्ड पर कॉपी हो गया!"
@@ -9126,7 +9207,7 @@ msgstr "वैश्विक शॉर्टकट डेस्कटॉप ऐ
msgid "Glorification of violence or disturbing imagery"
msgstr "हिंसा या परेशान करने वाली छवियों का गौरवगान"
-#: src/components/modals/components/MobileSettingsView.tsx:145
+#: src/components/modals/components/MobileSettingsView.tsx:140
#: src/components/modals/shared/MobileSettingsComponents.tsx:43
msgid "Go back"
msgstr "वापस जाएँ"
@@ -9143,7 +9224,7 @@ msgstr "पिछले फोकस किए गए टेक्स्ट च
msgid "Go forward in navigation history"
msgstr "नेविगेशन इतिहास में आगे जाएँ"
-#: src/components/channel/InviteEmbed.tsx:259
+#: src/components/channel/InviteEmbed.tsx:261
#: src/components/modals/InviteAcceptModal.tsx:100
msgid "Go to Community"
msgstr "समुदाय पर जाएँ"
@@ -9166,15 +9247,15 @@ msgstr "लॉगिन पर जाएँ"
msgid "Go to message"
msgstr "संदेश पर जाएँ"
-#: src/components/channel/ChannelSearchResults.tsx:841
+#: src/components/channel/ChannelSearchResults.tsx:809
msgid "Go to page"
msgstr "पेज पर जाएँ"
-#: src/components/channel/ChannelSearchResults.tsx:808
+#: src/components/channel/ChannelSearchResults.tsx:776
msgid "Go to page {page}"
msgstr "पेज {page} पर जाएँ"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:315
+#: src/components/modals/tabs/GiftInventoryTab.tsx:338
msgid "Go to Plutonium"
msgstr "प्लूटोनियम पर जाएँ"
@@ -9195,7 +9276,7 @@ msgstr "समझ गया"
msgid "Gotcha"
msgstr "समझा"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:116
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:135
msgid "Grace Period"
msgstr "ग्रेस अवधि"
@@ -9203,7 +9284,7 @@ msgstr "ग्रेस अवधि"
msgid "Grace Period (Still Have Access)"
msgstr "ग्रेस अवधि (अभी भी पहुँच है)"
-#: src/components/modals/InviteModal.tsx:301
+#: src/components/modals/InviteModal.tsx:298
msgid "Grant temporary membership"
msgstr "अस्थायी सदस्यता दें"
@@ -9234,7 +9315,7 @@ msgstr "शानदार सफलता!"
msgid "Great success! You can now close this tab and return to the app."
msgstr "शानदार सफलता! अब आप इस टैब को बंद कर सकते हैं और ऐप पर वापस जा सकते हैं।"
-#: src/components/pages/ReportPage.tsx:322
+#: src/components/pages/report/optionDescriptors.ts:94
msgid "Greece"
msgstr "ग्रीस"
@@ -9263,7 +9344,7 @@ msgstr "ग्रुप चैट में जोड़ने की अनु
msgid "Group Chat Permissions"
msgstr "ग्रुप चैट अनुमतियाँ"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:481
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:495
msgid "Group Direct Message"
msgstr "ग्रुप डायरेक्ट मैसेज"
@@ -9272,7 +9353,7 @@ msgid "Group DM"
msgstr "ग्रुप डीएम"
#. placeholder {0}: channel.recipientIds.length + 1
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:772
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:804
msgid "Group DM · {0} members"
msgstr "ग्रुप डीएम · {0} सदस्य"
@@ -9317,12 +9398,12 @@ msgstr "ग्रुप नाम 100 वर्ण से अधिक नही
msgid "Group Online Status"
msgstr "ग्रुप ऑनलाइन स्थिति"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:962
-#: src/components/channel/MemberListItem.tsx:102
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:984
+#: src/components/channel/MemberListItem.tsx:109
msgid "Group Owner"
msgstr "ग्रुप मालिक"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1092
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1116
msgid "Group Settings"
msgstr "ग्रुप सेटिंग्स"
@@ -9335,11 +9416,11 @@ msgstr "ग्रुप टाइपिंग स्टेट्स"
msgid "Group updated"
msgstr "ग्रुप अपडेट किया गया"
-#: src/components/pages/ReportPage.tsx:893
+#: src/components/pages/report/ReportStepDetails.tsx:167
msgid "Guild (Community) ID"
msgstr "गिल्ड (समुदाय) ID"
-#: src/components/pages/ReportPage.tsx:902
+#: src/components/pages/report/ReportStepDetails.tsx:177
msgid "Guild ID is required."
msgstr "गिल्ड ID आवश्यक है।"
@@ -9355,13 +9436,13 @@ msgstr "गिल्ड रिकॉर्ड"
msgid "Hang on while we check for scheduled messages."
msgstr "शेड्यूल किए गए संदेशों की जांच करते समय प्रतीक्षा करें।"
-#: src/components/pages/ReportPage.tsx:295
+#: src/components/pages/report/optionDescriptors.ts:70
#: src/constants/IARConstants.tsx:155
msgid "Harassment"
msgstr "उत्पीड़न"
-#: src/components/pages/ReportPage.tsx:262
-#: src/components/pages/ReportPage.tsx:281
+#: src/components/pages/report/optionDescriptors.ts:43
+#: src/components/pages/report/optionDescriptors.ts:59
#: src/constants/IARConstants.tsx:32
#: src/constants/IARConstants.tsx:109
msgid "Harassment or Bullying"
@@ -9383,9 +9464,9 @@ msgstr "कभी भी खरीद ओवरराइड किया है"
msgid "has:"
msgstr "है:"
-#: src/components/pages/ReportPage.tsx:263
-#: src/components/pages/ReportPage.tsx:282
-#: src/components/pages/ReportPage.tsx:296
+#: src/components/pages/report/optionDescriptors.ts:44
+#: src/components/pages/report/optionDescriptors.ts:60
+#: src/components/pages/report/optionDescriptors.ts:71
#: src/constants/IARConstants.tsx:37
#: src/constants/IARConstants.tsx:114
#: src/constants/IARConstants.tsx:160
@@ -9430,7 +9511,7 @@ msgid "Help Center"
msgstr "सहायता केंद्र"
#. placeholder {0}: user.displayName
-#: src/components/layout/app-layout/nagbars/UnclaimedAccountNagbar.tsx:44
+#: src/components/layout/app-layout/nagbars/UnclaimedAccountNagbar.tsx:42
msgid "Hey {0}, claim your account to prevent losing access."
msgstr "अरे {0}, पहुँच खोने से बचने के लिए अपना खाता क्लेम करें।"
@@ -9654,7 +9735,7 @@ msgstr "https://example.com/callback"
msgid "Hungarian"
msgstr "हंगेरियन"
-#: src/components/pages/ReportPage.tsx:323
+#: src/components/pages/report/optionDescriptors.ts:95
msgid "Hungary"
msgstr "हंगरी"
@@ -9728,8 +9809,8 @@ msgstr "अगर आपको बीटा कोड मिला है, त
msgid "If you want to export your data or delete your messages first, please visit the Privacy Dashboard section in User Settings before proceeding."
msgstr "अगर आप पहले अपना डेटा एक्सपोर्ट करना या संदेश हटाना चाहते हैं, तो आगे बढ़ने से पहले User Settings में Privacy Dashboard सेक्शन पर जाएँ।"
-#: src/components/channel/channel-view/DMChannelView.tsx:301
-#: src/components/channel/dm/DMWelcomeSection.tsx:119
+#: src/components/channel/channel-view/DMChannelView.tsx:302
+#: src/components/channel/dm/DMWelcomeSection.tsx:131
#: src/components/channel/friends/FriendListItem.tsx:145
#: src/components/channel/friends/FriendListItem.tsx:244
#: src/components/channel/friends/MobileFriendRequestItem.tsx:69
@@ -9740,7 +9821,7 @@ msgstr "अवहेलना करें"
#: src/components/channel/friends/FriendListItem.tsx:143
#: src/components/channel/friends/MobileFriendRequestItem.tsx:67
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:152
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:173
msgid "Ignore Friend Request"
msgstr "दोस्त अनुरोध को नज़रअंदाज़ करें"
@@ -9749,8 +9830,8 @@ msgstr "दोस्त अनुरोध को नज़रअंदाज़
msgid "Ignore per-channel message rate limits."
msgstr "प्रति-चैनल संदेश दर सीमाओं को अनदेखा करें।"
-#: src/components/pages/ReportPage.tsx:267
-#: src/components/pages/ReportPage.tsx:298
+#: src/components/pages/report/optionDescriptors.ts:48
+#: src/components/pages/report/optionDescriptors.ts:73
#: src/constants/IARConstants.tsx:57
#: src/constants/IARConstants.tsx:170
msgid "Illegal Activity"
@@ -9762,7 +9843,7 @@ msgid "image"
msgstr "छवि"
#: src/components/channel/embeds/media/EmbedGifv.tsx:237
-#: src/components/channel/embeds/media/EmbedImage.tsx:369
+#: src/components/channel/embeds/media/EmbedImage.tsx:374
#: src/components/modals/MediaViewerModal.tsx:362
#: src/components/search/HasFilterSheet.tsx:50
#: src/utils/FavoriteMemeUtils.ts:71
@@ -9783,8 +9864,8 @@ msgstr "छवि पूर्वावलोकन"
msgid "Images"
msgstr "छवियाँ"
-#: src/components/pages/ReportPage.tsx:272
-#: src/components/pages/ReportPage.tsx:284
+#: src/components/pages/report/optionDescriptors.ts:53
+#: src/components/pages/report/optionDescriptors.ts:62
#: src/constants/IARConstants.tsx:82
#: src/constants/IARConstants.tsx:124
msgid "Impersonation"
@@ -9839,7 +9920,7 @@ msgstr "{absWeeks} हफ्तों में"
msgid "in {absYears} years"
msgstr "{absYears} वर्षों में"
-#: src/components/channel/channel-view/DMChannelView.tsx:275
+#: src/components/channel/channel-view/DMChannelView.tsx:276
msgid "In call"
msgstr "कॉल में"
@@ -9880,7 +9961,7 @@ msgstr "अपने ब्राउज़र में, प्यूश-टू-
msgid "in:"
msgstr "में:"
-#: src/components/pages/ReportPage.tsx:286
+#: src/components/pages/report/optionDescriptors.ts:64
#: src/constants/IARConstants.tsx:134
msgid "Inappropriate Profile"
msgstr "अशोभनीय प्रोफ़ाइल"
@@ -9909,7 +9990,7 @@ msgstr "सभी कम्युनिटी मेंशन शामिल
msgid "Include audio from your screen in the share"
msgstr "शेयर में अपनी स्क्रीन का ऑडियो शामिल करें"
-#: src/components/channel/channel-view/DMChannelView.tsx:269
+#: src/components/channel/channel-view/DMChannelView.tsx:270
#: src/components/voice/IncomingCallUI.tsx:263
#: src/components/voice/IncomingCallUI.tsx:286
#: src/components/voice/IncomingCallUI.tsx:324
@@ -9946,11 +10027,11 @@ msgid "Increase app zoom level"
msgstr "ऐप का ज़ूम स्तर बढ़ाएँ"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:284
-#: src/components/channel/ChannelSearchResults.tsx:679
+#: src/components/channel/ChannelSearchResults.tsx:648
msgid "Indexing Channel"
msgstr "चैनल इंडेक्स हो रहा है"
-#: src/components/channel/ChannelSearchResults.tsx:317
+#: src/components/channel/ChannelSearchResults.tsx:274
msgid "Indexing..."
msgstr "सूचकांक निर्माण हो रहा है..."
@@ -10032,12 +10113,12 @@ msgstr "आइकन सहित इनपुट"
msgid "Insert emoji"
msgstr "इमोजी डालें"
-#: src/components/channel/InviteEmbed.tsx:198
+#: src/components/channel/InviteEmbed.tsx:200
#: src/components/modals/InviteAcceptModal.tsx:143
msgid "Install Emoji Pack"
msgstr "इमोजी पैक इंस्टॉल करें"
-#: src/components/channel/InviteEmbed.tsx:198
+#: src/components/channel/InviteEmbed.tsx:200
#: src/components/modals/InviteAcceptModal.tsx:143
msgid "Install Sticker Pack"
msgstr "स्टिकर पैक इंस्टॉल करें"
@@ -10104,7 +10185,7 @@ msgstr "अमान्य उपहार कोड"
msgid "Invalid instance response: missing webapp URL."
msgstr "अमान्य उदाहरण प्रतिक्रिया: वेबऐप URL गायब है।"
-#: src/components/modals/ClaimAccountModal.tsx:108
+#: src/components/modals/ClaimAccountModal.tsx:110
#: src/components/modals/EmailChangeModal.tsx:108
#: src/components/modals/EmailChangeModal.tsx:169
msgid "Invalid or expired code"
@@ -10134,7 +10215,7 @@ msgstr "उलटा बटन क्लिक किया गया!"
msgid "Invisible"
msgstr "अदृश्य"
-#: src/components/modals/InviteModal.tsx:257
+#: src/components/modals/InviteModal.tsx:267
#: src/components/modals/tabs/ExpressionPacksTab.tsx:83
#: src/constants/AuditLogConstants.tsx:239
msgid "Invite"
@@ -10144,7 +10225,7 @@ msgstr "निमंत्रण"
msgid "Invite Background"
msgstr "निमंत्रण पृष्ठभूमि"
-#: src/components/pages/ReportPage.tsx:908
+#: src/components/pages/report/ReportStepDetails.tsx:183
msgid "Invite Code (optional)"
msgstr "निमंत्रण कोड (वैकल्पिक)"
@@ -10170,7 +10251,7 @@ msgstr "दोस्तों को निमंत्रण दें"
msgid "Invite friends to {0}"
msgstr "{0} में दोस्तों को निमंत्रण दें"
-#: src/components/modals/InviteModal.tsx:317
+#: src/components/modals/InviteModal.tsx:314
msgid "Invite link"
msgstr "निमंत्रण लिंक"
@@ -10190,7 +10271,7 @@ msgid "Invite Links"
msgstr "निमंत्रण लिंक"
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:164
-#: src/components/layout/ChannelItem.tsx:599
+#: src/components/layout/ChannelItem.tsx:616
#: src/components/popouts/GuildHeaderPopout.tsx:178
msgid "Invite Members"
msgstr "सदस्यों को आमंत्रित करें"
@@ -10218,7 +10299,7 @@ msgid "Invite Page Preview"
msgstr "निमंत्रण पेज पूर्वावलोकन"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:381
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1144
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1168
#: src/components/layout/FavoritesChannelListContent.tsx:305
#: src/components/uikit/ContextMenu/ChannelListContextMenu.tsx:96
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:97
@@ -10236,7 +10317,7 @@ msgstr "निमंत्रण रद्द किया गया"
msgid "Invite sent for {0}"
msgstr "{0} के लिए निमंत्रण भेजा गया"
-#: src/components/bottomsheets/DMBottomSheet.tsx:256
+#: src/components/bottomsheets/DMBottomSheet.tsx:258
msgid "Invite sent to {guildName}"
msgstr "{guildName} को आमंत्रण भेजा गया"
@@ -10249,7 +10330,7 @@ msgid "Invite splash preview"
msgstr "निमंत्रण स्प्लैश पूर्वावलोकन"
#. placeholder {0}: guild.name
-#: src/components/bottomsheets/DMBottomSheet.tsx:499
+#: src/components/bottomsheets/DMBottomSheet.tsx:501
msgid "Invite to {0}"
msgstr "{0} में निमंत्रण"
@@ -10257,7 +10338,7 @@ msgstr "{0} में निमंत्रण"
msgid "Invite to Community"
msgstr "कम्युनिटी में निमंत्रण"
-#: src/components/channel/InviteEmbed.tsx:362
+#: src/components/channel/InviteEmbed.tsx:364
msgid "Invite Unavailable"
msgstr "निमंत्रण उपलब्ध नहीं है"
@@ -10277,7 +10358,7 @@ msgid "Invited by {0}#{1}"
msgstr "{0}#{1} द्वारा आमंत्रित"
#: src/components/auth/InviteHeader.tsx:159
-#: src/components/channel/InviteEmbed.tsx:222
+#: src/components/channel/InviteEmbed.tsx:224
msgid "Invited by {inviterTag}"
msgstr "{inviterTag} द्वारा आमंत्रित"
@@ -10290,8 +10371,8 @@ msgid "Inviter:"
msgstr "आमंत्रक:"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:303
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1199
-#: src/components/bottomsheets/DMBottomSheet.tsx:468
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1223
+#: src/components/bottomsheets/DMBottomSheet.tsx:470
#: src/components/channel/dm/DMList.tsx:257
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:145
msgid "Invites"
@@ -10301,11 +10382,11 @@ msgstr "निमंत्रण"
msgid "Invites are currently disabled for this community."
msgstr "इस कम्युनिटी के लिए फिलहाल निमंत्रण अक्षम हैं।"
-#: src/components/modals/InviteModal.tsx:270
+#: src/components/modals/InviteModal.tsx:237
msgid "Invites are currently disabled in this community by an admin. While this invite can be created, it cannot be accepted until invites are re-enabled."
msgstr "इस कम्युनिटी में एडमिन द्वारा फिलहाल निमंत्रण अक्षम किए गए हैं। यह निमंत्रण बनाया जा सकता है, लेकिन तब तक स्वीकार नहीं किया जा सकता जब तक निमंत्रण फिर से सक्षम न हो जाएँ।"
-#: src/components/layout/guild-list/GuildListItem.tsx:233
+#: src/components/layout/guild-list/GuildListItem.tsx:234
msgid "Invites are currently paused in this community"
msgstr "इस कम्युनिटी में फिलहाल निमंत्रण रोके गए हैं"
@@ -10317,7 +10398,7 @@ msgstr "पूर्वावलोकन कम्युनिटी के ल
msgid "Invites disabled"
msgstr "निमंत्रण अक्षम हैं"
-#: src/components/channel/InviteEmbed.tsx:257
+#: src/components/channel/InviteEmbed.tsx:259
#: src/components/modals/InviteAcceptModal.tsx:98
msgid "Invites Disabled"
msgstr "निमंत्रण अक्षम कर दिए गए हैं"
@@ -10343,7 +10424,7 @@ msgstr "<0>{0}0> के लिए निमंत्रण फिलहाल
msgid "IP address authorized"
msgstr "IP पता अधिकृत किया गया"
-#: src/components/pages/ReportPage.tsx:324
+#: src/components/pages/report/optionDescriptors.ts:96
msgid "Ireland"
msgstr "आयरलैंड"
@@ -10359,7 +10440,7 @@ msgstr "यहां टाइपिंग का एक पूरा उत्
msgid "Italian"
msgstr "इटालियन"
-#: src/components/pages/ReportPage.tsx:325
+#: src/components/pages/report/optionDescriptors.ts:97
msgid "Italy"
msgstr "इटली"
@@ -10381,16 +10462,16 @@ msgstr "एक कम्युनिटी में शामिल हों"
msgid "Join a community with stickers to get started!"
msgstr "शुरू करने के लिए स्टिकर वाली कम्युनिटी में शामिल हों!"
-#: src/components/channel/channel-view/DMChannelView.tsx:315
+#: src/components/channel/channel-view/DMChannelView.tsx:316
msgid "Join call"
msgstr "कॉल में शामिल हों"
-#: src/components/channel/InviteEmbed.tsx:261
-#: src/components/channel/InviteEmbed.tsx:451
+#: src/components/channel/InviteEmbed.tsx:263
+#: src/components/channel/InviteEmbed.tsx:453
#: src/components/layout/guild-list/AddGuildButton.tsx:71
#: src/components/modals/AddGuildModal.tsx:129
#: src/components/modals/AddGuildModal.tsx:410
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:304
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:342
#: src/components/modals/InviteAcceptModal.tsx:102
#: src/components/modals/InviteAcceptModalPreview.tsx:114
msgid "Join Community"
@@ -10400,7 +10481,7 @@ msgstr "कम्युनिटी में शामिल हों"
msgid "Join community form"
msgstr "कम्युनिटी फ़ॉर्म में शामिल हों"
-#: src/components/channel/InviteEmbed.tsx:187
+#: src/components/channel/InviteEmbed.tsx:189
msgid "Join Group"
msgstr "ग्रुप में शामिल हों"
@@ -10416,19 +10497,19 @@ msgstr "शामिल होने की सूचनाएँ"
msgid "Join Operators Community"
msgstr "ऑपरेटर कम्युनिटी में शामिल हों"
-#: src/components/channel/CallMessage.tsx:171
+#: src/components/channel/CallMessage.tsx:165
msgid "Join the call"
msgstr "कॉल में शामिल हों"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:122
+#: src/components/channel/ChannelHeader/CallButtons.tsx:159
msgid "Join Video Call"
msgstr "वीडियो कॉल में शामिल हों"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:118
+#: src/components/channel/ChannelHeader/CallButtons.tsx:150
msgid "Join Video Call ({participantCount} participant)"
msgstr "वीडियो कॉल में शामिल हों ({participantCount} प्रतिभागी)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:119
+#: src/components/channel/ChannelHeader/CallButtons.tsx:151
msgid "Join Video Call ({participantCount} participants)"
msgstr "वीडियो कॉल में शामिल हों ({participantCount} प्रतिभागी)"
@@ -10436,15 +10517,15 @@ msgstr "वीडियो कॉल में शामिल हों ({parti
msgid "Join Visionary Community"
msgstr "विजनरी कम्युनिटी में शामिल हों"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:70
+#: src/components/channel/ChannelHeader/CallButtons.tsx:89
msgid "Join Voice Call"
msgstr "वॉइस कॉल में शामिल हों"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:66
+#: src/components/channel/ChannelHeader/CallButtons.tsx:80
msgid "Join Voice Call ({participantCount} participant)"
msgstr "वॉयस कॉल में शामिल हों ({participantCount} प्रतिभागी)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:67
+#: src/components/channel/ChannelHeader/CallButtons.tsx:81
msgid "Join Voice Call ({participantCount} participants)"
msgstr "वॉयस कॉल में शामिल हों ({participantCount} प्रतिभागी)"
@@ -10495,7 +10576,7 @@ msgstr "JPEG, PNG, WebP। अधिकतम 10MB। अनुशंसित:
msgid "JPEG, PNG, WebP. Max 10MB. Recommended: 512×512px. Animated avatars (GIF) require <0/>."
msgstr "JPEG, PNG, WebP। अधिकतम 10MB। अनुशंसित: 512×512px। एनिमेटेड अवतार (GIF) के लिए <0/> आवश्यक है।"
-#: src/components/channel/ChannelSearchResults.tsx:777
+#: src/components/channel/ChannelSearchResults.tsx:745
#: src/components/pages/MessageListPage.tsx:97
#: src/components/popouts/RecentMentionsContent.tsx:221
#: src/components/popouts/SavedMessagesContent.tsx:102
@@ -10519,11 +10600,11 @@ msgstr "संदेश पर जाएँ"
msgid "Jump to Oldest Unread Message"
msgstr "सबसे पुराने अपठित संदेश पर जाएँ"
-#: src/components/channel/ChannelSearchResults.tsx:872
+#: src/components/channel/ChannelSearchResults.tsx:840
msgid "Jump to page"
msgstr "पेज पर जाएँ"
-#: src/components/channel/Messages.tsx:917
+#: src/components/channel/Messages.tsx:915
msgid "Jump to Present"
msgstr "वर्तमान पर जाएँ"
@@ -10612,7 +10693,7 @@ msgid "Keyboard Shortcuts"
msgstr "कीबोर्ड शॉर्टकट"
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:344
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:311
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:314
#: src/components/modals/KickMemberModal.tsx:58
#: src/components/modals/UserProfileActionsSheet.tsx:253
msgid "Kick"
@@ -10702,7 +10783,7 @@ msgstr "लेटेंसी {latency} मिलीसेकंड"
msgid "Latency graph"
msgstr "लेटेंसी ग्राफ"
-#: src/components/pages/ReportPage.tsx:326
+#: src/components/pages/report/optionDescriptors.ts:98
msgid "Latvia"
msgstr "लातविया"
@@ -10729,10 +10810,10 @@ msgstr "कम्युनिटी छोड़ें"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:248
#: src/components/bottomsheets/ChannelBottomSheet.tsx:250
#: src/components/bottomsheets/ChannelBottomSheet.tsx:314
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1253
-#: src/components/bottomsheets/DMBottomSheet.tsx:337
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1277
#: src/components/bottomsheets/DMBottomSheet.tsx:339
-#: src/components/bottomsheets/DMBottomSheet.tsx:551
+#: src/components/bottomsheets/DMBottomSheet.tsx:341
+#: src/components/bottomsheets/DMBottomSheet.tsx:554
#: src/components/channel/dm/DMList.tsx:265
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:159
#: src/hooks/useLeaveGroup.tsx:42
@@ -10740,27 +10821,27 @@ msgstr "कम्युनिटी छोड़ें"
msgid "Leave Group"
msgstr "ग्रुप छोड़ें"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:122
+#: src/components/channel/ChannelHeader/CallButtons.tsx:157
msgid "Leave Video Call"
msgstr "वीडियो कॉल छोड़ें"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:113
+#: src/components/channel/ChannelHeader/CallButtons.tsx:145
msgid "Leave Video Call ({participantCount} participant)"
msgstr "वीडियो कॉल छोड़ें ({participantCount} प्रतिभागी)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:114
+#: src/components/channel/ChannelHeader/CallButtons.tsx:146
msgid "Leave Video Call ({participantCount} participants)"
msgstr "वीडियो कॉल छोड़ें ({participantCount} प्रतिभागी)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:70
+#: src/components/channel/ChannelHeader/CallButtons.tsx:87
msgid "Leave Voice Call"
msgstr "वॉइस कॉल छोड़ें"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:61
+#: src/components/channel/ChannelHeader/CallButtons.tsx:75
msgid "Leave Voice Call ({participantCount} participant)"
msgstr "वॉयस कॉल छोड़ें ({participantCount} प्रतिभागी)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:62
+#: src/components/channel/ChannelHeader/CallButtons.tsx:76
msgid "Leave Voice Call ({participantCount} participants)"
msgstr "वॉयस कॉल छोड़ें ({participantCount} प्रतिभागी)"
@@ -10785,7 +10866,7 @@ msgstr "बाएँ संरेखित"
msgid "Left community"
msgstr "कम्युनिटी छोड़ी"
-#: src/components/bottomsheets/DMBottomSheet.tsx:350
+#: src/components/bottomsheets/DMBottomSheet.tsx:352
#: src/hooks/useLeaveGroup.tsx:56
msgid "Left group"
msgstr "ग्रुप छोड़ा"
@@ -10798,7 +10879,7 @@ msgstr "बायाँ आइकन"
msgid "Left Tooltip"
msgstr "बायाँ टूलटिप"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:90
+#: src/components/modals/components/plutonium/VisionarySection.tsx:99
msgid "Let people add you without needing a 4-digit tag"
msgstr "लोगों को 4-अंक टैग के बिना आपको जोड़ने दें"
@@ -10810,17 +10891,13 @@ msgstr "कम्युनिटी को स्वयं मॉडरेट
msgid "Letters (a-z, A-Z), numbers (0-9), and underscores (_) only"
msgstr "केवल अक्षर (a-z, A-Z), अंक (0-9) और अंडरस्कोर (_)"
-#: src/components/pages/ReportPage.tsx:729
-msgid "Letters and numbers only. You can paste the code—formatting is automatic."
-msgstr "केवल अक्षर और अंक। आप कोड चिपका सकते हैं—फॉर्मेटिंग स्वचालित है।"
-
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:120
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:139
#: src/components/modals/tabs/DeveloperOptionsTab/AccountPremiumTab.tsx:49
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:371
msgid "Lifetime"
msgstr "सदाबी"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:73
+#: src/components/modals/components/plutonium/VisionarySection.tsx:82
#: src/utils/giftUtils.ts:58
msgid "Lifetime Plutonium"
msgstr "सदाबी प्लूटोनियम"
@@ -10838,7 +10915,7 @@ msgid "Liked!"
msgstr "लाइक किया!"
#. placeholder {0}: formatter.format(visionarySlots.total)
-#: src/components/modals/components/plutonium/VisionarySection.tsx:61
+#: src/components/modals/components/plutonium/VisionarySection.tsx:70
msgid "Limited to {0} users. One-time purchase, lifetime access."
msgstr "{0} उपयोगकर्ताओं तक सीमित। एक बार खरीदें, सदाबहार पहुँच।"
@@ -10856,7 +10933,7 @@ msgstr "लिंक"
msgid "Link channel"
msgstr "चैनल लिंक करें"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:530
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:544
#: src/components/uikit/ContextMenu/MediaContextMenu.tsx:145
#: src/components/uikit/ContextMenu/MediaContextMenu.tsx:228
msgid "Link copied to clipboard"
@@ -10902,7 +10979,7 @@ msgstr "सूचियाँ"
msgid "Lists members with this role in their own section in the member list."
msgstr "सदस्य सूची में इस भूमिका वाले सदस्यों को अलग अनुभाग में दिखाता है।"
-#: src/components/pages/ReportPage.tsx:327
+#: src/components/pages/report/optionDescriptors.ts:99
msgid "Lithuania"
msgstr "लिथुआनिया"
@@ -10934,7 +11011,7 @@ msgstr "बैन लोड हो रहे हैं..."
msgid "Loading communities..."
msgstr "समुदाय लोड हो रहे हैं..."
-#: src/components/channel/embeds/media/EmbedImage.tsx:363
+#: src/components/channel/embeds/media/EmbedImage.tsx:368
msgid "Loading image"
msgstr "छवि लोड हो रही है"
@@ -10947,7 +11024,7 @@ msgid "Loading more..."
msgstr "और लोड हो रहा है..."
#: src/components/channel/embeds/media/EmbedGifv.tsx:493
-#: src/components/channel/embeds/media/EmbedGifv.tsx:721
+#: src/components/channel/embeds/media/EmbedGifv.tsx:745
msgid "Loading placeholder"
msgstr "प्लेसहोल्डर लोड हो रहा है"
@@ -10971,7 +11048,7 @@ msgstr "थीम लोड हो रही है..."
msgid "Loading verification methods..."
msgstr "सत्यापन विधियाँ लोड हो रही हैं..."
-#: src/components/channel/embeds/media/EmbedImage.tsx:363
+#: src/components/channel/embeds/media/EmbedImage.tsx:368
msgid "Loading: {alt}"
msgstr "लोड हो रहा है: {alt}"
@@ -11021,7 +11098,7 @@ msgid "Log in with a passkey"
msgstr "पासकी के साथ लॉग इन करें"
#: src/components/modals/components/DesktopSettingsView.tsx:346
-#: src/components/modals/components/MobileSettingsView.tsx:362
+#: src/components/modals/components/MobileSettingsView.tsx:357
#: src/components/pages/PendingVerificationPage.tsx:151
msgid "Log Out"
msgstr "लॉग आउट"
@@ -11101,7 +11178,7 @@ msgstr "कम"
msgid "Low (480p)"
msgstr "कम (480p)"
-#: src/components/pages/ReportPage.tsx:328
+#: src/components/pages/report/optionDescriptors.ts:100
msgid "Luxembourg"
msgstr "लक्जमबर्ग"
@@ -11114,16 +11191,16 @@ msgstr "ग्रुप मालिक बनाएं"
msgid "Make links to websites stand out more by always underlining them."
msgstr "वेबसाइट लिंक को हमेशा रेखांकित करके और अधिक अलग दिखाएँ।"
-#: src/components/pages/ReportPage.tsx:271
+#: src/components/pages/report/optionDescriptors.ts:52
#: src/constants/IARConstants.tsx:77
msgid "Malicious Links"
msgstr "खतरनाक लिंक"
-#: src/components/pages/ReportPage.tsx:329
+#: src/components/pages/report/optionDescriptors.ts:101
msgid "Malta"
msgstr "माल्टा"
-#: src/components/pages/ReportPage.tsx:302
+#: src/components/pages/report/optionDescriptors.ts:77
#: src/constants/IARConstants.tsx:190
msgid "Malware Distribution"
msgstr "मैलवेयर वितरण"
@@ -11214,7 +11291,7 @@ msgid "Manage slash commands for this application"
msgstr "इस ऐप के स्लैश कमांड प्रबंधित करें"
#: src/components/layout/app-layout/nagbars/PremiumGracePeriodNagbar.tsx:83
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:288
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:324
msgid "Manage Subscription"
msgstr "सदस्यता प्रबंधित करें"
@@ -11227,7 +11304,7 @@ msgstr "Fluxer में साइन इन करने के लिए उ
msgid "Manage Webhooks"
msgstr "वेबहुक्स प्रबंधित करें"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:100
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:104
msgid "Manage your applications and bots."
msgstr "अपने एप्लिकेशन और बॉट प्रबंधित करें।"
@@ -11243,7 +11320,7 @@ msgstr "अपने उपहार प्रबंधित करें"
msgid "Manage your phone number for SMS two-factor authentication"
msgstr "SMS टू-फैक्टर ऑथेंटिकेशन के लिए अपना फोन नंबर प्रबंधित करें"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:280
+#: src/components/modals/tabs/GiftInventoryTab.tsx:303
msgid "Manage your purchased Plutonium gift codes. Share the gift URL with someone special or redeem it for yourself!"
msgstr "अपने खरीदे गए प्लूटोनियम गिफ्ट कोड प्रबंधित करें। गिफ्ट URL किसी खास के साथ साझा करें या खुद रिडीम करें!"
@@ -11256,8 +11333,8 @@ msgid "Mark as 18+ (NSFW)"
msgstr "18+ (NSFW) के रूप में चिह्नित करें"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:358
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1115
-#: src/components/bottomsheets/DMBottomSheet.tsx:388
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1139
+#: src/components/bottomsheets/DMBottomSheet.tsx:390
#: src/components/channel/NewMessagesBar.tsx:60
#: src/components/uikit/ContextMenu/items/CategoryMenuItems.tsx:81
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:79
@@ -11319,7 +11396,7 @@ msgstr "Markdown"
msgid "Markdown Preview"
msgstr "Markdown पूर्वावलोकन"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:516
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:530
msgid "Marked as read"
msgstr "पढ़ा हुआ चिह्नित किया गया"
@@ -11347,7 +11424,7 @@ msgstr "स्लाइडर के नीचे मार्कर"
msgid "Marty_McFly"
msgstr "Marty_McFly"
-#: src/components/modals/ClaimAccountModal.tsx:160
+#: src/components/modals/ClaimAccountModal.tsx:162
#: src/components/modals/EmailChangeModal.tsx:254
msgid "marty@example.com"
msgstr "marty@example.com"
@@ -11356,7 +11433,7 @@ msgstr "marty@example.com"
msgid "Mask Visionary as subscription"
msgstr "Visionary को सब्सक्रिप्शन के रूप में छिपाएँ"
-#: src/components/modals/InviteModal.tsx:291
+#: src/components/modals/InviteModal.tsx:288
msgid "Max number of uses"
msgstr "उपयोगों की अधिकतम संख्या"
@@ -11393,7 +11470,8 @@ msgstr "कैमरे की अधिकतम गुणवत्ता 1080p
msgid "Maximum quality, requires very fast connection"
msgstr "अधिकतम गुणवत्ता, बहुत तेज़ कनेक्शन की आवश्यकता"
-#: src/components/modals/GiftAcceptModal.tsx:151
+#: src/components/modals/GiftAcceptModal.tsx:161
+#: src/components/modals/GiftAcceptModal.tsx:194
msgid "Maybe later"
msgstr "शायद बाद में"
@@ -11411,7 +11489,7 @@ msgstr "माप किया जा रहा है..."
#: src/components/channel/AutocompleteEmoji.tsx:154
#: src/components/channel/textarea/TextareaButtons.tsx:122
-#: src/components/modals/ExpressionPickerSheet.tsx:77
+#: src/components/modals/ExpressionPickerSheet.tsx:64
#: src/components/modals/tabs/ChatSettingsTab.tsx:43
#: src/components/modals/tabs/ChatSettingsTab/Inline.tsx:37
#: src/components/modals/utils/settingsConstants.tsx:298
@@ -11504,8 +11582,8 @@ msgstr "सदस्य सत्यापन"
msgid "Member verification level"
msgstr "सदस्य सत्यापन स्तर"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:877
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:913
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:909
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:945
#: src/components/modals/guildTabs/GuildMembersTab.tsx:429
#: src/components/modals/shared/AddOverridePopout.tsx:176
#: src/components/modals/utils/guildSettingsConstants.tsx:157
@@ -11536,7 +11614,7 @@ msgstr "सदस्य हटाए गए"
msgid "Members receive notifications for every message"
msgstr "सदस्यों को हर संदेश के लिए सूचना मिलती है"
-#: src/components/modals/InviteModal.tsx:302
+#: src/components/modals/InviteModal.tsx:299
msgid "Members will be removed when they go offline unless a role is assigned"
msgstr "जब सदस्य ऑफ़लाइन जाएँगे तब उन्हें हटा दिया जाएगा, जब तक कोई भूमिका असाइन न हो"
@@ -11608,11 +11686,11 @@ msgid "mentions:"
msgstr "उल्लेख:"
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:234
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:218
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:220
#: src/components/modals/tabs/ComponentGalleryTab/InputsTab.tsx:164
-#: src/components/modals/UserProfileMobileSheet.tsx:497
-#: src/components/modals/UserProfileModal.tsx:1189
-#: src/components/modals/UserProfileModal.tsx:1311
+#: src/components/modals/UserProfileMobileSheet.tsx:501
+#: src/components/modals/UserProfileModal.tsx:1190
+#: src/components/modals/UserProfileModal.tsx:1316
#: src/components/popouts/UserProfilePopout.tsx:289
#: src/components/popouts/UserProfilePopout.tsx:308
#: src/components/profile/ProfilePreview.tsx:292
@@ -11689,7 +11767,7 @@ msgstr "संदेश समूहीकरण"
msgid "Message is too long"
msgstr "संदेश बहुत लंबा है"
-#: src/components/pages/ReportPage.tsx:837
+#: src/components/pages/report/ReportStepDetails.tsx:107
msgid "Message Link"
msgstr "संदेश लिंक"
@@ -11744,7 +11822,7 @@ msgstr "संदेश और मीडिया"
msgid "Messages Deleted"
msgstr "संदेश हटाए गए"
-#: src/components/channel/Messages.tsx:938
+#: src/components/channel/Messages.tsx:936
msgid "Messages failed to load"
msgstr "संदेश लोड नहीं हो सके"
@@ -11888,22 +11966,21 @@ msgstr "मॉडरेशन"
msgid "Monospace font family"
msgstr "मोनोस्पेस फ़ॉन्ट फैमिली"
-#: src/components/auth/DateOfBirthField.tsx:87
-#: src/components/auth/DateOfBirthField.tsx:154
+#: src/components/auth/DateOfBirthField.tsx:151
#: src/components/auth/MockMinimalRegisterForm.tsx:68
msgid "Month"
msgstr "माह"
-#: src/components/modals/components/plutonium/PricingSection.tsx:71
+#: src/components/modals/components/plutonium/PricingSection.tsx:78
msgid "Monthly"
msgstr "मासिक"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:63
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:73
msgid "Monthly {monthlyPrice}"
msgstr "मासिक {monthlyPrice}"
#: src/components/accounts/AccountRow.tsx:178
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:863
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:895
#: src/components/channel/friends/FriendListItem.tsx:229
#: src/components/channel/MessageActionBar.tsx:647
#: src/components/channel/MessageActionBar.tsx:776
@@ -11936,7 +12013,7 @@ msgstr "अधिक स्टिकर स्लॉट"
msgid "Most popular"
msgstr "सबसे लोकप्रिय"
-#: src/components/channel/ChannelSearchResults.tsx:225
+#: src/components/channel/ChannelSearchResults.tsx:182
#: src/components/search/SortModeSheet.tsx:53
msgid "Most Relevant"
msgstr "सबसे प्रासंगिक"
@@ -12015,7 +12092,7 @@ msgstr "बहुभाषी सामग्री"
msgid "Music Lovers"
msgstr "संगीत प्रेमी"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:850
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:882
#: src/components/bottomsheets/VoiceLobbyBottomSheet.tsx:179
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:253
#: src/components/layout/UserArea.tsx:213
@@ -12055,7 +12132,7 @@ msgstr "चैनल म्यूट करें"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:400
#: src/components/bottomsheets/ChannelBottomSheet.tsx:452
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1010
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1034
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:171
#: src/components/modals/GuildNotificationSettingsModal.tsx:295
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:168
@@ -12069,9 +12146,9 @@ msgstr "चैनल म्यूट करें"
msgid "Mute Community"
msgstr "कम्युनिटी म्यूट करें"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1012
-#: src/components/bottomsheets/DMBottomSheet.tsx:449
-#: src/components/bottomsheets/DMBottomSheet.tsx:590
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1036
+#: src/components/bottomsheets/DMBottomSheet.tsx:451
+#: src/components/bottomsheets/DMBottomSheet.tsx:593
msgid "Mute Conversation"
msgstr "बातचीत म्यूट करें"
@@ -12096,7 +12173,7 @@ msgstr "सदस्यों को म्यूट करें"
msgid "Mute User"
msgstr "उपयोगकर्ता म्यूट करें"
-#: src/components/layout/guild-list/GuildListItem.tsx:193
+#: src/components/layout/guild-list/GuildListItem.tsx:194
#: src/components/layout/VoiceStateIcons.tsx:53
#: src/components/voice/VoiceParticipantTile.tsx:897
#: src/utils/ContextMenuUtils.tsx:159
@@ -12105,7 +12182,7 @@ msgstr "म्यूट किया गया"
#. placeholder {0}: DateUtils.getFormattedDateTime(new Date(muteConfig.end_time))
#. placeholder {0}: getFormattedDateTime(new Date(muteConfig.end_time))
-#: src/components/layout/guild-list/GuildListItem.tsx:191
+#: src/components/layout/guild-list/GuildListItem.tsx:192
#: src/utils/ContextMenuUtils.tsx:157
msgid "Muted until {0}"
msgstr "{0} तक म्यूट किया गया"
@@ -12253,7 +12330,7 @@ msgstr "खाता चाहिए?"
msgid "Neighborhood Watch"
msgstr "पड़ोस निगरानी"
-#: src/components/pages/ReportPage.tsx:330
+#: src/components/pages/report/optionDescriptors.ts:102
msgid "Netherlands"
msgstr "नीदरलैंड"
@@ -12261,9 +12338,9 @@ msgstr "नीदरलैंड"
msgid "Network"
msgstr "नेटवर्क"
-#: src/components/modals/components/PlutoniumContent.tsx:145
-#: src/components/modals/components/PlutoniumContent.tsx:271
-#: src/components/modals/tabs/BetaCodesTab.tsx:295
+#: src/components/modals/components/PlutoniumContent.tsx:156
+#: src/components/modals/components/PlutoniumContent.tsx:288
+#: src/components/modals/tabs/BetaCodesTab.tsx:320
#: src/components/modals/tabs/DevicesTab.tsx:229
msgid "Network error"
msgstr "नेटवर्क त्रुटि"
@@ -12290,7 +12367,7 @@ msgstr "कभी समाप्त नहीं होता"
#: src/components/channel/Divider.tsx:51
#: src/components/channel/Divider.tsx:60
#: src/components/channel/UnreadDividerSlot.tsx:45
-#: src/components/layout/GuildsLayout.tsx:285
+#: src/components/layout/GuildsLayout.tsx:283
msgid "New"
msgstr "नया"
@@ -12311,7 +12388,7 @@ msgstr "नया ईमेल"
msgid "New email form"
msgstr "नया ईमेल फॉर्म"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:902
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:934
msgid "New Group"
msgstr "नया समूह"
@@ -12334,7 +12411,7 @@ msgid "new-channel"
msgstr "नया-चैनल"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:446
-#: src/components/channel/ChannelSearchResults.tsx:223
+#: src/components/channel/ChannelSearchResults.tsx:180
msgid "Newest"
msgstr "सबसे नया"
@@ -12394,7 +12471,7 @@ msgstr "उपनाम 32 अक्षरों से अधिक नही
msgid "Nickname updated"
msgstr "उपनाम अपडेट किया गया"
-#: src/components/layout/GuildLayout.tsx:392
+#: src/components/layout/GuildLayout.tsx:397
msgid "No accessible channels"
msgstr "कोई सुलभ चैनल नहीं"
@@ -12431,7 +12508,7 @@ msgstr "कोई बैन किए गए उपयोगकर्ता न
msgid "No bans found matching your search."
msgstr "आपकी खोज के अनुरूप कोई प्रतिबंध नहीं मिला।"
-#: src/components/modals/tabs/BetaCodesTab.tsx:365
+#: src/components/modals/tabs/BetaCodesTab.tsx:390
msgid "No beta codes yet"
msgstr "अभी तक कोई बीटा कोड नहीं"
@@ -12471,7 +12548,7 @@ msgstr "कोई चैनल उपलब्ध नहीं"
msgid "No channels found"
msgstr "कोई चैनल नहीं मिला"
-#: src/components/modals/tabs/BetaCodesTab.tsx:275
+#: src/components/modals/tabs/BetaCodesTab.tsx:279
msgid "No codes remaining. Resets {resetString}"
msgstr "कोई कोड बाकी नहीं। {resetString} पर रीसेट होता है"
@@ -12484,7 +12561,7 @@ msgid "No community banner"
msgstr "कोई कम्युनिटी बैनर नहीं"
#: src/components/auth/InviteHeader.tsx:156
-#: src/components/channel/InviteEmbed.tsx:215
+#: src/components/channel/InviteEmbed.tsx:217
#: src/components/modals/InviteAcceptModal.tsx:148
#: src/components/modals/tabs/ExpressionPacksTab.tsx:73
msgid "No description provided."
@@ -12516,7 +12593,7 @@ msgstr "अभी तक कोई दोस्त नहीं"
msgid "No GIFs found"
msgstr "कोई GIF नहीं मिला"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:311
+#: src/components/modals/tabs/GiftInventoryTab.tsx:334
msgid "No gifts yet"
msgstr "अभी तक कोई गिफ्ट नहीं"
@@ -12656,7 +12733,7 @@ msgid "No results"
msgstr "कोई परिणाम नहीं"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:315
-#: src/components/channel/ChannelSearchResults.tsx:709
+#: src/components/channel/ChannelSearchResults.tsx:678
msgid "No Results"
msgstr "कोई परिणाम नहीं"
@@ -12717,7 +12794,7 @@ msgstr "कोई सिस्टम चैनल नहीं"
msgid "No Timer"
msgstr "कोई टाइमर नहीं"
-#: src/components/channel/dm/AddFriendForm.tsx:70
+#: src/components/channel/dm/AddFriendForm.tsx:93
msgid "No user found with that FluxerTag."
msgstr "उस FluxerTag वाला कोई उपयोगकर्ता नहीं मिला।"
@@ -12797,7 +12874,7 @@ msgstr "अभी नहीं"
msgid "Not your cup of tea? You can disable this feature anytime."
msgstr "यह आपकी पसंद नहीं है? आप कभी भी इस फीचर को बंद कर सकते हैं।"
-#: src/components/modals/UserProfileMobileSheet.tsx:549
+#: src/components/modals/UserProfileMobileSheet.tsx:553
#: src/components/modals/UserProfileModal.tsx:244
#: src/components/modals/UserProfileModal.tsx:248
#: src/components/pages/YouPage.tsx:144
@@ -12813,7 +12890,7 @@ msgstr "नोट (केवल आपको दिखाई देता है
msgid "nothing"
msgstr "कुछ नहीं"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1387
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1411
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:218
#: src/components/modals/GuildNotificationSettingsModal.tsx:95
#: src/components/modals/GuildNotificationSettingsModal.tsx:226
@@ -12835,8 +12912,8 @@ msgid "Notification Overrides"
msgstr "सूचना ओवरराइड"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:405
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1160
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1341
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1184
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1365
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:199
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsButton.tsx:59
#: src/components/modals/GuildNotificationSettingsModal.tsx:162
@@ -12904,17 +12981,17 @@ msgstr "NSFW सामग्री की अनुमति नहीं"
msgid "NSFW Gates"
msgstr "NSFW गेट"
-#: src/components/pages/ReportPage.tsx:266
+#: src/components/pages/report/optionDescriptors.ts:47
#: src/constants/IARConstants.tsx:52
msgid "NSFW Policy Violation"
msgstr "NSFW नीति का उल्लंघन"
#. placeholder {0}: formatter.format(visionarySlots.total)
-#: src/components/modals/components/plutonium/VisionarySection.tsx:82
+#: src/components/modals/components/plutonium/VisionarySection.tsx:91
msgid "Numbered badge (1-{0}) showing your Visionary status"
msgstr "संख्यांकित बैज (1-{0}) आपके विजनरी स्थिति को दर्शा रहा है"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:83
+#: src/components/modals/components/plutonium/VisionarySection.tsx:92
msgid "Numbered badge showing your Visionary status"
msgstr "संख्यायुक्त बैज जो आपकी विजनरी स्थिति दिखाता है"
@@ -12933,8 +13010,8 @@ msgstr "वस्तुएँ"
msgid "Off"
msgstr "बंद"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:281
-#: src/components/channel/ChannelMembers.tsx:137
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:287
+#: src/components/channel/ChannelMembers.tsx:108
#: src/Constants.tsx:134
#: src/utils/MemberListUtils.ts:150
#: src/utils/MemberListUtils.ts:188
@@ -12962,7 +13039,7 @@ msgid "Okay"
msgstr "ठीक है"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:446
-#: src/components/channel/ChannelSearchResults.tsx:224
+#: src/components/channel/ChannelSearchResults.tsx:181
msgid "Oldest"
msgstr "सबसे पुराना"
@@ -13020,25 +13097,25 @@ msgstr "एक या अधिक चैनलों को इंडेक्
msgid "one second ago"
msgstr "एक सेकंड पहले"
-#: src/components/modals/components/plutonium/GiftSection.tsx:71
-#: src/components/modals/components/plutonium/GiftSection.tsx:80
-#: src/components/modals/components/plutonium/PricingSection.tsx:103
-#: src/components/modals/components/plutonium/PricingSection.tsx:112
+#: src/components/modals/components/plutonium/GiftSection.tsx:78
+#: src/components/modals/components/plutonium/GiftSection.tsx:90
+#: src/components/modals/components/plutonium/PricingSection.tsx:118
+#: src/components/modals/components/plutonium/PricingSection.tsx:130
msgid "one-time purchase"
msgstr "एक बार की खरीद"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:65
+#: src/components/modals/components/plutonium/VisionarySection.tsx:74
msgid "One-time purchase, lifetime access."
msgstr "एक बार की खरीदारी, जीवन भर की पहुंच।"
-#: src/components/modals/components/plutonium/GiftSection.tsx:89
-#: src/components/modals/components/plutonium/PricingSection.tsx:90
-#: src/components/modals/components/plutonium/PricingSection.tsx:121
+#: src/components/modals/components/plutonium/GiftSection.tsx:102
+#: src/components/modals/components/plutonium/PricingSection.tsx:103
+#: src/components/modals/components/plutonium/PricingSection.tsx:142
msgid "one-time, lifetime"
msgstr "एक बार, आजीवन"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:281
-#: src/components/channel/ChannelMembers.tsx:135
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:285
+#: src/components/channel/ChannelMembers.tsx:106
#: src/components/channel/dm/DMFriendsView.tsx:168
#: src/components/channel/friends/views/FriendsList.tsx:95
#: src/Constants.tsx:130
@@ -13051,7 +13128,7 @@ msgstr "ऑनलाइन"
msgid "Online Status"
msgstr "ऑनलाइन स्थिति"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1382
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1406
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:212
#: src/components/modals/GuildNotificationSettingsModal.tsx:91
#: src/components/modals/GuildNotificationSettingsModal.tsx:281
@@ -13120,11 +13197,11 @@ msgstr "खाता दावा मोडल खोलें"
msgid "Open color picker"
msgstr "रंग चयनक खोलें"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1398
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1422
msgid "Open Community Notification Settings"
msgstr "समुदाय सूचना सेटिंग्स खोलें"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:286
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:322
msgid "Open Customer Portal"
msgstr "ग्राहक पोर्टल खोलें"
@@ -13293,7 +13370,7 @@ msgstr "विकल्प तीन"
msgid "Option Two"
msgstr "विकल्प दो"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:89
+#: src/components/modals/components/plutonium/VisionarySection.tsx:98
msgid "Optional #0000 tag"
msgstr "वैकल्पिक #0000 टैग"
@@ -13309,7 +13386,7 @@ msgstr "या"
msgid "Or copy the link:"
msgstr "या लिंक कॉपी करें:"
-#: src/components/modals/InviteModal.tsx:312
+#: src/components/modals/InviteModal.tsx:309
msgid "or send an invite link to a friend:"
msgstr "या किसी मित्र को निमंत्रण लिंक भेजें:"
@@ -13325,9 +13402,9 @@ msgstr "मूल संदेश लोड नहीं हो सका"
msgid "Original message was deleted"
msgstr "मूल संदेश हटा दिया गया था"
-#: src/components/pages/ReportPage.tsx:273
-#: src/components/pages/ReportPage.tsx:287
-#: src/components/pages/ReportPage.tsx:303
+#: src/components/pages/report/optionDescriptors.ts:54
+#: src/components/pages/report/optionDescriptors.ts:65
+#: src/components/pages/report/optionDescriptors.ts:78
#: src/constants/IARConstants.tsx:87
#: src/constants/IARConstants.tsx:139
#: src/constants/IARConstants.tsx:195
@@ -13463,8 +13540,8 @@ msgstr "पासकी को एक वैध एप्लिकेशन प
#: src/components/auth/AuthLoginCore/AuthLoginEmailPasswordForm.tsx:90
#: src/components/auth/AuthRegisterFormCore.tsx:136
#: src/components/auth/AuthRegisterFormCore.tsx:217
-#: src/components/modals/ClaimAccountModal.tsx:168
-#: src/components/modals/ClaimAccountModal.tsx:208
+#: src/components/modals/ClaimAccountModal.tsx:170
+#: src/components/modals/ClaimAccountModal.tsx:210
#: src/components/modals/SudoVerificationModal.tsx:171
#: src/components/modals/SudoVerificationModal.tsx:236
#: src/components/modals/tabs/AccountSecurityTab/AccountTab.tsx:105
@@ -13546,11 +13623,11 @@ msgstr "वे लोग जो आपके मित्रों के मि
msgid "People who are friends with your friends can call you"
msgstr "वे लोग जो आपके मित्रों के मित्र हैं, आपको कॉल कर सकते हैं"
-#: src/components/modals/components/plutonium/PricingSection.tsx:73
+#: src/components/modals/components/plutonium/PricingSection.tsx:80
msgid "per month"
msgstr "प्रति माह"
-#: src/components/modals/components/plutonium/PricingSection.tsx:80
+#: src/components/modals/components/plutonium/PricingSection.tsx:90
msgid "per year"
msgstr "प्रति वर्ष"
@@ -13588,8 +13665,8 @@ msgstr "अनुमतियाँ प्रदान की गईं"
msgid "Personal notes"
msgstr "निजी नोट्स"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:479
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:778
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:493
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:810
#: src/components/channel/channel-header/useChannelHeaderData.ts:84
#: src/components/channel/dm/DMList.tsx:708
#: src/components/channel/dm/DMList.tsx:795
@@ -13662,16 +13739,16 @@ msgid "Pick which phone step to show"
msgstr "कौन सा फ़ोन चरण दिखाना है चुनें"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:336
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1132
-#: src/components/bottomsheets/DMBottomSheet.tsx:483
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1156
+#: src/components/bottomsheets/DMBottomSheet.tsx:485
#: src/components/channel/dm/DMList.tsx:287
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:153
msgid "Pin DM"
msgstr "डीएम पिन करें"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:295
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1132
-#: src/components/bottomsheets/DMBottomSheet.tsx:483
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1156
+#: src/components/bottomsheets/DMBottomSheet.tsx:485
#: src/components/channel/dm/DMList.tsx:248
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:133
msgid "Pin Group DM"
@@ -13714,20 +13791,20 @@ msgid "Ping: {latency}ms"
msgstr "पिंग: {latency}ms"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:219
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:566
-#: src/components/bottomsheets/DMBottomSheet.tsx:147
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:580
+#: src/components/bottomsheets/DMBottomSheet.tsx:149
#: src/components/channel/dm/DMList.tsx:214
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:115
msgid "Pinned DM"
msgstr "पिन किया गया डीएम"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:219
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:566
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:580
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:95
msgid "Pinned group"
msgstr "पिन किया गया समूह"
-#: src/components/bottomsheets/DMBottomSheet.tsx:147
+#: src/components/bottomsheets/DMBottomSheet.tsx:149
msgid "Pinned group DM"
msgstr "पिन किया गया ग्रुप DM"
@@ -13742,7 +13819,7 @@ msgstr "पिन किए गए संदेश"
msgid "pinned:"
msgstr "पिन किया गया:"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:886
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:918
msgid "Pins"
msgstr "पिन"
@@ -13789,15 +13866,15 @@ msgstr "कृपया सत्यापन ईमेल के लिए अ
msgid "Please enable Fluxer in System Settings → Privacy & Security → Input Monitoring."
msgstr "कृपया सिस्टम सेटिंग्स → गोपनीयता व सुरक्षा → इनपुट मॉनिटरिंग में Fluxer सक्षम करें।"
-#: src/components/pages/ReportPage.tsx:396
+#: src/components/pages/ReportPage.tsx:211
msgid "Please enter a valid email address."
msgstr "कृपया एक मान्य ईमेल पता दर्ज करें।"
-#: src/components/channel/dm/AddFriendForm.tsx:74
+#: src/components/channel/dm/AddFriendForm.tsx:97
msgid "Please enter a valid FluxerTag (Username#0000)."
msgstr "कृपया एक मान्य FluxerTag (Username#0000) दर्ज करें।"
-#: src/components/pages/ReportPage.tsx:509
+#: src/components/pages/ReportPage.tsx:336
msgid "Please enter a valid message link URL."
msgstr "कृपया एक मान्य संदेश लिंक URL दर्ज करें।"
@@ -13809,26 +13886,22 @@ msgstr "कृपया एक API एंडपॉइंट दर्ज कर
msgid "Please fill out the following fields: {fieldList}"
msgstr "कृपया निम्नलिखित फ़ील्ड भरें: {fieldList}"
-#: src/components/pages/ReportPage.tsx:436
+#: src/components/pages/ReportPage.tsx:261
msgid "Please go back and enter a valid email address."
msgstr "कृपया वापस जाएं और एक मान्य ईमेल पता दर्ज करें।"
-#: src/components/pages/ReportPage.tsx:542
+#: src/components/pages/ReportPage.tsx:369
msgid "Please include the community (guild) ID you are reporting."
msgstr "कृपया उस कम्युनिटी (गिल्ड) आईडी को शामिल करें जिसकी आप रिपोर्ट कर रहे हैं।"
-#: src/components/pages/ReportPage.tsx:504
+#: src/components/pages/ReportPage.tsx:331
msgid "Please paste the message link you are reporting."
msgstr "कृपया उस संदेश लिंक को चिपकाएँ जिसे आप रिपोर्ट कर रहे हैं।"
-#: src/components/pages/ReportPage.tsx:391
+#: src/components/pages/ReportPage.tsx:206
msgid "Please provide an email address."
msgstr "कृपया एक ईमेल पता दें।"
-#: src/components/pages/ReportPage.tsx:801
-msgid "Please provide the details of your report."
-msgstr "कृपया अपनी रिपोर्ट का विवरण दें।"
-
#: src/components/modals/tabs/ApplicationsTab/ApplicationDetail.tsx:555
msgid "Please retry or go back to the applications list."
msgstr "कृपया पुनः प्रयास करें या एप्लिकेशन सूची पर वापस जाएँ।"
@@ -13837,7 +13910,7 @@ msgstr "कृपया पुनः प्रयास करें या ए
msgid "Please select a violation category"
msgstr "कृपया एक उल्लंघन श्रेणी चुनें"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:297
+#: src/components/modals/tabs/GiftInventoryTab.tsx:320
msgid "Please try again later."
msgstr "कृपया बाद में पुनः प्रयास करें।"
@@ -13878,7 +13951,7 @@ msgstr "प्लूटोनियम बैज गोपनीयता"
msgid "Plutonium perks"
msgstr "प्लूटोनियम विशेषताएँ"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:110
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:129
msgid "Plutonium Subscription"
msgstr "प्लूटोनियम सदस्यता"
@@ -13886,7 +13959,7 @@ msgstr "प्लूटोनियम सदस्यता"
msgid "PNG"
msgstr "PNG"
-#: src/components/pages/ReportPage.tsx:331
+#: src/components/pages/report/optionDescriptors.ts:103
msgid "Poland"
msgstr "पोलैंड"
@@ -13903,7 +13976,7 @@ msgstr "पोल"
msgid "Popouts"
msgstr "पॉपआउट"
-#: src/components/pages/ReportPage.tsx:332
+#: src/components/pages/report/optionDescriptors.ts:104
msgid "Portugal"
msgstr "पुर्तगाल"
@@ -13943,11 +14016,11 @@ msgstr "प्रीमियम प्रकार ओवरराइड"
msgid "Press keys..."
msgstr "कुंजियाँ दबाएँ..."
-#: src/components/channel/MessageReactions.tsx:121
+#: src/components/channel/MessageReactions.tsx:120
msgid "press to add reaction"
msgstr "प्रतिक्रिया जोड़ने के लिए दबाएँ"
-#: src/components/channel/MessageReactions.tsx:121
+#: src/components/channel/MessageReactions.tsx:120
msgid "press to remove reaction"
msgstr "प्रतिक्रिया हटाने के लिए दबाएँ"
@@ -14143,15 +14216,15 @@ msgstr "अपने खाते को टू-फैक्टर ऑथें
msgid "Provide any additional context that may help our Safety Team..."
msgstr "कोई अतिरिक्त संदर्भ दें जो हमारी सुरक्षा टीम की मदद कर सके..."
-#: src/components/pages/ReportPage.tsx:882
+#: src/components/pages/report/ReportStepDetails.tsx:156
msgid "Provide at least a user ID or a user tag."
msgstr "कम से कम एक उपयोगकर्ता ID या उपयोगकर्ता टैग प्रदान करें।"
-#: src/components/pages/ReportPage.tsx:527
+#: src/components/pages/ReportPage.tsx:354
msgid "Provide either a user ID or a FluxerTag for the person you are reporting."
msgstr "जिस व्यक्ति की आप रिपोर्ट कर रहे हैं, उसके लिए यूज़र आईडी या FluxerTag दें।"
-#: src/components/pages/ReportPage.tsx:478
+#: src/components/pages/ReportPage.tsx:305
msgid "Provide your full legal name for the declaration."
msgstr "घोषणा के लिए अपना पूरा कानूनी नाम प्रदान करें।"
@@ -14163,7 +14236,7 @@ msgstr "उन सदस्यों को हटाया गया जो {da
msgid "Public bot"
msgstr "सार्वजनिक बॉट"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:312
+#: src/components/modals/tabs/GiftInventoryTab.tsx:335
msgid "Purchase a Plutonium gift from the Plutonium tab to share with friends!"
msgstr "दोस्तों के साथ साझा करने के लिए प्लूटोनियम टैब से प्लूटोनियम उपहार खरीदें!"
@@ -14171,12 +14244,12 @@ msgstr "दोस्तों के साथ साझा करने के
msgid "Purchase History"
msgstr "खरीद इतिहास"
-#: src/components/modals/components/plutonium/PricingSection.tsx:61
+#: src/components/modals/components/plutonium/PricingSection.tsx:67
msgid "Purchase mode"
msgstr "खरीद मोड"
#. placeholder {0}: getFormattedShortDate(new Date(gift.created_at))
-#: src/components/modals/tabs/GiftInventoryTab.tsx:119
+#: src/components/modals/tabs/GiftInventoryTab.tsx:120
msgid "Purchased {0}"
msgstr "खरीदा गया {0}"
@@ -14275,7 +14348,7 @@ msgstr "रेडियो बटन एक समूह से एक विक
msgid "Radio Group"
msgstr "रेडियो समूह"
-#: src/components/pages/ReportPage.tsx:300
+#: src/components/pages/report/optionDescriptors.ts:75
#: src/constants/IARConstants.tsx:180
msgid "Raid Coordination"
msgstr "रेड समन्वय"
@@ -14310,7 +14383,7 @@ msgid "Reactions"
msgstr "प्रतिक्रियाएँ"
#: src/components/layout/app-layout/nagbars/PremiumExpiredNagbar.tsx:77
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:284
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:320
msgid "Reactivate"
msgstr "पुनः सक्रिय करें"
@@ -14323,15 +14396,15 @@ msgstr "संदेश इतिहास पढ़ें"
msgid "Read the community's audit log of changes and moderation actions."
msgstr "परिवर्तनों और मॉडरेशन कार्यों के समुदाय के ऑडिट लॉग को पढ़ें।"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:146
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:160
msgid "Read the Documentation (fluxer.dev)"
msgstr "डॉक्यूमेंटेशन पढ़ें (fluxer.dev)"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:52
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:60
msgid "Ready to Buy a Gift?"
msgstr "उपहार खरीदने के लिए तैयार?"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:52
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:60
msgid "Ready to Upgrade?"
msgstr "अपग्रेड करने के लिए तैयार?"
@@ -14388,11 +14461,11 @@ msgstr "पुनः कनेक्ट हो रहा है…"
msgid "Record shortcut"
msgstr "शॉर्टकट रिकॉर्ड करें"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:269
+#: src/components/modals/tabs/GiftInventoryTab.tsx:292
msgid "Redeem"
msgstr "भुनाएं"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:232
+#: src/components/modals/tabs/GiftInventoryTab.tsx:255
msgid "Redeem a Gift"
msgstr "उपहार भुनाएँ"
@@ -14400,40 +14473,40 @@ msgstr "उपहार भुनाएँ"
msgid "Redeem Beta Code"
msgstr "बीटा कोड भुनाएँ"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:165
+#: src/components/modals/tabs/GiftInventoryTab.tsx:166
msgid "Redeem for Yourself"
msgstr "अपने लिए भुनाएँ"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:255
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:281
msgid "Redeem Gift Code"
msgstr "उपहार कोड भुनाएँ"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:238
+#: src/components/modals/tabs/GiftInventoryTab.tsx:261
msgid "Redeem gift code form"
msgstr "उपहार कोड भुनाने का फॉर्म"
#. placeholder {0}: redeemedBetaCodes.length
-#: src/components/modals/tabs/BetaCodesTab.tsx:349
+#: src/components/modals/tabs/BetaCodesTab.tsx:374
msgid "Redeemed ({0})"
msgstr "भुनाया गया ({0})"
#. placeholder {0}: getFormattedShortDate(new Date(gift.redeemed_at!))
-#: src/components/modals/tabs/GiftInventoryTab.tsx:117
+#: src/components/modals/tabs/GiftInventoryTab.tsx:118
msgid "Redeemed {0}"
msgstr "{0} भुनाया गया"
#. placeholder {0}: gift.redeemed_by.username
#. placeholder {1}: gift.redeemed_by.discriminator
-#: src/components/modals/tabs/GiftInventoryTab.tsx:153
+#: src/components/modals/tabs/GiftInventoryTab.tsx:154
msgid "Redeemed by {0}#{1}"
msgstr "{0}#{1} द्वारा भुनाया गया"
-#: src/components/modals/tabs/BetaCodesTab.tsx:54
+#: src/components/modals/tabs/BetaCodesTab.tsx:56
msgid "Redeemer"
msgstr "भुनाने वाला"
-#: src/components/modals/tabs/BetaCodesTab.tsx:111
-#: src/components/modals/tabs/BetaCodesTab.tsx:188
+#: src/components/modals/tabs/BetaCodesTab.tsx:113
+#: src/components/modals/tabs/BetaCodesTab.tsx:190
msgid "Redeemer:"
msgstr "भुनाने वाला:"
@@ -14526,7 +14599,7 @@ msgstr "सामान्य बटन"
msgid "Regular button clicked!"
msgstr "सामान्य बटन क्लिक किया गया!"
-#: src/components/channel/channel-view/DMChannelView.tsx:298
+#: src/components/channel/channel-view/DMChannelView.tsx:299
#: src/components/voice/IncomingCallUI.tsx:310
msgid "Reject"
msgstr "अस्वीकार करें"
@@ -14624,19 +14697,19 @@ msgstr "प्रवेश ध्वनि हटाएँ"
msgid "Remove filter"
msgstr "फ़िल्टर हटाएँ"
-#: src/components/bottomsheets/DMBottomSheet.tsx:508
-#: src/components/channel/dm/DMWelcomeSection.tsx:132
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:144
+#: src/components/bottomsheets/DMBottomSheet.tsx:510
+#: src/components/channel/dm/DMWelcomeSection.tsx:144
#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:146
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:253
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:148
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:255
#: src/components/modals/UserProfileActionsSheet.tsx:115
#: src/components/modals/UserProfileActionsSheet.tsx:117
#: src/components/modals/UserProfileActionsSheet.tsx:278
-#: src/components/modals/UserProfileMobileSheet.tsx:302
-#: src/components/modals/UserProfileMobileSheet.tsx:304
+#: src/components/modals/UserProfileMobileSheet.tsx:303
+#: src/components/modals/UserProfileMobileSheet.tsx:305
#: src/components/modals/UserProfileModal.tsx:1143
-#: src/components/modals/UserProfileModal.tsx:1228
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:108
+#: src/components/modals/UserProfileModal.tsx:1229
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:129
#: src/utils/RelationshipActionUtils.tsx:113
#: src/utils/RelationshipActionUtils.tsx:115
msgid "Remove Friend"
@@ -14654,8 +14727,8 @@ msgid "Remove from favorites"
msgstr "पसंदीदा से हटाएँ"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:370
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1103
-#: src/components/bottomsheets/DMBottomSheet.tsx:400
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1127
+#: src/components/bottomsheets/DMBottomSheet.tsx:402
#: src/components/channel/ChannelHeader.tsx:547
#: src/components/channel/ChannelHeader.tsx:595
#: src/components/channel/ChannelHeader.tsx:600
@@ -14720,7 +14793,7 @@ msgstr "स्पॉइलर हटाएँ"
msgid "Remove sticker"
msgstr "स्टिकर हटाएँ"
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:285
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:288
#: src/components/modals/RemoveTimeoutModal.tsx:61
#: src/components/modals/RemoveTimeoutModal.tsx:75
#: src/components/modals/TimeoutMemberSheet.tsx:101
@@ -14763,11 +14836,11 @@ msgid "Removed from bookmarks"
msgstr "बुकमार्क से हटाया गया"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:115
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:541
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:555
msgid "Removed from favorites"
msgstr "पसंदीदा से हटाया गया"
-#: src/components/bottomsheets/DMBottomSheet.tsx:126
+#: src/components/bottomsheets/DMBottomSheet.tsx:128
msgid "Removed from Favorites"
msgstr "पसंदीदा से हटाया गया"
@@ -14891,7 +14964,7 @@ msgstr "समुदाय का नाम {0} कर दिया गया।
msgid "Render all your messages as unknown message type"
msgstr "अपने सभी संदेशों को अज्ञात संदेश प्रकार के रूप में प्रस्तुत करें"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:234
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:253
msgid "Renews on <0>{renewalDate}0>."
msgstr "<0>{renewalDate}0> को नवीनीकरण होता है।"
@@ -14932,15 +15005,15 @@ msgstr "जवाब दें"
msgid "Replying to <0>{authorNickname}0>"
msgstr "<0>{authorNickname}0> को जवाब दे रहे हैं"
-#: src/components/pages/ReportPage.tsx:249
+#: src/components/pages/report/optionDescriptors.ts:38
msgid "Report a Community"
msgstr "एक समुदाय की रिपोर्ट करें"
-#: src/components/pages/ReportPage.tsx:247
+#: src/components/pages/report/optionDescriptors.ts:36
msgid "Report a Message"
msgstr "एक संदेश रिपोर्ट करें"
-#: src/components/pages/ReportPage.tsx:248
+#: src/components/pages/report/optionDescriptors.ts:37
msgid "Report a User Profile"
msgstr "एक उपयोगकर्ता प्रोफ़ाइल रिपोर्ट करें"
@@ -14949,12 +15022,12 @@ msgstr "एक उपयोगकर्ता प्रोफ़ाइल रि
msgid "Report Community"
msgstr "समुदाय रिपोर्ट करें"
-#: src/components/pages/ReportPage.tsx:801
-msgid "Report Details"
+#: src/components/pages/report/ReportStepDetails.tsx:74
+msgid "Report details"
msgstr "रिपोर्ट विवरण"
-#: src/components/pages/ReportPage.tsx:241
-#: src/components/pages/ReportPage.tsx:612
+#: src/components/pages/report/ReportStepSelection.tsx:41
+#: src/components/pages/ReportPage.tsx:60
msgid "Report Illegal Content"
msgstr "अवैध सामग्री रिपोर्ट करें"
@@ -14963,33 +15036,24 @@ msgstr "अवैध सामग्री रिपोर्ट करें"
msgid "Report Message"
msgstr "संदेश रिपोर्ट करें"
-#: src/components/pages/ReportPage.tsx:588
-msgid "Report Submitted"
-msgstr "रिपोर्ट सबमिट हो गई"
+#: src/components/pages/report/ReportStepComplete.tsx:36
+msgid "Report submitted"
+msgstr "रिपोर्ट प्रस्तुत की गई"
#: src/components/modals/IARModal.tsx:128
msgid "Report submitted successfully. Our Safety Team will review it shortly."
msgstr "रिपोर्ट सफलतापूर्वक सबमिट हो गई। हमारी सुरक्षा टीम इसे जल्द ही जांचेगी।"
-#: src/components/pages/ReportPage.tsx:624
-msgid "Report Type"
-msgstr "रिपोर्ट प्रकार"
-
#: src/components/modals/IARModal.tsx:84
#: src/components/modals/UserProfileActionsSheet.tsx:289
#: src/components/modals/UserProfileModal.tsx:1157
msgid "Report User"
msgstr "उपयोगकर्ता रिपोर्ट करें"
-#: src/components/pages/ReportPage.tsx:852
+#: src/components/pages/report/ReportStepDetails.tsx:123
msgid "Reported User Tag (optional)"
msgstr "रिपोर्टेड उपयोगकर्ता टैग (वैकल्पिक)"
-#: src/components/pages/ReportPage.tsx:644
-#: src/components/pages/ReportPage.tsx:804
-msgid "Reporting:"
-msgstr "रिपोर्ट कर रहा है:"
-
#: src/components/modals/tabs/PrivacySafetyTab/DataExportTab.tsx:48
#: src/components/modals/tabs/PrivacySafetyTab/DataExportTab.tsx:125
msgid "Request Data Export"
@@ -15050,7 +15114,7 @@ msgstr "प्लूटोनियम आवश्यक है"
msgid "Reschedule Message"
msgstr "संदेश को पुनर्नियोजित करें"
-#: src/components/modals/ClaimAccountModal.tsx:222
+#: src/components/modals/ClaimAccountModal.tsx:224
#: src/components/modals/EmailChangeModal.tsx:230
#: src/components/modals/EmailChangeModal.tsx:294
msgid "Resend"
@@ -15064,7 +15128,11 @@ msgstr "फिर से भेजें ({newSecondsRemaining}सेकंड)"
msgid "Resend ({originalSecondsRemaining}s)"
msgstr "फिर से भेजें ({originalSecondsRemaining}सेकंड)"
-#: src/components/modals/ClaimAccountModal.tsx:222
+#: src/components/pages/report/ReportStepVerification.tsx:114
+msgid "Resend ({resendCooldownSeconds}s)"
+msgstr "फिर से भेजें ({resendCooldownSeconds}s)"
+
+#: src/components/modals/ClaimAccountModal.tsx:224
msgid "Resend ({resendSecondsRemaining}s)"
msgstr "फिर से भेजें ({resendSecondsRemaining}सेकंड)"
@@ -15072,7 +15140,7 @@ msgstr "फिर से भेजें ({resendSecondsRemaining}सेकं
msgid "Resend Button Loading"
msgstr "पुनः भेजें बटन लोड हो रहा है"
-#: src/components/pages/ReportPage.tsx:761
+#: src/components/pages/report/ReportStepVerification.tsx:116
msgid "Resend code"
msgstr "कोड फिर से भेजें"
@@ -15097,7 +15165,7 @@ msgid "Resent"
msgstr "फिर से भेजा गया"
#: src/components/keybinds/KeybindRecorder.tsx:215
-#: src/components/modals/components/MobileSettingsView.tsx:128
+#: src/components/modals/components/MobileSettingsView.tsx:123
#: src/components/modals/components/SettingsModalHeader.tsx:81
#: src/components/modals/ImageCropModal.tsx:977
#: src/components/modals/tabs/KeybindsTab.tsx:154
@@ -15173,8 +15241,8 @@ msgstr "फुलस्क्रीन पुनर्स्थापित क
msgid "Restore maximized"
msgstr "अधिकतम आकार पुनर्स्थापित करें"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:280
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:282
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:316
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:318
msgid "Resubscribe"
msgstr "फिर से सदस्यता लें"
@@ -15189,11 +15257,11 @@ msgstr "फिर से सदस्यता लें"
#: src/components/modals/guildTabs/GuildStickersTab.tsx:211
#: src/components/modals/guildTabs/GuildWebhooksTab.tsx:137
#: src/components/modals/tabs/ApplicationsTab/ApplicationDetail.tsx:559
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:108
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:112
#: src/components/modals/tabs/AuthorizedAppsTab.tsx:121
-#: src/components/modals/tabs/BetaCodesTab.tsx:301
+#: src/components/modals/tabs/BetaCodesTab.tsx:326
#: src/components/modals/tabs/DevicesTab.tsx:231
-#: src/components/modals/tabs/GiftInventoryTab.tsx:300
+#: src/components/modals/tabs/GiftInventoryTab.tsx:323
msgid "Retry"
msgstr "पुनः प्रयास करें"
@@ -15244,8 +15312,8 @@ msgstr "जारी रखने से पहले देखें कि य
#: src/components/invites/InviteListItem.tsx:217
#: src/components/modals/GroupInvitesBottomSheet.tsx:78
#: src/components/modals/GroupInvitesModal.tsx:76
-#: src/components/modals/tabs/BetaCodesTab.tsx:143
-#: src/components/modals/tabs/BetaCodesTab.tsx:220
+#: src/components/modals/tabs/BetaCodesTab.tsx:145
+#: src/components/modals/tabs/BetaCodesTab.tsx:222
msgid "Revoke"
msgstr "रद्द करें"
@@ -15369,7 +15437,7 @@ msgstr "भूमिकाएं और अनुमतियाँ"
msgid "Roles updated successfully"
msgstr "भूमिकाएं सफलतापूर्वक अपडेट की गईं"
-#: src/components/pages/ReportPage.tsx:333
+#: src/components/pages/report/optionDescriptors.ts:105
msgid "Romania"
msgstr "रोमानिया"
@@ -15423,7 +15491,7 @@ msgstr "संतृप्ति"
#: src/components/modals/AddFavoriteMemeModal.tsx:102
#: src/components/modals/AttachmentEditModal.tsx:90
#: src/components/modals/BaseChangeNicknameModal.tsx:115
-#: src/components/modals/components/MobileSettingsView.tsx:131
+#: src/components/modals/components/MobileSettingsView.tsx:126
#: src/components/modals/CustomStatusBottomSheet.tsx:231
#: src/components/modals/CustomStatusModal.tsx:362
#: src/components/modals/EditFavoriteMemeModal.tsx:88
@@ -15438,9 +15506,9 @@ msgstr "संतृप्ति"
msgid "Save"
msgstr "सहेजें"
-#: src/components/modals/components/plutonium/GiftSection.tsx:72
-#: src/components/modals/components/plutonium/PricingSection.tsx:81
-#: src/components/modals/components/plutonium/PricingSection.tsx:104
+#: src/components/modals/components/plutonium/GiftSection.tsx:79
+#: src/components/modals/components/plutonium/PricingSection.tsx:91
+#: src/components/modals/components/plutonium/PricingSection.tsx:119
msgid "Save 17%"
msgstr "17% बचाएं"
@@ -15600,8 +15668,8 @@ msgstr "चैट नीचे स्क्रॉल करें"
msgid "Scroll Chat Up"
msgstr "चैट ऊपर स्क्रॉल करें"
-#: src/components/modals/components/plutonium/GiftSection.tsx:103
-#: src/components/modals/components/plutonium/PricingSection.tsx:138
+#: src/components/modals/components/plutonium/GiftSection.tsx:117
+#: src/components/modals/components/plutonium/PricingSection.tsx:160
msgid "Scroll down to view all the sweet perks you get with Plutonium"
msgstr "Plutonium के साथ मिलने वाले सभी शानदार लाभ देखने के लिए नीचे स्क्रॉल करें"
@@ -15613,11 +15681,11 @@ msgstr "चैट इतिहास को नीचे स्क्रॉल
msgid "Scroll the chat history up"
msgstr "चैट इतिहास को ऊपर स्क्रॉल करें"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:857
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:889
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:400
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:460
#: src/components/channel/ChannelHeader.tsx:586
-#: src/components/channel/shared/PickerSearchInput.tsx:204
+#: src/components/channel/shared/PickerSearchInput.tsx:203
#: src/components/modals/tabs/ComponentGalleryTab/InputsTab.tsx:126
#: src/stores/KeybindStore.ts:414
#: src/utils/quick-switcher/QuickSwitcherModalUtils.tsx:86
@@ -15674,7 +15742,7 @@ msgstr "चैनल, लोग या समुदाय खोजें"
#: src/components/common/FriendSelector.tsx:196
#: src/components/modals/AddFriendsToGroupModal.tsx:53
#: src/components/modals/CreateDMModal.tsx:68
-#: src/components/modals/InviteModal.tsx:237
+#: src/components/modals/InviteModal.tsx:248
#: src/components/modals/shared/RecipientList.tsx:177
#: src/components/modals/ShareThemeModal.tsx:144
msgid "Search friends"
@@ -15718,7 +15786,7 @@ msgstr "लंबित अनुरोध खोजें"
msgid "Search Permissions..."
msgstr "अनुमतियाँ खोजें..."
-#: src/components/channel/ChannelSearchResults.tsx:321
+#: src/components/channel/ChannelSearchResults.tsx:278
#: src/components/modals/components/DesktopSettingsView.tsx:360
msgid "Search Results"
msgstr "खोज परिणाम"
@@ -15737,7 +15805,7 @@ msgid "Search scope"
msgstr "खोज सीमा"
#. placeholder {0}: activeScopeOption.label
-#: src/components/channel/ChannelSearchResults.tsx:1052
+#: src/components/channel/ChannelSearchResults.tsx:1031
#: src/components/channel/MessageSearchBar/MessageSearchBar.tsx:378
msgid "Search scope: {0}"
msgstr "खोज सीमा: {0}"
@@ -15767,7 +15835,7 @@ msgstr "उपयोगकर्ता खोजें"
msgid "Search within the current view"
msgstr "वर्तमान दृश्य के भीतर खोजें"
-#: src/components/channel/ChannelSearchResults.tsx:319
+#: src/components/channel/ChannelSearchResults.tsx:276
msgid "Searching..."
msgstr "खोज रहे हैं..."
@@ -15848,9 +15916,9 @@ msgstr "देखें कि आपका निमंत्रण आगं
msgid "Select"
msgstr "चुनें"
-#: src/components/pages/ReportPage.tsx:261
-#: src/components/pages/ReportPage.tsx:280
-#: src/components/pages/ReportPage.tsx:294
+#: src/components/pages/report/optionDescriptors.ts:42
+#: src/components/pages/report/optionDescriptors.ts:58
+#: src/components/pages/report/optionDescriptors.ts:69
msgid "Select a category"
msgstr "एक श्रेणी चुनें"
@@ -15871,7 +15939,7 @@ msgstr "एक समुदाय चुनें"
msgid "Select a community where you have <0>Manage Community0> permissions."
msgstr "उस समुदाय का चयन करें जहाँ आपके पास <0>समुदाय प्रबंधित करें0> अनुमतियाँ हैं।"
-#: src/components/pages/ReportPage.tsx:310
+#: src/components/pages/report/optionDescriptors.ts:82
msgid "Select a country"
msgstr "एक देश चुनें"
@@ -15887,7 +15955,7 @@ msgstr "लागू करने के लिए एक परिदृश्
msgid "Select a verification method."
msgstr "सत्यापन विधि चुनें।"
-#: src/components/pages/ReportPage.tsx:473
+#: src/components/pages/ReportPage.tsx:300
msgid "Select a violation category."
msgstr "एक उल्लंघन श्रेणी चुनें।"
@@ -15958,11 +16026,15 @@ msgstr "स्क्रीन या विंडो चुनें"
msgid "Select the account you want to sign in with on the desktop app."
msgstr "डेस्कटॉप ऐप पर साइन इन करने के लिए वह खाता चुनें।"
+#: src/components/pages/report/ReportStepSelection.tsx:44
+msgid "Select what you want to report."
+msgstr "आप क्या रिपोर्ट करना चाहते हैं, इसका चयन करें।"
+
#: src/components/modals/utils/settingsSearchIndex.ts:460
msgid "Select your camera"
msgstr "अपना कैमरा चुनें"
-#: src/components/pages/ReportPage.tsx:483
+#: src/components/pages/ReportPage.tsx:310
msgid "Select your country of residence."
msgstr "अपना निवास देश चुनें।"
@@ -15986,7 +16058,7 @@ msgstr "चुनें..."
msgid "Selections"
msgstr "चयन"
-#: src/components/pages/ReportPage.tsx:269
+#: src/components/pages/report/optionDescriptors.ts:50
#: src/constants/IARConstants.tsx:67
msgid "Self-Harm or Suicide"
msgstr "स्वयं को नुकसान या आत्महत्या"
@@ -16035,7 +16107,7 @@ msgstr "एक एक्शन संदेश भेजें (इटैलि
msgid "Send an SMS code first."
msgstr "पहले SMS कोड भेजें।"
-#: src/components/modals/ClaimAccountModal.tsx:182
+#: src/components/modals/ClaimAccountModal.tsx:184
#: src/components/modals/EmailChangeModal.tsx:265
#: src/components/modals/PhoneAddModal.tsx:206
msgid "Send code"
@@ -16045,9 +16117,9 @@ msgstr "कोड भेजें"
msgid "Send Code"
msgstr "कोड भेजें"
-#: src/components/channel/dm/DMWelcomeSection.tsx:109
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:269
-#: src/components/modals/UserProfileModal.tsx:1288
+#: src/components/channel/dm/DMWelcomeSection.tsx:112
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:272
+#: src/components/modals/UserProfileModal.tsx:1290
msgid "Send Friend Request"
msgstr "दोस्ती का अनुरोध भेजें"
@@ -16073,7 +16145,7 @@ msgstr "संदेश भेजें"
msgid "Send Messages"
msgstr "संदेश भेजें"
-#: src/components/channel/dm/AddFriendForm.tsx:119
+#: src/components/channel/dm/AddFriendForm.tsx:142
msgid "Send Request"
msgstr "अनुरोध भेजें"
@@ -16097,11 +16169,11 @@ msgstr "टेक्स्ट-टू-स्पीच संदेश भेज
msgid "Send TTS Messages"
msgstr "TTS संदेश भेजें"
-#: src/components/pages/ReportPage.tsx:676
+#: src/components/pages/report/ReportStepEmail.tsx:92
msgid "Send Verification Code"
msgstr "सत्यापन कोड भेजें"
-#: src/components/modals/InviteModal.tsx:258
+#: src/components/modals/InviteModal.tsx:268
#: src/components/modals/shared/RecipientList.tsx:223
#: src/components/modals/ShareThemeModal.tsx:162
msgid "Sent"
@@ -16128,7 +16200,7 @@ msgstr "सत्र समाप्त हो गया है। कृपय
msgid "Set a custom invite URL for your community."
msgstr "अपने समुदाय के लिए कस्टम इनवाइट URL सेट करें।"
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:401
+#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:361
#: src/components/modals/StatusChangeBottomSheet.tsx:171
#: src/components/popouts/UserAreaPopout.tsx:444
msgid "Set a custom status"
@@ -16336,7 +16408,7 @@ msgid "Set your timezone"
msgstr "अपना समय क्षेत्र सेट करें"
#: src/components/bottomsheets/VoiceLobbyBottomSheet.tsx:220
-#: src/components/modals/components/MobileSettingsView.tsx:531
+#: src/components/modals/components/MobileSettingsView.tsx:485
#: src/components/modals/tabs/ComponentGalleryTab/ButtonsTab.tsx:150
#: src/components/modals/tabs/ComponentGalleryTab/ButtonsTab.tsx:221
#: src/components/modals/tabs/ComponentGalleryTab/index.tsx:94
@@ -16383,7 +16455,11 @@ msgstr "साझा क्रिया!"
msgid "Share Audio"
msgstr "ऑडियो साझा करें"
-#: src/components/modals/components/plutonium/GiftSection.tsx:63
+#: src/components/pages/report/ReportStepDetails.tsx:77
+msgid "Share only what's needed to help our team assess the content."
+msgstr "सामग्री का मूल्यांकन करने के लिए हमारी टीम की मदद करने के लिए केवल वही साझा करें जो आवश्यक है।"
+
+#: src/components/modals/components/plutonium/GiftSection.tsx:69
msgid "Share the Plutonium experience with your friends by purchasing a gift subscription."
msgstr "एक गिफ्ट सब्सक्रिप्शन खरीदकर Plutonium अनुभव अपने दोस्तों के साथ साझा करें।"
@@ -16417,7 +16493,7 @@ msgstr "अपनी थीम साझा करें"
msgid "Shared theme"
msgstr "साझा थीम"
-#: src/components/pages/ReportPage.tsx:268
+#: src/components/pages/report/optionDescriptors.ts:49
#: src/constants/IARConstants.tsx:62
msgid "Sharing Personal Information"
msgstr "व्यक्तिगत जानकारी साझा करना"
@@ -16797,11 +16873,11 @@ msgstr "स्टेप मानों वाला स्लाइडर"
msgid "Sliders"
msgstr "स्लाइडर्स"
-#: src/components/pages/ReportPage.tsx:334
+#: src/components/pages/report/optionDescriptors.ts:106
msgid "Slovakia"
msgstr "स्लोवाकिया"
-#: src/components/pages/ReportPage.tsx:335
+#: src/components/pages/report/optionDescriptors.ts:107
msgid "Slovenia"
msgstr "स्लोवेनिया"
@@ -16952,7 +17028,8 @@ msgstr "कुछ गलत हुआ और ऐप क्रैश हो ग
msgid "Something went wrong while loading the audit log."
msgstr "ऑडिट लॉग लोड करते समय कुछ गलत हुआ।"
-#: src/components/pages/ReportPage.tsx:563
+#: src/components/pages/ReportPage.tsx:103
+#: src/components/pages/ReportPage.tsx:395
msgid "Something went wrong while submitting the report. Please try again."
msgstr "रिपोर्ट सबमिट करते समय कुछ गलत हुआ। कृपया फिर प्रयास करें।"
@@ -16969,7 +17046,7 @@ msgid "Sort"
msgstr "छाँटें"
#. placeholder {0}: activeSortOption.label
-#: src/components/channel/ChannelSearchResults.tsx:1063
+#: src/components/channel/ChannelSearchResults.tsx:1042
msgid "Sort mode: {0}"
msgstr "छाँटने का मोड: {0}"
@@ -17008,21 +17085,21 @@ msgstr "मैसेज समूहों के बीच जगह"
msgid "Spacious layout with clear visual separation between messages."
msgstr "चैट में स्पष्ट दृश्य अलगाव के साथ खुला लेआउट।"
-#: src/components/pages/ReportPage.tsx:336
+#: src/components/pages/report/optionDescriptors.ts:108
msgid "Spain"
msgstr "स्पेन"
-#: src/components/pages/ReportPage.tsx:283
+#: src/components/pages/report/optionDescriptors.ts:61
#: src/constants/IARConstants.tsx:119
msgid "Spam Account"
msgstr "स्पैम खाता"
-#: src/components/pages/ReportPage.tsx:265
+#: src/components/pages/report/optionDescriptors.ts:46
#: src/constants/IARConstants.tsx:47
msgid "Spam or Scam"
msgstr "स्पैम या धोखाधड़ी"
-#: src/components/pages/ReportPage.tsx:301
+#: src/components/pages/report/optionDescriptors.ts:76
#: src/constants/IARConstants.tsx:185
msgid "Spam or Scam Community"
msgstr "स्पैम या धोखाधड़ी समुदाय"
@@ -17141,9 +17218,9 @@ msgstr "एक कस्टम इमोजी पैक तैयार कर
msgid "Start Mic Test"
msgstr "माइक टेस्ट शुरू करें"
-#: src/components/pages/ReportPage.tsx:687
-#: src/components/pages/ReportPage.tsx:771
-#: src/components/pages/ReportPage.tsx:964
+#: src/components/pages/report/ReportStepDetails.tsx:252
+#: src/components/pages/report/ReportStepEmail.tsx:103
+#: src/components/pages/report/ReportStepVerification.tsx:132
msgid "Start over"
msgstr "फिर से शुरू करें"
@@ -17151,13 +17228,13 @@ msgstr "फिर से शुरू करें"
msgid "Start Sharing"
msgstr "शेयरिंग शुरू करें"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:122
+#: src/components/channel/ChannelHeader/CallButtons.tsx:160
#: src/components/modals/UserProfileModal.tsx:1109
#: src/components/uikit/ContextMenu/items/CallMenuItems.tsx:91
msgid "Start Video Call"
msgstr "वीडियो कॉल शुरू करें"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:70
+#: src/components/channel/ChannelHeader/CallButtons.tsx:90
#: src/components/modals/UserProfileModal.tsx:1100
#: src/components/uikit/ContextMenu/items/CallMenuItems.tsx:60
msgid "Start Voice Call"
@@ -17182,9 +17259,21 @@ msgstr "स्थिति संकेतक"
msgid "Status Slate"
msgstr "स्थिति स्लेट"
-#: src/components/pages/ReportPage.tsx:574
-msgid "Step {stepNumber} of {FLOW_TOTAL_STEPS}"
-msgstr "चरण {stepNumber} में {FLOW_TOTAL_STEPS}"
+#: src/components/pages/report/ReportStepSelection.tsx:38
+msgid "Step 1"
+msgstr "चरण 1"
+
+#: src/components/pages/report/ReportStepEmail.tsx:51
+msgid "Step 2"
+msgstr "चरण 2"
+
+#: src/components/pages/report/ReportStepVerification.tsx:61
+msgid "Step 3"
+msgstr "चरण 3"
+
+#: src/components/pages/report/ReportStepDetails.tsx:71
+msgid "Step 4"
+msgstr "चरण 4"
#: src/utils/SystemMessageUtils.tsx:45
msgid "Step in, {username}! No paradoxes here; we're all friends."
@@ -17229,7 +17318,7 @@ msgid "Sticker density"
msgstr "स्टिकर घनत्व"
#: src/components/auth/InviteHeader.tsx:140
-#: src/components/channel/InviteEmbed.tsx:197
+#: src/components/channel/InviteEmbed.tsx:199
#: src/components/modals/InviteAcceptModal.tsx:142
#: src/components/modals/tabs/ExpressionPacksTab.tsx:70
msgid "Sticker pack"
@@ -17261,7 +17350,7 @@ msgstr "स्टिकर अपडेट किया गया"
#: src/components/channel/AutocompleteEmoji.tsx:111
#: src/components/channel/textarea/TextareaButtons.tsx:134
-#: src/components/modals/ExpressionPickerSheet.tsx:86
+#: src/components/modals/ExpressionPickerSheet.tsx:73
#: src/components/popouts/ExpressionPickerPopout.tsx:79
msgid "Stickers"
msgstr "स्टिकर"
@@ -17330,11 +17419,11 @@ msgstr "स्टडी हॉल"
msgid "Style Variations"
msgstr "शैली विविधताएँ"
-#: src/components/pages/ReportPage.tsx:601
+#: src/components/pages/report/ReportStepComplete.tsx:41
msgid "Submit another report"
msgstr "एक और रिपोर्ट जमा करें"
-#: src/components/pages/ReportPage.tsx:958
+#: src/components/pages/report/ReportStepDetails.tsx:240
msgid "Submit DSA Report"
msgstr "DSA रिपोर्ट जमा करें"
@@ -17346,7 +17435,7 @@ msgstr "रिपोर्ट जमा करें"
msgid "Submitting"
msgstr "जमा हो रहा है"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:53
+#: src/components/modals/components/plutonium/VisionarySection.tsx:58
msgid "subscription"
msgstr "सदस्यता"
@@ -17464,7 +17553,7 @@ msgstr "एम्बेड दबाएँ"
msgid "Swap text to reverify variants"
msgstr "पुनः सत्यापित करने के लिए टेक्स्ट बदलें"
-#: src/components/pages/ReportPage.tsx:337
+#: src/components/pages/report/optionDescriptors.ts:109
msgid "Sweden"
msgstr "स्वीडन"
@@ -17476,7 +17565,7 @@ msgstr "स्वीडिश"
msgid "Switch account"
msgstr "खाता बदलें"
-#: src/components/popouts/UserAreaPopout.tsx:497
+#: src/components/popouts/UserAreaPopout.tsx:499
msgid "Switch Accounts"
msgstr "खाते बदलें"
@@ -17649,8 +17738,8 @@ msgstr "टेक्स्ट (NSFW)"
msgid "Text channel"
msgstr "टेक्स्ट चैनल"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:473
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:662
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:487
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:676
#: src/components/channel/channel-header/useChannelHeaderData.ts:96
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:314
msgid "Text Channel"
@@ -17677,19 +17766,19 @@ msgstr "टेक्स्टएरिया"
msgid "Thai"
msgstr "थाई"
-#: src/components/pages/ReportPage.tsx:589
-msgid "Thank you for filing a report. We'll review it as soon as possible."
-msgstr "रिपोर्ट दर्ज करने के लिए धन्यवाद। हम इसे जल्द से जल्द समीक्षा करेंगे।"
-
#: src/components/modals/IARModal.tsx:187
msgid "Thank you for helping keep Fluxer safe. Reports are reviewed by our Safety Team. False reports may result in action against your account."
msgstr "Fluxer को सुरक्षित रखने में मदद करने के लिए धन्यवाद। रिपोर्टों की समीक्षा हमारी सुरक्षा टीम करती है। गलत रिपोर्टों पर आपके खाते पर कार्रवाई हो सकती है।"
+#: src/components/pages/report/ReportStepComplete.tsx:37
+msgid "Thank you for helping keep Fluxer safe. We'll review your report as soon as possible."
+msgstr "Fluxer को सुरक्षित रखने में मदद करने के लिए धन्यवाद। हम आपकी रिपोर्ट को जल्द से जल्द समीक्षा करेंगे।"
+
#: src/components/form/ColorPickerField.tsx:274
msgid "That doesn't look like a valid color. Try hex, rgb(), hsl(), or a CSS color name."
msgstr "यह वैध रंग नहीं लगता। hex, rgb(), hsl() या CSS रंग नाम आज़माएँ।"
-#: src/components/pages/ReportPage.tsx:846
+#: src/components/pages/report/ReportStepDetails.tsx:117
msgid "That doesn't look like a valid URL."
msgstr "यह एक मान्य URL जैसा नहीं लगता।"
@@ -17733,8 +17822,8 @@ msgstr "बॉट जोड़ दिया गया है।"
msgid "The channel you're looking for may have been deleted or you may not have access to it."
msgstr "जिस चैनल की आप तलाश कर रहे हैं वह हटाया जा चुका हो सकता है या आपको उसमें पहुंच नहीं है।"
-#: src/components/layout/GuildLayout.tsx:308
-#: src/components/layout/GuildLayout.tsx:371
+#: src/components/layout/GuildLayout.tsx:313
+#: src/components/layout/GuildLayout.tsx:376
msgid "The community you're looking for may have been deleted or you may not have access to it."
msgstr "जिस कम्युनिटी की आप तलाश कर रहे हैं वह हटाई जा चुकी है या आपको वहां पहुंच नहीं है।"
@@ -17795,7 +17884,7 @@ msgstr "टाइमआउट 365 दिनों (31536000 सेकेंड)
msgid "The URL this link channel points to."
msgstr "यह लिंक चैनल जिस URL की ओर इशारा करता है।"
-#: src/components/pages/ReportPage.tsx:452
+#: src/components/pages/ReportPage.tsx:277
msgid "The verification code is invalid or expired."
msgstr "सत्यापन कोड अमान्य है या उसकी समय सीमा समाप्त हो चुकी है।"
@@ -17869,7 +17958,7 @@ msgstr "ये सेटिंग्स कॉल गुणवत्ता स
msgid "These toggles force the client to treat features as enabled or disabled without relying on the server configuration. They only affect your client experience and are shown to developers for testing."
msgstr "ये टॉगल्स क्लाइंट को फीचर्स को सक्षम या अक्षम मानने के लिए मजबूर करते हैं बिना सर्वर कॉन्फ़िगरेशन पर निर्भर रहे। ये केवल आपके क्लाइंट अनुभव को प्रभावित करते हैं और परीक्षण के लिए डेवलपर्स को दिखाए जाते हैं।"
-#: src/components/channel/channel-view/DMChannelView.tsx:356
+#: src/components/channel/channel-view/DMChannelView.tsx:357
msgid "They might have taken the DeLorean elsewhere."
msgstr "शायद उन्होंने DeLorean को कहीं और ले जाया होगा।"
@@ -17877,7 +17966,7 @@ msgstr "शायद उन्होंने DeLorean को कहीं औ
msgid "they/them"
msgstr "वो/उनका"
-#: src/components/channel/channel-view/DMChannelView.tsx:342
+#: src/components/channel/channel-view/DMChannelView.tsx:343
msgid "Think, McFly! Did you type the right address?"
msgstr "सोचो, McFly! क्या तुमने सही पता टाइप किया?"
@@ -17979,7 +18068,7 @@ msgstr "इस कम्युनिटी ने अस्थायी रू
msgid "This community requires you to verify your account before joining. Please set an email and password for your account."
msgstr "इस कम्युनिटी में शामिल होने से पहले आपको अपना खाता सत्यापित करना होगा। कृपया अपने खाते के लिए ईमेल और पासवर्ड सेट करें।"
-#: src/components/channel/channel-view/DMChannelView.tsx:339
+#: src/components/channel/channel-view/DMChannelView.tsx:340
msgid "This conversation has been erased"
msgstr "यह बातचीत मिटा दी गई है"
@@ -18008,8 +18097,8 @@ msgstr "यह गिफ्ट कोड पहले ही मांग लि
msgid "This gift code has already been redeemed."
msgstr "यह गिफ्ट कोड पहले ही रिडीम किया जा चुका है।"
-#: src/components/channel/GiftEmbed.tsx:148
-#: src/components/modals/GiftAcceptModal.tsx:92
+#: src/components/channel/GiftEmbed.tsx:159
+#: src/components/modals/GiftAcceptModal.tsx:99
msgid "This gift code is invalid or already claimed."
msgstr "यह गिफ्ट कोड अमान्य है या पहले ही मिला लिया गया है।"
@@ -18022,11 +18111,11 @@ msgstr "यह गिफ्ट कोड अमान्य है या पह
msgid "This gift code may be invalid, expired, or already redeemed."
msgstr "यह गिफ्ट कोड अमान्य, समाप्त या पहले ही रिडीम किया जा चुका हो सकता है।"
-#: src/components/modals/GiftAcceptModal.tsx:118
+#: src/components/modals/GiftAcceptModal.tsx:125
msgid "This gift has already been claimed."
msgstr "यह गिफ्ट पहले ही क्लेम किया जा चुका है।"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:157
+#: src/components/modals/tabs/GiftInventoryTab.tsx:158
msgid "This gift has been redeemed"
msgstr "यह गिफ्ट रिडीम किया जा चुका है"
@@ -18044,7 +18133,7 @@ msgstr "यह इनवाइट {0} में समाप्त हो जा
msgid "This invite has unlimited uses."
msgstr "इस इनवाइट के असीमित उपयोग हैं।"
-#: src/components/modals/InviteModal.tsx:321
+#: src/components/modals/InviteModal.tsx:318
msgid "This invite link never expires."
msgstr "यह आमंत्रण लिंक कभी समाप्त नहीं होता।"
@@ -18059,23 +18148,19 @@ msgstr "यह इनवाइट समाप्त हो चुकी है
msgid "This invite never expires."
msgstr "यह इनवाइट कभी समाप्त नहीं होती।"
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:170
-#: src/components/emojis/EmojiInfoContent.tsx:79
+#: src/components/emojis/EmojiAttributionSubtext.tsx:130
msgid "This is a custom emoji from"
msgstr "यह एक कस्टम इमोजी है"
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:160
-#: src/components/emojis/EmojiInfoContent.tsx:68
+#: src/components/emojis/EmojiAttributionSubtext.tsx:121
msgid "This is a custom emoji from a community."
msgstr "यह एक कम्युनिटी का कस्टम इमोजी है।"
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:150
-#: src/components/emojis/EmojiInfoContent.tsx:56
+#: src/components/emojis/EmojiAttributionSubtext.tsx:111
msgid "This is a custom emoji from a community. Ask the author for an invite to use this emoji."
msgstr "यह एक कम्युनिटी का कस्टम इमोजी है। इस इमोजी का उपयोग करने के लिए लेखक से इनवाइट मांगें।"
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:138
-#: src/components/emojis/EmojiInfoContent.tsx:43
+#: src/components/emojis/EmojiAttributionSubtext.tsx:101
msgid "This is a default emoji on Fluxer."
msgstr "यह Fluxer का डिफ़ॉल्ट इमोजी है।"
@@ -18095,8 +18180,8 @@ msgstr "संदेश इसी तरह दिखाई देते है
msgid "This is not the channel you're looking for."
msgstr "यह वह चैनल नहीं है जिसकी आप तलाश कर रहे हैं।"
-#: src/components/layout/GuildLayout.tsx:307
-#: src/components/layout/GuildLayout.tsx:370
+#: src/components/layout/GuildLayout.tsx:312
+#: src/components/layout/GuildLayout.tsx:375
msgid "This is not the community you're looking for."
msgstr "यह वह कम्युनिटी नहीं है जिसकी आप तलाश कर रहे हैं।"
@@ -18113,7 +18198,7 @@ msgid "This is the beginning of <0>{displayName}0>. Add friends to start a con
msgstr "यह <0>{displayName}0> की शुरुआत है। बातचीत शुरू करने के लिए मित्र जोड़ें!"
#. placeholder {0}: user.username
-#: src/components/channel/dm/DMWelcomeSection.tsx:182
+#: src/components/channel/dm/DMWelcomeSection.tsx:194
msgid "This is the beginning of your direct message history with <0>{0}0>."
msgstr "यह <0>{0}0> के साथ आपके डायरेक्ट मैसेज इतिहास की शुरुआत है।"
@@ -18194,7 +18279,7 @@ msgstr "इस थीम लिंक में डेटा गायब है
msgid "This theme may have been removed or the link is invalid."
msgstr "यह थीम हटाई जा चुकी है या लिंक अमान्य है।"
-#: src/components/channel/dm/AddFriendForm.tsx:62
+#: src/components/channel/dm/AddFriendForm.tsx:85
msgid "This user has restricted who can send them friend requests."
msgstr "इस उपयोगकर्ता ने सीमित किया है कि कौन उन्हें फ्रेंड रिक्वेस्ट भेज सकता है।"
@@ -18216,8 +18301,8 @@ msgid "This was a @silent message."
msgstr "यह एक @silent संदेश था।"
#: src/actions/MessageActionCreators.tsx:392
-#: src/components/channel/Messages.tsx:442
-#: src/components/channel/Messages.tsx:522
+#: src/components/channel/Messages.tsx:440
+#: src/components/channel/Messages.tsx:520
msgid "This will create a rift in the space-time continuum and cannot be undone."
msgstr "यह अंतरिक्ष-काल निरंतरता में दरार पैदा करेगा और इसे उल्टा नहीं किया जा सकता।"
@@ -18283,7 +18368,7 @@ msgstr "समय: {currentFormatted} / {durationFormatted}"
msgid "Timed out until {0}."
msgstr "{0} तक टाइमआउट है।"
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:285
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:288
#: src/components/modals/TimeoutMemberModal.tsx:207
#: src/components/modals/TimeoutMemberSheet.tsx:90
#: src/components/uikit/ContextMenu/items/GuildMemberMenuItems.tsx:272
@@ -18570,7 +18655,7 @@ msgstr "सही या गलत"
msgid "Try a different name or use @ / # / ! / * prefixes to filter results."
msgstr "कोई अलग नाम आज़माएँ या परिणाम फ़िल्टर करने के लिए @ / # / ! / * उपसर्ग का उपयोग करें।"
-#: src/components/channel/ChannelSearchResults.tsx:710
+#: src/components/channel/ChannelSearchResults.tsx:679
msgid "Try a different search query"
msgstr "कोई अलग खोज क्वेरी आज़माएँ"
@@ -18585,13 +18670,13 @@ msgid "Try a different search term or filter"
msgstr "कोई अलग खोज शब्द या फ़िल्टर आज़माएँ"
#: src/components/auth/HandoffCodeDisplay.tsx:67
-#: src/components/channel/Messages.tsx:939
+#: src/components/channel/Messages.tsx:937
msgid "Try again"
msgstr "पुनः प्रयास करें"
#: src/components/BootstrapErrorScreen.tsx:68
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:301
-#: src/components/channel/ChannelSearchResults.tsx:694
+#: src/components/channel/ChannelSearchResults.tsx:663
#: src/components/modals/channelTabs/ChannelInvitesTab.tsx:148
#: src/components/modals/channelTabs/ChannelWebhooksTab.tsx:159
#: src/components/NetworkErrorScreen.tsx:56
@@ -18612,7 +18697,7 @@ msgstr "कोई अलग नाम आज़माएँ या वर्त
msgid "Try another search term"
msgstr "कोई अलग खोज शब्द आज़माएँ"
-#: src/components/channel/InviteEmbed.tsx:359
+#: src/components/channel/InviteEmbed.tsx:361
msgid "Try asking for a new invite."
msgstr "नया इनवाइट मांगने का प्रयास करें।"
@@ -18802,7 +18887,7 @@ msgstr "स्टीकर पैक इंस्टॉल करने मे
msgid "Unable to load activity logs"
msgstr "गतिविधि लॉग लोड करने में असमर्थ"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:104
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:108
msgid "Unable to load applications"
msgstr "एप्लिकेशन लोड करने में असमर्थ"
@@ -18814,7 +18899,7 @@ msgstr "पैक जानकारी लोड करने में अस
msgid "Unable to prepare any emojis for upload. The following errors occurred:"
msgstr "किसी भी इमोजी को अपलोड के लिए तैयार करने में असमर्थ। निम्न त्रुटियाँ हुईं:"
-#: src/components/modals/ClaimAccountModal.tsx:125
+#: src/components/modals/ClaimAccountModal.tsx:127
#: src/components/modals/EmailChangeModal.tsx:122
#: src/components/modals/EmailChangeModal.tsx:152
msgid "Unable to resend code right now"
@@ -18824,7 +18909,7 @@ msgstr "अभी कोड दोबारा भेजने में अस
msgid "Unable to send code to new email"
msgstr "नए ईमेल पर कोड भेजने में असमर्थ"
-#: src/components/channel/dm/AddFriendForm.tsx:76
+#: src/components/channel/dm/AddFriendForm.tsx:99
msgid "Unable to send friend request. Please try again."
msgstr "फ्रेंड रिक्वेस्ट भेजने में असमर्थ। कृपया फिर से कोशिश करें।"
@@ -18844,17 +18929,17 @@ msgstr "सबके लिए अनुपलब्ध"
msgid "Unavailable for everyone but staff"
msgstr "स्टाफ को छोड़कर सभी के लिए अनुपलब्ध"
-#: src/components/bottomsheets/DMBottomSheet.tsx:532
+#: src/components/bottomsheets/DMBottomSheet.tsx:535
#: src/components/channel/barriers/BarrierComponents.tsx:221
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:180
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:335
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:182
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:338
#: src/components/modals/tabs/BlockedUsersTab.tsx:58
#: src/components/modals/tabs/BlockedUsersTab.tsx:171
#: src/components/modals/UserProfileActionsSheet.tsx:151
#: src/components/modals/UserProfileActionsSheet.tsx:305
-#: src/components/modals/UserProfileMobileSheet.tsx:320
+#: src/components/modals/UserProfileMobileSheet.tsx:321
#: src/components/modals/UserProfileModal.tsx:1049
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:209
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:230
#: src/utils/RelationshipActionUtils.tsx:169
msgid "Unblock"
msgstr "अनब्लॉक करें"
@@ -18863,11 +18948,11 @@ msgstr "अनब्लॉक करें"
msgid "Unblock this user before sending a friend request."
msgstr "फ्रेंड रिक्वेस्ट भेजने से पहले इस उपयोगकर्ता को अनब्लॉक करें।"
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:178
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:180
#: src/components/modals/tabs/BlockedUsersTab.tsx:56
#: src/components/modals/UserProfileActionsSheet.tsx:149
-#: src/components/modals/UserProfileMobileSheet.tsx:318
-#: src/components/modals/UserProfileModal.tsx:1243
+#: src/components/modals/UserProfileMobileSheet.tsx:319
+#: src/components/modals/UserProfileModal.tsx:1244
#: src/utils/RelationshipActionUtils.tsx:167
msgid "Unblock User"
msgstr "उपयोगकर्ता अनब्लॉक करें"
@@ -18878,17 +18963,17 @@ msgstr "उपयोगकर्ता अनब्लॉक करें"
msgid "Uncategorized"
msgstr "अवर्गीकृत"
-#: src/components/modals/tabs/BetaCodesTab.tsx:127
-#: src/components/modals/tabs/BetaCodesTab.tsx:204
+#: src/components/modals/tabs/BetaCodesTab.tsx:129
+#: src/components/modals/tabs/BetaCodesTab.tsx:206
msgid "Unclaimed"
msgstr "अनदावी"
#. placeholder {0}: unclaimedBetaCodes.length
-#: src/components/modals/tabs/BetaCodesTab.tsx:333
+#: src/components/modals/tabs/BetaCodesTab.tsx:358
msgid "Unclaimed ({0})"
msgstr "अनदावी ({0})"
-#: src/components/modals/components/UnclaimedAccountAlert.tsx:31
+#: src/components/modals/components/UnclaimedAccountAlert.tsx:29
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:51
msgid "Unclaimed Account"
msgstr "अनदावी खाता"
@@ -18922,7 +19007,7 @@ msgstr "सभी डिवाइस अनडिफ़्ड करें"
msgid "Undeafen User"
msgstr "उपयोगकर्ता अनडिफ़्ड करें"
-#: src/components/pages/ReportPage.tsx:285
+#: src/components/pages/report/optionDescriptors.ts:63
#: src/constants/IARConstants.tsx:129
msgid "Underage User"
msgstr "नाबालिग उपयोगकर्ता"
@@ -18981,7 +19066,7 @@ msgstr "अनफोकस करें"
msgid "Unique invite"
msgstr "विशिष्ट आमंत्रण"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:79
+#: src/components/modals/components/plutonium/VisionarySection.tsx:88
msgid "Unique profile badge"
msgstr "विशिष्ट प्रोफ़ाइल बैज"
@@ -19035,12 +19120,12 @@ msgstr "अज्ञात इकाई"
msgid "Unknown error"
msgstr "अज्ञात त्रुटि"
-#: src/components/channel/GiftEmbed.tsx:147
-#: src/components/modals/GiftAcceptModal.tsx:91
+#: src/components/channel/GiftEmbed.tsx:158
+#: src/components/modals/GiftAcceptModal.tsx:98
msgid "Unknown Gift"
msgstr "अज्ञात उपहार"
-#: src/components/channel/InviteEmbed.tsx:357
+#: src/components/channel/InviteEmbed.tsx:359
msgid "Unknown Invite"
msgstr "अज्ञात आमंत्रण"
@@ -19113,7 +19198,7 @@ msgstr "Plutonium के साथ HD स्क्रीन शेयरिं
msgid "Unlock HD Video with Plutonium"
msgstr "Plutonium के साथ HD वीडियो अनलॉक करें"
-#: src/components/modals/components/PlutoniumContent.tsx:185
+#: src/components/modals/components/PlutoniumContent.tsx:196
msgid "Unlock higher limits and exclusive features while supporting an independent communication platform."
msgstr "एक स्वतंत्र संचार प्लेटफ़ॉर्म का समर्थन करते हुए उच्च सीमाएँ और विशेष फीचर्स अनलॉक करें।"
@@ -19126,9 +19211,9 @@ msgid "Unlock stickers in DMs with Plutonium"
msgstr "Plutonium के साथ DMs में स्टीकर्स अनलॉक करें"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:467
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:850
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1044
-#: src/components/bottomsheets/DMBottomSheet.tsx:645
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:882
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1068
+#: src/components/bottomsheets/DMBottomSheet.tsx:648
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:321
#: src/components/bottomsheets/VoiceLobbyBottomSheet.tsx:179
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:253
@@ -19154,7 +19239,7 @@ msgstr "श्रेणी अनम्यूट करें"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:400
#: src/components/bottomsheets/ChannelBottomSheet.tsx:452
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1005
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1029
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:167
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:161
msgid "Unmute Channel"
@@ -19167,9 +19252,9 @@ msgstr "चैनल अनम्यूट करें"
msgid "Unmute Community"
msgstr "कम्युनिटी अनम्यूट करें"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1007
-#: src/components/bottomsheets/DMBottomSheet.tsx:449
-#: src/components/bottomsheets/DMBottomSheet.tsx:590
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1031
+#: src/components/bottomsheets/DMBottomSheet.tsx:451
+#: src/components/bottomsheets/DMBottomSheet.tsx:593
msgid "Unmute Conversation"
msgstr "बातचीत अनम्यूट करें"
@@ -19200,16 +19285,16 @@ msgid "Unnamed Group"
msgstr "बिना नाम का समूह"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:331
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1126
-#: src/components/bottomsheets/DMBottomSheet.tsx:478
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1150
+#: src/components/bottomsheets/DMBottomSheet.tsx:480
#: src/components/channel/dm/DMList.tsx:282
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:149
msgid "Unpin DM"
msgstr "DM अनपिन करें"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:290
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1126
-#: src/components/bottomsheets/DMBottomSheet.tsx:478
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1150
+#: src/components/bottomsheets/DMBottomSheet.tsx:480
#: src/components/channel/dm/DMList.tsx:243
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:129
msgid "Unpin Group DM"
@@ -19231,20 +19316,20 @@ msgid "Unpin Message"
msgstr "संदेश अनपिन करें"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:232
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:583
-#: src/components/bottomsheets/DMBottomSheet.tsx:164
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:597
+#: src/components/bottomsheets/DMBottomSheet.tsx:166
#: src/components/channel/dm/DMList.tsx:224
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:132
msgid "Unpinned DM"
msgstr "अनपिन किया गया DM"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:232
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:583
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:597
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:112
msgid "Unpinned group"
msgstr "अनपिन किया गया समूह"
-#: src/components/bottomsheets/DMBottomSheet.tsx:164
+#: src/components/bottomsheets/DMBottomSheet.tsx:166
msgid "Unpinned group DM"
msgstr "अनपिन किए गए समूह DM"
@@ -19279,7 +19364,7 @@ msgstr "एम्बेड्स दिखाएँ"
msgid "Until I change it"
msgstr "जब तक मैं इसे बदल न दूँ"
-#: src/components/bottomsheets/DMBottomSheet.tsx:664
+#: src/components/bottomsheets/DMBottomSheet.tsx:667
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:334
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:57
#: src/components/channel/muteOptions.ts:39
@@ -19305,7 +19390,7 @@ msgstr "अपडेट"
msgid "Update app"
msgstr "ऐप अपडेट करें"
-#: src/components/modals/components/MobileSettingsView.tsx:244
+#: src/components/modals/components/MobileSettingsView.tsx:239
msgid "Update Service Worker"
msgstr "सर्विस वर्कर अपडेट करें"
@@ -19402,7 +19487,7 @@ msgstr "पसंदीदा अपडेट हो रहे हैं…"
msgid "Updating..."
msgstr "अपडेट हो रहा है..."
-#: src/components/modals/components/plutonium/PricingSection.tsx:84
+#: src/components/modals/components/plutonium/PricingSection.tsx:94
msgid "Upgrade Now"
msgstr "अब अपग्रेड करें"
@@ -19415,18 +19500,19 @@ msgstr "Plutonium में अपग्रेड करें"
msgid "Upgrade to store up to 15 custom backgrounds and unlock HD video quality, higher frame rates, and more."
msgstr "15 कस्टम बैकग्राउंड तक रखने और HD वीडियो क्वालिटी, उच्च फ्रेम रेट और अधिक अनलॉक करने के लिए अपग्रेड करें।"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:265
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:316
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:297
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:357
msgid "Upgrade to Visionary"
msgstr "Visionary में अपग्रेड करें"
#. placeholder {0}: formatter.format(visionarySlots.remaining)
-#: src/components/modals/components/plutonium/VisionarySection.tsx:109
+#: src/components/modals/components/plutonium/VisionarySection.tsx:122
+#: src/components/modals/components/plutonium/VisionarySection.tsx:134
msgid "Upgrade to Visionary — {0} Left"
msgstr "Visionary में अपग्रेड करें — {0} शेष"
#. placeholder {0}: isGiftSubscription ? 'gift time' : 'subscription'
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:243
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:262
msgid "Upgrading to Visionary is a <0>one-time0> purchase and will <1>cancel your current {0} immediately1>."
msgstr "Visionary में अपग्रेड करना एक <0>एक बार0> की खरीद है और यह <1>आपकी मौजूदा {0} को तुरंत रद्द कर देगा1>।"
@@ -19674,10 +19760,6 @@ msgstr "यदि आप अपना ऑथेंटिकेटर ऐप ख
msgid "Use this button to quickly clear all permissions."
msgstr "सभी अनुमतियाँ जल्दी साफ़ करने के लिए इस बटन का उपयोग करें।"
-#: src/components/pages/ReportPage.tsx:613
-msgid "Use this form to report illegal content under the Digital Services Act (DSA). Select what you want to report."
-msgstr "डिजिटल सेवाएँ अधिनियम (DSA) के अंतर्गत अवैध सामग्री की रिपोर्ट करने के लिए इस फॉर्म का उपयोग करें। आप क्या रिपोर्ट करना चाहते हैं, चयन करें।"
-
#: src/components/modals/tabs/KeybindsTab.tsx:101
msgid "Use this shortcut system-wide"
msgstr "इस शॉर्टकट का सिस्टम-व्यापी उपयोग करें"
@@ -19708,19 +19790,19 @@ msgstr "उपयोगकर्ता 13 वर्ष से कम का प
msgid "User Debug"
msgstr "उपयोगकर्ता डिबग"
-#: src/components/channel/channel-view/DMChannelView.tsx:353
+#: src/components/channel/channel-view/DMChannelView.tsx:354
msgid "User has vanished"
msgstr "उपयोगकर्ता गायब हो गया है"
-#: src/components/pages/ReportPage.tsx:865
+#: src/components/pages/report/ReportStepDetails.tsx:137
msgid "User ID (optional)"
msgstr "उपयोगकर्ता आईडी (वैकल्पिक)"
-#: src/components/bottomsheets/DMBottomSheet.tsx:376
+#: src/components/bottomsheets/DMBottomSheet.tsx:378
msgid "User ID copied"
msgstr "उपयोगकर्ता आईडी कॉपी की गई"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:652
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:666
msgid "User ID copied to clipboard"
msgstr "उपयोगकर्ता आईडी क्लिपबोर्ड पर कॉपी की गई"
@@ -19765,7 +19847,7 @@ msgstr "उपयोगकर्ता रिकॉर्ड"
msgid "User Settings"
msgstr "उपयोगकर्ता सेटिंग्स"
-#: src/components/pages/ReportPage.tsx:873
+#: src/components/pages/report/ReportStepDetails.tsx:146
msgid "User Tag (optional)"
msgstr "उपयोगकर्ता टैग (वैकल्पिक)"
@@ -19805,7 +19887,7 @@ msgstr "उपयोगकर्ता नाम कम से कम 1 वर
msgid "Username must be at most 32 characters"
msgstr "उपयोगकर्ता नाम अधिकतम 32 वर्णों का होना चाहिए"
-#: src/components/channel/dm/AddFriendForm.tsx:130
+#: src/components/channel/dm/AddFriendForm.tsx:153
msgid "Username#0000"
msgstr "उपयोगकर्ता नाम#0000"
@@ -19904,7 +19986,7 @@ msgstr "वैनिटी URL 2 से 32 वर्णों के बीच
msgid "Verification Barriers"
msgstr "सत्यापन बाधाएँ"
-#: src/components/modals/ClaimAccountModal.tsx:199
+#: src/components/modals/ClaimAccountModal.tsx:201
#: src/components/modals/EmailChangeModal.tsx:218
#: src/components/modals/EmailChangeModal.tsx:282
#: src/components/modals/PhoneAddModal.tsx:224
@@ -19912,11 +19994,11 @@ msgstr "सत्यापन बाधाएँ"
msgid "Verification code"
msgstr "सत्यापन कोड"
-#: src/components/pages/ReportPage.tsx:719
+#: src/components/pages/report/ReportStepVerification.tsx:86
msgid "Verification Code"
msgstr "सत्यापन कोड"
-#: src/components/modals/ClaimAccountModal.tsx:88
+#: src/components/modals/ClaimAccountModal.tsx:90
msgid "Verification code sent"
msgstr "सत्यापन कोड भेजा गया"
@@ -19937,10 +20019,9 @@ msgstr "बैकअप कोड देखने से पहले सत्
#: src/components/auth/AuthPageHeader.tsx:49
#: src/components/auth/InviteHeader.tsx:81
#: src/components/auth/InviteHeader.tsx:226
-#: src/components/channel/InviteEmbed.tsx:285
-#: src/components/channel/InviteEmbed.tsx:428
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:178
-#: src/components/emojis/EmojiInfoContent.tsx:87
+#: src/components/channel/InviteEmbed.tsx:287
+#: src/components/channel/InviteEmbed.tsx:430
+#: src/components/emojis/EmojiAttributionSubtext.tsx:143
#: src/components/layout/GuildHeader.tsx:132
msgid "Verified Community"
msgstr "सत्यापित समुदाय"
@@ -19955,7 +20036,7 @@ msgstr "सत्यापित गिल्ड"
msgid "Verify"
msgstr "सत्यापित करें"
-#: src/components/pages/ReportPage.tsx:740
+#: src/components/pages/report/ReportStepVerification.tsx:102
msgid "Verify Code"
msgstr "कोड सत्यापित करें"
@@ -19980,6 +20061,10 @@ msgstr "फ़ोन नंबर सत्यापित करने का
msgid "Verify You're Human"
msgstr "सत्यापित करें कि आप इंसान हैं"
+#: src/components/pages/report/ReportStepEmail.tsx:54
+msgid "Verify your email"
+msgstr "अपने ईमेल को सत्यापित करें"
+
#: src/components/modals/SudoVerificationModal.tsx:359
msgid "Verify your identity"
msgstr "अपनी पहचान सत्यापित करें"
@@ -20012,7 +20097,7 @@ msgid "Video"
msgstr "वीडियो"
#: src/components/channel/ChannelHeader.tsx:572
-#: src/components/modals/UserProfileMobileSheet.tsx:515
+#: src/components/modals/UserProfileMobileSheet.tsx:519
msgid "Video Call"
msgstr "वीडियो कॉल"
@@ -20097,7 +20182,7 @@ msgstr "बैकअप कोड देखें"
msgid "View backup codes form"
msgstr "बैकअप कोड फ़ॉर्म देखें"
-#: src/components/channel/channel-view/DMChannelView.tsx:282
+#: src/components/channel/channel-view/DMChannelView.tsx:283
msgid "View call"
msgstr "कॉल देखें"
@@ -20138,7 +20223,7 @@ msgstr "गिफ्ट इन्वेंटरी देखें"
msgid "View Global Profile"
msgstr "वैश्विक प्रोफ़ाइल देखें"
-#: src/components/channel/channel-view/DMChannelView.tsx:282
+#: src/components/channel/channel-view/DMChannelView.tsx:283
msgid "View incoming call"
msgstr "आ रही कॉल देखें"
@@ -20158,10 +20243,10 @@ msgstr "प्रीमियम सुविधाएँ देखें"
msgid "View premium perks"
msgstr "प्रीमियम सुविधाएँ देखें"
-#: src/components/bottomsheets/DMBottomSheet.tsx:411
+#: src/components/bottomsheets/DMBottomSheet.tsx:413
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:226
#: src/components/channel/friends/MobileFriendRequestItem.tsx:87
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:210
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:212
#: src/components/modals/tabs/BlockedUsersTab.tsx:87
#: src/components/uikit/ContextMenu/items/UserProfileMenuItem.tsx:43
msgid "View Profile"
@@ -20191,7 +20276,7 @@ msgstr "दर्शक स्ट्रीम में शामिल हो
msgid "Viewer Leaves Stream"
msgstr "दर्शक स्ट्रीम छोड़ता है"
-#: src/components/pages/ReportPage.tsx:827
+#: src/components/pages/report/ReportStepDetails.tsx:96
msgid "Violation Category"
msgstr "उल्लंघन श्रेणी"
@@ -20199,7 +20284,7 @@ msgstr "उल्लंघन श्रेणी"
msgid "Violation category selection"
msgstr "उल्लंघन श्रेणी चयन"
-#: src/components/pages/ReportPage.tsx:264
+#: src/components/pages/report/optionDescriptors.ts:45
#: src/constants/IARConstants.tsx:42
msgid "Violent or Graphic Content"
msgstr "हिंसात्मक या ग्राफिक सामग्री"
@@ -20212,9 +20297,9 @@ msgstr "VIP वॉइस"
msgid "Visible Buttons"
msgstr "दृश्यमान बटन"
-#: src/components/modals/components/plutonium/PricingSection.tsx:88
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:110
-#: src/components/modals/components/plutonium/VisionarySection.tsx:58
+#: src/components/modals/components/plutonium/PricingSection.tsx:101
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:129
+#: src/components/modals/components/plutonium/VisionarySection.tsx:67
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:154
#: src/utils/modals/guildTabs/GuildAuditLogTabUtils.ts:274
msgid "Visionary"
@@ -20228,25 +20313,25 @@ msgstr "Visionary (लाइफटाइम #42)"
msgid "Visionary (Lifetime Plutonium)"
msgstr "Visionary (लाइफटाइम Plutonium)"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:80
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:111
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:95
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:134
msgid "Visionary {visionaryPrice}"
msgstr "Visionary {visionaryPrice}"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:96
+#: src/components/modals/components/plutonium/VisionarySection.tsx:105
msgid "Visionary community with direct team access"
msgstr "सीधे टीम एक्सेस वाला Visionary समुदाय"
-#: src/components/modals/components/plutonium/GiftSection.tsx:87
-#: src/components/modals/components/plutonium/PricingSection.tsx:119
+#: src/components/modals/components/plutonium/GiftSection.tsx:100
+#: src/components/modals/components/plutonium/PricingSection.tsx:140
msgid "Visionary Gift"
msgstr "Visionary गिफ्ट"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:109
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:132
msgid "Visionary Gift Sold Out"
msgstr "Visionary गिफ्ट बिक चुका है"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:80
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:95
msgid "Visionary Sold Out"
msgstr "Visionary बिक चुका है"
@@ -20281,15 +20366,15 @@ msgstr "वॉइस और वीडियो सेटिंग्स"
msgid "Voice Activity"
msgstr "वॉइस गतिविधि"
-#: src/components/channel/channel-view/DMChannelView.tsx:277
+#: src/components/channel/channel-view/DMChannelView.tsx:278
#: src/components/voice/VoiceCallView.tsx:466
msgid "Voice call"
msgstr "वॉइस कॉल"
-#: src/components/bottomsheets/DMBottomSheet.tsx:419
+#: src/components/bottomsheets/DMBottomSheet.tsx:421
#: src/components/channel/ChannelHeader.tsx:562
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:225
-#: src/components/modals/UserProfileMobileSheet.tsx:507
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:227
+#: src/components/modals/UserProfileMobileSheet.tsx:511
msgid "Voice Call"
msgstr "वॉइस कॉल"
@@ -20306,8 +20391,8 @@ msgstr "वॉइस कॉल्स"
msgid "Voice channel"
msgstr "वॉइस चैनल"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:475
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:662
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:489
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:676
#: src/components/channel/channel-header/useChannelHeaderData.ts:100
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:314
msgid "Voice Channel"
@@ -20488,8 +20573,8 @@ msgstr "हमने इस लॉगिन को अधिकृत करन
msgid "We failed to retrieve the full information about this user at this time."
msgstr "हम इस समय इस यूज़र की पूरी जानकारी प्राप्त करने में असफल रहे।"
-#: src/components/layout/GuildLayout.tsx:302
-#: src/components/layout/GuildLayout.tsx:349
+#: src/components/layout/GuildLayout.tsx:307
+#: src/components/layout/GuildLayout.tsx:354
msgid "We fluxed up! Hang tight, we're working on it."
msgstr "हमसे गलती हो गई! थोड़ी देर रुको, हम इसे ठीक कर रहे हैं।"
@@ -20513,18 +20598,13 @@ msgstr "अनुमोदन की प्रतीक्षा में क
msgid "We need to make sure you're not a bot. Please complete the verification below."
msgstr "हमें सुनिश्चित करना है कि आप कोई बॉट नहीं हैं। कृपया नीचे दिया गया सत्यापन पूरा करें।"
-#: src/components/pages/ReportPage.tsx:639
-msgid "We need to verify your email address before you can submit a report."
-msgstr "आप रिपोर्ट जमा करने से पहले हमें आपके ईमेल पते को सत्यापित करना होगा।"
-
#: src/components/modals/BackupCodesModal.tsx:45
msgid "We recommend saving these codes now so that you don't get locked out of your account."
msgstr "हम सलाह देते हैं कि आप इन कोड्स को अभी सहेज लें ताकि आपका खाता लॉक न हो जाए।"
-#. placeholder {0}: state.email
-#: src/components/pages/ReportPage.tsx:702
-msgid "We sent a verification code to {0}."
-msgstr "हमने {0} पर एक सत्यापन कोड भेजा है।"
+#: src/components/pages/report/ReportStepVerification.tsx:67
+msgid "We sent a code to {email}."
+msgstr "हमने {email} पर एक कोड भेजा।"
#: src/components/auth/BrowserLoginHandoffModal.tsx:315
msgid "We will prefill {prefillEmail} once the browser login opens."
@@ -20534,6 +20614,10 @@ msgstr "जैसे ही ब्राउज़र लॉगिन खुल
msgid "We'll restore your previous email, sign out old sessions, remove phone numbers, disable MFA, and secure your account with a new password."
msgstr "हम आपका पूर्व ईमेल बहाल करेंगे, पुराने सत्रों से साइन आउट करेंगे, फोन नंबर हटाएंगे, MFA को अक्षम करेंगे और नए पासवर्ड से आपका खाता सुरक्षित करेंगे।"
+#: src/components/pages/report/ReportStepEmail.tsx:57
+msgid "We'll send a short code to confirm you can receive updates about this report."
+msgstr "हम इस रिपोर्ट के बारे में अपडेट प्राप्त करने की पुष्टि के लिए एक छोटा कोड भेजेंगे।"
+
#: src/components/modals/EmailChangeModal.tsx:190
msgid "We'll verify your current email and then your new email with one-time codes."
msgstr "हम पहले आपके वर्तमान ईमेल को और फिर नए ईमेल को वन-टाइम कोड के साथ सत्यापित करेंगे।"
@@ -20546,13 +20630,13 @@ msgstr "हम आपके नए ईमेल को एक वन-टाइ
msgid "We're having trouble connecting to Fluxer's servers. This could be a temporary network issue or scheduled maintenance."
msgstr "हमें Fluxer के सर्वर से कनेक्ट करने में परेशानी हो रही है। यह अस्थायी नेटवर्क समस्या या निर्धारित रखरखाव हो सकता है।"
-#: src/components/modals/tabs/BetaCodesTab.tsx:297
+#: src/components/modals/tabs/BetaCodesTab.tsx:322
#: src/components/modals/tabs/DevicesTab.tsx:230
msgid "We're having trouble connecting to the space-time continuum. Please check your connection and try again."
msgstr "हमें स्पेस-टाइम कंटीनियम से कनेक्ट करने में परेशानी हो रही है। कृपया अपना कनेक्शन जांचें और फिर से प्रयास करें।"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:287
-#: src/components/channel/ChannelSearchResults.tsx:681
+#: src/components/channel/ChannelSearchResults.tsx:650
msgid "We're indexing this channel for the first time. This might take a little while..."
msgstr "हम इस चैनल को पहली बार इंडेक्स कर रहे हैं। इसमें थोड़ी देर लग सकती है..."
@@ -20829,17 +20913,16 @@ msgstr "यहाँ कस्टम CSS लिखें ताकि किस
msgid "Write your content here... This textarea expands as you type."
msgstr "अपना कंटेंट यहाँ लिखें... यह टेक्स्टएरिया जैसे-जैसे आप टाइप करेंगे, बढ़ता जाएगा।"
-#: src/components/auth/DateOfBirthField.tsx:89
-#: src/components/auth/DateOfBirthField.tsx:156
+#: src/components/auth/DateOfBirthField.tsx:153
#: src/components/auth/MockMinimalRegisterForm.tsx:78
msgid "Year"
msgstr "साल"
-#: src/components/modals/components/plutonium/PricingSection.tsx:78
+#: src/components/modals/components/plutonium/PricingSection.tsx:88
msgid "Yearly"
msgstr "सालाना"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:71
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:84
msgid "Yearly {yearlyPrice}"
msgstr "सालाना {yearlyPrice}"
@@ -20874,7 +20957,7 @@ msgstr "आप Fluxer छोड़ने वाले हैं"
msgid "You are about to transfer ownership of this community to <0>{0}0>. This action is <1>irreversible1> and you will lose all owner privileges."
msgstr "आप इस समुदाय का स्वामित्व <0>{0}0> को देने वाले हैं। यह कार्रवाई <1>अवापस नहीं की जा सकती1> और आपको सभी मालिक विशेषाधिकार खोने होंगे।"
-#: src/components/channel/dm/AddFriendForm.tsx:72
+#: src/components/channel/dm/AddFriendForm.tsx:95
msgid "You are already friends with this user."
msgstr "आप पहले से ही इस यूज़र के दोस्त हैं।"
@@ -20960,7 +21043,7 @@ msgstr "आप एक बार में केवल {MAX_EMOJIS_PER_UPLOAD}
msgid "You can pin messages in this conversation for everyone to see."
msgstr "आप इस बातचीत में संदेश पिन कर सकते हैं ताकि सभी देख सकें।"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:175
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:194
msgid "You can redeem additional gift codes to <0>extend0> your gift time. To start a monthly or yearly plan, wait until after it ends — or <1>upgrade to Visionary1> now (remaining gift time will be discarded)."
msgstr "आप अतिरिक्त गिफ्ट कोड रिडीम करके अपना गिफ्ट समय <0>बढ़ा0> सकते हैं। मासिक या वार्षिक प्लान शुरू करने के लिए इसके खत्म होने तक प्रतीक्षा करें — या अब <1>Visionary में अपग्रेड1> करें (बाकी गिफ्ट समय खो जाएगा)।"
@@ -20990,7 +21073,7 @@ msgstr "आप अपने टेक्स्ट को फॉर्मेट
msgid "You can't add new reactions while you're on timeout."
msgstr "जब आप टाइमआउट में हैं तो नए रिएक्शन नहीं जोड़ सकते।"
-#: src/components/modals/UserProfileModal.tsx:1170
+#: src/components/modals/UserProfileModal.tsx:1171
msgid "You can't befriend yourself"
msgstr "आप खुद को दोस्त नहीं बना सकते"
@@ -20998,14 +21081,14 @@ msgstr "आप खुद को दोस्त नहीं बना सकत
msgid "You can't interact with reactions in search results as it might disrupt the space-time continuum."
msgstr "खोज परिणामों में रिएक्शनों के साथ इंटरैक्ट नहीं कर सकते क्योंकि इससे स्पेस-टाइम कंटीनियम में बाधा आ सकती है।"
-#: src/components/layout/ChannelItem.tsx:200
-#: src/components/layout/ChannelItem.tsx:366
-#: src/stores/voice/MediaEngineFacade.ts:151
-#: src/stores/voice/MediaEngineFacade.ts:482
+#: src/components/layout/ChannelItem.tsx:206
+#: src/components/layout/ChannelItem.tsx:375
+#: src/stores/voice/MediaEngineFacade.ts:154
+#: src/stores/voice/MediaEngineFacade.ts:529
msgid "You can't join while you're on timeout."
msgstr "जब आप टाइमआउट में हैं तो शामिल नहीं हो सकते।"
-#: src/components/modals/UserProfileModal.tsx:1182
+#: src/components/modals/UserProfileModal.tsx:1183
#: src/components/popouts/UserProfilePopout.tsx:282
#: src/components/profile/ProfilePreview.tsx:284
msgid "You can't message yourself"
@@ -21019,7 +21102,7 @@ msgstr "आप खुद को फ्रेंड रिक्वेस्ट
msgid "You can't send friend requests to bots."
msgstr "आप बॉट्स को फ्रेंड रिक्वेस्ट नहीं भेज सकते।"
-#: src/components/channel/dm/AddFriendForm.tsx:64
+#: src/components/channel/dm/AddFriendForm.tsx:87
msgid "You can't send friend requests to users you've blocked. Unblock them first."
msgstr "आप उन यूज़र्स को फ्रेंड रिक्वेस्ट नहीं भेज सकते जिन्हें आपने ब्लॉक किया है। पहले उन्हें अनब्लॉक करें।"
@@ -21066,11 +21149,11 @@ msgstr "आप इस अनुमति को हटा नहीं सकत
msgid "You cannot save a role with a blank name. Please provide a valid name before saving."
msgstr "आप खाली नाम के साथ रोल नहीं सहेज सकते। कृपया सहेजने से पहले एक मान्य नाम दें।"
-#: src/components/channel/dm/AddFriendForm.tsx:68
+#: src/components/channel/dm/AddFriendForm.tsx:91
msgid "You cannot send a friend request to yourself."
msgstr "आप खुद को फ्रेंड रिक्वेस्ट नहीं भेज सकते।"
-#: src/components/channel/dm/AddFriendForm.tsx:66
+#: src/components/channel/dm/AddFriendForm.tsx:89
msgid "You cannot send friend requests to bots."
msgstr "आप बॉट्स को फ्रेंड रिक्वेस्ट नहीं भेज सकते।"
@@ -21094,7 +21177,7 @@ msgstr "आपके पास उस चैनल तक पहुंच नह
msgid "You do not have permission to send messages in this channel."
msgstr "आपके पास इस चैनल में संदेश भेजने की अनुमति नहीं है।"
-#: src/components/layout/GuildLayout.tsx:393
+#: src/components/layout/GuildLayout.tsx:398
msgid "You don't have access to any channels in this community."
msgstr "आपके पास इस समुदाय में किसी भी चैनल तक पहुंच नहीं है।"
@@ -21114,23 +21197,23 @@ msgstr "आपके पास इस इमोजी पैक को इंस
msgid "You don't have permission to install this sticker pack."
msgstr "आपके पास इस स्टिकर पैक को इंस्टॉल करने की अनुमति नहीं है।"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:203
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:222
msgid "You have all <0/> for <1>{monthlyPrice}/month1>."
msgstr "आपके पास <1>{monthlyPrice}/महीना1> के लिए सभी <0/> हैं।"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:208
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:227
msgid "You have all <0/> for <1>{yearlyPrice}/year1>."
msgstr "आपके पास <1>{yearlyPrice}/वर्ष1> के लिए सभी <0/> हैं।"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:213
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:232
msgid "You have all <0/> for your subscription period."
msgstr "आपके पास आपकी सब्सक्रिप्शन अवधि के लिए सभी <0/> हैं।"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:198
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:217
msgid "You have all <0/> forever. No subscriptions, no renewals."
msgstr "आपके पास हमेशा के लिए सभी <0/> हैं। कोई सब्सक्रिप्शन या नवीनीकरण नहीं।"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:169
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:188
msgid "You have all <0/> via a <1>gift subscription1> until <2>{giftEndDate}2>. It <3>won't renew3>."
msgstr "आपके पास <1>उपहार सब्सक्रिप्शन1> के तहत <2>{giftEndDate}2> तक सभी <0/> हैं। यह <3>नवीनीकृत नहीं होगा3>।"
@@ -21228,11 +21311,11 @@ msgstr "आपको इस सहेजे हुए संदेश तक प
msgid "You made it, {username}! We're about to hit 88mph!"
msgstr "तुम पहुंच गए, {username}! हम 88mph पार करने वाले हैं!"
-#: src/components/channel/CallMessage.tsx:179
+#: src/components/channel/CallMessage.tsx:173
msgid "You missed a call from <0/> that lasted {durationText}."
msgstr "तुमने <0/> से एक कॉल मिस की जो {durationText} तक चली।"
-#: src/components/channel/CallMessage.tsx:184
+#: src/components/channel/CallMessage.tsx:178
msgid "You missed a call from <0/>."
msgstr "आपका <0/> से कॉल छूट गया।"
@@ -21252,7 +21335,7 @@ msgstr "इस सामग्री को देखने के लिए त
msgid "You must be connected to the gateway to accept this temporary invite. Please check your connection and try again."
msgstr "इस अस्थायी निमंत्रण को स्वीकार करने के लिए तुम्हें गेटवे से जुड़ा होना चाहिए। कृपया अपना कनेक्शन जांचो और फिर से प्रयास करो।"
-#: src/components/pages/ReportPage.tsx:463
+#: src/components/pages/ReportPage.tsx:288
msgid "You must verify your email before submitting a report."
msgstr "रिपोर्ट भेजने से पहले तुम्हें अपना ईमेल सत्यापित करना होगा।"
@@ -21385,7 +21468,7 @@ msgstr "तुम वॉइस चैनल में हो"
msgid "You're sending messages too quickly"
msgstr "तुम बहुत जल्दी संदेश भेज रहे हो"
-#: src/components/channel/Messages.tsx:909
+#: src/components/channel/Messages.tsx:907
msgid "You're viewing older messages"
msgstr "तुम पुराने संदेश देख रहे हो"
@@ -21464,7 +21547,7 @@ msgstr "तुम्हारा खाता मंजूर हो चुक
msgid "Your account has been created, but access is temporarily limited until approval. You will be notified once your account is approved."
msgstr "तुम्हारा खाता बना दिया गया है, लेकिन मंजूरी तक अस्थायी रूप से पहुंच सीमित है। जैसे ही तुम्हारा खाता मंजूर होगा तुम्हें सूचित किया जाएगा।"
-#: src/components/modals/components/UnclaimedAccountAlert.tsx:38
+#: src/components/modals/components/UnclaimedAccountAlert.tsx:36
msgid "Your account is not yet claimed. Without an email and password, you won't be able to sign in from other devices and you could lose access to your account. Claim your account now to secure it."
msgstr "तुम्हारा खाता अभी तक क्लेम नहीं किया गया है। बिना ईमेल और पासवर्ड के तुम अन्य डिवाइसों से साइन इन नहीं कर पाओगे और अपना खाता खो भी सकते हो। अब अपना खाता क्लेम करके सुरक्षित करो।"
@@ -21508,7 +21591,7 @@ msgstr "तुम्हारी मौजूदा नोटिफिकेश
msgid "Your export request will be processed"
msgstr "तुम्हारे एक्सपोर्ट अनुरोध को संसाधित किया जाएगा"
-#: src/components/pages/ReportPage.tsx:935
+#: src/components/pages/report/ReportStepDetails.tsx:213
msgid "Your FluxerTag (optional)"
msgstr "तुम्हारा FluxerTag (वैकल्पिक)"
@@ -21521,7 +21604,7 @@ msgid "Your invite expires in 24 hours"
msgstr "तुम्हारा आमंत्रण 24 घंटों में समाप्त हो जाएगा"
#. placeholder {0}: getExpirationText()
-#: src/components/modals/InviteModal.tsx:325
+#: src/components/modals/InviteModal.tsx:322
msgid "Your invite link expires in {0}."
msgstr "तुम्हारा इनवाइट लिंक {0} में समाप्त हो जाएगा।"
@@ -21565,7 +21648,7 @@ msgstr "चैनल, DM और समूहों तक तेज़ पहु
msgid "Your Plutonium subscription has expired. You've lost all Plutonium perks. Reactivate your subscription to regain access."
msgstr "तुम्हारी Plutonium सब्सक्रिप्शन की अवधि समाप्त हो चुकी है। तुमने सभी Plutonium सुविधाएँ खो दी हैं। एक्सेस वापस पाने के लिए अपनी सब्सक्रिप्शन को पुनः सक्रिय करो।"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:781
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:813
msgid "Your private space"
msgstr "तुम्हारी निजी जगह"
@@ -21573,7 +21656,7 @@ msgstr "तुम्हारी निजी जगह"
msgid "Your private space for thoughts and reminders"
msgstr "विचारों और रिमाइंडर्स के लिए तुम्हारी निजी जगह"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:277
+#: src/components/modals/tabs/GiftInventoryTab.tsx:300
msgid "Your Purchased Gifts"
msgstr "तुम्हारे खरीदे गए उपहार"
@@ -21585,15 +21668,11 @@ msgstr "तुम्हारा क्षेत्र"
msgid "Your stream is still being broadcast"
msgstr "तुम्हारा स्ट्रीम अभी भी प्रसारित हो रहा है"
-#: src/components/pages/ReportPage.tsx:594
-msgid "Your submission ID"
-msgstr "आपकी सबमिशन आईडी"
-
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:153
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:172
msgid "Your subscription ended, but you still have all <0/> until <1>{graceDate}1>. Resubscribe to keep them."
msgstr "तुम्हारी सब्सक्रिप्शन समाप्त हो गई, लेकिन तुम्हारे पास <1>{graceDate}1> तक सभी <0/> मौजूद हैं। उन्हें बनाए रखने के लिए फिर से सब्सक्रिप्शन लो।"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:138
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:157
msgid "Your subscription expired on <0>{expiredDate}0>. You lost all <1/>. You can reactivate at any time."
msgstr "तुम्हारी सब्सक्रिप्शन <0>{expiredDate}0> को समाप्त हो गई। तुमने सभी <1/> खो दिए। जब चाहो फिर से सक्रिय कर सकते हो।"
@@ -21609,7 +21688,7 @@ msgstr "तुम्हारी सब्सक्रिप्शन पुन
msgid "Your subscription has been set to cancel at the end of your billing period."
msgstr "तुम्हारी सब्सक्रिप्शन को तुम्हारी बिलिंग अवधि के अंत में रद्द करने के लिए सेट किया गया है।"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:191
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:210
msgid "Your subscription will cancel on <0>{cancelDate}0>. You'll lose all <1/> after that date."
msgstr "तुम्हारी सब्सक्रिप्शन <0>{cancelDate}0> को रद्द हो जाएगी। उस तारीख के बाद तुम सभी <1/> खो दोगे।"
diff --git a/fluxer_app/src/locales/hr/messages.po b/fluxer_app/src/locales/hr/messages.po
index d9259364..915d47da 100644
--- a/fluxer_app/src/locales/hr/messages.po
+++ b/fluxer_app/src/locales/hr/messages.po
@@ -68,12 +68,12 @@ msgstr "(prikazano najviše 15)"
msgid "(No content)"
msgstr "(Bez sadržaja)"
-#: src/components/modals/UserProfileMobileSheet.tsx:552
+#: src/components/modals/UserProfileMobileSheet.tsx:556
#: src/components/pages/YouPage.tsx:147
msgid "(only visible to you)"
msgstr "(vidljivo samo tebi)"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:954
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:976
msgid "(you)"
msgstr "(ti)"
@@ -138,12 +138,12 @@ msgid "{0} Online"
msgstr "{0} Online"
#. placeholder {0}: reaction.count
-#: src/components/channel/MessageReactions.tsx:120
+#: src/components/channel/MessageReactions.tsx:119
msgid "{0} reaction"
msgstr "{0} reakcija"
#. placeholder {0}: reaction.count
-#: src/components/channel/MessageReactions.tsx:120
+#: src/components/channel/MessageReactions.tsx:119
msgid "{0} reactions"
msgstr "{0} reakcija"
@@ -153,13 +153,13 @@ msgid "{0} remaining"
msgstr "{0} preostalo"
#. placeholder {0}: machineState.total
-#: src/components/channel/ChannelSearchResults.tsx:315
+#: src/components/channel/ChannelSearchResults.tsx:272
msgid "{0} Result"
msgstr "{0} Rezultat"
#. placeholder {0}: machineState.total
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:390
-#: src/components/channel/ChannelSearchResults.tsx:315
+#: src/components/channel/ChannelSearchResults.tsx:272
msgid "{0} Results"
msgstr "{0} rezultata"
@@ -402,7 +402,7 @@ msgstr "{actor} je ažurirao naljepnicu {namedTarget}."
msgid "{actor} updated the webhook {namedTarget}."
msgstr "{actor} je ažurirao webhook {namedTarget}."
-#: src/components/modals/tabs/BetaCodesTab.tsx:280
+#: src/components/modals/tabs/BetaCodesTab.tsx:284
msgid "{allowance} codes remaining this week"
msgstr "preostalo {allowance} kodova ovaj tjedan"
@@ -533,7 +533,7 @@ msgstr "{emojiName}, {0} reakcija"
msgid "{emojiName}, {0} reactions"
msgstr "{emojiName}, {0} reakcija"
-#: src/components/channel/MessageReactions.tsx:122
+#: src/components/channel/MessageReactions.tsx:121
msgid "{emojiName}: {reactionCountText}, {actionText}"
msgstr "{emojiName}: {reactionCountText}, {actionText}"
@@ -561,8 +561,8 @@ msgstr "Slike {label} ne mogu biti animirane. Molimo koristite JPEG, PNG ili Web
#: src/components/auth/InviteHeader.tsx:127
#: src/components/auth/InviteHeader.tsx:241
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:281
-#: src/components/channel/InviteEmbed.tsx:180
-#: src/components/channel/InviteEmbed.tsx:444
+#: src/components/channel/InviteEmbed.tsx:182
+#: src/components/channel/InviteEmbed.tsx:446
msgid "{memberCount} Member"
msgstr "{memberCount} Član"
@@ -570,8 +570,8 @@ msgstr "{memberCount} Član"
#: src/components/auth/InviteHeader.tsx:127
#: src/components/auth/InviteHeader.tsx:241
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:281
-#: src/components/channel/InviteEmbed.tsx:180
-#: src/components/channel/InviteEmbed.tsx:444
+#: src/components/channel/InviteEmbed.tsx:182
+#: src/components/channel/InviteEmbed.tsx:446
msgid "{memberCount} Members"
msgstr "{memberCount} Članova"
@@ -606,11 +606,11 @@ msgstr "{minutes} minuta i {seconds} sekundi"
msgid "{minutes} minutes and 1 second"
msgstr "{minutes} minuta i 1 sekunda"
-#: src/components/channel/dm/DMWelcomeSection.tsx:155
+#: src/components/channel/dm/DMWelcomeSection.tsx:167
msgid "{mutualGuildCount} mutual commmunity"
msgstr "{mutualGuildCount} zajednična zajednica"
-#: src/components/channel/dm/DMWelcomeSection.tsx:156
+#: src/components/channel/dm/DMWelcomeSection.tsx:168
msgid "{mutualGuildCount} mutual communities"
msgstr "{mutualGuildCount} zajedničkih zajednica"
@@ -632,7 +632,7 @@ msgstr "{participantCount} sudionika u pozivu"
#: src/components/auth/InviteHeader.tsx:235
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:276
-#: src/components/channel/InviteEmbed.tsx:439
+#: src/components/channel/InviteEmbed.tsx:441
msgid "{presenceCount} Online"
msgstr "{presenceCount} Na mreži"
@@ -644,15 +644,15 @@ msgstr "{remaining} preostalih znakova"
msgid "{remaining} characters left. Get Plutonium to write up to {premiumMaxLength} characters."
msgstr "{remaining} preostalih znakova. Nabavi Plutonium da pišeš do {premiumMaxLength} znakova."
-#: src/components/channel/InviteEmbed.tsx:301
+#: src/components/channel/InviteEmbed.tsx:303
msgid "{renderedMemberCount} Member"
msgstr "{renderedMemberCount} Član"
-#: src/components/channel/InviteEmbed.tsx:301
+#: src/components/channel/InviteEmbed.tsx:303
msgid "{renderedMemberCount} Members"
msgstr "{renderedMemberCount} Članova"
-#: src/components/channel/InviteEmbed.tsx:296
+#: src/components/channel/InviteEmbed.tsx:298
msgid "{renderedPresenceCount} Online"
msgstr "{renderedPresenceCount} Na mreži"
@@ -704,11 +704,11 @@ msgstr "{totalSeconds} sekunda"
msgid "{totalSeconds} seconds"
msgstr "{totalSeconds} sekundi"
-#: src/components/layout/GuildsLayout.tsx:231
+#: src/components/layout/GuildsLayout.tsx:229
msgid "{unavailableCount} communities are temporarily unavailable due to a flux capacitor malfunction."
msgstr "{unavailableCount} zajednica je privremeno nedostupno zbog kvara na flux kapacitoru."
-#: src/components/layout/GuildsLayout.tsx:230
+#: src/components/layout/GuildsLayout.tsx:228
msgid "{unavailableCount} community is temporarily unavailable due to a flux capacitor malfunction."
msgstr "{unavailableCount} zajednica je privremeno nedostupna zbog kvara na flux kapacitoru."
@@ -814,27 +814,27 @@ msgstr "spominjanja @everyone"
msgid "@username"
msgstr "@username"
-#: src/components/channel/CallMessage.tsx:75
+#: src/components/channel/CallMessage.tsx:72
msgid "# days"
msgstr "# dana"
-#: src/components/channel/CallMessage.tsx:76
+#: src/components/channel/CallMessage.tsx:73
msgid "# hours"
msgstr "# sati"
-#: src/components/channel/CallMessage.tsx:77
+#: src/components/channel/CallMessage.tsx:74
msgid "# minutes"
msgstr "# minuta"
-#: src/components/channel/CallMessage.tsx:73
+#: src/components/channel/CallMessage.tsx:70
msgid "# months"
msgstr "# mjeseci"
-#: src/components/channel/CallMessage.tsx:74
+#: src/components/channel/CallMessage.tsx:71
msgid "# weeks"
msgstr "# tjedana"
-#: src/components/channel/CallMessage.tsx:72
+#: src/components/channel/CallMessage.tsx:69
msgid "# years"
msgstr "# godina"
@@ -878,11 +878,11 @@ msgstr "<0/> je uklonio/la <1/> iz grupe."
msgid "<0/> removed someone from the group."
msgstr "<0/> je uklonio/la nekoga iz grupe."
-#: src/components/channel/CallMessage.tsx:191
+#: src/components/channel/CallMessage.tsx:185
msgid "<0/> started a call that lasted {durationText}."
msgstr "<0/> je započeo/la poziv koji je trajao {durationText}."
-#: src/components/channel/CallMessage.tsx:154
+#: src/components/channel/CallMessage.tsx:148
msgid "<0/> started a call."
msgstr "<0/> je započeo/la poziv."
@@ -943,11 +943,11 @@ msgstr "<0>Poništio/la utišavanje0> člana."
msgid "<0>Warning:0> This will also disable SMS two-factor authentication."
msgstr "<0>Upozorenje:0> Ovo će također onemogućiti SMS dvofaktorsku autentifikaciju."
-#: src/components/modals/tabs/BetaCodesTab.tsx:278
+#: src/components/modals/tabs/BetaCodesTab.tsx:282
msgid "1 code remaining this week"
msgstr "1 kod preostao ovaj tjedan"
-#: src/components/channel/CallMessage.tsx:75
+#: src/components/channel/CallMessage.tsx:72
#: src/components/modals/BanMemberModal.tsx:54
#: src/components/modals/InviteModal.tsx:77
#: src/components/modals/InviteModal.tsx:212
@@ -956,7 +956,7 @@ msgstr "1 kod preostao ovaj tjedan"
msgid "1 day"
msgstr "1 dan"
-#: src/components/channel/CallMessage.tsx:76
+#: src/components/channel/CallMessage.tsx:73
#: src/components/modals/BanMemberModal.tsx:52
#: src/components/modals/channelTabs/ChannelOverviewTab.tsx:154
#: src/components/modals/CustomStatusBottomSheet.tsx:44
@@ -993,7 +993,7 @@ msgstr "1 minuta i {seconds} sekundi"
msgid "1 minute and 1 second"
msgstr "1 minuta i 1 sekunda"
-#: src/components/channel/CallMessage.tsx:73
+#: src/components/channel/CallMessage.tsx:70
#: src/components/modals/BanMemberModal.tsx:59
msgid "1 month"
msgstr "1 mjesec"
@@ -1002,12 +1002,12 @@ msgstr "1 mjesec"
msgid "1 Month"
msgstr "1 mjesec"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:99
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:120
msgid "1 Month {monthlyPrice}"
msgstr "1 mjesec {monthlyPrice}"
-#: src/components/modals/components/plutonium/GiftSection.tsx:78
-#: src/components/modals/components/plutonium/PricingSection.tsx:110
+#: src/components/modals/components/plutonium/GiftSection.tsx:88
+#: src/components/modals/components/plutonium/PricingSection.tsx:128
msgid "1 Month Gift"
msgstr "Poklon za 1 mjesec"
@@ -1020,22 +1020,22 @@ msgstr "1 upotreba"
msgid "1 user"
msgstr "1 korisnik"
-#: src/components/channel/CallMessage.tsx:74
+#: src/components/channel/CallMessage.tsx:71
#: src/components/modals/BanMemberModal.tsx:57
#: src/components/modals/TimeoutMemberOptions.ts:39
msgid "1 week"
msgstr "1 tjedan"
-#: src/components/channel/CallMessage.tsx:72
+#: src/components/channel/CallMessage.tsx:69
msgid "1 year"
msgstr "1 godina"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:91
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:109
msgid "1 Year {yearlyPrice}"
msgstr "1 godina {yearlyPrice}"
-#: src/components/modals/components/plutonium/GiftSection.tsx:69
-#: src/components/modals/components/plutonium/PricingSection.tsx:101
+#: src/components/modals/components/plutonium/GiftSection.tsx:76
+#: src/components/modals/components/plutonium/PricingSection.tsx:116
msgid "1 Year Gift"
msgstr "Poklon za 1 godinu"
@@ -1286,8 +1286,8 @@ msgstr "8 sati"
msgid "A 4-digit tag will be added automatically to ensure uniqueness"
msgstr "Četveroznamenkasti tag će se automatski dodati kako bi se osigurala jedinstvenost"
-#: src/components/channel/CallMessage.tsx:86
-#: src/components/channel/CallMessage.tsx:148
+#: src/components/channel/CallMessage.tsx:83
+#: src/components/channel/CallMessage.tsx:142
msgid "a few seconds"
msgstr "nekoliko sekundi"
@@ -1299,7 +1299,7 @@ msgstr "Šačica ratnika na tipkovnicama se okuplja..."
msgid "A helpful bot that does amazing things!"
msgstr "Korisni bot koji radi nevjerojatne stvari!"
-#: src/components/channel/CallMessage.tsx:77
+#: src/components/channel/CallMessage.tsx:74
msgid "a minute"
msgstr "minuta"
@@ -1316,7 +1316,7 @@ msgid "A symphony of clacking keys is underway..."
msgstr "Simfonija kucanja tipkovnica je u punom jeku..."
#: src/components/modals/tabs/MyProfileTab/BioEditor.tsx:127
-#: src/components/modals/UserProfileMobileSheet.tsx:528
+#: src/components/modals/UserProfileMobileSheet.tsx:532
#: src/components/pages/YouPage.tsx:132
msgid "About Me"
msgstr "O meni"
@@ -1330,18 +1330,18 @@ msgstr "O vama"
msgid "Accent Color"
msgstr "Boja naglaska"
-#: src/components/channel/channel-view/DMChannelView.tsx:291
-#: src/components/channel/dm/DMWelcomeSection.tsx:116
+#: src/components/channel/channel-view/DMChannelView.tsx:292
+#: src/components/channel/dm/DMWelcomeSection.tsx:128
#: src/components/channel/friends/FriendListItem.tsx:238
#: src/components/channel/friends/MobileFriendRequestItem.tsx:99
#: src/components/voice/IncomingCallUI.tsx:302
msgid "Accept"
msgstr "Prihvati"
-#: src/components/bottomsheets/DMBottomSheet.tsx:515
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:260
-#: src/components/modals/UserProfileModal.tsx:1258
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:88
+#: src/components/bottomsheets/DMBottomSheet.tsx:517
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:262
+#: src/components/modals/UserProfileModal.tsx:1259
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:109
msgid "Accept Friend Request"
msgstr "Prihvati zahtjev za prijateljstvo"
@@ -1358,7 +1358,7 @@ msgstr "Prihvati pozivnicu"
msgid "Accept the incoming call"
msgstr "Prihvati dolazni poziv"
-#: src/components/channel/InviteEmbed.tsx:226
+#: src/components/channel/InviteEmbed.tsx:228
#: src/components/modals/InviteAcceptModal.tsx:163
msgid "Accepting this invite installs the pack automatically."
msgstr "Prihvaćanjem ove pozivnice paket se automatski instalira."
@@ -1407,7 +1407,7 @@ msgstr "Račun i Premium"
msgid "Account appears to exist solely for spamming"
msgstr "Čini se da račun postoji isključivo za slanje neželjene pošte"
-#: src/components/modals/ClaimAccountModal.tsx:105
+#: src/components/modals/ClaimAccountModal.tsx:107
msgid "Account claimed successfully"
msgstr "Račun uspješno preuzet"
@@ -1459,7 +1459,7 @@ msgstr "Samo u svim DM-ovima u kojima ste ikada bili"
msgid "Action with both icons!"
msgstr "Akcija s obje ikone!"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:124
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:143
msgid "Active"
msgstr "Aktivan"
@@ -1584,12 +1584,13 @@ msgstr "Dodaj e-poštu"
msgid "Add Favorite Channels"
msgstr "Dodaj omiljene kanale"
-#: src/components/bottomsheets/DMBottomSheet.tsx:524
+#: src/components/bottomsheets/DMBottomSheet.tsx:527
#: src/components/channel/dm/AddFriendView.tsx:32
#: src/components/channel/dm/DMFriendsView.tsx:199
#: src/components/modals/AddFriendSheet.tsx:50
-#: src/components/modals/UserProfileModal.tsx:1178
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:68
+#: src/components/modals/UserProfileModal.tsx:1179
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:75
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:89
msgid "Add Friend"
msgstr "Dodaj prijatelja"
@@ -1597,7 +1598,7 @@ msgstr "Dodaj prijatelja"
msgid "Add Friends"
msgstr "Dodaj prijatelje"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1187
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1211
#: src/components/channel/ChannelHeader.tsx:630
#: src/components/channel/dm/GroupDMWelcomeSection.tsx:85
msgid "Add Friends to Group"
@@ -1612,7 +1613,7 @@ msgstr "Dodaj stavku"
msgid "Add new reactions to messages."
msgstr "Dodaj nove reakcije na poruke."
-#: src/components/bottomsheets/DMBottomSheet.tsx:426
+#: src/components/bottomsheets/DMBottomSheet.tsx:428
#: src/components/profile/ProfileCard/ProfileCardActions.tsx:48
#: src/components/uikit/ContextMenu/items/UserNoteMenuItems.tsx:42
msgid "Add Note"
@@ -1647,7 +1648,7 @@ msgstr "Obrazac za dodavanje broja telefona"
#: src/components/channel/MessageActionBar.tsx:450
#: src/components/channel/MessageActionBar.tsx:741
#: src/components/channel/messageActionMenu.tsx:92
-#: src/components/channel/MessageReactions.tsx:264
+#: src/components/channel/MessageReactions.tsx:263
#: src/components/uikit/ContextMenu/items/MessageMenuItems.tsx:65
msgid "Add Reaction"
msgstr "Dodaj reakciju"
@@ -1695,8 +1696,8 @@ msgid "Add to favorites"
msgstr "Dodaj u favorite"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:370
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1103
-#: src/components/bottomsheets/DMBottomSheet.tsx:400
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1127
+#: src/components/bottomsheets/DMBottomSheet.tsx:402
#: src/components/channel/ChannelHeader.tsx:547
#: src/components/channel/ChannelHeader.tsx:595
#: src/components/channel/ChannelHeader.tsx:600
@@ -1731,11 +1732,11 @@ msgid "Added to bookmarks"
msgstr "Dodano u oznake"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:118
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:544
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:558
msgid "Added to favorites"
msgstr "Dodano u favorite"
-#: src/components/bottomsheets/DMBottomSheet.tsx:129
+#: src/components/bottomsheets/DMBottomSheet.tsx:131
msgid "Added to Favorites"
msgstr "Dodano u favorite"
@@ -1752,7 +1753,7 @@ msgstr "Dodano: {createdDate}"
msgid "Added: {createdDate} • Last used: {lastUsedDate}"
msgstr "Dodano: {createdDate} • Zadnje korišteno: {lastUsedDate}"
-#: src/components/pages/ReportPage.tsx:943
+#: src/components/pages/report/ReportStepDetails.tsx:222
msgid "Additional Comments (optional)"
msgstr "Dodatni komentari (opcionalno)"
@@ -1873,7 +1874,7 @@ msgstr "Svi pozivi će se obavijestiti tiho umjesto zvonjenja. Prema zadanim pos
msgid "All Communities"
msgstr "Sve zajednice"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:74
+#: src/components/modals/components/plutonium/VisionarySection.tsx:83
msgid "All current and future Plutonium benefits, forever"
msgstr "Sve trenutne i buduće Plutonium pogodnosti, zauvijek"
@@ -1911,7 +1912,7 @@ msgstr "Svi članovi"
msgid "All messages"
msgstr "Sve poruke"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1377
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1401
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:206
#: src/components/modals/GuildNotificationSettingsModal.tsx:87
#: src/components/modals/GuildNotificationSettingsModal.tsx:273
@@ -2071,11 +2072,11 @@ msgstr "Dopušteno {0}."
msgid "Already have an account?"
msgstr "Već imaš račun?"
-#: src/components/channel/InviteEmbed.tsx:187
+#: src/components/channel/InviteEmbed.tsx:189
msgid "Already joined"
msgstr "Već pridružen"
-#: src/components/channel/GiftEmbed.tsx:90
+#: src/components/channel/GiftEmbed.tsx:97
msgid "Already redeemed"
msgstr "Već iskorišteno"
@@ -2135,8 +2136,8 @@ msgstr "Uvijek vjeruj <0>{hostname}0> — preskoči ovo upozorenje sljedeći p
msgid "Always underline links"
msgstr "Uvijek podcrtavaj poveznice"
-#: src/components/channel/ChannelSearchResults.tsx:511
-#: src/components/channel/ChannelSearchResults.tsx:562
+#: src/components/channel/ChannelSearchResults.tsx:480
+#: src/components/channel/ChannelSearchResults.tsx:531
#: src/hooks/useChannelSearch.ts:233
#: src/hooks/useChannelSearch.ts:375
msgid "An error occurred while searching"
@@ -2198,7 +2199,7 @@ msgid "Animated Emoji ({0})"
msgstr "Animirani emoji ({0})"
#: src/components/channel/embeds/media/EmbedGifv.tsx:237
-#: src/components/channel/embeds/media/EmbedGifv.tsx:725
+#: src/components/channel/embeds/media/EmbedGifv.tsx:749
#: src/components/modals/MediaViewerModal.tsx:294
#: src/components/modals/MediaViewerModal.tsx:362
msgid "Animated GIF"
@@ -2320,8 +2321,8 @@ msgstr "Aplikacija uspješno ažurirana"
msgid "Applications"
msgstr "Aplikacije"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:99
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:137
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:103
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:141
msgid "Applications & Bots"
msgstr "Aplikacije i botovi"
@@ -2352,7 +2353,7 @@ msgid "Archive"
msgstr "Arhiva"
#. placeholder {0}: user.username
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:162
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:164
#: src/components/modals/UserProfileActionsSheet.tsx:133
#: src/utils/RelationshipActionUtils.tsx:141
msgid "Are you sure you want to block {0}? They won't be able to message you or send you friend requests."
@@ -2368,8 +2369,8 @@ msgid "Are you sure you want to close this group DM? You can always reopen it la
msgstr "Jesi li siguran da želiš zatvoriti ovu grupnu DM? Uvijek je možeš ponovno otvoriti kasnije."
#. placeholder {0}: recipient?.username ?? ''
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:601
-#: src/components/bottomsheets/DMBottomSheet.tsx:303
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:615
+#: src/components/bottomsheets/DMBottomSheet.tsx:305
msgid "Are you sure you want to close your DM with {0}? You can always reopen it later."
msgstr "Jesi li siguran da želiš zatvoriti svoj DM s {0}? Uvijek ga možeš ponovno otvoriti kasnije."
@@ -2406,7 +2407,7 @@ msgid "Are you sure you want to delete #{0}? This action cannot be undone."
msgstr "Jesi li siguran da želiš izbrisati #{0}? Ova radnja se ne može poništiti."
#. placeholder {0}: channel.name ?? 'this channel'
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:667
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:681
msgid "Are you sure you want to delete #{0}? This cannot be undone."
msgstr "Jesi li siguran da želiš izbrisati #{0}? Ovo se ne može poništiti."
@@ -2504,7 +2505,7 @@ msgstr "Jesi li siguran da želiš napustiti {0}?"
msgid "Are you sure you want to leave this community? You will no longer be able to see any messages."
msgstr "Jesi li siguran da želiš napustiti ovu zajednicu? Više nećeš moći vidjeti nikakve poruke."
-#: src/components/bottomsheets/DMBottomSheet.tsx:338
+#: src/components/bottomsheets/DMBottomSheet.tsx:340
#: src/hooks/useLeaveGroup.tsx:43
msgid "Are you sure you want to leave this group? You will no longer be able to see any messages."
msgstr "Jesi li siguran da želiš napustiti ovu grupu? Više nećeš moći vidjeti nikakve poruke."
@@ -2515,9 +2516,9 @@ msgid "Are you sure you want to make {0} the group owner? You will lose owner pr
msgstr "Jesi li siguran da želiš postaviti {0} za vlasnika grupe? Izgubit ćeš privilegije vlasnika."
#. placeholder {0}: user.username
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:145
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:147
#: src/components/modals/UserProfileActionsSheet.tsx:116
-#: src/components/modals/UserProfileMobileSheet.tsx:303
+#: src/components/modals/UserProfileMobileSheet.tsx:304
#: src/utils/RelationshipActionUtils.tsx:114
msgid "Are you sure you want to remove {0} as a friend?"
msgstr "Jesi li siguran da želiš ukloniti {0} kao prijatelja?"
@@ -2557,10 +2558,10 @@ msgid "Are you sure you want to transfer ownership of the group to {0}?"
msgstr "Jesi li siguran da želiš prenijeti vlasništvo grupe na {0}?"
#. placeholder {0}: user.username
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:179
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:181
#: src/components/modals/tabs/BlockedUsersTab.tsx:57
#: src/components/modals/UserProfileActionsSheet.tsx:150
-#: src/components/modals/UserProfileMobileSheet.tsx:319
+#: src/components/modals/UserProfileMobileSheet.tsx:320
#: src/utils/RelationshipActionUtils.tsx:168
msgid "Are you sure you want to unblock {0}?"
msgstr "Jesi li siguran da želiš odblokirati {0}?"
@@ -2573,7 +2574,7 @@ msgstr "Klub umjetnosti"
msgid "Artists' Corner"
msgstr "Kutak umjetnika"
-#: src/components/modals/components/plutonium/PricingSection.tsx:63
+#: src/components/modals/components/plutonium/PricingSection.tsx:69
msgid "As a Gift"
msgstr "Kao dar"
@@ -2689,7 +2690,7 @@ msgstr "Audio postavke"
msgid "Audio will be included with this screen share."
msgstr "Audio će biti uključen u ovo dijeljenje zaslona."
-#: src/components/pages/ReportPage.tsx:311
+#: src/components/pages/report/optionDescriptors.ts:83
msgid "Austria"
msgstr "Austrija"
@@ -2844,6 +2845,7 @@ msgstr "Prosječan ping:"
#: src/components/modals/PhoneAddModal.tsx:235
#: src/components/modals/RequiredActionModal.tsx:463
#: src/components/pages/OAuthAuthorizePage.tsx:694
+#: src/components/pages/report/ReportStepDetails.tsx:243
msgid "Back"
msgstr "Natrag"
@@ -2933,7 +2935,7 @@ msgid "Balanced quality and bandwidth"
msgstr "Uravnotežena kvaliteta i širina pojasa"
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:353
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:320
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:323
#: src/components/modals/UserProfileActionsSheet.tsx:262
msgid "Ban"
msgstr "Blokiraj"
@@ -3035,7 +3037,7 @@ msgstr "prije:"
msgid "Begin a call in the current private conversation"
msgstr "Započni poziv u trenutnom privatnom razgovoru"
-#: src/components/pages/ReportPage.tsx:312
+#: src/components/pages/report/optionDescriptors.ts:84
msgid "Belgium"
msgstr "Belgija"
@@ -3066,7 +3068,7 @@ msgstr "Beta kod (opcionalno)"
msgid "Beta Code Redeemed!"
msgstr "Beta kod iskorišten!"
-#: src/components/modals/tabs/BetaCodesTab.tsx:313
+#: src/components/modals/tabs/BetaCodesTab.tsx:338
#: src/components/modals/utils/settingsSearchIndex.ts:741
msgid "Beta Codes"
msgstr "Beta kodovi"
@@ -3083,13 +3085,13 @@ msgstr "Biografija"
msgid "Bio character limit"
msgstr "Ograničenje znakova u biografiji"
-#: src/components/bottomsheets/DMBottomSheet.tsx:538
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:163
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:345
+#: src/components/bottomsheets/DMBottomSheet.tsx:541
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:165
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:348
#: src/components/modals/UserProfileActionsSheet.tsx:134
#: src/components/modals/UserProfileActionsSheet.tsx:298
#: src/components/modals/UserProfileModal.tsx:1062
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:190
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:211
#: src/utils/RelationshipActionUtils.tsx:143
msgid "Block"
msgstr "Blokiraj"
@@ -3106,7 +3108,7 @@ msgstr "Blokirati izravne poruke od članova zajednice?"
msgid "Block for all communities"
msgstr "Blokiraj za sve zajednice"
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:161
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:163
#: src/components/modals/UserProfileActionsSheet.tsx:132
#: src/utils/RelationshipActionUtils.tsx:139
msgid "Block User"
@@ -3270,7 +3272,7 @@ msgstr "Potreban je audio preglednika"
msgid "Browser locale ({browserLocale}): {format}"
msgstr "Lokalizacija preglednika ({browserLocale}): {format}"
-#: src/components/pages/ReportPage.tsx:313
+#: src/components/pages/report/optionDescriptors.ts:85
msgid "Bulgaria"
msgstr "Bugarska"
@@ -3313,16 +3315,16 @@ msgstr "Gumbi pokazuju indikator učitavanja kada je submitting istina."
msgid "Buttons with Icons"
msgstr "Gumbi s ikonama"
-#: src/components/modals/components/plutonium/GiftSection.tsx:74
-#: src/components/modals/components/plutonium/GiftSection.tsx:83
-#: src/components/modals/components/plutonium/GiftSection.tsx:92
-#: src/components/modals/components/plutonium/PricingSection.tsx:106
-#: src/components/modals/components/plutonium/PricingSection.tsx:115
-#: src/components/modals/components/plutonium/PricingSection.tsx:124
+#: src/components/modals/components/plutonium/GiftSection.tsx:81
+#: src/components/modals/components/plutonium/GiftSection.tsx:93
+#: src/components/modals/components/plutonium/GiftSection.tsx:105
+#: src/components/modals/components/plutonium/PricingSection.tsx:121
+#: src/components/modals/components/plutonium/PricingSection.tsx:133
+#: src/components/modals/components/plutonium/PricingSection.tsx:145
msgid "Buy Gift"
msgstr "Kupi dar"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:114
+#: src/components/modals/components/plutonium/VisionarySection.tsx:140
msgid "Buying Visionary will cancel your current {currentAccessLabel} immediately. It is a one-time purchase with lifetime access."
msgstr "Kupnjom Visionary odmah ćeš otkazati svoj trenutni {currentAccessLabel}. To je jednokratna kupnja s doživotnim pristupom."
@@ -3347,7 +3349,7 @@ msgstr "Zaobiđi spori način"
msgid "Bypass Splash Screen"
msgstr "Zaobiđi Uvodnu Stranicu"
-#: src/components/channel/channel-view/DMChannelView.tsx:271
+#: src/components/channel/channel-view/DMChannelView.tsx:272
msgid "Call available"
msgstr "Poziv dostupan"
@@ -3446,11 +3448,11 @@ msgstr "Postavke kamere"
#: src/components/modals/CategoryCreateModal.tsx:79
#: src/components/modals/ChannelCreateModal.tsx:100
#: src/components/modals/ChannelDeleteModal.tsx:72
-#: src/components/modals/ClaimAccountModal.tsx:179
-#: src/components/modals/ClaimAccountModal.tsx:219
-#: src/components/modals/components/MobileSettingsView.tsx:302
+#: src/components/modals/ClaimAccountModal.tsx:181
+#: src/components/modals/ClaimAccountModal.tsx:221
+#: src/components/modals/components/MobileSettingsView.tsx:297
#: src/components/modals/components/plutonium/hooks/useCheckoutActions.tsx:110
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:328
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:371
#: src/components/modals/ConfirmModal.tsx:146
#: src/components/modals/CreateDMModal.tsx:88
#: src/components/modals/CreateFavoriteCategoryModal.tsx:74
@@ -3473,7 +3475,7 @@ msgstr "Postavke kamere"
#: src/components/modals/HideOwnCameraConfirmModal.tsx:65
#: src/components/modals/IARModal.tsx:218
#: src/components/modals/ImageCropModal.tsx:981
-#: src/components/modals/InviteModal.tsx:336
+#: src/components/modals/InviteModal.tsx:333
#: src/components/modals/KickMemberModal.tsx:60
#: src/components/modals/MfaTotpDisableModal.tsx:75
#: src/components/modals/MfaTotpEnableModal.tsx:102
@@ -3498,11 +3500,11 @@ msgstr "Postavke kamere"
msgid "Cancel"
msgstr "Odustani"
-#: src/components/channel/dm/DMWelcomeSection.tsx:126
+#: src/components/channel/dm/DMWelcomeSection.tsx:138
#: src/components/channel/friends/FriendListItem.tsx:164
#: src/components/channel/friends/FriendListItem.tsx:166
-#: src/components/modals/UserProfileModal.tsx:1273
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:171
+#: src/components/modals/UserProfileModal.tsx:1274
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:192
msgid "Cancel Friend Request"
msgstr "Otkazivanje zahtjeva za prijateljstvo"
@@ -3522,7 +3524,7 @@ msgstr "Otkaži zahtjev"
msgid "Cancel upload"
msgstr "Otkaži prijenos"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:118
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:137
msgid "Canceling"
msgstr "Otkazivanje"
@@ -3566,7 +3568,7 @@ msgstr "Poravnanje kartica"
msgid "Card alignment controls"
msgstr "Kontrole poravnanja kartica"
-#: src/components/modals/components/MobileSettingsView.tsx:123
+#: src/components/modals/components/MobileSettingsView.tsx:118
#: src/components/modals/components/SettingsModalHeader.tsx:76
msgid "Careful! You have unsaved changes."
msgstr "Oprez! Imaš nespremljene promjene."
@@ -3576,7 +3578,7 @@ msgstr "Oprez! Imaš nespremljene promjene."
msgid "Category"
msgstr "Kategorija"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1371
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1395
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:239
msgid "Category Default"
msgstr "Zadana kategorija"
@@ -3594,7 +3596,7 @@ msgstr "Kategorija puna"
msgid "Category Name"
msgstr "Naziv kategorije"
-#: src/components/modals/ChannelSettingsModal.tsx:105
+#: src/components/modals/ChannelSettingsModal.tsx:113
#: src/components/modals/components/DesktopChannelSettingsView.tsx:188
msgid "Category Settings"
msgstr "Postavke kategorije"
@@ -3625,7 +3627,7 @@ msgstr "Promijeni pozadinu"
msgid "Change Banner"
msgstr "Promijeni banner"
-#: src/components/pages/ReportPage.tsx:752
+#: src/components/pages/report/ReportStepVerification.tsx:126
msgid "Change email"
msgstr "Promijeni email"
@@ -3647,8 +3649,8 @@ msgstr "Promijeni FluxerTag"
msgid "Change FluxerTag form"
msgstr "Obrazac za promjenu FluxerTaga"
-#: src/components/bottomsheets/DMBottomSheet.tsx:433
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:133
+#: src/components/bottomsheets/DMBottomSheet.tsx:435
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:154
msgid "Change Friend Nickname"
msgstr "Promijeni nadimak prijatelja"
@@ -3673,7 +3675,7 @@ msgid "Change My Group Nickname"
msgstr "Promijeni moj nadimak u grupi"
#: src/components/modals/BaseChangeNicknameModal.tsx:82
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:238
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:240
#: src/components/modals/RenameChannelModal.tsx:58
#: src/components/modals/UserProfileActionsSheet.tsx:225
#: src/components/modals/UserProfileActionsSheet.tsx:225
@@ -3760,8 +3762,8 @@ msgstr "Promijenjena je glasovna regija u {0}."
msgid "channel"
msgstr "kanal"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:483
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:549
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:497
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:563
#: src/components/invites/InviteListItem.tsx:50
#: src/components/webhooks/WebhookListItem.tsx:240
#: src/constants/AuditLogConstants.tsx:236
@@ -3796,7 +3798,7 @@ msgid "Channel Debug"
msgstr "Otklanjanje grešaka kanala"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:188
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:675
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:689
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:329
msgid "Channel deleted"
msgstr "Kanal izbrisan"
@@ -3806,11 +3808,11 @@ msgid "Channel Deleted"
msgstr "Kanal izbrisan"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:273
-#: src/components/bottomsheets/DMBottomSheet.tsx:366
+#: src/components/bottomsheets/DMBottomSheet.tsx:368
msgid "Channel ID copied"
msgstr "ID kanala kopiran"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:535
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:549
msgid "Channel ID copied to clipboard"
msgstr "ID kanala kopiran u međuspremnik"
@@ -3878,9 +3880,9 @@ msgstr "Zapis kanala"
msgid "Channel removed from favorites"
msgstr "Kanal uklonjen iz favorita"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1092
-#: src/components/layout/ChannelItem.tsx:630
-#: src/components/modals/ChannelSettingsModal.tsx:105
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1116
+#: src/components/layout/ChannelItem.tsx:647
+#: src/components/modals/ChannelSettingsModal.tsx:113
#: src/components/modals/components/DesktopChannelSettingsView.tsx:188
msgid "Channel Settings"
msgstr "Postavke kanala"
@@ -3947,7 +3949,7 @@ msgstr "Provjeri naš <0>Bluesky (@fluxer.app)0> za ažuriranja statusa."
msgid "Check out my custom theme!"
msgstr "Pogledaj moju prilagođenu temu!"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:105
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:109
msgid "Check your connection and try again."
msgstr "Provjeri svoju vezu i pokušaj ponovno."
@@ -3969,8 +3971,8 @@ msgstr "Potvrdni okviri"
msgid "Checking..."
msgstr "Provjeravam..."
-#: src/components/pages/ReportPage.tsx:270
-#: src/components/pages/ReportPage.tsx:299
+#: src/components/pages/report/optionDescriptors.ts:51
+#: src/components/pages/report/optionDescriptors.ts:74
#: src/constants/IARConstants.tsx:72
#: src/constants/IARConstants.tsx:175
msgid "Child Safety Concerns"
@@ -3984,6 +3986,10 @@ msgstr "Kineski (pojednostavljeni)"
msgid "Chinese (Traditional)"
msgstr "Kineski (tradicionalni)"
+#: src/components/pages/report/ReportBreadcrumbs.tsx:46
+msgid "Choose"
+msgstr "Odaberi"
+
#: src/components/pages/OAuthAuthorizePage.tsx:898
msgid "Choose a community"
msgstr "Odaberi zajednicu"
@@ -4080,25 +4086,36 @@ msgstr "Odaberi svoju boju naglaska profila"
#: src/components/channel/barriers/BarrierComponents.tsx:109
#: src/components/channel/barriers/BarrierComponents.tsx:240
-#: src/components/layout/app-layout/nagbars/UnclaimedAccountNagbar.tsx:47
-#: src/components/modals/ClaimAccountModal.tsx:225
-#: src/components/modals/components/UnclaimedAccountAlert.tsx:34
+#: src/components/channel/dm/AddFriendForm.tsx:57
+#: src/components/layout/app-layout/nagbars/UnclaimedAccountNagbar.tsx:45
+#: src/components/modals/ClaimAccountModal.tsx:227
+#: src/components/modals/components/UnclaimedAccountAlert.tsx:32
+#: src/components/modals/GiftAcceptModal.tsx:170
#: src/components/modals/tabs/AccountSecurityTab/SecurityTab.tsx:206
+#: src/components/modals/tabs/BetaCodesTab.tsx:297
+#: src/components/modals/tabs/GiftInventoryTab.tsx:242
msgid "Claim Account"
msgstr "Zatraži račun"
-#: src/components/channel/GiftEmbed.tsx:98
-#: src/components/modals/GiftAcceptModal.tsx:154
+#: src/components/channel/GiftEmbed.tsx:109
+msgid "Claim Account to Redeem"
+msgstr "Preuzmi račun za otkup"
+
+#: src/components/channel/GiftEmbed.tsx:109
+#: src/components/modals/GiftAcceptModal.tsx:197
#: src/components/pages/GiftLoginPage.tsx:155
#: src/components/pages/GiftRegisterPage.tsx:42
msgid "Claim Gift"
msgstr "Zatraži dar"
-#: src/components/modals/ClaimAccountModal.tsx:141
+#: src/components/channel/dm/AddFriendForm.tsx:53
+#: src/components/modals/ClaimAccountModal.tsx:143
+#: src/components/modals/tabs/BetaCodesTab.tsx:293
+#: src/components/modals/tabs/GiftInventoryTab.tsx:238
msgid "Claim your account"
msgstr "Zatraži svoj račun"
-#: src/components/modals/ClaimAccountModal.tsx:146
+#: src/components/modals/ClaimAccountModal.tsx:148
msgid "Claim your account by adding an email and password. We will send a verification code to confirm your email before finishing."
msgstr "Zatraži svoj račun dodavanjem e-pošte i lozinke. Poslat ćemo ti kod za provjeru da potvrdimo tvoju e-poštu prije završetka."
@@ -4106,11 +4123,68 @@ msgstr "Zatraži svoj račun dodavanjem e-pošte i lozinke. Poslat ćemo ti kod
msgid "Claim your account to access security features like two-factor authentication and passkeys."
msgstr "Zatraži svoj račun da pristupiš sigurnosnim značajkama kao što su dvofaktorska autentifikacija i pristupni ključevi."
+#: src/components/channel/ChannelHeader/CallButtons.tsx:85
+#: src/components/channel/ChannelHeader/CallButtons.tsx:155
+msgid "Claim your account to call"
+msgstr "Preuzmi svoj račun za pozivanje"
+
#: src/components/modals/tabs/MyProfileTab/UsernameSection.tsx:49
msgid "Claim your account to change your FluxerTag"
msgstr "Pristupi svom računu da promijeniš svoj FluxerTag"
-#: src/components/modals/GiftAcceptModal.tsx:145
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:146
+msgid "Claim your account to create applications."
+msgstr "Preuzmi svoj račun za stvaranje aplikacija."
+
+#: src/components/modals/tabs/BetaCodesTab.tsx:294
+msgid "Claim your account to generate beta codes."
+msgstr "Preuzmi svoj račun za generiranje beta kodova."
+
+#: src/components/layout/ChannelItem.tsx:208
+#: src/components/layout/ChannelItem.tsx:382
+#: src/stores/voice/MediaEngineFacade.ts:537
+msgid "Claim your account to join this voice channel."
+msgstr "Preuzmi svoj račun da se pridružiš ovom glasovnom kanalu."
+
+#: src/stores/voice/MediaEngineFacade.ts:170
+msgid "Claim your account to join voice channels you don't own."
+msgstr "Preuzmi svoj račun da se pridružiš glasovnim kanalima koje ne posjeduješ."
+
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:55
+#: src/components/modals/components/plutonium/GiftSection.tsx:61
+#: src/components/modals/components/plutonium/PricingSection.tsx:63
+#: src/components/modals/components/plutonium/VisionarySection.tsx:62
+#: src/components/modals/components/PlutoniumContent.tsx:99
+msgid "Claim your account to purchase Fluxer Plutonium."
+msgstr "Preuzmi svoj račun za kupnju Fluxer Plutonium."
+
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:112
+msgid "Claim your account to purchase or redeem Fluxer Plutonium."
+msgstr "Preuzmi svoj račun za kupnju ili otkup Fluxer Plutonium."
+
+#: src/components/modals/tabs/GiftInventoryTab.tsx:239
+msgid "Claim your account to redeem or manage Plutonium gift codes."
+msgstr "Preuzmi svoj račun za otkup ili upravljanje Plutonium poklon kodovima."
+
+#: src/components/channel/GiftEmbed.tsx:99
+#: src/components/modals/GiftAcceptModal.tsx:154
+msgid "Claim your account to redeem this gift."
+msgstr "Preuzmi svoj račun za otkup ovog poklona."
+
+#: src/components/channel/dm/AddFriendForm.tsx:54
+#: src/components/channel/dm/DMWelcomeSection.tsx:109
+#: src/components/modals/UserProfileModal.tsx:1289
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:65
+msgid "Claim your account to send friend requests."
+msgstr "Preuzmi svoj račun za slanje zahtjeva za prijateljstvo."
+
+#: src/components/channel/ChannelHeader/CallButtons.tsx:54
+#: src/components/channel/ChannelHeader/CallButtons.tsx:124
+#: src/stores/voice/MediaEngineFacade.ts:179
+msgid "Claim your account to start or join 1:1 calls."
+msgstr "Preuzmi svoj račun za pokretanje ili pridruživanje 1:1 pozivima."
+
+#: src/components/modals/GiftAcceptModal.tsx:188
msgid "Claim your gift to activate your premium subscription!"
msgstr "Pristupi svom daru da aktiviraš svoju premium pretplatu!"
@@ -4164,8 +4238,8 @@ msgstr "Očisti dozvole"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:420
#: src/components/channel/MessageSearchBar/MessageSearchBar.tsx:1424
-#: src/components/channel/shared/PickerSearchInput.tsx:195
-#: src/components/channel/shared/PickerSearchInput.tsx:212
+#: src/components/channel/shared/PickerSearchInput.tsx:194
+#: src/components/channel/shared/PickerSearchInput.tsx:211
#: src/components/modals/components/SettingsSearch.tsx:108
msgid "Clear search"
msgstr "Očisti pretragu"
@@ -4200,11 +4274,11 @@ msgstr "Očišćen je opis naljepnice."
msgid "Cleared the topic."
msgstr "Očišćena je tema."
-#: src/components/modals/components/MobileSettingsView.tsx:297
+#: src/components/modals/components/MobileSettingsView.tsx:292
msgid "Clearing subscriptions ensures the gateway stops sending messages to this installation."
msgstr "Brisanje pretplata osigurava da pristupnik prestane slati poruke ovoj instalaciji."
-#: src/components/modals/tabs/BetaCodesTab.tsx:366
+#: src/components/modals/tabs/BetaCodesTab.tsx:391
msgid "Click \"Create Code\" to generate your first code."
msgstr "Klikni \"Stvori kod\" da generiraš svoj prvi kod."
@@ -4240,13 +4314,13 @@ msgstr "Klikni da dodaš bilješku"
msgid "Click to check and uncheck. Available in square and round styles."
msgstr "Klikni za označavanje i poništavanje. Dostupno u kvadratnom i okruglom stilu."
-#: src/components/channel/GiftEmbed.tsx:90
+#: src/components/channel/GiftEmbed.tsx:100
msgid "Click to claim your gift!"
msgstr "Klikni da pristupiš svom daru!"
#: src/components/invites/InviteListItem.tsx:184
#: src/components/modals/components/ClientInfo.tsx:76
-#: src/components/modals/tabs/BetaCodesTab.tsx:172
+#: src/components/modals/tabs/BetaCodesTab.tsx:174
msgid "Click to copy"
msgstr "Klikni za kopiranje"
@@ -4328,12 +4402,12 @@ msgid "Close"
msgstr "Zatvori"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:341
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:600
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:602
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1239
-#: src/components/bottomsheets/DMBottomSheet.tsx:302
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:614
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:616
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1263
#: src/components/bottomsheets/DMBottomSheet.tsx:304
-#: src/components/bottomsheets/DMBottomSheet.tsx:557
+#: src/components/bottomsheets/DMBottomSheet.tsx:306
+#: src/components/bottomsheets/DMBottomSheet.tsx:560
#: src/components/channel/dm/DMList.tsx:292
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:82
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:84
@@ -4358,7 +4432,8 @@ msgstr "Tema Ugljen"
#: src/components/invites/InviteListItem.tsx:54
#: src/components/modals/MfaTotpDisableModal.tsx:64
#: src/components/modals/MfaTotpEnableModal.tsx:91
-#: src/components/modals/tabs/BetaCodesTab.tsx:51
+#: src/components/modals/tabs/BetaCodesTab.tsx:53
+#: src/components/pages/report/ReportBreadcrumbs.tsx:48
msgid "Code"
msgstr "Kod"
@@ -4370,7 +4445,8 @@ msgstr "Kod i Monospace"
msgid "Code Blocks"
msgstr "Kôd Blokovi"
-#: src/components/modals/ClaimAccountModal.tsx:123
+#: src/components/modals/ClaimAccountModal.tsx:125
+#: src/components/pages/ReportPage.tsx:231
msgid "Code resent"
msgstr "Kod ponovno poslan"
@@ -4379,8 +4455,8 @@ msgid "Code sent"
msgstr "Kod poslan"
#: src/components/invites/InviteListItem.tsx:180
-#: src/components/modals/tabs/BetaCodesTab.tsx:104
-#: src/components/modals/tabs/BetaCodesTab.tsx:168
+#: src/components/modals/tabs/BetaCodesTab.tsx:106
+#: src/components/modals/tabs/BetaCodesTab.tsx:170
msgid "Code:"
msgstr "Kod:"
@@ -4472,7 +4548,7 @@ msgstr "Zajednica zaglušena"
msgid "Community Debug"
msgstr "Otklanjanje grešaka zajednice"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1371
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1395
#: src/components/uikit/ContextMenu/items/CategoryMenuItems.tsx:221
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:239
msgid "Community Default"
@@ -4542,8 +4618,8 @@ msgstr "Postavke obavijesti zajednice"
msgid "Community organizes raids or harassment campaigns"
msgstr "Zajednica organizira napade ili kampanje uznemiravanja"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:237
-#: src/components/channel/MemberListItem.tsx:102
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:238
+#: src/components/channel/MemberListItem.tsx:109
#: src/components/modals/guildTabs/GuildMembersTab.tsx:145
#: src/components/modals/guildTabs/GuildMembersTab.tsx:197
msgid "Community Owner"
@@ -4567,14 +4643,14 @@ msgstr "Zajednica promiče ili olakšava nezakonite aktivnosti"
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:172
#: src/components/modals/components/DesktopGuildSettingsView.tsx:204
-#: src/components/modals/GuildSettingsModal.tsx:168
+#: src/components/modals/GuildSettingsModal.tsx:173
#: src/components/popouts/GuildHeaderPopout.tsx:187
#: src/components/uikit/ContextMenu/items/GuildMenuItems.tsx:360
msgid "Community Settings"
msgstr "Postavke zajednice"
-#: src/components/layout/GuildLayout.tsx:301
-#: src/components/layout/GuildLayout.tsx:348
+#: src/components/layout/GuildLayout.tsx:306
+#: src/components/layout/GuildLayout.tsx:353
msgid "Community temporarily unavailable"
msgstr "Zajednica privremeno nedostupna"
@@ -4782,8 +4858,8 @@ msgstr "Povezano s glasom"
msgid "Connecting..."
msgstr "Povezivanje..."
-#: src/components/channel/channel-view/DMChannelView.tsx:273
-#: src/components/channel/channel-view/DMChannelView.tsx:323
+#: src/components/channel/channel-view/DMChannelView.tsx:274
+#: src/components/channel/channel-view/DMChannelView.tsx:324
#: src/components/voice/CompactVoiceCallView.tsx:55
msgid "Connecting…"
msgstr "Povezivanje…"
@@ -4979,7 +5055,7 @@ msgstr "Kontroliraj svoj status aktivnosti"
#: src/components/modals/shared/CopyLinkSection.tsx:61
#: src/components/modals/tabs/ApplicationsTab/application-detail/ApplicationHeader.tsx:68
-#: src/components/modals/tabs/GiftInventoryTab.tsx:143
+#: src/components/modals/tabs/GiftInventoryTab.tsx:144
msgid "Copied"
msgstr "Kopirano"
@@ -5001,7 +5077,7 @@ msgstr "Kopirano!"
#: src/components/modals/BackupCodesModal.tsx:82
#: src/components/modals/shared/CopyLinkSection.tsx:61
#: src/components/modals/tabs/ApplicationsTab/application-detail/OAuthBuilderSection.tsx:142
-#: src/components/modals/tabs/GiftInventoryTab.tsx:143
+#: src/components/modals/tabs/GiftInventoryTab.tsx:144
msgid "Copy"
msgstr "Kopiraj"
@@ -5017,7 +5093,7 @@ msgstr "Kopiraj audio"
msgid "Copy authorize URL"
msgstr "Kopiraj URL za autorizaciju"
-#: src/components/modals/tabs/BetaCodesTab.tsx:178
+#: src/components/modals/tabs/BetaCodesTab.tsx:180
msgid "Copy beta code"
msgstr "Kopiraj beta kod"
@@ -5028,8 +5104,8 @@ msgstr "Kopiraj ID kategorije"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:320
#: src/components/bottomsheets/ChannelBottomSheet.tsx:347
#: src/components/bottomsheets/ChannelBottomSheet.tsx:433
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1293
-#: src/components/bottomsheets/DMBottomSheet.tsx:577
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1317
+#: src/components/bottomsheets/DMBottomSheet.tsx:580
#: src/components/channel/dm/DMList.tsx:271
#: src/components/channel/dm/DMList.tsx:298
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:362
@@ -5090,7 +5166,7 @@ msgstr "Kopiraj sliku"
msgid "Copy invite link"
msgstr "Kopiraj pozivnicu"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1154
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1178
#: src/components/modals/tabs/ComponentGalleryTab/ButtonsTab.tsx:182
#: src/components/modals/tabs/ComponentGalleryTab/index.tsx:100
#: src/components/modals/tabs/ComponentGalleryTab/Inline.tsx:95
@@ -5131,15 +5207,15 @@ msgstr "Kopiraj ID naljepnice"
msgid "Copy Text"
msgstr "Kopiraj tekst"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1285
-#: src/components/bottomsheets/DMBottomSheet.tsx:570
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1309
+#: src/components/bottomsheets/DMBottomSheet.tsx:573
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:370
#: src/components/modals/guildTabs/BannedUserActionsSheet.tsx:74
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:358
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:361
#: src/components/modals/tabs/BlockedUsersTab.tsx:107
#: src/components/modals/UserProfileActionsSheet.tsx:213
#: src/components/modals/UserProfileModal.tsx:1130
-#: src/components/popouts/UserAreaPopout.tsx:507
+#: src/components/popouts/UserAreaPopout.tsx:509
#: src/components/profile/ProfileCard/ProfileCardActions.tsx:60
#: src/components/uikit/ContextMenu/items/CopyMenuItems.tsx:42
msgid "Copy User ID"
@@ -5175,7 +5251,7 @@ msgstr "Odbrojavanje"
msgid "Country"
msgstr "Zemlja"
-#: src/components/pages/ReportPage.tsx:928
+#: src/components/pages/report/ReportStepDetails.tsx:205
msgid "Country of Residence"
msgstr "Država prebivališta"
@@ -5207,7 +5283,7 @@ msgid "Create a new community or join an existing one."
msgstr "Stvori novu zajednicu ili se pridruži postojećoj."
#. placeholder {0}: recipient.username
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:905
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:937
msgid "Create a new group with {0}"
msgstr "Stvori novu grupu s {0}"
@@ -5239,7 +5315,7 @@ msgstr "Stvori račun"
msgid "Create an account to claim your gift"
msgstr "Stvori račun da zatražiš svoj dar"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:138
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:142
msgid "Create and manage applications and bots for your account."
msgstr "Stvori i upravljaj aplikacijama i botovima za svoj račun."
@@ -5248,7 +5324,8 @@ msgid "Create and share custom emoji and sticker packs with Fluxer Plutonium."
msgstr "Stvori i podijeli prilagođene emojije i pakete naljepnica s Fluxer Plutonium."
#: src/components/modals/tabs/ApplicationsTab/ApplicationCreateModal.tsx:87
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:142
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:149
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:155
msgid "Create Application"
msgstr "Stvori aplikaciju"
@@ -5267,7 +5344,7 @@ msgid "Create Category"
msgstr "Stvori kategoriju"
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:180
-#: src/components/layout/ChannelItem.tsx:607
+#: src/components/layout/ChannelItem.tsx:624
#: src/components/modals/ChannelCreateModal.tsx:58
#: src/components/modals/ChannelCreateModal.tsx:103
#: src/components/popouts/GuildHeaderPopout.tsx:194
@@ -5276,8 +5353,8 @@ msgstr "Stvori kategoriju"
msgid "Create Channel"
msgstr "Stvori kanal"
-#: src/components/modals/tabs/BetaCodesTab.tsx:326
-#: src/components/modals/tabs/BetaCodesTab.tsx:369
+#: src/components/modals/tabs/BetaCodesTab.tsx:351
+#: src/components/modals/tabs/BetaCodesTab.tsx:394
msgid "Create Code"
msgstr "Stvori kod"
@@ -5329,7 +5406,7 @@ msgstr "Stvori novi račun"
msgid "Create new group"
msgstr "Stvori novu grupu"
-#: src/components/modals/InviteModal.tsx:339
+#: src/components/modals/InviteModal.tsx:336
msgid "Create New Link"
msgstr "Stvori novu poveznicu"
@@ -5373,7 +5450,7 @@ msgid "Create, edit, or delete webhooks."
msgstr "Stvaraj, uređuj ili briši webhookove."
#: src/components/invites/InviteListItem.tsx:59
-#: src/components/modals/tabs/BetaCodesTab.tsx:57
+#: src/components/modals/tabs/BetaCodesTab.tsx:59
msgid "Created"
msgstr "Stvoreno"
@@ -5390,7 +5467,7 @@ msgstr "Stvoreno {createdAt}"
#. placeholder {0}: invite.pack.creator.username
#. placeholder {0}: pack.creator.username
#: src/components/auth/InviteHeader.tsx:158
-#: src/components/channel/InviteEmbed.tsx:218
+#: src/components/channel/InviteEmbed.tsx:220
#: src/components/modals/InviteAcceptModal.tsx:152
msgid "Created by {0}"
msgstr "Stvorio/la {0}"
@@ -5427,8 +5504,8 @@ msgid "Created with name {newLabel}."
msgstr "Stvoreno s imenom {newLabel}."
#: src/components/invites/InviteListItem.tsx:207
-#: src/components/modals/tabs/BetaCodesTab.tsx:135
-#: src/components/modals/tabs/BetaCodesTab.tsx:212
+#: src/components/modals/tabs/BetaCodesTab.tsx:137
+#: src/components/modals/tabs/BetaCodesTab.tsx:214
msgid "Created:"
msgstr "Stvoreno:"
@@ -5440,7 +5517,7 @@ msgstr "Kolektiv kreativnih umova"
msgid "Creative Writing Club"
msgstr "Klub kreativnog pisanja"
-#: src/components/pages/ReportPage.tsx:314
+#: src/components/pages/report/optionDescriptors.ts:86
msgid "Croatia"
msgstr "Hrvatska"
@@ -5519,8 +5596,8 @@ msgid "Currently stuck in 1885, appearing offline"
msgstr "Trenutno zaglavljen u 1885., izgleda kao da je izvan mreže"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:461
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1023
-#: src/components/bottomsheets/DMBottomSheet.tsx:605
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1047
+#: src/components/bottomsheets/DMBottomSheet.tsx:608
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:305
msgid "Currently: {mutedText}"
msgstr "Trenutno: {mutedText}"
@@ -5665,7 +5742,7 @@ msgstr "Prilagodba avatara, bannera, akcentne boje i biografije za pojedinačne
msgid "Cut"
msgstr "Izreži"
-#: src/components/pages/ReportPage.tsx:315
+#: src/components/pages/report/optionDescriptors.ts:87
msgid "Cyprus"
msgstr "Cipar"
@@ -5673,7 +5750,7 @@ msgstr "Cipar"
msgid "Czech"
msgstr "Češki"
-#: src/components/pages/ReportPage.tsx:316
+#: src/components/pages/report/optionDescriptors.ts:88
msgid "Czech Republic"
msgstr "Češka"
@@ -5746,9 +5823,9 @@ msgstr "Format datuma"
#: src/components/auth/AuthMinimalRegisterFormCore.tsx:93
#: src/components/auth/AuthRegisterFormCore.tsx:139
-#: src/components/auth/DateOfBirthField.tsx:90
-#: src/components/auth/DateOfBirthField.tsx:124
-#: src/components/auth/DateOfBirthField.tsx:292
+#: src/components/auth/DateOfBirthField.tsx:87
+#: src/components/auth/DateOfBirthField.tsx:121
+#: src/components/auth/DateOfBirthField.tsx:289
#: src/components/auth/MockMinimalRegisterForm.tsx:107
msgid "Date of birth"
msgstr "Datum rođenja"
@@ -5757,8 +5834,7 @@ msgstr "Datum rođenja"
msgid "Date Options"
msgstr "Opcije datuma"
-#: src/components/auth/DateOfBirthField.tsx:88
-#: src/components/auth/DateOfBirthField.tsx:155
+#: src/components/auth/DateOfBirthField.tsx:152
#: src/components/auth/MockMinimalRegisterForm.tsx:73
msgid "Day"
msgstr "Dan"
@@ -5817,11 +5893,11 @@ msgstr "Poništi ovlaštenje"
msgid "Deauthorize Application"
msgstr "Poništi ovlaštenje aplikacije"
-#: src/components/modals/components/MobileSettingsView.tsx:369
+#: src/components/modals/components/MobileSettingsView.tsx:364
msgid "Debug"
msgstr "Otklanjanje pogrešaka"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1267
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1291
#: src/components/uikit/ContextMenu/items/DebugMenuItems.tsx:71
msgid "Debug Channel"
msgstr "Otkloni greške kanala"
@@ -5844,7 +5920,7 @@ msgstr "Otkloni greške člana"
msgid "Debug Message"
msgstr "Otkloni greške poruke"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1275
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1299
#: src/components/uikit/ContextMenu/items/DebugMenuItems.tsx:53
msgid "Debug User"
msgstr "Otkloni greške korisnika"
@@ -5905,8 +5981,8 @@ msgstr "Zadano je isključeno na mobilnom uređaju radi očuvanja baterije i kor
#: src/actions/MessageActionCreators.tsx:394
#: src/components/channel/embeds/media/EmbedAudio.tsx:227
#: src/components/channel/embeds/media/MediaContainer.tsx:115
-#: src/components/channel/Messages.tsx:444
-#: src/components/channel/Messages.tsx:524
+#: src/components/channel/Messages.tsx:442
+#: src/components/channel/Messages.tsx:522
#: src/components/channel/MobileMemesPicker.tsx:546
#: src/components/channel/pickers/memes/MemeGridItem.tsx:120
#: src/components/emojis/EmojiListItem.tsx:189
@@ -5923,7 +5999,7 @@ msgstr "Zadano je isključeno na mobilnom uređaju radi očuvanja baterije i kor
msgid "Delete"
msgstr "Izbriši"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:666
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:680
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:320
msgid "Delete {channelType}"
msgstr "Izbriši {channelType}"
@@ -5987,8 +6063,8 @@ msgstr "Izbriši kategoriju"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:179
#: src/components/bottomsheets/ChannelBottomSheet.tsx:181
#: src/components/bottomsheets/ChannelBottomSheet.tsx:421
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:668
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1224
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:682
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1248
#: src/components/modals/components/DesktopChannelSettingsView.tsx:176
#: src/components/modals/components/MobileChannelSettingsView.tsx:85
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:322
@@ -6021,8 +6097,8 @@ msgstr "Izbriši medij"
#: src/components/channel/MessageActionBar.tsx:804
#: src/components/channel/messageActionMenu.tsx:156
#: src/components/channel/messageActionMenu.tsx:193
-#: src/components/channel/Messages.tsx:441
-#: src/components/channel/Messages.tsx:521
+#: src/components/channel/Messages.tsx:439
+#: src/components/channel/Messages.tsx:519
#: src/components/uikit/ContextMenu/items/MessageMenuItems.tsx:273
msgid "Delete Message"
msgstr "Izbriši poruku"
@@ -6114,7 +6190,7 @@ msgstr "Odbijeno {0} i uklonjeno odbijanje za {1}."
msgid "Denied {0}."
msgstr "Odbijeno {0}."
-#: src/components/pages/ReportPage.tsx:317
+#: src/components/pages/report/optionDescriptors.ts:89
msgid "Denmark"
msgstr "Danska"
@@ -6143,7 +6219,7 @@ msgstr "Opiši naljepnicu"
msgid "Describe what expressions are inside this pack."
msgstr "Opiši koje izraze sadrži ovaj paket."
-#: src/components/pages/ReportPage.tsx:946
+#: src/components/pages/report/ReportStepDetails.tsx:225
msgid "Describe what makes the content illegal"
msgstr "Opiši što čini sadržaj nezakonitim"
@@ -6205,6 +6281,10 @@ msgstr "Odvojeni banner"
msgid "details"
msgstr "detalji"
+#: src/components/pages/report/ReportBreadcrumbs.tsx:49
+msgid "Details"
+msgstr "Detalji"
+
#: src/components/modals/AddGuildModal.tsx:150
msgid "Dev Den"
msgstr "Dev Den"
@@ -6274,7 +6354,7 @@ msgstr "Različite veličine i broj članova"
msgid "Direct message"
msgstr "Izravna poruka"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:477
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:491
#: src/components/modals/shared/RecipientList.tsx:200
msgid "Direct Message"
msgstr "Izravna poruka"
@@ -6516,8 +6596,8 @@ msgstr "Rasprava ili promicanje nezakonitih aktivnosti"
#: src/components/layout/app-layout/nagbars/PremiumGracePeriodNagbar.tsx:79
#: src/components/layout/app-layout/nagbars/PremiumOnboardingNagbar.tsx:57
#: src/components/layout/GuildLayout.tsx:106
-#: src/components/modals/GiftAcceptModal.tsx:98
-#: src/components/modals/GiftAcceptModal.tsx:124
+#: src/components/modals/GiftAcceptModal.tsx:105
+#: src/components/modals/GiftAcceptModal.tsx:131
#: src/components/modals/RequiredActionModal.tsx:475
msgid "Dismiss"
msgstr "Odbaci"
@@ -6562,8 +6642,8 @@ msgstr "Prikaži članove uloga odvojeno."
msgid "Display separator lines between different groups of messages for better visual distinction."
msgstr "Prikaži linije razdvajanja između različitih grupa poruka za bolju vizualnu razliku."
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:613
-#: src/components/bottomsheets/DMBottomSheet.tsx:315
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:627
+#: src/components/bottomsheets/DMBottomSheet.tsx:317
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:97
#: src/components/uikit/ContextMenu/UserContextMenu.tsx:168
msgid "DM closed"
@@ -6581,7 +6661,7 @@ msgstr "Pregledi DM poruka"
msgid "DM Notifications"
msgstr "Obavijesti o DM-ovima"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1092
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1116
msgid "DM Settings"
msgstr "Postavke DM-ova"
@@ -6662,6 +6742,7 @@ msgstr "Ne prikazuj pokazatelje tipkanja na popisu kanala"
#: src/components/keybinds/KeybindRecorder.tsx:220
#: src/components/modals/GuildNotificationSettingsModal.tsx:347
#: src/components/modals/GuildPrivacySettingsModal.tsx:68
+#: src/components/pages/report/ReportBreadcrumbs.tsx:50
#: src/components/search/HasFilterSheet.tsx:124
#: src/components/search/UserFilterSheet.tsx:149
msgid "Done"
@@ -6843,13 +6924,13 @@ msgstr "Uredi privitak"
msgid "Edit attachment form"
msgstr "Obrazac za uređivanje privitka"
-#: src/components/layout/ChannelItem.tsx:630
+#: src/components/layout/ChannelItem.tsx:647
#: src/components/uikit/ContextMenu/items/CategoryMenuItems.tsx:299
msgid "Edit Category"
msgstr "Uredi kategoriju"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:416
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1218
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1242
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:300
msgid "Edit Channel"
msgstr "Uredi kanal"
@@ -6869,8 +6950,8 @@ msgid "Edit global settings like name, description, and icon."
msgstr "Uredi globalne postavke poput imena, opisa i ikone."
#: src/components/bottomsheets/ChannelBottomSheet.tsx:284
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1178
-#: src/components/bottomsheets/DMBottomSheet.tsx:461
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1202
+#: src/components/bottomsheets/DMBottomSheet.tsx:463
#: src/components/channel/dm/DMList.tsx:237
#: src/components/channel/dm/GroupDMWelcomeSection.tsx:74
#: src/components/modals/EditGroupBottomSheet.tsx:177
@@ -6883,7 +6964,7 @@ msgstr "Uredi grupu"
msgid "Edit group form"
msgstr "Obrazac za uređivanje grupe"
-#: src/components/modals/InviteModal.tsx:327
+#: src/components/modals/InviteModal.tsx:324
msgid "Edit invite link"
msgstr "Uredi pozivnicu"
@@ -6910,10 +6991,10 @@ msgstr "Uredi bilješku"
msgid "Edit overwrites for roles and members in this channel."
msgstr "Uredi nadjačavanja za uloge i članove u ovom kanalu."
-#: src/components/modals/UserProfileMobileSheet.tsx:486
-#: src/components/modals/UserProfileModal.tsx:1205
+#: src/components/modals/UserProfileMobileSheet.tsx:490
+#: src/components/modals/UserProfileModal.tsx:1206
#: src/components/pages/YouPage.tsx:123
-#: src/components/popouts/UserAreaPopout.tsx:519
+#: src/components/popouts/UserAreaPopout.tsx:521
#: src/components/popouts/UserProfilePopout.tsx:299
msgid "Edit Profile"
msgstr "Uredi profil"
@@ -6966,19 +7047,20 @@ msgstr "Uređivanje zakazane poruke"
#: src/components/auth/AuthLoginCore/AuthLoginEmailPasswordForm.tsx:78
#: src/components/auth/AuthRegisterFormCore.tsx:133
#: src/components/auth/AuthRegisterFormCore.tsx:159
-#: src/components/modals/ClaimAccountModal.tsx:157
+#: src/components/modals/ClaimAccountModal.tsx:159
#: src/components/modals/RequiredActionModal.tsx:185
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:210
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:241
#: src/components/modals/utils/settingsSearchIndex.ts:94
#: src/components/pages/ForgotPasswordPage.tsx:97
+#: src/components/pages/report/ReportBreadcrumbs.tsx:47
msgid "Email"
msgstr "E-pošta"
#: src/components/modals/tabs/AccountSecurityTab/AccountTab.tsx:65
#: src/components/modals/tabs/AccountSecurityTab/AccountTab.tsx:91
#: src/components/modals/tabs/ComponentGalleryTab/InputsTab.tsx:107
-#: src/components/pages/ReportPage.tsx:662
+#: src/components/pages/report/ReportStepEmail.tsx:76
msgid "Email Address"
msgstr "Adresa e-pošte"
@@ -7019,10 +7101,6 @@ msgstr "Potrebna provjera e-pošte"
msgid "Email Verification Required"
msgstr "Potrebna verifikacija e-pošte"
-#: src/components/pages/ReportPage.tsx:809
-msgid "Email verified"
-msgstr "Email verificiran"
-
#: src/components/modals/tabs/DeveloperOptionsTab/AccountPremiumTab.tsx:56
msgid "Email Verified Override"
msgstr "Nadjačavanje provjere e-pošte"
@@ -7108,7 +7186,7 @@ msgid "Emoji names must be at least 2 characters long and can only contain alpha
msgstr "Nazivi emotikona moraju imati najmanje 2 znaka i mogu sadržavati samo alfanumeričke znakove i donje crte. Dopuštene vrste datoteka: JPEG, PNG, WebP, GIF. Slike komprimiramo na 128x128 piksela. Maksimalna veličina: {0} KB po emotikonu."
#: src/components/auth/InviteHeader.tsx:140
-#: src/components/channel/InviteEmbed.tsx:197
+#: src/components/channel/InviteEmbed.tsx:199
#: src/components/modals/InviteAcceptModal.tsx:142
#: src/components/modals/tabs/ExpressionPacksTab.tsx:70
msgid "Emoji pack"
@@ -7140,7 +7218,7 @@ msgstr "Emotikon je ažuriran"
#: src/components/channel/AutocompleteEmoji.tsx:67
#: src/components/channel/textarea/TextareaButtons.tsx:150
-#: src/components/modals/ExpressionPickerSheet.tsx:106
+#: src/components/modals/ExpressionPickerSheet.tsx:93
#: src/components/popouts/ExpressionPickerPopout.tsx:95
msgid "Emojis"
msgstr "Emotikoni"
@@ -7343,11 +7421,11 @@ msgstr "Engleski"
msgid "English (US)"
msgstr "Engleski (SAD)"
-#: src/components/pages/ReportPage.tsx:429
+#: src/components/pages/ReportPage.tsx:254
msgid "Enter a code in the format ABCD-1234."
msgstr "Unesi kod u formatu ABCD-1234."
-#: src/components/modals/tabs/GiftInventoryTab.tsx:235
+#: src/components/modals/tabs/GiftInventoryTab.tsx:258
msgid "Enter a gift code to redeem Plutonium for your account."
msgstr "Unesi kod za poklon da iskoristiš Plutonium za svoj račun."
@@ -7371,7 +7449,7 @@ msgstr "Unesi kod"
msgid "Enter fullscreen"
msgstr "Uđi u prikaz preko cijelog zaslona"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:255
+#: src/components/modals/tabs/GiftInventoryTab.tsx:278
msgid "Enter gift code..."
msgstr "Unesi kod za poklon..."
@@ -7414,7 +7492,7 @@ msgstr "Unesi 6-znamenkasti kod poslan na tvoj telefon."
msgid "Enter the API endpoint of the Fluxer instance you want to connect to."
msgstr "Unesi krajnju točku API-ja instance Fluxer s kojom se želiš povezati."
-#: src/components/pages/ReportPage.tsx:424
+#: src/components/pages/ReportPage.tsx:249
msgid "Enter the code before continuing."
msgstr "Unesi kod prije nastavka."
@@ -7430,7 +7508,7 @@ msgstr "Unesi kod poslan na tvoju trenutnu adresu e-pošte."
msgid "Enter the code we emailed to your new address."
msgstr "Unesi kod koji smo poslali e-poštom na tvoju novu adresu."
-#: src/components/modals/ClaimAccountModal.tsx:190
+#: src/components/modals/ClaimAccountModal.tsx:192
msgid "Enter the code we sent to your email to verify it. Your password will be set once the code is confirmed."
msgstr "Unesi kod koji smo poslali na tvoju e-poštu da je potvrdimo. Tvoja lozinka će biti postavljena nakon potvrde koda."
@@ -7454,14 +7532,10 @@ msgstr "unesi da <0><1>spremiš1>0>"
msgid "Enter username"
msgstr "Unesi korisničko ime"
-#: src/components/pages/ReportPage.tsx:701
-msgid "Enter Verification Code"
+#: src/components/pages/report/ReportStepVerification.tsx:64
+msgid "Enter verification code"
msgstr "Unesi kod za provjeru"
-#: src/components/pages/ReportPage.tsx:638
-msgid "Enter Your Email"
-msgstr "Unesi svoju adresu e-pošte"
-
#: src/components/pages/ForgotPasswordPage.tsx:87
msgid "Enter your email address and we'll send you a link to reset your password."
msgstr "Unesi svoju adresu e-pošte i poslat ćemo ti poveznicu za ponovno postavljanje lozinke."
@@ -7500,7 +7574,7 @@ msgid "Entrance sound uploaded successfully"
msgstr "Zvuk ulaska uspješno prenesen"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:297
-#: src/components/channel/ChannelSearchResults.tsx:691
+#: src/components/channel/ChannelSearchResults.tsx:660
#: src/components/modals/tabs/ComponentGalleryTab/OverlaysTab.tsx:88
msgid "Error"
msgstr "Pogreška"
@@ -7522,7 +7596,7 @@ msgstr "Tipka Escape izlazi iz načina tipkovnice"
msgid "escape to <0><1>cancel1>0>"
msgstr "pritisni escape za <0><1>odustani1>0>"
-#: src/components/pages/ReportPage.tsx:318
+#: src/components/pages/report/optionDescriptors.ts:90
msgid "Estonia"
msgstr "Estonija"
@@ -7561,7 +7635,7 @@ msgstr "isključi poveznicu, ugradnju ili datoteku"
msgid "exclude user"
msgstr "isključi korisnika"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:95
+#: src/components/modals/components/plutonium/VisionarySection.tsx:104
msgid "Exclusive community"
msgstr "Ekskluzivna zajednica"
@@ -7593,12 +7667,12 @@ msgstr "Proširi kategoriju"
msgid "Expiration"
msgstr "Istek"
-#: src/components/modals/InviteModal.tsx:281
+#: src/components/modals/InviteModal.tsx:278
msgid "Expire after"
msgstr "Istekne nakon"
#: src/components/accounts/AccountRow.tsx:162
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:114
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:133
#: src/components/modals/GroupInvitesBottomSheet.tsx:104
msgid "Expired"
msgstr "Isteklo"
@@ -7675,7 +7749,7 @@ msgstr "Paketi izraza"
msgid "Expression Packs are a Plutonium feature"
msgstr "Paketi izraza su značajka Plutoniuma"
-#: src/components/modals/ExpressionPickerSheet.tsx:232
+#: src/components/modals/ExpressionPickerSheet.tsx:219
#: src/components/popouts/ExpressionPickerPopout.tsx:193
msgid "Expression picker categories"
msgstr "Kategorije biranja izraza"
@@ -7700,7 +7774,7 @@ msgstr "Vanjski linkovi mogu biti opasni. Budite oprezni."
msgid "Extra Large"
msgstr "Ekstra veliko"
-#: src/components/pages/ReportPage.tsx:297
+#: src/components/pages/report/optionDescriptors.ts:72
#: src/constants/IARConstants.tsx:165
msgid "Extremist Community"
msgstr "Ekstremistička zajednica"
@@ -7749,7 +7823,7 @@ msgstr "Kopiranje povernice za poziv nije uspjelo"
msgid "Failed to copy to clipboard"
msgstr "Kopiranje u međuspremnik nije uspjelo"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:79
+#: src/components/modals/tabs/GiftInventoryTab.tsx:80
msgid "Failed to copy URL"
msgstr "Kopiranje URL-a nije uspjelo"
@@ -7794,7 +7868,7 @@ msgid "Failed to delete category"
msgstr "Brisanje kategorije nije uspjelo"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:194
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:681
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:695
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:335
msgid "Failed to delete channel"
msgstr "Brisanje kanala nije uspjelo"
@@ -7868,7 +7942,7 @@ msgstr "Učitavanje zabrana nije uspjelo. Pokušajte ponovno."
msgid "Failed to load emojis"
msgstr "Učitavanje emojija nije uspjelo"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:296
+#: src/components/modals/tabs/GiftInventoryTab.tsx:319
msgid "Failed to load gift inventory"
msgstr "Učitavanje inventara darova nije uspjelo"
@@ -7894,8 +7968,8 @@ msgstr "Učitavanje naljepnica nije uspjelo"
msgid "Failed to load vanity URL. Please try again."
msgstr "Učitavanje vanity URL-a nije uspjelo. Pokušajte ponovno."
-#: src/components/modals/components/PlutoniumContent.tsx:146
-#: src/components/modals/components/PlutoniumContent.tsx:272
+#: src/components/modals/components/PlutoniumContent.tsx:157
+#: src/components/modals/components/PlutoniumContent.tsx:289
msgid "Failed to load Visionary information. Please try again later."
msgstr "Učitavanje Visionary informacija nije uspjelo. Pokušajte ponovno kasnije."
@@ -7916,19 +7990,19 @@ msgstr "Učitavanje vaših zajednica nije uspjelo."
msgid "Failed to open customer portal. Please try again."
msgstr "Otvaranje portala za korisnike nije uspjelo. Pokušajte ponovno."
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:572
-#: src/components/bottomsheets/DMBottomSheet.tsx:153
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:586
+#: src/components/bottomsheets/DMBottomSheet.tsx:155
#: src/components/channel/dm/DMList.tsx:216
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:121
msgid "Failed to pin DM"
msgstr "Prikvačivanje DM-a nije uspjelo"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:572
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:586
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:101
msgid "Failed to pin group"
msgstr "Prikvačivanje grupe nije uspjelo"
-#: src/components/bottomsheets/DMBottomSheet.tsx:153
+#: src/components/bottomsheets/DMBottomSheet.tsx:155
msgid "Failed to pin group DM"
msgstr "Nije uspjelo zakvačiti grupni DM"
@@ -7957,7 +8031,7 @@ msgstr "Nije uspjelo doći do instance ({status})"
msgid "Failed to reactivate subscription. Please try again."
msgstr "Ponovno aktiviranje pretplate nije uspjelo. Pokušajte ponovno."
-#: src/components/modals/tabs/GiftInventoryTab.tsx:94
+#: src/components/modals/tabs/GiftInventoryTab.tsx:95
msgid "Failed to redeem gift"
msgstr "Iskorištavanje dara nije uspjelo"
@@ -7998,6 +8072,10 @@ msgstr "Uklanjanje iz grupe nije uspjelo"
msgid "Failed to remove timeout. Please try again."
msgstr "Uklanjanje timeouta nije uspjelo. Pokušajte ponovno."
+#: src/components/pages/ReportPage.tsx:236
+msgid "Failed to resend code. Please try again."
+msgstr "Neuspješno slanje koda. Molimo pokušajte ponovo."
+
#: src/components/modals/guildTabs/GuildRolesTab.tsx:674
msgid "Failed to reset hoist order"
msgstr "Vraćanje redoslijeda izdvajanja na zadano nije uspjelo"
@@ -8018,7 +8096,7 @@ msgstr "Rotacija nije uspjela. Pokušajte ponovno."
msgid "Failed to send friend request. Please try again."
msgstr "Slanje zahtjeva za prijateljstvo nije uspjelo. Pokušajte ponovno."
-#: src/components/bottomsheets/DMBottomSheet.tsx:262
+#: src/components/bottomsheets/DMBottomSheet.tsx:264
#: src/components/modals/InviteModal.tsx:176
#: src/components/uikit/ContextMenu/items/InviteMenuItems.tsx:111
msgid "Failed to send invite"
@@ -8037,7 +8115,7 @@ msgstr "Slanje SMS koda nije uspjelo. Pokušajte ponovno."
msgid "Failed to send theme"
msgstr "Slanje teme nije uspjelo"
-#: src/components/pages/ReportPage.tsx:412
+#: src/components/pages/ReportPage.tsx:234
msgid "Failed to send verification code. Please try again."
msgstr "Slanje verifikacijskog koda nije uspjelo. Pokušajte ponovno."
@@ -8084,19 +8162,19 @@ msgstr "Prijenos vlasništva nije uspio. Pokušajte ponovno."
msgid "Failed to unblock user. Please try again."
msgstr "Deblokiranje korisnika nije uspjelo. Pokušajte ponovno."
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:589
-#: src/components/bottomsheets/DMBottomSheet.tsx:170
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:603
+#: src/components/bottomsheets/DMBottomSheet.tsx:172
#: src/components/channel/dm/DMList.tsx:226
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:138
msgid "Failed to unpin DM"
msgstr "Uklanjanje prikvačene privatne poruke nije uspjelo"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:589
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:603
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:118
msgid "Failed to unpin group"
msgstr "Uklanjanje prikvačene grupe nije uspjelo"
-#: src/components/bottomsheets/DMBottomSheet.tsx:170
+#: src/components/bottomsheets/DMBottomSheet.tsx:172
msgid "Failed to unpin group DM"
msgstr "Neuspješno uklanjanje grupnog DM-a"
@@ -8298,7 +8376,7 @@ msgstr "Pronađi savršenu naljepnicu"
msgid "Fine-tune core colors and fonts for this app. Changes here are stored as custom CSS overrides and sync with the editor below."
msgstr "Podesi osnovne boje i fontove za ovu aplikaciju. Promjene se ovdje pohranjuju kao prilagođene CSS nadjačavanja i sinkroniziraju se s uređivačem ispod."
-#: src/components/pages/ReportPage.tsx:319
+#: src/components/pages/report/optionDescriptors.ts:91
msgid "Finland"
msgstr "Finska"
@@ -8306,7 +8384,7 @@ msgstr "Finska"
msgid "Finnish"
msgstr "Finski"
-#: src/components/pages/ReportPage.tsx:923
+#: src/components/pages/report/ReportStepDetails.tsx:199
msgid "First and last name"
msgstr "Ime i prezime"
@@ -8419,7 +8497,7 @@ msgstr "Fluxeru je potrebna dozvola za praćenje unosa s tipkovnice i miša kako
msgid "Fluxer Partner"
msgstr "Fluxer Partner"
-#: src/components/modals/components/PlutoniumContent.tsx:182
+#: src/components/modals/components/PlutoniumContent.tsx:193
#: src/components/modals/PremiumModal.tsx:34
#: src/components/modals/utils/settingsConstants.tsx:147
#: src/components/popouts/UserProfileBadges.tsx:99
@@ -8483,7 +8561,7 @@ msgstr "Hrana i piće"
msgid "Foodie Friends"
msgstr "Gurmanski prijatelji"
-#: src/components/bottomsheets/DMBottomSheet.tsx:660
+#: src/components/bottomsheets/DMBottomSheet.tsx:663
msgid "For 1 hour"
msgstr "Na 1 sat"
@@ -8497,7 +8575,7 @@ msgstr "Na 1 sat"
msgid "For 1 Hour"
msgstr "Za 1 sat"
-#: src/components/bottomsheets/DMBottomSheet.tsx:659
+#: src/components/bottomsheets/DMBottomSheet.tsx:662
#: src/components/popouts/UserAreaPopout.tsx:77
msgid "For 15 minutes"
msgstr "Za 15 minuta"
@@ -8511,7 +8589,7 @@ msgstr "Za 15 minuta"
msgid "For 15 Minutes"
msgstr "Za 15 minuta"
-#: src/components/bottomsheets/DMBottomSheet.tsx:663
+#: src/components/bottomsheets/DMBottomSheet.tsx:666
msgid "For 24 hours"
msgstr "Na 24 sata"
@@ -8529,7 +8607,7 @@ msgstr "Za 24 sata"
msgid "For 3 days"
msgstr "Za 3 dana"
-#: src/components/bottomsheets/DMBottomSheet.tsx:661
+#: src/components/bottomsheets/DMBottomSheet.tsx:664
msgid "For 3 hours"
msgstr "Na 3 sata"
@@ -8542,7 +8620,7 @@ msgstr "Na 3 sata"
msgid "For 3 Hours"
msgstr "Za 3 sata"
-#: src/components/bottomsheets/DMBottomSheet.tsx:662
+#: src/components/bottomsheets/DMBottomSheet.tsx:665
msgid "For 8 hours"
msgstr "Na 8 sati"
@@ -8560,7 +8638,7 @@ msgstr "Za 8 sati"
msgid "For British eyes only..."
msgstr "Samo za britanske oči..."
-#: src/components/modals/components/plutonium/PricingSection.tsx:62
+#: src/components/modals/components/plutonium/PricingSection.tsx:68
msgid "For Me"
msgstr "Za mene"
@@ -8664,15 +8742,15 @@ msgstr "Prisiljava slowmode da bude aktivan u svim kanalima"
msgid "Forever"
msgstr "Zauvijek"
-#: src/components/modals/components/MobileSettingsView.tsx:300
+#: src/components/modals/components/MobileSettingsView.tsx:295
msgid "Forget"
msgstr "Zaboravi"
-#: src/components/modals/components/MobileSettingsView.tsx:327
+#: src/components/modals/components/MobileSettingsView.tsx:322
msgid "Forget Push Subscriptions"
msgstr "Zaboravi push pretplate"
-#: src/components/modals/components/MobileSettingsView.tsx:294
+#: src/components/modals/components/MobileSettingsView.tsx:289
msgid "Forget push subscriptions?"
msgstr "Zaboravi push pretplate?"
@@ -8729,7 +8807,7 @@ msgstr "Brzina kadrova"
msgid "Frame rates above 30 fps require Plutonium"
msgstr "Brzine kadrova iznad 30 fps zahtijevaju Plutonium"
-#: src/components/pages/ReportPage.tsx:320
+#: src/components/pages/report/optionDescriptors.ts:92
msgid "France"
msgstr "Francuska"
@@ -8745,8 +8823,8 @@ msgstr "Besplatni korisnik (bez kupnji)"
msgid "Free User (With Purchase History)"
msgstr "Besplatni korisnik (s poviješću kupnje)"
-#: src/components/modals/components/PlutoniumContent.tsx:163
-#: src/components/modals/components/PlutoniumContent.tsx:289
+#: src/components/modals/components/PlutoniumContent.tsx:174
+#: src/components/modals/components/PlutoniumContent.tsx:308
msgid "Free vs Plutonium"
msgstr "Besplatno vs Plutonium"
@@ -8773,12 +8851,13 @@ msgstr "Zahtjev za prijateljstvom"
msgid "Friend request sent"
msgstr "Zahtjev za prijateljstvom poslan"
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:68
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:250
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:75
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:89
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:271
msgid "Friend Request Sent"
msgstr "Zahtjev za prijateljstvom poslan"
-#: src/components/channel/dm/AddFriendForm.tsx:144
+#: src/components/channel/dm/AddFriendForm.tsx:167
msgid "Friend request sent!"
msgstr "Zahtjev za prijateljstvom poslan!"
@@ -8787,7 +8866,7 @@ msgstr "Zahtjev za prijateljstvom poslan!"
msgid "Friend Requests"
msgstr "Zahtjevi za prijateljstvom"
-#: src/components/channel/dm/AddFriendForm.tsx:137
+#: src/components/channel/dm/AddFriendForm.tsx:160
msgid "Friend's FluxerTag"
msgstr "Prijateljev FluxerTag"
@@ -8828,9 +8907,10 @@ msgstr "Od {0}"
#. placeholder {0}: creator.username
#. placeholder {1}: creator.discriminator
-#: src/components/channel/GiftEmbed.tsx:87
-#: src/components/modals/GiftAcceptModal.tsx:116
-#: src/components/modals/GiftAcceptModal.tsx:143
+#: src/components/channel/GiftEmbed.tsx:93
+#: src/components/modals/GiftAcceptModal.tsx:123
+#: src/components/modals/GiftAcceptModal.tsx:151
+#: src/components/modals/GiftAcceptModal.tsx:186
msgid "From {0}#{1}"
msgstr "Od {0}#{1}"
@@ -8850,7 +8930,7 @@ msgstr "Od korisnika"
msgid "from:"
msgstr "od:"
-#: src/components/pages/ReportPage.tsx:919
+#: src/components/pages/report/ReportStepDetails.tsx:195
msgid "Full Legal Name"
msgstr "Puno pravno ime"
@@ -8892,7 +8972,7 @@ msgstr "Generiraj pozivnicu"
msgid "Generate invite link"
msgstr "Generiraj povernicu za poziv"
-#: src/components/modals/tabs/BetaCodesTab.tsx:315
+#: src/components/modals/tabs/BetaCodesTab.tsx:340
msgid "Generate up to {MAX_UNCLAIMED_BETA_CODES} unclaimed beta codes to invite friends to Fluxer. You can create 3 codes per week."
msgstr "Generiraj do {MAX_UNCLAIMED_BETA_CODES} neiskorištenih beta kodova da pozoveš prijatelje na Fluxer. Možeš stvoriti 3 koda tjedno."
@@ -8909,7 +8989,7 @@ msgstr "Geografski ograničeno"
msgid "German"
msgstr "Njemački"
-#: src/components/pages/ReportPage.tsx:321
+#: src/components/pages/report/optionDescriptors.ts:93
msgid "Germany"
msgstr "Njemačka"
@@ -8991,13 +9071,13 @@ msgstr "Pregled GIF-a"
#: src/components/channel/pickers/gif/GifPickerHeader.tsx:40
#: src/components/channel/pickers/memes/MemesPickerHeader.tsx:57
#: src/components/channel/textarea/TextareaButtons.tsx:110
-#: src/components/modals/ExpressionPickerSheet.tsx:68
+#: src/components/modals/ExpressionPickerSheet.tsx:55
#: src/components/popouts/ExpressionPickerPopout.tsx:69
msgid "GIFs"
msgstr "GIF-ovi"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:122
-#: src/components/modals/GiftAcceptModal.tsx:163
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:141
+#: src/components/modals/GiftAcceptModal.tsx:206
msgid "Gift"
msgstr "Poklon"
@@ -9030,19 +9110,20 @@ msgstr "Poklon je već iskorišten"
msgid "Gift Already Redeemed"
msgstr "Poklon je već iskorišten"
-#: src/components/channel/GiftEmbed.tsx:94
+#: src/components/channel/GiftEmbed.tsx:105
+#: src/components/channel/GiftEmbed.tsx:109
msgid "Gift Claimed"
msgstr "Poklon zatražen"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:246
+#: src/components/modals/tabs/GiftInventoryTab.tsx:269
msgid "Gift code cannot be empty"
msgstr "Kod poklona ne može biti prazan"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:243
+#: src/components/modals/tabs/GiftInventoryTab.tsx:266
msgid "Gift code is required"
msgstr "Kod poklona je obavezan"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:250
+#: src/components/modals/tabs/GiftInventoryTab.tsx:273
msgid "Gift code is too long"
msgstr "Kod poklona je predug"
@@ -9070,7 +9151,7 @@ msgstr "Poklon nije pronađen"
#: src/components/channel/textarea/TextareaButtons.tsx:101
#: src/components/channel/textarea/TextareaButtons.tsx:177
-#: src/components/modals/components/plutonium/GiftSection.tsx:61
+#: src/components/modals/components/plutonium/GiftSection.tsx:67
msgid "Gift Plutonium"
msgstr "Pokloni Plutonium"
@@ -9078,23 +9159,23 @@ msgstr "Pokloni Plutonium"
msgid "Gift redeemed successfully!"
msgstr "Poklon uspješno iskorišten!"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:89
+#: src/components/modals/tabs/GiftInventoryTab.tsx:90
msgid "Gift redeemed successfully! Enjoy your Plutonium!"
msgstr "Poklon uspješno iskorišten! Uživaj u svom Plutoniumu!"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:53
+#: src/components/modals/components/plutonium/VisionarySection.tsx:58
msgid "gift time"
msgstr "vrijeme za darove"
-#: src/components/channel/GiftEmbed.tsx:151
+#: src/components/channel/GiftEmbed.tsx:162
msgid "Gift Unavailable"
msgstr "Poklon nedostupan"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:132
+#: src/components/modals/tabs/GiftInventoryTab.tsx:133
msgid "Gift URL"
msgstr "URL poklona"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:75
+#: src/components/modals/tabs/GiftInventoryTab.tsx:76
msgid "Gift URL copied to clipboard!"
msgstr "URL poklona kopiran u međuspremnik!"
@@ -9126,7 +9207,7 @@ msgstr "Globalne prečice su dostupne u desktop aplikaciji"
msgid "Glorification of violence or disturbing imagery"
msgstr "Slavljenje nasilja ili uznemirujućih slika"
-#: src/components/modals/components/MobileSettingsView.tsx:145
+#: src/components/modals/components/MobileSettingsView.tsx:140
#: src/components/modals/shared/MobileSettingsComponents.tsx:43
msgid "Go back"
msgstr "Vrati se"
@@ -9143,7 +9224,7 @@ msgstr "Vrati se na prethodno fokusirani tekstualni kanal"
msgid "Go forward in navigation history"
msgstr "Idi naprijed u povijest navigacije"
-#: src/components/channel/InviteEmbed.tsx:259
+#: src/components/channel/InviteEmbed.tsx:261
#: src/components/modals/InviteAcceptModal.tsx:100
msgid "Go to Community"
msgstr "Idi na Zajednicu"
@@ -9166,15 +9247,15 @@ msgstr "Idi na prijavu"
msgid "Go to message"
msgstr "Idi na poruku"
-#: src/components/channel/ChannelSearchResults.tsx:841
+#: src/components/channel/ChannelSearchResults.tsx:809
msgid "Go to page"
msgstr "Idi na stranicu"
-#: src/components/channel/ChannelSearchResults.tsx:808
+#: src/components/channel/ChannelSearchResults.tsx:776
msgid "Go to page {page}"
msgstr "Idi na stranicu {page}"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:315
+#: src/components/modals/tabs/GiftInventoryTab.tsx:338
msgid "Go to Plutonium"
msgstr "Idi na Plutonium"
@@ -9195,7 +9276,7 @@ msgstr "Razumijem"
msgid "Gotcha"
msgstr "Shvatio"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:116
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:135
msgid "Grace Period"
msgstr "Razdoblje odgode"
@@ -9203,7 +9284,7 @@ msgstr "Razdoblje odgode"
msgid "Grace Period (Still Have Access)"
msgstr "Razdoblje odgode (još uvijek imate pristup)"
-#: src/components/modals/InviteModal.tsx:301
+#: src/components/modals/InviteModal.tsx:298
msgid "Grant temporary membership"
msgstr "Dodijeli privremeno članstvo"
@@ -9234,7 +9315,7 @@ msgstr "Sjajan uspjeh!"
msgid "Great success! You can now close this tab and return to the app."
msgstr "Sjajan uspjeh! Sada možete zatvoriti ovu karticu i vratiti se u aplikaciju."
-#: src/components/pages/ReportPage.tsx:322
+#: src/components/pages/report/optionDescriptors.ts:94
msgid "Greece"
msgstr "Grčka"
@@ -9263,7 +9344,7 @@ msgstr "Dopuštenja za dodavanje u grupni chat"
msgid "Group Chat Permissions"
msgstr "Dopuštenja za grupne razgovore"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:481
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:495
msgid "Group Direct Message"
msgstr "Grupna izravna poruka"
@@ -9272,7 +9353,7 @@ msgid "Group DM"
msgstr "Grupni DM"
#. placeholder {0}: channel.recipientIds.length + 1
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:772
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:804
msgid "Group DM · {0} members"
msgstr "Grupni DM · {0} članova"
@@ -9317,12 +9398,12 @@ msgstr "Naziv grupe ne smije prelaziti 100 znakova"
msgid "Group Online Status"
msgstr "Status grupe online"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:962
-#: src/components/channel/MemberListItem.tsx:102
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:984
+#: src/components/channel/MemberListItem.tsx:109
msgid "Group Owner"
msgstr "Vlasnik grupe"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1092
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1116
msgid "Group Settings"
msgstr "Postavke grupe"
@@ -9335,11 +9416,11 @@ msgstr "Stanja tipkanja grupe"
msgid "Group updated"
msgstr "Grupa ažurirana"
-#: src/components/pages/ReportPage.tsx:893
+#: src/components/pages/report/ReportStepDetails.tsx:167
msgid "Guild (Community) ID"
msgstr "ID Ceha (Zajednice)"
-#: src/components/pages/ReportPage.tsx:902
+#: src/components/pages/report/ReportStepDetails.tsx:177
msgid "Guild ID is required."
msgstr "Potreban je ID ceha."
@@ -9355,13 +9436,13 @@ msgstr "Zapis ceha"
msgid "Hang on while we check for scheduled messages."
msgstr "Pričekajte dok provjeravamo zakazane poruke."
-#: src/components/pages/ReportPage.tsx:295
+#: src/components/pages/report/optionDescriptors.ts:70
#: src/constants/IARConstants.tsx:155
msgid "Harassment"
msgstr "Uznemiravanje"
-#: src/components/pages/ReportPage.tsx:262
-#: src/components/pages/ReportPage.tsx:281
+#: src/components/pages/report/optionDescriptors.ts:43
+#: src/components/pages/report/optionDescriptors.ts:59
#: src/constants/IARConstants.tsx:32
#: src/constants/IARConstants.tsx:109
msgid "Harassment or Bullying"
@@ -9383,9 +9464,9 @@ msgstr "Ikada je kupio Override"
msgid "has:"
msgstr "ima:"
-#: src/components/pages/ReportPage.tsx:263
-#: src/components/pages/ReportPage.tsx:282
-#: src/components/pages/ReportPage.tsx:296
+#: src/components/pages/report/optionDescriptors.ts:44
+#: src/components/pages/report/optionDescriptors.ts:60
+#: src/components/pages/report/optionDescriptors.ts:71
#: src/constants/IARConstants.tsx:37
#: src/constants/IARConstants.tsx:114
#: src/constants/IARConstants.tsx:160
@@ -9430,7 +9511,7 @@ msgid "Help Center"
msgstr "Centar za pomoć"
#. placeholder {0}: user.displayName
-#: src/components/layout/app-layout/nagbars/UnclaimedAccountNagbar.tsx:44
+#: src/components/layout/app-layout/nagbars/UnclaimedAccountNagbar.tsx:42
msgid "Hey {0}, claim your account to prevent losing access."
msgstr "Hej {0}, zatraži svoj račun kako ne bi izgubio/la pristup."
@@ -9654,7 +9735,7 @@ msgstr "https://example.com/callback"
msgid "Hungarian"
msgstr "Mađarski"
-#: src/components/pages/ReportPage.tsx:323
+#: src/components/pages/report/optionDescriptors.ts:95
msgid "Hungary"
msgstr "Mađarska"
@@ -9728,8 +9809,8 @@ msgstr "Ako si primio/la beta kod, možeš ga unijeti ispod za trenutni pristup.
msgid "If you want to export your data or delete your messages first, please visit the Privacy Dashboard section in User Settings before proceeding."
msgstr "Ako želiš prvo izvesti svoje podatke ili izbrisati svoje poruke, posjeti odjeljak Nadzorna ploča privatnosti u Korisničkim postavkama prije nastavka."
-#: src/components/channel/channel-view/DMChannelView.tsx:301
-#: src/components/channel/dm/DMWelcomeSection.tsx:119
+#: src/components/channel/channel-view/DMChannelView.tsx:302
+#: src/components/channel/dm/DMWelcomeSection.tsx:131
#: src/components/channel/friends/FriendListItem.tsx:145
#: src/components/channel/friends/FriendListItem.tsx:244
#: src/components/channel/friends/MobileFriendRequestItem.tsx:69
@@ -9740,7 +9821,7 @@ msgstr "Zanemari"
#: src/components/channel/friends/FriendListItem.tsx:143
#: src/components/channel/friends/MobileFriendRequestItem.tsx:67
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:152
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:173
msgid "Ignore Friend Request"
msgstr "Zanemari zahtjev za prijateljstvo"
@@ -9749,8 +9830,8 @@ msgstr "Zanemari zahtjev za prijateljstvo"
msgid "Ignore per-channel message rate limits."
msgstr "Zanemari ograničenja brzine poruka po kanalu."
-#: src/components/pages/ReportPage.tsx:267
-#: src/components/pages/ReportPage.tsx:298
+#: src/components/pages/report/optionDescriptors.ts:48
+#: src/components/pages/report/optionDescriptors.ts:73
#: src/constants/IARConstants.tsx:57
#: src/constants/IARConstants.tsx:170
msgid "Illegal Activity"
@@ -9762,7 +9843,7 @@ msgid "image"
msgstr "slika"
#: src/components/channel/embeds/media/EmbedGifv.tsx:237
-#: src/components/channel/embeds/media/EmbedImage.tsx:369
+#: src/components/channel/embeds/media/EmbedImage.tsx:374
#: src/components/modals/MediaViewerModal.tsx:362
#: src/components/search/HasFilterSheet.tsx:50
#: src/utils/FavoriteMemeUtils.ts:71
@@ -9783,8 +9864,8 @@ msgstr "Pregled slike"
msgid "Images"
msgstr "Slike"
-#: src/components/pages/ReportPage.tsx:272
-#: src/components/pages/ReportPage.tsx:284
+#: src/components/pages/report/optionDescriptors.ts:53
+#: src/components/pages/report/optionDescriptors.ts:62
#: src/constants/IARConstants.tsx:82
#: src/constants/IARConstants.tsx:124
msgid "Impersonation"
@@ -9839,7 +9920,7 @@ msgstr "za {absWeeks} tjedana"
msgid "in {absYears} years"
msgstr "za {absYears} godina"
-#: src/components/channel/channel-view/DMChannelView.tsx:275
+#: src/components/channel/channel-view/DMChannelView.tsx:276
msgid "In call"
msgstr "U pozivu"
@@ -9880,7 +9961,7 @@ msgstr "U tvom pregledniku, Push-to-Talk će raditi samo kada je kartica Fluxera
msgid "in:"
msgstr "u:"
-#: src/components/pages/ReportPage.tsx:286
+#: src/components/pages/report/optionDescriptors.ts:64
#: src/constants/IARConstants.tsx:134
msgid "Inappropriate Profile"
msgstr "Neprikladan profil"
@@ -9909,7 +9990,7 @@ msgstr "Uključi sva spominjanja zajednice"
msgid "Include audio from your screen in the share"
msgstr "Uključi audio s tvog zaslona u dijeljenje"
-#: src/components/channel/channel-view/DMChannelView.tsx:269
+#: src/components/channel/channel-view/DMChannelView.tsx:270
#: src/components/voice/IncomingCallUI.tsx:263
#: src/components/voice/IncomingCallUI.tsx:286
#: src/components/voice/IncomingCallUI.tsx:324
@@ -9946,11 +10027,11 @@ msgid "Increase app zoom level"
msgstr "Povećaj razinu zumiranja aplikacije"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:284
-#: src/components/channel/ChannelSearchResults.tsx:679
+#: src/components/channel/ChannelSearchResults.tsx:648
msgid "Indexing Channel"
msgstr "Indeksiranje kanala"
-#: src/components/channel/ChannelSearchResults.tsx:317
+#: src/components/channel/ChannelSearchResults.tsx:274
msgid "Indexing..."
msgstr "Indeksiranje..."
@@ -10032,12 +10113,12 @@ msgstr "Unosi s ikonama"
msgid "Insert emoji"
msgstr "Umetni emoji"
-#: src/components/channel/InviteEmbed.tsx:198
+#: src/components/channel/InviteEmbed.tsx:200
#: src/components/modals/InviteAcceptModal.tsx:143
msgid "Install Emoji Pack"
msgstr "Instaliraj paket emojija"
-#: src/components/channel/InviteEmbed.tsx:198
+#: src/components/channel/InviteEmbed.tsx:200
#: src/components/modals/InviteAcceptModal.tsx:143
msgid "Install Sticker Pack"
msgstr "Instaliraj paket naljepnica"
@@ -10104,7 +10185,7 @@ msgstr "Nevažeći kod za poklon"
msgid "Invalid instance response: missing webapp URL."
msgstr "Nevažeći odgovor instance: nedostaje URL web aplikacije."
-#: src/components/modals/ClaimAccountModal.tsx:108
+#: src/components/modals/ClaimAccountModal.tsx:110
#: src/components/modals/EmailChangeModal.tsx:108
#: src/components/modals/EmailChangeModal.tsx:169
msgid "Invalid or expired code"
@@ -10134,7 +10215,7 @@ msgstr "Obrnuti gumb kliknut!"
msgid "Invisible"
msgstr "Nevidljiv"
-#: src/components/modals/InviteModal.tsx:257
+#: src/components/modals/InviteModal.tsx:267
#: src/components/modals/tabs/ExpressionPacksTab.tsx:83
#: src/constants/AuditLogConstants.tsx:239
msgid "Invite"
@@ -10144,7 +10225,7 @@ msgstr "Pozivnica"
msgid "Invite Background"
msgstr "Pozadina pozivnice"
-#: src/components/pages/ReportPage.tsx:908
+#: src/components/pages/report/ReportStepDetails.tsx:183
msgid "Invite Code (optional)"
msgstr "Kod pozivnice (opcionalno)"
@@ -10170,7 +10251,7 @@ msgstr "Pozovi prijatelje"
msgid "Invite friends to {0}"
msgstr "Pozovi prijatelje u {0}"
-#: src/components/modals/InviteModal.tsx:317
+#: src/components/modals/InviteModal.tsx:314
msgid "Invite link"
msgstr "Poveznica za pozivnicu"
@@ -10190,7 +10271,7 @@ msgid "Invite Links"
msgstr "Poveznice za pozivnice"
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:164
-#: src/components/layout/ChannelItem.tsx:599
+#: src/components/layout/ChannelItem.tsx:616
#: src/components/popouts/GuildHeaderPopout.tsx:178
msgid "Invite Members"
msgstr "Pozovi članove"
@@ -10218,7 +10299,7 @@ msgid "Invite Page Preview"
msgstr "Pregled stranice pozivnice"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:381
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1144
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1168
#: src/components/layout/FavoritesChannelListContent.tsx:305
#: src/components/uikit/ContextMenu/ChannelListContextMenu.tsx:96
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:97
@@ -10236,7 +10317,7 @@ msgstr "Pozivnica opozvana"
msgid "Invite sent for {0}"
msgstr "Pozivnica poslana za {0}"
-#: src/components/bottomsheets/DMBottomSheet.tsx:256
+#: src/components/bottomsheets/DMBottomSheet.tsx:258
msgid "Invite sent to {guildName}"
msgstr "Pozivnica poslana {guildName}"
@@ -10249,7 +10330,7 @@ msgid "Invite splash preview"
msgstr "Pregled splash-a pozivnice"
#. placeholder {0}: guild.name
-#: src/components/bottomsheets/DMBottomSheet.tsx:499
+#: src/components/bottomsheets/DMBottomSheet.tsx:501
msgid "Invite to {0}"
msgstr "Pozivnica za {0}"
@@ -10257,7 +10338,7 @@ msgstr "Pozivnica za {0}"
msgid "Invite to Community"
msgstr "Pozivnica u zajednicu"
-#: src/components/channel/InviteEmbed.tsx:362
+#: src/components/channel/InviteEmbed.tsx:364
msgid "Invite Unavailable"
msgstr "Pozivnica nedostupna"
@@ -10277,7 +10358,7 @@ msgid "Invited by {0}#{1}"
msgstr "Pozvao/la {0}#{1}"
#: src/components/auth/InviteHeader.tsx:159
-#: src/components/channel/InviteEmbed.tsx:222
+#: src/components/channel/InviteEmbed.tsx:224
msgid "Invited by {inviterTag}"
msgstr "Pozvao/la {inviterTag}"
@@ -10290,8 +10371,8 @@ msgid "Inviter:"
msgstr "Pozivatelj:"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:303
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1199
-#: src/components/bottomsheets/DMBottomSheet.tsx:468
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1223
+#: src/components/bottomsheets/DMBottomSheet.tsx:470
#: src/components/channel/dm/DMList.tsx:257
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:145
msgid "Invites"
@@ -10301,11 +10382,11 @@ msgstr "Pozivnice"
msgid "Invites are currently disabled for this community."
msgstr "Pozivnice su trenutno onemogućene za ovu zajednicu."
-#: src/components/modals/InviteModal.tsx:270
+#: src/components/modals/InviteModal.tsx:237
msgid "Invites are currently disabled in this community by an admin. While this invite can be created, it cannot be accepted until invites are re-enabled."
msgstr "Pozivnice su trenutno onemogućene u ovoj zajednici od strane administratora. Iako se ova pozivnica može stvoriti, ne može se prihvatiti dok se pozivnice ponovno ne omoguće."
-#: src/components/layout/guild-list/GuildListItem.tsx:233
+#: src/components/layout/guild-list/GuildListItem.tsx:234
msgid "Invites are currently paused in this community"
msgstr "Pozivnice su trenutno pauzirane u ovoj zajednici"
@@ -10317,7 +10398,7 @@ msgstr "Pozivnice su zaključane za zajednice u pregledu. Aktivirajte svoj raču
msgid "Invites disabled"
msgstr "Pozivnice onemogućene"
-#: src/components/channel/InviteEmbed.tsx:257
+#: src/components/channel/InviteEmbed.tsx:259
#: src/components/modals/InviteAcceptModal.tsx:98
msgid "Invites Disabled"
msgstr "Pozivnice onemogućene"
@@ -10343,7 +10424,7 @@ msgstr "Pozivnice za <0>{0}0> trenutno su onemogućene"
msgid "IP address authorized"
msgstr "IP adresa ovlaštena"
-#: src/components/pages/ReportPage.tsx:324
+#: src/components/pages/report/optionDescriptors.ts:96
msgid "Ireland"
msgstr "Irska"
@@ -10359,7 +10440,7 @@ msgstr "Ovdje je prava fiesta tipkanja"
msgid "Italian"
msgstr "Talijanski"
-#: src/components/pages/ReportPage.tsx:325
+#: src/components/pages/report/optionDescriptors.ts:97
msgid "Italy"
msgstr "Italija"
@@ -10381,16 +10462,16 @@ msgstr "Pridruži se zajednici"
msgid "Join a community with stickers to get started!"
msgstr "Pridruži se zajednici s naljepnicama da započneš!"
-#: src/components/channel/channel-view/DMChannelView.tsx:315
+#: src/components/channel/channel-view/DMChannelView.tsx:316
msgid "Join call"
msgstr "Pridruži se pozivu"
-#: src/components/channel/InviteEmbed.tsx:261
-#: src/components/channel/InviteEmbed.tsx:451
+#: src/components/channel/InviteEmbed.tsx:263
+#: src/components/channel/InviteEmbed.tsx:453
#: src/components/layout/guild-list/AddGuildButton.tsx:71
#: src/components/modals/AddGuildModal.tsx:129
#: src/components/modals/AddGuildModal.tsx:410
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:304
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:342
#: src/components/modals/InviteAcceptModal.tsx:102
#: src/components/modals/InviteAcceptModalPreview.tsx:114
msgid "Join Community"
@@ -10400,7 +10481,7 @@ msgstr "Pridruži se zajednici"
msgid "Join community form"
msgstr "Obrazac za pridruživanje zajednici"
-#: src/components/channel/InviteEmbed.tsx:187
+#: src/components/channel/InviteEmbed.tsx:189
msgid "Join Group"
msgstr "Pridruži se grupi"
@@ -10416,19 +10497,19 @@ msgstr "Obavijesti o pridruživanju"
msgid "Join Operators Community"
msgstr "Pridruži se Operators zajednici"
-#: src/components/channel/CallMessage.tsx:171
+#: src/components/channel/CallMessage.tsx:165
msgid "Join the call"
msgstr "Pridruži se pozivu"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:122
+#: src/components/channel/ChannelHeader/CallButtons.tsx:159
msgid "Join Video Call"
msgstr "Pridruži se video pozivu"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:118
+#: src/components/channel/ChannelHeader/CallButtons.tsx:150
msgid "Join Video Call ({participantCount} participant)"
msgstr "Pridruži se Video Pozivu ({participantCount} sudionik)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:119
+#: src/components/channel/ChannelHeader/CallButtons.tsx:151
msgid "Join Video Call ({participantCount} participants)"
msgstr "Pridruži se Video Pozivu ({participantCount} sudionika)"
@@ -10436,15 +10517,15 @@ msgstr "Pridruži se Video Pozivu ({participantCount} sudionika)"
msgid "Join Visionary Community"
msgstr "Pridruži se Visionary zajednici"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:70
+#: src/components/channel/ChannelHeader/CallButtons.tsx:89
msgid "Join Voice Call"
msgstr "Pridruži se glasovnom pozivu"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:66
+#: src/components/channel/ChannelHeader/CallButtons.tsx:80
msgid "Join Voice Call ({participantCount} participant)"
msgstr "Pridruži se Glasovnom Pozivu ({participantCount} sudionik)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:67
+#: src/components/channel/ChannelHeader/CallButtons.tsx:81
msgid "Join Voice Call ({participantCount} participants)"
msgstr "Pridruži se Glasovnom Pozivu ({participantCount} sudionika)"
@@ -10495,7 +10576,7 @@ msgstr "JPEG, PNG, WebP. Maks. 10 MB. Preporučeno: 512×512 px"
msgid "JPEG, PNG, WebP. Max 10MB. Recommended: 512×512px. Animated avatars (GIF) require <0/>."
msgstr "JPEG, PNG, WebP. Maks. 10 MB. Preporučeno: 512×512 px. Animirani avatari (GIF) zahtijevaju <0/>."
-#: src/components/channel/ChannelSearchResults.tsx:777
+#: src/components/channel/ChannelSearchResults.tsx:745
#: src/components/pages/MessageListPage.tsx:97
#: src/components/popouts/RecentMentionsContent.tsx:221
#: src/components/popouts/SavedMessagesContent.tsx:102
@@ -10519,11 +10600,11 @@ msgstr "Skoči na poruku"
msgid "Jump to Oldest Unread Message"
msgstr "Skoči na najstariju nepročitanu poruku"
-#: src/components/channel/ChannelSearchResults.tsx:872
+#: src/components/channel/ChannelSearchResults.tsx:840
msgid "Jump to page"
msgstr "Skoči na stranicu"
-#: src/components/channel/Messages.tsx:917
+#: src/components/channel/Messages.tsx:915
msgid "Jump to Present"
msgstr "Skoči na sadašnjost"
@@ -10612,7 +10693,7 @@ msgid "Keyboard Shortcuts"
msgstr "Prečaci na tipkovnici"
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:344
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:311
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:314
#: src/components/modals/KickMemberModal.tsx:58
#: src/components/modals/UserProfileActionsSheet.tsx:253
msgid "Kick"
@@ -10702,7 +10783,7 @@ msgstr "Kašnjenje {latency} milisekundi"
msgid "Latency graph"
msgstr "Graf kašnjenja"
-#: src/components/pages/ReportPage.tsx:326
+#: src/components/pages/report/optionDescriptors.ts:98
msgid "Latvia"
msgstr "Latvija"
@@ -10729,10 +10810,10 @@ msgstr "Napusti zajednicu"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:248
#: src/components/bottomsheets/ChannelBottomSheet.tsx:250
#: src/components/bottomsheets/ChannelBottomSheet.tsx:314
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1253
-#: src/components/bottomsheets/DMBottomSheet.tsx:337
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1277
#: src/components/bottomsheets/DMBottomSheet.tsx:339
-#: src/components/bottomsheets/DMBottomSheet.tsx:551
+#: src/components/bottomsheets/DMBottomSheet.tsx:341
+#: src/components/bottomsheets/DMBottomSheet.tsx:554
#: src/components/channel/dm/DMList.tsx:265
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:159
#: src/hooks/useLeaveGroup.tsx:42
@@ -10740,27 +10821,27 @@ msgstr "Napusti zajednicu"
msgid "Leave Group"
msgstr "Napusti grupu"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:122
+#: src/components/channel/ChannelHeader/CallButtons.tsx:157
msgid "Leave Video Call"
msgstr "Napusti video poziv"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:113
+#: src/components/channel/ChannelHeader/CallButtons.tsx:145
msgid "Leave Video Call ({participantCount} participant)"
msgstr "Napusti Video Poziv ({participantCount} sudionik)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:114
+#: src/components/channel/ChannelHeader/CallButtons.tsx:146
msgid "Leave Video Call ({participantCount} participants)"
msgstr "Napusti Video Poziv ({participantCount} sudionika)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:70
+#: src/components/channel/ChannelHeader/CallButtons.tsx:87
msgid "Leave Voice Call"
msgstr "Napusti glasovni poziv"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:61
+#: src/components/channel/ChannelHeader/CallButtons.tsx:75
msgid "Leave Voice Call ({participantCount} participant)"
msgstr "Napusti Glasovni Poziv ({participantCount} sudionik)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:62
+#: src/components/channel/ChannelHeader/CallButtons.tsx:76
msgid "Leave Voice Call ({participantCount} participants)"
msgstr "Napusti Glasovni Poziv ({participantCount} sudionika)"
@@ -10785,7 +10866,7 @@ msgstr "Lijevo poravnato"
msgid "Left community"
msgstr "Napustio zajednicu"
-#: src/components/bottomsheets/DMBottomSheet.tsx:350
+#: src/components/bottomsheets/DMBottomSheet.tsx:352
#: src/hooks/useLeaveGroup.tsx:56
msgid "Left group"
msgstr "Napustio grupu"
@@ -10798,7 +10879,7 @@ msgstr "Lijeva ikona"
msgid "Left Tooltip"
msgstr "Lijevi alatni savjet"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:90
+#: src/components/modals/components/plutonium/VisionarySection.tsx:99
msgid "Let people add you without needing a 4-digit tag"
msgstr "Dopusti ljudima da te dodaju bez potrebe za 4-znamenkastom oznakom"
@@ -10810,17 +10891,13 @@ msgstr "Dopusti zajednici da se sama moderira"
msgid "Letters (a-z, A-Z), numbers (0-9), and underscores (_) only"
msgstr "Samo slova (a-z, A-Z), brojevi (0-9) i donje crte (_)"
-#: src/components/pages/ReportPage.tsx:729
-msgid "Letters and numbers only. You can paste the code—formatting is automatic."
-msgstr "Samo slova i brojevi. Možeš zalijepiti kod—formatiranje je automatsko."
-
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:120
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:139
#: src/components/modals/tabs/DeveloperOptionsTab/AccountPremiumTab.tsx:49
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:371
msgid "Lifetime"
msgstr "Doživotno"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:73
+#: src/components/modals/components/plutonium/VisionarySection.tsx:82
#: src/utils/giftUtils.ts:58
msgid "Lifetime Plutonium"
msgstr "Doživotni Plutonium"
@@ -10838,7 +10915,7 @@ msgid "Liked!"
msgstr "Sviđa mi se!"
#. placeholder {0}: formatter.format(visionarySlots.total)
-#: src/components/modals/components/plutonium/VisionarySection.tsx:61
+#: src/components/modals/components/plutonium/VisionarySection.tsx:70
msgid "Limited to {0} users. One-time purchase, lifetime access."
msgstr "Ograničeno na {0} korisnika. Jednokratna kupnja, doživotni pristup."
@@ -10856,7 +10933,7 @@ msgstr "Poveznica"
msgid "Link channel"
msgstr "Poveži kanal"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:530
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:544
#: src/components/uikit/ContextMenu/MediaContextMenu.tsx:145
#: src/components/uikit/ContextMenu/MediaContextMenu.tsx:228
msgid "Link copied to clipboard"
@@ -10902,7 +10979,7 @@ msgstr "Liste"
msgid "Lists members with this role in their own section in the member list."
msgstr "Prikazuje članove s ovom ulogom u vlastitom odjeljku popisa članova."
-#: src/components/pages/ReportPage.tsx:327
+#: src/components/pages/report/optionDescriptors.ts:99
msgid "Lithuania"
msgstr "Litvanija"
@@ -10934,7 +11011,7 @@ msgstr "Učitavanje zabrana..."
msgid "Loading communities..."
msgstr "Učitavanje zajednica..."
-#: src/components/channel/embeds/media/EmbedImage.tsx:363
+#: src/components/channel/embeds/media/EmbedImage.tsx:368
msgid "Loading image"
msgstr "Učitavanje slike"
@@ -10947,7 +11024,7 @@ msgid "Loading more..."
msgstr "Učitavanje više..."
#: src/components/channel/embeds/media/EmbedGifv.tsx:493
-#: src/components/channel/embeds/media/EmbedGifv.tsx:721
+#: src/components/channel/embeds/media/EmbedGifv.tsx:745
msgid "Loading placeholder"
msgstr "Učitavanje rezerviranog mjesta"
@@ -10971,7 +11048,7 @@ msgstr "Učitavanje teme..."
msgid "Loading verification methods..."
msgstr "Učitavanje metoda provjere..."
-#: src/components/channel/embeds/media/EmbedImage.tsx:363
+#: src/components/channel/embeds/media/EmbedImage.tsx:368
msgid "Loading: {alt}"
msgstr "Učitavanje: {alt}"
@@ -11021,7 +11098,7 @@ msgid "Log in with a passkey"
msgstr "Prijavi se s pristupnim ključem"
#: src/components/modals/components/DesktopSettingsView.tsx:346
-#: src/components/modals/components/MobileSettingsView.tsx:362
+#: src/components/modals/components/MobileSettingsView.tsx:357
#: src/components/pages/PendingVerificationPage.tsx:151
msgid "Log Out"
msgstr "Odjava"
@@ -11101,7 +11178,7 @@ msgstr "Nisko"
msgid "Low (480p)"
msgstr "Nisko (480p)"
-#: src/components/pages/ReportPage.tsx:328
+#: src/components/pages/report/optionDescriptors.ts:100
msgid "Luxembourg"
msgstr "Luksemburg"
@@ -11114,16 +11191,16 @@ msgstr "Postavi vlasnika grupe"
msgid "Make links to websites stand out more by always underlining them."
msgstr "Učini poveznice na web stranice istaknutijima tako da ih uvijek podcrtavaš."
-#: src/components/pages/ReportPage.tsx:271
+#: src/components/pages/report/optionDescriptors.ts:52
#: src/constants/IARConstants.tsx:77
msgid "Malicious Links"
msgstr "Zlonamjerne poveznice"
-#: src/components/pages/ReportPage.tsx:329
+#: src/components/pages/report/optionDescriptors.ts:101
msgid "Malta"
msgstr "Malta"
-#: src/components/pages/ReportPage.tsx:302
+#: src/components/pages/report/optionDescriptors.ts:77
#: src/constants/IARConstants.tsx:190
msgid "Malware Distribution"
msgstr "Distribucija zlonamjernog softvera"
@@ -11214,7 +11291,7 @@ msgid "Manage slash commands for this application"
msgstr "Upravljaj slash naredbama za ovu aplikaciju"
#: src/components/layout/app-layout/nagbars/PremiumGracePeriodNagbar.tsx:83
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:288
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:324
msgid "Manage Subscription"
msgstr "Upravljaj pretplatom"
@@ -11227,7 +11304,7 @@ msgstr "Upravljaj adresom e-pošte koju koristiš za prijavu na Fluxer"
msgid "Manage Webhooks"
msgstr "Upravljaj webhookovima"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:100
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:104
msgid "Manage your applications and bots."
msgstr "Upravljaj svojim aplikacijama i botovima."
@@ -11243,7 +11320,7 @@ msgstr "Upravljaj svojim darovima"
msgid "Manage your phone number for SMS two-factor authentication"
msgstr "Upravljaj svojim brojem telefona za SMS dvofaktorsku autentifikaciju"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:280
+#: src/components/modals/tabs/GiftInventoryTab.tsx:303
msgid "Manage your purchased Plutonium gift codes. Share the gift URL with someone special or redeem it for yourself!"
msgstr "Upravljaj svojim kupljenim Plutonium kodovima za poklone. Podijeli URL poklona s nekom posebnom osobom ili ga iskoristi za sebe!"
@@ -11256,8 +11333,8 @@ msgid "Mark as 18+ (NSFW)"
msgstr "Označi kao 18+ (NSFW)"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:358
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1115
-#: src/components/bottomsheets/DMBottomSheet.tsx:388
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1139
+#: src/components/bottomsheets/DMBottomSheet.tsx:390
#: src/components/channel/NewMessagesBar.tsx:60
#: src/components/uikit/ContextMenu/items/CategoryMenuItems.tsx:81
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:79
@@ -11319,7 +11396,7 @@ msgstr "Markdown"
msgid "Markdown Preview"
msgstr "Pregled Markdowna"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:516
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:530
msgid "Marked as read"
msgstr "Označeno kao pročitano"
@@ -11347,7 +11424,7 @@ msgstr "Oznake ispod klizača"
msgid "Marty_McFly"
msgstr "Marty_McFly"
-#: src/components/modals/ClaimAccountModal.tsx:160
+#: src/components/modals/ClaimAccountModal.tsx:162
#: src/components/modals/EmailChangeModal.tsx:254
msgid "marty@example.com"
msgstr "marty@example.com"
@@ -11356,7 +11433,7 @@ msgstr "marty@example.com"
msgid "Mask Visionary as subscription"
msgstr "Maskiraj Visionary kao pretplatu"
-#: src/components/modals/InviteModal.tsx:291
+#: src/components/modals/InviteModal.tsx:288
msgid "Max number of uses"
msgstr "Maksimalni broj korištenja"
@@ -11393,7 +11470,8 @@ msgstr "Maksimalna kvaliteta za kameru je 1080p"
msgid "Maximum quality, requires very fast connection"
msgstr "Maksimalna kvaliteta, zahtijeva vrlo brzu vezu"
-#: src/components/modals/GiftAcceptModal.tsx:151
+#: src/components/modals/GiftAcceptModal.tsx:161
+#: src/components/modals/GiftAcceptModal.tsx:194
msgid "Maybe later"
msgstr "Možda kasnije"
@@ -11411,7 +11489,7 @@ msgstr "Mjerenje..."
#: src/components/channel/AutocompleteEmoji.tsx:154
#: src/components/channel/textarea/TextareaButtons.tsx:122
-#: src/components/modals/ExpressionPickerSheet.tsx:77
+#: src/components/modals/ExpressionPickerSheet.tsx:64
#: src/components/modals/tabs/ChatSettingsTab.tsx:43
#: src/components/modals/tabs/ChatSettingsTab/Inline.tsx:37
#: src/components/modals/utils/settingsConstants.tsx:298
@@ -11504,8 +11582,8 @@ msgstr "Provjera člana"
msgid "Member verification level"
msgstr "Razina provjere člana"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:877
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:913
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:909
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:945
#: src/components/modals/guildTabs/GuildMembersTab.tsx:429
#: src/components/modals/shared/AddOverridePopout.tsx:176
#: src/components/modals/utils/guildSettingsConstants.tsx:157
@@ -11536,7 +11614,7 @@ msgstr "Članovi očišćeni"
msgid "Members receive notifications for every message"
msgstr "Članovi primaju obavijesti za svaku poruku"
-#: src/components/modals/InviteModal.tsx:302
+#: src/components/modals/InviteModal.tsx:299
msgid "Members will be removed when they go offline unless a role is assigned"
msgstr "Članovi će biti uklonjeni kada odu izvan mreže osim ako im je dodijeljena uloga"
@@ -11608,11 +11686,11 @@ msgid "mentions:"
msgstr "spominjanja:"
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:234
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:218
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:220
#: src/components/modals/tabs/ComponentGalleryTab/InputsTab.tsx:164
-#: src/components/modals/UserProfileMobileSheet.tsx:497
-#: src/components/modals/UserProfileModal.tsx:1189
-#: src/components/modals/UserProfileModal.tsx:1311
+#: src/components/modals/UserProfileMobileSheet.tsx:501
+#: src/components/modals/UserProfileModal.tsx:1190
+#: src/components/modals/UserProfileModal.tsx:1316
#: src/components/popouts/UserProfilePopout.tsx:289
#: src/components/popouts/UserProfilePopout.tsx:308
#: src/components/profile/ProfilePreview.tsx:292
@@ -11689,7 +11767,7 @@ msgstr "Grupiranje poruka"
msgid "Message is too long"
msgstr "Poruka je preduga"
-#: src/components/pages/ReportPage.tsx:837
+#: src/components/pages/report/ReportStepDetails.tsx:107
msgid "Message Link"
msgstr "Poveznica poruke"
@@ -11744,7 +11822,7 @@ msgstr "Poruke i mediji"
msgid "Messages Deleted"
msgstr "Poruke izbrisane"
-#: src/components/channel/Messages.tsx:938
+#: src/components/channel/Messages.tsx:936
msgid "Messages failed to load"
msgstr "Učitavanje poruka nije uspjelo"
@@ -11888,22 +11966,21 @@ msgstr "Moderacija"
msgid "Monospace font family"
msgstr "Monospace obitelj fontova"
-#: src/components/auth/DateOfBirthField.tsx:87
-#: src/components/auth/DateOfBirthField.tsx:154
+#: src/components/auth/DateOfBirthField.tsx:151
#: src/components/auth/MockMinimalRegisterForm.tsx:68
msgid "Month"
msgstr "Mjesec"
-#: src/components/modals/components/plutonium/PricingSection.tsx:71
+#: src/components/modals/components/plutonium/PricingSection.tsx:78
msgid "Monthly"
msgstr "Mjesečno"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:63
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:73
msgid "Monthly {monthlyPrice}"
msgstr "Mjesečno {monthlyPrice}"
#: src/components/accounts/AccountRow.tsx:178
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:863
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:895
#: src/components/channel/friends/FriendListItem.tsx:229
#: src/components/channel/MessageActionBar.tsx:647
#: src/components/channel/MessageActionBar.tsx:776
@@ -11936,7 +12013,7 @@ msgstr "Više mjesta za naljepnice"
msgid "Most popular"
msgstr "Najpopularnije"
-#: src/components/channel/ChannelSearchResults.tsx:225
+#: src/components/channel/ChannelSearchResults.tsx:182
#: src/components/search/SortModeSheet.tsx:53
msgid "Most Relevant"
msgstr "Najrelevantnije"
@@ -12015,7 +12092,7 @@ msgstr "Višejezični sadržaj"
msgid "Music Lovers"
msgstr "Ljubitelji glazbe"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:850
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:882
#: src/components/bottomsheets/VoiceLobbyBottomSheet.tsx:179
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:253
#: src/components/layout/UserArea.tsx:213
@@ -12055,7 +12132,7 @@ msgstr "Utišaj kanal"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:400
#: src/components/bottomsheets/ChannelBottomSheet.tsx:452
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1010
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1034
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:171
#: src/components/modals/GuildNotificationSettingsModal.tsx:295
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:168
@@ -12069,9 +12146,9 @@ msgstr "Utišaj kanal"
msgid "Mute Community"
msgstr "Utišaj zajednicu"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1012
-#: src/components/bottomsheets/DMBottomSheet.tsx:449
-#: src/components/bottomsheets/DMBottomSheet.tsx:590
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1036
+#: src/components/bottomsheets/DMBottomSheet.tsx:451
+#: src/components/bottomsheets/DMBottomSheet.tsx:593
msgid "Mute Conversation"
msgstr "Utišaj razgovor"
@@ -12096,7 +12173,7 @@ msgstr "Utišaj članove"
msgid "Mute User"
msgstr "Utišaj korisnika"
-#: src/components/layout/guild-list/GuildListItem.tsx:193
+#: src/components/layout/guild-list/GuildListItem.tsx:194
#: src/components/layout/VoiceStateIcons.tsx:53
#: src/components/voice/VoiceParticipantTile.tsx:897
#: src/utils/ContextMenuUtils.tsx:159
@@ -12105,7 +12182,7 @@ msgstr "Utišano"
#. placeholder {0}: DateUtils.getFormattedDateTime(new Date(muteConfig.end_time))
#. placeholder {0}: getFormattedDateTime(new Date(muteConfig.end_time))
-#: src/components/layout/guild-list/GuildListItem.tsx:191
+#: src/components/layout/guild-list/GuildListItem.tsx:192
#: src/utils/ContextMenuUtils.tsx:157
msgid "Muted until {0}"
msgstr "Utišano do {0}"
@@ -12253,7 +12330,7 @@ msgstr "Trebaš račun?"
msgid "Neighborhood Watch"
msgstr "Susjedska straža"
-#: src/components/pages/ReportPage.tsx:330
+#: src/components/pages/report/optionDescriptors.ts:102
msgid "Netherlands"
msgstr "Nizozemska"
@@ -12261,9 +12338,9 @@ msgstr "Nizozemska"
msgid "Network"
msgstr "Mreža"
-#: src/components/modals/components/PlutoniumContent.tsx:145
-#: src/components/modals/components/PlutoniumContent.tsx:271
-#: src/components/modals/tabs/BetaCodesTab.tsx:295
+#: src/components/modals/components/PlutoniumContent.tsx:156
+#: src/components/modals/components/PlutoniumContent.tsx:288
+#: src/components/modals/tabs/BetaCodesTab.tsx:320
#: src/components/modals/tabs/DevicesTab.tsx:229
msgid "Network error"
msgstr "Pogreška mreže"
@@ -12290,7 +12367,7 @@ msgstr "nikada ne istječe"
#: src/components/channel/Divider.tsx:51
#: src/components/channel/Divider.tsx:60
#: src/components/channel/UnreadDividerSlot.tsx:45
-#: src/components/layout/GuildsLayout.tsx:285
+#: src/components/layout/GuildsLayout.tsx:283
msgid "New"
msgstr "Novo"
@@ -12311,7 +12388,7 @@ msgstr "Novi e-mail"
msgid "New email form"
msgstr "Obrazac za novi e-mail"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:902
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:934
msgid "New Group"
msgstr "Nova grupa"
@@ -12334,7 +12411,7 @@ msgid "new-channel"
msgstr "novi-kanal"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:446
-#: src/components/channel/ChannelSearchResults.tsx:223
+#: src/components/channel/ChannelSearchResults.tsx:180
msgid "Newest"
msgstr "Najnovije"
@@ -12394,7 +12471,7 @@ msgstr "Nadimak ne smije prelaziti 32 znaka"
msgid "Nickname updated"
msgstr "Nadimak ažuriran"
-#: src/components/layout/GuildLayout.tsx:392
+#: src/components/layout/GuildLayout.tsx:397
msgid "No accessible channels"
msgstr "Nema dostupnih kanala"
@@ -12431,7 +12508,7 @@ msgstr "Nema zabranjenih korisnika"
msgid "No bans found matching your search."
msgstr "Nema zabrana koje odgovaraju vašoj pretrazi."
-#: src/components/modals/tabs/BetaCodesTab.tsx:365
+#: src/components/modals/tabs/BetaCodesTab.tsx:390
msgid "No beta codes yet"
msgstr "Još nema beta kodova"
@@ -12471,7 +12548,7 @@ msgstr "Nema dostupnih kanala"
msgid "No channels found"
msgstr "Nije pronađen nijedan kanal"
-#: src/components/modals/tabs/BetaCodesTab.tsx:275
+#: src/components/modals/tabs/BetaCodesTab.tsx:279
msgid "No codes remaining. Resets {resetString}"
msgstr "Nema preostalih kodova. Resetira se {resetString}"
@@ -12484,7 +12561,7 @@ msgid "No community banner"
msgstr "Nema zastave zajednice"
#: src/components/auth/InviteHeader.tsx:156
-#: src/components/channel/InviteEmbed.tsx:215
+#: src/components/channel/InviteEmbed.tsx:217
#: src/components/modals/InviteAcceptModal.tsx:148
#: src/components/modals/tabs/ExpressionPacksTab.tsx:73
msgid "No description provided."
@@ -12516,7 +12593,7 @@ msgstr "Još nema prijatelja"
msgid "No GIFs found"
msgstr "Nisu pronađeni GIF-ovi"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:311
+#: src/components/modals/tabs/GiftInventoryTab.tsx:334
msgid "No gifts yet"
msgstr "Još nema poklona"
@@ -12656,7 +12733,7 @@ msgid "No results"
msgstr "Nema rezultata"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:315
-#: src/components/channel/ChannelSearchResults.tsx:709
+#: src/components/channel/ChannelSearchResults.tsx:678
msgid "No Results"
msgstr "Nema rezultata"
@@ -12717,7 +12794,7 @@ msgstr "Nema sustavnog kanala"
msgid "No Timer"
msgstr "Nema tajmera"
-#: src/components/channel/dm/AddFriendForm.tsx:70
+#: src/components/channel/dm/AddFriendForm.tsx:93
msgid "No user found with that FluxerTag."
msgstr "Nema korisnika s tim FluxerTagom."
@@ -12797,7 +12874,7 @@ msgstr "Ne sada"
msgid "Not your cup of tea? You can disable this feature anytime."
msgstr "Nije po vašem ukusu? Ovu značajku možete isključiti bilo kada."
-#: src/components/modals/UserProfileMobileSheet.tsx:549
+#: src/components/modals/UserProfileMobileSheet.tsx:553
#: src/components/modals/UserProfileModal.tsx:244
#: src/components/modals/UserProfileModal.tsx:248
#: src/components/pages/YouPage.tsx:144
@@ -12813,7 +12890,7 @@ msgstr "Bilješka (vidljiva samo vama)"
msgid "nothing"
msgstr "ništa"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1387
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1411
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:218
#: src/components/modals/GuildNotificationSettingsModal.tsx:95
#: src/components/modals/GuildNotificationSettingsModal.tsx:226
@@ -12835,8 +12912,8 @@ msgid "Notification Overrides"
msgstr "Nadjačavanje obavijesti"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:405
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1160
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1341
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1184
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1365
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:199
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsButton.tsx:59
#: src/components/modals/GuildNotificationSettingsModal.tsx:162
@@ -12904,17 +12981,17 @@ msgstr "NSFW sadržaj nije dopušten"
msgid "NSFW Gates"
msgstr "NSFW vrata"
-#: src/components/pages/ReportPage.tsx:266
+#: src/components/pages/report/optionDescriptors.ts:47
#: src/constants/IARConstants.tsx:52
msgid "NSFW Policy Violation"
msgstr "Kršenje NSFW politike"
#. placeholder {0}: formatter.format(visionarySlots.total)
-#: src/components/modals/components/plutonium/VisionarySection.tsx:82
+#: src/components/modals/components/plutonium/VisionarySection.tsx:91
msgid "Numbered badge (1-{0}) showing your Visionary status"
msgstr "Označena oznaka (1-{0}) koja prikazuje tvoj Visionary status"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:83
+#: src/components/modals/components/plutonium/VisionarySection.tsx:92
msgid "Numbered badge showing your Visionary status"
msgstr "Numerirana oznaka koja pokazuje vaš Visionary status"
@@ -12933,8 +13010,8 @@ msgstr "Objekti"
msgid "Off"
msgstr "Isključeno"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:281
-#: src/components/channel/ChannelMembers.tsx:137
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:287
+#: src/components/channel/ChannelMembers.tsx:108
#: src/Constants.tsx:134
#: src/utils/MemberListUtils.ts:150
#: src/utils/MemberListUtils.ts:188
@@ -12962,7 +13039,7 @@ msgid "Okay"
msgstr "U redu"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:446
-#: src/components/channel/ChannelSearchResults.tsx:224
+#: src/components/channel/ChannelSearchResults.tsx:181
msgid "Oldest"
msgstr "Najstarije"
@@ -13020,25 +13097,25 @@ msgstr "Jedan ili više kanala se indeksira"
msgid "one second ago"
msgstr "prije jedne sekunde"
-#: src/components/modals/components/plutonium/GiftSection.tsx:71
-#: src/components/modals/components/plutonium/GiftSection.tsx:80
-#: src/components/modals/components/plutonium/PricingSection.tsx:103
-#: src/components/modals/components/plutonium/PricingSection.tsx:112
+#: src/components/modals/components/plutonium/GiftSection.tsx:78
+#: src/components/modals/components/plutonium/GiftSection.tsx:90
+#: src/components/modals/components/plutonium/PricingSection.tsx:118
+#: src/components/modals/components/plutonium/PricingSection.tsx:130
msgid "one-time purchase"
msgstr "jednokratna kupnja"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:65
+#: src/components/modals/components/plutonium/VisionarySection.tsx:74
msgid "One-time purchase, lifetime access."
msgstr "Jednokratna kupnja, doživotni pristup."
-#: src/components/modals/components/plutonium/GiftSection.tsx:89
-#: src/components/modals/components/plutonium/PricingSection.tsx:90
-#: src/components/modals/components/plutonium/PricingSection.tsx:121
+#: src/components/modals/components/plutonium/GiftSection.tsx:102
+#: src/components/modals/components/plutonium/PricingSection.tsx:103
+#: src/components/modals/components/plutonium/PricingSection.tsx:142
msgid "one-time, lifetime"
msgstr "jednokratno, doživotno"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:281
-#: src/components/channel/ChannelMembers.tsx:135
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:285
+#: src/components/channel/ChannelMembers.tsx:106
#: src/components/channel/dm/DMFriendsView.tsx:168
#: src/components/channel/friends/views/FriendsList.tsx:95
#: src/Constants.tsx:130
@@ -13051,7 +13128,7 @@ msgstr "Na mreži"
msgid "Online Status"
msgstr "Status na mreži"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1382
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1406
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:212
#: src/components/modals/GuildNotificationSettingsModal.tsx:91
#: src/components/modals/GuildNotificationSettingsModal.tsx:281
@@ -13120,11 +13197,11 @@ msgstr "Otvori modal za preuzimanje računa"
msgid "Open color picker"
msgstr "Otvori birač boja"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1398
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1422
msgid "Open Community Notification Settings"
msgstr "Otvori postavke obavijesti zajednice"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:286
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:322
msgid "Open Customer Portal"
msgstr "Otvori korisnički portal"
@@ -13293,7 +13370,7 @@ msgstr "Opcija tri"
msgid "Option Two"
msgstr "Opcija dva"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:89
+#: src/components/modals/components/plutonium/VisionarySection.tsx:98
msgid "Optional #0000 tag"
msgstr "Opcionalna oznaka #0000"
@@ -13309,7 +13386,7 @@ msgstr "ILI"
msgid "Or copy the link:"
msgstr "Ili kopiraj poveznicu:"
-#: src/components/modals/InviteModal.tsx:312
+#: src/components/modals/InviteModal.tsx:309
msgid "or send an invite link to a friend:"
msgstr "ili pošalji pozivnicu prijatelju:"
@@ -13325,9 +13402,9 @@ msgstr "Učitavanje izvorne poruke nije uspjelo"
msgid "Original message was deleted"
msgstr "Izvorna poruka je izbrisana"
-#: src/components/pages/ReportPage.tsx:273
-#: src/components/pages/ReportPage.tsx:287
-#: src/components/pages/ReportPage.tsx:303
+#: src/components/pages/report/optionDescriptors.ts:54
+#: src/components/pages/report/optionDescriptors.ts:65
+#: src/components/pages/report/optionDescriptors.ts:78
#: src/constants/IARConstants.tsx:87
#: src/constants/IARConstants.tsx:139
#: src/constants/IARConstants.tsx:195
@@ -13463,8 +13540,8 @@ msgstr "Pristupni ključevi zahtijevaju potpisani macOS paket s valjanim identif
#: src/components/auth/AuthLoginCore/AuthLoginEmailPasswordForm.tsx:90
#: src/components/auth/AuthRegisterFormCore.tsx:136
#: src/components/auth/AuthRegisterFormCore.tsx:217
-#: src/components/modals/ClaimAccountModal.tsx:168
-#: src/components/modals/ClaimAccountModal.tsx:208
+#: src/components/modals/ClaimAccountModal.tsx:170
+#: src/components/modals/ClaimAccountModal.tsx:210
#: src/components/modals/SudoVerificationModal.tsx:171
#: src/components/modals/SudoVerificationModal.tsx:236
#: src/components/modals/tabs/AccountSecurityTab/AccountTab.tsx:105
@@ -13546,11 +13623,11 @@ msgstr "Ljudi koji su prijatelji s vašim prijateljima mogu vas dodati u grupne
msgid "People who are friends with your friends can call you"
msgstr "Ljudi koji su prijatelji s vašim prijateljima mogu vas nazvati"
-#: src/components/modals/components/plutonium/PricingSection.tsx:73
+#: src/components/modals/components/plutonium/PricingSection.tsx:80
msgid "per month"
msgstr "mjesečno"
-#: src/components/modals/components/plutonium/PricingSection.tsx:80
+#: src/components/modals/components/plutonium/PricingSection.tsx:90
msgid "per year"
msgstr "godišnje"
@@ -13588,8 +13665,8 @@ msgstr "Dozvole odobrene"
msgid "Personal notes"
msgstr "Osobne bilješke"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:479
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:778
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:493
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:810
#: src/components/channel/channel-header/useChannelHeaderData.ts:84
#: src/components/channel/dm/DMList.tsx:708
#: src/components/channel/dm/DMList.tsx:795
@@ -13662,16 +13739,16 @@ msgid "Pick which phone step to show"
msgstr "Odaberi koji korak s telefonom prikazati"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:336
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1132
-#: src/components/bottomsheets/DMBottomSheet.tsx:483
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1156
+#: src/components/bottomsheets/DMBottomSheet.tsx:485
#: src/components/channel/dm/DMList.tsx:287
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:153
msgid "Pin DM"
msgstr "Prikači DM"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:295
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1132
-#: src/components/bottomsheets/DMBottomSheet.tsx:483
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1156
+#: src/components/bottomsheets/DMBottomSheet.tsx:485
#: src/components/channel/dm/DMList.tsx:248
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:133
msgid "Pin Group DM"
@@ -13714,20 +13791,20 @@ msgid "Ping: {latency}ms"
msgstr "Ping: {latency}ms"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:219
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:566
-#: src/components/bottomsheets/DMBottomSheet.tsx:147
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:580
+#: src/components/bottomsheets/DMBottomSheet.tsx:149
#: src/components/channel/dm/DMList.tsx:214
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:115
msgid "Pinned DM"
msgstr "Prikačeni DM"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:219
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:566
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:580
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:95
msgid "Pinned group"
msgstr "Prikačena grupa"
-#: src/components/bottomsheets/DMBottomSheet.tsx:147
+#: src/components/bottomsheets/DMBottomSheet.tsx:149
msgid "Pinned group DM"
msgstr "Zakačen grupni DM"
@@ -13742,7 +13819,7 @@ msgstr "Prikačene poruke"
msgid "pinned:"
msgstr "prikačeno:"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:886
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:918
msgid "Pins"
msgstr "Prikačeno"
@@ -13789,15 +13866,15 @@ msgstr "Provjeri svoj pretinac za verifikacijsku e-poštu."
msgid "Please enable Fluxer in System Settings → Privacy & Security → Input Monitoring."
msgstr "Omogući Fluxer u Postavkama sustava → Privatnost i sigurnost → Nadzor unosa."
-#: src/components/pages/ReportPage.tsx:396
+#: src/components/pages/ReportPage.tsx:211
msgid "Please enter a valid email address."
msgstr "Molim te, unesi važeću adresu e-pošte."
-#: src/components/channel/dm/AddFriendForm.tsx:74
+#: src/components/channel/dm/AddFriendForm.tsx:97
msgid "Please enter a valid FluxerTag (Username#0000)."
msgstr "Unesi valjani FluxerTag (KorisničkoIme#0000)."
-#: src/components/pages/ReportPage.tsx:509
+#: src/components/pages/ReportPage.tsx:336
msgid "Please enter a valid message link URL."
msgstr "Molim te, unesi važeći URL poveznice na poruku."
@@ -13809,26 +13886,22 @@ msgstr "Molim te, unesi API krajnju točku."
msgid "Please fill out the following fields: {fieldList}"
msgstr "Molimo ispunite sljedeća polja: {fieldList}"
-#: src/components/pages/ReportPage.tsx:436
+#: src/components/pages/ReportPage.tsx:261
msgid "Please go back and enter a valid email address."
msgstr "Molim te, vrati se i unesi važeću adresu e-pošte."
-#: src/components/pages/ReportPage.tsx:542
+#: src/components/pages/ReportPage.tsx:369
msgid "Please include the community (guild) ID you are reporting."
msgstr "Uključi ID zajednice (guild) koju prijavljuješ."
-#: src/components/pages/ReportPage.tsx:504
+#: src/components/pages/ReportPage.tsx:331
msgid "Please paste the message link you are reporting."
msgstr "Zalijepi poveznicu poruke koju prijavljuješ."
-#: src/components/pages/ReportPage.tsx:391
+#: src/components/pages/ReportPage.tsx:206
msgid "Please provide an email address."
msgstr "Navedi adresu e-pošte."
-#: src/components/pages/ReportPage.tsx:801
-msgid "Please provide the details of your report."
-msgstr "Navedi detalje svog izvješća."
-
#: src/components/modals/tabs/ApplicationsTab/ApplicationDetail.tsx:555
msgid "Please retry or go back to the applications list."
msgstr "Pokušaj ponovno ili se vrati na popis aplikacija."
@@ -13837,7 +13910,7 @@ msgstr "Pokušaj ponovno ili se vrati na popis aplikacija."
msgid "Please select a violation category"
msgstr "Odaberi kategoriju kršenja"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:297
+#: src/components/modals/tabs/GiftInventoryTab.tsx:320
msgid "Please try again later."
msgstr "Pokušaj ponovno kasnije."
@@ -13878,7 +13951,7 @@ msgstr "Privatnost Plutonium značke"
msgid "Plutonium perks"
msgstr "Plutonium pogodnosti"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:110
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:129
msgid "Plutonium Subscription"
msgstr "Plutonium pretplata"
@@ -13886,7 +13959,7 @@ msgstr "Plutonium pretplata"
msgid "PNG"
msgstr "PNG"
-#: src/components/pages/ReportPage.tsx:331
+#: src/components/pages/report/optionDescriptors.ts:103
msgid "Poland"
msgstr "Poljska"
@@ -13903,7 +13976,7 @@ msgstr "anketa"
msgid "Popouts"
msgstr "Iskočni prozori"
-#: src/components/pages/ReportPage.tsx:332
+#: src/components/pages/report/optionDescriptors.ts:104
msgid "Portugal"
msgstr "Portugal"
@@ -13943,11 +14016,11 @@ msgstr "Zamjena vrste Premiuma"
msgid "Press keys..."
msgstr "Pritisni tipke..."
-#: src/components/channel/MessageReactions.tsx:121
+#: src/components/channel/MessageReactions.tsx:120
msgid "press to add reaction"
msgstr "pritisni za dodavanje reakcije"
-#: src/components/channel/MessageReactions.tsx:121
+#: src/components/channel/MessageReactions.tsx:120
msgid "press to remove reaction"
msgstr "pritisni za uklanjanje reakcije"
@@ -14143,15 +14216,15 @@ msgstr "Zaštitite svoj račun dvofaktorskom autentifikacijom i pristupnim klju
msgid "Provide any additional context that may help our Safety Team..."
msgstr "Navedite bilo kakav dodatni kontekst koji bi mogao pomoći našem Timu za sigurnost..."
-#: src/components/pages/ReportPage.tsx:882
+#: src/components/pages/report/ReportStepDetails.tsx:156
msgid "Provide at least a user ID or a user tag."
msgstr "Pruži barem ID korisnika ili oznaku korisnika."
-#: src/components/pages/ReportPage.tsx:527
+#: src/components/pages/ReportPage.tsx:354
msgid "Provide either a user ID or a FluxerTag for the person you are reporting."
msgstr "Navedite ID korisnika ili FluxerTag osobe koju prijavljujete."
-#: src/components/pages/ReportPage.tsx:478
+#: src/components/pages/ReportPage.tsx:305
msgid "Provide your full legal name for the declaration."
msgstr "Navedite svoje puno pravno ime za deklaraciju."
@@ -14163,7 +14236,7 @@ msgstr "Izbrisani članovi neaktivni {dayCount, plural, one {<0># dan0>} other
msgid "Public bot"
msgstr "Javni bot"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:312
+#: src/components/modals/tabs/GiftInventoryTab.tsx:335
msgid "Purchase a Plutonium gift from the Plutonium tab to share with friends!"
msgstr "Kupite Plutonium dar s kartice Plutonium da podijelite s prijateljima!"
@@ -14171,12 +14244,12 @@ msgstr "Kupite Plutonium dar s kartice Plutonium da podijelite s prijateljima!"
msgid "Purchase History"
msgstr "Povijest kupnje"
-#: src/components/modals/components/plutonium/PricingSection.tsx:61
+#: src/components/modals/components/plutonium/PricingSection.tsx:67
msgid "Purchase mode"
msgstr "Način kupnje"
#. placeholder {0}: getFormattedShortDate(new Date(gift.created_at))
-#: src/components/modals/tabs/GiftInventoryTab.tsx:119
+#: src/components/modals/tabs/GiftInventoryTab.tsx:120
msgid "Purchased {0}"
msgstr "Kupljeno {0}"
@@ -14275,7 +14348,7 @@ msgstr "Radio tipke omogućuju odabir jedne opcije iz grupe."
msgid "Radio Group"
msgstr "Radio grupa"
-#: src/components/pages/ReportPage.tsx:300
+#: src/components/pages/report/optionDescriptors.ts:75
#: src/constants/IARConstants.tsx:180
msgid "Raid Coordination"
msgstr "Koordinacija raida"
@@ -14310,7 +14383,7 @@ msgid "Reactions"
msgstr "Reakcije"
#: src/components/layout/app-layout/nagbars/PremiumExpiredNagbar.tsx:77
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:284
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:320
msgid "Reactivate"
msgstr "Ponovno aktiviraj"
@@ -14323,15 +14396,15 @@ msgstr "Čitaj povijest poruka"
msgid "Read the community's audit log of changes and moderation actions."
msgstr "Pročitajte revizijski zapis promjena i moderacijskih radnji zajednice."
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:146
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:160
msgid "Read the Documentation (fluxer.dev)"
msgstr "Pročitajte dokumentaciju (fluxer.dev)"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:52
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:60
msgid "Ready to Buy a Gift?"
msgstr "Spremni za kupnju dara?"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:52
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:60
msgid "Ready to Upgrade?"
msgstr "Spremni za nadogradnju?"
@@ -14388,11 +14461,11 @@ msgstr "Ponovno povezivanje…"
msgid "Record shortcut"
msgstr "Snimi prečac"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:269
+#: src/components/modals/tabs/GiftInventoryTab.tsx:292
msgid "Redeem"
msgstr "Iskoristi"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:232
+#: src/components/modals/tabs/GiftInventoryTab.tsx:255
msgid "Redeem a Gift"
msgstr "Iskoristi dar"
@@ -14400,40 +14473,40 @@ msgstr "Iskoristi dar"
msgid "Redeem Beta Code"
msgstr "Iskoristi beta kod"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:165
+#: src/components/modals/tabs/GiftInventoryTab.tsx:166
msgid "Redeem for Yourself"
msgstr "Iskoristi za sebe"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:255
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:281
msgid "Redeem Gift Code"
msgstr "Iskoristi kod za dar"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:238
+#: src/components/modals/tabs/GiftInventoryTab.tsx:261
msgid "Redeem gift code form"
msgstr "Obrazac za iskorištavanje koda za dar"
#. placeholder {0}: redeemedBetaCodes.length
-#: src/components/modals/tabs/BetaCodesTab.tsx:349
+#: src/components/modals/tabs/BetaCodesTab.tsx:374
msgid "Redeemed ({0})"
msgstr "Iskorišteno ({0})"
#. placeholder {0}: getFormattedShortDate(new Date(gift.redeemed_at!))
-#: src/components/modals/tabs/GiftInventoryTab.tsx:117
+#: src/components/modals/tabs/GiftInventoryTab.tsx:118
msgid "Redeemed {0}"
msgstr "Iskorišteno {0}"
#. placeholder {0}: gift.redeemed_by.username
#. placeholder {1}: gift.redeemed_by.discriminator
-#: src/components/modals/tabs/GiftInventoryTab.tsx:153
+#: src/components/modals/tabs/GiftInventoryTab.tsx:154
msgid "Redeemed by {0}#{1}"
msgstr "Iskoristio/la {0}#{1}"
-#: src/components/modals/tabs/BetaCodesTab.tsx:54
+#: src/components/modals/tabs/BetaCodesTab.tsx:56
msgid "Redeemer"
msgstr "Iskoristitelj"
-#: src/components/modals/tabs/BetaCodesTab.tsx:111
-#: src/components/modals/tabs/BetaCodesTab.tsx:188
+#: src/components/modals/tabs/BetaCodesTab.tsx:113
+#: src/components/modals/tabs/BetaCodesTab.tsx:190
msgid "Redeemer:"
msgstr "Iskoristitelj:"
@@ -14526,7 +14599,7 @@ msgstr "Obični gumb"
msgid "Regular button clicked!"
msgstr "Obični gumb kliknut!"
-#: src/components/channel/channel-view/DMChannelView.tsx:298
+#: src/components/channel/channel-view/DMChannelView.tsx:299
#: src/components/voice/IncomingCallUI.tsx:310
msgid "Reject"
msgstr "Odbij"
@@ -14624,19 +14697,19 @@ msgstr "Ukloni zvuk ulaska"
msgid "Remove filter"
msgstr "Ukloni filtar"
-#: src/components/bottomsheets/DMBottomSheet.tsx:508
-#: src/components/channel/dm/DMWelcomeSection.tsx:132
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:144
+#: src/components/bottomsheets/DMBottomSheet.tsx:510
+#: src/components/channel/dm/DMWelcomeSection.tsx:144
#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:146
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:253
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:148
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:255
#: src/components/modals/UserProfileActionsSheet.tsx:115
#: src/components/modals/UserProfileActionsSheet.tsx:117
#: src/components/modals/UserProfileActionsSheet.tsx:278
-#: src/components/modals/UserProfileMobileSheet.tsx:302
-#: src/components/modals/UserProfileMobileSheet.tsx:304
+#: src/components/modals/UserProfileMobileSheet.tsx:303
+#: src/components/modals/UserProfileMobileSheet.tsx:305
#: src/components/modals/UserProfileModal.tsx:1143
-#: src/components/modals/UserProfileModal.tsx:1228
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:108
+#: src/components/modals/UserProfileModal.tsx:1229
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:129
#: src/utils/RelationshipActionUtils.tsx:113
#: src/utils/RelationshipActionUtils.tsx:115
msgid "Remove Friend"
@@ -14654,8 +14727,8 @@ msgid "Remove from favorites"
msgstr "Ukloni iz favorita"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:370
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1103
-#: src/components/bottomsheets/DMBottomSheet.tsx:400
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1127
+#: src/components/bottomsheets/DMBottomSheet.tsx:402
#: src/components/channel/ChannelHeader.tsx:547
#: src/components/channel/ChannelHeader.tsx:595
#: src/components/channel/ChannelHeader.tsx:600
@@ -14720,7 +14793,7 @@ msgstr "Ukloni spojler"
msgid "Remove sticker"
msgstr "Ukloni naljepnicu"
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:285
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:288
#: src/components/modals/RemoveTimeoutModal.tsx:61
#: src/components/modals/RemoveTimeoutModal.tsx:75
#: src/components/modals/TimeoutMemberSheet.tsx:101
@@ -14763,11 +14836,11 @@ msgid "Removed from bookmarks"
msgstr "Uklonjeno iz oznaka"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:115
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:541
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:555
msgid "Removed from favorites"
msgstr "Uklonjeno iz favorita"
-#: src/components/bottomsheets/DMBottomSheet.tsx:126
+#: src/components/bottomsheets/DMBottomSheet.tsx:128
msgid "Removed from Favorites"
msgstr "Uklonjeno iz favorita"
@@ -14891,7 +14964,7 @@ msgstr "Zajednica je preimenovana u {0}."
msgid "Render all your messages as unknown message type"
msgstr "Prikaži sve svoje poruke kao nepoznati tip poruke"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:234
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:253
msgid "Renews on <0>{renewalDate}0>."
msgstr "Obnavlja se <0>{renewalDate}0>."
@@ -14932,15 +15005,15 @@ msgstr "Odgovori"
msgid "Replying to <0>{authorNickname}0>"
msgstr "Odgovara se <0>{authorNickname}0>"
-#: src/components/pages/ReportPage.tsx:249
+#: src/components/pages/report/optionDescriptors.ts:38
msgid "Report a Community"
msgstr "Prijavi zajednicu"
-#: src/components/pages/ReportPage.tsx:247
+#: src/components/pages/report/optionDescriptors.ts:36
msgid "Report a Message"
msgstr "Prijavi poruku"
-#: src/components/pages/ReportPage.tsx:248
+#: src/components/pages/report/optionDescriptors.ts:37
msgid "Report a User Profile"
msgstr "Prijavi korisnički profil"
@@ -14949,12 +15022,12 @@ msgstr "Prijavi korisnički profil"
msgid "Report Community"
msgstr "Prijavi zajednicu"
-#: src/components/pages/ReportPage.tsx:801
-msgid "Report Details"
+#: src/components/pages/report/ReportStepDetails.tsx:74
+msgid "Report details"
msgstr "Detalji prijave"
-#: src/components/pages/ReportPage.tsx:241
-#: src/components/pages/ReportPage.tsx:612
+#: src/components/pages/report/ReportStepSelection.tsx:41
+#: src/components/pages/ReportPage.tsx:60
msgid "Report Illegal Content"
msgstr "Prijavi nezakonit sadržaj"
@@ -14963,33 +15036,24 @@ msgstr "Prijavi nezakonit sadržaj"
msgid "Report Message"
msgstr "Prijavi poruku"
-#: src/components/pages/ReportPage.tsx:588
-msgid "Report Submitted"
+#: src/components/pages/report/ReportStepComplete.tsx:36
+msgid "Report submitted"
msgstr "Prijava poslana"
#: src/components/modals/IARModal.tsx:128
msgid "Report submitted successfully. Our Safety Team will review it shortly."
msgstr "Prijava je uspješno poslana. Naš tim za sigurnost će je uskoro pregledati."
-#: src/components/pages/ReportPage.tsx:624
-msgid "Report Type"
-msgstr "Vrsta prijave"
-
#: src/components/modals/IARModal.tsx:84
#: src/components/modals/UserProfileActionsSheet.tsx:289
#: src/components/modals/UserProfileModal.tsx:1157
msgid "Report User"
msgstr "Prijavi korisnika"
-#: src/components/pages/ReportPage.tsx:852
+#: src/components/pages/report/ReportStepDetails.tsx:123
msgid "Reported User Tag (optional)"
msgstr "Oznaka prijavljenog korisnika (neobavezno)"
-#: src/components/pages/ReportPage.tsx:644
-#: src/components/pages/ReportPage.tsx:804
-msgid "Reporting:"
-msgstr "Prijavljivanje:"
-
#: src/components/modals/tabs/PrivacySafetyTab/DataExportTab.tsx:48
#: src/components/modals/tabs/PrivacySafetyTab/DataExportTab.tsx:125
msgid "Request Data Export"
@@ -15050,7 +15114,7 @@ msgstr "Zahtijeva Plutonium"
msgid "Reschedule Message"
msgstr "Ponovno zakazivanje poruke"
-#: src/components/modals/ClaimAccountModal.tsx:222
+#: src/components/modals/ClaimAccountModal.tsx:224
#: src/components/modals/EmailChangeModal.tsx:230
#: src/components/modals/EmailChangeModal.tsx:294
msgid "Resend"
@@ -15064,7 +15128,11 @@ msgstr "Pošalji ponovno ({newSecondsRemaining}s)"
msgid "Resend ({originalSecondsRemaining}s)"
msgstr "Pošalji ponovno ({originalSecondsRemaining}s)"
-#: src/components/modals/ClaimAccountModal.tsx:222
+#: src/components/pages/report/ReportStepVerification.tsx:114
+msgid "Resend ({resendCooldownSeconds}s)"
+msgstr "Ponovo pošalji ({resendCooldownSeconds}s)"
+
+#: src/components/modals/ClaimAccountModal.tsx:224
msgid "Resend ({resendSecondsRemaining}s)"
msgstr "Pošalji ponovno ({resendSecondsRemaining}s)"
@@ -15072,7 +15140,7 @@ msgstr "Pošalji ponovno ({resendSecondsRemaining}s)"
msgid "Resend Button Loading"
msgstr "Učitavanje gumba za ponovno slanje"
-#: src/components/pages/ReportPage.tsx:761
+#: src/components/pages/report/ReportStepVerification.tsx:116
msgid "Resend code"
msgstr "Ponovno pošalji kod"
@@ -15097,7 +15165,7 @@ msgid "Resent"
msgstr "Ponovno poslano"
#: src/components/keybinds/KeybindRecorder.tsx:215
-#: src/components/modals/components/MobileSettingsView.tsx:128
+#: src/components/modals/components/MobileSettingsView.tsx:123
#: src/components/modals/components/SettingsModalHeader.tsx:81
#: src/components/modals/ImageCropModal.tsx:977
#: src/components/modals/tabs/KeybindsTab.tsx:154
@@ -15173,8 +15241,8 @@ msgstr "Vrati cijeli zaslon"
msgid "Restore maximized"
msgstr "Vrati maksimizirano"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:280
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:282
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:316
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:318
msgid "Resubscribe"
msgstr "Ponovno se pretplati"
@@ -15189,11 +15257,11 @@ msgstr "Ponovno se pretplati"
#: src/components/modals/guildTabs/GuildStickersTab.tsx:211
#: src/components/modals/guildTabs/GuildWebhooksTab.tsx:137
#: src/components/modals/tabs/ApplicationsTab/ApplicationDetail.tsx:559
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:108
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:112
#: src/components/modals/tabs/AuthorizedAppsTab.tsx:121
-#: src/components/modals/tabs/BetaCodesTab.tsx:301
+#: src/components/modals/tabs/BetaCodesTab.tsx:326
#: src/components/modals/tabs/DevicesTab.tsx:231
-#: src/components/modals/tabs/GiftInventoryTab.tsx:300
+#: src/components/modals/tabs/GiftInventoryTab.tsx:323
msgid "Retry"
msgstr "Pokušaj ponovno"
@@ -15244,8 +15312,8 @@ msgstr "Pregledaj što ova aplikacija traži prije nego nastaviš."
#: src/components/invites/InviteListItem.tsx:217
#: src/components/modals/GroupInvitesBottomSheet.tsx:78
#: src/components/modals/GroupInvitesModal.tsx:76
-#: src/components/modals/tabs/BetaCodesTab.tsx:143
-#: src/components/modals/tabs/BetaCodesTab.tsx:220
+#: src/components/modals/tabs/BetaCodesTab.tsx:145
+#: src/components/modals/tabs/BetaCodesTab.tsx:222
msgid "Revoke"
msgstr "Opozovi"
@@ -15369,7 +15437,7 @@ msgstr "Uloge i dopuštenja"
msgid "Roles updated successfully"
msgstr "Uloge su uspješno ažurirane"
-#: src/components/pages/ReportPage.tsx:333
+#: src/components/pages/report/optionDescriptors.ts:105
msgid "Romania"
msgstr "Rumunija"
@@ -15423,7 +15491,7 @@ msgstr "Zasićenje"
#: src/components/modals/AddFavoriteMemeModal.tsx:102
#: src/components/modals/AttachmentEditModal.tsx:90
#: src/components/modals/BaseChangeNicknameModal.tsx:115
-#: src/components/modals/components/MobileSettingsView.tsx:131
+#: src/components/modals/components/MobileSettingsView.tsx:126
#: src/components/modals/CustomStatusBottomSheet.tsx:231
#: src/components/modals/CustomStatusModal.tsx:362
#: src/components/modals/EditFavoriteMemeModal.tsx:88
@@ -15438,9 +15506,9 @@ msgstr "Zasićenje"
msgid "Save"
msgstr "Spremi"
-#: src/components/modals/components/plutonium/GiftSection.tsx:72
-#: src/components/modals/components/plutonium/PricingSection.tsx:81
-#: src/components/modals/components/plutonium/PricingSection.tsx:104
+#: src/components/modals/components/plutonium/GiftSection.tsx:79
+#: src/components/modals/components/plutonium/PricingSection.tsx:91
+#: src/components/modals/components/plutonium/PricingSection.tsx:119
msgid "Save 17%"
msgstr "Uštedi 17%"
@@ -15600,8 +15668,8 @@ msgstr "Pomakni razgovor dolje"
msgid "Scroll Chat Up"
msgstr "Pomakni razgovor gore"
-#: src/components/modals/components/plutonium/GiftSection.tsx:103
-#: src/components/modals/components/plutonium/PricingSection.tsx:138
+#: src/components/modals/components/plutonium/GiftSection.tsx:117
+#: src/components/modals/components/plutonium/PricingSection.tsx:160
msgid "Scroll down to view all the sweet perks you get with Plutonium"
msgstr "Pomakni se dolje da vidiš sve slatke pogodnosti koje dobivaš s Plutoniumom"
@@ -15613,11 +15681,11 @@ msgstr "Pomakni povijest razgovora dolje"
msgid "Scroll the chat history up"
msgstr "Pomakni povijest razgovora gore"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:857
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:889
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:400
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:460
#: src/components/channel/ChannelHeader.tsx:586
-#: src/components/channel/shared/PickerSearchInput.tsx:204
+#: src/components/channel/shared/PickerSearchInput.tsx:203
#: src/components/modals/tabs/ComponentGalleryTab/InputsTab.tsx:126
#: src/stores/KeybindStore.ts:414
#: src/utils/quick-switcher/QuickSwitcherModalUtils.tsx:86
@@ -15674,7 +15742,7 @@ msgstr "Traži kanale, ljude ili zajednice"
#: src/components/common/FriendSelector.tsx:196
#: src/components/modals/AddFriendsToGroupModal.tsx:53
#: src/components/modals/CreateDMModal.tsx:68
-#: src/components/modals/InviteModal.tsx:237
+#: src/components/modals/InviteModal.tsx:248
#: src/components/modals/shared/RecipientList.tsx:177
#: src/components/modals/ShareThemeModal.tsx:144
msgid "Search friends"
@@ -15718,7 +15786,7 @@ msgstr "Traži zahtjeve na čekanju"
msgid "Search Permissions..."
msgstr "Traži dozvole..."
-#: src/components/channel/ChannelSearchResults.tsx:321
+#: src/components/channel/ChannelSearchResults.tsx:278
#: src/components/modals/components/DesktopSettingsView.tsx:360
msgid "Search Results"
msgstr "Rezultati pretrage"
@@ -15737,7 +15805,7 @@ msgid "Search scope"
msgstr "Opseg pretrage"
#. placeholder {0}: activeScopeOption.label
-#: src/components/channel/ChannelSearchResults.tsx:1052
+#: src/components/channel/ChannelSearchResults.tsx:1031
#: src/components/channel/MessageSearchBar/MessageSearchBar.tsx:378
msgid "Search scope: {0}"
msgstr "Opseg pretrage: {0}"
@@ -15767,7 +15835,7 @@ msgstr "Traži korisnike"
msgid "Search within the current view"
msgstr "Traži unutar trenutnog prikaza"
-#: src/components/channel/ChannelSearchResults.tsx:319
+#: src/components/channel/ChannelSearchResults.tsx:276
msgid "Searching..."
msgstr "Traženje..."
@@ -15848,9 +15916,9 @@ msgstr "Pogledajte kako vaš poziv izgleda posjetiteljima."
msgid "Select"
msgstr "Odaberi"
-#: src/components/pages/ReportPage.tsx:261
-#: src/components/pages/ReportPage.tsx:280
-#: src/components/pages/ReportPage.tsx:294
+#: src/components/pages/report/optionDescriptors.ts:42
+#: src/components/pages/report/optionDescriptors.ts:58
+#: src/components/pages/report/optionDescriptors.ts:69
msgid "Select a category"
msgstr "Odaberi kategoriju"
@@ -15871,7 +15939,7 @@ msgstr "Odaberi zajednicu"
msgid "Select a community where you have <0>Manage Community0> permissions."
msgstr "Odaberi zajednicu u kojoj imaš <0>Upravljanje zajednicom0> dopuštenja."
-#: src/components/pages/ReportPage.tsx:310
+#: src/components/pages/report/optionDescriptors.ts:82
msgid "Select a country"
msgstr "Odaberi državu"
@@ -15887,7 +15955,7 @@ msgstr "Odaberi scenarij za primjenu..."
msgid "Select a verification method."
msgstr "Odaberi metodu provjere."
-#: src/components/pages/ReportPage.tsx:473
+#: src/components/pages/ReportPage.tsx:300
msgid "Select a violation category."
msgstr "Odaberi kategoriju kršenja."
@@ -15958,11 +16026,15 @@ msgstr "Odaberi zaslon ili prozor"
msgid "Select the account you want to sign in with on the desktop app."
msgstr "Odaberi račun s kojim se želiš prijaviti u desktop aplikaciji."
+#: src/components/pages/report/ReportStepSelection.tsx:44
+msgid "Select what you want to report."
+msgstr "Odaberi što želiš prijaviti."
+
#: src/components/modals/utils/settingsSearchIndex.ts:460
msgid "Select your camera"
msgstr "Odaberi svoju kameru"
-#: src/components/pages/ReportPage.tsx:483
+#: src/components/pages/ReportPage.tsx:310
msgid "Select your country of residence."
msgstr "Odaberi svoju državu prebivališta."
@@ -15986,7 +16058,7 @@ msgstr "Odaberi..."
msgid "Selections"
msgstr "Odabiri"
-#: src/components/pages/ReportPage.tsx:269
+#: src/components/pages/report/optionDescriptors.ts:50
#: src/constants/IARConstants.tsx:67
msgid "Self-Harm or Suicide"
msgstr "Samopovređivanje ili samoubojstvo"
@@ -16035,7 +16107,7 @@ msgstr "Pošalji akcijsku poruku (omota u kurziv)."
msgid "Send an SMS code first."
msgstr "Prvo pošalji SMS kod."
-#: src/components/modals/ClaimAccountModal.tsx:182
+#: src/components/modals/ClaimAccountModal.tsx:184
#: src/components/modals/EmailChangeModal.tsx:265
#: src/components/modals/PhoneAddModal.tsx:206
msgid "Send code"
@@ -16045,9 +16117,9 @@ msgstr "Pošalji kod"
msgid "Send Code"
msgstr "Pošalji kod"
-#: src/components/channel/dm/DMWelcomeSection.tsx:109
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:269
-#: src/components/modals/UserProfileModal.tsx:1288
+#: src/components/channel/dm/DMWelcomeSection.tsx:112
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:272
+#: src/components/modals/UserProfileModal.tsx:1290
msgid "Send Friend Request"
msgstr "Pošalji zahtjev za prijateljstvo"
@@ -16073,7 +16145,7 @@ msgstr "Slanje poruka"
msgid "Send Messages"
msgstr "Slanje poruka"
-#: src/components/channel/dm/AddFriendForm.tsx:119
+#: src/components/channel/dm/AddFriendForm.tsx:142
msgid "Send Request"
msgstr "Pošalji zahtjev"
@@ -16097,11 +16169,11 @@ msgstr "Slanje poruka tekst-u-govor."
msgid "Send TTS Messages"
msgstr "Slanje TTS poruka"
-#: src/components/pages/ReportPage.tsx:676
+#: src/components/pages/report/ReportStepEmail.tsx:92
msgid "Send Verification Code"
msgstr "Pošalji verifikacijski kod"
-#: src/components/modals/InviteModal.tsx:258
+#: src/components/modals/InviteModal.tsx:268
#: src/components/modals/shared/RecipientList.tsx:223
#: src/components/modals/ShareThemeModal.tsx:162
msgid "Sent"
@@ -16128,7 +16200,7 @@ msgstr "Sesija je istekla. Prijavite se ponovno."
msgid "Set a custom invite URL for your community."
msgstr "Postavite prilagođeni URL pozivnice za svoju zajednicu."
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:401
+#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:361
#: src/components/modals/StatusChangeBottomSheet.tsx:171
#: src/components/popouts/UserAreaPopout.tsx:444
msgid "Set a custom status"
@@ -16336,7 +16408,7 @@ msgid "Set your timezone"
msgstr "Postavi svoju vremensku zonu"
#: src/components/bottomsheets/VoiceLobbyBottomSheet.tsx:220
-#: src/components/modals/components/MobileSettingsView.tsx:531
+#: src/components/modals/components/MobileSettingsView.tsx:485
#: src/components/modals/tabs/ComponentGalleryTab/ButtonsTab.tsx:150
#: src/components/modals/tabs/ComponentGalleryTab/ButtonsTab.tsx:221
#: src/components/modals/tabs/ComponentGalleryTab/index.tsx:94
@@ -16383,7 +16455,11 @@ msgstr "Dijeljenje akcije!"
msgid "Share Audio"
msgstr "Podijeli audio"
-#: src/components/modals/components/plutonium/GiftSection.tsx:63
+#: src/components/pages/report/ReportStepDetails.tsx:77
+msgid "Share only what's needed to help our team assess the content."
+msgstr "Podijeli samo ono što je potrebno da pomogneš našem timu da ocijeni sadržaj."
+
+#: src/components/modals/components/plutonium/GiftSection.tsx:69
msgid "Share the Plutonium experience with your friends by purchasing a gift subscription."
msgstr "Podijeli iskustvo Plutonium sa svojim prijateljima kupnjom poklon pretplate."
@@ -16417,7 +16493,7 @@ msgstr "Podijeli svoju temu"
msgid "Shared theme"
msgstr "Dijeljena tema"
-#: src/components/pages/ReportPage.tsx:268
+#: src/components/pages/report/optionDescriptors.ts:49
#: src/constants/IARConstants.tsx:62
msgid "Sharing Personal Information"
msgstr "Dijeljenje osobnih podataka"
@@ -16797,11 +16873,11 @@ msgstr "Klizač s vrijednostima koraka"
msgid "Sliders"
msgstr "Klizači"
-#: src/components/pages/ReportPage.tsx:334
+#: src/components/pages/report/optionDescriptors.ts:106
msgid "Slovakia"
msgstr "Slovačka"
-#: src/components/pages/ReportPage.tsx:335
+#: src/components/pages/report/optionDescriptors.ts:107
msgid "Slovenia"
msgstr "Slovenija"
@@ -16952,7 +17028,8 @@ msgstr "Nešto je pošlo po zlu i aplikacija se srušila. Pokušaj ponovno učit
msgid "Something went wrong while loading the audit log."
msgstr "Nešto je pošlo po zlu prilikom učitavanja revizijskog zapisa."
-#: src/components/pages/ReportPage.tsx:563
+#: src/components/pages/ReportPage.tsx:103
+#: src/components/pages/ReportPage.tsx:395
msgid "Something went wrong while submitting the report. Please try again."
msgstr "Nešto je pošlo po zlu prilikom slanja izvješća. Pokušaj ponovno."
@@ -16969,7 +17046,7 @@ msgid "Sort"
msgstr "Sortiraj"
#. placeholder {0}: activeSortOption.label
-#: src/components/channel/ChannelSearchResults.tsx:1063
+#: src/components/channel/ChannelSearchResults.tsx:1042
msgid "Sort mode: {0}"
msgstr "Način sortiranja: {0}"
@@ -17008,21 +17085,21 @@ msgstr "Razmak između grupa poruka"
msgid "Spacious layout with clear visual separation between messages."
msgstr "Prostorni izgled s jasnim vizualnim odvajanjem između poruka."
-#: src/components/pages/ReportPage.tsx:336
+#: src/components/pages/report/optionDescriptors.ts:108
msgid "Spain"
msgstr "Španija"
-#: src/components/pages/ReportPage.tsx:283
+#: src/components/pages/report/optionDescriptors.ts:61
#: src/constants/IARConstants.tsx:119
msgid "Spam Account"
msgstr "Račun neželjene pošte"
-#: src/components/pages/ReportPage.tsx:265
+#: src/components/pages/report/optionDescriptors.ts:46
#: src/constants/IARConstants.tsx:47
msgid "Spam or Scam"
msgstr "Neželjena pošta ili prijevara"
-#: src/components/pages/ReportPage.tsx:301
+#: src/components/pages/report/optionDescriptors.ts:76
#: src/constants/IARConstants.tsx:185
msgid "Spam or Scam Community"
msgstr "Zajednica neželjene pošte ili prijevara"
@@ -17141,9 +17218,9 @@ msgstr "Počni sastavljati prilagođeni paket emojija koji možeš dijeliti i in
msgid "Start Mic Test"
msgstr "Pokreni test mikrofona"
-#: src/components/pages/ReportPage.tsx:687
-#: src/components/pages/ReportPage.tsx:771
-#: src/components/pages/ReportPage.tsx:964
+#: src/components/pages/report/ReportStepDetails.tsx:252
+#: src/components/pages/report/ReportStepEmail.tsx:103
+#: src/components/pages/report/ReportStepVerification.tsx:132
msgid "Start over"
msgstr "Počni ispočetka"
@@ -17151,13 +17228,13 @@ msgstr "Počni ispočetka"
msgid "Start Sharing"
msgstr "Počni dijeliti"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:122
+#: src/components/channel/ChannelHeader/CallButtons.tsx:160
#: src/components/modals/UserProfileModal.tsx:1109
#: src/components/uikit/ContextMenu/items/CallMenuItems.tsx:91
msgid "Start Video Call"
msgstr "Pokreni video poziv"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:70
+#: src/components/channel/ChannelHeader/CallButtons.tsx:90
#: src/components/modals/UserProfileModal.tsx:1100
#: src/components/uikit/ContextMenu/items/CallMenuItems.tsx:60
msgid "Start Voice Call"
@@ -17182,9 +17259,21 @@ msgstr "Indikatori statusa"
msgid "Status Slate"
msgstr "Statusna ploča"
-#: src/components/pages/ReportPage.tsx:574
-msgid "Step {stepNumber} of {FLOW_TOTAL_STEPS}"
-msgstr "Korak {stepNumber} od {FLOW_TOTAL_STEPS}"
+#: src/components/pages/report/ReportStepSelection.tsx:38
+msgid "Step 1"
+msgstr "Korak 1"
+
+#: src/components/pages/report/ReportStepEmail.tsx:51
+msgid "Step 2"
+msgstr "Korak 2"
+
+#: src/components/pages/report/ReportStepVerification.tsx:61
+msgid "Step 3"
+msgstr "Korak 3"
+
+#: src/components/pages/report/ReportStepDetails.tsx:71
+msgid "Step 4"
+msgstr "Korak 4"
#: src/utils/SystemMessageUtils.tsx:45
msgid "Step in, {username}! No paradoxes here; we're all friends."
@@ -17229,7 +17318,7 @@ msgid "Sticker density"
msgstr "Gustoća naljepnica"
#: src/components/auth/InviteHeader.tsx:140
-#: src/components/channel/InviteEmbed.tsx:197
+#: src/components/channel/InviteEmbed.tsx:199
#: src/components/modals/InviteAcceptModal.tsx:142
#: src/components/modals/tabs/ExpressionPacksTab.tsx:70
msgid "Sticker pack"
@@ -17261,7 +17350,7 @@ msgstr "Naljepnica ažurirana"
#: src/components/channel/AutocompleteEmoji.tsx:111
#: src/components/channel/textarea/TextareaButtons.tsx:134
-#: src/components/modals/ExpressionPickerSheet.tsx:86
+#: src/components/modals/ExpressionPickerSheet.tsx:73
#: src/components/popouts/ExpressionPickerPopout.tsx:79
msgid "Stickers"
msgstr "Naljepnice"
@@ -17330,11 +17419,11 @@ msgstr "Dvorana za učenje"
msgid "Style Variations"
msgstr "Varijacije stila"
-#: src/components/pages/ReportPage.tsx:601
+#: src/components/pages/report/ReportStepComplete.tsx:41
msgid "Submit another report"
msgstr "Pošalji još jedan izvještaj"
-#: src/components/pages/ReportPage.tsx:958
+#: src/components/pages/report/ReportStepDetails.tsx:240
msgid "Submit DSA Report"
msgstr "Pošalji DSA izvješće"
@@ -17346,7 +17435,7 @@ msgstr "Pošalji izvješće"
msgid "Submitting"
msgstr "Slanje"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:53
+#: src/components/modals/components/plutonium/VisionarySection.tsx:58
msgid "subscription"
msgstr "pretplata"
@@ -17464,7 +17553,7 @@ msgstr "Suzbij ugrađivanja"
msgid "Swap text to reverify variants"
msgstr "Zamijeni tekst za ponovnu provjeru varijanti"
-#: src/components/pages/ReportPage.tsx:337
+#: src/components/pages/report/optionDescriptors.ts:109
msgid "Sweden"
msgstr "Švedska"
@@ -17476,7 +17565,7 @@ msgstr "Švedski"
msgid "Switch account"
msgstr "Promijeni račun"
-#: src/components/popouts/UserAreaPopout.tsx:497
+#: src/components/popouts/UserAreaPopout.tsx:499
msgid "Switch Accounts"
msgstr "Promijeni račune"
@@ -17649,8 +17738,8 @@ msgstr "Tekst (NSFW)"
msgid "Text channel"
msgstr "Tekstualni kanal"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:473
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:662
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:487
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:676
#: src/components/channel/channel-header/useChannelHeaderData.ts:96
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:314
msgid "Text Channel"
@@ -17677,19 +17766,19 @@ msgstr "Tekstualno polje"
msgid "Thai"
msgstr "Tajlandski"
-#: src/components/pages/ReportPage.tsx:589
-msgid "Thank you for filing a report. We'll review it as soon as possible."
-msgstr "Hvala ti što si podnio izvještaj. Pregledat ćemo ga što je prije moguće."
-
#: src/components/modals/IARModal.tsx:187
msgid "Thank you for helping keep Fluxer safe. Reports are reviewed by our Safety Team. False reports may result in action against your account."
msgstr "Hvala što pomažeš održati Fluxer sigurnim. Prijave pregledava naš tim za sigurnost. Lažne prijave mogu rezultirati mjerama protiv tvog računa."
+#: src/components/pages/report/ReportStepComplete.tsx:37
+msgid "Thank you for helping keep Fluxer safe. We'll review your report as soon as possible."
+msgstr "Hvala što pomažeš u održavanju Fluxera sigurnim. Pregledat ćemo tvoju prijavu što je prije moguće."
+
#: src/components/form/ColorPickerField.tsx:274
msgid "That doesn't look like a valid color. Try hex, rgb(), hsl(), or a CSS color name."
msgstr "To ne izgleda kao valjana boja. Pokušaj s hex, rgb(), hsl() ili imenom CSS boje."
-#: src/components/pages/ReportPage.tsx:846
+#: src/components/pages/report/ReportStepDetails.tsx:117
msgid "That doesn't look like a valid URL."
msgstr "To ne izgleda kao valjana URL adresa."
@@ -17733,8 +17822,8 @@ msgstr "Bot je dodan."
msgid "The channel you're looking for may have been deleted or you may not have access to it."
msgstr "Kanal koji tražiš možda je izbrisan ili nemaš pristup njemu."
-#: src/components/layout/GuildLayout.tsx:308
-#: src/components/layout/GuildLayout.tsx:371
+#: src/components/layout/GuildLayout.tsx:313
+#: src/components/layout/GuildLayout.tsx:376
msgid "The community you're looking for may have been deleted or you may not have access to it."
msgstr "Zajednica koju tražiš možda je izbrisana ili nemaš pristup njoj."
@@ -17795,7 +17884,7 @@ msgstr "Vrijeme isteka ne može premašiti 365 dana (31536000 sekundi)."
msgid "The URL this link channel points to."
msgstr "URL na koji ovaj kanal s vezom upućuje."
-#: src/components/pages/ReportPage.tsx:452
+#: src/components/pages/ReportPage.tsx:277
msgid "The verification code is invalid or expired."
msgstr "Kod za provjeru nije valjan ili je istekao."
@@ -17869,7 +17958,7 @@ msgstr "Ove postavke koriste izvornu obradu zvuka preglednika za poboljšanje kv
msgid "These toggles force the client to treat features as enabled or disabled without relying on the server configuration. They only affect your client experience and are shown to developers for testing."
msgstr "Ovi prekidači prisiljavaju klijenta da tretira značajke kao omogućene ili onemogućene bez oslanjanja na konfiguraciju poslužitelja. Oni utječu samo na vaše korisničko iskustvo i prikazani su programerima za testiranje."
-#: src/components/channel/channel-view/DMChannelView.tsx:356
+#: src/components/channel/channel-view/DMChannelView.tsx:357
msgid "They might have taken the DeLorean elsewhere."
msgstr "Možda su odveli DeLorean negdje drugdje."
@@ -17877,7 +17966,7 @@ msgstr "Možda su odveli DeLorean negdje drugdje."
msgid "they/them"
msgstr "oni/onima"
-#: src/components/channel/channel-view/DMChannelView.tsx:342
+#: src/components/channel/channel-view/DMChannelView.tsx:343
msgid "Think, McFly! Did you type the right address?"
msgstr "Razmisli, McFly! Jesi li upisao točnu adresu?"
@@ -17979,7 +18068,7 @@ msgstr "Ova zajednica je privremeno onemogućila pozive. Možeš pokušati ponov
msgid "This community requires you to verify your account before joining. Please set an email and password for your account."
msgstr "Ova zajednica zahtijeva da potvrdiš svoj račun prije pridruživanja. Molimo te postavi e-mail i lozinku za svoj račun."
-#: src/components/channel/channel-view/DMChannelView.tsx:339
+#: src/components/channel/channel-view/DMChannelView.tsx:340
msgid "This conversation has been erased"
msgstr "Ovaj razgovor je izbrisan"
@@ -18008,8 +18097,8 @@ msgstr "Ovaj kod za poklon je već zatražen."
msgid "This gift code has already been redeemed."
msgstr "Ovaj kod za poklon je već iskorišten."
-#: src/components/channel/GiftEmbed.tsx:148
-#: src/components/modals/GiftAcceptModal.tsx:92
+#: src/components/channel/GiftEmbed.tsx:159
+#: src/components/modals/GiftAcceptModal.tsx:99
msgid "This gift code is invalid or already claimed."
msgstr "Ovaj kod za poklon je nevažeći ili je već zatražen."
@@ -18022,11 +18111,11 @@ msgstr "Ovaj kod za poklon je nevažeći ili je već iskorišten."
msgid "This gift code may be invalid, expired, or already redeemed."
msgstr "Ovaj kod za poklon može biti nevažeći, istekao ili već iskorišten."
-#: src/components/modals/GiftAcceptModal.tsx:118
+#: src/components/modals/GiftAcceptModal.tsx:125
msgid "This gift has already been claimed."
msgstr "Ovaj poklon je već zatražen."
-#: src/components/modals/tabs/GiftInventoryTab.tsx:157
+#: src/components/modals/tabs/GiftInventoryTab.tsx:158
msgid "This gift has been redeemed"
msgstr "Ovaj poklon je iskorišten"
@@ -18044,7 +18133,7 @@ msgstr "Ovaj poziv istječe za {0}."
msgid "This invite has unlimited uses."
msgstr "Ovaj poziv ima neograničeno korištenje."
-#: src/components/modals/InviteModal.tsx:321
+#: src/components/modals/InviteModal.tsx:318
msgid "This invite link never expires."
msgstr "Ova poveznica za pozivnicu nikad ne istječe."
@@ -18059,23 +18148,19 @@ msgstr "Ovaj poziv je možda istekao ili je izbrisan."
msgid "This invite never expires."
msgstr "Ovaj poziv nikad ne istječe."
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:170
-#: src/components/emojis/EmojiInfoContent.tsx:79
+#: src/components/emojis/EmojiAttributionSubtext.tsx:130
msgid "This is a custom emoji from"
msgstr "Ovo je prilagođeni emoji iz"
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:160
-#: src/components/emojis/EmojiInfoContent.tsx:68
+#: src/components/emojis/EmojiAttributionSubtext.tsx:121
msgid "This is a custom emoji from a community."
msgstr "Ovo je prilagođeni emoji iz zajednice."
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:150
-#: src/components/emojis/EmojiInfoContent.tsx:56
+#: src/components/emojis/EmojiAttributionSubtext.tsx:111
msgid "This is a custom emoji from a community. Ask the author for an invite to use this emoji."
msgstr "Ovo je prilagođeni emoji iz zajednice. Pitaj autora za pozivnicu kako bi koristio ovaj emoji."
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:138
-#: src/components/emojis/EmojiInfoContent.tsx:43
+#: src/components/emojis/EmojiAttributionSubtext.tsx:101
msgid "This is a default emoji on Fluxer."
msgstr "Ovo je zadani emoji na Fluxeru."
@@ -18095,8 +18180,8 @@ msgstr "Ovako se poruke prikazuju"
msgid "This is not the channel you're looking for."
msgstr "Ovo nije kanal koji tražiš."
-#: src/components/layout/GuildLayout.tsx:307
-#: src/components/layout/GuildLayout.tsx:370
+#: src/components/layout/GuildLayout.tsx:312
+#: src/components/layout/GuildLayout.tsx:375
msgid "This is not the community you're looking for."
msgstr "Ovo nije zajednica koju tražiš."
@@ -18113,7 +18198,7 @@ msgid "This is the beginning of <0>{displayName}0>. Add friends to start a con
msgstr "Ovo je početak <0>{displayName}0>. Dodaj prijatelje kako bi započeo razgovor!"
#. placeholder {0}: user.username
-#: src/components/channel/dm/DMWelcomeSection.tsx:182
+#: src/components/channel/dm/DMWelcomeSection.tsx:194
msgid "This is the beginning of your direct message history with <0>{0}0>."
msgstr "Ovo je početak tvoje povijesti izravnih poruka s <0>{0}0>."
@@ -18194,7 +18279,7 @@ msgstr "Ovoj vezi teme nedostaju podaci."
msgid "This theme may have been removed or the link is invalid."
msgstr "Ova tema je možda uklonjena ili je veza nevažeća."
-#: src/components/channel/dm/AddFriendForm.tsx:62
+#: src/components/channel/dm/AddFriendForm.tsx:85
msgid "This user has restricted who can send them friend requests."
msgstr "Ovaj korisnik je ograničio tko mu može slati zahtjeve za prijateljstvo."
@@ -18216,8 +18301,8 @@ msgid "This was a @silent message."
msgstr "Ovo je bila @tiha poruka."
#: src/actions/MessageActionCreators.tsx:392
-#: src/components/channel/Messages.tsx:442
-#: src/components/channel/Messages.tsx:522
+#: src/components/channel/Messages.tsx:440
+#: src/components/channel/Messages.tsx:520
msgid "This will create a rift in the space-time continuum and cannot be undone."
msgstr "Ovo će stvoriti rascjep u prostorno-vremenskom kontinuumu i ne može se poništiti."
@@ -18283,7 +18368,7 @@ msgstr "Vrijeme: {currentFormatted} od {durationFormatted}"
msgid "Timed out until {0}."
msgstr "Isteklo vrijeme do {0}."
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:285
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:288
#: src/components/modals/TimeoutMemberModal.tsx:207
#: src/components/modals/TimeoutMemberSheet.tsx:90
#: src/components/uikit/ContextMenu/items/GuildMemberMenuItems.tsx:272
@@ -18570,7 +18655,7 @@ msgstr "istina ili laž"
msgid "Try a different name or use @ / # / ! / * prefixes to filter results."
msgstr "Pokušaj s drugim imenom ili upotrijebi prefikse @ / # / ! / * za filtriranje rezultata."
-#: src/components/channel/ChannelSearchResults.tsx:710
+#: src/components/channel/ChannelSearchResults.tsx:679
msgid "Try a different search query"
msgstr "Pokušaj s drugim upitom za pretraživanje"
@@ -18585,13 +18670,13 @@ msgid "Try a different search term or filter"
msgstr "Pokušaj s drugim pojmom za pretraživanje ili filterom"
#: src/components/auth/HandoffCodeDisplay.tsx:67
-#: src/components/channel/Messages.tsx:939
+#: src/components/channel/Messages.tsx:937
msgid "Try again"
msgstr "Pokušaj ponovno"
#: src/components/BootstrapErrorScreen.tsx:68
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:301
-#: src/components/channel/ChannelSearchResults.tsx:694
+#: src/components/channel/ChannelSearchResults.tsx:663
#: src/components/modals/channelTabs/ChannelInvitesTab.tsx:148
#: src/components/modals/channelTabs/ChannelWebhooksTab.tsx:159
#: src/components/NetworkErrorScreen.tsx:56
@@ -18612,7 +18697,7 @@ msgstr "Pokušaj s drugim imenom ili provjeri pravopis."
msgid "Try another search term"
msgstr "Pokušaj s drugim pojmom za pretraživanje"
-#: src/components/channel/InviteEmbed.tsx:359
+#: src/components/channel/InviteEmbed.tsx:361
msgid "Try asking for a new invite."
msgstr "Pokušaj zatražiti novu pozivnicu."
@@ -18802,7 +18887,7 @@ msgstr "Nije moguće instalirati paket naljepnica"
msgid "Unable to load activity logs"
msgstr "Nije moguće učitati zapise aktivnosti"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:104
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:108
msgid "Unable to load applications"
msgstr "Nije moguće učitati aplikacije"
@@ -18814,7 +18899,7 @@ msgstr "Nije moguće učitati informacije o paketu."
msgid "Unable to prepare any emojis for upload. The following errors occurred:"
msgstr "Nije moguće pripremiti emojije za prijenos. Došlo je do sljedećih pogrešaka:"
-#: src/components/modals/ClaimAccountModal.tsx:125
+#: src/components/modals/ClaimAccountModal.tsx:127
#: src/components/modals/EmailChangeModal.tsx:122
#: src/components/modals/EmailChangeModal.tsx:152
msgid "Unable to resend code right now"
@@ -18824,7 +18909,7 @@ msgstr "Trenutno nije moguće ponovno poslati kod"
msgid "Unable to send code to new email"
msgstr "Nije moguće poslati kod na novu e-adresu"
-#: src/components/channel/dm/AddFriendForm.tsx:76
+#: src/components/channel/dm/AddFriendForm.tsx:99
msgid "Unable to send friend request. Please try again."
msgstr "Nije moguće poslati zahtjev za prijateljstvo. Pokušaj ponovno."
@@ -18844,17 +18929,17 @@ msgstr "Nedostupno svima"
msgid "Unavailable for everyone but staff"
msgstr "Nedostupno svima osim osoblju"
-#: src/components/bottomsheets/DMBottomSheet.tsx:532
+#: src/components/bottomsheets/DMBottomSheet.tsx:535
#: src/components/channel/barriers/BarrierComponents.tsx:221
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:180
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:335
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:182
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:338
#: src/components/modals/tabs/BlockedUsersTab.tsx:58
#: src/components/modals/tabs/BlockedUsersTab.tsx:171
#: src/components/modals/UserProfileActionsSheet.tsx:151
#: src/components/modals/UserProfileActionsSheet.tsx:305
-#: src/components/modals/UserProfileMobileSheet.tsx:320
+#: src/components/modals/UserProfileMobileSheet.tsx:321
#: src/components/modals/UserProfileModal.tsx:1049
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:209
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:230
#: src/utils/RelationshipActionUtils.tsx:169
msgid "Unblock"
msgstr "Deblokiraj"
@@ -18863,11 +18948,11 @@ msgstr "Deblokiraj"
msgid "Unblock this user before sending a friend request."
msgstr "Deblokiraj ovog korisnika prije slanja zahtjeva za prijateljstvo."
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:178
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:180
#: src/components/modals/tabs/BlockedUsersTab.tsx:56
#: src/components/modals/UserProfileActionsSheet.tsx:149
-#: src/components/modals/UserProfileMobileSheet.tsx:318
-#: src/components/modals/UserProfileModal.tsx:1243
+#: src/components/modals/UserProfileMobileSheet.tsx:319
+#: src/components/modals/UserProfileModal.tsx:1244
#: src/utils/RelationshipActionUtils.tsx:167
msgid "Unblock User"
msgstr "Deblokiraj korisnika"
@@ -18878,17 +18963,17 @@ msgstr "Deblokiraj korisnika"
msgid "Uncategorized"
msgstr "Nekategorizirano"
-#: src/components/modals/tabs/BetaCodesTab.tsx:127
-#: src/components/modals/tabs/BetaCodesTab.tsx:204
+#: src/components/modals/tabs/BetaCodesTab.tsx:129
+#: src/components/modals/tabs/BetaCodesTab.tsx:206
msgid "Unclaimed"
msgstr "Nepreuzeto"
#. placeholder {0}: unclaimedBetaCodes.length
-#: src/components/modals/tabs/BetaCodesTab.tsx:333
+#: src/components/modals/tabs/BetaCodesTab.tsx:358
msgid "Unclaimed ({0})"
msgstr "Nepreuzeto ({0})"
-#: src/components/modals/components/UnclaimedAccountAlert.tsx:31
+#: src/components/modals/components/UnclaimedAccountAlert.tsx:29
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:51
msgid "Unclaimed Account"
msgstr "Nepreuzeti račun"
@@ -18922,7 +19007,7 @@ msgstr "Ukloni gluhoću na svim uređajima"
msgid "Undeafen User"
msgstr "Ukloni gluhoću korisniku"
-#: src/components/pages/ReportPage.tsx:285
+#: src/components/pages/report/optionDescriptors.ts:63
#: src/constants/IARConstants.tsx:129
msgid "Underage User"
msgstr "Maloljetni korisnik"
@@ -18981,7 +19066,7 @@ msgstr "Makni fokus"
msgid "Unique invite"
msgstr "Jedinstveni poziv"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:79
+#: src/components/modals/components/plutonium/VisionarySection.tsx:88
msgid "Unique profile badge"
msgstr "Jedinstvena značka profila"
@@ -19035,12 +19120,12 @@ msgstr "nepoznati entitet"
msgid "Unknown error"
msgstr "Nepoznata pogreška"
-#: src/components/channel/GiftEmbed.tsx:147
-#: src/components/modals/GiftAcceptModal.tsx:91
+#: src/components/channel/GiftEmbed.tsx:158
+#: src/components/modals/GiftAcceptModal.tsx:98
msgid "Unknown Gift"
msgstr "Nepoznati dar"
-#: src/components/channel/InviteEmbed.tsx:357
+#: src/components/channel/InviteEmbed.tsx:359
msgid "Unknown Invite"
msgstr "Nepoznati poziv"
@@ -19113,7 +19198,7 @@ msgstr "Otključajte HD dijeljenje zaslona s Plutoniumom"
msgid "Unlock HD Video with Plutonium"
msgstr "Otključajte HD video s Plutoniumom"
-#: src/components/modals/components/PlutoniumContent.tsx:185
+#: src/components/modals/components/PlutoniumContent.tsx:196
msgid "Unlock higher limits and exclusive features while supporting an independent communication platform."
msgstr "Otključajte veće granice i ekskluzivne značajke dok podržavate neovisnu komunikacijsku platformu."
@@ -19126,9 +19211,9 @@ msgid "Unlock stickers in DMs with Plutonium"
msgstr "Otključajte naljepnice u DM-ovima s Plutoniumom"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:467
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:850
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1044
-#: src/components/bottomsheets/DMBottomSheet.tsx:645
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:882
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1068
+#: src/components/bottomsheets/DMBottomSheet.tsx:648
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:321
#: src/components/bottomsheets/VoiceLobbyBottomSheet.tsx:179
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:253
@@ -19154,7 +19239,7 @@ msgstr "Uključi zvuk kategorije"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:400
#: src/components/bottomsheets/ChannelBottomSheet.tsx:452
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1005
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1029
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:167
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:161
msgid "Unmute Channel"
@@ -19167,9 +19252,9 @@ msgstr "Uključi zvuk kanala"
msgid "Unmute Community"
msgstr "Uključi zvuk zajednice"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1007
-#: src/components/bottomsheets/DMBottomSheet.tsx:449
-#: src/components/bottomsheets/DMBottomSheet.tsx:590
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1031
+#: src/components/bottomsheets/DMBottomSheet.tsx:451
+#: src/components/bottomsheets/DMBottomSheet.tsx:593
msgid "Unmute Conversation"
msgstr "Uključi zvuk razgovora"
@@ -19200,16 +19285,16 @@ msgid "Unnamed Group"
msgstr "Neimenovana grupa"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:331
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1126
-#: src/components/bottomsheets/DMBottomSheet.tsx:478
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1150
+#: src/components/bottomsheets/DMBottomSheet.tsx:480
#: src/components/channel/dm/DMList.tsx:282
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:149
msgid "Unpin DM"
msgstr "Otkvači DM"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:290
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1126
-#: src/components/bottomsheets/DMBottomSheet.tsx:478
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1150
+#: src/components/bottomsheets/DMBottomSheet.tsx:480
#: src/components/channel/dm/DMList.tsx:243
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:129
msgid "Unpin Group DM"
@@ -19231,20 +19316,20 @@ msgid "Unpin Message"
msgstr "Otkvači poruku"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:232
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:583
-#: src/components/bottomsheets/DMBottomSheet.tsx:164
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:597
+#: src/components/bottomsheets/DMBottomSheet.tsx:166
#: src/components/channel/dm/DMList.tsx:224
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:132
msgid "Unpinned DM"
msgstr "Otkvačeni DM"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:232
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:583
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:597
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:112
msgid "Unpinned group"
msgstr "Otkvačena grupa"
-#: src/components/bottomsheets/DMBottomSheet.tsx:164
+#: src/components/bottomsheets/DMBottomSheet.tsx:166
msgid "Unpinned group DM"
msgstr "Neprikvačena grupna DM"
@@ -19279,7 +19364,7 @@ msgstr "Prikaži ugrađene sadržaje"
msgid "Until I change it"
msgstr "Dok ga ne promijenim"
-#: src/components/bottomsheets/DMBottomSheet.tsx:664
+#: src/components/bottomsheets/DMBottomSheet.tsx:667
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:334
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:57
#: src/components/channel/muteOptions.ts:39
@@ -19305,7 +19390,7 @@ msgstr "Ažuriraj"
msgid "Update app"
msgstr "Ažuriraj aplikaciju"
-#: src/components/modals/components/MobileSettingsView.tsx:244
+#: src/components/modals/components/MobileSettingsView.tsx:239
msgid "Update Service Worker"
msgstr "Ažuriraj Service Worker"
@@ -19402,7 +19487,7 @@ msgstr "Ažuriranje favorita…"
msgid "Updating..."
msgstr "Ažuriranje..."
-#: src/components/modals/components/plutonium/PricingSection.tsx:84
+#: src/components/modals/components/plutonium/PricingSection.tsx:94
msgid "Upgrade Now"
msgstr "Nadogradi odmah"
@@ -19415,18 +19500,19 @@ msgstr "Nadogradi na Plutonium"
msgid "Upgrade to store up to 15 custom backgrounds and unlock HD video quality, higher frame rates, and more."
msgstr "Nadogradi za pohranu do 15 prilagođenih pozadina i otključaj HD kvalitetu videa, više brzina sličica i više."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:265
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:316
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:297
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:357
msgid "Upgrade to Visionary"
msgstr "Nadogradi na Visionary"
#. placeholder {0}: formatter.format(visionarySlots.remaining)
-#: src/components/modals/components/plutonium/VisionarySection.tsx:109
+#: src/components/modals/components/plutonium/VisionarySection.tsx:122
+#: src/components/modals/components/plutonium/VisionarySection.tsx:134
msgid "Upgrade to Visionary — {0} Left"
msgstr "Nadogradi na Visionary — {0} preostalo"
#. placeholder {0}: isGiftSubscription ? 'gift time' : 'subscription'
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:243
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:262
msgid "Upgrading to Visionary is a <0>one-time0> purchase and will <1>cancel your current {0} immediately1>."
msgstr "Nadogradnja na Visionary je <0>jednokratna0> kupnja i <1>otkazat će tvoju trenutnu {0} odmah1>."
@@ -19674,10 +19760,6 @@ msgstr "Koristi ove kodove za pristup svom računu ako izgubiš aplikaciju za au
msgid "Use this button to quickly clear all permissions."
msgstr "Koristi ovaj gumb za brzo brisanje svih dopuštenja."
-#: src/components/pages/ReportPage.tsx:613
-msgid "Use this form to report illegal content under the Digital Services Act (DSA). Select what you want to report."
-msgstr "Koristi ovaj obrazac za prijavu ilegalnog sadržaja prema Zakonu o digitalnim uslugama (DSA). Odaberi što želiš prijaviti."
-
#: src/components/modals/tabs/KeybindsTab.tsx:101
msgid "Use this shortcut system-wide"
msgstr "Koristi ovu prečicu u cijelom sustavu"
@@ -19708,19 +19790,19 @@ msgstr "Čini se da je korisnik mlađi od 13 godina"
msgid "User Debug"
msgstr "Otklanjanje grešaka korisnika"
-#: src/components/channel/channel-view/DMChannelView.tsx:353
+#: src/components/channel/channel-view/DMChannelView.tsx:354
msgid "User has vanished"
msgstr "Korisnik je nestao"
-#: src/components/pages/ReportPage.tsx:865
+#: src/components/pages/report/ReportStepDetails.tsx:137
msgid "User ID (optional)"
msgstr "ID korisnika (opcionalno)"
-#: src/components/bottomsheets/DMBottomSheet.tsx:376
+#: src/components/bottomsheets/DMBottomSheet.tsx:378
msgid "User ID copied"
msgstr "ID korisnika kopiran"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:652
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:666
msgid "User ID copied to clipboard"
msgstr "ID korisnika kopiran u međuspremnik"
@@ -19765,7 +19847,7 @@ msgstr "Zapis korisnika"
msgid "User Settings"
msgstr "Postavke korisnika"
-#: src/components/pages/ReportPage.tsx:873
+#: src/components/pages/report/ReportStepDetails.tsx:146
msgid "User Tag (optional)"
msgstr "Oznaka korisnika (opcionalno)"
@@ -19805,7 +19887,7 @@ msgstr "Korisničko ime mora imati barem 1 znak"
msgid "Username must be at most 32 characters"
msgstr "Korisničko ime može imati najviše 32 znaka"
-#: src/components/channel/dm/AddFriendForm.tsx:130
+#: src/components/channel/dm/AddFriendForm.tsx:153
msgid "Username#0000"
msgstr "Korisničko ime#0000"
@@ -19904,7 +19986,7 @@ msgstr "Prilagođeni URL-ovi moraju biti dugi između 2 i 32 znaka i mogu sadrž
msgid "Verification Barriers"
msgstr "Prepreke za verifikaciju"
-#: src/components/modals/ClaimAccountModal.tsx:199
+#: src/components/modals/ClaimAccountModal.tsx:201
#: src/components/modals/EmailChangeModal.tsx:218
#: src/components/modals/EmailChangeModal.tsx:282
#: src/components/modals/PhoneAddModal.tsx:224
@@ -19912,11 +19994,11 @@ msgstr "Prepreke za verifikaciju"
msgid "Verification code"
msgstr "Kod za verifikaciju"
-#: src/components/pages/ReportPage.tsx:719
+#: src/components/pages/report/ReportStepVerification.tsx:86
msgid "Verification Code"
msgstr "Kod za verifikaciju"
-#: src/components/modals/ClaimAccountModal.tsx:88
+#: src/components/modals/ClaimAccountModal.tsx:90
msgid "Verification code sent"
msgstr "Kod za verifikaciju poslan"
@@ -19937,10 +20019,9 @@ msgstr "Verifikacija može biti potrebna prije pregleda vaših rezervnih kodova.
#: src/components/auth/AuthPageHeader.tsx:49
#: src/components/auth/InviteHeader.tsx:81
#: src/components/auth/InviteHeader.tsx:226
-#: src/components/channel/InviteEmbed.tsx:285
-#: src/components/channel/InviteEmbed.tsx:428
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:178
-#: src/components/emojis/EmojiInfoContent.tsx:87
+#: src/components/channel/InviteEmbed.tsx:287
+#: src/components/channel/InviteEmbed.tsx:430
+#: src/components/emojis/EmojiAttributionSubtext.tsx:143
#: src/components/layout/GuildHeader.tsx:132
msgid "Verified Community"
msgstr "Verificirana zajednica"
@@ -19955,7 +20036,7 @@ msgstr "Verificirani ceh"
msgid "Verify"
msgstr "Potvrdi"
-#: src/components/pages/ReportPage.tsx:740
+#: src/components/pages/report/ReportStepVerification.tsx:102
msgid "Verify Code"
msgstr "Potvrdi kod"
@@ -19980,6 +20061,10 @@ msgstr "Obrazac za potvrdu broja telefona"
msgid "Verify You're Human"
msgstr "Potvrdite da ste čovjek"
+#: src/components/pages/report/ReportStepEmail.tsx:54
+msgid "Verify your email"
+msgstr "Potvrdi svoju e-poštu"
+
#: src/components/modals/SudoVerificationModal.tsx:359
msgid "Verify your identity"
msgstr "Potvrdite svoj identitet"
@@ -20012,7 +20097,7 @@ msgid "Video"
msgstr "Video"
#: src/components/channel/ChannelHeader.tsx:572
-#: src/components/modals/UserProfileMobileSheet.tsx:515
+#: src/components/modals/UserProfileMobileSheet.tsx:519
msgid "Video Call"
msgstr "Video poziv"
@@ -20097,7 +20182,7 @@ msgstr "Pogledaj sigurnosne kodove"
msgid "View backup codes form"
msgstr "Obrazac za pregled sigurnosnih kodova"
-#: src/components/channel/channel-view/DMChannelView.tsx:282
+#: src/components/channel/channel-view/DMChannelView.tsx:283
msgid "View call"
msgstr "Pogledaj poziv"
@@ -20138,7 +20223,7 @@ msgstr "Pogledaj inventar darova"
msgid "View Global Profile"
msgstr "Pogledaj globalni profil"
-#: src/components/channel/channel-view/DMChannelView.tsx:282
+#: src/components/channel/channel-view/DMChannelView.tsx:283
msgid "View incoming call"
msgstr "Pogledaj dolazni poziv"
@@ -20158,10 +20243,10 @@ msgstr "Pogledaj premium značajke"
msgid "View premium perks"
msgstr "Pogledaj premium pogodnosti"
-#: src/components/bottomsheets/DMBottomSheet.tsx:411
+#: src/components/bottomsheets/DMBottomSheet.tsx:413
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:226
#: src/components/channel/friends/MobileFriendRequestItem.tsx:87
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:210
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:212
#: src/components/modals/tabs/BlockedUsersTab.tsx:87
#: src/components/uikit/ContextMenu/items/UserProfileMenuItem.tsx:43
msgid "View Profile"
@@ -20191,7 +20276,7 @@ msgstr "Gledatelj se pridružuje strimingu"
msgid "Viewer Leaves Stream"
msgstr "Gledatelj napušta streaming"
-#: src/components/pages/ReportPage.tsx:827
+#: src/components/pages/report/ReportStepDetails.tsx:96
msgid "Violation Category"
msgstr "Kategorija kršenja"
@@ -20199,7 +20284,7 @@ msgstr "Kategorija kršenja"
msgid "Violation category selection"
msgstr "Odabir kategorije kršenja"
-#: src/components/pages/ReportPage.tsx:264
+#: src/components/pages/report/optionDescriptors.ts:45
#: src/constants/IARConstants.tsx:42
msgid "Violent or Graphic Content"
msgstr "Nasilan ili grafički sadržaj"
@@ -20212,9 +20297,9 @@ msgstr "VIP glas"
msgid "Visible Buttons"
msgstr "Vidljivi gumbi"
-#: src/components/modals/components/plutonium/PricingSection.tsx:88
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:110
-#: src/components/modals/components/plutonium/VisionarySection.tsx:58
+#: src/components/modals/components/plutonium/PricingSection.tsx:101
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:129
+#: src/components/modals/components/plutonium/VisionarySection.tsx:67
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:154
#: src/utils/modals/guildTabs/GuildAuditLogTabUtils.ts:274
msgid "Visionary"
@@ -20228,25 +20313,25 @@ msgstr "Visionary (Lifetime #42)"
msgid "Visionary (Lifetime Plutonium)"
msgstr "Visionary (Lifetime Plutonium)"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:80
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:111
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:95
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:134
msgid "Visionary {visionaryPrice}"
msgstr "Visionary {visionaryPrice}"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:96
+#: src/components/modals/components/plutonium/VisionarySection.tsx:105
msgid "Visionary community with direct team access"
msgstr "Visionary zajednica s izravnim pristupom timu"
-#: src/components/modals/components/plutonium/GiftSection.tsx:87
-#: src/components/modals/components/plutonium/PricingSection.tsx:119
+#: src/components/modals/components/plutonium/GiftSection.tsx:100
+#: src/components/modals/components/plutonium/PricingSection.tsx:140
msgid "Visionary Gift"
msgstr "Visionary dar"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:109
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:132
msgid "Visionary Gift Sold Out"
msgstr "Visionary dar rasprodan"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:80
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:95
msgid "Visionary Sold Out"
msgstr "Visionary rasprodan"
@@ -20281,15 +20366,15 @@ msgstr "Postavke glasa i videa"
msgid "Voice Activity"
msgstr "Glasovna aktivnost"
-#: src/components/channel/channel-view/DMChannelView.tsx:277
+#: src/components/channel/channel-view/DMChannelView.tsx:278
#: src/components/voice/VoiceCallView.tsx:466
msgid "Voice call"
msgstr "Glasovni poziv"
-#: src/components/bottomsheets/DMBottomSheet.tsx:419
+#: src/components/bottomsheets/DMBottomSheet.tsx:421
#: src/components/channel/ChannelHeader.tsx:562
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:225
-#: src/components/modals/UserProfileMobileSheet.tsx:507
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:227
+#: src/components/modals/UserProfileMobileSheet.tsx:511
msgid "Voice Call"
msgstr "Glasovni poziv"
@@ -20306,8 +20391,8 @@ msgstr "Glasovni pozivi"
msgid "Voice channel"
msgstr "Glasovni kanal"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:475
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:662
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:489
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:676
#: src/components/channel/channel-header/useChannelHeaderData.ts:100
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:314
msgid "Voice Channel"
@@ -20488,8 +20573,8 @@ msgstr "Poslali smo poveznicu e-poštom za autorizaciju ove prijave. Otvorite sv
msgid "We failed to retrieve the full information about this user at this time."
msgstr "Trenutno nismo uspjeli dohvatiti potpune informacije o ovom korisniku."
-#: src/components/layout/GuildLayout.tsx:302
-#: src/components/layout/GuildLayout.tsx:349
+#: src/components/layout/GuildLayout.tsx:307
+#: src/components/layout/GuildLayout.tsx:354
msgid "We fluxed up! Hang tight, we're working on it."
msgstr "Zafrknuli smo! Pričekaj malo, radimo na tome."
@@ -20513,18 +20598,13 @@ msgstr "Izgubili smo vezu dok smo čekali autorizaciju. Molimo pokušajte ponovn
msgid "We need to make sure you're not a bot. Please complete the verification below."
msgstr "Moramo se uvjeriti da niste bot. Molimo dovršite provjeru ispod."
-#: src/components/pages/ReportPage.tsx:639
-msgid "We need to verify your email address before you can submit a report."
-msgstr "Moramo potvrditi vašu adresu e-pošte prije nego što možete poslati izvješće."
-
#: src/components/modals/BackupCodesModal.tsx:45
msgid "We recommend saving these codes now so that you don't get locked out of your account."
msgstr "Preporučujemo da sada spremite ove kodove kako ne biste ostali zaključani izvan svog računa."
-#. placeholder {0}: state.email
-#: src/components/pages/ReportPage.tsx:702
-msgid "We sent a verification code to {0}."
-msgstr "Poslali smo verifikacijski kod na {0}."
+#: src/components/pages/report/ReportStepVerification.tsx:67
+msgid "We sent a code to {email}."
+msgstr "Poslali smo kod na {email}."
#: src/components/auth/BrowserLoginHandoffModal.tsx:315
msgid "We will prefill {prefillEmail} once the browser login opens."
@@ -20534,6 +20614,10 @@ msgstr "Unaprijed ćemo popuniti {prefillEmail} nakon što se otvori prijava u p
msgid "We'll restore your previous email, sign out old sessions, remove phone numbers, disable MFA, and secure your account with a new password."
msgstr "Vratit ćemo vašu prethodnu adresu e-pošte, odjaviti stare sesije, ukloniti telefonske brojeve, onemogućiti MFA i osigurati vaš račun novom lozinkom."
+#: src/components/pages/report/ReportStepEmail.tsx:57
+msgid "We'll send a short code to confirm you can receive updates about this report."
+msgstr "Poslat ćemo kratak kod kako bismo potvrdili da možeš primati obavijesti o ovoj prijavi."
+
#: src/components/modals/EmailChangeModal.tsx:190
msgid "We'll verify your current email and then your new email with one-time codes."
msgstr "Potvrdit ćemo vašu trenutnu adresu e-pošte, a zatim vašu novu adresu e-pošte jednokratnim kodovima."
@@ -20546,13 +20630,13 @@ msgstr "Potvrdit ćemo vašu novu adresu e-pošte jednokratnim kodom."
msgid "We're having trouble connecting to Fluxer's servers. This could be a temporary network issue or scheduled maintenance."
msgstr "Imamo problema s povezivanjem na poslužitelje Fluxera. To može biti privremeni mrežni problem ili planirano održavanje."
-#: src/components/modals/tabs/BetaCodesTab.tsx:297
+#: src/components/modals/tabs/BetaCodesTab.tsx:322
#: src/components/modals/tabs/DevicesTab.tsx:230
msgid "We're having trouble connecting to the space-time continuum. Please check your connection and try again."
msgstr "Imamo problema s povezivanjem na prostorno-vremenski kontinuum. Molimo provjerite svoju vezu i pokušajte ponovno."
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:287
-#: src/components/channel/ChannelSearchResults.tsx:681
+#: src/components/channel/ChannelSearchResults.tsx:650
msgid "We're indexing this channel for the first time. This might take a little while..."
msgstr "Indeksiramo ovaj kanal po prvi put. Ovo može potrajati malo..."
@@ -20829,17 +20913,16 @@ msgstr "Ovdje napišite prilagođeni CSS da nadjačate bilo koje tokene teme. Na
msgid "Write your content here... This textarea expands as you type."
msgstr "Ovdje napišite svoj sadržaj... Ovo područje teksta se širi dok tipkate."
-#: src/components/auth/DateOfBirthField.tsx:89
-#: src/components/auth/DateOfBirthField.tsx:156
+#: src/components/auth/DateOfBirthField.tsx:153
#: src/components/auth/MockMinimalRegisterForm.tsx:78
msgid "Year"
msgstr "Godina"
-#: src/components/modals/components/plutonium/PricingSection.tsx:78
+#: src/components/modals/components/plutonium/PricingSection.tsx:88
msgid "Yearly"
msgstr "Godišnje"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:71
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:84
msgid "Yearly {yearlyPrice}"
msgstr "Godišnje {yearlyPrice}"
@@ -20874,7 +20957,7 @@ msgstr "Upravo ćete napustiti Fluxer"
msgid "You are about to transfer ownership of this community to <0>{0}0>. This action is <1>irreversible1> and you will lose all owner privileges."
msgstr "Upravo ćete prenijeti vlasništvo ove zajednice na <0>{0}0>. Ova radnja je <1>nepovratna1> i izgubit ćete sve ovlasti vlasnika."
-#: src/components/channel/dm/AddFriendForm.tsx:72
+#: src/components/channel/dm/AddFriendForm.tsx:95
msgid "You are already friends with this user."
msgstr "Već ste prijatelji s ovim korisnikom."
@@ -20960,7 +21043,7 @@ msgstr "Možeš učitati najviše {MAX_EMOJIS_PER_UPLOAD} emojija odjednom. Samo
msgid "You can pin messages in this conversation for everyone to see."
msgstr "Možete prikvačiti poruke u ovom razgovoru da ih svi vide."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:175
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:194
msgid "You can redeem additional gift codes to <0>extend0> your gift time. To start a monthly or yearly plan, wait until after it ends — or <1>upgrade to Visionary1> now (remaining gift time will be discarded)."
msgstr "Možete iskoristiti dodatne kodove za poklone da <0>produžite0> vrijeme poklona. Da započnete mjesečni ili godišnji plan, pričekajte da završi — ili se <1>nadogradite na Visionary1> odmah (preostalo vrijeme poklona bit će odbačeno)."
@@ -20990,7 +21073,7 @@ msgstr "Možeš koristiti poveznice i Markdown za oblikovanje teksta. S <0/> mo
msgid "You can't add new reactions while you're on timeout."
msgstr "Ne možeš dodavati nove reakcije dok si na odmor."
-#: src/components/modals/UserProfileModal.tsx:1170
+#: src/components/modals/UserProfileModal.tsx:1171
msgid "You can't befriend yourself"
msgstr "Ne možeš se sprijateljiti sam sa sobom"
@@ -20998,14 +21081,14 @@ msgstr "Ne možeš se sprijateljiti sam sa sobom"
msgid "You can't interact with reactions in search results as it might disrupt the space-time continuum."
msgstr "Ne možeš komunicirati s reakcijama u rezultatima pretraživanja jer bi to moglo poremetiti prostorno-vremenski kontinuum."
-#: src/components/layout/ChannelItem.tsx:200
-#: src/components/layout/ChannelItem.tsx:366
-#: src/stores/voice/MediaEngineFacade.ts:151
-#: src/stores/voice/MediaEngineFacade.ts:482
+#: src/components/layout/ChannelItem.tsx:206
+#: src/components/layout/ChannelItem.tsx:375
+#: src/stores/voice/MediaEngineFacade.ts:154
+#: src/stores/voice/MediaEngineFacade.ts:529
msgid "You can't join while you're on timeout."
msgstr "Ne možeš se pridružiti dok si na odmor."
-#: src/components/modals/UserProfileModal.tsx:1182
+#: src/components/modals/UserProfileModal.tsx:1183
#: src/components/popouts/UserProfilePopout.tsx:282
#: src/components/profile/ProfilePreview.tsx:284
msgid "You can't message yourself"
@@ -21019,7 +21102,7 @@ msgstr "Ne možeš poslati zahtjev za prijateljstvo sam sebi."
msgid "You can't send friend requests to bots."
msgstr "Ne možeš slati zahtjeve za prijateljstvo botovima."
-#: src/components/channel/dm/AddFriendForm.tsx:64
+#: src/components/channel/dm/AddFriendForm.tsx:87
msgid "You can't send friend requests to users you've blocked. Unblock them first."
msgstr "Ne možeš slati zahtjeve za prijateljstvo korisnicima koje si blokirao. Prvo ih odblokiraj."
@@ -21066,11 +21149,11 @@ msgstr "Ne možeš ukloniti ovo dopuštenje jer bi ga uklonio i od sebe"
msgid "You cannot save a role with a blank name. Please provide a valid name before saving."
msgstr "Ne možeš spremiti ulogu s praznim imenom. Unesi valjano ime prije spremanja."
-#: src/components/channel/dm/AddFriendForm.tsx:68
+#: src/components/channel/dm/AddFriendForm.tsx:91
msgid "You cannot send a friend request to yourself."
msgstr "Ne možeš poslati zahtjev za prijateljstvo sam sebi."
-#: src/components/channel/dm/AddFriendForm.tsx:66
+#: src/components/channel/dm/AddFriendForm.tsx:89
msgid "You cannot send friend requests to bots."
msgstr "Ne možeš slati zahtjeve za prijateljstvo botovima."
@@ -21094,7 +21177,7 @@ msgstr "Nemaš pristup kanalu u kojem je ova poruka poslana."
msgid "You do not have permission to send messages in this channel."
msgstr "Nemaš dopuštenje za slanje poruka u ovom kanalu."
-#: src/components/layout/GuildLayout.tsx:393
+#: src/components/layout/GuildLayout.tsx:398
msgid "You don't have access to any channels in this community."
msgstr "Nemaš pristup nijednom kanalu u ovoj zajednici."
@@ -21114,23 +21197,23 @@ msgstr "Nemaš dopuštenje za instaliranje ovog paketa emojija."
msgid "You don't have permission to install this sticker pack."
msgstr "Nemaš dopuštenje za instaliranje ovog paketa naljepnica."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:203
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:222
msgid "You have all <0/> for <1>{monthlyPrice}/month1>."
msgstr "Imaš sve <0/> za <1>{monthlyPrice}/mjesec1>."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:208
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:227
msgid "You have all <0/> for <1>{yearlyPrice}/year1>."
msgstr "Imaš sve <0/> za <1>{yearlyPrice}/godinu1>."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:213
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:232
msgid "You have all <0/> for your subscription period."
msgstr "Imaš sve <0/> za svoje razdoblje pretplate."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:198
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:217
msgid "You have all <0/> forever. No subscriptions, no renewals."
msgstr "Imaš sve <0/> zauvijek. Bez pretplata, bez obnavljanja."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:169
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:188
msgid "You have all <0/> via a <1>gift subscription1> until <2>{giftEndDate}2>. It <3>won't renew3>."
msgstr "Imaš sve <0/> putem <1>poklon pretplate1> do <2>{giftEndDate}2>. Ona se <3>neće obnavljati3>."
@@ -21228,11 +21311,11 @@ msgstr "Izgubio si pristup ovoj spremljenoj poruci. Ukloniti?"
msgid "You made it, {username}! We're about to hit 88mph!"
msgstr "Uspjeli ste, {username}! Upravo ćemo dosegnuti 88mph!"
-#: src/components/channel/CallMessage.tsx:179
+#: src/components/channel/CallMessage.tsx:173
msgid "You missed a call from <0/> that lasted {durationText}."
msgstr "Propustili ste poziv od <0/> koji je trajao {durationText}."
-#: src/components/channel/CallMessage.tsx:184
+#: src/components/channel/CallMessage.tsx:178
msgid "You missed a call from <0/>."
msgstr "Propustio si poziv od <0/>."
@@ -21252,7 +21335,7 @@ msgstr "Morate imati 18 ili više godina da biste vidjeli ovaj sadržaj. <0>Sazn
msgid "You must be connected to the gateway to accept this temporary invite. Please check your connection and try again."
msgstr "Morate biti povezani na pristupnik da biste prihvatili ovaj privremeni poziv. Provjerite svoju vezu i pokušajte ponovno."
-#: src/components/pages/ReportPage.tsx:463
+#: src/components/pages/ReportPage.tsx:288
msgid "You must verify your email before submitting a report."
msgstr "Morate potvrditi svoj e-mail prije podnošenja prijave."
@@ -21385,7 +21468,7 @@ msgstr "U glasovnom kanalu si"
msgid "You're sending messages too quickly"
msgstr "Šaljete poruke prebrzo"
-#: src/components/channel/Messages.tsx:909
+#: src/components/channel/Messages.tsx:907
msgid "You're viewing older messages"
msgstr "Gledate starije poruke"
@@ -21464,7 +21547,7 @@ msgstr "Tvoj račun je odobren. Preusmjeravam te na aplikaciju..."
msgid "Your account has been created, but access is temporarily limited until approval. You will be notified once your account is approved."
msgstr "Tvoj račun je kreiran, ali pristup je privremeno ograničen dok se ne odobri. Obavijestit ćemo te kad tvoj račun bude odobren."
-#: src/components/modals/components/UnclaimedAccountAlert.tsx:38
+#: src/components/modals/components/UnclaimedAccountAlert.tsx:36
msgid "Your account is not yet claimed. Without an email and password, you won't be able to sign in from other devices and you could lose access to your account. Claim your account now to secure it."
msgstr "Tvoj račun još nije preuzet. Bez e-pošte i lozinke, nećeš se moći prijaviti s drugih uređaja i mogao/la bi izgubiti pristup svom računu. Preuzmi svoj račun sada da ga osiguraš."
@@ -21508,7 +21591,7 @@ msgstr "Tvoje postojeće postavke zvuka obavijesti će biti sačuvane."
msgid "Your export request will be processed"
msgstr "Tvoj zahtjev za izvoz će biti obrađen"
-#: src/components/pages/ReportPage.tsx:935
+#: src/components/pages/report/ReportStepDetails.tsx:213
msgid "Your FluxerTag (optional)"
msgstr "Tvoj FluxerTag (opcionalno)"
@@ -21521,7 +21604,7 @@ msgid "Your invite expires in 24 hours"
msgstr "Tvoj poziv istječe za 24 sata"
#. placeholder {0}: getExpirationText()
-#: src/components/modals/InviteModal.tsx:325
+#: src/components/modals/InviteModal.tsx:322
msgid "Your invite link expires in {0}."
msgstr "Tvoj pozivni link istječe za {0}."
@@ -21565,7 +21648,7 @@ msgstr "Tvoj osobni prostor za brzi pristup kanalima, DM-ovima i grupama koje vo
msgid "Your Plutonium subscription has expired. You've lost all Plutonium perks. Reactivate your subscription to regain access."
msgstr "Tvoja Plutonium pretplata je istekla. Izgubio/la si sve Plutonium pogodnosti. Ponovno aktiviraj svoju pretplatu da povratiš pristup."
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:781
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:813
msgid "Your private space"
msgstr "Tvoj privatni prostor"
@@ -21573,7 +21656,7 @@ msgstr "Tvoj privatni prostor"
msgid "Your private space for thoughts and reminders"
msgstr "Tvoj privatni prostor za misli i podsjetnike"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:277
+#: src/components/modals/tabs/GiftInventoryTab.tsx:300
msgid "Your Purchased Gifts"
msgstr "Tvoji kupljeni darovi"
@@ -21585,15 +21668,11 @@ msgstr "tvoja regija"
msgid "Your stream is still being broadcast"
msgstr "Tvoj stream se još uvijek emitira"
-#: src/components/pages/ReportPage.tsx:594
-msgid "Your submission ID"
-msgstr "Tvoj ID prijave"
-
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:153
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:172
msgid "Your subscription ended, but you still have all <0/> until <1>{graceDate}1>. Resubscribe to keep them."
msgstr "Tvoja pretplata je istekla, ali još uvijek imaš sve <0/> do <1>{graceDate}1>. Obnovi pretplatu da ih zadržiš."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:138
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:157
msgid "Your subscription expired on <0>{expiredDate}0>. You lost all <1/>. You can reactivate at any time."
msgstr "Tvoja pretplata je istekla <0>{expiredDate}0>. Izgubio/izgubila si sve <1/>. Možeš je ponovno aktivirati u bilo kojem trenutku."
@@ -21609,7 +21688,7 @@ msgstr "Tvoja pretplata je ponovno aktivirana!"
msgid "Your subscription has been set to cancel at the end of your billing period."
msgstr "Tvoja pretplata je postavljena na otkazivanje na kraju obračunskog razdoblja."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:191
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:210
msgid "Your subscription will cancel on <0>{cancelDate}0>. You'll lose all <1/> after that date."
msgstr "Tvoja pretplata će se otkazati <0>{cancelDate}0>. Izgubit ćeš sve <1/> nakon tog datuma."
diff --git a/fluxer_app/src/locales/hu/messages.po b/fluxer_app/src/locales/hu/messages.po
index cf414967..49a0ffa2 100644
--- a/fluxer_app/src/locales/hu/messages.po
+++ b/fluxer_app/src/locales/hu/messages.po
@@ -68,12 +68,12 @@ msgstr "(max 15 látható)"
msgid "(No content)"
msgstr "(Nincs tartalom)"
-#: src/components/modals/UserProfileMobileSheet.tsx:552
+#: src/components/modals/UserProfileMobileSheet.tsx:556
#: src/components/pages/YouPage.tsx:147
msgid "(only visible to you)"
msgstr "(csak neked látható)"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:954
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:976
msgid "(you)"
msgstr "(te)"
@@ -138,12 +138,12 @@ msgid "{0} Online"
msgstr "{0} online"
#. placeholder {0}: reaction.count
-#: src/components/channel/MessageReactions.tsx:120
+#: src/components/channel/MessageReactions.tsx:119
msgid "{0} reaction"
msgstr "{0} reakció"
#. placeholder {0}: reaction.count
-#: src/components/channel/MessageReactions.tsx:120
+#: src/components/channel/MessageReactions.tsx:119
msgid "{0} reactions"
msgstr "{0} reakció"
@@ -153,13 +153,13 @@ msgid "{0} remaining"
msgstr "{0} maradt"
#. placeholder {0}: machineState.total
-#: src/components/channel/ChannelSearchResults.tsx:315
+#: src/components/channel/ChannelSearchResults.tsx:272
msgid "{0} Result"
msgstr "{0} Eredmény"
#. placeholder {0}: machineState.total
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:390
-#: src/components/channel/ChannelSearchResults.tsx:315
+#: src/components/channel/ChannelSearchResults.tsx:272
msgid "{0} Results"
msgstr "{0} találat"
@@ -402,7 +402,7 @@ msgstr "{actor} frissítette a matricát: {namedTarget}."
msgid "{actor} updated the webhook {namedTarget}."
msgstr "{actor} frissítette a webhookot: {namedTarget}."
-#: src/components/modals/tabs/BetaCodesTab.tsx:280
+#: src/components/modals/tabs/BetaCodesTab.tsx:284
msgid "{allowance} codes remaining this week"
msgstr "{allowance} kód maradt ezen a héten"
@@ -533,7 +533,7 @@ msgstr "{emojiName}, {0} reakció"
msgid "{emojiName}, {0} reactions"
msgstr "{emojiName}, {0} reakció"
-#: src/components/channel/MessageReactions.tsx:122
+#: src/components/channel/MessageReactions.tsx:121
msgid "{emojiName}: {reactionCountText}, {actionText}"
msgstr "{emojiName}: {reactionCountText}, {actionText}"
@@ -561,8 +561,8 @@ msgstr "{label} képek nem lehetnek animáltak. Kérlek, használj JPEG, PNG vag
#: src/components/auth/InviteHeader.tsx:127
#: src/components/auth/InviteHeader.tsx:241
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:281
-#: src/components/channel/InviteEmbed.tsx:180
-#: src/components/channel/InviteEmbed.tsx:444
+#: src/components/channel/InviteEmbed.tsx:182
+#: src/components/channel/InviteEmbed.tsx:446
msgid "{memberCount} Member"
msgstr "{memberCount} tag"
@@ -570,8 +570,8 @@ msgstr "{memberCount} tag"
#: src/components/auth/InviteHeader.tsx:127
#: src/components/auth/InviteHeader.tsx:241
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:281
-#: src/components/channel/InviteEmbed.tsx:180
-#: src/components/channel/InviteEmbed.tsx:444
+#: src/components/channel/InviteEmbed.tsx:182
+#: src/components/channel/InviteEmbed.tsx:446
msgid "{memberCount} Members"
msgstr "{memberCount} tag"
@@ -606,11 +606,11 @@ msgstr "{minutes} perc és {seconds} másodperc"
msgid "{minutes} minutes and 1 second"
msgstr "{minutes} perc és 1 másodperc"
-#: src/components/channel/dm/DMWelcomeSection.tsx:155
+#: src/components/channel/dm/DMWelcomeSection.tsx:167
msgid "{mutualGuildCount} mutual commmunity"
msgstr "{mutualGuildCount} közös közösség"
-#: src/components/channel/dm/DMWelcomeSection.tsx:156
+#: src/components/channel/dm/DMWelcomeSection.tsx:168
msgid "{mutualGuildCount} mutual communities"
msgstr "{mutualGuildCount} közös közösségek"
@@ -632,7 +632,7 @@ msgstr "{participantCount} résztvevő a hívásban"
#: src/components/auth/InviteHeader.tsx:235
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:276
-#: src/components/channel/InviteEmbed.tsx:439
+#: src/components/channel/InviteEmbed.tsx:441
msgid "{presenceCount} Online"
msgstr "{presenceCount} online"
@@ -644,15 +644,15 @@ msgstr "maradt {remaining} karakter"
msgid "{remaining} characters left. Get Plutonium to write up to {premiumMaxLength} characters."
msgstr "maradt {remaining} karakter. Szerezd meg a Plutoniumot, hogy akár {premiumMaxLength} karaktert írhass."
-#: src/components/channel/InviteEmbed.tsx:301
+#: src/components/channel/InviteEmbed.tsx:303
msgid "{renderedMemberCount} Member"
msgstr "{renderedMemberCount} tag"
-#: src/components/channel/InviteEmbed.tsx:301
+#: src/components/channel/InviteEmbed.tsx:303
msgid "{renderedMemberCount} Members"
msgstr "{renderedMemberCount} tag"
-#: src/components/channel/InviteEmbed.tsx:296
+#: src/components/channel/InviteEmbed.tsx:298
msgid "{renderedPresenceCount} Online"
msgstr "{renderedPresenceCount} online"
@@ -704,11 +704,11 @@ msgstr "{totalSeconds} másodperc"
msgid "{totalSeconds} seconds"
msgstr "{totalSeconds} másodperc"
-#: src/components/layout/GuildsLayout.tsx:231
+#: src/components/layout/GuildsLayout.tsx:229
msgid "{unavailableCount} communities are temporarily unavailable due to a flux capacitor malfunction."
msgstr "{unavailableCount} közösség ideiglenesen nem elérhető a fluxus kondenzátor hibája miatt."
-#: src/components/layout/GuildsLayout.tsx:230
+#: src/components/layout/GuildsLayout.tsx:228
msgid "{unavailableCount} community is temporarily unavailable due to a flux capacitor malfunction."
msgstr "{unavailableCount} közösség ideiglenesen nem elérhető a fluxus kondenzátor hibája miatt."
@@ -814,27 +814,27 @@ msgstr "@everyone említések"
msgid "@username"
msgstr "@username"
-#: src/components/channel/CallMessage.tsx:75
+#: src/components/channel/CallMessage.tsx:72
msgid "# days"
msgstr "# nap"
-#: src/components/channel/CallMessage.tsx:76
+#: src/components/channel/CallMessage.tsx:73
msgid "# hours"
msgstr "# óra"
-#: src/components/channel/CallMessage.tsx:77
+#: src/components/channel/CallMessage.tsx:74
msgid "# minutes"
msgstr "# perc"
-#: src/components/channel/CallMessage.tsx:73
+#: src/components/channel/CallMessage.tsx:70
msgid "# months"
msgstr "# hónap"
-#: src/components/channel/CallMessage.tsx:74
+#: src/components/channel/CallMessage.tsx:71
msgid "# weeks"
msgstr "# hét"
-#: src/components/channel/CallMessage.tsx:72
+#: src/components/channel/CallMessage.tsx:69
msgid "# years"
msgstr "# év"
@@ -878,11 +878,11 @@ msgstr "<0/> eltávolította <1/> a csoportból."
msgid "<0/> removed someone from the group."
msgstr "<0/> eltávolított valakit a csoportból."
-#: src/components/channel/CallMessage.tsx:191
+#: src/components/channel/CallMessage.tsx:185
msgid "<0/> started a call that lasted {durationText}."
msgstr "<0/> hívást kezdeményezett, ami {durationText} tartott."
-#: src/components/channel/CallMessage.tsx:154
+#: src/components/channel/CallMessage.tsx:148
msgid "<0/> started a call."
msgstr "<0/> hívást kezdeményezett."
@@ -943,11 +943,11 @@ msgstr "<0>Feloldotta a némítást0> a tagon."
msgid "<0>Warning:0> This will also disable SMS two-factor authentication."
msgstr "<0>Figyelem:0> Ez letiltja az SMS kétfaktoros hitelesítést is."
-#: src/components/modals/tabs/BetaCodesTab.tsx:278
+#: src/components/modals/tabs/BetaCodesTab.tsx:282
msgid "1 code remaining this week"
msgstr "1 kód maradt ezen a héten"
-#: src/components/channel/CallMessage.tsx:75
+#: src/components/channel/CallMessage.tsx:72
#: src/components/modals/BanMemberModal.tsx:54
#: src/components/modals/InviteModal.tsx:77
#: src/components/modals/InviteModal.tsx:212
@@ -956,7 +956,7 @@ msgstr "1 kód maradt ezen a héten"
msgid "1 day"
msgstr "1 nap"
-#: src/components/channel/CallMessage.tsx:76
+#: src/components/channel/CallMessage.tsx:73
#: src/components/modals/BanMemberModal.tsx:52
#: src/components/modals/channelTabs/ChannelOverviewTab.tsx:154
#: src/components/modals/CustomStatusBottomSheet.tsx:44
@@ -993,7 +993,7 @@ msgstr "1 perc és {seconds} másodperc"
msgid "1 minute and 1 second"
msgstr "1 perc és 1 másodperc"
-#: src/components/channel/CallMessage.tsx:73
+#: src/components/channel/CallMessage.tsx:70
#: src/components/modals/BanMemberModal.tsx:59
msgid "1 month"
msgstr "1 hónap"
@@ -1002,12 +1002,12 @@ msgstr "1 hónap"
msgid "1 Month"
msgstr "1 hónap"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:99
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:120
msgid "1 Month {monthlyPrice}"
msgstr "1 hónap {monthlyPrice}"
-#: src/components/modals/components/plutonium/GiftSection.tsx:78
-#: src/components/modals/components/plutonium/PricingSection.tsx:110
+#: src/components/modals/components/plutonium/GiftSection.tsx:88
+#: src/components/modals/components/plutonium/PricingSection.tsx:128
msgid "1 Month Gift"
msgstr "1 hónap ajándék"
@@ -1020,22 +1020,22 @@ msgstr "1 használat"
msgid "1 user"
msgstr "1 felhasználó"
-#: src/components/channel/CallMessage.tsx:74
+#: src/components/channel/CallMessage.tsx:71
#: src/components/modals/BanMemberModal.tsx:57
#: src/components/modals/TimeoutMemberOptions.ts:39
msgid "1 week"
msgstr "1 hét"
-#: src/components/channel/CallMessage.tsx:72
+#: src/components/channel/CallMessage.tsx:69
msgid "1 year"
msgstr "1 év"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:91
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:109
msgid "1 Year {yearlyPrice}"
msgstr "1 év {yearlyPrice}"
-#: src/components/modals/components/plutonium/GiftSection.tsx:69
-#: src/components/modals/components/plutonium/PricingSection.tsx:101
+#: src/components/modals/components/plutonium/GiftSection.tsx:76
+#: src/components/modals/components/plutonium/PricingSection.tsx:116
msgid "1 Year Gift"
msgstr "1 év ajándék"
@@ -1286,8 +1286,8 @@ msgstr "8 óra"
msgid "A 4-digit tag will be added automatically to ensure uniqueness"
msgstr "Egy 4 számjegyű címke automatikusan hozzáadásra kerül az egyediség biztosítása érdekében"
-#: src/components/channel/CallMessage.tsx:86
-#: src/components/channel/CallMessage.tsx:148
+#: src/components/channel/CallMessage.tsx:83
+#: src/components/channel/CallMessage.tsx:142
msgid "a few seconds"
msgstr "néhány másodperc"
@@ -1299,7 +1299,7 @@ msgstr "Néhány billentyűháborús harcos gyülekezik..."
msgid "A helpful bot that does amazing things!"
msgstr "Egy segítőkész bot, amely csodás dolgokat tesz!"
-#: src/components/channel/CallMessage.tsx:77
+#: src/components/channel/CallMessage.tsx:74
msgid "a minute"
msgstr "egy perc"
@@ -1316,7 +1316,7 @@ msgid "A symphony of clacking keys is underway..."
msgstr "A billentyűk csattogásának szimfóniája zajlik..."
#: src/components/modals/tabs/MyProfileTab/BioEditor.tsx:127
-#: src/components/modals/UserProfileMobileSheet.tsx:528
+#: src/components/modals/UserProfileMobileSheet.tsx:532
#: src/components/pages/YouPage.tsx:132
msgid "About Me"
msgstr "Rólam"
@@ -1330,18 +1330,18 @@ msgstr "Rólad"
msgid "Accent Color"
msgstr "Kiemelő szín"
-#: src/components/channel/channel-view/DMChannelView.tsx:291
-#: src/components/channel/dm/DMWelcomeSection.tsx:116
+#: src/components/channel/channel-view/DMChannelView.tsx:292
+#: src/components/channel/dm/DMWelcomeSection.tsx:128
#: src/components/channel/friends/FriendListItem.tsx:238
#: src/components/channel/friends/MobileFriendRequestItem.tsx:99
#: src/components/voice/IncomingCallUI.tsx:302
msgid "Accept"
msgstr "Elfogad"
-#: src/components/bottomsheets/DMBottomSheet.tsx:515
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:260
-#: src/components/modals/UserProfileModal.tsx:1258
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:88
+#: src/components/bottomsheets/DMBottomSheet.tsx:517
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:262
+#: src/components/modals/UserProfileModal.tsx:1259
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:109
msgid "Accept Friend Request"
msgstr "Barátkérelem elfogadása"
@@ -1358,7 +1358,7 @@ msgstr "Meghívó elfogadása"
msgid "Accept the incoming call"
msgstr "Fogadd a bejövő hívást"
-#: src/components/channel/InviteEmbed.tsx:226
+#: src/components/channel/InviteEmbed.tsx:228
#: src/components/modals/InviteAcceptModal.tsx:163
msgid "Accepting this invite installs the pack automatically."
msgstr "A meghívó elfogadása automatikusan telepíti a csomagot."
@@ -1407,7 +1407,7 @@ msgstr "Fiók és Prémium"
msgid "Account appears to exist solely for spamming"
msgstr "A fiók kizárólag spammelésre létezik"
-#: src/components/modals/ClaimAccountModal.tsx:105
+#: src/components/modals/ClaimAccountModal.tsx:107
msgid "Account claimed successfully"
msgstr "Fiók sikeresen igényelve"
@@ -1459,7 +1459,7 @@ msgstr "Csak az összes privát üzenetedben, amelyben valaha voltál"
msgid "Action with both icons!"
msgstr "Akció mindkét ikonnal!"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:124
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:143
msgid "Active"
msgstr "Aktív"
@@ -1584,12 +1584,13 @@ msgstr "E-mail hozzáadása"
msgid "Add Favorite Channels"
msgstr "Kedvenc csatornák hozzáadása"
-#: src/components/bottomsheets/DMBottomSheet.tsx:524
+#: src/components/bottomsheets/DMBottomSheet.tsx:527
#: src/components/channel/dm/AddFriendView.tsx:32
#: src/components/channel/dm/DMFriendsView.tsx:199
#: src/components/modals/AddFriendSheet.tsx:50
-#: src/components/modals/UserProfileModal.tsx:1178
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:68
+#: src/components/modals/UserProfileModal.tsx:1179
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:75
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:89
msgid "Add Friend"
msgstr "Barát hozzáadása"
@@ -1597,7 +1598,7 @@ msgstr "Barát hozzáadása"
msgid "Add Friends"
msgstr "Barátok hozzáadása"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1187
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1211
#: src/components/channel/ChannelHeader.tsx:630
#: src/components/channel/dm/GroupDMWelcomeSection.tsx:85
msgid "Add Friends to Group"
@@ -1612,7 +1613,7 @@ msgstr "Elem hozzáadása"
msgid "Add new reactions to messages."
msgstr "Új reakciók hozzáadása az üzenetekhez."
-#: src/components/bottomsheets/DMBottomSheet.tsx:426
+#: src/components/bottomsheets/DMBottomSheet.tsx:428
#: src/components/profile/ProfileCard/ProfileCardActions.tsx:48
#: src/components/uikit/ContextMenu/items/UserNoteMenuItems.tsx:42
msgid "Add Note"
@@ -1647,7 +1648,7 @@ msgstr "Telefonszám hozzáadása űrlap"
#: src/components/channel/MessageActionBar.tsx:450
#: src/components/channel/MessageActionBar.tsx:741
#: src/components/channel/messageActionMenu.tsx:92
-#: src/components/channel/MessageReactions.tsx:264
+#: src/components/channel/MessageReactions.tsx:263
#: src/components/uikit/ContextMenu/items/MessageMenuItems.tsx:65
msgid "Add Reaction"
msgstr "Reakció hozzáadása"
@@ -1695,8 +1696,8 @@ msgid "Add to favorites"
msgstr "Hozzáadás a kedvencekhez"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:370
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1103
-#: src/components/bottomsheets/DMBottomSheet.tsx:400
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1127
+#: src/components/bottomsheets/DMBottomSheet.tsx:402
#: src/components/channel/ChannelHeader.tsx:547
#: src/components/channel/ChannelHeader.tsx:595
#: src/components/channel/ChannelHeader.tsx:600
@@ -1731,11 +1732,11 @@ msgid "Added to bookmarks"
msgstr "Hozzáadva a könyvjelzőkhöz"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:118
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:544
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:558
msgid "Added to favorites"
msgstr "Hozzáadva a kedvencekhez"
-#: src/components/bottomsheets/DMBottomSheet.tsx:129
+#: src/components/bottomsheets/DMBottomSheet.tsx:131
msgid "Added to Favorites"
msgstr "Hozzáadva a Kedvencekhez"
@@ -1752,7 +1753,7 @@ msgstr "Hozzáadva: {createdDate}"
msgid "Added: {createdDate} • Last used: {lastUsedDate}"
msgstr "Hozzáadva: {createdDate} • Utoljára használva: {lastUsedDate}"
-#: src/components/pages/ReportPage.tsx:943
+#: src/components/pages/report/ReportStepDetails.tsx:222
msgid "Additional Comments (optional)"
msgstr "További megjegyzések (opcionális)"
@@ -1873,7 +1874,7 @@ msgstr "Minden hívás csendesen értesít a csengés helyett. Alapértelmezés
msgid "All Communities"
msgstr "Összes közösség"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:74
+#: src/components/modals/components/plutonium/VisionarySection.tsx:83
msgid "All current and future Plutonium benefits, forever"
msgstr "Minden jelenlegi és jövőbeli Plutonium előny, örökre"
@@ -1911,7 +1912,7 @@ msgstr "Összes tag"
msgid "All messages"
msgstr "Összes üzenet"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1377
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1401
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:206
#: src/components/modals/GuildNotificationSettingsModal.tsx:87
#: src/components/modals/GuildNotificationSettingsModal.tsx:273
@@ -2071,11 +2072,11 @@ msgstr "{0} engedélyezve."
msgid "Already have an account?"
msgstr "Már van fiókod?"
-#: src/components/channel/InviteEmbed.tsx:187
+#: src/components/channel/InviteEmbed.tsx:189
msgid "Already joined"
msgstr "Már csatlakoztál"
-#: src/components/channel/GiftEmbed.tsx:90
+#: src/components/channel/GiftEmbed.tsx:97
msgid "Already redeemed"
msgstr "Már beváltva"
@@ -2135,8 +2136,8 @@ msgstr "Mindig bízz <0>{hostname}0> — hagyd ki ezt a figyelmeztetést legk
msgid "Always underline links"
msgstr "Mindig aláhúzd a linkeket"
-#: src/components/channel/ChannelSearchResults.tsx:511
-#: src/components/channel/ChannelSearchResults.tsx:562
+#: src/components/channel/ChannelSearchResults.tsx:480
+#: src/components/channel/ChannelSearchResults.tsx:531
#: src/hooks/useChannelSearch.ts:233
#: src/hooks/useChannelSearch.ts:375
msgid "An error occurred while searching"
@@ -2198,7 +2199,7 @@ msgid "Animated Emoji ({0})"
msgstr "Animált hangulatjel ({0})"
#: src/components/channel/embeds/media/EmbedGifv.tsx:237
-#: src/components/channel/embeds/media/EmbedGifv.tsx:725
+#: src/components/channel/embeds/media/EmbedGifv.tsx:749
#: src/components/modals/MediaViewerModal.tsx:294
#: src/components/modals/MediaViewerModal.tsx:362
msgid "Animated GIF"
@@ -2320,8 +2321,8 @@ msgstr "Az alkalmazás sikeresen frissítve"
msgid "Applications"
msgstr "Alkalmazások"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:99
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:137
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:103
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:141
msgid "Applications & Bots"
msgstr "Alkalmazások és botok"
@@ -2352,7 +2353,7 @@ msgid "Archive"
msgstr "Archívum"
#. placeholder {0}: user.username
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:162
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:164
#: src/components/modals/UserProfileActionsSheet.tsx:133
#: src/utils/RelationshipActionUtils.tsx:141
msgid "Are you sure you want to block {0}? They won't be able to message you or send you friend requests."
@@ -2368,8 +2369,8 @@ msgid "Are you sure you want to close this group DM? You can always reopen it la
msgstr "Biztosan be akarod zárni ezt a csoportos privát üzenetet? Később bármikor újra megnyithatod."
#. placeholder {0}: recipient?.username ?? ''
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:601
-#: src/components/bottomsheets/DMBottomSheet.tsx:303
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:615
+#: src/components/bottomsheets/DMBottomSheet.tsx:305
msgid "Are you sure you want to close your DM with {0}? You can always reopen it later."
msgstr "Biztosan be akarod zárni a privát üzenetedet {0} felé? Később bármikor újra megnyithatod."
@@ -2406,7 +2407,7 @@ msgid "Are you sure you want to delete #{0}? This action cannot be undone."
msgstr "Biztosan törlöd a #{0} csatornát? Ez a művelet nem vonható vissza."
#. placeholder {0}: channel.name ?? 'this channel'
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:667
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:681
msgid "Are you sure you want to delete #{0}? This cannot be undone."
msgstr "Biztosan törlöd a #{0} csatornát? Ez nem vonható vissza."
@@ -2504,7 +2505,7 @@ msgstr "Biztosan el szeretnéd hagyni {0}-t?"
msgid "Are you sure you want to leave this community? You will no longer be able to see any messages."
msgstr "Biztosan el szeretnéd hagyni ezt a közösséget? Többé nem fogsz tudni üzeneteket látni."
-#: src/components/bottomsheets/DMBottomSheet.tsx:338
+#: src/components/bottomsheets/DMBottomSheet.tsx:340
#: src/hooks/useLeaveGroup.tsx:43
msgid "Are you sure you want to leave this group? You will no longer be able to see any messages."
msgstr "Biztosan el szeretnéd hagyni ezt a csoportot? Többé nem fogsz tudni üzeneteket látni."
@@ -2515,9 +2516,9 @@ msgid "Are you sure you want to make {0} the group owner? You will lose owner pr
msgstr "Biztosan {0}-t szeretnéd a csoport tulajdonosává tenni? Elveszíted a tulajdonosi jogokat."
#. placeholder {0}: user.username
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:145
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:147
#: src/components/modals/UserProfileActionsSheet.tsx:116
-#: src/components/modals/UserProfileMobileSheet.tsx:303
+#: src/components/modals/UserProfileMobileSheet.tsx:304
#: src/utils/RelationshipActionUtils.tsx:114
msgid "Are you sure you want to remove {0} as a friend?"
msgstr "Biztosan el szeretnéd távolítani {0}-t barátként?"
@@ -2557,10 +2558,10 @@ msgid "Are you sure you want to transfer ownership of the group to {0}?"
msgstr "Biztosan át szeretnéd adni a csoport tulajdonjogát {0}-nak?"
#. placeholder {0}: user.username
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:179
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:181
#: src/components/modals/tabs/BlockedUsersTab.tsx:57
#: src/components/modals/UserProfileActionsSheet.tsx:150
-#: src/components/modals/UserProfileMobileSheet.tsx:319
+#: src/components/modals/UserProfileMobileSheet.tsx:320
#: src/utils/RelationshipActionUtils.tsx:168
msgid "Are you sure you want to unblock {0}?"
msgstr "Biztosan fel szeretnéd oldani {0} blokkolását?"
@@ -2573,7 +2574,7 @@ msgstr "Művészeti Klub"
msgid "Artists' Corner"
msgstr "Művészek Sarokja"
-#: src/components/modals/components/plutonium/PricingSection.tsx:63
+#: src/components/modals/components/plutonium/PricingSection.tsx:69
msgid "As a Gift"
msgstr "Ajándékként"
@@ -2689,7 +2690,7 @@ msgstr "Hangbeállítások"
msgid "Audio will be included with this screen share."
msgstr "A hang is szerepelni fog ebben a képernyőmegosztásban."
-#: src/components/pages/ReportPage.tsx:311
+#: src/components/pages/report/optionDescriptors.ts:83
msgid "Austria"
msgstr "Ausztria"
@@ -2844,6 +2845,7 @@ msgstr "Átlag ping:"
#: src/components/modals/PhoneAddModal.tsx:235
#: src/components/modals/RequiredActionModal.tsx:463
#: src/components/pages/OAuthAuthorizePage.tsx:694
+#: src/components/pages/report/ReportStepDetails.tsx:243
msgid "Back"
msgstr "Vissza"
@@ -2933,7 +2935,7 @@ msgid "Balanced quality and bandwidth"
msgstr "Kiegyensúlyozott minőség és sávszélesség"
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:353
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:320
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:323
#: src/components/modals/UserProfileActionsSheet.tsx:262
msgid "Ban"
msgstr "Kitiltás"
@@ -3035,7 +3037,7 @@ msgstr "előtt:"
msgid "Begin a call in the current private conversation"
msgstr "Hívás indítása az aktuális privát beszélgetésben"
-#: src/components/pages/ReportPage.tsx:312
+#: src/components/pages/report/optionDescriptors.ts:84
msgid "Belgium"
msgstr "Belgium"
@@ -3066,7 +3068,7 @@ msgstr "Béta kód (opcionális)"
msgid "Beta Code Redeemed!"
msgstr "Béta kód beváltva!"
-#: src/components/modals/tabs/BetaCodesTab.tsx:313
+#: src/components/modals/tabs/BetaCodesTab.tsx:338
#: src/components/modals/utils/settingsSearchIndex.ts:741
msgid "Beta Codes"
msgstr "Béta kódok"
@@ -3083,13 +3085,13 @@ msgstr "Bemutatkozás"
msgid "Bio character limit"
msgstr "Bemutatkozás karakterkorlát"
-#: src/components/bottomsheets/DMBottomSheet.tsx:538
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:163
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:345
+#: src/components/bottomsheets/DMBottomSheet.tsx:541
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:165
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:348
#: src/components/modals/UserProfileActionsSheet.tsx:134
#: src/components/modals/UserProfileActionsSheet.tsx:298
#: src/components/modals/UserProfileModal.tsx:1062
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:190
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:211
#: src/utils/RelationshipActionUtils.tsx:143
msgid "Block"
msgstr "Blokkolás"
@@ -3106,7 +3108,7 @@ msgstr "Blokkolod a közösségi tagok privát üzeneteit?"
msgid "Block for all communities"
msgstr "Blokkolás minden közösségben"
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:161
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:163
#: src/components/modals/UserProfileActionsSheet.tsx:132
#: src/utils/RelationshipActionUtils.tsx:139
msgid "Block User"
@@ -3270,7 +3272,7 @@ msgstr "Böngésző hang szükséges"
msgid "Browser locale ({browserLocale}): {format}"
msgstr "Böngésző területi beállítás ({browserLocale}): {format}"
-#: src/components/pages/ReportPage.tsx:313
+#: src/components/pages/report/optionDescriptors.ts:85
msgid "Bulgaria"
msgstr "Bulgária"
@@ -3313,16 +3315,16 @@ msgstr "A gombok betöltési jelzőt mutatnak, ha a submitting igaz."
msgid "Buttons with Icons"
msgstr "Gombok ikonokkal"
-#: src/components/modals/components/plutonium/GiftSection.tsx:74
-#: src/components/modals/components/plutonium/GiftSection.tsx:83
-#: src/components/modals/components/plutonium/GiftSection.tsx:92
-#: src/components/modals/components/plutonium/PricingSection.tsx:106
-#: src/components/modals/components/plutonium/PricingSection.tsx:115
-#: src/components/modals/components/plutonium/PricingSection.tsx:124
+#: src/components/modals/components/plutonium/GiftSection.tsx:81
+#: src/components/modals/components/plutonium/GiftSection.tsx:93
+#: src/components/modals/components/plutonium/GiftSection.tsx:105
+#: src/components/modals/components/plutonium/PricingSection.tsx:121
+#: src/components/modals/components/plutonium/PricingSection.tsx:133
+#: src/components/modals/components/plutonium/PricingSection.tsx:145
msgid "Buy Gift"
msgstr "Ajándék vásárlása"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:114
+#: src/components/modals/components/plutonium/VisionarySection.tsx:140
msgid "Buying Visionary will cancel your current {currentAccessLabel} immediately. It is a one-time purchase with lifetime access."
msgstr "A Visionary megvásárlása azonnal megszünteti a jelenlegi {currentAccessLabel}-t. Ez egy egyszeri vásárlás, amely élethosszig tartó hozzáférést biztosít."
@@ -3347,7 +3349,7 @@ msgstr "Lassított mód kihagyása"
msgid "Bypass Splash Screen"
msgstr "Kikerüli a splash képernyőt"
-#: src/components/channel/channel-view/DMChannelView.tsx:271
+#: src/components/channel/channel-view/DMChannelView.tsx:272
msgid "Call available"
msgstr "Hívás elérhető"
@@ -3446,11 +3448,11 @@ msgstr "Kamera beállítások"
#: src/components/modals/CategoryCreateModal.tsx:79
#: src/components/modals/ChannelCreateModal.tsx:100
#: src/components/modals/ChannelDeleteModal.tsx:72
-#: src/components/modals/ClaimAccountModal.tsx:179
-#: src/components/modals/ClaimAccountModal.tsx:219
-#: src/components/modals/components/MobileSettingsView.tsx:302
+#: src/components/modals/ClaimAccountModal.tsx:181
+#: src/components/modals/ClaimAccountModal.tsx:221
+#: src/components/modals/components/MobileSettingsView.tsx:297
#: src/components/modals/components/plutonium/hooks/useCheckoutActions.tsx:110
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:328
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:371
#: src/components/modals/ConfirmModal.tsx:146
#: src/components/modals/CreateDMModal.tsx:88
#: src/components/modals/CreateFavoriteCategoryModal.tsx:74
@@ -3473,7 +3475,7 @@ msgstr "Kamera beállítások"
#: src/components/modals/HideOwnCameraConfirmModal.tsx:65
#: src/components/modals/IARModal.tsx:218
#: src/components/modals/ImageCropModal.tsx:981
-#: src/components/modals/InviteModal.tsx:336
+#: src/components/modals/InviteModal.tsx:333
#: src/components/modals/KickMemberModal.tsx:60
#: src/components/modals/MfaTotpDisableModal.tsx:75
#: src/components/modals/MfaTotpEnableModal.tsx:102
@@ -3498,11 +3500,11 @@ msgstr "Kamera beállítások"
msgid "Cancel"
msgstr "Mégse"
-#: src/components/channel/dm/DMWelcomeSection.tsx:126
+#: src/components/channel/dm/DMWelcomeSection.tsx:138
#: src/components/channel/friends/FriendListItem.tsx:164
#: src/components/channel/friends/FriendListItem.tsx:166
-#: src/components/modals/UserProfileModal.tsx:1273
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:171
+#: src/components/modals/UserProfileModal.tsx:1274
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:192
msgid "Cancel Friend Request"
msgstr "Barátkérelem visszavonása"
@@ -3522,7 +3524,7 @@ msgstr "Kérelem visszavonása"
msgid "Cancel upload"
msgstr "Feltöltés megszakítása"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:118
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:137
msgid "Canceling"
msgstr "Visszavonás"
@@ -3566,7 +3568,7 @@ msgstr "Kártya igazítása"
msgid "Card alignment controls"
msgstr "Kártya igazítás vezérlők"
-#: src/components/modals/components/MobileSettingsView.tsx:123
+#: src/components/modals/components/MobileSettingsView.tsx:118
#: src/components/modals/components/SettingsModalHeader.tsx:76
msgid "Careful! You have unsaved changes."
msgstr "Vigyázz! Vannak mentetlen változtatások."
@@ -3576,7 +3578,7 @@ msgstr "Vigyázz! Vannak mentetlen változtatások."
msgid "Category"
msgstr "Kategória"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1371
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1395
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:239
msgid "Category Default"
msgstr "Alapértelmezett kategória"
@@ -3594,7 +3596,7 @@ msgstr "Kategória tele"
msgid "Category Name"
msgstr "Kategória neve"
-#: src/components/modals/ChannelSettingsModal.tsx:105
+#: src/components/modals/ChannelSettingsModal.tsx:113
#: src/components/modals/components/DesktopChannelSettingsView.tsx:188
msgid "Category Settings"
msgstr "Kategória beállítások"
@@ -3625,7 +3627,7 @@ msgstr "Háttér módosítása"
msgid "Change Banner"
msgstr "Banner módosítása"
-#: src/components/pages/ReportPage.tsx:752
+#: src/components/pages/report/ReportStepVerification.tsx:126
msgid "Change email"
msgstr "E-mail változtatás"
@@ -3647,8 +3649,8 @@ msgstr "FluxerTag módosítása"
msgid "Change FluxerTag form"
msgstr "FluxerTag módosítása űrlap"
-#: src/components/bottomsheets/DMBottomSheet.tsx:433
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:133
+#: src/components/bottomsheets/DMBottomSheet.tsx:435
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:154
msgid "Change Friend Nickname"
msgstr "Barát becenevének módosítása"
@@ -3673,7 +3675,7 @@ msgid "Change My Group Nickname"
msgstr "Saját csoportbecenév módosítása"
#: src/components/modals/BaseChangeNicknameModal.tsx:82
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:238
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:240
#: src/components/modals/RenameChannelModal.tsx:58
#: src/components/modals/UserProfileActionsSheet.tsx:225
#: src/components/modals/UserProfileActionsSheet.tsx:225
@@ -3760,8 +3762,8 @@ msgstr "Hangrégió módosítva {0}-ra."
msgid "channel"
msgstr "csatorna"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:483
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:549
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:497
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:563
#: src/components/invites/InviteListItem.tsx:50
#: src/components/webhooks/WebhookListItem.tsx:240
#: src/constants/AuditLogConstants.tsx:236
@@ -3796,7 +3798,7 @@ msgid "Channel Debug"
msgstr "Csatorna-hibakeresés"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:188
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:675
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:689
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:329
msgid "Channel deleted"
msgstr "Csatorna törölve"
@@ -3806,11 +3808,11 @@ msgid "Channel Deleted"
msgstr "Csatorna törölve"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:273
-#: src/components/bottomsheets/DMBottomSheet.tsx:366
+#: src/components/bottomsheets/DMBottomSheet.tsx:368
msgid "Channel ID copied"
msgstr "Csatornaazonosító másolva"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:535
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:549
msgid "Channel ID copied to clipboard"
msgstr "Csatornaazonosító a vágólapra másolva"
@@ -3878,9 +3880,9 @@ msgstr "Csatorna-nyilvántartás"
msgid "Channel removed from favorites"
msgstr "Csatorna eltávolítva a kedvencekből"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1092
-#: src/components/layout/ChannelItem.tsx:630
-#: src/components/modals/ChannelSettingsModal.tsx:105
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1116
+#: src/components/layout/ChannelItem.tsx:647
+#: src/components/modals/ChannelSettingsModal.tsx:113
#: src/components/modals/components/DesktopChannelSettingsView.tsx:188
msgid "Channel Settings"
msgstr "Csatorna-beállítások"
@@ -3947,7 +3949,7 @@ msgstr "Nézd meg a <0>Bluesky (@fluxer.app)0> oldalunkat az állapotfrissít
msgid "Check out my custom theme!"
msgstr "Nézd meg az egyéni témámat!"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:105
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:109
msgid "Check your connection and try again."
msgstr "Ellenőrizd a kapcsolatodat, és próbáld újra."
@@ -3969,8 +3971,8 @@ msgstr "Jelölőnégyzetek"
msgid "Checking..."
msgstr "Ellenőrzés..."
-#: src/components/pages/ReportPage.tsx:270
-#: src/components/pages/ReportPage.tsx:299
+#: src/components/pages/report/optionDescriptors.ts:51
+#: src/components/pages/report/optionDescriptors.ts:74
#: src/constants/IARConstants.tsx:72
#: src/constants/IARConstants.tsx:175
msgid "Child Safety Concerns"
@@ -3984,6 +3986,10 @@ msgstr "Kínai (egyszerűsített)"
msgid "Chinese (Traditional)"
msgstr "Kínai (hagyományos)"
+#: src/components/pages/report/ReportBreadcrumbs.tsx:46
+msgid "Choose"
+msgstr "Válassz"
+
#: src/components/pages/OAuthAuthorizePage.tsx:898
msgid "Choose a community"
msgstr "Válassz egy közösséget"
@@ -4080,25 +4086,36 @@ msgstr "Válaszd ki a profil hangsúlyos színét"
#: src/components/channel/barriers/BarrierComponents.tsx:109
#: src/components/channel/barriers/BarrierComponents.tsx:240
-#: src/components/layout/app-layout/nagbars/UnclaimedAccountNagbar.tsx:47
-#: src/components/modals/ClaimAccountModal.tsx:225
-#: src/components/modals/components/UnclaimedAccountAlert.tsx:34
+#: src/components/channel/dm/AddFriendForm.tsx:57
+#: src/components/layout/app-layout/nagbars/UnclaimedAccountNagbar.tsx:45
+#: src/components/modals/ClaimAccountModal.tsx:227
+#: src/components/modals/components/UnclaimedAccountAlert.tsx:32
+#: src/components/modals/GiftAcceptModal.tsx:170
#: src/components/modals/tabs/AccountSecurityTab/SecurityTab.tsx:206
+#: src/components/modals/tabs/BetaCodesTab.tsx:297
+#: src/components/modals/tabs/GiftInventoryTab.tsx:242
msgid "Claim Account"
msgstr "Fiók igénylése"
-#: src/components/channel/GiftEmbed.tsx:98
-#: src/components/modals/GiftAcceptModal.tsx:154
+#: src/components/channel/GiftEmbed.tsx:109
+msgid "Claim Account to Redeem"
+msgstr "Fiók igénylése a beváltáshoz"
+
+#: src/components/channel/GiftEmbed.tsx:109
+#: src/components/modals/GiftAcceptModal.tsx:197
#: src/components/pages/GiftLoginPage.tsx:155
#: src/components/pages/GiftRegisterPage.tsx:42
msgid "Claim Gift"
msgstr "Ajándék igénylése"
-#: src/components/modals/ClaimAccountModal.tsx:141
+#: src/components/channel/dm/AddFriendForm.tsx:53
+#: src/components/modals/ClaimAccountModal.tsx:143
+#: src/components/modals/tabs/BetaCodesTab.tsx:293
+#: src/components/modals/tabs/GiftInventoryTab.tsx:238
msgid "Claim your account"
msgstr "Igényeld a fiókod"
-#: src/components/modals/ClaimAccountModal.tsx:146
+#: src/components/modals/ClaimAccountModal.tsx:148
msgid "Claim your account by adding an email and password. We will send a verification code to confirm your email before finishing."
msgstr "Igényeld a fiókod egy e-mail és jelszó hozzáadásával. Egy ellenőrző kódot küldünk az e-mail címed megerősítésére a befejezés előtt."
@@ -4106,11 +4123,68 @@ msgstr "Igényeld a fiókod egy e-mail és jelszó hozzáadásával. Egy ellenő
msgid "Claim your account to access security features like two-factor authentication and passkeys."
msgstr "Igényeld a fiókod a biztonsági funkciók eléréséhez, mint a kétlépcsős azonosítás és a hozzáférési kulcsok."
+#: src/components/channel/ChannelHeader/CallButtons.tsx:85
+#: src/components/channel/ChannelHeader/CallButtons.tsx:155
+msgid "Claim your account to call"
+msgstr "Igényeld az accountod, hogy hívhass."
+
#: src/components/modals/tabs/MyProfileTab/UsernameSection.tsx:49
msgid "Claim your account to change your FluxerTag"
msgstr "Igényeld a fiókodat a FluxerTag módosításához"
-#: src/components/modals/GiftAcceptModal.tsx:145
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:146
+msgid "Claim your account to create applications."
+msgstr "Igényeld a fiókodat alkalmazások létrehozásához."
+
+#: src/components/modals/tabs/BetaCodesTab.tsx:294
+msgid "Claim your account to generate beta codes."
+msgstr "Igényeld a fiókodat béta kódok generálásához."
+
+#: src/components/layout/ChannelItem.tsx:208
+#: src/components/layout/ChannelItem.tsx:382
+#: src/stores/voice/MediaEngineFacade.ts:537
+msgid "Claim your account to join this voice channel."
+msgstr "Igényeld az accountod, hogy csatlakozhass ehhez a hangcsatornához."
+
+#: src/stores/voice/MediaEngineFacade.ts:170
+msgid "Claim your account to join voice channels you don't own."
+msgstr "Igényeld az accountod, hogy csatlakozhass a nem saját hangcsatornákhoz."
+
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:55
+#: src/components/modals/components/plutonium/GiftSection.tsx:61
+#: src/components/modals/components/plutonium/PricingSection.tsx:63
+#: src/components/modals/components/plutonium/VisionarySection.tsx:62
+#: src/components/modals/components/PlutoniumContent.tsx:99
+msgid "Claim your account to purchase Fluxer Plutonium."
+msgstr "Igényeld a fiókodat Fluxer Plutonium vásárlásához."
+
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:112
+msgid "Claim your account to purchase or redeem Fluxer Plutonium."
+msgstr "Igényeld a fiókodat Fluxer Plutonium vásárlásához vagy beváltásához."
+
+#: src/components/modals/tabs/GiftInventoryTab.tsx:239
+msgid "Claim your account to redeem or manage Plutonium gift codes."
+msgstr "Igényeld a fiókodat Plutonium ajándék kódok beváltásához vagy kezeléséhez."
+
+#: src/components/channel/GiftEmbed.tsx:99
+#: src/components/modals/GiftAcceptModal.tsx:154
+msgid "Claim your account to redeem this gift."
+msgstr "Igényeld a fiókodat ennek az ajándéknak a beváltásához."
+
+#: src/components/channel/dm/AddFriendForm.tsx:54
+#: src/components/channel/dm/DMWelcomeSection.tsx:109
+#: src/components/modals/UserProfileModal.tsx:1289
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:65
+msgid "Claim your account to send friend requests."
+msgstr "Igényeld a fiókodat barátjelöltek küldéséhez."
+
+#: src/components/channel/ChannelHeader/CallButtons.tsx:54
+#: src/components/channel/ChannelHeader/CallButtons.tsx:124
+#: src/stores/voice/MediaEngineFacade.ts:179
+msgid "Claim your account to start or join 1:1 calls."
+msgstr "Igényeld az accountod, hogy indíthass vagy csatlakozhass 1:1 hívásokhoz."
+
+#: src/components/modals/GiftAcceptModal.tsx:188
msgid "Claim your gift to activate your premium subscription!"
msgstr "Igényeld az ajándékodat a prémium előfizetésed aktiválásához!"
@@ -4164,8 +4238,8 @@ msgstr "Engedélyek törlése"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:420
#: src/components/channel/MessageSearchBar/MessageSearchBar.tsx:1424
-#: src/components/channel/shared/PickerSearchInput.tsx:195
-#: src/components/channel/shared/PickerSearchInput.tsx:212
+#: src/components/channel/shared/PickerSearchInput.tsx:194
+#: src/components/channel/shared/PickerSearchInput.tsx:211
#: src/components/modals/components/SettingsSearch.tsx:108
msgid "Clear search"
msgstr "Keresés törlése"
@@ -4200,11 +4274,11 @@ msgstr "A matrica leírása törölve."
msgid "Cleared the topic."
msgstr "A téma törölve."
-#: src/components/modals/components/MobileSettingsView.tsx:297
+#: src/components/modals/components/MobileSettingsView.tsx:292
msgid "Clearing subscriptions ensures the gateway stops sending messages to this installation."
msgstr "Az előfizetések törlése biztosítja, hogy az átjáró ne küldjön üzeneteket ehhez a telepítéshez."
-#: src/components/modals/tabs/BetaCodesTab.tsx:366
+#: src/components/modals/tabs/BetaCodesTab.tsx:391
msgid "Click \"Create Code\" to generate your first code."
msgstr "Kattints a \"Kód létrehozása\" gombra az első kódod generálásához."
@@ -4240,13 +4314,13 @@ msgstr "Kattints egy jegyzet hozzáadásához"
msgid "Click to check and uncheck. Available in square and round styles."
msgstr "Kattints a bejelöléshez és a kijelölés megszüntetéséhez. Elérhető négyzetes és kerek stílusban."
-#: src/components/channel/GiftEmbed.tsx:90
+#: src/components/channel/GiftEmbed.tsx:100
msgid "Click to claim your gift!"
msgstr "Kattints, hogy átvedd az ajándékod!"
#: src/components/invites/InviteListItem.tsx:184
#: src/components/modals/components/ClientInfo.tsx:76
-#: src/components/modals/tabs/BetaCodesTab.tsx:172
+#: src/components/modals/tabs/BetaCodesTab.tsx:174
msgid "Click to copy"
msgstr "Kattints a másoláshoz"
@@ -4328,12 +4402,12 @@ msgid "Close"
msgstr "Bezárás"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:341
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:600
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:602
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1239
-#: src/components/bottomsheets/DMBottomSheet.tsx:302
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:614
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:616
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1263
#: src/components/bottomsheets/DMBottomSheet.tsx:304
-#: src/components/bottomsheets/DMBottomSheet.tsx:557
+#: src/components/bottomsheets/DMBottomSheet.tsx:306
+#: src/components/bottomsheets/DMBottomSheet.tsx:560
#: src/components/channel/dm/DMList.tsx:292
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:82
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:84
@@ -4358,7 +4432,8 @@ msgstr "Szén téma"
#: src/components/invites/InviteListItem.tsx:54
#: src/components/modals/MfaTotpDisableModal.tsx:64
#: src/components/modals/MfaTotpEnableModal.tsx:91
-#: src/components/modals/tabs/BetaCodesTab.tsx:51
+#: src/components/modals/tabs/BetaCodesTab.tsx:53
+#: src/components/pages/report/ReportBreadcrumbs.tsx:48
msgid "Code"
msgstr "Kód"
@@ -4370,7 +4445,8 @@ msgstr "Kód és monospace"
msgid "Code Blocks"
msgstr "Kódblokkok"
-#: src/components/modals/ClaimAccountModal.tsx:123
+#: src/components/modals/ClaimAccountModal.tsx:125
+#: src/components/pages/ReportPage.tsx:231
msgid "Code resent"
msgstr "Kód újraküldve"
@@ -4379,8 +4455,8 @@ msgid "Code sent"
msgstr "Kód elküldve"
#: src/components/invites/InviteListItem.tsx:180
-#: src/components/modals/tabs/BetaCodesTab.tsx:104
-#: src/components/modals/tabs/BetaCodesTab.tsx:168
+#: src/components/modals/tabs/BetaCodesTab.tsx:106
+#: src/components/modals/tabs/BetaCodesTab.tsx:170
msgid "Code:"
msgstr "Kód:"
@@ -4472,7 +4548,7 @@ msgstr "Közösség hangja kikapcsolva"
msgid "Community Debug"
msgstr "Közösség hibakeresése"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1371
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1395
#: src/components/uikit/ContextMenu/items/CategoryMenuItems.tsx:221
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:239
msgid "Community Default"
@@ -4542,8 +4618,8 @@ msgstr "Közösség értesítési beállítások"
msgid "Community organizes raids or harassment campaigns"
msgstr "A közösség rajtaütéseket vagy zaklatási kampányokat szervez"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:237
-#: src/components/channel/MemberListItem.tsx:102
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:238
+#: src/components/channel/MemberListItem.tsx:109
#: src/components/modals/guildTabs/GuildMembersTab.tsx:145
#: src/components/modals/guildTabs/GuildMembersTab.tsx:197
msgid "Community Owner"
@@ -4567,14 +4643,14 @@ msgstr "A közösség illegális tevékenységeket népszerűsít vagy megkönny
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:172
#: src/components/modals/components/DesktopGuildSettingsView.tsx:204
-#: src/components/modals/GuildSettingsModal.tsx:168
+#: src/components/modals/GuildSettingsModal.tsx:173
#: src/components/popouts/GuildHeaderPopout.tsx:187
#: src/components/uikit/ContextMenu/items/GuildMenuItems.tsx:360
msgid "Community Settings"
msgstr "Közösség beállítások"
-#: src/components/layout/GuildLayout.tsx:301
-#: src/components/layout/GuildLayout.tsx:348
+#: src/components/layout/GuildLayout.tsx:306
+#: src/components/layout/GuildLayout.tsx:353
msgid "Community temporarily unavailable"
msgstr "Közösség átmenetileg nem elérhető"
@@ -4782,8 +4858,8 @@ msgstr "Csatlakozva hangcsatornához"
msgid "Connecting..."
msgstr "Csatlakozás..."
-#: src/components/channel/channel-view/DMChannelView.tsx:273
-#: src/components/channel/channel-view/DMChannelView.tsx:323
+#: src/components/channel/channel-view/DMChannelView.tsx:274
+#: src/components/channel/channel-view/DMChannelView.tsx:324
#: src/components/voice/CompactVoiceCallView.tsx:55
msgid "Connecting…"
msgstr "Csatlakozás…"
@@ -4979,7 +5055,7 @@ msgstr "Tevékenységi állapotod szabályozása"
#: src/components/modals/shared/CopyLinkSection.tsx:61
#: src/components/modals/tabs/ApplicationsTab/application-detail/ApplicationHeader.tsx:68
-#: src/components/modals/tabs/GiftInventoryTab.tsx:143
+#: src/components/modals/tabs/GiftInventoryTab.tsx:144
msgid "Copied"
msgstr "Másolva"
@@ -5001,7 +5077,7 @@ msgstr "Másolva!"
#: src/components/modals/BackupCodesModal.tsx:82
#: src/components/modals/shared/CopyLinkSection.tsx:61
#: src/components/modals/tabs/ApplicationsTab/application-detail/OAuthBuilderSection.tsx:142
-#: src/components/modals/tabs/GiftInventoryTab.tsx:143
+#: src/components/modals/tabs/GiftInventoryTab.tsx:144
msgid "Copy"
msgstr "Másolás"
@@ -5017,7 +5093,7 @@ msgstr "Audió másolása"
msgid "Copy authorize URL"
msgstr "Engedélyezési URL másolása"
-#: src/components/modals/tabs/BetaCodesTab.tsx:178
+#: src/components/modals/tabs/BetaCodesTab.tsx:180
msgid "Copy beta code"
msgstr "Béta kód másolása"
@@ -5028,8 +5104,8 @@ msgstr "Kategória azonosító másolása"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:320
#: src/components/bottomsheets/ChannelBottomSheet.tsx:347
#: src/components/bottomsheets/ChannelBottomSheet.tsx:433
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1293
-#: src/components/bottomsheets/DMBottomSheet.tsx:577
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1317
+#: src/components/bottomsheets/DMBottomSheet.tsx:580
#: src/components/channel/dm/DMList.tsx:271
#: src/components/channel/dm/DMList.tsx:298
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:362
@@ -5090,7 +5166,7 @@ msgstr "Kép másolása"
msgid "Copy invite link"
msgstr "Meghívó hivatkozás másolása"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1154
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1178
#: src/components/modals/tabs/ComponentGalleryTab/ButtonsTab.tsx:182
#: src/components/modals/tabs/ComponentGalleryTab/index.tsx:100
#: src/components/modals/tabs/ComponentGalleryTab/Inline.tsx:95
@@ -5131,15 +5207,15 @@ msgstr "Matrica-azonosító másolása"
msgid "Copy Text"
msgstr "Szöveg másolása"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1285
-#: src/components/bottomsheets/DMBottomSheet.tsx:570
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1309
+#: src/components/bottomsheets/DMBottomSheet.tsx:573
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:370
#: src/components/modals/guildTabs/BannedUserActionsSheet.tsx:74
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:358
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:361
#: src/components/modals/tabs/BlockedUsersTab.tsx:107
#: src/components/modals/UserProfileActionsSheet.tsx:213
#: src/components/modals/UserProfileModal.tsx:1130
-#: src/components/popouts/UserAreaPopout.tsx:507
+#: src/components/popouts/UserAreaPopout.tsx:509
#: src/components/profile/ProfileCard/ProfileCardActions.tsx:60
#: src/components/uikit/ContextMenu/items/CopyMenuItems.tsx:42
msgid "Copy User ID"
@@ -5175,7 +5251,7 @@ msgstr "Visszaszámláló"
msgid "Country"
msgstr "Ország"
-#: src/components/pages/ReportPage.tsx:928
+#: src/components/pages/report/ReportStepDetails.tsx:205
msgid "Country of Residence"
msgstr "Lakóhely országa"
@@ -5207,7 +5283,7 @@ msgid "Create a new community or join an existing one."
msgstr "Hozz létre egy új közösséget, vagy csatlakozz egy meglévőhöz."
#. placeholder {0}: recipient.username
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:905
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:937
msgid "Create a new group with {0}"
msgstr "Új csoport létrehozása ezzel: {0}"
@@ -5239,7 +5315,7 @@ msgstr "Fiók létrehozása"
msgid "Create an account to claim your gift"
msgstr "Hozz létre egy fiókot a jutalmad igényléséhez"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:138
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:142
msgid "Create and manage applications and bots for your account."
msgstr "Alkalmazások és botok létrehozása és kezelése a fiókodhoz."
@@ -5248,7 +5324,8 @@ msgid "Create and share custom emoji and sticker packs with Fluxer Plutonium."
msgstr "Egyedi emoji- és matrica csomagok létrehozása és megosztása a Fluxer Plutoniummal."
#: src/components/modals/tabs/ApplicationsTab/ApplicationCreateModal.tsx:87
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:142
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:149
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:155
msgid "Create Application"
msgstr "Alkalmazás létrehozása"
@@ -5267,7 +5344,7 @@ msgid "Create Category"
msgstr "Kategória létrehozása"
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:180
-#: src/components/layout/ChannelItem.tsx:607
+#: src/components/layout/ChannelItem.tsx:624
#: src/components/modals/ChannelCreateModal.tsx:58
#: src/components/modals/ChannelCreateModal.tsx:103
#: src/components/popouts/GuildHeaderPopout.tsx:194
@@ -5276,8 +5353,8 @@ msgstr "Kategória létrehozása"
msgid "Create Channel"
msgstr "Csatorna létrehozása"
-#: src/components/modals/tabs/BetaCodesTab.tsx:326
-#: src/components/modals/tabs/BetaCodesTab.tsx:369
+#: src/components/modals/tabs/BetaCodesTab.tsx:351
+#: src/components/modals/tabs/BetaCodesTab.tsx:394
msgid "Create Code"
msgstr "Kód létrehozása"
@@ -5329,7 +5406,7 @@ msgstr "Új fiók létrehozása"
msgid "Create new group"
msgstr "Új csoport létrehozása"
-#: src/components/modals/InviteModal.tsx:339
+#: src/components/modals/InviteModal.tsx:336
msgid "Create New Link"
msgstr "Új link létrehozása"
@@ -5373,7 +5450,7 @@ msgid "Create, edit, or delete webhooks."
msgstr "Webhookok létrehozása, szerkesztése vagy törlése."
#: src/components/invites/InviteListItem.tsx:59
-#: src/components/modals/tabs/BetaCodesTab.tsx:57
+#: src/components/modals/tabs/BetaCodesTab.tsx:59
msgid "Created"
msgstr "Létrehozva"
@@ -5390,7 +5467,7 @@ msgstr "Létrehozva: {createdAt}"
#. placeholder {0}: invite.pack.creator.username
#. placeholder {0}: pack.creator.username
#: src/components/auth/InviteHeader.tsx:158
-#: src/components/channel/InviteEmbed.tsx:218
+#: src/components/channel/InviteEmbed.tsx:220
#: src/components/modals/InviteAcceptModal.tsx:152
msgid "Created by {0}"
msgstr "Létrehozta: {0}"
@@ -5427,8 +5504,8 @@ msgid "Created with name {newLabel}."
msgstr "Létrehozva a {newLabel} névvel."
#: src/components/invites/InviteListItem.tsx:207
-#: src/components/modals/tabs/BetaCodesTab.tsx:135
-#: src/components/modals/tabs/BetaCodesTab.tsx:212
+#: src/components/modals/tabs/BetaCodesTab.tsx:137
+#: src/components/modals/tabs/BetaCodesTab.tsx:214
msgid "Created:"
msgstr "Létrehozva:"
@@ -5440,7 +5517,7 @@ msgstr "Kreatív Elmék Gyülekezete"
msgid "Creative Writing Club"
msgstr "Kreatív Írás Klub"
-#: src/components/pages/ReportPage.tsx:314
+#: src/components/pages/report/optionDescriptors.ts:86
msgid "Croatia"
msgstr "Horvátország"
@@ -5519,8 +5596,8 @@ msgid "Currently stuck in 1885, appearing offline"
msgstr "Jelenleg 1885-ben ragadt, offline jelenik meg"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:461
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1023
-#: src/components/bottomsheets/DMBottomSheet.tsx:605
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1047
+#: src/components/bottomsheets/DMBottomSheet.tsx:608
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:305
msgid "Currently: {mutedText}"
msgstr "Jelenleg: {mutedText}"
@@ -5665,7 +5742,7 @@ msgstr "Az avatárod, banner, hangsúlyos szín és bio egyedi közösségekhez
msgid "Cut"
msgstr "Kivágás"
-#: src/components/pages/ReportPage.tsx:315
+#: src/components/pages/report/optionDescriptors.ts:87
msgid "Cyprus"
msgstr "Ciprus"
@@ -5673,7 +5750,7 @@ msgstr "Ciprus"
msgid "Czech"
msgstr "Cseh"
-#: src/components/pages/ReportPage.tsx:316
+#: src/components/pages/report/optionDescriptors.ts:88
msgid "Czech Republic"
msgstr "Csehország"
@@ -5746,9 +5823,9 @@ msgstr "Dátumformátum"
#: src/components/auth/AuthMinimalRegisterFormCore.tsx:93
#: src/components/auth/AuthRegisterFormCore.tsx:139
-#: src/components/auth/DateOfBirthField.tsx:90
-#: src/components/auth/DateOfBirthField.tsx:124
-#: src/components/auth/DateOfBirthField.tsx:292
+#: src/components/auth/DateOfBirthField.tsx:87
+#: src/components/auth/DateOfBirthField.tsx:121
+#: src/components/auth/DateOfBirthField.tsx:289
#: src/components/auth/MockMinimalRegisterForm.tsx:107
msgid "Date of birth"
msgstr "Születési dátum"
@@ -5757,8 +5834,7 @@ msgstr "Születési dátum"
msgid "Date Options"
msgstr "Dátum beállítások"
-#: src/components/auth/DateOfBirthField.tsx:88
-#: src/components/auth/DateOfBirthField.tsx:155
+#: src/components/auth/DateOfBirthField.tsx:152
#: src/components/auth/MockMinimalRegisterForm.tsx:73
msgid "Day"
msgstr "Nap"
@@ -5817,11 +5893,11 @@ msgstr "Jogosultság visszavonása"
msgid "Deauthorize Application"
msgstr "Alkalmazás jogosultságának visszavonása"
-#: src/components/modals/components/MobileSettingsView.tsx:369
+#: src/components/modals/components/MobileSettingsView.tsx:364
msgid "Debug"
msgstr "Hibakeresés"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1267
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1291
#: src/components/uikit/ContextMenu/items/DebugMenuItems.tsx:71
msgid "Debug Channel"
msgstr "Csatorna hibakeresése"
@@ -5844,7 +5920,7 @@ msgstr "Tag hibakeresése"
msgid "Debug Message"
msgstr "Üzenet hibakeresése"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1275
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1299
#: src/components/uikit/ContextMenu/items/DebugMenuItems.tsx:53
msgid "Debug User"
msgstr "Felhasználó hibakeresése"
@@ -5905,8 +5981,8 @@ msgstr "Alapértelmezés szerint kikapcsolva mobilon, hogy megóvjuk az akkumul
#: src/actions/MessageActionCreators.tsx:394
#: src/components/channel/embeds/media/EmbedAudio.tsx:227
#: src/components/channel/embeds/media/MediaContainer.tsx:115
-#: src/components/channel/Messages.tsx:444
-#: src/components/channel/Messages.tsx:524
+#: src/components/channel/Messages.tsx:442
+#: src/components/channel/Messages.tsx:522
#: src/components/channel/MobileMemesPicker.tsx:546
#: src/components/channel/pickers/memes/MemeGridItem.tsx:120
#: src/components/emojis/EmojiListItem.tsx:189
@@ -5923,7 +5999,7 @@ msgstr "Alapértelmezés szerint kikapcsolva mobilon, hogy megóvjuk az akkumul
msgid "Delete"
msgstr "Törlés"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:666
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:680
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:320
msgid "Delete {channelType}"
msgstr "{channelType} törlése"
@@ -5987,8 +6063,8 @@ msgstr "Kategória törlése"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:179
#: src/components/bottomsheets/ChannelBottomSheet.tsx:181
#: src/components/bottomsheets/ChannelBottomSheet.tsx:421
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:668
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1224
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:682
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1248
#: src/components/modals/components/DesktopChannelSettingsView.tsx:176
#: src/components/modals/components/MobileChannelSettingsView.tsx:85
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:322
@@ -6021,8 +6097,8 @@ msgstr "Média törlése"
#: src/components/channel/MessageActionBar.tsx:804
#: src/components/channel/messageActionMenu.tsx:156
#: src/components/channel/messageActionMenu.tsx:193
-#: src/components/channel/Messages.tsx:441
-#: src/components/channel/Messages.tsx:521
+#: src/components/channel/Messages.tsx:439
+#: src/components/channel/Messages.tsx:519
#: src/components/uikit/ContextMenu/items/MessageMenuItems.tsx:273
msgid "Delete Message"
msgstr "Üzenet törlése"
@@ -6114,7 +6190,7 @@ msgstr "{0} megtagadva, és a megtagadás {1} esetén eltávolítva."
msgid "Denied {0}."
msgstr "{0} megtagadva."
-#: src/components/pages/ReportPage.tsx:317
+#: src/components/pages/report/optionDescriptors.ts:89
msgid "Denmark"
msgstr "Dánia"
@@ -6143,7 +6219,7 @@ msgstr "Írd le a matricát"
msgid "Describe what expressions are inside this pack."
msgstr "Írd le, milyen kifejezések vannak ebben a csomagban."
-#: src/components/pages/ReportPage.tsx:946
+#: src/components/pages/report/ReportStepDetails.tsx:225
msgid "Describe what makes the content illegal"
msgstr "Írd le, mi teszi a tartalmat illegálissá"
@@ -6205,6 +6281,10 @@ msgstr "Leválasztott szalagcím"
msgid "details"
msgstr "részletek"
+#: src/components/pages/report/ReportBreadcrumbs.tsx:49
+msgid "Details"
+msgstr "Részletek"
+
#: src/components/modals/AddGuildModal.tsx:150
msgid "Dev Den"
msgstr "Dev Den"
@@ -6274,7 +6354,7 @@ msgstr "Különböző méretek és tagszámok"
msgid "Direct message"
msgstr "közvetlen üzenet"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:477
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:491
#: src/components/modals/shared/RecipientList.tsx:200
msgid "Direct Message"
msgstr "Közvetlen üzenet"
@@ -6516,8 +6596,8 @@ msgstr "Illegális tevékenységek megvitatása vagy népszerűsítése"
#: src/components/layout/app-layout/nagbars/PremiumGracePeriodNagbar.tsx:79
#: src/components/layout/app-layout/nagbars/PremiumOnboardingNagbar.tsx:57
#: src/components/layout/GuildLayout.tsx:106
-#: src/components/modals/GiftAcceptModal.tsx:98
-#: src/components/modals/GiftAcceptModal.tsx:124
+#: src/components/modals/GiftAcceptModal.tsx:105
+#: src/components/modals/GiftAcceptModal.tsx:131
#: src/components/modals/RequiredActionModal.tsx:475
msgid "Dismiss"
msgstr "Elutasítás"
@@ -6562,8 +6642,8 @@ msgstr "Szerep tagjainak külön megjelenítése."
msgid "Display separator lines between different groups of messages for better visual distinction."
msgstr "Elválasztó vonalak megjelenítése a különböző üzenetcsoportok között a jobb vizuális megkülönböztetésért."
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:613
-#: src/components/bottomsheets/DMBottomSheet.tsx:315
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:627
+#: src/components/bottomsheets/DMBottomSheet.tsx:317
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:97
#: src/components/uikit/ContextMenu/UserContextMenu.tsx:168
msgid "DM closed"
@@ -6581,7 +6661,7 @@ msgstr "DM üzenet előnézetek"
msgid "DM Notifications"
msgstr "Privát üzenet értesítések"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1092
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1116
msgid "DM Settings"
msgstr "DM beállítások"
@@ -6662,6 +6742,7 @@ msgstr "Ne mutass gépelésjelzőket a csatornalistában"
#: src/components/keybinds/KeybindRecorder.tsx:220
#: src/components/modals/GuildNotificationSettingsModal.tsx:347
#: src/components/modals/GuildPrivacySettingsModal.tsx:68
+#: src/components/pages/report/ReportBreadcrumbs.tsx:50
#: src/components/search/HasFilterSheet.tsx:124
#: src/components/search/UserFilterSheet.tsx:149
msgid "Done"
@@ -6843,13 +6924,13 @@ msgstr "Melléklet szerkesztése"
msgid "Edit attachment form"
msgstr "Melléklet űrlap szerkesztése"
-#: src/components/layout/ChannelItem.tsx:630
+#: src/components/layout/ChannelItem.tsx:647
#: src/components/uikit/ContextMenu/items/CategoryMenuItems.tsx:299
msgid "Edit Category"
msgstr "Kategória szerkesztése"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:416
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1218
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1242
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:300
msgid "Edit Channel"
msgstr "Csatorna szerkesztése"
@@ -6869,8 +6950,8 @@ msgid "Edit global settings like name, description, and icon."
msgstr "Globális beállítások szerkesztése, mint a név, leírás és ikon."
#: src/components/bottomsheets/ChannelBottomSheet.tsx:284
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1178
-#: src/components/bottomsheets/DMBottomSheet.tsx:461
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1202
+#: src/components/bottomsheets/DMBottomSheet.tsx:463
#: src/components/channel/dm/DMList.tsx:237
#: src/components/channel/dm/GroupDMWelcomeSection.tsx:74
#: src/components/modals/EditGroupBottomSheet.tsx:177
@@ -6883,7 +6964,7 @@ msgstr "Csoport szerkesztése"
msgid "Edit group form"
msgstr "Csoport űrlap szerkesztése"
-#: src/components/modals/InviteModal.tsx:327
+#: src/components/modals/InviteModal.tsx:324
msgid "Edit invite link"
msgstr "Meghívó link szerkesztése"
@@ -6910,10 +6991,10 @@ msgstr "Jegyzet szerkesztése"
msgid "Edit overwrites for roles and members in this channel."
msgstr "Szerepek és tagok felülírásainak szerkesztése ezen a csatornán."
-#: src/components/modals/UserProfileMobileSheet.tsx:486
-#: src/components/modals/UserProfileModal.tsx:1205
+#: src/components/modals/UserProfileMobileSheet.tsx:490
+#: src/components/modals/UserProfileModal.tsx:1206
#: src/components/pages/YouPage.tsx:123
-#: src/components/popouts/UserAreaPopout.tsx:519
+#: src/components/popouts/UserAreaPopout.tsx:521
#: src/components/popouts/UserProfilePopout.tsx:299
msgid "Edit Profile"
msgstr "Profil szerkesztése"
@@ -6966,19 +7047,20 @@ msgstr "Ütemezett üzenet szerkesztése"
#: src/components/auth/AuthLoginCore/AuthLoginEmailPasswordForm.tsx:78
#: src/components/auth/AuthRegisterFormCore.tsx:133
#: src/components/auth/AuthRegisterFormCore.tsx:159
-#: src/components/modals/ClaimAccountModal.tsx:157
+#: src/components/modals/ClaimAccountModal.tsx:159
#: src/components/modals/RequiredActionModal.tsx:185
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:210
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:241
#: src/components/modals/utils/settingsSearchIndex.ts:94
#: src/components/pages/ForgotPasswordPage.tsx:97
+#: src/components/pages/report/ReportBreadcrumbs.tsx:47
msgid "Email"
msgstr "E-mail"
#: src/components/modals/tabs/AccountSecurityTab/AccountTab.tsx:65
#: src/components/modals/tabs/AccountSecurityTab/AccountTab.tsx:91
#: src/components/modals/tabs/ComponentGalleryTab/InputsTab.tsx:107
-#: src/components/pages/ReportPage.tsx:662
+#: src/components/pages/report/ReportStepEmail.tsx:76
msgid "Email Address"
msgstr "E-mail cím"
@@ -7019,10 +7101,6 @@ msgstr "E-mail ellenőrzés szükséges"
msgid "Email Verification Required"
msgstr "Email ellenőrzése szükséges"
-#: src/components/pages/ReportPage.tsx:809
-msgid "Email verified"
-msgstr "E-mail hitelesítve"
-
#: src/components/modals/tabs/DeveloperOptionsTab/AccountPremiumTab.tsx:56
msgid "Email Verified Override"
msgstr "E-mail ellenőrzés felülbírálása"
@@ -7108,7 +7186,7 @@ msgid "Emoji names must be at least 2 characters long and can only contain alpha
msgstr "Az emoji neveinek legalább 2 karakter hosszúnak kell lenniük, és csak alfanumerikus karaktereket és alulvonást tartalmazhatnak. Engedélyezett fájltípusok: JPEG, PNG, WebP, GIF. A képeket 128x128 pixelre tömörítjük. Maximális méret: {0} KB emojinként."
#: src/components/auth/InviteHeader.tsx:140
-#: src/components/channel/InviteEmbed.tsx:197
+#: src/components/channel/InviteEmbed.tsx:199
#: src/components/modals/InviteAcceptModal.tsx:142
#: src/components/modals/tabs/ExpressionPacksTab.tsx:70
msgid "Emoji pack"
@@ -7140,7 +7218,7 @@ msgstr "Emoji frissítve"
#: src/components/channel/AutocompleteEmoji.tsx:67
#: src/components/channel/textarea/TextareaButtons.tsx:150
-#: src/components/modals/ExpressionPickerSheet.tsx:106
+#: src/components/modals/ExpressionPickerSheet.tsx:93
#: src/components/popouts/ExpressionPickerPopout.tsx:95
msgid "Emojis"
msgstr "Emojik"
@@ -7343,11 +7421,11 @@ msgstr "Angol"
msgid "English (US)"
msgstr "Angol (USA)"
-#: src/components/pages/ReportPage.tsx:429
+#: src/components/pages/ReportPage.tsx:254
msgid "Enter a code in the format ABCD-1234."
msgstr "Írj be egy kódot a következő formátumban: ABCD-1234."
-#: src/components/modals/tabs/GiftInventoryTab.tsx:235
+#: src/components/modals/tabs/GiftInventoryTab.tsx:258
msgid "Enter a gift code to redeem Plutonium for your account."
msgstr "Írd be az ajándékkódot, hogy beváltasd a Plutoniumot a fiókodba."
@@ -7371,7 +7449,7 @@ msgstr "Kód beírása"
msgid "Enter fullscreen"
msgstr "Teljes képernyő"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:255
+#: src/components/modals/tabs/GiftInventoryTab.tsx:278
msgid "Enter gift code..."
msgstr "Ajándékkód beírása..."
@@ -7414,7 +7492,7 @@ msgstr "Írd be a telefonodra küldött 6 számjegyű kódot."
msgid "Enter the API endpoint of the Fluxer instance you want to connect to."
msgstr "Írd be annak a Fluxer példánynak az API végpontját, amivel csatlakozni szeretnél."
-#: src/components/pages/ReportPage.tsx:424
+#: src/components/pages/ReportPage.tsx:249
msgid "Enter the code before continuing."
msgstr "Írd be a kódot, mielőtt folytatnád."
@@ -7430,7 +7508,7 @@ msgstr "Írd be a jelenlegi e-mail címedre küldött kódot."
msgid "Enter the code we emailed to your new address."
msgstr "Írd be az új címedre e-mailben küldött kódot."
-#: src/components/modals/ClaimAccountModal.tsx:190
+#: src/components/modals/ClaimAccountModal.tsx:192
msgid "Enter the code we sent to your email to verify it. Your password will be set once the code is confirmed."
msgstr "Írd be az e-mail címedre küldött kódot a megerősítéshez. A jelszavad beállításra kerül, ha a kódot megerősítetted."
@@ -7454,13 +7532,9 @@ msgstr "nyomj Entert a <0><1>mentéshez1>0>"
msgid "Enter username"
msgstr "Felhasználónév megadása"
-#: src/components/pages/ReportPage.tsx:701
-msgid "Enter Verification Code"
-msgstr "Ellenőrző kód beírása"
-
-#: src/components/pages/ReportPage.tsx:638
-msgid "Enter Your Email"
-msgstr "Add meg az e-mail címed"
+#: src/components/pages/report/ReportStepVerification.tsx:64
+msgid "Enter verification code"
+msgstr "Írd be a megerősítő kódot"
#: src/components/pages/ForgotPasswordPage.tsx:87
msgid "Enter your email address and we'll send you a link to reset your password."
@@ -7500,7 +7574,7 @@ msgid "Entrance sound uploaded successfully"
msgstr "Belépés hang sikeresen feltöltve"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:297
-#: src/components/channel/ChannelSearchResults.tsx:691
+#: src/components/channel/ChannelSearchResults.tsx:660
#: src/components/modals/tabs/ComponentGalleryTab/OverlaysTab.tsx:88
msgid "Error"
msgstr "Hiba"
@@ -7522,7 +7596,7 @@ msgstr "Az Escape billentyű kilép a billentyűzet módóból"
msgid "escape to <0><1>cancel1>0>"
msgstr "escape a <0><1>mégse1>0>"
-#: src/components/pages/ReportPage.tsx:318
+#: src/components/pages/report/optionDescriptors.ts:90
msgid "Estonia"
msgstr "Észtország"
@@ -7561,7 +7635,7 @@ msgstr "link, beágyazás vagy fájl kizárása"
msgid "exclude user"
msgstr "felhasználó kizárása"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:95
+#: src/components/modals/components/plutonium/VisionarySection.tsx:104
msgid "Exclusive community"
msgstr "Exkluzív közösség"
@@ -7593,12 +7667,12 @@ msgstr "Kategória kibontása"
msgid "Expiration"
msgstr "Lejárat"
-#: src/components/modals/InviteModal.tsx:281
+#: src/components/modals/InviteModal.tsx:278
msgid "Expire after"
msgstr "Lejár ennyi idő után:"
#: src/components/accounts/AccountRow.tsx:162
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:114
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:133
#: src/components/modals/GroupInvitesBottomSheet.tsx:104
msgid "Expired"
msgstr "Lejárt"
@@ -7675,7 +7749,7 @@ msgstr "Kifejezés csomagok"
msgid "Expression Packs are a Plutonium feature"
msgstr "A Kifejezés csomagok egy Plutonium funkció"
-#: src/components/modals/ExpressionPickerSheet.tsx:232
+#: src/components/modals/ExpressionPickerSheet.tsx:219
#: src/components/popouts/ExpressionPickerPopout.tsx:193
msgid "Expression picker categories"
msgstr "Kifejezés választó kategóriák"
@@ -7700,7 +7774,7 @@ msgstr "A külső linkek veszélyesek lehetnek. Kérjük, legyél óvatos."
msgid "Extra Large"
msgstr "Extra nagy"
-#: src/components/pages/ReportPage.tsx:297
+#: src/components/pages/report/optionDescriptors.ts:72
#: src/constants/IARConstants.tsx:165
msgid "Extremist Community"
msgstr "Extremista közösség"
@@ -7749,7 +7823,7 @@ msgstr "Nem sikerült a meghívó link másolása"
msgid "Failed to copy to clipboard"
msgstr "Nem sikerült a vágólapra másolni"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:79
+#: src/components/modals/tabs/GiftInventoryTab.tsx:80
msgid "Failed to copy URL"
msgstr "Nem sikerült az URL másolása"
@@ -7794,7 +7868,7 @@ msgid "Failed to delete category"
msgstr "Nem sikerült a kategória törlése"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:194
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:681
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:695
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:335
msgid "Failed to delete channel"
msgstr "Nem sikerült a csatorna törlése"
@@ -7868,7 +7942,7 @@ msgstr "Nem sikerült a kitiltások betöltése. Kérjük, próbáld újra."
msgid "Failed to load emojis"
msgstr "Nem sikerült az emojik betöltése"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:296
+#: src/components/modals/tabs/GiftInventoryTab.tsx:319
msgid "Failed to load gift inventory"
msgstr "Nem sikerült az ajándékkészlet betöltése"
@@ -7894,8 +7968,8 @@ msgstr "Nem sikerült a matricák betöltése"
msgid "Failed to load vanity URL. Please try again."
msgstr "Nem sikerült a vanity URL betöltése. Kérjük, próbáld újra."
-#: src/components/modals/components/PlutoniumContent.tsx:146
-#: src/components/modals/components/PlutoniumContent.tsx:272
+#: src/components/modals/components/PlutoniumContent.tsx:157
+#: src/components/modals/components/PlutoniumContent.tsx:289
msgid "Failed to load Visionary information. Please try again later."
msgstr "Nem sikerült a Visionary információk betöltése. Kérjük, próbáld újra később."
@@ -7916,19 +7990,19 @@ msgstr "Nem sikerült a közösségeid betöltése."
msgid "Failed to open customer portal. Please try again."
msgstr "Nem sikerült az ügyfélportál megnyitása. Kérjük, próbáld újra."
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:572
-#: src/components/bottomsheets/DMBottomSheet.tsx:153
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:586
+#: src/components/bottomsheets/DMBottomSheet.tsx:155
#: src/components/channel/dm/DMList.tsx:216
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:121
msgid "Failed to pin DM"
msgstr "Nem sikerült a privát üzenet rögzítése"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:572
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:586
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:101
msgid "Failed to pin group"
msgstr "Nem sikerült a csoport rögzítése"
-#: src/components/bottomsheets/DMBottomSheet.tsx:153
+#: src/components/bottomsheets/DMBottomSheet.tsx:155
msgid "Failed to pin group DM"
msgstr "A csoportos DM rögzítése nem sikerült"
@@ -7957,7 +8031,7 @@ msgstr "Nem sikerült elérni az instanciát ({status})"
msgid "Failed to reactivate subscription. Please try again."
msgstr "Nem sikerült az előfizetés újraaktiválása. Kérjük, próbáld újra."
-#: src/components/modals/tabs/GiftInventoryTab.tsx:94
+#: src/components/modals/tabs/GiftInventoryTab.tsx:95
msgid "Failed to redeem gift"
msgstr "Nem sikerült az ajándék beváltása"
@@ -7998,6 +8072,10 @@ msgstr "Nem sikerült eltávolítani a csoportból"
msgid "Failed to remove timeout. Please try again."
msgstr "Nem sikerült eltávolítani az időkorlátot. Kérjük, próbáld újra."
+#: src/components/pages/ReportPage.tsx:236
+msgid "Failed to resend code. Please try again."
+msgstr "A kód újbóli küldése sikertelen. Kérlek, próbáld újra."
+
#: src/components/modals/guildTabs/GuildRolesTab.tsx:674
msgid "Failed to reset hoist order"
msgstr "Nem sikerült visszaállítani az emelési sorrendet"
@@ -8018,7 +8096,7 @@ msgstr "Nem sikerült elforgatni. Kérjük, próbáld újra."
msgid "Failed to send friend request. Please try again."
msgstr "Nem sikerült elküldeni a barátkérelmet. Kérjük, próbáld újra."
-#: src/components/bottomsheets/DMBottomSheet.tsx:262
+#: src/components/bottomsheets/DMBottomSheet.tsx:264
#: src/components/modals/InviteModal.tsx:176
#: src/components/uikit/ContextMenu/items/InviteMenuItems.tsx:111
msgid "Failed to send invite"
@@ -8037,7 +8115,7 @@ msgstr "Nem sikerült elküldeni az SMS-kódot. Kérjük, próbáld újra."
msgid "Failed to send theme"
msgstr "Nem sikerült elküldeni a témát"
-#: src/components/pages/ReportPage.tsx:412
+#: src/components/pages/ReportPage.tsx:234
msgid "Failed to send verification code. Please try again."
msgstr "Nem sikerült elküldeni az ellenőrző kódot. Kérjük, próbáld újra."
@@ -8084,19 +8162,19 @@ msgstr "Nem sikerült átadni a tulajdonjogot. Kérjük, próbáld újra."
msgid "Failed to unblock user. Please try again."
msgstr "Nem sikerült feloldani a felhasználó letiltását. Kérjük, próbáld újra."
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:589
-#: src/components/bottomsheets/DMBottomSheet.tsx:170
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:603
+#: src/components/bottomsheets/DMBottomSheet.tsx:172
#: src/components/channel/dm/DMList.tsx:226
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:138
msgid "Failed to unpin DM"
msgstr "Nem sikerült kikapcsolni a privát üzenet rögzítését"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:589
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:603
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:118
msgid "Failed to unpin group"
msgstr "Nem sikerült kikapcsolni a csoport rögzítését"
-#: src/components/bottomsheets/DMBottomSheet.tsx:170
+#: src/components/bottomsheets/DMBottomSheet.tsx:172
msgid "Failed to unpin group DM"
msgstr "A csoportos DM leválasztása sikertelen"
@@ -8298,7 +8376,7 @@ msgstr "Találd meg a tökéletes matricát"
msgid "Fine-tune core colors and fonts for this app. Changes here are stored as custom CSS overrides and sync with the editor below."
msgstr "Finomhangold az alkalmazás alapvető színeit és betűtípusait. Az itt végzett módosítások egyéni CSS felülírásokként tárolódnak és szinkronizálódnak az alábbi szerkesztővel."
-#: src/components/pages/ReportPage.tsx:319
+#: src/components/pages/report/optionDescriptors.ts:91
msgid "Finland"
msgstr "Finnország"
@@ -8306,7 +8384,7 @@ msgstr "Finnország"
msgid "Finnish"
msgstr "Finn"
-#: src/components/pages/ReportPage.tsx:923
+#: src/components/pages/report/ReportStepDetails.tsx:199
msgid "First and last name"
msgstr "Kereszt- és vezetéknév"
@@ -8419,7 +8497,7 @@ msgstr "A Fluxernek engedélyre van szüksége a billentyűzet és egér bevitel
msgid "Fluxer Partner"
msgstr "Fluxer Partner"
-#: src/components/modals/components/PlutoniumContent.tsx:182
+#: src/components/modals/components/PlutoniumContent.tsx:193
#: src/components/modals/PremiumModal.tsx:34
#: src/components/modals/utils/settingsConstants.tsx:147
#: src/components/popouts/UserProfileBadges.tsx:99
@@ -8483,7 +8561,7 @@ msgstr "Étel és ital"
msgid "Foodie Friends"
msgstr "Ételrajongó barátok"
-#: src/components/bottomsheets/DMBottomSheet.tsx:660
+#: src/components/bottomsheets/DMBottomSheet.tsx:663
msgid "For 1 hour"
msgstr "1 órára"
@@ -8497,7 +8575,7 @@ msgstr "1 órára"
msgid "For 1 Hour"
msgstr "1 órára"
-#: src/components/bottomsheets/DMBottomSheet.tsx:659
+#: src/components/bottomsheets/DMBottomSheet.tsx:662
#: src/components/popouts/UserAreaPopout.tsx:77
msgid "For 15 minutes"
msgstr "15 percre"
@@ -8511,7 +8589,7 @@ msgstr "15 percre"
msgid "For 15 Minutes"
msgstr "15 percre"
-#: src/components/bottomsheets/DMBottomSheet.tsx:663
+#: src/components/bottomsheets/DMBottomSheet.tsx:666
msgid "For 24 hours"
msgstr "24 órára"
@@ -8529,7 +8607,7 @@ msgstr "24 órára"
msgid "For 3 days"
msgstr "3 napra"
-#: src/components/bottomsheets/DMBottomSheet.tsx:661
+#: src/components/bottomsheets/DMBottomSheet.tsx:664
msgid "For 3 hours"
msgstr "3 órára"
@@ -8542,7 +8620,7 @@ msgstr "3 órára"
msgid "For 3 Hours"
msgstr "3 órára"
-#: src/components/bottomsheets/DMBottomSheet.tsx:662
+#: src/components/bottomsheets/DMBottomSheet.tsx:665
msgid "For 8 hours"
msgstr "8 órára"
@@ -8560,7 +8638,7 @@ msgstr "8 órára"
msgid "For British eyes only..."
msgstr "Csak brit szemeknek..."
-#: src/components/modals/components/plutonium/PricingSection.tsx:62
+#: src/components/modals/components/plutonium/PricingSection.tsx:68
msgid "For Me"
msgstr "Nekem"
@@ -8664,15 +8742,15 @@ msgstr "Kényszeríti a lassított mód aktiválását minden csatornában"
msgid "Forever"
msgstr "Örökre"
-#: src/components/modals/components/MobileSettingsView.tsx:300
+#: src/components/modals/components/MobileSettingsView.tsx:295
msgid "Forget"
msgstr "Elfelejtés"
-#: src/components/modals/components/MobileSettingsView.tsx:327
+#: src/components/modals/components/MobileSettingsView.tsx:322
msgid "Forget Push Subscriptions"
msgstr "Push feliratkozások elfelejtése"
-#: src/components/modals/components/MobileSettingsView.tsx:294
+#: src/components/modals/components/MobileSettingsView.tsx:289
msgid "Forget push subscriptions?"
msgstr "Elfelejti a push feliratkozásokat?"
@@ -8729,7 +8807,7 @@ msgstr "Képkockasebesség"
msgid "Frame rates above 30 fps require Plutonium"
msgstr "A 30 fps feletti képkockasebességhez Plutonium szükséges"
-#: src/components/pages/ReportPage.tsx:320
+#: src/components/pages/report/optionDescriptors.ts:92
msgid "France"
msgstr "Franciaország"
@@ -8745,8 +8823,8 @@ msgstr "Ingyenes felhasználó (vásárlások nélkül)"
msgid "Free User (With Purchase History)"
msgstr "Ingyenes felhasználó (vásárlási előzményekkel)"
-#: src/components/modals/components/PlutoniumContent.tsx:163
-#: src/components/modals/components/PlutoniumContent.tsx:289
+#: src/components/modals/components/PlutoniumContent.tsx:174
+#: src/components/modals/components/PlutoniumContent.tsx:308
msgid "Free vs Plutonium"
msgstr "Ingyenes vs Plutonium"
@@ -8773,12 +8851,13 @@ msgstr "Barátkérelem"
msgid "Friend request sent"
msgstr "Barátkérelem elküldve"
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:68
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:250
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:75
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:89
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:271
msgid "Friend Request Sent"
msgstr "Barátkérelem elküldve"
-#: src/components/channel/dm/AddFriendForm.tsx:144
+#: src/components/channel/dm/AddFriendForm.tsx:167
msgid "Friend request sent!"
msgstr "Barátkérelem elküldve!"
@@ -8787,7 +8866,7 @@ msgstr "Barátkérelem elküldve!"
msgid "Friend Requests"
msgstr "Barátkérelmek"
-#: src/components/channel/dm/AddFriendForm.tsx:137
+#: src/components/channel/dm/AddFriendForm.tsx:160
msgid "Friend's FluxerTag"
msgstr "Barát FluxerTag-je"
@@ -8828,9 +8907,10 @@ msgstr "Feladó: {0}"
#. placeholder {0}: creator.username
#. placeholder {1}: creator.discriminator
-#: src/components/channel/GiftEmbed.tsx:87
-#: src/components/modals/GiftAcceptModal.tsx:116
-#: src/components/modals/GiftAcceptModal.tsx:143
+#: src/components/channel/GiftEmbed.tsx:93
+#: src/components/modals/GiftAcceptModal.tsx:123
+#: src/components/modals/GiftAcceptModal.tsx:151
+#: src/components/modals/GiftAcceptModal.tsx:186
msgid "From {0}#{1}"
msgstr "Feladó: {0}#{1}"
@@ -8850,7 +8930,7 @@ msgstr "Felhasználótól"
msgid "from:"
msgstr "feladó:"
-#: src/components/pages/ReportPage.tsx:919
+#: src/components/pages/report/ReportStepDetails.tsx:195
msgid "Full Legal Name"
msgstr "Teljes hivatalos név"
@@ -8892,7 +8972,7 @@ msgstr "Meghívó létrehozása"
msgid "Generate invite link"
msgstr "Meghívó link generálása"
-#: src/components/modals/tabs/BetaCodesTab.tsx:315
+#: src/components/modals/tabs/BetaCodesTab.tsx:340
msgid "Generate up to {MAX_UNCLAIMED_BETA_CODES} unclaimed beta codes to invite friends to Fluxer. You can create 3 codes per week."
msgstr "Generálj akár {MAX_UNCLAIMED_BETA_CODES} igénybe nem vett bétakódot, hogy meghívhasd barátaidat a Fluxerre. Hetente 3 kódot hozhatsz létre."
@@ -8909,7 +8989,7 @@ msgstr "Földrajzi korlátozás"
msgid "German"
msgstr "Német"
-#: src/components/pages/ReportPage.tsx:321
+#: src/components/pages/report/optionDescriptors.ts:93
msgid "Germany"
msgstr "Németország"
@@ -8991,13 +9071,13 @@ msgstr "GIF előnézet"
#: src/components/channel/pickers/gif/GifPickerHeader.tsx:40
#: src/components/channel/pickers/memes/MemesPickerHeader.tsx:57
#: src/components/channel/textarea/TextareaButtons.tsx:110
-#: src/components/modals/ExpressionPickerSheet.tsx:68
+#: src/components/modals/ExpressionPickerSheet.tsx:55
#: src/components/popouts/ExpressionPickerPopout.tsx:69
msgid "GIFs"
msgstr "GIF-ek"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:122
-#: src/components/modals/GiftAcceptModal.tsx:163
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:141
+#: src/components/modals/GiftAcceptModal.tsx:206
msgid "Gift"
msgstr "Ajándék"
@@ -9030,19 +9110,20 @@ msgstr "Az ajándék már beváltásra került"
msgid "Gift Already Redeemed"
msgstr "Az ajándék már beváltásra került"
-#: src/components/channel/GiftEmbed.tsx:94
+#: src/components/channel/GiftEmbed.tsx:105
+#: src/components/channel/GiftEmbed.tsx:109
msgid "Gift Claimed"
msgstr "Ajándék beváltva"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:246
+#: src/components/modals/tabs/GiftInventoryTab.tsx:269
msgid "Gift code cannot be empty"
msgstr "Az ajándékkód nem lehet üres"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:243
+#: src/components/modals/tabs/GiftInventoryTab.tsx:266
msgid "Gift code is required"
msgstr "Ajándékkód megadása kötelező"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:250
+#: src/components/modals/tabs/GiftInventoryTab.tsx:273
msgid "Gift code is too long"
msgstr "Az ajándékkód túl hosszú"
@@ -9070,7 +9151,7 @@ msgstr "Ajándék nem található"
#: src/components/channel/textarea/TextareaButtons.tsx:101
#: src/components/channel/textarea/TextareaButtons.tsx:177
-#: src/components/modals/components/plutonium/GiftSection.tsx:61
+#: src/components/modals/components/plutonium/GiftSection.tsx:67
msgid "Gift Plutonium"
msgstr "Plutonium ajándékozása"
@@ -9078,23 +9159,23 @@ msgstr "Plutonium ajándékozása"
msgid "Gift redeemed successfully!"
msgstr "Ajándék sikeresen beváltva!"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:89
+#: src/components/modals/tabs/GiftInventoryTab.tsx:90
msgid "Gift redeemed successfully! Enjoy your Plutonium!"
msgstr "Ajándék sikeresen beváltva! Élvezd a Plutoniumodat!"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:53
+#: src/components/modals/components/plutonium/VisionarySection.tsx:58
msgid "gift time"
msgstr "ajándék idő"
-#: src/components/channel/GiftEmbed.tsx:151
+#: src/components/channel/GiftEmbed.tsx:162
msgid "Gift Unavailable"
msgstr "Ajándék nem elérhető"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:132
+#: src/components/modals/tabs/GiftInventoryTab.tsx:133
msgid "Gift URL"
msgstr "Ajándék URL"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:75
+#: src/components/modals/tabs/GiftInventoryTab.tsx:76
msgid "Gift URL copied to clipboard!"
msgstr "Ajándék URL a vágólapra másolva!"
@@ -9126,7 +9207,7 @@ msgstr "Globális gyorsbillentyűk az asztali alkalmazásban érhetők el"
msgid "Glorification of violence or disturbing imagery"
msgstr "Erőszak dicsőítése vagy felkavaró képek"
-#: src/components/modals/components/MobileSettingsView.tsx:145
+#: src/components/modals/components/MobileSettingsView.tsx:140
#: src/components/modals/shared/MobileSettingsComponents.tsx:43
msgid "Go back"
msgstr "Vissza"
@@ -9143,7 +9224,7 @@ msgstr "Visszatérés az előzőleg fókuszban lévő szöveges csatornához"
msgid "Go forward in navigation history"
msgstr "Előrelépés a navigációs előzményekben"
-#: src/components/channel/InviteEmbed.tsx:259
+#: src/components/channel/InviteEmbed.tsx:261
#: src/components/modals/InviteAcceptModal.tsx:100
msgid "Go to Community"
msgstr "Ugrás a Közösséghez"
@@ -9166,15 +9247,15 @@ msgstr "Ugrás a bejelentkezéshez"
msgid "Go to message"
msgstr "Ugrás az üzenetre"
-#: src/components/channel/ChannelSearchResults.tsx:841
+#: src/components/channel/ChannelSearchResults.tsx:809
msgid "Go to page"
msgstr "Ugrás az oldalra"
-#: src/components/channel/ChannelSearchResults.tsx:808
+#: src/components/channel/ChannelSearchResults.tsx:776
msgid "Go to page {page}"
msgstr "Ugrás a(z) {page} oldalra"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:315
+#: src/components/modals/tabs/GiftInventoryTab.tsx:338
msgid "Go to Plutonium"
msgstr "Ugrás a Plutoniumra"
@@ -9195,7 +9276,7 @@ msgstr "Értem"
msgid "Gotcha"
msgstr "Megvagy"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:116
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:135
msgid "Grace Period"
msgstr "Türelmi időszak"
@@ -9203,7 +9284,7 @@ msgstr "Türelmi időszak"
msgid "Grace Period (Still Have Access)"
msgstr "Türelmi időszak (még van hozzáférésed)"
-#: src/components/modals/InviteModal.tsx:301
+#: src/components/modals/InviteModal.tsx:298
msgid "Grant temporary membership"
msgstr "Ideiglenes tagság engedélyezése"
@@ -9234,7 +9315,7 @@ msgstr "Nagy siker!"
msgid "Great success! You can now close this tab and return to the app."
msgstr "Nagy siker! Most már bezárhatod ezt a lapot, és visszatérhetsz az alkalmazásba."
-#: src/components/pages/ReportPage.tsx:322
+#: src/components/pages/report/optionDescriptors.ts:94
msgid "Greece"
msgstr "Görögország"
@@ -9263,7 +9344,7 @@ msgstr "Csoportcsevegés hozzáadási jogosultságok"
msgid "Group Chat Permissions"
msgstr "Csoportcsevegés engedélyek"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:481
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:495
msgid "Group Direct Message"
msgstr "Csoportos közvetlen üzenet"
@@ -9272,7 +9353,7 @@ msgid "Group DM"
msgstr "Csoportos DM"
#. placeholder {0}: channel.recipientIds.length + 1
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:772
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:804
msgid "Group DM · {0} members"
msgstr "Csoportos DM · {0} tag"
@@ -9317,12 +9398,12 @@ msgstr "A csoportnév nem haladhatja meg a 100 karaktert"
msgid "Group Online Status"
msgstr "Csoport online állapot"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:962
-#: src/components/channel/MemberListItem.tsx:102
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:984
+#: src/components/channel/MemberListItem.tsx:109
msgid "Group Owner"
msgstr "Csoporttulajdonos"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1092
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1116
msgid "Group Settings"
msgstr "Csoportbeállítások"
@@ -9335,11 +9416,11 @@ msgstr "Csoport gépelési állapotok"
msgid "Group updated"
msgstr "Csoport frissítve"
-#: src/components/pages/ReportPage.tsx:893
+#: src/components/pages/report/ReportStepDetails.tsx:167
msgid "Guild (Community) ID"
msgstr "Guild (Közösség) azonosító"
-#: src/components/pages/ReportPage.tsx:902
+#: src/components/pages/report/ReportStepDetails.tsx:177
msgid "Guild ID is required."
msgstr "A gildakód kötelező."
@@ -9355,13 +9436,13 @@ msgstr "Guild rekord"
msgid "Hang on while we check for scheduled messages."
msgstr "Várj, amíg ellenőrizzük az ütemezett üzeneteket."
-#: src/components/pages/ReportPage.tsx:295
+#: src/components/pages/report/optionDescriptors.ts:70
#: src/constants/IARConstants.tsx:155
msgid "Harassment"
msgstr "Zaklatás"
-#: src/components/pages/ReportPage.tsx:262
-#: src/components/pages/ReportPage.tsx:281
+#: src/components/pages/report/optionDescriptors.ts:43
+#: src/components/pages/report/optionDescriptors.ts:59
#: src/constants/IARConstants.tsx:32
#: src/constants/IARConstants.tsx:109
msgid "Harassment or Bullying"
@@ -9383,9 +9464,9 @@ msgstr "Vásárolt-e valaha Override-ot"
msgid "has:"
msgstr "van:"
-#: src/components/pages/ReportPage.tsx:263
-#: src/components/pages/ReportPage.tsx:282
-#: src/components/pages/ReportPage.tsx:296
+#: src/components/pages/report/optionDescriptors.ts:44
+#: src/components/pages/report/optionDescriptors.ts:60
+#: src/components/pages/report/optionDescriptors.ts:71
#: src/constants/IARConstants.tsx:37
#: src/constants/IARConstants.tsx:114
#: src/constants/IARConstants.tsx:160
@@ -9430,7 +9511,7 @@ msgid "Help Center"
msgstr "Súgóközpont"
#. placeholder {0}: user.displayName
-#: src/components/layout/app-layout/nagbars/UnclaimedAccountNagbar.tsx:44
+#: src/components/layout/app-layout/nagbars/UnclaimedAccountNagbar.tsx:42
msgid "Hey {0}, claim your account to prevent losing access."
msgstr "Szia {0}, igényeld fel a fiókodat, hogy ne veszítsd el a hozzáférésed."
@@ -9654,7 +9735,7 @@ msgstr "https://example.com/callback"
msgid "Hungarian"
msgstr "Magyar"
-#: src/components/pages/ReportPage.tsx:323
+#: src/components/pages/report/optionDescriptors.ts:95
msgid "Hungary"
msgstr "Magyarország"
@@ -9728,8 +9809,8 @@ msgstr "Ha kaptál egy bétakódot, beírhatod alább azonnali hozzáférésért
msgid "If you want to export your data or delete your messages first, please visit the Privacy Dashboard section in User Settings before proceeding."
msgstr "Ha először exportálni szeretnéd az adataidat vagy törölni az üzeneteidet, kérlek, látogass el a Felhasználói beállítások Adatvédelmi irányítópult szakaszába, mielőtt folytatnád."
-#: src/components/channel/channel-view/DMChannelView.tsx:301
-#: src/components/channel/dm/DMWelcomeSection.tsx:119
+#: src/components/channel/channel-view/DMChannelView.tsx:302
+#: src/components/channel/dm/DMWelcomeSection.tsx:131
#: src/components/channel/friends/FriendListItem.tsx:145
#: src/components/channel/friends/FriendListItem.tsx:244
#: src/components/channel/friends/MobileFriendRequestItem.tsx:69
@@ -9740,7 +9821,7 @@ msgstr "Mellőzés"
#: src/components/channel/friends/FriendListItem.tsx:143
#: src/components/channel/friends/MobileFriendRequestItem.tsx:67
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:152
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:173
msgid "Ignore Friend Request"
msgstr "Barátkérelem mellőzése"
@@ -9749,8 +9830,8 @@ msgstr "Barátkérelem mellőzése"
msgid "Ignore per-channel message rate limits."
msgstr "Csatornánkénti üzenetküldési korlátok mellőzése."
-#: src/components/pages/ReportPage.tsx:267
-#: src/components/pages/ReportPage.tsx:298
+#: src/components/pages/report/optionDescriptors.ts:48
+#: src/components/pages/report/optionDescriptors.ts:73
#: src/constants/IARConstants.tsx:57
#: src/constants/IARConstants.tsx:170
msgid "Illegal Activity"
@@ -9762,7 +9843,7 @@ msgid "image"
msgstr "kép"
#: src/components/channel/embeds/media/EmbedGifv.tsx:237
-#: src/components/channel/embeds/media/EmbedImage.tsx:369
+#: src/components/channel/embeds/media/EmbedImage.tsx:374
#: src/components/modals/MediaViewerModal.tsx:362
#: src/components/search/HasFilterSheet.tsx:50
#: src/utils/FavoriteMemeUtils.ts:71
@@ -9783,8 +9864,8 @@ msgstr "Kép előnézet"
msgid "Images"
msgstr "Képek"
-#: src/components/pages/ReportPage.tsx:272
-#: src/components/pages/ReportPage.tsx:284
+#: src/components/pages/report/optionDescriptors.ts:53
+#: src/components/pages/report/optionDescriptors.ts:62
#: src/constants/IARConstants.tsx:82
#: src/constants/IARConstants.tsx:124
msgid "Impersonation"
@@ -9839,7 +9920,7 @@ msgstr "{absWeeks} hét múlva"
msgid "in {absYears} years"
msgstr "{absYears} év múlva"
-#: src/components/channel/channel-view/DMChannelView.tsx:275
+#: src/components/channel/channel-view/DMChannelView.tsx:276
msgid "In call"
msgstr "Hívásban"
@@ -9880,7 +9961,7 @@ msgstr "A böngészőben a Push-to-Talk csak akkor működik, ha a Fluxer fül a
msgid "in:"
msgstr "ben:"
-#: src/components/pages/ReportPage.tsx:286
+#: src/components/pages/report/optionDescriptors.ts:64
#: src/constants/IARConstants.tsx:134
msgid "Inappropriate Profile"
msgstr "Nem megfelelő profil"
@@ -9909,7 +9990,7 @@ msgstr "Tartalmazza az összes közösségi említést"
msgid "Include audio from your screen in the share"
msgstr "Tartalmazza a képernyőd hangját a megosztásban"
-#: src/components/channel/channel-view/DMChannelView.tsx:269
+#: src/components/channel/channel-view/DMChannelView.tsx:270
#: src/components/voice/IncomingCallUI.tsx:263
#: src/components/voice/IncomingCallUI.tsx:286
#: src/components/voice/IncomingCallUI.tsx:324
@@ -9946,11 +10027,11 @@ msgid "Increase app zoom level"
msgstr "Növeld az alkalmazás nagyítási szintjét"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:284
-#: src/components/channel/ChannelSearchResults.tsx:679
+#: src/components/channel/ChannelSearchResults.tsx:648
msgid "Indexing Channel"
msgstr "Csatorna indexelése"
-#: src/components/channel/ChannelSearchResults.tsx:317
+#: src/components/channel/ChannelSearchResults.tsx:274
msgid "Indexing..."
msgstr "Indexelés..."
@@ -10032,12 +10113,12 @@ msgstr "Bemenetek ikonokkal"
msgid "Insert emoji"
msgstr "Emoji beszúrása"
-#: src/components/channel/InviteEmbed.tsx:198
+#: src/components/channel/InviteEmbed.tsx:200
#: src/components/modals/InviteAcceptModal.tsx:143
msgid "Install Emoji Pack"
msgstr "Emoji csomag telepítése"
-#: src/components/channel/InviteEmbed.tsx:198
+#: src/components/channel/InviteEmbed.tsx:200
#: src/components/modals/InviteAcceptModal.tsx:143
msgid "Install Sticker Pack"
msgstr "Matrica csomag telepítése"
@@ -10104,7 +10185,7 @@ msgstr "Érvénytelen ajándékkód"
msgid "Invalid instance response: missing webapp URL."
msgstr "Érvénytelen példány válasz: hiányzó webalkalmazás URL."
-#: src/components/modals/ClaimAccountModal.tsx:108
+#: src/components/modals/ClaimAccountModal.tsx:110
#: src/components/modals/EmailChangeModal.tsx:108
#: src/components/modals/EmailChangeModal.tsx:169
msgid "Invalid or expired code"
@@ -10134,7 +10215,7 @@ msgstr "Fordított gomb megnyomva!"
msgid "Invisible"
msgstr "Láthatatlan"
-#: src/components/modals/InviteModal.tsx:257
+#: src/components/modals/InviteModal.tsx:267
#: src/components/modals/tabs/ExpressionPacksTab.tsx:83
#: src/constants/AuditLogConstants.tsx:239
msgid "Invite"
@@ -10144,7 +10225,7 @@ msgstr "Meghívó"
msgid "Invite Background"
msgstr "Meghívó háttér"
-#: src/components/pages/ReportPage.tsx:908
+#: src/components/pages/report/ReportStepDetails.tsx:183
msgid "Invite Code (optional)"
msgstr "Meghívó kód (opcionális)"
@@ -10170,7 +10251,7 @@ msgstr "Hívj meg barátokat"
msgid "Invite friends to {0}"
msgstr "Hívj meg barátokat a(z) {0} közösségbe"
-#: src/components/modals/InviteModal.tsx:317
+#: src/components/modals/InviteModal.tsx:314
msgid "Invite link"
msgstr "Meghívó link"
@@ -10190,7 +10271,7 @@ msgid "Invite Links"
msgstr "Meghívó linkek"
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:164
-#: src/components/layout/ChannelItem.tsx:599
+#: src/components/layout/ChannelItem.tsx:616
#: src/components/popouts/GuildHeaderPopout.tsx:178
msgid "Invite Members"
msgstr "Tagok meghívása"
@@ -10218,7 +10299,7 @@ msgid "Invite Page Preview"
msgstr "Meghívó oldal előnézet"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:381
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1144
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1168
#: src/components/layout/FavoritesChannelListContent.tsx:305
#: src/components/uikit/ContextMenu/ChannelListContextMenu.tsx:96
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:97
@@ -10236,7 +10317,7 @@ msgstr "Meghívó visszavonva"
msgid "Invite sent for {0}"
msgstr "Meghívó elküldve a(z) {0} közösségbe"
-#: src/components/bottomsheets/DMBottomSheet.tsx:256
+#: src/components/bottomsheets/DMBottomSheet.tsx:258
msgid "Invite sent to {guildName}"
msgstr "Meghívó küldve a(z) {guildName} számára"
@@ -10249,7 +10330,7 @@ msgid "Invite splash preview"
msgstr "Meghívó bemutató előnézet"
#. placeholder {0}: guild.name
-#: src/components/bottomsheets/DMBottomSheet.tsx:499
+#: src/components/bottomsheets/DMBottomSheet.tsx:501
msgid "Invite to {0}"
msgstr "Meghívás a(z) {0} közösségbe"
@@ -10257,7 +10338,7 @@ msgstr "Meghívás a(z) {0} közösségbe"
msgid "Invite to Community"
msgstr "Meghívás a Közösségbe"
-#: src/components/channel/InviteEmbed.tsx:362
+#: src/components/channel/InviteEmbed.tsx:364
msgid "Invite Unavailable"
msgstr "Meghívó nem elérhető"
@@ -10277,7 +10358,7 @@ msgid "Invited by {0}#{1}"
msgstr "Meghívta: {0}#{1}"
#: src/components/auth/InviteHeader.tsx:159
-#: src/components/channel/InviteEmbed.tsx:222
+#: src/components/channel/InviteEmbed.tsx:224
msgid "Invited by {inviterTag}"
msgstr "Meghívta: {inviterTag}"
@@ -10290,8 +10371,8 @@ msgid "Inviter:"
msgstr "Meghívó:"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:303
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1199
-#: src/components/bottomsheets/DMBottomSheet.tsx:468
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1223
+#: src/components/bottomsheets/DMBottomSheet.tsx:470
#: src/components/channel/dm/DMList.tsx:257
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:145
msgid "Invites"
@@ -10301,11 +10382,11 @@ msgstr "Meghívók"
msgid "Invites are currently disabled for this community."
msgstr "A meghívók jelenleg tiltva vannak ehhez a közösséghez."
-#: src/components/modals/InviteModal.tsx:270
+#: src/components/modals/InviteModal.tsx:237
msgid "Invites are currently disabled in this community by an admin. While this invite can be created, it cannot be accepted until invites are re-enabled."
msgstr "A meghívók jelenleg egy admin által tiltva vannak ebben a közösségben. Bár ez a meghívó létrehozható, nem fogadható el, amíg a meghívók újra engedélyezve nem lesznek."
-#: src/components/layout/guild-list/GuildListItem.tsx:233
+#: src/components/layout/guild-list/GuildListItem.tsx:234
msgid "Invites are currently paused in this community"
msgstr "A meghívók jelenleg szüneteltetve vannak ebben a közösségben"
@@ -10317,7 +10398,7 @@ msgstr "A meghívók zárolva vannak az előnézeti közösségeknél. Aktiváld
msgid "Invites disabled"
msgstr "Meghívók letiltva"
-#: src/components/channel/InviteEmbed.tsx:257
+#: src/components/channel/InviteEmbed.tsx:259
#: src/components/modals/InviteAcceptModal.tsx:98
msgid "Invites Disabled"
msgstr "Meghívók letiltva"
@@ -10343,7 +10424,7 @@ msgstr "A <0>{0}0> közösség meghívói jelenleg letiltva vannak"
msgid "IP address authorized"
msgstr "IP-cím engedélyezve"
-#: src/components/pages/ReportPage.tsx:324
+#: src/components/pages/report/optionDescriptors.ts:96
msgid "Ireland"
msgstr "Írország"
@@ -10359,7 +10440,7 @@ msgstr "Itt egy igazi gépelési fiesta van"
msgid "Italian"
msgstr "Olasz"
-#: src/components/pages/ReportPage.tsx:325
+#: src/components/pages/report/optionDescriptors.ts:97
msgid "Italy"
msgstr "Olaszország"
@@ -10381,16 +10462,16 @@ msgstr "Közösséghez csatlakozás"
msgid "Join a community with stickers to get started!"
msgstr "Csatlakozz egy matricas közösséghez a kezdéshez!"
-#: src/components/channel/channel-view/DMChannelView.tsx:315
+#: src/components/channel/channel-view/DMChannelView.tsx:316
msgid "Join call"
msgstr "Hívásba lépés"
-#: src/components/channel/InviteEmbed.tsx:261
-#: src/components/channel/InviteEmbed.tsx:451
+#: src/components/channel/InviteEmbed.tsx:263
+#: src/components/channel/InviteEmbed.tsx:453
#: src/components/layout/guild-list/AddGuildButton.tsx:71
#: src/components/modals/AddGuildModal.tsx:129
#: src/components/modals/AddGuildModal.tsx:410
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:304
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:342
#: src/components/modals/InviteAcceptModal.tsx:102
#: src/components/modals/InviteAcceptModalPreview.tsx:114
msgid "Join Community"
@@ -10400,7 +10481,7 @@ msgstr "Csatlakozás a közösséghez"
msgid "Join community form"
msgstr "Közösséghez csatlakozás űrlap"
-#: src/components/channel/InviteEmbed.tsx:187
+#: src/components/channel/InviteEmbed.tsx:189
msgid "Join Group"
msgstr "Csatlakozás a csoporthoz"
@@ -10416,19 +10497,19 @@ msgstr "Csatlakozási értesítések"
msgid "Join Operators Community"
msgstr "Csatlakozás az Operátorok Közösségéhez"
-#: src/components/channel/CallMessage.tsx:171
+#: src/components/channel/CallMessage.tsx:165
msgid "Join the call"
msgstr "Lépj be a hívásba"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:122
+#: src/components/channel/ChannelHeader/CallButtons.tsx:159
msgid "Join Video Call"
msgstr "Csatlakozás videóhívásba"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:118
+#: src/components/channel/ChannelHeader/CallButtons.tsx:150
msgid "Join Video Call ({participantCount} participant)"
msgstr "Csatlakozz a Videóhíváshoz ({participantCount} résztvevő)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:119
+#: src/components/channel/ChannelHeader/CallButtons.tsx:151
msgid "Join Video Call ({participantCount} participants)"
msgstr "Csatlakozz a Videóhíváshoz ({participantCount} résztvevő)"
@@ -10436,15 +10517,15 @@ msgstr "Csatlakozz a Videóhíváshoz ({participantCount} résztvevő)"
msgid "Join Visionary Community"
msgstr "Csatlakozás a Visionary Közösséghez"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:70
+#: src/components/channel/ChannelHeader/CallButtons.tsx:89
msgid "Join Voice Call"
msgstr "Csatlakozás hanghívásba"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:66
+#: src/components/channel/ChannelHeader/CallButtons.tsx:80
msgid "Join Voice Call ({participantCount} participant)"
msgstr "Csatlakozz a Hanghíváshoz ({participantCount} résztvevő)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:67
+#: src/components/channel/ChannelHeader/CallButtons.tsx:81
msgid "Join Voice Call ({participantCount} participants)"
msgstr "Csatlakozz a Hanghíváshoz ({participantCount} résztvevő)"
@@ -10495,7 +10576,7 @@ msgstr "JPEG, PNG, WebP. Max. 10 MB. Ajánlott: 512×512 képpont"
msgid "JPEG, PNG, WebP. Max 10MB. Recommended: 512×512px. Animated avatars (GIF) require <0/>."
msgstr "JPEG, PNG, WebP. Max. 10 MB. Ajánlott: 512×512 képpont. Animált avatárokhoz (GIF) <0/> szükséges."
-#: src/components/channel/ChannelSearchResults.tsx:777
+#: src/components/channel/ChannelSearchResults.tsx:745
#: src/components/pages/MessageListPage.tsx:97
#: src/components/popouts/RecentMentionsContent.tsx:221
#: src/components/popouts/SavedMessagesContent.tsx:102
@@ -10519,11 +10600,11 @@ msgstr "Ugrás az üzenethez"
msgid "Jump to Oldest Unread Message"
msgstr "Ugrás a legrégebbi olvasatlan üzenethez"
-#: src/components/channel/ChannelSearchResults.tsx:872
+#: src/components/channel/ChannelSearchResults.tsx:840
msgid "Jump to page"
msgstr "Ugrás az oldalra"
-#: src/components/channel/Messages.tsx:917
+#: src/components/channel/Messages.tsx:915
msgid "Jump to Present"
msgstr "Ugrás a jelenlegihez"
@@ -10612,7 +10693,7 @@ msgid "Keyboard Shortcuts"
msgstr "Gyorsbillentyűk"
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:344
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:311
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:314
#: src/components/modals/KickMemberModal.tsx:58
#: src/components/modals/UserProfileActionsSheet.tsx:253
msgid "Kick"
@@ -10702,7 +10783,7 @@ msgstr "Késleltetés: {latency} ezredmásodperc"
msgid "Latency graph"
msgstr "Késleltetési grafikon"
-#: src/components/pages/ReportPage.tsx:326
+#: src/components/pages/report/optionDescriptors.ts:98
msgid "Latvia"
msgstr "Lettország"
@@ -10729,10 +10810,10 @@ msgstr "Közösség elhagyása"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:248
#: src/components/bottomsheets/ChannelBottomSheet.tsx:250
#: src/components/bottomsheets/ChannelBottomSheet.tsx:314
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1253
-#: src/components/bottomsheets/DMBottomSheet.tsx:337
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1277
#: src/components/bottomsheets/DMBottomSheet.tsx:339
-#: src/components/bottomsheets/DMBottomSheet.tsx:551
+#: src/components/bottomsheets/DMBottomSheet.tsx:341
+#: src/components/bottomsheets/DMBottomSheet.tsx:554
#: src/components/channel/dm/DMList.tsx:265
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:159
#: src/hooks/useLeaveGroup.tsx:42
@@ -10740,27 +10821,27 @@ msgstr "Közösség elhagyása"
msgid "Leave Group"
msgstr "Csoport elhagyása"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:122
+#: src/components/channel/ChannelHeader/CallButtons.tsx:157
msgid "Leave Video Call"
msgstr "Kilépés a videóhívásból"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:113
+#: src/components/channel/ChannelHeader/CallButtons.tsx:145
msgid "Leave Video Call ({participantCount} participant)"
msgstr "Kilépés a Videóhívásból ({participantCount} résztvevő)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:114
+#: src/components/channel/ChannelHeader/CallButtons.tsx:146
msgid "Leave Video Call ({participantCount} participants)"
msgstr "Kilépés a Videóhívásból ({participantCount} résztvevő)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:70
+#: src/components/channel/ChannelHeader/CallButtons.tsx:87
msgid "Leave Voice Call"
msgstr "Kilépés a hanghívásból"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:61
+#: src/components/channel/ChannelHeader/CallButtons.tsx:75
msgid "Leave Voice Call ({participantCount} participant)"
msgstr "Kilépés a Hanghívásból ({participantCount} résztvevő)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:62
+#: src/components/channel/ChannelHeader/CallButtons.tsx:76
msgid "Leave Voice Call ({participantCount} participants)"
msgstr "Kilépés a Hanghívásból ({participantCount} résztvevő)"
@@ -10785,7 +10866,7 @@ msgstr "Balra igazított"
msgid "Left community"
msgstr "Kilépett a közösségből"
-#: src/components/bottomsheets/DMBottomSheet.tsx:350
+#: src/components/bottomsheets/DMBottomSheet.tsx:352
#: src/hooks/useLeaveGroup.tsx:56
msgid "Left group"
msgstr "Kilépett a csoportból"
@@ -10798,7 +10879,7 @@ msgstr "Bal ikon"
msgid "Left Tooltip"
msgstr "Bal eszköztipp"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:90
+#: src/components/modals/components/plutonium/VisionarySection.tsx:99
msgid "Let people add you without needing a 4-digit tag"
msgstr "Engedd, hogy az emberek négyjegyű címke nélkül is hozzáadjanak"
@@ -10810,17 +10891,13 @@ msgstr "Engedd a közösség önmagát moderálni"
msgid "Letters (a-z, A-Z), numbers (0-9), and underscores (_) only"
msgstr "Csak betűk (a-z, A-Z), számok (0-9) és aláhúzások (_)"
-#: src/components/pages/ReportPage.tsx:729
-msgid "Letters and numbers only. You can paste the code—formatting is automatic."
-msgstr "Csak betűk és számok megengedettek. Beillesztheted a kódot—formázás automatikus."
-
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:120
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:139
#: src/components/modals/tabs/DeveloperOptionsTab/AccountPremiumTab.tsx:49
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:371
msgid "Lifetime"
msgstr "Élethosszig"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:73
+#: src/components/modals/components/plutonium/VisionarySection.tsx:82
#: src/utils/giftUtils.ts:58
msgid "Lifetime Plutonium"
msgstr "Élethosszig Plutonium"
@@ -10838,7 +10915,7 @@ msgid "Liked!"
msgstr "Kedvelve!"
#. placeholder {0}: formatter.format(visionarySlots.total)
-#: src/components/modals/components/plutonium/VisionarySection.tsx:61
+#: src/components/modals/components/plutonium/VisionarySection.tsx:70
msgid "Limited to {0} users. One-time purchase, lifetime access."
msgstr "Korlátozva {0} felhasználóra. Egyszeri vásárlás, élethosszig tartó hozzáférés."
@@ -10856,7 +10933,7 @@ msgstr "Hivatkozás"
msgid "Link channel"
msgstr "Csatorna hivatkozása"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:530
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:544
#: src/components/uikit/ContextMenu/MediaContextMenu.tsx:145
#: src/components/uikit/ContextMenu/MediaContextMenu.tsx:228
msgid "Link copied to clipboard"
@@ -10902,7 +10979,7 @@ msgstr "Listák"
msgid "Lists members with this role in their own section in the member list."
msgstr "A tagok listájában a tagokat ezzel a szereppel saját szakaszban jeleníti meg."
-#: src/components/pages/ReportPage.tsx:327
+#: src/components/pages/report/optionDescriptors.ts:99
msgid "Lithuania"
msgstr "Litvánia"
@@ -10934,7 +11011,7 @@ msgstr "Kitiltások betöltése..."
msgid "Loading communities..."
msgstr "Közösségek betöltése..."
-#: src/components/channel/embeds/media/EmbedImage.tsx:363
+#: src/components/channel/embeds/media/EmbedImage.tsx:368
msgid "Loading image"
msgstr "Kép betöltése"
@@ -10947,7 +11024,7 @@ msgid "Loading more..."
msgstr "Több betöltése..."
#: src/components/channel/embeds/media/EmbedGifv.tsx:493
-#: src/components/channel/embeds/media/EmbedGifv.tsx:721
+#: src/components/channel/embeds/media/EmbedGifv.tsx:745
msgid "Loading placeholder"
msgstr "Helykitöltő betöltése"
@@ -10971,7 +11048,7 @@ msgstr "Téma betöltése..."
msgid "Loading verification methods..."
msgstr "Ellenőrzési módszerek betöltése..."
-#: src/components/channel/embeds/media/EmbedImage.tsx:363
+#: src/components/channel/embeds/media/EmbedImage.tsx:368
msgid "Loading: {alt}"
msgstr "Betöltés: {alt}"
@@ -11021,7 +11098,7 @@ msgid "Log in with a passkey"
msgstr "Bejelentkezés hozzáférési kulccsal"
#: src/components/modals/components/DesktopSettingsView.tsx:346
-#: src/components/modals/components/MobileSettingsView.tsx:362
+#: src/components/modals/components/MobileSettingsView.tsx:357
#: src/components/pages/PendingVerificationPage.tsx:151
msgid "Log Out"
msgstr "Kijelentkezés"
@@ -11101,7 +11178,7 @@ msgstr "Alacsony"
msgid "Low (480p)"
msgstr "Alacsony (480p)"
-#: src/components/pages/ReportPage.tsx:328
+#: src/components/pages/report/optionDescriptors.ts:100
msgid "Luxembourg"
msgstr "Luxemburg"
@@ -11114,16 +11191,16 @@ msgstr "Csoporttulajdonossá tétel"
msgid "Make links to websites stand out more by always underlining them."
msgstr "Tegyük kiugróbbá a weboldalakra mutató linkeket azzal, hogy mindig aláhúzzuk őket."
-#: src/components/pages/ReportPage.tsx:271
+#: src/components/pages/report/optionDescriptors.ts:52
#: src/constants/IARConstants.tsx:77
msgid "Malicious Links"
msgstr "Rosszindulatú linkek"
-#: src/components/pages/ReportPage.tsx:329
+#: src/components/pages/report/optionDescriptors.ts:101
msgid "Malta"
msgstr "Málta"
-#: src/components/pages/ReportPage.tsx:302
+#: src/components/pages/report/optionDescriptors.ts:77
#: src/constants/IARConstants.tsx:190
msgid "Malware Distribution"
msgstr "Kártevő szoftver terjesztése"
@@ -11214,7 +11291,7 @@ msgid "Manage slash commands for this application"
msgstr "Az alkalmazás perjel-parancsainak kezelése"
#: src/components/layout/app-layout/nagbars/PremiumGracePeriodNagbar.tsx:83
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:288
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:324
msgid "Manage Subscription"
msgstr "Előfizetés kezelése"
@@ -11227,7 +11304,7 @@ msgstr "A Fluxerbe való bejelentkezéshez használt e-mail cím kezelése"
msgid "Manage Webhooks"
msgstr "Webhookok kezelése"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:100
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:104
msgid "Manage your applications and bots."
msgstr "Alkalmazásaid és botjaid kezelése."
@@ -11243,7 +11320,7 @@ msgstr "Ajándékaid kezelése"
msgid "Manage your phone number for SMS two-factor authentication"
msgstr "Telefonszámod kezelése SMS-es kétlépcsős hitelesítéshez"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:280
+#: src/components/modals/tabs/GiftInventoryTab.tsx:303
msgid "Manage your purchased Plutonium gift codes. Share the gift URL with someone special or redeem it for yourself!"
msgstr "A megvásárolt Plutonium ajándékkódjaid kezelése. Oszd meg az ajándék URL-jét valaki különlegessel, vagy váltsd be magadnak!"
@@ -11256,8 +11333,8 @@ msgid "Mark as 18+ (NSFW)"
msgstr "18+-osként jelölés (NSFW)"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:358
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1115
-#: src/components/bottomsheets/DMBottomSheet.tsx:388
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1139
+#: src/components/bottomsheets/DMBottomSheet.tsx:390
#: src/components/channel/NewMessagesBar.tsx:60
#: src/components/uikit/ContextMenu/items/CategoryMenuItems.tsx:81
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:79
@@ -11319,7 +11396,7 @@ msgstr "Markdown"
msgid "Markdown Preview"
msgstr "Markdown előnézet"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:516
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:530
msgid "Marked as read"
msgstr "Olvasottnak jelölve"
@@ -11347,7 +11424,7 @@ msgstr "Jelölők a csúszka alatt"
msgid "Marty_McFly"
msgstr "Marty_McFly"
-#: src/components/modals/ClaimAccountModal.tsx:160
+#: src/components/modals/ClaimAccountModal.tsx:162
#: src/components/modals/EmailChangeModal.tsx:254
msgid "marty@example.com"
msgstr "marty@example.com"
@@ -11356,7 +11433,7 @@ msgstr "marty@example.com"
msgid "Mask Visionary as subscription"
msgstr "Visionary előfizetésként maszkolása"
-#: src/components/modals/InviteModal.tsx:291
+#: src/components/modals/InviteModal.tsx:288
msgid "Max number of uses"
msgstr "Maximális felhasználások száma"
@@ -11393,7 +11470,8 @@ msgstr "A kamera maximális minősége 1080p"
msgid "Maximum quality, requires very fast connection"
msgstr "Maximális minőség, nagyon gyors kapcsolat szükséges"
-#: src/components/modals/GiftAcceptModal.tsx:151
+#: src/components/modals/GiftAcceptModal.tsx:161
+#: src/components/modals/GiftAcceptModal.tsx:194
msgid "Maybe later"
msgstr "Talán később"
@@ -11411,7 +11489,7 @@ msgstr "Mérés..."
#: src/components/channel/AutocompleteEmoji.tsx:154
#: src/components/channel/textarea/TextareaButtons.tsx:122
-#: src/components/modals/ExpressionPickerSheet.tsx:77
+#: src/components/modals/ExpressionPickerSheet.tsx:64
#: src/components/modals/tabs/ChatSettingsTab.tsx:43
#: src/components/modals/tabs/ChatSettingsTab/Inline.tsx:37
#: src/components/modals/utils/settingsConstants.tsx:298
@@ -11504,8 +11582,8 @@ msgstr "Tag ellenőrzés"
msgid "Member verification level"
msgstr "Tag ellenőrzési szint"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:877
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:913
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:909
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:945
#: src/components/modals/guildTabs/GuildMembersTab.tsx:429
#: src/components/modals/shared/AddOverridePopout.tsx:176
#: src/components/modals/utils/guildSettingsConstants.tsx:157
@@ -11536,7 +11614,7 @@ msgstr "Tagok kivágva"
msgid "Members receive notifications for every message"
msgstr "A tagok minden üzenetért értesítést kapnak"
-#: src/components/modals/InviteModal.tsx:302
+#: src/components/modals/InviteModal.tsx:299
msgid "Members will be removed when they go offline unless a role is assigned"
msgstr "A tagokat eltávolítják, amikor offline állapotba kerülnek, kivéve ha szerepet kapnak"
@@ -11608,11 +11686,11 @@ msgid "mentions:"
msgstr "megemlítések:"
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:234
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:218
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:220
#: src/components/modals/tabs/ComponentGalleryTab/InputsTab.tsx:164
-#: src/components/modals/UserProfileMobileSheet.tsx:497
-#: src/components/modals/UserProfileModal.tsx:1189
-#: src/components/modals/UserProfileModal.tsx:1311
+#: src/components/modals/UserProfileMobileSheet.tsx:501
+#: src/components/modals/UserProfileModal.tsx:1190
+#: src/components/modals/UserProfileModal.tsx:1316
#: src/components/popouts/UserProfilePopout.tsx:289
#: src/components/popouts/UserProfilePopout.tsx:308
#: src/components/profile/ProfilePreview.tsx:292
@@ -11689,7 +11767,7 @@ msgstr "Üzenetcsoportosítás"
msgid "Message is too long"
msgstr "Az üzenet túl hosszú"
-#: src/components/pages/ReportPage.tsx:837
+#: src/components/pages/report/ReportStepDetails.tsx:107
msgid "Message Link"
msgstr "Üzenet link"
@@ -11744,7 +11822,7 @@ msgstr "Üzenetek és média"
msgid "Messages Deleted"
msgstr "Üzenetek törölve"
-#: src/components/channel/Messages.tsx:938
+#: src/components/channel/Messages.tsx:936
msgid "Messages failed to load"
msgstr "Az üzenetek betöltése sikertelen"
@@ -11888,22 +11966,21 @@ msgstr "Moderálás"
msgid "Monospace font family"
msgstr "Monospace betűtípus család"
-#: src/components/auth/DateOfBirthField.tsx:87
-#: src/components/auth/DateOfBirthField.tsx:154
+#: src/components/auth/DateOfBirthField.tsx:151
#: src/components/auth/MockMinimalRegisterForm.tsx:68
msgid "Month"
msgstr "Hónap"
-#: src/components/modals/components/plutonium/PricingSection.tsx:71
+#: src/components/modals/components/plutonium/PricingSection.tsx:78
msgid "Monthly"
msgstr "Havi"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:63
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:73
msgid "Monthly {monthlyPrice}"
msgstr "Havi {monthlyPrice}"
#: src/components/accounts/AccountRow.tsx:178
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:863
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:895
#: src/components/channel/friends/FriendListItem.tsx:229
#: src/components/channel/MessageActionBar.tsx:647
#: src/components/channel/MessageActionBar.tsx:776
@@ -11936,7 +12013,7 @@ msgstr "Több matrica hely"
msgid "Most popular"
msgstr "Legnépszerűbb"
-#: src/components/channel/ChannelSearchResults.tsx:225
+#: src/components/channel/ChannelSearchResults.tsx:182
#: src/components/search/SortModeSheet.tsx:53
msgid "Most Relevant"
msgstr "Legrelevánsabb"
@@ -12015,7 +12092,7 @@ msgstr "Többnyelvű tartalom"
msgid "Music Lovers"
msgstr "Zeneimádók"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:850
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:882
#: src/components/bottomsheets/VoiceLobbyBottomSheet.tsx:179
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:253
#: src/components/layout/UserArea.tsx:213
@@ -12055,7 +12132,7 @@ msgstr "Csatorna némítása"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:400
#: src/components/bottomsheets/ChannelBottomSheet.tsx:452
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1010
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1034
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:171
#: src/components/modals/GuildNotificationSettingsModal.tsx:295
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:168
@@ -12069,9 +12146,9 @@ msgstr "Csatorna némítása"
msgid "Mute Community"
msgstr "Közösség némítása"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1012
-#: src/components/bottomsheets/DMBottomSheet.tsx:449
-#: src/components/bottomsheets/DMBottomSheet.tsx:590
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1036
+#: src/components/bottomsheets/DMBottomSheet.tsx:451
+#: src/components/bottomsheets/DMBottomSheet.tsx:593
msgid "Mute Conversation"
msgstr "Beszélgetés némítása"
@@ -12096,7 +12173,7 @@ msgstr "Tagok némítása"
msgid "Mute User"
msgstr "Felhasználó némítása"
-#: src/components/layout/guild-list/GuildListItem.tsx:193
+#: src/components/layout/guild-list/GuildListItem.tsx:194
#: src/components/layout/VoiceStateIcons.tsx:53
#: src/components/voice/VoiceParticipantTile.tsx:897
#: src/utils/ContextMenuUtils.tsx:159
@@ -12105,7 +12182,7 @@ msgstr "Némítva"
#. placeholder {0}: DateUtils.getFormattedDateTime(new Date(muteConfig.end_time))
#. placeholder {0}: getFormattedDateTime(new Date(muteConfig.end_time))
-#: src/components/layout/guild-list/GuildListItem.tsx:191
+#: src/components/layout/guild-list/GuildListItem.tsx:192
#: src/utils/ContextMenuUtils.tsx:157
msgid "Muted until {0}"
msgstr "Némítva eddig: {0}"
@@ -12253,7 +12330,7 @@ msgstr "Szükséged van fiókra?"
msgid "Neighborhood Watch"
msgstr "Környékőrség"
-#: src/components/pages/ReportPage.tsx:330
+#: src/components/pages/report/optionDescriptors.ts:102
msgid "Netherlands"
msgstr "Hollandia"
@@ -12261,9 +12338,9 @@ msgstr "Hollandia"
msgid "Network"
msgstr "Hálózat"
-#: src/components/modals/components/PlutoniumContent.tsx:145
-#: src/components/modals/components/PlutoniumContent.tsx:271
-#: src/components/modals/tabs/BetaCodesTab.tsx:295
+#: src/components/modals/components/PlutoniumContent.tsx:156
+#: src/components/modals/components/PlutoniumContent.tsx:288
+#: src/components/modals/tabs/BetaCodesTab.tsx:320
#: src/components/modals/tabs/DevicesTab.tsx:229
msgid "Network error"
msgstr "Hálózati hiba"
@@ -12290,7 +12367,7 @@ msgstr "soha nem jár le"
#: src/components/channel/Divider.tsx:51
#: src/components/channel/Divider.tsx:60
#: src/components/channel/UnreadDividerSlot.tsx:45
-#: src/components/layout/GuildsLayout.tsx:285
+#: src/components/layout/GuildsLayout.tsx:283
msgid "New"
msgstr "Új"
@@ -12311,7 +12388,7 @@ msgstr "Új e-mail"
msgid "New email form"
msgstr "Új e-mail űrlap"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:902
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:934
msgid "New Group"
msgstr "Új csoport"
@@ -12334,7 +12411,7 @@ msgid "new-channel"
msgstr "új-csatorna"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:446
-#: src/components/channel/ChannelSearchResults.tsx:223
+#: src/components/channel/ChannelSearchResults.tsx:180
msgid "Newest"
msgstr "Legújabb"
@@ -12394,7 +12471,7 @@ msgstr "A becenév nem lehet hosszabb 32 karakternél"
msgid "Nickname updated"
msgstr "Becenév frissítve"
-#: src/components/layout/GuildLayout.tsx:392
+#: src/components/layout/GuildLayout.tsx:397
msgid "No accessible channels"
msgstr "Nincs elérhető csatorna"
@@ -12431,7 +12508,7 @@ msgstr "Nincsenek kitiltott felhasználók"
msgid "No bans found matching your search."
msgstr "A keresésnek megfelelő kitiltás nem található."
-#: src/components/modals/tabs/BetaCodesTab.tsx:365
+#: src/components/modals/tabs/BetaCodesTab.tsx:390
msgid "No beta codes yet"
msgstr "Még nincsenek bétakódok"
@@ -12471,7 +12548,7 @@ msgstr "Nincs elérhető csatorna"
msgid "No channels found"
msgstr "Nem található csatorna"
-#: src/components/modals/tabs/BetaCodesTab.tsx:275
+#: src/components/modals/tabs/BetaCodesTab.tsx:279
msgid "No codes remaining. Resets {resetString}"
msgstr "Nincs több kód. Visszaállítás {resetString}"
@@ -12484,7 +12561,7 @@ msgid "No community banner"
msgstr "Nincs közösségi banner"
#: src/components/auth/InviteHeader.tsx:156
-#: src/components/channel/InviteEmbed.tsx:215
+#: src/components/channel/InviteEmbed.tsx:217
#: src/components/modals/InviteAcceptModal.tsx:148
#: src/components/modals/tabs/ExpressionPacksTab.tsx:73
msgid "No description provided."
@@ -12516,7 +12593,7 @@ msgstr "Még nincs barátod"
msgid "No GIFs found"
msgstr "Nem található GIF"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:311
+#: src/components/modals/tabs/GiftInventoryTab.tsx:334
msgid "No gifts yet"
msgstr "Még nincs ajándék"
@@ -12656,7 +12733,7 @@ msgid "No results"
msgstr "Nincs eredmény"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:315
-#: src/components/channel/ChannelSearchResults.tsx:709
+#: src/components/channel/ChannelSearchResults.tsx:678
msgid "No Results"
msgstr "Nincs eredmény"
@@ -12717,7 +12794,7 @@ msgstr "Nincs rendszer csatorna"
msgid "No Timer"
msgstr "Nincs időzítő"
-#: src/components/channel/dm/AddFriendForm.tsx:70
+#: src/components/channel/dm/AddFriendForm.tsx:93
msgid "No user found with that FluxerTag."
msgstr "Nem található felhasználó ezzel a FluxerTag-gel."
@@ -12797,7 +12874,7 @@ msgstr "Most nem"
msgid "Not your cup of tea? You can disable this feature anytime."
msgstr "Nem a te világod? Bármikor kikapcsolhatod ezt a funkciót."
-#: src/components/modals/UserProfileMobileSheet.tsx:549
+#: src/components/modals/UserProfileMobileSheet.tsx:553
#: src/components/modals/UserProfileModal.tsx:244
#: src/components/modals/UserProfileModal.tsx:248
#: src/components/pages/YouPage.tsx:144
@@ -12813,7 +12890,7 @@ msgstr "Megjegyzés (csak neked látható)"
msgid "nothing"
msgstr "semmi"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1387
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1411
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:218
#: src/components/modals/GuildNotificationSettingsModal.tsx:95
#: src/components/modals/GuildNotificationSettingsModal.tsx:226
@@ -12835,8 +12912,8 @@ msgid "Notification Overrides"
msgstr "Értesítési felülbírálások"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:405
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1160
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1341
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1184
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1365
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:199
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsButton.tsx:59
#: src/components/modals/GuildNotificationSettingsModal.tsx:162
@@ -12904,17 +12981,17 @@ msgstr "NSFW tartalom nem engedélyezett"
msgid "NSFW Gates"
msgstr "NSFW kapuk"
-#: src/components/pages/ReportPage.tsx:266
+#: src/components/pages/report/optionDescriptors.ts:47
#: src/constants/IARConstants.tsx:52
msgid "NSFW Policy Violation"
msgstr "NSFW szabályzat megsértése"
#. placeholder {0}: formatter.format(visionarySlots.total)
-#: src/components/modals/components/plutonium/VisionarySection.tsx:82
+#: src/components/modals/components/plutonium/VisionarySection.tsx:91
msgid "Numbered badge (1-{0}) showing your Visionary status"
msgstr "Számozott jelvény (1-{0}), amely megmutatja a Visionary státuszodat"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:83
+#: src/components/modals/components/plutonium/VisionarySection.tsx:92
msgid "Numbered badge showing your Visionary status"
msgstr "Számozott jelvény, amely a Visionary státuszodat mutatja"
@@ -12933,8 +13010,8 @@ msgstr "Objektumok"
msgid "Off"
msgstr "Ki"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:281
-#: src/components/channel/ChannelMembers.tsx:137
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:287
+#: src/components/channel/ChannelMembers.tsx:108
#: src/Constants.tsx:134
#: src/utils/MemberListUtils.ts:150
#: src/utils/MemberListUtils.ts:188
@@ -12962,7 +13039,7 @@ msgid "Okay"
msgstr "Rendben"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:446
-#: src/components/channel/ChannelSearchResults.tsx:224
+#: src/components/channel/ChannelSearchResults.tsx:181
msgid "Oldest"
msgstr "Legrégebbi"
@@ -13020,25 +13097,25 @@ msgstr "Egy vagy több csatorna indexelése folyamatban"
msgid "one second ago"
msgstr "egy másodperce"
-#: src/components/modals/components/plutonium/GiftSection.tsx:71
-#: src/components/modals/components/plutonium/GiftSection.tsx:80
-#: src/components/modals/components/plutonium/PricingSection.tsx:103
-#: src/components/modals/components/plutonium/PricingSection.tsx:112
+#: src/components/modals/components/plutonium/GiftSection.tsx:78
+#: src/components/modals/components/plutonium/GiftSection.tsx:90
+#: src/components/modals/components/plutonium/PricingSection.tsx:118
+#: src/components/modals/components/plutonium/PricingSection.tsx:130
msgid "one-time purchase"
msgstr "egyszeri vásárlás"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:65
+#: src/components/modals/components/plutonium/VisionarySection.tsx:74
msgid "One-time purchase, lifetime access."
msgstr "Egyszeri vásárlás, élethosszig tartó hozzáférés."
-#: src/components/modals/components/plutonium/GiftSection.tsx:89
-#: src/components/modals/components/plutonium/PricingSection.tsx:90
-#: src/components/modals/components/plutonium/PricingSection.tsx:121
+#: src/components/modals/components/plutonium/GiftSection.tsx:102
+#: src/components/modals/components/plutonium/PricingSection.tsx:103
+#: src/components/modals/components/plutonium/PricingSection.tsx:142
msgid "one-time, lifetime"
msgstr "egyszeri, élethosszig tartó"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:281
-#: src/components/channel/ChannelMembers.tsx:135
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:285
+#: src/components/channel/ChannelMembers.tsx:106
#: src/components/channel/dm/DMFriendsView.tsx:168
#: src/components/channel/friends/views/FriendsList.tsx:95
#: src/Constants.tsx:130
@@ -13051,7 +13128,7 @@ msgstr "Elérhető"
msgid "Online Status"
msgstr "Elérhetőségi állapot"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1382
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1406
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:212
#: src/components/modals/GuildNotificationSettingsModal.tsx:91
#: src/components/modals/GuildNotificationSettingsModal.tsx:281
@@ -13120,11 +13197,11 @@ msgstr "Fiókigénylés modális ablak megnyitása"
msgid "Open color picker"
msgstr "Színválasztó megnyitása"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1398
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1422
msgid "Open Community Notification Settings"
msgstr "Közösségi értesítési beállítások megnyitása"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:286
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:322
msgid "Open Customer Portal"
msgstr "Ügyfélszolgálati portál megnyitása"
@@ -13293,7 +13370,7 @@ msgstr "Harmadik lehetőség"
msgid "Option Two"
msgstr "Második lehetőség"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:89
+#: src/components/modals/components/plutonium/VisionarySection.tsx:98
msgid "Optional #0000 tag"
msgstr "Opcionális #0000 címke"
@@ -13309,7 +13386,7 @@ msgstr "VAGY"
msgid "Or copy the link:"
msgstr "Vagy másold a linket:"
-#: src/components/modals/InviteModal.tsx:312
+#: src/components/modals/InviteModal.tsx:309
msgid "or send an invite link to a friend:"
msgstr "vagy küldj egy meghívó linket egy barátnak:"
@@ -13325,9 +13402,9 @@ msgstr "Az eredeti üzenet betöltése sikertelen"
msgid "Original message was deleted"
msgstr "Az eredeti üzenet törölve lett"
-#: src/components/pages/ReportPage.tsx:273
-#: src/components/pages/ReportPage.tsx:287
-#: src/components/pages/ReportPage.tsx:303
+#: src/components/pages/report/optionDescriptors.ts:54
+#: src/components/pages/report/optionDescriptors.ts:65
+#: src/components/pages/report/optionDescriptors.ts:78
#: src/constants/IARConstants.tsx:87
#: src/constants/IARConstants.tsx:139
#: src/constants/IARConstants.tsx:195
@@ -13463,8 +13540,8 @@ msgstr "A passkeyek aláírt macOS csomagot igényelnek érvényes alkalmazásaz
#: src/components/auth/AuthLoginCore/AuthLoginEmailPasswordForm.tsx:90
#: src/components/auth/AuthRegisterFormCore.tsx:136
#: src/components/auth/AuthRegisterFormCore.tsx:217
-#: src/components/modals/ClaimAccountModal.tsx:168
-#: src/components/modals/ClaimAccountModal.tsx:208
+#: src/components/modals/ClaimAccountModal.tsx:170
+#: src/components/modals/ClaimAccountModal.tsx:210
#: src/components/modals/SudoVerificationModal.tsx:171
#: src/components/modals/SudoVerificationModal.tsx:236
#: src/components/modals/tabs/AccountSecurityTab/AccountTab.tsx:105
@@ -13546,11 +13623,11 @@ msgstr "Azok, akik a barátaid barátai, hozzáadhatnak a csoportos beszélgeté
msgid "People who are friends with your friends can call you"
msgstr "Azok, akik a barátaid barátai, hívhatnak."
-#: src/components/modals/components/plutonium/PricingSection.tsx:73
+#: src/components/modals/components/plutonium/PricingSection.tsx:80
msgid "per month"
msgstr "havonta"
-#: src/components/modals/components/plutonium/PricingSection.tsx:80
+#: src/components/modals/components/plutonium/PricingSection.tsx:90
msgid "per year"
msgstr "évente"
@@ -13588,8 +13665,8 @@ msgstr "Engedélyek megadva"
msgid "Personal notes"
msgstr "Személyes jegyzetek"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:479
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:778
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:493
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:810
#: src/components/channel/channel-header/useChannelHeaderData.ts:84
#: src/components/channel/dm/DMList.tsx:708
#: src/components/channel/dm/DMList.tsx:795
@@ -13662,16 +13739,16 @@ msgid "Pick which phone step to show"
msgstr "Válaszd ki, melyik telefonos lépést mutassa"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:336
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1132
-#: src/components/bottomsheets/DMBottomSheet.tsx:483
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1156
+#: src/components/bottomsheets/DMBottomSheet.tsx:485
#: src/components/channel/dm/DMList.tsx:287
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:153
msgid "Pin DM"
msgstr "DM rögzítése"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:295
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1132
-#: src/components/bottomsheets/DMBottomSheet.tsx:483
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1156
+#: src/components/bottomsheets/DMBottomSheet.tsx:485
#: src/components/channel/dm/DMList.tsx:248
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:133
msgid "Pin Group DM"
@@ -13714,20 +13791,20 @@ msgid "Ping: {latency}ms"
msgstr "Ping: {latency}ms"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:219
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:566
-#: src/components/bottomsheets/DMBottomSheet.tsx:147
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:580
+#: src/components/bottomsheets/DMBottomSheet.tsx:149
#: src/components/channel/dm/DMList.tsx:214
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:115
msgid "Pinned DM"
msgstr "Rögzített DM"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:219
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:566
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:580
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:95
msgid "Pinned group"
msgstr "Rögzített csoport"
-#: src/components/bottomsheets/DMBottomSheet.tsx:147
+#: src/components/bottomsheets/DMBottomSheet.tsx:149
msgid "Pinned group DM"
msgstr "Rögzített csoportos DM"
@@ -13742,7 +13819,7 @@ msgstr "Rögzített üzenetek"
msgid "pinned:"
msgstr "rögzítve:"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:886
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:918
msgid "Pins"
msgstr "Rögzítések"
@@ -13789,15 +13866,15 @@ msgstr "Kérjük, ellenőrizd a beérkezett üzeneteidet egy ellenőrző e-mail
msgid "Please enable Fluxer in System Settings → Privacy & Security → Input Monitoring."
msgstr "Kérjük, engedélyezd a Fluxert a Rendszerbeállítások → Adatvédelem és biztonság → Bemenet figyelése menüpontban."
-#: src/components/pages/ReportPage.tsx:396
+#: src/components/pages/ReportPage.tsx:211
msgid "Please enter a valid email address."
msgstr "Kérlek, adj meg egy érvényes email címet."
-#: src/components/channel/dm/AddFriendForm.tsx:74
+#: src/components/channel/dm/AddFriendForm.tsx:97
msgid "Please enter a valid FluxerTag (Username#0000)."
msgstr "Kérjük, adj meg egy érvényes FluxerTag-et (Felhasználónév#0000)."
-#: src/components/pages/ReportPage.tsx:509
+#: src/components/pages/ReportPage.tsx:336
msgid "Please enter a valid message link URL."
msgstr "Kérlek, adj meg egy érvényes üzenet link URL-t."
@@ -13809,26 +13886,22 @@ msgstr "Kérlek, adj meg egy API végpontot."
msgid "Please fill out the following fields: {fieldList}"
msgstr "Kérjük, töltse ki az alábbi mezőket: {fieldList}"
-#: src/components/pages/ReportPage.tsx:436
+#: src/components/pages/ReportPage.tsx:261
msgid "Please go back and enter a valid email address."
msgstr "Kérlek, térj vissza és adj meg egy érvényes email címet."
-#: src/components/pages/ReportPage.tsx:542
+#: src/components/pages/ReportPage.tsx:369
msgid "Please include the community (guild) ID you are reporting."
msgstr "Kérjük, add meg a jelenteni kívánt közösség (guild) ID-ját."
-#: src/components/pages/ReportPage.tsx:504
+#: src/components/pages/ReportPage.tsx:331
msgid "Please paste the message link you are reporting."
msgstr "Kérjük, illeszd be a jelenteni kívánt üzenet linkjét."
-#: src/components/pages/ReportPage.tsx:391
+#: src/components/pages/ReportPage.tsx:206
msgid "Please provide an email address."
msgstr "Kérjük, adj meg egy e-mail címet."
-#: src/components/pages/ReportPage.tsx:801
-msgid "Please provide the details of your report."
-msgstr "Kérjük, add meg a jelentésed részleteit."
-
#: src/components/modals/tabs/ApplicationsTab/ApplicationDetail.tsx:555
msgid "Please retry or go back to the applications list."
msgstr "Kérjük, próbáld újra, vagy térj vissza az alkalmazások listájához."
@@ -13837,7 +13910,7 @@ msgstr "Kérjük, próbáld újra, vagy térj vissza az alkalmazások listájáh
msgid "Please select a violation category"
msgstr "Kérjük, válassz egy szabálysértési kategóriát"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:297
+#: src/components/modals/tabs/GiftInventoryTab.tsx:320
msgid "Please try again later."
msgstr "Kérjük, próbáld újra később."
@@ -13878,7 +13951,7 @@ msgstr "Plutonium jelvény adatvédelem"
msgid "Plutonium perks"
msgstr "Plutonium előnyök"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:110
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:129
msgid "Plutonium Subscription"
msgstr "Plutonium előfizetés"
@@ -13886,7 +13959,7 @@ msgstr "Plutonium előfizetés"
msgid "PNG"
msgstr "PNG"
-#: src/components/pages/ReportPage.tsx:331
+#: src/components/pages/report/optionDescriptors.ts:103
msgid "Poland"
msgstr "Lengyelország"
@@ -13903,7 +13976,7 @@ msgstr "szavazás"
msgid "Popouts"
msgstr "Felugró ablakok"
-#: src/components/pages/ReportPage.tsx:332
+#: src/components/pages/report/optionDescriptors.ts:104
msgid "Portugal"
msgstr "Portugália"
@@ -13943,11 +14016,11 @@ msgstr "Prémium típus felülbírálás"
msgid "Press keys..."
msgstr "Nyomj meg billentyűket..."
-#: src/components/channel/MessageReactions.tsx:121
+#: src/components/channel/MessageReactions.tsx:120
msgid "press to add reaction"
msgstr "nyomj a reakció hozzáadásához"
-#: src/components/channel/MessageReactions.tsx:121
+#: src/components/channel/MessageReactions.tsx:120
msgid "press to remove reaction"
msgstr "nyomj a reakció eltávolításához"
@@ -14143,15 +14216,15 @@ msgstr "Védd meg fiókodat kétfaktoros hitelesítéssel és passkey-kel"
msgid "Provide any additional context that may help our Safety Team..."
msgstr "Add meg bármilyen további információt, ami segíthet a Biztonsági Csapatunknak..."
-#: src/components/pages/ReportPage.tsx:882
+#: src/components/pages/report/ReportStepDetails.tsx:156
msgid "Provide at least a user ID or a user tag."
msgstr "Adjon meg legalább egy felhasználói azonosítót vagy felhasználói címkét."
-#: src/components/pages/ReportPage.tsx:527
+#: src/components/pages/ReportPage.tsx:354
msgid "Provide either a user ID or a FluxerTag for the person you are reporting."
msgstr "Add meg a jelentett személy felhasználói azonosítóját vagy FluxerTag-jét."
-#: src/components/pages/ReportPage.tsx:478
+#: src/components/pages/ReportPage.tsx:305
msgid "Provide your full legal name for the declaration."
msgstr "Add meg a teljes hivatalos neved a nyilatkozat számára."
@@ -14163,7 +14236,7 @@ msgstr "Kibővített tagok, akik inaktívak voltak {dayCount, plural, one {<0>#
msgid "Public bot"
msgstr "Nyilvános bot"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:312
+#: src/components/modals/tabs/GiftInventoryTab.tsx:335
msgid "Purchase a Plutonium gift from the Plutonium tab to share with friends!"
msgstr "Vásárolj egy Plutonium ajándékot a Plutonium lapon, hogy megoszthasd barátaiddal!"
@@ -14171,12 +14244,12 @@ msgstr "Vásárolj egy Plutonium ajándékot a Plutonium lapon, hogy megoszthasd
msgid "Purchase History"
msgstr "Vásárlási előzmények"
-#: src/components/modals/components/plutonium/PricingSection.tsx:61
+#: src/components/modals/components/plutonium/PricingSection.tsx:67
msgid "Purchase mode"
msgstr "Vásárlási mód"
#. placeholder {0}: getFormattedShortDate(new Date(gift.created_at))
-#: src/components/modals/tabs/GiftInventoryTab.tsx:119
+#: src/components/modals/tabs/GiftInventoryTab.tsx:120
msgid "Purchased {0}"
msgstr "Megvásárolva: {0}"
@@ -14275,7 +14348,7 @@ msgstr "A rádiógombok lehetővé teszik egyetlen lehetőség kiválasztását
msgid "Radio Group"
msgstr "Rádió csoport"
-#: src/components/pages/ReportPage.tsx:300
+#: src/components/pages/report/optionDescriptors.ts:75
#: src/constants/IARConstants.tsx:180
msgid "Raid Coordination"
msgstr "Raid koordináció"
@@ -14310,7 +14383,7 @@ msgid "Reactions"
msgstr "Reakciók"
#: src/components/layout/app-layout/nagbars/PremiumExpiredNagbar.tsx:77
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:284
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:320
msgid "Reactivate"
msgstr "Újra aktiválás"
@@ -14323,15 +14396,15 @@ msgstr "Üzenet előzmények olvasása"
msgid "Read the community's audit log of changes and moderation actions."
msgstr "Olvasd el a közösség változásainak és moderációs műveleteinek audit naplóját."
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:146
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:160
msgid "Read the Documentation (fluxer.dev)"
msgstr "Olvasd el a dokumentációt (fluxer.dev)"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:52
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:60
msgid "Ready to Buy a Gift?"
msgstr "Készen állsz egy ajándék vásárlására?"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:52
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:60
msgid "Ready to Upgrade?"
msgstr "Készen állsz a frissítésre?"
@@ -14388,11 +14461,11 @@ msgstr "Újracsatlakozás…"
msgid "Record shortcut"
msgstr "Gyorsbillentyű rögzítése"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:269
+#: src/components/modals/tabs/GiftInventoryTab.tsx:292
msgid "Redeem"
msgstr "Beváltás"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:232
+#: src/components/modals/tabs/GiftInventoryTab.tsx:255
msgid "Redeem a Gift"
msgstr "Ajándék beváltása"
@@ -14400,40 +14473,40 @@ msgstr "Ajándék beváltása"
msgid "Redeem Beta Code"
msgstr "Beta kód beváltása"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:165
+#: src/components/modals/tabs/GiftInventoryTab.tsx:166
msgid "Redeem for Yourself"
msgstr "Beváltás magadnak"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:255
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:281
msgid "Redeem Gift Code"
msgstr "Ajándékkód beváltása"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:238
+#: src/components/modals/tabs/GiftInventoryTab.tsx:261
msgid "Redeem gift code form"
msgstr "Ajándékkód beváltási űrlap"
#. placeholder {0}: redeemedBetaCodes.length
-#: src/components/modals/tabs/BetaCodesTab.tsx:349
+#: src/components/modals/tabs/BetaCodesTab.tsx:374
msgid "Redeemed ({0})"
msgstr "Beváltva ({0})"
#. placeholder {0}: getFormattedShortDate(new Date(gift.redeemed_at!))
-#: src/components/modals/tabs/GiftInventoryTab.tsx:117
+#: src/components/modals/tabs/GiftInventoryTab.tsx:118
msgid "Redeemed {0}"
msgstr "Beváltva: {0}"
#. placeholder {0}: gift.redeemed_by.username
#. placeholder {1}: gift.redeemed_by.discriminator
-#: src/components/modals/tabs/GiftInventoryTab.tsx:153
+#: src/components/modals/tabs/GiftInventoryTab.tsx:154
msgid "Redeemed by {0}#{1}"
msgstr "Beváltotta: {0}#{1}"
-#: src/components/modals/tabs/BetaCodesTab.tsx:54
+#: src/components/modals/tabs/BetaCodesTab.tsx:56
msgid "Redeemer"
msgstr "Beváltó"
-#: src/components/modals/tabs/BetaCodesTab.tsx:111
-#: src/components/modals/tabs/BetaCodesTab.tsx:188
+#: src/components/modals/tabs/BetaCodesTab.tsx:113
+#: src/components/modals/tabs/BetaCodesTab.tsx:190
msgid "Redeemer:"
msgstr "Beváltó:"
@@ -14526,7 +14599,7 @@ msgstr "Normál gomb"
msgid "Regular button clicked!"
msgstr "Normál gomb megnyomva!"
-#: src/components/channel/channel-view/DMChannelView.tsx:298
+#: src/components/channel/channel-view/DMChannelView.tsx:299
#: src/components/voice/IncomingCallUI.tsx:310
msgid "Reject"
msgstr "Elutasítás"
@@ -14624,19 +14697,19 @@ msgstr "Belépési hang eltávolítása"
msgid "Remove filter"
msgstr "Szűrő eltávolítása"
-#: src/components/bottomsheets/DMBottomSheet.tsx:508
-#: src/components/channel/dm/DMWelcomeSection.tsx:132
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:144
+#: src/components/bottomsheets/DMBottomSheet.tsx:510
+#: src/components/channel/dm/DMWelcomeSection.tsx:144
#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:146
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:253
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:148
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:255
#: src/components/modals/UserProfileActionsSheet.tsx:115
#: src/components/modals/UserProfileActionsSheet.tsx:117
#: src/components/modals/UserProfileActionsSheet.tsx:278
-#: src/components/modals/UserProfileMobileSheet.tsx:302
-#: src/components/modals/UserProfileMobileSheet.tsx:304
+#: src/components/modals/UserProfileMobileSheet.tsx:303
+#: src/components/modals/UserProfileMobileSheet.tsx:305
#: src/components/modals/UserProfileModal.tsx:1143
-#: src/components/modals/UserProfileModal.tsx:1228
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:108
+#: src/components/modals/UserProfileModal.tsx:1229
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:129
#: src/utils/RelationshipActionUtils.tsx:113
#: src/utils/RelationshipActionUtils.tsx:115
msgid "Remove Friend"
@@ -14654,8 +14727,8 @@ msgid "Remove from favorites"
msgstr "Eltávolítás a kedvencekből"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:370
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1103
-#: src/components/bottomsheets/DMBottomSheet.tsx:400
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1127
+#: src/components/bottomsheets/DMBottomSheet.tsx:402
#: src/components/channel/ChannelHeader.tsx:547
#: src/components/channel/ChannelHeader.tsx:595
#: src/components/channel/ChannelHeader.tsx:600
@@ -14720,7 +14793,7 @@ msgstr "Spoiler eltávolítása"
msgid "Remove sticker"
msgstr "Matrica eltávolítása"
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:285
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:288
#: src/components/modals/RemoveTimeoutModal.tsx:61
#: src/components/modals/RemoveTimeoutModal.tsx:75
#: src/components/modals/TimeoutMemberSheet.tsx:101
@@ -14763,11 +14836,11 @@ msgid "Removed from bookmarks"
msgstr "Eltávolítva a könyvjelzőkből"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:115
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:541
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:555
msgid "Removed from favorites"
msgstr "Eltávolítva a kedvencekből"
-#: src/components/bottomsheets/DMBottomSheet.tsx:126
+#: src/components/bottomsheets/DMBottomSheet.tsx:128
msgid "Removed from Favorites"
msgstr "Eltávolítva a Kedvencek közül"
@@ -14891,7 +14964,7 @@ msgstr "A közösség át lett nevezve erre: {0}."
msgid "Render all your messages as unknown message type"
msgstr "Minden üzenetet ismeretlen üzenettípusként jelenít meg"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:234
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:253
msgid "Renews on <0>{renewalDate}0>."
msgstr "Megújul <0>{renewalDate}0>."
@@ -14932,15 +15005,15 @@ msgstr "Válasz"
msgid "Replying to <0>{authorNickname}0>"
msgstr "Válasz <0>{authorNickname}0> felhasználónak"
-#: src/components/pages/ReportPage.tsx:249
+#: src/components/pages/report/optionDescriptors.ts:38
msgid "Report a Community"
msgstr "Közösség jelentése"
-#: src/components/pages/ReportPage.tsx:247
+#: src/components/pages/report/optionDescriptors.ts:36
msgid "Report a Message"
msgstr "Üzenet jelentése"
-#: src/components/pages/ReportPage.tsx:248
+#: src/components/pages/report/optionDescriptors.ts:37
msgid "Report a User Profile"
msgstr "Felhasználói profil jelentése"
@@ -14949,12 +15022,12 @@ msgstr "Felhasználói profil jelentése"
msgid "Report Community"
msgstr "Közösség jelentése"
-#: src/components/pages/ReportPage.tsx:801
-msgid "Report Details"
+#: src/components/pages/report/ReportStepDetails.tsx:74
+msgid "Report details"
msgstr "Jelentés részletei"
-#: src/components/pages/ReportPage.tsx:241
-#: src/components/pages/ReportPage.tsx:612
+#: src/components/pages/report/ReportStepSelection.tsx:41
+#: src/components/pages/ReportPage.tsx:60
msgid "Report Illegal Content"
msgstr "Illegális tartalom jelentése"
@@ -14963,33 +15036,24 @@ msgstr "Illegális tartalom jelentése"
msgid "Report Message"
msgstr "Üzenet jelentése"
-#: src/components/pages/ReportPage.tsx:588
-msgid "Report Submitted"
-msgstr "Jelentés elküldve"
+#: src/components/pages/report/ReportStepComplete.tsx:36
+msgid "Report submitted"
+msgstr "Jelentés benyújtva"
#: src/components/modals/IARModal.tsx:128
msgid "Report submitted successfully. Our Safety Team will review it shortly."
msgstr "A jelentés sikeresen elküldve. Biztonsági csapatunk hamarosan átnézi."
-#: src/components/pages/ReportPage.tsx:624
-msgid "Report Type"
-msgstr "Jelentés típusa"
-
#: src/components/modals/IARModal.tsx:84
#: src/components/modals/UserProfileActionsSheet.tsx:289
#: src/components/modals/UserProfileModal.tsx:1157
msgid "Report User"
msgstr "Felhasználó jelentése"
-#: src/components/pages/ReportPage.tsx:852
+#: src/components/pages/report/ReportStepDetails.tsx:123
msgid "Reported User Tag (optional)"
msgstr "Jelzett Felhasználói címke (opcionális)"
-#: src/components/pages/ReportPage.tsx:644
-#: src/components/pages/ReportPage.tsx:804
-msgid "Reporting:"
-msgstr "Jelentés:"
-
#: src/components/modals/tabs/PrivacySafetyTab/DataExportTab.tsx:48
#: src/components/modals/tabs/PrivacySafetyTab/DataExportTab.tsx:125
msgid "Request Data Export"
@@ -15050,7 +15114,7 @@ msgstr "Plutonium szükséges"
msgid "Reschedule Message"
msgstr "Üzenet időpontjának áthelyezése"
-#: src/components/modals/ClaimAccountModal.tsx:222
+#: src/components/modals/ClaimAccountModal.tsx:224
#: src/components/modals/EmailChangeModal.tsx:230
#: src/components/modals/EmailChangeModal.tsx:294
msgid "Resend"
@@ -15064,7 +15128,11 @@ msgstr "Újraküldés ({newSecondsRemaining}s)"
msgid "Resend ({originalSecondsRemaining}s)"
msgstr "Újraküldés ({originalSecondsRemaining}s)"
-#: src/components/modals/ClaimAccountModal.tsx:222
+#: src/components/pages/report/ReportStepVerification.tsx:114
+msgid "Resend ({resendCooldownSeconds}s)"
+msgstr "Újbóli küldés ({resendCooldownSeconds}s) "
+
+#: src/components/modals/ClaimAccountModal.tsx:224
msgid "Resend ({resendSecondsRemaining}s)"
msgstr "Újraküldés ({resendSecondsRemaining}s)"
@@ -15072,7 +15140,7 @@ msgstr "Újraküldés ({resendSecondsRemaining}s)"
msgid "Resend Button Loading"
msgstr "Újraküldés gomb betöltése"
-#: src/components/pages/ReportPage.tsx:761
+#: src/components/pages/report/ReportStepVerification.tsx:116
msgid "Resend code"
msgstr "Kód újraküldése"
@@ -15097,7 +15165,7 @@ msgid "Resent"
msgstr "Újraküldve"
#: src/components/keybinds/KeybindRecorder.tsx:215
-#: src/components/modals/components/MobileSettingsView.tsx:128
+#: src/components/modals/components/MobileSettingsView.tsx:123
#: src/components/modals/components/SettingsModalHeader.tsx:81
#: src/components/modals/ImageCropModal.tsx:977
#: src/components/modals/tabs/KeybindsTab.tsx:154
@@ -15173,8 +15241,8 @@ msgstr "Teljes képernyő visszaállítása"
msgid "Restore maximized"
msgstr "Maximalizált állapot visszaállítása"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:280
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:282
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:316
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:318
msgid "Resubscribe"
msgstr "Újra feliratkozás"
@@ -15189,11 +15257,11 @@ msgstr "Újra feliratkozás"
#: src/components/modals/guildTabs/GuildStickersTab.tsx:211
#: src/components/modals/guildTabs/GuildWebhooksTab.tsx:137
#: src/components/modals/tabs/ApplicationsTab/ApplicationDetail.tsx:559
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:108
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:112
#: src/components/modals/tabs/AuthorizedAppsTab.tsx:121
-#: src/components/modals/tabs/BetaCodesTab.tsx:301
+#: src/components/modals/tabs/BetaCodesTab.tsx:326
#: src/components/modals/tabs/DevicesTab.tsx:231
-#: src/components/modals/tabs/GiftInventoryTab.tsx:300
+#: src/components/modals/tabs/GiftInventoryTab.tsx:323
msgid "Retry"
msgstr "Újrapróbálás"
@@ -15244,8 +15312,8 @@ msgstr "Tekintsd át, mit kér ez az alkalmazás, mielőtt folytatnád."
#: src/components/invites/InviteListItem.tsx:217
#: src/components/modals/GroupInvitesBottomSheet.tsx:78
#: src/components/modals/GroupInvitesModal.tsx:76
-#: src/components/modals/tabs/BetaCodesTab.tsx:143
-#: src/components/modals/tabs/BetaCodesTab.tsx:220
+#: src/components/modals/tabs/BetaCodesTab.tsx:145
+#: src/components/modals/tabs/BetaCodesTab.tsx:222
msgid "Revoke"
msgstr "Visszavonás"
@@ -15369,7 +15437,7 @@ msgstr "Szerepek és engedélyek"
msgid "Roles updated successfully"
msgstr "Szerepek sikeresen frissítve"
-#: src/components/pages/ReportPage.tsx:333
+#: src/components/pages/report/optionDescriptors.ts:105
msgid "Romania"
msgstr "Románia"
@@ -15423,7 +15491,7 @@ msgstr "Telítettség"
#: src/components/modals/AddFavoriteMemeModal.tsx:102
#: src/components/modals/AttachmentEditModal.tsx:90
#: src/components/modals/BaseChangeNicknameModal.tsx:115
-#: src/components/modals/components/MobileSettingsView.tsx:131
+#: src/components/modals/components/MobileSettingsView.tsx:126
#: src/components/modals/CustomStatusBottomSheet.tsx:231
#: src/components/modals/CustomStatusModal.tsx:362
#: src/components/modals/EditFavoriteMemeModal.tsx:88
@@ -15438,9 +15506,9 @@ msgstr "Telítettség"
msgid "Save"
msgstr "Mentés"
-#: src/components/modals/components/plutonium/GiftSection.tsx:72
-#: src/components/modals/components/plutonium/PricingSection.tsx:81
-#: src/components/modals/components/plutonium/PricingSection.tsx:104
+#: src/components/modals/components/plutonium/GiftSection.tsx:79
+#: src/components/modals/components/plutonium/PricingSection.tsx:91
+#: src/components/modals/components/plutonium/PricingSection.tsx:119
msgid "Save 17%"
msgstr "17% megtakarítás"
@@ -15600,8 +15668,8 @@ msgstr "Chat görgetése lefelé"
msgid "Scroll Chat Up"
msgstr "Chat görgetése felfelé"
-#: src/components/modals/components/plutonium/GiftSection.tsx:103
-#: src/components/modals/components/plutonium/PricingSection.tsx:138
+#: src/components/modals/components/plutonium/GiftSection.tsx:117
+#: src/components/modals/components/plutonium/PricingSection.tsx:160
msgid "Scroll down to view all the sweet perks you get with Plutonium"
msgstr "Görgess le, hogy megnézd az összes menő előnyt, amit a Plutoniummal kapsz"
@@ -15613,11 +15681,11 @@ msgstr "Görgess le a chat előzményekben"
msgid "Scroll the chat history up"
msgstr "Görgess fel a chat előzményekben"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:857
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:889
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:400
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:460
#: src/components/channel/ChannelHeader.tsx:586
-#: src/components/channel/shared/PickerSearchInput.tsx:204
+#: src/components/channel/shared/PickerSearchInput.tsx:203
#: src/components/modals/tabs/ComponentGalleryTab/InputsTab.tsx:126
#: src/stores/KeybindStore.ts:414
#: src/utils/quick-switcher/QuickSwitcherModalUtils.tsx:86
@@ -15674,7 +15742,7 @@ msgstr "Keress csatornákat, embereket vagy közösségeket"
#: src/components/common/FriendSelector.tsx:196
#: src/components/modals/AddFriendsToGroupModal.tsx:53
#: src/components/modals/CreateDMModal.tsx:68
-#: src/components/modals/InviteModal.tsx:237
+#: src/components/modals/InviteModal.tsx:248
#: src/components/modals/shared/RecipientList.tsx:177
#: src/components/modals/ShareThemeModal.tsx:144
msgid "Search friends"
@@ -15718,7 +15786,7 @@ msgstr "Függőben lévő kérések keresése"
msgid "Search Permissions..."
msgstr "Jogosultságok keresése..."
-#: src/components/channel/ChannelSearchResults.tsx:321
+#: src/components/channel/ChannelSearchResults.tsx:278
#: src/components/modals/components/DesktopSettingsView.tsx:360
msgid "Search Results"
msgstr "Keresési eredmények"
@@ -15737,7 +15805,7 @@ msgid "Search scope"
msgstr "Keresési hatókör"
#. placeholder {0}: activeScopeOption.label
-#: src/components/channel/ChannelSearchResults.tsx:1052
+#: src/components/channel/ChannelSearchResults.tsx:1031
#: src/components/channel/MessageSearchBar/MessageSearchBar.tsx:378
msgid "Search scope: {0}"
msgstr "Keresési hatókör: {0}"
@@ -15767,7 +15835,7 @@ msgstr "Felhasználók keresése"
msgid "Search within the current view"
msgstr "Keresés az aktuális nézetben"
-#: src/components/channel/ChannelSearchResults.tsx:319
+#: src/components/channel/ChannelSearchResults.tsx:276
msgid "Searching..."
msgstr "Keresés..."
@@ -15848,9 +15916,9 @@ msgstr "Lásd, hogyan néz ki a meghívód a látogatóknak."
msgid "Select"
msgstr "Kiválasztás"
-#: src/components/pages/ReportPage.tsx:261
-#: src/components/pages/ReportPage.tsx:280
-#: src/components/pages/ReportPage.tsx:294
+#: src/components/pages/report/optionDescriptors.ts:42
+#: src/components/pages/report/optionDescriptors.ts:58
+#: src/components/pages/report/optionDescriptors.ts:69
msgid "Select a category"
msgstr "Válassz egy kategóriát"
@@ -15871,7 +15939,7 @@ msgstr "Válassz egy Közösséget"
msgid "Select a community where you have <0>Manage Community0> permissions."
msgstr "Válassz egy közösséget, ahol van <0>Közösség kezelése0> jogosultságod."
-#: src/components/pages/ReportPage.tsx:310
+#: src/components/pages/report/optionDescriptors.ts:82
msgid "Select a country"
msgstr "Válassz egy országot"
@@ -15887,7 +15955,7 @@ msgstr "Válassz egy alkalmazandó forgatókönyvet..."
msgid "Select a verification method."
msgstr "Válassz egy ellenőrzési módszert."
-#: src/components/pages/ReportPage.tsx:473
+#: src/components/pages/ReportPage.tsx:300
msgid "Select a violation category."
msgstr "Válassz egy szabálysértési kategóriát."
@@ -15958,11 +16026,15 @@ msgstr "Válassz képernyőt vagy ablakot"
msgid "Select the account you want to sign in with on the desktop app."
msgstr "Válaszd ki azt a fiókot, amellyel be szeretnél jelentkezni az asztali alkalmazásban."
+#: src/components/pages/report/ReportStepSelection.tsx:44
+msgid "Select what you want to report."
+msgstr "Válaszd ki, mit szeretnél jelenteni."
+
#: src/components/modals/utils/settingsSearchIndex.ts:460
msgid "Select your camera"
msgstr "Kamerád kiválasztása"
-#: src/components/pages/ReportPage.tsx:483
+#: src/components/pages/ReportPage.tsx:310
msgid "Select your country of residence."
msgstr "Válaszd ki a lakóhelyed országát."
@@ -15986,7 +16058,7 @@ msgstr "Válassz..."
msgid "Selections"
msgstr "Kiválasztások"
-#: src/components/pages/ReportPage.tsx:269
+#: src/components/pages/report/optionDescriptors.ts:50
#: src/constants/IARConstants.tsx:67
msgid "Self-Harm or Suicide"
msgstr "Önkárosítás vagy öngyilkosság"
@@ -16035,7 +16107,7 @@ msgstr "Küldj egy akcióüzenetet (dőlt betűbe csomagolva)."
msgid "Send an SMS code first."
msgstr "Először küldj egy SMS-kódot."
-#: src/components/modals/ClaimAccountModal.tsx:182
+#: src/components/modals/ClaimAccountModal.tsx:184
#: src/components/modals/EmailChangeModal.tsx:265
#: src/components/modals/PhoneAddModal.tsx:206
msgid "Send code"
@@ -16045,9 +16117,9 @@ msgstr "Kód küldése"
msgid "Send Code"
msgstr "Kód küldése"
-#: src/components/channel/dm/DMWelcomeSection.tsx:109
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:269
-#: src/components/modals/UserProfileModal.tsx:1288
+#: src/components/channel/dm/DMWelcomeSection.tsx:112
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:272
+#: src/components/modals/UserProfileModal.tsx:1290
msgid "Send Friend Request"
msgstr "Barátkérelem küldése"
@@ -16073,7 +16145,7 @@ msgstr "Üzenetek küldése"
msgid "Send Messages"
msgstr "Üzenetek küldése"
-#: src/components/channel/dm/AddFriendForm.tsx:119
+#: src/components/channel/dm/AddFriendForm.tsx:142
msgid "Send Request"
msgstr "Kérelem küldése"
@@ -16097,11 +16169,11 @@ msgstr "Szövegfelolvasásos üzenetek küldése."
msgid "Send TTS Messages"
msgstr "TTS üzenetek küldése"
-#: src/components/pages/ReportPage.tsx:676
+#: src/components/pages/report/ReportStepEmail.tsx:92
msgid "Send Verification Code"
msgstr "Ellenőrző kód küldése"
-#: src/components/modals/InviteModal.tsx:258
+#: src/components/modals/InviteModal.tsx:268
#: src/components/modals/shared/RecipientList.tsx:223
#: src/components/modals/ShareThemeModal.tsx:162
msgid "Sent"
@@ -16128,7 +16200,7 @@ msgstr "A munkamenet lejárt. Kérjük, jelentkezz be újra."
msgid "Set a custom invite URL for your community."
msgstr "Állíts be egy egyedi meghívó URL-t a közösséged számára."
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:401
+#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:361
#: src/components/modals/StatusChangeBottomSheet.tsx:171
#: src/components/popouts/UserAreaPopout.tsx:444
msgid "Set a custom status"
@@ -16336,7 +16408,7 @@ msgid "Set your timezone"
msgstr "Időzónád beállítása"
#: src/components/bottomsheets/VoiceLobbyBottomSheet.tsx:220
-#: src/components/modals/components/MobileSettingsView.tsx:531
+#: src/components/modals/components/MobileSettingsView.tsx:485
#: src/components/modals/tabs/ComponentGalleryTab/ButtonsTab.tsx:150
#: src/components/modals/tabs/ComponentGalleryTab/ButtonsTab.tsx:221
#: src/components/modals/tabs/ComponentGalleryTab/index.tsx:94
@@ -16383,7 +16455,11 @@ msgstr "Megosztás művelet!"
msgid "Share Audio"
msgstr "Hang megosztása"
-#: src/components/modals/components/plutonium/GiftSection.tsx:63
+#: src/components/pages/report/ReportStepDetails.tsx:77
+msgid "Share only what's needed to help our team assess the content."
+msgstr "Oszd meg csak azt, ami szükséges ahhoz, hogy csapatunk fel tudja mérni a tartalmat."
+
+#: src/components/modals/components/plutonium/GiftSection.tsx:69
msgid "Share the Plutonium experience with your friends by purchasing a gift subscription."
msgstr "Oszd meg a Plutonium élményt barátaiddal egy ajándék előfizetés vásárlásával."
@@ -16417,7 +16493,7 @@ msgstr "Témád megosztása"
msgid "Shared theme"
msgstr "Megosztott téma"
-#: src/components/pages/ReportPage.tsx:268
+#: src/components/pages/report/optionDescriptors.ts:49
#: src/constants/IARConstants.tsx:62
msgid "Sharing Personal Information"
msgstr "Személyes információk megosztása"
@@ -16797,11 +16873,11 @@ msgstr "Csúszka lépésértékekkel"
msgid "Sliders"
msgstr "Csúszkák"
-#: src/components/pages/ReportPage.tsx:334
+#: src/components/pages/report/optionDescriptors.ts:106
msgid "Slovakia"
msgstr "Szlovákia"
-#: src/components/pages/ReportPage.tsx:335
+#: src/components/pages/report/optionDescriptors.ts:107
msgid "Slovenia"
msgstr "Szlovénia"
@@ -16952,7 +17028,8 @@ msgstr "Valami hiba történt, és az alkalmazás összeomlott. Próbáld újrat
msgid "Something went wrong while loading the audit log."
msgstr "Valami hiba történt a napló betöltése közben."
-#: src/components/pages/ReportPage.tsx:563
+#: src/components/pages/ReportPage.tsx:103
+#: src/components/pages/ReportPage.tsx:395
msgid "Something went wrong while submitting the report. Please try again."
msgstr "Valami hiba történt a jelentés beküldése közben. Kérjük, próbáld újra."
@@ -16969,7 +17046,7 @@ msgid "Sort"
msgstr "Rendezés"
#. placeholder {0}: activeSortOption.label
-#: src/components/channel/ChannelSearchResults.tsx:1063
+#: src/components/channel/ChannelSearchResults.tsx:1042
msgid "Sort mode: {0}"
msgstr "Rendezési mód: {0}"
@@ -17008,21 +17085,21 @@ msgstr "Térköz üzenetcsoportok között"
msgid "Spacious layout with clear visual separation between messages."
msgstr "Tágas elrendezés világos vizuális elválasztással az üzenetek között."
-#: src/components/pages/ReportPage.tsx:336
+#: src/components/pages/report/optionDescriptors.ts:108
msgid "Spain"
msgstr "Spanyolország"
-#: src/components/pages/ReportPage.tsx:283
+#: src/components/pages/report/optionDescriptors.ts:61
#: src/constants/IARConstants.tsx:119
msgid "Spam Account"
msgstr "Spam fiók"
-#: src/components/pages/ReportPage.tsx:265
+#: src/components/pages/report/optionDescriptors.ts:46
#: src/constants/IARConstants.tsx:47
msgid "Spam or Scam"
msgstr "Spam vagy átverés"
-#: src/components/pages/ReportPage.tsx:301
+#: src/components/pages/report/optionDescriptors.ts:76
#: src/constants/IARConstants.tsx:185
msgid "Spam or Scam Community"
msgstr "Spam vagy átverés közösség"
@@ -17141,9 +17218,9 @@ msgstr "Kezdj el egyéni emojicsomag összeállítását, amelyet megoszthatsz
msgid "Start Mic Test"
msgstr "Mikrofonteszt indítása"
-#: src/components/pages/ReportPage.tsx:687
-#: src/components/pages/ReportPage.tsx:771
-#: src/components/pages/ReportPage.tsx:964
+#: src/components/pages/report/ReportStepDetails.tsx:252
+#: src/components/pages/report/ReportStepEmail.tsx:103
+#: src/components/pages/report/ReportStepVerification.tsx:132
msgid "Start over"
msgstr "Újrakezdés"
@@ -17151,13 +17228,13 @@ msgstr "Újrakezdés"
msgid "Start Sharing"
msgstr "Megosztás indítása"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:122
+#: src/components/channel/ChannelHeader/CallButtons.tsx:160
#: src/components/modals/UserProfileModal.tsx:1109
#: src/components/uikit/ContextMenu/items/CallMenuItems.tsx:91
msgid "Start Video Call"
msgstr "Videóhívás indítása"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:70
+#: src/components/channel/ChannelHeader/CallButtons.tsx:90
#: src/components/modals/UserProfileModal.tsx:1100
#: src/components/uikit/ContextMenu/items/CallMenuItems.tsx:60
msgid "Start Voice Call"
@@ -17182,9 +17259,21 @@ msgstr "Állapotjelzők"
msgid "Status Slate"
msgstr "Állapottábla"
-#: src/components/pages/ReportPage.tsx:574
-msgid "Step {stepNumber} of {FLOW_TOTAL_STEPS}"
-msgstr "{stepNumber}. lépés a(z) {FLOW_TOTAL_STEPS} közül"
+#: src/components/pages/report/ReportStepSelection.tsx:38
+msgid "Step 1"
+msgstr "1. lépés"
+
+#: src/components/pages/report/ReportStepEmail.tsx:51
+msgid "Step 2"
+msgstr "2. lépés"
+
+#: src/components/pages/report/ReportStepVerification.tsx:61
+msgid "Step 3"
+msgstr "3. lépés"
+
+#: src/components/pages/report/ReportStepDetails.tsx:71
+msgid "Step 4"
+msgstr "4. lépés"
#: src/utils/SystemMessageUtils.tsx:45
msgid "Step in, {username}! No paradoxes here; we're all friends."
@@ -17229,7 +17318,7 @@ msgid "Sticker density"
msgstr "Matrica sűrűség"
#: src/components/auth/InviteHeader.tsx:140
-#: src/components/channel/InviteEmbed.tsx:197
+#: src/components/channel/InviteEmbed.tsx:199
#: src/components/modals/InviteAcceptModal.tsx:142
#: src/components/modals/tabs/ExpressionPacksTab.tsx:70
msgid "Sticker pack"
@@ -17261,7 +17350,7 @@ msgstr "Matrica frissítve"
#: src/components/channel/AutocompleteEmoji.tsx:111
#: src/components/channel/textarea/TextareaButtons.tsx:134
-#: src/components/modals/ExpressionPickerSheet.tsx:86
+#: src/components/modals/ExpressionPickerSheet.tsx:73
#: src/components/popouts/ExpressionPickerPopout.tsx:79
msgid "Stickers"
msgstr "Matricák"
@@ -17330,11 +17419,11 @@ msgstr "Tanulóterem"
msgid "Style Variations"
msgstr "Stílusváltozatok"
-#: src/components/pages/ReportPage.tsx:601
+#: src/components/pages/report/ReportStepComplete.tsx:41
msgid "Submit another report"
msgstr "Továbbíts egy másik bejelentést"
-#: src/components/pages/ReportPage.tsx:958
+#: src/components/pages/report/ReportStepDetails.tsx:240
msgid "Submit DSA Report"
msgstr "DSA jelentés beküldése"
@@ -17346,7 +17435,7 @@ msgstr "Jelentés beküldése"
msgid "Submitting"
msgstr "Beküldés"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:53
+#: src/components/modals/components/plutonium/VisionarySection.tsx:58
msgid "subscription"
msgstr "előfizetés"
@@ -17464,7 +17553,7 @@ msgstr "Beágyazások elrejtése"
msgid "Swap text to reverify variants"
msgstr "Szöveg cseréje a változatok újraellenőrzéséhez"
-#: src/components/pages/ReportPage.tsx:337
+#: src/components/pages/report/optionDescriptors.ts:109
msgid "Sweden"
msgstr "Svédország"
@@ -17476,7 +17565,7 @@ msgstr "Svéd"
msgid "Switch account"
msgstr "Fiók váltása"
-#: src/components/popouts/UserAreaPopout.tsx:497
+#: src/components/popouts/UserAreaPopout.tsx:499
msgid "Switch Accounts"
msgstr "Fiókok váltása"
@@ -17649,8 +17738,8 @@ msgstr "Szöveg (NSFW)"
msgid "Text channel"
msgstr "Szöveges csatorna"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:473
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:662
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:487
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:676
#: src/components/channel/channel-header/useChannelHeaderData.ts:96
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:314
msgid "Text Channel"
@@ -17677,19 +17766,19 @@ msgstr "Szövegmező"
msgid "Thai"
msgstr "Thai"
-#: src/components/pages/ReportPage.tsx:589
-msgid "Thank you for filing a report. We'll review it as soon as possible."
-msgstr "Köszönjük, hogy bejelentést tettél. A lehető leghamarabb megvizsgáljuk."
-
#: src/components/modals/IARModal.tsx:187
msgid "Thank you for helping keep Fluxer safe. Reports are reviewed by our Safety Team. False reports may result in action against your account."
msgstr "Köszönjük, hogy segít fenntartani Fluxer biztonságát. A jelentéseket biztonsági csapatunk vizsgálja. Hamis jelentések esetén intézkedés történhet a fiókja ellen."
+#: src/components/pages/report/ReportStepComplete.tsx:37
+msgid "Thank you for helping keep Fluxer safe. We'll review your report as soon as possible."
+msgstr "Köszönjük, hogy segítesz a Fluxer biztonságának megőrzésében. A lehető leghamarabb átnézzük a jelentésed."
+
#: src/components/form/ColorPickerField.tsx:274
msgid "That doesn't look like a valid color. Try hex, rgb(), hsl(), or a CSS color name."
msgstr "Ez nem tűnik érvényes színnek. Próbálj hex, rgb(), hsl() vagy egy CSS színnevet."
-#: src/components/pages/ReportPage.tsx:846
+#: src/components/pages/report/ReportStepDetails.tsx:117
msgid "That doesn't look like a valid URL."
msgstr "Ez nem tűnik érvényes URL-nek."
@@ -17733,8 +17822,8 @@ msgstr "A bot hozzáadásra került."
msgid "The channel you're looking for may have been deleted or you may not have access to it."
msgstr "A keresett csatorna lehet, hogy törölve lett, vagy nincs hozzáférésed hozzá."
-#: src/components/layout/GuildLayout.tsx:308
-#: src/components/layout/GuildLayout.tsx:371
+#: src/components/layout/GuildLayout.tsx:313
+#: src/components/layout/GuildLayout.tsx:376
msgid "The community you're looking for may have been deleted or you may not have access to it."
msgstr "A keresett közösség lehet, hogy törölve lett, vagy nincs hozzáférésed hozzá."
@@ -17795,7 +17884,7 @@ msgstr "A kitiltás nem haladhatja meg a 365 napot (31536000 másodpercet)."
msgid "The URL this link channel points to."
msgstr "Az URL, amelyre ez a link csatorna mutat."
-#: src/components/pages/ReportPage.tsx:452
+#: src/components/pages/ReportPage.tsx:277
msgid "The verification code is invalid or expired."
msgstr "Az ellenőrző kód érvénytelen vagy lejárt."
@@ -17869,7 +17958,7 @@ msgstr "Ezek a beállítások böngésző natív audio feldolgozást használnak
msgid "These toggles force the client to treat features as enabled or disabled without relying on the server configuration. They only affect your client experience and are shown to developers for testing."
msgstr "Ezek a kapcsolók kényszerítik a klienst, hogy a funkciókat engedélyezettként vagy letiltottként kezelje a szerver konfigurációjától függetlenül. Csak a te kliensélményedet befolyásolják, és fejlesztőknek jelennek meg teszteléshez."
-#: src/components/channel/channel-view/DMChannelView.tsx:356
+#: src/components/channel/channel-view/DMChannelView.tsx:357
msgid "They might have taken the DeLorean elsewhere."
msgstr "Lehet, hogy a DeLoreant máshová vitték."
@@ -17877,7 +17966,7 @@ msgstr "Lehet, hogy a DeLoreant máshová vitték."
msgid "they/them"
msgstr "ő/ő"
-#: src/components/channel/channel-view/DMChannelView.tsx:342
+#: src/components/channel/channel-view/DMChannelView.tsx:343
msgid "Think, McFly! Did you type the right address?"
msgstr "Gondolkodj, McFly! Biztos, hogy jó címet írtál be?"
@@ -17979,7 +18068,7 @@ msgstr "Ez a közösség átmenetileg letiltotta a meghívókat. Később újra
msgid "This community requires you to verify your account before joining. Please set an email and password for your account."
msgstr "Ez a közösség megköveteli, hogy ellenőrizd a fiókodat a csatlakozás előtt. Kérlek, állíts be egy e-mail címet és jelszót a fiókodhoz."
-#: src/components/channel/channel-view/DMChannelView.tsx:339
+#: src/components/channel/channel-view/DMChannelView.tsx:340
msgid "This conversation has been erased"
msgstr "Ez a beszélgetés törölve lett"
@@ -18008,8 +18097,8 @@ msgstr "Ezt az ajándékkódot már felhasználták."
msgid "This gift code has already been redeemed."
msgstr "Ezt az ajándékkódot már beváltották."
-#: src/components/channel/GiftEmbed.tsx:148
-#: src/components/modals/GiftAcceptModal.tsx:92
+#: src/components/channel/GiftEmbed.tsx:159
+#: src/components/modals/GiftAcceptModal.tsx:99
msgid "This gift code is invalid or already claimed."
msgstr "Ez az ajándékkód érvénytelen vagy már felhasználták."
@@ -18022,11 +18111,11 @@ msgstr "Ez az ajándékkód érvénytelen vagy már beváltották."
msgid "This gift code may be invalid, expired, or already redeemed."
msgstr "Ez az ajándékkód lehet érvénytelen, lejárt vagy már beváltották."
-#: src/components/modals/GiftAcceptModal.tsx:118
+#: src/components/modals/GiftAcceptModal.tsx:125
msgid "This gift has already been claimed."
msgstr "Ezt az ajándékot már felhasználták."
-#: src/components/modals/tabs/GiftInventoryTab.tsx:157
+#: src/components/modals/tabs/GiftInventoryTab.tsx:158
msgid "This gift has been redeemed"
msgstr "Ezt az ajándékot beváltották"
@@ -18044,7 +18133,7 @@ msgstr "Ez a meghívó {0} múlva jár le."
msgid "This invite has unlimited uses."
msgstr "Ennek a meghívónak korlátlan a használata."
-#: src/components/modals/InviteModal.tsx:321
+#: src/components/modals/InviteModal.tsx:318
msgid "This invite link never expires."
msgstr "Ez a meghívó link soha nem jár le."
@@ -18059,23 +18148,19 @@ msgstr "Ez a meghívó lehet, hogy lejárt vagy törölve lett."
msgid "This invite never expires."
msgstr "Ez a meghívó soha nem jár le."
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:170
-#: src/components/emojis/EmojiInfoContent.tsx:79
+#: src/components/emojis/EmojiAttributionSubtext.tsx:130
msgid "This is a custom emoji from"
msgstr "Ez egy egyedi hangulatjel innen:"
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:160
-#: src/components/emojis/EmojiInfoContent.tsx:68
+#: src/components/emojis/EmojiAttributionSubtext.tsx:121
msgid "This is a custom emoji from a community."
msgstr "Ez egy egyedi hangulatjel egy közösségtől."
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:150
-#: src/components/emojis/EmojiInfoContent.tsx:56
+#: src/components/emojis/EmojiAttributionSubtext.tsx:111
msgid "This is a custom emoji from a community. Ask the author for an invite to use this emoji."
msgstr "Ez egy egyedi hangulatjel egy közösségtől. Kérj meg a szerzőt egy meghívóért, hogy használhasd ezt a hangulatjelet."
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:138
-#: src/components/emojis/EmojiInfoContent.tsx:43
+#: src/components/emojis/EmojiAttributionSubtext.tsx:101
msgid "This is a default emoji on Fluxer."
msgstr "Ez egy alapértelmezett hangulatjel a Fluxeren."
@@ -18095,8 +18180,8 @@ msgstr "Így jelennek meg az üzenetek"
msgid "This is not the channel you're looking for."
msgstr "Ez nem az a csatorna, amit keresel."
-#: src/components/layout/GuildLayout.tsx:307
-#: src/components/layout/GuildLayout.tsx:370
+#: src/components/layout/GuildLayout.tsx:312
+#: src/components/layout/GuildLayout.tsx:375
msgid "This is not the community you're looking for."
msgstr "Ez nem az a közösség, amit keresel."
@@ -18113,7 +18198,7 @@ msgid "This is the beginning of <0>{displayName}0>. Add friends to start a con
msgstr "Ez a <0>{displayName}0> kezdete. Adj hozzá barátokat, hogy elkezdhess egy beszélgetést!"
#. placeholder {0}: user.username
-#: src/components/channel/dm/DMWelcomeSection.tsx:182
+#: src/components/channel/dm/DMWelcomeSection.tsx:194
msgid "This is the beginning of your direct message history with <0>{0}0>."
msgstr "Ez a közvetlen üzenetek történetének kezdete <0>{0}0> felhasználóval."
@@ -18194,7 +18279,7 @@ msgstr "Ehhez a téma linkhez hiányoznak az adatok."
msgid "This theme may have been removed or the link is invalid."
msgstr "Lehetséges, hogy ezt a témát eltávolították, vagy a link érvénytelen."
-#: src/components/channel/dm/AddFriendForm.tsx:62
+#: src/components/channel/dm/AddFriendForm.tsx:85
msgid "This user has restricted who can send them friend requests."
msgstr "Ez a felhasználó korlátozta, hogy ki küldhet neki barátkérelmet."
@@ -18216,8 +18301,8 @@ msgid "This was a @silent message."
msgstr "Ez egy @silent üzenet volt."
#: src/actions/MessageActionCreators.tsx:392
-#: src/components/channel/Messages.tsx:442
-#: src/components/channel/Messages.tsx:522
+#: src/components/channel/Messages.tsx:440
+#: src/components/channel/Messages.tsx:520
msgid "This will create a rift in the space-time continuum and cannot be undone."
msgstr "Ez repedést okoz a téridő kontinuumban, és nem vonható vissza."
@@ -18283,7 +18368,7 @@ msgstr "Idő: {currentFormatted} / {durationFormatted}"
msgid "Timed out until {0}."
msgstr "Kitiltás vége: {0}."
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:285
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:288
#: src/components/modals/TimeoutMemberModal.tsx:207
#: src/components/modals/TimeoutMemberSheet.tsx:90
#: src/components/uikit/ContextMenu/items/GuildMemberMenuItems.tsx:272
@@ -18570,7 +18655,7 @@ msgstr "igaz vagy hamis"
msgid "Try a different name or use @ / # / ! / * prefixes to filter results."
msgstr "Próbálj egy másik nevet, vagy használd a @ / # / ! / * előtagokat az eredmények szűréséhez."
-#: src/components/channel/ChannelSearchResults.tsx:710
+#: src/components/channel/ChannelSearchResults.tsx:679
msgid "Try a different search query"
msgstr "Próbálj egy másik keresési lekérdezést"
@@ -18585,13 +18670,13 @@ msgid "Try a different search term or filter"
msgstr "Próbálj egy másik keresési kifejezést vagy szűrőt"
#: src/components/auth/HandoffCodeDisplay.tsx:67
-#: src/components/channel/Messages.tsx:939
+#: src/components/channel/Messages.tsx:937
msgid "Try again"
msgstr "Próbáld újra"
#: src/components/BootstrapErrorScreen.tsx:68
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:301
-#: src/components/channel/ChannelSearchResults.tsx:694
+#: src/components/channel/ChannelSearchResults.tsx:663
#: src/components/modals/channelTabs/ChannelInvitesTab.tsx:148
#: src/components/modals/channelTabs/ChannelWebhooksTab.tsx:159
#: src/components/NetworkErrorScreen.tsx:56
@@ -18612,7 +18697,7 @@ msgstr "Próbálj meg egy másik nevet, vagy ellenőrizd a helyesírást."
msgid "Try another search term"
msgstr "Próbálj egy másik keresési kifejezést"
-#: src/components/channel/InviteEmbed.tsx:359
+#: src/components/channel/InviteEmbed.tsx:361
msgid "Try asking for a new invite."
msgstr "Kérj egy új meghívót."
@@ -18802,7 +18887,7 @@ msgstr "A matrica csomag telepítése sikertelen"
msgid "Unable to load activity logs"
msgstr "A tevékenységnaplók betöltése sikertelen"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:104
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:108
msgid "Unable to load applications"
msgstr "Az alkalmazások betöltése sikertelen"
@@ -18814,7 +18899,7 @@ msgstr "A csomag információk betöltése sikertelen."
msgid "Unable to prepare any emojis for upload. The following errors occurred:"
msgstr "Nem sikerült felkészíteni egyetlen emojit sem a feltöltésre. A következő hibák történtek:"
-#: src/components/modals/ClaimAccountModal.tsx:125
+#: src/components/modals/ClaimAccountModal.tsx:127
#: src/components/modals/EmailChangeModal.tsx:122
#: src/components/modals/EmailChangeModal.tsx:152
msgid "Unable to resend code right now"
@@ -18824,7 +18909,7 @@ msgstr "A kód újraküldése jelenleg nem lehetséges"
msgid "Unable to send code to new email"
msgstr "A kód küldése az új e-mail címre sikertelen"
-#: src/components/channel/dm/AddFriendForm.tsx:76
+#: src/components/channel/dm/AddFriendForm.tsx:99
msgid "Unable to send friend request. Please try again."
msgstr "A barátkérelem küldése sikertelen. Kérjük, próbáld újra."
@@ -18844,17 +18929,17 @@ msgstr "Mindenki számára elérhetetlen"
msgid "Unavailable for everyone but staff"
msgstr "Mindenki számára elérhetetlen, kivéve a személyzetet"
-#: src/components/bottomsheets/DMBottomSheet.tsx:532
+#: src/components/bottomsheets/DMBottomSheet.tsx:535
#: src/components/channel/barriers/BarrierComponents.tsx:221
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:180
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:335
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:182
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:338
#: src/components/modals/tabs/BlockedUsersTab.tsx:58
#: src/components/modals/tabs/BlockedUsersTab.tsx:171
#: src/components/modals/UserProfileActionsSheet.tsx:151
#: src/components/modals/UserProfileActionsSheet.tsx:305
-#: src/components/modals/UserProfileMobileSheet.tsx:320
+#: src/components/modals/UserProfileMobileSheet.tsx:321
#: src/components/modals/UserProfileModal.tsx:1049
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:209
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:230
#: src/utils/RelationshipActionUtils.tsx:169
msgid "Unblock"
msgstr "Feloldás"
@@ -18863,11 +18948,11 @@ msgstr "Feloldás"
msgid "Unblock this user before sending a friend request."
msgstr "Távolítsd el a felhasználó tiltását, mielőtt barátkérelmet küldenél."
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:178
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:180
#: src/components/modals/tabs/BlockedUsersTab.tsx:56
#: src/components/modals/UserProfileActionsSheet.tsx:149
-#: src/components/modals/UserProfileMobileSheet.tsx:318
-#: src/components/modals/UserProfileModal.tsx:1243
+#: src/components/modals/UserProfileMobileSheet.tsx:319
+#: src/components/modals/UserProfileModal.tsx:1244
#: src/utils/RelationshipActionUtils.tsx:167
msgid "Unblock User"
msgstr "Felhasználó tiltásának feloldása"
@@ -18878,17 +18963,17 @@ msgstr "Felhasználó tiltásának feloldása"
msgid "Uncategorized"
msgstr "Kategorizálatlan"
-#: src/components/modals/tabs/BetaCodesTab.tsx:127
-#: src/components/modals/tabs/BetaCodesTab.tsx:204
+#: src/components/modals/tabs/BetaCodesTab.tsx:129
+#: src/components/modals/tabs/BetaCodesTab.tsx:206
msgid "Unclaimed"
msgstr "Nem igazolt"
#. placeholder {0}: unclaimedBetaCodes.length
-#: src/components/modals/tabs/BetaCodesTab.tsx:333
+#: src/components/modals/tabs/BetaCodesTab.tsx:358
msgid "Unclaimed ({0})"
msgstr "Nem igazolt ({0})"
-#: src/components/modals/components/UnclaimedAccountAlert.tsx:31
+#: src/components/modals/components/UnclaimedAccountAlert.tsx:29
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:51
msgid "Unclaimed Account"
msgstr "Nem igazolt fiók"
@@ -18922,7 +19007,7 @@ msgstr "Összes eszköz siketítésének feloldása"
msgid "Undeafen User"
msgstr "Felhasználó siketítésének feloldása"
-#: src/components/pages/ReportPage.tsx:285
+#: src/components/pages/report/optionDescriptors.ts:63
#: src/constants/IARConstants.tsx:129
msgid "Underage User"
msgstr "Kiskorú felhasználó"
@@ -18981,7 +19066,7 @@ msgstr "Fókusz eltávolítása"
msgid "Unique invite"
msgstr "Egyedi meghívó"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:79
+#: src/components/modals/components/plutonium/VisionarySection.tsx:88
msgid "Unique profile badge"
msgstr "Egyedi profiljelvény"
@@ -19035,12 +19120,12 @@ msgstr "ismeretlen entitás"
msgid "Unknown error"
msgstr "Ismeretlen hiba"
-#: src/components/channel/GiftEmbed.tsx:147
-#: src/components/modals/GiftAcceptModal.tsx:91
+#: src/components/channel/GiftEmbed.tsx:158
+#: src/components/modals/GiftAcceptModal.tsx:98
msgid "Unknown Gift"
msgstr "Ismeretlen ajándék"
-#: src/components/channel/InviteEmbed.tsx:357
+#: src/components/channel/InviteEmbed.tsx:359
msgid "Unknown Invite"
msgstr "Ismeretlen meghívó"
@@ -19113,7 +19198,7 @@ msgstr "Nyiss ki HD képernyőmegosztást Plutoniummal"
msgid "Unlock HD Video with Plutonium"
msgstr "Nyiss ki HD videót Plutoniummal"
-#: src/components/modals/components/PlutoniumContent.tsx:185
+#: src/components/modals/components/PlutoniumContent.tsx:196
msgid "Unlock higher limits and exclusive features while supporting an independent communication platform."
msgstr "Nyiss ki magasabb korlátokat és exkluzív funkciókat, miközben támogatod egy független kommunikációs platformot."
@@ -19126,9 +19211,9 @@ msgid "Unlock stickers in DMs with Plutonium"
msgstr "Nyiss ki matricákat privát üzenetekben Plutoniummal"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:467
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:850
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1044
-#: src/components/bottomsheets/DMBottomSheet.tsx:645
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:882
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1068
+#: src/components/bottomsheets/DMBottomSheet.tsx:648
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:321
#: src/components/bottomsheets/VoiceLobbyBottomSheet.tsx:179
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:253
@@ -19154,7 +19239,7 @@ msgstr "Kategória némításának feloldása"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:400
#: src/components/bottomsheets/ChannelBottomSheet.tsx:452
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1005
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1029
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:167
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:161
msgid "Unmute Channel"
@@ -19167,9 +19252,9 @@ msgstr "Csatorna némításának feloldása"
msgid "Unmute Community"
msgstr "Közösség némításának feloldása"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1007
-#: src/components/bottomsheets/DMBottomSheet.tsx:449
-#: src/components/bottomsheets/DMBottomSheet.tsx:590
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1031
+#: src/components/bottomsheets/DMBottomSheet.tsx:451
+#: src/components/bottomsheets/DMBottomSheet.tsx:593
msgid "Unmute Conversation"
msgstr "Beszélgetés némításának feloldása"
@@ -19200,16 +19285,16 @@ msgid "Unnamed Group"
msgstr "Névtelen csoport"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:331
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1126
-#: src/components/bottomsheets/DMBottomSheet.tsx:478
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1150
+#: src/components/bottomsheets/DMBottomSheet.tsx:480
#: src/components/channel/dm/DMList.tsx:282
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:149
msgid "Unpin DM"
msgstr "Privát üzenet rögzítésének feloldása"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:290
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1126
-#: src/components/bottomsheets/DMBottomSheet.tsx:478
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1150
+#: src/components/bottomsheets/DMBottomSheet.tsx:480
#: src/components/channel/dm/DMList.tsx:243
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:129
msgid "Unpin Group DM"
@@ -19231,20 +19316,20 @@ msgid "Unpin Message"
msgstr "Üzenet rögzítésének feloldása"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:232
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:583
-#: src/components/bottomsheets/DMBottomSheet.tsx:164
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:597
+#: src/components/bottomsheets/DMBottomSheet.tsx:166
#: src/components/channel/dm/DMList.tsx:224
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:132
msgid "Unpinned DM"
msgstr "Feloldott privát üzenet rögzítés"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:232
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:583
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:597
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:112
msgid "Unpinned group"
msgstr "Feloldott csoport rögzítés"
-#: src/components/bottomsheets/DMBottomSheet.tsx:164
+#: src/components/bottomsheets/DMBottomSheet.tsx:166
msgid "Unpinned group DM"
msgstr "Rögzítetlen csoportos üzenet"
@@ -19279,7 +19364,7 @@ msgstr "Beágyazások visszaállítása"
msgid "Until I change it"
msgstr "Amíg meg nem változtatom"
-#: src/components/bottomsheets/DMBottomSheet.tsx:664
+#: src/components/bottomsheets/DMBottomSheet.tsx:667
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:334
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:57
#: src/components/channel/muteOptions.ts:39
@@ -19305,7 +19390,7 @@ msgstr "Frissítés"
msgid "Update app"
msgstr "Alkalmazás frissítése"
-#: src/components/modals/components/MobileSettingsView.tsx:244
+#: src/components/modals/components/MobileSettingsView.tsx:239
msgid "Update Service Worker"
msgstr "Service Worker frissítése"
@@ -19402,7 +19487,7 @@ msgstr "Kedvencek frissítése…"
msgid "Updating..."
msgstr "Frissítés..."
-#: src/components/modals/components/plutonium/PricingSection.tsx:84
+#: src/components/modals/components/plutonium/PricingSection.tsx:94
msgid "Upgrade Now"
msgstr "Frissíts most"
@@ -19415,18 +19500,19 @@ msgstr "Frissíts Plutoniumra"
msgid "Upgrade to store up to 15 custom backgrounds and unlock HD video quality, higher frame rates, and more."
msgstr "Frissíts, hogy akár 15 egyéni hátteret tárolhass, és nyisd fel a HD videóminőséget, a magasabb képkockasebességet és még többet."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:265
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:316
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:297
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:357
msgid "Upgrade to Visionary"
msgstr "Frissíts Visionaryre"
#. placeholder {0}: formatter.format(visionarySlots.remaining)
-#: src/components/modals/components/plutonium/VisionarySection.tsx:109
+#: src/components/modals/components/plutonium/VisionarySection.tsx:122
+#: src/components/modals/components/plutonium/VisionarySection.tsx:134
msgid "Upgrade to Visionary — {0} Left"
msgstr "Frissíts Visionaryre — {0} maradt"
#. placeholder {0}: isGiftSubscription ? 'gift time' : 'subscription'
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:243
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:262
msgid "Upgrading to Visionary is a <0>one-time0> purchase and will <1>cancel your current {0} immediately1>."
msgstr "A Visionaryre való frissítés <0>egyszeri0> vásárlás, és <1>azonnal megszünteti a jelenlegi {0}1>."
@@ -19674,10 +19760,6 @@ msgstr "Használd ezeket a kódokat a fiókod eléréséhez, ha elveszted a hite
msgid "Use this button to quickly clear all permissions."
msgstr "Használd ezt a gombot az összes jogosultság gyors törléséhez."
-#: src/components/pages/ReportPage.tsx:613
-msgid "Use this form to report illegal content under the Digital Services Act (DSA). Select what you want to report."
-msgstr "Használj ezt a formát illegális tartalom bejelentésére a Digitális Szolgáltatások Törvénye (DSA) alapján. Válaszd ki, mit szeretnél bejelenteni."
-
#: src/components/modals/tabs/KeybindsTab.tsx:101
msgid "Use this shortcut system-wide"
msgstr "Használd ezt a gyorsbillentyűt rendszerszinten"
@@ -19708,19 +19790,19 @@ msgstr "A felhasználó 13 év alattinak tűnik"
msgid "User Debug"
msgstr "Felhasználó hibakeresés"
-#: src/components/channel/channel-view/DMChannelView.tsx:353
+#: src/components/channel/channel-view/DMChannelView.tsx:354
msgid "User has vanished"
msgstr "A felhasználó eltűnt"
-#: src/components/pages/ReportPage.tsx:865
+#: src/components/pages/report/ReportStepDetails.tsx:137
msgid "User ID (optional)"
msgstr "Felhasználói azonosító (opcionális)"
-#: src/components/bottomsheets/DMBottomSheet.tsx:376
+#: src/components/bottomsheets/DMBottomSheet.tsx:378
msgid "User ID copied"
msgstr "Felhasználói azonosító másolva"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:652
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:666
msgid "User ID copied to clipboard"
msgstr "Felhasználói azonosító másolva a vágólapra"
@@ -19765,7 +19847,7 @@ msgstr "Felhasználói nyilvántartás"
msgid "User Settings"
msgstr "Felhasználói beállítások"
-#: src/components/pages/ReportPage.tsx:873
+#: src/components/pages/report/ReportStepDetails.tsx:146
msgid "User Tag (optional)"
msgstr "Felhasználó címke (opcionális)"
@@ -19805,7 +19887,7 @@ msgstr "A felhasználónévnek legalább 1 karakterből kell állnia"
msgid "Username must be at most 32 characters"
msgstr "A felhasználónév legfeljebb 32 karakter lehet"
-#: src/components/channel/dm/AddFriendForm.tsx:130
+#: src/components/channel/dm/AddFriendForm.tsx:153
msgid "Username#0000"
msgstr "Felhasználónév#0000"
@@ -19904,7 +19986,7 @@ msgstr "Az egyedi URL-eknek 2 és 32 karakter között kell lenniük, és csak a
msgid "Verification Barriers"
msgstr "Ellenőrzési akadályok"
-#: src/components/modals/ClaimAccountModal.tsx:199
+#: src/components/modals/ClaimAccountModal.tsx:201
#: src/components/modals/EmailChangeModal.tsx:218
#: src/components/modals/EmailChangeModal.tsx:282
#: src/components/modals/PhoneAddModal.tsx:224
@@ -19912,11 +19994,11 @@ msgstr "Ellenőrzési akadályok"
msgid "Verification code"
msgstr "Ellenőrző kód"
-#: src/components/pages/ReportPage.tsx:719
+#: src/components/pages/report/ReportStepVerification.tsx:86
msgid "Verification Code"
msgstr "Ellenőrző kód"
-#: src/components/modals/ClaimAccountModal.tsx:88
+#: src/components/modals/ClaimAccountModal.tsx:90
msgid "Verification code sent"
msgstr "Ellenőrző kód elküldve"
@@ -19937,10 +20019,9 @@ msgstr "Előfordulhat, hogy ellenőrzés szükséges a tartalék kódjaid megtek
#: src/components/auth/AuthPageHeader.tsx:49
#: src/components/auth/InviteHeader.tsx:81
#: src/components/auth/InviteHeader.tsx:226
-#: src/components/channel/InviteEmbed.tsx:285
-#: src/components/channel/InviteEmbed.tsx:428
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:178
-#: src/components/emojis/EmojiInfoContent.tsx:87
+#: src/components/channel/InviteEmbed.tsx:287
+#: src/components/channel/InviteEmbed.tsx:430
+#: src/components/emojis/EmojiAttributionSubtext.tsx:143
#: src/components/layout/GuildHeader.tsx:132
msgid "Verified Community"
msgstr "Ellenőrzött közösség"
@@ -19955,7 +20036,7 @@ msgstr "Ellenőrzött céh"
msgid "Verify"
msgstr "Ellenőriz"
-#: src/components/pages/ReportPage.tsx:740
+#: src/components/pages/report/ReportStepVerification.tsx:102
msgid "Verify Code"
msgstr "Kód ellenőrzése"
@@ -19980,6 +20061,10 @@ msgstr "Telefonszám ellenőrzési űrlap"
msgid "Verify You're Human"
msgstr "Igazold, hogy ember vagy"
+#: src/components/pages/report/ReportStepEmail.tsx:54
+msgid "Verify your email"
+msgstr "Ellenőrizd az e-mailed."
+
#: src/components/modals/SudoVerificationModal.tsx:359
msgid "Verify your identity"
msgstr "Igazold személyazonosságod"
@@ -20012,7 +20097,7 @@ msgid "Video"
msgstr "Videó"
#: src/components/channel/ChannelHeader.tsx:572
-#: src/components/modals/UserProfileMobileSheet.tsx:515
+#: src/components/modals/UserProfileMobileSheet.tsx:519
msgid "Video Call"
msgstr "Videóhívás"
@@ -20097,7 +20182,7 @@ msgstr "Biztonsági kódok megtekintése"
msgid "View backup codes form"
msgstr "Biztonsági kódok űrlap megtekintése"
-#: src/components/channel/channel-view/DMChannelView.tsx:282
+#: src/components/channel/channel-view/DMChannelView.tsx:283
msgid "View call"
msgstr "Hívás megtekintése"
@@ -20138,7 +20223,7 @@ msgstr "Ajándékinventár megtekintése"
msgid "View Global Profile"
msgstr "Globális profil megtekintése"
-#: src/components/channel/channel-view/DMChannelView.tsx:282
+#: src/components/channel/channel-view/DMChannelView.tsx:283
msgid "View incoming call"
msgstr "Bejövő hívás megtekintése"
@@ -20158,10 +20243,10 @@ msgstr "Prémium funkciók megtekintése"
msgid "View premium perks"
msgstr "Prémium előnyök megtekintése"
-#: src/components/bottomsheets/DMBottomSheet.tsx:411
+#: src/components/bottomsheets/DMBottomSheet.tsx:413
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:226
#: src/components/channel/friends/MobileFriendRequestItem.tsx:87
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:210
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:212
#: src/components/modals/tabs/BlockedUsersTab.tsx:87
#: src/components/uikit/ContextMenu/items/UserProfileMenuItem.tsx:43
msgid "View Profile"
@@ -20191,7 +20276,7 @@ msgstr "Néző csatlakozik a streamben"
msgid "Viewer Leaves Stream"
msgstr "Néző elhagyja a streamben"
-#: src/components/pages/ReportPage.tsx:827
+#: src/components/pages/report/ReportStepDetails.tsx:96
msgid "Violation Category"
msgstr "Szabálysértési kategória"
@@ -20199,7 +20284,7 @@ msgstr "Szabálysértési kategória"
msgid "Violation category selection"
msgstr "Szabálysértési kategória kiválasztása"
-#: src/components/pages/ReportPage.tsx:264
+#: src/components/pages/report/optionDescriptors.ts:45
#: src/constants/IARConstants.tsx:42
msgid "Violent or Graphic Content"
msgstr "Erőszakos vagy grafikus tartalom"
@@ -20212,9 +20297,9 @@ msgstr "VIP hang"
msgid "Visible Buttons"
msgstr "Látható gombok"
-#: src/components/modals/components/plutonium/PricingSection.tsx:88
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:110
-#: src/components/modals/components/plutonium/VisionarySection.tsx:58
+#: src/components/modals/components/plutonium/PricingSection.tsx:101
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:129
+#: src/components/modals/components/plutonium/VisionarySection.tsx:67
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:154
#: src/utils/modals/guildTabs/GuildAuditLogTabUtils.ts:274
msgid "Visionary"
@@ -20228,25 +20313,25 @@ msgstr "Visionary (Lifetime #42)"
msgid "Visionary (Lifetime Plutonium)"
msgstr "Visionary (Lifetime Plutonium)"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:80
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:111
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:95
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:134
msgid "Visionary {visionaryPrice}"
msgstr "Visionary {visionaryPrice}"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:96
+#: src/components/modals/components/plutonium/VisionarySection.tsx:105
msgid "Visionary community with direct team access"
msgstr "Visionary közösség közvetlen csapathozzáféréssel"
-#: src/components/modals/components/plutonium/GiftSection.tsx:87
-#: src/components/modals/components/plutonium/PricingSection.tsx:119
+#: src/components/modals/components/plutonium/GiftSection.tsx:100
+#: src/components/modals/components/plutonium/PricingSection.tsx:140
msgid "Visionary Gift"
msgstr "Visionary ajándék"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:109
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:132
msgid "Visionary Gift Sold Out"
msgstr "Visionary ajándék kifogyott"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:80
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:95
msgid "Visionary Sold Out"
msgstr "Visionary kifogyott"
@@ -20281,15 +20366,15 @@ msgstr "Hang- és videóbeállítások"
msgid "Voice Activity"
msgstr "Hangtevékenység"
-#: src/components/channel/channel-view/DMChannelView.tsx:277
+#: src/components/channel/channel-view/DMChannelView.tsx:278
#: src/components/voice/VoiceCallView.tsx:466
msgid "Voice call"
msgstr "Hanghívás"
-#: src/components/bottomsheets/DMBottomSheet.tsx:419
+#: src/components/bottomsheets/DMBottomSheet.tsx:421
#: src/components/channel/ChannelHeader.tsx:562
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:225
-#: src/components/modals/UserProfileMobileSheet.tsx:507
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:227
+#: src/components/modals/UserProfileMobileSheet.tsx:511
msgid "Voice Call"
msgstr "Hanghívás"
@@ -20306,8 +20391,8 @@ msgstr "Hanghívások"
msgid "Voice channel"
msgstr "Hangcsatorna"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:475
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:662
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:489
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:676
#: src/components/channel/channel-header/useChannelHeaderData.ts:100
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:314
msgid "Voice Channel"
@@ -20488,8 +20573,8 @@ msgstr "Egy linket küldtünk e-mailben a bejelentkezés engedélyezéséhez. K
msgid "We failed to retrieve the full information about this user at this time."
msgstr "Jelenleg nem sikerült lekérnünk a felhasználó teljes információit."
-#: src/components/layout/GuildLayout.tsx:302
-#: src/components/layout/GuildLayout.tsx:349
+#: src/components/layout/GuildLayout.tsx:307
+#: src/components/layout/GuildLayout.tsx:354
msgid "We fluxed up! Hang tight, we're working on it."
msgstr "Elfluxeltünk! Tarts ki, dolgozunk rajta."
@@ -20513,18 +20598,13 @@ msgstr "Megszakadt a kapcsolat az engedélyezés várakozása közben. Kérjük,
msgid "We need to make sure you're not a bot. Please complete the verification below."
msgstr "Meg kell győződnünk, hogy nem vagy bot. Kérjük, fejezd be az alábbi ellenőrzést."
-#: src/components/pages/ReportPage.tsx:639
-msgid "We need to verify your email address before you can submit a report."
-msgstr "Ellenőriznünk kell az e-mail címedet, mielőtt be tudsz nyújtani egy jelentést."
-
#: src/components/modals/BackupCodesModal.tsx:45
msgid "We recommend saving these codes now so that you don't get locked out of your account."
msgstr "Javasoljuk, hogy most mentsd el ezeket a kódokat, hogy ne zárd ki magad a fiókodból."
-#. placeholder {0}: state.email
-#: src/components/pages/ReportPage.tsx:702
-msgid "We sent a verification code to {0}."
-msgstr "Egy megerősítő kódot küldtünk a(z) {0} címre."
+#: src/components/pages/report/ReportStepVerification.tsx:67
+msgid "We sent a code to {email}."
+msgstr "Küldtünk egy kódot a(z) {email} címre."
#: src/components/auth/BrowserLoginHandoffModal.tsx:315
msgid "We will prefill {prefillEmail} once the browser login opens."
@@ -20534,6 +20614,10 @@ msgstr "Kitöltjük a {prefillEmail} címet, amint megnyílik a böngészőbeli
msgid "We'll restore your previous email, sign out old sessions, remove phone numbers, disable MFA, and secure your account with a new password."
msgstr "Visszaállítjuk a korábbi e-mail címedet, kijelentkeztetjük a régi munkameneteket, eltávolítjuk a telefonszámokat, letiltjuk az MFA-t, és új jelszóval biztosítjuk a fiókodat."
+#: src/components/pages/report/ReportStepEmail.tsx:57
+msgid "We'll send a short code to confirm you can receive updates about this report."
+msgstr "Küldünk egy rövid kódot, hogy megerősítsük, tudsz frissítéseket kapni a jelentésről."
+
#: src/components/modals/EmailChangeModal.tsx:190
msgid "We'll verify your current email and then your new email with one-time codes."
msgstr "Ellenőrizzük a jelenlegi e-mail címedet, majd az új e-mail címedet egyszer használatos kódokkal."
@@ -20546,13 +20630,13 @@ msgstr "Ellenőrizzük az új e-mail címedet egy egyszer használatos kóddal."
msgid "We're having trouble connecting to Fluxer's servers. This could be a temporary network issue or scheduled maintenance."
msgstr "Problémánk van a Fluxer szervereihez való csatlakozással. Ez lehet átmeneti hálózati probléma vagy ütemezett karbantartás."
-#: src/components/modals/tabs/BetaCodesTab.tsx:297
+#: src/components/modals/tabs/BetaCodesTab.tsx:322
#: src/components/modals/tabs/DevicesTab.tsx:230
msgid "We're having trouble connecting to the space-time continuum. Please check your connection and try again."
msgstr "Problémánk van a téridő-kontinuumhoz való csatlakozással. Kérjük, ellenőrizd a kapcsolatodat, és próbáld újra."
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:287
-#: src/components/channel/ChannelSearchResults.tsx:681
+#: src/components/channel/ChannelSearchResults.tsx:650
msgid "We're indexing this channel for the first time. This might take a little while..."
msgstr "Először indexeljük ezt a csatornát. Ez eltarthat egy kis ideig..."
@@ -20829,17 +20913,16 @@ msgstr "Írj ide egyéni CSS-t bármely téma token felülírásához. Például
msgid "Write your content here... This textarea expands as you type."
msgstr "Írd ide a tartalmad... Ez a szövegterület bővül, ahogy gépelsz."
-#: src/components/auth/DateOfBirthField.tsx:89
-#: src/components/auth/DateOfBirthField.tsx:156
+#: src/components/auth/DateOfBirthField.tsx:153
#: src/components/auth/MockMinimalRegisterForm.tsx:78
msgid "Year"
msgstr "Év"
-#: src/components/modals/components/plutonium/PricingSection.tsx:78
+#: src/components/modals/components/plutonium/PricingSection.tsx:88
msgid "Yearly"
msgstr "Éves"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:71
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:84
msgid "Yearly {yearlyPrice}"
msgstr "Éves {yearlyPrice}"
@@ -20874,7 +20957,7 @@ msgstr "Éppen elhagyod a Fluxert"
msgid "You are about to transfer ownership of this community to <0>{0}0>. This action is <1>irreversible1> and you will lose all owner privileges."
msgstr "Éppen át akarod adni ennek a közösségnek a tulajdonjogát <0>{0}0> számára. Ez a művelet <1>visszavonhatatlan1>, és elveszíted az összes tulajdonosi jogosultságot."
-#: src/components/channel/dm/AddFriendForm.tsx:72
+#: src/components/channel/dm/AddFriendForm.tsx:95
msgid "You are already friends with this user."
msgstr "Már barátok vagytok ezzel a felhasználóval."
@@ -20960,7 +21043,7 @@ msgstr "Egyszerre legfeljebb {MAX_EMOJIS_PER_UPLOAD} emojit tölthetsz fel. Csak
msgid "You can pin messages in this conversation for everyone to see."
msgstr "Rögzíthetsz üzeneteket ebben a beszélgetésben, hogy mindenki láthassa."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:175
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:194
msgid "You can redeem additional gift codes to <0>extend0> your gift time. To start a monthly or yearly plan, wait until after it ends — or <1>upgrade to Visionary1> now (remaining gift time will be discarded)."
msgstr "További ajándékkódokat beváltva <0>meghosszabbíthatod0> az ajándékidőt. Havi vagy éves csomag indításához várj, amíg véget ér — vagy <1>frissíts Visionaryra1> most (a megmaradt ajándékidő elveszik)."
@@ -20990,7 +21073,7 @@ msgstr "Használhatsz linkeket és Markdown-t a szöveged formázásához. <0/>-
msgid "You can't add new reactions while you're on timeout."
msgstr "Nem adhatsz hozzá új reakciókat, amíg időtúllépésben vagy."
-#: src/components/modals/UserProfileModal.tsx:1170
+#: src/components/modals/UserProfileModal.tsx:1171
msgid "You can't befriend yourself"
msgstr "Nem barátkozhatsz magaddal"
@@ -20998,14 +21081,14 @@ msgstr "Nem barátkozhatsz magaddal"
msgid "You can't interact with reactions in search results as it might disrupt the space-time continuum."
msgstr "Nem léphetsz kapcsolatba a reakciókkal a keresési eredményekben, mert az megzavarhatja a téridő-kontinuumot."
-#: src/components/layout/ChannelItem.tsx:200
-#: src/components/layout/ChannelItem.tsx:366
-#: src/stores/voice/MediaEngineFacade.ts:151
-#: src/stores/voice/MediaEngineFacade.ts:482
+#: src/components/layout/ChannelItem.tsx:206
+#: src/components/layout/ChannelItem.tsx:375
+#: src/stores/voice/MediaEngineFacade.ts:154
+#: src/stores/voice/MediaEngineFacade.ts:529
msgid "You can't join while you're on timeout."
msgstr "Nem csatlakozhatsz, amíg időtúllépésben vagy."
-#: src/components/modals/UserProfileModal.tsx:1182
+#: src/components/modals/UserProfileModal.tsx:1183
#: src/components/popouts/UserProfilePopout.tsx:282
#: src/components/profile/ProfilePreview.tsx:284
msgid "You can't message yourself"
@@ -21019,7 +21102,7 @@ msgstr "Nem küldhetsz barátkérelmet magadnak."
msgid "You can't send friend requests to bots."
msgstr "Nem küldhetsz barátkérelmet botoknak."
-#: src/components/channel/dm/AddFriendForm.tsx:64
+#: src/components/channel/dm/AddFriendForm.tsx:87
msgid "You can't send friend requests to users you've blocked. Unblock them first."
msgstr "Nem küldhetsz barátkérelmet a blokkolt felhasználóknak. Először oldd fel a blokkolást."
@@ -21066,11 +21149,11 @@ msgstr "Nem távolíthatod el ezt az engedélyt, mert magadtól is elvennéd"
msgid "You cannot save a role with a blank name. Please provide a valid name before saving."
msgstr "Nem menthetsz üres névvel ellátott szerepet. Kérlek, adj meg egy érvényes nevet mentés előtt."
-#: src/components/channel/dm/AddFriendForm.tsx:68
+#: src/components/channel/dm/AddFriendForm.tsx:91
msgid "You cannot send a friend request to yourself."
msgstr "Nem küldhetsz barátkérelmet magadnak."
-#: src/components/channel/dm/AddFriendForm.tsx:66
+#: src/components/channel/dm/AddFriendForm.tsx:89
msgid "You cannot send friend requests to bots."
msgstr "Nem küldhetsz barátkérelmet botoknak."
@@ -21094,7 +21177,7 @@ msgstr "Nincs hozzáférésed ahhoz a csatornához, ahol ezt az üzenetet küldt
msgid "You do not have permission to send messages in this channel."
msgstr "Nincs jogosultságod üzenetek küldésére ebben a csatornában."
-#: src/components/layout/GuildLayout.tsx:393
+#: src/components/layout/GuildLayout.tsx:398
msgid "You don't have access to any channels in this community."
msgstr "Nincs hozzáférésed egyetlen csatornához sem ebben a közösségben."
@@ -21114,23 +21197,23 @@ msgstr "Nincs jogosultságod telepíteni ezt az emoji csomagot."
msgid "You don't have permission to install this sticker pack."
msgstr "Nincs jogosultságod telepíteni ezt a matrica csomagot."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:203
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:222
msgid "You have all <0/> for <1>{monthlyPrice}/month1>."
msgstr "Mind <0/> a tiéd <1>{monthlyPrice}/hó1>."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:208
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:227
msgid "You have all <0/> for <1>{yearlyPrice}/year1>."
msgstr "Mind <0/> a tiéd <1>{yearlyPrice}/év1>."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:213
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:232
msgid "You have all <0/> for your subscription period."
msgstr "Minden <0/> elérhető számodra az előfizetési időszakod alatt."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:198
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:217
msgid "You have all <0/> forever. No subscriptions, no renewals."
msgstr "Minden <0/> örökre a tiéd. Nincsenek előfizetések, nincsenek megújítások."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:169
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:188
msgid "You have all <0/> via a <1>gift subscription1> until <2>{giftEndDate}2>. It <3>won't renew3>."
msgstr "Minden <0/> a <1>ajándék-előfizetésed1> révén elérhető <2>{giftEndDate}2>-ig. <3>Nem fog megújulni3>."
@@ -21228,11 +21311,11 @@ msgstr "Elvesztetted a hozzáférést ehhez a mentett üzenethez. Eltávolítod?
msgid "You made it, {username}! We're about to hit 88mph!"
msgstr "Sikerült, {username}! Hamarosan elérjük a 88 mérföld/órát!"
-#: src/components/channel/CallMessage.tsx:179
+#: src/components/channel/CallMessage.tsx:173
msgid "You missed a call from <0/> that lasted {durationText}."
msgstr "Nem vetted fel a <0/> hívását, ami {durationText} tartott."
-#: src/components/channel/CallMessage.tsx:184
+#: src/components/channel/CallMessage.tsx:178
msgid "You missed a call from <0/>."
msgstr "Lekéstél egy hívást <0/>-tól."
@@ -21252,7 +21335,7 @@ msgstr "Legalább 18 évesnek kell lenned ennek a tartalomnak a megtekintéséhe
msgid "You must be connected to the gateway to accept this temporary invite. Please check your connection and try again."
msgstr "Csatlakozva kell lenned az átjáróhoz ennek az ideiglenes meghívónak az elfogadásához. Ellenőrizd a kapcsolatodat, és próbáld újra."
-#: src/components/pages/ReportPage.tsx:463
+#: src/components/pages/ReportPage.tsx:288
msgid "You must verify your email before submitting a report."
msgstr "Ellenőrizned kell az e-mail címed egy jelentés beküldése előtt."
@@ -21385,7 +21468,7 @@ msgstr "A hangcsatornában vagy"
msgid "You're sending messages too quickly"
msgstr "Túl gyorsan küldöd az üzeneteket"
-#: src/components/channel/Messages.tsx:909
+#: src/components/channel/Messages.tsx:907
msgid "You're viewing older messages"
msgstr "Régebbi üzeneteket nézel"
@@ -21464,7 +21547,7 @@ msgstr "A fiókodat jóváhagyták. Átirányítunk az alkalmazásba..."
msgid "Your account has been created, but access is temporarily limited until approval. You will be notified once your account is approved."
msgstr "Létrehozták a fiókodat, de a hozzáférés ideiglenesen korlátozott a jóváhagyásig. Értesíteni foglak, amint a fiókodat jóváhagyták."
-#: src/components/modals/components/UnclaimedAccountAlert.tsx:38
+#: src/components/modals/components/UnclaimedAccountAlert.tsx:36
msgid "Your account is not yet claimed. Without an email and password, you won't be able to sign in from other devices and you could lose access to your account. Claim your account now to secure it."
msgstr "A fiókod még nincs igényelve. Email cím és jelszó nélkül nem fogsz tudni bejelentkezni más eszközökről, és elveszítheted a hozzáférést a fiókodhoz. Igényeld most a fiókodat, hogy biztonságos legyen."
@@ -21508,7 +21591,7 @@ msgstr "A meglévő értesítéshang-beállításaid megmaradnak."
msgid "Your export request will be processed"
msgstr "Az exportkérésed feldolgozásra kerül"
-#: src/components/pages/ReportPage.tsx:935
+#: src/components/pages/report/ReportStepDetails.tsx:213
msgid "Your FluxerTag (optional)"
msgstr "A FluxerTag-ed (opcionális)"
@@ -21521,7 +21604,7 @@ msgid "Your invite expires in 24 hours"
msgstr "A meghívód 24 óra múlva lejár"
#. placeholder {0}: getExpirationText()
-#: src/components/modals/InviteModal.tsx:325
+#: src/components/modals/InviteModal.tsx:322
msgid "Your invite link expires in {0}."
msgstr "A meghívó linked {0} múlva lejár."
@@ -21565,7 +21648,7 @@ msgstr "A személyes tered a kedvenc csatornáid, DM-jeid és csoportjaid gyors
msgid "Your Plutonium subscription has expired. You've lost all Plutonium perks. Reactivate your subscription to regain access."
msgstr "A Plutonium előfizetésed lejárt. Elvesztetted az összes Plutonium előnyt. Aktiváld újra az előfizetésed, hogy visszanyerd a hozzáférést."
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:781
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:813
msgid "Your private space"
msgstr "A privát tered"
@@ -21573,7 +21656,7 @@ msgstr "A privát tered"
msgid "Your private space for thoughts and reminders"
msgstr "A privát tered gondolatokhoz és emlékeztetőkhez"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:277
+#: src/components/modals/tabs/GiftInventoryTab.tsx:300
msgid "Your Purchased Gifts"
msgstr "A megvásárolt ajándékaid"
@@ -21585,15 +21668,11 @@ msgstr "a régiód"
msgid "Your stream is still being broadcast"
msgstr "A stream-ed még mindig közvetítés alatt áll"
-#: src/components/pages/ReportPage.tsx:594
-msgid "Your submission ID"
-msgstr "A benyújtás azonosítója"
-
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:153
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:172
msgid "Your subscription ended, but you still have all <0/> until <1>{graceDate}1>. Resubscribe to keep them."
msgstr "Az előfizetésed lejárt, de még mindig megvan az összes <0/> <1>{graceDate}1>-ig. Újra előfizethetsz, hogy megtartsd őket."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:138
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:157
msgid "Your subscription expired on <0>{expiredDate}0>. You lost all <1/>. You can reactivate at any time."
msgstr "Az előfizetésed <0>{expiredDate}0>-én lejárt. Az összes <1/> elveszett. Bármikor újra aktiválhatod."
@@ -21609,7 +21688,7 @@ msgstr "Az előfizetésed újra aktiválva lett!"
msgid "Your subscription has been set to cancel at the end of your billing period."
msgstr "Az előfizetésed be lett állítva a számlázási időszak végén történő lemondásra."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:191
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:210
msgid "Your subscription will cancel on <0>{cancelDate}0>. You'll lose all <1/> after that date."
msgstr "Az előfizetésed <0>{cancelDate}0>-én lemondásra kerül. Az összes <1/> elveszik az adott dátum után."
diff --git a/fluxer_app/src/locales/id/messages.po b/fluxer_app/src/locales/id/messages.po
index 154d0ebb..70ef71e6 100644
--- a/fluxer_app/src/locales/id/messages.po
+++ b/fluxer_app/src/locales/id/messages.po
@@ -68,12 +68,12 @@ msgstr "(maks 15 ditampilkan)"
msgid "(No content)"
msgstr "(Tidak ada konten)"
-#: src/components/modals/UserProfileMobileSheet.tsx:552
+#: src/components/modals/UserProfileMobileSheet.tsx:556
#: src/components/pages/YouPage.tsx:147
msgid "(only visible to you)"
msgstr "(hanya terlihat oleh Anda)"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:954
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:976
msgid "(you)"
msgstr "(Anda)"
@@ -138,12 +138,12 @@ msgid "{0} Online"
msgstr "{0} Online"
#. placeholder {0}: reaction.count
-#: src/components/channel/MessageReactions.tsx:120
+#: src/components/channel/MessageReactions.tsx:119
msgid "{0} reaction"
msgstr "{0} reaksi"
#. placeholder {0}: reaction.count
-#: src/components/channel/MessageReactions.tsx:120
+#: src/components/channel/MessageReactions.tsx:119
msgid "{0} reactions"
msgstr "{0} reaksi"
@@ -153,13 +153,13 @@ msgid "{0} remaining"
msgstr "{0} tersisa"
#. placeholder {0}: machineState.total
-#: src/components/channel/ChannelSearchResults.tsx:315
+#: src/components/channel/ChannelSearchResults.tsx:272
msgid "{0} Result"
msgstr "{0} Hasil"
#. placeholder {0}: machineState.total
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:390
-#: src/components/channel/ChannelSearchResults.tsx:315
+#: src/components/channel/ChannelSearchResults.tsx:272
msgid "{0} Results"
msgstr "{0} Hasil"
@@ -402,7 +402,7 @@ msgstr "{actor} memperbarui stiker {namedTarget}."
msgid "{actor} updated the webhook {namedTarget}."
msgstr "{actor} memperbarui webhook {namedTarget}."
-#: src/components/modals/tabs/BetaCodesTab.tsx:280
+#: src/components/modals/tabs/BetaCodesTab.tsx:284
msgid "{allowance} codes remaining this week"
msgstr "{allowance} kode tersisa minggu ini"
@@ -533,7 +533,7 @@ msgstr "{emojiName}, {0} reaksi"
msgid "{emojiName}, {0} reactions"
msgstr "{emojiName}, {0} reaksi"
-#: src/components/channel/MessageReactions.tsx:122
+#: src/components/channel/MessageReactions.tsx:121
msgid "{emojiName}: {reactionCountText}, {actionText}"
msgstr "{emojiName}: {reactionCountText}, {actionText}"
@@ -561,8 +561,8 @@ msgstr "Gambar {label} tidak dapat dianimasikan. Silakan gunakan JPEG, PNG, atau
#: src/components/auth/InviteHeader.tsx:127
#: src/components/auth/InviteHeader.tsx:241
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:281
-#: src/components/channel/InviteEmbed.tsx:180
-#: src/components/channel/InviteEmbed.tsx:444
+#: src/components/channel/InviteEmbed.tsx:182
+#: src/components/channel/InviteEmbed.tsx:446
msgid "{memberCount} Member"
msgstr "{memberCount} Anggota"
@@ -570,8 +570,8 @@ msgstr "{memberCount} Anggota"
#: src/components/auth/InviteHeader.tsx:127
#: src/components/auth/InviteHeader.tsx:241
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:281
-#: src/components/channel/InviteEmbed.tsx:180
-#: src/components/channel/InviteEmbed.tsx:444
+#: src/components/channel/InviteEmbed.tsx:182
+#: src/components/channel/InviteEmbed.tsx:446
msgid "{memberCount} Members"
msgstr "{memberCount} Anggota"
@@ -606,11 +606,11 @@ msgstr "{minutes} menit dan {seconds} detik"
msgid "{minutes} minutes and 1 second"
msgstr "{minutes} menit dan 1 detik"
-#: src/components/channel/dm/DMWelcomeSection.tsx:155
+#: src/components/channel/dm/DMWelcomeSection.tsx:167
msgid "{mutualGuildCount} mutual commmunity"
msgstr "{mutualGuildCount} komunitas saling"
-#: src/components/channel/dm/DMWelcomeSection.tsx:156
+#: src/components/channel/dm/DMWelcomeSection.tsx:168
msgid "{mutualGuildCount} mutual communities"
msgstr "{mutualGuildCount} komunitas saling"
@@ -632,7 +632,7 @@ msgstr "{participantCount} peserta dalam panggilan"
#: src/components/auth/InviteHeader.tsx:235
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:276
-#: src/components/channel/InviteEmbed.tsx:439
+#: src/components/channel/InviteEmbed.tsx:441
msgid "{presenceCount} Online"
msgstr "{presenceCount} Online"
@@ -644,15 +644,15 @@ msgstr "Tersisa {remaining} karakter"
msgid "{remaining} characters left. Get Plutonium to write up to {premiumMaxLength} characters."
msgstr "Tersisa {remaining} karakter. Dapatkan Plutonium untuk menulis hingga {premiumMaxLength} karakter."
-#: src/components/channel/InviteEmbed.tsx:301
+#: src/components/channel/InviteEmbed.tsx:303
msgid "{renderedMemberCount} Member"
msgstr "{renderedMemberCount} Anggota"
-#: src/components/channel/InviteEmbed.tsx:301
+#: src/components/channel/InviteEmbed.tsx:303
msgid "{renderedMemberCount} Members"
msgstr "{renderedMemberCount} Anggota"
-#: src/components/channel/InviteEmbed.tsx:296
+#: src/components/channel/InviteEmbed.tsx:298
msgid "{renderedPresenceCount} Online"
msgstr "{renderedPresenceCount} Online"
@@ -704,11 +704,11 @@ msgstr "{totalSeconds} detik"
msgid "{totalSeconds} seconds"
msgstr "{totalSeconds} detik"
-#: src/components/layout/GuildsLayout.tsx:231
+#: src/components/layout/GuildsLayout.tsx:229
msgid "{unavailableCount} communities are temporarily unavailable due to a flux capacitor malfunction."
msgstr "{unavailableCount} komunitas sementara tidak tersedia karena kerusakan flux capacitor."
-#: src/components/layout/GuildsLayout.tsx:230
+#: src/components/layout/GuildsLayout.tsx:228
msgid "{unavailableCount} community is temporarily unavailable due to a flux capacitor malfunction."
msgstr "{unavailableCount} komunitas sementara tidak tersedia karena kerusakan flux capacitor."
@@ -814,27 +814,27 @@ msgstr "sebutan @everyone"
msgid "@username"
msgstr "@username"
-#: src/components/channel/CallMessage.tsx:75
+#: src/components/channel/CallMessage.tsx:72
msgid "# days"
msgstr "# hari"
-#: src/components/channel/CallMessage.tsx:76
+#: src/components/channel/CallMessage.tsx:73
msgid "# hours"
msgstr "# jam"
-#: src/components/channel/CallMessage.tsx:77
+#: src/components/channel/CallMessage.tsx:74
msgid "# minutes"
msgstr "# menit"
-#: src/components/channel/CallMessage.tsx:73
+#: src/components/channel/CallMessage.tsx:70
msgid "# months"
msgstr "# bulan"
-#: src/components/channel/CallMessage.tsx:74
+#: src/components/channel/CallMessage.tsx:71
msgid "# weeks"
msgstr "# minggu"
-#: src/components/channel/CallMessage.tsx:72
+#: src/components/channel/CallMessage.tsx:69
msgid "# years"
msgstr "# tahun"
@@ -878,11 +878,11 @@ msgstr "<0/> menghapus <1/> dari grup."
msgid "<0/> removed someone from the group."
msgstr "<0/> menghapus seseorang dari grup."
-#: src/components/channel/CallMessage.tsx:191
+#: src/components/channel/CallMessage.tsx:185
msgid "<0/> started a call that lasted {durationText}."
msgstr "<0/> memulai panggilan yang berlangsung {durationText}."
-#: src/components/channel/CallMessage.tsx:154
+#: src/components/channel/CallMessage.tsx:148
msgid "<0/> started a call."
msgstr "<0/> memulai panggilan."
@@ -943,11 +943,11 @@ msgstr "<0>Membuka pembisuan0> anggota tersebut."
msgid "<0>Warning:0> This will also disable SMS two-factor authentication."
msgstr "<0>Peringatan:0> Ini juga akan menonaktifkan autentikasi dua faktor SMS."
-#: src/components/modals/tabs/BetaCodesTab.tsx:278
+#: src/components/modals/tabs/BetaCodesTab.tsx:282
msgid "1 code remaining this week"
msgstr "1 kode tersisa minggu ini"
-#: src/components/channel/CallMessage.tsx:75
+#: src/components/channel/CallMessage.tsx:72
#: src/components/modals/BanMemberModal.tsx:54
#: src/components/modals/InviteModal.tsx:77
#: src/components/modals/InviteModal.tsx:212
@@ -956,7 +956,7 @@ msgstr "1 kode tersisa minggu ini"
msgid "1 day"
msgstr "1 hari"
-#: src/components/channel/CallMessage.tsx:76
+#: src/components/channel/CallMessage.tsx:73
#: src/components/modals/BanMemberModal.tsx:52
#: src/components/modals/channelTabs/ChannelOverviewTab.tsx:154
#: src/components/modals/CustomStatusBottomSheet.tsx:44
@@ -993,7 +993,7 @@ msgstr "1 menit dan {seconds} detik"
msgid "1 minute and 1 second"
msgstr "1 menit dan 1 detik"
-#: src/components/channel/CallMessage.tsx:73
+#: src/components/channel/CallMessage.tsx:70
#: src/components/modals/BanMemberModal.tsx:59
msgid "1 month"
msgstr "1 bulan"
@@ -1002,12 +1002,12 @@ msgstr "1 bulan"
msgid "1 Month"
msgstr "1 Bulan"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:99
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:120
msgid "1 Month {monthlyPrice}"
msgstr "1 Bulan {monthlyPrice}"
-#: src/components/modals/components/plutonium/GiftSection.tsx:78
-#: src/components/modals/components/plutonium/PricingSection.tsx:110
+#: src/components/modals/components/plutonium/GiftSection.tsx:88
+#: src/components/modals/components/plutonium/PricingSection.tsx:128
msgid "1 Month Gift"
msgstr "Hadiah 1 Bulan"
@@ -1020,22 +1020,22 @@ msgstr "1 kali pakai"
msgid "1 user"
msgstr "1 pengguna"
-#: src/components/channel/CallMessage.tsx:74
+#: src/components/channel/CallMessage.tsx:71
#: src/components/modals/BanMemberModal.tsx:57
#: src/components/modals/TimeoutMemberOptions.ts:39
msgid "1 week"
msgstr "1 minggu"
-#: src/components/channel/CallMessage.tsx:72
+#: src/components/channel/CallMessage.tsx:69
msgid "1 year"
msgstr "1 tahun"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:91
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:109
msgid "1 Year {yearlyPrice}"
msgstr "1 Tahun {yearlyPrice}"
-#: src/components/modals/components/plutonium/GiftSection.tsx:69
-#: src/components/modals/components/plutonium/PricingSection.tsx:101
+#: src/components/modals/components/plutonium/GiftSection.tsx:76
+#: src/components/modals/components/plutonium/PricingSection.tsx:116
msgid "1 Year Gift"
msgstr "Hadiah 1 Tahun"
@@ -1286,8 +1286,8 @@ msgstr "8 jam"
msgid "A 4-digit tag will be added automatically to ensure uniqueness"
msgstr "Tag 4 digit akan ditambahkan secara otomatis untuk memastikan keunikan"
-#: src/components/channel/CallMessage.tsx:86
-#: src/components/channel/CallMessage.tsx:148
+#: src/components/channel/CallMessage.tsx:83
+#: src/components/channel/CallMessage.tsx:142
msgid "a few seconds"
msgstr "beberapa detik"
@@ -1299,7 +1299,7 @@ msgstr "Sekelompok pejuang keyboard sedang berkumpul..."
msgid "A helpful bot that does amazing things!"
msgstr "Bot yang membantu yang melakukan hal-hal luar biasa!"
-#: src/components/channel/CallMessage.tsx:77
+#: src/components/channel/CallMessage.tsx:74
msgid "a minute"
msgstr "semenit"
@@ -1316,7 +1316,7 @@ msgid "A symphony of clacking keys is underway..."
msgstr "Sebuah simfoni suara ketukan kunci sedang berlangsung..."
#: src/components/modals/tabs/MyProfileTab/BioEditor.tsx:127
-#: src/components/modals/UserProfileMobileSheet.tsx:528
+#: src/components/modals/UserProfileMobileSheet.tsx:532
#: src/components/pages/YouPage.tsx:132
msgid "About Me"
msgstr "Tentang Saya"
@@ -1330,18 +1330,18 @@ msgstr "Tentang Anda"
msgid "Accent Color"
msgstr "Warna Aksen"
-#: src/components/channel/channel-view/DMChannelView.tsx:291
-#: src/components/channel/dm/DMWelcomeSection.tsx:116
+#: src/components/channel/channel-view/DMChannelView.tsx:292
+#: src/components/channel/dm/DMWelcomeSection.tsx:128
#: src/components/channel/friends/FriendListItem.tsx:238
#: src/components/channel/friends/MobileFriendRequestItem.tsx:99
#: src/components/voice/IncomingCallUI.tsx:302
msgid "Accept"
msgstr "Terima"
-#: src/components/bottomsheets/DMBottomSheet.tsx:515
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:260
-#: src/components/modals/UserProfileModal.tsx:1258
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:88
+#: src/components/bottomsheets/DMBottomSheet.tsx:517
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:262
+#: src/components/modals/UserProfileModal.tsx:1259
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:109
msgid "Accept Friend Request"
msgstr "Terima Permintaan Pertemanan"
@@ -1358,7 +1358,7 @@ msgstr "Terima Undangan"
msgid "Accept the incoming call"
msgstr "Terima panggilan masuk"
-#: src/components/channel/InviteEmbed.tsx:226
+#: src/components/channel/InviteEmbed.tsx:228
#: src/components/modals/InviteAcceptModal.tsx:163
msgid "Accepting this invite installs the pack automatically."
msgstr "Menerima undangan ini akan menginstal paket secara otomatis."
@@ -1407,7 +1407,7 @@ msgstr "Akun & Premium"
msgid "Account appears to exist solely for spamming"
msgstr "Akun tampaknya ada hanya untuk spam"
-#: src/components/modals/ClaimAccountModal.tsx:105
+#: src/components/modals/ClaimAccountModal.tsx:107
msgid "Account claimed successfully"
msgstr "Akun berhasil diklaim"
@@ -1459,7 +1459,7 @@ msgstr "Hanya di semua DM yang pernah Anda ikuti"
msgid "Action with both icons!"
msgstr "Aksi dengan kedua ikon!"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:124
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:143
msgid "Active"
msgstr "Aktif"
@@ -1584,12 +1584,13 @@ msgstr "Tambahkan Email"
msgid "Add Favorite Channels"
msgstr "Tambahkan Kanal Favorit"
-#: src/components/bottomsheets/DMBottomSheet.tsx:524
+#: src/components/bottomsheets/DMBottomSheet.tsx:527
#: src/components/channel/dm/AddFriendView.tsx:32
#: src/components/channel/dm/DMFriendsView.tsx:199
#: src/components/modals/AddFriendSheet.tsx:50
-#: src/components/modals/UserProfileModal.tsx:1178
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:68
+#: src/components/modals/UserProfileModal.tsx:1179
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:75
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:89
msgid "Add Friend"
msgstr "Tambahkan Teman"
@@ -1597,7 +1598,7 @@ msgstr "Tambahkan Teman"
msgid "Add Friends"
msgstr "Tambahkan Teman"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1187
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1211
#: src/components/channel/ChannelHeader.tsx:630
#: src/components/channel/dm/GroupDMWelcomeSection.tsx:85
msgid "Add Friends to Group"
@@ -1612,7 +1613,7 @@ msgstr "Tambahkan Item"
msgid "Add new reactions to messages."
msgstr "Tambahkan reaksi baru ke pesan."
-#: src/components/bottomsheets/DMBottomSheet.tsx:426
+#: src/components/bottomsheets/DMBottomSheet.tsx:428
#: src/components/profile/ProfileCard/ProfileCardActions.tsx:48
#: src/components/uikit/ContextMenu/items/UserNoteMenuItems.tsx:42
msgid "Add Note"
@@ -1647,7 +1648,7 @@ msgstr "Formulir tambah nomor telepon"
#: src/components/channel/MessageActionBar.tsx:450
#: src/components/channel/MessageActionBar.tsx:741
#: src/components/channel/messageActionMenu.tsx:92
-#: src/components/channel/MessageReactions.tsx:264
+#: src/components/channel/MessageReactions.tsx:263
#: src/components/uikit/ContextMenu/items/MessageMenuItems.tsx:65
msgid "Add Reaction"
msgstr "Tambahkan Reaksi"
@@ -1695,8 +1696,8 @@ msgid "Add to favorites"
msgstr "Tambahkan ke favorit"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:370
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1103
-#: src/components/bottomsheets/DMBottomSheet.tsx:400
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1127
+#: src/components/bottomsheets/DMBottomSheet.tsx:402
#: src/components/channel/ChannelHeader.tsx:547
#: src/components/channel/ChannelHeader.tsx:595
#: src/components/channel/ChannelHeader.tsx:600
@@ -1731,11 +1732,11 @@ msgid "Added to bookmarks"
msgstr "Ditambahkan ke penanda"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:118
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:544
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:558
msgid "Added to favorites"
msgstr "Ditambahkan ke favorit"
-#: src/components/bottomsheets/DMBottomSheet.tsx:129
+#: src/components/bottomsheets/DMBottomSheet.tsx:131
msgid "Added to Favorites"
msgstr "Ditambahkan ke Favorit"
@@ -1752,7 +1753,7 @@ msgstr "Ditambahkan: {createdDate}"
msgid "Added: {createdDate} • Last used: {lastUsedDate}"
msgstr "Ditambahkan: {createdDate} • Terakhir digunakan: {lastUsedDate}"
-#: src/components/pages/ReportPage.tsx:943
+#: src/components/pages/report/ReportStepDetails.tsx:222
msgid "Additional Comments (optional)"
msgstr "Komentar Tambahan (opsional)"
@@ -1873,7 +1874,7 @@ msgstr "Semua panggilan akan memberi notifikasi secara diam-diam alih-alih berde
msgid "All Communities"
msgstr "Semua Komunitas"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:74
+#: src/components/modals/components/plutonium/VisionarySection.tsx:83
msgid "All current and future Plutonium benefits, forever"
msgstr "Semua manfaat Plutonium saat ini dan masa depan, selamanya"
@@ -1911,7 +1912,7 @@ msgstr "Semua anggota"
msgid "All messages"
msgstr "Semua pesan"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1377
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1401
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:206
#: src/components/modals/GuildNotificationSettingsModal.tsx:87
#: src/components/modals/GuildNotificationSettingsModal.tsx:273
@@ -2071,11 +2072,11 @@ msgstr "Diizinkan {0}."
msgid "Already have an account?"
msgstr "Sudah punya akun?"
-#: src/components/channel/InviteEmbed.tsx:187
+#: src/components/channel/InviteEmbed.tsx:189
msgid "Already joined"
msgstr "Sudah bergabung"
-#: src/components/channel/GiftEmbed.tsx:90
+#: src/components/channel/GiftEmbed.tsx:97
msgid "Already redeemed"
msgstr "Sudah ditebus"
@@ -2135,8 +2136,8 @@ msgstr "Selalu percayai <0>{hostname}0> — lewati peringatan ini lain kali"
msgid "Always underline links"
msgstr "Selalu garisbawahi tautan"
-#: src/components/channel/ChannelSearchResults.tsx:511
-#: src/components/channel/ChannelSearchResults.tsx:562
+#: src/components/channel/ChannelSearchResults.tsx:480
+#: src/components/channel/ChannelSearchResults.tsx:531
#: src/hooks/useChannelSearch.ts:233
#: src/hooks/useChannelSearch.ts:375
msgid "An error occurred while searching"
@@ -2198,7 +2199,7 @@ msgid "Animated Emoji ({0})"
msgstr "Emoji Animasi ({0})"
#: src/components/channel/embeds/media/EmbedGifv.tsx:237
-#: src/components/channel/embeds/media/EmbedGifv.tsx:725
+#: src/components/channel/embeds/media/EmbedGifv.tsx:749
#: src/components/modals/MediaViewerModal.tsx:294
#: src/components/modals/MediaViewerModal.tsx:362
msgid "Animated GIF"
@@ -2320,8 +2321,8 @@ msgstr "Aplikasi berhasil diperbarui"
msgid "Applications"
msgstr "Aplikasi"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:99
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:137
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:103
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:141
msgid "Applications & Bots"
msgstr "Aplikasi & Bot"
@@ -2352,7 +2353,7 @@ msgid "Archive"
msgstr "Arsip"
#. placeholder {0}: user.username
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:162
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:164
#: src/components/modals/UserProfileActionsSheet.tsx:133
#: src/utils/RelationshipActionUtils.tsx:141
msgid "Are you sure you want to block {0}? They won't be able to message you or send you friend requests."
@@ -2368,8 +2369,8 @@ msgid "Are you sure you want to close this group DM? You can always reopen it la
msgstr "Apakah Anda yakin ingin menutup DM grup ini? Anda selalu dapat membukanya kembali nanti."
#. placeholder {0}: recipient?.username ?? ''
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:601
-#: src/components/bottomsheets/DMBottomSheet.tsx:303
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:615
+#: src/components/bottomsheets/DMBottomSheet.tsx:305
msgid "Are you sure you want to close your DM with {0}? You can always reopen it later."
msgstr "Apakah Anda yakin ingin menutup DM Anda dengan {0}? Anda selalu dapat membukanya kembali nanti."
@@ -2406,7 +2407,7 @@ msgid "Are you sure you want to delete #{0}? This action cannot be undone."
msgstr "Apakah Anda yakin ingin menghapus #{0}? Tindakan ini tidak dapat dibatalkan."
#. placeholder {0}: channel.name ?? 'this channel'
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:667
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:681
msgid "Are you sure you want to delete #{0}? This cannot be undone."
msgstr "Apakah Anda yakin ingin menghapus #{0}? Ini tidak dapat dibatalkan."
@@ -2504,7 +2505,7 @@ msgstr "Apakah Anda yakin ingin keluar dari {0}?"
msgid "Are you sure you want to leave this community? You will no longer be able to see any messages."
msgstr "Apakah Anda yakin ingin keluar dari komunitas ini? Anda tidak akan bisa melihat pesan apa pun lagi."
-#: src/components/bottomsheets/DMBottomSheet.tsx:338
+#: src/components/bottomsheets/DMBottomSheet.tsx:340
#: src/hooks/useLeaveGroup.tsx:43
msgid "Are you sure you want to leave this group? You will no longer be able to see any messages."
msgstr "Apakah Anda yakin ingin keluar dari grup ini? Anda tidak akan bisa melihat pesan apa pun lagi."
@@ -2515,9 +2516,9 @@ msgid "Are you sure you want to make {0} the group owner? You will lose owner pr
msgstr "Apakah Anda yakin ingin menjadikan {0} sebagai pemilik grup? Anda akan kehilangan hak istimewa sebagai pemilik."
#. placeholder {0}: user.username
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:145
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:147
#: src/components/modals/UserProfileActionsSheet.tsx:116
-#: src/components/modals/UserProfileMobileSheet.tsx:303
+#: src/components/modals/UserProfileMobileSheet.tsx:304
#: src/utils/RelationshipActionUtils.tsx:114
msgid "Are you sure you want to remove {0} as a friend?"
msgstr "Apakah Anda yakin ingin menghapus {0} sebagai teman?"
@@ -2557,10 +2558,10 @@ msgid "Are you sure you want to transfer ownership of the group to {0}?"
msgstr "Apakah Anda yakin ingin mentransfer kepemilikan grup ke {0}?"
#. placeholder {0}: user.username
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:179
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:181
#: src/components/modals/tabs/BlockedUsersTab.tsx:57
#: src/components/modals/UserProfileActionsSheet.tsx:150
-#: src/components/modals/UserProfileMobileSheet.tsx:319
+#: src/components/modals/UserProfileMobileSheet.tsx:320
#: src/utils/RelationshipActionUtils.tsx:168
msgid "Are you sure you want to unblock {0}?"
msgstr "Apakah Anda yakin ingin membuka blokir {0}?"
@@ -2573,7 +2574,7 @@ msgstr "Klub Seni"
msgid "Artists' Corner"
msgstr "Pojok Seniman"
-#: src/components/modals/components/plutonium/PricingSection.tsx:63
+#: src/components/modals/components/plutonium/PricingSection.tsx:69
msgid "As a Gift"
msgstr "Sebagai Hadiah"
@@ -2689,7 +2690,7 @@ msgstr "Pengaturan Audio"
msgid "Audio will be included with this screen share."
msgstr "Audio akan disertakan dengan berbagi layar ini."
-#: src/components/pages/ReportPage.tsx:311
+#: src/components/pages/report/optionDescriptors.ts:83
msgid "Austria"
msgstr "Austria"
@@ -2844,6 +2845,7 @@ msgstr "Ping rata-rata:"
#: src/components/modals/PhoneAddModal.tsx:235
#: src/components/modals/RequiredActionModal.tsx:463
#: src/components/pages/OAuthAuthorizePage.tsx:694
+#: src/components/pages/report/ReportStepDetails.tsx:243
msgid "Back"
msgstr "Kembali"
@@ -2933,7 +2935,7 @@ msgid "Balanced quality and bandwidth"
msgstr "Kualitas dan bandwidth seimbang"
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:353
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:320
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:323
#: src/components/modals/UserProfileActionsSheet.tsx:262
msgid "Ban"
msgstr "Ban"
@@ -3035,7 +3037,7 @@ msgstr "sebelum:"
msgid "Begin a call in the current private conversation"
msgstr "Mulai panggilan dalam percakapan pribadi saat ini"
-#: src/components/pages/ReportPage.tsx:312
+#: src/components/pages/report/optionDescriptors.ts:84
msgid "Belgium"
msgstr "Belgia"
@@ -3066,7 +3068,7 @@ msgstr "Kode beta (opsional)"
msgid "Beta Code Redeemed!"
msgstr "Kode Beta Ditukarkan!"
-#: src/components/modals/tabs/BetaCodesTab.tsx:313
+#: src/components/modals/tabs/BetaCodesTab.tsx:338
#: src/components/modals/utils/settingsSearchIndex.ts:741
msgid "Beta Codes"
msgstr "Kode Beta"
@@ -3083,13 +3085,13 @@ msgstr "Bio"
msgid "Bio character limit"
msgstr "Batas karakter bio"
-#: src/components/bottomsheets/DMBottomSheet.tsx:538
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:163
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:345
+#: src/components/bottomsheets/DMBottomSheet.tsx:541
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:165
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:348
#: src/components/modals/UserProfileActionsSheet.tsx:134
#: src/components/modals/UserProfileActionsSheet.tsx:298
#: src/components/modals/UserProfileModal.tsx:1062
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:190
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:211
#: src/utils/RelationshipActionUtils.tsx:143
msgid "Block"
msgstr "Blokir"
@@ -3106,7 +3108,7 @@ msgstr "Blokir pesan langsung dari anggota komunitas?"
msgid "Block for all communities"
msgstr "Blokir untuk semua komunitas"
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:161
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:163
#: src/components/modals/UserProfileActionsSheet.tsx:132
#: src/utils/RelationshipActionUtils.tsx:139
msgid "Block User"
@@ -3270,7 +3272,7 @@ msgstr "Audio Browser Diperlukan"
msgid "Browser locale ({browserLocale}): {format}"
msgstr "Lokal browser ({browserLocale}): {format}"
-#: src/components/pages/ReportPage.tsx:313
+#: src/components/pages/report/optionDescriptors.ts:85
msgid "Bulgaria"
msgstr "Bulgaria"
@@ -3313,16 +3315,16 @@ msgstr "Tombol menampilkan indikator pemuatan saat mengirim adalah benar."
msgid "Buttons with Icons"
msgstr "Tombol dengan Ikon"
-#: src/components/modals/components/plutonium/GiftSection.tsx:74
-#: src/components/modals/components/plutonium/GiftSection.tsx:83
-#: src/components/modals/components/plutonium/GiftSection.tsx:92
-#: src/components/modals/components/plutonium/PricingSection.tsx:106
-#: src/components/modals/components/plutonium/PricingSection.tsx:115
-#: src/components/modals/components/plutonium/PricingSection.tsx:124
+#: src/components/modals/components/plutonium/GiftSection.tsx:81
+#: src/components/modals/components/plutonium/GiftSection.tsx:93
+#: src/components/modals/components/plutonium/GiftSection.tsx:105
+#: src/components/modals/components/plutonium/PricingSection.tsx:121
+#: src/components/modals/components/plutonium/PricingSection.tsx:133
+#: src/components/modals/components/plutonium/PricingSection.tsx:145
msgid "Buy Gift"
msgstr "Beli Hadiah"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:114
+#: src/components/modals/components/plutonium/VisionarySection.tsx:140
msgid "Buying Visionary will cancel your current {currentAccessLabel} immediately. It is a one-time purchase with lifetime access."
msgstr "Membeli Visionary akan membatalkan {currentAccessLabel} Anda saat ini segera. Ini adalah pembelian sekali dengan akses seumur hidup."
@@ -3347,7 +3349,7 @@ msgstr "Lewati Slowmode"
msgid "Bypass Splash Screen"
msgstr "Lewati Layar Splash"
-#: src/components/channel/channel-view/DMChannelView.tsx:271
+#: src/components/channel/channel-view/DMChannelView.tsx:272
msgid "Call available"
msgstr "Panggilan tersedia"
@@ -3446,11 +3448,11 @@ msgstr "Pengaturan Kamera"
#: src/components/modals/CategoryCreateModal.tsx:79
#: src/components/modals/ChannelCreateModal.tsx:100
#: src/components/modals/ChannelDeleteModal.tsx:72
-#: src/components/modals/ClaimAccountModal.tsx:179
-#: src/components/modals/ClaimAccountModal.tsx:219
-#: src/components/modals/components/MobileSettingsView.tsx:302
+#: src/components/modals/ClaimAccountModal.tsx:181
+#: src/components/modals/ClaimAccountModal.tsx:221
+#: src/components/modals/components/MobileSettingsView.tsx:297
#: src/components/modals/components/plutonium/hooks/useCheckoutActions.tsx:110
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:328
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:371
#: src/components/modals/ConfirmModal.tsx:146
#: src/components/modals/CreateDMModal.tsx:88
#: src/components/modals/CreateFavoriteCategoryModal.tsx:74
@@ -3473,7 +3475,7 @@ msgstr "Pengaturan Kamera"
#: src/components/modals/HideOwnCameraConfirmModal.tsx:65
#: src/components/modals/IARModal.tsx:218
#: src/components/modals/ImageCropModal.tsx:981
-#: src/components/modals/InviteModal.tsx:336
+#: src/components/modals/InviteModal.tsx:333
#: src/components/modals/KickMemberModal.tsx:60
#: src/components/modals/MfaTotpDisableModal.tsx:75
#: src/components/modals/MfaTotpEnableModal.tsx:102
@@ -3498,11 +3500,11 @@ msgstr "Pengaturan Kamera"
msgid "Cancel"
msgstr "Batal"
-#: src/components/channel/dm/DMWelcomeSection.tsx:126
+#: src/components/channel/dm/DMWelcomeSection.tsx:138
#: src/components/channel/friends/FriendListItem.tsx:164
#: src/components/channel/friends/FriendListItem.tsx:166
-#: src/components/modals/UserProfileModal.tsx:1273
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:171
+#: src/components/modals/UserProfileModal.tsx:1274
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:192
msgid "Cancel Friend Request"
msgstr "Batalkan Permintaan Pertemanan"
@@ -3522,7 +3524,7 @@ msgstr "Batalkan Permintaan"
msgid "Cancel upload"
msgstr "Batalkan unggahan"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:118
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:137
msgid "Canceling"
msgstr "Membatalkan"
@@ -3566,7 +3568,7 @@ msgstr "Penjajaran Kartu"
msgid "Card alignment controls"
msgstr "Kontrol penjajaran kartu"
-#: src/components/modals/components/MobileSettingsView.tsx:123
+#: src/components/modals/components/MobileSettingsView.tsx:118
#: src/components/modals/components/SettingsModalHeader.tsx:76
msgid "Careful! You have unsaved changes."
msgstr "Hati-hati! Anda memiliki perubahan yang belum disimpan."
@@ -3576,7 +3578,7 @@ msgstr "Hati-hati! Anda memiliki perubahan yang belum disimpan."
msgid "Category"
msgstr "Kategori"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1371
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1395
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:239
msgid "Category Default"
msgstr "Kategori Default"
@@ -3594,7 +3596,7 @@ msgstr "Kategori penuh"
msgid "Category Name"
msgstr "Nama Kategori"
-#: src/components/modals/ChannelSettingsModal.tsx:105
+#: src/components/modals/ChannelSettingsModal.tsx:113
#: src/components/modals/components/DesktopChannelSettingsView.tsx:188
msgid "Category Settings"
msgstr "Pengaturan Kategori"
@@ -3625,7 +3627,7 @@ msgstr "Ubah Latar Belakang"
msgid "Change Banner"
msgstr "Ubah Banner"
-#: src/components/pages/ReportPage.tsx:752
+#: src/components/pages/report/ReportStepVerification.tsx:126
msgid "Change email"
msgstr "Ubah email"
@@ -3647,8 +3649,8 @@ msgstr "Ubah FluxerTag"
msgid "Change FluxerTag form"
msgstr "Formulir Ubah FluxerTag"
-#: src/components/bottomsheets/DMBottomSheet.tsx:433
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:133
+#: src/components/bottomsheets/DMBottomSheet.tsx:435
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:154
msgid "Change Friend Nickname"
msgstr "Ubah Nama Panggilan Teman"
@@ -3673,7 +3675,7 @@ msgid "Change My Group Nickname"
msgstr "Ubah Nama Panggilan Grup Saya"
#: src/components/modals/BaseChangeNicknameModal.tsx:82
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:238
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:240
#: src/components/modals/RenameChannelModal.tsx:58
#: src/components/modals/UserProfileActionsSheet.tsx:225
#: src/components/modals/UserProfileActionsSheet.tsx:225
@@ -3760,8 +3762,8 @@ msgstr "Wilayah suara diubah menjadi {0}."
msgid "channel"
msgstr "kanal"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:483
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:549
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:497
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:563
#: src/components/invites/InviteListItem.tsx:50
#: src/components/webhooks/WebhookListItem.tsx:240
#: src/constants/AuditLogConstants.tsx:236
@@ -3796,7 +3798,7 @@ msgid "Channel Debug"
msgstr "Debug Kanal"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:188
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:675
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:689
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:329
msgid "Channel deleted"
msgstr "Kanal dihapus"
@@ -3806,11 +3808,11 @@ msgid "Channel Deleted"
msgstr "Kanal Dihapus"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:273
-#: src/components/bottomsheets/DMBottomSheet.tsx:366
+#: src/components/bottomsheets/DMBottomSheet.tsx:368
msgid "Channel ID copied"
msgstr "ID kanal disalin"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:535
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:549
msgid "Channel ID copied to clipboard"
msgstr "ID kanal disalin ke papan klip"
@@ -3878,9 +3880,9 @@ msgstr "Rekaman Kanal"
msgid "Channel removed from favorites"
msgstr "Kanal dihapus dari favorit"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1092
-#: src/components/layout/ChannelItem.tsx:630
-#: src/components/modals/ChannelSettingsModal.tsx:105
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1116
+#: src/components/layout/ChannelItem.tsx:647
+#: src/components/modals/ChannelSettingsModal.tsx:113
#: src/components/modals/components/DesktopChannelSettingsView.tsx:188
msgid "Channel Settings"
msgstr "Pengaturan Kanal"
@@ -3947,7 +3949,7 @@ msgstr "Cek <0>Bluesky (@fluxer.app)0> kami untuk pembaruan status."
msgid "Check out my custom theme!"
msgstr "Cek tema kustomku!"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:105
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:109
msgid "Check your connection and try again."
msgstr "Periksa koneksimu dan coba lagi."
@@ -3969,8 +3971,8 @@ msgstr "Kotak centang"
msgid "Checking..."
msgstr "Memeriksa..."
-#: src/components/pages/ReportPage.tsx:270
-#: src/components/pages/ReportPage.tsx:299
+#: src/components/pages/report/optionDescriptors.ts:51
+#: src/components/pages/report/optionDescriptors.ts:74
#: src/constants/IARConstants.tsx:72
#: src/constants/IARConstants.tsx:175
msgid "Child Safety Concerns"
@@ -3984,6 +3986,10 @@ msgstr "Tionghoa (Sederhana)"
msgid "Chinese (Traditional)"
msgstr "Tionghoa (Tradisional)"
+#: src/components/pages/report/ReportBreadcrumbs.tsx:46
+msgid "Choose"
+msgstr "Pilih"
+
#: src/components/pages/OAuthAuthorizePage.tsx:898
msgid "Choose a community"
msgstr "Pilih komunitas"
@@ -4080,25 +4086,36 @@ msgstr "Pilih warna aksen profil Anda"
#: src/components/channel/barriers/BarrierComponents.tsx:109
#: src/components/channel/barriers/BarrierComponents.tsx:240
-#: src/components/layout/app-layout/nagbars/UnclaimedAccountNagbar.tsx:47
-#: src/components/modals/ClaimAccountModal.tsx:225
-#: src/components/modals/components/UnclaimedAccountAlert.tsx:34
+#: src/components/channel/dm/AddFriendForm.tsx:57
+#: src/components/layout/app-layout/nagbars/UnclaimedAccountNagbar.tsx:45
+#: src/components/modals/ClaimAccountModal.tsx:227
+#: src/components/modals/components/UnclaimedAccountAlert.tsx:32
+#: src/components/modals/GiftAcceptModal.tsx:170
#: src/components/modals/tabs/AccountSecurityTab/SecurityTab.tsx:206
+#: src/components/modals/tabs/BetaCodesTab.tsx:297
+#: src/components/modals/tabs/GiftInventoryTab.tsx:242
msgid "Claim Account"
msgstr "Klaim Akun"
-#: src/components/channel/GiftEmbed.tsx:98
-#: src/components/modals/GiftAcceptModal.tsx:154
+#: src/components/channel/GiftEmbed.tsx:109
+msgid "Claim Account to Redeem"
+msgstr "Klaim Akun untuk Menukarkan"
+
+#: src/components/channel/GiftEmbed.tsx:109
+#: src/components/modals/GiftAcceptModal.tsx:197
#: src/components/pages/GiftLoginPage.tsx:155
#: src/components/pages/GiftRegisterPage.tsx:42
msgid "Claim Gift"
msgstr "Klaim Hadiah"
-#: src/components/modals/ClaimAccountModal.tsx:141
+#: src/components/channel/dm/AddFriendForm.tsx:53
+#: src/components/modals/ClaimAccountModal.tsx:143
+#: src/components/modals/tabs/BetaCodesTab.tsx:293
+#: src/components/modals/tabs/GiftInventoryTab.tsx:238
msgid "Claim your account"
msgstr "Klaim akun Anda"
-#: src/components/modals/ClaimAccountModal.tsx:146
+#: src/components/modals/ClaimAccountModal.tsx:148
msgid "Claim your account by adding an email and password. We will send a verification code to confirm your email before finishing."
msgstr "Klaim akun Anda dengan menambahkan email dan kata sandi. Kami akan mengirim kode verifikasi untuk mengonfirmasi email Anda sebelum menyelesaikan."
@@ -4106,11 +4123,68 @@ msgstr "Klaim akun Anda dengan menambahkan email dan kata sandi. Kami akan mengi
msgid "Claim your account to access security features like two-factor authentication and passkeys."
msgstr "Klaim akun Anda untuk mengakses fitur keamanan seperti autentikasi dua faktor dan kunci sandi."
+#: src/components/channel/ChannelHeader/CallButtons.tsx:85
+#: src/components/channel/ChannelHeader/CallButtons.tsx:155
+msgid "Claim your account to call"
+msgstr "Klaim akunmu untuk menelepon"
+
#: src/components/modals/tabs/MyProfileTab/UsernameSection.tsx:49
msgid "Claim your account to change your FluxerTag"
msgstr "Klaim akun Anda untuk mengubah FluxerTag Anda"
-#: src/components/modals/GiftAcceptModal.tsx:145
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:146
+msgid "Claim your account to create applications."
+msgstr "Klaim akun Anda untuk membuat aplikasi."
+
+#: src/components/modals/tabs/BetaCodesTab.tsx:294
+msgid "Claim your account to generate beta codes."
+msgstr "Klaim akun Anda untuk menghasilkan kode beta."
+
+#: src/components/layout/ChannelItem.tsx:208
+#: src/components/layout/ChannelItem.tsx:382
+#: src/stores/voice/MediaEngineFacade.ts:537
+msgid "Claim your account to join this voice channel."
+msgstr "Klaim akunmu untuk bergabung dengan kanal suara ini."
+
+#: src/stores/voice/MediaEngineFacade.ts:170
+msgid "Claim your account to join voice channels you don't own."
+msgstr "Klaim akunmu untuk bergabung dengan kanal suara yang bukan milikmu."
+
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:55
+#: src/components/modals/components/plutonium/GiftSection.tsx:61
+#: src/components/modals/components/plutonium/PricingSection.tsx:63
+#: src/components/modals/components/plutonium/VisionarySection.tsx:62
+#: src/components/modals/components/PlutoniumContent.tsx:99
+msgid "Claim your account to purchase Fluxer Plutonium."
+msgstr "Klaim akun Anda untuk membeli Fluxer Plutonium."
+
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:112
+msgid "Claim your account to purchase or redeem Fluxer Plutonium."
+msgstr "Klaim akun Anda untuk membeli atau menukarkan Fluxer Plutonium."
+
+#: src/components/modals/tabs/GiftInventoryTab.tsx:239
+msgid "Claim your account to redeem or manage Plutonium gift codes."
+msgstr "Klaim akun Anda untuk menukarkan atau mengelola kode hadiah Plutonium."
+
+#: src/components/channel/GiftEmbed.tsx:99
+#: src/components/modals/GiftAcceptModal.tsx:154
+msgid "Claim your account to redeem this gift."
+msgstr "Klaim akun Anda untuk menukarkan hadiah ini."
+
+#: src/components/channel/dm/AddFriendForm.tsx:54
+#: src/components/channel/dm/DMWelcomeSection.tsx:109
+#: src/components/modals/UserProfileModal.tsx:1289
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:65
+msgid "Claim your account to send friend requests."
+msgstr "Klaim akun Anda untuk mengirim permintaan pertemanan."
+
+#: src/components/channel/ChannelHeader/CallButtons.tsx:54
+#: src/components/channel/ChannelHeader/CallButtons.tsx:124
+#: src/stores/voice/MediaEngineFacade.ts:179
+msgid "Claim your account to start or join 1:1 calls."
+msgstr "Klaim akunmu untuk memulai atau bergabung dalam panggilan 1:1."
+
+#: src/components/modals/GiftAcceptModal.tsx:188
msgid "Claim your gift to activate your premium subscription!"
msgstr "Klaim hadiah Anda untuk mengaktifkan langganan premium Anda!"
@@ -4164,8 +4238,8 @@ msgstr "Hapus Izin"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:420
#: src/components/channel/MessageSearchBar/MessageSearchBar.tsx:1424
-#: src/components/channel/shared/PickerSearchInput.tsx:195
-#: src/components/channel/shared/PickerSearchInput.tsx:212
+#: src/components/channel/shared/PickerSearchInput.tsx:194
+#: src/components/channel/shared/PickerSearchInput.tsx:211
#: src/components/modals/components/SettingsSearch.tsx:108
msgid "Clear search"
msgstr "Hapus pencarian"
@@ -4200,11 +4274,11 @@ msgstr "Deskripsi stiker telah dihapus."
msgid "Cleared the topic."
msgstr "Topik telah dihapus."
-#: src/components/modals/components/MobileSettingsView.tsx:297
+#: src/components/modals/components/MobileSettingsView.tsx:292
msgid "Clearing subscriptions ensures the gateway stops sending messages to this installation."
msgstr "Menghapus langganan memastikan gateway berhenti mengirim pesan ke instalasi ini."
-#: src/components/modals/tabs/BetaCodesTab.tsx:366
+#: src/components/modals/tabs/BetaCodesTab.tsx:391
msgid "Click \"Create Code\" to generate your first code."
msgstr "Klik \"Buat Kode\" untuk menghasilkan kode pertama Anda."
@@ -4240,13 +4314,13 @@ msgstr "Klik untuk menambahkan catatan"
msgid "Click to check and uncheck. Available in square and round styles."
msgstr "Klik untuk mencentang dan menghapus centang. Tersedia dalam gaya persegi dan bulat."
-#: src/components/channel/GiftEmbed.tsx:90
+#: src/components/channel/GiftEmbed.tsx:100
msgid "Click to claim your gift!"
msgstr "Klik untuk klaim hadiah Anda!"
#: src/components/invites/InviteListItem.tsx:184
#: src/components/modals/components/ClientInfo.tsx:76
-#: src/components/modals/tabs/BetaCodesTab.tsx:172
+#: src/components/modals/tabs/BetaCodesTab.tsx:174
msgid "Click to copy"
msgstr "Klik untuk menyalin"
@@ -4328,12 +4402,12 @@ msgid "Close"
msgstr "Tutup"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:341
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:600
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:602
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1239
-#: src/components/bottomsheets/DMBottomSheet.tsx:302
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:614
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:616
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1263
#: src/components/bottomsheets/DMBottomSheet.tsx:304
-#: src/components/bottomsheets/DMBottomSheet.tsx:557
+#: src/components/bottomsheets/DMBottomSheet.tsx:306
+#: src/components/bottomsheets/DMBottomSheet.tsx:560
#: src/components/channel/dm/DMList.tsx:292
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:82
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:84
@@ -4358,7 +4432,8 @@ msgstr "Tema Batu Bara"
#: src/components/invites/InviteListItem.tsx:54
#: src/components/modals/MfaTotpDisableModal.tsx:64
#: src/components/modals/MfaTotpEnableModal.tsx:91
-#: src/components/modals/tabs/BetaCodesTab.tsx:51
+#: src/components/modals/tabs/BetaCodesTab.tsx:53
+#: src/components/pages/report/ReportBreadcrumbs.tsx:48
msgid "Code"
msgstr "Kode"
@@ -4370,7 +4445,8 @@ msgstr "Kode & Monospace"
msgid "Code Blocks"
msgstr "Blok Kode"
-#: src/components/modals/ClaimAccountModal.tsx:123
+#: src/components/modals/ClaimAccountModal.tsx:125
+#: src/components/pages/ReportPage.tsx:231
msgid "Code resent"
msgstr "Kode dikirim ulang"
@@ -4379,8 +4455,8 @@ msgid "Code sent"
msgstr "Kode terkirim"
#: src/components/invites/InviteListItem.tsx:180
-#: src/components/modals/tabs/BetaCodesTab.tsx:104
-#: src/components/modals/tabs/BetaCodesTab.tsx:168
+#: src/components/modals/tabs/BetaCodesTab.tsx:106
+#: src/components/modals/tabs/BetaCodesTab.tsx:170
msgid "Code:"
msgstr "Kode:"
@@ -4472,7 +4548,7 @@ msgstr "Komunitas Dibisukan"
msgid "Community Debug"
msgstr "Debug Komunitas"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1371
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1395
#: src/components/uikit/ContextMenu/items/CategoryMenuItems.tsx:221
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:239
msgid "Community Default"
@@ -4542,8 +4618,8 @@ msgstr "Pengaturan Notifikasi Komunitas"
msgid "Community organizes raids or harassment campaigns"
msgstr "Komunitas mengorganisir serangan atau kampanye pelecehan"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:237
-#: src/components/channel/MemberListItem.tsx:102
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:238
+#: src/components/channel/MemberListItem.tsx:109
#: src/components/modals/guildTabs/GuildMembersTab.tsx:145
#: src/components/modals/guildTabs/GuildMembersTab.tsx:197
msgid "Community Owner"
@@ -4567,14 +4643,14 @@ msgstr "Komunitas mempromosikan atau memfasilitasi kegiatan ilegal"
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:172
#: src/components/modals/components/DesktopGuildSettingsView.tsx:204
-#: src/components/modals/GuildSettingsModal.tsx:168
+#: src/components/modals/GuildSettingsModal.tsx:173
#: src/components/popouts/GuildHeaderPopout.tsx:187
#: src/components/uikit/ContextMenu/items/GuildMenuItems.tsx:360
msgid "Community Settings"
msgstr "Pengaturan Komunitas"
-#: src/components/layout/GuildLayout.tsx:301
-#: src/components/layout/GuildLayout.tsx:348
+#: src/components/layout/GuildLayout.tsx:306
+#: src/components/layout/GuildLayout.tsx:353
msgid "Community temporarily unavailable"
msgstr "Komunitas sementara tidak tersedia"
@@ -4782,8 +4858,8 @@ msgstr "Tersambung ke Suara"
msgid "Connecting..."
msgstr "Menyambungkan..."
-#: src/components/channel/channel-view/DMChannelView.tsx:273
-#: src/components/channel/channel-view/DMChannelView.tsx:323
+#: src/components/channel/channel-view/DMChannelView.tsx:274
+#: src/components/channel/channel-view/DMChannelView.tsx:324
#: src/components/voice/CompactVoiceCallView.tsx:55
msgid "Connecting…"
msgstr "Menyambungkan…"
@@ -4979,7 +5055,7 @@ msgstr "Kontrol status aktivitas Anda"
#: src/components/modals/shared/CopyLinkSection.tsx:61
#: src/components/modals/tabs/ApplicationsTab/application-detail/ApplicationHeader.tsx:68
-#: src/components/modals/tabs/GiftInventoryTab.tsx:143
+#: src/components/modals/tabs/GiftInventoryTab.tsx:144
msgid "Copied"
msgstr "Disalin"
@@ -5001,7 +5077,7 @@ msgstr "Disalin!"
#: src/components/modals/BackupCodesModal.tsx:82
#: src/components/modals/shared/CopyLinkSection.tsx:61
#: src/components/modals/tabs/ApplicationsTab/application-detail/OAuthBuilderSection.tsx:142
-#: src/components/modals/tabs/GiftInventoryTab.tsx:143
+#: src/components/modals/tabs/GiftInventoryTab.tsx:144
msgid "Copy"
msgstr "Salin"
@@ -5017,7 +5093,7 @@ msgstr "Salin Audio"
msgid "Copy authorize URL"
msgstr "Salin URL otorisasi"
-#: src/components/modals/tabs/BetaCodesTab.tsx:178
+#: src/components/modals/tabs/BetaCodesTab.tsx:180
msgid "Copy beta code"
msgstr "Salin kode beta"
@@ -5028,8 +5104,8 @@ msgstr "Salin ID Kategori"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:320
#: src/components/bottomsheets/ChannelBottomSheet.tsx:347
#: src/components/bottomsheets/ChannelBottomSheet.tsx:433
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1293
-#: src/components/bottomsheets/DMBottomSheet.tsx:577
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1317
+#: src/components/bottomsheets/DMBottomSheet.tsx:580
#: src/components/channel/dm/DMList.tsx:271
#: src/components/channel/dm/DMList.tsx:298
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:362
@@ -5090,7 +5166,7 @@ msgstr "Salin Gambar"
msgid "Copy invite link"
msgstr "Salin tautan undangan"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1154
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1178
#: src/components/modals/tabs/ComponentGalleryTab/ButtonsTab.tsx:182
#: src/components/modals/tabs/ComponentGalleryTab/index.tsx:100
#: src/components/modals/tabs/ComponentGalleryTab/Inline.tsx:95
@@ -5131,15 +5207,15 @@ msgstr "Salin ID Stiker"
msgid "Copy Text"
msgstr "Salin Teks"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1285
-#: src/components/bottomsheets/DMBottomSheet.tsx:570
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1309
+#: src/components/bottomsheets/DMBottomSheet.tsx:573
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:370
#: src/components/modals/guildTabs/BannedUserActionsSheet.tsx:74
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:358
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:361
#: src/components/modals/tabs/BlockedUsersTab.tsx:107
#: src/components/modals/UserProfileActionsSheet.tsx:213
#: src/components/modals/UserProfileModal.tsx:1130
-#: src/components/popouts/UserAreaPopout.tsx:507
+#: src/components/popouts/UserAreaPopout.tsx:509
#: src/components/profile/ProfileCard/ProfileCardActions.tsx:60
#: src/components/uikit/ContextMenu/items/CopyMenuItems.tsx:42
msgid "Copy User ID"
@@ -5175,7 +5251,7 @@ msgstr "Timer Hitung Mundur"
msgid "Country"
msgstr "Negara"
-#: src/components/pages/ReportPage.tsx:928
+#: src/components/pages/report/ReportStepDetails.tsx:205
msgid "Country of Residence"
msgstr "Negara Tempat Tinggal"
@@ -5207,7 +5283,7 @@ msgid "Create a new community or join an existing one."
msgstr "Buat komunitas baru atau bergabung dengan yang sudah ada."
#. placeholder {0}: recipient.username
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:905
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:937
msgid "Create a new group with {0}"
msgstr "Buat grup baru dengan {0}"
@@ -5239,7 +5315,7 @@ msgstr "Buat akun"
msgid "Create an account to claim your gift"
msgstr "Buat akun untuk klaim hadiah Anda"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:138
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:142
msgid "Create and manage applications and bots for your account."
msgstr "Buat dan kelola aplikasi dan bot untuk akun Anda."
@@ -5248,7 +5324,8 @@ msgid "Create and share custom emoji and sticker packs with Fluxer Plutonium."
msgstr "Buat dan bagikan emoji kustom dan paket stiker dengan Fluxer Plutonium."
#: src/components/modals/tabs/ApplicationsTab/ApplicationCreateModal.tsx:87
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:142
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:149
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:155
msgid "Create Application"
msgstr "Buat Aplikasi"
@@ -5267,7 +5344,7 @@ msgid "Create Category"
msgstr "Buat Kategori"
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:180
-#: src/components/layout/ChannelItem.tsx:607
+#: src/components/layout/ChannelItem.tsx:624
#: src/components/modals/ChannelCreateModal.tsx:58
#: src/components/modals/ChannelCreateModal.tsx:103
#: src/components/popouts/GuildHeaderPopout.tsx:194
@@ -5276,8 +5353,8 @@ msgstr "Buat Kategori"
msgid "Create Channel"
msgstr "Buat Kanal"
-#: src/components/modals/tabs/BetaCodesTab.tsx:326
-#: src/components/modals/tabs/BetaCodesTab.tsx:369
+#: src/components/modals/tabs/BetaCodesTab.tsx:351
+#: src/components/modals/tabs/BetaCodesTab.tsx:394
msgid "Create Code"
msgstr "Buat Kode"
@@ -5329,7 +5406,7 @@ msgstr "Buat akun baru"
msgid "Create new group"
msgstr "Buat grup baru"
-#: src/components/modals/InviteModal.tsx:339
+#: src/components/modals/InviteModal.tsx:336
msgid "Create New Link"
msgstr "Buat Tautan Baru"
@@ -5373,7 +5450,7 @@ msgid "Create, edit, or delete webhooks."
msgstr "Buat, edit, atau hapus webhook."
#: src/components/invites/InviteListItem.tsx:59
-#: src/components/modals/tabs/BetaCodesTab.tsx:57
+#: src/components/modals/tabs/BetaCodesTab.tsx:59
msgid "Created"
msgstr "Dibuat"
@@ -5390,7 +5467,7 @@ msgstr "Dibuat {createdAt}"
#. placeholder {0}: invite.pack.creator.username
#. placeholder {0}: pack.creator.username
#: src/components/auth/InviteHeader.tsx:158
-#: src/components/channel/InviteEmbed.tsx:218
+#: src/components/channel/InviteEmbed.tsx:220
#: src/components/modals/InviteAcceptModal.tsx:152
msgid "Created by {0}"
msgstr "Dibuat oleh {0}"
@@ -5427,8 +5504,8 @@ msgid "Created with name {newLabel}."
msgstr "Dibuat dengan nama {newLabel}."
#: src/components/invites/InviteListItem.tsx:207
-#: src/components/modals/tabs/BetaCodesTab.tsx:135
-#: src/components/modals/tabs/BetaCodesTab.tsx:212
+#: src/components/modals/tabs/BetaCodesTab.tsx:137
+#: src/components/modals/tabs/BetaCodesTab.tsx:214
msgid "Created:"
msgstr "Dibuat:"
@@ -5440,7 +5517,7 @@ msgstr "Creative Minds Collective"
msgid "Creative Writing Club"
msgstr "Creative Writing Club"
-#: src/components/pages/ReportPage.tsx:314
+#: src/components/pages/report/optionDescriptors.ts:86
msgid "Croatia"
msgstr "Kroasia"
@@ -5519,8 +5596,8 @@ msgid "Currently stuck in 1885, appearing offline"
msgstr "Saat ini terjebak di 1885, tampak offline"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:461
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1023
-#: src/components/bottomsheets/DMBottomSheet.tsx:605
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1047
+#: src/components/bottomsheets/DMBottomSheet.tsx:608
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:305
msgid "Currently: {mutedText}"
msgstr "Saat ini: {mutedText}"
@@ -5665,7 +5742,7 @@ msgstr "Menyesuaikan avatar, banner, warna aksen, dan bio untuk komunitas indivi
msgid "Cut"
msgstr "Potong"
-#: src/components/pages/ReportPage.tsx:315
+#: src/components/pages/report/optionDescriptors.ts:87
msgid "Cyprus"
msgstr "Siprus"
@@ -5673,7 +5750,7 @@ msgstr "Siprus"
msgid "Czech"
msgstr "Ceko"
-#: src/components/pages/ReportPage.tsx:316
+#: src/components/pages/report/optionDescriptors.ts:88
msgid "Czech Republic"
msgstr "Republik Ceko"
@@ -5746,9 +5823,9 @@ msgstr "Format Tanggal"
#: src/components/auth/AuthMinimalRegisterFormCore.tsx:93
#: src/components/auth/AuthRegisterFormCore.tsx:139
-#: src/components/auth/DateOfBirthField.tsx:90
-#: src/components/auth/DateOfBirthField.tsx:124
-#: src/components/auth/DateOfBirthField.tsx:292
+#: src/components/auth/DateOfBirthField.tsx:87
+#: src/components/auth/DateOfBirthField.tsx:121
+#: src/components/auth/DateOfBirthField.tsx:289
#: src/components/auth/MockMinimalRegisterForm.tsx:107
msgid "Date of birth"
msgstr "Tanggal lahir"
@@ -5757,8 +5834,7 @@ msgstr "Tanggal lahir"
msgid "Date Options"
msgstr "Opsi Tanggal"
-#: src/components/auth/DateOfBirthField.tsx:88
-#: src/components/auth/DateOfBirthField.tsx:155
+#: src/components/auth/DateOfBirthField.tsx:152
#: src/components/auth/MockMinimalRegisterForm.tsx:73
msgid "Day"
msgstr "Hari"
@@ -5817,11 +5893,11 @@ msgstr "Cabut Otorisasi"
msgid "Deauthorize Application"
msgstr "Cabut Otorisasi Aplikasi"
-#: src/components/modals/components/MobileSettingsView.tsx:369
+#: src/components/modals/components/MobileSettingsView.tsx:364
msgid "Debug"
msgstr "Debug"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1267
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1291
#: src/components/uikit/ContextMenu/items/DebugMenuItems.tsx:71
msgid "Debug Channel"
msgstr "Debug Kanal"
@@ -5844,7 +5920,7 @@ msgstr "Debug Anggota"
msgid "Debug Message"
msgstr "Debug Pesan"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1275
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1299
#: src/components/uikit/ContextMenu/items/DebugMenuItems.tsx:53
msgid "Debug User"
msgstr "Debug Pengguna"
@@ -5905,8 +5981,8 @@ msgstr "Default mati di ponsel untuk menghemat daya baterai dan penggunaan data.
#: src/actions/MessageActionCreators.tsx:394
#: src/components/channel/embeds/media/EmbedAudio.tsx:227
#: src/components/channel/embeds/media/MediaContainer.tsx:115
-#: src/components/channel/Messages.tsx:444
-#: src/components/channel/Messages.tsx:524
+#: src/components/channel/Messages.tsx:442
+#: src/components/channel/Messages.tsx:522
#: src/components/channel/MobileMemesPicker.tsx:546
#: src/components/channel/pickers/memes/MemeGridItem.tsx:120
#: src/components/emojis/EmojiListItem.tsx:189
@@ -5923,7 +5999,7 @@ msgstr "Default mati di ponsel untuk menghemat daya baterai dan penggunaan data.
msgid "Delete"
msgstr "Hapus"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:666
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:680
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:320
msgid "Delete {channelType}"
msgstr "Hapus {channelType}"
@@ -5987,8 +6063,8 @@ msgstr "Hapus Kategori"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:179
#: src/components/bottomsheets/ChannelBottomSheet.tsx:181
#: src/components/bottomsheets/ChannelBottomSheet.tsx:421
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:668
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1224
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:682
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1248
#: src/components/modals/components/DesktopChannelSettingsView.tsx:176
#: src/components/modals/components/MobileChannelSettingsView.tsx:85
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:322
@@ -6021,8 +6097,8 @@ msgstr "Hapus media"
#: src/components/channel/MessageActionBar.tsx:804
#: src/components/channel/messageActionMenu.tsx:156
#: src/components/channel/messageActionMenu.tsx:193
-#: src/components/channel/Messages.tsx:441
-#: src/components/channel/Messages.tsx:521
+#: src/components/channel/Messages.tsx:439
+#: src/components/channel/Messages.tsx:519
#: src/components/uikit/ContextMenu/items/MessageMenuItems.tsx:273
msgid "Delete Message"
msgstr "Hapus Pesan"
@@ -6114,7 +6190,7 @@ msgstr "Ditolak {0} dan hapus penolakan untuk {1}."
msgid "Denied {0}."
msgstr "Ditolak {0}."
-#: src/components/pages/ReportPage.tsx:317
+#: src/components/pages/report/optionDescriptors.ts:89
msgid "Denmark"
msgstr "Denmark"
@@ -6143,7 +6219,7 @@ msgstr "Jelaskan stikernya"
msgid "Describe what expressions are inside this pack."
msgstr "Jelaskan ekspresi apa yang ada dalam paket ini."
-#: src/components/pages/ReportPage.tsx:946
+#: src/components/pages/report/ReportStepDetails.tsx:225
msgid "Describe what makes the content illegal"
msgstr "Jelaskan apa yang membuat konten tersebut ilegal"
@@ -6205,6 +6281,10 @@ msgstr "Banner Terlepas"
msgid "details"
msgstr "detail"
+#: src/components/pages/report/ReportBreadcrumbs.tsx:49
+msgid "Details"
+msgstr "Detail"
+
#: src/components/modals/AddGuildModal.tsx:150
msgid "Dev Den"
msgstr "Dev Den"
@@ -6274,7 +6354,7 @@ msgstr "Ukuran & Jumlah Anggota Berbeda"
msgid "Direct message"
msgstr "pesan langsung"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:477
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:491
#: src/components/modals/shared/RecipientList.tsx:200
msgid "Direct Message"
msgstr "Pesan Langsung"
@@ -6516,8 +6596,8 @@ msgstr "Diskusi atau promosi aktivitas ilegal"
#: src/components/layout/app-layout/nagbars/PremiumGracePeriodNagbar.tsx:79
#: src/components/layout/app-layout/nagbars/PremiumOnboardingNagbar.tsx:57
#: src/components/layout/GuildLayout.tsx:106
-#: src/components/modals/GiftAcceptModal.tsx:98
-#: src/components/modals/GiftAcceptModal.tsx:124
+#: src/components/modals/GiftAcceptModal.tsx:105
+#: src/components/modals/GiftAcceptModal.tsx:131
#: src/components/modals/RequiredActionModal.tsx:475
msgid "Dismiss"
msgstr "Tutup"
@@ -6562,8 +6642,8 @@ msgstr "Tampilkan anggota peran secara terpisah."
msgid "Display separator lines between different groups of messages for better visual distinction."
msgstr "Tampilkan garis pemisah antara grup pesan yang berbeda untuk pembedaan visual yang lebih baik."
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:613
-#: src/components/bottomsheets/DMBottomSheet.tsx:315
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:627
+#: src/components/bottomsheets/DMBottomSheet.tsx:317
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:97
#: src/components/uikit/ContextMenu/UserContextMenu.tsx:168
msgid "DM closed"
@@ -6581,7 +6661,7 @@ msgstr "Pratinjau Pesan DM"
msgid "DM Notifications"
msgstr "Notifikasi DM"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1092
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1116
msgid "DM Settings"
msgstr "Pengaturan DM"
@@ -6662,6 +6742,7 @@ msgstr "Jangan tampilkan indikator pengetikan di daftar kanal"
#: src/components/keybinds/KeybindRecorder.tsx:220
#: src/components/modals/GuildNotificationSettingsModal.tsx:347
#: src/components/modals/GuildPrivacySettingsModal.tsx:68
+#: src/components/pages/report/ReportBreadcrumbs.tsx:50
#: src/components/search/HasFilterSheet.tsx:124
#: src/components/search/UserFilterSheet.tsx:149
msgid "Done"
@@ -6843,13 +6924,13 @@ msgstr "Edit Lampiran"
msgid "Edit attachment form"
msgstr "Formulir edit lampiran"
-#: src/components/layout/ChannelItem.tsx:630
+#: src/components/layout/ChannelItem.tsx:647
#: src/components/uikit/ContextMenu/items/CategoryMenuItems.tsx:299
msgid "Edit Category"
msgstr "Edit Kategori"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:416
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1218
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1242
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:300
msgid "Edit Channel"
msgstr "Edit Kanal"
@@ -6869,8 +6950,8 @@ msgid "Edit global settings like name, description, and icon."
msgstr "Edit pengaturan global seperti nama, deskripsi, dan ikon."
#: src/components/bottomsheets/ChannelBottomSheet.tsx:284
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1178
-#: src/components/bottomsheets/DMBottomSheet.tsx:461
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1202
+#: src/components/bottomsheets/DMBottomSheet.tsx:463
#: src/components/channel/dm/DMList.tsx:237
#: src/components/channel/dm/GroupDMWelcomeSection.tsx:74
#: src/components/modals/EditGroupBottomSheet.tsx:177
@@ -6883,7 +6964,7 @@ msgstr "Edit Grup"
msgid "Edit group form"
msgstr "Formulir edit grup"
-#: src/components/modals/InviteModal.tsx:327
+#: src/components/modals/InviteModal.tsx:324
msgid "Edit invite link"
msgstr "Edit tautan undangan"
@@ -6910,10 +6991,10 @@ msgstr "Edit Catatan"
msgid "Edit overwrites for roles and members in this channel."
msgstr "Edit penimpaan untuk peran dan anggota di kanal ini."
-#: src/components/modals/UserProfileMobileSheet.tsx:486
-#: src/components/modals/UserProfileModal.tsx:1205
+#: src/components/modals/UserProfileMobileSheet.tsx:490
+#: src/components/modals/UserProfileModal.tsx:1206
#: src/components/pages/YouPage.tsx:123
-#: src/components/popouts/UserAreaPopout.tsx:519
+#: src/components/popouts/UserAreaPopout.tsx:521
#: src/components/popouts/UserProfilePopout.tsx:299
msgid "Edit Profile"
msgstr "Edit Profil"
@@ -6966,19 +7047,20 @@ msgstr "Mengedit pesan terjadwal"
#: src/components/auth/AuthLoginCore/AuthLoginEmailPasswordForm.tsx:78
#: src/components/auth/AuthRegisterFormCore.tsx:133
#: src/components/auth/AuthRegisterFormCore.tsx:159
-#: src/components/modals/ClaimAccountModal.tsx:157
+#: src/components/modals/ClaimAccountModal.tsx:159
#: src/components/modals/RequiredActionModal.tsx:185
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:210
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:241
#: src/components/modals/utils/settingsSearchIndex.ts:94
#: src/components/pages/ForgotPasswordPage.tsx:97
+#: src/components/pages/report/ReportBreadcrumbs.tsx:47
msgid "Email"
msgstr "Email"
#: src/components/modals/tabs/AccountSecurityTab/AccountTab.tsx:65
#: src/components/modals/tabs/AccountSecurityTab/AccountTab.tsx:91
#: src/components/modals/tabs/ComponentGalleryTab/InputsTab.tsx:107
-#: src/components/pages/ReportPage.tsx:662
+#: src/components/pages/report/ReportStepEmail.tsx:76
msgid "Email Address"
msgstr "Alamat Email"
@@ -7019,10 +7101,6 @@ msgstr "Verifikasi email diperlukan"
msgid "Email Verification Required"
msgstr "Verifikasi Email Diperlukan"
-#: src/components/pages/ReportPage.tsx:809
-msgid "Email verified"
-msgstr "Email terverifikasi"
-
#: src/components/modals/tabs/DeveloperOptionsTab/AccountPremiumTab.tsx:56
msgid "Email Verified Override"
msgstr "Penggantian Email Terverifikasi"
@@ -7108,7 +7186,7 @@ msgid "Emoji names must be at least 2 characters long and can only contain alpha
msgstr "Nama emoji harus setidaknya 2 karakter dan hanya boleh berisi karakter alfanumerik dan garis bawah. Jenis file yang diizinkan: JPEG, PNG, WebP, GIF. Kami mengompresi gambar menjadi 128x128 piksel. Ukuran maksimum: {0} KB per emoji."
#: src/components/auth/InviteHeader.tsx:140
-#: src/components/channel/InviteEmbed.tsx:197
+#: src/components/channel/InviteEmbed.tsx:199
#: src/components/modals/InviteAcceptModal.tsx:142
#: src/components/modals/tabs/ExpressionPacksTab.tsx:70
msgid "Emoji pack"
@@ -7140,7 +7218,7 @@ msgstr "Emoji Diperbarui"
#: src/components/channel/AutocompleteEmoji.tsx:67
#: src/components/channel/textarea/TextareaButtons.tsx:150
-#: src/components/modals/ExpressionPickerSheet.tsx:106
+#: src/components/modals/ExpressionPickerSheet.tsx:93
#: src/components/popouts/ExpressionPickerPopout.tsx:95
msgid "Emojis"
msgstr "Emoji"
@@ -7343,11 +7421,11 @@ msgstr "Inggris"
msgid "English (US)"
msgstr "Inggris (AS)"
-#: src/components/pages/ReportPage.tsx:429
+#: src/components/pages/ReportPage.tsx:254
msgid "Enter a code in the format ABCD-1234."
msgstr "Masukkan kode dalam format ABCD-1234."
-#: src/components/modals/tabs/GiftInventoryTab.tsx:235
+#: src/components/modals/tabs/GiftInventoryTab.tsx:258
msgid "Enter a gift code to redeem Plutonium for your account."
msgstr "Masukkan kode hadiah untuk menukarkan Plutonium untuk akun Anda."
@@ -7371,7 +7449,7 @@ msgstr "Masukkan Kode"
msgid "Enter fullscreen"
msgstr "Masuk ke layar penuh"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:255
+#: src/components/modals/tabs/GiftInventoryTab.tsx:278
msgid "Enter gift code..."
msgstr "Masukkan kode hadiah..."
@@ -7414,7 +7492,7 @@ msgstr "Masukkan kode 6 digit yang dikirim ke telepon Anda."
msgid "Enter the API endpoint of the Fluxer instance you want to connect to."
msgstr "Masukkan endpoint API dari instance Fluxer yang ingin Anda sambungkan."
-#: src/components/pages/ReportPage.tsx:424
+#: src/components/pages/ReportPage.tsx:249
msgid "Enter the code before continuing."
msgstr "Masukkan kode sebelum melanjutkan."
@@ -7430,7 +7508,7 @@ msgstr "Masukkan kode yang dikirim ke email Anda saat ini."
msgid "Enter the code we emailed to your new address."
msgstr "Masukkan kode yang kami kirim via email ke alamat baru Anda."
-#: src/components/modals/ClaimAccountModal.tsx:190
+#: src/components/modals/ClaimAccountModal.tsx:192
msgid "Enter the code we sent to your email to verify it. Your password will be set once the code is confirmed."
msgstr "Masukkan kode yang kami kirim ke email Anda untuk memverifikasinya. Kata sandi Anda akan diatur setelah kode dikonfirmasi."
@@ -7454,13 +7532,9 @@ msgstr "tekan enter untuk <0><1>simpan1>0>"
msgid "Enter username"
msgstr "Masukkan nama pengguna"
-#: src/components/pages/ReportPage.tsx:701
-msgid "Enter Verification Code"
-msgstr "Masukkan Kode Verifikasi"
-
-#: src/components/pages/ReportPage.tsx:638
-msgid "Enter Your Email"
-msgstr "Masukkan Email Anda"
+#: src/components/pages/report/ReportStepVerification.tsx:64
+msgid "Enter verification code"
+msgstr "Masukkan kode verifikasi"
#: src/components/pages/ForgotPasswordPage.tsx:87
msgid "Enter your email address and we'll send you a link to reset your password."
@@ -7500,7 +7574,7 @@ msgid "Entrance sound uploaded successfully"
msgstr "Suara masuk berhasil diunggah"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:297
-#: src/components/channel/ChannelSearchResults.tsx:691
+#: src/components/channel/ChannelSearchResults.tsx:660
#: src/components/modals/tabs/ComponentGalleryTab/OverlaysTab.tsx:88
msgid "Error"
msgstr "Kesalahan"
@@ -7522,7 +7596,7 @@ msgstr "Tombol escape keluar dari mode keyboard"
msgid "escape to <0><1>cancel1>0>"
msgstr "tekan escape untuk <0><1>batalkan1>0>"
-#: src/components/pages/ReportPage.tsx:318
+#: src/components/pages/report/optionDescriptors.ts:90
msgid "Estonia"
msgstr "Estonia"
@@ -7561,7 +7635,7 @@ msgstr "kecualikan tautan, sematan, atau file"
msgid "exclude user"
msgstr "kecualikan pengguna"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:95
+#: src/components/modals/components/plutonium/VisionarySection.tsx:104
msgid "Exclusive community"
msgstr "Komunitas eksklusif"
@@ -7593,12 +7667,12 @@ msgstr "Perluas Kategori"
msgid "Expiration"
msgstr "Kedaluwarsa"
-#: src/components/modals/InviteModal.tsx:281
+#: src/components/modals/InviteModal.tsx:278
msgid "Expire after"
msgstr "Kedaluwarsa setelah"
#: src/components/accounts/AccountRow.tsx:162
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:114
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:133
#: src/components/modals/GroupInvitesBottomSheet.tsx:104
msgid "Expired"
msgstr "Kedaluwarsa"
@@ -7675,7 +7749,7 @@ msgstr "Paket Ekspresi"
msgid "Expression Packs are a Plutonium feature"
msgstr "Paket Ekspresi adalah fitur Plutonium"
-#: src/components/modals/ExpressionPickerSheet.tsx:232
+#: src/components/modals/ExpressionPickerSheet.tsx:219
#: src/components/popouts/ExpressionPickerPopout.tsx:193
msgid "Expression picker categories"
msgstr "kategori pemilih ekspresi"
@@ -7700,7 +7774,7 @@ msgstr "Tautan eksternal bisa berbahaya. Harap berhati-hati."
msgid "Extra Large"
msgstr "Ekstra Besar"
-#: src/components/pages/ReportPage.tsx:297
+#: src/components/pages/report/optionDescriptors.ts:72
#: src/constants/IARConstants.tsx:165
msgid "Extremist Community"
msgstr "Komunitas Ekstremis"
@@ -7749,7 +7823,7 @@ msgstr "Gagal menyalin tautan undangan"
msgid "Failed to copy to clipboard"
msgstr "Gagal menyalin ke papan klip"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:79
+#: src/components/modals/tabs/GiftInventoryTab.tsx:80
msgid "Failed to copy URL"
msgstr "Gagal menyalin URL"
@@ -7794,7 +7868,7 @@ msgid "Failed to delete category"
msgstr "Gagal menghapus kategori"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:194
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:681
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:695
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:335
msgid "Failed to delete channel"
msgstr "Gagal menghapus kanal"
@@ -7868,7 +7942,7 @@ msgstr "Gagal memuat larangan. Harap coba lagi."
msgid "Failed to load emojis"
msgstr "Gagal memuat emoji"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:296
+#: src/components/modals/tabs/GiftInventoryTab.tsx:319
msgid "Failed to load gift inventory"
msgstr "Gagal memuat inventaris hadiah"
@@ -7894,8 +7968,8 @@ msgstr "Gagal memuat stiker"
msgid "Failed to load vanity URL. Please try again."
msgstr "Gagal memuat URL vanity. Harap coba lagi."
-#: src/components/modals/components/PlutoniumContent.tsx:146
-#: src/components/modals/components/PlutoniumContent.tsx:272
+#: src/components/modals/components/PlutoniumContent.tsx:157
+#: src/components/modals/components/PlutoniumContent.tsx:289
msgid "Failed to load Visionary information. Please try again later."
msgstr "Gagal memuat informasi Visionary. Harap coba lagi nanti."
@@ -7916,19 +7990,19 @@ msgstr "Gagal memuat komunitas Anda."
msgid "Failed to open customer portal. Please try again."
msgstr "Gagal membuka portal pelanggan. Harap coba lagi."
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:572
-#: src/components/bottomsheets/DMBottomSheet.tsx:153
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:586
+#: src/components/bottomsheets/DMBottomSheet.tsx:155
#: src/components/channel/dm/DMList.tsx:216
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:121
msgid "Failed to pin DM"
msgstr "Gagal menyematkan DM"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:572
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:586
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:101
msgid "Failed to pin group"
msgstr "Gagal menyematkan grup"
-#: src/components/bottomsheets/DMBottomSheet.tsx:153
+#: src/components/bottomsheets/DMBottomSheet.tsx:155
msgid "Failed to pin group DM"
msgstr "Gagal untuk menandai DM grup"
@@ -7957,7 +8031,7 @@ msgstr "Gagal menghubungi instance ({status})"
msgid "Failed to reactivate subscription. Please try again."
msgstr "Gagal mengaktifkan kembali langganan. Harap coba lagi."
-#: src/components/modals/tabs/GiftInventoryTab.tsx:94
+#: src/components/modals/tabs/GiftInventoryTab.tsx:95
msgid "Failed to redeem gift"
msgstr "Gagal menukarkan hadiah"
@@ -7998,6 +8072,10 @@ msgstr "Gagal menghapus dari grup"
msgid "Failed to remove timeout. Please try again."
msgstr "Gagal menghapus timeout. Silakan coba lagi."
+#: src/components/pages/ReportPage.tsx:236
+msgid "Failed to resend code. Please try again."
+msgstr "Gagal mengirim ulang kode. Silakan coba lagi."
+
#: src/components/modals/guildTabs/GuildRolesTab.tsx:674
msgid "Failed to reset hoist order"
msgstr "Gagal mengatur ulang urutan hoist"
@@ -8018,7 +8096,7 @@ msgstr "Gagal memutar. Silakan coba lagi."
msgid "Failed to send friend request. Please try again."
msgstr "Gagal mengirim permintaan pertemanan. Silakan coba lagi."
-#: src/components/bottomsheets/DMBottomSheet.tsx:262
+#: src/components/bottomsheets/DMBottomSheet.tsx:264
#: src/components/modals/InviteModal.tsx:176
#: src/components/uikit/ContextMenu/items/InviteMenuItems.tsx:111
msgid "Failed to send invite"
@@ -8037,7 +8115,7 @@ msgstr "Gagal mengirim kode SMS. Silakan coba lagi."
msgid "Failed to send theme"
msgstr "Gagal mengirim tema"
-#: src/components/pages/ReportPage.tsx:412
+#: src/components/pages/ReportPage.tsx:234
msgid "Failed to send verification code. Please try again."
msgstr "Gagal mengirim kode verifikasi. Silakan coba lagi."
@@ -8084,19 +8162,19 @@ msgstr "Gagal mentransfer kepemilikan. Silakan coba lagi."
msgid "Failed to unblock user. Please try again."
msgstr "Gagal membuka blokir pengguna. Silakan coba lagi."
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:589
-#: src/components/bottomsheets/DMBottomSheet.tsx:170
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:603
+#: src/components/bottomsheets/DMBottomSheet.tsx:172
#: src/components/channel/dm/DMList.tsx:226
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:138
msgid "Failed to unpin DM"
msgstr "Gagal melepas sematan DM"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:589
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:603
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:118
msgid "Failed to unpin group"
msgstr "Gagal melepas sematan grup"
-#: src/components/bottomsheets/DMBottomSheet.tsx:170
+#: src/components/bottomsheets/DMBottomSheet.tsx:172
msgid "Failed to unpin group DM"
msgstr "Gagal menghapus pin DM grup"
@@ -8298,7 +8376,7 @@ msgstr "Temukan stiker yang sempurna"
msgid "Fine-tune core colors and fonts for this app. Changes here are stored as custom CSS overrides and sync with the editor below."
msgstr "Sesuaikan warna dan font inti untuk aplikasi ini. Perubahan di sini disimpan sebagai penggantian CSS kustom dan disinkronkan dengan editor di bawah."
-#: src/components/pages/ReportPage.tsx:319
+#: src/components/pages/report/optionDescriptors.ts:91
msgid "Finland"
msgstr "Finlandia"
@@ -8306,7 +8384,7 @@ msgstr "Finlandia"
msgid "Finnish"
msgstr "Finlandia"
-#: src/components/pages/ReportPage.tsx:923
+#: src/components/pages/report/ReportStepDetails.tsx:199
msgid "First and last name"
msgstr "Nama depan dan belakang"
@@ -8419,7 +8497,7 @@ msgstr "Fluxer memerlukan izin untuk memantau input keyboard dan mouse agar <0>P
msgid "Fluxer Partner"
msgstr "Mitra Fluxer"
-#: src/components/modals/components/PlutoniumContent.tsx:182
+#: src/components/modals/components/PlutoniumContent.tsx:193
#: src/components/modals/PremiumModal.tsx:34
#: src/components/modals/utils/settingsConstants.tsx:147
#: src/components/popouts/UserProfileBadges.tsx:99
@@ -8483,7 +8561,7 @@ msgstr "Makanan & Minuman"
msgid "Foodie Friends"
msgstr "Teman Foodie"
-#: src/components/bottomsheets/DMBottomSheet.tsx:660
+#: src/components/bottomsheets/DMBottomSheet.tsx:663
msgid "For 1 hour"
msgstr "Selama 1 jam"
@@ -8497,7 +8575,7 @@ msgstr "Selama 1 jam"
msgid "For 1 Hour"
msgstr "Selama 1 Jam"
-#: src/components/bottomsheets/DMBottomSheet.tsx:659
+#: src/components/bottomsheets/DMBottomSheet.tsx:662
#: src/components/popouts/UserAreaPopout.tsx:77
msgid "For 15 minutes"
msgstr "Selama 15 menit"
@@ -8511,7 +8589,7 @@ msgstr "Selama 15 menit"
msgid "For 15 Minutes"
msgstr "Selama 15 Menit"
-#: src/components/bottomsheets/DMBottomSheet.tsx:663
+#: src/components/bottomsheets/DMBottomSheet.tsx:666
msgid "For 24 hours"
msgstr "Selama 24 jam"
@@ -8529,7 +8607,7 @@ msgstr "Selama 24 Jam"
msgid "For 3 days"
msgstr "Selama 3 hari"
-#: src/components/bottomsheets/DMBottomSheet.tsx:661
+#: src/components/bottomsheets/DMBottomSheet.tsx:664
msgid "For 3 hours"
msgstr "Selama 3 jam"
@@ -8542,7 +8620,7 @@ msgstr "Selama 3 jam"
msgid "For 3 Hours"
msgstr "Selama 3 Jam"
-#: src/components/bottomsheets/DMBottomSheet.tsx:662
+#: src/components/bottomsheets/DMBottomSheet.tsx:665
msgid "For 8 hours"
msgstr "Selama 8 jam"
@@ -8560,7 +8638,7 @@ msgstr "Selama 8 Jam"
msgid "For British eyes only..."
msgstr "Hanya untuk mata Inggris..."
-#: src/components/modals/components/plutonium/PricingSection.tsx:62
+#: src/components/modals/components/plutonium/PricingSection.tsx:68
msgid "For Me"
msgstr "Untuk Saya"
@@ -8664,15 +8742,15 @@ msgstr "Memaksa slowmode aktif di semua kanal"
msgid "Forever"
msgstr "Selamanya"
-#: src/components/modals/components/MobileSettingsView.tsx:300
+#: src/components/modals/components/MobileSettingsView.tsx:295
msgid "Forget"
msgstr "Lupakan"
-#: src/components/modals/components/MobileSettingsView.tsx:327
+#: src/components/modals/components/MobileSettingsView.tsx:322
msgid "Forget Push Subscriptions"
msgstr "Lupakan Langganan Push"
-#: src/components/modals/components/MobileSettingsView.tsx:294
+#: src/components/modals/components/MobileSettingsView.tsx:289
msgid "Forget push subscriptions?"
msgstr "Lupakan langganan push?"
@@ -8729,7 +8807,7 @@ msgstr "Tingkat Bingkai"
msgid "Frame rates above 30 fps require Plutonium"
msgstr "Tingkat bingkai di atas 30 fps memerlukan Plutonium"
-#: src/components/pages/ReportPage.tsx:320
+#: src/components/pages/report/optionDescriptors.ts:92
msgid "France"
msgstr "Prancis"
@@ -8745,8 +8823,8 @@ msgstr "Pengguna Gratis (Tanpa Pembelian)"
msgid "Free User (With Purchase History)"
msgstr "Pengguna Gratis (Dengan Riwayat Pembelian)"
-#: src/components/modals/components/PlutoniumContent.tsx:163
-#: src/components/modals/components/PlutoniumContent.tsx:289
+#: src/components/modals/components/PlutoniumContent.tsx:174
+#: src/components/modals/components/PlutoniumContent.tsx:308
msgid "Free vs Plutonium"
msgstr "Gratis vs Plutonium"
@@ -8773,12 +8851,13 @@ msgstr "Permintaan Pertemanan"
msgid "Friend request sent"
msgstr "Permintaan pertemanan dikirim"
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:68
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:250
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:75
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:89
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:271
msgid "Friend Request Sent"
msgstr "Permintaan Pertemanan Dikirim"
-#: src/components/channel/dm/AddFriendForm.tsx:144
+#: src/components/channel/dm/AddFriendForm.tsx:167
msgid "Friend request sent!"
msgstr "Permintaan pertemanan dikirim!"
@@ -8787,7 +8866,7 @@ msgstr "Permintaan pertemanan dikirim!"
msgid "Friend Requests"
msgstr "Permintaan Pertemanan"
-#: src/components/channel/dm/AddFriendForm.tsx:137
+#: src/components/channel/dm/AddFriendForm.tsx:160
msgid "Friend's FluxerTag"
msgstr "FluxerTag Teman"
@@ -8828,9 +8907,10 @@ msgstr "Dari {0}"
#. placeholder {0}: creator.username
#. placeholder {1}: creator.discriminator
-#: src/components/channel/GiftEmbed.tsx:87
-#: src/components/modals/GiftAcceptModal.tsx:116
-#: src/components/modals/GiftAcceptModal.tsx:143
+#: src/components/channel/GiftEmbed.tsx:93
+#: src/components/modals/GiftAcceptModal.tsx:123
+#: src/components/modals/GiftAcceptModal.tsx:151
+#: src/components/modals/GiftAcceptModal.tsx:186
msgid "From {0}#{1}"
msgstr "Dari {0}#{1}"
@@ -8850,7 +8930,7 @@ msgstr "Dari pengguna"
msgid "from:"
msgstr "dari:"
-#: src/components/pages/ReportPage.tsx:919
+#: src/components/pages/report/ReportStepDetails.tsx:195
msgid "Full Legal Name"
msgstr "Nama Lengkap Hukum"
@@ -8892,7 +8972,7 @@ msgstr "Buat Undangan"
msgid "Generate invite link"
msgstr "Buat tautan undangan"
-#: src/components/modals/tabs/BetaCodesTab.tsx:315
+#: src/components/modals/tabs/BetaCodesTab.tsx:340
msgid "Generate up to {MAX_UNCLAIMED_BETA_CODES} unclaimed beta codes to invite friends to Fluxer. You can create 3 codes per week."
msgstr "Buat hingga {MAX_UNCLAIMED_BETA_CODES} kode beta yang belum diklaim untuk mengundang teman ke Fluxer. Anda dapat membuat 3 kode per minggu."
@@ -8909,7 +8989,7 @@ msgstr "Terbatas Geografis"
msgid "German"
msgstr "Jerman"
-#: src/components/pages/ReportPage.tsx:321
+#: src/components/pages/report/optionDescriptors.ts:93
msgid "Germany"
msgstr "Jerman"
@@ -8991,13 +9071,13 @@ msgstr "Pratinjau GIF"
#: src/components/channel/pickers/gif/GifPickerHeader.tsx:40
#: src/components/channel/pickers/memes/MemesPickerHeader.tsx:57
#: src/components/channel/textarea/TextareaButtons.tsx:110
-#: src/components/modals/ExpressionPickerSheet.tsx:68
+#: src/components/modals/ExpressionPickerSheet.tsx:55
#: src/components/popouts/ExpressionPickerPopout.tsx:69
msgid "GIFs"
msgstr "GIF"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:122
-#: src/components/modals/GiftAcceptModal.tsx:163
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:141
+#: src/components/modals/GiftAcceptModal.tsx:206
msgid "Gift"
msgstr "Hadiah"
@@ -9030,19 +9110,20 @@ msgstr "Hadiah sudah ditebus"
msgid "Gift Already Redeemed"
msgstr "Hadiah Sudah Ditebus"
-#: src/components/channel/GiftEmbed.tsx:94
+#: src/components/channel/GiftEmbed.tsx:105
+#: src/components/channel/GiftEmbed.tsx:109
msgid "Gift Claimed"
msgstr "Hadiah Diklaim"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:246
+#: src/components/modals/tabs/GiftInventoryTab.tsx:269
msgid "Gift code cannot be empty"
msgstr "Kode hadiah tidak boleh kosong"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:243
+#: src/components/modals/tabs/GiftInventoryTab.tsx:266
msgid "Gift code is required"
msgstr "Kode hadiah diperlukan"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:250
+#: src/components/modals/tabs/GiftInventoryTab.tsx:273
msgid "Gift code is too long"
msgstr "Kode hadiah terlalu panjang"
@@ -9070,7 +9151,7 @@ msgstr "Hadiah Tidak Ditemukan"
#: src/components/channel/textarea/TextareaButtons.tsx:101
#: src/components/channel/textarea/TextareaButtons.tsx:177
-#: src/components/modals/components/plutonium/GiftSection.tsx:61
+#: src/components/modals/components/plutonium/GiftSection.tsx:67
msgid "Gift Plutonium"
msgstr "Hadiah Plutonium"
@@ -9078,23 +9159,23 @@ msgstr "Hadiah Plutonium"
msgid "Gift redeemed successfully!"
msgstr "Hadiah berhasil ditebus!"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:89
+#: src/components/modals/tabs/GiftInventoryTab.tsx:90
msgid "Gift redeemed successfully! Enjoy your Plutonium!"
msgstr "Hadiah berhasil ditebus! Nikmati Plutonium Anda!"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:53
+#: src/components/modals/components/plutonium/VisionarySection.tsx:58
msgid "gift time"
msgstr "waktu hadiah"
-#: src/components/channel/GiftEmbed.tsx:151
+#: src/components/channel/GiftEmbed.tsx:162
msgid "Gift Unavailable"
msgstr "Hadiah Tidak Tersedia"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:132
+#: src/components/modals/tabs/GiftInventoryTab.tsx:133
msgid "Gift URL"
msgstr "URL Hadiah"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:75
+#: src/components/modals/tabs/GiftInventoryTab.tsx:76
msgid "Gift URL copied to clipboard!"
msgstr "URL hadiah disalin ke papan klip!"
@@ -9126,7 +9207,7 @@ msgstr "Pintasan global tersedia di aplikasi desktop"
msgid "Glorification of violence or disturbing imagery"
msgstr "Glorifikasi kekerasan atau gambar yang mengganggu"
-#: src/components/modals/components/MobileSettingsView.tsx:145
+#: src/components/modals/components/MobileSettingsView.tsx:140
#: src/components/modals/shared/MobileSettingsComponents.tsx:43
msgid "Go back"
msgstr "Kembali"
@@ -9143,7 +9224,7 @@ msgstr "Kembali ke kanal teks yang sebelumnya difokuskan"
msgid "Go forward in navigation history"
msgstr "Maju dalam riwayat navigasi"
-#: src/components/channel/InviteEmbed.tsx:259
+#: src/components/channel/InviteEmbed.tsx:261
#: src/components/modals/InviteAcceptModal.tsx:100
msgid "Go to Community"
msgstr "Pergi ke Komunitas"
@@ -9166,15 +9247,15 @@ msgstr "Pergi ke login"
msgid "Go to message"
msgstr "Pergi ke pesan"
-#: src/components/channel/ChannelSearchResults.tsx:841
+#: src/components/channel/ChannelSearchResults.tsx:809
msgid "Go to page"
msgstr "Pergi ke halaman"
-#: src/components/channel/ChannelSearchResults.tsx:808
+#: src/components/channel/ChannelSearchResults.tsx:776
msgid "Go to page {page}"
msgstr "Pergi ke halaman {page}"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:315
+#: src/components/modals/tabs/GiftInventoryTab.tsx:338
msgid "Go to Plutonium"
msgstr "Pergi ke Plutonium"
@@ -9195,7 +9276,7 @@ msgstr "Mengerti"
msgid "Gotcha"
msgstr "Oke"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:116
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:135
msgid "Grace Period"
msgstr "Masa Tenggang"
@@ -9203,7 +9284,7 @@ msgstr "Masa Tenggang"
msgid "Grace Period (Still Have Access)"
msgstr "Masa Tenggang (Masih Memiliki Akses)"
-#: src/components/modals/InviteModal.tsx:301
+#: src/components/modals/InviteModal.tsx:298
msgid "Grant temporary membership"
msgstr "Berikan keanggotaan sementara"
@@ -9234,7 +9315,7 @@ msgstr "Sangat Sukses!"
msgid "Great success! You can now close this tab and return to the app."
msgstr "Sangat sukses! Anda sekarang dapat menutup tab ini dan kembali ke aplikasi."
-#: src/components/pages/ReportPage.tsx:322
+#: src/components/pages/report/optionDescriptors.ts:94
msgid "Greece"
msgstr "Yunani"
@@ -9263,7 +9344,7 @@ msgstr "Izin tambah obrolan grup"
msgid "Group Chat Permissions"
msgstr "Izin Obrolan Grup"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:481
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:495
msgid "Group Direct Message"
msgstr "Pesan Langsung Grup"
@@ -9272,7 +9353,7 @@ msgid "Group DM"
msgstr "DM Grup"
#. placeholder {0}: channel.recipientIds.length + 1
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:772
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:804
msgid "Group DM · {0} members"
msgstr "DM Grup · {0} anggota"
@@ -9317,12 +9398,12 @@ msgstr "Nama grup tidak boleh melebihi 100 karakter"
msgid "Group Online Status"
msgstr "Status Daring Grup"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:962
-#: src/components/channel/MemberListItem.tsx:102
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:984
+#: src/components/channel/MemberListItem.tsx:109
msgid "Group Owner"
msgstr "Pemilik Grup"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1092
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1116
msgid "Group Settings"
msgstr "Pengaturan Grup"
@@ -9335,11 +9416,11 @@ msgstr "Status Mengetik Grup"
msgid "Group updated"
msgstr "Grup diperbarui"
-#: src/components/pages/ReportPage.tsx:893
+#: src/components/pages/report/ReportStepDetails.tsx:167
msgid "Guild (Community) ID"
msgstr "ID Guild (Komunitas)"
-#: src/components/pages/ReportPage.tsx:902
+#: src/components/pages/report/ReportStepDetails.tsx:177
msgid "Guild ID is required."
msgstr "ID guild diperlukan."
@@ -9355,13 +9436,13 @@ msgstr "Catatan Guild"
msgid "Hang on while we check for scheduled messages."
msgstr "Tunggu sebentar, kami sedang memeriksa pesan terjadwal."
-#: src/components/pages/ReportPage.tsx:295
+#: src/components/pages/report/optionDescriptors.ts:70
#: src/constants/IARConstants.tsx:155
msgid "Harassment"
msgstr "Pelecehan"
-#: src/components/pages/ReportPage.tsx:262
-#: src/components/pages/ReportPage.tsx:281
+#: src/components/pages/report/optionDescriptors.ts:43
+#: src/components/pages/report/optionDescriptors.ts:59
#: src/constants/IARConstants.tsx:32
#: src/constants/IARConstants.tsx:109
msgid "Harassment or Bullying"
@@ -9383,9 +9464,9 @@ msgstr "Pernah Membeli Override"
msgid "has:"
msgstr "memiliki:"
-#: src/components/pages/ReportPage.tsx:263
-#: src/components/pages/ReportPage.tsx:282
-#: src/components/pages/ReportPage.tsx:296
+#: src/components/pages/report/optionDescriptors.ts:44
+#: src/components/pages/report/optionDescriptors.ts:60
+#: src/components/pages/report/optionDescriptors.ts:71
#: src/constants/IARConstants.tsx:37
#: src/constants/IARConstants.tsx:114
#: src/constants/IARConstants.tsx:160
@@ -9430,7 +9511,7 @@ msgid "Help Center"
msgstr "Pusat Bantuan"
#. placeholder {0}: user.displayName
-#: src/components/layout/app-layout/nagbars/UnclaimedAccountNagbar.tsx:44
+#: src/components/layout/app-layout/nagbars/UnclaimedAccountNagbar.tsx:42
msgid "Hey {0}, claim your account to prevent losing access."
msgstr "Hei {0}, klaim akunmu untuk mencegah kehilangan akses."
@@ -9654,7 +9735,7 @@ msgstr "https://example.com/callback"
msgid "Hungarian"
msgstr "Hongaria"
-#: src/components/pages/ReportPage.tsx:323
+#: src/components/pages/report/optionDescriptors.ts:95
msgid "Hungary"
msgstr "Hongaria"
@@ -9728,8 +9809,8 @@ msgstr "Jika Anda telah menerima kode beta, Anda dapat memasukkannya di bawah un
msgid "If you want to export your data or delete your messages first, please visit the Privacy Dashboard section in User Settings before proceeding."
msgstr "Jika Anda ingin mengekspor data atau menghapus pesan Anda terlebih dahulu, silakan kunjungi bagian Dasbor Privasi di Pengaturan Pengguna sebelum melanjutkan."
-#: src/components/channel/channel-view/DMChannelView.tsx:301
-#: src/components/channel/dm/DMWelcomeSection.tsx:119
+#: src/components/channel/channel-view/DMChannelView.tsx:302
+#: src/components/channel/dm/DMWelcomeSection.tsx:131
#: src/components/channel/friends/FriendListItem.tsx:145
#: src/components/channel/friends/FriendListItem.tsx:244
#: src/components/channel/friends/MobileFriendRequestItem.tsx:69
@@ -9740,7 +9821,7 @@ msgstr "Abaikan"
#: src/components/channel/friends/FriendListItem.tsx:143
#: src/components/channel/friends/MobileFriendRequestItem.tsx:67
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:152
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:173
msgid "Ignore Friend Request"
msgstr "Abaikan Permintaan Teman"
@@ -9749,8 +9830,8 @@ msgstr "Abaikan Permintaan Teman"
msgid "Ignore per-channel message rate limits."
msgstr "Abaikan batas kecepatan pesan per-kanal."
-#: src/components/pages/ReportPage.tsx:267
-#: src/components/pages/ReportPage.tsx:298
+#: src/components/pages/report/optionDescriptors.ts:48
+#: src/components/pages/report/optionDescriptors.ts:73
#: src/constants/IARConstants.tsx:57
#: src/constants/IARConstants.tsx:170
msgid "Illegal Activity"
@@ -9762,7 +9843,7 @@ msgid "image"
msgstr "gambar"
#: src/components/channel/embeds/media/EmbedGifv.tsx:237
-#: src/components/channel/embeds/media/EmbedImage.tsx:369
+#: src/components/channel/embeds/media/EmbedImage.tsx:374
#: src/components/modals/MediaViewerModal.tsx:362
#: src/components/search/HasFilterSheet.tsx:50
#: src/utils/FavoriteMemeUtils.ts:71
@@ -9783,8 +9864,8 @@ msgstr "Pratinjau gambar"
msgid "Images"
msgstr "Gambar-gambar"
-#: src/components/pages/ReportPage.tsx:272
-#: src/components/pages/ReportPage.tsx:284
+#: src/components/pages/report/optionDescriptors.ts:53
+#: src/components/pages/report/optionDescriptors.ts:62
#: src/constants/IARConstants.tsx:82
#: src/constants/IARConstants.tsx:124
msgid "Impersonation"
@@ -9839,7 +9920,7 @@ msgstr "dalam {absWeeks} minggu"
msgid "in {absYears} years"
msgstr "dalam {absYears} tahun"
-#: src/components/channel/channel-view/DMChannelView.tsx:275
+#: src/components/channel/channel-view/DMChannelView.tsx:276
msgid "In call"
msgstr "Sedang panggilan"
@@ -9880,7 +9961,7 @@ msgstr "Di browser Anda, Push-to-Talk hanya akan berfungsi saat tab Fluxer difok
msgid "in:"
msgstr "di:"
-#: src/components/pages/ReportPage.tsx:286
+#: src/components/pages/report/optionDescriptors.ts:64
#: src/constants/IARConstants.tsx:134
msgid "Inappropriate Profile"
msgstr "Profil Tidak Pantas"
@@ -9909,7 +9990,7 @@ msgstr "Sertakan semua penyebutan komunitas"
msgid "Include audio from your screen in the share"
msgstr "Sertakan audio dari layar Anda dalam berbagi"
-#: src/components/channel/channel-view/DMChannelView.tsx:269
+#: src/components/channel/channel-view/DMChannelView.tsx:270
#: src/components/voice/IncomingCallUI.tsx:263
#: src/components/voice/IncomingCallUI.tsx:286
#: src/components/voice/IncomingCallUI.tsx:324
@@ -9946,11 +10027,11 @@ msgid "Increase app zoom level"
msgstr "Tingkatkan tingkat zoom aplikasi"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:284
-#: src/components/channel/ChannelSearchResults.tsx:679
+#: src/components/channel/ChannelSearchResults.tsx:648
msgid "Indexing Channel"
msgstr "Mengindeks Kanal"
-#: src/components/channel/ChannelSearchResults.tsx:317
+#: src/components/channel/ChannelSearchResults.tsx:274
msgid "Indexing..."
msgstr "Mengindeks..."
@@ -10032,12 +10113,12 @@ msgstr "Input dengan Ikon"
msgid "Insert emoji"
msgstr "Sisipkan emoji"
-#: src/components/channel/InviteEmbed.tsx:198
+#: src/components/channel/InviteEmbed.tsx:200
#: src/components/modals/InviteAcceptModal.tsx:143
msgid "Install Emoji Pack"
msgstr "Pasang Paket Emoji"
-#: src/components/channel/InviteEmbed.tsx:198
+#: src/components/channel/InviteEmbed.tsx:200
#: src/components/modals/InviteAcceptModal.tsx:143
msgid "Install Sticker Pack"
msgstr "Pasang Paket Stiker"
@@ -10104,7 +10185,7 @@ msgstr "Kode Hadiah Tidak Valid"
msgid "Invalid instance response: missing webapp URL."
msgstr "Respon instance tidak valid: URL webapp hilang."
-#: src/components/modals/ClaimAccountModal.tsx:108
+#: src/components/modals/ClaimAccountModal.tsx:110
#: src/components/modals/EmailChangeModal.tsx:108
#: src/components/modals/EmailChangeModal.tsx:169
msgid "Invalid or expired code"
@@ -10134,7 +10215,7 @@ msgstr "Tombol terbalik diklik!"
msgid "Invisible"
msgstr "Tak terlihat"
-#: src/components/modals/InviteModal.tsx:257
+#: src/components/modals/InviteModal.tsx:267
#: src/components/modals/tabs/ExpressionPacksTab.tsx:83
#: src/constants/AuditLogConstants.tsx:239
msgid "Invite"
@@ -10144,7 +10225,7 @@ msgstr "Undang"
msgid "Invite Background"
msgstr "Latar Belakang Undangan"
-#: src/components/pages/ReportPage.tsx:908
+#: src/components/pages/report/ReportStepDetails.tsx:183
msgid "Invite Code (optional)"
msgstr "Kode Undangan (opsional)"
@@ -10170,7 +10251,7 @@ msgstr "Undang teman"
msgid "Invite friends to {0}"
msgstr "Undang teman ke {0}"
-#: src/components/modals/InviteModal.tsx:317
+#: src/components/modals/InviteModal.tsx:314
msgid "Invite link"
msgstr "Tautan undangan"
@@ -10190,7 +10271,7 @@ msgid "Invite Links"
msgstr "Tautan Undangan"
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:164
-#: src/components/layout/ChannelItem.tsx:599
+#: src/components/layout/ChannelItem.tsx:616
#: src/components/popouts/GuildHeaderPopout.tsx:178
msgid "Invite Members"
msgstr "Undang Anggota"
@@ -10218,7 +10299,7 @@ msgid "Invite Page Preview"
msgstr "Pratinjau Halaman Undangan"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:381
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1144
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1168
#: src/components/layout/FavoritesChannelListContent.tsx:305
#: src/components/uikit/ContextMenu/ChannelListContextMenu.tsx:96
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:97
@@ -10236,7 +10317,7 @@ msgstr "Undangan dicabut"
msgid "Invite sent for {0}"
msgstr "Undangan dikirim untuk {0}"
-#: src/components/bottomsheets/DMBottomSheet.tsx:256
+#: src/components/bottomsheets/DMBottomSheet.tsx:258
msgid "Invite sent to {guildName}"
msgstr "Undangan telah dikirim ke {guildName}"
@@ -10249,7 +10330,7 @@ msgid "Invite splash preview"
msgstr "Pratinjau splash undangan"
#. placeholder {0}: guild.name
-#: src/components/bottomsheets/DMBottomSheet.tsx:499
+#: src/components/bottomsheets/DMBottomSheet.tsx:501
msgid "Invite to {0}"
msgstr "Undang ke {0}"
@@ -10257,7 +10338,7 @@ msgstr "Undang ke {0}"
msgid "Invite to Community"
msgstr "Undang ke Komunitas"
-#: src/components/channel/InviteEmbed.tsx:362
+#: src/components/channel/InviteEmbed.tsx:364
msgid "Invite Unavailable"
msgstr "Undangan Tidak Tersedia"
@@ -10277,7 +10358,7 @@ msgid "Invited by {0}#{1}"
msgstr "Diundang oleh {0}#{1}"
#: src/components/auth/InviteHeader.tsx:159
-#: src/components/channel/InviteEmbed.tsx:222
+#: src/components/channel/InviteEmbed.tsx:224
msgid "Invited by {inviterTag}"
msgstr "Diundang oleh {inviterTag}"
@@ -10290,8 +10371,8 @@ msgid "Inviter:"
msgstr "Pengundang:"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:303
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1199
-#: src/components/bottomsheets/DMBottomSheet.tsx:468
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1223
+#: src/components/bottomsheets/DMBottomSheet.tsx:470
#: src/components/channel/dm/DMList.tsx:257
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:145
msgid "Invites"
@@ -10301,11 +10382,11 @@ msgstr "Undangan"
msgid "Invites are currently disabled for this community."
msgstr "Undangan saat ini dinonaktifkan untuk komunitas ini."
-#: src/components/modals/InviteModal.tsx:270
+#: src/components/modals/InviteModal.tsx:237
msgid "Invites are currently disabled in this community by an admin. While this invite can be created, it cannot be accepted until invites are re-enabled."
msgstr "Undangan saat ini dinonaktifkan di komunitas ini oleh admin. Meskipun undangan ini dapat dibuat, undangan tidak dapat diterima hingga undangan diaktifkan kembali."
-#: src/components/layout/guild-list/GuildListItem.tsx:233
+#: src/components/layout/guild-list/GuildListItem.tsx:234
msgid "Invites are currently paused in this community"
msgstr "Undangan saat ini dijeda di komunitas ini"
@@ -10317,7 +10398,7 @@ msgstr "Undangan terkunci untuk komunitas pratinjau. Klaim akun Anda dengan meng
msgid "Invites disabled"
msgstr "Undangan dinonaktifkan"
-#: src/components/channel/InviteEmbed.tsx:257
+#: src/components/channel/InviteEmbed.tsx:259
#: src/components/modals/InviteAcceptModal.tsx:98
msgid "Invites Disabled"
msgstr "Undangan Dinonaktifkan"
@@ -10343,7 +10424,7 @@ msgstr "Undangan ke <0>{0}0> saat ini dinonaktifkan"
msgid "IP address authorized"
msgstr "Alamat IP diotorisasi"
-#: src/components/pages/ReportPage.tsx:324
+#: src/components/pages/report/optionDescriptors.ts:96
msgid "Ireland"
msgstr "Irlandia"
@@ -10359,7 +10440,7 @@ msgstr "Ini adalah pesta mengetik yang luar biasa di sini"
msgid "Italian"
msgstr "Italia"
-#: src/components/pages/ReportPage.tsx:325
+#: src/components/pages/report/optionDescriptors.ts:97
msgid "Italy"
msgstr "Italia"
@@ -10381,16 +10462,16 @@ msgstr "Bergabung dengan Komunitas"
msgid "Join a community with stickers to get started!"
msgstr "Bergabung dengan komunitas yang memiliki stiker untuk memulai!"
-#: src/components/channel/channel-view/DMChannelView.tsx:315
+#: src/components/channel/channel-view/DMChannelView.tsx:316
msgid "Join call"
msgstr "Gabung panggilan"
-#: src/components/channel/InviteEmbed.tsx:261
-#: src/components/channel/InviteEmbed.tsx:451
+#: src/components/channel/InviteEmbed.tsx:263
+#: src/components/channel/InviteEmbed.tsx:453
#: src/components/layout/guild-list/AddGuildButton.tsx:71
#: src/components/modals/AddGuildModal.tsx:129
#: src/components/modals/AddGuildModal.tsx:410
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:304
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:342
#: src/components/modals/InviteAcceptModal.tsx:102
#: src/components/modals/InviteAcceptModalPreview.tsx:114
msgid "Join Community"
@@ -10400,7 +10481,7 @@ msgstr "Bergabung Komunitas"
msgid "Join community form"
msgstr "Formulir bergabung komunitas"
-#: src/components/channel/InviteEmbed.tsx:187
+#: src/components/channel/InviteEmbed.tsx:189
msgid "Join Group"
msgstr "Bergabung Grup"
@@ -10416,19 +10497,19 @@ msgstr "Notifikasi bergabung"
msgid "Join Operators Community"
msgstr "Bergabung Komunitas Operator"
-#: src/components/channel/CallMessage.tsx:171
+#: src/components/channel/CallMessage.tsx:165
msgid "Join the call"
msgstr "Bergabung panggilan"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:122
+#: src/components/channel/ChannelHeader/CallButtons.tsx:159
msgid "Join Video Call"
msgstr "Bergabung Panggilan Video"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:118
+#: src/components/channel/ChannelHeader/CallButtons.tsx:150
msgid "Join Video Call ({participantCount} participant)"
msgstr "Gabung Panggilan Video ({participantCount} peserta)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:119
+#: src/components/channel/ChannelHeader/CallButtons.tsx:151
msgid "Join Video Call ({participantCount} participants)"
msgstr "Gabung Panggilan Video ({participantCount} peserta)"
@@ -10436,15 +10517,15 @@ msgstr "Gabung Panggilan Video ({participantCount} peserta)"
msgid "Join Visionary Community"
msgstr "Bergabung Komunitas Visioner"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:70
+#: src/components/channel/ChannelHeader/CallButtons.tsx:89
msgid "Join Voice Call"
msgstr "Bergabung Panggilan Suara"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:66
+#: src/components/channel/ChannelHeader/CallButtons.tsx:80
msgid "Join Voice Call ({participantCount} participant)"
msgstr "Gabung Panggilan Suara ({participantCount} peserta)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:67
+#: src/components/channel/ChannelHeader/CallButtons.tsx:81
msgid "Join Voice Call ({participantCount} participants)"
msgstr "Gabung Panggilan Suara ({participantCount} peserta)"
@@ -10495,7 +10576,7 @@ msgstr "JPEG, PNG, WebP. Maks 10MB. Direkomendasikan: 512×512px"
msgid "JPEG, PNG, WebP. Max 10MB. Recommended: 512×512px. Animated avatars (GIF) require <0/>."
msgstr "JPEG, PNG, WebP. Maks 10MB. Direkomendasikan: 512×512px. Avatar animasi (GIF) memerlukan <0/>."
-#: src/components/channel/ChannelSearchResults.tsx:777
+#: src/components/channel/ChannelSearchResults.tsx:745
#: src/components/pages/MessageListPage.tsx:97
#: src/components/popouts/RecentMentionsContent.tsx:221
#: src/components/popouts/SavedMessagesContent.tsx:102
@@ -10519,11 +10600,11 @@ msgstr "Lompat ke Pesan"
msgid "Jump to Oldest Unread Message"
msgstr "Lompat ke Pesan Belum Dibaca Tertua"
-#: src/components/channel/ChannelSearchResults.tsx:872
+#: src/components/channel/ChannelSearchResults.tsx:840
msgid "Jump to page"
msgstr "Lompat ke halaman"
-#: src/components/channel/Messages.tsx:917
+#: src/components/channel/Messages.tsx:915
msgid "Jump to Present"
msgstr "Lompat ke Saat Ini"
@@ -10612,7 +10693,7 @@ msgid "Keyboard Shortcuts"
msgstr "Pintasan Keyboard"
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:344
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:311
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:314
#: src/components/modals/KickMemberModal.tsx:58
#: src/components/modals/UserProfileActionsSheet.tsx:253
msgid "Kick"
@@ -10702,7 +10783,7 @@ msgstr "Latensi {latency} milidetik"
msgid "Latency graph"
msgstr "Grafik latensi"
-#: src/components/pages/ReportPage.tsx:326
+#: src/components/pages/report/optionDescriptors.ts:98
msgid "Latvia"
msgstr "Latvia"
@@ -10729,10 +10810,10 @@ msgstr "Keluar dari Komunitas"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:248
#: src/components/bottomsheets/ChannelBottomSheet.tsx:250
#: src/components/bottomsheets/ChannelBottomSheet.tsx:314
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1253
-#: src/components/bottomsheets/DMBottomSheet.tsx:337
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1277
#: src/components/bottomsheets/DMBottomSheet.tsx:339
-#: src/components/bottomsheets/DMBottomSheet.tsx:551
+#: src/components/bottomsheets/DMBottomSheet.tsx:341
+#: src/components/bottomsheets/DMBottomSheet.tsx:554
#: src/components/channel/dm/DMList.tsx:265
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:159
#: src/hooks/useLeaveGroup.tsx:42
@@ -10740,27 +10821,27 @@ msgstr "Keluar dari Komunitas"
msgid "Leave Group"
msgstr "Keluar dari Grup"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:122
+#: src/components/channel/ChannelHeader/CallButtons.tsx:157
msgid "Leave Video Call"
msgstr "Keluar dari Panggilan Video"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:113
+#: src/components/channel/ChannelHeader/CallButtons.tsx:145
msgid "Leave Video Call ({participantCount} participant)"
msgstr "Tinggalkan Panggilan Video ({participantCount} peserta)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:114
+#: src/components/channel/ChannelHeader/CallButtons.tsx:146
msgid "Leave Video Call ({participantCount} participants)"
msgstr "Tinggalkan Panggilan Video ({participantCount} peserta)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:70
+#: src/components/channel/ChannelHeader/CallButtons.tsx:87
msgid "Leave Voice Call"
msgstr "Keluar dari Panggilan Suara"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:61
+#: src/components/channel/ChannelHeader/CallButtons.tsx:75
msgid "Leave Voice Call ({participantCount} participant)"
msgstr "Tinggalkan Panggilan Suara ({participantCount} peserta)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:62
+#: src/components/channel/ChannelHeader/CallButtons.tsx:76
msgid "Leave Voice Call ({participantCount} participants)"
msgstr "Tinggalkan Panggilan Suara ({participantCount} peserta)"
@@ -10785,7 +10866,7 @@ msgstr "Rata kiri"
msgid "Left community"
msgstr "Keluar dari komunitas"
-#: src/components/bottomsheets/DMBottomSheet.tsx:350
+#: src/components/bottomsheets/DMBottomSheet.tsx:352
#: src/hooks/useLeaveGroup.tsx:56
msgid "Left group"
msgstr "Keluar dari grup"
@@ -10798,7 +10879,7 @@ msgstr "Ikon Kiri"
msgid "Left Tooltip"
msgstr "Tooltip Kiri"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:90
+#: src/components/modals/components/plutonium/VisionarySection.tsx:99
msgid "Let people add you without needing a 4-digit tag"
msgstr "Izinkan orang menambahkan Anda tanpa perlu tag 4 digit"
@@ -10810,17 +10891,13 @@ msgstr "Biarkan komunitas memoderasi sendiri"
msgid "Letters (a-z, A-Z), numbers (0-9), and underscores (_) only"
msgstr "Hanya huruf (a-z, A-Z), angka (0-9), dan garis bawah (_)"
-#: src/components/pages/ReportPage.tsx:729
-msgid "Letters and numbers only. You can paste the code—formatting is automatic."
-msgstr "Hanya huruf dan angka. Anda bisa menempelkan kode—formatnya otomatis."
-
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:120
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:139
#: src/components/modals/tabs/DeveloperOptionsTab/AccountPremiumTab.tsx:49
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:371
msgid "Lifetime"
msgstr "Seumur hidup"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:73
+#: src/components/modals/components/plutonium/VisionarySection.tsx:82
#: src/utils/giftUtils.ts:58
msgid "Lifetime Plutonium"
msgstr "Plutonium Seumur Hidup"
@@ -10838,7 +10915,7 @@ msgid "Liked!"
msgstr "Disukai!"
#. placeholder {0}: formatter.format(visionarySlots.total)
-#: src/components/modals/components/plutonium/VisionarySection.tsx:61
+#: src/components/modals/components/plutonium/VisionarySection.tsx:70
msgid "Limited to {0} users. One-time purchase, lifetime access."
msgstr "Terbatas untuk {0} pengguna. Pembelian sekali, akses seumur hidup."
@@ -10856,7 +10933,7 @@ msgstr "Tautan"
msgid "Link channel"
msgstr "Tautkan kanal"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:530
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:544
#: src/components/uikit/ContextMenu/MediaContextMenu.tsx:145
#: src/components/uikit/ContextMenu/MediaContextMenu.tsx:228
msgid "Link copied to clipboard"
@@ -10902,7 +10979,7 @@ msgstr "Daftar"
msgid "Lists members with this role in their own section in the member list."
msgstr "Mencantumkan anggota dengan peran ini di bagian mereka sendiri dalam daftar anggota."
-#: src/components/pages/ReportPage.tsx:327
+#: src/components/pages/report/optionDescriptors.ts:99
msgid "Lithuania"
msgstr "Lituania"
@@ -10934,7 +11011,7 @@ msgstr "Memuat larangan..."
msgid "Loading communities..."
msgstr "Memuat komunitas..."
-#: src/components/channel/embeds/media/EmbedImage.tsx:363
+#: src/components/channel/embeds/media/EmbedImage.tsx:368
msgid "Loading image"
msgstr "Memuat gambar"
@@ -10947,7 +11024,7 @@ msgid "Loading more..."
msgstr "Memuat lebih banyak..."
#: src/components/channel/embeds/media/EmbedGifv.tsx:493
-#: src/components/channel/embeds/media/EmbedGifv.tsx:721
+#: src/components/channel/embeds/media/EmbedGifv.tsx:745
msgid "Loading placeholder"
msgstr "Memuat placeholder"
@@ -10971,7 +11048,7 @@ msgstr "Memuat tema..."
msgid "Loading verification methods..."
msgstr "Memuat metode verifikasi..."
-#: src/components/channel/embeds/media/EmbedImage.tsx:363
+#: src/components/channel/embeds/media/EmbedImage.tsx:368
msgid "Loading: {alt}"
msgstr "Memuat: {alt}"
@@ -11021,7 +11098,7 @@ msgid "Log in with a passkey"
msgstr "Masuk dengan kunci akses"
#: src/components/modals/components/DesktopSettingsView.tsx:346
-#: src/components/modals/components/MobileSettingsView.tsx:362
+#: src/components/modals/components/MobileSettingsView.tsx:357
#: src/components/pages/PendingVerificationPage.tsx:151
msgid "Log Out"
msgstr "Keluar"
@@ -11101,7 +11178,7 @@ msgstr "Rendah"
msgid "Low (480p)"
msgstr "Rendah (480p)"
-#: src/components/pages/ReportPage.tsx:328
+#: src/components/pages/report/optionDescriptors.ts:100
msgid "Luxembourg"
msgstr "Luksemburg"
@@ -11114,16 +11191,16 @@ msgstr "Jadikan Pemilik Grup"
msgid "Make links to websites stand out more by always underlining them."
msgstr "Buat tautan ke situs web lebih menonjol dengan selalu menggarisbawahinya."
-#: src/components/pages/ReportPage.tsx:271
+#: src/components/pages/report/optionDescriptors.ts:52
#: src/constants/IARConstants.tsx:77
msgid "Malicious Links"
msgstr "Tautan Berbahaya"
-#: src/components/pages/ReportPage.tsx:329
+#: src/components/pages/report/optionDescriptors.ts:101
msgid "Malta"
msgstr "Malta"
-#: src/components/pages/ReportPage.tsx:302
+#: src/components/pages/report/optionDescriptors.ts:77
#: src/constants/IARConstants.tsx:190
msgid "Malware Distribution"
msgstr "Distribusi Malware"
@@ -11214,7 +11291,7 @@ msgid "Manage slash commands for this application"
msgstr "Kelola perintah garis miring untuk aplikasi ini"
#: src/components/layout/app-layout/nagbars/PremiumGracePeriodNagbar.tsx:83
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:288
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:324
msgid "Manage Subscription"
msgstr "Kelola Langganan"
@@ -11227,7 +11304,7 @@ msgstr "Kelola alamat email yang Anda gunakan untuk masuk ke Fluxer"
msgid "Manage Webhooks"
msgstr "Kelola Webhook"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:100
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:104
msgid "Manage your applications and bots."
msgstr "Kelola aplikasi dan bot Anda."
@@ -11243,7 +11320,7 @@ msgstr "Kelola hadiah Anda"
msgid "Manage your phone number for SMS two-factor authentication"
msgstr "Kelola nomor telepon Anda untuk autentikasi dua faktor SMS"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:280
+#: src/components/modals/tabs/GiftInventoryTab.tsx:303
msgid "Manage your purchased Plutonium gift codes. Share the gift URL with someone special or redeem it for yourself!"
msgstr "Kelola kode hadiah Plutonium yang telah Anda beli. Bagikan URL hadiah dengan seseorang yang spesial atau tebus untuk diri sendiri!"
@@ -11256,8 +11333,8 @@ msgid "Mark as 18+ (NSFW)"
msgstr "Tandai sebagai 18+ (NSFW)"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:358
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1115
-#: src/components/bottomsheets/DMBottomSheet.tsx:388
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1139
+#: src/components/bottomsheets/DMBottomSheet.tsx:390
#: src/components/channel/NewMessagesBar.tsx:60
#: src/components/uikit/ContextMenu/items/CategoryMenuItems.tsx:81
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:79
@@ -11319,7 +11396,7 @@ msgstr "Markdown"
msgid "Markdown Preview"
msgstr "Pratinjau Markdown"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:516
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:530
msgid "Marked as read"
msgstr "Ditandai sebagai sudah dibaca"
@@ -11347,7 +11424,7 @@ msgstr "Penanda di Bawah Penggeser"
msgid "Marty_McFly"
msgstr "Marty_McFly"
-#: src/components/modals/ClaimAccountModal.tsx:160
+#: src/components/modals/ClaimAccountModal.tsx:162
#: src/components/modals/EmailChangeModal.tsx:254
msgid "marty@example.com"
msgstr "marty@example.com"
@@ -11356,7 +11433,7 @@ msgstr "marty@example.com"
msgid "Mask Visionary as subscription"
msgstr "Samarkan Visionary sebagai langganan"
-#: src/components/modals/InviteModal.tsx:291
+#: src/components/modals/InviteModal.tsx:288
msgid "Max number of uses"
msgstr "Jumlah penggunaan maksimum"
@@ -11393,7 +11470,8 @@ msgstr "Kualitas maksimum untuk kamera adalah 1080p"
msgid "Maximum quality, requires very fast connection"
msgstr "Kualitas maksimum, memerlukan koneksi yang sangat cepat"
-#: src/components/modals/GiftAcceptModal.tsx:151
+#: src/components/modals/GiftAcceptModal.tsx:161
+#: src/components/modals/GiftAcceptModal.tsx:194
msgid "Maybe later"
msgstr "Mungkin nanti"
@@ -11411,7 +11489,7 @@ msgstr "Mengukur..."
#: src/components/channel/AutocompleteEmoji.tsx:154
#: src/components/channel/textarea/TextareaButtons.tsx:122
-#: src/components/modals/ExpressionPickerSheet.tsx:77
+#: src/components/modals/ExpressionPickerSheet.tsx:64
#: src/components/modals/tabs/ChatSettingsTab.tsx:43
#: src/components/modals/tabs/ChatSettingsTab/Inline.tsx:37
#: src/components/modals/utils/settingsConstants.tsx:298
@@ -11504,8 +11582,8 @@ msgstr "Verifikasi anggota"
msgid "Member verification level"
msgstr "Tingkat verifikasi anggota"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:877
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:913
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:909
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:945
#: src/components/modals/guildTabs/GuildMembersTab.tsx:429
#: src/components/modals/shared/AddOverridePopout.tsx:176
#: src/components/modals/utils/guildSettingsConstants.tsx:157
@@ -11536,7 +11614,7 @@ msgstr "Anggota Dipangkas"
msgid "Members receive notifications for every message"
msgstr "Anggota menerima notifikasi untuk setiap pesan"
-#: src/components/modals/InviteModal.tsx:302
+#: src/components/modals/InviteModal.tsx:299
msgid "Members will be removed when they go offline unless a role is assigned"
msgstr "Anggota akan dihapus ketika mereka offline kecuali peran ditetapkan"
@@ -11608,11 +11686,11 @@ msgid "mentions:"
msgstr "sebutan:"
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:234
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:218
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:220
#: src/components/modals/tabs/ComponentGalleryTab/InputsTab.tsx:164
-#: src/components/modals/UserProfileMobileSheet.tsx:497
-#: src/components/modals/UserProfileModal.tsx:1189
-#: src/components/modals/UserProfileModal.tsx:1311
+#: src/components/modals/UserProfileMobileSheet.tsx:501
+#: src/components/modals/UserProfileModal.tsx:1190
+#: src/components/modals/UserProfileModal.tsx:1316
#: src/components/popouts/UserProfilePopout.tsx:289
#: src/components/popouts/UserProfilePopout.tsx:308
#: src/components/profile/ProfilePreview.tsx:292
@@ -11689,7 +11767,7 @@ msgstr "Pengelompokan Pesan"
msgid "Message is too long"
msgstr "Pesan terlalu panjang"
-#: src/components/pages/ReportPage.tsx:837
+#: src/components/pages/report/ReportStepDetails.tsx:107
msgid "Message Link"
msgstr "Tautan Pesan"
@@ -11744,7 +11822,7 @@ msgstr "Pesan & Media"
msgid "Messages Deleted"
msgstr "Pesan Dihapus"
-#: src/components/channel/Messages.tsx:938
+#: src/components/channel/Messages.tsx:936
msgid "Messages failed to load"
msgstr "Gagal memuat pesan"
@@ -11888,22 +11966,21 @@ msgstr "Moderasi"
msgid "Monospace font family"
msgstr "Keluarga font monospace"
-#: src/components/auth/DateOfBirthField.tsx:87
-#: src/components/auth/DateOfBirthField.tsx:154
+#: src/components/auth/DateOfBirthField.tsx:151
#: src/components/auth/MockMinimalRegisterForm.tsx:68
msgid "Month"
msgstr "Bulan"
-#: src/components/modals/components/plutonium/PricingSection.tsx:71
+#: src/components/modals/components/plutonium/PricingSection.tsx:78
msgid "Monthly"
msgstr "Bulanan"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:63
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:73
msgid "Monthly {monthlyPrice}"
msgstr "Bulanan {monthlyPrice}"
#: src/components/accounts/AccountRow.tsx:178
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:863
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:895
#: src/components/channel/friends/FriendListItem.tsx:229
#: src/components/channel/MessageActionBar.tsx:647
#: src/components/channel/MessageActionBar.tsx:776
@@ -11936,7 +12013,7 @@ msgstr "Slot stiker lebih banyak"
msgid "Most popular"
msgstr "Paling populer"
-#: src/components/channel/ChannelSearchResults.tsx:225
+#: src/components/channel/ChannelSearchResults.tsx:182
#: src/components/search/SortModeSheet.tsx:53
msgid "Most Relevant"
msgstr "Paling Relevan"
@@ -12015,7 +12092,7 @@ msgstr "Konten Multibahasa"
msgid "Music Lovers"
msgstr "Pecinta Musik"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:850
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:882
#: src/components/bottomsheets/VoiceLobbyBottomSheet.tsx:179
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:253
#: src/components/layout/UserArea.tsx:213
@@ -12055,7 +12132,7 @@ msgstr "Bisukan kanal"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:400
#: src/components/bottomsheets/ChannelBottomSheet.tsx:452
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1010
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1034
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:171
#: src/components/modals/GuildNotificationSettingsModal.tsx:295
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:168
@@ -12069,9 +12146,9 @@ msgstr "Bisukan Kanal"
msgid "Mute Community"
msgstr "Bisukan Komunitas"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1012
-#: src/components/bottomsheets/DMBottomSheet.tsx:449
-#: src/components/bottomsheets/DMBottomSheet.tsx:590
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1036
+#: src/components/bottomsheets/DMBottomSheet.tsx:451
+#: src/components/bottomsheets/DMBottomSheet.tsx:593
msgid "Mute Conversation"
msgstr "Bisukan Percakapan"
@@ -12096,7 +12173,7 @@ msgstr "Bisukan Anggota"
msgid "Mute User"
msgstr "Bisukan Pengguna"
-#: src/components/layout/guild-list/GuildListItem.tsx:193
+#: src/components/layout/guild-list/GuildListItem.tsx:194
#: src/components/layout/VoiceStateIcons.tsx:53
#: src/components/voice/VoiceParticipantTile.tsx:897
#: src/utils/ContextMenuUtils.tsx:159
@@ -12105,7 +12182,7 @@ msgstr "Dibisukan"
#. placeholder {0}: DateUtils.getFormattedDateTime(new Date(muteConfig.end_time))
#. placeholder {0}: getFormattedDateTime(new Date(muteConfig.end_time))
-#: src/components/layout/guild-list/GuildListItem.tsx:191
+#: src/components/layout/guild-list/GuildListItem.tsx:192
#: src/utils/ContextMenuUtils.tsx:157
msgid "Muted until {0}"
msgstr "Dibisukan hingga {0}"
@@ -12253,7 +12330,7 @@ msgstr "Perlu akun?"
msgid "Neighborhood Watch"
msgstr "Pengawasan Lingkungan"
-#: src/components/pages/ReportPage.tsx:330
+#: src/components/pages/report/optionDescriptors.ts:102
msgid "Netherlands"
msgstr "Belanda"
@@ -12261,9 +12338,9 @@ msgstr "Belanda"
msgid "Network"
msgstr "Jaringan"
-#: src/components/modals/components/PlutoniumContent.tsx:145
-#: src/components/modals/components/PlutoniumContent.tsx:271
-#: src/components/modals/tabs/BetaCodesTab.tsx:295
+#: src/components/modals/components/PlutoniumContent.tsx:156
+#: src/components/modals/components/PlutoniumContent.tsx:288
+#: src/components/modals/tabs/BetaCodesTab.tsx:320
#: src/components/modals/tabs/DevicesTab.tsx:229
msgid "Network error"
msgstr "Kesalahan jaringan"
@@ -12290,7 +12367,7 @@ msgstr "tidak pernah kedaluwarsa"
#: src/components/channel/Divider.tsx:51
#: src/components/channel/Divider.tsx:60
#: src/components/channel/UnreadDividerSlot.tsx:45
-#: src/components/layout/GuildsLayout.tsx:285
+#: src/components/layout/GuildsLayout.tsx:283
msgid "New"
msgstr "Baru"
@@ -12311,7 +12388,7 @@ msgstr "Email baru"
msgid "New email form"
msgstr "Formulir email baru"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:902
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:934
msgid "New Group"
msgstr "Grup Baru"
@@ -12334,7 +12411,7 @@ msgid "new-channel"
msgstr "kanal-baru"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:446
-#: src/components/channel/ChannelSearchResults.tsx:223
+#: src/components/channel/ChannelSearchResults.tsx:180
msgid "Newest"
msgstr "Terbaru"
@@ -12394,7 +12471,7 @@ msgstr "Nama panggilan tidak boleh lebih dari 32 karakter"
msgid "Nickname updated"
msgstr "Nama panggilan diperbarui"
-#: src/components/layout/GuildLayout.tsx:392
+#: src/components/layout/GuildLayout.tsx:397
msgid "No accessible channels"
msgstr "Tidak ada kanal yang dapat diakses"
@@ -12431,7 +12508,7 @@ msgstr "Tidak Ada Pengguna yang Diblokir"
msgid "No bans found matching your search."
msgstr "Tidak ditemukan pemblokiran yang sesuai dengan pencarian Anda."
-#: src/components/modals/tabs/BetaCodesTab.tsx:365
+#: src/components/modals/tabs/BetaCodesTab.tsx:390
msgid "No beta codes yet"
msgstr "Belum ada kode beta"
@@ -12471,7 +12548,7 @@ msgstr "Tidak ada kanal tersedia"
msgid "No channels found"
msgstr "Tidak ada kanal ditemukan"
-#: src/components/modals/tabs/BetaCodesTab.tsx:275
+#: src/components/modals/tabs/BetaCodesTab.tsx:279
msgid "No codes remaining. Resets {resetString}"
msgstr "Tidak ada kode tersisa. Diatur ulang {resetString}"
@@ -12484,7 +12561,7 @@ msgid "No community banner"
msgstr "Tidak ada spanduk komunitas"
#: src/components/auth/InviteHeader.tsx:156
-#: src/components/channel/InviteEmbed.tsx:215
+#: src/components/channel/InviteEmbed.tsx:217
#: src/components/modals/InviteAcceptModal.tsx:148
#: src/components/modals/tabs/ExpressionPacksTab.tsx:73
msgid "No description provided."
@@ -12516,7 +12593,7 @@ msgstr "Belum ada teman"
msgid "No GIFs found"
msgstr "Tidak ada GIF ditemukan"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:311
+#: src/components/modals/tabs/GiftInventoryTab.tsx:334
msgid "No gifts yet"
msgstr "Belum ada hadiah"
@@ -12656,7 +12733,7 @@ msgid "No results"
msgstr "Tidak ada hasil"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:315
-#: src/components/channel/ChannelSearchResults.tsx:709
+#: src/components/channel/ChannelSearchResults.tsx:678
msgid "No Results"
msgstr "Tidak Ada Hasil"
@@ -12717,7 +12794,7 @@ msgstr "Tidak Ada Kanal Sistem"
msgid "No Timer"
msgstr "Tidak Ada Timer"
-#: src/components/channel/dm/AddFriendForm.tsx:70
+#: src/components/channel/dm/AddFriendForm.tsx:93
msgid "No user found with that FluxerTag."
msgstr "Tidak ada pengguna ditemukan dengan FluxerTag tersebut."
@@ -12797,7 +12874,7 @@ msgstr "Jangan Sekarang"
msgid "Not your cup of tea? You can disable this feature anytime."
msgstr "Bukan selera Anda? Anda dapat menonaktifkan fitur ini kapan saja."
-#: src/components/modals/UserProfileMobileSheet.tsx:549
+#: src/components/modals/UserProfileMobileSheet.tsx:553
#: src/components/modals/UserProfileModal.tsx:244
#: src/components/modals/UserProfileModal.tsx:248
#: src/components/pages/YouPage.tsx:144
@@ -12813,7 +12890,7 @@ msgstr "Catatan (hanya terlihat oleh Anda)"
msgid "nothing"
msgstr "tidak ada"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1387
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1411
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:218
#: src/components/modals/GuildNotificationSettingsModal.tsx:95
#: src/components/modals/GuildNotificationSettingsModal.tsx:226
@@ -12835,8 +12912,8 @@ msgid "Notification Overrides"
msgstr "Penimpaan Notifikasi"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:405
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1160
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1341
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1184
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1365
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:199
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsButton.tsx:59
#: src/components/modals/GuildNotificationSettingsModal.tsx:162
@@ -12904,17 +12981,17 @@ msgstr "Konten NSFW tidak diizinkan"
msgid "NSFW Gates"
msgstr "Gerbang NSFW"
-#: src/components/pages/ReportPage.tsx:266
+#: src/components/pages/report/optionDescriptors.ts:47
#: src/constants/IARConstants.tsx:52
msgid "NSFW Policy Violation"
msgstr "Pelanggaran Kebijakan NSFW"
#. placeholder {0}: formatter.format(visionarySlots.total)
-#: src/components/modals/components/plutonium/VisionarySection.tsx:82
+#: src/components/modals/components/plutonium/VisionarySection.tsx:91
msgid "Numbered badge (1-{0}) showing your Visionary status"
msgstr "Lencana bernomor (1-{0}) yang menunjukkan status Visionary Anda"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:83
+#: src/components/modals/components/plutonium/VisionarySection.tsx:92
msgid "Numbered badge showing your Visionary status"
msgstr "Lencana bernomor yang menunjukkan status Visionary Anda"
@@ -12933,8 +13010,8 @@ msgstr "Objek"
msgid "Off"
msgstr "Mati"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:281
-#: src/components/channel/ChannelMembers.tsx:137
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:287
+#: src/components/channel/ChannelMembers.tsx:108
#: src/Constants.tsx:134
#: src/utils/MemberListUtils.ts:150
#: src/utils/MemberListUtils.ts:188
@@ -12962,7 +13039,7 @@ msgid "Okay"
msgstr "Oke"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:446
-#: src/components/channel/ChannelSearchResults.tsx:224
+#: src/components/channel/ChannelSearchResults.tsx:181
msgid "Oldest"
msgstr "Terlama"
@@ -13020,25 +13097,25 @@ msgstr "Satu atau lebih kanal sedang diindeks"
msgid "one second ago"
msgstr "satu detik yang lalu"
-#: src/components/modals/components/plutonium/GiftSection.tsx:71
-#: src/components/modals/components/plutonium/GiftSection.tsx:80
-#: src/components/modals/components/plutonium/PricingSection.tsx:103
-#: src/components/modals/components/plutonium/PricingSection.tsx:112
+#: src/components/modals/components/plutonium/GiftSection.tsx:78
+#: src/components/modals/components/plutonium/GiftSection.tsx:90
+#: src/components/modals/components/plutonium/PricingSection.tsx:118
+#: src/components/modals/components/plutonium/PricingSection.tsx:130
msgid "one-time purchase"
msgstr "pembelian satu kali"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:65
+#: src/components/modals/components/plutonium/VisionarySection.tsx:74
msgid "One-time purchase, lifetime access."
msgstr "Pembelian sekali, akses seumur hidup."
-#: src/components/modals/components/plutonium/GiftSection.tsx:89
-#: src/components/modals/components/plutonium/PricingSection.tsx:90
-#: src/components/modals/components/plutonium/PricingSection.tsx:121
+#: src/components/modals/components/plutonium/GiftSection.tsx:102
+#: src/components/modals/components/plutonium/PricingSection.tsx:103
+#: src/components/modals/components/plutonium/PricingSection.tsx:142
msgid "one-time, lifetime"
msgstr "satu kali, seumur hidup"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:281
-#: src/components/channel/ChannelMembers.tsx:135
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:285
+#: src/components/channel/ChannelMembers.tsx:106
#: src/components/channel/dm/DMFriendsView.tsx:168
#: src/components/channel/friends/views/FriendsList.tsx:95
#: src/Constants.tsx:130
@@ -13051,7 +13128,7 @@ msgstr "Online"
msgid "Online Status"
msgstr "Status Online"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1382
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1406
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:212
#: src/components/modals/GuildNotificationSettingsModal.tsx:91
#: src/components/modals/GuildNotificationSettingsModal.tsx:281
@@ -13120,11 +13197,11 @@ msgstr "Buka Modal Klaim Akun"
msgid "Open color picker"
msgstr "Buka pemilih warna"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1398
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1422
msgid "Open Community Notification Settings"
msgstr "Buka Pengaturan Notifikasi Komunitas"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:286
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:322
msgid "Open Customer Portal"
msgstr "Buka Portal Pelanggan"
@@ -13293,7 +13370,7 @@ msgstr "Opsi Tiga"
msgid "Option Two"
msgstr "Opsi Dua"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:89
+#: src/components/modals/components/plutonium/VisionarySection.tsx:98
msgid "Optional #0000 tag"
msgstr "Tag #0000 opsional"
@@ -13309,7 +13386,7 @@ msgstr "ATAU"
msgid "Or copy the link:"
msgstr "Atau salin tautannya:"
-#: src/components/modals/InviteModal.tsx:312
+#: src/components/modals/InviteModal.tsx:309
msgid "or send an invite link to a friend:"
msgstr "atau kirim tautan undangan ke teman:"
@@ -13325,9 +13402,9 @@ msgstr "Pesan asli gagal dimuat"
msgid "Original message was deleted"
msgstr "Pesan asli telah dihapus"
-#: src/components/pages/ReportPage.tsx:273
-#: src/components/pages/ReportPage.tsx:287
-#: src/components/pages/ReportPage.tsx:303
+#: src/components/pages/report/optionDescriptors.ts:54
+#: src/components/pages/report/optionDescriptors.ts:65
+#: src/components/pages/report/optionDescriptors.ts:78
#: src/constants/IARConstants.tsx:87
#: src/constants/IARConstants.tsx:139
#: src/constants/IARConstants.tsx:195
@@ -13463,8 +13540,8 @@ msgstr "Kunci akses memerlukan bundel macOS yang ditandatangani dengan pengenal
#: src/components/auth/AuthLoginCore/AuthLoginEmailPasswordForm.tsx:90
#: src/components/auth/AuthRegisterFormCore.tsx:136
#: src/components/auth/AuthRegisterFormCore.tsx:217
-#: src/components/modals/ClaimAccountModal.tsx:168
-#: src/components/modals/ClaimAccountModal.tsx:208
+#: src/components/modals/ClaimAccountModal.tsx:170
+#: src/components/modals/ClaimAccountModal.tsx:210
#: src/components/modals/SudoVerificationModal.tsx:171
#: src/components/modals/SudoVerificationModal.tsx:236
#: src/components/modals/tabs/AccountSecurityTab/AccountTab.tsx:105
@@ -13546,11 +13623,11 @@ msgstr "Orang yang berteman dengan teman Anda dapat menambahkan Anda ke obrolan
msgid "People who are friends with your friends can call you"
msgstr "Orang yang berteman dengan teman Anda dapat menelepon Anda"
-#: src/components/modals/components/plutonium/PricingSection.tsx:73
+#: src/components/modals/components/plutonium/PricingSection.tsx:80
msgid "per month"
msgstr "per bulan"
-#: src/components/modals/components/plutonium/PricingSection.tsx:80
+#: src/components/modals/components/plutonium/PricingSection.tsx:90
msgid "per year"
msgstr "per tahun"
@@ -13588,8 +13665,8 @@ msgstr "Izin diberikan"
msgid "Personal notes"
msgstr "Catatan pribadi"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:479
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:778
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:493
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:810
#: src/components/channel/channel-header/useChannelHeaderData.ts:84
#: src/components/channel/dm/DMList.tsx:708
#: src/components/channel/dm/DMList.tsx:795
@@ -13662,16 +13739,16 @@ msgid "Pick which phone step to show"
msgstr "Pilih langkah telepon mana yang akan ditampilkan"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:336
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1132
-#: src/components/bottomsheets/DMBottomSheet.tsx:483
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1156
+#: src/components/bottomsheets/DMBottomSheet.tsx:485
#: src/components/channel/dm/DMList.tsx:287
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:153
msgid "Pin DM"
msgstr "Sematkan DM"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:295
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1132
-#: src/components/bottomsheets/DMBottomSheet.tsx:483
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1156
+#: src/components/bottomsheets/DMBottomSheet.tsx:485
#: src/components/channel/dm/DMList.tsx:248
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:133
msgid "Pin Group DM"
@@ -13714,20 +13791,20 @@ msgid "Ping: {latency}ms"
msgstr "Ping: {latency}ms"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:219
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:566
-#: src/components/bottomsheets/DMBottomSheet.tsx:147
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:580
+#: src/components/bottomsheets/DMBottomSheet.tsx:149
#: src/components/channel/dm/DMList.tsx:214
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:115
msgid "Pinned DM"
msgstr "DM Tersemat"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:219
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:566
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:580
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:95
msgid "Pinned group"
msgstr "Grup tersemat"
-#: src/components/bottomsheets/DMBottomSheet.tsx:147
+#: src/components/bottomsheets/DMBottomSheet.tsx:149
msgid "Pinned group DM"
msgstr "DM grup yang dipin"
@@ -13742,7 +13819,7 @@ msgstr "Pesan-pesan Tersemat"
msgid "pinned:"
msgstr "tersemat:"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:886
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:918
msgid "Pins"
msgstr "Sematan"
@@ -13789,15 +13866,15 @@ msgstr "Silakan periksa kotak masuk Anda untuk email verifikasi."
msgid "Please enable Fluxer in System Settings → Privacy & Security → Input Monitoring."
msgstr "Silakan aktifkan Fluxer di Pengaturan Sistem → Privasi & Keamanan → Pemantauan Input."
-#: src/components/pages/ReportPage.tsx:396
+#: src/components/pages/ReportPage.tsx:211
msgid "Please enter a valid email address."
msgstr "Silakan masukkan alamat email yang valid."
-#: src/components/channel/dm/AddFriendForm.tsx:74
+#: src/components/channel/dm/AddFriendForm.tsx:97
msgid "Please enter a valid FluxerTag (Username#0000)."
msgstr "Silakan masukkan FluxerTag yang valid (Username#0000)."
-#: src/components/pages/ReportPage.tsx:509
+#: src/components/pages/ReportPage.tsx:336
msgid "Please enter a valid message link URL."
msgstr "Silakan masukkan URL tautan pesan yang valid."
@@ -13809,26 +13886,22 @@ msgstr "Silakan masukkan endpoint API."
msgid "Please fill out the following fields: {fieldList}"
msgstr "Silakan isi kolom berikut: {fieldList}"
-#: src/components/pages/ReportPage.tsx:436
+#: src/components/pages/ReportPage.tsx:261
msgid "Please go back and enter a valid email address."
msgstr "Silakan kembali dan masukkan alamat email yang valid."
-#: src/components/pages/ReportPage.tsx:542
+#: src/components/pages/ReportPage.tsx:369
msgid "Please include the community (guild) ID you are reporting."
msgstr "Silakan sertakan ID komunitas (guild) yang Anda laporkan."
-#: src/components/pages/ReportPage.tsx:504
+#: src/components/pages/ReportPage.tsx:331
msgid "Please paste the message link you are reporting."
msgstr "Silakan tempel tautan pesan yang Anda laporkan."
-#: src/components/pages/ReportPage.tsx:391
+#: src/components/pages/ReportPage.tsx:206
msgid "Please provide an email address."
msgstr "Silakan berikan alamat email."
-#: src/components/pages/ReportPage.tsx:801
-msgid "Please provide the details of your report."
-msgstr "Silakan berikan detail laporan Anda."
-
#: src/components/modals/tabs/ApplicationsTab/ApplicationDetail.tsx:555
msgid "Please retry or go back to the applications list."
msgstr "Silakan coba lagi atau kembali ke daftar aplikasi."
@@ -13837,7 +13910,7 @@ msgstr "Silakan coba lagi atau kembali ke daftar aplikasi."
msgid "Please select a violation category"
msgstr "Silakan pilih kategori pelanggaran"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:297
+#: src/components/modals/tabs/GiftInventoryTab.tsx:320
msgid "Please try again later."
msgstr "Silakan coba lagi nanti."
@@ -13878,7 +13951,7 @@ msgstr "Privasi Lencana Plutonium"
msgid "Plutonium perks"
msgstr "Keuntungan Plutonium"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:110
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:129
msgid "Plutonium Subscription"
msgstr "Langganan Plutonium"
@@ -13886,7 +13959,7 @@ msgstr "Langganan Plutonium"
msgid "PNG"
msgstr "PNG"
-#: src/components/pages/ReportPage.tsx:331
+#: src/components/pages/report/optionDescriptors.ts:103
msgid "Poland"
msgstr "Polandia"
@@ -13903,7 +13976,7 @@ msgstr "jajak pendapat"
msgid "Popouts"
msgstr "Popout"
-#: src/components/pages/ReportPage.tsx:332
+#: src/components/pages/report/optionDescriptors.ts:104
msgid "Portugal"
msgstr "Portugal"
@@ -13943,11 +14016,11 @@ msgstr "Pengganti Jenis Premium"
msgid "Press keys..."
msgstr "Tekan tombol..."
-#: src/components/channel/MessageReactions.tsx:121
+#: src/components/channel/MessageReactions.tsx:120
msgid "press to add reaction"
msgstr "tekan untuk menambahkan reaksi"
-#: src/components/channel/MessageReactions.tsx:121
+#: src/components/channel/MessageReactions.tsx:120
msgid "press to remove reaction"
msgstr "tekan untuk menghapus reaksi"
@@ -14143,15 +14216,15 @@ msgstr "Lindungi akun Anda dengan autentikasi dua faktor dan passkey"
msgid "Provide any additional context that may help our Safety Team..."
msgstr "Berikan konteks tambahan apa pun yang dapat membantu Tim Keamanan kami..."
-#: src/components/pages/ReportPage.tsx:882
+#: src/components/pages/report/ReportStepDetails.tsx:156
msgid "Provide at least a user ID or a user tag."
msgstr "Berikan setidaknya ID pengguna atau tag pengguna."
-#: src/components/pages/ReportPage.tsx:527
+#: src/components/pages/ReportPage.tsx:354
msgid "Provide either a user ID or a FluxerTag for the person you are reporting."
msgstr "Berikan ID pengguna atau FluxerTag untuk orang yang Anda laporkan."
-#: src/components/pages/ReportPage.tsx:478
+#: src/components/pages/ReportPage.tsx:305
msgid "Provide your full legal name for the declaration."
msgstr "Berikan nama lengkap hukum Anda untuk deklarasi."
@@ -14163,7 +14236,7 @@ msgstr "Anggota yang dihapus tidak aktif selama {dayCount, plural, one {<0># har
msgid "Public bot"
msgstr "Bot publik"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:312
+#: src/components/modals/tabs/GiftInventoryTab.tsx:335
msgid "Purchase a Plutonium gift from the Plutonium tab to share with friends!"
msgstr "Beli hadiah Plutonium dari tab Plutonium untuk dibagikan dengan teman!"
@@ -14171,12 +14244,12 @@ msgstr "Beli hadiah Plutonium dari tab Plutonium untuk dibagikan dengan teman!"
msgid "Purchase History"
msgstr "Riwayat Pembelian"
-#: src/components/modals/components/plutonium/PricingSection.tsx:61
+#: src/components/modals/components/plutonium/PricingSection.tsx:67
msgid "Purchase mode"
msgstr "Mode pembelian"
#. placeholder {0}: getFormattedShortDate(new Date(gift.created_at))
-#: src/components/modals/tabs/GiftInventoryTab.tsx:119
+#: src/components/modals/tabs/GiftInventoryTab.tsx:120
msgid "Purchased {0}"
msgstr "Dibeli {0}"
@@ -14275,7 +14348,7 @@ msgstr "Tombol radio memungkinkan memilih satu opsi dari grup."
msgid "Radio Group"
msgstr "Grup Radio"
-#: src/components/pages/ReportPage.tsx:300
+#: src/components/pages/report/optionDescriptors.ts:75
#: src/constants/IARConstants.tsx:180
msgid "Raid Coordination"
msgstr "Koordinasi Raid"
@@ -14310,7 +14383,7 @@ msgid "Reactions"
msgstr "Reaksi"
#: src/components/layout/app-layout/nagbars/PremiumExpiredNagbar.tsx:77
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:284
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:320
msgid "Reactivate"
msgstr "Aktifkan kembali"
@@ -14323,15 +14396,15 @@ msgstr "Baca Riwayat Pesan"
msgid "Read the community's audit log of changes and moderation actions."
msgstr "Baca log audit komunitas untuk perubahan dan tindakan moderasi."
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:146
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:160
msgid "Read the Documentation (fluxer.dev)"
msgstr "Baca Dokumentasi (fluxer.dev)"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:52
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:60
msgid "Ready to Buy a Gift?"
msgstr "Siap Membeli Hadiah?"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:52
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:60
msgid "Ready to Upgrade?"
msgstr "Siap Meningkatkan?"
@@ -14388,11 +14461,11 @@ msgstr "Menyambung ulang…"
msgid "Record shortcut"
msgstr "Rekam pintasan"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:269
+#: src/components/modals/tabs/GiftInventoryTab.tsx:292
msgid "Redeem"
msgstr "Tukarkan"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:232
+#: src/components/modals/tabs/GiftInventoryTab.tsx:255
msgid "Redeem a Gift"
msgstr "Tukarkan Hadiah"
@@ -14400,40 +14473,40 @@ msgstr "Tukarkan Hadiah"
msgid "Redeem Beta Code"
msgstr "Tukarkan Kode Beta"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:165
+#: src/components/modals/tabs/GiftInventoryTab.tsx:166
msgid "Redeem for Yourself"
msgstr "Tukarkan untuk Diri Sendiri"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:255
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:281
msgid "Redeem Gift Code"
msgstr "Tukarkan Kode Hadiah"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:238
+#: src/components/modals/tabs/GiftInventoryTab.tsx:261
msgid "Redeem gift code form"
msgstr "Formulir penukaran kode hadiah"
#. placeholder {0}: redeemedBetaCodes.length
-#: src/components/modals/tabs/BetaCodesTab.tsx:349
+#: src/components/modals/tabs/BetaCodesTab.tsx:374
msgid "Redeemed ({0})"
msgstr "Ditukarkan ({0})"
#. placeholder {0}: getFormattedShortDate(new Date(gift.redeemed_at!))
-#: src/components/modals/tabs/GiftInventoryTab.tsx:117
+#: src/components/modals/tabs/GiftInventoryTab.tsx:118
msgid "Redeemed {0}"
msgstr "Ditukarkan {0}"
#. placeholder {0}: gift.redeemed_by.username
#. placeholder {1}: gift.redeemed_by.discriminator
-#: src/components/modals/tabs/GiftInventoryTab.tsx:153
+#: src/components/modals/tabs/GiftInventoryTab.tsx:154
msgid "Redeemed by {0}#{1}"
msgstr "Ditukarkan oleh {0}#{1}"
-#: src/components/modals/tabs/BetaCodesTab.tsx:54
+#: src/components/modals/tabs/BetaCodesTab.tsx:56
msgid "Redeemer"
msgstr "Penukar"
-#: src/components/modals/tabs/BetaCodesTab.tsx:111
-#: src/components/modals/tabs/BetaCodesTab.tsx:188
+#: src/components/modals/tabs/BetaCodesTab.tsx:113
+#: src/components/modals/tabs/BetaCodesTab.tsx:190
msgid "Redeemer:"
msgstr "Penukar:"
@@ -14526,7 +14599,7 @@ msgstr "Tombol Biasa"
msgid "Regular button clicked!"
msgstr "Tombol biasa diklik!"
-#: src/components/channel/channel-view/DMChannelView.tsx:298
+#: src/components/channel/channel-view/DMChannelView.tsx:299
#: src/components/voice/IncomingCallUI.tsx:310
msgid "Reject"
msgstr "Tolak"
@@ -14624,19 +14697,19 @@ msgstr "Hapus suara masuk"
msgid "Remove filter"
msgstr "Hapus filter"
-#: src/components/bottomsheets/DMBottomSheet.tsx:508
-#: src/components/channel/dm/DMWelcomeSection.tsx:132
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:144
+#: src/components/bottomsheets/DMBottomSheet.tsx:510
+#: src/components/channel/dm/DMWelcomeSection.tsx:144
#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:146
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:253
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:148
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:255
#: src/components/modals/UserProfileActionsSheet.tsx:115
#: src/components/modals/UserProfileActionsSheet.tsx:117
#: src/components/modals/UserProfileActionsSheet.tsx:278
-#: src/components/modals/UserProfileMobileSheet.tsx:302
-#: src/components/modals/UserProfileMobileSheet.tsx:304
+#: src/components/modals/UserProfileMobileSheet.tsx:303
+#: src/components/modals/UserProfileMobileSheet.tsx:305
#: src/components/modals/UserProfileModal.tsx:1143
-#: src/components/modals/UserProfileModal.tsx:1228
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:108
+#: src/components/modals/UserProfileModal.tsx:1229
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:129
#: src/utils/RelationshipActionUtils.tsx:113
#: src/utils/RelationshipActionUtils.tsx:115
msgid "Remove Friend"
@@ -14654,8 +14727,8 @@ msgid "Remove from favorites"
msgstr "Hapus dari favorit"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:370
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1103
-#: src/components/bottomsheets/DMBottomSheet.tsx:400
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1127
+#: src/components/bottomsheets/DMBottomSheet.tsx:402
#: src/components/channel/ChannelHeader.tsx:547
#: src/components/channel/ChannelHeader.tsx:595
#: src/components/channel/ChannelHeader.tsx:600
@@ -14720,7 +14793,7 @@ msgstr "Hapus Spoiler"
msgid "Remove sticker"
msgstr "Hapus stiker"
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:285
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:288
#: src/components/modals/RemoveTimeoutModal.tsx:61
#: src/components/modals/RemoveTimeoutModal.tsx:75
#: src/components/modals/TimeoutMemberSheet.tsx:101
@@ -14763,11 +14836,11 @@ msgid "Removed from bookmarks"
msgstr "Dihapus dari bookmark"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:115
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:541
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:555
msgid "Removed from favorites"
msgstr "Dihapus dari favorit"
-#: src/components/bottomsheets/DMBottomSheet.tsx:126
+#: src/components/bottomsheets/DMBottomSheet.tsx:128
msgid "Removed from Favorites"
msgstr "Dihapus dari Favorit"
@@ -14891,7 +14964,7 @@ msgstr "Nama komunitas diganti menjadi {0}."
msgid "Render all your messages as unknown message type"
msgstr "Tampilkan semua pesan Anda sebagai tipe pesan tidak dikenal"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:234
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:253
msgid "Renews on <0>{renewalDate}0>."
msgstr "Diperbarui pada <0>{renewalDate}0>."
@@ -14932,15 +15005,15 @@ msgstr "Balas"
msgid "Replying to <0>{authorNickname}0>"
msgstr "Membalas <0>{authorNickname}0>"
-#: src/components/pages/ReportPage.tsx:249
+#: src/components/pages/report/optionDescriptors.ts:38
msgid "Report a Community"
msgstr "Laporkan Komunitas"
-#: src/components/pages/ReportPage.tsx:247
+#: src/components/pages/report/optionDescriptors.ts:36
msgid "Report a Message"
msgstr "Laporkan Pesan"
-#: src/components/pages/ReportPage.tsx:248
+#: src/components/pages/report/optionDescriptors.ts:37
msgid "Report a User Profile"
msgstr "Laporkan Profil Pengguna"
@@ -14949,12 +15022,12 @@ msgstr "Laporkan Profil Pengguna"
msgid "Report Community"
msgstr "Laporkan Komunitas"
-#: src/components/pages/ReportPage.tsx:801
-msgid "Report Details"
-msgstr "Detail Laporan"
+#: src/components/pages/report/ReportStepDetails.tsx:74
+msgid "Report details"
+msgstr "Detail laporan"
-#: src/components/pages/ReportPage.tsx:241
-#: src/components/pages/ReportPage.tsx:612
+#: src/components/pages/report/ReportStepSelection.tsx:41
+#: src/components/pages/ReportPage.tsx:60
msgid "Report Illegal Content"
msgstr "Laporkan Konten Ilegal"
@@ -14963,33 +15036,24 @@ msgstr "Laporkan Konten Ilegal"
msgid "Report Message"
msgstr "Laporkan Pesan"
-#: src/components/pages/ReportPage.tsx:588
-msgid "Report Submitted"
-msgstr "Laporan Dikirim"
+#: src/components/pages/report/ReportStepComplete.tsx:36
+msgid "Report submitted"
+msgstr "Laporan telah diajukan"
#: src/components/modals/IARModal.tsx:128
msgid "Report submitted successfully. Our Safety Team will review it shortly."
msgstr "Laporan berhasil dikirim. Tim Keamanan kami akan segera meninjaunya."
-#: src/components/pages/ReportPage.tsx:624
-msgid "Report Type"
-msgstr "Jenis Laporan"
-
#: src/components/modals/IARModal.tsx:84
#: src/components/modals/UserProfileActionsSheet.tsx:289
#: src/components/modals/UserProfileModal.tsx:1157
msgid "Report User"
msgstr "Laporkan Pengguna"
-#: src/components/pages/ReportPage.tsx:852
+#: src/components/pages/report/ReportStepDetails.tsx:123
msgid "Reported User Tag (optional)"
msgstr "Tag Pengguna yang Dilaporkan (opsional)"
-#: src/components/pages/ReportPage.tsx:644
-#: src/components/pages/ReportPage.tsx:804
-msgid "Reporting:"
-msgstr "Melaporkan:"
-
#: src/components/modals/tabs/PrivacySafetyTab/DataExportTab.tsx:48
#: src/components/modals/tabs/PrivacySafetyTab/DataExportTab.tsx:125
msgid "Request Data Export"
@@ -15050,7 +15114,7 @@ msgstr "Memerlukan Plutonium"
msgid "Reschedule Message"
msgstr "Jadwal Ulang Pesan"
-#: src/components/modals/ClaimAccountModal.tsx:222
+#: src/components/modals/ClaimAccountModal.tsx:224
#: src/components/modals/EmailChangeModal.tsx:230
#: src/components/modals/EmailChangeModal.tsx:294
msgid "Resend"
@@ -15064,7 +15128,11 @@ msgstr "Kirim Ulang ({newSecondsRemaining}s)"
msgid "Resend ({originalSecondsRemaining}s)"
msgstr "Kirim Ulang ({originalSecondsRemaining}s)"
-#: src/components/modals/ClaimAccountModal.tsx:222
+#: src/components/pages/report/ReportStepVerification.tsx:114
+msgid "Resend ({resendCooldownSeconds}s)"
+msgstr "Kirim ulang ({resendCooldownSeconds}s)"
+
+#: src/components/modals/ClaimAccountModal.tsx:224
msgid "Resend ({resendSecondsRemaining}s)"
msgstr "Kirim Ulang ({resendSecondsRemaining}s)"
@@ -15072,7 +15140,7 @@ msgstr "Kirim Ulang ({resendSecondsRemaining}s)"
msgid "Resend Button Loading"
msgstr "Tombol Kirim Ulang Memuat"
-#: src/components/pages/ReportPage.tsx:761
+#: src/components/pages/report/ReportStepVerification.tsx:116
msgid "Resend code"
msgstr "Kirim ulang kode"
@@ -15097,7 +15165,7 @@ msgid "Resent"
msgstr "Telah Dikirim Ulang"
#: src/components/keybinds/KeybindRecorder.tsx:215
-#: src/components/modals/components/MobileSettingsView.tsx:128
+#: src/components/modals/components/MobileSettingsView.tsx:123
#: src/components/modals/components/SettingsModalHeader.tsx:81
#: src/components/modals/ImageCropModal.tsx:977
#: src/components/modals/tabs/KeybindsTab.tsx:154
@@ -15173,8 +15241,8 @@ msgstr "Pulihkan layar penuh"
msgid "Restore maximized"
msgstr "Pulihkan dimaksimalkan"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:280
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:282
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:316
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:318
msgid "Resubscribe"
msgstr "Berlangganan Ulang"
@@ -15189,11 +15257,11 @@ msgstr "Berlangganan Ulang"
#: src/components/modals/guildTabs/GuildStickersTab.tsx:211
#: src/components/modals/guildTabs/GuildWebhooksTab.tsx:137
#: src/components/modals/tabs/ApplicationsTab/ApplicationDetail.tsx:559
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:108
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:112
#: src/components/modals/tabs/AuthorizedAppsTab.tsx:121
-#: src/components/modals/tabs/BetaCodesTab.tsx:301
+#: src/components/modals/tabs/BetaCodesTab.tsx:326
#: src/components/modals/tabs/DevicesTab.tsx:231
-#: src/components/modals/tabs/GiftInventoryTab.tsx:300
+#: src/components/modals/tabs/GiftInventoryTab.tsx:323
msgid "Retry"
msgstr "Coba Lagi"
@@ -15244,8 +15312,8 @@ msgstr "Tinjau apa yang diminta aplikasi ini sebelum Anda melanjutkan."
#: src/components/invites/InviteListItem.tsx:217
#: src/components/modals/GroupInvitesBottomSheet.tsx:78
#: src/components/modals/GroupInvitesModal.tsx:76
-#: src/components/modals/tabs/BetaCodesTab.tsx:143
-#: src/components/modals/tabs/BetaCodesTab.tsx:220
+#: src/components/modals/tabs/BetaCodesTab.tsx:145
+#: src/components/modals/tabs/BetaCodesTab.tsx:222
msgid "Revoke"
msgstr "Cabut"
@@ -15369,7 +15437,7 @@ msgstr "Peran & Izin"
msgid "Roles updated successfully"
msgstr "Peran berhasil diperbarui"
-#: src/components/pages/ReportPage.tsx:333
+#: src/components/pages/report/optionDescriptors.ts:105
msgid "Romania"
msgstr "Rumania"
@@ -15423,7 +15491,7 @@ msgstr "Saturasi"
#: src/components/modals/AddFavoriteMemeModal.tsx:102
#: src/components/modals/AttachmentEditModal.tsx:90
#: src/components/modals/BaseChangeNicknameModal.tsx:115
-#: src/components/modals/components/MobileSettingsView.tsx:131
+#: src/components/modals/components/MobileSettingsView.tsx:126
#: src/components/modals/CustomStatusBottomSheet.tsx:231
#: src/components/modals/CustomStatusModal.tsx:362
#: src/components/modals/EditFavoriteMemeModal.tsx:88
@@ -15438,9 +15506,9 @@ msgstr "Saturasi"
msgid "Save"
msgstr "Simpan"
-#: src/components/modals/components/plutonium/GiftSection.tsx:72
-#: src/components/modals/components/plutonium/PricingSection.tsx:81
-#: src/components/modals/components/plutonium/PricingSection.tsx:104
+#: src/components/modals/components/plutonium/GiftSection.tsx:79
+#: src/components/modals/components/plutonium/PricingSection.tsx:91
+#: src/components/modals/components/plutonium/PricingSection.tsx:119
msgid "Save 17%"
msgstr "Hemat 17%"
@@ -15600,8 +15668,8 @@ msgstr "Gulir Chat ke Bawah"
msgid "Scroll Chat Up"
msgstr "Gulir Chat ke Atas"
-#: src/components/modals/components/plutonium/GiftSection.tsx:103
-#: src/components/modals/components/plutonium/PricingSection.tsx:138
+#: src/components/modals/components/plutonium/GiftSection.tsx:117
+#: src/components/modals/components/plutonium/PricingSection.tsx:160
msgid "Scroll down to view all the sweet perks you get with Plutonium"
msgstr "Gulir ke bawah untuk melihat semua keuntungan manis yang Anda dapatkan dengan Plutonium"
@@ -15613,11 +15681,11 @@ msgstr "Gulir riwayat chat ke bawah"
msgid "Scroll the chat history up"
msgstr "Gulir riwayat chat ke atas"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:857
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:889
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:400
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:460
#: src/components/channel/ChannelHeader.tsx:586
-#: src/components/channel/shared/PickerSearchInput.tsx:204
+#: src/components/channel/shared/PickerSearchInput.tsx:203
#: src/components/modals/tabs/ComponentGalleryTab/InputsTab.tsx:126
#: src/stores/KeybindStore.ts:414
#: src/utils/quick-switcher/QuickSwitcherModalUtils.tsx:86
@@ -15674,7 +15742,7 @@ msgstr "Cari kanal, orang, atau komunitas"
#: src/components/common/FriendSelector.tsx:196
#: src/components/modals/AddFriendsToGroupModal.tsx:53
#: src/components/modals/CreateDMModal.tsx:68
-#: src/components/modals/InviteModal.tsx:237
+#: src/components/modals/InviteModal.tsx:248
#: src/components/modals/shared/RecipientList.tsx:177
#: src/components/modals/ShareThemeModal.tsx:144
msgid "Search friends"
@@ -15718,7 +15786,7 @@ msgstr "Cari permintaan tertunda"
msgid "Search Permissions..."
msgstr "Cari Izin..."
-#: src/components/channel/ChannelSearchResults.tsx:321
+#: src/components/channel/ChannelSearchResults.tsx:278
#: src/components/modals/components/DesktopSettingsView.tsx:360
msgid "Search Results"
msgstr "Hasil Pencarian"
@@ -15737,7 +15805,7 @@ msgid "Search scope"
msgstr "Cakupan pencarian"
#. placeholder {0}: activeScopeOption.label
-#: src/components/channel/ChannelSearchResults.tsx:1052
+#: src/components/channel/ChannelSearchResults.tsx:1031
#: src/components/channel/MessageSearchBar/MessageSearchBar.tsx:378
msgid "Search scope: {0}"
msgstr "Cakupan pencarian: {0}"
@@ -15767,7 +15835,7 @@ msgstr "Cari pengguna"
msgid "Search within the current view"
msgstr "Cari dalam tampilan saat ini"
-#: src/components/channel/ChannelSearchResults.tsx:319
+#: src/components/channel/ChannelSearchResults.tsx:276
msgid "Searching..."
msgstr "Mencari..."
@@ -15848,9 +15916,9 @@ msgstr "Lihat bagaimana undangan Anda terlihat oleh pengunjung."
msgid "Select"
msgstr "Pilih"
-#: src/components/pages/ReportPage.tsx:261
-#: src/components/pages/ReportPage.tsx:280
-#: src/components/pages/ReportPage.tsx:294
+#: src/components/pages/report/optionDescriptors.ts:42
+#: src/components/pages/report/optionDescriptors.ts:58
+#: src/components/pages/report/optionDescriptors.ts:69
msgid "Select a category"
msgstr "Pilih kategori"
@@ -15871,7 +15939,7 @@ msgstr "Pilih Komunitas"
msgid "Select a community where you have <0>Manage Community0> permissions."
msgstr "Pilih komunitas di mana Anda memiliki izin <0>Kelola Komunitas0>."
-#: src/components/pages/ReportPage.tsx:310
+#: src/components/pages/report/optionDescriptors.ts:82
msgid "Select a country"
msgstr "Pilih negara"
@@ -15887,7 +15955,7 @@ msgstr "Pilih skenario untuk diterapkan..."
msgid "Select a verification method."
msgstr "Pilih metode verifikasi."
-#: src/components/pages/ReportPage.tsx:473
+#: src/components/pages/ReportPage.tsx:300
msgid "Select a violation category."
msgstr "Pilih kategori pelanggaran."
@@ -15958,11 +16026,15 @@ msgstr "Pilih layar atau jendela"
msgid "Select the account you want to sign in with on the desktop app."
msgstr "Pilih akun yang ingin Anda gunakan untuk masuk di aplikasi desktop."
+#: src/components/pages/report/ReportStepSelection.tsx:44
+msgid "Select what you want to report."
+msgstr "Pilih apa yang ingin kamu laporkan."
+
#: src/components/modals/utils/settingsSearchIndex.ts:460
msgid "Select your camera"
msgstr "Pilih kamera Anda"
-#: src/components/pages/ReportPage.tsx:483
+#: src/components/pages/ReportPage.tsx:310
msgid "Select your country of residence."
msgstr "Pilih negara tempat tinggal Anda."
@@ -15986,7 +16058,7 @@ msgstr "Pilih..."
msgid "Selections"
msgstr "Pilihan"
-#: src/components/pages/ReportPage.tsx:269
+#: src/components/pages/report/optionDescriptors.ts:50
#: src/constants/IARConstants.tsx:67
msgid "Self-Harm or Suicide"
msgstr "Melukai Diri atau Bunuh Diri"
@@ -16035,7 +16107,7 @@ msgstr "Kirim pesan aksi (dibungkus dalam huruf miring)."
msgid "Send an SMS code first."
msgstr "Kirim kode SMS terlebih dahulu."
-#: src/components/modals/ClaimAccountModal.tsx:182
+#: src/components/modals/ClaimAccountModal.tsx:184
#: src/components/modals/EmailChangeModal.tsx:265
#: src/components/modals/PhoneAddModal.tsx:206
msgid "Send code"
@@ -16045,9 +16117,9 @@ msgstr "Kirim kode"
msgid "Send Code"
msgstr "Kirim Kode"
-#: src/components/channel/dm/DMWelcomeSection.tsx:109
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:269
-#: src/components/modals/UserProfileModal.tsx:1288
+#: src/components/channel/dm/DMWelcomeSection.tsx:112
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:272
+#: src/components/modals/UserProfileModal.tsx:1290
msgid "Send Friend Request"
msgstr "Kirim Permintaan Teman"
@@ -16073,7 +16145,7 @@ msgstr "Kirim pesan"
msgid "Send Messages"
msgstr "Kirim Pesan"
-#: src/components/channel/dm/AddFriendForm.tsx:119
+#: src/components/channel/dm/AddFriendForm.tsx:142
msgid "Send Request"
msgstr "Kirim Permintaan"
@@ -16097,11 +16169,11 @@ msgstr "Kirim pesan teks-ke-suara."
msgid "Send TTS Messages"
msgstr "Kirim Pesan TTS"
-#: src/components/pages/ReportPage.tsx:676
+#: src/components/pages/report/ReportStepEmail.tsx:92
msgid "Send Verification Code"
msgstr "Kirim Kode Verifikasi"
-#: src/components/modals/InviteModal.tsx:258
+#: src/components/modals/InviteModal.tsx:268
#: src/components/modals/shared/RecipientList.tsx:223
#: src/components/modals/ShareThemeModal.tsx:162
msgid "Sent"
@@ -16128,7 +16200,7 @@ msgstr "Sesi kedaluwarsa. Silakan masuk lagi."
msgid "Set a custom invite URL for your community."
msgstr "Atur URL undangan kustom untuk komunitas Anda."
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:401
+#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:361
#: src/components/modals/StatusChangeBottomSheet.tsx:171
#: src/components/popouts/UserAreaPopout.tsx:444
msgid "Set a custom status"
@@ -16336,7 +16408,7 @@ msgid "Set your timezone"
msgstr "Atur zona waktu Anda"
#: src/components/bottomsheets/VoiceLobbyBottomSheet.tsx:220
-#: src/components/modals/components/MobileSettingsView.tsx:531
+#: src/components/modals/components/MobileSettingsView.tsx:485
#: src/components/modals/tabs/ComponentGalleryTab/ButtonsTab.tsx:150
#: src/components/modals/tabs/ComponentGalleryTab/ButtonsTab.tsx:221
#: src/components/modals/tabs/ComponentGalleryTab/index.tsx:94
@@ -16383,7 +16455,11 @@ msgstr "Aksi berbagi!"
msgid "Share Audio"
msgstr "Bagikan Audio"
-#: src/components/modals/components/plutonium/GiftSection.tsx:63
+#: src/components/pages/report/ReportStepDetails.tsx:77
+msgid "Share only what's needed to help our team assess the content."
+msgstr "Bagikan hanya yang diperlukan untuk membantu tim kami menilai konten."
+
+#: src/components/modals/components/plutonium/GiftSection.tsx:69
msgid "Share the Plutonium experience with your friends by purchasing a gift subscription."
msgstr "Bagikan pengalaman Plutonium dengan teman-teman Anda dengan membeli langganan hadiah."
@@ -16417,7 +16493,7 @@ msgstr "Bagikan Tema Anda"
msgid "Shared theme"
msgstr "Tema yang dibagikan"
-#: src/components/pages/ReportPage.tsx:268
+#: src/components/pages/report/optionDescriptors.ts:49
#: src/constants/IARConstants.tsx:62
msgid "Sharing Personal Information"
msgstr "Berbagi Informasi Pribadi"
@@ -16797,11 +16873,11 @@ msgstr "Slider dengan Nilai Langkah"
msgid "Sliders"
msgstr "Slider"
-#: src/components/pages/ReportPage.tsx:334
+#: src/components/pages/report/optionDescriptors.ts:106
msgid "Slovakia"
msgstr "Slovakia"
-#: src/components/pages/ReportPage.tsx:335
+#: src/components/pages/report/optionDescriptors.ts:107
msgid "Slovenia"
msgstr "Slovenia"
@@ -16952,7 +17028,8 @@ msgstr "Ada yang salah dan aplikasi mogok. Coba muat ulang atau atur ulang aplik
msgid "Something went wrong while loading the audit log."
msgstr "Ada yang salah saat memuat log audit."
-#: src/components/pages/ReportPage.tsx:563
+#: src/components/pages/ReportPage.tsx:103
+#: src/components/pages/ReportPage.tsx:395
msgid "Something went wrong while submitting the report. Please try again."
msgstr "Ada yang salah saat mengirimkan laporan. Silakan coba lagi."
@@ -16969,7 +17046,7 @@ msgid "Sort"
msgstr "Urutkan"
#. placeholder {0}: activeSortOption.label
-#: src/components/channel/ChannelSearchResults.tsx:1063
+#: src/components/channel/ChannelSearchResults.tsx:1042
msgid "Sort mode: {0}"
msgstr "Mode urutan: {0}"
@@ -17008,21 +17085,21 @@ msgstr "Jarak antar grup pesan"
msgid "Spacious layout with clear visual separation between messages."
msgstr "Tata letak lapang dengan pemisahan visual yang jelas antar pesan."
-#: src/components/pages/ReportPage.tsx:336
+#: src/components/pages/report/optionDescriptors.ts:108
msgid "Spain"
msgstr "Spanyol"
-#: src/components/pages/ReportPage.tsx:283
+#: src/components/pages/report/optionDescriptors.ts:61
#: src/constants/IARConstants.tsx:119
msgid "Spam Account"
msgstr "Akun Spam"
-#: src/components/pages/ReportPage.tsx:265
+#: src/components/pages/report/optionDescriptors.ts:46
#: src/constants/IARConstants.tsx:47
msgid "Spam or Scam"
msgstr "Spam atau Penipuan"
-#: src/components/pages/ReportPage.tsx:301
+#: src/components/pages/report/optionDescriptors.ts:76
#: src/constants/IARConstants.tsx:185
msgid "Spam or Scam Community"
msgstr "Komunitas Spam atau Penipuan"
@@ -17141,9 +17218,9 @@ msgstr "Mulai kurasi paket emoji kustom yang bisa Anda bagikan dan instal."
msgid "Start Mic Test"
msgstr "Mulai Tes Mikrofon"
-#: src/components/pages/ReportPage.tsx:687
-#: src/components/pages/ReportPage.tsx:771
-#: src/components/pages/ReportPage.tsx:964
+#: src/components/pages/report/ReportStepDetails.tsx:252
+#: src/components/pages/report/ReportStepEmail.tsx:103
+#: src/components/pages/report/ReportStepVerification.tsx:132
msgid "Start over"
msgstr "Mulai ulang"
@@ -17151,13 +17228,13 @@ msgstr "Mulai ulang"
msgid "Start Sharing"
msgstr "Mulai Berbagi"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:122
+#: src/components/channel/ChannelHeader/CallButtons.tsx:160
#: src/components/modals/UserProfileModal.tsx:1109
#: src/components/uikit/ContextMenu/items/CallMenuItems.tsx:91
msgid "Start Video Call"
msgstr "Mulai Panggilan Video"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:70
+#: src/components/channel/ChannelHeader/CallButtons.tsx:90
#: src/components/modals/UserProfileModal.tsx:1100
#: src/components/uikit/ContextMenu/items/CallMenuItems.tsx:60
msgid "Start Voice Call"
@@ -17182,9 +17259,21 @@ msgstr "Indikator Status"
msgid "Status Slate"
msgstr "Status Slate"
-#: src/components/pages/ReportPage.tsx:574
-msgid "Step {stepNumber} of {FLOW_TOTAL_STEPS}"
-msgstr "Langkah {stepNumber} dari {FLOW_TOTAL_STEPS}"
+#: src/components/pages/report/ReportStepSelection.tsx:38
+msgid "Step 1"
+msgstr "Langkah 1"
+
+#: src/components/pages/report/ReportStepEmail.tsx:51
+msgid "Step 2"
+msgstr "Langkah 2"
+
+#: src/components/pages/report/ReportStepVerification.tsx:61
+msgid "Step 3"
+msgstr "Langkah 3"
+
+#: src/components/pages/report/ReportStepDetails.tsx:71
+msgid "Step 4"
+msgstr "Langkah 4"
#: src/utils/SystemMessageUtils.tsx:45
msgid "Step in, {username}! No paradoxes here; we're all friends."
@@ -17229,7 +17318,7 @@ msgid "Sticker density"
msgstr "Kepadatan stiker"
#: src/components/auth/InviteHeader.tsx:140
-#: src/components/channel/InviteEmbed.tsx:197
+#: src/components/channel/InviteEmbed.tsx:199
#: src/components/modals/InviteAcceptModal.tsx:142
#: src/components/modals/tabs/ExpressionPacksTab.tsx:70
msgid "Sticker pack"
@@ -17261,7 +17350,7 @@ msgstr "Stiker Diperbarui"
#: src/components/channel/AutocompleteEmoji.tsx:111
#: src/components/channel/textarea/TextareaButtons.tsx:134
-#: src/components/modals/ExpressionPickerSheet.tsx:86
+#: src/components/modals/ExpressionPickerSheet.tsx:73
#: src/components/popouts/ExpressionPickerPopout.tsx:79
msgid "Stickers"
msgstr "Stiker"
@@ -17330,11 +17419,11 @@ msgstr "Aula Belajar"
msgid "Style Variations"
msgstr "Variasi Gaya"
-#: src/components/pages/ReportPage.tsx:601
+#: src/components/pages/report/ReportStepComplete.tsx:41
msgid "Submit another report"
msgstr "Kirim laporan lain"
-#: src/components/pages/ReportPage.tsx:958
+#: src/components/pages/report/ReportStepDetails.tsx:240
msgid "Submit DSA Report"
msgstr "Kirim Laporan DSA"
@@ -17346,7 +17435,7 @@ msgstr "Kirim Laporan"
msgid "Submitting"
msgstr "Mengirim"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:53
+#: src/components/modals/components/plutonium/VisionarySection.tsx:58
msgid "subscription"
msgstr "langganan"
@@ -17464,7 +17553,7 @@ msgstr "Sembunyikan Embed"
msgid "Swap text to reverify variants"
msgstr "Tukar teks untuk memverifikasi ulang varian"
-#: src/components/pages/ReportPage.tsx:337
+#: src/components/pages/report/optionDescriptors.ts:109
msgid "Sweden"
msgstr "Swedia"
@@ -17476,7 +17565,7 @@ msgstr "Swedia"
msgid "Switch account"
msgstr "Ganti akun"
-#: src/components/popouts/UserAreaPopout.tsx:497
+#: src/components/popouts/UserAreaPopout.tsx:499
msgid "Switch Accounts"
msgstr "Ganti Akun"
@@ -17649,8 +17738,8 @@ msgstr "Teks (NSFW)"
msgid "Text channel"
msgstr "Kanal teks"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:473
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:662
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:487
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:676
#: src/components/channel/channel-header/useChannelHeaderData.ts:96
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:314
msgid "Text Channel"
@@ -17677,19 +17766,19 @@ msgstr "Area teks"
msgid "Thai"
msgstr "Thai"
-#: src/components/pages/ReportPage.tsx:589
-msgid "Thank you for filing a report. We'll review it as soon as possible."
-msgstr "Terima kasih telah mengajukan laporan. Kami akan meninjaunya sesegera mungkin."
-
#: src/components/modals/IARModal.tsx:187
msgid "Thank you for helping keep Fluxer safe. Reports are reviewed by our Safety Team. False reports may result in action against your account."
msgstr "Terima kasih telah membantu menjaga Fluxer aman. Laporan ditinjau oleh Tim Keamanan kami. Laporan palsu dapat mengakibatkan tindakan terhadap akun Anda."
+#: src/components/pages/report/ReportStepComplete.tsx:37
+msgid "Thank you for helping keep Fluxer safe. We'll review your report as soon as possible."
+msgstr "Terima kasih telah membantu menjaga keamanan Fluxer. Kami akan meninjau laporanmu secepat mungkin."
+
#: src/components/form/ColorPickerField.tsx:274
msgid "That doesn't look like a valid color. Try hex, rgb(), hsl(), or a CSS color name."
msgstr "Itu tidak terlihat seperti warna yang valid. Coba hex, rgb(), hsl(), atau nama warna CSS."
-#: src/components/pages/ReportPage.tsx:846
+#: src/components/pages/report/ReportStepDetails.tsx:117
msgid "That doesn't look like a valid URL."
msgstr "Itu tidak terlihat seperti URL yang valid."
@@ -17733,8 +17822,8 @@ msgstr "Bot telah ditambahkan."
msgid "The channel you're looking for may have been deleted or you may not have access to it."
msgstr "Kanal yang Anda cari mungkin telah dihapus atau Anda tidak memiliki akses ke sana."
-#: src/components/layout/GuildLayout.tsx:308
-#: src/components/layout/GuildLayout.tsx:371
+#: src/components/layout/GuildLayout.tsx:313
+#: src/components/layout/GuildLayout.tsx:376
msgid "The community you're looking for may have been deleted or you may not have access to it."
msgstr "Komunitas yang Anda cari mungkin telah dihapus atau Anda tidak memiliki akses ke sana."
@@ -17795,7 +17884,7 @@ msgstr "Waktu tunggu tidak boleh melebihi 365 hari (31536000 detik)."
msgid "The URL this link channel points to."
msgstr "URL yang ditunjuk oleh kanal tautan ini."
-#: src/components/pages/ReportPage.tsx:452
+#: src/components/pages/ReportPage.tsx:277
msgid "The verification code is invalid or expired."
msgstr "Kode verifikasi tidak valid atau telah kedaluwarsa."
@@ -17869,7 +17958,7 @@ msgstr "Pengaturan ini menggunakan pemrosesan audio asli browser untuk meningkat
msgid "These toggles force the client to treat features as enabled or disabled without relying on the server configuration. They only affect your client experience and are shown to developers for testing."
msgstr "Toggle ini memaksa klien untuk memperlakukan fitur sebagai diaktifkan atau dinonaktifkan tanpa bergantung pada konfigurasi server. Mereka hanya memengaruhi pengalaman klien Anda dan ditampilkan kepada pengembang untuk pengujian."
-#: src/components/channel/channel-view/DMChannelView.tsx:356
+#: src/components/channel/channel-view/DMChannelView.tsx:357
msgid "They might have taken the DeLorean elsewhere."
msgstr "Mereka mungkin telah membawa DeLorean ke tempat lain."
@@ -17877,7 +17966,7 @@ msgstr "Mereka mungkin telah membawa DeLorean ke tempat lain."
msgid "they/them"
msgstr "mereka/mereka"
-#: src/components/channel/channel-view/DMChannelView.tsx:342
+#: src/components/channel/channel-view/DMChannelView.tsx:343
msgid "Think, McFly! Did you type the right address?"
msgstr "Pikir, McFly! Apakah Anda mengetik alamat yang benar?"
@@ -17979,7 +18068,7 @@ msgstr "Komunitas ini telah menonaktifkan undangan sementara. Kamu dapat mencoba
msgid "This community requires you to verify your account before joining. Please set an email and password for your account."
msgstr "Komunitas ini mengharuskan kamu memverifikasi akun sebelum bergabung. Silakan atur email dan kata sandi untuk akun kamu."
-#: src/components/channel/channel-view/DMChannelView.tsx:339
+#: src/components/channel/channel-view/DMChannelView.tsx:340
msgid "This conversation has been erased"
msgstr "Percakapan ini telah dihapus"
@@ -18008,8 +18097,8 @@ msgstr "Kode hadiah ini sudah diklaim."
msgid "This gift code has already been redeemed."
msgstr "Kode hadiah ini sudah ditebus."
-#: src/components/channel/GiftEmbed.tsx:148
-#: src/components/modals/GiftAcceptModal.tsx:92
+#: src/components/channel/GiftEmbed.tsx:159
+#: src/components/modals/GiftAcceptModal.tsx:99
msgid "This gift code is invalid or already claimed."
msgstr "Kode hadiah ini tidak valid atau sudah diklaim."
@@ -18022,11 +18111,11 @@ msgstr "Kode hadiah ini tidak valid atau sudah ditebus."
msgid "This gift code may be invalid, expired, or already redeemed."
msgstr "Kode hadiah ini mungkin tidak valid, kedaluwarsa, atau sudah ditebus."
-#: src/components/modals/GiftAcceptModal.tsx:118
+#: src/components/modals/GiftAcceptModal.tsx:125
msgid "This gift has already been claimed."
msgstr "Hadiah ini sudah diklaim."
-#: src/components/modals/tabs/GiftInventoryTab.tsx:157
+#: src/components/modals/tabs/GiftInventoryTab.tsx:158
msgid "This gift has been redeemed"
msgstr "Hadiah ini telah ditebus"
@@ -18044,7 +18133,7 @@ msgstr "Undangan ini berakhir dalam {0}."
msgid "This invite has unlimited uses."
msgstr "Undangan ini memiliki penggunaan tak terbatas."
-#: src/components/modals/InviteModal.tsx:321
+#: src/components/modals/InviteModal.tsx:318
msgid "This invite link never expires."
msgstr "Tautan undangan ini tidak pernah kedaluwarsa."
@@ -18059,23 +18148,19 @@ msgstr "Undangan ini mungkin telah kedaluwarsa atau dihapus."
msgid "This invite never expires."
msgstr "Undangan ini tidak pernah berakhir."
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:170
-#: src/components/emojis/EmojiInfoContent.tsx:79
+#: src/components/emojis/EmojiAttributionSubtext.tsx:130
msgid "This is a custom emoji from"
msgstr "Ini adalah emoji kustom dari"
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:160
-#: src/components/emojis/EmojiInfoContent.tsx:68
+#: src/components/emojis/EmojiAttributionSubtext.tsx:121
msgid "This is a custom emoji from a community."
msgstr "Ini adalah emoji kustom dari komunitas."
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:150
-#: src/components/emojis/EmojiInfoContent.tsx:56
+#: src/components/emojis/EmojiAttributionSubtext.tsx:111
msgid "This is a custom emoji from a community. Ask the author for an invite to use this emoji."
msgstr "Ini adalah emoji kustom dari komunitas. Minta undangan dari pembuatnya untuk menggunakan emoji ini."
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:138
-#: src/components/emojis/EmojiInfoContent.tsx:43
+#: src/components/emojis/EmojiAttributionSubtext.tsx:101
msgid "This is a default emoji on Fluxer."
msgstr "Ini adalah emoji default di Fluxer."
@@ -18095,8 +18180,8 @@ msgstr "Ini adalah cara pesan muncul"
msgid "This is not the channel you're looking for."
msgstr "Ini bukan kanal yang kamu cari."
-#: src/components/layout/GuildLayout.tsx:307
-#: src/components/layout/GuildLayout.tsx:370
+#: src/components/layout/GuildLayout.tsx:312
+#: src/components/layout/GuildLayout.tsx:375
msgid "This is not the community you're looking for."
msgstr "Ini bukan komunitas yang kamu cari."
@@ -18113,7 +18198,7 @@ msgid "This is the beginning of <0>{displayName}0>. Add friends to start a con
msgstr "Ini adalah awal dari <0>{displayName}0>. Tambahkan teman untuk memulai percakapan!"
#. placeholder {0}: user.username
-#: src/components/channel/dm/DMWelcomeSection.tsx:182
+#: src/components/channel/dm/DMWelcomeSection.tsx:194
msgid "This is the beginning of your direct message history with <0>{0}0>."
msgstr "Ini adalah awal riwayat pesan langsung kamu dengan <0>{0}0>."
@@ -18194,7 +18279,7 @@ msgstr "Tautan tema ini kehilangan data."
msgid "This theme may have been removed or the link is invalid."
msgstr "Tema ini mungkin telah dihapus atau tautannya tidak valid."
-#: src/components/channel/dm/AddFriendForm.tsx:62
+#: src/components/channel/dm/AddFriendForm.tsx:85
msgid "This user has restricted who can send them friend requests."
msgstr "Pengguna ini membatasi siapa yang dapat mengirim permintaan pertemanan kepada mereka."
@@ -18216,8 +18301,8 @@ msgid "This was a @silent message."
msgstr "Ini adalah pesan @silent."
#: src/actions/MessageActionCreators.tsx:392
-#: src/components/channel/Messages.tsx:442
-#: src/components/channel/Messages.tsx:522
+#: src/components/channel/Messages.tsx:440
+#: src/components/channel/Messages.tsx:520
msgid "This will create a rift in the space-time continuum and cannot be undone."
msgstr "Ini akan menciptakan celah dalam kontinum ruang-waktu dan tidak dapat dibatalkan."
@@ -18283,7 +18368,7 @@ msgstr "Waktu: {currentFormatted} dari {durationFormatted}"
msgid "Timed out until {0}."
msgstr "Timeout hingga {0}."
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:285
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:288
#: src/components/modals/TimeoutMemberModal.tsx:207
#: src/components/modals/TimeoutMemberSheet.tsx:90
#: src/components/uikit/ContextMenu/items/GuildMemberMenuItems.tsx:272
@@ -18570,7 +18655,7 @@ msgstr "benar atau salah"
msgid "Try a different name or use @ / # / ! / * prefixes to filter results."
msgstr "Coba nama berbeda atau gunakan awalan @ / # / ! / * untuk memfilter hasil."
-#: src/components/channel/ChannelSearchResults.tsx:710
+#: src/components/channel/ChannelSearchResults.tsx:679
msgid "Try a different search query"
msgstr "Coba kueri pencarian berbeda"
@@ -18585,13 +18670,13 @@ msgid "Try a different search term or filter"
msgstr "Coba istilah pencarian atau filter berbeda"
#: src/components/auth/HandoffCodeDisplay.tsx:67
-#: src/components/channel/Messages.tsx:939
+#: src/components/channel/Messages.tsx:937
msgid "Try again"
msgstr "Coba lagi"
#: src/components/BootstrapErrorScreen.tsx:68
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:301
-#: src/components/channel/ChannelSearchResults.tsx:694
+#: src/components/channel/ChannelSearchResults.tsx:663
#: src/components/modals/channelTabs/ChannelInvitesTab.tsx:148
#: src/components/modals/channelTabs/ChannelWebhooksTab.tsx:159
#: src/components/NetworkErrorScreen.tsx:56
@@ -18612,7 +18697,7 @@ msgstr "Coba nama lain atau periksa ejaan Anda."
msgid "Try another search term"
msgstr "Coba istilah pencarian lain"
-#: src/components/channel/InviteEmbed.tsx:359
+#: src/components/channel/InviteEmbed.tsx:361
msgid "Try asking for a new invite."
msgstr "Coba minta undangan baru."
@@ -18802,7 +18887,7 @@ msgstr "Tidak dapat menginstal paket stiker"
msgid "Unable to load activity logs"
msgstr "Tidak dapat memuat log aktivitas"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:104
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:108
msgid "Unable to load applications"
msgstr "Tidak dapat memuat aplikasi"
@@ -18814,7 +18899,7 @@ msgstr "Tidak dapat memuat informasi paket."
msgid "Unable to prepare any emojis for upload. The following errors occurred:"
msgstr "Tidak dapat menyiapkan emoji untuk diunggah. Kesalahan berikut terjadi:"
-#: src/components/modals/ClaimAccountModal.tsx:125
+#: src/components/modals/ClaimAccountModal.tsx:127
#: src/components/modals/EmailChangeModal.tsx:122
#: src/components/modals/EmailChangeModal.tsx:152
msgid "Unable to resend code right now"
@@ -18824,7 +18909,7 @@ msgstr "Tidak dapat mengirim ulang kode saat ini"
msgid "Unable to send code to new email"
msgstr "Tidak dapat mengirim kode ke email baru"
-#: src/components/channel/dm/AddFriendForm.tsx:76
+#: src/components/channel/dm/AddFriendForm.tsx:99
msgid "Unable to send friend request. Please try again."
msgstr "Tidak dapat mengirim permintaan pertemanan. Silakan coba lagi."
@@ -18844,17 +18929,17 @@ msgstr "Tidak tersedia untuk semua orang"
msgid "Unavailable for everyone but staff"
msgstr "Tidak tersedia untuk semua orang kecuali staf"
-#: src/components/bottomsheets/DMBottomSheet.tsx:532
+#: src/components/bottomsheets/DMBottomSheet.tsx:535
#: src/components/channel/barriers/BarrierComponents.tsx:221
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:180
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:335
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:182
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:338
#: src/components/modals/tabs/BlockedUsersTab.tsx:58
#: src/components/modals/tabs/BlockedUsersTab.tsx:171
#: src/components/modals/UserProfileActionsSheet.tsx:151
#: src/components/modals/UserProfileActionsSheet.tsx:305
-#: src/components/modals/UserProfileMobileSheet.tsx:320
+#: src/components/modals/UserProfileMobileSheet.tsx:321
#: src/components/modals/UserProfileModal.tsx:1049
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:209
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:230
#: src/utils/RelationshipActionUtils.tsx:169
msgid "Unblock"
msgstr "Buka Blokir"
@@ -18863,11 +18948,11 @@ msgstr "Buka Blokir"
msgid "Unblock this user before sending a friend request."
msgstr "Buka blokir pengguna ini sebelum mengirim permintaan pertemanan."
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:178
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:180
#: src/components/modals/tabs/BlockedUsersTab.tsx:56
#: src/components/modals/UserProfileActionsSheet.tsx:149
-#: src/components/modals/UserProfileMobileSheet.tsx:318
-#: src/components/modals/UserProfileModal.tsx:1243
+#: src/components/modals/UserProfileMobileSheet.tsx:319
+#: src/components/modals/UserProfileModal.tsx:1244
#: src/utils/RelationshipActionUtils.tsx:167
msgid "Unblock User"
msgstr "Buka Blokir Pengguna"
@@ -18878,17 +18963,17 @@ msgstr "Buka Blokir Pengguna"
msgid "Uncategorized"
msgstr "Tidak Dikategorikan"
-#: src/components/modals/tabs/BetaCodesTab.tsx:127
-#: src/components/modals/tabs/BetaCodesTab.tsx:204
+#: src/components/modals/tabs/BetaCodesTab.tsx:129
+#: src/components/modals/tabs/BetaCodesTab.tsx:206
msgid "Unclaimed"
msgstr "Tidak Diklaim"
#. placeholder {0}: unclaimedBetaCodes.length
-#: src/components/modals/tabs/BetaCodesTab.tsx:333
+#: src/components/modals/tabs/BetaCodesTab.tsx:358
msgid "Unclaimed ({0})"
msgstr "Tidak Diklaim ({0})"
-#: src/components/modals/components/UnclaimedAccountAlert.tsx:31
+#: src/components/modals/components/UnclaimedAccountAlert.tsx:29
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:51
msgid "Unclaimed Account"
msgstr "Akun Tidak Diklaim"
@@ -18922,7 +19007,7 @@ msgstr "Hidupkan Suara Semua Perangkat"
msgid "Undeafen User"
msgstr "Hidupkan Suara Pengguna"
-#: src/components/pages/ReportPage.tsx:285
+#: src/components/pages/report/optionDescriptors.ts:63
#: src/constants/IARConstants.tsx:129
msgid "Underage User"
msgstr "Pengguna di Bawah Umur"
@@ -18981,7 +19066,7 @@ msgstr "Hilangkan Fokus"
msgid "Unique invite"
msgstr "Undangan unik"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:79
+#: src/components/modals/components/plutonium/VisionarySection.tsx:88
msgid "Unique profile badge"
msgstr "Lencana profil unik"
@@ -19035,12 +19120,12 @@ msgstr "entitas tidak diketahui"
msgid "Unknown error"
msgstr "Kesalahan tidak diketahui"
-#: src/components/channel/GiftEmbed.tsx:147
-#: src/components/modals/GiftAcceptModal.tsx:91
+#: src/components/channel/GiftEmbed.tsx:158
+#: src/components/modals/GiftAcceptModal.tsx:98
msgid "Unknown Gift"
msgstr "Hadiah Tidak Diketahui"
-#: src/components/channel/InviteEmbed.tsx:357
+#: src/components/channel/InviteEmbed.tsx:359
msgid "Unknown Invite"
msgstr "Undangan Tidak Diketahui"
@@ -19113,7 +19198,7 @@ msgstr "Buka Berbagi Layar HD dengan Plutonium"
msgid "Unlock HD Video with Plutonium"
msgstr "Buka Video HD dengan Plutonium"
-#: src/components/modals/components/PlutoniumContent.tsx:185
+#: src/components/modals/components/PlutoniumContent.tsx:196
msgid "Unlock higher limits and exclusive features while supporting an independent communication platform."
msgstr "Buka batas yang lebih tinggi dan fitur eksklusif sambil mendukung platform komunikasi independen."
@@ -19126,9 +19211,9 @@ msgid "Unlock stickers in DMs with Plutonium"
msgstr "Buka stiker di DM dengan Plutonium"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:467
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:850
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1044
-#: src/components/bottomsheets/DMBottomSheet.tsx:645
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:882
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1068
+#: src/components/bottomsheets/DMBottomSheet.tsx:648
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:321
#: src/components/bottomsheets/VoiceLobbyBottomSheet.tsx:179
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:253
@@ -19154,7 +19239,7 @@ msgstr "Hidupkan Suara Kategori"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:400
#: src/components/bottomsheets/ChannelBottomSheet.tsx:452
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1005
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1029
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:167
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:161
msgid "Unmute Channel"
@@ -19167,9 +19252,9 @@ msgstr "Hidupkan Suara Kanal"
msgid "Unmute Community"
msgstr "Hidupkan Suara Komunitas"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1007
-#: src/components/bottomsheets/DMBottomSheet.tsx:449
-#: src/components/bottomsheets/DMBottomSheet.tsx:590
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1031
+#: src/components/bottomsheets/DMBottomSheet.tsx:451
+#: src/components/bottomsheets/DMBottomSheet.tsx:593
msgid "Unmute Conversation"
msgstr "Hidupkan Suara Percakapan"
@@ -19200,16 +19285,16 @@ msgid "Unnamed Group"
msgstr "Grup tanpa nama"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:331
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1126
-#: src/components/bottomsheets/DMBottomSheet.tsx:478
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1150
+#: src/components/bottomsheets/DMBottomSheet.tsx:480
#: src/components/channel/dm/DMList.tsx:282
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:149
msgid "Unpin DM"
msgstr "Lepas sematan DM"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:290
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1126
-#: src/components/bottomsheets/DMBottomSheet.tsx:478
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1150
+#: src/components/bottomsheets/DMBottomSheet.tsx:480
#: src/components/channel/dm/DMList.tsx:243
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:129
msgid "Unpin Group DM"
@@ -19231,20 +19316,20 @@ msgid "Unpin Message"
msgstr "Lepas sematan Pesan"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:232
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:583
-#: src/components/bottomsheets/DMBottomSheet.tsx:164
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:597
+#: src/components/bottomsheets/DMBottomSheet.tsx:166
#: src/components/channel/dm/DMList.tsx:224
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:132
msgid "Unpinned DM"
msgstr "DM yang tidak disematkan"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:232
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:583
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:597
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:112
msgid "Unpinned group"
msgstr "Grup yang tidak disematkan"
-#: src/components/bottomsheets/DMBottomSheet.tsx:164
+#: src/components/bottomsheets/DMBottomSheet.tsx:166
msgid "Unpinned group DM"
msgstr "DM grup yang tidak dipin"
@@ -19279,7 +19364,7 @@ msgstr "Tidak lagi menyembunyikan sematan"
msgid "Until I change it"
msgstr "Sampai saya mengubahnya"
-#: src/components/bottomsheets/DMBottomSheet.tsx:664
+#: src/components/bottomsheets/DMBottomSheet.tsx:667
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:334
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:57
#: src/components/channel/muteOptions.ts:39
@@ -19305,7 +19390,7 @@ msgstr "Perbarui"
msgid "Update app"
msgstr "Perbarui aplikasi"
-#: src/components/modals/components/MobileSettingsView.tsx:244
+#: src/components/modals/components/MobileSettingsView.tsx:239
msgid "Update Service Worker"
msgstr "Perbarui Service Worker"
@@ -19402,7 +19487,7 @@ msgstr "Memperbarui favorit…"
msgid "Updating..."
msgstr "Memperbarui..."
-#: src/components/modals/components/plutonium/PricingSection.tsx:84
+#: src/components/modals/components/plutonium/PricingSection.tsx:94
msgid "Upgrade Now"
msgstr "Tingkatkan Sekarang"
@@ -19415,18 +19500,19 @@ msgstr "Tingkatkan ke Plutonium"
msgid "Upgrade to store up to 15 custom backgrounds and unlock HD video quality, higher frame rates, and more."
msgstr "Tingkatkan untuk menyimpan hingga 15 latar belakang kustom dan buka kualitas video HD, frame rate lebih tinggi, dan lainnya."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:265
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:316
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:297
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:357
msgid "Upgrade to Visionary"
msgstr "Tingkatkan ke Visionary"
#. placeholder {0}: formatter.format(visionarySlots.remaining)
-#: src/components/modals/components/plutonium/VisionarySection.tsx:109
+#: src/components/modals/components/plutonium/VisionarySection.tsx:122
+#: src/components/modals/components/plutonium/VisionarySection.tsx:134
msgid "Upgrade to Visionary — {0} Left"
msgstr "Tingkatkan ke Visionary — Tersisa {0}"
#. placeholder {0}: isGiftSubscription ? 'gift time' : 'subscription'
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:243
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:262
msgid "Upgrading to Visionary is a <0>one-time0> purchase and will <1>cancel your current {0} immediately1>."
msgstr "Meningkatkan ke Visionary adalah pembelian <0>sekali0> dan akan <1>membatalkan {0} Anda saat ini segera1>."
@@ -19674,10 +19760,6 @@ msgstr "Gunakan kode ini untuk mengakses akun Anda jika Anda kehilangan aplikasi
msgid "Use this button to quickly clear all permissions."
msgstr "Gunakan tombol ini untuk menghapus semua izin dengan cepat."
-#: src/components/pages/ReportPage.tsx:613
-msgid "Use this form to report illegal content under the Digital Services Act (DSA). Select what you want to report."
-msgstr "Gunakan formulir ini untuk melaporkan konten ilegal di bawah Undang-Undang Layanan Digital (DSA). Pilih apa yang ingin Anda laporkan."
-
#: src/components/modals/tabs/KeybindsTab.tsx:101
msgid "Use this shortcut system-wide"
msgstr "Gunakan pintasan ini di seluruh sistem"
@@ -19708,19 +19790,19 @@ msgstr "Pengguna tampaknya berusia di bawah 13 tahun"
msgid "User Debug"
msgstr "Debug Pengguna"
-#: src/components/channel/channel-view/DMChannelView.tsx:353
+#: src/components/channel/channel-view/DMChannelView.tsx:354
msgid "User has vanished"
msgstr "Pengguna telah menghilang"
-#: src/components/pages/ReportPage.tsx:865
+#: src/components/pages/report/ReportStepDetails.tsx:137
msgid "User ID (optional)"
msgstr "ID Pengguna (opsional)"
-#: src/components/bottomsheets/DMBottomSheet.tsx:376
+#: src/components/bottomsheets/DMBottomSheet.tsx:378
msgid "User ID copied"
msgstr "ID Pengguna disalin"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:652
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:666
msgid "User ID copied to clipboard"
msgstr "ID Pengguna disalin ke papan klip"
@@ -19765,7 +19847,7 @@ msgstr "Rekaman Pengguna"
msgid "User Settings"
msgstr "Pengaturan Pengguna"
-#: src/components/pages/ReportPage.tsx:873
+#: src/components/pages/report/ReportStepDetails.tsx:146
msgid "User Tag (optional)"
msgstr "Tag Pengguna (opsional)"
@@ -19805,7 +19887,7 @@ msgstr "Nama pengguna minimal 1 karakter"
msgid "Username must be at most 32 characters"
msgstr "Nama pengguna maksimal 32 karakter"
-#: src/components/channel/dm/AddFriendForm.tsx:130
+#: src/components/channel/dm/AddFriendForm.tsx:153
msgid "Username#0000"
msgstr "NamaPengguna#0000"
@@ -19904,7 +19986,7 @@ msgstr "URL kustom harus antara 2 hingga 32 karakter dan hanya boleh berisi kara
msgid "Verification Barriers"
msgstr "Penghalang Verifikasi"
-#: src/components/modals/ClaimAccountModal.tsx:199
+#: src/components/modals/ClaimAccountModal.tsx:201
#: src/components/modals/EmailChangeModal.tsx:218
#: src/components/modals/EmailChangeModal.tsx:282
#: src/components/modals/PhoneAddModal.tsx:224
@@ -19912,11 +19994,11 @@ msgstr "Penghalang Verifikasi"
msgid "Verification code"
msgstr "Kode verifikasi"
-#: src/components/pages/ReportPage.tsx:719
+#: src/components/pages/report/ReportStepVerification.tsx:86
msgid "Verification Code"
msgstr "Kode Verifikasi"
-#: src/components/modals/ClaimAccountModal.tsx:88
+#: src/components/modals/ClaimAccountModal.tsx:90
msgid "Verification code sent"
msgstr "Kode verifikasi terkirim"
@@ -19937,10 +20019,9 @@ msgstr "Verifikasi mungkin diperlukan sebelum melihat kode cadangan Anda."
#: src/components/auth/AuthPageHeader.tsx:49
#: src/components/auth/InviteHeader.tsx:81
#: src/components/auth/InviteHeader.tsx:226
-#: src/components/channel/InviteEmbed.tsx:285
-#: src/components/channel/InviteEmbed.tsx:428
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:178
-#: src/components/emojis/EmojiInfoContent.tsx:87
+#: src/components/channel/InviteEmbed.tsx:287
+#: src/components/channel/InviteEmbed.tsx:430
+#: src/components/emojis/EmojiAttributionSubtext.tsx:143
#: src/components/layout/GuildHeader.tsx:132
msgid "Verified Community"
msgstr "Komunitas Terverifikasi"
@@ -19955,7 +20036,7 @@ msgstr "Guild terverifikasi"
msgid "Verify"
msgstr "Verifikasi"
-#: src/components/pages/ReportPage.tsx:740
+#: src/components/pages/report/ReportStepVerification.tsx:102
msgid "Verify Code"
msgstr "Verifikasi Kode"
@@ -19980,6 +20061,10 @@ msgstr "Formulir verifikasi nomor telepon"
msgid "Verify You're Human"
msgstr "Verifikasi Anda Manusia"
+#: src/components/pages/report/ReportStepEmail.tsx:54
+msgid "Verify your email"
+msgstr "Verifikasi emailmu"
+
#: src/components/modals/SudoVerificationModal.tsx:359
msgid "Verify your identity"
msgstr "Verifikasi identitas Anda"
@@ -20012,7 +20097,7 @@ msgid "Video"
msgstr "Video"
#: src/components/channel/ChannelHeader.tsx:572
-#: src/components/modals/UserProfileMobileSheet.tsx:515
+#: src/components/modals/UserProfileMobileSheet.tsx:519
msgid "Video Call"
msgstr "Panggilan Video"
@@ -20097,7 +20182,7 @@ msgstr "Lihat kode cadangan"
msgid "View backup codes form"
msgstr "Lihat formulir kode cadangan"
-#: src/components/channel/channel-view/DMChannelView.tsx:282
+#: src/components/channel/channel-view/DMChannelView.tsx:283
msgid "View call"
msgstr "Lihat panggilan"
@@ -20138,7 +20223,7 @@ msgstr "Lihat Inventaris Hadiah"
msgid "View Global Profile"
msgstr "Lihat Profil Global"
-#: src/components/channel/channel-view/DMChannelView.tsx:282
+#: src/components/channel/channel-view/DMChannelView.tsx:283
msgid "View incoming call"
msgstr "Lihat panggilan masuk"
@@ -20158,10 +20243,10 @@ msgstr "Lihat Fitur Premium"
msgid "View premium perks"
msgstr "Lihat keuntungan premium"
-#: src/components/bottomsheets/DMBottomSheet.tsx:411
+#: src/components/bottomsheets/DMBottomSheet.tsx:413
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:226
#: src/components/channel/friends/MobileFriendRequestItem.tsx:87
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:210
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:212
#: src/components/modals/tabs/BlockedUsersTab.tsx:87
#: src/components/uikit/ContextMenu/items/UserProfileMenuItem.tsx:43
msgid "View Profile"
@@ -20191,7 +20276,7 @@ msgstr "Penonton Bergabung ke Streaming"
msgid "Viewer Leaves Stream"
msgstr "Penonton Keluar dari Streaming"
-#: src/components/pages/ReportPage.tsx:827
+#: src/components/pages/report/ReportStepDetails.tsx:96
msgid "Violation Category"
msgstr "Kategori Pelanggaran"
@@ -20199,7 +20284,7 @@ msgstr "Kategori Pelanggaran"
msgid "Violation category selection"
msgstr "Pemilihan kategori pelanggaran"
-#: src/components/pages/ReportPage.tsx:264
+#: src/components/pages/report/optionDescriptors.ts:45
#: src/constants/IARConstants.tsx:42
msgid "Violent or Graphic Content"
msgstr "Konten Kekerasan atau Grafis"
@@ -20212,9 +20297,9 @@ msgstr "Suara VIP"
msgid "Visible Buttons"
msgstr "Tombol yang Terlihat"
-#: src/components/modals/components/plutonium/PricingSection.tsx:88
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:110
-#: src/components/modals/components/plutonium/VisionarySection.tsx:58
+#: src/components/modals/components/plutonium/PricingSection.tsx:101
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:129
+#: src/components/modals/components/plutonium/VisionarySection.tsx:67
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:154
#: src/utils/modals/guildTabs/GuildAuditLogTabUtils.ts:274
msgid "Visionary"
@@ -20228,25 +20313,25 @@ msgstr "Visionary (Lifetime #42)"
msgid "Visionary (Lifetime Plutonium)"
msgstr "Visionary (Lifetime Plutonium)"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:80
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:111
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:95
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:134
msgid "Visionary {visionaryPrice}"
msgstr "Visionary {visionaryPrice}"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:96
+#: src/components/modals/components/plutonium/VisionarySection.tsx:105
msgid "Visionary community with direct team access"
msgstr "Komunitas Visionary dengan akses langsung ke tim"
-#: src/components/modals/components/plutonium/GiftSection.tsx:87
-#: src/components/modals/components/plutonium/PricingSection.tsx:119
+#: src/components/modals/components/plutonium/GiftSection.tsx:100
+#: src/components/modals/components/plutonium/PricingSection.tsx:140
msgid "Visionary Gift"
msgstr "Hadiah Visionary"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:109
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:132
msgid "Visionary Gift Sold Out"
msgstr "Hadiah Visionary Habis Terjual"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:80
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:95
msgid "Visionary Sold Out"
msgstr "Visionary Habis Terjual"
@@ -20281,15 +20366,15 @@ msgstr "Pengaturan Suara & Video"
msgid "Voice Activity"
msgstr "Aktivitas Suara"
-#: src/components/channel/channel-view/DMChannelView.tsx:277
+#: src/components/channel/channel-view/DMChannelView.tsx:278
#: src/components/voice/VoiceCallView.tsx:466
msgid "Voice call"
msgstr "Panggilan suara"
-#: src/components/bottomsheets/DMBottomSheet.tsx:419
+#: src/components/bottomsheets/DMBottomSheet.tsx:421
#: src/components/channel/ChannelHeader.tsx:562
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:225
-#: src/components/modals/UserProfileMobileSheet.tsx:507
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:227
+#: src/components/modals/UserProfileMobileSheet.tsx:511
msgid "Voice Call"
msgstr "Panggilan Suara"
@@ -20306,8 +20391,8 @@ msgstr "Panggilan Suara"
msgid "Voice channel"
msgstr "Kanal suara"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:475
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:662
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:489
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:676
#: src/components/channel/channel-header/useChannelHeaderData.ts:100
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:314
msgid "Voice Channel"
@@ -20488,8 +20573,8 @@ msgstr "Kami mengirimkan tautan melalui email untuk mengotorisasi login ini. Har
msgid "We failed to retrieve the full information about this user at this time."
msgstr "Kami gagal mengambil informasi lengkap tentang pengguna ini saat ini."
-#: src/components/layout/GuildLayout.tsx:302
-#: src/components/layout/GuildLayout.tsx:349
+#: src/components/layout/GuildLayout.tsx:307
+#: src/components/layout/GuildLayout.tsx:354
msgid "We fluxed up! Hang tight, we're working on it."
msgstr "Kami mengalami masalah! Tahan dulu, kami sedang memperbaikinya."
@@ -20513,18 +20598,13 @@ msgstr "Kami kehilangan koneksi saat menunggu otorisasi. Silakan coba lagi."
msgid "We need to make sure you're not a bot. Please complete the verification below."
msgstr "Kami perlu memastikan Anda bukan bot. Silakan selesaikan verifikasi di bawah ini."
-#: src/components/pages/ReportPage.tsx:639
-msgid "We need to verify your email address before you can submit a report."
-msgstr "Kami perlu memverifikasi alamat email Anda sebelum Anda dapat mengirim laporan."
-
#: src/components/modals/BackupCodesModal.tsx:45
msgid "We recommend saving these codes now so that you don't get locked out of your account."
msgstr "Kami menyarankan menyimpan kode-kode ini sekarang agar Anda tidak terkunci dari akun Anda."
-#. placeholder {0}: state.email
-#: src/components/pages/ReportPage.tsx:702
-msgid "We sent a verification code to {0}."
-msgstr "Kami telah mengirimkan kode verifikasi ke {0}."
+#: src/components/pages/report/ReportStepVerification.tsx:67
+msgid "We sent a code to {email}."
+msgstr "Kami telah mengirim kode ke {email}."
#: src/components/auth/BrowserLoginHandoffModal.tsx:315
msgid "We will prefill {prefillEmail} once the browser login opens."
@@ -20534,6 +20614,10 @@ msgstr "Kami akan mengisi sebelumnya {prefillEmail} setelah login browser terbuk
msgid "We'll restore your previous email, sign out old sessions, remove phone numbers, disable MFA, and secure your account with a new password."
msgstr "Kami akan mengembalikan email sebelumnya Anda, keluar dari sesi lama, hapus nomor telepon, nonaktifkan MFA, dan amankan akun Anda dengan kata sandi baru."
+#: src/components/pages/report/ReportStepEmail.tsx:57
+msgid "We'll send a short code to confirm you can receive updates about this report."
+msgstr "Kami akan mengirimkan kode pendek untuk mengonfirmasi bahwa kamu bisa menerima pembaruan tentang laporan ini."
+
#: src/components/modals/EmailChangeModal.tsx:190
msgid "We'll verify your current email and then your new email with one-time codes."
msgstr "Kami akan memverifikasi email saat ini Anda dan kemudian email baru Anda dengan kode satu kali."
@@ -20546,13 +20630,13 @@ msgstr "Kami akan memverifikasi email baru Anda dengan kode satu kali."
msgid "We're having trouble connecting to Fluxer's servers. This could be a temporary network issue or scheduled maintenance."
msgstr "Kami mengalami masalah menghubungkan ke server Fluxer. Ini bisa jadi masalah jaringan sementara atau pemeliharaan terjadwal."
-#: src/components/modals/tabs/BetaCodesTab.tsx:297
+#: src/components/modals/tabs/BetaCodesTab.tsx:322
#: src/components/modals/tabs/DevicesTab.tsx:230
msgid "We're having trouble connecting to the space-time continuum. Please check your connection and try again."
msgstr "Kami mengalami masalah menghubungkan ke kontinum ruang-waktu. Silakan periksa koneksi Anda dan coba lagi."
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:287
-#: src/components/channel/ChannelSearchResults.tsx:681
+#: src/components/channel/ChannelSearchResults.tsx:650
msgid "We're indexing this channel for the first time. This might take a little while..."
msgstr "Kami mengindeks kanal ini untuk pertama kalinya. Ini mungkin memerlukan sedikit waktu..."
@@ -20829,17 +20913,16 @@ msgstr "Tulis CSS kustom di sini untuk mengganti token tema apa pun. Contoh:\n:r
msgid "Write your content here... This textarea expands as you type."
msgstr "Tulis konten Anda di sini... Textarea ini meluas saat Anda mengetik."
-#: src/components/auth/DateOfBirthField.tsx:89
-#: src/components/auth/DateOfBirthField.tsx:156
+#: src/components/auth/DateOfBirthField.tsx:153
#: src/components/auth/MockMinimalRegisterForm.tsx:78
msgid "Year"
msgstr "Tahun"
-#: src/components/modals/components/plutonium/PricingSection.tsx:78
+#: src/components/modals/components/plutonium/PricingSection.tsx:88
msgid "Yearly"
msgstr "Tahunan"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:71
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:84
msgid "Yearly {yearlyPrice}"
msgstr "Tahunan {yearlyPrice}"
@@ -20874,7 +20957,7 @@ msgstr "Anda akan meninggalkan Fluxer"
msgid "You are about to transfer ownership of this community to <0>{0}0>. This action is <1>irreversible1> and you will lose all owner privileges."
msgstr "Anda akan mentransfer kepemilikan komunitas ini ke <0>{0}0>. Tindakan ini <1>tidak dapat dibatalkan1> dan Anda akan kehilangan semua hak istimewa pemilik."
-#: src/components/channel/dm/AddFriendForm.tsx:72
+#: src/components/channel/dm/AddFriendForm.tsx:95
msgid "You are already friends with this user."
msgstr "Anda sudah berteman dengan pengguna ini."
@@ -20960,7 +21043,7 @@ msgstr "Kamu hanya dapat mengunggah hingga {MAX_EMOJIS_PER_UPLOAD} emoji sekalig
msgid "You can pin messages in this conversation for everyone to see."
msgstr "Anda dapat menyematkan pesan dalam percakapan ini agar dilihat semua orang."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:175
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:194
msgid "You can redeem additional gift codes to <0>extend0> your gift time. To start a monthly or yearly plan, wait until after it ends — or <1>upgrade to Visionary1> now (remaining gift time will be discarded)."
msgstr "Anda dapat menukarkan kode hadiah tambahan untuk <0>memperpanjang0> waktu hadiah Anda. Untuk memulai paket bulanan atau tahunan, tunggu sampai berakhir — atau <1>upgrade ke Visionary1> sekarang (sisa waktu hadiah akan dibuang)."
@@ -20990,7 +21073,7 @@ msgstr "Anda dapat menggunakan tautan dan Markdown untuk memformat teks Anda. De
msgid "You can't add new reactions while you're on timeout."
msgstr "Anda tidak dapat menambahkan reaksi baru saat Anda dalam timeout."
-#: src/components/modals/UserProfileModal.tsx:1170
+#: src/components/modals/UserProfileModal.tsx:1171
msgid "You can't befriend yourself"
msgstr "Anda tidak dapat berteman dengan diri sendiri"
@@ -20998,14 +21081,14 @@ msgstr "Anda tidak dapat berteman dengan diri sendiri"
msgid "You can't interact with reactions in search results as it might disrupt the space-time continuum."
msgstr "Anda tidak dapat berinteraksi dengan reaksi di hasil pencarian karena dapat mengganggu kontinum ruang-waktu."
-#: src/components/layout/ChannelItem.tsx:200
-#: src/components/layout/ChannelItem.tsx:366
-#: src/stores/voice/MediaEngineFacade.ts:151
-#: src/stores/voice/MediaEngineFacade.ts:482
+#: src/components/layout/ChannelItem.tsx:206
+#: src/components/layout/ChannelItem.tsx:375
+#: src/stores/voice/MediaEngineFacade.ts:154
+#: src/stores/voice/MediaEngineFacade.ts:529
msgid "You can't join while you're on timeout."
msgstr "Anda tidak dapat bergabung saat Anda dalam timeout."
-#: src/components/modals/UserProfileModal.tsx:1182
+#: src/components/modals/UserProfileModal.tsx:1183
#: src/components/popouts/UserProfilePopout.tsx:282
#: src/components/profile/ProfilePreview.tsx:284
msgid "You can't message yourself"
@@ -21019,7 +21102,7 @@ msgstr "Anda tidak dapat mengirim permintaan pertemanan ke diri sendiri."
msgid "You can't send friend requests to bots."
msgstr "Anda tidak dapat mengirim permintaan pertemanan ke bot."
-#: src/components/channel/dm/AddFriendForm.tsx:64
+#: src/components/channel/dm/AddFriendForm.tsx:87
msgid "You can't send friend requests to users you've blocked. Unblock them first."
msgstr "Anda tidak dapat mengirim permintaan pertemanan ke pengguna yang Anda blokir. Buka blokir mereka terlebih dahulu."
@@ -21066,11 +21149,11 @@ msgstr "Anda tidak dapat menghapus izin ini karena akan menghapusnya dari diri A
msgid "You cannot save a role with a blank name. Please provide a valid name before saving."
msgstr "Anda tidak dapat menyimpan peran dengan nama kosong. Harap berikan nama yang valid sebelum menyimpan."
-#: src/components/channel/dm/AddFriendForm.tsx:68
+#: src/components/channel/dm/AddFriendForm.tsx:91
msgid "You cannot send a friend request to yourself."
msgstr "Anda tidak dapat mengirim permintaan pertemanan ke diri sendiri."
-#: src/components/channel/dm/AddFriendForm.tsx:66
+#: src/components/channel/dm/AddFriendForm.tsx:89
msgid "You cannot send friend requests to bots."
msgstr "Anda tidak dapat mengirim permintaan pertemanan ke bot."
@@ -21094,7 +21177,7 @@ msgstr "Anda tidak memiliki akses ke kanal tempat pesan ini dikirim."
msgid "You do not have permission to send messages in this channel."
msgstr "Anda tidak memiliki izin untuk mengirim pesan di kanal ini."
-#: src/components/layout/GuildLayout.tsx:393
+#: src/components/layout/GuildLayout.tsx:398
msgid "You don't have access to any channels in this community."
msgstr "Anda tidak memiliki akses ke kanal apa pun di komunitas ini."
@@ -21114,23 +21197,23 @@ msgstr "Anda tidak memiliki izin untuk menginstal paket emoji ini."
msgid "You don't have permission to install this sticker pack."
msgstr "Anda tidak memiliki izin untuk menginstal paket stiker ini."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:203
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:222
msgid "You have all <0/> for <1>{monthlyPrice}/month1>."
msgstr "Anda memiliki semua <0/> untuk <1>{monthlyPrice}/bulan1>."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:208
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:227
msgid "You have all <0/> for <1>{yearlyPrice}/year1>."
msgstr "Anda memiliki semua <0/> untuk <1>{yearlyPrice}/tahun1>."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:213
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:232
msgid "You have all <0/> for your subscription period."
msgstr "Anda memiliki semua <0/> untuk periode langganan Anda."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:198
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:217
msgid "You have all <0/> forever. No subscriptions, no renewals."
msgstr "Anda memiliki semua <0/> selamanya. Tanpa langganan, tanpa perpanjangan."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:169
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:188
msgid "You have all <0/> via a <1>gift subscription1> until <2>{giftEndDate}2>. It <3>won't renew3>."
msgstr "Anda memiliki semua <0/> melalui <1>langganan hadiah1> hingga <2>{giftEndDate}2>. Itu <3>tidak akan diperpanjang3>."
@@ -21228,11 +21311,11 @@ msgstr "Anda kehilangan akses ke pesan tersimpan ini. Hapus?"
msgid "You made it, {username}! We're about to hit 88mph!"
msgstr "Anda berhasil, {username}! Kita akan mencapai 88mph!"
-#: src/components/channel/CallMessage.tsx:179
+#: src/components/channel/CallMessage.tsx:173
msgid "You missed a call from <0/> that lasted {durationText}."
msgstr "Anda melewatkan panggilan dari <0/> yang berlangsung {durationText}."
-#: src/components/channel/CallMessage.tsx:184
+#: src/components/channel/CallMessage.tsx:178
msgid "You missed a call from <0/>."
msgstr "Kamu melewatkan panggilan dari <0/>."
@@ -21252,7 +21335,7 @@ msgstr "Anda harus berusia 18 tahun atau lebih untuk melihat konten ini. <0>Pela
msgid "You must be connected to the gateway to accept this temporary invite. Please check your connection and try again."
msgstr "Anda harus terhubung ke gateway untuk menerima undangan sementara ini. Periksa koneksi Anda dan coba lagi."
-#: src/components/pages/ReportPage.tsx:463
+#: src/components/pages/ReportPage.tsx:288
msgid "You must verify your email before submitting a report."
msgstr "Anda harus memverifikasi email Anda sebelum mengirim laporan."
@@ -21385,7 +21468,7 @@ msgstr "Anda berada di kanal suara"
msgid "You're sending messages too quickly"
msgstr "Anda mengirim pesan terlalu cepat"
-#: src/components/channel/Messages.tsx:909
+#: src/components/channel/Messages.tsx:907
msgid "You're viewing older messages"
msgstr "Anda melihat pesan yang lebih lama"
@@ -21464,7 +21547,7 @@ msgstr "Akun Anda telah disetujui. Mengalihkan Anda ke aplikasi..."
msgid "Your account has been created, but access is temporarily limited until approval. You will be notified once your account is approved."
msgstr "Akun Anda telah dibuat, tetapi akses sementara terbatas hingga disetujui. Anda akan diberitahu setelah akun Anda disetujui."
-#: src/components/modals/components/UnclaimedAccountAlert.tsx:38
+#: src/components/modals/components/UnclaimedAccountAlert.tsx:36
msgid "Your account is not yet claimed. Without an email and password, you won't be able to sign in from other devices and you could lose access to your account. Claim your account now to secure it."
msgstr "Akun Anda belum diklaim. Tanpa email dan kata sandi, Anda tidak akan bisa masuk dari perangkat lain dan Anda bisa kehilangan akses ke akun Anda. Klaim akun Anda sekarang untuk mengamankannya."
@@ -21508,7 +21591,7 @@ msgstr "Pengaturan suara notifikasi yang ada akan dipertahankan."
msgid "Your export request will be processed"
msgstr "Permintaan ekspor Anda akan diproses"
-#: src/components/pages/ReportPage.tsx:935
+#: src/components/pages/report/ReportStepDetails.tsx:213
msgid "Your FluxerTag (optional)"
msgstr "FluxerTag Anda (opsional)"
@@ -21521,7 +21604,7 @@ msgid "Your invite expires in 24 hours"
msgstr "Undangan Anda kedaluwarsa dalam 24 jam"
#. placeholder {0}: getExpirationText()
-#: src/components/modals/InviteModal.tsx:325
+#: src/components/modals/InviteModal.tsx:322
msgid "Your invite link expires in {0}."
msgstr "Tautan undangan Anda kedaluwarsa dalam {0}."
@@ -21565,7 +21648,7 @@ msgstr "Ruang pribadi Anda untuk akses cepat ke kanal, DM, dan grup yang Anda su
msgid "Your Plutonium subscription has expired. You've lost all Plutonium perks. Reactivate your subscription to regain access."
msgstr "Langganan Plutonium Anda telah kedaluwarsa. Anda telah kehilangan semua keuntungan Plutonium. Aktifkan kembali langganan Anda untuk mendapatkan akses kembali."
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:781
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:813
msgid "Your private space"
msgstr "Ruang pribadi Anda"
@@ -21573,7 +21656,7 @@ msgstr "Ruang pribadi Anda"
msgid "Your private space for thoughts and reminders"
msgstr "Ruang pribadi Anda untuk pemikiran dan pengingat"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:277
+#: src/components/modals/tabs/GiftInventoryTab.tsx:300
msgid "Your Purchased Gifts"
msgstr "Hadiah yang Anda Beli"
@@ -21585,15 +21668,11 @@ msgstr "wilayah Anda"
msgid "Your stream is still being broadcast"
msgstr "Stream Anda masih disiarkan"
-#: src/components/pages/ReportPage.tsx:594
-msgid "Your submission ID"
-msgstr "ID pengajuan Anda"
-
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:153
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:172
msgid "Your subscription ended, but you still have all <0/> until <1>{graceDate}1>. Resubscribe to keep them."
msgstr "Langganan Anda berakhir, tetapi Anda masih memiliki semua <0/> hingga <1>{graceDate}1>. Berlangganan kembali untuk mempertahankannya."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:138
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:157
msgid "Your subscription expired on <0>{expiredDate}0>. You lost all <1/>. You can reactivate at any time."
msgstr "Langganan Anda kedaluwarsa pada <0>{expiredDate}0>. Anda kehilangan semua <1/>. Anda dapat mengaktifkan kembali kapan saja."
@@ -21609,7 +21688,7 @@ msgstr "Langganan Anda telah diaktifkan kembali!"
msgid "Your subscription has been set to cancel at the end of your billing period."
msgstr "Langganan Anda telah diatur untuk dibatalkan di akhir periode penagihan Anda."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:191
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:210
msgid "Your subscription will cancel on <0>{cancelDate}0>. You'll lose all <1/> after that date."
msgstr "Langganan Anda akan dibatalkan pada <0>{cancelDate}0>. Anda akan kehilangan semua <1/> setelah tanggal itu."
diff --git a/fluxer_app/src/locales/it/messages.po b/fluxer_app/src/locales/it/messages.po
index 737b30d3..4d9db176 100644
--- a/fluxer_app/src/locales/it/messages.po
+++ b/fluxer_app/src/locales/it/messages.po
@@ -68,12 +68,12 @@ msgstr "(massimo 15 mostrati)"
msgid "(No content)"
msgstr "(Nessun contenuto)"
-#: src/components/modals/UserProfileMobileSheet.tsx:552
+#: src/components/modals/UserProfileMobileSheet.tsx:556
#: src/components/pages/YouPage.tsx:147
msgid "(only visible to you)"
msgstr "(visibile solo a te)"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:954
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:976
msgid "(you)"
msgstr "(tu)"
@@ -138,12 +138,12 @@ msgid "{0} Online"
msgstr "{0} online"
#. placeholder {0}: reaction.count
-#: src/components/channel/MessageReactions.tsx:120
+#: src/components/channel/MessageReactions.tsx:119
msgid "{0} reaction"
msgstr "{0} reazione"
#. placeholder {0}: reaction.count
-#: src/components/channel/MessageReactions.tsx:120
+#: src/components/channel/MessageReactions.tsx:119
msgid "{0} reactions"
msgstr "{0} reazioni"
@@ -153,13 +153,13 @@ msgid "{0} remaining"
msgstr "{0} rimanenti"
#. placeholder {0}: machineState.total
-#: src/components/channel/ChannelSearchResults.tsx:315
+#: src/components/channel/ChannelSearchResults.tsx:272
msgid "{0} Result"
msgstr "{0} Risultato"
#. placeholder {0}: machineState.total
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:390
-#: src/components/channel/ChannelSearchResults.tsx:315
+#: src/components/channel/ChannelSearchResults.tsx:272
msgid "{0} Results"
msgstr "{0} risultati"
@@ -402,7 +402,7 @@ msgstr "{actor} ha aggiornato l'adesivo {namedTarget}."
msgid "{actor} updated the webhook {namedTarget}."
msgstr "{actor} ha aggiornato il webhook {namedTarget}."
-#: src/components/modals/tabs/BetaCodesTab.tsx:280
+#: src/components/modals/tabs/BetaCodesTab.tsx:284
msgid "{allowance} codes remaining this week"
msgstr "{allowance} codici rimanenti questa settimana"
@@ -533,7 +533,7 @@ msgstr "{emojiName}, {0} reazione"
msgid "{emojiName}, {0} reactions"
msgstr "{emojiName}, {0} reazioni"
-#: src/components/channel/MessageReactions.tsx:122
+#: src/components/channel/MessageReactions.tsx:121
msgid "{emojiName}: {reactionCountText}, {actionText}"
msgstr "{emojiName}: {reactionCountText}, {actionText}"
@@ -561,8 +561,8 @@ msgstr "Le immagini {label} non possono essere animate. Si prega di usare JPEG,
#: src/components/auth/InviteHeader.tsx:127
#: src/components/auth/InviteHeader.tsx:241
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:281
-#: src/components/channel/InviteEmbed.tsx:180
-#: src/components/channel/InviteEmbed.tsx:444
+#: src/components/channel/InviteEmbed.tsx:182
+#: src/components/channel/InviteEmbed.tsx:446
msgid "{memberCount} Member"
msgstr "{memberCount} Membro"
@@ -570,8 +570,8 @@ msgstr "{memberCount} Membro"
#: src/components/auth/InviteHeader.tsx:127
#: src/components/auth/InviteHeader.tsx:241
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:281
-#: src/components/channel/InviteEmbed.tsx:180
-#: src/components/channel/InviteEmbed.tsx:444
+#: src/components/channel/InviteEmbed.tsx:182
+#: src/components/channel/InviteEmbed.tsx:446
msgid "{memberCount} Members"
msgstr "{memberCount} Membri"
@@ -606,11 +606,11 @@ msgstr "{minutes} minuti e {seconds} secondi"
msgid "{minutes} minutes and 1 second"
msgstr "{minutes} minuti e 1 secondo"
-#: src/components/channel/dm/DMWelcomeSection.tsx:155
+#: src/components/channel/dm/DMWelcomeSection.tsx:167
msgid "{mutualGuildCount} mutual commmunity"
msgstr "{mutualGuildCount} comunità reciproca"
-#: src/components/channel/dm/DMWelcomeSection.tsx:156
+#: src/components/channel/dm/DMWelcomeSection.tsx:168
msgid "{mutualGuildCount} mutual communities"
msgstr "{mutualGuildCount} comunità reciproche"
@@ -632,7 +632,7 @@ msgstr "{participantCount} partecipanti in chiamata"
#: src/components/auth/InviteHeader.tsx:235
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:276
-#: src/components/channel/InviteEmbed.tsx:439
+#: src/components/channel/InviteEmbed.tsx:441
msgid "{presenceCount} Online"
msgstr "{presenceCount} online"
@@ -644,15 +644,15 @@ msgstr "Rimangono {remaining} caratteri"
msgid "{remaining} characters left. Get Plutonium to write up to {premiumMaxLength} characters."
msgstr "Rimangono {remaining} caratteri. Ottieni Plutonium per scrivere fino a {premiumMaxLength} caratteri."
-#: src/components/channel/InviteEmbed.tsx:301
+#: src/components/channel/InviteEmbed.tsx:303
msgid "{renderedMemberCount} Member"
msgstr "{renderedMemberCount} Membro"
-#: src/components/channel/InviteEmbed.tsx:301
+#: src/components/channel/InviteEmbed.tsx:303
msgid "{renderedMemberCount} Members"
msgstr "{renderedMemberCount} Membri"
-#: src/components/channel/InviteEmbed.tsx:296
+#: src/components/channel/InviteEmbed.tsx:298
msgid "{renderedPresenceCount} Online"
msgstr "{renderedPresenceCount} online"
@@ -704,11 +704,11 @@ msgstr "{totalSeconds} secondo"
msgid "{totalSeconds} seconds"
msgstr "{totalSeconds} secondi"
-#: src/components/layout/GuildsLayout.tsx:231
+#: src/components/layout/GuildsLayout.tsx:229
msgid "{unavailableCount} communities are temporarily unavailable due to a flux capacitor malfunction."
msgstr "{unavailableCount} comunità sono temporaneamente non disponibili a causa di un malfunzionamento del condensatore di flusso."
-#: src/components/layout/GuildsLayout.tsx:230
+#: src/components/layout/GuildsLayout.tsx:228
msgid "{unavailableCount} community is temporarily unavailable due to a flux capacitor malfunction."
msgstr "{unavailableCount} comunità è temporaneamente non disponibile a causa di un malfunzionamento del condensatore di flusso."
@@ -814,27 +814,27 @@ msgstr "menzioni @everyone"
msgid "@username"
msgstr "@username"
-#: src/components/channel/CallMessage.tsx:75
+#: src/components/channel/CallMessage.tsx:72
msgid "# days"
msgstr "# giorni"
-#: src/components/channel/CallMessage.tsx:76
+#: src/components/channel/CallMessage.tsx:73
msgid "# hours"
msgstr "# ore"
-#: src/components/channel/CallMessage.tsx:77
+#: src/components/channel/CallMessage.tsx:74
msgid "# minutes"
msgstr "# minuti"
-#: src/components/channel/CallMessage.tsx:73
+#: src/components/channel/CallMessage.tsx:70
msgid "# months"
msgstr "# mesi"
-#: src/components/channel/CallMessage.tsx:74
+#: src/components/channel/CallMessage.tsx:71
msgid "# weeks"
msgstr "# settimane"
-#: src/components/channel/CallMessage.tsx:72
+#: src/components/channel/CallMessage.tsx:69
msgid "# years"
msgstr "# anni"
@@ -878,11 +878,11 @@ msgstr "<0/> ha rimosso <1/> dal gruppo."
msgid "<0/> removed someone from the group."
msgstr "<0/> ha rimosso qualcuno dal gruppo."
-#: src/components/channel/CallMessage.tsx:191
+#: src/components/channel/CallMessage.tsx:185
msgid "<0/> started a call that lasted {durationText}."
msgstr "<0/> ha avviato una chiamata durata {durationText}."
-#: src/components/channel/CallMessage.tsx:154
+#: src/components/channel/CallMessage.tsx:148
msgid "<0/> started a call."
msgstr "<0/> ha avviato una chiamata."
@@ -943,11 +943,11 @@ msgstr "<0>Ha riattivato il microfono0> del membro."
msgid "<0>Warning:0> This will also disable SMS two-factor authentication."
msgstr "<0>Attenzione:0> Questo disattiverà anche l'autenticazione a due fattori via SMS."
-#: src/components/modals/tabs/BetaCodesTab.tsx:278
+#: src/components/modals/tabs/BetaCodesTab.tsx:282
msgid "1 code remaining this week"
msgstr "1 codice rimanente questa settimana"
-#: src/components/channel/CallMessage.tsx:75
+#: src/components/channel/CallMessage.tsx:72
#: src/components/modals/BanMemberModal.tsx:54
#: src/components/modals/InviteModal.tsx:77
#: src/components/modals/InviteModal.tsx:212
@@ -956,7 +956,7 @@ msgstr "1 codice rimanente questa settimana"
msgid "1 day"
msgstr "1 giorno"
-#: src/components/channel/CallMessage.tsx:76
+#: src/components/channel/CallMessage.tsx:73
#: src/components/modals/BanMemberModal.tsx:52
#: src/components/modals/channelTabs/ChannelOverviewTab.tsx:154
#: src/components/modals/CustomStatusBottomSheet.tsx:44
@@ -993,7 +993,7 @@ msgstr "1 minuto e {seconds} secondi"
msgid "1 minute and 1 second"
msgstr "1 minuto e 1 secondo"
-#: src/components/channel/CallMessage.tsx:73
+#: src/components/channel/CallMessage.tsx:70
#: src/components/modals/BanMemberModal.tsx:59
msgid "1 month"
msgstr "1 mese"
@@ -1002,12 +1002,12 @@ msgstr "1 mese"
msgid "1 Month"
msgstr "1 mese"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:99
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:120
msgid "1 Month {monthlyPrice}"
msgstr "1 mese {monthlyPrice}"
-#: src/components/modals/components/plutonium/GiftSection.tsx:78
-#: src/components/modals/components/plutonium/PricingSection.tsx:110
+#: src/components/modals/components/plutonium/GiftSection.tsx:88
+#: src/components/modals/components/plutonium/PricingSection.tsx:128
msgid "1 Month Gift"
msgstr "Regalo di 1 mese"
@@ -1020,22 +1020,22 @@ msgstr "1 utilizzo"
msgid "1 user"
msgstr "1 utente"
-#: src/components/channel/CallMessage.tsx:74
+#: src/components/channel/CallMessage.tsx:71
#: src/components/modals/BanMemberModal.tsx:57
#: src/components/modals/TimeoutMemberOptions.ts:39
msgid "1 week"
msgstr "1 settimana"
-#: src/components/channel/CallMessage.tsx:72
+#: src/components/channel/CallMessage.tsx:69
msgid "1 year"
msgstr "1 anno"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:91
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:109
msgid "1 Year {yearlyPrice}"
msgstr "1 anno {yearlyPrice}"
-#: src/components/modals/components/plutonium/GiftSection.tsx:69
-#: src/components/modals/components/plutonium/PricingSection.tsx:101
+#: src/components/modals/components/plutonium/GiftSection.tsx:76
+#: src/components/modals/components/plutonium/PricingSection.tsx:116
msgid "1 Year Gift"
msgstr "Regalo di 1 anno"
@@ -1286,8 +1286,8 @@ msgstr "8 ore"
msgid "A 4-digit tag will be added automatically to ensure uniqueness"
msgstr "Verrà aggiunto automaticamente un tag di 4 cifre per garantire l'unicità"
-#: src/components/channel/CallMessage.tsx:86
-#: src/components/channel/CallMessage.tsx:148
+#: src/components/channel/CallMessage.tsx:83
+#: src/components/channel/CallMessage.tsx:142
msgid "a few seconds"
msgstr "pochi secondi"
@@ -1299,7 +1299,7 @@ msgstr "Un gruppo di guerrieri della tastiera si sta radunando..."
msgid "A helpful bot that does amazing things!"
msgstr "Un bot utile che fa cose straordinarie!"
-#: src/components/channel/CallMessage.tsx:77
+#: src/components/channel/CallMessage.tsx:74
msgid "a minute"
msgstr "un minuto"
@@ -1316,7 +1316,7 @@ msgid "A symphony of clacking keys is underway..."
msgstr "Una sinfonia di tasti che battano è in corso..."
#: src/components/modals/tabs/MyProfileTab/BioEditor.tsx:127
-#: src/components/modals/UserProfileMobileSheet.tsx:528
+#: src/components/modals/UserProfileMobileSheet.tsx:532
#: src/components/pages/YouPage.tsx:132
msgid "About Me"
msgstr "Su di me"
@@ -1330,18 +1330,18 @@ msgstr "Su di te"
msgid "Accent Color"
msgstr "Colore di accento"
-#: src/components/channel/channel-view/DMChannelView.tsx:291
-#: src/components/channel/dm/DMWelcomeSection.tsx:116
+#: src/components/channel/channel-view/DMChannelView.tsx:292
+#: src/components/channel/dm/DMWelcomeSection.tsx:128
#: src/components/channel/friends/FriendListItem.tsx:238
#: src/components/channel/friends/MobileFriendRequestItem.tsx:99
#: src/components/voice/IncomingCallUI.tsx:302
msgid "Accept"
msgstr "Accetta"
-#: src/components/bottomsheets/DMBottomSheet.tsx:515
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:260
-#: src/components/modals/UserProfileModal.tsx:1258
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:88
+#: src/components/bottomsheets/DMBottomSheet.tsx:517
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:262
+#: src/components/modals/UserProfileModal.tsx:1259
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:109
msgid "Accept Friend Request"
msgstr "Accetta richiesta di amicizia"
@@ -1358,7 +1358,7 @@ msgstr "Accetta invito"
msgid "Accept the incoming call"
msgstr "Accetta la chiamata in arrivo"
-#: src/components/channel/InviteEmbed.tsx:226
+#: src/components/channel/InviteEmbed.tsx:228
#: src/components/modals/InviteAcceptModal.tsx:163
msgid "Accepting this invite installs the pack automatically."
msgstr "Accettando questo invito il pacchetto viene installato automaticamente."
@@ -1407,7 +1407,7 @@ msgstr "Account e Premium"
msgid "Account appears to exist solely for spamming"
msgstr "L'account sembra esistere solo per inviare spam"
-#: src/components/modals/ClaimAccountModal.tsx:105
+#: src/components/modals/ClaimAccountModal.tsx:107
msgid "Account claimed successfully"
msgstr "Account rivendicato con successo"
@@ -1459,7 +1459,7 @@ msgstr "Solo in tutte le chat private in cui sei stato"
msgid "Action with both icons!"
msgstr "Azione con entrambe le icone!"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:124
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:143
msgid "Active"
msgstr "Attivo"
@@ -1584,12 +1584,13 @@ msgstr "Aggiungi email"
msgid "Add Favorite Channels"
msgstr "Aggiungi canali preferiti"
-#: src/components/bottomsheets/DMBottomSheet.tsx:524
+#: src/components/bottomsheets/DMBottomSheet.tsx:527
#: src/components/channel/dm/AddFriendView.tsx:32
#: src/components/channel/dm/DMFriendsView.tsx:199
#: src/components/modals/AddFriendSheet.tsx:50
-#: src/components/modals/UserProfileModal.tsx:1178
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:68
+#: src/components/modals/UserProfileModal.tsx:1179
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:75
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:89
msgid "Add Friend"
msgstr "Aggiungi amico"
@@ -1597,7 +1598,7 @@ msgstr "Aggiungi amico"
msgid "Add Friends"
msgstr "Aggiungi amici"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1187
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1211
#: src/components/channel/ChannelHeader.tsx:630
#: src/components/channel/dm/GroupDMWelcomeSection.tsx:85
msgid "Add Friends to Group"
@@ -1612,7 +1613,7 @@ msgstr "Aggiungi elemento"
msgid "Add new reactions to messages."
msgstr "Aggiungi nuove reazioni ai messaggi."
-#: src/components/bottomsheets/DMBottomSheet.tsx:426
+#: src/components/bottomsheets/DMBottomSheet.tsx:428
#: src/components/profile/ProfileCard/ProfileCardActions.tsx:48
#: src/components/uikit/ContextMenu/items/UserNoteMenuItems.tsx:42
msgid "Add Note"
@@ -1647,7 +1648,7 @@ msgstr "Modulo per numero di telefono"
#: src/components/channel/MessageActionBar.tsx:450
#: src/components/channel/MessageActionBar.tsx:741
#: src/components/channel/messageActionMenu.tsx:92
-#: src/components/channel/MessageReactions.tsx:264
+#: src/components/channel/MessageReactions.tsx:263
#: src/components/uikit/ContextMenu/items/MessageMenuItems.tsx:65
msgid "Add Reaction"
msgstr "Aggiungi reazione"
@@ -1695,8 +1696,8 @@ msgid "Add to favorites"
msgstr "Aggiungi ai preferiti"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:370
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1103
-#: src/components/bottomsheets/DMBottomSheet.tsx:400
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1127
+#: src/components/bottomsheets/DMBottomSheet.tsx:402
#: src/components/channel/ChannelHeader.tsx:547
#: src/components/channel/ChannelHeader.tsx:595
#: src/components/channel/ChannelHeader.tsx:600
@@ -1731,11 +1732,11 @@ msgid "Added to bookmarks"
msgstr "Aggiunto ai segnalibri"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:118
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:544
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:558
msgid "Added to favorites"
msgstr "Aggiunto ai preferiti"
-#: src/components/bottomsheets/DMBottomSheet.tsx:129
+#: src/components/bottomsheets/DMBottomSheet.tsx:131
msgid "Added to Favorites"
msgstr "Aggiunto ai Preferiti"
@@ -1752,7 +1753,7 @@ msgstr "Aggiunto: {createdDate}"
msgid "Added: {createdDate} • Last used: {lastUsedDate}"
msgstr "Aggiunto: {createdDate} • Ultimo utilizzo: {lastUsedDate}"
-#: src/components/pages/ReportPage.tsx:943
+#: src/components/pages/report/ReportStepDetails.tsx:222
msgid "Additional Comments (optional)"
msgstr "Commenti aggiuntivi (facoltativo)"
@@ -1873,7 +1874,7 @@ msgstr "Tutte le chiamate notificheranno silenziosamente anziché squillare. Per
msgid "All Communities"
msgstr "Tutte le Community"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:74
+#: src/components/modals/components/plutonium/VisionarySection.tsx:83
msgid "All current and future Plutonium benefits, forever"
msgstr "Tutti i vantaggi attuali e futuri di Plutonium, per sempre"
@@ -1911,7 +1912,7 @@ msgstr "Tutti i membri"
msgid "All messages"
msgstr "Tutti i messaggi"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1377
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1401
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:206
#: src/components/modals/GuildNotificationSettingsModal.tsx:87
#: src/components/modals/GuildNotificationSettingsModal.tsx:273
@@ -2071,11 +2072,11 @@ msgstr "Consentito {0}."
msgid "Already have an account?"
msgstr "Hai già un account?"
-#: src/components/channel/InviteEmbed.tsx:187
+#: src/components/channel/InviteEmbed.tsx:189
msgid "Already joined"
msgstr "Già iscritti"
-#: src/components/channel/GiftEmbed.tsx:90
+#: src/components/channel/GiftEmbed.tsx:97
msgid "Already redeemed"
msgstr "Già riscattato"
@@ -2135,8 +2136,8 @@ msgstr "Fidati sempre di <0>{hostname}0> — salta questo avviso la prossima v
msgid "Always underline links"
msgstr "Sottolinea sempre i link"
-#: src/components/channel/ChannelSearchResults.tsx:511
-#: src/components/channel/ChannelSearchResults.tsx:562
+#: src/components/channel/ChannelSearchResults.tsx:480
+#: src/components/channel/ChannelSearchResults.tsx:531
#: src/hooks/useChannelSearch.ts:233
#: src/hooks/useChannelSearch.ts:375
msgid "An error occurred while searching"
@@ -2198,7 +2199,7 @@ msgid "Animated Emoji ({0})"
msgstr "Emoji animate ({0})"
#: src/components/channel/embeds/media/EmbedGifv.tsx:237
-#: src/components/channel/embeds/media/EmbedGifv.tsx:725
+#: src/components/channel/embeds/media/EmbedGifv.tsx:749
#: src/components/modals/MediaViewerModal.tsx:294
#: src/components/modals/MediaViewerModal.tsx:362
msgid "Animated GIF"
@@ -2320,8 +2321,8 @@ msgstr "Applicazione aggiornata con successo"
msgid "Applications"
msgstr "Applicazioni"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:99
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:137
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:103
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:141
msgid "Applications & Bots"
msgstr "Applicazioni e bot"
@@ -2352,7 +2353,7 @@ msgid "Archive"
msgstr "Archivia"
#. placeholder {0}: user.username
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:162
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:164
#: src/components/modals/UserProfileActionsSheet.tsx:133
#: src/utils/RelationshipActionUtils.tsx:141
msgid "Are you sure you want to block {0}? They won't be able to message you or send you friend requests."
@@ -2368,8 +2369,8 @@ msgid "Are you sure you want to close this group DM? You can always reopen it la
msgstr "Sei sicuro di voler chiudere questa chat di gruppo? Puoi sempre riaprirla più tardi."
#. placeholder {0}: recipient?.username ?? ''
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:601
-#: src/components/bottomsheets/DMBottomSheet.tsx:303
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:615
+#: src/components/bottomsheets/DMBottomSheet.tsx:305
msgid "Are you sure you want to close your DM with {0}? You can always reopen it later."
msgstr "Sei sicuro di voler chiudere la tua DM con {0}? Puoi sempre riaprirla più tardi."
@@ -2406,7 +2407,7 @@ msgid "Are you sure you want to delete #{0}? This action cannot be undone."
msgstr "Sei sicuro di voler eliminare #{0}? Questa azione non può essere annullata."
#. placeholder {0}: channel.name ?? 'this channel'
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:667
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:681
msgid "Are you sure you want to delete #{0}? This cannot be undone."
msgstr "Sei sicuro di voler eliminare #{0}? Questa azione non può essere annullata."
@@ -2504,7 +2505,7 @@ msgstr "Sei sicuro di voler lasciare {0}?"
msgid "Are you sure you want to leave this community? You will no longer be able to see any messages."
msgstr "Sei sicuro di voler lasciare questa community? Non potrai più vedere nessun messaggio."
-#: src/components/bottomsheets/DMBottomSheet.tsx:338
+#: src/components/bottomsheets/DMBottomSheet.tsx:340
#: src/hooks/useLeaveGroup.tsx:43
msgid "Are you sure you want to leave this group? You will no longer be able to see any messages."
msgstr "Sei sicuro di voler lasciare questo gruppo? Non potrai più vedere nessun messaggio."
@@ -2515,9 +2516,9 @@ msgid "Are you sure you want to make {0} the group owner? You will lose owner pr
msgstr "Sei sicuro di voler rendere {0} il proprietario del gruppo? Perderai i privilegi di proprietario."
#. placeholder {0}: user.username
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:145
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:147
#: src/components/modals/UserProfileActionsSheet.tsx:116
-#: src/components/modals/UserProfileMobileSheet.tsx:303
+#: src/components/modals/UserProfileMobileSheet.tsx:304
#: src/utils/RelationshipActionUtils.tsx:114
msgid "Are you sure you want to remove {0} as a friend?"
msgstr "Sei sicuro di voler rimuovere {0} come amico?"
@@ -2557,10 +2558,10 @@ msgid "Are you sure you want to transfer ownership of the group to {0}?"
msgstr "Sei sicuro di voler trasferire la proprietà del gruppo a {0}?"
#. placeholder {0}: user.username
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:179
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:181
#: src/components/modals/tabs/BlockedUsersTab.tsx:57
#: src/components/modals/UserProfileActionsSheet.tsx:150
-#: src/components/modals/UserProfileMobileSheet.tsx:319
+#: src/components/modals/UserProfileMobileSheet.tsx:320
#: src/utils/RelationshipActionUtils.tsx:168
msgid "Are you sure you want to unblock {0}?"
msgstr "Sei sicuro di voler sbloccare {0}?"
@@ -2573,7 +2574,7 @@ msgstr "Club d'arte"
msgid "Artists' Corner"
msgstr "Angolo degli artisti"
-#: src/components/modals/components/plutonium/PricingSection.tsx:63
+#: src/components/modals/components/plutonium/PricingSection.tsx:69
msgid "As a Gift"
msgstr "Come regalo"
@@ -2689,7 +2690,7 @@ msgstr "Impostazioni audio"
msgid "Audio will be included with this screen share."
msgstr "L'audio sarà incluso in questa condivisione dello schermo."
-#: src/components/pages/ReportPage.tsx:311
+#: src/components/pages/report/optionDescriptors.ts:83
msgid "Austria"
msgstr "Austria"
@@ -2844,6 +2845,7 @@ msgstr "Ping medio:"
#: src/components/modals/PhoneAddModal.tsx:235
#: src/components/modals/RequiredActionModal.tsx:463
#: src/components/pages/OAuthAuthorizePage.tsx:694
+#: src/components/pages/report/ReportStepDetails.tsx:243
msgid "Back"
msgstr "Indietro"
@@ -2933,7 +2935,7 @@ msgid "Balanced quality and bandwidth"
msgstr "Qualità e larghezza di banda equilibrate"
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:353
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:320
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:323
#: src/components/modals/UserProfileActionsSheet.tsx:262
msgid "Ban"
msgstr "Banna"
@@ -3035,7 +3037,7 @@ msgstr "prima di:"
msgid "Begin a call in the current private conversation"
msgstr "Avvia una chiamata nella conversazione privata attuale"
-#: src/components/pages/ReportPage.tsx:312
+#: src/components/pages/report/optionDescriptors.ts:84
msgid "Belgium"
msgstr "Belgio"
@@ -3066,7 +3068,7 @@ msgstr "Codice beta (facoltativo)"
msgid "Beta Code Redeemed!"
msgstr "Codice beta riscattato!"
-#: src/components/modals/tabs/BetaCodesTab.tsx:313
+#: src/components/modals/tabs/BetaCodesTab.tsx:338
#: src/components/modals/utils/settingsSearchIndex.ts:741
msgid "Beta Codes"
msgstr "Codici beta"
@@ -3083,13 +3085,13 @@ msgstr "Biografia"
msgid "Bio character limit"
msgstr "Limite caratteri biografia"
-#: src/components/bottomsheets/DMBottomSheet.tsx:538
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:163
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:345
+#: src/components/bottomsheets/DMBottomSheet.tsx:541
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:165
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:348
#: src/components/modals/UserProfileActionsSheet.tsx:134
#: src/components/modals/UserProfileActionsSheet.tsx:298
#: src/components/modals/UserProfileModal.tsx:1062
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:190
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:211
#: src/utils/RelationshipActionUtils.tsx:143
msgid "Block"
msgstr "Blocca"
@@ -3106,7 +3108,7 @@ msgstr "Bloccare i messaggi diretti dai membri della community?"
msgid "Block for all communities"
msgstr "Blocca per tutte le community"
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:161
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:163
#: src/components/modals/UserProfileActionsSheet.tsx:132
#: src/utils/RelationshipActionUtils.tsx:139
msgid "Block User"
@@ -3270,7 +3272,7 @@ msgstr "Audio del browser richiesto"
msgid "Browser locale ({browserLocale}): {format}"
msgstr "Locale del browser ({browserLocale}): {format}"
-#: src/components/pages/ReportPage.tsx:313
+#: src/components/pages/report/optionDescriptors.ts:85
msgid "Bulgaria"
msgstr "Bulgaria"
@@ -3313,16 +3315,16 @@ msgstr "I pulsanti mostrano un indicatore di caricamento quando submitting è tr
msgid "Buttons with Icons"
msgstr "Pulsanti con icone"
-#: src/components/modals/components/plutonium/GiftSection.tsx:74
-#: src/components/modals/components/plutonium/GiftSection.tsx:83
-#: src/components/modals/components/plutonium/GiftSection.tsx:92
-#: src/components/modals/components/plutonium/PricingSection.tsx:106
-#: src/components/modals/components/plutonium/PricingSection.tsx:115
-#: src/components/modals/components/plutonium/PricingSection.tsx:124
+#: src/components/modals/components/plutonium/GiftSection.tsx:81
+#: src/components/modals/components/plutonium/GiftSection.tsx:93
+#: src/components/modals/components/plutonium/GiftSection.tsx:105
+#: src/components/modals/components/plutonium/PricingSection.tsx:121
+#: src/components/modals/components/plutonium/PricingSection.tsx:133
+#: src/components/modals/components/plutonium/PricingSection.tsx:145
msgid "Buy Gift"
msgstr "Compra regalo"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:114
+#: src/components/modals/components/plutonium/VisionarySection.tsx:140
msgid "Buying Visionary will cancel your current {currentAccessLabel} immediately. It is a one-time purchase with lifetime access."
msgstr "Acquistare Visionary cancellerà immediatamente il tuo attuale {currentAccessLabel}. È un acquisto una tantum con accesso a vita."
@@ -3347,7 +3349,7 @@ msgstr "Ignora la modalità lenta"
msgid "Bypass Splash Screen"
msgstr "Ignora la schermata di caricamento"
-#: src/components/channel/channel-view/DMChannelView.tsx:271
+#: src/components/channel/channel-view/DMChannelView.tsx:272
msgid "Call available"
msgstr "Chiamata disponibile"
@@ -3446,11 +3448,11 @@ msgstr "Impostazioni fotocamera"
#: src/components/modals/CategoryCreateModal.tsx:79
#: src/components/modals/ChannelCreateModal.tsx:100
#: src/components/modals/ChannelDeleteModal.tsx:72
-#: src/components/modals/ClaimAccountModal.tsx:179
-#: src/components/modals/ClaimAccountModal.tsx:219
-#: src/components/modals/components/MobileSettingsView.tsx:302
+#: src/components/modals/ClaimAccountModal.tsx:181
+#: src/components/modals/ClaimAccountModal.tsx:221
+#: src/components/modals/components/MobileSettingsView.tsx:297
#: src/components/modals/components/plutonium/hooks/useCheckoutActions.tsx:110
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:328
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:371
#: src/components/modals/ConfirmModal.tsx:146
#: src/components/modals/CreateDMModal.tsx:88
#: src/components/modals/CreateFavoriteCategoryModal.tsx:74
@@ -3473,7 +3475,7 @@ msgstr "Impostazioni fotocamera"
#: src/components/modals/HideOwnCameraConfirmModal.tsx:65
#: src/components/modals/IARModal.tsx:218
#: src/components/modals/ImageCropModal.tsx:981
-#: src/components/modals/InviteModal.tsx:336
+#: src/components/modals/InviteModal.tsx:333
#: src/components/modals/KickMemberModal.tsx:60
#: src/components/modals/MfaTotpDisableModal.tsx:75
#: src/components/modals/MfaTotpEnableModal.tsx:102
@@ -3498,11 +3500,11 @@ msgstr "Impostazioni fotocamera"
msgid "Cancel"
msgstr "Annulla"
-#: src/components/channel/dm/DMWelcomeSection.tsx:126
+#: src/components/channel/dm/DMWelcomeSection.tsx:138
#: src/components/channel/friends/FriendListItem.tsx:164
#: src/components/channel/friends/FriendListItem.tsx:166
-#: src/components/modals/UserProfileModal.tsx:1273
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:171
+#: src/components/modals/UserProfileModal.tsx:1274
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:192
msgid "Cancel Friend Request"
msgstr "Annulla richiesta di amicizia"
@@ -3522,7 +3524,7 @@ msgstr "Annulla richiesta"
msgid "Cancel upload"
msgstr "Annulla caricamento"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:118
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:137
msgid "Canceling"
msgstr "Annullamento in corso"
@@ -3566,7 +3568,7 @@ msgstr "Allineamento scheda"
msgid "Card alignment controls"
msgstr "Controlli allineamento scheda"
-#: src/components/modals/components/MobileSettingsView.tsx:123
+#: src/components/modals/components/MobileSettingsView.tsx:118
#: src/components/modals/components/SettingsModalHeader.tsx:76
msgid "Careful! You have unsaved changes."
msgstr "Attento! Hai modifiche non salvate."
@@ -3576,7 +3578,7 @@ msgstr "Attento! Hai modifiche non salvate."
msgid "Category"
msgstr "Categoria"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1371
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1395
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:239
msgid "Category Default"
msgstr "Categoria predefinita"
@@ -3594,7 +3596,7 @@ msgstr "Categoria piena"
msgid "Category Name"
msgstr "Nome categoria"
-#: src/components/modals/ChannelSettingsModal.tsx:105
+#: src/components/modals/ChannelSettingsModal.tsx:113
#: src/components/modals/components/DesktopChannelSettingsView.tsx:188
msgid "Category Settings"
msgstr "Impostazioni categoria"
@@ -3625,7 +3627,7 @@ msgstr "Cambia sfondo"
msgid "Change Banner"
msgstr "Cambia banner"
-#: src/components/pages/ReportPage.tsx:752
+#: src/components/pages/report/ReportStepVerification.tsx:126
msgid "Change email"
msgstr "Cambia email"
@@ -3647,8 +3649,8 @@ msgstr "Cambia FluxerTag"
msgid "Change FluxerTag form"
msgstr "Modulo cambio FluxerTag"
-#: src/components/bottomsheets/DMBottomSheet.tsx:433
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:133
+#: src/components/bottomsheets/DMBottomSheet.tsx:435
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:154
msgid "Change Friend Nickname"
msgstr "Cambia soprannome dell'amico"
@@ -3673,7 +3675,7 @@ msgid "Change My Group Nickname"
msgstr "Cambia il mio soprannome nel gruppo"
#: src/components/modals/BaseChangeNicknameModal.tsx:82
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:238
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:240
#: src/components/modals/RenameChannelModal.tsx:58
#: src/components/modals/UserProfileActionsSheet.tsx:225
#: src/components/modals/UserProfileActionsSheet.tsx:225
@@ -3760,8 +3762,8 @@ msgstr "Regione vocale cambiata in {0}."
msgid "channel"
msgstr "canale"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:483
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:549
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:497
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:563
#: src/components/invites/InviteListItem.tsx:50
#: src/components/webhooks/WebhookListItem.tsx:240
#: src/constants/AuditLogConstants.tsx:236
@@ -3796,7 +3798,7 @@ msgid "Channel Debug"
msgstr "Debug canale"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:188
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:675
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:689
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:329
msgid "Channel deleted"
msgstr "Canale eliminato"
@@ -3806,11 +3808,11 @@ msgid "Channel Deleted"
msgstr "Canale eliminato"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:273
-#: src/components/bottomsheets/DMBottomSheet.tsx:366
+#: src/components/bottomsheets/DMBottomSheet.tsx:368
msgid "Channel ID copied"
msgstr "ID canale copiato"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:535
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:549
msgid "Channel ID copied to clipboard"
msgstr "ID canale copiato negli appunti"
@@ -3878,9 +3880,9 @@ msgstr "Registrazione canale"
msgid "Channel removed from favorites"
msgstr "Canale rimosso dai preferiti"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1092
-#: src/components/layout/ChannelItem.tsx:630
-#: src/components/modals/ChannelSettingsModal.tsx:105
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1116
+#: src/components/layout/ChannelItem.tsx:647
+#: src/components/modals/ChannelSettingsModal.tsx:113
#: src/components/modals/components/DesktopChannelSettingsView.tsx:188
msgid "Channel Settings"
msgstr "Impostazioni canale"
@@ -3947,7 +3949,7 @@ msgstr "Controlla il nostro <0>Bluesky (@fluxer.app)0> per aggiornamenti sullo
msgid "Check out my custom theme!"
msgstr "Guarda il mio tema personalizzato!"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:105
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:109
msgid "Check your connection and try again."
msgstr "Controlla la connessione e riprova."
@@ -3969,8 +3971,8 @@ msgstr "Caselle di controllo"
msgid "Checking..."
msgstr "Verifica in corso..."
-#: src/components/pages/ReportPage.tsx:270
-#: src/components/pages/ReportPage.tsx:299
+#: src/components/pages/report/optionDescriptors.ts:51
+#: src/components/pages/report/optionDescriptors.ts:74
#: src/constants/IARConstants.tsx:72
#: src/constants/IARConstants.tsx:175
msgid "Child Safety Concerns"
@@ -3984,6 +3986,10 @@ msgstr "Cinese (semplificato)"
msgid "Chinese (Traditional)"
msgstr "Cinese (tradizionale)"
+#: src/components/pages/report/ReportBreadcrumbs.tsx:46
+msgid "Choose"
+msgstr "Scegli"
+
#: src/components/pages/OAuthAuthorizePage.tsx:898
msgid "Choose a community"
msgstr "Scegli una community"
@@ -4080,25 +4086,36 @@ msgstr "Scegli il colore di accento del tuo profilo"
#: src/components/channel/barriers/BarrierComponents.tsx:109
#: src/components/channel/barriers/BarrierComponents.tsx:240
-#: src/components/layout/app-layout/nagbars/UnclaimedAccountNagbar.tsx:47
-#: src/components/modals/ClaimAccountModal.tsx:225
-#: src/components/modals/components/UnclaimedAccountAlert.tsx:34
+#: src/components/channel/dm/AddFriendForm.tsx:57
+#: src/components/layout/app-layout/nagbars/UnclaimedAccountNagbar.tsx:45
+#: src/components/modals/ClaimAccountModal.tsx:227
+#: src/components/modals/components/UnclaimedAccountAlert.tsx:32
+#: src/components/modals/GiftAcceptModal.tsx:170
#: src/components/modals/tabs/AccountSecurityTab/SecurityTab.tsx:206
+#: src/components/modals/tabs/BetaCodesTab.tsx:297
+#: src/components/modals/tabs/GiftInventoryTab.tsx:242
msgid "Claim Account"
msgstr "Richiedi account"
-#: src/components/channel/GiftEmbed.tsx:98
-#: src/components/modals/GiftAcceptModal.tsx:154
+#: src/components/channel/GiftEmbed.tsx:109
+msgid "Claim Account to Redeem"
+msgstr "Richiedi account per riscattare"
+
+#: src/components/channel/GiftEmbed.tsx:109
+#: src/components/modals/GiftAcceptModal.tsx:197
#: src/components/pages/GiftLoginPage.tsx:155
#: src/components/pages/GiftRegisterPage.tsx:42
msgid "Claim Gift"
msgstr "Riscatta regalo"
-#: src/components/modals/ClaimAccountModal.tsx:141
+#: src/components/channel/dm/AddFriendForm.tsx:53
+#: src/components/modals/ClaimAccountModal.tsx:143
+#: src/components/modals/tabs/BetaCodesTab.tsx:293
+#: src/components/modals/tabs/GiftInventoryTab.tsx:238
msgid "Claim your account"
msgstr "Richiedi il tuo account"
-#: src/components/modals/ClaimAccountModal.tsx:146
+#: src/components/modals/ClaimAccountModal.tsx:148
msgid "Claim your account by adding an email and password. We will send a verification code to confirm your email before finishing."
msgstr "Richiedi il tuo account aggiungendo email e password. Ti invieremo un codice di verifica per confermare l’email prima di completare."
@@ -4106,11 +4123,68 @@ msgstr "Richiedi il tuo account aggiungendo email e password. Ti invieremo un co
msgid "Claim your account to access security features like two-factor authentication and passkeys."
msgstr "Richiedi il tuo account per accedere alle funzionalità di sicurezza come autenticazione a due fattori e passkey."
+#: src/components/channel/ChannelHeader/CallButtons.tsx:85
+#: src/components/channel/ChannelHeader/CallButtons.tsx:155
+msgid "Claim your account to call"
+msgstr "Richiedi il tuo account per chiamare"
+
#: src/components/modals/tabs/MyProfileTab/UsernameSection.tsx:49
msgid "Claim your account to change your FluxerTag"
msgstr "Richiedi il tuo account per cambiare il tuo FluxerTag"
-#: src/components/modals/GiftAcceptModal.tsx:145
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:146
+msgid "Claim your account to create applications."
+msgstr "Richiedi il tuo account per creare applicazioni."
+
+#: src/components/modals/tabs/BetaCodesTab.tsx:294
+msgid "Claim your account to generate beta codes."
+msgstr "Richiedi il tuo account per generare codici beta."
+
+#: src/components/layout/ChannelItem.tsx:208
+#: src/components/layout/ChannelItem.tsx:382
+#: src/stores/voice/MediaEngineFacade.ts:537
+msgid "Claim your account to join this voice channel."
+msgstr "Richiedi il tuo account per unirti a questo canale vocale."
+
+#: src/stores/voice/MediaEngineFacade.ts:170
+msgid "Claim your account to join voice channels you don't own."
+msgstr "Richiedi il tuo account per unirti a canali vocali che non possiedi."
+
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:55
+#: src/components/modals/components/plutonium/GiftSection.tsx:61
+#: src/components/modals/components/plutonium/PricingSection.tsx:63
+#: src/components/modals/components/plutonium/VisionarySection.tsx:62
+#: src/components/modals/components/PlutoniumContent.tsx:99
+msgid "Claim your account to purchase Fluxer Plutonium."
+msgstr "Richiedi il tuo account per acquistare Fluxer Plutonium."
+
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:112
+msgid "Claim your account to purchase or redeem Fluxer Plutonium."
+msgstr "Richiedi il tuo account per acquistare o riscattare Fluxer Plutonium."
+
+#: src/components/modals/tabs/GiftInventoryTab.tsx:239
+msgid "Claim your account to redeem or manage Plutonium gift codes."
+msgstr "Richiedi il tuo account per riscattare o gestire codici regalo Plutonium."
+
+#: src/components/channel/GiftEmbed.tsx:99
+#: src/components/modals/GiftAcceptModal.tsx:154
+msgid "Claim your account to redeem this gift."
+msgstr "Richiedi il tuo account per riscattare questo regalo."
+
+#: src/components/channel/dm/AddFriendForm.tsx:54
+#: src/components/channel/dm/DMWelcomeSection.tsx:109
+#: src/components/modals/UserProfileModal.tsx:1289
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:65
+msgid "Claim your account to send friend requests."
+msgstr "Richiedi il tuo account per inviare richieste di amicizia."
+
+#: src/components/channel/ChannelHeader/CallButtons.tsx:54
+#: src/components/channel/ChannelHeader/CallButtons.tsx:124
+#: src/stores/voice/MediaEngineFacade.ts:179
+msgid "Claim your account to start or join 1:1 calls."
+msgstr "Richiedi il tuo account per avviare o unirti a chiamate 1:1."
+
+#: src/components/modals/GiftAcceptModal.tsx:188
msgid "Claim your gift to activate your premium subscription!"
msgstr "Riscatta il tuo regalo per attivare la tua sottoscrizione premium!"
@@ -4164,8 +4238,8 @@ msgstr "Rimuovi autorizzazioni"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:420
#: src/components/channel/MessageSearchBar/MessageSearchBar.tsx:1424
-#: src/components/channel/shared/PickerSearchInput.tsx:195
-#: src/components/channel/shared/PickerSearchInput.tsx:212
+#: src/components/channel/shared/PickerSearchInput.tsx:194
+#: src/components/channel/shared/PickerSearchInput.tsx:211
#: src/components/modals/components/SettingsSearch.tsx:108
msgid "Clear search"
msgstr "Cancella ricerca"
@@ -4200,11 +4274,11 @@ msgstr "Descrizione dello sticker cancellata."
msgid "Cleared the topic."
msgstr "Argomento cancellato."
-#: src/components/modals/components/MobileSettingsView.tsx:297
+#: src/components/modals/components/MobileSettingsView.tsx:292
msgid "Clearing subscriptions ensures the gateway stops sending messages to this installation."
msgstr "Cancellare le iscrizioni garantisce che il gateway smetta di inviare messaggi a questa installazione."
-#: src/components/modals/tabs/BetaCodesTab.tsx:366
+#: src/components/modals/tabs/BetaCodesTab.tsx:391
msgid "Click \"Create Code\" to generate your first code."
msgstr "Clicca su \"Crea codice\" per generare il tuo primo codice."
@@ -4240,13 +4314,13 @@ msgstr "Clicca per aggiungere una nota"
msgid "Click to check and uncheck. Available in square and round styles."
msgstr "Clicca per selezionare o deselezionare. Disponibile in stile quadrato e rotondo."
-#: src/components/channel/GiftEmbed.tsx:90
+#: src/components/channel/GiftEmbed.tsx:100
msgid "Click to claim your gift!"
msgstr "Clicca per riscattare il tuo regalo!"
#: src/components/invites/InviteListItem.tsx:184
#: src/components/modals/components/ClientInfo.tsx:76
-#: src/components/modals/tabs/BetaCodesTab.tsx:172
+#: src/components/modals/tabs/BetaCodesTab.tsx:174
msgid "Click to copy"
msgstr "Clicca per copiare"
@@ -4328,12 +4402,12 @@ msgid "Close"
msgstr "Chiudi"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:341
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:600
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:602
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1239
-#: src/components/bottomsheets/DMBottomSheet.tsx:302
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:614
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:616
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1263
#: src/components/bottomsheets/DMBottomSheet.tsx:304
-#: src/components/bottomsheets/DMBottomSheet.tsx:557
+#: src/components/bottomsheets/DMBottomSheet.tsx:306
+#: src/components/bottomsheets/DMBottomSheet.tsx:560
#: src/components/channel/dm/DMList.tsx:292
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:82
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:84
@@ -4358,7 +4432,8 @@ msgstr "Tema carbone"
#: src/components/invites/InviteListItem.tsx:54
#: src/components/modals/MfaTotpDisableModal.tsx:64
#: src/components/modals/MfaTotpEnableModal.tsx:91
-#: src/components/modals/tabs/BetaCodesTab.tsx:51
+#: src/components/modals/tabs/BetaCodesTab.tsx:53
+#: src/components/pages/report/ReportBreadcrumbs.tsx:48
msgid "Code"
msgstr "Codice"
@@ -4370,7 +4445,8 @@ msgstr "Codice e Monospazio"
msgid "Code Blocks"
msgstr "Blocchi di codice"
-#: src/components/modals/ClaimAccountModal.tsx:123
+#: src/components/modals/ClaimAccountModal.tsx:125
+#: src/components/pages/ReportPage.tsx:231
msgid "Code resent"
msgstr "Codice reinviato"
@@ -4379,8 +4455,8 @@ msgid "Code sent"
msgstr "Codice inviato"
#: src/components/invites/InviteListItem.tsx:180
-#: src/components/modals/tabs/BetaCodesTab.tsx:104
-#: src/components/modals/tabs/BetaCodesTab.tsx:168
+#: src/components/modals/tabs/BetaCodesTab.tsx:106
+#: src/components/modals/tabs/BetaCodesTab.tsx:170
msgid "Code:"
msgstr "Codice:"
@@ -4472,7 +4548,7 @@ msgstr "Community in modalità silenziosa"
msgid "Community Debug"
msgstr "Debug community"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1371
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1395
#: src/components/uikit/ContextMenu/items/CategoryMenuItems.tsx:221
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:239
msgid "Community Default"
@@ -4542,8 +4618,8 @@ msgstr "Impostazioni notifiche community"
msgid "Community organizes raids or harassment campaigns"
msgstr "Community organizza raid o campagne di molestie"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:237
-#: src/components/channel/MemberListItem.tsx:102
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:238
+#: src/components/channel/MemberListItem.tsx:109
#: src/components/modals/guildTabs/GuildMembersTab.tsx:145
#: src/components/modals/guildTabs/GuildMembersTab.tsx:197
msgid "Community Owner"
@@ -4567,14 +4643,14 @@ msgstr "Community promuove o facilita attività illegali"
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:172
#: src/components/modals/components/DesktopGuildSettingsView.tsx:204
-#: src/components/modals/GuildSettingsModal.tsx:168
+#: src/components/modals/GuildSettingsModal.tsx:173
#: src/components/popouts/GuildHeaderPopout.tsx:187
#: src/components/uikit/ContextMenu/items/GuildMenuItems.tsx:360
msgid "Community Settings"
msgstr "Impostazioni della community"
-#: src/components/layout/GuildLayout.tsx:301
-#: src/components/layout/GuildLayout.tsx:348
+#: src/components/layout/GuildLayout.tsx:306
+#: src/components/layout/GuildLayout.tsx:353
msgid "Community temporarily unavailable"
msgstr "Community temporaneamente non disponibile"
@@ -4782,8 +4858,8 @@ msgstr "Connesso alla voce"
msgid "Connecting..."
msgstr "Connessione in corso..."
-#: src/components/channel/channel-view/DMChannelView.tsx:273
-#: src/components/channel/channel-view/DMChannelView.tsx:323
+#: src/components/channel/channel-view/DMChannelView.tsx:274
+#: src/components/channel/channel-view/DMChannelView.tsx:324
#: src/components/voice/CompactVoiceCallView.tsx:55
msgid "Connecting…"
msgstr "Connessione in corso…"
@@ -4979,7 +5055,7 @@ msgstr "Controlla il tuo stato di attività"
#: src/components/modals/shared/CopyLinkSection.tsx:61
#: src/components/modals/tabs/ApplicationsTab/application-detail/ApplicationHeader.tsx:68
-#: src/components/modals/tabs/GiftInventoryTab.tsx:143
+#: src/components/modals/tabs/GiftInventoryTab.tsx:144
msgid "Copied"
msgstr "Copiato"
@@ -5001,7 +5077,7 @@ msgstr "Copiato!"
#: src/components/modals/BackupCodesModal.tsx:82
#: src/components/modals/shared/CopyLinkSection.tsx:61
#: src/components/modals/tabs/ApplicationsTab/application-detail/OAuthBuilderSection.tsx:142
-#: src/components/modals/tabs/GiftInventoryTab.tsx:143
+#: src/components/modals/tabs/GiftInventoryTab.tsx:144
msgid "Copy"
msgstr "Copia"
@@ -5017,7 +5093,7 @@ msgstr "Copia audio"
msgid "Copy authorize URL"
msgstr "Copia URL di autorizzazione"
-#: src/components/modals/tabs/BetaCodesTab.tsx:178
+#: src/components/modals/tabs/BetaCodesTab.tsx:180
msgid "Copy beta code"
msgstr "Copia codice beta"
@@ -5028,8 +5104,8 @@ msgstr "Copia ID categoria"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:320
#: src/components/bottomsheets/ChannelBottomSheet.tsx:347
#: src/components/bottomsheets/ChannelBottomSheet.tsx:433
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1293
-#: src/components/bottomsheets/DMBottomSheet.tsx:577
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1317
+#: src/components/bottomsheets/DMBottomSheet.tsx:580
#: src/components/channel/dm/DMList.tsx:271
#: src/components/channel/dm/DMList.tsx:298
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:362
@@ -5090,7 +5166,7 @@ msgstr "Copia immagine"
msgid "Copy invite link"
msgstr "Copia link di invito"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1154
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1178
#: src/components/modals/tabs/ComponentGalleryTab/ButtonsTab.tsx:182
#: src/components/modals/tabs/ComponentGalleryTab/index.tsx:100
#: src/components/modals/tabs/ComponentGalleryTab/Inline.tsx:95
@@ -5131,15 +5207,15 @@ msgstr "Copia ID sticker"
msgid "Copy Text"
msgstr "Copia testo"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1285
-#: src/components/bottomsheets/DMBottomSheet.tsx:570
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1309
+#: src/components/bottomsheets/DMBottomSheet.tsx:573
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:370
#: src/components/modals/guildTabs/BannedUserActionsSheet.tsx:74
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:358
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:361
#: src/components/modals/tabs/BlockedUsersTab.tsx:107
#: src/components/modals/UserProfileActionsSheet.tsx:213
#: src/components/modals/UserProfileModal.tsx:1130
-#: src/components/popouts/UserAreaPopout.tsx:507
+#: src/components/popouts/UserAreaPopout.tsx:509
#: src/components/profile/ProfileCard/ProfileCardActions.tsx:60
#: src/components/uikit/ContextMenu/items/CopyMenuItems.tsx:42
msgid "Copy User ID"
@@ -5175,7 +5251,7 @@ msgstr "Conto alla rovescia"
msgid "Country"
msgstr "Paese"
-#: src/components/pages/ReportPage.tsx:928
+#: src/components/pages/report/ReportStepDetails.tsx:205
msgid "Country of Residence"
msgstr "Paese di residenza"
@@ -5207,7 +5283,7 @@ msgid "Create a new community or join an existing one."
msgstr "Crea una nuova community o unisciti a quella di qualcun altro."
#. placeholder {0}: recipient.username
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:905
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:937
msgid "Create a new group with {0}"
msgstr "Crea un nuovo gruppo con {0}"
@@ -5239,7 +5315,7 @@ msgstr "Crea un account"
msgid "Create an account to claim your gift"
msgstr "Crea un account per ritirare il tuo regalo"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:138
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:142
msgid "Create and manage applications and bots for your account."
msgstr "Crea e gestisci applicazioni e bot per il tuo account."
@@ -5248,7 +5324,8 @@ msgid "Create and share custom emoji and sticker packs with Fluxer Plutonium."
msgstr "Crea e condividi pacchetti personalizzati di emoji e sticker con Fluxer Plutonium."
#: src/components/modals/tabs/ApplicationsTab/ApplicationCreateModal.tsx:87
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:142
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:149
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:155
msgid "Create Application"
msgstr "Crea applicazione"
@@ -5267,7 +5344,7 @@ msgid "Create Category"
msgstr "Crea categoria"
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:180
-#: src/components/layout/ChannelItem.tsx:607
+#: src/components/layout/ChannelItem.tsx:624
#: src/components/modals/ChannelCreateModal.tsx:58
#: src/components/modals/ChannelCreateModal.tsx:103
#: src/components/popouts/GuildHeaderPopout.tsx:194
@@ -5276,8 +5353,8 @@ msgstr "Crea categoria"
msgid "Create Channel"
msgstr "Crea canale"
-#: src/components/modals/tabs/BetaCodesTab.tsx:326
-#: src/components/modals/tabs/BetaCodesTab.tsx:369
+#: src/components/modals/tabs/BetaCodesTab.tsx:351
+#: src/components/modals/tabs/BetaCodesTab.tsx:394
msgid "Create Code"
msgstr "Crea codice"
@@ -5329,7 +5406,7 @@ msgstr "Crea nuovo account"
msgid "Create new group"
msgstr "Crea nuovo gruppo"
-#: src/components/modals/InviteModal.tsx:339
+#: src/components/modals/InviteModal.tsx:336
msgid "Create New Link"
msgstr "Crea nuovo link"
@@ -5373,7 +5450,7 @@ msgid "Create, edit, or delete webhooks."
msgstr "Crea, modifica o elimina webhook."
#: src/components/invites/InviteListItem.tsx:59
-#: src/components/modals/tabs/BetaCodesTab.tsx:57
+#: src/components/modals/tabs/BetaCodesTab.tsx:59
msgid "Created"
msgstr "Creato"
@@ -5390,7 +5467,7 @@ msgstr "Creato {createdAt}"
#. placeholder {0}: invite.pack.creator.username
#. placeholder {0}: pack.creator.username
#: src/components/auth/InviteHeader.tsx:158
-#: src/components/channel/InviteEmbed.tsx:218
+#: src/components/channel/InviteEmbed.tsx:220
#: src/components/modals/InviteAcceptModal.tsx:152
msgid "Created by {0}"
msgstr "Creato da {0}"
@@ -5427,8 +5504,8 @@ msgid "Created with name {newLabel}."
msgstr "Creato con il nome {newLabel}."
#: src/components/invites/InviteListItem.tsx:207
-#: src/components/modals/tabs/BetaCodesTab.tsx:135
-#: src/components/modals/tabs/BetaCodesTab.tsx:212
+#: src/components/modals/tabs/BetaCodesTab.tsx:137
+#: src/components/modals/tabs/BetaCodesTab.tsx:214
msgid "Created:"
msgstr "Creato:"
@@ -5440,7 +5517,7 @@ msgstr "Collettivo Menti Creative"
msgid "Creative Writing Club"
msgstr "Club di Scrittura Creativa"
-#: src/components/pages/ReportPage.tsx:314
+#: src/components/pages/report/optionDescriptors.ts:86
msgid "Croatia"
msgstr "Croazia"
@@ -5519,8 +5596,8 @@ msgid "Currently stuck in 1885, appearing offline"
msgstr "Attualmente bloccato nel 1885, appare offline"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:461
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1023
-#: src/components/bottomsheets/DMBottomSheet.tsx:605
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1047
+#: src/components/bottomsheets/DMBottomSheet.tsx:608
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:305
msgid "Currently: {mutedText}"
msgstr "Attualmente: {mutedText}"
@@ -5665,7 +5742,7 @@ msgstr "Personalizzare avatar, banner, colore accentato e bio per community sing
msgid "Cut"
msgstr "Taglia"
-#: src/components/pages/ReportPage.tsx:315
+#: src/components/pages/report/optionDescriptors.ts:87
msgid "Cyprus"
msgstr "Cipro"
@@ -5673,7 +5750,7 @@ msgstr "Cipro"
msgid "Czech"
msgstr "Ceco"
-#: src/components/pages/ReportPage.tsx:316
+#: src/components/pages/report/optionDescriptors.ts:88
msgid "Czech Republic"
msgstr "Repubblica Ceca"
@@ -5746,9 +5823,9 @@ msgstr "Formato data"
#: src/components/auth/AuthMinimalRegisterFormCore.tsx:93
#: src/components/auth/AuthRegisterFormCore.tsx:139
-#: src/components/auth/DateOfBirthField.tsx:90
-#: src/components/auth/DateOfBirthField.tsx:124
-#: src/components/auth/DateOfBirthField.tsx:292
+#: src/components/auth/DateOfBirthField.tsx:87
+#: src/components/auth/DateOfBirthField.tsx:121
+#: src/components/auth/DateOfBirthField.tsx:289
#: src/components/auth/MockMinimalRegisterForm.tsx:107
msgid "Date of birth"
msgstr "Data di nascita"
@@ -5757,8 +5834,7 @@ msgstr "Data di nascita"
msgid "Date Options"
msgstr "Opzioni data"
-#: src/components/auth/DateOfBirthField.tsx:88
-#: src/components/auth/DateOfBirthField.tsx:155
+#: src/components/auth/DateOfBirthField.tsx:152
#: src/components/auth/MockMinimalRegisterForm.tsx:73
msgid "Day"
msgstr "Giorno"
@@ -5817,11 +5893,11 @@ msgstr "Revoca autorizzazione"
msgid "Deauthorize Application"
msgstr "Revoca autorizzazione applicazione"
-#: src/components/modals/components/MobileSettingsView.tsx:369
+#: src/components/modals/components/MobileSettingsView.tsx:364
msgid "Debug"
msgstr "Debug"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1267
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1291
#: src/components/uikit/ContextMenu/items/DebugMenuItems.tsx:71
msgid "Debug Channel"
msgstr "Debug canale"
@@ -5844,7 +5920,7 @@ msgstr "Debug membro"
msgid "Debug Message"
msgstr "Debug messaggio"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1275
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1299
#: src/components/uikit/ContextMenu/items/DebugMenuItems.tsx:53
msgid "Debug User"
msgstr "Debug utente"
@@ -5905,8 +5981,8 @@ msgstr "Di default è disattivato su mobile per preservare batteria e dati."
#: src/actions/MessageActionCreators.tsx:394
#: src/components/channel/embeds/media/EmbedAudio.tsx:227
#: src/components/channel/embeds/media/MediaContainer.tsx:115
-#: src/components/channel/Messages.tsx:444
-#: src/components/channel/Messages.tsx:524
+#: src/components/channel/Messages.tsx:442
+#: src/components/channel/Messages.tsx:522
#: src/components/channel/MobileMemesPicker.tsx:546
#: src/components/channel/pickers/memes/MemeGridItem.tsx:120
#: src/components/emojis/EmojiListItem.tsx:189
@@ -5923,7 +5999,7 @@ msgstr "Di default è disattivato su mobile per preservare batteria e dati."
msgid "Delete"
msgstr "Elimina"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:666
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:680
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:320
msgid "Delete {channelType}"
msgstr "Elimina {channelType}"
@@ -5987,8 +6063,8 @@ msgstr "Elimina categoria"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:179
#: src/components/bottomsheets/ChannelBottomSheet.tsx:181
#: src/components/bottomsheets/ChannelBottomSheet.tsx:421
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:668
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1224
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:682
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1248
#: src/components/modals/components/DesktopChannelSettingsView.tsx:176
#: src/components/modals/components/MobileChannelSettingsView.tsx:85
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:322
@@ -6021,8 +6097,8 @@ msgstr "Elimina media"
#: src/components/channel/MessageActionBar.tsx:804
#: src/components/channel/messageActionMenu.tsx:156
#: src/components/channel/messageActionMenu.tsx:193
-#: src/components/channel/Messages.tsx:441
-#: src/components/channel/Messages.tsx:521
+#: src/components/channel/Messages.tsx:439
+#: src/components/channel/Messages.tsx:519
#: src/components/uikit/ContextMenu/items/MessageMenuItems.tsx:273
msgid "Delete Message"
msgstr "Elimina messaggio"
@@ -6114,7 +6190,7 @@ msgstr "Negato {0} e rimosso il divieto per {1}."
msgid "Denied {0}."
msgstr "Negato {0}."
-#: src/components/pages/ReportPage.tsx:317
+#: src/components/pages/report/optionDescriptors.ts:89
msgid "Denmark"
msgstr "Danimarca"
@@ -6143,7 +6219,7 @@ msgstr "Descrivi lo sticker"
msgid "Describe what expressions are inside this pack."
msgstr "Descrivi quali espressioni contiene questo pack."
-#: src/components/pages/ReportPage.tsx:946
+#: src/components/pages/report/ReportStepDetails.tsx:225
msgid "Describe what makes the content illegal"
msgstr "Descrivi cosa rende il contenuto illegale"
@@ -6205,6 +6281,10 @@ msgstr "Banner distaccato"
msgid "details"
msgstr "dettagli"
+#: src/components/pages/report/ReportBreadcrumbs.tsx:49
+msgid "Details"
+msgstr "Dettagli"
+
#: src/components/modals/AddGuildModal.tsx:150
msgid "Dev Den"
msgstr "Dev Den"
@@ -6274,7 +6354,7 @@ msgstr "Dimensioni e numero di membri diversi"
msgid "Direct message"
msgstr "Messaggio diretto"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:477
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:491
#: src/components/modals/shared/RecipientList.tsx:200
msgid "Direct Message"
msgstr "Messaggio diretto"
@@ -6516,8 +6596,8 @@ msgstr "Discussione o promozione di attività illegali"
#: src/components/layout/app-layout/nagbars/PremiumGracePeriodNagbar.tsx:79
#: src/components/layout/app-layout/nagbars/PremiumOnboardingNagbar.tsx:57
#: src/components/layout/GuildLayout.tsx:106
-#: src/components/modals/GiftAcceptModal.tsx:98
-#: src/components/modals/GiftAcceptModal.tsx:124
+#: src/components/modals/GiftAcceptModal.tsx:105
+#: src/components/modals/GiftAcceptModal.tsx:131
#: src/components/modals/RequiredActionModal.tsx:475
msgid "Dismiss"
msgstr "Chiudi"
@@ -6562,8 +6642,8 @@ msgstr "Mostra i membri di ruolo separatamente."
msgid "Display separator lines between different groups of messages for better visual distinction."
msgstr "Mostra linee separatrici tra gruppi di messaggi diversi per una distinzione visiva migliore."
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:613
-#: src/components/bottomsheets/DMBottomSheet.tsx:315
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:627
+#: src/components/bottomsheets/DMBottomSheet.tsx:317
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:97
#: src/components/uikit/ContextMenu/UserContextMenu.tsx:168
msgid "DM closed"
@@ -6581,7 +6661,7 @@ msgstr "Anteprime messaggi DM"
msgid "DM Notifications"
msgstr "Notifiche messaggi diretti"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1092
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1116
msgid "DM Settings"
msgstr "Impostazioni DM"
@@ -6662,6 +6742,7 @@ msgstr "Non mostrare l’indicatore di scrittura nella lista dei canali"
#: src/components/keybinds/KeybindRecorder.tsx:220
#: src/components/modals/GuildNotificationSettingsModal.tsx:347
#: src/components/modals/GuildPrivacySettingsModal.tsx:68
+#: src/components/pages/report/ReportBreadcrumbs.tsx:50
#: src/components/search/HasFilterSheet.tsx:124
#: src/components/search/UserFilterSheet.tsx:149
msgid "Done"
@@ -6843,13 +6924,13 @@ msgstr "Modifica allegato"
msgid "Edit attachment form"
msgstr "Modulo modifica allegato"
-#: src/components/layout/ChannelItem.tsx:630
+#: src/components/layout/ChannelItem.tsx:647
#: src/components/uikit/ContextMenu/items/CategoryMenuItems.tsx:299
msgid "Edit Category"
msgstr "Modifica categoria"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:416
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1218
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1242
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:300
msgid "Edit Channel"
msgstr "Modifica canale"
@@ -6869,8 +6950,8 @@ msgid "Edit global settings like name, description, and icon."
msgstr "Modifica impostazioni globali come nome, descrizione e icona."
#: src/components/bottomsheets/ChannelBottomSheet.tsx:284
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1178
-#: src/components/bottomsheets/DMBottomSheet.tsx:461
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1202
+#: src/components/bottomsheets/DMBottomSheet.tsx:463
#: src/components/channel/dm/DMList.tsx:237
#: src/components/channel/dm/GroupDMWelcomeSection.tsx:74
#: src/components/modals/EditGroupBottomSheet.tsx:177
@@ -6883,7 +6964,7 @@ msgstr "Modifica gruppo"
msgid "Edit group form"
msgstr "Modulo modifica gruppo"
-#: src/components/modals/InviteModal.tsx:327
+#: src/components/modals/InviteModal.tsx:324
msgid "Edit invite link"
msgstr "Modifica link d’invito"
@@ -6910,10 +6991,10 @@ msgstr "Modifica nota"
msgid "Edit overwrites for roles and members in this channel."
msgstr "Modifica i permessi sovrascritti per ruoli e membri in questo canale."
-#: src/components/modals/UserProfileMobileSheet.tsx:486
-#: src/components/modals/UserProfileModal.tsx:1205
+#: src/components/modals/UserProfileMobileSheet.tsx:490
+#: src/components/modals/UserProfileModal.tsx:1206
#: src/components/pages/YouPage.tsx:123
-#: src/components/popouts/UserAreaPopout.tsx:519
+#: src/components/popouts/UserAreaPopout.tsx:521
#: src/components/popouts/UserProfilePopout.tsx:299
msgid "Edit Profile"
msgstr "Modifica profilo"
@@ -6966,19 +7047,20 @@ msgstr "Modifica messaggio programmato"
#: src/components/auth/AuthLoginCore/AuthLoginEmailPasswordForm.tsx:78
#: src/components/auth/AuthRegisterFormCore.tsx:133
#: src/components/auth/AuthRegisterFormCore.tsx:159
-#: src/components/modals/ClaimAccountModal.tsx:157
+#: src/components/modals/ClaimAccountModal.tsx:159
#: src/components/modals/RequiredActionModal.tsx:185
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:210
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:241
#: src/components/modals/utils/settingsSearchIndex.ts:94
#: src/components/pages/ForgotPasswordPage.tsx:97
+#: src/components/pages/report/ReportBreadcrumbs.tsx:47
msgid "Email"
msgstr "Email"
#: src/components/modals/tabs/AccountSecurityTab/AccountTab.tsx:65
#: src/components/modals/tabs/AccountSecurityTab/AccountTab.tsx:91
#: src/components/modals/tabs/ComponentGalleryTab/InputsTab.tsx:107
-#: src/components/pages/ReportPage.tsx:662
+#: src/components/pages/report/ReportStepEmail.tsx:76
msgid "Email Address"
msgstr "Indirizzo email"
@@ -7019,10 +7101,6 @@ msgstr "Verifica email richiesta"
msgid "Email Verification Required"
msgstr "Verifica Email Richiesta"
-#: src/components/pages/ReportPage.tsx:809
-msgid "Email verified"
-msgstr "Email verificata"
-
#: src/components/modals/tabs/DeveloperOptionsTab/AccountPremiumTab.tsx:56
msgid "Email Verified Override"
msgstr "Override verifica email"
@@ -7108,7 +7186,7 @@ msgid "Emoji names must be at least 2 characters long and can only contain alpha
msgstr "I nomi delle emoji devono avere almeno 2 caratteri e possono contenere solo caratteri alfanumerici e underscore. Tipi di file consentiti: JPEG, PNG, WebP, GIF. Comprimiamo le immagini a 128x128 pixel. Dimensione massima: {0} KB per emoji."
#: src/components/auth/InviteHeader.tsx:140
-#: src/components/channel/InviteEmbed.tsx:197
+#: src/components/channel/InviteEmbed.tsx:199
#: src/components/modals/InviteAcceptModal.tsx:142
#: src/components/modals/tabs/ExpressionPacksTab.tsx:70
msgid "Emoji pack"
@@ -7140,7 +7218,7 @@ msgstr "Emoji aggiornata"
#: src/components/channel/AutocompleteEmoji.tsx:67
#: src/components/channel/textarea/TextareaButtons.tsx:150
-#: src/components/modals/ExpressionPickerSheet.tsx:106
+#: src/components/modals/ExpressionPickerSheet.tsx:93
#: src/components/popouts/ExpressionPickerPopout.tsx:95
msgid "Emojis"
msgstr "Emoji"
@@ -7343,11 +7421,11 @@ msgstr "Inglese"
msgid "English (US)"
msgstr "Inglese (Stati Uniti)"
-#: src/components/pages/ReportPage.tsx:429
+#: src/components/pages/ReportPage.tsx:254
msgid "Enter a code in the format ABCD-1234."
msgstr "Inserisci un codice nel formato ABCD-1234."
-#: src/components/modals/tabs/GiftInventoryTab.tsx:235
+#: src/components/modals/tabs/GiftInventoryTab.tsx:258
msgid "Enter a gift code to redeem Plutonium for your account."
msgstr "Inserisci un codice regalo per riscattare Plutonium sul tuo account."
@@ -7371,7 +7449,7 @@ msgstr "Inserisci il codice"
msgid "Enter fullscreen"
msgstr "Entra in schermo intero"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:255
+#: src/components/modals/tabs/GiftInventoryTab.tsx:278
msgid "Enter gift code..."
msgstr "Inserisci il codice regalo..."
@@ -7414,7 +7492,7 @@ msgstr "Inserisci il codice a 6 cifre inviato al tuo telefono."
msgid "Enter the API endpoint of the Fluxer instance you want to connect to."
msgstr "Inserisci l'endpoint API dell'istanza Fluxer a cui vuoi connetterti."
-#: src/components/pages/ReportPage.tsx:424
+#: src/components/pages/ReportPage.tsx:249
msgid "Enter the code before continuing."
msgstr "Inserisci il codice prima di continuare."
@@ -7430,7 +7508,7 @@ msgstr "Inserisci il codice inviato alla tua email attuale."
msgid "Enter the code we emailed to your new address."
msgstr "Inserisci il codice che ti abbiamo inviato al nuovo indirizzo."
-#: src/components/modals/ClaimAccountModal.tsx:190
+#: src/components/modals/ClaimAccountModal.tsx:192
msgid "Enter the code we sent to your email to verify it. Your password will be set once the code is confirmed."
msgstr "Inserisci il codice che ti abbiamo inviato via email per verificarla. La tua password verrà impostata una volta confermato il codice."
@@ -7454,14 +7532,10 @@ msgstr "premi invio per <0><1>salvare1>0>"
msgid "Enter username"
msgstr "Inserisci il nome utente"
-#: src/components/pages/ReportPage.tsx:701
-msgid "Enter Verification Code"
+#: src/components/pages/report/ReportStepVerification.tsx:64
+msgid "Enter verification code"
msgstr "Inserisci il codice di verifica"
-#: src/components/pages/ReportPage.tsx:638
-msgid "Enter Your Email"
-msgstr "Inserisci la tua email"
-
#: src/components/pages/ForgotPasswordPage.tsx:87
msgid "Enter your email address and we'll send you a link to reset your password."
msgstr "Inserisci il tuo indirizzo email e ti invieremo un link per reimpostare la password."
@@ -7500,7 +7574,7 @@ msgid "Entrance sound uploaded successfully"
msgstr "Suono d'ingresso caricato con successo"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:297
-#: src/components/channel/ChannelSearchResults.tsx:691
+#: src/components/channel/ChannelSearchResults.tsx:660
#: src/components/modals/tabs/ComponentGalleryTab/OverlaysTab.tsx:88
msgid "Error"
msgstr "Errore"
@@ -7522,7 +7596,7 @@ msgstr "Esc esce dalla modalità tastiera"
msgid "escape to <0><1>cancel1>0>"
msgstr "premi escape per <0><1>annullare1>0>"
-#: src/components/pages/ReportPage.tsx:318
+#: src/components/pages/report/optionDescriptors.ts:90
msgid "Estonia"
msgstr "Estonia"
@@ -7561,7 +7635,7 @@ msgstr "escludi link, embed o file"
msgid "exclude user"
msgstr "escludi utente"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:95
+#: src/components/modals/components/plutonium/VisionarySection.tsx:104
msgid "Exclusive community"
msgstr "Community esclusiva"
@@ -7593,12 +7667,12 @@ msgstr "Espandi categoria"
msgid "Expiration"
msgstr "Scadenza"
-#: src/components/modals/InviteModal.tsx:281
+#: src/components/modals/InviteModal.tsx:278
msgid "Expire after"
msgstr "Scade dopo"
#: src/components/accounts/AccountRow.tsx:162
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:114
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:133
#: src/components/modals/GroupInvitesBottomSheet.tsx:104
msgid "Expired"
msgstr "Scaduto"
@@ -7675,7 +7749,7 @@ msgstr "Pacchetti espressione"
msgid "Expression Packs are a Plutonium feature"
msgstr "I Pacchetti Espressione sono una funzione di Plutonium"
-#: src/components/modals/ExpressionPickerSheet.tsx:232
+#: src/components/modals/ExpressionPickerSheet.tsx:219
#: src/components/popouts/ExpressionPickerPopout.tsx:193
msgid "Expression picker categories"
msgstr "Categorie del selettore di espressioni"
@@ -7700,7 +7774,7 @@ msgstr "I link esterni possono essere pericolosi. Fai attenzione."
msgid "Extra Large"
msgstr "Extra large"
-#: src/components/pages/ReportPage.tsx:297
+#: src/components/pages/report/optionDescriptors.ts:72
#: src/constants/IARConstants.tsx:165
msgid "Extremist Community"
msgstr "Community estremista"
@@ -7749,7 +7823,7 @@ msgstr "Impossibile copiare il link d'invito"
msgid "Failed to copy to clipboard"
msgstr "Impossibile copiare negli appunti"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:79
+#: src/components/modals/tabs/GiftInventoryTab.tsx:80
msgid "Failed to copy URL"
msgstr "Impossibile copiare l'URL"
@@ -7794,7 +7868,7 @@ msgid "Failed to delete category"
msgstr "Impossibile eliminare la categoria"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:194
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:681
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:695
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:335
msgid "Failed to delete channel"
msgstr "Impossibile eliminare il canale"
@@ -7868,7 +7942,7 @@ msgstr "Impossibile caricare i ban. Riprova."
msgid "Failed to load emojis"
msgstr "Impossibile caricare le emoji"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:296
+#: src/components/modals/tabs/GiftInventoryTab.tsx:319
msgid "Failed to load gift inventory"
msgstr "Impossibile caricare l'inventario dei regali"
@@ -7894,8 +7968,8 @@ msgstr "Impossibile caricare gli sticker"
msgid "Failed to load vanity URL. Please try again."
msgstr "Impossibile caricare l'URL personalizzato. Riprova."
-#: src/components/modals/components/PlutoniumContent.tsx:146
-#: src/components/modals/components/PlutoniumContent.tsx:272
+#: src/components/modals/components/PlutoniumContent.tsx:157
+#: src/components/modals/components/PlutoniumContent.tsx:289
msgid "Failed to load Visionary information. Please try again later."
msgstr "Impossibile caricare le informazioni Visionary. Riprova più tardi."
@@ -7916,19 +7990,19 @@ msgstr "Impossibile caricare le tue community."
msgid "Failed to open customer portal. Please try again."
msgstr "Impossibile aprire il portale clienti. Riprova."
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:572
-#: src/components/bottomsheets/DMBottomSheet.tsx:153
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:586
+#: src/components/bottomsheets/DMBottomSheet.tsx:155
#: src/components/channel/dm/DMList.tsx:216
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:121
msgid "Failed to pin DM"
msgstr "Impossibile appuntare il DM"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:572
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:586
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:101
msgid "Failed to pin group"
msgstr "Impossibile appuntare il gruppo"
-#: src/components/bottomsheets/DMBottomSheet.tsx:153
+#: src/components/bottomsheets/DMBottomSheet.tsx:155
msgid "Failed to pin group DM"
msgstr "Impossibile fissare DM di gruppo"
@@ -7957,7 +8031,7 @@ msgstr "Impossibile raggiungere l'istanza ({status})"
msgid "Failed to reactivate subscription. Please try again."
msgstr "Impossibile riattivare l'abbonamento. Riprova."
-#: src/components/modals/tabs/GiftInventoryTab.tsx:94
+#: src/components/modals/tabs/GiftInventoryTab.tsx:95
msgid "Failed to redeem gift"
msgstr "Impossibile riscattare il regalo"
@@ -7998,6 +8072,10 @@ msgstr "Impossibile rimuovere dal gruppo"
msgid "Failed to remove timeout. Please try again."
msgstr "Impossibile rimuovere il timeout. Riprova."
+#: src/components/pages/ReportPage.tsx:236
+msgid "Failed to resend code. Please try again."
+msgstr "Impossibile reinviare il codice. Per favore riprova."
+
#: src/components/modals/guildTabs/GuildRolesTab.tsx:674
msgid "Failed to reset hoist order"
msgstr "Impossibile ripristinare l'ordine di sollevamento"
@@ -8018,7 +8096,7 @@ msgstr "Impossibile ruotare. Riprova."
msgid "Failed to send friend request. Please try again."
msgstr "Impossibile inviare la richiesta di amicizia. Riprova."
-#: src/components/bottomsheets/DMBottomSheet.tsx:262
+#: src/components/bottomsheets/DMBottomSheet.tsx:264
#: src/components/modals/InviteModal.tsx:176
#: src/components/uikit/ContextMenu/items/InviteMenuItems.tsx:111
msgid "Failed to send invite"
@@ -8037,7 +8115,7 @@ msgstr "Impossibile inviare il codice SMS. Riprova."
msgid "Failed to send theme"
msgstr "Impossibile inviare il tema"
-#: src/components/pages/ReportPage.tsx:412
+#: src/components/pages/ReportPage.tsx:234
msgid "Failed to send verification code. Please try again."
msgstr "Impossibile inviare il codice di verifica. Riprova."
@@ -8084,19 +8162,19 @@ msgstr "Impossibile trasferire la proprietà. Riprova."
msgid "Failed to unblock user. Please try again."
msgstr "Impossibile sbloccare l'utente. Riprova."
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:589
-#: src/components/bottomsheets/DMBottomSheet.tsx:170
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:603
+#: src/components/bottomsheets/DMBottomSheet.tsx:172
#: src/components/channel/dm/DMList.tsx:226
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:138
msgid "Failed to unpin DM"
msgstr "Impossibile rimuovere l'aggancio del DM"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:589
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:603
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:118
msgid "Failed to unpin group"
msgstr "Impossibile rimuovere l'aggancio del gruppo"
-#: src/components/bottomsheets/DMBottomSheet.tsx:170
+#: src/components/bottomsheets/DMBottomSheet.tsx:172
msgid "Failed to unpin group DM"
msgstr "Impossibile disancorare il DM di gruppo"
@@ -8298,7 +8376,7 @@ msgstr "Trova lo sticker perfetto"
msgid "Fine-tune core colors and fonts for this app. Changes here are stored as custom CSS overrides and sync with the editor below."
msgstr "Ottimizza colori e font principali di quest'app. Le modifiche vengono salvate come override CSS personalizzati e sincronizzate con l'editor sottostante."
-#: src/components/pages/ReportPage.tsx:319
+#: src/components/pages/report/optionDescriptors.ts:91
msgid "Finland"
msgstr "Finlandia"
@@ -8306,7 +8384,7 @@ msgstr "Finlandia"
msgid "Finnish"
msgstr "Finlandese"
-#: src/components/pages/ReportPage.tsx:923
+#: src/components/pages/report/ReportStepDetails.tsx:199
msgid "First and last name"
msgstr "Nome e cognome"
@@ -8419,7 +8497,7 @@ msgstr "Fluxer ha bisogno del permesso di monitorare tastiera e mouse affinché
msgid "Fluxer Partner"
msgstr "Partner Fluxer"
-#: src/components/modals/components/PlutoniumContent.tsx:182
+#: src/components/modals/components/PlutoniumContent.tsx:193
#: src/components/modals/PremiumModal.tsx:34
#: src/components/modals/utils/settingsConstants.tsx:147
#: src/components/popouts/UserProfileBadges.tsx:99
@@ -8483,7 +8561,7 @@ msgstr "Cibo e bevande"
msgid "Foodie Friends"
msgstr "Amici buongustai"
-#: src/components/bottomsheets/DMBottomSheet.tsx:660
+#: src/components/bottomsheets/DMBottomSheet.tsx:663
msgid "For 1 hour"
msgstr "Per 1 ora"
@@ -8497,7 +8575,7 @@ msgstr "Per 1 ora"
msgid "For 1 Hour"
msgstr "Per 1 ora"
-#: src/components/bottomsheets/DMBottomSheet.tsx:659
+#: src/components/bottomsheets/DMBottomSheet.tsx:662
#: src/components/popouts/UserAreaPopout.tsx:77
msgid "For 15 minutes"
msgstr "Per 15 minuti"
@@ -8511,7 +8589,7 @@ msgstr "Per 15 minuti"
msgid "For 15 Minutes"
msgstr "Per 15 minuti"
-#: src/components/bottomsheets/DMBottomSheet.tsx:663
+#: src/components/bottomsheets/DMBottomSheet.tsx:666
msgid "For 24 hours"
msgstr "Per 24 ore"
@@ -8529,7 +8607,7 @@ msgstr "Per 24 ore"
msgid "For 3 days"
msgstr "Per 3 giorni"
-#: src/components/bottomsheets/DMBottomSheet.tsx:661
+#: src/components/bottomsheets/DMBottomSheet.tsx:664
msgid "For 3 hours"
msgstr "Per 3 ore"
@@ -8542,7 +8620,7 @@ msgstr "Per 3 ore"
msgid "For 3 Hours"
msgstr "Per 3 ore"
-#: src/components/bottomsheets/DMBottomSheet.tsx:662
+#: src/components/bottomsheets/DMBottomSheet.tsx:665
msgid "For 8 hours"
msgstr "Per 8 ore"
@@ -8560,7 +8638,7 @@ msgstr "Per 8 ore"
msgid "For British eyes only..."
msgstr "Solo per occhi britannici..."
-#: src/components/modals/components/plutonium/PricingSection.tsx:62
+#: src/components/modals/components/plutonium/PricingSection.tsx:68
msgid "For Me"
msgstr "Per me"
@@ -8664,15 +8742,15 @@ msgstr "Forza lo slowmode attivo in tutti i canali"
msgid "Forever"
msgstr "Per sempre"
-#: src/components/modals/components/MobileSettingsView.tsx:300
+#: src/components/modals/components/MobileSettingsView.tsx:295
msgid "Forget"
msgstr "Dimentica"
-#: src/components/modals/components/MobileSettingsView.tsx:327
+#: src/components/modals/components/MobileSettingsView.tsx:322
msgid "Forget Push Subscriptions"
msgstr "Dimentica le iscrizioni push"
-#: src/components/modals/components/MobileSettingsView.tsx:294
+#: src/components/modals/components/MobileSettingsView.tsx:289
msgid "Forget push subscriptions?"
msgstr "Dimenticare le iscrizioni push?"
@@ -8729,7 +8807,7 @@ msgstr "Frequenza fotogrammi"
msgid "Frame rates above 30 fps require Plutonium"
msgstr "Frequenze superiori a 30 fps richiedono Plutonium"
-#: src/components/pages/ReportPage.tsx:320
+#: src/components/pages/report/optionDescriptors.ts:92
msgid "France"
msgstr "Francia"
@@ -8745,8 +8823,8 @@ msgstr "Utente gratuito (senza acquisti)"
msgid "Free User (With Purchase History)"
msgstr "Utente gratuito (con cronologia acquisti)"
-#: src/components/modals/components/PlutoniumContent.tsx:163
-#: src/components/modals/components/PlutoniumContent.tsx:289
+#: src/components/modals/components/PlutoniumContent.tsx:174
+#: src/components/modals/components/PlutoniumContent.tsx:308
msgid "Free vs Plutonium"
msgstr "Gratis vs Plutonium"
@@ -8773,12 +8851,13 @@ msgstr "Richiesta di amicizia"
msgid "Friend request sent"
msgstr "Richiesta di amicizia inviata"
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:68
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:250
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:75
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:89
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:271
msgid "Friend Request Sent"
msgstr "Richiesta di amicizia inviata"
-#: src/components/channel/dm/AddFriendForm.tsx:144
+#: src/components/channel/dm/AddFriendForm.tsx:167
msgid "Friend request sent!"
msgstr "Richiesta di amicizia inviata!"
@@ -8787,7 +8866,7 @@ msgstr "Richiesta di amicizia inviata!"
msgid "Friend Requests"
msgstr "Richieste di amicizia"
-#: src/components/channel/dm/AddFriendForm.tsx:137
+#: src/components/channel/dm/AddFriendForm.tsx:160
msgid "Friend's FluxerTag"
msgstr "FluxerTag dell'amico"
@@ -8828,9 +8907,10 @@ msgstr "Da {0}"
#. placeholder {0}: creator.username
#. placeholder {1}: creator.discriminator
-#: src/components/channel/GiftEmbed.tsx:87
-#: src/components/modals/GiftAcceptModal.tsx:116
-#: src/components/modals/GiftAcceptModal.tsx:143
+#: src/components/channel/GiftEmbed.tsx:93
+#: src/components/modals/GiftAcceptModal.tsx:123
+#: src/components/modals/GiftAcceptModal.tsx:151
+#: src/components/modals/GiftAcceptModal.tsx:186
msgid "From {0}#{1}"
msgstr "Da {0}#{1}"
@@ -8850,7 +8930,7 @@ msgstr "Da utente"
msgid "from:"
msgstr "da:"
-#: src/components/pages/ReportPage.tsx:919
+#: src/components/pages/report/ReportStepDetails.tsx:195
msgid "Full Legal Name"
msgstr "Nome legale completo"
@@ -8892,7 +8972,7 @@ msgstr "Genera invito"
msgid "Generate invite link"
msgstr "Genera link d'invito"
-#: src/components/modals/tabs/BetaCodesTab.tsx:315
+#: src/components/modals/tabs/BetaCodesTab.tsx:340
msgid "Generate up to {MAX_UNCLAIMED_BETA_CODES} unclaimed beta codes to invite friends to Fluxer. You can create 3 codes per week."
msgstr "Genera fino a {MAX_UNCLAIMED_BETA_CODES} codici beta non riscattati per invitare gli amici su Fluxer. Puoi crearne 3 a settimana."
@@ -8909,7 +8989,7 @@ msgstr "Limitato geograficamente"
msgid "German"
msgstr "Tedesco"
-#: src/components/pages/ReportPage.tsx:321
+#: src/components/pages/report/optionDescriptors.ts:93
msgid "Germany"
msgstr "Germania"
@@ -8991,13 +9071,13 @@ msgstr "Anteprima GIF"
#: src/components/channel/pickers/gif/GifPickerHeader.tsx:40
#: src/components/channel/pickers/memes/MemesPickerHeader.tsx:57
#: src/components/channel/textarea/TextareaButtons.tsx:110
-#: src/components/modals/ExpressionPickerSheet.tsx:68
+#: src/components/modals/ExpressionPickerSheet.tsx:55
#: src/components/popouts/ExpressionPickerPopout.tsx:69
msgid "GIFs"
msgstr "GIF"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:122
-#: src/components/modals/GiftAcceptModal.tsx:163
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:141
+#: src/components/modals/GiftAcceptModal.tsx:206
msgid "Gift"
msgstr "Regalo"
@@ -9030,19 +9110,20 @@ msgstr "Regalo già riscattato"
msgid "Gift Already Redeemed"
msgstr "Regalo già riscattato"
-#: src/components/channel/GiftEmbed.tsx:94
+#: src/components/channel/GiftEmbed.tsx:105
+#: src/components/channel/GiftEmbed.tsx:109
msgid "Gift Claimed"
msgstr "Regalo richiesto"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:246
+#: src/components/modals/tabs/GiftInventoryTab.tsx:269
msgid "Gift code cannot be empty"
msgstr "Il codice regalo non può essere vuoto"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:243
+#: src/components/modals/tabs/GiftInventoryTab.tsx:266
msgid "Gift code is required"
msgstr "Il codice regalo è obbligatorio"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:250
+#: src/components/modals/tabs/GiftInventoryTab.tsx:273
msgid "Gift code is too long"
msgstr "Il codice regalo è troppo lungo"
@@ -9070,7 +9151,7 @@ msgstr "Regalo non trovato"
#: src/components/channel/textarea/TextareaButtons.tsx:101
#: src/components/channel/textarea/TextareaButtons.tsx:177
-#: src/components/modals/components/plutonium/GiftSection.tsx:61
+#: src/components/modals/components/plutonium/GiftSection.tsx:67
msgid "Gift Plutonium"
msgstr "Regala Plutonium"
@@ -9078,23 +9159,23 @@ msgstr "Regala Plutonium"
msgid "Gift redeemed successfully!"
msgstr "Regalo riscattato con successo!"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:89
+#: src/components/modals/tabs/GiftInventoryTab.tsx:90
msgid "Gift redeemed successfully! Enjoy your Plutonium!"
msgstr "Regalo riscattato con successo! Goditi il tuo Plutonium!"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:53
+#: src/components/modals/components/plutonium/VisionarySection.tsx:58
msgid "gift time"
msgstr "tempo regalo"
-#: src/components/channel/GiftEmbed.tsx:151
+#: src/components/channel/GiftEmbed.tsx:162
msgid "Gift Unavailable"
msgstr "Regalo non disponibile"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:132
+#: src/components/modals/tabs/GiftInventoryTab.tsx:133
msgid "Gift URL"
msgstr "URL del regalo"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:75
+#: src/components/modals/tabs/GiftInventoryTab.tsx:76
msgid "Gift URL copied to clipboard!"
msgstr "URL del regalo copiato negli appunti!"
@@ -9126,7 +9207,7 @@ msgstr "Le scorciatoie globali sono disponibili nell’app desktop"
msgid "Glorification of violence or disturbing imagery"
msgstr "Glorificazione della violenza o immagini disturbanti"
-#: src/components/modals/components/MobileSettingsView.tsx:145
+#: src/components/modals/components/MobileSettingsView.tsx:140
#: src/components/modals/shared/MobileSettingsComponents.tsx:43
msgid "Go back"
msgstr "Torna indietro"
@@ -9143,7 +9224,7 @@ msgstr "Torna al canale testuale precedentemente attivo"
msgid "Go forward in navigation history"
msgstr "Vai avanti nella cronologia di navigazione"
-#: src/components/channel/InviteEmbed.tsx:259
+#: src/components/channel/InviteEmbed.tsx:261
#: src/components/modals/InviteAcceptModal.tsx:100
msgid "Go to Community"
msgstr "Vai alla Community"
@@ -9166,15 +9247,15 @@ msgstr "Vai al login"
msgid "Go to message"
msgstr "Vai al messaggio"
-#: src/components/channel/ChannelSearchResults.tsx:841
+#: src/components/channel/ChannelSearchResults.tsx:809
msgid "Go to page"
msgstr "Vai alla pagina"
-#: src/components/channel/ChannelSearchResults.tsx:808
+#: src/components/channel/ChannelSearchResults.tsx:776
msgid "Go to page {page}"
msgstr "Vai alla pagina {page}"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:315
+#: src/components/modals/tabs/GiftInventoryTab.tsx:338
msgid "Go to Plutonium"
msgstr "Vai a Plutonium"
@@ -9195,7 +9276,7 @@ msgstr "Fatto"
msgid "Gotcha"
msgstr "Capito"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:116
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:135
msgid "Grace Period"
msgstr "Periodo di grazia"
@@ -9203,7 +9284,7 @@ msgstr "Periodo di grazia"
msgid "Grace Period (Still Have Access)"
msgstr "Periodo di grazia (accesso ancora attivo)"
-#: src/components/modals/InviteModal.tsx:301
+#: src/components/modals/InviteModal.tsx:298
msgid "Grant temporary membership"
msgstr "Concedi iscrizione temporanea"
@@ -9234,7 +9315,7 @@ msgstr "Grande successo!"
msgid "Great success! You can now close this tab and return to the app."
msgstr "Grande successo! Ora puoi chiudere questa scheda e tornare all’app."
-#: src/components/pages/ReportPage.tsx:322
+#: src/components/pages/report/optionDescriptors.ts:94
msgid "Greece"
msgstr "Grecia"
@@ -9263,7 +9344,7 @@ msgstr "Permessi per aggiungere in chat di gruppo"
msgid "Group Chat Permissions"
msgstr "Permessi chat di gruppo"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:481
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:495
msgid "Group Direct Message"
msgstr "Messaggio diretto di gruppo"
@@ -9272,7 +9353,7 @@ msgid "Group DM"
msgstr "DM di gruppo"
#. placeholder {0}: channel.recipientIds.length + 1
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:772
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:804
msgid "Group DM · {0} members"
msgstr "DM di gruppo · {0} membri"
@@ -9317,12 +9398,12 @@ msgstr "Il nome del gruppo non può superare i 100 caratteri"
msgid "Group Online Status"
msgstr "Stato Online del Gruppo"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:962
-#: src/components/channel/MemberListItem.tsx:102
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:984
+#: src/components/channel/MemberListItem.tsx:109
msgid "Group Owner"
msgstr "Proprietario del gruppo"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1092
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1116
msgid "Group Settings"
msgstr "Impostazioni gruppo"
@@ -9335,11 +9416,11 @@ msgstr "Stati di digitazione nel gruppo"
msgid "Group updated"
msgstr "Gruppo aggiornato"
-#: src/components/pages/ReportPage.tsx:893
+#: src/components/pages/report/ReportStepDetails.tsx:167
msgid "Guild (Community) ID"
msgstr "ID gilda (community)"
-#: src/components/pages/ReportPage.tsx:902
+#: src/components/pages/report/ReportStepDetails.tsx:177
msgid "Guild ID is required."
msgstr "È richiesto un ID gilda."
@@ -9355,13 +9436,13 @@ msgstr "Record gilda"
msgid "Hang on while we check for scheduled messages."
msgstr "Attendi mentre controlliamo i messaggi programmati."
-#: src/components/pages/ReportPage.tsx:295
+#: src/components/pages/report/optionDescriptors.ts:70
#: src/constants/IARConstants.tsx:155
msgid "Harassment"
msgstr "Molestie"
-#: src/components/pages/ReportPage.tsx:262
-#: src/components/pages/ReportPage.tsx:281
+#: src/components/pages/report/optionDescriptors.ts:43
+#: src/components/pages/report/optionDescriptors.ts:59
#: src/constants/IARConstants.tsx:32
#: src/constants/IARConstants.tsx:109
msgid "Harassment or Bullying"
@@ -9383,9 +9464,9 @@ msgstr "Ha mai usato l’override di acquisto"
msgid "has:"
msgstr "ha:"
-#: src/components/pages/ReportPage.tsx:263
-#: src/components/pages/ReportPage.tsx:282
-#: src/components/pages/ReportPage.tsx:296
+#: src/components/pages/report/optionDescriptors.ts:44
+#: src/components/pages/report/optionDescriptors.ts:60
+#: src/components/pages/report/optionDescriptors.ts:71
#: src/constants/IARConstants.tsx:37
#: src/constants/IARConstants.tsx:114
#: src/constants/IARConstants.tsx:160
@@ -9430,7 +9511,7 @@ msgid "Help Center"
msgstr "Centro assistenza"
#. placeholder {0}: user.displayName
-#: src/components/layout/app-layout/nagbars/UnclaimedAccountNagbar.tsx:44
+#: src/components/layout/app-layout/nagbars/UnclaimedAccountNagbar.tsx:42
msgid "Hey {0}, claim your account to prevent losing access."
msgstr "Ehi {0}, rivendica il tuo account per evitare di perdere l’accesso."
@@ -9654,7 +9735,7 @@ msgstr "https://example.com/callback"
msgid "Hungarian"
msgstr "Ungherese"
-#: src/components/pages/ReportPage.tsx:323
+#: src/components/pages/report/optionDescriptors.ts:95
msgid "Hungary"
msgstr "Ungheria"
@@ -9728,8 +9809,8 @@ msgstr "Se hai ricevuto un codice beta, puoi inserirlo qui sotto per ottenere ac
msgid "If you want to export your data or delete your messages first, please visit the Privacy Dashboard section in User Settings before proceeding."
msgstr "Se vuoi esportare i tuoi dati o cancellare i messaggi prima, visita la sezione Privacy Dashboard nelle Impostazioni utente prima di procedere."
-#: src/components/channel/channel-view/DMChannelView.tsx:301
-#: src/components/channel/dm/DMWelcomeSection.tsx:119
+#: src/components/channel/channel-view/DMChannelView.tsx:302
+#: src/components/channel/dm/DMWelcomeSection.tsx:131
#: src/components/channel/friends/FriendListItem.tsx:145
#: src/components/channel/friends/FriendListItem.tsx:244
#: src/components/channel/friends/MobileFriendRequestItem.tsx:69
@@ -9740,7 +9821,7 @@ msgstr "Ignora"
#: src/components/channel/friends/FriendListItem.tsx:143
#: src/components/channel/friends/MobileFriendRequestItem.tsx:67
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:152
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:173
msgid "Ignore Friend Request"
msgstr "Ignora richiesta di amicizia"
@@ -9749,8 +9830,8 @@ msgstr "Ignora richiesta di amicizia"
msgid "Ignore per-channel message rate limits."
msgstr "Ignora i limiti di frequenza dei messaggi per canale."
-#: src/components/pages/ReportPage.tsx:267
-#: src/components/pages/ReportPage.tsx:298
+#: src/components/pages/report/optionDescriptors.ts:48
+#: src/components/pages/report/optionDescriptors.ts:73
#: src/constants/IARConstants.tsx:57
#: src/constants/IARConstants.tsx:170
msgid "Illegal Activity"
@@ -9762,7 +9843,7 @@ msgid "image"
msgstr "immagine"
#: src/components/channel/embeds/media/EmbedGifv.tsx:237
-#: src/components/channel/embeds/media/EmbedImage.tsx:369
+#: src/components/channel/embeds/media/EmbedImage.tsx:374
#: src/components/modals/MediaViewerModal.tsx:362
#: src/components/search/HasFilterSheet.tsx:50
#: src/utils/FavoriteMemeUtils.ts:71
@@ -9783,8 +9864,8 @@ msgstr "Anteprima immagine"
msgid "Images"
msgstr "Immagini"
-#: src/components/pages/ReportPage.tsx:272
-#: src/components/pages/ReportPage.tsx:284
+#: src/components/pages/report/optionDescriptors.ts:53
+#: src/components/pages/report/optionDescriptors.ts:62
#: src/constants/IARConstants.tsx:82
#: src/constants/IARConstants.tsx:124
msgid "Impersonation"
@@ -9839,7 +9920,7 @@ msgstr "tra {absWeeks} settimane"
msgid "in {absYears} years"
msgstr "tra {absYears} anni"
-#: src/components/channel/channel-view/DMChannelView.tsx:275
+#: src/components/channel/channel-view/DMChannelView.tsx:276
msgid "In call"
msgstr "In chiamata"
@@ -9880,7 +9961,7 @@ msgstr "Nel tuo browser, Premi per Parlare funziona solo quando la scheda Fluxer
msgid "in:"
msgstr "in:"
-#: src/components/pages/ReportPage.tsx:286
+#: src/components/pages/report/optionDescriptors.ts:64
#: src/constants/IARConstants.tsx:134
msgid "Inappropriate Profile"
msgstr "Profilo inappropriato"
@@ -9909,7 +9990,7 @@ msgstr "Includi tutte le menzioni della community"
msgid "Include audio from your screen in the share"
msgstr "Includi l'audio dello schermo nella condivisione"
-#: src/components/channel/channel-view/DMChannelView.tsx:269
+#: src/components/channel/channel-view/DMChannelView.tsx:270
#: src/components/voice/IncomingCallUI.tsx:263
#: src/components/voice/IncomingCallUI.tsx:286
#: src/components/voice/IncomingCallUI.tsx:324
@@ -9946,11 +10027,11 @@ msgid "Increase app zoom level"
msgstr "Aumenta livello di zoom dell'app"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:284
-#: src/components/channel/ChannelSearchResults.tsx:679
+#: src/components/channel/ChannelSearchResults.tsx:648
msgid "Indexing Channel"
msgstr "Indicizzazione canale"
-#: src/components/channel/ChannelSearchResults.tsx:317
+#: src/components/channel/ChannelSearchResults.tsx:274
msgid "Indexing..."
msgstr "Indicizzazione..."
@@ -10032,12 +10113,12 @@ msgstr "Input con icone"
msgid "Insert emoji"
msgstr "Inserisci emoji"
-#: src/components/channel/InviteEmbed.tsx:198
+#: src/components/channel/InviteEmbed.tsx:200
#: src/components/modals/InviteAcceptModal.tsx:143
msgid "Install Emoji Pack"
msgstr "Installa pacchetto emoji"
-#: src/components/channel/InviteEmbed.tsx:198
+#: src/components/channel/InviteEmbed.tsx:200
#: src/components/modals/InviteAcceptModal.tsx:143
msgid "Install Sticker Pack"
msgstr "Installa pacchetto sticker"
@@ -10104,7 +10185,7 @@ msgstr "Codice regalo non valido"
msgid "Invalid instance response: missing webapp URL."
msgstr "Risposta dell'istanza non valida: URL dell'app web mancante."
-#: src/components/modals/ClaimAccountModal.tsx:108
+#: src/components/modals/ClaimAccountModal.tsx:110
#: src/components/modals/EmailChangeModal.tsx:108
#: src/components/modals/EmailChangeModal.tsx:169
msgid "Invalid or expired code"
@@ -10134,7 +10215,7 @@ msgstr "Pulsante invertito cliccato!"
msgid "Invisible"
msgstr "Invisibile"
-#: src/components/modals/InviteModal.tsx:257
+#: src/components/modals/InviteModal.tsx:267
#: src/components/modals/tabs/ExpressionPacksTab.tsx:83
#: src/constants/AuditLogConstants.tsx:239
msgid "Invite"
@@ -10144,7 +10225,7 @@ msgstr "Invita"
msgid "Invite Background"
msgstr "Sfondo invito"
-#: src/components/pages/ReportPage.tsx:908
+#: src/components/pages/report/ReportStepDetails.tsx:183
msgid "Invite Code (optional)"
msgstr "Codice invito (opzionale)"
@@ -10170,7 +10251,7 @@ msgstr "Invita amici"
msgid "Invite friends to {0}"
msgstr "Invita amici su {0}"
-#: src/components/modals/InviteModal.tsx:317
+#: src/components/modals/InviteModal.tsx:314
msgid "Invite link"
msgstr "Link di invito"
@@ -10190,7 +10271,7 @@ msgid "Invite Links"
msgstr "Link di invito"
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:164
-#: src/components/layout/ChannelItem.tsx:599
+#: src/components/layout/ChannelItem.tsx:616
#: src/components/popouts/GuildHeaderPopout.tsx:178
msgid "Invite Members"
msgstr "Invita membri"
@@ -10218,7 +10299,7 @@ msgid "Invite Page Preview"
msgstr "Anteprima pagina invito"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:381
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1144
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1168
#: src/components/layout/FavoritesChannelListContent.tsx:305
#: src/components/uikit/ContextMenu/ChannelListContextMenu.tsx:96
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:97
@@ -10236,7 +10317,7 @@ msgstr "Invito revocato"
msgid "Invite sent for {0}"
msgstr "Invito inviato per {0}"
-#: src/components/bottomsheets/DMBottomSheet.tsx:256
+#: src/components/bottomsheets/DMBottomSheet.tsx:258
msgid "Invite sent to {guildName}"
msgstr "Invito inviato a {guildName}"
@@ -10249,7 +10330,7 @@ msgid "Invite splash preview"
msgstr "Anteprima grafica invito"
#. placeholder {0}: guild.name
-#: src/components/bottomsheets/DMBottomSheet.tsx:499
+#: src/components/bottomsheets/DMBottomSheet.tsx:501
msgid "Invite to {0}"
msgstr "Invita su {0}"
@@ -10257,7 +10338,7 @@ msgstr "Invita su {0}"
msgid "Invite to Community"
msgstr "Invita nella community"
-#: src/components/channel/InviteEmbed.tsx:362
+#: src/components/channel/InviteEmbed.tsx:364
msgid "Invite Unavailable"
msgstr "Invito non disponibile"
@@ -10277,7 +10358,7 @@ msgid "Invited by {0}#{1}"
msgstr "Invitato da {0}#{1}"
#: src/components/auth/InviteHeader.tsx:159
-#: src/components/channel/InviteEmbed.tsx:222
+#: src/components/channel/InviteEmbed.tsx:224
msgid "Invited by {inviterTag}"
msgstr "Invitato da {inviterTag}"
@@ -10290,8 +10371,8 @@ msgid "Inviter:"
msgstr "Mittente invito:"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:303
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1199
-#: src/components/bottomsheets/DMBottomSheet.tsx:468
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1223
+#: src/components/bottomsheets/DMBottomSheet.tsx:470
#: src/components/channel/dm/DMList.tsx:257
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:145
msgid "Invites"
@@ -10301,11 +10382,11 @@ msgstr "Inviti"
msgid "Invites are currently disabled for this community."
msgstr "Gli inviti sono attualmente disabilitati per questa community."
-#: src/components/modals/InviteModal.tsx:270
+#: src/components/modals/InviteModal.tsx:237
msgid "Invites are currently disabled in this community by an admin. While this invite can be created, it cannot be accepted until invites are re-enabled."
msgstr "Gli inviti sono attualmente disabilitati in questa community da un admin. Anche se questo invito può essere creato, non potrà essere accettato finché gli inviti non saranno riattivati."
-#: src/components/layout/guild-list/GuildListItem.tsx:233
+#: src/components/layout/guild-list/GuildListItem.tsx:234
msgid "Invites are currently paused in this community"
msgstr "Gli inviti sono attualmente sospesi in questa community"
@@ -10317,7 +10398,7 @@ msgstr "Gli inviti sono bloccati per le community in anteprima. Reclama il tuo a
msgid "Invites disabled"
msgstr "Inviti disabilitati"
-#: src/components/channel/InviteEmbed.tsx:257
+#: src/components/channel/InviteEmbed.tsx:259
#: src/components/modals/InviteAcceptModal.tsx:98
msgid "Invites Disabled"
msgstr "Inviti disabilitati"
@@ -10343,7 +10424,7 @@ msgstr "Gli inviti per <0>{0}0> sono attualmente disabilitati"
msgid "IP address authorized"
msgstr "Indirizzo IP autorizzato"
-#: src/components/pages/ReportPage.tsx:324
+#: src/components/pages/report/optionDescriptors.ts:96
msgid "Ireland"
msgstr "Irlanda"
@@ -10359,7 +10440,7 @@ msgstr "È una vera e propria festa della scrittura qui dentro"
msgid "Italian"
msgstr "Italiano"
-#: src/components/pages/ReportPage.tsx:325
+#: src/components/pages/report/optionDescriptors.ts:97
msgid "Italy"
msgstr "Italia"
@@ -10381,16 +10462,16 @@ msgstr "Entra in una community"
msgid "Join a community with stickers to get started!"
msgstr "Entra in una community con sticker per iniziare!"
-#: src/components/channel/channel-view/DMChannelView.tsx:315
+#: src/components/channel/channel-view/DMChannelView.tsx:316
msgid "Join call"
msgstr "Partecipa alla chiamata"
-#: src/components/channel/InviteEmbed.tsx:261
-#: src/components/channel/InviteEmbed.tsx:451
+#: src/components/channel/InviteEmbed.tsx:263
+#: src/components/channel/InviteEmbed.tsx:453
#: src/components/layout/guild-list/AddGuildButton.tsx:71
#: src/components/modals/AddGuildModal.tsx:129
#: src/components/modals/AddGuildModal.tsx:410
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:304
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:342
#: src/components/modals/InviteAcceptModal.tsx:102
#: src/components/modals/InviteAcceptModalPreview.tsx:114
msgid "Join Community"
@@ -10400,7 +10481,7 @@ msgstr "Partecipa alla community"
msgid "Join community form"
msgstr "Modulo di adesione alla community"
-#: src/components/channel/InviteEmbed.tsx:187
+#: src/components/channel/InviteEmbed.tsx:189
msgid "Join Group"
msgstr "Unisciti al gruppo"
@@ -10416,19 +10497,19 @@ msgstr "Notifiche di adesione"
msgid "Join Operators Community"
msgstr "Partecipa alla community degli Operator"
-#: src/components/channel/CallMessage.tsx:171
+#: src/components/channel/CallMessage.tsx:165
msgid "Join the call"
msgstr "Partecipa alla chiamata"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:122
+#: src/components/channel/ChannelHeader/CallButtons.tsx:159
msgid "Join Video Call"
msgstr "Partecipa alla videochiamata"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:118
+#: src/components/channel/ChannelHeader/CallButtons.tsx:150
msgid "Join Video Call ({participantCount} participant)"
msgstr "Unisciti alla Videochiamata ({participantCount} partecipante)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:119
+#: src/components/channel/ChannelHeader/CallButtons.tsx:151
msgid "Join Video Call ({participantCount} participants)"
msgstr "Unisciti alla Videochiamata ({participantCount} partecipanti)"
@@ -10436,15 +10517,15 @@ msgstr "Unisciti alla Videochiamata ({participantCount} partecipanti)"
msgid "Join Visionary Community"
msgstr "Partecipa alla community Visionary"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:70
+#: src/components/channel/ChannelHeader/CallButtons.tsx:89
msgid "Join Voice Call"
msgstr "Partecipa alla chiamata vocale"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:66
+#: src/components/channel/ChannelHeader/CallButtons.tsx:80
msgid "Join Voice Call ({participantCount} participant)"
msgstr "Unisciti alla Chiamata Vocale ({participantCount} partecipante)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:67
+#: src/components/channel/ChannelHeader/CallButtons.tsx:81
msgid "Join Voice Call ({participantCount} participants)"
msgstr "Unisciti alla Chiamata Vocale ({participantCount} partecipanti)"
@@ -10495,7 +10576,7 @@ msgstr "JPEG, PNG, WebP. Max 10MB. Consigliato: 512×512px"
msgid "JPEG, PNG, WebP. Max 10MB. Recommended: 512×512px. Animated avatars (GIF) require <0/>."
msgstr "JPEG, PNG, WebP. Max 10MB. Consigliato: 512×512px. Avatar animati (GIF) richiedono <0/>."
-#: src/components/channel/ChannelSearchResults.tsx:777
+#: src/components/channel/ChannelSearchResults.tsx:745
#: src/components/pages/MessageListPage.tsx:97
#: src/components/popouts/RecentMentionsContent.tsx:221
#: src/components/popouts/SavedMessagesContent.tsx:102
@@ -10519,11 +10600,11 @@ msgstr "Vai al messaggio"
msgid "Jump to Oldest Unread Message"
msgstr "Vai al messaggio non letto più vecchio"
-#: src/components/channel/ChannelSearchResults.tsx:872
+#: src/components/channel/ChannelSearchResults.tsx:840
msgid "Jump to page"
msgstr "Vai alla pagina"
-#: src/components/channel/Messages.tsx:917
+#: src/components/channel/Messages.tsx:915
msgid "Jump to Present"
msgstr "Vai al presente"
@@ -10612,7 +10693,7 @@ msgid "Keyboard Shortcuts"
msgstr "Scorciatoie da tastiera"
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:344
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:311
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:314
#: src/components/modals/KickMemberModal.tsx:58
#: src/components/modals/UserProfileActionsSheet.tsx:253
msgid "Kick"
@@ -10702,7 +10783,7 @@ msgstr "Latenza {latency} millisecondi"
msgid "Latency graph"
msgstr "Grafico della latenza"
-#: src/components/pages/ReportPage.tsx:326
+#: src/components/pages/report/optionDescriptors.ts:98
msgid "Latvia"
msgstr "Lettonia"
@@ -10729,10 +10810,10 @@ msgstr "Abbandona la community"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:248
#: src/components/bottomsheets/ChannelBottomSheet.tsx:250
#: src/components/bottomsheets/ChannelBottomSheet.tsx:314
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1253
-#: src/components/bottomsheets/DMBottomSheet.tsx:337
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1277
#: src/components/bottomsheets/DMBottomSheet.tsx:339
-#: src/components/bottomsheets/DMBottomSheet.tsx:551
+#: src/components/bottomsheets/DMBottomSheet.tsx:341
+#: src/components/bottomsheets/DMBottomSheet.tsx:554
#: src/components/channel/dm/DMList.tsx:265
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:159
#: src/hooks/useLeaveGroup.tsx:42
@@ -10740,27 +10821,27 @@ msgstr "Abbandona la community"
msgid "Leave Group"
msgstr "Esci dal gruppo"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:122
+#: src/components/channel/ChannelHeader/CallButtons.tsx:157
msgid "Leave Video Call"
msgstr "Esci dalla videochiamata"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:113
+#: src/components/channel/ChannelHeader/CallButtons.tsx:145
msgid "Leave Video Call ({participantCount} participant)"
msgstr "Esci dalla Videochiamata ({participantCount} partecipante)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:114
+#: src/components/channel/ChannelHeader/CallButtons.tsx:146
msgid "Leave Video Call ({participantCount} participants)"
msgstr "Esci dalla Videochiamata ({participantCount} partecipanti)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:70
+#: src/components/channel/ChannelHeader/CallButtons.tsx:87
msgid "Leave Voice Call"
msgstr "Esci dalla chiamata vocale"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:61
+#: src/components/channel/ChannelHeader/CallButtons.tsx:75
msgid "Leave Voice Call ({participantCount} participant)"
msgstr "Esci dalla Chiamata Vocale ({participantCount} partecipante)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:62
+#: src/components/channel/ChannelHeader/CallButtons.tsx:76
msgid "Leave Voice Call ({participantCount} participants)"
msgstr "Esci dalla Chiamata Vocale ({participantCount} partecipanti)"
@@ -10785,7 +10866,7 @@ msgstr "Allineato a sinistra"
msgid "Left community"
msgstr "Community abbandonata"
-#: src/components/bottomsheets/DMBottomSheet.tsx:350
+#: src/components/bottomsheets/DMBottomSheet.tsx:352
#: src/hooks/useLeaveGroup.tsx:56
msgid "Left group"
msgstr "Gruppo lasciato"
@@ -10798,7 +10879,7 @@ msgstr "Icona sinistra"
msgid "Left Tooltip"
msgstr "Tooltip sinistro"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:90
+#: src/components/modals/components/plutonium/VisionarySection.tsx:99
msgid "Let people add you without needing a 4-digit tag"
msgstr "Permetti alle persone di aggiungerti senza tag di 4 cifre"
@@ -10810,17 +10891,13 @@ msgstr "Lascia che la community si autogestisca"
msgid "Letters (a-z, A-Z), numbers (0-9), and underscores (_) only"
msgstr "Solo lettere (a-z, A-Z), numeri (0-9) e underscore (_)"
-#: src/components/pages/ReportPage.tsx:729
-msgid "Letters and numbers only. You can paste the code—formatting is automatic."
-msgstr "Solo lettere e numeri. Puoi incollare il codice—la formattazione è automatica."
-
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:120
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:139
#: src/components/modals/tabs/DeveloperOptionsTab/AccountPremiumTab.tsx:49
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:371
msgid "Lifetime"
msgstr "A vita"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:73
+#: src/components/modals/components/plutonium/VisionarySection.tsx:82
#: src/utils/giftUtils.ts:58
msgid "Lifetime Plutonium"
msgstr "Plutonium a vita"
@@ -10838,7 +10915,7 @@ msgid "Liked!"
msgstr "Mi piace!"
#. placeholder {0}: formatter.format(visionarySlots.total)
-#: src/components/modals/components/plutonium/VisionarySection.tsx:61
+#: src/components/modals/components/plutonium/VisionarySection.tsx:70
msgid "Limited to {0} users. One-time purchase, lifetime access."
msgstr "Limitato a {0} utenti. Acquisto una tantum, accesso a vita."
@@ -10856,7 +10933,7 @@ msgstr "Collegamento"
msgid "Link channel"
msgstr "Collega canale"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:530
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:544
#: src/components/uikit/ContextMenu/MediaContextMenu.tsx:145
#: src/components/uikit/ContextMenu/MediaContextMenu.tsx:228
msgid "Link copied to clipboard"
@@ -10902,7 +10979,7 @@ msgstr "Liste"
msgid "Lists members with this role in their own section in the member list."
msgstr "Elenca i membri con questo ruolo nella propria sezione nell'elenco membri."
-#: src/components/pages/ReportPage.tsx:327
+#: src/components/pages/report/optionDescriptors.ts:99
msgid "Lithuania"
msgstr "Lituania"
@@ -10934,7 +11011,7 @@ msgstr "Caricamento bannati..."
msgid "Loading communities..."
msgstr "Caricamento community..."
-#: src/components/channel/embeds/media/EmbedImage.tsx:363
+#: src/components/channel/embeds/media/EmbedImage.tsx:368
msgid "Loading image"
msgstr "Caricamento immagine"
@@ -10947,7 +11024,7 @@ msgid "Loading more..."
msgstr "Caricamento altro..."
#: src/components/channel/embeds/media/EmbedGifv.tsx:493
-#: src/components/channel/embeds/media/EmbedGifv.tsx:721
+#: src/components/channel/embeds/media/EmbedGifv.tsx:745
msgid "Loading placeholder"
msgstr "Segnaposto in caricamento"
@@ -10971,7 +11048,7 @@ msgstr "Caricamento tema..."
msgid "Loading verification methods..."
msgstr "Caricamento metodi di verifica..."
-#: src/components/channel/embeds/media/EmbedImage.tsx:363
+#: src/components/channel/embeds/media/EmbedImage.tsx:368
msgid "Loading: {alt}"
msgstr "Caricamento: {alt}"
@@ -11021,7 +11098,7 @@ msgid "Log in with a passkey"
msgstr "Accedi con una passkey"
#: src/components/modals/components/DesktopSettingsView.tsx:346
-#: src/components/modals/components/MobileSettingsView.tsx:362
+#: src/components/modals/components/MobileSettingsView.tsx:357
#: src/components/pages/PendingVerificationPage.tsx:151
msgid "Log Out"
msgstr "Disconnettiti"
@@ -11101,7 +11178,7 @@ msgstr "Bassa"
msgid "Low (480p)"
msgstr "Bassa (480p)"
-#: src/components/pages/ReportPage.tsx:328
+#: src/components/pages/report/optionDescriptors.ts:100
msgid "Luxembourg"
msgstr "Lussemburgo"
@@ -11114,16 +11191,16 @@ msgstr "Rendi proprietario del gruppo"
msgid "Make links to websites stand out more by always underlining them."
msgstr "Fai risaltare i collegamenti ai siti web sottolineandoli sempre."
-#: src/components/pages/ReportPage.tsx:271
+#: src/components/pages/report/optionDescriptors.ts:52
#: src/constants/IARConstants.tsx:77
msgid "Malicious Links"
msgstr "Collegamenti dannosi"
-#: src/components/pages/ReportPage.tsx:329
+#: src/components/pages/report/optionDescriptors.ts:101
msgid "Malta"
msgstr "Malta"
-#: src/components/pages/ReportPage.tsx:302
+#: src/components/pages/report/optionDescriptors.ts:77
#: src/constants/IARConstants.tsx:190
msgid "Malware Distribution"
msgstr "Distribuzione malware"
@@ -11214,7 +11291,7 @@ msgid "Manage slash commands for this application"
msgstr "Gestisci i comandi slash per questa applicazione"
#: src/components/layout/app-layout/nagbars/PremiumGracePeriodNagbar.tsx:83
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:288
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:324
msgid "Manage Subscription"
msgstr "Gestisci abbonamento"
@@ -11227,7 +11304,7 @@ msgstr "Gestisci l'email che usi per accedere a Fluxer"
msgid "Manage Webhooks"
msgstr "Gestisci webhook"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:100
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:104
msgid "Manage your applications and bots."
msgstr "Gestisci le tue applicazioni e bot."
@@ -11243,7 +11320,7 @@ msgstr "Gestisci i tuoi regali"
msgid "Manage your phone number for SMS two-factor authentication"
msgstr "Gestisci il tuo numero di telefono per l'autenticazione a due fattori via SMS"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:280
+#: src/components/modals/tabs/GiftInventoryTab.tsx:303
msgid "Manage your purchased Plutonium gift codes. Share the gift URL with someone special or redeem it for yourself!"
msgstr "Gestisci i codici regalo Plutonium acquistati. Condividi l'URL del regalo con qualcuno di speciale o riscattalo per te!"
@@ -11256,8 +11333,8 @@ msgid "Mark as 18+ (NSFW)"
msgstr "Segna come 18+ (NSFW)"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:358
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1115
-#: src/components/bottomsheets/DMBottomSheet.tsx:388
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1139
+#: src/components/bottomsheets/DMBottomSheet.tsx:390
#: src/components/channel/NewMessagesBar.tsx:60
#: src/components/uikit/ContextMenu/items/CategoryMenuItems.tsx:81
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:79
@@ -11319,7 +11396,7 @@ msgstr "Markdown"
msgid "Markdown Preview"
msgstr "Anteprima Markdown"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:516
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:530
msgid "Marked as read"
msgstr "Segnato come letto"
@@ -11347,7 +11424,7 @@ msgstr "Indicatori sotto il cursore"
msgid "Marty_McFly"
msgstr "Marty_McFly"
-#: src/components/modals/ClaimAccountModal.tsx:160
+#: src/components/modals/ClaimAccountModal.tsx:162
#: src/components/modals/EmailChangeModal.tsx:254
msgid "marty@example.com"
msgstr "marty@example.com"
@@ -11356,7 +11433,7 @@ msgstr "marty@example.com"
msgid "Mask Visionary as subscription"
msgstr "Maschera Visionary come abbonamento"
-#: src/components/modals/InviteModal.tsx:291
+#: src/components/modals/InviteModal.tsx:288
msgid "Max number of uses"
msgstr "Numero massimo di usi"
@@ -11393,7 +11470,8 @@ msgstr "Qualità massima per la telecamera: 1080p"
msgid "Maximum quality, requires very fast connection"
msgstr "Qualità massima, richiede connessione molto veloce"
-#: src/components/modals/GiftAcceptModal.tsx:151
+#: src/components/modals/GiftAcceptModal.tsx:161
+#: src/components/modals/GiftAcceptModal.tsx:194
msgid "Maybe later"
msgstr "Forse più tardi"
@@ -11411,7 +11489,7 @@ msgstr "Misurazione in corso..."
#: src/components/channel/AutocompleteEmoji.tsx:154
#: src/components/channel/textarea/TextareaButtons.tsx:122
-#: src/components/modals/ExpressionPickerSheet.tsx:77
+#: src/components/modals/ExpressionPickerSheet.tsx:64
#: src/components/modals/tabs/ChatSettingsTab.tsx:43
#: src/components/modals/tabs/ChatSettingsTab/Inline.tsx:37
#: src/components/modals/utils/settingsConstants.tsx:298
@@ -11504,8 +11582,8 @@ msgstr "Verifica del membro"
msgid "Member verification level"
msgstr "Livello di verifica del membro"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:877
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:913
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:909
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:945
#: src/components/modals/guildTabs/GuildMembersTab.tsx:429
#: src/components/modals/shared/AddOverridePopout.tsx:176
#: src/components/modals/utils/guildSettingsConstants.tsx:157
@@ -11536,7 +11614,7 @@ msgstr "Membri rimossi"
msgid "Members receive notifications for every message"
msgstr "I membri ricevono notifiche per ogni messaggio"
-#: src/components/modals/InviteModal.tsx:302
+#: src/components/modals/InviteModal.tsx:299
msgid "Members will be removed when they go offline unless a role is assigned"
msgstr "I membri verranno rimossi quando vanno offline, a meno che non venga assegnato un ruolo"
@@ -11608,11 +11686,11 @@ msgid "mentions:"
msgstr "menzioni:"
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:234
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:218
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:220
#: src/components/modals/tabs/ComponentGalleryTab/InputsTab.tsx:164
-#: src/components/modals/UserProfileMobileSheet.tsx:497
-#: src/components/modals/UserProfileModal.tsx:1189
-#: src/components/modals/UserProfileModal.tsx:1311
+#: src/components/modals/UserProfileMobileSheet.tsx:501
+#: src/components/modals/UserProfileModal.tsx:1190
+#: src/components/modals/UserProfileModal.tsx:1316
#: src/components/popouts/UserProfilePopout.tsx:289
#: src/components/popouts/UserProfilePopout.tsx:308
#: src/components/profile/ProfilePreview.tsx:292
@@ -11689,7 +11767,7 @@ msgstr "Raggruppamento messaggi"
msgid "Message is too long"
msgstr "Il messaggio è troppo lungo"
-#: src/components/pages/ReportPage.tsx:837
+#: src/components/pages/report/ReportStepDetails.tsx:107
msgid "Message Link"
msgstr "Collegamento al messaggio"
@@ -11744,7 +11822,7 @@ msgstr "Messaggi e media"
msgid "Messages Deleted"
msgstr "Messaggi eliminati"
-#: src/components/channel/Messages.tsx:938
+#: src/components/channel/Messages.tsx:936
msgid "Messages failed to load"
msgstr "Caricamento dei messaggi non riuscito"
@@ -11888,22 +11966,21 @@ msgstr "Moderazione"
msgid "Monospace font family"
msgstr "Famiglia di font monospace"
-#: src/components/auth/DateOfBirthField.tsx:87
-#: src/components/auth/DateOfBirthField.tsx:154
+#: src/components/auth/DateOfBirthField.tsx:151
#: src/components/auth/MockMinimalRegisterForm.tsx:68
msgid "Month"
msgstr "Mese"
-#: src/components/modals/components/plutonium/PricingSection.tsx:71
+#: src/components/modals/components/plutonium/PricingSection.tsx:78
msgid "Monthly"
msgstr "Mensile"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:63
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:73
msgid "Monthly {monthlyPrice}"
msgstr "Mensile {monthlyPrice}"
#: src/components/accounts/AccountRow.tsx:178
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:863
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:895
#: src/components/channel/friends/FriendListItem.tsx:229
#: src/components/channel/MessageActionBar.tsx:647
#: src/components/channel/MessageActionBar.tsx:776
@@ -11936,7 +12013,7 @@ msgstr "Altri slot sticker"
msgid "Most popular"
msgstr "Più popolare"
-#: src/components/channel/ChannelSearchResults.tsx:225
+#: src/components/channel/ChannelSearchResults.tsx:182
#: src/components/search/SortModeSheet.tsx:53
msgid "Most Relevant"
msgstr "Più rilevante"
@@ -12015,7 +12092,7 @@ msgstr "Contenuti multilingue"
msgid "Music Lovers"
msgstr "Amanti della musica"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:850
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:882
#: src/components/bottomsheets/VoiceLobbyBottomSheet.tsx:179
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:253
#: src/components/layout/UserArea.tsx:213
@@ -12055,7 +12132,7 @@ msgstr "Disattiva audio canale"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:400
#: src/components/bottomsheets/ChannelBottomSheet.tsx:452
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1010
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1034
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:171
#: src/components/modals/GuildNotificationSettingsModal.tsx:295
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:168
@@ -12069,9 +12146,9 @@ msgstr "Disattiva audio canale"
msgid "Mute Community"
msgstr "Disattiva audio comunità"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1012
-#: src/components/bottomsheets/DMBottomSheet.tsx:449
-#: src/components/bottomsheets/DMBottomSheet.tsx:590
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1036
+#: src/components/bottomsheets/DMBottomSheet.tsx:451
+#: src/components/bottomsheets/DMBottomSheet.tsx:593
msgid "Mute Conversation"
msgstr "Disattiva audio conversazione"
@@ -12096,7 +12173,7 @@ msgstr "Disattiva audio membri"
msgid "Mute User"
msgstr "Disattiva audio utente"
-#: src/components/layout/guild-list/GuildListItem.tsx:193
+#: src/components/layout/guild-list/GuildListItem.tsx:194
#: src/components/layout/VoiceStateIcons.tsx:53
#: src/components/voice/VoiceParticipantTile.tsx:897
#: src/utils/ContextMenuUtils.tsx:159
@@ -12105,7 +12182,7 @@ msgstr "Audio disattivato"
#. placeholder {0}: DateUtils.getFormattedDateTime(new Date(muteConfig.end_time))
#. placeholder {0}: getFormattedDateTime(new Date(muteConfig.end_time))
-#: src/components/layout/guild-list/GuildListItem.tsx:191
+#: src/components/layout/guild-list/GuildListItem.tsx:192
#: src/utils/ContextMenuUtils.tsx:157
msgid "Muted until {0}"
msgstr "Audio disattivato fino a {0}"
@@ -12253,7 +12330,7 @@ msgstr "Hai bisogno di un account?"
msgid "Neighborhood Watch"
msgstr "Vigili di quartiere"
-#: src/components/pages/ReportPage.tsx:330
+#: src/components/pages/report/optionDescriptors.ts:102
msgid "Netherlands"
msgstr "Paesi Bassi"
@@ -12261,9 +12338,9 @@ msgstr "Paesi Bassi"
msgid "Network"
msgstr "Rete"
-#: src/components/modals/components/PlutoniumContent.tsx:145
-#: src/components/modals/components/PlutoniumContent.tsx:271
-#: src/components/modals/tabs/BetaCodesTab.tsx:295
+#: src/components/modals/components/PlutoniumContent.tsx:156
+#: src/components/modals/components/PlutoniumContent.tsx:288
+#: src/components/modals/tabs/BetaCodesTab.tsx:320
#: src/components/modals/tabs/DevicesTab.tsx:229
msgid "Network error"
msgstr "Errore di rete"
@@ -12290,7 +12367,7 @@ msgstr "non scade mai"
#: src/components/channel/Divider.tsx:51
#: src/components/channel/Divider.tsx:60
#: src/components/channel/UnreadDividerSlot.tsx:45
-#: src/components/layout/GuildsLayout.tsx:285
+#: src/components/layout/GuildsLayout.tsx:283
msgid "New"
msgstr "Nuovo"
@@ -12311,7 +12388,7 @@ msgstr "Nuova email"
msgid "New email form"
msgstr "Modulo nuova email"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:902
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:934
msgid "New Group"
msgstr "Nuovo gruppo"
@@ -12334,7 +12411,7 @@ msgid "new-channel"
msgstr "nuovo-canale"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:446
-#: src/components/channel/ChannelSearchResults.tsx:223
+#: src/components/channel/ChannelSearchResults.tsx:180
msgid "Newest"
msgstr "Più recente"
@@ -12394,7 +12471,7 @@ msgstr "Il soprannome non deve superare i 32 caratteri"
msgid "Nickname updated"
msgstr "Soprannome aggiornato"
-#: src/components/layout/GuildLayout.tsx:392
+#: src/components/layout/GuildLayout.tsx:397
msgid "No accessible channels"
msgstr "Nessun canale accessibile"
@@ -12431,7 +12508,7 @@ msgstr "Nessun utente bannato"
msgid "No bans found matching your search."
msgstr "Nessun ban corrisponde alla ricerca."
-#: src/components/modals/tabs/BetaCodesTab.tsx:365
+#: src/components/modals/tabs/BetaCodesTab.tsx:390
msgid "No beta codes yet"
msgstr "Ancora nessun codice beta"
@@ -12471,7 +12548,7 @@ msgstr "Nessun canale disponibile"
msgid "No channels found"
msgstr "Nessun canale trovato"
-#: src/components/modals/tabs/BetaCodesTab.tsx:275
+#: src/components/modals/tabs/BetaCodesTab.tsx:279
msgid "No codes remaining. Resets {resetString}"
msgstr "Nessun codice rimanente. Si resetta {resetString}"
@@ -12484,7 +12561,7 @@ msgid "No community banner"
msgstr "Nessun banner della comunità"
#: src/components/auth/InviteHeader.tsx:156
-#: src/components/channel/InviteEmbed.tsx:215
+#: src/components/channel/InviteEmbed.tsx:217
#: src/components/modals/InviteAcceptModal.tsx:148
#: src/components/modals/tabs/ExpressionPacksTab.tsx:73
msgid "No description provided."
@@ -12516,7 +12593,7 @@ msgstr "Ancora nessun amico"
msgid "No GIFs found"
msgstr "Nessuna GIF trovata"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:311
+#: src/components/modals/tabs/GiftInventoryTab.tsx:334
msgid "No gifts yet"
msgstr "Ancora nessun regalo"
@@ -12656,7 +12733,7 @@ msgid "No results"
msgstr "Nessun risultato"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:315
-#: src/components/channel/ChannelSearchResults.tsx:709
+#: src/components/channel/ChannelSearchResults.tsx:678
msgid "No Results"
msgstr "Nessun risultato"
@@ -12717,7 +12794,7 @@ msgstr "Nessun canale di sistema"
msgid "No Timer"
msgstr "Nessun timer"
-#: src/components/channel/dm/AddFriendForm.tsx:70
+#: src/components/channel/dm/AddFriendForm.tsx:93
msgid "No user found with that FluxerTag."
msgstr "Nessun utente trovato con quel FluxerTag."
@@ -12797,7 +12874,7 @@ msgstr "Non ora"
msgid "Not your cup of tea? You can disable this feature anytime."
msgstr "Non fa per te? Puoi disattivare questa funzione in qualsiasi momento."
-#: src/components/modals/UserProfileMobileSheet.tsx:549
+#: src/components/modals/UserProfileMobileSheet.tsx:553
#: src/components/modals/UserProfileModal.tsx:244
#: src/components/modals/UserProfileModal.tsx:248
#: src/components/pages/YouPage.tsx:144
@@ -12813,7 +12890,7 @@ msgstr "Nota (visibile solo a te)"
msgid "nothing"
msgstr "niente"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1387
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1411
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:218
#: src/components/modals/GuildNotificationSettingsModal.tsx:95
#: src/components/modals/GuildNotificationSettingsModal.tsx:226
@@ -12835,8 +12912,8 @@ msgid "Notification Overrides"
msgstr "Sovrascritture della notifica"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:405
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1160
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1341
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1184
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1365
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:199
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsButton.tsx:59
#: src/components/modals/GuildNotificationSettingsModal.tsx:162
@@ -12904,17 +12981,17 @@ msgstr "Contenuti NSFW non consentiti"
msgid "NSFW Gates"
msgstr "Filtri NSFW"
-#: src/components/pages/ReportPage.tsx:266
+#: src/components/pages/report/optionDescriptors.ts:47
#: src/constants/IARConstants.tsx:52
msgid "NSFW Policy Violation"
msgstr "Violazione della policy NSFW"
#. placeholder {0}: formatter.format(visionarySlots.total)
-#: src/components/modals/components/plutonium/VisionarySection.tsx:82
+#: src/components/modals/components/plutonium/VisionarySection.tsx:91
msgid "Numbered badge (1-{0}) showing your Visionary status"
msgstr "Badge numerato (1-{0}) che mostra il tuo stato Visionario"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:83
+#: src/components/modals/components/plutonium/VisionarySection.tsx:92
msgid "Numbered badge showing your Visionary status"
msgstr "Badge numerato che mostra il tuo status Visionario"
@@ -12933,8 +13010,8 @@ msgstr "Oggetti"
msgid "Off"
msgstr "Off"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:281
-#: src/components/channel/ChannelMembers.tsx:137
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:287
+#: src/components/channel/ChannelMembers.tsx:108
#: src/Constants.tsx:134
#: src/utils/MemberListUtils.ts:150
#: src/utils/MemberListUtils.ts:188
@@ -12962,7 +13039,7 @@ msgid "Okay"
msgstr "Va bene"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:446
-#: src/components/channel/ChannelSearchResults.tsx:224
+#: src/components/channel/ChannelSearchResults.tsx:181
msgid "Oldest"
msgstr "Più vecchi"
@@ -13020,25 +13097,25 @@ msgstr "Uno o più canali sono in fase di indicizzazione"
msgid "one second ago"
msgstr "un secondo fa"
-#: src/components/modals/components/plutonium/GiftSection.tsx:71
-#: src/components/modals/components/plutonium/GiftSection.tsx:80
-#: src/components/modals/components/plutonium/PricingSection.tsx:103
-#: src/components/modals/components/plutonium/PricingSection.tsx:112
+#: src/components/modals/components/plutonium/GiftSection.tsx:78
+#: src/components/modals/components/plutonium/GiftSection.tsx:90
+#: src/components/modals/components/plutonium/PricingSection.tsx:118
+#: src/components/modals/components/plutonium/PricingSection.tsx:130
msgid "one-time purchase"
msgstr "acquisto una tantum"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:65
+#: src/components/modals/components/plutonium/VisionarySection.tsx:74
msgid "One-time purchase, lifetime access."
msgstr "Acquisto una tantum, accesso a vita."
-#: src/components/modals/components/plutonium/GiftSection.tsx:89
-#: src/components/modals/components/plutonium/PricingSection.tsx:90
-#: src/components/modals/components/plutonium/PricingSection.tsx:121
+#: src/components/modals/components/plutonium/GiftSection.tsx:102
+#: src/components/modals/components/plutonium/PricingSection.tsx:103
+#: src/components/modals/components/plutonium/PricingSection.tsx:142
msgid "one-time, lifetime"
msgstr "una tantum, a vita"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:281
-#: src/components/channel/ChannelMembers.tsx:135
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:285
+#: src/components/channel/ChannelMembers.tsx:106
#: src/components/channel/dm/DMFriendsView.tsx:168
#: src/components/channel/friends/views/FriendsList.tsx:95
#: src/Constants.tsx:130
@@ -13051,7 +13128,7 @@ msgstr "Online"
msgid "Online Status"
msgstr "Stato online"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1382
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1406
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:212
#: src/components/modals/GuildNotificationSettingsModal.tsx:91
#: src/components/modals/GuildNotificationSettingsModal.tsx:281
@@ -13120,11 +13197,11 @@ msgstr "Apri il modale di rivendicazione account"
msgid "Open color picker"
msgstr "Apri il selettore di colore"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1398
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1422
msgid "Open Community Notification Settings"
msgstr "Apri le impostazioni di notifica della community"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:286
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:322
msgid "Open Customer Portal"
msgstr "Apri il portale clienti"
@@ -13293,7 +13370,7 @@ msgstr "Opzione tre"
msgid "Option Two"
msgstr "Opzione due"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:89
+#: src/components/modals/components/plutonium/VisionarySection.tsx:98
msgid "Optional #0000 tag"
msgstr "Tag opzionale #0000"
@@ -13309,7 +13386,7 @@ msgstr "OPPURE"
msgid "Or copy the link:"
msgstr "Oppure copia il link:"
-#: src/components/modals/InviteModal.tsx:312
+#: src/components/modals/InviteModal.tsx:309
msgid "or send an invite link to a friend:"
msgstr "oppure invia un link d'invito a un amico:"
@@ -13325,9 +13402,9 @@ msgstr "Il messaggio originale non è riuscito a caricarsi"
msgid "Original message was deleted"
msgstr "Il messaggio originale è stato eliminato"
-#: src/components/pages/ReportPage.tsx:273
-#: src/components/pages/ReportPage.tsx:287
-#: src/components/pages/ReportPage.tsx:303
+#: src/components/pages/report/optionDescriptors.ts:54
+#: src/components/pages/report/optionDescriptors.ts:65
+#: src/components/pages/report/optionDescriptors.ts:78
#: src/constants/IARConstants.tsx:87
#: src/constants/IARConstants.tsx:139
#: src/constants/IARConstants.tsx:195
@@ -13463,8 +13540,8 @@ msgstr "Le passkey richiedono un bundle macOS firmato con un identificatore appl
#: src/components/auth/AuthLoginCore/AuthLoginEmailPasswordForm.tsx:90
#: src/components/auth/AuthRegisterFormCore.tsx:136
#: src/components/auth/AuthRegisterFormCore.tsx:217
-#: src/components/modals/ClaimAccountModal.tsx:168
-#: src/components/modals/ClaimAccountModal.tsx:208
+#: src/components/modals/ClaimAccountModal.tsx:170
+#: src/components/modals/ClaimAccountModal.tsx:210
#: src/components/modals/SudoVerificationModal.tsx:171
#: src/components/modals/SudoVerificationModal.tsx:236
#: src/components/modals/tabs/AccountSecurityTab/AccountTab.tsx:105
@@ -13546,11 +13623,11 @@ msgstr "Persone che sono amiche dei tuoi amici possono aggiungerti alle chat di
msgid "People who are friends with your friends can call you"
msgstr "Persone che sono amiche dei tuoi amici possono chiamarti"
-#: src/components/modals/components/plutonium/PricingSection.tsx:73
+#: src/components/modals/components/plutonium/PricingSection.tsx:80
msgid "per month"
msgstr "al mese"
-#: src/components/modals/components/plutonium/PricingSection.tsx:80
+#: src/components/modals/components/plutonium/PricingSection.tsx:90
msgid "per year"
msgstr "all'anno"
@@ -13588,8 +13665,8 @@ msgstr "Permessi concessi"
msgid "Personal notes"
msgstr "Note personali"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:479
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:778
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:493
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:810
#: src/components/channel/channel-header/useChannelHeaderData.ts:84
#: src/components/channel/dm/DMList.tsx:708
#: src/components/channel/dm/DMList.tsx:795
@@ -13662,16 +13739,16 @@ msgid "Pick which phone step to show"
msgstr "Scegli quale fase del telefono mostrare"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:336
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1132
-#: src/components/bottomsheets/DMBottomSheet.tsx:483
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1156
+#: src/components/bottomsheets/DMBottomSheet.tsx:485
#: src/components/channel/dm/DMList.tsx:287
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:153
msgid "Pin DM"
msgstr "Fissa DM"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:295
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1132
-#: src/components/bottomsheets/DMBottomSheet.tsx:483
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1156
+#: src/components/bottomsheets/DMBottomSheet.tsx:485
#: src/components/channel/dm/DMList.tsx:248
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:133
msgid "Pin Group DM"
@@ -13714,20 +13791,20 @@ msgid "Ping: {latency}ms"
msgstr "Ping: {latency}ms"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:219
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:566
-#: src/components/bottomsheets/DMBottomSheet.tsx:147
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:580
+#: src/components/bottomsheets/DMBottomSheet.tsx:149
#: src/components/channel/dm/DMList.tsx:214
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:115
msgid "Pinned DM"
msgstr "DM fissato"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:219
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:566
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:580
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:95
msgid "Pinned group"
msgstr "Gruppo fissato"
-#: src/components/bottomsheets/DMBottomSheet.tsx:147
+#: src/components/bottomsheets/DMBottomSheet.tsx:149
msgid "Pinned group DM"
msgstr "DM di gruppo fissato"
@@ -13742,7 +13819,7 @@ msgstr "Messaggi fissati"
msgid "pinned:"
msgstr "fissato:"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:886
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:918
msgid "Pins"
msgstr "Fissaggi"
@@ -13789,15 +13866,15 @@ msgstr "Controlla la tua casella di posta per l'email di verifica."
msgid "Please enable Fluxer in System Settings → Privacy & Security → Input Monitoring."
msgstr "Abilita Fluxer in Impostazioni di sistema → Privacy e sicurezza → Monitoraggio input."
-#: src/components/pages/ReportPage.tsx:396
+#: src/components/pages/ReportPage.tsx:211
msgid "Please enter a valid email address."
msgstr "Inserisci un indirizzo email valido."
-#: src/components/channel/dm/AddFriendForm.tsx:74
+#: src/components/channel/dm/AddFriendForm.tsx:97
msgid "Please enter a valid FluxerTag (Username#0000)."
msgstr "Inserisci un FluxerTag valido (NomeUtente#0000)."
-#: src/components/pages/ReportPage.tsx:509
+#: src/components/pages/ReportPage.tsx:336
msgid "Please enter a valid message link URL."
msgstr "Inserisci un URL di link del messaggio valido."
@@ -13809,26 +13886,22 @@ msgstr "Inserisci un endpoint API valido."
msgid "Please fill out the following fields: {fieldList}"
msgstr "Per favore compila i seguenti campi: {fieldList}"
-#: src/components/pages/ReportPage.tsx:436
+#: src/components/pages/ReportPage.tsx:261
msgid "Please go back and enter a valid email address."
msgstr "Torna indietro e inserisci un indirizzo email valido."
-#: src/components/pages/ReportPage.tsx:542
+#: src/components/pages/ReportPage.tsx:369
msgid "Please include the community (guild) ID you are reporting."
msgstr "Inserisci l'ID della community (gilda) che stai segnalando."
-#: src/components/pages/ReportPage.tsx:504
+#: src/components/pages/ReportPage.tsx:331
msgid "Please paste the message link you are reporting."
msgstr "Incolla il link del messaggio che stai segnalando."
-#: src/components/pages/ReportPage.tsx:391
+#: src/components/pages/ReportPage.tsx:206
msgid "Please provide an email address."
msgstr "Fornisci un indirizzo email."
-#: src/components/pages/ReportPage.tsx:801
-msgid "Please provide the details of your report."
-msgstr "Fornisci i dettagli della tua segnalazione."
-
#: src/components/modals/tabs/ApplicationsTab/ApplicationDetail.tsx:555
msgid "Please retry or go back to the applications list."
msgstr "Riprova o torna all'elenco delle applicazioni."
@@ -13837,7 +13910,7 @@ msgstr "Riprova o torna all'elenco delle applicazioni."
msgid "Please select a violation category"
msgstr "Seleziona una categoria di violazione"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:297
+#: src/components/modals/tabs/GiftInventoryTab.tsx:320
msgid "Please try again later."
msgstr "Riprova più tardi."
@@ -13878,7 +13951,7 @@ msgstr "Privacy del badge Plutonium"
msgid "Plutonium perks"
msgstr "Vantaggi Plutonium"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:110
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:129
msgid "Plutonium Subscription"
msgstr "Abbonamento Plutonium"
@@ -13886,7 +13959,7 @@ msgstr "Abbonamento Plutonium"
msgid "PNG"
msgstr "PNG"
-#: src/components/pages/ReportPage.tsx:331
+#: src/components/pages/report/optionDescriptors.ts:103
msgid "Poland"
msgstr "Polonia"
@@ -13903,7 +13976,7 @@ msgstr "sondaggio"
msgid "Popouts"
msgstr "Finestre flottanti"
-#: src/components/pages/ReportPage.tsx:332
+#: src/components/pages/report/optionDescriptors.ts:104
msgid "Portugal"
msgstr "Portogallo"
@@ -13943,11 +14016,11 @@ msgstr "Sovrascrizione tipo Premium"
msgid "Press keys..."
msgstr "Premi i tasti..."
-#: src/components/channel/MessageReactions.tsx:121
+#: src/components/channel/MessageReactions.tsx:120
msgid "press to add reaction"
msgstr "premi per aggiungere reazione"
-#: src/components/channel/MessageReactions.tsx:121
+#: src/components/channel/MessageReactions.tsx:120
msgid "press to remove reaction"
msgstr "premi per rimuovere reazione"
@@ -14143,15 +14216,15 @@ msgstr "Proteggi il tuo account con l'autenticazione a due fattori e le passkey"
msgid "Provide any additional context that may help our Safety Team..."
msgstr "Fornisci eventuali contesti aggiuntivi che possano aiutare il nostro team di sicurezza..."
-#: src/components/pages/ReportPage.tsx:882
+#: src/components/pages/report/ReportStepDetails.tsx:156
msgid "Provide at least a user ID or a user tag."
msgstr "Fornisci almeno un ID utente o un tag utente."
-#: src/components/pages/ReportPage.tsx:527
+#: src/components/pages/ReportPage.tsx:354
msgid "Provide either a user ID or a FluxerTag for the person you are reporting."
msgstr "Fornisci un ID utente o un FluxerTag della persona che stai segnalando."
-#: src/components/pages/ReportPage.tsx:478
+#: src/components/pages/ReportPage.tsx:305
msgid "Provide your full legal name for the declaration."
msgstr "Fornisci il tuo nome legale completo per la dichiarazione."
@@ -14163,7 +14236,7 @@ msgstr "Membri potati inattivi da {dayCount, plural, one {<0># giorno0>} other
msgid "Public bot"
msgstr "Bot pubblico"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:312
+#: src/components/modals/tabs/GiftInventoryTab.tsx:335
msgid "Purchase a Plutonium gift from the Plutonium tab to share with friends!"
msgstr "Acquista un regalo Plutonium dalla scheda Plutonium da condividere con gli amici!"
@@ -14171,12 +14244,12 @@ msgstr "Acquista un regalo Plutonium dalla scheda Plutonium da condividere con g
msgid "Purchase History"
msgstr "Cronologia acquisti"
-#: src/components/modals/components/plutonium/PricingSection.tsx:61
+#: src/components/modals/components/plutonium/PricingSection.tsx:67
msgid "Purchase mode"
msgstr "Modalità di acquisto"
#. placeholder {0}: getFormattedShortDate(new Date(gift.created_at))
-#: src/components/modals/tabs/GiftInventoryTab.tsx:119
+#: src/components/modals/tabs/GiftInventoryTab.tsx:120
msgid "Purchased {0}"
msgstr "Acquistato {0}"
@@ -14275,7 +14348,7 @@ msgstr "I pulsanti radio permettono di selezionare un'opzione da un gruppo."
msgid "Radio Group"
msgstr "Gruppo radio"
-#: src/components/pages/ReportPage.tsx:300
+#: src/components/pages/report/optionDescriptors.ts:75
#: src/constants/IARConstants.tsx:180
msgid "Raid Coordination"
msgstr "Coordinazione raid"
@@ -14310,7 +14383,7 @@ msgid "Reactions"
msgstr "Reazioni"
#: src/components/layout/app-layout/nagbars/PremiumExpiredNagbar.tsx:77
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:284
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:320
msgid "Reactivate"
msgstr "Riattiva"
@@ -14323,15 +14396,15 @@ msgstr "Leggi la cronologia dei messaggi"
msgid "Read the community's audit log of changes and moderation actions."
msgstr "Leggi il registro delle modifiche e delle azioni di moderazione della community."
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:146
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:160
msgid "Read the Documentation (fluxer.dev)"
msgstr "Leggi la documentazione (fluxer.dev)"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:52
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:60
msgid "Ready to Buy a Gift?"
msgstr "Pronto a comprare un regalo?"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:52
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:60
msgid "Ready to Upgrade?"
msgstr "Pronto per l'upgrade?"
@@ -14388,11 +14461,11 @@ msgstr "Riconnessione in corso…"
msgid "Record shortcut"
msgstr "Registra scorciatoia"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:269
+#: src/components/modals/tabs/GiftInventoryTab.tsx:292
msgid "Redeem"
msgstr "Riscatta"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:232
+#: src/components/modals/tabs/GiftInventoryTab.tsx:255
msgid "Redeem a Gift"
msgstr "Riscatta un regalo"
@@ -14400,40 +14473,40 @@ msgstr "Riscatta un regalo"
msgid "Redeem Beta Code"
msgstr "Riscatta codice beta"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:165
+#: src/components/modals/tabs/GiftInventoryTab.tsx:166
msgid "Redeem for Yourself"
msgstr "Riscatta per te"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:255
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:281
msgid "Redeem Gift Code"
msgstr "Riscatta codice regalo"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:238
+#: src/components/modals/tabs/GiftInventoryTab.tsx:261
msgid "Redeem gift code form"
msgstr "Modulo per riscattare codice regalo"
#. placeholder {0}: redeemedBetaCodes.length
-#: src/components/modals/tabs/BetaCodesTab.tsx:349
+#: src/components/modals/tabs/BetaCodesTab.tsx:374
msgid "Redeemed ({0})"
msgstr "Riscattato ({0})"
#. placeholder {0}: getFormattedShortDate(new Date(gift.redeemed_at!))
-#: src/components/modals/tabs/GiftInventoryTab.tsx:117
+#: src/components/modals/tabs/GiftInventoryTab.tsx:118
msgid "Redeemed {0}"
msgstr "Riscattato {0}"
#. placeholder {0}: gift.redeemed_by.username
#. placeholder {1}: gift.redeemed_by.discriminator
-#: src/components/modals/tabs/GiftInventoryTab.tsx:153
+#: src/components/modals/tabs/GiftInventoryTab.tsx:154
msgid "Redeemed by {0}#{1}"
msgstr "Riscattato da {0}#{1}"
-#: src/components/modals/tabs/BetaCodesTab.tsx:54
+#: src/components/modals/tabs/BetaCodesTab.tsx:56
msgid "Redeemer"
msgstr "Riscattante"
-#: src/components/modals/tabs/BetaCodesTab.tsx:111
-#: src/components/modals/tabs/BetaCodesTab.tsx:188
+#: src/components/modals/tabs/BetaCodesTab.tsx:113
+#: src/components/modals/tabs/BetaCodesTab.tsx:190
msgid "Redeemer:"
msgstr "Riscattante:"
@@ -14526,7 +14599,7 @@ msgstr "Pulsante normale"
msgid "Regular button clicked!"
msgstr "Pulsante normale cliccato!"
-#: src/components/channel/channel-view/DMChannelView.tsx:298
+#: src/components/channel/channel-view/DMChannelView.tsx:299
#: src/components/voice/IncomingCallUI.tsx:310
msgid "Reject"
msgstr "Rifiuta"
@@ -14624,19 +14697,19 @@ msgstr "Rimuovi suono di ingresso"
msgid "Remove filter"
msgstr "Rimuovi filtro"
-#: src/components/bottomsheets/DMBottomSheet.tsx:508
-#: src/components/channel/dm/DMWelcomeSection.tsx:132
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:144
+#: src/components/bottomsheets/DMBottomSheet.tsx:510
+#: src/components/channel/dm/DMWelcomeSection.tsx:144
#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:146
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:253
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:148
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:255
#: src/components/modals/UserProfileActionsSheet.tsx:115
#: src/components/modals/UserProfileActionsSheet.tsx:117
#: src/components/modals/UserProfileActionsSheet.tsx:278
-#: src/components/modals/UserProfileMobileSheet.tsx:302
-#: src/components/modals/UserProfileMobileSheet.tsx:304
+#: src/components/modals/UserProfileMobileSheet.tsx:303
+#: src/components/modals/UserProfileMobileSheet.tsx:305
#: src/components/modals/UserProfileModal.tsx:1143
-#: src/components/modals/UserProfileModal.tsx:1228
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:108
+#: src/components/modals/UserProfileModal.tsx:1229
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:129
#: src/utils/RelationshipActionUtils.tsx:113
#: src/utils/RelationshipActionUtils.tsx:115
msgid "Remove Friend"
@@ -14654,8 +14727,8 @@ msgid "Remove from favorites"
msgstr "Rimuovi dai preferiti"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:370
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1103
-#: src/components/bottomsheets/DMBottomSheet.tsx:400
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1127
+#: src/components/bottomsheets/DMBottomSheet.tsx:402
#: src/components/channel/ChannelHeader.tsx:547
#: src/components/channel/ChannelHeader.tsx:595
#: src/components/channel/ChannelHeader.tsx:600
@@ -14720,7 +14793,7 @@ msgstr "Rimuovi spoiler"
msgid "Remove sticker"
msgstr "Rimuovi adesivo"
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:285
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:288
#: src/components/modals/RemoveTimeoutModal.tsx:61
#: src/components/modals/RemoveTimeoutModal.tsx:75
#: src/components/modals/TimeoutMemberSheet.tsx:101
@@ -14763,11 +14836,11 @@ msgid "Removed from bookmarks"
msgstr "Rimosso dai segnalibri"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:115
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:541
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:555
msgid "Removed from favorites"
msgstr "Rimosso dai preferiti"
-#: src/components/bottomsheets/DMBottomSheet.tsx:126
+#: src/components/bottomsheets/DMBottomSheet.tsx:128
msgid "Removed from Favorites"
msgstr "Rimosso dai Preferiti"
@@ -14891,7 +14964,7 @@ msgstr "Community rinominata in {0}."
msgid "Render all your messages as unknown message type"
msgstr "Renderizza tutti i tuoi messaggi come tipo di messaggio sconosciuto"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:234
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:253
msgid "Renews on <0>{renewalDate}0>."
msgstr "Rinnova il <0>{renewalDate}0>."
@@ -14932,15 +15005,15 @@ msgstr "Rispondi"
msgid "Replying to <0>{authorNickname}0>"
msgstr "Rispondiendo a <0>{authorNickname}0>"
-#: src/components/pages/ReportPage.tsx:249
+#: src/components/pages/report/optionDescriptors.ts:38
msgid "Report a Community"
msgstr "Segnala una community"
-#: src/components/pages/ReportPage.tsx:247
+#: src/components/pages/report/optionDescriptors.ts:36
msgid "Report a Message"
msgstr "Segnala un messaggio"
-#: src/components/pages/ReportPage.tsx:248
+#: src/components/pages/report/optionDescriptors.ts:37
msgid "Report a User Profile"
msgstr "Segnala un profilo utente"
@@ -14949,12 +15022,12 @@ msgstr "Segnala un profilo utente"
msgid "Report Community"
msgstr "Segnala community"
-#: src/components/pages/ReportPage.tsx:801
-msgid "Report Details"
+#: src/components/pages/report/ReportStepDetails.tsx:74
+msgid "Report details"
msgstr "Dettagli della segnalazione"
-#: src/components/pages/ReportPage.tsx:241
-#: src/components/pages/ReportPage.tsx:612
+#: src/components/pages/report/ReportStepSelection.tsx:41
+#: src/components/pages/ReportPage.tsx:60
msgid "Report Illegal Content"
msgstr "Segnala contenuto illegale"
@@ -14963,33 +15036,24 @@ msgstr "Segnala contenuto illegale"
msgid "Report Message"
msgstr "Segnala messaggio"
-#: src/components/pages/ReportPage.tsx:588
-msgid "Report Submitted"
+#: src/components/pages/report/ReportStepComplete.tsx:36
+msgid "Report submitted"
msgstr "Segnalazione inviata"
#: src/components/modals/IARModal.tsx:128
msgid "Report submitted successfully. Our Safety Team will review it shortly."
msgstr "Segnalazione inviata con successo. Il nostro team di sicurezza la esaminerà a breve."
-#: src/components/pages/ReportPage.tsx:624
-msgid "Report Type"
-msgstr "Tipo di segnalazione"
-
#: src/components/modals/IARModal.tsx:84
#: src/components/modals/UserProfileActionsSheet.tsx:289
#: src/components/modals/UserProfileModal.tsx:1157
msgid "Report User"
msgstr "Segnala utente"
-#: src/components/pages/ReportPage.tsx:852
+#: src/components/pages/report/ReportStepDetails.tsx:123
msgid "Reported User Tag (optional)"
msgstr "Tag utente segnalato (facoltativo)"
-#: src/components/pages/ReportPage.tsx:644
-#: src/components/pages/ReportPage.tsx:804
-msgid "Reporting:"
-msgstr "Segnalazione:"
-
#: src/components/modals/tabs/PrivacySafetyTab/DataExportTab.tsx:48
#: src/components/modals/tabs/PrivacySafetyTab/DataExportTab.tsx:125
msgid "Request Data Export"
@@ -15050,7 +15114,7 @@ msgstr "Richiede Plutonium"
msgid "Reschedule Message"
msgstr "Ripianifica messaggio"
-#: src/components/modals/ClaimAccountModal.tsx:222
+#: src/components/modals/ClaimAccountModal.tsx:224
#: src/components/modals/EmailChangeModal.tsx:230
#: src/components/modals/EmailChangeModal.tsx:294
msgid "Resend"
@@ -15064,7 +15128,11 @@ msgstr "Reinvia ({newSecondsRemaining}s)"
msgid "Resend ({originalSecondsRemaining}s)"
msgstr "Reinvia ({originalSecondsRemaining}s)"
-#: src/components/modals/ClaimAccountModal.tsx:222
+#: src/components/pages/report/ReportStepVerification.tsx:114
+msgid "Resend ({resendCooldownSeconds}s)"
+msgstr "Reinvia ({resendCooldownSeconds}s)"
+
+#: src/components/modals/ClaimAccountModal.tsx:224
msgid "Resend ({resendSecondsRemaining}s)"
msgstr "Reinvia ({resendSecondsRemaining}s)"
@@ -15072,7 +15140,7 @@ msgstr "Reinvia ({resendSecondsRemaining}s)"
msgid "Resend Button Loading"
msgstr "Caricamento pulsante reinvia"
-#: src/components/pages/ReportPage.tsx:761
+#: src/components/pages/report/ReportStepVerification.tsx:116
msgid "Resend code"
msgstr "Reinvia codice"
@@ -15097,7 +15165,7 @@ msgid "Resent"
msgstr "Reinviata"
#: src/components/keybinds/KeybindRecorder.tsx:215
-#: src/components/modals/components/MobileSettingsView.tsx:128
+#: src/components/modals/components/MobileSettingsView.tsx:123
#: src/components/modals/components/SettingsModalHeader.tsx:81
#: src/components/modals/ImageCropModal.tsx:977
#: src/components/modals/tabs/KeybindsTab.tsx:154
@@ -15173,8 +15241,8 @@ msgstr "Ripristina schermo intero"
msgid "Restore maximized"
msgstr "Ripristina massimizzato"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:280
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:282
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:316
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:318
msgid "Resubscribe"
msgstr "Riattiva l'abbonamento"
@@ -15189,11 +15257,11 @@ msgstr "Riattiva l'abbonamento"
#: src/components/modals/guildTabs/GuildStickersTab.tsx:211
#: src/components/modals/guildTabs/GuildWebhooksTab.tsx:137
#: src/components/modals/tabs/ApplicationsTab/ApplicationDetail.tsx:559
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:108
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:112
#: src/components/modals/tabs/AuthorizedAppsTab.tsx:121
-#: src/components/modals/tabs/BetaCodesTab.tsx:301
+#: src/components/modals/tabs/BetaCodesTab.tsx:326
#: src/components/modals/tabs/DevicesTab.tsx:231
-#: src/components/modals/tabs/GiftInventoryTab.tsx:300
+#: src/components/modals/tabs/GiftInventoryTab.tsx:323
msgid "Retry"
msgstr "Riprova"
@@ -15244,8 +15312,8 @@ msgstr "Controlla cosa richiede questa app prima di continuare."
#: src/components/invites/InviteListItem.tsx:217
#: src/components/modals/GroupInvitesBottomSheet.tsx:78
#: src/components/modals/GroupInvitesModal.tsx:76
-#: src/components/modals/tabs/BetaCodesTab.tsx:143
-#: src/components/modals/tabs/BetaCodesTab.tsx:220
+#: src/components/modals/tabs/BetaCodesTab.tsx:145
+#: src/components/modals/tabs/BetaCodesTab.tsx:222
msgid "Revoke"
msgstr "Revoca"
@@ -15369,7 +15437,7 @@ msgstr "Ruoli e permessi"
msgid "Roles updated successfully"
msgstr "Ruoli aggiornati con successo"
-#: src/components/pages/ReportPage.tsx:333
+#: src/components/pages/report/optionDescriptors.ts:105
msgid "Romania"
msgstr "Romania"
@@ -15423,7 +15491,7 @@ msgstr "Saturazione"
#: src/components/modals/AddFavoriteMemeModal.tsx:102
#: src/components/modals/AttachmentEditModal.tsx:90
#: src/components/modals/BaseChangeNicknameModal.tsx:115
-#: src/components/modals/components/MobileSettingsView.tsx:131
+#: src/components/modals/components/MobileSettingsView.tsx:126
#: src/components/modals/CustomStatusBottomSheet.tsx:231
#: src/components/modals/CustomStatusModal.tsx:362
#: src/components/modals/EditFavoriteMemeModal.tsx:88
@@ -15438,9 +15506,9 @@ msgstr "Saturazione"
msgid "Save"
msgstr "Salva"
-#: src/components/modals/components/plutonium/GiftSection.tsx:72
-#: src/components/modals/components/plutonium/PricingSection.tsx:81
-#: src/components/modals/components/plutonium/PricingSection.tsx:104
+#: src/components/modals/components/plutonium/GiftSection.tsx:79
+#: src/components/modals/components/plutonium/PricingSection.tsx:91
+#: src/components/modals/components/plutonium/PricingSection.tsx:119
msgid "Save 17%"
msgstr "Risparmia il 17%"
@@ -15600,8 +15668,8 @@ msgstr "Scorri chat verso il basso"
msgid "Scroll Chat Up"
msgstr "Scorri chat verso l'alto"
-#: src/components/modals/components/plutonium/GiftSection.tsx:103
-#: src/components/modals/components/plutonium/PricingSection.tsx:138
+#: src/components/modals/components/plutonium/GiftSection.tsx:117
+#: src/components/modals/components/plutonium/PricingSection.tsx:160
msgid "Scroll down to view all the sweet perks you get with Plutonium"
msgstr "Scorri verso il basso per vedere tutti i vantaggi di Plutonium"
@@ -15613,11 +15681,11 @@ msgstr "Scorri la cronologia chat verso il basso"
msgid "Scroll the chat history up"
msgstr "Scorri la cronologia chat verso l'alto"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:857
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:889
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:400
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:460
#: src/components/channel/ChannelHeader.tsx:586
-#: src/components/channel/shared/PickerSearchInput.tsx:204
+#: src/components/channel/shared/PickerSearchInput.tsx:203
#: src/components/modals/tabs/ComponentGalleryTab/InputsTab.tsx:126
#: src/stores/KeybindStore.ts:414
#: src/utils/quick-switcher/QuickSwitcherModalUtils.tsx:86
@@ -15674,7 +15742,7 @@ msgstr "Cerca canali, persone o community"
#: src/components/common/FriendSelector.tsx:196
#: src/components/modals/AddFriendsToGroupModal.tsx:53
#: src/components/modals/CreateDMModal.tsx:68
-#: src/components/modals/InviteModal.tsx:237
+#: src/components/modals/InviteModal.tsx:248
#: src/components/modals/shared/RecipientList.tsx:177
#: src/components/modals/ShareThemeModal.tsx:144
msgid "Search friends"
@@ -15718,7 +15786,7 @@ msgstr "Cerca richieste in sospeso"
msgid "Search Permissions..."
msgstr "Cerca autorizzazioni..."
-#: src/components/channel/ChannelSearchResults.tsx:321
+#: src/components/channel/ChannelSearchResults.tsx:278
#: src/components/modals/components/DesktopSettingsView.tsx:360
msgid "Search Results"
msgstr "Risultati della ricerca"
@@ -15737,7 +15805,7 @@ msgid "Search scope"
msgstr "Ambito della ricerca"
#. placeholder {0}: activeScopeOption.label
-#: src/components/channel/ChannelSearchResults.tsx:1052
+#: src/components/channel/ChannelSearchResults.tsx:1031
#: src/components/channel/MessageSearchBar/MessageSearchBar.tsx:378
msgid "Search scope: {0}"
msgstr "Ambito della ricerca: {0}"
@@ -15767,7 +15835,7 @@ msgstr "Cerca utenti"
msgid "Search within the current view"
msgstr "Cerca nella vista corrente"
-#: src/components/channel/ChannelSearchResults.tsx:319
+#: src/components/channel/ChannelSearchResults.tsx:276
msgid "Searching..."
msgstr "Ricerca in corso..."
@@ -15848,9 +15916,9 @@ msgstr "Vedi come appare il tuo invito ai visitatori."
msgid "Select"
msgstr "Seleziona"
-#: src/components/pages/ReportPage.tsx:261
-#: src/components/pages/ReportPage.tsx:280
-#: src/components/pages/ReportPage.tsx:294
+#: src/components/pages/report/optionDescriptors.ts:42
+#: src/components/pages/report/optionDescriptors.ts:58
+#: src/components/pages/report/optionDescriptors.ts:69
msgid "Select a category"
msgstr "Seleziona una categoria"
@@ -15871,7 +15939,7 @@ msgstr "Seleziona una community"
msgid "Select a community where you have <0>Manage Community0> permissions."
msgstr "Seleziona una community in cui hai i permessi <0>Gestisci community0>."
-#: src/components/pages/ReportPage.tsx:310
+#: src/components/pages/report/optionDescriptors.ts:82
msgid "Select a country"
msgstr "Seleziona un paese"
@@ -15887,7 +15955,7 @@ msgstr "Seleziona uno scenario da applicare..."
msgid "Select a verification method."
msgstr "Seleziona un metodo di verifica."
-#: src/components/pages/ReportPage.tsx:473
+#: src/components/pages/ReportPage.tsx:300
msgid "Select a violation category."
msgstr "Seleziona una categoria di violazione."
@@ -15958,11 +16026,15 @@ msgstr "Seleziona schermo o finestra"
msgid "Select the account you want to sign in with on the desktop app."
msgstr "Seleziona l'account con cui vuoi accedere nell'app desktop."
+#: src/components/pages/report/ReportStepSelection.tsx:44
+msgid "Select what you want to report."
+msgstr "Seleziona cosa vuoi segnalare."
+
#: src/components/modals/utils/settingsSearchIndex.ts:460
msgid "Select your camera"
msgstr "Seleziona la tua fotocamera"
-#: src/components/pages/ReportPage.tsx:483
+#: src/components/pages/ReportPage.tsx:310
msgid "Select your country of residence."
msgstr "Seleziona il tuo paese di residenza."
@@ -15986,7 +16058,7 @@ msgstr "Seleziona..."
msgid "Selections"
msgstr "Selezioni"
-#: src/components/pages/ReportPage.tsx:269
+#: src/components/pages/report/optionDescriptors.ts:50
#: src/constants/IARConstants.tsx:67
msgid "Self-Harm or Suicide"
msgstr "Autolesionismo o suicidio"
@@ -16035,7 +16107,7 @@ msgstr "Invia un messaggio d'azione (viene formattato in corsivo)."
msgid "Send an SMS code first."
msgstr "Invia prima un codice SMS."
-#: src/components/modals/ClaimAccountModal.tsx:182
+#: src/components/modals/ClaimAccountModal.tsx:184
#: src/components/modals/EmailChangeModal.tsx:265
#: src/components/modals/PhoneAddModal.tsx:206
msgid "Send code"
@@ -16045,9 +16117,9 @@ msgstr "Invia codice"
msgid "Send Code"
msgstr "Invia codice"
-#: src/components/channel/dm/DMWelcomeSection.tsx:109
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:269
-#: src/components/modals/UserProfileModal.tsx:1288
+#: src/components/channel/dm/DMWelcomeSection.tsx:112
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:272
+#: src/components/modals/UserProfileModal.tsx:1290
msgid "Send Friend Request"
msgstr "Invia richiesta di amicizia"
@@ -16073,7 +16145,7 @@ msgstr "Invia messaggi"
msgid "Send Messages"
msgstr "Invia messaggi"
-#: src/components/channel/dm/AddFriendForm.tsx:119
+#: src/components/channel/dm/AddFriendForm.tsx:142
msgid "Send Request"
msgstr "Invia richiesta"
@@ -16097,11 +16169,11 @@ msgstr "Invia messaggi con sintesi vocale."
msgid "Send TTS Messages"
msgstr "Invia messaggi TTS"
-#: src/components/pages/ReportPage.tsx:676
+#: src/components/pages/report/ReportStepEmail.tsx:92
msgid "Send Verification Code"
msgstr "Invia codice di verifica"
-#: src/components/modals/InviteModal.tsx:258
+#: src/components/modals/InviteModal.tsx:268
#: src/components/modals/shared/RecipientList.tsx:223
#: src/components/modals/ShareThemeModal.tsx:162
msgid "Sent"
@@ -16128,7 +16200,7 @@ msgstr "Sessione scaduta. Effettua nuovamente l'accesso."
msgid "Set a custom invite URL for your community."
msgstr "Imposta un URL di invito personalizzato per la tua community."
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:401
+#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:361
#: src/components/modals/StatusChangeBottomSheet.tsx:171
#: src/components/popouts/UserAreaPopout.tsx:444
msgid "Set a custom status"
@@ -16336,7 +16408,7 @@ msgid "Set your timezone"
msgstr "Imposta il tuo fuso orario"
#: src/components/bottomsheets/VoiceLobbyBottomSheet.tsx:220
-#: src/components/modals/components/MobileSettingsView.tsx:531
+#: src/components/modals/components/MobileSettingsView.tsx:485
#: src/components/modals/tabs/ComponentGalleryTab/ButtonsTab.tsx:150
#: src/components/modals/tabs/ComponentGalleryTab/ButtonsTab.tsx:221
#: src/components/modals/tabs/ComponentGalleryTab/index.tsx:94
@@ -16383,7 +16455,11 @@ msgstr "Azione di condivisione!"
msgid "Share Audio"
msgstr "Condividi audio"
-#: src/components/modals/components/plutonium/GiftSection.tsx:63
+#: src/components/pages/report/ReportStepDetails.tsx:77
+msgid "Share only what's needed to help our team assess the content."
+msgstr "Condividi solo ciò che è necessario per aiutare il nostro team a valutare il contenuto."
+
+#: src/components/modals/components/plutonium/GiftSection.tsx:69
msgid "Share the Plutonium experience with your friends by purchasing a gift subscription."
msgstr "Condividi l'esperienza Plutonium con i tuoi amici acquistando un abbonamento regalo."
@@ -16417,7 +16493,7 @@ msgstr "Condividi il tuo tema"
msgid "Shared theme"
msgstr "Tema condiviso"
-#: src/components/pages/ReportPage.tsx:268
+#: src/components/pages/report/optionDescriptors.ts:49
#: src/constants/IARConstants.tsx:62
msgid "Sharing Personal Information"
msgstr "Condivisione di informazioni personali"
@@ -16797,11 +16873,11 @@ msgstr "Cursore con valori a step"
msgid "Sliders"
msgstr "Cursori"
-#: src/components/pages/ReportPage.tsx:334
+#: src/components/pages/report/optionDescriptors.ts:106
msgid "Slovakia"
msgstr "Slovacchia"
-#: src/components/pages/ReportPage.tsx:335
+#: src/components/pages/report/optionDescriptors.ts:107
msgid "Slovenia"
msgstr "Slovenia"
@@ -16952,7 +17028,8 @@ msgstr "Qualcosa è andato storto e l'app si è bloccata. Prova a ricaricare o a
msgid "Something went wrong while loading the audit log."
msgstr "Qualcosa è andato storto durante il caricamento del registro di controllo."
-#: src/components/pages/ReportPage.tsx:563
+#: src/components/pages/ReportPage.tsx:103
+#: src/components/pages/ReportPage.tsx:395
msgid "Something went wrong while submitting the report. Please try again."
msgstr "Qualcosa è andato storto durante l'invio del rapporto. Riprova."
@@ -16969,7 +17046,7 @@ msgid "Sort"
msgstr "Ordina"
#. placeholder {0}: activeSortOption.label
-#: src/components/channel/ChannelSearchResults.tsx:1063
+#: src/components/channel/ChannelSearchResults.tsx:1042
msgid "Sort mode: {0}"
msgstr "Modalità ordinamento: {0}"
@@ -17008,21 +17085,21 @@ msgstr "Spazio tra i gruppi di messaggi"
msgid "Spacious layout with clear visual separation between messages."
msgstr "Layout spazioso con chiara separazione visiva tra i messaggi."
-#: src/components/pages/ReportPage.tsx:336
+#: src/components/pages/report/optionDescriptors.ts:108
msgid "Spain"
msgstr "Spagna"
-#: src/components/pages/ReportPage.tsx:283
+#: src/components/pages/report/optionDescriptors.ts:61
#: src/constants/IARConstants.tsx:119
msgid "Spam Account"
msgstr "Account spam"
-#: src/components/pages/ReportPage.tsx:265
+#: src/components/pages/report/optionDescriptors.ts:46
#: src/constants/IARConstants.tsx:47
msgid "Spam or Scam"
msgstr "Spam o truffa"
-#: src/components/pages/ReportPage.tsx:301
+#: src/components/pages/report/optionDescriptors.ts:76
#: src/constants/IARConstants.tsx:185
msgid "Spam or Scam Community"
msgstr "Community spam o truffa"
@@ -17141,9 +17218,9 @@ msgstr "Inizia a creare un pacchetto di emoji personalizzato da condividere e in
msgid "Start Mic Test"
msgstr "Avvia test microfono"
-#: src/components/pages/ReportPage.tsx:687
-#: src/components/pages/ReportPage.tsx:771
-#: src/components/pages/ReportPage.tsx:964
+#: src/components/pages/report/ReportStepDetails.tsx:252
+#: src/components/pages/report/ReportStepEmail.tsx:103
+#: src/components/pages/report/ReportStepVerification.tsx:132
msgid "Start over"
msgstr "Ricominciamo"
@@ -17151,13 +17228,13 @@ msgstr "Ricominciamo"
msgid "Start Sharing"
msgstr "Inizia condivisione"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:122
+#: src/components/channel/ChannelHeader/CallButtons.tsx:160
#: src/components/modals/UserProfileModal.tsx:1109
#: src/components/uikit/ContextMenu/items/CallMenuItems.tsx:91
msgid "Start Video Call"
msgstr "Avvia videochiamata"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:70
+#: src/components/channel/ChannelHeader/CallButtons.tsx:90
#: src/components/modals/UserProfileModal.tsx:1100
#: src/components/uikit/ContextMenu/items/CallMenuItems.tsx:60
msgid "Start Voice Call"
@@ -17182,9 +17259,21 @@ msgstr "Indicatori di stato"
msgid "Status Slate"
msgstr "Scheda stato"
-#: src/components/pages/ReportPage.tsx:574
-msgid "Step {stepNumber} of {FLOW_TOTAL_STEPS}"
-msgstr "Passo {stepNumber} di {FLOW_TOTAL_STEPS}"
+#: src/components/pages/report/ReportStepSelection.tsx:38
+msgid "Step 1"
+msgstr "Passo 1"
+
+#: src/components/pages/report/ReportStepEmail.tsx:51
+msgid "Step 2"
+msgstr "Passo 2"
+
+#: src/components/pages/report/ReportStepVerification.tsx:61
+msgid "Step 3"
+msgstr "Passo 3"
+
+#: src/components/pages/report/ReportStepDetails.tsx:71
+msgid "Step 4"
+msgstr "Passo 4"
#: src/utils/SystemMessageUtils.tsx:45
msgid "Step in, {username}! No paradoxes here; we're all friends."
@@ -17229,7 +17318,7 @@ msgid "Sticker density"
msgstr "Densità adesivi"
#: src/components/auth/InviteHeader.tsx:140
-#: src/components/channel/InviteEmbed.tsx:197
+#: src/components/channel/InviteEmbed.tsx:199
#: src/components/modals/InviteAcceptModal.tsx:142
#: src/components/modals/tabs/ExpressionPacksTab.tsx:70
msgid "Sticker pack"
@@ -17261,7 +17350,7 @@ msgstr "Adesivo aggiornato"
#: src/components/channel/AutocompleteEmoji.tsx:111
#: src/components/channel/textarea/TextareaButtons.tsx:134
-#: src/components/modals/ExpressionPickerSheet.tsx:86
+#: src/components/modals/ExpressionPickerSheet.tsx:73
#: src/components/popouts/ExpressionPickerPopout.tsx:79
msgid "Stickers"
msgstr "Adesivi"
@@ -17330,11 +17419,11 @@ msgstr "Sala studio"
msgid "Style Variations"
msgstr "Variazioni di stile"
-#: src/components/pages/ReportPage.tsx:601
+#: src/components/pages/report/ReportStepComplete.tsx:41
msgid "Submit another report"
msgstr "Invia un altro report"
-#: src/components/pages/ReportPage.tsx:958
+#: src/components/pages/report/ReportStepDetails.tsx:240
msgid "Submit DSA Report"
msgstr "Invia rapporto DSA"
@@ -17346,7 +17435,7 @@ msgstr "Invia segnalazione"
msgid "Submitting"
msgstr "Invio in corso"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:53
+#: src/components/modals/components/plutonium/VisionarySection.tsx:58
msgid "subscription"
msgstr "abbonamento"
@@ -17464,7 +17553,7 @@ msgstr "Disattiva gli embed"
msgid "Swap text to reverify variants"
msgstr "Scambia il testo per verificare nuovamente le varianti"
-#: src/components/pages/ReportPage.tsx:337
+#: src/components/pages/report/optionDescriptors.ts:109
msgid "Sweden"
msgstr "Svezia"
@@ -17476,7 +17565,7 @@ msgstr "Svedese"
msgid "Switch account"
msgstr "Cambia account"
-#: src/components/popouts/UserAreaPopout.tsx:497
+#: src/components/popouts/UserAreaPopout.tsx:499
msgid "Switch Accounts"
msgstr "Cambia account"
@@ -17649,8 +17738,8 @@ msgstr "Testo (NSFW)"
msgid "Text channel"
msgstr "Canale di testo"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:473
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:662
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:487
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:676
#: src/components/channel/channel-header/useChannelHeaderData.ts:96
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:314
msgid "Text Channel"
@@ -17677,19 +17766,19 @@ msgstr "Area di testo"
msgid "Thai"
msgstr "Thailandese"
-#: src/components/pages/ReportPage.tsx:589
-msgid "Thank you for filing a report. We'll review it as soon as possible."
-msgstr "Grazie per aver inviato un report. Lo esamineremo il prima possibile."
-
#: src/components/modals/IARModal.tsx:187
msgid "Thank you for helping keep Fluxer safe. Reports are reviewed by our Safety Team. False reports may result in action against your account."
msgstr "Grazie per contribuire a mantenere Fluxer sicuro. Le segnalazioni vengono esaminate dal nostro team di sicurezza. Segnalazioni false possono comportare provvedimenti contro il tuo account."
+#: src/components/pages/report/ReportStepComplete.tsx:37
+msgid "Thank you for helping keep Fluxer safe. We'll review your report as soon as possible."
+msgstr "Grazie per aiutare a mantenere Fluxer sicuro. Esamineremo la tua segnalazione il prima possibile."
+
#: src/components/form/ColorPickerField.tsx:274
msgid "That doesn't look like a valid color. Try hex, rgb(), hsl(), or a CSS color name."
msgstr "Non sembra un colore valido. Prova con hex, rgb(), hsl() o un nome di colore CSS."
-#: src/components/pages/ReportPage.tsx:846
+#: src/components/pages/report/ReportStepDetails.tsx:117
msgid "That doesn't look like a valid URL."
msgstr "Questa non sembra una URL valida."
@@ -17733,8 +17822,8 @@ msgstr "Il bot è stato aggiunto."
msgid "The channel you're looking for may have been deleted or you may not have access to it."
msgstr "Il canale che cerchi potrebbe essere stato eliminato o potresti non avere accesso."
-#: src/components/layout/GuildLayout.tsx:308
-#: src/components/layout/GuildLayout.tsx:371
+#: src/components/layout/GuildLayout.tsx:313
+#: src/components/layout/GuildLayout.tsx:376
msgid "The community you're looking for may have been deleted or you may not have access to it."
msgstr "La community che cerchi potrebbe essere stata eliminata o potresti non avere accesso."
@@ -17795,7 +17884,7 @@ msgstr "Il timeout non può superare i 365 giorni (31536000 secondi)."
msgid "The URL this link channel points to."
msgstr "L’URL a cui punta questo canale collegamento."
-#: src/components/pages/ReportPage.tsx:452
+#: src/components/pages/ReportPage.tsx:277
msgid "The verification code is invalid or expired."
msgstr "Il codice di verifica non è valido o è scaduto."
@@ -17869,7 +17958,7 @@ msgstr "Queste impostazioni usano l’elaborazione audio nativa del browser per
msgid "These toggles force the client to treat features as enabled or disabled without relying on the server configuration. They only affect your client experience and are shown to developers for testing."
msgstr "Questi interruttori costringono il client a considerare le funzionalità attivate o disattivate senza affidarsi alla configurazione del server. Influenzano solo la tua esperienza client e sono mostrati agli sviluppatori per i test."
-#: src/components/channel/channel-view/DMChannelView.tsx:356
+#: src/components/channel/channel-view/DMChannelView.tsx:357
msgid "They might have taken the DeLorean elsewhere."
msgstr "Potrebbero aver portato la DeLorean altrove."
@@ -17877,7 +17966,7 @@ msgstr "Potrebbero aver portato la DeLorean altrove."
msgid "they/them"
msgstr "loro"
-#: src/components/channel/channel-view/DMChannelView.tsx:342
+#: src/components/channel/channel-view/DMChannelView.tsx:343
msgid "Think, McFly! Did you type the right address?"
msgstr "Pensa, McFly! Hai digitato l’indirizzo giusto?"
@@ -17979,7 +18068,7 @@ msgstr "Questa community ha temporaneamente disattivato gli inviti. Puoi riprova
msgid "This community requires you to verify your account before joining. Please set an email and password for your account."
msgstr "Questa community richiede la verifica dell’account prima dell’iscrizione. Imposta un’email e una password per il tuo account."
-#: src/components/channel/channel-view/DMChannelView.tsx:339
+#: src/components/channel/channel-view/DMChannelView.tsx:340
msgid "This conversation has been erased"
msgstr "Questa conversazione è stata cancellata"
@@ -18008,8 +18097,8 @@ msgstr "Questo codice regalo è stato già riscattato."
msgid "This gift code has already been redeemed."
msgstr "Questo codice regalo è già stato riscattato."
-#: src/components/channel/GiftEmbed.tsx:148
-#: src/components/modals/GiftAcceptModal.tsx:92
+#: src/components/channel/GiftEmbed.tsx:159
+#: src/components/modals/GiftAcceptModal.tsx:99
msgid "This gift code is invalid or already claimed."
msgstr "Questo codice regalo non è valido o è già stato richiesto."
@@ -18022,11 +18111,11 @@ msgstr "Questo codice regalo non è valido o è già stato riscattato."
msgid "This gift code may be invalid, expired, or already redeemed."
msgstr "Questo codice regalo potrebbe non essere valido, essere scaduto o già riscattato."
-#: src/components/modals/GiftAcceptModal.tsx:118
+#: src/components/modals/GiftAcceptModal.tsx:125
msgid "This gift has already been claimed."
msgstr "Questo regalo è già stato reclamato."
-#: src/components/modals/tabs/GiftInventoryTab.tsx:157
+#: src/components/modals/tabs/GiftInventoryTab.tsx:158
msgid "This gift has been redeemed"
msgstr "Questo regalo è stato riscattato"
@@ -18044,7 +18133,7 @@ msgstr "Questo invito scade tra {0}."
msgid "This invite has unlimited uses."
msgstr "Questo invito ha utilizzi illimitati."
-#: src/components/modals/InviteModal.tsx:321
+#: src/components/modals/InviteModal.tsx:318
msgid "This invite link never expires."
msgstr "Questo link di invito non scade mai."
@@ -18059,23 +18148,19 @@ msgstr "Questo invito potrebbe essere scaduto o essere stato eliminato."
msgid "This invite never expires."
msgstr "Questo invito non scade mai."
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:170
-#: src/components/emojis/EmojiInfoContent.tsx:79
+#: src/components/emojis/EmojiAttributionSubtext.tsx:130
msgid "This is a custom emoji from"
msgstr "Questa è un’emoji personalizzata di"
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:160
-#: src/components/emojis/EmojiInfoContent.tsx:68
+#: src/components/emojis/EmojiAttributionSubtext.tsx:121
msgid "This is a custom emoji from a community."
msgstr "Questa è un’emoji personalizzata di una community."
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:150
-#: src/components/emojis/EmojiInfoContent.tsx:56
+#: src/components/emojis/EmojiAttributionSubtext.tsx:111
msgid "This is a custom emoji from a community. Ask the author for an invite to use this emoji."
msgstr "Questa è un’emoji personalizzata di una community. Chiedi all’autore un invito per usarla."
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:138
-#: src/components/emojis/EmojiInfoContent.tsx:43
+#: src/components/emojis/EmojiAttributionSubtext.tsx:101
msgid "This is a default emoji on Fluxer."
msgstr "Questa è un’emoji predefinita su Fluxer."
@@ -18095,8 +18180,8 @@ msgstr "Ecco come appaiono i messaggi"
msgid "This is not the channel you're looking for."
msgstr "Questo non è il canale che cerchi."
-#: src/components/layout/GuildLayout.tsx:307
-#: src/components/layout/GuildLayout.tsx:370
+#: src/components/layout/GuildLayout.tsx:312
+#: src/components/layout/GuildLayout.tsx:375
msgid "This is not the community you're looking for."
msgstr "Questa non è la community che cerchi."
@@ -18113,7 +18198,7 @@ msgid "This is the beginning of <0>{displayName}0>. Add friends to start a con
msgstr "Questo è l’inizio di <0>{displayName}0>. Aggiungi amici per iniziare una conversazione!"
#. placeholder {0}: user.username
-#: src/components/channel/dm/DMWelcomeSection.tsx:182
+#: src/components/channel/dm/DMWelcomeSection.tsx:194
msgid "This is the beginning of your direct message history with <0>{0}0>."
msgstr "Questo è l’inizio della cronologia dei messaggi diretti con <0>{0}0>."
@@ -18194,7 +18279,7 @@ msgstr "Questo link del tema manca di dati."
msgid "This theme may have been removed or the link is invalid."
msgstr "Questo tema potrebbe essere stato rimosso o il link è invalido."
-#: src/components/channel/dm/AddFriendForm.tsx:62
+#: src/components/channel/dm/AddFriendForm.tsx:85
msgid "This user has restricted who can send them friend requests."
msgstr "Questo utente ha limitato chi può inviargli richieste di amicizia."
@@ -18216,8 +18301,8 @@ msgid "This was a @silent message."
msgstr "Questo era un messaggio @silent."
#: src/actions/MessageActionCreators.tsx:392
-#: src/components/channel/Messages.tsx:442
-#: src/components/channel/Messages.tsx:522
+#: src/components/channel/Messages.tsx:440
+#: src/components/channel/Messages.tsx:520
msgid "This will create a rift in the space-time continuum and cannot be undone."
msgstr "Questo creerà una frattura nel continuum spazio-temporale e non può essere annullato."
@@ -18283,7 +18368,7 @@ msgstr "Ora: {currentFormatted} su {durationFormatted}"
msgid "Timed out until {0}."
msgstr "Bloccato fino a {0}."
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:285
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:288
#: src/components/modals/TimeoutMemberModal.tsx:207
#: src/components/modals/TimeoutMemberSheet.tsx:90
#: src/components/uikit/ContextMenu/items/GuildMemberMenuItems.tsx:272
@@ -18570,7 +18655,7 @@ msgstr "vero o falso"
msgid "Try a different name or use @ / # / ! / * prefixes to filter results."
msgstr "Prova un nome diverso o usa i prefissi @ / # / ! / * per filtrare i risultati."
-#: src/components/channel/ChannelSearchResults.tsx:710
+#: src/components/channel/ChannelSearchResults.tsx:679
msgid "Try a different search query"
msgstr "Prova una ricerca diversa"
@@ -18585,13 +18670,13 @@ msgid "Try a different search term or filter"
msgstr "Prova un termine di ricerca o un filtro diverso"
#: src/components/auth/HandoffCodeDisplay.tsx:67
-#: src/components/channel/Messages.tsx:939
+#: src/components/channel/Messages.tsx:937
msgid "Try again"
msgstr "Riprova"
#: src/components/BootstrapErrorScreen.tsx:68
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:301
-#: src/components/channel/ChannelSearchResults.tsx:694
+#: src/components/channel/ChannelSearchResults.tsx:663
#: src/components/modals/channelTabs/ChannelInvitesTab.tsx:148
#: src/components/modals/channelTabs/ChannelWebhooksTab.tsx:159
#: src/components/NetworkErrorScreen.tsx:56
@@ -18612,7 +18697,7 @@ msgstr "Prova un altro nome o controlla l'ortografia."
msgid "Try another search term"
msgstr "Prova un altro termine di ricerca"
-#: src/components/channel/InviteEmbed.tsx:359
+#: src/components/channel/InviteEmbed.tsx:361
msgid "Try asking for a new invite."
msgstr "Prova a chiedere un nuovo invito."
@@ -18802,7 +18887,7 @@ msgstr "Impossibile installare il pacchetto sticker"
msgid "Unable to load activity logs"
msgstr "Impossibile caricare i registri attività"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:104
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:108
msgid "Unable to load applications"
msgstr "Impossibile caricare le applicazioni"
@@ -18814,7 +18899,7 @@ msgstr "Impossibile caricare le informazioni del pacchetto."
msgid "Unable to prepare any emojis for upload. The following errors occurred:"
msgstr "Impossibile preparare emoji per il caricamento. Si sono verificati i seguenti errori:"
-#: src/components/modals/ClaimAccountModal.tsx:125
+#: src/components/modals/ClaimAccountModal.tsx:127
#: src/components/modals/EmailChangeModal.tsx:122
#: src/components/modals/EmailChangeModal.tsx:152
msgid "Unable to resend code right now"
@@ -18824,7 +18909,7 @@ msgstr "Impossibile rinviare il codice in questo momento"
msgid "Unable to send code to new email"
msgstr "Impossibile inviare il codice alla nuova email"
-#: src/components/channel/dm/AddFriendForm.tsx:76
+#: src/components/channel/dm/AddFriendForm.tsx:99
msgid "Unable to send friend request. Please try again."
msgstr "Impossibile inviare la richiesta di amicizia. Riprova."
@@ -18844,17 +18929,17 @@ msgstr "Non disponibile per nessuno"
msgid "Unavailable for everyone but staff"
msgstr "Non disponibile per tutti tranne lo staff"
-#: src/components/bottomsheets/DMBottomSheet.tsx:532
+#: src/components/bottomsheets/DMBottomSheet.tsx:535
#: src/components/channel/barriers/BarrierComponents.tsx:221
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:180
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:335
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:182
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:338
#: src/components/modals/tabs/BlockedUsersTab.tsx:58
#: src/components/modals/tabs/BlockedUsersTab.tsx:171
#: src/components/modals/UserProfileActionsSheet.tsx:151
#: src/components/modals/UserProfileActionsSheet.tsx:305
-#: src/components/modals/UserProfileMobileSheet.tsx:320
+#: src/components/modals/UserProfileMobileSheet.tsx:321
#: src/components/modals/UserProfileModal.tsx:1049
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:209
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:230
#: src/utils/RelationshipActionUtils.tsx:169
msgid "Unblock"
msgstr "Sblocca"
@@ -18863,11 +18948,11 @@ msgstr "Sblocca"
msgid "Unblock this user before sending a friend request."
msgstr "Sblocca questo utente prima di inviare la richiesta di amicizia."
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:178
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:180
#: src/components/modals/tabs/BlockedUsersTab.tsx:56
#: src/components/modals/UserProfileActionsSheet.tsx:149
-#: src/components/modals/UserProfileMobileSheet.tsx:318
-#: src/components/modals/UserProfileModal.tsx:1243
+#: src/components/modals/UserProfileMobileSheet.tsx:319
+#: src/components/modals/UserProfileModal.tsx:1244
#: src/utils/RelationshipActionUtils.tsx:167
msgid "Unblock User"
msgstr "Sblocca utente"
@@ -18878,17 +18963,17 @@ msgstr "Sblocca utente"
msgid "Uncategorized"
msgstr "Non categorizzato"
-#: src/components/modals/tabs/BetaCodesTab.tsx:127
-#: src/components/modals/tabs/BetaCodesTab.tsx:204
+#: src/components/modals/tabs/BetaCodesTab.tsx:129
+#: src/components/modals/tabs/BetaCodesTab.tsx:206
msgid "Unclaimed"
msgstr "Non reclamato"
#. placeholder {0}: unclaimedBetaCodes.length
-#: src/components/modals/tabs/BetaCodesTab.tsx:333
+#: src/components/modals/tabs/BetaCodesTab.tsx:358
msgid "Unclaimed ({0})"
msgstr "Non reclamato ({0})"
-#: src/components/modals/components/UnclaimedAccountAlert.tsx:31
+#: src/components/modals/components/UnclaimedAccountAlert.tsx:29
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:51
msgid "Unclaimed Account"
msgstr "Account non reclamato"
@@ -18922,7 +19007,7 @@ msgstr "Riattiva audio su tutti i dispositivi"
msgid "Undeafen User"
msgstr "Riattiva audio utente"
-#: src/components/pages/ReportPage.tsx:285
+#: src/components/pages/report/optionDescriptors.ts:63
#: src/constants/IARConstants.tsx:129
msgid "Underage User"
msgstr "Utente minorenne"
@@ -18981,7 +19066,7 @@ msgstr "Deseleziona focus"
msgid "Unique invite"
msgstr "Invito unico"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:79
+#: src/components/modals/components/plutonium/VisionarySection.tsx:88
msgid "Unique profile badge"
msgstr "Distintivo profilo unico"
@@ -19035,12 +19120,12 @@ msgstr "entità sconosciuta"
msgid "Unknown error"
msgstr "Errore sconosciuto"
-#: src/components/channel/GiftEmbed.tsx:147
-#: src/components/modals/GiftAcceptModal.tsx:91
+#: src/components/channel/GiftEmbed.tsx:158
+#: src/components/modals/GiftAcceptModal.tsx:98
msgid "Unknown Gift"
msgstr "Regalo sconosciuto"
-#: src/components/channel/InviteEmbed.tsx:357
+#: src/components/channel/InviteEmbed.tsx:359
msgid "Unknown Invite"
msgstr "Invito sconosciuto"
@@ -19113,7 +19198,7 @@ msgstr "Sblocca condivisione schermo HD con Plutonium"
msgid "Unlock HD Video with Plutonium"
msgstr "Sblocca video HD con Plutonium"
-#: src/components/modals/components/PlutoniumContent.tsx:185
+#: src/components/modals/components/PlutoniumContent.tsx:196
msgid "Unlock higher limits and exclusive features while supporting an independent communication platform."
msgstr "Sblocca limiti più alti e funzionalità esclusive supportando una piattaforma di comunicazione indipendente."
@@ -19126,9 +19211,9 @@ msgid "Unlock stickers in DMs with Plutonium"
msgstr "Sblocca sticker nei DM con Plutonium"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:467
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:850
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1044
-#: src/components/bottomsheets/DMBottomSheet.tsx:645
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:882
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1068
+#: src/components/bottomsheets/DMBottomSheet.tsx:648
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:321
#: src/components/bottomsheets/VoiceLobbyBottomSheet.tsx:179
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:253
@@ -19154,7 +19239,7 @@ msgstr "Riattiva audio categoria"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:400
#: src/components/bottomsheets/ChannelBottomSheet.tsx:452
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1005
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1029
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:167
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:161
msgid "Unmute Channel"
@@ -19167,9 +19252,9 @@ msgstr "Riattiva audio canale"
msgid "Unmute Community"
msgstr "Riattiva audio community"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1007
-#: src/components/bottomsheets/DMBottomSheet.tsx:449
-#: src/components/bottomsheets/DMBottomSheet.tsx:590
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1031
+#: src/components/bottomsheets/DMBottomSheet.tsx:451
+#: src/components/bottomsheets/DMBottomSheet.tsx:593
msgid "Unmute Conversation"
msgstr "Riattiva audio conversazione"
@@ -19200,16 +19285,16 @@ msgid "Unnamed Group"
msgstr "Gruppo senza nome"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:331
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1126
-#: src/components/bottomsheets/DMBottomSheet.tsx:478
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1150
+#: src/components/bottomsheets/DMBottomSheet.tsx:480
#: src/components/channel/dm/DMList.tsx:282
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:149
msgid "Unpin DM"
msgstr "Rimuovi appuntamento DM"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:290
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1126
-#: src/components/bottomsheets/DMBottomSheet.tsx:478
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1150
+#: src/components/bottomsheets/DMBottomSheet.tsx:480
#: src/components/channel/dm/DMList.tsx:243
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:129
msgid "Unpin Group DM"
@@ -19231,20 +19316,20 @@ msgid "Unpin Message"
msgstr "Rimuovi appuntamento messaggio"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:232
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:583
-#: src/components/bottomsheets/DMBottomSheet.tsx:164
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:597
+#: src/components/bottomsheets/DMBottomSheet.tsx:166
#: src/components/channel/dm/DMList.tsx:224
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:132
msgid "Unpinned DM"
msgstr "DM non appuntato"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:232
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:583
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:597
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:112
msgid "Unpinned group"
msgstr "Gruppo non appuntato"
-#: src/components/bottomsheets/DMBottomSheet.tsx:164
+#: src/components/bottomsheets/DMBottomSheet.tsx:166
msgid "Unpinned group DM"
msgstr "DM di gruppo non appuntato"
@@ -19279,7 +19364,7 @@ msgstr "Mostra nuovamente incorporamenti"
msgid "Until I change it"
msgstr "Fino a quando non lo cambio"
-#: src/components/bottomsheets/DMBottomSheet.tsx:664
+#: src/components/bottomsheets/DMBottomSheet.tsx:667
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:334
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:57
#: src/components/channel/muteOptions.ts:39
@@ -19305,7 +19390,7 @@ msgstr "Aggiorna"
msgid "Update app"
msgstr "Aggiorna l'app"
-#: src/components/modals/components/MobileSettingsView.tsx:244
+#: src/components/modals/components/MobileSettingsView.tsx:239
msgid "Update Service Worker"
msgstr "Aggiorna service worker"
@@ -19402,7 +19487,7 @@ msgstr "Aggiornamento dei preferiti…"
msgid "Updating..."
msgstr "Aggiornamento in corso..."
-#: src/components/modals/components/plutonium/PricingSection.tsx:84
+#: src/components/modals/components/plutonium/PricingSection.tsx:94
msgid "Upgrade Now"
msgstr "Effettua l'upgrade ora"
@@ -19415,18 +19500,19 @@ msgstr "Passa a Plutonium"
msgid "Upgrade to store up to 15 custom backgrounds and unlock HD video quality, higher frame rates, and more."
msgstr "Effettua l'upgrade per conservare fino a 15 sfondi personalizzati e sbloccare video in HD, frame rate più alti e altro ancora."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:265
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:316
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:297
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:357
msgid "Upgrade to Visionary"
msgstr "Passa a Visionary"
#. placeholder {0}: formatter.format(visionarySlots.remaining)
-#: src/components/modals/components/plutonium/VisionarySection.tsx:109
+#: src/components/modals/components/plutonium/VisionarySection.tsx:122
+#: src/components/modals/components/plutonium/VisionarySection.tsx:134
msgid "Upgrade to Visionary — {0} Left"
msgstr "Passa a Visionary — {0} disponibili"
#. placeholder {0}: isGiftSubscription ? 'gift time' : 'subscription'
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:243
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:262
msgid "Upgrading to Visionary is a <0>one-time0> purchase and will <1>cancel your current {0} immediately1>."
msgstr "Passare a Visionary è un acquisto <0>una tantum0> e <1>annullerà immediatamente il tuo attuale {0}1>."
@@ -19674,10 +19760,6 @@ msgstr "Usa questi codici per accedere al tuo account se perdi l'app di autentic
msgid "Use this button to quickly clear all permissions."
msgstr "Usa questo pulsante per cancellare rapidamente tutte le autorizzazioni."
-#: src/components/pages/ReportPage.tsx:613
-msgid "Use this form to report illegal content under the Digital Services Act (DSA). Select what you want to report."
-msgstr "Utilizza questo modulo per segnalare contenuti illegali ai sensi del Digital Services Act (DSA). Seleziona ciò che desideri segnalare."
-
#: src/components/modals/tabs/KeybindsTab.tsx:101
msgid "Use this shortcut system-wide"
msgstr "Usa questa scorciatoia in tutto il sistema"
@@ -19708,19 +19790,19 @@ msgstr "L'utente sembra avere meno di 13 anni"
msgid "User Debug"
msgstr "Debug utente"
-#: src/components/channel/channel-view/DMChannelView.tsx:353
+#: src/components/channel/channel-view/DMChannelView.tsx:354
msgid "User has vanished"
msgstr "L'utente è scomparso"
-#: src/components/pages/ReportPage.tsx:865
+#: src/components/pages/report/ReportStepDetails.tsx:137
msgid "User ID (optional)"
msgstr "ID utente (opzionale)"
-#: src/components/bottomsheets/DMBottomSheet.tsx:376
+#: src/components/bottomsheets/DMBottomSheet.tsx:378
msgid "User ID copied"
msgstr "ID utente copiato"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:652
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:666
msgid "User ID copied to clipboard"
msgstr "ID utente copiato negli appunti"
@@ -19765,7 +19847,7 @@ msgstr "Registro utente"
msgid "User Settings"
msgstr "Impostazioni utente"
-#: src/components/pages/ReportPage.tsx:873
+#: src/components/pages/report/ReportStepDetails.tsx:146
msgid "User Tag (optional)"
msgstr "Tag utente (facoltativo)"
@@ -19805,7 +19887,7 @@ msgstr "Il nome utente deve avere almeno 1 carattere"
msgid "Username must be at most 32 characters"
msgstr "Il nome utente può avere al massimo 32 caratteri"
-#: src/components/channel/dm/AddFriendForm.tsx:130
+#: src/components/channel/dm/AddFriendForm.tsx:153
msgid "Username#0000"
msgstr "NomeUtente#0000"
@@ -19904,7 +19986,7 @@ msgstr "Gli URL personalizzati devono avere tra 2 e 32 caratteri e possono conte
msgid "Verification Barriers"
msgstr "Barriere di verifica"
-#: src/components/modals/ClaimAccountModal.tsx:199
+#: src/components/modals/ClaimAccountModal.tsx:201
#: src/components/modals/EmailChangeModal.tsx:218
#: src/components/modals/EmailChangeModal.tsx:282
#: src/components/modals/PhoneAddModal.tsx:224
@@ -19912,11 +19994,11 @@ msgstr "Barriere di verifica"
msgid "Verification code"
msgstr "Codice di verifica"
-#: src/components/pages/ReportPage.tsx:719
+#: src/components/pages/report/ReportStepVerification.tsx:86
msgid "Verification Code"
msgstr "Codice di verifica"
-#: src/components/modals/ClaimAccountModal.tsx:88
+#: src/components/modals/ClaimAccountModal.tsx:90
msgid "Verification code sent"
msgstr "Codice di verifica inviato"
@@ -19937,10 +20019,9 @@ msgstr "Potrebbe essere richiesta la verifica prima di visualizzare i codici di
#: src/components/auth/AuthPageHeader.tsx:49
#: src/components/auth/InviteHeader.tsx:81
#: src/components/auth/InviteHeader.tsx:226
-#: src/components/channel/InviteEmbed.tsx:285
-#: src/components/channel/InviteEmbed.tsx:428
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:178
-#: src/components/emojis/EmojiInfoContent.tsx:87
+#: src/components/channel/InviteEmbed.tsx:287
+#: src/components/channel/InviteEmbed.tsx:430
+#: src/components/emojis/EmojiAttributionSubtext.tsx:143
#: src/components/layout/GuildHeader.tsx:132
msgid "Verified Community"
msgstr "Community verificata"
@@ -19955,7 +20036,7 @@ msgstr "Gilda verificata"
msgid "Verify"
msgstr "Verifica"
-#: src/components/pages/ReportPage.tsx:740
+#: src/components/pages/report/ReportStepVerification.tsx:102
msgid "Verify Code"
msgstr "Verifica codice"
@@ -19980,6 +20061,10 @@ msgstr "Modulo per verificare il numero di telefono"
msgid "Verify You're Human"
msgstr "Dimostra di essere umano"
+#: src/components/pages/report/ReportStepEmail.tsx:54
+msgid "Verify your email"
+msgstr "Verifica la tua email"
+
#: src/components/modals/SudoVerificationModal.tsx:359
msgid "Verify your identity"
msgstr "Verifica la tua identità"
@@ -20012,7 +20097,7 @@ msgid "Video"
msgstr "Video"
#: src/components/channel/ChannelHeader.tsx:572
-#: src/components/modals/UserProfileMobileSheet.tsx:515
+#: src/components/modals/UserProfileMobileSheet.tsx:519
msgid "Video Call"
msgstr "Chiamata video"
@@ -20097,7 +20182,7 @@ msgstr "Visualizza codici di backup"
msgid "View backup codes form"
msgstr "Modulo di visualizzazione codici di backup"
-#: src/components/channel/channel-view/DMChannelView.tsx:282
+#: src/components/channel/channel-view/DMChannelView.tsx:283
msgid "View call"
msgstr "Visualizza chiamata"
@@ -20138,7 +20223,7 @@ msgstr "Visualizza inventario regali"
msgid "View Global Profile"
msgstr "Visualizza profilo globale"
-#: src/components/channel/channel-view/DMChannelView.tsx:282
+#: src/components/channel/channel-view/DMChannelView.tsx:283
msgid "View incoming call"
msgstr "Visualizza chiamata in arrivo"
@@ -20158,10 +20243,10 @@ msgstr "Visualizza funzionalità premium"
msgid "View premium perks"
msgstr "Visualizza vantaggi premium"
-#: src/components/bottomsheets/DMBottomSheet.tsx:411
+#: src/components/bottomsheets/DMBottomSheet.tsx:413
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:226
#: src/components/channel/friends/MobileFriendRequestItem.tsx:87
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:210
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:212
#: src/components/modals/tabs/BlockedUsersTab.tsx:87
#: src/components/uikit/ContextMenu/items/UserProfileMenuItem.tsx:43
msgid "View Profile"
@@ -20191,7 +20276,7 @@ msgstr "Lo spettatore entra nello stream"
msgid "Viewer Leaves Stream"
msgstr "Lo spettatore lascia lo stream"
-#: src/components/pages/ReportPage.tsx:827
+#: src/components/pages/report/ReportStepDetails.tsx:96
msgid "Violation Category"
msgstr "Categoria di violazione"
@@ -20199,7 +20284,7 @@ msgstr "Categoria di violazione"
msgid "Violation category selection"
msgstr "Selezione della categoria di violazione"
-#: src/components/pages/ReportPage.tsx:264
+#: src/components/pages/report/optionDescriptors.ts:45
#: src/constants/IARConstants.tsx:42
msgid "Violent or Graphic Content"
msgstr "Contenuti violenti o grafici"
@@ -20212,9 +20297,9 @@ msgstr "Voce VIP"
msgid "Visible Buttons"
msgstr "Pulsanti visibili"
-#: src/components/modals/components/plutonium/PricingSection.tsx:88
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:110
-#: src/components/modals/components/plutonium/VisionarySection.tsx:58
+#: src/components/modals/components/plutonium/PricingSection.tsx:101
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:129
+#: src/components/modals/components/plutonium/VisionarySection.tsx:67
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:154
#: src/utils/modals/guildTabs/GuildAuditLogTabUtils.ts:274
msgid "Visionary"
@@ -20228,25 +20313,25 @@ msgstr "Visionary (Lifetime #42)"
msgid "Visionary (Lifetime Plutonium)"
msgstr "Visionary (Lifetime Plutonium)"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:80
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:111
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:95
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:134
msgid "Visionary {visionaryPrice}"
msgstr "Visionary {visionaryPrice}"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:96
+#: src/components/modals/components/plutonium/VisionarySection.tsx:105
msgid "Visionary community with direct team access"
msgstr "Community Visionary con accesso diretto al team"
-#: src/components/modals/components/plutonium/GiftSection.tsx:87
-#: src/components/modals/components/plutonium/PricingSection.tsx:119
+#: src/components/modals/components/plutonium/GiftSection.tsx:100
+#: src/components/modals/components/plutonium/PricingSection.tsx:140
msgid "Visionary Gift"
msgstr "Regalo Visionary"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:109
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:132
msgid "Visionary Gift Sold Out"
msgstr "Regalo Visionary esaurito"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:80
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:95
msgid "Visionary Sold Out"
msgstr "Visionary esaurito"
@@ -20281,15 +20366,15 @@ msgstr "Impostazioni voce e video"
msgid "Voice Activity"
msgstr "Attività vocale"
-#: src/components/channel/channel-view/DMChannelView.tsx:277
+#: src/components/channel/channel-view/DMChannelView.tsx:278
#: src/components/voice/VoiceCallView.tsx:466
msgid "Voice call"
msgstr "Chiamata vocale"
-#: src/components/bottomsheets/DMBottomSheet.tsx:419
+#: src/components/bottomsheets/DMBottomSheet.tsx:421
#: src/components/channel/ChannelHeader.tsx:562
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:225
-#: src/components/modals/UserProfileMobileSheet.tsx:507
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:227
+#: src/components/modals/UserProfileMobileSheet.tsx:511
msgid "Voice Call"
msgstr "Chiamata vocale"
@@ -20306,8 +20391,8 @@ msgstr "Chiamate vocali"
msgid "Voice channel"
msgstr "Canale vocale"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:475
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:662
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:489
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:676
#: src/components/channel/channel-header/useChannelHeaderData.ts:100
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:314
msgid "Voice Channel"
@@ -20488,8 +20573,8 @@ msgstr "Abbiamo inviato via email un link per autorizzare l'accesso. Controlla l
msgid "We failed to retrieve the full information about this user at this time."
msgstr "Non siamo riusciti a recuperare tutte le informazioni su questo utente in questo momento."
-#: src/components/layout/GuildLayout.tsx:302
-#: src/components/layout/GuildLayout.tsx:349
+#: src/components/layout/GuildLayout.tsx:307
+#: src/components/layout/GuildLayout.tsx:354
msgid "We fluxed up! Hang tight, we're working on it."
msgstr "Abbiamo fatto un pasticcio! Resisti, ci stiamo lavorando."
@@ -20513,18 +20598,13 @@ msgstr "Abbiamo perso la connessione durante l'autorizzazione. Riprova."
msgid "We need to make sure you're not a bot. Please complete the verification below."
msgstr "Dobbiamo assicurarci che tu non sia un bot. Completa la verifica qui sotto."
-#: src/components/pages/ReportPage.tsx:639
-msgid "We need to verify your email address before you can submit a report."
-msgstr "Dobbiamo verificare il tuo indirizzo email prima che tu possa inviare una segnalazione."
-
#: src/components/modals/BackupCodesModal.tsx:45
msgid "We recommend saving these codes now so that you don't get locked out of your account."
msgstr "Ti consigliamo di salvare subito questi codici per non rimanere bloccato fuori dal tuo account."
-#. placeholder {0}: state.email
-#: src/components/pages/ReportPage.tsx:702
-msgid "We sent a verification code to {0}."
-msgstr "Abbiamo inviato un codice di verifica a {0}."
+#: src/components/pages/report/ReportStepVerification.tsx:67
+msgid "We sent a code to {email}."
+msgstr "Abbiamo inviato un codice a {email}."
#: src/components/auth/BrowserLoginHandoffModal.tsx:315
msgid "We will prefill {prefillEmail} once the browser login opens."
@@ -20534,6 +20614,10 @@ msgstr "Compiliamo automaticamente {prefillEmail} una volta aperto l'accesso dal
msgid "We'll restore your previous email, sign out old sessions, remove phone numbers, disable MFA, and secure your account with a new password."
msgstr "Ripristineremo la tua precedente email, disconnetteremo le vecchie sessioni, rimuoveremo i numeri di telefono, disattiveremo l'MFA e metteremo in sicurezza il tuo account con una nuova password."
+#: src/components/pages/report/ReportStepEmail.tsx:57
+msgid "We'll send a short code to confirm you can receive updates about this report."
+msgstr "Invieremo un codice breve per confermare che puoi ricevere aggiornamenti su questa segnalazione."
+
#: src/components/modals/EmailChangeModal.tsx:190
msgid "We'll verify your current email and then your new email with one-time codes."
msgstr "Verificheremo prima la tua email attuale e poi quella nuova con codici monouso."
@@ -20546,13 +20630,13 @@ msgstr "Verificheremo la tua nuova email con un codice monouso."
msgid "We're having trouble connecting to Fluxer's servers. This could be a temporary network issue or scheduled maintenance."
msgstr "Stiamo avendo problemi a connetterci ai server di Fluxer. Potrebbe essere un problema temporaneo di rete o manutenzione programmata."
-#: src/components/modals/tabs/BetaCodesTab.tsx:297
+#: src/components/modals/tabs/BetaCodesTab.tsx:322
#: src/components/modals/tabs/DevicesTab.tsx:230
msgid "We're having trouble connecting to the space-time continuum. Please check your connection and try again."
msgstr "Stiamo riscontrando problemi a collegarci al continuum spaziotemporale. Controlla la connessione e riprova."
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:287
-#: src/components/channel/ChannelSearchResults.tsx:681
+#: src/components/channel/ChannelSearchResults.tsx:650
msgid "We're indexing this channel for the first time. This might take a little while..."
msgstr "Stiamo indicizzando questo canale per la prima volta. Potrebbe richiedere un attimo..."
@@ -20829,17 +20913,16 @@ msgstr "Scrivi qui CSS personalizzato per sovrascrivere i token del tema. Ad ese
msgid "Write your content here... This textarea expands as you type."
msgstr "Scrivi il tuo contenuto qui... Quest'area di testo si espande man mano che scrivi."
-#: src/components/auth/DateOfBirthField.tsx:89
-#: src/components/auth/DateOfBirthField.tsx:156
+#: src/components/auth/DateOfBirthField.tsx:153
#: src/components/auth/MockMinimalRegisterForm.tsx:78
msgid "Year"
msgstr "Anno"
-#: src/components/modals/components/plutonium/PricingSection.tsx:78
+#: src/components/modals/components/plutonium/PricingSection.tsx:88
msgid "Yearly"
msgstr "Annuale"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:71
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:84
msgid "Yearly {yearlyPrice}"
msgstr "Annuale {yearlyPrice}"
@@ -20874,7 +20957,7 @@ msgstr "Stai per lasciare Fluxer"
msgid "You are about to transfer ownership of this community to <0>{0}0>. This action is <1>irreversible1> and you will lose all owner privileges."
msgstr "Stai per trasferire la proprietà di questa community a <0>{0}0>. Questa azione è <1>irreversibile1> e perderai tutti i privilegi di proprietario."
-#: src/components/channel/dm/AddFriendForm.tsx:72
+#: src/components/channel/dm/AddFriendForm.tsx:95
msgid "You are already friends with this user."
msgstr "Sei già amico di questo utente."
@@ -20960,7 +21043,7 @@ msgstr "Puoi caricare solo fino a {MAX_EMOJIS_PER_UPLOAD} emoji alla volta. Solo
msgid "You can pin messages in this conversation for everyone to see."
msgstr "Puoi fissare i messaggi in questa conversazione per farli vedere a tutti."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:175
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:194
msgid "You can redeem additional gift codes to <0>extend0> your gift time. To start a monthly or yearly plan, wait until after it ends — or <1>upgrade to Visionary1> now (remaining gift time will be discarded)."
msgstr "Puoi riscattare altri codici regalo per <0>estendere0> il tempo del regalo. Per attivare un piano mensile o annuale, aspetta che finisca — oppure <1>passa a Visionary1> ora (il tempo restante del regalo verrà perso)."
@@ -20990,7 +21073,7 @@ msgstr "Puoi usare link e Markdown per formattare il testo. Con <0/> puoi scrive
msgid "You can't add new reactions while you're on timeout."
msgstr "Non puoi aggiungere nuove reazioni mentre sei in timeout."
-#: src/components/modals/UserProfileModal.tsx:1170
+#: src/components/modals/UserProfileModal.tsx:1171
msgid "You can't befriend yourself"
msgstr "Non puoi aggiungerti agli amici da solo"
@@ -20998,14 +21081,14 @@ msgstr "Non puoi aggiungerti agli amici da solo"
msgid "You can't interact with reactions in search results as it might disrupt the space-time continuum."
msgstr "Non puoi interagire con le reazioni nei risultati di ricerca perché potrebbe disturbare il continuum spaziotemporale."
-#: src/components/layout/ChannelItem.tsx:200
-#: src/components/layout/ChannelItem.tsx:366
-#: src/stores/voice/MediaEngineFacade.ts:151
-#: src/stores/voice/MediaEngineFacade.ts:482
+#: src/components/layout/ChannelItem.tsx:206
+#: src/components/layout/ChannelItem.tsx:375
+#: src/stores/voice/MediaEngineFacade.ts:154
+#: src/stores/voice/MediaEngineFacade.ts:529
msgid "You can't join while you're on timeout."
msgstr "Non puoi unirti mentre sei in timeout."
-#: src/components/modals/UserProfileModal.tsx:1182
+#: src/components/modals/UserProfileModal.tsx:1183
#: src/components/popouts/UserProfilePopout.tsx:282
#: src/components/profile/ProfilePreview.tsx:284
msgid "You can't message yourself"
@@ -21019,7 +21102,7 @@ msgstr "Non puoi inviarti una richiesta di amicizia."
msgid "You can't send friend requests to bots."
msgstr "Non puoi inviare richieste di amicizia ai bot."
-#: src/components/channel/dm/AddFriendForm.tsx:64
+#: src/components/channel/dm/AddFriendForm.tsx:87
msgid "You can't send friend requests to users you've blocked. Unblock them first."
msgstr "Non puoi inviare richieste di amicizia agli utenti che hai bloccato. Sbloccalo prima."
@@ -21066,11 +21149,11 @@ msgstr "Non puoi rimuovere questo permesso perché lo rimuoveresti anche a te st
msgid "You cannot save a role with a blank name. Please provide a valid name before saving."
msgstr "Non puoi salvare un ruolo senza nome. Inserisci un nome valido prima di salvare."
-#: src/components/channel/dm/AddFriendForm.tsx:68
+#: src/components/channel/dm/AddFriendForm.tsx:91
msgid "You cannot send a friend request to yourself."
msgstr "Non puoi inviarti una richiesta di amicizia."
-#: src/components/channel/dm/AddFriendForm.tsx:66
+#: src/components/channel/dm/AddFriendForm.tsx:89
msgid "You cannot send friend requests to bots."
msgstr "Non puoi inviare richieste di amicizia ai bot."
@@ -21094,7 +21177,7 @@ msgstr "Non hai accesso al canale in cui è stato inviato questo messaggio."
msgid "You do not have permission to send messages in this channel."
msgstr "Non hai il permesso di inviare messaggi in questo canale."
-#: src/components/layout/GuildLayout.tsx:393
+#: src/components/layout/GuildLayout.tsx:398
msgid "You don't have access to any channels in this community."
msgstr "Non hai accesso a nessun canale in questa community."
@@ -21114,23 +21197,23 @@ msgstr "Non hai il permesso di installare questo pacchetto di emoji."
msgid "You don't have permission to install this sticker pack."
msgstr "Non hai il permesso di installare questo pacchetto di sticker."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:203
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:222
msgid "You have all <0/> for <1>{monthlyPrice}/month1>."
msgstr "Hai tutto <0/> per <1>{monthlyPrice}/mese1>."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:208
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:227
msgid "You have all <0/> for <1>{yearlyPrice}/year1>."
msgstr "Hai tutto <0/> per <1>{yearlyPrice}/anno1>."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:213
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:232
msgid "You have all <0/> for your subscription period."
msgstr "Hai tutto <0/> per il tuo periodo di abbonamento."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:198
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:217
msgid "You have all <0/> forever. No subscriptions, no renewals."
msgstr "Hai tutto <0/> per sempre. Nessun abbonamento, nessun rinnovo."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:169
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:188
msgid "You have all <0/> via a <1>gift subscription1> until <2>{giftEndDate}2>. It <3>won't renew3>."
msgstr "Hai tutto <0/> tramite un <1>abbonamento regalo1> fino al <2>{giftEndDate}2>. Non <3>si rinnova3>."
@@ -21228,11 +21311,11 @@ msgstr "Hai perso l'accesso a questo messaggio salvato. Rimuoverlo?"
msgid "You made it, {username}! We're about to hit 88mph!"
msgstr "Ce l'hai fatta, {username}! Stiamo per raggiungere 88 miglia orarie!"
-#: src/components/channel/CallMessage.tsx:179
+#: src/components/channel/CallMessage.tsx:173
msgid "You missed a call from <0/> that lasted {durationText}."
msgstr "Hai perso una chiamata da <0/> durata {durationText}."
-#: src/components/channel/CallMessage.tsx:184
+#: src/components/channel/CallMessage.tsx:178
msgid "You missed a call from <0/>."
msgstr "Hai perso una chiamata da <0/>."
@@ -21252,7 +21335,7 @@ msgstr "Devi avere almeno 18 anni per visualizzare questo contenuto. <0>Scopri d
msgid "You must be connected to the gateway to accept this temporary invite. Please check your connection and try again."
msgstr "Devi essere connesso al gateway per accettare questo invito temporaneo. Controlla la connessione e riprova."
-#: src/components/pages/ReportPage.tsx:463
+#: src/components/pages/ReportPage.tsx:288
msgid "You must verify your email before submitting a report."
msgstr "Devi verificare la tua email prima di inviare una segnalazione."
@@ -21385,7 +21468,7 @@ msgstr "Sei nel canale vocale"
msgid "You're sending messages too quickly"
msgstr "Stai inviando messaggi troppo velocemente"
-#: src/components/channel/Messages.tsx:909
+#: src/components/channel/Messages.tsx:907
msgid "You're viewing older messages"
msgstr "Stai visualizzando messaggi più vecchi"
@@ -21464,7 +21547,7 @@ msgstr "Il tuo account è stato approvato. Ti reindirizziamo all'app..."
msgid "Your account has been created, but access is temporarily limited until approval. You will be notified once your account is approved."
msgstr "Il tuo account è stato creato, ma l'accesso è temporaneamente limitato fino all'approvazione. Sarai avvisato quando l'account sarà approvato."
-#: src/components/modals/components/UnclaimedAccountAlert.tsx:38
+#: src/components/modals/components/UnclaimedAccountAlert.tsx:36
msgid "Your account is not yet claimed. Without an email and password, you won't be able to sign in from other devices and you could lose access to your account. Claim your account now to secure it."
msgstr "Il tuo account non è ancora rivendicato. Senza email e password non potrai accedere da altri dispositivi e potresti perdere l'accesso. Rivendicalo ora per metterlo al sicuro."
@@ -21508,7 +21591,7 @@ msgstr "Le impostazioni sonore delle notifiche esistenti verranno mantenute."
msgid "Your export request will be processed"
msgstr "La tua richiesta di export verrà elaborata"
-#: src/components/pages/ReportPage.tsx:935
+#: src/components/pages/report/ReportStepDetails.tsx:213
msgid "Your FluxerTag (optional)"
msgstr "Il tuo FluxerTag (opzionale)"
@@ -21521,7 +21604,7 @@ msgid "Your invite expires in 24 hours"
msgstr "Il tuo invito scade tra 24 ore"
#. placeholder {0}: getExpirationText()
-#: src/components/modals/InviteModal.tsx:325
+#: src/components/modals/InviteModal.tsx:322
msgid "Your invite link expires in {0}."
msgstr "Il tuo link di invito scade tra {0}."
@@ -21565,7 +21648,7 @@ msgstr "Il tuo spazio personale per un accesso rapido ai canali, DM e gruppi che
msgid "Your Plutonium subscription has expired. You've lost all Plutonium perks. Reactivate your subscription to regain access."
msgstr "Il tuo abbonamento Plutonium è scaduto. Hai perso tutti i vantaggi Plutonium. Riattiva l'abbonamento per tornare ad avere accesso."
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:781
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:813
msgid "Your private space"
msgstr "Il tuo spazio privato"
@@ -21573,7 +21656,7 @@ msgstr "Il tuo spazio privato"
msgid "Your private space for thoughts and reminders"
msgstr "Il tuo spazio privato per pensieri e promemoria"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:277
+#: src/components/modals/tabs/GiftInventoryTab.tsx:300
msgid "Your Purchased Gifts"
msgstr "I tuoi regali acquistati"
@@ -21585,15 +21668,11 @@ msgstr "la tua area"
msgid "Your stream is still being broadcast"
msgstr "Il tuo stream è ancora in diretta"
-#: src/components/pages/ReportPage.tsx:594
-msgid "Your submission ID"
-msgstr "Il tuo ID di invio"
-
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:153
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:172
msgid "Your subscription ended, but you still have all <0/> until <1>{graceDate}1>. Resubscribe to keep them."
msgstr "Il tuo abbonamento è terminato, ma hai ancora tutto <0/> fino al <1>{graceDate}1>. Rinnova per mantenerli."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:138
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:157
msgid "Your subscription expired on <0>{expiredDate}0>. You lost all <1/>. You can reactivate at any time."
msgstr "Il tuo abbonamento è scaduto il <0>{expiredDate}0>. Hai perso tutto <1/>. Puoi riattivarlo in qualsiasi momento."
@@ -21609,7 +21688,7 @@ msgstr "Il tuo abbonamento è stato riattivato!"
msgid "Your subscription has been set to cancel at the end of your billing period."
msgstr "Il tuo abbonamento è stato impostato per annullarsi alla fine del periodo di fatturazione."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:191
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:210
msgid "Your subscription will cancel on <0>{cancelDate}0>. You'll lose all <1/> after that date."
msgstr "Il tuo abbonamento verrà annullato il <0>{cancelDate}0>. Dopo quella data perderai tutto <1/>."
diff --git a/fluxer_app/src/locales/ja/messages.po b/fluxer_app/src/locales/ja/messages.po
index 2075beeb..1844e817 100644
--- a/fluxer_app/src/locales/ja/messages.po
+++ b/fluxer_app/src/locales/ja/messages.po
@@ -68,12 +68,12 @@ msgstr "(最大15件表示)"
msgid "(No content)"
msgstr "(コンテンツなし)"
-#: src/components/modals/UserProfileMobileSheet.tsx:552
+#: src/components/modals/UserProfileMobileSheet.tsx:556
#: src/components/pages/YouPage.tsx:147
msgid "(only visible to you)"
msgstr "(あなたのみに表示)"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:954
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:976
msgid "(you)"
msgstr "(あなた)"
@@ -138,12 +138,12 @@ msgid "{0} Online"
msgstr "{0} オンライン"
#. placeholder {0}: reaction.count
-#: src/components/channel/MessageReactions.tsx:120
+#: src/components/channel/MessageReactions.tsx:119
msgid "{0} reaction"
msgstr "{0}のリアクション"
#. placeholder {0}: reaction.count
-#: src/components/channel/MessageReactions.tsx:120
+#: src/components/channel/MessageReactions.tsx:119
msgid "{0} reactions"
msgstr "{0}のリアクション"
@@ -153,13 +153,13 @@ msgid "{0} remaining"
msgstr "残り{0}"
#. placeholder {0}: machineState.total
-#: src/components/channel/ChannelSearchResults.tsx:315
+#: src/components/channel/ChannelSearchResults.tsx:272
msgid "{0} Result"
msgstr "{0} 結果"
#. placeholder {0}: machineState.total
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:390
-#: src/components/channel/ChannelSearchResults.tsx:315
+#: src/components/channel/ChannelSearchResults.tsx:272
msgid "{0} Results"
msgstr "{0} 件の結果"
@@ -402,7 +402,7 @@ msgstr "{actor}がステッカー{namedTarget}を更新しました。"
msgid "{actor} updated the webhook {namedTarget}."
msgstr "{actor}がウェブフック{namedTarget}を更新しました。"
-#: src/components/modals/tabs/BetaCodesTab.tsx:280
+#: src/components/modals/tabs/BetaCodesTab.tsx:284
msgid "{allowance} codes remaining this week"
msgstr "今週残り{allowance}コード"
@@ -533,7 +533,7 @@ msgstr "{emojiName}、{0}のリアクション"
msgid "{emojiName}, {0} reactions"
msgstr "{emojiName}、{0}のリアクション"
-#: src/components/channel/MessageReactions.tsx:122
+#: src/components/channel/MessageReactions.tsx:121
msgid "{emojiName}: {reactionCountText}, {actionText}"
msgstr "{emojiName}: {reactionCountText}、{actionText}"
@@ -561,8 +561,8 @@ msgstr "{label}の画像はアニメーションできません。JPEG、PNG、
#: src/components/auth/InviteHeader.tsx:127
#: src/components/auth/InviteHeader.tsx:241
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:281
-#: src/components/channel/InviteEmbed.tsx:180
-#: src/components/channel/InviteEmbed.tsx:444
+#: src/components/channel/InviteEmbed.tsx:182
+#: src/components/channel/InviteEmbed.tsx:446
msgid "{memberCount} Member"
msgstr "{memberCount}人のメンバー"
@@ -570,8 +570,8 @@ msgstr "{memberCount}人のメンバー"
#: src/components/auth/InviteHeader.tsx:127
#: src/components/auth/InviteHeader.tsx:241
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:281
-#: src/components/channel/InviteEmbed.tsx:180
-#: src/components/channel/InviteEmbed.tsx:444
+#: src/components/channel/InviteEmbed.tsx:182
+#: src/components/channel/InviteEmbed.tsx:446
msgid "{memberCount} Members"
msgstr "{memberCount}人のメンバー"
@@ -606,11 +606,11 @@ msgstr "{minutes}分{seconds}秒"
msgid "{minutes} minutes and 1 second"
msgstr "{minutes}分と1秒"
-#: src/components/channel/dm/DMWelcomeSection.tsx:155
+#: src/components/channel/dm/DMWelcomeSection.tsx:167
msgid "{mutualGuildCount} mutual commmunity"
msgstr "{mutualGuildCount}の相互コミュニティ"
-#: src/components/channel/dm/DMWelcomeSection.tsx:156
+#: src/components/channel/dm/DMWelcomeSection.tsx:168
msgid "{mutualGuildCount} mutual communities"
msgstr "{mutualGuildCount}の相互コミュニティ"
@@ -632,7 +632,7 @@ msgstr "{participantCount}人が通話中"
#: src/components/auth/InviteHeader.tsx:235
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:276
-#: src/components/channel/InviteEmbed.tsx:439
+#: src/components/channel/InviteEmbed.tsx:441
msgid "{presenceCount} Online"
msgstr "{presenceCount}人がオンライン"
@@ -644,15 +644,15 @@ msgstr "残り{remaining}文字"
msgid "{remaining} characters left. Get Plutonium to write up to {premiumMaxLength} characters."
msgstr "残り{remaining}文字です。Plutoniumを取得すると、最大{premiumMaxLength}文字まで書けます。"
-#: src/components/channel/InviteEmbed.tsx:301
+#: src/components/channel/InviteEmbed.tsx:303
msgid "{renderedMemberCount} Member"
msgstr "{renderedMemberCount}人のメンバー"
-#: src/components/channel/InviteEmbed.tsx:301
+#: src/components/channel/InviteEmbed.tsx:303
msgid "{renderedMemberCount} Members"
msgstr "{renderedMemberCount}人のメンバー"
-#: src/components/channel/InviteEmbed.tsx:296
+#: src/components/channel/InviteEmbed.tsx:298
msgid "{renderedPresenceCount} Online"
msgstr "{renderedPresenceCount}人がオンライン"
@@ -704,11 +704,11 @@ msgstr "{totalSeconds}秒"
msgid "{totalSeconds} seconds"
msgstr "{totalSeconds}秒"
-#: src/components/layout/GuildsLayout.tsx:231
+#: src/components/layout/GuildsLayout.tsx:229
msgid "{unavailableCount} communities are temporarily unavailable due to a flux capacitor malfunction."
msgstr "{unavailableCount}のコミュニティはフラックスキャパシタの故障により一時的に利用できません。"
-#: src/components/layout/GuildsLayout.tsx:230
+#: src/components/layout/GuildsLayout.tsx:228
msgid "{unavailableCount} community is temporarily unavailable due to a flux capacitor malfunction."
msgstr "{unavailableCount}のコミュニティはフラックスキャパシタの故障により一時的に利用できません。"
@@ -814,27 +814,27 @@ msgstr "@everyone メンション"
msgid "@username"
msgstr "@username"
-#: src/components/channel/CallMessage.tsx:75
+#: src/components/channel/CallMessage.tsx:72
msgid "# days"
msgstr "# 日"
-#: src/components/channel/CallMessage.tsx:76
+#: src/components/channel/CallMessage.tsx:73
msgid "# hours"
msgstr "# 時間"
-#: src/components/channel/CallMessage.tsx:77
+#: src/components/channel/CallMessage.tsx:74
msgid "# minutes"
msgstr "# 分"
-#: src/components/channel/CallMessage.tsx:73
+#: src/components/channel/CallMessage.tsx:70
msgid "# months"
msgstr "# ヶ月"
-#: src/components/channel/CallMessage.tsx:74
+#: src/components/channel/CallMessage.tsx:71
msgid "# weeks"
msgstr "# 週間"
-#: src/components/channel/CallMessage.tsx:72
+#: src/components/channel/CallMessage.tsx:69
msgid "# years"
msgstr "# 年"
@@ -878,11 +878,11 @@ msgstr "<0/>が<1/>をグループから削除しました。"
msgid "<0/> removed someone from the group."
msgstr "<0/>がメンバーをグループから削除しました。"
-#: src/components/channel/CallMessage.tsx:191
+#: src/components/channel/CallMessage.tsx:185
msgid "<0/> started a call that lasted {durationText}."
msgstr "<0/>が{durationText}間続いた通話を開始しました。"
-#: src/components/channel/CallMessage.tsx:154
+#: src/components/channel/CallMessage.tsx:148
msgid "<0/> started a call."
msgstr "<0/>が通話を開始しました。"
@@ -943,11 +943,11 @@ msgstr "<0>ミュートを解除0>しました。"
msgid "<0>Warning:0> This will also disable SMS two-factor authentication."
msgstr "<0>警告:0> これによりSMS二要素認証も無効になります。"
-#: src/components/modals/tabs/BetaCodesTab.tsx:278
+#: src/components/modals/tabs/BetaCodesTab.tsx:282
msgid "1 code remaining this week"
msgstr "今週残り1コード"
-#: src/components/channel/CallMessage.tsx:75
+#: src/components/channel/CallMessage.tsx:72
#: src/components/modals/BanMemberModal.tsx:54
#: src/components/modals/InviteModal.tsx:77
#: src/components/modals/InviteModal.tsx:212
@@ -956,7 +956,7 @@ msgstr "今週残り1コード"
msgid "1 day"
msgstr "1日"
-#: src/components/channel/CallMessage.tsx:76
+#: src/components/channel/CallMessage.tsx:73
#: src/components/modals/BanMemberModal.tsx:52
#: src/components/modals/channelTabs/ChannelOverviewTab.tsx:154
#: src/components/modals/CustomStatusBottomSheet.tsx:44
@@ -993,7 +993,7 @@ msgstr "1分{seconds}秒"
msgid "1 minute and 1 second"
msgstr "1分と1秒"
-#: src/components/channel/CallMessage.tsx:73
+#: src/components/channel/CallMessage.tsx:70
#: src/components/modals/BanMemberModal.tsx:59
msgid "1 month"
msgstr "1ヶ月"
@@ -1002,12 +1002,12 @@ msgstr "1ヶ月"
msgid "1 Month"
msgstr "1ヶ月"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:99
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:120
msgid "1 Month {monthlyPrice}"
msgstr "1ヶ月 {monthlyPrice}"
-#: src/components/modals/components/plutonium/GiftSection.tsx:78
-#: src/components/modals/components/plutonium/PricingSection.tsx:110
+#: src/components/modals/components/plutonium/GiftSection.tsx:88
+#: src/components/modals/components/plutonium/PricingSection.tsx:128
msgid "1 Month Gift"
msgstr "1ヶ月ギフト"
@@ -1020,22 +1020,22 @@ msgstr "1回使用"
msgid "1 user"
msgstr "1ユーザー"
-#: src/components/channel/CallMessage.tsx:74
+#: src/components/channel/CallMessage.tsx:71
#: src/components/modals/BanMemberModal.tsx:57
#: src/components/modals/TimeoutMemberOptions.ts:39
msgid "1 week"
msgstr "1週間"
-#: src/components/channel/CallMessage.tsx:72
+#: src/components/channel/CallMessage.tsx:69
msgid "1 year"
msgstr "1年"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:91
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:109
msgid "1 Year {yearlyPrice}"
msgstr "1年 {yearlyPrice}"
-#: src/components/modals/components/plutonium/GiftSection.tsx:69
-#: src/components/modals/components/plutonium/PricingSection.tsx:101
+#: src/components/modals/components/plutonium/GiftSection.tsx:76
+#: src/components/modals/components/plutonium/PricingSection.tsx:116
msgid "1 Year Gift"
msgstr "1年ギフト"
@@ -1286,8 +1286,8 @@ msgstr "8時間"
msgid "A 4-digit tag will be added automatically to ensure uniqueness"
msgstr "一意性を保証するために4桁のタグが自動的に追加されます"
-#: src/components/channel/CallMessage.tsx:86
-#: src/components/channel/CallMessage.tsx:148
+#: src/components/channel/CallMessage.tsx:83
+#: src/components/channel/CallMessage.tsx:142
msgid "a few seconds"
msgstr "数秒"
@@ -1299,7 +1299,7 @@ msgstr "少数のキーボード戦士たちが集結中..."
msgid "A helpful bot that does amazing things!"
msgstr "素晴らしいことをする便利なボットです!"
-#: src/components/channel/CallMessage.tsx:77
+#: src/components/channel/CallMessage.tsx:74
msgid "a minute"
msgstr "1分"
@@ -1316,7 +1316,7 @@ msgid "A symphony of clacking keys is underway..."
msgstr "カタカタとしたキーの交響曲が始まっています..."
#: src/components/modals/tabs/MyProfileTab/BioEditor.tsx:127
-#: src/components/modals/UserProfileMobileSheet.tsx:528
+#: src/components/modals/UserProfileMobileSheet.tsx:532
#: src/components/pages/YouPage.tsx:132
msgid "About Me"
msgstr "私について"
@@ -1330,18 +1330,18 @@ msgstr "あなたについて"
msgid "Accent Color"
msgstr "アクセントカラー"
-#: src/components/channel/channel-view/DMChannelView.tsx:291
-#: src/components/channel/dm/DMWelcomeSection.tsx:116
+#: src/components/channel/channel-view/DMChannelView.tsx:292
+#: src/components/channel/dm/DMWelcomeSection.tsx:128
#: src/components/channel/friends/FriendListItem.tsx:238
#: src/components/channel/friends/MobileFriendRequestItem.tsx:99
#: src/components/voice/IncomingCallUI.tsx:302
msgid "Accept"
msgstr "承認"
-#: src/components/bottomsheets/DMBottomSheet.tsx:515
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:260
-#: src/components/modals/UserProfileModal.tsx:1258
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:88
+#: src/components/bottomsheets/DMBottomSheet.tsx:517
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:262
+#: src/components/modals/UserProfileModal.tsx:1259
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:109
msgid "Accept Friend Request"
msgstr "フレンドリクエストを承認"
@@ -1358,7 +1358,7 @@ msgstr "招待を承認"
msgid "Accept the incoming call"
msgstr "着信を承認"
-#: src/components/channel/InviteEmbed.tsx:226
+#: src/components/channel/InviteEmbed.tsx:228
#: src/components/modals/InviteAcceptModal.tsx:163
msgid "Accepting this invite installs the pack automatically."
msgstr "この招待を承認するとパックが自動的にインストールされます。"
@@ -1407,7 +1407,7 @@ msgstr "アカウント & プレミアム"
msgid "Account appears to exist solely for spamming"
msgstr "アカウントはスパム専用として存在しているようです"
-#: src/components/modals/ClaimAccountModal.tsx:105
+#: src/components/modals/ClaimAccountModal.tsx:107
msgid "Account claimed successfully"
msgstr "アカウントの請求が成功しました"
@@ -1459,7 +1459,7 @@ msgstr "これまでに参加したすべてのDMのみ全体で"
msgid "Action with both icons!"
msgstr "両方のアイコンを持つアクション!"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:124
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:143
msgid "Active"
msgstr "アクティブ"
@@ -1584,12 +1584,13 @@ msgstr "メールを追加"
msgid "Add Favorite Channels"
msgstr "お気に入りチャンネルを追加"
-#: src/components/bottomsheets/DMBottomSheet.tsx:524
+#: src/components/bottomsheets/DMBottomSheet.tsx:527
#: src/components/channel/dm/AddFriendView.tsx:32
#: src/components/channel/dm/DMFriendsView.tsx:199
#: src/components/modals/AddFriendSheet.tsx:50
-#: src/components/modals/UserProfileModal.tsx:1178
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:68
+#: src/components/modals/UserProfileModal.tsx:1179
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:75
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:89
msgid "Add Friend"
msgstr "フレンドを追加"
@@ -1597,7 +1598,7 @@ msgstr "フレンドを追加"
msgid "Add Friends"
msgstr "フレンドを追加"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1187
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1211
#: src/components/channel/ChannelHeader.tsx:630
#: src/components/channel/dm/GroupDMWelcomeSection.tsx:85
msgid "Add Friends to Group"
@@ -1612,7 +1613,7 @@ msgstr "アイテムを追加"
msgid "Add new reactions to messages."
msgstr "メッセージに新しいリアクションを追加します。"
-#: src/components/bottomsheets/DMBottomSheet.tsx:426
+#: src/components/bottomsheets/DMBottomSheet.tsx:428
#: src/components/profile/ProfileCard/ProfileCardActions.tsx:48
#: src/components/uikit/ContextMenu/items/UserNoteMenuItems.tsx:42
msgid "Add Note"
@@ -1647,7 +1648,7 @@ msgstr "電話番号追加フォーム"
#: src/components/channel/MessageActionBar.tsx:450
#: src/components/channel/MessageActionBar.tsx:741
#: src/components/channel/messageActionMenu.tsx:92
-#: src/components/channel/MessageReactions.tsx:264
+#: src/components/channel/MessageReactions.tsx:263
#: src/components/uikit/ContextMenu/items/MessageMenuItems.tsx:65
msgid "Add Reaction"
msgstr "リアクションを追加"
@@ -1695,8 +1696,8 @@ msgid "Add to favorites"
msgstr "お気に入りに追加"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:370
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1103
-#: src/components/bottomsheets/DMBottomSheet.tsx:400
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1127
+#: src/components/bottomsheets/DMBottomSheet.tsx:402
#: src/components/channel/ChannelHeader.tsx:547
#: src/components/channel/ChannelHeader.tsx:595
#: src/components/channel/ChannelHeader.tsx:600
@@ -1731,11 +1732,11 @@ msgid "Added to bookmarks"
msgstr "ブックマークに追加しました"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:118
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:544
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:558
msgid "Added to favorites"
msgstr "お気に入りに追加しました"
-#: src/components/bottomsheets/DMBottomSheet.tsx:129
+#: src/components/bottomsheets/DMBottomSheet.tsx:131
msgid "Added to Favorites"
msgstr "お気に入りに追加されました"
@@ -1752,7 +1753,7 @@ msgstr "追加日: {createdDate}"
msgid "Added: {createdDate} • Last used: {lastUsedDate}"
msgstr "追加日: {createdDate} • 最終使用日: {lastUsedDate}"
-#: src/components/pages/ReportPage.tsx:943
+#: src/components/pages/report/ReportStepDetails.tsx:222
msgid "Additional Comments (optional)"
msgstr "追加のコメント(任意)"
@@ -1873,7 +1874,7 @@ msgstr "すべての通話は着信音の代わりにサイレントで通知さ
msgid "All Communities"
msgstr "すべてのコミュニティ"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:74
+#: src/components/modals/components/plutonium/VisionarySection.tsx:83
msgid "All current and future Plutonium benefits, forever"
msgstr "現在および将来のすべてのPlutonium特典を永久に"
@@ -1911,7 +1912,7 @@ msgstr "すべてのメンバー"
msgid "All messages"
msgstr "すべてのメッセージ"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1377
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1401
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:206
#: src/components/modals/GuildNotificationSettingsModal.tsx:87
#: src/components/modals/GuildNotificationSettingsModal.tsx:273
@@ -2071,11 +2072,11 @@ msgstr "{0}を許可しました。"
msgid "Already have an account?"
msgstr "すでにアカウントをお持ちですか?"
-#: src/components/channel/InviteEmbed.tsx:187
+#: src/components/channel/InviteEmbed.tsx:189
msgid "Already joined"
msgstr "すでに参加済み"
-#: src/components/channel/GiftEmbed.tsx:90
+#: src/components/channel/GiftEmbed.tsx:97
msgid "Already redeemed"
msgstr "すでに引き換え済み"
@@ -2135,8 +2136,8 @@ msgstr "<0>{hostname}0>を常に信頼する — 次回からこの警告を
msgid "Always underline links"
msgstr "リンクに常に下線を引く"
-#: src/components/channel/ChannelSearchResults.tsx:511
-#: src/components/channel/ChannelSearchResults.tsx:562
+#: src/components/channel/ChannelSearchResults.tsx:480
+#: src/components/channel/ChannelSearchResults.tsx:531
#: src/hooks/useChannelSearch.ts:233
#: src/hooks/useChannelSearch.ts:375
msgid "An error occurred while searching"
@@ -2198,7 +2199,7 @@ msgid "Animated Emoji ({0})"
msgstr "アニメーション絵文字({0})"
#: src/components/channel/embeds/media/EmbedGifv.tsx:237
-#: src/components/channel/embeds/media/EmbedGifv.tsx:725
+#: src/components/channel/embeds/media/EmbedGifv.tsx:749
#: src/components/modals/MediaViewerModal.tsx:294
#: src/components/modals/MediaViewerModal.tsx:362
msgid "Animated GIF"
@@ -2320,8 +2321,8 @@ msgstr "アプリケーションが正常に更新されました"
msgid "Applications"
msgstr "アプリケーション"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:99
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:137
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:103
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:141
msgid "Applications & Bots"
msgstr "アプリケーションとボット"
@@ -2352,7 +2353,7 @@ msgid "Archive"
msgstr "アーカイブ"
#. placeholder {0}: user.username
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:162
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:164
#: src/components/modals/UserProfileActionsSheet.tsx:133
#: src/utils/RelationshipActionUtils.tsx:141
msgid "Are you sure you want to block {0}? They won't be able to message you or send you friend requests."
@@ -2368,8 +2369,8 @@ msgid "Are you sure you want to close this group DM? You can always reopen it la
msgstr "このグループDMを閉じてもよろしいですか? 後でいつでも再開できます。"
#. placeholder {0}: recipient?.username ?? ''
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:601
-#: src/components/bottomsheets/DMBottomSheet.tsx:303
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:615
+#: src/components/bottomsheets/DMBottomSheet.tsx:305
msgid "Are you sure you want to close your DM with {0}? You can always reopen it later."
msgstr "{0}とのDMを閉じてもよろしいですか? 後でいつでも再開できます。"
@@ -2406,7 +2407,7 @@ msgid "Are you sure you want to delete #{0}? This action cannot be undone."
msgstr "#{0}を削除してもよろしいですか? この操作は元に戻せません。"
#. placeholder {0}: channel.name ?? 'this channel'
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:667
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:681
msgid "Are you sure you want to delete #{0}? This cannot be undone."
msgstr "#{0}を削除してもよろしいですか? 元に戻せません。"
@@ -2504,7 +2505,7 @@ msgstr "{0}から退出してもよろしいですか?"
msgid "Are you sure you want to leave this community? You will no longer be able to see any messages."
msgstr "このコミュニティから退出してもよろしいですか?メッセージを見られなくなります。"
-#: src/components/bottomsheets/DMBottomSheet.tsx:338
+#: src/components/bottomsheets/DMBottomSheet.tsx:340
#: src/hooks/useLeaveGroup.tsx:43
msgid "Are you sure you want to leave this group? You will no longer be able to see any messages."
msgstr "このグループから退出してもよろしいですか?メッセージを見られなくなります。"
@@ -2515,9 +2516,9 @@ msgid "Are you sure you want to make {0} the group owner? You will lose owner pr
msgstr "{0}をグループオーナーにしてもよろしいですか?あなたはオーナー権限を失います。"
#. placeholder {0}: user.username
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:145
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:147
#: src/components/modals/UserProfileActionsSheet.tsx:116
-#: src/components/modals/UserProfileMobileSheet.tsx:303
+#: src/components/modals/UserProfileMobileSheet.tsx:304
#: src/utils/RelationshipActionUtils.tsx:114
msgid "Are you sure you want to remove {0} as a friend?"
msgstr "{0}をフレンドから削除してもよろしいですか?"
@@ -2557,10 +2558,10 @@ msgid "Are you sure you want to transfer ownership of the group to {0}?"
msgstr "グループの所有権を{0}に譲渡してもよろしいですか?"
#. placeholder {0}: user.username
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:179
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:181
#: src/components/modals/tabs/BlockedUsersTab.tsx:57
#: src/components/modals/UserProfileActionsSheet.tsx:150
-#: src/components/modals/UserProfileMobileSheet.tsx:319
+#: src/components/modals/UserProfileMobileSheet.tsx:320
#: src/utils/RelationshipActionUtils.tsx:168
msgid "Are you sure you want to unblock {0}?"
msgstr "{0}のブロックを解除してもよろしいですか?"
@@ -2573,7 +2574,7 @@ msgstr "アートクラブ"
msgid "Artists' Corner"
msgstr "アーティストコーナー"
-#: src/components/modals/components/plutonium/PricingSection.tsx:63
+#: src/components/modals/components/plutonium/PricingSection.tsx:69
msgid "As a Gift"
msgstr "ギフトとして"
@@ -2689,7 +2690,7 @@ msgstr "オーディオ設定"
msgid "Audio will be included with this screen share."
msgstr "この画面共有にはオーディオが含まれます。"
-#: src/components/pages/ReportPage.tsx:311
+#: src/components/pages/report/optionDescriptors.ts:83
msgid "Austria"
msgstr "オーストリア"
@@ -2844,6 +2845,7 @@ msgstr "平均ピング:"
#: src/components/modals/PhoneAddModal.tsx:235
#: src/components/modals/RequiredActionModal.tsx:463
#: src/components/pages/OAuthAuthorizePage.tsx:694
+#: src/components/pages/report/ReportStepDetails.tsx:243
msgid "Back"
msgstr "戻る"
@@ -2933,7 +2935,7 @@ msgid "Balanced quality and bandwidth"
msgstr "品質と帯域幅のバランス"
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:353
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:320
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:323
#: src/components/modals/UserProfileActionsSheet.tsx:262
msgid "Ban"
msgstr "BAN"
@@ -3035,7 +3037,7 @@ msgstr "before:"
msgid "Begin a call in the current private conversation"
msgstr "現在のプライベート会話で通話を開始"
-#: src/components/pages/ReportPage.tsx:312
+#: src/components/pages/report/optionDescriptors.ts:84
msgid "Belgium"
msgstr "ベルギー"
@@ -3066,7 +3068,7 @@ msgstr "ベータコード(任意)"
msgid "Beta Code Redeemed!"
msgstr "ベータコードを引き換えました!"
-#: src/components/modals/tabs/BetaCodesTab.tsx:313
+#: src/components/modals/tabs/BetaCodesTab.tsx:338
#: src/components/modals/utils/settingsSearchIndex.ts:741
msgid "Beta Codes"
msgstr "ベータコード"
@@ -3083,13 +3085,13 @@ msgstr "自己紹介"
msgid "Bio character limit"
msgstr "自己紹介文字数制限"
-#: src/components/bottomsheets/DMBottomSheet.tsx:538
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:163
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:345
+#: src/components/bottomsheets/DMBottomSheet.tsx:541
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:165
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:348
#: src/components/modals/UserProfileActionsSheet.tsx:134
#: src/components/modals/UserProfileActionsSheet.tsx:298
#: src/components/modals/UserProfileModal.tsx:1062
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:190
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:211
#: src/utils/RelationshipActionUtils.tsx:143
msgid "Block"
msgstr "ブロック"
@@ -3106,7 +3108,7 @@ msgstr "コミュニティメンバーからのダイレクトメッセージを
msgid "Block for all communities"
msgstr "すべてのコミュニティでブロック"
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:161
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:163
#: src/components/modals/UserProfileActionsSheet.tsx:132
#: src/utils/RelationshipActionUtils.tsx:139
msgid "Block User"
@@ -3270,7 +3272,7 @@ msgstr "ブラウザの音声が必要です"
msgid "Browser locale ({browserLocale}): {format}"
msgstr "ブラウザのロケール ({browserLocale}): {format}"
-#: src/components/pages/ReportPage.tsx:313
+#: src/components/pages/report/optionDescriptors.ts:85
msgid "Bulgaria"
msgstr "ブルガリア"
@@ -3313,16 +3315,16 @@ msgstr "ボタンは、submittingがtrueの場合に読み込みインジケー
msgid "Buttons with Icons"
msgstr "アイコン付きボタン"
-#: src/components/modals/components/plutonium/GiftSection.tsx:74
-#: src/components/modals/components/plutonium/GiftSection.tsx:83
-#: src/components/modals/components/plutonium/GiftSection.tsx:92
-#: src/components/modals/components/plutonium/PricingSection.tsx:106
-#: src/components/modals/components/plutonium/PricingSection.tsx:115
-#: src/components/modals/components/plutonium/PricingSection.tsx:124
+#: src/components/modals/components/plutonium/GiftSection.tsx:81
+#: src/components/modals/components/plutonium/GiftSection.tsx:93
+#: src/components/modals/components/plutonium/GiftSection.tsx:105
+#: src/components/modals/components/plutonium/PricingSection.tsx:121
+#: src/components/modals/components/plutonium/PricingSection.tsx:133
+#: src/components/modals/components/plutonium/PricingSection.tsx:145
msgid "Buy Gift"
msgstr "ギフトを購入"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:114
+#: src/components/modals/components/plutonium/VisionarySection.tsx:140
msgid "Buying Visionary will cancel your current {currentAccessLabel} immediately. It is a one-time purchase with lifetime access."
msgstr "Visionaryを購入すると、現在の{currentAccessLabel}が即座にキャンセルされます。一度きりの購入で生涯アクセスが得られます。"
@@ -3347,7 +3349,7 @@ msgstr "スローモードをバイパス"
msgid "Bypass Splash Screen"
msgstr "スプラッシュスクリーンをバイパスする"
-#: src/components/channel/channel-view/DMChannelView.tsx:271
+#: src/components/channel/channel-view/DMChannelView.tsx:272
msgid "Call available"
msgstr "通話可能"
@@ -3446,11 +3448,11 @@ msgstr "カメラ設定"
#: src/components/modals/CategoryCreateModal.tsx:79
#: src/components/modals/ChannelCreateModal.tsx:100
#: src/components/modals/ChannelDeleteModal.tsx:72
-#: src/components/modals/ClaimAccountModal.tsx:179
-#: src/components/modals/ClaimAccountModal.tsx:219
-#: src/components/modals/components/MobileSettingsView.tsx:302
+#: src/components/modals/ClaimAccountModal.tsx:181
+#: src/components/modals/ClaimAccountModal.tsx:221
+#: src/components/modals/components/MobileSettingsView.tsx:297
#: src/components/modals/components/plutonium/hooks/useCheckoutActions.tsx:110
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:328
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:371
#: src/components/modals/ConfirmModal.tsx:146
#: src/components/modals/CreateDMModal.tsx:88
#: src/components/modals/CreateFavoriteCategoryModal.tsx:74
@@ -3473,7 +3475,7 @@ msgstr "カメラ設定"
#: src/components/modals/HideOwnCameraConfirmModal.tsx:65
#: src/components/modals/IARModal.tsx:218
#: src/components/modals/ImageCropModal.tsx:981
-#: src/components/modals/InviteModal.tsx:336
+#: src/components/modals/InviteModal.tsx:333
#: src/components/modals/KickMemberModal.tsx:60
#: src/components/modals/MfaTotpDisableModal.tsx:75
#: src/components/modals/MfaTotpEnableModal.tsx:102
@@ -3498,11 +3500,11 @@ msgstr "カメラ設定"
msgid "Cancel"
msgstr "キャンセル"
-#: src/components/channel/dm/DMWelcomeSection.tsx:126
+#: src/components/channel/dm/DMWelcomeSection.tsx:138
#: src/components/channel/friends/FriendListItem.tsx:164
#: src/components/channel/friends/FriendListItem.tsx:166
-#: src/components/modals/UserProfileModal.tsx:1273
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:171
+#: src/components/modals/UserProfileModal.tsx:1274
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:192
msgid "Cancel Friend Request"
msgstr "フレンドリクエストをキャンセル"
@@ -3522,7 +3524,7 @@ msgstr "リクエストをキャンセル"
msgid "Cancel upload"
msgstr "アップロードをキャンセル"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:118
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:137
msgid "Canceling"
msgstr "キャンセル中"
@@ -3566,7 +3568,7 @@ msgstr "カードの配置"
msgid "Card alignment controls"
msgstr "カード配置のコントロール"
-#: src/components/modals/components/MobileSettingsView.tsx:123
+#: src/components/modals/components/MobileSettingsView.tsx:118
#: src/components/modals/components/SettingsModalHeader.tsx:76
msgid "Careful! You have unsaved changes."
msgstr "注意!保存されていない変更があります。"
@@ -3576,7 +3578,7 @@ msgstr "注意!保存されていない変更があります。"
msgid "Category"
msgstr "カテゴリ"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1371
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1395
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:239
msgid "Category Default"
msgstr "カテゴリのデフォルト"
@@ -3594,7 +3596,7 @@ msgstr "カテゴリがいっぱいです"
msgid "Category Name"
msgstr "カテゴリ名"
-#: src/components/modals/ChannelSettingsModal.tsx:105
+#: src/components/modals/ChannelSettingsModal.tsx:113
#: src/components/modals/components/DesktopChannelSettingsView.tsx:188
msgid "Category Settings"
msgstr "カテゴリ設定"
@@ -3625,7 +3627,7 @@ msgstr "背景を変更"
msgid "Change Banner"
msgstr "バナーを変更"
-#: src/components/pages/ReportPage.tsx:752
+#: src/components/pages/report/ReportStepVerification.tsx:126
msgid "Change email"
msgstr "メールアドレスを変更"
@@ -3647,8 +3649,8 @@ msgstr "FluxerTagを変更"
msgid "Change FluxerTag form"
msgstr "FluxerTag変更フォーム"
-#: src/components/bottomsheets/DMBottomSheet.tsx:433
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:133
+#: src/components/bottomsheets/DMBottomSheet.tsx:435
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:154
msgid "Change Friend Nickname"
msgstr "フレンドのニックネームを変更"
@@ -3673,7 +3675,7 @@ msgid "Change My Group Nickname"
msgstr "自分のグループニックネームを変更"
#: src/components/modals/BaseChangeNicknameModal.tsx:82
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:238
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:240
#: src/components/modals/RenameChannelModal.tsx:58
#: src/components/modals/UserProfileActionsSheet.tsx:225
#: src/components/modals/UserProfileActionsSheet.tsx:225
@@ -3760,8 +3762,8 @@ msgstr "ボイスリージョンを{0}に変更しました。"
msgid "channel"
msgstr "チャンネル"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:483
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:549
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:497
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:563
#: src/components/invites/InviteListItem.tsx:50
#: src/components/webhooks/WebhookListItem.tsx:240
#: src/constants/AuditLogConstants.tsx:236
@@ -3796,7 +3798,7 @@ msgid "Channel Debug"
msgstr "チャンネルデバッグ"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:188
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:675
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:689
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:329
msgid "Channel deleted"
msgstr "チャンネルを削除しました"
@@ -3806,11 +3808,11 @@ msgid "Channel Deleted"
msgstr "チャンネルを削除しました"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:273
-#: src/components/bottomsheets/DMBottomSheet.tsx:366
+#: src/components/bottomsheets/DMBottomSheet.tsx:368
msgid "Channel ID copied"
msgstr "チャンネルIDをコピーしました"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:535
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:549
msgid "Channel ID copied to clipboard"
msgstr "チャンネルIDをクリップボードにコピーしました"
@@ -3878,9 +3880,9 @@ msgstr "チャンネルレコード"
msgid "Channel removed from favorites"
msgstr "チャンネルをお気に入りから削除しました"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1092
-#: src/components/layout/ChannelItem.tsx:630
-#: src/components/modals/ChannelSettingsModal.tsx:105
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1116
+#: src/components/layout/ChannelItem.tsx:647
+#: src/components/modals/ChannelSettingsModal.tsx:113
#: src/components/modals/components/DesktopChannelSettingsView.tsx:188
msgid "Channel Settings"
msgstr "チャンネル設定"
@@ -3947,7 +3949,7 @@ msgstr "ステータス更新は<0>Bluesky (@fluxer.app)0>をご確認くだ
msgid "Check out my custom theme!"
msgstr "私のカスタムテーマを見てみて!"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:105
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:109
msgid "Check your connection and try again."
msgstr "接続を確認して、もう一度お試しください。"
@@ -3969,8 +3971,8 @@ msgstr "チェックボックス"
msgid "Checking..."
msgstr "確認中..."
-#: src/components/pages/ReportPage.tsx:270
-#: src/components/pages/ReportPage.tsx:299
+#: src/components/pages/report/optionDescriptors.ts:51
+#: src/components/pages/report/optionDescriptors.ts:74
#: src/constants/IARConstants.tsx:72
#: src/constants/IARConstants.tsx:175
msgid "Child Safety Concerns"
@@ -3984,6 +3986,10 @@ msgstr "中国語(簡体字)"
msgid "Chinese (Traditional)"
msgstr "中国語(繁体字)"
+#: src/components/pages/report/ReportBreadcrumbs.tsx:46
+msgid "Choose"
+msgstr "選択"
+
#: src/components/pages/OAuthAuthorizePage.tsx:898
msgid "Choose a community"
msgstr "コミュニティを選択"
@@ -4080,25 +4086,36 @@ msgstr "プロフィールのアクセントカラーを選択"
#: src/components/channel/barriers/BarrierComponents.tsx:109
#: src/components/channel/barriers/BarrierComponents.tsx:240
-#: src/components/layout/app-layout/nagbars/UnclaimedAccountNagbar.tsx:47
-#: src/components/modals/ClaimAccountModal.tsx:225
-#: src/components/modals/components/UnclaimedAccountAlert.tsx:34
+#: src/components/channel/dm/AddFriendForm.tsx:57
+#: src/components/layout/app-layout/nagbars/UnclaimedAccountNagbar.tsx:45
+#: src/components/modals/ClaimAccountModal.tsx:227
+#: src/components/modals/components/UnclaimedAccountAlert.tsx:32
+#: src/components/modals/GiftAcceptModal.tsx:170
#: src/components/modals/tabs/AccountSecurityTab/SecurityTab.tsx:206
+#: src/components/modals/tabs/BetaCodesTab.tsx:297
+#: src/components/modals/tabs/GiftInventoryTab.tsx:242
msgid "Claim Account"
msgstr "アカウントを請求"
-#: src/components/channel/GiftEmbed.tsx:98
-#: src/components/modals/GiftAcceptModal.tsx:154
+#: src/components/channel/GiftEmbed.tsx:109
+msgid "Claim Account to Redeem"
+msgstr "アカウントを請求して引き換える"
+
+#: src/components/channel/GiftEmbed.tsx:109
+#: src/components/modals/GiftAcceptModal.tsx:197
#: src/components/pages/GiftLoginPage.tsx:155
#: src/components/pages/GiftRegisterPage.tsx:42
msgid "Claim Gift"
msgstr "ギフトを請求"
-#: src/components/modals/ClaimAccountModal.tsx:141
+#: src/components/channel/dm/AddFriendForm.tsx:53
+#: src/components/modals/ClaimAccountModal.tsx:143
+#: src/components/modals/tabs/BetaCodesTab.tsx:293
+#: src/components/modals/tabs/GiftInventoryTab.tsx:238
msgid "Claim your account"
msgstr "アカウントを請求する"
-#: src/components/modals/ClaimAccountModal.tsx:146
+#: src/components/modals/ClaimAccountModal.tsx:148
msgid "Claim your account by adding an email and password. We will send a verification code to confirm your email before finishing."
msgstr "メールアドレスとパスワードを追加してアカウントを請求します。完了前に確認コードを送信してメールアドレスを確認します。"
@@ -4106,11 +4123,68 @@ msgstr "メールアドレスとパスワードを追加してアカウントを
msgid "Claim your account to access security features like two-factor authentication and passkeys."
msgstr "二要素認証やパスキーなどのセキュリティ機能にアクセスするにはアカウントを請求してください。"
+#: src/components/channel/ChannelHeader/CallButtons.tsx:85
+#: src/components/channel/ChannelHeader/CallButtons.tsx:155
+msgid "Claim your account to call"
+msgstr "通話するにはアカウントを取得してください。"
+
#: src/components/modals/tabs/MyProfileTab/UsernameSection.tsx:49
msgid "Claim your account to change your FluxerTag"
msgstr "FluxerTagを変更するにはアカウントを請求してください"
-#: src/components/modals/GiftAcceptModal.tsx:145
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:146
+msgid "Claim your account to create applications."
+msgstr "アカウントを請求してアプリケーションを作成してください。"
+
+#: src/components/modals/tabs/BetaCodesTab.tsx:294
+msgid "Claim your account to generate beta codes."
+msgstr "アカウントを請求してベータコードを生成してください。"
+
+#: src/components/layout/ChannelItem.tsx:208
+#: src/components/layout/ChannelItem.tsx:382
+#: src/stores/voice/MediaEngineFacade.ts:537
+msgid "Claim your account to join this voice channel."
+msgstr "このボイスチャンネルに参加するにはアカウントを取得してください。"
+
+#: src/stores/voice/MediaEngineFacade.ts:170
+msgid "Claim your account to join voice channels you don't own."
+msgstr "自分が所有していないボイスチャンネルに参加するにはアカウントを取得してください。"
+
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:55
+#: src/components/modals/components/plutonium/GiftSection.tsx:61
+#: src/components/modals/components/plutonium/PricingSection.tsx:63
+#: src/components/modals/components/plutonium/VisionarySection.tsx:62
+#: src/components/modals/components/PlutoniumContent.tsx:99
+msgid "Claim your account to purchase Fluxer Plutonium."
+msgstr "アカウントを請求してFluxer Plutoniumを購入してください。"
+
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:112
+msgid "Claim your account to purchase or redeem Fluxer Plutonium."
+msgstr "アカウントを請求してFluxer Plutoniumを購入または引き換えてください。"
+
+#: src/components/modals/tabs/GiftInventoryTab.tsx:239
+msgid "Claim your account to redeem or manage Plutonium gift codes."
+msgstr "アカウントを請求してPlutoniumギフトコードを引き換えるまたは管理してください。"
+
+#: src/components/channel/GiftEmbed.tsx:99
+#: src/components/modals/GiftAcceptModal.tsx:154
+msgid "Claim your account to redeem this gift."
+msgstr "アカウントを請求してこのギフトを引き換えてください。"
+
+#: src/components/channel/dm/AddFriendForm.tsx:54
+#: src/components/channel/dm/DMWelcomeSection.tsx:109
+#: src/components/modals/UserProfileModal.tsx:1289
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:65
+msgid "Claim your account to send friend requests."
+msgstr "アカウントを請求して友達リクエストを送信してください。"
+
+#: src/components/channel/ChannelHeader/CallButtons.tsx:54
+#: src/components/channel/ChannelHeader/CallButtons.tsx:124
+#: src/stores/voice/MediaEngineFacade.ts:179
+msgid "Claim your account to start or join 1:1 calls."
+msgstr "1対1の通話を開始または参加するにはアカウントを取得してください。"
+
+#: src/components/modals/GiftAcceptModal.tsx:188
msgid "Claim your gift to activate your premium subscription!"
msgstr "プレミアムサブスクリプションを有効にするにはギフトを請求してください!"
@@ -4164,8 +4238,8 @@ msgstr "権限をクリア"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:420
#: src/components/channel/MessageSearchBar/MessageSearchBar.tsx:1424
-#: src/components/channel/shared/PickerSearchInput.tsx:195
-#: src/components/channel/shared/PickerSearchInput.tsx:212
+#: src/components/channel/shared/PickerSearchInput.tsx:194
+#: src/components/channel/shared/PickerSearchInput.tsx:211
#: src/components/modals/components/SettingsSearch.tsx:108
msgid "Clear search"
msgstr "検索をクリア"
@@ -4200,11 +4274,11 @@ msgstr "ステッカーの説明をクリアしました。"
msgid "Cleared the topic."
msgstr "トピックをクリアしました。"
-#: src/components/modals/components/MobileSettingsView.tsx:297
+#: src/components/modals/components/MobileSettingsView.tsx:292
msgid "Clearing subscriptions ensures the gateway stops sending messages to this installation."
msgstr "サブスクリプションをクリアすることで、ゲートウェイがこのインストール先へのメッセージ送信を停止します。"
-#: src/components/modals/tabs/BetaCodesTab.tsx:366
+#: src/components/modals/tabs/BetaCodesTab.tsx:391
msgid "Click \"Create Code\" to generate your first code."
msgstr "「コードを作成」をクリックして最初のコードを生成します。"
@@ -4240,13 +4314,13 @@ msgstr "メモを追加するにはクリック"
msgid "Click to check and uncheck. Available in square and round styles."
msgstr "クリックでチェックと解除ができます。四角と丸のスタイルがあります。"
-#: src/components/channel/GiftEmbed.tsx:90
+#: src/components/channel/GiftEmbed.tsx:100
msgid "Click to claim your gift!"
msgstr "クリックしてギフトを受け取ろう!"
#: src/components/invites/InviteListItem.tsx:184
#: src/components/modals/components/ClientInfo.tsx:76
-#: src/components/modals/tabs/BetaCodesTab.tsx:172
+#: src/components/modals/tabs/BetaCodesTab.tsx:174
msgid "Click to copy"
msgstr "クリックでコピー"
@@ -4328,12 +4402,12 @@ msgid "Close"
msgstr "閉じる"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:341
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:600
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:602
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1239
-#: src/components/bottomsheets/DMBottomSheet.tsx:302
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:614
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:616
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1263
#: src/components/bottomsheets/DMBottomSheet.tsx:304
-#: src/components/bottomsheets/DMBottomSheet.tsx:557
+#: src/components/bottomsheets/DMBottomSheet.tsx:306
+#: src/components/bottomsheets/DMBottomSheet.tsx:560
#: src/components/channel/dm/DMList.tsx:292
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:82
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:84
@@ -4358,7 +4432,8 @@ msgstr "Coal テーマ"
#: src/components/invites/InviteListItem.tsx:54
#: src/components/modals/MfaTotpDisableModal.tsx:64
#: src/components/modals/MfaTotpEnableModal.tsx:91
-#: src/components/modals/tabs/BetaCodesTab.tsx:51
+#: src/components/modals/tabs/BetaCodesTab.tsx:53
+#: src/components/pages/report/ReportBreadcrumbs.tsx:48
msgid "Code"
msgstr "コード"
@@ -4370,7 +4445,8 @@ msgstr "コードと等幅"
msgid "Code Blocks"
msgstr "コードブロック"
-#: src/components/modals/ClaimAccountModal.tsx:123
+#: src/components/modals/ClaimAccountModal.tsx:125
+#: src/components/pages/ReportPage.tsx:231
msgid "Code resent"
msgstr "コードを再送しました"
@@ -4379,8 +4455,8 @@ msgid "Code sent"
msgstr "コードを送信しました"
#: src/components/invites/InviteListItem.tsx:180
-#: src/components/modals/tabs/BetaCodesTab.tsx:104
-#: src/components/modals/tabs/BetaCodesTab.tsx:168
+#: src/components/modals/tabs/BetaCodesTab.tsx:106
+#: src/components/modals/tabs/BetaCodesTab.tsx:170
msgid "Code:"
msgstr "コード:"
@@ -4472,7 +4548,7 @@ msgstr "コミュニティで音声を無効化"
msgid "Community Debug"
msgstr "コミュニティデバッグ"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1371
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1395
#: src/components/uikit/ContextMenu/items/CategoryMenuItems.tsx:221
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:239
msgid "Community Default"
@@ -4542,8 +4618,8 @@ msgstr "コミュニティ通知設定"
msgid "Community organizes raids or harassment campaigns"
msgstr "コミュニティが襲撃や嫌がらせキャンペーンを組織"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:237
-#: src/components/channel/MemberListItem.tsx:102
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:238
+#: src/components/channel/MemberListItem.tsx:109
#: src/components/modals/guildTabs/GuildMembersTab.tsx:145
#: src/components/modals/guildTabs/GuildMembersTab.tsx:197
msgid "Community Owner"
@@ -4567,14 +4643,14 @@ msgstr "コミュニティが違法活動を促進または容易化"
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:172
#: src/components/modals/components/DesktopGuildSettingsView.tsx:204
-#: src/components/modals/GuildSettingsModal.tsx:168
+#: src/components/modals/GuildSettingsModal.tsx:173
#: src/components/popouts/GuildHeaderPopout.tsx:187
#: src/components/uikit/ContextMenu/items/GuildMenuItems.tsx:360
msgid "Community Settings"
msgstr "コミュニティ設定"
-#: src/components/layout/GuildLayout.tsx:301
-#: src/components/layout/GuildLayout.tsx:348
+#: src/components/layout/GuildLayout.tsx:306
+#: src/components/layout/GuildLayout.tsx:353
msgid "Community temporarily unavailable"
msgstr "コミュニティは一時的に利用できません"
@@ -4782,8 +4858,8 @@ msgstr "ボイスに接続済み"
msgid "Connecting..."
msgstr "接続中..."
-#: src/components/channel/channel-view/DMChannelView.tsx:273
-#: src/components/channel/channel-view/DMChannelView.tsx:323
+#: src/components/channel/channel-view/DMChannelView.tsx:274
+#: src/components/channel/channel-view/DMChannelView.tsx:324
#: src/components/voice/CompactVoiceCallView.tsx:55
msgid "Connecting…"
msgstr "接続中…"
@@ -4979,7 +5055,7 @@ msgstr "アクティビティステータスを管理"
#: src/components/modals/shared/CopyLinkSection.tsx:61
#: src/components/modals/tabs/ApplicationsTab/application-detail/ApplicationHeader.tsx:68
-#: src/components/modals/tabs/GiftInventoryTab.tsx:143
+#: src/components/modals/tabs/GiftInventoryTab.tsx:144
msgid "Copied"
msgstr "コピー済み"
@@ -5001,7 +5077,7 @@ msgstr "コピーしました!"
#: src/components/modals/BackupCodesModal.tsx:82
#: src/components/modals/shared/CopyLinkSection.tsx:61
#: src/components/modals/tabs/ApplicationsTab/application-detail/OAuthBuilderSection.tsx:142
-#: src/components/modals/tabs/GiftInventoryTab.tsx:143
+#: src/components/modals/tabs/GiftInventoryTab.tsx:144
msgid "Copy"
msgstr "コピー"
@@ -5017,7 +5093,7 @@ msgstr "オーディオをコピー"
msgid "Copy authorize URL"
msgstr "認可URLをコピー"
-#: src/components/modals/tabs/BetaCodesTab.tsx:178
+#: src/components/modals/tabs/BetaCodesTab.tsx:180
msgid "Copy beta code"
msgstr "ベータコードをコピー"
@@ -5028,8 +5104,8 @@ msgstr "カテゴリIDをコピー"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:320
#: src/components/bottomsheets/ChannelBottomSheet.tsx:347
#: src/components/bottomsheets/ChannelBottomSheet.tsx:433
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1293
-#: src/components/bottomsheets/DMBottomSheet.tsx:577
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1317
+#: src/components/bottomsheets/DMBottomSheet.tsx:580
#: src/components/channel/dm/DMList.tsx:271
#: src/components/channel/dm/DMList.tsx:298
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:362
@@ -5090,7 +5166,7 @@ msgstr "画像をコピー"
msgid "Copy invite link"
msgstr "招待リンクをコピー"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1154
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1178
#: src/components/modals/tabs/ComponentGalleryTab/ButtonsTab.tsx:182
#: src/components/modals/tabs/ComponentGalleryTab/index.tsx:100
#: src/components/modals/tabs/ComponentGalleryTab/Inline.tsx:95
@@ -5131,15 +5207,15 @@ msgstr "ステッカーIDをコピー"
msgid "Copy Text"
msgstr "テキストをコピー"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1285
-#: src/components/bottomsheets/DMBottomSheet.tsx:570
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1309
+#: src/components/bottomsheets/DMBottomSheet.tsx:573
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:370
#: src/components/modals/guildTabs/BannedUserActionsSheet.tsx:74
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:358
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:361
#: src/components/modals/tabs/BlockedUsersTab.tsx:107
#: src/components/modals/UserProfileActionsSheet.tsx:213
#: src/components/modals/UserProfileModal.tsx:1130
-#: src/components/popouts/UserAreaPopout.tsx:507
+#: src/components/popouts/UserAreaPopout.tsx:509
#: src/components/profile/ProfileCard/ProfileCardActions.tsx:60
#: src/components/uikit/ContextMenu/items/CopyMenuItems.tsx:42
msgid "Copy User ID"
@@ -5175,7 +5251,7 @@ msgstr "カウントダウンタイマー"
msgid "Country"
msgstr "国"
-#: src/components/pages/ReportPage.tsx:928
+#: src/components/pages/report/ReportStepDetails.tsx:205
msgid "Country of Residence"
msgstr "居住国"
@@ -5207,7 +5283,7 @@ msgid "Create a new community or join an existing one."
msgstr "新しいコミュニティを作成するか、既存のコミュニティに参加します。"
#. placeholder {0}: recipient.username
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:905
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:937
msgid "Create a new group with {0}"
msgstr "{0}と新しいグループを作成"
@@ -5239,7 +5315,7 @@ msgstr "アカウントを作成"
msgid "Create an account to claim your gift"
msgstr "ギフトを受け取るにはアカウントを作成"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:138
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:142
msgid "Create and manage applications and bots for your account."
msgstr "アカウントのアプリケーションとボットを作成および管理します。"
@@ -5248,7 +5324,8 @@ msgid "Create and share custom emoji and sticker packs with Fluxer Plutonium."
msgstr "Fluxer Plutoniumでカスタム絵文字とステッカーパックを作成して共有します。"
#: src/components/modals/tabs/ApplicationsTab/ApplicationCreateModal.tsx:87
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:142
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:149
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:155
msgid "Create Application"
msgstr "アプリケーションを作成"
@@ -5267,7 +5344,7 @@ msgid "Create Category"
msgstr "カテゴリを作成"
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:180
-#: src/components/layout/ChannelItem.tsx:607
+#: src/components/layout/ChannelItem.tsx:624
#: src/components/modals/ChannelCreateModal.tsx:58
#: src/components/modals/ChannelCreateModal.tsx:103
#: src/components/popouts/GuildHeaderPopout.tsx:194
@@ -5276,8 +5353,8 @@ msgstr "カテゴリを作成"
msgid "Create Channel"
msgstr "チャンネルを作成"
-#: src/components/modals/tabs/BetaCodesTab.tsx:326
-#: src/components/modals/tabs/BetaCodesTab.tsx:369
+#: src/components/modals/tabs/BetaCodesTab.tsx:351
+#: src/components/modals/tabs/BetaCodesTab.tsx:394
msgid "Create Code"
msgstr "コードを作成"
@@ -5329,7 +5406,7 @@ msgstr "新しいアカウントを作成"
msgid "Create new group"
msgstr "新しいグループを作成"
-#: src/components/modals/InviteModal.tsx:339
+#: src/components/modals/InviteModal.tsx:336
msgid "Create New Link"
msgstr "新しいリンクを作成"
@@ -5373,7 +5450,7 @@ msgid "Create, edit, or delete webhooks."
msgstr "Webhookを作成、編集、または削除します。"
#: src/components/invites/InviteListItem.tsx:59
-#: src/components/modals/tabs/BetaCodesTab.tsx:57
+#: src/components/modals/tabs/BetaCodesTab.tsx:59
msgid "Created"
msgstr "作成済み"
@@ -5390,7 +5467,7 @@ msgstr "作成日: {createdAt}"
#. placeholder {0}: invite.pack.creator.username
#. placeholder {0}: pack.creator.username
#: src/components/auth/InviteHeader.tsx:158
-#: src/components/channel/InviteEmbed.tsx:218
+#: src/components/channel/InviteEmbed.tsx:220
#: src/components/modals/InviteAcceptModal.tsx:152
msgid "Created by {0}"
msgstr "作成者: {0}"
@@ -5427,8 +5504,8 @@ msgid "Created with name {newLabel}."
msgstr "{newLabel}という名前で作成されました。"
#: src/components/invites/InviteListItem.tsx:207
-#: src/components/modals/tabs/BetaCodesTab.tsx:135
-#: src/components/modals/tabs/BetaCodesTab.tsx:212
+#: src/components/modals/tabs/BetaCodesTab.tsx:137
+#: src/components/modals/tabs/BetaCodesTab.tsx:214
msgid "Created:"
msgstr "作成済み:"
@@ -5440,7 +5517,7 @@ msgstr "クリエイティブマインドコレクティブ"
msgid "Creative Writing Club"
msgstr "クリエイティブライティングクラブ"
-#: src/components/pages/ReportPage.tsx:314
+#: src/components/pages/report/optionDescriptors.ts:86
msgid "Croatia"
msgstr "クロアチア"
@@ -5519,8 +5596,8 @@ msgid "Currently stuck in 1885, appearing offline"
msgstr "現在1885年で立ち往生、オフライン表示中"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:461
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1023
-#: src/components/bottomsheets/DMBottomSheet.tsx:605
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1047
+#: src/components/bottomsheets/DMBottomSheet.tsx:608
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:305
msgid "Currently: {mutedText}"
msgstr "現在: {mutedText}"
@@ -5665,7 +5742,7 @@ msgstr "各コミュニティでのアバター、バナー、アクセントカ
msgid "Cut"
msgstr "切り取り"
-#: src/components/pages/ReportPage.tsx:315
+#: src/components/pages/report/optionDescriptors.ts:87
msgid "Cyprus"
msgstr "キプロス"
@@ -5673,7 +5750,7 @@ msgstr "キプロス"
msgid "Czech"
msgstr "チェコ語"
-#: src/components/pages/ReportPage.tsx:316
+#: src/components/pages/report/optionDescriptors.ts:88
msgid "Czech Republic"
msgstr "チェコ共和国"
@@ -5746,9 +5823,9 @@ msgstr "日付形式"
#: src/components/auth/AuthMinimalRegisterFormCore.tsx:93
#: src/components/auth/AuthRegisterFormCore.tsx:139
-#: src/components/auth/DateOfBirthField.tsx:90
-#: src/components/auth/DateOfBirthField.tsx:124
-#: src/components/auth/DateOfBirthField.tsx:292
+#: src/components/auth/DateOfBirthField.tsx:87
+#: src/components/auth/DateOfBirthField.tsx:121
+#: src/components/auth/DateOfBirthField.tsx:289
#: src/components/auth/MockMinimalRegisterForm.tsx:107
msgid "Date of birth"
msgstr "生年月日"
@@ -5757,8 +5834,7 @@ msgstr "生年月日"
msgid "Date Options"
msgstr "日付オプション"
-#: src/components/auth/DateOfBirthField.tsx:88
-#: src/components/auth/DateOfBirthField.tsx:155
+#: src/components/auth/DateOfBirthField.tsx:152
#: src/components/auth/MockMinimalRegisterForm.tsx:73
msgid "Day"
msgstr "日"
@@ -5817,11 +5893,11 @@ msgstr "認証解除"
msgid "Deauthorize Application"
msgstr "アプリケーションの認証解除"
-#: src/components/modals/components/MobileSettingsView.tsx:369
+#: src/components/modals/components/MobileSettingsView.tsx:364
msgid "Debug"
msgstr "デバッグ"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1267
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1291
#: src/components/uikit/ContextMenu/items/DebugMenuItems.tsx:71
msgid "Debug Channel"
msgstr "チャンネルをデバッグ"
@@ -5844,7 +5920,7 @@ msgstr "メンバーをデバッグ"
msgid "Debug Message"
msgstr "メッセージをデバッグ"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1275
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1299
#: src/components/uikit/ContextMenu/items/DebugMenuItems.tsx:53
msgid "Debug User"
msgstr "ユーザーをデバッグ"
@@ -5905,8 +5981,8 @@ msgstr "バッテリーとデータ使用量を節約するため、モバイル
#: src/actions/MessageActionCreators.tsx:394
#: src/components/channel/embeds/media/EmbedAudio.tsx:227
#: src/components/channel/embeds/media/MediaContainer.tsx:115
-#: src/components/channel/Messages.tsx:444
-#: src/components/channel/Messages.tsx:524
+#: src/components/channel/Messages.tsx:442
+#: src/components/channel/Messages.tsx:522
#: src/components/channel/MobileMemesPicker.tsx:546
#: src/components/channel/pickers/memes/MemeGridItem.tsx:120
#: src/components/emojis/EmojiListItem.tsx:189
@@ -5923,7 +5999,7 @@ msgstr "バッテリーとデータ使用量を節約するため、モバイル
msgid "Delete"
msgstr "削除"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:666
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:680
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:320
msgid "Delete {channelType}"
msgstr "{channelType}を削除"
@@ -5987,8 +6063,8 @@ msgstr "カテゴリを削除"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:179
#: src/components/bottomsheets/ChannelBottomSheet.tsx:181
#: src/components/bottomsheets/ChannelBottomSheet.tsx:421
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:668
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1224
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:682
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1248
#: src/components/modals/components/DesktopChannelSettingsView.tsx:176
#: src/components/modals/components/MobileChannelSettingsView.tsx:85
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:322
@@ -6021,8 +6097,8 @@ msgstr "メディアを削除"
#: src/components/channel/MessageActionBar.tsx:804
#: src/components/channel/messageActionMenu.tsx:156
#: src/components/channel/messageActionMenu.tsx:193
-#: src/components/channel/Messages.tsx:441
-#: src/components/channel/Messages.tsx:521
+#: src/components/channel/Messages.tsx:439
+#: src/components/channel/Messages.tsx:519
#: src/components/uikit/ContextMenu/items/MessageMenuItems.tsx:273
msgid "Delete Message"
msgstr "メッセージを削除"
@@ -6114,7 +6190,7 @@ msgstr "{0}を拒否し、{1}の拒否を解除しました。"
msgid "Denied {0}."
msgstr "{0}を拒否しました。"
-#: src/components/pages/ReportPage.tsx:317
+#: src/components/pages/report/optionDescriptors.ts:89
msgid "Denmark"
msgstr "デンマーク"
@@ -6143,7 +6219,7 @@ msgstr "ステッカーを説明"
msgid "Describe what expressions are inside this pack."
msgstr "このパックに含まれる表現を説明してください。"
-#: src/components/pages/ReportPage.tsx:946
+#: src/components/pages/report/ReportStepDetails.tsx:225
msgid "Describe what makes the content illegal"
msgstr "コンテンツが違法である理由を説明してください"
@@ -6205,6 +6281,10 @@ msgstr "分離バナー"
msgid "details"
msgstr "詳細"
+#: src/components/pages/report/ReportBreadcrumbs.tsx:49
+msgid "Details"
+msgstr "詳細"
+
#: src/components/modals/AddGuildModal.tsx:150
msgid "Dev Den"
msgstr "Dev Den"
@@ -6274,7 +6354,7 @@ msgstr "異なるサイズとメンバー数"
msgid "Direct message"
msgstr "ダイレクトメッセージ"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:477
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:491
#: src/components/modals/shared/RecipientList.tsx:200
msgid "Direct Message"
msgstr "ダイレクトメッセージ"
@@ -6516,8 +6596,8 @@ msgstr "違法行為の議論または宣伝"
#: src/components/layout/app-layout/nagbars/PremiumGracePeriodNagbar.tsx:79
#: src/components/layout/app-layout/nagbars/PremiumOnboardingNagbar.tsx:57
#: src/components/layout/GuildLayout.tsx:106
-#: src/components/modals/GiftAcceptModal.tsx:98
-#: src/components/modals/GiftAcceptModal.tsx:124
+#: src/components/modals/GiftAcceptModal.tsx:105
+#: src/components/modals/GiftAcceptModal.tsx:131
#: src/components/modals/RequiredActionModal.tsx:475
msgid "Dismiss"
msgstr "閉じる"
@@ -6562,8 +6642,8 @@ msgstr "ロールメンバーを個別に表示します。"
msgid "Display separator lines between different groups of messages for better visual distinction."
msgstr "メッセージの異なるグループの間に区切り線を表示して、視覚的な区別を向上させます。"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:613
-#: src/components/bottomsheets/DMBottomSheet.tsx:315
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:627
+#: src/components/bottomsheets/DMBottomSheet.tsx:317
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:97
#: src/components/uikit/ContextMenu/UserContextMenu.tsx:168
msgid "DM closed"
@@ -6581,7 +6661,7 @@ msgstr "DMメッセージプレビュー"
msgid "DM Notifications"
msgstr "DM通知"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1092
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1116
msgid "DM Settings"
msgstr "DM設定"
@@ -6662,6 +6742,7 @@ msgstr "チャンネルリストで入力インジケーターを表示しない
#: src/components/keybinds/KeybindRecorder.tsx:220
#: src/components/modals/GuildNotificationSettingsModal.tsx:347
#: src/components/modals/GuildPrivacySettingsModal.tsx:68
+#: src/components/pages/report/ReportBreadcrumbs.tsx:50
#: src/components/search/HasFilterSheet.tsx:124
#: src/components/search/UserFilterSheet.tsx:149
msgid "Done"
@@ -6843,13 +6924,13 @@ msgstr "添付ファイルを編集"
msgid "Edit attachment form"
msgstr "添付ファイルフォームを編集"
-#: src/components/layout/ChannelItem.tsx:630
+#: src/components/layout/ChannelItem.tsx:647
#: src/components/uikit/ContextMenu/items/CategoryMenuItems.tsx:299
msgid "Edit Category"
msgstr "カテゴリを編集"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:416
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1218
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1242
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:300
msgid "Edit Channel"
msgstr "チャンネルを編集"
@@ -6869,8 +6950,8 @@ msgid "Edit global settings like name, description, and icon."
msgstr "名前、説明、アイコンなどのグローバル設定を編集します。"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:284
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1178
-#: src/components/bottomsheets/DMBottomSheet.tsx:461
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1202
+#: src/components/bottomsheets/DMBottomSheet.tsx:463
#: src/components/channel/dm/DMList.tsx:237
#: src/components/channel/dm/GroupDMWelcomeSection.tsx:74
#: src/components/modals/EditGroupBottomSheet.tsx:177
@@ -6883,7 +6964,7 @@ msgstr "グループを編集"
msgid "Edit group form"
msgstr "グループフォームを編集"
-#: src/components/modals/InviteModal.tsx:327
+#: src/components/modals/InviteModal.tsx:324
msgid "Edit invite link"
msgstr "招待リンクを編集"
@@ -6910,10 +6991,10 @@ msgstr "ノートを編集"
msgid "Edit overwrites for roles and members in this channel."
msgstr "このチャンネル内のロールとメンバーの上書きを編集します。"
-#: src/components/modals/UserProfileMobileSheet.tsx:486
-#: src/components/modals/UserProfileModal.tsx:1205
+#: src/components/modals/UserProfileMobileSheet.tsx:490
+#: src/components/modals/UserProfileModal.tsx:1206
#: src/components/pages/YouPage.tsx:123
-#: src/components/popouts/UserAreaPopout.tsx:519
+#: src/components/popouts/UserAreaPopout.tsx:521
#: src/components/popouts/UserProfilePopout.tsx:299
msgid "Edit Profile"
msgstr "プロフィールを編集"
@@ -6966,19 +7047,20 @@ msgstr "予約済みメッセージを編集中"
#: src/components/auth/AuthLoginCore/AuthLoginEmailPasswordForm.tsx:78
#: src/components/auth/AuthRegisterFormCore.tsx:133
#: src/components/auth/AuthRegisterFormCore.tsx:159
-#: src/components/modals/ClaimAccountModal.tsx:157
+#: src/components/modals/ClaimAccountModal.tsx:159
#: src/components/modals/RequiredActionModal.tsx:185
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:210
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:241
#: src/components/modals/utils/settingsSearchIndex.ts:94
#: src/components/pages/ForgotPasswordPage.tsx:97
+#: src/components/pages/report/ReportBreadcrumbs.tsx:47
msgid "Email"
msgstr "メール"
#: src/components/modals/tabs/AccountSecurityTab/AccountTab.tsx:65
#: src/components/modals/tabs/AccountSecurityTab/AccountTab.tsx:91
#: src/components/modals/tabs/ComponentGalleryTab/InputsTab.tsx:107
-#: src/components/pages/ReportPage.tsx:662
+#: src/components/pages/report/ReportStepEmail.tsx:76
msgid "Email Address"
msgstr "メールアドレス"
@@ -7019,10 +7101,6 @@ msgstr "メール確認が必要です"
msgid "Email Verification Required"
msgstr "メールの確認が必要です"
-#: src/components/pages/ReportPage.tsx:809
-msgid "Email verified"
-msgstr "メールが確認されました"
-
#: src/components/modals/tabs/DeveloperOptionsTab/AccountPremiumTab.tsx:56
msgid "Email Verified Override"
msgstr "メール確認済みの上書き"
@@ -7108,7 +7186,7 @@ msgid "Emoji names must be at least 2 characters long and can only contain alpha
msgstr "絵文字名は2文字以上で、英数字とアンダースコアのみ使用できます。使用可能なファイル形式: JPEG、PNG、WebP、GIF。画像は128x128ピクセルに圧縮されます。最大サイズ: 絵文字あたり{0}KB。"
#: src/components/auth/InviteHeader.tsx:140
-#: src/components/channel/InviteEmbed.tsx:197
+#: src/components/channel/InviteEmbed.tsx:199
#: src/components/modals/InviteAcceptModal.tsx:142
#: src/components/modals/tabs/ExpressionPacksTab.tsx:70
msgid "Emoji pack"
@@ -7140,7 +7218,7 @@ msgstr "絵文字を更新しました"
#: src/components/channel/AutocompleteEmoji.tsx:67
#: src/components/channel/textarea/TextareaButtons.tsx:150
-#: src/components/modals/ExpressionPickerSheet.tsx:106
+#: src/components/modals/ExpressionPickerSheet.tsx:93
#: src/components/popouts/ExpressionPickerPopout.tsx:95
msgid "Emojis"
msgstr "絵文字"
@@ -7343,11 +7421,11 @@ msgstr "英語"
msgid "English (US)"
msgstr "英語 (アメリカ)"
-#: src/components/pages/ReportPage.tsx:429
+#: src/components/pages/ReportPage.tsx:254
msgid "Enter a code in the format ABCD-1234."
msgstr "ABCD-1234の形式でコードを入力してください。"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:235
+#: src/components/modals/tabs/GiftInventoryTab.tsx:258
msgid "Enter a gift code to redeem Plutonium for your account."
msgstr "ギフトコードを入力して、アカウントに Plutonium を引き換えてください。"
@@ -7371,7 +7449,7 @@ msgstr "コードを入力"
msgid "Enter fullscreen"
msgstr "全画面表示にする"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:255
+#: src/components/modals/tabs/GiftInventoryTab.tsx:278
msgid "Enter gift code..."
msgstr "ギフトコードを入力..."
@@ -7414,7 +7492,7 @@ msgstr "あなたの電話に送信された 6 桁のコードを入力してく
msgid "Enter the API endpoint of the Fluxer instance you want to connect to."
msgstr "接続したい Fluxer インスタンスの API エンドポイントを入力してください。"
-#: src/components/pages/ReportPage.tsx:424
+#: src/components/pages/ReportPage.tsx:249
msgid "Enter the code before continuing."
msgstr "続行する前にコードを入力してください。"
@@ -7430,7 +7508,7 @@ msgstr "現在のメールアドレスに送信されたコードを入力して
msgid "Enter the code we emailed to your new address."
msgstr "新しいアドレスにメールで送信したコードを入力してください。"
-#: src/components/modals/ClaimAccountModal.tsx:190
+#: src/components/modals/ClaimAccountModal.tsx:192
msgid "Enter the code we sent to your email to verify it. Your password will be set once the code is confirmed."
msgstr "確認のためにメールで送信したコードを入力してください。コードが確認されるとパスワードが設定されます。"
@@ -7454,13 +7532,9 @@ msgstr "Enter キーで <0><1>保存1>0>"
msgid "Enter username"
msgstr "ユーザー名を入力"
-#: src/components/pages/ReportPage.tsx:701
-msgid "Enter Verification Code"
-msgstr "確認コードを入力"
-
-#: src/components/pages/ReportPage.tsx:638
-msgid "Enter Your Email"
-msgstr "メールアドレスを入力"
+#: src/components/pages/report/ReportStepVerification.tsx:64
+msgid "Enter verification code"
+msgstr "確認コードを入力してください"
#: src/components/pages/ForgotPasswordPage.tsx:87
msgid "Enter your email address and we'll send you a link to reset your password."
@@ -7500,7 +7574,7 @@ msgid "Entrance sound uploaded successfully"
msgstr "入室音のアップロードに成功しました"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:297
-#: src/components/channel/ChannelSearchResults.tsx:691
+#: src/components/channel/ChannelSearchResults.tsx:660
#: src/components/modals/tabs/ComponentGalleryTab/OverlaysTab.tsx:88
msgid "Error"
msgstr "エラー"
@@ -7522,7 +7596,7 @@ msgstr "Esc キーでキーボードモードを終了"
msgid "escape to <0><1>cancel1>0>"
msgstr "エスケープで<0><1>キャンセル1>0>"
-#: src/components/pages/ReportPage.tsx:318
+#: src/components/pages/report/optionDescriptors.ts:90
msgid "Estonia"
msgstr "エストニア"
@@ -7561,7 +7635,7 @@ msgstr "リンク、埋め込み、またはファイルを除外"
msgid "exclude user"
msgstr "ユーザーを除外"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:95
+#: src/components/modals/components/plutonium/VisionarySection.tsx:104
msgid "Exclusive community"
msgstr "限定コミュニティ"
@@ -7593,12 +7667,12 @@ msgstr "カテゴリを展開"
msgid "Expiration"
msgstr "有効期限"
-#: src/components/modals/InviteModal.tsx:281
+#: src/components/modals/InviteModal.tsx:278
msgid "Expire after"
msgstr "期限切れ:"
#: src/components/accounts/AccountRow.tsx:162
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:114
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:133
#: src/components/modals/GroupInvitesBottomSheet.tsx:104
msgid "Expired"
msgstr "期限切れ"
@@ -7675,7 +7749,7 @@ msgstr "エクスプレッションパック"
msgid "Expression Packs are a Plutonium feature"
msgstr "エクスプレッションパックはPlutoniumの機能です"
-#: src/components/modals/ExpressionPickerSheet.tsx:232
+#: src/components/modals/ExpressionPickerSheet.tsx:219
#: src/components/popouts/ExpressionPickerPopout.tsx:193
msgid "Expression picker categories"
msgstr "エクスプレッションピッカーのカテゴリ"
@@ -7700,7 +7774,7 @@ msgstr "外部リンクは危険な場合があります。ご注意ください
msgid "Extra Large"
msgstr "エクストララージ"
-#: src/components/pages/ReportPage.tsx:297
+#: src/components/pages/report/optionDescriptors.ts:72
#: src/constants/IARConstants.tsx:165
msgid "Extremist Community"
msgstr "過激派コミュニティ"
@@ -7749,7 +7823,7 @@ msgstr "招待リンクのコピーに失敗しました"
msgid "Failed to copy to clipboard"
msgstr "クリップボードへのコピーに失敗しました"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:79
+#: src/components/modals/tabs/GiftInventoryTab.tsx:80
msgid "Failed to copy URL"
msgstr "URLのコピーに失敗しました"
@@ -7794,7 +7868,7 @@ msgid "Failed to delete category"
msgstr "カテゴリの削除に失敗しました"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:194
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:681
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:695
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:335
msgid "Failed to delete channel"
msgstr "チャンネルの削除に失敗しました"
@@ -7868,7 +7942,7 @@ msgstr "BANリストの読み込みに失敗しました。もう一度お試し
msgid "Failed to load emojis"
msgstr "絵文字の読み込みに失敗しました"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:296
+#: src/components/modals/tabs/GiftInventoryTab.tsx:319
msgid "Failed to load gift inventory"
msgstr "ギフトインベントリの読み込みに失敗しました"
@@ -7894,8 +7968,8 @@ msgstr "ステッカーの読み込みに失敗しました"
msgid "Failed to load vanity URL. Please try again."
msgstr "バニティURLの読み込みに失敗しました。もう一度お試しください。"
-#: src/components/modals/components/PlutoniumContent.tsx:146
-#: src/components/modals/components/PlutoniumContent.tsx:272
+#: src/components/modals/components/PlutoniumContent.tsx:157
+#: src/components/modals/components/PlutoniumContent.tsx:289
msgid "Failed to load Visionary information. Please try again later."
msgstr "Visionary情報の読み込みに失敗しました。後でもう一度お試しください。"
@@ -7916,19 +7990,19 @@ msgstr "あなたのコミュニティの読み込みに失敗しました。"
msgid "Failed to open customer portal. Please try again."
msgstr "カスタマーポータルの開封に失敗しました。もう一度お試しください。"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:572
-#: src/components/bottomsheets/DMBottomSheet.tsx:153
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:586
+#: src/components/bottomsheets/DMBottomSheet.tsx:155
#: src/components/channel/dm/DMList.tsx:216
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:121
msgid "Failed to pin DM"
msgstr "DMのピン留めに失敗しました"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:572
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:586
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:101
msgid "Failed to pin group"
msgstr "グループのピン留めに失敗しました"
-#: src/components/bottomsheets/DMBottomSheet.tsx:153
+#: src/components/bottomsheets/DMBottomSheet.tsx:155
msgid "Failed to pin group DM"
msgstr "グループDMのピン留めに失敗しました"
@@ -7957,7 +8031,7 @@ msgstr "インスタンスに到達できませんでした ({status})"
msgid "Failed to reactivate subscription. Please try again."
msgstr "サブスクリプションの再アクティベートに失敗しました。もう一度お試しください。"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:94
+#: src/components/modals/tabs/GiftInventoryTab.tsx:95
msgid "Failed to redeem gift"
msgstr "ギフトの引き換えに失敗しました"
@@ -7998,6 +8072,10 @@ msgstr "グループからの削除に失敗しました"
msgid "Failed to remove timeout. Please try again."
msgstr "タイムアウトの解除に失敗しました。もう一度お試しください。"
+#: src/components/pages/ReportPage.tsx:236
+msgid "Failed to resend code. Please try again."
+msgstr "コードの再送信に失敗しました。もう一度お試しください。"
+
#: src/components/modals/guildTabs/GuildRolesTab.tsx:674
msgid "Failed to reset hoist order"
msgstr "ホイスト順のリセットに失敗しました"
@@ -8018,7 +8096,7 @@ msgstr "回転に失敗しました。もう一度お試しください。"
msgid "Failed to send friend request. Please try again."
msgstr "友達リクエストの送信に失敗しました。もう一度お試しください。"
-#: src/components/bottomsheets/DMBottomSheet.tsx:262
+#: src/components/bottomsheets/DMBottomSheet.tsx:264
#: src/components/modals/InviteModal.tsx:176
#: src/components/uikit/ContextMenu/items/InviteMenuItems.tsx:111
msgid "Failed to send invite"
@@ -8037,7 +8115,7 @@ msgstr "SMSコードの送信に失敗しました。もう一度お試しくだ
msgid "Failed to send theme"
msgstr "テーマの送信に失敗しました"
-#: src/components/pages/ReportPage.tsx:412
+#: src/components/pages/ReportPage.tsx:234
msgid "Failed to send verification code. Please try again."
msgstr "認証コードの送信に失敗しました。もう一度お試しください。"
@@ -8084,19 +8162,19 @@ msgstr "所有権の移転に失敗しました。もう一度お試しくださ
msgid "Failed to unblock user. Please try again."
msgstr "ユーザーのブロック解除に失敗しました。もう一度お試しください。"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:589
-#: src/components/bottomsheets/DMBottomSheet.tsx:170
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:603
+#: src/components/bottomsheets/DMBottomSheet.tsx:172
#: src/components/channel/dm/DMList.tsx:226
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:138
msgid "Failed to unpin DM"
msgstr "DMのピン留め解除に失敗しました"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:589
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:603
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:118
msgid "Failed to unpin group"
msgstr "グループのピン留め解除に失敗しました"
-#: src/components/bottomsheets/DMBottomSheet.tsx:170
+#: src/components/bottomsheets/DMBottomSheet.tsx:172
msgid "Failed to unpin group DM"
msgstr "グループDMのピン留め解除に失敗しました"
@@ -8298,7 +8376,7 @@ msgstr "完璧なステッカーを見つけよう"
msgid "Fine-tune core colors and fonts for this app. Changes here are stored as custom CSS overrides and sync with the editor below."
msgstr "このアプリのコアカラーとフォントを微調整します。ここでの変更はカスタムCSSオーバーライドとして保存され、下のエディターと同期します。"
-#: src/components/pages/ReportPage.tsx:319
+#: src/components/pages/report/optionDescriptors.ts:91
msgid "Finland"
msgstr "フィンランド"
@@ -8306,7 +8384,7 @@ msgstr "フィンランド"
msgid "Finnish"
msgstr "フィンランド語"
-#: src/components/pages/ReportPage.tsx:923
+#: src/components/pages/report/ReportStepDetails.tsx:199
msgid "First and last name"
msgstr "名と姓"
@@ -8419,7 +8497,7 @@ msgstr "Fluxerは、他のアプリやゲームを利用している時でも<0>
msgid "Fluxer Partner"
msgstr "Fluxer パートナー"
-#: src/components/modals/components/PlutoniumContent.tsx:182
+#: src/components/modals/components/PlutoniumContent.tsx:193
#: src/components/modals/PremiumModal.tsx:34
#: src/components/modals/utils/settingsConstants.tsx:147
#: src/components/popouts/UserProfileBadges.tsx:99
@@ -8483,7 +8561,7 @@ msgstr "フード&ドリンク"
msgid "Foodie Friends"
msgstr "フーディーな友達"
-#: src/components/bottomsheets/DMBottomSheet.tsx:660
+#: src/components/bottomsheets/DMBottomSheet.tsx:663
msgid "For 1 hour"
msgstr "1時間"
@@ -8497,7 +8575,7 @@ msgstr "1時間"
msgid "For 1 Hour"
msgstr "1時間の間"
-#: src/components/bottomsheets/DMBottomSheet.tsx:659
+#: src/components/bottomsheets/DMBottomSheet.tsx:662
#: src/components/popouts/UserAreaPopout.tsx:77
msgid "For 15 minutes"
msgstr "15分間"
@@ -8511,7 +8589,7 @@ msgstr "15分間"
msgid "For 15 Minutes"
msgstr "15分間"
-#: src/components/bottomsheets/DMBottomSheet.tsx:663
+#: src/components/bottomsheets/DMBottomSheet.tsx:666
msgid "For 24 hours"
msgstr "24時間"
@@ -8529,7 +8607,7 @@ msgstr "24時間の間"
msgid "For 3 days"
msgstr "3日間"
-#: src/components/bottomsheets/DMBottomSheet.tsx:661
+#: src/components/bottomsheets/DMBottomSheet.tsx:664
msgid "For 3 hours"
msgstr "3時間"
@@ -8542,7 +8620,7 @@ msgstr "3時間"
msgid "For 3 Hours"
msgstr "3時間の間"
-#: src/components/bottomsheets/DMBottomSheet.tsx:662
+#: src/components/bottomsheets/DMBottomSheet.tsx:665
msgid "For 8 hours"
msgstr "8時間"
@@ -8560,7 +8638,7 @@ msgstr "8時間の間"
msgid "For British eyes only..."
msgstr "イギリスの目にだけ..."
-#: src/components/modals/components/plutonium/PricingSection.tsx:62
+#: src/components/modals/components/plutonium/PricingSection.tsx:68
msgid "For Me"
msgstr "自分用"
@@ -8664,15 +8742,15 @@ msgstr "すべてのチャンネルでスローモードを強制的に有効に
msgid "Forever"
msgstr "永久に"
-#: src/components/modals/components/MobileSettingsView.tsx:300
+#: src/components/modals/components/MobileSettingsView.tsx:295
msgid "Forget"
msgstr "忘れる"
-#: src/components/modals/components/MobileSettingsView.tsx:327
+#: src/components/modals/components/MobileSettingsView.tsx:322
msgid "Forget Push Subscriptions"
msgstr "プッシュ購読を忘れる"
-#: src/components/modals/components/MobileSettingsView.tsx:294
+#: src/components/modals/components/MobileSettingsView.tsx:289
msgid "Forget push subscriptions?"
msgstr "プッシュ購読を忘れますか?"
@@ -8729,7 +8807,7 @@ msgstr "フレームレート"
msgid "Frame rates above 30 fps require Plutonium"
msgstr "30 fpsを超えるフレームレートにはPlutoniumが必要です"
-#: src/components/pages/ReportPage.tsx:320
+#: src/components/pages/report/optionDescriptors.ts:92
msgid "France"
msgstr "フランス"
@@ -8745,8 +8823,8 @@ msgstr "無料ユーザー (購入履歴なし)"
msgid "Free User (With Purchase History)"
msgstr "無料ユーザー (購入履歴あり)"
-#: src/components/modals/components/PlutoniumContent.tsx:163
-#: src/components/modals/components/PlutoniumContent.tsx:289
+#: src/components/modals/components/PlutoniumContent.tsx:174
+#: src/components/modals/components/PlutoniumContent.tsx:308
msgid "Free vs Plutonium"
msgstr "無料 vs Plutonium"
@@ -8773,12 +8851,13 @@ msgstr "フレンドリクエスト"
msgid "Friend request sent"
msgstr "フレンドリクエストを送信しました"
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:68
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:250
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:75
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:89
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:271
msgid "Friend Request Sent"
msgstr "フレンドリクエストを送信しました"
-#: src/components/channel/dm/AddFriendForm.tsx:144
+#: src/components/channel/dm/AddFriendForm.tsx:167
msgid "Friend request sent!"
msgstr "フレンドリクエストを送信しました!"
@@ -8787,7 +8866,7 @@ msgstr "フレンドリクエストを送信しました!"
msgid "Friend Requests"
msgstr "フレンドリクエスト"
-#: src/components/channel/dm/AddFriendForm.tsx:137
+#: src/components/channel/dm/AddFriendForm.tsx:160
msgid "Friend's FluxerTag"
msgstr "フレンドのFluxerTag"
@@ -8828,9 +8907,10 @@ msgstr "{0}から"
#. placeholder {0}: creator.username
#. placeholder {1}: creator.discriminator
-#: src/components/channel/GiftEmbed.tsx:87
-#: src/components/modals/GiftAcceptModal.tsx:116
-#: src/components/modals/GiftAcceptModal.tsx:143
+#: src/components/channel/GiftEmbed.tsx:93
+#: src/components/modals/GiftAcceptModal.tsx:123
+#: src/components/modals/GiftAcceptModal.tsx:151
+#: src/components/modals/GiftAcceptModal.tsx:186
msgid "From {0}#{1}"
msgstr "{0}#{1}から"
@@ -8850,7 +8930,7 @@ msgstr "ユーザーから"
msgid "from:"
msgstr "from:"
-#: src/components/pages/ReportPage.tsx:919
+#: src/components/pages/report/ReportStepDetails.tsx:195
msgid "Full Legal Name"
msgstr "正式な氏名"
@@ -8892,7 +8972,7 @@ msgstr "招待を生成"
msgid "Generate invite link"
msgstr "招待リンクを生成"
-#: src/components/modals/tabs/BetaCodesTab.tsx:315
+#: src/components/modals/tabs/BetaCodesTab.tsx:340
msgid "Generate up to {MAX_UNCLAIMED_BETA_CODES} unclaimed beta codes to invite friends to Fluxer. You can create 3 codes per week."
msgstr "Fluxerに友達を招待するために、最大{MAX_UNCLAIMED_BETA_CODES}個の未使用ベータコードを生成できます。週に3つまで作成できます。"
@@ -8909,7 +8989,7 @@ msgstr "地域制限"
msgid "German"
msgstr "ドイツ語"
-#: src/components/pages/ReportPage.tsx:321
+#: src/components/pages/report/optionDescriptors.ts:93
msgid "Germany"
msgstr "ドイツ"
@@ -8991,13 +9071,13 @@ msgstr "GIFプレビュー"
#: src/components/channel/pickers/gif/GifPickerHeader.tsx:40
#: src/components/channel/pickers/memes/MemesPickerHeader.tsx:57
#: src/components/channel/textarea/TextareaButtons.tsx:110
-#: src/components/modals/ExpressionPickerSheet.tsx:68
+#: src/components/modals/ExpressionPickerSheet.tsx:55
#: src/components/popouts/ExpressionPickerPopout.tsx:69
msgid "GIFs"
msgstr "GIF"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:122
-#: src/components/modals/GiftAcceptModal.tsx:163
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:141
+#: src/components/modals/GiftAcceptModal.tsx:206
msgid "Gift"
msgstr "ギフト"
@@ -9030,19 +9110,20 @@ msgstr "ギフトは既に引き換え済みです"
msgid "Gift Already Redeemed"
msgstr "ギフトは既に引き換え済み"
-#: src/components/channel/GiftEmbed.tsx:94
+#: src/components/channel/GiftEmbed.tsx:105
+#: src/components/channel/GiftEmbed.tsx:109
msgid "Gift Claimed"
msgstr "ギフトを引き換え済み"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:246
+#: src/components/modals/tabs/GiftInventoryTab.tsx:269
msgid "Gift code cannot be empty"
msgstr "ギフトコードは空にできません"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:243
+#: src/components/modals/tabs/GiftInventoryTab.tsx:266
msgid "Gift code is required"
msgstr "ギフトコードは必須です"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:250
+#: src/components/modals/tabs/GiftInventoryTab.tsx:273
msgid "Gift code is too long"
msgstr "ギフトコードが長すぎます"
@@ -9070,7 +9151,7 @@ msgstr "ギフトが見つかりません"
#: src/components/channel/textarea/TextareaButtons.tsx:101
#: src/components/channel/textarea/TextareaButtons.tsx:177
-#: src/components/modals/components/plutonium/GiftSection.tsx:61
+#: src/components/modals/components/plutonium/GiftSection.tsx:67
msgid "Gift Plutonium"
msgstr "Plutoniumをギフト"
@@ -9078,23 +9159,23 @@ msgstr "Plutoniumをギフト"
msgid "Gift redeemed successfully!"
msgstr "ギフトの引き換えに成功しました!"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:89
+#: src/components/modals/tabs/GiftInventoryTab.tsx:90
msgid "Gift redeemed successfully! Enjoy your Plutonium!"
msgstr "ギフトの引き換えに成功しました!Plutoniumをお楽しみください!"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:53
+#: src/components/modals/components/plutonium/VisionarySection.tsx:58
msgid "gift time"
msgstr "ギフトタイム"
-#: src/components/channel/GiftEmbed.tsx:151
+#: src/components/channel/GiftEmbed.tsx:162
msgid "Gift Unavailable"
msgstr "ギフトは利用できません"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:132
+#: src/components/modals/tabs/GiftInventoryTab.tsx:133
msgid "Gift URL"
msgstr "ギフトURL"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:75
+#: src/components/modals/tabs/GiftInventoryTab.tsx:76
msgid "Gift URL copied to clipboard!"
msgstr "ギフトURLをクリップボードにコピーしました!"
@@ -9126,7 +9207,7 @@ msgstr "グローバルショートカットはデスクトップアプリで利
msgid "Glorification of violence or disturbing imagery"
msgstr "暴力の美化または不快な画像"
-#: src/components/modals/components/MobileSettingsView.tsx:145
+#: src/components/modals/components/MobileSettingsView.tsx:140
#: src/components/modals/shared/MobileSettingsComponents.tsx:43
msgid "Go back"
msgstr "戻る"
@@ -9143,7 +9224,7 @@ msgstr "以前にフォーカスしたテキストチャンネルに戻る"
msgid "Go forward in navigation history"
msgstr "ナビゲーション履歴を進む"
-#: src/components/channel/InviteEmbed.tsx:259
+#: src/components/channel/InviteEmbed.tsx:261
#: src/components/modals/InviteAcceptModal.tsx:100
msgid "Go to Community"
msgstr "コミュニティへ移動"
@@ -9166,15 +9247,15 @@ msgstr "ログインへ移動"
msgid "Go to message"
msgstr "メッセージへ移動"
-#: src/components/channel/ChannelSearchResults.tsx:841
+#: src/components/channel/ChannelSearchResults.tsx:809
msgid "Go to page"
msgstr "ページへ移動"
-#: src/components/channel/ChannelSearchResults.tsx:808
+#: src/components/channel/ChannelSearchResults.tsx:776
msgid "Go to page {page}"
msgstr "ページ {page} へ移動"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:315
+#: src/components/modals/tabs/GiftInventoryTab.tsx:338
msgid "Go to Plutonium"
msgstr "Plutoniumへ移動"
@@ -9195,7 +9276,7 @@ msgstr "了解"
msgid "Gotcha"
msgstr "了解"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:116
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:135
msgid "Grace Period"
msgstr "猶予期間"
@@ -9203,7 +9284,7 @@ msgstr "猶予期間"
msgid "Grace Period (Still Have Access)"
msgstr "猶予期間(アクセス権は維持)"
-#: src/components/modals/InviteModal.tsx:301
+#: src/components/modals/InviteModal.tsx:298
msgid "Grant temporary membership"
msgstr "一時的なメンバーシップを付与"
@@ -9234,7 +9315,7 @@ msgstr "大成功!"
msgid "Great success! You can now close this tab and return to the app."
msgstr "大成功!このタブを閉じてアプリに戻ることができます。"
-#: src/components/pages/ReportPage.tsx:322
+#: src/components/pages/report/optionDescriptors.ts:94
msgid "Greece"
msgstr "ギリシャ"
@@ -9263,7 +9344,7 @@ msgstr "グループチャット追加権限"
msgid "Group Chat Permissions"
msgstr "グループチャットの権限"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:481
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:495
msgid "Group Direct Message"
msgstr "グループダイレクトメッセージ"
@@ -9272,7 +9353,7 @@ msgid "Group DM"
msgstr "グループDM"
#. placeholder {0}: channel.recipientIds.length + 1
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:772
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:804
msgid "Group DM · {0} members"
msgstr "グループDM · {0} メンバー"
@@ -9317,12 +9398,12 @@ msgstr "グループ名は100文字以内にしてください"
msgid "Group Online Status"
msgstr "グループのオンライン状況"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:962
-#: src/components/channel/MemberListItem.tsx:102
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:984
+#: src/components/channel/MemberListItem.tsx:109
msgid "Group Owner"
msgstr "グループオーナー"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1092
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1116
msgid "Group Settings"
msgstr "グループ設定"
@@ -9335,11 +9416,11 @@ msgstr "グループ入力状態"
msgid "Group updated"
msgstr "グループが更新されました"
-#: src/components/pages/ReportPage.tsx:893
+#: src/components/pages/report/ReportStepDetails.tsx:167
msgid "Guild (Community) ID"
msgstr "ギルド(コミュニティ)ID"
-#: src/components/pages/ReportPage.tsx:902
+#: src/components/pages/report/ReportStepDetails.tsx:177
msgid "Guild ID is required."
msgstr "ギルドIDが必要です。"
@@ -9355,13 +9436,13 @@ msgstr "ギルドレコード"
msgid "Hang on while we check for scheduled messages."
msgstr "スケジュールされたメッセージを確認しています。少々お待ちください。"
-#: src/components/pages/ReportPage.tsx:295
+#: src/components/pages/report/optionDescriptors.ts:70
#: src/constants/IARConstants.tsx:155
msgid "Harassment"
msgstr "嫌がらせ"
-#: src/components/pages/ReportPage.tsx:262
-#: src/components/pages/ReportPage.tsx:281
+#: src/components/pages/report/optionDescriptors.ts:43
+#: src/components/pages/report/optionDescriptors.ts:59
#: src/constants/IARConstants.tsx:32
#: src/constants/IARConstants.tsx:109
msgid "Harassment or Bullying"
@@ -9383,9 +9464,9 @@ msgstr "オーバーライドを購入したことがある"
msgid "has:"
msgstr "has:"
-#: src/components/pages/ReportPage.tsx:263
-#: src/components/pages/ReportPage.tsx:282
-#: src/components/pages/ReportPage.tsx:296
+#: src/components/pages/report/optionDescriptors.ts:44
+#: src/components/pages/report/optionDescriptors.ts:60
+#: src/components/pages/report/optionDescriptors.ts:71
#: src/constants/IARConstants.tsx:37
#: src/constants/IARConstants.tsx:114
#: src/constants/IARConstants.tsx:160
@@ -9430,7 +9511,7 @@ msgid "Help Center"
msgstr "ヘルプセンター"
#. placeholder {0}: user.displayName
-#: src/components/layout/app-layout/nagbars/UnclaimedAccountNagbar.tsx:44
+#: src/components/layout/app-layout/nagbars/UnclaimedAccountNagbar.tsx:42
msgid "Hey {0}, claim your account to prevent losing access."
msgstr "こんにちは {0}さん、アクセスを失わないようにアカウントを請求してください。"
@@ -9654,7 +9735,7 @@ msgstr "https://example.com/callback"
msgid "Hungarian"
msgstr "ハンガリー語"
-#: src/components/pages/ReportPage.tsx:323
+#: src/components/pages/report/optionDescriptors.ts:95
msgid "Hungary"
msgstr "ハンガリー"
@@ -9728,8 +9809,8 @@ msgstr "ベータコードを受け取った場合は、以下に入力すると
msgid "If you want to export your data or delete your messages first, please visit the Privacy Dashboard section in User Settings before proceeding."
msgstr "データをエクスポートしたり、メッセージを削除したりしたい場合は、先にユーザー設定のプライバシーダッシュボードセクションをご覧ください。"
-#: src/components/channel/channel-view/DMChannelView.tsx:301
-#: src/components/channel/dm/DMWelcomeSection.tsx:119
+#: src/components/channel/channel-view/DMChannelView.tsx:302
+#: src/components/channel/dm/DMWelcomeSection.tsx:131
#: src/components/channel/friends/FriendListItem.tsx:145
#: src/components/channel/friends/FriendListItem.tsx:244
#: src/components/channel/friends/MobileFriendRequestItem.tsx:69
@@ -9740,7 +9821,7 @@ msgstr "無視"
#: src/components/channel/friends/FriendListItem.tsx:143
#: src/components/channel/friends/MobileFriendRequestItem.tsx:67
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:152
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:173
msgid "Ignore Friend Request"
msgstr "フレンドリクエストを無視"
@@ -9749,8 +9830,8 @@ msgstr "フレンドリクエストを無視"
msgid "Ignore per-channel message rate limits."
msgstr "チャンネルごとのメッセージレート制限を無視します。"
-#: src/components/pages/ReportPage.tsx:267
-#: src/components/pages/ReportPage.tsx:298
+#: src/components/pages/report/optionDescriptors.ts:48
+#: src/components/pages/report/optionDescriptors.ts:73
#: src/constants/IARConstants.tsx:57
#: src/constants/IARConstants.tsx:170
msgid "Illegal Activity"
@@ -9762,7 +9843,7 @@ msgid "image"
msgstr "画像"
#: src/components/channel/embeds/media/EmbedGifv.tsx:237
-#: src/components/channel/embeds/media/EmbedImage.tsx:369
+#: src/components/channel/embeds/media/EmbedImage.tsx:374
#: src/components/modals/MediaViewerModal.tsx:362
#: src/components/search/HasFilterSheet.tsx:50
#: src/utils/FavoriteMemeUtils.ts:71
@@ -9783,8 +9864,8 @@ msgstr "画像プレビュー"
msgid "Images"
msgstr "画像"
-#: src/components/pages/ReportPage.tsx:272
-#: src/components/pages/ReportPage.tsx:284
+#: src/components/pages/report/optionDescriptors.ts:53
+#: src/components/pages/report/optionDescriptors.ts:62
#: src/constants/IARConstants.tsx:82
#: src/constants/IARConstants.tsx:124
msgid "Impersonation"
@@ -9839,7 +9920,7 @@ msgstr "あと{absWeeks}週間で"
msgid "in {absYears} years"
msgstr "あと{absYears}年で"
-#: src/components/channel/channel-view/DMChannelView.tsx:275
+#: src/components/channel/channel-view/DMChannelView.tsx:276
msgid "In call"
msgstr "通話中"
@@ -9880,7 +9961,7 @@ msgstr "ブラウザでは、プッシュトゥトークはFluxerタブがフォ
msgid "in:"
msgstr "in:"
-#: src/components/pages/ReportPage.tsx:286
+#: src/components/pages/report/optionDescriptors.ts:64
#: src/constants/IARConstants.tsx:134
msgid "Inappropriate Profile"
msgstr "不適切なプロフィール"
@@ -9909,7 +9990,7 @@ msgstr "すべてのコミュニティメンションを含める"
msgid "Include audio from your screen in the share"
msgstr "共有に画面の音声を含める"
-#: src/components/channel/channel-view/DMChannelView.tsx:269
+#: src/components/channel/channel-view/DMChannelView.tsx:270
#: src/components/voice/IncomingCallUI.tsx:263
#: src/components/voice/IncomingCallUI.tsx:286
#: src/components/voice/IncomingCallUI.tsx:324
@@ -9946,11 +10027,11 @@ msgid "Increase app zoom level"
msgstr "アプリのズームレベルを上げる"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:284
-#: src/components/channel/ChannelSearchResults.tsx:679
+#: src/components/channel/ChannelSearchResults.tsx:648
msgid "Indexing Channel"
msgstr "チャンネルをインデックス中"
-#: src/components/channel/ChannelSearchResults.tsx:317
+#: src/components/channel/ChannelSearchResults.tsx:274
msgid "Indexing..."
msgstr "インデックス作成中..."
@@ -10032,12 +10113,12 @@ msgstr "アイコン付き入力"
msgid "Insert emoji"
msgstr "絵文字を挿入"
-#: src/components/channel/InviteEmbed.tsx:198
+#: src/components/channel/InviteEmbed.tsx:200
#: src/components/modals/InviteAcceptModal.tsx:143
msgid "Install Emoji Pack"
msgstr "絵文字パックをインストール"
-#: src/components/channel/InviteEmbed.tsx:198
+#: src/components/channel/InviteEmbed.tsx:200
#: src/components/modals/InviteAcceptModal.tsx:143
msgid "Install Sticker Pack"
msgstr "ステッカーパックをインストール"
@@ -10104,7 +10185,7 @@ msgstr "無効なギフトコード"
msgid "Invalid instance response: missing webapp URL."
msgstr "無効なインスタンス応答: ウェブアプリのURLが欠落しています。"
-#: src/components/modals/ClaimAccountModal.tsx:108
+#: src/components/modals/ClaimAccountModal.tsx:110
#: src/components/modals/EmailChangeModal.tsx:108
#: src/components/modals/EmailChangeModal.tsx:169
msgid "Invalid or expired code"
@@ -10134,7 +10215,7 @@ msgstr "反転ボタンがクリックされました!"
msgid "Invisible"
msgstr "非表示"
-#: src/components/modals/InviteModal.tsx:257
+#: src/components/modals/InviteModal.tsx:267
#: src/components/modals/tabs/ExpressionPacksTab.tsx:83
#: src/constants/AuditLogConstants.tsx:239
msgid "Invite"
@@ -10144,7 +10225,7 @@ msgstr "招待"
msgid "Invite Background"
msgstr "招待背景"
-#: src/components/pages/ReportPage.tsx:908
+#: src/components/pages/report/ReportStepDetails.tsx:183
msgid "Invite Code (optional)"
msgstr "招待コード(オプション)"
@@ -10170,7 +10251,7 @@ msgstr "友達を招待"
msgid "Invite friends to {0}"
msgstr "{0}に友達を招待"
-#: src/components/modals/InviteModal.tsx:317
+#: src/components/modals/InviteModal.tsx:314
msgid "Invite link"
msgstr "招待リンク"
@@ -10190,7 +10271,7 @@ msgid "Invite Links"
msgstr "招待リンク"
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:164
-#: src/components/layout/ChannelItem.tsx:599
+#: src/components/layout/ChannelItem.tsx:616
#: src/components/popouts/GuildHeaderPopout.tsx:178
msgid "Invite Members"
msgstr "メンバーを招待"
@@ -10218,7 +10299,7 @@ msgid "Invite Page Preview"
msgstr "招待ページプレビュー"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:381
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1144
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1168
#: src/components/layout/FavoritesChannelListContent.tsx:305
#: src/components/uikit/ContextMenu/ChannelListContextMenu.tsx:96
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:97
@@ -10236,7 +10317,7 @@ msgstr "招待が取り消されました"
msgid "Invite sent for {0}"
msgstr "{0}への招待を送信しました"
-#: src/components/bottomsheets/DMBottomSheet.tsx:256
+#: src/components/bottomsheets/DMBottomSheet.tsx:258
msgid "Invite sent to {guildName}"
msgstr "{guildName}に招待を送信しました"
@@ -10249,7 +10330,7 @@ msgid "Invite splash preview"
msgstr "招待スプラッシュプレビュー"
#. placeholder {0}: guild.name
-#: src/components/bottomsheets/DMBottomSheet.tsx:499
+#: src/components/bottomsheets/DMBottomSheet.tsx:501
msgid "Invite to {0}"
msgstr "{0}に招待"
@@ -10257,7 +10338,7 @@ msgstr "{0}に招待"
msgid "Invite to Community"
msgstr "コミュニティに招待"
-#: src/components/channel/InviteEmbed.tsx:362
+#: src/components/channel/InviteEmbed.tsx:364
msgid "Invite Unavailable"
msgstr "招待を利用できません"
@@ -10277,7 +10358,7 @@ msgid "Invited by {0}#{1}"
msgstr "{0}#{1}によって招待されました"
#: src/components/auth/InviteHeader.tsx:159
-#: src/components/channel/InviteEmbed.tsx:222
+#: src/components/channel/InviteEmbed.tsx:224
msgid "Invited by {inviterTag}"
msgstr "{inviterTag}によって招待されました"
@@ -10290,8 +10371,8 @@ msgid "Inviter:"
msgstr "招待者:"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:303
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1199
-#: src/components/bottomsheets/DMBottomSheet.tsx:468
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1223
+#: src/components/bottomsheets/DMBottomSheet.tsx:470
#: src/components/channel/dm/DMList.tsx:257
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:145
msgid "Invites"
@@ -10301,11 +10382,11 @@ msgstr "招待"
msgid "Invites are currently disabled for this community."
msgstr "このコミュニティでは招待が現在無効になっています。"
-#: src/components/modals/InviteModal.tsx:270
+#: src/components/modals/InviteModal.tsx:237
msgid "Invites are currently disabled in this community by an admin. While this invite can be created, it cannot be accepted until invites are re-enabled."
msgstr "このコミュニティでは管理者によって招待が現在無効になっています。この招待は作成できますが、招待が再有効化されるまで受け入れられません。"
-#: src/components/layout/guild-list/GuildListItem.tsx:233
+#: src/components/layout/guild-list/GuildListItem.tsx:234
msgid "Invites are currently paused in this community"
msgstr "このコミュニティでは招待が現在一時停止中です"
@@ -10317,7 +10398,7 @@ msgstr "プレビューコミュニティでは招待がロックされていま
msgid "Invites disabled"
msgstr "招待が無効"
-#: src/components/channel/InviteEmbed.tsx:257
+#: src/components/channel/InviteEmbed.tsx:259
#: src/components/modals/InviteAcceptModal.tsx:98
msgid "Invites Disabled"
msgstr "招待が無効"
@@ -10343,7 +10424,7 @@ msgstr "<0>{0}0>への招待は現在無効です"
msgid "IP address authorized"
msgstr "IPアドレスが認証済み"
-#: src/components/pages/ReportPage.tsx:324
+#: src/components/pages/report/optionDescriptors.ts:96
msgid "Ireland"
msgstr "アイルランド"
@@ -10359,7 +10440,7 @@ msgstr "ここはフルブロウンのタイピングフィエスタです"
msgid "Italian"
msgstr "イタリア語"
-#: src/components/pages/ReportPage.tsx:325
+#: src/components/pages/report/optionDescriptors.ts:97
msgid "Italy"
msgstr "イタリア"
@@ -10381,16 +10462,16 @@ msgstr "コミュニティに参加"
msgid "Join a community with stickers to get started!"
msgstr "スタートするにはステッカーがあるコミュニティに参加しましょう!"
-#: src/components/channel/channel-view/DMChannelView.tsx:315
+#: src/components/channel/channel-view/DMChannelView.tsx:316
msgid "Join call"
msgstr "通話に参加"
-#: src/components/channel/InviteEmbed.tsx:261
-#: src/components/channel/InviteEmbed.tsx:451
+#: src/components/channel/InviteEmbed.tsx:263
+#: src/components/channel/InviteEmbed.tsx:453
#: src/components/layout/guild-list/AddGuildButton.tsx:71
#: src/components/modals/AddGuildModal.tsx:129
#: src/components/modals/AddGuildModal.tsx:410
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:304
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:342
#: src/components/modals/InviteAcceptModal.tsx:102
#: src/components/modals/InviteAcceptModalPreview.tsx:114
msgid "Join Community"
@@ -10400,7 +10481,7 @@ msgstr "コミュニティに参加"
msgid "Join community form"
msgstr "コミュニティ参加フォーム"
-#: src/components/channel/InviteEmbed.tsx:187
+#: src/components/channel/InviteEmbed.tsx:189
msgid "Join Group"
msgstr "グループに参加"
@@ -10416,19 +10497,19 @@ msgstr "参加通知"
msgid "Join Operators Community"
msgstr "Operatorsコミュニティに参加"
-#: src/components/channel/CallMessage.tsx:171
+#: src/components/channel/CallMessage.tsx:165
msgid "Join the call"
msgstr "通話に参加"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:122
+#: src/components/channel/ChannelHeader/CallButtons.tsx:159
msgid "Join Video Call"
msgstr "ビデオ通話に参加"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:118
+#: src/components/channel/ChannelHeader/CallButtons.tsx:150
msgid "Join Video Call ({participantCount} participant)"
msgstr "ビデオ通話に参加 ({participantCount}人) "
-#: src/components/channel/ChannelHeader/CallButtons.tsx:119
+#: src/components/channel/ChannelHeader/CallButtons.tsx:151
msgid "Join Video Call ({participantCount} participants)"
msgstr "ビデオ通話に参加 ({participantCount}人) "
@@ -10436,15 +10517,15 @@ msgstr "ビデオ通話に参加 ({participantCount}人) "
msgid "Join Visionary Community"
msgstr "Visionaryコミュニティに参加"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:70
+#: src/components/channel/ChannelHeader/CallButtons.tsx:89
msgid "Join Voice Call"
msgstr "ボイス通話に参加"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:66
+#: src/components/channel/ChannelHeader/CallButtons.tsx:80
msgid "Join Voice Call ({participantCount} participant)"
msgstr "ボイス通話に参加 ({participantCount}人) "
-#: src/components/channel/ChannelHeader/CallButtons.tsx:67
+#: src/components/channel/ChannelHeader/CallButtons.tsx:81
msgid "Join Voice Call ({participantCount} participants)"
msgstr "ボイス通話に参加 ({participantCount}人) "
@@ -10495,7 +10576,7 @@ msgstr "JPEG、PNG、WebP。最大10MB。推奨: 512×512px"
msgid "JPEG, PNG, WebP. Max 10MB. Recommended: 512×512px. Animated avatars (GIF) require <0/>."
msgstr "JPEG、PNG、WebP。最大10MB。推奨: 512×512px。アニメーションアバター(GIF)には<0/>が必要です。"
-#: src/components/channel/ChannelSearchResults.tsx:777
+#: src/components/channel/ChannelSearchResults.tsx:745
#: src/components/pages/MessageListPage.tsx:97
#: src/components/popouts/RecentMentionsContent.tsx:221
#: src/components/popouts/SavedMessagesContent.tsx:102
@@ -10519,11 +10600,11 @@ msgstr "メッセージにジャンプ"
msgid "Jump to Oldest Unread Message"
msgstr "最も古い未読メッセージにジャンプ"
-#: src/components/channel/ChannelSearchResults.tsx:872
+#: src/components/channel/ChannelSearchResults.tsx:840
msgid "Jump to page"
msgstr "ページにジャンプ"
-#: src/components/channel/Messages.tsx:917
+#: src/components/channel/Messages.tsx:915
msgid "Jump to Present"
msgstr "現在にジャンプ"
@@ -10612,7 +10693,7 @@ msgid "Keyboard Shortcuts"
msgstr "キーボードショートカット"
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:344
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:311
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:314
#: src/components/modals/KickMemberModal.tsx:58
#: src/components/modals/UserProfileActionsSheet.tsx:253
msgid "Kick"
@@ -10702,7 +10783,7 @@ msgstr "レイテンシ {latency} ミリ秒"
msgid "Latency graph"
msgstr "レイテンシグラフ"
-#: src/components/pages/ReportPage.tsx:326
+#: src/components/pages/report/optionDescriptors.ts:98
msgid "Latvia"
msgstr "ラトビア"
@@ -10729,10 +10810,10 @@ msgstr "コミュニティを退出"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:248
#: src/components/bottomsheets/ChannelBottomSheet.tsx:250
#: src/components/bottomsheets/ChannelBottomSheet.tsx:314
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1253
-#: src/components/bottomsheets/DMBottomSheet.tsx:337
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1277
#: src/components/bottomsheets/DMBottomSheet.tsx:339
-#: src/components/bottomsheets/DMBottomSheet.tsx:551
+#: src/components/bottomsheets/DMBottomSheet.tsx:341
+#: src/components/bottomsheets/DMBottomSheet.tsx:554
#: src/components/channel/dm/DMList.tsx:265
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:159
#: src/hooks/useLeaveGroup.tsx:42
@@ -10740,27 +10821,27 @@ msgstr "コミュニティを退出"
msgid "Leave Group"
msgstr "グループを退出"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:122
+#: src/components/channel/ChannelHeader/CallButtons.tsx:157
msgid "Leave Video Call"
msgstr "ビデオ通話を退出"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:113
+#: src/components/channel/ChannelHeader/CallButtons.tsx:145
msgid "Leave Video Call ({participantCount} participant)"
msgstr "ビデオ通話を退出 ({participantCount}人) "
-#: src/components/channel/ChannelHeader/CallButtons.tsx:114
+#: src/components/channel/ChannelHeader/CallButtons.tsx:146
msgid "Leave Video Call ({participantCount} participants)"
msgstr "ビデオ通話を退出 ({participantCount}人) "
-#: src/components/channel/ChannelHeader/CallButtons.tsx:70
+#: src/components/channel/ChannelHeader/CallButtons.tsx:87
msgid "Leave Voice Call"
msgstr "ボイス通話を退出"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:61
+#: src/components/channel/ChannelHeader/CallButtons.tsx:75
msgid "Leave Voice Call ({participantCount} participant)"
msgstr "ボイス通話を退出 ({participantCount}人) "
-#: src/components/channel/ChannelHeader/CallButtons.tsx:62
+#: src/components/channel/ChannelHeader/CallButtons.tsx:76
msgid "Leave Voice Call ({participantCount} participants)"
msgstr "ボイス通話を退出 ({participantCount}人) "
@@ -10785,7 +10866,7 @@ msgstr "左揃え"
msgid "Left community"
msgstr "コミュニティを退出"
-#: src/components/bottomsheets/DMBottomSheet.tsx:350
+#: src/components/bottomsheets/DMBottomSheet.tsx:352
#: src/hooks/useLeaveGroup.tsx:56
msgid "Left group"
msgstr "グループを退出"
@@ -10798,7 +10879,7 @@ msgstr "左アイコン"
msgid "Left Tooltip"
msgstr "左ツールチップ"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:90
+#: src/components/modals/components/plutonium/VisionarySection.tsx:99
msgid "Let people add you without needing a 4-digit tag"
msgstr "4桁のタグなしで追加できるようにする"
@@ -10810,17 +10891,13 @@ msgstr "コミュニティに自己モデレートを許可"
msgid "Letters (a-z, A-Z), numbers (0-9), and underscores (_) only"
msgstr "英字(a-z、A-Z)、数字(0-9)、アンダースコア(_)のみ"
-#: src/components/pages/ReportPage.tsx:729
-msgid "Letters and numbers only. You can paste the code—formatting is automatic."
-msgstr "文字と数字のみ。コードを貼り付けてください—書式設定は自動です。"
-
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:120
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:139
#: src/components/modals/tabs/DeveloperOptionsTab/AccountPremiumTab.tsx:49
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:371
msgid "Lifetime"
msgstr "生涯"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:73
+#: src/components/modals/components/plutonium/VisionarySection.tsx:82
#: src/utils/giftUtils.ts:58
msgid "Lifetime Plutonium"
msgstr "Lifetime Plutonium"
@@ -10838,7 +10915,7 @@ msgid "Liked!"
msgstr "いいね!"
#. placeholder {0}: formatter.format(visionarySlots.total)
-#: src/components/modals/components/plutonium/VisionarySection.tsx:61
+#: src/components/modals/components/plutonium/VisionarySection.tsx:70
msgid "Limited to {0} users. One-time purchase, lifetime access."
msgstr "{0}ユーザーに限定。一度の購入で生涯アクセス。"
@@ -10856,7 +10933,7 @@ msgstr "リンク"
msgid "Link channel"
msgstr "チャンネルをリンク"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:530
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:544
#: src/components/uikit/ContextMenu/MediaContextMenu.tsx:145
#: src/components/uikit/ContextMenu/MediaContextMenu.tsx:228
msgid "Link copied to clipboard"
@@ -10902,7 +10979,7 @@ msgstr "リスト"
msgid "Lists members with this role in their own section in the member list."
msgstr "このロールを持つメンバーを、メンバーリスト内の専用セクションに表示します。"
-#: src/components/pages/ReportPage.tsx:327
+#: src/components/pages/report/optionDescriptors.ts:99
msgid "Lithuania"
msgstr "リトアニア"
@@ -10934,7 +11011,7 @@ msgstr "BANリストを読み込み中..."
msgid "Loading communities..."
msgstr "コミュニティを読み込み中..."
-#: src/components/channel/embeds/media/EmbedImage.tsx:363
+#: src/components/channel/embeds/media/EmbedImage.tsx:368
msgid "Loading image"
msgstr "画像を読み込み中"
@@ -10947,7 +11024,7 @@ msgid "Loading more..."
msgstr "さらに読み込み中..."
#: src/components/channel/embeds/media/EmbedGifv.tsx:493
-#: src/components/channel/embeds/media/EmbedGifv.tsx:721
+#: src/components/channel/embeds/media/EmbedGifv.tsx:745
msgid "Loading placeholder"
msgstr "プレースホルダーを読み込み中"
@@ -10971,7 +11048,7 @@ msgstr "テーマを読み込み中..."
msgid "Loading verification methods..."
msgstr "認証方法を読み込み中..."
-#: src/components/channel/embeds/media/EmbedImage.tsx:363
+#: src/components/channel/embeds/media/EmbedImage.tsx:368
msgid "Loading: {alt}"
msgstr "読み込み中: {alt}"
@@ -11021,7 +11098,7 @@ msgid "Log in with a passkey"
msgstr "パスキーでログイン"
#: src/components/modals/components/DesktopSettingsView.tsx:346
-#: src/components/modals/components/MobileSettingsView.tsx:362
+#: src/components/modals/components/MobileSettingsView.tsx:357
#: src/components/pages/PendingVerificationPage.tsx:151
msgid "Log Out"
msgstr "ログアウト"
@@ -11101,7 +11178,7 @@ msgstr "低"
msgid "Low (480p)"
msgstr "低 (480p)"
-#: src/components/pages/ReportPage.tsx:328
+#: src/components/pages/report/optionDescriptors.ts:100
msgid "Luxembourg"
msgstr "ルクセンブルク"
@@ -11114,16 +11191,16 @@ msgstr "グループオーナーにする"
msgid "Make links to websites stand out more by always underlining them."
msgstr "ウェブサイトへのリンクを常に下線で強調して目立たせます。"
-#: src/components/pages/ReportPage.tsx:271
+#: src/components/pages/report/optionDescriptors.ts:52
#: src/constants/IARConstants.tsx:77
msgid "Malicious Links"
msgstr "悪意のあるリンク"
-#: src/components/pages/ReportPage.tsx:329
+#: src/components/pages/report/optionDescriptors.ts:101
msgid "Malta"
msgstr "マルタ"
-#: src/components/pages/ReportPage.tsx:302
+#: src/components/pages/report/optionDescriptors.ts:77
#: src/constants/IARConstants.tsx:190
msgid "Malware Distribution"
msgstr "マルウェア配布"
@@ -11214,7 +11291,7 @@ msgid "Manage slash commands for this application"
msgstr "このアプリケーションのスラッシュコマンドを管理する"
#: src/components/layout/app-layout/nagbars/PremiumGracePeriodNagbar.tsx:83
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:288
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:324
msgid "Manage Subscription"
msgstr "サブスクリプション管理"
@@ -11227,7 +11304,7 @@ msgstr "Fluxerへのサインインに使用するメールアドレスを管理
msgid "Manage Webhooks"
msgstr "Webhook管理"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:100
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:104
msgid "Manage your applications and bots."
msgstr "あなたのアプリケーションとボットを管理します。"
@@ -11243,7 +11320,7 @@ msgstr "ギフトの管理"
msgid "Manage your phone number for SMS two-factor authentication"
msgstr "SMS二要素認証用の電話番号を管理する"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:280
+#: src/components/modals/tabs/GiftInventoryTab.tsx:303
msgid "Manage your purchased Plutonium gift codes. Share the gift URL with someone special or redeem it for yourself!"
msgstr "購入したPlutoniumギフトコードを管理します。特別な人とギフトURLを共有するか、自分で引き換えてください!"
@@ -11256,8 +11333,8 @@ msgid "Mark as 18+ (NSFW)"
msgstr "18歳以上(NSFW)としてマーク"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:358
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1115
-#: src/components/bottomsheets/DMBottomSheet.tsx:388
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1139
+#: src/components/bottomsheets/DMBottomSheet.tsx:390
#: src/components/channel/NewMessagesBar.tsx:60
#: src/components/uikit/ContextMenu/items/CategoryMenuItems.tsx:81
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:79
@@ -11319,7 +11396,7 @@ msgstr "Markdown"
msgid "Markdown Preview"
msgstr "Markdownプレビュー"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:516
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:530
msgid "Marked as read"
msgstr "既読にしました"
@@ -11347,7 +11424,7 @@ msgstr "スライダーの下のマーカー"
msgid "Marty_McFly"
msgstr "Marty_McFly"
-#: src/components/modals/ClaimAccountModal.tsx:160
+#: src/components/modals/ClaimAccountModal.tsx:162
#: src/components/modals/EmailChangeModal.tsx:254
msgid "marty@example.com"
msgstr "marty@example.com"
@@ -11356,7 +11433,7 @@ msgstr "marty@example.com"
msgid "Mask Visionary as subscription"
msgstr "Visionaryをサブスクリプションとしてマスクする"
-#: src/components/modals/InviteModal.tsx:291
+#: src/components/modals/InviteModal.tsx:288
msgid "Max number of uses"
msgstr "最大使用回数"
@@ -11393,7 +11470,8 @@ msgstr "カメラの最大品質は1080pです"
msgid "Maximum quality, requires very fast connection"
msgstr "最高品質、非常に高速な接続が必要です"
-#: src/components/modals/GiftAcceptModal.tsx:151
+#: src/components/modals/GiftAcceptModal.tsx:161
+#: src/components/modals/GiftAcceptModal.tsx:194
msgid "Maybe later"
msgstr "後で"
@@ -11411,7 +11489,7 @@ msgstr "計測中..."
#: src/components/channel/AutocompleteEmoji.tsx:154
#: src/components/channel/textarea/TextareaButtons.tsx:122
-#: src/components/modals/ExpressionPickerSheet.tsx:77
+#: src/components/modals/ExpressionPickerSheet.tsx:64
#: src/components/modals/tabs/ChatSettingsTab.tsx:43
#: src/components/modals/tabs/ChatSettingsTab/Inline.tsx:37
#: src/components/modals/utils/settingsConstants.tsx:298
@@ -11504,8 +11582,8 @@ msgstr "メンバー認証"
msgid "Member verification level"
msgstr "メンバー認証レベル"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:877
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:913
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:909
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:945
#: src/components/modals/guildTabs/GuildMembersTab.tsx:429
#: src/components/modals/shared/AddOverridePopout.tsx:176
#: src/components/modals/utils/guildSettingsConstants.tsx:157
@@ -11536,7 +11614,7 @@ msgstr "メンバーを整理しました"
msgid "Members receive notifications for every message"
msgstr "メンバーはすべてのメッセージについて通知を受け取ります"
-#: src/components/modals/InviteModal.tsx:302
+#: src/components/modals/InviteModal.tsx:299
msgid "Members will be removed when they go offline unless a role is assigned"
msgstr "役割が割り当てられていない限り、メンバーはオフラインになると削除されます"
@@ -11608,11 +11686,11 @@ msgid "mentions:"
msgstr "メンション:"
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:234
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:218
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:220
#: src/components/modals/tabs/ComponentGalleryTab/InputsTab.tsx:164
-#: src/components/modals/UserProfileMobileSheet.tsx:497
-#: src/components/modals/UserProfileModal.tsx:1189
-#: src/components/modals/UserProfileModal.tsx:1311
+#: src/components/modals/UserProfileMobileSheet.tsx:501
+#: src/components/modals/UserProfileModal.tsx:1190
+#: src/components/modals/UserProfileModal.tsx:1316
#: src/components/popouts/UserProfilePopout.tsx:289
#: src/components/popouts/UserProfilePopout.tsx:308
#: src/components/profile/ProfilePreview.tsx:292
@@ -11689,7 +11767,7 @@ msgstr "メッセージグループ化"
msgid "Message is too long"
msgstr "メッセージが長すぎます"
-#: src/components/pages/ReportPage.tsx:837
+#: src/components/pages/report/ReportStepDetails.tsx:107
msgid "Message Link"
msgstr "メッセージリンク"
@@ -11744,7 +11822,7 @@ msgstr "メッセージとメディア"
msgid "Messages Deleted"
msgstr "メッセージを削除しました"
-#: src/components/channel/Messages.tsx:938
+#: src/components/channel/Messages.tsx:936
msgid "Messages failed to load"
msgstr "メッセージの読み込みに失敗しました"
@@ -11888,22 +11966,21 @@ msgstr "モデレーション"
msgid "Monospace font family"
msgstr "等幅フォントファミリー"
-#: src/components/auth/DateOfBirthField.tsx:87
-#: src/components/auth/DateOfBirthField.tsx:154
+#: src/components/auth/DateOfBirthField.tsx:151
#: src/components/auth/MockMinimalRegisterForm.tsx:68
msgid "Month"
msgstr "月"
-#: src/components/modals/components/plutonium/PricingSection.tsx:71
+#: src/components/modals/components/plutonium/PricingSection.tsx:78
msgid "Monthly"
msgstr "月額"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:63
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:73
msgid "Monthly {monthlyPrice}"
msgstr "月額 {monthlyPrice}"
#: src/components/accounts/AccountRow.tsx:178
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:863
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:895
#: src/components/channel/friends/FriendListItem.tsx:229
#: src/components/channel/MessageActionBar.tsx:647
#: src/components/channel/MessageActionBar.tsx:776
@@ -11936,7 +12013,7 @@ msgstr "ステッカースロットを増やす"
msgid "Most popular"
msgstr "最も人気"
-#: src/components/channel/ChannelSearchResults.tsx:225
+#: src/components/channel/ChannelSearchResults.tsx:182
#: src/components/search/SortModeSheet.tsx:53
msgid "Most Relevant"
msgstr "最も関連性の高い"
@@ -12015,7 +12092,7 @@ msgstr "多言語コンテンツ"
msgid "Music Lovers"
msgstr "音楽愛好家"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:850
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:882
#: src/components/bottomsheets/VoiceLobbyBottomSheet.tsx:179
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:253
#: src/components/layout/UserArea.tsx:213
@@ -12055,7 +12132,7 @@ msgstr "チャンネルをミュート"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:400
#: src/components/bottomsheets/ChannelBottomSheet.tsx:452
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1010
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1034
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:171
#: src/components/modals/GuildNotificationSettingsModal.tsx:295
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:168
@@ -12069,9 +12146,9 @@ msgstr "チャンネルをミュート"
msgid "Mute Community"
msgstr "コミュニティをミュート"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1012
-#: src/components/bottomsheets/DMBottomSheet.tsx:449
-#: src/components/bottomsheets/DMBottomSheet.tsx:590
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1036
+#: src/components/bottomsheets/DMBottomSheet.tsx:451
+#: src/components/bottomsheets/DMBottomSheet.tsx:593
msgid "Mute Conversation"
msgstr "会話をミュート"
@@ -12096,7 +12173,7 @@ msgstr "メンバーをミュート"
msgid "Mute User"
msgstr "ユーザーをミュート"
-#: src/components/layout/guild-list/GuildListItem.tsx:193
+#: src/components/layout/guild-list/GuildListItem.tsx:194
#: src/components/layout/VoiceStateIcons.tsx:53
#: src/components/voice/VoiceParticipantTile.tsx:897
#: src/utils/ContextMenuUtils.tsx:159
@@ -12105,7 +12182,7 @@ msgstr "ミュート中"
#. placeholder {0}: DateUtils.getFormattedDateTime(new Date(muteConfig.end_time))
#. placeholder {0}: getFormattedDateTime(new Date(muteConfig.end_time))
-#: src/components/layout/guild-list/GuildListItem.tsx:191
+#: src/components/layout/guild-list/GuildListItem.tsx:192
#: src/utils/ContextMenuUtils.tsx:157
msgid "Muted until {0}"
msgstr "{0} までミュート中"
@@ -12253,7 +12330,7 @@ msgstr "アカウントが必要ですか?"
msgid "Neighborhood Watch"
msgstr "ネイバーフッドウォッチ"
-#: src/components/pages/ReportPage.tsx:330
+#: src/components/pages/report/optionDescriptors.ts:102
msgid "Netherlands"
msgstr "オランダ"
@@ -12261,9 +12338,9 @@ msgstr "オランダ"
msgid "Network"
msgstr "ネットワーク"
-#: src/components/modals/components/PlutoniumContent.tsx:145
-#: src/components/modals/components/PlutoniumContent.tsx:271
-#: src/components/modals/tabs/BetaCodesTab.tsx:295
+#: src/components/modals/components/PlutoniumContent.tsx:156
+#: src/components/modals/components/PlutoniumContent.tsx:288
+#: src/components/modals/tabs/BetaCodesTab.tsx:320
#: src/components/modals/tabs/DevicesTab.tsx:229
msgid "Network error"
msgstr "ネットワークエラー"
@@ -12290,7 +12367,7 @@ msgstr "期限切れなし"
#: src/components/channel/Divider.tsx:51
#: src/components/channel/Divider.tsx:60
#: src/components/channel/UnreadDividerSlot.tsx:45
-#: src/components/layout/GuildsLayout.tsx:285
+#: src/components/layout/GuildsLayout.tsx:283
msgid "New"
msgstr "新規"
@@ -12311,7 +12388,7 @@ msgstr "新しいメール"
msgid "New email form"
msgstr "新規メールフォーム"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:902
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:934
msgid "New Group"
msgstr "新規グループ"
@@ -12334,7 +12411,7 @@ msgid "new-channel"
msgstr "new-channel"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:446
-#: src/components/channel/ChannelSearchResults.tsx:223
+#: src/components/channel/ChannelSearchResults.tsx:180
msgid "Newest"
msgstr "最新"
@@ -12394,7 +12471,7 @@ msgstr "ニックネームは32文字以内で入力してください"
msgid "Nickname updated"
msgstr "ニックネームを更新しました"
-#: src/components/layout/GuildLayout.tsx:392
+#: src/components/layout/GuildLayout.tsx:397
msgid "No accessible channels"
msgstr "アクセス可能なチャンネルがありません"
@@ -12431,7 +12508,7 @@ msgstr "禁止されたユーザーはいません"
msgid "No bans found matching your search."
msgstr "検索条件に一致する禁止は見つかりませんでした。"
-#: src/components/modals/tabs/BetaCodesTab.tsx:365
+#: src/components/modals/tabs/BetaCodesTab.tsx:390
msgid "No beta codes yet"
msgstr "まだベータコードがありません"
@@ -12471,7 +12548,7 @@ msgstr "利用可能なチャンネルはありません"
msgid "No channels found"
msgstr "チャンネルが見つかりません"
-#: src/components/modals/tabs/BetaCodesTab.tsx:275
+#: src/components/modals/tabs/BetaCodesTab.tsx:279
msgid "No codes remaining. Resets {resetString}"
msgstr "コードが残っていません。リセット: {resetString}"
@@ -12484,7 +12561,7 @@ msgid "No community banner"
msgstr "コミュニティバナーはありません"
#: src/components/auth/InviteHeader.tsx:156
-#: src/components/channel/InviteEmbed.tsx:215
+#: src/components/channel/InviteEmbed.tsx:217
#: src/components/modals/InviteAcceptModal.tsx:148
#: src/components/modals/tabs/ExpressionPacksTab.tsx:73
msgid "No description provided."
@@ -12516,7 +12593,7 @@ msgstr "まだ友達がいません"
msgid "No GIFs found"
msgstr "GIFが見つかりません"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:311
+#: src/components/modals/tabs/GiftInventoryTab.tsx:334
msgid "No gifts yet"
msgstr "まだギフトはありません"
@@ -12656,7 +12733,7 @@ msgid "No results"
msgstr "結果なし"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:315
-#: src/components/channel/ChannelSearchResults.tsx:709
+#: src/components/channel/ChannelSearchResults.tsx:678
msgid "No Results"
msgstr "結果なし"
@@ -12717,7 +12794,7 @@ msgstr "システムチャンネルなし"
msgid "No Timer"
msgstr "タイマーなし"
-#: src/components/channel/dm/AddFriendForm.tsx:70
+#: src/components/channel/dm/AddFriendForm.tsx:93
msgid "No user found with that FluxerTag."
msgstr "そのFluxerTagを持つユーザーは見つかりませんでした。"
@@ -12797,7 +12874,7 @@ msgstr "後で"
msgid "Not your cup of tea? You can disable this feature anytime."
msgstr "気に入りませんか?この機能はいつでも無効にできます。"
-#: src/components/modals/UserProfileMobileSheet.tsx:549
+#: src/components/modals/UserProfileMobileSheet.tsx:553
#: src/components/modals/UserProfileModal.tsx:244
#: src/components/modals/UserProfileModal.tsx:248
#: src/components/pages/YouPage.tsx:144
@@ -12813,7 +12890,7 @@ msgstr "注記(あなたのみに表示されます)"
msgid "nothing"
msgstr "何もない"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1387
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1411
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:218
#: src/components/modals/GuildNotificationSettingsModal.tsx:95
#: src/components/modals/GuildNotificationSettingsModal.tsx:226
@@ -12835,8 +12912,8 @@ msgid "Notification Overrides"
msgstr "通知の上書き"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:405
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1160
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1341
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1184
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1365
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:199
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsButton.tsx:59
#: src/components/modals/GuildNotificationSettingsModal.tsx:162
@@ -12904,17 +12981,17 @@ msgstr "NSFWコンテンツは許可されていません"
msgid "NSFW Gates"
msgstr "NSFWゲート"
-#: src/components/pages/ReportPage.tsx:266
+#: src/components/pages/report/optionDescriptors.ts:47
#: src/constants/IARConstants.tsx:52
msgid "NSFW Policy Violation"
msgstr "NSFWポリシー違反"
#. placeholder {0}: formatter.format(visionarySlots.total)
-#: src/components/modals/components/plutonium/VisionarySection.tsx:82
+#: src/components/modals/components/plutonium/VisionarySection.tsx:91
msgid "Numbered badge (1-{0}) showing your Visionary status"
msgstr "あなたのビジョナリーステータスを示す番号付きバッジ (1-{0})"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:83
+#: src/components/modals/components/plutonium/VisionarySection.tsx:92
msgid "Numbered badge showing your Visionary status"
msgstr "あなたのVisionaryステータスを示す番号付きバッジ"
@@ -12933,8 +13010,8 @@ msgstr "オブジェクト"
msgid "Off"
msgstr "オフ"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:281
-#: src/components/channel/ChannelMembers.tsx:137
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:287
+#: src/components/channel/ChannelMembers.tsx:108
#: src/Constants.tsx:134
#: src/utils/MemberListUtils.ts:150
#: src/utils/MemberListUtils.ts:188
@@ -12962,7 +13039,7 @@ msgid "Okay"
msgstr "OK"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:446
-#: src/components/channel/ChannelSearchResults.tsx:224
+#: src/components/channel/ChannelSearchResults.tsx:181
msgid "Oldest"
msgstr "最も古い"
@@ -13020,25 +13097,25 @@ msgstr "1つ以上のチャンネルがインデックス中です"
msgid "one second ago"
msgstr "1秒前"
-#: src/components/modals/components/plutonium/GiftSection.tsx:71
-#: src/components/modals/components/plutonium/GiftSection.tsx:80
-#: src/components/modals/components/plutonium/PricingSection.tsx:103
-#: src/components/modals/components/plutonium/PricingSection.tsx:112
+#: src/components/modals/components/plutonium/GiftSection.tsx:78
+#: src/components/modals/components/plutonium/GiftSection.tsx:90
+#: src/components/modals/components/plutonium/PricingSection.tsx:118
+#: src/components/modals/components/plutonium/PricingSection.tsx:130
msgid "one-time purchase"
msgstr "1回限りの購入"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:65
+#: src/components/modals/components/plutonium/VisionarySection.tsx:74
msgid "One-time purchase, lifetime access."
msgstr "一度の購入で、生涯アクセス可能。"
-#: src/components/modals/components/plutonium/GiftSection.tsx:89
-#: src/components/modals/components/plutonium/PricingSection.tsx:90
-#: src/components/modals/components/plutonium/PricingSection.tsx:121
+#: src/components/modals/components/plutonium/GiftSection.tsx:102
+#: src/components/modals/components/plutonium/PricingSection.tsx:103
+#: src/components/modals/components/plutonium/PricingSection.tsx:142
msgid "one-time, lifetime"
msgstr "1回限り、永久"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:281
-#: src/components/channel/ChannelMembers.tsx:135
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:285
+#: src/components/channel/ChannelMembers.tsx:106
#: src/components/channel/dm/DMFriendsView.tsx:168
#: src/components/channel/friends/views/FriendsList.tsx:95
#: src/Constants.tsx:130
@@ -13051,7 +13128,7 @@ msgstr "オンライン"
msgid "Online Status"
msgstr "オンラインステータス"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1382
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1406
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:212
#: src/components/modals/GuildNotificationSettingsModal.tsx:91
#: src/components/modals/GuildNotificationSettingsModal.tsx:281
@@ -13120,11 +13197,11 @@ msgstr "アカウント請求モーダルを開く"
msgid "Open color picker"
msgstr "カラーピッカーを開く"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1398
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1422
msgid "Open Community Notification Settings"
msgstr "コミュニティ通知設定を開く"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:286
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:322
msgid "Open Customer Portal"
msgstr "カスタマーポータルを開く"
@@ -13293,7 +13370,7 @@ msgstr "オプション3"
msgid "Option Two"
msgstr "オプション2"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:89
+#: src/components/modals/components/plutonium/VisionarySection.tsx:98
msgid "Optional #0000 tag"
msgstr "オプションの#0000タグ"
@@ -13309,7 +13386,7 @@ msgstr "または"
msgid "Or copy the link:"
msgstr "またはリンクをコピー:"
-#: src/components/modals/InviteModal.tsx:312
+#: src/components/modals/InviteModal.tsx:309
msgid "or send an invite link to a friend:"
msgstr "または友人に招待リンクを送信:"
@@ -13325,9 +13402,9 @@ msgstr "元のメッセージの読み込みに失敗しました"
msgid "Original message was deleted"
msgstr "元のメッセージは削除されました"
-#: src/components/pages/ReportPage.tsx:273
-#: src/components/pages/ReportPage.tsx:287
-#: src/components/pages/ReportPage.tsx:303
+#: src/components/pages/report/optionDescriptors.ts:54
+#: src/components/pages/report/optionDescriptors.ts:65
+#: src/components/pages/report/optionDescriptors.ts:78
#: src/constants/IARConstants.tsx:87
#: src/constants/IARConstants.tsx:139
#: src/constants/IARConstants.tsx:195
@@ -13463,8 +13540,8 @@ msgstr "パスキーには有効なアプリケーション識別子を持つ署
#: src/components/auth/AuthLoginCore/AuthLoginEmailPasswordForm.tsx:90
#: src/components/auth/AuthRegisterFormCore.tsx:136
#: src/components/auth/AuthRegisterFormCore.tsx:217
-#: src/components/modals/ClaimAccountModal.tsx:168
-#: src/components/modals/ClaimAccountModal.tsx:208
+#: src/components/modals/ClaimAccountModal.tsx:170
+#: src/components/modals/ClaimAccountModal.tsx:210
#: src/components/modals/SudoVerificationModal.tsx:171
#: src/components/modals/SudoVerificationModal.tsx:236
#: src/components/modals/tabs/AccountSecurityTab/AccountTab.tsx:105
@@ -13546,11 +13623,11 @@ msgstr "友達の友達があなたをグループチャットに追加できま
msgid "People who are friends with your friends can call you"
msgstr "友達の友達があなたに通話できます"
-#: src/components/modals/components/plutonium/PricingSection.tsx:73
+#: src/components/modals/components/plutonium/PricingSection.tsx:80
msgid "per month"
msgstr "月ごと"
-#: src/components/modals/components/plutonium/PricingSection.tsx:80
+#: src/components/modals/components/plutonium/PricingSection.tsx:90
msgid "per year"
msgstr "年ごと"
@@ -13588,8 +13665,8 @@ msgstr "権限が付与されました"
msgid "Personal notes"
msgstr "個人メモ"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:479
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:778
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:493
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:810
#: src/components/channel/channel-header/useChannelHeaderData.ts:84
#: src/components/channel/dm/DMList.tsx:708
#: src/components/channel/dm/DMList.tsx:795
@@ -13662,16 +13739,16 @@ msgid "Pick which phone step to show"
msgstr "表示する電話ステップを選択"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:336
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1132
-#: src/components/bottomsheets/DMBottomSheet.tsx:483
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1156
+#: src/components/bottomsheets/DMBottomSheet.tsx:485
#: src/components/channel/dm/DMList.tsx:287
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:153
msgid "Pin DM"
msgstr "DMをピン留め"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:295
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1132
-#: src/components/bottomsheets/DMBottomSheet.tsx:483
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1156
+#: src/components/bottomsheets/DMBottomSheet.tsx:485
#: src/components/channel/dm/DMList.tsx:248
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:133
msgid "Pin Group DM"
@@ -13714,20 +13791,20 @@ msgid "Ping: {latency}ms"
msgstr "Ping: {latency}ms"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:219
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:566
-#: src/components/bottomsheets/DMBottomSheet.tsx:147
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:580
+#: src/components/bottomsheets/DMBottomSheet.tsx:149
#: src/components/channel/dm/DMList.tsx:214
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:115
msgid "Pinned DM"
msgstr "ピン留め済みDM"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:219
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:566
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:580
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:95
msgid "Pinned group"
msgstr "ピン留め済みグループ"
-#: src/components/bottomsheets/DMBottomSheet.tsx:147
+#: src/components/bottomsheets/DMBottomSheet.tsx:149
msgid "Pinned group DM"
msgstr "ピン留めされたグループDM"
@@ -13742,7 +13819,7 @@ msgstr "ピン留め済みメッセージ"
msgid "pinned:"
msgstr "ピン留め:"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:886
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:918
msgid "Pins"
msgstr "ピン留め"
@@ -13789,15 +13866,15 @@ msgstr "確認メールをメールボックスで確認してください。"
msgid "Please enable Fluxer in System Settings → Privacy & Security → Input Monitoring."
msgstr "システム設定→プライバシーとセキュリティ→入力モニタリングでFluxerを有効にしてください。"
-#: src/components/pages/ReportPage.tsx:396
+#: src/components/pages/ReportPage.tsx:211
msgid "Please enter a valid email address."
msgstr "有効なメールアドレスを入力してください。"
-#: src/components/channel/dm/AddFriendForm.tsx:74
+#: src/components/channel/dm/AddFriendForm.tsx:97
msgid "Please enter a valid FluxerTag (Username#0000)."
msgstr "有効なFluxerTag(ユーザー名#0000)を入力してください。"
-#: src/components/pages/ReportPage.tsx:509
+#: src/components/pages/ReportPage.tsx:336
msgid "Please enter a valid message link URL."
msgstr "有効なメッセージリンクのURLを入力してください。"
@@ -13809,26 +13886,22 @@ msgstr "APIエンドポイントを入力してください。"
msgid "Please fill out the following fields: {fieldList}"
msgstr "以下の項目を入力してください: {fieldList}"
-#: src/components/pages/ReportPage.tsx:436
+#: src/components/pages/ReportPage.tsx:261
msgid "Please go back and enter a valid email address."
msgstr "戻って有効なメールアドレスを入力してください。"
-#: src/components/pages/ReportPage.tsx:542
+#: src/components/pages/ReportPage.tsx:369
msgid "Please include the community (guild) ID you are reporting."
msgstr "報告するコミュニティ(ギルド)のIDを含めてください。"
-#: src/components/pages/ReportPage.tsx:504
+#: src/components/pages/ReportPage.tsx:331
msgid "Please paste the message link you are reporting."
msgstr "報告するメッセージリンクを貼り付けてください。"
-#: src/components/pages/ReportPage.tsx:391
+#: src/components/pages/ReportPage.tsx:206
msgid "Please provide an email address."
msgstr "メールアドレスを入力してください。"
-#: src/components/pages/ReportPage.tsx:801
-msgid "Please provide the details of your report."
-msgstr "報告の詳細を入力してください。"
-
#: src/components/modals/tabs/ApplicationsTab/ApplicationDetail.tsx:555
msgid "Please retry or go back to the applications list."
msgstr "再試行するか、アプリケーションリストに戻ってください。"
@@ -13837,7 +13910,7 @@ msgstr "再試行するか、アプリケーションリストに戻ってくだ
msgid "Please select a violation category"
msgstr "違反カテゴリを選択してください"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:297
+#: src/components/modals/tabs/GiftInventoryTab.tsx:320
msgid "Please try again later."
msgstr "後でもう一度お試しください。"
@@ -13878,7 +13951,7 @@ msgstr "Plutoniumバッジのプライバシー"
msgid "Plutonium perks"
msgstr "Plutonium特典"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:110
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:129
msgid "Plutonium Subscription"
msgstr "Plutoniumサブスクリプション"
@@ -13886,7 +13959,7 @@ msgstr "Plutoniumサブスクリプション"
msgid "PNG"
msgstr "PNG"
-#: src/components/pages/ReportPage.tsx:331
+#: src/components/pages/report/optionDescriptors.ts:103
msgid "Poland"
msgstr "ポーランド"
@@ -13903,7 +13976,7 @@ msgstr "投票"
msgid "Popouts"
msgstr "ポップアウト"
-#: src/components/pages/ReportPage.tsx:332
+#: src/components/pages/report/optionDescriptors.ts:104
msgid "Portugal"
msgstr "ポルトガル"
@@ -13943,11 +14016,11 @@ msgstr "プレミアムタイプオーバーライド"
msgid "Press keys..."
msgstr "キーを押してください..."
-#: src/components/channel/MessageReactions.tsx:121
+#: src/components/channel/MessageReactions.tsx:120
msgid "press to add reaction"
msgstr "リアクションを追加するには押す"
-#: src/components/channel/MessageReactions.tsx:121
+#: src/components/channel/MessageReactions.tsx:120
msgid "press to remove reaction"
msgstr "リアクションを削除するには押す"
@@ -14143,15 +14216,15 @@ msgstr "二要素認証とパスキーでアカウントを保護しましょう
msgid "Provide any additional context that may help our Safety Team..."
msgstr "セーフティチームの参考になる追加の情報を提供してください..."
-#: src/components/pages/ReportPage.tsx:882
+#: src/components/pages/report/ReportStepDetails.tsx:156
msgid "Provide at least a user ID or a user tag."
msgstr "ユーザーIDまたはユーザータグのいずれかを入力してください。"
-#: src/components/pages/ReportPage.tsx:527
+#: src/components/pages/ReportPage.tsx:354
msgid "Provide either a user ID or a FluxerTag for the person you are reporting."
msgstr "報告する人物のユーザーIDまたはFluxerTagを入力してください。"
-#: src/components/pages/ReportPage.tsx:478
+#: src/components/pages/ReportPage.tsx:305
msgid "Provide your full legal name for the declaration."
msgstr "宣言用に法的な正式名を入力してください。"
@@ -14163,7 +14236,7 @@ msgstr "{dayCount, plural, one {<0># 日0>} other {<1># 日1>}}の間非活
msgid "Public bot"
msgstr "公開ボット"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:312
+#: src/components/modals/tabs/GiftInventoryTab.tsx:335
msgid "Purchase a Plutonium gift from the Plutonium tab to share with friends!"
msgstr "PlutoniumタブからPlutoniumギフトを購入して友達と共有しましょう!"
@@ -14171,12 +14244,12 @@ msgstr "PlutoniumタブからPlutoniumギフトを購入して友達と共有し
msgid "Purchase History"
msgstr "購入履歴"
-#: src/components/modals/components/plutonium/PricingSection.tsx:61
+#: src/components/modals/components/plutonium/PricingSection.tsx:67
msgid "Purchase mode"
msgstr "購入モード"
#. placeholder {0}: getFormattedShortDate(new Date(gift.created_at))
-#: src/components/modals/tabs/GiftInventoryTab.tsx:119
+#: src/components/modals/tabs/GiftInventoryTab.tsx:120
msgid "Purchased {0}"
msgstr "{0} を購入しました"
@@ -14275,7 +14348,7 @@ msgstr "ラジオボタンはグループから1つのオプションを選択
msgid "Radio Group"
msgstr "ラジオグループ"
-#: src/components/pages/ReportPage.tsx:300
+#: src/components/pages/report/optionDescriptors.ts:75
#: src/constants/IARConstants.tsx:180
msgid "Raid Coordination"
msgstr "レイド調整"
@@ -14310,7 +14383,7 @@ msgid "Reactions"
msgstr "リアクション"
#: src/components/layout/app-layout/nagbars/PremiumExpiredNagbar.tsx:77
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:284
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:320
msgid "Reactivate"
msgstr "再有効化"
@@ -14323,15 +14396,15 @@ msgstr "メッセージ履歴を読む"
msgid "Read the community's audit log of changes and moderation actions."
msgstr "コミュニティの変更とモデレーションアクションの監査ログを読む。"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:146
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:160
msgid "Read the Documentation (fluxer.dev)"
msgstr "ドキュメントを読む (fluxer.dev)"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:52
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:60
msgid "Ready to Buy a Gift?"
msgstr "ギフトを購入しますか?"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:52
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:60
msgid "Ready to Upgrade?"
msgstr "アップグレードしますか?"
@@ -14388,11 +14461,11 @@ msgstr "再接続中…"
msgid "Record shortcut"
msgstr "ショートカットを記録"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:269
+#: src/components/modals/tabs/GiftInventoryTab.tsx:292
msgid "Redeem"
msgstr "引き換え"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:232
+#: src/components/modals/tabs/GiftInventoryTab.tsx:255
msgid "Redeem a Gift"
msgstr "ギフトを引き換え"
@@ -14400,40 +14473,40 @@ msgstr "ギフトを引き換え"
msgid "Redeem Beta Code"
msgstr "ベータコードを引き換え"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:165
+#: src/components/modals/tabs/GiftInventoryTab.tsx:166
msgid "Redeem for Yourself"
msgstr "自分用に引き換え"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:255
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:281
msgid "Redeem Gift Code"
msgstr "ギフトコードを引き換え"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:238
+#: src/components/modals/tabs/GiftInventoryTab.tsx:261
msgid "Redeem gift code form"
msgstr "ギフトコード引き換えフォーム"
#. placeholder {0}: redeemedBetaCodes.length
-#: src/components/modals/tabs/BetaCodesTab.tsx:349
+#: src/components/modals/tabs/BetaCodesTab.tsx:374
msgid "Redeemed ({0})"
msgstr "引き換え済み ({0})"
#. placeholder {0}: getFormattedShortDate(new Date(gift.redeemed_at!))
-#: src/components/modals/tabs/GiftInventoryTab.tsx:117
+#: src/components/modals/tabs/GiftInventoryTab.tsx:118
msgid "Redeemed {0}"
msgstr "引き換え済み {0}"
#. placeholder {0}: gift.redeemed_by.username
#. placeholder {1}: gift.redeemed_by.discriminator
-#: src/components/modals/tabs/GiftInventoryTab.tsx:153
+#: src/components/modals/tabs/GiftInventoryTab.tsx:154
msgid "Redeemed by {0}#{1}"
msgstr "引き換え者: {0}#{1}"
-#: src/components/modals/tabs/BetaCodesTab.tsx:54
+#: src/components/modals/tabs/BetaCodesTab.tsx:56
msgid "Redeemer"
msgstr "引き換え者"
-#: src/components/modals/tabs/BetaCodesTab.tsx:111
-#: src/components/modals/tabs/BetaCodesTab.tsx:188
+#: src/components/modals/tabs/BetaCodesTab.tsx:113
+#: src/components/modals/tabs/BetaCodesTab.tsx:190
msgid "Redeemer:"
msgstr "引き換え者:"
@@ -14526,7 +14599,7 @@ msgstr "通常ボタン"
msgid "Regular button clicked!"
msgstr "通常ボタンがクリックされました!"
-#: src/components/channel/channel-view/DMChannelView.tsx:298
+#: src/components/channel/channel-view/DMChannelView.tsx:299
#: src/components/voice/IncomingCallUI.tsx:310
msgid "Reject"
msgstr "拒否"
@@ -14624,19 +14697,19 @@ msgstr "入場音を削除"
msgid "Remove filter"
msgstr "フィルターを削除"
-#: src/components/bottomsheets/DMBottomSheet.tsx:508
-#: src/components/channel/dm/DMWelcomeSection.tsx:132
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:144
+#: src/components/bottomsheets/DMBottomSheet.tsx:510
+#: src/components/channel/dm/DMWelcomeSection.tsx:144
#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:146
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:253
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:148
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:255
#: src/components/modals/UserProfileActionsSheet.tsx:115
#: src/components/modals/UserProfileActionsSheet.tsx:117
#: src/components/modals/UserProfileActionsSheet.tsx:278
-#: src/components/modals/UserProfileMobileSheet.tsx:302
-#: src/components/modals/UserProfileMobileSheet.tsx:304
+#: src/components/modals/UserProfileMobileSheet.tsx:303
+#: src/components/modals/UserProfileMobileSheet.tsx:305
#: src/components/modals/UserProfileModal.tsx:1143
-#: src/components/modals/UserProfileModal.tsx:1228
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:108
+#: src/components/modals/UserProfileModal.tsx:1229
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:129
#: src/utils/RelationshipActionUtils.tsx:113
#: src/utils/RelationshipActionUtils.tsx:115
msgid "Remove Friend"
@@ -14654,8 +14727,8 @@ msgid "Remove from favorites"
msgstr "お気に入りから削除"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:370
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1103
-#: src/components/bottomsheets/DMBottomSheet.tsx:400
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1127
+#: src/components/bottomsheets/DMBottomSheet.tsx:402
#: src/components/channel/ChannelHeader.tsx:547
#: src/components/channel/ChannelHeader.tsx:595
#: src/components/channel/ChannelHeader.tsx:600
@@ -14720,7 +14793,7 @@ msgstr "ネタバレを削除"
msgid "Remove sticker"
msgstr "ステッカーを削除"
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:285
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:288
#: src/components/modals/RemoveTimeoutModal.tsx:61
#: src/components/modals/RemoveTimeoutModal.tsx:75
#: src/components/modals/TimeoutMemberSheet.tsx:101
@@ -14763,11 +14836,11 @@ msgid "Removed from bookmarks"
msgstr "ブックマークから削除されました"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:115
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:541
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:555
msgid "Removed from favorites"
msgstr "お気に入りから削除されました"
-#: src/components/bottomsheets/DMBottomSheet.tsx:126
+#: src/components/bottomsheets/DMBottomSheet.tsx:128
msgid "Removed from Favorites"
msgstr "お気に入りから削除しました"
@@ -14891,7 +14964,7 @@ msgstr "コミュニティ名を {0} に変更しました。"
msgid "Render all your messages as unknown message type"
msgstr "すべてのメッセージを不明なメッセージタイプとしてレンダリングする"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:234
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:253
msgid "Renews on <0>{renewalDate}0>."
msgstr "<0>{renewalDate}0> に更新されます。"
@@ -14932,15 +15005,15 @@ msgstr "返信"
msgid "Replying to <0>{authorNickname}0>"
msgstr "<0>{authorNickname}0> に返信しています"
-#: src/components/pages/ReportPage.tsx:249
+#: src/components/pages/report/optionDescriptors.ts:38
msgid "Report a Community"
msgstr "コミュニティを報告"
-#: src/components/pages/ReportPage.tsx:247
+#: src/components/pages/report/optionDescriptors.ts:36
msgid "Report a Message"
msgstr "メッセージを報告"
-#: src/components/pages/ReportPage.tsx:248
+#: src/components/pages/report/optionDescriptors.ts:37
msgid "Report a User Profile"
msgstr "ユーザープロフィールを報告"
@@ -14949,12 +15022,12 @@ msgstr "ユーザープロフィールを報告"
msgid "Report Community"
msgstr "コミュニティを報告"
-#: src/components/pages/ReportPage.tsx:801
-msgid "Report Details"
+#: src/components/pages/report/ReportStepDetails.tsx:74
+msgid "Report details"
msgstr "報告の詳細"
-#: src/components/pages/ReportPage.tsx:241
-#: src/components/pages/ReportPage.tsx:612
+#: src/components/pages/report/ReportStepSelection.tsx:41
+#: src/components/pages/ReportPage.tsx:60
msgid "Report Illegal Content"
msgstr "違法コンテンツを報告"
@@ -14963,33 +15036,24 @@ msgstr "違法コンテンツを報告"
msgid "Report Message"
msgstr "メッセージを報告"
-#: src/components/pages/ReportPage.tsx:588
-msgid "Report Submitted"
-msgstr "報告を送信しました"
+#: src/components/pages/report/ReportStepComplete.tsx:36
+msgid "Report submitted"
+msgstr "報告が送信されました"
#: src/components/modals/IARModal.tsx:128
msgid "Report submitted successfully. Our Safety Team will review it shortly."
msgstr "報告が正常に送信されました。セーフティチームがすぐに確認します。"
-#: src/components/pages/ReportPage.tsx:624
-msgid "Report Type"
-msgstr "報告タイプ"
-
#: src/components/modals/IARModal.tsx:84
#: src/components/modals/UserProfileActionsSheet.tsx:289
#: src/components/modals/UserProfileModal.tsx:1157
msgid "Report User"
msgstr "ユーザーを報告"
-#: src/components/pages/ReportPage.tsx:852
+#: src/components/pages/report/ReportStepDetails.tsx:123
msgid "Reported User Tag (optional)"
msgstr "報告されたユーザータグ(オプション)"
-#: src/components/pages/ReportPage.tsx:644
-#: src/components/pages/ReportPage.tsx:804
-msgid "Reporting:"
-msgstr "報告中: "
-
#: src/components/modals/tabs/PrivacySafetyTab/DataExportTab.tsx:48
#: src/components/modals/tabs/PrivacySafetyTab/DataExportTab.tsx:125
msgid "Request Data Export"
@@ -15050,7 +15114,7 @@ msgstr "Plutoniumが必要です"
msgid "Reschedule Message"
msgstr "メッセージの再スケジュール"
-#: src/components/modals/ClaimAccountModal.tsx:222
+#: src/components/modals/ClaimAccountModal.tsx:224
#: src/components/modals/EmailChangeModal.tsx:230
#: src/components/modals/EmailChangeModal.tsx:294
msgid "Resend"
@@ -15064,7 +15128,11 @@ msgstr "再送信 ({newSecondsRemaining}秒)"
msgid "Resend ({originalSecondsRemaining}s)"
msgstr "再送信 ({originalSecondsRemaining}秒)"
-#: src/components/modals/ClaimAccountModal.tsx:222
+#: src/components/pages/report/ReportStepVerification.tsx:114
+msgid "Resend ({resendCooldownSeconds}s)"
+msgstr "再送信 ({resendCooldownSeconds}s)"
+
+#: src/components/modals/ClaimAccountModal.tsx:224
msgid "Resend ({resendSecondsRemaining}s)"
msgstr "再送信 ({resendSecondsRemaining}秒)"
@@ -15072,7 +15140,7 @@ msgstr "再送信 ({resendSecondsRemaining}秒)"
msgid "Resend Button Loading"
msgstr "再送信ボタン読み込み中"
-#: src/components/pages/ReportPage.tsx:761
+#: src/components/pages/report/ReportStepVerification.tsx:116
msgid "Resend code"
msgstr "コードを再送"
@@ -15097,7 +15165,7 @@ msgid "Resent"
msgstr "再送信済み"
#: src/components/keybinds/KeybindRecorder.tsx:215
-#: src/components/modals/components/MobileSettingsView.tsx:128
+#: src/components/modals/components/MobileSettingsView.tsx:123
#: src/components/modals/components/SettingsModalHeader.tsx:81
#: src/components/modals/ImageCropModal.tsx:977
#: src/components/modals/tabs/KeybindsTab.tsx:154
@@ -15173,8 +15241,8 @@ msgstr "フルスクリーンを復元"
msgid "Restore maximized"
msgstr "最大化を復元"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:280
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:282
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:316
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:318
msgid "Resubscribe"
msgstr "再購読"
@@ -15189,11 +15257,11 @@ msgstr "再購読"
#: src/components/modals/guildTabs/GuildStickersTab.tsx:211
#: src/components/modals/guildTabs/GuildWebhooksTab.tsx:137
#: src/components/modals/tabs/ApplicationsTab/ApplicationDetail.tsx:559
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:108
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:112
#: src/components/modals/tabs/AuthorizedAppsTab.tsx:121
-#: src/components/modals/tabs/BetaCodesTab.tsx:301
+#: src/components/modals/tabs/BetaCodesTab.tsx:326
#: src/components/modals/tabs/DevicesTab.tsx:231
-#: src/components/modals/tabs/GiftInventoryTab.tsx:300
+#: src/components/modals/tabs/GiftInventoryTab.tsx:323
msgid "Retry"
msgstr "再試行"
@@ -15244,8 +15312,8 @@ msgstr "続行する前に、このアプリが要求している内容を確認
#: src/components/invites/InviteListItem.tsx:217
#: src/components/modals/GroupInvitesBottomSheet.tsx:78
#: src/components/modals/GroupInvitesModal.tsx:76
-#: src/components/modals/tabs/BetaCodesTab.tsx:143
-#: src/components/modals/tabs/BetaCodesTab.tsx:220
+#: src/components/modals/tabs/BetaCodesTab.tsx:145
+#: src/components/modals/tabs/BetaCodesTab.tsx:222
msgid "Revoke"
msgstr "取り消し"
@@ -15369,7 +15437,7 @@ msgstr "ロールと権限"
msgid "Roles updated successfully"
msgstr "ロールの更新に成功しました"
-#: src/components/pages/ReportPage.tsx:333
+#: src/components/pages/report/optionDescriptors.ts:105
msgid "Romania"
msgstr "ルーマニア"
@@ -15423,7 +15491,7 @@ msgstr "彩度"
#: src/components/modals/AddFavoriteMemeModal.tsx:102
#: src/components/modals/AttachmentEditModal.tsx:90
#: src/components/modals/BaseChangeNicknameModal.tsx:115
-#: src/components/modals/components/MobileSettingsView.tsx:131
+#: src/components/modals/components/MobileSettingsView.tsx:126
#: src/components/modals/CustomStatusBottomSheet.tsx:231
#: src/components/modals/CustomStatusModal.tsx:362
#: src/components/modals/EditFavoriteMemeModal.tsx:88
@@ -15438,9 +15506,9 @@ msgstr "彩度"
msgid "Save"
msgstr "保存"
-#: src/components/modals/components/plutonium/GiftSection.tsx:72
-#: src/components/modals/components/plutonium/PricingSection.tsx:81
-#: src/components/modals/components/plutonium/PricingSection.tsx:104
+#: src/components/modals/components/plutonium/GiftSection.tsx:79
+#: src/components/modals/components/plutonium/PricingSection.tsx:91
+#: src/components/modals/components/plutonium/PricingSection.tsx:119
msgid "Save 17%"
msgstr "17%オフ"
@@ -15600,8 +15668,8 @@ msgstr "チャットを下にスクロール"
msgid "Scroll Chat Up"
msgstr "チャットを上にスクロール"
-#: src/components/modals/components/plutonium/GiftSection.tsx:103
-#: src/components/modals/components/plutonium/PricingSection.tsx:138
+#: src/components/modals/components/plutonium/GiftSection.tsx:117
+#: src/components/modals/components/plutonium/PricingSection.tsx:160
msgid "Scroll down to view all the sweet perks you get with Plutonium"
msgstr "下にスクロールして、Plutoniumで得られるすべての特典を確認してください"
@@ -15613,11 +15681,11 @@ msgstr "チャット履歴を下にスクロール"
msgid "Scroll the chat history up"
msgstr "チャット履歴を上にスクロール"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:857
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:889
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:400
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:460
#: src/components/channel/ChannelHeader.tsx:586
-#: src/components/channel/shared/PickerSearchInput.tsx:204
+#: src/components/channel/shared/PickerSearchInput.tsx:203
#: src/components/modals/tabs/ComponentGalleryTab/InputsTab.tsx:126
#: src/stores/KeybindStore.ts:414
#: src/utils/quick-switcher/QuickSwitcherModalUtils.tsx:86
@@ -15674,7 +15742,7 @@ msgstr "チャンネル、人、コミュニティを検索"
#: src/components/common/FriendSelector.tsx:196
#: src/components/modals/AddFriendsToGroupModal.tsx:53
#: src/components/modals/CreateDMModal.tsx:68
-#: src/components/modals/InviteModal.tsx:237
+#: src/components/modals/InviteModal.tsx:248
#: src/components/modals/shared/RecipientList.tsx:177
#: src/components/modals/ShareThemeModal.tsx:144
msgid "Search friends"
@@ -15718,7 +15786,7 @@ msgstr "保留中のリクエストを検索"
msgid "Search Permissions..."
msgstr "権限を検索..."
-#: src/components/channel/ChannelSearchResults.tsx:321
+#: src/components/channel/ChannelSearchResults.tsx:278
#: src/components/modals/components/DesktopSettingsView.tsx:360
msgid "Search Results"
msgstr "検索結果"
@@ -15737,7 +15805,7 @@ msgid "Search scope"
msgstr "検索範囲"
#. placeholder {0}: activeScopeOption.label
-#: src/components/channel/ChannelSearchResults.tsx:1052
+#: src/components/channel/ChannelSearchResults.tsx:1031
#: src/components/channel/MessageSearchBar/MessageSearchBar.tsx:378
msgid "Search scope: {0}"
msgstr "検索範囲: {0}"
@@ -15767,7 +15835,7 @@ msgstr "ユーザーを検索"
msgid "Search within the current view"
msgstr "現在のビュー内を検索"
-#: src/components/channel/ChannelSearchResults.tsx:319
+#: src/components/channel/ChannelSearchResults.tsx:276
msgid "Searching..."
msgstr "検索中..."
@@ -15848,9 +15916,9 @@ msgstr "招待が訪問者にどのように見えるかを確認します。"
msgid "Select"
msgstr "選択"
-#: src/components/pages/ReportPage.tsx:261
-#: src/components/pages/ReportPage.tsx:280
-#: src/components/pages/ReportPage.tsx:294
+#: src/components/pages/report/optionDescriptors.ts:42
+#: src/components/pages/report/optionDescriptors.ts:58
+#: src/components/pages/report/optionDescriptors.ts:69
msgid "Select a category"
msgstr "カテゴリを選択"
@@ -15871,7 +15939,7 @@ msgstr "コミュニティを選択"
msgid "Select a community where you have <0>Manage Community0> permissions."
msgstr "<0>コミュニティ管理0>権限があるコミュニティを選択してください。"
-#: src/components/pages/ReportPage.tsx:310
+#: src/components/pages/report/optionDescriptors.ts:82
msgid "Select a country"
msgstr "国を選択"
@@ -15887,7 +15955,7 @@ msgstr "適用するシナリオを選択..."
msgid "Select a verification method."
msgstr "検証方法を選択してください。"
-#: src/components/pages/ReportPage.tsx:473
+#: src/components/pages/ReportPage.tsx:300
msgid "Select a violation category."
msgstr "違反カテゴリを選択してください。"
@@ -15958,11 +16026,15 @@ msgstr "画面またはウィンドウを選択"
msgid "Select the account you want to sign in with on the desktop app."
msgstr "デスクトップアプリでサインインするアカウントを選択してください。"
+#: src/components/pages/report/ReportStepSelection.tsx:44
+msgid "Select what you want to report."
+msgstr "報告したい内容を選択してください。"
+
#: src/components/modals/utils/settingsSearchIndex.ts:460
msgid "Select your camera"
msgstr "カメラを選択"
-#: src/components/pages/ReportPage.tsx:483
+#: src/components/pages/ReportPage.tsx:310
msgid "Select your country of residence."
msgstr "居住国を選択してください。"
@@ -15986,7 +16058,7 @@ msgstr "選択..."
msgid "Selections"
msgstr "選択項目"
-#: src/components/pages/ReportPage.tsx:269
+#: src/components/pages/report/optionDescriptors.ts:50
#: src/constants/IARConstants.tsx:67
msgid "Self-Harm or Suicide"
msgstr "自傷行為または自殺"
@@ -16035,7 +16107,7 @@ msgstr "アクションメッセージを送信します(イタリックで囲
msgid "Send an SMS code first."
msgstr "最初にSMSコードを送信します。"
-#: src/components/modals/ClaimAccountModal.tsx:182
+#: src/components/modals/ClaimAccountModal.tsx:184
#: src/components/modals/EmailChangeModal.tsx:265
#: src/components/modals/PhoneAddModal.tsx:206
msgid "Send code"
@@ -16045,9 +16117,9 @@ msgstr "コードを送信"
msgid "Send Code"
msgstr "コードを送信"
-#: src/components/channel/dm/DMWelcomeSection.tsx:109
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:269
-#: src/components/modals/UserProfileModal.tsx:1288
+#: src/components/channel/dm/DMWelcomeSection.tsx:112
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:272
+#: src/components/modals/UserProfileModal.tsx:1290
msgid "Send Friend Request"
msgstr "フレンドリクエストを送信"
@@ -16073,7 +16145,7 @@ msgstr "メッセージを送信する"
msgid "Send Messages"
msgstr "メッセージを送信"
-#: src/components/channel/dm/AddFriendForm.tsx:119
+#: src/components/channel/dm/AddFriendForm.tsx:142
msgid "Send Request"
msgstr "リクエストを送信"
@@ -16097,11 +16169,11 @@ msgstr "テキスト読み上げメッセージを送信します。"
msgid "Send TTS Messages"
msgstr "TTSメッセージを送信"
-#: src/components/pages/ReportPage.tsx:676
+#: src/components/pages/report/ReportStepEmail.tsx:92
msgid "Send Verification Code"
msgstr "確認コードを送信"
-#: src/components/modals/InviteModal.tsx:258
+#: src/components/modals/InviteModal.tsx:268
#: src/components/modals/shared/RecipientList.tsx:223
#: src/components/modals/ShareThemeModal.tsx:162
msgid "Sent"
@@ -16128,7 +16200,7 @@ msgstr "セッションが期限切れです。もう一度ログインしてく
msgid "Set a custom invite URL for your community."
msgstr "コミュニティのカスタム招待URLを設定します。"
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:401
+#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:361
#: src/components/modals/StatusChangeBottomSheet.tsx:171
#: src/components/popouts/UserAreaPopout.tsx:444
msgid "Set a custom status"
@@ -16336,7 +16408,7 @@ msgid "Set your timezone"
msgstr "タイムゾーンを設定"
#: src/components/bottomsheets/VoiceLobbyBottomSheet.tsx:220
-#: src/components/modals/components/MobileSettingsView.tsx:531
+#: src/components/modals/components/MobileSettingsView.tsx:485
#: src/components/modals/tabs/ComponentGalleryTab/ButtonsTab.tsx:150
#: src/components/modals/tabs/ComponentGalleryTab/ButtonsTab.tsx:221
#: src/components/modals/tabs/ComponentGalleryTab/index.tsx:94
@@ -16383,7 +16455,11 @@ msgstr "共有アクション!"
msgid "Share Audio"
msgstr "オーディオを共有"
-#: src/components/modals/components/plutonium/GiftSection.tsx:63
+#: src/components/pages/report/ReportStepDetails.tsx:77
+msgid "Share only what's needed to help our team assess the content."
+msgstr "私たちのチームがコンテンツを評価するために必要な情報のみを共有してください。"
+
+#: src/components/modals/components/plutonium/GiftSection.tsx:69
msgid "Share the Plutonium experience with your friends by purchasing a gift subscription."
msgstr "ギフトサブスクリプションを購入して、友達とPlutoniumの体験を共有しましょう。"
@@ -16417,7 +16493,7 @@ msgstr "テーマを共有"
msgid "Shared theme"
msgstr "共有されたテーマ"
-#: src/components/pages/ReportPage.tsx:268
+#: src/components/pages/report/optionDescriptors.ts:49
#: src/constants/IARConstants.tsx:62
msgid "Sharing Personal Information"
msgstr "個人情報の共有"
@@ -16797,11 +16873,11 @@ msgstr "ステップ値付きスライダー"
msgid "Sliders"
msgstr "スライダー"
-#: src/components/pages/ReportPage.tsx:334
+#: src/components/pages/report/optionDescriptors.ts:106
msgid "Slovakia"
msgstr "スロバキア"
-#: src/components/pages/ReportPage.tsx:335
+#: src/components/pages/report/optionDescriptors.ts:107
msgid "Slovenia"
msgstr "スロベニア"
@@ -16952,7 +17028,8 @@ msgstr "何か問題が発生し、アプリがクラッシュしました。ア
msgid "Something went wrong while loading the audit log."
msgstr "監査ログの読み込み中に問題が発生しました。"
-#: src/components/pages/ReportPage.tsx:563
+#: src/components/pages/ReportPage.tsx:103
+#: src/components/pages/ReportPage.tsx:395
msgid "Something went wrong while submitting the report. Please try again."
msgstr "レポートの送信中に問題が発生しました。もう一度お試しください。"
@@ -16969,7 +17046,7 @@ msgid "Sort"
msgstr "並べ替え"
#. placeholder {0}: activeSortOption.label
-#: src/components/channel/ChannelSearchResults.tsx:1063
+#: src/components/channel/ChannelSearchResults.tsx:1042
msgid "Sort mode: {0}"
msgstr "並べ替えモード: {0}"
@@ -17008,21 +17085,21 @@ msgstr "メッセージグループ間のスペース"
msgid "Spacious layout with clear visual separation between messages."
msgstr "メッセージ間に明確な視覚的分離のある広々としたレイアウトです。"
-#: src/components/pages/ReportPage.tsx:336
+#: src/components/pages/report/optionDescriptors.ts:108
msgid "Spain"
msgstr "スペイン"
-#: src/components/pages/ReportPage.tsx:283
+#: src/components/pages/report/optionDescriptors.ts:61
#: src/constants/IARConstants.tsx:119
msgid "Spam Account"
msgstr "スパムアカウント"
-#: src/components/pages/ReportPage.tsx:265
+#: src/components/pages/report/optionDescriptors.ts:46
#: src/constants/IARConstants.tsx:47
msgid "Spam or Scam"
msgstr "スパムまたは詐欺"
-#: src/components/pages/ReportPage.tsx:301
+#: src/components/pages/report/optionDescriptors.ts:76
#: src/constants/IARConstants.tsx:185
msgid "Spam or Scam Community"
msgstr "スパムまたは詐欺コミュニティ"
@@ -17141,9 +17218,9 @@ msgstr "共有してインストールできるカスタム絵文字パックの
msgid "Start Mic Test"
msgstr "マイクテストを開始"
-#: src/components/pages/ReportPage.tsx:687
-#: src/components/pages/ReportPage.tsx:771
-#: src/components/pages/ReportPage.tsx:964
+#: src/components/pages/report/ReportStepDetails.tsx:252
+#: src/components/pages/report/ReportStepEmail.tsx:103
+#: src/components/pages/report/ReportStepVerification.tsx:132
msgid "Start over"
msgstr "最初からやり直す"
@@ -17151,13 +17228,13 @@ msgstr "最初からやり直す"
msgid "Start Sharing"
msgstr "共有を開始"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:122
+#: src/components/channel/ChannelHeader/CallButtons.tsx:160
#: src/components/modals/UserProfileModal.tsx:1109
#: src/components/uikit/ContextMenu/items/CallMenuItems.tsx:91
msgid "Start Video Call"
msgstr "ビデオ通話を開始"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:70
+#: src/components/channel/ChannelHeader/CallButtons.tsx:90
#: src/components/modals/UserProfileModal.tsx:1100
#: src/components/uikit/ContextMenu/items/CallMenuItems.tsx:60
msgid "Start Voice Call"
@@ -17182,9 +17259,21 @@ msgstr "ステータスインジケーター"
msgid "Status Slate"
msgstr "ステータススレート"
-#: src/components/pages/ReportPage.tsx:574
-msgid "Step {stepNumber} of {FLOW_TOTAL_STEPS}"
-msgstr "ステップ {stepNumber} / {FLOW_TOTAL_STEPS}"
+#: src/components/pages/report/ReportStepSelection.tsx:38
+msgid "Step 1"
+msgstr "ステップ 1"
+
+#: src/components/pages/report/ReportStepEmail.tsx:51
+msgid "Step 2"
+msgstr "ステップ 2"
+
+#: src/components/pages/report/ReportStepVerification.tsx:61
+msgid "Step 3"
+msgstr "ステップ 3"
+
+#: src/components/pages/report/ReportStepDetails.tsx:71
+msgid "Step 4"
+msgstr "ステップ 4"
#: src/utils/SystemMessageUtils.tsx:45
msgid "Step in, {username}! No paradoxes here; we're all friends."
@@ -17229,7 +17318,7 @@ msgid "Sticker density"
msgstr "ステッカーの密度"
#: src/components/auth/InviteHeader.tsx:140
-#: src/components/channel/InviteEmbed.tsx:197
+#: src/components/channel/InviteEmbed.tsx:199
#: src/components/modals/InviteAcceptModal.tsx:142
#: src/components/modals/tabs/ExpressionPacksTab.tsx:70
msgid "Sticker pack"
@@ -17261,7 +17350,7 @@ msgstr "ステッカーを更新しました"
#: src/components/channel/AutocompleteEmoji.tsx:111
#: src/components/channel/textarea/TextareaButtons.tsx:134
-#: src/components/modals/ExpressionPickerSheet.tsx:86
+#: src/components/modals/ExpressionPickerSheet.tsx:73
#: src/components/popouts/ExpressionPickerPopout.tsx:79
msgid "Stickers"
msgstr "ステッカー"
@@ -17330,11 +17419,11 @@ msgstr "自習室"
msgid "Style Variations"
msgstr "スタイルバリエーション"
-#: src/components/pages/ReportPage.tsx:601
+#: src/components/pages/report/ReportStepComplete.tsx:41
msgid "Submit another report"
msgstr "別の報告を送信"
-#: src/components/pages/ReportPage.tsx:958
+#: src/components/pages/report/ReportStepDetails.tsx:240
msgid "Submit DSA Report"
msgstr "DSAレポートを送信"
@@ -17346,7 +17435,7 @@ msgstr "レポートを送信"
msgid "Submitting"
msgstr "送信中"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:53
+#: src/components/modals/components/plutonium/VisionarySection.tsx:58
msgid "subscription"
msgstr "サブスクリプション"
@@ -17464,7 +17553,7 @@ msgstr "埋め込みを非表示"
msgid "Swap text to reverify variants"
msgstr "テキストを交換してバリエーションを再確認"
-#: src/components/pages/ReportPage.tsx:337
+#: src/components/pages/report/optionDescriptors.ts:109
msgid "Sweden"
msgstr "スウェーデン"
@@ -17476,7 +17565,7 @@ msgstr "スウェーデン語"
msgid "Switch account"
msgstr "アカウントを切り替え"
-#: src/components/popouts/UserAreaPopout.tsx:497
+#: src/components/popouts/UserAreaPopout.tsx:499
msgid "Switch Accounts"
msgstr "アカウントを切り替え"
@@ -17649,8 +17738,8 @@ msgstr "テキスト (NSFW)"
msgid "Text channel"
msgstr "テキストチャンネル"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:473
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:662
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:487
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:676
#: src/components/channel/channel-header/useChannelHeaderData.ts:96
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:314
msgid "Text Channel"
@@ -17677,19 +17766,19 @@ msgstr "テキストエリア"
msgid "Thai"
msgstr "タイ語"
-#: src/components/pages/ReportPage.tsx:589
-msgid "Thank you for filing a report. We'll review it as soon as possible."
-msgstr "報告していただきありがとうございます。できるだけ早く確認します。"
-
#: src/components/modals/IARModal.tsx:187
msgid "Thank you for helping keep Fluxer safe. Reports are reviewed by our Safety Team. False reports may result in action against your account."
msgstr "Fluxerを安全に保つお手伝いをいただきありがとうございます。報告はセーフティチームが確認します。虚偽の報告はアカウントへの措置につながる場合があります。"
+#: src/components/pages/report/ReportStepComplete.tsx:37
+msgid "Thank you for helping keep Fluxer safe. We'll review your report as soon as possible."
+msgstr "Fluxerを安全に保つためにご協力いただきありがとうございます。できるだけ早く報告を確認します。"
+
#: src/components/form/ColorPickerField.tsx:274
msgid "That doesn't look like a valid color. Try hex, rgb(), hsl(), or a CSS color name."
msgstr "有効な色の形式ではありません。hex、rgb()、hsl()、またはCSSカラー名を試してください。"
-#: src/components/pages/ReportPage.tsx:846
+#: src/components/pages/report/ReportStepDetails.tsx:117
msgid "That doesn't look like a valid URL."
msgstr "有効なURLのようには見えません。"
@@ -17733,8 +17822,8 @@ msgstr "ボットが追加されました。"
msgid "The channel you're looking for may have been deleted or you may not have access to it."
msgstr "お探しのチャンネルは削除されたか、アクセス権限がない可能性があります。"
-#: src/components/layout/GuildLayout.tsx:308
-#: src/components/layout/GuildLayout.tsx:371
+#: src/components/layout/GuildLayout.tsx:313
+#: src/components/layout/GuildLayout.tsx:376
msgid "The community you're looking for may have been deleted or you may not have access to it."
msgstr "お探しのコミュニティは削除されたか、アクセス権限がない可能性があります。"
@@ -17795,7 +17884,7 @@ msgstr "タイムアウトは365日(31536000秒)を超えることはでき
msgid "The URL this link channel points to."
msgstr "このリンクチャンネルが指すURL。"
-#: src/components/pages/ReportPage.tsx:452
+#: src/components/pages/ReportPage.tsx:277
msgid "The verification code is invalid or expired."
msgstr "認証コードが無効か、期限切れです。"
@@ -17869,7 +17958,7 @@ msgstr "これらの設定は、通話品質を向上させるためにブラウ
msgid "These toggles force the client to treat features as enabled or disabled without relying on the server configuration. They only affect your client experience and are shown to developers for testing."
msgstr "これらのトグルは、クライアントがサーバー設定に依存せずに機能を有効または無効として扱うように強制します。これらはあなたのクライアント体験にのみ影響し、開発者向けのテスト用に表示されます。"
-#: src/components/channel/channel-view/DMChannelView.tsx:356
+#: src/components/channel/channel-view/DMChannelView.tsx:357
msgid "They might have taken the DeLorean elsewhere."
msgstr "彼らはDeLoreanを別の場所に持っていったかもしれません。"
@@ -17877,7 +17966,7 @@ msgstr "彼らはDeLoreanを別の場所に持っていったかもしれませ
msgid "they/them"
msgstr "they/them"
-#: src/components/channel/channel-view/DMChannelView.tsx:342
+#: src/components/channel/channel-view/DMChannelView.tsx:343
msgid "Think, McFly! Did you type the right address?"
msgstr "考えろ、マクフライ!正しいアドレスを入力したか?"
@@ -17979,7 +18068,7 @@ msgstr "このコミュニティでは招待が一時的に無効になってい
msgid "This community requires you to verify your account before joining. Please set an email and password for your account."
msgstr "このコミュニティに参加するには、アカウントの確認が必要です。アカウントにメールアドレスとパスワードを設定してください。"
-#: src/components/channel/channel-view/DMChannelView.tsx:339
+#: src/components/channel/channel-view/DMChannelView.tsx:340
msgid "This conversation has been erased"
msgstr "この会話は消去されました"
@@ -18008,8 +18097,8 @@ msgstr "このギフトコードは既に受け取られています。"
msgid "This gift code has already been redeemed."
msgstr "このギフトコードは既に引き換えられています。"
-#: src/components/channel/GiftEmbed.tsx:148
-#: src/components/modals/GiftAcceptModal.tsx:92
+#: src/components/channel/GiftEmbed.tsx:159
+#: src/components/modals/GiftAcceptModal.tsx:99
msgid "This gift code is invalid or already claimed."
msgstr "このギフトコードは無効であるか、既に受け取られています。"
@@ -18022,11 +18111,11 @@ msgstr "このギフトコードは無効であるか、既に引き換えられ
msgid "This gift code may be invalid, expired, or already redeemed."
msgstr "このギフトコードは無効、期限切れ、または既に引き換え済みの可能性があります。"
-#: src/components/modals/GiftAcceptModal.tsx:118
+#: src/components/modals/GiftAcceptModal.tsx:125
msgid "This gift has already been claimed."
msgstr "このギフトは既に受け取られています。"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:157
+#: src/components/modals/tabs/GiftInventoryTab.tsx:158
msgid "This gift has been redeemed"
msgstr "このギフトは引き換えられました"
@@ -18044,7 +18133,7 @@ msgstr "この招待は {0} で期限切れになります。"
msgid "This invite has unlimited uses."
msgstr "この招待は無制限に使用できます。"
-#: src/components/modals/InviteModal.tsx:321
+#: src/components/modals/InviteModal.tsx:318
msgid "This invite link never expires."
msgstr "この招待リンクは無期限です。"
@@ -18059,23 +18148,19 @@ msgstr "この招待は期限切れまたは削除された可能性がありま
msgid "This invite never expires."
msgstr "この招待は期限切れになりません。"
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:170
-#: src/components/emojis/EmojiInfoContent.tsx:79
+#: src/components/emojis/EmojiAttributionSubtext.tsx:130
msgid "This is a custom emoji from"
msgstr "これはカスタム絵文字です。"
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:160
-#: src/components/emojis/EmojiInfoContent.tsx:68
+#: src/components/emojis/EmojiAttributionSubtext.tsx:121
msgid "This is a custom emoji from a community."
msgstr "これはコミュニティのカスタム絵文字です。"
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:150
-#: src/components/emojis/EmojiInfoContent.tsx:56
+#: src/components/emojis/EmojiAttributionSubtext.tsx:111
msgid "This is a custom emoji from a community. Ask the author for an invite to use this emoji."
msgstr "これはコミュニティのカスタム絵文字です。この絵文字を使用するには作者に招待を依頼してください。"
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:138
-#: src/components/emojis/EmojiInfoContent.tsx:43
+#: src/components/emojis/EmojiAttributionSubtext.tsx:101
msgid "This is a default emoji on Fluxer."
msgstr "これはFluxerのデフォルト絵文字です。"
@@ -18095,8 +18180,8 @@ msgstr "メッセージはこのように表示されます"
msgid "This is not the channel you're looking for."
msgstr "これはあなたが探しているチャンネルではありません。"
-#: src/components/layout/GuildLayout.tsx:307
-#: src/components/layout/GuildLayout.tsx:370
+#: src/components/layout/GuildLayout.tsx:312
+#: src/components/layout/GuildLayout.tsx:375
msgid "This is not the community you're looking for."
msgstr "これはあなたが探しているコミュニティではありません。"
@@ -18113,7 +18198,7 @@ msgid "This is the beginning of <0>{displayName}0>. Add friends to start a con
msgstr "これは <0>{displayName}0> の始まりです。フレンドを追加して会話を始めましょう!"
#. placeholder {0}: user.username
-#: src/components/channel/dm/DMWelcomeSection.tsx:182
+#: src/components/channel/dm/DMWelcomeSection.tsx:194
msgid "This is the beginning of your direct message history with <0>{0}0>."
msgstr "これは <0>{0}0> とのダイレクトメッセージ履歴の始まりです。"
@@ -18194,7 +18279,7 @@ msgstr "このテーマリンクにはデータがありません。"
msgid "This theme may have been removed or the link is invalid."
msgstr "このテーマは削除されたか、リンクが無効です。"
-#: src/components/channel/dm/AddFriendForm.tsx:62
+#: src/components/channel/dm/AddFriendForm.tsx:85
msgid "This user has restricted who can send them friend requests."
msgstr "このユーザーはフレンドリクエストを送信できる人を制限しています。"
@@ -18216,8 +18301,8 @@ msgid "This was a @silent message."
msgstr "これは@silentメッセージでした。"
#: src/actions/MessageActionCreators.tsx:392
-#: src/components/channel/Messages.tsx:442
-#: src/components/channel/Messages.tsx:522
+#: src/components/channel/Messages.tsx:440
+#: src/components/channel/Messages.tsx:520
msgid "This will create a rift in the space-time continuum and cannot be undone."
msgstr "これは時空連続体に亀裂を生じさせ、元に戻せません。"
@@ -18283,7 +18368,7 @@ msgstr "時間: {currentFormatted} / {durationFormatted}"
msgid "Timed out until {0}."
msgstr "{0}までタイムアウト中です。"
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:285
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:288
#: src/components/modals/TimeoutMemberModal.tsx:207
#: src/components/modals/TimeoutMemberSheet.tsx:90
#: src/components/uikit/ContextMenu/items/GuildMemberMenuItems.tsx:272
@@ -18570,7 +18655,7 @@ msgstr "trueまたはfalse"
msgid "Try a different name or use @ / # / ! / * prefixes to filter results."
msgstr "別の名前を試すか、@ / # / ! / * プレフィックスを使用して結果を絞り込みます。"
-#: src/components/channel/ChannelSearchResults.tsx:710
+#: src/components/channel/ChannelSearchResults.tsx:679
msgid "Try a different search query"
msgstr "別の検索クエリを試す"
@@ -18585,13 +18670,13 @@ msgid "Try a different search term or filter"
msgstr "別の検索語句またはフィルターを試す"
#: src/components/auth/HandoffCodeDisplay.tsx:67
-#: src/components/channel/Messages.tsx:939
+#: src/components/channel/Messages.tsx:937
msgid "Try again"
msgstr "もう一度試す"
#: src/components/BootstrapErrorScreen.tsx:68
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:301
-#: src/components/channel/ChannelSearchResults.tsx:694
+#: src/components/channel/ChannelSearchResults.tsx:663
#: src/components/modals/channelTabs/ChannelInvitesTab.tsx:148
#: src/components/modals/channelTabs/ChannelWebhooksTab.tsx:159
#: src/components/NetworkErrorScreen.tsx:56
@@ -18612,7 +18697,7 @@ msgstr "別の名前を試すか、スペルを確認してください。"
msgid "Try another search term"
msgstr "別の検索語句を試す"
-#: src/components/channel/InviteEmbed.tsx:359
+#: src/components/channel/InviteEmbed.tsx:361
msgid "Try asking for a new invite."
msgstr "新しい招待を依頼してみてください。"
@@ -18802,7 +18887,7 @@ msgstr "ステッカーパックをインストールできません"
msgid "Unable to load activity logs"
msgstr "アクティビティログを読み込めません"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:104
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:108
msgid "Unable to load applications"
msgstr "アプリケーションを読み込めません"
@@ -18814,7 +18899,7 @@ msgstr "パック情報を読み込めません。"
msgid "Unable to prepare any emojis for upload. The following errors occurred:"
msgstr "アップロード用の絵文字を準備できません。以下のエラーが発生しました:"
-#: src/components/modals/ClaimAccountModal.tsx:125
+#: src/components/modals/ClaimAccountModal.tsx:127
#: src/components/modals/EmailChangeModal.tsx:122
#: src/components/modals/EmailChangeModal.tsx:152
msgid "Unable to resend code right now"
@@ -18824,7 +18909,7 @@ msgstr "現在コードを再送できません"
msgid "Unable to send code to new email"
msgstr "新しいメールにコードを送信できません"
-#: src/components/channel/dm/AddFriendForm.tsx:76
+#: src/components/channel/dm/AddFriendForm.tsx:99
msgid "Unable to send friend request. Please try again."
msgstr "フレンドリクエストを送信できません。もう一度お試しください。"
@@ -18844,17 +18929,17 @@ msgstr "全員に利用不可"
msgid "Unavailable for everyone but staff"
msgstr "スタッフ以外は利用不可"
-#: src/components/bottomsheets/DMBottomSheet.tsx:532
+#: src/components/bottomsheets/DMBottomSheet.tsx:535
#: src/components/channel/barriers/BarrierComponents.tsx:221
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:180
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:335
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:182
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:338
#: src/components/modals/tabs/BlockedUsersTab.tsx:58
#: src/components/modals/tabs/BlockedUsersTab.tsx:171
#: src/components/modals/UserProfileActionsSheet.tsx:151
#: src/components/modals/UserProfileActionsSheet.tsx:305
-#: src/components/modals/UserProfileMobileSheet.tsx:320
+#: src/components/modals/UserProfileMobileSheet.tsx:321
#: src/components/modals/UserProfileModal.tsx:1049
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:209
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:230
#: src/utils/RelationshipActionUtils.tsx:169
msgid "Unblock"
msgstr "ブロック解除"
@@ -18863,11 +18948,11 @@ msgstr "ブロック解除"
msgid "Unblock this user before sending a friend request."
msgstr "フレンドリクエストを送る前に、このユーザーのブロックを解除してください。"
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:178
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:180
#: src/components/modals/tabs/BlockedUsersTab.tsx:56
#: src/components/modals/UserProfileActionsSheet.tsx:149
-#: src/components/modals/UserProfileMobileSheet.tsx:318
-#: src/components/modals/UserProfileModal.tsx:1243
+#: src/components/modals/UserProfileMobileSheet.tsx:319
+#: src/components/modals/UserProfileModal.tsx:1244
#: src/utils/RelationshipActionUtils.tsx:167
msgid "Unblock User"
msgstr "ユーザーのブロックを解除"
@@ -18878,17 +18963,17 @@ msgstr "ユーザーのブロックを解除"
msgid "Uncategorized"
msgstr "未分類"
-#: src/components/modals/tabs/BetaCodesTab.tsx:127
-#: src/components/modals/tabs/BetaCodesTab.tsx:204
+#: src/components/modals/tabs/BetaCodesTab.tsx:129
+#: src/components/modals/tabs/BetaCodesTab.tsx:206
msgid "Unclaimed"
msgstr "未請求"
#. placeholder {0}: unclaimedBetaCodes.length
-#: src/components/modals/tabs/BetaCodesTab.tsx:333
+#: src/components/modals/tabs/BetaCodesTab.tsx:358
msgid "Unclaimed ({0})"
msgstr "未請求 ({0})"
-#: src/components/modals/components/UnclaimedAccountAlert.tsx:31
+#: src/components/modals/components/UnclaimedAccountAlert.tsx:29
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:51
msgid "Unclaimed Account"
msgstr "未請求アカウント"
@@ -18922,7 +19007,7 @@ msgstr "すべてのデバイスのスピーカーを解除"
msgid "Undeafen User"
msgstr "ユーザーのスピーカーを解除"
-#: src/components/pages/ReportPage.tsx:285
+#: src/components/pages/report/optionDescriptors.ts:63
#: src/constants/IARConstants.tsx:129
msgid "Underage User"
msgstr "未成年ユーザー"
@@ -18981,7 +19066,7 @@ msgstr "フォーカス解除"
msgid "Unique invite"
msgstr "固有の招待"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:79
+#: src/components/modals/components/plutonium/VisionarySection.tsx:88
msgid "Unique profile badge"
msgstr "固有のプロフィールバッジ"
@@ -19035,12 +19120,12 @@ msgstr "不明なエンティティ"
msgid "Unknown error"
msgstr "不明なエラー"
-#: src/components/channel/GiftEmbed.tsx:147
-#: src/components/modals/GiftAcceptModal.tsx:91
+#: src/components/channel/GiftEmbed.tsx:158
+#: src/components/modals/GiftAcceptModal.tsx:98
msgid "Unknown Gift"
msgstr "不明なギフト"
-#: src/components/channel/InviteEmbed.tsx:357
+#: src/components/channel/InviteEmbed.tsx:359
msgid "Unknown Invite"
msgstr "不明な招待"
@@ -19113,7 +19198,7 @@ msgstr "PlutoniumでHD画面共有をアンロック"
msgid "Unlock HD Video with Plutonium"
msgstr "PlutoniumでHD動画をアンロック"
-#: src/components/modals/components/PlutoniumContent.tsx:185
+#: src/components/modals/components/PlutoniumContent.tsx:196
msgid "Unlock higher limits and exclusive features while supporting an independent communication platform."
msgstr "独立したコミュニケーションプラットフォームをサポートしながら、より高い制限と限定機能をアンロック"
@@ -19126,9 +19211,9 @@ msgid "Unlock stickers in DMs with Plutonium"
msgstr "PlutoniumでDMのステッカーをアンロック"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:467
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:850
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1044
-#: src/components/bottomsheets/DMBottomSheet.tsx:645
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:882
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1068
+#: src/components/bottomsheets/DMBottomSheet.tsx:648
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:321
#: src/components/bottomsheets/VoiceLobbyBottomSheet.tsx:179
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:253
@@ -19154,7 +19239,7 @@ msgstr "カテゴリーのミュート解除"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:400
#: src/components/bottomsheets/ChannelBottomSheet.tsx:452
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1005
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1029
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:167
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:161
msgid "Unmute Channel"
@@ -19167,9 +19252,9 @@ msgstr "チャンネルのミュート解除"
msgid "Unmute Community"
msgstr "コミュニティのミュート解除"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1007
-#: src/components/bottomsheets/DMBottomSheet.tsx:449
-#: src/components/bottomsheets/DMBottomSheet.tsx:590
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1031
+#: src/components/bottomsheets/DMBottomSheet.tsx:451
+#: src/components/bottomsheets/DMBottomSheet.tsx:593
msgid "Unmute Conversation"
msgstr "会話のミュート解除"
@@ -19200,16 +19285,16 @@ msgid "Unnamed Group"
msgstr "名前のないグループ"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:331
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1126
-#: src/components/bottomsheets/DMBottomSheet.tsx:478
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1150
+#: src/components/bottomsheets/DMBottomSheet.tsx:480
#: src/components/channel/dm/DMList.tsx:282
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:149
msgid "Unpin DM"
msgstr "DMのピン留め解除"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:290
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1126
-#: src/components/bottomsheets/DMBottomSheet.tsx:478
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1150
+#: src/components/bottomsheets/DMBottomSheet.tsx:480
#: src/components/channel/dm/DMList.tsx:243
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:129
msgid "Unpin Group DM"
@@ -19231,20 +19316,20 @@ msgid "Unpin Message"
msgstr "メッセージのピン留め解除"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:232
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:583
-#: src/components/bottomsheets/DMBottomSheet.tsx:164
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:597
+#: src/components/bottomsheets/DMBottomSheet.tsx:166
#: src/components/channel/dm/DMList.tsx:224
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:132
msgid "Unpinned DM"
msgstr "ピン留め解除されたDM"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:232
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:583
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:597
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:112
msgid "Unpinned group"
msgstr "ピン留め解除されたグループ"
-#: src/components/bottomsheets/DMBottomSheet.tsx:164
+#: src/components/bottomsheets/DMBottomSheet.tsx:166
msgid "Unpinned group DM"
msgstr "ピン留めされていないグループDM"
@@ -19279,7 +19364,7 @@ msgstr "埋め込みの非表示解除"
msgid "Until I change it"
msgstr "変更するまで"
-#: src/components/bottomsheets/DMBottomSheet.tsx:664
+#: src/components/bottomsheets/DMBottomSheet.tsx:667
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:334
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:57
#: src/components/channel/muteOptions.ts:39
@@ -19305,7 +19390,7 @@ msgstr "更新"
msgid "Update app"
msgstr "アプリを更新"
-#: src/components/modals/components/MobileSettingsView.tsx:244
+#: src/components/modals/components/MobileSettingsView.tsx:239
msgid "Update Service Worker"
msgstr "サービスワーカーを更新"
@@ -19402,7 +19487,7 @@ msgstr "お気に入りを更新中…"
msgid "Updating..."
msgstr "更新中..."
-#: src/components/modals/components/plutonium/PricingSection.tsx:84
+#: src/components/modals/components/plutonium/PricingSection.tsx:94
msgid "Upgrade Now"
msgstr "今すぐアップグレード"
@@ -19415,18 +19500,19 @@ msgstr "Plutoniumにアップグレード"
msgid "Upgrade to store up to 15 custom backgrounds and unlock HD video quality, higher frame rates, and more."
msgstr "アップグレードすると、最大15個のカスタム背景を保存でき、HD画質、高フレームレートなどが利用可能になります。"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:265
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:316
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:297
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:357
msgid "Upgrade to Visionary"
msgstr "Visionaryにアップグレード"
#. placeholder {0}: formatter.format(visionarySlots.remaining)
-#: src/components/modals/components/plutonium/VisionarySection.tsx:109
+#: src/components/modals/components/plutonium/VisionarySection.tsx:122
+#: src/components/modals/components/plutonium/VisionarySection.tsx:134
msgid "Upgrade to Visionary — {0} Left"
msgstr "Visionaryにアップグレード — 残り{0}"
#. placeholder {0}: isGiftSubscription ? 'gift time' : 'subscription'
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:243
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:262
msgid "Upgrading to Visionary is a <0>one-time0> purchase and will <1>cancel your current {0} immediately1>."
msgstr "Visionaryへのアップグレードは<0>1回限り0>の購入であり、<1>現在の{0}は即座にキャンセルされます1>。"
@@ -19674,10 +19760,6 @@ msgstr "認証アプリを紛失した場合、これらのコードを使用し
msgid "Use this button to quickly clear all permissions."
msgstr "このボタンを使用してすべての権限をすばやくクリア。"
-#: src/components/pages/ReportPage.tsx:613
-msgid "Use this form to report illegal content under the Digital Services Act (DSA). Select what you want to report."
-msgstr "このフォームを使用して、デジタルサービス法(DSA)に基づく違法コンテンツを報告してください。報告したい内容を選択してください。"
-
#: src/components/modals/tabs/KeybindsTab.tsx:101
msgid "Use this shortcut system-wide"
msgstr "このショートカットをシステム全体で使用"
@@ -19708,19 +19790,19 @@ msgstr "ユーザーは13歳未満と思われます"
msgid "User Debug"
msgstr "ユーザーデバッグ"
-#: src/components/channel/channel-view/DMChannelView.tsx:353
+#: src/components/channel/channel-view/DMChannelView.tsx:354
msgid "User has vanished"
msgstr "ユーザーが消えました"
-#: src/components/pages/ReportPage.tsx:865
+#: src/components/pages/report/ReportStepDetails.tsx:137
msgid "User ID (optional)"
msgstr "ユーザーID(任意)"
-#: src/components/bottomsheets/DMBottomSheet.tsx:376
+#: src/components/bottomsheets/DMBottomSheet.tsx:378
msgid "User ID copied"
msgstr "ユーザーIDをコピーしました"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:652
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:666
msgid "User ID copied to clipboard"
msgstr "ユーザーIDをクリップボードにコピーしました"
@@ -19765,7 +19847,7 @@ msgstr "ユーザーレコード"
msgid "User Settings"
msgstr "ユーザー設定"
-#: src/components/pages/ReportPage.tsx:873
+#: src/components/pages/report/ReportStepDetails.tsx:146
msgid "User Tag (optional)"
msgstr "ユーザータグ(オプション)"
@@ -19805,7 +19887,7 @@ msgstr "ユーザー名は1文字以上必要です"
msgid "Username must be at most 32 characters"
msgstr "ユーザー名は最大32文字までです"
-#: src/components/channel/dm/AddFriendForm.tsx:130
+#: src/components/channel/dm/AddFriendForm.tsx:153
msgid "Username#0000"
msgstr "ユーザー名#0000"
@@ -19904,7 +19986,7 @@ msgstr "バニティURLは2文字以上32文字以下で、英数字と内部ハ
msgid "Verification Barriers"
msgstr "認証バリア"
-#: src/components/modals/ClaimAccountModal.tsx:199
+#: src/components/modals/ClaimAccountModal.tsx:201
#: src/components/modals/EmailChangeModal.tsx:218
#: src/components/modals/EmailChangeModal.tsx:282
#: src/components/modals/PhoneAddModal.tsx:224
@@ -19912,11 +19994,11 @@ msgstr "認証バリア"
msgid "Verification code"
msgstr "認証コード"
-#: src/components/pages/ReportPage.tsx:719
+#: src/components/pages/report/ReportStepVerification.tsx:86
msgid "Verification Code"
msgstr "認証コード"
-#: src/components/modals/ClaimAccountModal.tsx:88
+#: src/components/modals/ClaimAccountModal.tsx:90
msgid "Verification code sent"
msgstr "認証コードを送信しました"
@@ -19937,10 +20019,9 @@ msgstr "バックアップコードを表示する前に認証が必要な場合
#: src/components/auth/AuthPageHeader.tsx:49
#: src/components/auth/InviteHeader.tsx:81
#: src/components/auth/InviteHeader.tsx:226
-#: src/components/channel/InviteEmbed.tsx:285
-#: src/components/channel/InviteEmbed.tsx:428
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:178
-#: src/components/emojis/EmojiInfoContent.tsx:87
+#: src/components/channel/InviteEmbed.tsx:287
+#: src/components/channel/InviteEmbed.tsx:430
+#: src/components/emojis/EmojiAttributionSubtext.tsx:143
#: src/components/layout/GuildHeader.tsx:132
msgid "Verified Community"
msgstr "認証済みコミュニティ"
@@ -19955,7 +20036,7 @@ msgstr "認証済みギルド"
msgid "Verify"
msgstr "認証"
-#: src/components/pages/ReportPage.tsx:740
+#: src/components/pages/report/ReportStepVerification.tsx:102
msgid "Verify Code"
msgstr "コードを認証"
@@ -19980,6 +20061,10 @@ msgstr "電話番号認証フォーム"
msgid "Verify You're Human"
msgstr "人間であることを確認"
+#: src/components/pages/report/ReportStepEmail.tsx:54
+msgid "Verify your email"
+msgstr "メールアドレスを確認してください"
+
#: src/components/modals/SudoVerificationModal.tsx:359
msgid "Verify your identity"
msgstr "本人確認"
@@ -20012,7 +20097,7 @@ msgid "Video"
msgstr "ビデオ"
#: src/components/channel/ChannelHeader.tsx:572
-#: src/components/modals/UserProfileMobileSheet.tsx:515
+#: src/components/modals/UserProfileMobileSheet.tsx:519
msgid "Video Call"
msgstr "ビデオ通話"
@@ -20097,7 +20182,7 @@ msgstr "バックアップコードを表示"
msgid "View backup codes form"
msgstr "バックアップコードフォームを表示"
-#: src/components/channel/channel-view/DMChannelView.tsx:282
+#: src/components/channel/channel-view/DMChannelView.tsx:283
msgid "View call"
msgstr "通話を表示"
@@ -20138,7 +20223,7 @@ msgstr "ギフト在庫を表示"
msgid "View Global Profile"
msgstr "グローバルプロフィールを表示"
-#: src/components/channel/channel-view/DMChannelView.tsx:282
+#: src/components/channel/channel-view/DMChannelView.tsx:283
msgid "View incoming call"
msgstr "着信通話を表示"
@@ -20158,10 +20243,10 @@ msgstr "プレミアム機能を表示"
msgid "View premium perks"
msgstr "プレミアム特典を表示"
-#: src/components/bottomsheets/DMBottomSheet.tsx:411
+#: src/components/bottomsheets/DMBottomSheet.tsx:413
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:226
#: src/components/channel/friends/MobileFriendRequestItem.tsx:87
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:210
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:212
#: src/components/modals/tabs/BlockedUsersTab.tsx:87
#: src/components/uikit/ContextMenu/items/UserProfileMenuItem.tsx:43
msgid "View Profile"
@@ -20191,7 +20276,7 @@ msgstr "視聴者がストリームに参加"
msgid "Viewer Leaves Stream"
msgstr "視聴者がストリームから退出"
-#: src/components/pages/ReportPage.tsx:827
+#: src/components/pages/report/ReportStepDetails.tsx:96
msgid "Violation Category"
msgstr "違反カテゴリ"
@@ -20199,7 +20284,7 @@ msgstr "違反カテゴリ"
msgid "Violation category selection"
msgstr "違反カテゴリ選択"
-#: src/components/pages/ReportPage.tsx:264
+#: src/components/pages/report/optionDescriptors.ts:45
#: src/constants/IARConstants.tsx:42
msgid "Violent or Graphic Content"
msgstr "暴力的またはグロテスクなコンテンツ"
@@ -20212,9 +20297,9 @@ msgstr "VIPボイス"
msgid "Visible Buttons"
msgstr "表示ボタン"
-#: src/components/modals/components/plutonium/PricingSection.tsx:88
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:110
-#: src/components/modals/components/plutonium/VisionarySection.tsx:58
+#: src/components/modals/components/plutonium/PricingSection.tsx:101
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:129
+#: src/components/modals/components/plutonium/VisionarySection.tsx:67
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:154
#: src/utils/modals/guildTabs/GuildAuditLogTabUtils.ts:274
msgid "Visionary"
@@ -20228,25 +20313,25 @@ msgstr "ビジョナリー (Lifetime #42)"
msgid "Visionary (Lifetime Plutonium)"
msgstr "ビジョナリー (Lifetime Plutonium)"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:80
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:111
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:95
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:134
msgid "Visionary {visionaryPrice}"
msgstr "ビジョナリー {visionaryPrice}"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:96
+#: src/components/modals/components/plutonium/VisionarySection.tsx:105
msgid "Visionary community with direct team access"
msgstr "チームへの直接アクセスが可能なビジョナリーコミュニティ"
-#: src/components/modals/components/plutonium/GiftSection.tsx:87
-#: src/components/modals/components/plutonium/PricingSection.tsx:119
+#: src/components/modals/components/plutonium/GiftSection.tsx:100
+#: src/components/modals/components/plutonium/PricingSection.tsx:140
msgid "Visionary Gift"
msgstr "ビジョナリーギフト"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:109
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:132
msgid "Visionary Gift Sold Out"
msgstr "ビジョナリーギフト完売"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:80
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:95
msgid "Visionary Sold Out"
msgstr "ビジョナリー完売"
@@ -20281,15 +20366,15 @@ msgstr "ボイスとビデオの設定"
msgid "Voice Activity"
msgstr "ボイスアクティビティ"
-#: src/components/channel/channel-view/DMChannelView.tsx:277
+#: src/components/channel/channel-view/DMChannelView.tsx:278
#: src/components/voice/VoiceCallView.tsx:466
msgid "Voice call"
msgstr "ボイス通話"
-#: src/components/bottomsheets/DMBottomSheet.tsx:419
+#: src/components/bottomsheets/DMBottomSheet.tsx:421
#: src/components/channel/ChannelHeader.tsx:562
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:225
-#: src/components/modals/UserProfileMobileSheet.tsx:507
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:227
+#: src/components/modals/UserProfileMobileSheet.tsx:511
msgid "Voice Call"
msgstr "ボイス通話"
@@ -20306,8 +20391,8 @@ msgstr "ボイス通話"
msgid "Voice channel"
msgstr "ボイスチャンネル"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:475
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:662
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:489
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:676
#: src/components/channel/channel-header/useChannelHeaderData.ts:100
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:314
msgid "Voice Channel"
@@ -20488,8 +20573,8 @@ msgstr "このログインを承認するためのリンクをメールで送信
msgid "We failed to retrieve the full information about this user at this time."
msgstr "現在、このユーザーの完全な情報を取得できませんでした。"
-#: src/components/layout/GuildLayout.tsx:302
-#: src/components/layout/GuildLayout.tsx:349
+#: src/components/layout/GuildLayout.tsx:307
+#: src/components/layout/GuildLayout.tsx:354
msgid "We fluxed up! Hang tight, we're working on it."
msgstr "Fluxerで問題が発生しました。しばらくお待ちください。対応中です。"
@@ -20513,18 +20598,13 @@ msgstr "認証待機中に接続が切れました。もう一度お試しくだ
msgid "We need to make sure you're not a bot. Please complete the verification below."
msgstr "ボットでないことを確認する必要があります。以下の確認を完了してください。"
-#: src/components/pages/ReportPage.tsx:639
-msgid "We need to verify your email address before you can submit a report."
-msgstr "レポートを送信する前に、メールアドレスを確認する必要があります。"
-
#: src/components/modals/BackupCodesModal.tsx:45
msgid "We recommend saving these codes now so that you don't get locked out of your account."
msgstr "アカウントにロックされないように、これらのコードを今すぐ保存することをお勧めします。"
-#. placeholder {0}: state.email
-#: src/components/pages/ReportPage.tsx:702
-msgid "We sent a verification code to {0}."
-msgstr "{0}に確認コードを送信しました。"
+#: src/components/pages/report/ReportStepVerification.tsx:67
+msgid "We sent a code to {email}."
+msgstr "{email}にコードを送信しました。"
#: src/components/auth/BrowserLoginHandoffModal.tsx:315
msgid "We will prefill {prefillEmail} once the browser login opens."
@@ -20534,6 +20614,10 @@ msgstr "ブラウザのログインが開いたら、{prefillEmail}を事前に
msgid "We'll restore your previous email, sign out old sessions, remove phone numbers, disable MFA, and secure your account with a new password."
msgstr "以前のメールアドレスを復元し、古いセッションからサインアウトし、電話番号を削除し、MFAを無効にして、新しいパスワードでアカウントを保護します。"
+#: src/components/pages/report/ReportStepEmail.tsx:57
+msgid "We'll send a short code to confirm you can receive updates about this report."
+msgstr "この報告についての更新を受け取れることを確認するために、短いコードを送信します。"
+
#: src/components/modals/EmailChangeModal.tsx:190
msgid "We'll verify your current email and then your new email with one-time codes."
msgstr "現在のメールアドレスと新しいメールアドレスをワンタイムコードで確認します。"
@@ -20546,13 +20630,13 @@ msgstr "新しいメールアドレスをワンタイムコードで確認しま
msgid "We're having trouble connecting to Fluxer's servers. This could be a temporary network issue or scheduled maintenance."
msgstr "Fluxerのサーバーに接続できません。一時的なネットワークの問題や定期メンテナンスの可能性があります。"
-#: src/components/modals/tabs/BetaCodesTab.tsx:297
+#: src/components/modals/tabs/BetaCodesTab.tsx:322
#: src/components/modals/tabs/DevicesTab.tsx:230
msgid "We're having trouble connecting to the space-time continuum. Please check your connection and try again."
msgstr "時空連続体に接続できません。接続を確認してもう一度お試しください。"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:287
-#: src/components/channel/ChannelSearchResults.tsx:681
+#: src/components/channel/ChannelSearchResults.tsx:650
msgid "We're indexing this channel for the first time. This might take a little while..."
msgstr "このチャンネルを初めてインデックスしています。少し時間がかかるかもしれません..."
@@ -20829,17 +20913,16 @@ msgstr "ここにカスタムCSSを記述して、任意のテーントークン
msgid "Write your content here... This textarea expands as you type."
msgstr "ここに内容を記入してください... このテキストエリアは入力に応じて拡張します。"
-#: src/components/auth/DateOfBirthField.tsx:89
-#: src/components/auth/DateOfBirthField.tsx:156
+#: src/components/auth/DateOfBirthField.tsx:153
#: src/components/auth/MockMinimalRegisterForm.tsx:78
msgid "Year"
msgstr "年"
-#: src/components/modals/components/plutonium/PricingSection.tsx:78
+#: src/components/modals/components/plutonium/PricingSection.tsx:88
msgid "Yearly"
msgstr "年額"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:71
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:84
msgid "Yearly {yearlyPrice}"
msgstr "年額 {yearlyPrice}"
@@ -20874,7 +20957,7 @@ msgstr "Fluxerから離脱しようとしています"
msgid "You are about to transfer ownership of this community to <0>{0}0>. This action is <1>irreversible1> and you will lose all owner privileges."
msgstr "このコミュニティの所有権を<0>{0}0>に譲渡しようとしています。この操作は<1>取り消し不可1>であり、すべてのオーナー権限を失います。"
-#: src/components/channel/dm/AddFriendForm.tsx:72
+#: src/components/channel/dm/AddFriendForm.tsx:95
msgid "You are already friends with this user."
msgstr "このユーザーとは既に友達です。"
@@ -20960,7 +21043,7 @@ msgstr "一度にアップロードできる絵文字は{MAX_EMOJIS_PER_UPLOAD}
msgid "You can pin messages in this conversation for everyone to see."
msgstr "この会話でメッセージをピン留めして、全員に表示させることができます。"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:175
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:194
msgid "You can redeem additional gift codes to <0>extend0> your gift time. To start a monthly or yearly plan, wait until after it ends — or <1>upgrade to Visionary1> now (remaining gift time will be discarded)."
msgstr "追加のギフトコードを使用してギフト期間を<0>延長0>できます。月額または年額プランを開始するには、終了するまで待つか、今すぐ<1>Visionaryにアップグレード1>してください(残りのギフト期間は破棄されます)。"
@@ -20990,7 +21073,7 @@ msgstr "リンクとMarkdownを使用してテキストをフォーマットで
msgid "You can't add new reactions while you're on timeout."
msgstr "タイムアウト中は新しいリアクションを追加できません。"
-#: src/components/modals/UserProfileModal.tsx:1170
+#: src/components/modals/UserProfileModal.tsx:1171
msgid "You can't befriend yourself"
msgstr "自分自身を友達にすることはできません"
@@ -20998,14 +21081,14 @@ msgstr "自分自身を友達にすることはできません"
msgid "You can't interact with reactions in search results as it might disrupt the space-time continuum."
msgstr "検索結果のリアクションを操作すると時空連続体が乱れる可能性があるため、操作できません。"
-#: src/components/layout/ChannelItem.tsx:200
-#: src/components/layout/ChannelItem.tsx:366
-#: src/stores/voice/MediaEngineFacade.ts:151
-#: src/stores/voice/MediaEngineFacade.ts:482
+#: src/components/layout/ChannelItem.tsx:206
+#: src/components/layout/ChannelItem.tsx:375
+#: src/stores/voice/MediaEngineFacade.ts:154
+#: src/stores/voice/MediaEngineFacade.ts:529
msgid "You can't join while you're on timeout."
msgstr "タイムアウト中は参加できません。"
-#: src/components/modals/UserProfileModal.tsx:1182
+#: src/components/modals/UserProfileModal.tsx:1183
#: src/components/popouts/UserProfilePopout.tsx:282
#: src/components/profile/ProfilePreview.tsx:284
msgid "You can't message yourself"
@@ -21019,7 +21102,7 @@ msgstr "自分自身にフレンドリクエストを送ることはできませ
msgid "You can't send friend requests to bots."
msgstr "ボットにフレンドリクエストを送ることはできません。"
-#: src/components/channel/dm/AddFriendForm.tsx:64
+#: src/components/channel/dm/AddFriendForm.tsx:87
msgid "You can't send friend requests to users you've blocked. Unblock them first."
msgstr "ブロックしたユーザーにフレンドリクエストを送ることはできません。まずブロックを解除してください。"
@@ -21066,11 +21149,11 @@ msgstr "この権限を削除すると自身からも削除されるため、削
msgid "You cannot save a role with a blank name. Please provide a valid name before saving."
msgstr "名前が空白のロールは保存できません。保存前に有効な名前を指定してください。"
-#: src/components/channel/dm/AddFriendForm.tsx:68
+#: src/components/channel/dm/AddFriendForm.tsx:91
msgid "You cannot send a friend request to yourself."
msgstr "自分自身にフレンドリクエストを送ることはできません。"
-#: src/components/channel/dm/AddFriendForm.tsx:66
+#: src/components/channel/dm/AddFriendForm.tsx:89
msgid "You cannot send friend requests to bots."
msgstr "ボットにフレンドリクエストを送ることはできません。"
@@ -21094,7 +21177,7 @@ msgstr "このメッセージが送信されたチャンネルにアクセスす
msgid "You do not have permission to send messages in this channel."
msgstr "このチャンネルでメッセージを送信する権限がありません。"
-#: src/components/layout/GuildLayout.tsx:393
+#: src/components/layout/GuildLayout.tsx:398
msgid "You don't have access to any channels in this community."
msgstr "このコミュニティ内のどのチャンネルにもアクセスする権限がありません。"
@@ -21114,23 +21197,23 @@ msgstr "この絵文字パックをインストールする権限がありませ
msgid "You don't have permission to install this sticker pack."
msgstr "このステッカーパックをインストールする権限がありません。"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:203
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:222
msgid "You have all <0/> for <1>{monthlyPrice}/month1>."
msgstr "<0/>すべてが<1>{monthlyPrice}/月1>で利用できます。"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:208
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:227
msgid "You have all <0/> for <1>{yearlyPrice}/year1>."
msgstr "<0/>すべてが<1>{yearlyPrice}/年1>で利用できます。"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:213
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:232
msgid "You have all <0/> for your subscription period."
msgstr "サブスクリプション期間中、すべての<0/>を利用できます。"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:198
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:217
msgid "You have all <0/> forever. No subscriptions, no renewals."
msgstr "すべての<0/>を永久に利用できます。サブスクリプションも更新もありません。"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:169
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:188
msgid "You have all <0/> via a <1>gift subscription1> until <2>{giftEndDate}2>. It <3>won't renew3>."
msgstr "<1>ギフトサブスクリプション1>により、<2>{giftEndDate}2>まですべての<0/>を利用できます。<3>更新されません3>。"
@@ -21228,11 +21311,11 @@ msgstr "この保存済みメッセージへのアクセス権がなくなりま
msgid "You made it, {username}! We're about to hit 88mph!"
msgstr "やったね、{username}!時速88マイルに到達しそうだ!"
-#: src/components/channel/CallMessage.tsx:179
+#: src/components/channel/CallMessage.tsx:173
msgid "You missed a call from <0/> that lasted {durationText}."
msgstr "<0/>からの{durationText}の通話を見逃しました。"
-#: src/components/channel/CallMessage.tsx:184
+#: src/components/channel/CallMessage.tsx:178
msgid "You missed a call from <0/>."
msgstr "<0/>からの着信を逃しました。"
@@ -21252,7 +21335,7 @@ msgstr "このコンテンツを閲覧するには18歳以上である必要が
msgid "You must be connected to the gateway to accept this temporary invite. Please check your connection and try again."
msgstr "この一時的な招待を受け入れるにはゲートウェイに接続されている必要があります。接続を確認して再試行してください。"
-#: src/components/pages/ReportPage.tsx:463
+#: src/components/pages/ReportPage.tsx:288
msgid "You must verify your email before submitting a report."
msgstr "レポートを送信する前にメールアドレスを確認する必要があります。"
@@ -21385,7 +21468,7 @@ msgstr "ボイスチャンネルに参加しています"
msgid "You're sending messages too quickly"
msgstr "メッセージの送信が速すぎます"
-#: src/components/channel/Messages.tsx:909
+#: src/components/channel/Messages.tsx:907
msgid "You're viewing older messages"
msgstr "古いメッセージを表示しています"
@@ -21464,7 +21547,7 @@ msgstr "アカウントが承認されました。アプリにリダイレクト
msgid "Your account has been created, but access is temporarily limited until approval. You will be notified once your account is approved."
msgstr "アカウントが作成されましたが、承認されるまでアクセスは一時的に制限されています。アカウントが承認されると通知されます。"
-#: src/components/modals/components/UnclaimedAccountAlert.tsx:38
+#: src/components/modals/components/UnclaimedAccountAlert.tsx:36
msgid "Your account is not yet claimed. Without an email and password, you won't be able to sign in from other devices and you could lose access to your account. Claim your account now to secure it."
msgstr "アカウントはまだ所有権が主張されていません。メールアドレスとパスワードがないと、他のデバイスからサインインできず、アカウントへのアクセスを失う可能性があります。今すぐアカウントを所有権主張して保護してください。"
@@ -21508,7 +21591,7 @@ msgstr "既存の通知音設定は保持されます。"
msgid "Your export request will be processed"
msgstr "エクスポートリクエストは処理されます"
-#: src/components/pages/ReportPage.tsx:935
+#: src/components/pages/report/ReportStepDetails.tsx:213
msgid "Your FluxerTag (optional)"
msgstr "FluxerTag(オプション)"
@@ -21521,7 +21604,7 @@ msgid "Your invite expires in 24 hours"
msgstr "招待は24時間で期限切れになります"
#. placeholder {0}: getExpirationText()
-#: src/components/modals/InviteModal.tsx:325
+#: src/components/modals/InviteModal.tsx:322
msgid "Your invite link expires in {0}."
msgstr "招待リンクの有効期限は{0}です。"
@@ -21565,7 +21648,7 @@ msgstr "お気に入りのチャンネル、DM、グループに素早くアク
msgid "Your Plutonium subscription has expired. You've lost all Plutonium perks. Reactivate your subscription to regain access."
msgstr "Plutoniumサブスクリプションが期限切れです。すべてのPlutonium特典を失いました。アクセスを回復するにはサブスクリプションを再アクティベートしてください。"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:781
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:813
msgid "Your private space"
msgstr "あなたのプライベートスペース"
@@ -21573,7 +21656,7 @@ msgstr "あなたのプライベートスペース"
msgid "Your private space for thoughts and reminders"
msgstr "考えやリマインダーのためのプライベートスペース"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:277
+#: src/components/modals/tabs/GiftInventoryTab.tsx:300
msgid "Your Purchased Gifts"
msgstr "購入したギフト"
@@ -21585,15 +21668,11 @@ msgstr "あなたの地域"
msgid "Your stream is still being broadcast"
msgstr "あなたのストリームはまだ配信中です"
-#: src/components/pages/ReportPage.tsx:594
-msgid "Your submission ID"
-msgstr "あなたの提出ID"
-
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:153
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:172
msgid "Your subscription ended, but you still have all <0/> until <1>{graceDate}1>. Resubscribe to keep them."
msgstr "サブスクリプションは終了しましたが、<1>{graceDate}1>まで<0/>をすべて利用できます。継続するには再購読してください。"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:138
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:157
msgid "Your subscription expired on <0>{expiredDate}0>. You lost all <1/>. You can reactivate at any time."
msgstr "サブスクリプションは<0>{expiredDate}0>に期限切れとなりました。<1/>をすべて失いました。いつでも再アクティベートできます。"
@@ -21609,7 +21688,7 @@ msgstr "サブスクリプションが再アクティベートされました!
msgid "Your subscription has been set to cancel at the end of your billing period."
msgstr "サブスクリプションは、請求期間の終了時にキャンセルするように設定されました。"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:191
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:210
msgid "Your subscription will cancel on <0>{cancelDate}0>. You'll lose all <1/> after that date."
msgstr "サブスクリプションは<0>{cancelDate}0>にキャンセルされます。その後は<1/>をすべて失います。"
diff --git a/fluxer_app/src/locales/ko/messages.po b/fluxer_app/src/locales/ko/messages.po
index 89e98d30..1b258a28 100644
--- a/fluxer_app/src/locales/ko/messages.po
+++ b/fluxer_app/src/locales/ko/messages.po
@@ -68,12 +68,12 @@ msgstr "(최대 15개 표시)"
msgid "(No content)"
msgstr "(내용 없음)"
-#: src/components/modals/UserProfileMobileSheet.tsx:552
+#: src/components/modals/UserProfileMobileSheet.tsx:556
#: src/components/pages/YouPage.tsx:147
msgid "(only visible to you)"
msgstr "(본인만 볼 수 있음)"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:954
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:976
msgid "(you)"
msgstr "(나)"
@@ -138,12 +138,12 @@ msgid "{0} Online"
msgstr "{0} 온라인"
#. placeholder {0}: reaction.count
-#: src/components/channel/MessageReactions.tsx:120
+#: src/components/channel/MessageReactions.tsx:119
msgid "{0} reaction"
msgstr "{0} 반응"
#. placeholder {0}: reaction.count
-#: src/components/channel/MessageReactions.tsx:120
+#: src/components/channel/MessageReactions.tsx:119
msgid "{0} reactions"
msgstr "{0} 반응들"
@@ -153,13 +153,13 @@ msgid "{0} remaining"
msgstr "{0} 남음"
#. placeholder {0}: machineState.total
-#: src/components/channel/ChannelSearchResults.tsx:315
+#: src/components/channel/ChannelSearchResults.tsx:272
msgid "{0} Result"
msgstr "{0} 결과"
#. placeholder {0}: machineState.total
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:390
-#: src/components/channel/ChannelSearchResults.tsx:315
+#: src/components/channel/ChannelSearchResults.tsx:272
msgid "{0} Results"
msgstr "{0}개의 결과"
@@ -402,7 +402,7 @@ msgstr "{actor}님이 스티커 {namedTarget}을 업데이트했습니다."
msgid "{actor} updated the webhook {namedTarget}."
msgstr "{actor}님이 웹훅 {namedTarget}을 업데이트했습니다."
-#: src/components/modals/tabs/BetaCodesTab.tsx:280
+#: src/components/modals/tabs/BetaCodesTab.tsx:284
msgid "{allowance} codes remaining this week"
msgstr "이번 주에 {allowance}개의 코드가 남았습니다"
@@ -533,7 +533,7 @@ msgstr "{emojiName}, {0} 반응"
msgid "{emojiName}, {0} reactions"
msgstr "{emojiName}, {0} 반응들"
-#: src/components/channel/MessageReactions.tsx:122
+#: src/components/channel/MessageReactions.tsx:121
msgid "{emojiName}: {reactionCountText}, {actionText}"
msgstr "{emojiName}: {reactionCountText}, {actionText}"
@@ -561,8 +561,8 @@ msgstr "{label} 이미지는 애니메이션을 지원하지 않습니다. JPEG,
#: src/components/auth/InviteHeader.tsx:127
#: src/components/auth/InviteHeader.tsx:241
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:281
-#: src/components/channel/InviteEmbed.tsx:180
-#: src/components/channel/InviteEmbed.tsx:444
+#: src/components/channel/InviteEmbed.tsx:182
+#: src/components/channel/InviteEmbed.tsx:446
msgid "{memberCount} Member"
msgstr "{memberCount} 회원"
@@ -570,8 +570,8 @@ msgstr "{memberCount} 회원"
#: src/components/auth/InviteHeader.tsx:127
#: src/components/auth/InviteHeader.tsx:241
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:281
-#: src/components/channel/InviteEmbed.tsx:180
-#: src/components/channel/InviteEmbed.tsx:444
+#: src/components/channel/InviteEmbed.tsx:182
+#: src/components/channel/InviteEmbed.tsx:446
msgid "{memberCount} Members"
msgstr "{memberCount} 회원들"
@@ -606,11 +606,11 @@ msgstr "{minutes} 분 {seconds} 초"
msgid "{minutes} minutes and 1 second"
msgstr "{minutes}분 1초"
-#: src/components/channel/dm/DMWelcomeSection.tsx:155
+#: src/components/channel/dm/DMWelcomeSection.tsx:167
msgid "{mutualGuildCount} mutual commmunity"
msgstr "{mutualGuildCount} 상호 커뮤니티"
-#: src/components/channel/dm/DMWelcomeSection.tsx:156
+#: src/components/channel/dm/DMWelcomeSection.tsx:168
msgid "{mutualGuildCount} mutual communities"
msgstr "{mutualGuildCount} 상호 커뮤니티들"
@@ -632,7 +632,7 @@ msgstr "통화 중인 {participantCount} 참여자들"
#: src/components/auth/InviteHeader.tsx:235
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:276
-#: src/components/channel/InviteEmbed.tsx:439
+#: src/components/channel/InviteEmbed.tsx:441
msgid "{presenceCount} Online"
msgstr "{presenceCount} 온라인"
@@ -644,15 +644,15 @@ msgstr "{remaining}자 남음"
msgid "{remaining} characters left. Get Plutonium to write up to {premiumMaxLength} characters."
msgstr "{remaining}자 남음. 플루토늄을 이용하면 최대 {premiumMaxLength}자까지 작성할 수 있어요."
-#: src/components/channel/InviteEmbed.tsx:301
+#: src/components/channel/InviteEmbed.tsx:303
msgid "{renderedMemberCount} Member"
msgstr "{renderedMemberCount} 회원"
-#: src/components/channel/InviteEmbed.tsx:301
+#: src/components/channel/InviteEmbed.tsx:303
msgid "{renderedMemberCount} Members"
msgstr "{renderedMemberCount} 회원들"
-#: src/components/channel/InviteEmbed.tsx:296
+#: src/components/channel/InviteEmbed.tsx:298
msgid "{renderedPresenceCount} Online"
msgstr "{renderedPresenceCount} 온라인"
@@ -704,11 +704,11 @@ msgstr "{totalSeconds} 초"
msgid "{totalSeconds} seconds"
msgstr "{totalSeconds} 초들"
-#: src/components/layout/GuildsLayout.tsx:231
+#: src/components/layout/GuildsLayout.tsx:229
msgid "{unavailableCount} communities are temporarily unavailable due to a flux capacitor malfunction."
msgstr "{unavailableCount} 커뮤니티는 플럭스 캐패시터 오류로 일시적으로 사용할 수 없습니다."
-#: src/components/layout/GuildsLayout.tsx:230
+#: src/components/layout/GuildsLayout.tsx:228
msgid "{unavailableCount} community is temporarily unavailable due to a flux capacitor malfunction."
msgstr "{unavailableCount} 커뮤니티는 플럭스 캐패시터 오류로 일시적으로 사용할 수 없습니다."
@@ -814,27 +814,27 @@ msgstr "@everyone 멘션"
msgid "@username"
msgstr "@username"
-#: src/components/channel/CallMessage.tsx:75
+#: src/components/channel/CallMessage.tsx:72
msgid "# days"
msgstr "# 일"
-#: src/components/channel/CallMessage.tsx:76
+#: src/components/channel/CallMessage.tsx:73
msgid "# hours"
msgstr "# 시간"
-#: src/components/channel/CallMessage.tsx:77
+#: src/components/channel/CallMessage.tsx:74
msgid "# minutes"
msgstr "# 분"
-#: src/components/channel/CallMessage.tsx:73
+#: src/components/channel/CallMessage.tsx:70
msgid "# months"
msgstr "# 개월"
-#: src/components/channel/CallMessage.tsx:74
+#: src/components/channel/CallMessage.tsx:71
msgid "# weeks"
msgstr "# 주"
-#: src/components/channel/CallMessage.tsx:72
+#: src/components/channel/CallMessage.tsx:69
msgid "# years"
msgstr "# 년"
@@ -878,11 +878,11 @@ msgstr "<0/>님이 <1/>님을 그룹에서 제거했습니다."
msgid "<0/> removed someone from the group."
msgstr "<0/>님이 누군가를 그룹에서 제거했습니다."
-#: src/components/channel/CallMessage.tsx:191
+#: src/components/channel/CallMessage.tsx:185
msgid "<0/> started a call that lasted {durationText}."
msgstr "<0/>님이 {durationText} 동안 통화를 시작했습니다."
-#: src/components/channel/CallMessage.tsx:154
+#: src/components/channel/CallMessage.tsx:148
msgid "<0/> started a call."
msgstr "<0/>님이 통화를 시작했습니다."
@@ -943,11 +943,11 @@ msgstr "<0>멤버의 음소거를 해제했습니다0>."
msgid "<0>Warning:0> This will also disable SMS two-factor authentication."
msgstr "<0>경고:0> 이 작업은 SMS 2단계 인증도 비활성화합니다."
-#: src/components/modals/tabs/BetaCodesTab.tsx:278
+#: src/components/modals/tabs/BetaCodesTab.tsx:282
msgid "1 code remaining this week"
msgstr "이번 주에 1개의 코드가 남았습니다"
-#: src/components/channel/CallMessage.tsx:75
+#: src/components/channel/CallMessage.tsx:72
#: src/components/modals/BanMemberModal.tsx:54
#: src/components/modals/InviteModal.tsx:77
#: src/components/modals/InviteModal.tsx:212
@@ -956,7 +956,7 @@ msgstr "이번 주에 1개의 코드가 남았습니다"
msgid "1 day"
msgstr "1일"
-#: src/components/channel/CallMessage.tsx:76
+#: src/components/channel/CallMessage.tsx:73
#: src/components/modals/BanMemberModal.tsx:52
#: src/components/modals/channelTabs/ChannelOverviewTab.tsx:154
#: src/components/modals/CustomStatusBottomSheet.tsx:44
@@ -993,7 +993,7 @@ msgstr "1 분 {seconds} 초"
msgid "1 minute and 1 second"
msgstr "1분 1초"
-#: src/components/channel/CallMessage.tsx:73
+#: src/components/channel/CallMessage.tsx:70
#: src/components/modals/BanMemberModal.tsx:59
msgid "1 month"
msgstr "1 개월"
@@ -1002,12 +1002,12 @@ msgstr "1 개월"
msgid "1 Month"
msgstr "1개월"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:99
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:120
msgid "1 Month {monthlyPrice}"
msgstr "1개월 {monthlyPrice}"
-#: src/components/modals/components/plutonium/GiftSection.tsx:78
-#: src/components/modals/components/plutonium/PricingSection.tsx:110
+#: src/components/modals/components/plutonium/GiftSection.tsx:88
+#: src/components/modals/components/plutonium/PricingSection.tsx:128
msgid "1 Month Gift"
msgstr "1개월 선물"
@@ -1020,22 +1020,22 @@ msgstr "1회 사용"
msgid "1 user"
msgstr "1명"
-#: src/components/channel/CallMessage.tsx:74
+#: src/components/channel/CallMessage.tsx:71
#: src/components/modals/BanMemberModal.tsx:57
#: src/components/modals/TimeoutMemberOptions.ts:39
msgid "1 week"
msgstr "1주"
-#: src/components/channel/CallMessage.tsx:72
+#: src/components/channel/CallMessage.tsx:69
msgid "1 year"
msgstr "1년"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:91
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:109
msgid "1 Year {yearlyPrice}"
msgstr "1년 {yearlyPrice}"
-#: src/components/modals/components/plutonium/GiftSection.tsx:69
-#: src/components/modals/components/plutonium/PricingSection.tsx:101
+#: src/components/modals/components/plutonium/GiftSection.tsx:76
+#: src/components/modals/components/plutonium/PricingSection.tsx:116
msgid "1 Year Gift"
msgstr "1년 선물"
@@ -1286,8 +1286,8 @@ msgstr "8시간"
msgid "A 4-digit tag will be added automatically to ensure uniqueness"
msgstr "고유성을 위해 자동으로 4자리 태그가 추가됩니다."
-#: src/components/channel/CallMessage.tsx:86
-#: src/components/channel/CallMessage.tsx:148
+#: src/components/channel/CallMessage.tsx:83
+#: src/components/channel/CallMessage.tsx:142
msgid "a few seconds"
msgstr "몇 초"
@@ -1299,7 +1299,7 @@ msgstr "몇 명의 키보드 전사들이 모이고 있습니다..."
msgid "A helpful bot that does amazing things!"
msgstr "놀라운 일을 해내는 유용한 봇이에요!"
-#: src/components/channel/CallMessage.tsx:77
+#: src/components/channel/CallMessage.tsx:74
msgid "a minute"
msgstr "1분"
@@ -1316,7 +1316,7 @@ msgid "A symphony of clacking keys is underway..."
msgstr "키보드가 쿵쿵거리는 교향곡이 진행 중입니다..."
#: src/components/modals/tabs/MyProfileTab/BioEditor.tsx:127
-#: src/components/modals/UserProfileMobileSheet.tsx:528
+#: src/components/modals/UserProfileMobileSheet.tsx:532
#: src/components/pages/YouPage.tsx:132
msgid "About Me"
msgstr "내 소개"
@@ -1330,18 +1330,18 @@ msgstr "당신 소개"
msgid "Accent Color"
msgstr "강조 색상"
-#: src/components/channel/channel-view/DMChannelView.tsx:291
-#: src/components/channel/dm/DMWelcomeSection.tsx:116
+#: src/components/channel/channel-view/DMChannelView.tsx:292
+#: src/components/channel/dm/DMWelcomeSection.tsx:128
#: src/components/channel/friends/FriendListItem.tsx:238
#: src/components/channel/friends/MobileFriendRequestItem.tsx:99
#: src/components/voice/IncomingCallUI.tsx:302
msgid "Accept"
msgstr "수락"
-#: src/components/bottomsheets/DMBottomSheet.tsx:515
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:260
-#: src/components/modals/UserProfileModal.tsx:1258
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:88
+#: src/components/bottomsheets/DMBottomSheet.tsx:517
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:262
+#: src/components/modals/UserProfileModal.tsx:1259
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:109
msgid "Accept Friend Request"
msgstr "친구 요청 수락"
@@ -1358,7 +1358,7 @@ msgstr "초대 수락"
msgid "Accept the incoming call"
msgstr "들어오는 통화 받기"
-#: src/components/channel/InviteEmbed.tsx:226
+#: src/components/channel/InviteEmbed.tsx:228
#: src/components/modals/InviteAcceptModal.tsx:163
msgid "Accepting this invite installs the pack automatically."
msgstr "이 초대를 수락하면 팩이 자동으로 설치됩니다."
@@ -1407,7 +1407,7 @@ msgstr "계정 & 프리미엄"
msgid "Account appears to exist solely for spamming"
msgstr "이 계정은 스팸 용도로만 사용되는 것으로 보입니다."
-#: src/components/modals/ClaimAccountModal.tsx:105
+#: src/components/modals/ClaimAccountModal.tsx:107
msgid "Account claimed successfully"
msgstr "계정이 성공적으로 등록되었습니다."
@@ -1459,7 +1459,7 @@ msgstr "지금까지 참여한 DM에서만"
msgid "Action with both icons!"
msgstr "두 아이콘이 모두 있는 동작!"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:124
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:143
msgid "Active"
msgstr "활성"
@@ -1584,12 +1584,13 @@ msgstr "이메일 추가"
msgid "Add Favorite Channels"
msgstr "즐겨찾기 채널 추가"
-#: src/components/bottomsheets/DMBottomSheet.tsx:524
+#: src/components/bottomsheets/DMBottomSheet.tsx:527
#: src/components/channel/dm/AddFriendView.tsx:32
#: src/components/channel/dm/DMFriendsView.tsx:199
#: src/components/modals/AddFriendSheet.tsx:50
-#: src/components/modals/UserProfileModal.tsx:1178
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:68
+#: src/components/modals/UserProfileModal.tsx:1179
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:75
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:89
msgid "Add Friend"
msgstr "친구 추가"
@@ -1597,7 +1598,7 @@ msgstr "친구 추가"
msgid "Add Friends"
msgstr "친구 추가"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1187
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1211
#: src/components/channel/ChannelHeader.tsx:630
#: src/components/channel/dm/GroupDMWelcomeSection.tsx:85
msgid "Add Friends to Group"
@@ -1612,7 +1613,7 @@ msgstr "항목 추가"
msgid "Add new reactions to messages."
msgstr "메시지에 새 반응을 추가하세요."
-#: src/components/bottomsheets/DMBottomSheet.tsx:426
+#: src/components/bottomsheets/DMBottomSheet.tsx:428
#: src/components/profile/ProfileCard/ProfileCardActions.tsx:48
#: src/components/uikit/ContextMenu/items/UserNoteMenuItems.tsx:42
msgid "Add Note"
@@ -1647,7 +1648,7 @@ msgstr "전화번호 입력란 추가"
#: src/components/channel/MessageActionBar.tsx:450
#: src/components/channel/MessageActionBar.tsx:741
#: src/components/channel/messageActionMenu.tsx:92
-#: src/components/channel/MessageReactions.tsx:264
+#: src/components/channel/MessageReactions.tsx:263
#: src/components/uikit/ContextMenu/items/MessageMenuItems.tsx:65
msgid "Add Reaction"
msgstr "반응 추가"
@@ -1695,8 +1696,8 @@ msgid "Add to favorites"
msgstr "즐겨찾기에 추가"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:370
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1103
-#: src/components/bottomsheets/DMBottomSheet.tsx:400
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1127
+#: src/components/bottomsheets/DMBottomSheet.tsx:402
#: src/components/channel/ChannelHeader.tsx:547
#: src/components/channel/ChannelHeader.tsx:595
#: src/components/channel/ChannelHeader.tsx:600
@@ -1731,11 +1732,11 @@ msgid "Added to bookmarks"
msgstr "북마크에 추가됨"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:118
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:544
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:558
msgid "Added to favorites"
msgstr "즐겨찾기에 추가됨"
-#: src/components/bottomsheets/DMBottomSheet.tsx:129
+#: src/components/bottomsheets/DMBottomSheet.tsx:131
msgid "Added to Favorites"
msgstr "즐겨찾기에 추가됨"
@@ -1752,7 +1753,7 @@ msgstr "추가됨: {createdDate}"
msgid "Added: {createdDate} • Last used: {lastUsedDate}"
msgstr "추가됨: {createdDate} • 마지막 사용: {lastUsedDate}"
-#: src/components/pages/ReportPage.tsx:943
+#: src/components/pages/report/ReportStepDetails.tsx:222
msgid "Additional Comments (optional)"
msgstr "추가 코멘트 (선택 사항)"
@@ -1873,7 +1874,7 @@ msgstr "모든 통화가 울리는 대신 무음으로 알림됩니다. 기본
msgid "All Communities"
msgstr "모든 커뮤니티"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:74
+#: src/components/modals/components/plutonium/VisionarySection.tsx:83
msgid "All current and future Plutonium benefits, forever"
msgstr "현재와 미래의 플루토늄 혜택을 영원히"
@@ -1911,7 +1912,7 @@ msgstr "전체 구성원"
msgid "All messages"
msgstr "모든 메시지"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1377
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1401
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:206
#: src/components/modals/GuildNotificationSettingsModal.tsx:87
#: src/components/modals/GuildNotificationSettingsModal.tsx:273
@@ -2071,11 +2072,11 @@ msgstr "{0}를 허용했습니다."
msgid "Already have an account?"
msgstr "이미 계정이 있으신가요?"
-#: src/components/channel/InviteEmbed.tsx:187
+#: src/components/channel/InviteEmbed.tsx:189
msgid "Already joined"
msgstr "이미 참여함"
-#: src/components/channel/GiftEmbed.tsx:90
+#: src/components/channel/GiftEmbed.tsx:97
msgid "Already redeemed"
msgstr "이미 등록됨"
@@ -2135,8 +2136,8 @@ msgstr "항상 <0>{hostname}0>를 신뢰합니다 — 다음에는 이 경고
msgid "Always underline links"
msgstr "링크를 항상 밑줄로 표시"
-#: src/components/channel/ChannelSearchResults.tsx:511
-#: src/components/channel/ChannelSearchResults.tsx:562
+#: src/components/channel/ChannelSearchResults.tsx:480
+#: src/components/channel/ChannelSearchResults.tsx:531
#: src/hooks/useChannelSearch.ts:233
#: src/hooks/useChannelSearch.ts:375
msgid "An error occurred while searching"
@@ -2198,7 +2199,7 @@ msgid "Animated Emoji ({0})"
msgstr "애니메이션 이모지 ({0})"
#: src/components/channel/embeds/media/EmbedGifv.tsx:237
-#: src/components/channel/embeds/media/EmbedGifv.tsx:725
+#: src/components/channel/embeds/media/EmbedGifv.tsx:749
#: src/components/modals/MediaViewerModal.tsx:294
#: src/components/modals/MediaViewerModal.tsx:362
msgid "Animated GIF"
@@ -2320,8 +2321,8 @@ msgstr "애플리케이션이 성공적으로 업데이트되었습니다"
msgid "Applications"
msgstr "애플리케이션"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:99
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:137
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:103
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:141
msgid "Applications & Bots"
msgstr "애플리케이션 및 봇"
@@ -2352,7 +2353,7 @@ msgid "Archive"
msgstr "보관"
#. placeholder {0}: user.username
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:162
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:164
#: src/components/modals/UserProfileActionsSheet.tsx:133
#: src/utils/RelationshipActionUtils.tsx:141
msgid "Are you sure you want to block {0}? They won't be able to message you or send you friend requests."
@@ -2368,8 +2369,8 @@ msgid "Are you sure you want to close this group DM? You can always reopen it la
msgstr "이 그룹 DM을 종료하시겠어요? 나중에 다시 열 수 있습니다."
#. placeholder {0}: recipient?.username ?? ''
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:601
-#: src/components/bottomsheets/DMBottomSheet.tsx:303
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:615
+#: src/components/bottomsheets/DMBottomSheet.tsx:305
msgid "Are you sure you want to close your DM with {0}? You can always reopen it later."
msgstr "{0}님과의 DM을 종료하시겠어요? 나중에 다시 열 수 있습니다."
@@ -2406,7 +2407,7 @@ msgid "Are you sure you want to delete #{0}? This action cannot be undone."
msgstr "#{0}을(를) 삭제하시겠어요? 이 작업은 되돌릴 수 없습니다."
#. placeholder {0}: channel.name ?? 'this channel'
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:667
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:681
msgid "Are you sure you want to delete #{0}? This cannot be undone."
msgstr "#{0}을(를) 삭제하시겠어요? 이 작업은 되돌릴 수 없습니다."
@@ -2504,7 +2505,7 @@ msgstr "{0}를 떠나시겠어요?"
msgid "Are you sure you want to leave this community? You will no longer be able to see any messages."
msgstr "이 커뮤니티를 떠나시겠어요? 더 이상 메시지를 볼 수 없습니다."
-#: src/components/bottomsheets/DMBottomSheet.tsx:338
+#: src/components/bottomsheets/DMBottomSheet.tsx:340
#: src/hooks/useLeaveGroup.tsx:43
msgid "Are you sure you want to leave this group? You will no longer be able to see any messages."
msgstr "이 그룹을 떠나시겠어요? 더 이상 메시지를 볼 수 없습니다."
@@ -2515,9 +2516,9 @@ msgid "Are you sure you want to make {0} the group owner? You will lose owner pr
msgstr "{0}님을 그룹 소유자로 지정하시겠어요? 소유자 권한을 잃게 됩니다."
#. placeholder {0}: user.username
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:145
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:147
#: src/components/modals/UserProfileActionsSheet.tsx:116
-#: src/components/modals/UserProfileMobileSheet.tsx:303
+#: src/components/modals/UserProfileMobileSheet.tsx:304
#: src/utils/RelationshipActionUtils.tsx:114
msgid "Are you sure you want to remove {0} as a friend?"
msgstr "{0}님을 친구에서 제거하시겠어요?"
@@ -2557,10 +2558,10 @@ msgid "Are you sure you want to transfer ownership of the group to {0}?"
msgstr "그룹 소유권을 {0}님에게 이전하시겠어요?"
#. placeholder {0}: user.username
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:179
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:181
#: src/components/modals/tabs/BlockedUsersTab.tsx:57
#: src/components/modals/UserProfileActionsSheet.tsx:150
-#: src/components/modals/UserProfileMobileSheet.tsx:319
+#: src/components/modals/UserProfileMobileSheet.tsx:320
#: src/utils/RelationshipActionUtils.tsx:168
msgid "Are you sure you want to unblock {0}?"
msgstr "{0}님을 차단 해제하시겠어요?"
@@ -2573,7 +2574,7 @@ msgstr "아트 클럽"
msgid "Artists' Corner"
msgstr "아티스트 코너"
-#: src/components/modals/components/plutonium/PricingSection.tsx:63
+#: src/components/modals/components/plutonium/PricingSection.tsx:69
msgid "As a Gift"
msgstr "선물로"
@@ -2689,7 +2690,7 @@ msgstr "오디오 설정"
msgid "Audio will be included with this screen share."
msgstr "화면 공유에 오디오도 포함됩니다."
-#: src/components/pages/ReportPage.tsx:311
+#: src/components/pages/report/optionDescriptors.ts:83
msgid "Austria"
msgstr "오스트리아"
@@ -2844,6 +2845,7 @@ msgstr "평균 핑:"
#: src/components/modals/PhoneAddModal.tsx:235
#: src/components/modals/RequiredActionModal.tsx:463
#: src/components/pages/OAuthAuthorizePage.tsx:694
+#: src/components/pages/report/ReportStepDetails.tsx:243
msgid "Back"
msgstr "뒤로"
@@ -2933,7 +2935,7 @@ msgid "Balanced quality and bandwidth"
msgstr "품질과 대역폭의 균형"
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:353
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:320
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:323
#: src/components/modals/UserProfileActionsSheet.tsx:262
msgid "Ban"
msgstr "추방"
@@ -3035,7 +3037,7 @@ msgstr "이전:"
msgid "Begin a call in the current private conversation"
msgstr "현재 비공개 대화에서 통화 시작"
-#: src/components/pages/ReportPage.tsx:312
+#: src/components/pages/report/optionDescriptors.ts:84
msgid "Belgium"
msgstr "벨기에"
@@ -3066,7 +3068,7 @@ msgstr "베타 코드 (선택 사항)"
msgid "Beta Code Redeemed!"
msgstr "베타 코드가 사용되었습니다!"
-#: src/components/modals/tabs/BetaCodesTab.tsx:313
+#: src/components/modals/tabs/BetaCodesTab.tsx:338
#: src/components/modals/utils/settingsSearchIndex.ts:741
msgid "Beta Codes"
msgstr "베타 코드"
@@ -3083,13 +3085,13 @@ msgstr "소개"
msgid "Bio character limit"
msgstr "프로필 소개 글자 수 제한"
-#: src/components/bottomsheets/DMBottomSheet.tsx:538
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:163
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:345
+#: src/components/bottomsheets/DMBottomSheet.tsx:541
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:165
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:348
#: src/components/modals/UserProfileActionsSheet.tsx:134
#: src/components/modals/UserProfileActionsSheet.tsx:298
#: src/components/modals/UserProfileModal.tsx:1062
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:190
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:211
#: src/utils/RelationshipActionUtils.tsx:143
msgid "Block"
msgstr "차단"
@@ -3106,7 +3108,7 @@ msgstr "커뮤니티 구성원의 다이렉트 메시지 차단?"
msgid "Block for all communities"
msgstr "모든 커뮤니티에 대해 차단"
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:161
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:163
#: src/components/modals/UserProfileActionsSheet.tsx:132
#: src/utils/RelationshipActionUtils.tsx:139
msgid "Block User"
@@ -3270,7 +3272,7 @@ msgstr "브라우저 오디오 필요"
msgid "Browser locale ({browserLocale}): {format}"
msgstr "브라우저 로케일 ({browserLocale}): {format}"
-#: src/components/pages/ReportPage.tsx:313
+#: src/components/pages/report/optionDescriptors.ts:85
msgid "Bulgaria"
msgstr "불가리아"
@@ -3313,16 +3315,16 @@ msgstr "submitting이 true일 때 버튼이 로딩 표시기를 보여줍니다.
msgid "Buttons with Icons"
msgstr "아이콘이 있는 버튼"
-#: src/components/modals/components/plutonium/GiftSection.tsx:74
-#: src/components/modals/components/plutonium/GiftSection.tsx:83
-#: src/components/modals/components/plutonium/GiftSection.tsx:92
-#: src/components/modals/components/plutonium/PricingSection.tsx:106
-#: src/components/modals/components/plutonium/PricingSection.tsx:115
-#: src/components/modals/components/plutonium/PricingSection.tsx:124
+#: src/components/modals/components/plutonium/GiftSection.tsx:81
+#: src/components/modals/components/plutonium/GiftSection.tsx:93
+#: src/components/modals/components/plutonium/GiftSection.tsx:105
+#: src/components/modals/components/plutonium/PricingSection.tsx:121
+#: src/components/modals/components/plutonium/PricingSection.tsx:133
+#: src/components/modals/components/plutonium/PricingSection.tsx:145
msgid "Buy Gift"
msgstr "선물 구매"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:114
+#: src/components/modals/components/plutonium/VisionarySection.tsx:140
msgid "Buying Visionary will cancel your current {currentAccessLabel} immediately. It is a one-time purchase with lifetime access."
msgstr "Visionary를 구매하면 현재의 {currentAccessLabel}가 즉시 취소됩니다. 이는 일회성 구매로 평생 접근할 수 있습니다."
@@ -3347,7 +3349,7 @@ msgstr "슬로우모드 우회"
msgid "Bypass Splash Screen"
msgstr "스플래시 화면 우회"
-#: src/components/channel/channel-view/DMChannelView.tsx:271
+#: src/components/channel/channel-view/DMChannelView.tsx:272
msgid "Call available"
msgstr "통화 가능"
@@ -3446,11 +3448,11 @@ msgstr "카메라 설정"
#: src/components/modals/CategoryCreateModal.tsx:79
#: src/components/modals/ChannelCreateModal.tsx:100
#: src/components/modals/ChannelDeleteModal.tsx:72
-#: src/components/modals/ClaimAccountModal.tsx:179
-#: src/components/modals/ClaimAccountModal.tsx:219
-#: src/components/modals/components/MobileSettingsView.tsx:302
+#: src/components/modals/ClaimAccountModal.tsx:181
+#: src/components/modals/ClaimAccountModal.tsx:221
+#: src/components/modals/components/MobileSettingsView.tsx:297
#: src/components/modals/components/plutonium/hooks/useCheckoutActions.tsx:110
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:328
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:371
#: src/components/modals/ConfirmModal.tsx:146
#: src/components/modals/CreateDMModal.tsx:88
#: src/components/modals/CreateFavoriteCategoryModal.tsx:74
@@ -3473,7 +3475,7 @@ msgstr "카메라 설정"
#: src/components/modals/HideOwnCameraConfirmModal.tsx:65
#: src/components/modals/IARModal.tsx:218
#: src/components/modals/ImageCropModal.tsx:981
-#: src/components/modals/InviteModal.tsx:336
+#: src/components/modals/InviteModal.tsx:333
#: src/components/modals/KickMemberModal.tsx:60
#: src/components/modals/MfaTotpDisableModal.tsx:75
#: src/components/modals/MfaTotpEnableModal.tsx:102
@@ -3498,11 +3500,11 @@ msgstr "카메라 설정"
msgid "Cancel"
msgstr "취소"
-#: src/components/channel/dm/DMWelcomeSection.tsx:126
+#: src/components/channel/dm/DMWelcomeSection.tsx:138
#: src/components/channel/friends/FriendListItem.tsx:164
#: src/components/channel/friends/FriendListItem.tsx:166
-#: src/components/modals/UserProfileModal.tsx:1273
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:171
+#: src/components/modals/UserProfileModal.tsx:1274
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:192
msgid "Cancel Friend Request"
msgstr "친구 요청 취소"
@@ -3522,7 +3524,7 @@ msgstr "요청 취소"
msgid "Cancel upload"
msgstr "업로드 취소"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:118
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:137
msgid "Canceling"
msgstr "취소 중"
@@ -3566,7 +3568,7 @@ msgstr "카드 정렬"
msgid "Card alignment controls"
msgstr "카드 정렬 컨트롤"
-#: src/components/modals/components/MobileSettingsView.tsx:123
+#: src/components/modals/components/MobileSettingsView.tsx:118
#: src/components/modals/components/SettingsModalHeader.tsx:76
msgid "Careful! You have unsaved changes."
msgstr "조심하세요! 저장되지 않은 변경 사항이 있습니다."
@@ -3576,7 +3578,7 @@ msgstr "조심하세요! 저장되지 않은 변경 사항이 있습니다."
msgid "Category"
msgstr "카테고리"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1371
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1395
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:239
msgid "Category Default"
msgstr "카테고리 기본값"
@@ -3594,7 +3596,7 @@ msgstr "카테고리 가득 참"
msgid "Category Name"
msgstr "카테고리 이름"
-#: src/components/modals/ChannelSettingsModal.tsx:105
+#: src/components/modals/ChannelSettingsModal.tsx:113
#: src/components/modals/components/DesktopChannelSettingsView.tsx:188
msgid "Category Settings"
msgstr "카테고리 설정"
@@ -3625,7 +3627,7 @@ msgstr "배경 변경"
msgid "Change Banner"
msgstr "배너 변경"
-#: src/components/pages/ReportPage.tsx:752
+#: src/components/pages/report/ReportStepVerification.tsx:126
msgid "Change email"
msgstr "이메일 변경"
@@ -3647,8 +3649,8 @@ msgstr "FluxerTag 변경"
msgid "Change FluxerTag form"
msgstr "FluxerTag 변경 양식"
-#: src/components/bottomsheets/DMBottomSheet.tsx:433
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:133
+#: src/components/bottomsheets/DMBottomSheet.tsx:435
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:154
msgid "Change Friend Nickname"
msgstr "친구 별명 변경"
@@ -3673,7 +3675,7 @@ msgid "Change My Group Nickname"
msgstr "내 그룹 닉네임 변경"
#: src/components/modals/BaseChangeNicknameModal.tsx:82
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:238
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:240
#: src/components/modals/RenameChannelModal.tsx:58
#: src/components/modals/UserProfileActionsSheet.tsx:225
#: src/components/modals/UserProfileActionsSheet.tsx:225
@@ -3760,8 +3762,8 @@ msgstr "음성 지역을 {0}(으)로 변경했습니다."
msgid "channel"
msgstr "채널"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:483
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:549
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:497
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:563
#: src/components/invites/InviteListItem.tsx:50
#: src/components/webhooks/WebhookListItem.tsx:240
#: src/constants/AuditLogConstants.tsx:236
@@ -3796,7 +3798,7 @@ msgid "Channel Debug"
msgstr "채널 디버그"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:188
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:675
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:689
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:329
msgid "Channel deleted"
msgstr "채널 삭제됨"
@@ -3806,11 +3808,11 @@ msgid "Channel Deleted"
msgstr "채널 삭제됨"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:273
-#: src/components/bottomsheets/DMBottomSheet.tsx:366
+#: src/components/bottomsheets/DMBottomSheet.tsx:368
msgid "Channel ID copied"
msgstr "채널 ID 복사됨"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:535
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:549
msgid "Channel ID copied to clipboard"
msgstr "채널 ID가 클립보드에 복사됨"
@@ -3878,9 +3880,9 @@ msgstr "채널 기록"
msgid "Channel removed from favorites"
msgstr "채널이 즐겨찾기에서 제거됨"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1092
-#: src/components/layout/ChannelItem.tsx:630
-#: src/components/modals/ChannelSettingsModal.tsx:105
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1116
+#: src/components/layout/ChannelItem.tsx:647
+#: src/components/modals/ChannelSettingsModal.tsx:113
#: src/components/modals/components/DesktopChannelSettingsView.tsx:188
msgid "Channel Settings"
msgstr "채널 설정"
@@ -3947,7 +3949,7 @@ msgstr "상태 업데이트는 <0>Bluesky (@fluxer.app)0>를 확인하세요."
msgid "Check out my custom theme!"
msgstr "내 커스텀 테마를 확인해 보세요!"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:105
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:109
msgid "Check your connection and try again."
msgstr "연결을 확인하고 다시 시도하세요."
@@ -3969,8 +3971,8 @@ msgstr "체크박스"
msgid "Checking..."
msgstr "확인 중..."
-#: src/components/pages/ReportPage.tsx:270
-#: src/components/pages/ReportPage.tsx:299
+#: src/components/pages/report/optionDescriptors.ts:51
+#: src/components/pages/report/optionDescriptors.ts:74
#: src/constants/IARConstants.tsx:72
#: src/constants/IARConstants.tsx:175
msgid "Child Safety Concerns"
@@ -3984,6 +3986,10 @@ msgstr "중국어(간체)"
msgid "Chinese (Traditional)"
msgstr "중국어(번체)"
+#: src/components/pages/report/ReportBreadcrumbs.tsx:46
+msgid "Choose"
+msgstr "선택하세요"
+
#: src/components/pages/OAuthAuthorizePage.tsx:898
msgid "Choose a community"
msgstr "커뮤니티 선택"
@@ -4080,25 +4086,36 @@ msgstr "프로필 액센트 색상 선택"
#: src/components/channel/barriers/BarrierComponents.tsx:109
#: src/components/channel/barriers/BarrierComponents.tsx:240
-#: src/components/layout/app-layout/nagbars/UnclaimedAccountNagbar.tsx:47
-#: src/components/modals/ClaimAccountModal.tsx:225
-#: src/components/modals/components/UnclaimedAccountAlert.tsx:34
+#: src/components/channel/dm/AddFriendForm.tsx:57
+#: src/components/layout/app-layout/nagbars/UnclaimedAccountNagbar.tsx:45
+#: src/components/modals/ClaimAccountModal.tsx:227
+#: src/components/modals/components/UnclaimedAccountAlert.tsx:32
+#: src/components/modals/GiftAcceptModal.tsx:170
#: src/components/modals/tabs/AccountSecurityTab/SecurityTab.tsx:206
+#: src/components/modals/tabs/BetaCodesTab.tsx:297
+#: src/components/modals/tabs/GiftInventoryTab.tsx:242
msgid "Claim Account"
msgstr "계정 인증"
-#: src/components/channel/GiftEmbed.tsx:98
-#: src/components/modals/GiftAcceptModal.tsx:154
+#: src/components/channel/GiftEmbed.tsx:109
+msgid "Claim Account to Redeem"
+msgstr "계정을 요청하여 사용하기"
+
+#: src/components/channel/GiftEmbed.tsx:109
+#: src/components/modals/GiftAcceptModal.tsx:197
#: src/components/pages/GiftLoginPage.tsx:155
#: src/components/pages/GiftRegisterPage.tsx:42
msgid "Claim Gift"
msgstr "선물 받기"
-#: src/components/modals/ClaimAccountModal.tsx:141
+#: src/components/channel/dm/AddFriendForm.tsx:53
+#: src/components/modals/ClaimAccountModal.tsx:143
+#: src/components/modals/tabs/BetaCodesTab.tsx:293
+#: src/components/modals/tabs/GiftInventoryTab.tsx:238
msgid "Claim your account"
msgstr "계정 인증하기"
-#: src/components/modals/ClaimAccountModal.tsx:146
+#: src/components/modals/ClaimAccountModal.tsx:148
msgid "Claim your account by adding an email and password. We will send a verification code to confirm your email before finishing."
msgstr "이메일과 비밀번호를 추가하여 계정을 인증하세요. 완료 전에 이메일 확인 코드를 보내드립니다."
@@ -4106,11 +4123,68 @@ msgstr "이메일과 비밀번호를 추가하여 계정을 인증하세요. 완
msgid "Claim your account to access security features like two-factor authentication and passkeys."
msgstr "2단계 인증, 패스키 같은 보안 기능 이용하려면 계정을 인증하세요."
+#: src/components/channel/ChannelHeader/CallButtons.tsx:85
+#: src/components/channel/ChannelHeader/CallButtons.tsx:155
+msgid "Claim your account to call"
+msgstr "전화를 걸기 위해 계정을 확인하세요."
+
#: src/components/modals/tabs/MyProfileTab/UsernameSection.tsx:49
msgid "Claim your account to change your FluxerTag"
msgstr "FluxerTag를 변경하려면 계정을 인증하세요."
-#: src/components/modals/GiftAcceptModal.tsx:145
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:146
+msgid "Claim your account to create applications."
+msgstr "애플리케이션을 만들기 위해 계정을 요청하세요."
+
+#: src/components/modals/tabs/BetaCodesTab.tsx:294
+msgid "Claim your account to generate beta codes."
+msgstr "베타 코드를 생성하기 위해 계정을 요청하세요."
+
+#: src/components/layout/ChannelItem.tsx:208
+#: src/components/layout/ChannelItem.tsx:382
+#: src/stores/voice/MediaEngineFacade.ts:537
+msgid "Claim your account to join this voice channel."
+msgstr "이 음성 채널에 참여하기 위해 계정을 확인하세요."
+
+#: src/stores/voice/MediaEngineFacade.ts:170
+msgid "Claim your account to join voice channels you don't own."
+msgstr "소유하지 않은 음성 채널에 참여하기 위해 계정을 확인하세요."
+
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:55
+#: src/components/modals/components/plutonium/GiftSection.tsx:61
+#: src/components/modals/components/plutonium/PricingSection.tsx:63
+#: src/components/modals/components/plutonium/VisionarySection.tsx:62
+#: src/components/modals/components/PlutoniumContent.tsx:99
+msgid "Claim your account to purchase Fluxer Plutonium."
+msgstr "Fluxer Plutonium을 구매하기 위해 계정을 요청하세요."
+
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:112
+msgid "Claim your account to purchase or redeem Fluxer Plutonium."
+msgstr "Fluxer Plutonium을 구매하거나 사용하기 위해 계정을 요청하세요."
+
+#: src/components/modals/tabs/GiftInventoryTab.tsx:239
+msgid "Claim your account to redeem or manage Plutonium gift codes."
+msgstr "Plutonium 기프트 코드를 사용하거나 관리하기 위해 계정을 요청하세요."
+
+#: src/components/channel/GiftEmbed.tsx:99
+#: src/components/modals/GiftAcceptModal.tsx:154
+msgid "Claim your account to redeem this gift."
+msgstr "이 선물을 사용하기 위해 계정을 요청하세요."
+
+#: src/components/channel/dm/AddFriendForm.tsx:54
+#: src/components/channel/dm/DMWelcomeSection.tsx:109
+#: src/components/modals/UserProfileModal.tsx:1289
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:65
+msgid "Claim your account to send friend requests."
+msgstr "친구 요청을 보내기 위해 계정을 요청하세요."
+
+#: src/components/channel/ChannelHeader/CallButtons.tsx:54
+#: src/components/channel/ChannelHeader/CallButtons.tsx:124
+#: src/stores/voice/MediaEngineFacade.ts:179
+msgid "Claim your account to start or join 1:1 calls."
+msgstr "1:1 통화를 시작하거나 참여하기 위해 계정을 확인하세요."
+
+#: src/components/modals/GiftAcceptModal.tsx:188
msgid "Claim your gift to activate your premium subscription!"
msgstr "프리미엄 구독을 활성화하려면 선물을 받으세요!"
@@ -4164,8 +4238,8 @@ msgstr "권한 지우기"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:420
#: src/components/channel/MessageSearchBar/MessageSearchBar.tsx:1424
-#: src/components/channel/shared/PickerSearchInput.tsx:195
-#: src/components/channel/shared/PickerSearchInput.tsx:212
+#: src/components/channel/shared/PickerSearchInput.tsx:194
+#: src/components/channel/shared/PickerSearchInput.tsx:211
#: src/components/modals/components/SettingsSearch.tsx:108
msgid "Clear search"
msgstr "검색 지우기"
@@ -4200,11 +4274,11 @@ msgstr "스티커 설명을 지웠습니다."
msgid "Cleared the topic."
msgstr "주제를 지웠습니다."
-#: src/components/modals/components/MobileSettingsView.tsx:297
+#: src/components/modals/components/MobileSettingsView.tsx:292
msgid "Clearing subscriptions ensures the gateway stops sending messages to this installation."
msgstr "구독을 지우면 게이트웨이가 이 설치로 메시지 전송을 멈춥니다."
-#: src/components/modals/tabs/BetaCodesTab.tsx:366
+#: src/components/modals/tabs/BetaCodesTab.tsx:391
msgid "Click \"Create Code\" to generate your first code."
msgstr "\"코드 생성\"을 클릭하여 첫 번째 코드를 만드세요."
@@ -4240,13 +4314,13 @@ msgstr "메모 추가하려면 클릭"
msgid "Click to check and uncheck. Available in square and round styles."
msgstr "클릭하면 체크/해제됩니다. 정사각형과 둥근 스타일 사용 가능."
-#: src/components/channel/GiftEmbed.tsx:90
+#: src/components/channel/GiftEmbed.tsx:100
msgid "Click to claim your gift!"
msgstr "선물 받으려면 클릭!"
#: src/components/invites/InviteListItem.tsx:184
#: src/components/modals/components/ClientInfo.tsx:76
-#: src/components/modals/tabs/BetaCodesTab.tsx:172
+#: src/components/modals/tabs/BetaCodesTab.tsx:174
msgid "Click to copy"
msgstr "복사하려면 클릭"
@@ -4328,12 +4402,12 @@ msgid "Close"
msgstr "닫기"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:341
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:600
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:602
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1239
-#: src/components/bottomsheets/DMBottomSheet.tsx:302
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:614
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:616
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1263
#: src/components/bottomsheets/DMBottomSheet.tsx:304
-#: src/components/bottomsheets/DMBottomSheet.tsx:557
+#: src/components/bottomsheets/DMBottomSheet.tsx:306
+#: src/components/bottomsheets/DMBottomSheet.tsx:560
#: src/components/channel/dm/DMList.tsx:292
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:82
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:84
@@ -4358,7 +4432,8 @@ msgstr "콜 테마"
#: src/components/invites/InviteListItem.tsx:54
#: src/components/modals/MfaTotpDisableModal.tsx:64
#: src/components/modals/MfaTotpEnableModal.tsx:91
-#: src/components/modals/tabs/BetaCodesTab.tsx:51
+#: src/components/modals/tabs/BetaCodesTab.tsx:53
+#: src/components/pages/report/ReportBreadcrumbs.tsx:48
msgid "Code"
msgstr "코드"
@@ -4370,7 +4445,8 @@ msgstr "코드 & 고정폭"
msgid "Code Blocks"
msgstr "코드 블록"
-#: src/components/modals/ClaimAccountModal.tsx:123
+#: src/components/modals/ClaimAccountModal.tsx:125
+#: src/components/pages/ReportPage.tsx:231
msgid "Code resent"
msgstr "코드 재전송됨"
@@ -4379,8 +4455,8 @@ msgid "Code sent"
msgstr "코드 전송됨"
#: src/components/invites/InviteListItem.tsx:180
-#: src/components/modals/tabs/BetaCodesTab.tsx:104
-#: src/components/modals/tabs/BetaCodesTab.tsx:168
+#: src/components/modals/tabs/BetaCodesTab.tsx:106
+#: src/components/modals/tabs/BetaCodesTab.tsx:170
msgid "Code:"
msgstr "코드:"
@@ -4472,7 +4548,7 @@ msgstr "커뮤니티 음소거됨"
msgid "Community Debug"
msgstr "커뮤니티 디버그"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1371
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1395
#: src/components/uikit/ContextMenu/items/CategoryMenuItems.tsx:221
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:239
msgid "Community Default"
@@ -4542,8 +4618,8 @@ msgstr "커뮤니티 알림 설정"
msgid "Community organizes raids or harassment campaigns"
msgstr "커뮤니티가 공격이나 괴롭힘 캠페인을 조직함"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:237
-#: src/components/channel/MemberListItem.tsx:102
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:238
+#: src/components/channel/MemberListItem.tsx:109
#: src/components/modals/guildTabs/GuildMembersTab.tsx:145
#: src/components/modals/guildTabs/GuildMembersTab.tsx:197
msgid "Community Owner"
@@ -4567,14 +4643,14 @@ msgstr "커뮤니티가 불법 활동을 조장하거나 지원함"
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:172
#: src/components/modals/components/DesktopGuildSettingsView.tsx:204
-#: src/components/modals/GuildSettingsModal.tsx:168
+#: src/components/modals/GuildSettingsModal.tsx:173
#: src/components/popouts/GuildHeaderPopout.tsx:187
#: src/components/uikit/ContextMenu/items/GuildMenuItems.tsx:360
msgid "Community Settings"
msgstr "커뮤니티 설정"
-#: src/components/layout/GuildLayout.tsx:301
-#: src/components/layout/GuildLayout.tsx:348
+#: src/components/layout/GuildLayout.tsx:306
+#: src/components/layout/GuildLayout.tsx:353
msgid "Community temporarily unavailable"
msgstr "커뮤니티가 일시적으로 사용 불가"
@@ -4782,8 +4858,8 @@ msgstr "음성 채널에 연결됨"
msgid "Connecting..."
msgstr "연결 중..."
-#: src/components/channel/channel-view/DMChannelView.tsx:273
-#: src/components/channel/channel-view/DMChannelView.tsx:323
+#: src/components/channel/channel-view/DMChannelView.tsx:274
+#: src/components/channel/channel-view/DMChannelView.tsx:324
#: src/components/voice/CompactVoiceCallView.tsx:55
msgid "Connecting…"
msgstr "연결 중…"
@@ -4979,7 +5055,7 @@ msgstr "내 활동 상태 관리"
#: src/components/modals/shared/CopyLinkSection.tsx:61
#: src/components/modals/tabs/ApplicationsTab/application-detail/ApplicationHeader.tsx:68
-#: src/components/modals/tabs/GiftInventoryTab.tsx:143
+#: src/components/modals/tabs/GiftInventoryTab.tsx:144
msgid "Copied"
msgstr "복사됨"
@@ -5001,7 +5077,7 @@ msgstr "복사됨!"
#: src/components/modals/BackupCodesModal.tsx:82
#: src/components/modals/shared/CopyLinkSection.tsx:61
#: src/components/modals/tabs/ApplicationsTab/application-detail/OAuthBuilderSection.tsx:142
-#: src/components/modals/tabs/GiftInventoryTab.tsx:143
+#: src/components/modals/tabs/GiftInventoryTab.tsx:144
msgid "Copy"
msgstr "복사"
@@ -5017,7 +5093,7 @@ msgstr "오디오 복사"
msgid "Copy authorize URL"
msgstr "권한 부여 URL 복사"
-#: src/components/modals/tabs/BetaCodesTab.tsx:178
+#: src/components/modals/tabs/BetaCodesTab.tsx:180
msgid "Copy beta code"
msgstr "베타 코드 복사"
@@ -5028,8 +5104,8 @@ msgstr "카테고리 ID 복사"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:320
#: src/components/bottomsheets/ChannelBottomSheet.tsx:347
#: src/components/bottomsheets/ChannelBottomSheet.tsx:433
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1293
-#: src/components/bottomsheets/DMBottomSheet.tsx:577
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1317
+#: src/components/bottomsheets/DMBottomSheet.tsx:580
#: src/components/channel/dm/DMList.tsx:271
#: src/components/channel/dm/DMList.tsx:298
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:362
@@ -5090,7 +5166,7 @@ msgstr "이미지 복사"
msgid "Copy invite link"
msgstr "초대 링크 복사"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1154
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1178
#: src/components/modals/tabs/ComponentGalleryTab/ButtonsTab.tsx:182
#: src/components/modals/tabs/ComponentGalleryTab/index.tsx:100
#: src/components/modals/tabs/ComponentGalleryTab/Inline.tsx:95
@@ -5131,15 +5207,15 @@ msgstr "스티커 ID 복사"
msgid "Copy Text"
msgstr "텍스트 복사"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1285
-#: src/components/bottomsheets/DMBottomSheet.tsx:570
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1309
+#: src/components/bottomsheets/DMBottomSheet.tsx:573
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:370
#: src/components/modals/guildTabs/BannedUserActionsSheet.tsx:74
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:358
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:361
#: src/components/modals/tabs/BlockedUsersTab.tsx:107
#: src/components/modals/UserProfileActionsSheet.tsx:213
#: src/components/modals/UserProfileModal.tsx:1130
-#: src/components/popouts/UserAreaPopout.tsx:507
+#: src/components/popouts/UserAreaPopout.tsx:509
#: src/components/profile/ProfileCard/ProfileCardActions.tsx:60
#: src/components/uikit/ContextMenu/items/CopyMenuItems.tsx:42
msgid "Copy User ID"
@@ -5175,7 +5251,7 @@ msgstr "카운트다운 타이머"
msgid "Country"
msgstr "국가"
-#: src/components/pages/ReportPage.tsx:928
+#: src/components/pages/report/ReportStepDetails.tsx:205
msgid "Country of Residence"
msgstr "거주 국가"
@@ -5207,7 +5283,7 @@ msgid "Create a new community or join an existing one."
msgstr "새 커뮤니티를 만들거나 기존 커뮤니티에 참여하세요."
#. placeholder {0}: recipient.username
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:905
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:937
msgid "Create a new group with {0}"
msgstr "{0}와(과) 새 그룹 만들기"
@@ -5239,7 +5315,7 @@ msgstr "계정을 만들어 주세요"
msgid "Create an account to claim your gift"
msgstr "선물을 받으려면 계정을 만들어 주세요"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:138
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:142
msgid "Create and manage applications and bots for your account."
msgstr "계정용 애플리케이션과 봇을 만들고 관리하세요."
@@ -5248,7 +5324,8 @@ msgid "Create and share custom emoji and sticker packs with Fluxer Plutonium."
msgstr "Fluxer Plutonium으로 커스텀 이모지와 스티커 팩을 만들고 공유하세요."
#: src/components/modals/tabs/ApplicationsTab/ApplicationCreateModal.tsx:87
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:142
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:149
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:155
msgid "Create Application"
msgstr "애플리케이션 만들기"
@@ -5267,7 +5344,7 @@ msgid "Create Category"
msgstr "카테고리 만들기"
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:180
-#: src/components/layout/ChannelItem.tsx:607
+#: src/components/layout/ChannelItem.tsx:624
#: src/components/modals/ChannelCreateModal.tsx:58
#: src/components/modals/ChannelCreateModal.tsx:103
#: src/components/popouts/GuildHeaderPopout.tsx:194
@@ -5276,8 +5353,8 @@ msgstr "카테고리 만들기"
msgid "Create Channel"
msgstr "채널 만들기"
-#: src/components/modals/tabs/BetaCodesTab.tsx:326
-#: src/components/modals/tabs/BetaCodesTab.tsx:369
+#: src/components/modals/tabs/BetaCodesTab.tsx:351
+#: src/components/modals/tabs/BetaCodesTab.tsx:394
msgid "Create Code"
msgstr "코드 만들기"
@@ -5329,7 +5406,7 @@ msgstr "새 계정 만들기"
msgid "Create new group"
msgstr "새 그룹 만들기"
-#: src/components/modals/InviteModal.tsx:339
+#: src/components/modals/InviteModal.tsx:336
msgid "Create New Link"
msgstr "새 링크 만들기"
@@ -5373,7 +5450,7 @@ msgid "Create, edit, or delete webhooks."
msgstr "웹훅을 만들고, 편집하거나 삭제하세요."
#: src/components/invites/InviteListItem.tsx:59
-#: src/components/modals/tabs/BetaCodesTab.tsx:57
+#: src/components/modals/tabs/BetaCodesTab.tsx:59
msgid "Created"
msgstr "생성됨"
@@ -5390,7 +5467,7 @@ msgstr "{createdAt}에 생성됨"
#. placeholder {0}: invite.pack.creator.username
#. placeholder {0}: pack.creator.username
#: src/components/auth/InviteHeader.tsx:158
-#: src/components/channel/InviteEmbed.tsx:218
+#: src/components/channel/InviteEmbed.tsx:220
#: src/components/modals/InviteAcceptModal.tsx:152
msgid "Created by {0}"
msgstr "{0}이(가) 생성함"
@@ -5427,8 +5504,8 @@ msgid "Created with name {newLabel}."
msgstr "{newLabel}라는 이름으로 생성되었습니다."
#: src/components/invites/InviteListItem.tsx:207
-#: src/components/modals/tabs/BetaCodesTab.tsx:135
-#: src/components/modals/tabs/BetaCodesTab.tsx:212
+#: src/components/modals/tabs/BetaCodesTab.tsx:137
+#: src/components/modals/tabs/BetaCodesTab.tsx:214
msgid "Created:"
msgstr "생성됨:"
@@ -5440,7 +5517,7 @@ msgstr "창의적인 생각 모임"
msgid "Creative Writing Club"
msgstr "창작 글쓰기 클럽"
-#: src/components/pages/ReportPage.tsx:314
+#: src/components/pages/report/optionDescriptors.ts:86
msgid "Croatia"
msgstr "크로아티아"
@@ -5519,8 +5596,8 @@ msgid "Currently stuck in 1885, appearing offline"
msgstr "지금 1885년에 멈춰 있어서 오프라인으로 보여요"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:461
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1023
-#: src/components/bottomsheets/DMBottomSheet.tsx:605
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1047
+#: src/components/bottomsheets/DMBottomSheet.tsx:608
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:305
msgid "Currently: {mutedText}"
msgstr "현재: {mutedText}"
@@ -5665,7 +5742,7 @@ msgstr "각 커뮤니티마다 아바타, 배너, 강조 색상, 소개글을
msgid "Cut"
msgstr "잘라내기"
-#: src/components/pages/ReportPage.tsx:315
+#: src/components/pages/report/optionDescriptors.ts:87
msgid "Cyprus"
msgstr "사이프러스"
@@ -5673,7 +5750,7 @@ msgstr "사이프러스"
msgid "Czech"
msgstr "체코어"
-#: src/components/pages/ReportPage.tsx:316
+#: src/components/pages/report/optionDescriptors.ts:88
msgid "Czech Republic"
msgstr "체코"
@@ -5746,9 +5823,9 @@ msgstr "날짜 형식"
#: src/components/auth/AuthMinimalRegisterFormCore.tsx:93
#: src/components/auth/AuthRegisterFormCore.tsx:139
-#: src/components/auth/DateOfBirthField.tsx:90
-#: src/components/auth/DateOfBirthField.tsx:124
-#: src/components/auth/DateOfBirthField.tsx:292
+#: src/components/auth/DateOfBirthField.tsx:87
+#: src/components/auth/DateOfBirthField.tsx:121
+#: src/components/auth/DateOfBirthField.tsx:289
#: src/components/auth/MockMinimalRegisterForm.tsx:107
msgid "Date of birth"
msgstr "생년월일"
@@ -5757,8 +5834,7 @@ msgstr "생년월일"
msgid "Date Options"
msgstr "날짜 옵션"
-#: src/components/auth/DateOfBirthField.tsx:88
-#: src/components/auth/DateOfBirthField.tsx:155
+#: src/components/auth/DateOfBirthField.tsx:152
#: src/components/auth/MockMinimalRegisterForm.tsx:73
msgid "Day"
msgstr "일"
@@ -5817,11 +5893,11 @@ msgstr "권한 해제"
msgid "Deauthorize Application"
msgstr "애플리케이션 권한 해제"
-#: src/components/modals/components/MobileSettingsView.tsx:369
+#: src/components/modals/components/MobileSettingsView.tsx:364
msgid "Debug"
msgstr "디버그"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1267
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1291
#: src/components/uikit/ContextMenu/items/DebugMenuItems.tsx:71
msgid "Debug Channel"
msgstr "디버그 채널"
@@ -5844,7 +5920,7 @@ msgstr "디버그 멤버"
msgid "Debug Message"
msgstr "디버그 메시지"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1275
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1299
#: src/components/uikit/ContextMenu/items/DebugMenuItems.tsx:53
msgid "Debug User"
msgstr "디버그 사용자"
@@ -5905,8 +5981,8 @@ msgstr "배터리 및 데이터 사용량을 위해 모바일에서는 기본적
#: src/actions/MessageActionCreators.tsx:394
#: src/components/channel/embeds/media/EmbedAudio.tsx:227
#: src/components/channel/embeds/media/MediaContainer.tsx:115
-#: src/components/channel/Messages.tsx:444
-#: src/components/channel/Messages.tsx:524
+#: src/components/channel/Messages.tsx:442
+#: src/components/channel/Messages.tsx:522
#: src/components/channel/MobileMemesPicker.tsx:546
#: src/components/channel/pickers/memes/MemeGridItem.tsx:120
#: src/components/emojis/EmojiListItem.tsx:189
@@ -5923,7 +5999,7 @@ msgstr "배터리 및 데이터 사용량을 위해 모바일에서는 기본적
msgid "Delete"
msgstr "삭제"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:666
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:680
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:320
msgid "Delete {channelType}"
msgstr "{channelType} 삭제"
@@ -5987,8 +6063,8 @@ msgstr "카테고리 삭제"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:179
#: src/components/bottomsheets/ChannelBottomSheet.tsx:181
#: src/components/bottomsheets/ChannelBottomSheet.tsx:421
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:668
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1224
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:682
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1248
#: src/components/modals/components/DesktopChannelSettingsView.tsx:176
#: src/components/modals/components/MobileChannelSettingsView.tsx:85
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:322
@@ -6021,8 +6097,8 @@ msgstr "미디어 삭제"
#: src/components/channel/MessageActionBar.tsx:804
#: src/components/channel/messageActionMenu.tsx:156
#: src/components/channel/messageActionMenu.tsx:193
-#: src/components/channel/Messages.tsx:441
-#: src/components/channel/Messages.tsx:521
+#: src/components/channel/Messages.tsx:439
+#: src/components/channel/Messages.tsx:519
#: src/components/uikit/ContextMenu/items/MessageMenuItems.tsx:273
msgid "Delete Message"
msgstr "메시지 삭제"
@@ -6114,7 +6190,7 @@ msgstr "{0}을(를) 거부했고 {1}에 대한 거부를 취소했습니다."
msgid "Denied {0}."
msgstr "{0}을(를) 거부했습니다."
-#: src/components/pages/ReportPage.tsx:317
+#: src/components/pages/report/optionDescriptors.ts:89
msgid "Denmark"
msgstr "덴마크"
@@ -6143,7 +6219,7 @@ msgstr "스티커 설명"
msgid "Describe what expressions are inside this pack."
msgstr "이 팩에 어떤 표정이 들어 있는지 설명하세요."
-#: src/components/pages/ReportPage.tsx:946
+#: src/components/pages/report/ReportStepDetails.tsx:225
msgid "Describe what makes the content illegal"
msgstr "내용이 불법인 이유를 설명하세요."
@@ -6205,6 +6281,10 @@ msgstr "분리된 배너"
msgid "details"
msgstr "자세히"
+#: src/components/pages/report/ReportBreadcrumbs.tsx:49
+msgid "Details"
+msgstr "세부정보"
+
#: src/components/modals/AddGuildModal.tsx:150
msgid "Dev Den"
msgstr "개발자 공간"
@@ -6274,7 +6354,7 @@ msgstr "다양한 크기 및 멤버 수"
msgid "Direct message"
msgstr "다이렉트 메시지"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:477
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:491
#: src/components/modals/shared/RecipientList.tsx:200
msgid "Direct Message"
msgstr "다이렉트 메시지"
@@ -6516,8 +6596,8 @@ msgstr "불법 활동의 토론 또는 홍보"
#: src/components/layout/app-layout/nagbars/PremiumGracePeriodNagbar.tsx:79
#: src/components/layout/app-layout/nagbars/PremiumOnboardingNagbar.tsx:57
#: src/components/layout/GuildLayout.tsx:106
-#: src/components/modals/GiftAcceptModal.tsx:98
-#: src/components/modals/GiftAcceptModal.tsx:124
+#: src/components/modals/GiftAcceptModal.tsx:105
+#: src/components/modals/GiftAcceptModal.tsx:131
#: src/components/modals/RequiredActionModal.tsx:475
msgid "Dismiss"
msgstr "닫기"
@@ -6562,8 +6642,8 @@ msgstr "역할별로 멤버를 따로 표시합니다."
msgid "Display separator lines between different groups of messages for better visual distinction."
msgstr "메시지 그룹 간 구분선을 표시하여 시각적으로 더 잘 구분되게 합니다."
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:613
-#: src/components/bottomsheets/DMBottomSheet.tsx:315
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:627
+#: src/components/bottomsheets/DMBottomSheet.tsx:317
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:97
#: src/components/uikit/ContextMenu/UserContextMenu.tsx:168
msgid "DM closed"
@@ -6581,7 +6661,7 @@ msgstr "다이렉트 메시지 미리보기"
msgid "DM Notifications"
msgstr "DM 알림"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1092
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1116
msgid "DM Settings"
msgstr "다이렉트 메시지 설정"
@@ -6662,6 +6742,7 @@ msgstr "채널 목록에서 입력 중 표시 안 함"
#: src/components/keybinds/KeybindRecorder.tsx:220
#: src/components/modals/GuildNotificationSettingsModal.tsx:347
#: src/components/modals/GuildPrivacySettingsModal.tsx:68
+#: src/components/pages/report/ReportBreadcrumbs.tsx:50
#: src/components/search/HasFilterSheet.tsx:124
#: src/components/search/UserFilterSheet.tsx:149
msgid "Done"
@@ -6843,13 +6924,13 @@ msgstr "첨부 편집"
msgid "Edit attachment form"
msgstr "첨부 양식 편집"
-#: src/components/layout/ChannelItem.tsx:630
+#: src/components/layout/ChannelItem.tsx:647
#: src/components/uikit/ContextMenu/items/CategoryMenuItems.tsx:299
msgid "Edit Category"
msgstr "카테고리 편집"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:416
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1218
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1242
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:300
msgid "Edit Channel"
msgstr "채널 편집"
@@ -6869,8 +6950,8 @@ msgid "Edit global settings like name, description, and icon."
msgstr "이름, 설명, 아이콘 같은 전역 설정을 편집하세요."
#: src/components/bottomsheets/ChannelBottomSheet.tsx:284
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1178
-#: src/components/bottomsheets/DMBottomSheet.tsx:461
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1202
+#: src/components/bottomsheets/DMBottomSheet.tsx:463
#: src/components/channel/dm/DMList.tsx:237
#: src/components/channel/dm/GroupDMWelcomeSection.tsx:74
#: src/components/modals/EditGroupBottomSheet.tsx:177
@@ -6883,7 +6964,7 @@ msgstr "그룹 편집"
msgid "Edit group form"
msgstr "그룹 양식 편집"
-#: src/components/modals/InviteModal.tsx:327
+#: src/components/modals/InviteModal.tsx:324
msgid "Edit invite link"
msgstr "초대 링크 편집"
@@ -6910,10 +6991,10 @@ msgstr "노트 편집"
msgid "Edit overwrites for roles and members in this channel."
msgstr "이 채널의 역할과 멤버에 대한 덮어쓰기를 편집하세요."
-#: src/components/modals/UserProfileMobileSheet.tsx:486
-#: src/components/modals/UserProfileModal.tsx:1205
+#: src/components/modals/UserProfileMobileSheet.tsx:490
+#: src/components/modals/UserProfileModal.tsx:1206
#: src/components/pages/YouPage.tsx:123
-#: src/components/popouts/UserAreaPopout.tsx:519
+#: src/components/popouts/UserAreaPopout.tsx:521
#: src/components/popouts/UserProfilePopout.tsx:299
msgid "Edit Profile"
msgstr "프로필 편집"
@@ -6966,19 +7047,20 @@ msgstr "예약된 메시지 편집 중"
#: src/components/auth/AuthLoginCore/AuthLoginEmailPasswordForm.tsx:78
#: src/components/auth/AuthRegisterFormCore.tsx:133
#: src/components/auth/AuthRegisterFormCore.tsx:159
-#: src/components/modals/ClaimAccountModal.tsx:157
+#: src/components/modals/ClaimAccountModal.tsx:159
#: src/components/modals/RequiredActionModal.tsx:185
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:210
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:241
#: src/components/modals/utils/settingsSearchIndex.ts:94
#: src/components/pages/ForgotPasswordPage.tsx:97
+#: src/components/pages/report/ReportBreadcrumbs.tsx:47
msgid "Email"
msgstr "이메일"
#: src/components/modals/tabs/AccountSecurityTab/AccountTab.tsx:65
#: src/components/modals/tabs/AccountSecurityTab/AccountTab.tsx:91
#: src/components/modals/tabs/ComponentGalleryTab/InputsTab.tsx:107
-#: src/components/pages/ReportPage.tsx:662
+#: src/components/pages/report/ReportStepEmail.tsx:76
msgid "Email Address"
msgstr "이메일 주소"
@@ -7019,10 +7101,6 @@ msgstr "이메일 인증 필요"
msgid "Email Verification Required"
msgstr "이메일 확인이 필요합니다"
-#: src/components/pages/ReportPage.tsx:809
-msgid "Email verified"
-msgstr "이메일 확인됨"
-
#: src/components/modals/tabs/DeveloperOptionsTab/AccountPremiumTab.tsx:56
msgid "Email Verified Override"
msgstr "이메일 인증 우회"
@@ -7108,7 +7186,7 @@ msgid "Emoji names must be at least 2 characters long and can only contain alpha
msgstr "이모지 이름은 최소 2자 이상이어야 하며 영숫자와 밑줄만 사용할 수 있습니다. 허용 파일 형식: JPEG, PNG, WebP, GIF. 이미지를 128x128 픽셀로 압축합니다. 이모지당 최대 크기: {0} KB입니다."
#: src/components/auth/InviteHeader.tsx:140
-#: src/components/channel/InviteEmbed.tsx:197
+#: src/components/channel/InviteEmbed.tsx:199
#: src/components/modals/InviteAcceptModal.tsx:142
#: src/components/modals/tabs/ExpressionPacksTab.tsx:70
msgid "Emoji pack"
@@ -7140,7 +7218,7 @@ msgstr "이모지 업데이트됨"
#: src/components/channel/AutocompleteEmoji.tsx:67
#: src/components/channel/textarea/TextareaButtons.tsx:150
-#: src/components/modals/ExpressionPickerSheet.tsx:106
+#: src/components/modals/ExpressionPickerSheet.tsx:93
#: src/components/popouts/ExpressionPickerPopout.tsx:95
msgid "Emojis"
msgstr "이모지"
@@ -7343,11 +7421,11 @@ msgstr "영어"
msgid "English (US)"
msgstr "영어(미국)"
-#: src/components/pages/ReportPage.tsx:429
+#: src/components/pages/ReportPage.tsx:254
msgid "Enter a code in the format ABCD-1234."
msgstr "형식 ABCD-1234로 코드를 입력하세요."
-#: src/components/modals/tabs/GiftInventoryTab.tsx:235
+#: src/components/modals/tabs/GiftInventoryTab.tsx:258
msgid "Enter a gift code to redeem Plutonium for your account."
msgstr "계정에 플루토늄을 받으려면 선물 코드를 입력하세요."
@@ -7371,7 +7449,7 @@ msgstr "코드 입력"
msgid "Enter fullscreen"
msgstr "전체 화면으로 전환"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:255
+#: src/components/modals/tabs/GiftInventoryTab.tsx:278
msgid "Enter gift code..."
msgstr "선물 코드 입력..."
@@ -7414,7 +7492,7 @@ msgstr "전화번호로 전송된 6자리 코드를 입력하세요."
msgid "Enter the API endpoint of the Fluxer instance you want to connect to."
msgstr "연결하려는 Fluxer 인스턴스의 API 엔드포인트를 입력하세요."
-#: src/components/pages/ReportPage.tsx:424
+#: src/components/pages/ReportPage.tsx:249
msgid "Enter the code before continuing."
msgstr "계속하기 전에 코드를 입력하세요."
@@ -7430,7 +7508,7 @@ msgstr "현재 이메일로 보낸 코드를 입력하세요."
msgid "Enter the code we emailed to your new address."
msgstr "새 이메일 주소로 보낸 코드를 입력하세요."
-#: src/components/modals/ClaimAccountModal.tsx:190
+#: src/components/modals/ClaimAccountModal.tsx:192
msgid "Enter the code we sent to your email to verify it. Your password will be set once the code is confirmed."
msgstr "이메일 확인을 위해 보낸 코드를 입력하세요. 코드가 확인되면 비밀번호가 설정됩니다."
@@ -7454,13 +7532,9 @@ msgstr "입력하여 <0><1>저장1>0>"
msgid "Enter username"
msgstr "사용자 이름 입력"
-#: src/components/pages/ReportPage.tsx:701
-msgid "Enter Verification Code"
-msgstr "인증 코드 입력"
-
-#: src/components/pages/ReportPage.tsx:638
-msgid "Enter Your Email"
-msgstr "이메일을 입력하세요"
+#: src/components/pages/report/ReportStepVerification.tsx:64
+msgid "Enter verification code"
+msgstr "인증 코드를 입력하세요."
#: src/components/pages/ForgotPasswordPage.tsx:87
msgid "Enter your email address and we'll send you a link to reset your password."
@@ -7500,7 +7574,7 @@ msgid "Entrance sound uploaded successfully"
msgstr "입장 소리 업로드 성공"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:297
-#: src/components/channel/ChannelSearchResults.tsx:691
+#: src/components/channel/ChannelSearchResults.tsx:660
#: src/components/modals/tabs/ComponentGalleryTab/OverlaysTab.tsx:88
msgid "Error"
msgstr "오류"
@@ -7522,7 +7596,7 @@ msgstr "Esc 키를 누르면 키보드 모드 종료"
msgid "escape to <0><1>cancel1>0>"
msgstr "Esc 키를 눌러 <0><1>취소1>0>"
-#: src/components/pages/ReportPage.tsx:318
+#: src/components/pages/report/optionDescriptors.ts:90
msgid "Estonia"
msgstr "에스토니아"
@@ -7561,7 +7635,7 @@ msgstr "링크, 임베드 또는 파일 제외"
msgid "exclude user"
msgstr "사용자 제외"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:95
+#: src/components/modals/components/plutonium/VisionarySection.tsx:104
msgid "Exclusive community"
msgstr "독점 커뮤니티"
@@ -7593,12 +7667,12 @@ msgstr "카테고리 확장"
msgid "Expiration"
msgstr "만료"
-#: src/components/modals/InviteModal.tsx:281
+#: src/components/modals/InviteModal.tsx:278
msgid "Expire after"
msgstr "이후 만료"
#: src/components/accounts/AccountRow.tsx:162
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:114
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:133
#: src/components/modals/GroupInvitesBottomSheet.tsx:104
msgid "Expired"
msgstr "만료됨"
@@ -7675,7 +7749,7 @@ msgstr "표정 팩"
msgid "Expression Packs are a Plutonium feature"
msgstr "표정 팩은 플루토늄 기능입니다"
-#: src/components/modals/ExpressionPickerSheet.tsx:232
+#: src/components/modals/ExpressionPickerSheet.tsx:219
#: src/components/popouts/ExpressionPickerPopout.tsx:193
msgid "Expression picker categories"
msgstr "표정 선택기 카테고리"
@@ -7700,7 +7774,7 @@ msgstr "외부 링크는 위험할 수 있으니 조심하세요."
msgid "Extra Large"
msgstr "초대형"
-#: src/components/pages/ReportPage.tsx:297
+#: src/components/pages/report/optionDescriptors.ts:72
#: src/constants/IARConstants.tsx:165
msgid "Extremist Community"
msgstr "극단주의 커뮤니티"
@@ -7749,7 +7823,7 @@ msgstr "초대 링크 복사 실패"
msgid "Failed to copy to clipboard"
msgstr "클립보드에 복사하지 못했습니다"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:79
+#: src/components/modals/tabs/GiftInventoryTab.tsx:80
msgid "Failed to copy URL"
msgstr "URL을 복사하지 못했습니다"
@@ -7794,7 +7868,7 @@ msgid "Failed to delete category"
msgstr "카테고리를 삭제하지 못했습니다"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:194
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:681
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:695
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:335
msgid "Failed to delete channel"
msgstr "채널을 삭제하지 못했습니다"
@@ -7868,7 +7942,7 @@ msgstr "차단 목록을 불러오지 못했습니다. 다시 시도하세요."
msgid "Failed to load emojis"
msgstr "이모지를 불러오지 못했습니다"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:296
+#: src/components/modals/tabs/GiftInventoryTab.tsx:319
msgid "Failed to load gift inventory"
msgstr "선물 목록을 불러오지 못했습니다"
@@ -7894,8 +7968,8 @@ msgstr "스티커를 불러오지 못했습니다"
msgid "Failed to load vanity URL. Please try again."
msgstr "바니티 URL을 불러오지 못했습니다. 다시 시도하세요."
-#: src/components/modals/components/PlutoniumContent.tsx:146
-#: src/components/modals/components/PlutoniumContent.tsx:272
+#: src/components/modals/components/PlutoniumContent.tsx:157
+#: src/components/modals/components/PlutoniumContent.tsx:289
msgid "Failed to load Visionary information. Please try again later."
msgstr "Visionary 정보를 불러오지 못했습니다. 나중에 다시 시도하세요."
@@ -7916,19 +7990,19 @@ msgstr "커뮤니티를 불러오지 못했습니다."
msgid "Failed to open customer portal. Please try again."
msgstr "고객 포털을 열지 못했습니다. 다시 시도하세요."
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:572
-#: src/components/bottomsheets/DMBottomSheet.tsx:153
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:586
+#: src/components/bottomsheets/DMBottomSheet.tsx:155
#: src/components/channel/dm/DMList.tsx:216
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:121
msgid "Failed to pin DM"
msgstr "DM을 고정하지 못했습니다"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:572
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:586
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:101
msgid "Failed to pin group"
msgstr "그룹을 고정하지 못했습니다"
-#: src/components/bottomsheets/DMBottomSheet.tsx:153
+#: src/components/bottomsheets/DMBottomSheet.tsx:155
msgid "Failed to pin group DM"
msgstr "그룹 DM 고정에 실패했습니다."
@@ -7957,7 +8031,7 @@ msgstr "인스턴스에 도달하지 못했습니다 ({status})"
msgid "Failed to reactivate subscription. Please try again."
msgstr "구독을 다시 활성화하지 못했습니다. 다시 시도하세요."
-#: src/components/modals/tabs/GiftInventoryTab.tsx:94
+#: src/components/modals/tabs/GiftInventoryTab.tsx:95
msgid "Failed to redeem gift"
msgstr "선물을 사용하지 못했습니다"
@@ -7998,6 +8072,10 @@ msgstr "그룹에서 제거하지 못했습니다"
msgid "Failed to remove timeout. Please try again."
msgstr "타임아웃을 해제하지 못했습니다. 다시 시도해 주세요."
+#: src/components/pages/ReportPage.tsx:236
+msgid "Failed to resend code. Please try again."
+msgstr "코드를 다시 전송하는 데 실패했습니다. 다시 시도해 주세요."
+
#: src/components/modals/guildTabs/GuildRolesTab.tsx:674
msgid "Failed to reset hoist order"
msgstr "호이스트 순서 초기화 실패"
@@ -8018,7 +8096,7 @@ msgstr "회전하지 못했습니다. 다시 시도해 주세요."
msgid "Failed to send friend request. Please try again."
msgstr "친구 요청을 보내지 못했습니다. 다시 시도해 주세요."
-#: src/components/bottomsheets/DMBottomSheet.tsx:262
+#: src/components/bottomsheets/DMBottomSheet.tsx:264
#: src/components/modals/InviteModal.tsx:176
#: src/components/uikit/ContextMenu/items/InviteMenuItems.tsx:111
msgid "Failed to send invite"
@@ -8037,7 +8115,7 @@ msgstr "SMS 코드를 보내지 못했습니다. 다시 시도해 주세요."
msgid "Failed to send theme"
msgstr "테마를 보내지 못했습니다"
-#: src/components/pages/ReportPage.tsx:412
+#: src/components/pages/ReportPage.tsx:234
msgid "Failed to send verification code. Please try again."
msgstr "인증 코드를 보내지 못했습니다. 다시 시도해 주세요."
@@ -8084,19 +8162,19 @@ msgstr "소유권을 이전하지 못했습니다. 다시 시도해 주세요."
msgid "Failed to unblock user. Please try again."
msgstr "사용자 차단을 해제하지 못했습니다. 다시 시도해 주세요."
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:589
-#: src/components/bottomsheets/DMBottomSheet.tsx:170
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:603
+#: src/components/bottomsheets/DMBottomSheet.tsx:172
#: src/components/channel/dm/DMList.tsx:226
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:138
msgid "Failed to unpin DM"
msgstr "DM 고정을 해제하지 못했습니다"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:589
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:603
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:118
msgid "Failed to unpin group"
msgstr "그룹 고정을 해제하지 못했습니다"
-#: src/components/bottomsheets/DMBottomSheet.tsx:170
+#: src/components/bottomsheets/DMBottomSheet.tsx:172
msgid "Failed to unpin group DM"
msgstr "그룹 DM의 고정을 해제하지 못했습니다."
@@ -8298,7 +8376,7 @@ msgstr "딱 맞는 스티커를 찾아보세요"
msgid "Fine-tune core colors and fonts for this app. Changes here are stored as custom CSS overrides and sync with the editor below."
msgstr "이 앱의 핵심 색상과 글꼴을 미세 조정하세요. 여기서 변경한 내용은 맞춤 CSS 오버라이드로 저장되고 아래 편집기와 동기화됩니다."
-#: src/components/pages/ReportPage.tsx:319
+#: src/components/pages/report/optionDescriptors.ts:91
msgid "Finland"
msgstr "핀란드"
@@ -8306,7 +8384,7 @@ msgstr "핀란드"
msgid "Finnish"
msgstr "핀란드어"
-#: src/components/pages/ReportPage.tsx:923
+#: src/components/pages/report/ReportStepDetails.tsx:199
msgid "First and last name"
msgstr "이름과 성"
@@ -8419,7 +8497,7 @@ msgstr "Fluxer는 다른 앱이나 게임 중에도 <0>푸시 투 토크0>와
msgid "Fluxer Partner"
msgstr "Fluxer 파트너"
-#: src/components/modals/components/PlutoniumContent.tsx:182
+#: src/components/modals/components/PlutoniumContent.tsx:193
#: src/components/modals/PremiumModal.tsx:34
#: src/components/modals/utils/settingsConstants.tsx:147
#: src/components/popouts/UserProfileBadges.tsx:99
@@ -8483,7 +8561,7 @@ msgstr "음식 및 음료"
msgid "Foodie Friends"
msgstr "미식가 친구"
-#: src/components/bottomsheets/DMBottomSheet.tsx:660
+#: src/components/bottomsheets/DMBottomSheet.tsx:663
msgid "For 1 hour"
msgstr "1시간 동안"
@@ -8497,7 +8575,7 @@ msgstr "1시간 동안"
msgid "For 1 Hour"
msgstr "1시간 동안"
-#: src/components/bottomsheets/DMBottomSheet.tsx:659
+#: src/components/bottomsheets/DMBottomSheet.tsx:662
#: src/components/popouts/UserAreaPopout.tsx:77
msgid "For 15 minutes"
msgstr "15분 동안"
@@ -8511,7 +8589,7 @@ msgstr "15분 동안"
msgid "For 15 Minutes"
msgstr "15분 동안"
-#: src/components/bottomsheets/DMBottomSheet.tsx:663
+#: src/components/bottomsheets/DMBottomSheet.tsx:666
msgid "For 24 hours"
msgstr "24시간 동안"
@@ -8529,7 +8607,7 @@ msgstr "24시간 동안"
msgid "For 3 days"
msgstr "3일 동안"
-#: src/components/bottomsheets/DMBottomSheet.tsx:661
+#: src/components/bottomsheets/DMBottomSheet.tsx:664
msgid "For 3 hours"
msgstr "3시간 동안"
@@ -8542,7 +8620,7 @@ msgstr "3시간 동안"
msgid "For 3 Hours"
msgstr "3시간 동안"
-#: src/components/bottomsheets/DMBottomSheet.tsx:662
+#: src/components/bottomsheets/DMBottomSheet.tsx:665
msgid "For 8 hours"
msgstr "8시간 동안"
@@ -8560,7 +8638,7 @@ msgstr "8시간 동안"
msgid "For British eyes only..."
msgstr "영국인만을 위한 내용입니다..."
-#: src/components/modals/components/plutonium/PricingSection.tsx:62
+#: src/components/modals/components/plutonium/PricingSection.tsx:68
msgid "For Me"
msgstr "나를 위해"
@@ -8664,15 +8742,15 @@ msgstr "모든 채널에서 슬로우모드를 활성화하도록 강제합니
msgid "Forever"
msgstr "영구"
-#: src/components/modals/components/MobileSettingsView.tsx:300
+#: src/components/modals/components/MobileSettingsView.tsx:295
msgid "Forget"
msgstr "잊기"
-#: src/components/modals/components/MobileSettingsView.tsx:327
+#: src/components/modals/components/MobileSettingsView.tsx:322
msgid "Forget Push Subscriptions"
msgstr "푸시 구독 잊기"
-#: src/components/modals/components/MobileSettingsView.tsx:294
+#: src/components/modals/components/MobileSettingsView.tsx:289
msgid "Forget push subscriptions?"
msgstr "푸시 구독을 잊으시겠어요?"
@@ -8729,7 +8807,7 @@ msgstr "프레임 속도"
msgid "Frame rates above 30 fps require Plutonium"
msgstr "30fps 이상 프레임 속도는 Plutonium이 필요합니다"
-#: src/components/pages/ReportPage.tsx:320
+#: src/components/pages/report/optionDescriptors.ts:92
msgid "France"
msgstr "프랑스"
@@ -8745,8 +8823,8 @@ msgstr "무료 사용자(구매 없음)"
msgid "Free User (With Purchase History)"
msgstr "무료 사용자(구매 기록 있음)"
-#: src/components/modals/components/PlutoniumContent.tsx:163
-#: src/components/modals/components/PlutoniumContent.tsx:289
+#: src/components/modals/components/PlutoniumContent.tsx:174
+#: src/components/modals/components/PlutoniumContent.tsx:308
msgid "Free vs Plutonium"
msgstr "무료 vs Plutonium"
@@ -8773,12 +8851,13 @@ msgstr "친구 요청"
msgid "Friend request sent"
msgstr "친구 요청을 보냈습니다"
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:68
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:250
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:75
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:89
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:271
msgid "Friend Request Sent"
msgstr "친구 요청 전송됨"
-#: src/components/channel/dm/AddFriendForm.tsx:144
+#: src/components/channel/dm/AddFriendForm.tsx:167
msgid "Friend request sent!"
msgstr "친구 요청을 보냈어요!"
@@ -8787,7 +8866,7 @@ msgstr "친구 요청을 보냈어요!"
msgid "Friend Requests"
msgstr "친구 요청"
-#: src/components/channel/dm/AddFriendForm.tsx:137
+#: src/components/channel/dm/AddFriendForm.tsx:160
msgid "Friend's FluxerTag"
msgstr "친구의 FluxerTag"
@@ -8828,9 +8907,10 @@ msgstr "{0}에서 보냄"
#. placeholder {0}: creator.username
#. placeholder {1}: creator.discriminator
-#: src/components/channel/GiftEmbed.tsx:87
-#: src/components/modals/GiftAcceptModal.tsx:116
-#: src/components/modals/GiftAcceptModal.tsx:143
+#: src/components/channel/GiftEmbed.tsx:93
+#: src/components/modals/GiftAcceptModal.tsx:123
+#: src/components/modals/GiftAcceptModal.tsx:151
+#: src/components/modals/GiftAcceptModal.tsx:186
msgid "From {0}#{1}"
msgstr "{0}#{1}에서 보냄"
@@ -8850,7 +8930,7 @@ msgstr "사용자에게서"
msgid "from:"
msgstr "보낸 사람:"
-#: src/components/pages/ReportPage.tsx:919
+#: src/components/pages/report/ReportStepDetails.tsx:195
msgid "Full Legal Name"
msgstr "법적 전체 이름"
@@ -8892,7 +8972,7 @@ msgstr "초대 생성"
msgid "Generate invite link"
msgstr "초대 링크 생성"
-#: src/components/modals/tabs/BetaCodesTab.tsx:315
+#: src/components/modals/tabs/BetaCodesTab.tsx:340
msgid "Generate up to {MAX_UNCLAIMED_BETA_CODES} unclaimed beta codes to invite friends to Fluxer. You can create 3 codes per week."
msgstr "Fluxer에 친구를 초대할 수 있도록 최대 {MAX_UNCLAIMED_BETA_CODES}개의 미사용 베타 코드를 생성하세요. 주당 3개까지만 만들 수 있습니다."
@@ -8909,7 +8989,7 @@ msgstr "지역 제한"
msgid "German"
msgstr "독일어"
-#: src/components/pages/ReportPage.tsx:321
+#: src/components/pages/report/optionDescriptors.ts:93
msgid "Germany"
msgstr "독일"
@@ -8991,13 +9071,13 @@ msgstr "GIF 미리보기"
#: src/components/channel/pickers/gif/GifPickerHeader.tsx:40
#: src/components/channel/pickers/memes/MemesPickerHeader.tsx:57
#: src/components/channel/textarea/TextareaButtons.tsx:110
-#: src/components/modals/ExpressionPickerSheet.tsx:68
+#: src/components/modals/ExpressionPickerSheet.tsx:55
#: src/components/popouts/ExpressionPickerPopout.tsx:69
msgid "GIFs"
msgstr "GIF"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:122
-#: src/components/modals/GiftAcceptModal.tsx:163
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:141
+#: src/components/modals/GiftAcceptModal.tsx:206
msgid "Gift"
msgstr "선물"
@@ -9030,19 +9110,20 @@ msgstr "선물 이미 사용됨"
msgid "Gift Already Redeemed"
msgstr "선물 이미 사용됨"
-#: src/components/channel/GiftEmbed.tsx:94
+#: src/components/channel/GiftEmbed.tsx:105
+#: src/components/channel/GiftEmbed.tsx:109
msgid "Gift Claimed"
msgstr "선물 수령됨"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:246
+#: src/components/modals/tabs/GiftInventoryTab.tsx:269
msgid "Gift code cannot be empty"
msgstr "선물 코드를 비워둘 수 없습니다"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:243
+#: src/components/modals/tabs/GiftInventoryTab.tsx:266
msgid "Gift code is required"
msgstr "선물 코드는 필수입니다"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:250
+#: src/components/modals/tabs/GiftInventoryTab.tsx:273
msgid "Gift code is too long"
msgstr "선물 코드가 너무 깁니다"
@@ -9070,7 +9151,7 @@ msgstr "선물을 찾을 수 없습니다"
#: src/components/channel/textarea/TextareaButtons.tsx:101
#: src/components/channel/textarea/TextareaButtons.tsx:177
-#: src/components/modals/components/plutonium/GiftSection.tsx:61
+#: src/components/modals/components/plutonium/GiftSection.tsx:67
msgid "Gift Plutonium"
msgstr "Plutonium 선물하기"
@@ -9078,23 +9159,23 @@ msgstr "Plutonium 선물하기"
msgid "Gift redeemed successfully!"
msgstr "선물 사용 완료!"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:89
+#: src/components/modals/tabs/GiftInventoryTab.tsx:90
msgid "Gift redeemed successfully! Enjoy your Plutonium!"
msgstr "선물 사용 완료! Plutonium을 즐기세요!"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:53
+#: src/components/modals/components/plutonium/VisionarySection.tsx:58
msgid "gift time"
msgstr "선물 시간"
-#: src/components/channel/GiftEmbed.tsx:151
+#: src/components/channel/GiftEmbed.tsx:162
msgid "Gift Unavailable"
msgstr "선물 사용 불가"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:132
+#: src/components/modals/tabs/GiftInventoryTab.tsx:133
msgid "Gift URL"
msgstr "선물 URL"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:75
+#: src/components/modals/tabs/GiftInventoryTab.tsx:76
msgid "Gift URL copied to clipboard!"
msgstr "선물 URL이 클립보드에 복사되었습니다!"
@@ -9126,7 +9207,7 @@ msgstr "전체 바로가기는 데스크톱 앱에서 사용할 수 있습니다
msgid "Glorification of violence or disturbing imagery"
msgstr "폭력 미화 또는 불편한 이미지"
-#: src/components/modals/components/MobileSettingsView.tsx:145
+#: src/components/modals/components/MobileSettingsView.tsx:140
#: src/components/modals/shared/MobileSettingsComponents.tsx:43
msgid "Go back"
msgstr "뒤로 가기"
@@ -9143,7 +9224,7 @@ msgstr "이전에 포커스된 텍스트 채널로 돌아가기"
msgid "Go forward in navigation history"
msgstr "탐색 기록에서 앞으로 이동"
-#: src/components/channel/InviteEmbed.tsx:259
+#: src/components/channel/InviteEmbed.tsx:261
#: src/components/modals/InviteAcceptModal.tsx:100
msgid "Go to Community"
msgstr "커뮤니티로 이동"
@@ -9166,15 +9247,15 @@ msgstr "로그인으로 이동"
msgid "Go to message"
msgstr "메시지로 이동"
-#: src/components/channel/ChannelSearchResults.tsx:841
+#: src/components/channel/ChannelSearchResults.tsx:809
msgid "Go to page"
msgstr "페이지로 이동"
-#: src/components/channel/ChannelSearchResults.tsx:808
+#: src/components/channel/ChannelSearchResults.tsx:776
msgid "Go to page {page}"
msgstr "페이지 {page}로 이동"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:315
+#: src/components/modals/tabs/GiftInventoryTab.tsx:338
msgid "Go to Plutonium"
msgstr "Plutonium으로 이동"
@@ -9195,7 +9276,7 @@ msgstr "알겠어요"
msgid "Gotcha"
msgstr "알겠어요"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:116
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:135
msgid "Grace Period"
msgstr "유예 기간"
@@ -9203,7 +9284,7 @@ msgstr "유예 기간"
msgid "Grace Period (Still Have Access)"
msgstr "유예 기간 (여전히 이용 가능)"
-#: src/components/modals/InviteModal.tsx:301
+#: src/components/modals/InviteModal.tsx:298
msgid "Grant temporary membership"
msgstr "임시 멤버십 부여"
@@ -9234,7 +9315,7 @@ msgstr "대성공!"
msgid "Great success! You can now close this tab and return to the app."
msgstr "대성공입니다! 이제 이 탭을 닫고 앱으로 돌아가도 됩니다."
-#: src/components/pages/ReportPage.tsx:322
+#: src/components/pages/report/optionDescriptors.ts:94
msgid "Greece"
msgstr "그리스"
@@ -9263,7 +9344,7 @@ msgstr "그룹 채팅 추가 권한"
msgid "Group Chat Permissions"
msgstr "그룹 채팅 권한"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:481
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:495
msgid "Group Direct Message"
msgstr "그룹 DM"
@@ -9272,7 +9353,7 @@ msgid "Group DM"
msgstr "그룹 DM"
#. placeholder {0}: channel.recipientIds.length + 1
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:772
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:804
msgid "Group DM · {0} members"
msgstr "그룹 DM · {0}명"
@@ -9317,12 +9398,12 @@ msgstr "그룹 이름은 100자를 넘길 수 없습니다"
msgid "Group Online Status"
msgstr "그룹 온라인 상태"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:962
-#: src/components/channel/MemberListItem.tsx:102
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:984
+#: src/components/channel/MemberListItem.tsx:109
msgid "Group Owner"
msgstr "그룹 소유자"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1092
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1116
msgid "Group Settings"
msgstr "그룹 설정"
@@ -9335,11 +9416,11 @@ msgstr "그룹 타이핑 상태"
msgid "Group updated"
msgstr "그룹이 업데이트되었습니다"
-#: src/components/pages/ReportPage.tsx:893
+#: src/components/pages/report/ReportStepDetails.tsx:167
msgid "Guild (Community) ID"
msgstr "길드(커뮤니티) ID"
-#: src/components/pages/ReportPage.tsx:902
+#: src/components/pages/report/ReportStepDetails.tsx:177
msgid "Guild ID is required."
msgstr "길드 ID가 필요합니다."
@@ -9355,13 +9436,13 @@ msgstr "길드 기록"
msgid "Hang on while we check for scheduled messages."
msgstr "예약된 메시지를 확인하는 동안 잠시만 기다려 주세요."
-#: src/components/pages/ReportPage.tsx:295
+#: src/components/pages/report/optionDescriptors.ts:70
#: src/constants/IARConstants.tsx:155
msgid "Harassment"
msgstr "괴롭힘"
-#: src/components/pages/ReportPage.tsx:262
-#: src/components/pages/ReportPage.tsx:281
+#: src/components/pages/report/optionDescriptors.ts:43
+#: src/components/pages/report/optionDescriptors.ts:59
#: src/constants/IARConstants.tsx:32
#: src/constants/IARConstants.tsx:109
msgid "Harassment or Bullying"
@@ -9383,9 +9464,9 @@ msgstr "과거에 구매한 내역 덮어쓰기"
msgid "has:"
msgstr "has:"
-#: src/components/pages/ReportPage.tsx:263
-#: src/components/pages/ReportPage.tsx:282
-#: src/components/pages/ReportPage.tsx:296
+#: src/components/pages/report/optionDescriptors.ts:44
+#: src/components/pages/report/optionDescriptors.ts:60
+#: src/components/pages/report/optionDescriptors.ts:71
#: src/constants/IARConstants.tsx:37
#: src/constants/IARConstants.tsx:114
#: src/constants/IARConstants.tsx:160
@@ -9430,7 +9511,7 @@ msgid "Help Center"
msgstr "도움말 센터"
#. placeholder {0}: user.displayName
-#: src/components/layout/app-layout/nagbars/UnclaimedAccountNagbar.tsx:44
+#: src/components/layout/app-layout/nagbars/UnclaimedAccountNagbar.tsx:42
msgid "Hey {0}, claim your account to prevent losing access."
msgstr "이제 {0}님, 접근 권한을 잃지 않으려면 계정을 등록하세요."
@@ -9654,7 +9735,7 @@ msgstr "https://example.com/callback"
msgid "Hungarian"
msgstr "헝가리어"
-#: src/components/pages/ReportPage.tsx:323
+#: src/components/pages/report/optionDescriptors.ts:95
msgid "Hungary"
msgstr "헝가리"
@@ -9728,8 +9809,8 @@ msgstr "베타 코드를 받았다면 아래에 입력해 즉시 접근 권한
msgid "If you want to export your data or delete your messages first, please visit the Privacy Dashboard section in User Settings before proceeding."
msgstr "먼저 데이터를 내보내거나 메시지를 삭제하려면 진행하기 전에 사용자 설정의 개인정보 대시보드 섹션을 방문하세요."
-#: src/components/channel/channel-view/DMChannelView.tsx:301
-#: src/components/channel/dm/DMWelcomeSection.tsx:119
+#: src/components/channel/channel-view/DMChannelView.tsx:302
+#: src/components/channel/dm/DMWelcomeSection.tsx:131
#: src/components/channel/friends/FriendListItem.tsx:145
#: src/components/channel/friends/FriendListItem.tsx:244
#: src/components/channel/friends/MobileFriendRequestItem.tsx:69
@@ -9740,7 +9821,7 @@ msgstr "무시"
#: src/components/channel/friends/FriendListItem.tsx:143
#: src/components/channel/friends/MobileFriendRequestItem.tsx:67
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:152
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:173
msgid "Ignore Friend Request"
msgstr "친구 요청 무시"
@@ -9749,8 +9830,8 @@ msgstr "친구 요청 무시"
msgid "Ignore per-channel message rate limits."
msgstr "채널별 메시지 속도 제한을 무시합니다."
-#: src/components/pages/ReportPage.tsx:267
-#: src/components/pages/ReportPage.tsx:298
+#: src/components/pages/report/optionDescriptors.ts:48
+#: src/components/pages/report/optionDescriptors.ts:73
#: src/constants/IARConstants.tsx:57
#: src/constants/IARConstants.tsx:170
msgid "Illegal Activity"
@@ -9762,7 +9843,7 @@ msgid "image"
msgstr "이미지"
#: src/components/channel/embeds/media/EmbedGifv.tsx:237
-#: src/components/channel/embeds/media/EmbedImage.tsx:369
+#: src/components/channel/embeds/media/EmbedImage.tsx:374
#: src/components/modals/MediaViewerModal.tsx:362
#: src/components/search/HasFilterSheet.tsx:50
#: src/utils/FavoriteMemeUtils.ts:71
@@ -9783,8 +9864,8 @@ msgstr "이미지 미리보기"
msgid "Images"
msgstr "이미지"
-#: src/components/pages/ReportPage.tsx:272
-#: src/components/pages/ReportPage.tsx:284
+#: src/components/pages/report/optionDescriptors.ts:53
+#: src/components/pages/report/optionDescriptors.ts:62
#: src/constants/IARConstants.tsx:82
#: src/constants/IARConstants.tsx:124
msgid "Impersonation"
@@ -9839,7 +9920,7 @@ msgstr "{absWeeks}주 후"
msgid "in {absYears} years"
msgstr "{absYears}년 후"
-#: src/components/channel/channel-view/DMChannelView.tsx:275
+#: src/components/channel/channel-view/DMChannelView.tsx:276
msgid "In call"
msgstr "통화 중"
@@ -9880,7 +9961,7 @@ msgstr "브라우저에서는 Fluxer 탭이 포커스되어 있을 때만 푸시
msgid "in:"
msgstr "안에:"
-#: src/components/pages/ReportPage.tsx:286
+#: src/components/pages/report/optionDescriptors.ts:64
#: src/constants/IARConstants.tsx:134
msgid "Inappropriate Profile"
msgstr "부적절한 프로필"
@@ -9909,7 +9990,7 @@ msgstr "모든 커뮤니티 멘션 포함"
msgid "Include audio from your screen in the share"
msgstr "화면 공유에 음성도 포함"
-#: src/components/channel/channel-view/DMChannelView.tsx:269
+#: src/components/channel/channel-view/DMChannelView.tsx:270
#: src/components/voice/IncomingCallUI.tsx:263
#: src/components/voice/IncomingCallUI.tsx:286
#: src/components/voice/IncomingCallUI.tsx:324
@@ -9946,11 +10027,11 @@ msgid "Increase app zoom level"
msgstr "앱 확대 수준 올리기"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:284
-#: src/components/channel/ChannelSearchResults.tsx:679
+#: src/components/channel/ChannelSearchResults.tsx:648
msgid "Indexing Channel"
msgstr "채널 색인 생성 중"
-#: src/components/channel/ChannelSearchResults.tsx:317
+#: src/components/channel/ChannelSearchResults.tsx:274
msgid "Indexing..."
msgstr "색인 생성 중..."
@@ -10032,12 +10113,12 @@ msgstr "아이콘이 있는 입력"
msgid "Insert emoji"
msgstr "이모지 삽입"
-#: src/components/channel/InviteEmbed.tsx:198
+#: src/components/channel/InviteEmbed.tsx:200
#: src/components/modals/InviteAcceptModal.tsx:143
msgid "Install Emoji Pack"
msgstr "이모지 팩 설치"
-#: src/components/channel/InviteEmbed.tsx:198
+#: src/components/channel/InviteEmbed.tsx:200
#: src/components/modals/InviteAcceptModal.tsx:143
msgid "Install Sticker Pack"
msgstr "스티커 팩 설치"
@@ -10104,7 +10185,7 @@ msgstr "유효하지 않은 기프트 코드"
msgid "Invalid instance response: missing webapp URL."
msgstr "잘못된 인스턴스 응답: 웹앱 URL이 누락되었습니다."
-#: src/components/modals/ClaimAccountModal.tsx:108
+#: src/components/modals/ClaimAccountModal.tsx:110
#: src/components/modals/EmailChangeModal.tsx:108
#: src/components/modals/EmailChangeModal.tsx:169
msgid "Invalid or expired code"
@@ -10134,7 +10215,7 @@ msgstr "반전된 버튼을 눌렀어요!"
msgid "Invisible"
msgstr "보이지 않음"
-#: src/components/modals/InviteModal.tsx:257
+#: src/components/modals/InviteModal.tsx:267
#: src/components/modals/tabs/ExpressionPacksTab.tsx:83
#: src/constants/AuditLogConstants.tsx:239
msgid "Invite"
@@ -10144,7 +10225,7 @@ msgstr "초대"
msgid "Invite Background"
msgstr "초대 배경"
-#: src/components/pages/ReportPage.tsx:908
+#: src/components/pages/report/ReportStepDetails.tsx:183
msgid "Invite Code (optional)"
msgstr "초대 코드 (선택 사항)"
@@ -10170,7 +10251,7 @@ msgstr "친구 초대"
msgid "Invite friends to {0}"
msgstr "{0}에 친구 초대하기"
-#: src/components/modals/InviteModal.tsx:317
+#: src/components/modals/InviteModal.tsx:314
msgid "Invite link"
msgstr "초대 링크"
@@ -10190,7 +10271,7 @@ msgid "Invite Links"
msgstr "초대 링크"
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:164
-#: src/components/layout/ChannelItem.tsx:599
+#: src/components/layout/ChannelItem.tsx:616
#: src/components/popouts/GuildHeaderPopout.tsx:178
msgid "Invite Members"
msgstr "회원 초대"
@@ -10218,7 +10299,7 @@ msgid "Invite Page Preview"
msgstr "초대 페이지 미리보기"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:381
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1144
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1168
#: src/components/layout/FavoritesChannelListContent.tsx:305
#: src/components/uikit/ContextMenu/ChannelListContextMenu.tsx:96
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:97
@@ -10236,7 +10317,7 @@ msgstr "초대 취소됨"
msgid "Invite sent for {0}"
msgstr "{0} 초대 링크가 전송됐어요"
-#: src/components/bottomsheets/DMBottomSheet.tsx:256
+#: src/components/bottomsheets/DMBottomSheet.tsx:258
msgid "Invite sent to {guildName}"
msgstr "{guildName}에 초대가 전송되었습니다."
@@ -10249,7 +10330,7 @@ msgid "Invite splash preview"
msgstr "초대 스플래시 미리보기"
#. placeholder {0}: guild.name
-#: src/components/bottomsheets/DMBottomSheet.tsx:499
+#: src/components/bottomsheets/DMBottomSheet.tsx:501
msgid "Invite to {0}"
msgstr "{0}에 초대하기"
@@ -10257,7 +10338,7 @@ msgstr "{0}에 초대하기"
msgid "Invite to Community"
msgstr "커뮤니티 초대"
-#: src/components/channel/InviteEmbed.tsx:362
+#: src/components/channel/InviteEmbed.tsx:364
msgid "Invite Unavailable"
msgstr "초대를 사용할 수 없음"
@@ -10277,7 +10358,7 @@ msgid "Invited by {0}#{1}"
msgstr "{0}#{1}에게 초대받음"
#: src/components/auth/InviteHeader.tsx:159
-#: src/components/channel/InviteEmbed.tsx:222
+#: src/components/channel/InviteEmbed.tsx:224
msgid "Invited by {inviterTag}"
msgstr "{inviterTag}에게 초대받음"
@@ -10290,8 +10371,8 @@ msgid "Inviter:"
msgstr "초대자:"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:303
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1199
-#: src/components/bottomsheets/DMBottomSheet.tsx:468
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1223
+#: src/components/bottomsheets/DMBottomSheet.tsx:470
#: src/components/channel/dm/DMList.tsx:257
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:145
msgid "Invites"
@@ -10301,11 +10382,11 @@ msgstr "초대"
msgid "Invites are currently disabled for this community."
msgstr "이 커뮤니티에서는 현재 초대가 비활성화돼 있어요."
-#: src/components/modals/InviteModal.tsx:270
+#: src/components/modals/InviteModal.tsx:237
msgid "Invites are currently disabled in this community by an admin. While this invite can be created, it cannot be accepted until invites are re-enabled."
msgstr "관리자가 이 커뮤니티에서 초대를 비활성화했어요. 초대는 만들 수 있지만 초대를 다시 활성화할 때까지 수락할 수 없어요."
-#: src/components/layout/guild-list/GuildListItem.tsx:233
+#: src/components/layout/guild-list/GuildListItem.tsx:234
msgid "Invites are currently paused in this community"
msgstr "이 커뮤니티에서는 현재 초대가 일시중지돼 있어요"
@@ -10317,7 +10398,7 @@ msgstr "미리보기 커뮤니티에서는 초대가 잠겨 있어요. 이메일
msgid "Invites disabled"
msgstr "초대 비활성화"
-#: src/components/channel/InviteEmbed.tsx:257
+#: src/components/channel/InviteEmbed.tsx:259
#: src/components/modals/InviteAcceptModal.tsx:98
msgid "Invites Disabled"
msgstr "초대 비활성화"
@@ -10343,7 +10424,7 @@ msgstr "<0>{0}0>에 대한 초대는 현재 비활성화돼 있어요"
msgid "IP address authorized"
msgstr "IP 주소 승인됨"
-#: src/components/pages/ReportPage.tsx:324
+#: src/components/pages/report/optionDescriptors.ts:96
msgid "Ireland"
msgstr "아일랜드"
@@ -10359,7 +10440,7 @@ msgstr "여기서는 완전한 타이핑 축제입니다"
msgid "Italian"
msgstr "이탈리아어"
-#: src/components/pages/ReportPage.tsx:325
+#: src/components/pages/report/optionDescriptors.ts:97
msgid "Italy"
msgstr "이탈리아"
@@ -10381,16 +10462,16 @@ msgstr "커뮤니티 참여"
msgid "Join a community with stickers to get started!"
msgstr "스티커가 있는 커뮤니티에 참여해 시작해 보세요!"
-#: src/components/channel/channel-view/DMChannelView.tsx:315
+#: src/components/channel/channel-view/DMChannelView.tsx:316
msgid "Join call"
msgstr "통화 참여"
-#: src/components/channel/InviteEmbed.tsx:261
-#: src/components/channel/InviteEmbed.tsx:451
+#: src/components/channel/InviteEmbed.tsx:263
+#: src/components/channel/InviteEmbed.tsx:453
#: src/components/layout/guild-list/AddGuildButton.tsx:71
#: src/components/modals/AddGuildModal.tsx:129
#: src/components/modals/AddGuildModal.tsx:410
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:304
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:342
#: src/components/modals/InviteAcceptModal.tsx:102
#: src/components/modals/InviteAcceptModalPreview.tsx:114
msgid "Join Community"
@@ -10400,7 +10481,7 @@ msgstr "커뮤니티 참여"
msgid "Join community form"
msgstr "커뮤니티 참여 양식"
-#: src/components/channel/InviteEmbed.tsx:187
+#: src/components/channel/InviteEmbed.tsx:189
msgid "Join Group"
msgstr "그룹 참여"
@@ -10416,19 +10497,19 @@ msgstr "참여 알림"
msgid "Join Operators Community"
msgstr "운영자 커뮤니티 참여"
-#: src/components/channel/CallMessage.tsx:171
+#: src/components/channel/CallMessage.tsx:165
msgid "Join the call"
msgstr "통화에 참여"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:122
+#: src/components/channel/ChannelHeader/CallButtons.tsx:159
msgid "Join Video Call"
msgstr "화상 통화 참여"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:118
+#: src/components/channel/ChannelHeader/CallButtons.tsx:150
msgid "Join Video Call ({participantCount} participant)"
msgstr "영상 통화 참여 ({participantCount} 참여자)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:119
+#: src/components/channel/ChannelHeader/CallButtons.tsx:151
msgid "Join Video Call ({participantCount} participants)"
msgstr "영상 통화 참여 ({participantCount} 참여자들)"
@@ -10436,15 +10517,15 @@ msgstr "영상 통화 참여 ({participantCount} 참여자들)"
msgid "Join Visionary Community"
msgstr "비전어리 커뮤니티 참여"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:70
+#: src/components/channel/ChannelHeader/CallButtons.tsx:89
msgid "Join Voice Call"
msgstr "음성 통화 참여"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:66
+#: src/components/channel/ChannelHeader/CallButtons.tsx:80
msgid "Join Voice Call ({participantCount} participant)"
msgstr "음성 통화 참여 ({participantCount} 참여자)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:67
+#: src/components/channel/ChannelHeader/CallButtons.tsx:81
msgid "Join Voice Call ({participantCount} participants)"
msgstr "음성 통화 참여 ({participantCount} 참여자들)"
@@ -10495,7 +10576,7 @@ msgstr "JPEG, PNG, WebP. 최대 10MB. 권장: 512×512px"
msgid "JPEG, PNG, WebP. Max 10MB. Recommended: 512×512px. Animated avatars (GIF) require <0/>."
msgstr "JPEG, PNG, WebP. 최대 10MB. 권장: 512×512px. 애니메이션 아바타(GIF)는 <0/>가 필요합니다."
-#: src/components/channel/ChannelSearchResults.tsx:777
+#: src/components/channel/ChannelSearchResults.tsx:745
#: src/components/pages/MessageListPage.tsx:97
#: src/components/popouts/RecentMentionsContent.tsx:221
#: src/components/popouts/SavedMessagesContent.tsx:102
@@ -10519,11 +10600,11 @@ msgstr "메시지로 이동"
msgid "Jump to Oldest Unread Message"
msgstr "가장 오래된 읽지 않은 메시지로 이동"
-#: src/components/channel/ChannelSearchResults.tsx:872
+#: src/components/channel/ChannelSearchResults.tsx:840
msgid "Jump to page"
msgstr "페이지로 이동"
-#: src/components/channel/Messages.tsx:917
+#: src/components/channel/Messages.tsx:915
msgid "Jump to Present"
msgstr "현재로 이동"
@@ -10612,7 +10693,7 @@ msgid "Keyboard Shortcuts"
msgstr "키보드 단축키"
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:344
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:311
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:314
#: src/components/modals/KickMemberModal.tsx:58
#: src/components/modals/UserProfileActionsSheet.tsx:253
msgid "Kick"
@@ -10702,7 +10783,7 @@ msgstr "지연 시간 {latency}밀리초"
msgid "Latency graph"
msgstr "지연 시간 그래프"
-#: src/components/pages/ReportPage.tsx:326
+#: src/components/pages/report/optionDescriptors.ts:98
msgid "Latvia"
msgstr "라트비아"
@@ -10729,10 +10810,10 @@ msgstr "커뮤니티 나가기"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:248
#: src/components/bottomsheets/ChannelBottomSheet.tsx:250
#: src/components/bottomsheets/ChannelBottomSheet.tsx:314
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1253
-#: src/components/bottomsheets/DMBottomSheet.tsx:337
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1277
#: src/components/bottomsheets/DMBottomSheet.tsx:339
-#: src/components/bottomsheets/DMBottomSheet.tsx:551
+#: src/components/bottomsheets/DMBottomSheet.tsx:341
+#: src/components/bottomsheets/DMBottomSheet.tsx:554
#: src/components/channel/dm/DMList.tsx:265
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:159
#: src/hooks/useLeaveGroup.tsx:42
@@ -10740,27 +10821,27 @@ msgstr "커뮤니티 나가기"
msgid "Leave Group"
msgstr "그룹 나가기"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:122
+#: src/components/channel/ChannelHeader/CallButtons.tsx:157
msgid "Leave Video Call"
msgstr "화상 통화 나가기"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:113
+#: src/components/channel/ChannelHeader/CallButtons.tsx:145
msgid "Leave Video Call ({participantCount} participant)"
msgstr "영상 통화 나가기 ({participantCount} 참여자)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:114
+#: src/components/channel/ChannelHeader/CallButtons.tsx:146
msgid "Leave Video Call ({participantCount} participants)"
msgstr "영상 통화 나가기 ({participantCount} 참여자들)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:70
+#: src/components/channel/ChannelHeader/CallButtons.tsx:87
msgid "Leave Voice Call"
msgstr "음성 통화 나가기"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:61
+#: src/components/channel/ChannelHeader/CallButtons.tsx:75
msgid "Leave Voice Call ({participantCount} participant)"
msgstr "음성 통화 나가기 ({participantCount} 참여자)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:62
+#: src/components/channel/ChannelHeader/CallButtons.tsx:76
msgid "Leave Voice Call ({participantCount} participants)"
msgstr "음성 통화 나가기 ({participantCount} 참여자들)"
@@ -10785,7 +10866,7 @@ msgstr "왼쪽 정렬"
msgid "Left community"
msgstr "커뮤니티 탈퇴"
-#: src/components/bottomsheets/DMBottomSheet.tsx:350
+#: src/components/bottomsheets/DMBottomSheet.tsx:352
#: src/hooks/useLeaveGroup.tsx:56
msgid "Left group"
msgstr "그룹 탈퇴"
@@ -10798,7 +10879,7 @@ msgstr "왼쪽 아이콘"
msgid "Left Tooltip"
msgstr "왼쪽 툴팁"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:90
+#: src/components/modals/components/plutonium/VisionarySection.tsx:99
msgid "Let people add you without needing a 4-digit tag"
msgstr "4자리 태그 없이도 사람들이 당신을 추가할 수 있어요"
@@ -10810,17 +10891,13 @@ msgstr "커뮤니티가 스스로 관리하게 하세요"
msgid "Letters (a-z, A-Z), numbers (0-9), and underscores (_) only"
msgstr "문자(a-z, A-Z), 숫자(0-9), 밑줄(_)만 허용됩니다"
-#: src/components/pages/ReportPage.tsx:729
-msgid "Letters and numbers only. You can paste the code—formatting is automatic."
-msgstr "영문자와 숫자만 가능합니다. 코드를 붙여넣을 수 있으며, 형식은 자동으로 설정됩니다."
-
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:120
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:139
#: src/components/modals/tabs/DeveloperOptionsTab/AccountPremiumTab.tsx:49
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:371
msgid "Lifetime"
msgstr "평생"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:73
+#: src/components/modals/components/plutonium/VisionarySection.tsx:82
#: src/utils/giftUtils.ts:58
msgid "Lifetime Plutonium"
msgstr "평생 플루토늄"
@@ -10838,7 +10915,7 @@ msgid "Liked!"
msgstr "좋아요!"
#. placeholder {0}: formatter.format(visionarySlots.total)
-#: src/components/modals/components/plutonium/VisionarySection.tsx:61
+#: src/components/modals/components/plutonium/VisionarySection.tsx:70
msgid "Limited to {0} users. One-time purchase, lifetime access."
msgstr "{0}명의 사용자로 제한됩니다. 일회성 구매로 평생 이용할 수 있습니다."
@@ -10856,7 +10933,7 @@ msgstr "링크"
msgid "Link channel"
msgstr "채널 연결"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:530
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:544
#: src/components/uikit/ContextMenu/MediaContextMenu.tsx:145
#: src/components/uikit/ContextMenu/MediaContextMenu.tsx:228
msgid "Link copied to clipboard"
@@ -10902,7 +10979,7 @@ msgstr "목록"
msgid "Lists members with this role in their own section in the member list."
msgstr "이 역할을 가진 멤버들을 멤버 목록 내 별도 섹션에 표시합니다."
-#: src/components/pages/ReportPage.tsx:327
+#: src/components/pages/report/optionDescriptors.ts:99
msgid "Lithuania"
msgstr "리투아니아"
@@ -10934,7 +11011,7 @@ msgstr "차단 목록 로딩 중..."
msgid "Loading communities..."
msgstr "커뮤니티 로딩 중..."
-#: src/components/channel/embeds/media/EmbedImage.tsx:363
+#: src/components/channel/embeds/media/EmbedImage.tsx:368
msgid "Loading image"
msgstr "이미지 로딩 중"
@@ -10947,7 +11024,7 @@ msgid "Loading more..."
msgstr "더 로딩 중..."
#: src/components/channel/embeds/media/EmbedGifv.tsx:493
-#: src/components/channel/embeds/media/EmbedGifv.tsx:721
+#: src/components/channel/embeds/media/EmbedGifv.tsx:745
msgid "Loading placeholder"
msgstr "플레이스홀더 로딩 중"
@@ -10971,7 +11048,7 @@ msgstr "테마 로딩 중..."
msgid "Loading verification methods..."
msgstr "인증 방법 로딩 중..."
-#: src/components/channel/embeds/media/EmbedImage.tsx:363
+#: src/components/channel/embeds/media/EmbedImage.tsx:368
msgid "Loading: {alt}"
msgstr "로딩 중: {alt}"
@@ -11021,7 +11098,7 @@ msgid "Log in with a passkey"
msgstr "패스키로 로그인"
#: src/components/modals/components/DesktopSettingsView.tsx:346
-#: src/components/modals/components/MobileSettingsView.tsx:362
+#: src/components/modals/components/MobileSettingsView.tsx:357
#: src/components/pages/PendingVerificationPage.tsx:151
msgid "Log Out"
msgstr "로그아웃"
@@ -11101,7 +11178,7 @@ msgstr "낮음"
msgid "Low (480p)"
msgstr "낮음(480p)"
-#: src/components/pages/ReportPage.tsx:328
+#: src/components/pages/report/optionDescriptors.ts:100
msgid "Luxembourg"
msgstr "룩셈부르크"
@@ -11114,16 +11191,16 @@ msgstr "그룹 소유자로 지정"
msgid "Make links to websites stand out more by always underlining them."
msgstr "사이트 링크를 항상 밑줄로 표시해 더 강조하세요."
-#: src/components/pages/ReportPage.tsx:271
+#: src/components/pages/report/optionDescriptors.ts:52
#: src/constants/IARConstants.tsx:77
msgid "Malicious Links"
msgstr "악성 링크"
-#: src/components/pages/ReportPage.tsx:329
+#: src/components/pages/report/optionDescriptors.ts:101
msgid "Malta"
msgstr "몰타"
-#: src/components/pages/ReportPage.tsx:302
+#: src/components/pages/report/optionDescriptors.ts:77
#: src/constants/IARConstants.tsx:190
msgid "Malware Distribution"
msgstr "악성코드 배포"
@@ -11214,7 +11291,7 @@ msgid "Manage slash commands for this application"
msgstr "이 앱의 슬래시 명령 관리"
#: src/components/layout/app-layout/nagbars/PremiumGracePeriodNagbar.tsx:83
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:288
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:324
msgid "Manage Subscription"
msgstr "구독 관리"
@@ -11227,7 +11304,7 @@ msgstr "Fluxer 로그인에 사용하는 이메일 주소 관리"
msgid "Manage Webhooks"
msgstr "웹훅 관리"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:100
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:104
msgid "Manage your applications and bots."
msgstr "애플리케이션과 봇을 관리하세요."
@@ -11243,7 +11320,7 @@ msgstr "내 선물 관리"
msgid "Manage your phone number for SMS two-factor authentication"
msgstr "SMS 2단계 인증용 전화번호 관리"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:280
+#: src/components/modals/tabs/GiftInventoryTab.tsx:303
msgid "Manage your purchased Plutonium gift codes. Share the gift URL with someone special or redeem it for yourself!"
msgstr "구매한 플루토늄 선물 코드를 관리하세요. 선물 URL을 특별한 사람에게 공유하거나 직접 사용하세요!"
@@ -11256,8 +11333,8 @@ msgid "Mark as 18+ (NSFW)"
msgstr "18세 이상(성인)으로 표시"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:358
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1115
-#: src/components/bottomsheets/DMBottomSheet.tsx:388
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1139
+#: src/components/bottomsheets/DMBottomSheet.tsx:390
#: src/components/channel/NewMessagesBar.tsx:60
#: src/components/uikit/ContextMenu/items/CategoryMenuItems.tsx:81
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:79
@@ -11319,7 +11396,7 @@ msgstr "마크다운"
msgid "Markdown Preview"
msgstr "마크다운 미리보기"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:516
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:530
msgid "Marked as read"
msgstr "읽음으로 표시됨"
@@ -11347,7 +11424,7 @@ msgstr "슬라이더 아래 마커"
msgid "Marty_McFly"
msgstr "Marty_McFly"
-#: src/components/modals/ClaimAccountModal.tsx:160
+#: src/components/modals/ClaimAccountModal.tsx:162
#: src/components/modals/EmailChangeModal.tsx:254
msgid "marty@example.com"
msgstr "marty@example.com"
@@ -11356,7 +11433,7 @@ msgstr "marty@example.com"
msgid "Mask Visionary as subscription"
msgstr "Visionary를 구독으로 표시"
-#: src/components/modals/InviteModal.tsx:291
+#: src/components/modals/InviteModal.tsx:288
msgid "Max number of uses"
msgstr "최대 사용 횟수"
@@ -11393,7 +11470,8 @@ msgstr "카메라 최대 화질은 1080p입니다"
msgid "Maximum quality, requires very fast connection"
msgstr "최고 화질, 매우 빠른 연결 필요"
-#: src/components/modals/GiftAcceptModal.tsx:151
+#: src/components/modals/GiftAcceptModal.tsx:161
+#: src/components/modals/GiftAcceptModal.tsx:194
msgid "Maybe later"
msgstr "나중에"
@@ -11411,7 +11489,7 @@ msgstr "측정 중..."
#: src/components/channel/AutocompleteEmoji.tsx:154
#: src/components/channel/textarea/TextareaButtons.tsx:122
-#: src/components/modals/ExpressionPickerSheet.tsx:77
+#: src/components/modals/ExpressionPickerSheet.tsx:64
#: src/components/modals/tabs/ChatSettingsTab.tsx:43
#: src/components/modals/tabs/ChatSettingsTab/Inline.tsx:37
#: src/components/modals/utils/settingsConstants.tsx:298
@@ -11504,8 +11582,8 @@ msgstr "회원 인증"
msgid "Member verification level"
msgstr "회원 인증 수준"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:877
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:913
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:909
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:945
#: src/components/modals/guildTabs/GuildMembersTab.tsx:429
#: src/components/modals/shared/AddOverridePopout.tsx:176
#: src/components/modals/utils/guildSettingsConstants.tsx:157
@@ -11536,7 +11614,7 @@ msgstr "회원 정리됨"
msgid "Members receive notifications for every message"
msgstr "회원은 모든 메시지에 대한 알림을 받습니다"
-#: src/components/modals/InviteModal.tsx:302
+#: src/components/modals/InviteModal.tsx:299
msgid "Members will be removed when they go offline unless a role is assigned"
msgstr "역할이 지정되지 않으면 오프라인이 될 때 회원이 제거됩니다"
@@ -11608,11 +11686,11 @@ msgid "mentions:"
msgstr "멘션:"
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:234
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:218
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:220
#: src/components/modals/tabs/ComponentGalleryTab/InputsTab.tsx:164
-#: src/components/modals/UserProfileMobileSheet.tsx:497
-#: src/components/modals/UserProfileModal.tsx:1189
-#: src/components/modals/UserProfileModal.tsx:1311
+#: src/components/modals/UserProfileMobileSheet.tsx:501
+#: src/components/modals/UserProfileModal.tsx:1190
+#: src/components/modals/UserProfileModal.tsx:1316
#: src/components/popouts/UserProfilePopout.tsx:289
#: src/components/popouts/UserProfilePopout.tsx:308
#: src/components/profile/ProfilePreview.tsx:292
@@ -11689,7 +11767,7 @@ msgstr "메시지 그룹화"
msgid "Message is too long"
msgstr "메시지가 너무 깁니다"
-#: src/components/pages/ReportPage.tsx:837
+#: src/components/pages/report/ReportStepDetails.tsx:107
msgid "Message Link"
msgstr "메시지 링크"
@@ -11744,7 +11822,7 @@ msgstr "메시지 및 미디어"
msgid "Messages Deleted"
msgstr "메시지가 삭제되었습니다"
-#: src/components/channel/Messages.tsx:938
+#: src/components/channel/Messages.tsx:936
msgid "Messages failed to load"
msgstr "메시지 로딩에 실패했습니다"
@@ -11888,22 +11966,21 @@ msgstr "관리"
msgid "Monospace font family"
msgstr "고정폭 글꼴 집합"
-#: src/components/auth/DateOfBirthField.tsx:87
-#: src/components/auth/DateOfBirthField.tsx:154
+#: src/components/auth/DateOfBirthField.tsx:151
#: src/components/auth/MockMinimalRegisterForm.tsx:68
msgid "Month"
msgstr "월"
-#: src/components/modals/components/plutonium/PricingSection.tsx:71
+#: src/components/modals/components/plutonium/PricingSection.tsx:78
msgid "Monthly"
msgstr "월간"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:63
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:73
msgid "Monthly {monthlyPrice}"
msgstr "월 {monthlyPrice}"
#: src/components/accounts/AccountRow.tsx:178
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:863
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:895
#: src/components/channel/friends/FriendListItem.tsx:229
#: src/components/channel/MessageActionBar.tsx:647
#: src/components/channel/MessageActionBar.tsx:776
@@ -11936,7 +12013,7 @@ msgstr "추가 스티커 슬롯"
msgid "Most popular"
msgstr "가장 인기 있는"
-#: src/components/channel/ChannelSearchResults.tsx:225
+#: src/components/channel/ChannelSearchResults.tsx:182
#: src/components/search/SortModeSheet.tsx:53
msgid "Most Relevant"
msgstr "가장 관련 있는"
@@ -12015,7 +12092,7 @@ msgstr "다국어 콘텐츠"
msgid "Music Lovers"
msgstr "음악 애호가"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:850
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:882
#: src/components/bottomsheets/VoiceLobbyBottomSheet.tsx:179
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:253
#: src/components/layout/UserArea.tsx:213
@@ -12055,7 +12132,7 @@ msgstr "채널 음소거"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:400
#: src/components/bottomsheets/ChannelBottomSheet.tsx:452
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1010
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1034
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:171
#: src/components/modals/GuildNotificationSettingsModal.tsx:295
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:168
@@ -12069,9 +12146,9 @@ msgstr "채널 음소거"
msgid "Mute Community"
msgstr "커뮤니티 음소거"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1012
-#: src/components/bottomsheets/DMBottomSheet.tsx:449
-#: src/components/bottomsheets/DMBottomSheet.tsx:590
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1036
+#: src/components/bottomsheets/DMBottomSheet.tsx:451
+#: src/components/bottomsheets/DMBottomSheet.tsx:593
msgid "Mute Conversation"
msgstr "대화 음소거"
@@ -12096,7 +12173,7 @@ msgstr "구성원 음소거"
msgid "Mute User"
msgstr "사용자 음소거"
-#: src/components/layout/guild-list/GuildListItem.tsx:193
+#: src/components/layout/guild-list/GuildListItem.tsx:194
#: src/components/layout/VoiceStateIcons.tsx:53
#: src/components/voice/VoiceParticipantTile.tsx:897
#: src/utils/ContextMenuUtils.tsx:159
@@ -12105,7 +12182,7 @@ msgstr "음소거됨"
#. placeholder {0}: DateUtils.getFormattedDateTime(new Date(muteConfig.end_time))
#. placeholder {0}: getFormattedDateTime(new Date(muteConfig.end_time))
-#: src/components/layout/guild-list/GuildListItem.tsx:191
+#: src/components/layout/guild-list/GuildListItem.tsx:192
#: src/utils/ContextMenuUtils.tsx:157
msgid "Muted until {0}"
msgstr "{0}까지 음소거됨"
@@ -12253,7 +12330,7 @@ msgstr "계정이 필요하신가요?"
msgid "Neighborhood Watch"
msgstr "이웃 감시"
-#: src/components/pages/ReportPage.tsx:330
+#: src/components/pages/report/optionDescriptors.ts:102
msgid "Netherlands"
msgstr "네덜란드"
@@ -12261,9 +12338,9 @@ msgstr "네덜란드"
msgid "Network"
msgstr "네트워크"
-#: src/components/modals/components/PlutoniumContent.tsx:145
-#: src/components/modals/components/PlutoniumContent.tsx:271
-#: src/components/modals/tabs/BetaCodesTab.tsx:295
+#: src/components/modals/components/PlutoniumContent.tsx:156
+#: src/components/modals/components/PlutoniumContent.tsx:288
+#: src/components/modals/tabs/BetaCodesTab.tsx:320
#: src/components/modals/tabs/DevicesTab.tsx:229
msgid "Network error"
msgstr "네트워크 오류"
@@ -12290,7 +12367,7 @@ msgstr "만료되지 않음"
#: src/components/channel/Divider.tsx:51
#: src/components/channel/Divider.tsx:60
#: src/components/channel/UnreadDividerSlot.tsx:45
-#: src/components/layout/GuildsLayout.tsx:285
+#: src/components/layout/GuildsLayout.tsx:283
msgid "New"
msgstr "새로 만들기"
@@ -12311,7 +12388,7 @@ msgstr "새 이메일"
msgid "New email form"
msgstr "새 이메일 양식"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:902
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:934
msgid "New Group"
msgstr "새 그룹"
@@ -12334,7 +12411,7 @@ msgid "new-channel"
msgstr "new-channel"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:446
-#: src/components/channel/ChannelSearchResults.tsx:223
+#: src/components/channel/ChannelSearchResults.tsx:180
msgid "Newest"
msgstr "최신순"
@@ -12394,7 +12471,7 @@ msgstr "별명은 32자를 넘을 수 없습니다"
msgid "Nickname updated"
msgstr "별명이 업데이트되었습니다"
-#: src/components/layout/GuildLayout.tsx:392
+#: src/components/layout/GuildLayout.tsx:397
msgid "No accessible channels"
msgstr "접근 가능한 채널이 없습니다"
@@ -12431,7 +12508,7 @@ msgstr "차단된 사용자가 없습니다"
msgid "No bans found matching your search."
msgstr "검색과 일치하는 차단이 없습니다."
-#: src/components/modals/tabs/BetaCodesTab.tsx:365
+#: src/components/modals/tabs/BetaCodesTab.tsx:390
msgid "No beta codes yet"
msgstr "아직 베타 코드가 없습니다"
@@ -12471,7 +12548,7 @@ msgstr "사용 가능한 채널이 없습니다"
msgid "No channels found"
msgstr "채널을 찾을 수 없습니다"
-#: src/components/modals/tabs/BetaCodesTab.tsx:275
+#: src/components/modals/tabs/BetaCodesTab.tsx:279
msgid "No codes remaining. Resets {resetString}"
msgstr "남은 코드가 없습니다. {resetString}에 초기화됩니다"
@@ -12484,7 +12561,7 @@ msgid "No community banner"
msgstr "커뮤니티 배너 없음"
#: src/components/auth/InviteHeader.tsx:156
-#: src/components/channel/InviteEmbed.tsx:215
+#: src/components/channel/InviteEmbed.tsx:217
#: src/components/modals/InviteAcceptModal.tsx:148
#: src/components/modals/tabs/ExpressionPacksTab.tsx:73
msgid "No description provided."
@@ -12516,7 +12593,7 @@ msgstr "아직 친구가 없습니다"
msgid "No GIFs found"
msgstr "검색된 GIF가 없습니다"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:311
+#: src/components/modals/tabs/GiftInventoryTab.tsx:334
msgid "No gifts yet"
msgstr "아직 선물이 없습니다"
@@ -12656,7 +12733,7 @@ msgid "No results"
msgstr "결과 없음"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:315
-#: src/components/channel/ChannelSearchResults.tsx:709
+#: src/components/channel/ChannelSearchResults.tsx:678
msgid "No Results"
msgstr "결과 없음"
@@ -12717,7 +12794,7 @@ msgstr "시스템 채널 없음"
msgid "No Timer"
msgstr "타이머 없음"
-#: src/components/channel/dm/AddFriendForm.tsx:70
+#: src/components/channel/dm/AddFriendForm.tsx:93
msgid "No user found with that FluxerTag."
msgstr "해당 FluxerTag를 가진 사용자를 찾을 수 없음"
@@ -12797,7 +12874,7 @@ msgstr "나중에"
msgid "Not your cup of tea? You can disable this feature anytime."
msgstr "마음에 안 드시나요? 언제든지 이 기능을 끌 수 있어요."
-#: src/components/modals/UserProfileMobileSheet.tsx:549
+#: src/components/modals/UserProfileMobileSheet.tsx:553
#: src/components/modals/UserProfileModal.tsx:244
#: src/components/modals/UserProfileModal.tsx:248
#: src/components/pages/YouPage.tsx:144
@@ -12813,7 +12890,7 @@ msgstr "노트 (본인만 보임)"
msgid "nothing"
msgstr "없음"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1387
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1411
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:218
#: src/components/modals/GuildNotificationSettingsModal.tsx:95
#: src/components/modals/GuildNotificationSettingsModal.tsx:226
@@ -12835,8 +12912,8 @@ msgid "Notification Overrides"
msgstr "알림 무시 설정"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:405
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1160
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1341
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1184
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1365
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:199
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsButton.tsx:59
#: src/components/modals/GuildNotificationSettingsModal.tsx:162
@@ -12904,17 +12981,17 @@ msgstr "NSFW 콘텐츠는 허용되지 않음"
msgid "NSFW Gates"
msgstr "NSFW 관문"
-#: src/components/pages/ReportPage.tsx:266
+#: src/components/pages/report/optionDescriptors.ts:47
#: src/constants/IARConstants.tsx:52
msgid "NSFW Policy Violation"
msgstr "NSFW 정책 위반"
#. placeholder {0}: formatter.format(visionarySlots.total)
-#: src/components/modals/components/plutonium/VisionarySection.tsx:82
+#: src/components/modals/components/plutonium/VisionarySection.tsx:91
msgid "Numbered badge (1-{0}) showing your Visionary status"
msgstr "당신의 비전 전문가 상태를 보여주는 번호 배지 (1-{0})"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:83
+#: src/components/modals/components/plutonium/VisionarySection.tsx:92
msgid "Numbered badge showing your Visionary status"
msgstr "Visionary 상태를 보여주는 번호 배지"
@@ -12933,8 +13010,8 @@ msgstr "객체"
msgid "Off"
msgstr "꺼짐"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:281
-#: src/components/channel/ChannelMembers.tsx:137
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:287
+#: src/components/channel/ChannelMembers.tsx:108
#: src/Constants.tsx:134
#: src/utils/MemberListUtils.ts:150
#: src/utils/MemberListUtils.ts:188
@@ -12962,7 +13039,7 @@ msgid "Okay"
msgstr "알겠어요"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:446
-#: src/components/channel/ChannelSearchResults.tsx:224
+#: src/components/channel/ChannelSearchResults.tsx:181
msgid "Oldest"
msgstr "가장 오래된"
@@ -13020,25 +13097,25 @@ msgstr "하나 이상의 채널을 색인화하고 있습니다"
msgid "one second ago"
msgstr "1초 전"
-#: src/components/modals/components/plutonium/GiftSection.tsx:71
-#: src/components/modals/components/plutonium/GiftSection.tsx:80
-#: src/components/modals/components/plutonium/PricingSection.tsx:103
-#: src/components/modals/components/plutonium/PricingSection.tsx:112
+#: src/components/modals/components/plutonium/GiftSection.tsx:78
+#: src/components/modals/components/plutonium/GiftSection.tsx:90
+#: src/components/modals/components/plutonium/PricingSection.tsx:118
+#: src/components/modals/components/plutonium/PricingSection.tsx:130
msgid "one-time purchase"
msgstr "일회성 구매"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:65
+#: src/components/modals/components/plutonium/VisionarySection.tsx:74
msgid "One-time purchase, lifetime access."
msgstr "일회성 구매, 평생 접근."
-#: src/components/modals/components/plutonium/GiftSection.tsx:89
-#: src/components/modals/components/plutonium/PricingSection.tsx:90
-#: src/components/modals/components/plutonium/PricingSection.tsx:121
+#: src/components/modals/components/plutonium/GiftSection.tsx:102
+#: src/components/modals/components/plutonium/PricingSection.tsx:103
+#: src/components/modals/components/plutonium/PricingSection.tsx:142
msgid "one-time, lifetime"
msgstr "일회성, 평생"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:281
-#: src/components/channel/ChannelMembers.tsx:135
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:285
+#: src/components/channel/ChannelMembers.tsx:106
#: src/components/channel/dm/DMFriendsView.tsx:168
#: src/components/channel/friends/views/FriendsList.tsx:95
#: src/Constants.tsx:130
@@ -13051,7 +13128,7 @@ msgstr "온라인"
msgid "Online Status"
msgstr "온라인 상태"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1382
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1406
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:212
#: src/components/modals/GuildNotificationSettingsModal.tsx:91
#: src/components/modals/GuildNotificationSettingsModal.tsx:281
@@ -13120,11 +13197,11 @@ msgstr "계정 청구 모달 열기"
msgid "Open color picker"
msgstr "색상 선택기 열기"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1398
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1422
msgid "Open Community Notification Settings"
msgstr "커뮤니티 알림 설정 열기"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:286
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:322
msgid "Open Customer Portal"
msgstr "고객 포털 열기"
@@ -13293,7 +13370,7 @@ msgstr "옵션 3"
msgid "Option Two"
msgstr "옵션 2"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:89
+#: src/components/modals/components/plutonium/VisionarySection.tsx:98
msgid "Optional #0000 tag"
msgstr "선택적 #0000 태그"
@@ -13309,7 +13386,7 @@ msgstr "또는"
msgid "Or copy the link:"
msgstr "또는 링크를 복사하세요:"
-#: src/components/modals/InviteModal.tsx:312
+#: src/components/modals/InviteModal.tsx:309
msgid "or send an invite link to a friend:"
msgstr "또는 친구에게 초대 링크 보내기:"
@@ -13325,9 +13402,9 @@ msgstr "원본 메시지를 불러오지 못했습니다"
msgid "Original message was deleted"
msgstr "원본 메시지가 삭제되었습니다"
-#: src/components/pages/ReportPage.tsx:273
-#: src/components/pages/ReportPage.tsx:287
-#: src/components/pages/ReportPage.tsx:303
+#: src/components/pages/report/optionDescriptors.ts:54
+#: src/components/pages/report/optionDescriptors.ts:65
+#: src/components/pages/report/optionDescriptors.ts:78
#: src/constants/IARConstants.tsx:87
#: src/constants/IARConstants.tsx:139
#: src/constants/IARConstants.tsx:195
@@ -13463,8 +13540,8 @@ msgstr "패스키는 유효한 앱 식별자가 포함된 서명된 macOS 번들
#: src/components/auth/AuthLoginCore/AuthLoginEmailPasswordForm.tsx:90
#: src/components/auth/AuthRegisterFormCore.tsx:136
#: src/components/auth/AuthRegisterFormCore.tsx:217
-#: src/components/modals/ClaimAccountModal.tsx:168
-#: src/components/modals/ClaimAccountModal.tsx:208
+#: src/components/modals/ClaimAccountModal.tsx:170
+#: src/components/modals/ClaimAccountModal.tsx:210
#: src/components/modals/SudoVerificationModal.tsx:171
#: src/components/modals/SudoVerificationModal.tsx:236
#: src/components/modals/tabs/AccountSecurityTab/AccountTab.tsx:105
@@ -13546,11 +13623,11 @@ msgstr "친구의 친구인 사람이 그룹 채팅에 추가할 수 있습니
msgid "People who are friends with your friends can call you"
msgstr "친구의 친구인 사람이 통화할 수 있습니다"
-#: src/components/modals/components/plutonium/PricingSection.tsx:73
+#: src/components/modals/components/plutonium/PricingSection.tsx:80
msgid "per month"
msgstr "월별"
-#: src/components/modals/components/plutonium/PricingSection.tsx:80
+#: src/components/modals/components/plutonium/PricingSection.tsx:90
msgid "per year"
msgstr "연별"
@@ -13588,8 +13665,8 @@ msgstr "권한 부여됨"
msgid "Personal notes"
msgstr "개인 메모"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:479
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:778
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:493
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:810
#: src/components/channel/channel-header/useChannelHeaderData.ts:84
#: src/components/channel/dm/DMList.tsx:708
#: src/components/channel/dm/DMList.tsx:795
@@ -13662,16 +13739,16 @@ msgid "Pick which phone step to show"
msgstr "표시할 전화 단계를 선택하세요"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:336
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1132
-#: src/components/bottomsheets/DMBottomSheet.tsx:483
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1156
+#: src/components/bottomsheets/DMBottomSheet.tsx:485
#: src/components/channel/dm/DMList.tsx:287
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:153
msgid "Pin DM"
msgstr "DM 고정"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:295
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1132
-#: src/components/bottomsheets/DMBottomSheet.tsx:483
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1156
+#: src/components/bottomsheets/DMBottomSheet.tsx:485
#: src/components/channel/dm/DMList.tsx:248
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:133
msgid "Pin Group DM"
@@ -13714,20 +13791,20 @@ msgid "Ping: {latency}ms"
msgstr "핑: {latency}ms"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:219
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:566
-#: src/components/bottomsheets/DMBottomSheet.tsx:147
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:580
+#: src/components/bottomsheets/DMBottomSheet.tsx:149
#: src/components/channel/dm/DMList.tsx:214
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:115
msgid "Pinned DM"
msgstr "고정된 DM"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:219
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:566
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:580
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:95
msgid "Pinned group"
msgstr "고정된 그룹"
-#: src/components/bottomsheets/DMBottomSheet.tsx:147
+#: src/components/bottomsheets/DMBottomSheet.tsx:149
msgid "Pinned group DM"
msgstr "고정된 그룹 DM"
@@ -13742,7 +13819,7 @@ msgstr "고정된 메시지"
msgid "pinned:"
msgstr "고정됨:"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:886
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:918
msgid "Pins"
msgstr "고정"
@@ -13789,15 +13866,15 @@ msgstr "인증 이메일이 받은편지함에 도착했는지 확인하세요."
msgid "Please enable Fluxer in System Settings → Privacy & Security → Input Monitoring."
msgstr "시스템 설정 → 개인정보 보호 및 보안 → 입력 모니터링에서 Fluxer를 활성화하세요."
-#: src/components/pages/ReportPage.tsx:396
+#: src/components/pages/ReportPage.tsx:211
msgid "Please enter a valid email address."
msgstr "유효한 이메일 주소를 입력해 주세요."
-#: src/components/channel/dm/AddFriendForm.tsx:74
+#: src/components/channel/dm/AddFriendForm.tsx:97
msgid "Please enter a valid FluxerTag (Username#0000)."
msgstr "유효한 FluxerTag(사용자명#0000)를 입력하세요."
-#: src/components/pages/ReportPage.tsx:509
+#: src/components/pages/ReportPage.tsx:336
msgid "Please enter a valid message link URL."
msgstr "유효한 메시지 링크 URL을 입력해 주세요."
@@ -13809,26 +13886,22 @@ msgstr "API 엔드포인트를 입력해 주세요."
msgid "Please fill out the following fields: {fieldList}"
msgstr "다음 필드를 작성해 주세요: {fieldList}"
-#: src/components/pages/ReportPage.tsx:436
+#: src/components/pages/ReportPage.tsx:261
msgid "Please go back and enter a valid email address."
msgstr "뒤로 가서 유효한 이메일 주소를 입력해 주세요."
-#: src/components/pages/ReportPage.tsx:542
+#: src/components/pages/ReportPage.tsx:369
msgid "Please include the community (guild) ID you are reporting."
msgstr "신고하는 커뮤니티(길드) ID를 포함하세요."
-#: src/components/pages/ReportPage.tsx:504
+#: src/components/pages/ReportPage.tsx:331
msgid "Please paste the message link you are reporting."
msgstr "신고할 메시지 링크를 붙여넣으세요."
-#: src/components/pages/ReportPage.tsx:391
+#: src/components/pages/ReportPage.tsx:206
msgid "Please provide an email address."
msgstr "이메일 주소를 입력하세요."
-#: src/components/pages/ReportPage.tsx:801
-msgid "Please provide the details of your report."
-msgstr "신고 내용을 자세히 작성하세요."
-
#: src/components/modals/tabs/ApplicationsTab/ApplicationDetail.tsx:555
msgid "Please retry or go back to the applications list."
msgstr "다시 시도하거나 애플리케이션 목록으로 돌아가세요."
@@ -13837,7 +13910,7 @@ msgstr "다시 시도하거나 애플리케이션 목록으로 돌아가세요."
msgid "Please select a violation category"
msgstr "위반 유형을 선택하세요"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:297
+#: src/components/modals/tabs/GiftInventoryTab.tsx:320
msgid "Please try again later."
msgstr "나중에 다시 시도하세요."
@@ -13878,7 +13951,7 @@ msgstr "플루토늄 배지 개인정보 보호"
msgid "Plutonium perks"
msgstr "플루토늄 혜택"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:110
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:129
msgid "Plutonium Subscription"
msgstr "플루토늄 구독"
@@ -13886,7 +13959,7 @@ msgstr "플루토늄 구독"
msgid "PNG"
msgstr "PNG"
-#: src/components/pages/ReportPage.tsx:331
+#: src/components/pages/report/optionDescriptors.ts:103
msgid "Poland"
msgstr "폴란드"
@@ -13903,7 +13976,7 @@ msgstr "투표"
msgid "Popouts"
msgstr "팝아웃"
-#: src/components/pages/ReportPage.tsx:332
+#: src/components/pages/report/optionDescriptors.ts:104
msgid "Portugal"
msgstr "포르투갈"
@@ -13943,11 +14016,11 @@ msgstr "프리미엄 유형 재정의"
msgid "Press keys..."
msgstr "키를 누르세요..."
-#: src/components/channel/MessageReactions.tsx:121
+#: src/components/channel/MessageReactions.tsx:120
msgid "press to add reaction"
msgstr "반응 추가하려면 누르세요"
-#: src/components/channel/MessageReactions.tsx:121
+#: src/components/channel/MessageReactions.tsx:120
msgid "press to remove reaction"
msgstr "반응 제거하려면 누르세요"
@@ -14143,15 +14216,15 @@ msgstr "2단계 인증과 패스키로 계정을 보호하세요"
msgid "Provide any additional context that may help our Safety Team..."
msgstr "안전 팀에 도움이 될 수 있는 추가 설명을 작성하세요..."
-#: src/components/pages/ReportPage.tsx:882
+#: src/components/pages/report/ReportStepDetails.tsx:156
msgid "Provide at least a user ID or a user tag."
msgstr "최소한 사용자 ID 또는 사용자 태그를 제공해 주세요."
-#: src/components/pages/ReportPage.tsx:527
+#: src/components/pages/ReportPage.tsx:354
msgid "Provide either a user ID or a FluxerTag for the person you are reporting."
msgstr "신고하는 사람의 사용자 ID 또는 FluxerTag를 제공하세요."
-#: src/components/pages/ReportPage.tsx:478
+#: src/components/pages/ReportPage.tsx:305
msgid "Provide your full legal name for the declaration."
msgstr "선언을 위해 법적 전체 이름을 입력하세요."
@@ -14163,7 +14236,7 @@ msgstr "{dayCount, plural, one {<0>#일0>} other {<1>#일1>}} 동안 비활
msgid "Public bot"
msgstr "공개 봇"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:312
+#: src/components/modals/tabs/GiftInventoryTab.tsx:335
msgid "Purchase a Plutonium gift from the Plutonium tab to share with friends!"
msgstr "플루토늄 탭에서 플루토늄 선물을 구매해 친구들과 공유하세요!"
@@ -14171,12 +14244,12 @@ msgstr "플루토늄 탭에서 플루토늄 선물을 구매해 친구들과 공
msgid "Purchase History"
msgstr "구매 내역"
-#: src/components/modals/components/plutonium/PricingSection.tsx:61
+#: src/components/modals/components/plutonium/PricingSection.tsx:67
msgid "Purchase mode"
msgstr "구매 모드"
#. placeholder {0}: getFormattedShortDate(new Date(gift.created_at))
-#: src/components/modals/tabs/GiftInventoryTab.tsx:119
+#: src/components/modals/tabs/GiftInventoryTab.tsx:120
msgid "Purchased {0}"
msgstr "{0} 구매됨"
@@ -14275,7 +14348,7 @@ msgstr "라디오 버튼은 그룹에서 하나의 옵션만 선택할 수 있
msgid "Radio Group"
msgstr "라디오 그룹"
-#: src/components/pages/ReportPage.tsx:300
+#: src/components/pages/report/optionDescriptors.ts:75
#: src/constants/IARConstants.tsx:180
msgid "Raid Coordination"
msgstr "레이드 조율"
@@ -14310,7 +14383,7 @@ msgid "Reactions"
msgstr "반응"
#: src/components/layout/app-layout/nagbars/PremiumExpiredNagbar.tsx:77
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:284
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:320
msgid "Reactivate"
msgstr "다시 활성화"
@@ -14323,15 +14396,15 @@ msgstr "메시지 기록 읽기"
msgid "Read the community's audit log of changes and moderation actions."
msgstr "커뮤니티의 변경 사항 및 중재 조치 감사 로그를 확인하세요."
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:146
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:160
msgid "Read the Documentation (fluxer.dev)"
msgstr "문서 읽기(fluxer.dev)"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:52
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:60
msgid "Ready to Buy a Gift?"
msgstr "선물 구매할 준비되셨나요?"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:52
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:60
msgid "Ready to Upgrade?"
msgstr "업그레이드할 준비가 되셨나요?"
@@ -14388,11 +14461,11 @@ msgstr "다시 연결 중…"
msgid "Record shortcut"
msgstr "단축키 기록"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:269
+#: src/components/modals/tabs/GiftInventoryTab.tsx:292
msgid "Redeem"
msgstr "사용하기"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:232
+#: src/components/modals/tabs/GiftInventoryTab.tsx:255
msgid "Redeem a Gift"
msgstr "선물 사용하기"
@@ -14400,40 +14473,40 @@ msgstr "선물 사용하기"
msgid "Redeem Beta Code"
msgstr "베타 코드 사용하기"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:165
+#: src/components/modals/tabs/GiftInventoryTab.tsx:166
msgid "Redeem for Yourself"
msgstr "본인용으로 사용"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:255
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:281
msgid "Redeem Gift Code"
msgstr "선물 코드 사용"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:238
+#: src/components/modals/tabs/GiftInventoryTab.tsx:261
msgid "Redeem gift code form"
msgstr "선물 코드 입력 양식"
#. placeholder {0}: redeemedBetaCodes.length
-#: src/components/modals/tabs/BetaCodesTab.tsx:349
+#: src/components/modals/tabs/BetaCodesTab.tsx:374
msgid "Redeemed ({0})"
msgstr "사용됨({0})"
#. placeholder {0}: getFormattedShortDate(new Date(gift.redeemed_at!))
-#: src/components/modals/tabs/GiftInventoryTab.tsx:117
+#: src/components/modals/tabs/GiftInventoryTab.tsx:118
msgid "Redeemed {0}"
msgstr "{0} 사용됨"
#. placeholder {0}: gift.redeemed_by.username
#. placeholder {1}: gift.redeemed_by.discriminator
-#: src/components/modals/tabs/GiftInventoryTab.tsx:153
+#: src/components/modals/tabs/GiftInventoryTab.tsx:154
msgid "Redeemed by {0}#{1}"
msgstr "{0}#{1}가 사용함"
-#: src/components/modals/tabs/BetaCodesTab.tsx:54
+#: src/components/modals/tabs/BetaCodesTab.tsx:56
msgid "Redeemer"
msgstr "사용자"
-#: src/components/modals/tabs/BetaCodesTab.tsx:111
-#: src/components/modals/tabs/BetaCodesTab.tsx:188
+#: src/components/modals/tabs/BetaCodesTab.tsx:113
+#: src/components/modals/tabs/BetaCodesTab.tsx:190
msgid "Redeemer:"
msgstr "사용자:"
@@ -14526,7 +14599,7 @@ msgstr "일반 버튼"
msgid "Regular button clicked!"
msgstr "일반 버튼이 클릭되었습니다!"
-#: src/components/channel/channel-view/DMChannelView.tsx:298
+#: src/components/channel/channel-view/DMChannelView.tsx:299
#: src/components/voice/IncomingCallUI.tsx:310
msgid "Reject"
msgstr "거부"
@@ -14624,19 +14697,19 @@ msgstr "입장음 제거"
msgid "Remove filter"
msgstr "필터 제거"
-#: src/components/bottomsheets/DMBottomSheet.tsx:508
-#: src/components/channel/dm/DMWelcomeSection.tsx:132
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:144
+#: src/components/bottomsheets/DMBottomSheet.tsx:510
+#: src/components/channel/dm/DMWelcomeSection.tsx:144
#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:146
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:253
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:148
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:255
#: src/components/modals/UserProfileActionsSheet.tsx:115
#: src/components/modals/UserProfileActionsSheet.tsx:117
#: src/components/modals/UserProfileActionsSheet.tsx:278
-#: src/components/modals/UserProfileMobileSheet.tsx:302
-#: src/components/modals/UserProfileMobileSheet.tsx:304
+#: src/components/modals/UserProfileMobileSheet.tsx:303
+#: src/components/modals/UserProfileMobileSheet.tsx:305
#: src/components/modals/UserProfileModal.tsx:1143
-#: src/components/modals/UserProfileModal.tsx:1228
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:108
+#: src/components/modals/UserProfileModal.tsx:1229
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:129
#: src/utils/RelationshipActionUtils.tsx:113
#: src/utils/RelationshipActionUtils.tsx:115
msgid "Remove Friend"
@@ -14654,8 +14727,8 @@ msgid "Remove from favorites"
msgstr "즐겨찾기에서 제거"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:370
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1103
-#: src/components/bottomsheets/DMBottomSheet.tsx:400
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1127
+#: src/components/bottomsheets/DMBottomSheet.tsx:402
#: src/components/channel/ChannelHeader.tsx:547
#: src/components/channel/ChannelHeader.tsx:595
#: src/components/channel/ChannelHeader.tsx:600
@@ -14720,7 +14793,7 @@ msgstr "스포일러 제거"
msgid "Remove sticker"
msgstr "스티커 제거"
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:285
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:288
#: src/components/modals/RemoveTimeoutModal.tsx:61
#: src/components/modals/RemoveTimeoutModal.tsx:75
#: src/components/modals/TimeoutMemberSheet.tsx:101
@@ -14763,11 +14836,11 @@ msgid "Removed from bookmarks"
msgstr "북마크에서 제거됨"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:115
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:541
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:555
msgid "Removed from favorites"
msgstr "즐겨찾기에서 제거됨"
-#: src/components/bottomsheets/DMBottomSheet.tsx:126
+#: src/components/bottomsheets/DMBottomSheet.tsx:128
msgid "Removed from Favorites"
msgstr "즐겨찾기에서 제거됨"
@@ -14891,7 +14964,7 @@ msgstr "커뮤니티 이름을 {0}(으)로 변경했습니다."
msgid "Render all your messages as unknown message type"
msgstr "모든 메시지를 알 수 없는 메시지 유형으로 렌더링"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:234
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:253
msgid "Renews on <0>{renewalDate}0>."
msgstr "<0>{renewalDate}0>에 갱신됩니다."
@@ -14932,15 +15005,15 @@ msgstr "답장"
msgid "Replying to <0>{authorNickname}0>"
msgstr "<0>{authorNickname}0>님에게 답장 중"
-#: src/components/pages/ReportPage.tsx:249
+#: src/components/pages/report/optionDescriptors.ts:38
msgid "Report a Community"
msgstr "커뮤니티 신고"
-#: src/components/pages/ReportPage.tsx:247
+#: src/components/pages/report/optionDescriptors.ts:36
msgid "Report a Message"
msgstr "메시지 신고"
-#: src/components/pages/ReportPage.tsx:248
+#: src/components/pages/report/optionDescriptors.ts:37
msgid "Report a User Profile"
msgstr "사용자 프로필 신고"
@@ -14949,12 +15022,12 @@ msgstr "사용자 프로필 신고"
msgid "Report Community"
msgstr "커뮤니티 신고"
-#: src/components/pages/ReportPage.tsx:801
-msgid "Report Details"
-msgstr "신고 세부 정보"
+#: src/components/pages/report/ReportStepDetails.tsx:74
+msgid "Report details"
+msgstr "신고 세부정보"
-#: src/components/pages/ReportPage.tsx:241
-#: src/components/pages/ReportPage.tsx:612
+#: src/components/pages/report/ReportStepSelection.tsx:41
+#: src/components/pages/ReportPage.tsx:60
msgid "Report Illegal Content"
msgstr "불법 콘텐츠 신고"
@@ -14963,33 +15036,24 @@ msgstr "불법 콘텐츠 신고"
msgid "Report Message"
msgstr "메시지 신고"
-#: src/components/pages/ReportPage.tsx:588
-msgid "Report Submitted"
-msgstr "신고 제출됨"
+#: src/components/pages/report/ReportStepComplete.tsx:36
+msgid "Report submitted"
+msgstr "신고가 제출되었습니다."
#: src/components/modals/IARModal.tsx:128
msgid "Report submitted successfully. Our Safety Team will review it shortly."
msgstr "신고가 성공적으로 제출되었습니다. 안전 팀에서 곧 검토할 예정입니다."
-#: src/components/pages/ReportPage.tsx:624
-msgid "Report Type"
-msgstr "신고 유형"
-
#: src/components/modals/IARModal.tsx:84
#: src/components/modals/UserProfileActionsSheet.tsx:289
#: src/components/modals/UserProfileModal.tsx:1157
msgid "Report User"
msgstr "사용자 신고"
-#: src/components/pages/ReportPage.tsx:852
+#: src/components/pages/report/ReportStepDetails.tsx:123
msgid "Reported User Tag (optional)"
msgstr "신고된 사용자 태그 (선택 사항)"
-#: src/components/pages/ReportPage.tsx:644
-#: src/components/pages/ReportPage.tsx:804
-msgid "Reporting:"
-msgstr "신고 중:"
-
#: src/components/modals/tabs/PrivacySafetyTab/DataExportTab.tsx:48
#: src/components/modals/tabs/PrivacySafetyTab/DataExportTab.tsx:125
msgid "Request Data Export"
@@ -15050,7 +15114,7 @@ msgstr "Plutonium 필요"
msgid "Reschedule Message"
msgstr "메시지 다시 예약"
-#: src/components/modals/ClaimAccountModal.tsx:222
+#: src/components/modals/ClaimAccountModal.tsx:224
#: src/components/modals/EmailChangeModal.tsx:230
#: src/components/modals/EmailChangeModal.tsx:294
msgid "Resend"
@@ -15064,7 +15128,11 @@ msgstr "다시 보내기 ({newSecondsRemaining}s)"
msgid "Resend ({originalSecondsRemaining}s)"
msgstr "다시 보내기 ({originalSecondsRemaining}s)"
-#: src/components/modals/ClaimAccountModal.tsx:222
+#: src/components/pages/report/ReportStepVerification.tsx:114
+msgid "Resend ({resendCooldownSeconds}s)"
+msgstr "다시 보내기 ({resendCooldownSeconds}s)"
+
+#: src/components/modals/ClaimAccountModal.tsx:224
msgid "Resend ({resendSecondsRemaining}s)"
msgstr "다시 보내기 ({resendSecondsRemaining}s)"
@@ -15072,7 +15140,7 @@ msgstr "다시 보내기 ({resendSecondsRemaining}s)"
msgid "Resend Button Loading"
msgstr "다시 보내기 버튼 로딩 중"
-#: src/components/pages/ReportPage.tsx:761
+#: src/components/pages/report/ReportStepVerification.tsx:116
msgid "Resend code"
msgstr "코드 재전송"
@@ -15097,7 +15165,7 @@ msgid "Resent"
msgstr "다시 보냈습니다"
#: src/components/keybinds/KeybindRecorder.tsx:215
-#: src/components/modals/components/MobileSettingsView.tsx:128
+#: src/components/modals/components/MobileSettingsView.tsx:123
#: src/components/modals/components/SettingsModalHeader.tsx:81
#: src/components/modals/ImageCropModal.tsx:977
#: src/components/modals/tabs/KeybindsTab.tsx:154
@@ -15173,8 +15241,8 @@ msgstr "전체 화면 복원"
msgid "Restore maximized"
msgstr "최대화 복원"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:280
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:282
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:316
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:318
msgid "Resubscribe"
msgstr "다시 가입"
@@ -15189,11 +15257,11 @@ msgstr "다시 가입"
#: src/components/modals/guildTabs/GuildStickersTab.tsx:211
#: src/components/modals/guildTabs/GuildWebhooksTab.tsx:137
#: src/components/modals/tabs/ApplicationsTab/ApplicationDetail.tsx:559
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:108
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:112
#: src/components/modals/tabs/AuthorizedAppsTab.tsx:121
-#: src/components/modals/tabs/BetaCodesTab.tsx:301
+#: src/components/modals/tabs/BetaCodesTab.tsx:326
#: src/components/modals/tabs/DevicesTab.tsx:231
-#: src/components/modals/tabs/GiftInventoryTab.tsx:300
+#: src/components/modals/tabs/GiftInventoryTab.tsx:323
msgid "Retry"
msgstr "다시 시도"
@@ -15244,8 +15312,8 @@ msgstr "계속하기 전에 이 앱이 요청하는 내용을 확인하세요."
#: src/components/invites/InviteListItem.tsx:217
#: src/components/modals/GroupInvitesBottomSheet.tsx:78
#: src/components/modals/GroupInvitesModal.tsx:76
-#: src/components/modals/tabs/BetaCodesTab.tsx:143
-#: src/components/modals/tabs/BetaCodesTab.tsx:220
+#: src/components/modals/tabs/BetaCodesTab.tsx:145
+#: src/components/modals/tabs/BetaCodesTab.tsx:222
msgid "Revoke"
msgstr "취소"
@@ -15369,7 +15437,7 @@ msgstr "역할 및 권한"
msgid "Roles updated successfully"
msgstr "역할이 성공적으로 업데이트되었습니다."
-#: src/components/pages/ReportPage.tsx:333
+#: src/components/pages/report/optionDescriptors.ts:105
msgid "Romania"
msgstr "루마니아"
@@ -15423,7 +15491,7 @@ msgstr "채도"
#: src/components/modals/AddFavoriteMemeModal.tsx:102
#: src/components/modals/AttachmentEditModal.tsx:90
#: src/components/modals/BaseChangeNicknameModal.tsx:115
-#: src/components/modals/components/MobileSettingsView.tsx:131
+#: src/components/modals/components/MobileSettingsView.tsx:126
#: src/components/modals/CustomStatusBottomSheet.tsx:231
#: src/components/modals/CustomStatusModal.tsx:362
#: src/components/modals/EditFavoriteMemeModal.tsx:88
@@ -15438,9 +15506,9 @@ msgstr "채도"
msgid "Save"
msgstr "저장"
-#: src/components/modals/components/plutonium/GiftSection.tsx:72
-#: src/components/modals/components/plutonium/PricingSection.tsx:81
-#: src/components/modals/components/plutonium/PricingSection.tsx:104
+#: src/components/modals/components/plutonium/GiftSection.tsx:79
+#: src/components/modals/components/plutonium/PricingSection.tsx:91
+#: src/components/modals/components/plutonium/PricingSection.tsx:119
msgid "Save 17%"
msgstr "17% 절약"
@@ -15600,8 +15668,8 @@ msgstr "채팅 아래로 스크롤"
msgid "Scroll Chat Up"
msgstr "채팅 위로 스크롤"
-#: src/components/modals/components/plutonium/GiftSection.tsx:103
-#: src/components/modals/components/plutonium/PricingSection.tsx:138
+#: src/components/modals/components/plutonium/GiftSection.tsx:117
+#: src/components/modals/components/plutonium/PricingSection.tsx:160
msgid "Scroll down to view all the sweet perks you get with Plutonium"
msgstr "Plutonium에서 얻는 모든 혜택을 보려면 아래로 스크롤하세요"
@@ -15613,11 +15681,11 @@ msgstr "채팅 기록을 아래로 스크롤"
msgid "Scroll the chat history up"
msgstr "채팅 기록을 위로 스크롤"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:857
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:889
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:400
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:460
#: src/components/channel/ChannelHeader.tsx:586
-#: src/components/channel/shared/PickerSearchInput.tsx:204
+#: src/components/channel/shared/PickerSearchInput.tsx:203
#: src/components/modals/tabs/ComponentGalleryTab/InputsTab.tsx:126
#: src/stores/KeybindStore.ts:414
#: src/utils/quick-switcher/QuickSwitcherModalUtils.tsx:86
@@ -15674,7 +15742,7 @@ msgstr "채널, 사람 또는 커뮤니티 검색"
#: src/components/common/FriendSelector.tsx:196
#: src/components/modals/AddFriendsToGroupModal.tsx:53
#: src/components/modals/CreateDMModal.tsx:68
-#: src/components/modals/InviteModal.tsx:237
+#: src/components/modals/InviteModal.tsx:248
#: src/components/modals/shared/RecipientList.tsx:177
#: src/components/modals/ShareThemeModal.tsx:144
msgid "Search friends"
@@ -15718,7 +15786,7 @@ msgstr "보류 중인 요청 검색"
msgid "Search Permissions..."
msgstr "권한 검색..."
-#: src/components/channel/ChannelSearchResults.tsx:321
+#: src/components/channel/ChannelSearchResults.tsx:278
#: src/components/modals/components/DesktopSettingsView.tsx:360
msgid "Search Results"
msgstr "검색 결과"
@@ -15737,7 +15805,7 @@ msgid "Search scope"
msgstr "검색 범위"
#. placeholder {0}: activeScopeOption.label
-#: src/components/channel/ChannelSearchResults.tsx:1052
+#: src/components/channel/ChannelSearchResults.tsx:1031
#: src/components/channel/MessageSearchBar/MessageSearchBar.tsx:378
msgid "Search scope: {0}"
msgstr "검색 범위: {0}"
@@ -15767,7 +15835,7 @@ msgstr "사용자 검색"
msgid "Search within the current view"
msgstr "현재 보기 내에서 검색"
-#: src/components/channel/ChannelSearchResults.tsx:319
+#: src/components/channel/ChannelSearchResults.tsx:276
msgid "Searching..."
msgstr "검색 중..."
@@ -15848,9 +15916,9 @@ msgstr "초대장이 방문자에게 어떻게 보이는지 확인하세요."
msgid "Select"
msgstr "선택"
-#: src/components/pages/ReportPage.tsx:261
-#: src/components/pages/ReportPage.tsx:280
-#: src/components/pages/ReportPage.tsx:294
+#: src/components/pages/report/optionDescriptors.ts:42
+#: src/components/pages/report/optionDescriptors.ts:58
+#: src/components/pages/report/optionDescriptors.ts:69
msgid "Select a category"
msgstr "카테고리를 선택하세요"
@@ -15871,7 +15939,7 @@ msgstr "커뮤니티 선택"
msgid "Select a community where you have <0>Manage Community0> permissions."
msgstr "<0>커뮤니티 관리0> 권한이 있는 커뮤니티를 선택하세요."
-#: src/components/pages/ReportPage.tsx:310
+#: src/components/pages/report/optionDescriptors.ts:82
msgid "Select a country"
msgstr "국가를 선택하세요"
@@ -15887,7 +15955,7 @@ msgstr "적용할 시나리오 선택..."
msgid "Select a verification method."
msgstr "인증 방법을 선택하세요."
-#: src/components/pages/ReportPage.tsx:473
+#: src/components/pages/ReportPage.tsx:300
msgid "Select a violation category."
msgstr "위반 카테고리를 선택하세요."
@@ -15958,11 +16026,15 @@ msgstr "화면 또는 창 선택"
msgid "Select the account you want to sign in with on the desktop app."
msgstr "데스크톱 앱에 로그인할 계정을 선택하세요."
+#: src/components/pages/report/ReportStepSelection.tsx:44
+msgid "Select what you want to report."
+msgstr "신고할 내용을 선택하세요."
+
#: src/components/modals/utils/settingsSearchIndex.ts:460
msgid "Select your camera"
msgstr "카메라 선택"
-#: src/components/pages/ReportPage.tsx:483
+#: src/components/pages/ReportPage.tsx:310
msgid "Select your country of residence."
msgstr "거주 국가를 선택하세요."
@@ -15986,7 +16058,7 @@ msgstr "선택..."
msgid "Selections"
msgstr "선택 항목"
-#: src/components/pages/ReportPage.tsx:269
+#: src/components/pages/report/optionDescriptors.ts:50
#: src/constants/IARConstants.tsx:67
msgid "Self-Harm or Suicide"
msgstr "자해 또는 자살"
@@ -16035,7 +16107,7 @@ msgstr "동작 메시지 보내기 (기울임꼴로 감쌈)."
msgid "Send an SMS code first."
msgstr "먼저 SMS 코드를 보내세요."
-#: src/components/modals/ClaimAccountModal.tsx:182
+#: src/components/modals/ClaimAccountModal.tsx:184
#: src/components/modals/EmailChangeModal.tsx:265
#: src/components/modals/PhoneAddModal.tsx:206
msgid "Send code"
@@ -16045,9 +16117,9 @@ msgstr "코드 보내기"
msgid "Send Code"
msgstr "코드 보내기"
-#: src/components/channel/dm/DMWelcomeSection.tsx:109
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:269
-#: src/components/modals/UserProfileModal.tsx:1288
+#: src/components/channel/dm/DMWelcomeSection.tsx:112
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:272
+#: src/components/modals/UserProfileModal.tsx:1290
msgid "Send Friend Request"
msgstr "친구 요청 보내기"
@@ -16073,7 +16145,7 @@ msgstr "메시지 보내기"
msgid "Send Messages"
msgstr "메시지 보내기"
-#: src/components/channel/dm/AddFriendForm.tsx:119
+#: src/components/channel/dm/AddFriendForm.tsx:142
msgid "Send Request"
msgstr "요청 보내기"
@@ -16097,11 +16169,11 @@ msgstr "말하기 메시지 보내기."
msgid "Send TTS Messages"
msgstr "말하기 메시지 보내기"
-#: src/components/pages/ReportPage.tsx:676
+#: src/components/pages/report/ReportStepEmail.tsx:92
msgid "Send Verification Code"
msgstr "인증 코드 보내기"
-#: src/components/modals/InviteModal.tsx:258
+#: src/components/modals/InviteModal.tsx:268
#: src/components/modals/shared/RecipientList.tsx:223
#: src/components/modals/ShareThemeModal.tsx:162
msgid "Sent"
@@ -16128,7 +16200,7 @@ msgstr "세션이 만료되었습니다. 다시 로그인하세요."
msgid "Set a custom invite URL for your community."
msgstr "커뮤니티에 맞춤 초대 URL을 설정하세요."
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:401
+#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:361
#: src/components/modals/StatusChangeBottomSheet.tsx:171
#: src/components/popouts/UserAreaPopout.tsx:444
msgid "Set a custom status"
@@ -16336,7 +16408,7 @@ msgid "Set your timezone"
msgstr "시간대 설정"
#: src/components/bottomsheets/VoiceLobbyBottomSheet.tsx:220
-#: src/components/modals/components/MobileSettingsView.tsx:531
+#: src/components/modals/components/MobileSettingsView.tsx:485
#: src/components/modals/tabs/ComponentGalleryTab/ButtonsTab.tsx:150
#: src/components/modals/tabs/ComponentGalleryTab/ButtonsTab.tsx:221
#: src/components/modals/tabs/ComponentGalleryTab/index.tsx:94
@@ -16383,7 +16455,11 @@ msgstr "공유 액션!"
msgid "Share Audio"
msgstr "오디오 공유"
-#: src/components/modals/components/plutonium/GiftSection.tsx:63
+#: src/components/pages/report/ReportStepDetails.tsx:77
+msgid "Share only what's needed to help our team assess the content."
+msgstr "우리 팀이 내용을 평가하는 데 필요한 정보만 공유하세요."
+
+#: src/components/modals/components/plutonium/GiftSection.tsx:69
msgid "Share the Plutonium experience with your friends by purchasing a gift subscription."
msgstr "기프트 구독을 구매해 친구들과 Plutonium 경험을 공유하세요."
@@ -16417,7 +16493,7 @@ msgstr "테마 공유"
msgid "Shared theme"
msgstr "공유된 테마"
-#: src/components/pages/ReportPage.tsx:268
+#: src/components/pages/report/optionDescriptors.ts:49
#: src/constants/IARConstants.tsx:62
msgid "Sharing Personal Information"
msgstr "개인 정보 공유"
@@ -16797,11 +16873,11 @@ msgstr "단계 값이 있는 슬라이더"
msgid "Sliders"
msgstr "슬라이더"
-#: src/components/pages/ReportPage.tsx:334
+#: src/components/pages/report/optionDescriptors.ts:106
msgid "Slovakia"
msgstr "슬로바키아"
-#: src/components/pages/ReportPage.tsx:335
+#: src/components/pages/report/optionDescriptors.ts:107
msgid "Slovenia"
msgstr "슬로베니아"
@@ -16952,7 +17028,8 @@ msgstr "문제가 발생하여 앱이 종료되었습니다. 앱을 다시 로
msgid "Something went wrong while loading the audit log."
msgstr "감사 로그를 불러오는 동안 문제가 발생했습니다."
-#: src/components/pages/ReportPage.tsx:563
+#: src/components/pages/ReportPage.tsx:103
+#: src/components/pages/ReportPage.tsx:395
msgid "Something went wrong while submitting the report. Please try again."
msgstr "신고를 제출하는 동안 문제가 발생했습니다. 다시 시도해 주세요."
@@ -16969,7 +17046,7 @@ msgid "Sort"
msgstr "정렬"
#. placeholder {0}: activeSortOption.label
-#: src/components/channel/ChannelSearchResults.tsx:1063
+#: src/components/channel/ChannelSearchResults.tsx:1042
msgid "Sort mode: {0}"
msgstr "정렬 방식: {0}"
@@ -17008,21 +17085,21 @@ msgstr "메시지 그룹 사이 간격"
msgid "Spacious layout with clear visual separation between messages."
msgstr "메시지 사이에 명확한 시각적 구분이 있는 넓은 레이아웃입니다."
-#: src/components/pages/ReportPage.tsx:336
+#: src/components/pages/report/optionDescriptors.ts:108
msgid "Spain"
msgstr "스페인"
-#: src/components/pages/ReportPage.tsx:283
+#: src/components/pages/report/optionDescriptors.ts:61
#: src/constants/IARConstants.tsx:119
msgid "Spam Account"
msgstr "스팸 계정"
-#: src/components/pages/ReportPage.tsx:265
+#: src/components/pages/report/optionDescriptors.ts:46
#: src/constants/IARConstants.tsx:47
msgid "Spam or Scam"
msgstr "스팸 또는 사기"
-#: src/components/pages/ReportPage.tsx:301
+#: src/components/pages/report/optionDescriptors.ts:76
#: src/constants/IARConstants.tsx:185
msgid "Spam or Scam Community"
msgstr "스팸 또는 사기 커뮤니티"
@@ -17141,9 +17218,9 @@ msgstr "공유하고 설치할 수 있는 맞춤 이모지 팩을 제작해 보
msgid "Start Mic Test"
msgstr "마이크 테스트 시작"
-#: src/components/pages/ReportPage.tsx:687
-#: src/components/pages/ReportPage.tsx:771
-#: src/components/pages/ReportPage.tsx:964
+#: src/components/pages/report/ReportStepDetails.tsx:252
+#: src/components/pages/report/ReportStepEmail.tsx:103
+#: src/components/pages/report/ReportStepVerification.tsx:132
msgid "Start over"
msgstr "처음부터 다시 시작"
@@ -17151,13 +17228,13 @@ msgstr "처음부터 다시 시작"
msgid "Start Sharing"
msgstr "공유 시작"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:122
+#: src/components/channel/ChannelHeader/CallButtons.tsx:160
#: src/components/modals/UserProfileModal.tsx:1109
#: src/components/uikit/ContextMenu/items/CallMenuItems.tsx:91
msgid "Start Video Call"
msgstr "영상 통화 시작"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:70
+#: src/components/channel/ChannelHeader/CallButtons.tsx:90
#: src/components/modals/UserProfileModal.tsx:1100
#: src/components/uikit/ContextMenu/items/CallMenuItems.tsx:60
msgid "Start Voice Call"
@@ -17182,9 +17259,21 @@ msgstr "상태 표시기"
msgid "Status Slate"
msgstr "상태 슬레이트"
-#: src/components/pages/ReportPage.tsx:574
-msgid "Step {stepNumber} of {FLOW_TOTAL_STEPS}"
-msgstr "{FLOW_TOTAL_STEPS}단계 중 {stepNumber}단계"
+#: src/components/pages/report/ReportStepSelection.tsx:38
+msgid "Step 1"
+msgstr "1단계"
+
+#: src/components/pages/report/ReportStepEmail.tsx:51
+msgid "Step 2"
+msgstr "2단계"
+
+#: src/components/pages/report/ReportStepVerification.tsx:61
+msgid "Step 3"
+msgstr "3단계"
+
+#: src/components/pages/report/ReportStepDetails.tsx:71
+msgid "Step 4"
+msgstr "4단계"
#: src/utils/SystemMessageUtils.tsx:45
msgid "Step in, {username}! No paradoxes here; we're all friends."
@@ -17229,7 +17318,7 @@ msgid "Sticker density"
msgstr "스티커 밀도"
#: src/components/auth/InviteHeader.tsx:140
-#: src/components/channel/InviteEmbed.tsx:197
+#: src/components/channel/InviteEmbed.tsx:199
#: src/components/modals/InviteAcceptModal.tsx:142
#: src/components/modals/tabs/ExpressionPacksTab.tsx:70
msgid "Sticker pack"
@@ -17261,7 +17350,7 @@ msgstr "스티커 업데이트됨"
#: src/components/channel/AutocompleteEmoji.tsx:111
#: src/components/channel/textarea/TextareaButtons.tsx:134
-#: src/components/modals/ExpressionPickerSheet.tsx:86
+#: src/components/modals/ExpressionPickerSheet.tsx:73
#: src/components/popouts/ExpressionPickerPopout.tsx:79
msgid "Stickers"
msgstr "스티커"
@@ -17330,11 +17419,11 @@ msgstr "스터디 홀"
msgid "Style Variations"
msgstr "스타일 변형"
-#: src/components/pages/ReportPage.tsx:601
+#: src/components/pages/report/ReportStepComplete.tsx:41
msgid "Submit another report"
msgstr "또 다른 신고하기"
-#: src/components/pages/ReportPage.tsx:958
+#: src/components/pages/report/ReportStepDetails.tsx:240
msgid "Submit DSA Report"
msgstr "DSA 신고 제출"
@@ -17346,7 +17435,7 @@ msgstr "신고 제출"
msgid "Submitting"
msgstr "제출 중"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:53
+#: src/components/modals/components/plutonium/VisionarySection.tsx:58
msgid "subscription"
msgstr "구독"
@@ -17464,7 +17553,7 @@ msgstr "임베드 숨기기"
msgid "Swap text to reverify variants"
msgstr "텍스트 교체하여 변형 재확인"
-#: src/components/pages/ReportPage.tsx:337
+#: src/components/pages/report/optionDescriptors.ts:109
msgid "Sweden"
msgstr "스웨덴"
@@ -17476,7 +17565,7 @@ msgstr "스웨덴어"
msgid "Switch account"
msgstr "계정 전환"
-#: src/components/popouts/UserAreaPopout.tsx:497
+#: src/components/popouts/UserAreaPopout.tsx:499
msgid "Switch Accounts"
msgstr "계정 전환"
@@ -17649,8 +17738,8 @@ msgstr "텍스트(NSFW)"
msgid "Text channel"
msgstr "텍스트 채널"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:473
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:662
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:487
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:676
#: src/components/channel/channel-header/useChannelHeaderData.ts:96
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:314
msgid "Text Channel"
@@ -17677,19 +17766,19 @@ msgstr "텍스트 영역"
msgid "Thai"
msgstr "태국어"
-#: src/components/pages/ReportPage.tsx:589
-msgid "Thank you for filing a report. We'll review it as soon as possible."
-msgstr "신고해 주셔서 감사합니다. 가능한 한 빨리 검토하겠습니다."
-
#: src/components/modals/IARModal.tsx:187
msgid "Thank you for helping keep Fluxer safe. Reports are reviewed by our Safety Team. False reports may result in action against your account."
msgstr "Fluxer를 안전하게 지켜줘서 감사합니다. 제보는 안전팀이 검토합니다. 허위 신고는 계정에 조치를 초래할 수 있습니다."
+#: src/components/pages/report/ReportStepComplete.tsx:37
+msgid "Thank you for helping keep Fluxer safe. We'll review your report as soon as possible."
+msgstr "Fluxer의 안전을 지키는 데 도움을 주셔서 감사합니다. 가능한 한 빨리 신고를 검토하겠습니다."
+
#: src/components/form/ColorPickerField.tsx:274
msgid "That doesn't look like a valid color. Try hex, rgb(), hsl(), or a CSS color name."
msgstr "유효한 색상이 아닙니다. hex, rgb(), hsl() 또는 CSS 색상 이름을 사용해 보세요."
-#: src/components/pages/ReportPage.tsx:846
+#: src/components/pages/report/ReportStepDetails.tsx:117
msgid "That doesn't look like a valid URL."
msgstr "유효한 URL이 아닌 것 같습니다."
@@ -17733,8 +17822,8 @@ msgstr "봇이 추가되었습니다."
msgid "The channel you're looking for may have been deleted or you may not have access to it."
msgstr "찾고 있는 채널이 삭제되었거나 접근 권한이 없을 수 있습니다."
-#: src/components/layout/GuildLayout.tsx:308
-#: src/components/layout/GuildLayout.tsx:371
+#: src/components/layout/GuildLayout.tsx:313
+#: src/components/layout/GuildLayout.tsx:376
msgid "The community you're looking for may have been deleted or you may not have access to it."
msgstr "찾고 있는 커뮤니티가 삭제되었거나 접근 권한이 없을 수 있습니다."
@@ -17795,7 +17884,7 @@ msgstr "타임아웃은 최대 365일(31536000초)을 넘을 수 없습니다."
msgid "The URL this link channel points to."
msgstr "이 링크 채널이 가리키는 URL입니다."
-#: src/components/pages/ReportPage.tsx:452
+#: src/components/pages/ReportPage.tsx:277
msgid "The verification code is invalid or expired."
msgstr "인증 코드가 유효하지 않거나 만료되었습니다."
@@ -17869,7 +17958,7 @@ msgstr "이 설정은 브라우저 기본 오디오 처리를 사용해 통화
msgid "These toggles force the client to treat features as enabled or disabled without relying on the server configuration. They only affect your client experience and are shown to developers for testing."
msgstr "이 토글은 서버 구성과 관계없이 클라이언트가 기능을 활성/비활성 상태로 강제 처리하게 합니다. 클라이언트 경험에만 영향을 주며 테스트용으로 개발자에게 표시됩니다."
-#: src/components/channel/channel-view/DMChannelView.tsx:356
+#: src/components/channel/channel-view/DMChannelView.tsx:357
msgid "They might have taken the DeLorean elsewhere."
msgstr "그들은 DeLorean을 다른 곳으로 가져갔을지도 모릅니다."
@@ -17877,7 +17966,7 @@ msgstr "그들은 DeLorean을 다른 곳으로 가져갔을지도 모릅니다."
msgid "they/them"
msgstr "they/them"
-#: src/components/channel/channel-view/DMChannelView.tsx:342
+#: src/components/channel/channel-view/DMChannelView.tsx:343
msgid "Think, McFly! Did you type the right address?"
msgstr "생각해, 맥플라이! 주소를 제대로 입력했나요?"
@@ -17979,7 +18068,7 @@ msgstr "이 커뮤니티는 초대를 일시적으로 비활성화했습니다.
msgid "This community requires you to verify your account before joining. Please set an email and password for your account."
msgstr "이 커뮤니티에 참여하려면 먼저 계정을 인증해야 합니다. 이메일과 비밀번호를 설정해 주세요."
-#: src/components/channel/channel-view/DMChannelView.tsx:339
+#: src/components/channel/channel-view/DMChannelView.tsx:340
msgid "This conversation has been erased"
msgstr "이 대화는 삭제되었습니다"
@@ -18008,8 +18097,8 @@ msgstr "이 선물 코드는 이미 사용되었습니다."
msgid "This gift code has already been redeemed."
msgstr "이 선물 코드는 이미 교환되었습니다."
-#: src/components/channel/GiftEmbed.tsx:148
-#: src/components/modals/GiftAcceptModal.tsx:92
+#: src/components/channel/GiftEmbed.tsx:159
+#: src/components/modals/GiftAcceptModal.tsx:99
msgid "This gift code is invalid or already claimed."
msgstr "이 선물 코드는 유효하지 않거나 이미 사용되었습니다."
@@ -18022,11 +18111,11 @@ msgstr "이 선물 코드는 유효하지 않거나 이미 교환되었습니다
msgid "This gift code may be invalid, expired, or already redeemed."
msgstr "이 선물 코드는 유효하지 않거나 만료되었거나 이미 사용되었을 수 있습니다."
-#: src/components/modals/GiftAcceptModal.tsx:118
+#: src/components/modals/GiftAcceptModal.tsx:125
msgid "This gift has already been claimed."
msgstr "이 선물은 이미 수령되었습니다."
-#: src/components/modals/tabs/GiftInventoryTab.tsx:157
+#: src/components/modals/tabs/GiftInventoryTab.tsx:158
msgid "This gift has been redeemed"
msgstr "이 선물은 사용되었습니다"
@@ -18044,7 +18133,7 @@ msgstr "이 초대는 {0} 후 만료됩니다."
msgid "This invite has unlimited uses."
msgstr "이 초대는 무제한으로 사용할 수 있습니다."
-#: src/components/modals/InviteModal.tsx:321
+#: src/components/modals/InviteModal.tsx:318
msgid "This invite link never expires."
msgstr "이 초대 링크는 만료되지 않습니다."
@@ -18059,23 +18148,19 @@ msgstr "이 초대는 만료되었거나 삭제되었을 수 있습니다."
msgid "This invite never expires."
msgstr "이 초대는 만료되지 않습니다."
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:170
-#: src/components/emojis/EmojiInfoContent.tsx:79
+#: src/components/emojis/EmojiAttributionSubtext.tsx:130
msgid "This is a custom emoji from"
msgstr "이 이모지는 다음에서 만든 커스텀 이모지입니다"
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:160
-#: src/components/emojis/EmojiInfoContent.tsx:68
+#: src/components/emojis/EmojiAttributionSubtext.tsx:121
msgid "This is a custom emoji from a community."
msgstr "이것은 커뮤니티에서 만든 커스텀 이모지입니다."
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:150
-#: src/components/emojis/EmojiInfoContent.tsx:56
+#: src/components/emojis/EmojiAttributionSubtext.tsx:111
msgid "This is a custom emoji from a community. Ask the author for an invite to use this emoji."
msgstr "이것은 커뮤니티의 커스텀 이모지입니다. 이 이모지를 사용하려면 작성자에게 초대를 요청하세요."
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:138
-#: src/components/emojis/EmojiInfoContent.tsx:43
+#: src/components/emojis/EmojiAttributionSubtext.tsx:101
msgid "This is a default emoji on Fluxer."
msgstr "이것은 Fluxer 기본 이모지입니다."
@@ -18095,8 +18180,8 @@ msgstr "메시지는 이렇게 표시됩니다"
msgid "This is not the channel you're looking for."
msgstr "찾고 있는 채널이 아닙니다."
-#: src/components/layout/GuildLayout.tsx:307
-#: src/components/layout/GuildLayout.tsx:370
+#: src/components/layout/GuildLayout.tsx:312
+#: src/components/layout/GuildLayout.tsx:375
msgid "This is not the community you're looking for."
msgstr "찾고 있는 커뮤니티가 아닙니다."
@@ -18113,7 +18198,7 @@ msgid "This is the beginning of <0>{displayName}0>. Add friends to start a con
msgstr "이건 <0>{displayName}0>의 시작입니다. 친구를 추가해 대화를 시작해 보세요!"
#. placeholder {0}: user.username
-#: src/components/channel/dm/DMWelcomeSection.tsx:182
+#: src/components/channel/dm/DMWelcomeSection.tsx:194
msgid "This is the beginning of your direct message history with <0>{0}0>."
msgstr "이건 <0>{0}0>와의 다이렉트 메시지 기록 시작입니다."
@@ -18194,7 +18279,7 @@ msgstr "이 테마 링크에 데이터가 없습니다."
msgid "This theme may have been removed or the link is invalid."
msgstr "이 테마는 삭제되었거나 링크가 유효하지 않을 수 있습니다."
-#: src/components/channel/dm/AddFriendForm.tsx:62
+#: src/components/channel/dm/AddFriendForm.tsx:85
msgid "This user has restricted who can send them friend requests."
msgstr "이 사용자는 친구 요청을 보낼 수 있는 사람을 제한했습니다."
@@ -18216,8 +18301,8 @@ msgid "This was a @silent message."
msgstr "이 메시지는 @silent 메시지였습니다."
#: src/actions/MessageActionCreators.tsx:392
-#: src/components/channel/Messages.tsx:442
-#: src/components/channel/Messages.tsx:522
+#: src/components/channel/Messages.tsx:440
+#: src/components/channel/Messages.tsx:520
msgid "This will create a rift in the space-time continuum and cannot be undone."
msgstr "이 작업은 시공간 연속성에 균열을 만들며 되돌릴 수 없습니다."
@@ -18283,7 +18368,7 @@ msgstr "시간: {currentFormatted}/{durationFormatted}"
msgid "Timed out until {0}."
msgstr "{0}까지 타임아웃입니다."
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:285
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:288
#: src/components/modals/TimeoutMemberModal.tsx:207
#: src/components/modals/TimeoutMemberSheet.tsx:90
#: src/components/uikit/ContextMenu/items/GuildMemberMenuItems.tsx:272
@@ -18570,7 +18655,7 @@ msgstr "참 또는 거짓"
msgid "Try a different name or use @ / # / ! / * prefixes to filter results."
msgstr "다른 이름을 시도하거나 @ / # / ! / * 접두사를 사용해 결과를 필터링하세요."
-#: src/components/channel/ChannelSearchResults.tsx:710
+#: src/components/channel/ChannelSearchResults.tsx:679
msgid "Try a different search query"
msgstr "다른 검색어를 시도하세요"
@@ -18585,13 +18670,13 @@ msgid "Try a different search term or filter"
msgstr "다른 검색어나 필터를 시도하세요"
#: src/components/auth/HandoffCodeDisplay.tsx:67
-#: src/components/channel/Messages.tsx:939
+#: src/components/channel/Messages.tsx:937
msgid "Try again"
msgstr "다시 시도"
#: src/components/BootstrapErrorScreen.tsx:68
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:301
-#: src/components/channel/ChannelSearchResults.tsx:694
+#: src/components/channel/ChannelSearchResults.tsx:663
#: src/components/modals/channelTabs/ChannelInvitesTab.tsx:148
#: src/components/modals/channelTabs/ChannelWebhooksTab.tsx:159
#: src/components/NetworkErrorScreen.tsx:56
@@ -18612,7 +18697,7 @@ msgstr "다른 이름을 사용하거나 철자를 확인하세요."
msgid "Try another search term"
msgstr "다른 검색어를 시도하세요"
-#: src/components/channel/InviteEmbed.tsx:359
+#: src/components/channel/InviteEmbed.tsx:361
msgid "Try asking for a new invite."
msgstr "새 초대를 요청해 보세요."
@@ -18802,7 +18887,7 @@ msgstr "스티커 팩을 설치할 수 없습니다"
msgid "Unable to load activity logs"
msgstr "활동 로그를 불러올 수 없습니다"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:104
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:108
msgid "Unable to load applications"
msgstr "애플리케이션을 불러올 수 없습니다"
@@ -18814,7 +18899,7 @@ msgstr "팩 정보를 불러올 수 없습니다."
msgid "Unable to prepare any emojis for upload. The following errors occurred:"
msgstr "업로드할 이모지를 준비할 수 없습니다. 다음 오류가 발생했습니다:"
-#: src/components/modals/ClaimAccountModal.tsx:125
+#: src/components/modals/ClaimAccountModal.tsx:127
#: src/components/modals/EmailChangeModal.tsx:122
#: src/components/modals/EmailChangeModal.tsx:152
msgid "Unable to resend code right now"
@@ -18824,7 +18909,7 @@ msgstr "지금 코드를 다시 보낼 수 없습니다"
msgid "Unable to send code to new email"
msgstr "새 이메일로 코드를 보낼 수 없습니다"
-#: src/components/channel/dm/AddFriendForm.tsx:76
+#: src/components/channel/dm/AddFriendForm.tsx:99
msgid "Unable to send friend request. Please try again."
msgstr "친구 요청을 보낼 수 없습니다. 다시 시도하세요."
@@ -18844,17 +18929,17 @@ msgstr "모두에게 사용할 수 없음"
msgid "Unavailable for everyone but staff"
msgstr "직원만 사용 가능"
-#: src/components/bottomsheets/DMBottomSheet.tsx:532
+#: src/components/bottomsheets/DMBottomSheet.tsx:535
#: src/components/channel/barriers/BarrierComponents.tsx:221
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:180
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:335
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:182
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:338
#: src/components/modals/tabs/BlockedUsersTab.tsx:58
#: src/components/modals/tabs/BlockedUsersTab.tsx:171
#: src/components/modals/UserProfileActionsSheet.tsx:151
#: src/components/modals/UserProfileActionsSheet.tsx:305
-#: src/components/modals/UserProfileMobileSheet.tsx:320
+#: src/components/modals/UserProfileMobileSheet.tsx:321
#: src/components/modals/UserProfileModal.tsx:1049
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:209
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:230
#: src/utils/RelationshipActionUtils.tsx:169
msgid "Unblock"
msgstr "차단 해제"
@@ -18863,11 +18948,11 @@ msgstr "차단 해제"
msgid "Unblock this user before sending a friend request."
msgstr "친구 요청을 보내기 전에 이 사용자의 차단을 해제하세요."
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:178
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:180
#: src/components/modals/tabs/BlockedUsersTab.tsx:56
#: src/components/modals/UserProfileActionsSheet.tsx:149
-#: src/components/modals/UserProfileMobileSheet.tsx:318
-#: src/components/modals/UserProfileModal.tsx:1243
+#: src/components/modals/UserProfileMobileSheet.tsx:319
+#: src/components/modals/UserProfileModal.tsx:1244
#: src/utils/RelationshipActionUtils.tsx:167
msgid "Unblock User"
msgstr "사용자 차단 해제"
@@ -18878,17 +18963,17 @@ msgstr "사용자 차단 해제"
msgid "Uncategorized"
msgstr "분류되지 않음"
-#: src/components/modals/tabs/BetaCodesTab.tsx:127
-#: src/components/modals/tabs/BetaCodesTab.tsx:204
+#: src/components/modals/tabs/BetaCodesTab.tsx:129
+#: src/components/modals/tabs/BetaCodesTab.tsx:206
msgid "Unclaimed"
msgstr "청구되지 않음"
#. placeholder {0}: unclaimedBetaCodes.length
-#: src/components/modals/tabs/BetaCodesTab.tsx:333
+#: src/components/modals/tabs/BetaCodesTab.tsx:358
msgid "Unclaimed ({0})"
msgstr "청구되지 않음 ({0})"
-#: src/components/modals/components/UnclaimedAccountAlert.tsx:31
+#: src/components/modals/components/UnclaimedAccountAlert.tsx:29
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:51
msgid "Unclaimed Account"
msgstr "청구되지 않은 계정"
@@ -18922,7 +19007,7 @@ msgstr "모든 기기 청각 켜기"
msgid "Undeafen User"
msgstr "사용자 청각 켜기"
-#: src/components/pages/ReportPage.tsx:285
+#: src/components/pages/report/optionDescriptors.ts:63
#: src/constants/IARConstants.tsx:129
msgid "Underage User"
msgstr "미성년자 사용자"
@@ -18981,7 +19066,7 @@ msgstr "초점 해제"
msgid "Unique invite"
msgstr "고유 초대"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:79
+#: src/components/modals/components/plutonium/VisionarySection.tsx:88
msgid "Unique profile badge"
msgstr "고유 프로필 배지"
@@ -19035,12 +19120,12 @@ msgstr "알 수 없는 항목"
msgid "Unknown error"
msgstr "알 수 없는 오류"
-#: src/components/channel/GiftEmbed.tsx:147
-#: src/components/modals/GiftAcceptModal.tsx:91
+#: src/components/channel/GiftEmbed.tsx:158
+#: src/components/modals/GiftAcceptModal.tsx:98
msgid "Unknown Gift"
msgstr "알 수 없는 선물"
-#: src/components/channel/InviteEmbed.tsx:357
+#: src/components/channel/InviteEmbed.tsx:359
msgid "Unknown Invite"
msgstr "알 수 없는 초대"
@@ -19113,7 +19198,7 @@ msgstr "Plutonium으로 HD 화면 공유를 잠금 해제하세요"
msgid "Unlock HD Video with Plutonium"
msgstr "Plutonium으로 HD 비디오를 잠금 해제하세요"
-#: src/components/modals/components/PlutoniumContent.tsx:185
+#: src/components/modals/components/PlutoniumContent.tsx:196
msgid "Unlock higher limits and exclusive features while supporting an independent communication platform."
msgstr "독립 커뮤니케이션 플랫폼을 지원하며 더 높은 한도와 독점 기능을 잠금 해제하세요."
@@ -19126,9 +19211,9 @@ msgid "Unlock stickers in DMs with Plutonium"
msgstr "Plutonium으로 DM에서 스티커를 잠금 해제하세요"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:467
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:850
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1044
-#: src/components/bottomsheets/DMBottomSheet.tsx:645
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:882
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1068
+#: src/components/bottomsheets/DMBottomSheet.tsx:648
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:321
#: src/components/bottomsheets/VoiceLobbyBottomSheet.tsx:179
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:253
@@ -19154,7 +19239,7 @@ msgstr "카테고리 음소거 해제"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:400
#: src/components/bottomsheets/ChannelBottomSheet.tsx:452
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1005
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1029
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:167
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:161
msgid "Unmute Channel"
@@ -19167,9 +19252,9 @@ msgstr "채널 음소거 해제"
msgid "Unmute Community"
msgstr "커뮤니티 음소거 해제"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1007
-#: src/components/bottomsheets/DMBottomSheet.tsx:449
-#: src/components/bottomsheets/DMBottomSheet.tsx:590
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1031
+#: src/components/bottomsheets/DMBottomSheet.tsx:451
+#: src/components/bottomsheets/DMBottomSheet.tsx:593
msgid "Unmute Conversation"
msgstr "대화 음소거 해제"
@@ -19200,16 +19285,16 @@ msgid "Unnamed Group"
msgstr "이름 없는 그룹"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:331
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1126
-#: src/components/bottomsheets/DMBottomSheet.tsx:478
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1150
+#: src/components/bottomsheets/DMBottomSheet.tsx:480
#: src/components/channel/dm/DMList.tsx:282
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:149
msgid "Unpin DM"
msgstr "DM 고정 해제"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:290
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1126
-#: src/components/bottomsheets/DMBottomSheet.tsx:478
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1150
+#: src/components/bottomsheets/DMBottomSheet.tsx:480
#: src/components/channel/dm/DMList.tsx:243
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:129
msgid "Unpin Group DM"
@@ -19231,20 +19316,20 @@ msgid "Unpin Message"
msgstr "메시지 고정 해제"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:232
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:583
-#: src/components/bottomsheets/DMBottomSheet.tsx:164
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:597
+#: src/components/bottomsheets/DMBottomSheet.tsx:166
#: src/components/channel/dm/DMList.tsx:224
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:132
msgid "Unpinned DM"
msgstr "고정 해제된 DM"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:232
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:583
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:597
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:112
msgid "Unpinned group"
msgstr "고정 해제된 그룹"
-#: src/components/bottomsheets/DMBottomSheet.tsx:164
+#: src/components/bottomsheets/DMBottomSheet.tsx:166
msgid "Unpinned group DM"
msgstr "핀 고정 해제된 그룹 DM"
@@ -19279,7 +19364,7 @@ msgstr "임베드 숨김 해제"
msgid "Until I change it"
msgstr "제가 바꿀 때까지"
-#: src/components/bottomsheets/DMBottomSheet.tsx:664
+#: src/components/bottomsheets/DMBottomSheet.tsx:667
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:334
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:57
#: src/components/channel/muteOptions.ts:39
@@ -19305,7 +19390,7 @@ msgstr "업데이트"
msgid "Update app"
msgstr "앱 업데이트"
-#: src/components/modals/components/MobileSettingsView.tsx:244
+#: src/components/modals/components/MobileSettingsView.tsx:239
msgid "Update Service Worker"
msgstr "서비스 워커 업데이트"
@@ -19402,7 +19487,7 @@ msgstr "즐겨찾기를 업데이트하는 중…"
msgid "Updating..."
msgstr "업데이트 중…"
-#: src/components/modals/components/plutonium/PricingSection.tsx:84
+#: src/components/modals/components/plutonium/PricingSection.tsx:94
msgid "Upgrade Now"
msgstr "지금 업그레이드"
@@ -19415,18 +19500,19 @@ msgstr "Plutonium으로 업그레이드"
msgid "Upgrade to store up to 15 custom backgrounds and unlock HD video quality, higher frame rates, and more."
msgstr "최대 15개 커스텀 배경을 저장하고 HD 영상 품질, 높은 프레임 속도 등을 잠금 해제하려면 업그레이드하세요."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:265
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:316
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:297
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:357
msgid "Upgrade to Visionary"
msgstr "Visionary로 업그레이드"
#. placeholder {0}: formatter.format(visionarySlots.remaining)
-#: src/components/modals/components/plutonium/VisionarySection.tsx:109
+#: src/components/modals/components/plutonium/VisionarySection.tsx:122
+#: src/components/modals/components/plutonium/VisionarySection.tsx:134
msgid "Upgrade to Visionary — {0} Left"
msgstr "Visionary로 업그레이드 — {0}개 남음"
#. placeholder {0}: isGiftSubscription ? 'gift time' : 'subscription'
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:243
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:262
msgid "Upgrading to Visionary is a <0>one-time0> purchase and will <1>cancel your current {0} immediately1>."
msgstr "Visionary로 업그레이드하는 것은 <0>한 번만 결제하는0> 구매이며 <1>현재 {0}을(를) 즉시 취소1>합니다."
@@ -19674,10 +19760,6 @@ msgstr "인증 앱을 잃어버릴 경우 이 코드를 사용해 계정에 접
msgid "Use this button to quickly clear all permissions."
msgstr "이 버튼을 눌러 모든 권한을 빠르게 초기화하세요."
-#: src/components/pages/ReportPage.tsx:613
-msgid "Use this form to report illegal content under the Digital Services Act (DSA). Select what you want to report."
-msgstr "이 양식을 사용하여 디지털 서비스법(DSA)에 따라 불법 콘텐츠를 신고하세요. 신고할 내용을 선택하세요."
-
#: src/components/modals/tabs/KeybindsTab.tsx:101
msgid "Use this shortcut system-wide"
msgstr "이 단축키를 시스템 전체에서 사용"
@@ -19708,19 +19790,19 @@ msgstr "사용자가 13세 미만인 것 같아요."
msgid "User Debug"
msgstr "사용자 디버그"
-#: src/components/channel/channel-view/DMChannelView.tsx:353
+#: src/components/channel/channel-view/DMChannelView.tsx:354
msgid "User has vanished"
msgstr "사용자가 사라졌어요."
-#: src/components/pages/ReportPage.tsx:865
+#: src/components/pages/report/ReportStepDetails.tsx:137
msgid "User ID (optional)"
msgstr "사용자 ID(선택 사항)"
-#: src/components/bottomsheets/DMBottomSheet.tsx:376
+#: src/components/bottomsheets/DMBottomSheet.tsx:378
msgid "User ID copied"
msgstr "사용자 ID 복사됨"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:652
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:666
msgid "User ID copied to clipboard"
msgstr "사용자 ID를 클립보드에 복사했어요."
@@ -19765,7 +19847,7 @@ msgstr "사용자 기록"
msgid "User Settings"
msgstr "사용자 설정"
-#: src/components/pages/ReportPage.tsx:873
+#: src/components/pages/report/ReportStepDetails.tsx:146
msgid "User Tag (optional)"
msgstr "사용자 태그(선택사항)"
@@ -19805,7 +19887,7 @@ msgstr "사용자 이름은 최소 1자여야 해요."
msgid "Username must be at most 32 characters"
msgstr "사용자 이름은 최대 32자여야 해요."
-#: src/components/channel/dm/AddFriendForm.tsx:130
+#: src/components/channel/dm/AddFriendForm.tsx:153
msgid "Username#0000"
msgstr "사용자이름#0000"
@@ -19904,7 +19986,7 @@ msgstr "맞춤 URL은 2자 이상 32자 이하이며 알파벳, 숫자와 내부
msgid "Verification Barriers"
msgstr "인증 장벽"
-#: src/components/modals/ClaimAccountModal.tsx:199
+#: src/components/modals/ClaimAccountModal.tsx:201
#: src/components/modals/EmailChangeModal.tsx:218
#: src/components/modals/EmailChangeModal.tsx:282
#: src/components/modals/PhoneAddModal.tsx:224
@@ -19912,11 +19994,11 @@ msgstr "인증 장벽"
msgid "Verification code"
msgstr "인증 코드"
-#: src/components/pages/ReportPage.tsx:719
+#: src/components/pages/report/ReportStepVerification.tsx:86
msgid "Verification Code"
msgstr "인증 코드"
-#: src/components/modals/ClaimAccountModal.tsx:88
+#: src/components/modals/ClaimAccountModal.tsx:90
msgid "Verification code sent"
msgstr "인증 코드 전송됨"
@@ -19937,10 +20019,9 @@ msgstr "백업 코드를 보기 전에 인증이 필요할 수 있어요."
#: src/components/auth/AuthPageHeader.tsx:49
#: src/components/auth/InviteHeader.tsx:81
#: src/components/auth/InviteHeader.tsx:226
-#: src/components/channel/InviteEmbed.tsx:285
-#: src/components/channel/InviteEmbed.tsx:428
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:178
-#: src/components/emojis/EmojiInfoContent.tsx:87
+#: src/components/channel/InviteEmbed.tsx:287
+#: src/components/channel/InviteEmbed.tsx:430
+#: src/components/emojis/EmojiAttributionSubtext.tsx:143
#: src/components/layout/GuildHeader.tsx:132
msgid "Verified Community"
msgstr "인증된 커뮤니티"
@@ -19955,7 +20036,7 @@ msgstr "인증된 길드"
msgid "Verify"
msgstr "인증"
-#: src/components/pages/ReportPage.tsx:740
+#: src/components/pages/report/ReportStepVerification.tsx:102
msgid "Verify Code"
msgstr "코드 인증"
@@ -19980,6 +20061,10 @@ msgstr "전화번호 인증 양식"
msgid "Verify You're Human"
msgstr "사람임을 인증하세요"
+#: src/components/pages/report/ReportStepEmail.tsx:54
+msgid "Verify your email"
+msgstr "이메일을 인증하세요."
+
#: src/components/modals/SudoVerificationModal.tsx:359
msgid "Verify your identity"
msgstr "신원을 인증하세요"
@@ -20012,7 +20097,7 @@ msgid "Video"
msgstr "비디오"
#: src/components/channel/ChannelHeader.tsx:572
-#: src/components/modals/UserProfileMobileSheet.tsx:515
+#: src/components/modals/UserProfileMobileSheet.tsx:519
msgid "Video Call"
msgstr "영상 통화"
@@ -20097,7 +20182,7 @@ msgstr "백업 코드 보기"
msgid "View backup codes form"
msgstr "백업 코드 양식 보기"
-#: src/components/channel/channel-view/DMChannelView.tsx:282
+#: src/components/channel/channel-view/DMChannelView.tsx:283
msgid "View call"
msgstr "통화 보기"
@@ -20138,7 +20223,7 @@ msgstr "선물 인벤토리 보기"
msgid "View Global Profile"
msgstr "글로벌 프로필 보기"
-#: src/components/channel/channel-view/DMChannelView.tsx:282
+#: src/components/channel/channel-view/DMChannelView.tsx:283
msgid "View incoming call"
msgstr "수신 통화 보기"
@@ -20158,10 +20243,10 @@ msgstr "프리미엄 기능 보기"
msgid "View premium perks"
msgstr "프리미엄 혜택 보기"
-#: src/components/bottomsheets/DMBottomSheet.tsx:411
+#: src/components/bottomsheets/DMBottomSheet.tsx:413
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:226
#: src/components/channel/friends/MobileFriendRequestItem.tsx:87
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:210
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:212
#: src/components/modals/tabs/BlockedUsersTab.tsx:87
#: src/components/uikit/ContextMenu/items/UserProfileMenuItem.tsx:43
msgid "View Profile"
@@ -20191,7 +20276,7 @@ msgstr "시청자가 스트림에 참여했어요."
msgid "Viewer Leaves Stream"
msgstr "시청자가 스트림을 떠났어요."
-#: src/components/pages/ReportPage.tsx:827
+#: src/components/pages/report/ReportStepDetails.tsx:96
msgid "Violation Category"
msgstr "위반 카테고리"
@@ -20199,7 +20284,7 @@ msgstr "위반 카테고리"
msgid "Violation category selection"
msgstr "위반 카테고리 선택"
-#: src/components/pages/ReportPage.tsx:264
+#: src/components/pages/report/optionDescriptors.ts:45
#: src/constants/IARConstants.tsx:42
msgid "Violent or Graphic Content"
msgstr "폭력적 또는 노골적인 콘텐츠"
@@ -20212,9 +20297,9 @@ msgstr "VIP 음성"
msgid "Visible Buttons"
msgstr "보이는 버튼"
-#: src/components/modals/components/plutonium/PricingSection.tsx:88
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:110
-#: src/components/modals/components/plutonium/VisionarySection.tsx:58
+#: src/components/modals/components/plutonium/PricingSection.tsx:101
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:129
+#: src/components/modals/components/plutonium/VisionarySection.tsx:67
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:154
#: src/utils/modals/guildTabs/GuildAuditLogTabUtils.ts:274
msgid "Visionary"
@@ -20228,25 +20313,25 @@ msgstr "Visionary (Lifetime #42)"
msgid "Visionary (Lifetime Plutonium)"
msgstr "Visionary (Lifetime Plutonium)"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:80
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:111
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:95
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:134
msgid "Visionary {visionaryPrice}"
msgstr "Visionary {visionaryPrice}"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:96
+#: src/components/modals/components/plutonium/VisionarySection.tsx:105
msgid "Visionary community with direct team access"
msgstr "팀과 직접 연결되는 Visionary 커뮤니티"
-#: src/components/modals/components/plutonium/GiftSection.tsx:87
-#: src/components/modals/components/plutonium/PricingSection.tsx:119
+#: src/components/modals/components/plutonium/GiftSection.tsx:100
+#: src/components/modals/components/plutonium/PricingSection.tsx:140
msgid "Visionary Gift"
msgstr "Visionary 선물"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:109
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:132
msgid "Visionary Gift Sold Out"
msgstr "Visionary 선물 품절"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:80
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:95
msgid "Visionary Sold Out"
msgstr "Visionary 품절"
@@ -20281,15 +20366,15 @@ msgstr "음성 및 영상 설정"
msgid "Voice Activity"
msgstr "음성 활동"
-#: src/components/channel/channel-view/DMChannelView.tsx:277
+#: src/components/channel/channel-view/DMChannelView.tsx:278
#: src/components/voice/VoiceCallView.tsx:466
msgid "Voice call"
msgstr "음성 통화"
-#: src/components/bottomsheets/DMBottomSheet.tsx:419
+#: src/components/bottomsheets/DMBottomSheet.tsx:421
#: src/components/channel/ChannelHeader.tsx:562
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:225
-#: src/components/modals/UserProfileMobileSheet.tsx:507
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:227
+#: src/components/modals/UserProfileMobileSheet.tsx:511
msgid "Voice Call"
msgstr "음성 통화"
@@ -20306,8 +20391,8 @@ msgstr "음성 통화"
msgid "Voice channel"
msgstr "음성 채널"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:475
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:662
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:489
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:676
#: src/components/channel/channel-header/useChannelHeaderData.ts:100
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:314
msgid "Voice Channel"
@@ -20488,8 +20573,8 @@ msgstr "이 로그인 승인 링크를 이메일로 보냈습니다. {0}의 받
msgid "We failed to retrieve the full information about this user at this time."
msgstr "현재 이 사용자에 대한 전체 정보를 가져오지 못했습니다."
-#: src/components/layout/GuildLayout.tsx:302
-#: src/components/layout/GuildLayout.tsx:349
+#: src/components/layout/GuildLayout.tsx:307
+#: src/components/layout/GuildLayout.tsx:354
msgid "We fluxed up! Hang tight, we're working on it."
msgstr "문제가 발생했어요! 잠시만 기다려 주세요, 해결 중입니다."
@@ -20513,18 +20598,13 @@ msgstr "승인 대기 중 연결이 끊어졌습니다. 다시 시도해 주세
msgid "We need to make sure you're not a bot. Please complete the verification below."
msgstr "봇이 아님을 확인해야 합니다. 아래 인증을 완료해 주세요."
-#: src/components/pages/ReportPage.tsx:639
-msgid "We need to verify your email address before you can submit a report."
-msgstr "리포트를 제출하기 전에 이메일 주소를 인증해야 합니다."
-
#: src/components/modals/BackupCodesModal.tsx:45
msgid "We recommend saving these codes now so that you don't get locked out of your account."
msgstr "계정에서 잠기지 않도록 지금 이 코드들을 저장해 두세요."
-#. placeholder {0}: state.email
-#: src/components/pages/ReportPage.tsx:702
-msgid "We sent a verification code to {0}."
-msgstr "{0}로 인증 코드를 보냈습니다."
+#: src/components/pages/report/ReportStepVerification.tsx:67
+msgid "We sent a code to {email}."
+msgstr "{email}으로 코드를 보냈습니다."
#: src/components/auth/BrowserLoginHandoffModal.tsx:315
msgid "We will prefill {prefillEmail} once the browser login opens."
@@ -20534,6 +20614,10 @@ msgstr "브라우저 로그인이 열리면 {prefillEmail}을 자동 입력합
msgid "We'll restore your previous email, sign out old sessions, remove phone numbers, disable MFA, and secure your account with a new password."
msgstr "이전 이메일을 복원하고, 기존 세션에서 로그아웃하고, 전화번호를 제거하며, MFA를 비활성화하고, 새 비밀번호로 계정을 보호합니다."
+#: src/components/pages/report/ReportStepEmail.tsx:57
+msgid "We'll send a short code to confirm you can receive updates about this report."
+msgstr "이 신고에 대한 업데이트를 받을 수 있음을 확인하기 위해 짧은 코드를 보낼 것입니다."
+
#: src/components/modals/EmailChangeModal.tsx:190
msgid "We'll verify your current email and then your new email with one-time codes."
msgstr "현재 이메일과 새 이메일을 순서대로 일회용 코드로 인증합니다."
@@ -20546,13 +20630,13 @@ msgstr "새 이메일을 일회용 코드로 인증합니다."
msgid "We're having trouble connecting to Fluxer's servers. This could be a temporary network issue or scheduled maintenance."
msgstr "Fluxer 서버에 연결하는 데 문제가 있습니다. 일시적인 네트워크 이슈이거나 예정된 점검일 수 있습니다."
-#: src/components/modals/tabs/BetaCodesTab.tsx:297
+#: src/components/modals/tabs/BetaCodesTab.tsx:322
#: src/components/modals/tabs/DevicesTab.tsx:230
msgid "We're having trouble connecting to the space-time continuum. Please check your connection and try again."
msgstr "시공간 연속체와 연결하는 데 문제가 있습니다. 연결 상태를 확인하고 다시 시도해 주세요."
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:287
-#: src/components/channel/ChannelSearchResults.tsx:681
+#: src/components/channel/ChannelSearchResults.tsx:650
msgid "We're indexing this channel for the first time. This might take a little while..."
msgstr "이 채널을 처음으로 색인하고 있습니다. 잠시 시간이 걸릴 수 있습니다..."
@@ -20829,17 +20913,16 @@ msgstr "여기에 커스텀 CSS를 작성하여 테마 토큰을 재정의할
msgid "Write your content here... This textarea expands as you type."
msgstr "여기에 내용을 작성해 보세요... 입력할수록 텍스트 영역이 확장됩니다."
-#: src/components/auth/DateOfBirthField.tsx:89
-#: src/components/auth/DateOfBirthField.tsx:156
+#: src/components/auth/DateOfBirthField.tsx:153
#: src/components/auth/MockMinimalRegisterForm.tsx:78
msgid "Year"
msgstr "연도"
-#: src/components/modals/components/plutonium/PricingSection.tsx:78
+#: src/components/modals/components/plutonium/PricingSection.tsx:88
msgid "Yearly"
msgstr "연간"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:71
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:84
msgid "Yearly {yearlyPrice}"
msgstr "연간 {yearlyPrice}"
@@ -20874,7 +20957,7 @@ msgstr "Fluxer를 떠나려고 합니다"
msgid "You are about to transfer ownership of this community to <0>{0}0>. This action is <1>irreversible1> and you will lose all owner privileges."
msgstr "이 커뮤니티의 소유권을 <0>{0}0>님에게 이전하려고 합니다. 이 작업은 <1>되돌릴 수 없으며1> 모든 소유자 권한을 잃게 됩니다."
-#: src/components/channel/dm/AddFriendForm.tsx:72
+#: src/components/channel/dm/AddFriendForm.tsx:95
msgid "You are already friends with this user."
msgstr "이미 이 사용자와 친구입니다."
@@ -20960,7 +21043,7 @@ msgstr "한 번에 최대 {MAX_EMOJIS_PER_UPLOAD} 개의 이모지 만 업로드
msgid "You can pin messages in this conversation for everyone to see."
msgstr "이 대화에서 모두가 볼 수 있도록 메시지를 고정할 수 있습니다."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:175
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:194
msgid "You can redeem additional gift codes to <0>extend0> your gift time. To start a monthly or yearly plan, wait until after it ends — or <1>upgrade to Visionary1> now (remaining gift time will be discarded)."
msgstr "추가 기프트 코드를 사용하면 선물 기간을 <0>연장0>할 수 있습니다. 월간 또는 연간 플랜을 시작하려면 기간이 끝난 뒤에 진행하거나 — 지금 <1>Visionary로 업그레이드1>하세요(남은 선물 기간은 사라집니다)."
@@ -20990,7 +21073,7 @@ msgstr "링크와 마크다운을 사용해 텍스트를 꾸밀 수 있습니다
msgid "You can't add new reactions while you're on timeout."
msgstr "타임아웃 중에는 새로운 반응을 추가할 수 없습니다."
-#: src/components/modals/UserProfileModal.tsx:1170
+#: src/components/modals/UserProfileModal.tsx:1171
msgid "You can't befriend yourself"
msgstr "자기 자신과 친구가 될 수 없습니다"
@@ -20998,14 +21081,14 @@ msgstr "자기 자신과 친구가 될 수 없습니다"
msgid "You can't interact with reactions in search results as it might disrupt the space-time continuum."
msgstr "검색 결과에서 반응과 상호작용할 수 없습니다. 시공간 연속체에 영향을 줄 수 있습니다."
-#: src/components/layout/ChannelItem.tsx:200
-#: src/components/layout/ChannelItem.tsx:366
-#: src/stores/voice/MediaEngineFacade.ts:151
-#: src/stores/voice/MediaEngineFacade.ts:482
+#: src/components/layout/ChannelItem.tsx:206
+#: src/components/layout/ChannelItem.tsx:375
+#: src/stores/voice/MediaEngineFacade.ts:154
+#: src/stores/voice/MediaEngineFacade.ts:529
msgid "You can't join while you're on timeout."
msgstr "타임아웃 중에는 참여할 수 없습니다."
-#: src/components/modals/UserProfileModal.tsx:1182
+#: src/components/modals/UserProfileModal.tsx:1183
#: src/components/popouts/UserProfilePopout.tsx:282
#: src/components/profile/ProfilePreview.tsx:284
msgid "You can't message yourself"
@@ -21019,7 +21102,7 @@ msgstr "자기 자신에게 친구 요청을 보낼 수 없습니다."
msgid "You can't send friend requests to bots."
msgstr "봇에게 친구 요청을 보낼 수 없습니다."
-#: src/components/channel/dm/AddFriendForm.tsx:64
+#: src/components/channel/dm/AddFriendForm.tsx:87
msgid "You can't send friend requests to users you've blocked. Unblock them first."
msgstr "차단한 사용자에게는 친구 요청을 보낼 수 없습니다. 먼저 차단을 해제해 주세요."
@@ -21066,11 +21149,11 @@ msgstr "자신에게서 권한이 제거되므로 이 권한을 제거할 수
msgid "You cannot save a role with a blank name. Please provide a valid name before saving."
msgstr "이름 없이 역할을 저장할 수 없습니다. 저장하기 전에 유효한 이름을 입력해 주세요."
-#: src/components/channel/dm/AddFriendForm.tsx:68
+#: src/components/channel/dm/AddFriendForm.tsx:91
msgid "You cannot send a friend request to yourself."
msgstr "자기 자신에게 친구 요청을 보낼 수 없습니다."
-#: src/components/channel/dm/AddFriendForm.tsx:66
+#: src/components/channel/dm/AddFriendForm.tsx:89
msgid "You cannot send friend requests to bots."
msgstr "봇에게 친구 요청을 보낼 수 없습니다."
@@ -21094,7 +21177,7 @@ msgstr "이 메시지가 보내진 채널에 접근 권한이 없습니다."
msgid "You do not have permission to send messages in this channel."
msgstr "이 채널에서 메시지를 보낼 권한이 없습니다."
-#: src/components/layout/GuildLayout.tsx:393
+#: src/components/layout/GuildLayout.tsx:398
msgid "You don't have access to any channels in this community."
msgstr "이 커뮤니티에서 접근할 수 있는 채널이 없습니다."
@@ -21114,23 +21197,23 @@ msgstr "이 이모지 팩을 설치할 권한이 없습니다."
msgid "You don't have permission to install this sticker pack."
msgstr "이 스티커 팩을 설치할 권한이 없습니다."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:203
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:222
msgid "You have all <0/> for <1>{monthlyPrice}/month1>."
msgstr "모든 <0/>를 <1>{monthlyPrice}/월1>에 이용할 수 있습니다."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:208
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:227
msgid "You have all <0/> for <1>{yearlyPrice}/year1>."
msgstr "모든 <0/>를 <1>{yearlyPrice}/년1>에 이용할 수 있습니다."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:213
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:232
msgid "You have all <0/> for your subscription period."
msgstr "구독 기간 동안 모든 <0/>를 이용할 수 있습니다."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:198
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:217
msgid "You have all <0/> forever. No subscriptions, no renewals."
msgstr "모든 <0/>를 영구적으로 이용합니다. 구독이나 갱신이 없습니다."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:169
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:188
msgid "You have all <0/> via a <1>gift subscription1> until <2>{giftEndDate}2>. It <3>won't renew3>."
msgstr "<2>{giftEndDate}2>까지 <1>선물 구독1>으로 모든 <0/>를 이용할 수 있습니다. <3>자동 갱신되지 않습니다3>."
@@ -21228,11 +21311,11 @@ msgstr "이 저장된 메시지에 대한 접근 권한을 잃었습니다. 삭
msgid "You made it, {username}! We're about to hit 88mph!"
msgstr "해냈어요, {username}! 이제 곧 시속 88마일에 도달해요!"
-#: src/components/channel/CallMessage.tsx:179
+#: src/components/channel/CallMessage.tsx:173
msgid "You missed a call from <0/> that lasted {durationText}."
msgstr "<0/>에서 온 통화를 놓쳤습니다({durationText} 동안 지속됨)."
-#: src/components/channel/CallMessage.tsx:184
+#: src/components/channel/CallMessage.tsx:178
msgid "You missed a call from <0/>."
msgstr "<0/> 에게서 전화를 놓쳤습니다."
@@ -21252,7 +21335,7 @@ msgstr "이 콘텐츠를 보려면 18세 이상이어야 합니다. <0>자세히
msgid "You must be connected to the gateway to accept this temporary invite. Please check your connection and try again."
msgstr "이 임시 초대를 수락하려면 게이트웨이에 연결되어 있어야 합니다. 연결 상태를 확인한 후 다시 시도하세요."
-#: src/components/pages/ReportPage.tsx:463
+#: src/components/pages/ReportPage.tsx:288
msgid "You must verify your email before submitting a report."
msgstr "신고를 제출하기 전에 이메일을 인증해야 합니다."
@@ -21385,7 +21468,7 @@ msgstr "음성 채널에 참여 중입니다"
msgid "You're sending messages too quickly"
msgstr "메시지를 너무 빠르게 보내고 있습니다"
-#: src/components/channel/Messages.tsx:909
+#: src/components/channel/Messages.tsx:907
msgid "You're viewing older messages"
msgstr "이전 메시지를 보고 있습니다"
@@ -21464,7 +21547,7 @@ msgstr "계정이 승인되었습니다. 앱으로 이동합니다..."
msgid "Your account has been created, but access is temporarily limited until approval. You will be notified once your account is approved."
msgstr "계정이 생성되었지만 승인이 될 때까지 접근이 일시적으로 제한됩니다. 계정이 승인되면 알림을 받습니다."
-#: src/components/modals/components/UnclaimedAccountAlert.tsx:38
+#: src/components/modals/components/UnclaimedAccountAlert.tsx:36
msgid "Your account is not yet claimed. Without an email and password, you won't be able to sign in from other devices and you could lose access to your account. Claim your account now to secure it."
msgstr "아직 계정을 등록하지 않았습니다. 이메일과 비밀번호가 없으면 다른 기기에서 로그인할 수 없고 계정 접근을 잃을 수 있습니다. 지금 계정을 등록하여 안전하게 보호하세요."
@@ -21508,7 +21591,7 @@ msgstr "기존 알림음 설정은 유지됩니다."
msgid "Your export request will be processed"
msgstr "내보내기 요청이 처리됩니다"
-#: src/components/pages/ReportPage.tsx:935
+#: src/components/pages/report/ReportStepDetails.tsx:213
msgid "Your FluxerTag (optional)"
msgstr "내 FluxerTag (선택 사항)"
@@ -21521,7 +21604,7 @@ msgid "Your invite expires in 24 hours"
msgstr "초대장이 24시간 후에 만료됩니다"
#. placeholder {0}: getExpirationText()
-#: src/components/modals/InviteModal.tsx:325
+#: src/components/modals/InviteModal.tsx:322
msgid "Your invite link expires in {0}."
msgstr "초대 링크는 {0} 후에 만료됩니다."
@@ -21565,7 +21648,7 @@ msgstr "채널, DM, 좋아하는 그룹에 빠르게 접근할 수 있는 개인
msgid "Your Plutonium subscription has expired. You've lost all Plutonium perks. Reactivate your subscription to regain access."
msgstr "Plutonium 구독이 만료되었습니다. 모든 Plutonium 혜택을 잃었습니다. 구독을 다시 활성화하여 접근을 복원하세요."
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:781
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:813
msgid "Your private space"
msgstr "개인 공간"
@@ -21573,7 +21656,7 @@ msgstr "개인 공간"
msgid "Your private space for thoughts and reminders"
msgstr "생각과 알림을 위한 개인 공간입니다"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:277
+#: src/components/modals/tabs/GiftInventoryTab.tsx:300
msgid "Your Purchased Gifts"
msgstr "구입한 선물"
@@ -21585,15 +21668,11 @@ msgstr "지역"
msgid "Your stream is still being broadcast"
msgstr "스트림이 아직 방송 중입니다"
-#: src/components/pages/ReportPage.tsx:594
-msgid "Your submission ID"
-msgstr "귀하의 제출 ID"
-
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:153
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:172
msgid "Your subscription ended, but you still have all <0/> until <1>{graceDate}1>. Resubscribe to keep them."
msgstr "구독이 종료되었지만 <1>{graceDate}1>까지 모든 <0/>가 유지됩니다. 계속 이용하려면 재구독하세요."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:138
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:157
msgid "Your subscription expired on <0>{expiredDate}0>. You lost all <1/>. You can reactivate at any time."
msgstr "구독이 <0>{expiredDate}0>에 만료되었습니다. 모든 <1/>를 잃었습니다. 언제든 다시 활성화할 수 있습니다."
@@ -21609,7 +21688,7 @@ msgstr "구독이 다시 활성화되었습니다!"
msgid "Your subscription has been set to cancel at the end of your billing period."
msgstr "청구 기간이 끝나면 구독이 취소되도록 설정되었습니다."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:191
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:210
msgid "Your subscription will cancel on <0>{cancelDate}0>. You'll lose all <1/> after that date."
msgstr "구독은 <0>{cancelDate}0>에 취소됩니다. 해당 날짜 이후에는 모든 <1/>를 잃게 됩니다."
diff --git a/fluxer_app/src/locales/lt/messages.po b/fluxer_app/src/locales/lt/messages.po
index a878eb80..332f7beb 100644
--- a/fluxer_app/src/locales/lt/messages.po
+++ b/fluxer_app/src/locales/lt/messages.po
@@ -68,12 +68,12 @@ msgstr "(max 15 rodoma)"
msgid "(No content)"
msgstr "(Nėra turinio)"
-#: src/components/modals/UserProfileMobileSheet.tsx:552
+#: src/components/modals/UserProfileMobileSheet.tsx:556
#: src/components/pages/YouPage.tsx:147
msgid "(only visible to you)"
msgstr "(matoma tik tau)"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:954
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:976
msgid "(you)"
msgstr "(tu)"
@@ -138,12 +138,12 @@ msgid "{0} Online"
msgstr "{0} prisijungę"
#. placeholder {0}: reaction.count
-#: src/components/channel/MessageReactions.tsx:120
+#: src/components/channel/MessageReactions.tsx:119
msgid "{0} reaction"
msgstr "{0} reakcija"
#. placeholder {0}: reaction.count
-#: src/components/channel/MessageReactions.tsx:120
+#: src/components/channel/MessageReactions.tsx:119
msgid "{0} reactions"
msgstr "{0} reakcijos"
@@ -153,13 +153,13 @@ msgid "{0} remaining"
msgstr "{0} liko"
#. placeholder {0}: machineState.total
-#: src/components/channel/ChannelSearchResults.tsx:315
+#: src/components/channel/ChannelSearchResults.tsx:272
msgid "{0} Result"
msgstr "{0} Rezultatas"
#. placeholder {0}: machineState.total
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:390
-#: src/components/channel/ChannelSearchResults.tsx:315
+#: src/components/channel/ChannelSearchResults.tsx:272
msgid "{0} Results"
msgstr "{0} rezultatai"
@@ -402,7 +402,7 @@ msgstr "{actor} atnaujino lipduką {namedTarget}."
msgid "{actor} updated the webhook {namedTarget}."
msgstr "{actor} atnaujino webhook'ą {namedTarget}."
-#: src/components/modals/tabs/BetaCodesTab.tsx:280
+#: src/components/modals/tabs/BetaCodesTab.tsx:284
msgid "{allowance} codes remaining this week"
msgstr "šią savaitę liko {allowance} kodai"
@@ -533,7 +533,7 @@ msgstr "{emojiName}, {0} reakcija"
msgid "{emojiName}, {0} reactions"
msgstr "{emojiName}, {0} reakcijos"
-#: src/components/channel/MessageReactions.tsx:122
+#: src/components/channel/MessageReactions.tsx:121
msgid "{emojiName}: {reactionCountText}, {actionText}"
msgstr "{emojiName}: {reactionCountText}, {actionText}"
@@ -561,8 +561,8 @@ msgstr "{label} vaizdai negali būti animuoti. Naudokite JPEG, PNG arba WebP."
#: src/components/auth/InviteHeader.tsx:127
#: src/components/auth/InviteHeader.tsx:241
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:281
-#: src/components/channel/InviteEmbed.tsx:180
-#: src/components/channel/InviteEmbed.tsx:444
+#: src/components/channel/InviteEmbed.tsx:182
+#: src/components/channel/InviteEmbed.tsx:446
msgid "{memberCount} Member"
msgstr "{memberCount} Narys"
@@ -570,8 +570,8 @@ msgstr "{memberCount} Narys"
#: src/components/auth/InviteHeader.tsx:127
#: src/components/auth/InviteHeader.tsx:241
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:281
-#: src/components/channel/InviteEmbed.tsx:180
-#: src/components/channel/InviteEmbed.tsx:444
+#: src/components/channel/InviteEmbed.tsx:182
+#: src/components/channel/InviteEmbed.tsx:446
msgid "{memberCount} Members"
msgstr "{memberCount} Nariai"
@@ -606,11 +606,11 @@ msgstr "{minutes} minutės ir {seconds} sekundės"
msgid "{minutes} minutes and 1 second"
msgstr "{minutes} minutės ir 1 sekundė"
-#: src/components/channel/dm/DMWelcomeSection.tsx:155
+#: src/components/channel/dm/DMWelcomeSection.tsx:167
msgid "{mutualGuildCount} mutual commmunity"
msgstr "{mutualGuildCount} bendruomenė"
-#: src/components/channel/dm/DMWelcomeSection.tsx:156
+#: src/components/channel/dm/DMWelcomeSection.tsx:168
msgid "{mutualGuildCount} mutual communities"
msgstr "{mutualGuildCount} bendruomenės"
@@ -632,7 +632,7 @@ msgstr "{participantCount} dalyviai pokalbyje"
#: src/components/auth/InviteHeader.tsx:235
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:276
-#: src/components/channel/InviteEmbed.tsx:439
+#: src/components/channel/InviteEmbed.tsx:441
msgid "{presenceCount} Online"
msgstr "{presenceCount} Prisijungę"
@@ -644,15 +644,15 @@ msgstr "Liko {remaining} simbolių"
msgid "{remaining} characters left. Get Plutonium to write up to {premiumMaxLength} characters."
msgstr "Liko {remaining} simbolių. Įsigykite Plutonium, kad galėtumėte rašyti iki {premiumMaxLength} simbolių."
-#: src/components/channel/InviteEmbed.tsx:301
+#: src/components/channel/InviteEmbed.tsx:303
msgid "{renderedMemberCount} Member"
msgstr "{renderedMemberCount} Narys"
-#: src/components/channel/InviteEmbed.tsx:301
+#: src/components/channel/InviteEmbed.tsx:303
msgid "{renderedMemberCount} Members"
msgstr "{renderedMemberCount} Nariai"
-#: src/components/channel/InviteEmbed.tsx:296
+#: src/components/channel/InviteEmbed.tsx:298
msgid "{renderedPresenceCount} Online"
msgstr "{renderedPresenceCount} Prisijungę"
@@ -704,11 +704,11 @@ msgstr "{totalSeconds} sekundė"
msgid "{totalSeconds} seconds"
msgstr "{totalSeconds} sekundės"
-#: src/components/layout/GuildsLayout.tsx:231
+#: src/components/layout/GuildsLayout.tsx:229
msgid "{unavailableCount} communities are temporarily unavailable due to a flux capacitor malfunction."
msgstr "{unavailableCount} bendruomenės šiuo metu yra neprieinamos dėl flux kondensatoriaus gedimo."
-#: src/components/layout/GuildsLayout.tsx:230
+#: src/components/layout/GuildsLayout.tsx:228
msgid "{unavailableCount} community is temporarily unavailable due to a flux capacitor malfunction."
msgstr "{unavailableCount} bendruomenė šiuo metu yra neprieinama dėl flux kondensatoriaus gedimo."
@@ -814,27 +814,27 @@ msgstr "@everyone paminėjimai"
msgid "@username"
msgstr "@username"
-#: src/components/channel/CallMessage.tsx:75
+#: src/components/channel/CallMessage.tsx:72
msgid "# days"
msgstr "# dienos"
-#: src/components/channel/CallMessage.tsx:76
+#: src/components/channel/CallMessage.tsx:73
msgid "# hours"
msgstr "# valandos"
-#: src/components/channel/CallMessage.tsx:77
+#: src/components/channel/CallMessage.tsx:74
msgid "# minutes"
msgstr "# minutės"
-#: src/components/channel/CallMessage.tsx:73
+#: src/components/channel/CallMessage.tsx:70
msgid "# months"
msgstr "# mėnesiai"
-#: src/components/channel/CallMessage.tsx:74
+#: src/components/channel/CallMessage.tsx:71
msgid "# weeks"
msgstr "# savaitės"
-#: src/components/channel/CallMessage.tsx:72
+#: src/components/channel/CallMessage.tsx:69
msgid "# years"
msgstr "# metai"
@@ -878,11 +878,11 @@ msgstr "<0/> pašalino <1/> iš grupės."
msgid "<0/> removed someone from the group."
msgstr "<0/> pašalino ką nors iš grupės."
-#: src/components/channel/CallMessage.tsx:191
+#: src/components/channel/CallMessage.tsx:185
msgid "<0/> started a call that lasted {durationText}."
msgstr "<0/> pradėjo skambutį, kuris truko {durationText}."
-#: src/components/channel/CallMessage.tsx:154
+#: src/components/channel/CallMessage.tsx:148
msgid "<0/> started a call."
msgstr "<0/> pradėjo skambutį."
@@ -943,11 +943,11 @@ msgstr "<0>Atitildė0> narį."
msgid "<0>Warning:0> This will also disable SMS two-factor authentication."
msgstr "<0>Įspėjimas:0> Tai taip pat išjungs SMS dviejų faktorių autentifikaciją."
-#: src/components/modals/tabs/BetaCodesTab.tsx:278
+#: src/components/modals/tabs/BetaCodesTab.tsx:282
msgid "1 code remaining this week"
msgstr "1 kodas likęs šią savaitę"
-#: src/components/channel/CallMessage.tsx:75
+#: src/components/channel/CallMessage.tsx:72
#: src/components/modals/BanMemberModal.tsx:54
#: src/components/modals/InviteModal.tsx:77
#: src/components/modals/InviteModal.tsx:212
@@ -956,7 +956,7 @@ msgstr "1 kodas likęs šią savaitę"
msgid "1 day"
msgstr "1 diena"
-#: src/components/channel/CallMessage.tsx:76
+#: src/components/channel/CallMessage.tsx:73
#: src/components/modals/BanMemberModal.tsx:52
#: src/components/modals/channelTabs/ChannelOverviewTab.tsx:154
#: src/components/modals/CustomStatusBottomSheet.tsx:44
@@ -993,7 +993,7 @@ msgstr "1 minutė ir {seconds} sekundės"
msgid "1 minute and 1 second"
msgstr "1 minutė ir 1 sekundė"
-#: src/components/channel/CallMessage.tsx:73
+#: src/components/channel/CallMessage.tsx:70
#: src/components/modals/BanMemberModal.tsx:59
msgid "1 month"
msgstr "1 mėnuo"
@@ -1002,12 +1002,12 @@ msgstr "1 mėnuo"
msgid "1 Month"
msgstr "1 mėnuo"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:99
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:120
msgid "1 Month {monthlyPrice}"
msgstr "1 mėnuo {monthlyPrice}"
-#: src/components/modals/components/plutonium/GiftSection.tsx:78
-#: src/components/modals/components/plutonium/PricingSection.tsx:110
+#: src/components/modals/components/plutonium/GiftSection.tsx:88
+#: src/components/modals/components/plutonium/PricingSection.tsx:128
msgid "1 Month Gift"
msgstr "1 mėnesio dovana"
@@ -1020,22 +1020,22 @@ msgstr "1 naudojimas"
msgid "1 user"
msgstr "1 naudotojas"
-#: src/components/channel/CallMessage.tsx:74
+#: src/components/channel/CallMessage.tsx:71
#: src/components/modals/BanMemberModal.tsx:57
#: src/components/modals/TimeoutMemberOptions.ts:39
msgid "1 week"
msgstr "1 savaitė"
-#: src/components/channel/CallMessage.tsx:72
+#: src/components/channel/CallMessage.tsx:69
msgid "1 year"
msgstr "1 metai"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:91
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:109
msgid "1 Year {yearlyPrice}"
msgstr "1 metai {yearlyPrice}"
-#: src/components/modals/components/plutonium/GiftSection.tsx:69
-#: src/components/modals/components/plutonium/PricingSection.tsx:101
+#: src/components/modals/components/plutonium/GiftSection.tsx:76
+#: src/components/modals/components/plutonium/PricingSection.tsx:116
msgid "1 Year Gift"
msgstr "1 metų dovana"
@@ -1286,8 +1286,8 @@ msgstr "8 valandos"
msgid "A 4-digit tag will be added automatically to ensure uniqueness"
msgstr "4 skaitmenų žymė bus pridėta automatiškai, kad būtų užtikrintas unikalumas"
-#: src/components/channel/CallMessage.tsx:86
-#: src/components/channel/CallMessage.tsx:148
+#: src/components/channel/CallMessage.tsx:83
+#: src/components/channel/CallMessage.tsx:142
msgid "a few seconds"
msgstr "kelias sekundes"
@@ -1299,7 +1299,7 @@ msgstr "Kelis klaviatūrų riterius renkasi..."
msgid "A helpful bot that does amazing things!"
msgstr "Naudingas botas, kuris daro nuostabius dalykus!"
-#: src/components/channel/CallMessage.tsx:77
+#: src/components/channel/CallMessage.tsx:74
msgid "a minute"
msgstr "minutė"
@@ -1316,7 +1316,7 @@ msgid "A symphony of clacking keys is underway..."
msgstr "Klaviatūrų beldimo simfonija prasideda..."
#: src/components/modals/tabs/MyProfileTab/BioEditor.tsx:127
-#: src/components/modals/UserProfileMobileSheet.tsx:528
+#: src/components/modals/UserProfileMobileSheet.tsx:532
#: src/components/pages/YouPage.tsx:132
msgid "About Me"
msgstr "Apie mane"
@@ -1330,18 +1330,18 @@ msgstr "Apie tave"
msgid "Accent Color"
msgstr "Akcento spalva"
-#: src/components/channel/channel-view/DMChannelView.tsx:291
-#: src/components/channel/dm/DMWelcomeSection.tsx:116
+#: src/components/channel/channel-view/DMChannelView.tsx:292
+#: src/components/channel/dm/DMWelcomeSection.tsx:128
#: src/components/channel/friends/FriendListItem.tsx:238
#: src/components/channel/friends/MobileFriendRequestItem.tsx:99
#: src/components/voice/IncomingCallUI.tsx:302
msgid "Accept"
msgstr "Priimti"
-#: src/components/bottomsheets/DMBottomSheet.tsx:515
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:260
-#: src/components/modals/UserProfileModal.tsx:1258
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:88
+#: src/components/bottomsheets/DMBottomSheet.tsx:517
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:262
+#: src/components/modals/UserProfileModal.tsx:1259
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:109
msgid "Accept Friend Request"
msgstr "Priimti draugų užklausą"
@@ -1358,7 +1358,7 @@ msgstr "Priimti kvietimą"
msgid "Accept the incoming call"
msgstr "Priimti gaunamą skambutį"
-#: src/components/channel/InviteEmbed.tsx:226
+#: src/components/channel/InviteEmbed.tsx:228
#: src/components/modals/InviteAcceptModal.tsx:163
msgid "Accepting this invite installs the pack automatically."
msgstr "Priėmus šį kvietimą, paketas bus įdiegtas automatiškai."
@@ -1407,7 +1407,7 @@ msgstr "Paskyra ir Premium"
msgid "Account appears to exist solely for spamming"
msgstr "Atrodo, kad paskyra egzistuoja tik šlamšto siuntimui"
-#: src/components/modals/ClaimAccountModal.tsx:105
+#: src/components/modals/ClaimAccountModal.tsx:107
msgid "Account claimed successfully"
msgstr "Paskyra sėkmingai perimta"
@@ -1459,7 +1459,7 @@ msgstr "Tik visuose asmeniniuose pokalbiuose, kuriuose kada nors buvote"
msgid "Action with both icons!"
msgstr "Veiksmas su abiem piktogramomis!"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:124
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:143
msgid "Active"
msgstr "Aktyvus"
@@ -1584,12 +1584,13 @@ msgstr "Pridėti el. paštą"
msgid "Add Favorite Channels"
msgstr "Pridėti mėgstamus kanalus"
-#: src/components/bottomsheets/DMBottomSheet.tsx:524
+#: src/components/bottomsheets/DMBottomSheet.tsx:527
#: src/components/channel/dm/AddFriendView.tsx:32
#: src/components/channel/dm/DMFriendsView.tsx:199
#: src/components/modals/AddFriendSheet.tsx:50
-#: src/components/modals/UserProfileModal.tsx:1178
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:68
+#: src/components/modals/UserProfileModal.tsx:1179
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:75
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:89
msgid "Add Friend"
msgstr "Pridėti draugą"
@@ -1597,7 +1598,7 @@ msgstr "Pridėti draugą"
msgid "Add Friends"
msgstr "Pridėti draugus"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1187
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1211
#: src/components/channel/ChannelHeader.tsx:630
#: src/components/channel/dm/GroupDMWelcomeSection.tsx:85
msgid "Add Friends to Group"
@@ -1612,7 +1613,7 @@ msgstr "Pridėti elementą"
msgid "Add new reactions to messages."
msgstr "Pridėti naujas reakcijas prie žinučių."
-#: src/components/bottomsheets/DMBottomSheet.tsx:426
+#: src/components/bottomsheets/DMBottomSheet.tsx:428
#: src/components/profile/ProfileCard/ProfileCardActions.tsx:48
#: src/components/uikit/ContextMenu/items/UserNoteMenuItems.tsx:42
msgid "Add Note"
@@ -1647,7 +1648,7 @@ msgstr "Telefono numerio pridėjimo forma"
#: src/components/channel/MessageActionBar.tsx:450
#: src/components/channel/MessageActionBar.tsx:741
#: src/components/channel/messageActionMenu.tsx:92
-#: src/components/channel/MessageReactions.tsx:264
+#: src/components/channel/MessageReactions.tsx:263
#: src/components/uikit/ContextMenu/items/MessageMenuItems.tsx:65
msgid "Add Reaction"
msgstr "Pridėti reakciją"
@@ -1695,8 +1696,8 @@ msgid "Add to favorites"
msgstr "Pridėti į mėgstamus"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:370
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1103
-#: src/components/bottomsheets/DMBottomSheet.tsx:400
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1127
+#: src/components/bottomsheets/DMBottomSheet.tsx:402
#: src/components/channel/ChannelHeader.tsx:547
#: src/components/channel/ChannelHeader.tsx:595
#: src/components/channel/ChannelHeader.tsx:600
@@ -1731,11 +1732,11 @@ msgid "Added to bookmarks"
msgstr "Pridėta į žymes"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:118
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:544
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:558
msgid "Added to favorites"
msgstr "Pridėta į mėgstamus"
-#: src/components/bottomsheets/DMBottomSheet.tsx:129
+#: src/components/bottomsheets/DMBottomSheet.tsx:131
msgid "Added to Favorites"
msgstr "Pridėta prie mėgstamiausių"
@@ -1752,7 +1753,7 @@ msgstr "Pridėta: {createdDate}"
msgid "Added: {createdDate} • Last used: {lastUsedDate}"
msgstr "Pridėta: {createdDate} • Paskutinį kartą naudota: {lastUsedDate}"
-#: src/components/pages/ReportPage.tsx:943
+#: src/components/pages/report/ReportStepDetails.tsx:222
msgid "Additional Comments (optional)"
msgstr "Papildomi komentarai (neprivaloma)"
@@ -1873,7 +1874,7 @@ msgstr "Visi skambučiai praneš tyliai, o ne skambės. Pagal numatytuosius nust
msgid "All Communities"
msgstr "Visos bendruomenės"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:74
+#: src/components/modals/components/plutonium/VisionarySection.tsx:83
msgid "All current and future Plutonium benefits, forever"
msgstr "Visos dabartinės ir būsimos Plutonium naudos, amžinai"
@@ -1911,7 +1912,7 @@ msgstr "Visi nariai"
msgid "All messages"
msgstr "Visos žinutės"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1377
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1401
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:206
#: src/components/modals/GuildNotificationSettingsModal.tsx:87
#: src/components/modals/GuildNotificationSettingsModal.tsx:273
@@ -2071,11 +2072,11 @@ msgstr "Leista {0}."
msgid "Already have an account?"
msgstr "Jau turite paskyrą?"
-#: src/components/channel/InviteEmbed.tsx:187
+#: src/components/channel/InviteEmbed.tsx:189
msgid "Already joined"
msgstr "Jau prisijungta"
-#: src/components/channel/GiftEmbed.tsx:90
+#: src/components/channel/GiftEmbed.tsx:97
msgid "Already redeemed"
msgstr "Jau išnaudota"
@@ -2135,8 +2136,8 @@ msgstr "Visada pasitikėkite <0>{hostname}0> — praleiskite šį įspėjimą
msgid "Always underline links"
msgstr "Visada pabraukti nuorodas"
-#: src/components/channel/ChannelSearchResults.tsx:511
-#: src/components/channel/ChannelSearchResults.tsx:562
+#: src/components/channel/ChannelSearchResults.tsx:480
+#: src/components/channel/ChannelSearchResults.tsx:531
#: src/hooks/useChannelSearch.ts:233
#: src/hooks/useChannelSearch.ts:375
msgid "An error occurred while searching"
@@ -2198,7 +2199,7 @@ msgid "Animated Emoji ({0})"
msgstr "Animuoti emodžiai ({0})"
#: src/components/channel/embeds/media/EmbedGifv.tsx:237
-#: src/components/channel/embeds/media/EmbedGifv.tsx:725
+#: src/components/channel/embeds/media/EmbedGifv.tsx:749
#: src/components/modals/MediaViewerModal.tsx:294
#: src/components/modals/MediaViewerModal.tsx:362
msgid "Animated GIF"
@@ -2320,8 +2321,8 @@ msgstr "Programa sėkmingai atnaujinta"
msgid "Applications"
msgstr "Programos"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:99
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:137
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:103
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:141
msgid "Applications & Bots"
msgstr "Programos ir botai"
@@ -2352,7 +2353,7 @@ msgid "Archive"
msgstr "Archyvuoti"
#. placeholder {0}: user.username
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:162
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:164
#: src/components/modals/UserProfileActionsSheet.tsx:133
#: src/utils/RelationshipActionUtils.tsx:141
msgid "Are you sure you want to block {0}? They won't be able to message you or send you friend requests."
@@ -2368,8 +2369,8 @@ msgid "Are you sure you want to close this group DM? You can always reopen it la
msgstr "Ar tikrai norite užverti šią grupės DM? Vėliau visada galėsite ją atverti."
#. placeholder {0}: recipient?.username ?? ''
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:601
-#: src/components/bottomsheets/DMBottomSheet.tsx:303
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:615
+#: src/components/bottomsheets/DMBottomSheet.tsx:305
msgid "Are you sure you want to close your DM with {0}? You can always reopen it later."
msgstr "Ar tikrai norite užverti savo DM su {0}? Vėliau visada galėsite ją atverti."
@@ -2406,7 +2407,7 @@ msgid "Are you sure you want to delete #{0}? This action cannot be undone."
msgstr "Ar tikrai norite ištrinti #{0}? Šio veiksmo negalima atšaukti."
#. placeholder {0}: channel.name ?? 'this channel'
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:667
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:681
msgid "Are you sure you want to delete #{0}? This cannot be undone."
msgstr "Ar tikrai norite ištrinti #{0}? To negalima atšaukti."
@@ -2504,7 +2505,7 @@ msgstr "Ar tikrai norite palikti {0}?"
msgid "Are you sure you want to leave this community? You will no longer be able to see any messages."
msgstr "Ar tikrai norite palikti šią bendruomenę? Jūs nebegalėsite matyti jokių žinučių."
-#: src/components/bottomsheets/DMBottomSheet.tsx:338
+#: src/components/bottomsheets/DMBottomSheet.tsx:340
#: src/hooks/useLeaveGroup.tsx:43
msgid "Are you sure you want to leave this group? You will no longer be able to see any messages."
msgstr "Ar tikrai norite palikti šią grupę? Jūs nebegalėsite matyti jokių žinučių."
@@ -2515,9 +2516,9 @@ msgid "Are you sure you want to make {0} the group owner? You will lose owner pr
msgstr "Ar tikrai norite padaryti {0} grupės savininku? Jūs prarasite savininko privilegijas."
#. placeholder {0}: user.username
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:145
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:147
#: src/components/modals/UserProfileActionsSheet.tsx:116
-#: src/components/modals/UserProfileMobileSheet.tsx:303
+#: src/components/modals/UserProfileMobileSheet.tsx:304
#: src/utils/RelationshipActionUtils.tsx:114
msgid "Are you sure you want to remove {0} as a friend?"
msgstr "Ar tikrai norite pašalinti {0} iš draugų?"
@@ -2557,10 +2558,10 @@ msgid "Are you sure you want to transfer ownership of the group to {0}?"
msgstr "Ar tikrai norite perduoti grupės savininkystę {0}?"
#. placeholder {0}: user.username
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:179
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:181
#: src/components/modals/tabs/BlockedUsersTab.tsx:57
#: src/components/modals/UserProfileActionsSheet.tsx:150
-#: src/components/modals/UserProfileMobileSheet.tsx:319
+#: src/components/modals/UserProfileMobileSheet.tsx:320
#: src/utils/RelationshipActionUtils.tsx:168
msgid "Are you sure you want to unblock {0}?"
msgstr "Ar tikrai norite atblokuoti {0}?"
@@ -2573,7 +2574,7 @@ msgstr "Meno klubas"
msgid "Artists' Corner"
msgstr "Menininkų kampelis"
-#: src/components/modals/components/plutonium/PricingSection.tsx:63
+#: src/components/modals/components/plutonium/PricingSection.tsx:69
msgid "As a Gift"
msgstr "Kaip dovaną"
@@ -2689,7 +2690,7 @@ msgstr "Garso nustatymai"
msgid "Audio will be included with this screen share."
msgstr "Garso įrašas bus įtrauktas į šį ekrano bendrinimą."
-#: src/components/pages/ReportPage.tsx:311
+#: src/components/pages/report/optionDescriptors.ts:83
msgid "Austria"
msgstr "Austrija"
@@ -2844,6 +2845,7 @@ msgstr "Vidutinė ping: "
#: src/components/modals/PhoneAddModal.tsx:235
#: src/components/modals/RequiredActionModal.tsx:463
#: src/components/pages/OAuthAuthorizePage.tsx:694
+#: src/components/pages/report/ReportStepDetails.tsx:243
msgid "Back"
msgstr "Atgal"
@@ -2933,7 +2935,7 @@ msgid "Balanced quality and bandwidth"
msgstr "Subalansuota kokybė ir pralaidumas"
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:353
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:320
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:323
#: src/components/modals/UserProfileActionsSheet.tsx:262
msgid "Ban"
msgstr "Uždrausti"
@@ -3035,7 +3037,7 @@ msgstr "prieš:"
msgid "Begin a call in the current private conversation"
msgstr "Pradėti skambutį dabartiniame privačiame pokalbyje"
-#: src/components/pages/ReportPage.tsx:312
+#: src/components/pages/report/optionDescriptors.ts:84
msgid "Belgium"
msgstr "Belgija"
@@ -3066,7 +3068,7 @@ msgstr "Beta kodas (neprivalomas)"
msgid "Beta Code Redeemed!"
msgstr "Beta kodas panaudotas!"
-#: src/components/modals/tabs/BetaCodesTab.tsx:313
+#: src/components/modals/tabs/BetaCodesTab.tsx:338
#: src/components/modals/utils/settingsSearchIndex.ts:741
msgid "Beta Codes"
msgstr "Beta kodai"
@@ -3083,13 +3085,13 @@ msgstr "Biografija"
msgid "Bio character limit"
msgstr "Biografijos simbolių limitas"
-#: src/components/bottomsheets/DMBottomSheet.tsx:538
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:163
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:345
+#: src/components/bottomsheets/DMBottomSheet.tsx:541
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:165
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:348
#: src/components/modals/UserProfileActionsSheet.tsx:134
#: src/components/modals/UserProfileActionsSheet.tsx:298
#: src/components/modals/UserProfileModal.tsx:1062
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:190
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:211
#: src/utils/RelationshipActionUtils.tsx:143
msgid "Block"
msgstr "Blokuoti"
@@ -3106,7 +3108,7 @@ msgstr "Blokuoti tiesiogines žinutes iš bendruomenės narių?"
msgid "Block for all communities"
msgstr "Blokuoti visoms bendruomenėms"
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:161
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:163
#: src/components/modals/UserProfileActionsSheet.tsx:132
#: src/utils/RelationshipActionUtils.tsx:139
msgid "Block User"
@@ -3270,7 +3272,7 @@ msgstr "Reikalingas naršyklės garso palaikymas"
msgid "Browser locale ({browserLocale}): {format}"
msgstr "Naršyklės lokalė ({browserLocale}): {format}"
-#: src/components/pages/ReportPage.tsx:313
+#: src/components/pages/report/optionDescriptors.ts:85
msgid "Bulgaria"
msgstr "Bulgarija"
@@ -3313,16 +3315,16 @@ msgstr "Mygtukai rodo įkėlimo indikatorių, kai submitting yra teisinga."
msgid "Buttons with Icons"
msgstr "Mygtukai su piktogramomis"
-#: src/components/modals/components/plutonium/GiftSection.tsx:74
-#: src/components/modals/components/plutonium/GiftSection.tsx:83
-#: src/components/modals/components/plutonium/GiftSection.tsx:92
-#: src/components/modals/components/plutonium/PricingSection.tsx:106
-#: src/components/modals/components/plutonium/PricingSection.tsx:115
-#: src/components/modals/components/plutonium/PricingSection.tsx:124
+#: src/components/modals/components/plutonium/GiftSection.tsx:81
+#: src/components/modals/components/plutonium/GiftSection.tsx:93
+#: src/components/modals/components/plutonium/GiftSection.tsx:105
+#: src/components/modals/components/plutonium/PricingSection.tsx:121
+#: src/components/modals/components/plutonium/PricingSection.tsx:133
+#: src/components/modals/components/plutonium/PricingSection.tsx:145
msgid "Buy Gift"
msgstr "Pirkti dovaną"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:114
+#: src/components/modals/components/plutonium/VisionarySection.tsx:140
msgid "Buying Visionary will cancel your current {currentAccessLabel} immediately. It is a one-time purchase with lifetime access."
msgstr "Įsigijus Visionary, jūsų dabartinė {currentAccessLabel} bus nedelsiant atšaukta. Tai yra vienkartinis pirkimas su gyvenimo trukmės prieiga."
@@ -3347,7 +3349,7 @@ msgstr "Apeiti lėtąjį režimą"
msgid "Bypass Splash Screen"
msgstr "Apsukti Įkrovimo Ekraną"
-#: src/components/channel/channel-view/DMChannelView.tsx:271
+#: src/components/channel/channel-view/DMChannelView.tsx:272
msgid "Call available"
msgstr "Skambučiai prieinami"
@@ -3446,11 +3448,11 @@ msgstr "Kameros nustatymai"
#: src/components/modals/CategoryCreateModal.tsx:79
#: src/components/modals/ChannelCreateModal.tsx:100
#: src/components/modals/ChannelDeleteModal.tsx:72
-#: src/components/modals/ClaimAccountModal.tsx:179
-#: src/components/modals/ClaimAccountModal.tsx:219
-#: src/components/modals/components/MobileSettingsView.tsx:302
+#: src/components/modals/ClaimAccountModal.tsx:181
+#: src/components/modals/ClaimAccountModal.tsx:221
+#: src/components/modals/components/MobileSettingsView.tsx:297
#: src/components/modals/components/plutonium/hooks/useCheckoutActions.tsx:110
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:328
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:371
#: src/components/modals/ConfirmModal.tsx:146
#: src/components/modals/CreateDMModal.tsx:88
#: src/components/modals/CreateFavoriteCategoryModal.tsx:74
@@ -3473,7 +3475,7 @@ msgstr "Kameros nustatymai"
#: src/components/modals/HideOwnCameraConfirmModal.tsx:65
#: src/components/modals/IARModal.tsx:218
#: src/components/modals/ImageCropModal.tsx:981
-#: src/components/modals/InviteModal.tsx:336
+#: src/components/modals/InviteModal.tsx:333
#: src/components/modals/KickMemberModal.tsx:60
#: src/components/modals/MfaTotpDisableModal.tsx:75
#: src/components/modals/MfaTotpEnableModal.tsx:102
@@ -3498,11 +3500,11 @@ msgstr "Kameros nustatymai"
msgid "Cancel"
msgstr "Atšaukti"
-#: src/components/channel/dm/DMWelcomeSection.tsx:126
+#: src/components/channel/dm/DMWelcomeSection.tsx:138
#: src/components/channel/friends/FriendListItem.tsx:164
#: src/components/channel/friends/FriendListItem.tsx:166
-#: src/components/modals/UserProfileModal.tsx:1273
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:171
+#: src/components/modals/UserProfileModal.tsx:1274
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:192
msgid "Cancel Friend Request"
msgstr "Atšaukti draugų užklausą"
@@ -3522,7 +3524,7 @@ msgstr "Atšaukti užklausą"
msgid "Cancel upload"
msgstr "Atšaukti įkėlimą"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:118
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:137
msgid "Canceling"
msgstr "Atšaukiama"
@@ -3566,7 +3568,7 @@ msgstr "Kortelių lygiavimas"
msgid "Card alignment controls"
msgstr "Kortelių lygiavimo valdikliai"
-#: src/components/modals/components/MobileSettingsView.tsx:123
+#: src/components/modals/components/MobileSettingsView.tsx:118
#: src/components/modals/components/SettingsModalHeader.tsx:76
msgid "Careful! You have unsaved changes."
msgstr "Atsargiai! Turite neišsaugotų pakeitimų."
@@ -3576,7 +3578,7 @@ msgstr "Atsargiai! Turite neišsaugotų pakeitimų."
msgid "Category"
msgstr "Kategorija"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1371
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1395
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:239
msgid "Category Default"
msgstr "Numatytoji kategorija"
@@ -3594,7 +3596,7 @@ msgstr "Kategorija pilna"
msgid "Category Name"
msgstr "Kategorijos pavadinimas"
-#: src/components/modals/ChannelSettingsModal.tsx:105
+#: src/components/modals/ChannelSettingsModal.tsx:113
#: src/components/modals/components/DesktopChannelSettingsView.tsx:188
msgid "Category Settings"
msgstr "Kategorijos nustatymai"
@@ -3625,7 +3627,7 @@ msgstr "Keisti foną"
msgid "Change Banner"
msgstr "Keisti reklamjuostę"
-#: src/components/pages/ReportPage.tsx:752
+#: src/components/pages/report/ReportStepVerification.tsx:126
msgid "Change email"
msgstr "Keisti el. paštą"
@@ -3647,8 +3649,8 @@ msgstr "Keisti FluxerTag"
msgid "Change FluxerTag form"
msgstr "FluxerTag keitimo forma"
-#: src/components/bottomsheets/DMBottomSheet.tsx:433
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:133
+#: src/components/bottomsheets/DMBottomSheet.tsx:435
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:154
msgid "Change Friend Nickname"
msgstr "Keisti draugo slapyvardį"
@@ -3673,7 +3675,7 @@ msgid "Change My Group Nickname"
msgstr "Keisti mano grupės slapyvardį"
#: src/components/modals/BaseChangeNicknameModal.tsx:82
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:238
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:240
#: src/components/modals/RenameChannelModal.tsx:58
#: src/components/modals/UserProfileActionsSheet.tsx:225
#: src/components/modals/UserProfileActionsSheet.tsx:225
@@ -3760,8 +3762,8 @@ msgstr "Balso regionas pakeistas į {0}."
msgid "channel"
msgstr "kanalas"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:483
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:549
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:497
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:563
#: src/components/invites/InviteListItem.tsx:50
#: src/components/webhooks/WebhookListItem.tsx:240
#: src/constants/AuditLogConstants.tsx:236
@@ -3796,7 +3798,7 @@ msgid "Channel Debug"
msgstr "Kanalo derinimas"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:188
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:675
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:689
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:329
msgid "Channel deleted"
msgstr "Kanalas ištrintas"
@@ -3806,11 +3808,11 @@ msgid "Channel Deleted"
msgstr "Kanalas ištrintas"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:273
-#: src/components/bottomsheets/DMBottomSheet.tsx:366
+#: src/components/bottomsheets/DMBottomSheet.tsx:368
msgid "Channel ID copied"
msgstr "Kanalo ID nukopijuotas"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:535
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:549
msgid "Channel ID copied to clipboard"
msgstr "Kanalo ID nukopijuotas į iškarpinę"
@@ -3878,9 +3880,9 @@ msgstr "Kanalo įrašas"
msgid "Channel removed from favorites"
msgstr "Kanalas pašalintas iš mėgstamų"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1092
-#: src/components/layout/ChannelItem.tsx:630
-#: src/components/modals/ChannelSettingsModal.tsx:105
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1116
+#: src/components/layout/ChannelItem.tsx:647
+#: src/components/modals/ChannelSettingsModal.tsx:113
#: src/components/modals/components/DesktopChannelSettingsView.tsx:188
msgid "Channel Settings"
msgstr "Kanalo nustatymai"
@@ -3947,7 +3949,7 @@ msgstr "Būsenos atnaujinimus patikrinkite mūsų <0>Bluesky (@fluxer.app)0>."
msgid "Check out my custom theme!"
msgstr "Pažiūrėk mano tinkintą temą!"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:105
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:109
msgid "Check your connection and try again."
msgstr "Patikrinkite ryšį ir bandykite dar kartą."
@@ -3969,8 +3971,8 @@ msgstr "Žymimieji langeliai"
msgid "Checking..."
msgstr "Tikrinama..."
-#: src/components/pages/ReportPage.tsx:270
-#: src/components/pages/ReportPage.tsx:299
+#: src/components/pages/report/optionDescriptors.ts:51
+#: src/components/pages/report/optionDescriptors.ts:74
#: src/constants/IARConstants.tsx:72
#: src/constants/IARConstants.tsx:175
msgid "Child Safety Concerns"
@@ -3984,6 +3986,10 @@ msgstr "Kinų (supaprastinta)"
msgid "Chinese (Traditional)"
msgstr "Kinų (tradicinė)"
+#: src/components/pages/report/ReportBreadcrumbs.tsx:46
+msgid "Choose"
+msgstr "Pasirinkite"
+
#: src/components/pages/OAuthAuthorizePage.tsx:898
msgid "Choose a community"
msgstr "Pasirinkite bendruomenę"
@@ -4080,25 +4086,36 @@ msgstr "Pasirinkite savo profilio akcento spalvą"
#: src/components/channel/barriers/BarrierComponents.tsx:109
#: src/components/channel/barriers/BarrierComponents.tsx:240
-#: src/components/layout/app-layout/nagbars/UnclaimedAccountNagbar.tsx:47
-#: src/components/modals/ClaimAccountModal.tsx:225
-#: src/components/modals/components/UnclaimedAccountAlert.tsx:34
+#: src/components/channel/dm/AddFriendForm.tsx:57
+#: src/components/layout/app-layout/nagbars/UnclaimedAccountNagbar.tsx:45
+#: src/components/modals/ClaimAccountModal.tsx:227
+#: src/components/modals/components/UnclaimedAccountAlert.tsx:32
+#: src/components/modals/GiftAcceptModal.tsx:170
#: src/components/modals/tabs/AccountSecurityTab/SecurityTab.tsx:206
+#: src/components/modals/tabs/BetaCodesTab.tsx:297
+#: src/components/modals/tabs/GiftInventoryTab.tsx:242
msgid "Claim Account"
msgstr "Pareikšti paskyrą"
-#: src/components/channel/GiftEmbed.tsx:98
-#: src/components/modals/GiftAcceptModal.tsx:154
+#: src/components/channel/GiftEmbed.tsx:109
+msgid "Claim Account to Redeem"
+msgstr "Paimti paskyrą, kad išpirktum"
+
+#: src/components/channel/GiftEmbed.tsx:109
+#: src/components/modals/GiftAcceptModal.tsx:197
#: src/components/pages/GiftLoginPage.tsx:155
#: src/components/pages/GiftRegisterPage.tsx:42
msgid "Claim Gift"
msgstr "Pareikšti dovaną"
-#: src/components/modals/ClaimAccountModal.tsx:141
+#: src/components/channel/dm/AddFriendForm.tsx:53
+#: src/components/modals/ClaimAccountModal.tsx:143
+#: src/components/modals/tabs/BetaCodesTab.tsx:293
+#: src/components/modals/tabs/GiftInventoryTab.tsx:238
msgid "Claim your account"
msgstr "Pareikškite savo paskyrą"
-#: src/components/modals/ClaimAccountModal.tsx:146
+#: src/components/modals/ClaimAccountModal.tsx:148
msgid "Claim your account by adding an email and password. We will send a verification code to confirm your email before finishing."
msgstr "Pareikškite savo paskyrą pridėdami el. paštą ir slaptažodį. Prieš baigdami atsiųsime patvirtinimo kodą, kad patvirtintume jūsų el. paštą."
@@ -4106,11 +4123,68 @@ msgstr "Pareikškite savo paskyrą pridėdami el. paštą ir slaptažodį. Prie
msgid "Claim your account to access security features like two-factor authentication and passkeys."
msgstr "Pareikškite savo paskyrą, kad pasiektumėte saugumo funkcijas, tokias kaip dviejų faktorių autentifikacija ir prieigos raktai."
+#: src/components/channel/ChannelHeader/CallButtons.tsx:85
+#: src/components/channel/ChannelHeader/CallButtons.tsx:155
+msgid "Claim your account to call"
+msgstr "Patvirtinkite savo paskyrą, kad galėtumėte skambinti"
+
#: src/components/modals/tabs/MyProfileTab/UsernameSection.tsx:49
msgid "Claim your account to change your FluxerTag"
msgstr "Pareikškite savo paskyrą, kad pakeistumėte savo FluxerTag"
-#: src/components/modals/GiftAcceptModal.tsx:145
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:146
+msgid "Claim your account to create applications."
+msgstr "Paimk savo paskyrą, kad kurtum programas."
+
+#: src/components/modals/tabs/BetaCodesTab.tsx:294
+msgid "Claim your account to generate beta codes."
+msgstr "Paimk savo paskyrą, kad sugeneruotum beta kodus."
+
+#: src/components/layout/ChannelItem.tsx:208
+#: src/components/layout/ChannelItem.tsx:382
+#: src/stores/voice/MediaEngineFacade.ts:537
+msgid "Claim your account to join this voice channel."
+msgstr "Patvirtinkite savo paskyrą, kad prisijungtumėte prie šio balso kanalo."
+
+#: src/stores/voice/MediaEngineFacade.ts:170
+msgid "Claim your account to join voice channels you don't own."
+msgstr "Patvirtinkite savo paskyrą, kad prisijungtumėte prie balso kanalų, kurių nepajungiate."
+
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:55
+#: src/components/modals/components/plutonium/GiftSection.tsx:61
+#: src/components/modals/components/plutonium/PricingSection.tsx:63
+#: src/components/modals/components/plutonium/VisionarySection.tsx:62
+#: src/components/modals/components/PlutoniumContent.tsx:99
+msgid "Claim your account to purchase Fluxer Plutonium."
+msgstr "Paimk savo paskyrą, kad įsigytum Fluxer Plutonium."
+
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:112
+msgid "Claim your account to purchase or redeem Fluxer Plutonium."
+msgstr "Paimk savo paskyrą, kad įsigytum arba išpirktum Fluxer Plutonium."
+
+#: src/components/modals/tabs/GiftInventoryTab.tsx:239
+msgid "Claim your account to redeem or manage Plutonium gift codes."
+msgstr "Paimk savo paskyrą, kad išpirktum arba valdytum Plutonium dovanų kodus."
+
+#: src/components/channel/GiftEmbed.tsx:99
+#: src/components/modals/GiftAcceptModal.tsx:154
+msgid "Claim your account to redeem this gift."
+msgstr "Paimk savo paskyrą, kad išpirktum šią dovaną."
+
+#: src/components/channel/dm/AddFriendForm.tsx:54
+#: src/components/channel/dm/DMWelcomeSection.tsx:109
+#: src/components/modals/UserProfileModal.tsx:1289
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:65
+msgid "Claim your account to send friend requests."
+msgstr "Paimk savo paskyrą, kad siųstum draugo užklausas."
+
+#: src/components/channel/ChannelHeader/CallButtons.tsx:54
+#: src/components/channel/ChannelHeader/CallButtons.tsx:124
+#: src/stores/voice/MediaEngineFacade.ts:179
+msgid "Claim your account to start or join 1:1 calls."
+msgstr "Patvirtinkite savo paskyrą, kad pradėtumėte arba prisijungtumėte prie 1:1 skambučių."
+
+#: src/components/modals/GiftAcceptModal.tsx:188
msgid "Claim your gift to activate your premium subscription!"
msgstr "Pareikškite savo dovaną, kad suaktyvintumėte savo premium prenumeratą!"
@@ -4164,8 +4238,8 @@ msgstr "Išvalyti leidimus"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:420
#: src/components/channel/MessageSearchBar/MessageSearchBar.tsx:1424
-#: src/components/channel/shared/PickerSearchInput.tsx:195
-#: src/components/channel/shared/PickerSearchInput.tsx:212
+#: src/components/channel/shared/PickerSearchInput.tsx:194
+#: src/components/channel/shared/PickerSearchInput.tsx:211
#: src/components/modals/components/SettingsSearch.tsx:108
msgid "Clear search"
msgstr "Išvalyti paiešką"
@@ -4200,11 +4274,11 @@ msgstr "Išvalytas lipduko aprašymas."
msgid "Cleared the topic."
msgstr "Išvalyta tema."
-#: src/components/modals/components/MobileSettingsView.tsx:297
+#: src/components/modals/components/MobileSettingsView.tsx:292
msgid "Clearing subscriptions ensures the gateway stops sending messages to this installation."
msgstr "Prenumeratų išvalymas užtikrina, kad švyturys nustos siųsti žinutes šiam įrenginiui."
-#: src/components/modals/tabs/BetaCodesTab.tsx:366
+#: src/components/modals/tabs/BetaCodesTab.tsx:391
msgid "Click \"Create Code\" to generate your first code."
msgstr "Spustelėkite „Sukurti kodą“, kad sugeneruotumėte savo pirmąjį kodą."
@@ -4240,13 +4314,13 @@ msgstr "Spustelėkite, kad pridėtumėte pastabą"
msgid "Click to check and uncheck. Available in square and round styles."
msgstr "Spustelėkite, kad pažymėtumėte ir atžymėtumėte. Galima kvadratiniame ir apskritame stiliuose."
-#: src/components/channel/GiftEmbed.tsx:90
+#: src/components/channel/GiftEmbed.tsx:100
msgid "Click to claim your gift!"
msgstr "Spustelėkite, kad gautumėte savo dovaną!"
#: src/components/invites/InviteListItem.tsx:184
#: src/components/modals/components/ClientInfo.tsx:76
-#: src/components/modals/tabs/BetaCodesTab.tsx:172
+#: src/components/modals/tabs/BetaCodesTab.tsx:174
msgid "Click to copy"
msgstr "Spustelėkite, kad nukopijuotumėte"
@@ -4328,12 +4402,12 @@ msgid "Close"
msgstr "Uždaryti"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:341
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:600
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:602
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1239
-#: src/components/bottomsheets/DMBottomSheet.tsx:302
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:614
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:616
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1263
#: src/components/bottomsheets/DMBottomSheet.tsx:304
-#: src/components/bottomsheets/DMBottomSheet.tsx:557
+#: src/components/bottomsheets/DMBottomSheet.tsx:306
+#: src/components/bottomsheets/DMBottomSheet.tsx:560
#: src/components/channel/dm/DMList.tsx:292
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:82
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:84
@@ -4358,7 +4432,8 @@ msgstr "Anglies tema"
#: src/components/invites/InviteListItem.tsx:54
#: src/components/modals/MfaTotpDisableModal.tsx:64
#: src/components/modals/MfaTotpEnableModal.tsx:91
-#: src/components/modals/tabs/BetaCodesTab.tsx:51
+#: src/components/modals/tabs/BetaCodesTab.tsx:53
+#: src/components/pages/report/ReportBreadcrumbs.tsx:48
msgid "Code"
msgstr "Kodas"
@@ -4370,7 +4445,8 @@ msgstr "Kodas ir pastovus plotis"
msgid "Code Blocks"
msgstr "Kodo blokai"
-#: src/components/modals/ClaimAccountModal.tsx:123
+#: src/components/modals/ClaimAccountModal.tsx:125
+#: src/components/pages/ReportPage.tsx:231
msgid "Code resent"
msgstr "Kodas išsiųstas iš naujo"
@@ -4379,8 +4455,8 @@ msgid "Code sent"
msgstr "Kodas išsiųstas"
#: src/components/invites/InviteListItem.tsx:180
-#: src/components/modals/tabs/BetaCodesTab.tsx:104
-#: src/components/modals/tabs/BetaCodesTab.tsx:168
+#: src/components/modals/tabs/BetaCodesTab.tsx:106
+#: src/components/modals/tabs/BetaCodesTab.tsx:170
msgid "Code:"
msgstr "Kodas:"
@@ -4472,7 +4548,7 @@ msgstr "Bendruomenė priverstinai išjungė garsą"
msgid "Community Debug"
msgstr "Bendruomenės derinimas"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1371
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1395
#: src/components/uikit/ContextMenu/items/CategoryMenuItems.tsx:221
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:239
msgid "Community Default"
@@ -4542,8 +4618,8 @@ msgstr "Bendruomenės pranešimų nustatymai"
msgid "Community organizes raids or harassment campaigns"
msgstr "Bendruomenė organizuoja reidus ar patyčių kampanijas"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:237
-#: src/components/channel/MemberListItem.tsx:102
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:238
+#: src/components/channel/MemberListItem.tsx:109
#: src/components/modals/guildTabs/GuildMembersTab.tsx:145
#: src/components/modals/guildTabs/GuildMembersTab.tsx:197
msgid "Community Owner"
@@ -4567,14 +4643,14 @@ msgstr "Bendruomenė propaguoja ar palengvina neteisėtą veiklą"
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:172
#: src/components/modals/components/DesktopGuildSettingsView.tsx:204
-#: src/components/modals/GuildSettingsModal.tsx:168
+#: src/components/modals/GuildSettingsModal.tsx:173
#: src/components/popouts/GuildHeaderPopout.tsx:187
#: src/components/uikit/ContextMenu/items/GuildMenuItems.tsx:360
msgid "Community Settings"
msgstr "Bendruomenės nustatymai"
-#: src/components/layout/GuildLayout.tsx:301
-#: src/components/layout/GuildLayout.tsx:348
+#: src/components/layout/GuildLayout.tsx:306
+#: src/components/layout/GuildLayout.tsx:353
msgid "Community temporarily unavailable"
msgstr "Bendruomenė laikinai nepasiekiama"
@@ -4782,8 +4858,8 @@ msgstr "Prisijungta prie balso"
msgid "Connecting..."
msgstr "Jungiamasi..."
-#: src/components/channel/channel-view/DMChannelView.tsx:273
-#: src/components/channel/channel-view/DMChannelView.tsx:323
+#: src/components/channel/channel-view/DMChannelView.tsx:274
+#: src/components/channel/channel-view/DMChannelView.tsx:324
#: src/components/voice/CompactVoiceCallView.tsx:55
msgid "Connecting…"
msgstr "Jungiamasi…"
@@ -4979,7 +5055,7 @@ msgstr "Valdyti savo veiklos būseną"
#: src/components/modals/shared/CopyLinkSection.tsx:61
#: src/components/modals/tabs/ApplicationsTab/application-detail/ApplicationHeader.tsx:68
-#: src/components/modals/tabs/GiftInventoryTab.tsx:143
+#: src/components/modals/tabs/GiftInventoryTab.tsx:144
msgid "Copied"
msgstr "Nukopijuota"
@@ -5001,7 +5077,7 @@ msgstr "Nukopijuota!"
#: src/components/modals/BackupCodesModal.tsx:82
#: src/components/modals/shared/CopyLinkSection.tsx:61
#: src/components/modals/tabs/ApplicationsTab/application-detail/OAuthBuilderSection.tsx:142
-#: src/components/modals/tabs/GiftInventoryTab.tsx:143
+#: src/components/modals/tabs/GiftInventoryTab.tsx:144
msgid "Copy"
msgstr "Kopijuoti"
@@ -5017,7 +5093,7 @@ msgstr "Kopijuoti garsą"
msgid "Copy authorize URL"
msgstr "Kopijuoti autorizacijos URL"
-#: src/components/modals/tabs/BetaCodesTab.tsx:178
+#: src/components/modals/tabs/BetaCodesTab.tsx:180
msgid "Copy beta code"
msgstr "Kopijuoti beta kodą"
@@ -5028,8 +5104,8 @@ msgstr "Kopijuoti kategorijos ID"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:320
#: src/components/bottomsheets/ChannelBottomSheet.tsx:347
#: src/components/bottomsheets/ChannelBottomSheet.tsx:433
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1293
-#: src/components/bottomsheets/DMBottomSheet.tsx:577
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1317
+#: src/components/bottomsheets/DMBottomSheet.tsx:580
#: src/components/channel/dm/DMList.tsx:271
#: src/components/channel/dm/DMList.tsx:298
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:362
@@ -5090,7 +5166,7 @@ msgstr "Kopijuoti paveikslėlį"
msgid "Copy invite link"
msgstr "Kopijuoti kvietimo nuorodą"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1154
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1178
#: src/components/modals/tabs/ComponentGalleryTab/ButtonsTab.tsx:182
#: src/components/modals/tabs/ComponentGalleryTab/index.tsx:100
#: src/components/modals/tabs/ComponentGalleryTab/Inline.tsx:95
@@ -5131,15 +5207,15 @@ msgstr "Kopijuoti lipduko ID"
msgid "Copy Text"
msgstr "Kopijuoti tekstą"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1285
-#: src/components/bottomsheets/DMBottomSheet.tsx:570
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1309
+#: src/components/bottomsheets/DMBottomSheet.tsx:573
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:370
#: src/components/modals/guildTabs/BannedUserActionsSheet.tsx:74
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:358
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:361
#: src/components/modals/tabs/BlockedUsersTab.tsx:107
#: src/components/modals/UserProfileActionsSheet.tsx:213
#: src/components/modals/UserProfileModal.tsx:1130
-#: src/components/popouts/UserAreaPopout.tsx:507
+#: src/components/popouts/UserAreaPopout.tsx:509
#: src/components/profile/ProfileCard/ProfileCardActions.tsx:60
#: src/components/uikit/ContextMenu/items/CopyMenuItems.tsx:42
msgid "Copy User ID"
@@ -5175,7 +5251,7 @@ msgstr "Atgalinės eigos laikmatis"
msgid "Country"
msgstr "Šalis"
-#: src/components/pages/ReportPage.tsx:928
+#: src/components/pages/report/ReportStepDetails.tsx:205
msgid "Country of Residence"
msgstr "Gyvenamoji šalis"
@@ -5207,7 +5283,7 @@ msgid "Create a new community or join an existing one."
msgstr "Sukurkite naują bendruomenę arba prisijunkite prie esamos."
#. placeholder {0}: recipient.username
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:905
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:937
msgid "Create a new group with {0}"
msgstr "Sukurti naują grupę su {0}"
@@ -5239,7 +5315,7 @@ msgstr "Sukurti paskyrą"
msgid "Create an account to claim your gift"
msgstr "Sukurkite paskyrą, kad gautumėte savo dovaną"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:138
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:142
msgid "Create and manage applications and bots for your account."
msgstr "Kurkite ir tvarkykite programas bei botus savo paskyrai."
@@ -5248,7 +5324,8 @@ msgid "Create and share custom emoji and sticker packs with Fluxer Plutonium."
msgstr "Kurkite ir dalinkitės pasirinktiniais emoji bei lipdukų rinkiniais su Fluxer Plutonium."
#: src/components/modals/tabs/ApplicationsTab/ApplicationCreateModal.tsx:87
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:142
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:149
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:155
msgid "Create Application"
msgstr "Sukurti programą"
@@ -5267,7 +5344,7 @@ msgid "Create Category"
msgstr "Sukurti kategoriją"
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:180
-#: src/components/layout/ChannelItem.tsx:607
+#: src/components/layout/ChannelItem.tsx:624
#: src/components/modals/ChannelCreateModal.tsx:58
#: src/components/modals/ChannelCreateModal.tsx:103
#: src/components/popouts/GuildHeaderPopout.tsx:194
@@ -5276,8 +5353,8 @@ msgstr "Sukurti kategoriją"
msgid "Create Channel"
msgstr "Sukurti kanalą"
-#: src/components/modals/tabs/BetaCodesTab.tsx:326
-#: src/components/modals/tabs/BetaCodesTab.tsx:369
+#: src/components/modals/tabs/BetaCodesTab.tsx:351
+#: src/components/modals/tabs/BetaCodesTab.tsx:394
msgid "Create Code"
msgstr "Sukurti kodą"
@@ -5329,7 +5406,7 @@ msgstr "Sukurti naują paskyrą"
msgid "Create new group"
msgstr "Sukurti naują grupę"
-#: src/components/modals/InviteModal.tsx:339
+#: src/components/modals/InviteModal.tsx:336
msgid "Create New Link"
msgstr "Sukurti naują nuorodą"
@@ -5373,7 +5450,7 @@ msgid "Create, edit, or delete webhooks."
msgstr "Kurkite, redaguokite arba ištrinkite webhook'us."
#: src/components/invites/InviteListItem.tsx:59
-#: src/components/modals/tabs/BetaCodesTab.tsx:57
+#: src/components/modals/tabs/BetaCodesTab.tsx:59
msgid "Created"
msgstr "Sukurta"
@@ -5390,7 +5467,7 @@ msgstr "Sukurta {createdAt}"
#. placeholder {0}: invite.pack.creator.username
#. placeholder {0}: pack.creator.username
#: src/components/auth/InviteHeader.tsx:158
-#: src/components/channel/InviteEmbed.tsx:218
+#: src/components/channel/InviteEmbed.tsx:220
#: src/components/modals/InviteAcceptModal.tsx:152
msgid "Created by {0}"
msgstr "Sukurta {0}"
@@ -5427,8 +5504,8 @@ msgid "Created with name {newLabel}."
msgstr "Sukurtas pavadinimu {newLabel}."
#: src/components/invites/InviteListItem.tsx:207
-#: src/components/modals/tabs/BetaCodesTab.tsx:135
-#: src/components/modals/tabs/BetaCodesTab.tsx:212
+#: src/components/modals/tabs/BetaCodesTab.tsx:137
+#: src/components/modals/tabs/BetaCodesTab.tsx:214
msgid "Created:"
msgstr "Sukurta:"
@@ -5440,7 +5517,7 @@ msgstr "Kūrybingų Protų Kolektyvas"
msgid "Creative Writing Club"
msgstr "Kūrybinio Rašymo Klubas"
-#: src/components/pages/ReportPage.tsx:314
+#: src/components/pages/report/optionDescriptors.ts:86
msgid "Croatia"
msgstr "Kroatija"
@@ -5519,8 +5596,8 @@ msgid "Currently stuck in 1885, appearing offline"
msgstr "Šiuo metu įstrigęs 1885-aisiais, atrodo neprisijungęs"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:461
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1023
-#: src/components/bottomsheets/DMBottomSheet.tsx:605
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1047
+#: src/components/bottomsheets/DMBottomSheet.tsx:608
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:305
msgid "Currently: {mutedText}"
msgstr "Šiuo metu: {mutedText}"
@@ -5665,7 +5742,7 @@ msgstr "Avataro, reklamjuostės, akcento spalvos ir biografijos tinkinimas atski
msgid "Cut"
msgstr "Iškirpti"
-#: src/components/pages/ReportPage.tsx:315
+#: src/components/pages/report/optionDescriptors.ts:87
msgid "Cyprus"
msgstr "Kipras"
@@ -5673,7 +5750,7 @@ msgstr "Kipras"
msgid "Czech"
msgstr "Čekų"
-#: src/components/pages/ReportPage.tsx:316
+#: src/components/pages/report/optionDescriptors.ts:88
msgid "Czech Republic"
msgstr "Čekija"
@@ -5746,9 +5823,9 @@ msgstr "Datos formatas"
#: src/components/auth/AuthMinimalRegisterFormCore.tsx:93
#: src/components/auth/AuthRegisterFormCore.tsx:139
-#: src/components/auth/DateOfBirthField.tsx:90
-#: src/components/auth/DateOfBirthField.tsx:124
-#: src/components/auth/DateOfBirthField.tsx:292
+#: src/components/auth/DateOfBirthField.tsx:87
+#: src/components/auth/DateOfBirthField.tsx:121
+#: src/components/auth/DateOfBirthField.tsx:289
#: src/components/auth/MockMinimalRegisterForm.tsx:107
msgid "Date of birth"
msgstr "Gimimo data"
@@ -5757,8 +5834,7 @@ msgstr "Gimimo data"
msgid "Date Options"
msgstr "Datos parinktys"
-#: src/components/auth/DateOfBirthField.tsx:88
-#: src/components/auth/DateOfBirthField.tsx:155
+#: src/components/auth/DateOfBirthField.tsx:152
#: src/components/auth/MockMinimalRegisterForm.tsx:73
msgid "Day"
msgstr "Diena"
@@ -5817,11 +5893,11 @@ msgstr "Atšaukti autorizaciją"
msgid "Deauthorize Application"
msgstr "Atšaukti programos autorizaciją"
-#: src/components/modals/components/MobileSettingsView.tsx:369
+#: src/components/modals/components/MobileSettingsView.tsx:364
msgid "Debug"
msgstr "Derinimas"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1267
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1291
#: src/components/uikit/ContextMenu/items/DebugMenuItems.tsx:71
msgid "Debug Channel"
msgstr "Derinti kanalą"
@@ -5844,7 +5920,7 @@ msgstr "Derinti narį"
msgid "Debug Message"
msgstr "Derinti žinutę"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1275
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1299
#: src/components/uikit/ContextMenu/items/DebugMenuItems.tsx:53
msgid "Debug User"
msgstr "Derinti naudotoją"
@@ -5905,8 +5981,8 @@ msgstr "Numatytai išjungta mobiliajame įrenginyje, kad išsaugotų baterijos g
#: src/actions/MessageActionCreators.tsx:394
#: src/components/channel/embeds/media/EmbedAudio.tsx:227
#: src/components/channel/embeds/media/MediaContainer.tsx:115
-#: src/components/channel/Messages.tsx:444
-#: src/components/channel/Messages.tsx:524
+#: src/components/channel/Messages.tsx:442
+#: src/components/channel/Messages.tsx:522
#: src/components/channel/MobileMemesPicker.tsx:546
#: src/components/channel/pickers/memes/MemeGridItem.tsx:120
#: src/components/emojis/EmojiListItem.tsx:189
@@ -5923,7 +5999,7 @@ msgstr "Numatytai išjungta mobiliajame įrenginyje, kad išsaugotų baterijos g
msgid "Delete"
msgstr "Ištrinti"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:666
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:680
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:320
msgid "Delete {channelType}"
msgstr "Ištrinti {channelType}"
@@ -5987,8 +6063,8 @@ msgstr "Ištrinti kategoriją"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:179
#: src/components/bottomsheets/ChannelBottomSheet.tsx:181
#: src/components/bottomsheets/ChannelBottomSheet.tsx:421
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:668
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1224
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:682
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1248
#: src/components/modals/components/DesktopChannelSettingsView.tsx:176
#: src/components/modals/components/MobileChannelSettingsView.tsx:85
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:322
@@ -6021,8 +6097,8 @@ msgstr "Ištrinti mediją"
#: src/components/channel/MessageActionBar.tsx:804
#: src/components/channel/messageActionMenu.tsx:156
#: src/components/channel/messageActionMenu.tsx:193
-#: src/components/channel/Messages.tsx:441
-#: src/components/channel/Messages.tsx:521
+#: src/components/channel/Messages.tsx:439
+#: src/components/channel/Messages.tsx:519
#: src/components/uikit/ContextMenu/items/MessageMenuItems.tsx:273
msgid "Delete Message"
msgstr "Ištrinti žinutę"
@@ -6114,7 +6190,7 @@ msgstr "Uždrausta {0} ir pašalintas draudimas {1}."
msgid "Denied {0}."
msgstr "Uždrausta {0}."
-#: src/components/pages/ReportPage.tsx:317
+#: src/components/pages/report/optionDescriptors.ts:89
msgid "Denmark"
msgstr "Danija"
@@ -6143,7 +6219,7 @@ msgstr "Apibūdinkite lipduką"
msgid "Describe what expressions are inside this pack."
msgstr "Apibūdinkite, kokios išraiškos yra šiame rinkinyje."
-#: src/components/pages/ReportPage.tsx:946
+#: src/components/pages/report/ReportStepDetails.tsx:225
msgid "Describe what makes the content illegal"
msgstr "Apibūdinkite, kas daro turinį neteisėtą"
@@ -6205,6 +6281,10 @@ msgstr "Atskirtas reklamjuostis"
msgid "details"
msgstr "išsamiau"
+#: src/components/pages/report/ReportBreadcrumbs.tsx:49
+msgid "Details"
+msgstr "Išsami informacija"
+
#: src/components/modals/AddGuildModal.tsx:150
msgid "Dev Den"
msgstr "Kūrėjų erdvė"
@@ -6274,7 +6354,7 @@ msgstr "Skirtingi dydžiai ir narių skaičiai"
msgid "Direct message"
msgstr "tiesioginė žinutė"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:477
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:491
#: src/components/modals/shared/RecipientList.tsx:200
msgid "Direct Message"
msgstr "Tiesioginė žinutė"
@@ -6516,8 +6596,8 @@ msgstr "Nelegalių veiklų aptarimas ar skatinimas"
#: src/components/layout/app-layout/nagbars/PremiumGracePeriodNagbar.tsx:79
#: src/components/layout/app-layout/nagbars/PremiumOnboardingNagbar.tsx:57
#: src/components/layout/GuildLayout.tsx:106
-#: src/components/modals/GiftAcceptModal.tsx:98
-#: src/components/modals/GiftAcceptModal.tsx:124
+#: src/components/modals/GiftAcceptModal.tsx:105
+#: src/components/modals/GiftAcceptModal.tsx:131
#: src/components/modals/RequiredActionModal.tsx:475
msgid "Dismiss"
msgstr "Atšaukti"
@@ -6562,8 +6642,8 @@ msgstr "Rodyti vaidmenų narius atskirai."
msgid "Display separator lines between different groups of messages for better visual distinction."
msgstr "Rodyti atskiriamąsias linijas tarp skirtingų žinučių grupių, kad būtų geriau matomas skirtumas."
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:613
-#: src/components/bottomsheets/DMBottomSheet.tsx:315
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:627
+#: src/components/bottomsheets/DMBottomSheet.tsx:317
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:97
#: src/components/uikit/ContextMenu/UserContextMenu.tsx:168
msgid "DM closed"
@@ -6581,7 +6661,7 @@ msgstr "DM žinučių peržiūros"
msgid "DM Notifications"
msgstr "Tiesioginių žinučių pranešimai"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1092
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1116
msgid "DM Settings"
msgstr "DM nustatymai"
@@ -6662,6 +6742,7 @@ msgstr "Nerodyti rašymo indikatorių kanalų sąraše"
#: src/components/keybinds/KeybindRecorder.tsx:220
#: src/components/modals/GuildNotificationSettingsModal.tsx:347
#: src/components/modals/GuildPrivacySettingsModal.tsx:68
+#: src/components/pages/report/ReportBreadcrumbs.tsx:50
#: src/components/search/HasFilterSheet.tsx:124
#: src/components/search/UserFilterSheet.tsx:149
msgid "Done"
@@ -6843,13 +6924,13 @@ msgstr "Redaguoti priedą"
msgid "Edit attachment form"
msgstr "Redaguoti priedo formą"
-#: src/components/layout/ChannelItem.tsx:630
+#: src/components/layout/ChannelItem.tsx:647
#: src/components/uikit/ContextMenu/items/CategoryMenuItems.tsx:299
msgid "Edit Category"
msgstr "Redaguoti kategoriją"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:416
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1218
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1242
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:300
msgid "Edit Channel"
msgstr "Redaguoti kanalą"
@@ -6869,8 +6950,8 @@ msgid "Edit global settings like name, description, and icon."
msgstr "Redaguoti globalius nustatymus, tokius kaip pavadinimas, aprašymas ir piktograma."
#: src/components/bottomsheets/ChannelBottomSheet.tsx:284
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1178
-#: src/components/bottomsheets/DMBottomSheet.tsx:461
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1202
+#: src/components/bottomsheets/DMBottomSheet.tsx:463
#: src/components/channel/dm/DMList.tsx:237
#: src/components/channel/dm/GroupDMWelcomeSection.tsx:74
#: src/components/modals/EditGroupBottomSheet.tsx:177
@@ -6883,7 +6964,7 @@ msgstr "Redaguoti grupę"
msgid "Edit group form"
msgstr "Redaguoti grupės formą"
-#: src/components/modals/InviteModal.tsx:327
+#: src/components/modals/InviteModal.tsx:324
msgid "Edit invite link"
msgstr "Redaguoti kvietimo nuorodą"
@@ -6910,10 +6991,10 @@ msgstr "Redaguoti pastabą"
msgid "Edit overwrites for roles and members in this channel."
msgstr "Redaguoti rolių ir narių perrašymus šiame kanale."
-#: src/components/modals/UserProfileMobileSheet.tsx:486
-#: src/components/modals/UserProfileModal.tsx:1205
+#: src/components/modals/UserProfileMobileSheet.tsx:490
+#: src/components/modals/UserProfileModal.tsx:1206
#: src/components/pages/YouPage.tsx:123
-#: src/components/popouts/UserAreaPopout.tsx:519
+#: src/components/popouts/UserAreaPopout.tsx:521
#: src/components/popouts/UserProfilePopout.tsx:299
msgid "Edit Profile"
msgstr "Redaguoti profilį"
@@ -6966,19 +7047,20 @@ msgstr "Redaguojama suplanuota žinutė"
#: src/components/auth/AuthLoginCore/AuthLoginEmailPasswordForm.tsx:78
#: src/components/auth/AuthRegisterFormCore.tsx:133
#: src/components/auth/AuthRegisterFormCore.tsx:159
-#: src/components/modals/ClaimAccountModal.tsx:157
+#: src/components/modals/ClaimAccountModal.tsx:159
#: src/components/modals/RequiredActionModal.tsx:185
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:210
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:241
#: src/components/modals/utils/settingsSearchIndex.ts:94
#: src/components/pages/ForgotPasswordPage.tsx:97
+#: src/components/pages/report/ReportBreadcrumbs.tsx:47
msgid "Email"
msgstr "El. paštas"
#: src/components/modals/tabs/AccountSecurityTab/AccountTab.tsx:65
#: src/components/modals/tabs/AccountSecurityTab/AccountTab.tsx:91
#: src/components/modals/tabs/ComponentGalleryTab/InputsTab.tsx:107
-#: src/components/pages/ReportPage.tsx:662
+#: src/components/pages/report/ReportStepEmail.tsx:76
msgid "Email Address"
msgstr "El. pašto adresas"
@@ -7019,10 +7101,6 @@ msgstr "Reikalingas el. pašto patvirtinimas"
msgid "Email Verification Required"
msgstr "Reikalingas el. pašto tikrinimas"
-#: src/components/pages/ReportPage.tsx:809
-msgid "Email verified"
-msgstr "El. paštas patvirtintas"
-
#: src/components/modals/tabs/DeveloperOptionsTab/AccountPremiumTab.tsx:56
msgid "Email Verified Override"
msgstr "El. pašto patvirtinimo perrašymas"
@@ -7108,7 +7186,7 @@ msgid "Emoji names must be at least 2 characters long and can only contain alpha
msgstr "Jaustukų pavadinimai turi būti bent 2 simbolių ilgio ir gali būti sudaryti tik iš raidžių, skaičių ir apatinių brūkšnių. Leidžiami failų tipai: JPEG, PNG, WebP, GIF. Mes suspaudžiame paveikslėlius iki 128x128 pikselių. Maksimalus dydis: {0} KB vienam jaustukui."
#: src/components/auth/InviteHeader.tsx:140
-#: src/components/channel/InviteEmbed.tsx:197
+#: src/components/channel/InviteEmbed.tsx:199
#: src/components/modals/InviteAcceptModal.tsx:142
#: src/components/modals/tabs/ExpressionPacksTab.tsx:70
msgid "Emoji pack"
@@ -7140,7 +7218,7 @@ msgstr "Jaustukas atnaujintas"
#: src/components/channel/AutocompleteEmoji.tsx:67
#: src/components/channel/textarea/TextareaButtons.tsx:150
-#: src/components/modals/ExpressionPickerSheet.tsx:106
+#: src/components/modals/ExpressionPickerSheet.tsx:93
#: src/components/popouts/ExpressionPickerPopout.tsx:95
msgid "Emojis"
msgstr "Jaustukai"
@@ -7343,11 +7421,11 @@ msgstr "Anglų"
msgid "English (US)"
msgstr "Anglų (JAV)"
-#: src/components/pages/ReportPage.tsx:429
+#: src/components/pages/ReportPage.tsx:254
msgid "Enter a code in the format ABCD-1234."
msgstr "Įveskite kodą formatu ABCD-1234."
-#: src/components/modals/tabs/GiftInventoryTab.tsx:235
+#: src/components/modals/tabs/GiftInventoryTab.tsx:258
msgid "Enter a gift code to redeem Plutonium for your account."
msgstr "Įveskite dovanų kodą, kad įsigytumėte Plutonium savo paskyrai."
@@ -7371,7 +7449,7 @@ msgstr "Įveskite kodą"
msgid "Enter fullscreen"
msgstr "Įjungti viso ekrano režimą"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:255
+#: src/components/modals/tabs/GiftInventoryTab.tsx:278
msgid "Enter gift code..."
msgstr "Įveskite dovanų kodą..."
@@ -7414,7 +7492,7 @@ msgstr "Įveskite 6 skaitmenų kodą, išsiųstą į jūsų telefoną."
msgid "Enter the API endpoint of the Fluxer instance you want to connect to."
msgstr "Įveskite Fluxer egzemplioriaus API galutinį tašką, prie kurio norite prisijungti."
-#: src/components/pages/ReportPage.tsx:424
+#: src/components/pages/ReportPage.tsx:249
msgid "Enter the code before continuing."
msgstr "Įveskite kodą prieš tęsiant."
@@ -7430,7 +7508,7 @@ msgstr "Įveskite kodą, išsiųstą į jūsų dabartinį el. paštą."
msgid "Enter the code we emailed to your new address."
msgstr "Įveskite kodą, kurį nusiuntėme el. paštu į jūsų naują adresą."
-#: src/components/modals/ClaimAccountModal.tsx:190
+#: src/components/modals/ClaimAccountModal.tsx:192
msgid "Enter the code we sent to your email to verify it. Your password will be set once the code is confirmed."
msgstr "Įveskite kodą, kurį nusiuntėme į jūsų el. paštą, kad jį patvirtintumėte. Jūsų slaptažodis bus nustatytas, kai kodas bus patvirtintas."
@@ -7454,14 +7532,10 @@ msgstr "spauskite enter, kad <0><1>įrašytumėte1>0>"
msgid "Enter username"
msgstr "Įveskite vartotojo vardą"
-#: src/components/pages/ReportPage.tsx:701
-msgid "Enter Verification Code"
+#: src/components/pages/report/ReportStepVerification.tsx:64
+msgid "Enter verification code"
msgstr "Įveskite patvirtinimo kodą"
-#: src/components/pages/ReportPage.tsx:638
-msgid "Enter Your Email"
-msgstr "Įveskite savo el. paštą"
-
#: src/components/pages/ForgotPasswordPage.tsx:87
msgid "Enter your email address and we'll send you a link to reset your password."
msgstr "Įveskite savo el. pašto adresą ir mes jums nusiųsime nuorodą slaptažodžio atkūrimui."
@@ -7500,7 +7574,7 @@ msgid "Entrance sound uploaded successfully"
msgstr "Įėjimo garsas sėkmingai įkeltas"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:297
-#: src/components/channel/ChannelSearchResults.tsx:691
+#: src/components/channel/ChannelSearchResults.tsx:660
#: src/components/modals/tabs/ComponentGalleryTab/OverlaysTab.tsx:88
msgid "Error"
msgstr "Klaida"
@@ -7522,7 +7596,7 @@ msgstr "Escape mygtukas išeina iš klaviatūros režimo"
msgid "escape to <0><1>cancel1>0>"
msgstr "paspauskite esc, kad <0><1>atšauktumėte1>0>"
-#: src/components/pages/ReportPage.tsx:318
+#: src/components/pages/report/optionDescriptors.ts:90
msgid "Estonia"
msgstr "Estija"
@@ -7561,7 +7635,7 @@ msgstr "išskirti nuorodą, įterpimą ar failą"
msgid "exclude user"
msgstr "išskirti naudotoją"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:95
+#: src/components/modals/components/plutonium/VisionarySection.tsx:104
msgid "Exclusive community"
msgstr "Eksklityvi bendruomenė"
@@ -7593,12 +7667,12 @@ msgstr "Išplėsti kategoriją"
msgid "Expiration"
msgstr "Galiojimo pabaiga"
-#: src/components/modals/InviteModal.tsx:281
+#: src/components/modals/InviteModal.tsx:278
msgid "Expire after"
msgstr "Baigti galioti po"
#: src/components/accounts/AccountRow.tsx:162
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:114
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:133
#: src/components/modals/GroupInvitesBottomSheet.tsx:104
msgid "Expired"
msgstr "Pasibaigęs"
@@ -7675,7 +7749,7 @@ msgstr "Išraiškos paketai"
msgid "Expression Packs are a Plutonium feature"
msgstr "Išraiškos paketai yra Plutonium funkcija"
-#: src/components/modals/ExpressionPickerSheet.tsx:232
+#: src/components/modals/ExpressionPickerSheet.tsx:219
#: src/components/popouts/ExpressionPickerPopout.tsx:193
msgid "Expression picker categories"
msgstr "Išraiškų pasirinkimo kategorijos"
@@ -7700,7 +7774,7 @@ msgstr "Išorinės nuorodos gali būti pavojingos. Būkite atsargūs."
msgid "Extra Large"
msgstr "Labai didelis"
-#: src/components/pages/ReportPage.tsx:297
+#: src/components/pages/report/optionDescriptors.ts:72
#: src/constants/IARConstants.tsx:165
msgid "Extremist Community"
msgstr "Ekstremistinė bendruomenė"
@@ -7749,7 +7823,7 @@ msgstr "Nepavyko nukopijuoti kvietimo nuorodos"
msgid "Failed to copy to clipboard"
msgstr "Nepavyko nukopijuoti į iškarpinę"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:79
+#: src/components/modals/tabs/GiftInventoryTab.tsx:80
msgid "Failed to copy URL"
msgstr "Nepavyko nukopijuoti URL"
@@ -7794,7 +7868,7 @@ msgid "Failed to delete category"
msgstr "Nepavyko ištrinti kategorijos"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:194
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:681
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:695
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:335
msgid "Failed to delete channel"
msgstr "Nepavyko ištrinti kanalo"
@@ -7868,7 +7942,7 @@ msgstr "Nepavyko įkelti blokavimų. Bandykite dar kartą."
msgid "Failed to load emojis"
msgstr "Nepavyko įkelti emodžių"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:296
+#: src/components/modals/tabs/GiftInventoryTab.tsx:319
msgid "Failed to load gift inventory"
msgstr "Nepavyko įkelti dovanų inventoriaus"
@@ -7894,8 +7968,8 @@ msgstr "Nepavyko įkelti lipdukų"
msgid "Failed to load vanity URL. Please try again."
msgstr "Nepavyko įkelti vaizdingo URL. Bandykite dar kartą."
-#: src/components/modals/components/PlutoniumContent.tsx:146
-#: src/components/modals/components/PlutoniumContent.tsx:272
+#: src/components/modals/components/PlutoniumContent.tsx:157
+#: src/components/modals/components/PlutoniumContent.tsx:289
msgid "Failed to load Visionary information. Please try again later."
msgstr "Nepavyko įkelti Visionary informacijos. Bandykite dar kartą vėliau."
@@ -7916,19 +7990,19 @@ msgstr "Nepavyko įkelti jūsų bendruomenių."
msgid "Failed to open customer portal. Please try again."
msgstr "Nepavyko atidaryti klientų portalo. Bandykite dar kartą."
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:572
-#: src/components/bottomsheets/DMBottomSheet.tsx:153
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:586
+#: src/components/bottomsheets/DMBottomSheet.tsx:155
#: src/components/channel/dm/DMList.tsx:216
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:121
msgid "Failed to pin DM"
msgstr "Nepavyko prisegti asmeninės žinutės"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:572
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:586
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:101
msgid "Failed to pin group"
msgstr "Nepavyko prisegti grupės"
-#: src/components/bottomsheets/DMBottomSheet.tsx:153
+#: src/components/bottomsheets/DMBottomSheet.tsx:155
msgid "Failed to pin group DM"
msgstr "Nepavyko prisegti grupinio DM"
@@ -7957,7 +8031,7 @@ msgstr "Nepavyko pasiekti instancijos ({status})"
msgid "Failed to reactivate subscription. Please try again."
msgstr "Nepavyko aktyvinti prenumeratos iš naujo. Bandykite dar kartą."
-#: src/components/modals/tabs/GiftInventoryTab.tsx:94
+#: src/components/modals/tabs/GiftInventoryTab.tsx:95
msgid "Failed to redeem gift"
msgstr "Nepavyko panaudoti dovanos"
@@ -7998,6 +8072,10 @@ msgstr "Nepavyko pašalinti iš grupės"
msgid "Failed to remove timeout. Please try again."
msgstr "Nepavyko pašalinti laiko ribojimo. Bandykite dar kartą."
+#: src/components/pages/ReportPage.tsx:236
+msgid "Failed to resend code. Please try again."
+msgstr "Nepavyko išsiųsti kodo dar kartą. Prašome bandyti dar kartą."
+
#: src/components/modals/guildTabs/GuildRolesTab.tsx:674
msgid "Failed to reset hoist order"
msgstr "Nepavyko atstatyti pakėlimo tvarkos"
@@ -8018,7 +8096,7 @@ msgstr "Nepavyko pasukti. Bandykite dar kartą."
msgid "Failed to send friend request. Please try again."
msgstr "Nepavyko išsiųsti draugystės užklausos. Bandykite dar kartą."
-#: src/components/bottomsheets/DMBottomSheet.tsx:262
+#: src/components/bottomsheets/DMBottomSheet.tsx:264
#: src/components/modals/InviteModal.tsx:176
#: src/components/uikit/ContextMenu/items/InviteMenuItems.tsx:111
msgid "Failed to send invite"
@@ -8037,7 +8115,7 @@ msgstr "Nepavyko išsiųsti SMS kodo. Bandykite dar kartą."
msgid "Failed to send theme"
msgstr "Nepavyko išsiųsti temos"
-#: src/components/pages/ReportPage.tsx:412
+#: src/components/pages/ReportPage.tsx:234
msgid "Failed to send verification code. Please try again."
msgstr "Nepavyko išsiųsti patvirtinimo kodo. Bandykite dar kartą."
@@ -8084,19 +8162,19 @@ msgstr "Nepavyko perduoti nuosavybės teisių. Bandykite dar kartą."
msgid "Failed to unblock user. Please try again."
msgstr "Nepavyko atblokuoti naudotojo. Bandykite dar kartą."
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:589
-#: src/components/bottomsheets/DMBottomSheet.tsx:170
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:603
+#: src/components/bottomsheets/DMBottomSheet.tsx:172
#: src/components/channel/dm/DMList.tsx:226
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:138
msgid "Failed to unpin DM"
msgstr "Nepavyko atsegti DM"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:589
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:603
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:118
msgid "Failed to unpin group"
msgstr "Nepavyko atsegti grupės"
-#: src/components/bottomsheets/DMBottomSheet.tsx:170
+#: src/components/bottomsheets/DMBottomSheet.tsx:172
msgid "Failed to unpin group DM"
msgstr "Nepavyko nuimti grupės DM"
@@ -8298,7 +8376,7 @@ msgstr "Raskite idealų lipduką"
msgid "Fine-tune core colors and fonts for this app. Changes here are stored as custom CSS overrides and sync with the editor below."
msgstr "Derinkite pagrindines šios programėlės spalvas ir šriftus. Čia atlikti pakeitimai saugomi kaip pasirinktiniai CSS perrašymai ir sinchronizuojami su toliau esančiu redaktoriumi."
-#: src/components/pages/ReportPage.tsx:319
+#: src/components/pages/report/optionDescriptors.ts:91
msgid "Finland"
msgstr "Suomija"
@@ -8306,7 +8384,7 @@ msgstr "Suomija"
msgid "Finnish"
msgstr "Suomių"
-#: src/components/pages/ReportPage.tsx:923
+#: src/components/pages/report/ReportStepDetails.tsx:199
msgid "First and last name"
msgstr "Vardas ir pavardė"
@@ -8419,7 +8497,7 @@ msgstr "Fluxer reikia leidimo stebėti klaviatūros ir pelės įvestį, kad <0>S
msgid "Fluxer Partner"
msgstr "Fluxer Partneris"
-#: src/components/modals/components/PlutoniumContent.tsx:182
+#: src/components/modals/components/PlutoniumContent.tsx:193
#: src/components/modals/PremiumModal.tsx:34
#: src/components/modals/utils/settingsConstants.tsx:147
#: src/components/popouts/UserProfileBadges.tsx:99
@@ -8483,7 +8561,7 @@ msgstr "Maistas ir gėrimai"
msgid "Foodie Friends"
msgstr "Maisto draugai"
-#: src/components/bottomsheets/DMBottomSheet.tsx:660
+#: src/components/bottomsheets/DMBottomSheet.tsx:663
msgid "For 1 hour"
msgstr "1 valandai"
@@ -8497,7 +8575,7 @@ msgstr "1 valandai"
msgid "For 1 Hour"
msgstr "1 valandai"
-#: src/components/bottomsheets/DMBottomSheet.tsx:659
+#: src/components/bottomsheets/DMBottomSheet.tsx:662
#: src/components/popouts/UserAreaPopout.tsx:77
msgid "For 15 minutes"
msgstr "15 minučių"
@@ -8511,7 +8589,7 @@ msgstr "15 minučių"
msgid "For 15 Minutes"
msgstr "15 minučių"
-#: src/components/bottomsheets/DMBottomSheet.tsx:663
+#: src/components/bottomsheets/DMBottomSheet.tsx:666
msgid "For 24 hours"
msgstr "24 valandoms"
@@ -8529,7 +8607,7 @@ msgstr "24 valandoms"
msgid "For 3 days"
msgstr "3 dienoms"
-#: src/components/bottomsheets/DMBottomSheet.tsx:661
+#: src/components/bottomsheets/DMBottomSheet.tsx:664
msgid "For 3 hours"
msgstr "3 valandoms"
@@ -8542,7 +8620,7 @@ msgstr "3 valandoms"
msgid "For 3 Hours"
msgstr "3 valandoms"
-#: src/components/bottomsheets/DMBottomSheet.tsx:662
+#: src/components/bottomsheets/DMBottomSheet.tsx:665
msgid "For 8 hours"
msgstr "8 valandoms"
@@ -8560,7 +8638,7 @@ msgstr "8 valandoms"
msgid "For British eyes only..."
msgstr "Tik britų akims..."
-#: src/components/modals/components/plutonium/PricingSection.tsx:62
+#: src/components/modals/components/plutonium/PricingSection.tsx:68
msgid "For Me"
msgstr "Man"
@@ -8664,15 +8742,15 @@ msgstr "Priverčia lėtąjį režimą būti aktyvų visuose kanaluose"
msgid "Forever"
msgstr "Amžinai"
-#: src/components/modals/components/MobileSettingsView.tsx:300
+#: src/components/modals/components/MobileSettingsView.tsx:295
msgid "Forget"
msgstr "Pamiršti"
-#: src/components/modals/components/MobileSettingsView.tsx:327
+#: src/components/modals/components/MobileSettingsView.tsx:322
msgid "Forget Push Subscriptions"
msgstr "Pamiršti pranešimų prenumeratas"
-#: src/components/modals/components/MobileSettingsView.tsx:294
+#: src/components/modals/components/MobileSettingsView.tsx:289
msgid "Forget push subscriptions?"
msgstr "Pamiršti pranešimų prenumeratas?"
@@ -8729,7 +8807,7 @@ msgstr "Kadrų dažnis"
msgid "Frame rates above 30 fps require Plutonium"
msgstr "Kadrų dažniai virš 30 fps reikalauja Plutonium"
-#: src/components/pages/ReportPage.tsx:320
+#: src/components/pages/report/optionDescriptors.ts:92
msgid "France"
msgstr "Prancūzija"
@@ -8745,8 +8823,8 @@ msgstr "Nemokamas naudotojas (be pirkimų)"
msgid "Free User (With Purchase History)"
msgstr "Nemokamas naudotojas (su pirkimų istorija)"
-#: src/components/modals/components/PlutoniumContent.tsx:163
-#: src/components/modals/components/PlutoniumContent.tsx:289
+#: src/components/modals/components/PlutoniumContent.tsx:174
+#: src/components/modals/components/PlutoniumContent.tsx:308
msgid "Free vs Plutonium"
msgstr "Nemokama vs Plutonium"
@@ -8773,12 +8851,13 @@ msgstr "Draugystės prašymas"
msgid "Friend request sent"
msgstr "Draugystės prašymas išsiųstas"
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:68
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:250
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:75
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:89
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:271
msgid "Friend Request Sent"
msgstr "Draugystės prašymas išsiųstas"
-#: src/components/channel/dm/AddFriendForm.tsx:144
+#: src/components/channel/dm/AddFriendForm.tsx:167
msgid "Friend request sent!"
msgstr "Draugystės prašymas išsiųstas!"
@@ -8787,7 +8866,7 @@ msgstr "Draugystės prašymas išsiųstas!"
msgid "Friend Requests"
msgstr "Draugystės prašymai"
-#: src/components/channel/dm/AddFriendForm.tsx:137
+#: src/components/channel/dm/AddFriendForm.tsx:160
msgid "Friend's FluxerTag"
msgstr "Draugo FluxerTag"
@@ -8828,9 +8907,10 @@ msgstr "Nuo {0}"
#. placeholder {0}: creator.username
#. placeholder {1}: creator.discriminator
-#: src/components/channel/GiftEmbed.tsx:87
-#: src/components/modals/GiftAcceptModal.tsx:116
-#: src/components/modals/GiftAcceptModal.tsx:143
+#: src/components/channel/GiftEmbed.tsx:93
+#: src/components/modals/GiftAcceptModal.tsx:123
+#: src/components/modals/GiftAcceptModal.tsx:151
+#: src/components/modals/GiftAcceptModal.tsx:186
msgid "From {0}#{1}"
msgstr "Nuo {0}#{1}"
@@ -8850,7 +8930,7 @@ msgstr "Iš naudotojo"
msgid "from:"
msgstr "nuo:"
-#: src/components/pages/ReportPage.tsx:919
+#: src/components/pages/report/ReportStepDetails.tsx:195
msgid "Full Legal Name"
msgstr "Pilnas teisinis vardas"
@@ -8892,7 +8972,7 @@ msgstr "Sukurti kvietimą"
msgid "Generate invite link"
msgstr "Sukurti kvietimo nuorodą"
-#: src/components/modals/tabs/BetaCodesTab.tsx:315
+#: src/components/modals/tabs/BetaCodesTab.tsx:340
msgid "Generate up to {MAX_UNCLAIMED_BETA_CODES} unclaimed beta codes to invite friends to Fluxer. You can create 3 codes per week."
msgstr "Sugeneruokite iki {MAX_UNCLAIMED_BETA_CODES} nepanaudotų beta kodų, kad pakviestumėte draugus į Fluxer. Galite sukurti 3 kodus per savaitę."
@@ -8909,7 +8989,7 @@ msgstr "Geografiškai apribota"
msgid "German"
msgstr "Vokiečių"
-#: src/components/pages/ReportPage.tsx:321
+#: src/components/pages/report/optionDescriptors.ts:93
msgid "Germany"
msgstr "Vokietija"
@@ -8991,13 +9071,13 @@ msgstr "GIF peržiūra"
#: src/components/channel/pickers/gif/GifPickerHeader.tsx:40
#: src/components/channel/pickers/memes/MemesPickerHeader.tsx:57
#: src/components/channel/textarea/TextareaButtons.tsx:110
-#: src/components/modals/ExpressionPickerSheet.tsx:68
+#: src/components/modals/ExpressionPickerSheet.tsx:55
#: src/components/popouts/ExpressionPickerPopout.tsx:69
msgid "GIFs"
msgstr "GIF'ai"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:122
-#: src/components/modals/GiftAcceptModal.tsx:163
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:141
+#: src/components/modals/GiftAcceptModal.tsx:206
msgid "Gift"
msgstr "Dovana"
@@ -9030,19 +9110,20 @@ msgstr "Dovana jau panaudota"
msgid "Gift Already Redeemed"
msgstr "Dovana jau panaudota"
-#: src/components/channel/GiftEmbed.tsx:94
+#: src/components/channel/GiftEmbed.tsx:105
+#: src/components/channel/GiftEmbed.tsx:109
msgid "Gift Claimed"
msgstr "Dovana pareikalauta"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:246
+#: src/components/modals/tabs/GiftInventoryTab.tsx:269
msgid "Gift code cannot be empty"
msgstr "Dovanos kodas negali būti tuščias"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:243
+#: src/components/modals/tabs/GiftInventoryTab.tsx:266
msgid "Gift code is required"
msgstr "Reikalingas dovanos kodas"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:250
+#: src/components/modals/tabs/GiftInventoryTab.tsx:273
msgid "Gift code is too long"
msgstr "Dovanos kodas per ilgas"
@@ -9070,7 +9151,7 @@ msgstr "Dovana nerasta"
#: src/components/channel/textarea/TextareaButtons.tsx:101
#: src/components/channel/textarea/TextareaButtons.tsx:177
-#: src/components/modals/components/plutonium/GiftSection.tsx:61
+#: src/components/modals/components/plutonium/GiftSection.tsx:67
msgid "Gift Plutonium"
msgstr "Dovanoti Plutonium"
@@ -9078,23 +9159,23 @@ msgstr "Dovanoti Plutonium"
msgid "Gift redeemed successfully!"
msgstr "Dovana sėkmingai panaudota!"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:89
+#: src/components/modals/tabs/GiftInventoryTab.tsx:90
msgid "Gift redeemed successfully! Enjoy your Plutonium!"
msgstr "Dovana sėkmingai panaudota! Mėgaukitės savo Plutonium!"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:53
+#: src/components/modals/components/plutonium/VisionarySection.tsx:58
msgid "gift time"
msgstr "dovanos laikas"
-#: src/components/channel/GiftEmbed.tsx:151
+#: src/components/channel/GiftEmbed.tsx:162
msgid "Gift Unavailable"
msgstr "Dovana neprieinama"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:132
+#: src/components/modals/tabs/GiftInventoryTab.tsx:133
msgid "Gift URL"
msgstr "Dovanos URL"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:75
+#: src/components/modals/tabs/GiftInventoryTab.tsx:76
msgid "Gift URL copied to clipboard!"
msgstr "Dovanos URL nukopijuotas į iškarpinę!"
@@ -9126,7 +9207,7 @@ msgstr "Pasauliniai sparčieji klavišai prieinami darbalaukio programoje"
msgid "Glorification of violence or disturbing imagery"
msgstr "Smurto šlovinimas arba trikdanti vaizdinė medžiaga"
-#: src/components/modals/components/MobileSettingsView.tsx:145
+#: src/components/modals/components/MobileSettingsView.tsx:140
#: src/components/modals/shared/MobileSettingsComponents.tsx:43
msgid "Go back"
msgstr "Grįžti"
@@ -9143,7 +9224,7 @@ msgstr "Grįžti į anksčiau pasirinktą teksto kanalą"
msgid "Go forward in navigation history"
msgstr "Eiti pirmyn naršymo istorijoje"
-#: src/components/channel/InviteEmbed.tsx:259
+#: src/components/channel/InviteEmbed.tsx:261
#: src/components/modals/InviteAcceptModal.tsx:100
msgid "Go to Community"
msgstr "Eiti į Bendruomenę"
@@ -9166,15 +9247,15 @@ msgstr "Eiti į prisijungimą"
msgid "Go to message"
msgstr "Eiti į žinutę"
-#: src/components/channel/ChannelSearchResults.tsx:841
+#: src/components/channel/ChannelSearchResults.tsx:809
msgid "Go to page"
msgstr "Eiti į puslapį"
-#: src/components/channel/ChannelSearchResults.tsx:808
+#: src/components/channel/ChannelSearchResults.tsx:776
msgid "Go to page {page}"
msgstr "Eiti į puslapį {page}"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:315
+#: src/components/modals/tabs/GiftInventoryTab.tsx:338
msgid "Go to Plutonium"
msgstr "Eiti į Plutonium"
@@ -9195,7 +9276,7 @@ msgstr "Supratau"
msgid "Gotcha"
msgstr "Supratau"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:116
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:135
msgid "Grace Period"
msgstr "Atidėjimo laikotarpis"
@@ -9203,7 +9284,7 @@ msgstr "Atidėjimo laikotarpis"
msgid "Grace Period (Still Have Access)"
msgstr "Atidėjimo laikotarpis (vis dar turi prieigą)"
-#: src/components/modals/InviteModal.tsx:301
+#: src/components/modals/InviteModal.tsx:298
msgid "Grant temporary membership"
msgstr "Suteikti laikiną narystę"
@@ -9234,7 +9315,7 @@ msgstr "Didelė sėkmė!"
msgid "Great success! You can now close this tab and return to the app."
msgstr "Didelė sėkmė! Dabar galite uždaryti šį skirtuką ir grįžti į programėlę."
-#: src/components/pages/ReportPage.tsx:322
+#: src/components/pages/report/optionDescriptors.ts:94
msgid "Greece"
msgstr "Graikija"
@@ -9263,7 +9344,7 @@ msgstr "Grupės pokalbio pridėjimo leidimai"
msgid "Group Chat Permissions"
msgstr "Grupės pokalbių leidimai"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:481
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:495
msgid "Group Direct Message"
msgstr "Grupės tiesioginė žinutė"
@@ -9272,7 +9353,7 @@ msgid "Group DM"
msgstr "Grupės TM"
#. placeholder {0}: channel.recipientIds.length + 1
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:772
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:804
msgid "Group DM · {0} members"
msgstr "Grupės TM · {0} narių"
@@ -9317,12 +9398,12 @@ msgstr "Grupės pavadinimas negali viršyti 100 simbolių"
msgid "Group Online Status"
msgstr "Grupės internetinė būsena"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:962
-#: src/components/channel/MemberListItem.tsx:102
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:984
+#: src/components/channel/MemberListItem.tsx:109
msgid "Group Owner"
msgstr "Grupės savininkas"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1092
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1116
msgid "Group Settings"
msgstr "Grupės nustatymai"
@@ -9335,11 +9416,11 @@ msgstr "Grupės rašymo būsenos"
msgid "Group updated"
msgstr "Grupė atnaujinta"
-#: src/components/pages/ReportPage.tsx:893
+#: src/components/pages/report/ReportStepDetails.tsx:167
msgid "Guild (Community) ID"
msgstr "Gildijos (bendruomenės) ID"
-#: src/components/pages/ReportPage.tsx:902
+#: src/components/pages/report/ReportStepDetails.tsx:177
msgid "Guild ID is required."
msgstr "Reikalingas gildijos ID."
@@ -9355,13 +9436,13 @@ msgstr "Gildijos įrašas"
msgid "Hang on while we check for scheduled messages."
msgstr "Palaukite, kol patikrinsime suplanuotas žinutes."
-#: src/components/pages/ReportPage.tsx:295
+#: src/components/pages/report/optionDescriptors.ts:70
#: src/constants/IARConstants.tsx:155
msgid "Harassment"
msgstr "Priekabiavimas"
-#: src/components/pages/ReportPage.tsx:262
-#: src/components/pages/ReportPage.tsx:281
+#: src/components/pages/report/optionDescriptors.ts:43
+#: src/components/pages/report/optionDescriptors.ts:59
#: src/constants/IARConstants.tsx:32
#: src/constants/IARConstants.tsx:109
msgid "Harassment or Bullying"
@@ -9383,9 +9464,9 @@ msgstr "Ar kada nors įsigijo Override"
msgid "has:"
msgstr "turi:"
-#: src/components/pages/ReportPage.tsx:263
-#: src/components/pages/ReportPage.tsx:282
-#: src/components/pages/ReportPage.tsx:296
+#: src/components/pages/report/optionDescriptors.ts:44
+#: src/components/pages/report/optionDescriptors.ts:60
+#: src/components/pages/report/optionDescriptors.ts:71
#: src/constants/IARConstants.tsx:37
#: src/constants/IARConstants.tsx:114
#: src/constants/IARConstants.tsx:160
@@ -9430,7 +9511,7 @@ msgid "Help Center"
msgstr "Pagalbos centras"
#. placeholder {0}: user.displayName
-#: src/components/layout/app-layout/nagbars/UnclaimedAccountNagbar.tsx:44
+#: src/components/layout/app-layout/nagbars/UnclaimedAccountNagbar.tsx:42
msgid "Hey {0}, claim your account to prevent losing access."
msgstr "Ei {0}, pareikškite savo paskyrą, kad neprarastumėte prieigos."
@@ -9654,7 +9735,7 @@ msgstr "https://example.com/callback"
msgid "Hungarian"
msgstr "Vengrų"
-#: src/components/pages/ReportPage.tsx:323
+#: src/components/pages/report/optionDescriptors.ts:95
msgid "Hungary"
msgstr "Vengrija"
@@ -9728,8 +9809,8 @@ msgstr "Jei gavote beta kodą, galite jį įvesti žemiau, kad gautumėte tiesio
msgid "If you want to export your data or delete your messages first, please visit the Privacy Dashboard section in User Settings before proceeding."
msgstr "Jei norite pirmiausia eksportuoti savo duomenis arba ištrinti savo žinutes, prieš tęsdami apsilankykite Privatumo skydelio skiltyje Vartotojo nustatymai."
-#: src/components/channel/channel-view/DMChannelView.tsx:301
-#: src/components/channel/dm/DMWelcomeSection.tsx:119
+#: src/components/channel/channel-view/DMChannelView.tsx:302
+#: src/components/channel/dm/DMWelcomeSection.tsx:131
#: src/components/channel/friends/FriendListItem.tsx:145
#: src/components/channel/friends/FriendListItem.tsx:244
#: src/components/channel/friends/MobileFriendRequestItem.tsx:69
@@ -9740,7 +9821,7 @@ msgstr "Ignoruoti"
#: src/components/channel/friends/FriendListItem.tsx:143
#: src/components/channel/friends/MobileFriendRequestItem.tsx:67
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:152
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:173
msgid "Ignore Friend Request"
msgstr "Ignoruoti draugų užklausą"
@@ -9749,8 +9830,8 @@ msgstr "Ignoruoti draugų užklausą"
msgid "Ignore per-channel message rate limits."
msgstr "Ignoruoti kanalų žinučių dažnio apribojimus."
-#: src/components/pages/ReportPage.tsx:267
-#: src/components/pages/ReportPage.tsx:298
+#: src/components/pages/report/optionDescriptors.ts:48
+#: src/components/pages/report/optionDescriptors.ts:73
#: src/constants/IARConstants.tsx:57
#: src/constants/IARConstants.tsx:170
msgid "Illegal Activity"
@@ -9762,7 +9843,7 @@ msgid "image"
msgstr "paveikslėlis"
#: src/components/channel/embeds/media/EmbedGifv.tsx:237
-#: src/components/channel/embeds/media/EmbedImage.tsx:369
+#: src/components/channel/embeds/media/EmbedImage.tsx:374
#: src/components/modals/MediaViewerModal.tsx:362
#: src/components/search/HasFilterSheet.tsx:50
#: src/utils/FavoriteMemeUtils.ts:71
@@ -9783,8 +9864,8 @@ msgstr "Paveikslėlio peržiūra"
msgid "Images"
msgstr "Paveikslėliai"
-#: src/components/pages/ReportPage.tsx:272
-#: src/components/pages/ReportPage.tsx:284
+#: src/components/pages/report/optionDescriptors.ts:53
+#: src/components/pages/report/optionDescriptors.ts:62
#: src/constants/IARConstants.tsx:82
#: src/constants/IARConstants.tsx:124
msgid "Impersonation"
@@ -9839,7 +9920,7 @@ msgstr "po {absWeeks} savaičių"
msgid "in {absYears} years"
msgstr "po {absYears} metų"
-#: src/components/channel/channel-view/DMChannelView.tsx:275
+#: src/components/channel/channel-view/DMChannelView.tsx:276
msgid "In call"
msgstr "Pokalbyje"
@@ -9880,7 +9961,7 @@ msgstr "Naršyklėje mygtukas \"Kalba spaustuką\" veiks tik tada, kai Fluxer sk
msgid "in:"
msgstr "į:"
-#: src/components/pages/ReportPage.tsx:286
+#: src/components/pages/report/optionDescriptors.ts:64
#: src/constants/IARConstants.tsx:134
msgid "Inappropriate Profile"
msgstr "Netinkamas profilis"
@@ -9909,7 +9990,7 @@ msgstr "Įtraukti visus bendruomenės paminėjimus"
msgid "Include audio from your screen in the share"
msgstr "Įtraukite garso takelį iš savo ekrano į bendrinimą"
-#: src/components/channel/channel-view/DMChannelView.tsx:269
+#: src/components/channel/channel-view/DMChannelView.tsx:270
#: src/components/voice/IncomingCallUI.tsx:263
#: src/components/voice/IncomingCallUI.tsx:286
#: src/components/voice/IncomingCallUI.tsx:324
@@ -9946,11 +10027,11 @@ msgid "Increase app zoom level"
msgstr "Padidinti programos mastelį"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:284
-#: src/components/channel/ChannelSearchResults.tsx:679
+#: src/components/channel/ChannelSearchResults.tsx:648
msgid "Indexing Channel"
msgstr "Indeksuojamas kanalas"
-#: src/components/channel/ChannelSearchResults.tsx:317
+#: src/components/channel/ChannelSearchResults.tsx:274
msgid "Indexing..."
msgstr "Indeksavimas..."
@@ -10032,12 +10113,12 @@ msgstr "Įvestys su piktogramomis"
msgid "Insert emoji"
msgstr "Įterpti jaustuką"
-#: src/components/channel/InviteEmbed.tsx:198
+#: src/components/channel/InviteEmbed.tsx:200
#: src/components/modals/InviteAcceptModal.tsx:143
msgid "Install Emoji Pack"
msgstr "Įdiegti jaustukų rinkinį"
-#: src/components/channel/InviteEmbed.tsx:198
+#: src/components/channel/InviteEmbed.tsx:200
#: src/components/modals/InviteAcceptModal.tsx:143
msgid "Install Sticker Pack"
msgstr "Įdiegti lipdukų rinkinį"
@@ -10104,7 +10185,7 @@ msgstr "Netinkamas dovanų kodas"
msgid "Invalid instance response: missing webapp URL."
msgstr "Neteisingas instancijos atsakymas: trūksta webapp URL."
-#: src/components/modals/ClaimAccountModal.tsx:108
+#: src/components/modals/ClaimAccountModal.tsx:110
#: src/components/modals/EmailChangeModal.tsx:108
#: src/components/modals/EmailChangeModal.tsx:169
msgid "Invalid or expired code"
@@ -10134,7 +10215,7 @@ msgstr "Apverstas mygtukas paspaustas!"
msgid "Invisible"
msgstr "Nematomas"
-#: src/components/modals/InviteModal.tsx:257
+#: src/components/modals/InviteModal.tsx:267
#: src/components/modals/tabs/ExpressionPacksTab.tsx:83
#: src/constants/AuditLogConstants.tsx:239
msgid "Invite"
@@ -10144,7 +10225,7 @@ msgstr "Pakviesti"
msgid "Invite Background"
msgstr "Pakvietimo fonas"
-#: src/components/pages/ReportPage.tsx:908
+#: src/components/pages/report/ReportStepDetails.tsx:183
msgid "Invite Code (optional)"
msgstr "Pakvietimo kodas (nebūtinas)"
@@ -10170,7 +10251,7 @@ msgstr "Pakviesti draugus"
msgid "Invite friends to {0}"
msgstr "Pakviesti draugus į {0}"
-#: src/components/modals/InviteModal.tsx:317
+#: src/components/modals/InviteModal.tsx:314
msgid "Invite link"
msgstr "Pakvietimo nuoroda"
@@ -10190,7 +10271,7 @@ msgid "Invite Links"
msgstr "Pakvietimo nuorodos"
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:164
-#: src/components/layout/ChannelItem.tsx:599
+#: src/components/layout/ChannelItem.tsx:616
#: src/components/popouts/GuildHeaderPopout.tsx:178
msgid "Invite Members"
msgstr "Pakviesti narius"
@@ -10218,7 +10299,7 @@ msgid "Invite Page Preview"
msgstr "Pakvietimo puslapio peržiūra"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:381
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1144
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1168
#: src/components/layout/FavoritesChannelListContent.tsx:305
#: src/components/uikit/ContextMenu/ChannelListContextMenu.tsx:96
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:97
@@ -10236,7 +10317,7 @@ msgstr "Pakvietimas atšauktas"
msgid "Invite sent for {0}"
msgstr "Pakvietimas išsiųstas {0}"
-#: src/components/bottomsheets/DMBottomSheet.tsx:256
+#: src/components/bottomsheets/DMBottomSheet.tsx:258
msgid "Invite sent to {guildName}"
msgstr "Pakvietimas išsiųstas {guildName}"
@@ -10249,7 +10330,7 @@ msgid "Invite splash preview"
msgstr "Pakvietimo užuomazgos peržiūra"
#. placeholder {0}: guild.name
-#: src/components/bottomsheets/DMBottomSheet.tsx:499
+#: src/components/bottomsheets/DMBottomSheet.tsx:501
msgid "Invite to {0}"
msgstr "Pakviesti į {0}"
@@ -10257,7 +10338,7 @@ msgstr "Pakviesti į {0}"
msgid "Invite to Community"
msgstr "Pakviesti į bendruomenę"
-#: src/components/channel/InviteEmbed.tsx:362
+#: src/components/channel/InviteEmbed.tsx:364
msgid "Invite Unavailable"
msgstr "Pakvietimas neprieinamas"
@@ -10277,7 +10358,7 @@ msgid "Invited by {0}#{1}"
msgstr "Pakviestas(-a) {0}#{1}"
#: src/components/auth/InviteHeader.tsx:159
-#: src/components/channel/InviteEmbed.tsx:222
+#: src/components/channel/InviteEmbed.tsx:224
msgid "Invited by {inviterTag}"
msgstr "Pakviestas(-a) {inviterTag}"
@@ -10290,8 +10371,8 @@ msgid "Inviter:"
msgstr "Kvietėjas:"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:303
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1199
-#: src/components/bottomsheets/DMBottomSheet.tsx:468
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1223
+#: src/components/bottomsheets/DMBottomSheet.tsx:470
#: src/components/channel/dm/DMList.tsx:257
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:145
msgid "Invites"
@@ -10301,11 +10382,11 @@ msgstr "Pakvietimai"
msgid "Invites are currently disabled for this community."
msgstr "Pakvietimai šiai bendruomenei šiuo metu išjungti."
-#: src/components/modals/InviteModal.tsx:270
+#: src/components/modals/InviteModal.tsx:237
msgid "Invites are currently disabled in this community by an admin. While this invite can be created, it cannot be accepted until invites are re-enabled."
msgstr "Administratorius šiai bendruomenei šiuo metu išjungo pakvietimus. Nors šį pakvietimą galima sukurti, jis negali būti priimtas, kol pakvietimai vėl nebus įjungti."
-#: src/components/layout/guild-list/GuildListItem.tsx:233
+#: src/components/layout/guild-list/GuildListItem.tsx:234
msgid "Invites are currently paused in this community"
msgstr "Pakvietimai šioje bendruomenėje šiuo metu sustabdyti"
@@ -10317,7 +10398,7 @@ msgstr "Pakvietimai užrakinti peržiūros bendruomenėms. Pareikškite savo pas
msgid "Invites disabled"
msgstr "Pakvietimai išjungti"
-#: src/components/channel/InviteEmbed.tsx:257
+#: src/components/channel/InviteEmbed.tsx:259
#: src/components/modals/InviteAcceptModal.tsx:98
msgid "Invites Disabled"
msgstr "Pakvietimai išjungti"
@@ -10343,7 +10424,7 @@ msgstr "Pakvietimai į <0>{0}0> šiuo metu išjungti"
msgid "IP address authorized"
msgstr "IP adresas autorizuotas"
-#: src/components/pages/ReportPage.tsx:324
+#: src/components/pages/report/optionDescriptors.ts:96
msgid "Ireland"
msgstr "Airija"
@@ -10359,7 +10440,7 @@ msgstr "Čia vyksta tikra rašymo fiesta"
msgid "Italian"
msgstr "Italų"
-#: src/components/pages/ReportPage.tsx:325
+#: src/components/pages/report/optionDescriptors.ts:97
msgid "Italy"
msgstr "Italija"
@@ -10381,16 +10462,16 @@ msgstr "Prisijungti prie bendruomenės"
msgid "Join a community with stickers to get started!"
msgstr "Prisijunkite prie bendruomenės su lipdukais, kad pradėtumėte!"
-#: src/components/channel/channel-view/DMChannelView.tsx:315
+#: src/components/channel/channel-view/DMChannelView.tsx:316
msgid "Join call"
msgstr "Prisijungti prie skambučio"
-#: src/components/channel/InviteEmbed.tsx:261
-#: src/components/channel/InviteEmbed.tsx:451
+#: src/components/channel/InviteEmbed.tsx:263
+#: src/components/channel/InviteEmbed.tsx:453
#: src/components/layout/guild-list/AddGuildButton.tsx:71
#: src/components/modals/AddGuildModal.tsx:129
#: src/components/modals/AddGuildModal.tsx:410
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:304
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:342
#: src/components/modals/InviteAcceptModal.tsx:102
#: src/components/modals/InviteAcceptModalPreview.tsx:114
msgid "Join Community"
@@ -10400,7 +10481,7 @@ msgstr "Prisijungti prie bendruomenės"
msgid "Join community form"
msgstr "Prisijungimo prie bendruomenės forma"
-#: src/components/channel/InviteEmbed.tsx:187
+#: src/components/channel/InviteEmbed.tsx:189
msgid "Join Group"
msgstr "Prisijungti prie grupės"
@@ -10416,19 +10497,19 @@ msgstr "Prisijungimo pranešimai"
msgid "Join Operators Community"
msgstr "Prisijungti prie Operatoriai bendruomenės"
-#: src/components/channel/CallMessage.tsx:171
+#: src/components/channel/CallMessage.tsx:165
msgid "Join the call"
msgstr "Prisijungti prie skambučio"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:122
+#: src/components/channel/ChannelHeader/CallButtons.tsx:159
msgid "Join Video Call"
msgstr "Prisijungti prie vaizdo skambučio"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:118
+#: src/components/channel/ChannelHeader/CallButtons.tsx:150
msgid "Join Video Call ({participantCount} participant)"
msgstr "Prisijunkite prie vaizdo skambučio ({participantCount} dalyvis)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:119
+#: src/components/channel/ChannelHeader/CallButtons.tsx:151
msgid "Join Video Call ({participantCount} participants)"
msgstr "Prisijunkite prie vaizdo skambučio ({participantCount} dalyviai)"
@@ -10436,15 +10517,15 @@ msgstr "Prisijunkite prie vaizdo skambučio ({participantCount} dalyviai)"
msgid "Join Visionary Community"
msgstr "Prisijungti prie Vizijų bendruomenės"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:70
+#: src/components/channel/ChannelHeader/CallButtons.tsx:89
msgid "Join Voice Call"
msgstr "Prisijungti prie balso skambučio"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:66
+#: src/components/channel/ChannelHeader/CallButtons.tsx:80
msgid "Join Voice Call ({participantCount} participant)"
msgstr "Prisijunkite prie balso skambučio ({participantCount} dalyvis)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:67
+#: src/components/channel/ChannelHeader/CallButtons.tsx:81
msgid "Join Voice Call ({participantCount} participants)"
msgstr "Prisijunkite prie balso skambučio ({participantCount} dalyviai)"
@@ -10495,7 +10576,7 @@ msgstr "JPEG, PNG, WebP. Maks. 10 MB. Rekomenduojama: 512×512 px"
msgid "JPEG, PNG, WebP. Max 10MB. Recommended: 512×512px. Animated avatars (GIF) require <0/>."
msgstr "JPEG, PNG, WebP. Maks. 10 MB. Rekomenduojama: 512×512 px. Animuotiems avatarams (GIF) reikia <0/>."
-#: src/components/channel/ChannelSearchResults.tsx:777
+#: src/components/channel/ChannelSearchResults.tsx:745
#: src/components/pages/MessageListPage.tsx:97
#: src/components/popouts/RecentMentionsContent.tsx:221
#: src/components/popouts/SavedMessagesContent.tsx:102
@@ -10519,11 +10600,11 @@ msgstr "Peršokti į žinutę"
msgid "Jump to Oldest Unread Message"
msgstr "Peršokti į seniausią neskaitytą žinutę"
-#: src/components/channel/ChannelSearchResults.tsx:872
+#: src/components/channel/ChannelSearchResults.tsx:840
msgid "Jump to page"
msgstr "Peršokti į puslapį"
-#: src/components/channel/Messages.tsx:917
+#: src/components/channel/Messages.tsx:915
msgid "Jump to Present"
msgstr "Peršokti į dabartį"
@@ -10612,7 +10693,7 @@ msgid "Keyboard Shortcuts"
msgstr "Spartieji klavišai"
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:344
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:311
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:314
#: src/components/modals/KickMemberModal.tsx:58
#: src/components/modals/UserProfileActionsSheet.tsx:253
msgid "Kick"
@@ -10702,7 +10783,7 @@ msgstr "Delsa {latency} milisekundžių"
msgid "Latency graph"
msgstr "Delsos grafikas"
-#: src/components/pages/ReportPage.tsx:326
+#: src/components/pages/report/optionDescriptors.ts:98
msgid "Latvia"
msgstr "Latvija"
@@ -10729,10 +10810,10 @@ msgstr "Palikti bendruomenę"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:248
#: src/components/bottomsheets/ChannelBottomSheet.tsx:250
#: src/components/bottomsheets/ChannelBottomSheet.tsx:314
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1253
-#: src/components/bottomsheets/DMBottomSheet.tsx:337
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1277
#: src/components/bottomsheets/DMBottomSheet.tsx:339
-#: src/components/bottomsheets/DMBottomSheet.tsx:551
+#: src/components/bottomsheets/DMBottomSheet.tsx:341
+#: src/components/bottomsheets/DMBottomSheet.tsx:554
#: src/components/channel/dm/DMList.tsx:265
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:159
#: src/hooks/useLeaveGroup.tsx:42
@@ -10740,27 +10821,27 @@ msgstr "Palikti bendruomenę"
msgid "Leave Group"
msgstr "Palikti grupę"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:122
+#: src/components/channel/ChannelHeader/CallButtons.tsx:157
msgid "Leave Video Call"
msgstr "Palikti vaizdo skambutį"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:113
+#: src/components/channel/ChannelHeader/CallButtons.tsx:145
msgid "Leave Video Call ({participantCount} participant)"
msgstr "Išeikite iš vaizdo skambučio ({participantCount} dalyvis)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:114
+#: src/components/channel/ChannelHeader/CallButtons.tsx:146
msgid "Leave Video Call ({participantCount} participants)"
msgstr "Išeikite iš vaizdo skambučio ({participantCount} dalyviai)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:70
+#: src/components/channel/ChannelHeader/CallButtons.tsx:87
msgid "Leave Voice Call"
msgstr "Palikti balso skambutį"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:61
+#: src/components/channel/ChannelHeader/CallButtons.tsx:75
msgid "Leave Voice Call ({participantCount} participant)"
msgstr "Išeikite iš balso skambučio ({participantCount} dalyvis)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:62
+#: src/components/channel/ChannelHeader/CallButtons.tsx:76
msgid "Leave Voice Call ({participantCount} participants)"
msgstr "Išeikite iš balso skambučio ({participantCount} dalyviai)"
@@ -10785,7 +10866,7 @@ msgstr "Lygiuota į kairę"
msgid "Left community"
msgstr "Paliko bendruomenę"
-#: src/components/bottomsheets/DMBottomSheet.tsx:350
+#: src/components/bottomsheets/DMBottomSheet.tsx:352
#: src/hooks/useLeaveGroup.tsx:56
msgid "Left group"
msgstr "Paliko grupę"
@@ -10798,7 +10879,7 @@ msgstr "Kairysis piktograma"
msgid "Left Tooltip"
msgstr "Kairysis patarimas"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:90
+#: src/components/modals/components/plutonium/VisionarySection.tsx:99
msgid "Let people add you without needing a 4-digit tag"
msgstr "Leiskite žmonėms jus pridėti nereikalingant 4 skaitmenų žymės"
@@ -10810,17 +10891,13 @@ msgstr "Leiskite bendruomenei save moderuoti"
msgid "Letters (a-z, A-Z), numbers (0-9), and underscores (_) only"
msgstr "Tik raidės (a-z, A-Z), skaičiai (0-9) ir apatiniai brūkšneliai (_)"
-#: src/components/pages/ReportPage.tsx:729
-msgid "Letters and numbers only. You can paste the code—formatting is automatic."
-msgstr "Tik raidės ir skaičiai. Galite įklijuoti kodą—formatavimas automatinis."
-
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:120
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:139
#: src/components/modals/tabs/DeveloperOptionsTab/AccountPremiumTab.tsx:49
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:371
msgid "Lifetime"
msgstr "Visam gyvenimui"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:73
+#: src/components/modals/components/plutonium/VisionarySection.tsx:82
#: src/utils/giftUtils.ts:58
msgid "Lifetime Plutonium"
msgstr "Visam gyvenimui Plutonium"
@@ -10838,7 +10915,7 @@ msgid "Liked!"
msgstr "Patiko!"
#. placeholder {0}: formatter.format(visionarySlots.total)
-#: src/components/modals/components/plutonium/VisionarySection.tsx:61
+#: src/components/modals/components/plutonium/VisionarySection.tsx:70
msgid "Limited to {0} users. One-time purchase, lifetime access."
msgstr "Ribotas {0} naudotojų. Vienkartinis įsigijimas, prieiga visam gyvenimui."
@@ -10856,7 +10933,7 @@ msgstr "Nuoroda"
msgid "Link channel"
msgstr "Susieti kanalą"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:530
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:544
#: src/components/uikit/ContextMenu/MediaContextMenu.tsx:145
#: src/components/uikit/ContextMenu/MediaContextMenu.tsx:228
msgid "Link copied to clipboard"
@@ -10902,7 +10979,7 @@ msgstr "Sąrašai"
msgid "Lists members with this role in their own section in the member list."
msgstr "Narių sąraše narius su šia role pateikia atskiroje skiltyje."
-#: src/components/pages/ReportPage.tsx:327
+#: src/components/pages/report/optionDescriptors.ts:99
msgid "Lithuania"
msgstr "Lietuva"
@@ -10934,7 +11011,7 @@ msgstr "Įkeliami blokavimai..."
msgid "Loading communities..."
msgstr "Įkeliamos bendruomenės..."
-#: src/components/channel/embeds/media/EmbedImage.tsx:363
+#: src/components/channel/embeds/media/EmbedImage.tsx:368
msgid "Loading image"
msgstr "Įkeliamas paveikslėlis"
@@ -10947,7 +11024,7 @@ msgid "Loading more..."
msgstr "Įkeliama daugiau..."
#: src/components/channel/embeds/media/EmbedGifv.tsx:493
-#: src/components/channel/embeds/media/EmbedGifv.tsx:721
+#: src/components/channel/embeds/media/EmbedGifv.tsx:745
msgid "Loading placeholder"
msgstr "Įkeliamas vietos rezervavimo žymė"
@@ -10971,7 +11048,7 @@ msgstr "Įkeliama tema..."
msgid "Loading verification methods..."
msgstr "Įkeliami patvirtinimo metodai..."
-#: src/components/channel/embeds/media/EmbedImage.tsx:363
+#: src/components/channel/embeds/media/EmbedImage.tsx:368
msgid "Loading: {alt}"
msgstr "Įkeliama: {alt}"
@@ -11021,7 +11098,7 @@ msgid "Log in with a passkey"
msgstr "Prisijungti su prieigos raktu"
#: src/components/modals/components/DesktopSettingsView.tsx:346
-#: src/components/modals/components/MobileSettingsView.tsx:362
+#: src/components/modals/components/MobileSettingsView.tsx:357
#: src/components/pages/PendingVerificationPage.tsx:151
msgid "Log Out"
msgstr "Atsijungti"
@@ -11101,7 +11178,7 @@ msgstr "Žemas"
msgid "Low (480p)"
msgstr "Žema (480p)"
-#: src/components/pages/ReportPage.tsx:328
+#: src/components/pages/report/optionDescriptors.ts:100
msgid "Luxembourg"
msgstr "Liuksemburgas"
@@ -11114,16 +11191,16 @@ msgstr "Padaryti grupės savininku"
msgid "Make links to websites stand out more by always underlining them."
msgstr "Padarykite nuorodas į svetaines ryškesnes, visada jas pabraukdami."
-#: src/components/pages/ReportPage.tsx:271
+#: src/components/pages/report/optionDescriptors.ts:52
#: src/constants/IARConstants.tsx:77
msgid "Malicious Links"
msgstr "Kenksmingos nuorodos"
-#: src/components/pages/ReportPage.tsx:329
+#: src/components/pages/report/optionDescriptors.ts:101
msgid "Malta"
msgstr "Malta"
-#: src/components/pages/ReportPage.tsx:302
+#: src/components/pages/report/optionDescriptors.ts:77
#: src/constants/IARConstants.tsx:190
msgid "Malware Distribution"
msgstr "Kenkėjiškos programinės įrangos platinimas"
@@ -11214,7 +11291,7 @@ msgid "Manage slash commands for this application"
msgstr "Tvarkyti slash komandas šiai programai"
#: src/components/layout/app-layout/nagbars/PremiumGracePeriodNagbar.tsx:83
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:288
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:324
msgid "Manage Subscription"
msgstr "Tvarkyti prenumeratą"
@@ -11227,7 +11304,7 @@ msgstr "Tvarkykite el. pašto adresą, kurį naudojate prisijungti prie Fluxer"
msgid "Manage Webhooks"
msgstr "Tvarkyti webhook'us"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:100
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:104
msgid "Manage your applications and bots."
msgstr "Tvarkykite savo programas ir botus."
@@ -11243,7 +11320,7 @@ msgstr "Tvarkykite savo dovanas"
msgid "Manage your phone number for SMS two-factor authentication"
msgstr "Tvarkykite savo telefono numerį SMS dviejų faktorių autentifikacijai"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:280
+#: src/components/modals/tabs/GiftInventoryTab.tsx:303
msgid "Manage your purchased Plutonium gift codes. Share the gift URL with someone special or redeem it for yourself!"
msgstr "Tvarkykite įsigytus Plutonium dovanų kodus. Pasidalinkite dovanos URL su kažkuo ypatingu arba panaudokite jį sau!"
@@ -11256,8 +11333,8 @@ msgid "Mark as 18+ (NSFW)"
msgstr "Pažymėti kaip 18+ (NSFW)"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:358
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1115
-#: src/components/bottomsheets/DMBottomSheet.tsx:388
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1139
+#: src/components/bottomsheets/DMBottomSheet.tsx:390
#: src/components/channel/NewMessagesBar.tsx:60
#: src/components/uikit/ContextMenu/items/CategoryMenuItems.tsx:81
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:79
@@ -11319,7 +11396,7 @@ msgstr "Markdown"
msgid "Markdown Preview"
msgstr "Markdown peržiūra"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:516
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:530
msgid "Marked as read"
msgstr "Pažymėta kaip perskaityta"
@@ -11347,7 +11424,7 @@ msgstr "Žymekliai po slankikliu"
msgid "Marty_McFly"
msgstr "Marty_McFly"
-#: src/components/modals/ClaimAccountModal.tsx:160
+#: src/components/modals/ClaimAccountModal.tsx:162
#: src/components/modals/EmailChangeModal.tsx:254
msgid "marty@example.com"
msgstr "marty@example.com"
@@ -11356,7 +11433,7 @@ msgstr "marty@example.com"
msgid "Mask Visionary as subscription"
msgstr "Slėpti Visionary kaip prenumeratą"
-#: src/components/modals/InviteModal.tsx:291
+#: src/components/modals/InviteModal.tsx:288
msgid "Max number of uses"
msgstr "Maksimalus naudojimų skaičius"
@@ -11393,7 +11470,8 @@ msgstr "Maksimali kameros kokybė yra 1080p"
msgid "Maximum quality, requires very fast connection"
msgstr "Maksimali kokybė, reikia labai greito ryšio"
-#: src/components/modals/GiftAcceptModal.tsx:151
+#: src/components/modals/GiftAcceptModal.tsx:161
+#: src/components/modals/GiftAcceptModal.tsx:194
msgid "Maybe later"
msgstr "Galbūt vėliau"
@@ -11411,7 +11489,7 @@ msgstr "Matuojama..."
#: src/components/channel/AutocompleteEmoji.tsx:154
#: src/components/channel/textarea/TextareaButtons.tsx:122
-#: src/components/modals/ExpressionPickerSheet.tsx:77
+#: src/components/modals/ExpressionPickerSheet.tsx:64
#: src/components/modals/tabs/ChatSettingsTab.tsx:43
#: src/components/modals/tabs/ChatSettingsTab/Inline.tsx:37
#: src/components/modals/utils/settingsConstants.tsx:298
@@ -11504,8 +11582,8 @@ msgstr "Nario patvirtinimas"
msgid "Member verification level"
msgstr "Nario patvirtinimo lygis"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:877
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:913
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:909
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:945
#: src/components/modals/guildTabs/GuildMembersTab.tsx:429
#: src/components/modals/shared/AddOverridePopout.tsx:176
#: src/components/modals/utils/guildSettingsConstants.tsx:157
@@ -11536,7 +11614,7 @@ msgstr "Nariai pašalinti"
msgid "Members receive notifications for every message"
msgstr "Nariai gauna pranešimus už kiekvieną žinutę"
-#: src/components/modals/InviteModal.tsx:302
+#: src/components/modals/InviteModal.tsx:299
msgid "Members will be removed when they go offline unless a role is assigned"
msgstr "Nariai bus pašalinti, kai išeis iš prisijungimo, nebent jiems priskirta rolė"
@@ -11608,11 +11686,11 @@ msgid "mentions:"
msgstr "paminėjimai:"
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:234
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:218
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:220
#: src/components/modals/tabs/ComponentGalleryTab/InputsTab.tsx:164
-#: src/components/modals/UserProfileMobileSheet.tsx:497
-#: src/components/modals/UserProfileModal.tsx:1189
-#: src/components/modals/UserProfileModal.tsx:1311
+#: src/components/modals/UserProfileMobileSheet.tsx:501
+#: src/components/modals/UserProfileModal.tsx:1190
+#: src/components/modals/UserProfileModal.tsx:1316
#: src/components/popouts/UserProfilePopout.tsx:289
#: src/components/popouts/UserProfilePopout.tsx:308
#: src/components/profile/ProfilePreview.tsx:292
@@ -11689,7 +11767,7 @@ msgstr "Žinučių grupavimas"
msgid "Message is too long"
msgstr "Žinutė per ilga"
-#: src/components/pages/ReportPage.tsx:837
+#: src/components/pages/report/ReportStepDetails.tsx:107
msgid "Message Link"
msgstr "Žinutės nuoroda"
@@ -11744,7 +11822,7 @@ msgstr "Žinutės ir medija"
msgid "Messages Deleted"
msgstr "Žinutės ištrintos"
-#: src/components/channel/Messages.tsx:938
+#: src/components/channel/Messages.tsx:936
msgid "Messages failed to load"
msgstr "Nepavyko įkelti žinučių"
@@ -11888,22 +11966,21 @@ msgstr "Moderavimas"
msgid "Monospace font family"
msgstr "Monospace šriftų šeima"
-#: src/components/auth/DateOfBirthField.tsx:87
-#: src/components/auth/DateOfBirthField.tsx:154
+#: src/components/auth/DateOfBirthField.tsx:151
#: src/components/auth/MockMinimalRegisterForm.tsx:68
msgid "Month"
msgstr "Mėnuo"
-#: src/components/modals/components/plutonium/PricingSection.tsx:71
+#: src/components/modals/components/plutonium/PricingSection.tsx:78
msgid "Monthly"
msgstr "Kas mėnesį"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:63
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:73
msgid "Monthly {monthlyPrice}"
msgstr "Kas mėnesį {monthlyPrice}"
#: src/components/accounts/AccountRow.tsx:178
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:863
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:895
#: src/components/channel/friends/FriendListItem.tsx:229
#: src/components/channel/MessageActionBar.tsx:647
#: src/components/channel/MessageActionBar.tsx:776
@@ -11936,7 +12013,7 @@ msgstr "Daugiau lipdukų vietų"
msgid "Most popular"
msgstr "Populiariausi"
-#: src/components/channel/ChannelSearchResults.tsx:225
+#: src/components/channel/ChannelSearchResults.tsx:182
#: src/components/search/SortModeSheet.tsx:53
msgid "Most Relevant"
msgstr "Atitinkamiausi"
@@ -12015,7 +12092,7 @@ msgstr "Daugiakalbis turinys"
msgid "Music Lovers"
msgstr "Muzikos mylėtojai"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:850
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:882
#: src/components/bottomsheets/VoiceLobbyBottomSheet.tsx:179
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:253
#: src/components/layout/UserArea.tsx:213
@@ -12055,7 +12132,7 @@ msgstr "Nutildyti kanalą"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:400
#: src/components/bottomsheets/ChannelBottomSheet.tsx:452
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1010
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1034
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:171
#: src/components/modals/GuildNotificationSettingsModal.tsx:295
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:168
@@ -12069,9 +12146,9 @@ msgstr "Nutildyti kanalą"
msgid "Mute Community"
msgstr "Nutildyti bendruomenę"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1012
-#: src/components/bottomsheets/DMBottomSheet.tsx:449
-#: src/components/bottomsheets/DMBottomSheet.tsx:590
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1036
+#: src/components/bottomsheets/DMBottomSheet.tsx:451
+#: src/components/bottomsheets/DMBottomSheet.tsx:593
msgid "Mute Conversation"
msgstr "Nutildyti pokalbį"
@@ -12096,7 +12173,7 @@ msgstr "Nutildyti narius"
msgid "Mute User"
msgstr "Nutildyti naudotoją"
-#: src/components/layout/guild-list/GuildListItem.tsx:193
+#: src/components/layout/guild-list/GuildListItem.tsx:194
#: src/components/layout/VoiceStateIcons.tsx:53
#: src/components/voice/VoiceParticipantTile.tsx:897
#: src/utils/ContextMenuUtils.tsx:159
@@ -12105,7 +12182,7 @@ msgstr "Nutildyta"
#. placeholder {0}: DateUtils.getFormattedDateTime(new Date(muteConfig.end_time))
#. placeholder {0}: getFormattedDateTime(new Date(muteConfig.end_time))
-#: src/components/layout/guild-list/GuildListItem.tsx:191
+#: src/components/layout/guild-list/GuildListItem.tsx:192
#: src/utils/ContextMenuUtils.tsx:157
msgid "Muted until {0}"
msgstr "Nutildyta iki {0}"
@@ -12253,7 +12330,7 @@ msgstr "Reikia paskyros?"
msgid "Neighborhood Watch"
msgstr "Kaimynų stebėjimas"
-#: src/components/pages/ReportPage.tsx:330
+#: src/components/pages/report/optionDescriptors.ts:102
msgid "Netherlands"
msgstr "Nyderlandai"
@@ -12261,9 +12338,9 @@ msgstr "Nyderlandai"
msgid "Network"
msgstr "Tinklas"
-#: src/components/modals/components/PlutoniumContent.tsx:145
-#: src/components/modals/components/PlutoniumContent.tsx:271
-#: src/components/modals/tabs/BetaCodesTab.tsx:295
+#: src/components/modals/components/PlutoniumContent.tsx:156
+#: src/components/modals/components/PlutoniumContent.tsx:288
+#: src/components/modals/tabs/BetaCodesTab.tsx:320
#: src/components/modals/tabs/DevicesTab.tsx:229
msgid "Network error"
msgstr "Tinklo klaida"
@@ -12290,7 +12367,7 @@ msgstr "niekada nenustoja galioti"
#: src/components/channel/Divider.tsx:51
#: src/components/channel/Divider.tsx:60
#: src/components/channel/UnreadDividerSlot.tsx:45
-#: src/components/layout/GuildsLayout.tsx:285
+#: src/components/layout/GuildsLayout.tsx:283
msgid "New"
msgstr "Naujas"
@@ -12311,7 +12388,7 @@ msgstr "Naujas el. paštas"
msgid "New email form"
msgstr "Nauja el. pašto forma"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:902
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:934
msgid "New Group"
msgstr "Nauja grupė"
@@ -12334,7 +12411,7 @@ msgid "new-channel"
msgstr "naujas-kanalas"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:446
-#: src/components/channel/ChannelSearchResults.tsx:223
+#: src/components/channel/ChannelSearchResults.tsx:180
msgid "Newest"
msgstr "Naujausias"
@@ -12394,7 +12471,7 @@ msgstr "Slapyvardis negali viršyti 32 simbolių"
msgid "Nickname updated"
msgstr "Slapyvardis atnaujintas"
-#: src/components/layout/GuildLayout.tsx:392
+#: src/components/layout/GuildLayout.tsx:397
msgid "No accessible channels"
msgstr "Nėra prieinamų kanalų"
@@ -12431,7 +12508,7 @@ msgstr "Nėra užblokuotų naudotojų"
msgid "No bans found matching your search."
msgstr "Nerasta draudimų, atitinkančių jūsų paiešką."
-#: src/components/modals/tabs/BetaCodesTab.tsx:365
+#: src/components/modals/tabs/BetaCodesTab.tsx:390
msgid "No beta codes yet"
msgstr "Dar nėra beta kodų"
@@ -12471,7 +12548,7 @@ msgstr "Nėra prieinamų kanalų"
msgid "No channels found"
msgstr "Nerasta kanalų"
-#: src/components/modals/tabs/BetaCodesTab.tsx:275
+#: src/components/modals/tabs/BetaCodesTab.tsx:279
msgid "No codes remaining. Resets {resetString}"
msgstr "Nėra likusių kodų. Atnaujinama {resetString}"
@@ -12484,7 +12561,7 @@ msgid "No community banner"
msgstr "Nėra bendruomenės reklaminės juostos"
#: src/components/auth/InviteHeader.tsx:156
-#: src/components/channel/InviteEmbed.tsx:215
+#: src/components/channel/InviteEmbed.tsx:217
#: src/components/modals/InviteAcceptModal.tsx:148
#: src/components/modals/tabs/ExpressionPacksTab.tsx:73
msgid "No description provided."
@@ -12516,7 +12593,7 @@ msgstr "Dar nėra draugų"
msgid "No GIFs found"
msgstr "GIF nerasta"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:311
+#: src/components/modals/tabs/GiftInventoryTab.tsx:334
msgid "No gifts yet"
msgstr "Dovanų dar nėra"
@@ -12656,7 +12733,7 @@ msgid "No results"
msgstr "Rezultatų nėra"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:315
-#: src/components/channel/ChannelSearchResults.tsx:709
+#: src/components/channel/ChannelSearchResults.tsx:678
msgid "No Results"
msgstr "Rezultatų nėra"
@@ -12717,7 +12794,7 @@ msgstr "Nėra sistemos kanalo"
msgid "No Timer"
msgstr "Nėra laikmačio"
-#: src/components/channel/dm/AddFriendForm.tsx:70
+#: src/components/channel/dm/AddFriendForm.tsx:93
msgid "No user found with that FluxerTag."
msgstr "Nerasta naudotojo su tokiu FluxerTag."
@@ -12797,7 +12874,7 @@ msgstr "Ne dabar"
msgid "Not your cup of tea? You can disable this feature anytime."
msgstr "Ne jūsų skonio? Šią funkciją galite išjungti bet kada."
-#: src/components/modals/UserProfileMobileSheet.tsx:549
+#: src/components/modals/UserProfileMobileSheet.tsx:553
#: src/components/modals/UserProfileModal.tsx:244
#: src/components/modals/UserProfileModal.tsx:248
#: src/components/pages/YouPage.tsx:144
@@ -12813,7 +12890,7 @@ msgstr "Pastaba (matoma tik jums)"
msgid "nothing"
msgstr "nieko"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1387
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1411
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:218
#: src/components/modals/GuildNotificationSettingsModal.tsx:95
#: src/components/modals/GuildNotificationSettingsModal.tsx:226
@@ -12835,8 +12912,8 @@ msgid "Notification Overrides"
msgstr "Pranešimų perrašymai"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:405
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1160
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1341
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1184
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1365
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:199
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsButton.tsx:59
#: src/components/modals/GuildNotificationSettingsModal.tsx:162
@@ -12904,17 +12981,17 @@ msgstr "NSFW turinys neleidžiamas"
msgid "NSFW Gates"
msgstr "NSFW vartai"
-#: src/components/pages/ReportPage.tsx:266
+#: src/components/pages/report/optionDescriptors.ts:47
#: src/constants/IARConstants.tsx:52
msgid "NSFW Policy Violation"
msgstr "NSFW politikos pažeidimas"
#. placeholder {0}: formatter.format(visionarySlots.total)
-#: src/components/modals/components/plutonium/VisionarySection.tsx:82
+#: src/components/modals/components/plutonium/VisionarySection.tsx:91
msgid "Numbered badge (1-{0}) showing your Visionary status"
msgstr "Numeruotas ženklelis (1-{0}) rodantis tavo Vizionieriaus statusą"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:83
+#: src/components/modals/components/plutonium/VisionarySection.tsx:92
msgid "Numbered badge showing your Visionary status"
msgstr "Numeruota žymė, rodanti jūsų Visionary statusą"
@@ -12933,8 +13010,8 @@ msgstr "Objektai"
msgid "Off"
msgstr "Išjungta"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:281
-#: src/components/channel/ChannelMembers.tsx:137
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:287
+#: src/components/channel/ChannelMembers.tsx:108
#: src/Constants.tsx:134
#: src/utils/MemberListUtils.ts:150
#: src/utils/MemberListUtils.ts:188
@@ -12962,7 +13039,7 @@ msgid "Okay"
msgstr "Gerai"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:446
-#: src/components/channel/ChannelSearchResults.tsx:224
+#: src/components/channel/ChannelSearchResults.tsx:181
msgid "Oldest"
msgstr "Seniausios"
@@ -13020,25 +13097,25 @@ msgstr "Indeksuojamas vienas ar daugiau kanalų"
msgid "one second ago"
msgstr "prieš sekundę"
-#: src/components/modals/components/plutonium/GiftSection.tsx:71
-#: src/components/modals/components/plutonium/GiftSection.tsx:80
-#: src/components/modals/components/plutonium/PricingSection.tsx:103
-#: src/components/modals/components/plutonium/PricingSection.tsx:112
+#: src/components/modals/components/plutonium/GiftSection.tsx:78
+#: src/components/modals/components/plutonium/GiftSection.tsx:90
+#: src/components/modals/components/plutonium/PricingSection.tsx:118
+#: src/components/modals/components/plutonium/PricingSection.tsx:130
msgid "one-time purchase"
msgstr "vienkartinis įsigijimas"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:65
+#: src/components/modals/components/plutonium/VisionarySection.tsx:74
msgid "One-time purchase, lifetime access."
msgstr "Vienkartinis pirkimas, visam gyvenimui."
-#: src/components/modals/components/plutonium/GiftSection.tsx:89
-#: src/components/modals/components/plutonium/PricingSection.tsx:90
-#: src/components/modals/components/plutonium/PricingSection.tsx:121
+#: src/components/modals/components/plutonium/GiftSection.tsx:102
+#: src/components/modals/components/plutonium/PricingSection.tsx:103
+#: src/components/modals/components/plutonium/PricingSection.tsx:142
msgid "one-time, lifetime"
msgstr "vienkartinis, visam laikui"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:281
-#: src/components/channel/ChannelMembers.tsx:135
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:285
+#: src/components/channel/ChannelMembers.tsx:106
#: src/components/channel/dm/DMFriendsView.tsx:168
#: src/components/channel/friends/views/FriendsList.tsx:95
#: src/Constants.tsx:130
@@ -13051,7 +13128,7 @@ msgstr "Prisijungęs"
msgid "Online Status"
msgstr "Prisijungimo būsena"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1382
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1406
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:212
#: src/components/modals/GuildNotificationSettingsModal.tsx:91
#: src/components/modals/GuildNotificationSettingsModal.tsx:281
@@ -13120,11 +13197,11 @@ msgstr "Atidaryti Paskyros Pareikalavimo modalą"
msgid "Open color picker"
msgstr "Atidaryti spalvų pasirinkimą"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1398
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1422
msgid "Open Community Notification Settings"
msgstr "Atidaryti Bendruomenės Pranešimų Nustatymus"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:286
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:322
msgid "Open Customer Portal"
msgstr "Atidaryti Klientų Portalą"
@@ -13293,7 +13370,7 @@ msgstr "Trečiasis pasirinkimas"
msgid "Option Two"
msgstr "Antrasis pasirinkimas"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:89
+#: src/components/modals/components/plutonium/VisionarySection.tsx:98
msgid "Optional #0000 tag"
msgstr "Nebūtina #0000 žyma"
@@ -13309,7 +13386,7 @@ msgstr "ARBA"
msgid "Or copy the link:"
msgstr "Arba nukopijuokite nuorodą:"
-#: src/components/modals/InviteModal.tsx:312
+#: src/components/modals/InviteModal.tsx:309
msgid "or send an invite link to a friend:"
msgstr "arba atsiųskite pakvietimo nuorodą draugui:"
@@ -13325,9 +13402,9 @@ msgstr "Nepavyko įkelti originalios žinutės"
msgid "Original message was deleted"
msgstr "Originali žinutė buvo ištrinta"
-#: src/components/pages/ReportPage.tsx:273
-#: src/components/pages/ReportPage.tsx:287
-#: src/components/pages/ReportPage.tsx:303
+#: src/components/pages/report/optionDescriptors.ts:54
+#: src/components/pages/report/optionDescriptors.ts:65
+#: src/components/pages/report/optionDescriptors.ts:78
#: src/constants/IARConstants.tsx:87
#: src/constants/IARConstants.tsx:139
#: src/constants/IARConstants.tsx:195
@@ -13463,8 +13540,8 @@ msgstr "Prieigos raktai reikalauja pasirašyto macOS paketo su galiojančiu prog
#: src/components/auth/AuthLoginCore/AuthLoginEmailPasswordForm.tsx:90
#: src/components/auth/AuthRegisterFormCore.tsx:136
#: src/components/auth/AuthRegisterFormCore.tsx:217
-#: src/components/modals/ClaimAccountModal.tsx:168
-#: src/components/modals/ClaimAccountModal.tsx:208
+#: src/components/modals/ClaimAccountModal.tsx:170
+#: src/components/modals/ClaimAccountModal.tsx:210
#: src/components/modals/SudoVerificationModal.tsx:171
#: src/components/modals/SudoVerificationModal.tsx:236
#: src/components/modals/tabs/AccountSecurityTab/AccountTab.tsx:105
@@ -13546,11 +13623,11 @@ msgstr "Žmonės, kurie yra draugai su jūsų draugais, gali jus pridėti prie g
msgid "People who are friends with your friends can call you"
msgstr "Žmonės, kurie yra draugai su jūsų draugais, gali jus paskambinti"
-#: src/components/modals/components/plutonium/PricingSection.tsx:73
+#: src/components/modals/components/plutonium/PricingSection.tsx:80
msgid "per month"
msgstr "per mėnesį"
-#: src/components/modals/components/plutonium/PricingSection.tsx:80
+#: src/components/modals/components/plutonium/PricingSection.tsx:90
msgid "per year"
msgstr "per metus"
@@ -13588,8 +13665,8 @@ msgstr "Leidimai suteikti"
msgid "Personal notes"
msgstr "Asmeninės pastabos"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:479
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:778
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:493
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:810
#: src/components/channel/channel-header/useChannelHeaderData.ts:84
#: src/components/channel/dm/DMList.tsx:708
#: src/components/channel/dm/DMList.tsx:795
@@ -13662,16 +13739,16 @@ msgid "Pick which phone step to show"
msgstr "Pasirinkite, kurį telefono žingsnį rodyti"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:336
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1132
-#: src/components/bottomsheets/DMBottomSheet.tsx:483
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1156
+#: src/components/bottomsheets/DMBottomSheet.tsx:485
#: src/components/channel/dm/DMList.tsx:287
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:153
msgid "Pin DM"
msgstr "Prisegti DM"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:295
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1132
-#: src/components/bottomsheets/DMBottomSheet.tsx:483
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1156
+#: src/components/bottomsheets/DMBottomSheet.tsx:485
#: src/components/channel/dm/DMList.tsx:248
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:133
msgid "Pin Group DM"
@@ -13714,20 +13791,20 @@ msgid "Ping: {latency}ms"
msgstr "Ping: {latency}ms"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:219
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:566
-#: src/components/bottomsheets/DMBottomSheet.tsx:147
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:580
+#: src/components/bottomsheets/DMBottomSheet.tsx:149
#: src/components/channel/dm/DMList.tsx:214
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:115
msgid "Pinned DM"
msgstr "Prisegtas DM"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:219
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:566
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:580
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:95
msgid "Pinned group"
msgstr "Prisegta grupė"
-#: src/components/bottomsheets/DMBottomSheet.tsx:147
+#: src/components/bottomsheets/DMBottomSheet.tsx:149
msgid "Pinned group DM"
msgstr "Prikabintas grupės DM"
@@ -13742,7 +13819,7 @@ msgstr "Prisegtos žinutės"
msgid "pinned:"
msgstr "prisegtos:"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:886
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:918
msgid "Pins"
msgstr "Prisegimai"
@@ -13789,15 +13866,15 @@ msgstr "Patikrinkite savo el. pašto gautuosius dėl patvirtinimo laiško."
msgid "Please enable Fluxer in System Settings → Privacy & Security → Input Monitoring."
msgstr "Įjunkite Fluxer sistemos nustatymuose → Privatumas ir saugumas → Įvesties stebėjimas."
-#: src/components/pages/ReportPage.tsx:396
+#: src/components/pages/ReportPage.tsx:211
msgid "Please enter a valid email address."
msgstr "Prašome įvesti galiojantį el. pašto adresą."
-#: src/components/channel/dm/AddFriendForm.tsx:74
+#: src/components/channel/dm/AddFriendForm.tsx:97
msgid "Please enter a valid FluxerTag (Username#0000)."
msgstr "Įveskite tinkamą FluxerTag (VartotojoVardas#0000)."
-#: src/components/pages/ReportPage.tsx:509
+#: src/components/pages/ReportPage.tsx:336
msgid "Please enter a valid message link URL."
msgstr "Prašome įvesti galiojantį žinutės nuorodos URL."
@@ -13809,26 +13886,22 @@ msgstr "Prašome įvesti API pabaigos tašką."
msgid "Please fill out the following fields: {fieldList}"
msgstr "Prašome užpildyti šiuos laukus: {fieldList}"
-#: src/components/pages/ReportPage.tsx:436
+#: src/components/pages/ReportPage.tsx:261
msgid "Please go back and enter a valid email address."
msgstr "Prašome grįžti ir įvesti galiojantį el. pašto adresą."
-#: src/components/pages/ReportPage.tsx:542
+#: src/components/pages/ReportPage.tsx:369
msgid "Please include the community (guild) ID you are reporting."
msgstr "Įtraukite bendruomenės (gildijos) ID, kurį pranešate."
-#: src/components/pages/ReportPage.tsx:504
+#: src/components/pages/ReportPage.tsx:331
msgid "Please paste the message link you are reporting."
msgstr "Įklijuokite pranešamos žinutės nuorodą."
-#: src/components/pages/ReportPage.tsx:391
+#: src/components/pages/ReportPage.tsx:206
msgid "Please provide an email address."
msgstr "Pateikite el. pašto adresą."
-#: src/components/pages/ReportPage.tsx:801
-msgid "Please provide the details of your report."
-msgstr "Pateikite savo pranešimo išsamią informaciją."
-
#: src/components/modals/tabs/ApplicationsTab/ApplicationDetail.tsx:555
msgid "Please retry or go back to the applications list."
msgstr "Bandykite dar kartą arba grįžkite į programų sąrašą."
@@ -13837,7 +13910,7 @@ msgstr "Bandykite dar kartą arba grįžkite į programų sąrašą."
msgid "Please select a violation category"
msgstr "Pasirinkite pažeidimo kategoriją"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:297
+#: src/components/modals/tabs/GiftInventoryTab.tsx:320
msgid "Please try again later."
msgstr "Bandykite vėliau."
@@ -13878,7 +13951,7 @@ msgstr "Plutonium ženkliuko privatumas"
msgid "Plutonium perks"
msgstr "Plutonium privilegijos"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:110
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:129
msgid "Plutonium Subscription"
msgstr "Plutonium prenumerata"
@@ -13886,7 +13959,7 @@ msgstr "Plutonium prenumerata"
msgid "PNG"
msgstr "PNG"
-#: src/components/pages/ReportPage.tsx:331
+#: src/components/pages/report/optionDescriptors.ts:103
msgid "Poland"
msgstr "Lenkija"
@@ -13903,7 +13976,7 @@ msgstr "apklausa"
msgid "Popouts"
msgstr "Iššokančieji langai"
-#: src/components/pages/ReportPage.tsx:332
+#: src/components/pages/report/optionDescriptors.ts:104
msgid "Portugal"
msgstr "Portugalija"
@@ -13943,11 +14016,11 @@ msgstr "Premium tipo pakeitimas"
msgid "Press keys..."
msgstr "Paspauskite klavišus..."
-#: src/components/channel/MessageReactions.tsx:121
+#: src/components/channel/MessageReactions.tsx:120
msgid "press to add reaction"
msgstr "paspauskite, kad pridėtumėte reakciją"
-#: src/components/channel/MessageReactions.tsx:121
+#: src/components/channel/MessageReactions.tsx:120
msgid "press to remove reaction"
msgstr "paspauskite, kad pašalintumėte reakciją"
@@ -14143,15 +14216,15 @@ msgstr "Apsaugokite savo paskyrą naudodami dviejų faktorių autentifikaciją i
msgid "Provide any additional context that may help our Safety Team..."
msgstr "Pateikite papildomą kontekstą, kuris galėtų padėti mūsų Saugumo komandai..."
-#: src/components/pages/ReportPage.tsx:882
+#: src/components/pages/report/ReportStepDetails.tsx:156
msgid "Provide at least a user ID or a user tag."
msgstr "Pateikite bent vartotojo ID arba vartotojo žymą."
-#: src/components/pages/ReportPage.tsx:527
+#: src/components/pages/ReportPage.tsx:354
msgid "Provide either a user ID or a FluxerTag for the person you are reporting."
msgstr "Pateikite vartotojo ID arba FluxerTag asmeniui, kurį pranešate."
-#: src/components/pages/ReportPage.tsx:478
+#: src/components/pages/ReportPage.tsx:305
msgid "Provide your full legal name for the declaration."
msgstr "Pateikite savo pilną teisinį vardą deklaracijai."
@@ -14163,7 +14236,7 @@ msgstr "Išvalyti narius, neveikusius {dayCount, plural, one {<0># dieną0>} o
msgid "Public bot"
msgstr "Viešas botas"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:312
+#: src/components/modals/tabs/GiftInventoryTab.tsx:335
msgid "Purchase a Plutonium gift from the Plutonium tab to share with friends!"
msgstr "Pirkite Plutonium dovaną Plutonium skirtuke, kad galėtumėte dalintis su draugais!"
@@ -14171,12 +14244,12 @@ msgstr "Pirkite Plutonium dovaną Plutonium skirtuke, kad galėtumėte dalintis
msgid "Purchase History"
msgstr "Pirkimų istorija"
-#: src/components/modals/components/plutonium/PricingSection.tsx:61
+#: src/components/modals/components/plutonium/PricingSection.tsx:67
msgid "Purchase mode"
msgstr "Pirkimo režimas"
#. placeholder {0}: getFormattedShortDate(new Date(gift.created_at))
-#: src/components/modals/tabs/GiftInventoryTab.tsx:119
+#: src/components/modals/tabs/GiftInventoryTab.tsx:120
msgid "Purchased {0}"
msgstr "Nupirkta {0}"
@@ -14275,7 +14348,7 @@ msgstr "Radijo mygtukai leidžia pasirinkti vieną parinktį iš grupės."
msgid "Radio Group"
msgstr "Radijo grupė"
-#: src/components/pages/ReportPage.tsx:300
+#: src/components/pages/report/optionDescriptors.ts:75
#: src/constants/IARConstants.tsx:180
msgid "Raid Coordination"
msgstr "Reido koordinacija"
@@ -14310,7 +14383,7 @@ msgid "Reactions"
msgstr "Reakcijos"
#: src/components/layout/app-layout/nagbars/PremiumExpiredNagbar.tsx:77
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:284
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:320
msgid "Reactivate"
msgstr "Aktyvuoti iš naujo"
@@ -14323,15 +14396,15 @@ msgstr "Skaityti žinučių istoriją"
msgid "Read the community's audit log of changes and moderation actions."
msgstr "Skaitykite bendruomenės audito žurnalą apie pakeitimus ir moderavimo veiksmus."
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:146
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:160
msgid "Read the Documentation (fluxer.dev)"
msgstr "Skaitykite dokumentaciją (fluxer.dev)"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:52
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:60
msgid "Ready to Buy a Gift?"
msgstr "Pasiruošę nusipirkti dovaną?"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:52
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:60
msgid "Ready to Upgrade?"
msgstr "Pasiruošę atnaujinti?"
@@ -14388,11 +14461,11 @@ msgstr "Jungiamasi iš naujo…"
msgid "Record shortcut"
msgstr "Įrašyti sparčiąją klavišų kombinaciją"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:269
+#: src/components/modals/tabs/GiftInventoryTab.tsx:292
msgid "Redeem"
msgstr "Panaudoti"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:232
+#: src/components/modals/tabs/GiftInventoryTab.tsx:255
msgid "Redeem a Gift"
msgstr "Panaudoti dovaną"
@@ -14400,40 +14473,40 @@ msgstr "Panaudoti dovaną"
msgid "Redeem Beta Code"
msgstr "Panaudoti beta kodą"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:165
+#: src/components/modals/tabs/GiftInventoryTab.tsx:166
msgid "Redeem for Yourself"
msgstr "Panaudoti sau"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:255
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:281
msgid "Redeem Gift Code"
msgstr "Panaudoti dovanos kodą"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:238
+#: src/components/modals/tabs/GiftInventoryTab.tsx:261
msgid "Redeem gift code form"
msgstr "Dovanos kodo panaudojimo forma"
#. placeholder {0}: redeemedBetaCodes.length
-#: src/components/modals/tabs/BetaCodesTab.tsx:349
+#: src/components/modals/tabs/BetaCodesTab.tsx:374
msgid "Redeemed ({0})"
msgstr "Panaudota ({0})"
#. placeholder {0}: getFormattedShortDate(new Date(gift.redeemed_at!))
-#: src/components/modals/tabs/GiftInventoryTab.tsx:117
+#: src/components/modals/tabs/GiftInventoryTab.tsx:118
msgid "Redeemed {0}"
msgstr "Panaudota {0}"
#. placeholder {0}: gift.redeemed_by.username
#. placeholder {1}: gift.redeemed_by.discriminator
-#: src/components/modals/tabs/GiftInventoryTab.tsx:153
+#: src/components/modals/tabs/GiftInventoryTab.tsx:154
msgid "Redeemed by {0}#{1}"
msgstr "Panaudojo {0}#{1}"
-#: src/components/modals/tabs/BetaCodesTab.tsx:54
+#: src/components/modals/tabs/BetaCodesTab.tsx:56
msgid "Redeemer"
msgstr "Panaudotojas"
-#: src/components/modals/tabs/BetaCodesTab.tsx:111
-#: src/components/modals/tabs/BetaCodesTab.tsx:188
+#: src/components/modals/tabs/BetaCodesTab.tsx:113
+#: src/components/modals/tabs/BetaCodesTab.tsx:190
msgid "Redeemer:"
msgstr "Panaudotojas:"
@@ -14526,7 +14599,7 @@ msgstr "Įprastas mygtukas"
msgid "Regular button clicked!"
msgstr "Įprastas mygtukas paspaustas!"
-#: src/components/channel/channel-view/DMChannelView.tsx:298
+#: src/components/channel/channel-view/DMChannelView.tsx:299
#: src/components/voice/IncomingCallUI.tsx:310
msgid "Reject"
msgstr "Atmesti"
@@ -14624,19 +14697,19 @@ msgstr "Pašalinti įėjimo garsą"
msgid "Remove filter"
msgstr "Pašalinti filtrą"
-#: src/components/bottomsheets/DMBottomSheet.tsx:508
-#: src/components/channel/dm/DMWelcomeSection.tsx:132
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:144
+#: src/components/bottomsheets/DMBottomSheet.tsx:510
+#: src/components/channel/dm/DMWelcomeSection.tsx:144
#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:146
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:253
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:148
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:255
#: src/components/modals/UserProfileActionsSheet.tsx:115
#: src/components/modals/UserProfileActionsSheet.tsx:117
#: src/components/modals/UserProfileActionsSheet.tsx:278
-#: src/components/modals/UserProfileMobileSheet.tsx:302
-#: src/components/modals/UserProfileMobileSheet.tsx:304
+#: src/components/modals/UserProfileMobileSheet.tsx:303
+#: src/components/modals/UserProfileMobileSheet.tsx:305
#: src/components/modals/UserProfileModal.tsx:1143
-#: src/components/modals/UserProfileModal.tsx:1228
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:108
+#: src/components/modals/UserProfileModal.tsx:1229
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:129
#: src/utils/RelationshipActionUtils.tsx:113
#: src/utils/RelationshipActionUtils.tsx:115
msgid "Remove Friend"
@@ -14654,8 +14727,8 @@ msgid "Remove from favorites"
msgstr "Pašalinti iš mėgstamų"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:370
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1103
-#: src/components/bottomsheets/DMBottomSheet.tsx:400
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1127
+#: src/components/bottomsheets/DMBottomSheet.tsx:402
#: src/components/channel/ChannelHeader.tsx:547
#: src/components/channel/ChannelHeader.tsx:595
#: src/components/channel/ChannelHeader.tsx:600
@@ -14720,7 +14793,7 @@ msgstr "Pašalinti spoilerį"
msgid "Remove sticker"
msgstr "Pašalinti lipduką"
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:285
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:288
#: src/components/modals/RemoveTimeoutModal.tsx:61
#: src/components/modals/RemoveTimeoutModal.tsx:75
#: src/components/modals/TimeoutMemberSheet.tsx:101
@@ -14763,11 +14836,11 @@ msgid "Removed from bookmarks"
msgstr "Pašalinta iš žymių"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:115
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:541
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:555
msgid "Removed from favorites"
msgstr "Pašalinta iš mėgstamų"
-#: src/components/bottomsheets/DMBottomSheet.tsx:126
+#: src/components/bottomsheets/DMBottomSheet.tsx:128
msgid "Removed from Favorites"
msgstr "Pašalinta iš Mėgstamiausių"
@@ -14891,7 +14964,7 @@ msgstr "Bendruomenė pervadinta į {0}."
msgid "Render all your messages as unknown message type"
msgstr "Rodyti visas tavo žinutes kaip nežinomą žinutės tipą"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:234
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:253
msgid "Renews on <0>{renewalDate}0>."
msgstr "Atnaujinama <0>{renewalDate}0>."
@@ -14932,15 +15005,15 @@ msgstr "Atsakyti"
msgid "Replying to <0>{authorNickname}0>"
msgstr "Atsakoma į <0>{authorNickname}0>"
-#: src/components/pages/ReportPage.tsx:249
+#: src/components/pages/report/optionDescriptors.ts:38
msgid "Report a Community"
msgstr "Pranešti apie bendruomenę"
-#: src/components/pages/ReportPage.tsx:247
+#: src/components/pages/report/optionDescriptors.ts:36
msgid "Report a Message"
msgstr "Pranešti apie žinutę"
-#: src/components/pages/ReportPage.tsx:248
+#: src/components/pages/report/optionDescriptors.ts:37
msgid "Report a User Profile"
msgstr "Pranešti apie naudotojo profilį"
@@ -14949,12 +15022,12 @@ msgstr "Pranešti apie naudotojo profilį"
msgid "Report Community"
msgstr "Pranešti apie bendruomenę"
-#: src/components/pages/ReportPage.tsx:801
-msgid "Report Details"
-msgstr "Pranešimo išsamiau"
+#: src/components/pages/report/ReportStepDetails.tsx:74
+msgid "Report details"
+msgstr "Pranešimo informacija"
-#: src/components/pages/ReportPage.tsx:241
-#: src/components/pages/ReportPage.tsx:612
+#: src/components/pages/report/ReportStepSelection.tsx:41
+#: src/components/pages/ReportPage.tsx:60
msgid "Report Illegal Content"
msgstr "Pranešti apie neteisėtą turinį"
@@ -14963,33 +15036,24 @@ msgstr "Pranešti apie neteisėtą turinį"
msgid "Report Message"
msgstr "Pranešti apie žinutę"
-#: src/components/pages/ReportPage.tsx:588
-msgid "Report Submitted"
+#: src/components/pages/report/ReportStepComplete.tsx:36
+msgid "Report submitted"
msgstr "Pranešimas pateiktas"
#: src/components/modals/IARModal.tsx:128
msgid "Report submitted successfully. Our Safety Team will review it shortly."
msgstr "Pranešimas sėkmingai pateiktas. Mūsų Saugumo komanda jį netrukus peržiūrės."
-#: src/components/pages/ReportPage.tsx:624
-msgid "Report Type"
-msgstr "Pranešimo tipas"
-
#: src/components/modals/IARModal.tsx:84
#: src/components/modals/UserProfileActionsSheet.tsx:289
#: src/components/modals/UserProfileModal.tsx:1157
msgid "Report User"
msgstr "Pranešti apie naudotoją"
-#: src/components/pages/ReportPage.tsx:852
+#: src/components/pages/report/ReportStepDetails.tsx:123
msgid "Reported User Tag (optional)"
msgstr "Pranešto vartotojo žyma (pasirinktinai)"
-#: src/components/pages/ReportPage.tsx:644
-#: src/components/pages/ReportPage.tsx:804
-msgid "Reporting:"
-msgstr "Pranešama:"
-
#: src/components/modals/tabs/PrivacySafetyTab/DataExportTab.tsx:48
#: src/components/modals/tabs/PrivacySafetyTab/DataExportTab.tsx:125
msgid "Request Data Export"
@@ -15050,7 +15114,7 @@ msgstr "Reikia Plutonium"
msgid "Reschedule Message"
msgstr "Perplanuoti žinutę"
-#: src/components/modals/ClaimAccountModal.tsx:222
+#: src/components/modals/ClaimAccountModal.tsx:224
#: src/components/modals/EmailChangeModal.tsx:230
#: src/components/modals/EmailChangeModal.tsx:294
msgid "Resend"
@@ -15064,7 +15128,11 @@ msgstr "Siųsti iš naujo ({newSecondsRemaining}s)"
msgid "Resend ({originalSecondsRemaining}s)"
msgstr "Siųsti iš naujo ({originalSecondsRemaining}s)"
-#: src/components/modals/ClaimAccountModal.tsx:222
+#: src/components/pages/report/ReportStepVerification.tsx:114
+msgid "Resend ({resendCooldownSeconds}s)"
+msgstr "Išsiųsti dar kartą ({resendCooldownSeconds}s)"
+
+#: src/components/modals/ClaimAccountModal.tsx:224
msgid "Resend ({resendSecondsRemaining}s)"
msgstr "Siųsti iš naujo ({resendSecondsRemaining}s)"
@@ -15072,7 +15140,7 @@ msgstr "Siųsti iš naujo ({resendSecondsRemaining}s)"
msgid "Resend Button Loading"
msgstr "Siųsti iš naujo mygtuko įkėlimas"
-#: src/components/pages/ReportPage.tsx:761
+#: src/components/pages/report/ReportStepVerification.tsx:116
msgid "Resend code"
msgstr "Išsiųsti kodą iš naujo"
@@ -15097,7 +15165,7 @@ msgid "Resent"
msgstr "Persiųsta"
#: src/components/keybinds/KeybindRecorder.tsx:215
-#: src/components/modals/components/MobileSettingsView.tsx:128
+#: src/components/modals/components/MobileSettingsView.tsx:123
#: src/components/modals/components/SettingsModalHeader.tsx:81
#: src/components/modals/ImageCropModal.tsx:977
#: src/components/modals/tabs/KeybindsTab.tsx:154
@@ -15173,8 +15241,8 @@ msgstr "Atkurti visą ekraną"
msgid "Restore maximized"
msgstr "Atkurti maksimizuotą"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:280
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:282
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:316
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:318
msgid "Resubscribe"
msgstr "Prenumeruoti dar kartą"
@@ -15189,11 +15257,11 @@ msgstr "Prenumeruoti dar kartą"
#: src/components/modals/guildTabs/GuildStickersTab.tsx:211
#: src/components/modals/guildTabs/GuildWebhooksTab.tsx:137
#: src/components/modals/tabs/ApplicationsTab/ApplicationDetail.tsx:559
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:108
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:112
#: src/components/modals/tabs/AuthorizedAppsTab.tsx:121
-#: src/components/modals/tabs/BetaCodesTab.tsx:301
+#: src/components/modals/tabs/BetaCodesTab.tsx:326
#: src/components/modals/tabs/DevicesTab.tsx:231
-#: src/components/modals/tabs/GiftInventoryTab.tsx:300
+#: src/components/modals/tabs/GiftInventoryTab.tsx:323
msgid "Retry"
msgstr "Bandyti dar kartą"
@@ -15244,8 +15312,8 @@ msgstr "Peržiūrėkite, ko ši programa prašo, prieš tęsdami."
#: src/components/invites/InviteListItem.tsx:217
#: src/components/modals/GroupInvitesBottomSheet.tsx:78
#: src/components/modals/GroupInvitesModal.tsx:76
-#: src/components/modals/tabs/BetaCodesTab.tsx:143
-#: src/components/modals/tabs/BetaCodesTab.tsx:220
+#: src/components/modals/tabs/BetaCodesTab.tsx:145
+#: src/components/modals/tabs/BetaCodesTab.tsx:222
msgid "Revoke"
msgstr "Atšaukti"
@@ -15369,7 +15437,7 @@ msgstr "Rolės ir leidimai"
msgid "Roles updated successfully"
msgstr "Rolės sėkmingai atnaujintos"
-#: src/components/pages/ReportPage.tsx:333
+#: src/components/pages/report/optionDescriptors.ts:105
msgid "Romania"
msgstr "Rumunija"
@@ -15423,7 +15491,7 @@ msgstr "Sodrumas"
#: src/components/modals/AddFavoriteMemeModal.tsx:102
#: src/components/modals/AttachmentEditModal.tsx:90
#: src/components/modals/BaseChangeNicknameModal.tsx:115
-#: src/components/modals/components/MobileSettingsView.tsx:131
+#: src/components/modals/components/MobileSettingsView.tsx:126
#: src/components/modals/CustomStatusBottomSheet.tsx:231
#: src/components/modals/CustomStatusModal.tsx:362
#: src/components/modals/EditFavoriteMemeModal.tsx:88
@@ -15438,9 +15506,9 @@ msgstr "Sodrumas"
msgid "Save"
msgstr "Išsaugoti"
-#: src/components/modals/components/plutonium/GiftSection.tsx:72
-#: src/components/modals/components/plutonium/PricingSection.tsx:81
-#: src/components/modals/components/plutonium/PricingSection.tsx:104
+#: src/components/modals/components/plutonium/GiftSection.tsx:79
+#: src/components/modals/components/plutonium/PricingSection.tsx:91
+#: src/components/modals/components/plutonium/PricingSection.tsx:119
msgid "Save 17%"
msgstr "Sutaupykite 17%"
@@ -15600,8 +15668,8 @@ msgstr "Slinkti pokalbių žemyn"
msgid "Scroll Chat Up"
msgstr "Slinkti pokalbių aukštyn"
-#: src/components/modals/components/plutonium/GiftSection.tsx:103
-#: src/components/modals/components/plutonium/PricingSection.tsx:138
+#: src/components/modals/components/plutonium/GiftSection.tsx:117
+#: src/components/modals/components/plutonium/PricingSection.tsx:160
msgid "Scroll down to view all the sweet perks you get with Plutonium"
msgstr "Slinkite žemyn, kad pamatytumėte visus skanius privalumus, kuriuos gaunate su Plutonium"
@@ -15613,11 +15681,11 @@ msgstr "Slinkti pokalbių istoriją žemyn"
msgid "Scroll the chat history up"
msgstr "Slinkti pokalbių istoriją aukštyn"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:857
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:889
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:400
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:460
#: src/components/channel/ChannelHeader.tsx:586
-#: src/components/channel/shared/PickerSearchInput.tsx:204
+#: src/components/channel/shared/PickerSearchInput.tsx:203
#: src/components/modals/tabs/ComponentGalleryTab/InputsTab.tsx:126
#: src/stores/KeybindStore.ts:414
#: src/utils/quick-switcher/QuickSwitcherModalUtils.tsx:86
@@ -15674,7 +15742,7 @@ msgstr "Ieškoti kanalų, žmonių ar bendruomenių"
#: src/components/common/FriendSelector.tsx:196
#: src/components/modals/AddFriendsToGroupModal.tsx:53
#: src/components/modals/CreateDMModal.tsx:68
-#: src/components/modals/InviteModal.tsx:237
+#: src/components/modals/InviteModal.tsx:248
#: src/components/modals/shared/RecipientList.tsx:177
#: src/components/modals/ShareThemeModal.tsx:144
msgid "Search friends"
@@ -15718,7 +15786,7 @@ msgstr "Ieškoti laukiančių užklausų"
msgid "Search Permissions..."
msgstr "Ieškoti leidimų..."
-#: src/components/channel/ChannelSearchResults.tsx:321
+#: src/components/channel/ChannelSearchResults.tsx:278
#: src/components/modals/components/DesktopSettingsView.tsx:360
msgid "Search Results"
msgstr "Paieškos rezultatai"
@@ -15737,7 +15805,7 @@ msgid "Search scope"
msgstr "Paieškos apimtis"
#. placeholder {0}: activeScopeOption.label
-#: src/components/channel/ChannelSearchResults.tsx:1052
+#: src/components/channel/ChannelSearchResults.tsx:1031
#: src/components/channel/MessageSearchBar/MessageSearchBar.tsx:378
msgid "Search scope: {0}"
msgstr "Paieškos apimtis: {0}"
@@ -15767,7 +15835,7 @@ msgstr "Ieškoti naudotojų"
msgid "Search within the current view"
msgstr "Ieškoti dabartiniame vaizde"
-#: src/components/channel/ChannelSearchResults.tsx:319
+#: src/components/channel/ChannelSearchResults.tsx:276
msgid "Searching..."
msgstr "Ieškoma..."
@@ -15848,9 +15916,9 @@ msgstr "Pažiūrėkite, kaip jūsų pakvietimas atrodo lankytojams."
msgid "Select"
msgstr "Pasirinkti"
-#: src/components/pages/ReportPage.tsx:261
-#: src/components/pages/ReportPage.tsx:280
-#: src/components/pages/ReportPage.tsx:294
+#: src/components/pages/report/optionDescriptors.ts:42
+#: src/components/pages/report/optionDescriptors.ts:58
+#: src/components/pages/report/optionDescriptors.ts:69
msgid "Select a category"
msgstr "Pasirinkite kategoriją"
@@ -15871,7 +15939,7 @@ msgstr "Pasirinkite bendruomenę"
msgid "Select a community where you have <0>Manage Community0> permissions."
msgstr "Pasirinkite bendruomenę, kurioje turite <0>Bendruomenės valdymo0> leidimus."
-#: src/components/pages/ReportPage.tsx:310
+#: src/components/pages/report/optionDescriptors.ts:82
msgid "Select a country"
msgstr "Pasirinkite šalį"
@@ -15887,7 +15955,7 @@ msgstr "Pasirinkite scenarijų, kurį norite taikyti..."
msgid "Select a verification method."
msgstr "Pasirinkite patvirtinimo metodą."
-#: src/components/pages/ReportPage.tsx:473
+#: src/components/pages/ReportPage.tsx:300
msgid "Select a violation category."
msgstr "Pasirinkite pažeidimo kategoriją."
@@ -15958,11 +16026,15 @@ msgstr "Pasirinkite ekraną arba langą"
msgid "Select the account you want to sign in with on the desktop app."
msgstr "Pasirinkite paskyrą, su kuria norite prisijungti darbalaukio programėlėje."
+#: src/components/pages/report/ReportStepSelection.tsx:44
+msgid "Select what you want to report."
+msgstr "Pasirinkite, ką norite pranešti."
+
#: src/components/modals/utils/settingsSearchIndex.ts:460
msgid "Select your camera"
msgstr "Pasirinkite savo kamerą"
-#: src/components/pages/ReportPage.tsx:483
+#: src/components/pages/ReportPage.tsx:310
msgid "Select your country of residence."
msgstr "Pasirinkite savo gyvenamosios vietos šalį."
@@ -15986,7 +16058,7 @@ msgstr "Pasirinkite..."
msgid "Selections"
msgstr "Pasirinkimai"
-#: src/components/pages/ReportPage.tsx:269
+#: src/components/pages/report/optionDescriptors.ts:50
#: src/constants/IARConstants.tsx:67
msgid "Self-Harm or Suicide"
msgstr "Savęs žalojimas ar savižudybė"
@@ -16035,7 +16107,7 @@ msgstr "Siųskite veiksmo žinutę (apgaubiama kursyvu)."
msgid "Send an SMS code first."
msgstr "Pirmiausia siųskite SMS kodą."
-#: src/components/modals/ClaimAccountModal.tsx:182
+#: src/components/modals/ClaimAccountModal.tsx:184
#: src/components/modals/EmailChangeModal.tsx:265
#: src/components/modals/PhoneAddModal.tsx:206
msgid "Send code"
@@ -16045,9 +16117,9 @@ msgstr "Siųsti kodą"
msgid "Send Code"
msgstr "Siųsti kodą"
-#: src/components/channel/dm/DMWelcomeSection.tsx:109
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:269
-#: src/components/modals/UserProfileModal.tsx:1288
+#: src/components/channel/dm/DMWelcomeSection.tsx:112
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:272
+#: src/components/modals/UserProfileModal.tsx:1290
msgid "Send Friend Request"
msgstr "Siųsti draugų užklausą"
@@ -16073,7 +16145,7 @@ msgstr "Siųsti žinutes"
msgid "Send Messages"
msgstr "Siųsti žinutes"
-#: src/components/channel/dm/AddFriendForm.tsx:119
+#: src/components/channel/dm/AddFriendForm.tsx:142
msgid "Send Request"
msgstr "Siųsti užklausą"
@@ -16097,11 +16169,11 @@ msgstr "Siųsti tekstą į kalbą konvertuojamas žinutes."
msgid "Send TTS Messages"
msgstr "Siųsti TTS žinutes"
-#: src/components/pages/ReportPage.tsx:676
+#: src/components/pages/report/ReportStepEmail.tsx:92
msgid "Send Verification Code"
msgstr "Siųsti patvirtinimo kodą"
-#: src/components/modals/InviteModal.tsx:258
+#: src/components/modals/InviteModal.tsx:268
#: src/components/modals/shared/RecipientList.tsx:223
#: src/components/modals/ShareThemeModal.tsx:162
msgid "Sent"
@@ -16128,7 +16200,7 @@ msgstr "Sesija pasibaigė. Prašome prisijungti dar kartą."
msgid "Set a custom invite URL for your community."
msgstr "Nustatykite pasirinktinę kvietimo URL savo bendruomenei."
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:401
+#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:361
#: src/components/modals/StatusChangeBottomSheet.tsx:171
#: src/components/popouts/UserAreaPopout.tsx:444
msgid "Set a custom status"
@@ -16336,7 +16408,7 @@ msgid "Set your timezone"
msgstr "Nustatyti savo laiko juostą"
#: src/components/bottomsheets/VoiceLobbyBottomSheet.tsx:220
-#: src/components/modals/components/MobileSettingsView.tsx:531
+#: src/components/modals/components/MobileSettingsView.tsx:485
#: src/components/modals/tabs/ComponentGalleryTab/ButtonsTab.tsx:150
#: src/components/modals/tabs/ComponentGalleryTab/ButtonsTab.tsx:221
#: src/components/modals/tabs/ComponentGalleryTab/index.tsx:94
@@ -16383,7 +16455,11 @@ msgstr "Dalijimosi veiksmas!"
msgid "Share Audio"
msgstr "Dalintis garsu"
-#: src/components/modals/components/plutonium/GiftSection.tsx:63
+#: src/components/pages/report/ReportStepDetails.tsx:77
+msgid "Share only what's needed to help our team assess the content."
+msgstr "Dalinkitės tik tuo, kas būtina, kad mūsų komanda galėtų įvertinti turinį."
+
+#: src/components/modals/components/plutonium/GiftSection.tsx:69
msgid "Share the Plutonium experience with your friends by purchasing a gift subscription."
msgstr "Pasidalinkite Plutonium patirtimi su draugais įsigydami dovanų prenumeratą."
@@ -16417,7 +16493,7 @@ msgstr "Dalintis savo tema"
msgid "Shared theme"
msgstr "Bendrinama tema"
-#: src/components/pages/ReportPage.tsx:268
+#: src/components/pages/report/optionDescriptors.ts:49
#: src/constants/IARConstants.tsx:62
msgid "Sharing Personal Information"
msgstr "Asmeninės informacijos dalijimasis"
@@ -16797,11 +16873,11 @@ msgstr "Slankiklis su žingsnio reikšmėmis"
msgid "Sliders"
msgstr "Slankikliai"
-#: src/components/pages/ReportPage.tsx:334
+#: src/components/pages/report/optionDescriptors.ts:106
msgid "Slovakia"
msgstr "Slovakija"
-#: src/components/pages/ReportPage.tsx:335
+#: src/components/pages/report/optionDescriptors.ts:107
msgid "Slovenia"
msgstr "Slovėnija"
@@ -16952,7 +17028,8 @@ msgstr "Kažkas nutiko negerai ir programa užstrigo. Pabandykite perkrauti arba
msgid "Something went wrong while loading the audit log."
msgstr "Kažkas nutiko negerai įkeliant audito žurnalą."
-#: src/components/pages/ReportPage.tsx:563
+#: src/components/pages/ReportPage.tsx:103
+#: src/components/pages/ReportPage.tsx:395
msgid "Something went wrong while submitting the report. Please try again."
msgstr "Kažkas nutiko negerai pateikiant ataskaitą. Bandykite dar kartą."
@@ -16969,7 +17046,7 @@ msgid "Sort"
msgstr "Rūšiuoti"
#. placeholder {0}: activeSortOption.label
-#: src/components/channel/ChannelSearchResults.tsx:1063
+#: src/components/channel/ChannelSearchResults.tsx:1042
msgid "Sort mode: {0}"
msgstr "Rūšiavimo būdas: {0}"
@@ -17008,21 +17085,21 @@ msgstr "Tarpas tarp žinučių grupių"
msgid "Spacious layout with clear visual separation between messages."
msgstr "Erdvi išdėstymas su aiškiu vizualiu atskyrimu tarp žinučių."
-#: src/components/pages/ReportPage.tsx:336
+#: src/components/pages/report/optionDescriptors.ts:108
msgid "Spain"
msgstr "Ispanija"
-#: src/components/pages/ReportPage.tsx:283
+#: src/components/pages/report/optionDescriptors.ts:61
#: src/constants/IARConstants.tsx:119
msgid "Spam Account"
msgstr "Šlamšto paskyra"
-#: src/components/pages/ReportPage.tsx:265
+#: src/components/pages/report/optionDescriptors.ts:46
#: src/constants/IARConstants.tsx:47
msgid "Spam or Scam"
msgstr "Šlamštas ar sukčiavimas"
-#: src/components/pages/ReportPage.tsx:301
+#: src/components/pages/report/optionDescriptors.ts:76
#: src/constants/IARConstants.tsx:185
msgid "Spam or Scam Community"
msgstr "Šlamšto ar sukčiavimo bendruomenė"
@@ -17141,9 +17218,9 @@ msgstr "Pradėkite kurti tinkintą emoji rinkinį, kurį galite dalintis ir įdi
msgid "Start Mic Test"
msgstr "Pradėti mikrofono testą"
-#: src/components/pages/ReportPage.tsx:687
-#: src/components/pages/ReportPage.tsx:771
-#: src/components/pages/ReportPage.tsx:964
+#: src/components/pages/report/ReportStepDetails.tsx:252
+#: src/components/pages/report/ReportStepEmail.tsx:103
+#: src/components/pages/report/ReportStepVerification.tsx:132
msgid "Start over"
msgstr "Pradėti iš naujo"
@@ -17151,13 +17228,13 @@ msgstr "Pradėti iš naujo"
msgid "Start Sharing"
msgstr "Pradėti bendrinti"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:122
+#: src/components/channel/ChannelHeader/CallButtons.tsx:160
#: src/components/modals/UserProfileModal.tsx:1109
#: src/components/uikit/ContextMenu/items/CallMenuItems.tsx:91
msgid "Start Video Call"
msgstr "Pradėti vaizdo skambutį"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:70
+#: src/components/channel/ChannelHeader/CallButtons.tsx:90
#: src/components/modals/UserProfileModal.tsx:1100
#: src/components/uikit/ContextMenu/items/CallMenuItems.tsx:60
msgid "Start Voice Call"
@@ -17182,9 +17259,21 @@ msgstr "Būsenos indikatoriai"
msgid "Status Slate"
msgstr "Būsenos lentelė"
-#: src/components/pages/ReportPage.tsx:574
-msgid "Step {stepNumber} of {FLOW_TOTAL_STEPS}"
-msgstr "Žingsnis {stepNumber} iš {FLOW_TOTAL_STEPS}"
+#: src/components/pages/report/ReportStepSelection.tsx:38
+msgid "Step 1"
+msgstr "1 žingsnis"
+
+#: src/components/pages/report/ReportStepEmail.tsx:51
+msgid "Step 2"
+msgstr "2 žingsnis"
+
+#: src/components/pages/report/ReportStepVerification.tsx:61
+msgid "Step 3"
+msgstr "3 žingsnis"
+
+#: src/components/pages/report/ReportStepDetails.tsx:71
+msgid "Step 4"
+msgstr "4 žingsnis"
#: src/utils/SystemMessageUtils.tsx:45
msgid "Step in, {username}! No paradoxes here; we're all friends."
@@ -17229,7 +17318,7 @@ msgid "Sticker density"
msgstr "Lipdukų tankis"
#: src/components/auth/InviteHeader.tsx:140
-#: src/components/channel/InviteEmbed.tsx:197
+#: src/components/channel/InviteEmbed.tsx:199
#: src/components/modals/InviteAcceptModal.tsx:142
#: src/components/modals/tabs/ExpressionPacksTab.tsx:70
msgid "Sticker pack"
@@ -17261,7 +17350,7 @@ msgstr "Lipdukas atnaujintas"
#: src/components/channel/AutocompleteEmoji.tsx:111
#: src/components/channel/textarea/TextareaButtons.tsx:134
-#: src/components/modals/ExpressionPickerSheet.tsx:86
+#: src/components/modals/ExpressionPickerSheet.tsx:73
#: src/components/popouts/ExpressionPickerPopout.tsx:79
msgid "Stickers"
msgstr "Lipdukai"
@@ -17330,11 +17419,11 @@ msgstr "Studijų salė"
msgid "Style Variations"
msgstr "Stiliaus variantai"
-#: src/components/pages/ReportPage.tsx:601
+#: src/components/pages/report/ReportStepComplete.tsx:41
msgid "Submit another report"
msgstr "Pateikti kitą ataskaitą"
-#: src/components/pages/ReportPage.tsx:958
+#: src/components/pages/report/ReportStepDetails.tsx:240
msgid "Submit DSA Report"
msgstr "Pateikti DSA ataskaitą"
@@ -17346,7 +17435,7 @@ msgstr "Pateikti ataskaitą"
msgid "Submitting"
msgstr "Pateikiama"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:53
+#: src/components/modals/components/plutonium/VisionarySection.tsx:58
msgid "subscription"
msgstr "prenumerata"
@@ -17464,7 +17553,7 @@ msgstr "Slopinti įterpimus"
msgid "Swap text to reverify variants"
msgstr "Sukeisti tekstą, kad būtų patikrinti variantai iš naujo"
-#: src/components/pages/ReportPage.tsx:337
+#: src/components/pages/report/optionDescriptors.ts:109
msgid "Sweden"
msgstr "Švedija"
@@ -17476,7 +17565,7 @@ msgstr "Švedų"
msgid "Switch account"
msgstr "Perjungti paskyrą"
-#: src/components/popouts/UserAreaPopout.tsx:497
+#: src/components/popouts/UserAreaPopout.tsx:499
msgid "Switch Accounts"
msgstr "Perjungti paskyras"
@@ -17649,8 +17738,8 @@ msgstr "Tekstas (NSFW)"
msgid "Text channel"
msgstr "Teksto kanalas"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:473
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:662
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:487
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:676
#: src/components/channel/channel-header/useChannelHeaderData.ts:96
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:314
msgid "Text Channel"
@@ -17677,19 +17766,19 @@ msgstr "Teksto laukas"
msgid "Thai"
msgstr "Tajų"
-#: src/components/pages/ReportPage.tsx:589
-msgid "Thank you for filing a report. We'll review it as soon as possible."
-msgstr "Ačiū, kad pateikėte ataskaitą. Mes ją peržiūrėsime kuo greičiau."
-
#: src/components/modals/IARModal.tsx:187
msgid "Thank you for helping keep Fluxer safe. Reports are reviewed by our Safety Team. False reports may result in action against your account."
msgstr "Ačiū, kad padedate išlaikyti Fluxer saugų. Pranešimus peržiūri mūsų Saugumo komanda. Klaidingi pranešimai gali lemti veiksmų prieš jūsų paskyrą."
+#: src/components/pages/report/ReportStepComplete.tsx:37
+msgid "Thank you for helping keep Fluxer safe. We'll review your report as soon as possible."
+msgstr "Ačiū, kad padedate išlaikyti Fluxer saugų. Mes peržiūrėsime jūsų pranešimą kuo greičiau."
+
#: src/components/form/ColorPickerField.tsx:274
msgid "That doesn't look like a valid color. Try hex, rgb(), hsl(), or a CSS color name."
msgstr "Tai neatrodo kaip tinkama spalva. Išbandykite šešioliktainę, rgb(), hsl() arba CSS spalvos pavadinimą."
-#: src/components/pages/ReportPage.tsx:846
+#: src/components/pages/report/ReportStepDetails.tsx:117
msgid "That doesn't look like a valid URL."
msgstr "Tai neskelbia kaip galiojančio URL."
@@ -17733,8 +17822,8 @@ msgstr "Botas buvo pridėtas."
msgid "The channel you're looking for may have been deleted or you may not have access to it."
msgstr "Kanalas, kurio ieškote, galėjo būti ištrintas arba jūs neturite prieigos prie jo."
-#: src/components/layout/GuildLayout.tsx:308
-#: src/components/layout/GuildLayout.tsx:371
+#: src/components/layout/GuildLayout.tsx:313
+#: src/components/layout/GuildLayout.tsx:376
msgid "The community you're looking for may have been deleted or you may not have access to it."
msgstr "Bendruomenė, kurios ieškote, galėjo būti ištrinta arba jūs neturite prieigos prie jos."
@@ -17795,7 +17884,7 @@ msgstr "Laiko limitas negali viršyti 365 dienų (31536000 sekundžių)."
msgid "The URL this link channel points to."
msgstr "URL, į kurį nukreipia šis nuorodos kanalas."
-#: src/components/pages/ReportPage.tsx:452
+#: src/components/pages/ReportPage.tsx:277
msgid "The verification code is invalid or expired."
msgstr "Patvirtinimo kodas netinkamas arba pasibaigė jo galiojimas."
@@ -17869,7 +17958,7 @@ msgstr "Šie nustatymai naudoja naršyklės vidinį garso apdorojimą, kad pager
msgid "These toggles force the client to treat features as enabled or disabled without relying on the server configuration. They only affect your client experience and are shown to developers for testing."
msgstr "Šie perjungikliai verčia klientą laikyti funkcijas įjungtomis arba išjungtomis nepriklausomai nuo serverio konfigūracijos. Jie veikia tik jūsų kliento patirtį ir rodomi kūrėjams testavimui."
-#: src/components/channel/channel-view/DMChannelView.tsx:356
+#: src/components/channel/channel-view/DMChannelView.tsx:357
msgid "They might have taken the DeLorean elsewhere."
msgstr "Jie galėjo pasiimti DeLorean'ą kitur."
@@ -17877,7 +17966,7 @@ msgstr "Jie galėjo pasiimti DeLorean'ą kitur."
msgid "they/them"
msgstr "jie/jos"
-#: src/components/channel/channel-view/DMChannelView.tsx:342
+#: src/components/channel/channel-view/DMChannelView.tsx:343
msgid "Think, McFly! Did you type the right address?"
msgstr "Pagalvok, McFly! Ar įvedei teisingą adresą?"
@@ -17979,7 +18068,7 @@ msgstr "Ši bendruomenė laikinai išjungė kvietimus. Galite bandyti vėliau."
msgid "This community requires you to verify your account before joining. Please set an email and password for your account."
msgstr "Ši bendruomenė reikalauja, kad patvirtintumėte savo paskyrą prieš prisijungdami. Nustatykite el. paštą ir slaptažodį savo paskyrai."
-#: src/components/channel/channel-view/DMChannelView.tsx:339
+#: src/components/channel/channel-view/DMChannelView.tsx:340
msgid "This conversation has been erased"
msgstr "Šis pokalbis buvo ištrintas"
@@ -18008,8 +18097,8 @@ msgstr "Šis dovanos kodas jau buvo pareikalautas."
msgid "This gift code has already been redeemed."
msgstr "Šis dovanos kodas jau buvo panaudotas."
-#: src/components/channel/GiftEmbed.tsx:148
-#: src/components/modals/GiftAcceptModal.tsx:92
+#: src/components/channel/GiftEmbed.tsx:159
+#: src/components/modals/GiftAcceptModal.tsx:99
msgid "This gift code is invalid or already claimed."
msgstr "Šis dovanos kodas yra neteisingas arba jau pareikalautas."
@@ -18022,11 +18111,11 @@ msgstr "Šis dovanos kodas yra neteisingas arba jau panaudotas."
msgid "This gift code may be invalid, expired, or already redeemed."
msgstr "Šis dovanos kodas gali būti neteisingas, pasibaigęs arba jau panaudotas."
-#: src/components/modals/GiftAcceptModal.tsx:118
+#: src/components/modals/GiftAcceptModal.tsx:125
msgid "This gift has already been claimed."
msgstr "Ši dovana jau buvo pareikalauta."
-#: src/components/modals/tabs/GiftInventoryTab.tsx:157
+#: src/components/modals/tabs/GiftInventoryTab.tsx:158
msgid "This gift has been redeemed"
msgstr "Ši dovana buvo panaudota"
@@ -18044,7 +18133,7 @@ msgstr "Šis pakvietimas baigsis per {0}."
msgid "This invite has unlimited uses."
msgstr "Šis pakvietimas turi neribotą naudojimų skaičių."
-#: src/components/modals/InviteModal.tsx:321
+#: src/components/modals/InviteModal.tsx:318
msgid "This invite link never expires."
msgstr "Ši kvietimo nuoroda niekada nepasibaigs."
@@ -18059,23 +18148,19 @@ msgstr "Šis pakvietimas gali būti pasibaigęs arba ištrintas."
msgid "This invite never expires."
msgstr "Šis pakvietimas niekada nesibaigia."
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:170
-#: src/components/emojis/EmojiInfoContent.tsx:79
+#: src/components/emojis/EmojiAttributionSubtext.tsx:130
msgid "This is a custom emoji from"
msgstr "Tai yra tinkintas emodži iš"
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:160
-#: src/components/emojis/EmojiInfoContent.tsx:68
+#: src/components/emojis/EmojiAttributionSubtext.tsx:121
msgid "This is a custom emoji from a community."
msgstr "Tai yra tinkintas emodži iš bendruomenės."
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:150
-#: src/components/emojis/EmojiInfoContent.tsx:56
+#: src/components/emojis/EmojiAttributionSubtext.tsx:111
msgid "This is a custom emoji from a community. Ask the author for an invite to use this emoji."
msgstr "Tai yra tinkintas emodži iš bendruomenės. Paprašykite autoriaus pakvietimo, kad naudotumėte šį emodži."
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:138
-#: src/components/emojis/EmojiInfoContent.tsx:43
+#: src/components/emojis/EmojiAttributionSubtext.tsx:101
msgid "This is a default emoji on Fluxer."
msgstr "Tai yra numatytasis emodži Fluxer."
@@ -18095,8 +18180,8 @@ msgstr "Taip atrodo žinutės"
msgid "This is not the channel you're looking for."
msgstr "Tai ne tas kanalas, kurio ieškote."
-#: src/components/layout/GuildLayout.tsx:307
-#: src/components/layout/GuildLayout.tsx:370
+#: src/components/layout/GuildLayout.tsx:312
+#: src/components/layout/GuildLayout.tsx:375
msgid "This is not the community you're looking for."
msgstr "Tai ne ta bendruomenė, kurios ieškote."
@@ -18113,7 +18198,7 @@ msgid "This is the beginning of <0>{displayName}0>. Add friends to start a con
msgstr "Tai yra <0>{displayName}0> pradžia. Pridėkite draugų, kad pradėtumėte pokalbį!"
#. placeholder {0}: user.username
-#: src/components/channel/dm/DMWelcomeSection.tsx:182
+#: src/components/channel/dm/DMWelcomeSection.tsx:194
msgid "This is the beginning of your direct message history with <0>{0}0>."
msgstr "Tai yra jūsų tiesioginių žinučių istorijos su <0>{0}0> pradžia."
@@ -18194,7 +18279,7 @@ msgstr "Šiai temos nuorodai trūksta duomenų."
msgid "This theme may have been removed or the link is invalid."
msgstr "Ši tema galbūt buvo pašalinta arba nuoroda yra neteisinga."
-#: src/components/channel/dm/AddFriendForm.tsx:62
+#: src/components/channel/dm/AddFriendForm.tsx:85
msgid "This user has restricted who can send them friend requests."
msgstr "Šis naudotojas apribojo, kas gali siųsti jam draugų užklausas."
@@ -18216,8 +18301,8 @@ msgid "This was a @silent message."
msgstr "Tai buvo @tyli žinutė."
#: src/actions/MessageActionCreators.tsx:392
-#: src/components/channel/Messages.tsx:442
-#: src/components/channel/Messages.tsx:522
+#: src/components/channel/Messages.tsx:440
+#: src/components/channel/Messages.tsx:520
msgid "This will create a rift in the space-time continuum and cannot be undone."
msgstr "Tai sukurs įtrūkimą erdvės-laiko kontinuume ir negali būti atšaukta."
@@ -18283,7 +18368,7 @@ msgstr "Laikas: {currentFormatted} iš {durationFormatted}"
msgid "Timed out until {0}."
msgstr "Laiko riba iki {0}."
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:285
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:288
#: src/components/modals/TimeoutMemberModal.tsx:207
#: src/components/modals/TimeoutMemberSheet.tsx:90
#: src/components/uikit/ContextMenu/items/GuildMemberMenuItems.tsx:272
@@ -18570,7 +18655,7 @@ msgstr "tiesa arba netiesa"
msgid "Try a different name or use @ / # / ! / * prefixes to filter results."
msgstr "Išbandykite kitą pavadinimą arba naudokite @ / # / ! / * priešdėlius rezultatams filtruoti."
-#: src/components/channel/ChannelSearchResults.tsx:710
+#: src/components/channel/ChannelSearchResults.tsx:679
msgid "Try a different search query"
msgstr "Išbandykite kitą paieškos užklausą"
@@ -18585,13 +18670,13 @@ msgid "Try a different search term or filter"
msgstr "Išbandykite kitą paieškos terminą ar filtrą"
#: src/components/auth/HandoffCodeDisplay.tsx:67
-#: src/components/channel/Messages.tsx:939
+#: src/components/channel/Messages.tsx:937
msgid "Try again"
msgstr "Bandykite dar kartą"
#: src/components/BootstrapErrorScreen.tsx:68
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:301
-#: src/components/channel/ChannelSearchResults.tsx:694
+#: src/components/channel/ChannelSearchResults.tsx:663
#: src/components/modals/channelTabs/ChannelInvitesTab.tsx:148
#: src/components/modals/channelTabs/ChannelWebhooksTab.tsx:159
#: src/components/NetworkErrorScreen.tsx:56
@@ -18612,7 +18697,7 @@ msgstr "Išbandykite kitą vardą arba patikrinkite rašybą."
msgid "Try another search term"
msgstr "Išbandykite kitą paieškos terminą"
-#: src/components/channel/InviteEmbed.tsx:359
+#: src/components/channel/InviteEmbed.tsx:361
msgid "Try asking for a new invite."
msgstr "Pabandykite paprašyti naujo kvietimo."
@@ -18802,7 +18887,7 @@ msgstr "Nepavyko įdiegti lipdukų paketo"
msgid "Unable to load activity logs"
msgstr "Nepavyko įkelti veiklos žurnalų"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:104
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:108
msgid "Unable to load applications"
msgstr "Nepavyko įkelti programų"
@@ -18814,7 +18899,7 @@ msgstr "Nepavyko įkelti paketo informacijos."
msgid "Unable to prepare any emojis for upload. The following errors occurred:"
msgstr "Nepavyko paruošti jokių emodžių įkėlimui. Įvyko šios klaidos:"
-#: src/components/modals/ClaimAccountModal.tsx:125
+#: src/components/modals/ClaimAccountModal.tsx:127
#: src/components/modals/EmailChangeModal.tsx:122
#: src/components/modals/EmailChangeModal.tsx:152
msgid "Unable to resend code right now"
@@ -18824,7 +18909,7 @@ msgstr "Šiuo metu nepavyksta persiųsti kodo"
msgid "Unable to send code to new email"
msgstr "Nepavyko išsiųsti kodo į naują el. paštą"
-#: src/components/channel/dm/AddFriendForm.tsx:76
+#: src/components/channel/dm/AddFriendForm.tsx:99
msgid "Unable to send friend request. Please try again."
msgstr "Nepavyko išsiųsti draugų užklausos. Pabandykite dar kartą."
@@ -18844,17 +18929,17 @@ msgstr "Neprieinama niekam"
msgid "Unavailable for everyone but staff"
msgstr "Neprieinama niekam, išskyrus darbuotojus"
-#: src/components/bottomsheets/DMBottomSheet.tsx:532
+#: src/components/bottomsheets/DMBottomSheet.tsx:535
#: src/components/channel/barriers/BarrierComponents.tsx:221
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:180
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:335
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:182
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:338
#: src/components/modals/tabs/BlockedUsersTab.tsx:58
#: src/components/modals/tabs/BlockedUsersTab.tsx:171
#: src/components/modals/UserProfileActionsSheet.tsx:151
#: src/components/modals/UserProfileActionsSheet.tsx:305
-#: src/components/modals/UserProfileMobileSheet.tsx:320
+#: src/components/modals/UserProfileMobileSheet.tsx:321
#: src/components/modals/UserProfileModal.tsx:1049
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:209
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:230
#: src/utils/RelationshipActionUtils.tsx:169
msgid "Unblock"
msgstr "Atblokuoti"
@@ -18863,11 +18948,11 @@ msgstr "Atblokuoti"
msgid "Unblock this user before sending a friend request."
msgstr "Prieš siunčiant draugų užklausą atblokuokite šį naudotoją."
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:178
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:180
#: src/components/modals/tabs/BlockedUsersTab.tsx:56
#: src/components/modals/UserProfileActionsSheet.tsx:149
-#: src/components/modals/UserProfileMobileSheet.tsx:318
-#: src/components/modals/UserProfileModal.tsx:1243
+#: src/components/modals/UserProfileMobileSheet.tsx:319
+#: src/components/modals/UserProfileModal.tsx:1244
#: src/utils/RelationshipActionUtils.tsx:167
msgid "Unblock User"
msgstr "Atblokuoti naudotoją"
@@ -18878,17 +18963,17 @@ msgstr "Atblokuoti naudotoją"
msgid "Uncategorized"
msgstr "Nekategorizuota"
-#: src/components/modals/tabs/BetaCodesTab.tsx:127
-#: src/components/modals/tabs/BetaCodesTab.tsx:204
+#: src/components/modals/tabs/BetaCodesTab.tsx:129
+#: src/components/modals/tabs/BetaCodesTab.tsx:206
msgid "Unclaimed"
msgstr "Nepaimta"
#. placeholder {0}: unclaimedBetaCodes.length
-#: src/components/modals/tabs/BetaCodesTab.tsx:333
+#: src/components/modals/tabs/BetaCodesTab.tsx:358
msgid "Unclaimed ({0})"
msgstr "Nepaimta ({0})"
-#: src/components/modals/components/UnclaimedAccountAlert.tsx:31
+#: src/components/modals/components/UnclaimedAccountAlert.tsx:29
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:51
msgid "Unclaimed Account"
msgstr "Nepaimta paskyra"
@@ -18922,7 +19007,7 @@ msgstr "Įjungti garsą visuose įrenginiuose"
msgid "Undeafen User"
msgstr "Įjungti naudotojo garsą"
-#: src/components/pages/ReportPage.tsx:285
+#: src/components/pages/report/optionDescriptors.ts:63
#: src/constants/IARConstants.tsx:129
msgid "Underage User"
msgstr "Nepilnametis naudotojas"
@@ -18981,7 +19066,7 @@ msgstr "Nefokusuoti"
msgid "Unique invite"
msgstr "Unikalus kvietimas"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:79
+#: src/components/modals/components/plutonium/VisionarySection.tsx:88
msgid "Unique profile badge"
msgstr "Unikalus profilio ženklelis"
@@ -19035,12 +19120,12 @@ msgstr "Nežinomas subjektas"
msgid "Unknown error"
msgstr "Nežinoma klaida"
-#: src/components/channel/GiftEmbed.tsx:147
-#: src/components/modals/GiftAcceptModal.tsx:91
+#: src/components/channel/GiftEmbed.tsx:158
+#: src/components/modals/GiftAcceptModal.tsx:98
msgid "Unknown Gift"
msgstr "Nežinoma dovana"
-#: src/components/channel/InviteEmbed.tsx:357
+#: src/components/channel/InviteEmbed.tsx:359
msgid "Unknown Invite"
msgstr "Nežinomas kvietimas"
@@ -19113,7 +19198,7 @@ msgstr "Atrakinkite HD ekrano dalijimąsi su Plutonium"
msgid "Unlock HD Video with Plutonium"
msgstr "Atrakinkite HD vaizdo įrašą su Plutonium"
-#: src/components/modals/components/PlutoniumContent.tsx:185
+#: src/components/modals/components/PlutoniumContent.tsx:196
msgid "Unlock higher limits and exclusive features while supporting an independent communication platform."
msgstr "Atrakinkite didesnes ribas ir išskirtines funkcijas, palaikydami nepriklausomą komunikacijos platformą."
@@ -19126,9 +19211,9 @@ msgid "Unlock stickers in DMs with Plutonium"
msgstr "Atrakinkite lipdukus DM su Plutonium"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:467
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:850
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1044
-#: src/components/bottomsheets/DMBottomSheet.tsx:645
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:882
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1068
+#: src/components/bottomsheets/DMBottomSheet.tsx:648
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:321
#: src/components/bottomsheets/VoiceLobbyBottomSheet.tsx:179
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:253
@@ -19154,7 +19239,7 @@ msgstr "Įjungti garsą kategorijoje"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:400
#: src/components/bottomsheets/ChannelBottomSheet.tsx:452
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1005
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1029
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:167
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:161
msgid "Unmute Channel"
@@ -19167,9 +19252,9 @@ msgstr "Įjungti garsą kanale"
msgid "Unmute Community"
msgstr "Įjungti garsą bendruomenėje"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1007
-#: src/components/bottomsheets/DMBottomSheet.tsx:449
-#: src/components/bottomsheets/DMBottomSheet.tsx:590
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1031
+#: src/components/bottomsheets/DMBottomSheet.tsx:451
+#: src/components/bottomsheets/DMBottomSheet.tsx:593
msgid "Unmute Conversation"
msgstr "Įjungti garsą pokalbyje"
@@ -19200,16 +19285,16 @@ msgid "Unnamed Group"
msgstr "Nepavadinta grupė"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:331
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1126
-#: src/components/bottomsheets/DMBottomSheet.tsx:478
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1150
+#: src/components/bottomsheets/DMBottomSheet.tsx:480
#: src/components/channel/dm/DMList.tsx:282
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:149
msgid "Unpin DM"
msgstr "Atsegti DM"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:290
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1126
-#: src/components/bottomsheets/DMBottomSheet.tsx:478
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1150
+#: src/components/bottomsheets/DMBottomSheet.tsx:480
#: src/components/channel/dm/DMList.tsx:243
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:129
msgid "Unpin Group DM"
@@ -19231,20 +19316,20 @@ msgid "Unpin Message"
msgstr "Atsegti žinutę"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:232
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:583
-#: src/components/bottomsheets/DMBottomSheet.tsx:164
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:597
+#: src/components/bottomsheets/DMBottomSheet.tsx:166
#: src/components/channel/dm/DMList.tsx:224
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:132
msgid "Unpinned DM"
msgstr "Atsegta DM"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:232
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:583
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:597
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:112
msgid "Unpinned group"
msgstr "Atsegta grupė"
-#: src/components/bottomsheets/DMBottomSheet.tsx:164
+#: src/components/bottomsheets/DMBottomSheet.tsx:166
msgid "Unpinned group DM"
msgstr "Nekabintas grupės DM"
@@ -19279,7 +19364,7 @@ msgstr "Atkurti įterpimus"
msgid "Until I change it"
msgstr "Kol aš tai pakeisiu"
-#: src/components/bottomsheets/DMBottomSheet.tsx:664
+#: src/components/bottomsheets/DMBottomSheet.tsx:667
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:334
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:57
#: src/components/channel/muteOptions.ts:39
@@ -19305,7 +19390,7 @@ msgstr "Atnaujinti"
msgid "Update app"
msgstr "Atnaujinti programą"
-#: src/components/modals/components/MobileSettingsView.tsx:244
+#: src/components/modals/components/MobileSettingsView.tsx:239
msgid "Update Service Worker"
msgstr "Atnaujinti paslaugos darbuotoją"
@@ -19402,7 +19487,7 @@ msgstr "Atnaujinami mėgstamiausi…"
msgid "Updating..."
msgstr "Atnaujinama..."
-#: src/components/modals/components/plutonium/PricingSection.tsx:84
+#: src/components/modals/components/plutonium/PricingSection.tsx:94
msgid "Upgrade Now"
msgstr "Pagerink dabar"
@@ -19415,18 +19500,19 @@ msgstr "Pagerink iki Plutonium"
msgid "Upgrade to store up to 15 custom backgrounds and unlock HD video quality, higher frame rates, and more."
msgstr "Pagerink, kad galėtum saugoti iki 15 pasirinktinių fonų ir atrakintum HD vaizdo kokybę, didesnius kadrų dažnius ir daugiau."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:265
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:316
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:297
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:357
msgid "Upgrade to Visionary"
msgstr "Pagerink iki Visionary"
#. placeholder {0}: formatter.format(visionarySlots.remaining)
-#: src/components/modals/components/plutonium/VisionarySection.tsx:109
+#: src/components/modals/components/plutonium/VisionarySection.tsx:122
+#: src/components/modals/components/plutonium/VisionarySection.tsx:134
msgid "Upgrade to Visionary — {0} Left"
msgstr "Pagerink iki Visionary — liko {0}"
#. placeholder {0}: isGiftSubscription ? 'gift time' : 'subscription'
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:243
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:262
msgid "Upgrading to Visionary is a <0>one-time0> purchase and will <1>cancel your current {0} immediately1>."
msgstr "Pagerinimas iki Visionary yra <0>vienkartinis0> pirkinys ir <1>nedelsiant atšauks tavo dabartinį {0}1>."
@@ -19674,10 +19760,6 @@ msgstr "Naudokite šiuos kodus, kad prieitumėte prie savo paskyros, jei pametė
msgid "Use this button to quickly clear all permissions."
msgstr "Naudokite šį mygtuką, kad greitai išvalytumėte visus leidimus."
-#: src/components/pages/ReportPage.tsx:613
-msgid "Use this form to report illegal content under the Digital Services Act (DSA). Select what you want to report."
-msgstr "Naudokite šią formą, kad praneštumėte apie neteisėtą turinį pagal Skaitmeninių paslaugų aktą (DSA). Pasirinkite, ką norite pranešti."
-
#: src/components/modals/tabs/KeybindsTab.tsx:101
msgid "Use this shortcut system-wide"
msgstr "Naudoti šį sparčiuosius klavišus visoje sistemoje"
@@ -19708,19 +19790,19 @@ msgstr "Atrodo, kad vartotojas yra jaunesnis nei 13 metų"
msgid "User Debug"
msgstr "Vartotojo derinimas"
-#: src/components/channel/channel-view/DMChannelView.tsx:353
+#: src/components/channel/channel-view/DMChannelView.tsx:354
msgid "User has vanished"
msgstr "Vartotojas išnyko"
-#: src/components/pages/ReportPage.tsx:865
+#: src/components/pages/report/ReportStepDetails.tsx:137
msgid "User ID (optional)"
msgstr "Vartotojo ID (neprivalomas)"
-#: src/components/bottomsheets/DMBottomSheet.tsx:376
+#: src/components/bottomsheets/DMBottomSheet.tsx:378
msgid "User ID copied"
msgstr "Vartotojo ID nukopijuotas"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:652
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:666
msgid "User ID copied to clipboard"
msgstr "Vartotojo ID nukopijuotas į iškarpinę"
@@ -19765,7 +19847,7 @@ msgstr "Vartotojo įrašas"
msgid "User Settings"
msgstr "Vartotojo nustatymai"
-#: src/components/pages/ReportPage.tsx:873
+#: src/components/pages/report/ReportStepDetails.tsx:146
msgid "User Tag (optional)"
msgstr "Vartotojo žymė (neprivaloma)"
@@ -19805,7 +19887,7 @@ msgstr "Vartotojo vardas turi būti bent 1 simbolio ilgio"
msgid "Username must be at most 32 characters"
msgstr "Vartotojo vardas turi būti ne ilgesnis nei 32 simboliai"
-#: src/components/channel/dm/AddFriendForm.tsx:130
+#: src/components/channel/dm/AddFriendForm.tsx:153
msgid "Username#0000"
msgstr "Vartotojo vardas#0000"
@@ -19904,7 +19986,7 @@ msgstr "Patrauklūs URL turi būti nuo 2 iki 32 simbolių ilgio ir gali būti su
msgid "Verification Barriers"
msgstr "Patvirtinimo barjerai"
-#: src/components/modals/ClaimAccountModal.tsx:199
+#: src/components/modals/ClaimAccountModal.tsx:201
#: src/components/modals/EmailChangeModal.tsx:218
#: src/components/modals/EmailChangeModal.tsx:282
#: src/components/modals/PhoneAddModal.tsx:224
@@ -19912,11 +19994,11 @@ msgstr "Patvirtinimo barjerai"
msgid "Verification code"
msgstr "Patvirtinimo kodas"
-#: src/components/pages/ReportPage.tsx:719
+#: src/components/pages/report/ReportStepVerification.tsx:86
msgid "Verification Code"
msgstr "Patvirtinimo kodas"
-#: src/components/modals/ClaimAccountModal.tsx:88
+#: src/components/modals/ClaimAccountModal.tsx:90
msgid "Verification code sent"
msgstr "Patvirtinimo kodas išsiųstas"
@@ -19937,10 +20019,9 @@ msgstr "Prieš peržiūrint atsarginius kodus gali būti reikalingas patvirtinim
#: src/components/auth/AuthPageHeader.tsx:49
#: src/components/auth/InviteHeader.tsx:81
#: src/components/auth/InviteHeader.tsx:226
-#: src/components/channel/InviteEmbed.tsx:285
-#: src/components/channel/InviteEmbed.tsx:428
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:178
-#: src/components/emojis/EmojiInfoContent.tsx:87
+#: src/components/channel/InviteEmbed.tsx:287
+#: src/components/channel/InviteEmbed.tsx:430
+#: src/components/emojis/EmojiAttributionSubtext.tsx:143
#: src/components/layout/GuildHeader.tsx:132
msgid "Verified Community"
msgstr "Patvirtinta bendruomenė"
@@ -19955,7 +20036,7 @@ msgstr "Patvirtinta gildija"
msgid "Verify"
msgstr "Patvirtinti"
-#: src/components/pages/ReportPage.tsx:740
+#: src/components/pages/report/ReportStepVerification.tsx:102
msgid "Verify Code"
msgstr "Patvirtinti kodą"
@@ -19980,6 +20061,10 @@ msgstr "Telefono numerio patvirtinimo forma"
msgid "Verify You're Human"
msgstr "Patvirtinkite, kad esate žmogus"
+#: src/components/pages/report/ReportStepEmail.tsx:54
+msgid "Verify your email"
+msgstr "Patvirtinkite savo el. paštą"
+
#: src/components/modals/SudoVerificationModal.tsx:359
msgid "Verify your identity"
msgstr "Patvirtinkite savo tapatybę"
@@ -20012,7 +20097,7 @@ msgid "Video"
msgstr "Vaizdo įrašas"
#: src/components/channel/ChannelHeader.tsx:572
-#: src/components/modals/UserProfileMobileSheet.tsx:515
+#: src/components/modals/UserProfileMobileSheet.tsx:519
msgid "Video Call"
msgstr "Vaizdo skambutis"
@@ -20097,7 +20182,7 @@ msgstr "Peržiūrėti atsarginius kodus"
msgid "View backup codes form"
msgstr "Peržiūrėti atsarginių kodų formą"
-#: src/components/channel/channel-view/DMChannelView.tsx:282
+#: src/components/channel/channel-view/DMChannelView.tsx:283
msgid "View call"
msgstr "Peržiūrėti skambutį"
@@ -20138,7 +20223,7 @@ msgstr "Peržiūrėti dovanų inventorių"
msgid "View Global Profile"
msgstr "Peržiūrėti globalų profilį"
-#: src/components/channel/channel-view/DMChannelView.tsx:282
+#: src/components/channel/channel-view/DMChannelView.tsx:283
msgid "View incoming call"
msgstr "Peržiūrėti gaunamą skambutį"
@@ -20158,10 +20243,10 @@ msgstr "Peržiūrėti premium funkcijas"
msgid "View premium perks"
msgstr "Peržiūrėti premijos privalumus"
-#: src/components/bottomsheets/DMBottomSheet.tsx:411
+#: src/components/bottomsheets/DMBottomSheet.tsx:413
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:226
#: src/components/channel/friends/MobileFriendRequestItem.tsx:87
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:210
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:212
#: src/components/modals/tabs/BlockedUsersTab.tsx:87
#: src/components/uikit/ContextMenu/items/UserProfileMenuItem.tsx:43
msgid "View Profile"
@@ -20191,7 +20276,7 @@ msgstr "Žiūrovas prisijungia prie transliacijos"
msgid "Viewer Leaves Stream"
msgstr "Žiūrovas palieka transliaciją"
-#: src/components/pages/ReportPage.tsx:827
+#: src/components/pages/report/ReportStepDetails.tsx:96
msgid "Violation Category"
msgstr "Pažeidimo kategorija"
@@ -20199,7 +20284,7 @@ msgstr "Pažeidimo kategorija"
msgid "Violation category selection"
msgstr "Pažeidimo kategorijos pasirinkimas"
-#: src/components/pages/ReportPage.tsx:264
+#: src/components/pages/report/optionDescriptors.ts:45
#: src/constants/IARConstants.tsx:42
msgid "Violent or Graphic Content"
msgstr "Smurtinis ar grafinis turinys"
@@ -20212,9 +20297,9 @@ msgstr "VIP balsas"
msgid "Visible Buttons"
msgstr "Matomi mygtukai"
-#: src/components/modals/components/plutonium/PricingSection.tsx:88
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:110
-#: src/components/modals/components/plutonium/VisionarySection.tsx:58
+#: src/components/modals/components/plutonium/PricingSection.tsx:101
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:129
+#: src/components/modals/components/plutonium/VisionarySection.tsx:67
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:154
#: src/utils/modals/guildTabs/GuildAuditLogTabUtils.ts:274
msgid "Visionary"
@@ -20228,25 +20313,25 @@ msgstr "Visionary (Lifetime #42)"
msgid "Visionary (Lifetime Plutonium)"
msgstr "Visionary (Lifetime Plutonium)"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:80
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:111
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:95
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:134
msgid "Visionary {visionaryPrice}"
msgstr "Visionary {visionaryPrice}"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:96
+#: src/components/modals/components/plutonium/VisionarySection.tsx:105
msgid "Visionary community with direct team access"
msgstr "Visionary bendruomenė su tiesiogine komandos prieiga"
-#: src/components/modals/components/plutonium/GiftSection.tsx:87
-#: src/components/modals/components/plutonium/PricingSection.tsx:119
+#: src/components/modals/components/plutonium/GiftSection.tsx:100
+#: src/components/modals/components/plutonium/PricingSection.tsx:140
msgid "Visionary Gift"
msgstr "Visionary dovana"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:109
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:132
msgid "Visionary Gift Sold Out"
msgstr "Visionary dovana išparduota"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:80
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:95
msgid "Visionary Sold Out"
msgstr "Visionary išparduota"
@@ -20281,15 +20366,15 @@ msgstr "Balso ir vaizdo nustatymai"
msgid "Voice Activity"
msgstr "Balsinė veikla"
-#: src/components/channel/channel-view/DMChannelView.tsx:277
+#: src/components/channel/channel-view/DMChannelView.tsx:278
#: src/components/voice/VoiceCallView.tsx:466
msgid "Voice call"
msgstr "balsinis skambutis"
-#: src/components/bottomsheets/DMBottomSheet.tsx:419
+#: src/components/bottomsheets/DMBottomSheet.tsx:421
#: src/components/channel/ChannelHeader.tsx:562
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:225
-#: src/components/modals/UserProfileMobileSheet.tsx:507
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:227
+#: src/components/modals/UserProfileMobileSheet.tsx:511
msgid "Voice Call"
msgstr "Balsinis skambutis"
@@ -20306,8 +20391,8 @@ msgstr "Balsiniai skambučiai"
msgid "Voice channel"
msgstr "balsinis kanalas"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:475
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:662
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:489
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:676
#: src/components/channel/channel-header/useChannelHeaderData.ts:100
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:314
msgid "Voice Channel"
@@ -20488,8 +20573,8 @@ msgstr "Nusiuntėme el. paštu nuorodą šiam prisijungimui autorizuoti. Atidary
msgid "We failed to retrieve the full information about this user at this time."
msgstr "Šiuo metu nepavyko gauti visos informacijos apie šį naudotoją."
-#: src/components/layout/GuildLayout.tsx:302
-#: src/components/layout/GuildLayout.tsx:349
+#: src/components/layout/GuildLayout.tsx:307
+#: src/components/layout/GuildLayout.tsx:354
msgid "We fluxed up! Hang tight, we're working on it."
msgstr "Mes suklydome! Būkite kantrūs, mes tai tvarkome."
@@ -20513,18 +20598,13 @@ msgstr "Praradome ryšį laukiant autorizacijos. Prašome bandyti dar kartą."
msgid "We need to make sure you're not a bot. Please complete the verification below."
msgstr "Turime įsitikinti, kad nesate botas. Prašome užbaigti patikrinimą žemiau."
-#: src/components/pages/ReportPage.tsx:639
-msgid "We need to verify your email address before you can submit a report."
-msgstr "Turime patikrinti jūsų el. pašto adresą, kol galėsite pateikti pranešimą."
-
#: src/components/modals/BackupCodesModal.tsx:45
msgid "We recommend saving these codes now so that you don't get locked out of your account."
msgstr "Rekomenduojame išsaugoti šiuos kodus dabar, kad nebūtumėte užblokuotas prie savo paskyros."
-#. placeholder {0}: state.email
-#: src/components/pages/ReportPage.tsx:702
-msgid "We sent a verification code to {0}."
-msgstr "Mes išsiuntėme patvirtinimo kodą į {0}."
+#: src/components/pages/report/ReportStepVerification.tsx:67
+msgid "We sent a code to {email}."
+msgstr "Mes išsiuntėme kodą į {email}."
#: src/components/auth/BrowserLoginHandoffModal.tsx:315
msgid "We will prefill {prefillEmail} once the browser login opens."
@@ -20534,6 +20614,10 @@ msgstr "Mes iš anksto užpildysime {prefillEmail}, kai atsidarys naršyklės pr
msgid "We'll restore your previous email, sign out old sessions, remove phone numbers, disable MFA, and secure your account with a new password."
msgstr "Mes atkursime jūsų ankstesnį el. paštą, atjungsime senas sesijas, pašalinsime telefono numerius, išjungsime MFA ir apsaugosime jūsų paskyrą nauju slaptažodžiu."
+#: src/components/pages/report/ReportStepEmail.tsx:57
+msgid "We'll send a short code to confirm you can receive updates about this report."
+msgstr "Išsiųsime trumpą kodą, kad patvirtintume, jog galite gauti atnaujinimus apie šį pranešimą."
+
#: src/components/modals/EmailChangeModal.tsx:190
msgid "We'll verify your current email and then your new email with one-time codes."
msgstr "Mes patikrinsime jūsų dabartinį el. paštą, o tada jūsų naują el. paštą vienkartiniais kodais."
@@ -20546,13 +20630,13 @@ msgstr "Mes patikrinsime jūsų naują el. paštą vienkartiniu kodu."
msgid "We're having trouble connecting to Fluxer's servers. This could be a temporary network issue or scheduled maintenance."
msgstr "Turime problemų prisijungti prie Fluxer serverių. Tai gali būti laikina tinklo problema arba suplanuota priežiūra."
-#: src/components/modals/tabs/BetaCodesTab.tsx:297
+#: src/components/modals/tabs/BetaCodesTab.tsx:322
#: src/components/modals/tabs/DevicesTab.tsx:230
msgid "We're having trouble connecting to the space-time continuum. Please check your connection and try again."
msgstr "Turime problemų prisijungti prie erdvės-laiko kontinuumo. Patikrinkite savo ryšį ir bandykite dar kartą."
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:287
-#: src/components/channel/ChannelSearchResults.tsx:681
+#: src/components/channel/ChannelSearchResults.tsx:650
msgid "We're indexing this channel for the first time. This might take a little while..."
msgstr "Pirmą kartą indeksuojame šį kanalą. Tai gali šiek tiek užtrukti..."
@@ -20829,17 +20913,16 @@ msgstr "Čia parašykite pasirinktinį CSS, kad perrašytumėte bet kuriuos temo
msgid "Write your content here... This textarea expands as you type."
msgstr "Čia parašykite savo turinį... Ši teksto sritis plečiasi, kai rašote."
-#: src/components/auth/DateOfBirthField.tsx:89
-#: src/components/auth/DateOfBirthField.tsx:156
+#: src/components/auth/DateOfBirthField.tsx:153
#: src/components/auth/MockMinimalRegisterForm.tsx:78
msgid "Year"
msgstr "Metai"
-#: src/components/modals/components/plutonium/PricingSection.tsx:78
+#: src/components/modals/components/plutonium/PricingSection.tsx:88
msgid "Yearly"
msgstr "Kasmet"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:71
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:84
msgid "Yearly {yearlyPrice}"
msgstr "Kasmet {yearlyPrice}"
@@ -20874,7 +20957,7 @@ msgstr "Jūs ketinate palikti Fluxer"
msgid "You are about to transfer ownership of this community to <0>{0}0>. This action is <1>irreversible1> and you will lose all owner privileges."
msgstr "Jūs ketinate perduoti šios bendruomenės nuosavybę <0>{0}0>. Šis veiksmas yra <1>neatšaukiamas1> ir jūs prarasite visas savininko privilegijas."
-#: src/components/channel/dm/AddFriendForm.tsx:72
+#: src/components/channel/dm/AddFriendForm.tsx:95
msgid "You are already friends with this user."
msgstr "Jūs jau esate draugai su šiuo vartotoju."
@@ -20960,7 +21043,7 @@ msgstr "Galite įkelti tik iki {MAX_EMOJIS_PER_UPLOAD} emocijų vienu metu. Bus
msgid "You can pin messages in this conversation for everyone to see."
msgstr "Galite prisegti žinutes šiame pokalbyje, kad matytų visi."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:175
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:194
msgid "You can redeem additional gift codes to <0>extend0> your gift time. To start a monthly or yearly plan, wait until after it ends — or <1>upgrade to Visionary1> now (remaining gift time will be discarded)."
msgstr "Galite panaudoti papildomus dovanų kodus, kad <0>pratęstumėte0> dovanos laiką. Norėdami pradėti mėnesinį ar metinį planą, palaukite, kol jis baigsis — arba <1>atnaujinkite į Visionary1> dabar (likęs dovanos laikas bus atmestas)."
@@ -20990,7 +21073,7 @@ msgstr "Galite naudoti nuorodas ir Markdown, kad formatuotumėte savo tekstą. S
msgid "You can't add new reactions while you're on timeout."
msgstr "Negalite pridėti naujų reakcijų, kai esate laikotarpyje."
-#: src/components/modals/UserProfileModal.tsx:1170
+#: src/components/modals/UserProfileModal.tsx:1171
msgid "You can't befriend yourself"
msgstr "Negalite susidraugauti su savimi"
@@ -20998,14 +21081,14 @@ msgstr "Negalite susidraugauti su savimi"
msgid "You can't interact with reactions in search results as it might disrupt the space-time continuum."
msgstr "Negalite sąveikauti su reakcijomis paieškos rezultatuose, nes tai gali sutrikdyti erdvės-laiko kontinuumą."
-#: src/components/layout/ChannelItem.tsx:200
-#: src/components/layout/ChannelItem.tsx:366
-#: src/stores/voice/MediaEngineFacade.ts:151
-#: src/stores/voice/MediaEngineFacade.ts:482
+#: src/components/layout/ChannelItem.tsx:206
+#: src/components/layout/ChannelItem.tsx:375
+#: src/stores/voice/MediaEngineFacade.ts:154
+#: src/stores/voice/MediaEngineFacade.ts:529
msgid "You can't join while you're on timeout."
msgstr "Negalite prisijungti, kai esate laikotarpyje."
-#: src/components/modals/UserProfileModal.tsx:1182
+#: src/components/modals/UserProfileModal.tsx:1183
#: src/components/popouts/UserProfilePopout.tsx:282
#: src/components/profile/ProfilePreview.tsx:284
msgid "You can't message yourself"
@@ -21019,7 +21102,7 @@ msgstr "Negalite siųsti draugų užklausos sau."
msgid "You can't send friend requests to bots."
msgstr "Negalite siųsti draugų užklausų botams."
-#: src/components/channel/dm/AddFriendForm.tsx:64
+#: src/components/channel/dm/AddFriendForm.tsx:87
msgid "You can't send friend requests to users you've blocked. Unblock them first."
msgstr "Negalite siųsti draugų užklausų naudotojams, kuriuos užblokavote. Pirmiau atblokuokite juos."
@@ -21066,11 +21149,11 @@ msgstr "Negalite pašalinti šio leidimo, nes tai pašalintų jį iš jūsų pa
msgid "You cannot save a role with a blank name. Please provide a valid name before saving."
msgstr "Negalite išsaugoti vaidmens su tuščiu pavadinimu. Pateikite galiojantį pavadinimą prieš išsaugodami."
-#: src/components/channel/dm/AddFriendForm.tsx:68
+#: src/components/channel/dm/AddFriendForm.tsx:91
msgid "You cannot send a friend request to yourself."
msgstr "Negalite siųsti draugų užklausos sau."
-#: src/components/channel/dm/AddFriendForm.tsx:66
+#: src/components/channel/dm/AddFriendForm.tsx:89
msgid "You cannot send friend requests to bots."
msgstr "Negalite siųsti draugų užklausų botams."
@@ -21094,7 +21177,7 @@ msgstr "Neturite prieigos prie kanalo, kuriame buvo išsiųsta ši žinutė."
msgid "You do not have permission to send messages in this channel."
msgstr "Neturite leidimo siųsti žinučių šiame kanale."
-#: src/components/layout/GuildLayout.tsx:393
+#: src/components/layout/GuildLayout.tsx:398
msgid "You don't have access to any channels in this community."
msgstr "Neturite prieigos prie jokių kanalų šioje bendruomenėje."
@@ -21114,23 +21197,23 @@ msgstr "Neturite leidimo įdiegti šį emodžių rinkinį."
msgid "You don't have permission to install this sticker pack."
msgstr "Neturite leidimo įdiegti šį lipdukų rinkinį."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:203
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:222
msgid "You have all <0/> for <1>{monthlyPrice}/month1>."
msgstr "Turite visus <0/> už <1>{monthlyPrice}/mėnesį1>."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:208
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:227
msgid "You have all <0/> for <1>{yearlyPrice}/year1>."
msgstr "Turite visus <0/> už <1>{yearlyPrice}/metus1>."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:213
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:232
msgid "You have all <0/> for your subscription period."
msgstr "Jūs turite visus <0/> savo prenumeratos laikotarpiui."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:198
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:217
msgid "You have all <0/> forever. No subscriptions, no renewals."
msgstr "Jūs turite visus <0/> amžinai. Jokių prenumeratų, jokių atnaujinimų."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:169
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:188
msgid "You have all <0/> via a <1>gift subscription1> until <2>{giftEndDate}2>. It <3>won't renew3>."
msgstr "Jūs turite visus <0/> per <1>dovanų prenumeratą1> iki <2>{giftEndDate}2>. Ji <3>neatsinaujins3>."
@@ -21228,11 +21311,11 @@ msgstr "Praradote prieigą prie šios išsaugotos žinutės. Pašalinti?"
msgid "You made it, {username}! We're about to hit 88mph!"
msgstr "Tu tai padarei, {username}! Mes ketiname pasiekti 88 mylių per valandą!"
-#: src/components/channel/CallMessage.tsx:179
+#: src/components/channel/CallMessage.tsx:173
msgid "You missed a call from <0/> that lasted {durationText}."
msgstr "Tu praleidai skambutį iš <0/>, kuris truko {durationText}."
-#: src/components/channel/CallMessage.tsx:184
+#: src/components/channel/CallMessage.tsx:178
msgid "You missed a call from <0/>."
msgstr "Praleidai skambutį iš <0/>."
@@ -21252,7 +21335,7 @@ msgstr "Turite būti 18 metų ar vyresni, kad galėtumėte peržiūrėti šį tu
msgid "You must be connected to the gateway to accept this temporary invite. Please check your connection and try again."
msgstr "Turite būti prisijungę prie šliuzo, kad priimtumėte šį laikiną pakvietimą. Patikrinkite savo ryšį ir bandykite dar kartą."
-#: src/components/pages/ReportPage.tsx:463
+#: src/components/pages/ReportPage.tsx:288
msgid "You must verify your email before submitting a report."
msgstr "Prieš pateikdami pranešimą turite patvirtinti savo el. paštą."
@@ -21385,7 +21468,7 @@ msgstr "Tu balsiniame kanale"
msgid "You're sending messages too quickly"
msgstr "Tu per greitai siunti žinutes"
-#: src/components/channel/Messages.tsx:909
+#: src/components/channel/Messages.tsx:907
msgid "You're viewing older messages"
msgstr "Tu žiūri senesnes žinutes"
@@ -21464,7 +21547,7 @@ msgstr "Tavo paskyra patvirtinta. Nukreipiame tave į programėlę..."
msgid "Your account has been created, but access is temporarily limited until approval. You will be notified once your account is approved."
msgstr "Tavo paskyra sukurta, bet prieiga laikinai apribota iki patvirtinimo. Būsi informuotas, kai tavo paskyra bus patvirtinta."
-#: src/components/modals/components/UnclaimedAccountAlert.tsx:38
+#: src/components/modals/components/UnclaimedAccountAlert.tsx:36
msgid "Your account is not yet claimed. Without an email and password, you won't be able to sign in from other devices and you could lose access to your account. Claim your account now to secure it."
msgstr "Tavo paskyra dar nepriimta. Be el. pašto ir slaptažodžio negalėsi prisijungti iš kitų įrenginių ir gali netekti prieigos prie savo paskyros. Priimk savo paskyrą dabar, kad ją apsaugotum."
@@ -21508,7 +21591,7 @@ msgstr "Tavo esami pranešimų garso nustatymai bus išsaugoti."
msgid "Your export request will be processed"
msgstr "Tavo eksporto užklausa bus apdorota"
-#: src/components/pages/ReportPage.tsx:935
+#: src/components/pages/report/ReportStepDetails.tsx:213
msgid "Your FluxerTag (optional)"
msgstr "Tavo FluxerTag (neprivaloma)"
@@ -21521,7 +21604,7 @@ msgid "Your invite expires in 24 hours"
msgstr "Tavo pakvietimas baigsis po 24 valandų"
#. placeholder {0}: getExpirationText()
-#: src/components/modals/InviteModal.tsx:325
+#: src/components/modals/InviteModal.tsx:322
msgid "Your invite link expires in {0}."
msgstr "Tavo pakvietimo nuoroda baigsis po {0}."
@@ -21565,7 +21648,7 @@ msgstr "Tavo asmeninė erdvė greitai pasiekti kanalus, tiesiogines žinutes ir
msgid "Your Plutonium subscription has expired. You've lost all Plutonium perks. Reactivate your subscription to regain access."
msgstr "Tavo Plutonium prenumerata pasibaigė. Tu praradai visus Plutonium privalumus. Aktyvink prenumeratą iš naujo, kad vėl gautum prieigą."
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:781
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:813
msgid "Your private space"
msgstr "Tavo privati erdvė"
@@ -21573,7 +21656,7 @@ msgstr "Tavo privati erdvė"
msgid "Your private space for thoughts and reminders"
msgstr "Tavo privati erdvė minčių ir priminimų"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:277
+#: src/components/modals/tabs/GiftInventoryTab.tsx:300
msgid "Your Purchased Gifts"
msgstr "Tavo įsigytos dovanos"
@@ -21585,15 +21668,11 @@ msgstr "tavo regionas"
msgid "Your stream is still being broadcast"
msgstr "Tavo transliacija vis dar vyksta"
-#: src/components/pages/ReportPage.tsx:594
-msgid "Your submission ID"
-msgstr "Jūsų pateikimo ID"
-
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:153
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:172
msgid "Your subscription ended, but you still have all <0/> until <1>{graceDate}1>. Resubscribe to keep them."
msgstr "Tavo prenumerata pasibaigė, bet vis dar turi visus <0/> iki <1>{graceDate}1>. Prenumeruok iš naujo, kad juos išsaugotum."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:138
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:157
msgid "Your subscription expired on <0>{expiredDate}0>. You lost all <1/>. You can reactivate at any time."
msgstr "Tavo prenumerata pasibaigė <0>{expiredDate}0>. Praradai visus <1/>. Gali ją aktyvuoti iš naujo bet kada."
@@ -21609,7 +21688,7 @@ msgstr "Tavo prenumerata buvo aktyvuota iš naujo!"
msgid "Your subscription has been set to cancel at the end of your billing period."
msgstr "Tavo prenumerata bus nutraukta tavo apmokėjimo laikotarpio pabaigoje."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:191
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:210
msgid "Your subscription will cancel on <0>{cancelDate}0>. You'll lose all <1/> after that date."
msgstr "Tavo prenumerata bus nutraukta <0>{cancelDate}0>. Prarasi visus <1/> po šios datos."
diff --git a/fluxer_app/src/locales/nl/messages.po b/fluxer_app/src/locales/nl/messages.po
index d2bcb838..862f5eb1 100644
--- a/fluxer_app/src/locales/nl/messages.po
+++ b/fluxer_app/src/locales/nl/messages.po
@@ -68,12 +68,12 @@ msgstr "(max 15 getoond)"
msgid "(No content)"
msgstr "(Geen inhoud)"
-#: src/components/modals/UserProfileMobileSheet.tsx:552
+#: src/components/modals/UserProfileMobileSheet.tsx:556
#: src/components/pages/YouPage.tsx:147
msgid "(only visible to you)"
msgstr "(alleen zichtbaar voor jou)"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:954
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:976
msgid "(you)"
msgstr "(jij)"
@@ -138,12 +138,12 @@ msgid "{0} Online"
msgstr "{0} Online"
#. placeholder {0}: reaction.count
-#: src/components/channel/MessageReactions.tsx:120
+#: src/components/channel/MessageReactions.tsx:119
msgid "{0} reaction"
msgstr "{0} reactie"
#. placeholder {0}: reaction.count
-#: src/components/channel/MessageReactions.tsx:120
+#: src/components/channel/MessageReactions.tsx:119
msgid "{0} reactions"
msgstr "{0} reacties"
@@ -153,13 +153,13 @@ msgid "{0} remaining"
msgstr "{0} over"
#. placeholder {0}: machineState.total
-#: src/components/channel/ChannelSearchResults.tsx:315
+#: src/components/channel/ChannelSearchResults.tsx:272
msgid "{0} Result"
msgstr "{0} Resultaat"
#. placeholder {0}: machineState.total
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:390
-#: src/components/channel/ChannelSearchResults.tsx:315
+#: src/components/channel/ChannelSearchResults.tsx:272
msgid "{0} Results"
msgstr "{0} Resultaten"
@@ -402,7 +402,7 @@ msgstr "{actor} heeft de sticker {namedTarget} bijgewerkt."
msgid "{actor} updated the webhook {namedTarget}."
msgstr "{actor} heeft de webhook {namedTarget} bijgewerkt."
-#: src/components/modals/tabs/BetaCodesTab.tsx:280
+#: src/components/modals/tabs/BetaCodesTab.tsx:284
msgid "{allowance} codes remaining this week"
msgstr "{allowance} codes over deze week"
@@ -533,7 +533,7 @@ msgstr "{emojiName}, {0} reactie"
msgid "{emojiName}, {0} reactions"
msgstr "{emojiName}, {0} reacties"
-#: src/components/channel/MessageReactions.tsx:122
+#: src/components/channel/MessageReactions.tsx:121
msgid "{emojiName}: {reactionCountText}, {actionText}"
msgstr "{emojiName}: {reactionCountText}, {actionText}"
@@ -561,8 +561,8 @@ msgstr "{label} afbeeldingen kunnen niet worden geanimeerd. Gebruik alstublieft
#: src/components/auth/InviteHeader.tsx:127
#: src/components/auth/InviteHeader.tsx:241
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:281
-#: src/components/channel/InviteEmbed.tsx:180
-#: src/components/channel/InviteEmbed.tsx:444
+#: src/components/channel/InviteEmbed.tsx:182
+#: src/components/channel/InviteEmbed.tsx:446
msgid "{memberCount} Member"
msgstr "{memberCount} lid"
@@ -570,8 +570,8 @@ msgstr "{memberCount} lid"
#: src/components/auth/InviteHeader.tsx:127
#: src/components/auth/InviteHeader.tsx:241
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:281
-#: src/components/channel/InviteEmbed.tsx:180
-#: src/components/channel/InviteEmbed.tsx:444
+#: src/components/channel/InviteEmbed.tsx:182
+#: src/components/channel/InviteEmbed.tsx:446
msgid "{memberCount} Members"
msgstr "{memberCount} leden"
@@ -606,11 +606,11 @@ msgstr "{minutes} minuten en {seconds} seconden"
msgid "{minutes} minutes and 1 second"
msgstr "{minutes} minuten en 1 seconde"
-#: src/components/channel/dm/DMWelcomeSection.tsx:155
+#: src/components/channel/dm/DMWelcomeSection.tsx:167
msgid "{mutualGuildCount} mutual commmunity"
msgstr "{mutualGuildCount} wederzijdse gemeenschap"
-#: src/components/channel/dm/DMWelcomeSection.tsx:156
+#: src/components/channel/dm/DMWelcomeSection.tsx:168
msgid "{mutualGuildCount} mutual communities"
msgstr "{mutualGuildCount} wederzijdse gemeenschappen"
@@ -632,7 +632,7 @@ msgstr "{participantCount} deelnemers in gesprek"
#: src/components/auth/InviteHeader.tsx:235
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:276
-#: src/components/channel/InviteEmbed.tsx:439
+#: src/components/channel/InviteEmbed.tsx:441
msgid "{presenceCount} Online"
msgstr "{presenceCount} Online"
@@ -644,15 +644,15 @@ msgstr "{remaining} tekens over"
msgid "{remaining} characters left. Get Plutonium to write up to {premiumMaxLength} characters."
msgstr "{remaining} tekens over. Koop Plutonium om tot {premiumMaxLength} tekens te schrijven."
-#: src/components/channel/InviteEmbed.tsx:301
+#: src/components/channel/InviteEmbed.tsx:303
msgid "{renderedMemberCount} Member"
msgstr "{renderedMemberCount} lid"
-#: src/components/channel/InviteEmbed.tsx:301
+#: src/components/channel/InviteEmbed.tsx:303
msgid "{renderedMemberCount} Members"
msgstr "{renderedMemberCount} leden"
-#: src/components/channel/InviteEmbed.tsx:296
+#: src/components/channel/InviteEmbed.tsx:298
msgid "{renderedPresenceCount} Online"
msgstr "{renderedPresenceCount} Online"
@@ -704,11 +704,11 @@ msgstr "{totalSeconds} seconde"
msgid "{totalSeconds} seconds"
msgstr "{totalSeconds} seconden"
-#: src/components/layout/GuildsLayout.tsx:231
+#: src/components/layout/GuildsLayout.tsx:229
msgid "{unavailableCount} communities are temporarily unavailable due to a flux capacitor malfunction."
msgstr "{unavailableCount} gemeenschappen zijn tijdelijk niet beschikbaar vanwege een fluxcapacitor storing."
-#: src/components/layout/GuildsLayout.tsx:230
+#: src/components/layout/GuildsLayout.tsx:228
msgid "{unavailableCount} community is temporarily unavailable due to a flux capacitor malfunction."
msgstr "{unavailableCount} gemeenschap is tijdelijk niet beschikbaar vanwege een fluxcapacitor storing."
@@ -814,27 +814,27 @@ msgstr "@iedereen-vermeldingen"
msgid "@username"
msgstr "@gebruikersnaam"
-#: src/components/channel/CallMessage.tsx:75
+#: src/components/channel/CallMessage.tsx:72
msgid "# days"
msgstr "# dagen"
-#: src/components/channel/CallMessage.tsx:76
+#: src/components/channel/CallMessage.tsx:73
msgid "# hours"
msgstr "# uren"
-#: src/components/channel/CallMessage.tsx:77
+#: src/components/channel/CallMessage.tsx:74
msgid "# minutes"
msgstr "# minuten"
-#: src/components/channel/CallMessage.tsx:73
+#: src/components/channel/CallMessage.tsx:70
msgid "# months"
msgstr "# maanden"
-#: src/components/channel/CallMessage.tsx:74
+#: src/components/channel/CallMessage.tsx:71
msgid "# weeks"
msgstr "# weken"
-#: src/components/channel/CallMessage.tsx:72
+#: src/components/channel/CallMessage.tsx:69
msgid "# years"
msgstr "# jaren"
@@ -878,11 +878,11 @@ msgstr "<0/> heeft <1/> uit de groep verwijderd."
msgid "<0/> removed someone from the group."
msgstr "<0/> heeft iemand uit de groep verwijderd."
-#: src/components/channel/CallMessage.tsx:191
+#: src/components/channel/CallMessage.tsx:185
msgid "<0/> started a call that lasted {durationText}."
msgstr "<0/> is een gesprek begonnen dat {durationText} duurde."
-#: src/components/channel/CallMessage.tsx:154
+#: src/components/channel/CallMessage.tsx:148
msgid "<0/> started a call."
msgstr "<0/> is een gesprek begonnen."
@@ -943,11 +943,11 @@ msgstr "<0>Unmuted0> het lid."
msgid "<0>Warning:0> This will also disable SMS two-factor authentication."
msgstr "<0>Waarschuwing:0> Dit schakelt ook SMS tweefactorauthenticatie uit."
-#: src/components/modals/tabs/BetaCodesTab.tsx:278
+#: src/components/modals/tabs/BetaCodesTab.tsx:282
msgid "1 code remaining this week"
msgstr "1 code resterend deze week"
-#: src/components/channel/CallMessage.tsx:75
+#: src/components/channel/CallMessage.tsx:72
#: src/components/modals/BanMemberModal.tsx:54
#: src/components/modals/InviteModal.tsx:77
#: src/components/modals/InviteModal.tsx:212
@@ -956,7 +956,7 @@ msgstr "1 code resterend deze week"
msgid "1 day"
msgstr "1 dag"
-#: src/components/channel/CallMessage.tsx:76
+#: src/components/channel/CallMessage.tsx:73
#: src/components/modals/BanMemberModal.tsx:52
#: src/components/modals/channelTabs/ChannelOverviewTab.tsx:154
#: src/components/modals/CustomStatusBottomSheet.tsx:44
@@ -993,7 +993,7 @@ msgstr "1 minuut en {seconds} seconden"
msgid "1 minute and 1 second"
msgstr "1 minuut en 1 seconde"
-#: src/components/channel/CallMessage.tsx:73
+#: src/components/channel/CallMessage.tsx:70
#: src/components/modals/BanMemberModal.tsx:59
msgid "1 month"
msgstr "1 maand"
@@ -1002,12 +1002,12 @@ msgstr "1 maand"
msgid "1 Month"
msgstr "1 maand"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:99
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:120
msgid "1 Month {monthlyPrice}"
msgstr "1 maand {monthlyPrice}"
-#: src/components/modals/components/plutonium/GiftSection.tsx:78
-#: src/components/modals/components/plutonium/PricingSection.tsx:110
+#: src/components/modals/components/plutonium/GiftSection.tsx:88
+#: src/components/modals/components/plutonium/PricingSection.tsx:128
msgid "1 Month Gift"
msgstr "Cadeau voor 1 maand"
@@ -1020,22 +1020,22 @@ msgstr "1 keer gebruiken"
msgid "1 user"
msgstr "1 gebruiker"
-#: src/components/channel/CallMessage.tsx:74
+#: src/components/channel/CallMessage.tsx:71
#: src/components/modals/BanMemberModal.tsx:57
#: src/components/modals/TimeoutMemberOptions.ts:39
msgid "1 week"
msgstr "1 week"
-#: src/components/channel/CallMessage.tsx:72
+#: src/components/channel/CallMessage.tsx:69
msgid "1 year"
msgstr "1 jaar"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:91
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:109
msgid "1 Year {yearlyPrice}"
msgstr "1 jaar {yearlyPrice}"
-#: src/components/modals/components/plutonium/GiftSection.tsx:69
-#: src/components/modals/components/plutonium/PricingSection.tsx:101
+#: src/components/modals/components/plutonium/GiftSection.tsx:76
+#: src/components/modals/components/plutonium/PricingSection.tsx:116
msgid "1 Year Gift"
msgstr "Cadeau voor 1 jaar"
@@ -1286,8 +1286,8 @@ msgstr "8 uur"
msgid "A 4-digit tag will be added automatically to ensure uniqueness"
msgstr "Er wordt automatisch een 4-cijferige tag toegevoegd om uniekheid te garanderen"
-#: src/components/channel/CallMessage.tsx:86
-#: src/components/channel/CallMessage.tsx:148
+#: src/components/channel/CallMessage.tsx:83
+#: src/components/channel/CallMessage.tsx:142
msgid "a few seconds"
msgstr "een paar seconden"
@@ -1299,7 +1299,7 @@ msgstr "Een handvol toetsenbordenstrijders verzamelt zich..."
msgid "A helpful bot that does amazing things!"
msgstr "Een behulpzame bot die geweldige dingen doet!"
-#: src/components/channel/CallMessage.tsx:77
+#: src/components/channel/CallMessage.tsx:74
msgid "a minute"
msgstr "een minuut"
@@ -1316,7 +1316,7 @@ msgid "A symphony of clacking keys is underway..."
msgstr "Een symfonie van tikkende toetsen is aan de gang..."
#: src/components/modals/tabs/MyProfileTab/BioEditor.tsx:127
-#: src/components/modals/UserProfileMobileSheet.tsx:528
+#: src/components/modals/UserProfileMobileSheet.tsx:532
#: src/components/pages/YouPage.tsx:132
msgid "About Me"
msgstr "Over mij"
@@ -1330,18 +1330,18 @@ msgstr "Over jou"
msgid "Accent Color"
msgstr "Accentkleur"
-#: src/components/channel/channel-view/DMChannelView.tsx:291
-#: src/components/channel/dm/DMWelcomeSection.tsx:116
+#: src/components/channel/channel-view/DMChannelView.tsx:292
+#: src/components/channel/dm/DMWelcomeSection.tsx:128
#: src/components/channel/friends/FriendListItem.tsx:238
#: src/components/channel/friends/MobileFriendRequestItem.tsx:99
#: src/components/voice/IncomingCallUI.tsx:302
msgid "Accept"
msgstr "Accepteren"
-#: src/components/bottomsheets/DMBottomSheet.tsx:515
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:260
-#: src/components/modals/UserProfileModal.tsx:1258
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:88
+#: src/components/bottomsheets/DMBottomSheet.tsx:517
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:262
+#: src/components/modals/UserProfileModal.tsx:1259
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:109
msgid "Accept Friend Request"
msgstr "Vriendschapsverzoek accepteren"
@@ -1358,7 +1358,7 @@ msgstr "Uitnodiging accepteren"
msgid "Accept the incoming call"
msgstr "De inkomende oproep accepteren"
-#: src/components/channel/InviteEmbed.tsx:226
+#: src/components/channel/InviteEmbed.tsx:228
#: src/components/modals/InviteAcceptModal.tsx:163
msgid "Accepting this invite installs the pack automatically."
msgstr "Door deze uitnodiging te accepteren wordt het pakket automatisch geïnstalleerd."
@@ -1407,7 +1407,7 @@ msgstr "Account & Premium"
msgid "Account appears to exist solely for spamming"
msgstr "Account lijkt uitsluitend te bestaan voor spammen"
-#: src/components/modals/ClaimAccountModal.tsx:105
+#: src/components/modals/ClaimAccountModal.tsx:107
msgid "Account claimed successfully"
msgstr "Account succesvol geclaimd"
@@ -1459,7 +1459,7 @@ msgstr "Alleen in alle privéberichten waar je ooit in hebt gezeten"
msgid "Action with both icons!"
msgstr "Actie met beide pictogrammen!"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:124
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:143
msgid "Active"
msgstr "Actief"
@@ -1584,12 +1584,13 @@ msgstr "E-mail toevoegen"
msgid "Add Favorite Channels"
msgstr "Favoriete kanalen toevoegen"
-#: src/components/bottomsheets/DMBottomSheet.tsx:524
+#: src/components/bottomsheets/DMBottomSheet.tsx:527
#: src/components/channel/dm/AddFriendView.tsx:32
#: src/components/channel/dm/DMFriendsView.tsx:199
#: src/components/modals/AddFriendSheet.tsx:50
-#: src/components/modals/UserProfileModal.tsx:1178
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:68
+#: src/components/modals/UserProfileModal.tsx:1179
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:75
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:89
msgid "Add Friend"
msgstr "Vriend toevoegen"
@@ -1597,7 +1598,7 @@ msgstr "Vriend toevoegen"
msgid "Add Friends"
msgstr "Vrienden toevoegen"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1187
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1211
#: src/components/channel/ChannelHeader.tsx:630
#: src/components/channel/dm/GroupDMWelcomeSection.tsx:85
msgid "Add Friends to Group"
@@ -1612,7 +1613,7 @@ msgstr "Item toevoegen"
msgid "Add new reactions to messages."
msgstr "Voeg nieuwe reacties toe aan berichten."
-#: src/components/bottomsheets/DMBottomSheet.tsx:426
+#: src/components/bottomsheets/DMBottomSheet.tsx:428
#: src/components/profile/ProfileCard/ProfileCardActions.tsx:48
#: src/components/uikit/ContextMenu/items/UserNoteMenuItems.tsx:42
msgid "Add Note"
@@ -1647,7 +1648,7 @@ msgstr "Telefoonnummerformulier toevoegen"
#: src/components/channel/MessageActionBar.tsx:450
#: src/components/channel/MessageActionBar.tsx:741
#: src/components/channel/messageActionMenu.tsx:92
-#: src/components/channel/MessageReactions.tsx:264
+#: src/components/channel/MessageReactions.tsx:263
#: src/components/uikit/ContextMenu/items/MessageMenuItems.tsx:65
msgid "Add Reaction"
msgstr "Reactie toevoegen"
@@ -1695,8 +1696,8 @@ msgid "Add to favorites"
msgstr "Toevoegen aan favorieten"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:370
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1103
-#: src/components/bottomsheets/DMBottomSheet.tsx:400
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1127
+#: src/components/bottomsheets/DMBottomSheet.tsx:402
#: src/components/channel/ChannelHeader.tsx:547
#: src/components/channel/ChannelHeader.tsx:595
#: src/components/channel/ChannelHeader.tsx:600
@@ -1731,11 +1732,11 @@ msgid "Added to bookmarks"
msgstr "Toegevoegd aan bladwijzers"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:118
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:544
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:558
msgid "Added to favorites"
msgstr "Toegevoegd aan favorieten"
-#: src/components/bottomsheets/DMBottomSheet.tsx:129
+#: src/components/bottomsheets/DMBottomSheet.tsx:131
msgid "Added to Favorites"
msgstr "Toegevoegd aan Favorieten"
@@ -1752,7 +1753,7 @@ msgstr "Toegevoegd: {createdDate}"
msgid "Added: {createdDate} • Last used: {lastUsedDate}"
msgstr "Toegevoegd: {createdDate} • Laatst gebruikt: {lastUsedDate}"
-#: src/components/pages/ReportPage.tsx:943
+#: src/components/pages/report/ReportStepDetails.tsx:222
msgid "Additional Comments (optional)"
msgstr "Extra opmerkingen (optioneel)"
@@ -1873,7 +1874,7 @@ msgstr "Alle oproepen geven stille meldingen in plaats van te rinkelen. Standaar
msgid "All Communities"
msgstr "Alle communities"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:74
+#: src/components/modals/components/plutonium/VisionarySection.tsx:83
msgid "All current and future Plutonium benefits, forever"
msgstr "Alle huidige en toekomstige Plutonium-voordelen, voor altijd"
@@ -1911,7 +1912,7 @@ msgstr "Alle leden"
msgid "All messages"
msgstr "Alle berichten"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1377
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1401
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:206
#: src/components/modals/GuildNotificationSettingsModal.tsx:87
#: src/components/modals/GuildNotificationSettingsModal.tsx:273
@@ -2071,11 +2072,11 @@ msgstr "{0} toegestaan."
msgid "Already have an account?"
msgstr "Heb je al een account?"
-#: src/components/channel/InviteEmbed.tsx:187
+#: src/components/channel/InviteEmbed.tsx:189
msgid "Already joined"
msgstr "Al lid"
-#: src/components/channel/GiftEmbed.tsx:90
+#: src/components/channel/GiftEmbed.tsx:97
msgid "Already redeemed"
msgstr "Al ingewisseld"
@@ -2135,8 +2136,8 @@ msgstr "Vertrouw <0>{hostname}0> altijd — sla deze waarschuwing de volgende
msgid "Always underline links"
msgstr "Onderstreep links altijd"
-#: src/components/channel/ChannelSearchResults.tsx:511
-#: src/components/channel/ChannelSearchResults.tsx:562
+#: src/components/channel/ChannelSearchResults.tsx:480
+#: src/components/channel/ChannelSearchResults.tsx:531
#: src/hooks/useChannelSearch.ts:233
#: src/hooks/useChannelSearch.ts:375
msgid "An error occurred while searching"
@@ -2198,7 +2199,7 @@ msgid "Animated Emoji ({0})"
msgstr "Geanimeerde emoji ({0})"
#: src/components/channel/embeds/media/EmbedGifv.tsx:237
-#: src/components/channel/embeds/media/EmbedGifv.tsx:725
+#: src/components/channel/embeds/media/EmbedGifv.tsx:749
#: src/components/modals/MediaViewerModal.tsx:294
#: src/components/modals/MediaViewerModal.tsx:362
msgid "Animated GIF"
@@ -2320,8 +2321,8 @@ msgstr "Applicatie succesvol bijgewerkt"
msgid "Applications"
msgstr "Applicaties"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:99
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:137
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:103
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:141
msgid "Applications & Bots"
msgstr "Applicaties & Bots"
@@ -2352,7 +2353,7 @@ msgid "Archive"
msgstr "Archief"
#. placeholder {0}: user.username
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:162
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:164
#: src/components/modals/UserProfileActionsSheet.tsx:133
#: src/utils/RelationshipActionUtils.tsx:141
msgid "Are you sure you want to block {0}? They won't be able to message you or send you friend requests."
@@ -2368,8 +2369,8 @@ msgid "Are you sure you want to close this group DM? You can always reopen it la
msgstr "Weet je zeker dat je deze groep-DM wilt sluiten? Je kunt deze later altijd heropenen."
#. placeholder {0}: recipient?.username ?? ''
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:601
-#: src/components/bottomsheets/DMBottomSheet.tsx:303
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:615
+#: src/components/bottomsheets/DMBottomSheet.tsx:305
msgid "Are you sure you want to close your DM with {0}? You can always reopen it later."
msgstr "Weet je zeker dat je je DM met {0} wilt sluiten? Je kunt deze later altijd heropenen."
@@ -2406,7 +2407,7 @@ msgid "Are you sure you want to delete #{0}? This action cannot be undone."
msgstr "Weet je zeker dat je #{0} wilt verwijderen? Deze actie kan niet ongedaan worden gemaakt."
#. placeholder {0}: channel.name ?? 'this channel'
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:667
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:681
msgid "Are you sure you want to delete #{0}? This cannot be undone."
msgstr "Weet je zeker dat je #{0} wilt verwijderen? Dit kan niet ongedaan worden gemaakt."
@@ -2504,7 +2505,7 @@ msgstr "Weet je zeker dat je {0} wilt verlaten?"
msgid "Are you sure you want to leave this community? You will no longer be able to see any messages."
msgstr "Weet je zeker dat je deze community wilt verlaten? Je zult geen berichten meer kunnen zien."
-#: src/components/bottomsheets/DMBottomSheet.tsx:338
+#: src/components/bottomsheets/DMBottomSheet.tsx:340
#: src/hooks/useLeaveGroup.tsx:43
msgid "Are you sure you want to leave this group? You will no longer be able to see any messages."
msgstr "Weet je zeker dat je deze groep wilt verlaten? Je zult geen berichten meer kunnen zien."
@@ -2515,9 +2516,9 @@ msgid "Are you sure you want to make {0} the group owner? You will lose owner pr
msgstr "Weet je zeker dat je {0} de groepeigenaar wilt maken? Je verliest eigenaarsrechten."
#. placeholder {0}: user.username
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:145
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:147
#: src/components/modals/UserProfileActionsSheet.tsx:116
-#: src/components/modals/UserProfileMobileSheet.tsx:303
+#: src/components/modals/UserProfileMobileSheet.tsx:304
#: src/utils/RelationshipActionUtils.tsx:114
msgid "Are you sure you want to remove {0} as a friend?"
msgstr "Weet je zeker dat je {0} als vriend wilt verwijderen?"
@@ -2557,10 +2558,10 @@ msgid "Are you sure you want to transfer ownership of the group to {0}?"
msgstr "Weet je zeker dat je het eigendom van de groep aan {0} wilt overdragen?"
#. placeholder {0}: user.username
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:179
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:181
#: src/components/modals/tabs/BlockedUsersTab.tsx:57
#: src/components/modals/UserProfileActionsSheet.tsx:150
-#: src/components/modals/UserProfileMobileSheet.tsx:319
+#: src/components/modals/UserProfileMobileSheet.tsx:320
#: src/utils/RelationshipActionUtils.tsx:168
msgid "Are you sure you want to unblock {0}?"
msgstr "Weet je zeker dat je {0} wilt deblokkeren?"
@@ -2573,7 +2574,7 @@ msgstr "Kunstclub"
msgid "Artists' Corner"
msgstr "Kunstenaarshuis"
-#: src/components/modals/components/plutonium/PricingSection.tsx:63
+#: src/components/modals/components/plutonium/PricingSection.tsx:69
msgid "As a Gift"
msgstr "Als cadeau"
@@ -2689,7 +2690,7 @@ msgstr "Audio-instellingen"
msgid "Audio will be included with this screen share."
msgstr "Audio wordt bij deze schermdeling inbegrepen."
-#: src/components/pages/ReportPage.tsx:311
+#: src/components/pages/report/optionDescriptors.ts:83
msgid "Austria"
msgstr "Oostenrijk"
@@ -2844,6 +2845,7 @@ msgstr "Gemiddelde ping:"
#: src/components/modals/PhoneAddModal.tsx:235
#: src/components/modals/RequiredActionModal.tsx:463
#: src/components/pages/OAuthAuthorizePage.tsx:694
+#: src/components/pages/report/ReportStepDetails.tsx:243
msgid "Back"
msgstr "Terug"
@@ -2933,7 +2935,7 @@ msgid "Balanced quality and bandwidth"
msgstr "Gebalanceerde kwaliteit en bandbreedte"
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:353
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:320
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:323
#: src/components/modals/UserProfileActionsSheet.tsx:262
msgid "Ban"
msgstr "Verban"
@@ -3035,7 +3037,7 @@ msgstr "voor:"
msgid "Begin a call in the current private conversation"
msgstr "Start een gesprek in de huidige privéconversatie"
-#: src/components/pages/ReportPage.tsx:312
+#: src/components/pages/report/optionDescriptors.ts:84
msgid "Belgium"
msgstr "België"
@@ -3066,7 +3068,7 @@ msgstr "Bètacode (optioneel)"
msgid "Beta Code Redeemed!"
msgstr "Bètacode ingewisseld!"
-#: src/components/modals/tabs/BetaCodesTab.tsx:313
+#: src/components/modals/tabs/BetaCodesTab.tsx:338
#: src/components/modals/utils/settingsSearchIndex.ts:741
msgid "Beta Codes"
msgstr "Bètacodes"
@@ -3083,13 +3085,13 @@ msgstr "Bio"
msgid "Bio character limit"
msgstr "Bio-tekenlimiet"
-#: src/components/bottomsheets/DMBottomSheet.tsx:538
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:163
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:345
+#: src/components/bottomsheets/DMBottomSheet.tsx:541
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:165
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:348
#: src/components/modals/UserProfileActionsSheet.tsx:134
#: src/components/modals/UserProfileActionsSheet.tsx:298
#: src/components/modals/UserProfileModal.tsx:1062
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:190
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:211
#: src/utils/RelationshipActionUtils.tsx:143
msgid "Block"
msgstr "Blokkeren"
@@ -3106,7 +3108,7 @@ msgstr "Directe berichten van gemeenschapsleden blokkeren?"
msgid "Block for all communities"
msgstr "Voor alle gemeenschappen blokkeren"
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:161
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:163
#: src/components/modals/UserProfileActionsSheet.tsx:132
#: src/utils/RelationshipActionUtils.tsx:139
msgid "Block User"
@@ -3270,7 +3272,7 @@ msgstr "Browseraudio vereist"
msgid "Browser locale ({browserLocale}): {format}"
msgstr "Browserlocatie ({browserLocale}): {format}"
-#: src/components/pages/ReportPage.tsx:313
+#: src/components/pages/report/optionDescriptors.ts:85
msgid "Bulgaria"
msgstr "Bulgarije"
@@ -3313,16 +3315,16 @@ msgstr "Knoppen tonen een laadindicator wanneer submitting true is."
msgid "Buttons with Icons"
msgstr "Knoppen met pictogrammen"
-#: src/components/modals/components/plutonium/GiftSection.tsx:74
-#: src/components/modals/components/plutonium/GiftSection.tsx:83
-#: src/components/modals/components/plutonium/GiftSection.tsx:92
-#: src/components/modals/components/plutonium/PricingSection.tsx:106
-#: src/components/modals/components/plutonium/PricingSection.tsx:115
-#: src/components/modals/components/plutonium/PricingSection.tsx:124
+#: src/components/modals/components/plutonium/GiftSection.tsx:81
+#: src/components/modals/components/plutonium/GiftSection.tsx:93
+#: src/components/modals/components/plutonium/GiftSection.tsx:105
+#: src/components/modals/components/plutonium/PricingSection.tsx:121
+#: src/components/modals/components/plutonium/PricingSection.tsx:133
+#: src/components/modals/components/plutonium/PricingSection.tsx:145
msgid "Buy Gift"
msgstr "Cadeau kopen"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:114
+#: src/components/modals/components/plutonium/VisionarySection.tsx:140
msgid "Buying Visionary will cancel your current {currentAccessLabel} immediately. It is a one-time purchase with lifetime access."
msgstr "Het kopen van Visionary zal je huidige {currentAccessLabel} onmiddellijk annuleren. Het is een eenmalige aankoop met levenslange toegang."
@@ -3347,7 +3349,7 @@ msgstr "Slowmode omzeilen"
msgid "Bypass Splash Screen"
msgstr "Overslaan van het opstartscherm"
-#: src/components/channel/channel-view/DMChannelView.tsx:271
+#: src/components/channel/channel-view/DMChannelView.tsx:272
msgid "Call available"
msgstr "Gesprek beschikbaar"
@@ -3446,11 +3448,11 @@ msgstr "Camera-instellingen"
#: src/components/modals/CategoryCreateModal.tsx:79
#: src/components/modals/ChannelCreateModal.tsx:100
#: src/components/modals/ChannelDeleteModal.tsx:72
-#: src/components/modals/ClaimAccountModal.tsx:179
-#: src/components/modals/ClaimAccountModal.tsx:219
-#: src/components/modals/components/MobileSettingsView.tsx:302
+#: src/components/modals/ClaimAccountModal.tsx:181
+#: src/components/modals/ClaimAccountModal.tsx:221
+#: src/components/modals/components/MobileSettingsView.tsx:297
#: src/components/modals/components/plutonium/hooks/useCheckoutActions.tsx:110
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:328
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:371
#: src/components/modals/ConfirmModal.tsx:146
#: src/components/modals/CreateDMModal.tsx:88
#: src/components/modals/CreateFavoriteCategoryModal.tsx:74
@@ -3473,7 +3475,7 @@ msgstr "Camera-instellingen"
#: src/components/modals/HideOwnCameraConfirmModal.tsx:65
#: src/components/modals/IARModal.tsx:218
#: src/components/modals/ImageCropModal.tsx:981
-#: src/components/modals/InviteModal.tsx:336
+#: src/components/modals/InviteModal.tsx:333
#: src/components/modals/KickMemberModal.tsx:60
#: src/components/modals/MfaTotpDisableModal.tsx:75
#: src/components/modals/MfaTotpEnableModal.tsx:102
@@ -3498,11 +3500,11 @@ msgstr "Camera-instellingen"
msgid "Cancel"
msgstr "Annuleren"
-#: src/components/channel/dm/DMWelcomeSection.tsx:126
+#: src/components/channel/dm/DMWelcomeSection.tsx:138
#: src/components/channel/friends/FriendListItem.tsx:164
#: src/components/channel/friends/FriendListItem.tsx:166
-#: src/components/modals/UserProfileModal.tsx:1273
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:171
+#: src/components/modals/UserProfileModal.tsx:1274
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:192
msgid "Cancel Friend Request"
msgstr "Vriendschapsverzoek annuleren"
@@ -3522,7 +3524,7 @@ msgstr "Verzoek annuleren"
msgid "Cancel upload"
msgstr "Upload annuleren"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:118
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:137
msgid "Canceling"
msgstr "Annuleren"
@@ -3566,7 +3568,7 @@ msgstr "Kaartuitlijning"
msgid "Card alignment controls"
msgstr "Kaartuitlijningsbediening"
-#: src/components/modals/components/MobileSettingsView.tsx:123
+#: src/components/modals/components/MobileSettingsView.tsx:118
#: src/components/modals/components/SettingsModalHeader.tsx:76
msgid "Careful! You have unsaved changes."
msgstr "Let op! Je hebt niet-opgeslagen wijzigingen."
@@ -3576,7 +3578,7 @@ msgstr "Let op! Je hebt niet-opgeslagen wijzigingen."
msgid "Category"
msgstr "Categorie"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1371
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1395
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:239
msgid "Category Default"
msgstr "Standaardcategorie"
@@ -3594,7 +3596,7 @@ msgstr "Categorie vol"
msgid "Category Name"
msgstr "Categorienaam"
-#: src/components/modals/ChannelSettingsModal.tsx:105
+#: src/components/modals/ChannelSettingsModal.tsx:113
#: src/components/modals/components/DesktopChannelSettingsView.tsx:188
msgid "Category Settings"
msgstr "Categorie-instellingen"
@@ -3625,7 +3627,7 @@ msgstr "Achtergrond wijzigen"
msgid "Change Banner"
msgstr "Banner wijzigen"
-#: src/components/pages/ReportPage.tsx:752
+#: src/components/pages/report/ReportStepVerification.tsx:126
msgid "Change email"
msgstr "E-mail wijzigen"
@@ -3647,8 +3649,8 @@ msgstr "FluxerTag wijzigen"
msgid "Change FluxerTag form"
msgstr "FluxerTag-wijzigingsformulier"
-#: src/components/bottomsheets/DMBottomSheet.tsx:433
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:133
+#: src/components/bottomsheets/DMBottomSheet.tsx:435
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:154
msgid "Change Friend Nickname"
msgstr "Vriendbijnaam wijzigen"
@@ -3673,7 +3675,7 @@ msgid "Change My Group Nickname"
msgstr "Mijn groepsbijnaam wijzigen"
#: src/components/modals/BaseChangeNicknameModal.tsx:82
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:238
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:240
#: src/components/modals/RenameChannelModal.tsx:58
#: src/components/modals/UserProfileActionsSheet.tsx:225
#: src/components/modals/UserProfileActionsSheet.tsx:225
@@ -3760,8 +3762,8 @@ msgstr "Spraakregio gewijzigd naar {0}."
msgid "channel"
msgstr "kanaal"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:483
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:549
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:497
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:563
#: src/components/invites/InviteListItem.tsx:50
#: src/components/webhooks/WebhookListItem.tsx:240
#: src/constants/AuditLogConstants.tsx:236
@@ -3796,7 +3798,7 @@ msgid "Channel Debug"
msgstr "Kanaaldebug"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:188
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:675
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:689
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:329
msgid "Channel deleted"
msgstr "Kanaal verwijderd"
@@ -3806,11 +3808,11 @@ msgid "Channel Deleted"
msgstr "Kanaal verwijderd"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:273
-#: src/components/bottomsheets/DMBottomSheet.tsx:366
+#: src/components/bottomsheets/DMBottomSheet.tsx:368
msgid "Channel ID copied"
msgstr "Kanaal-ID gekopieerd"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:535
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:549
msgid "Channel ID copied to clipboard"
msgstr "Kanaal-ID naar klembord gekopieerd"
@@ -3878,9 +3880,9 @@ msgstr "Kanaalrecord"
msgid "Channel removed from favorites"
msgstr "Kanaal verwijderd uit favorieten"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1092
-#: src/components/layout/ChannelItem.tsx:630
-#: src/components/modals/ChannelSettingsModal.tsx:105
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1116
+#: src/components/layout/ChannelItem.tsx:647
+#: src/components/modals/ChannelSettingsModal.tsx:113
#: src/components/modals/components/DesktopChannelSettingsView.tsx:188
msgid "Channel Settings"
msgstr "Kanaalinstellingen"
@@ -3947,7 +3949,7 @@ msgstr "Bekijk onze <0>Bluesky (@fluxer.app)0> voor statusupdates."
msgid "Check out my custom theme!"
msgstr "Bekijk mijn aangepaste thema!"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:105
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:109
msgid "Check your connection and try again."
msgstr "Controleer je verbinding en probeer het opnieuw."
@@ -3969,8 +3971,8 @@ msgstr "Selectievakjes"
msgid "Checking..."
msgstr "Controleren..."
-#: src/components/pages/ReportPage.tsx:270
-#: src/components/pages/ReportPage.tsx:299
+#: src/components/pages/report/optionDescriptors.ts:51
+#: src/components/pages/report/optionDescriptors.ts:74
#: src/constants/IARConstants.tsx:72
#: src/constants/IARConstants.tsx:175
msgid "Child Safety Concerns"
@@ -3984,6 +3986,10 @@ msgstr "Chinees (vereenvoudigd)"
msgid "Chinese (Traditional)"
msgstr "Chinees (traditioneel)"
+#: src/components/pages/report/ReportBreadcrumbs.tsx:46
+msgid "Choose"
+msgstr "Kies"
+
#: src/components/pages/OAuthAuthorizePage.tsx:898
msgid "Choose a community"
msgstr "Kies een community"
@@ -4080,25 +4086,36 @@ msgstr "Kies je profielaccentkleur"
#: src/components/channel/barriers/BarrierComponents.tsx:109
#: src/components/channel/barriers/BarrierComponents.tsx:240
-#: src/components/layout/app-layout/nagbars/UnclaimedAccountNagbar.tsx:47
-#: src/components/modals/ClaimAccountModal.tsx:225
-#: src/components/modals/components/UnclaimedAccountAlert.tsx:34
+#: src/components/channel/dm/AddFriendForm.tsx:57
+#: src/components/layout/app-layout/nagbars/UnclaimedAccountNagbar.tsx:45
+#: src/components/modals/ClaimAccountModal.tsx:227
+#: src/components/modals/components/UnclaimedAccountAlert.tsx:32
+#: src/components/modals/GiftAcceptModal.tsx:170
#: src/components/modals/tabs/AccountSecurityTab/SecurityTab.tsx:206
+#: src/components/modals/tabs/BetaCodesTab.tsx:297
+#: src/components/modals/tabs/GiftInventoryTab.tsx:242
msgid "Claim Account"
msgstr "Account claimen"
-#: src/components/channel/GiftEmbed.tsx:98
-#: src/components/modals/GiftAcceptModal.tsx:154
+#: src/components/channel/GiftEmbed.tsx:109
+msgid "Claim Account to Redeem"
+msgstr "Account claimen om in te wisselen"
+
+#: src/components/channel/GiftEmbed.tsx:109
+#: src/components/modals/GiftAcceptModal.tsx:197
#: src/components/pages/GiftLoginPage.tsx:155
#: src/components/pages/GiftRegisterPage.tsx:42
msgid "Claim Gift"
msgstr "Cadeau claimen"
-#: src/components/modals/ClaimAccountModal.tsx:141
+#: src/components/channel/dm/AddFriendForm.tsx:53
+#: src/components/modals/ClaimAccountModal.tsx:143
+#: src/components/modals/tabs/BetaCodesTab.tsx:293
+#: src/components/modals/tabs/GiftInventoryTab.tsx:238
msgid "Claim your account"
msgstr "Claim je account"
-#: src/components/modals/ClaimAccountModal.tsx:146
+#: src/components/modals/ClaimAccountModal.tsx:148
msgid "Claim your account by adding an email and password. We will send a verification code to confirm your email before finishing."
msgstr "Claim je account door een e-mail en wachtwoord toe te voegen. We sturen een verificatiecode om je e-mail te bevestigen voordat we klaar zijn."
@@ -4106,11 +4123,68 @@ msgstr "Claim je account door een e-mail en wachtwoord toe te voegen. We sturen
msgid "Claim your account to access security features like two-factor authentication and passkeys."
msgstr "Claim je account om toegang te krijgen tot beveiligingsfuncties zoals tweefactorauthenticatie en passkeys."
+#: src/components/channel/ChannelHeader/CallButtons.tsx:85
+#: src/components/channel/ChannelHeader/CallButtons.tsx:155
+msgid "Claim your account to call"
+msgstr "Neem je account in gebruik om te bellen"
+
#: src/components/modals/tabs/MyProfileTab/UsernameSection.tsx:49
msgid "Claim your account to change your FluxerTag"
msgstr "Claim je account om je FluxerTag te wijzigen"
-#: src/components/modals/GiftAcceptModal.tsx:145
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:146
+msgid "Claim your account to create applications."
+msgstr "Claim je account om applicaties te maken."
+
+#: src/components/modals/tabs/BetaCodesTab.tsx:294
+msgid "Claim your account to generate beta codes."
+msgstr "Claim je account om beta-codes te genereren."
+
+#: src/components/layout/ChannelItem.tsx:208
+#: src/components/layout/ChannelItem.tsx:382
+#: src/stores/voice/MediaEngineFacade.ts:537
+msgid "Claim your account to join this voice channel."
+msgstr "Neem je account in gebruik om deze spraakkanaal te joinen."
+
+#: src/stores/voice/MediaEngineFacade.ts:170
+msgid "Claim your account to join voice channels you don't own."
+msgstr "Neem je account in gebruik om spraakkanalen te joinen die je niet bezit."
+
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:55
+#: src/components/modals/components/plutonium/GiftSection.tsx:61
+#: src/components/modals/components/plutonium/PricingSection.tsx:63
+#: src/components/modals/components/plutonium/VisionarySection.tsx:62
+#: src/components/modals/components/PlutoniumContent.tsx:99
+msgid "Claim your account to purchase Fluxer Plutonium."
+msgstr "Claim je account om Fluxer Plutonium aan te schaffen."
+
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:112
+msgid "Claim your account to purchase or redeem Fluxer Plutonium."
+msgstr "Claim je account om Fluxer Plutonium aan te schaffen of in te wisselen."
+
+#: src/components/modals/tabs/GiftInventoryTab.tsx:239
+msgid "Claim your account to redeem or manage Plutonium gift codes."
+msgstr "Claim je account om Plutonium cadeaucodes in te wisselen of te beheren."
+
+#: src/components/channel/GiftEmbed.tsx:99
+#: src/components/modals/GiftAcceptModal.tsx:154
+msgid "Claim your account to redeem this gift."
+msgstr "Claim je account om dit cadeau in te wisselen."
+
+#: src/components/channel/dm/AddFriendForm.tsx:54
+#: src/components/channel/dm/DMWelcomeSection.tsx:109
+#: src/components/modals/UserProfileModal.tsx:1289
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:65
+msgid "Claim your account to send friend requests."
+msgstr "Claim je account om vriendschapsverzoeken te sturen."
+
+#: src/components/channel/ChannelHeader/CallButtons.tsx:54
+#: src/components/channel/ChannelHeader/CallButtons.tsx:124
+#: src/stores/voice/MediaEngineFacade.ts:179
+msgid "Claim your account to start or join 1:1 calls."
+msgstr "Neem je account in gebruik om 1:1-gesprekken te starten of te joinen."
+
+#: src/components/modals/GiftAcceptModal.tsx:188
msgid "Claim your gift to activate your premium subscription!"
msgstr "Claim je cadeau om je premiumabonnement te activeren!"
@@ -4164,8 +4238,8 @@ msgstr "Rechten wissen"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:420
#: src/components/channel/MessageSearchBar/MessageSearchBar.tsx:1424
-#: src/components/channel/shared/PickerSearchInput.tsx:195
-#: src/components/channel/shared/PickerSearchInput.tsx:212
+#: src/components/channel/shared/PickerSearchInput.tsx:194
+#: src/components/channel/shared/PickerSearchInput.tsx:211
#: src/components/modals/components/SettingsSearch.tsx:108
msgid "Clear search"
msgstr "Zoekopdracht wissen"
@@ -4200,11 +4274,11 @@ msgstr "Stickerbeschrijving gewist."
msgid "Cleared the topic."
msgstr "Onderwerp gewist."
-#: src/components/modals/components/MobileSettingsView.tsx:297
+#: src/components/modals/components/MobileSettingsView.tsx:292
msgid "Clearing subscriptions ensures the gateway stops sending messages to this installation."
msgstr "Abonnementen wissen zorgt ervoor dat de gateway stopt met berichten te verzenden naar deze installatie."
-#: src/components/modals/tabs/BetaCodesTab.tsx:366
+#: src/components/modals/tabs/BetaCodesTab.tsx:391
msgid "Click \"Create Code\" to generate your first code."
msgstr "Klik op \"Code aanmaken\" om je eerste code te genereren."
@@ -4240,13 +4314,13 @@ msgstr "Klik om een notitie toe te voegen"
msgid "Click to check and uncheck. Available in square and round styles."
msgstr "Klik om aan te vinken en uit te vinken. Beschikbaar in vierkante en ronde stijlen."
-#: src/components/channel/GiftEmbed.tsx:90
+#: src/components/channel/GiftEmbed.tsx:100
msgid "Click to claim your gift!"
msgstr "Klik om je cadeau op te eisen!"
#: src/components/invites/InviteListItem.tsx:184
#: src/components/modals/components/ClientInfo.tsx:76
-#: src/components/modals/tabs/BetaCodesTab.tsx:172
+#: src/components/modals/tabs/BetaCodesTab.tsx:174
msgid "Click to copy"
msgstr "Klik om te kopiëren"
@@ -4328,12 +4402,12 @@ msgid "Close"
msgstr "Sluiten"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:341
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:600
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:602
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1239
-#: src/components/bottomsheets/DMBottomSheet.tsx:302
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:614
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:616
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1263
#: src/components/bottomsheets/DMBottomSheet.tsx:304
-#: src/components/bottomsheets/DMBottomSheet.tsx:557
+#: src/components/bottomsheets/DMBottomSheet.tsx:306
+#: src/components/bottomsheets/DMBottomSheet.tsx:560
#: src/components/channel/dm/DMList.tsx:292
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:82
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:84
@@ -4358,7 +4432,8 @@ msgstr "Koolthema"
#: src/components/invites/InviteListItem.tsx:54
#: src/components/modals/MfaTotpDisableModal.tsx:64
#: src/components/modals/MfaTotpEnableModal.tsx:91
-#: src/components/modals/tabs/BetaCodesTab.tsx:51
+#: src/components/modals/tabs/BetaCodesTab.tsx:53
+#: src/components/pages/report/ReportBreadcrumbs.tsx:48
msgid "Code"
msgstr "Code"
@@ -4370,7 +4445,8 @@ msgstr "Code & Monospace"
msgid "Code Blocks"
msgstr "Codeblokken"
-#: src/components/modals/ClaimAccountModal.tsx:123
+#: src/components/modals/ClaimAccountModal.tsx:125
+#: src/components/pages/ReportPage.tsx:231
msgid "Code resent"
msgstr "Code opnieuw verzonden"
@@ -4379,8 +4455,8 @@ msgid "Code sent"
msgstr "Code verzonden"
#: src/components/invites/InviteListItem.tsx:180
-#: src/components/modals/tabs/BetaCodesTab.tsx:104
-#: src/components/modals/tabs/BetaCodesTab.tsx:168
+#: src/components/modals/tabs/BetaCodesTab.tsx:106
+#: src/components/modals/tabs/BetaCodesTab.tsx:170
msgid "Code:"
msgstr "Code:"
@@ -4472,7 +4548,7 @@ msgstr "Community gedempt"
msgid "Community Debug"
msgstr "Community debug"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1371
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1395
#: src/components/uikit/ContextMenu/items/CategoryMenuItems.tsx:221
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:239
msgid "Community Default"
@@ -4542,8 +4618,8 @@ msgstr "Community meldingsinstellingen"
msgid "Community organizes raids or harassment campaigns"
msgstr "Community organiseert raids of intimidatiecampagnes"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:237
-#: src/components/channel/MemberListItem.tsx:102
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:238
+#: src/components/channel/MemberListItem.tsx:109
#: src/components/modals/guildTabs/GuildMembersTab.tsx:145
#: src/components/modals/guildTabs/GuildMembersTab.tsx:197
msgid "Community Owner"
@@ -4567,14 +4643,14 @@ msgstr "Community promoot of vergemakkelijkt illegale activiteiten"
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:172
#: src/components/modals/components/DesktopGuildSettingsView.tsx:204
-#: src/components/modals/GuildSettingsModal.tsx:168
+#: src/components/modals/GuildSettingsModal.tsx:173
#: src/components/popouts/GuildHeaderPopout.tsx:187
#: src/components/uikit/ContextMenu/items/GuildMenuItems.tsx:360
msgid "Community Settings"
msgstr "Communityinstellingen"
-#: src/components/layout/GuildLayout.tsx:301
-#: src/components/layout/GuildLayout.tsx:348
+#: src/components/layout/GuildLayout.tsx:306
+#: src/components/layout/GuildLayout.tsx:353
msgid "Community temporarily unavailable"
msgstr "Community tijdelijk niet beschikbaar"
@@ -4782,8 +4858,8 @@ msgstr "Verbonden met Voice"
msgid "Connecting..."
msgstr "Verbinden..."
-#: src/components/channel/channel-view/DMChannelView.tsx:273
-#: src/components/channel/channel-view/DMChannelView.tsx:323
+#: src/components/channel/channel-view/DMChannelView.tsx:274
+#: src/components/channel/channel-view/DMChannelView.tsx:324
#: src/components/voice/CompactVoiceCallView.tsx:55
msgid "Connecting…"
msgstr "Verbinden…"
@@ -4979,7 +5055,7 @@ msgstr "Je activiteitenstatus beheren"
#: src/components/modals/shared/CopyLinkSection.tsx:61
#: src/components/modals/tabs/ApplicationsTab/application-detail/ApplicationHeader.tsx:68
-#: src/components/modals/tabs/GiftInventoryTab.tsx:143
+#: src/components/modals/tabs/GiftInventoryTab.tsx:144
msgid "Copied"
msgstr "Gekopieerd"
@@ -5001,7 +5077,7 @@ msgstr "Gekopieerd!"
#: src/components/modals/BackupCodesModal.tsx:82
#: src/components/modals/shared/CopyLinkSection.tsx:61
#: src/components/modals/tabs/ApplicationsTab/application-detail/OAuthBuilderSection.tsx:142
-#: src/components/modals/tabs/GiftInventoryTab.tsx:143
+#: src/components/modals/tabs/GiftInventoryTab.tsx:144
msgid "Copy"
msgstr "Kopiëren"
@@ -5017,7 +5093,7 @@ msgstr "Audio kopiëren"
msgid "Copy authorize URL"
msgstr "Autorisatie-URL kopiëren"
-#: src/components/modals/tabs/BetaCodesTab.tsx:178
+#: src/components/modals/tabs/BetaCodesTab.tsx:180
msgid "Copy beta code"
msgstr "Betacode kopiëren"
@@ -5028,8 +5104,8 @@ msgstr "Categorie-ID kopiëren"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:320
#: src/components/bottomsheets/ChannelBottomSheet.tsx:347
#: src/components/bottomsheets/ChannelBottomSheet.tsx:433
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1293
-#: src/components/bottomsheets/DMBottomSheet.tsx:577
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1317
+#: src/components/bottomsheets/DMBottomSheet.tsx:580
#: src/components/channel/dm/DMList.tsx:271
#: src/components/channel/dm/DMList.tsx:298
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:362
@@ -5090,7 +5166,7 @@ msgstr "Kopieer afbeelding"
msgid "Copy invite link"
msgstr "Kopieer uitnodigingslink"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1154
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1178
#: src/components/modals/tabs/ComponentGalleryTab/ButtonsTab.tsx:182
#: src/components/modals/tabs/ComponentGalleryTab/index.tsx:100
#: src/components/modals/tabs/ComponentGalleryTab/Inline.tsx:95
@@ -5131,15 +5207,15 @@ msgstr "Kopieer sticker-ID"
msgid "Copy Text"
msgstr "Kopieer tekst"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1285
-#: src/components/bottomsheets/DMBottomSheet.tsx:570
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1309
+#: src/components/bottomsheets/DMBottomSheet.tsx:573
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:370
#: src/components/modals/guildTabs/BannedUserActionsSheet.tsx:74
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:358
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:361
#: src/components/modals/tabs/BlockedUsersTab.tsx:107
#: src/components/modals/UserProfileActionsSheet.tsx:213
#: src/components/modals/UserProfileModal.tsx:1130
-#: src/components/popouts/UserAreaPopout.tsx:507
+#: src/components/popouts/UserAreaPopout.tsx:509
#: src/components/profile/ProfileCard/ProfileCardActions.tsx:60
#: src/components/uikit/ContextMenu/items/CopyMenuItems.tsx:42
msgid "Copy User ID"
@@ -5175,7 +5251,7 @@ msgstr "Afteltimer"
msgid "Country"
msgstr "Land"
-#: src/components/pages/ReportPage.tsx:928
+#: src/components/pages/report/ReportStepDetails.tsx:205
msgid "Country of Residence"
msgstr "Land van verblijf"
@@ -5207,7 +5283,7 @@ msgid "Create a new community or join an existing one."
msgstr "Maak een nieuwe community aan of sluit je aan bij een bestaande."
#. placeholder {0}: recipient.username
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:905
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:937
msgid "Create a new group with {0}"
msgstr "Maak een nieuwe groep met {0}"
@@ -5239,7 +5315,7 @@ msgstr "Maak een account aan"
msgid "Create an account to claim your gift"
msgstr "Maak een account aan om je cadeau te claimen"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:138
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:142
msgid "Create and manage applications and bots for your account."
msgstr "Maak en beheer applicaties en bots voor je account."
@@ -5248,7 +5324,8 @@ msgid "Create and share custom emoji and sticker packs with Fluxer Plutonium."
msgstr "Maak en deel aangepaste emoji- en stickerpakketten met Fluxer Plutonium."
#: src/components/modals/tabs/ApplicationsTab/ApplicationCreateModal.tsx:87
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:142
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:149
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:155
msgid "Create Application"
msgstr "Applicatie aanmaken"
@@ -5267,7 +5344,7 @@ msgid "Create Category"
msgstr "Categorie aanmaken"
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:180
-#: src/components/layout/ChannelItem.tsx:607
+#: src/components/layout/ChannelItem.tsx:624
#: src/components/modals/ChannelCreateModal.tsx:58
#: src/components/modals/ChannelCreateModal.tsx:103
#: src/components/popouts/GuildHeaderPopout.tsx:194
@@ -5276,8 +5353,8 @@ msgstr "Categorie aanmaken"
msgid "Create Channel"
msgstr "Kanaal aanmaken"
-#: src/components/modals/tabs/BetaCodesTab.tsx:326
-#: src/components/modals/tabs/BetaCodesTab.tsx:369
+#: src/components/modals/tabs/BetaCodesTab.tsx:351
+#: src/components/modals/tabs/BetaCodesTab.tsx:394
msgid "Create Code"
msgstr "Code aanmaken"
@@ -5329,7 +5406,7 @@ msgstr "Nieuw account aanmaken"
msgid "Create new group"
msgstr "Nieuwe groep aanmaken"
-#: src/components/modals/InviteModal.tsx:339
+#: src/components/modals/InviteModal.tsx:336
msgid "Create New Link"
msgstr "Nieuwe link aanmaken"
@@ -5373,7 +5450,7 @@ msgid "Create, edit, or delete webhooks."
msgstr "Webhooks aanmaken, bewerken of verwijderen."
#: src/components/invites/InviteListItem.tsx:59
-#: src/components/modals/tabs/BetaCodesTab.tsx:57
+#: src/components/modals/tabs/BetaCodesTab.tsx:59
msgid "Created"
msgstr "Aangemaakt"
@@ -5390,7 +5467,7 @@ msgstr "Aangemaakt {createdAt}"
#. placeholder {0}: invite.pack.creator.username
#. placeholder {0}: pack.creator.username
#: src/components/auth/InviteHeader.tsx:158
-#: src/components/channel/InviteEmbed.tsx:218
+#: src/components/channel/InviteEmbed.tsx:220
#: src/components/modals/InviteAcceptModal.tsx:152
msgid "Created by {0}"
msgstr "Aangemaakt door {0}"
@@ -5427,8 +5504,8 @@ msgid "Created with name {newLabel}."
msgstr "Gemaakt met naam {newLabel}."
#: src/components/invites/InviteListItem.tsx:207
-#: src/components/modals/tabs/BetaCodesTab.tsx:135
-#: src/components/modals/tabs/BetaCodesTab.tsx:212
+#: src/components/modals/tabs/BetaCodesTab.tsx:137
+#: src/components/modals/tabs/BetaCodesTab.tsx:214
msgid "Created:"
msgstr "Aangemaakt:"
@@ -5440,7 +5517,7 @@ msgstr "Creative Minds Collective"
msgid "Creative Writing Club"
msgstr "Creative Writing Club"
-#: src/components/pages/ReportPage.tsx:314
+#: src/components/pages/report/optionDescriptors.ts:86
msgid "Croatia"
msgstr "Kroatië"
@@ -5519,8 +5596,8 @@ msgid "Currently stuck in 1885, appearing offline"
msgstr "Momenteel vast in 1885, lijkt offline"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:461
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1023
-#: src/components/bottomsheets/DMBottomSheet.tsx:605
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1047
+#: src/components/bottomsheets/DMBottomSheet.tsx:608
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:305
msgid "Currently: {mutedText}"
msgstr "Momenteel: {mutedText}"
@@ -5665,7 +5742,7 @@ msgstr "Het aanpassen van je avatar, banner, accentkleur en bio voor individuele
msgid "Cut"
msgstr "Knippen"
-#: src/components/pages/ReportPage.tsx:315
+#: src/components/pages/report/optionDescriptors.ts:87
msgid "Cyprus"
msgstr "Cyprus"
@@ -5673,7 +5750,7 @@ msgstr "Cyprus"
msgid "Czech"
msgstr "Tsjechisch"
-#: src/components/pages/ReportPage.tsx:316
+#: src/components/pages/report/optionDescriptors.ts:88
msgid "Czech Republic"
msgstr "Tsjechië"
@@ -5746,9 +5823,9 @@ msgstr "Datumnotatie"
#: src/components/auth/AuthMinimalRegisterFormCore.tsx:93
#: src/components/auth/AuthRegisterFormCore.tsx:139
-#: src/components/auth/DateOfBirthField.tsx:90
-#: src/components/auth/DateOfBirthField.tsx:124
-#: src/components/auth/DateOfBirthField.tsx:292
+#: src/components/auth/DateOfBirthField.tsx:87
+#: src/components/auth/DateOfBirthField.tsx:121
+#: src/components/auth/DateOfBirthField.tsx:289
#: src/components/auth/MockMinimalRegisterForm.tsx:107
msgid "Date of birth"
msgstr "Geboortedatum"
@@ -5757,8 +5834,7 @@ msgstr "Geboortedatum"
msgid "Date Options"
msgstr "Datumopties"
-#: src/components/auth/DateOfBirthField.tsx:88
-#: src/components/auth/DateOfBirthField.tsx:155
+#: src/components/auth/DateOfBirthField.tsx:152
#: src/components/auth/MockMinimalRegisterForm.tsx:73
msgid "Day"
msgstr "Dag"
@@ -5817,11 +5893,11 @@ msgstr "Autorisatie intrekken"
msgid "Deauthorize Application"
msgstr "Applicatie-autorisatie intrekken"
-#: src/components/modals/components/MobileSettingsView.tsx:369
+#: src/components/modals/components/MobileSettingsView.tsx:364
msgid "Debug"
msgstr "Debuggen"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1267
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1291
#: src/components/uikit/ContextMenu/items/DebugMenuItems.tsx:71
msgid "Debug Channel"
msgstr "Kanaal debuggen"
@@ -5844,7 +5920,7 @@ msgstr "Lid debuggen"
msgid "Debug Message"
msgstr "Bericht debuggen"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1275
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1299
#: src/components/uikit/ContextMenu/items/DebugMenuItems.tsx:53
msgid "Debug User"
msgstr "Gebruiker debuggen"
@@ -5905,8 +5981,8 @@ msgstr "Standaard uit op mobiel om batterij en dataverbruik te sparen."
#: src/actions/MessageActionCreators.tsx:394
#: src/components/channel/embeds/media/EmbedAudio.tsx:227
#: src/components/channel/embeds/media/MediaContainer.tsx:115
-#: src/components/channel/Messages.tsx:444
-#: src/components/channel/Messages.tsx:524
+#: src/components/channel/Messages.tsx:442
+#: src/components/channel/Messages.tsx:522
#: src/components/channel/MobileMemesPicker.tsx:546
#: src/components/channel/pickers/memes/MemeGridItem.tsx:120
#: src/components/emojis/EmojiListItem.tsx:189
@@ -5923,7 +5999,7 @@ msgstr "Standaard uit op mobiel om batterij en dataverbruik te sparen."
msgid "Delete"
msgstr "Verwijderen"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:666
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:680
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:320
msgid "Delete {channelType}"
msgstr "{channelType} verwijderen"
@@ -5987,8 +6063,8 @@ msgstr "Categorie verwijderen"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:179
#: src/components/bottomsheets/ChannelBottomSheet.tsx:181
#: src/components/bottomsheets/ChannelBottomSheet.tsx:421
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:668
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1224
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:682
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1248
#: src/components/modals/components/DesktopChannelSettingsView.tsx:176
#: src/components/modals/components/MobileChannelSettingsView.tsx:85
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:322
@@ -6021,8 +6097,8 @@ msgstr "Media verwijderen"
#: src/components/channel/MessageActionBar.tsx:804
#: src/components/channel/messageActionMenu.tsx:156
#: src/components/channel/messageActionMenu.tsx:193
-#: src/components/channel/Messages.tsx:441
-#: src/components/channel/Messages.tsx:521
+#: src/components/channel/Messages.tsx:439
+#: src/components/channel/Messages.tsx:519
#: src/components/uikit/ContextMenu/items/MessageMenuItems.tsx:273
msgid "Delete Message"
msgstr "Bericht verwijderen"
@@ -6114,7 +6190,7 @@ msgstr "{0} geweigerd en weigering voor {1} verwijderd."
msgid "Denied {0}."
msgstr "{0} geweigerd."
-#: src/components/pages/ReportPage.tsx:317
+#: src/components/pages/report/optionDescriptors.ts:89
msgid "Denmark"
msgstr "Denemarken"
@@ -6143,7 +6219,7 @@ msgstr "Beschrijf de sticker"
msgid "Describe what expressions are inside this pack."
msgstr "Beschrijf welke uitdrukkingen in dit pakket zitten."
-#: src/components/pages/ReportPage.tsx:946
+#: src/components/pages/report/ReportStepDetails.tsx:225
msgid "Describe what makes the content illegal"
msgstr "Beschrijf wat de inhoud illegaal maakt"
@@ -6205,6 +6281,10 @@ msgstr "Losse Banner"
msgid "details"
msgstr "details"
+#: src/components/pages/report/ReportBreadcrumbs.tsx:49
+msgid "Details"
+msgstr "Details"
+
#: src/components/modals/AddGuildModal.tsx:150
msgid "Dev Den"
msgstr "Dev Den"
@@ -6274,7 +6354,7 @@ msgstr "Verschillende formaten & ledenaantallen"
msgid "Direct message"
msgstr "Direct bericht"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:477
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:491
#: src/components/modals/shared/RecipientList.tsx:200
msgid "Direct Message"
msgstr "Direct Bericht"
@@ -6516,8 +6596,8 @@ msgstr "Discussie of promotie van illegale activiteiten"
#: src/components/layout/app-layout/nagbars/PremiumGracePeriodNagbar.tsx:79
#: src/components/layout/app-layout/nagbars/PremiumOnboardingNagbar.tsx:57
#: src/components/layout/GuildLayout.tsx:106
-#: src/components/modals/GiftAcceptModal.tsx:98
-#: src/components/modals/GiftAcceptModal.tsx:124
+#: src/components/modals/GiftAcceptModal.tsx:105
+#: src/components/modals/GiftAcceptModal.tsx:131
#: src/components/modals/RequiredActionModal.tsx:475
msgid "Dismiss"
msgstr "Sluiten"
@@ -6562,8 +6642,8 @@ msgstr "Rolleden apart weergeven."
msgid "Display separator lines between different groups of messages for better visual distinction."
msgstr "Toon scheidingslijnen tussen verschillende groepen berichten voor een betere visuele onderscheiding."
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:613
-#: src/components/bottomsheets/DMBottomSheet.tsx:315
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:627
+#: src/components/bottomsheets/DMBottomSheet.tsx:317
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:97
#: src/components/uikit/ContextMenu/UserContextMenu.tsx:168
msgid "DM closed"
@@ -6581,7 +6661,7 @@ msgstr "DM-berichtvoorbeelden"
msgid "DM Notifications"
msgstr "Privéberichtmeldingen"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1092
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1116
msgid "DM Settings"
msgstr "DM-instellingen"
@@ -6662,6 +6742,7 @@ msgstr "Toon geen type-indicatoren in de kanaallijst"
#: src/components/keybinds/KeybindRecorder.tsx:220
#: src/components/modals/GuildNotificationSettingsModal.tsx:347
#: src/components/modals/GuildPrivacySettingsModal.tsx:68
+#: src/components/pages/report/ReportBreadcrumbs.tsx:50
#: src/components/search/HasFilterSheet.tsx:124
#: src/components/search/UserFilterSheet.tsx:149
msgid "Done"
@@ -6843,13 +6924,13 @@ msgstr "Bijlage bewerken"
msgid "Edit attachment form"
msgstr "Bijlageformulier bewerken"
-#: src/components/layout/ChannelItem.tsx:630
+#: src/components/layout/ChannelItem.tsx:647
#: src/components/uikit/ContextMenu/items/CategoryMenuItems.tsx:299
msgid "Edit Category"
msgstr "Categorie bewerken"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:416
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1218
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1242
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:300
msgid "Edit Channel"
msgstr "Kanaal bewerken"
@@ -6869,8 +6950,8 @@ msgid "Edit global settings like name, description, and icon."
msgstr "Globale instellingen zoals naam, beschrijving en pictogram bewerken."
#: src/components/bottomsheets/ChannelBottomSheet.tsx:284
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1178
-#: src/components/bottomsheets/DMBottomSheet.tsx:461
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1202
+#: src/components/bottomsheets/DMBottomSheet.tsx:463
#: src/components/channel/dm/DMList.tsx:237
#: src/components/channel/dm/GroupDMWelcomeSection.tsx:74
#: src/components/modals/EditGroupBottomSheet.tsx:177
@@ -6883,7 +6964,7 @@ msgstr "Groep bewerken"
msgid "Edit group form"
msgstr "Groepformulier bewerken"
-#: src/components/modals/InviteModal.tsx:327
+#: src/components/modals/InviteModal.tsx:324
msgid "Edit invite link"
msgstr "Uitnodigingslink bewerken"
@@ -6910,10 +6991,10 @@ msgstr "Notitie bewerken"
msgid "Edit overwrites for roles and members in this channel."
msgstr "Overschrijvingen voor rollen en leden in dit kanaal bewerken."
-#: src/components/modals/UserProfileMobileSheet.tsx:486
-#: src/components/modals/UserProfileModal.tsx:1205
+#: src/components/modals/UserProfileMobileSheet.tsx:490
+#: src/components/modals/UserProfileModal.tsx:1206
#: src/components/pages/YouPage.tsx:123
-#: src/components/popouts/UserAreaPopout.tsx:519
+#: src/components/popouts/UserAreaPopout.tsx:521
#: src/components/popouts/UserProfilePopout.tsx:299
msgid "Edit Profile"
msgstr "Profiel bewerken"
@@ -6966,19 +7047,20 @@ msgstr "Gepland bericht bewerken"
#: src/components/auth/AuthLoginCore/AuthLoginEmailPasswordForm.tsx:78
#: src/components/auth/AuthRegisterFormCore.tsx:133
#: src/components/auth/AuthRegisterFormCore.tsx:159
-#: src/components/modals/ClaimAccountModal.tsx:157
+#: src/components/modals/ClaimAccountModal.tsx:159
#: src/components/modals/RequiredActionModal.tsx:185
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:210
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:241
#: src/components/modals/utils/settingsSearchIndex.ts:94
#: src/components/pages/ForgotPasswordPage.tsx:97
+#: src/components/pages/report/ReportBreadcrumbs.tsx:47
msgid "Email"
msgstr "E-mail"
#: src/components/modals/tabs/AccountSecurityTab/AccountTab.tsx:65
#: src/components/modals/tabs/AccountSecurityTab/AccountTab.tsx:91
#: src/components/modals/tabs/ComponentGalleryTab/InputsTab.tsx:107
-#: src/components/pages/ReportPage.tsx:662
+#: src/components/pages/report/ReportStepEmail.tsx:76
msgid "Email Address"
msgstr "E-mailadres"
@@ -7019,10 +7101,6 @@ msgstr "E-mailverificatie vereist"
msgid "Email Verification Required"
msgstr "E-mail verificatie vereist"
-#: src/components/pages/ReportPage.tsx:809
-msgid "Email verified"
-msgstr "E-mail geverifieerd"
-
#: src/components/modals/tabs/DeveloperOptionsTab/AccountPremiumTab.tsx:56
msgid "Email Verified Override"
msgstr "E-mail geverifieerd overschrijven"
@@ -7108,7 +7186,7 @@ msgid "Emoji names must be at least 2 characters long and can only contain alpha
msgstr "Emoji-namen moeten minimaal 2 tekens lang zijn en mogen alleen alfanumerieke tekens en underscores bevatten. Toegestane bestandstypen: JPEG, PNG, WebP, GIF. We comprimeren afbeeldingen tot 128x128 pixels. Maximale grootte: {0} KB per emoji."
#: src/components/auth/InviteHeader.tsx:140
-#: src/components/channel/InviteEmbed.tsx:197
+#: src/components/channel/InviteEmbed.tsx:199
#: src/components/modals/InviteAcceptModal.tsx:142
#: src/components/modals/tabs/ExpressionPacksTab.tsx:70
msgid "Emoji pack"
@@ -7140,7 +7218,7 @@ msgstr "Emoji bijgewerkt"
#: src/components/channel/AutocompleteEmoji.tsx:67
#: src/components/channel/textarea/TextareaButtons.tsx:150
-#: src/components/modals/ExpressionPickerSheet.tsx:106
+#: src/components/modals/ExpressionPickerSheet.tsx:93
#: src/components/popouts/ExpressionPickerPopout.tsx:95
msgid "Emojis"
msgstr "Emoji's"
@@ -7343,11 +7421,11 @@ msgstr "Engels"
msgid "English (US)"
msgstr "Engels (VS)"
-#: src/components/pages/ReportPage.tsx:429
+#: src/components/pages/ReportPage.tsx:254
msgid "Enter a code in the format ABCD-1234."
msgstr "Voer een code in het formaat ABCD-1234 in."
-#: src/components/modals/tabs/GiftInventoryTab.tsx:235
+#: src/components/modals/tabs/GiftInventoryTab.tsx:258
msgid "Enter a gift code to redeem Plutonium for your account."
msgstr "Voer een cadeaucode in om Plutonium voor je account in te wisselen."
@@ -7371,7 +7449,7 @@ msgstr "Code invoeren"
msgid "Enter fullscreen"
msgstr "Volledig scherm openen"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:255
+#: src/components/modals/tabs/GiftInventoryTab.tsx:278
msgid "Enter gift code..."
msgstr "Cadeaucode invoeren..."
@@ -7414,7 +7492,7 @@ msgstr "Voer de 6-cijferige code in die naar je telefoon is verzonden."
msgid "Enter the API endpoint of the Fluxer instance you want to connect to."
msgstr "Voer het API-eindpunt in van de Fluxer-instantie waarmee je wilt verbinden."
-#: src/components/pages/ReportPage.tsx:424
+#: src/components/pages/ReportPage.tsx:249
msgid "Enter the code before continuing."
msgstr "Voer de code in voordat je verdergaat."
@@ -7430,7 +7508,7 @@ msgstr "Voer de code in die naar je huidige e-mailadres is verzonden."
msgid "Enter the code we emailed to your new address."
msgstr "Voer de code in die we naar je nieuwe adres hebben gemaild."
-#: src/components/modals/ClaimAccountModal.tsx:190
+#: src/components/modals/ClaimAccountModal.tsx:192
msgid "Enter the code we sent to your email to verify it. Your password will be set once the code is confirmed."
msgstr "Voer de code in die we naar je e-mail hebben gestuurd om deze te verifiëren. Je wachtwoord wordt ingesteld zodra de code is bevestigd."
@@ -7454,13 +7532,9 @@ msgstr "enter om <0><1>op te slaan1>0>"
msgid "Enter username"
msgstr "Gebruikersnaam invoeren"
-#: src/components/pages/ReportPage.tsx:701
-msgid "Enter Verification Code"
-msgstr "Verificatiecode invoeren"
-
-#: src/components/pages/ReportPage.tsx:638
-msgid "Enter Your Email"
-msgstr "Voer je e-mailadres in"
+#: src/components/pages/report/ReportStepVerification.tsx:64
+msgid "Enter verification code"
+msgstr "Voer verificatiecode in"
#: src/components/pages/ForgotPasswordPage.tsx:87
msgid "Enter your email address and we'll send you a link to reset your password."
@@ -7500,7 +7574,7 @@ msgid "Entrance sound uploaded successfully"
msgstr "Binnenkomstgeluid succesvol geüpload"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:297
-#: src/components/channel/ChannelSearchResults.tsx:691
+#: src/components/channel/ChannelSearchResults.tsx:660
#: src/components/modals/tabs/ComponentGalleryTab/OverlaysTab.tsx:88
msgid "Error"
msgstr "Fout"
@@ -7522,7 +7596,7 @@ msgstr "Esc-toets verlaat toetsenbordmodus"
msgid "escape to <0><1>cancel1>0>"
msgstr "escape om <0><1>annuleren1>0>"
-#: src/components/pages/ReportPage.tsx:318
+#: src/components/pages/report/optionDescriptors.ts:90
msgid "Estonia"
msgstr "Estland"
@@ -7561,7 +7635,7 @@ msgstr "link, embed of bestand uitsluiten"
msgid "exclude user"
msgstr "gebruiker uitsluiten"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:95
+#: src/components/modals/components/plutonium/VisionarySection.tsx:104
msgid "Exclusive community"
msgstr "Exclusieve community"
@@ -7593,12 +7667,12 @@ msgstr "Categorie Uitklappen"
msgid "Expiration"
msgstr "Vervaldatum"
-#: src/components/modals/InviteModal.tsx:281
+#: src/components/modals/InviteModal.tsx:278
msgid "Expire after"
msgstr "Vervalt na"
#: src/components/accounts/AccountRow.tsx:162
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:114
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:133
#: src/components/modals/GroupInvitesBottomSheet.tsx:104
msgid "Expired"
msgstr "Verlopen"
@@ -7675,7 +7749,7 @@ msgstr "Expressiepakketten"
msgid "Expression Packs are a Plutonium feature"
msgstr "Expressiepakketten zijn een Plutonium-functie"
-#: src/components/modals/ExpressionPickerSheet.tsx:232
+#: src/components/modals/ExpressionPickerSheet.tsx:219
#: src/components/popouts/ExpressionPickerPopout.tsx:193
msgid "Expression picker categories"
msgstr "Expressiekiezer-categorieën"
@@ -7700,7 +7774,7 @@ msgstr "Externe links kunnen gevaarlijk zijn. Wees voorzichtig."
msgid "Extra Large"
msgstr "Extra groot"
-#: src/components/pages/ReportPage.tsx:297
+#: src/components/pages/report/optionDescriptors.ts:72
#: src/constants/IARConstants.tsx:165
msgid "Extremist Community"
msgstr "Extremistische community"
@@ -7749,7 +7823,7 @@ msgstr "Kon uitnodigingslink niet kopiëren"
msgid "Failed to copy to clipboard"
msgstr "Kopiëren naar klembord mislukt"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:79
+#: src/components/modals/tabs/GiftInventoryTab.tsx:80
msgid "Failed to copy URL"
msgstr "URL kopiëren mislukt"
@@ -7794,7 +7868,7 @@ msgid "Failed to delete category"
msgstr "Categorie verwijderen mislukt"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:194
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:681
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:695
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:335
msgid "Failed to delete channel"
msgstr "Kanaal verwijderen mislukt"
@@ -7868,7 +7942,7 @@ msgstr "Verbanningen laden mislukt. Probeer het opnieuw."
msgid "Failed to load emojis"
msgstr "Emoji's laden mislukt"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:296
+#: src/components/modals/tabs/GiftInventoryTab.tsx:319
msgid "Failed to load gift inventory"
msgstr "Cadeauvoorraad laden mislukt"
@@ -7894,8 +7968,8 @@ msgstr "Stickers laden mislukt"
msgid "Failed to load vanity URL. Please try again."
msgstr "Vanity-URL laden mislukt. Probeer het opnieuw."
-#: src/components/modals/components/PlutoniumContent.tsx:146
-#: src/components/modals/components/PlutoniumContent.tsx:272
+#: src/components/modals/components/PlutoniumContent.tsx:157
+#: src/components/modals/components/PlutoniumContent.tsx:289
msgid "Failed to load Visionary information. Please try again later."
msgstr "Visionary-informatie laden mislukt. Probeer het later opnieuw."
@@ -7916,19 +7990,19 @@ msgstr "Je communities laden mislukt."
msgid "Failed to open customer portal. Please try again."
msgstr "Klantenportaal openen mislukt. Probeer het opnieuw."
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:572
-#: src/components/bottomsheets/DMBottomSheet.tsx:153
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:586
+#: src/components/bottomsheets/DMBottomSheet.tsx:155
#: src/components/channel/dm/DMList.tsx:216
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:121
msgid "Failed to pin DM"
msgstr "DM vastpinnen mislukt"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:572
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:586
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:101
msgid "Failed to pin group"
msgstr "Groep vastpinnen mislukt"
-#: src/components/bottomsheets/DMBottomSheet.tsx:153
+#: src/components/bottomsheets/DMBottomSheet.tsx:155
msgid "Failed to pin group DM"
msgstr "Mislukt om groeps-DM vast te pinnen"
@@ -7957,7 +8031,7 @@ msgstr "Mislukt om instantie ({status}) te bereiken"
msgid "Failed to reactivate subscription. Please try again."
msgstr "Abonnement reactiveren mislukt. Probeer het opnieuw."
-#: src/components/modals/tabs/GiftInventoryTab.tsx:94
+#: src/components/modals/tabs/GiftInventoryTab.tsx:95
msgid "Failed to redeem gift"
msgstr "Cadeau inwisselen mislukt"
@@ -7998,6 +8072,10 @@ msgstr "Uit groep verwijderen mislukt"
msgid "Failed to remove timeout. Please try again."
msgstr "Timeout verwijderen mislukt. Probeer het opnieuw."
+#: src/components/pages/ReportPage.tsx:236
+msgid "Failed to resend code. Please try again."
+msgstr "Verzenden van de code is mislukt. Probeer het opnieuw."
+
#: src/components/modals/guildTabs/GuildRolesTab.tsx:674
msgid "Failed to reset hoist order"
msgstr "Kon hoist-volgorde niet resetten"
@@ -8018,7 +8096,7 @@ msgstr "Draaien mislukt. Probeer het opnieuw."
msgid "Failed to send friend request. Please try again."
msgstr "Vriendschapsverzoek verzenden mislukt. Probeer het opnieuw."
-#: src/components/bottomsheets/DMBottomSheet.tsx:262
+#: src/components/bottomsheets/DMBottomSheet.tsx:264
#: src/components/modals/InviteModal.tsx:176
#: src/components/uikit/ContextMenu/items/InviteMenuItems.tsx:111
msgid "Failed to send invite"
@@ -8037,7 +8115,7 @@ msgstr "SMS-code verzenden mislukt. Probeer het opnieuw."
msgid "Failed to send theme"
msgstr "Thema verzenden mislukt"
-#: src/components/pages/ReportPage.tsx:412
+#: src/components/pages/ReportPage.tsx:234
msgid "Failed to send verification code. Please try again."
msgstr "Verificatiecode verzenden mislukt. Probeer het opnieuw."
@@ -8084,19 +8162,19 @@ msgstr "Eigendom overdragen mislukt. Probeer het opnieuw."
msgid "Failed to unblock user. Please try again."
msgstr "Gebruiker deblokkeren mislukt. Probeer het opnieuw."
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:589
-#: src/components/bottomsheets/DMBottomSheet.tsx:170
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:603
+#: src/components/bottomsheets/DMBottomSheet.tsx:172
#: src/components/channel/dm/DMList.tsx:226
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:138
msgid "Failed to unpin DM"
msgstr "DM losmaken mislukt"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:589
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:603
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:118
msgid "Failed to unpin group"
msgstr "Groep losmaken mislukt"
-#: src/components/bottomsheets/DMBottomSheet.tsx:170
+#: src/components/bottomsheets/DMBottomSheet.tsx:172
msgid "Failed to unpin group DM"
msgstr "Mislukt om groeps-DM los te koppelen"
@@ -8298,7 +8376,7 @@ msgstr "Vind de perfecte sticker"
msgid "Fine-tune core colors and fonts for this app. Changes here are stored as custom CSS overrides and sync with the editor below."
msgstr "Stel kernkleuren en lettertypen voor deze app nauwkeurig af. Wijzigingen hier worden opgeslagen als aangepaste CSS-overrides en synchroniseren met de onderstaande editor."
-#: src/components/pages/ReportPage.tsx:319
+#: src/components/pages/report/optionDescriptors.ts:91
msgid "Finland"
msgstr "Finland"
@@ -8306,7 +8384,7 @@ msgstr "Finland"
msgid "Finnish"
msgstr "Fins"
-#: src/components/pages/ReportPage.tsx:923
+#: src/components/pages/report/ReportStepDetails.tsx:199
msgid "First and last name"
msgstr "Voor- en achternaam"
@@ -8419,7 +8497,7 @@ msgstr "Fluxer heeft toestemming nodig om toetsenbord- en muisinvoer te monitore
msgid "Fluxer Partner"
msgstr "Fluxer Partner"
-#: src/components/modals/components/PlutoniumContent.tsx:182
+#: src/components/modals/components/PlutoniumContent.tsx:193
#: src/components/modals/PremiumModal.tsx:34
#: src/components/modals/utils/settingsConstants.tsx:147
#: src/components/popouts/UserProfileBadges.tsx:99
@@ -8483,7 +8561,7 @@ msgstr "Eten & Drinken"
msgid "Foodie Friends"
msgstr "Foodie Vrienden"
-#: src/components/bottomsheets/DMBottomSheet.tsx:660
+#: src/components/bottomsheets/DMBottomSheet.tsx:663
msgid "For 1 hour"
msgstr "Voor 1 uur"
@@ -8497,7 +8575,7 @@ msgstr "Voor 1 uur"
msgid "For 1 Hour"
msgstr "Voor 1 uur"
-#: src/components/bottomsheets/DMBottomSheet.tsx:659
+#: src/components/bottomsheets/DMBottomSheet.tsx:662
#: src/components/popouts/UserAreaPopout.tsx:77
msgid "For 15 minutes"
msgstr "Voor 15 minuten"
@@ -8511,7 +8589,7 @@ msgstr "Voor 15 minuten"
msgid "For 15 Minutes"
msgstr "Voor 15 minuten"
-#: src/components/bottomsheets/DMBottomSheet.tsx:663
+#: src/components/bottomsheets/DMBottomSheet.tsx:666
msgid "For 24 hours"
msgstr "Voor 24 uur"
@@ -8529,7 +8607,7 @@ msgstr "Voor 24 uur"
msgid "For 3 days"
msgstr "Voor 3 dagen"
-#: src/components/bottomsheets/DMBottomSheet.tsx:661
+#: src/components/bottomsheets/DMBottomSheet.tsx:664
msgid "For 3 hours"
msgstr "Voor 3 uur"
@@ -8542,7 +8620,7 @@ msgstr "Voor 3 uur"
msgid "For 3 Hours"
msgstr "Voor 3 uur"
-#: src/components/bottomsheets/DMBottomSheet.tsx:662
+#: src/components/bottomsheets/DMBottomSheet.tsx:665
msgid "For 8 hours"
msgstr "Voor 8 uur"
@@ -8560,7 +8638,7 @@ msgstr "Voor 8 uur"
msgid "For British eyes only..."
msgstr "Voor Britse ogen alleen..."
-#: src/components/modals/components/plutonium/PricingSection.tsx:62
+#: src/components/modals/components/plutonium/PricingSection.tsx:68
msgid "For Me"
msgstr "Voor mij"
@@ -8664,15 +8742,15 @@ msgstr "Forceert dat slowmode actief is in alle kanalen"
msgid "Forever"
msgstr "Voor altijd"
-#: src/components/modals/components/MobileSettingsView.tsx:300
+#: src/components/modals/components/MobileSettingsView.tsx:295
msgid "Forget"
msgstr "Vergeten"
-#: src/components/modals/components/MobileSettingsView.tsx:327
+#: src/components/modals/components/MobileSettingsView.tsx:322
msgid "Forget Push Subscriptions"
msgstr "Push-abonnementen vergeten"
-#: src/components/modals/components/MobileSettingsView.tsx:294
+#: src/components/modals/components/MobileSettingsView.tsx:289
msgid "Forget push subscriptions?"
msgstr "Push-abonnementen vergeten?"
@@ -8729,7 +8807,7 @@ msgstr "Framesnelheid"
msgid "Frame rates above 30 fps require Plutonium"
msgstr "Framesnelheden boven 30 fps vereisen Plutonium"
-#: src/components/pages/ReportPage.tsx:320
+#: src/components/pages/report/optionDescriptors.ts:92
msgid "France"
msgstr "Frankrijk"
@@ -8745,8 +8823,8 @@ msgstr "Gratis gebruiker (geen aankopen)"
msgid "Free User (With Purchase History)"
msgstr "Gratis gebruiker (met aankoopgeschiedenis)"
-#: src/components/modals/components/PlutoniumContent.tsx:163
-#: src/components/modals/components/PlutoniumContent.tsx:289
+#: src/components/modals/components/PlutoniumContent.tsx:174
+#: src/components/modals/components/PlutoniumContent.tsx:308
msgid "Free vs Plutonium"
msgstr "Gratis vs Plutonium"
@@ -8773,12 +8851,13 @@ msgstr "Vriendschapsverzoek"
msgid "Friend request sent"
msgstr "Vriendschapsverzoek verzonden"
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:68
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:250
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:75
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:89
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:271
msgid "Friend Request Sent"
msgstr "Vriendschapsverzoek verzonden"
-#: src/components/channel/dm/AddFriendForm.tsx:144
+#: src/components/channel/dm/AddFriendForm.tsx:167
msgid "Friend request sent!"
msgstr "Vriendschapsverzoek verzonden!"
@@ -8787,7 +8866,7 @@ msgstr "Vriendschapsverzoek verzonden!"
msgid "Friend Requests"
msgstr "Vriendschapsverzoeken"
-#: src/components/channel/dm/AddFriendForm.tsx:137
+#: src/components/channel/dm/AddFriendForm.tsx:160
msgid "Friend's FluxerTag"
msgstr "FluxerTag van vriend"
@@ -8828,9 +8907,10 @@ msgstr "Van {0}"
#. placeholder {0}: creator.username
#. placeholder {1}: creator.discriminator
-#: src/components/channel/GiftEmbed.tsx:87
-#: src/components/modals/GiftAcceptModal.tsx:116
-#: src/components/modals/GiftAcceptModal.tsx:143
+#: src/components/channel/GiftEmbed.tsx:93
+#: src/components/modals/GiftAcceptModal.tsx:123
+#: src/components/modals/GiftAcceptModal.tsx:151
+#: src/components/modals/GiftAcceptModal.tsx:186
msgid "From {0}#{1}"
msgstr "Van {0}#{1}"
@@ -8850,7 +8930,7 @@ msgstr "Van gebruiker"
msgid "from:"
msgstr "van:"
-#: src/components/pages/ReportPage.tsx:919
+#: src/components/pages/report/ReportStepDetails.tsx:195
msgid "Full Legal Name"
msgstr "Volledige wettelijke naam"
@@ -8892,7 +8972,7 @@ msgstr "Uitnodiging genereren"
msgid "Generate invite link"
msgstr "Uitnodigingslink genereren"
-#: src/components/modals/tabs/BetaCodesTab.tsx:315
+#: src/components/modals/tabs/BetaCodesTab.tsx:340
msgid "Generate up to {MAX_UNCLAIMED_BETA_CODES} unclaimed beta codes to invite friends to Fluxer. You can create 3 codes per week."
msgstr "Genereer tot {MAX_UNCLAIMED_BETA_CODES} niet-geclaimde betacodes om vrienden uit te nodigen voor Fluxer. Je kunt 3 codes per week aanmaken."
@@ -8909,7 +8989,7 @@ msgstr "Geografisch beperkt"
msgid "German"
msgstr "Duits"
-#: src/components/pages/ReportPage.tsx:321
+#: src/components/pages/report/optionDescriptors.ts:93
msgid "Germany"
msgstr "Duitsland"
@@ -8991,13 +9071,13 @@ msgstr "GIF-voorbeeld"
#: src/components/channel/pickers/gif/GifPickerHeader.tsx:40
#: src/components/channel/pickers/memes/MemesPickerHeader.tsx:57
#: src/components/channel/textarea/TextareaButtons.tsx:110
-#: src/components/modals/ExpressionPickerSheet.tsx:68
+#: src/components/modals/ExpressionPickerSheet.tsx:55
#: src/components/popouts/ExpressionPickerPopout.tsx:69
msgid "GIFs"
msgstr "GIF's"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:122
-#: src/components/modals/GiftAcceptModal.tsx:163
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:141
+#: src/components/modals/GiftAcceptModal.tsx:206
msgid "Gift"
msgstr "Cadeau"
@@ -9030,19 +9110,20 @@ msgstr "Cadeau al ingewisseld"
msgid "Gift Already Redeemed"
msgstr "Cadeau al ingewisseld"
-#: src/components/channel/GiftEmbed.tsx:94
+#: src/components/channel/GiftEmbed.tsx:105
+#: src/components/channel/GiftEmbed.tsx:109
msgid "Gift Claimed"
msgstr "Cadeau geclaimd"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:246
+#: src/components/modals/tabs/GiftInventoryTab.tsx:269
msgid "Gift code cannot be empty"
msgstr "Cadeaucode mag niet leeg zijn"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:243
+#: src/components/modals/tabs/GiftInventoryTab.tsx:266
msgid "Gift code is required"
msgstr "Cadeaucode is vereist"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:250
+#: src/components/modals/tabs/GiftInventoryTab.tsx:273
msgid "Gift code is too long"
msgstr "Cadeaucode is te lang"
@@ -9070,7 +9151,7 @@ msgstr "Cadeau niet gevonden"
#: src/components/channel/textarea/TextareaButtons.tsx:101
#: src/components/channel/textarea/TextareaButtons.tsx:177
-#: src/components/modals/components/plutonium/GiftSection.tsx:61
+#: src/components/modals/components/plutonium/GiftSection.tsx:67
msgid "Gift Plutonium"
msgstr "Plutonium cadeau doen"
@@ -9078,23 +9159,23 @@ msgstr "Plutonium cadeau doen"
msgid "Gift redeemed successfully!"
msgstr "Cadeau succesvol ingewisseld!"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:89
+#: src/components/modals/tabs/GiftInventoryTab.tsx:90
msgid "Gift redeemed successfully! Enjoy your Plutonium!"
msgstr "Cadeau succesvol ingewisseld! Geniet van je Plutonium!"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:53
+#: src/components/modals/components/plutonium/VisionarySection.tsx:58
msgid "gift time"
msgstr "geschenktijd"
-#: src/components/channel/GiftEmbed.tsx:151
+#: src/components/channel/GiftEmbed.tsx:162
msgid "Gift Unavailable"
msgstr "Cadeau niet beschikbaar"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:132
+#: src/components/modals/tabs/GiftInventoryTab.tsx:133
msgid "Gift URL"
msgstr "Cadeau-URL"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:75
+#: src/components/modals/tabs/GiftInventoryTab.tsx:76
msgid "Gift URL copied to clipboard!"
msgstr "Cadeau-URL naar klembord gekopieerd!"
@@ -9126,7 +9207,7 @@ msgstr "Globale snelkoppelingen zijn beschikbaar in de desktop-app"
msgid "Glorification of violence or disturbing imagery"
msgstr "Verheerlijking van geweld of verontrustende beelden"
-#: src/components/modals/components/MobileSettingsView.tsx:145
+#: src/components/modals/components/MobileSettingsView.tsx:140
#: src/components/modals/shared/MobileSettingsComponents.tsx:43
msgid "Go back"
msgstr "Ga terug"
@@ -9143,7 +9224,7 @@ msgstr "Ga terug naar het eerder geselecteerde tekstkanaal"
msgid "Go forward in navigation history"
msgstr "Ga vooruit in navigatiegeschiedenis"
-#: src/components/channel/InviteEmbed.tsx:259
+#: src/components/channel/InviteEmbed.tsx:261
#: src/components/modals/InviteAcceptModal.tsx:100
msgid "Go to Community"
msgstr "Ga naar Community"
@@ -9166,15 +9247,15 @@ msgstr "Ga naar inloggen"
msgid "Go to message"
msgstr "Ga naar bericht"
-#: src/components/channel/ChannelSearchResults.tsx:841
+#: src/components/channel/ChannelSearchResults.tsx:809
msgid "Go to page"
msgstr "Ga naar pagina"
-#: src/components/channel/ChannelSearchResults.tsx:808
+#: src/components/channel/ChannelSearchResults.tsx:776
msgid "Go to page {page}"
msgstr "Ga naar pagina {page}"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:315
+#: src/components/modals/tabs/GiftInventoryTab.tsx:338
msgid "Go to Plutonium"
msgstr "Ga naar Plutonium"
@@ -9195,7 +9276,7 @@ msgstr "Begrepen"
msgid "Gotcha"
msgstr "Snap 't"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:116
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:135
msgid "Grace Period"
msgstr "Respijtperiode"
@@ -9203,7 +9284,7 @@ msgstr "Respijtperiode"
msgid "Grace Period (Still Have Access)"
msgstr "Respijtperiode (toegang behouden)"
-#: src/components/modals/InviteModal.tsx:301
+#: src/components/modals/InviteModal.tsx:298
msgid "Grant temporary membership"
msgstr "Verleen tijdelijk lidmaatschap"
@@ -9234,7 +9315,7 @@ msgstr "Groot succes!"
msgid "Great success! You can now close this tab and return to the app."
msgstr "Groot succes! Je kunt dit tabblad nu sluiten en terugkeren naar de app."
-#: src/components/pages/ReportPage.tsx:322
+#: src/components/pages/report/optionDescriptors.ts:94
msgid "Greece"
msgstr "Griekenland"
@@ -9263,7 +9344,7 @@ msgstr "Groepschattoevoegrechten"
msgid "Group Chat Permissions"
msgstr "Groepschatpermissies"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:481
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:495
msgid "Group Direct Message"
msgstr "Groepsdirectbericht"
@@ -9272,7 +9353,7 @@ msgid "Group DM"
msgstr "Groep DM"
#. placeholder {0}: channel.recipientIds.length + 1
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:772
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:804
msgid "Group DM · {0} members"
msgstr "Groep DM · {0} leden"
@@ -9317,12 +9398,12 @@ msgstr "Groepsnaam mag niet meer dan 100 tekens bevatten"
msgid "Group Online Status"
msgstr "Groep Online Status"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:962
-#: src/components/channel/MemberListItem.tsx:102
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:984
+#: src/components/channel/MemberListItem.tsx:109
msgid "Group Owner"
msgstr "Groepseigenaar"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1092
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1116
msgid "Group Settings"
msgstr "Groepsinstellingen"
@@ -9335,11 +9416,11 @@ msgstr "Groepstypstatussen"
msgid "Group updated"
msgstr "Groep bijgewerkt"
-#: src/components/pages/ReportPage.tsx:893
+#: src/components/pages/report/ReportStepDetails.tsx:167
msgid "Guild (Community) ID"
msgstr "Gilde (Community) ID"
-#: src/components/pages/ReportPage.tsx:902
+#: src/components/pages/report/ReportStepDetails.tsx:177
msgid "Guild ID is required."
msgstr "Guild-ID is vereist."
@@ -9355,13 +9436,13 @@ msgstr "Gilderecord"
msgid "Hang on while we check for scheduled messages."
msgstr "Wacht even terwijl we geplande berichten controleren."
-#: src/components/pages/ReportPage.tsx:295
+#: src/components/pages/report/optionDescriptors.ts:70
#: src/constants/IARConstants.tsx:155
msgid "Harassment"
msgstr "Intimidatie"
-#: src/components/pages/ReportPage.tsx:262
-#: src/components/pages/ReportPage.tsx:281
+#: src/components/pages/report/optionDescriptors.ts:43
+#: src/components/pages/report/optionDescriptors.ts:59
#: src/constants/IARConstants.tsx:32
#: src/constants/IARConstants.tsx:109
msgid "Harassment or Bullying"
@@ -9383,9 +9464,9 @@ msgstr "Heeft ooit Plutonium gekocht"
msgid "has:"
msgstr "heeft:"
-#: src/components/pages/ReportPage.tsx:263
-#: src/components/pages/ReportPage.tsx:282
-#: src/components/pages/ReportPage.tsx:296
+#: src/components/pages/report/optionDescriptors.ts:44
+#: src/components/pages/report/optionDescriptors.ts:60
+#: src/components/pages/report/optionDescriptors.ts:71
#: src/constants/IARConstants.tsx:37
#: src/constants/IARConstants.tsx:114
#: src/constants/IARConstants.tsx:160
@@ -9430,7 +9511,7 @@ msgid "Help Center"
msgstr "Helpcentrum"
#. placeholder {0}: user.displayName
-#: src/components/layout/app-layout/nagbars/UnclaimedAccountNagbar.tsx:44
+#: src/components/layout/app-layout/nagbars/UnclaimedAccountNagbar.tsx:42
msgid "Hey {0}, claim your account to prevent losing access."
msgstr "Hé {0}, claim je account om toegang te behouden."
@@ -9654,7 +9735,7 @@ msgstr "https://example.com/callback"
msgid "Hungarian"
msgstr "Hongaars"
-#: src/components/pages/ReportPage.tsx:323
+#: src/components/pages/report/optionDescriptors.ts:95
msgid "Hungary"
msgstr "Hongarije"
@@ -9728,8 +9809,8 @@ msgstr "Als je een betacode hebt ontvangen, kun je deze hieronder invoeren om di
msgid "If you want to export your data or delete your messages first, please visit the Privacy Dashboard section in User Settings before proceeding."
msgstr "Als je eerst je gegevens wilt exporteren of je berichten wilt verwijderen, ga dan naar het Privacy Dashboard in Gebruikersinstellingen voordat je verdergaat."
-#: src/components/channel/channel-view/DMChannelView.tsx:301
-#: src/components/channel/dm/DMWelcomeSection.tsx:119
+#: src/components/channel/channel-view/DMChannelView.tsx:302
+#: src/components/channel/dm/DMWelcomeSection.tsx:131
#: src/components/channel/friends/FriendListItem.tsx:145
#: src/components/channel/friends/FriendListItem.tsx:244
#: src/components/channel/friends/MobileFriendRequestItem.tsx:69
@@ -9740,7 +9821,7 @@ msgstr "Negeren"
#: src/components/channel/friends/FriendListItem.tsx:143
#: src/components/channel/friends/MobileFriendRequestItem.tsx:67
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:152
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:173
msgid "Ignore Friend Request"
msgstr "Vriendschapsverzoek negeren"
@@ -9749,8 +9830,8 @@ msgstr "Vriendschapsverzoek negeren"
msgid "Ignore per-channel message rate limits."
msgstr "Berichtfrequentielimieten per kanaal negeren."
-#: src/components/pages/ReportPage.tsx:267
-#: src/components/pages/ReportPage.tsx:298
+#: src/components/pages/report/optionDescriptors.ts:48
+#: src/components/pages/report/optionDescriptors.ts:73
#: src/constants/IARConstants.tsx:57
#: src/constants/IARConstants.tsx:170
msgid "Illegal Activity"
@@ -9762,7 +9843,7 @@ msgid "image"
msgstr "afbeelding"
#: src/components/channel/embeds/media/EmbedGifv.tsx:237
-#: src/components/channel/embeds/media/EmbedImage.tsx:369
+#: src/components/channel/embeds/media/EmbedImage.tsx:374
#: src/components/modals/MediaViewerModal.tsx:362
#: src/components/search/HasFilterSheet.tsx:50
#: src/utils/FavoriteMemeUtils.ts:71
@@ -9783,8 +9864,8 @@ msgstr "Afbeeldingsvoorbeeld"
msgid "Images"
msgstr "Afbeeldingen"
-#: src/components/pages/ReportPage.tsx:272
-#: src/components/pages/ReportPage.tsx:284
+#: src/components/pages/report/optionDescriptors.ts:53
+#: src/components/pages/report/optionDescriptors.ts:62
#: src/constants/IARConstants.tsx:82
#: src/constants/IARConstants.tsx:124
msgid "Impersonation"
@@ -9839,7 +9920,7 @@ msgstr "over {absWeeks} weken"
msgid "in {absYears} years"
msgstr "over {absYears} jaar"
-#: src/components/channel/channel-view/DMChannelView.tsx:275
+#: src/components/channel/channel-view/DMChannelView.tsx:276
msgid "In call"
msgstr "In gesprek"
@@ -9880,7 +9961,7 @@ msgstr "In je browser werkt Push-to-Talk alleen als het Fluxer-tabblad actief is
msgid "in:"
msgstr "in:"
-#: src/components/pages/ReportPage.tsx:286
+#: src/components/pages/report/optionDescriptors.ts:64
#: src/constants/IARConstants.tsx:134
msgid "Inappropriate Profile"
msgstr "Ongepast profiel"
@@ -9909,7 +9990,7 @@ msgstr "Alle community-vermeldingen opnemen"
msgid "Include audio from your screen in the share"
msgstr "Audio van je scherm in de share opnemen"
-#: src/components/channel/channel-view/DMChannelView.tsx:269
+#: src/components/channel/channel-view/DMChannelView.tsx:270
#: src/components/voice/IncomingCallUI.tsx:263
#: src/components/voice/IncomingCallUI.tsx:286
#: src/components/voice/IncomingCallUI.tsx:324
@@ -9946,11 +10027,11 @@ msgid "Increase app zoom level"
msgstr "App-zoomniveau verhogen"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:284
-#: src/components/channel/ChannelSearchResults.tsx:679
+#: src/components/channel/ChannelSearchResults.tsx:648
msgid "Indexing Channel"
msgstr "Kanaal indexeren"
-#: src/components/channel/ChannelSearchResults.tsx:317
+#: src/components/channel/ChannelSearchResults.tsx:274
msgid "Indexing..."
msgstr "Indexeren..."
@@ -10032,12 +10113,12 @@ msgstr "Invoer met pictogrammen"
msgid "Insert emoji"
msgstr "Emoji invoegen"
-#: src/components/channel/InviteEmbed.tsx:198
+#: src/components/channel/InviteEmbed.tsx:200
#: src/components/modals/InviteAcceptModal.tsx:143
msgid "Install Emoji Pack"
msgstr "Emoji-pakket installeren"
-#: src/components/channel/InviteEmbed.tsx:198
+#: src/components/channel/InviteEmbed.tsx:200
#: src/components/modals/InviteAcceptModal.tsx:143
msgid "Install Sticker Pack"
msgstr "Stickerpakket installeren"
@@ -10104,7 +10185,7 @@ msgstr "Ongeldige cadeaucode"
msgid "Invalid instance response: missing webapp URL."
msgstr "Ongeldig instantierespons: ontbrekende webapp-URL."
-#: src/components/modals/ClaimAccountModal.tsx:108
+#: src/components/modals/ClaimAccountModal.tsx:110
#: src/components/modals/EmailChangeModal.tsx:108
#: src/components/modals/EmailChangeModal.tsx:169
msgid "Invalid or expired code"
@@ -10134,7 +10215,7 @@ msgstr "Omgekeerde knop ingedrukt!"
msgid "Invisible"
msgstr "Onzichtbaar"
-#: src/components/modals/InviteModal.tsx:257
+#: src/components/modals/InviteModal.tsx:267
#: src/components/modals/tabs/ExpressionPacksTab.tsx:83
#: src/constants/AuditLogConstants.tsx:239
msgid "Invite"
@@ -10144,7 +10225,7 @@ msgstr "Uitnodigen"
msgid "Invite Background"
msgstr "Uitnodigingsachtergrond"
-#: src/components/pages/ReportPage.tsx:908
+#: src/components/pages/report/ReportStepDetails.tsx:183
msgid "Invite Code (optional)"
msgstr "Uitnodigingscode (optioneel)"
@@ -10170,7 +10251,7 @@ msgstr "Nodig vrienden uit"
msgid "Invite friends to {0}"
msgstr "Nodig vrienden uit voor {0}"
-#: src/components/modals/InviteModal.tsx:317
+#: src/components/modals/InviteModal.tsx:314
msgid "Invite link"
msgstr "Uitnodigingslink"
@@ -10190,7 +10271,7 @@ msgid "Invite Links"
msgstr "Uitnodigingslinks"
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:164
-#: src/components/layout/ChannelItem.tsx:599
+#: src/components/layout/ChannelItem.tsx:616
#: src/components/popouts/GuildHeaderPopout.tsx:178
msgid "Invite Members"
msgstr "Leden uitnodigen"
@@ -10218,7 +10299,7 @@ msgid "Invite Page Preview"
msgstr "Voorbeeld uitnodigingspagina"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:381
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1144
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1168
#: src/components/layout/FavoritesChannelListContent.tsx:305
#: src/components/uikit/ContextMenu/ChannelListContextMenu.tsx:96
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:97
@@ -10236,7 +10317,7 @@ msgstr "Uitnodiging ingetrokken"
msgid "Invite sent for {0}"
msgstr "Uitnodiging verzonden voor {0}"
-#: src/components/bottomsheets/DMBottomSheet.tsx:256
+#: src/components/bottomsheets/DMBottomSheet.tsx:258
msgid "Invite sent to {guildName}"
msgstr "Uitnodiging verzonden naar {guildName}"
@@ -10249,7 +10330,7 @@ msgid "Invite splash preview"
msgstr "Voorbeeld uitnodigingssplash"
#. placeholder {0}: guild.name
-#: src/components/bottomsheets/DMBottomSheet.tsx:499
+#: src/components/bottomsheets/DMBottomSheet.tsx:501
msgid "Invite to {0}"
msgstr "Uitnodigen voor {0}"
@@ -10257,7 +10338,7 @@ msgstr "Uitnodigen voor {0}"
msgid "Invite to Community"
msgstr "Uitnodigen voor community"
-#: src/components/channel/InviteEmbed.tsx:362
+#: src/components/channel/InviteEmbed.tsx:364
msgid "Invite Unavailable"
msgstr "Uitnodiging niet beschikbaar"
@@ -10277,7 +10358,7 @@ msgid "Invited by {0}#{1}"
msgstr "Uitgenodigd door {0}#{1}"
#: src/components/auth/InviteHeader.tsx:159
-#: src/components/channel/InviteEmbed.tsx:222
+#: src/components/channel/InviteEmbed.tsx:224
msgid "Invited by {inviterTag}"
msgstr "Uitgenodigd door {inviterTag}"
@@ -10290,8 +10371,8 @@ msgid "Inviter:"
msgstr "Uitnodiger:"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:303
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1199
-#: src/components/bottomsheets/DMBottomSheet.tsx:468
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1223
+#: src/components/bottomsheets/DMBottomSheet.tsx:470
#: src/components/channel/dm/DMList.tsx:257
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:145
msgid "Invites"
@@ -10301,11 +10382,11 @@ msgstr "Uitnodigingen"
msgid "Invites are currently disabled for this community."
msgstr "Uitnodigingen zijn momenteel uitgeschakeld voor deze community."
-#: src/components/modals/InviteModal.tsx:270
+#: src/components/modals/InviteModal.tsx:237
msgid "Invites are currently disabled in this community by an admin. While this invite can be created, it cannot be accepted until invites are re-enabled."
msgstr "Uitnodigingen zijn momenteel uitgeschakeld in deze community door een beheerder. Hoewel deze uitnodiging aangemaakt kan worden, kan deze niet geaccepteerd worden totdat uitnodigingen weer ingeschakeld zijn."
-#: src/components/layout/guild-list/GuildListItem.tsx:233
+#: src/components/layout/guild-list/GuildListItem.tsx:234
msgid "Invites are currently paused in this community"
msgstr "Uitnodigingen zijn momenteel gepauzeerd in deze community"
@@ -10317,7 +10398,7 @@ msgstr "Uitnodigingen zijn vergrendeld voor preview-communities. Maak je account
msgid "Invites disabled"
msgstr "Uitnodigingen uitgeschakeld"
-#: src/components/channel/InviteEmbed.tsx:257
+#: src/components/channel/InviteEmbed.tsx:259
#: src/components/modals/InviteAcceptModal.tsx:98
msgid "Invites Disabled"
msgstr "Uitnodigingen uitgeschakeld"
@@ -10343,7 +10424,7 @@ msgstr "Uitnodigingen voor <0>{0}0> zijn momenteel uitgeschakeld"
msgid "IP address authorized"
msgstr "IP-adres geautoriseerd"
-#: src/components/pages/ReportPage.tsx:324
+#: src/components/pages/report/optionDescriptors.ts:96
msgid "Ireland"
msgstr "Ierland"
@@ -10359,7 +10440,7 @@ msgstr "Het is hier een heuse typt fiesta"
msgid "Italian"
msgstr "Italiaans"
-#: src/components/pages/ReportPage.tsx:325
+#: src/components/pages/report/optionDescriptors.ts:97
msgid "Italy"
msgstr "Italië"
@@ -10381,16 +10462,16 @@ msgstr "Word lid van een community"
msgid "Join a community with stickers to get started!"
msgstr "Word lid van een community met stickers om te beginnen!"
-#: src/components/channel/channel-view/DMChannelView.tsx:315
+#: src/components/channel/channel-view/DMChannelView.tsx:316
msgid "Join call"
msgstr "Deelnemen aan oproep"
-#: src/components/channel/InviteEmbed.tsx:261
-#: src/components/channel/InviteEmbed.tsx:451
+#: src/components/channel/InviteEmbed.tsx:263
+#: src/components/channel/InviteEmbed.tsx:453
#: src/components/layout/guild-list/AddGuildButton.tsx:71
#: src/components/modals/AddGuildModal.tsx:129
#: src/components/modals/AddGuildModal.tsx:410
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:304
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:342
#: src/components/modals/InviteAcceptModal.tsx:102
#: src/components/modals/InviteAcceptModalPreview.tsx:114
msgid "Join Community"
@@ -10400,7 +10481,7 @@ msgstr "Word lid van community"
msgid "Join community form"
msgstr "Communityformulier om lid te worden"
-#: src/components/channel/InviteEmbed.tsx:187
+#: src/components/channel/InviteEmbed.tsx:189
msgid "Join Group"
msgstr "Word lid van groep"
@@ -10416,19 +10497,19 @@ msgstr "Lidmaatschapsmeldingen"
msgid "Join Operators Community"
msgstr "Word lid van Operators Community"
-#: src/components/channel/CallMessage.tsx:171
+#: src/components/channel/CallMessage.tsx:165
msgid "Join the call"
msgstr "Deelnemen aan de oproep"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:122
+#: src/components/channel/ChannelHeader/CallButtons.tsx:159
msgid "Join Video Call"
msgstr "Deelnemen aan videogesprek"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:118
+#: src/components/channel/ChannelHeader/CallButtons.tsx:150
msgid "Join Video Call ({participantCount} participant)"
msgstr "Deelnemen aan Video-oproep ({participantCount} deelnemer)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:119
+#: src/components/channel/ChannelHeader/CallButtons.tsx:151
msgid "Join Video Call ({participantCount} participants)"
msgstr "Deelnemen aan Video-oproep ({participantCount} deelnemers)"
@@ -10436,15 +10517,15 @@ msgstr "Deelnemen aan Video-oproep ({participantCount} deelnemers)"
msgid "Join Visionary Community"
msgstr "Word lid van Visionary Community"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:70
+#: src/components/channel/ChannelHeader/CallButtons.tsx:89
msgid "Join Voice Call"
msgstr "Deelnemen aan spraakoproep"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:66
+#: src/components/channel/ChannelHeader/CallButtons.tsx:80
msgid "Join Voice Call ({participantCount} participant)"
msgstr "Deelnemen aan Spraakoproep ({participantCount} deelnemer)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:67
+#: src/components/channel/ChannelHeader/CallButtons.tsx:81
msgid "Join Voice Call ({participantCount} participants)"
msgstr "Deelnemen aan Spraakoproep ({participantCount} deelnemers)"
@@ -10495,7 +10576,7 @@ msgstr "JPEG, PNG, WebP. Max. 10MB. Aanbevolen: 512×512px"
msgid "JPEG, PNG, WebP. Max 10MB. Recommended: 512×512px. Animated avatars (GIF) require <0/>."
msgstr "JPEG, PNG, WebP. Max. 10MB. Aanbevolen: 512×512px. Geanimeerde avatars (GIF) vereisen <0/>."
-#: src/components/channel/ChannelSearchResults.tsx:777
+#: src/components/channel/ChannelSearchResults.tsx:745
#: src/components/pages/MessageListPage.tsx:97
#: src/components/popouts/RecentMentionsContent.tsx:221
#: src/components/popouts/SavedMessagesContent.tsx:102
@@ -10519,11 +10600,11 @@ msgstr "Springen naar bericht"
msgid "Jump to Oldest Unread Message"
msgstr "Springen naar oudste ongelezen bericht"
-#: src/components/channel/ChannelSearchResults.tsx:872
+#: src/components/channel/ChannelSearchResults.tsx:840
msgid "Jump to page"
msgstr "Springen naar pagina"
-#: src/components/channel/Messages.tsx:917
+#: src/components/channel/Messages.tsx:915
msgid "Jump to Present"
msgstr "Springen naar huidige"
@@ -10612,7 +10693,7 @@ msgid "Keyboard Shortcuts"
msgstr "Toetsenbordsneltoetsen"
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:344
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:311
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:314
#: src/components/modals/KickMemberModal.tsx:58
#: src/components/modals/UserProfileActionsSheet.tsx:253
msgid "Kick"
@@ -10702,7 +10783,7 @@ msgstr "Latency {latency} milliseconden"
msgid "Latency graph"
msgstr "Latencygrafiek"
-#: src/components/pages/ReportPage.tsx:326
+#: src/components/pages/report/optionDescriptors.ts:98
msgid "Latvia"
msgstr "Letland"
@@ -10729,10 +10810,10 @@ msgstr "Community verlaten"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:248
#: src/components/bottomsheets/ChannelBottomSheet.tsx:250
#: src/components/bottomsheets/ChannelBottomSheet.tsx:314
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1253
-#: src/components/bottomsheets/DMBottomSheet.tsx:337
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1277
#: src/components/bottomsheets/DMBottomSheet.tsx:339
-#: src/components/bottomsheets/DMBottomSheet.tsx:551
+#: src/components/bottomsheets/DMBottomSheet.tsx:341
+#: src/components/bottomsheets/DMBottomSheet.tsx:554
#: src/components/channel/dm/DMList.tsx:265
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:159
#: src/hooks/useLeaveGroup.tsx:42
@@ -10740,27 +10821,27 @@ msgstr "Community verlaten"
msgid "Leave Group"
msgstr "Groep verlaten"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:122
+#: src/components/channel/ChannelHeader/CallButtons.tsx:157
msgid "Leave Video Call"
msgstr "Videogesprek verlaten"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:113
+#: src/components/channel/ChannelHeader/CallButtons.tsx:145
msgid "Leave Video Call ({participantCount} participant)"
msgstr "Verlaten Video-oproep ({participantCount} deelnemer)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:114
+#: src/components/channel/ChannelHeader/CallButtons.tsx:146
msgid "Leave Video Call ({participantCount} participants)"
msgstr "Verlaten Video-oproep ({participantCount} deelnemers)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:70
+#: src/components/channel/ChannelHeader/CallButtons.tsx:87
msgid "Leave Voice Call"
msgstr "Spraakgesprek verlaten"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:61
+#: src/components/channel/ChannelHeader/CallButtons.tsx:75
msgid "Leave Voice Call ({participantCount} participant)"
msgstr "Verlaten Spraakoproep ({participantCount} deelnemer)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:62
+#: src/components/channel/ChannelHeader/CallButtons.tsx:76
msgid "Leave Voice Call ({participantCount} participants)"
msgstr "Verlaten Spraakoproep ({participantCount} deelnemers)"
@@ -10785,7 +10866,7 @@ msgstr "Links uitgelijnd"
msgid "Left community"
msgstr "Community verlaten"
-#: src/components/bottomsheets/DMBottomSheet.tsx:350
+#: src/components/bottomsheets/DMBottomSheet.tsx:352
#: src/hooks/useLeaveGroup.tsx:56
msgid "Left group"
msgstr "Groep verlaten"
@@ -10798,7 +10879,7 @@ msgstr "Linker pictogram"
msgid "Left Tooltip"
msgstr "Linker tooltip"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:90
+#: src/components/modals/components/plutonium/VisionarySection.tsx:99
msgid "Let people add you without needing a 4-digit tag"
msgstr "Laat mensen je toevoegen zonder een 4-cijferige tag nodig te hebben"
@@ -10810,17 +10891,13 @@ msgstr "Laat de community zichzelf modereren"
msgid "Letters (a-z, A-Z), numbers (0-9), and underscores (_) only"
msgstr "Alleen letters (a-z, A-Z), cijfers (0-9) en underscores (_)"
-#: src/components/pages/ReportPage.tsx:729
-msgid "Letters and numbers only. You can paste the code—formatting is automatic."
-msgstr "Alleen letters en cijfers. Je kunt de code plakken—opmaak is automatisch."
-
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:120
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:139
#: src/components/modals/tabs/DeveloperOptionsTab/AccountPremiumTab.tsx:49
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:371
msgid "Lifetime"
msgstr "Levenslang"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:73
+#: src/components/modals/components/plutonium/VisionarySection.tsx:82
#: src/utils/giftUtils.ts:58
msgid "Lifetime Plutonium"
msgstr "Levenslang Plutonium"
@@ -10838,7 +10915,7 @@ msgid "Liked!"
msgstr "Geliked!"
#. placeholder {0}: formatter.format(visionarySlots.total)
-#: src/components/modals/components/plutonium/VisionarySection.tsx:61
+#: src/components/modals/components/plutonium/VisionarySection.tsx:70
msgid "Limited to {0} users. One-time purchase, lifetime access."
msgstr "Beperkt tot {0} gebruikers. Eenmalige aankoop, levenslange toegang."
@@ -10856,7 +10933,7 @@ msgstr "Link"
msgid "Link channel"
msgstr "Kanaal koppelen"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:530
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:544
#: src/components/uikit/ContextMenu/MediaContextMenu.tsx:145
#: src/components/uikit/ContextMenu/MediaContextMenu.tsx:228
msgid "Link copied to clipboard"
@@ -10902,7 +10979,7 @@ msgstr "Lijsten"
msgid "Lists members with this role in their own section in the member list."
msgstr "Toont leden met deze rol in hun eigen sectie in de ledenlijst."
-#: src/components/pages/ReportPage.tsx:327
+#: src/components/pages/report/optionDescriptors.ts:99
msgid "Lithuania"
msgstr "Litouwen"
@@ -10934,7 +11011,7 @@ msgstr "Bans laden..."
msgid "Loading communities..."
msgstr "Gemeenschappen laden..."
-#: src/components/channel/embeds/media/EmbedImage.tsx:363
+#: src/components/channel/embeds/media/EmbedImage.tsx:368
msgid "Loading image"
msgstr "Afbeelding laden"
@@ -10947,7 +11024,7 @@ msgid "Loading more..."
msgstr "Meer laden..."
#: src/components/channel/embeds/media/EmbedGifv.tsx:493
-#: src/components/channel/embeds/media/EmbedGifv.tsx:721
+#: src/components/channel/embeds/media/EmbedGifv.tsx:745
msgid "Loading placeholder"
msgstr "Plaatshouder laden"
@@ -10971,7 +11048,7 @@ msgstr "Thema laden..."
msgid "Loading verification methods..."
msgstr "Verificatiemethoden laden..."
-#: src/components/channel/embeds/media/EmbedImage.tsx:363
+#: src/components/channel/embeds/media/EmbedImage.tsx:368
msgid "Loading: {alt}"
msgstr "Laden: {alt}"
@@ -11021,7 +11098,7 @@ msgid "Log in with a passkey"
msgstr "Inloggen met een toegangssleutel"
#: src/components/modals/components/DesktopSettingsView.tsx:346
-#: src/components/modals/components/MobileSettingsView.tsx:362
+#: src/components/modals/components/MobileSettingsView.tsx:357
#: src/components/pages/PendingVerificationPage.tsx:151
msgid "Log Out"
msgstr "Uitloggen"
@@ -11101,7 +11178,7 @@ msgstr "Laag"
msgid "Low (480p)"
msgstr "Laag (480p)"
-#: src/components/pages/ReportPage.tsx:328
+#: src/components/pages/report/optionDescriptors.ts:100
msgid "Luxembourg"
msgstr "Luxemburg"
@@ -11114,16 +11191,16 @@ msgstr "Groepseigenaar maken"
msgid "Make links to websites stand out more by always underlining them."
msgstr "Laat links naar websites meer opvallen door ze altijd te onderstrepen."
-#: src/components/pages/ReportPage.tsx:271
+#: src/components/pages/report/optionDescriptors.ts:52
#: src/constants/IARConstants.tsx:77
msgid "Malicious Links"
msgstr "Kwaadaardige links"
-#: src/components/pages/ReportPage.tsx:329
+#: src/components/pages/report/optionDescriptors.ts:101
msgid "Malta"
msgstr "Malta"
-#: src/components/pages/ReportPage.tsx:302
+#: src/components/pages/report/optionDescriptors.ts:77
#: src/constants/IARConstants.tsx:190
msgid "Malware Distribution"
msgstr "Malwaredistributie"
@@ -11214,7 +11291,7 @@ msgid "Manage slash commands for this application"
msgstr "Beheer slash-commando's voor deze app"
#: src/components/layout/app-layout/nagbars/PremiumGracePeriodNagbar.tsx:83
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:288
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:324
msgid "Manage Subscription"
msgstr "Abonnement beheren"
@@ -11227,7 +11304,7 @@ msgstr "Beheer het e-mailadres dat je gebruikt om in te loggen bij Fluxer"
msgid "Manage Webhooks"
msgstr "Webhooks beheren"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:100
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:104
msgid "Manage your applications and bots."
msgstr "Beheer je apps en bots."
@@ -11243,7 +11320,7 @@ msgstr "Je cadeaus beheren"
msgid "Manage your phone number for SMS two-factor authentication"
msgstr "Beheer je telefoonnummer voor SMS-twee-factor-authenticatie"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:280
+#: src/components/modals/tabs/GiftInventoryTab.tsx:303
msgid "Manage your purchased Plutonium gift codes. Share the gift URL with someone special or redeem it for yourself!"
msgstr "Beheer je gekochte Plutonium-cadeaucodes. Deel de cadeau-URL met iemand speciaals of verzilver hem voor jezelf!"
@@ -11256,8 +11333,8 @@ msgid "Mark as 18+ (NSFW)"
msgstr "Markeren als 18+ (NSFW)"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:358
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1115
-#: src/components/bottomsheets/DMBottomSheet.tsx:388
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1139
+#: src/components/bottomsheets/DMBottomSheet.tsx:390
#: src/components/channel/NewMessagesBar.tsx:60
#: src/components/uikit/ContextMenu/items/CategoryMenuItems.tsx:81
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:79
@@ -11319,7 +11396,7 @@ msgstr "Markdown"
msgid "Markdown Preview"
msgstr "Markdown-voorbeeldweergave"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:516
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:530
msgid "Marked as read"
msgstr "Als gelezen gemarkeerd"
@@ -11347,7 +11424,7 @@ msgstr "Markeringen onder schuifregelaar"
msgid "Marty_McFly"
msgstr "Marty_McFly"
-#: src/components/modals/ClaimAccountModal.tsx:160
+#: src/components/modals/ClaimAccountModal.tsx:162
#: src/components/modals/EmailChangeModal.tsx:254
msgid "marty@example.com"
msgstr "marty@example.com"
@@ -11356,7 +11433,7 @@ msgstr "marty@example.com"
msgid "Mask Visionary as subscription"
msgstr "Visionary als abonnement maskeren"
-#: src/components/modals/InviteModal.tsx:291
+#: src/components/modals/InviteModal.tsx:288
msgid "Max number of uses"
msgstr "Maximaal aantal gebruik"
@@ -11393,7 +11470,8 @@ msgstr "Maximale kwaliteit voor camera is 1080p"
msgid "Maximum quality, requires very fast connection"
msgstr "Maximale kwaliteit, vereist zeer snelle verbinding"
-#: src/components/modals/GiftAcceptModal.tsx:151
+#: src/components/modals/GiftAcceptModal.tsx:161
+#: src/components/modals/GiftAcceptModal.tsx:194
msgid "Maybe later"
msgstr "Misschien later"
@@ -11411,7 +11489,7 @@ msgstr "Meten..."
#: src/components/channel/AutocompleteEmoji.tsx:154
#: src/components/channel/textarea/TextareaButtons.tsx:122
-#: src/components/modals/ExpressionPickerSheet.tsx:77
+#: src/components/modals/ExpressionPickerSheet.tsx:64
#: src/components/modals/tabs/ChatSettingsTab.tsx:43
#: src/components/modals/tabs/ChatSettingsTab/Inline.tsx:37
#: src/components/modals/utils/settingsConstants.tsx:298
@@ -11504,8 +11582,8 @@ msgstr "Lidverificatie"
msgid "Member verification level"
msgstr "Lidverificatieniveau"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:877
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:913
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:909
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:945
#: src/components/modals/guildTabs/GuildMembersTab.tsx:429
#: src/components/modals/shared/AddOverridePopout.tsx:176
#: src/components/modals/utils/guildSettingsConstants.tsx:157
@@ -11536,7 +11614,7 @@ msgstr "Leden verwijderd"
msgid "Members receive notifications for every message"
msgstr "Leden ontvangen meldingen voor elk bericht"
-#: src/components/modals/InviteModal.tsx:302
+#: src/components/modals/InviteModal.tsx:299
msgid "Members will be removed when they go offline unless a role is assigned"
msgstr "Leden worden verwijderd wanneer ze offline gaan, tenzij een rol is toegewezen"
@@ -11608,11 +11686,11 @@ msgid "mentions:"
msgstr "vermeldt:"
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:234
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:218
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:220
#: src/components/modals/tabs/ComponentGalleryTab/InputsTab.tsx:164
-#: src/components/modals/UserProfileMobileSheet.tsx:497
-#: src/components/modals/UserProfileModal.tsx:1189
-#: src/components/modals/UserProfileModal.tsx:1311
+#: src/components/modals/UserProfileMobileSheet.tsx:501
+#: src/components/modals/UserProfileModal.tsx:1190
+#: src/components/modals/UserProfileModal.tsx:1316
#: src/components/popouts/UserProfilePopout.tsx:289
#: src/components/popouts/UserProfilePopout.tsx:308
#: src/components/profile/ProfilePreview.tsx:292
@@ -11689,7 +11767,7 @@ msgstr "Berichtgroepering"
msgid "Message is too long"
msgstr "Bericht is te lang"
-#: src/components/pages/ReportPage.tsx:837
+#: src/components/pages/report/ReportStepDetails.tsx:107
msgid "Message Link"
msgstr "Berichtlink"
@@ -11744,7 +11822,7 @@ msgstr "Berichten & Media"
msgid "Messages Deleted"
msgstr "Berichten verwijderd"
-#: src/components/channel/Messages.tsx:938
+#: src/components/channel/Messages.tsx:936
msgid "Messages failed to load"
msgstr "Berichten laden mislukt"
@@ -11888,22 +11966,21 @@ msgstr "Moderatie"
msgid "Monospace font family"
msgstr "Monospace lettertypefamilie"
-#: src/components/auth/DateOfBirthField.tsx:87
-#: src/components/auth/DateOfBirthField.tsx:154
+#: src/components/auth/DateOfBirthField.tsx:151
#: src/components/auth/MockMinimalRegisterForm.tsx:68
msgid "Month"
msgstr "Maand"
-#: src/components/modals/components/plutonium/PricingSection.tsx:71
+#: src/components/modals/components/plutonium/PricingSection.tsx:78
msgid "Monthly"
msgstr "Maandelijks"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:63
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:73
msgid "Monthly {monthlyPrice}"
msgstr "Maandelijks {monthlyPrice}"
#: src/components/accounts/AccountRow.tsx:178
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:863
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:895
#: src/components/channel/friends/FriendListItem.tsx:229
#: src/components/channel/MessageActionBar.tsx:647
#: src/components/channel/MessageActionBar.tsx:776
@@ -11936,7 +12013,7 @@ msgstr "Meer sticker-sleuven"
msgid "Most popular"
msgstr "Meest populair"
-#: src/components/channel/ChannelSearchResults.tsx:225
+#: src/components/channel/ChannelSearchResults.tsx:182
#: src/components/search/SortModeSheet.tsx:53
msgid "Most Relevant"
msgstr "Meest relevant"
@@ -12015,7 +12092,7 @@ msgstr "Meertalige inhoud"
msgid "Music Lovers"
msgstr "Muziekliefhebbers"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:850
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:882
#: src/components/bottomsheets/VoiceLobbyBottomSheet.tsx:179
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:253
#: src/components/layout/UserArea.tsx:213
@@ -12055,7 +12132,7 @@ msgstr "Kanaal dempen"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:400
#: src/components/bottomsheets/ChannelBottomSheet.tsx:452
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1010
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1034
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:171
#: src/components/modals/GuildNotificationSettingsModal.tsx:295
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:168
@@ -12069,9 +12146,9 @@ msgstr "Kanaal dempen"
msgid "Mute Community"
msgstr "Community dempen"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1012
-#: src/components/bottomsheets/DMBottomSheet.tsx:449
-#: src/components/bottomsheets/DMBottomSheet.tsx:590
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1036
+#: src/components/bottomsheets/DMBottomSheet.tsx:451
+#: src/components/bottomsheets/DMBottomSheet.tsx:593
msgid "Mute Conversation"
msgstr "Gesprek dempen"
@@ -12096,7 +12173,7 @@ msgstr "Leden dempen"
msgid "Mute User"
msgstr "Gebruiker dempen"
-#: src/components/layout/guild-list/GuildListItem.tsx:193
+#: src/components/layout/guild-list/GuildListItem.tsx:194
#: src/components/layout/VoiceStateIcons.tsx:53
#: src/components/voice/VoiceParticipantTile.tsx:897
#: src/utils/ContextMenuUtils.tsx:159
@@ -12105,7 +12182,7 @@ msgstr "Gedempt"
#. placeholder {0}: DateUtils.getFormattedDateTime(new Date(muteConfig.end_time))
#. placeholder {0}: getFormattedDateTime(new Date(muteConfig.end_time))
-#: src/components/layout/guild-list/GuildListItem.tsx:191
+#: src/components/layout/guild-list/GuildListItem.tsx:192
#: src/utils/ContextMenuUtils.tsx:157
msgid "Muted until {0}"
msgstr "Gedempt tot {0}"
@@ -12253,7 +12330,7 @@ msgstr "Een account nodig?"
msgid "Neighborhood Watch"
msgstr "Buurtwacht"
-#: src/components/pages/ReportPage.tsx:330
+#: src/components/pages/report/optionDescriptors.ts:102
msgid "Netherlands"
msgstr "Nederland"
@@ -12261,9 +12338,9 @@ msgstr "Nederland"
msgid "Network"
msgstr "Netwerk"
-#: src/components/modals/components/PlutoniumContent.tsx:145
-#: src/components/modals/components/PlutoniumContent.tsx:271
-#: src/components/modals/tabs/BetaCodesTab.tsx:295
+#: src/components/modals/components/PlutoniumContent.tsx:156
+#: src/components/modals/components/PlutoniumContent.tsx:288
+#: src/components/modals/tabs/BetaCodesTab.tsx:320
#: src/components/modals/tabs/DevicesTab.tsx:229
msgid "Network error"
msgstr "Netwerkfout"
@@ -12290,7 +12367,7 @@ msgstr "verloopt nooit"
#: src/components/channel/Divider.tsx:51
#: src/components/channel/Divider.tsx:60
#: src/components/channel/UnreadDividerSlot.tsx:45
-#: src/components/layout/GuildsLayout.tsx:285
+#: src/components/layout/GuildsLayout.tsx:283
msgid "New"
msgstr "Nieuw"
@@ -12311,7 +12388,7 @@ msgstr "Nieuwe e-mail"
msgid "New email form"
msgstr "Nieuw e-mailformulier"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:902
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:934
msgid "New Group"
msgstr "Nieuwe groep"
@@ -12334,7 +12411,7 @@ msgid "new-channel"
msgstr "nieuw-kanaal"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:446
-#: src/components/channel/ChannelSearchResults.tsx:223
+#: src/components/channel/ChannelSearchResults.tsx:180
msgid "Newest"
msgstr "Nieuwste"
@@ -12394,7 +12471,7 @@ msgstr "Bijnaam mag niet langer zijn dan 32 tekens"
msgid "Nickname updated"
msgstr "Bijnaam bijgewerkt"
-#: src/components/layout/GuildLayout.tsx:392
+#: src/components/layout/GuildLayout.tsx:397
msgid "No accessible channels"
msgstr "Geen toegankelijke kanalen"
@@ -12431,7 +12508,7 @@ msgstr "Geen verbannen gebruikers"
msgid "No bans found matching your search."
msgstr "Geen verbannen gebruikers gevonden die overeenkomen met je zoekopdracht."
-#: src/components/modals/tabs/BetaCodesTab.tsx:365
+#: src/components/modals/tabs/BetaCodesTab.tsx:390
msgid "No beta codes yet"
msgstr "Nog geen betacodes"
@@ -12471,7 +12548,7 @@ msgstr "Geen kanalen beschikbaar"
msgid "No channels found"
msgstr "Geen kanalen gevonden"
-#: src/components/modals/tabs/BetaCodesTab.tsx:275
+#: src/components/modals/tabs/BetaCodesTab.tsx:279
msgid "No codes remaining. Resets {resetString}"
msgstr "Geen codes meer over. Reset {resetString}"
@@ -12484,7 +12561,7 @@ msgid "No community banner"
msgstr "Geen community-banner"
#: src/components/auth/InviteHeader.tsx:156
-#: src/components/channel/InviteEmbed.tsx:215
+#: src/components/channel/InviteEmbed.tsx:217
#: src/components/modals/InviteAcceptModal.tsx:148
#: src/components/modals/tabs/ExpressionPacksTab.tsx:73
msgid "No description provided."
@@ -12516,7 +12593,7 @@ msgstr "Nog geen vrienden"
msgid "No GIFs found"
msgstr "Geen GIF's gevonden"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:311
+#: src/components/modals/tabs/GiftInventoryTab.tsx:334
msgid "No gifts yet"
msgstr "Nog geen cadeaus"
@@ -12656,7 +12733,7 @@ msgid "No results"
msgstr "Geen resultaten"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:315
-#: src/components/channel/ChannelSearchResults.tsx:709
+#: src/components/channel/ChannelSearchResults.tsx:678
msgid "No Results"
msgstr "Geen resultaten"
@@ -12717,7 +12794,7 @@ msgstr "Geen systeemkanaal"
msgid "No Timer"
msgstr "Geen timer"
-#: src/components/channel/dm/AddFriendForm.tsx:70
+#: src/components/channel/dm/AddFriendForm.tsx:93
msgid "No user found with that FluxerTag."
msgstr "Geen gebruiker gevonden met die FluxerTag."
@@ -12797,7 +12874,7 @@ msgstr "Niet nu"
msgid "Not your cup of tea? You can disable this feature anytime."
msgstr "Niet jouw ding? Je kunt deze functie altijd uitschakelen."
-#: src/components/modals/UserProfileMobileSheet.tsx:549
+#: src/components/modals/UserProfileMobileSheet.tsx:553
#: src/components/modals/UserProfileModal.tsx:244
#: src/components/modals/UserProfileModal.tsx:248
#: src/components/pages/YouPage.tsx:144
@@ -12813,7 +12890,7 @@ msgstr "Notitie (alleen zichtbaar voor jou)"
msgid "nothing"
msgstr "niets"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1387
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1411
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:218
#: src/components/modals/GuildNotificationSettingsModal.tsx:95
#: src/components/modals/GuildNotificationSettingsModal.tsx:226
@@ -12835,8 +12912,8 @@ msgid "Notification Overrides"
msgstr "Meldingsoverschrijvingen"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:405
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1160
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1341
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1184
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1365
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:199
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsButton.tsx:59
#: src/components/modals/GuildNotificationSettingsModal.tsx:162
@@ -12904,17 +12981,17 @@ msgstr "NSFW-inhoud niet toegestaan"
msgid "NSFW Gates"
msgstr "NSFW-poorten"
-#: src/components/pages/ReportPage.tsx:266
+#: src/components/pages/report/optionDescriptors.ts:47
#: src/constants/IARConstants.tsx:52
msgid "NSFW Policy Violation"
msgstr "NSFW-beleidsovertreding"
#. placeholder {0}: formatter.format(visionarySlots.total)
-#: src/components/modals/components/plutonium/VisionarySection.tsx:82
+#: src/components/modals/components/plutonium/VisionarySection.tsx:91
msgid "Numbered badge (1-{0}) showing your Visionary status"
msgstr "Genummerde badge (1-{0}) die je Visionaire status toont"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:83
+#: src/components/modals/components/plutonium/VisionarySection.tsx:92
msgid "Numbered badge showing your Visionary status"
msgstr "Genummerde badge die je Visionary-status toont"
@@ -12933,8 +13010,8 @@ msgstr "Objecten"
msgid "Off"
msgstr "Uit"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:281
-#: src/components/channel/ChannelMembers.tsx:137
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:287
+#: src/components/channel/ChannelMembers.tsx:108
#: src/Constants.tsx:134
#: src/utils/MemberListUtils.ts:150
#: src/utils/MemberListUtils.ts:188
@@ -12962,7 +13039,7 @@ msgid "Okay"
msgstr "Oké"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:446
-#: src/components/channel/ChannelSearchResults.tsx:224
+#: src/components/channel/ChannelSearchResults.tsx:181
msgid "Oldest"
msgstr "Oudste"
@@ -13020,25 +13097,25 @@ msgstr "Een of meer kanalen worden geïndexeerd"
msgid "one second ago"
msgstr "een seconde geleden"
-#: src/components/modals/components/plutonium/GiftSection.tsx:71
-#: src/components/modals/components/plutonium/GiftSection.tsx:80
-#: src/components/modals/components/plutonium/PricingSection.tsx:103
-#: src/components/modals/components/plutonium/PricingSection.tsx:112
+#: src/components/modals/components/plutonium/GiftSection.tsx:78
+#: src/components/modals/components/plutonium/GiftSection.tsx:90
+#: src/components/modals/components/plutonium/PricingSection.tsx:118
+#: src/components/modals/components/plutonium/PricingSection.tsx:130
msgid "one-time purchase"
msgstr "eenmalige aankoop"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:65
+#: src/components/modals/components/plutonium/VisionarySection.tsx:74
msgid "One-time purchase, lifetime access."
msgstr "Eenmalige aankoop, levenslange toegang."
-#: src/components/modals/components/plutonium/GiftSection.tsx:89
-#: src/components/modals/components/plutonium/PricingSection.tsx:90
-#: src/components/modals/components/plutonium/PricingSection.tsx:121
+#: src/components/modals/components/plutonium/GiftSection.tsx:102
+#: src/components/modals/components/plutonium/PricingSection.tsx:103
+#: src/components/modals/components/plutonium/PricingSection.tsx:142
msgid "one-time, lifetime"
msgstr "eenmalig, levenslang"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:281
-#: src/components/channel/ChannelMembers.tsx:135
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:285
+#: src/components/channel/ChannelMembers.tsx:106
#: src/components/channel/dm/DMFriendsView.tsx:168
#: src/components/channel/friends/views/FriendsList.tsx:95
#: src/Constants.tsx:130
@@ -13051,7 +13128,7 @@ msgstr "Online"
msgid "Online Status"
msgstr "Onlinestatus"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1382
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1406
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:212
#: src/components/modals/GuildNotificationSettingsModal.tsx:91
#: src/components/modals/GuildNotificationSettingsModal.tsx:281
@@ -13120,11 +13197,11 @@ msgstr "Open Accountclaim-venster"
msgid "Open color picker"
msgstr "Open kleurkiezer"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1398
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1422
msgid "Open Community Notification Settings"
msgstr "Open Community-meldingsinstellingen"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:286
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:322
msgid "Open Customer Portal"
msgstr "Open klantenportaal"
@@ -13293,7 +13370,7 @@ msgstr "Optie Drie"
msgid "Option Two"
msgstr "Optie Twee"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:89
+#: src/components/modals/components/plutonium/VisionarySection.tsx:98
msgid "Optional #0000 tag"
msgstr "Optionele #0000 tag"
@@ -13309,7 +13386,7 @@ msgstr "OF"
msgid "Or copy the link:"
msgstr "Of kopieer de link:"
-#: src/components/modals/InviteModal.tsx:312
+#: src/components/modals/InviteModal.tsx:309
msgid "or send an invite link to a friend:"
msgstr "of stuur een uitnodigingslink naar een vriend:"
@@ -13325,9 +13402,9 @@ msgstr "Oorspronkelijk bericht kon niet worden geladen"
msgid "Original message was deleted"
msgstr "Oorspronkelijk bericht is verwijderd"
-#: src/components/pages/ReportPage.tsx:273
-#: src/components/pages/ReportPage.tsx:287
-#: src/components/pages/ReportPage.tsx:303
+#: src/components/pages/report/optionDescriptors.ts:54
+#: src/components/pages/report/optionDescriptors.ts:65
+#: src/components/pages/report/optionDescriptors.ts:78
#: src/constants/IARConstants.tsx:87
#: src/constants/IARConstants.tsx:139
#: src/constants/IARConstants.tsx:195
@@ -13463,8 +13540,8 @@ msgstr "Passkeys vereisen een ondertekend macOS-bundel met een geldige applicati
#: src/components/auth/AuthLoginCore/AuthLoginEmailPasswordForm.tsx:90
#: src/components/auth/AuthRegisterFormCore.tsx:136
#: src/components/auth/AuthRegisterFormCore.tsx:217
-#: src/components/modals/ClaimAccountModal.tsx:168
-#: src/components/modals/ClaimAccountModal.tsx:208
+#: src/components/modals/ClaimAccountModal.tsx:170
+#: src/components/modals/ClaimAccountModal.tsx:210
#: src/components/modals/SudoVerificationModal.tsx:171
#: src/components/modals/SudoVerificationModal.tsx:236
#: src/components/modals/tabs/AccountSecurityTab/AccountTab.tsx:105
@@ -13546,11 +13623,11 @@ msgstr "Mensen die bevriend zijn met jouw vrienden kunnen je toevoegen aan groep
msgid "People who are friends with your friends can call you"
msgstr "Mensen die bevriend zijn met jouw vrienden kunnen je bellen"
-#: src/components/modals/components/plutonium/PricingSection.tsx:73
+#: src/components/modals/components/plutonium/PricingSection.tsx:80
msgid "per month"
msgstr "per maand"
-#: src/components/modals/components/plutonium/PricingSection.tsx:80
+#: src/components/modals/components/plutonium/PricingSection.tsx:90
msgid "per year"
msgstr "per jaar"
@@ -13588,8 +13665,8 @@ msgstr "Machtigingen verleend"
msgid "Personal notes"
msgstr "Persoonlijke notities"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:479
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:778
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:493
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:810
#: src/components/channel/channel-header/useChannelHeaderData.ts:84
#: src/components/channel/dm/DMList.tsx:708
#: src/components/channel/dm/DMList.tsx:795
@@ -13662,16 +13739,16 @@ msgid "Pick which phone step to show"
msgstr "Kies welke telefoonstap getoond moet worden"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:336
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1132
-#: src/components/bottomsheets/DMBottomSheet.tsx:483
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1156
+#: src/components/bottomsheets/DMBottomSheet.tsx:485
#: src/components/channel/dm/DMList.tsx:287
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:153
msgid "Pin DM"
msgstr "DM vastzetten"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:295
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1132
-#: src/components/bottomsheets/DMBottomSheet.tsx:483
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1156
+#: src/components/bottomsheets/DMBottomSheet.tsx:485
#: src/components/channel/dm/DMList.tsx:248
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:133
msgid "Pin Group DM"
@@ -13714,20 +13791,20 @@ msgid "Ping: {latency}ms"
msgstr "Ping: {latency}ms"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:219
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:566
-#: src/components/bottomsheets/DMBottomSheet.tsx:147
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:580
+#: src/components/bottomsheets/DMBottomSheet.tsx:149
#: src/components/channel/dm/DMList.tsx:214
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:115
msgid "Pinned DM"
msgstr "Vastgezette DM"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:219
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:566
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:580
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:95
msgid "Pinned group"
msgstr "Vastgezette groep"
-#: src/components/bottomsheets/DMBottomSheet.tsx:147
+#: src/components/bottomsheets/DMBottomSheet.tsx:149
msgid "Pinned group DM"
msgstr "Gepinde groeps-DM"
@@ -13742,7 +13819,7 @@ msgstr "Vastgezette berichten"
msgid "pinned:"
msgstr "vastgezet:"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:886
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:918
msgid "Pins"
msgstr "Vastgezette items"
@@ -13789,15 +13866,15 @@ msgstr "Controleer je inbox voor een verificatie-e-mail."
msgid "Please enable Fluxer in System Settings → Privacy & Security → Input Monitoring."
msgstr "Schakel Fluxer in via Systeeminstellingen → Privacy & Beveiliging → Invoerbewaking."
-#: src/components/pages/ReportPage.tsx:396
+#: src/components/pages/ReportPage.tsx:211
msgid "Please enter a valid email address."
msgstr "Voer een geldig e-mailadres in."
-#: src/components/channel/dm/AddFriendForm.tsx:74
+#: src/components/channel/dm/AddFriendForm.tsx:97
msgid "Please enter a valid FluxerTag (Username#0000)."
msgstr "Voer een geldige FluxerTag in (Gebruikersnaam#0000)."
-#: src/components/pages/ReportPage.tsx:509
+#: src/components/pages/ReportPage.tsx:336
msgid "Please enter a valid message link URL."
msgstr "Voer een geldige berichtlink-URL in."
@@ -13809,26 +13886,22 @@ msgstr "Voer een API-eindpunt in."
msgid "Please fill out the following fields: {fieldList}"
msgstr "Vul alstublieft de volgende velden in: {fieldList}"
-#: src/components/pages/ReportPage.tsx:436
+#: src/components/pages/ReportPage.tsx:261
msgid "Please go back and enter a valid email address."
msgstr "Ga terug en voer een geldig e-mailadres in."
-#: src/components/pages/ReportPage.tsx:542
+#: src/components/pages/ReportPage.tsx:369
msgid "Please include the community (guild) ID you are reporting."
msgstr "Neem de community (guild) ID op die je rapporteert."
-#: src/components/pages/ReportPage.tsx:504
+#: src/components/pages/ReportPage.tsx:331
msgid "Please paste the message link you are reporting."
msgstr "Plak de berichtlink die je rapporteert."
-#: src/components/pages/ReportPage.tsx:391
+#: src/components/pages/ReportPage.tsx:206
msgid "Please provide an email address."
msgstr "Geef een e-mailadres op."
-#: src/components/pages/ReportPage.tsx:801
-msgid "Please provide the details of your report."
-msgstr "Geef de details van je rapport op."
-
#: src/components/modals/tabs/ApplicationsTab/ApplicationDetail.tsx:555
msgid "Please retry or go back to the applications list."
msgstr "Probeer opnieuw of ga terug naar de applicatielijst."
@@ -13837,7 +13910,7 @@ msgstr "Probeer opnieuw of ga terug naar de applicatielijst."
msgid "Please select a violation category"
msgstr "Selecteer een overtredingscategorie"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:297
+#: src/components/modals/tabs/GiftInventoryTab.tsx:320
msgid "Please try again later."
msgstr "Probeer het later opnieuw."
@@ -13878,7 +13951,7 @@ msgstr "Plutonium Badge Privacy"
msgid "Plutonium perks"
msgstr "Plutonium voordelen"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:110
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:129
msgid "Plutonium Subscription"
msgstr "Plutonium Abonnement"
@@ -13886,7 +13959,7 @@ msgstr "Plutonium Abonnement"
msgid "PNG"
msgstr "PNG"
-#: src/components/pages/ReportPage.tsx:331
+#: src/components/pages/report/optionDescriptors.ts:103
msgid "Poland"
msgstr "Polen"
@@ -13903,7 +13976,7 @@ msgstr "peiling"
msgid "Popouts"
msgstr "Pop-outs"
-#: src/components/pages/ReportPage.tsx:332
+#: src/components/pages/report/optionDescriptors.ts:104
msgid "Portugal"
msgstr "Portugal"
@@ -13943,11 +14016,11 @@ msgstr "Premium type overschrijven"
msgid "Press keys..."
msgstr "Toetsen indrukken..."
-#: src/components/channel/MessageReactions.tsx:121
+#: src/components/channel/MessageReactions.tsx:120
msgid "press to add reaction"
msgstr "druk om reactie toe te voegen"
-#: src/components/channel/MessageReactions.tsx:121
+#: src/components/channel/MessageReactions.tsx:120
msgid "press to remove reaction"
msgstr "druk om reactie te verwijderen"
@@ -14143,15 +14216,15 @@ msgstr "Bescherm je account met tweefactorauthenticatie en passkeys"
msgid "Provide any additional context that may help our Safety Team..."
msgstr "Geef aanvullende context die ons Veiligheidsteam kan helpen..."
-#: src/components/pages/ReportPage.tsx:882
+#: src/components/pages/report/ReportStepDetails.tsx:156
msgid "Provide at least a user ID or a user tag."
msgstr "Geef minstens een gebruikers-ID of een gebruikers-tag op."
-#: src/components/pages/ReportPage.tsx:527
+#: src/components/pages/ReportPage.tsx:354
msgid "Provide either a user ID or a FluxerTag for the person you are reporting."
msgstr "Geef een gebruikers-ID of een FluxerTag voor de persoon die je rapporteert."
-#: src/components/pages/ReportPage.tsx:478
+#: src/components/pages/ReportPage.tsx:305
msgid "Provide your full legal name for the declaration."
msgstr "Geef je volledige wettelijke naam voor de verklaring."
@@ -14163,7 +14236,7 @@ msgstr "Gepureerde leden inactief voor {dayCount, plural, one {<0># dag0>} oth
msgid "Public bot"
msgstr "Openbare bot"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:312
+#: src/components/modals/tabs/GiftInventoryTab.tsx:335
msgid "Purchase a Plutonium gift from the Plutonium tab to share with friends!"
msgstr "Koop een Plutonium-cadeau in het Plutonium-tabblad om met vrienden te delen!"
@@ -14171,12 +14244,12 @@ msgstr "Koop een Plutonium-cadeau in het Plutonium-tabblad om met vrienden te de
msgid "Purchase History"
msgstr "Aankoopgeschiedenis"
-#: src/components/modals/components/plutonium/PricingSection.tsx:61
+#: src/components/modals/components/plutonium/PricingSection.tsx:67
msgid "Purchase mode"
msgstr "Aankoopmodus"
#. placeholder {0}: getFormattedShortDate(new Date(gift.created_at))
-#: src/components/modals/tabs/GiftInventoryTab.tsx:119
+#: src/components/modals/tabs/GiftInventoryTab.tsx:120
msgid "Purchased {0}"
msgstr "Gekocht {0}"
@@ -14275,7 +14348,7 @@ msgstr "Radioknoppen laten één optie uit een groep selecteren."
msgid "Radio Group"
msgstr "Radiogroep"
-#: src/components/pages/ReportPage.tsx:300
+#: src/components/pages/report/optionDescriptors.ts:75
#: src/constants/IARConstants.tsx:180
msgid "Raid Coordination"
msgstr "Raidcoördinatie"
@@ -14310,7 +14383,7 @@ msgid "Reactions"
msgstr "Reacties"
#: src/components/layout/app-layout/nagbars/PremiumExpiredNagbar.tsx:77
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:284
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:320
msgid "Reactivate"
msgstr "Heractiveren"
@@ -14323,15 +14396,15 @@ msgstr "Berichtgeschiedenis lezen"
msgid "Read the community's audit log of changes and moderation actions."
msgstr "Lees het auditlogboek van de community voor wijzigingen en moderatieacties."
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:146
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:160
msgid "Read the Documentation (fluxer.dev)"
msgstr "Lees de documentatie (fluxer.dev)"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:52
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:60
msgid "Ready to Buy a Gift?"
msgstr "Klaar om een cadeau te kopen?"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:52
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:60
msgid "Ready to Upgrade?"
msgstr "Klaar om te upgraden?"
@@ -14388,11 +14461,11 @@ msgstr "Opnieuw verbinden…"
msgid "Record shortcut"
msgstr "Sneltoets opnemen"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:269
+#: src/components/modals/tabs/GiftInventoryTab.tsx:292
msgid "Redeem"
msgstr "Inwisselen"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:232
+#: src/components/modals/tabs/GiftInventoryTab.tsx:255
msgid "Redeem a Gift"
msgstr "Een cadeau inwisselen"
@@ -14400,40 +14473,40 @@ msgstr "Een cadeau inwisselen"
msgid "Redeem Beta Code"
msgstr "Beta-code inwisselen"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:165
+#: src/components/modals/tabs/GiftInventoryTab.tsx:166
msgid "Redeem for Yourself"
msgstr "Voor jezelf inwisselen"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:255
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:281
msgid "Redeem Gift Code"
msgstr "Cadeaucode inwisselen"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:238
+#: src/components/modals/tabs/GiftInventoryTab.tsx:261
msgid "Redeem gift code form"
msgstr "Formulier cadeaucode inwisselen"
#. placeholder {0}: redeemedBetaCodes.length
-#: src/components/modals/tabs/BetaCodesTab.tsx:349
+#: src/components/modals/tabs/BetaCodesTab.tsx:374
msgid "Redeemed ({0})"
msgstr "Ingeruild ({0})"
#. placeholder {0}: getFormattedShortDate(new Date(gift.redeemed_at!))
-#: src/components/modals/tabs/GiftInventoryTab.tsx:117
+#: src/components/modals/tabs/GiftInventoryTab.tsx:118
msgid "Redeemed {0}"
msgstr "Ingeruild {0}"
#. placeholder {0}: gift.redeemed_by.username
#. placeholder {1}: gift.redeemed_by.discriminator
-#: src/components/modals/tabs/GiftInventoryTab.tsx:153
+#: src/components/modals/tabs/GiftInventoryTab.tsx:154
msgid "Redeemed by {0}#{1}"
msgstr "Ingeruild door {0}#{1}"
-#: src/components/modals/tabs/BetaCodesTab.tsx:54
+#: src/components/modals/tabs/BetaCodesTab.tsx:56
msgid "Redeemer"
msgstr "Inwisselaar"
-#: src/components/modals/tabs/BetaCodesTab.tsx:111
-#: src/components/modals/tabs/BetaCodesTab.tsx:188
+#: src/components/modals/tabs/BetaCodesTab.tsx:113
+#: src/components/modals/tabs/BetaCodesTab.tsx:190
msgid "Redeemer:"
msgstr "Inwisselaar:"
@@ -14526,7 +14599,7 @@ msgstr "Normale knop"
msgid "Regular button clicked!"
msgstr "Normale knop geklikt!"
-#: src/components/channel/channel-view/DMChannelView.tsx:298
+#: src/components/channel/channel-view/DMChannelView.tsx:299
#: src/components/voice/IncomingCallUI.tsx:310
msgid "Reject"
msgstr "Afwijzen"
@@ -14624,19 +14697,19 @@ msgstr "Entreegeluid verwijderen"
msgid "Remove filter"
msgstr "Filter verwijderen"
-#: src/components/bottomsheets/DMBottomSheet.tsx:508
-#: src/components/channel/dm/DMWelcomeSection.tsx:132
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:144
+#: src/components/bottomsheets/DMBottomSheet.tsx:510
+#: src/components/channel/dm/DMWelcomeSection.tsx:144
#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:146
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:253
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:148
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:255
#: src/components/modals/UserProfileActionsSheet.tsx:115
#: src/components/modals/UserProfileActionsSheet.tsx:117
#: src/components/modals/UserProfileActionsSheet.tsx:278
-#: src/components/modals/UserProfileMobileSheet.tsx:302
-#: src/components/modals/UserProfileMobileSheet.tsx:304
+#: src/components/modals/UserProfileMobileSheet.tsx:303
+#: src/components/modals/UserProfileMobileSheet.tsx:305
#: src/components/modals/UserProfileModal.tsx:1143
-#: src/components/modals/UserProfileModal.tsx:1228
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:108
+#: src/components/modals/UserProfileModal.tsx:1229
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:129
#: src/utils/RelationshipActionUtils.tsx:113
#: src/utils/RelationshipActionUtils.tsx:115
msgid "Remove Friend"
@@ -14654,8 +14727,8 @@ msgid "Remove from favorites"
msgstr "Uit favorieten verwijderen"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:370
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1103
-#: src/components/bottomsheets/DMBottomSheet.tsx:400
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1127
+#: src/components/bottomsheets/DMBottomSheet.tsx:402
#: src/components/channel/ChannelHeader.tsx:547
#: src/components/channel/ChannelHeader.tsx:595
#: src/components/channel/ChannelHeader.tsx:600
@@ -14720,7 +14793,7 @@ msgstr "Spoiler verwijderen"
msgid "Remove sticker"
msgstr "Sticker verwijderen"
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:285
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:288
#: src/components/modals/RemoveTimeoutModal.tsx:61
#: src/components/modals/RemoveTimeoutModal.tsx:75
#: src/components/modals/TimeoutMemberSheet.tsx:101
@@ -14763,11 +14836,11 @@ msgid "Removed from bookmarks"
msgstr "Uit bladwijzers verwijderd"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:115
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:541
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:555
msgid "Removed from favorites"
msgstr "Uit favorieten verwijderd"
-#: src/components/bottomsheets/DMBottomSheet.tsx:126
+#: src/components/bottomsheets/DMBottomSheet.tsx:128
msgid "Removed from Favorites"
msgstr "Verwijderd uit Favorieten"
@@ -14891,7 +14964,7 @@ msgstr "De community hernoemd naar {0}."
msgid "Render all your messages as unknown message type"
msgstr "Weergeef al je berichten als onbekend berichttype"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:234
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:253
msgid "Renews on <0>{renewalDate}0>."
msgstr "Verlengt op <0>{renewalDate}0>."
@@ -14932,15 +15005,15 @@ msgstr "Antwoorden"
msgid "Replying to <0>{authorNickname}0>"
msgstr "Antwoord op <0>{authorNickname}0>"
-#: src/components/pages/ReportPage.tsx:249
+#: src/components/pages/report/optionDescriptors.ts:38
msgid "Report a Community"
msgstr "Een community rapporteren"
-#: src/components/pages/ReportPage.tsx:247
+#: src/components/pages/report/optionDescriptors.ts:36
msgid "Report a Message"
msgstr "Een bericht rapporteren"
-#: src/components/pages/ReportPage.tsx:248
+#: src/components/pages/report/optionDescriptors.ts:37
msgid "Report a User Profile"
msgstr "Een gebruikersprofiel rapporteren"
@@ -14949,12 +15022,12 @@ msgstr "Een gebruikersprofiel rapporteren"
msgid "Report Community"
msgstr "Community rapporteren"
-#: src/components/pages/ReportPage.tsx:801
-msgid "Report Details"
-msgstr "Rapportdetails"
+#: src/components/pages/report/ReportStepDetails.tsx:74
+msgid "Report details"
+msgstr "Rapporteer details"
-#: src/components/pages/ReportPage.tsx:241
-#: src/components/pages/ReportPage.tsx:612
+#: src/components/pages/report/ReportStepSelection.tsx:41
+#: src/components/pages/ReportPage.tsx:60
msgid "Report Illegal Content"
msgstr "Illegale inhoud rapporteren"
@@ -14963,33 +15036,24 @@ msgstr "Illegale inhoud rapporteren"
msgid "Report Message"
msgstr "Bericht rapporteren"
-#: src/components/pages/ReportPage.tsx:588
-msgid "Report Submitted"
+#: src/components/pages/report/ReportStepComplete.tsx:36
+msgid "Report submitted"
msgstr "Rapport ingediend"
#: src/components/modals/IARModal.tsx:128
msgid "Report submitted successfully. Our Safety Team will review it shortly."
msgstr "Rapport succesvol ingediend. Ons veiligheidsteam zal het spoedig beoordelen."
-#: src/components/pages/ReportPage.tsx:624
-msgid "Report Type"
-msgstr "Rapporttype"
-
#: src/components/modals/IARModal.tsx:84
#: src/components/modals/UserProfileActionsSheet.tsx:289
#: src/components/modals/UserProfileModal.tsx:1157
msgid "Report User"
msgstr "Gebruiker rapporteren"
-#: src/components/pages/ReportPage.tsx:852
+#: src/components/pages/report/ReportStepDetails.tsx:123
msgid "Reported User Tag (optional)"
msgstr "Gerapporteerde gebruikers-tag (optioneel)"
-#: src/components/pages/ReportPage.tsx:644
-#: src/components/pages/ReportPage.tsx:804
-msgid "Reporting:"
-msgstr "Rapporteren:"
-
#: src/components/modals/tabs/PrivacySafetyTab/DataExportTab.tsx:48
#: src/components/modals/tabs/PrivacySafetyTab/DataExportTab.tsx:125
msgid "Request Data Export"
@@ -15050,7 +15114,7 @@ msgstr "Vereist Plutonium"
msgid "Reschedule Message"
msgstr "Bericht opnieuw plannen"
-#: src/components/modals/ClaimAccountModal.tsx:222
+#: src/components/modals/ClaimAccountModal.tsx:224
#: src/components/modals/EmailChangeModal.tsx:230
#: src/components/modals/EmailChangeModal.tsx:294
msgid "Resend"
@@ -15064,7 +15128,11 @@ msgstr "Opnieuw verzenden ({newSecondsRemaining}s)"
msgid "Resend ({originalSecondsRemaining}s)"
msgstr "Opnieuw verzenden ({originalSecondsRemaining}s)"
-#: src/components/modals/ClaimAccountModal.tsx:222
+#: src/components/pages/report/ReportStepVerification.tsx:114
+msgid "Resend ({resendCooldownSeconds}s)"
+msgstr "Opnieuw verzenden ({resendCooldownSeconds}s)"
+
+#: src/components/modals/ClaimAccountModal.tsx:224
msgid "Resend ({resendSecondsRemaining}s)"
msgstr "Opnieuw verzenden ({resendSecondsRemaining}s)"
@@ -15072,7 +15140,7 @@ msgstr "Opnieuw verzenden ({resendSecondsRemaining}s)"
msgid "Resend Button Loading"
msgstr "Verzendknop opnieuw laden"
-#: src/components/pages/ReportPage.tsx:761
+#: src/components/pages/report/ReportStepVerification.tsx:116
msgid "Resend code"
msgstr "Code opnieuw verzenden"
@@ -15097,7 +15165,7 @@ msgid "Resent"
msgstr "Opnieuw verzonden"
#: src/components/keybinds/KeybindRecorder.tsx:215
-#: src/components/modals/components/MobileSettingsView.tsx:128
+#: src/components/modals/components/MobileSettingsView.tsx:123
#: src/components/modals/components/SettingsModalHeader.tsx:81
#: src/components/modals/ImageCropModal.tsx:977
#: src/components/modals/tabs/KeybindsTab.tsx:154
@@ -15173,8 +15241,8 @@ msgstr "Volledig scherm herstellen"
msgid "Restore maximized"
msgstr "Maximaliseren herstellen"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:280
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:282
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:316
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:318
msgid "Resubscribe"
msgstr "Opnieuw abonneren"
@@ -15189,11 +15257,11 @@ msgstr "Opnieuw abonneren"
#: src/components/modals/guildTabs/GuildStickersTab.tsx:211
#: src/components/modals/guildTabs/GuildWebhooksTab.tsx:137
#: src/components/modals/tabs/ApplicationsTab/ApplicationDetail.tsx:559
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:108
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:112
#: src/components/modals/tabs/AuthorizedAppsTab.tsx:121
-#: src/components/modals/tabs/BetaCodesTab.tsx:301
+#: src/components/modals/tabs/BetaCodesTab.tsx:326
#: src/components/modals/tabs/DevicesTab.tsx:231
-#: src/components/modals/tabs/GiftInventoryTab.tsx:300
+#: src/components/modals/tabs/GiftInventoryTab.tsx:323
msgid "Retry"
msgstr "Opnieuw proberen"
@@ -15244,8 +15312,8 @@ msgstr "Bekijk wat deze app vraagt voordat je doorgaat."
#: src/components/invites/InviteListItem.tsx:217
#: src/components/modals/GroupInvitesBottomSheet.tsx:78
#: src/components/modals/GroupInvitesModal.tsx:76
-#: src/components/modals/tabs/BetaCodesTab.tsx:143
-#: src/components/modals/tabs/BetaCodesTab.tsx:220
+#: src/components/modals/tabs/BetaCodesTab.tsx:145
+#: src/components/modals/tabs/BetaCodesTab.tsx:222
msgid "Revoke"
msgstr "Intrekken"
@@ -15369,7 +15437,7 @@ msgstr "Rollen & machtigingen"
msgid "Roles updated successfully"
msgstr "Rollen succesvol bijgewerkt"
-#: src/components/pages/ReportPage.tsx:333
+#: src/components/pages/report/optionDescriptors.ts:105
msgid "Romania"
msgstr "Roemenië"
@@ -15423,7 +15491,7 @@ msgstr "Verzadiging"
#: src/components/modals/AddFavoriteMemeModal.tsx:102
#: src/components/modals/AttachmentEditModal.tsx:90
#: src/components/modals/BaseChangeNicknameModal.tsx:115
-#: src/components/modals/components/MobileSettingsView.tsx:131
+#: src/components/modals/components/MobileSettingsView.tsx:126
#: src/components/modals/CustomStatusBottomSheet.tsx:231
#: src/components/modals/CustomStatusModal.tsx:362
#: src/components/modals/EditFavoriteMemeModal.tsx:88
@@ -15438,9 +15506,9 @@ msgstr "Verzadiging"
msgid "Save"
msgstr "Opslaan"
-#: src/components/modals/components/plutonium/GiftSection.tsx:72
-#: src/components/modals/components/plutonium/PricingSection.tsx:81
-#: src/components/modals/components/plutonium/PricingSection.tsx:104
+#: src/components/modals/components/plutonium/GiftSection.tsx:79
+#: src/components/modals/components/plutonium/PricingSection.tsx:91
+#: src/components/modals/components/plutonium/PricingSection.tsx:119
msgid "Save 17%"
msgstr "Bespaar 17%"
@@ -15600,8 +15668,8 @@ msgstr "Chat omlaag scrollen"
msgid "Scroll Chat Up"
msgstr "Chat omhoog scrollen"
-#: src/components/modals/components/plutonium/GiftSection.tsx:103
-#: src/components/modals/components/plutonium/PricingSection.tsx:138
+#: src/components/modals/components/plutonium/GiftSection.tsx:117
+#: src/components/modals/components/plutonium/PricingSection.tsx:160
msgid "Scroll down to view all the sweet perks you get with Plutonium"
msgstr "Scroll omlaag om alle leuke voordelen te zien die je krijgt met Plutonium"
@@ -15613,11 +15681,11 @@ msgstr "De chatgeschiedenis omlaag scrollen"
msgid "Scroll the chat history up"
msgstr "De chatgeschiedenis omhoog scrollen"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:857
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:889
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:400
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:460
#: src/components/channel/ChannelHeader.tsx:586
-#: src/components/channel/shared/PickerSearchInput.tsx:204
+#: src/components/channel/shared/PickerSearchInput.tsx:203
#: src/components/modals/tabs/ComponentGalleryTab/InputsTab.tsx:126
#: src/stores/KeybindStore.ts:414
#: src/utils/quick-switcher/QuickSwitcherModalUtils.tsx:86
@@ -15674,7 +15742,7 @@ msgstr "Zoek naar kanalen, personen of communities"
#: src/components/common/FriendSelector.tsx:196
#: src/components/modals/AddFriendsToGroupModal.tsx:53
#: src/components/modals/CreateDMModal.tsx:68
-#: src/components/modals/InviteModal.tsx:237
+#: src/components/modals/InviteModal.tsx:248
#: src/components/modals/shared/RecipientList.tsx:177
#: src/components/modals/ShareThemeModal.tsx:144
msgid "Search friends"
@@ -15718,7 +15786,7 @@ msgstr "Openstaande verzoeken zoeken"
msgid "Search Permissions..."
msgstr "Machtigingen zoeken..."
-#: src/components/channel/ChannelSearchResults.tsx:321
+#: src/components/channel/ChannelSearchResults.tsx:278
#: src/components/modals/components/DesktopSettingsView.tsx:360
msgid "Search Results"
msgstr "Zoekresultaten"
@@ -15737,7 +15805,7 @@ msgid "Search scope"
msgstr "Zoekbereik"
#. placeholder {0}: activeScopeOption.label
-#: src/components/channel/ChannelSearchResults.tsx:1052
+#: src/components/channel/ChannelSearchResults.tsx:1031
#: src/components/channel/MessageSearchBar/MessageSearchBar.tsx:378
msgid "Search scope: {0}"
msgstr "Zoekbereik: {0}"
@@ -15767,7 +15835,7 @@ msgstr "Gebruikers zoeken"
msgid "Search within the current view"
msgstr "Zoeken binnen de huidige weergave"
-#: src/components/channel/ChannelSearchResults.tsx:319
+#: src/components/channel/ChannelSearchResults.tsx:276
msgid "Searching..."
msgstr "Zoeken..."
@@ -15848,9 +15916,9 @@ msgstr "Zie hoe je uitnodiging eruitziet voor bezoekers."
msgid "Select"
msgstr "Selecteren"
-#: src/components/pages/ReportPage.tsx:261
-#: src/components/pages/ReportPage.tsx:280
-#: src/components/pages/ReportPage.tsx:294
+#: src/components/pages/report/optionDescriptors.ts:42
+#: src/components/pages/report/optionDescriptors.ts:58
+#: src/components/pages/report/optionDescriptors.ts:69
msgid "Select a category"
msgstr "Selecteer een categorie"
@@ -15871,7 +15939,7 @@ msgstr "Selecteer een Community"
msgid "Select a community where you have <0>Manage Community0> permissions."
msgstr "Selecteer een community waar je <0>Community beheren0>-rechten hebt."
-#: src/components/pages/ReportPage.tsx:310
+#: src/components/pages/report/optionDescriptors.ts:82
msgid "Select a country"
msgstr "Selecteer een land"
@@ -15887,7 +15955,7 @@ msgstr "Selecteer een scenario om toe te passen..."
msgid "Select a verification method."
msgstr "Selecteer een verificatiemethode."
-#: src/components/pages/ReportPage.tsx:473
+#: src/components/pages/ReportPage.tsx:300
msgid "Select a violation category."
msgstr "Selecteer een categorie voor overtredingen."
@@ -15958,11 +16026,15 @@ msgstr "Selecteer scherm of venster"
msgid "Select the account you want to sign in with on the desktop app."
msgstr "Selecteer het account waarmee je wilt inloggen op de desktop-app."
+#: src/components/pages/report/ReportStepSelection.tsx:44
+msgid "Select what you want to report."
+msgstr "Selecteer wat je wilt rapporteren."
+
#: src/components/modals/utils/settingsSearchIndex.ts:460
msgid "Select your camera"
msgstr "Selecteer je camera"
-#: src/components/pages/ReportPage.tsx:483
+#: src/components/pages/ReportPage.tsx:310
msgid "Select your country of residence."
msgstr "Selecteer je land van verblijf."
@@ -15986,7 +16058,7 @@ msgstr "Selecteren..."
msgid "Selections"
msgstr "Selecties"
-#: src/components/pages/ReportPage.tsx:269
+#: src/components/pages/report/optionDescriptors.ts:50
#: src/constants/IARConstants.tsx:67
msgid "Self-Harm or Suicide"
msgstr "Zelfbeschadiging of Zelfmoord"
@@ -16035,7 +16107,7 @@ msgstr "Stuur een actiebericht (verpakt in cursief)."
msgid "Send an SMS code first."
msgstr "Stuur eerst een SMS-code."
-#: src/components/modals/ClaimAccountModal.tsx:182
+#: src/components/modals/ClaimAccountModal.tsx:184
#: src/components/modals/EmailChangeModal.tsx:265
#: src/components/modals/PhoneAddModal.tsx:206
msgid "Send code"
@@ -16045,9 +16117,9 @@ msgstr "Code versturen"
msgid "Send Code"
msgstr "Code verzenden"
-#: src/components/channel/dm/DMWelcomeSection.tsx:109
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:269
-#: src/components/modals/UserProfileModal.tsx:1288
+#: src/components/channel/dm/DMWelcomeSection.tsx:112
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:272
+#: src/components/modals/UserProfileModal.tsx:1290
msgid "Send Friend Request"
msgstr "Vriendschapsverzoek verzenden"
@@ -16073,7 +16145,7 @@ msgstr "Berichten verzenden"
msgid "Send Messages"
msgstr "Berichten verzenden"
-#: src/components/channel/dm/AddFriendForm.tsx:119
+#: src/components/channel/dm/AddFriendForm.tsx:142
msgid "Send Request"
msgstr "Verzoek verzenden"
@@ -16097,11 +16169,11 @@ msgstr "Tekst-naar-spraakberichten verzenden."
msgid "Send TTS Messages"
msgstr "TTS-berichten verzenden"
-#: src/components/pages/ReportPage.tsx:676
+#: src/components/pages/report/ReportStepEmail.tsx:92
msgid "Send Verification Code"
msgstr "Verificatiecode verzenden"
-#: src/components/modals/InviteModal.tsx:258
+#: src/components/modals/InviteModal.tsx:268
#: src/components/modals/shared/RecipientList.tsx:223
#: src/components/modals/ShareThemeModal.tsx:162
msgid "Sent"
@@ -16128,7 +16200,7 @@ msgstr "Sessie verlopen. Log opnieuw in."
msgid "Set a custom invite URL for your community."
msgstr "Stel een aangepaste uitnodigings-URL in voor je community."
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:401
+#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:361
#: src/components/modals/StatusChangeBottomSheet.tsx:171
#: src/components/popouts/UserAreaPopout.tsx:444
msgid "Set a custom status"
@@ -16336,7 +16408,7 @@ msgid "Set your timezone"
msgstr "Je tijdzone instellen"
#: src/components/bottomsheets/VoiceLobbyBottomSheet.tsx:220
-#: src/components/modals/components/MobileSettingsView.tsx:531
+#: src/components/modals/components/MobileSettingsView.tsx:485
#: src/components/modals/tabs/ComponentGalleryTab/ButtonsTab.tsx:150
#: src/components/modals/tabs/ComponentGalleryTab/ButtonsTab.tsx:221
#: src/components/modals/tabs/ComponentGalleryTab/index.tsx:94
@@ -16383,7 +16455,11 @@ msgstr "Deelactie!"
msgid "Share Audio"
msgstr "Audio delen"
-#: src/components/modals/components/plutonium/GiftSection.tsx:63
+#: src/components/pages/report/ReportStepDetails.tsx:77
+msgid "Share only what's needed to help our team assess the content."
+msgstr "Deel alleen wat nodig is om ons team te helpen de inhoud te beoordelen."
+
+#: src/components/modals/components/plutonium/GiftSection.tsx:69
msgid "Share the Plutonium experience with your friends by purchasing a gift subscription."
msgstr "Deel de Plutonium-ervaring met je vrienden door een cadeauabonnement te kopen."
@@ -16417,7 +16493,7 @@ msgstr "Je thema delen"
msgid "Shared theme"
msgstr "Gedeeld thema"
-#: src/components/pages/ReportPage.tsx:268
+#: src/components/pages/report/optionDescriptors.ts:49
#: src/constants/IARConstants.tsx:62
msgid "Sharing Personal Information"
msgstr "Persoonlijke informatie delen"
@@ -16797,11 +16873,11 @@ msgstr "Schuifregelaar met stapwaarden"
msgid "Sliders"
msgstr "Schuifregelaars"
-#: src/components/pages/ReportPage.tsx:334
+#: src/components/pages/report/optionDescriptors.ts:106
msgid "Slovakia"
msgstr "Slovenië"
-#: src/components/pages/ReportPage.tsx:335
+#: src/components/pages/report/optionDescriptors.ts:107
msgid "Slovenia"
msgstr "Slowakije"
@@ -16952,7 +17028,8 @@ msgstr "Er is iets misgegaan en de app is gecrasht. Probeer de app opnieuw te la
msgid "Something went wrong while loading the audit log."
msgstr "Er is iets misgegaan tijdens het laden van het auditlog."
-#: src/components/pages/ReportPage.tsx:563
+#: src/components/pages/ReportPage.tsx:103
+#: src/components/pages/ReportPage.tsx:395
msgid "Something went wrong while submitting the report. Please try again."
msgstr "Er is iets misgegaan tijdens het indienen van het rapport. Probeer het opnieuw."
@@ -16969,7 +17046,7 @@ msgid "Sort"
msgstr "Sorteren"
#. placeholder {0}: activeSortOption.label
-#: src/components/channel/ChannelSearchResults.tsx:1063
+#: src/components/channel/ChannelSearchResults.tsx:1042
msgid "Sort mode: {0}"
msgstr "Sorteermodus: {0}"
@@ -17008,21 +17085,21 @@ msgstr "Ruimte tussen berichtgroepen"
msgid "Spacious layout with clear visual separation between messages."
msgstr "Ruimtelijke indeling met duidelijke visuele scheiding tussen berichten."
-#: src/components/pages/ReportPage.tsx:336
+#: src/components/pages/report/optionDescriptors.ts:108
msgid "Spain"
msgstr "Spanje"
-#: src/components/pages/ReportPage.tsx:283
+#: src/components/pages/report/optionDescriptors.ts:61
#: src/constants/IARConstants.tsx:119
msgid "Spam Account"
msgstr "Spamaccount"
-#: src/components/pages/ReportPage.tsx:265
+#: src/components/pages/report/optionDescriptors.ts:46
#: src/constants/IARConstants.tsx:47
msgid "Spam or Scam"
msgstr "Spam of oplichting"
-#: src/components/pages/ReportPage.tsx:301
+#: src/components/pages/report/optionDescriptors.ts:76
#: src/constants/IARConstants.tsx:185
msgid "Spam or Scam Community"
msgstr "Spam- of oplichtingscommunity"
@@ -17141,9 +17218,9 @@ msgstr "Begin met het samenstellen van een aangepast emoji-pakket dat je kunt de
msgid "Start Mic Test"
msgstr "Microfoontest starten"
-#: src/components/pages/ReportPage.tsx:687
-#: src/components/pages/ReportPage.tsx:771
-#: src/components/pages/ReportPage.tsx:964
+#: src/components/pages/report/ReportStepDetails.tsx:252
+#: src/components/pages/report/ReportStepEmail.tsx:103
+#: src/components/pages/report/ReportStepVerification.tsx:132
msgid "Start over"
msgstr "Opnieuw beginnen"
@@ -17151,13 +17228,13 @@ msgstr "Opnieuw beginnen"
msgid "Start Sharing"
msgstr "Delen starten"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:122
+#: src/components/channel/ChannelHeader/CallButtons.tsx:160
#: src/components/modals/UserProfileModal.tsx:1109
#: src/components/uikit/ContextMenu/items/CallMenuItems.tsx:91
msgid "Start Video Call"
msgstr "Videogesprek starten"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:70
+#: src/components/channel/ChannelHeader/CallButtons.tsx:90
#: src/components/modals/UserProfileModal.tsx:1100
#: src/components/uikit/ContextMenu/items/CallMenuItems.tsx:60
msgid "Start Voice Call"
@@ -17182,9 +17259,21 @@ msgstr "Statusindicatoren"
msgid "Status Slate"
msgstr "Statusslate"
-#: src/components/pages/ReportPage.tsx:574
-msgid "Step {stepNumber} of {FLOW_TOTAL_STEPS}"
-msgstr "Stap {stepNumber} van {FLOW_TOTAL_STEPS}"
+#: src/components/pages/report/ReportStepSelection.tsx:38
+msgid "Step 1"
+msgstr "Stap 1"
+
+#: src/components/pages/report/ReportStepEmail.tsx:51
+msgid "Step 2"
+msgstr "Stap 2"
+
+#: src/components/pages/report/ReportStepVerification.tsx:61
+msgid "Step 3"
+msgstr "Stap 3"
+
+#: src/components/pages/report/ReportStepDetails.tsx:71
+msgid "Step 4"
+msgstr "Stap 4"
#: src/utils/SystemMessageUtils.tsx:45
msgid "Step in, {username}! No paradoxes here; we're all friends."
@@ -17229,7 +17318,7 @@ msgid "Sticker density"
msgstr "Stickerdichtheid"
#: src/components/auth/InviteHeader.tsx:140
-#: src/components/channel/InviteEmbed.tsx:197
+#: src/components/channel/InviteEmbed.tsx:199
#: src/components/modals/InviteAcceptModal.tsx:142
#: src/components/modals/tabs/ExpressionPacksTab.tsx:70
msgid "Sticker pack"
@@ -17261,7 +17350,7 @@ msgstr "Sticker bijgewerkt"
#: src/components/channel/AutocompleteEmoji.tsx:111
#: src/components/channel/textarea/TextareaButtons.tsx:134
-#: src/components/modals/ExpressionPickerSheet.tsx:86
+#: src/components/modals/ExpressionPickerSheet.tsx:73
#: src/components/popouts/ExpressionPickerPopout.tsx:79
msgid "Stickers"
msgstr "Stickers"
@@ -17330,11 +17419,11 @@ msgstr "Studiezaal"
msgid "Style Variations"
msgstr "Stijlvariaties"
-#: src/components/pages/ReportPage.tsx:601
+#: src/components/pages/report/ReportStepComplete.tsx:41
msgid "Submit another report"
msgstr "Dien een ander rapport in"
-#: src/components/pages/ReportPage.tsx:958
+#: src/components/pages/report/ReportStepDetails.tsx:240
msgid "Submit DSA Report"
msgstr "DSA-rapport indienen"
@@ -17346,7 +17435,7 @@ msgstr "Rapport indienen"
msgid "Submitting"
msgstr "Wordt ingediend"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:53
+#: src/components/modals/components/plutonium/VisionarySection.tsx:58
msgid "subscription"
msgstr "abonnement"
@@ -17464,7 +17553,7 @@ msgstr "Embeddingen onderdrukken"
msgid "Swap text to reverify variants"
msgstr "Wissel tekst om varianten opnieuw te verifiëren"
-#: src/components/pages/ReportPage.tsx:337
+#: src/components/pages/report/optionDescriptors.ts:109
msgid "Sweden"
msgstr "Zweedse"
@@ -17476,7 +17565,7 @@ msgstr "Zweeds"
msgid "Switch account"
msgstr "Account wisselen"
-#: src/components/popouts/UserAreaPopout.tsx:497
+#: src/components/popouts/UserAreaPopout.tsx:499
msgid "Switch Accounts"
msgstr "Accounts wisselen"
@@ -17649,8 +17738,8 @@ msgstr "Tekst (NSFW)"
msgid "Text channel"
msgstr "Tekstkanaal"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:473
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:662
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:487
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:676
#: src/components/channel/channel-header/useChannelHeaderData.ts:96
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:314
msgid "Text Channel"
@@ -17677,19 +17766,19 @@ msgstr "Tekstgebied"
msgid "Thai"
msgstr "Thai"
-#: src/components/pages/ReportPage.tsx:589
-msgid "Thank you for filing a report. We'll review it as soon as possible."
-msgstr "Dank je voor het indienen van een rapport. We zullen het zo snel mogelijk bekijken."
-
#: src/components/modals/IARModal.tsx:187
msgid "Thank you for helping keep Fluxer safe. Reports are reviewed by our Safety Team. False reports may result in action against your account."
msgstr "Bedankt voor je hulp om Fluxer veilig te houden. Rapporten worden beoordeeld door ons veiligheidsteam. Valse rapporten kunnen leiden tot actie tegen je account."
+#: src/components/pages/report/ReportStepComplete.tsx:37
+msgid "Thank you for helping keep Fluxer safe. We'll review your report as soon as possible."
+msgstr "Dank je voor het helpen veilig houden van Fluxer. We zullen je rapport zo snel mogelijk bekijken."
+
#: src/components/form/ColorPickerField.tsx:274
msgid "That doesn't look like a valid color. Try hex, rgb(), hsl(), or a CSS color name."
msgstr "Dat lijkt geen geldige kleur. Probeer hex, rgb(), hsl() of een CSS-kleurnaam."
-#: src/components/pages/ReportPage.tsx:846
+#: src/components/pages/report/ReportStepDetails.tsx:117
msgid "That doesn't look like a valid URL."
msgstr "Dat lijkt geen geldige URL te zijn."
@@ -17733,8 +17822,8 @@ msgstr "De bot is toegevoegd."
msgid "The channel you're looking for may have been deleted or you may not have access to it."
msgstr "Het kanaal dat je zoekt is mogelijk verwijderd of je hebt er geen toegang toe."
-#: src/components/layout/GuildLayout.tsx:308
-#: src/components/layout/GuildLayout.tsx:371
+#: src/components/layout/GuildLayout.tsx:313
+#: src/components/layout/GuildLayout.tsx:376
msgid "The community you're looking for may have been deleted or you may not have access to it."
msgstr "De community die je zoekt is mogelijk verwijderd of je hebt er geen toegang toe."
@@ -17795,7 +17884,7 @@ msgstr "De time-out mag niet langer zijn dan 365 dagen (31536000 seconden)."
msgid "The URL this link channel points to."
msgstr "De URL waar dit linkkanaal naar verwijst."
-#: src/components/pages/ReportPage.tsx:452
+#: src/components/pages/ReportPage.tsx:277
msgid "The verification code is invalid or expired."
msgstr "De verificatiecode is ongeldig of verlopen."
@@ -17869,7 +17958,7 @@ msgstr "Deze instellingen gebruiken browser-native audiobewerking om de gespreks
msgid "These toggles force the client to treat features as enabled or disabled without relying on the server configuration. They only affect your client experience and are shown to developers for testing."
msgstr "Deze schakelaars dwingen de client om functies als ingeschakeld of uitgeschakeld te behandelen zonder afhankelijk te zijn van de serverconfiguratie. Ze beïnvloeden alleen je clientervaring en worden aan ontwikkelaars getoond voor testen."
-#: src/components/channel/channel-view/DMChannelView.tsx:356
+#: src/components/channel/channel-view/DMChannelView.tsx:357
msgid "They might have taken the DeLorean elsewhere."
msgstr "Ze hebben de DeLorean misschien ergens anders naartoe genomen."
@@ -17877,7 +17966,7 @@ msgstr "Ze hebben de DeLorean misschien ergens anders naartoe genomen."
msgid "they/them"
msgstr "zij/hen"
-#: src/components/channel/channel-view/DMChannelView.tsx:342
+#: src/components/channel/channel-view/DMChannelView.tsx:343
msgid "Think, McFly! Did you type the right address?"
msgstr "Denk na, McFly! Heb je het juiste adres getypt?"
@@ -17979,7 +18068,7 @@ msgstr "Deze community heeft uitnodigingen tijdelijk uitgeschakeld. Je kunt het
msgid "This community requires you to verify your account before joining. Please set an email and password for your account."
msgstr "Deze community vereist dat je je account verifieert voordat je lid wordt. Stel een e-mailadres en wachtwoord in voor je account."
-#: src/components/channel/channel-view/DMChannelView.tsx:339
+#: src/components/channel/channel-view/DMChannelView.tsx:340
msgid "This conversation has been erased"
msgstr "Dit gesprek is gewist"
@@ -18008,8 +18097,8 @@ msgstr "Deze cadeaucode is al opgeëist."
msgid "This gift code has already been redeemed."
msgstr "Deze cadeaucode is al ingewisseld."
-#: src/components/channel/GiftEmbed.tsx:148
-#: src/components/modals/GiftAcceptModal.tsx:92
+#: src/components/channel/GiftEmbed.tsx:159
+#: src/components/modals/GiftAcceptModal.tsx:99
msgid "This gift code is invalid or already claimed."
msgstr "Deze cadeaucode is ongeldig of al opgeëist."
@@ -18022,11 +18111,11 @@ msgstr "Deze cadeaucode is ongeldig of al ingewisseld."
msgid "This gift code may be invalid, expired, or already redeemed."
msgstr "Deze cadeaucode is mogelijk ongeldig, verlopen of al ingewisseld."
-#: src/components/modals/GiftAcceptModal.tsx:118
+#: src/components/modals/GiftAcceptModal.tsx:125
msgid "This gift has already been claimed."
msgstr "Dit cadeau is al opgeëist."
-#: src/components/modals/tabs/GiftInventoryTab.tsx:157
+#: src/components/modals/tabs/GiftInventoryTab.tsx:158
msgid "This gift has been redeemed"
msgstr "Dit cadeau is ingewisseld"
@@ -18044,7 +18133,7 @@ msgstr "Deze uitnodiging verloopt over {0}."
msgid "This invite has unlimited uses."
msgstr "Deze uitnodiging heeft onbeperkt gebruik."
-#: src/components/modals/InviteModal.tsx:321
+#: src/components/modals/InviteModal.tsx:318
msgid "This invite link never expires."
msgstr "Deze uitnodigingslink verloopt nooit."
@@ -18059,23 +18148,19 @@ msgstr "Deze uitnodiging is mogelijk verlopen of verwijderd."
msgid "This invite never expires."
msgstr "Deze uitnodiging verloopt nooit."
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:170
-#: src/components/emojis/EmojiInfoContent.tsx:79
+#: src/components/emojis/EmojiAttributionSubtext.tsx:130
msgid "This is a custom emoji from"
msgstr "Dit is een aangepaste emoji van"
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:160
-#: src/components/emojis/EmojiInfoContent.tsx:68
+#: src/components/emojis/EmojiAttributionSubtext.tsx:121
msgid "This is a custom emoji from a community."
msgstr "Dit is een aangepaste emoji van een community."
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:150
-#: src/components/emojis/EmojiInfoContent.tsx:56
+#: src/components/emojis/EmojiAttributionSubtext.tsx:111
msgid "This is a custom emoji from a community. Ask the author for an invite to use this emoji."
msgstr "Dit is een aangepaste emoji van een community. Vraag de auteur om een uitnodiging om deze emoji te gebruiken."
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:138
-#: src/components/emojis/EmojiInfoContent.tsx:43
+#: src/components/emojis/EmojiAttributionSubtext.tsx:101
msgid "This is a default emoji on Fluxer."
msgstr "Dit is een standaard emoji op Fluxer."
@@ -18095,8 +18180,8 @@ msgstr "Zo zien berichten eruit"
msgid "This is not the channel you're looking for."
msgstr "Dit is niet het kanaal dat je zoekt."
-#: src/components/layout/GuildLayout.tsx:307
-#: src/components/layout/GuildLayout.tsx:370
+#: src/components/layout/GuildLayout.tsx:312
+#: src/components/layout/GuildLayout.tsx:375
msgid "This is not the community you're looking for."
msgstr "Dit is niet de community die je zoekt."
@@ -18113,7 +18198,7 @@ msgid "This is the beginning of <0>{displayName}0>. Add friends to start a con
msgstr "Dit is het begin van <0>{displayName}0>. Voeg vrienden toe om een gesprek te beginnen!"
#. placeholder {0}: user.username
-#: src/components/channel/dm/DMWelcomeSection.tsx:182
+#: src/components/channel/dm/DMWelcomeSection.tsx:194
msgid "This is the beginning of your direct message history with <0>{0}0>."
msgstr "Dit is het begin van je directe berichtengeschiedenis met <0>{0}0>."
@@ -18194,7 +18279,7 @@ msgstr "Deze themalink mist gegevens."
msgid "This theme may have been removed or the link is invalid."
msgstr "Dit thema is mogelijk verwijderd of de link is ongeldig."
-#: src/components/channel/dm/AddFriendForm.tsx:62
+#: src/components/channel/dm/AddFriendForm.tsx:85
msgid "This user has restricted who can send them friend requests."
msgstr "Deze gebruiker heeft beperkt wie hen vriendschapsverzoeken kan sturen."
@@ -18216,8 +18301,8 @@ msgid "This was a @silent message."
msgstr "Dit was een @stil bericht."
#: src/actions/MessageActionCreators.tsx:392
-#: src/components/channel/Messages.tsx:442
-#: src/components/channel/Messages.tsx:522
+#: src/components/channel/Messages.tsx:440
+#: src/components/channel/Messages.tsx:520
msgid "This will create a rift in the space-time continuum and cannot be undone."
msgstr "Dit zal een scheur in het ruimte-tijdcontinuüm veroorzaken en kan niet ongedaan worden gemaakt."
@@ -18283,7 +18368,7 @@ msgstr "Tijd: {currentFormatted} van {durationFormatted}"
msgid "Timed out until {0}."
msgstr "Time-out tot {0}."
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:285
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:288
#: src/components/modals/TimeoutMemberModal.tsx:207
#: src/components/modals/TimeoutMemberSheet.tsx:90
#: src/components/uikit/ContextMenu/items/GuildMemberMenuItems.tsx:272
@@ -18570,7 +18655,7 @@ msgstr "waar of onwaar"
msgid "Try a different name or use @ / # / ! / * prefixes to filter results."
msgstr "Probeer een andere naam of gebruik @ / # / ! / * voorvoegsels om resultaten te filteren."
-#: src/components/channel/ChannelSearchResults.tsx:710
+#: src/components/channel/ChannelSearchResults.tsx:679
msgid "Try a different search query"
msgstr "Probeer een andere zoekopdracht"
@@ -18585,13 +18670,13 @@ msgid "Try a different search term or filter"
msgstr "Probeer een andere zoekterm of filter"
#: src/components/auth/HandoffCodeDisplay.tsx:67
-#: src/components/channel/Messages.tsx:939
+#: src/components/channel/Messages.tsx:937
msgid "Try again"
msgstr "Probeer opnieuw"
#: src/components/BootstrapErrorScreen.tsx:68
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:301
-#: src/components/channel/ChannelSearchResults.tsx:694
+#: src/components/channel/ChannelSearchResults.tsx:663
#: src/components/modals/channelTabs/ChannelInvitesTab.tsx:148
#: src/components/modals/channelTabs/ChannelWebhooksTab.tsx:159
#: src/components/NetworkErrorScreen.tsx:56
@@ -18612,7 +18697,7 @@ msgstr "Probeer een andere naam of controleer je spelling."
msgid "Try another search term"
msgstr "Probeer een andere zoekterm"
-#: src/components/channel/InviteEmbed.tsx:359
+#: src/components/channel/InviteEmbed.tsx:361
msgid "Try asking for a new invite."
msgstr "Vraag om een nieuwe uitnodiging."
@@ -18802,7 +18887,7 @@ msgstr "Kan stickerpakket niet installeren"
msgid "Unable to load activity logs"
msgstr "Kan activiteitenlogboeken niet laden"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:104
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:108
msgid "Unable to load applications"
msgstr "Kan applicaties niet laden"
@@ -18814,7 +18899,7 @@ msgstr "Kan pakketinformatie niet laden."
msgid "Unable to prepare any emojis for upload. The following errors occurred:"
msgstr "Kan geen emoji's voorbereiden voor upload. De volgende fouten zijn opgetreden:"
-#: src/components/modals/ClaimAccountModal.tsx:125
+#: src/components/modals/ClaimAccountModal.tsx:127
#: src/components/modals/EmailChangeModal.tsx:122
#: src/components/modals/EmailChangeModal.tsx:152
msgid "Unable to resend code right now"
@@ -18824,7 +18909,7 @@ msgstr "Kan code momenteel niet opnieuw verzenden"
msgid "Unable to send code to new email"
msgstr "Kan code niet naar nieuw e-mailadres verzenden"
-#: src/components/channel/dm/AddFriendForm.tsx:76
+#: src/components/channel/dm/AddFriendForm.tsx:99
msgid "Unable to send friend request. Please try again."
msgstr "Kan vriendschapsverzoek niet verzenden. Probeer het opnieuw."
@@ -18844,17 +18929,17 @@ msgstr "Onbeschikbaar voor iedereen"
msgid "Unavailable for everyone but staff"
msgstr "Onbeschikbaar voor iedereen behalve personeel"
-#: src/components/bottomsheets/DMBottomSheet.tsx:532
+#: src/components/bottomsheets/DMBottomSheet.tsx:535
#: src/components/channel/barriers/BarrierComponents.tsx:221
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:180
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:335
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:182
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:338
#: src/components/modals/tabs/BlockedUsersTab.tsx:58
#: src/components/modals/tabs/BlockedUsersTab.tsx:171
#: src/components/modals/UserProfileActionsSheet.tsx:151
#: src/components/modals/UserProfileActionsSheet.tsx:305
-#: src/components/modals/UserProfileMobileSheet.tsx:320
+#: src/components/modals/UserProfileMobileSheet.tsx:321
#: src/components/modals/UserProfileModal.tsx:1049
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:209
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:230
#: src/utils/RelationshipActionUtils.tsx:169
msgid "Unblock"
msgstr "Deblokkeer"
@@ -18863,11 +18948,11 @@ msgstr "Deblokkeer"
msgid "Unblock this user before sending a friend request."
msgstr "Deblokkeer deze gebruiker voordat je een vriendschapsverzoek stuurt."
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:178
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:180
#: src/components/modals/tabs/BlockedUsersTab.tsx:56
#: src/components/modals/UserProfileActionsSheet.tsx:149
-#: src/components/modals/UserProfileMobileSheet.tsx:318
-#: src/components/modals/UserProfileModal.tsx:1243
+#: src/components/modals/UserProfileMobileSheet.tsx:319
+#: src/components/modals/UserProfileModal.tsx:1244
#: src/utils/RelationshipActionUtils.tsx:167
msgid "Unblock User"
msgstr "Gebruiker deblokkeren"
@@ -18878,17 +18963,17 @@ msgstr "Gebruiker deblokkeren"
msgid "Uncategorized"
msgstr "Ongecategoriseerd"
-#: src/components/modals/tabs/BetaCodesTab.tsx:127
-#: src/components/modals/tabs/BetaCodesTab.tsx:204
+#: src/components/modals/tabs/BetaCodesTab.tsx:129
+#: src/components/modals/tabs/BetaCodesTab.tsx:206
msgid "Unclaimed"
msgstr "Ongeclaimd"
#. placeholder {0}: unclaimedBetaCodes.length
-#: src/components/modals/tabs/BetaCodesTab.tsx:333
+#: src/components/modals/tabs/BetaCodesTab.tsx:358
msgid "Unclaimed ({0})"
msgstr "Ongeclaimd ({0})"
-#: src/components/modals/components/UnclaimedAccountAlert.tsx:31
+#: src/components/modals/components/UnclaimedAccountAlert.tsx:29
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:51
msgid "Unclaimed Account"
msgstr "Ongeclaimd account"
@@ -18922,7 +19007,7 @@ msgstr "Alle apparaten ontdoof"
msgid "Undeafen User"
msgstr "Gebruiker ontdoof"
-#: src/components/pages/ReportPage.tsx:285
+#: src/components/pages/report/optionDescriptors.ts:63
#: src/constants/IARConstants.tsx:129
msgid "Underage User"
msgstr "Minderjarige gebruiker"
@@ -18981,7 +19066,7 @@ msgstr "Focus verwijderen"
msgid "Unique invite"
msgstr "Unieke uitnodiging"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:79
+#: src/components/modals/components/plutonium/VisionarySection.tsx:88
msgid "Unique profile badge"
msgstr "Unieke profielbadge"
@@ -19035,12 +19120,12 @@ msgstr "onbekende entiteit"
msgid "Unknown error"
msgstr "Onbekende fout"
-#: src/components/channel/GiftEmbed.tsx:147
-#: src/components/modals/GiftAcceptModal.tsx:91
+#: src/components/channel/GiftEmbed.tsx:158
+#: src/components/modals/GiftAcceptModal.tsx:98
msgid "Unknown Gift"
msgstr "Onbekend cadeau"
-#: src/components/channel/InviteEmbed.tsx:357
+#: src/components/channel/InviteEmbed.tsx:359
msgid "Unknown Invite"
msgstr "Onbekende uitnodiging"
@@ -19113,7 +19198,7 @@ msgstr "Ontgrendel HD-schermdelen met Plutonium"
msgid "Unlock HD Video with Plutonium"
msgstr "Ontgrendel HD-video met Plutonium"
-#: src/components/modals/components/PlutoniumContent.tsx:185
+#: src/components/modals/components/PlutoniumContent.tsx:196
msgid "Unlock higher limits and exclusive features while supporting an independent communication platform."
msgstr "Ontgrendel hogere limieten en exclusieve functies terwijl je een onafhankelijk communicatieplatform ondersteunt."
@@ -19126,9 +19211,9 @@ msgid "Unlock stickers in DMs with Plutonium"
msgstr "Ontgrendel stickers in privéberichten met Plutonium"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:467
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:850
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1044
-#: src/components/bottomsheets/DMBottomSheet.tsx:645
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:882
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1068
+#: src/components/bottomsheets/DMBottomSheet.tsx:648
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:321
#: src/components/bottomsheets/VoiceLobbyBottomSheet.tsx:179
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:253
@@ -19154,7 +19239,7 @@ msgstr "Dempen opheffen voor categorie"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:400
#: src/components/bottomsheets/ChannelBottomSheet.tsx:452
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1005
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1029
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:167
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:161
msgid "Unmute Channel"
@@ -19167,9 +19252,9 @@ msgstr "Dempen opheffen voor kanaal"
msgid "Unmute Community"
msgstr "Dempen opheffen voor community"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1007
-#: src/components/bottomsheets/DMBottomSheet.tsx:449
-#: src/components/bottomsheets/DMBottomSheet.tsx:590
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1031
+#: src/components/bottomsheets/DMBottomSheet.tsx:451
+#: src/components/bottomsheets/DMBottomSheet.tsx:593
msgid "Unmute Conversation"
msgstr "Dempen opheffen voor gesprek"
@@ -19200,16 +19285,16 @@ msgid "Unnamed Group"
msgstr "Naamloze groep"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:331
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1126
-#: src/components/bottomsheets/DMBottomSheet.tsx:478
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1150
+#: src/components/bottomsheets/DMBottomSheet.tsx:480
#: src/components/channel/dm/DMList.tsx:282
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:149
msgid "Unpin DM"
msgstr "Privébericht losmaken"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:290
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1126
-#: src/components/bottomsheets/DMBottomSheet.tsx:478
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1150
+#: src/components/bottomsheets/DMBottomSheet.tsx:480
#: src/components/channel/dm/DMList.tsx:243
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:129
msgid "Unpin Group DM"
@@ -19231,20 +19316,20 @@ msgid "Unpin Message"
msgstr "Bericht losmaken"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:232
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:583
-#: src/components/bottomsheets/DMBottomSheet.tsx:164
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:597
+#: src/components/bottomsheets/DMBottomSheet.tsx:166
#: src/components/channel/dm/DMList.tsx:224
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:132
msgid "Unpinned DM"
msgstr "Losgemaakt privébericht"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:232
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:583
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:597
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:112
msgid "Unpinned group"
msgstr "Losgemaakte groep"
-#: src/components/bottomsheets/DMBottomSheet.tsx:164
+#: src/components/bottomsheets/DMBottomSheet.tsx:166
msgid "Unpinned group DM"
msgstr "Niet vastgezette groeps-DM"
@@ -19279,7 +19364,7 @@ msgstr "Embeds weergeven"
msgid "Until I change it"
msgstr "Totdat ik het wijzig"
-#: src/components/bottomsheets/DMBottomSheet.tsx:664
+#: src/components/bottomsheets/DMBottomSheet.tsx:667
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:334
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:57
#: src/components/channel/muteOptions.ts:39
@@ -19305,7 +19390,7 @@ msgstr "Bijwerken"
msgid "Update app"
msgstr "App bijwerken"
-#: src/components/modals/components/MobileSettingsView.tsx:244
+#: src/components/modals/components/MobileSettingsView.tsx:239
msgid "Update Service Worker"
msgstr "Service Worker bijwerken"
@@ -19402,7 +19487,7 @@ msgstr "Favorieten worden bijgewerkt…"
msgid "Updating..."
msgstr "Wordt bijgewerkt..."
-#: src/components/modals/components/plutonium/PricingSection.tsx:84
+#: src/components/modals/components/plutonium/PricingSection.tsx:94
msgid "Upgrade Now"
msgstr "Nu upgraden"
@@ -19415,18 +19500,19 @@ msgstr "Upgraden naar Plutonium"
msgid "Upgrade to store up to 15 custom backgrounds and unlock HD video quality, higher frame rates, and more."
msgstr "Upgrade om tot 15 aangepaste achtergronden op te slaan en HD-videokwaliteit, hogere framerates en meer te ontgrendelen."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:265
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:316
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:297
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:357
msgid "Upgrade to Visionary"
msgstr "Upgraden naar Visionary"
#. placeholder {0}: formatter.format(visionarySlots.remaining)
-#: src/components/modals/components/plutonium/VisionarySection.tsx:109
+#: src/components/modals/components/plutonium/VisionarySection.tsx:122
+#: src/components/modals/components/plutonium/VisionarySection.tsx:134
msgid "Upgrade to Visionary — {0} Left"
msgstr "Upgraden naar Visionary — {0} over"
#. placeholder {0}: isGiftSubscription ? 'gift time' : 'subscription'
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:243
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:262
msgid "Upgrading to Visionary is a <0>one-time0> purchase and will <1>cancel your current {0} immediately1>."
msgstr "Upgraden naar Visionary is een <0>eenmalige0> aankoop en zal <1>je huidige {0} direct annuleren1>."
@@ -19674,10 +19760,6 @@ msgstr "Gebruik deze codes om toegang te krijgen tot je account als je je authen
msgid "Use this button to quickly clear all permissions."
msgstr "Gebruik deze knop om snel alle rechten te wissen."
-#: src/components/pages/ReportPage.tsx:613
-msgid "Use this form to report illegal content under the Digital Services Act (DSA). Select what you want to report."
-msgstr "Gebruik dit formulier om illegale inhoud te melden onder de Digital Services Act (DSA). Selecteer wat je wilt rapporteren."
-
#: src/components/modals/tabs/KeybindsTab.tsx:101
msgid "Use this shortcut system-wide"
msgstr "Gebruik deze snelkoppeling systeembrede"
@@ -19708,19 +19790,19 @@ msgstr "Gebruiker lijkt jonger dan 13 jaar"
msgid "User Debug"
msgstr "Gebruiker Debug"
-#: src/components/channel/channel-view/DMChannelView.tsx:353
+#: src/components/channel/channel-view/DMChannelView.tsx:354
msgid "User has vanished"
msgstr "Gebruiker is verdwenen"
-#: src/components/pages/ReportPage.tsx:865
+#: src/components/pages/report/ReportStepDetails.tsx:137
msgid "User ID (optional)"
msgstr "Gebruikers-ID (optioneel)"
-#: src/components/bottomsheets/DMBottomSheet.tsx:376
+#: src/components/bottomsheets/DMBottomSheet.tsx:378
msgid "User ID copied"
msgstr "Gebruikers-ID gekopieerd"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:652
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:666
msgid "User ID copied to clipboard"
msgstr "Gebruikers-ID naar klembord gekopieerd"
@@ -19765,7 +19847,7 @@ msgstr "Gebruikersrecord"
msgid "User Settings"
msgstr "Gebruikersinstellingen"
-#: src/components/pages/ReportPage.tsx:873
+#: src/components/pages/report/ReportStepDetails.tsx:146
msgid "User Tag (optional)"
msgstr "Gebruikerstag (optioneel)"
@@ -19805,7 +19887,7 @@ msgstr "Gebruikersnaam moet minimaal 1 teken lang zijn"
msgid "Username must be at most 32 characters"
msgstr "Gebruikersnaam mag maximaal 32 tekens lang zijn"
-#: src/components/channel/dm/AddFriendForm.tsx:130
+#: src/components/channel/dm/AddFriendForm.tsx:153
msgid "Username#0000"
msgstr "Gebruikersnaam#0000"
@@ -19904,7 +19986,7 @@ msgstr "Vanity URL's moeten tussen 2 en 32 tekens lang zijn en mogen alleen alfa
msgid "Verification Barriers"
msgstr "Verificatiebarrières"
-#: src/components/modals/ClaimAccountModal.tsx:199
+#: src/components/modals/ClaimAccountModal.tsx:201
#: src/components/modals/EmailChangeModal.tsx:218
#: src/components/modals/EmailChangeModal.tsx:282
#: src/components/modals/PhoneAddModal.tsx:224
@@ -19912,11 +19994,11 @@ msgstr "Verificatiebarrières"
msgid "Verification code"
msgstr "Verificatiecode"
-#: src/components/pages/ReportPage.tsx:719
+#: src/components/pages/report/ReportStepVerification.tsx:86
msgid "Verification Code"
msgstr "Verificatiecode"
-#: src/components/modals/ClaimAccountModal.tsx:88
+#: src/components/modals/ClaimAccountModal.tsx:90
msgid "Verification code sent"
msgstr "Verificatiecode verzonden"
@@ -19937,10 +20019,9 @@ msgstr "Verificatie kan vereist zijn voordat je je reservecodes kunt bekijken."
#: src/components/auth/AuthPageHeader.tsx:49
#: src/components/auth/InviteHeader.tsx:81
#: src/components/auth/InviteHeader.tsx:226
-#: src/components/channel/InviteEmbed.tsx:285
-#: src/components/channel/InviteEmbed.tsx:428
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:178
-#: src/components/emojis/EmojiInfoContent.tsx:87
+#: src/components/channel/InviteEmbed.tsx:287
+#: src/components/channel/InviteEmbed.tsx:430
+#: src/components/emojis/EmojiAttributionSubtext.tsx:143
#: src/components/layout/GuildHeader.tsx:132
msgid "Verified Community"
msgstr "Geverifieerde community"
@@ -19955,7 +20036,7 @@ msgstr "Geverifieerde guild"
msgid "Verify"
msgstr "Verifieer"
-#: src/components/pages/ReportPage.tsx:740
+#: src/components/pages/report/ReportStepVerification.tsx:102
msgid "Verify Code"
msgstr "Code verifiëren"
@@ -19980,6 +20061,10 @@ msgstr "Telefoonnummerverificatieformulier"
msgid "Verify You're Human"
msgstr "Verifieer dat je een mens bent"
+#: src/components/pages/report/ReportStepEmail.tsx:54
+msgid "Verify your email"
+msgstr "Verifieer je e-mail"
+
#: src/components/modals/SudoVerificationModal.tsx:359
msgid "Verify your identity"
msgstr "Verifieer je identiteit"
@@ -20012,7 +20097,7 @@ msgid "Video"
msgstr "Video"
#: src/components/channel/ChannelHeader.tsx:572
-#: src/components/modals/UserProfileMobileSheet.tsx:515
+#: src/components/modals/UserProfileMobileSheet.tsx:519
msgid "Video Call"
msgstr "Videogesprek"
@@ -20097,7 +20182,7 @@ msgstr "Reservecodes bekijken"
msgid "View backup codes form"
msgstr "Reservecodeformulier bekijken"
-#: src/components/channel/channel-view/DMChannelView.tsx:282
+#: src/components/channel/channel-view/DMChannelView.tsx:283
msgid "View call"
msgstr "Gesprek bekijken"
@@ -20138,7 +20223,7 @@ msgstr "Cadeau-inventaris bekijken"
msgid "View Global Profile"
msgstr "Globaal profiel bekijken"
-#: src/components/channel/channel-view/DMChannelView.tsx:282
+#: src/components/channel/channel-view/DMChannelView.tsx:283
msgid "View incoming call"
msgstr "Binnenkomend gesprek bekijken"
@@ -20158,10 +20243,10 @@ msgstr "Premiumfuncties bekijken"
msgid "View premium perks"
msgstr "Premiumvoordelen bekijken"
-#: src/components/bottomsheets/DMBottomSheet.tsx:411
+#: src/components/bottomsheets/DMBottomSheet.tsx:413
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:226
#: src/components/channel/friends/MobileFriendRequestItem.tsx:87
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:210
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:212
#: src/components/modals/tabs/BlockedUsersTab.tsx:87
#: src/components/uikit/ContextMenu/items/UserProfileMenuItem.tsx:43
msgid "View Profile"
@@ -20191,7 +20276,7 @@ msgstr "Kijker komt stream binnen"
msgid "Viewer Leaves Stream"
msgstr "Kijker verlaat stream"
-#: src/components/pages/ReportPage.tsx:827
+#: src/components/pages/report/ReportStepDetails.tsx:96
msgid "Violation Category"
msgstr "Overtredingscategorie"
@@ -20199,7 +20284,7 @@ msgstr "Overtredingscategorie"
msgid "Violation category selection"
msgstr "Overtredingscategorie selectie"
-#: src/components/pages/ReportPage.tsx:264
+#: src/components/pages/report/optionDescriptors.ts:45
#: src/constants/IARConstants.tsx:42
msgid "Violent or Graphic Content"
msgstr "Gewelddadige of grafische inhoud"
@@ -20212,9 +20297,9 @@ msgstr "VIP-stem"
msgid "Visible Buttons"
msgstr "Zichtbare knoppen"
-#: src/components/modals/components/plutonium/PricingSection.tsx:88
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:110
-#: src/components/modals/components/plutonium/VisionarySection.tsx:58
+#: src/components/modals/components/plutonium/PricingSection.tsx:101
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:129
+#: src/components/modals/components/plutonium/VisionarySection.tsx:67
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:154
#: src/utils/modals/guildTabs/GuildAuditLogTabUtils.ts:274
msgid "Visionary"
@@ -20228,25 +20313,25 @@ msgstr "Visionary (Lifetime #42)"
msgid "Visionary (Lifetime Plutonium)"
msgstr "Visionary (Lifetime Plutonium)"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:80
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:111
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:95
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:134
msgid "Visionary {visionaryPrice}"
msgstr "Visionary {visionaryPrice}"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:96
+#: src/components/modals/components/plutonium/VisionarySection.tsx:105
msgid "Visionary community with direct team access"
msgstr "Visionary-community met directe teamtoegang"
-#: src/components/modals/components/plutonium/GiftSection.tsx:87
-#: src/components/modals/components/plutonium/PricingSection.tsx:119
+#: src/components/modals/components/plutonium/GiftSection.tsx:100
+#: src/components/modals/components/plutonium/PricingSection.tsx:140
msgid "Visionary Gift"
msgstr "Visionary-cadeau"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:109
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:132
msgid "Visionary Gift Sold Out"
msgstr "Visionary-cadeau uitverkocht"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:80
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:95
msgid "Visionary Sold Out"
msgstr "Visionary uitverkocht"
@@ -20281,15 +20366,15 @@ msgstr "Spraak- en video-instellingen"
msgid "Voice Activity"
msgstr "Spraakactiviteit"
-#: src/components/channel/channel-view/DMChannelView.tsx:277
+#: src/components/channel/channel-view/DMChannelView.tsx:278
#: src/components/voice/VoiceCallView.tsx:466
msgid "Voice call"
msgstr "Spraakoproep"
-#: src/components/bottomsheets/DMBottomSheet.tsx:419
+#: src/components/bottomsheets/DMBottomSheet.tsx:421
#: src/components/channel/ChannelHeader.tsx:562
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:225
-#: src/components/modals/UserProfileMobileSheet.tsx:507
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:227
+#: src/components/modals/UserProfileMobileSheet.tsx:511
msgid "Voice Call"
msgstr "Spraakoproep"
@@ -20306,8 +20391,8 @@ msgstr "Spraakoproepen"
msgid "Voice channel"
msgstr "Spraakkanaal"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:475
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:662
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:489
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:676
#: src/components/channel/channel-header/useChannelHeaderData.ts:100
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:314
msgid "Voice Channel"
@@ -20488,8 +20573,8 @@ msgstr "We hebben een link gemaild om deze login te autoriseren. Open je inbox v
msgid "We failed to retrieve the full information about this user at this time."
msgstr "We konden de volledige informatie over deze gebruiker op dit moment niet ophalen."
-#: src/components/layout/GuildLayout.tsx:302
-#: src/components/layout/GuildLayout.tsx:349
+#: src/components/layout/GuildLayout.tsx:307
+#: src/components/layout/GuildLayout.tsx:354
msgid "We fluxed up! Hang tight, we're working on it."
msgstr "We hebben het verprutst! Houd vol, we werken eraan."
@@ -20513,18 +20598,13 @@ msgstr "De verbinding is verloren tijdens het wachten op autorisatie. Probeer he
msgid "We need to make sure you're not a bot. Please complete the verification below."
msgstr "We moeten zeker weten dat je geen bot bent. Voltooi de verificatie hieronder."
-#: src/components/pages/ReportPage.tsx:639
-msgid "We need to verify your email address before you can submit a report."
-msgstr "We moeten je e-mailadres verifiëren voordat je een rapport kunt indienen."
-
#: src/components/modals/BackupCodesModal.tsx:45
msgid "We recommend saving these codes now so that you don't get locked out of your account."
msgstr "We raden aan deze codes nu op te slaan zodat je niet uitgesloten wordt van je account."
-#. placeholder {0}: state.email
-#: src/components/pages/ReportPage.tsx:702
-msgid "We sent a verification code to {0}."
-msgstr "We hebben een verificatiecode gestuurd naar {0}."
+#: src/components/pages/report/ReportStepVerification.tsx:67
+msgid "We sent a code to {email}."
+msgstr "We hebben een code naar {email} gestuurd."
#: src/components/auth/BrowserLoginHandoffModal.tsx:315
msgid "We will prefill {prefillEmail} once the browser login opens."
@@ -20534,6 +20614,10 @@ msgstr "We zullen {prefillEmail} invullen zodra de browserlogin opent."
msgid "We'll restore your previous email, sign out old sessions, remove phone numbers, disable MFA, and secure your account with a new password."
msgstr "We zullen je vorige e-mail herstellen, oude sessies uitloggen, telefoonnummers verwijderen, MFA uitschakelen en je account beveiligen met een nieuw wachtwoord."
+#: src/components/pages/report/ReportStepEmail.tsx:57
+msgid "We'll send a short code to confirm you can receive updates about this report."
+msgstr "We sturen een korte code om te bevestigen dat je updates over dit rapport kunt ontvangen."
+
#: src/components/modals/EmailChangeModal.tsx:190
msgid "We'll verify your current email and then your new email with one-time codes."
msgstr "We zullen je huidige e-mail en vervolgens je nieuwe e-mail verifiëren met eenmalige codes."
@@ -20546,13 +20630,13 @@ msgstr "We zullen je nieuwe e-mail verifiëren met een eenmalige code."
msgid "We're having trouble connecting to Fluxer's servers. This could be a temporary network issue or scheduled maintenance."
msgstr "We hebben moeite om verbinding te maken met de servers van Fluxer. Dit kan een tijdelijk netwerkprobleem of gepland onderhoud zijn."
-#: src/components/modals/tabs/BetaCodesTab.tsx:297
+#: src/components/modals/tabs/BetaCodesTab.tsx:322
#: src/components/modals/tabs/DevicesTab.tsx:230
msgid "We're having trouble connecting to the space-time continuum. Please check your connection and try again."
msgstr "We hebben moeite om verbinding te maken met het ruimte-tijdcontinuüm. Controleer je verbinding en probeer het opnieuw."
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:287
-#: src/components/channel/ChannelSearchResults.tsx:681
+#: src/components/channel/ChannelSearchResults.tsx:650
msgid "We're indexing this channel for the first time. This might take a little while..."
msgstr "We indexeren dit kanaal voor het eerst. Dit kan even duren..."
@@ -20829,17 +20913,16 @@ msgstr "Schrijf hier aangepaste CSS om thematokens te overschrijven. Bijvoorbeel
msgid "Write your content here... This textarea expands as you type."
msgstr "Schrijf je inhoud hier... Dit tekstvak breidt uit terwijl je typt."
-#: src/components/auth/DateOfBirthField.tsx:89
-#: src/components/auth/DateOfBirthField.tsx:156
+#: src/components/auth/DateOfBirthField.tsx:153
#: src/components/auth/MockMinimalRegisterForm.tsx:78
msgid "Year"
msgstr "Jaar"
-#: src/components/modals/components/plutonium/PricingSection.tsx:78
+#: src/components/modals/components/plutonium/PricingSection.tsx:88
msgid "Yearly"
msgstr "Jaarlijks"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:71
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:84
msgid "Yearly {yearlyPrice}"
msgstr "Jaarlijks {yearlyPrice}"
@@ -20874,7 +20957,7 @@ msgstr "Je staat op het punt Fluxer te verlaten"
msgid "You are about to transfer ownership of this community to <0>{0}0>. This action is <1>irreversible1> and you will lose all owner privileges."
msgstr "Je staat op het punt het eigendom van deze community over te dragen aan <0>{0}0>. Deze actie is <1>onomkeerbaar1> en je verliest alle eigenaarsvoorrechten."
-#: src/components/channel/dm/AddFriendForm.tsx:72
+#: src/components/channel/dm/AddFriendForm.tsx:95
msgid "You are already friends with this user."
msgstr "Je bent al bevriend met deze gebruiker."
@@ -20960,7 +21043,7 @@ msgstr "Je kunt maximaal {MAX_EMOJIS_PER_UPLOAD} emoji's tegelijk uploaden. Alle
msgid "You can pin messages in this conversation for everyone to see."
msgstr "Je kunt berichten in dit gesprek vastzetten zodat iedereen ze kan zien."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:175
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:194
msgid "You can redeem additional gift codes to <0>extend0> your gift time. To start a monthly or yearly plan, wait until after it ends — or <1>upgrade to Visionary1> now (remaining gift time will be discarded)."
msgstr "Je kunt extra cadeaucodes inwisselen om <0>je cadeautijd te verlengen0>. Om een maandelijks of jaarlijks abonnement te starten, wacht je tot het afloopt — of <1>upgrade nu naar Visionary1> (resterende cadeautijd wordt verwijderd)."
@@ -20990,7 +21073,7 @@ msgstr "Je kunt links en Markdown gebruiken om je tekst op te maken. Met <0/> ku
msgid "You can't add new reactions while you're on timeout."
msgstr "Je kunt geen nieuwe reacties toevoegen terwijl je een timeout hebt."
-#: src/components/modals/UserProfileModal.tsx:1170
+#: src/components/modals/UserProfileModal.tsx:1171
msgid "You can't befriend yourself"
msgstr "Je kunt jezelf niet bevrienden"
@@ -20998,14 +21081,14 @@ msgstr "Je kunt jezelf niet bevrienden"
msgid "You can't interact with reactions in search results as it might disrupt the space-time continuum."
msgstr "Je kunt niet met reacties in zoekresultaten interacteren omdat dit het ruimte-tijdcontinuüm zou kunnen verstoren."
-#: src/components/layout/ChannelItem.tsx:200
-#: src/components/layout/ChannelItem.tsx:366
-#: src/stores/voice/MediaEngineFacade.ts:151
-#: src/stores/voice/MediaEngineFacade.ts:482
+#: src/components/layout/ChannelItem.tsx:206
+#: src/components/layout/ChannelItem.tsx:375
+#: src/stores/voice/MediaEngineFacade.ts:154
+#: src/stores/voice/MediaEngineFacade.ts:529
msgid "You can't join while you're on timeout."
msgstr "Je kunt niet deelnemen terwijl je een timeout hebt."
-#: src/components/modals/UserProfileModal.tsx:1182
+#: src/components/modals/UserProfileModal.tsx:1183
#: src/components/popouts/UserProfilePopout.tsx:282
#: src/components/profile/ProfilePreview.tsx:284
msgid "You can't message yourself"
@@ -21019,7 +21102,7 @@ msgstr "Je kunt jezelf geen vriendschapsverzoek sturen."
msgid "You can't send friend requests to bots."
msgstr "Je kunt geen vriendschapsverzoeken naar bots sturen."
-#: src/components/channel/dm/AddFriendForm.tsx:64
+#: src/components/channel/dm/AddFriendForm.tsx:87
msgid "You can't send friend requests to users you've blocked. Unblock them first."
msgstr "Je kunt geen vriendschapsverzoeken sturen naar gebruikers die je hebt geblokkeerd. Deblokkeer ze eerst."
@@ -21066,11 +21149,11 @@ msgstr "Je kunt deze toestemming niet verwijderen omdat je deze dan ook van jeze
msgid "You cannot save a role with a blank name. Please provide a valid name before saving."
msgstr "Je kunt geen rol met een lege naam opslaan. Geef een geldige naam op voordat je opslaat."
-#: src/components/channel/dm/AddFriendForm.tsx:68
+#: src/components/channel/dm/AddFriendForm.tsx:91
msgid "You cannot send a friend request to yourself."
msgstr "Je kunt jezelf geen vriendschapsverzoek sturen."
-#: src/components/channel/dm/AddFriendForm.tsx:66
+#: src/components/channel/dm/AddFriendForm.tsx:89
msgid "You cannot send friend requests to bots."
msgstr "Je kunt geen vriendschapsverzoeken naar bots sturen."
@@ -21094,7 +21177,7 @@ msgstr "Je hebt geen toegang tot het kanaal waar dit bericht is verzonden."
msgid "You do not have permission to send messages in this channel."
msgstr "Je hebt geen toestemming om berichten te sturen in dit kanaal."
-#: src/components/layout/GuildLayout.tsx:393
+#: src/components/layout/GuildLayout.tsx:398
msgid "You don't have access to any channels in this community."
msgstr "Je hebt geen toegang tot kanalen in deze community."
@@ -21114,23 +21197,23 @@ msgstr "Je hebt geen toestemming om dit emoji-pakket te installeren."
msgid "You don't have permission to install this sticker pack."
msgstr "Je hebt geen toestemming om dit stickerpakket te installeren."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:203
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:222
msgid "You have all <0/> for <1>{monthlyPrice}/month1>."
msgstr "Je hebt alle <0/> voor <1>{monthlyPrice}/maand1>."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:208
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:227
msgid "You have all <0/> for <1>{yearlyPrice}/year1>."
msgstr "Je hebt alle <0/> voor <1>{yearlyPrice}/jaar1>."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:213
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:232
msgid "You have all <0/> for your subscription period."
msgstr "Je hebt alle <0/> voor je abonnementsperiode."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:198
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:217
msgid "You have all <0/> forever. No subscriptions, no renewals."
msgstr "Je hebt alle <0/> voor altijd. Geen abonnementen, geen verlengingen."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:169
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:188
msgid "You have all <0/> via a <1>gift subscription1> until <2>{giftEndDate}2>. It <3>won't renew3>."
msgstr "Je hebt alle <0/> via een <1>cadeauabonnement1> tot <2>{giftEndDate}2>. Het <3>verlengt niet3>."
@@ -21228,11 +21311,11 @@ msgstr "Je hebt de toegang tot dit opgeslagen bericht verloren. Verwijderen?"
msgid "You made it, {username}! We're about to hit 88mph!"
msgstr "Je hebt het gehaald, {username}! We staan op het punt 88 mph te halen!"
-#: src/components/channel/CallMessage.tsx:179
+#: src/components/channel/CallMessage.tsx:173
msgid "You missed a call from <0/> that lasted {durationText}."
msgstr "Je hebt een oproep van <0/> gemist die {durationText} duurde."
-#: src/components/channel/CallMessage.tsx:184
+#: src/components/channel/CallMessage.tsx:178
msgid "You missed a call from <0/>."
msgstr "Je hebt een oproep gemist van <0/>."
@@ -21252,7 +21335,7 @@ msgstr "Je moet 18 jaar of ouder zijn om deze inhoud te bekijken. <0>Meer inform
msgid "You must be connected to the gateway to accept this temporary invite. Please check your connection and try again."
msgstr "Je moet verbonden zijn met de gateway om deze tijdelijke uitnodiging te accepteren. Controleer je verbinding en probeer het opnieuw."
-#: src/components/pages/ReportPage.tsx:463
+#: src/components/pages/ReportPage.tsx:288
msgid "You must verify your email before submitting a report."
msgstr "Je moet je e-mailadres verifiëren voordat je een rapport indient."
@@ -21385,7 +21468,7 @@ msgstr "Je bent in het spraakkanaal"
msgid "You're sending messages too quickly"
msgstr "Je stuurt berichten te snel"
-#: src/components/channel/Messages.tsx:909
+#: src/components/channel/Messages.tsx:907
msgid "You're viewing older messages"
msgstr "Je bekijkt oudere berichten"
@@ -21464,7 +21547,7 @@ msgstr "Je account is goedgekeurd. Je wordt doorgestuurd naar de app..."
msgid "Your account has been created, but access is temporarily limited until approval. You will be notified once your account is approved."
msgstr "Je account is aangemaakt, maar toegang is tijdelijk beperkt tot goedkeuring. Je krijgt een melding zodra je account is goedgekeurd."
-#: src/components/modals/components/UnclaimedAccountAlert.tsx:38
+#: src/components/modals/components/UnclaimedAccountAlert.tsx:36
msgid "Your account is not yet claimed. Without an email and password, you won't be able to sign in from other devices and you could lose access to your account. Claim your account now to secure it."
msgstr "Je account is nog niet geclaimd. Zonder een e-mailadres en wachtwoord kun je niet inloggen vanaf andere apparaten en kun je de toegang tot je account verliezen. Claim je account nu om het te beveiligen."
@@ -21508,7 +21591,7 @@ msgstr "Je bestaande meldingsgeluidsinstellingen worden behouden."
msgid "Your export request will be processed"
msgstr "Je exportverzoek wordt verwerkt"
-#: src/components/pages/ReportPage.tsx:935
+#: src/components/pages/report/ReportStepDetails.tsx:213
msgid "Your FluxerTag (optional)"
msgstr "Je FluxerTag (optioneel)"
@@ -21521,7 +21604,7 @@ msgid "Your invite expires in 24 hours"
msgstr "Je uitnodiging verloopt over 24 uur"
#. placeholder {0}: getExpirationText()
-#: src/components/modals/InviteModal.tsx:325
+#: src/components/modals/InviteModal.tsx:322
msgid "Your invite link expires in {0}."
msgstr "Je uitnodigingslink verloopt over {0}."
@@ -21565,7 +21648,7 @@ msgstr "Je persoonlijke ruimte voor snelle toegang tot kanalen, DM's en groepen
msgid "Your Plutonium subscription has expired. You've lost all Plutonium perks. Reactivate your subscription to regain access."
msgstr "Je Plutonium-abonnement is verlopen. Je hebt alle Plutonium-voordelen verloren. Heractiveer je abonnement om weer toegang te krijgen."
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:781
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:813
msgid "Your private space"
msgstr "Je privéruimte"
@@ -21573,7 +21656,7 @@ msgstr "Je privéruimte"
msgid "Your private space for thoughts and reminders"
msgstr "Je privéruimte voor gedachten en herinneringen"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:277
+#: src/components/modals/tabs/GiftInventoryTab.tsx:300
msgid "Your Purchased Gifts"
msgstr "Je gekochte cadeaus"
@@ -21585,15 +21668,11 @@ msgstr "jouw regio"
msgid "Your stream is still being broadcast"
msgstr "Je stream wordt nog steeds uitgezonden"
-#: src/components/pages/ReportPage.tsx:594
-msgid "Your submission ID"
-msgstr "Je indienings-ID"
-
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:153
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:172
msgid "Your subscription ended, but you still have all <0/> until <1>{graceDate}1>. Resubscribe to keep them."
msgstr "Je abonnement is beëindigd, maar je hebt nog steeds alle <0/> tot <1>{graceDate}1>. Verleng je abonnement om ze te behouden."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:138
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:157
msgid "Your subscription expired on <0>{expiredDate}0>. You lost all <1/>. You can reactivate at any time."
msgstr "Je abonnement is verlopen op <0>{expiredDate}0>. Je hebt alle <1/> verloren. Je kunt het op elk moment opnieuw activeren."
@@ -21609,7 +21688,7 @@ msgstr "Je abonnement is opnieuw geactiveerd!"
msgid "Your subscription has been set to cancel at the end of your billing period."
msgstr "Je abonnement is ingesteld om aan het einde van je factureringsperiode te worden opgezegd."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:191
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:210
msgid "Your subscription will cancel on <0>{cancelDate}0>. You'll lose all <1/> after that date."
msgstr "Je abonnement wordt opgezegd op <0>{cancelDate}0>. Je verliest alle <1/> na die datum."
diff --git a/fluxer_app/src/locales/no/messages.po b/fluxer_app/src/locales/no/messages.po
index ef84cd0d..ffdbcf0e 100644
--- a/fluxer_app/src/locales/no/messages.po
+++ b/fluxer_app/src/locales/no/messages.po
@@ -68,12 +68,12 @@ msgstr "(maks 15 vist)"
msgid "(No content)"
msgstr "(Ingen innhold)"
-#: src/components/modals/UserProfileMobileSheet.tsx:552
+#: src/components/modals/UserProfileMobileSheet.tsx:556
#: src/components/pages/YouPage.tsx:147
msgid "(only visible to you)"
msgstr "(kun synlig for deg)"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:954
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:976
msgid "(you)"
msgstr "(deg)"
@@ -138,12 +138,12 @@ msgid "{0} Online"
msgstr "{0} pålogget"
#. placeholder {0}: reaction.count
-#: src/components/channel/MessageReactions.tsx:120
+#: src/components/channel/MessageReactions.tsx:119
msgid "{0} reaction"
msgstr "{0} reaksjon"
#. placeholder {0}: reaction.count
-#: src/components/channel/MessageReactions.tsx:120
+#: src/components/channel/MessageReactions.tsx:119
msgid "{0} reactions"
msgstr "{0} reaksjoner"
@@ -153,13 +153,13 @@ msgid "{0} remaining"
msgstr "{0} igjen"
#. placeholder {0}: machineState.total
-#: src/components/channel/ChannelSearchResults.tsx:315
+#: src/components/channel/ChannelSearchResults.tsx:272
msgid "{0} Result"
msgstr "{0} Resultat"
#. placeholder {0}: machineState.total
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:390
-#: src/components/channel/ChannelSearchResults.tsx:315
+#: src/components/channel/ChannelSearchResults.tsx:272
msgid "{0} Results"
msgstr "{0} resultater"
@@ -402,7 +402,7 @@ msgstr "{actor} oppdaterte klistremerket {namedTarget}."
msgid "{actor} updated the webhook {namedTarget}."
msgstr "{actor} oppdaterte webhooken {namedTarget}."
-#: src/components/modals/tabs/BetaCodesTab.tsx:280
+#: src/components/modals/tabs/BetaCodesTab.tsx:284
msgid "{allowance} codes remaining this week"
msgstr "{allowance} koder igjen denne uken"
@@ -533,7 +533,7 @@ msgstr "{emojiName}, {0} reaksjon"
msgid "{emojiName}, {0} reactions"
msgstr "{emojiName}, {0} reaksjoner"
-#: src/components/channel/MessageReactions.tsx:122
+#: src/components/channel/MessageReactions.tsx:121
msgid "{emojiName}: {reactionCountText}, {actionText}"
msgstr "{emojiName}: {reactionCountText}, {actionText}"
@@ -561,8 +561,8 @@ msgstr "{label}-bilder kan ikke animere. Vennligst bruk JPEG, PNG eller WebP."
#: src/components/auth/InviteHeader.tsx:127
#: src/components/auth/InviteHeader.tsx:241
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:281
-#: src/components/channel/InviteEmbed.tsx:180
-#: src/components/channel/InviteEmbed.tsx:444
+#: src/components/channel/InviteEmbed.tsx:182
+#: src/components/channel/InviteEmbed.tsx:446
msgid "{memberCount} Member"
msgstr "{memberCount} Medlem"
@@ -570,8 +570,8 @@ msgstr "{memberCount} Medlem"
#: src/components/auth/InviteHeader.tsx:127
#: src/components/auth/InviteHeader.tsx:241
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:281
-#: src/components/channel/InviteEmbed.tsx:180
-#: src/components/channel/InviteEmbed.tsx:444
+#: src/components/channel/InviteEmbed.tsx:182
+#: src/components/channel/InviteEmbed.tsx:446
msgid "{memberCount} Members"
msgstr "{memberCount} Medlemmer"
@@ -606,11 +606,11 @@ msgstr "{minutes} minutter og {seconds} sekunder"
msgid "{minutes} minutes and 1 second"
msgstr "{minutes} minutter og 1 sekund"
-#: src/components/channel/dm/DMWelcomeSection.tsx:155
+#: src/components/channel/dm/DMWelcomeSection.tsx:167
msgid "{mutualGuildCount} mutual commmunity"
msgstr "{mutualGuildCount} gjensidig fellesskap"
-#: src/components/channel/dm/DMWelcomeSection.tsx:156
+#: src/components/channel/dm/DMWelcomeSection.tsx:168
msgid "{mutualGuildCount} mutual communities"
msgstr "{mutualGuildCount} gjensidige fellesskap"
@@ -632,7 +632,7 @@ msgstr "{participantCount} deltakere i samtale"
#: src/components/auth/InviteHeader.tsx:235
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:276
-#: src/components/channel/InviteEmbed.tsx:439
+#: src/components/channel/InviteEmbed.tsx:441
msgid "{presenceCount} Online"
msgstr "{presenceCount} pålogget"
@@ -644,15 +644,15 @@ msgstr "{remaining} tegn igjen"
msgid "{remaining} characters left. Get Plutonium to write up to {premiumMaxLength} characters."
msgstr "{remaining} tegn igjen. Skaff Plutonium for å skrive opptil {premiumMaxLength} tegn."
-#: src/components/channel/InviteEmbed.tsx:301
+#: src/components/channel/InviteEmbed.tsx:303
msgid "{renderedMemberCount} Member"
msgstr "{renderedMemberCount} Medlem"
-#: src/components/channel/InviteEmbed.tsx:301
+#: src/components/channel/InviteEmbed.tsx:303
msgid "{renderedMemberCount} Members"
msgstr "{renderedMemberCount} Medlemmer"
-#: src/components/channel/InviteEmbed.tsx:296
+#: src/components/channel/InviteEmbed.tsx:298
msgid "{renderedPresenceCount} Online"
msgstr "{renderedPresenceCount} pålogget"
@@ -704,11 +704,11 @@ msgstr "{totalSeconds} sekund"
msgid "{totalSeconds} seconds"
msgstr "{totalSeconds} sekunder"
-#: src/components/layout/GuildsLayout.tsx:231
+#: src/components/layout/GuildsLayout.tsx:229
msgid "{unavailableCount} communities are temporarily unavailable due to a flux capacitor malfunction."
msgstr "{unavailableCount} fellesskap er midlertidig utilgjengelige på grunn av en feil i fluxkondensatoren."
-#: src/components/layout/GuildsLayout.tsx:230
+#: src/components/layout/GuildsLayout.tsx:228
msgid "{unavailableCount} community is temporarily unavailable due to a flux capacitor malfunction."
msgstr "{unavailableCount} fellesskap er midlertidig utilgjengelig på grunn av en feil i fluxkondensatoren."
@@ -814,27 +814,27 @@ msgstr "@everyone-omtaler"
msgid "@username"
msgstr "@username"
-#: src/components/channel/CallMessage.tsx:75
+#: src/components/channel/CallMessage.tsx:72
msgid "# days"
msgstr "# dager"
-#: src/components/channel/CallMessage.tsx:76
+#: src/components/channel/CallMessage.tsx:73
msgid "# hours"
msgstr "# timer"
-#: src/components/channel/CallMessage.tsx:77
+#: src/components/channel/CallMessage.tsx:74
msgid "# minutes"
msgstr "# minutter"
-#: src/components/channel/CallMessage.tsx:73
+#: src/components/channel/CallMessage.tsx:70
msgid "# months"
msgstr "# måneder"
-#: src/components/channel/CallMessage.tsx:74
+#: src/components/channel/CallMessage.tsx:71
msgid "# weeks"
msgstr "# uker"
-#: src/components/channel/CallMessage.tsx:72
+#: src/components/channel/CallMessage.tsx:69
msgid "# years"
msgstr "# år"
@@ -878,11 +878,11 @@ msgstr "<0/> fjernet <1/> fra gruppen."
msgid "<0/> removed someone from the group."
msgstr "<0/> fjernet noen fra gruppen."
-#: src/components/channel/CallMessage.tsx:191
+#: src/components/channel/CallMessage.tsx:185
msgid "<0/> started a call that lasted {durationText}."
msgstr "<0/> startet en samtale som varte {durationText}."
-#: src/components/channel/CallMessage.tsx:154
+#: src/components/channel/CallMessage.tsx:148
msgid "<0/> started a call."
msgstr "<0/> startet en samtale."
@@ -943,11 +943,11 @@ msgstr "<0>Opphevet demping0> for medlemmen."
msgid "<0>Warning:0> This will also disable SMS two-factor authentication."
msgstr "<0>Advarsel:0> Dette vil også deaktivere tofaktor via SMS."
-#: src/components/modals/tabs/BetaCodesTab.tsx:278
+#: src/components/modals/tabs/BetaCodesTab.tsx:282
msgid "1 code remaining this week"
msgstr "1 kode igjen denne uken"
-#: src/components/channel/CallMessage.tsx:75
+#: src/components/channel/CallMessage.tsx:72
#: src/components/modals/BanMemberModal.tsx:54
#: src/components/modals/InviteModal.tsx:77
#: src/components/modals/InviteModal.tsx:212
@@ -956,7 +956,7 @@ msgstr "1 kode igjen denne uken"
msgid "1 day"
msgstr "1 dag"
-#: src/components/channel/CallMessage.tsx:76
+#: src/components/channel/CallMessage.tsx:73
#: src/components/modals/BanMemberModal.tsx:52
#: src/components/modals/channelTabs/ChannelOverviewTab.tsx:154
#: src/components/modals/CustomStatusBottomSheet.tsx:44
@@ -993,7 +993,7 @@ msgstr "1 minutt og {seconds} sekunder"
msgid "1 minute and 1 second"
msgstr "1 minutt og 1 sekund"
-#: src/components/channel/CallMessage.tsx:73
+#: src/components/channel/CallMessage.tsx:70
#: src/components/modals/BanMemberModal.tsx:59
msgid "1 month"
msgstr "1 måned"
@@ -1002,12 +1002,12 @@ msgstr "1 måned"
msgid "1 Month"
msgstr "1 måned"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:99
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:120
msgid "1 Month {monthlyPrice}"
msgstr "1 måned {monthlyPrice}"
-#: src/components/modals/components/plutonium/GiftSection.tsx:78
-#: src/components/modals/components/plutonium/PricingSection.tsx:110
+#: src/components/modals/components/plutonium/GiftSection.tsx:88
+#: src/components/modals/components/plutonium/PricingSection.tsx:128
msgid "1 Month Gift"
msgstr "1 måneds gave"
@@ -1020,22 +1020,22 @@ msgstr "1 bruk"
msgid "1 user"
msgstr "1 bruker"
-#: src/components/channel/CallMessage.tsx:74
+#: src/components/channel/CallMessage.tsx:71
#: src/components/modals/BanMemberModal.tsx:57
#: src/components/modals/TimeoutMemberOptions.ts:39
msgid "1 week"
msgstr "1 uke"
-#: src/components/channel/CallMessage.tsx:72
+#: src/components/channel/CallMessage.tsx:69
msgid "1 year"
msgstr "1 år"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:91
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:109
msgid "1 Year {yearlyPrice}"
msgstr "1 år {yearlyPrice}"
-#: src/components/modals/components/plutonium/GiftSection.tsx:69
-#: src/components/modals/components/plutonium/PricingSection.tsx:101
+#: src/components/modals/components/plutonium/GiftSection.tsx:76
+#: src/components/modals/components/plutonium/PricingSection.tsx:116
msgid "1 Year Gift"
msgstr "1 års gave"
@@ -1286,8 +1286,8 @@ msgstr "8 timer"
msgid "A 4-digit tag will be added automatically to ensure uniqueness"
msgstr "En firesifret tag legges automatisk til for å sikre unikhet"
-#: src/components/channel/CallMessage.tsx:86
-#: src/components/channel/CallMessage.tsx:148
+#: src/components/channel/CallMessage.tsx:83
+#: src/components/channel/CallMessage.tsx:142
msgid "a few seconds"
msgstr "noen sekunder"
@@ -1299,7 +1299,7 @@ msgstr "En håndfull tastaturkrigere samles..."
msgid "A helpful bot that does amazing things!"
msgstr "En hjelpsom bot som gjør fantastiske ting!"
-#: src/components/channel/CallMessage.tsx:77
+#: src/components/channel/CallMessage.tsx:74
msgid "a minute"
msgstr "et minutt"
@@ -1316,7 +1316,7 @@ msgid "A symphony of clacking keys is underway..."
msgstr "En symfoni av klikkende taster er i gang..."
#: src/components/modals/tabs/MyProfileTab/BioEditor.tsx:127
-#: src/components/modals/UserProfileMobileSheet.tsx:528
+#: src/components/modals/UserProfileMobileSheet.tsx:532
#: src/components/pages/YouPage.tsx:132
msgid "About Me"
msgstr "Om meg"
@@ -1330,18 +1330,18 @@ msgstr "Om deg"
msgid "Accent Color"
msgstr "Aksentfarge"
-#: src/components/channel/channel-view/DMChannelView.tsx:291
-#: src/components/channel/dm/DMWelcomeSection.tsx:116
+#: src/components/channel/channel-view/DMChannelView.tsx:292
+#: src/components/channel/dm/DMWelcomeSection.tsx:128
#: src/components/channel/friends/FriendListItem.tsx:238
#: src/components/channel/friends/MobileFriendRequestItem.tsx:99
#: src/components/voice/IncomingCallUI.tsx:302
msgid "Accept"
msgstr "Godta"
-#: src/components/bottomsheets/DMBottomSheet.tsx:515
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:260
-#: src/components/modals/UserProfileModal.tsx:1258
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:88
+#: src/components/bottomsheets/DMBottomSheet.tsx:517
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:262
+#: src/components/modals/UserProfileModal.tsx:1259
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:109
msgid "Accept Friend Request"
msgstr "Godta venneforespørsel"
@@ -1358,7 +1358,7 @@ msgstr "Godta invitasjon"
msgid "Accept the incoming call"
msgstr "Godta innkommende samtale"
-#: src/components/channel/InviteEmbed.tsx:226
+#: src/components/channel/InviteEmbed.tsx:228
#: src/components/modals/InviteAcceptModal.tsx:163
msgid "Accepting this invite installs the pack automatically."
msgstr "Å godta denne invitasjonen installerer pakken automatisk."
@@ -1407,7 +1407,7 @@ msgstr "Konto og Premium"
msgid "Account appears to exist solely for spamming"
msgstr "Kontoen ser ut til kun å eksistere for å sende søppelpost"
-#: src/components/modals/ClaimAccountModal.tsx:105
+#: src/components/modals/ClaimAccountModal.tsx:107
msgid "Account claimed successfully"
msgstr "Kontoen ble bekreftet"
@@ -1459,7 +1459,7 @@ msgstr "Kun i alle direkte meldinger du noen gang har vært i"
msgid "Action with both icons!"
msgstr "Handling med begge ikoner!"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:124
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:143
msgid "Active"
msgstr "Aktiv"
@@ -1584,12 +1584,13 @@ msgstr "Legg til e-post"
msgid "Add Favorite Channels"
msgstr "Legg til favorittkanaler"
-#: src/components/bottomsheets/DMBottomSheet.tsx:524
+#: src/components/bottomsheets/DMBottomSheet.tsx:527
#: src/components/channel/dm/AddFriendView.tsx:32
#: src/components/channel/dm/DMFriendsView.tsx:199
#: src/components/modals/AddFriendSheet.tsx:50
-#: src/components/modals/UserProfileModal.tsx:1178
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:68
+#: src/components/modals/UserProfileModal.tsx:1179
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:75
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:89
msgid "Add Friend"
msgstr "Legg til venn"
@@ -1597,7 +1598,7 @@ msgstr "Legg til venn"
msgid "Add Friends"
msgstr "Legg til venner"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1187
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1211
#: src/components/channel/ChannelHeader.tsx:630
#: src/components/channel/dm/GroupDMWelcomeSection.tsx:85
msgid "Add Friends to Group"
@@ -1612,7 +1613,7 @@ msgstr "Legg til element"
msgid "Add new reactions to messages."
msgstr "Legg til nye reaksjoner på meldinger."
-#: src/components/bottomsheets/DMBottomSheet.tsx:426
+#: src/components/bottomsheets/DMBottomSheet.tsx:428
#: src/components/profile/ProfileCard/ProfileCardActions.tsx:48
#: src/components/uikit/ContextMenu/items/UserNoteMenuItems.tsx:42
msgid "Add Note"
@@ -1647,7 +1648,7 @@ msgstr "Legg til skjema for telefonnummer"
#: src/components/channel/MessageActionBar.tsx:450
#: src/components/channel/MessageActionBar.tsx:741
#: src/components/channel/messageActionMenu.tsx:92
-#: src/components/channel/MessageReactions.tsx:264
+#: src/components/channel/MessageReactions.tsx:263
#: src/components/uikit/ContextMenu/items/MessageMenuItems.tsx:65
msgid "Add Reaction"
msgstr "Legg til reaksjon"
@@ -1695,8 +1696,8 @@ msgid "Add to favorites"
msgstr "Legg til i favoritter"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:370
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1103
-#: src/components/bottomsheets/DMBottomSheet.tsx:400
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1127
+#: src/components/bottomsheets/DMBottomSheet.tsx:402
#: src/components/channel/ChannelHeader.tsx:547
#: src/components/channel/ChannelHeader.tsx:595
#: src/components/channel/ChannelHeader.tsx:600
@@ -1731,11 +1732,11 @@ msgid "Added to bookmarks"
msgstr "Lagt til bokmerker"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:118
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:544
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:558
msgid "Added to favorites"
msgstr "Lagt til favoritter"
-#: src/components/bottomsheets/DMBottomSheet.tsx:129
+#: src/components/bottomsheets/DMBottomSheet.tsx:131
msgid "Added to Favorites"
msgstr "Lagt til i favoritter"
@@ -1752,7 +1753,7 @@ msgstr "Lagt til: {createdDate}"
msgid "Added: {createdDate} • Last used: {lastUsedDate}"
msgstr "Lagt til: {createdDate} • Sist brukt: {lastUsedDate}"
-#: src/components/pages/ReportPage.tsx:943
+#: src/components/pages/report/ReportStepDetails.tsx:222
msgid "Additional Comments (optional)"
msgstr "Ytterligere kommentarer (valgfritt)"
@@ -1873,7 +1874,7 @@ msgstr "Alle anrop varsles stille i stedet for å ringe. Som standard er anrop f
msgid "All Communities"
msgstr "Alle fellesskap"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:74
+#: src/components/modals/components/plutonium/VisionarySection.tsx:83
msgid "All current and future Plutonium benefits, forever"
msgstr "Alle nåværende og fremtidige Plutonium-fordeler, for alltid"
@@ -1911,7 +1912,7 @@ msgstr "Alle medlemmer"
msgid "All messages"
msgstr "Alle meldinger"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1377
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1401
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:206
#: src/components/modals/GuildNotificationSettingsModal.tsx:87
#: src/components/modals/GuildNotificationSettingsModal.tsx:273
@@ -2071,11 +2072,11 @@ msgstr "Tillot {0}."
msgid "Already have an account?"
msgstr "Har du allerede en konto?"
-#: src/components/channel/InviteEmbed.tsx:187
+#: src/components/channel/InviteEmbed.tsx:189
msgid "Already joined"
msgstr "Allerede med"
-#: src/components/channel/GiftEmbed.tsx:90
+#: src/components/channel/GiftEmbed.tsx:97
msgid "Already redeemed"
msgstr "Allerede innløst"
@@ -2135,8 +2136,8 @@ msgstr "Stol alltid på <0>{hostname}0> — hopp over denne advarselen neste g
msgid "Always underline links"
msgstr "Understrek alltid lenker"
-#: src/components/channel/ChannelSearchResults.tsx:511
-#: src/components/channel/ChannelSearchResults.tsx:562
+#: src/components/channel/ChannelSearchResults.tsx:480
+#: src/components/channel/ChannelSearchResults.tsx:531
#: src/hooks/useChannelSearch.ts:233
#: src/hooks/useChannelSearch.ts:375
msgid "An error occurred while searching"
@@ -2198,7 +2199,7 @@ msgid "Animated Emoji ({0})"
msgstr "Animerte emoji ({0})"
#: src/components/channel/embeds/media/EmbedGifv.tsx:237
-#: src/components/channel/embeds/media/EmbedGifv.tsx:725
+#: src/components/channel/embeds/media/EmbedGifv.tsx:749
#: src/components/modals/MediaViewerModal.tsx:294
#: src/components/modals/MediaViewerModal.tsx:362
msgid "Animated GIF"
@@ -2320,8 +2321,8 @@ msgstr "Applikasjonen ble oppdatert"
msgid "Applications"
msgstr "Applikasjoner"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:99
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:137
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:103
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:141
msgid "Applications & Bots"
msgstr "Applikasjoner og roboter"
@@ -2352,7 +2353,7 @@ msgid "Archive"
msgstr "Arkiv"
#. placeholder {0}: user.username
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:162
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:164
#: src/components/modals/UserProfileActionsSheet.tsx:133
#: src/utils/RelationshipActionUtils.tsx:141
msgid "Are you sure you want to block {0}? They won't be able to message you or send you friend requests."
@@ -2368,8 +2369,8 @@ msgid "Are you sure you want to close this group DM? You can always reopen it la
msgstr "Er du sikker på at du vil lukke denne gruppe-DMen? Du kan åpne den igjen senere."
#. placeholder {0}: recipient?.username ?? ''
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:601
-#: src/components/bottomsheets/DMBottomSheet.tsx:303
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:615
+#: src/components/bottomsheets/DMBottomSheet.tsx:305
msgid "Are you sure you want to close your DM with {0}? You can always reopen it later."
msgstr "Er du sikker på at du vil lukke DM-en din med {0}? Du kan åpne den igjen senere."
@@ -2406,7 +2407,7 @@ msgid "Are you sure you want to delete #{0}? This action cannot be undone."
msgstr "Er du sikker på at du vil slette #{0}? Dette kan ikke angres."
#. placeholder {0}: channel.name ?? 'this channel'
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:667
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:681
msgid "Are you sure you want to delete #{0}? This cannot be undone."
msgstr "Er du sikker på at du vil slette #{0}? Dette kan ikke angres."
@@ -2504,7 +2505,7 @@ msgstr "Er du sikker på at du vil forlate {0}?"
msgid "Are you sure you want to leave this community? You will no longer be able to see any messages."
msgstr "Er du sikker på at du vil forlate dette fellesskapet? Du vil ikke lenger kunne se meldinger."
-#: src/components/bottomsheets/DMBottomSheet.tsx:338
+#: src/components/bottomsheets/DMBottomSheet.tsx:340
#: src/hooks/useLeaveGroup.tsx:43
msgid "Are you sure you want to leave this group? You will no longer be able to see any messages."
msgstr "Er du sikker på at du vil forlate denne gruppen? Du vil ikke lenger kunne se meldinger."
@@ -2515,9 +2516,9 @@ msgid "Are you sure you want to make {0} the group owner? You will lose owner pr
msgstr "Er du sikker på at du vil gjøre {0} til gruppeeier? Du mister eierrettigheter."
#. placeholder {0}: user.username
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:145
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:147
#: src/components/modals/UserProfileActionsSheet.tsx:116
-#: src/components/modals/UserProfileMobileSheet.tsx:303
+#: src/components/modals/UserProfileMobileSheet.tsx:304
#: src/utils/RelationshipActionUtils.tsx:114
msgid "Are you sure you want to remove {0} as a friend?"
msgstr "Er du sikker på at du vil fjerne {0} som venn?"
@@ -2557,10 +2558,10 @@ msgid "Are you sure you want to transfer ownership of the group to {0}?"
msgstr "Er du sikker på at du vil overføre gruppeeierskapet til {0}?"
#. placeholder {0}: user.username
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:179
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:181
#: src/components/modals/tabs/BlockedUsersTab.tsx:57
#: src/components/modals/UserProfileActionsSheet.tsx:150
-#: src/components/modals/UserProfileMobileSheet.tsx:319
+#: src/components/modals/UserProfileMobileSheet.tsx:320
#: src/utils/RelationshipActionUtils.tsx:168
msgid "Are you sure you want to unblock {0}?"
msgstr "Er du sikker på at du vil oppheve blokkeringen av {0}?"
@@ -2573,7 +2574,7 @@ msgstr "Kunstklubb"
msgid "Artists' Corner"
msgstr "Kunstnernes hjørne"
-#: src/components/modals/components/plutonium/PricingSection.tsx:63
+#: src/components/modals/components/plutonium/PricingSection.tsx:69
msgid "As a Gift"
msgstr "Som gave"
@@ -2689,7 +2690,7 @@ msgstr "Lydinnstillinger"
msgid "Audio will be included with this screen share."
msgstr "Lyd blir inkludert i denne skjermdelingen."
-#: src/components/pages/ReportPage.tsx:311
+#: src/components/pages/report/optionDescriptors.ts:83
msgid "Austria"
msgstr "Østerrike"
@@ -2844,6 +2845,7 @@ msgstr "Gjennomsnittlig ping:"
#: src/components/modals/PhoneAddModal.tsx:235
#: src/components/modals/RequiredActionModal.tsx:463
#: src/components/pages/OAuthAuthorizePage.tsx:694
+#: src/components/pages/report/ReportStepDetails.tsx:243
msgid "Back"
msgstr "Tilbake"
@@ -2933,7 +2935,7 @@ msgid "Balanced quality and bandwidth"
msgstr "Balansert kvalitet og båndbredde"
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:353
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:320
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:323
#: src/components/modals/UserProfileActionsSheet.tsx:262
msgid "Ban"
msgstr "Utesteng"
@@ -3035,7 +3037,7 @@ msgstr "før:"
msgid "Begin a call in the current private conversation"
msgstr "Start en samtale i den private samtalen"
-#: src/components/pages/ReportPage.tsx:312
+#: src/components/pages/report/optionDescriptors.ts:84
msgid "Belgium"
msgstr "Belgia"
@@ -3066,7 +3068,7 @@ msgstr "Betakode (valgfritt)"
msgid "Beta Code Redeemed!"
msgstr "Betakode innløst!"
-#: src/components/modals/tabs/BetaCodesTab.tsx:313
+#: src/components/modals/tabs/BetaCodesTab.tsx:338
#: src/components/modals/utils/settingsSearchIndex.ts:741
msgid "Beta Codes"
msgstr "Betakoder"
@@ -3083,13 +3085,13 @@ msgstr "Bio"
msgid "Bio character limit"
msgstr "Bio-tegnbegrensning"
-#: src/components/bottomsheets/DMBottomSheet.tsx:538
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:163
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:345
+#: src/components/bottomsheets/DMBottomSheet.tsx:541
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:165
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:348
#: src/components/modals/UserProfileActionsSheet.tsx:134
#: src/components/modals/UserProfileActionsSheet.tsx:298
#: src/components/modals/UserProfileModal.tsx:1062
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:190
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:211
#: src/utils/RelationshipActionUtils.tsx:143
msgid "Block"
msgstr "Blokker"
@@ -3106,7 +3108,7 @@ msgstr "Blokkere direktemeldinger fra fellesskapsmedlemmer?"
msgid "Block for all communities"
msgstr "Blokker for alle fellesskap"
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:161
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:163
#: src/components/modals/UserProfileActionsSheet.tsx:132
#: src/utils/RelationshipActionUtils.tsx:139
msgid "Block User"
@@ -3270,7 +3272,7 @@ msgstr "Nettleserlyd kreves"
msgid "Browser locale ({browserLocale}): {format}"
msgstr "Nettleserspråk ({browserLocale}): {format}"
-#: src/components/pages/ReportPage.tsx:313
+#: src/components/pages/report/optionDescriptors.ts:85
msgid "Bulgaria"
msgstr "Bulgaria"
@@ -3313,16 +3315,16 @@ msgstr "Knapper viser en lastestatus når submitting er sann."
msgid "Buttons with Icons"
msgstr "Knapper med ikoner"
-#: src/components/modals/components/plutonium/GiftSection.tsx:74
-#: src/components/modals/components/plutonium/GiftSection.tsx:83
-#: src/components/modals/components/plutonium/GiftSection.tsx:92
-#: src/components/modals/components/plutonium/PricingSection.tsx:106
-#: src/components/modals/components/plutonium/PricingSection.tsx:115
-#: src/components/modals/components/plutonium/PricingSection.tsx:124
+#: src/components/modals/components/plutonium/GiftSection.tsx:81
+#: src/components/modals/components/plutonium/GiftSection.tsx:93
+#: src/components/modals/components/plutonium/GiftSection.tsx:105
+#: src/components/modals/components/plutonium/PricingSection.tsx:121
+#: src/components/modals/components/plutonium/PricingSection.tsx:133
+#: src/components/modals/components/plutonium/PricingSection.tsx:145
msgid "Buy Gift"
msgstr "Kjøp gave"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:114
+#: src/components/modals/components/plutonium/VisionarySection.tsx:140
msgid "Buying Visionary will cancel your current {currentAccessLabel} immediately. It is a one-time purchase with lifetime access."
msgstr "Kjøp av Visionary vil straks avslutte din nåværende {currentAccessLabel}. Det er et engangskjøp med livstids tilgang."
@@ -3347,7 +3349,7 @@ msgstr "Omgå tregmodus"
msgid "Bypass Splash Screen"
msgstr "Omgå splash-skjerm"
-#: src/components/channel/channel-view/DMChannelView.tsx:271
+#: src/components/channel/channel-view/DMChannelView.tsx:272
msgid "Call available"
msgstr "Samtale tilgjengelig"
@@ -3446,11 +3448,11 @@ msgstr "Kamerainnstillinger"
#: src/components/modals/CategoryCreateModal.tsx:79
#: src/components/modals/ChannelCreateModal.tsx:100
#: src/components/modals/ChannelDeleteModal.tsx:72
-#: src/components/modals/ClaimAccountModal.tsx:179
-#: src/components/modals/ClaimAccountModal.tsx:219
-#: src/components/modals/components/MobileSettingsView.tsx:302
+#: src/components/modals/ClaimAccountModal.tsx:181
+#: src/components/modals/ClaimAccountModal.tsx:221
+#: src/components/modals/components/MobileSettingsView.tsx:297
#: src/components/modals/components/plutonium/hooks/useCheckoutActions.tsx:110
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:328
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:371
#: src/components/modals/ConfirmModal.tsx:146
#: src/components/modals/CreateDMModal.tsx:88
#: src/components/modals/CreateFavoriteCategoryModal.tsx:74
@@ -3473,7 +3475,7 @@ msgstr "Kamerainnstillinger"
#: src/components/modals/HideOwnCameraConfirmModal.tsx:65
#: src/components/modals/IARModal.tsx:218
#: src/components/modals/ImageCropModal.tsx:981
-#: src/components/modals/InviteModal.tsx:336
+#: src/components/modals/InviteModal.tsx:333
#: src/components/modals/KickMemberModal.tsx:60
#: src/components/modals/MfaTotpDisableModal.tsx:75
#: src/components/modals/MfaTotpEnableModal.tsx:102
@@ -3498,11 +3500,11 @@ msgstr "Kamerainnstillinger"
msgid "Cancel"
msgstr "Avbryt"
-#: src/components/channel/dm/DMWelcomeSection.tsx:126
+#: src/components/channel/dm/DMWelcomeSection.tsx:138
#: src/components/channel/friends/FriendListItem.tsx:164
#: src/components/channel/friends/FriendListItem.tsx:166
-#: src/components/modals/UserProfileModal.tsx:1273
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:171
+#: src/components/modals/UserProfileModal.tsx:1274
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:192
msgid "Cancel Friend Request"
msgstr "Avbryt venneforespørsel"
@@ -3522,7 +3524,7 @@ msgstr "Avbryt forespørsel"
msgid "Cancel upload"
msgstr "Avbryt opplasting"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:118
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:137
msgid "Canceling"
msgstr "Avbryter"
@@ -3566,7 +3568,7 @@ msgstr "Kortjustering"
msgid "Card alignment controls"
msgstr "Kortjusteringskontroller"
-#: src/components/modals/components/MobileSettingsView.tsx:123
+#: src/components/modals/components/MobileSettingsView.tsx:118
#: src/components/modals/components/SettingsModalHeader.tsx:76
msgid "Careful! You have unsaved changes."
msgstr "Forsiktig! Du har ulagrede endringer."
@@ -3576,7 +3578,7 @@ msgstr "Forsiktig! Du har ulagrede endringer."
msgid "Category"
msgstr "Kategori"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1371
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1395
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:239
msgid "Category Default"
msgstr "Standardkategori"
@@ -3594,7 +3596,7 @@ msgstr "Kategori full"
msgid "Category Name"
msgstr "Kategorinavn"
-#: src/components/modals/ChannelSettingsModal.tsx:105
+#: src/components/modals/ChannelSettingsModal.tsx:113
#: src/components/modals/components/DesktopChannelSettingsView.tsx:188
msgid "Category Settings"
msgstr "Kategorinnstillinger"
@@ -3625,7 +3627,7 @@ msgstr "Endre bakgrunn"
msgid "Change Banner"
msgstr "Endre banner"
-#: src/components/pages/ReportPage.tsx:752
+#: src/components/pages/report/ReportStepVerification.tsx:126
msgid "Change email"
msgstr "Endre e-post"
@@ -3647,8 +3649,8 @@ msgstr "Endre FluxerTag"
msgid "Change FluxerTag form"
msgstr "Endre FluxerTag-skjema"
-#: src/components/bottomsheets/DMBottomSheet.tsx:433
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:133
+#: src/components/bottomsheets/DMBottomSheet.tsx:435
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:154
msgid "Change Friend Nickname"
msgstr "Endre vennens kallenavn"
@@ -3673,7 +3675,7 @@ msgid "Change My Group Nickname"
msgstr "Endre gruppekallenavnet mitt"
#: src/components/modals/BaseChangeNicknameModal.tsx:82
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:238
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:240
#: src/components/modals/RenameChannelModal.tsx:58
#: src/components/modals/UserProfileActionsSheet.tsx:225
#: src/components/modals/UserProfileActionsSheet.tsx:225
@@ -3760,8 +3762,8 @@ msgstr "Endret stemmeregionen til {0}."
msgid "channel"
msgstr "kanal"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:483
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:549
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:497
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:563
#: src/components/invites/InviteListItem.tsx:50
#: src/components/webhooks/WebhookListItem.tsx:240
#: src/constants/AuditLogConstants.tsx:236
@@ -3796,7 +3798,7 @@ msgid "Channel Debug"
msgstr "Kanalfiksing"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:188
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:675
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:689
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:329
msgid "Channel deleted"
msgstr "Kanal slettet"
@@ -3806,11 +3808,11 @@ msgid "Channel Deleted"
msgstr "Kanal slettet"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:273
-#: src/components/bottomsheets/DMBottomSheet.tsx:366
+#: src/components/bottomsheets/DMBottomSheet.tsx:368
msgid "Channel ID copied"
msgstr "Kanal-ID kopiert"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:535
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:549
msgid "Channel ID copied to clipboard"
msgstr "Kanal-ID kopiert til utklippstavlen"
@@ -3878,9 +3880,9 @@ msgstr "Kanalopptak"
msgid "Channel removed from favorites"
msgstr "Kanal fjernet fra favoritter"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1092
-#: src/components/layout/ChannelItem.tsx:630
-#: src/components/modals/ChannelSettingsModal.tsx:105
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1116
+#: src/components/layout/ChannelItem.tsx:647
+#: src/components/modals/ChannelSettingsModal.tsx:113
#: src/components/modals/components/DesktopChannelSettingsView.tsx:188
msgid "Channel Settings"
msgstr "Kanalinnstillinger"
@@ -3947,7 +3949,7 @@ msgstr "Sjekk <0>Bluesky (@fluxer.app)0> for statusoppdateringer."
msgid "Check out my custom theme!"
msgstr "Sjekk ut mitt egendefinerte tema!"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:105
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:109
msgid "Check your connection and try again."
msgstr "Sjekk tilkoblingen og prøv igjen."
@@ -3969,8 +3971,8 @@ msgstr "Avkrysningsbokser"
msgid "Checking..."
msgstr "Sjekker..."
-#: src/components/pages/ReportPage.tsx:270
-#: src/components/pages/ReportPage.tsx:299
+#: src/components/pages/report/optionDescriptors.ts:51
+#: src/components/pages/report/optionDescriptors.ts:74
#: src/constants/IARConstants.tsx:72
#: src/constants/IARConstants.tsx:175
msgid "Child Safety Concerns"
@@ -3984,6 +3986,10 @@ msgstr "Kinesisk (forenklet)"
msgid "Chinese (Traditional)"
msgstr "Kinesisk (tradisjonelt)"
+#: src/components/pages/report/ReportBreadcrumbs.tsx:46
+msgid "Choose"
+msgstr "Velg"
+
#: src/components/pages/OAuthAuthorizePage.tsx:898
msgid "Choose a community"
msgstr "Velg et fellesskap"
@@ -4080,25 +4086,36 @@ msgstr "Velg profilens aksentfarge"
#: src/components/channel/barriers/BarrierComponents.tsx:109
#: src/components/channel/barriers/BarrierComponents.tsx:240
-#: src/components/layout/app-layout/nagbars/UnclaimedAccountNagbar.tsx:47
-#: src/components/modals/ClaimAccountModal.tsx:225
-#: src/components/modals/components/UnclaimedAccountAlert.tsx:34
+#: src/components/channel/dm/AddFriendForm.tsx:57
+#: src/components/layout/app-layout/nagbars/UnclaimedAccountNagbar.tsx:45
+#: src/components/modals/ClaimAccountModal.tsx:227
+#: src/components/modals/components/UnclaimedAccountAlert.tsx:32
+#: src/components/modals/GiftAcceptModal.tsx:170
#: src/components/modals/tabs/AccountSecurityTab/SecurityTab.tsx:206
+#: src/components/modals/tabs/BetaCodesTab.tsx:297
+#: src/components/modals/tabs/GiftInventoryTab.tsx:242
msgid "Claim Account"
msgstr "Krev konto"
-#: src/components/channel/GiftEmbed.tsx:98
-#: src/components/modals/GiftAcceptModal.tsx:154
+#: src/components/channel/GiftEmbed.tsx:109
+msgid "Claim Account to Redeem"
+msgstr "Krev konto for å innløse"
+
+#: src/components/channel/GiftEmbed.tsx:109
+#: src/components/modals/GiftAcceptModal.tsx:197
#: src/components/pages/GiftLoginPage.tsx:155
#: src/components/pages/GiftRegisterPage.tsx:42
msgid "Claim Gift"
msgstr "Krev gave"
-#: src/components/modals/ClaimAccountModal.tsx:141
+#: src/components/channel/dm/AddFriendForm.tsx:53
+#: src/components/modals/ClaimAccountModal.tsx:143
+#: src/components/modals/tabs/BetaCodesTab.tsx:293
+#: src/components/modals/tabs/GiftInventoryTab.tsx:238
msgid "Claim your account"
msgstr "Krev kontoen din"
-#: src/components/modals/ClaimAccountModal.tsx:146
+#: src/components/modals/ClaimAccountModal.tsx:148
msgid "Claim your account by adding an email and password. We will send a verification code to confirm your email before finishing."
msgstr "Krev kontoen din ved å legge til e-post og passord. Vi sender en verifiseringskode for å bekrefte e-posten før vi fullfører."
@@ -4106,11 +4123,68 @@ msgstr "Krev kontoen din ved å legge til e-post og passord. Vi sender en verifi
msgid "Claim your account to access security features like two-factor authentication and passkeys."
msgstr "Krev kontoen din for å få tilgang til sikkerhetsfunksjoner som tofaktorautentisering og passkeys."
+#: src/components/channel/ChannelHeader/CallButtons.tsx:85
+#: src/components/channel/ChannelHeader/CallButtons.tsx:155
+msgid "Claim your account to call"
+msgstr "Krev kontoen din for å ringe"
+
#: src/components/modals/tabs/MyProfileTab/UsernameSection.tsx:49
msgid "Claim your account to change your FluxerTag"
msgstr "Krev kontoen din for å endre FluxerTag"
-#: src/components/modals/GiftAcceptModal.tsx:145
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:146
+msgid "Claim your account to create applications."
+msgstr "Krev kontoen din for å opprette applikasjoner."
+
+#: src/components/modals/tabs/BetaCodesTab.tsx:294
+msgid "Claim your account to generate beta codes."
+msgstr "Krev kontoen din for å generere beta-koder."
+
+#: src/components/layout/ChannelItem.tsx:208
+#: src/components/layout/ChannelItem.tsx:382
+#: src/stores/voice/MediaEngineFacade.ts:537
+msgid "Claim your account to join this voice channel."
+msgstr "Krev kontoen din for å bli med i denne stemmekanalen."
+
+#: src/stores/voice/MediaEngineFacade.ts:170
+msgid "Claim your account to join voice channels you don't own."
+msgstr "Krev kontoen din for å bli med i stemmekanaler du ikke eier."
+
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:55
+#: src/components/modals/components/plutonium/GiftSection.tsx:61
+#: src/components/modals/components/plutonium/PricingSection.tsx:63
+#: src/components/modals/components/plutonium/VisionarySection.tsx:62
+#: src/components/modals/components/PlutoniumContent.tsx:99
+msgid "Claim your account to purchase Fluxer Plutonium."
+msgstr "Krev kontoen din for å kjøpe Fluxer Plutonium."
+
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:112
+msgid "Claim your account to purchase or redeem Fluxer Plutonium."
+msgstr "Krev kontoen din for å kjøpe eller innløse Fluxer Plutonium."
+
+#: src/components/modals/tabs/GiftInventoryTab.tsx:239
+msgid "Claim your account to redeem or manage Plutonium gift codes."
+msgstr "Krev kontoen din for å innløse eller administrere Plutonium gavekoder."
+
+#: src/components/channel/GiftEmbed.tsx:99
+#: src/components/modals/GiftAcceptModal.tsx:154
+msgid "Claim your account to redeem this gift."
+msgstr "Krev kontoen din for å innløse denne gaven."
+
+#: src/components/channel/dm/AddFriendForm.tsx:54
+#: src/components/channel/dm/DMWelcomeSection.tsx:109
+#: src/components/modals/UserProfileModal.tsx:1289
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:65
+msgid "Claim your account to send friend requests."
+msgstr "Krev kontoen din for å sende vennforespørsel."
+
+#: src/components/channel/ChannelHeader/CallButtons.tsx:54
+#: src/components/channel/ChannelHeader/CallButtons.tsx:124
+#: src/stores/voice/MediaEngineFacade.ts:179
+msgid "Claim your account to start or join 1:1 calls."
+msgstr "Krev kontoen din for å starte eller bli med i 1:1 samtaler."
+
+#: src/components/modals/GiftAcceptModal.tsx:188
msgid "Claim your gift to activate your premium subscription!"
msgstr "Krev gaven din for å aktivere premium-abonnementet!"
@@ -4164,8 +4238,8 @@ msgstr "Fjern tillatelser"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:420
#: src/components/channel/MessageSearchBar/MessageSearchBar.tsx:1424
-#: src/components/channel/shared/PickerSearchInput.tsx:195
-#: src/components/channel/shared/PickerSearchInput.tsx:212
+#: src/components/channel/shared/PickerSearchInput.tsx:194
+#: src/components/channel/shared/PickerSearchInput.tsx:211
#: src/components/modals/components/SettingsSearch.tsx:108
msgid "Clear search"
msgstr "Tøm søk"
@@ -4200,11 +4274,11 @@ msgstr "Klistremerkebeskrivelsen er fjernet."
msgid "Cleared the topic."
msgstr "Temaet er fjernet."
-#: src/components/modals/components/MobileSettingsView.tsx:297
+#: src/components/modals/components/MobileSettingsView.tsx:292
msgid "Clearing subscriptions ensures the gateway stops sending messages to this installation."
msgstr "Å tømme abonnementene sikrer at gatewayen slutter å sende meldinger til denne installasjonen."
-#: src/components/modals/tabs/BetaCodesTab.tsx:366
+#: src/components/modals/tabs/BetaCodesTab.tsx:391
msgid "Click \"Create Code\" to generate your first code."
msgstr "Klikk \"Opprett kode\" for å generere din første kode."
@@ -4240,13 +4314,13 @@ msgstr "Klikk for å legge til en notat"
msgid "Click to check and uncheck. Available in square and round styles."
msgstr "Klikk for å merke og fjerne merking. Finnes i kvadratisk og rund stil."
-#: src/components/channel/GiftEmbed.tsx:90
+#: src/components/channel/GiftEmbed.tsx:100
msgid "Click to claim your gift!"
msgstr "Klikk for å kreve gaven din!"
#: src/components/invites/InviteListItem.tsx:184
#: src/components/modals/components/ClientInfo.tsx:76
-#: src/components/modals/tabs/BetaCodesTab.tsx:172
+#: src/components/modals/tabs/BetaCodesTab.tsx:174
msgid "Click to copy"
msgstr "Klikk for å kopiere"
@@ -4328,12 +4402,12 @@ msgid "Close"
msgstr "Lukk"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:341
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:600
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:602
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1239
-#: src/components/bottomsheets/DMBottomSheet.tsx:302
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:614
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:616
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1263
#: src/components/bottomsheets/DMBottomSheet.tsx:304
-#: src/components/bottomsheets/DMBottomSheet.tsx:557
+#: src/components/bottomsheets/DMBottomSheet.tsx:306
+#: src/components/bottomsheets/DMBottomSheet.tsx:560
#: src/components/channel/dm/DMList.tsx:292
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:82
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:84
@@ -4358,7 +4432,8 @@ msgstr "Kulltema"
#: src/components/invites/InviteListItem.tsx:54
#: src/components/modals/MfaTotpDisableModal.tsx:64
#: src/components/modals/MfaTotpEnableModal.tsx:91
-#: src/components/modals/tabs/BetaCodesTab.tsx:51
+#: src/components/modals/tabs/BetaCodesTab.tsx:53
+#: src/components/pages/report/ReportBreadcrumbs.tsx:48
msgid "Code"
msgstr "Kode"
@@ -4370,7 +4445,8 @@ msgstr "Kode og monospace"
msgid "Code Blocks"
msgstr "Kodeblokker"
-#: src/components/modals/ClaimAccountModal.tsx:123
+#: src/components/modals/ClaimAccountModal.tsx:125
+#: src/components/pages/ReportPage.tsx:231
msgid "Code resent"
msgstr "Kode sendt på nytt"
@@ -4379,8 +4455,8 @@ msgid "Code sent"
msgstr "Kode sendt"
#: src/components/invites/InviteListItem.tsx:180
-#: src/components/modals/tabs/BetaCodesTab.tsx:104
-#: src/components/modals/tabs/BetaCodesTab.tsx:168
+#: src/components/modals/tabs/BetaCodesTab.tsx:106
+#: src/components/modals/tabs/BetaCodesTab.tsx:170
msgid "Code:"
msgstr "Kode:"
@@ -4472,7 +4548,7 @@ msgstr "Fellesskap dempet"
msgid "Community Debug"
msgstr "Fellesskapsfeilsøking"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1371
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1395
#: src/components/uikit/ContextMenu/items/CategoryMenuItems.tsx:221
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:239
msgid "Community Default"
@@ -4542,8 +4618,8 @@ msgstr "Varslingsinnstillinger for fellesskap"
msgid "Community organizes raids or harassment campaigns"
msgstr "Fellesskapet organiserer raid eller trakasseringskampanjer"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:237
-#: src/components/channel/MemberListItem.tsx:102
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:238
+#: src/components/channel/MemberListItem.tsx:109
#: src/components/modals/guildTabs/GuildMembersTab.tsx:145
#: src/components/modals/guildTabs/GuildMembersTab.tsx:197
msgid "Community Owner"
@@ -4567,14 +4643,14 @@ msgstr "Fellesskapet fremmer eller muliggjør ulovlige aktiviteter"
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:172
#: src/components/modals/components/DesktopGuildSettingsView.tsx:204
-#: src/components/modals/GuildSettingsModal.tsx:168
+#: src/components/modals/GuildSettingsModal.tsx:173
#: src/components/popouts/GuildHeaderPopout.tsx:187
#: src/components/uikit/ContextMenu/items/GuildMenuItems.tsx:360
msgid "Community Settings"
msgstr "Fellesskapsinnstillinger"
-#: src/components/layout/GuildLayout.tsx:301
-#: src/components/layout/GuildLayout.tsx:348
+#: src/components/layout/GuildLayout.tsx:306
+#: src/components/layout/GuildLayout.tsx:353
msgid "Community temporarily unavailable"
msgstr "Fellesskapet er midlertidig utilgjengelig"
@@ -4782,8 +4858,8 @@ msgstr "Koblet til tale"
msgid "Connecting..."
msgstr "Kobler til..."
-#: src/components/channel/channel-view/DMChannelView.tsx:273
-#: src/components/channel/channel-view/DMChannelView.tsx:323
+#: src/components/channel/channel-view/DMChannelView.tsx:274
+#: src/components/channel/channel-view/DMChannelView.tsx:324
#: src/components/voice/CompactVoiceCallView.tsx:55
msgid "Connecting…"
msgstr "Kobler til…"
@@ -4979,7 +5055,7 @@ msgstr "Kontroller aktivitetsstatusen din"
#: src/components/modals/shared/CopyLinkSection.tsx:61
#: src/components/modals/tabs/ApplicationsTab/application-detail/ApplicationHeader.tsx:68
-#: src/components/modals/tabs/GiftInventoryTab.tsx:143
+#: src/components/modals/tabs/GiftInventoryTab.tsx:144
msgid "Copied"
msgstr "Kopiert"
@@ -5001,7 +5077,7 @@ msgstr "Kopiert!"
#: src/components/modals/BackupCodesModal.tsx:82
#: src/components/modals/shared/CopyLinkSection.tsx:61
#: src/components/modals/tabs/ApplicationsTab/application-detail/OAuthBuilderSection.tsx:142
-#: src/components/modals/tabs/GiftInventoryTab.tsx:143
+#: src/components/modals/tabs/GiftInventoryTab.tsx:144
msgid "Copy"
msgstr "Kopier"
@@ -5017,7 +5093,7 @@ msgstr "Kopier lyd"
msgid "Copy authorize URL"
msgstr "Kopier autoriserings-URL"
-#: src/components/modals/tabs/BetaCodesTab.tsx:178
+#: src/components/modals/tabs/BetaCodesTab.tsx:180
msgid "Copy beta code"
msgstr "Kopier betakode"
@@ -5028,8 +5104,8 @@ msgstr "Kopier kategorinummer"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:320
#: src/components/bottomsheets/ChannelBottomSheet.tsx:347
#: src/components/bottomsheets/ChannelBottomSheet.tsx:433
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1293
-#: src/components/bottomsheets/DMBottomSheet.tsx:577
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1317
+#: src/components/bottomsheets/DMBottomSheet.tsx:580
#: src/components/channel/dm/DMList.tsx:271
#: src/components/channel/dm/DMList.tsx:298
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:362
@@ -5090,7 +5166,7 @@ msgstr "Kopier bilde"
msgid "Copy invite link"
msgstr "Kopier invitasjonslenke"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1154
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1178
#: src/components/modals/tabs/ComponentGalleryTab/ButtonsTab.tsx:182
#: src/components/modals/tabs/ComponentGalleryTab/index.tsx:100
#: src/components/modals/tabs/ComponentGalleryTab/Inline.tsx:95
@@ -5131,15 +5207,15 @@ msgstr "Kopier klistremerke-ID"
msgid "Copy Text"
msgstr "Kopier tekst"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1285
-#: src/components/bottomsheets/DMBottomSheet.tsx:570
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1309
+#: src/components/bottomsheets/DMBottomSheet.tsx:573
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:370
#: src/components/modals/guildTabs/BannedUserActionsSheet.tsx:74
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:358
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:361
#: src/components/modals/tabs/BlockedUsersTab.tsx:107
#: src/components/modals/UserProfileActionsSheet.tsx:213
#: src/components/modals/UserProfileModal.tsx:1130
-#: src/components/popouts/UserAreaPopout.tsx:507
+#: src/components/popouts/UserAreaPopout.tsx:509
#: src/components/profile/ProfileCard/ProfileCardActions.tsx:60
#: src/components/uikit/ContextMenu/items/CopyMenuItems.tsx:42
msgid "Copy User ID"
@@ -5175,7 +5251,7 @@ msgstr "Nedtellingstimer"
msgid "Country"
msgstr "Land"
-#: src/components/pages/ReportPage.tsx:928
+#: src/components/pages/report/ReportStepDetails.tsx:205
msgid "Country of Residence"
msgstr "Bostedsland"
@@ -5207,7 +5283,7 @@ msgid "Create a new community or join an existing one."
msgstr "Opprett et nytt fellesskap eller bli med i et eksisterende."
#. placeholder {0}: recipient.username
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:905
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:937
msgid "Create a new group with {0}"
msgstr "Opprett en ny gruppe med {0}"
@@ -5239,7 +5315,7 @@ msgstr "Opprett en konto"
msgid "Create an account to claim your gift"
msgstr "Opprett en konto for å hente gaven din"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:138
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:142
msgid "Create and manage applications and bots for your account."
msgstr "Opprett og administrer applikasjoner og roboter for kontoen din."
@@ -5248,7 +5324,8 @@ msgid "Create and share custom emoji and sticker packs with Fluxer Plutonium."
msgstr "Lag og del egendefinerte emoji- og klistremerkepakker med Fluxer Plutonium."
#: src/components/modals/tabs/ApplicationsTab/ApplicationCreateModal.tsx:87
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:142
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:149
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:155
msgid "Create Application"
msgstr "Opprett applikasjon"
@@ -5267,7 +5344,7 @@ msgid "Create Category"
msgstr "Opprett kategori"
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:180
-#: src/components/layout/ChannelItem.tsx:607
+#: src/components/layout/ChannelItem.tsx:624
#: src/components/modals/ChannelCreateModal.tsx:58
#: src/components/modals/ChannelCreateModal.tsx:103
#: src/components/popouts/GuildHeaderPopout.tsx:194
@@ -5276,8 +5353,8 @@ msgstr "Opprett kategori"
msgid "Create Channel"
msgstr "Opprett kanal"
-#: src/components/modals/tabs/BetaCodesTab.tsx:326
-#: src/components/modals/tabs/BetaCodesTab.tsx:369
+#: src/components/modals/tabs/BetaCodesTab.tsx:351
+#: src/components/modals/tabs/BetaCodesTab.tsx:394
msgid "Create Code"
msgstr "Opprett kode"
@@ -5329,7 +5406,7 @@ msgstr "Opprett ny konto"
msgid "Create new group"
msgstr "Opprett ny gruppe"
-#: src/components/modals/InviteModal.tsx:339
+#: src/components/modals/InviteModal.tsx:336
msgid "Create New Link"
msgstr "Opprett ny lenke"
@@ -5373,7 +5450,7 @@ msgid "Create, edit, or delete webhooks."
msgstr "Opprett, rediger eller slett webhooks."
#: src/components/invites/InviteListItem.tsx:59
-#: src/components/modals/tabs/BetaCodesTab.tsx:57
+#: src/components/modals/tabs/BetaCodesTab.tsx:59
msgid "Created"
msgstr "Opprettet"
@@ -5390,7 +5467,7 @@ msgstr "Opprettet {createdAt}"
#. placeholder {0}: invite.pack.creator.username
#. placeholder {0}: pack.creator.username
#: src/components/auth/InviteHeader.tsx:158
-#: src/components/channel/InviteEmbed.tsx:218
+#: src/components/channel/InviteEmbed.tsx:220
#: src/components/modals/InviteAcceptModal.tsx:152
msgid "Created by {0}"
msgstr "Opprettet av {0}"
@@ -5427,8 +5504,8 @@ msgid "Created with name {newLabel}."
msgstr "Opprettet med navnet {newLabel}."
#: src/components/invites/InviteListItem.tsx:207
-#: src/components/modals/tabs/BetaCodesTab.tsx:135
-#: src/components/modals/tabs/BetaCodesTab.tsx:212
+#: src/components/modals/tabs/BetaCodesTab.tsx:137
+#: src/components/modals/tabs/BetaCodesTab.tsx:214
msgid "Created:"
msgstr "Opprettet:"
@@ -5440,7 +5517,7 @@ msgstr "Creative Minds Collective"
msgid "Creative Writing Club"
msgstr "Creative Writing Club"
-#: src/components/pages/ReportPage.tsx:314
+#: src/components/pages/report/optionDescriptors.ts:86
msgid "Croatia"
msgstr "Kroatia"
@@ -5519,8 +5596,8 @@ msgid "Currently stuck in 1885, appearing offline"
msgstr "Sitter fast i 1885, vises som frakoblet"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:461
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1023
-#: src/components/bottomsheets/DMBottomSheet.tsx:605
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1047
+#: src/components/bottomsheets/DMBottomSheet.tsx:608
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:305
msgid "Currently: {mutedText}"
msgstr "Nå: {mutedText}"
@@ -5665,7 +5742,7 @@ msgstr "Egendefinering av avatar, banner, aksentfarge og bio for enkeltfellesska
msgid "Cut"
msgstr "Klipp"
-#: src/components/pages/ReportPage.tsx:315
+#: src/components/pages/report/optionDescriptors.ts:87
msgid "Cyprus"
msgstr "Kypros"
@@ -5673,7 +5750,7 @@ msgstr "Kypros"
msgid "Czech"
msgstr "Tsjekkisk"
-#: src/components/pages/ReportPage.tsx:316
+#: src/components/pages/report/optionDescriptors.ts:88
msgid "Czech Republic"
msgstr "Tsjekkia"
@@ -5746,9 +5823,9 @@ msgstr "Datoformat"
#: src/components/auth/AuthMinimalRegisterFormCore.tsx:93
#: src/components/auth/AuthRegisterFormCore.tsx:139
-#: src/components/auth/DateOfBirthField.tsx:90
-#: src/components/auth/DateOfBirthField.tsx:124
-#: src/components/auth/DateOfBirthField.tsx:292
+#: src/components/auth/DateOfBirthField.tsx:87
+#: src/components/auth/DateOfBirthField.tsx:121
+#: src/components/auth/DateOfBirthField.tsx:289
#: src/components/auth/MockMinimalRegisterForm.tsx:107
msgid "Date of birth"
msgstr "Fødselsdato"
@@ -5757,8 +5834,7 @@ msgstr "Fødselsdato"
msgid "Date Options"
msgstr "Datoalternativer"
-#: src/components/auth/DateOfBirthField.tsx:88
-#: src/components/auth/DateOfBirthField.tsx:155
+#: src/components/auth/DateOfBirthField.tsx:152
#: src/components/auth/MockMinimalRegisterForm.tsx:73
msgid "Day"
msgstr "Dag"
@@ -5817,11 +5893,11 @@ msgstr "Opphev autorisering"
msgid "Deauthorize Application"
msgstr "Opphev autorisering av applikasjon"
-#: src/components/modals/components/MobileSettingsView.tsx:369
+#: src/components/modals/components/MobileSettingsView.tsx:364
msgid "Debug"
msgstr "Feilsøk"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1267
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1291
#: src/components/uikit/ContextMenu/items/DebugMenuItems.tsx:71
msgid "Debug Channel"
msgstr "Feilsøk kanal"
@@ -5844,7 +5920,7 @@ msgstr "Feilsøk medlem"
msgid "Debug Message"
msgstr "Feilsøk melding"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1275
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1299
#: src/components/uikit/ContextMenu/items/DebugMenuItems.tsx:53
msgid "Debug User"
msgstr "Feilsøk bruker"
@@ -5905,8 +5981,8 @@ msgstr "Standard er slått av på mobil for å spare batteri og data."
#: src/actions/MessageActionCreators.tsx:394
#: src/components/channel/embeds/media/EmbedAudio.tsx:227
#: src/components/channel/embeds/media/MediaContainer.tsx:115
-#: src/components/channel/Messages.tsx:444
-#: src/components/channel/Messages.tsx:524
+#: src/components/channel/Messages.tsx:442
+#: src/components/channel/Messages.tsx:522
#: src/components/channel/MobileMemesPicker.tsx:546
#: src/components/channel/pickers/memes/MemeGridItem.tsx:120
#: src/components/emojis/EmojiListItem.tsx:189
@@ -5923,7 +5999,7 @@ msgstr "Standard er slått av på mobil for å spare batteri og data."
msgid "Delete"
msgstr "Slett"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:666
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:680
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:320
msgid "Delete {channelType}"
msgstr "Slett {channelType}"
@@ -5987,8 +6063,8 @@ msgstr "Slett kategori"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:179
#: src/components/bottomsheets/ChannelBottomSheet.tsx:181
#: src/components/bottomsheets/ChannelBottomSheet.tsx:421
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:668
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1224
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:682
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1248
#: src/components/modals/components/DesktopChannelSettingsView.tsx:176
#: src/components/modals/components/MobileChannelSettingsView.tsx:85
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:322
@@ -6021,8 +6097,8 @@ msgstr "Slett media"
#: src/components/channel/MessageActionBar.tsx:804
#: src/components/channel/messageActionMenu.tsx:156
#: src/components/channel/messageActionMenu.tsx:193
-#: src/components/channel/Messages.tsx:441
-#: src/components/channel/Messages.tsx:521
+#: src/components/channel/Messages.tsx:439
+#: src/components/channel/Messages.tsx:519
#: src/components/uikit/ContextMenu/items/MessageMenuItems.tsx:273
msgid "Delete Message"
msgstr "Slett melding"
@@ -6114,7 +6190,7 @@ msgstr "Avslo {0} og fjernet avslag for {1}."
msgid "Denied {0}."
msgstr "Avslo {0}."
-#: src/components/pages/ReportPage.tsx:317
+#: src/components/pages/report/optionDescriptors.ts:89
msgid "Denmark"
msgstr "Danmark"
@@ -6143,7 +6219,7 @@ msgstr "Beskriv klistremerket"
msgid "Describe what expressions are inside this pack."
msgstr "Beskriv hvilke uttrykk som er i dette settet."
-#: src/components/pages/ReportPage.tsx:946
+#: src/components/pages/report/ReportStepDetails.tsx:225
msgid "Describe what makes the content illegal"
msgstr "Beskriv hva som gjør innholdet ulovlig"
@@ -6205,6 +6281,10 @@ msgstr "Løst banner"
msgid "details"
msgstr "detaljer"
+#: src/components/pages/report/ReportBreadcrumbs.tsx:49
+msgid "Details"
+msgstr "Detaljer"
+
#: src/components/modals/AddGuildModal.tsx:150
msgid "Dev Den"
msgstr "Utviklerhule"
@@ -6274,7 +6354,7 @@ msgstr "Ulike størrelser og medlemstall"
msgid "Direct message"
msgstr "Direktemelding"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:477
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:491
#: src/components/modals/shared/RecipientList.tsx:200
msgid "Direct Message"
msgstr "Direktemelding"
@@ -6516,8 +6596,8 @@ msgstr "Diskusjon om eller promotering av ulovlige aktiviteter"
#: src/components/layout/app-layout/nagbars/PremiumGracePeriodNagbar.tsx:79
#: src/components/layout/app-layout/nagbars/PremiumOnboardingNagbar.tsx:57
#: src/components/layout/GuildLayout.tsx:106
-#: src/components/modals/GiftAcceptModal.tsx:98
-#: src/components/modals/GiftAcceptModal.tsx:124
+#: src/components/modals/GiftAcceptModal.tsx:105
+#: src/components/modals/GiftAcceptModal.tsx:131
#: src/components/modals/RequiredActionModal.tsx:475
msgid "Dismiss"
msgstr "Avvis"
@@ -6562,8 +6642,8 @@ msgstr "Vis rollemedlemmer separat."
msgid "Display separator lines between different groups of messages for better visual distinction."
msgstr "Vis skillelinjer mellom forskjellige meldingsgrupper for bedre visuell skille."
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:613
-#: src/components/bottomsheets/DMBottomSheet.tsx:315
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:627
+#: src/components/bottomsheets/DMBottomSheet.tsx:317
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:97
#: src/components/uikit/ContextMenu/UserContextMenu.tsx:168
msgid "DM closed"
@@ -6581,7 +6661,7 @@ msgstr "Forhåndsvisning av DM-meldinger"
msgid "DM Notifications"
msgstr "Varsler for direktemeldinger"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1092
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1116
msgid "DM Settings"
msgstr "DM-innstillinger"
@@ -6662,6 +6742,7 @@ msgstr "Ikke vis skriveindikatorer i kanallisten"
#: src/components/keybinds/KeybindRecorder.tsx:220
#: src/components/modals/GuildNotificationSettingsModal.tsx:347
#: src/components/modals/GuildPrivacySettingsModal.tsx:68
+#: src/components/pages/report/ReportBreadcrumbs.tsx:50
#: src/components/search/HasFilterSheet.tsx:124
#: src/components/search/UserFilterSheet.tsx:149
msgid "Done"
@@ -6843,13 +6924,13 @@ msgstr "Rediger vedlegg"
msgid "Edit attachment form"
msgstr "Rediger vedleggsskjema"
-#: src/components/layout/ChannelItem.tsx:630
+#: src/components/layout/ChannelItem.tsx:647
#: src/components/uikit/ContextMenu/items/CategoryMenuItems.tsx:299
msgid "Edit Category"
msgstr "Rediger kategori"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:416
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1218
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1242
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:300
msgid "Edit Channel"
msgstr "Rediger kanal"
@@ -6869,8 +6950,8 @@ msgid "Edit global settings like name, description, and icon."
msgstr "Rediger globale innstillinger som navn, beskrivelse og ikon."
#: src/components/bottomsheets/ChannelBottomSheet.tsx:284
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1178
-#: src/components/bottomsheets/DMBottomSheet.tsx:461
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1202
+#: src/components/bottomsheets/DMBottomSheet.tsx:463
#: src/components/channel/dm/DMList.tsx:237
#: src/components/channel/dm/GroupDMWelcomeSection.tsx:74
#: src/components/modals/EditGroupBottomSheet.tsx:177
@@ -6883,7 +6964,7 @@ msgstr "Rediger gruppe"
msgid "Edit group form"
msgstr "Rediger gruppeskjema"
-#: src/components/modals/InviteModal.tsx:327
+#: src/components/modals/InviteModal.tsx:324
msgid "Edit invite link"
msgstr "Rediger invitasjonslenke"
@@ -6910,10 +6991,10 @@ msgstr "Rediger notat"
msgid "Edit overwrites for roles and members in this channel."
msgstr "Rediger overskrivinger for roller og medlemmer i denne kanalen."
-#: src/components/modals/UserProfileMobileSheet.tsx:486
-#: src/components/modals/UserProfileModal.tsx:1205
+#: src/components/modals/UserProfileMobileSheet.tsx:490
+#: src/components/modals/UserProfileModal.tsx:1206
#: src/components/pages/YouPage.tsx:123
-#: src/components/popouts/UserAreaPopout.tsx:519
+#: src/components/popouts/UserAreaPopout.tsx:521
#: src/components/popouts/UserProfilePopout.tsx:299
msgid "Edit Profile"
msgstr "Rediger profil"
@@ -6966,19 +7047,20 @@ msgstr "Redigerer planlagt melding"
#: src/components/auth/AuthLoginCore/AuthLoginEmailPasswordForm.tsx:78
#: src/components/auth/AuthRegisterFormCore.tsx:133
#: src/components/auth/AuthRegisterFormCore.tsx:159
-#: src/components/modals/ClaimAccountModal.tsx:157
+#: src/components/modals/ClaimAccountModal.tsx:159
#: src/components/modals/RequiredActionModal.tsx:185
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:210
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:241
#: src/components/modals/utils/settingsSearchIndex.ts:94
#: src/components/pages/ForgotPasswordPage.tsx:97
+#: src/components/pages/report/ReportBreadcrumbs.tsx:47
msgid "Email"
msgstr "E-post"
#: src/components/modals/tabs/AccountSecurityTab/AccountTab.tsx:65
#: src/components/modals/tabs/AccountSecurityTab/AccountTab.tsx:91
#: src/components/modals/tabs/ComponentGalleryTab/InputsTab.tsx:107
-#: src/components/pages/ReportPage.tsx:662
+#: src/components/pages/report/ReportStepEmail.tsx:76
msgid "Email Address"
msgstr "E-postadresse"
@@ -7019,10 +7101,6 @@ msgstr "E-postverifisering kreves"
msgid "Email Verification Required"
msgstr "E-postverifisering kreves"
-#: src/components/pages/ReportPage.tsx:809
-msgid "Email verified"
-msgstr "E-post bekreftet"
-
#: src/components/modals/tabs/DeveloperOptionsTab/AccountPremiumTab.tsx:56
msgid "Email Verified Override"
msgstr "Overstyring av verifisert e-post"
@@ -7108,7 +7186,7 @@ msgid "Emoji names must be at least 2 characters long and can only contain alpha
msgstr "Emojinavn må være minst 2 tegn og kan kun inneholde bokstaver, tall og understreker. Tillatte filtyper: JPEG, PNG, WebP, GIF. Vi komprimerer bildene til 128x128 piksler. Maks størrelse: {0} KB per emoji."
#: src/components/auth/InviteHeader.tsx:140
-#: src/components/channel/InviteEmbed.tsx:197
+#: src/components/channel/InviteEmbed.tsx:199
#: src/components/modals/InviteAcceptModal.tsx:142
#: src/components/modals/tabs/ExpressionPacksTab.tsx:70
msgid "Emoji pack"
@@ -7140,7 +7218,7 @@ msgstr "Emoji oppdatert"
#: src/components/channel/AutocompleteEmoji.tsx:67
#: src/components/channel/textarea/TextareaButtons.tsx:150
-#: src/components/modals/ExpressionPickerSheet.tsx:106
+#: src/components/modals/ExpressionPickerSheet.tsx:93
#: src/components/popouts/ExpressionPickerPopout.tsx:95
msgid "Emojis"
msgstr "Emojier"
@@ -7343,11 +7421,11 @@ msgstr "Engelsk"
msgid "English (US)"
msgstr "Engelsk (USA)"
-#: src/components/pages/ReportPage.tsx:429
+#: src/components/pages/ReportPage.tsx:254
msgid "Enter a code in the format ABCD-1234."
msgstr "Skriv inn en kode i formatet ABCD-1234."
-#: src/components/modals/tabs/GiftInventoryTab.tsx:235
+#: src/components/modals/tabs/GiftInventoryTab.tsx:258
msgid "Enter a gift code to redeem Plutonium for your account."
msgstr "Skriv inn en gavekode for å løse inn Plutonium på kontoen din."
@@ -7371,7 +7449,7 @@ msgstr "Skriv inn kode"
msgid "Enter fullscreen"
msgstr "Gå til fullskjerm"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:255
+#: src/components/modals/tabs/GiftInventoryTab.tsx:278
msgid "Enter gift code..."
msgstr "Skriv inn gavekode..."
@@ -7414,7 +7492,7 @@ msgstr "Skriv inn den 6-sifrede koden sendt til telefonen din."
msgid "Enter the API endpoint of the Fluxer instance you want to connect to."
msgstr "Skriv inn API-endepunktet for Fluxer-instansen du vil koble til."
-#: src/components/pages/ReportPage.tsx:424
+#: src/components/pages/ReportPage.tsx:249
msgid "Enter the code before continuing."
msgstr "Skriv inn koden før du fortsetter."
@@ -7430,7 +7508,7 @@ msgstr "Skriv inn koden sendt til din nåværende e-post."
msgid "Enter the code we emailed to your new address."
msgstr "Skriv inn koden vi sendte til din nye adresse."
-#: src/components/modals/ClaimAccountModal.tsx:190
+#: src/components/modals/ClaimAccountModal.tsx:192
msgid "Enter the code we sent to your email to verify it. Your password will be set once the code is confirmed."
msgstr "Skriv inn koden vi sendte til e-posten din for å bekrefte den. Passordet ditt blir satt når koden er bekreftet."
@@ -7454,13 +7532,9 @@ msgstr "trykk enter for å <0><1>lagre1>0>"
msgid "Enter username"
msgstr "Skriv inn brukernavn"
-#: src/components/pages/ReportPage.tsx:701
-msgid "Enter Verification Code"
-msgstr "Skriv inn verifiseringskode"
-
-#: src/components/pages/ReportPage.tsx:638
-msgid "Enter Your Email"
-msgstr "Skriv inn e-posten din"
+#: src/components/pages/report/ReportStepVerification.tsx:64
+msgid "Enter verification code"
+msgstr "Skriv inn bekreftelseskode"
#: src/components/pages/ForgotPasswordPage.tsx:87
msgid "Enter your email address and we'll send you a link to reset your password."
@@ -7500,7 +7574,7 @@ msgid "Entrance sound uploaded successfully"
msgstr "Inngangstonen lastet opp"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:297
-#: src/components/channel/ChannelSearchResults.tsx:691
+#: src/components/channel/ChannelSearchResults.tsx:660
#: src/components/modals/tabs/ComponentGalleryTab/OverlaysTab.tsx:88
msgid "Error"
msgstr "Feil"
@@ -7522,7 +7596,7 @@ msgstr "Esc-tasten avslutter tastaturmodus"
msgid "escape to <0><1>cancel1>0>"
msgstr "trykk escape for å <0><1>avbryte1>0>"
-#: src/components/pages/ReportPage.tsx:318
+#: src/components/pages/report/optionDescriptors.ts:90
msgid "Estonia"
msgstr "Estland"
@@ -7561,7 +7635,7 @@ msgstr "utelat lenke, innebygging eller fil"
msgid "exclude user"
msgstr "utelat bruker"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:95
+#: src/components/modals/components/plutonium/VisionarySection.tsx:104
msgid "Exclusive community"
msgstr "Eksklusivt fellesskap"
@@ -7593,12 +7667,12 @@ msgstr "Utvid kategori"
msgid "Expiration"
msgstr "Utløp"
-#: src/components/modals/InviteModal.tsx:281
+#: src/components/modals/InviteModal.tsx:278
msgid "Expire after"
msgstr "Utløper etter"
#: src/components/accounts/AccountRow.tsx:162
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:114
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:133
#: src/components/modals/GroupInvitesBottomSheet.tsx:104
msgid "Expired"
msgstr "Utgått"
@@ -7675,7 +7749,7 @@ msgstr "Uttrykkspakker"
msgid "Expression Packs are a Plutonium feature"
msgstr "Uttrykkspakker er en Plutonium-funksjon"
-#: src/components/modals/ExpressionPickerSheet.tsx:232
+#: src/components/modals/ExpressionPickerSheet.tsx:219
#: src/components/popouts/ExpressionPickerPopout.tsx:193
msgid "Expression picker categories"
msgstr "Kategorier i uttrykksvelgeren"
@@ -7700,7 +7774,7 @@ msgstr "Eksterne lenker kan være farlige. Vær forsiktig."
msgid "Extra Large"
msgstr "Ekstra stor"
-#: src/components/pages/ReportPage.tsx:297
+#: src/components/pages/report/optionDescriptors.ts:72
#: src/constants/IARConstants.tsx:165
msgid "Extremist Community"
msgstr "Ekstremistisk fellesskap"
@@ -7749,7 +7823,7 @@ msgstr "Kunne ikke kopiere invitasjonslenken"
msgid "Failed to copy to clipboard"
msgstr "Kunne ikke kopiere til utklippstavle"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:79
+#: src/components/modals/tabs/GiftInventoryTab.tsx:80
msgid "Failed to copy URL"
msgstr "Kunne ikke kopiere URL"
@@ -7794,7 +7868,7 @@ msgid "Failed to delete category"
msgstr "Kunne ikke slette kategori"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:194
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:681
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:695
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:335
msgid "Failed to delete channel"
msgstr "Kunne ikke slette kanal"
@@ -7868,7 +7942,7 @@ msgstr "Kunne ikke laste utestengelser. Prøv igjen."
msgid "Failed to load emojis"
msgstr "Kunne ikke laste emojier"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:296
+#: src/components/modals/tabs/GiftInventoryTab.tsx:319
msgid "Failed to load gift inventory"
msgstr "Kunne ikke laste gavebeholdning"
@@ -7894,8 +7968,8 @@ msgstr "Kunne ikke laste klistremerker"
msgid "Failed to load vanity URL. Please try again."
msgstr "Kunne ikke laste vanity-URL. Prøv igjen."
-#: src/components/modals/components/PlutoniumContent.tsx:146
-#: src/components/modals/components/PlutoniumContent.tsx:272
+#: src/components/modals/components/PlutoniumContent.tsx:157
+#: src/components/modals/components/PlutoniumContent.tsx:289
msgid "Failed to load Visionary information. Please try again later."
msgstr "Kunne ikke laste Visionary-informasjon. Prøv igjen senere."
@@ -7916,19 +7990,19 @@ msgstr "Kunne ikke laste fellesskapene dine."
msgid "Failed to open customer portal. Please try again."
msgstr "Kunne ikke åpne kundeportalen. Prøv igjen."
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:572
-#: src/components/bottomsheets/DMBottomSheet.tsx:153
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:586
+#: src/components/bottomsheets/DMBottomSheet.tsx:155
#: src/components/channel/dm/DMList.tsx:216
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:121
msgid "Failed to pin DM"
msgstr "Kunne ikke feste DM"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:572
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:586
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:101
msgid "Failed to pin group"
msgstr "Kunne ikke feste gruppe"
-#: src/components/bottomsheets/DMBottomSheet.tsx:153
+#: src/components/bottomsheets/DMBottomSheet.tsx:155
msgid "Failed to pin group DM"
msgstr "Kunne ikke feste gruppe-DM"
@@ -7957,7 +8031,7 @@ msgstr "Kunne ikke nå instans ({status})"
msgid "Failed to reactivate subscription. Please try again."
msgstr "Kunne ikke reaktivere abonnement. Prøv igjen."
-#: src/components/modals/tabs/GiftInventoryTab.tsx:94
+#: src/components/modals/tabs/GiftInventoryTab.tsx:95
msgid "Failed to redeem gift"
msgstr "Kunne ikke løse inn gave"
@@ -7998,6 +8072,10 @@ msgstr "Kunne ikke fjerne fra gruppe"
msgid "Failed to remove timeout. Please try again."
msgstr "Kunne ikke fjerne timeout. Prøv igjen."
+#: src/components/pages/ReportPage.tsx:236
+msgid "Failed to resend code. Please try again."
+msgstr "Kunne ikke sende koden på nytt. Vennligst prøv igjen."
+
#: src/components/modals/guildTabs/GuildRolesTab.tsx:674
msgid "Failed to reset hoist order"
msgstr "Kunne ikke tilbakestille hoist-rekkefølge"
@@ -8018,7 +8096,7 @@ msgstr "Kunne ikke rotere. Prøv igjen."
msgid "Failed to send friend request. Please try again."
msgstr "Kunne ikke sende venneforespørsel. Prøv igjen."
-#: src/components/bottomsheets/DMBottomSheet.tsx:262
+#: src/components/bottomsheets/DMBottomSheet.tsx:264
#: src/components/modals/InviteModal.tsx:176
#: src/components/uikit/ContextMenu/items/InviteMenuItems.tsx:111
msgid "Failed to send invite"
@@ -8037,7 +8115,7 @@ msgstr "Kunne ikke sende SMS-kode. Prøv igjen."
msgid "Failed to send theme"
msgstr "Kunne ikke sende tema"
-#: src/components/pages/ReportPage.tsx:412
+#: src/components/pages/ReportPage.tsx:234
msgid "Failed to send verification code. Please try again."
msgstr "Kunne ikke sende bekreftelseskode. Prøv igjen."
@@ -8084,19 +8162,19 @@ msgstr "Kunne ikke overføre eierskap. Prøv igjen."
msgid "Failed to unblock user. Please try again."
msgstr "Kunne ikke fjerne blokkering. Prøv igjen."
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:589
-#: src/components/bottomsheets/DMBottomSheet.tsx:170
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:603
+#: src/components/bottomsheets/DMBottomSheet.tsx:172
#: src/components/channel/dm/DMList.tsx:226
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:138
msgid "Failed to unpin DM"
msgstr "Kunne ikke fjerne festing av DM"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:589
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:603
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:118
msgid "Failed to unpin group"
msgstr "Kunne ikke fjerne festing av gruppe"
-#: src/components/bottomsheets/DMBottomSheet.tsx:170
+#: src/components/bottomsheets/DMBottomSheet.tsx:172
msgid "Failed to unpin group DM"
msgstr "Kunne ikke fjerne gruppe-DM fra festing"
@@ -8298,7 +8376,7 @@ msgstr "Finn det perfekte klistremerket"
msgid "Fine-tune core colors and fonts for this app. Changes here are stored as custom CSS overrides and sync with the editor below."
msgstr "Finjuster hovedfarger og skrifttyper for denne appen. Endringer lagres som egendefinerte CSS-overstyringer og synkroniseres med redigereren nedenfor."
-#: src/components/pages/ReportPage.tsx:319
+#: src/components/pages/report/optionDescriptors.ts:91
msgid "Finland"
msgstr "Finland"
@@ -8306,7 +8384,7 @@ msgstr "Finland"
msgid "Finnish"
msgstr "Finsk"
-#: src/components/pages/ReportPage.tsx:923
+#: src/components/pages/report/ReportStepDetails.tsx:199
msgid "First and last name"
msgstr "Fornavn og etternavn"
@@ -8419,7 +8497,7 @@ msgstr "Fluxer trenger tillatelse til å overvåke tastatur og mus slik at <0>Pu
msgid "Fluxer Partner"
msgstr "Fluxer-partner"
-#: src/components/modals/components/PlutoniumContent.tsx:182
+#: src/components/modals/components/PlutoniumContent.tsx:193
#: src/components/modals/PremiumModal.tsx:34
#: src/components/modals/utils/settingsConstants.tsx:147
#: src/components/popouts/UserProfileBadges.tsx:99
@@ -8483,7 +8561,7 @@ msgstr "Mat og drikke"
msgid "Foodie Friends"
msgstr "Matglade venner"
-#: src/components/bottomsheets/DMBottomSheet.tsx:660
+#: src/components/bottomsheets/DMBottomSheet.tsx:663
msgid "For 1 hour"
msgstr "I 1 time"
@@ -8497,7 +8575,7 @@ msgstr "I 1 time"
msgid "For 1 Hour"
msgstr "I 1 time"
-#: src/components/bottomsheets/DMBottomSheet.tsx:659
+#: src/components/bottomsheets/DMBottomSheet.tsx:662
#: src/components/popouts/UserAreaPopout.tsx:77
msgid "For 15 minutes"
msgstr "I 15 minutter"
@@ -8511,7 +8589,7 @@ msgstr "I 15 minutter"
msgid "For 15 Minutes"
msgstr "I 15 minutter"
-#: src/components/bottomsheets/DMBottomSheet.tsx:663
+#: src/components/bottomsheets/DMBottomSheet.tsx:666
msgid "For 24 hours"
msgstr "I 24 timer"
@@ -8529,7 +8607,7 @@ msgstr "I 24 timer"
msgid "For 3 days"
msgstr "I 3 dager"
-#: src/components/bottomsheets/DMBottomSheet.tsx:661
+#: src/components/bottomsheets/DMBottomSheet.tsx:664
msgid "For 3 hours"
msgstr "I 3 timer"
@@ -8542,7 +8620,7 @@ msgstr "I 3 timer"
msgid "For 3 Hours"
msgstr "I 3 timer"
-#: src/components/bottomsheets/DMBottomSheet.tsx:662
+#: src/components/bottomsheets/DMBottomSheet.tsx:665
msgid "For 8 hours"
msgstr "I 8 timer"
@@ -8560,7 +8638,7 @@ msgstr "I 8 timer"
msgid "For British eyes only..."
msgstr "For britiske øyne bare..."
-#: src/components/modals/components/plutonium/PricingSection.tsx:62
+#: src/components/modals/components/plutonium/PricingSection.tsx:68
msgid "For Me"
msgstr "For meg"
@@ -8664,15 +8742,15 @@ msgstr "Tvinger slowmode aktiv i alle kanaler"
msgid "Forever"
msgstr "For alltid"
-#: src/components/modals/components/MobileSettingsView.tsx:300
+#: src/components/modals/components/MobileSettingsView.tsx:295
msgid "Forget"
msgstr "Glem"
-#: src/components/modals/components/MobileSettingsView.tsx:327
+#: src/components/modals/components/MobileSettingsView.tsx:322
msgid "Forget Push Subscriptions"
msgstr "Glem push-abonnementer"
-#: src/components/modals/components/MobileSettingsView.tsx:294
+#: src/components/modals/components/MobileSettingsView.tsx:289
msgid "Forget push subscriptions?"
msgstr "Glem push-abonnementer?"
@@ -8729,7 +8807,7 @@ msgstr "Bildefrekvens"
msgid "Frame rates above 30 fps require Plutonium"
msgstr "Bildefrekvenser over 30 fps krever Plutonium"
-#: src/components/pages/ReportPage.tsx:320
+#: src/components/pages/report/optionDescriptors.ts:92
msgid "France"
msgstr "Frankrike"
@@ -8745,8 +8823,8 @@ msgstr "Gratisbruker (ingen kjøp)"
msgid "Free User (With Purchase History)"
msgstr "Gratisbruker (med kjøpshistorikk)"
-#: src/components/modals/components/PlutoniumContent.tsx:163
-#: src/components/modals/components/PlutoniumContent.tsx:289
+#: src/components/modals/components/PlutoniumContent.tsx:174
+#: src/components/modals/components/PlutoniumContent.tsx:308
msgid "Free vs Plutonium"
msgstr "Gratis vs Plutonium"
@@ -8773,12 +8851,13 @@ msgstr "Venneforespørsel"
msgid "Friend request sent"
msgstr "Venneforespørsel sendt"
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:68
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:250
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:75
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:89
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:271
msgid "Friend Request Sent"
msgstr "Venneforespørsel sendt"
-#: src/components/channel/dm/AddFriendForm.tsx:144
+#: src/components/channel/dm/AddFriendForm.tsx:167
msgid "Friend request sent!"
msgstr "Venneforespørsel sendt!"
@@ -8787,7 +8866,7 @@ msgstr "Venneforespørsel sendt!"
msgid "Friend Requests"
msgstr "Venneforespørsler"
-#: src/components/channel/dm/AddFriendForm.tsx:137
+#: src/components/channel/dm/AddFriendForm.tsx:160
msgid "Friend's FluxerTag"
msgstr "Vennens FluxerTag"
@@ -8828,9 +8907,10 @@ msgstr "Fra {0}"
#. placeholder {0}: creator.username
#. placeholder {1}: creator.discriminator
-#: src/components/channel/GiftEmbed.tsx:87
-#: src/components/modals/GiftAcceptModal.tsx:116
-#: src/components/modals/GiftAcceptModal.tsx:143
+#: src/components/channel/GiftEmbed.tsx:93
+#: src/components/modals/GiftAcceptModal.tsx:123
+#: src/components/modals/GiftAcceptModal.tsx:151
+#: src/components/modals/GiftAcceptModal.tsx:186
msgid "From {0}#{1}"
msgstr "Fra {0}#{1}"
@@ -8850,7 +8930,7 @@ msgstr "Fra bruker"
msgid "from:"
msgstr "fra:"
-#: src/components/pages/ReportPage.tsx:919
+#: src/components/pages/report/ReportStepDetails.tsx:195
msgid "Full Legal Name"
msgstr "Fullt juridisk navn"
@@ -8892,7 +8972,7 @@ msgstr "Lag invitasjon"
msgid "Generate invite link"
msgstr "Generer invitasjonslenke"
-#: src/components/modals/tabs/BetaCodesTab.tsx:315
+#: src/components/modals/tabs/BetaCodesTab.tsx:340
msgid "Generate up to {MAX_UNCLAIMED_BETA_CODES} unclaimed beta codes to invite friends to Fluxer. You can create 3 codes per week."
msgstr "Generer opptil {MAX_UNCLAIMED_BETA_CODES} uinnløste betakoder for å invitere venner til Fluxer. Du kan opprette 3 koder per uke."
@@ -8909,7 +8989,7 @@ msgstr "Geo-begrenset"
msgid "German"
msgstr "Tysk"
-#: src/components/pages/ReportPage.tsx:321
+#: src/components/pages/report/optionDescriptors.ts:93
msgid "Germany"
msgstr "Tyskland"
@@ -8991,13 +9071,13 @@ msgstr "GIF-forhåndsvisning"
#: src/components/channel/pickers/gif/GifPickerHeader.tsx:40
#: src/components/channel/pickers/memes/MemesPickerHeader.tsx:57
#: src/components/channel/textarea/TextareaButtons.tsx:110
-#: src/components/modals/ExpressionPickerSheet.tsx:68
+#: src/components/modals/ExpressionPickerSheet.tsx:55
#: src/components/popouts/ExpressionPickerPopout.tsx:69
msgid "GIFs"
msgstr "GIF-er"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:122
-#: src/components/modals/GiftAcceptModal.tsx:163
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:141
+#: src/components/modals/GiftAcceptModal.tsx:206
msgid "Gift"
msgstr "Gave"
@@ -9030,19 +9110,20 @@ msgstr "Gave allerede innløst"
msgid "Gift Already Redeemed"
msgstr "Gaven er allerede innløst"
-#: src/components/channel/GiftEmbed.tsx:94
+#: src/components/channel/GiftEmbed.tsx:105
+#: src/components/channel/GiftEmbed.tsx:109
msgid "Gift Claimed"
msgstr "Gave hentet"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:246
+#: src/components/modals/tabs/GiftInventoryTab.tsx:269
msgid "Gift code cannot be empty"
msgstr "Gavekode kan ikke være tom"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:243
+#: src/components/modals/tabs/GiftInventoryTab.tsx:266
msgid "Gift code is required"
msgstr "Gavekode er påkrevd"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:250
+#: src/components/modals/tabs/GiftInventoryTab.tsx:273
msgid "Gift code is too long"
msgstr "Gavekode er for lang"
@@ -9070,7 +9151,7 @@ msgstr "Gaven ble ikke funnet"
#: src/components/channel/textarea/TextareaButtons.tsx:101
#: src/components/channel/textarea/TextareaButtons.tsx:177
-#: src/components/modals/components/plutonium/GiftSection.tsx:61
+#: src/components/modals/components/plutonium/GiftSection.tsx:67
msgid "Gift Plutonium"
msgstr "Gi Plutonium"
@@ -9078,23 +9159,23 @@ msgstr "Gi Plutonium"
msgid "Gift redeemed successfully!"
msgstr "Gave innløst!"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:89
+#: src/components/modals/tabs/GiftInventoryTab.tsx:90
msgid "Gift redeemed successfully! Enjoy your Plutonium!"
msgstr "Gave innløst! Nyt Plutonium!"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:53
+#: src/components/modals/components/plutonium/VisionarySection.tsx:58
msgid "gift time"
msgstr "gave tid"
-#: src/components/channel/GiftEmbed.tsx:151
+#: src/components/channel/GiftEmbed.tsx:162
msgid "Gift Unavailable"
msgstr "Gave utilgjengelig"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:132
+#: src/components/modals/tabs/GiftInventoryTab.tsx:133
msgid "Gift URL"
msgstr "Gave-URL"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:75
+#: src/components/modals/tabs/GiftInventoryTab.tsx:76
msgid "Gift URL copied to clipboard!"
msgstr "Gave-URL kopiert til utklippstavlen!"
@@ -9126,7 +9207,7 @@ msgstr "Globale snarveier finnes i skrivebordsappen"
msgid "Glorification of violence or disturbing imagery"
msgstr "Helliggjøring av vold eller forstyrrende bilder"
-#: src/components/modals/components/MobileSettingsView.tsx:145
+#: src/components/modals/components/MobileSettingsView.tsx:140
#: src/components/modals/shared/MobileSettingsComponents.tsx:43
msgid "Go back"
msgstr "Gå tilbake"
@@ -9143,7 +9224,7 @@ msgstr "Gå tilbake til kanalen som hadde fokus"
msgid "Go forward in navigation history"
msgstr "Gå frem i navigasjonshistorikken"
-#: src/components/channel/InviteEmbed.tsx:259
+#: src/components/channel/InviteEmbed.tsx:261
#: src/components/modals/InviteAcceptModal.tsx:100
msgid "Go to Community"
msgstr "Gå til fellesskap"
@@ -9166,15 +9247,15 @@ msgstr "Gå til pålogging"
msgid "Go to message"
msgstr "Gå til melding"
-#: src/components/channel/ChannelSearchResults.tsx:841
+#: src/components/channel/ChannelSearchResults.tsx:809
msgid "Go to page"
msgstr "Gå til side"
-#: src/components/channel/ChannelSearchResults.tsx:808
+#: src/components/channel/ChannelSearchResults.tsx:776
msgid "Go to page {page}"
msgstr "Gå til side {page}"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:315
+#: src/components/modals/tabs/GiftInventoryTab.tsx:338
msgid "Go to Plutonium"
msgstr "Gå til Plutonium"
@@ -9195,7 +9276,7 @@ msgstr "Skjønner"
msgid "Gotcha"
msgstr "Skjønner"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:116
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:135
msgid "Grace Period"
msgstr "Fristperiode"
@@ -9203,7 +9284,7 @@ msgstr "Fristperiode"
msgid "Grace Period (Still Have Access)"
msgstr "Fristperiode (har fortsatt tilgang)"
-#: src/components/modals/InviteModal.tsx:301
+#: src/components/modals/InviteModal.tsx:298
msgid "Grant temporary membership"
msgstr "Gi midlertidig medlemskap"
@@ -9234,7 +9315,7 @@ msgstr "Stor suksess!"
msgid "Great success! You can now close this tab and return to the app."
msgstr "Stor suksess! Du kan nå lukke denne fanen og gå tilbake til appen."
-#: src/components/pages/ReportPage.tsx:322
+#: src/components/pages/report/optionDescriptors.ts:94
msgid "Greece"
msgstr "Hellas"
@@ -9263,7 +9344,7 @@ msgstr "Tillatelser for å legge til i gruppechat"
msgid "Group Chat Permissions"
msgstr "Gruppechattillatelser"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:481
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:495
msgid "Group Direct Message"
msgstr "Gruppe-direktemelding"
@@ -9272,7 +9353,7 @@ msgid "Group DM"
msgstr "Gruppe-DM"
#. placeholder {0}: channel.recipientIds.length + 1
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:772
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:804
msgid "Group DM · {0} members"
msgstr "Gruppe-DM · {0} medlemmer"
@@ -9317,12 +9398,12 @@ msgstr "Gruppenavnet kan ikke overstige 100 tegn"
msgid "Group Online Status"
msgstr "Gruppe Online Status"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:962
-#: src/components/channel/MemberListItem.tsx:102
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:984
+#: src/components/channel/MemberListItem.tsx:109
msgid "Group Owner"
msgstr "Gruppeeier"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1092
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1116
msgid "Group Settings"
msgstr "Gruppeinnstillinger"
@@ -9335,11 +9416,11 @@ msgstr "Gruppeskrivestatus"
msgid "Group updated"
msgstr "Gruppen er oppdatert"
-#: src/components/pages/ReportPage.tsx:893
+#: src/components/pages/report/ReportStepDetails.tsx:167
msgid "Guild (Community) ID"
msgstr "Guild (fellesskap) ID"
-#: src/components/pages/ReportPage.tsx:902
+#: src/components/pages/report/ReportStepDetails.tsx:177
msgid "Guild ID is required."
msgstr "Gild-ID er påkrevd."
@@ -9355,13 +9436,13 @@ msgstr "Guild-register"
msgid "Hang on while we check for scheduled messages."
msgstr "Vent mens vi sjekker planlagte meldinger."
-#: src/components/pages/ReportPage.tsx:295
+#: src/components/pages/report/optionDescriptors.ts:70
#: src/constants/IARConstants.tsx:155
msgid "Harassment"
msgstr "Trakassering"
-#: src/components/pages/ReportPage.tsx:262
-#: src/components/pages/ReportPage.tsx:281
+#: src/components/pages/report/optionDescriptors.ts:43
+#: src/components/pages/report/optionDescriptors.ts:59
#: src/constants/IARConstants.tsx:32
#: src/constants/IARConstants.tsx:109
msgid "Harassment or Bullying"
@@ -9383,9 +9464,9 @@ msgstr "Har noen gang kjøpt overstyring"
msgid "has:"
msgstr "har:"
-#: src/components/pages/ReportPage.tsx:263
-#: src/components/pages/ReportPage.tsx:282
-#: src/components/pages/ReportPage.tsx:296
+#: src/components/pages/report/optionDescriptors.ts:44
+#: src/components/pages/report/optionDescriptors.ts:60
+#: src/components/pages/report/optionDescriptors.ts:71
#: src/constants/IARConstants.tsx:37
#: src/constants/IARConstants.tsx:114
#: src/constants/IARConstants.tsx:160
@@ -9430,7 +9511,7 @@ msgid "Help Center"
msgstr "Hjelpesenter"
#. placeholder {0}: user.displayName
-#: src/components/layout/app-layout/nagbars/UnclaimedAccountNagbar.tsx:44
+#: src/components/layout/app-layout/nagbars/UnclaimedAccountNagbar.tsx:42
msgid "Hey {0}, claim your account to prevent losing access."
msgstr "Hei {0}, bekreft kontoen din for å unngå å miste tilgang."
@@ -9654,7 +9735,7 @@ msgstr "https://example.com/callback"
msgid "Hungarian"
msgstr "Ungarsk"
-#: src/components/pages/ReportPage.tsx:323
+#: src/components/pages/report/optionDescriptors.ts:95
msgid "Hungary"
msgstr "Ungarn"
@@ -9728,8 +9809,8 @@ msgstr "Hvis du har mottatt en betakode, kan du legge den inn nedenfor for umidd
msgid "If you want to export your data or delete your messages first, please visit the Privacy Dashboard section in User Settings before proceeding."
msgstr "Hvis du vil eksportere dataene dine eller slette meldingene dine først, gå til Personvern-dashbordet i Brukerinnstillinger før du fortsetter."
-#: src/components/channel/channel-view/DMChannelView.tsx:301
-#: src/components/channel/dm/DMWelcomeSection.tsx:119
+#: src/components/channel/channel-view/DMChannelView.tsx:302
+#: src/components/channel/dm/DMWelcomeSection.tsx:131
#: src/components/channel/friends/FriendListItem.tsx:145
#: src/components/channel/friends/FriendListItem.tsx:244
#: src/components/channel/friends/MobileFriendRequestItem.tsx:69
@@ -9740,7 +9821,7 @@ msgstr "Ignorer"
#: src/components/channel/friends/FriendListItem.tsx:143
#: src/components/channel/friends/MobileFriendRequestItem.tsx:67
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:152
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:173
msgid "Ignore Friend Request"
msgstr "Ignorer venneforespørsel"
@@ -9749,8 +9830,8 @@ msgstr "Ignorer venneforespørsel"
msgid "Ignore per-channel message rate limits."
msgstr "Ignorer grense for meldingshastighet per kanal."
-#: src/components/pages/ReportPage.tsx:267
-#: src/components/pages/ReportPage.tsx:298
+#: src/components/pages/report/optionDescriptors.ts:48
+#: src/components/pages/report/optionDescriptors.ts:73
#: src/constants/IARConstants.tsx:57
#: src/constants/IARConstants.tsx:170
msgid "Illegal Activity"
@@ -9762,7 +9843,7 @@ msgid "image"
msgstr "bilde"
#: src/components/channel/embeds/media/EmbedGifv.tsx:237
-#: src/components/channel/embeds/media/EmbedImage.tsx:369
+#: src/components/channel/embeds/media/EmbedImage.tsx:374
#: src/components/modals/MediaViewerModal.tsx:362
#: src/components/search/HasFilterSheet.tsx:50
#: src/utils/FavoriteMemeUtils.ts:71
@@ -9783,8 +9864,8 @@ msgstr "Bilde-forhåndsvisning"
msgid "Images"
msgstr "Bilder"
-#: src/components/pages/ReportPage.tsx:272
-#: src/components/pages/ReportPage.tsx:284
+#: src/components/pages/report/optionDescriptors.ts:53
+#: src/components/pages/report/optionDescriptors.ts:62
#: src/constants/IARConstants.tsx:82
#: src/constants/IARConstants.tsx:124
msgid "Impersonation"
@@ -9839,7 +9920,7 @@ msgstr "om {absWeeks} uker"
msgid "in {absYears} years"
msgstr "om {absYears} år"
-#: src/components/channel/channel-view/DMChannelView.tsx:275
+#: src/components/channel/channel-view/DMChannelView.tsx:276
msgid "In call"
msgstr "I samtale"
@@ -9880,7 +9961,7 @@ msgstr "I nettleseren fungerer Push-to-Talk bare når Fluxer-fanen er aktiv. For
msgid "in:"
msgstr "i:"
-#: src/components/pages/ReportPage.tsx:286
+#: src/components/pages/report/optionDescriptors.ts:64
#: src/constants/IARConstants.tsx:134
msgid "Inappropriate Profile"
msgstr "Upassende profil"
@@ -9909,7 +9990,7 @@ msgstr "Ta med alle fellesskapsomtaler"
msgid "Include audio from your screen in the share"
msgstr "Ta med lyd fra skjermen i delingen"
-#: src/components/channel/channel-view/DMChannelView.tsx:269
+#: src/components/channel/channel-view/DMChannelView.tsx:270
#: src/components/voice/IncomingCallUI.tsx:263
#: src/components/voice/IncomingCallUI.tsx:286
#: src/components/voice/IncomingCallUI.tsx:324
@@ -9946,11 +10027,11 @@ msgid "Increase app zoom level"
msgstr "Øk appens zoomnivå"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:284
-#: src/components/channel/ChannelSearchResults.tsx:679
+#: src/components/channel/ChannelSearchResults.tsx:648
msgid "Indexing Channel"
msgstr "Indekserer kanal"
-#: src/components/channel/ChannelSearchResults.tsx:317
+#: src/components/channel/ChannelSearchResults.tsx:274
msgid "Indexing..."
msgstr "Indeksering..."
@@ -10032,12 +10113,12 @@ msgstr "Inndata med ikoner"
msgid "Insert emoji"
msgstr "Sett inn emoji"
-#: src/components/channel/InviteEmbed.tsx:198
+#: src/components/channel/InviteEmbed.tsx:200
#: src/components/modals/InviteAcceptModal.tsx:143
msgid "Install Emoji Pack"
msgstr "Installer emojipakke"
-#: src/components/channel/InviteEmbed.tsx:198
+#: src/components/channel/InviteEmbed.tsx:200
#: src/components/modals/InviteAcceptModal.tsx:143
msgid "Install Sticker Pack"
msgstr "Installer klistremerkepakke"
@@ -10104,7 +10185,7 @@ msgstr "Ugyldig gavekode"
msgid "Invalid instance response: missing webapp URL."
msgstr "Ugyldig instansrespons: mangler webapp-URL."
-#: src/components/modals/ClaimAccountModal.tsx:108
+#: src/components/modals/ClaimAccountModal.tsx:110
#: src/components/modals/EmailChangeModal.tsx:108
#: src/components/modals/EmailChangeModal.tsx:169
msgid "Invalid or expired code"
@@ -10134,7 +10215,7 @@ msgstr "Invertert knapp trykket!"
msgid "Invisible"
msgstr "Usynlig"
-#: src/components/modals/InviteModal.tsx:257
+#: src/components/modals/InviteModal.tsx:267
#: src/components/modals/tabs/ExpressionPacksTab.tsx:83
#: src/constants/AuditLogConstants.tsx:239
msgid "Invite"
@@ -10144,7 +10225,7 @@ msgstr "Inviter"
msgid "Invite Background"
msgstr "Invitasjonsbakgrunn"
-#: src/components/pages/ReportPage.tsx:908
+#: src/components/pages/report/ReportStepDetails.tsx:183
msgid "Invite Code (optional)"
msgstr "Invitasjonskode (valgfritt)"
@@ -10170,7 +10251,7 @@ msgstr "Inviter venner"
msgid "Invite friends to {0}"
msgstr "Inviter venner til {0}"
-#: src/components/modals/InviteModal.tsx:317
+#: src/components/modals/InviteModal.tsx:314
msgid "Invite link"
msgstr "Invitasjonslenke"
@@ -10190,7 +10271,7 @@ msgid "Invite Links"
msgstr "Invitasjonslenker"
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:164
-#: src/components/layout/ChannelItem.tsx:599
+#: src/components/layout/ChannelItem.tsx:616
#: src/components/popouts/GuildHeaderPopout.tsx:178
msgid "Invite Members"
msgstr "Inviter medlemmer"
@@ -10218,7 +10299,7 @@ msgid "Invite Page Preview"
msgstr "Forhåndsvisning av invitasjonsside"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:381
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1144
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1168
#: src/components/layout/FavoritesChannelListContent.tsx:305
#: src/components/uikit/ContextMenu/ChannelListContextMenu.tsx:96
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:97
@@ -10236,7 +10317,7 @@ msgstr "Invitasjon tilbakekalt"
msgid "Invite sent for {0}"
msgstr "Invitasjon sendt for {0}"
-#: src/components/bottomsheets/DMBottomSheet.tsx:256
+#: src/components/bottomsheets/DMBottomSheet.tsx:258
msgid "Invite sent to {guildName}"
msgstr "Invitasjon sendt til {guildName}"
@@ -10249,7 +10330,7 @@ msgid "Invite splash preview"
msgstr "Forhåndsvisning av invitasjonsplash"
#. placeholder {0}: guild.name
-#: src/components/bottomsheets/DMBottomSheet.tsx:499
+#: src/components/bottomsheets/DMBottomSheet.tsx:501
msgid "Invite to {0}"
msgstr "Inviter til {0}"
@@ -10257,7 +10338,7 @@ msgstr "Inviter til {0}"
msgid "Invite to Community"
msgstr "Inviter til fellesskap"
-#: src/components/channel/InviteEmbed.tsx:362
+#: src/components/channel/InviteEmbed.tsx:364
msgid "Invite Unavailable"
msgstr "Invitasjon ikke tilgjengelig"
@@ -10277,7 +10358,7 @@ msgid "Invited by {0}#{1}"
msgstr "Invitert av {0}#{1}"
#: src/components/auth/InviteHeader.tsx:159
-#: src/components/channel/InviteEmbed.tsx:222
+#: src/components/channel/InviteEmbed.tsx:224
msgid "Invited by {inviterTag}"
msgstr "Invitert av {inviterTag}"
@@ -10290,8 +10371,8 @@ msgid "Inviter:"
msgstr "Inviterer:"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:303
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1199
-#: src/components/bottomsheets/DMBottomSheet.tsx:468
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1223
+#: src/components/bottomsheets/DMBottomSheet.tsx:470
#: src/components/channel/dm/DMList.tsx:257
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:145
msgid "Invites"
@@ -10301,11 +10382,11 @@ msgstr "Invitasjoner"
msgid "Invites are currently disabled for this community."
msgstr "Invitasjoner er for øyeblikket deaktivert for dette fellesskapet."
-#: src/components/modals/InviteModal.tsx:270
+#: src/components/modals/InviteModal.tsx:237
msgid "Invites are currently disabled in this community by an admin. While this invite can be created, it cannot be accepted until invites are re-enabled."
msgstr "Invitasjoner er for øyeblikket deaktivert i dette fellesskapet av en administrator. Selv om invitasjonen kan opprettes, kan den ikke aksepteres før invitasjoner er aktivert igjen."
-#: src/components/layout/guild-list/GuildListItem.tsx:233
+#: src/components/layout/guild-list/GuildListItem.tsx:234
msgid "Invites are currently paused in this community"
msgstr "Invitasjoner er midlertidig pausert i dette fellesskapet"
@@ -10317,7 +10398,7 @@ msgstr "Invitasjoner er låst for forhåndsvisningsfellesskap. Bekreft kontoen d
msgid "Invites disabled"
msgstr "Invitasjoner deaktivert"
-#: src/components/channel/InviteEmbed.tsx:257
+#: src/components/channel/InviteEmbed.tsx:259
#: src/components/modals/InviteAcceptModal.tsx:98
msgid "Invites Disabled"
msgstr "Invitasjoner deaktivert"
@@ -10343,7 +10424,7 @@ msgstr "Invitasjoner til <0>{0}0> er for øyeblikket deaktivert"
msgid "IP address authorized"
msgstr "IP-adresse autorisert"
-#: src/components/pages/ReportPage.tsx:324
+#: src/components/pages/report/optionDescriptors.ts:96
msgid "Ireland"
msgstr "Irland"
@@ -10359,7 +10440,7 @@ msgstr "Det er en fullstendig skrivefest her"
msgid "Italian"
msgstr "Italiensk"
-#: src/components/pages/ReportPage.tsx:325
+#: src/components/pages/report/optionDescriptors.ts:97
msgid "Italy"
msgstr "Italia"
@@ -10381,16 +10462,16 @@ msgstr "Bli med i et fellesskap"
msgid "Join a community with stickers to get started!"
msgstr "Bli med i et fellesskap med klistremerker for å komme i gang!"
-#: src/components/channel/channel-view/DMChannelView.tsx:315
+#: src/components/channel/channel-view/DMChannelView.tsx:316
msgid "Join call"
msgstr "Bli med i samtale"
-#: src/components/channel/InviteEmbed.tsx:261
-#: src/components/channel/InviteEmbed.tsx:451
+#: src/components/channel/InviteEmbed.tsx:263
+#: src/components/channel/InviteEmbed.tsx:453
#: src/components/layout/guild-list/AddGuildButton.tsx:71
#: src/components/modals/AddGuildModal.tsx:129
#: src/components/modals/AddGuildModal.tsx:410
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:304
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:342
#: src/components/modals/InviteAcceptModal.tsx:102
#: src/components/modals/InviteAcceptModalPreview.tsx:114
msgid "Join Community"
@@ -10400,7 +10481,7 @@ msgstr "Bli med i fellesskap"
msgid "Join community form"
msgstr "Skjema for å bli med i fellesskap"
-#: src/components/channel/InviteEmbed.tsx:187
+#: src/components/channel/InviteEmbed.tsx:189
msgid "Join Group"
msgstr "Bli med i gruppe"
@@ -10416,19 +10497,19 @@ msgstr "Varsler om deltakelse"
msgid "Join Operators Community"
msgstr "Bli med i Operatører-fellesskap"
-#: src/components/channel/CallMessage.tsx:171
+#: src/components/channel/CallMessage.tsx:165
msgid "Join the call"
msgstr "Bli med i samtalen"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:122
+#: src/components/channel/ChannelHeader/CallButtons.tsx:159
msgid "Join Video Call"
msgstr "Bli med i videosamtale"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:118
+#: src/components/channel/ChannelHeader/CallButtons.tsx:150
msgid "Join Video Call ({participantCount} participant)"
msgstr "Bli med i videosamtale ({participantCount} deltaker)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:119
+#: src/components/channel/ChannelHeader/CallButtons.tsx:151
msgid "Join Video Call ({participantCount} participants)"
msgstr "Bli med i videosamtale ({participantCount} deltakere)"
@@ -10436,15 +10517,15 @@ msgstr "Bli med i videosamtale ({participantCount} deltakere)"
msgid "Join Visionary Community"
msgstr "Bli med i Visionær-fellesskap"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:70
+#: src/components/channel/ChannelHeader/CallButtons.tsx:89
msgid "Join Voice Call"
msgstr "Bli med i talesamtale"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:66
+#: src/components/channel/ChannelHeader/CallButtons.tsx:80
msgid "Join Voice Call ({participantCount} participant)"
msgstr "Bli med i talesamtale ({participantCount} deltaker)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:67
+#: src/components/channel/ChannelHeader/CallButtons.tsx:81
msgid "Join Voice Call ({participantCount} participants)"
msgstr "Bli med i talesamtale ({participantCount} deltakere)"
@@ -10495,7 +10576,7 @@ msgstr "JPEG, PNG, WebP. Maks 10 MB. Anbefalt: 512×512px"
msgid "JPEG, PNG, WebP. Max 10MB. Recommended: 512×512px. Animated avatars (GIF) require <0/>."
msgstr "JPEG, PNG, WebP. Maks 10 MB. Anbefalt: 512×512px. Animerte avatarer (GIF) krever <0/>."
-#: src/components/channel/ChannelSearchResults.tsx:777
+#: src/components/channel/ChannelSearchResults.tsx:745
#: src/components/pages/MessageListPage.tsx:97
#: src/components/popouts/RecentMentionsContent.tsx:221
#: src/components/popouts/SavedMessagesContent.tsx:102
@@ -10519,11 +10600,11 @@ msgstr "Hopp til melding"
msgid "Jump to Oldest Unread Message"
msgstr "Hopp til eldste uleste melding"
-#: src/components/channel/ChannelSearchResults.tsx:872
+#: src/components/channel/ChannelSearchResults.tsx:840
msgid "Jump to page"
msgstr "Hopp til side"
-#: src/components/channel/Messages.tsx:917
+#: src/components/channel/Messages.tsx:915
msgid "Jump to Present"
msgstr "Hopp til nåtid"
@@ -10612,7 +10693,7 @@ msgid "Keyboard Shortcuts"
msgstr "Tastatursnarveier"
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:344
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:311
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:314
#: src/components/modals/KickMemberModal.tsx:58
#: src/components/modals/UserProfileActionsSheet.tsx:253
msgid "Kick"
@@ -10702,7 +10783,7 @@ msgstr "Forsinkelse {latency} millisekunder"
msgid "Latency graph"
msgstr "Forsinkelsesdiagram"
-#: src/components/pages/ReportPage.tsx:326
+#: src/components/pages/report/optionDescriptors.ts:98
msgid "Latvia"
msgstr "Latvia"
@@ -10729,10 +10810,10 @@ msgstr "Forlat fellesskap"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:248
#: src/components/bottomsheets/ChannelBottomSheet.tsx:250
#: src/components/bottomsheets/ChannelBottomSheet.tsx:314
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1253
-#: src/components/bottomsheets/DMBottomSheet.tsx:337
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1277
#: src/components/bottomsheets/DMBottomSheet.tsx:339
-#: src/components/bottomsheets/DMBottomSheet.tsx:551
+#: src/components/bottomsheets/DMBottomSheet.tsx:341
+#: src/components/bottomsheets/DMBottomSheet.tsx:554
#: src/components/channel/dm/DMList.tsx:265
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:159
#: src/hooks/useLeaveGroup.tsx:42
@@ -10740,27 +10821,27 @@ msgstr "Forlat fellesskap"
msgid "Leave Group"
msgstr "Forlat gruppe"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:122
+#: src/components/channel/ChannelHeader/CallButtons.tsx:157
msgid "Leave Video Call"
msgstr "Forlat videosamtale"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:113
+#: src/components/channel/ChannelHeader/CallButtons.tsx:145
msgid "Leave Video Call ({participantCount} participant)"
msgstr "Forlat videosamtale ({participantCount} deltaker)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:114
+#: src/components/channel/ChannelHeader/CallButtons.tsx:146
msgid "Leave Video Call ({participantCount} participants)"
msgstr "Forlat videosamtale ({participantCount} deltakere)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:70
+#: src/components/channel/ChannelHeader/CallButtons.tsx:87
msgid "Leave Voice Call"
msgstr "Forlat talesamtale"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:61
+#: src/components/channel/ChannelHeader/CallButtons.tsx:75
msgid "Leave Voice Call ({participantCount} participant)"
msgstr "Forlat talesamtale ({participantCount} deltaker)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:62
+#: src/components/channel/ChannelHeader/CallButtons.tsx:76
msgid "Leave Voice Call ({participantCount} participants)"
msgstr "Forlat talesamtale ({participantCount} deltakere)"
@@ -10785,7 +10866,7 @@ msgstr "Venstrejustert"
msgid "Left community"
msgstr "Forlot fellesskap"
-#: src/components/bottomsheets/DMBottomSheet.tsx:350
+#: src/components/bottomsheets/DMBottomSheet.tsx:352
#: src/hooks/useLeaveGroup.tsx:56
msgid "Left group"
msgstr "Forlot gruppe"
@@ -10798,7 +10879,7 @@ msgstr "Venstreikon"
msgid "Left Tooltip"
msgstr "Venstre verktøytips"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:90
+#: src/components/modals/components/plutonium/VisionarySection.tsx:99
msgid "Let people add you without needing a 4-digit tag"
msgstr "La folk legge deg til uten å måtte bruke en 4-sifret tag"
@@ -10810,17 +10891,13 @@ msgstr "La fellesskapet moderere seg selv"
msgid "Letters (a-z, A-Z), numbers (0-9), and underscores (_) only"
msgstr "Kun bokstaver (a–z, A–Z), tall (0–9) og understreker (_)"
-#: src/components/pages/ReportPage.tsx:729
-msgid "Letters and numbers only. You can paste the code—formatting is automatic."
-msgstr "Kun bokstaver og tall. Du kan lime inn koden—formateringen er automatisk."
-
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:120
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:139
#: src/components/modals/tabs/DeveloperOptionsTab/AccountPremiumTab.tsx:49
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:371
msgid "Lifetime"
msgstr "Livstid"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:73
+#: src/components/modals/components/plutonium/VisionarySection.tsx:82
#: src/utils/giftUtils.ts:58
msgid "Lifetime Plutonium"
msgstr "Livstid Plutonium"
@@ -10838,7 +10915,7 @@ msgid "Liked!"
msgstr "Likte!"
#. placeholder {0}: formatter.format(visionarySlots.total)
-#: src/components/modals/components/plutonium/VisionarySection.tsx:61
+#: src/components/modals/components/plutonium/VisionarySection.tsx:70
msgid "Limited to {0} users. One-time purchase, lifetime access."
msgstr "Begrenset til {0} brukere. Engangskjøp, livstidsadgang."
@@ -10856,7 +10933,7 @@ msgstr "Lenke"
msgid "Link channel"
msgstr "Koble kanal"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:530
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:544
#: src/components/uikit/ContextMenu/MediaContextMenu.tsx:145
#: src/components/uikit/ContextMenu/MediaContextMenu.tsx:228
msgid "Link copied to clipboard"
@@ -10902,7 +10979,7 @@ msgstr "Lister"
msgid "Lists members with this role in their own section in the member list."
msgstr "Viser medlemmer med denne rollen i en egen seksjon i medlemslisten."
-#: src/components/pages/ReportPage.tsx:327
+#: src/components/pages/report/optionDescriptors.ts:99
msgid "Lithuania"
msgstr "Litauen"
@@ -10934,7 +11011,7 @@ msgstr "Laster utestengelser..."
msgid "Loading communities..."
msgstr "Laster fellesskap..."
-#: src/components/channel/embeds/media/EmbedImage.tsx:363
+#: src/components/channel/embeds/media/EmbedImage.tsx:368
msgid "Loading image"
msgstr "Laster bilde"
@@ -10947,7 +11024,7 @@ msgid "Loading more..."
msgstr "Laster mer..."
#: src/components/channel/embeds/media/EmbedGifv.tsx:493
-#: src/components/channel/embeds/media/EmbedGifv.tsx:721
+#: src/components/channel/embeds/media/EmbedGifv.tsx:745
msgid "Loading placeholder"
msgstr "Laster plassholder"
@@ -10971,7 +11048,7 @@ msgstr "Laster tema..."
msgid "Loading verification methods..."
msgstr "Laster verifikasjonsmetoder..."
-#: src/components/channel/embeds/media/EmbedImage.tsx:363
+#: src/components/channel/embeds/media/EmbedImage.tsx:368
msgid "Loading: {alt}"
msgstr "Laster: {alt}"
@@ -11021,7 +11098,7 @@ msgid "Log in with a passkey"
msgstr "Logg inn med passkey"
#: src/components/modals/components/DesktopSettingsView.tsx:346
-#: src/components/modals/components/MobileSettingsView.tsx:362
+#: src/components/modals/components/MobileSettingsView.tsx:357
#: src/components/pages/PendingVerificationPage.tsx:151
msgid "Log Out"
msgstr "Logg ut"
@@ -11101,7 +11178,7 @@ msgstr "Lav"
msgid "Low (480p)"
msgstr "Lav (480p)"
-#: src/components/pages/ReportPage.tsx:328
+#: src/components/pages/report/optionDescriptors.ts:100
msgid "Luxembourg"
msgstr "Luxembourg"
@@ -11114,16 +11191,16 @@ msgstr "Gjør til gruppeeier"
msgid "Make links to websites stand out more by always underlining them."
msgstr "Få lenker til nettsider til å skille seg mer ut ved alltid å understreke dem."
-#: src/components/pages/ReportPage.tsx:271
+#: src/components/pages/report/optionDescriptors.ts:52
#: src/constants/IARConstants.tsx:77
msgid "Malicious Links"
msgstr "Ondsinnede lenker"
-#: src/components/pages/ReportPage.tsx:329
+#: src/components/pages/report/optionDescriptors.ts:101
msgid "Malta"
msgstr "Malta"
-#: src/components/pages/ReportPage.tsx:302
+#: src/components/pages/report/optionDescriptors.ts:77
#: src/constants/IARConstants.tsx:190
msgid "Malware Distribution"
msgstr "Distribusjon av skadevare"
@@ -11214,7 +11291,7 @@ msgid "Manage slash commands for this application"
msgstr "Administrer skråstrek-kommandoer for denne appen"
#: src/components/layout/app-layout/nagbars/PremiumGracePeriodNagbar.tsx:83
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:288
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:324
msgid "Manage Subscription"
msgstr "Administrer abonnement"
@@ -11227,7 +11304,7 @@ msgstr "Administrer e-postadressen du bruker for å logge inn på Fluxer"
msgid "Manage Webhooks"
msgstr "Administrer webhooks"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:100
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:104
msgid "Manage your applications and bots."
msgstr "Administrer applikasjonene og botene dine."
@@ -11243,7 +11320,7 @@ msgstr "Administrer gavene dine"
msgid "Manage your phone number for SMS two-factor authentication"
msgstr "Administrer telefonnummeret ditt for totrinnsbekreftelse via SMS"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:280
+#: src/components/modals/tabs/GiftInventoryTab.tsx:303
msgid "Manage your purchased Plutonium gift codes. Share the gift URL with someone special or redeem it for yourself!"
msgstr "Administrer Plutonium-gavekodene du har kjøpt. Del gave-URL-en med noen spesielle eller bruk den selv!"
@@ -11256,8 +11333,8 @@ msgid "Mark as 18+ (NSFW)"
msgstr "Merk som 18+ (NSFW)"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:358
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1115
-#: src/components/bottomsheets/DMBottomSheet.tsx:388
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1139
+#: src/components/bottomsheets/DMBottomSheet.tsx:390
#: src/components/channel/NewMessagesBar.tsx:60
#: src/components/uikit/ContextMenu/items/CategoryMenuItems.tsx:81
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:79
@@ -11319,7 +11396,7 @@ msgstr "Markdown"
msgid "Markdown Preview"
msgstr "Markdown-forhåndsvisning"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:516
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:530
msgid "Marked as read"
msgstr "Merket som lest"
@@ -11347,7 +11424,7 @@ msgstr "Markører under glidebryteren"
msgid "Marty_McFly"
msgstr "Marty_McFly"
-#: src/components/modals/ClaimAccountModal.tsx:160
+#: src/components/modals/ClaimAccountModal.tsx:162
#: src/components/modals/EmailChangeModal.tsx:254
msgid "marty@example.com"
msgstr "marty@example.com"
@@ -11356,7 +11433,7 @@ msgstr "marty@example.com"
msgid "Mask Visionary as subscription"
msgstr "Masker Visionary som abonnement"
-#: src/components/modals/InviteModal.tsx:291
+#: src/components/modals/InviteModal.tsx:288
msgid "Max number of uses"
msgstr "Maks antall bruk"
@@ -11393,7 +11470,8 @@ msgstr "Maksimal kvalitet for kamera er 1080p"
msgid "Maximum quality, requires very fast connection"
msgstr "Maksimal kvalitet, krever svært rask tilkobling"
-#: src/components/modals/GiftAcceptModal.tsx:151
+#: src/components/modals/GiftAcceptModal.tsx:161
+#: src/components/modals/GiftAcceptModal.tsx:194
msgid "Maybe later"
msgstr "Kanskje senere"
@@ -11411,7 +11489,7 @@ msgstr "Måler..."
#: src/components/channel/AutocompleteEmoji.tsx:154
#: src/components/channel/textarea/TextareaButtons.tsx:122
-#: src/components/modals/ExpressionPickerSheet.tsx:77
+#: src/components/modals/ExpressionPickerSheet.tsx:64
#: src/components/modals/tabs/ChatSettingsTab.tsx:43
#: src/components/modals/tabs/ChatSettingsTab/Inline.tsx:37
#: src/components/modals/utils/settingsConstants.tsx:298
@@ -11504,8 +11582,8 @@ msgstr "Medlemsverifisering"
msgid "Member verification level"
msgstr "Verifiseringsnivå for medlem"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:877
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:913
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:909
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:945
#: src/components/modals/guildTabs/GuildMembersTab.tsx:429
#: src/components/modals/shared/AddOverridePopout.tsx:176
#: src/components/modals/utils/guildSettingsConstants.tsx:157
@@ -11536,7 +11614,7 @@ msgstr "Medlemmer fjernet"
msgid "Members receive notifications for every message"
msgstr "Medlemmer mottar varsler for hver melding"
-#: src/components/modals/InviteModal.tsx:302
+#: src/components/modals/InviteModal.tsx:299
msgid "Members will be removed when they go offline unless a role is assigned"
msgstr "Medlemmer fjernes når de går offline med mindre en rolle er tildelt"
@@ -11608,11 +11686,11 @@ msgid "mentions:"
msgstr "nevnelser:"
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:234
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:218
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:220
#: src/components/modals/tabs/ComponentGalleryTab/InputsTab.tsx:164
-#: src/components/modals/UserProfileMobileSheet.tsx:497
-#: src/components/modals/UserProfileModal.tsx:1189
-#: src/components/modals/UserProfileModal.tsx:1311
+#: src/components/modals/UserProfileMobileSheet.tsx:501
+#: src/components/modals/UserProfileModal.tsx:1190
+#: src/components/modals/UserProfileModal.tsx:1316
#: src/components/popouts/UserProfilePopout.tsx:289
#: src/components/popouts/UserProfilePopout.tsx:308
#: src/components/profile/ProfilePreview.tsx:292
@@ -11689,7 +11767,7 @@ msgstr "Meldingsgruppering"
msgid "Message is too long"
msgstr "Meldingen er for lang"
-#: src/components/pages/ReportPage.tsx:837
+#: src/components/pages/report/ReportStepDetails.tsx:107
msgid "Message Link"
msgstr "Meldingslenke"
@@ -11744,7 +11822,7 @@ msgstr "Meldinger og media"
msgid "Messages Deleted"
msgstr "Meldinger slettet"
-#: src/components/channel/Messages.tsx:938
+#: src/components/channel/Messages.tsx:936
msgid "Messages failed to load"
msgstr "Meldinger kunne ikke lastes"
@@ -11888,22 +11966,21 @@ msgstr "Moderering"
msgid "Monospace font family"
msgstr "Monospace-skriftfamilie"
-#: src/components/auth/DateOfBirthField.tsx:87
-#: src/components/auth/DateOfBirthField.tsx:154
+#: src/components/auth/DateOfBirthField.tsx:151
#: src/components/auth/MockMinimalRegisterForm.tsx:68
msgid "Month"
msgstr "Måned"
-#: src/components/modals/components/plutonium/PricingSection.tsx:71
+#: src/components/modals/components/plutonium/PricingSection.tsx:78
msgid "Monthly"
msgstr "Månedlig"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:63
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:73
msgid "Monthly {monthlyPrice}"
msgstr "Månedlig {monthlyPrice}"
#: src/components/accounts/AccountRow.tsx:178
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:863
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:895
#: src/components/channel/friends/FriendListItem.tsx:229
#: src/components/channel/MessageActionBar.tsx:647
#: src/components/channel/MessageActionBar.tsx:776
@@ -11936,7 +12013,7 @@ msgstr "Flere klistremerke-plasser"
msgid "Most popular"
msgstr "Mest populær"
-#: src/components/channel/ChannelSearchResults.tsx:225
+#: src/components/channel/ChannelSearchResults.tsx:182
#: src/components/search/SortModeSheet.tsx:53
msgid "Most Relevant"
msgstr "Mest relevante"
@@ -12015,7 +12092,7 @@ msgstr "Flerspråklig innhold"
msgid "Music Lovers"
msgstr "Musikkelskere"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:850
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:882
#: src/components/bottomsheets/VoiceLobbyBottomSheet.tsx:179
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:253
#: src/components/layout/UserArea.tsx:213
@@ -12055,7 +12132,7 @@ msgstr "Demp kanal"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:400
#: src/components/bottomsheets/ChannelBottomSheet.tsx:452
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1010
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1034
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:171
#: src/components/modals/GuildNotificationSettingsModal.tsx:295
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:168
@@ -12069,9 +12146,9 @@ msgstr "Demp kanal"
msgid "Mute Community"
msgstr "Demp fellesskap"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1012
-#: src/components/bottomsheets/DMBottomSheet.tsx:449
-#: src/components/bottomsheets/DMBottomSheet.tsx:590
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1036
+#: src/components/bottomsheets/DMBottomSheet.tsx:451
+#: src/components/bottomsheets/DMBottomSheet.tsx:593
msgid "Mute Conversation"
msgstr "Demp samtale"
@@ -12096,7 +12173,7 @@ msgstr "Demp medlemmer"
msgid "Mute User"
msgstr "Demp bruker"
-#: src/components/layout/guild-list/GuildListItem.tsx:193
+#: src/components/layout/guild-list/GuildListItem.tsx:194
#: src/components/layout/VoiceStateIcons.tsx:53
#: src/components/voice/VoiceParticipantTile.tsx:897
#: src/utils/ContextMenuUtils.tsx:159
@@ -12105,7 +12182,7 @@ msgstr "Dempet"
#. placeholder {0}: DateUtils.getFormattedDateTime(new Date(muteConfig.end_time))
#. placeholder {0}: getFormattedDateTime(new Date(muteConfig.end_time))
-#: src/components/layout/guild-list/GuildListItem.tsx:191
+#: src/components/layout/guild-list/GuildListItem.tsx:192
#: src/utils/ContextMenuUtils.tsx:157
msgid "Muted until {0}"
msgstr "Dempet til {0}"
@@ -12253,7 +12330,7 @@ msgstr "Trenger du en konto?"
msgid "Neighborhood Watch"
msgstr "Nabolagsvakt"
-#: src/components/pages/ReportPage.tsx:330
+#: src/components/pages/report/optionDescriptors.ts:102
msgid "Netherlands"
msgstr "Nederland"
@@ -12261,9 +12338,9 @@ msgstr "Nederland"
msgid "Network"
msgstr "Nettverk"
-#: src/components/modals/components/PlutoniumContent.tsx:145
-#: src/components/modals/components/PlutoniumContent.tsx:271
-#: src/components/modals/tabs/BetaCodesTab.tsx:295
+#: src/components/modals/components/PlutoniumContent.tsx:156
+#: src/components/modals/components/PlutoniumContent.tsx:288
+#: src/components/modals/tabs/BetaCodesTab.tsx:320
#: src/components/modals/tabs/DevicesTab.tsx:229
msgid "Network error"
msgstr "Nettverksfeil"
@@ -12290,7 +12367,7 @@ msgstr "utløper aldri"
#: src/components/channel/Divider.tsx:51
#: src/components/channel/Divider.tsx:60
#: src/components/channel/UnreadDividerSlot.tsx:45
-#: src/components/layout/GuildsLayout.tsx:285
+#: src/components/layout/GuildsLayout.tsx:283
msgid "New"
msgstr "Ny"
@@ -12311,7 +12388,7 @@ msgstr "Ny e-post"
msgid "New email form"
msgstr "Skjema for ny e-post"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:902
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:934
msgid "New Group"
msgstr "Ny gruppe"
@@ -12334,7 +12411,7 @@ msgid "new-channel"
msgstr "ny-kanal"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:446
-#: src/components/channel/ChannelSearchResults.tsx:223
+#: src/components/channel/ChannelSearchResults.tsx:180
msgid "Newest"
msgstr "Nyeste"
@@ -12394,7 +12471,7 @@ msgstr "Kallenavnet kan ikke være mer enn 32 tegn"
msgid "Nickname updated"
msgstr "Kallenavn oppdatert"
-#: src/components/layout/GuildLayout.tsx:392
+#: src/components/layout/GuildLayout.tsx:397
msgid "No accessible channels"
msgstr "Ingen tilgjengelige kanaler"
@@ -12431,7 +12508,7 @@ msgstr "Ingen utestengte brukere"
msgid "No bans found matching your search."
msgstr "Ingen utestengelser samsvarer med søket."
-#: src/components/modals/tabs/BetaCodesTab.tsx:365
+#: src/components/modals/tabs/BetaCodesTab.tsx:390
msgid "No beta codes yet"
msgstr "Ingen beta-koder ennå"
@@ -12471,7 +12548,7 @@ msgstr "Ingen kanaler tilgjengelig"
msgid "No channels found"
msgstr "Ingen kanaler funnet"
-#: src/components/modals/tabs/BetaCodesTab.tsx:275
+#: src/components/modals/tabs/BetaCodesTab.tsx:279
msgid "No codes remaining. Resets {resetString}"
msgstr "Ingen koder igjen. Tilbakestilles {resetString}"
@@ -12484,7 +12561,7 @@ msgid "No community banner"
msgstr "Ingen fellesskapsbanner"
#: src/components/auth/InviteHeader.tsx:156
-#: src/components/channel/InviteEmbed.tsx:215
+#: src/components/channel/InviteEmbed.tsx:217
#: src/components/modals/InviteAcceptModal.tsx:148
#: src/components/modals/tabs/ExpressionPacksTab.tsx:73
msgid "No description provided."
@@ -12516,7 +12593,7 @@ msgstr "Ingen venner ennå"
msgid "No GIFs found"
msgstr "Ingen GIF-er funnet"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:311
+#: src/components/modals/tabs/GiftInventoryTab.tsx:334
msgid "No gifts yet"
msgstr "Ingen gaver ennå"
@@ -12656,7 +12733,7 @@ msgid "No results"
msgstr "Ingen resultater"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:315
-#: src/components/channel/ChannelSearchResults.tsx:709
+#: src/components/channel/ChannelSearchResults.tsx:678
msgid "No Results"
msgstr "Ingen resultater"
@@ -12717,7 +12794,7 @@ msgstr "Ingen systemkanal"
msgid "No Timer"
msgstr "Ingen timer"
-#: src/components/channel/dm/AddFriendForm.tsx:70
+#: src/components/channel/dm/AddFriendForm.tsx:93
msgid "No user found with that FluxerTag."
msgstr "Ingen bruker funnet med den FluxerTag-en."
@@ -12797,7 +12874,7 @@ msgstr "Ikke nå"
msgid "Not your cup of tea? You can disable this feature anytime."
msgstr "Ikke din greie? Du kan slå av denne funksjonen når som helst."
-#: src/components/modals/UserProfileMobileSheet.tsx:549
+#: src/components/modals/UserProfileMobileSheet.tsx:553
#: src/components/modals/UserProfileModal.tsx:244
#: src/components/modals/UserProfileModal.tsx:248
#: src/components/pages/YouPage.tsx:144
@@ -12813,7 +12890,7 @@ msgstr "Merk (kun synlig for deg)"
msgid "nothing"
msgstr "ingenting"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1387
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1411
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:218
#: src/components/modals/GuildNotificationSettingsModal.tsx:95
#: src/components/modals/GuildNotificationSettingsModal.tsx:226
@@ -12835,8 +12912,8 @@ msgid "Notification Overrides"
msgstr "Varslingsoverskrivelser"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:405
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1160
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1341
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1184
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1365
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:199
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsButton.tsx:59
#: src/components/modals/GuildNotificationSettingsModal.tsx:162
@@ -12904,17 +12981,17 @@ msgstr "NSFW-innhold ikke tillatt"
msgid "NSFW Gates"
msgstr "NSFW-porter"
-#: src/components/pages/ReportPage.tsx:266
+#: src/components/pages/report/optionDescriptors.ts:47
#: src/constants/IARConstants.tsx:52
msgid "NSFW Policy Violation"
msgstr "Brudd på NSFW-retningslinjer"
#. placeholder {0}: formatter.format(visionarySlots.total)
-#: src/components/modals/components/plutonium/VisionarySection.tsx:82
+#: src/components/modals/components/plutonium/VisionarySection.tsx:91
msgid "Numbered badge (1-{0}) showing your Visionary status"
msgstr "Nummerert merkelapp (1-{0}) som viser din Visionary-status"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:83
+#: src/components/modals/components/plutonium/VisionarySection.tsx:92
msgid "Numbered badge showing your Visionary status"
msgstr "Nummerert merke som viser din Visionary-status"
@@ -12933,8 +13010,8 @@ msgstr "Objekter"
msgid "Off"
msgstr "Av"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:281
-#: src/components/channel/ChannelMembers.tsx:137
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:287
+#: src/components/channel/ChannelMembers.tsx:108
#: src/Constants.tsx:134
#: src/utils/MemberListUtils.ts:150
#: src/utils/MemberListUtils.ts:188
@@ -12962,7 +13039,7 @@ msgid "Okay"
msgstr "Ok"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:446
-#: src/components/channel/ChannelSearchResults.tsx:224
+#: src/components/channel/ChannelSearchResults.tsx:181
msgid "Oldest"
msgstr "Eldst"
@@ -13020,25 +13097,25 @@ msgstr "Én eller flere kanaler indekseres"
msgid "one second ago"
msgstr "for ett sekund siden"
-#: src/components/modals/components/plutonium/GiftSection.tsx:71
-#: src/components/modals/components/plutonium/GiftSection.tsx:80
-#: src/components/modals/components/plutonium/PricingSection.tsx:103
-#: src/components/modals/components/plutonium/PricingSection.tsx:112
+#: src/components/modals/components/plutonium/GiftSection.tsx:78
+#: src/components/modals/components/plutonium/GiftSection.tsx:90
+#: src/components/modals/components/plutonium/PricingSection.tsx:118
+#: src/components/modals/components/plutonium/PricingSection.tsx:130
msgid "one-time purchase"
msgstr "engangskjøp"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:65
+#: src/components/modals/components/plutonium/VisionarySection.tsx:74
msgid "One-time purchase, lifetime access."
msgstr "Engangsbetaling, livstids tilgang."
-#: src/components/modals/components/plutonium/GiftSection.tsx:89
-#: src/components/modals/components/plutonium/PricingSection.tsx:90
-#: src/components/modals/components/plutonium/PricingSection.tsx:121
+#: src/components/modals/components/plutonium/GiftSection.tsx:102
+#: src/components/modals/components/plutonium/PricingSection.tsx:103
+#: src/components/modals/components/plutonium/PricingSection.tsx:142
msgid "one-time, lifetime"
msgstr "engang, livstid"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:281
-#: src/components/channel/ChannelMembers.tsx:135
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:285
+#: src/components/channel/ChannelMembers.tsx:106
#: src/components/channel/dm/DMFriendsView.tsx:168
#: src/components/channel/friends/views/FriendsList.tsx:95
#: src/Constants.tsx:130
@@ -13051,7 +13128,7 @@ msgstr "Pålogget"
msgid "Online Status"
msgstr "Nettstatus"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1382
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1406
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:212
#: src/components/modals/GuildNotificationSettingsModal.tsx:91
#: src/components/modals/GuildNotificationSettingsModal.tsx:281
@@ -13120,11 +13197,11 @@ msgstr "Åpne modal for å kreve konto"
msgid "Open color picker"
msgstr "Åpne fargevelger"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1398
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1422
msgid "Open Community Notification Settings"
msgstr "Åpne fellesskapsvarslingsinnstillinger"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:286
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:322
msgid "Open Customer Portal"
msgstr "Åpne kundesenter"
@@ -13293,7 +13370,7 @@ msgstr "Alternativ tre"
msgid "Option Two"
msgstr "Alternativ to"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:89
+#: src/components/modals/components/plutonium/VisionarySection.tsx:98
msgid "Optional #0000 tag"
msgstr "Valgfri #0000-tagg"
@@ -13309,7 +13386,7 @@ msgstr "ELLER"
msgid "Or copy the link:"
msgstr "Eller kopier lenken:"
-#: src/components/modals/InviteModal.tsx:312
+#: src/components/modals/InviteModal.tsx:309
msgid "or send an invite link to a friend:"
msgstr "eller send en invitasjonslenke til en venn:"
@@ -13325,9 +13402,9 @@ msgstr "Originalmelding kunne ikke lastes"
msgid "Original message was deleted"
msgstr "Originalmeldingen ble slettet"
-#: src/components/pages/ReportPage.tsx:273
-#: src/components/pages/ReportPage.tsx:287
-#: src/components/pages/ReportPage.tsx:303
+#: src/components/pages/report/optionDescriptors.ts:54
+#: src/components/pages/report/optionDescriptors.ts:65
+#: src/components/pages/report/optionDescriptors.ts:78
#: src/constants/IARConstants.tsx:87
#: src/constants/IARConstants.tsx:139
#: src/constants/IARConstants.tsx:195
@@ -13463,8 +13540,8 @@ msgstr "Passordnøkler krever en signert macOS-pakke med en gyldig applikasjonsi
#: src/components/auth/AuthLoginCore/AuthLoginEmailPasswordForm.tsx:90
#: src/components/auth/AuthRegisterFormCore.tsx:136
#: src/components/auth/AuthRegisterFormCore.tsx:217
-#: src/components/modals/ClaimAccountModal.tsx:168
-#: src/components/modals/ClaimAccountModal.tsx:208
+#: src/components/modals/ClaimAccountModal.tsx:170
+#: src/components/modals/ClaimAccountModal.tsx:210
#: src/components/modals/SudoVerificationModal.tsx:171
#: src/components/modals/SudoVerificationModal.tsx:236
#: src/components/modals/tabs/AccountSecurityTab/AccountTab.tsx:105
@@ -13546,11 +13623,11 @@ msgstr "Personer som er venner med vennene dine kan legge deg til gruppesamtaler
msgid "People who are friends with your friends can call you"
msgstr "Personer som er venner med vennene dine kan ringe deg"
-#: src/components/modals/components/plutonium/PricingSection.tsx:73
+#: src/components/modals/components/plutonium/PricingSection.tsx:80
msgid "per month"
msgstr "per måned"
-#: src/components/modals/components/plutonium/PricingSection.tsx:80
+#: src/components/modals/components/plutonium/PricingSection.tsx:90
msgid "per year"
msgstr "per år"
@@ -13588,8 +13665,8 @@ msgstr "Tillatelser gitt"
msgid "Personal notes"
msgstr "Personlige notater"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:479
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:778
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:493
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:810
#: src/components/channel/channel-header/useChannelHeaderData.ts:84
#: src/components/channel/dm/DMList.tsx:708
#: src/components/channel/dm/DMList.tsx:795
@@ -13662,16 +13739,16 @@ msgid "Pick which phone step to show"
msgstr "Velg hvilket telefonsteg som skal vises"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:336
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1132
-#: src/components/bottomsheets/DMBottomSheet.tsx:483
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1156
+#: src/components/bottomsheets/DMBottomSheet.tsx:485
#: src/components/channel/dm/DMList.tsx:287
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:153
msgid "Pin DM"
msgstr "Fest DM"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:295
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1132
-#: src/components/bottomsheets/DMBottomSheet.tsx:483
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1156
+#: src/components/bottomsheets/DMBottomSheet.tsx:485
#: src/components/channel/dm/DMList.tsx:248
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:133
msgid "Pin Group DM"
@@ -13714,20 +13791,20 @@ msgid "Ping: {latency}ms"
msgstr "Ping: {latency} ms"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:219
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:566
-#: src/components/bottomsheets/DMBottomSheet.tsx:147
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:580
+#: src/components/bottomsheets/DMBottomSheet.tsx:149
#: src/components/channel/dm/DMList.tsx:214
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:115
msgid "Pinned DM"
msgstr "Festet DM"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:219
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:566
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:580
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:95
msgid "Pinned group"
msgstr "Festet gruppe"
-#: src/components/bottomsheets/DMBottomSheet.tsx:147
+#: src/components/bottomsheets/DMBottomSheet.tsx:149
msgid "Pinned group DM"
msgstr "Festet gruppe-DM"
@@ -13742,7 +13819,7 @@ msgstr "Festede meldinger"
msgid "pinned:"
msgstr "festet:"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:886
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:918
msgid "Pins"
msgstr "Fester"
@@ -13789,15 +13866,15 @@ msgstr "Sjekk innboksen din for en verifiserings-e-post."
msgid "Please enable Fluxer in System Settings → Privacy & Security → Input Monitoring."
msgstr "Aktiver Fluxer i Systeminnstillinger → Personvern og sikkerhet → Inndatamonitorering."
-#: src/components/pages/ReportPage.tsx:396
+#: src/components/pages/ReportPage.tsx:211
msgid "Please enter a valid email address."
msgstr "Vennligst oppgi en gyldig e-postadresse."
-#: src/components/channel/dm/AddFriendForm.tsx:74
+#: src/components/channel/dm/AddFriendForm.tsx:97
msgid "Please enter a valid FluxerTag (Username#0000)."
msgstr "Oppgi en gyldig FluxerTag (Brukernavn#0000)."
-#: src/components/pages/ReportPage.tsx:509
+#: src/components/pages/ReportPage.tsx:336
msgid "Please enter a valid message link URL."
msgstr "Vennligst oppgi en gyldig meldinglenke-URL."
@@ -13809,26 +13886,22 @@ msgstr "Vennligst oppgi en API-endepunkt."
msgid "Please fill out the following fields: {fieldList}"
msgstr "Vennligst fyll ut følgende felt: {fieldList}"
-#: src/components/pages/ReportPage.tsx:436
+#: src/components/pages/ReportPage.tsx:261
msgid "Please go back and enter a valid email address."
msgstr "Vennligst gå tilbake og oppgi en gyldig e-postadresse."
-#: src/components/pages/ReportPage.tsx:542
+#: src/components/pages/ReportPage.tsx:369
msgid "Please include the community (guild) ID you are reporting."
msgstr "Ta med fellesskapets (guild) ID som du rapporterer."
-#: src/components/pages/ReportPage.tsx:504
+#: src/components/pages/ReportPage.tsx:331
msgid "Please paste the message link you are reporting."
msgstr "Lim inn lenken til meldingen du rapporterer."
-#: src/components/pages/ReportPage.tsx:391
+#: src/components/pages/ReportPage.tsx:206
msgid "Please provide an email address."
msgstr "Oppgi en e-postadresse."
-#: src/components/pages/ReportPage.tsx:801
-msgid "Please provide the details of your report."
-msgstr "Oppgi detaljene i rapporten din."
-
#: src/components/modals/tabs/ApplicationsTab/ApplicationDetail.tsx:555
msgid "Please retry or go back to the applications list."
msgstr "Prøv igjen eller gå tilbake til søknadslisten."
@@ -13837,7 +13910,7 @@ msgstr "Prøv igjen eller gå tilbake til søknadslisten."
msgid "Please select a violation category"
msgstr "Velg en kategori for overtredelsen"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:297
+#: src/components/modals/tabs/GiftInventoryTab.tsx:320
msgid "Please try again later."
msgstr "Prøv igjen senere."
@@ -13878,7 +13951,7 @@ msgstr "Plutonium-emblemets personvern"
msgid "Plutonium perks"
msgstr "Plutonium-fordeler"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:110
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:129
msgid "Plutonium Subscription"
msgstr "Plutonium-abonnement"
@@ -13886,7 +13959,7 @@ msgstr "Plutonium-abonnement"
msgid "PNG"
msgstr "PNG"
-#: src/components/pages/ReportPage.tsx:331
+#: src/components/pages/report/optionDescriptors.ts:103
msgid "Poland"
msgstr "Polen"
@@ -13903,7 +13976,7 @@ msgstr "meningsmåling"
msgid "Popouts"
msgstr "Popouts"
-#: src/components/pages/ReportPage.tsx:332
+#: src/components/pages/report/optionDescriptors.ts:104
msgid "Portugal"
msgstr "Portugal"
@@ -13943,11 +14016,11 @@ msgstr "Premium-typeoverstyring"
msgid "Press keys..."
msgstr "Trykk på tastene..."
-#: src/components/channel/MessageReactions.tsx:121
+#: src/components/channel/MessageReactions.tsx:120
msgid "press to add reaction"
msgstr "trykk for å legge til reaksjon"
-#: src/components/channel/MessageReactions.tsx:121
+#: src/components/channel/MessageReactions.tsx:120
msgid "press to remove reaction"
msgstr "trykk for å fjerne reaksjon"
@@ -14143,15 +14216,15 @@ msgstr "Beskytt kontoen din med tofaktorautentisering og passkeys"
msgid "Provide any additional context that may help our Safety Team..."
msgstr "Gi tilleggsinformasjon som kan hjelpe sikkerhetsteamet..."
-#: src/components/pages/ReportPage.tsx:882
+#: src/components/pages/report/ReportStepDetails.tsx:156
msgid "Provide at least a user ID or a user tag."
msgstr "Oppgi minst en bruker-ID eller en brukertag."
-#: src/components/pages/ReportPage.tsx:527
+#: src/components/pages/ReportPage.tsx:354
msgid "Provide either a user ID or a FluxerTag for the person you are reporting."
msgstr "Oppgi enten en bruker-ID eller FluxerTag for personen du rapporterer."
-#: src/components/pages/ReportPage.tsx:478
+#: src/components/pages/ReportPage.tsx:305
msgid "Provide your full legal name for the declaration."
msgstr "Oppgi fullt juridisk navn for erklæringen."
@@ -14163,7 +14236,7 @@ msgstr "Fjernet medlemmer inaktive i {dayCount, plural, one {<0># dag0>} other
msgid "Public bot"
msgstr "Offentlig bot"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:312
+#: src/components/modals/tabs/GiftInventoryTab.tsx:335
msgid "Purchase a Plutonium gift from the Plutonium tab to share with friends!"
msgstr "Kjøp en Plutonium-gave fra Plutonium-fanen og del med venner!"
@@ -14171,12 +14244,12 @@ msgstr "Kjøp en Plutonium-gave fra Plutonium-fanen og del med venner!"
msgid "Purchase History"
msgstr "Kjøpshistorikk"
-#: src/components/modals/components/plutonium/PricingSection.tsx:61
+#: src/components/modals/components/plutonium/PricingSection.tsx:67
msgid "Purchase mode"
msgstr "Kjøpsmodus"
#. placeholder {0}: getFormattedShortDate(new Date(gift.created_at))
-#: src/components/modals/tabs/GiftInventoryTab.tsx:119
+#: src/components/modals/tabs/GiftInventoryTab.tsx:120
msgid "Purchased {0}"
msgstr "Kjøpt {0}"
@@ -14275,7 +14348,7 @@ msgstr "Radioknapper lar deg velge ett alternativ fra en gruppe."
msgid "Radio Group"
msgstr "Radiogruppe"
-#: src/components/pages/ReportPage.tsx:300
+#: src/components/pages/report/optionDescriptors.ts:75
#: src/constants/IARConstants.tsx:180
msgid "Raid Coordination"
msgstr "Raidekoordinering"
@@ -14310,7 +14383,7 @@ msgid "Reactions"
msgstr "Reaksjoner"
#: src/components/layout/app-layout/nagbars/PremiumExpiredNagbar.tsx:77
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:284
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:320
msgid "Reactivate"
msgstr "Reaktiver"
@@ -14323,15 +14396,15 @@ msgstr "Les meldinghistorikk"
msgid "Read the community's audit log of changes and moderation actions."
msgstr "Les fellesskapets revisjonslogg for endringer og moderasjonshandlinger."
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:146
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:160
msgid "Read the Documentation (fluxer.dev)"
msgstr "Les dokumentasjonen (fluxer.dev)"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:52
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:60
msgid "Ready to Buy a Gift?"
msgstr "Klar til å kjøpe en gave?"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:52
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:60
msgid "Ready to Upgrade?"
msgstr "Klar for oppgradering?"
@@ -14388,11 +14461,11 @@ msgstr "Kobler til igjen…"
msgid "Record shortcut"
msgstr "Spill inn snarvei"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:269
+#: src/components/modals/tabs/GiftInventoryTab.tsx:292
msgid "Redeem"
msgstr "Løs inn"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:232
+#: src/components/modals/tabs/GiftInventoryTab.tsx:255
msgid "Redeem a Gift"
msgstr "Løs inn en gave"
@@ -14400,40 +14473,40 @@ msgstr "Løs inn en gave"
msgid "Redeem Beta Code"
msgstr "Løs inn betakode"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:165
+#: src/components/modals/tabs/GiftInventoryTab.tsx:166
msgid "Redeem for Yourself"
msgstr "Løs inn for deg selv"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:255
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:281
msgid "Redeem Gift Code"
msgstr "Løs inn gavekode"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:238
+#: src/components/modals/tabs/GiftInventoryTab.tsx:261
msgid "Redeem gift code form"
msgstr "Skjema for innløsning av gavekode"
#. placeholder {0}: redeemedBetaCodes.length
-#: src/components/modals/tabs/BetaCodesTab.tsx:349
+#: src/components/modals/tabs/BetaCodesTab.tsx:374
msgid "Redeemed ({0})"
msgstr "Løst inn ({0})"
#. placeholder {0}: getFormattedShortDate(new Date(gift.redeemed_at!))
-#: src/components/modals/tabs/GiftInventoryTab.tsx:117
+#: src/components/modals/tabs/GiftInventoryTab.tsx:118
msgid "Redeemed {0}"
msgstr "Løst inn {0}"
#. placeholder {0}: gift.redeemed_by.username
#. placeholder {1}: gift.redeemed_by.discriminator
-#: src/components/modals/tabs/GiftInventoryTab.tsx:153
+#: src/components/modals/tabs/GiftInventoryTab.tsx:154
msgid "Redeemed by {0}#{1}"
msgstr "Løst inn av {0}#{1}"
-#: src/components/modals/tabs/BetaCodesTab.tsx:54
+#: src/components/modals/tabs/BetaCodesTab.tsx:56
msgid "Redeemer"
msgstr "Innløser"
-#: src/components/modals/tabs/BetaCodesTab.tsx:111
-#: src/components/modals/tabs/BetaCodesTab.tsx:188
+#: src/components/modals/tabs/BetaCodesTab.tsx:113
+#: src/components/modals/tabs/BetaCodesTab.tsx:190
msgid "Redeemer:"
msgstr "Innløser:"
@@ -14526,7 +14599,7 @@ msgstr "Vanlig knapp"
msgid "Regular button clicked!"
msgstr "Vanlig knapp trykket!"
-#: src/components/channel/channel-view/DMChannelView.tsx:298
+#: src/components/channel/channel-view/DMChannelView.tsx:299
#: src/components/voice/IncomingCallUI.tsx:310
msgid "Reject"
msgstr "Avvis"
@@ -14624,19 +14697,19 @@ msgstr "Fjern inngangslyd"
msgid "Remove filter"
msgstr "Fjern filter"
-#: src/components/bottomsheets/DMBottomSheet.tsx:508
-#: src/components/channel/dm/DMWelcomeSection.tsx:132
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:144
+#: src/components/bottomsheets/DMBottomSheet.tsx:510
+#: src/components/channel/dm/DMWelcomeSection.tsx:144
#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:146
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:253
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:148
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:255
#: src/components/modals/UserProfileActionsSheet.tsx:115
#: src/components/modals/UserProfileActionsSheet.tsx:117
#: src/components/modals/UserProfileActionsSheet.tsx:278
-#: src/components/modals/UserProfileMobileSheet.tsx:302
-#: src/components/modals/UserProfileMobileSheet.tsx:304
+#: src/components/modals/UserProfileMobileSheet.tsx:303
+#: src/components/modals/UserProfileMobileSheet.tsx:305
#: src/components/modals/UserProfileModal.tsx:1143
-#: src/components/modals/UserProfileModal.tsx:1228
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:108
+#: src/components/modals/UserProfileModal.tsx:1229
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:129
#: src/utils/RelationshipActionUtils.tsx:113
#: src/utils/RelationshipActionUtils.tsx:115
msgid "Remove Friend"
@@ -14654,8 +14727,8 @@ msgid "Remove from favorites"
msgstr "Fjern fra favoritter"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:370
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1103
-#: src/components/bottomsheets/DMBottomSheet.tsx:400
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1127
+#: src/components/bottomsheets/DMBottomSheet.tsx:402
#: src/components/channel/ChannelHeader.tsx:547
#: src/components/channel/ChannelHeader.tsx:595
#: src/components/channel/ChannelHeader.tsx:600
@@ -14720,7 +14793,7 @@ msgstr "Fjern spoiler"
msgid "Remove sticker"
msgstr "Fjern klistremerke"
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:285
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:288
#: src/components/modals/RemoveTimeoutModal.tsx:61
#: src/components/modals/RemoveTimeoutModal.tsx:75
#: src/components/modals/TimeoutMemberSheet.tsx:101
@@ -14763,11 +14836,11 @@ msgid "Removed from bookmarks"
msgstr "Fjernet fra bokmerker"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:115
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:541
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:555
msgid "Removed from favorites"
msgstr "Fjernet fra favoritter"
-#: src/components/bottomsheets/DMBottomSheet.tsx:126
+#: src/components/bottomsheets/DMBottomSheet.tsx:128
msgid "Removed from Favorites"
msgstr "Fjernet fra favoritter"
@@ -14891,7 +14964,7 @@ msgstr "Fellesskapet har fått nytt navn: {0}."
msgid "Render all your messages as unknown message type"
msgstr "Vis alle meldingene dine som ukjent meldingstype"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:234
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:253
msgid "Renews on <0>{renewalDate}0>."
msgstr "Fornyes <0>{renewalDate}0>."
@@ -14932,15 +15005,15 @@ msgstr "Svar"
msgid "Replying to <0>{authorNickname}0>"
msgstr "Svar til <0>{authorNickname}0>"
-#: src/components/pages/ReportPage.tsx:249
+#: src/components/pages/report/optionDescriptors.ts:38
msgid "Report a Community"
msgstr "Rapporter et fellesskap"
-#: src/components/pages/ReportPage.tsx:247
+#: src/components/pages/report/optionDescriptors.ts:36
msgid "Report a Message"
msgstr "Rapporter en melding"
-#: src/components/pages/ReportPage.tsx:248
+#: src/components/pages/report/optionDescriptors.ts:37
msgid "Report a User Profile"
msgstr "Rapporter en brukerprofil"
@@ -14949,12 +15022,12 @@ msgstr "Rapporter en brukerprofil"
msgid "Report Community"
msgstr "Rapporter fellesskap"
-#: src/components/pages/ReportPage.tsx:801
-msgid "Report Details"
+#: src/components/pages/report/ReportStepDetails.tsx:74
+msgid "Report details"
msgstr "Rapporter detaljer"
-#: src/components/pages/ReportPage.tsx:241
-#: src/components/pages/ReportPage.tsx:612
+#: src/components/pages/report/ReportStepSelection.tsx:41
+#: src/components/pages/ReportPage.tsx:60
msgid "Report Illegal Content"
msgstr "Rapporter ulovlig innhold"
@@ -14963,33 +15036,24 @@ msgstr "Rapporter ulovlig innhold"
msgid "Report Message"
msgstr "Rapporter melding"
-#: src/components/pages/ReportPage.tsx:588
-msgid "Report Submitted"
-msgstr "Rapport sendt"
+#: src/components/pages/report/ReportStepComplete.tsx:36
+msgid "Report submitted"
+msgstr "Rapporten er sendt inn"
#: src/components/modals/IARModal.tsx:128
msgid "Report submitted successfully. Our Safety Team will review it shortly."
msgstr "Rapporten ble sendt. Sikkerhetsteamet vårt går gjennom den snart."
-#: src/components/pages/ReportPage.tsx:624
-msgid "Report Type"
-msgstr "Rapporttype"
-
#: src/components/modals/IARModal.tsx:84
#: src/components/modals/UserProfileActionsSheet.tsx:289
#: src/components/modals/UserProfileModal.tsx:1157
msgid "Report User"
msgstr "Rapporter bruker"
-#: src/components/pages/ReportPage.tsx:852
+#: src/components/pages/report/ReportStepDetails.tsx:123
msgid "Reported User Tag (optional)"
msgstr "Rapportert brukertag (valgfritt)"
-#: src/components/pages/ReportPage.tsx:644
-#: src/components/pages/ReportPage.tsx:804
-msgid "Reporting:"
-msgstr "Rapportering:"
-
#: src/components/modals/tabs/PrivacySafetyTab/DataExportTab.tsx:48
#: src/components/modals/tabs/PrivacySafetyTab/DataExportTab.tsx:125
msgid "Request Data Export"
@@ -15050,7 +15114,7 @@ msgstr "Krever Plutonium"
msgid "Reschedule Message"
msgstr "Planlegg melding på nytt"
-#: src/components/modals/ClaimAccountModal.tsx:222
+#: src/components/modals/ClaimAccountModal.tsx:224
#: src/components/modals/EmailChangeModal.tsx:230
#: src/components/modals/EmailChangeModal.tsx:294
msgid "Resend"
@@ -15064,7 +15128,11 @@ msgstr "Send på nytt ({newSecondsRemaining}s)"
msgid "Resend ({originalSecondsRemaining}s)"
msgstr "Send på nytt ({originalSecondsRemaining}s)"
-#: src/components/modals/ClaimAccountModal.tsx:222
+#: src/components/pages/report/ReportStepVerification.tsx:114
+msgid "Resend ({resendCooldownSeconds}s)"
+msgstr "Send på nytt ({resendCooldownSeconds}s)"
+
+#: src/components/modals/ClaimAccountModal.tsx:224
msgid "Resend ({resendSecondsRemaining}s)"
msgstr "Send på nytt ({resendSecondsRemaining}s)"
@@ -15072,7 +15140,7 @@ msgstr "Send på nytt ({resendSecondsRemaining}s)"
msgid "Resend Button Loading"
msgstr "Laster send-på-nytt-knapp"
-#: src/components/pages/ReportPage.tsx:761
+#: src/components/pages/report/ReportStepVerification.tsx:116
msgid "Resend code"
msgstr "Send koden på nytt"
@@ -15097,7 +15165,7 @@ msgid "Resent"
msgstr "Sendt på nytt"
#: src/components/keybinds/KeybindRecorder.tsx:215
-#: src/components/modals/components/MobileSettingsView.tsx:128
+#: src/components/modals/components/MobileSettingsView.tsx:123
#: src/components/modals/components/SettingsModalHeader.tsx:81
#: src/components/modals/ImageCropModal.tsx:977
#: src/components/modals/tabs/KeybindsTab.tsx:154
@@ -15173,8 +15241,8 @@ msgstr "Gjenopprett fullskjerm"
msgid "Restore maximized"
msgstr "Gjenopprett maksimert"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:280
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:282
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:316
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:318
msgid "Resubscribe"
msgstr "Abonner igjen"
@@ -15189,11 +15257,11 @@ msgstr "Abonner igjen"
#: src/components/modals/guildTabs/GuildStickersTab.tsx:211
#: src/components/modals/guildTabs/GuildWebhooksTab.tsx:137
#: src/components/modals/tabs/ApplicationsTab/ApplicationDetail.tsx:559
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:108
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:112
#: src/components/modals/tabs/AuthorizedAppsTab.tsx:121
-#: src/components/modals/tabs/BetaCodesTab.tsx:301
+#: src/components/modals/tabs/BetaCodesTab.tsx:326
#: src/components/modals/tabs/DevicesTab.tsx:231
-#: src/components/modals/tabs/GiftInventoryTab.tsx:300
+#: src/components/modals/tabs/GiftInventoryTab.tsx:323
msgid "Retry"
msgstr "Prøv igjen"
@@ -15244,8 +15312,8 @@ msgstr "Gå gjennom hva appen ber om før du fortsetter."
#: src/components/invites/InviteListItem.tsx:217
#: src/components/modals/GroupInvitesBottomSheet.tsx:78
#: src/components/modals/GroupInvitesModal.tsx:76
-#: src/components/modals/tabs/BetaCodesTab.tsx:143
-#: src/components/modals/tabs/BetaCodesTab.tsx:220
+#: src/components/modals/tabs/BetaCodesTab.tsx:145
+#: src/components/modals/tabs/BetaCodesTab.tsx:222
msgid "Revoke"
msgstr "Opphev"
@@ -15369,7 +15437,7 @@ msgstr "Roller og tillatelser"
msgid "Roles updated successfully"
msgstr "Roller oppdatert"
-#: src/components/pages/ReportPage.tsx:333
+#: src/components/pages/report/optionDescriptors.ts:105
msgid "Romania"
msgstr "Romania"
@@ -15423,7 +15491,7 @@ msgstr "Metning"
#: src/components/modals/AddFavoriteMemeModal.tsx:102
#: src/components/modals/AttachmentEditModal.tsx:90
#: src/components/modals/BaseChangeNicknameModal.tsx:115
-#: src/components/modals/components/MobileSettingsView.tsx:131
+#: src/components/modals/components/MobileSettingsView.tsx:126
#: src/components/modals/CustomStatusBottomSheet.tsx:231
#: src/components/modals/CustomStatusModal.tsx:362
#: src/components/modals/EditFavoriteMemeModal.tsx:88
@@ -15438,9 +15506,9 @@ msgstr "Metning"
msgid "Save"
msgstr "Lagre"
-#: src/components/modals/components/plutonium/GiftSection.tsx:72
-#: src/components/modals/components/plutonium/PricingSection.tsx:81
-#: src/components/modals/components/plutonium/PricingSection.tsx:104
+#: src/components/modals/components/plutonium/GiftSection.tsx:79
+#: src/components/modals/components/plutonium/PricingSection.tsx:91
+#: src/components/modals/components/plutonium/PricingSection.tsx:119
msgid "Save 17%"
msgstr "Spar 17 %"
@@ -15600,8 +15668,8 @@ msgstr "Rull chat ned"
msgid "Scroll Chat Up"
msgstr "Rull chat opp"
-#: src/components/modals/components/plutonium/GiftSection.tsx:103
-#: src/components/modals/components/plutonium/PricingSection.tsx:138
+#: src/components/modals/components/plutonium/GiftSection.tsx:117
+#: src/components/modals/components/plutonium/PricingSection.tsx:160
msgid "Scroll down to view all the sweet perks you get with Plutonium"
msgstr "Rull ned for å se alle fordelene du får med Plutonium"
@@ -15613,11 +15681,11 @@ msgstr "Rull chatthistorikken ned"
msgid "Scroll the chat history up"
msgstr "Rull chatthistorikken opp"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:857
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:889
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:400
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:460
#: src/components/channel/ChannelHeader.tsx:586
-#: src/components/channel/shared/PickerSearchInput.tsx:204
+#: src/components/channel/shared/PickerSearchInput.tsx:203
#: src/components/modals/tabs/ComponentGalleryTab/InputsTab.tsx:126
#: src/stores/KeybindStore.ts:414
#: src/utils/quick-switcher/QuickSwitcherModalUtils.tsx:86
@@ -15674,7 +15742,7 @@ msgstr "Søk etter kanaler, personer eller fellesskap"
#: src/components/common/FriendSelector.tsx:196
#: src/components/modals/AddFriendsToGroupModal.tsx:53
#: src/components/modals/CreateDMModal.tsx:68
-#: src/components/modals/InviteModal.tsx:237
+#: src/components/modals/InviteModal.tsx:248
#: src/components/modals/shared/RecipientList.tsx:177
#: src/components/modals/ShareThemeModal.tsx:144
msgid "Search friends"
@@ -15718,7 +15786,7 @@ msgstr "Søk i ventende forespørsler"
msgid "Search Permissions..."
msgstr "Søk i tillatelser..."
-#: src/components/channel/ChannelSearchResults.tsx:321
+#: src/components/channel/ChannelSearchResults.tsx:278
#: src/components/modals/components/DesktopSettingsView.tsx:360
msgid "Search Results"
msgstr "Søkeresultater"
@@ -15737,7 +15805,7 @@ msgid "Search scope"
msgstr "Søkeområde"
#. placeholder {0}: activeScopeOption.label
-#: src/components/channel/ChannelSearchResults.tsx:1052
+#: src/components/channel/ChannelSearchResults.tsx:1031
#: src/components/channel/MessageSearchBar/MessageSearchBar.tsx:378
msgid "Search scope: {0}"
msgstr "Søkeområde: {0}"
@@ -15767,7 +15835,7 @@ msgstr "Søk etter brukere"
msgid "Search within the current view"
msgstr "Søk i gjeldende visning"
-#: src/components/channel/ChannelSearchResults.tsx:319
+#: src/components/channel/ChannelSearchResults.tsx:276
msgid "Searching..."
msgstr "Søker..."
@@ -15848,9 +15916,9 @@ msgstr "Se hvordan invitasjonen din ser ut for besøkende."
msgid "Select"
msgstr "Velg"
-#: src/components/pages/ReportPage.tsx:261
-#: src/components/pages/ReportPage.tsx:280
-#: src/components/pages/ReportPage.tsx:294
+#: src/components/pages/report/optionDescriptors.ts:42
+#: src/components/pages/report/optionDescriptors.ts:58
+#: src/components/pages/report/optionDescriptors.ts:69
msgid "Select a category"
msgstr "Velg en kategori"
@@ -15871,7 +15939,7 @@ msgstr "Velg et fellesskap"
msgid "Select a community where you have <0>Manage Community0> permissions."
msgstr "Velg et fellesskap der du har <0>Administrer fellesskap0>-tillatelser."
-#: src/components/pages/ReportPage.tsx:310
+#: src/components/pages/report/optionDescriptors.ts:82
msgid "Select a country"
msgstr "Velg et land"
@@ -15887,7 +15955,7 @@ msgstr "Velg et scenario å bruke..."
msgid "Select a verification method."
msgstr "Velg en verifiseringsmetode."
-#: src/components/pages/ReportPage.tsx:473
+#: src/components/pages/ReportPage.tsx:300
msgid "Select a violation category."
msgstr "Velg en kategori for brudd."
@@ -15958,11 +16026,15 @@ msgstr "Velg skjerm eller vindu"
msgid "Select the account you want to sign in with on the desktop app."
msgstr "Velg kontoen du vil logge inn med på skrivebordsappen."
+#: src/components/pages/report/ReportStepSelection.tsx:44
+msgid "Select what you want to report."
+msgstr "Velg hva du ønsker å rapportere."
+
#: src/components/modals/utils/settingsSearchIndex.ts:460
msgid "Select your camera"
msgstr "Velg kameraet ditt"
-#: src/components/pages/ReportPage.tsx:483
+#: src/components/pages/ReportPage.tsx:310
msgid "Select your country of residence."
msgstr "Velg landet du bor i."
@@ -15986,7 +16058,7 @@ msgstr "Velg..."
msgid "Selections"
msgstr "Valg"
-#: src/components/pages/ReportPage.tsx:269
+#: src/components/pages/report/optionDescriptors.ts:50
#: src/constants/IARConstants.tsx:67
msgid "Self-Harm or Suicide"
msgstr "Selvpåført skade eller selvmord"
@@ -16035,7 +16107,7 @@ msgstr "Send en handlingmelding (formatteres i kursiv)."
msgid "Send an SMS code first."
msgstr "Send en SMS-kode først."
-#: src/components/modals/ClaimAccountModal.tsx:182
+#: src/components/modals/ClaimAccountModal.tsx:184
#: src/components/modals/EmailChangeModal.tsx:265
#: src/components/modals/PhoneAddModal.tsx:206
msgid "Send code"
@@ -16045,9 +16117,9 @@ msgstr "Send kode"
msgid "Send Code"
msgstr "Send kode"
-#: src/components/channel/dm/DMWelcomeSection.tsx:109
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:269
-#: src/components/modals/UserProfileModal.tsx:1288
+#: src/components/channel/dm/DMWelcomeSection.tsx:112
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:272
+#: src/components/modals/UserProfileModal.tsx:1290
msgid "Send Friend Request"
msgstr "Send venneforespørsel"
@@ -16073,7 +16145,7 @@ msgstr "Send meldinger"
msgid "Send Messages"
msgstr "Send meldinger"
-#: src/components/channel/dm/AddFriendForm.tsx:119
+#: src/components/channel/dm/AddFriendForm.tsx:142
msgid "Send Request"
msgstr "Send forespørsel"
@@ -16097,11 +16169,11 @@ msgstr "Send tekst-til-tale-meldinger."
msgid "Send TTS Messages"
msgstr "Send TTS-meldinger"
-#: src/components/pages/ReportPage.tsx:676
+#: src/components/pages/report/ReportStepEmail.tsx:92
msgid "Send Verification Code"
msgstr "Send verifiseringskode"
-#: src/components/modals/InviteModal.tsx:258
+#: src/components/modals/InviteModal.tsx:268
#: src/components/modals/shared/RecipientList.tsx:223
#: src/components/modals/ShareThemeModal.tsx:162
msgid "Sent"
@@ -16128,7 +16200,7 @@ msgstr "Økten er utløpt. Logg inn igjen."
msgid "Set a custom invite URL for your community."
msgstr "Sett en tilpasset invitasjons-URL for fellesskapet ditt."
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:401
+#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:361
#: src/components/modals/StatusChangeBottomSheet.tsx:171
#: src/components/popouts/UserAreaPopout.tsx:444
msgid "Set a custom status"
@@ -16336,7 +16408,7 @@ msgid "Set your timezone"
msgstr "Sett tidssonen din"
#: src/components/bottomsheets/VoiceLobbyBottomSheet.tsx:220
-#: src/components/modals/components/MobileSettingsView.tsx:531
+#: src/components/modals/components/MobileSettingsView.tsx:485
#: src/components/modals/tabs/ComponentGalleryTab/ButtonsTab.tsx:150
#: src/components/modals/tabs/ComponentGalleryTab/ButtonsTab.tsx:221
#: src/components/modals/tabs/ComponentGalleryTab/index.tsx:94
@@ -16383,7 +16455,11 @@ msgstr "Delingshandling!"
msgid "Share Audio"
msgstr "Del lyd"
-#: src/components/modals/components/plutonium/GiftSection.tsx:63
+#: src/components/pages/report/ReportStepDetails.tsx:77
+msgid "Share only what's needed to help our team assess the content."
+msgstr "Del kun det som er nødvendig for å hjelpe teamet vårt med å vurdere innholdet."
+
+#: src/components/modals/components/plutonium/GiftSection.tsx:69
msgid "Share the Plutonium experience with your friends by purchasing a gift subscription."
msgstr "Del Plutonium-opplevelsen med vennene dine ved å kjøpe et gaveabonnement."
@@ -16417,7 +16493,7 @@ msgstr "Del temaet ditt"
msgid "Shared theme"
msgstr "Delt tema"
-#: src/components/pages/ReportPage.tsx:268
+#: src/components/pages/report/optionDescriptors.ts:49
#: src/constants/IARConstants.tsx:62
msgid "Sharing Personal Information"
msgstr "Deling av personlig informasjon"
@@ -16797,11 +16873,11 @@ msgstr "Skyvefelt med trinnverdier"
msgid "Sliders"
msgstr "Skyvebrytere"
-#: src/components/pages/ReportPage.tsx:334
+#: src/components/pages/report/optionDescriptors.ts:106
msgid "Slovakia"
msgstr "Slovakia"
-#: src/components/pages/ReportPage.tsx:335
+#: src/components/pages/report/optionDescriptors.ts:107
msgid "Slovenia"
msgstr "Slovenia"
@@ -16952,7 +17028,8 @@ msgstr "Noe gikk galt og appen krasjet. Prøv å laste inn på nytt eller tilbak
msgid "Something went wrong while loading the audit log."
msgstr "Noe gikk galt under lasting av revisjonsloggen."
-#: src/components/pages/ReportPage.tsx:563
+#: src/components/pages/ReportPage.tsx:103
+#: src/components/pages/ReportPage.tsx:395
msgid "Something went wrong while submitting the report. Please try again."
msgstr "Noe gikk galt under innsending av rapporten. Prøv igjen."
@@ -16969,7 +17046,7 @@ msgid "Sort"
msgstr "Sorter"
#. placeholder {0}: activeSortOption.label
-#: src/components/channel/ChannelSearchResults.tsx:1063
+#: src/components/channel/ChannelSearchResults.tsx:1042
msgid "Sort mode: {0}"
msgstr "Sorteringsmodus: {0}"
@@ -17008,21 +17085,21 @@ msgstr "Mellomrom mellom meldingsgrupper"
msgid "Spacious layout with clear visual separation between messages."
msgstr "Luftig oppsett med klar visuell adskillelse mellom meldinger."
-#: src/components/pages/ReportPage.tsx:336
+#: src/components/pages/report/optionDescriptors.ts:108
msgid "Spain"
msgstr "Spania"
-#: src/components/pages/ReportPage.tsx:283
+#: src/components/pages/report/optionDescriptors.ts:61
#: src/constants/IARConstants.tsx:119
msgid "Spam Account"
msgstr "Spam-konto"
-#: src/components/pages/ReportPage.tsx:265
+#: src/components/pages/report/optionDescriptors.ts:46
#: src/constants/IARConstants.tsx:47
msgid "Spam or Scam"
msgstr "Spam eller svindel"
-#: src/components/pages/ReportPage.tsx:301
+#: src/components/pages/report/optionDescriptors.ts:76
#: src/constants/IARConstants.tsx:185
msgid "Spam or Scam Community"
msgstr "Spam- eller svindelfellesskap"
@@ -17141,9 +17218,9 @@ msgstr "Begynn å kuratere en egendefinert emojipakke som du kan dele og install
msgid "Start Mic Test"
msgstr "Start mikrofontest"
-#: src/components/pages/ReportPage.tsx:687
-#: src/components/pages/ReportPage.tsx:771
-#: src/components/pages/ReportPage.tsx:964
+#: src/components/pages/report/ReportStepDetails.tsx:252
+#: src/components/pages/report/ReportStepEmail.tsx:103
+#: src/components/pages/report/ReportStepVerification.tsx:132
msgid "Start over"
msgstr "Start på nytt"
@@ -17151,13 +17228,13 @@ msgstr "Start på nytt"
msgid "Start Sharing"
msgstr "Begynn å dele"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:122
+#: src/components/channel/ChannelHeader/CallButtons.tsx:160
#: src/components/modals/UserProfileModal.tsx:1109
#: src/components/uikit/ContextMenu/items/CallMenuItems.tsx:91
msgid "Start Video Call"
msgstr "Start videosamtale"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:70
+#: src/components/channel/ChannelHeader/CallButtons.tsx:90
#: src/components/modals/UserProfileModal.tsx:1100
#: src/components/uikit/ContextMenu/items/CallMenuItems.tsx:60
msgid "Start Voice Call"
@@ -17182,9 +17259,21 @@ msgstr "Statusindikatorer"
msgid "Status Slate"
msgstr "Status-skjerm"
-#: src/components/pages/ReportPage.tsx:574
-msgid "Step {stepNumber} of {FLOW_TOTAL_STEPS}"
-msgstr "Trinn {stepNumber} av {FLOW_TOTAL_STEPS}"
+#: src/components/pages/report/ReportStepSelection.tsx:38
+msgid "Step 1"
+msgstr "Trinn 1"
+
+#: src/components/pages/report/ReportStepEmail.tsx:51
+msgid "Step 2"
+msgstr "Trinn 2"
+
+#: src/components/pages/report/ReportStepVerification.tsx:61
+msgid "Step 3"
+msgstr "Trinn 3"
+
+#: src/components/pages/report/ReportStepDetails.tsx:71
+msgid "Step 4"
+msgstr "Trinn 4"
#: src/utils/SystemMessageUtils.tsx:45
msgid "Step in, {username}! No paradoxes here; we're all friends."
@@ -17229,7 +17318,7 @@ msgid "Sticker density"
msgstr "Klistremerketetthet"
#: src/components/auth/InviteHeader.tsx:140
-#: src/components/channel/InviteEmbed.tsx:197
+#: src/components/channel/InviteEmbed.tsx:199
#: src/components/modals/InviteAcceptModal.tsx:142
#: src/components/modals/tabs/ExpressionPacksTab.tsx:70
msgid "Sticker pack"
@@ -17261,7 +17350,7 @@ msgstr "Klistremerke oppdatert"
#: src/components/channel/AutocompleteEmoji.tsx:111
#: src/components/channel/textarea/TextareaButtons.tsx:134
-#: src/components/modals/ExpressionPickerSheet.tsx:86
+#: src/components/modals/ExpressionPickerSheet.tsx:73
#: src/components/popouts/ExpressionPickerPopout.tsx:79
msgid "Stickers"
msgstr "Klistremerker"
@@ -17330,11 +17419,11 @@ msgstr "Studiehall"
msgid "Style Variations"
msgstr "Stilvariasjoner"
-#: src/components/pages/ReportPage.tsx:601
+#: src/components/pages/report/ReportStepComplete.tsx:41
msgid "Submit another report"
msgstr "Send inn en annen rapport"
-#: src/components/pages/ReportPage.tsx:958
+#: src/components/pages/report/ReportStepDetails.tsx:240
msgid "Submit DSA Report"
msgstr "Send inn DSA-rapport"
@@ -17346,7 +17435,7 @@ msgstr "Send inn rapport"
msgid "Submitting"
msgstr "Sender inn"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:53
+#: src/components/modals/components/plutonium/VisionarySection.tsx:58
msgid "subscription"
msgstr "abonnement"
@@ -17464,7 +17553,7 @@ msgstr "Undertrykk innebygde elementer"
msgid "Swap text to reverify variants"
msgstr "Bytt tekst for å bekrefte varianter på nytt"
-#: src/components/pages/ReportPage.tsx:337
+#: src/components/pages/report/optionDescriptors.ts:109
msgid "Sweden"
msgstr "Sverige"
@@ -17476,7 +17565,7 @@ msgstr "Svensk"
msgid "Switch account"
msgstr "Bytt konto"
-#: src/components/popouts/UserAreaPopout.tsx:497
+#: src/components/popouts/UserAreaPopout.tsx:499
msgid "Switch Accounts"
msgstr "Bytt kontoer"
@@ -17649,8 +17738,8 @@ msgstr "Tekst (NSFW)"
msgid "Text channel"
msgstr "Tekstkanal"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:473
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:662
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:487
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:676
#: src/components/channel/channel-header/useChannelHeaderData.ts:96
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:314
msgid "Text Channel"
@@ -17677,19 +17766,19 @@ msgstr "Tekstfelt"
msgid "Thai"
msgstr "Thai"
-#: src/components/pages/ReportPage.tsx:589
-msgid "Thank you for filing a report. We'll review it as soon as possible."
-msgstr "Takk for at du sendte inn en rapport. Vi vil gjennomgå den så snart som mulig."
-
#: src/components/modals/IARModal.tsx:187
msgid "Thank you for helping keep Fluxer safe. Reports are reviewed by our Safety Team. False reports may result in action against your account."
msgstr "Takk for at du hjelper til med å holde Fluxer trygt. Rapportene vurderes av vårt sikkerhetsteam. Falske rapporter kan føre til tiltak mot kontoen din."
+#: src/components/pages/report/ReportStepComplete.tsx:37
+msgid "Thank you for helping keep Fluxer safe. We'll review your report as soon as possible."
+msgstr "Takk for at du hjelper til med å holde Fluxer trygt. Vi vil gjennomgå rapporten din så snart som mulig."
+
#: src/components/form/ColorPickerField.tsx:274
msgid "That doesn't look like a valid color. Try hex, rgb(), hsl(), or a CSS color name."
msgstr "Det ser ikke ut som en gyldig farge. Prøv hex, rgb(), hsl() eller et CSS-fargenavn."
-#: src/components/pages/ReportPage.tsx:846
+#: src/components/pages/report/ReportStepDetails.tsx:117
msgid "That doesn't look like a valid URL."
msgstr "Det ser ikke ut som en gyldig URL."
@@ -17733,8 +17822,8 @@ msgstr "Botten er lagt til."
msgid "The channel you're looking for may have been deleted or you may not have access to it."
msgstr "Kanalen du leter etter kan være slettet eller du har ikke tilgang."
-#: src/components/layout/GuildLayout.tsx:308
-#: src/components/layout/GuildLayout.tsx:371
+#: src/components/layout/GuildLayout.tsx:313
+#: src/components/layout/GuildLayout.tsx:376
msgid "The community you're looking for may have been deleted or you may not have access to it."
msgstr "Fellesskapet du leter etter kan være slettet eller du har ikke tilgang."
@@ -17795,7 +17884,7 @@ msgstr "Tidsavbruddet kan ikke overstige 365 dager (31536000 sekunder)."
msgid "The URL this link channel points to."
msgstr "URL-en denne lenkekanalen peker til."
-#: src/components/pages/ReportPage.tsx:452
+#: src/components/pages/ReportPage.tsx:277
msgid "The verification code is invalid or expired."
msgstr "Verifiseringskoden er ugyldig eller utløpt."
@@ -17869,7 +17958,7 @@ msgstr "Disse innstillingene bruker nettleserens eget lydprosesseringsverktøy f
msgid "These toggles force the client to treat features as enabled or disabled without relying on the server configuration. They only affect your client experience and are shown to developers for testing."
msgstr "Disse bryterne tvinger klienten til å behandle funksjoner som aktivert eller deaktivert uavhengig av serverkonfigurasjonen. De påvirker kun din klientopplevelse og vises til utviklere for testing."
-#: src/components/channel/channel-view/DMChannelView.tsx:356
+#: src/components/channel/channel-view/DMChannelView.tsx:357
msgid "They might have taken the DeLorean elsewhere."
msgstr "De kan ha tatt DeLorean et annet sted."
@@ -17877,7 +17966,7 @@ msgstr "De kan ha tatt DeLorean et annet sted."
msgid "they/them"
msgstr "de/dem"
-#: src/components/channel/channel-view/DMChannelView.tsx:342
+#: src/components/channel/channel-view/DMChannelView.tsx:343
msgid "Think, McFly! Did you type the right address?"
msgstr "Tenk etter, McFly! Skrev du riktig adresse?"
@@ -17979,7 +18068,7 @@ msgstr "Dette fellesskapet har midlertidig deaktivert invitasjoner. Prøv igjen
msgid "This community requires you to verify your account before joining. Please set an email and password for your account."
msgstr "Dette fellesskapet krever at du verifiserer kontoen før du blir med. Angi e-post og passord for kontoen din."
-#: src/components/channel/channel-view/DMChannelView.tsx:339
+#: src/components/channel/channel-view/DMChannelView.tsx:340
msgid "This conversation has been erased"
msgstr "Denne samtalen er slettet"
@@ -18008,8 +18097,8 @@ msgstr "Denne gavekoden er allerede brukt."
msgid "This gift code has already been redeemed."
msgstr "Denne gavekoden er allerede innløst."
-#: src/components/channel/GiftEmbed.tsx:148
-#: src/components/modals/GiftAcceptModal.tsx:92
+#: src/components/channel/GiftEmbed.tsx:159
+#: src/components/modals/GiftAcceptModal.tsx:99
msgid "This gift code is invalid or already claimed."
msgstr "Denne gavekoden er ugyldig eller allerede brukt."
@@ -18022,11 +18111,11 @@ msgstr "Denne gavekoden er ugyldig eller allerede innløst."
msgid "This gift code may be invalid, expired, or already redeemed."
msgstr "Denne gavekoden kan være ugyldig, utløpt eller allerede innløst."
-#: src/components/modals/GiftAcceptModal.tsx:118
+#: src/components/modals/GiftAcceptModal.tsx:125
msgid "This gift has already been claimed."
msgstr "Denne gaven er allerede hentet."
-#: src/components/modals/tabs/GiftInventoryTab.tsx:157
+#: src/components/modals/tabs/GiftInventoryTab.tsx:158
msgid "This gift has been redeemed"
msgstr "Denne gaven er innløst"
@@ -18044,7 +18133,7 @@ msgstr "Denne invitasjonen utløper om {0}."
msgid "This invite has unlimited uses."
msgstr "Denne invitasjonen kan brukes ubegrenset."
-#: src/components/modals/InviteModal.tsx:321
+#: src/components/modals/InviteModal.tsx:318
msgid "This invite link never expires."
msgstr "Denne invitasjonslenken utløper aldri."
@@ -18059,23 +18148,19 @@ msgstr "Denne invitasjonen kan ha utløpt eller blitt slettet."
msgid "This invite never expires."
msgstr "Denne invitasjonen utløper aldri."
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:170
-#: src/components/emojis/EmojiInfoContent.tsx:79
+#: src/components/emojis/EmojiAttributionSubtext.tsx:130
msgid "This is a custom emoji from"
msgstr "Dette er en tilpasset emoji fra"
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:160
-#: src/components/emojis/EmojiInfoContent.tsx:68
+#: src/components/emojis/EmojiAttributionSubtext.tsx:121
msgid "This is a custom emoji from a community."
msgstr "Dette er en tilpasset emoji fra et fellesskap."
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:150
-#: src/components/emojis/EmojiInfoContent.tsx:56
+#: src/components/emojis/EmojiAttributionSubtext.tsx:111
msgid "This is a custom emoji from a community. Ask the author for an invite to use this emoji."
msgstr "Dette er en tilpasset emoji fra et fellesskap. Be forfatteren om en invitasjon for å bruke denne emojien."
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:138
-#: src/components/emojis/EmojiInfoContent.tsx:43
+#: src/components/emojis/EmojiAttributionSubtext.tsx:101
msgid "This is a default emoji on Fluxer."
msgstr "Dette er en standardemoji på Fluxer."
@@ -18095,8 +18180,8 @@ msgstr "Slik ser meldingene ut"
msgid "This is not the channel you're looking for."
msgstr "Dette er ikke kanalen du leter etter."
-#: src/components/layout/GuildLayout.tsx:307
-#: src/components/layout/GuildLayout.tsx:370
+#: src/components/layout/GuildLayout.tsx:312
+#: src/components/layout/GuildLayout.tsx:375
msgid "This is not the community you're looking for."
msgstr "Dette er ikke fellesskapet du leter etter."
@@ -18113,7 +18198,7 @@ msgid "This is the beginning of <0>{displayName}0>. Add friends to start a con
msgstr "Dette er starten på <0>{displayName}0>. Legg til venner for å starte en samtale!"
#. placeholder {0}: user.username
-#: src/components/channel/dm/DMWelcomeSection.tsx:182
+#: src/components/channel/dm/DMWelcomeSection.tsx:194
msgid "This is the beginning of your direct message history with <0>{0}0>."
msgstr "Dette er starten på direktemeldingene dine med <0>{0}0>."
@@ -18194,7 +18279,7 @@ msgstr "Denne temalenken mangler data."
msgid "This theme may have been removed or the link is invalid."
msgstr "Dette temaet kan ha blitt fjernet eller lenken er ugyldig."
-#: src/components/channel/dm/AddFriendForm.tsx:62
+#: src/components/channel/dm/AddFriendForm.tsx:85
msgid "This user has restricted who can send them friend requests."
msgstr "Denne brukeren har begrenset hvem som kan sende venneforespørsler."
@@ -18216,8 +18301,8 @@ msgid "This was a @silent message."
msgstr "Dette var en @silent-melding."
#: src/actions/MessageActionCreators.tsx:392
-#: src/components/channel/Messages.tsx:442
-#: src/components/channel/Messages.tsx:522
+#: src/components/channel/Messages.tsx:440
+#: src/components/channel/Messages.tsx:520
msgid "This will create a rift in the space-time continuum and cannot be undone."
msgstr "Dette vil skape et brudd i tid-rom-kontinuet og kan ikke angres."
@@ -18283,7 +18368,7 @@ msgstr "Tid: {currentFormatted} av {durationFormatted}"
msgid "Timed out until {0}."
msgstr "Utestengt til {0}."
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:285
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:288
#: src/components/modals/TimeoutMemberModal.tsx:207
#: src/components/modals/TimeoutMemberSheet.tsx:90
#: src/components/uikit/ContextMenu/items/GuildMemberMenuItems.tsx:272
@@ -18570,7 +18655,7 @@ msgstr "sant eller usant"
msgid "Try a different name or use @ / # / ! / * prefixes to filter results."
msgstr "Prøv et annet navn eller bruk @ / # / ! / * som prefiks for å filtrere resultater."
-#: src/components/channel/ChannelSearchResults.tsx:710
+#: src/components/channel/ChannelSearchResults.tsx:679
msgid "Try a different search query"
msgstr "Prøv en annen søkeforespørsel"
@@ -18585,13 +18670,13 @@ msgid "Try a different search term or filter"
msgstr "Prøv et annet søkeord eller filter"
#: src/components/auth/HandoffCodeDisplay.tsx:67
-#: src/components/channel/Messages.tsx:939
+#: src/components/channel/Messages.tsx:937
msgid "Try again"
msgstr "Prøv igjen"
#: src/components/BootstrapErrorScreen.tsx:68
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:301
-#: src/components/channel/ChannelSearchResults.tsx:694
+#: src/components/channel/ChannelSearchResults.tsx:663
#: src/components/modals/channelTabs/ChannelInvitesTab.tsx:148
#: src/components/modals/channelTabs/ChannelWebhooksTab.tsx:159
#: src/components/NetworkErrorScreen.tsx:56
@@ -18612,7 +18697,7 @@ msgstr "Prøv et annet navn eller sjekk stavingen."
msgid "Try another search term"
msgstr "Prøv et annet søkeord"
-#: src/components/channel/InviteEmbed.tsx:359
+#: src/components/channel/InviteEmbed.tsx:361
msgid "Try asking for a new invite."
msgstr "Prøv å be om en ny invitasjon."
@@ -18802,7 +18887,7 @@ msgstr "Kan ikke installere klistremerke-pakke"
msgid "Unable to load activity logs"
msgstr "Kan ikke laste aktivitetslogger"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:104
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:108
msgid "Unable to load applications"
msgstr "Kan ikke laste applikasjoner"
@@ -18814,7 +18899,7 @@ msgstr "Kan ikke laste pakkedata."
msgid "Unable to prepare any emojis for upload. The following errors occurred:"
msgstr "Kunne ikke forberede emojier for opplasting. Følgende feil oppstod:"
-#: src/components/modals/ClaimAccountModal.tsx:125
+#: src/components/modals/ClaimAccountModal.tsx:127
#: src/components/modals/EmailChangeModal.tsx:122
#: src/components/modals/EmailChangeModal.tsx:152
msgid "Unable to resend code right now"
@@ -18824,7 +18909,7 @@ msgstr "Kan ikke sende koden på nytt nå"
msgid "Unable to send code to new email"
msgstr "Kan ikke sende kode til ny e-post"
-#: src/components/channel/dm/AddFriendForm.tsx:76
+#: src/components/channel/dm/AddFriendForm.tsx:99
msgid "Unable to send friend request. Please try again."
msgstr "Kan ikke sende venneforespørsel. Prøv igjen."
@@ -18844,17 +18929,17 @@ msgstr "Utilgjengelig for alle"
msgid "Unavailable for everyone but staff"
msgstr "Utilgjengelig for alle bortsett fra ansatte"
-#: src/components/bottomsheets/DMBottomSheet.tsx:532
+#: src/components/bottomsheets/DMBottomSheet.tsx:535
#: src/components/channel/barriers/BarrierComponents.tsx:221
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:180
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:335
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:182
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:338
#: src/components/modals/tabs/BlockedUsersTab.tsx:58
#: src/components/modals/tabs/BlockedUsersTab.tsx:171
#: src/components/modals/UserProfileActionsSheet.tsx:151
#: src/components/modals/UserProfileActionsSheet.tsx:305
-#: src/components/modals/UserProfileMobileSheet.tsx:320
+#: src/components/modals/UserProfileMobileSheet.tsx:321
#: src/components/modals/UserProfileModal.tsx:1049
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:209
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:230
#: src/utils/RelationshipActionUtils.tsx:169
msgid "Unblock"
msgstr "Opphev blokkering"
@@ -18863,11 +18948,11 @@ msgstr "Opphev blokkering"
msgid "Unblock this user before sending a friend request."
msgstr "Opphev blokkering av brukeren før du sender venneforespørsel."
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:178
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:180
#: src/components/modals/tabs/BlockedUsersTab.tsx:56
#: src/components/modals/UserProfileActionsSheet.tsx:149
-#: src/components/modals/UserProfileMobileSheet.tsx:318
-#: src/components/modals/UserProfileModal.tsx:1243
+#: src/components/modals/UserProfileMobileSheet.tsx:319
+#: src/components/modals/UserProfileModal.tsx:1244
#: src/utils/RelationshipActionUtils.tsx:167
msgid "Unblock User"
msgstr "Opphev blokkering av bruker"
@@ -18878,17 +18963,17 @@ msgstr "Opphev blokkering av bruker"
msgid "Uncategorized"
msgstr "Uklassifisert"
-#: src/components/modals/tabs/BetaCodesTab.tsx:127
-#: src/components/modals/tabs/BetaCodesTab.tsx:204
+#: src/components/modals/tabs/BetaCodesTab.tsx:129
+#: src/components/modals/tabs/BetaCodesTab.tsx:206
msgid "Unclaimed"
msgstr "Uavhentet"
#. placeholder {0}: unclaimedBetaCodes.length
-#: src/components/modals/tabs/BetaCodesTab.tsx:333
+#: src/components/modals/tabs/BetaCodesTab.tsx:358
msgid "Unclaimed ({0})"
msgstr "Uavhentet ({0})"
-#: src/components/modals/components/UnclaimedAccountAlert.tsx:31
+#: src/components/modals/components/UnclaimedAccountAlert.tsx:29
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:51
msgid "Unclaimed Account"
msgstr "Uavhentet konto"
@@ -18922,7 +19007,7 @@ msgstr "Aktiver lyd på alle enheter"
msgid "Undeafen User"
msgstr "Slå på lyd for bruker"
-#: src/components/pages/ReportPage.tsx:285
+#: src/components/pages/report/optionDescriptors.ts:63
#: src/constants/IARConstants.tsx:129
msgid "Underage User"
msgstr "Under aldersgrensen"
@@ -18981,7 +19066,7 @@ msgstr "Fjern fokus"
msgid "Unique invite"
msgstr "Unik invitasjon"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:79
+#: src/components/modals/components/plutonium/VisionarySection.tsx:88
msgid "Unique profile badge"
msgstr "Unikt profilmerke"
@@ -19035,12 +19120,12 @@ msgstr "ukjent enhet"
msgid "Unknown error"
msgstr "Ukjent feil"
-#: src/components/channel/GiftEmbed.tsx:147
-#: src/components/modals/GiftAcceptModal.tsx:91
+#: src/components/channel/GiftEmbed.tsx:158
+#: src/components/modals/GiftAcceptModal.tsx:98
msgid "Unknown Gift"
msgstr "Ukjent gave"
-#: src/components/channel/InviteEmbed.tsx:357
+#: src/components/channel/InviteEmbed.tsx:359
msgid "Unknown Invite"
msgstr "Ukjent invitasjon"
@@ -19113,7 +19198,7 @@ msgstr "Lås opp HD-skjermdeling med Plutonium"
msgid "Unlock HD Video with Plutonium"
msgstr "Lås opp HD-video med Plutonium"
-#: src/components/modals/components/PlutoniumContent.tsx:185
+#: src/components/modals/components/PlutoniumContent.tsx:196
msgid "Unlock higher limits and exclusive features while supporting an independent communication platform."
msgstr "Lås opp høyere grenser og eksklusive funksjoner samtidig som du støtter en uavhengig kommunikasjonsplattform."
@@ -19126,9 +19211,9 @@ msgid "Unlock stickers in DMs with Plutonium"
msgstr "Lås opp klistremerker i DM-er med Plutonium"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:467
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:850
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1044
-#: src/components/bottomsheets/DMBottomSheet.tsx:645
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:882
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1068
+#: src/components/bottomsheets/DMBottomSheet.tsx:648
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:321
#: src/components/bottomsheets/VoiceLobbyBottomSheet.tsx:179
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:253
@@ -19154,7 +19239,7 @@ msgstr "Aktiver lyd for kategori"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:400
#: src/components/bottomsheets/ChannelBottomSheet.tsx:452
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1005
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1029
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:167
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:161
msgid "Unmute Channel"
@@ -19167,9 +19252,9 @@ msgstr "Aktiver lyd for kanal"
msgid "Unmute Community"
msgstr "Aktiver lyd for fellesskap"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1007
-#: src/components/bottomsheets/DMBottomSheet.tsx:449
-#: src/components/bottomsheets/DMBottomSheet.tsx:590
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1031
+#: src/components/bottomsheets/DMBottomSheet.tsx:451
+#: src/components/bottomsheets/DMBottomSheet.tsx:593
msgid "Unmute Conversation"
msgstr "Aktiver lyd for samtale"
@@ -19200,16 +19285,16 @@ msgid "Unnamed Group"
msgstr "Navnløs gruppe"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:331
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1126
-#: src/components/bottomsheets/DMBottomSheet.tsx:478
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1150
+#: src/components/bottomsheets/DMBottomSheet.tsx:480
#: src/components/channel/dm/DMList.tsx:282
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:149
msgid "Unpin DM"
msgstr "Fjern festing av DM"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:290
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1126
-#: src/components/bottomsheets/DMBottomSheet.tsx:478
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1150
+#: src/components/bottomsheets/DMBottomSheet.tsx:480
#: src/components/channel/dm/DMList.tsx:243
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:129
msgid "Unpin Group DM"
@@ -19231,20 +19316,20 @@ msgid "Unpin Message"
msgstr "Fjern festing av melding"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:232
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:583
-#: src/components/bottomsheets/DMBottomSheet.tsx:164
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:597
+#: src/components/bottomsheets/DMBottomSheet.tsx:166
#: src/components/channel/dm/DMList.tsx:224
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:132
msgid "Unpinned DM"
msgstr "Avfestet DM"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:232
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:583
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:597
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:112
msgid "Unpinned group"
msgstr "Avfestet gruppe"
-#: src/components/bottomsheets/DMBottomSheet.tsx:164
+#: src/components/bottomsheets/DMBottomSheet.tsx:166
msgid "Unpinned group DM"
msgstr "Ufestet gruppe DM"
@@ -19279,7 +19364,7 @@ msgstr "Vis innebygde elementer igjen"
msgid "Until I change it"
msgstr "Til jeg endrer det"
-#: src/components/bottomsheets/DMBottomSheet.tsx:664
+#: src/components/bottomsheets/DMBottomSheet.tsx:667
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:334
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:57
#: src/components/channel/muteOptions.ts:39
@@ -19305,7 +19390,7 @@ msgstr "Oppdater"
msgid "Update app"
msgstr "Oppdater app"
-#: src/components/modals/components/MobileSettingsView.tsx:244
+#: src/components/modals/components/MobileSettingsView.tsx:239
msgid "Update Service Worker"
msgstr "Oppdater servicearbeider"
@@ -19402,7 +19487,7 @@ msgstr "Oppdaterer favoritter…"
msgid "Updating..."
msgstr "Oppdaterer…"
-#: src/components/modals/components/plutonium/PricingSection.tsx:84
+#: src/components/modals/components/plutonium/PricingSection.tsx:94
msgid "Upgrade Now"
msgstr "Oppgrader nå"
@@ -19415,18 +19500,19 @@ msgstr "Oppgrader til Plutonium"
msgid "Upgrade to store up to 15 custom backgrounds and unlock HD video quality, higher frame rates, and more."
msgstr "Oppgrader for å lagre opptil 15 egne bakgrunner og låse opp HD-videokvalitet, høyere bildefrekvens og mer."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:265
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:316
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:297
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:357
msgid "Upgrade to Visionary"
msgstr "Oppgrader til Visionary"
#. placeholder {0}: formatter.format(visionarySlots.remaining)
-#: src/components/modals/components/plutonium/VisionarySection.tsx:109
+#: src/components/modals/components/plutonium/VisionarySection.tsx:122
+#: src/components/modals/components/plutonium/VisionarySection.tsx:134
msgid "Upgrade to Visionary — {0} Left"
msgstr "Oppgrader til Visionary — {0} igjen"
#. placeholder {0}: isGiftSubscription ? 'gift time' : 'subscription'
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:243
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:262
msgid "Upgrading to Visionary is a <0>one-time0> purchase and will <1>cancel your current {0} immediately1>."
msgstr "Oppgradering til Visionary er et <0>engangskjøp0> og vil <1>avbryte din nåværende {0} umiddelbart1>."
@@ -19674,10 +19760,6 @@ msgstr "Bruk disse kodene for å få tilgang til kontoen hvis du mister autentis
msgid "Use this button to quickly clear all permissions."
msgstr "Bruk denne knappen for raskt å fjerne alle tillatelser."
-#: src/components/pages/ReportPage.tsx:613
-msgid "Use this form to report illegal content under the Digital Services Act (DSA). Select what you want to report."
-msgstr "Bruk dette skjemaet for å rapportere ulovlig innhold under Digital Services Act (DSA). Velg hva du vil rapportere."
-
#: src/components/modals/tabs/KeybindsTab.tsx:101
msgid "Use this shortcut system-wide"
msgstr "Bruk denne snarveien systemomfattende"
@@ -19708,19 +19790,19 @@ msgstr "Brukeren ser ut til å være under 13 år"
msgid "User Debug"
msgstr "Brukerfeilsøking"
-#: src/components/channel/channel-view/DMChannelView.tsx:353
+#: src/components/channel/channel-view/DMChannelView.tsx:354
msgid "User has vanished"
msgstr "Brukeren har forsvunnet"
-#: src/components/pages/ReportPage.tsx:865
+#: src/components/pages/report/ReportStepDetails.tsx:137
msgid "User ID (optional)"
msgstr "Bruker-ID (valgfritt)"
-#: src/components/bottomsheets/DMBottomSheet.tsx:376
+#: src/components/bottomsheets/DMBottomSheet.tsx:378
msgid "User ID copied"
msgstr "Bruker-ID kopiert"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:652
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:666
msgid "User ID copied to clipboard"
msgstr "Bruker-ID kopiert til utklippstavlen"
@@ -19765,7 +19847,7 @@ msgstr "Brukerregister"
msgid "User Settings"
msgstr "Brukerinnstillinger"
-#: src/components/pages/ReportPage.tsx:873
+#: src/components/pages/report/ReportStepDetails.tsx:146
msgid "User Tag (optional)"
msgstr "Brukertagg (valgfritt)"
@@ -19805,7 +19887,7 @@ msgstr "Brukernavnet må være minst ett tegn"
msgid "Username must be at most 32 characters"
msgstr "Brukernavnet kan være maks 32 tegn"
-#: src/components/channel/dm/AddFriendForm.tsx:130
+#: src/components/channel/dm/AddFriendForm.tsx:153
msgid "Username#0000"
msgstr "Brukernavn#0000"
@@ -19904,7 +19986,7 @@ msgstr "Vanity-URL-er må være mellom 2 og 32 tegn og kan kun inneholde alfanum
msgid "Verification Barriers"
msgstr "Verifiseringsbarrierer"
-#: src/components/modals/ClaimAccountModal.tsx:199
+#: src/components/modals/ClaimAccountModal.tsx:201
#: src/components/modals/EmailChangeModal.tsx:218
#: src/components/modals/EmailChangeModal.tsx:282
#: src/components/modals/PhoneAddModal.tsx:224
@@ -19912,11 +19994,11 @@ msgstr "Verifiseringsbarrierer"
msgid "Verification code"
msgstr "Verifiseringskode"
-#: src/components/pages/ReportPage.tsx:719
+#: src/components/pages/report/ReportStepVerification.tsx:86
msgid "Verification Code"
msgstr "Verifiseringskode"
-#: src/components/modals/ClaimAccountModal.tsx:88
+#: src/components/modals/ClaimAccountModal.tsx:90
msgid "Verification code sent"
msgstr "Verifiseringskode sendt"
@@ -19937,10 +20019,9 @@ msgstr "Verifisering kan være nødvendig før du ser sikkerhetskodene dine."
#: src/components/auth/AuthPageHeader.tsx:49
#: src/components/auth/InviteHeader.tsx:81
#: src/components/auth/InviteHeader.tsx:226
-#: src/components/channel/InviteEmbed.tsx:285
-#: src/components/channel/InviteEmbed.tsx:428
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:178
-#: src/components/emojis/EmojiInfoContent.tsx:87
+#: src/components/channel/InviteEmbed.tsx:287
+#: src/components/channel/InviteEmbed.tsx:430
+#: src/components/emojis/EmojiAttributionSubtext.tsx:143
#: src/components/layout/GuildHeader.tsx:132
msgid "Verified Community"
msgstr "Verifisert fellesskap"
@@ -19955,7 +20036,7 @@ msgstr "Verifisert gruppe"
msgid "Verify"
msgstr "Verifiser"
-#: src/components/pages/ReportPage.tsx:740
+#: src/components/pages/report/ReportStepVerification.tsx:102
msgid "Verify Code"
msgstr "Verifiser kode"
@@ -19980,6 +20061,10 @@ msgstr "Verifiser telefonnummerskjema"
msgid "Verify You're Human"
msgstr "Verifiser at du er menneskelig"
+#: src/components/pages/report/ReportStepEmail.tsx:54
+msgid "Verify your email"
+msgstr "Bekreft e-posten din"
+
#: src/components/modals/SudoVerificationModal.tsx:359
msgid "Verify your identity"
msgstr "Verifiser identiteten din"
@@ -20012,7 +20097,7 @@ msgid "Video"
msgstr "Video"
#: src/components/channel/ChannelHeader.tsx:572
-#: src/components/modals/UserProfileMobileSheet.tsx:515
+#: src/components/modals/UserProfileMobileSheet.tsx:519
msgid "Video Call"
msgstr "Videosamtale"
@@ -20097,7 +20182,7 @@ msgstr "Se sikkerhetskoder"
msgid "View backup codes form"
msgstr "Se sikkerhetskodene"
-#: src/components/channel/channel-view/DMChannelView.tsx:282
+#: src/components/channel/channel-view/DMChannelView.tsx:283
msgid "View call"
msgstr "Vis samtale"
@@ -20138,7 +20223,7 @@ msgstr "Vis gavebeholdning"
msgid "View Global Profile"
msgstr "Vis global profil"
-#: src/components/channel/channel-view/DMChannelView.tsx:282
+#: src/components/channel/channel-view/DMChannelView.tsx:283
msgid "View incoming call"
msgstr "Vis innkommende samtale"
@@ -20158,10 +20243,10 @@ msgstr "Vis premiumfunksjoner"
msgid "View premium perks"
msgstr "Se premium-fordeler"
-#: src/components/bottomsheets/DMBottomSheet.tsx:411
+#: src/components/bottomsheets/DMBottomSheet.tsx:413
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:226
#: src/components/channel/friends/MobileFriendRequestItem.tsx:87
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:210
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:212
#: src/components/modals/tabs/BlockedUsersTab.tsx:87
#: src/components/uikit/ContextMenu/items/UserProfileMenuItem.tsx:43
msgid "View Profile"
@@ -20191,7 +20276,7 @@ msgstr "Seer blir med i strøm"
msgid "Viewer Leaves Stream"
msgstr "Seer forlater strøm"
-#: src/components/pages/ReportPage.tsx:827
+#: src/components/pages/report/ReportStepDetails.tsx:96
msgid "Violation Category"
msgstr "Bruddkategori"
@@ -20199,7 +20284,7 @@ msgstr "Bruddkategori"
msgid "Violation category selection"
msgstr "Valg av bruddkategori"
-#: src/components/pages/ReportPage.tsx:264
+#: src/components/pages/report/optionDescriptors.ts:45
#: src/constants/IARConstants.tsx:42
msgid "Violent or Graphic Content"
msgstr "Voldelig eller grafisk innhold"
@@ -20212,9 +20297,9 @@ msgstr "VIP-stemme"
msgid "Visible Buttons"
msgstr "Synlige knapper"
-#: src/components/modals/components/plutonium/PricingSection.tsx:88
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:110
-#: src/components/modals/components/plutonium/VisionarySection.tsx:58
+#: src/components/modals/components/plutonium/PricingSection.tsx:101
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:129
+#: src/components/modals/components/plutonium/VisionarySection.tsx:67
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:154
#: src/utils/modals/guildTabs/GuildAuditLogTabUtils.ts:274
msgid "Visionary"
@@ -20228,25 +20313,25 @@ msgstr "Visionary (Livstid #42)"
msgid "Visionary (Lifetime Plutonium)"
msgstr "Visionary (Livstid Plutonium)"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:80
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:111
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:95
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:134
msgid "Visionary {visionaryPrice}"
msgstr "Visionary {visionaryPrice}"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:96
+#: src/components/modals/components/plutonium/VisionarySection.tsx:105
msgid "Visionary community with direct team access"
msgstr "Visionary-fellesskap med direkte teamtilgang"
-#: src/components/modals/components/plutonium/GiftSection.tsx:87
-#: src/components/modals/components/plutonium/PricingSection.tsx:119
+#: src/components/modals/components/plutonium/GiftSection.tsx:100
+#: src/components/modals/components/plutonium/PricingSection.tsx:140
msgid "Visionary Gift"
msgstr "Visionary-gave"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:109
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:132
msgid "Visionary Gift Sold Out"
msgstr "Visionary-gaven er utsolgt"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:80
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:95
msgid "Visionary Sold Out"
msgstr "Visionary er utsolgt"
@@ -20281,15 +20366,15 @@ msgstr "Lyd- og videoinnstillinger"
msgid "Voice Activity"
msgstr "Lyddetektering"
-#: src/components/channel/channel-view/DMChannelView.tsx:277
+#: src/components/channel/channel-view/DMChannelView.tsx:278
#: src/components/voice/VoiceCallView.tsx:466
msgid "Voice call"
msgstr "Lydanrop"
-#: src/components/bottomsheets/DMBottomSheet.tsx:419
+#: src/components/bottomsheets/DMBottomSheet.tsx:421
#: src/components/channel/ChannelHeader.tsx:562
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:225
-#: src/components/modals/UserProfileMobileSheet.tsx:507
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:227
+#: src/components/modals/UserProfileMobileSheet.tsx:511
msgid "Voice Call"
msgstr "Lydanrop"
@@ -20306,8 +20391,8 @@ msgstr "Lydsamtaler"
msgid "Voice channel"
msgstr "Lydkanal"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:475
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:662
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:489
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:676
#: src/components/channel/channel-header/useChannelHeaderData.ts:100
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:314
msgid "Voice Channel"
@@ -20488,8 +20573,8 @@ msgstr "Vi sendte en lenke på e-post for å autorisere denne påloggingen. Sjek
msgid "We failed to retrieve the full information about this user at this time."
msgstr "Vi klarte ikke å hente fullstendig informasjon om denne brukeren nå."
-#: src/components/layout/GuildLayout.tsx:302
-#: src/components/layout/GuildLayout.tsx:349
+#: src/components/layout/GuildLayout.tsx:307
+#: src/components/layout/GuildLayout.tsx:354
msgid "We fluxed up! Hang tight, we're working on it."
msgstr "Vi rotet det til! Hold ut, vi jobber med det."
@@ -20513,18 +20598,13 @@ msgstr "Vi mistet forbindelsen mens vi ventet på autorisering. Prøv igjen."
msgid "We need to make sure you're not a bot. Please complete the verification below."
msgstr "Vi må forsikre oss om at du ikke er en robot. Fullfør verifikasjonen nedenfor."
-#: src/components/pages/ReportPage.tsx:639
-msgid "We need to verify your email address before you can submit a report."
-msgstr "Vi må bekrefte e-postadressen din før du kan sende inn en rapport."
-
#: src/components/modals/BackupCodesModal.tsx:45
msgid "We recommend saving these codes now so that you don't get locked out of your account."
msgstr "Vi anbefaler at du lagrer disse kodene nå slik at du ikke blir låst ute fra kontoen din."
-#. placeholder {0}: state.email
-#: src/components/pages/ReportPage.tsx:702
-msgid "We sent a verification code to {0}."
-msgstr "Vi har sendt en verifikasjonskode til {0}."
+#: src/components/pages/report/ReportStepVerification.tsx:67
+msgid "We sent a code to {email}."
+msgstr "Vi sendte en kode til {email}."
#: src/components/auth/BrowserLoginHandoffModal.tsx:315
msgid "We will prefill {prefillEmail} once the browser login opens."
@@ -20534,6 +20614,10 @@ msgstr "Vi fyller inn {prefillEmail} når nettleserinnloggingen åpnes."
msgid "We'll restore your previous email, sign out old sessions, remove phone numbers, disable MFA, and secure your account with a new password."
msgstr "Vi gjenoppretter den forrige e-posten, logger ut gamle økter, fjerner telefonnumre, slår av MFA og sikrer kontoen din med et nytt passord."
+#: src/components/pages/report/ReportStepEmail.tsx:57
+msgid "We'll send a short code to confirm you can receive updates about this report."
+msgstr "Vi sender en kort kode for å bekrefte at du kan motta oppdateringer om denne rapporten."
+
#: src/components/modals/EmailChangeModal.tsx:190
msgid "We'll verify your current email and then your new email with one-time codes."
msgstr "Vi verifiserer din nåværende e-post og deretter din nye e-post med engangskoder."
@@ -20546,13 +20630,13 @@ msgstr "Vi verifiserer din nye e-post med en engangskode."
msgid "We're having trouble connecting to Fluxer's servers. This could be a temporary network issue or scheduled maintenance."
msgstr "Vi har problemer med å koble til Fluxers servere. Dette kan være et midlertidig nettverksproblem eller planlagt vedlikehold."
-#: src/components/modals/tabs/BetaCodesTab.tsx:297
+#: src/components/modals/tabs/BetaCodesTab.tsx:322
#: src/components/modals/tabs/DevicesTab.tsx:230
msgid "We're having trouble connecting to the space-time continuum. Please check your connection and try again."
msgstr "Vi har problemer med å koble til romtid-kontinuumet. Sjekk tilkoblingen din og prøv igjen."
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:287
-#: src/components/channel/ChannelSearchResults.tsx:681
+#: src/components/channel/ChannelSearchResults.tsx:650
msgid "We're indexing this channel for the first time. This might take a little while..."
msgstr "Vi indekserer denne kanalen for første gang. Det kan ta litt tid..."
@@ -20829,17 +20913,16 @@ msgstr "Skriv tilpasset CSS her for å overstyre temaets tokens. For eksempel:\n
msgid "Write your content here... This textarea expands as you type."
msgstr "Skriv innholdet ditt her... Dette tekstfeltet utvides mens du skriver."
-#: src/components/auth/DateOfBirthField.tsx:89
-#: src/components/auth/DateOfBirthField.tsx:156
+#: src/components/auth/DateOfBirthField.tsx:153
#: src/components/auth/MockMinimalRegisterForm.tsx:78
msgid "Year"
msgstr "År"
-#: src/components/modals/components/plutonium/PricingSection.tsx:78
+#: src/components/modals/components/plutonium/PricingSection.tsx:88
msgid "Yearly"
msgstr "Årlig"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:71
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:84
msgid "Yearly {yearlyPrice}"
msgstr "Årlig {yearlyPrice}"
@@ -20874,7 +20957,7 @@ msgstr "Du er i ferd med å forlate Fluxer"
msgid "You are about to transfer ownership of this community to <0>{0}0>. This action is <1>irreversible1> and you will lose all owner privileges."
msgstr "Du er i ferd med å overføre eierskapet til dette fellesskapet til <0>{0}0>. Denne handlingen er <1>irreversibel1> og du mister alle eierrettigheter."
-#: src/components/channel/dm/AddFriendForm.tsx:72
+#: src/components/channel/dm/AddFriendForm.tsx:95
msgid "You are already friends with this user."
msgstr "Du er allerede venn med denne brukeren."
@@ -20960,7 +21043,7 @@ msgstr "Du kan bare laste opp opptil {MAX_EMOJIS_PER_UPLOAD} emojis om gangen. B
msgid "You can pin messages in this conversation for everyone to see."
msgstr "Du kan feste meldinger i denne samtalen slik at alle kan se dem."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:175
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:194
msgid "You can redeem additional gift codes to <0>extend0> your gift time. To start a monthly or yearly plan, wait until after it ends — or <1>upgrade to Visionary1> now (remaining gift time will be discarded)."
msgstr "Du kan løse inn flere gavekoder for å <0>forlenge0> gaveperioden. For å starte et månedlig eller årlig abonnement, vent til den er over — eller <1>oppgrader til Visionary1> nå (gjenstående gaveperiode blir fjernet)."
@@ -20990,7 +21073,7 @@ msgstr "Du kan bruke lenker og Markdown for å formatere teksten din. Med <0/> k
msgid "You can't add new reactions while you're on timeout."
msgstr "Du kan ikke legge til nye reaksjoner mens du er i timeout."
-#: src/components/modals/UserProfileModal.tsx:1170
+#: src/components/modals/UserProfileModal.tsx:1171
msgid "You can't befriend yourself"
msgstr "Du kan ikke legge deg til som venn"
@@ -20998,14 +21081,14 @@ msgstr "Du kan ikke legge deg til som venn"
msgid "You can't interact with reactions in search results as it might disrupt the space-time continuum."
msgstr "Du kan ikke samhandle med reaksjoner i søkeresultater, da det kan forstyrre romtid-kontinuumet."
-#: src/components/layout/ChannelItem.tsx:200
-#: src/components/layout/ChannelItem.tsx:366
-#: src/stores/voice/MediaEngineFacade.ts:151
-#: src/stores/voice/MediaEngineFacade.ts:482
+#: src/components/layout/ChannelItem.tsx:206
+#: src/components/layout/ChannelItem.tsx:375
+#: src/stores/voice/MediaEngineFacade.ts:154
+#: src/stores/voice/MediaEngineFacade.ts:529
msgid "You can't join while you're on timeout."
msgstr "Du kan ikke bli med mens du er i timeout."
-#: src/components/modals/UserProfileModal.tsx:1182
+#: src/components/modals/UserProfileModal.tsx:1183
#: src/components/popouts/UserProfilePopout.tsx:282
#: src/components/profile/ProfilePreview.tsx:284
msgid "You can't message yourself"
@@ -21019,7 +21102,7 @@ msgstr "Du kan ikke sende en venneforespørsel til deg selv."
msgid "You can't send friend requests to bots."
msgstr "Du kan ikke sende venneforespørsler til roboter."
-#: src/components/channel/dm/AddFriendForm.tsx:64
+#: src/components/channel/dm/AddFriendForm.tsx:87
msgid "You can't send friend requests to users you've blocked. Unblock them first."
msgstr "Du kan ikke sende venneforespørsler til brukere du har blokkert. Fjern blokkeringen først."
@@ -21066,11 +21149,11 @@ msgstr "Du kan ikke fjerne denne tillatelsen fordi det ville fjerne den fra deg
msgid "You cannot save a role with a blank name. Please provide a valid name before saving."
msgstr "Du kan ikke lagre en rolle uten navn. Oppgi et gyldig navn før du lagrer."
-#: src/components/channel/dm/AddFriendForm.tsx:68
+#: src/components/channel/dm/AddFriendForm.tsx:91
msgid "You cannot send a friend request to yourself."
msgstr "Du kan ikke sende en venneforespørsel til deg selv."
-#: src/components/channel/dm/AddFriendForm.tsx:66
+#: src/components/channel/dm/AddFriendForm.tsx:89
msgid "You cannot send friend requests to bots."
msgstr "Du kan ikke sende venneforespørsler til roboter."
@@ -21094,7 +21177,7 @@ msgstr "Du har ikke tilgang til kanalen der denne meldingen ble sendt."
msgid "You do not have permission to send messages in this channel."
msgstr "Du har ikke tillatelse til å sende meldinger i denne kanalen."
-#: src/components/layout/GuildLayout.tsx:393
+#: src/components/layout/GuildLayout.tsx:398
msgid "You don't have access to any channels in this community."
msgstr "Du har ikke tilgang til noen kanaler i dette fellesskapet."
@@ -21114,23 +21197,23 @@ msgstr "Du har ikke tillatelse til å installere denne emojipakken."
msgid "You don't have permission to install this sticker pack."
msgstr "Du har ikke tillatelse til å installere denne klistremerkepakken."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:203
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:222
msgid "You have all <0/> for <1>{monthlyPrice}/month1>."
msgstr "Du har alt <0/> for <1>{monthlyPrice}/måned1>."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:208
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:227
msgid "You have all <0/> for <1>{yearlyPrice}/year1>."
msgstr "Du har alt <0/> for <1>{yearlyPrice}/år1>."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:213
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:232
msgid "You have all <0/> for your subscription period."
msgstr "Du har alt <0/> for abonnementsperioden din."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:198
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:217
msgid "You have all <0/> forever. No subscriptions, no renewals."
msgstr "Du har alt <0/> for alltid. Ingen abonnementer, ingen fornyelser."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:169
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:188
msgid "You have all <0/> via a <1>gift subscription1> until <2>{giftEndDate}2>. It <3>won't renew3>."
msgstr "Du har alt <0/> via et <1>gaveabonnement1> til <2>{giftEndDate}2>. Det <3>fornyes ikke3>."
@@ -21228,11 +21311,11 @@ msgstr "Du mistet tilgang til denne lagrede meldingen. Fjerne?"
msgid "You made it, {username}! We're about to hit 88mph!"
msgstr "Du klarte det, {username}! Vi er i ferd med å nå 88 mph!"
-#: src/components/channel/CallMessage.tsx:179
+#: src/components/channel/CallMessage.tsx:173
msgid "You missed a call from <0/> that lasted {durationText}."
msgstr "Du gikk glipp av en samtale fra <0/> som varte i {durationText}."
-#: src/components/channel/CallMessage.tsx:184
+#: src/components/channel/CallMessage.tsx:178
msgid "You missed a call from <0/>."
msgstr "Du har gått glipp av et anrop fra <0/>."
@@ -21252,7 +21335,7 @@ msgstr "Du må være 18 år eller eldre for å se dette innholdet. <0>Lær mer
msgid "You must be connected to the gateway to accept this temporary invite. Please check your connection and try again."
msgstr "Du må være koblet til gatewayen for å godta denne midlertidige invitasjonen. Sjekk forbindelsen og prøv igjen."
-#: src/components/pages/ReportPage.tsx:463
+#: src/components/pages/ReportPage.tsx:288
msgid "You must verify your email before submitting a report."
msgstr "Du må bekrefte e-posten din før du sender inn en rapport."
@@ -21385,7 +21468,7 @@ msgstr "Du er i stemmekanalen"
msgid "You're sending messages too quickly"
msgstr "Du sender meldinger for raskt"
-#: src/components/channel/Messages.tsx:909
+#: src/components/channel/Messages.tsx:907
msgid "You're viewing older messages"
msgstr "Du ser på eldre meldinger"
@@ -21464,7 +21547,7 @@ msgstr "Kontoen din er godkjent. Omdirigerer deg til appen..."
msgid "Your account has been created, but access is temporarily limited until approval. You will be notified once your account is approved."
msgstr "Kontoen din er opprettet, men tilgangen er midlertidig begrenset til den blir godkjent. Du får beskjed når kontoen er godkjent."
-#: src/components/modals/components/UnclaimedAccountAlert.tsx:38
+#: src/components/modals/components/UnclaimedAccountAlert.tsx:36
msgid "Your account is not yet claimed. Without an email and password, you won't be able to sign in from other devices and you could lose access to your account. Claim your account now to secure it."
msgstr "Kontoen din er ikke gjort krav på ennå. Uten e-post og passord kan du ikke logge inn fra andre enheter, og du kan miste tilgang. Gjør krav på kontoen nå for å sikre den."
@@ -21508,7 +21591,7 @@ msgstr "Dine eksisterende varslingslydinnstillinger beholdes."
msgid "Your export request will be processed"
msgstr "Eksportforespørselen din vil bli behandlet"
-#: src/components/pages/ReportPage.tsx:935
+#: src/components/pages/report/ReportStepDetails.tsx:213
msgid "Your FluxerTag (optional)"
msgstr "Din FluxerTag (valgfri)"
@@ -21521,7 +21604,7 @@ msgid "Your invite expires in 24 hours"
msgstr "Invitasjonen din utløper om 24 timer"
#. placeholder {0}: getExpirationText()
-#: src/components/modals/InviteModal.tsx:325
+#: src/components/modals/InviteModal.tsx:322
msgid "Your invite link expires in {0}."
msgstr "Invitasjonslenken din utløper om {0}."
@@ -21565,7 +21648,7 @@ msgstr "Ditt personlige område for rask tilgang til kanaler, direktemeldinger o
msgid "Your Plutonium subscription has expired. You've lost all Plutonium perks. Reactivate your subscription to regain access."
msgstr "Plutonium-abonnementet ditt har utløpt. Du har mistet alle Plutonium-fordeler. Reaktiver abonnementet for å få tilgang igjen."
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:781
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:813
msgid "Your private space"
msgstr "Ditt private område"
@@ -21573,7 +21656,7 @@ msgstr "Ditt private område"
msgid "Your private space for thoughts and reminders"
msgstr "Ditt private rom for tanker og påminnelser"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:277
+#: src/components/modals/tabs/GiftInventoryTab.tsx:300
msgid "Your Purchased Gifts"
msgstr "Gavene du har kjøpt"
@@ -21585,15 +21668,11 @@ msgstr "regionen din"
msgid "Your stream is still being broadcast"
msgstr "Strømmen din blir fortsatt sendt"
-#: src/components/pages/ReportPage.tsx:594
-msgid "Your submission ID"
-msgstr "Ditt innsending ID"
-
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:153
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:172
msgid "Your subscription ended, but you still have all <0/> until <1>{graceDate}1>. Resubscribe to keep them."
msgstr "Abonnementet ditt er avsluttet, men du har fortsatt alt <0/> til <1>{graceDate}1>. Abonner på nytt for å beholde dem."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:138
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:157
msgid "Your subscription expired on <0>{expiredDate}0>. You lost all <1/>. You can reactivate at any time."
msgstr "Abonnementet ditt utløp <0>{expiredDate}0>. Du mistet alt <1/>. Du kan aktivere det på nytt når som helst."
@@ -21609,7 +21688,7 @@ msgstr "Abonnementet ditt er reaktivert!"
msgid "Your subscription has been set to cancel at the end of your billing period."
msgstr "Abonnementet ditt er satt til å bli kansellert ved slutten av faktureringsperioden."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:191
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:210
msgid "Your subscription will cancel on <0>{cancelDate}0>. You'll lose all <1/> after that date."
msgstr "Abonnementet ditt kanselleres <0>{cancelDate}0>. Du mister alt <1/> etter den datoen."
diff --git a/fluxer_app/src/locales/pl/messages.po b/fluxer_app/src/locales/pl/messages.po
index 6718c7ce..e4eb3fa9 100644
--- a/fluxer_app/src/locales/pl/messages.po
+++ b/fluxer_app/src/locales/pl/messages.po
@@ -68,12 +68,12 @@ msgstr "(maksymalnie 15)"
msgid "(No content)"
msgstr "(Brak zawartości)"
-#: src/components/modals/UserProfileMobileSheet.tsx:552
+#: src/components/modals/UserProfileMobileSheet.tsx:556
#: src/components/pages/YouPage.tsx:147
msgid "(only visible to you)"
msgstr "(widoczne tylko dla Ciebie)"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:954
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:976
msgid "(you)"
msgstr "(ty)"
@@ -138,12 +138,12 @@ msgid "{0} Online"
msgstr "{0} online"
#. placeholder {0}: reaction.count
-#: src/components/channel/MessageReactions.tsx:120
+#: src/components/channel/MessageReactions.tsx:119
msgid "{0} reaction"
msgstr "{0} reakcja"
#. placeholder {0}: reaction.count
-#: src/components/channel/MessageReactions.tsx:120
+#: src/components/channel/MessageReactions.tsx:119
msgid "{0} reactions"
msgstr "{0} reakcje"
@@ -153,13 +153,13 @@ msgid "{0} remaining"
msgstr "{0} pozostało"
#. placeholder {0}: machineState.total
-#: src/components/channel/ChannelSearchResults.tsx:315
+#: src/components/channel/ChannelSearchResults.tsx:272
msgid "{0} Result"
msgstr "{0} Wynik"
#. placeholder {0}: machineState.total
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:390
-#: src/components/channel/ChannelSearchResults.tsx:315
+#: src/components/channel/ChannelSearchResults.tsx:272
msgid "{0} Results"
msgstr "{0} wyników"
@@ -402,7 +402,7 @@ msgstr "{actor} zaktualizował naklejkę {namedTarget}."
msgid "{actor} updated the webhook {namedTarget}."
msgstr "{actor} zaktualizował webhook {namedTarget}."
-#: src/components/modals/tabs/BetaCodesTab.tsx:280
+#: src/components/modals/tabs/BetaCodesTab.tsx:284
msgid "{allowance} codes remaining this week"
msgstr "{allowance} kodów pozostało w tym tygodniu"
@@ -533,7 +533,7 @@ msgstr "{emojiName}, {0} reakcja"
msgid "{emojiName}, {0} reactions"
msgstr "{emojiName}, {0} reakcji"
-#: src/components/channel/MessageReactions.tsx:122
+#: src/components/channel/MessageReactions.tsx:121
msgid "{emojiName}: {reactionCountText}, {actionText}"
msgstr "{emojiName}: {reactionCountText}, {actionText}"
@@ -561,8 +561,8 @@ msgstr "Obrazy {label} nie mogą być animowane. Użyj formatu JPEG, PNG lub Web
#: src/components/auth/InviteHeader.tsx:127
#: src/components/auth/InviteHeader.tsx:241
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:281
-#: src/components/channel/InviteEmbed.tsx:180
-#: src/components/channel/InviteEmbed.tsx:444
+#: src/components/channel/InviteEmbed.tsx:182
+#: src/components/channel/InviteEmbed.tsx:446
msgid "{memberCount} Member"
msgstr "{memberCount} członek"
@@ -570,8 +570,8 @@ msgstr "{memberCount} członek"
#: src/components/auth/InviteHeader.tsx:127
#: src/components/auth/InviteHeader.tsx:241
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:281
-#: src/components/channel/InviteEmbed.tsx:180
-#: src/components/channel/InviteEmbed.tsx:444
+#: src/components/channel/InviteEmbed.tsx:182
+#: src/components/channel/InviteEmbed.tsx:446
msgid "{memberCount} Members"
msgstr "{memberCount} członkowie"
@@ -606,11 +606,11 @@ msgstr "{minutes} minut i {seconds} sekund"
msgid "{minutes} minutes and 1 second"
msgstr "{minutes} minut i 1 sekunda"
-#: src/components/channel/dm/DMWelcomeSection.tsx:155
+#: src/components/channel/dm/DMWelcomeSection.tsx:167
msgid "{mutualGuildCount} mutual commmunity"
msgstr "{mutualGuildCount} wspólna społeczność"
-#: src/components/channel/dm/DMWelcomeSection.tsx:156
+#: src/components/channel/dm/DMWelcomeSection.tsx:168
msgid "{mutualGuildCount} mutual communities"
msgstr "{mutualGuildCount} wspólne społeczności"
@@ -632,7 +632,7 @@ msgstr "{participantCount} uczestników w rozmowie"
#: src/components/auth/InviteHeader.tsx:235
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:276
-#: src/components/channel/InviteEmbed.tsx:439
+#: src/components/channel/InviteEmbed.tsx:441
msgid "{presenceCount} Online"
msgstr "{presenceCount} online"
@@ -644,15 +644,15 @@ msgstr "Pozostało {remaining} znaków"
msgid "{remaining} characters left. Get Plutonium to write up to {premiumMaxLength} characters."
msgstr "Pozostało {remaining} znaków. Zdobądź Plutonium, aby pisać do {premiumMaxLength} znaków."
-#: src/components/channel/InviteEmbed.tsx:301
+#: src/components/channel/InviteEmbed.tsx:303
msgid "{renderedMemberCount} Member"
msgstr "{renderedMemberCount} członek"
-#: src/components/channel/InviteEmbed.tsx:301
+#: src/components/channel/InviteEmbed.tsx:303
msgid "{renderedMemberCount} Members"
msgstr "{renderedMemberCount} członkowie"
-#: src/components/channel/InviteEmbed.tsx:296
+#: src/components/channel/InviteEmbed.tsx:298
msgid "{renderedPresenceCount} Online"
msgstr "{renderedPresenceCount} online"
@@ -704,11 +704,11 @@ msgstr "{totalSeconds} sekunda"
msgid "{totalSeconds} seconds"
msgstr "{totalSeconds} sekund"
-#: src/components/layout/GuildsLayout.tsx:231
+#: src/components/layout/GuildsLayout.tsx:229
msgid "{unavailableCount} communities are temporarily unavailable due to a flux capacitor malfunction."
msgstr "{unavailableCount} społeczności są tymczasowo niedostępne z powodu awarii kondensatora flux."
-#: src/components/layout/GuildsLayout.tsx:230
+#: src/components/layout/GuildsLayout.tsx:228
msgid "{unavailableCount} community is temporarily unavailable due to a flux capacitor malfunction."
msgstr "{unavailableCount} społeczność jest tymczasowo niedostępna z powodu awarii kondensatora flux."
@@ -814,27 +814,27 @@ msgstr "wzmianki @everyone"
msgid "@username"
msgstr "@username"
-#: src/components/channel/CallMessage.tsx:75
+#: src/components/channel/CallMessage.tsx:72
msgid "# days"
msgstr "# dni"
-#: src/components/channel/CallMessage.tsx:76
+#: src/components/channel/CallMessage.tsx:73
msgid "# hours"
msgstr "# godziny"
-#: src/components/channel/CallMessage.tsx:77
+#: src/components/channel/CallMessage.tsx:74
msgid "# minutes"
msgstr "# minuty"
-#: src/components/channel/CallMessage.tsx:73
+#: src/components/channel/CallMessage.tsx:70
msgid "# months"
msgstr "# miesiące"
-#: src/components/channel/CallMessage.tsx:74
+#: src/components/channel/CallMessage.tsx:71
msgid "# weeks"
msgstr "# tygodnie"
-#: src/components/channel/CallMessage.tsx:72
+#: src/components/channel/CallMessage.tsx:69
msgid "# years"
msgstr "# lata"
@@ -878,11 +878,11 @@ msgstr "<0/> usunął <1/> z grupy."
msgid "<0/> removed someone from the group."
msgstr "<0/> usunął kogoś z grupy."
-#: src/components/channel/CallMessage.tsx:191
+#: src/components/channel/CallMessage.tsx:185
msgid "<0/> started a call that lasted {durationText}."
msgstr "<0/> rozpoczął rozmowę, która trwała {durationText}."
-#: src/components/channel/CallMessage.tsx:154
+#: src/components/channel/CallMessage.tsx:148
msgid "<0/> started a call."
msgstr "<0/> rozpoczął rozmowę."
@@ -943,11 +943,11 @@ msgstr "<0>Włączono dźwięk0> członkowi."
msgid "<0>Warning:0> This will also disable SMS two-factor authentication."
msgstr "<0>Uwaga:0> To również wyłączy SMS-owe uwierzytelnianie dwuskładnikowe."
-#: src/components/modals/tabs/BetaCodesTab.tsx:278
+#: src/components/modals/tabs/BetaCodesTab.tsx:282
msgid "1 code remaining this week"
msgstr "Pozostał 1 kod w tym tygodniu"
-#: src/components/channel/CallMessage.tsx:75
+#: src/components/channel/CallMessage.tsx:72
#: src/components/modals/BanMemberModal.tsx:54
#: src/components/modals/InviteModal.tsx:77
#: src/components/modals/InviteModal.tsx:212
@@ -956,7 +956,7 @@ msgstr "Pozostał 1 kod w tym tygodniu"
msgid "1 day"
msgstr "1 dzień"
-#: src/components/channel/CallMessage.tsx:76
+#: src/components/channel/CallMessage.tsx:73
#: src/components/modals/BanMemberModal.tsx:52
#: src/components/modals/channelTabs/ChannelOverviewTab.tsx:154
#: src/components/modals/CustomStatusBottomSheet.tsx:44
@@ -993,7 +993,7 @@ msgstr "1 minuta i {seconds} sekund"
msgid "1 minute and 1 second"
msgstr "1 minuta i 1 sekunda"
-#: src/components/channel/CallMessage.tsx:73
+#: src/components/channel/CallMessage.tsx:70
#: src/components/modals/BanMemberModal.tsx:59
msgid "1 month"
msgstr "1 miesiąc"
@@ -1002,12 +1002,12 @@ msgstr "1 miesiąc"
msgid "1 Month"
msgstr "1 miesiąc"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:99
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:120
msgid "1 Month {monthlyPrice}"
msgstr "1 miesiąc {monthlyPrice}"
-#: src/components/modals/components/plutonium/GiftSection.tsx:78
-#: src/components/modals/components/plutonium/PricingSection.tsx:110
+#: src/components/modals/components/plutonium/GiftSection.tsx:88
+#: src/components/modals/components/plutonium/PricingSection.tsx:128
msgid "1 Month Gift"
msgstr "Prezent na 1 miesiąc"
@@ -1020,22 +1020,22 @@ msgstr "1 użycie"
msgid "1 user"
msgstr "1 użytkownik"
-#: src/components/channel/CallMessage.tsx:74
+#: src/components/channel/CallMessage.tsx:71
#: src/components/modals/BanMemberModal.tsx:57
#: src/components/modals/TimeoutMemberOptions.ts:39
msgid "1 week"
msgstr "1 tydzień"
-#: src/components/channel/CallMessage.tsx:72
+#: src/components/channel/CallMessage.tsx:69
msgid "1 year"
msgstr "1 rok"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:91
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:109
msgid "1 Year {yearlyPrice}"
msgstr "1 rok {yearlyPrice}"
-#: src/components/modals/components/plutonium/GiftSection.tsx:69
-#: src/components/modals/components/plutonium/PricingSection.tsx:101
+#: src/components/modals/components/plutonium/GiftSection.tsx:76
+#: src/components/modals/components/plutonium/PricingSection.tsx:116
msgid "1 Year Gift"
msgstr "Prezent na 1 rok"
@@ -1286,8 +1286,8 @@ msgstr "8 godzin"
msgid "A 4-digit tag will be added automatically to ensure uniqueness"
msgstr "4-cyfrowy tag zostanie automatycznie dodany, aby zapewnić unikalność"
-#: src/components/channel/CallMessage.tsx:86
-#: src/components/channel/CallMessage.tsx:148
+#: src/components/channel/CallMessage.tsx:83
+#: src/components/channel/CallMessage.tsx:142
msgid "a few seconds"
msgstr "kilka sekund"
@@ -1299,7 +1299,7 @@ msgstr "Garstka wojowników klawiatury się zbiera..."
msgid "A helpful bot that does amazing things!"
msgstr "Pomocny bot, który robi niesamowite rzeczy!"
-#: src/components/channel/CallMessage.tsx:77
+#: src/components/channel/CallMessage.tsx:74
msgid "a minute"
msgstr "minuta"
@@ -1316,7 +1316,7 @@ msgid "A symphony of clacking keys is underway..."
msgstr "Symfonia stukających klawiszy się rozpoczęła..."
#: src/components/modals/tabs/MyProfileTab/BioEditor.tsx:127
-#: src/components/modals/UserProfileMobileSheet.tsx:528
+#: src/components/modals/UserProfileMobileSheet.tsx:532
#: src/components/pages/YouPage.tsx:132
msgid "About Me"
msgstr "O mnie"
@@ -1330,18 +1330,18 @@ msgstr "O tobie"
msgid "Accent Color"
msgstr "Kolor akcentu"
-#: src/components/channel/channel-view/DMChannelView.tsx:291
-#: src/components/channel/dm/DMWelcomeSection.tsx:116
+#: src/components/channel/channel-view/DMChannelView.tsx:292
+#: src/components/channel/dm/DMWelcomeSection.tsx:128
#: src/components/channel/friends/FriendListItem.tsx:238
#: src/components/channel/friends/MobileFriendRequestItem.tsx:99
#: src/components/voice/IncomingCallUI.tsx:302
msgid "Accept"
msgstr "Akceptuj"
-#: src/components/bottomsheets/DMBottomSheet.tsx:515
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:260
-#: src/components/modals/UserProfileModal.tsx:1258
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:88
+#: src/components/bottomsheets/DMBottomSheet.tsx:517
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:262
+#: src/components/modals/UserProfileModal.tsx:1259
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:109
msgid "Accept Friend Request"
msgstr "Zaakceptuj prośbę o znajomość"
@@ -1358,7 +1358,7 @@ msgstr "Akceptuj zaproszenie"
msgid "Accept the incoming call"
msgstr "Odbierz przychodzące połączenie"
-#: src/components/channel/InviteEmbed.tsx:226
+#: src/components/channel/InviteEmbed.tsx:228
#: src/components/modals/InviteAcceptModal.tsx:163
msgid "Accepting this invite installs the pack automatically."
msgstr "Przyjęcie tego zaproszenia automatycznie instaluje pakiet."
@@ -1407,7 +1407,7 @@ msgstr "Konto i Premium"
msgid "Account appears to exist solely for spamming"
msgstr "Konto wydaje się istnieć wyłącznie do spamowania"
-#: src/components/modals/ClaimAccountModal.tsx:105
+#: src/components/modals/ClaimAccountModal.tsx:107
msgid "Account claimed successfully"
msgstr "Konto pomyślnie zarejestrowane"
@@ -1459,7 +1459,7 @@ msgstr "Tylko we wszystkich rozmowach prywatnych, w których kiedykolwiek byłe
msgid "Action with both icons!"
msgstr "Akcja z obiema ikonami!"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:124
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:143
msgid "Active"
msgstr "Aktywny"
@@ -1584,12 +1584,13 @@ msgstr "Dodaj e-mail"
msgid "Add Favorite Channels"
msgstr "Dodaj ulubione kanały"
-#: src/components/bottomsheets/DMBottomSheet.tsx:524
+#: src/components/bottomsheets/DMBottomSheet.tsx:527
#: src/components/channel/dm/AddFriendView.tsx:32
#: src/components/channel/dm/DMFriendsView.tsx:199
#: src/components/modals/AddFriendSheet.tsx:50
-#: src/components/modals/UserProfileModal.tsx:1178
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:68
+#: src/components/modals/UserProfileModal.tsx:1179
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:75
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:89
msgid "Add Friend"
msgstr "Dodaj znajomego"
@@ -1597,7 +1598,7 @@ msgstr "Dodaj znajomego"
msgid "Add Friends"
msgstr "Dodaj znajomych"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1187
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1211
#: src/components/channel/ChannelHeader.tsx:630
#: src/components/channel/dm/GroupDMWelcomeSection.tsx:85
msgid "Add Friends to Group"
@@ -1612,7 +1613,7 @@ msgstr "Dodaj element"
msgid "Add new reactions to messages."
msgstr "Dodaj nowe reakcje do wiadomości."
-#: src/components/bottomsheets/DMBottomSheet.tsx:426
+#: src/components/bottomsheets/DMBottomSheet.tsx:428
#: src/components/profile/ProfileCard/ProfileCardActions.tsx:48
#: src/components/uikit/ContextMenu/items/UserNoteMenuItems.tsx:42
msgid "Add Note"
@@ -1647,7 +1648,7 @@ msgstr "Formularz dodawania numeru telefonu"
#: src/components/channel/MessageActionBar.tsx:450
#: src/components/channel/MessageActionBar.tsx:741
#: src/components/channel/messageActionMenu.tsx:92
-#: src/components/channel/MessageReactions.tsx:264
+#: src/components/channel/MessageReactions.tsx:263
#: src/components/uikit/ContextMenu/items/MessageMenuItems.tsx:65
msgid "Add Reaction"
msgstr "Dodaj reakcję"
@@ -1695,8 +1696,8 @@ msgid "Add to favorites"
msgstr "Dodaj do ulubionych"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:370
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1103
-#: src/components/bottomsheets/DMBottomSheet.tsx:400
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1127
+#: src/components/bottomsheets/DMBottomSheet.tsx:402
#: src/components/channel/ChannelHeader.tsx:547
#: src/components/channel/ChannelHeader.tsx:595
#: src/components/channel/ChannelHeader.tsx:600
@@ -1731,11 +1732,11 @@ msgid "Added to bookmarks"
msgstr "Dodano do zakładek"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:118
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:544
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:558
msgid "Added to favorites"
msgstr "Dodano do ulubionych"
-#: src/components/bottomsheets/DMBottomSheet.tsx:129
+#: src/components/bottomsheets/DMBottomSheet.tsx:131
msgid "Added to Favorites"
msgstr "Dodano do ulubionych"
@@ -1752,7 +1753,7 @@ msgstr "Dodano: {createdDate}"
msgid "Added: {createdDate} • Last used: {lastUsedDate}"
msgstr "Dodano: {createdDate} • Ostatnio użyto: {lastUsedDate}"
-#: src/components/pages/ReportPage.tsx:943
+#: src/components/pages/report/ReportStepDetails.tsx:222
msgid "Additional Comments (optional)"
msgstr "Dodatkowe uwagi (opcjonalnie)"
@@ -1873,7 +1874,7 @@ msgstr "Wszystkie połączenia będą powiadamiane bez dzwonienia. Domyślnie po
msgid "All Communities"
msgstr "Wszystkie społeczności"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:74
+#: src/components/modals/components/plutonium/VisionarySection.tsx:83
msgid "All current and future Plutonium benefits, forever"
msgstr "Wszystkie obecne i przyszłe korzyści Plutonium, na zawsze"
@@ -1911,7 +1912,7 @@ msgstr "Wszyscy członkowie"
msgid "All messages"
msgstr "Wszystkie wiadomości"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1377
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1401
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:206
#: src/components/modals/GuildNotificationSettingsModal.tsx:87
#: src/components/modals/GuildNotificationSettingsModal.tsx:273
@@ -2071,11 +2072,11 @@ msgstr "Zezwoliłeś na {0}."
msgid "Already have an account?"
msgstr "Masz już konto?"
-#: src/components/channel/InviteEmbed.tsx:187
+#: src/components/channel/InviteEmbed.tsx:189
msgid "Already joined"
msgstr "Już dołączyłeś"
-#: src/components/channel/GiftEmbed.tsx:90
+#: src/components/channel/GiftEmbed.tsx:97
msgid "Already redeemed"
msgstr "Już wykorzystano"
@@ -2135,8 +2136,8 @@ msgstr "Zawsze ufaj <0>{hostname}0> — pomiń to ostrzeżenie następnym raze
msgid "Always underline links"
msgstr "Zawsze podkreślaj linki"
-#: src/components/channel/ChannelSearchResults.tsx:511
-#: src/components/channel/ChannelSearchResults.tsx:562
+#: src/components/channel/ChannelSearchResults.tsx:480
+#: src/components/channel/ChannelSearchResults.tsx:531
#: src/hooks/useChannelSearch.ts:233
#: src/hooks/useChannelSearch.ts:375
msgid "An error occurred while searching"
@@ -2198,7 +2199,7 @@ msgid "Animated Emoji ({0})"
msgstr "Animowane emoji ({0})"
#: src/components/channel/embeds/media/EmbedGifv.tsx:237
-#: src/components/channel/embeds/media/EmbedGifv.tsx:725
+#: src/components/channel/embeds/media/EmbedGifv.tsx:749
#: src/components/modals/MediaViewerModal.tsx:294
#: src/components/modals/MediaViewerModal.tsx:362
msgid "Animated GIF"
@@ -2320,8 +2321,8 @@ msgstr "Aplikacja została zaktualizowana pomyślnie"
msgid "Applications"
msgstr "Aplikacje"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:99
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:137
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:103
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:141
msgid "Applications & Bots"
msgstr "Aplikacje i boty"
@@ -2352,7 +2353,7 @@ msgid "Archive"
msgstr "Archiwizuj"
#. placeholder {0}: user.username
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:162
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:164
#: src/components/modals/UserProfileActionsSheet.tsx:133
#: src/utils/RelationshipActionUtils.tsx:141
msgid "Are you sure you want to block {0}? They won't be able to message you or send you friend requests."
@@ -2368,8 +2369,8 @@ msgid "Are you sure you want to close this group DM? You can always reopen it la
msgstr "Czy na pewno chcesz zamknąć tę grupową rozmowę? Możesz ją później ponownie otworzyć."
#. placeholder {0}: recipient?.username ?? ''
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:601
-#: src/components/bottomsheets/DMBottomSheet.tsx:303
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:615
+#: src/components/bottomsheets/DMBottomSheet.tsx:305
msgid "Are you sure you want to close your DM with {0}? You can always reopen it later."
msgstr "Czy na pewno chcesz zamknąć rozmowę prywatną z {0}? Możesz ją później ponownie otworzyć."
@@ -2406,7 +2407,7 @@ msgid "Are you sure you want to delete #{0}? This action cannot be undone."
msgstr "Czy na pewno chcesz usunąć kanał #{0}? Tej czynności nie da się cofnąć."
#. placeholder {0}: channel.name ?? 'this channel'
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:667
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:681
msgid "Are you sure you want to delete #{0}? This cannot be undone."
msgstr "Czy na pewno chcesz usunąć kanał #{0}? Nie można cofnąć tej operacji."
@@ -2504,7 +2505,7 @@ msgstr "Czy na pewno chcesz opuścić {0}?"
msgid "Are you sure you want to leave this community? You will no longer be able to see any messages."
msgstr "Czy na pewno chcesz opuścić tę społeczność? Nie będziesz już widzieć żadnych wiadomości."
-#: src/components/bottomsheets/DMBottomSheet.tsx:338
+#: src/components/bottomsheets/DMBottomSheet.tsx:340
#: src/hooks/useLeaveGroup.tsx:43
msgid "Are you sure you want to leave this group? You will no longer be able to see any messages."
msgstr "Czy na pewno chcesz opuścić tę grupę? Nie będziesz już widzieć wiadomości."
@@ -2515,9 +2516,9 @@ msgid "Are you sure you want to make {0} the group owner? You will lose owner pr
msgstr "Czy na pewno chcesz uczynić {0} właścicielem grupy? Stracisz uprawnienia właściciela."
#. placeholder {0}: user.username
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:145
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:147
#: src/components/modals/UserProfileActionsSheet.tsx:116
-#: src/components/modals/UserProfileMobileSheet.tsx:303
+#: src/components/modals/UserProfileMobileSheet.tsx:304
#: src/utils/RelationshipActionUtils.tsx:114
msgid "Are you sure you want to remove {0} as a friend?"
msgstr "Czy na pewno chcesz usunąć {0} ze znajomych?"
@@ -2557,10 +2558,10 @@ msgid "Are you sure you want to transfer ownership of the group to {0}?"
msgstr "Czy na pewno chcesz przekazać własność grupy {0}?"
#. placeholder {0}: user.username
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:179
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:181
#: src/components/modals/tabs/BlockedUsersTab.tsx:57
#: src/components/modals/UserProfileActionsSheet.tsx:150
-#: src/components/modals/UserProfileMobileSheet.tsx:319
+#: src/components/modals/UserProfileMobileSheet.tsx:320
#: src/utils/RelationshipActionUtils.tsx:168
msgid "Are you sure you want to unblock {0}?"
msgstr "Czy na pewno chcesz odblokować {0}?"
@@ -2573,7 +2574,7 @@ msgstr "Klub Sztuki"
msgid "Artists' Corner"
msgstr "Kącik Artystów"
-#: src/components/modals/components/plutonium/PricingSection.tsx:63
+#: src/components/modals/components/plutonium/PricingSection.tsx:69
msgid "As a Gift"
msgstr "W prezencie"
@@ -2689,7 +2690,7 @@ msgstr "Ustawienia dźwięku"
msgid "Audio will be included with this screen share."
msgstr "Dźwięk będzie dołączony do tego udostępniania ekranu."
-#: src/components/pages/ReportPage.tsx:311
+#: src/components/pages/report/optionDescriptors.ts:83
msgid "Austria"
msgstr "Austria"
@@ -2844,6 +2845,7 @@ msgstr "Średni ping:"
#: src/components/modals/PhoneAddModal.tsx:235
#: src/components/modals/RequiredActionModal.tsx:463
#: src/components/pages/OAuthAuthorizePage.tsx:694
+#: src/components/pages/report/ReportStepDetails.tsx:243
msgid "Back"
msgstr "Wstecz"
@@ -2933,7 +2935,7 @@ msgid "Balanced quality and bandwidth"
msgstr "Zrównoważona jakość i przepustowość"
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:353
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:320
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:323
#: src/components/modals/UserProfileActionsSheet.tsx:262
msgid "Ban"
msgstr "Zablokuj"
@@ -3035,7 +3037,7 @@ msgstr "przed:"
msgid "Begin a call in the current private conversation"
msgstr "Rozpocznij rozmowę w obecnej prywatnej konwersacji"
-#: src/components/pages/ReportPage.tsx:312
+#: src/components/pages/report/optionDescriptors.ts:84
msgid "Belgium"
msgstr "Belgia"
@@ -3066,7 +3068,7 @@ msgstr "Kod beta (opcjonalnie)"
msgid "Beta Code Redeemed!"
msgstr "Kod beta zrealizowany!"
-#: src/components/modals/tabs/BetaCodesTab.tsx:313
+#: src/components/modals/tabs/BetaCodesTab.tsx:338
#: src/components/modals/utils/settingsSearchIndex.ts:741
msgid "Beta Codes"
msgstr "Kody beta"
@@ -3083,13 +3085,13 @@ msgstr "Bio"
msgid "Bio character limit"
msgstr "Limit znaków w bio"
-#: src/components/bottomsheets/DMBottomSheet.tsx:538
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:163
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:345
+#: src/components/bottomsheets/DMBottomSheet.tsx:541
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:165
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:348
#: src/components/modals/UserProfileActionsSheet.tsx:134
#: src/components/modals/UserProfileActionsSheet.tsx:298
#: src/components/modals/UserProfileModal.tsx:1062
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:190
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:211
#: src/utils/RelationshipActionUtils.tsx:143
msgid "Block"
msgstr "Zablokuj"
@@ -3106,7 +3108,7 @@ msgstr "Zablokować wiadomości prywatne od członków społeczności?"
msgid "Block for all communities"
msgstr "Zablokuj we wszystkich społecznościach"
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:161
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:163
#: src/components/modals/UserProfileActionsSheet.tsx:132
#: src/utils/RelationshipActionUtils.tsx:139
msgid "Block User"
@@ -3270,7 +3272,7 @@ msgstr "Wymagany dźwięk w przeglądarce"
msgid "Browser locale ({browserLocale}): {format}"
msgstr "Ustawienia regionalne przeglądarki ({browserLocale}): {format}"
-#: src/components/pages/ReportPage.tsx:313
+#: src/components/pages/report/optionDescriptors.ts:85
msgid "Bulgaria"
msgstr "Bułgaria"
@@ -3313,16 +3315,16 @@ msgstr "Przyciski pokazują wskaźnik ładowania, gdy submitting jest prawdą."
msgid "Buttons with Icons"
msgstr "Przyciski z ikonami"
-#: src/components/modals/components/plutonium/GiftSection.tsx:74
-#: src/components/modals/components/plutonium/GiftSection.tsx:83
-#: src/components/modals/components/plutonium/GiftSection.tsx:92
-#: src/components/modals/components/plutonium/PricingSection.tsx:106
-#: src/components/modals/components/plutonium/PricingSection.tsx:115
-#: src/components/modals/components/plutonium/PricingSection.tsx:124
+#: src/components/modals/components/plutonium/GiftSection.tsx:81
+#: src/components/modals/components/plutonium/GiftSection.tsx:93
+#: src/components/modals/components/plutonium/GiftSection.tsx:105
+#: src/components/modals/components/plutonium/PricingSection.tsx:121
+#: src/components/modals/components/plutonium/PricingSection.tsx:133
+#: src/components/modals/components/plutonium/PricingSection.tsx:145
msgid "Buy Gift"
msgstr "Kup prezent"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:114
+#: src/components/modals/components/plutonium/VisionarySection.tsx:140
msgid "Buying Visionary will cancel your current {currentAccessLabel} immediately. It is a one-time purchase with lifetime access."
msgstr "Zakup Visionary natychmiast anuluje Twój aktualny {currentAccessLabel}. To jednorazowy zakup z dostępem dożywotnim."
@@ -3347,7 +3349,7 @@ msgstr "Ominięcie wolnego trybu"
msgid "Bypass Splash Screen"
msgstr "Ominąć ekran powitalny"
-#: src/components/channel/channel-view/DMChannelView.tsx:271
+#: src/components/channel/channel-view/DMChannelView.tsx:272
msgid "Call available"
msgstr "Połączenie dostępne"
@@ -3446,11 +3448,11 @@ msgstr "Ustawienia kamery"
#: src/components/modals/CategoryCreateModal.tsx:79
#: src/components/modals/ChannelCreateModal.tsx:100
#: src/components/modals/ChannelDeleteModal.tsx:72
-#: src/components/modals/ClaimAccountModal.tsx:179
-#: src/components/modals/ClaimAccountModal.tsx:219
-#: src/components/modals/components/MobileSettingsView.tsx:302
+#: src/components/modals/ClaimAccountModal.tsx:181
+#: src/components/modals/ClaimAccountModal.tsx:221
+#: src/components/modals/components/MobileSettingsView.tsx:297
#: src/components/modals/components/plutonium/hooks/useCheckoutActions.tsx:110
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:328
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:371
#: src/components/modals/ConfirmModal.tsx:146
#: src/components/modals/CreateDMModal.tsx:88
#: src/components/modals/CreateFavoriteCategoryModal.tsx:74
@@ -3473,7 +3475,7 @@ msgstr "Ustawienia kamery"
#: src/components/modals/HideOwnCameraConfirmModal.tsx:65
#: src/components/modals/IARModal.tsx:218
#: src/components/modals/ImageCropModal.tsx:981
-#: src/components/modals/InviteModal.tsx:336
+#: src/components/modals/InviteModal.tsx:333
#: src/components/modals/KickMemberModal.tsx:60
#: src/components/modals/MfaTotpDisableModal.tsx:75
#: src/components/modals/MfaTotpEnableModal.tsx:102
@@ -3498,11 +3500,11 @@ msgstr "Ustawienia kamery"
msgid "Cancel"
msgstr "Anuluj"
-#: src/components/channel/dm/DMWelcomeSection.tsx:126
+#: src/components/channel/dm/DMWelcomeSection.tsx:138
#: src/components/channel/friends/FriendListItem.tsx:164
#: src/components/channel/friends/FriendListItem.tsx:166
-#: src/components/modals/UserProfileModal.tsx:1273
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:171
+#: src/components/modals/UserProfileModal.tsx:1274
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:192
msgid "Cancel Friend Request"
msgstr "Anuluj zaproszenie"
@@ -3522,7 +3524,7 @@ msgstr "Anuluj żądanie"
msgid "Cancel upload"
msgstr "Przerwij przesyłanie"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:118
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:137
msgid "Canceling"
msgstr "Anulowanie"
@@ -3566,7 +3568,7 @@ msgstr "Wyrównanie karty"
msgid "Card alignment controls"
msgstr "Kontrolki wyrównania karty"
-#: src/components/modals/components/MobileSettingsView.tsx:123
+#: src/components/modals/components/MobileSettingsView.tsx:118
#: src/components/modals/components/SettingsModalHeader.tsx:76
msgid "Careful! You have unsaved changes."
msgstr "Uwaga! Masz niezapisane zmiany."
@@ -3576,7 +3578,7 @@ msgstr "Uwaga! Masz niezapisane zmiany."
msgid "Category"
msgstr "Kategoria"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1371
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1395
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:239
msgid "Category Default"
msgstr "Domyślna kategoria"
@@ -3594,7 +3596,7 @@ msgstr "Kategoria pełna"
msgid "Category Name"
msgstr "Nazwa kategorii"
-#: src/components/modals/ChannelSettingsModal.tsx:105
+#: src/components/modals/ChannelSettingsModal.tsx:113
#: src/components/modals/components/DesktopChannelSettingsView.tsx:188
msgid "Category Settings"
msgstr "Ustawienia kategorii"
@@ -3625,7 +3627,7 @@ msgstr "Zmień tło"
msgid "Change Banner"
msgstr "Zmień baner"
-#: src/components/pages/ReportPage.tsx:752
+#: src/components/pages/report/ReportStepVerification.tsx:126
msgid "Change email"
msgstr "Zmień email"
@@ -3647,8 +3649,8 @@ msgstr "Zmień FluxerTag"
msgid "Change FluxerTag form"
msgstr "Formularz zmiany FluxerTag"
-#: src/components/bottomsheets/DMBottomSheet.tsx:433
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:133
+#: src/components/bottomsheets/DMBottomSheet.tsx:435
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:154
msgid "Change Friend Nickname"
msgstr "Zmień przezwisko znajomego"
@@ -3673,7 +3675,7 @@ msgid "Change My Group Nickname"
msgstr "Zmień moje przezwisko w grupie"
#: src/components/modals/BaseChangeNicknameModal.tsx:82
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:238
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:240
#: src/components/modals/RenameChannelModal.tsx:58
#: src/components/modals/UserProfileActionsSheet.tsx:225
#: src/components/modals/UserProfileActionsSheet.tsx:225
@@ -3760,8 +3762,8 @@ msgstr "Zmieniono region głosowy na {0}."
msgid "channel"
msgstr "kanał"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:483
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:549
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:497
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:563
#: src/components/invites/InviteListItem.tsx:50
#: src/components/webhooks/WebhookListItem.tsx:240
#: src/constants/AuditLogConstants.tsx:236
@@ -3796,7 +3798,7 @@ msgid "Channel Debug"
msgstr "Debugowanie kanału"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:188
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:675
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:689
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:329
msgid "Channel deleted"
msgstr "Kanał usunięty"
@@ -3806,11 +3808,11 @@ msgid "Channel Deleted"
msgstr "Kanał usunięty"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:273
-#: src/components/bottomsheets/DMBottomSheet.tsx:366
+#: src/components/bottomsheets/DMBottomSheet.tsx:368
msgid "Channel ID copied"
msgstr "ID kanału skopiowane"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:535
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:549
msgid "Channel ID copied to clipboard"
msgstr "ID kanału skopiowane do schowka"
@@ -3878,9 +3880,9 @@ msgstr "Rejestr kanału"
msgid "Channel removed from favorites"
msgstr "Kanał usunięty z ulubionych"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1092
-#: src/components/layout/ChannelItem.tsx:630
-#: src/components/modals/ChannelSettingsModal.tsx:105
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1116
+#: src/components/layout/ChannelItem.tsx:647
+#: src/components/modals/ChannelSettingsModal.tsx:113
#: src/components/modals/components/DesktopChannelSettingsView.tsx:188
msgid "Channel Settings"
msgstr "Ustawienia kanału"
@@ -3947,7 +3949,7 @@ msgstr "Sprawdź nasze <0>Bluesky (@fluxer.app)0> po aktualizacje statusu."
msgid "Check out my custom theme!"
msgstr "Sprawdź mój autorski motyw!"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:105
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:109
msgid "Check your connection and try again."
msgstr "Sprawdź połączenie i spróbuj ponownie."
@@ -3969,8 +3971,8 @@ msgstr "Pola wyboru"
msgid "Checking..."
msgstr "Sprawdzanie..."
-#: src/components/pages/ReportPage.tsx:270
-#: src/components/pages/ReportPage.tsx:299
+#: src/components/pages/report/optionDescriptors.ts:51
+#: src/components/pages/report/optionDescriptors.ts:74
#: src/constants/IARConstants.tsx:72
#: src/constants/IARConstants.tsx:175
msgid "Child Safety Concerns"
@@ -3984,6 +3986,10 @@ msgstr "Chiński (uproszczony)"
msgid "Chinese (Traditional)"
msgstr "Chiński (tradycyjny)"
+#: src/components/pages/report/ReportBreadcrumbs.tsx:46
+msgid "Choose"
+msgstr "Wybierz"
+
#: src/components/pages/OAuthAuthorizePage.tsx:898
msgid "Choose a community"
msgstr "Wybierz społeczność"
@@ -4080,25 +4086,36 @@ msgstr "Wybierz swój akcentowy kolor profilu"
#: src/components/channel/barriers/BarrierComponents.tsx:109
#: src/components/channel/barriers/BarrierComponents.tsx:240
-#: src/components/layout/app-layout/nagbars/UnclaimedAccountNagbar.tsx:47
-#: src/components/modals/ClaimAccountModal.tsx:225
-#: src/components/modals/components/UnclaimedAccountAlert.tsx:34
+#: src/components/channel/dm/AddFriendForm.tsx:57
+#: src/components/layout/app-layout/nagbars/UnclaimedAccountNagbar.tsx:45
+#: src/components/modals/ClaimAccountModal.tsx:227
+#: src/components/modals/components/UnclaimedAccountAlert.tsx:32
+#: src/components/modals/GiftAcceptModal.tsx:170
#: src/components/modals/tabs/AccountSecurityTab/SecurityTab.tsx:206
+#: src/components/modals/tabs/BetaCodesTab.tsx:297
+#: src/components/modals/tabs/GiftInventoryTab.tsx:242
msgid "Claim Account"
msgstr "Przejmij konto"
-#: src/components/channel/GiftEmbed.tsx:98
-#: src/components/modals/GiftAcceptModal.tsx:154
+#: src/components/channel/GiftEmbed.tsx:109
+msgid "Claim Account to Redeem"
+msgstr "Zgłoś konto, aby odebrać"
+
+#: src/components/channel/GiftEmbed.tsx:109
+#: src/components/modals/GiftAcceptModal.tsx:197
#: src/components/pages/GiftLoginPage.tsx:155
#: src/components/pages/GiftRegisterPage.tsx:42
msgid "Claim Gift"
msgstr "Zgłoś prezent"
-#: src/components/modals/ClaimAccountModal.tsx:141
+#: src/components/channel/dm/AddFriendForm.tsx:53
+#: src/components/modals/ClaimAccountModal.tsx:143
+#: src/components/modals/tabs/BetaCodesTab.tsx:293
+#: src/components/modals/tabs/GiftInventoryTab.tsx:238
msgid "Claim your account"
msgstr "Przejmij swoje konto"
-#: src/components/modals/ClaimAccountModal.tsx:146
+#: src/components/modals/ClaimAccountModal.tsx:148
msgid "Claim your account by adding an email and password. We will send a verification code to confirm your email before finishing."
msgstr "Przejmij konto, dodając e-mail i hasło. Wyślemy kod weryfikacyjny, by potwierdzić adres e-mail przed zakończeniem."
@@ -4106,11 +4123,68 @@ msgstr "Przejmij konto, dodając e-mail i hasło. Wyślemy kod weryfikacyjny, by
msgid "Claim your account to access security features like two-factor authentication and passkeys."
msgstr "Przejmij konto, aby uzyskać dostęp do funkcji bezpieczeństwa, takich jak dwuskładnikowe uwierzytelnianie i klucze dostępu."
+#: src/components/channel/ChannelHeader/CallButtons.tsx:85
+#: src/components/channel/ChannelHeader/CallButtons.tsx:155
+msgid "Claim your account to call"
+msgstr "Przypisz swoje konto, aby dzwonić"
+
#: src/components/modals/tabs/MyProfileTab/UsernameSection.tsx:49
msgid "Claim your account to change your FluxerTag"
msgstr "Przejmij konto, aby zmienić swój FluxerTag"
-#: src/components/modals/GiftAcceptModal.tsx:145
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:146
+msgid "Claim your account to create applications."
+msgstr "Zgłoś swoje konto, aby tworzyć aplikacje."
+
+#: src/components/modals/tabs/BetaCodesTab.tsx:294
+msgid "Claim your account to generate beta codes."
+msgstr "Zgłoś swoje konto, aby wygenerować kody beta."
+
+#: src/components/layout/ChannelItem.tsx:208
+#: src/components/layout/ChannelItem.tsx:382
+#: src/stores/voice/MediaEngineFacade.ts:537
+msgid "Claim your account to join this voice channel."
+msgstr "Przypisz swoje konto, aby dołączyć do tego kanału głosowego."
+
+#: src/stores/voice/MediaEngineFacade.ts:170
+msgid "Claim your account to join voice channels you don't own."
+msgstr "Przypisz swoje konto, aby dołączyć do kanałów głosowych, których nie posiadasz."
+
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:55
+#: src/components/modals/components/plutonium/GiftSection.tsx:61
+#: src/components/modals/components/plutonium/PricingSection.tsx:63
+#: src/components/modals/components/plutonium/VisionarySection.tsx:62
+#: src/components/modals/components/PlutoniumContent.tsx:99
+msgid "Claim your account to purchase Fluxer Plutonium."
+msgstr "Zgłoś swoje konto, aby zakupić Fluxer Plutonium."
+
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:112
+msgid "Claim your account to purchase or redeem Fluxer Plutonium."
+msgstr "Zgłoś swoje konto, aby zakupić lub odebrać Fluxer Plutonium."
+
+#: src/components/modals/tabs/GiftInventoryTab.tsx:239
+msgid "Claim your account to redeem or manage Plutonium gift codes."
+msgstr "Zgłoś swoje konto, aby odebrać lub zarządzać kodami upominkowymi Plutonium."
+
+#: src/components/channel/GiftEmbed.tsx:99
+#: src/components/modals/GiftAcceptModal.tsx:154
+msgid "Claim your account to redeem this gift."
+msgstr "Zgłoś swoje konto, aby odebrać ten prezent."
+
+#: src/components/channel/dm/AddFriendForm.tsx:54
+#: src/components/channel/dm/DMWelcomeSection.tsx:109
+#: src/components/modals/UserProfileModal.tsx:1289
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:65
+msgid "Claim your account to send friend requests."
+msgstr "Zgłoś swoje konto, aby wysyłać zaproszenia do znajomych."
+
+#: src/components/channel/ChannelHeader/CallButtons.tsx:54
+#: src/components/channel/ChannelHeader/CallButtons.tsx:124
+#: src/stores/voice/MediaEngineFacade.ts:179
+msgid "Claim your account to start or join 1:1 calls."
+msgstr "Przypisz swoje konto, aby rozpocząć lub dołączyć do rozmów 1:1."
+
+#: src/components/modals/GiftAcceptModal.tsx:188
msgid "Claim your gift to activate your premium subscription!"
msgstr "Odbierz prezent, by aktywować subskrypcję premium!"
@@ -4164,8 +4238,8 @@ msgstr "Wyczyść uprawnienia"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:420
#: src/components/channel/MessageSearchBar/MessageSearchBar.tsx:1424
-#: src/components/channel/shared/PickerSearchInput.tsx:195
-#: src/components/channel/shared/PickerSearchInput.tsx:212
+#: src/components/channel/shared/PickerSearchInput.tsx:194
+#: src/components/channel/shared/PickerSearchInput.tsx:211
#: src/components/modals/components/SettingsSearch.tsx:108
msgid "Clear search"
msgstr "Wyczyść wyszukiwanie"
@@ -4200,11 +4274,11 @@ msgstr "Usunięto opis naklejki."
msgid "Cleared the topic."
msgstr "Usunięto temat."
-#: src/components/modals/components/MobileSettingsView.tsx:297
+#: src/components/modals/components/MobileSettingsView.tsx:292
msgid "Clearing subscriptions ensures the gateway stops sending messages to this installation."
msgstr "Usunięcie subskrypcji gwarantuje, że brama przestanie wysyłać wiadomości do tej instalacji."
-#: src/components/modals/tabs/BetaCodesTab.tsx:366
+#: src/components/modals/tabs/BetaCodesTab.tsx:391
msgid "Click \"Create Code\" to generate your first code."
msgstr "Kliknij \"Utwórz kod\", by wygenerować pierwszy kod."
@@ -4240,13 +4314,13 @@ msgstr "Kliknij, aby dodać notatkę"
msgid "Click to check and uncheck. Available in square and round styles."
msgstr "Kliknij, aby zaznaczyć lub odznaczyć. Dostępne w wersji kwadratowej i okrągłej."
-#: src/components/channel/GiftEmbed.tsx:90
+#: src/components/channel/GiftEmbed.tsx:100
msgid "Click to claim your gift!"
msgstr "Kliknij, by odebrać prezent!"
#: src/components/invites/InviteListItem.tsx:184
#: src/components/modals/components/ClientInfo.tsx:76
-#: src/components/modals/tabs/BetaCodesTab.tsx:172
+#: src/components/modals/tabs/BetaCodesTab.tsx:174
msgid "Click to copy"
msgstr "Kliknij, aby skopiować"
@@ -4328,12 +4402,12 @@ msgid "Close"
msgstr "Zamknij"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:341
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:600
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:602
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1239
-#: src/components/bottomsheets/DMBottomSheet.tsx:302
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:614
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:616
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1263
#: src/components/bottomsheets/DMBottomSheet.tsx:304
-#: src/components/bottomsheets/DMBottomSheet.tsx:557
+#: src/components/bottomsheets/DMBottomSheet.tsx:306
+#: src/components/bottomsheets/DMBottomSheet.tsx:560
#: src/components/channel/dm/DMList.tsx:292
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:82
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:84
@@ -4358,7 +4432,8 @@ msgstr "Motyw węglowy"
#: src/components/invites/InviteListItem.tsx:54
#: src/components/modals/MfaTotpDisableModal.tsx:64
#: src/components/modals/MfaTotpEnableModal.tsx:91
-#: src/components/modals/tabs/BetaCodesTab.tsx:51
+#: src/components/modals/tabs/BetaCodesTab.tsx:53
+#: src/components/pages/report/ReportBreadcrumbs.tsx:48
msgid "Code"
msgstr "Kod"
@@ -4370,7 +4445,8 @@ msgstr "Kod i czcionka o stałej szerokości"
msgid "Code Blocks"
msgstr "Bloki kodu"
-#: src/components/modals/ClaimAccountModal.tsx:123
+#: src/components/modals/ClaimAccountModal.tsx:125
+#: src/components/pages/ReportPage.tsx:231
msgid "Code resent"
msgstr "Kod wysłany ponownie"
@@ -4379,8 +4455,8 @@ msgid "Code sent"
msgstr "Kod wysłany"
#: src/components/invites/InviteListItem.tsx:180
-#: src/components/modals/tabs/BetaCodesTab.tsx:104
-#: src/components/modals/tabs/BetaCodesTab.tsx:168
+#: src/components/modals/tabs/BetaCodesTab.tsx:106
+#: src/components/modals/tabs/BetaCodesTab.tsx:170
msgid "Code:"
msgstr "Kod:"
@@ -4472,7 +4548,7 @@ msgstr "Społeczność wyciszona"
msgid "Community Debug"
msgstr "Debugowanie społeczności"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1371
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1395
#: src/components/uikit/ContextMenu/items/CategoryMenuItems.tsx:221
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:239
msgid "Community Default"
@@ -4542,8 +4618,8 @@ msgstr "Ustawienia powiadomień społeczności"
msgid "Community organizes raids or harassment campaigns"
msgstr "Społeczność organizuje rajdy lub kampanie nękania"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:237
-#: src/components/channel/MemberListItem.tsx:102
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:238
+#: src/components/channel/MemberListItem.tsx:109
#: src/components/modals/guildTabs/GuildMembersTab.tsx:145
#: src/components/modals/guildTabs/GuildMembersTab.tsx:197
msgid "Community Owner"
@@ -4567,14 +4643,14 @@ msgstr "Społeczność promuje lub ułatwia działalność nielegalną"
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:172
#: src/components/modals/components/DesktopGuildSettingsView.tsx:204
-#: src/components/modals/GuildSettingsModal.tsx:168
+#: src/components/modals/GuildSettingsModal.tsx:173
#: src/components/popouts/GuildHeaderPopout.tsx:187
#: src/components/uikit/ContextMenu/items/GuildMenuItems.tsx:360
msgid "Community Settings"
msgstr "Ustawienia społeczności"
-#: src/components/layout/GuildLayout.tsx:301
-#: src/components/layout/GuildLayout.tsx:348
+#: src/components/layout/GuildLayout.tsx:306
+#: src/components/layout/GuildLayout.tsx:353
msgid "Community temporarily unavailable"
msgstr "Społeczność chwilowo niedostępna"
@@ -4782,8 +4858,8 @@ msgstr "Połączono z głosem"
msgid "Connecting..."
msgstr "Łączenie..."
-#: src/components/channel/channel-view/DMChannelView.tsx:273
-#: src/components/channel/channel-view/DMChannelView.tsx:323
+#: src/components/channel/channel-view/DMChannelView.tsx:274
+#: src/components/channel/channel-view/DMChannelView.tsx:324
#: src/components/voice/CompactVoiceCallView.tsx:55
msgid "Connecting…"
msgstr "Łączenie…"
@@ -4979,7 +5055,7 @@ msgstr "Kontroluj swój status aktywności"
#: src/components/modals/shared/CopyLinkSection.tsx:61
#: src/components/modals/tabs/ApplicationsTab/application-detail/ApplicationHeader.tsx:68
-#: src/components/modals/tabs/GiftInventoryTab.tsx:143
+#: src/components/modals/tabs/GiftInventoryTab.tsx:144
msgid "Copied"
msgstr "Skopiowano"
@@ -5001,7 +5077,7 @@ msgstr "Skopiowano!"
#: src/components/modals/BackupCodesModal.tsx:82
#: src/components/modals/shared/CopyLinkSection.tsx:61
#: src/components/modals/tabs/ApplicationsTab/application-detail/OAuthBuilderSection.tsx:142
-#: src/components/modals/tabs/GiftInventoryTab.tsx:143
+#: src/components/modals/tabs/GiftInventoryTab.tsx:144
msgid "Copy"
msgstr "Kopiuj"
@@ -5017,7 +5093,7 @@ msgstr "Skopiuj audio"
msgid "Copy authorize URL"
msgstr "Skopiuj URL autoryzacji"
-#: src/components/modals/tabs/BetaCodesTab.tsx:178
+#: src/components/modals/tabs/BetaCodesTab.tsx:180
msgid "Copy beta code"
msgstr "Skopiuj kod beta"
@@ -5028,8 +5104,8 @@ msgstr "Skopiuj ID kategorii"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:320
#: src/components/bottomsheets/ChannelBottomSheet.tsx:347
#: src/components/bottomsheets/ChannelBottomSheet.tsx:433
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1293
-#: src/components/bottomsheets/DMBottomSheet.tsx:577
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1317
+#: src/components/bottomsheets/DMBottomSheet.tsx:580
#: src/components/channel/dm/DMList.tsx:271
#: src/components/channel/dm/DMList.tsx:298
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:362
@@ -5090,7 +5166,7 @@ msgstr "Kopiuj obraz"
msgid "Copy invite link"
msgstr "Kopiuj link zaproszenia"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1154
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1178
#: src/components/modals/tabs/ComponentGalleryTab/ButtonsTab.tsx:182
#: src/components/modals/tabs/ComponentGalleryTab/index.tsx:100
#: src/components/modals/tabs/ComponentGalleryTab/Inline.tsx:95
@@ -5131,15 +5207,15 @@ msgstr "Kopiuj identyfikator naklejki"
msgid "Copy Text"
msgstr "Kopiuj tekst"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1285
-#: src/components/bottomsheets/DMBottomSheet.tsx:570
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1309
+#: src/components/bottomsheets/DMBottomSheet.tsx:573
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:370
#: src/components/modals/guildTabs/BannedUserActionsSheet.tsx:74
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:358
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:361
#: src/components/modals/tabs/BlockedUsersTab.tsx:107
#: src/components/modals/UserProfileActionsSheet.tsx:213
#: src/components/modals/UserProfileModal.tsx:1130
-#: src/components/popouts/UserAreaPopout.tsx:507
+#: src/components/popouts/UserAreaPopout.tsx:509
#: src/components/profile/ProfileCard/ProfileCardActions.tsx:60
#: src/components/uikit/ContextMenu/items/CopyMenuItems.tsx:42
msgid "Copy User ID"
@@ -5175,7 +5251,7 @@ msgstr "Zegar odliczający"
msgid "Country"
msgstr "Kraj"
-#: src/components/pages/ReportPage.tsx:928
+#: src/components/pages/report/ReportStepDetails.tsx:205
msgid "Country of Residence"
msgstr "Kraj zamieszkania"
@@ -5207,7 +5283,7 @@ msgid "Create a new community or join an existing one."
msgstr "Utwórz nową społeczność albo dołącz do istniejącej."
#. placeholder {0}: recipient.username
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:905
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:937
msgid "Create a new group with {0}"
msgstr "Utwórz nową grupę z {0}"
@@ -5239,7 +5315,7 @@ msgstr "Utwórz konto"
msgid "Create an account to claim your gift"
msgstr "Utwórz konto, aby odebrać prezent"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:138
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:142
msgid "Create and manage applications and bots for your account."
msgstr "Twórz i zarządzaj aplikacjami oraz botami dla swojego konta."
@@ -5248,7 +5324,8 @@ msgid "Create and share custom emoji and sticker packs with Fluxer Plutonium."
msgstr "Twórz i udostępniaj własne pakiety emoji i naklejek dzięki Fluxer Plutonium."
#: src/components/modals/tabs/ApplicationsTab/ApplicationCreateModal.tsx:87
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:142
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:149
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:155
msgid "Create Application"
msgstr "Utwórz aplikację"
@@ -5267,7 +5344,7 @@ msgid "Create Category"
msgstr "Utwórz kategorię"
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:180
-#: src/components/layout/ChannelItem.tsx:607
+#: src/components/layout/ChannelItem.tsx:624
#: src/components/modals/ChannelCreateModal.tsx:58
#: src/components/modals/ChannelCreateModal.tsx:103
#: src/components/popouts/GuildHeaderPopout.tsx:194
@@ -5276,8 +5353,8 @@ msgstr "Utwórz kategorię"
msgid "Create Channel"
msgstr "Utwórz kanał"
-#: src/components/modals/tabs/BetaCodesTab.tsx:326
-#: src/components/modals/tabs/BetaCodesTab.tsx:369
+#: src/components/modals/tabs/BetaCodesTab.tsx:351
+#: src/components/modals/tabs/BetaCodesTab.tsx:394
msgid "Create Code"
msgstr "Utwórz kod"
@@ -5329,7 +5406,7 @@ msgstr "Utwórz nowe konto"
msgid "Create new group"
msgstr "Utwórz nową grupę"
-#: src/components/modals/InviteModal.tsx:339
+#: src/components/modals/InviteModal.tsx:336
msgid "Create New Link"
msgstr "Utwórz nowy link"
@@ -5373,7 +5450,7 @@ msgid "Create, edit, or delete webhooks."
msgstr "Twórz, edytuj lub usuwaj webhooki."
#: src/components/invites/InviteListItem.tsx:59
-#: src/components/modals/tabs/BetaCodesTab.tsx:57
+#: src/components/modals/tabs/BetaCodesTab.tsx:59
msgid "Created"
msgstr "Utworzono"
@@ -5390,7 +5467,7 @@ msgstr "Utworzono {createdAt}"
#. placeholder {0}: invite.pack.creator.username
#. placeholder {0}: pack.creator.username
#: src/components/auth/InviteHeader.tsx:158
-#: src/components/channel/InviteEmbed.tsx:218
+#: src/components/channel/InviteEmbed.tsx:220
#: src/components/modals/InviteAcceptModal.tsx:152
msgid "Created by {0}"
msgstr "Utworzone przez {0}"
@@ -5427,8 +5504,8 @@ msgid "Created with name {newLabel}."
msgstr "Utworzono z nazwą {newLabel}."
#: src/components/invites/InviteListItem.tsx:207
-#: src/components/modals/tabs/BetaCodesTab.tsx:135
-#: src/components/modals/tabs/BetaCodesTab.tsx:212
+#: src/components/modals/tabs/BetaCodesTab.tsx:137
+#: src/components/modals/tabs/BetaCodesTab.tsx:214
msgid "Created:"
msgstr "Utworzono:"
@@ -5440,7 +5517,7 @@ msgstr "Kolektyw Kreatywnych Umysłów"
msgid "Creative Writing Club"
msgstr "Klub Twórczego Pisania"
-#: src/components/pages/ReportPage.tsx:314
+#: src/components/pages/report/optionDescriptors.ts:86
msgid "Croatia"
msgstr "Chorwacja"
@@ -5519,8 +5596,8 @@ msgid "Currently stuck in 1885, appearing offline"
msgstr "Uwięziony w 1885, widoczny jako offline"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:461
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1023
-#: src/components/bottomsheets/DMBottomSheet.tsx:605
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1047
+#: src/components/bottomsheets/DMBottomSheet.tsx:608
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:305
msgid "Currently: {mutedText}"
msgstr "Obecnie: {mutedText}"
@@ -5665,7 +5742,7 @@ msgstr "Dostosowanie awatara, baneru, koloru akcentu i opisu dla poszczególnych
msgid "Cut"
msgstr "Wytnij"
-#: src/components/pages/ReportPage.tsx:315
+#: src/components/pages/report/optionDescriptors.ts:87
msgid "Cyprus"
msgstr "Cypr"
@@ -5673,7 +5750,7 @@ msgstr "Cypr"
msgid "Czech"
msgstr "Czeski"
-#: src/components/pages/ReportPage.tsx:316
+#: src/components/pages/report/optionDescriptors.ts:88
msgid "Czech Republic"
msgstr "Czechy"
@@ -5746,9 +5823,9 @@ msgstr "Format daty"
#: src/components/auth/AuthMinimalRegisterFormCore.tsx:93
#: src/components/auth/AuthRegisterFormCore.tsx:139
-#: src/components/auth/DateOfBirthField.tsx:90
-#: src/components/auth/DateOfBirthField.tsx:124
-#: src/components/auth/DateOfBirthField.tsx:292
+#: src/components/auth/DateOfBirthField.tsx:87
+#: src/components/auth/DateOfBirthField.tsx:121
+#: src/components/auth/DateOfBirthField.tsx:289
#: src/components/auth/MockMinimalRegisterForm.tsx:107
msgid "Date of birth"
msgstr "Data urodzenia"
@@ -5757,8 +5834,7 @@ msgstr "Data urodzenia"
msgid "Date Options"
msgstr "Opcje daty"
-#: src/components/auth/DateOfBirthField.tsx:88
-#: src/components/auth/DateOfBirthField.tsx:155
+#: src/components/auth/DateOfBirthField.tsx:152
#: src/components/auth/MockMinimalRegisterForm.tsx:73
msgid "Day"
msgstr "Dzień"
@@ -5817,11 +5893,11 @@ msgstr "Cofnij autoryzację"
msgid "Deauthorize Application"
msgstr "Cofnij autoryzację aplikacji"
-#: src/components/modals/components/MobileSettingsView.tsx:369
+#: src/components/modals/components/MobileSettingsView.tsx:364
msgid "Debug"
msgstr "Debugowanie"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1267
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1291
#: src/components/uikit/ContextMenu/items/DebugMenuItems.tsx:71
msgid "Debug Channel"
msgstr "Kanał debugowania"
@@ -5844,7 +5920,7 @@ msgstr "Członek debugowania"
msgid "Debug Message"
msgstr "Wiadomość debugowania"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1275
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1299
#: src/components/uikit/ContextMenu/items/DebugMenuItems.tsx:53
msgid "Debug User"
msgstr "Użytkownik debugowania"
@@ -5905,8 +5981,8 @@ msgstr "Domyślnie wyłączone na urządzeniach mobilnych, aby oszczędzać bate
#: src/actions/MessageActionCreators.tsx:394
#: src/components/channel/embeds/media/EmbedAudio.tsx:227
#: src/components/channel/embeds/media/MediaContainer.tsx:115
-#: src/components/channel/Messages.tsx:444
-#: src/components/channel/Messages.tsx:524
+#: src/components/channel/Messages.tsx:442
+#: src/components/channel/Messages.tsx:522
#: src/components/channel/MobileMemesPicker.tsx:546
#: src/components/channel/pickers/memes/MemeGridItem.tsx:120
#: src/components/emojis/EmojiListItem.tsx:189
@@ -5923,7 +5999,7 @@ msgstr "Domyślnie wyłączone na urządzeniach mobilnych, aby oszczędzać bate
msgid "Delete"
msgstr "Usuń"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:666
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:680
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:320
msgid "Delete {channelType}"
msgstr "Usuń {channelType}"
@@ -5987,8 +6063,8 @@ msgstr "Usuń kategorię"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:179
#: src/components/bottomsheets/ChannelBottomSheet.tsx:181
#: src/components/bottomsheets/ChannelBottomSheet.tsx:421
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:668
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1224
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:682
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1248
#: src/components/modals/components/DesktopChannelSettingsView.tsx:176
#: src/components/modals/components/MobileChannelSettingsView.tsx:85
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:322
@@ -6021,8 +6097,8 @@ msgstr "Usuń multimedia"
#: src/components/channel/MessageActionBar.tsx:804
#: src/components/channel/messageActionMenu.tsx:156
#: src/components/channel/messageActionMenu.tsx:193
-#: src/components/channel/Messages.tsx:441
-#: src/components/channel/Messages.tsx:521
+#: src/components/channel/Messages.tsx:439
+#: src/components/channel/Messages.tsx:519
#: src/components/uikit/ContextMenu/items/MessageMenuItems.tsx:273
msgid "Delete Message"
msgstr "Usuń wiadomość"
@@ -6114,7 +6190,7 @@ msgstr "Odmówiono {0} i usunięto odmowę dla {1}."
msgid "Denied {0}."
msgstr "Odmówiono {0}."
-#: src/components/pages/ReportPage.tsx:317
+#: src/components/pages/report/optionDescriptors.ts:89
msgid "Denmark"
msgstr "Dania"
@@ -6143,7 +6219,7 @@ msgstr "Opisz naklejkę"
msgid "Describe what expressions are inside this pack."
msgstr "Opisz, jakie wyrażenia zawiera ten pakiet."
-#: src/components/pages/ReportPage.tsx:946
+#: src/components/pages/report/ReportStepDetails.tsx:225
msgid "Describe what makes the content illegal"
msgstr "Opisz, co sprawia, że treść jest nielegalna"
@@ -6205,6 +6281,10 @@ msgstr "Oderwany baner"
msgid "details"
msgstr "szczegóły"
+#: src/components/pages/report/ReportBreadcrumbs.tsx:49
+msgid "Details"
+msgstr "Szczegóły"
+
#: src/components/modals/AddGuildModal.tsx:150
msgid "Dev Den"
msgstr "Strefa dewelopera"
@@ -6274,7 +6354,7 @@ msgstr "Różne rozmiary i liczba członków"
msgid "Direct message"
msgstr "Wiadomość bezpośrednia"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:477
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:491
#: src/components/modals/shared/RecipientList.tsx:200
msgid "Direct Message"
msgstr "Wiadomość bezpośrednia"
@@ -6516,8 +6596,8 @@ msgstr "Dyskusja lub promowanie nielegalnej działalności"
#: src/components/layout/app-layout/nagbars/PremiumGracePeriodNagbar.tsx:79
#: src/components/layout/app-layout/nagbars/PremiumOnboardingNagbar.tsx:57
#: src/components/layout/GuildLayout.tsx:106
-#: src/components/modals/GiftAcceptModal.tsx:98
-#: src/components/modals/GiftAcceptModal.tsx:124
+#: src/components/modals/GiftAcceptModal.tsx:105
+#: src/components/modals/GiftAcceptModal.tsx:131
#: src/components/modals/RequiredActionModal.tsx:475
msgid "Dismiss"
msgstr "Odrzuć"
@@ -6562,8 +6642,8 @@ msgstr "Wyświetl członków roli oddzielnie."
msgid "Display separator lines between different groups of messages for better visual distinction."
msgstr "Pokaż linie oddzielające różne grupy wiadomości w celu lepszej wizualnej rozróżnialności."
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:613
-#: src/components/bottomsheets/DMBottomSheet.tsx:315
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:627
+#: src/components/bottomsheets/DMBottomSheet.tsx:317
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:97
#: src/components/uikit/ContextMenu/UserContextMenu.tsx:168
msgid "DM closed"
@@ -6581,7 +6661,7 @@ msgstr "Podglądy wiadomości DM"
msgid "DM Notifications"
msgstr "Powiadomienia DM"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1092
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1116
msgid "DM Settings"
msgstr "Ustawienia DM"
@@ -6662,6 +6742,7 @@ msgstr "Nie pokazuj wskaźników pisania na liście kanałów"
#: src/components/keybinds/KeybindRecorder.tsx:220
#: src/components/modals/GuildNotificationSettingsModal.tsx:347
#: src/components/modals/GuildPrivacySettingsModal.tsx:68
+#: src/components/pages/report/ReportBreadcrumbs.tsx:50
#: src/components/search/HasFilterSheet.tsx:124
#: src/components/search/UserFilterSheet.tsx:149
msgid "Done"
@@ -6843,13 +6924,13 @@ msgstr "Edytuj załącznik"
msgid "Edit attachment form"
msgstr "Formularz edycji załącznika"
-#: src/components/layout/ChannelItem.tsx:630
+#: src/components/layout/ChannelItem.tsx:647
#: src/components/uikit/ContextMenu/items/CategoryMenuItems.tsx:299
msgid "Edit Category"
msgstr "Edytuj kategorię"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:416
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1218
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1242
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:300
msgid "Edit Channel"
msgstr "Edytuj kanał"
@@ -6869,8 +6950,8 @@ msgid "Edit global settings like name, description, and icon."
msgstr "Edytuj globalne ustawienia, takie jak nazwa, opis i ikona."
#: src/components/bottomsheets/ChannelBottomSheet.tsx:284
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1178
-#: src/components/bottomsheets/DMBottomSheet.tsx:461
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1202
+#: src/components/bottomsheets/DMBottomSheet.tsx:463
#: src/components/channel/dm/DMList.tsx:237
#: src/components/channel/dm/GroupDMWelcomeSection.tsx:74
#: src/components/modals/EditGroupBottomSheet.tsx:177
@@ -6883,7 +6964,7 @@ msgstr "Edytuj grupę"
msgid "Edit group form"
msgstr "Formularz edycji grupy"
-#: src/components/modals/InviteModal.tsx:327
+#: src/components/modals/InviteModal.tsx:324
msgid "Edit invite link"
msgstr "Edytuj link zaproszenia"
@@ -6910,10 +6991,10 @@ msgstr "Edytuj notatkę"
msgid "Edit overwrites for roles and members in this channel."
msgstr "Edytuj nadpisania dla ról i członków na tym kanale."
-#: src/components/modals/UserProfileMobileSheet.tsx:486
-#: src/components/modals/UserProfileModal.tsx:1205
+#: src/components/modals/UserProfileMobileSheet.tsx:490
+#: src/components/modals/UserProfileModal.tsx:1206
#: src/components/pages/YouPage.tsx:123
-#: src/components/popouts/UserAreaPopout.tsx:519
+#: src/components/popouts/UserAreaPopout.tsx:521
#: src/components/popouts/UserProfilePopout.tsx:299
msgid "Edit Profile"
msgstr "Edytuj profil"
@@ -6966,19 +7047,20 @@ msgstr "Edycja zaplanowanej wiadomości"
#: src/components/auth/AuthLoginCore/AuthLoginEmailPasswordForm.tsx:78
#: src/components/auth/AuthRegisterFormCore.tsx:133
#: src/components/auth/AuthRegisterFormCore.tsx:159
-#: src/components/modals/ClaimAccountModal.tsx:157
+#: src/components/modals/ClaimAccountModal.tsx:159
#: src/components/modals/RequiredActionModal.tsx:185
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:210
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:241
#: src/components/modals/utils/settingsSearchIndex.ts:94
#: src/components/pages/ForgotPasswordPage.tsx:97
+#: src/components/pages/report/ReportBreadcrumbs.tsx:47
msgid "Email"
msgstr "E-mail"
#: src/components/modals/tabs/AccountSecurityTab/AccountTab.tsx:65
#: src/components/modals/tabs/AccountSecurityTab/AccountTab.tsx:91
#: src/components/modals/tabs/ComponentGalleryTab/InputsTab.tsx:107
-#: src/components/pages/ReportPage.tsx:662
+#: src/components/pages/report/ReportStepEmail.tsx:76
msgid "Email Address"
msgstr "Adres e-mail"
@@ -7019,10 +7101,6 @@ msgstr "Wymagana weryfikacja e-mail"
msgid "Email Verification Required"
msgstr "Wymagana weryfikacja emaila"
-#: src/components/pages/ReportPage.tsx:809
-msgid "Email verified"
-msgstr "Email zweryfikowany"
-
#: src/components/modals/tabs/DeveloperOptionsTab/AccountPremiumTab.tsx:56
msgid "Email Verified Override"
msgstr "Nadpisanie potwierdzenia e-maila"
@@ -7108,7 +7186,7 @@ msgid "Emoji names must be at least 2 characters long and can only contain alpha
msgstr "Nazwy emoji muszą mieć co najmniej 2 znaki i mogą zawierać tylko znaki alfanumeryczne oraz podkreślenia. Dozwolone typy plików: JPEG, PNG, WebP, GIF. Kompresujemy obrazy do 128×128 pikseli. Maksymalny rozmiar: {0} KB na emoji."
#: src/components/auth/InviteHeader.tsx:140
-#: src/components/channel/InviteEmbed.tsx:197
+#: src/components/channel/InviteEmbed.tsx:199
#: src/components/modals/InviteAcceptModal.tsx:142
#: src/components/modals/tabs/ExpressionPacksTab.tsx:70
msgid "Emoji pack"
@@ -7140,7 +7218,7 @@ msgstr "Emoji zaktualizowane"
#: src/components/channel/AutocompleteEmoji.tsx:67
#: src/components/channel/textarea/TextareaButtons.tsx:150
-#: src/components/modals/ExpressionPickerSheet.tsx:106
+#: src/components/modals/ExpressionPickerSheet.tsx:93
#: src/components/popouts/ExpressionPickerPopout.tsx:95
msgid "Emojis"
msgstr "Emoji"
@@ -7343,11 +7421,11 @@ msgstr "Angielski"
msgid "English (US)"
msgstr "Angielski (USA)"
-#: src/components/pages/ReportPage.tsx:429
+#: src/components/pages/ReportPage.tsx:254
msgid "Enter a code in the format ABCD-1234."
msgstr "Wprowadź kod w formacie ABCD-1234."
-#: src/components/modals/tabs/GiftInventoryTab.tsx:235
+#: src/components/modals/tabs/GiftInventoryTab.tsx:258
msgid "Enter a gift code to redeem Plutonium for your account."
msgstr "Wpisz kod podarunkowy, aby zrealizować Plutonium na swoje konto."
@@ -7371,7 +7449,7 @@ msgstr "Wprowadź kod"
msgid "Enter fullscreen"
msgstr "Przejdź na pełny ekran"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:255
+#: src/components/modals/tabs/GiftInventoryTab.tsx:278
msgid "Enter gift code..."
msgstr "Wprowadź kod podarunkowy..."
@@ -7414,7 +7492,7 @@ msgstr "Wprowadź 6-cyfrowy kod wysłany na twój telefon."
msgid "Enter the API endpoint of the Fluxer instance you want to connect to."
msgstr "Wprowadź punkt końcowy API instancji Fluxer, z którą chcesz się połączyć."
-#: src/components/pages/ReportPage.tsx:424
+#: src/components/pages/ReportPage.tsx:249
msgid "Enter the code before continuing."
msgstr "Wprowadź kod, zanim przejdziesz dalej."
@@ -7430,7 +7508,7 @@ msgstr "Wprowadź kod wysłany na aktualny adres e-mail."
msgid "Enter the code we emailed to your new address."
msgstr "Wprowadź kod wysłany na nowy adres e-mail."
-#: src/components/modals/ClaimAccountModal.tsx:190
+#: src/components/modals/ClaimAccountModal.tsx:192
msgid "Enter the code we sent to your email to verify it. Your password will be set once the code is confirmed."
msgstr "Wprowadź kod wysłany na twój e-mail, aby go zweryfikować. Hasło zostanie ustawione po potwierdzeniu kodu."
@@ -7454,14 +7532,10 @@ msgstr "wciśnij enter, aby <0><1>zachować1>0>"
msgid "Enter username"
msgstr "Wprowadź nazwę użytkownika"
-#: src/components/pages/ReportPage.tsx:701
-msgid "Enter Verification Code"
+#: src/components/pages/report/ReportStepVerification.tsx:64
+msgid "Enter verification code"
msgstr "Wprowadź kod weryfikacyjny"
-#: src/components/pages/ReportPage.tsx:638
-msgid "Enter Your Email"
-msgstr "Wprowadź swój e-mail"
-
#: src/components/pages/ForgotPasswordPage.tsx:87
msgid "Enter your email address and we'll send you a link to reset your password."
msgstr "Podaj adres e-mail, a wyślemy link do zresetowania hasła."
@@ -7500,7 +7574,7 @@ msgid "Entrance sound uploaded successfully"
msgstr "Dźwięk wejścia przesłany pomyślnie"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:297
-#: src/components/channel/ChannelSearchResults.tsx:691
+#: src/components/channel/ChannelSearchResults.tsx:660
#: src/components/modals/tabs/ComponentGalleryTab/OverlaysTab.tsx:88
msgid "Error"
msgstr "Błąd"
@@ -7522,7 +7596,7 @@ msgstr "Esc wychodzi z trybu klawiaturowego"
msgid "escape to <0><1>cancel1>0>"
msgstr "naciśnij escape, aby <0><1>anulować1>0>"
-#: src/components/pages/ReportPage.tsx:318
+#: src/components/pages/report/optionDescriptors.ts:90
msgid "Estonia"
msgstr "Estonia"
@@ -7561,7 +7635,7 @@ msgstr "wyklucz link, osadzenie lub plik"
msgid "exclude user"
msgstr "wyklucz użytkownika"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:95
+#: src/components/modals/components/plutonium/VisionarySection.tsx:104
msgid "Exclusive community"
msgstr "Ekskluzywna społeczność"
@@ -7593,12 +7667,12 @@ msgstr "Rozwiń kategorię"
msgid "Expiration"
msgstr "Wygasa"
-#: src/components/modals/InviteModal.tsx:281
+#: src/components/modals/InviteModal.tsx:278
msgid "Expire after"
msgstr "Wygasa po"
#: src/components/accounts/AccountRow.tsx:162
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:114
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:133
#: src/components/modals/GroupInvitesBottomSheet.tsx:104
msgid "Expired"
msgstr "Wygasło"
@@ -7675,7 +7749,7 @@ msgstr "Pakiety wyrażeń"
msgid "Expression Packs are a Plutonium feature"
msgstr "Pakiety wyrażeń to funkcja Plutonium"
-#: src/components/modals/ExpressionPickerSheet.tsx:232
+#: src/components/modals/ExpressionPickerSheet.tsx:219
#: src/components/popouts/ExpressionPickerPopout.tsx:193
msgid "Expression picker categories"
msgstr "Kategorie selektora wyrażeń"
@@ -7700,7 +7774,7 @@ msgstr "Zewnętrzne linki mogą być niebezpieczne. Bądź ostrożny."
msgid "Extra Large"
msgstr "Bardzo duży"
-#: src/components/pages/ReportPage.tsx:297
+#: src/components/pages/report/optionDescriptors.ts:72
#: src/constants/IARConstants.tsx:165
msgid "Extremist Community"
msgstr "Społeczność ekstremistyczna"
@@ -7749,7 +7823,7 @@ msgstr "Nie udało się skopiować linku zaproszenia"
msgid "Failed to copy to clipboard"
msgstr "Nie udało się skopiować do schowka"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:79
+#: src/components/modals/tabs/GiftInventoryTab.tsx:80
msgid "Failed to copy URL"
msgstr "Nie udało się skopiować adresu URL"
@@ -7794,7 +7868,7 @@ msgid "Failed to delete category"
msgstr "Nie udało się usunąć kategorii"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:194
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:681
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:695
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:335
msgid "Failed to delete channel"
msgstr "Nie udało się usunąć kanału"
@@ -7868,7 +7942,7 @@ msgstr "Nie udało się załadować banów. Spróbuj ponownie."
msgid "Failed to load emojis"
msgstr "Nie udało się załadować emoji"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:296
+#: src/components/modals/tabs/GiftInventoryTab.tsx:319
msgid "Failed to load gift inventory"
msgstr "Nie udało się załadować zapasów prezentów"
@@ -7894,8 +7968,8 @@ msgstr "Nie udało się załadować naklejek"
msgid "Failed to load vanity URL. Please try again."
msgstr "Nie udało się załadować niestandardowego adresu URL. Spróbuj ponownie."
-#: src/components/modals/components/PlutoniumContent.tsx:146
-#: src/components/modals/components/PlutoniumContent.tsx:272
+#: src/components/modals/components/PlutoniumContent.tsx:157
+#: src/components/modals/components/PlutoniumContent.tsx:289
msgid "Failed to load Visionary information. Please try again later."
msgstr "Nie udało się załadować informacji Visionary. Spróbuj później."
@@ -7916,19 +7990,19 @@ msgstr "Nie udało się załadować twoich społeczności."
msgid "Failed to open customer portal. Please try again."
msgstr "Nie udało się otworzyć portalu klienta. Spróbuj ponownie."
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:572
-#: src/components/bottomsheets/DMBottomSheet.tsx:153
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:586
+#: src/components/bottomsheets/DMBottomSheet.tsx:155
#: src/components/channel/dm/DMList.tsx:216
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:121
msgid "Failed to pin DM"
msgstr "Nie udało się przypiąć wiadomości prywatnej"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:572
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:586
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:101
msgid "Failed to pin group"
msgstr "Nie udało się przypiąć grupy"
-#: src/components/bottomsheets/DMBottomSheet.tsx:153
+#: src/components/bottomsheets/DMBottomSheet.tsx:155
msgid "Failed to pin group DM"
msgstr "Nie udało się przypiąć grupowej wiadomości bezpośredniej"
@@ -7957,7 +8031,7 @@ msgstr "Nie udało się połączyć z instancją ({status})"
msgid "Failed to reactivate subscription. Please try again."
msgstr "Nie udało się reaktywować subskrypcji. Spróbuj ponownie."
-#: src/components/modals/tabs/GiftInventoryTab.tsx:94
+#: src/components/modals/tabs/GiftInventoryTab.tsx:95
msgid "Failed to redeem gift"
msgstr "Nie udało się zrealizować prezentu"
@@ -7998,6 +8072,10 @@ msgstr "Nie udało się usunąć z grupy"
msgid "Failed to remove timeout. Please try again."
msgstr "Nie udało się usunąć limitu czasu. Spróbuj ponownie."
+#: src/components/pages/ReportPage.tsx:236
+msgid "Failed to resend code. Please try again."
+msgstr "Nie udało się ponownie wysłać kodu. Proszę spróbuj ponownie."
+
#: src/components/modals/guildTabs/GuildRolesTab.tsx:674
msgid "Failed to reset hoist order"
msgstr "Nie udało się zresetować kolejności wyświetlania"
@@ -8018,7 +8096,7 @@ msgstr "Nie udało się obrócić. Spróbuj ponownie."
msgid "Failed to send friend request. Please try again."
msgstr "Nie udało się wysłać prośby o dodanie. Spróbuj ponownie."
-#: src/components/bottomsheets/DMBottomSheet.tsx:262
+#: src/components/bottomsheets/DMBottomSheet.tsx:264
#: src/components/modals/InviteModal.tsx:176
#: src/components/uikit/ContextMenu/items/InviteMenuItems.tsx:111
msgid "Failed to send invite"
@@ -8037,7 +8115,7 @@ msgstr "Nie udało się wysłać kodu SMS. Spróbuj ponownie."
msgid "Failed to send theme"
msgstr "Nie udało się wysłać motywu"
-#: src/components/pages/ReportPage.tsx:412
+#: src/components/pages/ReportPage.tsx:234
msgid "Failed to send verification code. Please try again."
msgstr "Nie udało się wysłać kodu weryfikacyjnego. Spróbuj ponownie."
@@ -8084,19 +8162,19 @@ msgstr "Nie udało się przekazać własności. Spróbuj ponownie."
msgid "Failed to unblock user. Please try again."
msgstr "Nie udało się odblokować użytkownika. Spróbuj ponownie."
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:589
-#: src/components/bottomsheets/DMBottomSheet.tsx:170
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:603
+#: src/components/bottomsheets/DMBottomSheet.tsx:172
#: src/components/channel/dm/DMList.tsx:226
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:138
msgid "Failed to unpin DM"
msgstr "Nie udało się odpiąć wiadomości prywatnej"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:589
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:603
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:118
msgid "Failed to unpin group"
msgstr "Nie udało się odpiąć grupy"
-#: src/components/bottomsheets/DMBottomSheet.tsx:170
+#: src/components/bottomsheets/DMBottomSheet.tsx:172
msgid "Failed to unpin group DM"
msgstr "Nie udało się odpiąć grupowego DM"
@@ -8298,7 +8376,7 @@ msgstr "Znajdź idealną naklejkę"
msgid "Fine-tune core colors and fonts for this app. Changes here are stored as custom CSS overrides and sync with the editor below."
msgstr "Dopasuj podstawowe kolory i czcionki tej aplikacji. Zmiany są zapisywane jako niestandardowe nadpisania CSS i synchronizują się z edytorem poniżej."
-#: src/components/pages/ReportPage.tsx:319
+#: src/components/pages/report/optionDescriptors.ts:91
msgid "Finland"
msgstr "Finlandia"
@@ -8306,7 +8384,7 @@ msgstr "Finlandia"
msgid "Finnish"
msgstr "fiński"
-#: src/components/pages/ReportPage.tsx:923
+#: src/components/pages/report/ReportStepDetails.tsx:199
msgid "First and last name"
msgstr "Imię i nazwisko"
@@ -8419,7 +8497,7 @@ msgstr "Fluxer potrzebuje uprawnienia do monitorowania klawiatury i myszy, żeby
msgid "Fluxer Partner"
msgstr "Partner Fluxer"
-#: src/components/modals/components/PlutoniumContent.tsx:182
+#: src/components/modals/components/PlutoniumContent.tsx:193
#: src/components/modals/PremiumModal.tsx:34
#: src/components/modals/utils/settingsConstants.tsx:147
#: src/components/popouts/UserProfileBadges.tsx:99
@@ -8483,7 +8561,7 @@ msgstr "Jedzenie i picie"
msgid "Foodie Friends"
msgstr "Smakosze"
-#: src/components/bottomsheets/DMBottomSheet.tsx:660
+#: src/components/bottomsheets/DMBottomSheet.tsx:663
msgid "For 1 hour"
msgstr "Przez 1 godzinę"
@@ -8497,7 +8575,7 @@ msgstr "Przez 1 godzinę"
msgid "For 1 Hour"
msgstr "Na 1 godzinę"
-#: src/components/bottomsheets/DMBottomSheet.tsx:659
+#: src/components/bottomsheets/DMBottomSheet.tsx:662
#: src/components/popouts/UserAreaPopout.tsx:77
msgid "For 15 minutes"
msgstr "Na 15 minut"
@@ -8511,7 +8589,7 @@ msgstr "Na 15 minut"
msgid "For 15 Minutes"
msgstr "Na 15 minut"
-#: src/components/bottomsheets/DMBottomSheet.tsx:663
+#: src/components/bottomsheets/DMBottomSheet.tsx:666
msgid "For 24 hours"
msgstr "Przez 24 godziny"
@@ -8529,7 +8607,7 @@ msgstr "Na 24 godziny"
msgid "For 3 days"
msgstr "Na 3 dni"
-#: src/components/bottomsheets/DMBottomSheet.tsx:661
+#: src/components/bottomsheets/DMBottomSheet.tsx:664
msgid "For 3 hours"
msgstr "Przez 3 godziny"
@@ -8542,7 +8620,7 @@ msgstr "Przez 3 godziny"
msgid "For 3 Hours"
msgstr "Na 3 godziny"
-#: src/components/bottomsheets/DMBottomSheet.tsx:662
+#: src/components/bottomsheets/DMBottomSheet.tsx:665
msgid "For 8 hours"
msgstr "Przez 8 godzin"
@@ -8560,7 +8638,7 @@ msgstr "Na 8 godzin"
msgid "For British eyes only..."
msgstr "Tylko dla brytyjskich oczu..."
-#: src/components/modals/components/plutonium/PricingSection.tsx:62
+#: src/components/modals/components/plutonium/PricingSection.tsx:68
msgid "For Me"
msgstr "Dla mnie"
@@ -8664,15 +8742,15 @@ msgstr "Wymusza aktywny tryb wolny we wszystkich kanałach"
msgid "Forever"
msgstr "Na zawsze"
-#: src/components/modals/components/MobileSettingsView.tsx:300
+#: src/components/modals/components/MobileSettingsView.tsx:295
msgid "Forget"
msgstr "Zapomnij"
-#: src/components/modals/components/MobileSettingsView.tsx:327
+#: src/components/modals/components/MobileSettingsView.tsx:322
msgid "Forget Push Subscriptions"
msgstr "Zapomnij subskrypcje push"
-#: src/components/modals/components/MobileSettingsView.tsx:294
+#: src/components/modals/components/MobileSettingsView.tsx:289
msgid "Forget push subscriptions?"
msgstr "Zapomnieć subskrypcje push?"
@@ -8729,7 +8807,7 @@ msgstr "Liczba klatek"
msgid "Frame rates above 30 fps require Plutonium"
msgstr "Liczba klatek powyżej 30 fps wymaga Plutonium"
-#: src/components/pages/ReportPage.tsx:320
+#: src/components/pages/report/optionDescriptors.ts:92
msgid "France"
msgstr "Francja"
@@ -8745,8 +8823,8 @@ msgstr "Użytkownik darmowy (bez zakupów)"
msgid "Free User (With Purchase History)"
msgstr "Użytkownik darmowy (z historią zakupów)"
-#: src/components/modals/components/PlutoniumContent.tsx:163
-#: src/components/modals/components/PlutoniumContent.tsx:289
+#: src/components/modals/components/PlutoniumContent.tsx:174
+#: src/components/modals/components/PlutoniumContent.tsx:308
msgid "Free vs Plutonium"
msgstr "Darmowe vs Plutonium"
@@ -8773,12 +8851,13 @@ msgstr "Prośba o dodanie"
msgid "Friend request sent"
msgstr "Wysłano prośbę o dodanie"
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:68
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:250
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:75
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:89
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:271
msgid "Friend Request Sent"
msgstr "Wysłano prośbę o dodanie"
-#: src/components/channel/dm/AddFriendForm.tsx:144
+#: src/components/channel/dm/AddFriendForm.tsx:167
msgid "Friend request sent!"
msgstr "Wysłano prośbę o dodanie!"
@@ -8787,7 +8866,7 @@ msgstr "Wysłano prośbę o dodanie!"
msgid "Friend Requests"
msgstr "Prośby o dodanie"
-#: src/components/channel/dm/AddFriendForm.tsx:137
+#: src/components/channel/dm/AddFriendForm.tsx:160
msgid "Friend's FluxerTag"
msgstr "FluxerTag znajomego"
@@ -8828,9 +8907,10 @@ msgstr "Od {0}"
#. placeholder {0}: creator.username
#. placeholder {1}: creator.discriminator
-#: src/components/channel/GiftEmbed.tsx:87
-#: src/components/modals/GiftAcceptModal.tsx:116
-#: src/components/modals/GiftAcceptModal.tsx:143
+#: src/components/channel/GiftEmbed.tsx:93
+#: src/components/modals/GiftAcceptModal.tsx:123
+#: src/components/modals/GiftAcceptModal.tsx:151
+#: src/components/modals/GiftAcceptModal.tsx:186
msgid "From {0}#{1}"
msgstr "Od {0}#{1}"
@@ -8850,7 +8930,7 @@ msgstr "Od użytkownika"
msgid "from:"
msgstr "od:"
-#: src/components/pages/ReportPage.tsx:919
+#: src/components/pages/report/ReportStepDetails.tsx:195
msgid "Full Legal Name"
msgstr "Pełne imię i nazwisko"
@@ -8892,7 +8972,7 @@ msgstr "Wygeneruj zaproszenie"
msgid "Generate invite link"
msgstr "Wygeneruj link zaproszenia"
-#: src/components/modals/tabs/BetaCodesTab.tsx:315
+#: src/components/modals/tabs/BetaCodesTab.tsx:340
msgid "Generate up to {MAX_UNCLAIMED_BETA_CODES} unclaimed beta codes to invite friends to Fluxer. You can create 3 codes per week."
msgstr "Wygeneruj do {MAX_UNCLAIMED_BETA_CODES} nieodebranych kodów beta, aby zaprosić przyjaciół do Fluxera. Możesz tworzyć 3 kody tygodniowo."
@@ -8909,7 +8989,7 @@ msgstr "Ograniczone geograficznie"
msgid "German"
msgstr "Niemiecki"
-#: src/components/pages/ReportPage.tsx:321
+#: src/components/pages/report/optionDescriptors.ts:93
msgid "Germany"
msgstr "Niemcy"
@@ -8991,13 +9071,13 @@ msgstr "Podgląd GIF-a"
#: src/components/channel/pickers/gif/GifPickerHeader.tsx:40
#: src/components/channel/pickers/memes/MemesPickerHeader.tsx:57
#: src/components/channel/textarea/TextareaButtons.tsx:110
-#: src/components/modals/ExpressionPickerSheet.tsx:68
+#: src/components/modals/ExpressionPickerSheet.tsx:55
#: src/components/popouts/ExpressionPickerPopout.tsx:69
msgid "GIFs"
msgstr "GIF-y"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:122
-#: src/components/modals/GiftAcceptModal.tsx:163
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:141
+#: src/components/modals/GiftAcceptModal.tsx:206
msgid "Gift"
msgstr "Prezent"
@@ -9030,19 +9110,20 @@ msgstr "Prezent już odebrany"
msgid "Gift Already Redeemed"
msgstr "Prezent już odebrano"
-#: src/components/channel/GiftEmbed.tsx:94
+#: src/components/channel/GiftEmbed.tsx:105
+#: src/components/channel/GiftEmbed.tsx:109
msgid "Gift Claimed"
msgstr "Prezent odebrany"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:246
+#: src/components/modals/tabs/GiftInventoryTab.tsx:269
msgid "Gift code cannot be empty"
msgstr "Kod prezentu nie może być pusty"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:243
+#: src/components/modals/tabs/GiftInventoryTab.tsx:266
msgid "Gift code is required"
msgstr "Kod prezentu jest wymagany"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:250
+#: src/components/modals/tabs/GiftInventoryTab.tsx:273
msgid "Gift code is too long"
msgstr "Kod prezentu jest za długi"
@@ -9070,7 +9151,7 @@ msgstr "Prezent nie odnaleziony"
#: src/components/channel/textarea/TextareaButtons.tsx:101
#: src/components/channel/textarea/TextareaButtons.tsx:177
-#: src/components/modals/components/plutonium/GiftSection.tsx:61
+#: src/components/modals/components/plutonium/GiftSection.tsx:67
msgid "Gift Plutonium"
msgstr "Podaruj Plutonium"
@@ -9078,23 +9159,23 @@ msgstr "Podaruj Plutonium"
msgid "Gift redeemed successfully!"
msgstr "Prezent odebrano pomyślnie!"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:89
+#: src/components/modals/tabs/GiftInventoryTab.tsx:90
msgid "Gift redeemed successfully! Enjoy your Plutonium!"
msgstr "Prezent odebrano pomyślnie! Ciesz się swoim Plutonium!"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:53
+#: src/components/modals/components/plutonium/VisionarySection.tsx:58
msgid "gift time"
msgstr "czas na prezent"
-#: src/components/channel/GiftEmbed.tsx:151
+#: src/components/channel/GiftEmbed.tsx:162
msgid "Gift Unavailable"
msgstr "Prezent niedostępny"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:132
+#: src/components/modals/tabs/GiftInventoryTab.tsx:133
msgid "Gift URL"
msgstr "Adres URL prezentu"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:75
+#: src/components/modals/tabs/GiftInventoryTab.tsx:76
msgid "Gift URL copied to clipboard!"
msgstr "Adres URL prezentu skopiowany do schowka!"
@@ -9126,7 +9207,7 @@ msgstr "Globalne skróty są dostępne w aplikacji na pulpit"
msgid "Glorification of violence or disturbing imagery"
msgstr "Gloryfikacja przemocy lub niepokojące obrazy"
-#: src/components/modals/components/MobileSettingsView.tsx:145
+#: src/components/modals/components/MobileSettingsView.tsx:140
#: src/components/modals/shared/MobileSettingsComponents.tsx:43
msgid "Go back"
msgstr "Wróć"
@@ -9143,7 +9224,7 @@ msgstr "Wróć do wcześniej wybranego kanału tekstowego"
msgid "Go forward in navigation history"
msgstr "Przejdź dalej w historii nawigacji"
-#: src/components/channel/InviteEmbed.tsx:259
+#: src/components/channel/InviteEmbed.tsx:261
#: src/components/modals/InviteAcceptModal.tsx:100
msgid "Go to Community"
msgstr "Przejdź do społeczności"
@@ -9166,15 +9247,15 @@ msgstr "Przejdź do logowania"
msgid "Go to message"
msgstr "Przejdź do wiadomości"
-#: src/components/channel/ChannelSearchResults.tsx:841
+#: src/components/channel/ChannelSearchResults.tsx:809
msgid "Go to page"
msgstr "Przejdź do strony"
-#: src/components/channel/ChannelSearchResults.tsx:808
+#: src/components/channel/ChannelSearchResults.tsx:776
msgid "Go to page {page}"
msgstr "Przejdź do strony {page}"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:315
+#: src/components/modals/tabs/GiftInventoryTab.tsx:338
msgid "Go to Plutonium"
msgstr "Przejdź do Plutonium"
@@ -9195,7 +9276,7 @@ msgstr "Rozumiem"
msgid "Gotcha"
msgstr "Rozumiem"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:116
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:135
msgid "Grace Period"
msgstr "Okres karencji"
@@ -9203,7 +9284,7 @@ msgstr "Okres karencji"
msgid "Grace Period (Still Have Access)"
msgstr "Okres karencji (wciąż dostępny)"
-#: src/components/modals/InviteModal.tsx:301
+#: src/components/modals/InviteModal.tsx:298
msgid "Grant temporary membership"
msgstr "Przyznaj tymczasowe członkostwo"
@@ -9234,7 +9315,7 @@ msgstr "Wielki sukces!"
msgid "Great success! You can now close this tab and return to the app."
msgstr "Świetnie! Teraz możesz zamknąć tę kartę i wrócić do aplikacji."
-#: src/components/pages/ReportPage.tsx:322
+#: src/components/pages/report/optionDescriptors.ts:94
msgid "Greece"
msgstr "Grecja"
@@ -9263,7 +9344,7 @@ msgstr "Uprawnienia do dodawania w czacie grupowym"
msgid "Group Chat Permissions"
msgstr "Uprawnienia czatów grupowych"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:481
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:495
msgid "Group Direct Message"
msgstr "Grupowa wiadomość prywatna"
@@ -9272,7 +9353,7 @@ msgid "Group DM"
msgstr "Grupowe DM"
#. placeholder {0}: channel.recipientIds.length + 1
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:772
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:804
msgid "Group DM · {0} members"
msgstr "Grupowe DM · {0} członków"
@@ -9317,12 +9398,12 @@ msgstr "Nazwa grupy nie może przekraczać 100 znaków"
msgid "Group Online Status"
msgstr "Status online grupy"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:962
-#: src/components/channel/MemberListItem.tsx:102
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:984
+#: src/components/channel/MemberListItem.tsx:109
msgid "Group Owner"
msgstr "Właściciel grupy"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1092
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1116
msgid "Group Settings"
msgstr "Ustawienia grupy"
@@ -9335,11 +9416,11 @@ msgstr "Stany pisania grupy"
msgid "Group updated"
msgstr "Grupa zaktualizowana"
-#: src/components/pages/ReportPage.tsx:893
+#: src/components/pages/report/ReportStepDetails.tsx:167
msgid "Guild (Community) ID"
msgstr "ID gildii (społeczności)"
-#: src/components/pages/ReportPage.tsx:902
+#: src/components/pages/report/ReportStepDetails.tsx:177
msgid "Guild ID is required."
msgstr "ID gildii jest wymagane."
@@ -9355,13 +9436,13 @@ msgstr "Rekord gildii"
msgid "Hang on while we check for scheduled messages."
msgstr "Poczekaj, sprawdzamy zaplanowane wiadomości."
-#: src/components/pages/ReportPage.tsx:295
+#: src/components/pages/report/optionDescriptors.ts:70
#: src/constants/IARConstants.tsx:155
msgid "Harassment"
msgstr "Nękanie"
-#: src/components/pages/ReportPage.tsx:262
-#: src/components/pages/ReportPage.tsx:281
+#: src/components/pages/report/optionDescriptors.ts:43
+#: src/components/pages/report/optionDescriptors.ts:59
#: src/constants/IARConstants.tsx:32
#: src/constants/IARConstants.tsx:109
msgid "Harassment or Bullying"
@@ -9383,9 +9464,9 @@ msgstr "Czy kiedykolwiek kupił zastąpienie"
msgid "has:"
msgstr "ma:"
-#: src/components/pages/ReportPage.tsx:263
-#: src/components/pages/ReportPage.tsx:282
-#: src/components/pages/ReportPage.tsx:296
+#: src/components/pages/report/optionDescriptors.ts:44
+#: src/components/pages/report/optionDescriptors.ts:60
+#: src/components/pages/report/optionDescriptors.ts:71
#: src/constants/IARConstants.tsx:37
#: src/constants/IARConstants.tsx:114
#: src/constants/IARConstants.tsx:160
@@ -9430,7 +9511,7 @@ msgid "Help Center"
msgstr "Centrum pomocy"
#. placeholder {0}: user.displayName
-#: src/components/layout/app-layout/nagbars/UnclaimedAccountNagbar.tsx:44
+#: src/components/layout/app-layout/nagbars/UnclaimedAccountNagbar.tsx:42
msgid "Hey {0}, claim your account to prevent losing access."
msgstr "Hej {0}, potwierdź swoje konto, aby nie stracić dostępu."
@@ -9654,7 +9735,7 @@ msgstr "https://example.com/callback"
msgid "Hungarian"
msgstr "Węgierski"
-#: src/components/pages/ReportPage.tsx:323
+#: src/components/pages/report/optionDescriptors.ts:95
msgid "Hungary"
msgstr "Węgry"
@@ -9728,8 +9809,8 @@ msgstr "Jeśli otrzymałeś kod beta, wpisz go poniżej, żeby uzyskać natychmi
msgid "If you want to export your data or delete your messages first, please visit the Privacy Dashboard section in User Settings before proceeding."
msgstr "Jeśli chcesz najpierw wyeksportować dane lub usunąć wiadomości, odwiedź sekcję Panel prywatności w Ustawieniach użytkownika przed kontynuowaniem."
-#: src/components/channel/channel-view/DMChannelView.tsx:301
-#: src/components/channel/dm/DMWelcomeSection.tsx:119
+#: src/components/channel/channel-view/DMChannelView.tsx:302
+#: src/components/channel/dm/DMWelcomeSection.tsx:131
#: src/components/channel/friends/FriendListItem.tsx:145
#: src/components/channel/friends/FriendListItem.tsx:244
#: src/components/channel/friends/MobileFriendRequestItem.tsx:69
@@ -9740,7 +9821,7 @@ msgstr "Ignoruj"
#: src/components/channel/friends/FriendListItem.tsx:143
#: src/components/channel/friends/MobileFriendRequestItem.tsx:67
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:152
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:173
msgid "Ignore Friend Request"
msgstr "Zignoruj zaproszenie do znajomych"
@@ -9749,8 +9830,8 @@ msgstr "Zignoruj zaproszenie do znajomych"
msgid "Ignore per-channel message rate limits."
msgstr "Ignoruj limity wiadomości na kanał."
-#: src/components/pages/ReportPage.tsx:267
-#: src/components/pages/ReportPage.tsx:298
+#: src/components/pages/report/optionDescriptors.ts:48
+#: src/components/pages/report/optionDescriptors.ts:73
#: src/constants/IARConstants.tsx:57
#: src/constants/IARConstants.tsx:170
msgid "Illegal Activity"
@@ -9762,7 +9843,7 @@ msgid "image"
msgstr "obraz"
#: src/components/channel/embeds/media/EmbedGifv.tsx:237
-#: src/components/channel/embeds/media/EmbedImage.tsx:369
+#: src/components/channel/embeds/media/EmbedImage.tsx:374
#: src/components/modals/MediaViewerModal.tsx:362
#: src/components/search/HasFilterSheet.tsx:50
#: src/utils/FavoriteMemeUtils.ts:71
@@ -9783,8 +9864,8 @@ msgstr "Podgląd obrazu"
msgid "Images"
msgstr "Obrazy"
-#: src/components/pages/ReportPage.tsx:272
-#: src/components/pages/ReportPage.tsx:284
+#: src/components/pages/report/optionDescriptors.ts:53
+#: src/components/pages/report/optionDescriptors.ts:62
#: src/constants/IARConstants.tsx:82
#: src/constants/IARConstants.tsx:124
msgid "Impersonation"
@@ -9839,7 +9920,7 @@ msgstr "za {absWeeks} tygodni"
msgid "in {absYears} years"
msgstr "za {absYears} lat"
-#: src/components/channel/channel-view/DMChannelView.tsx:275
+#: src/components/channel/channel-view/DMChannelView.tsx:276
msgid "In call"
msgstr "W rozmowie"
@@ -9880,7 +9961,7 @@ msgstr "W przeglądarce Push-to-Talk działa tylko wtedy, gdy karta Fluxer jest
msgid "in:"
msgstr "w:"
-#: src/components/pages/ReportPage.tsx:286
+#: src/components/pages/report/optionDescriptors.ts:64
#: src/constants/IARConstants.tsx:134
msgid "Inappropriate Profile"
msgstr "Nieodpowiedni profil"
@@ -9909,7 +9990,7 @@ msgstr "Dołącz wszystkie wzmianki społeczności"
msgid "Include audio from your screen in the share"
msgstr "Uwzględnij dźwięk z ekranu w udostępnianiu"
-#: src/components/channel/channel-view/DMChannelView.tsx:269
+#: src/components/channel/channel-view/DMChannelView.tsx:270
#: src/components/voice/IncomingCallUI.tsx:263
#: src/components/voice/IncomingCallUI.tsx:286
#: src/components/voice/IncomingCallUI.tsx:324
@@ -9946,11 +10027,11 @@ msgid "Increase app zoom level"
msgstr "Zwiększ poziom powiększenia aplikacji"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:284
-#: src/components/channel/ChannelSearchResults.tsx:679
+#: src/components/channel/ChannelSearchResults.tsx:648
msgid "Indexing Channel"
msgstr "Indeksowanie kanału"
-#: src/components/channel/ChannelSearchResults.tsx:317
+#: src/components/channel/ChannelSearchResults.tsx:274
msgid "Indexing..."
msgstr "Indeksowanie..."
@@ -10032,12 +10113,12 @@ msgstr "Wejścia z ikonami"
msgid "Insert emoji"
msgstr "Wstaw emoji"
-#: src/components/channel/InviteEmbed.tsx:198
+#: src/components/channel/InviteEmbed.tsx:200
#: src/components/modals/InviteAcceptModal.tsx:143
msgid "Install Emoji Pack"
msgstr "Zainstaluj pakiet emoji"
-#: src/components/channel/InviteEmbed.tsx:198
+#: src/components/channel/InviteEmbed.tsx:200
#: src/components/modals/InviteAcceptModal.tsx:143
msgid "Install Sticker Pack"
msgstr "Zainstaluj pakiet naklejek"
@@ -10104,7 +10185,7 @@ msgstr "Nieprawidłowy kod podarunkowy"
msgid "Invalid instance response: missing webapp URL."
msgstr "Nieprawidłowa odpowiedź instancji: brakuje adresu URL aplikacji internetowej."
-#: src/components/modals/ClaimAccountModal.tsx:108
+#: src/components/modals/ClaimAccountModal.tsx:110
#: src/components/modals/EmailChangeModal.tsx:108
#: src/components/modals/EmailChangeModal.tsx:169
msgid "Invalid or expired code"
@@ -10134,7 +10215,7 @@ msgstr "Kliknięto odwrócony przycisk!"
msgid "Invisible"
msgstr "Niewidoczny"
-#: src/components/modals/InviteModal.tsx:257
+#: src/components/modals/InviteModal.tsx:267
#: src/components/modals/tabs/ExpressionPacksTab.tsx:83
#: src/constants/AuditLogConstants.tsx:239
msgid "Invite"
@@ -10144,7 +10225,7 @@ msgstr "Zaproś"
msgid "Invite Background"
msgstr "Tło zaproszenia"
-#: src/components/pages/ReportPage.tsx:908
+#: src/components/pages/report/ReportStepDetails.tsx:183
msgid "Invite Code (optional)"
msgstr "Kod zaproszenia (opcjonalnie)"
@@ -10170,7 +10251,7 @@ msgstr "Zaproś znajomych"
msgid "Invite friends to {0}"
msgstr "Zaproś znajomych do {0}"
-#: src/components/modals/InviteModal.tsx:317
+#: src/components/modals/InviteModal.tsx:314
msgid "Invite link"
msgstr "Link zaproszenia"
@@ -10190,7 +10271,7 @@ msgid "Invite Links"
msgstr "Linki zaproszeń"
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:164
-#: src/components/layout/ChannelItem.tsx:599
+#: src/components/layout/ChannelItem.tsx:616
#: src/components/popouts/GuildHeaderPopout.tsx:178
msgid "Invite Members"
msgstr "Zaproś członków"
@@ -10218,7 +10299,7 @@ msgid "Invite Page Preview"
msgstr "Podgląd strony zaproszenia"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:381
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1144
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1168
#: src/components/layout/FavoritesChannelListContent.tsx:305
#: src/components/uikit/ContextMenu/ChannelListContextMenu.tsx:96
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:97
@@ -10236,7 +10317,7 @@ msgstr "Zaproszenie cofnięte"
msgid "Invite sent for {0}"
msgstr "Zaproszenie wysłane dla {0}"
-#: src/components/bottomsheets/DMBottomSheet.tsx:256
+#: src/components/bottomsheets/DMBottomSheet.tsx:258
msgid "Invite sent to {guildName}"
msgstr "Zaproszenie wysłane do {guildName}"
@@ -10249,7 +10330,7 @@ msgid "Invite splash preview"
msgstr "Podgląd splashu zaproszenia"
#. placeholder {0}: guild.name
-#: src/components/bottomsheets/DMBottomSheet.tsx:499
+#: src/components/bottomsheets/DMBottomSheet.tsx:501
msgid "Invite to {0}"
msgstr "Zaproś do {0}"
@@ -10257,7 +10338,7 @@ msgstr "Zaproś do {0}"
msgid "Invite to Community"
msgstr "Zaproś do społeczności"
-#: src/components/channel/InviteEmbed.tsx:362
+#: src/components/channel/InviteEmbed.tsx:364
msgid "Invite Unavailable"
msgstr "Zaproszenie niedostępne"
@@ -10277,7 +10358,7 @@ msgid "Invited by {0}#{1}"
msgstr "Zaprosił(a) {0}#{1}"
#: src/components/auth/InviteHeader.tsx:159
-#: src/components/channel/InviteEmbed.tsx:222
+#: src/components/channel/InviteEmbed.tsx:224
msgid "Invited by {inviterTag}"
msgstr "Zaprosił(a) {inviterTag}"
@@ -10290,8 +10371,8 @@ msgid "Inviter:"
msgstr "Osoba zapraszająca:"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:303
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1199
-#: src/components/bottomsheets/DMBottomSheet.tsx:468
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1223
+#: src/components/bottomsheets/DMBottomSheet.tsx:470
#: src/components/channel/dm/DMList.tsx:257
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:145
msgid "Invites"
@@ -10301,11 +10382,11 @@ msgstr "Zaproszenia"
msgid "Invites are currently disabled for this community."
msgstr "Zaproszenia są obecnie wyłączone dla tej społeczności."
-#: src/components/modals/InviteModal.tsx:270
+#: src/components/modals/InviteModal.tsx:237
msgid "Invites are currently disabled in this community by an admin. While this invite can be created, it cannot be accepted until invites are re-enabled."
msgstr "Administrator wyłączył zaproszenia w tej społeczności. Choć można utworzyć to zaproszenie, nie da się go zaakceptować, dopóki zaproszenia nie zostaną ponownie włączone."
-#: src/components/layout/guild-list/GuildListItem.tsx:233
+#: src/components/layout/guild-list/GuildListItem.tsx:234
msgid "Invites are currently paused in this community"
msgstr "Zaproszenia są obecnie wstrzymane w tej społeczności"
@@ -10317,7 +10398,7 @@ msgstr "Zaproszenia są zablokowane w społecznościach roboczych. Aktywuj konto
msgid "Invites disabled"
msgstr "Zaproszenia wyłączone"
-#: src/components/channel/InviteEmbed.tsx:257
+#: src/components/channel/InviteEmbed.tsx:259
#: src/components/modals/InviteAcceptModal.tsx:98
msgid "Invites Disabled"
msgstr "Zaproszenia wyłączone"
@@ -10343,7 +10424,7 @@ msgstr "Zaproszenia do <0>{0}0> są obecnie wyłączone"
msgid "IP address authorized"
msgstr "Adres IP autoryzowany"
-#: src/components/pages/ReportPage.tsx:324
+#: src/components/pages/report/optionDescriptors.ts:96
msgid "Ireland"
msgstr "Irlandia"
@@ -10359,7 +10440,7 @@ msgstr "Tu mamy pełnoprawną fiestę pisania"
msgid "Italian"
msgstr "Włoski"
-#: src/components/pages/ReportPage.tsx:325
+#: src/components/pages/report/optionDescriptors.ts:97
msgid "Italy"
msgstr "Włochy"
@@ -10381,16 +10462,16 @@ msgstr "Dołącz do społeczności"
msgid "Join a community with stickers to get started!"
msgstr "Dołącz do społeczności z naklejkami, aby zacząć!"
-#: src/components/channel/channel-view/DMChannelView.tsx:315
+#: src/components/channel/channel-view/DMChannelView.tsx:316
msgid "Join call"
msgstr "Dołącz do rozmowy"
-#: src/components/channel/InviteEmbed.tsx:261
-#: src/components/channel/InviteEmbed.tsx:451
+#: src/components/channel/InviteEmbed.tsx:263
+#: src/components/channel/InviteEmbed.tsx:453
#: src/components/layout/guild-list/AddGuildButton.tsx:71
#: src/components/modals/AddGuildModal.tsx:129
#: src/components/modals/AddGuildModal.tsx:410
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:304
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:342
#: src/components/modals/InviteAcceptModal.tsx:102
#: src/components/modals/InviteAcceptModalPreview.tsx:114
msgid "Join Community"
@@ -10400,7 +10481,7 @@ msgstr "Dołącz do społeczności"
msgid "Join community form"
msgstr "Formularz dołączenia do społeczności"
-#: src/components/channel/InviteEmbed.tsx:187
+#: src/components/channel/InviteEmbed.tsx:189
msgid "Join Group"
msgstr "Dołącz do grupy"
@@ -10416,19 +10497,19 @@ msgstr "Powiadomienia o dołączeniu"
msgid "Join Operators Community"
msgstr "Dołącz do społeczności operatorów"
-#: src/components/channel/CallMessage.tsx:171
+#: src/components/channel/CallMessage.tsx:165
msgid "Join the call"
msgstr "Dołącz do rozmowy"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:122
+#: src/components/channel/ChannelHeader/CallButtons.tsx:159
msgid "Join Video Call"
msgstr "Dołącz do rozmowy wideo"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:118
+#: src/components/channel/ChannelHeader/CallButtons.tsx:150
msgid "Join Video Call ({participantCount} participant)"
msgstr "Dołącz do wideorozmowy ({participantCount} uczestnik)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:119
+#: src/components/channel/ChannelHeader/CallButtons.tsx:151
msgid "Join Video Call ({participantCount} participants)"
msgstr "Dołącz do wideorozmowy ({participantCount} uczestników)"
@@ -10436,15 +10517,15 @@ msgstr "Dołącz do wideorozmowy ({participantCount} uczestników)"
msgid "Join Visionary Community"
msgstr "Dołącz do społeczności wizjonerów"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:70
+#: src/components/channel/ChannelHeader/CallButtons.tsx:89
msgid "Join Voice Call"
msgstr "Dołącz do rozmowy głosowej"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:66
+#: src/components/channel/ChannelHeader/CallButtons.tsx:80
msgid "Join Voice Call ({participantCount} participant)"
msgstr "Dołącz do rozmowy głosowej ({participantCount} uczestnik)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:67
+#: src/components/channel/ChannelHeader/CallButtons.tsx:81
msgid "Join Voice Call ({participantCount} participants)"
msgstr "Dołącz do rozmowy głosowej ({participantCount} uczestników)"
@@ -10495,7 +10576,7 @@ msgstr "JPEG, PNG, WebP. Maks. 10 MB. Zalecane: 512×512px"
msgid "JPEG, PNG, WebP. Max 10MB. Recommended: 512×512px. Animated avatars (GIF) require <0/>."
msgstr "JPEG, PNG, WebP. Maks. 10 MB. Zalecane: 512×512px. Animowane awatary (GIF) wymagają <0/>."
-#: src/components/channel/ChannelSearchResults.tsx:777
+#: src/components/channel/ChannelSearchResults.tsx:745
#: src/components/pages/MessageListPage.tsx:97
#: src/components/popouts/RecentMentionsContent.tsx:221
#: src/components/popouts/SavedMessagesContent.tsx:102
@@ -10519,11 +10600,11 @@ msgstr "Przejdź do wiadomości"
msgid "Jump to Oldest Unread Message"
msgstr "Przejdź do najstarszej nieprzeczytanej wiadomości"
-#: src/components/channel/ChannelSearchResults.tsx:872
+#: src/components/channel/ChannelSearchResults.tsx:840
msgid "Jump to page"
msgstr "Przejdź do strony"
-#: src/components/channel/Messages.tsx:917
+#: src/components/channel/Messages.tsx:915
msgid "Jump to Present"
msgstr "Przejdź do teraz"
@@ -10612,7 +10693,7 @@ msgid "Keyboard Shortcuts"
msgstr "Skróty klawiaturowe"
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:344
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:311
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:314
#: src/components/modals/KickMemberModal.tsx:58
#: src/components/modals/UserProfileActionsSheet.tsx:253
msgid "Kick"
@@ -10702,7 +10783,7 @@ msgstr "Opóźnienie {latency} milisekund"
msgid "Latency graph"
msgstr "Wykres opóźnień"
-#: src/components/pages/ReportPage.tsx:326
+#: src/components/pages/report/optionDescriptors.ts:98
msgid "Latvia"
msgstr "Łotwa"
@@ -10729,10 +10810,10 @@ msgstr "Opuść społeczność"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:248
#: src/components/bottomsheets/ChannelBottomSheet.tsx:250
#: src/components/bottomsheets/ChannelBottomSheet.tsx:314
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1253
-#: src/components/bottomsheets/DMBottomSheet.tsx:337
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1277
#: src/components/bottomsheets/DMBottomSheet.tsx:339
-#: src/components/bottomsheets/DMBottomSheet.tsx:551
+#: src/components/bottomsheets/DMBottomSheet.tsx:341
+#: src/components/bottomsheets/DMBottomSheet.tsx:554
#: src/components/channel/dm/DMList.tsx:265
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:159
#: src/hooks/useLeaveGroup.tsx:42
@@ -10740,27 +10821,27 @@ msgstr "Opuść społeczność"
msgid "Leave Group"
msgstr "Opuść grupę"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:122
+#: src/components/channel/ChannelHeader/CallButtons.tsx:157
msgid "Leave Video Call"
msgstr "Opuść rozmowę wideo"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:113
+#: src/components/channel/ChannelHeader/CallButtons.tsx:145
msgid "Leave Video Call ({participantCount} participant)"
msgstr "Opuszczam wideorozmowę ({participantCount} uczestnik)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:114
+#: src/components/channel/ChannelHeader/CallButtons.tsx:146
msgid "Leave Video Call ({participantCount} participants)"
msgstr "Opuszczam wideorozmowę ({participantCount} uczestników)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:70
+#: src/components/channel/ChannelHeader/CallButtons.tsx:87
msgid "Leave Voice Call"
msgstr "Opuść rozmowę głosową"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:61
+#: src/components/channel/ChannelHeader/CallButtons.tsx:75
msgid "Leave Voice Call ({participantCount} participant)"
msgstr "Opuszczam rozmowę głosową ({participantCount} uczestnik)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:62
+#: src/components/channel/ChannelHeader/CallButtons.tsx:76
msgid "Leave Voice Call ({participantCount} participants)"
msgstr "Opuszczam rozmowę głosową ({participantCount} uczestników)"
@@ -10785,7 +10866,7 @@ msgstr "Wyrównane do lewej"
msgid "Left community"
msgstr "Opuścił społeczność"
-#: src/components/bottomsheets/DMBottomSheet.tsx:350
+#: src/components/bottomsheets/DMBottomSheet.tsx:352
#: src/hooks/useLeaveGroup.tsx:56
msgid "Left group"
msgstr "Opuścił grupę"
@@ -10798,7 +10879,7 @@ msgstr "Ikona z lewej"
msgid "Left Tooltip"
msgstr "Podpowiedź po lewej"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:90
+#: src/components/modals/components/plutonium/VisionarySection.tsx:99
msgid "Let people add you without needing a 4-digit tag"
msgstr "Pozwól innym dodać Cię bez 4-cyfrowego taga"
@@ -10810,17 +10891,13 @@ msgstr "Pozwól społeczności moderować się samodzielnie"
msgid "Letters (a-z, A-Z), numbers (0-9), and underscores (_) only"
msgstr "Tylko litery (a-z, A-Z), liczby (0-9) i podkreślenia (_)"
-#: src/components/pages/ReportPage.tsx:729
-msgid "Letters and numbers only. You can paste the code—formatting is automatic."
-msgstr "Tylko litery i cyfry. Możesz wkleić kod - formatowanie jest automatyczne."
-
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:120
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:139
#: src/components/modals/tabs/DeveloperOptionsTab/AccountPremiumTab.tsx:49
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:371
msgid "Lifetime"
msgstr "Dożywotnio"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:73
+#: src/components/modals/components/plutonium/VisionarySection.tsx:82
#: src/utils/giftUtils.ts:58
msgid "Lifetime Plutonium"
msgstr "Plutonium dożywotnio"
@@ -10838,7 +10915,7 @@ msgid "Liked!"
msgstr "Polubione!"
#. placeholder {0}: formatter.format(visionarySlots.total)
-#: src/components/modals/components/plutonium/VisionarySection.tsx:61
+#: src/components/modals/components/plutonium/VisionarySection.tsx:70
msgid "Limited to {0} users. One-time purchase, lifetime access."
msgstr "Ograniczone do {0} użytkowników. Jednorazowy zakup, dostęp dożywotni."
@@ -10856,7 +10933,7 @@ msgstr "Link"
msgid "Link channel"
msgstr "Połącz kanał"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:530
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:544
#: src/components/uikit/ContextMenu/MediaContextMenu.tsx:145
#: src/components/uikit/ContextMenu/MediaContextMenu.tsx:228
msgid "Link copied to clipboard"
@@ -10902,7 +10979,7 @@ msgstr "Listy"
msgid "Lists members with this role in their own section in the member list."
msgstr "Wyświetla członków z tą rolą w oddzielnej sekcji listy członków."
-#: src/components/pages/ReportPage.tsx:327
+#: src/components/pages/report/optionDescriptors.ts:99
msgid "Lithuania"
msgstr "Litwa"
@@ -10934,7 +11011,7 @@ msgstr "Ładowanie banów..."
msgid "Loading communities..."
msgstr "Ładowanie społeczności..."
-#: src/components/channel/embeds/media/EmbedImage.tsx:363
+#: src/components/channel/embeds/media/EmbedImage.tsx:368
msgid "Loading image"
msgstr "Ładowanie obrazu"
@@ -10947,7 +11024,7 @@ msgid "Loading more..."
msgstr "Ładowanie kolejnych..."
#: src/components/channel/embeds/media/EmbedGifv.tsx:493
-#: src/components/channel/embeds/media/EmbedGifv.tsx:721
+#: src/components/channel/embeds/media/EmbedGifv.tsx:745
msgid "Loading placeholder"
msgstr "Ładowanie zastępnika"
@@ -10971,7 +11048,7 @@ msgstr "Ładowanie motywu..."
msgid "Loading verification methods..."
msgstr "Ładowanie metod weryfikacji..."
-#: src/components/channel/embeds/media/EmbedImage.tsx:363
+#: src/components/channel/embeds/media/EmbedImage.tsx:368
msgid "Loading: {alt}"
msgstr "Ładowanie: {alt}"
@@ -11021,7 +11098,7 @@ msgid "Log in with a passkey"
msgstr "Zaloguj się za pomocą klucza"
#: src/components/modals/components/DesktopSettingsView.tsx:346
-#: src/components/modals/components/MobileSettingsView.tsx:362
+#: src/components/modals/components/MobileSettingsView.tsx:357
#: src/components/pages/PendingVerificationPage.tsx:151
msgid "Log Out"
msgstr "Wyloguj się"
@@ -11101,7 +11178,7 @@ msgstr "Niska"
msgid "Low (480p)"
msgstr "Niska (480p)"
-#: src/components/pages/ReportPage.tsx:328
+#: src/components/pages/report/optionDescriptors.ts:100
msgid "Luxembourg"
msgstr "Luksemburg"
@@ -11114,16 +11191,16 @@ msgstr "Uczyń właścicielem grupy"
msgid "Make links to websites stand out more by always underlining them."
msgstr "Spraw, by linki do stron wyróżniały się bardziej przez zawsze podkreślanie ich."
-#: src/components/pages/ReportPage.tsx:271
+#: src/components/pages/report/optionDescriptors.ts:52
#: src/constants/IARConstants.tsx:77
msgid "Malicious Links"
msgstr "Złośliwe linki"
-#: src/components/pages/ReportPage.tsx:329
+#: src/components/pages/report/optionDescriptors.ts:101
msgid "Malta"
msgstr "Malta"
-#: src/components/pages/ReportPage.tsx:302
+#: src/components/pages/report/optionDescriptors.ts:77
#: src/constants/IARConstants.tsx:190
msgid "Malware Distribution"
msgstr "Rozpowszechnianie złośliwego oprogramowania"
@@ -11214,7 +11291,7 @@ msgid "Manage slash commands for this application"
msgstr "Zarządzaj komendami ukośnika dla tej aplikacji"
#: src/components/layout/app-layout/nagbars/PremiumGracePeriodNagbar.tsx:83
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:288
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:324
msgid "Manage Subscription"
msgstr "Zarządzaj subskrypcją"
@@ -11227,7 +11304,7 @@ msgstr "Zarządzaj adresem e-mail, którego używasz do logowania do Fluxer"
msgid "Manage Webhooks"
msgstr "Zarządzaj webhookami"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:100
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:104
msgid "Manage your applications and bots."
msgstr "Zarządzaj swoimi aplikacjami i botami."
@@ -11243,7 +11320,7 @@ msgstr "Zarządzaj swoimi prezentami"
msgid "Manage your phone number for SMS two-factor authentication"
msgstr "Zarządzaj numerem telefonu do SMS-owej dwuskładnikowej autoryzacji"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:280
+#: src/components/modals/tabs/GiftInventoryTab.tsx:303
msgid "Manage your purchased Plutonium gift codes. Share the gift URL with someone special or redeem it for yourself!"
msgstr "Zarządzaj zakupionymi kodami podarunkowymi Plutonium. Udostępnij URL prezentu komuś wyjątkowemu lub zrealizuj go dla siebie!"
@@ -11256,8 +11333,8 @@ msgid "Mark as 18+ (NSFW)"
msgstr "Oznacz jako 18+ (NSFW)"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:358
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1115
-#: src/components/bottomsheets/DMBottomSheet.tsx:388
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1139
+#: src/components/bottomsheets/DMBottomSheet.tsx:390
#: src/components/channel/NewMessagesBar.tsx:60
#: src/components/uikit/ContextMenu/items/CategoryMenuItems.tsx:81
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:79
@@ -11319,7 +11396,7 @@ msgstr "Markdown"
msgid "Markdown Preview"
msgstr "Podgląd Markdown"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:516
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:530
msgid "Marked as read"
msgstr "Oznaczone jako przeczytane"
@@ -11347,7 +11424,7 @@ msgstr "Markery poniżej suwaka"
msgid "Marty_McFly"
msgstr "Marty_McFly"
-#: src/components/modals/ClaimAccountModal.tsx:160
+#: src/components/modals/ClaimAccountModal.tsx:162
#: src/components/modals/EmailChangeModal.tsx:254
msgid "marty@example.com"
msgstr "marty@example.com"
@@ -11356,7 +11433,7 @@ msgstr "marty@example.com"
msgid "Mask Visionary as subscription"
msgstr "Maskuj Visionary jako subskrypcję"
-#: src/components/modals/InviteModal.tsx:291
+#: src/components/modals/InviteModal.tsx:288
msgid "Max number of uses"
msgstr "Maksymalna liczba użyć"
@@ -11393,7 +11470,8 @@ msgstr "Maksymalna jakość kamery to 1080p"
msgid "Maximum quality, requires very fast connection"
msgstr "Maksymalna jakość, wymaga bardzo szybkiego połączenia"
-#: src/components/modals/GiftAcceptModal.tsx:151
+#: src/components/modals/GiftAcceptModal.tsx:161
+#: src/components/modals/GiftAcceptModal.tsx:194
msgid "Maybe later"
msgstr "Może później"
@@ -11411,7 +11489,7 @@ msgstr "Pomiar..."
#: src/components/channel/AutocompleteEmoji.tsx:154
#: src/components/channel/textarea/TextareaButtons.tsx:122
-#: src/components/modals/ExpressionPickerSheet.tsx:77
+#: src/components/modals/ExpressionPickerSheet.tsx:64
#: src/components/modals/tabs/ChatSettingsTab.tsx:43
#: src/components/modals/tabs/ChatSettingsTab/Inline.tsx:37
#: src/components/modals/utils/settingsConstants.tsx:298
@@ -11504,8 +11582,8 @@ msgstr "Weryfikacja członka"
msgid "Member verification level"
msgstr "Poziom weryfikacji członka"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:877
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:913
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:909
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:945
#: src/components/modals/guildTabs/GuildMembersTab.tsx:429
#: src/components/modals/shared/AddOverridePopout.tsx:176
#: src/components/modals/utils/guildSettingsConstants.tsx:157
@@ -11536,7 +11614,7 @@ msgstr "Członkowie usunięci"
msgid "Members receive notifications for every message"
msgstr "Członkowie otrzymują powiadomienia o każdej wiadomości"
-#: src/components/modals/InviteModal.tsx:302
+#: src/components/modals/InviteModal.tsx:299
msgid "Members will be removed when they go offline unless a role is assigned"
msgstr "Członkowie zostaną usunięci po rozłączeniu, jeśli nie przypisano im roli"
@@ -11608,11 +11686,11 @@ msgid "mentions:"
msgstr "wzmianki:"
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:234
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:218
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:220
#: src/components/modals/tabs/ComponentGalleryTab/InputsTab.tsx:164
-#: src/components/modals/UserProfileMobileSheet.tsx:497
-#: src/components/modals/UserProfileModal.tsx:1189
-#: src/components/modals/UserProfileModal.tsx:1311
+#: src/components/modals/UserProfileMobileSheet.tsx:501
+#: src/components/modals/UserProfileModal.tsx:1190
+#: src/components/modals/UserProfileModal.tsx:1316
#: src/components/popouts/UserProfilePopout.tsx:289
#: src/components/popouts/UserProfilePopout.tsx:308
#: src/components/profile/ProfilePreview.tsx:292
@@ -11689,7 +11767,7 @@ msgstr "Grupowanie wiadomości"
msgid "Message is too long"
msgstr "Wiadomość jest za długa"
-#: src/components/pages/ReportPage.tsx:837
+#: src/components/pages/report/ReportStepDetails.tsx:107
msgid "Message Link"
msgstr "Link do wiadomości"
@@ -11744,7 +11822,7 @@ msgstr "Wiadomości i media"
msgid "Messages Deleted"
msgstr "Wiadomości usunięte"
-#: src/components/channel/Messages.tsx:938
+#: src/components/channel/Messages.tsx:936
msgid "Messages failed to load"
msgstr "Nie udało się załadować wiadomości"
@@ -11888,22 +11966,21 @@ msgstr "Moderacja"
msgid "Monospace font family"
msgstr "Rodzina czcionek o stałej szerokości"
-#: src/components/auth/DateOfBirthField.tsx:87
-#: src/components/auth/DateOfBirthField.tsx:154
+#: src/components/auth/DateOfBirthField.tsx:151
#: src/components/auth/MockMinimalRegisterForm.tsx:68
msgid "Month"
msgstr "Miesiąc"
-#: src/components/modals/components/plutonium/PricingSection.tsx:71
+#: src/components/modals/components/plutonium/PricingSection.tsx:78
msgid "Monthly"
msgstr "Miesięcznie"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:63
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:73
msgid "Monthly {monthlyPrice}"
msgstr "Miesięcznie {monthlyPrice}"
#: src/components/accounts/AccountRow.tsx:178
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:863
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:895
#: src/components/channel/friends/FriendListItem.tsx:229
#: src/components/channel/MessageActionBar.tsx:647
#: src/components/channel/MessageActionBar.tsx:776
@@ -11936,7 +12013,7 @@ msgstr "Więcej miejsc na naklejki"
msgid "Most popular"
msgstr "Najpopularniejsze"
-#: src/components/channel/ChannelSearchResults.tsx:225
+#: src/components/channel/ChannelSearchResults.tsx:182
#: src/components/search/SortModeSheet.tsx:53
msgid "Most Relevant"
msgstr "Najbardziej trafne"
@@ -12015,7 +12092,7 @@ msgstr "Treści wielojęzyczne"
msgid "Music Lovers"
msgstr "Miłośnicy muzyki"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:850
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:882
#: src/components/bottomsheets/VoiceLobbyBottomSheet.tsx:179
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:253
#: src/components/layout/UserArea.tsx:213
@@ -12055,7 +12132,7 @@ msgstr "Wycisz kanał"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:400
#: src/components/bottomsheets/ChannelBottomSheet.tsx:452
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1010
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1034
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:171
#: src/components/modals/GuildNotificationSettingsModal.tsx:295
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:168
@@ -12069,9 +12146,9 @@ msgstr "Wycisz kanał"
msgid "Mute Community"
msgstr "Wycisz społeczność"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1012
-#: src/components/bottomsheets/DMBottomSheet.tsx:449
-#: src/components/bottomsheets/DMBottomSheet.tsx:590
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1036
+#: src/components/bottomsheets/DMBottomSheet.tsx:451
+#: src/components/bottomsheets/DMBottomSheet.tsx:593
msgid "Mute Conversation"
msgstr "Wycisz rozmowę"
@@ -12096,7 +12173,7 @@ msgstr "Wycisz członków"
msgid "Mute User"
msgstr "Wycisz użytkownika"
-#: src/components/layout/guild-list/GuildListItem.tsx:193
+#: src/components/layout/guild-list/GuildListItem.tsx:194
#: src/components/layout/VoiceStateIcons.tsx:53
#: src/components/voice/VoiceParticipantTile.tsx:897
#: src/utils/ContextMenuUtils.tsx:159
@@ -12105,7 +12182,7 @@ msgstr "Wyciszono"
#. placeholder {0}: DateUtils.getFormattedDateTime(new Date(muteConfig.end_time))
#. placeholder {0}: getFormattedDateTime(new Date(muteConfig.end_time))
-#: src/components/layout/guild-list/GuildListItem.tsx:191
+#: src/components/layout/guild-list/GuildListItem.tsx:192
#: src/utils/ContextMenuUtils.tsx:157
msgid "Muted until {0}"
msgstr "Wyciszono do {0}"
@@ -12253,7 +12330,7 @@ msgstr "Potrzebujesz konta?"
msgid "Neighborhood Watch"
msgstr "Straż sąsiedzka"
-#: src/components/pages/ReportPage.tsx:330
+#: src/components/pages/report/optionDescriptors.ts:102
msgid "Netherlands"
msgstr "Holandia"
@@ -12261,9 +12338,9 @@ msgstr "Holandia"
msgid "Network"
msgstr "Sieć"
-#: src/components/modals/components/PlutoniumContent.tsx:145
-#: src/components/modals/components/PlutoniumContent.tsx:271
-#: src/components/modals/tabs/BetaCodesTab.tsx:295
+#: src/components/modals/components/PlutoniumContent.tsx:156
+#: src/components/modals/components/PlutoniumContent.tsx:288
+#: src/components/modals/tabs/BetaCodesTab.tsx:320
#: src/components/modals/tabs/DevicesTab.tsx:229
msgid "Network error"
msgstr "Błąd sieci"
@@ -12290,7 +12367,7 @@ msgstr "nie wygasa"
#: src/components/channel/Divider.tsx:51
#: src/components/channel/Divider.tsx:60
#: src/components/channel/UnreadDividerSlot.tsx:45
-#: src/components/layout/GuildsLayout.tsx:285
+#: src/components/layout/GuildsLayout.tsx:283
msgid "New"
msgstr "Nowe"
@@ -12311,7 +12388,7 @@ msgstr "Nowy e-mail"
msgid "New email form"
msgstr "Formularz nowego e-maila"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:902
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:934
msgid "New Group"
msgstr "Nowa grupa"
@@ -12334,7 +12411,7 @@ msgid "new-channel"
msgstr "nowy-kanał"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:446
-#: src/components/channel/ChannelSearchResults.tsx:223
+#: src/components/channel/ChannelSearchResults.tsx:180
msgid "Newest"
msgstr "Najnowsze"
@@ -12394,7 +12471,7 @@ msgstr "Nick nie może przekraczać 32 znaków"
msgid "Nickname updated"
msgstr "Nick zaktualizowany"
-#: src/components/layout/GuildLayout.tsx:392
+#: src/components/layout/GuildLayout.tsx:397
msgid "No accessible channels"
msgstr "Brak dostępnych kanałów"
@@ -12431,7 +12508,7 @@ msgstr "Brak zbanowanych użytkowników"
msgid "No bans found matching your search."
msgstr "Nie znaleziono banów pasujących do wyszukiwania."
-#: src/components/modals/tabs/BetaCodesTab.tsx:365
+#: src/components/modals/tabs/BetaCodesTab.tsx:390
msgid "No beta codes yet"
msgstr "Brak kodów beta"
@@ -12471,7 +12548,7 @@ msgstr "Brak dostępnych kanałów"
msgid "No channels found"
msgstr "Nie znaleziono kanałów"
-#: src/components/modals/tabs/BetaCodesTab.tsx:275
+#: src/components/modals/tabs/BetaCodesTab.tsx:279
msgid "No codes remaining. Resets {resetString}"
msgstr "Brak pozostałych kodów. Reset {resetString}"
@@ -12484,7 +12561,7 @@ msgid "No community banner"
msgstr "Brak banera społeczności"
#: src/components/auth/InviteHeader.tsx:156
-#: src/components/channel/InviteEmbed.tsx:215
+#: src/components/channel/InviteEmbed.tsx:217
#: src/components/modals/InviteAcceptModal.tsx:148
#: src/components/modals/tabs/ExpressionPacksTab.tsx:73
msgid "No description provided."
@@ -12516,7 +12593,7 @@ msgstr "Na razie brak znajomych"
msgid "No GIFs found"
msgstr "Nie znaleziono GIF-ów"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:311
+#: src/components/modals/tabs/GiftInventoryTab.tsx:334
msgid "No gifts yet"
msgstr "Jeszcze brak prezentów"
@@ -12656,7 +12733,7 @@ msgid "No results"
msgstr "Brak wyników"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:315
-#: src/components/channel/ChannelSearchResults.tsx:709
+#: src/components/channel/ChannelSearchResults.tsx:678
msgid "No Results"
msgstr "Brak wyników"
@@ -12717,7 +12794,7 @@ msgstr "Brak kanału systemowego"
msgid "No Timer"
msgstr "Brak timera"
-#: src/components/channel/dm/AddFriendForm.tsx:70
+#: src/components/channel/dm/AddFriendForm.tsx:93
msgid "No user found with that FluxerTag."
msgstr "Nie znaleziono użytkownika z takim FluxerTagiem."
@@ -12797,7 +12874,7 @@ msgstr "Nie teraz"
msgid "Not your cup of tea? You can disable this feature anytime."
msgstr "To nie twoja bajka? W każdej chwili możesz wyłączyć tę funkcję."
-#: src/components/modals/UserProfileMobileSheet.tsx:549
+#: src/components/modals/UserProfileMobileSheet.tsx:553
#: src/components/modals/UserProfileModal.tsx:244
#: src/components/modals/UserProfileModal.tsx:248
#: src/components/pages/YouPage.tsx:144
@@ -12813,7 +12890,7 @@ msgstr "Notatka (widzisz tylko ty)"
msgid "nothing"
msgstr "nic"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1387
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1411
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:218
#: src/components/modals/GuildNotificationSettingsModal.tsx:95
#: src/components/modals/GuildNotificationSettingsModal.tsx:226
@@ -12835,8 +12912,8 @@ msgid "Notification Overrides"
msgstr "Nadpisy powiadomień"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:405
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1160
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1341
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1184
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1365
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:199
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsButton.tsx:59
#: src/components/modals/GuildNotificationSettingsModal.tsx:162
@@ -12904,17 +12981,17 @@ msgstr "Treści NSFW niedozwolone"
msgid "NSFW Gates"
msgstr "Bramki NSFW"
-#: src/components/pages/ReportPage.tsx:266
+#: src/components/pages/report/optionDescriptors.ts:47
#: src/constants/IARConstants.tsx:52
msgid "NSFW Policy Violation"
msgstr "Naruszenie zasad NSFW"
#. placeholder {0}: formatter.format(visionarySlots.total)
-#: src/components/modals/components/plutonium/VisionarySection.tsx:82
+#: src/components/modals/components/plutonium/VisionarySection.tsx:91
msgid "Numbered badge (1-{0}) showing your Visionary status"
msgstr "Numerowana odznaka (1-{0}) pokazująca Twój status Wizjonera"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:83
+#: src/components/modals/components/plutonium/VisionarySection.tsx:92
msgid "Numbered badge showing your Visionary status"
msgstr "Numerowana odznaka pokazująca twój status Visionary"
@@ -12933,8 +13010,8 @@ msgstr "Obiekty"
msgid "Off"
msgstr "Wyłączone"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:281
-#: src/components/channel/ChannelMembers.tsx:137
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:287
+#: src/components/channel/ChannelMembers.tsx:108
#: src/Constants.tsx:134
#: src/utils/MemberListUtils.ts:150
#: src/utils/MemberListUtils.ts:188
@@ -12962,7 +13039,7 @@ msgid "Okay"
msgstr "Ok"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:446
-#: src/components/channel/ChannelSearchResults.tsx:224
+#: src/components/channel/ChannelSearchResults.tsx:181
msgid "Oldest"
msgstr "Najstarsze"
@@ -13020,25 +13097,25 @@ msgstr "Jeden lub więcej kanałów jest indeksowanych"
msgid "one second ago"
msgstr "sekundę temu"
-#: src/components/modals/components/plutonium/GiftSection.tsx:71
-#: src/components/modals/components/plutonium/GiftSection.tsx:80
-#: src/components/modals/components/plutonium/PricingSection.tsx:103
-#: src/components/modals/components/plutonium/PricingSection.tsx:112
+#: src/components/modals/components/plutonium/GiftSection.tsx:78
+#: src/components/modals/components/plutonium/GiftSection.tsx:90
+#: src/components/modals/components/plutonium/PricingSection.tsx:118
+#: src/components/modals/components/plutonium/PricingSection.tsx:130
msgid "one-time purchase"
msgstr "zakup jednorazowy"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:65
+#: src/components/modals/components/plutonium/VisionarySection.tsx:74
msgid "One-time purchase, lifetime access."
msgstr "Jednorazowy zakup, dostęp dożywotni."
-#: src/components/modals/components/plutonium/GiftSection.tsx:89
-#: src/components/modals/components/plutonium/PricingSection.tsx:90
-#: src/components/modals/components/plutonium/PricingSection.tsx:121
+#: src/components/modals/components/plutonium/GiftSection.tsx:102
+#: src/components/modals/components/plutonium/PricingSection.tsx:103
+#: src/components/modals/components/plutonium/PricingSection.tsx:142
msgid "one-time, lifetime"
msgstr "jednorazowo, dożywotnio"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:281
-#: src/components/channel/ChannelMembers.tsx:135
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:285
+#: src/components/channel/ChannelMembers.tsx:106
#: src/components/channel/dm/DMFriendsView.tsx:168
#: src/components/channel/friends/views/FriendsList.tsx:95
#: src/Constants.tsx:130
@@ -13051,7 +13128,7 @@ msgstr "Online"
msgid "Online Status"
msgstr "Status online"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1382
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1406
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:212
#: src/components/modals/GuildNotificationSettingsModal.tsx:91
#: src/components/modals/GuildNotificationSettingsModal.tsx:281
@@ -13120,11 +13197,11 @@ msgstr "Otwórz modal przejęcia konta"
msgid "Open color picker"
msgstr "Otwórz wybór koloru"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1398
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1422
msgid "Open Community Notification Settings"
msgstr "Otwórz ustawienia powiadomień społeczności"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:286
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:322
msgid "Open Customer Portal"
msgstr "Otwórz portal klienta"
@@ -13293,7 +13370,7 @@ msgstr "Opcja trzecia"
msgid "Option Two"
msgstr "Opcja druga"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:89
+#: src/components/modals/components/plutonium/VisionarySection.tsx:98
msgid "Optional #0000 tag"
msgstr "Opcjonalny tag #0000"
@@ -13309,7 +13386,7 @@ msgstr "LUB"
msgid "Or copy the link:"
msgstr "Albo skopiuj link:"
-#: src/components/modals/InviteModal.tsx:312
+#: src/components/modals/InviteModal.tsx:309
msgid "or send an invite link to a friend:"
msgstr "lub wyślij znajomemu link zaproszeniowy:"
@@ -13325,9 +13402,9 @@ msgstr "Nie udało się załadować oryginalnej wiadomości"
msgid "Original message was deleted"
msgstr "Oryginalna wiadomość została usunięta"
-#: src/components/pages/ReportPage.tsx:273
-#: src/components/pages/ReportPage.tsx:287
-#: src/components/pages/ReportPage.tsx:303
+#: src/components/pages/report/optionDescriptors.ts:54
+#: src/components/pages/report/optionDescriptors.ts:65
+#: src/components/pages/report/optionDescriptors.ts:78
#: src/constants/IARConstants.tsx:87
#: src/constants/IARConstants.tsx:139
#: src/constants/IARConstants.tsx:195
@@ -13463,8 +13540,8 @@ msgstr "Klucze dostępu wymagają podpisanego pakietu macOS z prawidłowym ident
#: src/components/auth/AuthLoginCore/AuthLoginEmailPasswordForm.tsx:90
#: src/components/auth/AuthRegisterFormCore.tsx:136
#: src/components/auth/AuthRegisterFormCore.tsx:217
-#: src/components/modals/ClaimAccountModal.tsx:168
-#: src/components/modals/ClaimAccountModal.tsx:208
+#: src/components/modals/ClaimAccountModal.tsx:170
+#: src/components/modals/ClaimAccountModal.tsx:210
#: src/components/modals/SudoVerificationModal.tsx:171
#: src/components/modals/SudoVerificationModal.tsx:236
#: src/components/modals/tabs/AccountSecurityTab/AccountTab.tsx:105
@@ -13546,11 +13623,11 @@ msgstr "Znajomi twoich znajomych mogą dodać cię do czatu grupowego"
msgid "People who are friends with your friends can call you"
msgstr "Znajomi twoich znajomych mogą do ciebie dzwonić"
-#: src/components/modals/components/plutonium/PricingSection.tsx:73
+#: src/components/modals/components/plutonium/PricingSection.tsx:80
msgid "per month"
msgstr "na miesiąc"
-#: src/components/modals/components/plutonium/PricingSection.tsx:80
+#: src/components/modals/components/plutonium/PricingSection.tsx:90
msgid "per year"
msgstr "na rok"
@@ -13588,8 +13665,8 @@ msgstr "Uprawnienia przyznane"
msgid "Personal notes"
msgstr "Notatki osobiste"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:479
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:778
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:493
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:810
#: src/components/channel/channel-header/useChannelHeaderData.ts:84
#: src/components/channel/dm/DMList.tsx:708
#: src/components/channel/dm/DMList.tsx:795
@@ -13662,16 +13739,16 @@ msgid "Pick which phone step to show"
msgstr "Wybierz, który etap telefonu pokazać"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:336
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1132
-#: src/components/bottomsheets/DMBottomSheet.tsx:483
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1156
+#: src/components/bottomsheets/DMBottomSheet.tsx:485
#: src/components/channel/dm/DMList.tsx:287
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:153
msgid "Pin DM"
msgstr "Przypnij wiadomość prywatną"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:295
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1132
-#: src/components/bottomsheets/DMBottomSheet.tsx:483
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1156
+#: src/components/bottomsheets/DMBottomSheet.tsx:485
#: src/components/channel/dm/DMList.tsx:248
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:133
msgid "Pin Group DM"
@@ -13714,20 +13791,20 @@ msgid "Ping: {latency}ms"
msgstr "Ping: {latency}ms"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:219
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:566
-#: src/components/bottomsheets/DMBottomSheet.tsx:147
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:580
+#: src/components/bottomsheets/DMBottomSheet.tsx:149
#: src/components/channel/dm/DMList.tsx:214
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:115
msgid "Pinned DM"
msgstr "Przypięta wiadomość prywatna"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:219
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:566
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:580
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:95
msgid "Pinned group"
msgstr "Przypięta grupa"
-#: src/components/bottomsheets/DMBottomSheet.tsx:147
+#: src/components/bottomsheets/DMBottomSheet.tsx:149
msgid "Pinned group DM"
msgstr "Przypięty grupowy DM"
@@ -13742,7 +13819,7 @@ msgstr "Przypięte wiadomości"
msgid "pinned:"
msgstr "przypięte:"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:886
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:918
msgid "Pins"
msgstr "Przypięcia"
@@ -13789,15 +13866,15 @@ msgstr "Sprawdź skrzynkę odbiorczą, aby znaleźć wiadomość weryfikacyjną.
msgid "Please enable Fluxer in System Settings → Privacy & Security → Input Monitoring."
msgstr "Włącz Fluxer w Ustawienia systemowe → Prywatność i bezpieczeństwo → Monitorowanie wejścia."
-#: src/components/pages/ReportPage.tsx:396
+#: src/components/pages/ReportPage.tsx:211
msgid "Please enter a valid email address."
msgstr "Proszę wprowadzić prawidłowy adres e-mail."
-#: src/components/channel/dm/AddFriendForm.tsx:74
+#: src/components/channel/dm/AddFriendForm.tsx:97
msgid "Please enter a valid FluxerTag (Username#0000)."
msgstr "Wprowadź poprawny FluxerTag (Nazwa użytkownika#0000)."
-#: src/components/pages/ReportPage.tsx:509
+#: src/components/pages/ReportPage.tsx:336
msgid "Please enter a valid message link URL."
msgstr "Proszę wprowadzić prawidłowy adres URL linku do wiadomości."
@@ -13809,26 +13886,22 @@ msgstr "Proszę wprowadzić punkt końcowy API."
msgid "Please fill out the following fields: {fieldList}"
msgstr "Proszę wypełnić następujące pola: {fieldList}"
-#: src/components/pages/ReportPage.tsx:436
+#: src/components/pages/ReportPage.tsx:261
msgid "Please go back and enter a valid email address."
msgstr "Proszę wrócić i wprowadzić prawidłowy adres e-mail."
-#: src/components/pages/ReportPage.tsx:542
+#: src/components/pages/ReportPage.tsx:369
msgid "Please include the community (guild) ID you are reporting."
msgstr "Podaj ID społeczności (gildii), której zgłoszenie dotyczy."
-#: src/components/pages/ReportPage.tsx:504
+#: src/components/pages/ReportPage.tsx:331
msgid "Please paste the message link you are reporting."
msgstr "Wklej link do wiadomości, którą zgłaszasz."
-#: src/components/pages/ReportPage.tsx:391
+#: src/components/pages/ReportPage.tsx:206
msgid "Please provide an email address."
msgstr "Podaj adres e-mail."
-#: src/components/pages/ReportPage.tsx:801
-msgid "Please provide the details of your report."
-msgstr "Podaj szczegóły zgłoszenia."
-
#: src/components/modals/tabs/ApplicationsTab/ApplicationDetail.tsx:555
msgid "Please retry or go back to the applications list."
msgstr "Spróbuj ponownie albo wróć do listy aplikacji."
@@ -13837,7 +13910,7 @@ msgstr "Spróbuj ponownie albo wróć do listy aplikacji."
msgid "Please select a violation category"
msgstr "Wybierz kategorię naruszenia"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:297
+#: src/components/modals/tabs/GiftInventoryTab.tsx:320
msgid "Please try again later."
msgstr "Spróbuj ponownie później."
@@ -13878,7 +13951,7 @@ msgstr "Prywatność odznaki Plutonium"
msgid "Plutonium perks"
msgstr "Korzyści Plutonium"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:110
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:129
msgid "Plutonium Subscription"
msgstr "Subskrypcja Plutonium"
@@ -13886,7 +13959,7 @@ msgstr "Subskrypcja Plutonium"
msgid "PNG"
msgstr "PNG"
-#: src/components/pages/ReportPage.tsx:331
+#: src/components/pages/report/optionDescriptors.ts:103
msgid "Poland"
msgstr "Polska"
@@ -13903,7 +13976,7 @@ msgstr "ankieta"
msgid "Popouts"
msgstr "Wyskakujące okna"
-#: src/components/pages/ReportPage.tsx:332
+#: src/components/pages/report/optionDescriptors.ts:104
msgid "Portugal"
msgstr "Portugalia"
@@ -13943,11 +14016,11 @@ msgstr "Nadpisanie typu Premium"
msgid "Press keys..."
msgstr "Naciśnij klawisze..."
-#: src/components/channel/MessageReactions.tsx:121
+#: src/components/channel/MessageReactions.tsx:120
msgid "press to add reaction"
msgstr "naciśnij, aby dodać reakcję"
-#: src/components/channel/MessageReactions.tsx:121
+#: src/components/channel/MessageReactions.tsx:120
msgid "press to remove reaction"
msgstr "naciśnij, aby usunąć reakcję"
@@ -14143,15 +14216,15 @@ msgstr "Chroń konto za pomocą uwierzytelniania dwuskładnikowego i kluczy logo
msgid "Provide any additional context that may help our Safety Team..."
msgstr "Podaj dodatkowy kontekst, który może pomóc naszemu Zespołowi Bezpieczeństwa..."
-#: src/components/pages/ReportPage.tsx:882
+#: src/components/pages/report/ReportStepDetails.tsx:156
msgid "Provide at least a user ID or a user tag."
msgstr "Podaj przynajmniej ID użytkownika lub tag użytkownika."
-#: src/components/pages/ReportPage.tsx:527
+#: src/components/pages/ReportPage.tsx:354
msgid "Provide either a user ID or a FluxerTag for the person you are reporting."
msgstr "Podaj ID użytkownika lub FluxerTag osoby, którą zgłaszasz."
-#: src/components/pages/ReportPage.tsx:478
+#: src/components/pages/ReportPage.tsx:305
msgid "Provide your full legal name for the declaration."
msgstr "Podaj swoje pełne imię i nazwisko do deklaracji."
@@ -14163,7 +14236,7 @@ msgstr "Usunięto członków nieaktywnych przez {dayCount, plural, one {<0># dzi
msgid "Public bot"
msgstr "Publiczny bot"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:312
+#: src/components/modals/tabs/GiftInventoryTab.tsx:335
msgid "Purchase a Plutonium gift from the Plutonium tab to share with friends!"
msgstr "Kup prezent Plutonium na karcie Plutonium, aby podzielić się nim z przyjaciółmi!"
@@ -14171,12 +14244,12 @@ msgstr "Kup prezent Plutonium na karcie Plutonium, aby podzielić się nim z prz
msgid "Purchase History"
msgstr "Historia zakupów"
-#: src/components/modals/components/plutonium/PricingSection.tsx:61
+#: src/components/modals/components/plutonium/PricingSection.tsx:67
msgid "Purchase mode"
msgstr "Tryb zakupu"
#. placeholder {0}: getFormattedShortDate(new Date(gift.created_at))
-#: src/components/modals/tabs/GiftInventoryTab.tsx:119
+#: src/components/modals/tabs/GiftInventoryTab.tsx:120
msgid "Purchased {0}"
msgstr "Zakupiono {0}"
@@ -14275,7 +14348,7 @@ msgstr "Przyciski radiowe pozwalają wybrać jedną opcję z grupy."
msgid "Radio Group"
msgstr "Grupa radiowa"
-#: src/components/pages/ReportPage.tsx:300
+#: src/components/pages/report/optionDescriptors.ts:75
#: src/constants/IARConstants.tsx:180
msgid "Raid Coordination"
msgstr "Koordynacja rajdu"
@@ -14310,7 +14383,7 @@ msgid "Reactions"
msgstr "Reakcje"
#: src/components/layout/app-layout/nagbars/PremiumExpiredNagbar.tsx:77
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:284
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:320
msgid "Reactivate"
msgstr "Aktywuj ponownie"
@@ -14323,15 +14396,15 @@ msgstr "Czytaj historię wiadomości"
msgid "Read the community's audit log of changes and moderation actions."
msgstr "Przeczytaj dziennik audytu społeczności z wprowadzonymi zmianami i działaniami moderacyjnymi."
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:146
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:160
msgid "Read the Documentation (fluxer.dev)"
msgstr "Przeczytaj dokumentację (fluxer.dev)"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:52
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:60
msgid "Ready to Buy a Gift?"
msgstr "Gotowy, by kupić prezent?"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:52
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:60
msgid "Ready to Upgrade?"
msgstr "Gotowy na aktualizację?"
@@ -14388,11 +14461,11 @@ msgstr "Ponowne łączenie…"
msgid "Record shortcut"
msgstr "Nagraj skrót"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:269
+#: src/components/modals/tabs/GiftInventoryTab.tsx:292
msgid "Redeem"
msgstr "Zrealizuj"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:232
+#: src/components/modals/tabs/GiftInventoryTab.tsx:255
msgid "Redeem a Gift"
msgstr "Zrealizuj prezent"
@@ -14400,40 +14473,40 @@ msgstr "Zrealizuj prezent"
msgid "Redeem Beta Code"
msgstr "Zrealizuj kod beta"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:165
+#: src/components/modals/tabs/GiftInventoryTab.tsx:166
msgid "Redeem for Yourself"
msgstr "Zrealizuj dla siebie"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:255
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:281
msgid "Redeem Gift Code"
msgstr "Zrealizuj kod prezentowy"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:238
+#: src/components/modals/tabs/GiftInventoryTab.tsx:261
msgid "Redeem gift code form"
msgstr "Formularz realizacji kodu prezentowego"
#. placeholder {0}: redeemedBetaCodes.length
-#: src/components/modals/tabs/BetaCodesTab.tsx:349
+#: src/components/modals/tabs/BetaCodesTab.tsx:374
msgid "Redeemed ({0})"
msgstr "Zrealizowano ({0})"
#. placeholder {0}: getFormattedShortDate(new Date(gift.redeemed_at!))
-#: src/components/modals/tabs/GiftInventoryTab.tsx:117
+#: src/components/modals/tabs/GiftInventoryTab.tsx:118
msgid "Redeemed {0}"
msgstr "Zrealizowano {0}"
#. placeholder {0}: gift.redeemed_by.username
#. placeholder {1}: gift.redeemed_by.discriminator
-#: src/components/modals/tabs/GiftInventoryTab.tsx:153
+#: src/components/modals/tabs/GiftInventoryTab.tsx:154
msgid "Redeemed by {0}#{1}"
msgstr "Zrealizowane przez {0}#{1}"
-#: src/components/modals/tabs/BetaCodesTab.tsx:54
+#: src/components/modals/tabs/BetaCodesTab.tsx:56
msgid "Redeemer"
msgstr "Odbiorca"
-#: src/components/modals/tabs/BetaCodesTab.tsx:111
-#: src/components/modals/tabs/BetaCodesTab.tsx:188
+#: src/components/modals/tabs/BetaCodesTab.tsx:113
+#: src/components/modals/tabs/BetaCodesTab.tsx:190
msgid "Redeemer:"
msgstr "Odbiorca:"
@@ -14526,7 +14599,7 @@ msgstr "Zwykły przycisk"
msgid "Regular button clicked!"
msgstr "Kliknięto zwykły przycisk!"
-#: src/components/channel/channel-view/DMChannelView.tsx:298
+#: src/components/channel/channel-view/DMChannelView.tsx:299
#: src/components/voice/IncomingCallUI.tsx:310
msgid "Reject"
msgstr "Odrzuć"
@@ -14624,19 +14697,19 @@ msgstr "Usuń dźwięk wejścia"
msgid "Remove filter"
msgstr "Usuń filtr"
-#: src/components/bottomsheets/DMBottomSheet.tsx:508
-#: src/components/channel/dm/DMWelcomeSection.tsx:132
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:144
+#: src/components/bottomsheets/DMBottomSheet.tsx:510
+#: src/components/channel/dm/DMWelcomeSection.tsx:144
#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:146
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:253
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:148
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:255
#: src/components/modals/UserProfileActionsSheet.tsx:115
#: src/components/modals/UserProfileActionsSheet.tsx:117
#: src/components/modals/UserProfileActionsSheet.tsx:278
-#: src/components/modals/UserProfileMobileSheet.tsx:302
-#: src/components/modals/UserProfileMobileSheet.tsx:304
+#: src/components/modals/UserProfileMobileSheet.tsx:303
+#: src/components/modals/UserProfileMobileSheet.tsx:305
#: src/components/modals/UserProfileModal.tsx:1143
-#: src/components/modals/UserProfileModal.tsx:1228
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:108
+#: src/components/modals/UserProfileModal.tsx:1229
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:129
#: src/utils/RelationshipActionUtils.tsx:113
#: src/utils/RelationshipActionUtils.tsx:115
msgid "Remove Friend"
@@ -14654,8 +14727,8 @@ msgid "Remove from favorites"
msgstr "Usuń z ulubionych"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:370
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1103
-#: src/components/bottomsheets/DMBottomSheet.tsx:400
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1127
+#: src/components/bottomsheets/DMBottomSheet.tsx:402
#: src/components/channel/ChannelHeader.tsx:547
#: src/components/channel/ChannelHeader.tsx:595
#: src/components/channel/ChannelHeader.tsx:600
@@ -14720,7 +14793,7 @@ msgstr "Usuń spoiler"
msgid "Remove sticker"
msgstr "Usuń naklejkę"
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:285
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:288
#: src/components/modals/RemoveTimeoutModal.tsx:61
#: src/components/modals/RemoveTimeoutModal.tsx:75
#: src/components/modals/TimeoutMemberSheet.tsx:101
@@ -14763,11 +14836,11 @@ msgid "Removed from bookmarks"
msgstr "Usunięto z zakładek"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:115
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:541
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:555
msgid "Removed from favorites"
msgstr "Usunięto z ulubionych"
-#: src/components/bottomsheets/DMBottomSheet.tsx:126
+#: src/components/bottomsheets/DMBottomSheet.tsx:128
msgid "Removed from Favorites"
msgstr "Usunięto z ulubionych"
@@ -14891,7 +14964,7 @@ msgstr "Zmieniono nazwę społeczności na {0}."
msgid "Render all your messages as unknown message type"
msgstr "Renderuj wszystkie swoje wiadomości jako nieznany typ wiadomości"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:234
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:253
msgid "Renews on <0>{renewalDate}0>."
msgstr "Odnawia się <0>{renewalDate}0>."
@@ -14932,15 +15005,15 @@ msgstr "Odpowiedz"
msgid "Replying to <0>{authorNickname}0>"
msgstr "Odpowiadasz do <0>{authorNickname}0>"
-#: src/components/pages/ReportPage.tsx:249
+#: src/components/pages/report/optionDescriptors.ts:38
msgid "Report a Community"
msgstr "Zgłoś społeczność"
-#: src/components/pages/ReportPage.tsx:247
+#: src/components/pages/report/optionDescriptors.ts:36
msgid "Report a Message"
msgstr "Zgłoś wiadomość"
-#: src/components/pages/ReportPage.tsx:248
+#: src/components/pages/report/optionDescriptors.ts:37
msgid "Report a User Profile"
msgstr "Zgłoś profil użytkownika"
@@ -14949,12 +15022,12 @@ msgstr "Zgłoś profil użytkownika"
msgid "Report Community"
msgstr "Zgłoś społeczność"
-#: src/components/pages/ReportPage.tsx:801
-msgid "Report Details"
+#: src/components/pages/report/ReportStepDetails.tsx:74
+msgid "Report details"
msgstr "Szczegóły zgłoszenia"
-#: src/components/pages/ReportPage.tsx:241
-#: src/components/pages/ReportPage.tsx:612
+#: src/components/pages/report/ReportStepSelection.tsx:41
+#: src/components/pages/ReportPage.tsx:60
msgid "Report Illegal Content"
msgstr "Zgłoś nielegalne treści"
@@ -14963,33 +15036,24 @@ msgstr "Zgłoś nielegalne treści"
msgid "Report Message"
msgstr "Zgłoś wiadomość"
-#: src/components/pages/ReportPage.tsx:588
-msgid "Report Submitted"
+#: src/components/pages/report/ReportStepComplete.tsx:36
+msgid "Report submitted"
msgstr "Zgłoszenie wysłane"
#: src/components/modals/IARModal.tsx:128
msgid "Report submitted successfully. Our Safety Team will review it shortly."
msgstr "Zgłoszenie zostało wysłane. Nasz zespół bezpieczeństwa niebawem je sprawdzi."
-#: src/components/pages/ReportPage.tsx:624
-msgid "Report Type"
-msgstr "Rodzaj zgłoszenia"
-
#: src/components/modals/IARModal.tsx:84
#: src/components/modals/UserProfileActionsSheet.tsx:289
#: src/components/modals/UserProfileModal.tsx:1157
msgid "Report User"
msgstr "Zgłoś użytkownika"
-#: src/components/pages/ReportPage.tsx:852
+#: src/components/pages/report/ReportStepDetails.tsx:123
msgid "Reported User Tag (optional)"
msgstr "Zgłoszony tag użytkownika (opcjonalnie)"
-#: src/components/pages/ReportPage.tsx:644
-#: src/components/pages/ReportPage.tsx:804
-msgid "Reporting:"
-msgstr "Zgłaszanie:"
-
#: src/components/modals/tabs/PrivacySafetyTab/DataExportTab.tsx:48
#: src/components/modals/tabs/PrivacySafetyTab/DataExportTab.tsx:125
msgid "Request Data Export"
@@ -15050,7 +15114,7 @@ msgstr "Wymaga Plutonium"
msgid "Reschedule Message"
msgstr "Zaplanuj wiadomość ponownie"
-#: src/components/modals/ClaimAccountModal.tsx:222
+#: src/components/modals/ClaimAccountModal.tsx:224
#: src/components/modals/EmailChangeModal.tsx:230
#: src/components/modals/EmailChangeModal.tsx:294
msgid "Resend"
@@ -15064,7 +15128,11 @@ msgstr "Wyślij ponownie ({newSecondsRemaining}s)"
msgid "Resend ({originalSecondsRemaining}s)"
msgstr "Wyślij ponownie ({originalSecondsRemaining}s)"
-#: src/components/modals/ClaimAccountModal.tsx:222
+#: src/components/pages/report/ReportStepVerification.tsx:114
+msgid "Resend ({resendCooldownSeconds}s)"
+msgstr "Wyślij ponownie ({resendCooldownSeconds}s)"
+
+#: src/components/modals/ClaimAccountModal.tsx:224
msgid "Resend ({resendSecondsRemaining}s)"
msgstr "Wyślij ponownie ({resendSecondsRemaining}s)"
@@ -15072,7 +15140,7 @@ msgstr "Wyślij ponownie ({resendSecondsRemaining}s)"
msgid "Resend Button Loading"
msgstr "Przycisk ponownego wysyłania się ładuje"
-#: src/components/pages/ReportPage.tsx:761
+#: src/components/pages/report/ReportStepVerification.tsx:116
msgid "Resend code"
msgstr "Wyślij kod ponownie"
@@ -15097,7 +15165,7 @@ msgid "Resent"
msgstr "Wysłano ponownie"
#: src/components/keybinds/KeybindRecorder.tsx:215
-#: src/components/modals/components/MobileSettingsView.tsx:128
+#: src/components/modals/components/MobileSettingsView.tsx:123
#: src/components/modals/components/SettingsModalHeader.tsx:81
#: src/components/modals/ImageCropModal.tsx:977
#: src/components/modals/tabs/KeybindsTab.tsx:154
@@ -15173,8 +15241,8 @@ msgstr "Przywróć pełny ekran"
msgid "Restore maximized"
msgstr "Przywróć powiększony"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:280
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:282
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:316
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:318
msgid "Resubscribe"
msgstr "Zasubskrybuj ponownie"
@@ -15189,11 +15257,11 @@ msgstr "Zasubskrybuj ponownie"
#: src/components/modals/guildTabs/GuildStickersTab.tsx:211
#: src/components/modals/guildTabs/GuildWebhooksTab.tsx:137
#: src/components/modals/tabs/ApplicationsTab/ApplicationDetail.tsx:559
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:108
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:112
#: src/components/modals/tabs/AuthorizedAppsTab.tsx:121
-#: src/components/modals/tabs/BetaCodesTab.tsx:301
+#: src/components/modals/tabs/BetaCodesTab.tsx:326
#: src/components/modals/tabs/DevicesTab.tsx:231
-#: src/components/modals/tabs/GiftInventoryTab.tsx:300
+#: src/components/modals/tabs/GiftInventoryTab.tsx:323
msgid "Retry"
msgstr "Ponów próbę"
@@ -15244,8 +15312,8 @@ msgstr "Sprawdź, o co prosi ta aplikacja, zanim kontynuujesz."
#: src/components/invites/InviteListItem.tsx:217
#: src/components/modals/GroupInvitesBottomSheet.tsx:78
#: src/components/modals/GroupInvitesModal.tsx:76
-#: src/components/modals/tabs/BetaCodesTab.tsx:143
-#: src/components/modals/tabs/BetaCodesTab.tsx:220
+#: src/components/modals/tabs/BetaCodesTab.tsx:145
+#: src/components/modals/tabs/BetaCodesTab.tsx:222
msgid "Revoke"
msgstr "Cofnij"
@@ -15369,7 +15437,7 @@ msgstr "Role i uprawnienia"
msgid "Roles updated successfully"
msgstr "Role zostały zaktualizowane"
-#: src/components/pages/ReportPage.tsx:333
+#: src/components/pages/report/optionDescriptors.ts:105
msgid "Romania"
msgstr "Rumunia"
@@ -15423,7 +15491,7 @@ msgstr "Nasycenie"
#: src/components/modals/AddFavoriteMemeModal.tsx:102
#: src/components/modals/AttachmentEditModal.tsx:90
#: src/components/modals/BaseChangeNicknameModal.tsx:115
-#: src/components/modals/components/MobileSettingsView.tsx:131
+#: src/components/modals/components/MobileSettingsView.tsx:126
#: src/components/modals/CustomStatusBottomSheet.tsx:231
#: src/components/modals/CustomStatusModal.tsx:362
#: src/components/modals/EditFavoriteMemeModal.tsx:88
@@ -15438,9 +15506,9 @@ msgstr "Nasycenie"
msgid "Save"
msgstr "Zapisz"
-#: src/components/modals/components/plutonium/GiftSection.tsx:72
-#: src/components/modals/components/plutonium/PricingSection.tsx:81
-#: src/components/modals/components/plutonium/PricingSection.tsx:104
+#: src/components/modals/components/plutonium/GiftSection.tsx:79
+#: src/components/modals/components/plutonium/PricingSection.tsx:91
+#: src/components/modals/components/plutonium/PricingSection.tsx:119
msgid "Save 17%"
msgstr "Oszczędź 17%"
@@ -15600,8 +15668,8 @@ msgstr "Przewiń czat w dół"
msgid "Scroll Chat Up"
msgstr "Przewiń czat w górę"
-#: src/components/modals/components/plutonium/GiftSection.tsx:103
-#: src/components/modals/components/plutonium/PricingSection.tsx:138
+#: src/components/modals/components/plutonium/GiftSection.tsx:117
+#: src/components/modals/components/plutonium/PricingSection.tsx:160
msgid "Scroll down to view all the sweet perks you get with Plutonium"
msgstr "Przewiń w dół, aby zobaczyć wszystkie świetne bonusy Plutonium"
@@ -15613,11 +15681,11 @@ msgstr "Przewiń historię czatu w dół"
msgid "Scroll the chat history up"
msgstr "Przewiń historię czatu w górę"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:857
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:889
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:400
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:460
#: src/components/channel/ChannelHeader.tsx:586
-#: src/components/channel/shared/PickerSearchInput.tsx:204
+#: src/components/channel/shared/PickerSearchInput.tsx:203
#: src/components/modals/tabs/ComponentGalleryTab/InputsTab.tsx:126
#: src/stores/KeybindStore.ts:414
#: src/utils/quick-switcher/QuickSwitcherModalUtils.tsx:86
@@ -15674,7 +15742,7 @@ msgstr "Szukaj kanałów, osób lub społeczności"
#: src/components/common/FriendSelector.tsx:196
#: src/components/modals/AddFriendsToGroupModal.tsx:53
#: src/components/modals/CreateDMModal.tsx:68
-#: src/components/modals/InviteModal.tsx:237
+#: src/components/modals/InviteModal.tsx:248
#: src/components/modals/shared/RecipientList.tsx:177
#: src/components/modals/ShareThemeModal.tsx:144
msgid "Search friends"
@@ -15718,7 +15786,7 @@ msgstr "Szukaj oczekujących zaproszeń"
msgid "Search Permissions..."
msgstr "Szukaj uprawnień..."
-#: src/components/channel/ChannelSearchResults.tsx:321
+#: src/components/channel/ChannelSearchResults.tsx:278
#: src/components/modals/components/DesktopSettingsView.tsx:360
msgid "Search Results"
msgstr "Wyniki wyszukiwania"
@@ -15737,7 +15805,7 @@ msgid "Search scope"
msgstr "Zakres wyszukiwania"
#. placeholder {0}: activeScopeOption.label
-#: src/components/channel/ChannelSearchResults.tsx:1052
+#: src/components/channel/ChannelSearchResults.tsx:1031
#: src/components/channel/MessageSearchBar/MessageSearchBar.tsx:378
msgid "Search scope: {0}"
msgstr "Zakres wyszukiwania: {0}"
@@ -15767,7 +15835,7 @@ msgstr "Szukaj użytkowników"
msgid "Search within the current view"
msgstr "Szukaj w bieżącym widoku"
-#: src/components/channel/ChannelSearchResults.tsx:319
+#: src/components/channel/ChannelSearchResults.tsx:276
msgid "Searching..."
msgstr "Wyszukiwanie..."
@@ -15848,9 +15916,9 @@ msgstr "Zobacz, jak zaproszenie wygląda dla odwiedzających."
msgid "Select"
msgstr "Wybierz"
-#: src/components/pages/ReportPage.tsx:261
-#: src/components/pages/ReportPage.tsx:280
-#: src/components/pages/ReportPage.tsx:294
+#: src/components/pages/report/optionDescriptors.ts:42
+#: src/components/pages/report/optionDescriptors.ts:58
+#: src/components/pages/report/optionDescriptors.ts:69
msgid "Select a category"
msgstr "Wybierz kategorię"
@@ -15871,7 +15939,7 @@ msgstr "Wybierz społeczność"
msgid "Select a community where you have <0>Manage Community0> permissions."
msgstr "Wybierz społeczność, w której masz uprawnienia <0>Zarządzaj społecznością0>."
-#: src/components/pages/ReportPage.tsx:310
+#: src/components/pages/report/optionDescriptors.ts:82
msgid "Select a country"
msgstr "Wybierz kraj"
@@ -15887,7 +15955,7 @@ msgstr "Wybierz scenariusz do zastosowania..."
msgid "Select a verification method."
msgstr "Wybierz metodę weryfikacji."
-#: src/components/pages/ReportPage.tsx:473
+#: src/components/pages/ReportPage.tsx:300
msgid "Select a violation category."
msgstr "Wybierz kategorię naruszenia."
@@ -15958,11 +16026,15 @@ msgstr "Wybierz ekran lub okno"
msgid "Select the account you want to sign in with on the desktop app."
msgstr "Wybierz konto, na którym chcesz się zalogować w aplikacji desktopowej."
+#: src/components/pages/report/ReportStepSelection.tsx:44
+msgid "Select what you want to report."
+msgstr "Wybierz, co chcesz zgłosić."
+
#: src/components/modals/utils/settingsSearchIndex.ts:460
msgid "Select your camera"
msgstr "Wybierz swoją kamerę"
-#: src/components/pages/ReportPage.tsx:483
+#: src/components/pages/ReportPage.tsx:310
msgid "Select your country of residence."
msgstr "Wybierz kraj zamieszkania."
@@ -15986,7 +16058,7 @@ msgstr "Wybierz..."
msgid "Selections"
msgstr "Zaznaczenia"
-#: src/components/pages/ReportPage.tsx:269
+#: src/components/pages/report/optionDescriptors.ts:50
#: src/constants/IARConstants.tsx:67
msgid "Self-Harm or Suicide"
msgstr "Samookaleczenia lub samobójstwo"
@@ -16035,7 +16107,7 @@ msgstr "Wyślij wiadomość akcji (zapisuje kursywą)."
msgid "Send an SMS code first."
msgstr "Najpierw wyślij kod SMS."
-#: src/components/modals/ClaimAccountModal.tsx:182
+#: src/components/modals/ClaimAccountModal.tsx:184
#: src/components/modals/EmailChangeModal.tsx:265
#: src/components/modals/PhoneAddModal.tsx:206
msgid "Send code"
@@ -16045,9 +16117,9 @@ msgstr "Wyślij kod"
msgid "Send Code"
msgstr "Wyślij kod"
-#: src/components/channel/dm/DMWelcomeSection.tsx:109
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:269
-#: src/components/modals/UserProfileModal.tsx:1288
+#: src/components/channel/dm/DMWelcomeSection.tsx:112
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:272
+#: src/components/modals/UserProfileModal.tsx:1290
msgid "Send Friend Request"
msgstr "Wyślij zaproszenie do znajomych"
@@ -16073,7 +16145,7 @@ msgstr "Wysyłaj wiadomości"
msgid "Send Messages"
msgstr "Wysyłaj wiadomości"
-#: src/components/channel/dm/AddFriendForm.tsx:119
+#: src/components/channel/dm/AddFriendForm.tsx:142
msgid "Send Request"
msgstr "Wyślij prośbę"
@@ -16097,11 +16169,11 @@ msgstr "Wysyłaj wiadomości przekształcane na mowę."
msgid "Send TTS Messages"
msgstr "Wysyłaj wiadomości TTS"
-#: src/components/pages/ReportPage.tsx:676
+#: src/components/pages/report/ReportStepEmail.tsx:92
msgid "Send Verification Code"
msgstr "Wyślij kod weryfikacyjny"
-#: src/components/modals/InviteModal.tsx:258
+#: src/components/modals/InviteModal.tsx:268
#: src/components/modals/shared/RecipientList.tsx:223
#: src/components/modals/ShareThemeModal.tsx:162
msgid "Sent"
@@ -16128,7 +16200,7 @@ msgstr "Sesja wygasła. Zaloguj się ponownie."
msgid "Set a custom invite URL for your community."
msgstr "Ustaw niestandardowy adres URL zaproszenia dla społeczności."
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:401
+#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:361
#: src/components/modals/StatusChangeBottomSheet.tsx:171
#: src/components/popouts/UserAreaPopout.tsx:444
msgid "Set a custom status"
@@ -16336,7 +16408,7 @@ msgid "Set your timezone"
msgstr "Ustaw swoją strefę czasową"
#: src/components/bottomsheets/VoiceLobbyBottomSheet.tsx:220
-#: src/components/modals/components/MobileSettingsView.tsx:531
+#: src/components/modals/components/MobileSettingsView.tsx:485
#: src/components/modals/tabs/ComponentGalleryTab/ButtonsTab.tsx:150
#: src/components/modals/tabs/ComponentGalleryTab/ButtonsTab.tsx:221
#: src/components/modals/tabs/ComponentGalleryTab/index.tsx:94
@@ -16383,7 +16455,11 @@ msgstr "Udostępnij akcję!"
msgid "Share Audio"
msgstr "Udostępnij dźwięk"
-#: src/components/modals/components/plutonium/GiftSection.tsx:63
+#: src/components/pages/report/ReportStepDetails.tsx:77
+msgid "Share only what's needed to help our team assess the content."
+msgstr "Udostępnij tylko to, co jest potrzebne, aby pomóc naszemu zespołowi ocenić treść."
+
+#: src/components/modals/components/plutonium/GiftSection.tsx:69
msgid "Share the Plutonium experience with your friends by purchasing a gift subscription."
msgstr "Podziel się doświadczeniem Plutonium ze znajomymi, kupując subskrypcję w prezencie."
@@ -16417,7 +16493,7 @@ msgstr "Udostępnij swój motyw"
msgid "Shared theme"
msgstr "Udostępniony motyw"
-#: src/components/pages/ReportPage.tsx:268
+#: src/components/pages/report/optionDescriptors.ts:49
#: src/constants/IARConstants.tsx:62
msgid "Sharing Personal Information"
msgstr "Udostępnianie danych osobowych"
@@ -16797,11 +16873,11 @@ msgstr "Suwak z wartościami krokowymi"
msgid "Sliders"
msgstr "Suwaki"
-#: src/components/pages/ReportPage.tsx:334
+#: src/components/pages/report/optionDescriptors.ts:106
msgid "Slovakia"
msgstr "Słowacja"
-#: src/components/pages/ReportPage.tsx:335
+#: src/components/pages/report/optionDescriptors.ts:107
msgid "Slovenia"
msgstr "Słowenia"
@@ -16952,7 +17028,8 @@ msgstr "Coś poszło nie tak i aplikacja się zawiesiła. Spróbuj przeładować
msgid "Something went wrong while loading the audit log."
msgstr "Coś poszło nie tak podczas ładowania dziennika audytu."
-#: src/components/pages/ReportPage.tsx:563
+#: src/components/pages/ReportPage.tsx:103
+#: src/components/pages/ReportPage.tsx:395
msgid "Something went wrong while submitting the report. Please try again."
msgstr "Coś poszło nie tak podczas wysyłania zgłoszenia. Spróbuj ponownie."
@@ -16969,7 +17046,7 @@ msgid "Sort"
msgstr "Sortuj"
#. placeholder {0}: activeSortOption.label
-#: src/components/channel/ChannelSearchResults.tsx:1063
+#: src/components/channel/ChannelSearchResults.tsx:1042
msgid "Sort mode: {0}"
msgstr "Tryb sortowania: {0}"
@@ -17008,21 +17085,21 @@ msgstr "Odstęp między grupami wiadomości"
msgid "Spacious layout with clear visual separation between messages."
msgstr "Przestronny układ z wyraźnym wizualnym oddzieleniem wiadomości."
-#: src/components/pages/ReportPage.tsx:336
+#: src/components/pages/report/optionDescriptors.ts:108
msgid "Spain"
msgstr "Hiszpania"
-#: src/components/pages/ReportPage.tsx:283
+#: src/components/pages/report/optionDescriptors.ts:61
#: src/constants/IARConstants.tsx:119
msgid "Spam Account"
msgstr "Konto spamowe"
-#: src/components/pages/ReportPage.tsx:265
+#: src/components/pages/report/optionDescriptors.ts:46
#: src/constants/IARConstants.tsx:47
msgid "Spam or Scam"
msgstr "Spam lub oszustwo"
-#: src/components/pages/ReportPage.tsx:301
+#: src/components/pages/report/optionDescriptors.ts:76
#: src/constants/IARConstants.tsx:185
msgid "Spam or Scam Community"
msgstr "Społeczność spamowa lub oszukańcza"
@@ -17141,9 +17218,9 @@ msgstr "Zacznij tworzyć własny pakiet emoji, którym możesz się dzielić i i
msgid "Start Mic Test"
msgstr "Rozpocznij test mikrofonu"
-#: src/components/pages/ReportPage.tsx:687
-#: src/components/pages/ReportPage.tsx:771
-#: src/components/pages/ReportPage.tsx:964
+#: src/components/pages/report/ReportStepDetails.tsx:252
+#: src/components/pages/report/ReportStepEmail.tsx:103
+#: src/components/pages/report/ReportStepVerification.tsx:132
msgid "Start over"
msgstr "Zacznij od nowa"
@@ -17151,13 +17228,13 @@ msgstr "Zacznij od nowa"
msgid "Start Sharing"
msgstr "Rozpocznij udostępnianie"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:122
+#: src/components/channel/ChannelHeader/CallButtons.tsx:160
#: src/components/modals/UserProfileModal.tsx:1109
#: src/components/uikit/ContextMenu/items/CallMenuItems.tsx:91
msgid "Start Video Call"
msgstr "Rozpocznij połączenie wideo"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:70
+#: src/components/channel/ChannelHeader/CallButtons.tsx:90
#: src/components/modals/UserProfileModal.tsx:1100
#: src/components/uikit/ContextMenu/items/CallMenuItems.tsx:60
msgid "Start Voice Call"
@@ -17182,9 +17259,21 @@ msgstr "Wskaźniki statusu"
msgid "Status Slate"
msgstr "Tablica statusu"
-#: src/components/pages/ReportPage.tsx:574
-msgid "Step {stepNumber} of {FLOW_TOTAL_STEPS}"
-msgstr "Krok {stepNumber} z {FLOW_TOTAL_STEPS}"
+#: src/components/pages/report/ReportStepSelection.tsx:38
+msgid "Step 1"
+msgstr "Krok 1"
+
+#: src/components/pages/report/ReportStepEmail.tsx:51
+msgid "Step 2"
+msgstr "Krok 2"
+
+#: src/components/pages/report/ReportStepVerification.tsx:61
+msgid "Step 3"
+msgstr "Krok 3"
+
+#: src/components/pages/report/ReportStepDetails.tsx:71
+msgid "Step 4"
+msgstr "Krok 4"
#: src/utils/SystemMessageUtils.tsx:45
msgid "Step in, {username}! No paradoxes here; we're all friends."
@@ -17229,7 +17318,7 @@ msgid "Sticker density"
msgstr "Gęstość naklejek"
#: src/components/auth/InviteHeader.tsx:140
-#: src/components/channel/InviteEmbed.tsx:197
+#: src/components/channel/InviteEmbed.tsx:199
#: src/components/modals/InviteAcceptModal.tsx:142
#: src/components/modals/tabs/ExpressionPacksTab.tsx:70
msgid "Sticker pack"
@@ -17261,7 +17350,7 @@ msgstr "Naklejka zaktualizowana"
#: src/components/channel/AutocompleteEmoji.tsx:111
#: src/components/channel/textarea/TextareaButtons.tsx:134
-#: src/components/modals/ExpressionPickerSheet.tsx:86
+#: src/components/modals/ExpressionPickerSheet.tsx:73
#: src/components/popouts/ExpressionPickerPopout.tsx:79
msgid "Stickers"
msgstr "Naklejki"
@@ -17330,11 +17419,11 @@ msgstr "Sala nauki"
msgid "Style Variations"
msgstr "Warianty stylu"
-#: src/components/pages/ReportPage.tsx:601
+#: src/components/pages/report/ReportStepComplete.tsx:41
msgid "Submit another report"
msgstr "Zgłoś kolejny raport"
-#: src/components/pages/ReportPage.tsx:958
+#: src/components/pages/report/ReportStepDetails.tsx:240
msgid "Submit DSA Report"
msgstr "Wyślij raport DSA"
@@ -17346,7 +17435,7 @@ msgstr "Wyślij raport"
msgid "Submitting"
msgstr "Wysyłanie"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:53
+#: src/components/modals/components/plutonium/VisionarySection.tsx:58
msgid "subscription"
msgstr "subskrypcja"
@@ -17464,7 +17553,7 @@ msgstr "Ukryj osadzenia"
msgid "Swap text to reverify variants"
msgstr "Zamień tekst, aby ponownie zweryfikować warianty"
-#: src/components/pages/ReportPage.tsx:337
+#: src/components/pages/report/optionDescriptors.ts:109
msgid "Sweden"
msgstr "Szwecja"
@@ -17476,7 +17565,7 @@ msgstr "Szwedzki"
msgid "Switch account"
msgstr "Zmień konto"
-#: src/components/popouts/UserAreaPopout.tsx:497
+#: src/components/popouts/UserAreaPopout.tsx:499
msgid "Switch Accounts"
msgstr "Zmień konta"
@@ -17649,8 +17738,8 @@ msgstr "Tekst (NSFW)"
msgid "Text channel"
msgstr "Kanał tekstowy"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:473
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:662
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:487
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:676
#: src/components/channel/channel-header/useChannelHeaderData.ts:96
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:314
msgid "Text Channel"
@@ -17677,19 +17766,19 @@ msgstr "Pole tekstowe"
msgid "Thai"
msgstr "Tajski"
-#: src/components/pages/ReportPage.tsx:589
-msgid "Thank you for filing a report. We'll review it as soon as possible."
-msgstr "Dziękujemy za zgłoszenie. Przejrzymy je jak najszybciej."
-
#: src/components/modals/IARModal.tsx:187
msgid "Thank you for helping keep Fluxer safe. Reports are reviewed by our Safety Team. False reports may result in action against your account."
msgstr "Dziękujemy za pomoc w utrzymaniu bezpieczeństwa Fluxera. Zgłoszenia są weryfikowane przez nasz Zespół ds. bezpieczeństwa. Fałszywe zgłoszenia mogą skutkować działaniami wobec twojego konta."
+#: src/components/pages/report/ReportStepComplete.tsx:37
+msgid "Thank you for helping keep Fluxer safe. We'll review your report as soon as possible."
+msgstr "Dziękujemy za pomoc w utrzymaniu bezpieczeństwa Fluxera. Przejrzymy twoje zgłoszenie tak szybko, jak to możliwe."
+
#: src/components/form/ColorPickerField.tsx:274
msgid "That doesn't look like a valid color. Try hex, rgb(), hsl(), or a CSS color name."
msgstr "To nie wygląda na prawidłowy kolor. Spróbuj użyć formatu heksadecymalnego, rgb(), hsl() lub nazwy koloru CSS."
-#: src/components/pages/ReportPage.tsx:846
+#: src/components/pages/report/ReportStepDetails.tsx:117
msgid "That doesn't look like a valid URL."
msgstr "To nie wygląda na prawidłowy adres URL."
@@ -17733,8 +17822,8 @@ msgstr "Bot został dodany."
msgid "The channel you're looking for may have been deleted or you may not have access to it."
msgstr "Kanał, którego szukasz, mógł zostać usunięty lub możesz nie mieć do niego dostępu."
-#: src/components/layout/GuildLayout.tsx:308
-#: src/components/layout/GuildLayout.tsx:371
+#: src/components/layout/GuildLayout.tsx:313
+#: src/components/layout/GuildLayout.tsx:376
msgid "The community you're looking for may have been deleted or you may not have access to it."
msgstr "Społeczność, której szukasz, mogła zostać usunięta lub możesz nie mieć do niej dostępu."
@@ -17795,7 +17884,7 @@ msgstr "Limit czasu nie może przekroczyć 365 dni (31 536 000 sekund)."
msgid "The URL this link channel points to."
msgstr "Adres URL, na który wskazuje ten kanał z łączem."
-#: src/components/pages/ReportPage.tsx:452
+#: src/components/pages/ReportPage.tsx:277
msgid "The verification code is invalid or expired."
msgstr "Kod weryfikacyjny jest nieprawidłowy lub wygasł."
@@ -17869,7 +17958,7 @@ msgstr "Te ustawienia wykorzystują przetwarzanie dźwięku natywne dla przeglą
msgid "These toggles force the client to treat features as enabled or disabled without relying on the server configuration. They only affect your client experience and are shown to developers for testing."
msgstr "Te przełączniki zmuszają klienta do traktowania funkcji jako włączonych lub wyłączonych niezależnie od konfiguracji serwera. Wpływają tylko na twoje doświadczenie i są pokazane deweloperom do testów."
-#: src/components/channel/channel-view/DMChannelView.tsx:356
+#: src/components/channel/channel-view/DMChannelView.tsx:357
msgid "They might have taken the DeLorean elsewhere."
msgstr "Możliwe, że zabrali DeLoreana gdzie indziej."
@@ -17877,7 +17966,7 @@ msgstr "Możliwe, że zabrali DeLoreana gdzie indziej."
msgid "they/them"
msgstr "oni/one"
-#: src/components/channel/channel-view/DMChannelView.tsx:342
+#: src/components/channel/channel-view/DMChannelView.tsx:343
msgid "Think, McFly! Did you type the right address?"
msgstr "Pomyśl, McFly! Wpisałeś właściwy adres?"
@@ -17979,7 +18068,7 @@ msgstr "Ta społeczność tymczasowo wyłączyła zaproszenia. Spróbuj ponownie
msgid "This community requires you to verify your account before joining. Please set an email and password for your account."
msgstr "Ta społeczność wymaga weryfikacji konta przed dołączeniem. Ustaw email i hasło."
-#: src/components/channel/channel-view/DMChannelView.tsx:339
+#: src/components/channel/channel-view/DMChannelView.tsx:340
msgid "This conversation has been erased"
msgstr "Ta rozmowa została usunięta"
@@ -18008,8 +18097,8 @@ msgstr "Ten kod upominkowy został już użyty."
msgid "This gift code has already been redeemed."
msgstr "Ten kod upominkowy został już zrealizowany."
-#: src/components/channel/GiftEmbed.tsx:148
-#: src/components/modals/GiftAcceptModal.tsx:92
+#: src/components/channel/GiftEmbed.tsx:159
+#: src/components/modals/GiftAcceptModal.tsx:99
msgid "This gift code is invalid or already claimed."
msgstr "Ten kod upominkowy jest nieprawidłowy lub już użyty."
@@ -18022,11 +18111,11 @@ msgstr "Ten kod upominkowy jest nieprawidłowy lub został już wykorzystany."
msgid "This gift code may be invalid, expired, or already redeemed."
msgstr "Ten kod upominkowy może być nieprawidłowy, wygasły lub już zrealizowany."
-#: src/components/modals/GiftAcceptModal.tsx:118
+#: src/components/modals/GiftAcceptModal.tsx:125
msgid "This gift has already been claimed."
msgstr "Ten prezent został już odebrany."
-#: src/components/modals/tabs/GiftInventoryTab.tsx:157
+#: src/components/modals/tabs/GiftInventoryTab.tsx:158
msgid "This gift has been redeemed"
msgstr "Ten prezent został zrealizowany"
@@ -18044,7 +18133,7 @@ msgstr "To zaproszenie wygasa za {0}."
msgid "This invite has unlimited uses."
msgstr "To zaproszenie ma nieograniczoną liczbę użyć."
-#: src/components/modals/InviteModal.tsx:321
+#: src/components/modals/InviteModal.tsx:318
msgid "This invite link never expires."
msgstr "Ten link zaproszeniowy nigdy nie wygasa."
@@ -18059,23 +18148,19 @@ msgstr "To zaproszenie mogło wygasnąć lub zostać usunięte."
msgid "This invite never expires."
msgstr "To zaproszenie nigdy nie wygasa."
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:170
-#: src/components/emojis/EmojiInfoContent.tsx:79
+#: src/components/emojis/EmojiAttributionSubtext.tsx:130
msgid "This is a custom emoji from"
msgstr "To niestandardowe emoji z"
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:160
-#: src/components/emojis/EmojiInfoContent.tsx:68
+#: src/components/emojis/EmojiAttributionSubtext.tsx:121
msgid "This is a custom emoji from a community."
msgstr "To niestandardowe emoji z społeczności."
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:150
-#: src/components/emojis/EmojiInfoContent.tsx:56
+#: src/components/emojis/EmojiAttributionSubtext.tsx:111
msgid "This is a custom emoji from a community. Ask the author for an invite to use this emoji."
msgstr "To niestandardowe emoji z społeczności. Poproś autora o zaproszenie, aby z niego skorzystać."
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:138
-#: src/components/emojis/EmojiInfoContent.tsx:43
+#: src/components/emojis/EmojiAttributionSubtext.tsx:101
msgid "This is a default emoji on Fluxer."
msgstr "To domyślne emoji na Fluxerze."
@@ -18095,8 +18180,8 @@ msgstr "Tak wyglądają wiadomości"
msgid "This is not the channel you're looking for."
msgstr "To nie jest kanał, którego szukasz."
-#: src/components/layout/GuildLayout.tsx:307
-#: src/components/layout/GuildLayout.tsx:370
+#: src/components/layout/GuildLayout.tsx:312
+#: src/components/layout/GuildLayout.tsx:375
msgid "This is not the community you're looking for."
msgstr "To nie jest społeczność, której szukasz."
@@ -18113,7 +18198,7 @@ msgid "This is the beginning of <0>{displayName}0>. Add friends to start a con
msgstr "To początek <0>{displayName}0>. Dodaj przyjaciół, aby rozpocząć rozmowę!"
#. placeholder {0}: user.username
-#: src/components/channel/dm/DMWelcomeSection.tsx:182
+#: src/components/channel/dm/DMWelcomeSection.tsx:194
msgid "This is the beginning of your direct message history with <0>{0}0>."
msgstr "To początek historii twojej rozmowy prywatnej z <0>{0}0>."
@@ -18194,7 +18279,7 @@ msgstr "Ten link do motywu nie zawiera danych."
msgid "This theme may have been removed or the link is invalid."
msgstr "Ten motyw mógł zostać usunięty lub link jest nieprawidłowy."
-#: src/components/channel/dm/AddFriendForm.tsx:62
+#: src/components/channel/dm/AddFriendForm.tsx:85
msgid "This user has restricted who can send them friend requests."
msgstr "Ten użytkownik ograniczył osoby, które mogą wysyłać mu prośby o przyjaźń."
@@ -18216,8 +18301,8 @@ msgid "This was a @silent message."
msgstr "To była wiadomość @silent."
#: src/actions/MessageActionCreators.tsx:392
-#: src/components/channel/Messages.tsx:442
-#: src/components/channel/Messages.tsx:522
+#: src/components/channel/Messages.tsx:440
+#: src/components/channel/Messages.tsx:520
msgid "This will create a rift in the space-time continuum and cannot be undone."
msgstr "To stworzy rozdarcie w kontinuum czasoprzestrzennym i nie da się tego cofnąć."
@@ -18283,7 +18368,7 @@ msgstr "Czas: {currentFormatted} z {durationFormatted}"
msgid "Timed out until {0}."
msgstr "W zawieszeniu do {0}."
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:285
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:288
#: src/components/modals/TimeoutMemberModal.tsx:207
#: src/components/modals/TimeoutMemberSheet.tsx:90
#: src/components/uikit/ContextMenu/items/GuildMemberMenuItems.tsx:272
@@ -18570,7 +18655,7 @@ msgstr "prawda lub fałsz"
msgid "Try a different name or use @ / # / ! / * prefixes to filter results."
msgstr "Spróbuj innej nazwy lub użyj prefiksów @ / # / ! / * do filtrowania wyników."
-#: src/components/channel/ChannelSearchResults.tsx:710
+#: src/components/channel/ChannelSearchResults.tsx:679
msgid "Try a different search query"
msgstr "Spróbuj innego zapytania"
@@ -18585,13 +18670,13 @@ msgid "Try a different search term or filter"
msgstr "Spróbuj innego terminu wyszukiwania lub filtru"
#: src/components/auth/HandoffCodeDisplay.tsx:67
-#: src/components/channel/Messages.tsx:939
+#: src/components/channel/Messages.tsx:937
msgid "Try again"
msgstr "Spróbuj ponownie"
#: src/components/BootstrapErrorScreen.tsx:68
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:301
-#: src/components/channel/ChannelSearchResults.tsx:694
+#: src/components/channel/ChannelSearchResults.tsx:663
#: src/components/modals/channelTabs/ChannelInvitesTab.tsx:148
#: src/components/modals/channelTabs/ChannelWebhooksTab.tsx:159
#: src/components/NetworkErrorScreen.tsx:56
@@ -18612,7 +18697,7 @@ msgstr "Spróbuj innej nazwy lub sprawdź pisownię."
msgid "Try another search term"
msgstr "Spróbuj innego terminu wyszukiwania"
-#: src/components/channel/InviteEmbed.tsx:359
+#: src/components/channel/InviteEmbed.tsx:361
msgid "Try asking for a new invite."
msgstr "Spróbuj poprosić o nowe zaproszenie."
@@ -18802,7 +18887,7 @@ msgstr "Nie można zainstalować zestawu naklejek"
msgid "Unable to load activity logs"
msgstr "Nie można załadować dzienników aktywności"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:104
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:108
msgid "Unable to load applications"
msgstr "Nie można załadować aplikacji"
@@ -18814,7 +18899,7 @@ msgstr "Nie można załadować informacji o zestawie."
msgid "Unable to prepare any emojis for upload. The following errors occurred:"
msgstr "Nie można przygotować emoji do wgrania. Wystąpiły następujące błędy:"
-#: src/components/modals/ClaimAccountModal.tsx:125
+#: src/components/modals/ClaimAccountModal.tsx:127
#: src/components/modals/EmailChangeModal.tsx:122
#: src/components/modals/EmailChangeModal.tsx:152
msgid "Unable to resend code right now"
@@ -18824,7 +18909,7 @@ msgstr "Nie można teraz ponownie wysłać kodu"
msgid "Unable to send code to new email"
msgstr "Nie można wysłać kodu na nowy e-mail"
-#: src/components/channel/dm/AddFriendForm.tsx:76
+#: src/components/channel/dm/AddFriendForm.tsx:99
msgid "Unable to send friend request. Please try again."
msgstr "Nie można wysłać zaproszenia do znajomych. Spróbuj ponownie."
@@ -18844,17 +18929,17 @@ msgstr "Niedostępny dla wszystkich"
msgid "Unavailable for everyone but staff"
msgstr "Niedostępny dla wszystkich oprócz personelu"
-#: src/components/bottomsheets/DMBottomSheet.tsx:532
+#: src/components/bottomsheets/DMBottomSheet.tsx:535
#: src/components/channel/barriers/BarrierComponents.tsx:221
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:180
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:335
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:182
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:338
#: src/components/modals/tabs/BlockedUsersTab.tsx:58
#: src/components/modals/tabs/BlockedUsersTab.tsx:171
#: src/components/modals/UserProfileActionsSheet.tsx:151
#: src/components/modals/UserProfileActionsSheet.tsx:305
-#: src/components/modals/UserProfileMobileSheet.tsx:320
+#: src/components/modals/UserProfileMobileSheet.tsx:321
#: src/components/modals/UserProfileModal.tsx:1049
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:209
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:230
#: src/utils/RelationshipActionUtils.tsx:169
msgid "Unblock"
msgstr "Odblokuj"
@@ -18863,11 +18948,11 @@ msgstr "Odblokuj"
msgid "Unblock this user before sending a friend request."
msgstr "Odblokuj tego użytkownika przed wysłaniem zaproszenia."
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:178
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:180
#: src/components/modals/tabs/BlockedUsersTab.tsx:56
#: src/components/modals/UserProfileActionsSheet.tsx:149
-#: src/components/modals/UserProfileMobileSheet.tsx:318
-#: src/components/modals/UserProfileModal.tsx:1243
+#: src/components/modals/UserProfileMobileSheet.tsx:319
+#: src/components/modals/UserProfileModal.tsx:1244
#: src/utils/RelationshipActionUtils.tsx:167
msgid "Unblock User"
msgstr "Odblokuj użytkownika"
@@ -18878,17 +18963,17 @@ msgstr "Odblokuj użytkownika"
msgid "Uncategorized"
msgstr "Bez kategorii"
-#: src/components/modals/tabs/BetaCodesTab.tsx:127
-#: src/components/modals/tabs/BetaCodesTab.tsx:204
+#: src/components/modals/tabs/BetaCodesTab.tsx:129
+#: src/components/modals/tabs/BetaCodesTab.tsx:206
msgid "Unclaimed"
msgstr "Niewykorzystane"
#. placeholder {0}: unclaimedBetaCodes.length
-#: src/components/modals/tabs/BetaCodesTab.tsx:333
+#: src/components/modals/tabs/BetaCodesTab.tsx:358
msgid "Unclaimed ({0})"
msgstr "Niewykorzystane ({0})"
-#: src/components/modals/components/UnclaimedAccountAlert.tsx:31
+#: src/components/modals/components/UnclaimedAccountAlert.tsx:29
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:51
msgid "Unclaimed Account"
msgstr "Nieodebrane konto"
@@ -18922,7 +19007,7 @@ msgstr "Wyłącz wyciszenie na wszystkich urządzeniach"
msgid "Undeafen User"
msgstr "Wyłącz wyciszenie użytkownika"
-#: src/components/pages/ReportPage.tsx:285
+#: src/components/pages/report/optionDescriptors.ts:63
#: src/constants/IARConstants.tsx:129
msgid "Underage User"
msgstr "Nieletni użytkownik"
@@ -18981,7 +19066,7 @@ msgstr "Przełącz fokus"
msgid "Unique invite"
msgstr "Unikatowe zaproszenie"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:79
+#: src/components/modals/components/plutonium/VisionarySection.tsx:88
msgid "Unique profile badge"
msgstr "Unikatowa odznaka profilu"
@@ -19035,12 +19120,12 @@ msgstr "nieznany podmiot"
msgid "Unknown error"
msgstr "Nieznany błąd"
-#: src/components/channel/GiftEmbed.tsx:147
-#: src/components/modals/GiftAcceptModal.tsx:91
+#: src/components/channel/GiftEmbed.tsx:158
+#: src/components/modals/GiftAcceptModal.tsx:98
msgid "Unknown Gift"
msgstr "Nieznany prezent"
-#: src/components/channel/InviteEmbed.tsx:357
+#: src/components/channel/InviteEmbed.tsx:359
msgid "Unknown Invite"
msgstr "Nieznane zaproszenie"
@@ -19113,7 +19198,7 @@ msgstr "Odblokuj udostępnianie ekranu w HD dzięki Plutonium"
msgid "Unlock HD Video with Plutonium"
msgstr "Odblokuj wideo HD dzięki Plutonium"
-#: src/components/modals/components/PlutoniumContent.tsx:185
+#: src/components/modals/components/PlutoniumContent.tsx:196
msgid "Unlock higher limits and exclusive features while supporting an independent communication platform."
msgstr "Odblokuj wyższe limity i ekskluzywne funkcje, wspierając niezależną platformę komunikacyjną."
@@ -19126,9 +19211,9 @@ msgid "Unlock stickers in DMs with Plutonium"
msgstr "Odblokuj naklejki w DM-ach dzięki Plutonium"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:467
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:850
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1044
-#: src/components/bottomsheets/DMBottomSheet.tsx:645
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:882
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1068
+#: src/components/bottomsheets/DMBottomSheet.tsx:648
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:321
#: src/components/bottomsheets/VoiceLobbyBottomSheet.tsx:179
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:253
@@ -19154,7 +19239,7 @@ msgstr "Włącz dźwięk kategorii"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:400
#: src/components/bottomsheets/ChannelBottomSheet.tsx:452
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1005
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1029
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:167
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:161
msgid "Unmute Channel"
@@ -19167,9 +19252,9 @@ msgstr "Włącz dźwięk kanału"
msgid "Unmute Community"
msgstr "Włącz dźwięk społeczności"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1007
-#: src/components/bottomsheets/DMBottomSheet.tsx:449
-#: src/components/bottomsheets/DMBottomSheet.tsx:590
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1031
+#: src/components/bottomsheets/DMBottomSheet.tsx:451
+#: src/components/bottomsheets/DMBottomSheet.tsx:593
msgid "Unmute Conversation"
msgstr "Włącz dźwięk rozmowy"
@@ -19200,16 +19285,16 @@ msgid "Unnamed Group"
msgstr "Grupa bez nazwy"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:331
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1126
-#: src/components/bottomsheets/DMBottomSheet.tsx:478
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1150
+#: src/components/bottomsheets/DMBottomSheet.tsx:480
#: src/components/channel/dm/DMList.tsx:282
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:149
msgid "Unpin DM"
msgstr "Odepnij DM"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:290
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1126
-#: src/components/bottomsheets/DMBottomSheet.tsx:478
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1150
+#: src/components/bottomsheets/DMBottomSheet.tsx:480
#: src/components/channel/dm/DMList.tsx:243
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:129
msgid "Unpin Group DM"
@@ -19231,20 +19316,20 @@ msgid "Unpin Message"
msgstr "Odepnij wiadomość"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:232
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:583
-#: src/components/bottomsheets/DMBottomSheet.tsx:164
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:597
+#: src/components/bottomsheets/DMBottomSheet.tsx:166
#: src/components/channel/dm/DMList.tsx:224
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:132
msgid "Unpinned DM"
msgstr "Odepniony DM"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:232
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:583
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:597
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:112
msgid "Unpinned group"
msgstr "Grupa odepnięta"
-#: src/components/bottomsheets/DMBottomSheet.tsx:164
+#: src/components/bottomsheets/DMBottomSheet.tsx:166
msgid "Unpinned group DM"
msgstr "Nieprzypięta wiadomość grupowa"
@@ -19279,7 +19364,7 @@ msgstr "Przywróć osadzenia"
msgid "Until I change it"
msgstr "Do czasu zmiany"
-#: src/components/bottomsheets/DMBottomSheet.tsx:664
+#: src/components/bottomsheets/DMBottomSheet.tsx:667
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:334
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:57
#: src/components/channel/muteOptions.ts:39
@@ -19305,7 +19390,7 @@ msgstr "Aktualizuj"
msgid "Update app"
msgstr "Aktualizuj aplikację"
-#: src/components/modals/components/MobileSettingsView.tsx:244
+#: src/components/modals/components/MobileSettingsView.tsx:239
msgid "Update Service Worker"
msgstr "Aktualizuj Service Workera"
@@ -19402,7 +19487,7 @@ msgstr "Aktualizowanie ulubionych…"
msgid "Updating..."
msgstr "Aktualizowanie…"
-#: src/components/modals/components/plutonium/PricingSection.tsx:84
+#: src/components/modals/components/plutonium/PricingSection.tsx:94
msgid "Upgrade Now"
msgstr "Uaktualnij teraz"
@@ -19415,18 +19500,19 @@ msgstr "Uaktualnij do Plutonium"
msgid "Upgrade to store up to 15 custom backgrounds and unlock HD video quality, higher frame rates, and more."
msgstr "Uaktualnij, by przechowywać do 15 własnych tapet i odblokować wideo w HD, wyższe klatkaże i więcej."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:265
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:316
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:297
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:357
msgid "Upgrade to Visionary"
msgstr "Uaktualnij do Visionary"
#. placeholder {0}: formatter.format(visionarySlots.remaining)
-#: src/components/modals/components/plutonium/VisionarySection.tsx:109
+#: src/components/modals/components/plutonium/VisionarySection.tsx:122
+#: src/components/modals/components/plutonium/VisionarySection.tsx:134
msgid "Upgrade to Visionary — {0} Left"
msgstr "Uaktualnij do Visionary — pozostało {0}"
#. placeholder {0}: isGiftSubscription ? 'gift time' : 'subscription'
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:243
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:262
msgid "Upgrading to Visionary is a <0>one-time0> purchase and will <1>cancel your current {0} immediately1>."
msgstr "Uaktualnienie do Visionary to <0>jednorazowy0> zakup i <1>natychmiast anulujemy Twoją bieżącą usługę {0}1>."
@@ -19674,10 +19760,6 @@ msgstr "Użyj tych kodów, aby uzyskać dostęp do konta, jeśli utracisz aplika
msgid "Use this button to quickly clear all permissions."
msgstr "Użyj tego przycisku, aby szybko usunąć wszystkie uprawnienia."
-#: src/components/pages/ReportPage.tsx:613
-msgid "Use this form to report illegal content under the Digital Services Act (DSA). Select what you want to report."
-msgstr "Użyj tego formularza, aby zgłosić nielegalne treści na mocy Ustawy o usługach cyfrowych (DSA). Wybierz, co chcesz zgłosić."
-
#: src/components/modals/tabs/KeybindsTab.tsx:101
msgid "Use this shortcut system-wide"
msgstr "Użyj tego skrótu w całym systemie"
@@ -19708,19 +19790,19 @@ msgstr "Wygląda na to, że użytkownik ma mniej niż 13 lat"
msgid "User Debug"
msgstr "Debugowanie użytkownika"
-#: src/components/channel/channel-view/DMChannelView.tsx:353
+#: src/components/channel/channel-view/DMChannelView.tsx:354
msgid "User has vanished"
msgstr "Użytkownik zniknął"
-#: src/components/pages/ReportPage.tsx:865
+#: src/components/pages/report/ReportStepDetails.tsx:137
msgid "User ID (optional)"
msgstr "ID użytkownika (opcjonalnie)"
-#: src/components/bottomsheets/DMBottomSheet.tsx:376
+#: src/components/bottomsheets/DMBottomSheet.tsx:378
msgid "User ID copied"
msgstr "ID użytkownika skopiowane"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:652
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:666
msgid "User ID copied to clipboard"
msgstr "ID użytkownika skopiowano do schowka"
@@ -19765,7 +19847,7 @@ msgstr "Rekord użytkownika"
msgid "User Settings"
msgstr "Ustawienia użytkownika"
-#: src/components/pages/ReportPage.tsx:873
+#: src/components/pages/report/ReportStepDetails.tsx:146
msgid "User Tag (optional)"
msgstr "Tag użytkownika (opcjonalnie)"
@@ -19805,7 +19887,7 @@ msgstr "Nazwa użytkownika musi mieć co najmniej 1 znak"
msgid "Username must be at most 32 characters"
msgstr "Nazwa użytkownika może mieć maksymalnie 32 znaki"
-#: src/components/channel/dm/AddFriendForm.tsx:130
+#: src/components/channel/dm/AddFriendForm.tsx:153
msgid "Username#0000"
msgstr "NazwaUżytkownika#0000"
@@ -19904,7 +19986,7 @@ msgstr "Własne adresy URL muszą mieć od 2 do 32 znaków i mogą zawierać tyl
msgid "Verification Barriers"
msgstr "Bariery weryfikacji"
-#: src/components/modals/ClaimAccountModal.tsx:199
+#: src/components/modals/ClaimAccountModal.tsx:201
#: src/components/modals/EmailChangeModal.tsx:218
#: src/components/modals/EmailChangeModal.tsx:282
#: src/components/modals/PhoneAddModal.tsx:224
@@ -19912,11 +19994,11 @@ msgstr "Bariery weryfikacji"
msgid "Verification code"
msgstr "Kod weryfikacyjny"
-#: src/components/pages/ReportPage.tsx:719
+#: src/components/pages/report/ReportStepVerification.tsx:86
msgid "Verification Code"
msgstr "Kod weryfikacyjny"
-#: src/components/modals/ClaimAccountModal.tsx:88
+#: src/components/modals/ClaimAccountModal.tsx:90
msgid "Verification code sent"
msgstr "Kod weryfikacyjny wysłany"
@@ -19937,10 +20019,9 @@ msgstr "Weryfikacja może być wymagana przed wyświetleniem kodów zapasowych."
#: src/components/auth/AuthPageHeader.tsx:49
#: src/components/auth/InviteHeader.tsx:81
#: src/components/auth/InviteHeader.tsx:226
-#: src/components/channel/InviteEmbed.tsx:285
-#: src/components/channel/InviteEmbed.tsx:428
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:178
-#: src/components/emojis/EmojiInfoContent.tsx:87
+#: src/components/channel/InviteEmbed.tsx:287
+#: src/components/channel/InviteEmbed.tsx:430
+#: src/components/emojis/EmojiAttributionSubtext.tsx:143
#: src/components/layout/GuildHeader.tsx:132
msgid "Verified Community"
msgstr "Zweryfikowana społeczność"
@@ -19955,7 +20036,7 @@ msgstr "Zweryfikowany oddział"
msgid "Verify"
msgstr "Zweryfikuj"
-#: src/components/pages/ReportPage.tsx:740
+#: src/components/pages/report/ReportStepVerification.tsx:102
msgid "Verify Code"
msgstr "Zweryfikuj kod"
@@ -19980,6 +20061,10 @@ msgstr "Formularz weryfikacji numeru telefonu"
msgid "Verify You're Human"
msgstr "Zweryfikuj, że jesteś człowiekiem"
+#: src/components/pages/report/ReportStepEmail.tsx:54
+msgid "Verify your email"
+msgstr "Zweryfikuj swój adres e-mail"
+
#: src/components/modals/SudoVerificationModal.tsx:359
msgid "Verify your identity"
msgstr "Zweryfikuj swoją tożsamość"
@@ -20012,7 +20097,7 @@ msgid "Video"
msgstr "Wideo"
#: src/components/channel/ChannelHeader.tsx:572
-#: src/components/modals/UserProfileMobileSheet.tsx:515
+#: src/components/modals/UserProfileMobileSheet.tsx:519
msgid "Video Call"
msgstr "Połączenie wideo"
@@ -20097,7 +20182,7 @@ msgstr "Zobacz kody zapasowe"
msgid "View backup codes form"
msgstr "Formularz kodów zapasowych"
-#: src/components/channel/channel-view/DMChannelView.tsx:282
+#: src/components/channel/channel-view/DMChannelView.tsx:283
msgid "View call"
msgstr "Zobacz połączenie"
@@ -20138,7 +20223,7 @@ msgstr "Wyświetl inwentarz prezentów"
msgid "View Global Profile"
msgstr "Wyświetl profil globalny"
-#: src/components/channel/channel-view/DMChannelView.tsx:282
+#: src/components/channel/channel-view/DMChannelView.tsx:283
msgid "View incoming call"
msgstr "Wyświetl przychodzące połączenie"
@@ -20158,10 +20243,10 @@ msgstr "Wyświetl funkcje premium"
msgid "View premium perks"
msgstr "Wyświetl korzyści premium"
-#: src/components/bottomsheets/DMBottomSheet.tsx:411
+#: src/components/bottomsheets/DMBottomSheet.tsx:413
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:226
#: src/components/channel/friends/MobileFriendRequestItem.tsx:87
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:210
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:212
#: src/components/modals/tabs/BlockedUsersTab.tsx:87
#: src/components/uikit/ContextMenu/items/UserProfileMenuItem.tsx:43
msgid "View Profile"
@@ -20191,7 +20276,7 @@ msgstr "Widz dołącza do transmisji"
msgid "Viewer Leaves Stream"
msgstr "Widz opuszcza transmisję"
-#: src/components/pages/ReportPage.tsx:827
+#: src/components/pages/report/ReportStepDetails.tsx:96
msgid "Violation Category"
msgstr "Kategoria naruszenia"
@@ -20199,7 +20284,7 @@ msgstr "Kategoria naruszenia"
msgid "Violation category selection"
msgstr "Wybór kategorii naruszenia"
-#: src/components/pages/ReportPage.tsx:264
+#: src/components/pages/report/optionDescriptors.ts:45
#: src/constants/IARConstants.tsx:42
msgid "Violent or Graphic Content"
msgstr "Treści brutalne lub graficzne"
@@ -20212,9 +20297,9 @@ msgstr "Głos VIP"
msgid "Visible Buttons"
msgstr "Widoczne przyciski"
-#: src/components/modals/components/plutonium/PricingSection.tsx:88
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:110
-#: src/components/modals/components/plutonium/VisionarySection.tsx:58
+#: src/components/modals/components/plutonium/PricingSection.tsx:101
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:129
+#: src/components/modals/components/plutonium/VisionarySection.tsx:67
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:154
#: src/utils/modals/guildTabs/GuildAuditLogTabUtils.ts:274
msgid "Visionary"
@@ -20228,25 +20313,25 @@ msgstr "Visionary (dożywotnio #42)"
msgid "Visionary (Lifetime Plutonium)"
msgstr "Visionary (dożywotnio Plutonium)"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:80
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:111
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:95
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:134
msgid "Visionary {visionaryPrice}"
msgstr "Visionary {visionaryPrice}"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:96
+#: src/components/modals/components/plutonium/VisionarySection.tsx:105
msgid "Visionary community with direct team access"
msgstr "Społeczność Visionary z bezpośrednim dostępem do zespołu"
-#: src/components/modals/components/plutonium/GiftSection.tsx:87
-#: src/components/modals/components/plutonium/PricingSection.tsx:119
+#: src/components/modals/components/plutonium/GiftSection.tsx:100
+#: src/components/modals/components/plutonium/PricingSection.tsx:140
msgid "Visionary Gift"
msgstr "Prezent Visionary"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:109
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:132
msgid "Visionary Gift Sold Out"
msgstr "Prezent Visionary wyprzedany"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:80
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:95
msgid "Visionary Sold Out"
msgstr "Visionary wyprzedany"
@@ -20281,15 +20366,15 @@ msgstr "Ustawienia głosu i wideo"
msgid "Voice Activity"
msgstr "Aktywność głosowa"
-#: src/components/channel/channel-view/DMChannelView.tsx:277
+#: src/components/channel/channel-view/DMChannelView.tsx:278
#: src/components/voice/VoiceCallView.tsx:466
msgid "Voice call"
msgstr "Rozmowa głosowa"
-#: src/components/bottomsheets/DMBottomSheet.tsx:419
+#: src/components/bottomsheets/DMBottomSheet.tsx:421
#: src/components/channel/ChannelHeader.tsx:562
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:225
-#: src/components/modals/UserProfileMobileSheet.tsx:507
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:227
+#: src/components/modals/UserProfileMobileSheet.tsx:511
msgid "Voice Call"
msgstr "Połączenie głosowe"
@@ -20306,8 +20391,8 @@ msgstr "Połączenia głosowe"
msgid "Voice channel"
msgstr "Kanał głosowy"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:475
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:662
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:489
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:676
#: src/components/channel/channel-header/useChannelHeaderData.ts:100
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:314
msgid "Voice Channel"
@@ -20488,8 +20573,8 @@ msgstr "Wysłaliśmy e-mailem link do autoryzacji tego logowania. Sprawdź skrzy
msgid "We failed to retrieve the full information about this user at this time."
msgstr "Nie udało się teraz pobrać pełnych informacji o tym użytkowniku."
-#: src/components/layout/GuildLayout.tsx:302
-#: src/components/layout/GuildLayout.tsx:349
+#: src/components/layout/GuildLayout.tsx:307
+#: src/components/layout/GuildLayout.tsx:354
msgid "We fluxed up! Hang tight, we're working on it."
msgstr "Coś się popsuło! Trzymaj się, pracujemy nad tym."
@@ -20513,18 +20598,13 @@ msgstr "Straciliśmy połączenie podczas oczekiwania na autoryzację. Spróbuj
msgid "We need to make sure you're not a bot. Please complete the verification below."
msgstr "Musimy upewnić się, że nie jesteś botem. Ukończ poniższą weryfikację."
-#: src/components/pages/ReportPage.tsx:639
-msgid "We need to verify your email address before you can submit a report."
-msgstr "Musimy zweryfikować twój adres e-mail, zanim zgłosisz problem."
-
#: src/components/modals/BackupCodesModal.tsx:45
msgid "We recommend saving these codes now so that you don't get locked out of your account."
msgstr "Zalecamy zapisanie tych kodów teraz, aby nie zostać zablokowanym z konta."
-#. placeholder {0}: state.email
-#: src/components/pages/ReportPage.tsx:702
-msgid "We sent a verification code to {0}."
-msgstr "Wysłaliśmy kod weryfikacyjny na {0}."
+#: src/components/pages/report/ReportStepVerification.tsx:67
+msgid "We sent a code to {email}."
+msgstr "Wysłaliśmy kod na adres {email}."
#: src/components/auth/BrowserLoginHandoffModal.tsx:315
msgid "We will prefill {prefillEmail} once the browser login opens."
@@ -20534,6 +20614,10 @@ msgstr "Wypełnimy {prefillEmail}, gdy otworzy się logowanie w przeglądarce."
msgid "We'll restore your previous email, sign out old sessions, remove phone numbers, disable MFA, and secure your account with a new password."
msgstr "Przywrócimy twój poprzedni adres e-mail, wylogujemy stare sesje, usuniemy numery telefonów, wyłączymy MFA i zabezpieczymy konto nowym hasłem."
+#: src/components/pages/report/ReportStepEmail.tsx:57
+msgid "We'll send a short code to confirm you can receive updates about this report."
+msgstr "Wyślemy krótki kod, aby potwierdzić, że możesz otrzymywać aktualizacje dotyczące tego zgłoszenia."
+
#: src/components/modals/EmailChangeModal.tsx:190
msgid "We'll verify your current email and then your new email with one-time codes."
msgstr "Zweryfikujemy najpierw twój obecny e-mail, a potem nowy za pomocą jednorazowych kodów."
@@ -20546,13 +20630,13 @@ msgstr "Zweryfikujemy twój nowy adres e-mail jednorazowym kodem."
msgid "We're having trouble connecting to Fluxer's servers. This could be a temporary network issue or scheduled maintenance."
msgstr "Mamy problem z połączeniem z serwerami Fluxera. Może to być tymczasowy problem sieciowy lub planowana konserwacja."
-#: src/components/modals/tabs/BetaCodesTab.tsx:297
+#: src/components/modals/tabs/BetaCodesTab.tsx:322
#: src/components/modals/tabs/DevicesTab.tsx:230
msgid "We're having trouble connecting to the space-time continuum. Please check your connection and try again."
msgstr "Mamy problem z połączeniem z kontinuum czasoprzestrzennym. Sprawdź połączenie i spróbuj ponownie."
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:287
-#: src/components/channel/ChannelSearchResults.tsx:681
+#: src/components/channel/ChannelSearchResults.tsx:650
msgid "We're indexing this channel for the first time. This might take a little while..."
msgstr "Indeksujemy ten kanał po raz pierwszy. Może to potrwać chwilę..."
@@ -20829,17 +20913,16 @@ msgstr "Napisz tutaj niestandardowy CSS, aby nadpisać jakiekolwiek tokeny motyw
msgid "Write your content here... This textarea expands as you type."
msgstr "Napisz tutaj swoją treść... To pole tekstowe rozszerza się w miarę pisania."
-#: src/components/auth/DateOfBirthField.tsx:89
-#: src/components/auth/DateOfBirthField.tsx:156
+#: src/components/auth/DateOfBirthField.tsx:153
#: src/components/auth/MockMinimalRegisterForm.tsx:78
msgid "Year"
msgstr "Rok"
-#: src/components/modals/components/plutonium/PricingSection.tsx:78
+#: src/components/modals/components/plutonium/PricingSection.tsx:88
msgid "Yearly"
msgstr "Rocznie"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:71
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:84
msgid "Yearly {yearlyPrice}"
msgstr "Rocznie {yearlyPrice}"
@@ -20874,7 +20957,7 @@ msgstr "Zaraz opuścisz Fluxera"
msgid "You are about to transfer ownership of this community to <0>{0}0>. This action is <1>irreversible1> and you will lose all owner privileges."
msgstr "Zaraz przekażesz własność tej społeczności <0>{0}0>. Ta akcja jest <1>nieodwracalna1> i stracisz wszystkie uprawnienia właściciela."
-#: src/components/channel/dm/AddFriendForm.tsx:72
+#: src/components/channel/dm/AddFriendForm.tsx:95
msgid "You are already friends with this user."
msgstr "Jesteście już znajomymi."
@@ -20960,7 +21043,7 @@ msgstr "Możesz przesłać maksymalnie {MAX_EMOJIS_PER_UPLOAD} emoji jednocześn
msgid "You can pin messages in this conversation for everyone to see."
msgstr "Możesz przypiąć wiadomości w tej rozmowie, aby wszyscy je widzieli."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:175
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:194
msgid "You can redeem additional gift codes to <0>extend0> your gift time. To start a monthly or yearly plan, wait until after it ends — or <1>upgrade to Visionary1> now (remaining gift time will be discarded)."
msgstr "Możesz zrealizować dodatkowe kody prezentowe, aby <0>przedłużyć0> czas trwania prezentu. Aby rozpocząć plan miesięczny lub roczny, poczekaj aż obecny się skończy — albo <1>przejdź teraz na Visionary1> (pozostały czas prezentu zostanie anulowany)."
@@ -20990,7 +21073,7 @@ msgstr "Możesz używać linków i Markdown do formatowania tekstu. Z <0/> może
msgid "You can't add new reactions while you're on timeout."
msgstr "Nie możesz dodawać nowych reakcji, gdy masz timeout."
-#: src/components/modals/UserProfileModal.tsx:1170
+#: src/components/modals/UserProfileModal.tsx:1171
msgid "You can't befriend yourself"
msgstr "Nie możesz dodać siebie do znajomych"
@@ -20998,14 +21081,14 @@ msgstr "Nie możesz dodać siebie do znajomych"
msgid "You can't interact with reactions in search results as it might disrupt the space-time continuum."
msgstr "Nie możesz wchodzić w interakcje z reakcjami w wynikach wyszukiwania, bo może to zakłócić kontinuum czasoprzestrzenne."
-#: src/components/layout/ChannelItem.tsx:200
-#: src/components/layout/ChannelItem.tsx:366
-#: src/stores/voice/MediaEngineFacade.ts:151
-#: src/stores/voice/MediaEngineFacade.ts:482
+#: src/components/layout/ChannelItem.tsx:206
+#: src/components/layout/ChannelItem.tsx:375
+#: src/stores/voice/MediaEngineFacade.ts:154
+#: src/stores/voice/MediaEngineFacade.ts:529
msgid "You can't join while you're on timeout."
msgstr "Nie możesz dołączyć, gdy masz timeout."
-#: src/components/modals/UserProfileModal.tsx:1182
+#: src/components/modals/UserProfileModal.tsx:1183
#: src/components/popouts/UserProfilePopout.tsx:282
#: src/components/profile/ProfilePreview.tsx:284
msgid "You can't message yourself"
@@ -21019,7 +21102,7 @@ msgstr "Nie możesz wysłać prośby o znajomość do siebie."
msgid "You can't send friend requests to bots."
msgstr "Nie możesz wysyłać próśb o znajomość do botów."
-#: src/components/channel/dm/AddFriendForm.tsx:64
+#: src/components/channel/dm/AddFriendForm.tsx:87
msgid "You can't send friend requests to users you've blocked. Unblock them first."
msgstr "Nie możesz wysłać prośby o znajomość do użytkowników, których zablokowałeś. Najpierw ich odblokuj."
@@ -21066,11 +21149,11 @@ msgstr "Nie możesz usunąć tego uprawnienia, bo odebrałbyś je sobie"
msgid "You cannot save a role with a blank name. Please provide a valid name before saving."
msgstr "Nie możesz zapisać roli bez nazwy. Podaj poprawną nazwę zanim zapiszesz."
-#: src/components/channel/dm/AddFriendForm.tsx:68
+#: src/components/channel/dm/AddFriendForm.tsx:91
msgid "You cannot send a friend request to yourself."
msgstr "Nie możesz wysłać prośby o znajomość do siebie."
-#: src/components/channel/dm/AddFriendForm.tsx:66
+#: src/components/channel/dm/AddFriendForm.tsx:89
msgid "You cannot send friend requests to bots."
msgstr "Nie możesz wysyłać próśb o znajomość do botów."
@@ -21094,7 +21177,7 @@ msgstr "Nie masz dostępu do kanału, na którym wysłano tę wiadomość."
msgid "You do not have permission to send messages in this channel."
msgstr "Nie masz uprawnień do wysyłania wiadomości na tym kanale."
-#: src/components/layout/GuildLayout.tsx:393
+#: src/components/layout/GuildLayout.tsx:398
msgid "You don't have access to any channels in this community."
msgstr "Nie masz dostępu do żadnych kanałów w tej społeczności."
@@ -21114,23 +21197,23 @@ msgstr "Nie masz uprawnień do zainstalowania tego pakietu emoji."
msgid "You don't have permission to install this sticker pack."
msgstr "Nie masz uprawnień do zainstalowania tego pakietu naklejek."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:203
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:222
msgid "You have all <0/> for <1>{monthlyPrice}/month1>."
msgstr "Masz wszystko <0/> za <1>{monthlyPrice}/miesiąc1>."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:208
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:227
msgid "You have all <0/> for <1>{yearlyPrice}/year1>."
msgstr "Masz wszystko <0/> za <1>{yearlyPrice}/rok1>."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:213
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:232
msgid "You have all <0/> for your subscription period."
msgstr "Masz wszystko <0/> przez okres subskrypcji."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:198
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:217
msgid "You have all <0/> forever. No subscriptions, no renewals."
msgstr "Masz wszystko <0/> na zawsze. Bez subskrypcji, bez odnowień."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:169
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:188
msgid "You have all <0/> via a <1>gift subscription1> until <2>{giftEndDate}2>. It <3>won't renew3>."
msgstr "Masz wszystko <0/> dzięki <1>subskrypcji prezentowej1> do <2>{giftEndDate}2>. <3>Nie odnowi się3>."
@@ -21228,11 +21311,11 @@ msgstr "Straciłeś dostęp do tej zapisanej wiadomości. Usunąć?"
msgid "You made it, {username}! We're about to hit 88mph!"
msgstr "Dotarłeś, {username}! Zaraz osiągniemy 88 mil na godzinę!"
-#: src/components/channel/CallMessage.tsx:179
+#: src/components/channel/CallMessage.tsx:173
msgid "You missed a call from <0/> that lasted {durationText}."
msgstr "Przegapiłeś połączenie od <0/>, które trwało {durationText}."
-#: src/components/channel/CallMessage.tsx:184
+#: src/components/channel/CallMessage.tsx:178
msgid "You missed a call from <0/>."
msgstr "Przegapiłeś połączenie od <0/>."
@@ -21252,7 +21335,7 @@ msgstr "Musisz mieć co najmniej 18 lat, aby zobaczyć tę zawartość. <0>Dowie
msgid "You must be connected to the gateway to accept this temporary invite. Please check your connection and try again."
msgstr "Musisz być połączony z bramą, aby zaakceptować tymczasowe zaproszenie. Sprawdź połączenie i spróbuj ponownie."
-#: src/components/pages/ReportPage.tsx:463
+#: src/components/pages/ReportPage.tsx:288
msgid "You must verify your email before submitting a report."
msgstr "Musisz potwierdzić adres e-mail, zanim zgłosisz raport."
@@ -21385,7 +21468,7 @@ msgstr "Jesteś na kanale głosowym"
msgid "You're sending messages too quickly"
msgstr "Wysyłasz wiadomości zbyt szybko"
-#: src/components/channel/Messages.tsx:909
+#: src/components/channel/Messages.tsx:907
msgid "You're viewing older messages"
msgstr "Oglądasz starsze wiadomości"
@@ -21464,7 +21547,7 @@ msgstr "Twoje konto zostało zatwierdzone. Przekierowujemy cię do aplikacji..."
msgid "Your account has been created, but access is temporarily limited until approval. You will be notified once your account is approved."
msgstr "Twoje konto zostało utworzone, ale dostęp jest tymczasowo ograniczony do czasu zatwierdzenia. Zostaniesz poinformowany, gdy konto zostanie zatwierdzone."
-#: src/components/modals/components/UnclaimedAccountAlert.tsx:38
+#: src/components/modals/components/UnclaimedAccountAlert.tsx:36
msgid "Your account is not yet claimed. Without an email and password, you won't be able to sign in from other devices and you could lose access to your account. Claim your account now to secure it."
msgstr "Twoje konto nie zostało jeszcze przejęte. Bez e-maila i hasła nie zalogujesz się z innych urządzeń i możesz stracić dostęp. Przejmij konto teraz, aby je zabezpieczyć."
@@ -21508,7 +21591,7 @@ msgstr "Twoje obecne ustawienia dźwięku powiadomień zostaną zachowane."
msgid "Your export request will be processed"
msgstr "Twoje żądanie eksportu zostanie przetworzone"
-#: src/components/pages/ReportPage.tsx:935
+#: src/components/pages/report/ReportStepDetails.tsx:213
msgid "Your FluxerTag (optional)"
msgstr "Twój FluxerTag (opcjonalnie)"
@@ -21521,7 +21604,7 @@ msgid "Your invite expires in 24 hours"
msgstr "Twoje zaproszenie wygasa za 24 godziny"
#. placeholder {0}: getExpirationText()
-#: src/components/modals/InviteModal.tsx:325
+#: src/components/modals/InviteModal.tsx:322
msgid "Your invite link expires in {0}."
msgstr "Link zaproszenia wygasa za {0}."
@@ -21565,7 +21648,7 @@ msgstr "Twoja prywatna przestrzeń do szybkiego dostępu do ulubionych kanałów
msgid "Your Plutonium subscription has expired. You've lost all Plutonium perks. Reactivate your subscription to regain access."
msgstr "Twoja subskrypcja Plutonium wygasła. Straciłeś wszystkie korzyści Plutonium. Aktywuj subskrypcję ponownie, by odzyskać dostęp."
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:781
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:813
msgid "Your private space"
msgstr "Twoja prywatna przestrzeń"
@@ -21573,7 +21656,7 @@ msgstr "Twoja prywatna przestrzeń"
msgid "Your private space for thoughts and reminders"
msgstr "Twoja prywatna przestrzeń na przemyślenia i przypomnienia"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:277
+#: src/components/modals/tabs/GiftInventoryTab.tsx:300
msgid "Your Purchased Gifts"
msgstr "Twoje zakupione prezenty"
@@ -21585,15 +21668,11 @@ msgstr "twój region"
msgid "Your stream is still being broadcast"
msgstr "Twój stream wciąż jest nadawany"
-#: src/components/pages/ReportPage.tsx:594
-msgid "Your submission ID"
-msgstr "Twój identyfikator zgłoszenia"
-
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:153
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:172
msgid "Your subscription ended, but you still have all <0/> until <1>{graceDate}1>. Resubscribe to keep them."
msgstr "Twoja subskrypcja się zakończyła, ale wciąż masz wszystko <0/> do <1>{graceDate}1>. Odnów, aby je zachować."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:138
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:157
msgid "Your subscription expired on <0>{expiredDate}0>. You lost all <1/>. You can reactivate at any time."
msgstr "Twoja subskrypcja wygasła <0>{expiredDate}0>. Straciłeś wszystkie <1/>. Możesz ją ponownie aktywować w dowolnym momencie."
@@ -21609,7 +21688,7 @@ msgstr "Twoja subskrypcja została ponownie aktywowana!"
msgid "Your subscription has been set to cancel at the end of your billing period."
msgstr "Twoja subskrypcja zostanie anulowana po zakończeniu okresu rozliczeniowego."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:191
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:210
msgid "Your subscription will cancel on <0>{cancelDate}0>. You'll lose all <1/> after that date."
msgstr "Twoja subskrypcja zostanie anulowana <0>{cancelDate}0>. Po tej dacie stracisz wszystkie <1/>."
diff --git a/fluxer_app/src/locales/pt-BR/messages.po b/fluxer_app/src/locales/pt-BR/messages.po
index 825f236d..e88be1ea 100644
--- a/fluxer_app/src/locales/pt-BR/messages.po
+++ b/fluxer_app/src/locales/pt-BR/messages.po
@@ -68,12 +68,12 @@ msgstr "(máx. 15 mostrados)"
msgid "(No content)"
msgstr "(Sem conteúdo)"
-#: src/components/modals/UserProfileMobileSheet.tsx:552
+#: src/components/modals/UserProfileMobileSheet.tsx:556
#: src/components/pages/YouPage.tsx:147
msgid "(only visible to you)"
msgstr "(visível apenas para você)"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:954
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:976
msgid "(you)"
msgstr "(você)"
@@ -138,12 +138,12 @@ msgid "{0} Online"
msgstr "{0} Online"
#. placeholder {0}: reaction.count
-#: src/components/channel/MessageReactions.tsx:120
+#: src/components/channel/MessageReactions.tsx:119
msgid "{0} reaction"
msgstr "{0} reação"
#. placeholder {0}: reaction.count
-#: src/components/channel/MessageReactions.tsx:120
+#: src/components/channel/MessageReactions.tsx:119
msgid "{0} reactions"
msgstr "{0} reações"
@@ -153,13 +153,13 @@ msgid "{0} remaining"
msgstr "{0} restantes"
#. placeholder {0}: machineState.total
-#: src/components/channel/ChannelSearchResults.tsx:315
+#: src/components/channel/ChannelSearchResults.tsx:272
msgid "{0} Result"
msgstr "{0} Resultado"
#. placeholder {0}: machineState.total
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:390
-#: src/components/channel/ChannelSearchResults.tsx:315
+#: src/components/channel/ChannelSearchResults.tsx:272
msgid "{0} Results"
msgstr "{0} Resultados"
@@ -402,7 +402,7 @@ msgstr "{actor} atualizou o adesivo {namedTarget}."
msgid "{actor} updated the webhook {namedTarget}."
msgstr "{actor} atualizou o webhook {namedTarget}."
-#: src/components/modals/tabs/BetaCodesTab.tsx:280
+#: src/components/modals/tabs/BetaCodesTab.tsx:284
msgid "{allowance} codes remaining this week"
msgstr "{allowance} códigos restantes esta semana"
@@ -533,7 +533,7 @@ msgstr "{emojiName}, {0} reação"
msgid "{emojiName}, {0} reactions"
msgstr "{emojiName}, {0} reações"
-#: src/components/channel/MessageReactions.tsx:122
+#: src/components/channel/MessageReactions.tsx:121
msgid "{emojiName}: {reactionCountText}, {actionText}"
msgstr "{emojiName}: {reactionCountText}, {actionText}"
@@ -561,8 +561,8 @@ msgstr "As imagens {label} não podem ser animadas. Por favor, use JPEG, PNG ou
#: src/components/auth/InviteHeader.tsx:127
#: src/components/auth/InviteHeader.tsx:241
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:281
-#: src/components/channel/InviteEmbed.tsx:180
-#: src/components/channel/InviteEmbed.tsx:444
+#: src/components/channel/InviteEmbed.tsx:182
+#: src/components/channel/InviteEmbed.tsx:446
msgid "{memberCount} Member"
msgstr "{memberCount} Membro"
@@ -570,8 +570,8 @@ msgstr "{memberCount} Membro"
#: src/components/auth/InviteHeader.tsx:127
#: src/components/auth/InviteHeader.tsx:241
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:281
-#: src/components/channel/InviteEmbed.tsx:180
-#: src/components/channel/InviteEmbed.tsx:444
+#: src/components/channel/InviteEmbed.tsx:182
+#: src/components/channel/InviteEmbed.tsx:446
msgid "{memberCount} Members"
msgstr "{memberCount} Membros"
@@ -606,11 +606,11 @@ msgstr "{minutes} minutos e {seconds} segundos"
msgid "{minutes} minutes and 1 second"
msgstr "{minutes} minutos e 1 segundo"
-#: src/components/channel/dm/DMWelcomeSection.tsx:155
+#: src/components/channel/dm/DMWelcomeSection.tsx:167
msgid "{mutualGuildCount} mutual commmunity"
msgstr "{mutualGuildCount} comunidade mútua"
-#: src/components/channel/dm/DMWelcomeSection.tsx:156
+#: src/components/channel/dm/DMWelcomeSection.tsx:168
msgid "{mutualGuildCount} mutual communities"
msgstr "{mutualGuildCount} comunidades mútuas"
@@ -632,7 +632,7 @@ msgstr "{participantCount} participantes em chamada"
#: src/components/auth/InviteHeader.tsx:235
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:276
-#: src/components/channel/InviteEmbed.tsx:439
+#: src/components/channel/InviteEmbed.tsx:441
msgid "{presenceCount} Online"
msgstr "{presenceCount} online"
@@ -644,15 +644,15 @@ msgstr "restam {remaining} caracteres"
msgid "{remaining} characters left. Get Plutonium to write up to {premiumMaxLength} characters."
msgstr "restam {remaining} caracteres. Obtenha Plutonium para escrever até {premiumMaxLength} caracteres."
-#: src/components/channel/InviteEmbed.tsx:301
+#: src/components/channel/InviteEmbed.tsx:303
msgid "{renderedMemberCount} Member"
msgstr "{renderedMemberCount} Membro"
-#: src/components/channel/InviteEmbed.tsx:301
+#: src/components/channel/InviteEmbed.tsx:303
msgid "{renderedMemberCount} Members"
msgstr "{renderedMemberCount} Membros"
-#: src/components/channel/InviteEmbed.tsx:296
+#: src/components/channel/InviteEmbed.tsx:298
msgid "{renderedPresenceCount} Online"
msgstr "{renderedPresenceCount} online"
@@ -704,11 +704,11 @@ msgstr "{totalSeconds} segundo"
msgid "{totalSeconds} seconds"
msgstr "{totalSeconds} segundos"
-#: src/components/layout/GuildsLayout.tsx:231
+#: src/components/layout/GuildsLayout.tsx:229
msgid "{unavailableCount} communities are temporarily unavailable due to a flux capacitor malfunction."
msgstr "{unavailableCount} comunidades estão temporariamente indisponíveis devido a uma falha no capacitor de fluxo."
-#: src/components/layout/GuildsLayout.tsx:230
+#: src/components/layout/GuildsLayout.tsx:228
msgid "{unavailableCount} community is temporarily unavailable due to a flux capacitor malfunction."
msgstr "{unavailableCount} comunidade está temporariamente indisponível devido a uma falha no capacitor de fluxo."
@@ -814,27 +814,27 @@ msgstr "menções de @everyone"
msgid "@username"
msgstr "@username"
-#: src/components/channel/CallMessage.tsx:75
+#: src/components/channel/CallMessage.tsx:72
msgid "# days"
msgstr "# dias"
-#: src/components/channel/CallMessage.tsx:76
+#: src/components/channel/CallMessage.tsx:73
msgid "# hours"
msgstr "# horas"
-#: src/components/channel/CallMessage.tsx:77
+#: src/components/channel/CallMessage.tsx:74
msgid "# minutes"
msgstr "# minutos"
-#: src/components/channel/CallMessage.tsx:73
+#: src/components/channel/CallMessage.tsx:70
msgid "# months"
msgstr "# meses"
-#: src/components/channel/CallMessage.tsx:74
+#: src/components/channel/CallMessage.tsx:71
msgid "# weeks"
msgstr "# semanas"
-#: src/components/channel/CallMessage.tsx:72
+#: src/components/channel/CallMessage.tsx:69
msgid "# years"
msgstr "# anos"
@@ -878,11 +878,11 @@ msgstr "<0/> removeu <1/> do grupo."
msgid "<0/> removed someone from the group."
msgstr "<0/> removeu alguém do grupo."
-#: src/components/channel/CallMessage.tsx:191
+#: src/components/channel/CallMessage.tsx:185
msgid "<0/> started a call that lasted {durationText}."
msgstr "<0/> iniciou uma chamada que durou {durationText}."
-#: src/components/channel/CallMessage.tsx:154
+#: src/components/channel/CallMessage.tsx:148
msgid "<0/> started a call."
msgstr "<0/> iniciou uma chamada."
@@ -943,11 +943,11 @@ msgstr "<0>Dessilenciou0> o membro."
msgid "<0>Warning:0> This will also disable SMS two-factor authentication."
msgstr "<0>Aviso:0> Isso também desativará a autenticação de dois fatores por SMS."
-#: src/components/modals/tabs/BetaCodesTab.tsx:278
+#: src/components/modals/tabs/BetaCodesTab.tsx:282
msgid "1 code remaining this week"
msgstr "1 código restante esta semana"
-#: src/components/channel/CallMessage.tsx:75
+#: src/components/channel/CallMessage.tsx:72
#: src/components/modals/BanMemberModal.tsx:54
#: src/components/modals/InviteModal.tsx:77
#: src/components/modals/InviteModal.tsx:212
@@ -956,7 +956,7 @@ msgstr "1 código restante esta semana"
msgid "1 day"
msgstr "1 dia"
-#: src/components/channel/CallMessage.tsx:76
+#: src/components/channel/CallMessage.tsx:73
#: src/components/modals/BanMemberModal.tsx:52
#: src/components/modals/channelTabs/ChannelOverviewTab.tsx:154
#: src/components/modals/CustomStatusBottomSheet.tsx:44
@@ -993,7 +993,7 @@ msgstr "1 minuto e {seconds} segundos"
msgid "1 minute and 1 second"
msgstr "1 minuto e 1 segundo"
-#: src/components/channel/CallMessage.tsx:73
+#: src/components/channel/CallMessage.tsx:70
#: src/components/modals/BanMemberModal.tsx:59
msgid "1 month"
msgstr "1 mês"
@@ -1002,12 +1002,12 @@ msgstr "1 mês"
msgid "1 Month"
msgstr "1 Mês"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:99
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:120
msgid "1 Month {monthlyPrice}"
msgstr "1 Mês {monthlyPrice}"
-#: src/components/modals/components/plutonium/GiftSection.tsx:78
-#: src/components/modals/components/plutonium/PricingSection.tsx:110
+#: src/components/modals/components/plutonium/GiftSection.tsx:88
+#: src/components/modals/components/plutonium/PricingSection.tsx:128
msgid "1 Month Gift"
msgstr "Presente de 1 Mês"
@@ -1020,22 +1020,22 @@ msgstr "1 uso"
msgid "1 user"
msgstr "1 usuário"
-#: src/components/channel/CallMessage.tsx:74
+#: src/components/channel/CallMessage.tsx:71
#: src/components/modals/BanMemberModal.tsx:57
#: src/components/modals/TimeoutMemberOptions.ts:39
msgid "1 week"
msgstr "1 semana"
-#: src/components/channel/CallMessage.tsx:72
+#: src/components/channel/CallMessage.tsx:69
msgid "1 year"
msgstr "1 ano"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:91
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:109
msgid "1 Year {yearlyPrice}"
msgstr "1 Ano {yearlyPrice}"
-#: src/components/modals/components/plutonium/GiftSection.tsx:69
-#: src/components/modals/components/plutonium/PricingSection.tsx:101
+#: src/components/modals/components/plutonium/GiftSection.tsx:76
+#: src/components/modals/components/plutonium/PricingSection.tsx:116
msgid "1 Year Gift"
msgstr "Presente de 1 Ano"
@@ -1286,8 +1286,8 @@ msgstr "8 horas"
msgid "A 4-digit tag will be added automatically to ensure uniqueness"
msgstr "Uma tag de 4 dígitos será adicionada automaticamente para garantir a exclusividade"
-#: src/components/channel/CallMessage.tsx:86
-#: src/components/channel/CallMessage.tsx:148
+#: src/components/channel/CallMessage.tsx:83
+#: src/components/channel/CallMessage.tsx:142
msgid "a few seconds"
msgstr "alguns segundos"
@@ -1299,7 +1299,7 @@ msgstr "Um punhado de guerreiros do teclado está se reunindo..."
msgid "A helpful bot that does amazing things!"
msgstr "Um bot útil que faz coisas incríveis!"
-#: src/components/channel/CallMessage.tsx:77
+#: src/components/channel/CallMessage.tsx:74
msgid "a minute"
msgstr "um minuto"
@@ -1316,7 +1316,7 @@ msgid "A symphony of clacking keys is underway..."
msgstr "Uma sinfonia de teclas batendo está em andamento..."
#: src/components/modals/tabs/MyProfileTab/BioEditor.tsx:127
-#: src/components/modals/UserProfileMobileSheet.tsx:528
+#: src/components/modals/UserProfileMobileSheet.tsx:532
#: src/components/pages/YouPage.tsx:132
msgid "About Me"
msgstr "Sobre Mim"
@@ -1330,18 +1330,18 @@ msgstr "Sobre Você"
msgid "Accent Color"
msgstr "Cor de Destaque"
-#: src/components/channel/channel-view/DMChannelView.tsx:291
-#: src/components/channel/dm/DMWelcomeSection.tsx:116
+#: src/components/channel/channel-view/DMChannelView.tsx:292
+#: src/components/channel/dm/DMWelcomeSection.tsx:128
#: src/components/channel/friends/FriendListItem.tsx:238
#: src/components/channel/friends/MobileFriendRequestItem.tsx:99
#: src/components/voice/IncomingCallUI.tsx:302
msgid "Accept"
msgstr "Aceitar"
-#: src/components/bottomsheets/DMBottomSheet.tsx:515
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:260
-#: src/components/modals/UserProfileModal.tsx:1258
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:88
+#: src/components/bottomsheets/DMBottomSheet.tsx:517
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:262
+#: src/components/modals/UserProfileModal.tsx:1259
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:109
msgid "Accept Friend Request"
msgstr "Aceitar Solicitação de Amizade"
@@ -1358,7 +1358,7 @@ msgstr "Aceitar Convite"
msgid "Accept the incoming call"
msgstr "Aceitar a chamada recebida"
-#: src/components/channel/InviteEmbed.tsx:226
+#: src/components/channel/InviteEmbed.tsx:228
#: src/components/modals/InviteAcceptModal.tsx:163
msgid "Accepting this invite installs the pack automatically."
msgstr "Aceitar este convite instala o pacote automaticamente."
@@ -1407,7 +1407,7 @@ msgstr "Conta e Premium"
msgid "Account appears to exist solely for spamming"
msgstr "A conta parece existir apenas para spam"
-#: src/components/modals/ClaimAccountModal.tsx:105
+#: src/components/modals/ClaimAccountModal.tsx:107
msgid "Account claimed successfully"
msgstr "Conta reivindicada com sucesso"
@@ -1459,7 +1459,7 @@ msgstr "Apenas em todas as mensagens diretas em que você já esteve"
msgid "Action with both icons!"
msgstr "Ação com ambos os ícones!"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:124
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:143
msgid "Active"
msgstr "Ativo"
@@ -1584,12 +1584,13 @@ msgstr "Adicionar E-mail"
msgid "Add Favorite Channels"
msgstr "Adicionar Canais Favoritos"
-#: src/components/bottomsheets/DMBottomSheet.tsx:524
+#: src/components/bottomsheets/DMBottomSheet.tsx:527
#: src/components/channel/dm/AddFriendView.tsx:32
#: src/components/channel/dm/DMFriendsView.tsx:199
#: src/components/modals/AddFriendSheet.tsx:50
-#: src/components/modals/UserProfileModal.tsx:1178
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:68
+#: src/components/modals/UserProfileModal.tsx:1179
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:75
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:89
msgid "Add Friend"
msgstr "Adicionar Amigo"
@@ -1597,7 +1598,7 @@ msgstr "Adicionar Amigo"
msgid "Add Friends"
msgstr "Adicionar Amigos"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1187
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1211
#: src/components/channel/ChannelHeader.tsx:630
#: src/components/channel/dm/GroupDMWelcomeSection.tsx:85
msgid "Add Friends to Group"
@@ -1612,7 +1613,7 @@ msgstr "Adicionar Item"
msgid "Add new reactions to messages."
msgstr "Adicionar novas reações às mensagens."
-#: src/components/bottomsheets/DMBottomSheet.tsx:426
+#: src/components/bottomsheets/DMBottomSheet.tsx:428
#: src/components/profile/ProfileCard/ProfileCardActions.tsx:48
#: src/components/uikit/ContextMenu/items/UserNoteMenuItems.tsx:42
msgid "Add Note"
@@ -1647,7 +1648,7 @@ msgstr "Formulário para adicionar número de telefone"
#: src/components/channel/MessageActionBar.tsx:450
#: src/components/channel/MessageActionBar.tsx:741
#: src/components/channel/messageActionMenu.tsx:92
-#: src/components/channel/MessageReactions.tsx:264
+#: src/components/channel/MessageReactions.tsx:263
#: src/components/uikit/ContextMenu/items/MessageMenuItems.tsx:65
msgid "Add Reaction"
msgstr "Adicionar Reação"
@@ -1695,8 +1696,8 @@ msgid "Add to favorites"
msgstr "Adicionar aos favoritos"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:370
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1103
-#: src/components/bottomsheets/DMBottomSheet.tsx:400
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1127
+#: src/components/bottomsheets/DMBottomSheet.tsx:402
#: src/components/channel/ChannelHeader.tsx:547
#: src/components/channel/ChannelHeader.tsx:595
#: src/components/channel/ChannelHeader.tsx:600
@@ -1731,11 +1732,11 @@ msgid "Added to bookmarks"
msgstr "Adicionado aos favoritos"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:118
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:544
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:558
msgid "Added to favorites"
msgstr "Adicionado aos favoritos"
-#: src/components/bottomsheets/DMBottomSheet.tsx:129
+#: src/components/bottomsheets/DMBottomSheet.tsx:131
msgid "Added to Favorites"
msgstr "Adicionado aos Favoritos"
@@ -1752,7 +1753,7 @@ msgstr "Adicionado: {createdDate}"
msgid "Added: {createdDate} • Last used: {lastUsedDate}"
msgstr "Adicionado: {createdDate} • Último uso: {lastUsedDate}"
-#: src/components/pages/ReportPage.tsx:943
+#: src/components/pages/report/ReportStepDetails.tsx:222
msgid "Additional Comments (optional)"
msgstr "Comentários Adicionais (opcional)"
@@ -1873,7 +1874,7 @@ msgstr "Todas as chamadas serão notificadas silenciosamente em vez de tocar. Po
msgid "All Communities"
msgstr "Todas as comunidades"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:74
+#: src/components/modals/components/plutonium/VisionarySection.tsx:83
msgid "All current and future Plutonium benefits, forever"
msgstr "Todos os benefícios atuais e futuros do Plutonium, para sempre"
@@ -1911,7 +1912,7 @@ msgstr "Todos os membros"
msgid "All messages"
msgstr "Todas as mensagens"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1377
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1401
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:206
#: src/components/modals/GuildNotificationSettingsModal.tsx:87
#: src/components/modals/GuildNotificationSettingsModal.tsx:273
@@ -2071,11 +2072,11 @@ msgstr "Permitido {0}."
msgid "Already have an account?"
msgstr "Já tem uma conta?"
-#: src/components/channel/InviteEmbed.tsx:187
+#: src/components/channel/InviteEmbed.tsx:189
msgid "Already joined"
msgstr "Já entrou"
-#: src/components/channel/GiftEmbed.tsx:90
+#: src/components/channel/GiftEmbed.tsx:97
msgid "Already redeemed"
msgstr "Já resgatado"
@@ -2135,8 +2136,8 @@ msgstr "Sempre confiar em <0>{hostname}0> — pular este aviso na próxima vez
msgid "Always underline links"
msgstr "Sempre sublinhar links"
-#: src/components/channel/ChannelSearchResults.tsx:511
-#: src/components/channel/ChannelSearchResults.tsx:562
+#: src/components/channel/ChannelSearchResults.tsx:480
+#: src/components/channel/ChannelSearchResults.tsx:531
#: src/hooks/useChannelSearch.ts:233
#: src/hooks/useChannelSearch.ts:375
msgid "An error occurred while searching"
@@ -2198,7 +2199,7 @@ msgid "Animated Emoji ({0})"
msgstr "Emoji animado ({0})"
#: src/components/channel/embeds/media/EmbedGifv.tsx:237
-#: src/components/channel/embeds/media/EmbedGifv.tsx:725
+#: src/components/channel/embeds/media/EmbedGifv.tsx:749
#: src/components/modals/MediaViewerModal.tsx:294
#: src/components/modals/MediaViewerModal.tsx:362
msgid "Animated GIF"
@@ -2320,8 +2321,8 @@ msgstr "Aplicativo atualizado com sucesso"
msgid "Applications"
msgstr "Aplicativos"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:99
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:137
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:103
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:141
msgid "Applications & Bots"
msgstr "Aplicativos e Bots"
@@ -2352,7 +2353,7 @@ msgid "Archive"
msgstr "Arquivar"
#. placeholder {0}: user.username
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:162
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:164
#: src/components/modals/UserProfileActionsSheet.tsx:133
#: src/utils/RelationshipActionUtils.tsx:141
msgid "Are you sure you want to block {0}? They won't be able to message you or send you friend requests."
@@ -2368,8 +2369,8 @@ msgid "Are you sure you want to close this group DM? You can always reopen it la
msgstr "Tem certeza de que quer fechar este DM de grupo? Você pode reabri-lo mais tarde."
#. placeholder {0}: recipient?.username ?? ''
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:601
-#: src/components/bottomsheets/DMBottomSheet.tsx:303
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:615
+#: src/components/bottomsheets/DMBottomSheet.tsx:305
msgid "Are you sure you want to close your DM with {0}? You can always reopen it later."
msgstr "Tem certeza de que quer fechar seu DM com {0}? Você pode reabri-lo mais tarde."
@@ -2406,7 +2407,7 @@ msgid "Are you sure you want to delete #{0}? This action cannot be undone."
msgstr "Tem certeza de que quer excluir #{0}? Esta ação não pode ser desfeita."
#. placeholder {0}: channel.name ?? 'this channel'
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:667
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:681
msgid "Are you sure you want to delete #{0}? This cannot be undone."
msgstr "Tem certeza de que quer excluir #{0}? Isso não pode ser desfeito."
@@ -2504,7 +2505,7 @@ msgstr "Tem certeza de que deseja sair de {0}?"
msgid "Are you sure you want to leave this community? You will no longer be able to see any messages."
msgstr "Tem certeza de que deseja sair desta comunidade? Você não poderá mais ver nenhuma mensagem."
-#: src/components/bottomsheets/DMBottomSheet.tsx:338
+#: src/components/bottomsheets/DMBottomSheet.tsx:340
#: src/hooks/useLeaveGroup.tsx:43
msgid "Are you sure you want to leave this group? You will no longer be able to see any messages."
msgstr "Tem certeza de que deseja sair deste grupo? Você não poderá mais ver nenhuma mensagem."
@@ -2515,9 +2516,9 @@ msgid "Are you sure you want to make {0} the group owner? You will lose owner pr
msgstr "Tem certeza de que deseja tornar {0} o proprietário do grupo? Você perderá os privilégios de proprietário."
#. placeholder {0}: user.username
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:145
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:147
#: src/components/modals/UserProfileActionsSheet.tsx:116
-#: src/components/modals/UserProfileMobileSheet.tsx:303
+#: src/components/modals/UserProfileMobileSheet.tsx:304
#: src/utils/RelationshipActionUtils.tsx:114
msgid "Are you sure you want to remove {0} as a friend?"
msgstr "Tem certeza de que deseja remover {0} como amigo?"
@@ -2557,10 +2558,10 @@ msgid "Are you sure you want to transfer ownership of the group to {0}?"
msgstr "Tem certeza de que deseja transferir a propriedade do grupo para {0}?"
#. placeholder {0}: user.username
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:179
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:181
#: src/components/modals/tabs/BlockedUsersTab.tsx:57
#: src/components/modals/UserProfileActionsSheet.tsx:150
-#: src/components/modals/UserProfileMobileSheet.tsx:319
+#: src/components/modals/UserProfileMobileSheet.tsx:320
#: src/utils/RelationshipActionUtils.tsx:168
msgid "Are you sure you want to unblock {0}?"
msgstr "Tem certeza de que deseja desbloquear {0}?"
@@ -2573,7 +2574,7 @@ msgstr "Clube de Arte"
msgid "Artists' Corner"
msgstr "Cantinho dos Artistas"
-#: src/components/modals/components/plutonium/PricingSection.tsx:63
+#: src/components/modals/components/plutonium/PricingSection.tsx:69
msgid "As a Gift"
msgstr "Como Presente"
@@ -2689,7 +2690,7 @@ msgstr "Configurações de Áudio"
msgid "Audio will be included with this screen share."
msgstr "O áudio será incluído neste compartilhamento de tela."
-#: src/components/pages/ReportPage.tsx:311
+#: src/components/pages/report/optionDescriptors.ts:83
msgid "Austria"
msgstr "Áustria"
@@ -2844,6 +2845,7 @@ msgstr "Ping médio:"
#: src/components/modals/PhoneAddModal.tsx:235
#: src/components/modals/RequiredActionModal.tsx:463
#: src/components/pages/OAuthAuthorizePage.tsx:694
+#: src/components/pages/report/ReportStepDetails.tsx:243
msgid "Back"
msgstr "Voltar"
@@ -2933,7 +2935,7 @@ msgid "Balanced quality and bandwidth"
msgstr "Qualidade e largura de banda equilibradas"
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:353
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:320
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:323
#: src/components/modals/UserProfileActionsSheet.tsx:262
msgid "Ban"
msgstr "Banir"
@@ -3035,7 +3037,7 @@ msgstr "antes:"
msgid "Begin a call in the current private conversation"
msgstr "Iniciar uma chamada na conversa privada atual"
-#: src/components/pages/ReportPage.tsx:312
+#: src/components/pages/report/optionDescriptors.ts:84
msgid "Belgium"
msgstr "Bélgica"
@@ -3066,7 +3068,7 @@ msgstr "Código beta (opcional)"
msgid "Beta Code Redeemed!"
msgstr "Código beta resgatado!"
-#: src/components/modals/tabs/BetaCodesTab.tsx:313
+#: src/components/modals/tabs/BetaCodesTab.tsx:338
#: src/components/modals/utils/settingsSearchIndex.ts:741
msgid "Beta Codes"
msgstr "Códigos beta"
@@ -3083,13 +3085,13 @@ msgstr "Biografia"
msgid "Bio character limit"
msgstr "Limite de caracteres da biografia"
-#: src/components/bottomsheets/DMBottomSheet.tsx:538
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:163
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:345
+#: src/components/bottomsheets/DMBottomSheet.tsx:541
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:165
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:348
#: src/components/modals/UserProfileActionsSheet.tsx:134
#: src/components/modals/UserProfileActionsSheet.tsx:298
#: src/components/modals/UserProfileModal.tsx:1062
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:190
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:211
#: src/utils/RelationshipActionUtils.tsx:143
msgid "Block"
msgstr "Bloquear"
@@ -3106,7 +3108,7 @@ msgstr "Bloquear mensagens diretas de membros da comunidade?"
msgid "Block for all communities"
msgstr "Bloquear para todas as comunidades"
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:161
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:163
#: src/components/modals/UserProfileActionsSheet.tsx:132
#: src/utils/RelationshipActionUtils.tsx:139
msgid "Block User"
@@ -3270,7 +3272,7 @@ msgstr "Áudio do navegador necessário"
msgid "Browser locale ({browserLocale}): {format}"
msgstr "Localidade do navegador ({browserLocale}): {format}"
-#: src/components/pages/ReportPage.tsx:313
+#: src/components/pages/report/optionDescriptors.ts:85
msgid "Bulgaria"
msgstr "Bulgária"
@@ -3313,16 +3315,16 @@ msgstr "Botões mostram um indicador de carregamento quando submitting é verdad
msgid "Buttons with Icons"
msgstr "Botões com ícones"
-#: src/components/modals/components/plutonium/GiftSection.tsx:74
-#: src/components/modals/components/plutonium/GiftSection.tsx:83
-#: src/components/modals/components/plutonium/GiftSection.tsx:92
-#: src/components/modals/components/plutonium/PricingSection.tsx:106
-#: src/components/modals/components/plutonium/PricingSection.tsx:115
-#: src/components/modals/components/plutonium/PricingSection.tsx:124
+#: src/components/modals/components/plutonium/GiftSection.tsx:81
+#: src/components/modals/components/plutonium/GiftSection.tsx:93
+#: src/components/modals/components/plutonium/GiftSection.tsx:105
+#: src/components/modals/components/plutonium/PricingSection.tsx:121
+#: src/components/modals/components/plutonium/PricingSection.tsx:133
+#: src/components/modals/components/plutonium/PricingSection.tsx:145
msgid "Buy Gift"
msgstr "Comprar presente"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:114
+#: src/components/modals/components/plutonium/VisionarySection.tsx:140
msgid "Buying Visionary will cancel your current {currentAccessLabel} immediately. It is a one-time purchase with lifetime access."
msgstr "Comprar Visionary cancelará seu {currentAccessLabel} atual imediatamente. É uma compra única com acesso vitalício."
@@ -3347,7 +3349,7 @@ msgstr "Ignorar modo lento"
msgid "Bypass Splash Screen"
msgstr "Ignorar Tela de Apresentação"
-#: src/components/channel/channel-view/DMChannelView.tsx:271
+#: src/components/channel/channel-view/DMChannelView.tsx:272
msgid "Call available"
msgstr "Chamada disponível"
@@ -3446,11 +3448,11 @@ msgstr "Configurações da câmera"
#: src/components/modals/CategoryCreateModal.tsx:79
#: src/components/modals/ChannelCreateModal.tsx:100
#: src/components/modals/ChannelDeleteModal.tsx:72
-#: src/components/modals/ClaimAccountModal.tsx:179
-#: src/components/modals/ClaimAccountModal.tsx:219
-#: src/components/modals/components/MobileSettingsView.tsx:302
+#: src/components/modals/ClaimAccountModal.tsx:181
+#: src/components/modals/ClaimAccountModal.tsx:221
+#: src/components/modals/components/MobileSettingsView.tsx:297
#: src/components/modals/components/plutonium/hooks/useCheckoutActions.tsx:110
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:328
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:371
#: src/components/modals/ConfirmModal.tsx:146
#: src/components/modals/CreateDMModal.tsx:88
#: src/components/modals/CreateFavoriteCategoryModal.tsx:74
@@ -3473,7 +3475,7 @@ msgstr "Configurações da câmera"
#: src/components/modals/HideOwnCameraConfirmModal.tsx:65
#: src/components/modals/IARModal.tsx:218
#: src/components/modals/ImageCropModal.tsx:981
-#: src/components/modals/InviteModal.tsx:336
+#: src/components/modals/InviteModal.tsx:333
#: src/components/modals/KickMemberModal.tsx:60
#: src/components/modals/MfaTotpDisableModal.tsx:75
#: src/components/modals/MfaTotpEnableModal.tsx:102
@@ -3498,11 +3500,11 @@ msgstr "Configurações da câmera"
msgid "Cancel"
msgstr "Cancelar"
-#: src/components/channel/dm/DMWelcomeSection.tsx:126
+#: src/components/channel/dm/DMWelcomeSection.tsx:138
#: src/components/channel/friends/FriendListItem.tsx:164
#: src/components/channel/friends/FriendListItem.tsx:166
-#: src/components/modals/UserProfileModal.tsx:1273
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:171
+#: src/components/modals/UserProfileModal.tsx:1274
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:192
msgid "Cancel Friend Request"
msgstr "Cancelar solicitação de amizade"
@@ -3522,7 +3524,7 @@ msgstr "Cancelar solicitação"
msgid "Cancel upload"
msgstr "Cancelar envio"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:118
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:137
msgid "Canceling"
msgstr "Cancelando"
@@ -3566,7 +3568,7 @@ msgstr "Alinhamento do cartão"
msgid "Card alignment controls"
msgstr "Controles de alinhamento do cartão"
-#: src/components/modals/components/MobileSettingsView.tsx:123
+#: src/components/modals/components/MobileSettingsView.tsx:118
#: src/components/modals/components/SettingsModalHeader.tsx:76
msgid "Careful! You have unsaved changes."
msgstr "Cuidado! Você tem alterações não salvas."
@@ -3576,7 +3578,7 @@ msgstr "Cuidado! Você tem alterações não salvas."
msgid "Category"
msgstr "Categoria"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1371
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1395
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:239
msgid "Category Default"
msgstr "Padrão da categoria"
@@ -3594,7 +3596,7 @@ msgstr "Categoria cheia"
msgid "Category Name"
msgstr "Nome da categoria"
-#: src/components/modals/ChannelSettingsModal.tsx:105
+#: src/components/modals/ChannelSettingsModal.tsx:113
#: src/components/modals/components/DesktopChannelSettingsView.tsx:188
msgid "Category Settings"
msgstr "Configurações da categoria"
@@ -3625,7 +3627,7 @@ msgstr "Alterar plano de fundo"
msgid "Change Banner"
msgstr "Alterar banner"
-#: src/components/pages/ReportPage.tsx:752
+#: src/components/pages/report/ReportStepVerification.tsx:126
msgid "Change email"
msgstr "Alterar e-mail"
@@ -3647,8 +3649,8 @@ msgstr "Alterar FluxerTag"
msgid "Change FluxerTag form"
msgstr "Formulário de alteração de FluxerTag"
-#: src/components/bottomsheets/DMBottomSheet.tsx:433
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:133
+#: src/components/bottomsheets/DMBottomSheet.tsx:435
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:154
msgid "Change Friend Nickname"
msgstr "Alterar apelido do amigo"
@@ -3673,7 +3675,7 @@ msgid "Change My Group Nickname"
msgstr "Alterar meu apelido no grupo"
#: src/components/modals/BaseChangeNicknameModal.tsx:82
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:238
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:240
#: src/components/modals/RenameChannelModal.tsx:58
#: src/components/modals/UserProfileActionsSheet.tsx:225
#: src/components/modals/UserProfileActionsSheet.tsx:225
@@ -3760,8 +3762,8 @@ msgstr "Região de voz alterada para {0}."
msgid "channel"
msgstr "canal"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:483
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:549
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:497
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:563
#: src/components/invites/InviteListItem.tsx:50
#: src/components/webhooks/WebhookListItem.tsx:240
#: src/constants/AuditLogConstants.tsx:236
@@ -3796,7 +3798,7 @@ msgid "Channel Debug"
msgstr "Depuração do Canal"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:188
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:675
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:689
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:329
msgid "Channel deleted"
msgstr "Canal excluído"
@@ -3806,11 +3808,11 @@ msgid "Channel Deleted"
msgstr "Canal Excluído"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:273
-#: src/components/bottomsheets/DMBottomSheet.tsx:366
+#: src/components/bottomsheets/DMBottomSheet.tsx:368
msgid "Channel ID copied"
msgstr "ID do canal copiado"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:535
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:549
msgid "Channel ID copied to clipboard"
msgstr "ID do canal copiado para a área de transferência"
@@ -3878,9 +3880,9 @@ msgstr "Registro do Canal"
msgid "Channel removed from favorites"
msgstr "Canal removido dos favoritos"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1092
-#: src/components/layout/ChannelItem.tsx:630
-#: src/components/modals/ChannelSettingsModal.tsx:105
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1116
+#: src/components/layout/ChannelItem.tsx:647
+#: src/components/modals/ChannelSettingsModal.tsx:113
#: src/components/modals/components/DesktopChannelSettingsView.tsx:188
msgid "Channel Settings"
msgstr "Configurações do Canal"
@@ -3947,7 +3949,7 @@ msgstr "Verifique nosso <0>Bluesky (@fluxer.app)0> para atualizações de stat
msgid "Check out my custom theme!"
msgstr "Confira meu tema personalizado!"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:105
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:109
msgid "Check your connection and try again."
msgstr "Verifique sua conexão e tente novamente."
@@ -3969,8 +3971,8 @@ msgstr "Caixas de seleção"
msgid "Checking..."
msgstr "Verificando..."
-#: src/components/pages/ReportPage.tsx:270
-#: src/components/pages/ReportPage.tsx:299
+#: src/components/pages/report/optionDescriptors.ts:51
+#: src/components/pages/report/optionDescriptors.ts:74
#: src/constants/IARConstants.tsx:72
#: src/constants/IARConstants.tsx:175
msgid "Child Safety Concerns"
@@ -3984,6 +3986,10 @@ msgstr "Chinês (Simplificado)"
msgid "Chinese (Traditional)"
msgstr "Chinês (Tradicional)"
+#: src/components/pages/report/ReportBreadcrumbs.tsx:46
+msgid "Choose"
+msgstr "Escolha"
+
#: src/components/pages/OAuthAuthorizePage.tsx:898
msgid "Choose a community"
msgstr "Escolha uma comunidade"
@@ -4080,25 +4086,36 @@ msgstr "Escolha sua cor de destaque do perfil"
#: src/components/channel/barriers/BarrierComponents.tsx:109
#: src/components/channel/barriers/BarrierComponents.tsx:240
-#: src/components/layout/app-layout/nagbars/UnclaimedAccountNagbar.tsx:47
-#: src/components/modals/ClaimAccountModal.tsx:225
-#: src/components/modals/components/UnclaimedAccountAlert.tsx:34
+#: src/components/channel/dm/AddFriendForm.tsx:57
+#: src/components/layout/app-layout/nagbars/UnclaimedAccountNagbar.tsx:45
+#: src/components/modals/ClaimAccountModal.tsx:227
+#: src/components/modals/components/UnclaimedAccountAlert.tsx:32
+#: src/components/modals/GiftAcceptModal.tsx:170
#: src/components/modals/tabs/AccountSecurityTab/SecurityTab.tsx:206
+#: src/components/modals/tabs/BetaCodesTab.tsx:297
+#: src/components/modals/tabs/GiftInventoryTab.tsx:242
msgid "Claim Account"
msgstr "Reivindicar Conta"
-#: src/components/channel/GiftEmbed.tsx:98
-#: src/components/modals/GiftAcceptModal.tsx:154
+#: src/components/channel/GiftEmbed.tsx:109
+msgid "Claim Account to Redeem"
+msgstr "Reivindicar Conta para Resgatar"
+
+#: src/components/channel/GiftEmbed.tsx:109
+#: src/components/modals/GiftAcceptModal.tsx:197
#: src/components/pages/GiftLoginPage.tsx:155
#: src/components/pages/GiftRegisterPage.tsx:42
msgid "Claim Gift"
msgstr "Reivindicar Presente"
-#: src/components/modals/ClaimAccountModal.tsx:141
+#: src/components/channel/dm/AddFriendForm.tsx:53
+#: src/components/modals/ClaimAccountModal.tsx:143
+#: src/components/modals/tabs/BetaCodesTab.tsx:293
+#: src/components/modals/tabs/GiftInventoryTab.tsx:238
msgid "Claim your account"
msgstr "Reivindique sua conta"
-#: src/components/modals/ClaimAccountModal.tsx:146
+#: src/components/modals/ClaimAccountModal.tsx:148
msgid "Claim your account by adding an email and password. We will send a verification code to confirm your email before finishing."
msgstr "Reivindique sua conta adicionando um e-mail e senha. Enviaremos um código de verificação para confirmar seu e-mail antes de finalizar."
@@ -4106,11 +4123,68 @@ msgstr "Reivindique sua conta adicionando um e-mail e senha. Enviaremos um códi
msgid "Claim your account to access security features like two-factor authentication and passkeys."
msgstr "Reivindique sua conta para acessar recursos de segurança como autenticação de dois fatores e chaves de acesso."
+#: src/components/channel/ChannelHeader/CallButtons.tsx:85
+#: src/components/channel/ChannelHeader/CallButtons.tsx:155
+msgid "Claim your account to call"
+msgstr "Reivindique sua conta para ligar"
+
#: src/components/modals/tabs/MyProfileTab/UsernameSection.tsx:49
msgid "Claim your account to change your FluxerTag"
msgstr "Reivindique sua conta para alterar seu FluxerTag"
-#: src/components/modals/GiftAcceptModal.tsx:145
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:146
+msgid "Claim your account to create applications."
+msgstr "Reivindique sua conta para criar aplicativos."
+
+#: src/components/modals/tabs/BetaCodesTab.tsx:294
+msgid "Claim your account to generate beta codes."
+msgstr "Reivindique sua conta para gerar códigos beta."
+
+#: src/components/layout/ChannelItem.tsx:208
+#: src/components/layout/ChannelItem.tsx:382
+#: src/stores/voice/MediaEngineFacade.ts:537
+msgid "Claim your account to join this voice channel."
+msgstr "Reivindique sua conta para entrar neste canal de voz."
+
+#: src/stores/voice/MediaEngineFacade.ts:170
+msgid "Claim your account to join voice channels you don't own."
+msgstr "Reivindique sua conta para entrar em canais de voz que você não possui."
+
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:55
+#: src/components/modals/components/plutonium/GiftSection.tsx:61
+#: src/components/modals/components/plutonium/PricingSection.tsx:63
+#: src/components/modals/components/plutonium/VisionarySection.tsx:62
+#: src/components/modals/components/PlutoniumContent.tsx:99
+msgid "Claim your account to purchase Fluxer Plutonium."
+msgstr "Reivindique sua conta para comprar Fluxer Plutonium."
+
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:112
+msgid "Claim your account to purchase or redeem Fluxer Plutonium."
+msgstr "Reivindique sua conta para comprar ou resgatar Fluxer Plutonium."
+
+#: src/components/modals/tabs/GiftInventoryTab.tsx:239
+msgid "Claim your account to redeem or manage Plutonium gift codes."
+msgstr "Reivindique sua conta para resgatar ou gerenciar códigos de presente Plutonium."
+
+#: src/components/channel/GiftEmbed.tsx:99
+#: src/components/modals/GiftAcceptModal.tsx:154
+msgid "Claim your account to redeem this gift."
+msgstr "Reivindique sua conta para resgatar este presente."
+
+#: src/components/channel/dm/AddFriendForm.tsx:54
+#: src/components/channel/dm/DMWelcomeSection.tsx:109
+#: src/components/modals/UserProfileModal.tsx:1289
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:65
+msgid "Claim your account to send friend requests."
+msgstr "Reivindique sua conta para enviar solicitações de amizade."
+
+#: src/components/channel/ChannelHeader/CallButtons.tsx:54
+#: src/components/channel/ChannelHeader/CallButtons.tsx:124
+#: src/stores/voice/MediaEngineFacade.ts:179
+msgid "Claim your account to start or join 1:1 calls."
+msgstr "Reivindique sua conta para iniciar ou entrar em chamadas 1:1."
+
+#: src/components/modals/GiftAcceptModal.tsx:188
msgid "Claim your gift to activate your premium subscription!"
msgstr "Resgate seu presente para ativar sua assinatura premium!"
@@ -4164,8 +4238,8 @@ msgstr "Limpar Permissões"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:420
#: src/components/channel/MessageSearchBar/MessageSearchBar.tsx:1424
-#: src/components/channel/shared/PickerSearchInput.tsx:195
-#: src/components/channel/shared/PickerSearchInput.tsx:212
+#: src/components/channel/shared/PickerSearchInput.tsx:194
+#: src/components/channel/shared/PickerSearchInput.tsx:211
#: src/components/modals/components/SettingsSearch.tsx:108
msgid "Clear search"
msgstr "Limpar busca"
@@ -4200,11 +4274,11 @@ msgstr "Descrição do adesivo limpa."
msgid "Cleared the topic."
msgstr "Tópico limpo."
-#: src/components/modals/components/MobileSettingsView.tsx:297
+#: src/components/modals/components/MobileSettingsView.tsx:292
msgid "Clearing subscriptions ensures the gateway stops sending messages to this installation."
msgstr "Limpar as assinaturas garante que o gateway pare de enviar mensagens para esta instalação."
-#: src/components/modals/tabs/BetaCodesTab.tsx:366
+#: src/components/modals/tabs/BetaCodesTab.tsx:391
msgid "Click \"Create Code\" to generate your first code."
msgstr "Clique em \"Criar Código\" para gerar seu primeiro código."
@@ -4240,13 +4314,13 @@ msgstr "Clique para adicionar uma nota"
msgid "Click to check and uncheck. Available in square and round styles."
msgstr "Clique para marcar e desmarcar. Disponível nos estilos quadrado e redondo."
-#: src/components/channel/GiftEmbed.tsx:90
+#: src/components/channel/GiftEmbed.tsx:100
msgid "Click to claim your gift!"
msgstr "Clique para resgatar seu presente!"
#: src/components/invites/InviteListItem.tsx:184
#: src/components/modals/components/ClientInfo.tsx:76
-#: src/components/modals/tabs/BetaCodesTab.tsx:172
+#: src/components/modals/tabs/BetaCodesTab.tsx:174
msgid "Click to copy"
msgstr "Clique para copiar"
@@ -4328,12 +4402,12 @@ msgid "Close"
msgstr "Fechar"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:341
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:600
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:602
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1239
-#: src/components/bottomsheets/DMBottomSheet.tsx:302
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:614
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:616
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1263
#: src/components/bottomsheets/DMBottomSheet.tsx:304
-#: src/components/bottomsheets/DMBottomSheet.tsx:557
+#: src/components/bottomsheets/DMBottomSheet.tsx:306
+#: src/components/bottomsheets/DMBottomSheet.tsx:560
#: src/components/channel/dm/DMList.tsx:292
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:82
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:84
@@ -4358,7 +4432,8 @@ msgstr "Tema Carvão"
#: src/components/invites/InviteListItem.tsx:54
#: src/components/modals/MfaTotpDisableModal.tsx:64
#: src/components/modals/MfaTotpEnableModal.tsx:91
-#: src/components/modals/tabs/BetaCodesTab.tsx:51
+#: src/components/modals/tabs/BetaCodesTab.tsx:53
+#: src/components/pages/report/ReportBreadcrumbs.tsx:48
msgid "Code"
msgstr "Código"
@@ -4370,7 +4445,8 @@ msgstr "Código e Monoespaçado"
msgid "Code Blocks"
msgstr "Blocos de Código"
-#: src/components/modals/ClaimAccountModal.tsx:123
+#: src/components/modals/ClaimAccountModal.tsx:125
+#: src/components/pages/ReportPage.tsx:231
msgid "Code resent"
msgstr "Código reenviado"
@@ -4379,8 +4455,8 @@ msgid "Code sent"
msgstr "Código enviado"
#: src/components/invites/InviteListItem.tsx:180
-#: src/components/modals/tabs/BetaCodesTab.tsx:104
-#: src/components/modals/tabs/BetaCodesTab.tsx:168
+#: src/components/modals/tabs/BetaCodesTab.tsx:106
+#: src/components/modals/tabs/BetaCodesTab.tsx:170
msgid "Code:"
msgstr "Código:"
@@ -4472,7 +4548,7 @@ msgstr "Comunidade silenciada"
msgid "Community Debug"
msgstr "Depuração da Comunidade"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1371
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1395
#: src/components/uikit/ContextMenu/items/CategoryMenuItems.tsx:221
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:239
msgid "Community Default"
@@ -4542,8 +4618,8 @@ msgstr "Configurações de Notificação da Comunidade"
msgid "Community organizes raids or harassment campaigns"
msgstr "A comunidade organiza ataques ou campanhas de assédio"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:237
-#: src/components/channel/MemberListItem.tsx:102
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:238
+#: src/components/channel/MemberListItem.tsx:109
#: src/components/modals/guildTabs/GuildMembersTab.tsx:145
#: src/components/modals/guildTabs/GuildMembersTab.tsx:197
msgid "Community Owner"
@@ -4567,14 +4643,14 @@ msgstr "A comunidade promove ou facilita atividades ilegais"
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:172
#: src/components/modals/components/DesktopGuildSettingsView.tsx:204
-#: src/components/modals/GuildSettingsModal.tsx:168
+#: src/components/modals/GuildSettingsModal.tsx:173
#: src/components/popouts/GuildHeaderPopout.tsx:187
#: src/components/uikit/ContextMenu/items/GuildMenuItems.tsx:360
msgid "Community Settings"
msgstr "Configurações da Comunidade"
-#: src/components/layout/GuildLayout.tsx:301
-#: src/components/layout/GuildLayout.tsx:348
+#: src/components/layout/GuildLayout.tsx:306
+#: src/components/layout/GuildLayout.tsx:353
msgid "Community temporarily unavailable"
msgstr "Comunidade temporariamente indisponível"
@@ -4782,8 +4858,8 @@ msgstr "Conectado ao Voz"
msgid "Connecting..."
msgstr "Conectando..."
-#: src/components/channel/channel-view/DMChannelView.tsx:273
-#: src/components/channel/channel-view/DMChannelView.tsx:323
+#: src/components/channel/channel-view/DMChannelView.tsx:274
+#: src/components/channel/channel-view/DMChannelView.tsx:324
#: src/components/voice/CompactVoiceCallView.tsx:55
msgid "Connecting…"
msgstr "Conectando…"
@@ -4979,7 +5055,7 @@ msgstr "Controlar seu status de atividade"
#: src/components/modals/shared/CopyLinkSection.tsx:61
#: src/components/modals/tabs/ApplicationsTab/application-detail/ApplicationHeader.tsx:68
-#: src/components/modals/tabs/GiftInventoryTab.tsx:143
+#: src/components/modals/tabs/GiftInventoryTab.tsx:144
msgid "Copied"
msgstr "Copiado"
@@ -5001,7 +5077,7 @@ msgstr "Copiado!"
#: src/components/modals/BackupCodesModal.tsx:82
#: src/components/modals/shared/CopyLinkSection.tsx:61
#: src/components/modals/tabs/ApplicationsTab/application-detail/OAuthBuilderSection.tsx:142
-#: src/components/modals/tabs/GiftInventoryTab.tsx:143
+#: src/components/modals/tabs/GiftInventoryTab.tsx:144
msgid "Copy"
msgstr "Copiar"
@@ -5017,7 +5093,7 @@ msgstr "Copiar Áudio"
msgid "Copy authorize URL"
msgstr "Copiar URL de autorização"
-#: src/components/modals/tabs/BetaCodesTab.tsx:178
+#: src/components/modals/tabs/BetaCodesTab.tsx:180
msgid "Copy beta code"
msgstr "Copiar código beta"
@@ -5028,8 +5104,8 @@ msgstr "Copiar ID da Categoria"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:320
#: src/components/bottomsheets/ChannelBottomSheet.tsx:347
#: src/components/bottomsheets/ChannelBottomSheet.tsx:433
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1293
-#: src/components/bottomsheets/DMBottomSheet.tsx:577
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1317
+#: src/components/bottomsheets/DMBottomSheet.tsx:580
#: src/components/channel/dm/DMList.tsx:271
#: src/components/channel/dm/DMList.tsx:298
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:362
@@ -5090,7 +5166,7 @@ msgstr "Copiar imagem"
msgid "Copy invite link"
msgstr "Copiar link de convite"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1154
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1178
#: src/components/modals/tabs/ComponentGalleryTab/ButtonsTab.tsx:182
#: src/components/modals/tabs/ComponentGalleryTab/index.tsx:100
#: src/components/modals/tabs/ComponentGalleryTab/Inline.tsx:95
@@ -5131,15 +5207,15 @@ msgstr "Copiar ID do adesivo"
msgid "Copy Text"
msgstr "Copiar texto"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1285
-#: src/components/bottomsheets/DMBottomSheet.tsx:570
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1309
+#: src/components/bottomsheets/DMBottomSheet.tsx:573
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:370
#: src/components/modals/guildTabs/BannedUserActionsSheet.tsx:74
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:358
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:361
#: src/components/modals/tabs/BlockedUsersTab.tsx:107
#: src/components/modals/UserProfileActionsSheet.tsx:213
#: src/components/modals/UserProfileModal.tsx:1130
-#: src/components/popouts/UserAreaPopout.tsx:507
+#: src/components/popouts/UserAreaPopout.tsx:509
#: src/components/profile/ProfileCard/ProfileCardActions.tsx:60
#: src/components/uikit/ContextMenu/items/CopyMenuItems.tsx:42
msgid "Copy User ID"
@@ -5175,7 +5251,7 @@ msgstr "Temporizador de contagem regressiva"
msgid "Country"
msgstr "País"
-#: src/components/pages/ReportPage.tsx:928
+#: src/components/pages/report/ReportStepDetails.tsx:205
msgid "Country of Residence"
msgstr "País de residência"
@@ -5207,7 +5283,7 @@ msgid "Create a new community or join an existing one."
msgstr "Crie uma nova comunidade ou entre em uma existente."
#. placeholder {0}: recipient.username
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:905
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:937
msgid "Create a new group with {0}"
msgstr "Criar um novo grupo com {0}"
@@ -5239,7 +5315,7 @@ msgstr "Criar uma conta"
msgid "Create an account to claim your gift"
msgstr "Crie uma conta para resgatar seu presente"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:138
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:142
msgid "Create and manage applications and bots for your account."
msgstr "Crie e gerencie aplicativos e bots para sua conta."
@@ -5248,7 +5324,8 @@ msgid "Create and share custom emoji and sticker packs with Fluxer Plutonium."
msgstr "Crie e compartilhe pacotes de emojis e adesivos personalizados com o Fluxer Plutonium."
#: src/components/modals/tabs/ApplicationsTab/ApplicationCreateModal.tsx:87
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:142
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:149
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:155
msgid "Create Application"
msgstr "Criar aplicativo"
@@ -5267,7 +5344,7 @@ msgid "Create Category"
msgstr "Criar categoria"
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:180
-#: src/components/layout/ChannelItem.tsx:607
+#: src/components/layout/ChannelItem.tsx:624
#: src/components/modals/ChannelCreateModal.tsx:58
#: src/components/modals/ChannelCreateModal.tsx:103
#: src/components/popouts/GuildHeaderPopout.tsx:194
@@ -5276,8 +5353,8 @@ msgstr "Criar categoria"
msgid "Create Channel"
msgstr "Criar canal"
-#: src/components/modals/tabs/BetaCodesTab.tsx:326
-#: src/components/modals/tabs/BetaCodesTab.tsx:369
+#: src/components/modals/tabs/BetaCodesTab.tsx:351
+#: src/components/modals/tabs/BetaCodesTab.tsx:394
msgid "Create Code"
msgstr "Criar código"
@@ -5329,7 +5406,7 @@ msgstr "Criar nova conta"
msgid "Create new group"
msgstr "Criar novo grupo"
-#: src/components/modals/InviteModal.tsx:339
+#: src/components/modals/InviteModal.tsx:336
msgid "Create New Link"
msgstr "Criar novo link"
@@ -5373,7 +5450,7 @@ msgid "Create, edit, or delete webhooks."
msgstr "Criar, editar ou excluir webhooks."
#: src/components/invites/InviteListItem.tsx:59
-#: src/components/modals/tabs/BetaCodesTab.tsx:57
+#: src/components/modals/tabs/BetaCodesTab.tsx:59
msgid "Created"
msgstr "Criado"
@@ -5390,7 +5467,7 @@ msgstr "Criado em {createdAt}"
#. placeholder {0}: invite.pack.creator.username
#. placeholder {0}: pack.creator.username
#: src/components/auth/InviteHeader.tsx:158
-#: src/components/channel/InviteEmbed.tsx:218
+#: src/components/channel/InviteEmbed.tsx:220
#: src/components/modals/InviteAcceptModal.tsx:152
msgid "Created by {0}"
msgstr "Criado por {0}"
@@ -5427,8 +5504,8 @@ msgid "Created with name {newLabel}."
msgstr "Criado com o nome {newLabel}."
#: src/components/invites/InviteListItem.tsx:207
-#: src/components/modals/tabs/BetaCodesTab.tsx:135
-#: src/components/modals/tabs/BetaCodesTab.tsx:212
+#: src/components/modals/tabs/BetaCodesTab.tsx:137
+#: src/components/modals/tabs/BetaCodesTab.tsx:214
msgid "Created:"
msgstr "Criado:"
@@ -5440,7 +5517,7 @@ msgstr "Coletivo de Mentes Criativas"
msgid "Creative Writing Club"
msgstr "Clube de Escrita Criativa"
-#: src/components/pages/ReportPage.tsx:314
+#: src/components/pages/report/optionDescriptors.ts:86
msgid "Croatia"
msgstr "Croácia"
@@ -5519,8 +5596,8 @@ msgid "Currently stuck in 1885, appearing offline"
msgstr "Atualmente preso em 1885, aparecendo offline"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:461
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1023
-#: src/components/bottomsheets/DMBottomSheet.tsx:605
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1047
+#: src/components/bottomsheets/DMBottomSheet.tsx:608
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:305
msgid "Currently: {mutedText}"
msgstr "Atualmente: {mutedText}"
@@ -5665,7 +5742,7 @@ msgstr "Personalizar seu avatar, banner, cor de destaque e biografia para comuni
msgid "Cut"
msgstr "Recortar"
-#: src/components/pages/ReportPage.tsx:315
+#: src/components/pages/report/optionDescriptors.ts:87
msgid "Cyprus"
msgstr "Chipre"
@@ -5673,7 +5750,7 @@ msgstr "Chipre"
msgid "Czech"
msgstr "Tcheco"
-#: src/components/pages/ReportPage.tsx:316
+#: src/components/pages/report/optionDescriptors.ts:88
msgid "Czech Republic"
msgstr "República Tcheca"
@@ -5746,9 +5823,9 @@ msgstr "Formato de data"
#: src/components/auth/AuthMinimalRegisterFormCore.tsx:93
#: src/components/auth/AuthRegisterFormCore.tsx:139
-#: src/components/auth/DateOfBirthField.tsx:90
-#: src/components/auth/DateOfBirthField.tsx:124
-#: src/components/auth/DateOfBirthField.tsx:292
+#: src/components/auth/DateOfBirthField.tsx:87
+#: src/components/auth/DateOfBirthField.tsx:121
+#: src/components/auth/DateOfBirthField.tsx:289
#: src/components/auth/MockMinimalRegisterForm.tsx:107
msgid "Date of birth"
msgstr "Data de nascimento"
@@ -5757,8 +5834,7 @@ msgstr "Data de nascimento"
msgid "Date Options"
msgstr "Opções de Data"
-#: src/components/auth/DateOfBirthField.tsx:88
-#: src/components/auth/DateOfBirthField.tsx:155
+#: src/components/auth/DateOfBirthField.tsx:152
#: src/components/auth/MockMinimalRegisterForm.tsx:73
msgid "Day"
msgstr "Dia"
@@ -5817,11 +5893,11 @@ msgstr "Desautorizar"
msgid "Deauthorize Application"
msgstr "Desautorizar Aplicativo"
-#: src/components/modals/components/MobileSettingsView.tsx:369
+#: src/components/modals/components/MobileSettingsView.tsx:364
msgid "Debug"
msgstr "Depuração"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1267
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1291
#: src/components/uikit/ContextMenu/items/DebugMenuItems.tsx:71
msgid "Debug Channel"
msgstr "Depurar Canal"
@@ -5844,7 +5920,7 @@ msgstr "Depurar Membro"
msgid "Debug Message"
msgstr "Depurar Mensagem"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1275
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1299
#: src/components/uikit/ContextMenu/items/DebugMenuItems.tsx:53
msgid "Debug User"
msgstr "Depurar Usuário"
@@ -5905,8 +5981,8 @@ msgstr "Por padrão, desativado no celular para preservar a bateria e o uso de d
#: src/actions/MessageActionCreators.tsx:394
#: src/components/channel/embeds/media/EmbedAudio.tsx:227
#: src/components/channel/embeds/media/MediaContainer.tsx:115
-#: src/components/channel/Messages.tsx:444
-#: src/components/channel/Messages.tsx:524
+#: src/components/channel/Messages.tsx:442
+#: src/components/channel/Messages.tsx:522
#: src/components/channel/MobileMemesPicker.tsx:546
#: src/components/channel/pickers/memes/MemeGridItem.tsx:120
#: src/components/emojis/EmojiListItem.tsx:189
@@ -5923,7 +5999,7 @@ msgstr "Por padrão, desativado no celular para preservar a bateria e o uso de d
msgid "Delete"
msgstr "Excluir"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:666
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:680
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:320
msgid "Delete {channelType}"
msgstr "Excluir {channelType}"
@@ -5987,8 +6063,8 @@ msgstr "Excluir Categoria"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:179
#: src/components/bottomsheets/ChannelBottomSheet.tsx:181
#: src/components/bottomsheets/ChannelBottomSheet.tsx:421
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:668
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1224
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:682
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1248
#: src/components/modals/components/DesktopChannelSettingsView.tsx:176
#: src/components/modals/components/MobileChannelSettingsView.tsx:85
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:322
@@ -6021,8 +6097,8 @@ msgstr "Excluir mídia"
#: src/components/channel/MessageActionBar.tsx:804
#: src/components/channel/messageActionMenu.tsx:156
#: src/components/channel/messageActionMenu.tsx:193
-#: src/components/channel/Messages.tsx:441
-#: src/components/channel/Messages.tsx:521
+#: src/components/channel/Messages.tsx:439
+#: src/components/channel/Messages.tsx:519
#: src/components/uikit/ContextMenu/items/MessageMenuItems.tsx:273
msgid "Delete Message"
msgstr "Excluir Mensagem"
@@ -6114,7 +6190,7 @@ msgstr "Negou {0} e removeu a negação para {1}."
msgid "Denied {0}."
msgstr "Negou {0}."
-#: src/components/pages/ReportPage.tsx:317
+#: src/components/pages/report/optionDescriptors.ts:89
msgid "Denmark"
msgstr "Dinamarca"
@@ -6143,7 +6219,7 @@ msgstr "Descreva o adesivo"
msgid "Describe what expressions are inside this pack."
msgstr "Descreva quais expressões estão dentro deste pacote."
-#: src/components/pages/ReportPage.tsx:946
+#: src/components/pages/report/ReportStepDetails.tsx:225
msgid "Describe what makes the content illegal"
msgstr "Descreva o que torna o conteúdo ilegal"
@@ -6205,6 +6281,10 @@ msgstr "Banner Destacado"
msgid "details"
msgstr "detalhes"
+#: src/components/pages/report/ReportBreadcrumbs.tsx:49
+msgid "Details"
+msgstr "Detalhes"
+
#: src/components/modals/AddGuildModal.tsx:150
msgid "Dev Den"
msgstr "Dev Den"
@@ -6274,7 +6354,7 @@ msgstr "Tamanhos e Contagens de Membros Diferentes"
msgid "Direct message"
msgstr "mensagem direta"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:477
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:491
#: src/components/modals/shared/RecipientList.tsx:200
msgid "Direct Message"
msgstr "Mensagem Direta"
@@ -6516,8 +6596,8 @@ msgstr "Discussão ou promoção de atividades ilegais"
#: src/components/layout/app-layout/nagbars/PremiumGracePeriodNagbar.tsx:79
#: src/components/layout/app-layout/nagbars/PremiumOnboardingNagbar.tsx:57
#: src/components/layout/GuildLayout.tsx:106
-#: src/components/modals/GiftAcceptModal.tsx:98
-#: src/components/modals/GiftAcceptModal.tsx:124
+#: src/components/modals/GiftAcceptModal.tsx:105
+#: src/components/modals/GiftAcceptModal.tsx:131
#: src/components/modals/RequiredActionModal.tsx:475
msgid "Dismiss"
msgstr "Dispensar"
@@ -6562,8 +6642,8 @@ msgstr "Exibir membros do cargo separadamente."
msgid "Display separator lines between different groups of messages for better visual distinction."
msgstr "Exibir linhas separadoras entre diferentes grupos de mensagens para melhor distinção visual."
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:613
-#: src/components/bottomsheets/DMBottomSheet.tsx:315
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:627
+#: src/components/bottomsheets/DMBottomSheet.tsx:317
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:97
#: src/components/uikit/ContextMenu/UserContextMenu.tsx:168
msgid "DM closed"
@@ -6581,7 +6661,7 @@ msgstr "Visualizações de mensagens DM"
msgid "DM Notifications"
msgstr "Notificações de DM"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1092
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1116
msgid "DM Settings"
msgstr "Configurações de DM"
@@ -6662,6 +6742,7 @@ msgstr "Não mostrar indicadores de digitação na lista de canais"
#: src/components/keybinds/KeybindRecorder.tsx:220
#: src/components/modals/GuildNotificationSettingsModal.tsx:347
#: src/components/modals/GuildPrivacySettingsModal.tsx:68
+#: src/components/pages/report/ReportBreadcrumbs.tsx:50
#: src/components/search/HasFilterSheet.tsx:124
#: src/components/search/UserFilterSheet.tsx:149
msgid "Done"
@@ -6843,13 +6924,13 @@ msgstr "Editar Anexo"
msgid "Edit attachment form"
msgstr "Formulário de edição de anexo"
-#: src/components/layout/ChannelItem.tsx:630
+#: src/components/layout/ChannelItem.tsx:647
#: src/components/uikit/ContextMenu/items/CategoryMenuItems.tsx:299
msgid "Edit Category"
msgstr "Editar Categoria"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:416
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1218
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1242
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:300
msgid "Edit Channel"
msgstr "Editar Canal"
@@ -6869,8 +6950,8 @@ msgid "Edit global settings like name, description, and icon."
msgstr "Edite configurações globais como nome, descrição e ícone."
#: src/components/bottomsheets/ChannelBottomSheet.tsx:284
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1178
-#: src/components/bottomsheets/DMBottomSheet.tsx:461
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1202
+#: src/components/bottomsheets/DMBottomSheet.tsx:463
#: src/components/channel/dm/DMList.tsx:237
#: src/components/channel/dm/GroupDMWelcomeSection.tsx:74
#: src/components/modals/EditGroupBottomSheet.tsx:177
@@ -6883,7 +6964,7 @@ msgstr "Editar Grupo"
msgid "Edit group form"
msgstr "Formulário de edição de grupo"
-#: src/components/modals/InviteModal.tsx:327
+#: src/components/modals/InviteModal.tsx:324
msgid "Edit invite link"
msgstr "Editar link de convite"
@@ -6910,10 +6991,10 @@ msgstr "Editar Nota"
msgid "Edit overwrites for roles and members in this channel."
msgstr "Edite substituições de permissões para cargos e membros neste canal."
-#: src/components/modals/UserProfileMobileSheet.tsx:486
-#: src/components/modals/UserProfileModal.tsx:1205
+#: src/components/modals/UserProfileMobileSheet.tsx:490
+#: src/components/modals/UserProfileModal.tsx:1206
#: src/components/pages/YouPage.tsx:123
-#: src/components/popouts/UserAreaPopout.tsx:519
+#: src/components/popouts/UserAreaPopout.tsx:521
#: src/components/popouts/UserProfilePopout.tsx:299
msgid "Edit Profile"
msgstr "Editar Perfil"
@@ -6966,19 +7047,20 @@ msgstr "Editando mensagem agendada"
#: src/components/auth/AuthLoginCore/AuthLoginEmailPasswordForm.tsx:78
#: src/components/auth/AuthRegisterFormCore.tsx:133
#: src/components/auth/AuthRegisterFormCore.tsx:159
-#: src/components/modals/ClaimAccountModal.tsx:157
+#: src/components/modals/ClaimAccountModal.tsx:159
#: src/components/modals/RequiredActionModal.tsx:185
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:210
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:241
#: src/components/modals/utils/settingsSearchIndex.ts:94
#: src/components/pages/ForgotPasswordPage.tsx:97
+#: src/components/pages/report/ReportBreadcrumbs.tsx:47
msgid "Email"
msgstr "E-mail"
#: src/components/modals/tabs/AccountSecurityTab/AccountTab.tsx:65
#: src/components/modals/tabs/AccountSecurityTab/AccountTab.tsx:91
#: src/components/modals/tabs/ComponentGalleryTab/InputsTab.tsx:107
-#: src/components/pages/ReportPage.tsx:662
+#: src/components/pages/report/ReportStepEmail.tsx:76
msgid "Email Address"
msgstr "Endereço de E-mail"
@@ -7019,10 +7101,6 @@ msgstr "Verificação de e-mail necessária"
msgid "Email Verification Required"
msgstr "Verificação de Email Necessária"
-#: src/components/pages/ReportPage.tsx:809
-msgid "Email verified"
-msgstr "E-mail verificado"
-
#: src/components/modals/tabs/DeveloperOptionsTab/AccountPremiumTab.tsx:56
msgid "Email Verified Override"
msgstr "Substituição de E-mail Verificado"
@@ -7108,7 +7186,7 @@ msgid "Emoji names must be at least 2 characters long and can only contain alpha
msgstr "Os nomes dos emojis devem ter pelo menos 2 caracteres e só podem conter caracteres alfanuméricos e sublinhados. Tipos de arquivo permitidos: JPEG, PNG, WebP, GIF. Comprimimos as imagens para 128x128 pixels. Tamanho máximo: {0} KB por emoji."
#: src/components/auth/InviteHeader.tsx:140
-#: src/components/channel/InviteEmbed.tsx:197
+#: src/components/channel/InviteEmbed.tsx:199
#: src/components/modals/InviteAcceptModal.tsx:142
#: src/components/modals/tabs/ExpressionPacksTab.tsx:70
msgid "Emoji pack"
@@ -7140,7 +7218,7 @@ msgstr "Emoji atualizado"
#: src/components/channel/AutocompleteEmoji.tsx:67
#: src/components/channel/textarea/TextareaButtons.tsx:150
-#: src/components/modals/ExpressionPickerSheet.tsx:106
+#: src/components/modals/ExpressionPickerSheet.tsx:93
#: src/components/popouts/ExpressionPickerPopout.tsx:95
msgid "Emojis"
msgstr "Emojis"
@@ -7343,11 +7421,11 @@ msgstr "Inglês"
msgid "English (US)"
msgstr "Inglês (EUA)"
-#: src/components/pages/ReportPage.tsx:429
+#: src/components/pages/ReportPage.tsx:254
msgid "Enter a code in the format ABCD-1234."
msgstr "Insira um código no formato ABCD-1234."
-#: src/components/modals/tabs/GiftInventoryTab.tsx:235
+#: src/components/modals/tabs/GiftInventoryTab.tsx:258
msgid "Enter a gift code to redeem Plutonium for your account."
msgstr "Digite um código de presente para resgatar Plutonium para sua conta."
@@ -7371,7 +7449,7 @@ msgstr "Digitar Código"
msgid "Enter fullscreen"
msgstr "Entrar em tela cheia"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:255
+#: src/components/modals/tabs/GiftInventoryTab.tsx:278
msgid "Enter gift code..."
msgstr "Digitar código de presente..."
@@ -7414,7 +7492,7 @@ msgstr "Digite o código de 6 dígitos enviado para o seu telefone."
msgid "Enter the API endpoint of the Fluxer instance you want to connect to."
msgstr "Digite o endpoint da API da instância do Fluxer que você quer conectar."
-#: src/components/pages/ReportPage.tsx:424
+#: src/components/pages/ReportPage.tsx:249
msgid "Enter the code before continuing."
msgstr "Digite o código antes de continuar."
@@ -7430,7 +7508,7 @@ msgstr "Digite o código enviado para o seu e-mail atual."
msgid "Enter the code we emailed to your new address."
msgstr "Digite o código que enviamos por e-mail para o seu novo endereço."
-#: src/components/modals/ClaimAccountModal.tsx:190
+#: src/components/modals/ClaimAccountModal.tsx:192
msgid "Enter the code we sent to your email to verify it. Your password will be set once the code is confirmed."
msgstr "Digite o código que enviamos para o seu e-mail para verificá-lo. Sua senha será definida assim que o código for confirmado."
@@ -7454,13 +7532,9 @@ msgstr "pressione enter para <0><1>salvar1>0>"
msgid "Enter username"
msgstr "Digitar nome de usuário"
-#: src/components/pages/ReportPage.tsx:701
-msgid "Enter Verification Code"
-msgstr "Digitar Código de Verificação"
-
-#: src/components/pages/ReportPage.tsx:638
-msgid "Enter Your Email"
-msgstr "Digite Seu E-mail"
+#: src/components/pages/report/ReportStepVerification.tsx:64
+msgid "Enter verification code"
+msgstr "Digite o código de verificação"
#: src/components/pages/ForgotPasswordPage.tsx:87
msgid "Enter your email address and we'll send you a link to reset your password."
@@ -7500,7 +7574,7 @@ msgid "Entrance sound uploaded successfully"
msgstr "Som de entrada enviado com sucesso"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:297
-#: src/components/channel/ChannelSearchResults.tsx:691
+#: src/components/channel/ChannelSearchResults.tsx:660
#: src/components/modals/tabs/ComponentGalleryTab/OverlaysTab.tsx:88
msgid "Error"
msgstr "Erro"
@@ -7522,7 +7596,7 @@ msgstr "Tecla Escape sai do modo teclado"
msgid "escape to <0><1>cancel1>0>"
msgstr "pressione escape para <0><1>cancelar1>0>"
-#: src/components/pages/ReportPage.tsx:318
+#: src/components/pages/report/optionDescriptors.ts:90
msgid "Estonia"
msgstr "Estônia"
@@ -7561,7 +7635,7 @@ msgstr "excluir link, incorporação ou arquivo"
msgid "exclude user"
msgstr "excluir usuário"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:95
+#: src/components/modals/components/plutonium/VisionarySection.tsx:104
msgid "Exclusive community"
msgstr "Comunidade exclusiva"
@@ -7593,12 +7667,12 @@ msgstr "Expandir Categoria"
msgid "Expiration"
msgstr "Expiração"
-#: src/components/modals/InviteModal.tsx:281
+#: src/components/modals/InviteModal.tsx:278
msgid "Expire after"
msgstr "Expirar após"
#: src/components/accounts/AccountRow.tsx:162
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:114
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:133
#: src/components/modals/GroupInvitesBottomSheet.tsx:104
msgid "Expired"
msgstr "Expirado"
@@ -7675,7 +7749,7 @@ msgstr "Pacotes de Expressões"
msgid "Expression Packs are a Plutonium feature"
msgstr "Pacotes de Expressões são um recurso do Plutonium"
-#: src/components/modals/ExpressionPickerSheet.tsx:232
+#: src/components/modals/ExpressionPickerSheet.tsx:219
#: src/components/popouts/ExpressionPickerPopout.tsx:193
msgid "Expression picker categories"
msgstr "Categorias do seletor de expressões"
@@ -7700,7 +7774,7 @@ msgstr "Links externos podem ser perigosos. Por favor, tenha cuidado."
msgid "Extra Large"
msgstr "Extra Grande"
-#: src/components/pages/ReportPage.tsx:297
+#: src/components/pages/report/optionDescriptors.ts:72
#: src/constants/IARConstants.tsx:165
msgid "Extremist Community"
msgstr "Comunidade Extremista"
@@ -7749,7 +7823,7 @@ msgstr "Falha ao copiar link de convite"
msgid "Failed to copy to clipboard"
msgstr "Falha ao copiar para a área de transferência"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:79
+#: src/components/modals/tabs/GiftInventoryTab.tsx:80
msgid "Failed to copy URL"
msgstr "Falha ao copiar URL"
@@ -7794,7 +7868,7 @@ msgid "Failed to delete category"
msgstr "Falha ao excluir categoria"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:194
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:681
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:695
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:335
msgid "Failed to delete channel"
msgstr "Falha ao excluir canal"
@@ -7868,7 +7942,7 @@ msgstr "Falha ao carregar banimentos. Tente novamente."
msgid "Failed to load emojis"
msgstr "Falha ao carregar emojis"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:296
+#: src/components/modals/tabs/GiftInventoryTab.tsx:319
msgid "Failed to load gift inventory"
msgstr "Falha ao carregar inventário de presentes"
@@ -7894,8 +7968,8 @@ msgstr "Falha ao carregar adesivos"
msgid "Failed to load vanity URL. Please try again."
msgstr "Falha ao carregar URL personalizada. Tente novamente."
-#: src/components/modals/components/PlutoniumContent.tsx:146
-#: src/components/modals/components/PlutoniumContent.tsx:272
+#: src/components/modals/components/PlutoniumContent.tsx:157
+#: src/components/modals/components/PlutoniumContent.tsx:289
msgid "Failed to load Visionary information. Please try again later."
msgstr "Falha ao carregar informações do Visionary. Tente novamente mais tarde."
@@ -7916,19 +7990,19 @@ msgstr "Falha ao carregar suas comunidades."
msgid "Failed to open customer portal. Please try again."
msgstr "Falha ao abrir o portal do cliente. Tente novamente."
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:572
-#: src/components/bottomsheets/DMBottomSheet.tsx:153
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:586
+#: src/components/bottomsheets/DMBottomSheet.tsx:155
#: src/components/channel/dm/DMList.tsx:216
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:121
msgid "Failed to pin DM"
msgstr "Falha ao fixar MD"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:572
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:586
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:101
msgid "Failed to pin group"
msgstr "Falha ao fixar grupo"
-#: src/components/bottomsheets/DMBottomSheet.tsx:153
+#: src/components/bottomsheets/DMBottomSheet.tsx:155
msgid "Failed to pin group DM"
msgstr "Falha ao fixar DM de grupo"
@@ -7957,7 +8031,7 @@ msgstr "Falha ao alcançar a instância ({status})"
msgid "Failed to reactivate subscription. Please try again."
msgstr "Falha ao reativar assinatura. Tente novamente."
-#: src/components/modals/tabs/GiftInventoryTab.tsx:94
+#: src/components/modals/tabs/GiftInventoryTab.tsx:95
msgid "Failed to redeem gift"
msgstr "Falha ao resgatar presente"
@@ -7998,6 +8072,10 @@ msgstr "Falha ao remover do grupo"
msgid "Failed to remove timeout. Please try again."
msgstr "Falha ao remover o tempo limite. Tente novamente."
+#: src/components/pages/ReportPage.tsx:236
+msgid "Failed to resend code. Please try again."
+msgstr "Falha ao reenviar o código. Por favor, tente novamente."
+
#: src/components/modals/guildTabs/GuildRolesTab.tsx:674
msgid "Failed to reset hoist order"
msgstr "Falha ao redefinir ordem de elevação"
@@ -8018,7 +8096,7 @@ msgstr "Falha ao girar. Tente novamente."
msgid "Failed to send friend request. Please try again."
msgstr "Falha ao enviar solicitação de amizade. Tente novamente."
-#: src/components/bottomsheets/DMBottomSheet.tsx:262
+#: src/components/bottomsheets/DMBottomSheet.tsx:264
#: src/components/modals/InviteModal.tsx:176
#: src/components/uikit/ContextMenu/items/InviteMenuItems.tsx:111
msgid "Failed to send invite"
@@ -8037,7 +8115,7 @@ msgstr "Falha ao enviar código SMS. Tente novamente."
msgid "Failed to send theme"
msgstr "Falha ao enviar tema"
-#: src/components/pages/ReportPage.tsx:412
+#: src/components/pages/ReportPage.tsx:234
msgid "Failed to send verification code. Please try again."
msgstr "Falha ao enviar código de verificação. Tente novamente."
@@ -8084,19 +8162,19 @@ msgstr "Falha ao transferir propriedade. Tente novamente."
msgid "Failed to unblock user. Please try again."
msgstr "Falha ao desbloquear usuário. Tente novamente."
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:589
-#: src/components/bottomsheets/DMBottomSheet.tsx:170
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:603
+#: src/components/bottomsheets/DMBottomSheet.tsx:172
#: src/components/channel/dm/DMList.tsx:226
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:138
msgid "Failed to unpin DM"
msgstr "Falha ao despinar DM"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:589
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:603
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:118
msgid "Failed to unpin group"
msgstr "Falha ao despinar grupo"
-#: src/components/bottomsheets/DMBottomSheet.tsx:170
+#: src/components/bottomsheets/DMBottomSheet.tsx:172
msgid "Failed to unpin group DM"
msgstr "Falha ao desfixar DM do grupo"
@@ -8298,7 +8376,7 @@ msgstr "Encontre o adesivo perfeito"
msgid "Fine-tune core colors and fonts for this app. Changes here are stored as custom CSS overrides and sync with the editor below."
msgstr "Ajuste as cores e fontes principais deste aplicativo. As alterações aqui são armazenadas como substituições CSS personalizadas e sincronizadas com o editor abaixo."
-#: src/components/pages/ReportPage.tsx:319
+#: src/components/pages/report/optionDescriptors.ts:91
msgid "Finland"
msgstr "Finlândia"
@@ -8306,7 +8384,7 @@ msgstr "Finlândia"
msgid "Finnish"
msgstr "Finlandês"
-#: src/components/pages/ReportPage.tsx:923
+#: src/components/pages/report/ReportStepDetails.tsx:199
msgid "First and last name"
msgstr "Nome e sobrenome"
@@ -8419,7 +8497,7 @@ msgstr "O Fluxer precisa de permissão para monitorar a entrada do teclado e mou
msgid "Fluxer Partner"
msgstr "Parceiro do Fluxer"
-#: src/components/modals/components/PlutoniumContent.tsx:182
+#: src/components/modals/components/PlutoniumContent.tsx:193
#: src/components/modals/PremiumModal.tsx:34
#: src/components/modals/utils/settingsConstants.tsx:147
#: src/components/popouts/UserProfileBadges.tsx:99
@@ -8483,7 +8561,7 @@ msgstr "Comida e Bebida"
msgid "Foodie Friends"
msgstr "Amigos Foodies"
-#: src/components/bottomsheets/DMBottomSheet.tsx:660
+#: src/components/bottomsheets/DMBottomSheet.tsx:663
msgid "For 1 hour"
msgstr "Por 1 hora"
@@ -8497,7 +8575,7 @@ msgstr "Por 1 hora"
msgid "For 1 Hour"
msgstr "Por 1 Hora"
-#: src/components/bottomsheets/DMBottomSheet.tsx:659
+#: src/components/bottomsheets/DMBottomSheet.tsx:662
#: src/components/popouts/UserAreaPopout.tsx:77
msgid "For 15 minutes"
msgstr "Por 15 minutos"
@@ -8511,7 +8589,7 @@ msgstr "Por 15 minutos"
msgid "For 15 Minutes"
msgstr "Por 15 Minutos"
-#: src/components/bottomsheets/DMBottomSheet.tsx:663
+#: src/components/bottomsheets/DMBottomSheet.tsx:666
msgid "For 24 hours"
msgstr "Por 24 horas"
@@ -8529,7 +8607,7 @@ msgstr "Por 24 Horas"
msgid "For 3 days"
msgstr "Por 3 dias"
-#: src/components/bottomsheets/DMBottomSheet.tsx:661
+#: src/components/bottomsheets/DMBottomSheet.tsx:664
msgid "For 3 hours"
msgstr "Por 3 horas"
@@ -8542,7 +8620,7 @@ msgstr "Por 3 horas"
msgid "For 3 Hours"
msgstr "Por 3 Horas"
-#: src/components/bottomsheets/DMBottomSheet.tsx:662
+#: src/components/bottomsheets/DMBottomSheet.tsx:665
msgid "For 8 hours"
msgstr "Por 8 horas"
@@ -8560,7 +8638,7 @@ msgstr "Por 8 Horas"
msgid "For British eyes only..."
msgstr "Apenas para olhos britânicos..."
-#: src/components/modals/components/plutonium/PricingSection.tsx:62
+#: src/components/modals/components/plutonium/PricingSection.tsx:68
msgid "For Me"
msgstr "Para Mim"
@@ -8664,15 +8742,15 @@ msgstr "Força o modo lento a ficar ativo em todos os canais"
msgid "Forever"
msgstr "Para sempre"
-#: src/components/modals/components/MobileSettingsView.tsx:300
+#: src/components/modals/components/MobileSettingsView.tsx:295
msgid "Forget"
msgstr "Esquecer"
-#: src/components/modals/components/MobileSettingsView.tsx:327
+#: src/components/modals/components/MobileSettingsView.tsx:322
msgid "Forget Push Subscriptions"
msgstr "Esquecer Inscrições de Push"
-#: src/components/modals/components/MobileSettingsView.tsx:294
+#: src/components/modals/components/MobileSettingsView.tsx:289
msgid "Forget push subscriptions?"
msgstr "Esquecer inscrições de push?"
@@ -8729,7 +8807,7 @@ msgstr "Taxa de Quadros"
msgid "Frame rates above 30 fps require Plutonium"
msgstr "Taxas de quadros acima de 30 fps exigem Plutonium"
-#: src/components/pages/ReportPage.tsx:320
+#: src/components/pages/report/optionDescriptors.ts:92
msgid "France"
msgstr "França"
@@ -8745,8 +8823,8 @@ msgstr "Usuário Grátis (Sem Compras)"
msgid "Free User (With Purchase History)"
msgstr "Usuário Grátis (Com Histórico de Compras)"
-#: src/components/modals/components/PlutoniumContent.tsx:163
-#: src/components/modals/components/PlutoniumContent.tsx:289
+#: src/components/modals/components/PlutoniumContent.tsx:174
+#: src/components/modals/components/PlutoniumContent.tsx:308
msgid "Free vs Plutonium"
msgstr "Grátis vs Plutonium"
@@ -8773,12 +8851,13 @@ msgstr "Solicitação de Amizade"
msgid "Friend request sent"
msgstr "Solicitação de amizade enviada"
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:68
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:250
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:75
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:89
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:271
msgid "Friend Request Sent"
msgstr "Solicitação de Amizade Enviada"
-#: src/components/channel/dm/AddFriendForm.tsx:144
+#: src/components/channel/dm/AddFriendForm.tsx:167
msgid "Friend request sent!"
msgstr "Solicitação de amizade enviada!"
@@ -8787,7 +8866,7 @@ msgstr "Solicitação de amizade enviada!"
msgid "Friend Requests"
msgstr "Solicitações de Amizade"
-#: src/components/channel/dm/AddFriendForm.tsx:137
+#: src/components/channel/dm/AddFriendForm.tsx:160
msgid "Friend's FluxerTag"
msgstr "FluxerTag do Amigo"
@@ -8828,9 +8907,10 @@ msgstr "De {0}"
#. placeholder {0}: creator.username
#. placeholder {1}: creator.discriminator
-#: src/components/channel/GiftEmbed.tsx:87
-#: src/components/modals/GiftAcceptModal.tsx:116
-#: src/components/modals/GiftAcceptModal.tsx:143
+#: src/components/channel/GiftEmbed.tsx:93
+#: src/components/modals/GiftAcceptModal.tsx:123
+#: src/components/modals/GiftAcceptModal.tsx:151
+#: src/components/modals/GiftAcceptModal.tsx:186
msgid "From {0}#{1}"
msgstr "De {0}#{1}"
@@ -8850,7 +8930,7 @@ msgstr "Do usuário"
msgid "from:"
msgstr "de:"
-#: src/components/pages/ReportPage.tsx:919
+#: src/components/pages/report/ReportStepDetails.tsx:195
msgid "Full Legal Name"
msgstr "Nome Completo Legal"
@@ -8892,7 +8972,7 @@ msgstr "Gerar Convite"
msgid "Generate invite link"
msgstr "Gerar link de convite"
-#: src/components/modals/tabs/BetaCodesTab.tsx:315
+#: src/components/modals/tabs/BetaCodesTab.tsx:340
msgid "Generate up to {MAX_UNCLAIMED_BETA_CODES} unclaimed beta codes to invite friends to Fluxer. You can create 3 codes per week."
msgstr "Gere até {MAX_UNCLAIMED_BETA_CODES} códigos beta não reivindicados para convidar amigos para o Fluxer. Você pode criar 3 códigos por semana."
@@ -8909,7 +8989,7 @@ msgstr "Restrição Geográfica"
msgid "German"
msgstr "Alemão"
-#: src/components/pages/ReportPage.tsx:321
+#: src/components/pages/report/optionDescriptors.ts:93
msgid "Germany"
msgstr "Alemanha"
@@ -8991,13 +9071,13 @@ msgstr "Prévia de GIF"
#: src/components/channel/pickers/gif/GifPickerHeader.tsx:40
#: src/components/channel/pickers/memes/MemesPickerHeader.tsx:57
#: src/components/channel/textarea/TextareaButtons.tsx:110
-#: src/components/modals/ExpressionPickerSheet.tsx:68
+#: src/components/modals/ExpressionPickerSheet.tsx:55
#: src/components/popouts/ExpressionPickerPopout.tsx:69
msgid "GIFs"
msgstr "GIFs"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:122
-#: src/components/modals/GiftAcceptModal.tsx:163
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:141
+#: src/components/modals/GiftAcceptModal.tsx:206
msgid "Gift"
msgstr "Presente"
@@ -9030,19 +9110,20 @@ msgstr "Presente já resgatado"
msgid "Gift Already Redeemed"
msgstr "Presente Já Resgatado"
-#: src/components/channel/GiftEmbed.tsx:94
+#: src/components/channel/GiftEmbed.tsx:105
+#: src/components/channel/GiftEmbed.tsx:109
msgid "Gift Claimed"
msgstr "Presente Reivindicado"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:246
+#: src/components/modals/tabs/GiftInventoryTab.tsx:269
msgid "Gift code cannot be empty"
msgstr "O código do presente não pode estar vazio"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:243
+#: src/components/modals/tabs/GiftInventoryTab.tsx:266
msgid "Gift code is required"
msgstr "O código do presente é obrigatório"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:250
+#: src/components/modals/tabs/GiftInventoryTab.tsx:273
msgid "Gift code is too long"
msgstr "O código do presente é muito longo"
@@ -9070,7 +9151,7 @@ msgstr "Presente Não Encontrado"
#: src/components/channel/textarea/TextareaButtons.tsx:101
#: src/components/channel/textarea/TextareaButtons.tsx:177
-#: src/components/modals/components/plutonium/GiftSection.tsx:61
+#: src/components/modals/components/plutonium/GiftSection.tsx:67
msgid "Gift Plutonium"
msgstr "Presentear Plutonium"
@@ -9078,23 +9159,23 @@ msgstr "Presentear Plutonium"
msgid "Gift redeemed successfully!"
msgstr "Presente resgatado com sucesso!"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:89
+#: src/components/modals/tabs/GiftInventoryTab.tsx:90
msgid "Gift redeemed successfully! Enjoy your Plutonium!"
msgstr "Presente resgatado com sucesso! Aproveite seu Plutonium!"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:53
+#: src/components/modals/components/plutonium/VisionarySection.tsx:58
msgid "gift time"
msgstr "hora do presente"
-#: src/components/channel/GiftEmbed.tsx:151
+#: src/components/channel/GiftEmbed.tsx:162
msgid "Gift Unavailable"
msgstr "Presente Indisponível"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:132
+#: src/components/modals/tabs/GiftInventoryTab.tsx:133
msgid "Gift URL"
msgstr "URL do Presente"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:75
+#: src/components/modals/tabs/GiftInventoryTab.tsx:76
msgid "Gift URL copied to clipboard!"
msgstr "URL do presente copiado para a área de transferência!"
@@ -9126,7 +9207,7 @@ msgstr "Atalhos globais estão disponíveis no aplicativo de desktop"
msgid "Glorification of violence or disturbing imagery"
msgstr "Glorificação da violência ou imagens perturbadoras"
-#: src/components/modals/components/MobileSettingsView.tsx:145
+#: src/components/modals/components/MobileSettingsView.tsx:140
#: src/components/modals/shared/MobileSettingsComponents.tsx:43
msgid "Go back"
msgstr "Voltar"
@@ -9143,7 +9224,7 @@ msgstr "Voltar ao canal de texto focado anteriormente"
msgid "Go forward in navigation history"
msgstr "Avançar no histórico de navegação"
-#: src/components/channel/InviteEmbed.tsx:259
+#: src/components/channel/InviteEmbed.tsx:261
#: src/components/modals/InviteAcceptModal.tsx:100
msgid "Go to Community"
msgstr "Ir para Comunidade"
@@ -9166,15 +9247,15 @@ msgstr "Ir para login"
msgid "Go to message"
msgstr "Ir para mensagem"
-#: src/components/channel/ChannelSearchResults.tsx:841
+#: src/components/channel/ChannelSearchResults.tsx:809
msgid "Go to page"
msgstr "Ir para página"
-#: src/components/channel/ChannelSearchResults.tsx:808
+#: src/components/channel/ChannelSearchResults.tsx:776
msgid "Go to page {page}"
msgstr "Ir para página {page}"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:315
+#: src/components/modals/tabs/GiftInventoryTab.tsx:338
msgid "Go to Plutonium"
msgstr "Ir para Plutonium"
@@ -9195,7 +9276,7 @@ msgstr "Entendi"
msgid "Gotcha"
msgstr "Peguei"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:116
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:135
msgid "Grace Period"
msgstr "Período de Carência"
@@ -9203,7 +9284,7 @@ msgstr "Período de Carência"
msgid "Grace Period (Still Have Access)"
msgstr "Período de Carência (Ainda Tem Acesso)"
-#: src/components/modals/InviteModal.tsx:301
+#: src/components/modals/InviteModal.tsx:298
msgid "Grant temporary membership"
msgstr "Conceder associação temporária"
@@ -9234,7 +9315,7 @@ msgstr "Grande Sucesso!"
msgid "Great success! You can now close this tab and return to the app."
msgstr "Grande sucesso! Agora você pode fechar esta aba e voltar ao aplicativo."
-#: src/components/pages/ReportPage.tsx:322
+#: src/components/pages/report/optionDescriptors.ts:94
msgid "Greece"
msgstr "Grécia"
@@ -9263,7 +9344,7 @@ msgstr "Permissões para adicionar ao chat em grupo"
msgid "Group Chat Permissions"
msgstr "Permissões do Chat em Grupo"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:481
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:495
msgid "Group Direct Message"
msgstr "Mensagem Direta em Grupo"
@@ -9272,7 +9353,7 @@ msgid "Group DM"
msgstr "DM em Grupo"
#. placeholder {0}: channel.recipientIds.length + 1
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:772
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:804
msgid "Group DM · {0} members"
msgstr "DM em Grupo · {0} membros"
@@ -9317,12 +9398,12 @@ msgstr "O nome do grupo não deve exceder 100 caracteres"
msgid "Group Online Status"
msgstr "Status Online do Grupo"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:962
-#: src/components/channel/MemberListItem.tsx:102
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:984
+#: src/components/channel/MemberListItem.tsx:109
msgid "Group Owner"
msgstr "Dono do Grupo"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1092
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1116
msgid "Group Settings"
msgstr "Configurações do Grupo"
@@ -9335,11 +9416,11 @@ msgstr "Estados de Digitação do Grupo"
msgid "Group updated"
msgstr "Grupo atualizado"
-#: src/components/pages/ReportPage.tsx:893
+#: src/components/pages/report/ReportStepDetails.tsx:167
msgid "Guild (Community) ID"
msgstr "ID da Guilda (Comunidade)"
-#: src/components/pages/ReportPage.tsx:902
+#: src/components/pages/report/ReportStepDetails.tsx:177
msgid "Guild ID is required."
msgstr "O ID do guilda é necessário."
@@ -9355,13 +9436,13 @@ msgstr "Registro da Guilda"
msgid "Hang on while we check for scheduled messages."
msgstr "Aguarde enquanto verificamos mensagens agendadas."
-#: src/components/pages/ReportPage.tsx:295
+#: src/components/pages/report/optionDescriptors.ts:70
#: src/constants/IARConstants.tsx:155
msgid "Harassment"
msgstr "Assédio"
-#: src/components/pages/ReportPage.tsx:262
-#: src/components/pages/ReportPage.tsx:281
+#: src/components/pages/report/optionDescriptors.ts:43
+#: src/components/pages/report/optionDescriptors.ts:59
#: src/constants/IARConstants.tsx:32
#: src/constants/IARConstants.tsx:109
msgid "Harassment or Bullying"
@@ -9383,9 +9464,9 @@ msgstr "Já Comprou Override"
msgid "has:"
msgstr "tem:"
-#: src/components/pages/ReportPage.tsx:263
-#: src/components/pages/ReportPage.tsx:282
-#: src/components/pages/ReportPage.tsx:296
+#: src/components/pages/report/optionDescriptors.ts:44
+#: src/components/pages/report/optionDescriptors.ts:60
+#: src/components/pages/report/optionDescriptors.ts:71
#: src/constants/IARConstants.tsx:37
#: src/constants/IARConstants.tsx:114
#: src/constants/IARConstants.tsx:160
@@ -9430,7 +9511,7 @@ msgid "Help Center"
msgstr "Central de Ajuda"
#. placeholder {0}: user.displayName
-#: src/components/layout/app-layout/nagbars/UnclaimedAccountNagbar.tsx:44
+#: src/components/layout/app-layout/nagbars/UnclaimedAccountNagbar.tsx:42
msgid "Hey {0}, claim your account to prevent losing access."
msgstr "Ei {0}, reivindique sua conta para evitar perder o acesso."
@@ -9654,7 +9735,7 @@ msgstr "https://example.com/callback"
msgid "Hungarian"
msgstr "Húngaro"
-#: src/components/pages/ReportPage.tsx:323
+#: src/components/pages/report/optionDescriptors.ts:95
msgid "Hungary"
msgstr "Hungria"
@@ -9728,8 +9809,8 @@ msgstr "Se você recebeu um código beta, você pode inseri-lo abaixo para obter
msgid "If you want to export your data or delete your messages first, please visit the Privacy Dashboard section in User Settings before proceeding."
msgstr "Se você quiser exportar seus dados ou excluir suas mensagens primeiro, por favor, visite a seção Painel de Privacidade em Configurações do Usuário antes de prosseguir."
-#: src/components/channel/channel-view/DMChannelView.tsx:301
-#: src/components/channel/dm/DMWelcomeSection.tsx:119
+#: src/components/channel/channel-view/DMChannelView.tsx:302
+#: src/components/channel/dm/DMWelcomeSection.tsx:131
#: src/components/channel/friends/FriendListItem.tsx:145
#: src/components/channel/friends/FriendListItem.tsx:244
#: src/components/channel/friends/MobileFriendRequestItem.tsx:69
@@ -9740,7 +9821,7 @@ msgstr "Ignorar"
#: src/components/channel/friends/FriendListItem.tsx:143
#: src/components/channel/friends/MobileFriendRequestItem.tsx:67
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:152
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:173
msgid "Ignore Friend Request"
msgstr "Ignorar Solicitação de Amizade"
@@ -9749,8 +9830,8 @@ msgstr "Ignorar Solicitação de Amizade"
msgid "Ignore per-channel message rate limits."
msgstr "Ignorar os limites de taxa de mensagens por canal."
-#: src/components/pages/ReportPage.tsx:267
-#: src/components/pages/ReportPage.tsx:298
+#: src/components/pages/report/optionDescriptors.ts:48
+#: src/components/pages/report/optionDescriptors.ts:73
#: src/constants/IARConstants.tsx:57
#: src/constants/IARConstants.tsx:170
msgid "Illegal Activity"
@@ -9762,7 +9843,7 @@ msgid "image"
msgstr "imagem"
#: src/components/channel/embeds/media/EmbedGifv.tsx:237
-#: src/components/channel/embeds/media/EmbedImage.tsx:369
+#: src/components/channel/embeds/media/EmbedImage.tsx:374
#: src/components/modals/MediaViewerModal.tsx:362
#: src/components/search/HasFilterSheet.tsx:50
#: src/utils/FavoriteMemeUtils.ts:71
@@ -9783,8 +9864,8 @@ msgstr "Prévia da imagem"
msgid "Images"
msgstr "Imagens"
-#: src/components/pages/ReportPage.tsx:272
-#: src/components/pages/ReportPage.tsx:284
+#: src/components/pages/report/optionDescriptors.ts:53
+#: src/components/pages/report/optionDescriptors.ts:62
#: src/constants/IARConstants.tsx:82
#: src/constants/IARConstants.tsx:124
msgid "Impersonation"
@@ -9839,7 +9920,7 @@ msgstr "em {absWeeks} semanas"
msgid "in {absYears} years"
msgstr "em {absYears} anos"
-#: src/components/channel/channel-view/DMChannelView.tsx:275
+#: src/components/channel/channel-view/DMChannelView.tsx:276
msgid "In call"
msgstr "Em chamada"
@@ -9880,7 +9961,7 @@ msgstr "No seu navegador, o Push-to-Talk só funcionará quando a aba do Fluxer
msgid "in:"
msgstr "em:"
-#: src/components/pages/ReportPage.tsx:286
+#: src/components/pages/report/optionDescriptors.ts:64
#: src/constants/IARConstants.tsx:134
msgid "Inappropriate Profile"
msgstr "Perfil Inadequado"
@@ -9909,7 +9990,7 @@ msgstr "Incluir todas as menções da comunidade"
msgid "Include audio from your screen in the share"
msgstr "Incluir áudio da sua tela no compartilhamento"
-#: src/components/channel/channel-view/DMChannelView.tsx:269
+#: src/components/channel/channel-view/DMChannelView.tsx:270
#: src/components/voice/IncomingCallUI.tsx:263
#: src/components/voice/IncomingCallUI.tsx:286
#: src/components/voice/IncomingCallUI.tsx:324
@@ -9946,11 +10027,11 @@ msgid "Increase app zoom level"
msgstr "Aumentar o nível de zoom do aplicativo"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:284
-#: src/components/channel/ChannelSearchResults.tsx:679
+#: src/components/channel/ChannelSearchResults.tsx:648
msgid "Indexing Channel"
msgstr "Indexando Canal"
-#: src/components/channel/ChannelSearchResults.tsx:317
+#: src/components/channel/ChannelSearchResults.tsx:274
msgid "Indexing..."
msgstr "Indexando..."
@@ -10032,12 +10113,12 @@ msgstr "Entradas com Ícones"
msgid "Insert emoji"
msgstr "Inserir emoji"
-#: src/components/channel/InviteEmbed.tsx:198
+#: src/components/channel/InviteEmbed.tsx:200
#: src/components/modals/InviteAcceptModal.tsx:143
msgid "Install Emoji Pack"
msgstr "Instalar Pacote de Emojis"
-#: src/components/channel/InviteEmbed.tsx:198
+#: src/components/channel/InviteEmbed.tsx:200
#: src/components/modals/InviteAcceptModal.tsx:143
msgid "Install Sticker Pack"
msgstr "Instalar Pacote de Figurinhas"
@@ -10104,7 +10185,7 @@ msgstr "Código de presente inválido"
msgid "Invalid instance response: missing webapp URL."
msgstr "Resposta de instância inválida: URL da webapp ausente."
-#: src/components/modals/ClaimAccountModal.tsx:108
+#: src/components/modals/ClaimAccountModal.tsx:110
#: src/components/modals/EmailChangeModal.tsx:108
#: src/components/modals/EmailChangeModal.tsx:169
msgid "Invalid or expired code"
@@ -10134,7 +10215,7 @@ msgstr "Botão invertido clicado!"
msgid "Invisible"
msgstr "Invisível"
-#: src/components/modals/InviteModal.tsx:257
+#: src/components/modals/InviteModal.tsx:267
#: src/components/modals/tabs/ExpressionPacksTab.tsx:83
#: src/constants/AuditLogConstants.tsx:239
msgid "Invite"
@@ -10144,7 +10225,7 @@ msgstr "Convite"
msgid "Invite Background"
msgstr "Plano de fundo do convite"
-#: src/components/pages/ReportPage.tsx:908
+#: src/components/pages/report/ReportStepDetails.tsx:183
msgid "Invite Code (optional)"
msgstr "Código de convite (opcional)"
@@ -10170,7 +10251,7 @@ msgstr "Convidar amigos"
msgid "Invite friends to {0}"
msgstr "Convidar amigos para {0}"
-#: src/components/modals/InviteModal.tsx:317
+#: src/components/modals/InviteModal.tsx:314
msgid "Invite link"
msgstr "Link de convite"
@@ -10190,7 +10271,7 @@ msgid "Invite Links"
msgstr "Links de convite"
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:164
-#: src/components/layout/ChannelItem.tsx:599
+#: src/components/layout/ChannelItem.tsx:616
#: src/components/popouts/GuildHeaderPopout.tsx:178
msgid "Invite Members"
msgstr "Convidar membros"
@@ -10218,7 +10299,7 @@ msgid "Invite Page Preview"
msgstr "Visualização da página de convite"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:381
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1144
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1168
#: src/components/layout/FavoritesChannelListContent.tsx:305
#: src/components/uikit/ContextMenu/ChannelListContextMenu.tsx:96
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:97
@@ -10236,7 +10317,7 @@ msgstr "Convite revogado"
msgid "Invite sent for {0}"
msgstr "Convite enviado para {0}"
-#: src/components/bottomsheets/DMBottomSheet.tsx:256
+#: src/components/bottomsheets/DMBottomSheet.tsx:258
msgid "Invite sent to {guildName}"
msgstr "Convite enviado para {guildName}"
@@ -10249,7 +10330,7 @@ msgid "Invite splash preview"
msgstr "Visualização do splash de convite"
#. placeholder {0}: guild.name
-#: src/components/bottomsheets/DMBottomSheet.tsx:499
+#: src/components/bottomsheets/DMBottomSheet.tsx:501
msgid "Invite to {0}"
msgstr "Convidar para {0}"
@@ -10257,7 +10338,7 @@ msgstr "Convidar para {0}"
msgid "Invite to Community"
msgstr "Convidar para a comunidade"
-#: src/components/channel/InviteEmbed.tsx:362
+#: src/components/channel/InviteEmbed.tsx:364
msgid "Invite Unavailable"
msgstr "Convite indisponível"
@@ -10277,7 +10358,7 @@ msgid "Invited by {0}#{1}"
msgstr "Convidado por {0}#{1}"
#: src/components/auth/InviteHeader.tsx:159
-#: src/components/channel/InviteEmbed.tsx:222
+#: src/components/channel/InviteEmbed.tsx:224
msgid "Invited by {inviterTag}"
msgstr "Convidado por {inviterTag}"
@@ -10290,8 +10371,8 @@ msgid "Inviter:"
msgstr "Quem convidou:"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:303
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1199
-#: src/components/bottomsheets/DMBottomSheet.tsx:468
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1223
+#: src/components/bottomsheets/DMBottomSheet.tsx:470
#: src/components/channel/dm/DMList.tsx:257
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:145
msgid "Invites"
@@ -10301,11 +10382,11 @@ msgstr "Convites"
msgid "Invites are currently disabled for this community."
msgstr "Os convites estão atualmente desativados para esta comunidade."
-#: src/components/modals/InviteModal.tsx:270
+#: src/components/modals/InviteModal.tsx:237
msgid "Invites are currently disabled in this community by an admin. While this invite can be created, it cannot be accepted until invites are re-enabled."
msgstr "Os convites estão atualmente desativados nesta comunidade por um administrador. Embora este convite possa ser criado, ele não poderá ser aceito até que os convites sejam reativados."
-#: src/components/layout/guild-list/GuildListItem.tsx:233
+#: src/components/layout/guild-list/GuildListItem.tsx:234
msgid "Invites are currently paused in this community"
msgstr "Os convites estão atualmente pausados nesta comunidade"
@@ -10317,7 +10398,7 @@ msgstr "Os convites estão bloqueados para comunidades de visualização. Confir
msgid "Invites disabled"
msgstr "Convites desativados"
-#: src/components/channel/InviteEmbed.tsx:257
+#: src/components/channel/InviteEmbed.tsx:259
#: src/components/modals/InviteAcceptModal.tsx:98
msgid "Invites Disabled"
msgstr "Convites Desativados"
@@ -10343,7 +10424,7 @@ msgstr "Os convites para <0>{0}0> estão desativados no momento"
msgid "IP address authorized"
msgstr "Endereço IP autorizado"
-#: src/components/pages/ReportPage.tsx:324
+#: src/components/pages/report/optionDescriptors.ts:96
msgid "Ireland"
msgstr "Irlanda"
@@ -10359,7 +10440,7 @@ msgstr "É uma verdadeira festa de digitação aqui"
msgid "Italian"
msgstr "Italiano"
-#: src/components/pages/ReportPage.tsx:325
+#: src/components/pages/report/optionDescriptors.ts:97
msgid "Italy"
msgstr "Itália"
@@ -10381,16 +10462,16 @@ msgstr "Entrar em uma Comunidade"
msgid "Join a community with stickers to get started!"
msgstr "Entre em uma comunidade com adesivos para começar!"
-#: src/components/channel/channel-view/DMChannelView.tsx:315
+#: src/components/channel/channel-view/DMChannelView.tsx:316
msgid "Join call"
msgstr "Entrar na chamada"
-#: src/components/channel/InviteEmbed.tsx:261
-#: src/components/channel/InviteEmbed.tsx:451
+#: src/components/channel/InviteEmbed.tsx:263
+#: src/components/channel/InviteEmbed.tsx:453
#: src/components/layout/guild-list/AddGuildButton.tsx:71
#: src/components/modals/AddGuildModal.tsx:129
#: src/components/modals/AddGuildModal.tsx:410
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:304
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:342
#: src/components/modals/InviteAcceptModal.tsx:102
#: src/components/modals/InviteAcceptModalPreview.tsx:114
msgid "Join Community"
@@ -10400,7 +10481,7 @@ msgstr "Entrar na Comunidade"
msgid "Join community form"
msgstr "Formulário de entrada na comunidade"
-#: src/components/channel/InviteEmbed.tsx:187
+#: src/components/channel/InviteEmbed.tsx:189
msgid "Join Group"
msgstr "Entrar no Grupo"
@@ -10416,19 +10497,19 @@ msgstr "Notificações de entrada"
msgid "Join Operators Community"
msgstr "Entrar na Comunidade de Operadores"
-#: src/components/channel/CallMessage.tsx:171
+#: src/components/channel/CallMessage.tsx:165
msgid "Join the call"
msgstr "Entrar na chamada"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:122
+#: src/components/channel/ChannelHeader/CallButtons.tsx:159
msgid "Join Video Call"
msgstr "Entrar na Chamada de Vídeo"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:118
+#: src/components/channel/ChannelHeader/CallButtons.tsx:150
msgid "Join Video Call ({participantCount} participant)"
msgstr "Entrar na Chamada de Vídeo ({participantCount} participante)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:119
+#: src/components/channel/ChannelHeader/CallButtons.tsx:151
msgid "Join Video Call ({participantCount} participants)"
msgstr "Entrar na Chamada de Vídeo ({participantCount} participantes)"
@@ -10436,15 +10517,15 @@ msgstr "Entrar na Chamada de Vídeo ({participantCount} participantes)"
msgid "Join Visionary Community"
msgstr "Entrar na Comunidade Visionária"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:70
+#: src/components/channel/ChannelHeader/CallButtons.tsx:89
msgid "Join Voice Call"
msgstr "Entrar na Chamada de Voz"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:66
+#: src/components/channel/ChannelHeader/CallButtons.tsx:80
msgid "Join Voice Call ({participantCount} participant)"
msgstr "Entrar na Chamada de Voz ({participantCount} participante)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:67
+#: src/components/channel/ChannelHeader/CallButtons.tsx:81
msgid "Join Voice Call ({participantCount} participants)"
msgstr "Entrar na Chamada de Voz ({participantCount} participantes)"
@@ -10495,7 +10576,7 @@ msgstr "JPEG, PNG, WebP. Máx. 10 MB. Recomendado: 512×512px"
msgid "JPEG, PNG, WebP. Max 10MB. Recommended: 512×512px. Animated avatars (GIF) require <0/>."
msgstr "JPEG, PNG, WebP. Máx. 10 MB. Recomendado: 512×512px. Avatares animados (GIF) requerem <0/>."
-#: src/components/channel/ChannelSearchResults.tsx:777
+#: src/components/channel/ChannelSearchResults.tsx:745
#: src/components/pages/MessageListPage.tsx:97
#: src/components/popouts/RecentMentionsContent.tsx:221
#: src/components/popouts/SavedMessagesContent.tsx:102
@@ -10519,11 +10600,11 @@ msgstr "Pular para a Mensagem"
msgid "Jump to Oldest Unread Message"
msgstr "Pular para a Mensagem Não Lida Mais Antiga"
-#: src/components/channel/ChannelSearchResults.tsx:872
+#: src/components/channel/ChannelSearchResults.tsx:840
msgid "Jump to page"
msgstr "Pular para a página"
-#: src/components/channel/Messages.tsx:917
+#: src/components/channel/Messages.tsx:915
msgid "Jump to Present"
msgstr "Pular para o Presente"
@@ -10612,7 +10693,7 @@ msgid "Keyboard Shortcuts"
msgstr "Atalhos de teclado"
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:344
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:311
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:314
#: src/components/modals/KickMemberModal.tsx:58
#: src/components/modals/UserProfileActionsSheet.tsx:253
msgid "Kick"
@@ -10702,7 +10783,7 @@ msgstr "Latência de {latency} milissegundos"
msgid "Latency graph"
msgstr "Gráfico de latência"
-#: src/components/pages/ReportPage.tsx:326
+#: src/components/pages/report/optionDescriptors.ts:98
msgid "Latvia"
msgstr "Letônia"
@@ -10729,10 +10810,10 @@ msgstr "Sair da comunidade"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:248
#: src/components/bottomsheets/ChannelBottomSheet.tsx:250
#: src/components/bottomsheets/ChannelBottomSheet.tsx:314
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1253
-#: src/components/bottomsheets/DMBottomSheet.tsx:337
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1277
#: src/components/bottomsheets/DMBottomSheet.tsx:339
-#: src/components/bottomsheets/DMBottomSheet.tsx:551
+#: src/components/bottomsheets/DMBottomSheet.tsx:341
+#: src/components/bottomsheets/DMBottomSheet.tsx:554
#: src/components/channel/dm/DMList.tsx:265
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:159
#: src/hooks/useLeaveGroup.tsx:42
@@ -10740,27 +10821,27 @@ msgstr "Sair da comunidade"
msgid "Leave Group"
msgstr "Sair do grupo"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:122
+#: src/components/channel/ChannelHeader/CallButtons.tsx:157
msgid "Leave Video Call"
msgstr "Sair da chamada de vídeo"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:113
+#: src/components/channel/ChannelHeader/CallButtons.tsx:145
msgid "Leave Video Call ({participantCount} participant)"
msgstr "Sair da Chamada de Vídeo ({participantCount} participante)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:114
+#: src/components/channel/ChannelHeader/CallButtons.tsx:146
msgid "Leave Video Call ({participantCount} participants)"
msgstr "Sair da Chamada de Vídeo ({participantCount} participantes)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:70
+#: src/components/channel/ChannelHeader/CallButtons.tsx:87
msgid "Leave Voice Call"
msgstr "Sair da chamada de voz"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:61
+#: src/components/channel/ChannelHeader/CallButtons.tsx:75
msgid "Leave Voice Call ({participantCount} participant)"
msgstr "Sair da Chamada de Voz ({participantCount} participante)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:62
+#: src/components/channel/ChannelHeader/CallButtons.tsx:76
msgid "Leave Voice Call ({participantCount} participants)"
msgstr "Sair da Chamada de Voz ({participantCount} participantes)"
@@ -10785,7 +10866,7 @@ msgstr "Alinhado à esquerda"
msgid "Left community"
msgstr "Saiu da comunidade"
-#: src/components/bottomsheets/DMBottomSheet.tsx:350
+#: src/components/bottomsheets/DMBottomSheet.tsx:352
#: src/hooks/useLeaveGroup.tsx:56
msgid "Left group"
msgstr "Saiu do grupo"
@@ -10798,7 +10879,7 @@ msgstr "Ícone à esquerda"
msgid "Left Tooltip"
msgstr "Dica de ferramenta à esquerda"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:90
+#: src/components/modals/components/plutonium/VisionarySection.tsx:99
msgid "Let people add you without needing a 4-digit tag"
msgstr "Permita que as pessoas adicionem você sem precisar de uma tag de 4 dígitos"
@@ -10810,17 +10891,13 @@ msgstr "Deixe a comunidade se autorregular"
msgid "Letters (a-z, A-Z), numbers (0-9), and underscores (_) only"
msgstr "Apenas letras (a-z, A-Z), números (0-9) e sublinhados (_)"
-#: src/components/pages/ReportPage.tsx:729
-msgid "Letters and numbers only. You can paste the code—formatting is automatic."
-msgstr "Apenas letras e números. Você pode colar o código—o formato é automático."
-
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:120
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:139
#: src/components/modals/tabs/DeveloperOptionsTab/AccountPremiumTab.tsx:49
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:371
msgid "Lifetime"
msgstr "Vitalício"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:73
+#: src/components/modals/components/plutonium/VisionarySection.tsx:82
#: src/utils/giftUtils.ts:58
msgid "Lifetime Plutonium"
msgstr "Plutonium Vitalício"
@@ -10838,7 +10915,7 @@ msgid "Liked!"
msgstr "Curtido!"
#. placeholder {0}: formatter.format(visionarySlots.total)
-#: src/components/modals/components/plutonium/VisionarySection.tsx:61
+#: src/components/modals/components/plutonium/VisionarySection.tsx:70
msgid "Limited to {0} users. One-time purchase, lifetime access."
msgstr "Limitado a {0} usuários. Compra única, acesso vitalício."
@@ -10856,7 +10933,7 @@ msgstr "Link"
msgid "Link channel"
msgstr "Vincular canal"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:530
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:544
#: src/components/uikit/ContextMenu/MediaContextMenu.tsx:145
#: src/components/uikit/ContextMenu/MediaContextMenu.tsx:228
msgid "Link copied to clipboard"
@@ -10902,7 +10979,7 @@ msgstr "Listas"
msgid "Lists members with this role in their own section in the member list."
msgstr "Lista membros com este cargo em sua própria seção na lista de membros."
-#: src/components/pages/ReportPage.tsx:327
+#: src/components/pages/report/optionDescriptors.ts:99
msgid "Lithuania"
msgstr "Lituânia"
@@ -10934,7 +11011,7 @@ msgstr "Carregando banimentos..."
msgid "Loading communities..."
msgstr "Carregando comunidades..."
-#: src/components/channel/embeds/media/EmbedImage.tsx:363
+#: src/components/channel/embeds/media/EmbedImage.tsx:368
msgid "Loading image"
msgstr "Carregando imagem"
@@ -10947,7 +11024,7 @@ msgid "Loading more..."
msgstr "Carregando mais..."
#: src/components/channel/embeds/media/EmbedGifv.tsx:493
-#: src/components/channel/embeds/media/EmbedGifv.tsx:721
+#: src/components/channel/embeds/media/EmbedGifv.tsx:745
msgid "Loading placeholder"
msgstr "Carregando espaço reservado"
@@ -10971,7 +11048,7 @@ msgstr "Carregando tema..."
msgid "Loading verification methods..."
msgstr "Carregando métodos de verificação..."
-#: src/components/channel/embeds/media/EmbedImage.tsx:363
+#: src/components/channel/embeds/media/EmbedImage.tsx:368
msgid "Loading: {alt}"
msgstr "Carregando: {alt}"
@@ -11021,7 +11098,7 @@ msgid "Log in with a passkey"
msgstr "Entrar com uma chave de acesso"
#: src/components/modals/components/DesktopSettingsView.tsx:346
-#: src/components/modals/components/MobileSettingsView.tsx:362
+#: src/components/modals/components/MobileSettingsView.tsx:357
#: src/components/pages/PendingVerificationPage.tsx:151
msgid "Log Out"
msgstr "Sair"
@@ -11101,7 +11178,7 @@ msgstr "Baixo"
msgid "Low (480p)"
msgstr "Baixo (480p)"
-#: src/components/pages/ReportPage.tsx:328
+#: src/components/pages/report/optionDescriptors.ts:100
msgid "Luxembourg"
msgstr "Luxemburgo"
@@ -11114,16 +11191,16 @@ msgstr "Tornar proprietário do grupo"
msgid "Make links to websites stand out more by always underlining them."
msgstr "Destaque mais os links para sites sublinhando-os sempre."
-#: src/components/pages/ReportPage.tsx:271
+#: src/components/pages/report/optionDescriptors.ts:52
#: src/constants/IARConstants.tsx:77
msgid "Malicious Links"
msgstr "Links maliciosos"
-#: src/components/pages/ReportPage.tsx:329
+#: src/components/pages/report/optionDescriptors.ts:101
msgid "Malta"
msgstr "Malta"
-#: src/components/pages/ReportPage.tsx:302
+#: src/components/pages/report/optionDescriptors.ts:77
#: src/constants/IARConstants.tsx:190
msgid "Malware Distribution"
msgstr "Distribuição de Malware"
@@ -11214,7 +11291,7 @@ msgid "Manage slash commands for this application"
msgstr "Gerencie comandos de barra para este aplicativo"
#: src/components/layout/app-layout/nagbars/PremiumGracePeriodNagbar.tsx:83
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:288
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:324
msgid "Manage Subscription"
msgstr "Gerenciar Assinatura"
@@ -11227,7 +11304,7 @@ msgstr "Gerencie o endereço de e-mail que você usa para fazer login no Fluxer"
msgid "Manage Webhooks"
msgstr "Gerenciar Webhooks"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:100
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:104
msgid "Manage your applications and bots."
msgstr "Gerencie seus aplicativos e bots."
@@ -11243,7 +11320,7 @@ msgstr "Gerenciar seus presentes"
msgid "Manage your phone number for SMS two-factor authentication"
msgstr "Gerencie seu número de telefone para autenticação de dois fatores por SMS"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:280
+#: src/components/modals/tabs/GiftInventoryTab.tsx:303
msgid "Manage your purchased Plutonium gift codes. Share the gift URL with someone special or redeem it for yourself!"
msgstr "Gerencie seus códigos de presente Plutonium comprados. Compartilhe o URL do presente com alguém especial ou resgate para você!"
@@ -11256,8 +11333,8 @@ msgid "Mark as 18+ (NSFW)"
msgstr "Marcar como 18+ (NSFW)"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:358
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1115
-#: src/components/bottomsheets/DMBottomSheet.tsx:388
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1139
+#: src/components/bottomsheets/DMBottomSheet.tsx:390
#: src/components/channel/NewMessagesBar.tsx:60
#: src/components/uikit/ContextMenu/items/CategoryMenuItems.tsx:81
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:79
@@ -11319,7 +11396,7 @@ msgstr "Markdown"
msgid "Markdown Preview"
msgstr "Prévia do Markdown"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:516
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:530
msgid "Marked as read"
msgstr "Marcado como lido"
@@ -11347,7 +11424,7 @@ msgstr "Marcadores abaixo do controle deslizante"
msgid "Marty_McFly"
msgstr "Marty_McFly"
-#: src/components/modals/ClaimAccountModal.tsx:160
+#: src/components/modals/ClaimAccountModal.tsx:162
#: src/components/modals/EmailChangeModal.tsx:254
msgid "marty@example.com"
msgstr "marty@example.com"
@@ -11356,7 +11433,7 @@ msgstr "marty@example.com"
msgid "Mask Visionary as subscription"
msgstr "Mascarar Visionary como assinatura"
-#: src/components/modals/InviteModal.tsx:291
+#: src/components/modals/InviteModal.tsx:288
msgid "Max number of uses"
msgstr "Número máximo de usos"
@@ -11393,7 +11470,8 @@ msgstr "Qualidade máxima da câmera é 1080p"
msgid "Maximum quality, requires very fast connection"
msgstr "Qualidade máxima, requer conexão muito rápida"
-#: src/components/modals/GiftAcceptModal.tsx:151
+#: src/components/modals/GiftAcceptModal.tsx:161
+#: src/components/modals/GiftAcceptModal.tsx:194
msgid "Maybe later"
msgstr "Talvez mais tarde"
@@ -11411,7 +11489,7 @@ msgstr "Medindo..."
#: src/components/channel/AutocompleteEmoji.tsx:154
#: src/components/channel/textarea/TextareaButtons.tsx:122
-#: src/components/modals/ExpressionPickerSheet.tsx:77
+#: src/components/modals/ExpressionPickerSheet.tsx:64
#: src/components/modals/tabs/ChatSettingsTab.tsx:43
#: src/components/modals/tabs/ChatSettingsTab/Inline.tsx:37
#: src/components/modals/utils/settingsConstants.tsx:298
@@ -11504,8 +11582,8 @@ msgstr "Verificação de membro"
msgid "Member verification level"
msgstr "Nível de verificação de membro"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:877
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:913
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:909
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:945
#: src/components/modals/guildTabs/GuildMembersTab.tsx:429
#: src/components/modals/shared/AddOverridePopout.tsx:176
#: src/components/modals/utils/guildSettingsConstants.tsx:157
@@ -11536,7 +11614,7 @@ msgstr "Membros Removidos"
msgid "Members receive notifications for every message"
msgstr "Os membros recebem notificações para cada mensagem"
-#: src/components/modals/InviteModal.tsx:302
+#: src/components/modals/InviteModal.tsx:299
msgid "Members will be removed when they go offline unless a role is assigned"
msgstr "Os membros serão removidos quando ficarem offline, a menos que um cargo seja atribuído"
@@ -11608,11 +11686,11 @@ msgid "mentions:"
msgstr "menções:"
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:234
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:218
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:220
#: src/components/modals/tabs/ComponentGalleryTab/InputsTab.tsx:164
-#: src/components/modals/UserProfileMobileSheet.tsx:497
-#: src/components/modals/UserProfileModal.tsx:1189
-#: src/components/modals/UserProfileModal.tsx:1311
+#: src/components/modals/UserProfileMobileSheet.tsx:501
+#: src/components/modals/UserProfileModal.tsx:1190
+#: src/components/modals/UserProfileModal.tsx:1316
#: src/components/popouts/UserProfilePopout.tsx:289
#: src/components/popouts/UserProfilePopout.tsx:308
#: src/components/profile/ProfilePreview.tsx:292
@@ -11689,7 +11767,7 @@ msgstr "Agrupamento de Mensagens"
msgid "Message is too long"
msgstr "A mensagem é muito longa"
-#: src/components/pages/ReportPage.tsx:837
+#: src/components/pages/report/ReportStepDetails.tsx:107
msgid "Message Link"
msgstr "Link da Mensagem"
@@ -11744,7 +11822,7 @@ msgstr "Mensagens e Mídia"
msgid "Messages Deleted"
msgstr "Mensagens Excluídas"
-#: src/components/channel/Messages.tsx:938
+#: src/components/channel/Messages.tsx:936
msgid "Messages failed to load"
msgstr "Falha ao carregar mensagens"
@@ -11888,22 +11966,21 @@ msgstr "Moderação"
msgid "Monospace font family"
msgstr "Família de fonte monoespaçada"
-#: src/components/auth/DateOfBirthField.tsx:87
-#: src/components/auth/DateOfBirthField.tsx:154
+#: src/components/auth/DateOfBirthField.tsx:151
#: src/components/auth/MockMinimalRegisterForm.tsx:68
msgid "Month"
msgstr "Mês"
-#: src/components/modals/components/plutonium/PricingSection.tsx:71
+#: src/components/modals/components/plutonium/PricingSection.tsx:78
msgid "Monthly"
msgstr "Mensalmente"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:63
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:73
msgid "Monthly {monthlyPrice}"
msgstr "Mensalmente {monthlyPrice}"
#: src/components/accounts/AccountRow.tsx:178
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:863
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:895
#: src/components/channel/friends/FriendListItem.tsx:229
#: src/components/channel/MessageActionBar.tsx:647
#: src/components/channel/MessageActionBar.tsx:776
@@ -11936,7 +12013,7 @@ msgstr "Mais slots de adesivo"
msgid "Most popular"
msgstr "Mais popular"
-#: src/components/channel/ChannelSearchResults.tsx:225
+#: src/components/channel/ChannelSearchResults.tsx:182
#: src/components/search/SortModeSheet.tsx:53
msgid "Most Relevant"
msgstr "Mais Relevante"
@@ -12015,7 +12092,7 @@ msgstr "Conteúdo Multilíngue"
msgid "Music Lovers"
msgstr "Amantes da Música"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:850
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:882
#: src/components/bottomsheets/VoiceLobbyBottomSheet.tsx:179
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:253
#: src/components/layout/UserArea.tsx:213
@@ -12055,7 +12132,7 @@ msgstr "Silenciar canal"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:400
#: src/components/bottomsheets/ChannelBottomSheet.tsx:452
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1010
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1034
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:171
#: src/components/modals/GuildNotificationSettingsModal.tsx:295
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:168
@@ -12069,9 +12146,9 @@ msgstr "Silenciar Canal"
msgid "Mute Community"
msgstr "Silenciar Comunidade"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1012
-#: src/components/bottomsheets/DMBottomSheet.tsx:449
-#: src/components/bottomsheets/DMBottomSheet.tsx:590
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1036
+#: src/components/bottomsheets/DMBottomSheet.tsx:451
+#: src/components/bottomsheets/DMBottomSheet.tsx:593
msgid "Mute Conversation"
msgstr "Silenciar Conversa"
@@ -12096,7 +12173,7 @@ msgstr "Silenciar Membros"
msgid "Mute User"
msgstr "Silenciar Usuário"
-#: src/components/layout/guild-list/GuildListItem.tsx:193
+#: src/components/layout/guild-list/GuildListItem.tsx:194
#: src/components/layout/VoiceStateIcons.tsx:53
#: src/components/voice/VoiceParticipantTile.tsx:897
#: src/utils/ContextMenuUtils.tsx:159
@@ -12105,7 +12182,7 @@ msgstr "Silenciado"
#. placeholder {0}: DateUtils.getFormattedDateTime(new Date(muteConfig.end_time))
#. placeholder {0}: getFormattedDateTime(new Date(muteConfig.end_time))
-#: src/components/layout/guild-list/GuildListItem.tsx:191
+#: src/components/layout/guild-list/GuildListItem.tsx:192
#: src/utils/ContextMenuUtils.tsx:157
msgid "Muted until {0}"
msgstr "Silenciado até {0}"
@@ -12253,7 +12330,7 @@ msgstr "Precisa de uma conta?"
msgid "Neighborhood Watch"
msgstr "Vigilância de Bairro"
-#: src/components/pages/ReportPage.tsx:330
+#: src/components/pages/report/optionDescriptors.ts:102
msgid "Netherlands"
msgstr "Países Baixos"
@@ -12261,9 +12338,9 @@ msgstr "Países Baixos"
msgid "Network"
msgstr "Rede"
-#: src/components/modals/components/PlutoniumContent.tsx:145
-#: src/components/modals/components/PlutoniumContent.tsx:271
-#: src/components/modals/tabs/BetaCodesTab.tsx:295
+#: src/components/modals/components/PlutoniumContent.tsx:156
+#: src/components/modals/components/PlutoniumContent.tsx:288
+#: src/components/modals/tabs/BetaCodesTab.tsx:320
#: src/components/modals/tabs/DevicesTab.tsx:229
msgid "Network error"
msgstr "Erro de rede"
@@ -12290,7 +12367,7 @@ msgstr "nunca expira"
#: src/components/channel/Divider.tsx:51
#: src/components/channel/Divider.tsx:60
#: src/components/channel/UnreadDividerSlot.tsx:45
-#: src/components/layout/GuildsLayout.tsx:285
+#: src/components/layout/GuildsLayout.tsx:283
msgid "New"
msgstr "Novo"
@@ -12311,7 +12388,7 @@ msgstr "Novo e-mail"
msgid "New email form"
msgstr "Novo formulário de e-mail"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:902
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:934
msgid "New Group"
msgstr "Novo Grupo"
@@ -12334,7 +12411,7 @@ msgid "new-channel"
msgstr "novo-canal"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:446
-#: src/components/channel/ChannelSearchResults.tsx:223
+#: src/components/channel/ChannelSearchResults.tsx:180
msgid "Newest"
msgstr "Mais recente"
@@ -12394,7 +12471,7 @@ msgstr "O apelido não pode exceder 32 caracteres"
msgid "Nickname updated"
msgstr "Apelido atualizado"
-#: src/components/layout/GuildLayout.tsx:392
+#: src/components/layout/GuildLayout.tsx:397
msgid "No accessible channels"
msgstr "Nenhum canal acessível"
@@ -12431,7 +12508,7 @@ msgstr "Nenhum Usuário Banido"
msgid "No bans found matching your search."
msgstr "Nenhum ban encontrado correspondente à sua pesquisa."
-#: src/components/modals/tabs/BetaCodesTab.tsx:365
+#: src/components/modals/tabs/BetaCodesTab.tsx:390
msgid "No beta codes yet"
msgstr "Nenhum código beta ainda"
@@ -12471,7 +12548,7 @@ msgstr "Nenhum canal disponível"
msgid "No channels found"
msgstr "Nenhum canal encontrado"
-#: src/components/modals/tabs/BetaCodesTab.tsx:275
+#: src/components/modals/tabs/BetaCodesTab.tsx:279
msgid "No codes remaining. Resets {resetString}"
msgstr "Nenhum código restante. Reinicia {resetString}"
@@ -12484,7 +12561,7 @@ msgid "No community banner"
msgstr "Sem banner da comunidade"
#: src/components/auth/InviteHeader.tsx:156
-#: src/components/channel/InviteEmbed.tsx:215
+#: src/components/channel/InviteEmbed.tsx:217
#: src/components/modals/InviteAcceptModal.tsx:148
#: src/components/modals/tabs/ExpressionPacksTab.tsx:73
msgid "No description provided."
@@ -12516,7 +12593,7 @@ msgstr "Nenhum amigo ainda"
msgid "No GIFs found"
msgstr "Nenhum GIF encontrado"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:311
+#: src/components/modals/tabs/GiftInventoryTab.tsx:334
msgid "No gifts yet"
msgstr "Nenhum presente ainda"
@@ -12656,7 +12733,7 @@ msgid "No results"
msgstr "Nenhum resultado"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:315
-#: src/components/channel/ChannelSearchResults.tsx:709
+#: src/components/channel/ChannelSearchResults.tsx:678
msgid "No Results"
msgstr "Nenhum resultado"
@@ -12717,7 +12794,7 @@ msgstr "Nenhum canal do sistema"
msgid "No Timer"
msgstr "Sem temporizador"
-#: src/components/channel/dm/AddFriendForm.tsx:70
+#: src/components/channel/dm/AddFriendForm.tsx:93
msgid "No user found with that FluxerTag."
msgstr "Nenhum usuário encontrado com esse FluxerTag."
@@ -12797,7 +12874,7 @@ msgstr "Agora não"
msgid "Not your cup of tea? You can disable this feature anytime."
msgstr "Não é a sua praia? Você pode desativar este recurso a qualquer momento."
-#: src/components/modals/UserProfileMobileSheet.tsx:549
+#: src/components/modals/UserProfileMobileSheet.tsx:553
#: src/components/modals/UserProfileModal.tsx:244
#: src/components/modals/UserProfileModal.tsx:248
#: src/components/pages/YouPage.tsx:144
@@ -12813,7 +12890,7 @@ msgstr "Nota (visível apenas para você)"
msgid "nothing"
msgstr "nada"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1387
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1411
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:218
#: src/components/modals/GuildNotificationSettingsModal.tsx:95
#: src/components/modals/GuildNotificationSettingsModal.tsx:226
@@ -12835,8 +12912,8 @@ msgid "Notification Overrides"
msgstr "Substituições de notificação"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:405
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1160
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1341
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1184
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1365
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:199
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsButton.tsx:59
#: src/components/modals/GuildNotificationSettingsModal.tsx:162
@@ -12904,17 +12981,17 @@ msgstr "Conteúdo NSFW não permitido"
msgid "NSFW Gates"
msgstr "Portões NSFW"
-#: src/components/pages/ReportPage.tsx:266
+#: src/components/pages/report/optionDescriptors.ts:47
#: src/constants/IARConstants.tsx:52
msgid "NSFW Policy Violation"
msgstr "Violação da política NSFW"
#. placeholder {0}: formatter.format(visionarySlots.total)
-#: src/components/modals/components/plutonium/VisionarySection.tsx:82
+#: src/components/modals/components/plutonium/VisionarySection.tsx:91
msgid "Numbered badge (1-{0}) showing your Visionary status"
msgstr "Insígnia numerada (1-{0}) mostrando seu status de Visionário"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:83
+#: src/components/modals/components/plutonium/VisionarySection.tsx:92
msgid "Numbered badge showing your Visionary status"
msgstr "Emblema numerado mostrando seu status de Visionary"
@@ -12933,8 +13010,8 @@ msgstr "Objetos"
msgid "Off"
msgstr "Desligado"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:281
-#: src/components/channel/ChannelMembers.tsx:137
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:287
+#: src/components/channel/ChannelMembers.tsx:108
#: src/Constants.tsx:134
#: src/utils/MemberListUtils.ts:150
#: src/utils/MemberListUtils.ts:188
@@ -12962,7 +13039,7 @@ msgid "Okay"
msgstr "Ok"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:446
-#: src/components/channel/ChannelSearchResults.tsx:224
+#: src/components/channel/ChannelSearchResults.tsx:181
msgid "Oldest"
msgstr "Mais antigo"
@@ -13020,25 +13097,25 @@ msgstr "Um ou mais canais estão sendo indexados"
msgid "one second ago"
msgstr "há um segundo"
-#: src/components/modals/components/plutonium/GiftSection.tsx:71
-#: src/components/modals/components/plutonium/GiftSection.tsx:80
-#: src/components/modals/components/plutonium/PricingSection.tsx:103
-#: src/components/modals/components/plutonium/PricingSection.tsx:112
+#: src/components/modals/components/plutonium/GiftSection.tsx:78
+#: src/components/modals/components/plutonium/GiftSection.tsx:90
+#: src/components/modals/components/plutonium/PricingSection.tsx:118
+#: src/components/modals/components/plutonium/PricingSection.tsx:130
msgid "one-time purchase"
msgstr "compra única"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:65
+#: src/components/modals/components/plutonium/VisionarySection.tsx:74
msgid "One-time purchase, lifetime access."
msgstr "Compra única, acesso vitalício."
-#: src/components/modals/components/plutonium/GiftSection.tsx:89
-#: src/components/modals/components/plutonium/PricingSection.tsx:90
-#: src/components/modals/components/plutonium/PricingSection.tsx:121
+#: src/components/modals/components/plutonium/GiftSection.tsx:102
+#: src/components/modals/components/plutonium/PricingSection.tsx:103
+#: src/components/modals/components/plutonium/PricingSection.tsx:142
msgid "one-time, lifetime"
msgstr "única vez, vitalício"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:281
-#: src/components/channel/ChannelMembers.tsx:135
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:285
+#: src/components/channel/ChannelMembers.tsx:106
#: src/components/channel/dm/DMFriendsView.tsx:168
#: src/components/channel/friends/views/FriendsList.tsx:95
#: src/Constants.tsx:130
@@ -13051,7 +13128,7 @@ msgstr "Online"
msgid "Online Status"
msgstr "Status Online"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1382
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1406
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:212
#: src/components/modals/GuildNotificationSettingsModal.tsx:91
#: src/components/modals/GuildNotificationSettingsModal.tsx:281
@@ -13120,11 +13197,11 @@ msgstr "Abrir Modal de Reivindicação de Conta"
msgid "Open color picker"
msgstr "Abrir seletor de cores"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1398
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1422
msgid "Open Community Notification Settings"
msgstr "Abrir Configurações de Notificação da Comunidade"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:286
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:322
msgid "Open Customer Portal"
msgstr "Abrir Portal do Cliente"
@@ -13293,7 +13370,7 @@ msgstr "Opção Três"
msgid "Option Two"
msgstr "Opção Dois"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:89
+#: src/components/modals/components/plutonium/VisionarySection.tsx:98
msgid "Optional #0000 tag"
msgstr "Tag #0000 opcional"
@@ -13309,7 +13386,7 @@ msgstr "OU"
msgid "Or copy the link:"
msgstr "Ou copie o link:"
-#: src/components/modals/InviteModal.tsx:312
+#: src/components/modals/InviteModal.tsx:309
msgid "or send an invite link to a friend:"
msgstr "ou envie um link de convite para um amigo:"
@@ -13325,9 +13402,9 @@ msgstr "Falha ao carregar a mensagem original"
msgid "Original message was deleted"
msgstr "A mensagem original foi excluída"
-#: src/components/pages/ReportPage.tsx:273
-#: src/components/pages/ReportPage.tsx:287
-#: src/components/pages/ReportPage.tsx:303
+#: src/components/pages/report/optionDescriptors.ts:54
+#: src/components/pages/report/optionDescriptors.ts:65
+#: src/components/pages/report/optionDescriptors.ts:78
#: src/constants/IARConstants.tsx:87
#: src/constants/IARConstants.tsx:139
#: src/constants/IARConstants.tsx:195
@@ -13463,8 +13540,8 @@ msgstr "Chaves de acesso exigem um pacote macOS assinado com um identificador de
#: src/components/auth/AuthLoginCore/AuthLoginEmailPasswordForm.tsx:90
#: src/components/auth/AuthRegisterFormCore.tsx:136
#: src/components/auth/AuthRegisterFormCore.tsx:217
-#: src/components/modals/ClaimAccountModal.tsx:168
-#: src/components/modals/ClaimAccountModal.tsx:208
+#: src/components/modals/ClaimAccountModal.tsx:170
+#: src/components/modals/ClaimAccountModal.tsx:210
#: src/components/modals/SudoVerificationModal.tsx:171
#: src/components/modals/SudoVerificationModal.tsx:236
#: src/components/modals/tabs/AccountSecurityTab/AccountTab.tsx:105
@@ -13546,11 +13623,11 @@ msgstr "Pessoas que são amigas dos seus amigos podem adicionar você a chats em
msgid "People who are friends with your friends can call you"
msgstr "Pessoas que são amigas dos seus amigos podem ligar para você"
-#: src/components/modals/components/plutonium/PricingSection.tsx:73
+#: src/components/modals/components/plutonium/PricingSection.tsx:80
msgid "per month"
msgstr "por mês"
-#: src/components/modals/components/plutonium/PricingSection.tsx:80
+#: src/components/modals/components/plutonium/PricingSection.tsx:90
msgid "per year"
msgstr "por ano"
@@ -13588,8 +13665,8 @@ msgstr "Permissões concedidas"
msgid "Personal notes"
msgstr "Notas pessoais"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:479
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:778
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:493
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:810
#: src/components/channel/channel-header/useChannelHeaderData.ts:84
#: src/components/channel/dm/DMList.tsx:708
#: src/components/channel/dm/DMList.tsx:795
@@ -13662,16 +13739,16 @@ msgid "Pick which phone step to show"
msgstr "Escolha qual etapa do telefone mostrar"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:336
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1132
-#: src/components/bottomsheets/DMBottomSheet.tsx:483
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1156
+#: src/components/bottomsheets/DMBottomSheet.tsx:485
#: src/components/channel/dm/DMList.tsx:287
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:153
msgid "Pin DM"
msgstr "Fixar MD"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:295
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1132
-#: src/components/bottomsheets/DMBottomSheet.tsx:483
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1156
+#: src/components/bottomsheets/DMBottomSheet.tsx:485
#: src/components/channel/dm/DMList.tsx:248
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:133
msgid "Pin Group DM"
@@ -13714,20 +13791,20 @@ msgid "Ping: {latency}ms"
msgstr "Ping: {latency}ms"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:219
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:566
-#: src/components/bottomsheets/DMBottomSheet.tsx:147
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:580
+#: src/components/bottomsheets/DMBottomSheet.tsx:149
#: src/components/channel/dm/DMList.tsx:214
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:115
msgid "Pinned DM"
msgstr "MD Fixado"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:219
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:566
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:580
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:95
msgid "Pinned group"
msgstr "Grupo fixado"
-#: src/components/bottomsheets/DMBottomSheet.tsx:147
+#: src/components/bottomsheets/DMBottomSheet.tsx:149
msgid "Pinned group DM"
msgstr "DM do grupo fixada"
@@ -13742,7 +13819,7 @@ msgstr "Mensagens Fixadas"
msgid "pinned:"
msgstr "fixado:"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:886
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:918
msgid "Pins"
msgstr "Fixados"
@@ -13789,15 +13866,15 @@ msgstr "Verifique sua caixa de entrada para um e-mail de verificação."
msgid "Please enable Fluxer in System Settings → Privacy & Security → Input Monitoring."
msgstr "Ative o Fluxer em Configurações do Sistema → Privacidade e Segurança → Monitoramento de Entrada."
-#: src/components/pages/ReportPage.tsx:396
+#: src/components/pages/ReportPage.tsx:211
msgid "Please enter a valid email address."
msgstr "Por favor, insira um endereço de e-mail válido."
-#: src/components/channel/dm/AddFriendForm.tsx:74
+#: src/components/channel/dm/AddFriendForm.tsx:97
msgid "Please enter a valid FluxerTag (Username#0000)."
msgstr "Digite um FluxerTag válido (Username#0000)."
-#: src/components/pages/ReportPage.tsx:509
+#: src/components/pages/ReportPage.tsx:336
msgid "Please enter a valid message link URL."
msgstr "Por favor, insira uma URL de link de mensagem válida."
@@ -13809,26 +13886,22 @@ msgstr "Por favor, insira um endpoint de API."
msgid "Please fill out the following fields: {fieldList}"
msgstr "Por favor, preencha os seguintes campos: {fieldList}"
-#: src/components/pages/ReportPage.tsx:436
+#: src/components/pages/ReportPage.tsx:261
msgid "Please go back and enter a valid email address."
msgstr "Por favor, volte e insira um endereço de e-mail válido."
-#: src/components/pages/ReportPage.tsx:542
+#: src/components/pages/ReportPage.tsx:369
msgid "Please include the community (guild) ID you are reporting."
msgstr "Inclua o ID da comunidade (guild) que você está denunciando."
-#: src/components/pages/ReportPage.tsx:504
+#: src/components/pages/ReportPage.tsx:331
msgid "Please paste the message link you are reporting."
msgstr "Cole o link da mensagem que você está denunciando."
-#: src/components/pages/ReportPage.tsx:391
+#: src/components/pages/ReportPage.tsx:206
msgid "Please provide an email address."
msgstr "Forneça um endereço de e-mail."
-#: src/components/pages/ReportPage.tsx:801
-msgid "Please provide the details of your report."
-msgstr "Forneça os detalhes da sua denúncia."
-
#: src/components/modals/tabs/ApplicationsTab/ApplicationDetail.tsx:555
msgid "Please retry or go back to the applications list."
msgstr "Tente novamente ou volte para a lista de aplicativos."
@@ -13837,7 +13910,7 @@ msgstr "Tente novamente ou volte para a lista de aplicativos."
msgid "Please select a violation category"
msgstr "Selecione uma categoria de violação"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:297
+#: src/components/modals/tabs/GiftInventoryTab.tsx:320
msgid "Please try again later."
msgstr "Tente novamente mais tarde."
@@ -13878,7 +13951,7 @@ msgstr "Privacidade da Insígnia Plutonium"
msgid "Plutonium perks"
msgstr "Vantagens do Plutonium"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:110
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:129
msgid "Plutonium Subscription"
msgstr "Assinatura Plutonium"
@@ -13886,7 +13959,7 @@ msgstr "Assinatura Plutonium"
msgid "PNG"
msgstr "PNG"
-#: src/components/pages/ReportPage.tsx:331
+#: src/components/pages/report/optionDescriptors.ts:103
msgid "Poland"
msgstr "Polônia"
@@ -13903,7 +13976,7 @@ msgstr "enquete"
msgid "Popouts"
msgstr "Janelas Pop-up"
-#: src/components/pages/ReportPage.tsx:332
+#: src/components/pages/report/optionDescriptors.ts:104
msgid "Portugal"
msgstr "Portugal"
@@ -13943,11 +14016,11 @@ msgstr "Substituição de Tipo de Premium"
msgid "Press keys..."
msgstr "Pressione teclas..."
-#: src/components/channel/MessageReactions.tsx:121
+#: src/components/channel/MessageReactions.tsx:120
msgid "press to add reaction"
msgstr "pressione para adicionar reação"
-#: src/components/channel/MessageReactions.tsx:121
+#: src/components/channel/MessageReactions.tsx:120
msgid "press to remove reaction"
msgstr "pressione para remover reação"
@@ -14143,15 +14216,15 @@ msgstr "Proteja sua conta com autenticação de dois fatores e chaves de acesso"
msgid "Provide any additional context that may help our Safety Team..."
msgstr "Forneça qualquer contexto adicional que possa ajudar nossa Equipe de Segurança..."
-#: src/components/pages/ReportPage.tsx:882
+#: src/components/pages/report/ReportStepDetails.tsx:156
msgid "Provide at least a user ID or a user tag."
msgstr "Forneça pelo menos um ID de usuário ou uma tag de usuário."
-#: src/components/pages/ReportPage.tsx:527
+#: src/components/pages/ReportPage.tsx:354
msgid "Provide either a user ID or a FluxerTag for the person you are reporting."
msgstr "Forneça um ID de usuário ou um FluxerTag para a pessoa que você está denunciando."
-#: src/components/pages/ReportPage.tsx:478
+#: src/components/pages/ReportPage.tsx:305
msgid "Provide your full legal name for the declaration."
msgstr "Forneça seu nome completo para a declaração."
@@ -14163,7 +14236,7 @@ msgstr "Membros excluídos inativos por {dayCount, plural, one {<0># dia0>} ot
msgid "Public bot"
msgstr "Bot público"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:312
+#: src/components/modals/tabs/GiftInventoryTab.tsx:335
msgid "Purchase a Plutonium gift from the Plutonium tab to share with friends!"
msgstr "Compre um presente Plutonium na aba Plutonium para compartilhar com amigos!"
@@ -14171,12 +14244,12 @@ msgstr "Compre um presente Plutonium na aba Plutonium para compartilhar com amig
msgid "Purchase History"
msgstr "Histórico de compras"
-#: src/components/modals/components/plutonium/PricingSection.tsx:61
+#: src/components/modals/components/plutonium/PricingSection.tsx:67
msgid "Purchase mode"
msgstr "Modo de compra"
#. placeholder {0}: getFormattedShortDate(new Date(gift.created_at))
-#: src/components/modals/tabs/GiftInventoryTab.tsx:119
+#: src/components/modals/tabs/GiftInventoryTab.tsx:120
msgid "Purchased {0}"
msgstr "Comprado em {0}"
@@ -14275,7 +14348,7 @@ msgstr "Botões de rádio permitem selecionar uma opção de um grupo."
msgid "Radio Group"
msgstr "Grupo de rádio"
-#: src/components/pages/ReportPage.tsx:300
+#: src/components/pages/report/optionDescriptors.ts:75
#: src/constants/IARConstants.tsx:180
msgid "Raid Coordination"
msgstr "Coordenação de raid"
@@ -14310,7 +14383,7 @@ msgid "Reactions"
msgstr "Reações"
#: src/components/layout/app-layout/nagbars/PremiumExpiredNagbar.tsx:77
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:284
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:320
msgid "Reactivate"
msgstr "Reativar"
@@ -14323,15 +14396,15 @@ msgstr "Ler histórico de mensagens"
msgid "Read the community's audit log of changes and moderation actions."
msgstr "Leia o log de auditoria da comunidade de alterações e ações de moderação."
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:146
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:160
msgid "Read the Documentation (fluxer.dev)"
msgstr "Leia a documentação (fluxer.dev)"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:52
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:60
msgid "Ready to Buy a Gift?"
msgstr "Pronto para comprar um presente?"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:52
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:60
msgid "Ready to Upgrade?"
msgstr "Pronto para atualizar?"
@@ -14388,11 +14461,11 @@ msgstr "Reconectando…"
msgid "Record shortcut"
msgstr "Gravar atalho"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:269
+#: src/components/modals/tabs/GiftInventoryTab.tsx:292
msgid "Redeem"
msgstr "Resgatar"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:232
+#: src/components/modals/tabs/GiftInventoryTab.tsx:255
msgid "Redeem a Gift"
msgstr "Resgatar um presente"
@@ -14400,40 +14473,40 @@ msgstr "Resgatar um presente"
msgid "Redeem Beta Code"
msgstr "Resgatar código beta"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:165
+#: src/components/modals/tabs/GiftInventoryTab.tsx:166
msgid "Redeem for Yourself"
msgstr "Resgatar para você"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:255
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:281
msgid "Redeem Gift Code"
msgstr "Resgatar código de presente"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:238
+#: src/components/modals/tabs/GiftInventoryTab.tsx:261
msgid "Redeem gift code form"
msgstr "Formulário de resgate de código de presente"
#. placeholder {0}: redeemedBetaCodes.length
-#: src/components/modals/tabs/BetaCodesTab.tsx:349
+#: src/components/modals/tabs/BetaCodesTab.tsx:374
msgid "Redeemed ({0})"
msgstr "Resgatados ({0})"
#. placeholder {0}: getFormattedShortDate(new Date(gift.redeemed_at!))
-#: src/components/modals/tabs/GiftInventoryTab.tsx:117
+#: src/components/modals/tabs/GiftInventoryTab.tsx:118
msgid "Redeemed {0}"
msgstr "Resgatado {0}"
#. placeholder {0}: gift.redeemed_by.username
#. placeholder {1}: gift.redeemed_by.discriminator
-#: src/components/modals/tabs/GiftInventoryTab.tsx:153
+#: src/components/modals/tabs/GiftInventoryTab.tsx:154
msgid "Redeemed by {0}#{1}"
msgstr "Resgatado por {0}#{1}"
-#: src/components/modals/tabs/BetaCodesTab.tsx:54
+#: src/components/modals/tabs/BetaCodesTab.tsx:56
msgid "Redeemer"
msgstr "Resgatador"
-#: src/components/modals/tabs/BetaCodesTab.tsx:111
-#: src/components/modals/tabs/BetaCodesTab.tsx:188
+#: src/components/modals/tabs/BetaCodesTab.tsx:113
+#: src/components/modals/tabs/BetaCodesTab.tsx:190
msgid "Redeemer:"
msgstr "Resgatador:"
@@ -14526,7 +14599,7 @@ msgstr "Botão regular"
msgid "Regular button clicked!"
msgstr "Botão regular clicado!"
-#: src/components/channel/channel-view/DMChannelView.tsx:298
+#: src/components/channel/channel-view/DMChannelView.tsx:299
#: src/components/voice/IncomingCallUI.tsx:310
msgid "Reject"
msgstr "Rejeitar"
@@ -14624,19 +14697,19 @@ msgstr "Remover som de entrada"
msgid "Remove filter"
msgstr "Remover filtro"
-#: src/components/bottomsheets/DMBottomSheet.tsx:508
-#: src/components/channel/dm/DMWelcomeSection.tsx:132
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:144
+#: src/components/bottomsheets/DMBottomSheet.tsx:510
+#: src/components/channel/dm/DMWelcomeSection.tsx:144
#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:146
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:253
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:148
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:255
#: src/components/modals/UserProfileActionsSheet.tsx:115
#: src/components/modals/UserProfileActionsSheet.tsx:117
#: src/components/modals/UserProfileActionsSheet.tsx:278
-#: src/components/modals/UserProfileMobileSheet.tsx:302
-#: src/components/modals/UserProfileMobileSheet.tsx:304
+#: src/components/modals/UserProfileMobileSheet.tsx:303
+#: src/components/modals/UserProfileMobileSheet.tsx:305
#: src/components/modals/UserProfileModal.tsx:1143
-#: src/components/modals/UserProfileModal.tsx:1228
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:108
+#: src/components/modals/UserProfileModal.tsx:1229
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:129
#: src/utils/RelationshipActionUtils.tsx:113
#: src/utils/RelationshipActionUtils.tsx:115
msgid "Remove Friend"
@@ -14654,8 +14727,8 @@ msgid "Remove from favorites"
msgstr "Remover dos favoritos"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:370
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1103
-#: src/components/bottomsheets/DMBottomSheet.tsx:400
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1127
+#: src/components/bottomsheets/DMBottomSheet.tsx:402
#: src/components/channel/ChannelHeader.tsx:547
#: src/components/channel/ChannelHeader.tsx:595
#: src/components/channel/ChannelHeader.tsx:600
@@ -14720,7 +14793,7 @@ msgstr "Remover Spoiler"
msgid "Remove sticker"
msgstr "Remover adesivo"
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:285
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:288
#: src/components/modals/RemoveTimeoutModal.tsx:61
#: src/components/modals/RemoveTimeoutModal.tsx:75
#: src/components/modals/TimeoutMemberSheet.tsx:101
@@ -14763,11 +14836,11 @@ msgid "Removed from bookmarks"
msgstr "Removido dos marcadores"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:115
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:541
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:555
msgid "Removed from favorites"
msgstr "Removido dos favoritos"
-#: src/components/bottomsheets/DMBottomSheet.tsx:126
+#: src/components/bottomsheets/DMBottomSheet.tsx:128
msgid "Removed from Favorites"
msgstr "Removido dos Favoritos"
@@ -14891,7 +14964,7 @@ msgstr "Comunidade renomeada para {0}."
msgid "Render all your messages as unknown message type"
msgstr "Renderizar todas as suas mensagens como tipo de mensagem desconhecido"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:234
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:253
msgid "Renews on <0>{renewalDate}0>."
msgstr "Renova em <0>{renewalDate}0>."
@@ -14932,15 +15005,15 @@ msgstr "Responder"
msgid "Replying to <0>{authorNickname}0>"
msgstr "Respondendo a <0>{authorNickname}0>"
-#: src/components/pages/ReportPage.tsx:249
+#: src/components/pages/report/optionDescriptors.ts:38
msgid "Report a Community"
msgstr "Denunciar uma comunidade"
-#: src/components/pages/ReportPage.tsx:247
+#: src/components/pages/report/optionDescriptors.ts:36
msgid "Report a Message"
msgstr "Denunciar uma mensagem"
-#: src/components/pages/ReportPage.tsx:248
+#: src/components/pages/report/optionDescriptors.ts:37
msgid "Report a User Profile"
msgstr "Denunciar um perfil de usuário"
@@ -14949,12 +15022,12 @@ msgstr "Denunciar um perfil de usuário"
msgid "Report Community"
msgstr "Denunciar comunidade"
-#: src/components/pages/ReportPage.tsx:801
-msgid "Report Details"
-msgstr "Detalhes da denúncia"
+#: src/components/pages/report/ReportStepDetails.tsx:74
+msgid "Report details"
+msgstr "Detalhes do relatório"
-#: src/components/pages/ReportPage.tsx:241
-#: src/components/pages/ReportPage.tsx:612
+#: src/components/pages/report/ReportStepSelection.tsx:41
+#: src/components/pages/ReportPage.tsx:60
msgid "Report Illegal Content"
msgstr "Denunciar conteúdo ilegal"
@@ -14963,33 +15036,24 @@ msgstr "Denunciar conteúdo ilegal"
msgid "Report Message"
msgstr "Denunciar mensagem"
-#: src/components/pages/ReportPage.tsx:588
-msgid "Report Submitted"
-msgstr "Denúncia enviada"
+#: src/components/pages/report/ReportStepComplete.tsx:36
+msgid "Report submitted"
+msgstr "Relatório enviado"
#: src/components/modals/IARModal.tsx:128
msgid "Report submitted successfully. Our Safety Team will review it shortly."
msgstr "Denúncia enviada com sucesso. Nossa equipe de segurança irá revisá-la em breve."
-#: src/components/pages/ReportPage.tsx:624
-msgid "Report Type"
-msgstr "Tipo de denúncia"
-
#: src/components/modals/IARModal.tsx:84
#: src/components/modals/UserProfileActionsSheet.tsx:289
#: src/components/modals/UserProfileModal.tsx:1157
msgid "Report User"
msgstr "Denunciar usuário"
-#: src/components/pages/ReportPage.tsx:852
+#: src/components/pages/report/ReportStepDetails.tsx:123
msgid "Reported User Tag (optional)"
msgstr "Tag de Usuário Reportado (opcional)"
-#: src/components/pages/ReportPage.tsx:644
-#: src/components/pages/ReportPage.tsx:804
-msgid "Reporting:"
-msgstr "Reportando:"
-
#: src/components/modals/tabs/PrivacySafetyTab/DataExportTab.tsx:48
#: src/components/modals/tabs/PrivacySafetyTab/DataExportTab.tsx:125
msgid "Request Data Export"
@@ -15050,7 +15114,7 @@ msgstr "Exige Plutonium"
msgid "Reschedule Message"
msgstr "Reagendar mensagem"
-#: src/components/modals/ClaimAccountModal.tsx:222
+#: src/components/modals/ClaimAccountModal.tsx:224
#: src/components/modals/EmailChangeModal.tsx:230
#: src/components/modals/EmailChangeModal.tsx:294
msgid "Resend"
@@ -15064,7 +15128,11 @@ msgstr "Reenviar ({newSecondsRemaining}s)"
msgid "Resend ({originalSecondsRemaining}s)"
msgstr "Reenviar ({originalSecondsRemaining}s)"
-#: src/components/modals/ClaimAccountModal.tsx:222
+#: src/components/pages/report/ReportStepVerification.tsx:114
+msgid "Resend ({resendCooldownSeconds}s)"
+msgstr "Reenviar ({resendCooldownSeconds}s)"
+
+#: src/components/modals/ClaimAccountModal.tsx:224
msgid "Resend ({resendSecondsRemaining}s)"
msgstr "Reenviar ({resendSecondsRemaining}s)"
@@ -15072,7 +15140,7 @@ msgstr "Reenviar ({resendSecondsRemaining}s)"
msgid "Resend Button Loading"
msgstr "Carregando botão de reenviar"
-#: src/components/pages/ReportPage.tsx:761
+#: src/components/pages/report/ReportStepVerification.tsx:116
msgid "Resend code"
msgstr "Reenviar código"
@@ -15097,7 +15165,7 @@ msgid "Resent"
msgstr "Reenviado"
#: src/components/keybinds/KeybindRecorder.tsx:215
-#: src/components/modals/components/MobileSettingsView.tsx:128
+#: src/components/modals/components/MobileSettingsView.tsx:123
#: src/components/modals/components/SettingsModalHeader.tsx:81
#: src/components/modals/ImageCropModal.tsx:977
#: src/components/modals/tabs/KeybindsTab.tsx:154
@@ -15173,8 +15241,8 @@ msgstr "Restaurar tela cheia"
msgid "Restore maximized"
msgstr "Restaurar maximizado"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:280
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:282
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:316
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:318
msgid "Resubscribe"
msgstr "Reassinar"
@@ -15189,11 +15257,11 @@ msgstr "Reassinar"
#: src/components/modals/guildTabs/GuildStickersTab.tsx:211
#: src/components/modals/guildTabs/GuildWebhooksTab.tsx:137
#: src/components/modals/tabs/ApplicationsTab/ApplicationDetail.tsx:559
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:108
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:112
#: src/components/modals/tabs/AuthorizedAppsTab.tsx:121
-#: src/components/modals/tabs/BetaCodesTab.tsx:301
+#: src/components/modals/tabs/BetaCodesTab.tsx:326
#: src/components/modals/tabs/DevicesTab.tsx:231
-#: src/components/modals/tabs/GiftInventoryTab.tsx:300
+#: src/components/modals/tabs/GiftInventoryTab.tsx:323
msgid "Retry"
msgstr "Tentar novamente"
@@ -15244,8 +15312,8 @@ msgstr "Revise o que este aplicativo está pedindo antes de continuar."
#: src/components/invites/InviteListItem.tsx:217
#: src/components/modals/GroupInvitesBottomSheet.tsx:78
#: src/components/modals/GroupInvitesModal.tsx:76
-#: src/components/modals/tabs/BetaCodesTab.tsx:143
-#: src/components/modals/tabs/BetaCodesTab.tsx:220
+#: src/components/modals/tabs/BetaCodesTab.tsx:145
+#: src/components/modals/tabs/BetaCodesTab.tsx:222
msgid "Revoke"
msgstr "Revogar"
@@ -15369,7 +15437,7 @@ msgstr "Cargos e Permissões"
msgid "Roles updated successfully"
msgstr "Cargos atualizados com sucesso"
-#: src/components/pages/ReportPage.tsx:333
+#: src/components/pages/report/optionDescriptors.ts:105
msgid "Romania"
msgstr "Romênia"
@@ -15423,7 +15491,7 @@ msgstr "Saturação"
#: src/components/modals/AddFavoriteMemeModal.tsx:102
#: src/components/modals/AttachmentEditModal.tsx:90
#: src/components/modals/BaseChangeNicknameModal.tsx:115
-#: src/components/modals/components/MobileSettingsView.tsx:131
+#: src/components/modals/components/MobileSettingsView.tsx:126
#: src/components/modals/CustomStatusBottomSheet.tsx:231
#: src/components/modals/CustomStatusModal.tsx:362
#: src/components/modals/EditFavoriteMemeModal.tsx:88
@@ -15438,9 +15506,9 @@ msgstr "Saturação"
msgid "Save"
msgstr "Salvar"
-#: src/components/modals/components/plutonium/GiftSection.tsx:72
-#: src/components/modals/components/plutonium/PricingSection.tsx:81
-#: src/components/modals/components/plutonium/PricingSection.tsx:104
+#: src/components/modals/components/plutonium/GiftSection.tsx:79
+#: src/components/modals/components/plutonium/PricingSection.tsx:91
+#: src/components/modals/components/plutonium/PricingSection.tsx:119
msgid "Save 17%"
msgstr "Economize 17%"
@@ -15600,8 +15668,8 @@ msgstr "Rolar o Chat para Baixo"
msgid "Scroll Chat Up"
msgstr "Rolar o Chat para Cima"
-#: src/components/modals/components/plutonium/GiftSection.tsx:103
-#: src/components/modals/components/plutonium/PricingSection.tsx:138
+#: src/components/modals/components/plutonium/GiftSection.tsx:117
+#: src/components/modals/components/plutonium/PricingSection.tsx:160
msgid "Scroll down to view all the sweet perks you get with Plutonium"
msgstr "Role para baixo para ver todos os benefícios incríveis que você recebe com o Plutonium"
@@ -15613,11 +15681,11 @@ msgstr "Role o histórico do chat para baixo"
msgid "Scroll the chat history up"
msgstr "Role o histórico do chat para cima"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:857
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:889
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:400
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:460
#: src/components/channel/ChannelHeader.tsx:586
-#: src/components/channel/shared/PickerSearchInput.tsx:204
+#: src/components/channel/shared/PickerSearchInput.tsx:203
#: src/components/modals/tabs/ComponentGalleryTab/InputsTab.tsx:126
#: src/stores/KeybindStore.ts:414
#: src/utils/quick-switcher/QuickSwitcherModalUtils.tsx:86
@@ -15674,7 +15742,7 @@ msgstr "Pesquisar por canais, pessoas ou comunidades"
#: src/components/common/FriendSelector.tsx:196
#: src/components/modals/AddFriendsToGroupModal.tsx:53
#: src/components/modals/CreateDMModal.tsx:68
-#: src/components/modals/InviteModal.tsx:237
+#: src/components/modals/InviteModal.tsx:248
#: src/components/modals/shared/RecipientList.tsx:177
#: src/components/modals/ShareThemeModal.tsx:144
msgid "Search friends"
@@ -15718,7 +15786,7 @@ msgstr "Pesquisar solicitações pendentes"
msgid "Search Permissions..."
msgstr "Pesquisar Permissões..."
-#: src/components/channel/ChannelSearchResults.tsx:321
+#: src/components/channel/ChannelSearchResults.tsx:278
#: src/components/modals/components/DesktopSettingsView.tsx:360
msgid "Search Results"
msgstr "Resultados da Pesquisa"
@@ -15737,7 +15805,7 @@ msgid "Search scope"
msgstr "Escopo da pesquisa"
#. placeholder {0}: activeScopeOption.label
-#: src/components/channel/ChannelSearchResults.tsx:1052
+#: src/components/channel/ChannelSearchResults.tsx:1031
#: src/components/channel/MessageSearchBar/MessageSearchBar.tsx:378
msgid "Search scope: {0}"
msgstr "Escopo da pesquisa: {0}"
@@ -15767,7 +15835,7 @@ msgstr "Pesquisar usuários"
msgid "Search within the current view"
msgstr "Pesquisar na visualização atual"
-#: src/components/channel/ChannelSearchResults.tsx:319
+#: src/components/channel/ChannelSearchResults.tsx:276
msgid "Searching..."
msgstr "Buscando..."
@@ -15848,9 +15916,9 @@ msgstr "Veja como seu convite aparece para os visitantes."
msgid "Select"
msgstr "Selecionar"
-#: src/components/pages/ReportPage.tsx:261
-#: src/components/pages/ReportPage.tsx:280
-#: src/components/pages/ReportPage.tsx:294
+#: src/components/pages/report/optionDescriptors.ts:42
+#: src/components/pages/report/optionDescriptors.ts:58
+#: src/components/pages/report/optionDescriptors.ts:69
msgid "Select a category"
msgstr "Selecione uma categoria"
@@ -15871,7 +15939,7 @@ msgstr "Selecionar uma Comunidade"
msgid "Select a community where you have <0>Manage Community0> permissions."
msgstr "Selecione uma comunidade onde você tem permissões de <0>Gerenciar Comunidade0>."
-#: src/components/pages/ReportPage.tsx:310
+#: src/components/pages/report/optionDescriptors.ts:82
msgid "Select a country"
msgstr "Selecione um país"
@@ -15887,7 +15955,7 @@ msgstr "Selecione um cenário para aplicar..."
msgid "Select a verification method."
msgstr "Selecione um método de verificação."
-#: src/components/pages/ReportPage.tsx:473
+#: src/components/pages/ReportPage.tsx:300
msgid "Select a violation category."
msgstr "Selecione uma categoria de violação."
@@ -15958,11 +16026,15 @@ msgstr "Selecionar tela ou janela"
msgid "Select the account you want to sign in with on the desktop app."
msgstr "Selecione a conta com a qual você quer fazer login no aplicativo de desktop."
+#: src/components/pages/report/ReportStepSelection.tsx:44
+msgid "Select what you want to report."
+msgstr "Selecione o que você deseja relatar."
+
#: src/components/modals/utils/settingsSearchIndex.ts:460
msgid "Select your camera"
msgstr "Selecionar sua câmera"
-#: src/components/pages/ReportPage.tsx:483
+#: src/components/pages/ReportPage.tsx:310
msgid "Select your country of residence."
msgstr "Selecione seu país de residência."
@@ -15986,7 +16058,7 @@ msgstr "Selecionar..."
msgid "Selections"
msgstr "Seleções"
-#: src/components/pages/ReportPage.tsx:269
+#: src/components/pages/report/optionDescriptors.ts:50
#: src/constants/IARConstants.tsx:67
msgid "Self-Harm or Suicide"
msgstr "Autoagressão ou Suicídio"
@@ -16035,7 +16107,7 @@ msgstr "Enviar uma mensagem de ação (envolve em itálico)."
msgid "Send an SMS code first."
msgstr "Envie um código SMS primeiro."
-#: src/components/modals/ClaimAccountModal.tsx:182
+#: src/components/modals/ClaimAccountModal.tsx:184
#: src/components/modals/EmailChangeModal.tsx:265
#: src/components/modals/PhoneAddModal.tsx:206
msgid "Send code"
@@ -16045,9 +16117,9 @@ msgstr "Enviar código"
msgid "Send Code"
msgstr "Enviar Código"
-#: src/components/channel/dm/DMWelcomeSection.tsx:109
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:269
-#: src/components/modals/UserProfileModal.tsx:1288
+#: src/components/channel/dm/DMWelcomeSection.tsx:112
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:272
+#: src/components/modals/UserProfileModal.tsx:1290
msgid "Send Friend Request"
msgstr "Enviar Solicitação de Amizade"
@@ -16073,7 +16145,7 @@ msgstr "Enviar mensagens"
msgid "Send Messages"
msgstr "Enviar Mensagens"
-#: src/components/channel/dm/AddFriendForm.tsx:119
+#: src/components/channel/dm/AddFriendForm.tsx:142
msgid "Send Request"
msgstr "Enviar Solicitação"
@@ -16097,11 +16169,11 @@ msgstr "Enviar mensagens de texto para fala."
msgid "Send TTS Messages"
msgstr "Enviar Mensagens TTS"
-#: src/components/pages/ReportPage.tsx:676
+#: src/components/pages/report/ReportStepEmail.tsx:92
msgid "Send Verification Code"
msgstr "Enviar Código de Verificação"
-#: src/components/modals/InviteModal.tsx:258
+#: src/components/modals/InviteModal.tsx:268
#: src/components/modals/shared/RecipientList.tsx:223
#: src/components/modals/ShareThemeModal.tsx:162
msgid "Sent"
@@ -16128,7 +16200,7 @@ msgstr "Sessão expirada. Por favor, faça login novamente."
msgid "Set a custom invite URL for your community."
msgstr "Defina um URL de convite personalizado para sua comunidade."
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:401
+#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:361
#: src/components/modals/StatusChangeBottomSheet.tsx:171
#: src/components/popouts/UserAreaPopout.tsx:444
msgid "Set a custom status"
@@ -16336,7 +16408,7 @@ msgid "Set your timezone"
msgstr "Definir seu fuso horário"
#: src/components/bottomsheets/VoiceLobbyBottomSheet.tsx:220
-#: src/components/modals/components/MobileSettingsView.tsx:531
+#: src/components/modals/components/MobileSettingsView.tsx:485
#: src/components/modals/tabs/ComponentGalleryTab/ButtonsTab.tsx:150
#: src/components/modals/tabs/ComponentGalleryTab/ButtonsTab.tsx:221
#: src/components/modals/tabs/ComponentGalleryTab/index.tsx:94
@@ -16383,7 +16455,11 @@ msgstr "Ação de compartilhar!"
msgid "Share Audio"
msgstr "Compartilhar Áudio"
-#: src/components/modals/components/plutonium/GiftSection.tsx:63
+#: src/components/pages/report/ReportStepDetails.tsx:77
+msgid "Share only what's needed to help our team assess the content."
+msgstr "Compartilhe apenas o que é necessário para ajudar nossa equipe a avaliar o conteúdo."
+
+#: src/components/modals/components/plutonium/GiftSection.tsx:69
msgid "Share the Plutonium experience with your friends by purchasing a gift subscription."
msgstr "Compartilhe a experiência Plutonium com seus amigos comprando uma assinatura de presente."
@@ -16417,7 +16493,7 @@ msgstr "Compartilhar Seu Tema"
msgid "Shared theme"
msgstr "Tema compartilhado"
-#: src/components/pages/ReportPage.tsx:268
+#: src/components/pages/report/optionDescriptors.ts:49
#: src/constants/IARConstants.tsx:62
msgid "Sharing Personal Information"
msgstr "Compartilhamento de Informações Pessoais"
@@ -16797,11 +16873,11 @@ msgstr "Controle deslizante com valores de passo"
msgid "Sliders"
msgstr "Controles deslizantes"
-#: src/components/pages/ReportPage.tsx:334
+#: src/components/pages/report/optionDescriptors.ts:106
msgid "Slovakia"
msgstr "Eslováquia"
-#: src/components/pages/ReportPage.tsx:335
+#: src/components/pages/report/optionDescriptors.ts:107
msgid "Slovenia"
msgstr "Eslovênia"
@@ -16952,7 +17028,8 @@ msgstr "Algo deu errado e o aplicativo travou. Tente recarregar ou redefinir o a
msgid "Something went wrong while loading the audit log."
msgstr "Algo deu errado ao carregar o log de auditoria."
-#: src/components/pages/ReportPage.tsx:563
+#: src/components/pages/ReportPage.tsx:103
+#: src/components/pages/ReportPage.tsx:395
msgid "Something went wrong while submitting the report. Please try again."
msgstr "Algo deu errado ao enviar o relatório. Por favor, tente novamente."
@@ -16969,7 +17046,7 @@ msgid "Sort"
msgstr "Ordenar"
#. placeholder {0}: activeSortOption.label
-#: src/components/channel/ChannelSearchResults.tsx:1063
+#: src/components/channel/ChannelSearchResults.tsx:1042
msgid "Sort mode: {0}"
msgstr "Modo de ordenação: {0}"
@@ -17008,21 +17085,21 @@ msgstr "Espaço entre grupos de mensagens"
msgid "Spacious layout with clear visual separation between messages."
msgstr "Layout espaçoso com separação visual clara entre as mensagens."
-#: src/components/pages/ReportPage.tsx:336
+#: src/components/pages/report/optionDescriptors.ts:108
msgid "Spain"
msgstr "Espanha"
-#: src/components/pages/ReportPage.tsx:283
+#: src/components/pages/report/optionDescriptors.ts:61
#: src/constants/IARConstants.tsx:119
msgid "Spam Account"
msgstr "Conta de Spam"
-#: src/components/pages/ReportPage.tsx:265
+#: src/components/pages/report/optionDescriptors.ts:46
#: src/constants/IARConstants.tsx:47
msgid "Spam or Scam"
msgstr "Spam ou Golpe"
-#: src/components/pages/ReportPage.tsx:301
+#: src/components/pages/report/optionDescriptors.ts:76
#: src/constants/IARConstants.tsx:185
msgid "Spam or Scam Community"
msgstr "Comunidade de Spam ou Golpe"
@@ -17141,9 +17218,9 @@ msgstr "Comece a criar um pacote de emojis personalizados que você pode compart
msgid "Start Mic Test"
msgstr "Iniciar Teste de Microfone"
-#: src/components/pages/ReportPage.tsx:687
-#: src/components/pages/ReportPage.tsx:771
-#: src/components/pages/ReportPage.tsx:964
+#: src/components/pages/report/ReportStepDetails.tsx:252
+#: src/components/pages/report/ReportStepEmail.tsx:103
+#: src/components/pages/report/ReportStepVerification.tsx:132
msgid "Start over"
msgstr "Começar de novo"
@@ -17151,13 +17228,13 @@ msgstr "Começar de novo"
msgid "Start Sharing"
msgstr "Iniciar Compartilhamento"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:122
+#: src/components/channel/ChannelHeader/CallButtons.tsx:160
#: src/components/modals/UserProfileModal.tsx:1109
#: src/components/uikit/ContextMenu/items/CallMenuItems.tsx:91
msgid "Start Video Call"
msgstr "Iniciar Chamada de Vídeo"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:70
+#: src/components/channel/ChannelHeader/CallButtons.tsx:90
#: src/components/modals/UserProfileModal.tsx:1100
#: src/components/uikit/ContextMenu/items/CallMenuItems.tsx:60
msgid "Start Voice Call"
@@ -17182,9 +17259,21 @@ msgstr "Indicadores de Status"
msgid "Status Slate"
msgstr "Painel de Status"
-#: src/components/pages/ReportPage.tsx:574
-msgid "Step {stepNumber} of {FLOW_TOTAL_STEPS}"
-msgstr "Passo {stepNumber} de {FLOW_TOTAL_STEPS}"
+#: src/components/pages/report/ReportStepSelection.tsx:38
+msgid "Step 1"
+msgstr "Passo 1"
+
+#: src/components/pages/report/ReportStepEmail.tsx:51
+msgid "Step 2"
+msgstr "Passo 2"
+
+#: src/components/pages/report/ReportStepVerification.tsx:61
+msgid "Step 3"
+msgstr "Passo 3"
+
+#: src/components/pages/report/ReportStepDetails.tsx:71
+msgid "Step 4"
+msgstr "Passo 4"
#: src/utils/SystemMessageUtils.tsx:45
msgid "Step in, {username}! No paradoxes here; we're all friends."
@@ -17229,7 +17318,7 @@ msgid "Sticker density"
msgstr "Densidade de figurinhas"
#: src/components/auth/InviteHeader.tsx:140
-#: src/components/channel/InviteEmbed.tsx:197
+#: src/components/channel/InviteEmbed.tsx:199
#: src/components/modals/InviteAcceptModal.tsx:142
#: src/components/modals/tabs/ExpressionPacksTab.tsx:70
msgid "Sticker pack"
@@ -17261,7 +17350,7 @@ msgstr "Figurinha Atualizada"
#: src/components/channel/AutocompleteEmoji.tsx:111
#: src/components/channel/textarea/TextareaButtons.tsx:134
-#: src/components/modals/ExpressionPickerSheet.tsx:86
+#: src/components/modals/ExpressionPickerSheet.tsx:73
#: src/components/popouts/ExpressionPickerPopout.tsx:79
msgid "Stickers"
msgstr "Figurinhas"
@@ -17330,11 +17419,11 @@ msgstr "Sala de Estudo"
msgid "Style Variations"
msgstr "Variações de estilo"
-#: src/components/pages/ReportPage.tsx:601
+#: src/components/pages/report/ReportStepComplete.tsx:41
msgid "Submit another report"
msgstr "Enviar outro relatório"
-#: src/components/pages/ReportPage.tsx:958
+#: src/components/pages/report/ReportStepDetails.tsx:240
msgid "Submit DSA Report"
msgstr "Enviar relatório DSA"
@@ -17346,7 +17435,7 @@ msgstr "Enviar relatório"
msgid "Submitting"
msgstr "Enviando"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:53
+#: src/components/modals/components/plutonium/VisionarySection.tsx:58
msgid "subscription"
msgstr "assinatura"
@@ -17464,7 +17553,7 @@ msgstr "Suprimir Incorporações"
msgid "Swap text to reverify variants"
msgstr "Trocar texto para reverificar variantes"
-#: src/components/pages/ReportPage.tsx:337
+#: src/components/pages/report/optionDescriptors.ts:109
msgid "Sweden"
msgstr "Suécia"
@@ -17476,7 +17565,7 @@ msgstr "Sueco"
msgid "Switch account"
msgstr "Trocar conta"
-#: src/components/popouts/UserAreaPopout.tsx:497
+#: src/components/popouts/UserAreaPopout.tsx:499
msgid "Switch Accounts"
msgstr "Trocar Contas"
@@ -17649,8 +17738,8 @@ msgstr "Texto (NSFW)"
msgid "Text channel"
msgstr "Canal de texto"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:473
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:662
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:487
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:676
#: src/components/channel/channel-header/useChannelHeaderData.ts:96
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:314
msgid "Text Channel"
@@ -17677,19 +17766,19 @@ msgstr "Área de texto"
msgid "Thai"
msgstr "Tailandês"
-#: src/components/pages/ReportPage.tsx:589
-msgid "Thank you for filing a report. We'll review it as soon as possible."
-msgstr "Obrigado por enviar um relatório. Vamos analisá-lo o mais rápido possível."
-
#: src/components/modals/IARModal.tsx:187
msgid "Thank you for helping keep Fluxer safe. Reports are reviewed by our Safety Team. False reports may result in action against your account."
msgstr "Obrigado por ajudar a manter o Fluxer seguro. As denúncias são revisadas pela nossa Equipe de Segurança. Denúncias falsas podem resultar em ação contra sua conta."
+#: src/components/pages/report/ReportStepComplete.tsx:37
+msgid "Thank you for helping keep Fluxer safe. We'll review your report as soon as possible."
+msgstr "Obrigado por ajudar a manter o Fluxer seguro. Revisaremos seu relatório o mais rápido possível."
+
#: src/components/form/ColorPickerField.tsx:274
msgid "That doesn't look like a valid color. Try hex, rgb(), hsl(), or a CSS color name."
msgstr "Isso não parece uma cor válida. Tente hex, rgb(), hsl() ou um nome de cor CSS."
-#: src/components/pages/ReportPage.tsx:846
+#: src/components/pages/report/ReportStepDetails.tsx:117
msgid "That doesn't look like a valid URL."
msgstr "Isso não parece uma URL válida."
@@ -17733,8 +17822,8 @@ msgstr "O bot foi adicionado."
msgid "The channel you're looking for may have been deleted or you may not have access to it."
msgstr "O canal que você está procurando pode ter sido excluído ou você pode não ter acesso a ele."
-#: src/components/layout/GuildLayout.tsx:308
-#: src/components/layout/GuildLayout.tsx:371
+#: src/components/layout/GuildLayout.tsx:313
+#: src/components/layout/GuildLayout.tsx:376
msgid "The community you're looking for may have been deleted or you may not have access to it."
msgstr "A comunidade que você está procurando pode ter sido excluída ou você pode não ter acesso a ela."
@@ -17795,7 +17884,7 @@ msgstr "O tempo limite não pode exceder 365 dias (31536000 segundos)."
msgid "The URL this link channel points to."
msgstr "A URL para a qual este canal de link aponta."
-#: src/components/pages/ReportPage.tsx:452
+#: src/components/pages/ReportPage.tsx:277
msgid "The verification code is invalid or expired."
msgstr "O código de verificação é inválido ou expirou."
@@ -17869,7 +17958,7 @@ msgstr "Essas configurações usam processamento de áudio nativo do navegador p
msgid "These toggles force the client to treat features as enabled or disabled without relying on the server configuration. They only affect your client experience and are shown to developers for testing."
msgstr "Essas alternâncias forçam o cliente a tratar recursos como habilitados ou desabilitados sem depender da configuração do servidor. Elas só afetam sua experiência no cliente e são mostradas aos desenvolvedores para testes."
-#: src/components/channel/channel-view/DMChannelView.tsx:356
+#: src/components/channel/channel-view/DMChannelView.tsx:357
msgid "They might have taken the DeLorean elsewhere."
msgstr "Eles podem ter levado o DeLorean para outro lugar."
@@ -17877,7 +17966,7 @@ msgstr "Eles podem ter levado o DeLorean para outro lugar."
msgid "they/them"
msgstr "elu/delu"
-#: src/components/channel/channel-view/DMChannelView.tsx:342
+#: src/components/channel/channel-view/DMChannelView.tsx:343
msgid "Think, McFly! Did you type the right address?"
msgstr "Pense, McFly! Você digitou o endereço certo?"
@@ -17979,7 +18068,7 @@ msgstr "Esta comunidade desativou temporariamente os convites. Você pode tentar
msgid "This community requires you to verify your account before joining. Please set an email and password for your account."
msgstr "Esta comunidade exige que você verifique sua conta antes de entrar. Por favor, defina um e-mail e senha para sua conta."
-#: src/components/channel/channel-view/DMChannelView.tsx:339
+#: src/components/channel/channel-view/DMChannelView.tsx:340
msgid "This conversation has been erased"
msgstr "Esta conversa foi apagada"
@@ -18008,8 +18097,8 @@ msgstr "Este código de presente já foi resgatado."
msgid "This gift code has already been redeemed."
msgstr "Este código de presente já foi resgatado."
-#: src/components/channel/GiftEmbed.tsx:148
-#: src/components/modals/GiftAcceptModal.tsx:92
+#: src/components/channel/GiftEmbed.tsx:159
+#: src/components/modals/GiftAcceptModal.tsx:99
msgid "This gift code is invalid or already claimed."
msgstr "Este código de presente é inválido ou já foi resgatado."
@@ -18022,11 +18111,11 @@ msgstr "Este código de presente é inválido ou já foi resgatado."
msgid "This gift code may be invalid, expired, or already redeemed."
msgstr "Este código de presente pode ser inválido, expirado ou já resgatado."
-#: src/components/modals/GiftAcceptModal.tsx:118
+#: src/components/modals/GiftAcceptModal.tsx:125
msgid "This gift has already been claimed."
msgstr "Este presente já foi resgatado."
-#: src/components/modals/tabs/GiftInventoryTab.tsx:157
+#: src/components/modals/tabs/GiftInventoryTab.tsx:158
msgid "This gift has been redeemed"
msgstr "Este presente foi resgatado"
@@ -18044,7 +18133,7 @@ msgstr "Este convite expira em {0}."
msgid "This invite has unlimited uses."
msgstr "Este convite tem usos ilimitados."
-#: src/components/modals/InviteModal.tsx:321
+#: src/components/modals/InviteModal.tsx:318
msgid "This invite link never expires."
msgstr "Este link de convite nunca expira."
@@ -18059,23 +18148,19 @@ msgstr "Este convite pode ter expirado ou sido excluído."
msgid "This invite never expires."
msgstr "Este convite nunca expira."
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:170
-#: src/components/emojis/EmojiInfoContent.tsx:79
+#: src/components/emojis/EmojiAttributionSubtext.tsx:130
msgid "This is a custom emoji from"
msgstr "Este é um emoji personalizado de"
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:160
-#: src/components/emojis/EmojiInfoContent.tsx:68
+#: src/components/emojis/EmojiAttributionSubtext.tsx:121
msgid "This is a custom emoji from a community."
msgstr "Este é um emoji personalizado de uma comunidade."
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:150
-#: src/components/emojis/EmojiInfoContent.tsx:56
+#: src/components/emojis/EmojiAttributionSubtext.tsx:111
msgid "This is a custom emoji from a community. Ask the author for an invite to use this emoji."
msgstr "Este é um emoji personalizado de uma comunidade. Peça ao autor um convite para usar este emoji."
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:138
-#: src/components/emojis/EmojiInfoContent.tsx:43
+#: src/components/emojis/EmojiAttributionSubtext.tsx:101
msgid "This is a default emoji on Fluxer."
msgstr "Este é um emoji padrão no Fluxer."
@@ -18095,8 +18180,8 @@ msgstr "É assim que as mensagens aparecem"
msgid "This is not the channel you're looking for."
msgstr "Este não é o canal que você está procurando."
-#: src/components/layout/GuildLayout.tsx:307
-#: src/components/layout/GuildLayout.tsx:370
+#: src/components/layout/GuildLayout.tsx:312
+#: src/components/layout/GuildLayout.tsx:375
msgid "This is not the community you're looking for."
msgstr "Esta não é a comunidade que você está procurando."
@@ -18113,7 +18198,7 @@ msgid "This is the beginning of <0>{displayName}0>. Add friends to start a con
msgstr "Este é o começo de <0>{displayName}0>. Adicione amigos para iniciar uma conversa!"
#. placeholder {0}: user.username
-#: src/components/channel/dm/DMWelcomeSection.tsx:182
+#: src/components/channel/dm/DMWelcomeSection.tsx:194
msgid "This is the beginning of your direct message history with <0>{0}0>."
msgstr "Este é o começo do seu histórico de mensagens diretas com <0>{0}0>."
@@ -18194,7 +18279,7 @@ msgstr "Este link de tema está sem dados."
msgid "This theme may have been removed or the link is invalid."
msgstr "Este tema pode ter sido removido ou o link é inválido."
-#: src/components/channel/dm/AddFriendForm.tsx:62
+#: src/components/channel/dm/AddFriendForm.tsx:85
msgid "This user has restricted who can send them friend requests."
msgstr "Este usuário restringiu quem pode enviar solicitações de amizade."
@@ -18216,8 +18301,8 @@ msgid "This was a @silent message."
msgstr "Esta foi uma mensagem @silent."
#: src/actions/MessageActionCreators.tsx:392
-#: src/components/channel/Messages.tsx:442
-#: src/components/channel/Messages.tsx:522
+#: src/components/channel/Messages.tsx:440
+#: src/components/channel/Messages.tsx:520
msgid "This will create a rift in the space-time continuum and cannot be undone."
msgstr "Isso criará uma fenda no continuum espaço-tempo e não poderá ser desfeito."
@@ -18283,7 +18368,7 @@ msgstr "Tempo: {currentFormatted} de {durationFormatted}"
msgid "Timed out until {0}."
msgstr "Tempo esgotado até {0}."
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:285
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:288
#: src/components/modals/TimeoutMemberModal.tsx:207
#: src/components/modals/TimeoutMemberSheet.tsx:90
#: src/components/uikit/ContextMenu/items/GuildMemberMenuItems.tsx:272
@@ -18570,7 +18655,7 @@ msgstr "verdadeiro ou falso"
msgid "Try a different name or use @ / # / ! / * prefixes to filter results."
msgstr "Tente um nome diferente ou use os prefixos @ / # / ! / * para filtrar os resultados."
-#: src/components/channel/ChannelSearchResults.tsx:710
+#: src/components/channel/ChannelSearchResults.tsx:679
msgid "Try a different search query"
msgstr "Tente uma consulta de pesquisa diferente"
@@ -18585,13 +18670,13 @@ msgid "Try a different search term or filter"
msgstr "Tente um termo de pesquisa ou filtro diferente"
#: src/components/auth/HandoffCodeDisplay.tsx:67
-#: src/components/channel/Messages.tsx:939
+#: src/components/channel/Messages.tsx:937
msgid "Try again"
msgstr "Tente novamente"
#: src/components/BootstrapErrorScreen.tsx:68
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:301
-#: src/components/channel/ChannelSearchResults.tsx:694
+#: src/components/channel/ChannelSearchResults.tsx:663
#: src/components/modals/channelTabs/ChannelInvitesTab.tsx:148
#: src/components/modals/channelTabs/ChannelWebhooksTab.tsx:159
#: src/components/NetworkErrorScreen.tsx:56
@@ -18612,7 +18697,7 @@ msgstr "Tente outro nome ou verifique sua ortografia."
msgid "Try another search term"
msgstr "Tente outro termo de busca"
-#: src/components/channel/InviteEmbed.tsx:359
+#: src/components/channel/InviteEmbed.tsx:361
msgid "Try asking for a new invite."
msgstr "Tente pedir um novo convite."
@@ -18802,7 +18887,7 @@ msgstr "Não foi possível instalar o pacote de figurinhas"
msgid "Unable to load activity logs"
msgstr "Não foi possível carregar os registros de atividade"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:104
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:108
msgid "Unable to load applications"
msgstr "Não foi possível carregar os aplicativos"
@@ -18814,7 +18899,7 @@ msgstr "Não foi possível carregar as informações do pacote."
msgid "Unable to prepare any emojis for upload. The following errors occurred:"
msgstr "Não foi possível preparar nenhum emoji para envio. Os seguintes erros ocorreram:"
-#: src/components/modals/ClaimAccountModal.tsx:125
+#: src/components/modals/ClaimAccountModal.tsx:127
#: src/components/modals/EmailChangeModal.tsx:122
#: src/components/modals/EmailChangeModal.tsx:152
msgid "Unable to resend code right now"
@@ -18824,7 +18909,7 @@ msgstr "Não é possível reenviar o código agora"
msgid "Unable to send code to new email"
msgstr "Não foi possível enviar o código para o novo e-mail"
-#: src/components/channel/dm/AddFriendForm.tsx:76
+#: src/components/channel/dm/AddFriendForm.tsx:99
msgid "Unable to send friend request. Please try again."
msgstr "Não foi possível enviar a solicitação de amizade. Por favor, tente novamente."
@@ -18844,17 +18929,17 @@ msgstr "Indisponível para todos"
msgid "Unavailable for everyone but staff"
msgstr "Indisponível para todos, exceto equipe"
-#: src/components/bottomsheets/DMBottomSheet.tsx:532
+#: src/components/bottomsheets/DMBottomSheet.tsx:535
#: src/components/channel/barriers/BarrierComponents.tsx:221
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:180
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:335
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:182
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:338
#: src/components/modals/tabs/BlockedUsersTab.tsx:58
#: src/components/modals/tabs/BlockedUsersTab.tsx:171
#: src/components/modals/UserProfileActionsSheet.tsx:151
#: src/components/modals/UserProfileActionsSheet.tsx:305
-#: src/components/modals/UserProfileMobileSheet.tsx:320
+#: src/components/modals/UserProfileMobileSheet.tsx:321
#: src/components/modals/UserProfileModal.tsx:1049
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:209
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:230
#: src/utils/RelationshipActionUtils.tsx:169
msgid "Unblock"
msgstr "Desbloquear"
@@ -18863,11 +18948,11 @@ msgstr "Desbloquear"
msgid "Unblock this user before sending a friend request."
msgstr "Desbloqueie este usuário antes de enviar um pedido de amizade."
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:178
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:180
#: src/components/modals/tabs/BlockedUsersTab.tsx:56
#: src/components/modals/UserProfileActionsSheet.tsx:149
-#: src/components/modals/UserProfileMobileSheet.tsx:318
-#: src/components/modals/UserProfileModal.tsx:1243
+#: src/components/modals/UserProfileMobileSheet.tsx:319
+#: src/components/modals/UserProfileModal.tsx:1244
#: src/utils/RelationshipActionUtils.tsx:167
msgid "Unblock User"
msgstr "Desbloquear Usuário"
@@ -18878,17 +18963,17 @@ msgstr "Desbloquear Usuário"
msgid "Uncategorized"
msgstr "Sem categoria"
-#: src/components/modals/tabs/BetaCodesTab.tsx:127
-#: src/components/modals/tabs/BetaCodesTab.tsx:204
+#: src/components/modals/tabs/BetaCodesTab.tsx:129
+#: src/components/modals/tabs/BetaCodesTab.tsx:206
msgid "Unclaimed"
msgstr "Não reivindicado"
#. placeholder {0}: unclaimedBetaCodes.length
-#: src/components/modals/tabs/BetaCodesTab.tsx:333
+#: src/components/modals/tabs/BetaCodesTab.tsx:358
msgid "Unclaimed ({0})"
msgstr "Não reivindicado ({0})"
-#: src/components/modals/components/UnclaimedAccountAlert.tsx:31
+#: src/components/modals/components/UnclaimedAccountAlert.tsx:29
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:51
msgid "Unclaimed Account"
msgstr "Conta Não Reivindicada"
@@ -18922,7 +19007,7 @@ msgstr "Reativar áudio em Todos os Dispositivos"
msgid "Undeafen User"
msgstr "Reativar áudio do Usuário"
-#: src/components/pages/ReportPage.tsx:285
+#: src/components/pages/report/optionDescriptors.ts:63
#: src/constants/IARConstants.tsx:129
msgid "Underage User"
msgstr "Usuário Menor de Idade"
@@ -18981,7 +19066,7 @@ msgstr "Desfocar"
msgid "Unique invite"
msgstr "Convite único"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:79
+#: src/components/modals/components/plutonium/VisionarySection.tsx:88
msgid "Unique profile badge"
msgstr "Emblema de perfil único"
@@ -19035,12 +19120,12 @@ msgstr "entidade desconhecida"
msgid "Unknown error"
msgstr "Erro desconhecido"
-#: src/components/channel/GiftEmbed.tsx:147
-#: src/components/modals/GiftAcceptModal.tsx:91
+#: src/components/channel/GiftEmbed.tsx:158
+#: src/components/modals/GiftAcceptModal.tsx:98
msgid "Unknown Gift"
msgstr "Presente Desconhecido"
-#: src/components/channel/InviteEmbed.tsx:357
+#: src/components/channel/InviteEmbed.tsx:359
msgid "Unknown Invite"
msgstr "Convite Desconhecido"
@@ -19113,7 +19198,7 @@ msgstr "Desbloqueie Compartilhamento de Tela em HD com o Plutonium"
msgid "Unlock HD Video with Plutonium"
msgstr "Desbloqueie Vídeo em HD com o Plutonium"
-#: src/components/modals/components/PlutoniumContent.tsx:185
+#: src/components/modals/components/PlutoniumContent.tsx:196
msgid "Unlock higher limits and exclusive features while supporting an independent communication platform."
msgstr "Desbloqueie limites maiores e recursos exclusivos enquanto apoia uma plataforma de comunicação independente."
@@ -19126,9 +19211,9 @@ msgid "Unlock stickers in DMs with Plutonium"
msgstr "Desbloqueie figurinhas em DMs com o Plutonium"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:467
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:850
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1044
-#: src/components/bottomsheets/DMBottomSheet.tsx:645
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:882
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1068
+#: src/components/bottomsheets/DMBottomSheet.tsx:648
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:321
#: src/components/bottomsheets/VoiceLobbyBottomSheet.tsx:179
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:253
@@ -19154,7 +19239,7 @@ msgstr "Ativar som da categoria"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:400
#: src/components/bottomsheets/ChannelBottomSheet.tsx:452
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1005
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1029
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:167
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:161
msgid "Unmute Channel"
@@ -19167,9 +19252,9 @@ msgstr "Ativar som do canal"
msgid "Unmute Community"
msgstr "Ativar som da comunidade"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1007
-#: src/components/bottomsheets/DMBottomSheet.tsx:449
-#: src/components/bottomsheets/DMBottomSheet.tsx:590
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1031
+#: src/components/bottomsheets/DMBottomSheet.tsx:451
+#: src/components/bottomsheets/DMBottomSheet.tsx:593
msgid "Unmute Conversation"
msgstr "Ativar som da conversa"
@@ -19200,16 +19285,16 @@ msgid "Unnamed Group"
msgstr "Grupo sem nome"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:331
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1126
-#: src/components/bottomsheets/DMBottomSheet.tsx:478
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1150
+#: src/components/bottomsheets/DMBottomSheet.tsx:480
#: src/components/channel/dm/DMList.tsx:282
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:149
msgid "Unpin DM"
msgstr "Desfixar DM"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:290
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1126
-#: src/components/bottomsheets/DMBottomSheet.tsx:478
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1150
+#: src/components/bottomsheets/DMBottomSheet.tsx:480
#: src/components/channel/dm/DMList.tsx:243
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:129
msgid "Unpin Group DM"
@@ -19231,20 +19316,20 @@ msgid "Unpin Message"
msgstr "Desfixar mensagem"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:232
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:583
-#: src/components/bottomsheets/DMBottomSheet.tsx:164
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:597
+#: src/components/bottomsheets/DMBottomSheet.tsx:166
#: src/components/channel/dm/DMList.tsx:224
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:132
msgid "Unpinned DM"
msgstr "DM desfixado"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:232
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:583
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:597
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:112
msgid "Unpinned group"
msgstr "Grupo desfixado"
-#: src/components/bottomsheets/DMBottomSheet.tsx:164
+#: src/components/bottomsheets/DMBottomSheet.tsx:166
msgid "Unpinned group DM"
msgstr "DM de grupo desapegado"
@@ -19279,7 +19364,7 @@ msgstr "Mostrar incorporações"
msgid "Until I change it"
msgstr "Até eu alterar"
-#: src/components/bottomsheets/DMBottomSheet.tsx:664
+#: src/components/bottomsheets/DMBottomSheet.tsx:667
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:334
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:57
#: src/components/channel/muteOptions.ts:39
@@ -19305,7 +19390,7 @@ msgstr "Atualizar"
msgid "Update app"
msgstr "Atualizar aplicativo"
-#: src/components/modals/components/MobileSettingsView.tsx:244
+#: src/components/modals/components/MobileSettingsView.tsx:239
msgid "Update Service Worker"
msgstr "Atualizar Service Worker"
@@ -19402,7 +19487,7 @@ msgstr "Atualizando favoritos…"
msgid "Updating..."
msgstr "Atualizando..."
-#: src/components/modals/components/plutonium/PricingSection.tsx:84
+#: src/components/modals/components/plutonium/PricingSection.tsx:94
msgid "Upgrade Now"
msgstr "Fazer Upgrade Agora"
@@ -19415,18 +19500,19 @@ msgstr "Fazer Upgrade para Plutonium"
msgid "Upgrade to store up to 15 custom backgrounds and unlock HD video quality, higher frame rates, and more."
msgstr "Faça upgrade para armazenar até 15 planos de fundo personalizados e desbloquear qualidade de vídeo em HD, taxas de quadros mais altas e mais."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:265
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:316
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:297
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:357
msgid "Upgrade to Visionary"
msgstr "Fazer Upgrade para Visionary"
#. placeholder {0}: formatter.format(visionarySlots.remaining)
-#: src/components/modals/components/plutonium/VisionarySection.tsx:109
+#: src/components/modals/components/plutonium/VisionarySection.tsx:122
+#: src/components/modals/components/plutonium/VisionarySection.tsx:134
msgid "Upgrade to Visionary — {0} Left"
msgstr "Fazer Upgrade para Visionary — {0} Restantes"
#. placeholder {0}: isGiftSubscription ? 'gift time' : 'subscription'
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:243
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:262
msgid "Upgrading to Visionary is a <0>one-time0> purchase and will <1>cancel your current {0} immediately1>."
msgstr "Fazer upgrade para Visionary é uma compra <0>única0> e <1>cancelará seu {0} atual imediatamente1>."
@@ -19674,10 +19760,6 @@ msgstr "Use estes códigos para acessar sua conta se você perder seu aplicativo
msgid "Use this button to quickly clear all permissions."
msgstr "Use este botão para limpar rapidamente todas as permissões."
-#: src/components/pages/ReportPage.tsx:613
-msgid "Use this form to report illegal content under the Digital Services Act (DSA). Select what you want to report."
-msgstr "Use este formulário para denunciar conteúdo ilegal de acordo com a Lei de Serviços Digitais (DSA). Selecione o que você deseja denunciar."
-
#: src/components/modals/tabs/KeybindsTab.tsx:101
msgid "Use this shortcut system-wide"
msgstr "Usar este atalho em todo o sistema"
@@ -19708,19 +19790,19 @@ msgstr "O usuário parece ter menos de 13 anos"
msgid "User Debug"
msgstr "Depuração do Usuário"
-#: src/components/channel/channel-view/DMChannelView.tsx:353
+#: src/components/channel/channel-view/DMChannelView.tsx:354
msgid "User has vanished"
msgstr "O usuário desapareceu"
-#: src/components/pages/ReportPage.tsx:865
+#: src/components/pages/report/ReportStepDetails.tsx:137
msgid "User ID (optional)"
msgstr "ID do usuário (opcional)"
-#: src/components/bottomsheets/DMBottomSheet.tsx:376
+#: src/components/bottomsheets/DMBottomSheet.tsx:378
msgid "User ID copied"
msgstr "ID do usuário copiado"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:652
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:666
msgid "User ID copied to clipboard"
msgstr "ID do usuário copiado para a área de transferência"
@@ -19765,7 +19847,7 @@ msgstr "Registro do Usuário"
msgid "User Settings"
msgstr "Configurações do Usuário"
-#: src/components/pages/ReportPage.tsx:873
+#: src/components/pages/report/ReportStepDetails.tsx:146
msgid "User Tag (optional)"
msgstr "Tag do Usuário (opcional)"
@@ -19805,7 +19887,7 @@ msgstr "Nome de usuário deve ter pelo menos 1 caractere"
msgid "Username must be at most 32 characters"
msgstr "Nome de usuário deve ter no máximo 32 caracteres"
-#: src/components/channel/dm/AddFriendForm.tsx:130
+#: src/components/channel/dm/AddFriendForm.tsx:153
msgid "Username#0000"
msgstr "Nome de usuário#0000"
@@ -19904,7 +19986,7 @@ msgstr "URLs personalizadas devem ter entre 2 e 32 caracteres e só podem conter
msgid "Verification Barriers"
msgstr "Barreiras de Verificação"
-#: src/components/modals/ClaimAccountModal.tsx:199
+#: src/components/modals/ClaimAccountModal.tsx:201
#: src/components/modals/EmailChangeModal.tsx:218
#: src/components/modals/EmailChangeModal.tsx:282
#: src/components/modals/PhoneAddModal.tsx:224
@@ -19912,11 +19994,11 @@ msgstr "Barreiras de Verificação"
msgid "Verification code"
msgstr "Código de verificação"
-#: src/components/pages/ReportPage.tsx:719
+#: src/components/pages/report/ReportStepVerification.tsx:86
msgid "Verification Code"
msgstr "Código de Verificação"
-#: src/components/modals/ClaimAccountModal.tsx:88
+#: src/components/modals/ClaimAccountModal.tsx:90
msgid "Verification code sent"
msgstr "Código de verificação enviado"
@@ -19937,10 +20019,9 @@ msgstr "A verificação pode ser necessária antes de visualizar seus códigos d
#: src/components/auth/AuthPageHeader.tsx:49
#: src/components/auth/InviteHeader.tsx:81
#: src/components/auth/InviteHeader.tsx:226
-#: src/components/channel/InviteEmbed.tsx:285
-#: src/components/channel/InviteEmbed.tsx:428
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:178
-#: src/components/emojis/EmojiInfoContent.tsx:87
+#: src/components/channel/InviteEmbed.tsx:287
+#: src/components/channel/InviteEmbed.tsx:430
+#: src/components/emojis/EmojiAttributionSubtext.tsx:143
#: src/components/layout/GuildHeader.tsx:132
msgid "Verified Community"
msgstr "Comunidade Verificada"
@@ -19955,7 +20036,7 @@ msgstr "Guilda verificada"
msgid "Verify"
msgstr "Verificar"
-#: src/components/pages/ReportPage.tsx:740
+#: src/components/pages/report/ReportStepVerification.tsx:102
msgid "Verify Code"
msgstr "Verificar Código"
@@ -19980,6 +20061,10 @@ msgstr "Formulário de verificação de número de telefone"
msgid "Verify You're Human"
msgstr "Verifique que você é humano"
+#: src/components/pages/report/ReportStepEmail.tsx:54
+msgid "Verify your email"
+msgstr "Verifique seu email"
+
#: src/components/modals/SudoVerificationModal.tsx:359
msgid "Verify your identity"
msgstr "Verifique sua identidade"
@@ -20012,7 +20097,7 @@ msgid "Video"
msgstr "Vídeo"
#: src/components/channel/ChannelHeader.tsx:572
-#: src/components/modals/UserProfileMobileSheet.tsx:515
+#: src/components/modals/UserProfileMobileSheet.tsx:519
msgid "Video Call"
msgstr "Chamada de Vídeo"
@@ -20097,7 +20182,7 @@ msgstr "Ver códigos de backup"
msgid "View backup codes form"
msgstr "Ver formulário de códigos de backup"
-#: src/components/channel/channel-view/DMChannelView.tsx:282
+#: src/components/channel/channel-view/DMChannelView.tsx:283
msgid "View call"
msgstr "Ver chamada"
@@ -20138,7 +20223,7 @@ msgstr "Ver Inventário de Presentes"
msgid "View Global Profile"
msgstr "Ver Perfil Global"
-#: src/components/channel/channel-view/DMChannelView.tsx:282
+#: src/components/channel/channel-view/DMChannelView.tsx:283
msgid "View incoming call"
msgstr "Ver chamada recebida"
@@ -20158,10 +20243,10 @@ msgstr "Ver Recursos Premium"
msgid "View premium perks"
msgstr "Ver vantagens premium"
-#: src/components/bottomsheets/DMBottomSheet.tsx:411
+#: src/components/bottomsheets/DMBottomSheet.tsx:413
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:226
#: src/components/channel/friends/MobileFriendRequestItem.tsx:87
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:210
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:212
#: src/components/modals/tabs/BlockedUsersTab.tsx:87
#: src/components/uikit/ContextMenu/items/UserProfileMenuItem.tsx:43
msgid "View Profile"
@@ -20191,7 +20276,7 @@ msgstr "Espectador Entra na Transmissão"
msgid "Viewer Leaves Stream"
msgstr "Espectador Sai da Transmissão"
-#: src/components/pages/ReportPage.tsx:827
+#: src/components/pages/report/ReportStepDetails.tsx:96
msgid "Violation Category"
msgstr "Categoria de Violação"
@@ -20199,7 +20284,7 @@ msgstr "Categoria de Violação"
msgid "Violation category selection"
msgstr "Seleção de categoria de violação"
-#: src/components/pages/ReportPage.tsx:264
+#: src/components/pages/report/optionDescriptors.ts:45
#: src/constants/IARConstants.tsx:42
msgid "Violent or Graphic Content"
msgstr "Conteúdo Violento ou Gráfico"
@@ -20212,9 +20297,9 @@ msgstr "Voz VIP"
msgid "Visible Buttons"
msgstr "Botões Visíveis"
-#: src/components/modals/components/plutonium/PricingSection.tsx:88
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:110
-#: src/components/modals/components/plutonium/VisionarySection.tsx:58
+#: src/components/modals/components/plutonium/PricingSection.tsx:101
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:129
+#: src/components/modals/components/plutonium/VisionarySection.tsx:67
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:154
#: src/utils/modals/guildTabs/GuildAuditLogTabUtils.ts:274
msgid "Visionary"
@@ -20228,25 +20313,25 @@ msgstr "Visionário (Vitalício #42)"
msgid "Visionary (Lifetime Plutonium)"
msgstr "Visionário (Plutônio Vitalício)"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:80
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:111
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:95
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:134
msgid "Visionary {visionaryPrice}"
msgstr "Visionário {visionaryPrice}"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:96
+#: src/components/modals/components/plutonium/VisionarySection.tsx:105
msgid "Visionary community with direct team access"
msgstr "Comunidade Visionária com acesso direto à equipe"
-#: src/components/modals/components/plutonium/GiftSection.tsx:87
-#: src/components/modals/components/plutonium/PricingSection.tsx:119
+#: src/components/modals/components/plutonium/GiftSection.tsx:100
+#: src/components/modals/components/plutonium/PricingSection.tsx:140
msgid "Visionary Gift"
msgstr "Presente Visionário"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:109
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:132
msgid "Visionary Gift Sold Out"
msgstr "Presente Visionário Esgotado"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:80
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:95
msgid "Visionary Sold Out"
msgstr "Visionário Esgotado"
@@ -20281,15 +20366,15 @@ msgstr "Configurações de Voz e Vídeo"
msgid "Voice Activity"
msgstr "Atividade de Voz"
-#: src/components/channel/channel-view/DMChannelView.tsx:277
+#: src/components/channel/channel-view/DMChannelView.tsx:278
#: src/components/voice/VoiceCallView.tsx:466
msgid "Voice call"
msgstr "Chamada de voz"
-#: src/components/bottomsheets/DMBottomSheet.tsx:419
+#: src/components/bottomsheets/DMBottomSheet.tsx:421
#: src/components/channel/ChannelHeader.tsx:562
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:225
-#: src/components/modals/UserProfileMobileSheet.tsx:507
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:227
+#: src/components/modals/UserProfileMobileSheet.tsx:511
msgid "Voice Call"
msgstr "Chamada de Voz"
@@ -20306,8 +20391,8 @@ msgstr "Chamadas de Voz"
msgid "Voice channel"
msgstr "Canal de voz"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:475
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:662
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:489
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:676
#: src/components/channel/channel-header/useChannelHeaderData.ts:100
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:314
msgid "Voice Channel"
@@ -20488,8 +20573,8 @@ msgstr "Enviamos um link por e-mail para autorizar este login. Por favor, abra s
msgid "We failed to retrieve the full information about this user at this time."
msgstr "Falhamos em recuperar as informações completas sobre este usuário no momento."
-#: src/components/layout/GuildLayout.tsx:302
-#: src/components/layout/GuildLayout.tsx:349
+#: src/components/layout/GuildLayout.tsx:307
+#: src/components/layout/GuildLayout.tsx:354
msgid "We fluxed up! Hang tight, we're working on it."
msgstr "Deu um fluxo! Aguenta firme, estamos trabalhando nisso."
@@ -20513,18 +20598,13 @@ msgstr "Perdemos a conexão enquanto aguardávamos autorização. Por favor, ten
msgid "We need to make sure you're not a bot. Please complete the verification below."
msgstr "Precisamos ter certeza de que você não é um bot. Por favor, complete a verificação abaixo."
-#: src/components/pages/ReportPage.tsx:639
-msgid "We need to verify your email address before you can submit a report."
-msgstr "Precisamos verificar seu endereço de e-mail antes que você possa enviar um relatório."
-
#: src/components/modals/BackupCodesModal.tsx:45
msgid "We recommend saving these codes now so that you don't get locked out of your account."
msgstr "Recomendamos salvar esses códigos agora para que você não fique bloqueado da sua conta."
-#. placeholder {0}: state.email
-#: src/components/pages/ReportPage.tsx:702
-msgid "We sent a verification code to {0}."
-msgstr "Enviamos um código de verificação para {0}."
+#: src/components/pages/report/ReportStepVerification.tsx:67
+msgid "We sent a code to {email}."
+msgstr "Enviamos um código para {email}."
#: src/components/auth/BrowserLoginHandoffModal.tsx:315
msgid "We will prefill {prefillEmail} once the browser login opens."
@@ -20534,6 +20614,10 @@ msgstr "Vamos preencher {prefillEmail} assim que o login do navegador abrir."
msgid "We'll restore your previous email, sign out old sessions, remove phone numbers, disable MFA, and secure your account with a new password."
msgstr "Vamos restaurar seu e-mail anterior, desconectar sessões antigas, remover números de telefone, desativar MFA e proteger sua conta com uma nova senha."
+#: src/components/pages/report/ReportStepEmail.tsx:57
+msgid "We'll send a short code to confirm you can receive updates about this report."
+msgstr "Enviaremos um código curto para confirmar que você pode receber atualizações sobre este relatório."
+
#: src/components/modals/EmailChangeModal.tsx:190
msgid "We'll verify your current email and then your new email with one-time codes."
msgstr "Vamos verificar seu e-mail atual e depois seu novo e-mail com códigos de uso único."
@@ -20546,13 +20630,13 @@ msgstr "Vamos verificar seu novo e-mail com um código de uso único."
msgid "We're having trouble connecting to Fluxer's servers. This could be a temporary network issue or scheduled maintenance."
msgstr "Estamos tendo problemas para conectar aos servidores do Fluxer. Isso pode ser um problema temporário de rede ou manutenção programada."
-#: src/components/modals/tabs/BetaCodesTab.tsx:297
+#: src/components/modals/tabs/BetaCodesTab.tsx:322
#: src/components/modals/tabs/DevicesTab.tsx:230
msgid "We're having trouble connecting to the space-time continuum. Please check your connection and try again."
msgstr "Estamos tendo problemas para conectar ao continuum espaço-tempo. Por favor, verifique sua conexão e tente novamente."
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:287
-#: src/components/channel/ChannelSearchResults.tsx:681
+#: src/components/channel/ChannelSearchResults.tsx:650
msgid "We're indexing this channel for the first time. This might take a little while..."
msgstr "Estamos indexando este canal pela primeira vez. Isso pode levar um tempinho..."
@@ -20829,17 +20913,16 @@ msgstr "Escreva CSS personalizado aqui para substituir quaisquer tokens de tema.
msgid "Write your content here... This textarea expands as you type."
msgstr "Escreva seu conteúdo aqui... Esta área de texto se expande conforme você digita."
-#: src/components/auth/DateOfBirthField.tsx:89
-#: src/components/auth/DateOfBirthField.tsx:156
+#: src/components/auth/DateOfBirthField.tsx:153
#: src/components/auth/MockMinimalRegisterForm.tsx:78
msgid "Year"
msgstr "Ano"
-#: src/components/modals/components/plutonium/PricingSection.tsx:78
+#: src/components/modals/components/plutonium/PricingSection.tsx:88
msgid "Yearly"
msgstr "Anual"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:71
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:84
msgid "Yearly {yearlyPrice}"
msgstr "Anual {yearlyPrice}"
@@ -20874,7 +20957,7 @@ msgstr "Você está prestes a sair do Fluxer"
msgid "You are about to transfer ownership of this community to <0>{0}0>. This action is <1>irreversible1> and you will lose all owner privileges."
msgstr "Você está prestes a transferir a propriedade desta comunidade para <0>{0}0>. Esta ação é <1>irreversível1> e você perderá todos os privilégios de proprietário."
-#: src/components/channel/dm/AddFriendForm.tsx:72
+#: src/components/channel/dm/AddFriendForm.tsx:95
msgid "You are already friends with this user."
msgstr "Você já é amigo deste usuário."
@@ -20960,7 +21043,7 @@ msgstr "Você só pode enviar até {MAX_EMOJIS_PER_UPLOAD} emojis de uma vez. Ap
msgid "You can pin messages in this conversation for everyone to see."
msgstr "Você pode fixar mensagens nesta conversa para todos verem."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:175
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:194
msgid "You can redeem additional gift codes to <0>extend0> your gift time. To start a monthly or yearly plan, wait until after it ends — or <1>upgrade to Visionary1> now (remaining gift time will be discarded)."
msgstr "Você pode resgatar códigos de presente adicionais para <0>estender0> seu tempo de presente. Para iniciar um plano mensal ou anual, aguarde até que ele termine — ou <1>faça upgrade para Visionary1> agora (o tempo de presente restante será descartado)."
@@ -20990,7 +21073,7 @@ msgstr "Você pode usar links e Markdown para formatar seu texto. Com <0/>, voc
msgid "You can't add new reactions while you're on timeout."
msgstr "Você não pode adicionar novas reações enquanto estiver de castigo."
-#: src/components/modals/UserProfileModal.tsx:1170
+#: src/components/modals/UserProfileModal.tsx:1171
msgid "You can't befriend yourself"
msgstr "Você não pode se tornar amigo de si mesmo"
@@ -20998,14 +21081,14 @@ msgstr "Você não pode se tornar amigo de si mesmo"
msgid "You can't interact with reactions in search results as it might disrupt the space-time continuum."
msgstr "Você não pode interagir com reações nos resultados da pesquisa, pois isso pode perturbar o contínuo espaço-tempo."
-#: src/components/layout/ChannelItem.tsx:200
-#: src/components/layout/ChannelItem.tsx:366
-#: src/stores/voice/MediaEngineFacade.ts:151
-#: src/stores/voice/MediaEngineFacade.ts:482
+#: src/components/layout/ChannelItem.tsx:206
+#: src/components/layout/ChannelItem.tsx:375
+#: src/stores/voice/MediaEngineFacade.ts:154
+#: src/stores/voice/MediaEngineFacade.ts:529
msgid "You can't join while you're on timeout."
msgstr "Você não pode entrar enquanto estiver de castigo."
-#: src/components/modals/UserProfileModal.tsx:1182
+#: src/components/modals/UserProfileModal.tsx:1183
#: src/components/popouts/UserProfilePopout.tsx:282
#: src/components/profile/ProfilePreview.tsx:284
msgid "You can't message yourself"
@@ -21019,7 +21102,7 @@ msgstr "Você não pode enviar uma solicitação de amizade para si mesmo."
msgid "You can't send friend requests to bots."
msgstr "Você não pode enviar solicitações de amizade para bots."
-#: src/components/channel/dm/AddFriendForm.tsx:64
+#: src/components/channel/dm/AddFriendForm.tsx:87
msgid "You can't send friend requests to users you've blocked. Unblock them first."
msgstr "Você não pode enviar solicitações de amizade para usuários que você bloqueou. Desbloqueie-os primeiro."
@@ -21066,11 +21149,11 @@ msgstr "Você não pode remover esta permissão porque isso a removeria de você
msgid "You cannot save a role with a blank name. Please provide a valid name before saving."
msgstr "Você não pode salvar um cargo com um nome em branco. Forneça um nome válido antes de salvar."
-#: src/components/channel/dm/AddFriendForm.tsx:68
+#: src/components/channel/dm/AddFriendForm.tsx:91
msgid "You cannot send a friend request to yourself."
msgstr "Você não pode enviar uma solicitação de amizade para si mesmo."
-#: src/components/channel/dm/AddFriendForm.tsx:66
+#: src/components/channel/dm/AddFriendForm.tsx:89
msgid "You cannot send friend requests to bots."
msgstr "Você não pode enviar solicitações de amizade para bots."
@@ -21094,7 +21177,7 @@ msgstr "Você não tem acesso ao canal onde esta mensagem foi enviada."
msgid "You do not have permission to send messages in this channel."
msgstr "Você não tem permissão para enviar mensagens neste canal."
-#: src/components/layout/GuildLayout.tsx:393
+#: src/components/layout/GuildLayout.tsx:398
msgid "You don't have access to any channels in this community."
msgstr "Você não tem acesso a nenhum canal nesta comunidade."
@@ -21114,23 +21197,23 @@ msgstr "Você não tem permissão para instalar este pacote de emojis."
msgid "You don't have permission to install this sticker pack."
msgstr "Você não tem permissão para instalar este pacote de figurinhas."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:203
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:222
msgid "You have all <0/> for <1>{monthlyPrice}/month1>."
msgstr "Você tem todos os <0/> por <1>{monthlyPrice}/mês1>."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:208
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:227
msgid "You have all <0/> for <1>{yearlyPrice}/year1>."
msgstr "Você tem todos os <0/> por <1>{yearlyPrice}/ano1>."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:213
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:232
msgid "You have all <0/> for your subscription period."
msgstr "Você tem todos os <0/> durante o período da sua assinatura."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:198
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:217
msgid "You have all <0/> forever. No subscriptions, no renewals."
msgstr "Você tem todos os <0/> para sempre. Sem assinaturas, sem renovações."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:169
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:188
msgid "You have all <0/> via a <1>gift subscription1> until <2>{giftEndDate}2>. It <3>won't renew3>."
msgstr "Você tem todos os <0/> através de uma <1>assinatura de presente1> até <2>{giftEndDate}2>. Ela <3>não será renovada3>."
@@ -21228,11 +21311,11 @@ msgstr "Você perdeu o acesso a esta mensagem salva. Remover?"
msgid "You made it, {username}! We're about to hit 88mph!"
msgstr "Você conseguiu, {username}! Estamos prestes a atingir 88 mph!"
-#: src/components/channel/CallMessage.tsx:179
+#: src/components/channel/CallMessage.tsx:173
msgid "You missed a call from <0/> that lasted {durationText}."
msgstr "Você perdeu uma chamada de <0/> que durou {durationText}."
-#: src/components/channel/CallMessage.tsx:184
+#: src/components/channel/CallMessage.tsx:178
msgid "You missed a call from <0/>."
msgstr "Você perdeu uma chamada de <0/>."
@@ -21252,7 +21335,7 @@ msgstr "Você deve ter 18 anos ou mais para ver este conteúdo. <0>Saiba mais0
msgid "You must be connected to the gateway to accept this temporary invite. Please check your connection and try again."
msgstr "Você deve estar conectado ao gateway para aceitar este convite temporário. Verifique sua conexão e tente novamente."
-#: src/components/pages/ReportPage.tsx:463
+#: src/components/pages/ReportPage.tsx:288
msgid "You must verify your email before submitting a report."
msgstr "Você deve verificar seu e-mail antes de enviar um relatório."
@@ -21385,7 +21468,7 @@ msgstr "Você está no canal de voz"
msgid "You're sending messages too quickly"
msgstr "Você está enviando mensagens muito rapidamente"
-#: src/components/channel/Messages.tsx:909
+#: src/components/channel/Messages.tsx:907
msgid "You're viewing older messages"
msgstr "Você está visualizando mensagens mais antigas"
@@ -21464,7 +21547,7 @@ msgstr "Sua conta foi aprovada. Redirecionando você para o aplicativo..."
msgid "Your account has been created, but access is temporarily limited until approval. You will be notified once your account is approved."
msgstr "Sua conta foi criada, mas o acesso está temporariamente limitado até a aprovação. Você será notificado assim que sua conta for aprovada."
-#: src/components/modals/components/UnclaimedAccountAlert.tsx:38
+#: src/components/modals/components/UnclaimedAccountAlert.tsx:36
msgid "Your account is not yet claimed. Without an email and password, you won't be able to sign in from other devices and you could lose access to your account. Claim your account now to secure it."
msgstr "Sua conta ainda não foi reivindicada. Sem um e-mail e senha, você não poderá fazer login em outros dispositivos e pode perder o acesso à sua conta. Reivindique sua conta agora para protegê-la."
@@ -21508,7 +21591,7 @@ msgstr "Suas configurações de som de notificação existentes serão preservad
msgid "Your export request will be processed"
msgstr "Sua solicitação de exportação será processada"
-#: src/components/pages/ReportPage.tsx:935
+#: src/components/pages/report/ReportStepDetails.tsx:213
msgid "Your FluxerTag (optional)"
msgstr "Sua FluxerTag (opcional)"
@@ -21521,7 +21604,7 @@ msgid "Your invite expires in 24 hours"
msgstr "Seu convite expira em 24 horas"
#. placeholder {0}: getExpirationText()
-#: src/components/modals/InviteModal.tsx:325
+#: src/components/modals/InviteModal.tsx:322
msgid "Your invite link expires in {0}."
msgstr "Seu link de convite expira em {0}."
@@ -21565,7 +21648,7 @@ msgstr "Seu espaço pessoal para acesso rápido a canais, DMs e grupos que você
msgid "Your Plutonium subscription has expired. You've lost all Plutonium perks. Reactivate your subscription to regain access."
msgstr "Sua assinatura Plutonium expirou. Você perdeu todos os benefícios do Plutonium. Reative sua assinatura para recuperar o acesso."
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:781
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:813
msgid "Your private space"
msgstr "Seu espaço privado"
@@ -21573,7 +21656,7 @@ msgstr "Seu espaço privado"
msgid "Your private space for thoughts and reminders"
msgstr "Seu espaço privado para pensamentos e lembretes"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:277
+#: src/components/modals/tabs/GiftInventoryTab.tsx:300
msgid "Your Purchased Gifts"
msgstr "Seus Presentes Comprados"
@@ -21585,15 +21668,11 @@ msgstr "sua região"
msgid "Your stream is still being broadcast"
msgstr "Sua transmissão ainda está sendo exibida"
-#: src/components/pages/ReportPage.tsx:594
-msgid "Your submission ID"
-msgstr "Seu ID de envio"
-
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:153
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:172
msgid "Your subscription ended, but you still have all <0/> until <1>{graceDate}1>. Resubscribe to keep them."
msgstr "Sua assinatura terminou, mas você ainda tem todos os <0/> até <1>{graceDate}1>. Reassine para mantê-los."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:138
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:157
msgid "Your subscription expired on <0>{expiredDate}0>. You lost all <1/>. You can reactivate at any time."
msgstr "Sua assinatura expirou em <0>{expiredDate}0>. Você perdeu todos os <1/>. Você pode reativar a qualquer momento."
@@ -21609,7 +21688,7 @@ msgstr "Sua assinatura foi reativada!"
msgid "Your subscription has been set to cancel at the end of your billing period."
msgstr "Sua assinatura foi configurada para cancelar no final do seu período de cobrança."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:191
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:210
msgid "Your subscription will cancel on <0>{cancelDate}0>. You'll lose all <1/> after that date."
msgstr "Sua assinatura será cancelada em <0>{cancelDate}0>. Você perderá todos os <1/> após essa data."
diff --git a/fluxer_app/src/locales/ro/messages.po b/fluxer_app/src/locales/ro/messages.po
index 50cc64ab..2e74512d 100644
--- a/fluxer_app/src/locales/ro/messages.po
+++ b/fluxer_app/src/locales/ro/messages.po
@@ -68,12 +68,12 @@ msgstr "(maxim 15 afișate)"
msgid "(No content)"
msgstr "(Fără conținut)"
-#: src/components/modals/UserProfileMobileSheet.tsx:552
+#: src/components/modals/UserProfileMobileSheet.tsx:556
#: src/components/pages/YouPage.tsx:147
msgid "(only visible to you)"
msgstr "(vizibil doar pentru tine)"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:954
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:976
msgid "(you)"
msgstr "(tu)"
@@ -138,12 +138,12 @@ msgid "{0} Online"
msgstr "{0} Online"
#. placeholder {0}: reaction.count
-#: src/components/channel/MessageReactions.tsx:120
+#: src/components/channel/MessageReactions.tsx:119
msgid "{0} reaction"
msgstr "{0} reacție"
#. placeholder {0}: reaction.count
-#: src/components/channel/MessageReactions.tsx:120
+#: src/components/channel/MessageReactions.tsx:119
msgid "{0} reactions"
msgstr "{0} reacții"
@@ -153,13 +153,13 @@ msgid "{0} remaining"
msgstr "{0} rămase"
#. placeholder {0}: machineState.total
-#: src/components/channel/ChannelSearchResults.tsx:315
+#: src/components/channel/ChannelSearchResults.tsx:272
msgid "{0} Result"
msgstr "{0} Rezultat"
#. placeholder {0}: machineState.total
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:390
-#: src/components/channel/ChannelSearchResults.tsx:315
+#: src/components/channel/ChannelSearchResults.tsx:272
msgid "{0} Results"
msgstr "{0} rezultate"
@@ -402,7 +402,7 @@ msgstr "{actor} a actualizat stickerul {namedTarget}."
msgid "{actor} updated the webhook {namedTarget}."
msgstr "{actor} a actualizat webhook-ul {namedTarget}."
-#: src/components/modals/tabs/BetaCodesTab.tsx:280
+#: src/components/modals/tabs/BetaCodesTab.tsx:284
msgid "{allowance} codes remaining this week"
msgstr "{allowance} coduri rămase în această săptămână"
@@ -533,7 +533,7 @@ msgstr "{emojiName}, {0} reacție"
msgid "{emojiName}, {0} reactions"
msgstr "{emojiName}, {0} reacții"
-#: src/components/channel/MessageReactions.tsx:122
+#: src/components/channel/MessageReactions.tsx:121
msgid "{emojiName}: {reactionCountText}, {actionText}"
msgstr "{emojiName}: {reactionCountText}, {actionText}"
@@ -561,8 +561,8 @@ msgstr "Imaginile {label} nu pot fi animate. Te rugăm să folosești JPEG, PNG
#: src/components/auth/InviteHeader.tsx:127
#: src/components/auth/InviteHeader.tsx:241
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:281
-#: src/components/channel/InviteEmbed.tsx:180
-#: src/components/channel/InviteEmbed.tsx:444
+#: src/components/channel/InviteEmbed.tsx:182
+#: src/components/channel/InviteEmbed.tsx:446
msgid "{memberCount} Member"
msgstr "{memberCount} Membru"
@@ -570,8 +570,8 @@ msgstr "{memberCount} Membru"
#: src/components/auth/InviteHeader.tsx:127
#: src/components/auth/InviteHeader.tsx:241
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:281
-#: src/components/channel/InviteEmbed.tsx:180
-#: src/components/channel/InviteEmbed.tsx:444
+#: src/components/channel/InviteEmbed.tsx:182
+#: src/components/channel/InviteEmbed.tsx:446
msgid "{memberCount} Members"
msgstr "{memberCount} Membri"
@@ -606,11 +606,11 @@ msgstr "{minutes} minute și {seconds} secunde"
msgid "{minutes} minutes and 1 second"
msgstr "{minutes} minute și 1 secundă"
-#: src/components/channel/dm/DMWelcomeSection.tsx:155
+#: src/components/channel/dm/DMWelcomeSection.tsx:167
msgid "{mutualGuildCount} mutual commmunity"
msgstr "{mutualGuildCount} comunitate mutuală"
-#: src/components/channel/dm/DMWelcomeSection.tsx:156
+#: src/components/channel/dm/DMWelcomeSection.tsx:168
msgid "{mutualGuildCount} mutual communities"
msgstr "{mutualGuildCount} comunități mutuale"
@@ -632,7 +632,7 @@ msgstr "{participantCount} participanți în apel"
#: src/components/auth/InviteHeader.tsx:235
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:276
-#: src/components/channel/InviteEmbed.tsx:439
+#: src/components/channel/InviteEmbed.tsx:441
msgid "{presenceCount} Online"
msgstr "{presenceCount} Online"
@@ -644,15 +644,15 @@ msgstr "Mai ai {remaining} caractere disponibile"
msgid "{remaining} characters left. Get Plutonium to write up to {premiumMaxLength} characters."
msgstr "Mai ai {remaining} caractere disponibile. Ia Plutonium ca să scrii până la {premiumMaxLength} caractere."
-#: src/components/channel/InviteEmbed.tsx:301
+#: src/components/channel/InviteEmbed.tsx:303
msgid "{renderedMemberCount} Member"
msgstr "{renderedMemberCount} Membru"
-#: src/components/channel/InviteEmbed.tsx:301
+#: src/components/channel/InviteEmbed.tsx:303
msgid "{renderedMemberCount} Members"
msgstr "{renderedMemberCount} Membri"
-#: src/components/channel/InviteEmbed.tsx:296
+#: src/components/channel/InviteEmbed.tsx:298
msgid "{renderedPresenceCount} Online"
msgstr "{renderedPresenceCount} Online"
@@ -704,11 +704,11 @@ msgstr "{totalSeconds} secundă"
msgid "{totalSeconds} seconds"
msgstr "{totalSeconds} secunde"
-#: src/components/layout/GuildsLayout.tsx:231
+#: src/components/layout/GuildsLayout.tsx:229
msgid "{unavailableCount} communities are temporarily unavailable due to a flux capacitor malfunction."
msgstr "{unavailableCount} comunități sunt temporar indisponibile din cauza unei defecțiuni a capacitorului de flux."
-#: src/components/layout/GuildsLayout.tsx:230
+#: src/components/layout/GuildsLayout.tsx:228
msgid "{unavailableCount} community is temporarily unavailable due to a flux capacitor malfunction."
msgstr "{unavailableCount} comunitate este temporar indisponibilă din cauza unei defecțiuni a capacitorului de flux."
@@ -814,27 +814,27 @@ msgstr "mențiuni @everyone"
msgid "@username"
msgstr "@username"
-#: src/components/channel/CallMessage.tsx:75
+#: src/components/channel/CallMessage.tsx:72
msgid "# days"
msgstr "# zile"
-#: src/components/channel/CallMessage.tsx:76
+#: src/components/channel/CallMessage.tsx:73
msgid "# hours"
msgstr "# ore"
-#: src/components/channel/CallMessage.tsx:77
+#: src/components/channel/CallMessage.tsx:74
msgid "# minutes"
msgstr "# minute"
-#: src/components/channel/CallMessage.tsx:73
+#: src/components/channel/CallMessage.tsx:70
msgid "# months"
msgstr "# luni"
-#: src/components/channel/CallMessage.tsx:74
+#: src/components/channel/CallMessage.tsx:71
msgid "# weeks"
msgstr "# săptămâni"
-#: src/components/channel/CallMessage.tsx:72
+#: src/components/channel/CallMessage.tsx:69
msgid "# years"
msgstr "# ani"
@@ -878,11 +878,11 @@ msgstr "<0/> l-a eliminat pe <1/> din grup."
msgid "<0/> removed someone from the group."
msgstr "<0/> a eliminat pe cineva din grup."
-#: src/components/channel/CallMessage.tsx:191
+#: src/components/channel/CallMessage.tsx:185
msgid "<0/> started a call that lasted {durationText}."
msgstr "<0/> a început un apel care a durat {durationText}."
-#: src/components/channel/CallMessage.tsx:154
+#: src/components/channel/CallMessage.tsx:148
msgid "<0/> started a call."
msgstr "<0/> a inițiat un apel."
@@ -943,11 +943,11 @@ msgstr "<0>Unmuted0> membrul."
msgid "<0>Warning:0> This will also disable SMS two-factor authentication."
msgstr "<0>Warning:0> Acest lucru va dezactiva și autentificarea în doi pași prin SMS."
-#: src/components/modals/tabs/BetaCodesTab.tsx:278
+#: src/components/modals/tabs/BetaCodesTab.tsx:282
msgid "1 code remaining this week"
msgstr "1 cod rămas în această săptămână"
-#: src/components/channel/CallMessage.tsx:75
+#: src/components/channel/CallMessage.tsx:72
#: src/components/modals/BanMemberModal.tsx:54
#: src/components/modals/InviteModal.tsx:77
#: src/components/modals/InviteModal.tsx:212
@@ -956,7 +956,7 @@ msgstr "1 cod rămas în această săptămână"
msgid "1 day"
msgstr "1 zi"
-#: src/components/channel/CallMessage.tsx:76
+#: src/components/channel/CallMessage.tsx:73
#: src/components/modals/BanMemberModal.tsx:52
#: src/components/modals/channelTabs/ChannelOverviewTab.tsx:154
#: src/components/modals/CustomStatusBottomSheet.tsx:44
@@ -993,7 +993,7 @@ msgstr "1 minut și {seconds} secunde"
msgid "1 minute and 1 second"
msgstr "1 minut și 1 secundă"
-#: src/components/channel/CallMessage.tsx:73
+#: src/components/channel/CallMessage.tsx:70
#: src/components/modals/BanMemberModal.tsx:59
msgid "1 month"
msgstr "1 lună"
@@ -1002,12 +1002,12 @@ msgstr "1 lună"
msgid "1 Month"
msgstr "1 lună"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:99
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:120
msgid "1 Month {monthlyPrice}"
msgstr "1 lună {monthlyPrice}"
-#: src/components/modals/components/plutonium/GiftSection.tsx:78
-#: src/components/modals/components/plutonium/PricingSection.tsx:110
+#: src/components/modals/components/plutonium/GiftSection.tsx:88
+#: src/components/modals/components/plutonium/PricingSection.tsx:128
msgid "1 Month Gift"
msgstr "Cadou de 1 lună"
@@ -1020,22 +1020,22 @@ msgstr "1 utilizare"
msgid "1 user"
msgstr "1 utilizator"
-#: src/components/channel/CallMessage.tsx:74
+#: src/components/channel/CallMessage.tsx:71
#: src/components/modals/BanMemberModal.tsx:57
#: src/components/modals/TimeoutMemberOptions.ts:39
msgid "1 week"
msgstr "1 săptămână"
-#: src/components/channel/CallMessage.tsx:72
+#: src/components/channel/CallMessage.tsx:69
msgid "1 year"
msgstr "1 an"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:91
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:109
msgid "1 Year {yearlyPrice}"
msgstr "1 an {yearlyPrice}"
-#: src/components/modals/components/plutonium/GiftSection.tsx:69
-#: src/components/modals/components/plutonium/PricingSection.tsx:101
+#: src/components/modals/components/plutonium/GiftSection.tsx:76
+#: src/components/modals/components/plutonium/PricingSection.tsx:116
msgid "1 Year Gift"
msgstr "Cadou de 1 an"
@@ -1286,8 +1286,8 @@ msgstr "8 ore"
msgid "A 4-digit tag will be added automatically to ensure uniqueness"
msgstr "Un tag de 4 cifre va fi adăugat automat pentru a asigura unicitatea"
-#: src/components/channel/CallMessage.tsx:86
-#: src/components/channel/CallMessage.tsx:148
+#: src/components/channel/CallMessage.tsx:83
+#: src/components/channel/CallMessage.tsx:142
msgid "a few seconds"
msgstr "câteva secunde"
@@ -1299,7 +1299,7 @@ msgstr "O mână de războinici ai tastaturii se adună..."
msgid "A helpful bot that does amazing things!"
msgstr "Un bot util care face lucruri uimitoare!"
-#: src/components/channel/CallMessage.tsx:77
+#: src/components/channel/CallMessage.tsx:74
msgid "a minute"
msgstr "o minută"
@@ -1316,7 +1316,7 @@ msgid "A symphony of clacking keys is underway..."
msgstr "O simfonie de taste ciocnind este în desfășurare..."
#: src/components/modals/tabs/MyProfileTab/BioEditor.tsx:127
-#: src/components/modals/UserProfileMobileSheet.tsx:528
+#: src/components/modals/UserProfileMobileSheet.tsx:532
#: src/components/pages/YouPage.tsx:132
msgid "About Me"
msgstr "Despre mine"
@@ -1330,18 +1330,18 @@ msgstr "Despre tine"
msgid "Accent Color"
msgstr "Culoare accent"
-#: src/components/channel/channel-view/DMChannelView.tsx:291
-#: src/components/channel/dm/DMWelcomeSection.tsx:116
+#: src/components/channel/channel-view/DMChannelView.tsx:292
+#: src/components/channel/dm/DMWelcomeSection.tsx:128
#: src/components/channel/friends/FriendListItem.tsx:238
#: src/components/channel/friends/MobileFriendRequestItem.tsx:99
#: src/components/voice/IncomingCallUI.tsx:302
msgid "Accept"
msgstr "Acceptă"
-#: src/components/bottomsheets/DMBottomSheet.tsx:515
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:260
-#: src/components/modals/UserProfileModal.tsx:1258
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:88
+#: src/components/bottomsheets/DMBottomSheet.tsx:517
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:262
+#: src/components/modals/UserProfileModal.tsx:1259
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:109
msgid "Accept Friend Request"
msgstr "Acceptă cererea de prietenie"
@@ -1358,7 +1358,7 @@ msgstr "Acceptă invitația"
msgid "Accept the incoming call"
msgstr "Acceptă apelul primit"
-#: src/components/channel/InviteEmbed.tsx:226
+#: src/components/channel/InviteEmbed.tsx:228
#: src/components/modals/InviteAcceptModal.tsx:163
msgid "Accepting this invite installs the pack automatically."
msgstr "Acceptarea acestei invitații instalează pachetul automat."
@@ -1407,7 +1407,7 @@ msgstr "Cont și Premium"
msgid "Account appears to exist solely for spamming"
msgstr "Contul pare să existe doar pentru spam"
-#: src/components/modals/ClaimAccountModal.tsx:105
+#: src/components/modals/ClaimAccountModal.tsx:107
msgid "Account claimed successfully"
msgstr "Contul a fost revendicat cu succes"
@@ -1459,7 +1459,7 @@ msgstr "Doar în DM-urile în care ai fost vreodată"
msgid "Action with both icons!"
msgstr "Acțiune cu ambele pictograme!"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:124
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:143
msgid "Active"
msgstr "Activ"
@@ -1584,12 +1584,13 @@ msgstr "Adaugă email"
msgid "Add Favorite Channels"
msgstr "Adaugă canale favorite"
-#: src/components/bottomsheets/DMBottomSheet.tsx:524
+#: src/components/bottomsheets/DMBottomSheet.tsx:527
#: src/components/channel/dm/AddFriendView.tsx:32
#: src/components/channel/dm/DMFriendsView.tsx:199
#: src/components/modals/AddFriendSheet.tsx:50
-#: src/components/modals/UserProfileModal.tsx:1178
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:68
+#: src/components/modals/UserProfileModal.tsx:1179
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:75
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:89
msgid "Add Friend"
msgstr "Adaugă prieten"
@@ -1597,7 +1598,7 @@ msgstr "Adaugă prieten"
msgid "Add Friends"
msgstr "Adaugă prieteni"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1187
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1211
#: src/components/channel/ChannelHeader.tsx:630
#: src/components/channel/dm/GroupDMWelcomeSection.tsx:85
msgid "Add Friends to Group"
@@ -1612,7 +1613,7 @@ msgstr "Adaugă element"
msgid "Add new reactions to messages."
msgstr "Adaugă reacții noi la mesaje."
-#: src/components/bottomsheets/DMBottomSheet.tsx:426
+#: src/components/bottomsheets/DMBottomSheet.tsx:428
#: src/components/profile/ProfileCard/ProfileCardActions.tsx:48
#: src/components/uikit/ContextMenu/items/UserNoteMenuItems.tsx:42
msgid "Add Note"
@@ -1647,7 +1648,7 @@ msgstr "Formular adăugare număr de telefon"
#: src/components/channel/MessageActionBar.tsx:450
#: src/components/channel/MessageActionBar.tsx:741
#: src/components/channel/messageActionMenu.tsx:92
-#: src/components/channel/MessageReactions.tsx:264
+#: src/components/channel/MessageReactions.tsx:263
#: src/components/uikit/ContextMenu/items/MessageMenuItems.tsx:65
msgid "Add Reaction"
msgstr "Adaugă reacție"
@@ -1695,8 +1696,8 @@ msgid "Add to favorites"
msgstr "Adaugă la favorite"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:370
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1103
-#: src/components/bottomsheets/DMBottomSheet.tsx:400
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1127
+#: src/components/bottomsheets/DMBottomSheet.tsx:402
#: src/components/channel/ChannelHeader.tsx:547
#: src/components/channel/ChannelHeader.tsx:595
#: src/components/channel/ChannelHeader.tsx:600
@@ -1731,11 +1732,11 @@ msgid "Added to bookmarks"
msgstr "Adăugat la marcaje"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:118
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:544
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:558
msgid "Added to favorites"
msgstr "Adăugat la favorite"
-#: src/components/bottomsheets/DMBottomSheet.tsx:129
+#: src/components/bottomsheets/DMBottomSheet.tsx:131
msgid "Added to Favorites"
msgstr "Adăugat la Favorite"
@@ -1752,7 +1753,7 @@ msgstr "Adăugat: {createdDate}"
msgid "Added: {createdDate} • Last used: {lastUsedDate}"
msgstr "Adăugat: {createdDate} • Ultima utilizare: {lastUsedDate}"
-#: src/components/pages/ReportPage.tsx:943
+#: src/components/pages/report/ReportStepDetails.tsx:222
msgid "Additional Comments (optional)"
msgstr "Comentarii suplimentare (opțional)"
@@ -1873,7 +1874,7 @@ msgstr "Toate apelurile vor notifica silențios în loc să sune. Implicit, apel
msgid "All Communities"
msgstr "Toate comunitățile"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:74
+#: src/components/modals/components/plutonium/VisionarySection.tsx:83
msgid "All current and future Plutonium benefits, forever"
msgstr "Toate beneficiile Plutonium actuale și viitoare, pentru totdeauna"
@@ -1911,7 +1912,7 @@ msgstr "Toți membrii"
msgid "All messages"
msgstr "Toate mesajele"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1377
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1401
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:206
#: src/components/modals/GuildNotificationSettingsModal.tsx:87
#: src/components/modals/GuildNotificationSettingsModal.tsx:273
@@ -2071,11 +2072,11 @@ msgstr "Permis {0}."
msgid "Already have an account?"
msgstr "Ai deja un cont?"
-#: src/components/channel/InviteEmbed.tsx:187
+#: src/components/channel/InviteEmbed.tsx:189
msgid "Already joined"
msgstr "Deja membru"
-#: src/components/channel/GiftEmbed.tsx:90
+#: src/components/channel/GiftEmbed.tsx:97
msgid "Already redeemed"
msgstr "Deja revendicat"
@@ -2135,8 +2136,8 @@ msgstr "Încredere permanentă în <0>{hostname}0> — sari peste acest averti
msgid "Always underline links"
msgstr "Subliniază întotdeauna linkurile"
-#: src/components/channel/ChannelSearchResults.tsx:511
-#: src/components/channel/ChannelSearchResults.tsx:562
+#: src/components/channel/ChannelSearchResults.tsx:480
+#: src/components/channel/ChannelSearchResults.tsx:531
#: src/hooks/useChannelSearch.ts:233
#: src/hooks/useChannelSearch.ts:375
msgid "An error occurred while searching"
@@ -2198,7 +2199,7 @@ msgid "Animated Emoji ({0})"
msgstr "Emoji animate ({0})"
#: src/components/channel/embeds/media/EmbedGifv.tsx:237
-#: src/components/channel/embeds/media/EmbedGifv.tsx:725
+#: src/components/channel/embeds/media/EmbedGifv.tsx:749
#: src/components/modals/MediaViewerModal.tsx:294
#: src/components/modals/MediaViewerModal.tsx:362
msgid "Animated GIF"
@@ -2320,8 +2321,8 @@ msgstr "Aplicația a fost actualizată cu succes"
msgid "Applications"
msgstr "Aplicații"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:99
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:137
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:103
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:141
msgid "Applications & Bots"
msgstr "Aplicații și boți"
@@ -2352,7 +2353,7 @@ msgid "Archive"
msgstr "Arhivează"
#. placeholder {0}: user.username
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:162
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:164
#: src/components/modals/UserProfileActionsSheet.tsx:133
#: src/utils/RelationshipActionUtils.tsx:141
msgid "Are you sure you want to block {0}? They won't be able to message you or send you friend requests."
@@ -2368,8 +2369,8 @@ msgid "Are you sure you want to close this group DM? You can always reopen it la
msgstr "Ești sigur că vrei să închizi această conversație de grup? O poți redeschide oricând mai târziu."
#. placeholder {0}: recipient?.username ?? ''
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:601
-#: src/components/bottomsheets/DMBottomSheet.tsx:303
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:615
+#: src/components/bottomsheets/DMBottomSheet.tsx:305
msgid "Are you sure you want to close your DM with {0}? You can always reopen it later."
msgstr "Ești sigur că vrei să închizi conversația cu {0}? O poți redeschide oricând mai târziu."
@@ -2406,7 +2407,7 @@ msgid "Are you sure you want to delete #{0}? This action cannot be undone."
msgstr "Ești sigur că vrei să ștergi #{0}? Această acțiune nu poate fi anulată."
#. placeholder {0}: channel.name ?? 'this channel'
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:667
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:681
msgid "Are you sure you want to delete #{0}? This cannot be undone."
msgstr "Ești sigur că vrei să ștergi #{0}? Aceasta nu poate fi anulată."
@@ -2504,7 +2505,7 @@ msgstr "Ești sigur că vrei să părăsești {0}?"
msgid "Are you sure you want to leave this community? You will no longer be able to see any messages."
msgstr "Ești sigur că vrei să părăsești această comunitate? Nu vei mai putea vedea niciun mesaj."
-#: src/components/bottomsheets/DMBottomSheet.tsx:338
+#: src/components/bottomsheets/DMBottomSheet.tsx:340
#: src/hooks/useLeaveGroup.tsx:43
msgid "Are you sure you want to leave this group? You will no longer be able to see any messages."
msgstr "Ești sigur că vrei să părăsești acest grup? Nu vei mai putea vedea niciun mesaj."
@@ -2515,9 +2516,9 @@ msgid "Are you sure you want to make {0} the group owner? You will lose owner pr
msgstr "Ești sigur că vrei să îl faci pe {0} proprietarul grupului? Îți vei pierde privilegiile de proprietar."
#. placeholder {0}: user.username
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:145
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:147
#: src/components/modals/UserProfileActionsSheet.tsx:116
-#: src/components/modals/UserProfileMobileSheet.tsx:303
+#: src/components/modals/UserProfileMobileSheet.tsx:304
#: src/utils/RelationshipActionUtils.tsx:114
msgid "Are you sure you want to remove {0} as a friend?"
msgstr "Ești sigur că vrei să îl elimini pe {0} din prieteni?"
@@ -2557,10 +2558,10 @@ msgid "Are you sure you want to transfer ownership of the group to {0}?"
msgstr "Ești sigur că vrei să transferi proprietatea grupului către {0}?"
#. placeholder {0}: user.username
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:179
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:181
#: src/components/modals/tabs/BlockedUsersTab.tsx:57
#: src/components/modals/UserProfileActionsSheet.tsx:150
-#: src/components/modals/UserProfileMobileSheet.tsx:319
+#: src/components/modals/UserProfileMobileSheet.tsx:320
#: src/utils/RelationshipActionUtils.tsx:168
msgid "Are you sure you want to unblock {0}?"
msgstr "Ești sigur că vrei să deblochezi pe {0}?"
@@ -2573,7 +2574,7 @@ msgstr "Clubul de artă"
msgid "Artists' Corner"
msgstr "Colțul artiștilor"
-#: src/components/modals/components/plutonium/PricingSection.tsx:63
+#: src/components/modals/components/plutonium/PricingSection.tsx:69
msgid "As a Gift"
msgstr "Ca un cadou"
@@ -2689,7 +2690,7 @@ msgstr "Setări audio"
msgid "Audio will be included with this screen share."
msgstr "Audio va fi inclus în această partajare a ecranului."
-#: src/components/pages/ReportPage.tsx:311
+#: src/components/pages/report/optionDescriptors.ts:83
msgid "Austria"
msgstr "Austria"
@@ -2844,6 +2845,7 @@ msgstr "Ping mediu:"
#: src/components/modals/PhoneAddModal.tsx:235
#: src/components/modals/RequiredActionModal.tsx:463
#: src/components/pages/OAuthAuthorizePage.tsx:694
+#: src/components/pages/report/ReportStepDetails.tsx:243
msgid "Back"
msgstr "Înapoi"
@@ -2933,7 +2935,7 @@ msgid "Balanced quality and bandwidth"
msgstr "Calitate și lățime de bandă echilibrate"
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:353
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:320
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:323
#: src/components/modals/UserProfileActionsSheet.tsx:262
msgid "Ban"
msgstr "Interzice"
@@ -3035,7 +3037,7 @@ msgstr "înainte:"
msgid "Begin a call in the current private conversation"
msgstr "Pornește un apel în conversația privată curentă"
-#: src/components/pages/ReportPage.tsx:312
+#: src/components/pages/report/optionDescriptors.ts:84
msgid "Belgium"
msgstr "Belgia"
@@ -3066,7 +3068,7 @@ msgstr "Cod beta (opțional)"
msgid "Beta Code Redeemed!"
msgstr "Cod beta răscumpărat!"
-#: src/components/modals/tabs/BetaCodesTab.tsx:313
+#: src/components/modals/tabs/BetaCodesTab.tsx:338
#: src/components/modals/utils/settingsSearchIndex.ts:741
msgid "Beta Codes"
msgstr "Coduri beta"
@@ -3083,13 +3085,13 @@ msgstr "Biografie"
msgid "Bio character limit"
msgstr "Limită caractere pentru biografie"
-#: src/components/bottomsheets/DMBottomSheet.tsx:538
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:163
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:345
+#: src/components/bottomsheets/DMBottomSheet.tsx:541
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:165
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:348
#: src/components/modals/UserProfileActionsSheet.tsx:134
#: src/components/modals/UserProfileActionsSheet.tsx:298
#: src/components/modals/UserProfileModal.tsx:1062
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:190
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:211
#: src/utils/RelationshipActionUtils.tsx:143
msgid "Block"
msgstr "Blochează"
@@ -3106,7 +3108,7 @@ msgstr "Blochezi mesajele directe de la membrii comunității?"
msgid "Block for all communities"
msgstr "Blochează pentru toate comunitățile"
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:161
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:163
#: src/components/modals/UserProfileActionsSheet.tsx:132
#: src/utils/RelationshipActionUtils.tsx:139
msgid "Block User"
@@ -3270,7 +3272,7 @@ msgstr "Necesită audio din browser"
msgid "Browser locale ({browserLocale}): {format}"
msgstr "Setarea regională a browserului ({browserLocale}): {format}"
-#: src/components/pages/ReportPage.tsx:313
+#: src/components/pages/report/optionDescriptors.ts:85
msgid "Bulgaria"
msgstr "Bulgaria"
@@ -3313,16 +3315,16 @@ msgstr "Butoanele afișează un indicator de încărcare când submitting este a
msgid "Buttons with Icons"
msgstr "Butoane cu pictograme"
-#: src/components/modals/components/plutonium/GiftSection.tsx:74
-#: src/components/modals/components/plutonium/GiftSection.tsx:83
-#: src/components/modals/components/plutonium/GiftSection.tsx:92
-#: src/components/modals/components/plutonium/PricingSection.tsx:106
-#: src/components/modals/components/plutonium/PricingSection.tsx:115
-#: src/components/modals/components/plutonium/PricingSection.tsx:124
+#: src/components/modals/components/plutonium/GiftSection.tsx:81
+#: src/components/modals/components/plutonium/GiftSection.tsx:93
+#: src/components/modals/components/plutonium/GiftSection.tsx:105
+#: src/components/modals/components/plutonium/PricingSection.tsx:121
+#: src/components/modals/components/plutonium/PricingSection.tsx:133
+#: src/components/modals/components/plutonium/PricingSection.tsx:145
msgid "Buy Gift"
msgstr "Cumpără cadou"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:114
+#: src/components/modals/components/plutonium/VisionarySection.tsx:140
msgid "Buying Visionary will cancel your current {currentAccessLabel} immediately. It is a one-time purchase with lifetime access."
msgstr "Cumpărarea Visionary va anula imediat accesul tău actual {currentAccessLabel}. Este o achiziție unică cu acces pe viață."
@@ -3347,7 +3349,7 @@ msgstr "Ocolire mod lent"
msgid "Bypass Splash Screen"
msgstr "Ocolește Ecranul de Încărcare"
-#: src/components/channel/channel-view/DMChannelView.tsx:271
+#: src/components/channel/channel-view/DMChannelView.tsx:272
msgid "Call available"
msgstr "Apel disponibil"
@@ -3446,11 +3448,11 @@ msgstr "Setări cameră"
#: src/components/modals/CategoryCreateModal.tsx:79
#: src/components/modals/ChannelCreateModal.tsx:100
#: src/components/modals/ChannelDeleteModal.tsx:72
-#: src/components/modals/ClaimAccountModal.tsx:179
-#: src/components/modals/ClaimAccountModal.tsx:219
-#: src/components/modals/components/MobileSettingsView.tsx:302
+#: src/components/modals/ClaimAccountModal.tsx:181
+#: src/components/modals/ClaimAccountModal.tsx:221
+#: src/components/modals/components/MobileSettingsView.tsx:297
#: src/components/modals/components/plutonium/hooks/useCheckoutActions.tsx:110
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:328
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:371
#: src/components/modals/ConfirmModal.tsx:146
#: src/components/modals/CreateDMModal.tsx:88
#: src/components/modals/CreateFavoriteCategoryModal.tsx:74
@@ -3473,7 +3475,7 @@ msgstr "Setări cameră"
#: src/components/modals/HideOwnCameraConfirmModal.tsx:65
#: src/components/modals/IARModal.tsx:218
#: src/components/modals/ImageCropModal.tsx:981
-#: src/components/modals/InviteModal.tsx:336
+#: src/components/modals/InviteModal.tsx:333
#: src/components/modals/KickMemberModal.tsx:60
#: src/components/modals/MfaTotpDisableModal.tsx:75
#: src/components/modals/MfaTotpEnableModal.tsx:102
@@ -3498,11 +3500,11 @@ msgstr "Setări cameră"
msgid "Cancel"
msgstr "Anulează"
-#: src/components/channel/dm/DMWelcomeSection.tsx:126
+#: src/components/channel/dm/DMWelcomeSection.tsx:138
#: src/components/channel/friends/FriendListItem.tsx:164
#: src/components/channel/friends/FriendListItem.tsx:166
-#: src/components/modals/UserProfileModal.tsx:1273
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:171
+#: src/components/modals/UserProfileModal.tsx:1274
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:192
msgid "Cancel Friend Request"
msgstr "Anulează cererea de prietenie"
@@ -3522,7 +3524,7 @@ msgstr "Anulează cererea"
msgid "Cancel upload"
msgstr "Anulează încărcarea"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:118
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:137
msgid "Canceling"
msgstr "Se anulează"
@@ -3566,7 +3568,7 @@ msgstr "Aliniere card"
msgid "Card alignment controls"
msgstr "Control al alinierii cardului"
-#: src/components/modals/components/MobileSettingsView.tsx:123
+#: src/components/modals/components/MobileSettingsView.tsx:118
#: src/components/modals/components/SettingsModalHeader.tsx:76
msgid "Careful! You have unsaved changes."
msgstr "Ai grijă! Ai modificări nesalvate."
@@ -3576,7 +3578,7 @@ msgstr "Ai grijă! Ai modificări nesalvate."
msgid "Category"
msgstr "Categorie"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1371
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1395
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:239
msgid "Category Default"
msgstr "Categorie implicită"
@@ -3594,7 +3596,7 @@ msgstr "Categorie completă"
msgid "Category Name"
msgstr "Nume categorie"
-#: src/components/modals/ChannelSettingsModal.tsx:105
+#: src/components/modals/ChannelSettingsModal.tsx:113
#: src/components/modals/components/DesktopChannelSettingsView.tsx:188
msgid "Category Settings"
msgstr "Setări categorie"
@@ -3625,7 +3627,7 @@ msgstr "Schimbă fundalul"
msgid "Change Banner"
msgstr "Schimbă bannerul"
-#: src/components/pages/ReportPage.tsx:752
+#: src/components/pages/report/ReportStepVerification.tsx:126
msgid "Change email"
msgstr "Schimbă emailul"
@@ -3647,8 +3649,8 @@ msgstr "Schimbă FluxerTag"
msgid "Change FluxerTag form"
msgstr "Formular schimbare FluxerTag"
-#: src/components/bottomsheets/DMBottomSheet.tsx:433
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:133
+#: src/components/bottomsheets/DMBottomSheet.tsx:435
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:154
msgid "Change Friend Nickname"
msgstr "Schimbă porecla prietenului"
@@ -3673,7 +3675,7 @@ msgid "Change My Group Nickname"
msgstr "Schimbă-mi porecla din grup"
#: src/components/modals/BaseChangeNicknameModal.tsx:82
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:238
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:240
#: src/components/modals/RenameChannelModal.tsx:58
#: src/components/modals/UserProfileActionsSheet.tsx:225
#: src/components/modals/UserProfileActionsSheet.tsx:225
@@ -3760,8 +3762,8 @@ msgstr "Regiunea vocală a fost schimbată în {0}."
msgid "channel"
msgstr "canal"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:483
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:549
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:497
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:563
#: src/components/invites/InviteListItem.tsx:50
#: src/components/webhooks/WebhookListItem.tsx:240
#: src/constants/AuditLogConstants.tsx:236
@@ -3796,7 +3798,7 @@ msgid "Channel Debug"
msgstr "Depanare canal"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:188
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:675
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:689
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:329
msgid "Channel deleted"
msgstr "Canal șters"
@@ -3806,11 +3808,11 @@ msgid "Channel Deleted"
msgstr "Canal șters"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:273
-#: src/components/bottomsheets/DMBottomSheet.tsx:366
+#: src/components/bottomsheets/DMBottomSheet.tsx:368
msgid "Channel ID copied"
msgstr "ID-ul canalului copiat"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:535
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:549
msgid "Channel ID copied to clipboard"
msgstr "ID-ul canalului copiat în clipboard"
@@ -3878,9 +3880,9 @@ msgstr "Înregistrare canal"
msgid "Channel removed from favorites"
msgstr "Canal eliminat din favorite"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1092
-#: src/components/layout/ChannelItem.tsx:630
-#: src/components/modals/ChannelSettingsModal.tsx:105
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1116
+#: src/components/layout/ChannelItem.tsx:647
+#: src/components/modals/ChannelSettingsModal.tsx:113
#: src/components/modals/components/DesktopChannelSettingsView.tsx:188
msgid "Channel Settings"
msgstr "Setări canal"
@@ -3947,7 +3949,7 @@ msgstr "Verifică <0>Bluesky (@fluxer.app)0> pentru actualizări de stare."
msgid "Check out my custom theme!"
msgstr "Vezi tema mea personalizată!"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:105
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:109
msgid "Check your connection and try again."
msgstr "Verifică conexiunea și încearcă din nou."
@@ -3969,8 +3971,8 @@ msgstr "Casete de selectare"
msgid "Checking..."
msgstr "Verific..."
-#: src/components/pages/ReportPage.tsx:270
-#: src/components/pages/ReportPage.tsx:299
+#: src/components/pages/report/optionDescriptors.ts:51
+#: src/components/pages/report/optionDescriptors.ts:74
#: src/constants/IARConstants.tsx:72
#: src/constants/IARConstants.tsx:175
msgid "Child Safety Concerns"
@@ -3984,6 +3986,10 @@ msgstr "Chineză (Simplificată)"
msgid "Chinese (Traditional)"
msgstr "Chineză (Tradițională)"
+#: src/components/pages/report/ReportBreadcrumbs.tsx:46
+msgid "Choose"
+msgstr "Alege"
+
#: src/components/pages/OAuthAuthorizePage.tsx:898
msgid "Choose a community"
msgstr "Alege o comunitate"
@@ -4080,25 +4086,36 @@ msgstr "Alege culoarea de accent a profilului tău"
#: src/components/channel/barriers/BarrierComponents.tsx:109
#: src/components/channel/barriers/BarrierComponents.tsx:240
-#: src/components/layout/app-layout/nagbars/UnclaimedAccountNagbar.tsx:47
-#: src/components/modals/ClaimAccountModal.tsx:225
-#: src/components/modals/components/UnclaimedAccountAlert.tsx:34
+#: src/components/channel/dm/AddFriendForm.tsx:57
+#: src/components/layout/app-layout/nagbars/UnclaimedAccountNagbar.tsx:45
+#: src/components/modals/ClaimAccountModal.tsx:227
+#: src/components/modals/components/UnclaimedAccountAlert.tsx:32
+#: src/components/modals/GiftAcceptModal.tsx:170
#: src/components/modals/tabs/AccountSecurityTab/SecurityTab.tsx:206
+#: src/components/modals/tabs/BetaCodesTab.tsx:297
+#: src/components/modals/tabs/GiftInventoryTab.tsx:242
msgid "Claim Account"
msgstr "Revendică contul"
-#: src/components/channel/GiftEmbed.tsx:98
-#: src/components/modals/GiftAcceptModal.tsx:154
+#: src/components/channel/GiftEmbed.tsx:109
+msgid "Claim Account to Redeem"
+msgstr "Revendică contul pentru a răscumpăra"
+
+#: src/components/channel/GiftEmbed.tsx:109
+#: src/components/modals/GiftAcceptModal.tsx:197
#: src/components/pages/GiftLoginPage.tsx:155
#: src/components/pages/GiftRegisterPage.tsx:42
msgid "Claim Gift"
msgstr "Revendică darul"
-#: src/components/modals/ClaimAccountModal.tsx:141
+#: src/components/channel/dm/AddFriendForm.tsx:53
+#: src/components/modals/ClaimAccountModal.tsx:143
+#: src/components/modals/tabs/BetaCodesTab.tsx:293
+#: src/components/modals/tabs/GiftInventoryTab.tsx:238
msgid "Claim your account"
msgstr "Revendică-ți contul"
-#: src/components/modals/ClaimAccountModal.tsx:146
+#: src/components/modals/ClaimAccountModal.tsx:148
msgid "Claim your account by adding an email and password. We will send a verification code to confirm your email before finishing."
msgstr "Revendică-ți contul adăugând un email și o parolă. Vom trimite un cod de verificare pentru a confirma emailul înainte de finalizare."
@@ -4106,11 +4123,68 @@ msgstr "Revendică-ți contul adăugând un email și o parolă. Vom trimite un
msgid "Claim your account to access security features like two-factor authentication and passkeys."
msgstr "Revendică-ți contul pentru a accesa funcții de securitate precum autentificarea în doi pași și cheile de acces."
+#: src/components/channel/ChannelHeader/CallButtons.tsx:85
+#: src/components/channel/ChannelHeader/CallButtons.tsx:155
+msgid "Claim your account to call"
+msgstr "Revendică-ți contul pentru a apela"
+
#: src/components/modals/tabs/MyProfileTab/UsernameSection.tsx:49
msgid "Claim your account to change your FluxerTag"
msgstr "Revendică-ți contul pentru a-ți schimba FluxerTag-ul"
-#: src/components/modals/GiftAcceptModal.tsx:145
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:146
+msgid "Claim your account to create applications."
+msgstr "Revendică-ți contul pentru a crea aplicații."
+
+#: src/components/modals/tabs/BetaCodesTab.tsx:294
+msgid "Claim your account to generate beta codes."
+msgstr "Revendică-ți contul pentru a genera coduri beta."
+
+#: src/components/layout/ChannelItem.tsx:208
+#: src/components/layout/ChannelItem.tsx:382
+#: src/stores/voice/MediaEngineFacade.ts:537
+msgid "Claim your account to join this voice channel."
+msgstr "Revendică-ți contul pentru a te alătura acestui canal vocal."
+
+#: src/stores/voice/MediaEngineFacade.ts:170
+msgid "Claim your account to join voice channels you don't own."
+msgstr "Revendică-ți contul pentru a te alătura canalelor vocale pe care nu le deții."
+
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:55
+#: src/components/modals/components/plutonium/GiftSection.tsx:61
+#: src/components/modals/components/plutonium/PricingSection.tsx:63
+#: src/components/modals/components/plutonium/VisionarySection.tsx:62
+#: src/components/modals/components/PlutoniumContent.tsx:99
+msgid "Claim your account to purchase Fluxer Plutonium."
+msgstr "Revendică-ți contul pentru a cumpăra Fluxer Plutonium."
+
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:112
+msgid "Claim your account to purchase or redeem Fluxer Plutonium."
+msgstr "Revendică-ți contul pentru a cumpăra sau a răscumpăra Fluxer Plutonium."
+
+#: src/components/modals/tabs/GiftInventoryTab.tsx:239
+msgid "Claim your account to redeem or manage Plutonium gift codes."
+msgstr "Revendică-ți contul pentru a răscumpăra sau a gestiona codurile de cadou Plutonium."
+
+#: src/components/channel/GiftEmbed.tsx:99
+#: src/components/modals/GiftAcceptModal.tsx:154
+msgid "Claim your account to redeem this gift."
+msgstr "Revendică-ți contul pentru a răscumpăra acest cadou."
+
+#: src/components/channel/dm/AddFriendForm.tsx:54
+#: src/components/channel/dm/DMWelcomeSection.tsx:109
+#: src/components/modals/UserProfileModal.tsx:1289
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:65
+msgid "Claim your account to send friend requests."
+msgstr "Revendică-ți contul pentru a trimite cereri de prietenie."
+
+#: src/components/channel/ChannelHeader/CallButtons.tsx:54
+#: src/components/channel/ChannelHeader/CallButtons.tsx:124
+#: src/stores/voice/MediaEngineFacade.ts:179
+msgid "Claim your account to start or join 1:1 calls."
+msgstr "Revendică-ți contul pentru a începe sau a te alătura apelurilor 1:1."
+
+#: src/components/modals/GiftAcceptModal.tsx:188
msgid "Claim your gift to activate your premium subscription!"
msgstr "Revendică cadoul pentru a activa abonamentul premium!"
@@ -4164,8 +4238,8 @@ msgstr "Șterge permisiunile"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:420
#: src/components/channel/MessageSearchBar/MessageSearchBar.tsx:1424
-#: src/components/channel/shared/PickerSearchInput.tsx:195
-#: src/components/channel/shared/PickerSearchInput.tsx:212
+#: src/components/channel/shared/PickerSearchInput.tsx:194
+#: src/components/channel/shared/PickerSearchInput.tsx:211
#: src/components/modals/components/SettingsSearch.tsx:108
msgid "Clear search"
msgstr "Șterge căutarea"
@@ -4200,11 +4274,11 @@ msgstr "Descrierea stickerului a fost ștearsă."
msgid "Cleared the topic."
msgstr "Subiectul a fost șters."
-#: src/components/modals/components/MobileSettingsView.tsx:297
+#: src/components/modals/components/MobileSettingsView.tsx:292
msgid "Clearing subscriptions ensures the gateway stops sending messages to this installation."
msgstr "Ștergerea abonărilor asigură că gateway-ul încetează să trimită mesaje către această instalare."
-#: src/components/modals/tabs/BetaCodesTab.tsx:366
+#: src/components/modals/tabs/BetaCodesTab.tsx:391
msgid "Click \"Create Code\" to generate your first code."
msgstr "Apasă „Creează cod” pentru a genera primul tău cod."
@@ -4240,13 +4314,13 @@ msgstr "Apasă pentru a adăuga o notă"
msgid "Click to check and uncheck. Available in square and round styles."
msgstr "Apasă pentru a bifa sau debifa. Disponibil în stil pătrat și rotund."
-#: src/components/channel/GiftEmbed.tsx:90
+#: src/components/channel/GiftEmbed.tsx:100
msgid "Click to claim your gift!"
msgstr "Apasă pentru a-ți revendica darul!"
#: src/components/invites/InviteListItem.tsx:184
#: src/components/modals/components/ClientInfo.tsx:76
-#: src/components/modals/tabs/BetaCodesTab.tsx:172
+#: src/components/modals/tabs/BetaCodesTab.tsx:174
msgid "Click to copy"
msgstr "Apasă pentru a copia"
@@ -4328,12 +4402,12 @@ msgid "Close"
msgstr "Închide"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:341
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:600
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:602
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1239
-#: src/components/bottomsheets/DMBottomSheet.tsx:302
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:614
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:616
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1263
#: src/components/bottomsheets/DMBottomSheet.tsx:304
-#: src/components/bottomsheets/DMBottomSheet.tsx:557
+#: src/components/bottomsheets/DMBottomSheet.tsx:306
+#: src/components/bottomsheets/DMBottomSheet.tsx:560
#: src/components/channel/dm/DMList.tsx:292
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:82
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:84
@@ -4358,7 +4432,8 @@ msgstr "Temă Cărbune"
#: src/components/invites/InviteListItem.tsx:54
#: src/components/modals/MfaTotpDisableModal.tsx:64
#: src/components/modals/MfaTotpEnableModal.tsx:91
-#: src/components/modals/tabs/BetaCodesTab.tsx:51
+#: src/components/modals/tabs/BetaCodesTab.tsx:53
+#: src/components/pages/report/ReportBreadcrumbs.tsx:48
msgid "Code"
msgstr "Cod"
@@ -4370,7 +4445,8 @@ msgstr "Cod și monospace"
msgid "Code Blocks"
msgstr "Blocuri de cod"
-#: src/components/modals/ClaimAccountModal.tsx:123
+#: src/components/modals/ClaimAccountModal.tsx:125
+#: src/components/pages/ReportPage.tsx:231
msgid "Code resent"
msgstr "Cod trimis din nou"
@@ -4379,8 +4455,8 @@ msgid "Code sent"
msgstr "Cod trimis"
#: src/components/invites/InviteListItem.tsx:180
-#: src/components/modals/tabs/BetaCodesTab.tsx:104
-#: src/components/modals/tabs/BetaCodesTab.tsx:168
+#: src/components/modals/tabs/BetaCodesTab.tsx:106
+#: src/components/modals/tabs/BetaCodesTab.tsx:170
msgid "Code:"
msgstr "Cod:"
@@ -4472,7 +4548,7 @@ msgstr "Sunetul comunității este dezactivat"
msgid "Community Debug"
msgstr "Depanare comunitate"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1371
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1395
#: src/components/uikit/ContextMenu/items/CategoryMenuItems.tsx:221
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:239
msgid "Community Default"
@@ -4542,8 +4618,8 @@ msgstr "Setări de notificări ale comunității"
msgid "Community organizes raids or harassment campaigns"
msgstr "Comunitatea organizează raiduri sau campanii de hărțuire"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:237
-#: src/components/channel/MemberListItem.tsx:102
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:238
+#: src/components/channel/MemberListItem.tsx:109
#: src/components/modals/guildTabs/GuildMembersTab.tsx:145
#: src/components/modals/guildTabs/GuildMembersTab.tsx:197
msgid "Community Owner"
@@ -4567,14 +4643,14 @@ msgstr "Comunitatea promovează sau facilitează activități ilegale"
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:172
#: src/components/modals/components/DesktopGuildSettingsView.tsx:204
-#: src/components/modals/GuildSettingsModal.tsx:168
+#: src/components/modals/GuildSettingsModal.tsx:173
#: src/components/popouts/GuildHeaderPopout.tsx:187
#: src/components/uikit/ContextMenu/items/GuildMenuItems.tsx:360
msgid "Community Settings"
msgstr "Setări comunitate"
-#: src/components/layout/GuildLayout.tsx:301
-#: src/components/layout/GuildLayout.tsx:348
+#: src/components/layout/GuildLayout.tsx:306
+#: src/components/layout/GuildLayout.tsx:353
msgid "Community temporarily unavailable"
msgstr "Comunitatea este temporar indisponibilă"
@@ -4782,8 +4858,8 @@ msgstr "Conectat la voce"
msgid "Connecting..."
msgstr "Se conectează..."
-#: src/components/channel/channel-view/DMChannelView.tsx:273
-#: src/components/channel/channel-view/DMChannelView.tsx:323
+#: src/components/channel/channel-view/DMChannelView.tsx:274
+#: src/components/channel/channel-view/DMChannelView.tsx:324
#: src/components/voice/CompactVoiceCallView.tsx:55
msgid "Connecting…"
msgstr "Se conectează…"
@@ -4979,7 +5055,7 @@ msgstr "Controlează-ți statusul de activitate"
#: src/components/modals/shared/CopyLinkSection.tsx:61
#: src/components/modals/tabs/ApplicationsTab/application-detail/ApplicationHeader.tsx:68
-#: src/components/modals/tabs/GiftInventoryTab.tsx:143
+#: src/components/modals/tabs/GiftInventoryTab.tsx:144
msgid "Copied"
msgstr "Copiat"
@@ -5001,7 +5077,7 @@ msgstr "Copiat!"
#: src/components/modals/BackupCodesModal.tsx:82
#: src/components/modals/shared/CopyLinkSection.tsx:61
#: src/components/modals/tabs/ApplicationsTab/application-detail/OAuthBuilderSection.tsx:142
-#: src/components/modals/tabs/GiftInventoryTab.tsx:143
+#: src/components/modals/tabs/GiftInventoryTab.tsx:144
msgid "Copy"
msgstr "Copiază"
@@ -5017,7 +5093,7 @@ msgstr "Copiază audio"
msgid "Copy authorize URL"
msgstr "Copiază URL-ul de autorizare"
-#: src/components/modals/tabs/BetaCodesTab.tsx:178
+#: src/components/modals/tabs/BetaCodesTab.tsx:180
msgid "Copy beta code"
msgstr "Copiază codul beta"
@@ -5028,8 +5104,8 @@ msgstr "Copiază ID-ul categoriei"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:320
#: src/components/bottomsheets/ChannelBottomSheet.tsx:347
#: src/components/bottomsheets/ChannelBottomSheet.tsx:433
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1293
-#: src/components/bottomsheets/DMBottomSheet.tsx:577
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1317
+#: src/components/bottomsheets/DMBottomSheet.tsx:580
#: src/components/channel/dm/DMList.tsx:271
#: src/components/channel/dm/DMList.tsx:298
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:362
@@ -5090,7 +5166,7 @@ msgstr "Copiază imaginea"
msgid "Copy invite link"
msgstr "Copiază linkul de invitație"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1154
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1178
#: src/components/modals/tabs/ComponentGalleryTab/ButtonsTab.tsx:182
#: src/components/modals/tabs/ComponentGalleryTab/index.tsx:100
#: src/components/modals/tabs/ComponentGalleryTab/Inline.tsx:95
@@ -5131,15 +5207,15 @@ msgstr "Copiază ID-ul stickerului"
msgid "Copy Text"
msgstr "Copiază textul"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1285
-#: src/components/bottomsheets/DMBottomSheet.tsx:570
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1309
+#: src/components/bottomsheets/DMBottomSheet.tsx:573
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:370
#: src/components/modals/guildTabs/BannedUserActionsSheet.tsx:74
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:358
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:361
#: src/components/modals/tabs/BlockedUsersTab.tsx:107
#: src/components/modals/UserProfileActionsSheet.tsx:213
#: src/components/modals/UserProfileModal.tsx:1130
-#: src/components/popouts/UserAreaPopout.tsx:507
+#: src/components/popouts/UserAreaPopout.tsx:509
#: src/components/profile/ProfileCard/ProfileCardActions.tsx:60
#: src/components/uikit/ContextMenu/items/CopyMenuItems.tsx:42
msgid "Copy User ID"
@@ -5175,7 +5251,7 @@ msgstr "Cronometru invers"
msgid "Country"
msgstr "Țară"
-#: src/components/pages/ReportPage.tsx:928
+#: src/components/pages/report/ReportStepDetails.tsx:205
msgid "Country of Residence"
msgstr "Țara de reședință"
@@ -5207,7 +5283,7 @@ msgid "Create a new community or join an existing one."
msgstr "Creează o comunitate nouă sau alătură-te uneia existente."
#. placeholder {0}: recipient.username
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:905
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:937
msgid "Create a new group with {0}"
msgstr "Creează un grup nou cu {0}"
@@ -5239,7 +5315,7 @@ msgstr "Creează un cont"
msgid "Create an account to claim your gift"
msgstr "Creează un cont pentru a revendica cadoul"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:138
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:142
msgid "Create and manage applications and bots for your account."
msgstr "Creează și administrează aplicații și boți pentru contul tău."
@@ -5248,7 +5324,8 @@ msgid "Create and share custom emoji and sticker packs with Fluxer Plutonium."
msgstr "Creează și distribuie pachete personalizate de emoji și stickere cu Fluxer Plutonium."
#: src/components/modals/tabs/ApplicationsTab/ApplicationCreateModal.tsx:87
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:142
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:149
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:155
msgid "Create Application"
msgstr "Creează aplicație"
@@ -5267,7 +5344,7 @@ msgid "Create Category"
msgstr "Creează categorie"
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:180
-#: src/components/layout/ChannelItem.tsx:607
+#: src/components/layout/ChannelItem.tsx:624
#: src/components/modals/ChannelCreateModal.tsx:58
#: src/components/modals/ChannelCreateModal.tsx:103
#: src/components/popouts/GuildHeaderPopout.tsx:194
@@ -5276,8 +5353,8 @@ msgstr "Creează categorie"
msgid "Create Channel"
msgstr "Creează canal"
-#: src/components/modals/tabs/BetaCodesTab.tsx:326
-#: src/components/modals/tabs/BetaCodesTab.tsx:369
+#: src/components/modals/tabs/BetaCodesTab.tsx:351
+#: src/components/modals/tabs/BetaCodesTab.tsx:394
msgid "Create Code"
msgstr "Creează cod"
@@ -5329,7 +5406,7 @@ msgstr "Creează cont nou"
msgid "Create new group"
msgstr "Creează grup nou"
-#: src/components/modals/InviteModal.tsx:339
+#: src/components/modals/InviteModal.tsx:336
msgid "Create New Link"
msgstr "Creează link nou"
@@ -5373,7 +5450,7 @@ msgid "Create, edit, or delete webhooks."
msgstr "Creează, editează sau șterge webhookuri."
#: src/components/invites/InviteListItem.tsx:59
-#: src/components/modals/tabs/BetaCodesTab.tsx:57
+#: src/components/modals/tabs/BetaCodesTab.tsx:59
msgid "Created"
msgstr "Creat"
@@ -5390,7 +5467,7 @@ msgstr "Creat pe {createdAt}"
#. placeholder {0}: invite.pack.creator.username
#. placeholder {0}: pack.creator.username
#: src/components/auth/InviteHeader.tsx:158
-#: src/components/channel/InviteEmbed.tsx:218
+#: src/components/channel/InviteEmbed.tsx:220
#: src/components/modals/InviteAcceptModal.tsx:152
msgid "Created by {0}"
msgstr "Creat de {0}"
@@ -5427,8 +5504,8 @@ msgid "Created with name {newLabel}."
msgstr "Creat cu numele {newLabel}."
#: src/components/invites/InviteListItem.tsx:207
-#: src/components/modals/tabs/BetaCodesTab.tsx:135
-#: src/components/modals/tabs/BetaCodesTab.tsx:212
+#: src/components/modals/tabs/BetaCodesTab.tsx:137
+#: src/components/modals/tabs/BetaCodesTab.tsx:214
msgid "Created:"
msgstr "Creat:"
@@ -5440,7 +5517,7 @@ msgstr "Colectivul Minți Creative"
msgid "Creative Writing Club"
msgstr "Clubul de Scriere Creativă"
-#: src/components/pages/ReportPage.tsx:314
+#: src/components/pages/report/optionDescriptors.ts:86
msgid "Croatia"
msgstr "Croația"
@@ -5519,8 +5596,8 @@ msgid "Currently stuck in 1885, appearing offline"
msgstr "Blocat în 1885, apare ca offline"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:461
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1023
-#: src/components/bottomsheets/DMBottomSheet.tsx:605
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1047
+#: src/components/bottomsheets/DMBottomSheet.tsx:608
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:305
msgid "Currently: {mutedText}"
msgstr "În prezent: {mutedText}"
@@ -5665,7 +5742,7 @@ msgstr "Personalizarea avatarului, bannerului, culorii accent și bio pentru com
msgid "Cut"
msgstr "Taie"
-#: src/components/pages/ReportPage.tsx:315
+#: src/components/pages/report/optionDescriptors.ts:87
msgid "Cyprus"
msgstr "Cipru"
@@ -5673,7 +5750,7 @@ msgstr "Cipru"
msgid "Czech"
msgstr "Ceha"
-#: src/components/pages/ReportPage.tsx:316
+#: src/components/pages/report/optionDescriptors.ts:88
msgid "Czech Republic"
msgstr "Republica Cehă"
@@ -5746,9 +5823,9 @@ msgstr "Format dată"
#: src/components/auth/AuthMinimalRegisterFormCore.tsx:93
#: src/components/auth/AuthRegisterFormCore.tsx:139
-#: src/components/auth/DateOfBirthField.tsx:90
-#: src/components/auth/DateOfBirthField.tsx:124
-#: src/components/auth/DateOfBirthField.tsx:292
+#: src/components/auth/DateOfBirthField.tsx:87
+#: src/components/auth/DateOfBirthField.tsx:121
+#: src/components/auth/DateOfBirthField.tsx:289
#: src/components/auth/MockMinimalRegisterForm.tsx:107
msgid "Date of birth"
msgstr "Data nașterii"
@@ -5757,8 +5834,7 @@ msgstr "Data nașterii"
msgid "Date Options"
msgstr "Opțiuni pentru dată"
-#: src/components/auth/DateOfBirthField.tsx:88
-#: src/components/auth/DateOfBirthField.tsx:155
+#: src/components/auth/DateOfBirthField.tsx:152
#: src/components/auth/MockMinimalRegisterForm.tsx:73
msgid "Day"
msgstr "Zi"
@@ -5817,11 +5893,11 @@ msgstr "Revocă autorizarea"
msgid "Deauthorize Application"
msgstr "Revocă autorizarea aplicației"
-#: src/components/modals/components/MobileSettingsView.tsx:369
+#: src/components/modals/components/MobileSettingsView.tsx:364
msgid "Debug"
msgstr "Depanare"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1267
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1291
#: src/components/uikit/ContextMenu/items/DebugMenuItems.tsx:71
msgid "Debug Channel"
msgstr "Canal de depanare"
@@ -5844,7 +5920,7 @@ msgstr "Membru de depanare"
msgid "Debug Message"
msgstr "Mesaj de depanare"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1275
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1299
#: src/components/uikit/ContextMenu/items/DebugMenuItems.tsx:53
msgid "Debug User"
msgstr "Utilizator de depanare"
@@ -5905,8 +5981,8 @@ msgstr "Implicit este dezactivat pe mobil pentru a conserva bateria și datele."
#: src/actions/MessageActionCreators.tsx:394
#: src/components/channel/embeds/media/EmbedAudio.tsx:227
#: src/components/channel/embeds/media/MediaContainer.tsx:115
-#: src/components/channel/Messages.tsx:444
-#: src/components/channel/Messages.tsx:524
+#: src/components/channel/Messages.tsx:442
+#: src/components/channel/Messages.tsx:522
#: src/components/channel/MobileMemesPicker.tsx:546
#: src/components/channel/pickers/memes/MemeGridItem.tsx:120
#: src/components/emojis/EmojiListItem.tsx:189
@@ -5923,7 +5999,7 @@ msgstr "Implicit este dezactivat pe mobil pentru a conserva bateria și datele."
msgid "Delete"
msgstr "Șterge"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:666
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:680
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:320
msgid "Delete {channelType}"
msgstr "Șterge {channelType}"
@@ -5987,8 +6063,8 @@ msgstr "Șterge categoria"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:179
#: src/components/bottomsheets/ChannelBottomSheet.tsx:181
#: src/components/bottomsheets/ChannelBottomSheet.tsx:421
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:668
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1224
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:682
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1248
#: src/components/modals/components/DesktopChannelSettingsView.tsx:176
#: src/components/modals/components/MobileChannelSettingsView.tsx:85
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:322
@@ -6021,8 +6097,8 @@ msgstr "Șterge media"
#: src/components/channel/MessageActionBar.tsx:804
#: src/components/channel/messageActionMenu.tsx:156
#: src/components/channel/messageActionMenu.tsx:193
-#: src/components/channel/Messages.tsx:441
-#: src/components/channel/Messages.tsx:521
+#: src/components/channel/Messages.tsx:439
+#: src/components/channel/Messages.tsx:519
#: src/components/uikit/ContextMenu/items/MessageMenuItems.tsx:273
msgid "Delete Message"
msgstr "Șterge mesajul"
@@ -6114,7 +6190,7 @@ msgstr "Am refuzat {0} și am eliminat refuzul pentru {1}."
msgid "Denied {0}."
msgstr "Am refuzat {0}."
-#: src/components/pages/ReportPage.tsx:317
+#: src/components/pages/report/optionDescriptors.ts:89
msgid "Denmark"
msgstr "Danemarca"
@@ -6143,7 +6219,7 @@ msgstr "Descrie stickerul"
msgid "Describe what expressions are inside this pack."
msgstr "Descrie ce expresii conține acest pachet."
-#: src/components/pages/ReportPage.tsx:946
+#: src/components/pages/report/ReportStepDetails.tsx:225
msgid "Describe what makes the content illegal"
msgstr "Descrie ce face conținutul ilegal"
@@ -6205,6 +6281,10 @@ msgstr "Banner detașat"
msgid "details"
msgstr "detalii"
+#: src/components/pages/report/ReportBreadcrumbs.tsx:49
+msgid "Details"
+msgstr "Detalii"
+
#: src/components/modals/AddGuildModal.tsx:150
msgid "Dev Den"
msgstr "Cuib de dezvoltatori"
@@ -6274,7 +6354,7 @@ msgstr "Dimensiuni și număr de membri diferite"
msgid "Direct message"
msgstr "mesaj direct"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:477
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:491
#: src/components/modals/shared/RecipientList.tsx:200
msgid "Direct Message"
msgstr "Mesaj direct"
@@ -6516,8 +6596,8 @@ msgstr "Discuție sau promovare a activităților ilegale"
#: src/components/layout/app-layout/nagbars/PremiumGracePeriodNagbar.tsx:79
#: src/components/layout/app-layout/nagbars/PremiumOnboardingNagbar.tsx:57
#: src/components/layout/GuildLayout.tsx:106
-#: src/components/modals/GiftAcceptModal.tsx:98
-#: src/components/modals/GiftAcceptModal.tsx:124
+#: src/components/modals/GiftAcceptModal.tsx:105
+#: src/components/modals/GiftAcceptModal.tsx:131
#: src/components/modals/RequiredActionModal.tsx:475
msgid "Dismiss"
msgstr "Respinge"
@@ -6562,8 +6642,8 @@ msgstr "Afișează membrii unui rol separat."
msgid "Display separator lines between different groups of messages for better visual distinction."
msgstr "Afișează linii de separator între grupurile diferite de mesaje pentru o distincție vizuală mai bună."
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:613
-#: src/components/bottomsheets/DMBottomSheet.tsx:315
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:627
+#: src/components/bottomsheets/DMBottomSheet.tsx:317
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:97
#: src/components/uikit/ContextMenu/UserContextMenu.tsx:168
msgid "DM closed"
@@ -6581,7 +6661,7 @@ msgstr "Previzualizări mesaje DM"
msgid "DM Notifications"
msgstr "Notificări pentru mesaje directe"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1092
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1116
msgid "DM Settings"
msgstr "Setări DM"
@@ -6662,6 +6742,7 @@ msgstr "Nu afișa indicatorii de tastare în lista de canale"
#: src/components/keybinds/KeybindRecorder.tsx:220
#: src/components/modals/GuildNotificationSettingsModal.tsx:347
#: src/components/modals/GuildPrivacySettingsModal.tsx:68
+#: src/components/pages/report/ReportBreadcrumbs.tsx:50
#: src/components/search/HasFilterSheet.tsx:124
#: src/components/search/UserFilterSheet.tsx:149
msgid "Done"
@@ -6843,13 +6924,13 @@ msgstr "Editează atașamentul"
msgid "Edit attachment form"
msgstr "Formular editare atașament"
-#: src/components/layout/ChannelItem.tsx:630
+#: src/components/layout/ChannelItem.tsx:647
#: src/components/uikit/ContextMenu/items/CategoryMenuItems.tsx:299
msgid "Edit Category"
msgstr "Editează categoria"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:416
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1218
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1242
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:300
msgid "Edit Channel"
msgstr "Editează canalul"
@@ -6869,8 +6950,8 @@ msgid "Edit global settings like name, description, and icon."
msgstr "Modifică setările globale precum numele, descrierea și iconița."
#: src/components/bottomsheets/ChannelBottomSheet.tsx:284
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1178
-#: src/components/bottomsheets/DMBottomSheet.tsx:461
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1202
+#: src/components/bottomsheets/DMBottomSheet.tsx:463
#: src/components/channel/dm/DMList.tsx:237
#: src/components/channel/dm/GroupDMWelcomeSection.tsx:74
#: src/components/modals/EditGroupBottomSheet.tsx:177
@@ -6883,7 +6964,7 @@ msgstr "Editează grupul"
msgid "Edit group form"
msgstr "Formular editare grup"
-#: src/components/modals/InviteModal.tsx:327
+#: src/components/modals/InviteModal.tsx:324
msgid "Edit invite link"
msgstr "Editează linkul de invitație"
@@ -6910,10 +6991,10 @@ msgstr "Editează nota"
msgid "Edit overwrites for roles and members in this channel."
msgstr "Editează suprascrierile pentru roluri și membri în acest canal."
-#: src/components/modals/UserProfileMobileSheet.tsx:486
-#: src/components/modals/UserProfileModal.tsx:1205
+#: src/components/modals/UserProfileMobileSheet.tsx:490
+#: src/components/modals/UserProfileModal.tsx:1206
#: src/components/pages/YouPage.tsx:123
-#: src/components/popouts/UserAreaPopout.tsx:519
+#: src/components/popouts/UserAreaPopout.tsx:521
#: src/components/popouts/UserProfilePopout.tsx:299
msgid "Edit Profile"
msgstr "Editează profilul"
@@ -6966,19 +7047,20 @@ msgstr "Editare mesaj programat"
#: src/components/auth/AuthLoginCore/AuthLoginEmailPasswordForm.tsx:78
#: src/components/auth/AuthRegisterFormCore.tsx:133
#: src/components/auth/AuthRegisterFormCore.tsx:159
-#: src/components/modals/ClaimAccountModal.tsx:157
+#: src/components/modals/ClaimAccountModal.tsx:159
#: src/components/modals/RequiredActionModal.tsx:185
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:210
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:241
#: src/components/modals/utils/settingsSearchIndex.ts:94
#: src/components/pages/ForgotPasswordPage.tsx:97
+#: src/components/pages/report/ReportBreadcrumbs.tsx:47
msgid "Email"
msgstr "Email"
#: src/components/modals/tabs/AccountSecurityTab/AccountTab.tsx:65
#: src/components/modals/tabs/AccountSecurityTab/AccountTab.tsx:91
#: src/components/modals/tabs/ComponentGalleryTab/InputsTab.tsx:107
-#: src/components/pages/ReportPage.tsx:662
+#: src/components/pages/report/ReportStepEmail.tsx:76
msgid "Email Address"
msgstr "Adresă de email"
@@ -7019,10 +7101,6 @@ msgstr "Este necesară verificarea emailului"
msgid "Email Verification Required"
msgstr "Verificarea emailului este necesară"
-#: src/components/pages/ReportPage.tsx:809
-msgid "Email verified"
-msgstr "Email verificat"
-
#: src/components/modals/tabs/DeveloperOptionsTab/AccountPremiumTab.tsx:56
msgid "Email Verified Override"
msgstr "Suprascriere verificare email"
@@ -7108,7 +7186,7 @@ msgid "Emoji names must be at least 2 characters long and can only contain alpha
msgstr "Numele emoji trebuie să aibă cel puțin 2 caractere și pot conține doar caractere alfanumerice și liniuță jos. Tipuri de fișiere acceptate: JPEG, PNG, WebP, GIF. Comprmim imaginile la 128x128 pixeli. Dimensiunea maximă: {0} KB per emoji."
#: src/components/auth/InviteHeader.tsx:140
-#: src/components/channel/InviteEmbed.tsx:197
+#: src/components/channel/InviteEmbed.tsx:199
#: src/components/modals/InviteAcceptModal.tsx:142
#: src/components/modals/tabs/ExpressionPacksTab.tsx:70
msgid "Emoji pack"
@@ -7140,7 +7218,7 @@ msgstr "Emoji actualizat"
#: src/components/channel/AutocompleteEmoji.tsx:67
#: src/components/channel/textarea/TextareaButtons.tsx:150
-#: src/components/modals/ExpressionPickerSheet.tsx:106
+#: src/components/modals/ExpressionPickerSheet.tsx:93
#: src/components/popouts/ExpressionPickerPopout.tsx:95
msgid "Emojis"
msgstr "Emojis"
@@ -7343,11 +7421,11 @@ msgstr "Engleză"
msgid "English (US)"
msgstr "Engleză (SUA)"
-#: src/components/pages/ReportPage.tsx:429
+#: src/components/pages/ReportPage.tsx:254
msgid "Enter a code in the format ABCD-1234."
msgstr "Introdu un cod în formatul ABCD-1234."
-#: src/components/modals/tabs/GiftInventoryTab.tsx:235
+#: src/components/modals/tabs/GiftInventoryTab.tsx:258
msgid "Enter a gift code to redeem Plutonium for your account."
msgstr "Introdu un cod cadou pentru a obține Plutonium pentru contul tău."
@@ -7371,7 +7449,7 @@ msgstr "Introdu codul"
msgid "Enter fullscreen"
msgstr "Treci în modul ecran complet"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:255
+#: src/components/modals/tabs/GiftInventoryTab.tsx:278
msgid "Enter gift code..."
msgstr "Introdu codul cadou..."
@@ -7414,7 +7492,7 @@ msgstr "Introdu codul de 6 cifre trimis pe telefonul tău."
msgid "Enter the API endpoint of the Fluxer instance you want to connect to."
msgstr "Introdu punctul final API al instanței Fluxer la care vrei să te conectezi."
-#: src/components/pages/ReportPage.tsx:424
+#: src/components/pages/ReportPage.tsx:249
msgid "Enter the code before continuing."
msgstr "Introdu codul înainte de a continua."
@@ -7430,7 +7508,7 @@ msgstr "Introdu codul trimis pe emailul tău curent."
msgid "Enter the code we emailed to your new address."
msgstr "Introdu codul pe care ți l-am trimis pe noua adresă."
-#: src/components/modals/ClaimAccountModal.tsx:190
+#: src/components/modals/ClaimAccountModal.tsx:192
msgid "Enter the code we sent to your email to verify it. Your password will be set once the code is confirmed."
msgstr "Introdu codul pe care ți l-am trimis pe email pentru a-l verifica. Parola ta va fi setată după confirmarea codului."
@@ -7454,14 +7532,10 @@ msgstr "apasă enter pentru a <0><1>salva1>0>"
msgid "Enter username"
msgstr "Introdu numele de utilizator"
-#: src/components/pages/ReportPage.tsx:701
-msgid "Enter Verification Code"
+#: src/components/pages/report/ReportStepVerification.tsx:64
+msgid "Enter verification code"
msgstr "Introdu codul de verificare"
-#: src/components/pages/ReportPage.tsx:638
-msgid "Enter Your Email"
-msgstr "Introdu emailul tău"
-
#: src/components/pages/ForgotPasswordPage.tsx:87
msgid "Enter your email address and we'll send you a link to reset your password."
msgstr "Introdu adresa ta de email și îți vom trimite un link pentru resetarea parolei."
@@ -7500,7 +7574,7 @@ msgid "Entrance sound uploaded successfully"
msgstr "Sunetul de intrare a fost încărcat cu succes"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:297
-#: src/components/channel/ChannelSearchResults.tsx:691
+#: src/components/channel/ChannelSearchResults.tsx:660
#: src/components/modals/tabs/ComponentGalleryTab/OverlaysTab.tsx:88
msgid "Error"
msgstr "Eroare"
@@ -7522,7 +7596,7 @@ msgstr "Tastează Escape pentru a ieși din modul tastatură"
msgid "escape to <0><1>cancel1>0>"
msgstr "apasă escape pentru a <0><1>anula1>0>"
-#: src/components/pages/ReportPage.tsx:318
+#: src/components/pages/report/optionDescriptors.ts:90
msgid "Estonia"
msgstr "Estonia"
@@ -7561,7 +7635,7 @@ msgstr "exclude link, încorporare sau fișier"
msgid "exclude user"
msgstr "exclude utilizatorul"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:95
+#: src/components/modals/components/plutonium/VisionarySection.tsx:104
msgid "Exclusive community"
msgstr "Comunitate exclusivă"
@@ -7593,12 +7667,12 @@ msgstr "Extinde categoria"
msgid "Expiration"
msgstr "Expirare"
-#: src/components/modals/InviteModal.tsx:281
+#: src/components/modals/InviteModal.tsx:278
msgid "Expire after"
msgstr "Expiră după"
#: src/components/accounts/AccountRow.tsx:162
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:114
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:133
#: src/components/modals/GroupInvitesBottomSheet.tsx:104
msgid "Expired"
msgstr "Expirat"
@@ -7675,7 +7749,7 @@ msgstr "Pachete de expresii"
msgid "Expression Packs are a Plutonium feature"
msgstr "Pachetele de expresii sunt o funcție Plutonium"
-#: src/components/modals/ExpressionPickerSheet.tsx:232
+#: src/components/modals/ExpressionPickerSheet.tsx:219
#: src/components/popouts/ExpressionPickerPopout.tsx:193
msgid "Expression picker categories"
msgstr "Categorii selector expresii"
@@ -7700,7 +7774,7 @@ msgstr "Linkurile externe pot fi periculoase. Fii atent."
msgid "Extra Large"
msgstr "Foarte mare"
-#: src/components/pages/ReportPage.tsx:297
+#: src/components/pages/report/optionDescriptors.ts:72
#: src/constants/IARConstants.tsx:165
msgid "Extremist Community"
msgstr "Comunitate extremistă"
@@ -7749,7 +7823,7 @@ msgstr "Nu s-a putut copia linkul de invitație"
msgid "Failed to copy to clipboard"
msgstr "Nu s-a putut copia în clipboard"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:79
+#: src/components/modals/tabs/GiftInventoryTab.tsx:80
msgid "Failed to copy URL"
msgstr "Nu s-a putut copia URL-ul"
@@ -7794,7 +7868,7 @@ msgid "Failed to delete category"
msgstr "Nu s-a putut șterge categoria"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:194
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:681
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:695
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:335
msgid "Failed to delete channel"
msgstr "Nu s-a putut șterge canalul"
@@ -7868,7 +7942,7 @@ msgstr "Nu s-au putut încărca interdicțiile. Te rog încearcă din nou."
msgid "Failed to load emojis"
msgstr "Nu s-au putut încărca emoji-urile"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:296
+#: src/components/modals/tabs/GiftInventoryTab.tsx:319
msgid "Failed to load gift inventory"
msgstr "Nu s-a putut încărca inventarul cadourilor"
@@ -7894,8 +7968,8 @@ msgstr "Nu s-au putut încărca autocolantele"
msgid "Failed to load vanity URL. Please try again."
msgstr "Nu s-a putut încărca URL-ul personalizat. Te rog încearcă din nou."
-#: src/components/modals/components/PlutoniumContent.tsx:146
-#: src/components/modals/components/PlutoniumContent.tsx:272
+#: src/components/modals/components/PlutoniumContent.tsx:157
+#: src/components/modals/components/PlutoniumContent.tsx:289
msgid "Failed to load Visionary information. Please try again later."
msgstr "Nu s-au putut încărca informațiile Visionary. Te rog încearcă mai târziu."
@@ -7916,19 +7990,19 @@ msgstr "Nu s-au putut încărca comunitățile tale."
msgid "Failed to open customer portal. Please try again."
msgstr "Nu s-a putut deschide portalul pentru clienți. Te rog încearcă din nou."
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:572
-#: src/components/bottomsheets/DMBottomSheet.tsx:153
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:586
+#: src/components/bottomsheets/DMBottomSheet.tsx:155
#: src/components/channel/dm/DMList.tsx:216
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:121
msgid "Failed to pin DM"
msgstr "Nu s-a putut fixa DM"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:572
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:586
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:101
msgid "Failed to pin group"
msgstr "Nu s-a putut fixa grupul"
-#: src/components/bottomsheets/DMBottomSheet.tsx:153
+#: src/components/bottomsheets/DMBottomSheet.tsx:155
msgid "Failed to pin group DM"
msgstr "Eșec la fixarea mesajului direct de grup"
@@ -7957,7 +8031,7 @@ msgstr "Eșec la atingerea instanței ({status})"
msgid "Failed to reactivate subscription. Please try again."
msgstr "Nu s-a putut reactiva abonamentul. Te rog încearcă din nou."
-#: src/components/modals/tabs/GiftInventoryTab.tsx:94
+#: src/components/modals/tabs/GiftInventoryTab.tsx:95
msgid "Failed to redeem gift"
msgstr "Nu s-a putut revendica cadoul"
@@ -7998,6 +8072,10 @@ msgstr "Nu s-a putut elimina din grup"
msgid "Failed to remove timeout. Please try again."
msgstr "Nu s-a putut elimina timeout-ul. Te rog încearcă din nou."
+#: src/components/pages/ReportPage.tsx:236
+msgid "Failed to resend code. Please try again."
+msgstr "Nu s-a putut retrimite codul. Te rugăm să încerci din nou."
+
#: src/components/modals/guildTabs/GuildRolesTab.tsx:674
msgid "Failed to reset hoist order"
msgstr "Nu s-a putut reseta ordinea pentru ridicare"
@@ -8018,7 +8096,7 @@ msgstr "Nu s-a putut roti. Te rog încearcă din nou."
msgid "Failed to send friend request. Please try again."
msgstr "Nu s-a putut trimite cererea de prietenie. Te rog încearcă din nou."
-#: src/components/bottomsheets/DMBottomSheet.tsx:262
+#: src/components/bottomsheets/DMBottomSheet.tsx:264
#: src/components/modals/InviteModal.tsx:176
#: src/components/uikit/ContextMenu/items/InviteMenuItems.tsx:111
msgid "Failed to send invite"
@@ -8037,7 +8115,7 @@ msgstr "Nu s-a putut trimite codul SMS. Te rog încearcă din nou."
msgid "Failed to send theme"
msgstr "Nu s-a putut trimite tema"
-#: src/components/pages/ReportPage.tsx:412
+#: src/components/pages/ReportPage.tsx:234
msgid "Failed to send verification code. Please try again."
msgstr "Nu s-a putut trimite codul de verificare. Te rog încearcă din nou."
@@ -8084,19 +8162,19 @@ msgstr "Nu s-a putut transfera proprietatea. Te rog încearcă din nou."
msgid "Failed to unblock user. Please try again."
msgstr "Nu s-a putut debloca utilizatorul. Te rog încearcă din nou."
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:589
-#: src/components/bottomsheets/DMBottomSheet.tsx:170
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:603
+#: src/components/bottomsheets/DMBottomSheet.tsx:172
#: src/components/channel/dm/DMList.tsx:226
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:138
msgid "Failed to unpin DM"
msgstr "Nu s-a putut dezlipi DM-ul"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:589
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:603
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:118
msgid "Failed to unpin group"
msgstr "Nu s-a putut dezlipi grupul"
-#: src/components/bottomsheets/DMBottomSheet.tsx:170
+#: src/components/bottomsheets/DMBottomSheet.tsx:172
msgid "Failed to unpin group DM"
msgstr "Nu s-a reușit dezancorarea grupului DM"
@@ -8298,7 +8376,7 @@ msgstr "Găsește sticker-ul perfect"
msgid "Fine-tune core colors and fonts for this app. Changes here are stored as custom CSS overrides and sync with the editor below."
msgstr "Ajustează fin culorile și fonturile principale pentru această aplicație. Modificările aici sunt salvate ca suprascrieri CSS personalizate și se sincronizează cu editorul de mai jos."
-#: src/components/pages/ReportPage.tsx:319
+#: src/components/pages/report/optionDescriptors.ts:91
msgid "Finland"
msgstr "Finlanda"
@@ -8306,7 +8384,7 @@ msgstr "Finlanda"
msgid "Finnish"
msgstr "Finlandeză"
-#: src/components/pages/ReportPage.tsx:923
+#: src/components/pages/report/ReportStepDetails.tsx:199
msgid "First and last name"
msgstr "Prenume și nume"
@@ -8419,7 +8497,7 @@ msgstr "Fluxer are nevoie de permisiunea de a monitoriza tastatura și mouse-ul
msgid "Fluxer Partner"
msgstr "Partener Fluxer"
-#: src/components/modals/components/PlutoniumContent.tsx:182
+#: src/components/modals/components/PlutoniumContent.tsx:193
#: src/components/modals/PremiumModal.tsx:34
#: src/components/modals/utils/settingsConstants.tsx:147
#: src/components/popouts/UserProfileBadges.tsx:99
@@ -8483,7 +8561,7 @@ msgstr "Mâncare & Băutură"
msgid "Foodie Friends"
msgstr "Prieteni gurmanzi"
-#: src/components/bottomsheets/DMBottomSheet.tsx:660
+#: src/components/bottomsheets/DMBottomSheet.tsx:663
msgid "For 1 hour"
msgstr "Pentru 1 oră"
@@ -8497,7 +8575,7 @@ msgstr "Pentru 1 oră"
msgid "For 1 Hour"
msgstr "Pentru 1 oră"
-#: src/components/bottomsheets/DMBottomSheet.tsx:659
+#: src/components/bottomsheets/DMBottomSheet.tsx:662
#: src/components/popouts/UserAreaPopout.tsx:77
msgid "For 15 minutes"
msgstr "Pentru 15 minute"
@@ -8511,7 +8589,7 @@ msgstr "Pentru 15 minute"
msgid "For 15 Minutes"
msgstr "Pentru 15 minute"
-#: src/components/bottomsheets/DMBottomSheet.tsx:663
+#: src/components/bottomsheets/DMBottomSheet.tsx:666
msgid "For 24 hours"
msgstr "Pentru 24 de ore"
@@ -8529,7 +8607,7 @@ msgstr "Pentru 24 de ore"
msgid "For 3 days"
msgstr "Pentru 3 zile"
-#: src/components/bottomsheets/DMBottomSheet.tsx:661
+#: src/components/bottomsheets/DMBottomSheet.tsx:664
msgid "For 3 hours"
msgstr "Pentru 3 ore"
@@ -8542,7 +8620,7 @@ msgstr "Pentru 3 ore"
msgid "For 3 Hours"
msgstr "Pentru 3 ore"
-#: src/components/bottomsheets/DMBottomSheet.tsx:662
+#: src/components/bottomsheets/DMBottomSheet.tsx:665
msgid "For 8 hours"
msgstr "Pentru 8 ore"
@@ -8560,7 +8638,7 @@ msgstr "Pentru 8 ore"
msgid "For British eyes only..."
msgstr "Numai pentru ochii britanici..."
-#: src/components/modals/components/plutonium/PricingSection.tsx:62
+#: src/components/modals/components/plutonium/PricingSection.tsx:68
msgid "For Me"
msgstr "Pentru mine"
@@ -8664,15 +8742,15 @@ msgstr "Forțează slowmode-ul să fie activ în toate canalele"
msgid "Forever"
msgstr "Pentru totdeauna"
-#: src/components/modals/components/MobileSettingsView.tsx:300
+#: src/components/modals/components/MobileSettingsView.tsx:295
msgid "Forget"
msgstr "Uită"
-#: src/components/modals/components/MobileSettingsView.tsx:327
+#: src/components/modals/components/MobileSettingsView.tsx:322
msgid "Forget Push Subscriptions"
msgstr "Uită abonamentele push"
-#: src/components/modals/components/MobileSettingsView.tsx:294
+#: src/components/modals/components/MobileSettingsView.tsx:289
msgid "Forget push subscriptions?"
msgstr "Uită abonamentele push?"
@@ -8729,7 +8807,7 @@ msgstr "Rată de cadre"
msgid "Frame rates above 30 fps require Plutonium"
msgstr "Ratele de cadre peste 30 fps necesită Plutonium"
-#: src/components/pages/ReportPage.tsx:320
+#: src/components/pages/report/optionDescriptors.ts:92
msgid "France"
msgstr "Franța"
@@ -8745,8 +8823,8 @@ msgstr "Utilizator gratuit (fără achiziții)"
msgid "Free User (With Purchase History)"
msgstr "Utilizator gratuit (cu istoric de achiziții)"
-#: src/components/modals/components/PlutoniumContent.tsx:163
-#: src/components/modals/components/PlutoniumContent.tsx:289
+#: src/components/modals/components/PlutoniumContent.tsx:174
+#: src/components/modals/components/PlutoniumContent.tsx:308
msgid "Free vs Plutonium"
msgstr "Gratuit vs Plutonium"
@@ -8773,12 +8851,13 @@ msgstr "Cerere de prietenie"
msgid "Friend request sent"
msgstr "Cerere de prietenie trimisă"
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:68
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:250
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:75
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:89
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:271
msgid "Friend Request Sent"
msgstr "Cerere de prietenie trimisă"
-#: src/components/channel/dm/AddFriendForm.tsx:144
+#: src/components/channel/dm/AddFriendForm.tsx:167
msgid "Friend request sent!"
msgstr "Cerere de prietenie trimisă!"
@@ -8787,7 +8866,7 @@ msgstr "Cerere de prietenie trimisă!"
msgid "Friend Requests"
msgstr "Cereri de prietenie"
-#: src/components/channel/dm/AddFriendForm.tsx:137
+#: src/components/channel/dm/AddFriendForm.tsx:160
msgid "Friend's FluxerTag"
msgstr "FluxerTag-ul prietenului"
@@ -8828,9 +8907,10 @@ msgstr "De la {0}"
#. placeholder {0}: creator.username
#. placeholder {1}: creator.discriminator
-#: src/components/channel/GiftEmbed.tsx:87
-#: src/components/modals/GiftAcceptModal.tsx:116
-#: src/components/modals/GiftAcceptModal.tsx:143
+#: src/components/channel/GiftEmbed.tsx:93
+#: src/components/modals/GiftAcceptModal.tsx:123
+#: src/components/modals/GiftAcceptModal.tsx:151
+#: src/components/modals/GiftAcceptModal.tsx:186
msgid "From {0}#{1}"
msgstr "De la {0}#{1}"
@@ -8850,7 +8930,7 @@ msgstr "De la utilizator"
msgid "from:"
msgstr "de la:"
-#: src/components/pages/ReportPage.tsx:919
+#: src/components/pages/report/ReportStepDetails.tsx:195
msgid "Full Legal Name"
msgstr "Numele legal complet"
@@ -8892,7 +8972,7 @@ msgstr "Generează invitație"
msgid "Generate invite link"
msgstr "Generează link de invitație"
-#: src/components/modals/tabs/BetaCodesTab.tsx:315
+#: src/components/modals/tabs/BetaCodesTab.tsx:340
msgid "Generate up to {MAX_UNCLAIMED_BETA_CODES} unclaimed beta codes to invite friends to Fluxer. You can create 3 codes per week."
msgstr "Generează până la {MAX_UNCLAIMED_BETA_CODES} coduri beta neutilizate pentru a invita prieteni pe Fluxer. Poți crea 3 coduri pe săptămână."
@@ -8909,7 +8989,7 @@ msgstr "Restricționat geografic"
msgid "German"
msgstr "Germană"
-#: src/components/pages/ReportPage.tsx:321
+#: src/components/pages/report/optionDescriptors.ts:93
msgid "Germany"
msgstr "Germania"
@@ -8991,13 +9071,13 @@ msgstr "Previzualizare GIF"
#: src/components/channel/pickers/gif/GifPickerHeader.tsx:40
#: src/components/channel/pickers/memes/MemesPickerHeader.tsx:57
#: src/components/channel/textarea/TextareaButtons.tsx:110
-#: src/components/modals/ExpressionPickerSheet.tsx:68
+#: src/components/modals/ExpressionPickerSheet.tsx:55
#: src/components/popouts/ExpressionPickerPopout.tsx:69
msgid "GIFs"
msgstr "GIF-uri"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:122
-#: src/components/modals/GiftAcceptModal.tsx:163
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:141
+#: src/components/modals/GiftAcceptModal.tsx:206
msgid "Gift"
msgstr "Cadou"
@@ -9030,19 +9110,20 @@ msgstr "Cadoul a fost deja răscumpărat"
msgid "Gift Already Redeemed"
msgstr "Cadoul a fost deja răscumpărat"
-#: src/components/channel/GiftEmbed.tsx:94
+#: src/components/channel/GiftEmbed.tsx:105
+#: src/components/channel/GiftEmbed.tsx:109
msgid "Gift Claimed"
msgstr "Cadoul a fost revendicat"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:246
+#: src/components/modals/tabs/GiftInventoryTab.tsx:269
msgid "Gift code cannot be empty"
msgstr "Codul cadou nu poate fi gol"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:243
+#: src/components/modals/tabs/GiftInventoryTab.tsx:266
msgid "Gift code is required"
msgstr "Codul cadou este obligatoriu"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:250
+#: src/components/modals/tabs/GiftInventoryTab.tsx:273
msgid "Gift code is too long"
msgstr "Codul cadou este prea lung"
@@ -9070,7 +9151,7 @@ msgstr "Cadoul nu a fost găsit"
#: src/components/channel/textarea/TextareaButtons.tsx:101
#: src/components/channel/textarea/TextareaButtons.tsx:177
-#: src/components/modals/components/plutonium/GiftSection.tsx:61
+#: src/components/modals/components/plutonium/GiftSection.tsx:67
msgid "Gift Plutonium"
msgstr "Oferă Plutonium cadou"
@@ -9078,23 +9159,23 @@ msgstr "Oferă Plutonium cadou"
msgid "Gift redeemed successfully!"
msgstr "Cadoul a fost răscumpărat cu succes!"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:89
+#: src/components/modals/tabs/GiftInventoryTab.tsx:90
msgid "Gift redeemed successfully! Enjoy your Plutonium!"
msgstr "Cadoul a fost răscumpărat cu succes! Bucură-te de Plutonium!"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:53
+#: src/components/modals/components/plutonium/VisionarySection.tsx:58
msgid "gift time"
msgstr "timp de cadouri"
-#: src/components/channel/GiftEmbed.tsx:151
+#: src/components/channel/GiftEmbed.tsx:162
msgid "Gift Unavailable"
msgstr "Cadoul nu este disponibil"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:132
+#: src/components/modals/tabs/GiftInventoryTab.tsx:133
msgid "Gift URL"
msgstr "URL cadou"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:75
+#: src/components/modals/tabs/GiftInventoryTab.tsx:76
msgid "Gift URL copied to clipboard!"
msgstr "URL-ul cadou a fost copiat în clipboard!"
@@ -9126,7 +9207,7 @@ msgstr "Scurtăturile globale sunt disponibile în aplicația desktop"
msgid "Glorification of violence or disturbing imagery"
msgstr "Glorificarea violenței sau imaginilor tulburătoare"
-#: src/components/modals/components/MobileSettingsView.tsx:145
+#: src/components/modals/components/MobileSettingsView.tsx:140
#: src/components/modals/shared/MobileSettingsComponents.tsx:43
msgid "Go back"
msgstr "Înapoi"
@@ -9143,7 +9224,7 @@ msgstr "Revină la canalul de text anterior focalizat"
msgid "Go forward in navigation history"
msgstr "Mergi înainte în istoricul de navigare"
-#: src/components/channel/InviteEmbed.tsx:259
+#: src/components/channel/InviteEmbed.tsx:261
#: src/components/modals/InviteAcceptModal.tsx:100
msgid "Go to Community"
msgstr "Du-te la comunitate"
@@ -9166,15 +9247,15 @@ msgstr "Du-te la autentificare"
msgid "Go to message"
msgstr "Du-te la mesaj"
-#: src/components/channel/ChannelSearchResults.tsx:841
+#: src/components/channel/ChannelSearchResults.tsx:809
msgid "Go to page"
msgstr "Du-te la pagină"
-#: src/components/channel/ChannelSearchResults.tsx:808
+#: src/components/channel/ChannelSearchResults.tsx:776
msgid "Go to page {page}"
msgstr "Du-te la pagina {page}"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:315
+#: src/components/modals/tabs/GiftInventoryTab.tsx:338
msgid "Go to Plutonium"
msgstr "Du-te la Plutonium"
@@ -9195,7 +9276,7 @@ msgstr "Am înțeles"
msgid "Gotcha"
msgstr "Înțeles"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:116
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:135
msgid "Grace Period"
msgstr "Perioadă de grație"
@@ -9203,7 +9284,7 @@ msgstr "Perioadă de grație"
msgid "Grace Period (Still Have Access)"
msgstr "Perioadă de grație (Ai încă acces)"
-#: src/components/modals/InviteModal.tsx:301
+#: src/components/modals/InviteModal.tsx:298
msgid "Grant temporary membership"
msgstr "Acordă membrie temporară"
@@ -9234,7 +9315,7 @@ msgstr "Succes total!"
msgid "Great success! You can now close this tab and return to the app."
msgstr "Succes total! Poți închide acum acest tab și reveni în aplicație."
-#: src/components/pages/ReportPage.tsx:322
+#: src/components/pages/report/optionDescriptors.ts:94
msgid "Greece"
msgstr "Grecia"
@@ -9263,7 +9344,7 @@ msgstr "Permisiuni pentru adăugarea în chat de grup"
msgid "Group Chat Permissions"
msgstr "Permisiuni pentru chat-uri de grup"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:481
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:495
msgid "Group Direct Message"
msgstr "Mesaj direct de grup"
@@ -9272,7 +9353,7 @@ msgid "Group DM"
msgstr "DM de grup"
#. placeholder {0}: channel.recipientIds.length + 1
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:772
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:804
msgid "Group DM · {0} members"
msgstr "DM de grup · {0} membri"
@@ -9317,12 +9398,12 @@ msgstr "Numele grupului nu trebuie să depășească 100 de caractere"
msgid "Group Online Status"
msgstr "Starea online a grupului"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:962
-#: src/components/channel/MemberListItem.tsx:102
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:984
+#: src/components/channel/MemberListItem.tsx:109
msgid "Group Owner"
msgstr "Proprietar grup"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1092
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1116
msgid "Group Settings"
msgstr "Setări grup"
@@ -9335,11 +9416,11 @@ msgstr "Stări de tastare în grup"
msgid "Group updated"
msgstr "Grup actualizat"
-#: src/components/pages/ReportPage.tsx:893
+#: src/components/pages/report/ReportStepDetails.tsx:167
msgid "Guild (Community) ID"
msgstr "ID Guild (Comunitate)"
-#: src/components/pages/ReportPage.tsx:902
+#: src/components/pages/report/ReportStepDetails.tsx:177
msgid "Guild ID is required."
msgstr "ID-ul guildului este necesar."
@@ -9355,13 +9436,13 @@ msgstr "Înregistrare Guild"
msgid "Hang on while we check for scheduled messages."
msgstr "Așteaptă puțin în timp ce verificăm mesajele programate."
-#: src/components/pages/ReportPage.tsx:295
+#: src/components/pages/report/optionDescriptors.ts:70
#: src/constants/IARConstants.tsx:155
msgid "Harassment"
msgstr "Hărțuire"
-#: src/components/pages/ReportPage.tsx:262
-#: src/components/pages/ReportPage.tsx:281
+#: src/components/pages/report/optionDescriptors.ts:43
+#: src/components/pages/report/optionDescriptors.ts:59
#: src/constants/IARConstants.tsx:32
#: src/constants/IARConstants.tsx:109
msgid "Harassment or Bullying"
@@ -9383,9 +9464,9 @@ msgstr "A folosit vreodată înlocuirea pentru achiziții"
msgid "has:"
msgstr "are:"
-#: src/components/pages/ReportPage.tsx:263
-#: src/components/pages/ReportPage.tsx:282
-#: src/components/pages/ReportPage.tsx:296
+#: src/components/pages/report/optionDescriptors.ts:44
+#: src/components/pages/report/optionDescriptors.ts:60
+#: src/components/pages/report/optionDescriptors.ts:71
#: src/constants/IARConstants.tsx:37
#: src/constants/IARConstants.tsx:114
#: src/constants/IARConstants.tsx:160
@@ -9430,7 +9511,7 @@ msgid "Help Center"
msgstr "Centrul de ajutor"
#. placeholder {0}: user.displayName
-#: src/components/layout/app-layout/nagbars/UnclaimedAccountNagbar.tsx:44
+#: src/components/layout/app-layout/nagbars/UnclaimedAccountNagbar.tsx:42
msgid "Hey {0}, claim your account to prevent losing access."
msgstr "Hei {0}, revendică-ți contul ca să nu pierzi accesul."
@@ -9654,7 +9735,7 @@ msgstr "https://example.com/callback"
msgid "Hungarian"
msgstr "Maghiară"
-#: src/components/pages/ReportPage.tsx:323
+#: src/components/pages/report/optionDescriptors.ts:95
msgid "Hungary"
msgstr "Ungaria"
@@ -9728,8 +9809,8 @@ msgstr "Dacă ai primit un cod beta, îl poți introduce mai jos pentru acces im
msgid "If you want to export your data or delete your messages first, please visit the Privacy Dashboard section in User Settings before proceeding."
msgstr "Dacă vrei să-ți exporți datele sau să-ți ștergi mai întâi mesajele, vizitează mai întâi secțiunea Panoul de confidențialitate din Setări utilizator înainte de a continua."
-#: src/components/channel/channel-view/DMChannelView.tsx:301
-#: src/components/channel/dm/DMWelcomeSection.tsx:119
+#: src/components/channel/channel-view/DMChannelView.tsx:302
+#: src/components/channel/dm/DMWelcomeSection.tsx:131
#: src/components/channel/friends/FriendListItem.tsx:145
#: src/components/channel/friends/FriendListItem.tsx:244
#: src/components/channel/friends/MobileFriendRequestItem.tsx:69
@@ -9740,7 +9821,7 @@ msgstr "Ignoră"
#: src/components/channel/friends/FriendListItem.tsx:143
#: src/components/channel/friends/MobileFriendRequestItem.tsx:67
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:152
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:173
msgid "Ignore Friend Request"
msgstr "Respinge cererea de prietenie"
@@ -9749,8 +9830,8 @@ msgstr "Respinge cererea de prietenie"
msgid "Ignore per-channel message rate limits."
msgstr "Ignoră limitele de rată per canal pentru mesaje."
-#: src/components/pages/ReportPage.tsx:267
-#: src/components/pages/ReportPage.tsx:298
+#: src/components/pages/report/optionDescriptors.ts:48
+#: src/components/pages/report/optionDescriptors.ts:73
#: src/constants/IARConstants.tsx:57
#: src/constants/IARConstants.tsx:170
msgid "Illegal Activity"
@@ -9762,7 +9843,7 @@ msgid "image"
msgstr "imagine"
#: src/components/channel/embeds/media/EmbedGifv.tsx:237
-#: src/components/channel/embeds/media/EmbedImage.tsx:369
+#: src/components/channel/embeds/media/EmbedImage.tsx:374
#: src/components/modals/MediaViewerModal.tsx:362
#: src/components/search/HasFilterSheet.tsx:50
#: src/utils/FavoriteMemeUtils.ts:71
@@ -9783,8 +9864,8 @@ msgstr "Previzualizare imagine"
msgid "Images"
msgstr "Imagini"
-#: src/components/pages/ReportPage.tsx:272
-#: src/components/pages/ReportPage.tsx:284
+#: src/components/pages/report/optionDescriptors.ts:53
+#: src/components/pages/report/optionDescriptors.ts:62
#: src/constants/IARConstants.tsx:82
#: src/constants/IARConstants.tsx:124
msgid "Impersonation"
@@ -9839,7 +9920,7 @@ msgstr "în {absWeeks} săptămâni"
msgid "in {absYears} years"
msgstr "în {absYears} ani"
-#: src/components/channel/channel-view/DMChannelView.tsx:275
+#: src/components/channel/channel-view/DMChannelView.tsx:276
msgid "In call"
msgstr "În apel"
@@ -9880,7 +9961,7 @@ msgstr "În browser, Push-to-Talk funcționează doar când fila Fluxer este act
msgid "in:"
msgstr "în:"
-#: src/components/pages/ReportPage.tsx:286
+#: src/components/pages/report/optionDescriptors.ts:64
#: src/constants/IARConstants.tsx:134
msgid "Inappropriate Profile"
msgstr "Profil nepotrivit"
@@ -9909,7 +9990,7 @@ msgstr "Include toate mențiunile comunității"
msgid "Include audio from your screen in the share"
msgstr "Include sunetul ecranului în partajare"
-#: src/components/channel/channel-view/DMChannelView.tsx:269
+#: src/components/channel/channel-view/DMChannelView.tsx:270
#: src/components/voice/IncomingCallUI.tsx:263
#: src/components/voice/IncomingCallUI.tsx:286
#: src/components/voice/IncomingCallUI.tsx:324
@@ -9946,11 +10027,11 @@ msgid "Increase app zoom level"
msgstr "Mărește nivelul de zoom al aplicației"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:284
-#: src/components/channel/ChannelSearchResults.tsx:679
+#: src/components/channel/ChannelSearchResults.tsx:648
msgid "Indexing Channel"
msgstr "Indexare canal"
-#: src/components/channel/ChannelSearchResults.tsx:317
+#: src/components/channel/ChannelSearchResults.tsx:274
msgid "Indexing..."
msgstr "Indexare..."
@@ -10032,12 +10113,12 @@ msgstr "Intrări cu pictograme"
msgid "Insert emoji"
msgstr "Inserează emoji"
-#: src/components/channel/InviteEmbed.tsx:198
+#: src/components/channel/InviteEmbed.tsx:200
#: src/components/modals/InviteAcceptModal.tsx:143
msgid "Install Emoji Pack"
msgstr "Instalează pachet emoji"
-#: src/components/channel/InviteEmbed.tsx:198
+#: src/components/channel/InviteEmbed.tsx:200
#: src/components/modals/InviteAcceptModal.tsx:143
msgid "Install Sticker Pack"
msgstr "Instalează pachet de stickere"
@@ -10104,7 +10185,7 @@ msgstr "Cod cadou invalid"
msgid "Invalid instance response: missing webapp URL."
msgstr "Răspuns invalid de instanță: lipsește URL-ul aplicației web."
-#: src/components/modals/ClaimAccountModal.tsx:108
+#: src/components/modals/ClaimAccountModal.tsx:110
#: src/components/modals/EmailChangeModal.tsx:108
#: src/components/modals/EmailChangeModal.tsx:169
msgid "Invalid or expired code"
@@ -10134,7 +10215,7 @@ msgstr "Buton inversat apăsat!"
msgid "Invisible"
msgstr "Invizibil"
-#: src/components/modals/InviteModal.tsx:257
+#: src/components/modals/InviteModal.tsx:267
#: src/components/modals/tabs/ExpressionPacksTab.tsx:83
#: src/constants/AuditLogConstants.tsx:239
msgid "Invite"
@@ -10144,7 +10225,7 @@ msgstr "Invită"
msgid "Invite Background"
msgstr "Fundal invitație"
-#: src/components/pages/ReportPage.tsx:908
+#: src/components/pages/report/ReportStepDetails.tsx:183
msgid "Invite Code (optional)"
msgstr "Cod invitație (opțional)"
@@ -10170,7 +10251,7 @@ msgstr "Invită prieteni"
msgid "Invite friends to {0}"
msgstr "Invită prieteni în {0}"
-#: src/components/modals/InviteModal.tsx:317
+#: src/components/modals/InviteModal.tsx:314
msgid "Invite link"
msgstr "Link invitație"
@@ -10190,7 +10271,7 @@ msgid "Invite Links"
msgstr "Linkuri de invitație"
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:164
-#: src/components/layout/ChannelItem.tsx:599
+#: src/components/layout/ChannelItem.tsx:616
#: src/components/popouts/GuildHeaderPopout.tsx:178
msgid "Invite Members"
msgstr "Invită membri"
@@ -10218,7 +10299,7 @@ msgid "Invite Page Preview"
msgstr "Previzualizare pagină invitație"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:381
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1144
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1168
#: src/components/layout/FavoritesChannelListContent.tsx:305
#: src/components/uikit/ContextMenu/ChannelListContextMenu.tsx:96
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:97
@@ -10236,7 +10317,7 @@ msgstr "Invitație revocată"
msgid "Invite sent for {0}"
msgstr "Invitație trimisă pentru {0}"
-#: src/components/bottomsheets/DMBottomSheet.tsx:256
+#: src/components/bottomsheets/DMBottomSheet.tsx:258
msgid "Invite sent to {guildName}"
msgstr "Invitația trimisă către {guildName}"
@@ -10249,7 +10330,7 @@ msgid "Invite splash preview"
msgstr "Previzualizare splash invitație"
#. placeholder {0}: guild.name
-#: src/components/bottomsheets/DMBottomSheet.tsx:499
+#: src/components/bottomsheets/DMBottomSheet.tsx:501
msgid "Invite to {0}"
msgstr "Invită în {0}"
@@ -10257,7 +10338,7 @@ msgstr "Invită în {0}"
msgid "Invite to Community"
msgstr "Invită în comunitate"
-#: src/components/channel/InviteEmbed.tsx:362
+#: src/components/channel/InviteEmbed.tsx:364
msgid "Invite Unavailable"
msgstr "Invitație indisponibilă"
@@ -10277,7 +10358,7 @@ msgid "Invited by {0}#{1}"
msgstr "Invitat de {0}#{1}"
#: src/components/auth/InviteHeader.tsx:159
-#: src/components/channel/InviteEmbed.tsx:222
+#: src/components/channel/InviteEmbed.tsx:224
msgid "Invited by {inviterTag}"
msgstr "Invitat de {inviterTag}"
@@ -10290,8 +10371,8 @@ msgid "Inviter:"
msgstr "Invitator:"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:303
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1199
-#: src/components/bottomsheets/DMBottomSheet.tsx:468
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1223
+#: src/components/bottomsheets/DMBottomSheet.tsx:470
#: src/components/channel/dm/DMList.tsx:257
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:145
msgid "Invites"
@@ -10301,11 +10382,11 @@ msgstr "Invitații"
msgid "Invites are currently disabled for this community."
msgstr "Invitațiile sunt dezactivate momentan pentru această comunitate."
-#: src/components/modals/InviteModal.tsx:270
+#: src/components/modals/InviteModal.tsx:237
msgid "Invites are currently disabled in this community by an admin. While this invite can be created, it cannot be accepted until invites are re-enabled."
msgstr "Un administrator a dezactivat invitațiile în această comunitate. Această invitație poate fi creată, dar nu poate fi acceptată până când invitațiile nu sunt reactivare."
-#: src/components/layout/guild-list/GuildListItem.tsx:233
+#: src/components/layout/guild-list/GuildListItem.tsx:234
msgid "Invites are currently paused in this community"
msgstr "Invitațiile sunt momentan puse în pauză în această comunitate"
@@ -10317,7 +10398,7 @@ msgstr "Invitațiile sunt blocate pentru comunitățile în previzualizare. Asoc
msgid "Invites disabled"
msgstr "Invitații dezactivate"
-#: src/components/channel/InviteEmbed.tsx:257
+#: src/components/channel/InviteEmbed.tsx:259
#: src/components/modals/InviteAcceptModal.tsx:98
msgid "Invites Disabled"
msgstr "Invitații dezactivate"
@@ -10343,7 +10424,7 @@ msgstr "Invitațiile către <0>{0}0> sunt momentan dezactivate"
msgid "IP address authorized"
msgstr "Adresă IP autorizată"
-#: src/components/pages/ReportPage.tsx:324
+#: src/components/pages/report/optionDescriptors.ts:96
msgid "Ireland"
msgstr "Irlanda"
@@ -10359,7 +10440,7 @@ msgstr "Este o adevărată fiesta de tastare aici"
msgid "Italian"
msgstr "Italiană"
-#: src/components/pages/ReportPage.tsx:325
+#: src/components/pages/report/optionDescriptors.ts:97
msgid "Italy"
msgstr "Italia"
@@ -10381,16 +10462,16 @@ msgstr "Alătură-te unei comunități"
msgid "Join a community with stickers to get started!"
msgstr "Alătură-te unei comunități cu stickere pentru a începe!"
-#: src/components/channel/channel-view/DMChannelView.tsx:315
+#: src/components/channel/channel-view/DMChannelView.tsx:316
msgid "Join call"
msgstr "Intră în apel"
-#: src/components/channel/InviteEmbed.tsx:261
-#: src/components/channel/InviteEmbed.tsx:451
+#: src/components/channel/InviteEmbed.tsx:263
+#: src/components/channel/InviteEmbed.tsx:453
#: src/components/layout/guild-list/AddGuildButton.tsx:71
#: src/components/modals/AddGuildModal.tsx:129
#: src/components/modals/AddGuildModal.tsx:410
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:304
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:342
#: src/components/modals/InviteAcceptModal.tsx:102
#: src/components/modals/InviteAcceptModalPreview.tsx:114
msgid "Join Community"
@@ -10400,7 +10481,7 @@ msgstr "Alătură-te comunității"
msgid "Join community form"
msgstr "Formular de aderare la comunitate"
-#: src/components/channel/InviteEmbed.tsx:187
+#: src/components/channel/InviteEmbed.tsx:189
msgid "Join Group"
msgstr "Alătură-te grupului"
@@ -10416,19 +10497,19 @@ msgstr "Notificări de alăturare"
msgid "Join Operators Community"
msgstr "Alătură-te comunității Operatorilor"
-#: src/components/channel/CallMessage.tsx:171
+#: src/components/channel/CallMessage.tsx:165
msgid "Join the call"
msgstr "Intră în apel"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:122
+#: src/components/channel/ChannelHeader/CallButtons.tsx:159
msgid "Join Video Call"
msgstr "Intră în apel video"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:118
+#: src/components/channel/ChannelHeader/CallButtons.tsx:150
msgid "Join Video Call ({participantCount} participant)"
msgstr "Alătură-te Apelului Video ({participantCount} participant)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:119
+#: src/components/channel/ChannelHeader/CallButtons.tsx:151
msgid "Join Video Call ({participantCount} participants)"
msgstr "Alătură-te Apelului Video ({participantCount} participanți)"
@@ -10436,15 +10517,15 @@ msgstr "Alătură-te Apelului Video ({participantCount} participanți)"
msgid "Join Visionary Community"
msgstr "Alătură-te comunității Visionary"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:70
+#: src/components/channel/ChannelHeader/CallButtons.tsx:89
msgid "Join Voice Call"
msgstr "Intră în apel vocal"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:66
+#: src/components/channel/ChannelHeader/CallButtons.tsx:80
msgid "Join Voice Call ({participantCount} participant)"
msgstr "Alătură-te Apelului Vocal ({participantCount} participant)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:67
+#: src/components/channel/ChannelHeader/CallButtons.tsx:81
msgid "Join Voice Call ({participantCount} participants)"
msgstr "Alătură-te Apelului Vocal ({participantCount} participanți)"
@@ -10495,7 +10576,7 @@ msgstr "JPEG, PNG, WebP. Max 10 MB. Recomandat: 512×512 px"
msgid "JPEG, PNG, WebP. Max 10MB. Recommended: 512×512px. Animated avatars (GIF) require <0/>."
msgstr "JPEG, PNG, WebP. Max 10 MB. Recomandat: 512×512 px. Avatare animate (GIF) necesită <0/>."
-#: src/components/channel/ChannelSearchResults.tsx:777
+#: src/components/channel/ChannelSearchResults.tsx:745
#: src/components/pages/MessageListPage.tsx:97
#: src/components/popouts/RecentMentionsContent.tsx:221
#: src/components/popouts/SavedMessagesContent.tsx:102
@@ -10519,11 +10600,11 @@ msgstr "Du-te la mesaj"
msgid "Jump to Oldest Unread Message"
msgstr "Du-te la cel mai vechi mesaj necitit"
-#: src/components/channel/ChannelSearchResults.tsx:872
+#: src/components/channel/ChannelSearchResults.tsx:840
msgid "Jump to page"
msgstr "Salt la pagină"
-#: src/components/channel/Messages.tsx:917
+#: src/components/channel/Messages.tsx:915
msgid "Jump to Present"
msgstr "Salt la prezent"
@@ -10612,7 +10693,7 @@ msgid "Keyboard Shortcuts"
msgstr "Scurtături de tastatură"
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:344
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:311
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:314
#: src/components/modals/KickMemberModal.tsx:58
#: src/components/modals/UserProfileActionsSheet.tsx:253
msgid "Kick"
@@ -10702,7 +10783,7 @@ msgstr "Latenta {latency} milisecunde"
msgid "Latency graph"
msgstr "Grafic latență"
-#: src/components/pages/ReportPage.tsx:326
+#: src/components/pages/report/optionDescriptors.ts:98
msgid "Latvia"
msgstr "Letonia"
@@ -10729,10 +10810,10 @@ msgstr "Părăsește comunitatea"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:248
#: src/components/bottomsheets/ChannelBottomSheet.tsx:250
#: src/components/bottomsheets/ChannelBottomSheet.tsx:314
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1253
-#: src/components/bottomsheets/DMBottomSheet.tsx:337
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1277
#: src/components/bottomsheets/DMBottomSheet.tsx:339
-#: src/components/bottomsheets/DMBottomSheet.tsx:551
+#: src/components/bottomsheets/DMBottomSheet.tsx:341
+#: src/components/bottomsheets/DMBottomSheet.tsx:554
#: src/components/channel/dm/DMList.tsx:265
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:159
#: src/hooks/useLeaveGroup.tsx:42
@@ -10740,27 +10821,27 @@ msgstr "Părăsește comunitatea"
msgid "Leave Group"
msgstr "Părăsește grupul"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:122
+#: src/components/channel/ChannelHeader/CallButtons.tsx:157
msgid "Leave Video Call"
msgstr "Părăsește apelul video"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:113
+#: src/components/channel/ChannelHeader/CallButtons.tsx:145
msgid "Leave Video Call ({participantCount} participant)"
msgstr "Ieși din Apelul Video ({participantCount} participant)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:114
+#: src/components/channel/ChannelHeader/CallButtons.tsx:146
msgid "Leave Video Call ({participantCount} participants)"
msgstr "Ieși din Apelul Video ({participantCount} participanți)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:70
+#: src/components/channel/ChannelHeader/CallButtons.tsx:87
msgid "Leave Voice Call"
msgstr "Părăsește apelul vocal"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:61
+#: src/components/channel/ChannelHeader/CallButtons.tsx:75
msgid "Leave Voice Call ({participantCount} participant)"
msgstr "Ieși din Apelul Vocal ({participantCount} participant)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:62
+#: src/components/channel/ChannelHeader/CallButtons.tsx:76
msgid "Leave Voice Call ({participantCount} participants)"
msgstr "Ieși din Apelul Vocal ({participantCount} participanți)"
@@ -10785,7 +10866,7 @@ msgstr "Aliniat la stânga"
msgid "Left community"
msgstr "A părăsit comunitatea"
-#: src/components/bottomsheets/DMBottomSheet.tsx:350
+#: src/components/bottomsheets/DMBottomSheet.tsx:352
#: src/hooks/useLeaveGroup.tsx:56
msgid "Left group"
msgstr "A părăsit grupul"
@@ -10798,7 +10879,7 @@ msgstr "Pictogramă stânga"
msgid "Left Tooltip"
msgstr "Tooltip stânga"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:90
+#: src/components/modals/components/plutonium/VisionarySection.tsx:99
msgid "Let people add you without needing a 4-digit tag"
msgstr "Permite-le oamenilor să te adauge fără tag de 4 cifre"
@@ -10810,17 +10891,13 @@ msgstr "Lasă comunitatea să se modereze singură"
msgid "Letters (a-z, A-Z), numbers (0-9), and underscores (_) only"
msgstr "Doar litere (a-z, A-Z), cifre (0-9) și underscore (_)"
-#: src/components/pages/ReportPage.tsx:729
-msgid "Letters and numbers only. You can paste the code—formatting is automatic."
-msgstr "Numai litere și cifre. Poți lipi codul - formatarea este automată."
-
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:120
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:139
#: src/components/modals/tabs/DeveloperOptionsTab/AccountPremiumTab.tsx:49
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:371
msgid "Lifetime"
msgstr "Pe viață"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:73
+#: src/components/modals/components/plutonium/VisionarySection.tsx:82
#: src/utils/giftUtils.ts:58
msgid "Lifetime Plutonium"
msgstr "Plutonium pe viață"
@@ -10838,7 +10915,7 @@ msgid "Liked!"
msgstr "Îți place!"
#. placeholder {0}: formatter.format(visionarySlots.total)
-#: src/components/modals/components/plutonium/VisionarySection.tsx:61
+#: src/components/modals/components/plutonium/VisionarySection.tsx:70
msgid "Limited to {0} users. One-time purchase, lifetime access."
msgstr "Limitat la {0} utilizatori. Achiziție unică, acces pe viață."
@@ -10856,7 +10933,7 @@ msgstr "Legătură"
msgid "Link channel"
msgstr "Conectează canalul"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:530
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:544
#: src/components/uikit/ContextMenu/MediaContextMenu.tsx:145
#: src/components/uikit/ContextMenu/MediaContextMenu.tsx:228
msgid "Link copied to clipboard"
@@ -10902,7 +10979,7 @@ msgstr "Liste"
msgid "Lists members with this role in their own section in the member list."
msgstr "Listează membrii cu acest rol într-o secțiune separată din lista de membri."
-#: src/components/pages/ReportPage.tsx:327
+#: src/components/pages/report/optionDescriptors.ts:99
msgid "Lithuania"
msgstr "Lituania"
@@ -10934,7 +11011,7 @@ msgstr "Se încarcă blocările..."
msgid "Loading communities..."
msgstr "Se încarcă comunitățile..."
-#: src/components/channel/embeds/media/EmbedImage.tsx:363
+#: src/components/channel/embeds/media/EmbedImage.tsx:368
msgid "Loading image"
msgstr "Se încarcă imaginea"
@@ -10947,7 +11024,7 @@ msgid "Loading more..."
msgstr "Se încarcă mai mult..."
#: src/components/channel/embeds/media/EmbedGifv.tsx:493
-#: src/components/channel/embeds/media/EmbedGifv.tsx:721
+#: src/components/channel/embeds/media/EmbedGifv.tsx:745
msgid "Loading placeholder"
msgstr "Indicator de încărcare"
@@ -10971,7 +11048,7 @@ msgstr "Se încarcă tema..."
msgid "Loading verification methods..."
msgstr "Se încarcă metodele de verificare..."
-#: src/components/channel/embeds/media/EmbedImage.tsx:363
+#: src/components/channel/embeds/media/EmbedImage.tsx:368
msgid "Loading: {alt}"
msgstr "Se încarcă: {alt}"
@@ -11021,7 +11098,7 @@ msgid "Log in with a passkey"
msgstr "Autentifică-te cu o parolă de acces"
#: src/components/modals/components/DesktopSettingsView.tsx:346
-#: src/components/modals/components/MobileSettingsView.tsx:362
+#: src/components/modals/components/MobileSettingsView.tsx:357
#: src/components/pages/PendingVerificationPage.tsx:151
msgid "Log Out"
msgstr "Deconectează-te"
@@ -11101,7 +11178,7 @@ msgstr "Scăzut"
msgid "Low (480p)"
msgstr "Scăzut (480p)"
-#: src/components/pages/ReportPage.tsx:328
+#: src/components/pages/report/optionDescriptors.ts:100
msgid "Luxembourg"
msgstr "Luxemburg"
@@ -11114,16 +11191,16 @@ msgstr "Fă-l proprietar de grup"
msgid "Make links to websites stand out more by always underlining them."
msgstr "Fă ca legăturile către site-uri să iasă în evidență prin sublinierea lor permanentă."
-#: src/components/pages/ReportPage.tsx:271
+#: src/components/pages/report/optionDescriptors.ts:52
#: src/constants/IARConstants.tsx:77
msgid "Malicious Links"
msgstr "Legături malițioase"
-#: src/components/pages/ReportPage.tsx:329
+#: src/components/pages/report/optionDescriptors.ts:101
msgid "Malta"
msgstr "Malta"
-#: src/components/pages/ReportPage.tsx:302
+#: src/components/pages/report/optionDescriptors.ts:77
#: src/constants/IARConstants.tsx:190
msgid "Malware Distribution"
msgstr "Distribuire malware"
@@ -11214,7 +11291,7 @@ msgid "Manage slash commands for this application"
msgstr "Gestionează comenzile slash pentru această aplicație"
#: src/components/layout/app-layout/nagbars/PremiumGracePeriodNagbar.tsx:83
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:288
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:324
msgid "Manage Subscription"
msgstr "Gestionează abonamentul"
@@ -11227,7 +11304,7 @@ msgstr "Gestionează adresa de email pe care o folosești pentru a te autentific
msgid "Manage Webhooks"
msgstr "Gestionează webhook-urile"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:100
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:104
msgid "Manage your applications and bots."
msgstr "Gestionează aplicațiile și boții tăi."
@@ -11243,7 +11320,7 @@ msgstr "Gestionează-ți cadourile"
msgid "Manage your phone number for SMS two-factor authentication"
msgstr "Gestionează numărul tău de telefon pentru autentificarea în doi pași prin SMS"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:280
+#: src/components/modals/tabs/GiftInventoryTab.tsx:303
msgid "Manage your purchased Plutonium gift codes. Share the gift URL with someone special or redeem it for yourself!"
msgstr "Gestionează codurile cadou Plutonium cumpărate. Împarte URL-ul cadoului cu cineva special sau răscumpără-l pentru tine!"
@@ -11256,8 +11333,8 @@ msgid "Mark as 18+ (NSFW)"
msgstr "Marchează ca 18+ (NSFW)"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:358
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1115
-#: src/components/bottomsheets/DMBottomSheet.tsx:388
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1139
+#: src/components/bottomsheets/DMBottomSheet.tsx:390
#: src/components/channel/NewMessagesBar.tsx:60
#: src/components/uikit/ContextMenu/items/CategoryMenuItems.tsx:81
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:79
@@ -11319,7 +11396,7 @@ msgstr "Markdown"
msgid "Markdown Preview"
msgstr "Previzualizare Markdown"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:516
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:530
msgid "Marked as read"
msgstr "Marcat ca citit"
@@ -11347,7 +11424,7 @@ msgstr "Marcatori sub cursor"
msgid "Marty_McFly"
msgstr "Marty_McFly"
-#: src/components/modals/ClaimAccountModal.tsx:160
+#: src/components/modals/ClaimAccountModal.tsx:162
#: src/components/modals/EmailChangeModal.tsx:254
msgid "marty@example.com"
msgstr "marty@example.com"
@@ -11356,7 +11433,7 @@ msgstr "marty@example.com"
msgid "Mask Visionary as subscription"
msgstr "Maschează Visionary ca abonament"
-#: src/components/modals/InviteModal.tsx:291
+#: src/components/modals/InviteModal.tsx:288
msgid "Max number of uses"
msgstr "Număr maxim de utilizări"
@@ -11393,7 +11470,8 @@ msgstr "Calitatea maximă pentru cameră este 1080p"
msgid "Maximum quality, requires very fast connection"
msgstr "Calitate maximă, necesită o conexiune foarte rapidă"
-#: src/components/modals/GiftAcceptModal.tsx:151
+#: src/components/modals/GiftAcceptModal.tsx:161
+#: src/components/modals/GiftAcceptModal.tsx:194
msgid "Maybe later"
msgstr "Poate mai târziu"
@@ -11411,7 +11489,7 @@ msgstr "Se măsoară..."
#: src/components/channel/AutocompleteEmoji.tsx:154
#: src/components/channel/textarea/TextareaButtons.tsx:122
-#: src/components/modals/ExpressionPickerSheet.tsx:77
+#: src/components/modals/ExpressionPickerSheet.tsx:64
#: src/components/modals/tabs/ChatSettingsTab.tsx:43
#: src/components/modals/tabs/ChatSettingsTab/Inline.tsx:37
#: src/components/modals/utils/settingsConstants.tsx:298
@@ -11504,8 +11582,8 @@ msgstr "Verificare membru"
msgid "Member verification level"
msgstr "Nivel de verificare al membrului"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:877
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:913
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:909
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:945
#: src/components/modals/guildTabs/GuildMembersTab.tsx:429
#: src/components/modals/shared/AddOverridePopout.tsx:176
#: src/components/modals/utils/guildSettingsConstants.tsx:157
@@ -11536,7 +11614,7 @@ msgstr "Membri eliminați"
msgid "Members receive notifications for every message"
msgstr "Membrii primesc notificări pentru fiecare mesaj"
-#: src/components/modals/InviteModal.tsx:302
+#: src/components/modals/InviteModal.tsx:299
msgid "Members will be removed when they go offline unless a role is assigned"
msgstr "Membrii vor fi eliminați când devin offline dacă nu li se atribuie un rol"
@@ -11608,11 +11686,11 @@ msgid "mentions:"
msgstr "mențiuni:"
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:234
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:218
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:220
#: src/components/modals/tabs/ComponentGalleryTab/InputsTab.tsx:164
-#: src/components/modals/UserProfileMobileSheet.tsx:497
-#: src/components/modals/UserProfileModal.tsx:1189
-#: src/components/modals/UserProfileModal.tsx:1311
+#: src/components/modals/UserProfileMobileSheet.tsx:501
+#: src/components/modals/UserProfileModal.tsx:1190
+#: src/components/modals/UserProfileModal.tsx:1316
#: src/components/popouts/UserProfilePopout.tsx:289
#: src/components/popouts/UserProfilePopout.tsx:308
#: src/components/profile/ProfilePreview.tsx:292
@@ -11689,7 +11767,7 @@ msgstr "Gruparea mesajelor"
msgid "Message is too long"
msgstr "Mesajul este prea lung"
-#: src/components/pages/ReportPage.tsx:837
+#: src/components/pages/report/ReportStepDetails.tsx:107
msgid "Message Link"
msgstr "Legătură mesaj"
@@ -11744,7 +11822,7 @@ msgstr "Mesaje și media"
msgid "Messages Deleted"
msgstr "Mesaje șterse"
-#: src/components/channel/Messages.tsx:938
+#: src/components/channel/Messages.tsx:936
msgid "Messages failed to load"
msgstr "Nu s-au putut încărca mesajele"
@@ -11888,22 +11966,21 @@ msgstr "Moderare"
msgid "Monospace font family"
msgstr "Familie de font monospat"
-#: src/components/auth/DateOfBirthField.tsx:87
-#: src/components/auth/DateOfBirthField.tsx:154
+#: src/components/auth/DateOfBirthField.tsx:151
#: src/components/auth/MockMinimalRegisterForm.tsx:68
msgid "Month"
msgstr "Lună"
-#: src/components/modals/components/plutonium/PricingSection.tsx:71
+#: src/components/modals/components/plutonium/PricingSection.tsx:78
msgid "Monthly"
msgstr "Lunar"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:63
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:73
msgid "Monthly {monthlyPrice}"
msgstr "{monthlyPrice} lunar"
#: src/components/accounts/AccountRow.tsx:178
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:863
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:895
#: src/components/channel/friends/FriendListItem.tsx:229
#: src/components/channel/MessageActionBar.tsx:647
#: src/components/channel/MessageActionBar.tsx:776
@@ -11936,7 +12013,7 @@ msgstr "Mai multe sloturi pentru autocolante"
msgid "Most popular"
msgstr "Cel mai popular"
-#: src/components/channel/ChannelSearchResults.tsx:225
+#: src/components/channel/ChannelSearchResults.tsx:182
#: src/components/search/SortModeSheet.tsx:53
msgid "Most Relevant"
msgstr "Cele mai relevante"
@@ -12015,7 +12092,7 @@ msgstr "Conținut multilingv"
msgid "Music Lovers"
msgstr "Iubitori de muzică"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:850
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:882
#: src/components/bottomsheets/VoiceLobbyBottomSheet.tsx:179
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:253
#: src/components/layout/UserArea.tsx:213
@@ -12055,7 +12132,7 @@ msgstr "Dezactivează sunetul canalului"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:400
#: src/components/bottomsheets/ChannelBottomSheet.tsx:452
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1010
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1034
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:171
#: src/components/modals/GuildNotificationSettingsModal.tsx:295
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:168
@@ -12069,9 +12146,9 @@ msgstr "Dezactivează sunetul canalului"
msgid "Mute Community"
msgstr "Dezactivează sunetul comunității"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1012
-#: src/components/bottomsheets/DMBottomSheet.tsx:449
-#: src/components/bottomsheets/DMBottomSheet.tsx:590
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1036
+#: src/components/bottomsheets/DMBottomSheet.tsx:451
+#: src/components/bottomsheets/DMBottomSheet.tsx:593
msgid "Mute Conversation"
msgstr "Dezactivează sunetul conversației"
@@ -12096,7 +12173,7 @@ msgstr "Dezactivează sunetul membrilor"
msgid "Mute User"
msgstr "Dezactivează sunetul utilizatorului"
-#: src/components/layout/guild-list/GuildListItem.tsx:193
+#: src/components/layout/guild-list/GuildListItem.tsx:194
#: src/components/layout/VoiceStateIcons.tsx:53
#: src/components/voice/VoiceParticipantTile.tsx:897
#: src/utils/ContextMenuUtils.tsx:159
@@ -12105,7 +12182,7 @@ msgstr "Sunet dezactivat"
#. placeholder {0}: DateUtils.getFormattedDateTime(new Date(muteConfig.end_time))
#. placeholder {0}: getFormattedDateTime(new Date(muteConfig.end_time))
-#: src/components/layout/guild-list/GuildListItem.tsx:191
+#: src/components/layout/guild-list/GuildListItem.tsx:192
#: src/utils/ContextMenuUtils.tsx:157
msgid "Muted until {0}"
msgstr "Sunet dezactivat până la {0}"
@@ -12253,7 +12330,7 @@ msgstr "Ai nevoie de un cont?"
msgid "Neighborhood Watch"
msgstr "Supraveghere comunitară"
-#: src/components/pages/ReportPage.tsx:330
+#: src/components/pages/report/optionDescriptors.ts:102
msgid "Netherlands"
msgstr "Olanda"
@@ -12261,9 +12338,9 @@ msgstr "Olanda"
msgid "Network"
msgstr "Rețea"
-#: src/components/modals/components/PlutoniumContent.tsx:145
-#: src/components/modals/components/PlutoniumContent.tsx:271
-#: src/components/modals/tabs/BetaCodesTab.tsx:295
+#: src/components/modals/components/PlutoniumContent.tsx:156
+#: src/components/modals/components/PlutoniumContent.tsx:288
+#: src/components/modals/tabs/BetaCodesTab.tsx:320
#: src/components/modals/tabs/DevicesTab.tsx:229
msgid "Network error"
msgstr "Eroare de rețea"
@@ -12290,7 +12367,7 @@ msgstr "nu expiră niciodată"
#: src/components/channel/Divider.tsx:51
#: src/components/channel/Divider.tsx:60
#: src/components/channel/UnreadDividerSlot.tsx:45
-#: src/components/layout/GuildsLayout.tsx:285
+#: src/components/layout/GuildsLayout.tsx:283
msgid "New"
msgstr "Nou"
@@ -12311,7 +12388,7 @@ msgstr "Email nou"
msgid "New email form"
msgstr "Formular email nou"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:902
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:934
msgid "New Group"
msgstr "Grup nou"
@@ -12334,7 +12411,7 @@ msgid "new-channel"
msgstr "canal-nou"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:446
-#: src/components/channel/ChannelSearchResults.tsx:223
+#: src/components/channel/ChannelSearchResults.tsx:180
msgid "Newest"
msgstr "Cele mai noi"
@@ -12394,7 +12471,7 @@ msgstr "Porecla nu trebuie să depășească 32 de caractere"
msgid "Nickname updated"
msgstr "Porecla a fost actualizată"
-#: src/components/layout/GuildLayout.tsx:392
+#: src/components/layout/GuildLayout.tsx:397
msgid "No accessible channels"
msgstr "Nu există canale accesibile"
@@ -12431,7 +12508,7 @@ msgstr "Niciun utilizator banat"
msgid "No bans found matching your search."
msgstr "Nu s-au găsit banuri care să corespundă căutării tale."
-#: src/components/modals/tabs/BetaCodesTab.tsx:365
+#: src/components/modals/tabs/BetaCodesTab.tsx:390
msgid "No beta codes yet"
msgstr "Încă nu există coduri beta"
@@ -12471,7 +12548,7 @@ msgstr "Nu există canale disponibile"
msgid "No channels found"
msgstr "Nu au fost găsite canale"
-#: src/components/modals/tabs/BetaCodesTab.tsx:275
+#: src/components/modals/tabs/BetaCodesTab.tsx:279
msgid "No codes remaining. Resets {resetString}"
msgstr "Nu mai rămân coduri. Se resetează {resetString}"
@@ -12484,7 +12561,7 @@ msgid "No community banner"
msgstr "Fără banner pentru comunitate"
#: src/components/auth/InviteHeader.tsx:156
-#: src/components/channel/InviteEmbed.tsx:215
+#: src/components/channel/InviteEmbed.tsx:217
#: src/components/modals/InviteAcceptModal.tsx:148
#: src/components/modals/tabs/ExpressionPacksTab.tsx:73
msgid "No description provided."
@@ -12516,7 +12593,7 @@ msgstr "Încă nu ai prieteni"
msgid "No GIFs found"
msgstr "Nu s-au găsit GIF-uri"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:311
+#: src/components/modals/tabs/GiftInventoryTab.tsx:334
msgid "No gifts yet"
msgstr "Încă nu există cadouri"
@@ -12656,7 +12733,7 @@ msgid "No results"
msgstr "Fără rezultate"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:315
-#: src/components/channel/ChannelSearchResults.tsx:709
+#: src/components/channel/ChannelSearchResults.tsx:678
msgid "No Results"
msgstr "Fără rezultate"
@@ -12717,7 +12794,7 @@ msgstr "Niciun canal de sistem"
msgid "No Timer"
msgstr "Fără cronometru"
-#: src/components/channel/dm/AddFriendForm.tsx:70
+#: src/components/channel/dm/AddFriendForm.tsx:93
msgid "No user found with that FluxerTag."
msgstr "Nu a fost găsit niciun utilizator cu acel FluxerTag."
@@ -12797,7 +12874,7 @@ msgstr "Nu acum"
msgid "Not your cup of tea? You can disable this feature anytime."
msgstr "Nu e pe gustul tău? Poți dezactiva această funcție oricând."
-#: src/components/modals/UserProfileMobileSheet.tsx:549
+#: src/components/modals/UserProfileMobileSheet.tsx:553
#: src/components/modals/UserProfileModal.tsx:244
#: src/components/modals/UserProfileModal.tsx:248
#: src/components/pages/YouPage.tsx:144
@@ -12813,7 +12890,7 @@ msgstr "Notă (vizibilă doar pentru tine)"
msgid "nothing"
msgstr "nimic"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1387
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1411
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:218
#: src/components/modals/GuildNotificationSettingsModal.tsx:95
#: src/components/modals/GuildNotificationSettingsModal.tsx:226
@@ -12835,8 +12912,8 @@ msgid "Notification Overrides"
msgstr "Suprascrieri notificări"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:405
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1160
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1341
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1184
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1365
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:199
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsButton.tsx:59
#: src/components/modals/GuildNotificationSettingsModal.tsx:162
@@ -12904,17 +12981,17 @@ msgstr "Conținut NSFW nepermis"
msgid "NSFW Gates"
msgstr "Porți NSFW"
-#: src/components/pages/ReportPage.tsx:266
+#: src/components/pages/report/optionDescriptors.ts:47
#: src/constants/IARConstants.tsx:52
msgid "NSFW Policy Violation"
msgstr "Încălcare a politicii NSFW"
#. placeholder {0}: formatter.format(visionarySlots.total)
-#: src/components/modals/components/plutonium/VisionarySection.tsx:82
+#: src/components/modals/components/plutonium/VisionarySection.tsx:91
msgid "Numbered badge (1-{0}) showing your Visionary status"
msgstr "Insigna numerotată (1-{0}) care arată statutul tău de Visionar"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:83
+#: src/components/modals/components/plutonium/VisionarySection.tsx:92
msgid "Numbered badge showing your Visionary status"
msgstr "Insignă numerotată care îți arată statutul Visionary"
@@ -12933,8 +13010,8 @@ msgstr "Obiecte"
msgid "Off"
msgstr "Dezactivat"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:281
-#: src/components/channel/ChannelMembers.tsx:137
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:287
+#: src/components/channel/ChannelMembers.tsx:108
#: src/Constants.tsx:134
#: src/utils/MemberListUtils.ts:150
#: src/utils/MemberListUtils.ts:188
@@ -12962,7 +13039,7 @@ msgid "Okay"
msgstr "În regulă"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:446
-#: src/components/channel/ChannelSearchResults.tsx:224
+#: src/components/channel/ChannelSearchResults.tsx:181
msgid "Oldest"
msgstr "Cele mai vechi"
@@ -13020,25 +13097,25 @@ msgstr "Unul sau mai multe canale sunt indexate"
msgid "one second ago"
msgstr "acum o secundă"
-#: src/components/modals/components/plutonium/GiftSection.tsx:71
-#: src/components/modals/components/plutonium/GiftSection.tsx:80
-#: src/components/modals/components/plutonium/PricingSection.tsx:103
-#: src/components/modals/components/plutonium/PricingSection.tsx:112
+#: src/components/modals/components/plutonium/GiftSection.tsx:78
+#: src/components/modals/components/plutonium/GiftSection.tsx:90
+#: src/components/modals/components/plutonium/PricingSection.tsx:118
+#: src/components/modals/components/plutonium/PricingSection.tsx:130
msgid "one-time purchase"
msgstr "achiziție unică"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:65
+#: src/components/modals/components/plutonium/VisionarySection.tsx:74
msgid "One-time purchase, lifetime access."
msgstr "Achiziție unică, acces pe viață."
-#: src/components/modals/components/plutonium/GiftSection.tsx:89
-#: src/components/modals/components/plutonium/PricingSection.tsx:90
-#: src/components/modals/components/plutonium/PricingSection.tsx:121
+#: src/components/modals/components/plutonium/GiftSection.tsx:102
+#: src/components/modals/components/plutonium/PricingSection.tsx:103
+#: src/components/modals/components/plutonium/PricingSection.tsx:142
msgid "one-time, lifetime"
msgstr "o singură dată, pe viață"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:281
-#: src/components/channel/ChannelMembers.tsx:135
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:285
+#: src/components/channel/ChannelMembers.tsx:106
#: src/components/channel/dm/DMFriendsView.tsx:168
#: src/components/channel/friends/views/FriendsList.tsx:95
#: src/Constants.tsx:130
@@ -13051,7 +13128,7 @@ msgstr "Online"
msgid "Online Status"
msgstr "Stare online"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1382
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1406
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:212
#: src/components/modals/GuildNotificationSettingsModal.tsx:91
#: src/components/modals/GuildNotificationSettingsModal.tsx:281
@@ -13120,11 +13197,11 @@ msgstr "Deschide modalul de revendicare a contului"
msgid "Open color picker"
msgstr "Deschide selectorul de culoare"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1398
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1422
msgid "Open Community Notification Settings"
msgstr "Deschide setările de notificare ale comunității"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:286
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:322
msgid "Open Customer Portal"
msgstr "Deschide portalul clienților"
@@ -13293,7 +13370,7 @@ msgstr "Opțiunea trei"
msgid "Option Two"
msgstr "Opțiunea doi"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:89
+#: src/components/modals/components/plutonium/VisionarySection.tsx:98
msgid "Optional #0000 tag"
msgstr "Etichetă opțională #0000"
@@ -13309,7 +13386,7 @@ msgstr "SAU"
msgid "Or copy the link:"
msgstr "Sau copiază linkul:"
-#: src/components/modals/InviteModal.tsx:312
+#: src/components/modals/InviteModal.tsx:309
msgid "or send an invite link to a friend:"
msgstr "sau trimite un link de invitație unui prieten:"
@@ -13325,9 +13402,9 @@ msgstr "Mesajul original nu a putut fi încărcat"
msgid "Original message was deleted"
msgstr "Mesajul original a fost șters"
-#: src/components/pages/ReportPage.tsx:273
-#: src/components/pages/ReportPage.tsx:287
-#: src/components/pages/ReportPage.tsx:303
+#: src/components/pages/report/optionDescriptors.ts:54
+#: src/components/pages/report/optionDescriptors.ts:65
+#: src/components/pages/report/optionDescriptors.ts:78
#: src/constants/IARConstants.tsx:87
#: src/constants/IARConstants.tsx:139
#: src/constants/IARConstants.tsx:195
@@ -13463,8 +13540,8 @@ msgstr "Cheile de acces necesită un pachet macOS semnat cu un identificator de
#: src/components/auth/AuthLoginCore/AuthLoginEmailPasswordForm.tsx:90
#: src/components/auth/AuthRegisterFormCore.tsx:136
#: src/components/auth/AuthRegisterFormCore.tsx:217
-#: src/components/modals/ClaimAccountModal.tsx:168
-#: src/components/modals/ClaimAccountModal.tsx:208
+#: src/components/modals/ClaimAccountModal.tsx:170
+#: src/components/modals/ClaimAccountModal.tsx:210
#: src/components/modals/SudoVerificationModal.tsx:171
#: src/components/modals/SudoVerificationModal.tsx:236
#: src/components/modals/tabs/AccountSecurityTab/AccountTab.tsx:105
@@ -13546,11 +13623,11 @@ msgstr "Persoanele care sunt prieteni cu prietenii tăi te pot adăuga în chat-
msgid "People who are friends with your friends can call you"
msgstr "Persoanele care sunt prieteni cu prietenii tăi te pot suna"
-#: src/components/modals/components/plutonium/PricingSection.tsx:73
+#: src/components/modals/components/plutonium/PricingSection.tsx:80
msgid "per month"
msgstr "pe lună"
-#: src/components/modals/components/plutonium/PricingSection.tsx:80
+#: src/components/modals/components/plutonium/PricingSection.tsx:90
msgid "per year"
msgstr "pe an"
@@ -13588,8 +13665,8 @@ msgstr "Permisiuni acordate"
msgid "Personal notes"
msgstr "Note personale"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:479
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:778
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:493
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:810
#: src/components/channel/channel-header/useChannelHeaderData.ts:84
#: src/components/channel/dm/DMList.tsx:708
#: src/components/channel/dm/DMList.tsx:795
@@ -13662,16 +13739,16 @@ msgid "Pick which phone step to show"
msgstr "Alege ce pas al telefonului să fie afișat"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:336
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1132
-#: src/components/bottomsheets/DMBottomSheet.tsx:483
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1156
+#: src/components/bottomsheets/DMBottomSheet.tsx:485
#: src/components/channel/dm/DMList.tsx:287
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:153
msgid "Pin DM"
msgstr "Fixează mesaj direct"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:295
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1132
-#: src/components/bottomsheets/DMBottomSheet.tsx:483
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1156
+#: src/components/bottomsheets/DMBottomSheet.tsx:485
#: src/components/channel/dm/DMList.tsx:248
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:133
msgid "Pin Group DM"
@@ -13714,20 +13791,20 @@ msgid "Ping: {latency}ms"
msgstr "Ping: {latency}ms"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:219
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:566
-#: src/components/bottomsheets/DMBottomSheet.tsx:147
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:580
+#: src/components/bottomsheets/DMBottomSheet.tsx:149
#: src/components/channel/dm/DMList.tsx:214
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:115
msgid "Pinned DM"
msgstr "Mesaj direct fixat"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:219
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:566
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:580
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:95
msgid "Pinned group"
msgstr "Grup fixat"
-#: src/components/bottomsheets/DMBottomSheet.tsx:147
+#: src/components/bottomsheets/DMBottomSheet.tsx:149
msgid "Pinned group DM"
msgstr "DM grup ancorat"
@@ -13742,7 +13819,7 @@ msgstr "Mesaje fixate"
msgid "pinned:"
msgstr "fixat:"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:886
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:918
msgid "Pins"
msgstr "Fixări"
@@ -13789,15 +13866,15 @@ msgstr "Verifică-ți căsuța de e-mail pentru un mesaj de verificare."
msgid "Please enable Fluxer in System Settings → Privacy & Security → Input Monitoring."
msgstr "Activează Fluxer în Setările sistemului → Confidențialitate și securitate → Monitorizare intrare."
-#: src/components/pages/ReportPage.tsx:396
+#: src/components/pages/ReportPage.tsx:211
msgid "Please enter a valid email address."
msgstr "Te rugăm să introduci o adresă de email validă."
-#: src/components/channel/dm/AddFriendForm.tsx:74
+#: src/components/channel/dm/AddFriendForm.tsx:97
msgid "Please enter a valid FluxerTag (Username#0000)."
msgstr "Introdu un FluxerTag valid (NumeUtilizator#0000)."
-#: src/components/pages/ReportPage.tsx:509
+#: src/components/pages/ReportPage.tsx:336
msgid "Please enter a valid message link URL."
msgstr "Te rugăm să introduci un URL valid pentru linkul mesajului."
@@ -13809,26 +13886,22 @@ msgstr "Te rugăm să introduci un endpoint API."
msgid "Please fill out the following fields: {fieldList}"
msgstr "Te rugăm să completezi următoarele câmpuri: {fieldList}"
-#: src/components/pages/ReportPage.tsx:436
+#: src/components/pages/ReportPage.tsx:261
msgid "Please go back and enter a valid email address."
msgstr "Te rugăm să te întorci și să introduci o adresă de email validă."
-#: src/components/pages/ReportPage.tsx:542
+#: src/components/pages/ReportPage.tsx:369
msgid "Please include the community (guild) ID you are reporting."
msgstr "Include ID-ul comunității (gildei) pe care o raportezi."
-#: src/components/pages/ReportPage.tsx:504
+#: src/components/pages/ReportPage.tsx:331
msgid "Please paste the message link you are reporting."
msgstr "Lipește linkul mesajului pe care îl raportezi."
-#: src/components/pages/ReportPage.tsx:391
+#: src/components/pages/ReportPage.tsx:206
msgid "Please provide an email address."
msgstr "Introdu o adresă de e-mail."
-#: src/components/pages/ReportPage.tsx:801
-msgid "Please provide the details of your report."
-msgstr "Oferă detaliile raportului tău."
-
#: src/components/modals/tabs/ApplicationsTab/ApplicationDetail.tsx:555
msgid "Please retry or go back to the applications list."
msgstr "Reîncearcă sau întoarce-te la lista de aplicații."
@@ -13837,7 +13910,7 @@ msgstr "Reîncearcă sau întoarce-te la lista de aplicații."
msgid "Please select a violation category"
msgstr "Selectează o categorie de încălcare"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:297
+#: src/components/modals/tabs/GiftInventoryTab.tsx:320
msgid "Please try again later."
msgstr "Te rog încearcă din nou mai târziu."
@@ -13878,7 +13951,7 @@ msgstr "Confidențialitatea badge-ului Plutonium"
msgid "Plutonium perks"
msgstr "Beneficii Plutonium"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:110
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:129
msgid "Plutonium Subscription"
msgstr "Abonament Plutonium"
@@ -13886,7 +13959,7 @@ msgstr "Abonament Plutonium"
msgid "PNG"
msgstr "PNG"
-#: src/components/pages/ReportPage.tsx:331
+#: src/components/pages/report/optionDescriptors.ts:103
msgid "Poland"
msgstr "Polonia"
@@ -13903,7 +13976,7 @@ msgstr "sondaj"
msgid "Popouts"
msgstr "Ferestre desprinse"
-#: src/components/pages/ReportPage.tsx:332
+#: src/components/pages/report/optionDescriptors.ts:104
msgid "Portugal"
msgstr "Portugalia"
@@ -13943,11 +14016,11 @@ msgstr "Suprascriere tip Premium"
msgid "Press keys..."
msgstr "Apasă taste..."
-#: src/components/channel/MessageReactions.tsx:121
+#: src/components/channel/MessageReactions.tsx:120
msgid "press to add reaction"
msgstr "apasă pentru a adăuga reacție"
-#: src/components/channel/MessageReactions.tsx:121
+#: src/components/channel/MessageReactions.tsx:120
msgid "press to remove reaction"
msgstr "apasă pentru a elimina reacția"
@@ -14143,15 +14216,15 @@ msgstr "Protejează-ți contul cu autentificare cu doi factori și chei de acces
msgid "Provide any additional context that may help our Safety Team..."
msgstr "Oferă orice context suplimentar care i-ar putea ajuta pe cei de la Echipa de Siguranță..."
-#: src/components/pages/ReportPage.tsx:882
+#: src/components/pages/report/ReportStepDetails.tsx:156
msgid "Provide at least a user ID or a user tag."
msgstr "Oferă cel puțin un ID de utilizator sau un tag de utilizator."
-#: src/components/pages/ReportPage.tsx:527
+#: src/components/pages/ReportPage.tsx:354
msgid "Provide either a user ID or a FluxerTag for the person you are reporting."
msgstr "Oferă fie un ID de utilizator, fie un FluxerTag pentru persoana pe care o raportezi."
-#: src/components/pages/ReportPage.tsx:478
+#: src/components/pages/ReportPage.tsx:305
msgid "Provide your full legal name for the declaration."
msgstr "Oferă-ți numele legal complet pentru declarație."
@@ -14163,7 +14236,7 @@ msgstr "Membru eliminați inactivi timp de {dayCount, plural, one {<0># zi0>}
msgid "Public bot"
msgstr "Bot public"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:312
+#: src/components/modals/tabs/GiftInventoryTab.tsx:335
msgid "Purchase a Plutonium gift from the Plutonium tab to share with friends!"
msgstr "Cumpără un cadou Plutonium din fila Plutonium pentru a-l împărtăși prietenilor!"
@@ -14171,12 +14244,12 @@ msgstr "Cumpără un cadou Plutonium din fila Plutonium pentru a-l împărtăși
msgid "Purchase History"
msgstr "Istoric achiziții"
-#: src/components/modals/components/plutonium/PricingSection.tsx:61
+#: src/components/modals/components/plutonium/PricingSection.tsx:67
msgid "Purchase mode"
msgstr "Mod achiziție"
#. placeholder {0}: getFormattedShortDate(new Date(gift.created_at))
-#: src/components/modals/tabs/GiftInventoryTab.tsx:119
+#: src/components/modals/tabs/GiftInventoryTab.tsx:120
msgid "Purchased {0}"
msgstr "Achiziționat {0}"
@@ -14275,7 +14348,7 @@ msgstr "Butonii radio permit selectarea unei opțiuni dintr-un grup."
msgid "Radio Group"
msgstr "Grup radio"
-#: src/components/pages/ReportPage.tsx:300
+#: src/components/pages/report/optionDescriptors.ts:75
#: src/constants/IARConstants.tsx:180
msgid "Raid Coordination"
msgstr "Coordinare raid"
@@ -14310,7 +14383,7 @@ msgid "Reactions"
msgstr "Reacții"
#: src/components/layout/app-layout/nagbars/PremiumExpiredNagbar.tsx:77
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:284
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:320
msgid "Reactivate"
msgstr "Reactivare"
@@ -14323,15 +14396,15 @@ msgstr "Citește istoricul mesajelor"
msgid "Read the community's audit log of changes and moderation actions."
msgstr "Citește jurnalul de audit al comunității despre schimbări și acțiuni de moderare."
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:146
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:160
msgid "Read the Documentation (fluxer.dev)"
msgstr "Citește documentația (fluxer.dev)"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:52
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:60
msgid "Ready to Buy a Gift?"
msgstr "Ești gata să cumperi un cadou?"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:52
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:60
msgid "Ready to Upgrade?"
msgstr "Ești gata să faci upgrade?"
@@ -14388,11 +14461,11 @@ msgstr "Reconectare…"
msgid "Record shortcut"
msgstr "Înregistrează scurtătura"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:269
+#: src/components/modals/tabs/GiftInventoryTab.tsx:292
msgid "Redeem"
msgstr "Valorifică"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:232
+#: src/components/modals/tabs/GiftInventoryTab.tsx:255
msgid "Redeem a Gift"
msgstr "Valorifică un cadou"
@@ -14400,40 +14473,40 @@ msgstr "Valorifică un cadou"
msgid "Redeem Beta Code"
msgstr "Valorifică cod beta"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:165
+#: src/components/modals/tabs/GiftInventoryTab.tsx:166
msgid "Redeem for Yourself"
msgstr "Valorifică pentru tine"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:255
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:281
msgid "Redeem Gift Code"
msgstr "Valorifică codul cadou"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:238
+#: src/components/modals/tabs/GiftInventoryTab.tsx:261
msgid "Redeem gift code form"
msgstr "Formular de valorificare cod cadou"
#. placeholder {0}: redeemedBetaCodes.length
-#: src/components/modals/tabs/BetaCodesTab.tsx:349
+#: src/components/modals/tabs/BetaCodesTab.tsx:374
msgid "Redeemed ({0})"
msgstr "Valorificat ({0})"
#. placeholder {0}: getFormattedShortDate(new Date(gift.redeemed_at!))
-#: src/components/modals/tabs/GiftInventoryTab.tsx:117
+#: src/components/modals/tabs/GiftInventoryTab.tsx:118
msgid "Redeemed {0}"
msgstr "Valorificat {0}"
#. placeholder {0}: gift.redeemed_by.username
#. placeholder {1}: gift.redeemed_by.discriminator
-#: src/components/modals/tabs/GiftInventoryTab.tsx:153
+#: src/components/modals/tabs/GiftInventoryTab.tsx:154
msgid "Redeemed by {0}#{1}"
msgstr "Valorificat de {0}#{1}"
-#: src/components/modals/tabs/BetaCodesTab.tsx:54
+#: src/components/modals/tabs/BetaCodesTab.tsx:56
msgid "Redeemer"
msgstr "Cei care valorifică"
-#: src/components/modals/tabs/BetaCodesTab.tsx:111
-#: src/components/modals/tabs/BetaCodesTab.tsx:188
+#: src/components/modals/tabs/BetaCodesTab.tsx:113
+#: src/components/modals/tabs/BetaCodesTab.tsx:190
msgid "Redeemer:"
msgstr "Persoană care valorifică:"
@@ -14526,7 +14599,7 @@ msgstr "Buton obișnuit"
msgid "Regular button clicked!"
msgstr "Butonul obișnuit a fost apăsat!"
-#: src/components/channel/channel-view/DMChannelView.tsx:298
+#: src/components/channel/channel-view/DMChannelView.tsx:299
#: src/components/voice/IncomingCallUI.tsx:310
msgid "Reject"
msgstr "Respinge"
@@ -14624,19 +14697,19 @@ msgstr "Elimină sunetul de intrare"
msgid "Remove filter"
msgstr "Elimină filtrul"
-#: src/components/bottomsheets/DMBottomSheet.tsx:508
-#: src/components/channel/dm/DMWelcomeSection.tsx:132
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:144
+#: src/components/bottomsheets/DMBottomSheet.tsx:510
+#: src/components/channel/dm/DMWelcomeSection.tsx:144
#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:146
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:253
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:148
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:255
#: src/components/modals/UserProfileActionsSheet.tsx:115
#: src/components/modals/UserProfileActionsSheet.tsx:117
#: src/components/modals/UserProfileActionsSheet.tsx:278
-#: src/components/modals/UserProfileMobileSheet.tsx:302
-#: src/components/modals/UserProfileMobileSheet.tsx:304
+#: src/components/modals/UserProfileMobileSheet.tsx:303
+#: src/components/modals/UserProfileMobileSheet.tsx:305
#: src/components/modals/UserProfileModal.tsx:1143
-#: src/components/modals/UserProfileModal.tsx:1228
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:108
+#: src/components/modals/UserProfileModal.tsx:1229
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:129
#: src/utils/RelationshipActionUtils.tsx:113
#: src/utils/RelationshipActionUtils.tsx:115
msgid "Remove Friend"
@@ -14654,8 +14727,8 @@ msgid "Remove from favorites"
msgstr "Elimină din favorite"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:370
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1103
-#: src/components/bottomsheets/DMBottomSheet.tsx:400
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1127
+#: src/components/bottomsheets/DMBottomSheet.tsx:402
#: src/components/channel/ChannelHeader.tsx:547
#: src/components/channel/ChannelHeader.tsx:595
#: src/components/channel/ChannelHeader.tsx:600
@@ -14720,7 +14793,7 @@ msgstr "Elimină spoilerul"
msgid "Remove sticker"
msgstr "Elimină autocolantul"
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:285
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:288
#: src/components/modals/RemoveTimeoutModal.tsx:61
#: src/components/modals/RemoveTimeoutModal.tsx:75
#: src/components/modals/TimeoutMemberSheet.tsx:101
@@ -14763,11 +14836,11 @@ msgid "Removed from bookmarks"
msgstr "Eliminat din marcaje"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:115
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:541
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:555
msgid "Removed from favorites"
msgstr "Eliminat din favorite"
-#: src/components/bottomsheets/DMBottomSheet.tsx:126
+#: src/components/bottomsheets/DMBottomSheet.tsx:128
msgid "Removed from Favorites"
msgstr "Eliminat din Favorite"
@@ -14891,7 +14964,7 @@ msgstr "Comunitatea a fost redenumită în {0}."
msgid "Render all your messages as unknown message type"
msgstr "Randează toate mesajele tale ca tip de mesaj necunoscut"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:234
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:253
msgid "Renews on <0>{renewalDate}0>."
msgstr "Se reînnoiește pe <0>{renewalDate}0>."
@@ -14932,15 +15005,15 @@ msgstr "Răspunde"
msgid "Replying to <0>{authorNickname}0>"
msgstr "Răspunzi la <0>{authorNickname}0>"
-#: src/components/pages/ReportPage.tsx:249
+#: src/components/pages/report/optionDescriptors.ts:38
msgid "Report a Community"
msgstr "Raportează o comunitate"
-#: src/components/pages/ReportPage.tsx:247
+#: src/components/pages/report/optionDescriptors.ts:36
msgid "Report a Message"
msgstr "Raportează un mesaj"
-#: src/components/pages/ReportPage.tsx:248
+#: src/components/pages/report/optionDescriptors.ts:37
msgid "Report a User Profile"
msgstr "Raportează un profil de utilizator"
@@ -14949,12 +15022,12 @@ msgstr "Raportează un profil de utilizator"
msgid "Report Community"
msgstr "Raportează comunitatea"
-#: src/components/pages/ReportPage.tsx:801
-msgid "Report Details"
+#: src/components/pages/report/ReportStepDetails.tsx:74
+msgid "Report details"
msgstr "Detalii raport"
-#: src/components/pages/ReportPage.tsx:241
-#: src/components/pages/ReportPage.tsx:612
+#: src/components/pages/report/ReportStepSelection.tsx:41
+#: src/components/pages/ReportPage.tsx:60
msgid "Report Illegal Content"
msgstr "Raportează conținut ilegal"
@@ -14963,33 +15036,24 @@ msgstr "Raportează conținut ilegal"
msgid "Report Message"
msgstr "Raportează mesajul"
-#: src/components/pages/ReportPage.tsx:588
-msgid "Report Submitted"
+#: src/components/pages/report/ReportStepComplete.tsx:36
+msgid "Report submitted"
msgstr "Raport trimis"
#: src/components/modals/IARModal.tsx:128
msgid "Report submitted successfully. Our Safety Team will review it shortly."
msgstr "Raportul a fost trimis cu succes. Echipa noastră de siguranță îl va analiza în curând."
-#: src/components/pages/ReportPage.tsx:624
-msgid "Report Type"
-msgstr "Tip raport"
-
#: src/components/modals/IARModal.tsx:84
#: src/components/modals/UserProfileActionsSheet.tsx:289
#: src/components/modals/UserProfileModal.tsx:1157
msgid "Report User"
msgstr "Raportează utilizatorul"
-#: src/components/pages/ReportPage.tsx:852
+#: src/components/pages/report/ReportStepDetails.tsx:123
msgid "Reported User Tag (optional)"
msgstr "Tag de utilizator raportat (opțional)"
-#: src/components/pages/ReportPage.tsx:644
-#: src/components/pages/ReportPage.tsx:804
-msgid "Reporting:"
-msgstr "Raportare:"
-
#: src/components/modals/tabs/PrivacySafetyTab/DataExportTab.tsx:48
#: src/components/modals/tabs/PrivacySafetyTab/DataExportTab.tsx:125
msgid "Request Data Export"
@@ -15050,7 +15114,7 @@ msgstr "Necesită Plutonium"
msgid "Reschedule Message"
msgstr "Reprogramează mesajul"
-#: src/components/modals/ClaimAccountModal.tsx:222
+#: src/components/modals/ClaimAccountModal.tsx:224
#: src/components/modals/EmailChangeModal.tsx:230
#: src/components/modals/EmailChangeModal.tsx:294
msgid "Resend"
@@ -15064,7 +15128,11 @@ msgstr "Retrimite ({newSecondsRemaining}s)"
msgid "Resend ({originalSecondsRemaining}s)"
msgstr "Retrimite ({originalSecondsRemaining}s)"
-#: src/components/modals/ClaimAccountModal.tsx:222
+#: src/components/pages/report/ReportStepVerification.tsx:114
+msgid "Resend ({resendCooldownSeconds}s)"
+msgstr "Retrimite ({resendCooldownSeconds}s)"
+
+#: src/components/modals/ClaimAccountModal.tsx:224
msgid "Resend ({resendSecondsRemaining}s)"
msgstr "Retrimite ({resendSecondsRemaining}s)"
@@ -15072,7 +15140,7 @@ msgstr "Retrimite ({resendSecondsRemaining}s)"
msgid "Resend Button Loading"
msgstr "Buton retrimit încărcare"
-#: src/components/pages/ReportPage.tsx:761
+#: src/components/pages/report/ReportStepVerification.tsx:116
msgid "Resend code"
msgstr "Retrimite codul"
@@ -15097,7 +15165,7 @@ msgid "Resent"
msgstr "Retrimis"
#: src/components/keybinds/KeybindRecorder.tsx:215
-#: src/components/modals/components/MobileSettingsView.tsx:128
+#: src/components/modals/components/MobileSettingsView.tsx:123
#: src/components/modals/components/SettingsModalHeader.tsx:81
#: src/components/modals/ImageCropModal.tsx:977
#: src/components/modals/tabs/KeybindsTab.tsx:154
@@ -15173,8 +15241,8 @@ msgstr "Restabilește modul fullscreen"
msgid "Restore maximized"
msgstr "Restabilește maximizarea"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:280
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:282
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:316
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:318
msgid "Resubscribe"
msgstr "Reabonează-te"
@@ -15189,11 +15257,11 @@ msgstr "Reabonează-te"
#: src/components/modals/guildTabs/GuildStickersTab.tsx:211
#: src/components/modals/guildTabs/GuildWebhooksTab.tsx:137
#: src/components/modals/tabs/ApplicationsTab/ApplicationDetail.tsx:559
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:108
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:112
#: src/components/modals/tabs/AuthorizedAppsTab.tsx:121
-#: src/components/modals/tabs/BetaCodesTab.tsx:301
+#: src/components/modals/tabs/BetaCodesTab.tsx:326
#: src/components/modals/tabs/DevicesTab.tsx:231
-#: src/components/modals/tabs/GiftInventoryTab.tsx:300
+#: src/components/modals/tabs/GiftInventoryTab.tsx:323
msgid "Retry"
msgstr "Reîncearcă"
@@ -15244,8 +15312,8 @@ msgstr "Verifică ce solicită această aplicație înainte să continui."
#: src/components/invites/InviteListItem.tsx:217
#: src/components/modals/GroupInvitesBottomSheet.tsx:78
#: src/components/modals/GroupInvitesModal.tsx:76
-#: src/components/modals/tabs/BetaCodesTab.tsx:143
-#: src/components/modals/tabs/BetaCodesTab.tsx:220
+#: src/components/modals/tabs/BetaCodesTab.tsx:145
+#: src/components/modals/tabs/BetaCodesTab.tsx:222
msgid "Revoke"
msgstr "Revocă"
@@ -15369,7 +15437,7 @@ msgstr "Roluri și permisiuni"
msgid "Roles updated successfully"
msgstr "Rolurile au fost actualizate cu succes"
-#: src/components/pages/ReportPage.tsx:333
+#: src/components/pages/report/optionDescriptors.ts:105
msgid "Romania"
msgstr "România"
@@ -15423,7 +15491,7 @@ msgstr "Saturație"
#: src/components/modals/AddFavoriteMemeModal.tsx:102
#: src/components/modals/AttachmentEditModal.tsx:90
#: src/components/modals/BaseChangeNicknameModal.tsx:115
-#: src/components/modals/components/MobileSettingsView.tsx:131
+#: src/components/modals/components/MobileSettingsView.tsx:126
#: src/components/modals/CustomStatusBottomSheet.tsx:231
#: src/components/modals/CustomStatusModal.tsx:362
#: src/components/modals/EditFavoriteMemeModal.tsx:88
@@ -15438,9 +15506,9 @@ msgstr "Saturație"
msgid "Save"
msgstr "Salvează"
-#: src/components/modals/components/plutonium/GiftSection.tsx:72
-#: src/components/modals/components/plutonium/PricingSection.tsx:81
-#: src/components/modals/components/plutonium/PricingSection.tsx:104
+#: src/components/modals/components/plutonium/GiftSection.tsx:79
+#: src/components/modals/components/plutonium/PricingSection.tsx:91
+#: src/components/modals/components/plutonium/PricingSection.tsx:119
msgid "Save 17%"
msgstr "Economisește 17%"
@@ -15600,8 +15668,8 @@ msgstr "Derulează chatul în jos"
msgid "Scroll Chat Up"
msgstr "Derulează chatul în sus"
-#: src/components/modals/components/plutonium/GiftSection.tsx:103
-#: src/components/modals/components/plutonium/PricingSection.tsx:138
+#: src/components/modals/components/plutonium/GiftSection.tsx:117
+#: src/components/modals/components/plutonium/PricingSection.tsx:160
msgid "Scroll down to view all the sweet perks you get with Plutonium"
msgstr "Derulează în jos pentru a vedea toate beneficiile Plutonium"
@@ -15613,11 +15681,11 @@ msgstr "Derulează istoricul chatului în jos"
msgid "Scroll the chat history up"
msgstr "Derulează istoricul chatului în sus"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:857
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:889
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:400
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:460
#: src/components/channel/ChannelHeader.tsx:586
-#: src/components/channel/shared/PickerSearchInput.tsx:204
+#: src/components/channel/shared/PickerSearchInput.tsx:203
#: src/components/modals/tabs/ComponentGalleryTab/InputsTab.tsx:126
#: src/stores/KeybindStore.ts:414
#: src/utils/quick-switcher/QuickSwitcherModalUtils.tsx:86
@@ -15674,7 +15742,7 @@ msgstr "Caută canale, oameni sau comunități"
#: src/components/common/FriendSelector.tsx:196
#: src/components/modals/AddFriendsToGroupModal.tsx:53
#: src/components/modals/CreateDMModal.tsx:68
-#: src/components/modals/InviteModal.tsx:237
+#: src/components/modals/InviteModal.tsx:248
#: src/components/modals/shared/RecipientList.tsx:177
#: src/components/modals/ShareThemeModal.tsx:144
msgid "Search friends"
@@ -15718,7 +15786,7 @@ msgstr "Caută cereri în așteptare"
msgid "Search Permissions..."
msgstr "Caută permisiuni..."
-#: src/components/channel/ChannelSearchResults.tsx:321
+#: src/components/channel/ChannelSearchResults.tsx:278
#: src/components/modals/components/DesktopSettingsView.tsx:360
msgid "Search Results"
msgstr "Rezultatele căutării"
@@ -15737,7 +15805,7 @@ msgid "Search scope"
msgstr "Domeniu căutare"
#. placeholder {0}: activeScopeOption.label
-#: src/components/channel/ChannelSearchResults.tsx:1052
+#: src/components/channel/ChannelSearchResults.tsx:1031
#: src/components/channel/MessageSearchBar/MessageSearchBar.tsx:378
msgid "Search scope: {0}"
msgstr "Domeniul căutării: {0}"
@@ -15767,7 +15835,7 @@ msgstr "Caută utilizatori"
msgid "Search within the current view"
msgstr "Caută în vizualizarea curentă"
-#: src/components/channel/ChannelSearchResults.tsx:319
+#: src/components/channel/ChannelSearchResults.tsx:276
msgid "Searching..."
msgstr "Căutare..."
@@ -15848,9 +15916,9 @@ msgstr "Vezi cum arată invitația ta pentru vizitatori."
msgid "Select"
msgstr "Selectează"
-#: src/components/pages/ReportPage.tsx:261
-#: src/components/pages/ReportPage.tsx:280
-#: src/components/pages/ReportPage.tsx:294
+#: src/components/pages/report/optionDescriptors.ts:42
+#: src/components/pages/report/optionDescriptors.ts:58
+#: src/components/pages/report/optionDescriptors.ts:69
msgid "Select a category"
msgstr "Selectează o categorie"
@@ -15871,7 +15939,7 @@ msgstr "Selectează o comunitate"
msgid "Select a community where you have <0>Manage Community0> permissions."
msgstr "Selectează o comunitate unde ai permisiunea <0>Manage Community0>."
-#: src/components/pages/ReportPage.tsx:310
+#: src/components/pages/report/optionDescriptors.ts:82
msgid "Select a country"
msgstr "Selectează o țară"
@@ -15887,7 +15955,7 @@ msgstr "Selectează un scenariu de aplicat..."
msgid "Select a verification method."
msgstr "Selectează o metodă de verificare."
-#: src/components/pages/ReportPage.tsx:473
+#: src/components/pages/ReportPage.tsx:300
msgid "Select a violation category."
msgstr "Selectează o categorie de încălcare."
@@ -15958,11 +16026,15 @@ msgstr "Selectează ecranul sau fereastra"
msgid "Select the account you want to sign in with on the desktop app."
msgstr "Selectează contul cu care vrei să te conectezi în aplicația de desktop."
+#: src/components/pages/report/ReportStepSelection.tsx:44
+msgid "Select what you want to report."
+msgstr "Selectează ce dorești să raportezi."
+
#: src/components/modals/utils/settingsSearchIndex.ts:460
msgid "Select your camera"
msgstr "Selectează-ți camera"
-#: src/components/pages/ReportPage.tsx:483
+#: src/components/pages/ReportPage.tsx:310
msgid "Select your country of residence."
msgstr "Selectează țara de reședință."
@@ -15986,7 +16058,7 @@ msgstr "Selectează..."
msgid "Selections"
msgstr "Selecții"
-#: src/components/pages/ReportPage.tsx:269
+#: src/components/pages/report/optionDescriptors.ts:50
#: src/constants/IARConstants.tsx:67
msgid "Self-Harm or Suicide"
msgstr "Autovătămare sau sinucidere"
@@ -16035,7 +16107,7 @@ msgstr "Trimite un mesaj în acțiune (îl redă în cursiv)."
msgid "Send an SMS code first."
msgstr "Trimite mai întâi un cod SMS."
-#: src/components/modals/ClaimAccountModal.tsx:182
+#: src/components/modals/ClaimAccountModal.tsx:184
#: src/components/modals/EmailChangeModal.tsx:265
#: src/components/modals/PhoneAddModal.tsx:206
msgid "Send code"
@@ -16045,9 +16117,9 @@ msgstr "Trimite cod"
msgid "Send Code"
msgstr "Trimite cod"
-#: src/components/channel/dm/DMWelcomeSection.tsx:109
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:269
-#: src/components/modals/UserProfileModal.tsx:1288
+#: src/components/channel/dm/DMWelcomeSection.tsx:112
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:272
+#: src/components/modals/UserProfileModal.tsx:1290
msgid "Send Friend Request"
msgstr "Trimite cerere de prietenie"
@@ -16073,7 +16145,7 @@ msgstr "Trimite mesaje"
msgid "Send Messages"
msgstr "Trimite mesaje"
-#: src/components/channel/dm/AddFriendForm.tsx:119
+#: src/components/channel/dm/AddFriendForm.tsx:142
msgid "Send Request"
msgstr "Trimite cerere"
@@ -16097,11 +16169,11 @@ msgstr "Trimite mesaje text-în-vorbire."
msgid "Send TTS Messages"
msgstr "Trimite mesaje TTS"
-#: src/components/pages/ReportPage.tsx:676
+#: src/components/pages/report/ReportStepEmail.tsx:92
msgid "Send Verification Code"
msgstr "Trimite cod de verificare"
-#: src/components/modals/InviteModal.tsx:258
+#: src/components/modals/InviteModal.tsx:268
#: src/components/modals/shared/RecipientList.tsx:223
#: src/components/modals/ShareThemeModal.tsx:162
msgid "Sent"
@@ -16128,7 +16200,7 @@ msgstr "Sesiunea a expirat. Te rugăm să te reconectezi."
msgid "Set a custom invite URL for your community."
msgstr "Setează un URL personalizat de invitație pentru comunitatea ta."
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:401
+#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:361
#: src/components/modals/StatusChangeBottomSheet.tsx:171
#: src/components/popouts/UserAreaPopout.tsx:444
msgid "Set a custom status"
@@ -16336,7 +16408,7 @@ msgid "Set your timezone"
msgstr "Setează-ți fusul orar"
#: src/components/bottomsheets/VoiceLobbyBottomSheet.tsx:220
-#: src/components/modals/components/MobileSettingsView.tsx:531
+#: src/components/modals/components/MobileSettingsView.tsx:485
#: src/components/modals/tabs/ComponentGalleryTab/ButtonsTab.tsx:150
#: src/components/modals/tabs/ComponentGalleryTab/ButtonsTab.tsx:221
#: src/components/modals/tabs/ComponentGalleryTab/index.tsx:94
@@ -16383,7 +16455,11 @@ msgstr "Acțiune de distribuire!"
msgid "Share Audio"
msgstr "Partajează audio"
-#: src/components/modals/components/plutonium/GiftSection.tsx:63
+#: src/components/pages/report/ReportStepDetails.tsx:77
+msgid "Share only what's needed to help our team assess the content."
+msgstr "Împărtășește doar ceea ce este necesar pentru a ajuta echipa noastră să evalueze conținutul."
+
+#: src/components/modals/components/plutonium/GiftSection.tsx:69
msgid "Share the Plutonium experience with your friends by purchasing a gift subscription."
msgstr "Împărtășește experiența Plutonium cu prietenii prin achiziția unui abonament cadou."
@@ -16417,7 +16493,7 @@ msgstr "Distribuie-ți tema"
msgid "Shared theme"
msgstr "Temă partajată"
-#: src/components/pages/ReportPage.tsx:268
+#: src/components/pages/report/optionDescriptors.ts:49
#: src/constants/IARConstants.tsx:62
msgid "Sharing Personal Information"
msgstr "Distribuirea informațiilor personale"
@@ -16797,11 +16873,11 @@ msgstr "Slider cu valori în trepte"
msgid "Sliders"
msgstr "Slidere"
-#: src/components/pages/ReportPage.tsx:334
+#: src/components/pages/report/optionDescriptors.ts:106
msgid "Slovakia"
msgstr "Slovacia"
-#: src/components/pages/ReportPage.tsx:335
+#: src/components/pages/report/optionDescriptors.ts:107
msgid "Slovenia"
msgstr "Slovenia"
@@ -16952,7 +17028,8 @@ msgstr "Ceva nu a mers bine și aplicația s-a închis. Încearcă să reîncarc
msgid "Something went wrong while loading the audit log."
msgstr "Ceva nu a mers bine la încărcarea jurnalului de audit."
-#: src/components/pages/ReportPage.tsx:563
+#: src/components/pages/ReportPage.tsx:103
+#: src/components/pages/ReportPage.tsx:395
msgid "Something went wrong while submitting the report. Please try again."
msgstr "Ceva nu a mers bine la trimiterea raportului. Te rog încearcă din nou."
@@ -16969,7 +17046,7 @@ msgid "Sort"
msgstr "Ordine"
#. placeholder {0}: activeSortOption.label
-#: src/components/channel/ChannelSearchResults.tsx:1063
+#: src/components/channel/ChannelSearchResults.tsx:1042
msgid "Sort mode: {0}"
msgstr "Mod de sortare: {0}"
@@ -17008,21 +17085,21 @@ msgstr "Spațiu între grupurile de mesaje"
msgid "Spacious layout with clear visual separation between messages."
msgstr "Aspect aerisit cu separare vizuală clară între mesaje."
-#: src/components/pages/ReportPage.tsx:336
+#: src/components/pages/report/optionDescriptors.ts:108
msgid "Spain"
msgstr "Spania"
-#: src/components/pages/ReportPage.tsx:283
+#: src/components/pages/report/optionDescriptors.ts:61
#: src/constants/IARConstants.tsx:119
msgid "Spam Account"
msgstr "Cont spam"
-#: src/components/pages/ReportPage.tsx:265
+#: src/components/pages/report/optionDescriptors.ts:46
#: src/constants/IARConstants.tsx:47
msgid "Spam or Scam"
msgstr "Spam sau înșelătorie"
-#: src/components/pages/ReportPage.tsx:301
+#: src/components/pages/report/optionDescriptors.ts:76
#: src/constants/IARConstants.tsx:185
msgid "Spam or Scam Community"
msgstr "Comunitate spam sau înșelătorie"
@@ -17141,9 +17218,9 @@ msgstr "Începe să creezi un pachet personalizat de emoji-uri pe care îl poți
msgid "Start Mic Test"
msgstr "Pornește testul microfonului"
-#: src/components/pages/ReportPage.tsx:687
-#: src/components/pages/ReportPage.tsx:771
-#: src/components/pages/ReportPage.tsx:964
+#: src/components/pages/report/ReportStepDetails.tsx:252
+#: src/components/pages/report/ReportStepEmail.tsx:103
+#: src/components/pages/report/ReportStepVerification.tsx:132
msgid "Start over"
msgstr "Începe din nou"
@@ -17151,13 +17228,13 @@ msgstr "Începe din nou"
msgid "Start Sharing"
msgstr "Începe partajarea"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:122
+#: src/components/channel/ChannelHeader/CallButtons.tsx:160
#: src/components/modals/UserProfileModal.tsx:1109
#: src/components/uikit/ContextMenu/items/CallMenuItems.tsx:91
msgid "Start Video Call"
msgstr "Pornește apel video"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:70
+#: src/components/channel/ChannelHeader/CallButtons.tsx:90
#: src/components/modals/UserProfileModal.tsx:1100
#: src/components/uikit/ContextMenu/items/CallMenuItems.tsx:60
msgid "Start Voice Call"
@@ -17182,9 +17259,21 @@ msgstr "Indicatori de stare"
msgid "Status Slate"
msgstr "Placă de stare"
-#: src/components/pages/ReportPage.tsx:574
-msgid "Step {stepNumber} of {FLOW_TOTAL_STEPS}"
-msgstr "Pasul {stepNumber} din {FLOW_TOTAL_STEPS}"
+#: src/components/pages/report/ReportStepSelection.tsx:38
+msgid "Step 1"
+msgstr "Pasul 1"
+
+#: src/components/pages/report/ReportStepEmail.tsx:51
+msgid "Step 2"
+msgstr "Pasul 2"
+
+#: src/components/pages/report/ReportStepVerification.tsx:61
+msgid "Step 3"
+msgstr "Pasul 3"
+
+#: src/components/pages/report/ReportStepDetails.tsx:71
+msgid "Step 4"
+msgstr "Pasul 4"
#: src/utils/SystemMessageUtils.tsx:45
msgid "Step in, {username}! No paradoxes here; we're all friends."
@@ -17229,7 +17318,7 @@ msgid "Sticker density"
msgstr "Densitatea autocolantelor"
#: src/components/auth/InviteHeader.tsx:140
-#: src/components/channel/InviteEmbed.tsx:197
+#: src/components/channel/InviteEmbed.tsx:199
#: src/components/modals/InviteAcceptModal.tsx:142
#: src/components/modals/tabs/ExpressionPacksTab.tsx:70
msgid "Sticker pack"
@@ -17261,7 +17350,7 @@ msgstr "Autocolant actualizat"
#: src/components/channel/AutocompleteEmoji.tsx:111
#: src/components/channel/textarea/TextareaButtons.tsx:134
-#: src/components/modals/ExpressionPickerSheet.tsx:86
+#: src/components/modals/ExpressionPickerSheet.tsx:73
#: src/components/popouts/ExpressionPickerPopout.tsx:79
msgid "Stickers"
msgstr "Autocolante"
@@ -17330,11 +17419,11 @@ msgstr "Sala de studiu"
msgid "Style Variations"
msgstr "Variații de stil"
-#: src/components/pages/ReportPage.tsx:601
+#: src/components/pages/report/ReportStepComplete.tsx:41
msgid "Submit another report"
msgstr "Trimite un alt raport"
-#: src/components/pages/ReportPage.tsx:958
+#: src/components/pages/report/ReportStepDetails.tsx:240
msgid "Submit DSA Report"
msgstr "Trimite raport DSA"
@@ -17346,7 +17435,7 @@ msgstr "Trimite raportul"
msgid "Submitting"
msgstr "Se trimite"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:53
+#: src/components/modals/components/plutonium/VisionarySection.tsx:58
msgid "subscription"
msgstr "abonament"
@@ -17464,7 +17553,7 @@ msgstr "Suprimă incorporări"
msgid "Swap text to reverify variants"
msgstr "Comută textul pentru reverificarea variantelor"
-#: src/components/pages/ReportPage.tsx:337
+#: src/components/pages/report/optionDescriptors.ts:109
msgid "Sweden"
msgstr "Suedia"
@@ -17476,7 +17565,7 @@ msgstr "Suedeză"
msgid "Switch account"
msgstr "Comută contul"
-#: src/components/popouts/UserAreaPopout.tsx:497
+#: src/components/popouts/UserAreaPopout.tsx:499
msgid "Switch Accounts"
msgstr "Comută conturile"
@@ -17649,8 +17738,8 @@ msgstr "Text (NSFW)"
msgid "Text channel"
msgstr "Canal text"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:473
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:662
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:487
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:676
#: src/components/channel/channel-header/useChannelHeaderData.ts:96
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:314
msgid "Text Channel"
@@ -17677,19 +17766,19 @@ msgstr "Zona de text"
msgid "Thai"
msgstr "Thai"
-#: src/components/pages/ReportPage.tsx:589
-msgid "Thank you for filing a report. We'll review it as soon as possible."
-msgstr "Îți mulțumim pentru raport. Îl vom revizui cât mai curând posibil."
-
#: src/components/modals/IARModal.tsx:187
msgid "Thank you for helping keep Fluxer safe. Reports are reviewed by our Safety Team. False reports may result in action against your account."
msgstr "Mulțumim că ajuți la menținerea Fluxer în siguranță. Raportele sunt analizate de Echipa de siguranță. Raportările false pot duce la acțiuni asupra contului tău."
+#: src/components/pages/report/ReportStepComplete.tsx:37
+msgid "Thank you for helping keep Fluxer safe. We'll review your report as soon as possible."
+msgstr "Îți mulțumim că ajuti la menținerea Fluxer în siguranță. Vom analiza raportul tău cât mai curând posibil."
+
#: src/components/form/ColorPickerField.tsx:274
msgid "That doesn't look like a valid color. Try hex, rgb(), hsl(), or a CSS color name."
msgstr "Aceasta nu pare a fi o culoare validă. Încearcă hex, rgb(), hsl() sau un nume de culoare CSS."
-#: src/components/pages/ReportPage.tsx:846
+#: src/components/pages/report/ReportStepDetails.tsx:117
msgid "That doesn't look like a valid URL."
msgstr "Aceasta nu pare a fi un URL valid."
@@ -17733,8 +17822,8 @@ msgstr "Botul a fost adăugat."
msgid "The channel you're looking for may have been deleted or you may not have access to it."
msgstr "Canalul pe care îl cauți ar fi putut fi șters sau s-ar putea să nu ai acces la el."
-#: src/components/layout/GuildLayout.tsx:308
-#: src/components/layout/GuildLayout.tsx:371
+#: src/components/layout/GuildLayout.tsx:313
+#: src/components/layout/GuildLayout.tsx:376
msgid "The community you're looking for may have been deleted or you may not have access to it."
msgstr "Comunitatea pe care o cauți ar fi putut fi ștersă sau s-ar putea să nu ai acces la ea."
@@ -17795,7 +17884,7 @@ msgstr "Timeout-ul nu poate depăși 365 de zile (31536000 de secunde)."
msgid "The URL this link channel points to."
msgstr "URL-ul către care duce acest canal link."
-#: src/components/pages/ReportPage.tsx:452
+#: src/components/pages/ReportPage.tsx:277
msgid "The verification code is invalid or expired."
msgstr "Codul de verificare este invalid sau a expirat."
@@ -17869,7 +17958,7 @@ msgstr "Aceste setări folosesc procesarea audio nativă a browserului pentru a
msgid "These toggles force the client to treat features as enabled or disabled without relying on the server configuration. They only affect your client experience and are shown to developers for testing."
msgstr "Aceste comutatoare obligă clientul să trateze funcțiile ca fiind activate sau dezactivate fără a se baza pe configurarea serverului. Ele afectează doar experiența ta și sunt prezentate dezvoltatorilor pentru testare."
-#: src/components/channel/channel-view/DMChannelView.tsx:356
+#: src/components/channel/channel-view/DMChannelView.tsx:357
msgid "They might have taken the DeLorean elsewhere."
msgstr "Probabil au luat DeLorean-ul în altă parte."
@@ -17877,7 +17966,7 @@ msgstr "Probabil au luat DeLorean-ul în altă parte."
msgid "they/them"
msgstr "ei/ele"
-#: src/components/channel/channel-view/DMChannelView.tsx:342
+#: src/components/channel/channel-view/DMChannelView.tsx:343
msgid "Think, McFly! Did you type the right address?"
msgstr "Gândește-te, McFly! Ai tastat adresa corectă?"
@@ -17979,7 +18068,7 @@ msgstr "Această comunitate a dezactivat temporar invitațiile. Poți încerca d
msgid "This community requires you to verify your account before joining. Please set an email and password for your account."
msgstr "Această comunitate cere verificarea contului înainte de a te alătura. Te rugăm setează un email și o parolă pentru contul tău."
-#: src/components/channel/channel-view/DMChannelView.tsx:339
+#: src/components/channel/channel-view/DMChannelView.tsx:340
msgid "This conversation has been erased"
msgstr "Această conversație a fost ștearsă"
@@ -18008,8 +18097,8 @@ msgstr "Acest cod cadou a fost deja revendicat."
msgid "This gift code has already been redeemed."
msgstr "Acest cod cadou a fost deja răscumpărat."
-#: src/components/channel/GiftEmbed.tsx:148
-#: src/components/modals/GiftAcceptModal.tsx:92
+#: src/components/channel/GiftEmbed.tsx:159
+#: src/components/modals/GiftAcceptModal.tsx:99
msgid "This gift code is invalid or already claimed."
msgstr "Acest cod cadou este invalid sau deja revendicat."
@@ -18022,11 +18111,11 @@ msgstr "Acest cod cadou este invalid sau a fost deja răscumpărat."
msgid "This gift code may be invalid, expired, or already redeemed."
msgstr "Acest cod cadou poate fi invalid, expirat sau deja răscumpărat."
-#: src/components/modals/GiftAcceptModal.tsx:118
+#: src/components/modals/GiftAcceptModal.tsx:125
msgid "This gift has already been claimed."
msgstr "Acest cadou a fost deja revendicat."
-#: src/components/modals/tabs/GiftInventoryTab.tsx:157
+#: src/components/modals/tabs/GiftInventoryTab.tsx:158
msgid "This gift has been redeemed"
msgstr "Acest cadou a fost răscumpărat"
@@ -18044,7 +18133,7 @@ msgstr "Această invitație expiră în {0}."
msgid "This invite has unlimited uses."
msgstr "Această invitație are utilizări nelimitate."
-#: src/components/modals/InviteModal.tsx:321
+#: src/components/modals/InviteModal.tsx:318
msgid "This invite link never expires."
msgstr "Acest link de invitație nu expiră niciodată."
@@ -18059,23 +18148,19 @@ msgstr "Această invitație s-ar putea să fi expirat sau să fi fost ștearsă.
msgid "This invite never expires."
msgstr "Această invitație nu expiră niciodată."
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:170
-#: src/components/emojis/EmojiInfoContent.tsx:79
+#: src/components/emojis/EmojiAttributionSubtext.tsx:130
msgid "This is a custom emoji from"
msgstr "Acesta este un emoji personalizat de la"
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:160
-#: src/components/emojis/EmojiInfoContent.tsx:68
+#: src/components/emojis/EmojiAttributionSubtext.tsx:121
msgid "This is a custom emoji from a community."
msgstr "Acesta este un emoji personalizat dintr-o comunitate."
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:150
-#: src/components/emojis/EmojiInfoContent.tsx:56
+#: src/components/emojis/EmojiAttributionSubtext.tsx:111
msgid "This is a custom emoji from a community. Ask the author for an invite to use this emoji."
msgstr "Acesta este un emoji personalizat dintr-o comunitate. Cere autorului o invitație pentru a folosi acest emoji."
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:138
-#: src/components/emojis/EmojiInfoContent.tsx:43
+#: src/components/emojis/EmojiAttributionSubtext.tsx:101
msgid "This is a default emoji on Fluxer."
msgstr "Acesta este un emoji implicit pe Fluxer."
@@ -18095,8 +18180,8 @@ msgstr "Așa apar mesajele"
msgid "This is not the channel you're looking for."
msgstr "Acesta nu este canalul pe care îl cauți."
-#: src/components/layout/GuildLayout.tsx:307
-#: src/components/layout/GuildLayout.tsx:370
+#: src/components/layout/GuildLayout.tsx:312
+#: src/components/layout/GuildLayout.tsx:375
msgid "This is not the community you're looking for."
msgstr "Aceasta nu este comunitatea pe care o cauți."
@@ -18113,7 +18198,7 @@ msgid "This is the beginning of <0>{displayName}0>. Add friends to start a con
msgstr "Acesta este începutul lui <0>{displayName}0>. Adaugă prieteni pentru a începe o conversație!"
#. placeholder {0}: user.username
-#: src/components/channel/dm/DMWelcomeSection.tsx:182
+#: src/components/channel/dm/DMWelcomeSection.tsx:194
msgid "This is the beginning of your direct message history with <0>{0}0>."
msgstr "Acesta este începutul istoricului tău de mesaje directe cu <0>{0}0>."
@@ -18194,7 +18279,7 @@ msgstr "Acest link de temă lipsește date."
msgid "This theme may have been removed or the link is invalid."
msgstr "Această temă poate fi eliminată sau linkul este invalid."
-#: src/components/channel/dm/AddFriendForm.tsx:62
+#: src/components/channel/dm/AddFriendForm.tsx:85
msgid "This user has restricted who can send them friend requests."
msgstr "Acest utilizator a restricționat cine îi poate trimite cereri de prietenie."
@@ -18216,8 +18301,8 @@ msgid "This was a @silent message."
msgstr "Acesta a fost un mesaj @silent."
#: src/actions/MessageActionCreators.tsx:392
-#: src/components/channel/Messages.tsx:442
-#: src/components/channel/Messages.tsx:522
+#: src/components/channel/Messages.tsx:440
+#: src/components/channel/Messages.tsx:520
msgid "This will create a rift in the space-time continuum and cannot be undone."
msgstr "Aceasta va crea o ruptură în continuumul spațiu-timp și nu poate fi anulată."
@@ -18283,7 +18368,7 @@ msgstr "Timp: {currentFormatted} din {durationFormatted}"
msgid "Timed out until {0}."
msgstr "Blocare până la {0}."
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:285
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:288
#: src/components/modals/TimeoutMemberModal.tsx:207
#: src/components/modals/TimeoutMemberSheet.tsx:90
#: src/components/uikit/ContextMenu/items/GuildMemberMenuItems.tsx:272
@@ -18570,7 +18655,7 @@ msgstr "adevărat sau fals"
msgid "Try a different name or use @ / # / ! / * prefixes to filter results."
msgstr "Încearcă un alt nume sau folosește prefixele @ / # / ! / * pentru a filtra rezultatele."
-#: src/components/channel/ChannelSearchResults.tsx:710
+#: src/components/channel/ChannelSearchResults.tsx:679
msgid "Try a different search query"
msgstr "Încearcă o altă interogare de căutare"
@@ -18585,13 +18670,13 @@ msgid "Try a different search term or filter"
msgstr "Încearcă un alt termen de căutare sau filtru"
#: src/components/auth/HandoffCodeDisplay.tsx:67
-#: src/components/channel/Messages.tsx:939
+#: src/components/channel/Messages.tsx:937
msgid "Try again"
msgstr "Încearcă din nou"
#: src/components/BootstrapErrorScreen.tsx:68
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:301
-#: src/components/channel/ChannelSearchResults.tsx:694
+#: src/components/channel/ChannelSearchResults.tsx:663
#: src/components/modals/channelTabs/ChannelInvitesTab.tsx:148
#: src/components/modals/channelTabs/ChannelWebhooksTab.tsx:159
#: src/components/NetworkErrorScreen.tsx:56
@@ -18612,7 +18697,7 @@ msgstr "Încearcă un alt nume sau verifică-ți ortografia."
msgid "Try another search term"
msgstr "Încearcă un alt termen de căutare"
-#: src/components/channel/InviteEmbed.tsx:359
+#: src/components/channel/InviteEmbed.tsx:361
msgid "Try asking for a new invite."
msgstr "Încearcă să ceri o invitație nouă."
@@ -18802,7 +18887,7 @@ msgstr "Nu s-a putut instala pachetul de stickere"
msgid "Unable to load activity logs"
msgstr "Nu s-au putut încărca jurnalele de activitate"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:104
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:108
msgid "Unable to load applications"
msgstr "Nu s-au putut încărca aplicațiile"
@@ -18814,7 +18899,7 @@ msgstr "Nu s-au putut încărca informațiile pachetului."
msgid "Unable to prepare any emojis for upload. The following errors occurred:"
msgstr "Nu s-au putut pregăti emoji-uri pentru încărcare. Au apărut următoarele erori:"
-#: src/components/modals/ClaimAccountModal.tsx:125
+#: src/components/modals/ClaimAccountModal.tsx:127
#: src/components/modals/EmailChangeModal.tsx:122
#: src/components/modals/EmailChangeModal.tsx:152
msgid "Unable to resend code right now"
@@ -18824,7 +18909,7 @@ msgstr "Nu se poate retrimite codul chiar acum"
msgid "Unable to send code to new email"
msgstr "Nu se poate trimite codul pe noul e-mail"
-#: src/components/channel/dm/AddFriendForm.tsx:76
+#: src/components/channel/dm/AddFriendForm.tsx:99
msgid "Unable to send friend request. Please try again."
msgstr "Nu se poate trimite cererea de prietenie. Te rugăm să încerci din nou."
@@ -18844,17 +18929,17 @@ msgstr "Indisponibil pentru toată lumea"
msgid "Unavailable for everyone but staff"
msgstr "Indisponibil pentru toată lumea, în afară de staff"
-#: src/components/bottomsheets/DMBottomSheet.tsx:532
+#: src/components/bottomsheets/DMBottomSheet.tsx:535
#: src/components/channel/barriers/BarrierComponents.tsx:221
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:180
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:335
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:182
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:338
#: src/components/modals/tabs/BlockedUsersTab.tsx:58
#: src/components/modals/tabs/BlockedUsersTab.tsx:171
#: src/components/modals/UserProfileActionsSheet.tsx:151
#: src/components/modals/UserProfileActionsSheet.tsx:305
-#: src/components/modals/UserProfileMobileSheet.tsx:320
+#: src/components/modals/UserProfileMobileSheet.tsx:321
#: src/components/modals/UserProfileModal.tsx:1049
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:209
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:230
#: src/utils/RelationshipActionUtils.tsx:169
msgid "Unblock"
msgstr "Deblochează"
@@ -18863,11 +18948,11 @@ msgstr "Deblochează"
msgid "Unblock this user before sending a friend request."
msgstr "Deblochează acest utilizator înainte de a trimite o cerere de prietenie."
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:178
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:180
#: src/components/modals/tabs/BlockedUsersTab.tsx:56
#: src/components/modals/UserProfileActionsSheet.tsx:149
-#: src/components/modals/UserProfileMobileSheet.tsx:318
-#: src/components/modals/UserProfileModal.tsx:1243
+#: src/components/modals/UserProfileMobileSheet.tsx:319
+#: src/components/modals/UserProfileModal.tsx:1244
#: src/utils/RelationshipActionUtils.tsx:167
msgid "Unblock User"
msgstr "Deblochează utilizatorul"
@@ -18878,17 +18963,17 @@ msgstr "Deblochează utilizatorul"
msgid "Uncategorized"
msgstr "Necategorizat"
-#: src/components/modals/tabs/BetaCodesTab.tsx:127
-#: src/components/modals/tabs/BetaCodesTab.tsx:204
+#: src/components/modals/tabs/BetaCodesTab.tsx:129
+#: src/components/modals/tabs/BetaCodesTab.tsx:206
msgid "Unclaimed"
msgstr "Neridicat"
#. placeholder {0}: unclaimedBetaCodes.length
-#: src/components/modals/tabs/BetaCodesTab.tsx:333
+#: src/components/modals/tabs/BetaCodesTab.tsx:358
msgid "Unclaimed ({0})"
msgstr "Neridicat ({0})"
-#: src/components/modals/components/UnclaimedAccountAlert.tsx:31
+#: src/components/modals/components/UnclaimedAccountAlert.tsx:29
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:51
msgid "Unclaimed Account"
msgstr "Cont neridicat"
@@ -18922,7 +19007,7 @@ msgstr "Activează sunetul pe toate dispozitivele"
msgid "Undeafen User"
msgstr "Activează sunetul utilizatorului"
-#: src/components/pages/ReportPage.tsx:285
+#: src/components/pages/report/optionDescriptors.ts:63
#: src/constants/IARConstants.tsx:129
msgid "Underage User"
msgstr "Utilizator minor"
@@ -18981,7 +19066,7 @@ msgstr "Dezactivează focalizarea"
msgid "Unique invite"
msgstr "Invitație unică"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:79
+#: src/components/modals/components/plutonium/VisionarySection.tsx:88
msgid "Unique profile badge"
msgstr "Insignă de profil unică"
@@ -19035,12 +19120,12 @@ msgstr "entitate necunoscută"
msgid "Unknown error"
msgstr "Eroare necunoscută"
-#: src/components/channel/GiftEmbed.tsx:147
-#: src/components/modals/GiftAcceptModal.tsx:91
+#: src/components/channel/GiftEmbed.tsx:158
+#: src/components/modals/GiftAcceptModal.tsx:98
msgid "Unknown Gift"
msgstr "Cadou necunoscut"
-#: src/components/channel/InviteEmbed.tsx:357
+#: src/components/channel/InviteEmbed.tsx:359
msgid "Unknown Invite"
msgstr "Invitație necunoscută"
@@ -19113,7 +19198,7 @@ msgstr "Deblochează partajarea ecranului HD cu Plutonium"
msgid "Unlock HD Video with Plutonium"
msgstr "Deblochează video HD cu Plutonium"
-#: src/components/modals/components/PlutoniumContent.tsx:185
+#: src/components/modals/components/PlutoniumContent.tsx:196
msgid "Unlock higher limits and exclusive features while supporting an independent communication platform."
msgstr "Deblochează limite mai mari și funcții exclusive în timp ce susții o platformă de comunicare independentă."
@@ -19126,9 +19211,9 @@ msgid "Unlock stickers in DMs with Plutonium"
msgstr "Deblochează stickere în DM-uri cu Plutonium"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:467
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:850
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1044
-#: src/components/bottomsheets/DMBottomSheet.tsx:645
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:882
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1068
+#: src/components/bottomsheets/DMBottomSheet.tsx:648
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:321
#: src/components/bottomsheets/VoiceLobbyBottomSheet.tsx:179
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:253
@@ -19154,7 +19239,7 @@ msgstr "Activează sunetul categoriei"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:400
#: src/components/bottomsheets/ChannelBottomSheet.tsx:452
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1005
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1029
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:167
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:161
msgid "Unmute Channel"
@@ -19167,9 +19252,9 @@ msgstr "Activează sunetul canalului"
msgid "Unmute Community"
msgstr "Activează sunetul comunității"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1007
-#: src/components/bottomsheets/DMBottomSheet.tsx:449
-#: src/components/bottomsheets/DMBottomSheet.tsx:590
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1031
+#: src/components/bottomsheets/DMBottomSheet.tsx:451
+#: src/components/bottomsheets/DMBottomSheet.tsx:593
msgid "Unmute Conversation"
msgstr "Activează sunetul conversației"
@@ -19200,16 +19285,16 @@ msgid "Unnamed Group"
msgstr "Grup fără nume"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:331
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1126
-#: src/components/bottomsheets/DMBottomSheet.tsx:478
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1150
+#: src/components/bottomsheets/DMBottomSheet.tsx:480
#: src/components/channel/dm/DMList.tsx:282
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:149
msgid "Unpin DM"
msgstr "Dezapune DM-ul"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:290
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1126
-#: src/components/bottomsheets/DMBottomSheet.tsx:478
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1150
+#: src/components/bottomsheets/DMBottomSheet.tsx:480
#: src/components/channel/dm/DMList.tsx:243
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:129
msgid "Unpin Group DM"
@@ -19231,20 +19316,20 @@ msgid "Unpin Message"
msgstr "Dezapune mesajul"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:232
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:583
-#: src/components/bottomsheets/DMBottomSheet.tsx:164
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:597
+#: src/components/bottomsheets/DMBottomSheet.tsx:166
#: src/components/channel/dm/DMList.tsx:224
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:132
msgid "Unpinned DM"
msgstr "DM dezapuns"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:232
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:583
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:597
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:112
msgid "Unpinned group"
msgstr "Grup dezapuns"
-#: src/components/bottomsheets/DMBottomSheet.tsx:164
+#: src/components/bottomsheets/DMBottomSheet.tsx:166
msgid "Unpinned group DM"
msgstr "Mesaj privat de grup nepinned"
@@ -19279,7 +19364,7 @@ msgstr "Afișează din nou embed-urile"
msgid "Until I change it"
msgstr "Până îl schimb"
-#: src/components/bottomsheets/DMBottomSheet.tsx:664
+#: src/components/bottomsheets/DMBottomSheet.tsx:667
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:334
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:57
#: src/components/channel/muteOptions.ts:39
@@ -19305,7 +19390,7 @@ msgstr "Actualizează"
msgid "Update app"
msgstr "Actualizează aplicația"
-#: src/components/modals/components/MobileSettingsView.tsx:244
+#: src/components/modals/components/MobileSettingsView.tsx:239
msgid "Update Service Worker"
msgstr "Actualizează Service Worker"
@@ -19402,7 +19487,7 @@ msgstr "Se actualizează favoritele…"
msgid "Updating..."
msgstr "Se actualizează..."
-#: src/components/modals/components/plutonium/PricingSection.tsx:84
+#: src/components/modals/components/plutonium/PricingSection.tsx:94
msgid "Upgrade Now"
msgstr "Fă upgrade acum"
@@ -19415,18 +19500,19 @@ msgstr "Fă upgrade la Plutonium"
msgid "Upgrade to store up to 15 custom backgrounds and unlock HD video quality, higher frame rates, and more."
msgstr "Fă upgrade pentru a stoca până la 15 fundaluri personalizate și pentru a debloca calitate video HD, rate de cadre mai mari și altele."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:265
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:316
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:297
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:357
msgid "Upgrade to Visionary"
msgstr "Fă upgrade la Visionary"
#. placeholder {0}: formatter.format(visionarySlots.remaining)
-#: src/components/modals/components/plutonium/VisionarySection.tsx:109
+#: src/components/modals/components/plutonium/VisionarySection.tsx:122
+#: src/components/modals/components/plutonium/VisionarySection.tsx:134
msgid "Upgrade to Visionary — {0} Left"
msgstr "Fă upgrade la Visionary — Mai sunt {0}"
#. placeholder {0}: isGiftSubscription ? 'gift time' : 'subscription'
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:243
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:262
msgid "Upgrading to Visionary is a <0>one-time0> purchase and will <1>cancel your current {0} immediately1>."
msgstr "Făcând upgrade la Visionary este o achiziție <0>unică0> și <1>va anula imediat {0} curent1>."
@@ -19674,10 +19760,6 @@ msgstr "Folosește aceste coduri pentru a accesa contul dacă pierzi aplicația
msgid "Use this button to quickly clear all permissions."
msgstr "Folosește acest buton pentru a șterge rapid toate permisiunile."
-#: src/components/pages/ReportPage.tsx:613
-msgid "Use this form to report illegal content under the Digital Services Act (DSA). Select what you want to report."
-msgstr "Folosește acest formular pentru a raporta conținut ilegal conform Legii Serviciilor Digitale (DSA). Selectează ce vrei să raportezi."
-
#: src/components/modals/tabs/KeybindsTab.tsx:101
msgid "Use this shortcut system-wide"
msgstr "Folosește această comandă rapidă la nivelul întregului sistem"
@@ -19708,19 +19790,19 @@ msgstr "Utilizatorul pare a avea sub 13 ani"
msgid "User Debug"
msgstr "Depanare utilizator"
-#: src/components/channel/channel-view/DMChannelView.tsx:353
+#: src/components/channel/channel-view/DMChannelView.tsx:354
msgid "User has vanished"
msgstr "Utilizatorul a dispărut"
-#: src/components/pages/ReportPage.tsx:865
+#: src/components/pages/report/ReportStepDetails.tsx:137
msgid "User ID (optional)"
msgstr "ID utilizator (opțional)"
-#: src/components/bottomsheets/DMBottomSheet.tsx:376
+#: src/components/bottomsheets/DMBottomSheet.tsx:378
msgid "User ID copied"
msgstr "ID-ul utilizatorului a fost copiat"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:652
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:666
msgid "User ID copied to clipboard"
msgstr "ID-ul utilizatorului a fost copiat în clipboard"
@@ -19765,7 +19847,7 @@ msgstr "Înregistrare utilizator"
msgid "User Settings"
msgstr "Setări utilizator"
-#: src/components/pages/ReportPage.tsx:873
+#: src/components/pages/report/ReportStepDetails.tsx:146
msgid "User Tag (optional)"
msgstr "Etichetă utilizator (opțional)"
@@ -19805,7 +19887,7 @@ msgstr "Numele de utilizator trebuie să aibă cel puțin 1 caracter"
msgid "Username must be at most 32 characters"
msgstr "Numele de utilizator trebuie să aibă cel mult 32 de caractere"
-#: src/components/channel/dm/AddFriendForm.tsx:130
+#: src/components/channel/dm/AddFriendForm.tsx:153
msgid "Username#0000"
msgstr "NumeDeUtilizator#0000"
@@ -19904,7 +19986,7 @@ msgstr "URL-urile personalizate trebuie să aibă între 2 și 32 de caractere
msgid "Verification Barriers"
msgstr "Bariere de verificare"
-#: src/components/modals/ClaimAccountModal.tsx:199
+#: src/components/modals/ClaimAccountModal.tsx:201
#: src/components/modals/EmailChangeModal.tsx:218
#: src/components/modals/EmailChangeModal.tsx:282
#: src/components/modals/PhoneAddModal.tsx:224
@@ -19912,11 +19994,11 @@ msgstr "Bariere de verificare"
msgid "Verification code"
msgstr "Cod de verificare"
-#: src/components/pages/ReportPage.tsx:719
+#: src/components/pages/report/ReportStepVerification.tsx:86
msgid "Verification Code"
msgstr "Cod de verificare"
-#: src/components/modals/ClaimAccountModal.tsx:88
+#: src/components/modals/ClaimAccountModal.tsx:90
msgid "Verification code sent"
msgstr "Codul de verificare a fost trimis"
@@ -19937,10 +20019,9 @@ msgstr "Poate fi necesară verificarea înainte de a vedea codurile de rezervă.
#: src/components/auth/AuthPageHeader.tsx:49
#: src/components/auth/InviteHeader.tsx:81
#: src/components/auth/InviteHeader.tsx:226
-#: src/components/channel/InviteEmbed.tsx:285
-#: src/components/channel/InviteEmbed.tsx:428
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:178
-#: src/components/emojis/EmojiInfoContent.tsx:87
+#: src/components/channel/InviteEmbed.tsx:287
+#: src/components/channel/InviteEmbed.tsx:430
+#: src/components/emojis/EmojiAttributionSubtext.tsx:143
#: src/components/layout/GuildHeader.tsx:132
msgid "Verified Community"
msgstr "Comunitate verificată"
@@ -19955,7 +20036,7 @@ msgstr "Gildă verificată"
msgid "Verify"
msgstr "Verifică"
-#: src/components/pages/ReportPage.tsx:740
+#: src/components/pages/report/ReportStepVerification.tsx:102
msgid "Verify Code"
msgstr "Verifică codul"
@@ -19980,6 +20061,10 @@ msgstr "Formular pentru verificarea numărului de telefon"
msgid "Verify You're Human"
msgstr "Verifică că ești om"
+#: src/components/pages/report/ReportStepEmail.tsx:54
+msgid "Verify your email"
+msgstr "Verifică-ți emailul"
+
#: src/components/modals/SudoVerificationModal.tsx:359
msgid "Verify your identity"
msgstr "Verifică-ți identitatea"
@@ -20012,7 +20097,7 @@ msgid "Video"
msgstr "Video"
#: src/components/channel/ChannelHeader.tsx:572
-#: src/components/modals/UserProfileMobileSheet.tsx:515
+#: src/components/modals/UserProfileMobileSheet.tsx:519
msgid "Video Call"
msgstr "Apel video"
@@ -20097,7 +20182,7 @@ msgstr "Vezi codurile de rezervă"
msgid "View backup codes form"
msgstr "Formular pentru vizualizarea codurilor de rezervă"
-#: src/components/channel/channel-view/DMChannelView.tsx:282
+#: src/components/channel/channel-view/DMChannelView.tsx:283
msgid "View call"
msgstr "Vezi apelul"
@@ -20138,7 +20223,7 @@ msgstr "Vezi inventarul de cadouri"
msgid "View Global Profile"
msgstr "Vezi profilul global"
-#: src/components/channel/channel-view/DMChannelView.tsx:282
+#: src/components/channel/channel-view/DMChannelView.tsx:283
msgid "View incoming call"
msgstr "Vezi apelul care vine"
@@ -20158,10 +20243,10 @@ msgstr "Vezi funcțiile premium"
msgid "View premium perks"
msgstr "Vezi beneficiile premium"
-#: src/components/bottomsheets/DMBottomSheet.tsx:411
+#: src/components/bottomsheets/DMBottomSheet.tsx:413
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:226
#: src/components/channel/friends/MobileFriendRequestItem.tsx:87
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:210
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:212
#: src/components/modals/tabs/BlockedUsersTab.tsx:87
#: src/components/uikit/ContextMenu/items/UserProfileMenuItem.tsx:43
msgid "View Profile"
@@ -20191,7 +20276,7 @@ msgstr "Spectatorul intră în stream"
msgid "Viewer Leaves Stream"
msgstr "Spectatorul părăsește streamul"
-#: src/components/pages/ReportPage.tsx:827
+#: src/components/pages/report/ReportStepDetails.tsx:96
msgid "Violation Category"
msgstr "Categorie de încălcare"
@@ -20199,7 +20284,7 @@ msgstr "Categorie de încălcare"
msgid "Violation category selection"
msgstr "Selectarea categoriei de încălcare"
-#: src/components/pages/ReportPage.tsx:264
+#: src/components/pages/report/optionDescriptors.ts:45
#: src/constants/IARConstants.tsx:42
msgid "Violent or Graphic Content"
msgstr "Conținut violent sau grafic"
@@ -20212,9 +20297,9 @@ msgstr "Voce VIP"
msgid "Visible Buttons"
msgstr "Butoane vizibile"
-#: src/components/modals/components/plutonium/PricingSection.tsx:88
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:110
-#: src/components/modals/components/plutonium/VisionarySection.tsx:58
+#: src/components/modals/components/plutonium/PricingSection.tsx:101
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:129
+#: src/components/modals/components/plutonium/VisionarySection.tsx:67
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:154
#: src/utils/modals/guildTabs/GuildAuditLogTabUtils.ts:274
msgid "Visionary"
@@ -20228,25 +20313,25 @@ msgstr "Visionary (pe viață #42)"
msgid "Visionary (Lifetime Plutonium)"
msgstr "Visionary (Plutonium pe viață)"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:80
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:111
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:95
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:134
msgid "Visionary {visionaryPrice}"
msgstr "Visionary {visionaryPrice}"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:96
+#: src/components/modals/components/plutonium/VisionarySection.tsx:105
msgid "Visionary community with direct team access"
msgstr "Comunitate Visionary cu acces direct la echipă"
-#: src/components/modals/components/plutonium/GiftSection.tsx:87
-#: src/components/modals/components/plutonium/PricingSection.tsx:119
+#: src/components/modals/components/plutonium/GiftSection.tsx:100
+#: src/components/modals/components/plutonium/PricingSection.tsx:140
msgid "Visionary Gift"
msgstr "Cadou Visionary"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:109
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:132
msgid "Visionary Gift Sold Out"
msgstr "Cadoul Visionary este epuizat"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:80
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:95
msgid "Visionary Sold Out"
msgstr "Visionary epuizat"
@@ -20281,15 +20366,15 @@ msgstr "Setări voce și video"
msgid "Voice Activity"
msgstr "Activitate vocală"
-#: src/components/channel/channel-view/DMChannelView.tsx:277
+#: src/components/channel/channel-view/DMChannelView.tsx:278
#: src/components/voice/VoiceCallView.tsx:466
msgid "Voice call"
msgstr "Apel vocal"
-#: src/components/bottomsheets/DMBottomSheet.tsx:419
+#: src/components/bottomsheets/DMBottomSheet.tsx:421
#: src/components/channel/ChannelHeader.tsx:562
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:225
-#: src/components/modals/UserProfileMobileSheet.tsx:507
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:227
+#: src/components/modals/UserProfileMobileSheet.tsx:511
msgid "Voice Call"
msgstr "Apel vocal"
@@ -20306,8 +20391,8 @@ msgstr "Apeluri vocale"
msgid "Voice channel"
msgstr "Canal vocal"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:475
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:662
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:489
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:676
#: src/components/channel/channel-header/useChannelHeaderData.ts:100
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:314
msgid "Voice Channel"
@@ -20488,8 +20573,8 @@ msgstr "Ți-am trimis un link pentru autorizarea acestei autentificări. Deschid
msgid "We failed to retrieve the full information about this user at this time."
msgstr "Nu am reușit să obținem toate informațiile despre acest utilizator acum."
-#: src/components/layout/GuildLayout.tsx:302
-#: src/components/layout/GuildLayout.tsx:349
+#: src/components/layout/GuildLayout.tsx:307
+#: src/components/layout/GuildLayout.tsx:354
msgid "We fluxed up! Hang tight, we're working on it."
msgstr "Am făcut o gafă! Stai pe aproape, lucrăm la asta."
@@ -20513,18 +20598,13 @@ msgstr "Am pierdut conexiunea în timp ce așteptam autorizarea. Te rugăm înce
msgid "We need to make sure you're not a bot. Please complete the verification below."
msgstr "Trebuie să ne asigurăm că nu ești un bot. Completează verificarea de mai jos."
-#: src/components/pages/ReportPage.tsx:639
-msgid "We need to verify your email address before you can submit a report."
-msgstr "Trebuie să-ți verificăm adresa de email înainte să poți trimite un raport."
-
#: src/components/modals/BackupCodesModal.tsx:45
msgid "We recommend saving these codes now so that you don't get locked out of your account."
msgstr "Îți recomandăm să salvezi acum aceste coduri ca să nu rămâi blocat din cont."
-#. placeholder {0}: state.email
-#: src/components/pages/ReportPage.tsx:702
-msgid "We sent a verification code to {0}."
-msgstr "Am trimis un cod de verificare la {0}."
+#: src/components/pages/report/ReportStepVerification.tsx:67
+msgid "We sent a code to {email}."
+msgstr "Am trimis un cod la {email}."
#: src/components/auth/BrowserLoginHandoffModal.tsx:315
msgid "We will prefill {prefillEmail} once the browser login opens."
@@ -20534,6 +20614,10 @@ msgstr "Vom completa automat {prefillEmail} odată ce se deschide autentificarea
msgid "We'll restore your previous email, sign out old sessions, remove phone numbers, disable MFA, and secure your account with a new password."
msgstr "Vom restaura adresa ta de email anterioară, vom deconecta sesiunile vechi, vom elimina numerele de telefon, vom dezactiva MFA și-ți vom securiza contul cu o parolă nouă."
+#: src/components/pages/report/ReportStepEmail.tsx:57
+msgid "We'll send a short code to confirm you can receive updates about this report."
+msgstr "Îți vom trimite un cod scurt pentru a confirma că poți primi actualizări despre acest raport."
+
#: src/components/modals/EmailChangeModal.tsx:190
msgid "We'll verify your current email and then your new email with one-time codes."
msgstr "Vom verifica prima dată emailul actual, apoi pe cel nou cu coduri unice."
@@ -20546,13 +20630,13 @@ msgstr "Vom verifica emailul nou cu un cod unic."
msgid "We're having trouble connecting to Fluxer's servers. This could be a temporary network issue or scheduled maintenance."
msgstr "Avem probleme să ne conectăm la serverele Fluxer. Ar putea fi o problemă temporară de rețea sau întreținere programată."
-#: src/components/modals/tabs/BetaCodesTab.tsx:297
+#: src/components/modals/tabs/BetaCodesTab.tsx:322
#: src/components/modals/tabs/DevicesTab.tsx:230
msgid "We're having trouble connecting to the space-time continuum. Please check your connection and try again."
msgstr "Avem probleme să ne conectăm la continuumul spațiu-timp. Verifică conexiunea și încearcă din nou."
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:287
-#: src/components/channel/ChannelSearchResults.tsx:681
+#: src/components/channel/ChannelSearchResults.tsx:650
msgid "We're indexing this channel for the first time. This might take a little while..."
msgstr "Indexăm acest canal pentru prima dată. Ar putea dura puțin..."
@@ -20829,17 +20913,16 @@ msgstr "Scrie CSS personalizat aici pentru a suprascrie orice token de temă. De
msgid "Write your content here... This textarea expands as you type."
msgstr "Scrie conținutul aici... Acest textarea se extinde pe măsură ce tastezi."
-#: src/components/auth/DateOfBirthField.tsx:89
-#: src/components/auth/DateOfBirthField.tsx:156
+#: src/components/auth/DateOfBirthField.tsx:153
#: src/components/auth/MockMinimalRegisterForm.tsx:78
msgid "Year"
msgstr "An"
-#: src/components/modals/components/plutonium/PricingSection.tsx:78
+#: src/components/modals/components/plutonium/PricingSection.tsx:88
msgid "Yearly"
msgstr "Anual"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:71
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:84
msgid "Yearly {yearlyPrice}"
msgstr "Anual {yearlyPrice}"
@@ -20874,7 +20957,7 @@ msgstr "Ești pe cale să părăsești Fluxer"
msgid "You are about to transfer ownership of this community to <0>{0}0>. This action is <1>irreversible1> and you will lose all owner privileges."
msgstr "Ești pe cale să transferi proprietatea acestei comunități către <0>{0}0>. Această acțiune este <1>ireversibilă1> și vei pierde toate privilegiile de proprietar."
-#: src/components/channel/dm/AddFriendForm.tsx:72
+#: src/components/channel/dm/AddFriendForm.tsx:95
msgid "You are already friends with this user."
msgstr "Ești deja prieten cu acest utilizator."
@@ -20960,7 +21043,7 @@ msgstr "Poți încărca doar până la {MAX_EMOJIS_PER_UPLOAD} emoji-uri deodat
msgid "You can pin messages in this conversation for everyone to see."
msgstr "Poți fixa mesaje în această conversație pentru ca toată lumea să le vadă."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:175
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:194
msgid "You can redeem additional gift codes to <0>extend0> your gift time. To start a monthly or yearly plan, wait until after it ends — or <1>upgrade to Visionary1> now (remaining gift time will be discarded)."
msgstr "Poți răscumpăra coduri cadou suplimentare pentru a-ți <0>prelungi0> perioada cadou. Pentru a începe un plan lunar sau anual, așteaptă până se termină — sau <1>treci la Visionary1> acum (timpul cadou rămas va fi eliminat)."
@@ -20990,7 +21073,7 @@ msgstr "Poți folosi linkuri și Markdown pentru a-ți formata textul. Cu <0/> p
msgid "You can't add new reactions while you're on timeout."
msgstr "Nu poți adăuga reacții noi cât ești în timeout."
-#: src/components/modals/UserProfileModal.tsx:1170
+#: src/components/modals/UserProfileModal.tsx:1171
msgid "You can't befriend yourself"
msgstr "Nu te poți adăuga ca prieten"
@@ -20998,14 +21081,14 @@ msgstr "Nu te poți adăuga ca prieten"
msgid "You can't interact with reactions in search results as it might disrupt the space-time continuum."
msgstr "Nu poți interacționa cu reacțiile din rezultatele căutării deoarece ai putea perturba continuumul spațiu-timp."
-#: src/components/layout/ChannelItem.tsx:200
-#: src/components/layout/ChannelItem.tsx:366
-#: src/stores/voice/MediaEngineFacade.ts:151
-#: src/stores/voice/MediaEngineFacade.ts:482
+#: src/components/layout/ChannelItem.tsx:206
+#: src/components/layout/ChannelItem.tsx:375
+#: src/stores/voice/MediaEngineFacade.ts:154
+#: src/stores/voice/MediaEngineFacade.ts:529
msgid "You can't join while you're on timeout."
msgstr "Nu poți intra cât ești în timeout."
-#: src/components/modals/UserProfileModal.tsx:1182
+#: src/components/modals/UserProfileModal.tsx:1183
#: src/components/popouts/UserProfilePopout.tsx:282
#: src/components/profile/ProfilePreview.tsx:284
msgid "You can't message yourself"
@@ -21019,7 +21102,7 @@ msgstr "Nu poți trimite o cerere de prietenie ție."
msgid "You can't send friend requests to bots."
msgstr "Nu poți trimite cereri de prietenie către boți."
-#: src/components/channel/dm/AddFriendForm.tsx:64
+#: src/components/channel/dm/AddFriendForm.tsx:87
msgid "You can't send friend requests to users you've blocked. Unblock them first."
msgstr "Nu poți trimite cereri de prietenie utilizatorilor pe care i-ai blocat. Deblochează-i mai întâi."
@@ -21066,11 +21149,11 @@ msgstr "Nu poți elimina această permisiune pentru că te-ai elimina și pe tin
msgid "You cannot save a role with a blank name. Please provide a valid name before saving."
msgstr "Nu poți salva un rol fără nume. Te rugăm oferă un nume valid înainte de salvare."
-#: src/components/channel/dm/AddFriendForm.tsx:68
+#: src/components/channel/dm/AddFriendForm.tsx:91
msgid "You cannot send a friend request to yourself."
msgstr "Nu poți trimite o cerere de prietenie ție."
-#: src/components/channel/dm/AddFriendForm.tsx:66
+#: src/components/channel/dm/AddFriendForm.tsx:89
msgid "You cannot send friend requests to bots."
msgstr "Nu poți trimite cereri de prietenie către boți."
@@ -21094,7 +21177,7 @@ msgstr "Nu ai acces la canalul în care a fost trimis acest mesaj."
msgid "You do not have permission to send messages in this channel."
msgstr "Nu ai permisiunea de a trimite mesaje în acest canal."
-#: src/components/layout/GuildLayout.tsx:393
+#: src/components/layout/GuildLayout.tsx:398
msgid "You don't have access to any channels in this community."
msgstr "Nu ai acces la niciun canal din această comunitate."
@@ -21114,23 +21197,23 @@ msgstr "Nu ai permisiunea de a instala acest pachet de emoji."
msgid "You don't have permission to install this sticker pack."
msgstr "Nu ai permisiunea de a instala acest pachet de stickere."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:203
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:222
msgid "You have all <0/> for <1>{monthlyPrice}/month1>."
msgstr "Ai totul <0/> pentru <1>{monthlyPrice}/lună1>."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:208
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:227
msgid "You have all <0/> for <1>{yearlyPrice}/year1>."
msgstr "Ai totul <0/> pentru <1>{yearlyPrice}/an1>."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:213
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:232
msgid "You have all <0/> for your subscription period."
msgstr "Ai tot <0/> pentru perioada ta de abonament."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:198
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:217
msgid "You have all <0/> forever. No subscriptions, no renewals."
msgstr "Ai tot <0/> pentru totdeauna. Fără abonamente, fără reînnoiri."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:169
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:188
msgid "You have all <0/> via a <1>gift subscription1> until <2>{giftEndDate}2>. It <3>won't renew3>."
msgstr "Ai tot <0/> printr-un <1>abonament cadou1> până la <2>{giftEndDate}2>. Acesta <3>nu se reînnoiește3>."
@@ -21228,11 +21311,11 @@ msgstr "Ai pierdut accesul la acest mesaj salvat. Ștergi?"
msgid "You made it, {username}! We're about to hit 88mph!"
msgstr "Ai reușit, {username}! Suntem pe cale să atingem 88mph!"
-#: src/components/channel/CallMessage.tsx:179
+#: src/components/channel/CallMessage.tsx:173
msgid "You missed a call from <0/> that lasted {durationText}."
msgstr "Ai pierdut un apel de la <0/> care a durat {durationText}."
-#: src/components/channel/CallMessage.tsx:184
+#: src/components/channel/CallMessage.tsx:178
msgid "You missed a call from <0/>."
msgstr "Ai ratat un apel de la <0/>."
@@ -21252,7 +21335,7 @@ msgstr "Trebuie să ai 18 ani sau mai mult pentru a vedea acest conținut. <0>Af
msgid "You must be connected to the gateway to accept this temporary invite. Please check your connection and try again."
msgstr "Trebuie să fii conectat la gateway pentru a accepta această invitație temporară. Verifică conexiunea și încearcă din nou."
-#: src/components/pages/ReportPage.tsx:463
+#: src/components/pages/ReportPage.tsx:288
msgid "You must verify your email before submitting a report."
msgstr "Trebuie să îți verifici emailul înainte de a trimite un raport."
@@ -21385,7 +21468,7 @@ msgstr "Ești în canalul vocal"
msgid "You're sending messages too quickly"
msgstr "Trimiți mesaje prea repede"
-#: src/components/channel/Messages.tsx:909
+#: src/components/channel/Messages.tsx:907
msgid "You're viewing older messages"
msgstr "Vizualizezi mesaje mai vechi"
@@ -21464,7 +21547,7 @@ msgstr "Contul tău a fost aprobat. Te redirecționăm către aplicație..."
msgid "Your account has been created, but access is temporarily limited until approval. You will be notified once your account is approved."
msgstr "Contul tău a fost creat, dar accesul este temporar limitat până la aprobare. Vei fi notificat când contul tău va fi aprobat."
-#: src/components/modals/components/UnclaimedAccountAlert.tsx:38
+#: src/components/modals/components/UnclaimedAccountAlert.tsx:36
msgid "Your account is not yet claimed. Without an email and password, you won't be able to sign in from other devices and you could lose access to your account. Claim your account now to secure it."
msgstr "Contul tău nu este revendicat încă. Fără email și parolă nu te vei putea conecta de pe alte dispozitive și riști să pierzi accesul la cont. Revendică-ți contul acum pentru a-l securiza."
@@ -21508,7 +21591,7 @@ msgstr "Setările curente pentru sunetele de notificare vor fi păstrate."
msgid "Your export request will be processed"
msgstr "Cererea ta de export va fi procesată"
-#: src/components/pages/ReportPage.tsx:935
+#: src/components/pages/report/ReportStepDetails.tsx:213
msgid "Your FluxerTag (optional)"
msgstr "FluxerTag-ul tău (opțional)"
@@ -21521,7 +21604,7 @@ msgid "Your invite expires in 24 hours"
msgstr "Invitația ta expiră în 24 de ore"
#. placeholder {0}: getExpirationText()
-#: src/components/modals/InviteModal.tsx:325
+#: src/components/modals/InviteModal.tsx:322
msgid "Your invite link expires in {0}."
msgstr "Linkul tău de invitație expiră în {0}."
@@ -21565,7 +21648,7 @@ msgstr "Spațiul tău personal pentru acces rapid la canalele, DM-urile și grup
msgid "Your Plutonium subscription has expired. You've lost all Plutonium perks. Reactivate your subscription to regain access."
msgstr "Abonamentul tău Plutonium a expirat. Ai pierdut toate beneficiile Plutonium. Reactivă abonamentul pentru a recăpăta accesul."
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:781
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:813
msgid "Your private space"
msgstr "Spațiul tău privat"
@@ -21573,7 +21656,7 @@ msgstr "Spațiul tău privat"
msgid "Your private space for thoughts and reminders"
msgstr "Spațiul tău privat pentru gânduri și mementouri"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:277
+#: src/components/modals/tabs/GiftInventoryTab.tsx:300
msgid "Your Purchased Gifts"
msgstr "Cadourile tale achiziționate"
@@ -21585,15 +21668,11 @@ msgstr "regiunea ta"
msgid "Your stream is still being broadcast"
msgstr "Transmisiunea ta încă este difuzată"
-#: src/components/pages/ReportPage.tsx:594
-msgid "Your submission ID"
-msgstr "ID-ul trimiterii tale"
-
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:153
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:172
msgid "Your subscription ended, but you still have all <0/> until <1>{graceDate}1>. Resubscribe to keep them."
msgstr "Abonamentul tău s-a terminat, dar ai tot <0/> până pe <1>{graceDate}1>. Reabonează-te ca să le păstrezi."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:138
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:157
msgid "Your subscription expired on <0>{expiredDate}0>. You lost all <1/>. You can reactivate at any time."
msgstr "Abonamentul tău a expirat pe <0>{expiredDate}0>. Ai pierdut tot <1/>. Îl poți reactiva oricând."
@@ -21609,7 +21688,7 @@ msgstr "Abonamentul tău a fost reactivat!"
msgid "Your subscription has been set to cancel at the end of your billing period."
msgstr "Abonamentul tău a fost setat să se anuleze la sfârșitul perioadei de facturare."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:191
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:210
msgid "Your subscription will cancel on <0>{cancelDate}0>. You'll lose all <1/> after that date."
msgstr "Abonamentul tău se va anula pe <0>{cancelDate}0>. Vei pierde tot <1/> după acea dată."
diff --git a/fluxer_app/src/locales/ru/messages.po b/fluxer_app/src/locales/ru/messages.po
index 291e5563..577250f5 100644
--- a/fluxer_app/src/locales/ru/messages.po
+++ b/fluxer_app/src/locales/ru/messages.po
@@ -68,12 +68,12 @@ msgstr "(показано максимум 15)"
msgid "(No content)"
msgstr "(Нет содержимого)"
-#: src/components/modals/UserProfileMobileSheet.tsx:552
+#: src/components/modals/UserProfileMobileSheet.tsx:556
#: src/components/pages/YouPage.tsx:147
msgid "(only visible to you)"
msgstr "(видно только тебе)"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:954
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:976
msgid "(you)"
msgstr "(ты)"
@@ -138,12 +138,12 @@ msgid "{0} Online"
msgstr "{0} в сети"
#. placeholder {0}: reaction.count
-#: src/components/channel/MessageReactions.tsx:120
+#: src/components/channel/MessageReactions.tsx:119
msgid "{0} reaction"
msgstr "{0} реакция"
#. placeholder {0}: reaction.count
-#: src/components/channel/MessageReactions.tsx:120
+#: src/components/channel/MessageReactions.tsx:119
msgid "{0} reactions"
msgstr "{0} реакции"
@@ -153,13 +153,13 @@ msgid "{0} remaining"
msgstr "Осталось {0}"
#. placeholder {0}: machineState.total
-#: src/components/channel/ChannelSearchResults.tsx:315
+#: src/components/channel/ChannelSearchResults.tsx:272
msgid "{0} Result"
msgstr "{0} Результат"
#. placeholder {0}: machineState.total
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:390
-#: src/components/channel/ChannelSearchResults.tsx:315
+#: src/components/channel/ChannelSearchResults.tsx:272
msgid "{0} Results"
msgstr "{0} результатов"
@@ -402,7 +402,7 @@ msgstr "{actor} обновил стикер {namedTarget}."
msgid "{actor} updated the webhook {namedTarget}."
msgstr "{actor} обновил вебхук {namedTarget}."
-#: src/components/modals/tabs/BetaCodesTab.tsx:280
+#: src/components/modals/tabs/BetaCodesTab.tsx:284
msgid "{allowance} codes remaining this week"
msgstr "Осталось {allowance} кодов на этой неделе"
@@ -533,7 +533,7 @@ msgstr "{emojiName}, {0} реакция"
msgid "{emojiName}, {0} reactions"
msgstr "{emojiName}, {0} реакции"
-#: src/components/channel/MessageReactions.tsx:122
+#: src/components/channel/MessageReactions.tsx:121
msgid "{emojiName}: {reactionCountText}, {actionText}"
msgstr "{emojiName}: {reactionCountText}, {actionText}"
@@ -561,8 +561,8 @@ msgstr "{label} изображения не могут быть анимиров
#: src/components/auth/InviteHeader.tsx:127
#: src/components/auth/InviteHeader.tsx:241
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:281
-#: src/components/channel/InviteEmbed.tsx:180
-#: src/components/channel/InviteEmbed.tsx:444
+#: src/components/channel/InviteEmbed.tsx:182
+#: src/components/channel/InviteEmbed.tsx:446
msgid "{memberCount} Member"
msgstr "{memberCount} Участник"
@@ -570,8 +570,8 @@ msgstr "{memberCount} Участник"
#: src/components/auth/InviteHeader.tsx:127
#: src/components/auth/InviteHeader.tsx:241
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:281
-#: src/components/channel/InviteEmbed.tsx:180
-#: src/components/channel/InviteEmbed.tsx:444
+#: src/components/channel/InviteEmbed.tsx:182
+#: src/components/channel/InviteEmbed.tsx:446
msgid "{memberCount} Members"
msgstr "{memberCount} Участников"
@@ -606,11 +606,11 @@ msgstr "{minutes} минут и {seconds} секунд"
msgid "{minutes} minutes and 1 second"
msgstr "{minutes} минут и 1 секунда"
-#: src/components/channel/dm/DMWelcomeSection.tsx:155
+#: src/components/channel/dm/DMWelcomeSection.tsx:167
msgid "{mutualGuildCount} mutual commmunity"
msgstr "{mutualGuildCount} взаимное сообщество"
-#: src/components/channel/dm/DMWelcomeSection.tsx:156
+#: src/components/channel/dm/DMWelcomeSection.tsx:168
msgid "{mutualGuildCount} mutual communities"
msgstr "{mutualGuildCount} взаимных сообществ"
@@ -632,7 +632,7 @@ msgstr "{participantCount} участников на звонке"
#: src/components/auth/InviteHeader.tsx:235
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:276
-#: src/components/channel/InviteEmbed.tsx:439
+#: src/components/channel/InviteEmbed.tsx:441
msgid "{presenceCount} Online"
msgstr "{presenceCount} онлайн"
@@ -644,15 +644,15 @@ msgstr "Осталось {remaining} символов"
msgid "{remaining} characters left. Get Plutonium to write up to {premiumMaxLength} characters."
msgstr "Осталось {remaining} символов. Получи Plutonium, чтобы писать до {premiumMaxLength} символов."
-#: src/components/channel/InviteEmbed.tsx:301
+#: src/components/channel/InviteEmbed.tsx:303
msgid "{renderedMemberCount} Member"
msgstr "{renderedMemberCount} Участник"
-#: src/components/channel/InviteEmbed.tsx:301
+#: src/components/channel/InviteEmbed.tsx:303
msgid "{renderedMemberCount} Members"
msgstr "{renderedMemberCount} Участников"
-#: src/components/channel/InviteEmbed.tsx:296
+#: src/components/channel/InviteEmbed.tsx:298
msgid "{renderedPresenceCount} Online"
msgstr "{renderedPresenceCount} онлайн"
@@ -704,11 +704,11 @@ msgstr "{totalSeconds} секунда"
msgid "{totalSeconds} seconds"
msgstr "{totalSeconds} секунды"
-#: src/components/layout/GuildsLayout.tsx:231
+#: src/components/layout/GuildsLayout.tsx:229
msgid "{unavailableCount} communities are temporarily unavailable due to a flux capacitor malfunction."
msgstr "{unavailableCount} сообщества временно недоступны из-за неисправности флюкс-конденсатора."
-#: src/components/layout/GuildsLayout.tsx:230
+#: src/components/layout/GuildsLayout.tsx:228
msgid "{unavailableCount} community is temporarily unavailable due to a flux capacitor malfunction."
msgstr "{unavailableCount} сообщество временно недоступно из-за неисправности флюкс-конденсатора."
@@ -814,27 +814,27 @@ msgstr "@everyone упоминания"
msgid "@username"
msgstr "@username"
-#: src/components/channel/CallMessage.tsx:75
+#: src/components/channel/CallMessage.tsx:72
msgid "# days"
msgstr "# дней"
-#: src/components/channel/CallMessage.tsx:76
+#: src/components/channel/CallMessage.tsx:73
msgid "# hours"
msgstr "# часов"
-#: src/components/channel/CallMessage.tsx:77
+#: src/components/channel/CallMessage.tsx:74
msgid "# minutes"
msgstr "# минут"
-#: src/components/channel/CallMessage.tsx:73
+#: src/components/channel/CallMessage.tsx:70
msgid "# months"
msgstr "# месяцев"
-#: src/components/channel/CallMessage.tsx:74
+#: src/components/channel/CallMessage.tsx:71
msgid "# weeks"
msgstr "# недель"
-#: src/components/channel/CallMessage.tsx:72
+#: src/components/channel/CallMessage.tsx:69
msgid "# years"
msgstr "# лет"
@@ -878,11 +878,11 @@ msgstr "<0/> удалил <1/> из группы."
msgid "<0/> removed someone from the group."
msgstr "<0/> удалил кого-то из группы."
-#: src/components/channel/CallMessage.tsx:191
+#: src/components/channel/CallMessage.tsx:185
msgid "<0/> started a call that lasted {durationText}."
msgstr "<0/> провёл звонок продолжительностью {durationText}."
-#: src/components/channel/CallMessage.tsx:154
+#: src/components/channel/CallMessage.tsx:148
msgid "<0/> started a call."
msgstr "<0/> начал звонок."
@@ -943,11 +943,11 @@ msgstr "<0>Включил звук0> участнику."
msgid "<0>Warning:0> This will also disable SMS two-factor authentication."
msgstr "<0>Предупреждение:0> Это также отключит SMS-двухфакторную аутентификацию."
-#: src/components/modals/tabs/BetaCodesTab.tsx:278
+#: src/components/modals/tabs/BetaCodesTab.tsx:282
msgid "1 code remaining this week"
msgstr "Остался 1 код на этой неделе"
-#: src/components/channel/CallMessage.tsx:75
+#: src/components/channel/CallMessage.tsx:72
#: src/components/modals/BanMemberModal.tsx:54
#: src/components/modals/InviteModal.tsx:77
#: src/components/modals/InviteModal.tsx:212
@@ -956,7 +956,7 @@ msgstr "Остался 1 код на этой неделе"
msgid "1 day"
msgstr "1 день"
-#: src/components/channel/CallMessage.tsx:76
+#: src/components/channel/CallMessage.tsx:73
#: src/components/modals/BanMemberModal.tsx:52
#: src/components/modals/channelTabs/ChannelOverviewTab.tsx:154
#: src/components/modals/CustomStatusBottomSheet.tsx:44
@@ -993,7 +993,7 @@ msgstr "1 минута и {seconds} секунд"
msgid "1 minute and 1 second"
msgstr "1 минута и 1 секунда"
-#: src/components/channel/CallMessage.tsx:73
+#: src/components/channel/CallMessage.tsx:70
#: src/components/modals/BanMemberModal.tsx:59
msgid "1 month"
msgstr "1 месяц"
@@ -1002,12 +1002,12 @@ msgstr "1 месяц"
msgid "1 Month"
msgstr "1 месяц"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:99
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:120
msgid "1 Month {monthlyPrice}"
msgstr "1 месяц {monthlyPrice}"
-#: src/components/modals/components/plutonium/GiftSection.tsx:78
-#: src/components/modals/components/plutonium/PricingSection.tsx:110
+#: src/components/modals/components/plutonium/GiftSection.tsx:88
+#: src/components/modals/components/plutonium/PricingSection.tsx:128
msgid "1 Month Gift"
msgstr "Подарок на 1 месяц"
@@ -1020,22 +1020,22 @@ msgstr "1 использование"
msgid "1 user"
msgstr "1 пользователь"
-#: src/components/channel/CallMessage.tsx:74
+#: src/components/channel/CallMessage.tsx:71
#: src/components/modals/BanMemberModal.tsx:57
#: src/components/modals/TimeoutMemberOptions.ts:39
msgid "1 week"
msgstr "1 неделя"
-#: src/components/channel/CallMessage.tsx:72
+#: src/components/channel/CallMessage.tsx:69
msgid "1 year"
msgstr "1 год"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:91
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:109
msgid "1 Year {yearlyPrice}"
msgstr "1 год {yearlyPrice}"
-#: src/components/modals/components/plutonium/GiftSection.tsx:69
-#: src/components/modals/components/plutonium/PricingSection.tsx:101
+#: src/components/modals/components/plutonium/GiftSection.tsx:76
+#: src/components/modals/components/plutonium/PricingSection.tsx:116
msgid "1 Year Gift"
msgstr "Подарок на 1 год"
@@ -1286,8 +1286,8 @@ msgstr "8 часов"
msgid "A 4-digit tag will be added automatically to ensure uniqueness"
msgstr "Автоматически добавится 4-значный тег для уникальности"
-#: src/components/channel/CallMessage.tsx:86
-#: src/components/channel/CallMessage.tsx:148
+#: src/components/channel/CallMessage.tsx:83
+#: src/components/channel/CallMessage.tsx:142
msgid "a few seconds"
msgstr "несколько секунд"
@@ -1299,7 +1299,7 @@ msgstr "Несколько клавиатурных воинов собираю
msgid "A helpful bot that does amazing things!"
msgstr "Полезный бот, который делает невероятные вещи!"
-#: src/components/channel/CallMessage.tsx:77
+#: src/components/channel/CallMessage.tsx:74
msgid "a minute"
msgstr "минуту"
@@ -1316,7 +1316,7 @@ msgid "A symphony of clacking keys is underway..."
msgstr "Симфония щелкающих клавиш уже началась..."
#: src/components/modals/tabs/MyProfileTab/BioEditor.tsx:127
-#: src/components/modals/UserProfileMobileSheet.tsx:528
+#: src/components/modals/UserProfileMobileSheet.tsx:532
#: src/components/pages/YouPage.tsx:132
msgid "About Me"
msgstr "Обо мне"
@@ -1330,18 +1330,18 @@ msgstr "О тебе"
msgid "Accent Color"
msgstr "Цвет акцента"
-#: src/components/channel/channel-view/DMChannelView.tsx:291
-#: src/components/channel/dm/DMWelcomeSection.tsx:116
+#: src/components/channel/channel-view/DMChannelView.tsx:292
+#: src/components/channel/dm/DMWelcomeSection.tsx:128
#: src/components/channel/friends/FriendListItem.tsx:238
#: src/components/channel/friends/MobileFriendRequestItem.tsx:99
#: src/components/voice/IncomingCallUI.tsx:302
msgid "Accept"
msgstr "Принять"
-#: src/components/bottomsheets/DMBottomSheet.tsx:515
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:260
-#: src/components/modals/UserProfileModal.tsx:1258
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:88
+#: src/components/bottomsheets/DMBottomSheet.tsx:517
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:262
+#: src/components/modals/UserProfileModal.tsx:1259
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:109
msgid "Accept Friend Request"
msgstr "Принять запрос в друзья"
@@ -1358,7 +1358,7 @@ msgstr "Принять приглашение"
msgid "Accept the incoming call"
msgstr "Принять входящий звонок"
-#: src/components/channel/InviteEmbed.tsx:226
+#: src/components/channel/InviteEmbed.tsx:228
#: src/components/modals/InviteAcceptModal.tsx:163
msgid "Accepting this invite installs the pack automatically."
msgstr "Принятие приглашения автоматически устанавливает пакет."
@@ -1407,7 +1407,7 @@ msgstr "Аккаунт и премиум"
msgid "Account appears to exist solely for spamming"
msgstr "Похоже, аккаунт создан только для спама"
-#: src/components/modals/ClaimAccountModal.tsx:105
+#: src/components/modals/ClaimAccountModal.tsx:107
msgid "Account claimed successfully"
msgstr "Аккаунт успешно подтверждён"
@@ -1459,7 +1459,7 @@ msgstr "Только во всех личных чатах, в которых т
msgid "Action with both icons!"
msgstr "Действие с двумя значками!"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:124
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:143
msgid "Active"
msgstr "Активен"
@@ -1584,12 +1584,13 @@ msgstr "Добавить email"
msgid "Add Favorite Channels"
msgstr "Добавить избранные каналы"
-#: src/components/bottomsheets/DMBottomSheet.tsx:524
+#: src/components/bottomsheets/DMBottomSheet.tsx:527
#: src/components/channel/dm/AddFriendView.tsx:32
#: src/components/channel/dm/DMFriendsView.tsx:199
#: src/components/modals/AddFriendSheet.tsx:50
-#: src/components/modals/UserProfileModal.tsx:1178
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:68
+#: src/components/modals/UserProfileModal.tsx:1179
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:75
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:89
msgid "Add Friend"
msgstr "Добавить в друзья"
@@ -1597,7 +1598,7 @@ msgstr "Добавить в друзья"
msgid "Add Friends"
msgstr "Добавить друзей"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1187
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1211
#: src/components/channel/ChannelHeader.tsx:630
#: src/components/channel/dm/GroupDMWelcomeSection.tsx:85
msgid "Add Friends to Group"
@@ -1612,7 +1613,7 @@ msgstr "Добавить элемент"
msgid "Add new reactions to messages."
msgstr "Добавляйте новые реакции к сообщениям."
-#: src/components/bottomsheets/DMBottomSheet.tsx:426
+#: src/components/bottomsheets/DMBottomSheet.tsx:428
#: src/components/profile/ProfileCard/ProfileCardActions.tsx:48
#: src/components/uikit/ContextMenu/items/UserNoteMenuItems.tsx:42
msgid "Add Note"
@@ -1647,7 +1648,7 @@ msgstr "Форма добавления номера телефона"
#: src/components/channel/MessageActionBar.tsx:450
#: src/components/channel/MessageActionBar.tsx:741
#: src/components/channel/messageActionMenu.tsx:92
-#: src/components/channel/MessageReactions.tsx:264
+#: src/components/channel/MessageReactions.tsx:263
#: src/components/uikit/ContextMenu/items/MessageMenuItems.tsx:65
msgid "Add Reaction"
msgstr "Добавить реакцию"
@@ -1695,8 +1696,8 @@ msgid "Add to favorites"
msgstr "Добавить в избранное"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:370
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1103
-#: src/components/bottomsheets/DMBottomSheet.tsx:400
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1127
+#: src/components/bottomsheets/DMBottomSheet.tsx:402
#: src/components/channel/ChannelHeader.tsx:547
#: src/components/channel/ChannelHeader.tsx:595
#: src/components/channel/ChannelHeader.tsx:600
@@ -1731,11 +1732,11 @@ msgid "Added to bookmarks"
msgstr "Добавлено в закладки"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:118
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:544
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:558
msgid "Added to favorites"
msgstr "Добавлено в избранное"
-#: src/components/bottomsheets/DMBottomSheet.tsx:129
+#: src/components/bottomsheets/DMBottomSheet.tsx:131
msgid "Added to Favorites"
msgstr "Добавлено в Избранное"
@@ -1752,7 +1753,7 @@ msgstr "Добавлено: {createdDate}"
msgid "Added: {createdDate} • Last used: {lastUsedDate}"
msgstr "Добавлено: {createdDate} • Последнее использование: {lastUsedDate}"
-#: src/components/pages/ReportPage.tsx:943
+#: src/components/pages/report/ReportStepDetails.tsx:222
msgid "Additional Comments (optional)"
msgstr "Дополнительные комментарии (по желанию)"
@@ -1873,7 +1874,7 @@ msgstr "Все звонки уведомляют без звука вместо
msgid "All Communities"
msgstr "Все сообщества"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:74
+#: src/components/modals/components/plutonium/VisionarySection.tsx:83
msgid "All current and future Plutonium benefits, forever"
msgstr "Все текущие и будущие преимущества Plutonium навсегда"
@@ -1911,7 +1912,7 @@ msgstr "Все участники"
msgid "All messages"
msgstr "Все сообщения"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1377
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1401
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:206
#: src/components/modals/GuildNotificationSettingsModal.tsx:87
#: src/components/modals/GuildNotificationSettingsModal.tsx:273
@@ -2071,11 +2072,11 @@ msgstr "Разрешили {0}."
msgid "Already have an account?"
msgstr "Уже есть аккаунт?"
-#: src/components/channel/InviteEmbed.tsx:187
+#: src/components/channel/InviteEmbed.tsx:189
msgid "Already joined"
msgstr "Уже участник"
-#: src/components/channel/GiftEmbed.tsx:90
+#: src/components/channel/GiftEmbed.tsx:97
msgid "Already redeemed"
msgstr "Уже использовано"
@@ -2135,8 +2136,8 @@ msgstr "Всегда доверять <0>{hostname}0> — больше не п
msgid "Always underline links"
msgstr "Всегда подчёркивать ссылки"
-#: src/components/channel/ChannelSearchResults.tsx:511
-#: src/components/channel/ChannelSearchResults.tsx:562
+#: src/components/channel/ChannelSearchResults.tsx:480
+#: src/components/channel/ChannelSearchResults.tsx:531
#: src/hooks/useChannelSearch.ts:233
#: src/hooks/useChannelSearch.ts:375
msgid "An error occurred while searching"
@@ -2198,7 +2199,7 @@ msgid "Animated Emoji ({0})"
msgstr "Анимированные эмодзи ({0})"
#: src/components/channel/embeds/media/EmbedGifv.tsx:237
-#: src/components/channel/embeds/media/EmbedGifv.tsx:725
+#: src/components/channel/embeds/media/EmbedGifv.tsx:749
#: src/components/modals/MediaViewerModal.tsx:294
#: src/components/modals/MediaViewerModal.tsx:362
msgid "Animated GIF"
@@ -2320,8 +2321,8 @@ msgstr "Приложение успешно обновлено"
msgid "Applications"
msgstr "Приложения"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:99
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:137
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:103
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:141
msgid "Applications & Bots"
msgstr "Приложения и боты"
@@ -2352,7 +2353,7 @@ msgid "Archive"
msgstr "Архивировать"
#. placeholder {0}: user.username
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:162
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:164
#: src/components/modals/UserProfileActionsSheet.tsx:133
#: src/utils/RelationshipActionUtils.tsx:141
msgid "Are you sure you want to block {0}? They won't be able to message you or send you friend requests."
@@ -2368,8 +2369,8 @@ msgid "Are you sure you want to close this group DM? You can always reopen it la
msgstr "Ты уверен, что хочешь закрыть этот групповой чат? Ты всегда можешь открыть его снова."
#. placeholder {0}: recipient?.username ?? ''
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:601
-#: src/components/bottomsheets/DMBottomSheet.tsx:303
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:615
+#: src/components/bottomsheets/DMBottomSheet.tsx:305
msgid "Are you sure you want to close your DM with {0}? You can always reopen it later."
msgstr "Ты уверен, что хочешь закрыть личное сообщение с {0}? Ты всегда можешь открыть его снова."
@@ -2406,7 +2407,7 @@ msgid "Are you sure you want to delete #{0}? This action cannot be undone."
msgstr "Ты уверен, что хочешь удалить #{0}? Это действие нельзя отменить."
#. placeholder {0}: channel.name ?? 'this channel'
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:667
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:681
msgid "Are you sure you want to delete #{0}? This cannot be undone."
msgstr "Ты уверен, что хочешь удалить #{0}? Это нельзя отменить."
@@ -2504,7 +2505,7 @@ msgstr "Ты уверен, что хочешь покинуть {0}?"
msgid "Are you sure you want to leave this community? You will no longer be able to see any messages."
msgstr "Ты уверен, что хочешь покинуть это сообщество? Ты больше не увидишь никаких сообщений."
-#: src/components/bottomsheets/DMBottomSheet.tsx:338
+#: src/components/bottomsheets/DMBottomSheet.tsx:340
#: src/hooks/useLeaveGroup.tsx:43
msgid "Are you sure you want to leave this group? You will no longer be able to see any messages."
msgstr "Ты уверен, что хочешь покинуть эту группу? Ты больше не увидишь никаких сообщений."
@@ -2515,9 +2516,9 @@ msgid "Are you sure you want to make {0} the group owner? You will lose owner pr
msgstr "Ты уверен, что хочешь передать владение группой {0}? Ты потеряешь права владельца."
#. placeholder {0}: user.username
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:145
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:147
#: src/components/modals/UserProfileActionsSheet.tsx:116
-#: src/components/modals/UserProfileMobileSheet.tsx:303
+#: src/components/modals/UserProfileMobileSheet.tsx:304
#: src/utils/RelationshipActionUtils.tsx:114
msgid "Are you sure you want to remove {0} as a friend?"
msgstr "Ты уверен, что хочешь удалить {0} из друзей?"
@@ -2557,10 +2558,10 @@ msgid "Are you sure you want to transfer ownership of the group to {0}?"
msgstr "Ты уверен, что хочешь передать владение группой {0}?"
#. placeholder {0}: user.username
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:179
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:181
#: src/components/modals/tabs/BlockedUsersTab.tsx:57
#: src/components/modals/UserProfileActionsSheet.tsx:150
-#: src/components/modals/UserProfileMobileSheet.tsx:319
+#: src/components/modals/UserProfileMobileSheet.tsx:320
#: src/utils/RelationshipActionUtils.tsx:168
msgid "Are you sure you want to unblock {0}?"
msgstr "Ты уверен, что хочешь разблокировать {0}?"
@@ -2573,7 +2574,7 @@ msgstr "Арт-клуб"
msgid "Artists' Corner"
msgstr "Уголок художников"
-#: src/components/modals/components/plutonium/PricingSection.tsx:63
+#: src/components/modals/components/plutonium/PricingSection.tsx:69
msgid "As a Gift"
msgstr "В подарок"
@@ -2689,7 +2690,7 @@ msgstr "Настройки аудио"
msgid "Audio will be included with this screen share."
msgstr "Аудио будет включено в эту трансляцию экрана."
-#: src/components/pages/ReportPage.tsx:311
+#: src/components/pages/report/optionDescriptors.ts:83
msgid "Austria"
msgstr "Австрия"
@@ -2844,6 +2845,7 @@ msgstr "Средний пинг:"
#: src/components/modals/PhoneAddModal.tsx:235
#: src/components/modals/RequiredActionModal.tsx:463
#: src/components/pages/OAuthAuthorizePage.tsx:694
+#: src/components/pages/report/ReportStepDetails.tsx:243
msgid "Back"
msgstr "Назад"
@@ -2933,7 +2935,7 @@ msgid "Balanced quality and bandwidth"
msgstr "Сбалансированное качество и пропускная способность"
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:353
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:320
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:323
#: src/components/modals/UserProfileActionsSheet.tsx:262
msgid "Ban"
msgstr "Бан"
@@ -3035,7 +3037,7 @@ msgstr "до:"
msgid "Begin a call in the current private conversation"
msgstr "Начать звонок в текущем приватном чате"
-#: src/components/pages/ReportPage.tsx:312
+#: src/components/pages/report/optionDescriptors.ts:84
msgid "Belgium"
msgstr "Бельгия"
@@ -3066,7 +3068,7 @@ msgstr "Бета-код (необязательно)"
msgid "Beta Code Redeemed!"
msgstr "Бета-код активирован!"
-#: src/components/modals/tabs/BetaCodesTab.tsx:313
+#: src/components/modals/tabs/BetaCodesTab.tsx:338
#: src/components/modals/utils/settingsSearchIndex.ts:741
msgid "Beta Codes"
msgstr "Бета-коды"
@@ -3083,13 +3085,13 @@ msgstr "О себе"
msgid "Bio character limit"
msgstr "Лимит символов в био"
-#: src/components/bottomsheets/DMBottomSheet.tsx:538
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:163
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:345
+#: src/components/bottomsheets/DMBottomSheet.tsx:541
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:165
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:348
#: src/components/modals/UserProfileActionsSheet.tsx:134
#: src/components/modals/UserProfileActionsSheet.tsx:298
#: src/components/modals/UserProfileModal.tsx:1062
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:190
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:211
#: src/utils/RelationshipActionUtils.tsx:143
msgid "Block"
msgstr "Заблокировать"
@@ -3106,7 +3108,7 @@ msgstr "Блокировать личные сообщения от участн
msgid "Block for all communities"
msgstr "Блокировать во всех сообществах"
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:161
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:163
#: src/components/modals/UserProfileActionsSheet.tsx:132
#: src/utils/RelationshipActionUtils.tsx:139
msgid "Block User"
@@ -3270,7 +3272,7 @@ msgstr "Требуется звук в браузере"
msgid "Browser locale ({browserLocale}): {format}"
msgstr "Локаль браузера ({browserLocale}): {format}"
-#: src/components/pages/ReportPage.tsx:313
+#: src/components/pages/report/optionDescriptors.ts:85
msgid "Bulgaria"
msgstr "Болгария"
@@ -3313,16 +3315,16 @@ msgstr "Кнопки показывают индикатор загрузки,
msgid "Buttons with Icons"
msgstr "Кнопки со значками"
-#: src/components/modals/components/plutonium/GiftSection.tsx:74
-#: src/components/modals/components/plutonium/GiftSection.tsx:83
-#: src/components/modals/components/plutonium/GiftSection.tsx:92
-#: src/components/modals/components/plutonium/PricingSection.tsx:106
-#: src/components/modals/components/plutonium/PricingSection.tsx:115
-#: src/components/modals/components/plutonium/PricingSection.tsx:124
+#: src/components/modals/components/plutonium/GiftSection.tsx:81
+#: src/components/modals/components/plutonium/GiftSection.tsx:93
+#: src/components/modals/components/plutonium/GiftSection.tsx:105
+#: src/components/modals/components/plutonium/PricingSection.tsx:121
+#: src/components/modals/components/plutonium/PricingSection.tsx:133
+#: src/components/modals/components/plutonium/PricingSection.tsx:145
msgid "Buy Gift"
msgstr "Купить подарок"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:114
+#: src/components/modals/components/plutonium/VisionarySection.tsx:140
msgid "Buying Visionary will cancel your current {currentAccessLabel} immediately. It is a one-time purchase with lifetime access."
msgstr "Покупка Visionary немедленно отменит вашу текущую {currentAccessLabel}. Это одноразовая покупка с пожизненным доступом."
@@ -3347,7 +3349,7 @@ msgstr "Обойти медленный режим"
msgid "Bypass Splash Screen"
msgstr "Обойти экран загрузки"
-#: src/components/channel/channel-view/DMChannelView.tsx:271
+#: src/components/channel/channel-view/DMChannelView.tsx:272
msgid "Call available"
msgstr "Звонок доступен"
@@ -3446,11 +3448,11 @@ msgstr "Настройки камеры"
#: src/components/modals/CategoryCreateModal.tsx:79
#: src/components/modals/ChannelCreateModal.tsx:100
#: src/components/modals/ChannelDeleteModal.tsx:72
-#: src/components/modals/ClaimAccountModal.tsx:179
-#: src/components/modals/ClaimAccountModal.tsx:219
-#: src/components/modals/components/MobileSettingsView.tsx:302
+#: src/components/modals/ClaimAccountModal.tsx:181
+#: src/components/modals/ClaimAccountModal.tsx:221
+#: src/components/modals/components/MobileSettingsView.tsx:297
#: src/components/modals/components/plutonium/hooks/useCheckoutActions.tsx:110
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:328
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:371
#: src/components/modals/ConfirmModal.tsx:146
#: src/components/modals/CreateDMModal.tsx:88
#: src/components/modals/CreateFavoriteCategoryModal.tsx:74
@@ -3473,7 +3475,7 @@ msgstr "Настройки камеры"
#: src/components/modals/HideOwnCameraConfirmModal.tsx:65
#: src/components/modals/IARModal.tsx:218
#: src/components/modals/ImageCropModal.tsx:981
-#: src/components/modals/InviteModal.tsx:336
+#: src/components/modals/InviteModal.tsx:333
#: src/components/modals/KickMemberModal.tsx:60
#: src/components/modals/MfaTotpDisableModal.tsx:75
#: src/components/modals/MfaTotpEnableModal.tsx:102
@@ -3498,11 +3500,11 @@ msgstr "Настройки камеры"
msgid "Cancel"
msgstr "Отмена"
-#: src/components/channel/dm/DMWelcomeSection.tsx:126
+#: src/components/channel/dm/DMWelcomeSection.tsx:138
#: src/components/channel/friends/FriendListItem.tsx:164
#: src/components/channel/friends/FriendListItem.tsx:166
-#: src/components/modals/UserProfileModal.tsx:1273
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:171
+#: src/components/modals/UserProfileModal.tsx:1274
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:192
msgid "Cancel Friend Request"
msgstr "Отменить запрос в друзья"
@@ -3522,7 +3524,7 @@ msgstr "Отменить запрос"
msgid "Cancel upload"
msgstr "Отменить загрузку"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:118
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:137
msgid "Canceling"
msgstr "Отмена..."
@@ -3566,7 +3568,7 @@ msgstr "Выравнивание карточки"
msgid "Card alignment controls"
msgstr "Управление выравниванием карточек"
-#: src/components/modals/components/MobileSettingsView.tsx:123
+#: src/components/modals/components/MobileSettingsView.tsx:118
#: src/components/modals/components/SettingsModalHeader.tsx:76
msgid "Careful! You have unsaved changes."
msgstr "Внимание! Есть несохранённые изменения."
@@ -3576,7 +3578,7 @@ msgstr "Внимание! Есть несохранённые изменения
msgid "Category"
msgstr "Категория"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1371
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1395
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:239
msgid "Category Default"
msgstr "Категория по умолчанию"
@@ -3594,7 +3596,7 @@ msgstr "Категория заполнена"
msgid "Category Name"
msgstr "Название категории"
-#: src/components/modals/ChannelSettingsModal.tsx:105
+#: src/components/modals/ChannelSettingsModal.tsx:113
#: src/components/modals/components/DesktopChannelSettingsView.tsx:188
msgid "Category Settings"
msgstr "Настройки категории"
@@ -3625,7 +3627,7 @@ msgstr "Изменить фон"
msgid "Change Banner"
msgstr "Сменить баннер"
-#: src/components/pages/ReportPage.tsx:752
+#: src/components/pages/report/ReportStepVerification.tsx:126
msgid "Change email"
msgstr "Сменить email"
@@ -3647,8 +3649,8 @@ msgstr "Сменить FluxerTag"
msgid "Change FluxerTag form"
msgstr "Форма смены FluxerTag"
-#: src/components/bottomsheets/DMBottomSheet.tsx:433
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:133
+#: src/components/bottomsheets/DMBottomSheet.tsx:435
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:154
msgid "Change Friend Nickname"
msgstr "Сменить ник друга"
@@ -3673,7 +3675,7 @@ msgid "Change My Group Nickname"
msgstr "Сменить свой ник в группе"
#: src/components/modals/BaseChangeNicknameModal.tsx:82
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:238
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:240
#: src/components/modals/RenameChannelModal.tsx:58
#: src/components/modals/UserProfileActionsSheet.tsx:225
#: src/components/modals/UserProfileActionsSheet.tsx:225
@@ -3760,8 +3762,8 @@ msgstr "Регион голоса изменён на {0}."
msgid "channel"
msgstr "канал"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:483
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:549
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:497
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:563
#: src/components/invites/InviteListItem.tsx:50
#: src/components/webhooks/WebhookListItem.tsx:240
#: src/constants/AuditLogConstants.tsx:236
@@ -3796,7 +3798,7 @@ msgid "Channel Debug"
msgstr "Отладка канала"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:188
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:675
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:689
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:329
msgid "Channel deleted"
msgstr "Канал удалён"
@@ -3806,11 +3808,11 @@ msgid "Channel Deleted"
msgstr "Канал удалён"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:273
-#: src/components/bottomsheets/DMBottomSheet.tsx:366
+#: src/components/bottomsheets/DMBottomSheet.tsx:368
msgid "Channel ID copied"
msgstr "ID канала скопирован"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:535
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:549
msgid "Channel ID copied to clipboard"
msgstr "ID канала скопирован в буфер обмена"
@@ -3878,9 +3880,9 @@ msgstr "Запись канала"
msgid "Channel removed from favorites"
msgstr "Канал убран из избранного"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1092
-#: src/components/layout/ChannelItem.tsx:630
-#: src/components/modals/ChannelSettingsModal.tsx:105
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1116
+#: src/components/layout/ChannelItem.tsx:647
+#: src/components/modals/ChannelSettingsModal.tsx:113
#: src/components/modals/components/DesktopChannelSettingsView.tsx:188
msgid "Channel Settings"
msgstr "Настройки канала"
@@ -3947,7 +3949,7 @@ msgstr "Следи за <0>Bluesky (@fluxer.app)0> для обновлений
msgid "Check out my custom theme!"
msgstr "Посмотри на мою кастомную тему!"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:105
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:109
msgid "Check your connection and try again."
msgstr "Проверь подключение и попробуй снова."
@@ -3969,8 +3971,8 @@ msgstr "Флажки"
msgid "Checking..."
msgstr "Проверка..."
-#: src/components/pages/ReportPage.tsx:270
-#: src/components/pages/ReportPage.tsx:299
+#: src/components/pages/report/optionDescriptors.ts:51
+#: src/components/pages/report/optionDescriptors.ts:74
#: src/constants/IARConstants.tsx:72
#: src/constants/IARConstants.tsx:175
msgid "Child Safety Concerns"
@@ -3984,6 +3986,10 @@ msgstr "Китайский (упрощённый)"
msgid "Chinese (Traditional)"
msgstr "Китайский (традиционный)"
+#: src/components/pages/report/ReportBreadcrumbs.tsx:46
+msgid "Choose"
+msgstr "Выбрать"
+
#: src/components/pages/OAuthAuthorizePage.tsx:898
msgid "Choose a community"
msgstr "Выбери сообщество"
@@ -4080,25 +4086,36 @@ msgstr "Выбери акцентный цвет профиля"
#: src/components/channel/barriers/BarrierComponents.tsx:109
#: src/components/channel/barriers/BarrierComponents.tsx:240
-#: src/components/layout/app-layout/nagbars/UnclaimedAccountNagbar.tsx:47
-#: src/components/modals/ClaimAccountModal.tsx:225
-#: src/components/modals/components/UnclaimedAccountAlert.tsx:34
+#: src/components/channel/dm/AddFriendForm.tsx:57
+#: src/components/layout/app-layout/nagbars/UnclaimedAccountNagbar.tsx:45
+#: src/components/modals/ClaimAccountModal.tsx:227
+#: src/components/modals/components/UnclaimedAccountAlert.tsx:32
+#: src/components/modals/GiftAcceptModal.tsx:170
#: src/components/modals/tabs/AccountSecurityTab/SecurityTab.tsx:206
+#: src/components/modals/tabs/BetaCodesTab.tsx:297
+#: src/components/modals/tabs/GiftInventoryTab.tsx:242
msgid "Claim Account"
msgstr "Привязать аккаунт"
-#: src/components/channel/GiftEmbed.tsx:98
-#: src/components/modals/GiftAcceptModal.tsx:154
+#: src/components/channel/GiftEmbed.tsx:109
+msgid "Claim Account to Redeem"
+msgstr "Заявите о праве на аккаунт для получения"
+
+#: src/components/channel/GiftEmbed.tsx:109
+#: src/components/modals/GiftAcceptModal.tsx:197
#: src/components/pages/GiftLoginPage.tsx:155
#: src/components/pages/GiftRegisterPage.tsx:42
msgid "Claim Gift"
msgstr "Забрать подарок"
-#: src/components/modals/ClaimAccountModal.tsx:141
+#: src/components/channel/dm/AddFriendForm.tsx:53
+#: src/components/modals/ClaimAccountModal.tsx:143
+#: src/components/modals/tabs/BetaCodesTab.tsx:293
+#: src/components/modals/tabs/GiftInventoryTab.tsx:238
msgid "Claim your account"
msgstr "Привяжи свой аккаунт"
-#: src/components/modals/ClaimAccountModal.tsx:146
+#: src/components/modals/ClaimAccountModal.tsx:148
msgid "Claim your account by adding an email and password. We will send a verification code to confirm your email before finishing."
msgstr "Привяжи аккаунт, добавив email и пароль. Мы отправим код подтверждения на почту перед завершением."
@@ -4106,11 +4123,68 @@ msgstr "Привяжи аккаунт, добавив email и пароль. М
msgid "Claim your account to access security features like two-factor authentication and passkeys."
msgstr "Привяжи аккаунт, чтобы использовать функции безопасности вроде двухфакторной аутентификации и ключей доступа."
+#: src/components/channel/ChannelHeader/CallButtons.tsx:85
+#: src/components/channel/ChannelHeader/CallButtons.tsx:155
+msgid "Claim your account to call"
+msgstr "Заберите свою учетную запись, чтобы совершать звонки."
+
#: src/components/modals/tabs/MyProfileTab/UsernameSection.tsx:49
msgid "Claim your account to change your FluxerTag"
msgstr "Привяжите аккаунт, чтобы изменить FluxerTag"
-#: src/components/modals/GiftAcceptModal.tsx:145
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:146
+msgid "Claim your account to create applications."
+msgstr "Заявите о своем аккаунте, чтобы создавать приложения."
+
+#: src/components/modals/tabs/BetaCodesTab.tsx:294
+msgid "Claim your account to generate beta codes."
+msgstr "Заявите о своем аккаунте, чтобы генерировать бета-коды."
+
+#: src/components/layout/ChannelItem.tsx:208
+#: src/components/layout/ChannelItem.tsx:382
+#: src/stores/voice/MediaEngineFacade.ts:537
+msgid "Claim your account to join this voice channel."
+msgstr "Заберите свою учетную запись, чтобы присоединиться к этому голосовому каналу."
+
+#: src/stores/voice/MediaEngineFacade.ts:170
+msgid "Claim your account to join voice channels you don't own."
+msgstr "Заберите свою учетную запись, чтобы присоединиться к голосовым каналам, которыми вы не владеете."
+
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:55
+#: src/components/modals/components/plutonium/GiftSection.tsx:61
+#: src/components/modals/components/plutonium/PricingSection.tsx:63
+#: src/components/modals/components/plutonium/VisionarySection.tsx:62
+#: src/components/modals/components/PlutoniumContent.tsx:99
+msgid "Claim your account to purchase Fluxer Plutonium."
+msgstr "Заявите о своем аккаунте, чтобы купить Fluxer Plutonium."
+
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:112
+msgid "Claim your account to purchase or redeem Fluxer Plutonium."
+msgstr "Заявите о своем аккаунте, чтобы купить или обменять Fluxer Plutonium."
+
+#: src/components/modals/tabs/GiftInventoryTab.tsx:239
+msgid "Claim your account to redeem or manage Plutonium gift codes."
+msgstr "Заявите о своем аккаунте, чтобы обменять или управлять подарочными кодами Plutonium."
+
+#: src/components/channel/GiftEmbed.tsx:99
+#: src/components/modals/GiftAcceptModal.tsx:154
+msgid "Claim your account to redeem this gift."
+msgstr "Заявите о своем аккаунте, чтобы обменять этот подарок."
+
+#: src/components/channel/dm/AddFriendForm.tsx:54
+#: src/components/channel/dm/DMWelcomeSection.tsx:109
+#: src/components/modals/UserProfileModal.tsx:1289
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:65
+msgid "Claim your account to send friend requests."
+msgstr "Заявите о своем аккаунте, чтобы отправлять запросы в друзья."
+
+#: src/components/channel/ChannelHeader/CallButtons.tsx:54
+#: src/components/channel/ChannelHeader/CallButtons.tsx:124
+#: src/stores/voice/MediaEngineFacade.ts:179
+msgid "Claim your account to start or join 1:1 calls."
+msgstr "Заберите свою учетную запись, чтобы начать или присоединиться к 1:1 звонкам."
+
+#: src/components/modals/GiftAcceptModal.tsx:188
msgid "Claim your gift to activate your premium subscription!"
msgstr "Заберите подарок, чтобы активировать премиум-подписку!"
@@ -4164,8 +4238,8 @@ msgstr "Сбросить разрешения"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:420
#: src/components/channel/MessageSearchBar/MessageSearchBar.tsx:1424
-#: src/components/channel/shared/PickerSearchInput.tsx:195
-#: src/components/channel/shared/PickerSearchInput.tsx:212
+#: src/components/channel/shared/PickerSearchInput.tsx:194
+#: src/components/channel/shared/PickerSearchInput.tsx:211
#: src/components/modals/components/SettingsSearch.tsx:108
msgid "Clear search"
msgstr "Очистить поиск"
@@ -4200,11 +4274,11 @@ msgstr "Описание стикера очищено."
msgid "Cleared the topic."
msgstr "Тема очищена."
-#: src/components/modals/components/MobileSettingsView.tsx:297
+#: src/components/modals/components/MobileSettingsView.tsx:292
msgid "Clearing subscriptions ensures the gateway stops sending messages to this installation."
msgstr "Очистка подписок гарантирует, что шлюз прекратит отправлять сообщения на эту установку."
-#: src/components/modals/tabs/BetaCodesTab.tsx:366
+#: src/components/modals/tabs/BetaCodesTab.tsx:391
msgid "Click \"Create Code\" to generate your first code."
msgstr "Нажми «Создать код», чтобы получить первый код."
@@ -4240,13 +4314,13 @@ msgstr "Нажми, чтобы добавить заметку"
msgid "Click to check and uncheck. Available in square and round styles."
msgstr "Нажми, чтобы отметить/снять отметку. Доступны квадратные и круглые варианты."
-#: src/components/channel/GiftEmbed.tsx:90
+#: src/components/channel/GiftEmbed.tsx:100
msgid "Click to claim your gift!"
msgstr "Нажми, чтобы получить подарок!"
#: src/components/invites/InviteListItem.tsx:184
#: src/components/modals/components/ClientInfo.tsx:76
-#: src/components/modals/tabs/BetaCodesTab.tsx:172
+#: src/components/modals/tabs/BetaCodesTab.tsx:174
msgid "Click to copy"
msgstr "Нажми, чтобы скопировать"
@@ -4328,12 +4402,12 @@ msgid "Close"
msgstr "Закрыть"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:341
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:600
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:602
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1239
-#: src/components/bottomsheets/DMBottomSheet.tsx:302
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:614
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:616
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1263
#: src/components/bottomsheets/DMBottomSheet.tsx:304
-#: src/components/bottomsheets/DMBottomSheet.tsx:557
+#: src/components/bottomsheets/DMBottomSheet.tsx:306
+#: src/components/bottomsheets/DMBottomSheet.tsx:560
#: src/components/channel/dm/DMList.tsx:292
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:82
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:84
@@ -4358,7 +4432,8 @@ msgstr "Тема «Уголь»"
#: src/components/invites/InviteListItem.tsx:54
#: src/components/modals/MfaTotpDisableModal.tsx:64
#: src/components/modals/MfaTotpEnableModal.tsx:91
-#: src/components/modals/tabs/BetaCodesTab.tsx:51
+#: src/components/modals/tabs/BetaCodesTab.tsx:53
+#: src/components/pages/report/ReportBreadcrumbs.tsx:48
msgid "Code"
msgstr "Код"
@@ -4370,7 +4445,8 @@ msgstr "Код и моноширинный"
msgid "Code Blocks"
msgstr "Блоки кода"
-#: src/components/modals/ClaimAccountModal.tsx:123
+#: src/components/modals/ClaimAccountModal.tsx:125
+#: src/components/pages/ReportPage.tsx:231
msgid "Code resent"
msgstr "Код отправлен повторно"
@@ -4379,8 +4455,8 @@ msgid "Code sent"
msgstr "Код отправлен"
#: src/components/invites/InviteListItem.tsx:180
-#: src/components/modals/tabs/BetaCodesTab.tsx:104
-#: src/components/modals/tabs/BetaCodesTab.tsx:168
+#: src/components/modals/tabs/BetaCodesTab.tsx:106
+#: src/components/modals/tabs/BetaCodesTab.tsx:170
msgid "Code:"
msgstr "Код:"
@@ -4472,7 +4548,7 @@ msgstr "Звук сообщества отключен"
msgid "Community Debug"
msgstr "Отладка сообщества"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1371
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1395
#: src/components/uikit/ContextMenu/items/CategoryMenuItems.tsx:221
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:239
msgid "Community Default"
@@ -4542,8 +4618,8 @@ msgstr "Настройки уведомлений сообщества"
msgid "Community organizes raids or harassment campaigns"
msgstr "Сообщество организует рейды или кампании преследований"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:237
-#: src/components/channel/MemberListItem.tsx:102
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:238
+#: src/components/channel/MemberListItem.tsx:109
#: src/components/modals/guildTabs/GuildMembersTab.tsx:145
#: src/components/modals/guildTabs/GuildMembersTab.tsx:197
msgid "Community Owner"
@@ -4567,14 +4643,14 @@ msgstr "Сообщество пропагандирует или облегча
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:172
#: src/components/modals/components/DesktopGuildSettingsView.tsx:204
-#: src/components/modals/GuildSettingsModal.tsx:168
+#: src/components/modals/GuildSettingsModal.tsx:173
#: src/components/popouts/GuildHeaderPopout.tsx:187
#: src/components/uikit/ContextMenu/items/GuildMenuItems.tsx:360
msgid "Community Settings"
msgstr "Настройки сообщества"
-#: src/components/layout/GuildLayout.tsx:301
-#: src/components/layout/GuildLayout.tsx:348
+#: src/components/layout/GuildLayout.tsx:306
+#: src/components/layout/GuildLayout.tsx:353
msgid "Community temporarily unavailable"
msgstr "Сообщество временно недоступно"
@@ -4782,8 +4858,8 @@ msgstr "Подключено к голосу"
msgid "Connecting..."
msgstr "Подключение..."
-#: src/components/channel/channel-view/DMChannelView.tsx:273
-#: src/components/channel/channel-view/DMChannelView.tsx:323
+#: src/components/channel/channel-view/DMChannelView.tsx:274
+#: src/components/channel/channel-view/DMChannelView.tsx:324
#: src/components/voice/CompactVoiceCallView.tsx:55
msgid "Connecting…"
msgstr "Подключение…"
@@ -4979,7 +5055,7 @@ msgstr "Управление статусом активности"
#: src/components/modals/shared/CopyLinkSection.tsx:61
#: src/components/modals/tabs/ApplicationsTab/application-detail/ApplicationHeader.tsx:68
-#: src/components/modals/tabs/GiftInventoryTab.tsx:143
+#: src/components/modals/tabs/GiftInventoryTab.tsx:144
msgid "Copied"
msgstr "Скопировано"
@@ -5001,7 +5077,7 @@ msgstr "Скопировано!"
#: src/components/modals/BackupCodesModal.tsx:82
#: src/components/modals/shared/CopyLinkSection.tsx:61
#: src/components/modals/tabs/ApplicationsTab/application-detail/OAuthBuilderSection.tsx:142
-#: src/components/modals/tabs/GiftInventoryTab.tsx:143
+#: src/components/modals/tabs/GiftInventoryTab.tsx:144
msgid "Copy"
msgstr "Копировать"
@@ -5017,7 +5093,7 @@ msgstr "Скопировать аудио"
msgid "Copy authorize URL"
msgstr "Скопировать URL авторизации"
-#: src/components/modals/tabs/BetaCodesTab.tsx:178
+#: src/components/modals/tabs/BetaCodesTab.tsx:180
msgid "Copy beta code"
msgstr "Скопировать бета-код"
@@ -5028,8 +5104,8 @@ msgstr "Скопировать ID категории"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:320
#: src/components/bottomsheets/ChannelBottomSheet.tsx:347
#: src/components/bottomsheets/ChannelBottomSheet.tsx:433
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1293
-#: src/components/bottomsheets/DMBottomSheet.tsx:577
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1317
+#: src/components/bottomsheets/DMBottomSheet.tsx:580
#: src/components/channel/dm/DMList.tsx:271
#: src/components/channel/dm/DMList.tsx:298
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:362
@@ -5090,7 +5166,7 @@ msgstr "Скопировать изображение"
msgid "Copy invite link"
msgstr "Скопировать ссылку-приглашение"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1154
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1178
#: src/components/modals/tabs/ComponentGalleryTab/ButtonsTab.tsx:182
#: src/components/modals/tabs/ComponentGalleryTab/index.tsx:100
#: src/components/modals/tabs/ComponentGalleryTab/Inline.tsx:95
@@ -5131,15 +5207,15 @@ msgstr "Скопировать ID стикера"
msgid "Copy Text"
msgstr "Скопировать текст"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1285
-#: src/components/bottomsheets/DMBottomSheet.tsx:570
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1309
+#: src/components/bottomsheets/DMBottomSheet.tsx:573
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:370
#: src/components/modals/guildTabs/BannedUserActionsSheet.tsx:74
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:358
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:361
#: src/components/modals/tabs/BlockedUsersTab.tsx:107
#: src/components/modals/UserProfileActionsSheet.tsx:213
#: src/components/modals/UserProfileModal.tsx:1130
-#: src/components/popouts/UserAreaPopout.tsx:507
+#: src/components/popouts/UserAreaPopout.tsx:509
#: src/components/profile/ProfileCard/ProfileCardActions.tsx:60
#: src/components/uikit/ContextMenu/items/CopyMenuItems.tsx:42
msgid "Copy User ID"
@@ -5175,7 +5251,7 @@ msgstr "Таймер обратного отсчёта"
msgid "Country"
msgstr "Страна"
-#: src/components/pages/ReportPage.tsx:928
+#: src/components/pages/report/ReportStepDetails.tsx:205
msgid "Country of Residence"
msgstr "Страна проживания"
@@ -5207,7 +5283,7 @@ msgid "Create a new community or join an existing one."
msgstr "Создайте новое сообщество или присоединитесь к существующему."
#. placeholder {0}: recipient.username
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:905
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:937
msgid "Create a new group with {0}"
msgstr "Создать новую группу с {0}"
@@ -5239,7 +5315,7 @@ msgstr "Создать аккаунт"
msgid "Create an account to claim your gift"
msgstr "Создайте аккаунт, чтобы получить подарок"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:138
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:142
msgid "Create and manage applications and bots for your account."
msgstr "Создавайте и управляйте приложениями и ботами для вашего аккаунта."
@@ -5248,7 +5324,8 @@ msgid "Create and share custom emoji and sticker packs with Fluxer Plutonium."
msgstr "Создавайте и делитесь наборами эмодзи и стикеров с Fluxer Plutonium."
#: src/components/modals/tabs/ApplicationsTab/ApplicationCreateModal.tsx:87
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:142
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:149
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:155
msgid "Create Application"
msgstr "Создать приложение"
@@ -5267,7 +5344,7 @@ msgid "Create Category"
msgstr "Создать категорию"
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:180
-#: src/components/layout/ChannelItem.tsx:607
+#: src/components/layout/ChannelItem.tsx:624
#: src/components/modals/ChannelCreateModal.tsx:58
#: src/components/modals/ChannelCreateModal.tsx:103
#: src/components/popouts/GuildHeaderPopout.tsx:194
@@ -5276,8 +5353,8 @@ msgstr "Создать категорию"
msgid "Create Channel"
msgstr "Создать канал"
-#: src/components/modals/tabs/BetaCodesTab.tsx:326
-#: src/components/modals/tabs/BetaCodesTab.tsx:369
+#: src/components/modals/tabs/BetaCodesTab.tsx:351
+#: src/components/modals/tabs/BetaCodesTab.tsx:394
msgid "Create Code"
msgstr "Создать код"
@@ -5329,7 +5406,7 @@ msgstr "Создать новый аккаунт"
msgid "Create new group"
msgstr "Создать новую группу"
-#: src/components/modals/InviteModal.tsx:339
+#: src/components/modals/InviteModal.tsx:336
msgid "Create New Link"
msgstr "Создать новую ссылку"
@@ -5373,7 +5450,7 @@ msgid "Create, edit, or delete webhooks."
msgstr "Создавай, редактируй или удаляй вебхуки."
#: src/components/invites/InviteListItem.tsx:59
-#: src/components/modals/tabs/BetaCodesTab.tsx:57
+#: src/components/modals/tabs/BetaCodesTab.tsx:59
msgid "Created"
msgstr "Создано"
@@ -5390,7 +5467,7 @@ msgstr "Создано {createdAt}"
#. placeholder {0}: invite.pack.creator.username
#. placeholder {0}: pack.creator.username
#: src/components/auth/InviteHeader.tsx:158
-#: src/components/channel/InviteEmbed.tsx:218
+#: src/components/channel/InviteEmbed.tsx:220
#: src/components/modals/InviteAcceptModal.tsx:152
msgid "Created by {0}"
msgstr "Создано {0}"
@@ -5427,8 +5504,8 @@ msgid "Created with name {newLabel}."
msgstr "Создано с именем {newLabel}."
#: src/components/invites/InviteListItem.tsx:207
-#: src/components/modals/tabs/BetaCodesTab.tsx:135
-#: src/components/modals/tabs/BetaCodesTab.tsx:212
+#: src/components/modals/tabs/BetaCodesTab.tsx:137
+#: src/components/modals/tabs/BetaCodesTab.tsx:214
msgid "Created:"
msgstr "Создано:"
@@ -5440,7 +5517,7 @@ msgstr "Творческий коллектив"
msgid "Creative Writing Club"
msgstr "Клуб творческого письма"
-#: src/components/pages/ReportPage.tsx:314
+#: src/components/pages/report/optionDescriptors.ts:86
msgid "Croatia"
msgstr "Хорватия"
@@ -5519,8 +5596,8 @@ msgid "Currently stuck in 1885, appearing offline"
msgstr "Застрял в 1885 году, отображается как офлайн"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:461
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1023
-#: src/components/bottomsheets/DMBottomSheet.tsx:605
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1047
+#: src/components/bottomsheets/DMBottomSheet.tsx:608
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:305
msgid "Currently: {mutedText}"
msgstr "Сейчас: {mutedText}"
@@ -5665,7 +5742,7 @@ msgstr "Настройка аватара, баннера, акцентного
msgid "Cut"
msgstr "Вырезать"
-#: src/components/pages/ReportPage.tsx:315
+#: src/components/pages/report/optionDescriptors.ts:87
msgid "Cyprus"
msgstr "Кипр"
@@ -5673,7 +5750,7 @@ msgstr "Кипр"
msgid "Czech"
msgstr "Чешский"
-#: src/components/pages/ReportPage.tsx:316
+#: src/components/pages/report/optionDescriptors.ts:88
msgid "Czech Republic"
msgstr "Чехия"
@@ -5746,9 +5823,9 @@ msgstr "Формат даты"
#: src/components/auth/AuthMinimalRegisterFormCore.tsx:93
#: src/components/auth/AuthRegisterFormCore.tsx:139
-#: src/components/auth/DateOfBirthField.tsx:90
-#: src/components/auth/DateOfBirthField.tsx:124
-#: src/components/auth/DateOfBirthField.tsx:292
+#: src/components/auth/DateOfBirthField.tsx:87
+#: src/components/auth/DateOfBirthField.tsx:121
+#: src/components/auth/DateOfBirthField.tsx:289
#: src/components/auth/MockMinimalRegisterForm.tsx:107
msgid "Date of birth"
msgstr "Дата рождения"
@@ -5757,8 +5834,7 @@ msgstr "Дата рождения"
msgid "Date Options"
msgstr "Настройки даты"
-#: src/components/auth/DateOfBirthField.tsx:88
-#: src/components/auth/DateOfBirthField.tsx:155
+#: src/components/auth/DateOfBirthField.tsx:152
#: src/components/auth/MockMinimalRegisterForm.tsx:73
msgid "Day"
msgstr "День"
@@ -5817,11 +5893,11 @@ msgstr "Отозвать авторизацию"
msgid "Deauthorize Application"
msgstr "Отозвать авторизацию приложения"
-#: src/components/modals/components/MobileSettingsView.tsx:369
+#: src/components/modals/components/MobileSettingsView.tsx:364
msgid "Debug"
msgstr "Отладка"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1267
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1291
#: src/components/uikit/ContextMenu/items/DebugMenuItems.tsx:71
msgid "Debug Channel"
msgstr "Тестовый канал"
@@ -5844,7 +5920,7 @@ msgstr "Тестовый участник"
msgid "Debug Message"
msgstr "Тестовое сообщение"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1275
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1299
#: src/components/uikit/ContextMenu/items/DebugMenuItems.tsx:53
msgid "Debug User"
msgstr "Тестовый пользователь"
@@ -5905,8 +5981,8 @@ msgstr "По умолчанию отключено на мобильных, чт
#: src/actions/MessageActionCreators.tsx:394
#: src/components/channel/embeds/media/EmbedAudio.tsx:227
#: src/components/channel/embeds/media/MediaContainer.tsx:115
-#: src/components/channel/Messages.tsx:444
-#: src/components/channel/Messages.tsx:524
+#: src/components/channel/Messages.tsx:442
+#: src/components/channel/Messages.tsx:522
#: src/components/channel/MobileMemesPicker.tsx:546
#: src/components/channel/pickers/memes/MemeGridItem.tsx:120
#: src/components/emojis/EmojiListItem.tsx:189
@@ -5923,7 +5999,7 @@ msgstr "По умолчанию отключено на мобильных, чт
msgid "Delete"
msgstr "Удалить"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:666
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:680
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:320
msgid "Delete {channelType}"
msgstr "Удалить {channelType}"
@@ -5987,8 +6063,8 @@ msgstr "Удалить категорию"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:179
#: src/components/bottomsheets/ChannelBottomSheet.tsx:181
#: src/components/bottomsheets/ChannelBottomSheet.tsx:421
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:668
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1224
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:682
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1248
#: src/components/modals/components/DesktopChannelSettingsView.tsx:176
#: src/components/modals/components/MobileChannelSettingsView.tsx:85
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:322
@@ -6021,8 +6097,8 @@ msgstr "Удалить медиа"
#: src/components/channel/MessageActionBar.tsx:804
#: src/components/channel/messageActionMenu.tsx:156
#: src/components/channel/messageActionMenu.tsx:193
-#: src/components/channel/Messages.tsx:441
-#: src/components/channel/Messages.tsx:521
+#: src/components/channel/Messages.tsx:439
+#: src/components/channel/Messages.tsx:519
#: src/components/uikit/ContextMenu/items/MessageMenuItems.tsx:273
msgid "Delete Message"
msgstr "Удалить сообщение"
@@ -6114,7 +6190,7 @@ msgstr "Запретил {0} и снял запрет с {1}."
msgid "Denied {0}."
msgstr "Запретил {0}."
-#: src/components/pages/ReportPage.tsx:317
+#: src/components/pages/report/optionDescriptors.ts:89
msgid "Denmark"
msgstr "Дания"
@@ -6143,7 +6219,7 @@ msgstr "Опиши стикер"
msgid "Describe what expressions are inside this pack."
msgstr "Опиши эмоции, которые есть в этом паке."
-#: src/components/pages/ReportPage.tsx:946
+#: src/components/pages/report/ReportStepDetails.tsx:225
msgid "Describe what makes the content illegal"
msgstr "Опишите, что делает контент незаконным"
@@ -6205,6 +6281,10 @@ msgstr "Отдельный баннер"
msgid "details"
msgstr "подробнее"
+#: src/components/pages/report/ReportBreadcrumbs.tsx:49
+msgid "Details"
+msgstr "Подробности"
+
#: src/components/modals/AddGuildModal.tsx:150
msgid "Dev Den"
msgstr "Dev Den"
@@ -6274,7 +6354,7 @@ msgstr "Разные размеры и количество участников
msgid "Direct message"
msgstr "Личное сообщение"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:477
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:491
#: src/components/modals/shared/RecipientList.tsx:200
msgid "Direct Message"
msgstr "Личное сообщение"
@@ -6516,8 +6596,8 @@ msgstr "Обсуждение или пропаганда незаконных д
#: src/components/layout/app-layout/nagbars/PremiumGracePeriodNagbar.tsx:79
#: src/components/layout/app-layout/nagbars/PremiumOnboardingNagbar.tsx:57
#: src/components/layout/GuildLayout.tsx:106
-#: src/components/modals/GiftAcceptModal.tsx:98
-#: src/components/modals/GiftAcceptModal.tsx:124
+#: src/components/modals/GiftAcceptModal.tsx:105
+#: src/components/modals/GiftAcceptModal.tsx:131
#: src/components/modals/RequiredActionModal.tsx:475
msgid "Dismiss"
msgstr "Отклонить"
@@ -6562,8 +6642,8 @@ msgstr "Отображать участников роли отдельно."
msgid "Display separator lines between different groups of messages for better visual distinction."
msgstr "Отображать разделительные линии между группами сообщений для лучшего визуального различия."
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:613
-#: src/components/bottomsheets/DMBottomSheet.tsx:315
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:627
+#: src/components/bottomsheets/DMBottomSheet.tsx:317
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:97
#: src/components/uikit/ContextMenu/UserContextMenu.tsx:168
msgid "DM closed"
@@ -6581,7 +6661,7 @@ msgstr "Превью ЛС"
msgid "DM Notifications"
msgstr "Уведомления в личных сообщениях"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1092
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1116
msgid "DM Settings"
msgstr "Настройки ЛС"
@@ -6662,6 +6742,7 @@ msgstr "Не показывать индикаторы печати в спис
#: src/components/keybinds/KeybindRecorder.tsx:220
#: src/components/modals/GuildNotificationSettingsModal.tsx:347
#: src/components/modals/GuildPrivacySettingsModal.tsx:68
+#: src/components/pages/report/ReportBreadcrumbs.tsx:50
#: src/components/search/HasFilterSheet.tsx:124
#: src/components/search/UserFilterSheet.tsx:149
msgid "Done"
@@ -6843,13 +6924,13 @@ msgstr "Редактировать вложение"
msgid "Edit attachment form"
msgstr "Форма редактирования вложения"
-#: src/components/layout/ChannelItem.tsx:630
+#: src/components/layout/ChannelItem.tsx:647
#: src/components/uikit/ContextMenu/items/CategoryMenuItems.tsx:299
msgid "Edit Category"
msgstr "Редактировать категорию"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:416
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1218
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1242
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:300
msgid "Edit Channel"
msgstr "Редактировать канал"
@@ -6869,8 +6950,8 @@ msgid "Edit global settings like name, description, and icon."
msgstr "Измени глобальные настройки: имя, описание и значок."
#: src/components/bottomsheets/ChannelBottomSheet.tsx:284
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1178
-#: src/components/bottomsheets/DMBottomSheet.tsx:461
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1202
+#: src/components/bottomsheets/DMBottomSheet.tsx:463
#: src/components/channel/dm/DMList.tsx:237
#: src/components/channel/dm/GroupDMWelcomeSection.tsx:74
#: src/components/modals/EditGroupBottomSheet.tsx:177
@@ -6883,7 +6964,7 @@ msgstr "Редактировать группу"
msgid "Edit group form"
msgstr "Форма редактирования группы"
-#: src/components/modals/InviteModal.tsx:327
+#: src/components/modals/InviteModal.tsx:324
msgid "Edit invite link"
msgstr "Редактировать ссылку приглашения"
@@ -6910,10 +6991,10 @@ msgstr "Редактировать заметку"
msgid "Edit overwrites for roles and members in this channel."
msgstr "Измени переопределения для ролей и участников в этом канале."
-#: src/components/modals/UserProfileMobileSheet.tsx:486
-#: src/components/modals/UserProfileModal.tsx:1205
+#: src/components/modals/UserProfileMobileSheet.tsx:490
+#: src/components/modals/UserProfileModal.tsx:1206
#: src/components/pages/YouPage.tsx:123
-#: src/components/popouts/UserAreaPopout.tsx:519
+#: src/components/popouts/UserAreaPopout.tsx:521
#: src/components/popouts/UserProfilePopout.tsx:299
msgid "Edit Profile"
msgstr "Редактировать профиль"
@@ -6966,19 +7047,20 @@ msgstr "Редактирование запланированного сообщ
#: src/components/auth/AuthLoginCore/AuthLoginEmailPasswordForm.tsx:78
#: src/components/auth/AuthRegisterFormCore.tsx:133
#: src/components/auth/AuthRegisterFormCore.tsx:159
-#: src/components/modals/ClaimAccountModal.tsx:157
+#: src/components/modals/ClaimAccountModal.tsx:159
#: src/components/modals/RequiredActionModal.tsx:185
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:210
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:241
#: src/components/modals/utils/settingsSearchIndex.ts:94
#: src/components/pages/ForgotPasswordPage.tsx:97
+#: src/components/pages/report/ReportBreadcrumbs.tsx:47
msgid "Email"
msgstr "Email"
#: src/components/modals/tabs/AccountSecurityTab/AccountTab.tsx:65
#: src/components/modals/tabs/AccountSecurityTab/AccountTab.tsx:91
#: src/components/modals/tabs/ComponentGalleryTab/InputsTab.tsx:107
-#: src/components/pages/ReportPage.tsx:662
+#: src/components/pages/report/ReportStepEmail.tsx:76
msgid "Email Address"
msgstr "Адрес электронной почты"
@@ -7019,10 +7101,6 @@ msgstr "Требуется подтверждение email"
msgid "Email Verification Required"
msgstr "Требуется верификация электронной почты"
-#: src/components/pages/ReportPage.tsx:809
-msgid "Email verified"
-msgstr "Email подтвержден"
-
#: src/components/modals/tabs/DeveloperOptionsTab/AccountPremiumTab.tsx:56
msgid "Email Verified Override"
msgstr "Принудительная отметка проверки email"
@@ -7108,7 +7186,7 @@ msgid "Emoji names must be at least 2 characters long and can only contain alpha
msgstr "Имена эмодзи должны быть минимум из 2 символов и могут содержать только буквы, цифры и подчёркивания. Допустимые форматы: JPEG, PNG, WebP, GIF. Мы сжимаем изображения до 128×128 пикселей. Максимальный размер: {0} КБ на эмодзи."
#: src/components/auth/InviteHeader.tsx:140
-#: src/components/channel/InviteEmbed.tsx:197
+#: src/components/channel/InviteEmbed.tsx:199
#: src/components/modals/InviteAcceptModal.tsx:142
#: src/components/modals/tabs/ExpressionPacksTab.tsx:70
msgid "Emoji pack"
@@ -7140,7 +7218,7 @@ msgstr "Эмодзи обновлены"
#: src/components/channel/AutocompleteEmoji.tsx:67
#: src/components/channel/textarea/TextareaButtons.tsx:150
-#: src/components/modals/ExpressionPickerSheet.tsx:106
+#: src/components/modals/ExpressionPickerSheet.tsx:93
#: src/components/popouts/ExpressionPickerPopout.tsx:95
msgid "Emojis"
msgstr "Эмодзи"
@@ -7343,11 +7421,11 @@ msgstr "Английский"
msgid "English (US)"
msgstr "Английский (США)"
-#: src/components/pages/ReportPage.tsx:429
+#: src/components/pages/ReportPage.tsx:254
msgid "Enter a code in the format ABCD-1234."
msgstr "Введите код в формате ABCD-1234."
-#: src/components/modals/tabs/GiftInventoryTab.tsx:235
+#: src/components/modals/tabs/GiftInventoryTab.tsx:258
msgid "Enter a gift code to redeem Plutonium for your account."
msgstr "Введи код подарка, чтобы получить Plutonium на аккаунт."
@@ -7371,7 +7449,7 @@ msgstr "Ввести код"
msgid "Enter fullscreen"
msgstr "Войти в полноэкранный режим"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:255
+#: src/components/modals/tabs/GiftInventoryTab.tsx:278
msgid "Enter gift code..."
msgstr "Введи код подарка..."
@@ -7414,7 +7492,7 @@ msgstr "Введи шестизначный код, отправленный н
msgid "Enter the API endpoint of the Fluxer instance you want to connect to."
msgstr "Укажи конечную точку API Fluxer-экземпляра, к которому хочешь подключиться."
-#: src/components/pages/ReportPage.tsx:424
+#: src/components/pages/ReportPage.tsx:249
msgid "Enter the code before continuing."
msgstr "Введи код, прежде чем продолжить."
@@ -7430,7 +7508,7 @@ msgstr "Введи код, отправленный на текущий e-mail."
msgid "Enter the code we emailed to your new address."
msgstr "Введи код, который мы отправили на новый адрес."
-#: src/components/modals/ClaimAccountModal.tsx:190
+#: src/components/modals/ClaimAccountModal.tsx:192
msgid "Enter the code we sent to your email to verify it. Your password will be set once the code is confirmed."
msgstr "Введи код, который мы отправили на e-mail, чтобы подтвердить его. Пароль будет установлен после подтверждения."
@@ -7454,13 +7532,9 @@ msgstr "нажми Enter, чтобы <0><1>сохранить1>0>"
msgid "Enter username"
msgstr "Введи имя пользователя"
-#: src/components/pages/ReportPage.tsx:701
-msgid "Enter Verification Code"
-msgstr "Введи код подтверждения"
-
-#: src/components/pages/ReportPage.tsx:638
-msgid "Enter Your Email"
-msgstr "Введи свой e-mail"
+#: src/components/pages/report/ReportStepVerification.tsx:64
+msgid "Enter verification code"
+msgstr "Введите код подтверждения"
#: src/components/pages/ForgotPasswordPage.tsx:87
msgid "Enter your email address and we'll send you a link to reset your password."
@@ -7500,7 +7574,7 @@ msgid "Entrance sound uploaded successfully"
msgstr "Звук входа успешно загружен"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:297
-#: src/components/channel/ChannelSearchResults.tsx:691
+#: src/components/channel/ChannelSearchResults.tsx:660
#: src/components/modals/tabs/ComponentGalleryTab/OverlaysTab.tsx:88
msgid "Error"
msgstr "Ошибка"
@@ -7522,7 +7596,7 @@ msgstr "Esc выходит из клавиатурного режима"
msgid "escape to <0><1>cancel1>0>"
msgstr "нажми Escape, чтобы <0><1>отменить1>0>"
-#: src/components/pages/ReportPage.tsx:318
+#: src/components/pages/report/optionDescriptors.ts:90
msgid "Estonia"
msgstr "Эстония"
@@ -7561,7 +7635,7 @@ msgstr "исключить ссылку, встроенный контент и
msgid "exclude user"
msgstr "исключить пользователя"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:95
+#: src/components/modals/components/plutonium/VisionarySection.tsx:104
msgid "Exclusive community"
msgstr "Эксклюзивное сообщество"
@@ -7593,12 +7667,12 @@ msgstr "Развернуть категорию"
msgid "Expiration"
msgstr "Срок действия"
-#: src/components/modals/InviteModal.tsx:281
+#: src/components/modals/InviteModal.tsx:278
msgid "Expire after"
msgstr "Истекает через"
#: src/components/accounts/AccountRow.tsx:162
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:114
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:133
#: src/components/modals/GroupInvitesBottomSheet.tsx:104
msgid "Expired"
msgstr "Истёк"
@@ -7675,7 +7749,7 @@ msgstr "Наборы выражений"
msgid "Expression Packs are a Plutonium feature"
msgstr "Наборы выражений — функция Plutonium"
-#: src/components/modals/ExpressionPickerSheet.tsx:232
+#: src/components/modals/ExpressionPickerSheet.tsx:219
#: src/components/popouts/ExpressionPickerPopout.tsx:193
msgid "Expression picker categories"
msgstr "Категории селектора выражений"
@@ -7700,7 +7774,7 @@ msgstr "Внешние ссылки могут быть опасны. Будь
msgid "Extra Large"
msgstr "Очень большой"
-#: src/components/pages/ReportPage.tsx:297
+#: src/components/pages/report/optionDescriptors.ts:72
#: src/constants/IARConstants.tsx:165
msgid "Extremist Community"
msgstr "Экстремистское сообщество"
@@ -7749,7 +7823,7 @@ msgstr "Не удалось скопировать ссылку-приглаше
msgid "Failed to copy to clipboard"
msgstr "Не удалось скопировать в буфер обмена"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:79
+#: src/components/modals/tabs/GiftInventoryTab.tsx:80
msgid "Failed to copy URL"
msgstr "Не удалось скопировать URL"
@@ -7794,7 +7868,7 @@ msgid "Failed to delete category"
msgstr "Не удалось удалить категорию"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:194
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:681
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:695
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:335
msgid "Failed to delete channel"
msgstr "Не удалось удалить канал"
@@ -7868,7 +7942,7 @@ msgstr "Не удалось загрузить баны. Попробуй ещё
msgid "Failed to load emojis"
msgstr "Не удалось загрузить эмодзи"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:296
+#: src/components/modals/tabs/GiftInventoryTab.tsx:319
msgid "Failed to load gift inventory"
msgstr "Не удалось загрузить инвентарь подарков"
@@ -7894,8 +7968,8 @@ msgstr "Не удалось загрузить стикеры"
msgid "Failed to load vanity URL. Please try again."
msgstr "Не удалось загрузить vanity URL. Повтори попытку."
-#: src/components/modals/components/PlutoniumContent.tsx:146
-#: src/components/modals/components/PlutoniumContent.tsx:272
+#: src/components/modals/components/PlutoniumContent.tsx:157
+#: src/components/modals/components/PlutoniumContent.tsx:289
msgid "Failed to load Visionary information. Please try again later."
msgstr "Не удалось загрузить сведения о Visionary. Попробуй позже."
@@ -7916,19 +7990,19 @@ msgstr "Не удалось загрузить твои сообщества."
msgid "Failed to open customer portal. Please try again."
msgstr "Не удалось открыть портал пользователя. Повтори попытку."
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:572
-#: src/components/bottomsheets/DMBottomSheet.tsx:153
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:586
+#: src/components/bottomsheets/DMBottomSheet.tsx:155
#: src/components/channel/dm/DMList.tsx:216
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:121
msgid "Failed to pin DM"
msgstr "Не удалось закрепить ЛС"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:572
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:586
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:101
msgid "Failed to pin group"
msgstr "Не удалось закрепить группу"
-#: src/components/bottomsheets/DMBottomSheet.tsx:153
+#: src/components/bottomsheets/DMBottomSheet.tsx:155
msgid "Failed to pin group DM"
msgstr "Не удалось закрепить групповой личный чат"
@@ -7957,7 +8031,7 @@ msgstr "Не удалось подключиться к экземпляру ({s
msgid "Failed to reactivate subscription. Please try again."
msgstr "Не удалось восстановить подписку. Повтори попытку."
-#: src/components/modals/tabs/GiftInventoryTab.tsx:94
+#: src/components/modals/tabs/GiftInventoryTab.tsx:95
msgid "Failed to redeem gift"
msgstr "Не удалось активировать подарок"
@@ -7998,6 +8072,10 @@ msgstr "Не удалось удалить из группы"
msgid "Failed to remove timeout. Please try again."
msgstr "Не удалось снять таймаут. Попробуй снова."
+#: src/components/pages/ReportPage.tsx:236
+msgid "Failed to resend code. Please try again."
+msgstr "Не удалось повторно отправить код. Пожалуйста, попробуйте снова."
+
#: src/components/modals/guildTabs/GuildRolesTab.tsx:674
msgid "Failed to reset hoist order"
msgstr "Не удалось сбросить порядок подъёма"
@@ -8018,7 +8096,7 @@ msgstr "Не удалось повернуть. Попробуй снова."
msgid "Failed to send friend request. Please try again."
msgstr "Не удалось отправить запрос в друзья. Попробуй снова."
-#: src/components/bottomsheets/DMBottomSheet.tsx:262
+#: src/components/bottomsheets/DMBottomSheet.tsx:264
#: src/components/modals/InviteModal.tsx:176
#: src/components/uikit/ContextMenu/items/InviteMenuItems.tsx:111
msgid "Failed to send invite"
@@ -8037,7 +8115,7 @@ msgstr "Не удалось отправить SMS-код. Попробуй сн
msgid "Failed to send theme"
msgstr "Не удалось отправить тему"
-#: src/components/pages/ReportPage.tsx:412
+#: src/components/pages/ReportPage.tsx:234
msgid "Failed to send verification code. Please try again."
msgstr "Не удалось отправить проверочный код. Попробуй снова."
@@ -8084,19 +8162,19 @@ msgstr "Не удалось передать права собственност
msgid "Failed to unblock user. Please try again."
msgstr "Не удалось разблокировать пользователя. Попробуй снова."
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:589
-#: src/components/bottomsheets/DMBottomSheet.tsx:170
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:603
+#: src/components/bottomsheets/DMBottomSheet.tsx:172
#: src/components/channel/dm/DMList.tsx:226
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:138
msgid "Failed to unpin DM"
msgstr "Не удалось открепить ЛС"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:589
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:603
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:118
msgid "Failed to unpin group"
msgstr "Не удалось открепить группу"
-#: src/components/bottomsheets/DMBottomSheet.tsx:170
+#: src/components/bottomsheets/DMBottomSheet.tsx:172
msgid "Failed to unpin group DM"
msgstr "Не удалось открепить групповое личное сообщение"
@@ -8298,7 +8376,7 @@ msgstr "Найди идеальный стикер"
msgid "Fine-tune core colors and fonts for this app. Changes here are stored as custom CSS overrides and sync with the editor below."
msgstr "Тонко настраивай основные цвета и шрифты приложения. Здесь изменения сохраняются как пользовательские переопределения CSS и синхронизируются с редактором ниже."
-#: src/components/pages/ReportPage.tsx:319
+#: src/components/pages/report/optionDescriptors.ts:91
msgid "Finland"
msgstr "Финляндия"
@@ -8306,7 +8384,7 @@ msgstr "Финляндия"
msgid "Finnish"
msgstr "Финский"
-#: src/components/pages/ReportPage.tsx:923
+#: src/components/pages/report/ReportStepDetails.tsx:199
msgid "First and last name"
msgstr "Имя и фамилия"
@@ -8419,7 +8497,7 @@ msgstr "Fluxer нужен доступ к отслеживанию клавиа
msgid "Fluxer Partner"
msgstr "Партнёр Fluxer"
-#: src/components/modals/components/PlutoniumContent.tsx:182
+#: src/components/modals/components/PlutoniumContent.tsx:193
#: src/components/modals/PremiumModal.tsx:34
#: src/components/modals/utils/settingsConstants.tsx:147
#: src/components/popouts/UserProfileBadges.tsx:99
@@ -8483,7 +8561,7 @@ msgstr "Еда и напитки"
msgid "Foodie Friends"
msgstr "Гурманы-друзья"
-#: src/components/bottomsheets/DMBottomSheet.tsx:660
+#: src/components/bottomsheets/DMBottomSheet.tsx:663
msgid "For 1 hour"
msgstr "На 1 час"
@@ -8497,7 +8575,7 @@ msgstr "На 1 час"
msgid "For 1 Hour"
msgstr "На 1 час"
-#: src/components/bottomsheets/DMBottomSheet.tsx:659
+#: src/components/bottomsheets/DMBottomSheet.tsx:662
#: src/components/popouts/UserAreaPopout.tsx:77
msgid "For 15 minutes"
msgstr "На 15 минут"
@@ -8511,7 +8589,7 @@ msgstr "На 15 минут"
msgid "For 15 Minutes"
msgstr "На 15 минут"
-#: src/components/bottomsheets/DMBottomSheet.tsx:663
+#: src/components/bottomsheets/DMBottomSheet.tsx:666
msgid "For 24 hours"
msgstr "На 24 часа"
@@ -8529,7 +8607,7 @@ msgstr "На 24 часа"
msgid "For 3 days"
msgstr "На 3 дня"
-#: src/components/bottomsheets/DMBottomSheet.tsx:661
+#: src/components/bottomsheets/DMBottomSheet.tsx:664
msgid "For 3 hours"
msgstr "На 3 часа"
@@ -8542,7 +8620,7 @@ msgstr "На 3 часа"
msgid "For 3 Hours"
msgstr "На 3 часа"
-#: src/components/bottomsheets/DMBottomSheet.tsx:662
+#: src/components/bottomsheets/DMBottomSheet.tsx:665
msgid "For 8 hours"
msgstr "На 8 часов"
@@ -8560,7 +8638,7 @@ msgstr "На 8 часов"
msgid "For British eyes only..."
msgstr "Только для британских глаз..."
-#: src/components/modals/components/plutonium/PricingSection.tsx:62
+#: src/components/modals/components/plutonium/PricingSection.tsx:68
msgid "For Me"
msgstr "Для меня"
@@ -8664,15 +8742,15 @@ msgstr "Принудительно включает замедление во в
msgid "Forever"
msgstr "Навсегда"
-#: src/components/modals/components/MobileSettingsView.tsx:300
+#: src/components/modals/components/MobileSettingsView.tsx:295
msgid "Forget"
msgstr "Забыть"
-#: src/components/modals/components/MobileSettingsView.tsx:327
+#: src/components/modals/components/MobileSettingsView.tsx:322
msgid "Forget Push Subscriptions"
msgstr "Забыть подписки на пуш-уведомления"
-#: src/components/modals/components/MobileSettingsView.tsx:294
+#: src/components/modals/components/MobileSettingsView.tsx:289
msgid "Forget push subscriptions?"
msgstr "Забыть подписки на пуш-уведомления?"
@@ -8729,7 +8807,7 @@ msgstr "Частота кадров"
msgid "Frame rates above 30 fps require Plutonium"
msgstr "Частота кадров выше 30 fps требует Plutonium"
-#: src/components/pages/ReportPage.tsx:320
+#: src/components/pages/report/optionDescriptors.ts:92
msgid "France"
msgstr "Франция"
@@ -8745,8 +8823,8 @@ msgstr "Бесплатный пользователь (без покупок)"
msgid "Free User (With Purchase History)"
msgstr "Бесплатный пользователь (с историей покупок)"
-#: src/components/modals/components/PlutoniumContent.tsx:163
-#: src/components/modals/components/PlutoniumContent.tsx:289
+#: src/components/modals/components/PlutoniumContent.tsx:174
+#: src/components/modals/components/PlutoniumContent.tsx:308
msgid "Free vs Plutonium"
msgstr "Бесплатно против Plutonium"
@@ -8773,12 +8851,13 @@ msgstr "Запрос в друзья"
msgid "Friend request sent"
msgstr "Запрос в друзья отправлен"
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:68
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:250
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:75
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:89
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:271
msgid "Friend Request Sent"
msgstr "Запрос в друзья отправлен"
-#: src/components/channel/dm/AddFriendForm.tsx:144
+#: src/components/channel/dm/AddFriendForm.tsx:167
msgid "Friend request sent!"
msgstr "Запрос в друзья отправлен!"
@@ -8787,7 +8866,7 @@ msgstr "Запрос в друзья отправлен!"
msgid "Friend Requests"
msgstr "Запросы в друзья"
-#: src/components/channel/dm/AddFriendForm.tsx:137
+#: src/components/channel/dm/AddFriendForm.tsx:160
msgid "Friend's FluxerTag"
msgstr "FluxerTag друга"
@@ -8828,9 +8907,10 @@ msgstr "От {0}"
#. placeholder {0}: creator.username
#. placeholder {1}: creator.discriminator
-#: src/components/channel/GiftEmbed.tsx:87
-#: src/components/modals/GiftAcceptModal.tsx:116
-#: src/components/modals/GiftAcceptModal.tsx:143
+#: src/components/channel/GiftEmbed.tsx:93
+#: src/components/modals/GiftAcceptModal.tsx:123
+#: src/components/modals/GiftAcceptModal.tsx:151
+#: src/components/modals/GiftAcceptModal.tsx:186
msgid "From {0}#{1}"
msgstr "От {0}#{1}"
@@ -8850,7 +8930,7 @@ msgstr "От пользователя"
msgid "from:"
msgstr "от:"
-#: src/components/pages/ReportPage.tsx:919
+#: src/components/pages/report/ReportStepDetails.tsx:195
msgid "Full Legal Name"
msgstr "Полное юридическое имя"
@@ -8892,7 +8972,7 @@ msgstr "Создать приглашение"
msgid "Generate invite link"
msgstr "Создать ссылку-приглашение"
-#: src/components/modals/tabs/BetaCodesTab.tsx:315
+#: src/components/modals/tabs/BetaCodesTab.tsx:340
msgid "Generate up to {MAX_UNCLAIMED_BETA_CODES} unclaimed beta codes to invite friends to Fluxer. You can create 3 codes per week."
msgstr "Сгенерируй до {MAX_UNCLAIMED_BETA_CODES} неиспользованных бета-кодов, чтобы пригласить друзей в Fluxer. Можно создавать по 3 кода в неделю."
@@ -8909,7 +8989,7 @@ msgstr "Гео-ограничено"
msgid "German"
msgstr "Немецкий"
-#: src/components/pages/ReportPage.tsx:321
+#: src/components/pages/report/optionDescriptors.ts:93
msgid "Germany"
msgstr "Германия"
@@ -8991,13 +9071,13 @@ msgstr "Предпросмотр GIF"
#: src/components/channel/pickers/gif/GifPickerHeader.tsx:40
#: src/components/channel/pickers/memes/MemesPickerHeader.tsx:57
#: src/components/channel/textarea/TextareaButtons.tsx:110
-#: src/components/modals/ExpressionPickerSheet.tsx:68
+#: src/components/modals/ExpressionPickerSheet.tsx:55
#: src/components/popouts/ExpressionPickerPopout.tsx:69
msgid "GIFs"
msgstr "GIF"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:122
-#: src/components/modals/GiftAcceptModal.tsx:163
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:141
+#: src/components/modals/GiftAcceptModal.tsx:206
msgid "Gift"
msgstr "Подарок"
@@ -9030,19 +9110,20 @@ msgstr "Подарок уже активирован"
msgid "Gift Already Redeemed"
msgstr "Подарок уже активирован"
-#: src/components/channel/GiftEmbed.tsx:94
+#: src/components/channel/GiftEmbed.tsx:105
+#: src/components/channel/GiftEmbed.tsx:109
msgid "Gift Claimed"
msgstr "Подарок получен"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:246
+#: src/components/modals/tabs/GiftInventoryTab.tsx:269
msgid "Gift code cannot be empty"
msgstr "Код подарка не может быть пустым"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:243
+#: src/components/modals/tabs/GiftInventoryTab.tsx:266
msgid "Gift code is required"
msgstr "Требуется код подарка"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:250
+#: src/components/modals/tabs/GiftInventoryTab.tsx:273
msgid "Gift code is too long"
msgstr "Код подарка слишком длинный"
@@ -9070,7 +9151,7 @@ msgstr "Подарок не найден"
#: src/components/channel/textarea/TextareaButtons.tsx:101
#: src/components/channel/textarea/TextareaButtons.tsx:177
-#: src/components/modals/components/plutonium/GiftSection.tsx:61
+#: src/components/modals/components/plutonium/GiftSection.tsx:67
msgid "Gift Plutonium"
msgstr "Подарить Plutonium"
@@ -9078,23 +9159,23 @@ msgstr "Подарить Plutonium"
msgid "Gift redeemed successfully!"
msgstr "Подарок успешно активирован!"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:89
+#: src/components/modals/tabs/GiftInventoryTab.tsx:90
msgid "Gift redeemed successfully! Enjoy your Plutonium!"
msgstr "Подарок успешно активирован! Наслаждайся Plutonium!"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:53
+#: src/components/modals/components/plutonium/VisionarySection.tsx:58
msgid "gift time"
msgstr "время подарков"
-#: src/components/channel/GiftEmbed.tsx:151
+#: src/components/channel/GiftEmbed.tsx:162
msgid "Gift Unavailable"
msgstr "Подарок недоступен"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:132
+#: src/components/modals/tabs/GiftInventoryTab.tsx:133
msgid "Gift URL"
msgstr "Ссылка на подарок"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:75
+#: src/components/modals/tabs/GiftInventoryTab.tsx:76
msgid "Gift URL copied to clipboard!"
msgstr "Ссылка на подарок скопирована в буфер обмена!"
@@ -9126,7 +9207,7 @@ msgstr "Глобальные сочетания работают в дескто
msgid "Glorification of violence or disturbing imagery"
msgstr "Прославление насилия или тревожные образы"
-#: src/components/modals/components/MobileSettingsView.tsx:145
+#: src/components/modals/components/MobileSettingsView.tsx:140
#: src/components/modals/shared/MobileSettingsComponents.tsx:43
msgid "Go back"
msgstr "Назад"
@@ -9143,7 +9224,7 @@ msgstr "Вернуться к ранее выбранному текстовом
msgid "Go forward in navigation history"
msgstr "Двигаться вперёд по истории навигации"
-#: src/components/channel/InviteEmbed.tsx:259
+#: src/components/channel/InviteEmbed.tsx:261
#: src/components/modals/InviteAcceptModal.tsx:100
msgid "Go to Community"
msgstr "Перейти в сообщество"
@@ -9166,15 +9247,15 @@ msgstr "Перейти к входу"
msgid "Go to message"
msgstr "Перейти к сообщению"
-#: src/components/channel/ChannelSearchResults.tsx:841
+#: src/components/channel/ChannelSearchResults.tsx:809
msgid "Go to page"
msgstr "Перейти на страницу"
-#: src/components/channel/ChannelSearchResults.tsx:808
+#: src/components/channel/ChannelSearchResults.tsx:776
msgid "Go to page {page}"
msgstr "Перейти на страницу {page}"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:315
+#: src/components/modals/tabs/GiftInventoryTab.tsx:338
msgid "Go to Plutonium"
msgstr "Перейти к Plutonium"
@@ -9195,7 +9276,7 @@ msgstr "Понял"
msgid "Gotcha"
msgstr "Понял"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:116
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:135
msgid "Grace Period"
msgstr "Льготный период"
@@ -9203,7 +9284,7 @@ msgstr "Льготный период"
msgid "Grace Period (Still Have Access)"
msgstr "Льготный период (доступ ещё есть)"
-#: src/components/modals/InviteModal.tsx:301
+#: src/components/modals/InviteModal.tsx:298
msgid "Grant temporary membership"
msgstr "Предоставить временное членство"
@@ -9234,7 +9315,7 @@ msgstr "Отлично получилось!"
msgid "Great success! You can now close this tab and return to the app."
msgstr "Отлично! Теперь можно закрыть вкладку и вернуться в приложение."
-#: src/components/pages/ReportPage.tsx:322
+#: src/components/pages/report/optionDescriptors.ts:94
msgid "Greece"
msgstr "Греция"
@@ -9263,7 +9344,7 @@ msgstr "Разрешения на добавление в групповой ч
msgid "Group Chat Permissions"
msgstr "Разрешения группового чата"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:481
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:495
msgid "Group Direct Message"
msgstr "Групповое ЛС"
@@ -9272,7 +9353,7 @@ msgid "Group DM"
msgstr "Групповое ЛС"
#. placeholder {0}: channel.recipientIds.length + 1
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:772
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:804
msgid "Group DM · {0} members"
msgstr "Групповое ЛС · {0} участников"
@@ -9317,12 +9398,12 @@ msgstr "Название группы не должно превышать 100
msgid "Group Online Status"
msgstr "Статус онлайн группы"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:962
-#: src/components/channel/MemberListItem.tsx:102
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:984
+#: src/components/channel/MemberListItem.tsx:109
msgid "Group Owner"
msgstr "Владелец группы"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1092
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1116
msgid "Group Settings"
msgstr "Настройки группы"
@@ -9335,11 +9416,11 @@ msgstr "Статусы набора группы"
msgid "Group updated"
msgstr "Группа обновлена"
-#: src/components/pages/ReportPage.tsx:893
+#: src/components/pages/report/ReportStepDetails.tsx:167
msgid "Guild (Community) ID"
msgstr "ID гильдии (сообщества)"
-#: src/components/pages/ReportPage.tsx:902
+#: src/components/pages/report/ReportStepDetails.tsx:177
msgid "Guild ID is required."
msgstr "Требуется ID гильдии."
@@ -9355,13 +9436,13 @@ msgstr "Запись гильдии"
msgid "Hang on while we check for scheduled messages."
msgstr "Подожди, пока мы проверим запланированные сообщения."
-#: src/components/pages/ReportPage.tsx:295
+#: src/components/pages/report/optionDescriptors.ts:70
#: src/constants/IARConstants.tsx:155
msgid "Harassment"
msgstr "Преследование"
-#: src/components/pages/ReportPage.tsx:262
-#: src/components/pages/ReportPage.tsx:281
+#: src/components/pages/report/optionDescriptors.ts:43
+#: src/components/pages/report/optionDescriptors.ts:59
#: src/constants/IARConstants.tsx:32
#: src/constants/IARConstants.tsx:109
msgid "Harassment or Bullying"
@@ -9383,9 +9464,9 @@ msgstr "Когда-либо приобретал переопределение"
msgid "has:"
msgstr "содержит:"
-#: src/components/pages/ReportPage.tsx:263
-#: src/components/pages/ReportPage.tsx:282
-#: src/components/pages/ReportPage.tsx:296
+#: src/components/pages/report/optionDescriptors.ts:44
+#: src/components/pages/report/optionDescriptors.ts:60
+#: src/components/pages/report/optionDescriptors.ts:71
#: src/constants/IARConstants.tsx:37
#: src/constants/IARConstants.tsx:114
#: src/constants/IARConstants.tsx:160
@@ -9430,7 +9511,7 @@ msgid "Help Center"
msgstr "Центр помощи"
#. placeholder {0}: user.displayName
-#: src/components/layout/app-layout/nagbars/UnclaimedAccountNagbar.tsx:44
+#: src/components/layout/app-layout/nagbars/UnclaimedAccountNagbar.tsx:42
msgid "Hey {0}, claim your account to prevent losing access."
msgstr "Эй, {0}, подтверди аккаунт, чтобы не потерять доступ."
@@ -9654,7 +9735,7 @@ msgstr "https://example.com/callback"
msgid "Hungarian"
msgstr "Венгерский"
-#: src/components/pages/ReportPage.tsx:323
+#: src/components/pages/report/optionDescriptors.ts:95
msgid "Hungary"
msgstr "Венгрия"
@@ -9728,8 +9809,8 @@ msgstr "Если у тебя есть бета-код, введи его ниж
msgid "If you want to export your data or delete your messages first, please visit the Privacy Dashboard section in User Settings before proceeding."
msgstr "Если хочешь сначала экспортировать данные или удалить сообщения, зайди в раздел «Панель конфиденциальности» в Настройках пользователя, прежде чем продолжить."
-#: src/components/channel/channel-view/DMChannelView.tsx:301
-#: src/components/channel/dm/DMWelcomeSection.tsx:119
+#: src/components/channel/channel-view/DMChannelView.tsx:302
+#: src/components/channel/dm/DMWelcomeSection.tsx:131
#: src/components/channel/friends/FriendListItem.tsx:145
#: src/components/channel/friends/FriendListItem.tsx:244
#: src/components/channel/friends/MobileFriendRequestItem.tsx:69
@@ -9740,7 +9821,7 @@ msgstr "Игнорировать"
#: src/components/channel/friends/FriendListItem.tsx:143
#: src/components/channel/friends/MobileFriendRequestItem.tsx:67
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:152
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:173
msgid "Ignore Friend Request"
msgstr "Игнорировать запрос в друзья"
@@ -9749,8 +9830,8 @@ msgstr "Игнорировать запрос в друзья"
msgid "Ignore per-channel message rate limits."
msgstr "Игнорировать ограничения скорости сообщений по каналам."
-#: src/components/pages/ReportPage.tsx:267
-#: src/components/pages/ReportPage.tsx:298
+#: src/components/pages/report/optionDescriptors.ts:48
+#: src/components/pages/report/optionDescriptors.ts:73
#: src/constants/IARConstants.tsx:57
#: src/constants/IARConstants.tsx:170
msgid "Illegal Activity"
@@ -9762,7 +9843,7 @@ msgid "image"
msgstr "изображение"
#: src/components/channel/embeds/media/EmbedGifv.tsx:237
-#: src/components/channel/embeds/media/EmbedImage.tsx:369
+#: src/components/channel/embeds/media/EmbedImage.tsx:374
#: src/components/modals/MediaViewerModal.tsx:362
#: src/components/search/HasFilterSheet.tsx:50
#: src/utils/FavoriteMemeUtils.ts:71
@@ -9783,8 +9864,8 @@ msgstr "Предпросмотр изображения"
msgid "Images"
msgstr "Изображения"
-#: src/components/pages/ReportPage.tsx:272
-#: src/components/pages/ReportPage.tsx:284
+#: src/components/pages/report/optionDescriptors.ts:53
+#: src/components/pages/report/optionDescriptors.ts:62
#: src/constants/IARConstants.tsx:82
#: src/constants/IARConstants.tsx:124
msgid "Impersonation"
@@ -9839,7 +9920,7 @@ msgstr "через {absWeeks} недель"
msgid "in {absYears} years"
msgstr "через {absYears} лет"
-#: src/components/channel/channel-view/DMChannelView.tsx:275
+#: src/components/channel/channel-view/DMChannelView.tsx:276
msgid "In call"
msgstr "В звонке"
@@ -9880,7 +9961,7 @@ msgstr "В браузере Push-to-Talk работает только когд
msgid "in:"
msgstr "в:"
-#: src/components/pages/ReportPage.tsx:286
+#: src/components/pages/report/optionDescriptors.ts:64
#: src/constants/IARConstants.tsx:134
msgid "Inappropriate Profile"
msgstr "Неподходящий профиль"
@@ -9909,7 +9990,7 @@ msgstr "Включать все упоминания сообщества"
msgid "Include audio from your screen in the share"
msgstr "Включить звук с экрана в трансляцию"
-#: src/components/channel/channel-view/DMChannelView.tsx:269
+#: src/components/channel/channel-view/DMChannelView.tsx:270
#: src/components/voice/IncomingCallUI.tsx:263
#: src/components/voice/IncomingCallUI.tsx:286
#: src/components/voice/IncomingCallUI.tsx:324
@@ -9946,11 +10027,11 @@ msgid "Increase app zoom level"
msgstr "Увеличить масштаб приложения"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:284
-#: src/components/channel/ChannelSearchResults.tsx:679
+#: src/components/channel/ChannelSearchResults.tsx:648
msgid "Indexing Channel"
msgstr "Индексация канала"
-#: src/components/channel/ChannelSearchResults.tsx:317
+#: src/components/channel/ChannelSearchResults.tsx:274
msgid "Indexing..."
msgstr "Индексирование..."
@@ -10032,12 +10113,12 @@ msgstr "Поля с иконками"
msgid "Insert emoji"
msgstr "Вставить эмодзи"
-#: src/components/channel/InviteEmbed.tsx:198
+#: src/components/channel/InviteEmbed.tsx:200
#: src/components/modals/InviteAcceptModal.tsx:143
msgid "Install Emoji Pack"
msgstr "Установить набор эмодзи"
-#: src/components/channel/InviteEmbed.tsx:198
+#: src/components/channel/InviteEmbed.tsx:200
#: src/components/modals/InviteAcceptModal.tsx:143
msgid "Install Sticker Pack"
msgstr "Установить набор стикеров"
@@ -10104,7 +10185,7 @@ msgstr "Неверный код подарка"
msgid "Invalid instance response: missing webapp URL."
msgstr "Неверный ответ экземпляра: отсутствует URL веб-приложения."
-#: src/components/modals/ClaimAccountModal.tsx:108
+#: src/components/modals/ClaimAccountModal.tsx:110
#: src/components/modals/EmailChangeModal.tsx:108
#: src/components/modals/EmailChangeModal.tsx:169
msgid "Invalid or expired code"
@@ -10134,7 +10215,7 @@ msgstr "Нажата инвертированная кнопка!"
msgid "Invisible"
msgstr "Невидимый"
-#: src/components/modals/InviteModal.tsx:257
+#: src/components/modals/InviteModal.tsx:267
#: src/components/modals/tabs/ExpressionPacksTab.tsx:83
#: src/constants/AuditLogConstants.tsx:239
msgid "Invite"
@@ -10144,7 +10225,7 @@ msgstr "Пригласить"
msgid "Invite Background"
msgstr "Фон приглашения"
-#: src/components/pages/ReportPage.tsx:908
+#: src/components/pages/report/ReportStepDetails.tsx:183
msgid "Invite Code (optional)"
msgstr "Код приглашения (необязательно)"
@@ -10170,7 +10251,7 @@ msgstr "Пригласи друзей"
msgid "Invite friends to {0}"
msgstr "Пригласи друзей в {0}"
-#: src/components/modals/InviteModal.tsx:317
+#: src/components/modals/InviteModal.tsx:314
msgid "Invite link"
msgstr "Ссылка-приглашение"
@@ -10190,7 +10271,7 @@ msgid "Invite Links"
msgstr "Ссылки-приглашения"
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:164
-#: src/components/layout/ChannelItem.tsx:599
+#: src/components/layout/ChannelItem.tsx:616
#: src/components/popouts/GuildHeaderPopout.tsx:178
msgid "Invite Members"
msgstr "Пригласить участников"
@@ -10218,7 +10299,7 @@ msgid "Invite Page Preview"
msgstr "Предпросмотр страницы приглашения"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:381
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1144
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1168
#: src/components/layout/FavoritesChannelListContent.tsx:305
#: src/components/uikit/ContextMenu/ChannelListContextMenu.tsx:96
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:97
@@ -10236,7 +10317,7 @@ msgstr "Приглашение отозвано"
msgid "Invite sent for {0}"
msgstr "Приглашение отправлено в {0}"
-#: src/components/bottomsheets/DMBottomSheet.tsx:256
+#: src/components/bottomsheets/DMBottomSheet.tsx:258
msgid "Invite sent to {guildName}"
msgstr "Приглашение отправлено в {guildName}"
@@ -10249,7 +10330,7 @@ msgid "Invite splash preview"
msgstr "Предпросмотр превью приглашения"
#. placeholder {0}: guild.name
-#: src/components/bottomsheets/DMBottomSheet.tsx:499
+#: src/components/bottomsheets/DMBottomSheet.tsx:501
msgid "Invite to {0}"
msgstr "Пригласить в {0}"
@@ -10257,7 +10338,7 @@ msgstr "Пригласить в {0}"
msgid "Invite to Community"
msgstr "Пригласить в сообщество"
-#: src/components/channel/InviteEmbed.tsx:362
+#: src/components/channel/InviteEmbed.tsx:364
msgid "Invite Unavailable"
msgstr "Приглашение недоступно"
@@ -10277,7 +10358,7 @@ msgid "Invited by {0}#{1}"
msgstr "Пригласил(а) {0}#{1}"
#: src/components/auth/InviteHeader.tsx:159
-#: src/components/channel/InviteEmbed.tsx:222
+#: src/components/channel/InviteEmbed.tsx:224
msgid "Invited by {inviterTag}"
msgstr "Пригласил(а) {inviterTag}"
@@ -10290,8 +10371,8 @@ msgid "Inviter:"
msgstr "Пригласивший:"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:303
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1199
-#: src/components/bottomsheets/DMBottomSheet.tsx:468
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1223
+#: src/components/bottomsheets/DMBottomSheet.tsx:470
#: src/components/channel/dm/DMList.tsx:257
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:145
msgid "Invites"
@@ -10301,11 +10382,11 @@ msgstr "Приглашения"
msgid "Invites are currently disabled for this community."
msgstr "Приглашения отключены для этого сообщества."
-#: src/components/modals/InviteModal.tsx:270
+#: src/components/modals/InviteModal.tsx:237
msgid "Invites are currently disabled in this community by an admin. While this invite can be created, it cannot be accepted until invites are re-enabled."
msgstr "Администратор отключил приглашения в этом сообществе. Приглашение можно создать, но нельзя принять, пока приглашения не будут снова включены."
-#: src/components/layout/guild-list/GuildListItem.tsx:233
+#: src/components/layout/guild-list/GuildListItem.tsx:234
msgid "Invites are currently paused in this community"
msgstr "Приглашения временно приостановлены в этом сообществе"
@@ -10317,7 +10398,7 @@ msgstr "Приглашения заблокированы для превью-с
msgid "Invites disabled"
msgstr "Приглашения отключены"
-#: src/components/channel/InviteEmbed.tsx:257
+#: src/components/channel/InviteEmbed.tsx:259
#: src/components/modals/InviteAcceptModal.tsx:98
msgid "Invites Disabled"
msgstr "Приглашения отключены"
@@ -10343,7 +10424,7 @@ msgstr "Приглашения в <0>{0}0> временно отключены
msgid "IP address authorized"
msgstr "IP-адрес авторизован"
-#: src/components/pages/ReportPage.tsx:324
+#: src/components/pages/report/optionDescriptors.ts:96
msgid "Ireland"
msgstr "Ирландия"
@@ -10359,7 +10440,7 @@ msgstr "Здесь полным ходом идет typing fiesta"
msgid "Italian"
msgstr "Итальянский"
-#: src/components/pages/ReportPage.tsx:325
+#: src/components/pages/report/optionDescriptors.ts:97
msgid "Italy"
msgstr "Италия"
@@ -10381,16 +10462,16 @@ msgstr "Присоединиться к сообществу"
msgid "Join a community with stickers to get started!"
msgstr "Присоединяйся к сообществу со стикерами, чтобы начать!"
-#: src/components/channel/channel-view/DMChannelView.tsx:315
+#: src/components/channel/channel-view/DMChannelView.tsx:316
msgid "Join call"
msgstr "Присоединиться к звонку"
-#: src/components/channel/InviteEmbed.tsx:261
-#: src/components/channel/InviteEmbed.tsx:451
+#: src/components/channel/InviteEmbed.tsx:263
+#: src/components/channel/InviteEmbed.tsx:453
#: src/components/layout/guild-list/AddGuildButton.tsx:71
#: src/components/modals/AddGuildModal.tsx:129
#: src/components/modals/AddGuildModal.tsx:410
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:304
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:342
#: src/components/modals/InviteAcceptModal.tsx:102
#: src/components/modals/InviteAcceptModalPreview.tsx:114
msgid "Join Community"
@@ -10400,7 +10481,7 @@ msgstr "Присоединиться к сообществу"
msgid "Join community form"
msgstr "Форма вступления в сообщество"
-#: src/components/channel/InviteEmbed.tsx:187
+#: src/components/channel/InviteEmbed.tsx:189
msgid "Join Group"
msgstr "Присоединиться к группе"
@@ -10416,19 +10497,19 @@ msgstr "Уведомления о присоединении"
msgid "Join Operators Community"
msgstr "Присоединиться к сообществу операторов"
-#: src/components/channel/CallMessage.tsx:171
+#: src/components/channel/CallMessage.tsx:165
msgid "Join the call"
msgstr "Присоединиться к звонку"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:122
+#: src/components/channel/ChannelHeader/CallButtons.tsx:159
msgid "Join Video Call"
msgstr "Присоединиться к видеозвонку"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:118
+#: src/components/channel/ChannelHeader/CallButtons.tsx:150
msgid "Join Video Call ({participantCount} participant)"
msgstr "Присоединиться к видеозвонку ({participantCount} участник)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:119
+#: src/components/channel/ChannelHeader/CallButtons.tsx:151
msgid "Join Video Call ({participantCount} participants)"
msgstr "Присоединиться к видеозвонку ({participantCount} участников)"
@@ -10436,15 +10517,15 @@ msgstr "Присоединиться к видеозвонку ({participantCoun
msgid "Join Visionary Community"
msgstr "Присоединиться к сообществу Visionary"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:70
+#: src/components/channel/ChannelHeader/CallButtons.tsx:89
msgid "Join Voice Call"
msgstr "Присоединиться к голосовому звонку"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:66
+#: src/components/channel/ChannelHeader/CallButtons.tsx:80
msgid "Join Voice Call ({participantCount} participant)"
msgstr "Присоединиться к голосовому звонку ({participantCount} участник)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:67
+#: src/components/channel/ChannelHeader/CallButtons.tsx:81
msgid "Join Voice Call ({participantCount} participants)"
msgstr "Присоединиться к голосовому звонку ({participantCount} участников)"
@@ -10495,7 +10576,7 @@ msgstr "JPEG, PNG, WebP. Макс. 10 МБ. Рекомендуется: 512×512
msgid "JPEG, PNG, WebP. Max 10MB. Recommended: 512×512px. Animated avatars (GIF) require <0/>."
msgstr "JPEG, PNG, WebP. Макс. 10 МБ. Рекомендуется: 512×512 пикселей. Для анимированных аватарок (GIF) требуется <0/>."
-#: src/components/channel/ChannelSearchResults.tsx:777
+#: src/components/channel/ChannelSearchResults.tsx:745
#: src/components/pages/MessageListPage.tsx:97
#: src/components/popouts/RecentMentionsContent.tsx:221
#: src/components/popouts/SavedMessagesContent.tsx:102
@@ -10519,11 +10600,11 @@ msgstr "Перейти к сообщению"
msgid "Jump to Oldest Unread Message"
msgstr "Перейти к самому старому непрочитанному сообщению"
-#: src/components/channel/ChannelSearchResults.tsx:872
+#: src/components/channel/ChannelSearchResults.tsx:840
msgid "Jump to page"
msgstr "Перейти на страницу"
-#: src/components/channel/Messages.tsx:917
+#: src/components/channel/Messages.tsx:915
msgid "Jump to Present"
msgstr "Перейти к текущему"
@@ -10612,7 +10693,7 @@ msgid "Keyboard Shortcuts"
msgstr "Сочетания клавиш"
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:344
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:311
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:314
#: src/components/modals/KickMemberModal.tsx:58
#: src/components/modals/UserProfileActionsSheet.tsx:253
msgid "Kick"
@@ -10702,7 +10783,7 @@ msgstr "Задержка {latency} мс"
msgid "Latency graph"
msgstr "График задержки"
-#: src/components/pages/ReportPage.tsx:326
+#: src/components/pages/report/optionDescriptors.ts:98
msgid "Latvia"
msgstr "Латвия"
@@ -10729,10 +10810,10 @@ msgstr "Покинуть сообщество"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:248
#: src/components/bottomsheets/ChannelBottomSheet.tsx:250
#: src/components/bottomsheets/ChannelBottomSheet.tsx:314
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1253
-#: src/components/bottomsheets/DMBottomSheet.tsx:337
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1277
#: src/components/bottomsheets/DMBottomSheet.tsx:339
-#: src/components/bottomsheets/DMBottomSheet.tsx:551
+#: src/components/bottomsheets/DMBottomSheet.tsx:341
+#: src/components/bottomsheets/DMBottomSheet.tsx:554
#: src/components/channel/dm/DMList.tsx:265
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:159
#: src/hooks/useLeaveGroup.tsx:42
@@ -10740,27 +10821,27 @@ msgstr "Покинуть сообщество"
msgid "Leave Group"
msgstr "Покинуть группу"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:122
+#: src/components/channel/ChannelHeader/CallButtons.tsx:157
msgid "Leave Video Call"
msgstr "Выйти из видеозвонка"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:113
+#: src/components/channel/ChannelHeader/CallButtons.tsx:145
msgid "Leave Video Call ({participantCount} participant)"
msgstr "Покинуть видеозвонок ({participantCount} участник)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:114
+#: src/components/channel/ChannelHeader/CallButtons.tsx:146
msgid "Leave Video Call ({participantCount} participants)"
msgstr "Покинуть видеозвонок ({participantCount} участников)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:70
+#: src/components/channel/ChannelHeader/CallButtons.tsx:87
msgid "Leave Voice Call"
msgstr "Выйти из голосового звонка"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:61
+#: src/components/channel/ChannelHeader/CallButtons.tsx:75
msgid "Leave Voice Call ({participantCount} participant)"
msgstr "Покинуть голосовой звонок ({participantCount} участник)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:62
+#: src/components/channel/ChannelHeader/CallButtons.tsx:76
msgid "Leave Voice Call ({participantCount} participants)"
msgstr "Покинуть голосовой звонок ({participantCount} участников)"
@@ -10785,7 +10866,7 @@ msgstr "По левому краю"
msgid "Left community"
msgstr "Покинул сообщество"
-#: src/components/bottomsheets/DMBottomSheet.tsx:350
+#: src/components/bottomsheets/DMBottomSheet.tsx:352
#: src/hooks/useLeaveGroup.tsx:56
msgid "Left group"
msgstr "Покинул группу"
@@ -10798,7 +10879,7 @@ msgstr "Иконка слева"
msgid "Left Tooltip"
msgstr "Подсказка слева"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:90
+#: src/components/modals/components/plutonium/VisionarySection.tsx:99
msgid "Let people add you without needing a 4-digit tag"
msgstr "Разрешить добавлять тебя без 4-значного тега"
@@ -10810,17 +10891,13 @@ msgstr "Позволить сообществу само модерироват
msgid "Letters (a-z, A-Z), numbers (0-9), and underscores (_) only"
msgstr "Только буквы (a-z, A-Z), цифры (0-9) и подчеркивания (_)"
-#: src/components/pages/ReportPage.tsx:729
-msgid "Letters and numbers only. You can paste the code—formatting is automatic."
-msgstr "Только буквы и цифры. Вы можете вставить код — форматирование произойдет автоматически."
-
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:120
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:139
#: src/components/modals/tabs/DeveloperOptionsTab/AccountPremiumTab.tsx:49
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:371
msgid "Lifetime"
msgstr "Пожизненный доступ"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:73
+#: src/components/modals/components/plutonium/VisionarySection.tsx:82
#: src/utils/giftUtils.ts:58
msgid "Lifetime Plutonium"
msgstr "Пожизненный Plutonium"
@@ -10838,7 +10915,7 @@ msgid "Liked!"
msgstr "Понравилось!"
#. placeholder {0}: formatter.format(visionarySlots.total)
-#: src/components/modals/components/plutonium/VisionarySection.tsx:61
+#: src/components/modals/components/plutonium/VisionarySection.tsx:70
msgid "Limited to {0} users. One-time purchase, lifetime access."
msgstr "Ограничено {0} пользователями. Единовременный платеж, пожизненный доступ."
@@ -10856,7 +10933,7 @@ msgstr "Ссылка"
msgid "Link channel"
msgstr "Привязать канал"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:530
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:544
#: src/components/uikit/ContextMenu/MediaContextMenu.tsx:145
#: src/components/uikit/ContextMenu/MediaContextMenu.tsx:228
msgid "Link copied to clipboard"
@@ -10902,7 +10979,7 @@ msgstr "Списки"
msgid "Lists members with this role in their own section in the member list."
msgstr "Помещает участников с этой ролью в отдельный раздел в списке участников."
-#: src/components/pages/ReportPage.tsx:327
+#: src/components/pages/report/optionDescriptors.ts:99
msgid "Lithuania"
msgstr "Литва"
@@ -10934,7 +11011,7 @@ msgstr "Загрузка банов..."
msgid "Loading communities..."
msgstr "Загрузка сообществ..."
-#: src/components/channel/embeds/media/EmbedImage.tsx:363
+#: src/components/channel/embeds/media/EmbedImage.tsx:368
msgid "Loading image"
msgstr "Загрузка изображения"
@@ -10947,7 +11024,7 @@ msgid "Loading more..."
msgstr "Загрузка ещё..."
#: src/components/channel/embeds/media/EmbedGifv.tsx:493
-#: src/components/channel/embeds/media/EmbedGifv.tsx:721
+#: src/components/channel/embeds/media/EmbedGifv.tsx:745
msgid "Loading placeholder"
msgstr "Заглушка загрузки"
@@ -10971,7 +11048,7 @@ msgstr "Загрузка темы..."
msgid "Loading verification methods..."
msgstr "Загрузка способов подтверждения..."
-#: src/components/channel/embeds/media/EmbedImage.tsx:363
+#: src/components/channel/embeds/media/EmbedImage.tsx:368
msgid "Loading: {alt}"
msgstr "Загрузка: {alt}"
@@ -11021,7 +11098,7 @@ msgid "Log in with a passkey"
msgstr "Войти с помощью ключа"
#: src/components/modals/components/DesktopSettingsView.tsx:346
-#: src/components/modals/components/MobileSettingsView.tsx:362
+#: src/components/modals/components/MobileSettingsView.tsx:357
#: src/components/pages/PendingVerificationPage.tsx:151
msgid "Log Out"
msgstr "Выйти"
@@ -11101,7 +11178,7 @@ msgstr "Низкое"
msgid "Low (480p)"
msgstr "Низкое (480p)"
-#: src/components/pages/ReportPage.tsx:328
+#: src/components/pages/report/optionDescriptors.ts:100
msgid "Luxembourg"
msgstr "Люксембург"
@@ -11114,16 +11191,16 @@ msgstr "Сделать владельцем группы"
msgid "Make links to websites stand out more by always underlining them."
msgstr "Выделяйте ссылки на сайты, постоянно подчёркивая их."
-#: src/components/pages/ReportPage.tsx:271
+#: src/components/pages/report/optionDescriptors.ts:52
#: src/constants/IARConstants.tsx:77
msgid "Malicious Links"
msgstr "Вредоносные ссылки"
-#: src/components/pages/ReportPage.tsx:329
+#: src/components/pages/report/optionDescriptors.ts:101
msgid "Malta"
msgstr "Мальта"
-#: src/components/pages/ReportPage.tsx:302
+#: src/components/pages/report/optionDescriptors.ts:77
#: src/constants/IARConstants.tsx:190
msgid "Malware Distribution"
msgstr "Распространение вредоносного ПО"
@@ -11214,7 +11291,7 @@ msgid "Manage slash commands for this application"
msgstr "Управление слеш-командами для этого приложения"
#: src/components/layout/app-layout/nagbars/PremiumGracePeriodNagbar.tsx:83
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:288
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:324
msgid "Manage Subscription"
msgstr "Управление подпиской"
@@ -11227,7 +11304,7 @@ msgstr "Управляй адресом электронной почты, ко
msgid "Manage Webhooks"
msgstr "Управление вебхуками"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:100
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:104
msgid "Manage your applications and bots."
msgstr "Управляй своими приложениями и ботами."
@@ -11243,7 +11320,7 @@ msgstr "Управление подарками"
msgid "Manage your phone number for SMS two-factor authentication"
msgstr "Управляй номером телефона для SMS-двухфакторной аутентификации"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:280
+#: src/components/modals/tabs/GiftInventoryTab.tsx:303
msgid "Manage your purchased Plutonium gift codes. Share the gift URL with someone special or redeem it for yourself!"
msgstr "Управляй купленными кодами подарков Plutonium. Поделись ссылкой с кем-то особенным или активируй её сам!"
@@ -11256,8 +11333,8 @@ msgid "Mark as 18+ (NSFW)"
msgstr "Отметить как 18+ (для взрослых)"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:358
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1115
-#: src/components/bottomsheets/DMBottomSheet.tsx:388
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1139
+#: src/components/bottomsheets/DMBottomSheet.tsx:390
#: src/components/channel/NewMessagesBar.tsx:60
#: src/components/uikit/ContextMenu/items/CategoryMenuItems.tsx:81
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:79
@@ -11319,7 +11396,7 @@ msgstr "Markdown"
msgid "Markdown Preview"
msgstr "Предпросмотр Markdown"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:516
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:530
msgid "Marked as read"
msgstr "Отмечено как прочитанное"
@@ -11347,7 +11424,7 @@ msgstr "Метки под ползунком"
msgid "Marty_McFly"
msgstr "Marty_McFly"
-#: src/components/modals/ClaimAccountModal.tsx:160
+#: src/components/modals/ClaimAccountModal.tsx:162
#: src/components/modals/EmailChangeModal.tsx:254
msgid "marty@example.com"
msgstr "marty@example.com"
@@ -11356,7 +11433,7 @@ msgstr "marty@example.com"
msgid "Mask Visionary as subscription"
msgstr "Замаскировать Visionary как подписку"
-#: src/components/modals/InviteModal.tsx:291
+#: src/components/modals/InviteModal.tsx:288
msgid "Max number of uses"
msgstr "Максимальное количество использований"
@@ -11393,7 +11470,8 @@ msgstr "Максимальное качество камеры — 1080p"
msgid "Maximum quality, requires very fast connection"
msgstr "Максимальное качество, требует очень быстрого соединения"
-#: src/components/modals/GiftAcceptModal.tsx:151
+#: src/components/modals/GiftAcceptModal.tsx:161
+#: src/components/modals/GiftAcceptModal.tsx:194
msgid "Maybe later"
msgstr "Может позже"
@@ -11411,7 +11489,7 @@ msgstr "Измерение..."
#: src/components/channel/AutocompleteEmoji.tsx:154
#: src/components/channel/textarea/TextareaButtons.tsx:122
-#: src/components/modals/ExpressionPickerSheet.tsx:77
+#: src/components/modals/ExpressionPickerSheet.tsx:64
#: src/components/modals/tabs/ChatSettingsTab.tsx:43
#: src/components/modals/tabs/ChatSettingsTab/Inline.tsx:37
#: src/components/modals/utils/settingsConstants.tsx:298
@@ -11504,8 +11582,8 @@ msgstr "Подтверждение участника"
msgid "Member verification level"
msgstr "Уровень подтверждения участника"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:877
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:913
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:909
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:945
#: src/components/modals/guildTabs/GuildMembersTab.tsx:429
#: src/components/modals/shared/AddOverridePopout.tsx:176
#: src/components/modals/utils/guildSettingsConstants.tsx:157
@@ -11536,7 +11614,7 @@ msgstr "Участники удалены"
msgid "Members receive notifications for every message"
msgstr "Участники получают уведомления о каждом сообщении"
-#: src/components/modals/InviteModal.tsx:302
+#: src/components/modals/InviteModal.tsx:299
msgid "Members will be removed when they go offline unless a role is assigned"
msgstr "Участники будут удалены, когда уйдут в офлайн, если им не назначена роль"
@@ -11608,11 +11686,11 @@ msgid "mentions:"
msgstr "упоминания:"
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:234
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:218
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:220
#: src/components/modals/tabs/ComponentGalleryTab/InputsTab.tsx:164
-#: src/components/modals/UserProfileMobileSheet.tsx:497
-#: src/components/modals/UserProfileModal.tsx:1189
-#: src/components/modals/UserProfileModal.tsx:1311
+#: src/components/modals/UserProfileMobileSheet.tsx:501
+#: src/components/modals/UserProfileModal.tsx:1190
+#: src/components/modals/UserProfileModal.tsx:1316
#: src/components/popouts/UserProfilePopout.tsx:289
#: src/components/popouts/UserProfilePopout.tsx:308
#: src/components/profile/ProfilePreview.tsx:292
@@ -11689,7 +11767,7 @@ msgstr "Группировка сообщений"
msgid "Message is too long"
msgstr "Сообщение слишком длинное"
-#: src/components/pages/ReportPage.tsx:837
+#: src/components/pages/report/ReportStepDetails.tsx:107
msgid "Message Link"
msgstr "Ссылка на сообщение"
@@ -11744,7 +11822,7 @@ msgstr "Сообщения и медиа"
msgid "Messages Deleted"
msgstr "Сообщения удалены"
-#: src/components/channel/Messages.tsx:938
+#: src/components/channel/Messages.tsx:936
msgid "Messages failed to load"
msgstr "Не удалось загрузить сообщения"
@@ -11888,22 +11966,21 @@ msgstr "Модерация"
msgid "Monospace font family"
msgstr "Моноширинный шрифт"
-#: src/components/auth/DateOfBirthField.tsx:87
-#: src/components/auth/DateOfBirthField.tsx:154
+#: src/components/auth/DateOfBirthField.tsx:151
#: src/components/auth/MockMinimalRegisterForm.tsx:68
msgid "Month"
msgstr "Месяц"
-#: src/components/modals/components/plutonium/PricingSection.tsx:71
+#: src/components/modals/components/plutonium/PricingSection.tsx:78
msgid "Monthly"
msgstr "Ежемесячно"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:63
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:73
msgid "Monthly {monthlyPrice}"
msgstr "Ежемесячно {monthlyPrice}"
#: src/components/accounts/AccountRow.tsx:178
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:863
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:895
#: src/components/channel/friends/FriendListItem.tsx:229
#: src/components/channel/MessageActionBar.tsx:647
#: src/components/channel/MessageActionBar.tsx:776
@@ -11936,7 +12013,7 @@ msgstr "Дополнительные слоты для стикеров"
msgid "Most popular"
msgstr "Самое популярное"
-#: src/components/channel/ChannelSearchResults.tsx:225
+#: src/components/channel/ChannelSearchResults.tsx:182
#: src/components/search/SortModeSheet.tsx:53
msgid "Most Relevant"
msgstr "Наиболее релевантное"
@@ -12015,7 +12092,7 @@ msgstr "Мультиязычный контент"
msgid "Music Lovers"
msgstr "Любители музыки"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:850
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:882
#: src/components/bottomsheets/VoiceLobbyBottomSheet.tsx:179
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:253
#: src/components/layout/UserArea.tsx:213
@@ -12055,7 +12132,7 @@ msgstr "Отключить звук канала"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:400
#: src/components/bottomsheets/ChannelBottomSheet.tsx:452
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1010
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1034
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:171
#: src/components/modals/GuildNotificationSettingsModal.tsx:295
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:168
@@ -12069,9 +12146,9 @@ msgstr "Отключить звук канала"
msgid "Mute Community"
msgstr "Отключить уведомления сообщества"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1012
-#: src/components/bottomsheets/DMBottomSheet.tsx:449
-#: src/components/bottomsheets/DMBottomSheet.tsx:590
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1036
+#: src/components/bottomsheets/DMBottomSheet.tsx:451
+#: src/components/bottomsheets/DMBottomSheet.tsx:593
msgid "Mute Conversation"
msgstr "Отключить уведомления беседы"
@@ -12096,7 +12173,7 @@ msgstr "Отключить звук участников"
msgid "Mute User"
msgstr "Отключить звук пользователя"
-#: src/components/layout/guild-list/GuildListItem.tsx:193
+#: src/components/layout/guild-list/GuildListItem.tsx:194
#: src/components/layout/VoiceStateIcons.tsx:53
#: src/components/voice/VoiceParticipantTile.tsx:897
#: src/utils/ContextMenuUtils.tsx:159
@@ -12105,7 +12182,7 @@ msgstr "Звук отключён"
#. placeholder {0}: DateUtils.getFormattedDateTime(new Date(muteConfig.end_time))
#. placeholder {0}: getFormattedDateTime(new Date(muteConfig.end_time))
-#: src/components/layout/guild-list/GuildListItem.tsx:191
+#: src/components/layout/guild-list/GuildListItem.tsx:192
#: src/utils/ContextMenuUtils.tsx:157
msgid "Muted until {0}"
msgstr "Звук отключён до {0}"
@@ -12253,7 +12330,7 @@ msgstr "Нужен аккаунт?"
msgid "Neighborhood Watch"
msgstr "Наблюдение района"
-#: src/components/pages/ReportPage.tsx:330
+#: src/components/pages/report/optionDescriptors.ts:102
msgid "Netherlands"
msgstr "Нидерланды"
@@ -12261,9 +12338,9 @@ msgstr "Нидерланды"
msgid "Network"
msgstr "Сеть"
-#: src/components/modals/components/PlutoniumContent.tsx:145
-#: src/components/modals/components/PlutoniumContent.tsx:271
-#: src/components/modals/tabs/BetaCodesTab.tsx:295
+#: src/components/modals/components/PlutoniumContent.tsx:156
+#: src/components/modals/components/PlutoniumContent.tsx:288
+#: src/components/modals/tabs/BetaCodesTab.tsx:320
#: src/components/modals/tabs/DevicesTab.tsx:229
msgid "Network error"
msgstr "Ошибка сети"
@@ -12290,7 +12367,7 @@ msgstr "никогда не истекает"
#: src/components/channel/Divider.tsx:51
#: src/components/channel/Divider.tsx:60
#: src/components/channel/UnreadDividerSlot.tsx:45
-#: src/components/layout/GuildsLayout.tsx:285
+#: src/components/layout/GuildsLayout.tsx:283
msgid "New"
msgstr "Новое"
@@ -12311,7 +12388,7 @@ msgstr "Новый email"
msgid "New email form"
msgstr "Форма нового email"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:902
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:934
msgid "New Group"
msgstr "Новая группа"
@@ -12334,7 +12411,7 @@ msgid "new-channel"
msgstr "новый-канал"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:446
-#: src/components/channel/ChannelSearchResults.tsx:223
+#: src/components/channel/ChannelSearchResults.tsx:180
msgid "Newest"
msgstr "Самые новые"
@@ -12394,7 +12471,7 @@ msgstr "Псевдоним не должен превышать 32 символ
msgid "Nickname updated"
msgstr "Псевдоним обновлён"
-#: src/components/layout/GuildLayout.tsx:392
+#: src/components/layout/GuildLayout.tsx:397
msgid "No accessible channels"
msgstr "Нет доступных каналов"
@@ -12431,7 +12508,7 @@ msgstr "Нет забаненных пользователей"
msgid "No bans found matching your search."
msgstr "По вашему запросу не найдено банов."
-#: src/components/modals/tabs/BetaCodesTab.tsx:365
+#: src/components/modals/tabs/BetaCodesTab.tsx:390
msgid "No beta codes yet"
msgstr "Пока нет бета-кодов"
@@ -12471,7 +12548,7 @@ msgstr "Нет доступных каналов"
msgid "No channels found"
msgstr "Каналы не найдены"
-#: src/components/modals/tabs/BetaCodesTab.tsx:275
+#: src/components/modals/tabs/BetaCodesTab.tsx:279
msgid "No codes remaining. Resets {resetString}"
msgstr "Кодов больше нет. Сброс через {resetString}"
@@ -12484,7 +12561,7 @@ msgid "No community banner"
msgstr "Нет баннера сообщества"
#: src/components/auth/InviteHeader.tsx:156
-#: src/components/channel/InviteEmbed.tsx:215
+#: src/components/channel/InviteEmbed.tsx:217
#: src/components/modals/InviteAcceptModal.tsx:148
#: src/components/modals/tabs/ExpressionPacksTab.tsx:73
msgid "No description provided."
@@ -12516,7 +12593,7 @@ msgstr "Пока нет друзей"
msgid "No GIFs found"
msgstr "GIF не найдены"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:311
+#: src/components/modals/tabs/GiftInventoryTab.tsx:334
msgid "No gifts yet"
msgstr "Пока нет подарков"
@@ -12656,7 +12733,7 @@ msgid "No results"
msgstr "Нет результатов"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:315
-#: src/components/channel/ChannelSearchResults.tsx:709
+#: src/components/channel/ChannelSearchResults.tsx:678
msgid "No Results"
msgstr "Нет результатов"
@@ -12717,7 +12794,7 @@ msgstr "Системный канал отсутствует"
msgid "No Timer"
msgstr "Таймер отсутствует"
-#: src/components/channel/dm/AddFriendForm.tsx:70
+#: src/components/channel/dm/AddFriendForm.tsx:93
msgid "No user found with that FluxerTag."
msgstr "Пользователь с таким FluxerTag не найден."
@@ -12797,7 +12874,7 @@ msgstr "Не сейчас"
msgid "Not your cup of tea? You can disable this feature anytime."
msgstr "Не твоё? Ты всегда можешь отключить эту функцию."
-#: src/components/modals/UserProfileMobileSheet.tsx:549
+#: src/components/modals/UserProfileMobileSheet.tsx:553
#: src/components/modals/UserProfileModal.tsx:244
#: src/components/modals/UserProfileModal.tsx:248
#: src/components/pages/YouPage.tsx:144
@@ -12813,7 +12890,7 @@ msgstr "Заметка (видна только тебе)"
msgid "nothing"
msgstr "ничего"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1387
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1411
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:218
#: src/components/modals/GuildNotificationSettingsModal.tsx:95
#: src/components/modals/GuildNotificationSettingsModal.tsx:226
@@ -12835,8 +12912,8 @@ msgid "Notification Overrides"
msgstr "Переопределения уведомлений"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:405
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1160
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1341
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1184
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1365
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:199
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsButton.tsx:59
#: src/components/modals/GuildNotificationSettingsModal.tsx:162
@@ -12904,17 +12981,17 @@ msgstr "Контент для взрослых запрещён"
msgid "NSFW Gates"
msgstr "Фильтры для взрослых"
-#: src/components/pages/ReportPage.tsx:266
+#: src/components/pages/report/optionDescriptors.ts:47
#: src/constants/IARConstants.tsx:52
msgid "NSFW Policy Violation"
msgstr "Нарушение правил по контенту для взрослых"
#. placeholder {0}: formatter.format(visionarySlots.total)
-#: src/components/modals/components/plutonium/VisionarySection.tsx:82
+#: src/components/modals/components/plutonium/VisionarySection.tsx:91
msgid "Numbered badge (1-{0}) showing your Visionary status"
msgstr "Нумерованная метка (1-{0}), показывающая ваш статус Визионера"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:83
+#: src/components/modals/components/plutonium/VisionarySection.tsx:92
msgid "Numbered badge showing your Visionary status"
msgstr "Нумерованный значок, показывающий твой статус Visionary"
@@ -12933,8 +13010,8 @@ msgstr "Объекты"
msgid "Off"
msgstr "Выкл"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:281
-#: src/components/channel/ChannelMembers.tsx:137
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:287
+#: src/components/channel/ChannelMembers.tsx:108
#: src/Constants.tsx:134
#: src/utils/MemberListUtils.ts:150
#: src/utils/MemberListUtils.ts:188
@@ -12962,7 +13039,7 @@ msgid "Okay"
msgstr "Хорошо"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:446
-#: src/components/channel/ChannelSearchResults.tsx:224
+#: src/components/channel/ChannelSearchResults.tsx:181
msgid "Oldest"
msgstr "Самые старые"
@@ -13020,25 +13097,25 @@ msgstr "Идёт индексирование одного или несколь
msgid "one second ago"
msgstr "секунду назад"
-#: src/components/modals/components/plutonium/GiftSection.tsx:71
-#: src/components/modals/components/plutonium/GiftSection.tsx:80
-#: src/components/modals/components/plutonium/PricingSection.tsx:103
-#: src/components/modals/components/plutonium/PricingSection.tsx:112
+#: src/components/modals/components/plutonium/GiftSection.tsx:78
+#: src/components/modals/components/plutonium/GiftSection.tsx:90
+#: src/components/modals/components/plutonium/PricingSection.tsx:118
+#: src/components/modals/components/plutonium/PricingSection.tsx:130
msgid "one-time purchase"
msgstr "единовременная покупка"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:65
+#: src/components/modals/components/plutonium/VisionarySection.tsx:74
msgid "One-time purchase, lifetime access."
msgstr "Разовая покупка, пожизненный доступ."
-#: src/components/modals/components/plutonium/GiftSection.tsx:89
-#: src/components/modals/components/plutonium/PricingSection.tsx:90
-#: src/components/modals/components/plutonium/PricingSection.tsx:121
+#: src/components/modals/components/plutonium/GiftSection.tsx:102
+#: src/components/modals/components/plutonium/PricingSection.tsx:103
+#: src/components/modals/components/plutonium/PricingSection.tsx:142
msgid "one-time, lifetime"
msgstr "однократно, навсегда"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:281
-#: src/components/channel/ChannelMembers.tsx:135
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:285
+#: src/components/channel/ChannelMembers.tsx:106
#: src/components/channel/dm/DMFriendsView.tsx:168
#: src/components/channel/friends/views/FriendsList.tsx:95
#: src/Constants.tsx:130
@@ -13051,7 +13128,7 @@ msgstr "Онлайн"
msgid "Online Status"
msgstr "Статус онлайн"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1382
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1406
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:212
#: src/components/modals/GuildNotificationSettingsModal.tsx:91
#: src/components/modals/GuildNotificationSettingsModal.tsx:281
@@ -13120,11 +13197,11 @@ msgstr "Открыть окно подтверждения аккаунта"
msgid "Open color picker"
msgstr "Открыть выбор цвета"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1398
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1422
msgid "Open Community Notification Settings"
msgstr "Открыть настройки уведомлений сообщества"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:286
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:322
msgid "Open Customer Portal"
msgstr "Открыть портал поддержки"
@@ -13293,7 +13370,7 @@ msgstr "Вариант три"
msgid "Option Two"
msgstr "Вариант два"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:89
+#: src/components/modals/components/plutonium/VisionarySection.tsx:98
msgid "Optional #0000 tag"
msgstr "Необязательный тег #0000"
@@ -13309,7 +13386,7 @@ msgstr "ИЛИ"
msgid "Or copy the link:"
msgstr "Или скопируй ссылку:"
-#: src/components/modals/InviteModal.tsx:312
+#: src/components/modals/InviteModal.tsx:309
msgid "or send an invite link to a friend:"
msgstr "или отправь другу ссылку-приглашение:"
@@ -13325,9 +13402,9 @@ msgstr "Не удалось загрузить исходное сообщени
msgid "Original message was deleted"
msgstr "Исходное сообщение было удалено"
-#: src/components/pages/ReportPage.tsx:273
-#: src/components/pages/ReportPage.tsx:287
-#: src/components/pages/ReportPage.tsx:303
+#: src/components/pages/report/optionDescriptors.ts:54
+#: src/components/pages/report/optionDescriptors.ts:65
+#: src/components/pages/report/optionDescriptors.ts:78
#: src/constants/IARConstants.tsx:87
#: src/constants/IARConstants.tsx:139
#: src/constants/IARConstants.tsx:195
@@ -13463,8 +13540,8 @@ msgstr "Ключи доступа требуют подписанный паке
#: src/components/auth/AuthLoginCore/AuthLoginEmailPasswordForm.tsx:90
#: src/components/auth/AuthRegisterFormCore.tsx:136
#: src/components/auth/AuthRegisterFormCore.tsx:217
-#: src/components/modals/ClaimAccountModal.tsx:168
-#: src/components/modals/ClaimAccountModal.tsx:208
+#: src/components/modals/ClaimAccountModal.tsx:170
+#: src/components/modals/ClaimAccountModal.tsx:210
#: src/components/modals/SudoVerificationModal.tsx:171
#: src/components/modals/SudoVerificationModal.tsx:236
#: src/components/modals/tabs/AccountSecurityTab/AccountTab.tsx:105
@@ -13546,11 +13623,11 @@ msgstr "Друзья твоих друзей могут добавлять те
msgid "People who are friends with your friends can call you"
msgstr "Друзья твоих друзей могут звонить тебе"
-#: src/components/modals/components/plutonium/PricingSection.tsx:73
+#: src/components/modals/components/plutonium/PricingSection.tsx:80
msgid "per month"
msgstr "в месяц"
-#: src/components/modals/components/plutonium/PricingSection.tsx:80
+#: src/components/modals/components/plutonium/PricingSection.tsx:90
msgid "per year"
msgstr "в год"
@@ -13588,8 +13665,8 @@ msgstr "Разрешения предоставлены"
msgid "Personal notes"
msgstr "Личные заметки"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:479
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:778
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:493
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:810
#: src/components/channel/channel-header/useChannelHeaderData.ts:84
#: src/components/channel/dm/DMList.tsx:708
#: src/components/channel/dm/DMList.tsx:795
@@ -13662,16 +13739,16 @@ msgid "Pick which phone step to show"
msgstr "Выберите, какой шаг с телефоном показать"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:336
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1132
-#: src/components/bottomsheets/DMBottomSheet.tsx:483
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1156
+#: src/components/bottomsheets/DMBottomSheet.tsx:485
#: src/components/channel/dm/DMList.tsx:287
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:153
msgid "Pin DM"
msgstr "Закрепить ЛС"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:295
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1132
-#: src/components/bottomsheets/DMBottomSheet.tsx:483
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1156
+#: src/components/bottomsheets/DMBottomSheet.tsx:485
#: src/components/channel/dm/DMList.tsx:248
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:133
msgid "Pin Group DM"
@@ -13714,20 +13791,20 @@ msgid "Ping: {latency}ms"
msgstr "Пинг: {latency}мс"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:219
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:566
-#: src/components/bottomsheets/DMBottomSheet.tsx:147
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:580
+#: src/components/bottomsheets/DMBottomSheet.tsx:149
#: src/components/channel/dm/DMList.tsx:214
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:115
msgid "Pinned DM"
msgstr "Закреплённое ЛС"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:219
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:566
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:580
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:95
msgid "Pinned group"
msgstr "Закреплённая группа"
-#: src/components/bottomsheets/DMBottomSheet.tsx:147
+#: src/components/bottomsheets/DMBottomSheet.tsx:149
msgid "Pinned group DM"
msgstr "Закрепленное групповое личное сообщение"
@@ -13742,7 +13819,7 @@ msgstr "Закреплённые сообщения"
msgid "pinned:"
msgstr "закреплено:"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:886
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:918
msgid "Pins"
msgstr "Закрепления"
@@ -13789,15 +13866,15 @@ msgstr "Проверь входящие — там письмо для подт
msgid "Please enable Fluxer in System Settings → Privacy & Security → Input Monitoring."
msgstr "Включи Fluxer в Системных настройках → Конфиденциальность и безопасность → Мониторинг ввода."
-#: src/components/pages/ReportPage.tsx:396
+#: src/components/pages/ReportPage.tsx:211
msgid "Please enter a valid email address."
msgstr "Пожалуйста, введите действительный адрес электронной почты."
-#: src/components/channel/dm/AddFriendForm.tsx:74
+#: src/components/channel/dm/AddFriendForm.tsx:97
msgid "Please enter a valid FluxerTag (Username#0000)."
msgstr "Введите действительный FluxerTag (ИмяПользователя#0000)."
-#: src/components/pages/ReportPage.tsx:509
+#: src/components/pages/ReportPage.tsx:336
msgid "Please enter a valid message link URL."
msgstr "Пожалуйста, введите действительный URL ссылки на сообщение."
@@ -13809,26 +13886,22 @@ msgstr "Пожалуйста, введите конечную точку API."
msgid "Please fill out the following fields: {fieldList}"
msgstr "Пожалуйста, заполните следующие поля: {fieldList}"
-#: src/components/pages/ReportPage.tsx:436
+#: src/components/pages/ReportPage.tsx:261
msgid "Please go back and enter a valid email address."
msgstr "Пожалуйста, вернитесь и введите действительный адрес электронной почты."
-#: src/components/pages/ReportPage.tsx:542
+#: src/components/pages/ReportPage.tsx:369
msgid "Please include the community (guild) ID you are reporting."
msgstr "Укажите ID сообщества (гильдии), на которое вы жалуетесь."
-#: src/components/pages/ReportPage.tsx:504
+#: src/components/pages/ReportPage.tsx:331
msgid "Please paste the message link you are reporting."
msgstr "Вставьте ссылку на сообщение, на которое вы жалуетесь."
-#: src/components/pages/ReportPage.tsx:391
+#: src/components/pages/ReportPage.tsx:206
msgid "Please provide an email address."
msgstr "Укажите адрес электронной почты."
-#: src/components/pages/ReportPage.tsx:801
-msgid "Please provide the details of your report."
-msgstr "Опишите детали вашей жалобы."
-
#: src/components/modals/tabs/ApplicationsTab/ApplicationDetail.tsx:555
msgid "Please retry or go back to the applications list."
msgstr "Попробуйте снова или вернитесь к списку приложений."
@@ -13837,7 +13910,7 @@ msgstr "Попробуйте снова или вернитесь к списк
msgid "Please select a violation category"
msgstr "Выберите категорию нарушения"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:297
+#: src/components/modals/tabs/GiftInventoryTab.tsx:320
msgid "Please try again later."
msgstr "Попробуйте позже."
@@ -13878,7 +13951,7 @@ msgstr "Конфиденциальность значка Plutonium"
msgid "Plutonium perks"
msgstr "Плюшки Plutonium"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:110
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:129
msgid "Plutonium Subscription"
msgstr "Подписка Plutonium"
@@ -13886,7 +13959,7 @@ msgstr "Подписка Plutonium"
msgid "PNG"
msgstr "PNG"
-#: src/components/pages/ReportPage.tsx:331
+#: src/components/pages/report/optionDescriptors.ts:103
msgid "Poland"
msgstr "Польша"
@@ -13903,7 +13976,7 @@ msgstr "опрос"
msgid "Popouts"
msgstr "Всплывающие окна"
-#: src/components/pages/ReportPage.tsx:332
+#: src/components/pages/report/optionDescriptors.ts:104
msgid "Portugal"
msgstr "Португалия"
@@ -13943,11 +14016,11 @@ msgstr "Переопределение типа Premium"
msgid "Press keys..."
msgstr "Нажми клавиши..."
-#: src/components/channel/MessageReactions.tsx:121
+#: src/components/channel/MessageReactions.tsx:120
msgid "press to add reaction"
msgstr "нажми, чтобы добавить реакцию"
-#: src/components/channel/MessageReactions.tsx:121
+#: src/components/channel/MessageReactions.tsx:120
msgid "press to remove reaction"
msgstr "нажми, чтобы убрать реакцию"
@@ -14143,15 +14216,15 @@ msgstr "Защити аккаунт двухфакторной аутентиф
msgid "Provide any additional context that may help our Safety Team..."
msgstr "Добавь любой контекст, который поможет нашей команде безопасности..."
-#: src/components/pages/ReportPage.tsx:882
+#: src/components/pages/report/ReportStepDetails.tsx:156
msgid "Provide at least a user ID or a user tag."
msgstr "Укажите хотя бы ID пользователя или тег пользователя."
-#: src/components/pages/ReportPage.tsx:527
+#: src/components/pages/ReportPage.tsx:354
msgid "Provide either a user ID or a FluxerTag for the person you are reporting."
msgstr "Укажи либо ID пользователя, либо FluxerTag того, на кого жалуешься."
-#: src/components/pages/ReportPage.tsx:478
+#: src/components/pages/ReportPage.tsx:305
msgid "Provide your full legal name for the declaration."
msgstr "Укажи свое полное законное имя для декларации."
@@ -14163,7 +14236,7 @@ msgstr "Удалены участники, неактивные в течени
msgid "Public bot"
msgstr "Открытый бот"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:312
+#: src/components/modals/tabs/GiftInventoryTab.tsx:335
msgid "Purchase a Plutonium gift from the Plutonium tab to share with friends!"
msgstr "Купи подарок Plutonium на вкладке Plutonium и поделись с друзьями!"
@@ -14171,12 +14244,12 @@ msgstr "Купи подарок Plutonium на вкладке Plutonium и по
msgid "Purchase History"
msgstr "История покупок"
-#: src/components/modals/components/plutonium/PricingSection.tsx:61
+#: src/components/modals/components/plutonium/PricingSection.tsx:67
msgid "Purchase mode"
msgstr "Режим покупки"
#. placeholder {0}: getFormattedShortDate(new Date(gift.created_at))
-#: src/components/modals/tabs/GiftInventoryTab.tsx:119
+#: src/components/modals/tabs/GiftInventoryTab.tsx:120
msgid "Purchased {0}"
msgstr "Куплено {0}"
@@ -14275,7 +14348,7 @@ msgstr "Радиокнопки позволяют выбрать один вар
msgid "Radio Group"
msgstr "Группа радиокнопок"
-#: src/components/pages/ReportPage.tsx:300
+#: src/components/pages/report/optionDescriptors.ts:75
#: src/constants/IARConstants.tsx:180
msgid "Raid Coordination"
msgstr "Координация рейда"
@@ -14310,7 +14383,7 @@ msgid "Reactions"
msgstr "Реакции"
#: src/components/layout/app-layout/nagbars/PremiumExpiredNagbar.tsx:77
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:284
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:320
msgid "Reactivate"
msgstr "Активировать снова"
@@ -14323,15 +14396,15 @@ msgstr "Читать историю сообщений"
msgid "Read the community's audit log of changes and moderation actions."
msgstr "Просмотри журнал аудита сообщества о действиях и модерации."
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:146
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:160
msgid "Read the Documentation (fluxer.dev)"
msgstr "Прочитай документацию (fluxer.dev)"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:52
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:60
msgid "Ready to Buy a Gift?"
msgstr "Готов купить подарок?"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:52
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:60
msgid "Ready to Upgrade?"
msgstr "Готов обновиться?"
@@ -14388,11 +14461,11 @@ msgstr "Переподключение…"
msgid "Record shortcut"
msgstr "Сочетание для записи"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:269
+#: src/components/modals/tabs/GiftInventoryTab.tsx:292
msgid "Redeem"
msgstr "Активировать"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:232
+#: src/components/modals/tabs/GiftInventoryTab.tsx:255
msgid "Redeem a Gift"
msgstr "Активировать подарок"
@@ -14400,40 +14473,40 @@ msgstr "Активировать подарок"
msgid "Redeem Beta Code"
msgstr "Активировать бета-код"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:165
+#: src/components/modals/tabs/GiftInventoryTab.tsx:166
msgid "Redeem for Yourself"
msgstr "Активировать для себя"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:255
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:281
msgid "Redeem Gift Code"
msgstr "Активировать код подарка"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:238
+#: src/components/modals/tabs/GiftInventoryTab.tsx:261
msgid "Redeem gift code form"
msgstr "Форма активации кода подарка"
#. placeholder {0}: redeemedBetaCodes.length
-#: src/components/modals/tabs/BetaCodesTab.tsx:349
+#: src/components/modals/tabs/BetaCodesTab.tsx:374
msgid "Redeemed ({0})"
msgstr "Активировано ({0})"
#. placeholder {0}: getFormattedShortDate(new Date(gift.redeemed_at!))
-#: src/components/modals/tabs/GiftInventoryTab.tsx:117
+#: src/components/modals/tabs/GiftInventoryTab.tsx:118
msgid "Redeemed {0}"
msgstr "Активировано {0}"
#. placeholder {0}: gift.redeemed_by.username
#. placeholder {1}: gift.redeemed_by.discriminator
-#: src/components/modals/tabs/GiftInventoryTab.tsx:153
+#: src/components/modals/tabs/GiftInventoryTab.tsx:154
msgid "Redeemed by {0}#{1}"
msgstr "Активировал {0}#{1}"
-#: src/components/modals/tabs/BetaCodesTab.tsx:54
+#: src/components/modals/tabs/BetaCodesTab.tsx:56
msgid "Redeemer"
msgstr "Получатель"
-#: src/components/modals/tabs/BetaCodesTab.tsx:111
-#: src/components/modals/tabs/BetaCodesTab.tsx:188
+#: src/components/modals/tabs/BetaCodesTab.tsx:113
+#: src/components/modals/tabs/BetaCodesTab.tsx:190
msgid "Redeemer:"
msgstr "Получатель:"
@@ -14526,7 +14599,7 @@ msgstr "Обычная кнопка"
msgid "Regular button clicked!"
msgstr "Нажата обычная кнопка!"
-#: src/components/channel/channel-view/DMChannelView.tsx:298
+#: src/components/channel/channel-view/DMChannelView.tsx:299
#: src/components/voice/IncomingCallUI.tsx:310
msgid "Reject"
msgstr "Отклонить"
@@ -14624,19 +14697,19 @@ msgstr "Удалить звук входа"
msgid "Remove filter"
msgstr "Удалить фильтр"
-#: src/components/bottomsheets/DMBottomSheet.tsx:508
-#: src/components/channel/dm/DMWelcomeSection.tsx:132
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:144
+#: src/components/bottomsheets/DMBottomSheet.tsx:510
+#: src/components/channel/dm/DMWelcomeSection.tsx:144
#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:146
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:253
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:148
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:255
#: src/components/modals/UserProfileActionsSheet.tsx:115
#: src/components/modals/UserProfileActionsSheet.tsx:117
#: src/components/modals/UserProfileActionsSheet.tsx:278
-#: src/components/modals/UserProfileMobileSheet.tsx:302
-#: src/components/modals/UserProfileMobileSheet.tsx:304
+#: src/components/modals/UserProfileMobileSheet.tsx:303
+#: src/components/modals/UserProfileMobileSheet.tsx:305
#: src/components/modals/UserProfileModal.tsx:1143
-#: src/components/modals/UserProfileModal.tsx:1228
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:108
+#: src/components/modals/UserProfileModal.tsx:1229
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:129
#: src/utils/RelationshipActionUtils.tsx:113
#: src/utils/RelationshipActionUtils.tsx:115
msgid "Remove Friend"
@@ -14654,8 +14727,8 @@ msgid "Remove from favorites"
msgstr "Убрать из избранного"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:370
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1103
-#: src/components/bottomsheets/DMBottomSheet.tsx:400
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1127
+#: src/components/bottomsheets/DMBottomSheet.tsx:402
#: src/components/channel/ChannelHeader.tsx:547
#: src/components/channel/ChannelHeader.tsx:595
#: src/components/channel/ChannelHeader.tsx:600
@@ -14720,7 +14793,7 @@ msgstr "Удалить спойлер"
msgid "Remove sticker"
msgstr "Удалить наклейку"
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:285
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:288
#: src/components/modals/RemoveTimeoutModal.tsx:61
#: src/components/modals/RemoveTimeoutModal.tsx:75
#: src/components/modals/TimeoutMemberSheet.tsx:101
@@ -14763,11 +14836,11 @@ msgid "Removed from bookmarks"
msgstr "Удалено из закладок"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:115
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:541
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:555
msgid "Removed from favorites"
msgstr "Удалено из избранного"
-#: src/components/bottomsheets/DMBottomSheet.tsx:126
+#: src/components/bottomsheets/DMBottomSheet.tsx:128
msgid "Removed from Favorites"
msgstr "Удалено из Избранного"
@@ -14891,7 +14964,7 @@ msgstr "Сообщество переименовано в {0}."
msgid "Render all your messages as unknown message type"
msgstr "Отображать все ваши сообщения как неизвестный тип сообщения"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:234
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:253
msgid "Renews on <0>{renewalDate}0>."
msgstr "Продлевается <0>{renewalDate}0>."
@@ -14932,15 +15005,15 @@ msgstr "Ответить"
msgid "Replying to <0>{authorNickname}0>"
msgstr "Ответ <0>{authorNickname}0>"
-#: src/components/pages/ReportPage.tsx:249
+#: src/components/pages/report/optionDescriptors.ts:38
msgid "Report a Community"
msgstr "Пожаловаться на сообщество"
-#: src/components/pages/ReportPage.tsx:247
+#: src/components/pages/report/optionDescriptors.ts:36
msgid "Report a Message"
msgstr "Пожаловаться на сообщение"
-#: src/components/pages/ReportPage.tsx:248
+#: src/components/pages/report/optionDescriptors.ts:37
msgid "Report a User Profile"
msgstr "Пожаловаться на профиль пользователя"
@@ -14949,12 +15022,12 @@ msgstr "Пожаловаться на профиль пользователя"
msgid "Report Community"
msgstr "Пожаловаться на сообщество"
-#: src/components/pages/ReportPage.tsx:801
-msgid "Report Details"
-msgstr "Подробности жалобы"
+#: src/components/pages/report/ReportStepDetails.tsx:74
+msgid "Report details"
+msgstr "Детали отчета"
-#: src/components/pages/ReportPage.tsx:241
-#: src/components/pages/ReportPage.tsx:612
+#: src/components/pages/report/ReportStepSelection.tsx:41
+#: src/components/pages/ReportPage.tsx:60
msgid "Report Illegal Content"
msgstr "Сообщить о незаконном контенте"
@@ -14963,33 +15036,24 @@ msgstr "Сообщить о незаконном контенте"
msgid "Report Message"
msgstr "Пожаловаться на сообщение"
-#: src/components/pages/ReportPage.tsx:588
-msgid "Report Submitted"
-msgstr "Жалоба отправлена"
+#: src/components/pages/report/ReportStepComplete.tsx:36
+msgid "Report submitted"
+msgstr "Отчет отправлен"
#: src/components/modals/IARModal.tsx:128
msgid "Report submitted successfully. Our Safety Team will review it shortly."
msgstr "Жалоба успешно отправлена. Команда безопасности вскоре её рассмотрит."
-#: src/components/pages/ReportPage.tsx:624
-msgid "Report Type"
-msgstr "Тип жалобы"
-
#: src/components/modals/IARModal.tsx:84
#: src/components/modals/UserProfileActionsSheet.tsx:289
#: src/components/modals/UserProfileModal.tsx:1157
msgid "Report User"
msgstr "Пожаловаться на пользователя"
-#: src/components/pages/ReportPage.tsx:852
+#: src/components/pages/report/ReportStepDetails.tsx:123
msgid "Reported User Tag (optional)"
msgstr "Тег пользователя для жалобы (необязательно)"
-#: src/components/pages/ReportPage.tsx:644
-#: src/components/pages/ReportPage.tsx:804
-msgid "Reporting:"
-msgstr "Жалоба:"
-
#: src/components/modals/tabs/PrivacySafetyTab/DataExportTab.tsx:48
#: src/components/modals/tabs/PrivacySafetyTab/DataExportTab.tsx:125
msgid "Request Data Export"
@@ -15050,7 +15114,7 @@ msgstr "Требует Plutonium"
msgid "Reschedule Message"
msgstr "Перенести сообщение"
-#: src/components/modals/ClaimAccountModal.tsx:222
+#: src/components/modals/ClaimAccountModal.tsx:224
#: src/components/modals/EmailChangeModal.tsx:230
#: src/components/modals/EmailChangeModal.tsx:294
msgid "Resend"
@@ -15064,7 +15128,11 @@ msgstr "Повторно через {newSecondsRemaining} сек"
msgid "Resend ({originalSecondsRemaining}s)"
msgstr "Повторно через {originalSecondsRemaining} сек"
-#: src/components/modals/ClaimAccountModal.tsx:222
+#: src/components/pages/report/ReportStepVerification.tsx:114
+msgid "Resend ({resendCooldownSeconds}s)"
+msgstr "Отправить снова ({resendCooldownSeconds}с)"
+
+#: src/components/modals/ClaimAccountModal.tsx:224
msgid "Resend ({resendSecondsRemaining}s)"
msgstr "Повторно через {resendSecondsRemaining} сек"
@@ -15072,7 +15140,7 @@ msgstr "Повторно через {resendSecondsRemaining} сек"
msgid "Resend Button Loading"
msgstr "Загрузка кнопки повторной отправки"
-#: src/components/pages/ReportPage.tsx:761
+#: src/components/pages/report/ReportStepVerification.tsx:116
msgid "Resend code"
msgstr "Повторно отправить код"
@@ -15097,7 +15165,7 @@ msgid "Resent"
msgstr "Отправлено повторно"
#: src/components/keybinds/KeybindRecorder.tsx:215
-#: src/components/modals/components/MobileSettingsView.tsx:128
+#: src/components/modals/components/MobileSettingsView.tsx:123
#: src/components/modals/components/SettingsModalHeader.tsx:81
#: src/components/modals/ImageCropModal.tsx:977
#: src/components/modals/tabs/KeybindsTab.tsx:154
@@ -15173,8 +15241,8 @@ msgstr "Восстановить полноэкранный режим"
msgid "Restore maximized"
msgstr "Восстановить максимизированное окно"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:280
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:282
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:316
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:318
msgid "Resubscribe"
msgstr "Подписаться снова"
@@ -15189,11 +15257,11 @@ msgstr "Подписаться снова"
#: src/components/modals/guildTabs/GuildStickersTab.tsx:211
#: src/components/modals/guildTabs/GuildWebhooksTab.tsx:137
#: src/components/modals/tabs/ApplicationsTab/ApplicationDetail.tsx:559
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:108
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:112
#: src/components/modals/tabs/AuthorizedAppsTab.tsx:121
-#: src/components/modals/tabs/BetaCodesTab.tsx:301
+#: src/components/modals/tabs/BetaCodesTab.tsx:326
#: src/components/modals/tabs/DevicesTab.tsx:231
-#: src/components/modals/tabs/GiftInventoryTab.tsx:300
+#: src/components/modals/tabs/GiftInventoryTab.tsx:323
msgid "Retry"
msgstr "Повторить"
@@ -15244,8 +15312,8 @@ msgstr "Проверь, что просит приложение, прежде
#: src/components/invites/InviteListItem.tsx:217
#: src/components/modals/GroupInvitesBottomSheet.tsx:78
#: src/components/modals/GroupInvitesModal.tsx:76
-#: src/components/modals/tabs/BetaCodesTab.tsx:143
-#: src/components/modals/tabs/BetaCodesTab.tsx:220
+#: src/components/modals/tabs/BetaCodesTab.tsx:145
+#: src/components/modals/tabs/BetaCodesTab.tsx:222
msgid "Revoke"
msgstr "Отозвать"
@@ -15369,7 +15437,7 @@ msgstr "Роли и разрешения"
msgid "Roles updated successfully"
msgstr "Роли успешно обновлены"
-#: src/components/pages/ReportPage.tsx:333
+#: src/components/pages/report/optionDescriptors.ts:105
msgid "Romania"
msgstr "Румыния"
@@ -15423,7 +15491,7 @@ msgstr "Насыщенность"
#: src/components/modals/AddFavoriteMemeModal.tsx:102
#: src/components/modals/AttachmentEditModal.tsx:90
#: src/components/modals/BaseChangeNicknameModal.tsx:115
-#: src/components/modals/components/MobileSettingsView.tsx:131
+#: src/components/modals/components/MobileSettingsView.tsx:126
#: src/components/modals/CustomStatusBottomSheet.tsx:231
#: src/components/modals/CustomStatusModal.tsx:362
#: src/components/modals/EditFavoriteMemeModal.tsx:88
@@ -15438,9 +15506,9 @@ msgstr "Насыщенность"
msgid "Save"
msgstr "Сохранить"
-#: src/components/modals/components/plutonium/GiftSection.tsx:72
-#: src/components/modals/components/plutonium/PricingSection.tsx:81
-#: src/components/modals/components/plutonium/PricingSection.tsx:104
+#: src/components/modals/components/plutonium/GiftSection.tsx:79
+#: src/components/modals/components/plutonium/PricingSection.tsx:91
+#: src/components/modals/components/plutonium/PricingSection.tsx:119
msgid "Save 17%"
msgstr "Экономия 17%"
@@ -15600,8 +15668,8 @@ msgstr "Прокрутить чат вниз"
msgid "Scroll Chat Up"
msgstr "Прокрутить чат вверх"
-#: src/components/modals/components/plutonium/GiftSection.tsx:103
-#: src/components/modals/components/plutonium/PricingSection.tsx:138
+#: src/components/modals/components/plutonium/GiftSection.tsx:117
+#: src/components/modals/components/plutonium/PricingSection.tsx:160
msgid "Scroll down to view all the sweet perks you get with Plutonium"
msgstr "Прокрути вниз, чтобы увидеть все крутые плюшки Plutonium"
@@ -15613,11 +15681,11 @@ msgstr "Прокрутить историю чата вниз"
msgid "Scroll the chat history up"
msgstr "Прокрутить историю чата вверх"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:857
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:889
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:400
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:460
#: src/components/channel/ChannelHeader.tsx:586
-#: src/components/channel/shared/PickerSearchInput.tsx:204
+#: src/components/channel/shared/PickerSearchInput.tsx:203
#: src/components/modals/tabs/ComponentGalleryTab/InputsTab.tsx:126
#: src/stores/KeybindStore.ts:414
#: src/utils/quick-switcher/QuickSwitcherModalUtils.tsx:86
@@ -15674,7 +15742,7 @@ msgstr "Поиск каналов, людей или сообществ"
#: src/components/common/FriendSelector.tsx:196
#: src/components/modals/AddFriendsToGroupModal.tsx:53
#: src/components/modals/CreateDMModal.tsx:68
-#: src/components/modals/InviteModal.tsx:237
+#: src/components/modals/InviteModal.tsx:248
#: src/components/modals/shared/RecipientList.tsx:177
#: src/components/modals/ShareThemeModal.tsx:144
msgid "Search friends"
@@ -15718,7 +15786,7 @@ msgstr "Поиск ожидающих запросов"
msgid "Search Permissions..."
msgstr "Поиск разрешений..."
-#: src/components/channel/ChannelSearchResults.tsx:321
+#: src/components/channel/ChannelSearchResults.tsx:278
#: src/components/modals/components/DesktopSettingsView.tsx:360
msgid "Search Results"
msgstr "Результаты поиска"
@@ -15737,7 +15805,7 @@ msgid "Search scope"
msgstr "Область поиска"
#. placeholder {0}: activeScopeOption.label
-#: src/components/channel/ChannelSearchResults.tsx:1052
+#: src/components/channel/ChannelSearchResults.tsx:1031
#: src/components/channel/MessageSearchBar/MessageSearchBar.tsx:378
msgid "Search scope: {0}"
msgstr "Область поиска: {0}"
@@ -15767,7 +15835,7 @@ msgstr "Поиск пользователей"
msgid "Search within the current view"
msgstr "Поиск в текущем представлении"
-#: src/components/channel/ChannelSearchResults.tsx:319
+#: src/components/channel/ChannelSearchResults.tsx:276
msgid "Searching..."
msgstr "Поиск..."
@@ -15848,9 +15916,9 @@ msgstr "Посмотри, как приглашение выглядит для
msgid "Select"
msgstr "Выбрать"
-#: src/components/pages/ReportPage.tsx:261
-#: src/components/pages/ReportPage.tsx:280
-#: src/components/pages/ReportPage.tsx:294
+#: src/components/pages/report/optionDescriptors.ts:42
+#: src/components/pages/report/optionDescriptors.ts:58
+#: src/components/pages/report/optionDescriptors.ts:69
msgid "Select a category"
msgstr "Выберите категорию"
@@ -15871,7 +15939,7 @@ msgstr "Выбери сообщество"
msgid "Select a community where you have <0>Manage Community0> permissions."
msgstr "Выбери сообщество, где у тебя есть права <0>Manage Community0>."
-#: src/components/pages/ReportPage.tsx:310
+#: src/components/pages/report/optionDescriptors.ts:82
msgid "Select a country"
msgstr "Выберите страну"
@@ -15887,7 +15955,7 @@ msgstr "Выбери сценарий для применения..."
msgid "Select a verification method."
msgstr "Выбери способ подтверждения."
-#: src/components/pages/ReportPage.tsx:473
+#: src/components/pages/ReportPage.tsx:300
msgid "Select a violation category."
msgstr "Выберите категорию нарушения."
@@ -15958,11 +16026,15 @@ msgstr "Выбери экран или окно"
msgid "Select the account you want to sign in with on the desktop app."
msgstr "Выбери аккаунт, чтобы войти в десктопное приложение."
+#: src/components/pages/report/ReportStepSelection.tsx:44
+msgid "Select what you want to report."
+msgstr "Выберите, что вы хотите сообщить."
+
#: src/components/modals/utils/settingsSearchIndex.ts:460
msgid "Select your camera"
msgstr "Выбери камеру"
-#: src/components/pages/ReportPage.tsx:483
+#: src/components/pages/ReportPage.tsx:310
msgid "Select your country of residence."
msgstr "Укажи страну проживания."
@@ -15986,7 +16058,7 @@ msgstr "Выбрать..."
msgid "Selections"
msgstr "Выбор"
-#: src/components/pages/ReportPage.tsx:269
+#: src/components/pages/report/optionDescriptors.ts:50
#: src/constants/IARConstants.tsx:67
msgid "Self-Harm or Suicide"
msgstr "Причинение себе вреда или самоубийство"
@@ -16035,7 +16107,7 @@ msgstr "Отправь сообщение-действие (оборачивае
msgid "Send an SMS code first."
msgstr "Сначала отправь SMS-код."
-#: src/components/modals/ClaimAccountModal.tsx:182
+#: src/components/modals/ClaimAccountModal.tsx:184
#: src/components/modals/EmailChangeModal.tsx:265
#: src/components/modals/PhoneAddModal.tsx:206
msgid "Send code"
@@ -16045,9 +16117,9 @@ msgstr "Отправить код"
msgid "Send Code"
msgstr "Отправить код"
-#: src/components/channel/dm/DMWelcomeSection.tsx:109
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:269
-#: src/components/modals/UserProfileModal.tsx:1288
+#: src/components/channel/dm/DMWelcomeSection.tsx:112
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:272
+#: src/components/modals/UserProfileModal.tsx:1290
msgid "Send Friend Request"
msgstr "Отправить запрос в друзья"
@@ -16073,7 +16145,7 @@ msgstr "Отправлять сообщения"
msgid "Send Messages"
msgstr "Отправка сообщений"
-#: src/components/channel/dm/AddFriendForm.tsx:119
+#: src/components/channel/dm/AddFriendForm.tsx:142
msgid "Send Request"
msgstr "Отправить запрос"
@@ -16097,11 +16169,11 @@ msgstr "Отправляй сообщения с озвучкой."
msgid "Send TTS Messages"
msgstr "Отправить TTS-сообщения"
-#: src/components/pages/ReportPage.tsx:676
+#: src/components/pages/report/ReportStepEmail.tsx:92
msgid "Send Verification Code"
msgstr "Отправить проверочный код"
-#: src/components/modals/InviteModal.tsx:258
+#: src/components/modals/InviteModal.tsx:268
#: src/components/modals/shared/RecipientList.tsx:223
#: src/components/modals/ShareThemeModal.tsx:162
msgid "Sent"
@@ -16128,7 +16200,7 @@ msgstr "Сессия истекла. Войди снова."
msgid "Set a custom invite URL for your community."
msgstr "Задай пользовательскую ссылку-приглашение для сообщества."
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:401
+#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:361
#: src/components/modals/StatusChangeBottomSheet.tsx:171
#: src/components/popouts/UserAreaPopout.tsx:444
msgid "Set a custom status"
@@ -16336,7 +16408,7 @@ msgid "Set your timezone"
msgstr "Установи свой часовой пояс"
#: src/components/bottomsheets/VoiceLobbyBottomSheet.tsx:220
-#: src/components/modals/components/MobileSettingsView.tsx:531
+#: src/components/modals/components/MobileSettingsView.tsx:485
#: src/components/modals/tabs/ComponentGalleryTab/ButtonsTab.tsx:150
#: src/components/modals/tabs/ComponentGalleryTab/ButtonsTab.tsx:221
#: src/components/modals/tabs/ComponentGalleryTab/index.tsx:94
@@ -16383,7 +16455,11 @@ msgstr "Действие \"Поделиться\"!"
msgid "Share Audio"
msgstr "Поделиться звуком"
-#: src/components/modals/components/plutonium/GiftSection.tsx:63
+#: src/components/pages/report/ReportStepDetails.tsx:77
+msgid "Share only what's needed to help our team assess the content."
+msgstr "Делитесь только тем, что нужно, чтобы помочь нашей команде оценить контент."
+
+#: src/components/modals/components/plutonium/GiftSection.tsx:69
msgid "Share the Plutonium experience with your friends by purchasing a gift subscription."
msgstr "Поделись опытом Plutonium с друзьями, купив подарочную подписку."
@@ -16417,7 +16493,7 @@ msgstr "Поделись своей темой"
msgid "Shared theme"
msgstr "Общая тема"
-#: src/components/pages/ReportPage.tsx:268
+#: src/components/pages/report/optionDescriptors.ts:49
#: src/constants/IARConstants.tsx:62
msgid "Sharing Personal Information"
msgstr "Распространение личной информации"
@@ -16797,11 +16873,11 @@ msgstr "Ползунок с шаговыми значениями"
msgid "Sliders"
msgstr "Ползунки"
-#: src/components/pages/ReportPage.tsx:334
+#: src/components/pages/report/optionDescriptors.ts:106
msgid "Slovakia"
msgstr "Словакия"
-#: src/components/pages/ReportPage.tsx:335
+#: src/components/pages/report/optionDescriptors.ts:107
msgid "Slovenia"
msgstr "Словения"
@@ -16952,7 +17028,8 @@ msgstr "Что-то пошло не так и приложение вылете
msgid "Something went wrong while loading the audit log."
msgstr "Что-то пошло не так при загрузке журнала аудита."
-#: src/components/pages/ReportPage.tsx:563
+#: src/components/pages/ReportPage.tsx:103
+#: src/components/pages/ReportPage.tsx:395
msgid "Something went wrong while submitting the report. Please try again."
msgstr "Что-то пошло не так при отправке отчёта. Пожалуйста, попробуй ещё раз."
@@ -16969,7 +17046,7 @@ msgid "Sort"
msgstr "Сортировка"
#. placeholder {0}: activeSortOption.label
-#: src/components/channel/ChannelSearchResults.tsx:1063
+#: src/components/channel/ChannelSearchResults.tsx:1042
msgid "Sort mode: {0}"
msgstr "Режим сортировки: {0}"
@@ -17008,21 +17085,21 @@ msgstr "Расстояние между группами сообщений"
msgid "Spacious layout with clear visual separation between messages."
msgstr "Просторная компоновка с чётким визуальным разделением между сообщениями."
-#: src/components/pages/ReportPage.tsx:336
+#: src/components/pages/report/optionDescriptors.ts:108
msgid "Spain"
msgstr "Испания"
-#: src/components/pages/ReportPage.tsx:283
+#: src/components/pages/report/optionDescriptors.ts:61
#: src/constants/IARConstants.tsx:119
msgid "Spam Account"
msgstr "Спам-аккаунт"
-#: src/components/pages/ReportPage.tsx:265
+#: src/components/pages/report/optionDescriptors.ts:46
#: src/constants/IARConstants.tsx:47
msgid "Spam or Scam"
msgstr "Спам или мошенничество"
-#: src/components/pages/ReportPage.tsx:301
+#: src/components/pages/report/optionDescriptors.ts:76
#: src/constants/IARConstants.tsx:185
msgid "Spam or Scam Community"
msgstr "Сообщество спама или мошенничества"
@@ -17141,9 +17218,9 @@ msgstr "Начни создавать набор пользовательски
msgid "Start Mic Test"
msgstr "Начать тест микрофона"
-#: src/components/pages/ReportPage.tsx:687
-#: src/components/pages/ReportPage.tsx:771
-#: src/components/pages/ReportPage.tsx:964
+#: src/components/pages/report/ReportStepDetails.tsx:252
+#: src/components/pages/report/ReportStepEmail.tsx:103
+#: src/components/pages/report/ReportStepVerification.tsx:132
msgid "Start over"
msgstr "Начать заново"
@@ -17151,13 +17228,13 @@ msgstr "Начать заново"
msgid "Start Sharing"
msgstr "Начать обмен"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:122
+#: src/components/channel/ChannelHeader/CallButtons.tsx:160
#: src/components/modals/UserProfileModal.tsx:1109
#: src/components/uikit/ContextMenu/items/CallMenuItems.tsx:91
msgid "Start Video Call"
msgstr "Начать видеозвонок"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:70
+#: src/components/channel/ChannelHeader/CallButtons.tsx:90
#: src/components/modals/UserProfileModal.tsx:1100
#: src/components/uikit/ContextMenu/items/CallMenuItems.tsx:60
msgid "Start Voice Call"
@@ -17182,9 +17259,21 @@ msgstr "Индикаторы статуса"
msgid "Status Slate"
msgstr "Панель статуса"
-#: src/components/pages/ReportPage.tsx:574
-msgid "Step {stepNumber} of {FLOW_TOTAL_STEPS}"
-msgstr "Шаг {stepNumber} из {FLOW_TOTAL_STEPS}"
+#: src/components/pages/report/ReportStepSelection.tsx:38
+msgid "Step 1"
+msgstr "Шаг 1"
+
+#: src/components/pages/report/ReportStepEmail.tsx:51
+msgid "Step 2"
+msgstr "Шаг 2"
+
+#: src/components/pages/report/ReportStepVerification.tsx:61
+msgid "Step 3"
+msgstr "Шаг 3"
+
+#: src/components/pages/report/ReportStepDetails.tsx:71
+msgid "Step 4"
+msgstr "Шаг 4"
#: src/utils/SystemMessageUtils.tsx:45
msgid "Step in, {username}! No paradoxes here; we're all friends."
@@ -17229,7 +17318,7 @@ msgid "Sticker density"
msgstr "Плотность стикеров"
#: src/components/auth/InviteHeader.tsx:140
-#: src/components/channel/InviteEmbed.tsx:197
+#: src/components/channel/InviteEmbed.tsx:199
#: src/components/modals/InviteAcceptModal.tsx:142
#: src/components/modals/tabs/ExpressionPacksTab.tsx:70
msgid "Sticker pack"
@@ -17261,7 +17350,7 @@ msgstr "Стикер обновлён"
#: src/components/channel/AutocompleteEmoji.tsx:111
#: src/components/channel/textarea/TextareaButtons.tsx:134
-#: src/components/modals/ExpressionPickerSheet.tsx:86
+#: src/components/modals/ExpressionPickerSheet.tsx:73
#: src/components/popouts/ExpressionPickerPopout.tsx:79
msgid "Stickers"
msgstr "Стикеры"
@@ -17330,11 +17419,11 @@ msgstr "Учебный зал"
msgid "Style Variations"
msgstr "Вариации стиля"
-#: src/components/pages/ReportPage.tsx:601
+#: src/components/pages/report/ReportStepComplete.tsx:41
msgid "Submit another report"
msgstr "Подать еще один отчет"
-#: src/components/pages/ReportPage.tsx:958
+#: src/components/pages/report/ReportStepDetails.tsx:240
msgid "Submit DSA Report"
msgstr "Отправить отчёт DSA"
@@ -17346,7 +17435,7 @@ msgstr "Отправить отчёт"
msgid "Submitting"
msgstr "Отправка"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:53
+#: src/components/modals/components/plutonium/VisionarySection.tsx:58
msgid "subscription"
msgstr "подписка"
@@ -17464,7 +17553,7 @@ msgstr "Отключить встраивание"
msgid "Swap text to reverify variants"
msgstr "Поменять текст для повторной проверки вариантов"
-#: src/components/pages/ReportPage.tsx:337
+#: src/components/pages/report/optionDescriptors.ts:109
msgid "Sweden"
msgstr "Швеция"
@@ -17476,7 +17565,7 @@ msgstr "Шведский"
msgid "Switch account"
msgstr "Сменить аккаунт"
-#: src/components/popouts/UserAreaPopout.tsx:497
+#: src/components/popouts/UserAreaPopout.tsx:499
msgid "Switch Accounts"
msgstr "Сменить аккаунты"
@@ -17649,8 +17738,8 @@ msgstr "Текст (NSFW)"
msgid "Text channel"
msgstr "Текстовый канал"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:473
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:662
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:487
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:676
#: src/components/channel/channel-header/useChannelHeaderData.ts:96
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:314
msgid "Text Channel"
@@ -17677,19 +17766,19 @@ msgstr "Текстовое поле"
msgid "Thai"
msgstr "Тайский"
-#: src/components/pages/ReportPage.tsx:589
-msgid "Thank you for filing a report. We'll review it as soon as possible."
-msgstr "Спасибо за подачу отчета. Мы рассмотрим его как можно скорее."
-
#: src/components/modals/IARModal.tsx:187
msgid "Thank you for helping keep Fluxer safe. Reports are reviewed by our Safety Team. False reports may result in action against your account."
msgstr "Спасибо за помощь в поддержке безопасности Fluxer. Отчёты проверяет команда безопасности. Ложные сообщения могут привести к действиям в отношении твоего аккаунта."
+#: src/components/pages/report/ReportStepComplete.tsx:37
+msgid "Thank you for helping keep Fluxer safe. We'll review your report as soon as possible."
+msgstr "Спасибо за помощь в обеспечении безопасности Fluxer. Мы рассмотрим ваш отчет как можно скорее."
+
#: src/components/form/ColorPickerField.tsx:274
msgid "That doesn't look like a valid color. Try hex, rgb(), hsl(), or a CSS color name."
msgstr "Это не похоже на допустимый цвет. Попробуй hex, rgb(), hsl() или название цвета CSS."
-#: src/components/pages/ReportPage.tsx:846
+#: src/components/pages/report/ReportStepDetails.tsx:117
msgid "That doesn't look like a valid URL."
msgstr "Это не похоже на действительный URL."
@@ -17733,8 +17822,8 @@ msgstr "Бот добавлен."
msgid "The channel you're looking for may have been deleted or you may not have access to it."
msgstr "Искомый канал мог быть удалён или у тебя нет к нему доступа."
-#: src/components/layout/GuildLayout.tsx:308
-#: src/components/layout/GuildLayout.tsx:371
+#: src/components/layout/GuildLayout.tsx:313
+#: src/components/layout/GuildLayout.tsx:376
msgid "The community you're looking for may have been deleted or you may not have access to it."
msgstr "Искомое сообщество могло быть удалено или у тебя нет доступа к нему."
@@ -17795,7 +17884,7 @@ msgstr "Таймаут не может быть больше 365 дней (31536
msgid "The URL this link channel points to."
msgstr "URL, на который указывает этот ссылочный канал."
-#: src/components/pages/ReportPage.tsx:452
+#: src/components/pages/ReportPage.tsx:277
msgid "The verification code is invalid or expired."
msgstr "Код подтверждения недействителен или истёк."
@@ -17869,7 +17958,7 @@ msgstr "Эти настройки используют встроенную об
msgid "These toggles force the client to treat features as enabled or disabled without relying on the server configuration. They only affect your client experience and are shown to developers for testing."
msgstr "Эти переключатели принуждают клиент считать функции включёнными или выключенными без учёта серверных настроек. Они влияют только на твой опыт и предназначены для тестирования разработчиками."
-#: src/components/channel/channel-view/DMChannelView.tsx:356
+#: src/components/channel/channel-view/DMChannelView.tsx:357
msgid "They might have taken the DeLorean elsewhere."
msgstr "Возможно, они увезли DeLorean куда-то ещё."
@@ -17877,7 +17966,7 @@ msgstr "Возможно, они увезли DeLorean куда-то ещё."
msgid "they/them"
msgstr "они/их"
-#: src/components/channel/channel-view/DMChannelView.tsx:342
+#: src/components/channel/channel-view/DMChannelView.tsx:343
msgid "Think, McFly! Did you type the right address?"
msgstr "Подумай, МакФлай! Ты правильно написал адрес?"
@@ -17979,7 +18068,7 @@ msgstr "В сообществе временно отключены пригла
msgid "This community requires you to verify your account before joining. Please set an email and password for your account."
msgstr "Чтобы вступить в сообщество, нужно подтвердить аккаунт. Установи email и пароль."
-#: src/components/channel/channel-view/DMChannelView.tsx:339
+#: src/components/channel/channel-view/DMChannelView.tsx:340
msgid "This conversation has been erased"
msgstr "Этот разговор удалён"
@@ -18008,8 +18097,8 @@ msgstr "Этот код подарка уже использован."
msgid "This gift code has already been redeemed."
msgstr "Этот код подарка уже активирован."
-#: src/components/channel/GiftEmbed.tsx:148
-#: src/components/modals/GiftAcceptModal.tsx:92
+#: src/components/channel/GiftEmbed.tsx:159
+#: src/components/modals/GiftAcceptModal.tsx:99
msgid "This gift code is invalid or already claimed."
msgstr "Этот код подарка недействителен или уже использован."
@@ -18022,11 +18111,11 @@ msgstr "Этот код подарка недействителен или уж
msgid "This gift code may be invalid, expired, or already redeemed."
msgstr "Этот код подарка может быть недействителен, истёк или уже активирован."
-#: src/components/modals/GiftAcceptModal.tsx:118
+#: src/components/modals/GiftAcceptModal.tsx:125
msgid "This gift has already been claimed."
msgstr "Этот подарок уже получен."
-#: src/components/modals/tabs/GiftInventoryTab.tsx:157
+#: src/components/modals/tabs/GiftInventoryTab.tsx:158
msgid "This gift has been redeemed"
msgstr "Подарок активирован"
@@ -18044,7 +18133,7 @@ msgstr "Приглашение истекает через {0}."
msgid "This invite has unlimited uses."
msgstr "У этого приглашения неограниченное число использований."
-#: src/components/modals/InviteModal.tsx:321
+#: src/components/modals/InviteModal.tsx:318
msgid "This invite link never expires."
msgstr "Эта ссылка-приглашение никогда не истекает."
@@ -18059,23 +18148,19 @@ msgstr "Это приглашение могло истечь или быть у
msgid "This invite never expires."
msgstr "Это приглашение никогда не истекает."
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:170
-#: src/components/emojis/EmojiInfoContent.tsx:79
+#: src/components/emojis/EmojiAttributionSubtext.tsx:130
msgid "This is a custom emoji from"
msgstr "Это пользовательское эмодзи из"
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:160
-#: src/components/emojis/EmojiInfoContent.tsx:68
+#: src/components/emojis/EmojiAttributionSubtext.tsx:121
msgid "This is a custom emoji from a community."
msgstr "Это пользовательское эмодзи из сообщества."
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:150
-#: src/components/emojis/EmojiInfoContent.tsx:56
+#: src/components/emojis/EmojiAttributionSubtext.tsx:111
msgid "This is a custom emoji from a community. Ask the author for an invite to use this emoji."
msgstr "Это пользовательское эмодзи из сообщества. Попроси автора выдать приглашение, чтобы использовать его."
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:138
-#: src/components/emojis/EmojiInfoContent.tsx:43
+#: src/components/emojis/EmojiAttributionSubtext.tsx:101
msgid "This is a default emoji on Fluxer."
msgstr "Это стандартное эмодзи Fluxer."
@@ -18095,8 +18180,8 @@ msgstr "Так выглядят сообщения"
msgid "This is not the channel you're looking for."
msgstr "Это не тот канал, который ты ищешь."
-#: src/components/layout/GuildLayout.tsx:307
-#: src/components/layout/GuildLayout.tsx:370
+#: src/components/layout/GuildLayout.tsx:312
+#: src/components/layout/GuildLayout.tsx:375
msgid "This is not the community you're looking for."
msgstr "Это не то сообщество, которое ты ищешь."
@@ -18113,7 +18198,7 @@ msgid "This is the beginning of <0>{displayName}0>. Add friends to start a con
msgstr "Это начало истории <0>{displayName}0>. Добавь друзей, чтобы начать разговор!"
#. placeholder {0}: user.username
-#: src/components/channel/dm/DMWelcomeSection.tsx:182
+#: src/components/channel/dm/DMWelcomeSection.tsx:194
msgid "This is the beginning of your direct message history with <0>{0}0>."
msgstr "Это начало истории личных сообщений с <0>{0}0>."
@@ -18194,7 +18279,7 @@ msgstr "У ссылки на тему отсутствуют данные."
msgid "This theme may have been removed or the link is invalid."
msgstr "Возможно, эту тему удалили или ссылка недействительна."
-#: src/components/channel/dm/AddFriendForm.tsx:62
+#: src/components/channel/dm/AddFriendForm.tsx:85
msgid "This user has restricted who can send them friend requests."
msgstr "Пользователь ограничил круг тех, кто может отправлять ему запросы в друзья."
@@ -18216,8 +18301,8 @@ msgid "This was a @silent message."
msgstr "Это было @silent сообщение."
#: src/actions/MessageActionCreators.tsx:392
-#: src/components/channel/Messages.tsx:442
-#: src/components/channel/Messages.tsx:522
+#: src/components/channel/Messages.tsx:440
+#: src/components/channel/Messages.tsx:520
msgid "This will create a rift in the space-time continuum and cannot be undone."
msgstr "Это создаст разрыв в пространственно-временном континууме — и назад пути нет."
@@ -18283,7 +18368,7 @@ msgstr "Время: {currentFormatted} из {durationFormatted}"
msgid "Timed out until {0}."
msgstr "Таймаут до {0}."
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:285
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:288
#: src/components/modals/TimeoutMemberModal.tsx:207
#: src/components/modals/TimeoutMemberSheet.tsx:90
#: src/components/uikit/ContextMenu/items/GuildMemberMenuItems.tsx:272
@@ -18570,7 +18655,7 @@ msgstr "истина или ложь"
msgid "Try a different name or use @ / # / ! / * prefixes to filter results."
msgstr "Попробуй другое имя или используй префиксы @ / # / ! / * для фильтрации результатов."
-#: src/components/channel/ChannelSearchResults.tsx:710
+#: src/components/channel/ChannelSearchResults.tsx:679
msgid "Try a different search query"
msgstr "Попробуй другой поисковый запрос"
@@ -18585,13 +18670,13 @@ msgid "Try a different search term or filter"
msgstr "Попробуй другой термин поиска или фильтр"
#: src/components/auth/HandoffCodeDisplay.tsx:67
-#: src/components/channel/Messages.tsx:939
+#: src/components/channel/Messages.tsx:937
msgid "Try again"
msgstr "Попробуй снова"
#: src/components/BootstrapErrorScreen.tsx:68
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:301
-#: src/components/channel/ChannelSearchResults.tsx:694
+#: src/components/channel/ChannelSearchResults.tsx:663
#: src/components/modals/channelTabs/ChannelInvitesTab.tsx:148
#: src/components/modals/channelTabs/ChannelWebhooksTab.tsx:159
#: src/components/NetworkErrorScreen.tsx:56
@@ -18612,7 +18697,7 @@ msgstr "Попробуй другое имя или проверь орфогр
msgid "Try another search term"
msgstr "Попробуй другой поисковый термин"
-#: src/components/channel/InviteEmbed.tsx:359
+#: src/components/channel/InviteEmbed.tsx:361
msgid "Try asking for a new invite."
msgstr "Попроси новое приглашение."
@@ -18802,7 +18887,7 @@ msgstr "Не удалось установить пакет стикеров"
msgid "Unable to load activity logs"
msgstr "Не удалось загрузить журнал активности"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:104
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:108
msgid "Unable to load applications"
msgstr "Не удалось загрузить приложения"
@@ -18814,7 +18899,7 @@ msgstr "Не удалось получить данные о пакете."
msgid "Unable to prepare any emojis for upload. The following errors occurred:"
msgstr "Не удалось подготовить эмодзи для загрузки. Возникли следующие ошибки:"
-#: src/components/modals/ClaimAccountModal.tsx:125
+#: src/components/modals/ClaimAccountModal.tsx:127
#: src/components/modals/EmailChangeModal.tsx:122
#: src/components/modals/EmailChangeModal.tsx:152
msgid "Unable to resend code right now"
@@ -18824,7 +18909,7 @@ msgstr "Сейчас невозможно повторно отправить к
msgid "Unable to send code to new email"
msgstr "Не удалось отправить код на новый email"
-#: src/components/channel/dm/AddFriendForm.tsx:76
+#: src/components/channel/dm/AddFriendForm.tsx:99
msgid "Unable to send friend request. Please try again."
msgstr "Не удалось отправить запрос в друзья. Попробуй снова."
@@ -18844,17 +18929,17 @@ msgstr "Недоступно для всех"
msgid "Unavailable for everyone but staff"
msgstr "Недоступно для всех, кроме персонала"
-#: src/components/bottomsheets/DMBottomSheet.tsx:532
+#: src/components/bottomsheets/DMBottomSheet.tsx:535
#: src/components/channel/barriers/BarrierComponents.tsx:221
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:180
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:335
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:182
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:338
#: src/components/modals/tabs/BlockedUsersTab.tsx:58
#: src/components/modals/tabs/BlockedUsersTab.tsx:171
#: src/components/modals/UserProfileActionsSheet.tsx:151
#: src/components/modals/UserProfileActionsSheet.tsx:305
-#: src/components/modals/UserProfileMobileSheet.tsx:320
+#: src/components/modals/UserProfileMobileSheet.tsx:321
#: src/components/modals/UserProfileModal.tsx:1049
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:209
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:230
#: src/utils/RelationshipActionUtils.tsx:169
msgid "Unblock"
msgstr "Разблокировать"
@@ -18863,11 +18948,11 @@ msgstr "Разблокировать"
msgid "Unblock this user before sending a friend request."
msgstr "Разблокируй этого пользователя, прежде чем отправлять запрос в друзья."
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:178
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:180
#: src/components/modals/tabs/BlockedUsersTab.tsx:56
#: src/components/modals/UserProfileActionsSheet.tsx:149
-#: src/components/modals/UserProfileMobileSheet.tsx:318
-#: src/components/modals/UserProfileModal.tsx:1243
+#: src/components/modals/UserProfileMobileSheet.tsx:319
+#: src/components/modals/UserProfileModal.tsx:1244
#: src/utils/RelationshipActionUtils.tsx:167
msgid "Unblock User"
msgstr "Разблокировать пользователя"
@@ -18878,17 +18963,17 @@ msgstr "Разблокировать пользователя"
msgid "Uncategorized"
msgstr "Без категории"
-#: src/components/modals/tabs/BetaCodesTab.tsx:127
-#: src/components/modals/tabs/BetaCodesTab.tsx:204
+#: src/components/modals/tabs/BetaCodesTab.tsx:129
+#: src/components/modals/tabs/BetaCodesTab.tsx:206
msgid "Unclaimed"
msgstr "Не использовано"
#. placeholder {0}: unclaimedBetaCodes.length
-#: src/components/modals/tabs/BetaCodesTab.tsx:333
+#: src/components/modals/tabs/BetaCodesTab.tsx:358
msgid "Unclaimed ({0})"
msgstr "Не использовано ({0})"
-#: src/components/modals/components/UnclaimedAccountAlert.tsx:31
+#: src/components/modals/components/UnclaimedAccountAlert.tsx:29
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:51
msgid "Unclaimed Account"
msgstr "Неактивный аккаунт"
@@ -18922,7 +19007,7 @@ msgstr "Включить звук на всех устройствах"
msgid "Undeafen User"
msgstr "Включить звук пользователю"
-#: src/components/pages/ReportPage.tsx:285
+#: src/components/pages/report/optionDescriptors.ts:63
#: src/constants/IARConstants.tsx:129
msgid "Underage User"
msgstr "Несовершеннолетний пользователь"
@@ -18981,7 +19066,7 @@ msgstr "Снять фокус"
msgid "Unique invite"
msgstr "Уникальное приглашение"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:79
+#: src/components/modals/components/plutonium/VisionarySection.tsx:88
msgid "Unique profile badge"
msgstr "Уникальный значок профиля"
@@ -19035,12 +19120,12 @@ msgstr "неизвестная сущность"
msgid "Unknown error"
msgstr "Неизвестная ошибка"
-#: src/components/channel/GiftEmbed.tsx:147
-#: src/components/modals/GiftAcceptModal.tsx:91
+#: src/components/channel/GiftEmbed.tsx:158
+#: src/components/modals/GiftAcceptModal.tsx:98
msgid "Unknown Gift"
msgstr "Неизвестный подарок"
-#: src/components/channel/InviteEmbed.tsx:357
+#: src/components/channel/InviteEmbed.tsx:359
msgid "Unknown Invite"
msgstr "Неизвестное приглашение"
@@ -19113,7 +19198,7 @@ msgstr "Разблокируй демонстрацию экрана в HD с Pl
msgid "Unlock HD Video with Plutonium"
msgstr "Разблокируй HD-видео с Plutonium"
-#: src/components/modals/components/PlutoniumContent.tsx:185
+#: src/components/modals/components/PlutoniumContent.tsx:196
msgid "Unlock higher limits and exclusive features while supporting an independent communication platform."
msgstr "Получай больше лимитов и эксклюзивные функции, поддерживая независимую платформу."
@@ -19126,9 +19211,9 @@ msgid "Unlock stickers in DMs with Plutonium"
msgstr "Разблокируй стикеры в ЛС с Plutonium"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:467
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:850
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1044
-#: src/components/bottomsheets/DMBottomSheet.tsx:645
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:882
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1068
+#: src/components/bottomsheets/DMBottomSheet.tsx:648
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:321
#: src/components/bottomsheets/VoiceLobbyBottomSheet.tsx:179
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:253
@@ -19154,7 +19239,7 @@ msgstr "Включить звук категории"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:400
#: src/components/bottomsheets/ChannelBottomSheet.tsx:452
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1005
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1029
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:167
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:161
msgid "Unmute Channel"
@@ -19167,9 +19252,9 @@ msgstr "Включить звук канала"
msgid "Unmute Community"
msgstr "Включить звук сообщества"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1007
-#: src/components/bottomsheets/DMBottomSheet.tsx:449
-#: src/components/bottomsheets/DMBottomSheet.tsx:590
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1031
+#: src/components/bottomsheets/DMBottomSheet.tsx:451
+#: src/components/bottomsheets/DMBottomSheet.tsx:593
msgid "Unmute Conversation"
msgstr "Включить звук беседы"
@@ -19200,16 +19285,16 @@ msgid "Unnamed Group"
msgstr "Группа без названия"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:331
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1126
-#: src/components/bottomsheets/DMBottomSheet.tsx:478
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1150
+#: src/components/bottomsheets/DMBottomSheet.tsx:480
#: src/components/channel/dm/DMList.tsx:282
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:149
msgid "Unpin DM"
msgstr "Открепить ЛС"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:290
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1126
-#: src/components/bottomsheets/DMBottomSheet.tsx:478
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1150
+#: src/components/bottomsheets/DMBottomSheet.tsx:480
#: src/components/channel/dm/DMList.tsx:243
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:129
msgid "Unpin Group DM"
@@ -19231,20 +19316,20 @@ msgid "Unpin Message"
msgstr "Открепить сообщение"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:232
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:583
-#: src/components/bottomsheets/DMBottomSheet.tsx:164
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:597
+#: src/components/bottomsheets/DMBottomSheet.tsx:166
#: src/components/channel/dm/DMList.tsx:224
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:132
msgid "Unpinned DM"
msgstr "Откреплённая ЛС"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:232
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:583
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:597
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:112
msgid "Unpinned group"
msgstr "Группа без закреплённого"
-#: src/components/bottomsheets/DMBottomSheet.tsx:164
+#: src/components/bottomsheets/DMBottomSheet.tsx:166
msgid "Unpinned group DM"
msgstr "Групповое DM без закладки"
@@ -19279,7 +19364,7 @@ msgstr "Показать встроенные элементы"
msgid "Until I change it"
msgstr "Пока я сам этого не изменю"
-#: src/components/bottomsheets/DMBottomSheet.tsx:664
+#: src/components/bottomsheets/DMBottomSheet.tsx:667
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:334
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:57
#: src/components/channel/muteOptions.ts:39
@@ -19305,7 +19390,7 @@ msgstr "Обновить"
msgid "Update app"
msgstr "Обновить приложение"
-#: src/components/modals/components/MobileSettingsView.tsx:244
+#: src/components/modals/components/MobileSettingsView.tsx:239
msgid "Update Service Worker"
msgstr "Обновить service worker"
@@ -19402,7 +19487,7 @@ msgstr "Обновление избранного…"
msgid "Updating..."
msgstr "Обновление…"
-#: src/components/modals/components/plutonium/PricingSection.tsx:84
+#: src/components/modals/components/plutonium/PricingSection.tsx:94
msgid "Upgrade Now"
msgstr "Обновить сейчас"
@@ -19415,18 +19500,19 @@ msgstr "Обновиться до Plutonium"
msgid "Upgrade to store up to 15 custom backgrounds and unlock HD video quality, higher frame rates, and more."
msgstr "Обновись, чтобы сохранить до 15 своих фонов и разблокировать HD-видео, большую частоту кадров и многое другое."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:265
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:316
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:297
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:357
msgid "Upgrade to Visionary"
msgstr "Обновиться до Visionary"
#. placeholder {0}: formatter.format(visionarySlots.remaining)
-#: src/components/modals/components/plutonium/VisionarySection.tsx:109
+#: src/components/modals/components/plutonium/VisionarySection.tsx:122
+#: src/components/modals/components/plutonium/VisionarySection.tsx:134
msgid "Upgrade to Visionary — {0} Left"
msgstr "Обновиться до Visionary — осталось {0}"
#. placeholder {0}: isGiftSubscription ? 'gift time' : 'subscription'
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:243
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:262
msgid "Upgrading to Visionary is a <0>one-time0> purchase and will <1>cancel your current {0} immediately1>."
msgstr "Покупка Visionary — это <0>разовый0> платеж и она <1>немедленно отменит вашу текущую {0}1>."
@@ -19674,10 +19760,6 @@ msgstr "Используй эти коды, чтобы войти в аккау
msgid "Use this button to quickly clear all permissions."
msgstr "Используй эту кнопку, чтобы быстро сбросить все разрешения."
-#: src/components/pages/ReportPage.tsx:613
-msgid "Use this form to report illegal content under the Digital Services Act (DSA). Select what you want to report."
-msgstr "Используйте эту форму, чтобы сообщить о незаконном контенте в соответствии с Законом о цифровых услугах (DSA). Выберите, что вы хотите сообщить."
-
#: src/components/modals/tabs/KeybindsTab.tsx:101
msgid "Use this shortcut system-wide"
msgstr "Использовать сочетание по всей системе"
@@ -19708,19 +19790,19 @@ msgstr "Похоже, пользователю меньше 13 лет"
msgid "User Debug"
msgstr "Отладка пользователя"
-#: src/components/channel/channel-view/DMChannelView.tsx:353
+#: src/components/channel/channel-view/DMChannelView.tsx:354
msgid "User has vanished"
msgstr "Пользователь исчез"
-#: src/components/pages/ReportPage.tsx:865
+#: src/components/pages/report/ReportStepDetails.tsx:137
msgid "User ID (optional)"
msgstr "ID пользователя (необязательно)"
-#: src/components/bottomsheets/DMBottomSheet.tsx:376
+#: src/components/bottomsheets/DMBottomSheet.tsx:378
msgid "User ID copied"
msgstr "ID пользователя скопирован"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:652
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:666
msgid "User ID copied to clipboard"
msgstr "ID пользователя скопирован в буфер обмена"
@@ -19765,7 +19847,7 @@ msgstr "Запись пользователя"
msgid "User Settings"
msgstr "Настройки пользователя"
-#: src/components/pages/ReportPage.tsx:873
+#: src/components/pages/report/ReportStepDetails.tsx:146
msgid "User Tag (optional)"
msgstr "Тег пользователя (необязательно)"
@@ -19805,7 +19887,7 @@ msgstr "Имя пользователя должно быть минимум 1
msgid "Username must be at most 32 characters"
msgstr "Имя пользователя должно быть не длиннее 32 символов"
-#: src/components/channel/dm/AddFriendForm.tsx:130
+#: src/components/channel/dm/AddFriendForm.tsx:153
msgid "Username#0000"
msgstr "Имя_пользователя#0000"
@@ -19904,7 +19986,7 @@ msgstr "Пользовательские URL должны быть от 2 до 3
msgid "Verification Barriers"
msgstr "Проверочные барьеры"
-#: src/components/modals/ClaimAccountModal.tsx:199
+#: src/components/modals/ClaimAccountModal.tsx:201
#: src/components/modals/EmailChangeModal.tsx:218
#: src/components/modals/EmailChangeModal.tsx:282
#: src/components/modals/PhoneAddModal.tsx:224
@@ -19912,11 +19994,11 @@ msgstr "Проверочные барьеры"
msgid "Verification code"
msgstr "Код подтверждения"
-#: src/components/pages/ReportPage.tsx:719
+#: src/components/pages/report/ReportStepVerification.tsx:86
msgid "Verification Code"
msgstr "Код подтверждения"
-#: src/components/modals/ClaimAccountModal.tsx:88
+#: src/components/modals/ClaimAccountModal.tsx:90
msgid "Verification code sent"
msgstr "Код подтверждения отправлен"
@@ -19937,10 +20019,9 @@ msgstr "Перед просмотром запасных кодов может
#: src/components/auth/AuthPageHeader.tsx:49
#: src/components/auth/InviteHeader.tsx:81
#: src/components/auth/InviteHeader.tsx:226
-#: src/components/channel/InviteEmbed.tsx:285
-#: src/components/channel/InviteEmbed.tsx:428
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:178
-#: src/components/emojis/EmojiInfoContent.tsx:87
+#: src/components/channel/InviteEmbed.tsx:287
+#: src/components/channel/InviteEmbed.tsx:430
+#: src/components/emojis/EmojiAttributionSubtext.tsx:143
#: src/components/layout/GuildHeader.tsx:132
msgid "Verified Community"
msgstr "Подтверждённое сообщество"
@@ -19955,7 +20036,7 @@ msgstr "Подтверждённая гильдия"
msgid "Verify"
msgstr "Подтвердить"
-#: src/components/pages/ReportPage.tsx:740
+#: src/components/pages/report/ReportStepVerification.tsx:102
msgid "Verify Code"
msgstr "Подтвердить код"
@@ -19980,6 +20061,10 @@ msgstr "Форма подтверждения номера телефона"
msgid "Verify You're Human"
msgstr "Подтвердите, что вы человек"
+#: src/components/pages/report/ReportStepEmail.tsx:54
+msgid "Verify your email"
+msgstr "Подтвердите свою электронную почту"
+
#: src/components/modals/SudoVerificationModal.tsx:359
msgid "Verify your identity"
msgstr "Подтверди свою личность"
@@ -20012,7 +20097,7 @@ msgid "Video"
msgstr "Видео"
#: src/components/channel/ChannelHeader.tsx:572
-#: src/components/modals/UserProfileMobileSheet.tsx:515
+#: src/components/modals/UserProfileMobileSheet.tsx:519
msgid "Video Call"
msgstr "Видеозвонок"
@@ -20097,7 +20182,7 @@ msgstr "Посмотреть запасные коды"
msgid "View backup codes form"
msgstr "Форма просмотра запасных кодов"
-#: src/components/channel/channel-view/DMChannelView.tsx:282
+#: src/components/channel/channel-view/DMChannelView.tsx:283
msgid "View call"
msgstr "Просмотреть звонок"
@@ -20138,7 +20223,7 @@ msgstr "Посмотреть инвентарь подарков"
msgid "View Global Profile"
msgstr "Посмотреть глобальный профиль"
-#: src/components/channel/channel-view/DMChannelView.tsx:282
+#: src/components/channel/channel-view/DMChannelView.tsx:283
msgid "View incoming call"
msgstr "Показать входящий звонок"
@@ -20158,10 +20243,10 @@ msgstr "Посмотреть премиум-функции"
msgid "View premium perks"
msgstr "Просмотр премиум-привилегий"
-#: src/components/bottomsheets/DMBottomSheet.tsx:411
+#: src/components/bottomsheets/DMBottomSheet.tsx:413
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:226
#: src/components/channel/friends/MobileFriendRequestItem.tsx:87
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:210
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:212
#: src/components/modals/tabs/BlockedUsersTab.tsx:87
#: src/components/uikit/ContextMenu/items/UserProfileMenuItem.tsx:43
msgid "View Profile"
@@ -20191,7 +20276,7 @@ msgstr "Зритель вошёл в трансляцию"
msgid "Viewer Leaves Stream"
msgstr "Зритель покинул трансляцию"
-#: src/components/pages/ReportPage.tsx:827
+#: src/components/pages/report/ReportStepDetails.tsx:96
msgid "Violation Category"
msgstr "Категория нарушения"
@@ -20199,7 +20284,7 @@ msgstr "Категория нарушения"
msgid "Violation category selection"
msgstr "Выбор категории нарушения"
-#: src/components/pages/ReportPage.tsx:264
+#: src/components/pages/report/optionDescriptors.ts:45
#: src/constants/IARConstants.tsx:42
msgid "Violent or Graphic Content"
msgstr "Насильственный или шокирующий контент"
@@ -20212,9 +20297,9 @@ msgstr "VIP-голос"
msgid "Visible Buttons"
msgstr "Видимые кнопки"
-#: src/components/modals/components/plutonium/PricingSection.tsx:88
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:110
-#: src/components/modals/components/plutonium/VisionarySection.tsx:58
+#: src/components/modals/components/plutonium/PricingSection.tsx:101
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:129
+#: src/components/modals/components/plutonium/VisionarySection.tsx:67
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:154
#: src/utils/modals/guildTabs/GuildAuditLogTabUtils.ts:274
msgid "Visionary"
@@ -20228,25 +20313,25 @@ msgstr "Visionary (пожизненно №42)"
msgid "Visionary (Lifetime Plutonium)"
msgstr "Visionary (пожизненно Plutonium)"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:80
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:111
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:95
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:134
msgid "Visionary {visionaryPrice}"
msgstr "Visionary {visionaryPrice}"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:96
+#: src/components/modals/components/plutonium/VisionarySection.tsx:105
msgid "Visionary community with direct team access"
msgstr "Сообщество Visionary с прямым доступом к команде"
-#: src/components/modals/components/plutonium/GiftSection.tsx:87
-#: src/components/modals/components/plutonium/PricingSection.tsx:119
+#: src/components/modals/components/plutonium/GiftSection.tsx:100
+#: src/components/modals/components/plutonium/PricingSection.tsx:140
msgid "Visionary Gift"
msgstr "Подарок Visionary"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:109
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:132
msgid "Visionary Gift Sold Out"
msgstr "Подарочные Visionary закончились"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:80
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:95
msgid "Visionary Sold Out"
msgstr "Visionary закончились"
@@ -20281,15 +20366,15 @@ msgstr "Настройки голоса и видео"
msgid "Voice Activity"
msgstr "Голосовая активность"
-#: src/components/channel/channel-view/DMChannelView.tsx:277
+#: src/components/channel/channel-view/DMChannelView.tsx:278
#: src/components/voice/VoiceCallView.tsx:466
msgid "Voice call"
msgstr "Голосовой вызов"
-#: src/components/bottomsheets/DMBottomSheet.tsx:419
+#: src/components/bottomsheets/DMBottomSheet.tsx:421
#: src/components/channel/ChannelHeader.tsx:562
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:225
-#: src/components/modals/UserProfileMobileSheet.tsx:507
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:227
+#: src/components/modals/UserProfileMobileSheet.tsx:511
msgid "Voice Call"
msgstr "Голосовой вызов"
@@ -20306,8 +20391,8 @@ msgstr "Голосовые вызовы"
msgid "Voice channel"
msgstr "Голосовой канал"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:475
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:662
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:489
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:676
#: src/components/channel/channel-header/useChannelHeaderData.ts:100
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:314
msgid "Voice Channel"
@@ -20488,8 +20573,8 @@ msgstr "Мы отправили ссылку для подтверждения
msgid "We failed to retrieve the full information about this user at this time."
msgstr "Не удалось сейчас получить полную информацию об этом пользователе."
-#: src/components/layout/GuildLayout.tsx:302
-#: src/components/layout/GuildLayout.tsx:349
+#: src/components/layout/GuildLayout.tsx:307
+#: src/components/layout/GuildLayout.tsx:354
msgid "We fluxed up! Hang tight, we're working on it."
msgstr "Мы всё запороли! Подожди, мы уже работаем над этим."
@@ -20513,18 +20598,13 @@ msgstr "Соединение прервалось во время ожидани
msgid "We need to make sure you're not a bot. Please complete the verification below."
msgstr "Нужно убедиться, что ты не бот. Пройди проверку ниже."
-#: src/components/pages/ReportPage.tsx:639
-msgid "We need to verify your email address before you can submit a report."
-msgstr "Мы должны подтвердить твой email, прежде чем ты сможешь отправить отчёт."
-
#: src/components/modals/BackupCodesModal.tsx:45
msgid "We recommend saving these codes now so that you don't get locked out of your account."
msgstr "Рекомендуем сохранить эти коды сейчас, чтобы не потерять доступ к аккаунту."
-#. placeholder {0}: state.email
-#: src/components/pages/ReportPage.tsx:702
-msgid "We sent a verification code to {0}."
-msgstr "Мы отправили код подтверждения на {0}."
+#: src/components/pages/report/ReportStepVerification.tsx:67
+msgid "We sent a code to {email}."
+msgstr "Мы отправили код на {email}."
#: src/components/auth/BrowserLoginHandoffModal.tsx:315
msgid "We will prefill {prefillEmail} once the browser login opens."
@@ -20534,6 +20614,10 @@ msgstr "Мы подставим {prefillEmail}, как только открое
msgid "We'll restore your previous email, sign out old sessions, remove phone numbers, disable MFA, and secure your account with a new password."
msgstr "Мы восстановим прежний email, выйдем из старых сессий, удалим номера, отключим MFA и защитим аккаунт новым паролем."
+#: src/components/pages/report/ReportStepEmail.tsx:57
+msgid "We'll send a short code to confirm you can receive updates about this report."
+msgstr "Мы отправим короткий код, чтобы подтвердить, что вы можете получать обновления по этому отчету."
+
#: src/components/modals/EmailChangeModal.tsx:190
msgid "We'll verify your current email and then your new email with one-time codes."
msgstr "Сначала подтвердим текущий email, потом новый — одноразовыми кодами."
@@ -20546,13 +20630,13 @@ msgstr "Мы подтвердим твой новый email одноразовы
msgid "We're having trouble connecting to Fluxer's servers. This could be a temporary network issue or scheduled maintenance."
msgstr "Возникли проблемы с подключением к серверам Fluxer. Это может быть временная сетевая проблема или плановое обслуживание."
-#: src/components/modals/tabs/BetaCodesTab.tsx:297
+#: src/components/modals/tabs/BetaCodesTab.tsx:322
#: src/components/modals/tabs/DevicesTab.tsx:230
msgid "We're having trouble connecting to the space-time continuum. Please check your connection and try again."
msgstr "Мы не можем подключиться к пространственно-временному континууму. Проверь соединение и попробуй снова."
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:287
-#: src/components/channel/ChannelSearchResults.tsx:681
+#: src/components/channel/ChannelSearchResults.tsx:650
msgid "We're indexing this channel for the first time. This might take a little while..."
msgstr "Мы впервые индексируем этот канал. Это может занять некоторое время..."
@@ -20829,17 +20913,16 @@ msgstr "Напиши здесь кастомный CSS, чтобы переоп
msgid "Write your content here... This textarea expands as you type."
msgstr "Пиши свой текст здесь... Это поле расширяется по мере ввода."
-#: src/components/auth/DateOfBirthField.tsx:89
-#: src/components/auth/DateOfBirthField.tsx:156
+#: src/components/auth/DateOfBirthField.tsx:153
#: src/components/auth/MockMinimalRegisterForm.tsx:78
msgid "Year"
msgstr "Год"
-#: src/components/modals/components/plutonium/PricingSection.tsx:78
+#: src/components/modals/components/plutonium/PricingSection.tsx:88
msgid "Yearly"
msgstr "Годовой"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:71
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:84
msgid "Yearly {yearlyPrice}"
msgstr "Ежегодно {yearlyPrice}"
@@ -20874,7 +20957,7 @@ msgstr "Ты собираешься покинуть Fluxer"
msgid "You are about to transfer ownership of this community to <0>{0}0>. This action is <1>irreversible1> and you will lose all owner privileges."
msgstr "Ты собираешься передать владение этим сообществом <0>{0}0>. Это действие <1>необратимо1>, и ты потеряешь все права владельца."
-#: src/components/channel/dm/AddFriendForm.tsx:72
+#: src/components/channel/dm/AddFriendForm.tsx:95
msgid "You are already friends with this user."
msgstr "Вы уже друзья с этим пользователем."
@@ -20960,7 +21043,7 @@ msgstr "Вы можете загрузить не более {MAX_EMOJIS_PER_UPL
msgid "You can pin messages in this conversation for everyone to see."
msgstr "Ты можешь закреплять сообщения в этом разговоре, чтобы их видели все."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:175
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:194
msgid "You can redeem additional gift codes to <0>extend0> your gift time. To start a monthly or yearly plan, wait until after it ends — or <1>upgrade to Visionary1> now (remaining gift time will be discarded)."
msgstr "Ты можешь активировать дополнительные подарочные коды, чтобы <0>продлить0> время подарка. Чтобы оформить месячную или годовую подписку, подожди, пока подарок закончится — или <1>улучши до Visionary1> прямо сейчас (оставшееся время подарка будет потеряно)."
@@ -20990,7 +21073,7 @@ msgstr "Ты можешь использовать ссылки и Markdown дл
msgid "You can't add new reactions while you're on timeout."
msgstr "Ты не можешь добавлять реакции, пока на тайм-ауте."
-#: src/components/modals/UserProfileModal.tsx:1170
+#: src/components/modals/UserProfileModal.tsx:1171
msgid "You can't befriend yourself"
msgstr "Ты не можешь добавить в друзья себя"
@@ -20998,14 +21081,14 @@ msgstr "Ты не можешь добавить в друзья себя"
msgid "You can't interact with reactions in search results as it might disrupt the space-time continuum."
msgstr "Ты не можешь взаимодействовать с реакциями в результатах поиска — это может нарушить пространственно-временной континуум."
-#: src/components/layout/ChannelItem.tsx:200
-#: src/components/layout/ChannelItem.tsx:366
-#: src/stores/voice/MediaEngineFacade.ts:151
-#: src/stores/voice/MediaEngineFacade.ts:482
+#: src/components/layout/ChannelItem.tsx:206
+#: src/components/layout/ChannelItem.tsx:375
+#: src/stores/voice/MediaEngineFacade.ts:154
+#: src/stores/voice/MediaEngineFacade.ts:529
msgid "You can't join while you're on timeout."
msgstr "Ты не можешь присоединиться, пока на тайм-ауте."
-#: src/components/modals/UserProfileModal.tsx:1182
+#: src/components/modals/UserProfileModal.tsx:1183
#: src/components/popouts/UserProfilePopout.tsx:282
#: src/components/profile/ProfilePreview.tsx:284
msgid "You can't message yourself"
@@ -21019,7 +21102,7 @@ msgstr "Ты не можешь отправить запрос в друзья
msgid "You can't send friend requests to bots."
msgstr "Ты не можешь отправлять запросы в друзья ботам."
-#: src/components/channel/dm/AddFriendForm.tsx:64
+#: src/components/channel/dm/AddFriendForm.tsx:87
msgid "You can't send friend requests to users you've blocked. Unblock them first."
msgstr "Ты не можешь отправлять запросы в друзья пользователям, которых заблокировал. Сначала разблокируй их."
@@ -21066,11 +21149,11 @@ msgstr "Ты не можешь убрать это разрешение, пот
msgid "You cannot save a role with a blank name. Please provide a valid name before saving."
msgstr "Ты не можешь сохранить роль без имени. Укажи действительное имя перед сохранением."
-#: src/components/channel/dm/AddFriendForm.tsx:68
+#: src/components/channel/dm/AddFriendForm.tsx:91
msgid "You cannot send a friend request to yourself."
msgstr "Ты не можешь отправить запрос в друзья самому себе."
-#: src/components/channel/dm/AddFriendForm.tsx:66
+#: src/components/channel/dm/AddFriendForm.tsx:89
msgid "You cannot send friend requests to bots."
msgstr "Ты не можешь отправлять запросы в друзья ботам."
@@ -21094,7 +21177,7 @@ msgstr "У тебя нет доступа к каналу, где отправл
msgid "You do not have permission to send messages in this channel."
msgstr "У тебя нет разрешения отправлять сообщения в этом канале."
-#: src/components/layout/GuildLayout.tsx:393
+#: src/components/layout/GuildLayout.tsx:398
msgid "You don't have access to any channels in this community."
msgstr "У тебя нет доступа ни к одному каналу в этом сообществе."
@@ -21114,23 +21197,23 @@ msgstr "У тебя нет разрешения устанавливать эт
msgid "You don't have permission to install this sticker pack."
msgstr "У тебя нет разрешения устанавливать этот пакет стикеров."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:203
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:222
msgid "You have all <0/> for <1>{monthlyPrice}/month1>."
msgstr "У тебя есть всё <0/> за <1>{monthlyPrice}/месяц1>."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:208
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:227
msgid "You have all <0/> for <1>{yearlyPrice}/year1>."
msgstr "У тебя есть всё <0/> за <1>{yearlyPrice}/год1>."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:213
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:232
msgid "You have all <0/> for your subscription period."
msgstr "У тебя есть все <0/> на время твоей подписки."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:198
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:217
msgid "You have all <0/> forever. No subscriptions, no renewals."
msgstr "У тебя есть все <0/> навсегда. Никаких подписок, никаких продлений."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:169
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:188
msgid "You have all <0/> via a <1>gift subscription1> until <2>{giftEndDate}2>. It <3>won't renew3>."
msgstr "У тебя есть все <0/> по <1>подарочной подписке1> до <2>{giftEndDate}2>. Она <3>не продлится3>."
@@ -21228,11 +21311,11 @@ msgstr "Ты потерял доступ к этому сохранённому
msgid "You made it, {username}! We're about to hit 88mph!"
msgstr "Ты сделал это, {username}! Мы вот-вот разгонимся до 88 миль в час!"
-#: src/components/channel/CallMessage.tsx:179
+#: src/components/channel/CallMessage.tsx:173
msgid "You missed a call from <0/> that lasted {durationText}."
msgstr "Ты пропустил звонок от <0/>, который длился {durationText}."
-#: src/components/channel/CallMessage.tsx:184
+#: src/components/channel/CallMessage.tsx:178
msgid "You missed a call from <0/>."
msgstr "Вы пропустили звонок от <0/>."
@@ -21252,7 +21335,7 @@ msgstr "Тебе должно быть 18 лет или больше, чтобы
msgid "You must be connected to the gateway to accept this temporary invite. Please check your connection and try again."
msgstr "Ты должен быть подключён к шлюзу, чтобы принять это временное приглашение. Проверь подключение и попробуй ещё раз."
-#: src/components/pages/ReportPage.tsx:463
+#: src/components/pages/ReportPage.tsx:288
msgid "You must verify your email before submitting a report."
msgstr "Ты должен подтвердить почту, прежде чем отправлять отчёт."
@@ -21385,7 +21468,7 @@ msgstr "Ты в голосовом канале"
msgid "You're sending messages too quickly"
msgstr "Ты отправляешь сообщения слишком быстро"
-#: src/components/channel/Messages.tsx:909
+#: src/components/channel/Messages.tsx:907
msgid "You're viewing older messages"
msgstr "Ты просматриваешь более старые сообщения"
@@ -21464,7 +21547,7 @@ msgstr "Твой аккаунт одобрен. Перенаправляем т
msgid "Your account has been created, but access is temporarily limited until approval. You will be notified once your account is approved."
msgstr "Твой аккаунт создан, но доступ временно ограничен до одобрения. Ты будешь уведомлён, когда аккаунт одобрят."
-#: src/components/modals/components/UnclaimedAccountAlert.tsx:38
+#: src/components/modals/components/UnclaimedAccountAlert.tsx:36
msgid "Your account is not yet claimed. Without an email and password, you won't be able to sign in from other devices and you could lose access to your account. Claim your account now to secure it."
msgstr "Твой аккаунт ещё не закреплён. Без почты и пароля ты не сможешь войти с других устройств и можешь потерять доступ. Закрепи аккаунт сейчас, чтобы защитить его."
@@ -21508,7 +21591,7 @@ msgstr "Текущие настройки звуков уведомлений с
msgid "Your export request will be processed"
msgstr "Твой запрос на экспорт будет обработан"
-#: src/components/pages/ReportPage.tsx:935
+#: src/components/pages/report/ReportStepDetails.tsx:213
msgid "Your FluxerTag (optional)"
msgstr "Твой FluxerTag (опционально)"
@@ -21521,7 +21604,7 @@ msgid "Your invite expires in 24 hours"
msgstr "Твоё приглашение истекает через 24 часа"
#. placeholder {0}: getExpirationText()
-#: src/components/modals/InviteModal.tsx:325
+#: src/components/modals/InviteModal.tsx:322
msgid "Your invite link expires in {0}."
msgstr "Твоя ссылка приглашения истекает через {0}."
@@ -21565,7 +21648,7 @@ msgstr "Твоё личное пространство для быстрого
msgid "Your Plutonium subscription has expired. You've lost all Plutonium perks. Reactivate your subscription to regain access."
msgstr "Твоя подписка Plutonium истекла. Ты потерял все преимущества Plutonium. Восстанови подписку, чтобы вернуть доступ."
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:781
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:813
msgid "Your private space"
msgstr "Твоё личное пространство"
@@ -21573,7 +21656,7 @@ msgstr "Твоё личное пространство"
msgid "Your private space for thoughts and reminders"
msgstr "Твоё личное пространство для мыслей и заметок"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:277
+#: src/components/modals/tabs/GiftInventoryTab.tsx:300
msgid "Your Purchased Gifts"
msgstr "Твои купленные подарки"
@@ -21585,15 +21668,11 @@ msgstr "твой регион"
msgid "Your stream is still being broadcast"
msgstr "Твоя трансляция всё ещё идёт"
-#: src/components/pages/ReportPage.tsx:594
-msgid "Your submission ID"
-msgstr "Ваш ID заявки"
-
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:153
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:172
msgid "Your subscription ended, but you still have all <0/> until <1>{graceDate}1>. Resubscribe to keep them."
msgstr "Твоя подписка закончилась, но у тебя ещё есть все <0/> до <1>{graceDate}1>. Подпишись снова, чтобы сохранить их."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:138
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:157
msgid "Your subscription expired on <0>{expiredDate}0>. You lost all <1/>. You can reactivate at any time."
msgstr "Твоя подписка истекла <0>{expiredDate}0>. Ты потерял все <1/>. Ты можешь восстановить её в любой момент."
@@ -21609,7 +21688,7 @@ msgstr "Твоя подписка снова активна!"
msgid "Your subscription has been set to cancel at the end of your billing period."
msgstr "Твоя подписка будет отменена в конце текущего платежного периода."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:191
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:210
msgid "Your subscription will cancel on <0>{cancelDate}0>. You'll lose all <1/> after that date."
msgstr "Твоя подписка будет отменена <0>{cancelDate}0>. После этой даты ты потеряешь все <1/>."
diff --git a/fluxer_app/src/locales/sv-SE/messages.po b/fluxer_app/src/locales/sv-SE/messages.po
index 09df2563..da511466 100644
--- a/fluxer_app/src/locales/sv-SE/messages.po
+++ b/fluxer_app/src/locales/sv-SE/messages.po
@@ -68,12 +68,12 @@ msgstr "(max 15 visas)"
msgid "(No content)"
msgstr "(Inget innehåll)"
-#: src/components/modals/UserProfileMobileSheet.tsx:552
+#: src/components/modals/UserProfileMobileSheet.tsx:556
#: src/components/pages/YouPage.tsx:147
msgid "(only visible to you)"
msgstr "(endast synligt för dig)"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:954
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:976
msgid "(you)"
msgstr "(du)"
@@ -138,12 +138,12 @@ msgid "{0} Online"
msgstr "{0} online"
#. placeholder {0}: reaction.count
-#: src/components/channel/MessageReactions.tsx:120
+#: src/components/channel/MessageReactions.tsx:119
msgid "{0} reaction"
msgstr "{0} reaktion"
#. placeholder {0}: reaction.count
-#: src/components/channel/MessageReactions.tsx:120
+#: src/components/channel/MessageReactions.tsx:119
msgid "{0} reactions"
msgstr "{0} reaktioner"
@@ -153,13 +153,13 @@ msgid "{0} remaining"
msgstr "{0} kvar"
#. placeholder {0}: machineState.total
-#: src/components/channel/ChannelSearchResults.tsx:315
+#: src/components/channel/ChannelSearchResults.tsx:272
msgid "{0} Result"
msgstr "{0} Resultat"
#. placeholder {0}: machineState.total
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:390
-#: src/components/channel/ChannelSearchResults.tsx:315
+#: src/components/channel/ChannelSearchResults.tsx:272
msgid "{0} Results"
msgstr "{0} resultat"
@@ -402,7 +402,7 @@ msgstr "{actor} uppdaterade klistermärket {namedTarget}."
msgid "{actor} updated the webhook {namedTarget}."
msgstr "{actor} uppdaterade webhooken {namedTarget}."
-#: src/components/modals/tabs/BetaCodesTab.tsx:280
+#: src/components/modals/tabs/BetaCodesTab.tsx:284
msgid "{allowance} codes remaining this week"
msgstr "{allowance} koder kvar denna vecka"
@@ -533,7 +533,7 @@ msgstr "{emojiName}, {0} reaktion"
msgid "{emojiName}, {0} reactions"
msgstr "{emojiName}, {0} reaktioner"
-#: src/components/channel/MessageReactions.tsx:122
+#: src/components/channel/MessageReactions.tsx:121
msgid "{emojiName}: {reactionCountText}, {actionText}"
msgstr "{emojiName}: {reactionCountText}, {actionText}"
@@ -561,8 +561,8 @@ msgstr "Bilder i {label} kan inte animeras. Vänligen använd JPEG, PNG eller We
#: src/components/auth/InviteHeader.tsx:127
#: src/components/auth/InviteHeader.tsx:241
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:281
-#: src/components/channel/InviteEmbed.tsx:180
-#: src/components/channel/InviteEmbed.tsx:444
+#: src/components/channel/InviteEmbed.tsx:182
+#: src/components/channel/InviteEmbed.tsx:446
msgid "{memberCount} Member"
msgstr "{memberCount} medlem"
@@ -570,8 +570,8 @@ msgstr "{memberCount} medlem"
#: src/components/auth/InviteHeader.tsx:127
#: src/components/auth/InviteHeader.tsx:241
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:281
-#: src/components/channel/InviteEmbed.tsx:180
-#: src/components/channel/InviteEmbed.tsx:444
+#: src/components/channel/InviteEmbed.tsx:182
+#: src/components/channel/InviteEmbed.tsx:446
msgid "{memberCount} Members"
msgstr "{memberCount} medlemmar"
@@ -606,11 +606,11 @@ msgstr "{minutes} minuter och {seconds} sekunder"
msgid "{minutes} minutes and 1 second"
msgstr "{minutes} minuter och 1 sekund"
-#: src/components/channel/dm/DMWelcomeSection.tsx:155
+#: src/components/channel/dm/DMWelcomeSection.tsx:167
msgid "{mutualGuildCount} mutual commmunity"
msgstr "{mutualGuildCount} ömsesidig gemenskap"
-#: src/components/channel/dm/DMWelcomeSection.tsx:156
+#: src/components/channel/dm/DMWelcomeSection.tsx:168
msgid "{mutualGuildCount} mutual communities"
msgstr "{mutualGuildCount} ömsesidiga gemenskaper"
@@ -632,7 +632,7 @@ msgstr "{participantCount} deltagare i samtal"
#: src/components/auth/InviteHeader.tsx:235
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:276
-#: src/components/channel/InviteEmbed.tsx:439
+#: src/components/channel/InviteEmbed.tsx:441
msgid "{presenceCount} Online"
msgstr "{presenceCount} online"
@@ -644,15 +644,15 @@ msgstr "{remaining} tecken kvar"
msgid "{remaining} characters left. Get Plutonium to write up to {premiumMaxLength} characters."
msgstr "{remaining} tecken kvar. Skaffa Plutonium för att skriva upp till {premiumMaxLength} tecken."
-#: src/components/channel/InviteEmbed.tsx:301
+#: src/components/channel/InviteEmbed.tsx:303
msgid "{renderedMemberCount} Member"
msgstr "{renderedMemberCount} medlem"
-#: src/components/channel/InviteEmbed.tsx:301
+#: src/components/channel/InviteEmbed.tsx:303
msgid "{renderedMemberCount} Members"
msgstr "{renderedMemberCount} medlemmar"
-#: src/components/channel/InviteEmbed.tsx:296
+#: src/components/channel/InviteEmbed.tsx:298
msgid "{renderedPresenceCount} Online"
msgstr "{renderedPresenceCount} online"
@@ -704,11 +704,11 @@ msgstr "{totalSeconds} sekund"
msgid "{totalSeconds} seconds"
msgstr "{totalSeconds} sekunder"
-#: src/components/layout/GuildsLayout.tsx:231
+#: src/components/layout/GuildsLayout.tsx:229
msgid "{unavailableCount} communities are temporarily unavailable due to a flux capacitor malfunction."
msgstr "{unavailableCount} gemenskaper är tillfälligt otillgängliga på grund av ett fluxkondensatorfel."
-#: src/components/layout/GuildsLayout.tsx:230
+#: src/components/layout/GuildsLayout.tsx:228
msgid "{unavailableCount} community is temporarily unavailable due to a flux capacitor malfunction."
msgstr "{unavailableCount} gemenskap är tillfälligt otillgänglig på grund av ett fluxkondensatorfel."
@@ -814,27 +814,27 @@ msgstr "@everyone-omnämningar"
msgid "@username"
msgstr "@användarnamn"
-#: src/components/channel/CallMessage.tsx:75
+#: src/components/channel/CallMessage.tsx:72
msgid "# days"
msgstr "# dagar"
-#: src/components/channel/CallMessage.tsx:76
+#: src/components/channel/CallMessage.tsx:73
msgid "# hours"
msgstr "# timmar"
-#: src/components/channel/CallMessage.tsx:77
+#: src/components/channel/CallMessage.tsx:74
msgid "# minutes"
msgstr "# minuter"
-#: src/components/channel/CallMessage.tsx:73
+#: src/components/channel/CallMessage.tsx:70
msgid "# months"
msgstr "# månader"
-#: src/components/channel/CallMessage.tsx:74
+#: src/components/channel/CallMessage.tsx:71
msgid "# weeks"
msgstr "# veckor"
-#: src/components/channel/CallMessage.tsx:72
+#: src/components/channel/CallMessage.tsx:69
msgid "# years"
msgstr "# år"
@@ -878,11 +878,11 @@ msgstr "<0/> tog bort <1/> från gruppen."
msgid "<0/> removed someone from the group."
msgstr "<0/> tog bort någon från gruppen."
-#: src/components/channel/CallMessage.tsx:191
+#: src/components/channel/CallMessage.tsx:185
msgid "<0/> started a call that lasted {durationText}."
msgstr "<0/> startade ett samtal som varade {durationText}."
-#: src/components/channel/CallMessage.tsx:154
+#: src/components/channel/CallMessage.tsx:148
msgid "<0/> started a call."
msgstr "<0/> startade ett samtal."
@@ -943,11 +943,11 @@ msgstr "<0>Återställde ljudet0> för medlemmen."
msgid "<0>Warning:0> This will also disable SMS two-factor authentication."
msgstr "<0>Varning:0> Detta kommer också att inaktivera SMS-tvåfaktorsautentisering."
-#: src/components/modals/tabs/BetaCodesTab.tsx:278
+#: src/components/modals/tabs/BetaCodesTab.tsx:282
msgid "1 code remaining this week"
msgstr "1 kod kvar denna vecka"
-#: src/components/channel/CallMessage.tsx:75
+#: src/components/channel/CallMessage.tsx:72
#: src/components/modals/BanMemberModal.tsx:54
#: src/components/modals/InviteModal.tsx:77
#: src/components/modals/InviteModal.tsx:212
@@ -956,7 +956,7 @@ msgstr "1 kod kvar denna vecka"
msgid "1 day"
msgstr "1 dag"
-#: src/components/channel/CallMessage.tsx:76
+#: src/components/channel/CallMessage.tsx:73
#: src/components/modals/BanMemberModal.tsx:52
#: src/components/modals/channelTabs/ChannelOverviewTab.tsx:154
#: src/components/modals/CustomStatusBottomSheet.tsx:44
@@ -993,7 +993,7 @@ msgstr "1 minut och {seconds} sekunder"
msgid "1 minute and 1 second"
msgstr "1 minut och 1 sekund"
-#: src/components/channel/CallMessage.tsx:73
+#: src/components/channel/CallMessage.tsx:70
#: src/components/modals/BanMemberModal.tsx:59
msgid "1 month"
msgstr "1 månad"
@@ -1002,12 +1002,12 @@ msgstr "1 månad"
msgid "1 Month"
msgstr "1 månad"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:99
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:120
msgid "1 Month {monthlyPrice}"
msgstr "1 månad {monthlyPrice}"
-#: src/components/modals/components/plutonium/GiftSection.tsx:78
-#: src/components/modals/components/plutonium/PricingSection.tsx:110
+#: src/components/modals/components/plutonium/GiftSection.tsx:88
+#: src/components/modals/components/plutonium/PricingSection.tsx:128
msgid "1 Month Gift"
msgstr "1 månads present"
@@ -1020,22 +1020,22 @@ msgstr "1 användning"
msgid "1 user"
msgstr "1 användare"
-#: src/components/channel/CallMessage.tsx:74
+#: src/components/channel/CallMessage.tsx:71
#: src/components/modals/BanMemberModal.tsx:57
#: src/components/modals/TimeoutMemberOptions.ts:39
msgid "1 week"
msgstr "1 vecka"
-#: src/components/channel/CallMessage.tsx:72
+#: src/components/channel/CallMessage.tsx:69
msgid "1 year"
msgstr "1 år"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:91
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:109
msgid "1 Year {yearlyPrice}"
msgstr "1 år {yearlyPrice}"
-#: src/components/modals/components/plutonium/GiftSection.tsx:69
-#: src/components/modals/components/plutonium/PricingSection.tsx:101
+#: src/components/modals/components/plutonium/GiftSection.tsx:76
+#: src/components/modals/components/plutonium/PricingSection.tsx:116
msgid "1 Year Gift"
msgstr "1 års present"
@@ -1286,8 +1286,8 @@ msgstr "8 timmar"
msgid "A 4-digit tag will be added automatically to ensure uniqueness"
msgstr "En 4-siffrig tagg läggs till automatiskt för att säkerställa unikhet"
-#: src/components/channel/CallMessage.tsx:86
-#: src/components/channel/CallMessage.tsx:148
+#: src/components/channel/CallMessage.tsx:83
+#: src/components/channel/CallMessage.tsx:142
msgid "a few seconds"
msgstr "några sekunder"
@@ -1299,7 +1299,7 @@ msgstr "En handfull tangentkrigare samlas..."
msgid "A helpful bot that does amazing things!"
msgstr "En hjälpsam bot som gör fantastiska saker!"
-#: src/components/channel/CallMessage.tsx:77
+#: src/components/channel/CallMessage.tsx:74
msgid "a minute"
msgstr "en minut"
@@ -1316,7 +1316,7 @@ msgid "A symphony of clacking keys is underway..."
msgstr "En symfoni av knackande tangenter är på gång..."
#: src/components/modals/tabs/MyProfileTab/BioEditor.tsx:127
-#: src/components/modals/UserProfileMobileSheet.tsx:528
+#: src/components/modals/UserProfileMobileSheet.tsx:532
#: src/components/pages/YouPage.tsx:132
msgid "About Me"
msgstr "Om mig"
@@ -1330,18 +1330,18 @@ msgstr "Om dig"
msgid "Accent Color"
msgstr "Accentfärg"
-#: src/components/channel/channel-view/DMChannelView.tsx:291
-#: src/components/channel/dm/DMWelcomeSection.tsx:116
+#: src/components/channel/channel-view/DMChannelView.tsx:292
+#: src/components/channel/dm/DMWelcomeSection.tsx:128
#: src/components/channel/friends/FriendListItem.tsx:238
#: src/components/channel/friends/MobileFriendRequestItem.tsx:99
#: src/components/voice/IncomingCallUI.tsx:302
msgid "Accept"
msgstr "Acceptera"
-#: src/components/bottomsheets/DMBottomSheet.tsx:515
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:260
-#: src/components/modals/UserProfileModal.tsx:1258
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:88
+#: src/components/bottomsheets/DMBottomSheet.tsx:517
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:262
+#: src/components/modals/UserProfileModal.tsx:1259
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:109
msgid "Accept Friend Request"
msgstr "Acceptera vänförfrågan"
@@ -1358,7 +1358,7 @@ msgstr "Acceptera inbjudan"
msgid "Accept the incoming call"
msgstr "Acceptera det inkommande samtalet"
-#: src/components/channel/InviteEmbed.tsx:226
+#: src/components/channel/InviteEmbed.tsx:228
#: src/components/modals/InviteAcceptModal.tsx:163
msgid "Accepting this invite installs the pack automatically."
msgstr "Genom att acceptera denna inbjudan installeras paketet automatiskt."
@@ -1407,7 +1407,7 @@ msgstr "Konto & Premium"
msgid "Account appears to exist solely for spamming"
msgstr "Kontot verkar existera enbart för spamming"
-#: src/components/modals/ClaimAccountModal.tsx:105
+#: src/components/modals/ClaimAccountModal.tsx:107
msgid "Account claimed successfully"
msgstr "Konto hämtat framgångsrikt"
@@ -1459,7 +1459,7 @@ msgstr "Över alla DM du någonsin varit i endast"
msgid "Action with both icons!"
msgstr "Åtgärd med båda ikonerna!"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:124
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:143
msgid "Active"
msgstr "Aktiv"
@@ -1584,12 +1584,13 @@ msgstr "Lägg till e-post"
msgid "Add Favorite Channels"
msgstr "Lägg till favoritkanaler"
-#: src/components/bottomsheets/DMBottomSheet.tsx:524
+#: src/components/bottomsheets/DMBottomSheet.tsx:527
#: src/components/channel/dm/AddFriendView.tsx:32
#: src/components/channel/dm/DMFriendsView.tsx:199
#: src/components/modals/AddFriendSheet.tsx:50
-#: src/components/modals/UserProfileModal.tsx:1178
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:68
+#: src/components/modals/UserProfileModal.tsx:1179
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:75
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:89
msgid "Add Friend"
msgstr "Lägg till vän"
@@ -1597,7 +1598,7 @@ msgstr "Lägg till vän"
msgid "Add Friends"
msgstr "Lägg till vänner"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1187
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1211
#: src/components/channel/ChannelHeader.tsx:630
#: src/components/channel/dm/GroupDMWelcomeSection.tsx:85
msgid "Add Friends to Group"
@@ -1612,7 +1613,7 @@ msgstr "Lägg till objekt"
msgid "Add new reactions to messages."
msgstr "Lägg till nya reaktioner på meddelanden."
-#: src/components/bottomsheets/DMBottomSheet.tsx:426
+#: src/components/bottomsheets/DMBottomSheet.tsx:428
#: src/components/profile/ProfileCard/ProfileCardActions.tsx:48
#: src/components/uikit/ContextMenu/items/UserNoteMenuItems.tsx:42
msgid "Add Note"
@@ -1647,7 +1648,7 @@ msgstr "Lägg till telefonnummerformulär"
#: src/components/channel/MessageActionBar.tsx:450
#: src/components/channel/MessageActionBar.tsx:741
#: src/components/channel/messageActionMenu.tsx:92
-#: src/components/channel/MessageReactions.tsx:264
+#: src/components/channel/MessageReactions.tsx:263
#: src/components/uikit/ContextMenu/items/MessageMenuItems.tsx:65
msgid "Add Reaction"
msgstr "Lägg till reaktion"
@@ -1695,8 +1696,8 @@ msgid "Add to favorites"
msgstr "Lägg till i favoriter"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:370
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1103
-#: src/components/bottomsheets/DMBottomSheet.tsx:400
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1127
+#: src/components/bottomsheets/DMBottomSheet.tsx:402
#: src/components/channel/ChannelHeader.tsx:547
#: src/components/channel/ChannelHeader.tsx:595
#: src/components/channel/ChannelHeader.tsx:600
@@ -1731,11 +1732,11 @@ msgid "Added to bookmarks"
msgstr "Lades till i bokmärken"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:118
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:544
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:558
msgid "Added to favorites"
msgstr "Lades till i favoriter"
-#: src/components/bottomsheets/DMBottomSheet.tsx:129
+#: src/components/bottomsheets/DMBottomSheet.tsx:131
msgid "Added to Favorites"
msgstr "Tillagd i favoriter"
@@ -1752,7 +1753,7 @@ msgstr "Tillagd: {createdDate}"
msgid "Added: {createdDate} • Last used: {lastUsedDate}"
msgstr "Tillagd: {createdDate} • Senast använd: {lastUsedDate}"
-#: src/components/pages/ReportPage.tsx:943
+#: src/components/pages/report/ReportStepDetails.tsx:222
msgid "Additional Comments (optional)"
msgstr "Ytterligare kommentarer (valfritt)"
@@ -1873,7 +1874,7 @@ msgstr "Alla samtal kommer att meddela tyst istället för att ringa. Som standa
msgid "All Communities"
msgstr "Alla gemenskaper"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:74
+#: src/components/modals/components/plutonium/VisionarySection.tsx:83
msgid "All current and future Plutonium benefits, forever"
msgstr "Alla nuvarande och framtida Plutonium-förmåner, för alltid"
@@ -1911,7 +1912,7 @@ msgstr "Alla medlemmar"
msgid "All messages"
msgstr "Alla meddelanden"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1377
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1401
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:206
#: src/components/modals/GuildNotificationSettingsModal.tsx:87
#: src/components/modals/GuildNotificationSettingsModal.tsx:273
@@ -2071,11 +2072,11 @@ msgstr "Tillåt {0}."
msgid "Already have an account?"
msgstr "Har du redan ett konto?"
-#: src/components/channel/InviteEmbed.tsx:187
+#: src/components/channel/InviteEmbed.tsx:189
msgid "Already joined"
msgstr "Redan ansluten"
-#: src/components/channel/GiftEmbed.tsx:90
+#: src/components/channel/GiftEmbed.tsx:97
msgid "Already redeemed"
msgstr "Redan inlöst"
@@ -2135,8 +2136,8 @@ msgstr "Lita alltid på <0>{hostname}0> — hoppa över denna varning nästa g
msgid "Always underline links"
msgstr "Understryk alltid länkar"
-#: src/components/channel/ChannelSearchResults.tsx:511
-#: src/components/channel/ChannelSearchResults.tsx:562
+#: src/components/channel/ChannelSearchResults.tsx:480
+#: src/components/channel/ChannelSearchResults.tsx:531
#: src/hooks/useChannelSearch.ts:233
#: src/hooks/useChannelSearch.ts:375
msgid "An error occurred while searching"
@@ -2198,7 +2199,7 @@ msgid "Animated Emoji ({0})"
msgstr "Animerade emojis ({0})"
#: src/components/channel/embeds/media/EmbedGifv.tsx:237
-#: src/components/channel/embeds/media/EmbedGifv.tsx:725
+#: src/components/channel/embeds/media/EmbedGifv.tsx:749
#: src/components/modals/MediaViewerModal.tsx:294
#: src/components/modals/MediaViewerModal.tsx:362
msgid "Animated GIF"
@@ -2320,8 +2321,8 @@ msgstr "Applikationen uppdaterades framgångsrikt"
msgid "Applications"
msgstr "Applikationer"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:99
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:137
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:103
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:141
msgid "Applications & Bots"
msgstr "Applikationer & Bots"
@@ -2352,7 +2353,7 @@ msgid "Archive"
msgstr "Arkiv"
#. placeholder {0}: user.username
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:162
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:164
#: src/components/modals/UserProfileActionsSheet.tsx:133
#: src/utils/RelationshipActionUtils.tsx:141
msgid "Are you sure you want to block {0}? They won't be able to message you or send you friend requests."
@@ -2368,8 +2369,8 @@ msgid "Are you sure you want to close this group DM? You can always reopen it la
msgstr "Är du säker på att du vill stänga den här grupp-DM:n? Du kan alltid öppna den igen senare."
#. placeholder {0}: recipient?.username ?? ''
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:601
-#: src/components/bottomsheets/DMBottomSheet.tsx:303
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:615
+#: src/components/bottomsheets/DMBottomSheet.tsx:305
msgid "Are you sure you want to close your DM with {0}? You can always reopen it later."
msgstr "Är du säker på att du vill stänga din DM med {0}? Du kan alltid öppna den igen senare."
@@ -2406,7 +2407,7 @@ msgid "Are you sure you want to delete #{0}? This action cannot be undone."
msgstr "Är du säker på att du vill ta bort #{0}? Den här åtgärden kan inte ångras."
#. placeholder {0}: channel.name ?? 'this channel'
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:667
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:681
msgid "Are you sure you want to delete #{0}? This cannot be undone."
msgstr "Är du säker på att du vill ta bort #{0}? Det här kan inte ångras."
@@ -2504,7 +2505,7 @@ msgstr "Är du säker på att du vill lämna {0}?"
msgid "Are you sure you want to leave this community? You will no longer be able to see any messages."
msgstr "Är du säker på att du vill lämna den här communityn? Du kommer inte längre att kunna se några meddelanden."
-#: src/components/bottomsheets/DMBottomSheet.tsx:338
+#: src/components/bottomsheets/DMBottomSheet.tsx:340
#: src/hooks/useLeaveGroup.tsx:43
msgid "Are you sure you want to leave this group? You will no longer be able to see any messages."
msgstr "Är du säker på att du vill lämna den här gruppen? Du kommer inte längre att kunna se några meddelanden."
@@ -2515,9 +2516,9 @@ msgid "Are you sure you want to make {0} the group owner? You will lose owner pr
msgstr "Är du säker på att du vill göra {0} till gruppägare? Du kommer att förlora ägarprivilegier."
#. placeholder {0}: user.username
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:145
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:147
#: src/components/modals/UserProfileActionsSheet.tsx:116
-#: src/components/modals/UserProfileMobileSheet.tsx:303
+#: src/components/modals/UserProfileMobileSheet.tsx:304
#: src/utils/RelationshipActionUtils.tsx:114
msgid "Are you sure you want to remove {0} as a friend?"
msgstr "Är du säker på att du vill ta bort {0} som vän?"
@@ -2557,10 +2558,10 @@ msgid "Are you sure you want to transfer ownership of the group to {0}?"
msgstr "Är du säker på att du vill överföra ägandet av gruppen till {0}?"
#. placeholder {0}: user.username
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:179
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:181
#: src/components/modals/tabs/BlockedUsersTab.tsx:57
#: src/components/modals/UserProfileActionsSheet.tsx:150
-#: src/components/modals/UserProfileMobileSheet.tsx:319
+#: src/components/modals/UserProfileMobileSheet.tsx:320
#: src/utils/RelationshipActionUtils.tsx:168
msgid "Are you sure you want to unblock {0}?"
msgstr "Är du säker på att du vill avblockera {0}?"
@@ -2573,7 +2574,7 @@ msgstr "Konstklubb"
msgid "Artists' Corner"
msgstr "Konstnärshörnan"
-#: src/components/modals/components/plutonium/PricingSection.tsx:63
+#: src/components/modals/components/plutonium/PricingSection.tsx:69
msgid "As a Gift"
msgstr "Som en gåva"
@@ -2689,7 +2690,7 @@ msgstr "Ljudinställningar"
msgid "Audio will be included with this screen share."
msgstr "Ljud kommer att ingå i denna skärmdelning."
-#: src/components/pages/ReportPage.tsx:311
+#: src/components/pages/report/optionDescriptors.ts:83
msgid "Austria"
msgstr "Österrike"
@@ -2844,6 +2845,7 @@ msgstr "Genomsnittlig ping:"
#: src/components/modals/PhoneAddModal.tsx:235
#: src/components/modals/RequiredActionModal.tsx:463
#: src/components/pages/OAuthAuthorizePage.tsx:694
+#: src/components/pages/report/ReportStepDetails.tsx:243
msgid "Back"
msgstr "Tillbaka"
@@ -2933,7 +2935,7 @@ msgid "Balanced quality and bandwidth"
msgstr "Balanserad kvalitet och bandbredd"
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:353
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:320
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:323
#: src/components/modals/UserProfileActionsSheet.tsx:262
msgid "Ban"
msgstr "Banna"
@@ -3035,7 +3037,7 @@ msgstr "före:"
msgid "Begin a call in the current private conversation"
msgstr "Starta ett samtal i den aktuella privata konversationen"
-#: src/components/pages/ReportPage.tsx:312
+#: src/components/pages/report/optionDescriptors.ts:84
msgid "Belgium"
msgstr "Belgien"
@@ -3066,7 +3068,7 @@ msgstr "Betakod (valfritt)"
msgid "Beta Code Redeemed!"
msgstr "Betakod inlöst!"
-#: src/components/modals/tabs/BetaCodesTab.tsx:313
+#: src/components/modals/tabs/BetaCodesTab.tsx:338
#: src/components/modals/utils/settingsSearchIndex.ts:741
msgid "Beta Codes"
msgstr "Betakoder"
@@ -3083,13 +3085,13 @@ msgstr "Bio"
msgid "Bio character limit"
msgstr "Bio-teckengräns"
-#: src/components/bottomsheets/DMBottomSheet.tsx:538
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:163
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:345
+#: src/components/bottomsheets/DMBottomSheet.tsx:541
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:165
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:348
#: src/components/modals/UserProfileActionsSheet.tsx:134
#: src/components/modals/UserProfileActionsSheet.tsx:298
#: src/components/modals/UserProfileModal.tsx:1062
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:190
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:211
#: src/utils/RelationshipActionUtils.tsx:143
msgid "Block"
msgstr "Blockera"
@@ -3106,7 +3108,7 @@ msgstr "Blockera direktmeddelanden från medlemmar i communityn?"
msgid "Block for all communities"
msgstr "Blockera för alla communitys"
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:161
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:163
#: src/components/modals/UserProfileActionsSheet.tsx:132
#: src/utils/RelationshipActionUtils.tsx:139
msgid "Block User"
@@ -3270,7 +3272,7 @@ msgstr "Webbläsarljud krävs"
msgid "Browser locale ({browserLocale}): {format}"
msgstr "Webbläsarspråk ({browserLocale}): {format}"
-#: src/components/pages/ReportPage.tsx:313
+#: src/components/pages/report/optionDescriptors.ts:85
msgid "Bulgaria"
msgstr "Bulgarien"
@@ -3313,16 +3315,16 @@ msgstr "Knappar visar en laddningsindikator när submitting är sant."
msgid "Buttons with Icons"
msgstr "Knappar med ikoner"
-#: src/components/modals/components/plutonium/GiftSection.tsx:74
-#: src/components/modals/components/plutonium/GiftSection.tsx:83
-#: src/components/modals/components/plutonium/GiftSection.tsx:92
-#: src/components/modals/components/plutonium/PricingSection.tsx:106
-#: src/components/modals/components/plutonium/PricingSection.tsx:115
-#: src/components/modals/components/plutonium/PricingSection.tsx:124
+#: src/components/modals/components/plutonium/GiftSection.tsx:81
+#: src/components/modals/components/plutonium/GiftSection.tsx:93
+#: src/components/modals/components/plutonium/GiftSection.tsx:105
+#: src/components/modals/components/plutonium/PricingSection.tsx:121
+#: src/components/modals/components/plutonium/PricingSection.tsx:133
+#: src/components/modals/components/plutonium/PricingSection.tsx:145
msgid "Buy Gift"
msgstr "Köp present"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:114
+#: src/components/modals/components/plutonium/VisionarySection.tsx:140
msgid "Buying Visionary will cancel your current {currentAccessLabel} immediately. It is a one-time purchase with lifetime access."
msgstr "Att köpa Visionary kommer omedelbart att avbryta din nuvarande {currentAccessLabel}. Det är ett engångsköp med livstidsåtkomst."
@@ -3347,7 +3349,7 @@ msgstr "Kringgå långsamt läge"
msgid "Bypass Splash Screen"
msgstr "Hoppa över startskärmen"
-#: src/components/channel/channel-view/DMChannelView.tsx:271
+#: src/components/channel/channel-view/DMChannelView.tsx:272
msgid "Call available"
msgstr "Samtal tillgängligt"
@@ -3446,11 +3448,11 @@ msgstr "Kamerainställningar"
#: src/components/modals/CategoryCreateModal.tsx:79
#: src/components/modals/ChannelCreateModal.tsx:100
#: src/components/modals/ChannelDeleteModal.tsx:72
-#: src/components/modals/ClaimAccountModal.tsx:179
-#: src/components/modals/ClaimAccountModal.tsx:219
-#: src/components/modals/components/MobileSettingsView.tsx:302
+#: src/components/modals/ClaimAccountModal.tsx:181
+#: src/components/modals/ClaimAccountModal.tsx:221
+#: src/components/modals/components/MobileSettingsView.tsx:297
#: src/components/modals/components/plutonium/hooks/useCheckoutActions.tsx:110
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:328
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:371
#: src/components/modals/ConfirmModal.tsx:146
#: src/components/modals/CreateDMModal.tsx:88
#: src/components/modals/CreateFavoriteCategoryModal.tsx:74
@@ -3473,7 +3475,7 @@ msgstr "Kamerainställningar"
#: src/components/modals/HideOwnCameraConfirmModal.tsx:65
#: src/components/modals/IARModal.tsx:218
#: src/components/modals/ImageCropModal.tsx:981
-#: src/components/modals/InviteModal.tsx:336
+#: src/components/modals/InviteModal.tsx:333
#: src/components/modals/KickMemberModal.tsx:60
#: src/components/modals/MfaTotpDisableModal.tsx:75
#: src/components/modals/MfaTotpEnableModal.tsx:102
@@ -3498,11 +3500,11 @@ msgstr "Kamerainställningar"
msgid "Cancel"
msgstr "Avbryt"
-#: src/components/channel/dm/DMWelcomeSection.tsx:126
+#: src/components/channel/dm/DMWelcomeSection.tsx:138
#: src/components/channel/friends/FriendListItem.tsx:164
#: src/components/channel/friends/FriendListItem.tsx:166
-#: src/components/modals/UserProfileModal.tsx:1273
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:171
+#: src/components/modals/UserProfileModal.tsx:1274
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:192
msgid "Cancel Friend Request"
msgstr "Avbryt vänförfrågan"
@@ -3522,7 +3524,7 @@ msgstr "Avbryt förfrågan"
msgid "Cancel upload"
msgstr "Avbryt uppladdning"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:118
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:137
msgid "Canceling"
msgstr "Avbryter"
@@ -3566,7 +3568,7 @@ msgstr "Kortaligning"
msgid "Card alignment controls"
msgstr "Kortaligningskontroller"
-#: src/components/modals/components/MobileSettingsView.tsx:123
+#: src/components/modals/components/MobileSettingsView.tsx:118
#: src/components/modals/components/SettingsModalHeader.tsx:76
msgid "Careful! You have unsaved changes."
msgstr "Försiktigt! Du har osparade ändringar."
@@ -3576,7 +3578,7 @@ msgstr "Försiktigt! Du har osparade ändringar."
msgid "Category"
msgstr "Kategori"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1371
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1395
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:239
msgid "Category Default"
msgstr "Standardkategori"
@@ -3594,7 +3596,7 @@ msgstr "Kategori full"
msgid "Category Name"
msgstr "Kategorinamn"
-#: src/components/modals/ChannelSettingsModal.tsx:105
+#: src/components/modals/ChannelSettingsModal.tsx:113
#: src/components/modals/components/DesktopChannelSettingsView.tsx:188
msgid "Category Settings"
msgstr "Kategoriinställningar"
@@ -3625,7 +3627,7 @@ msgstr "Ändra bakgrund"
msgid "Change Banner"
msgstr "Ändra banner"
-#: src/components/pages/ReportPage.tsx:752
+#: src/components/pages/report/ReportStepVerification.tsx:126
msgid "Change email"
msgstr "Ändra e-post"
@@ -3647,8 +3649,8 @@ msgstr "Ändra FluxerTag"
msgid "Change FluxerTag form"
msgstr "Ändra FluxerTag-formulär"
-#: src/components/bottomsheets/DMBottomSheet.tsx:433
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:133
+#: src/components/bottomsheets/DMBottomSheet.tsx:435
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:154
msgid "Change Friend Nickname"
msgstr "Ändra väns smeknamn"
@@ -3673,7 +3675,7 @@ msgid "Change My Group Nickname"
msgstr "Ändra mitt grupps smeknamn"
#: src/components/modals/BaseChangeNicknameModal.tsx:82
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:238
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:240
#: src/components/modals/RenameChannelModal.tsx:58
#: src/components/modals/UserProfileActionsSheet.tsx:225
#: src/components/modals/UserProfileActionsSheet.tsx:225
@@ -3760,8 +3762,8 @@ msgstr "Ändrade röstregionen till {0}."
msgid "channel"
msgstr "kanal"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:483
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:549
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:497
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:563
#: src/components/invites/InviteListItem.tsx:50
#: src/components/webhooks/WebhookListItem.tsx:240
#: src/constants/AuditLogConstants.tsx:236
@@ -3796,7 +3798,7 @@ msgid "Channel Debug"
msgstr "Kanalfelsökning"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:188
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:675
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:689
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:329
msgid "Channel deleted"
msgstr "Kanal borttagen"
@@ -3806,11 +3808,11 @@ msgid "Channel Deleted"
msgstr "Kanal borttagen"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:273
-#: src/components/bottomsheets/DMBottomSheet.tsx:366
+#: src/components/bottomsheets/DMBottomSheet.tsx:368
msgid "Channel ID copied"
msgstr "Kanal-ID kopierat"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:535
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:549
msgid "Channel ID copied to clipboard"
msgstr "Kanal-ID kopierat till urklipp"
@@ -3878,9 +3880,9 @@ msgstr "Kanalpost"
msgid "Channel removed from favorites"
msgstr "Kanal borttagen från favoriter"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1092
-#: src/components/layout/ChannelItem.tsx:630
-#: src/components/modals/ChannelSettingsModal.tsx:105
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1116
+#: src/components/layout/ChannelItem.tsx:647
+#: src/components/modals/ChannelSettingsModal.tsx:113
#: src/components/modals/components/DesktopChannelSettingsView.tsx:188
msgid "Channel Settings"
msgstr "Kanalinställningar"
@@ -3947,7 +3949,7 @@ msgstr "Kolla vår <0>Bluesky (@fluxer.app)0> för statusuppdateringar."
msgid "Check out my custom theme!"
msgstr "Kolla in mitt anpassade tema!"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:105
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:109
msgid "Check your connection and try again."
msgstr "Kontrollera din anslutning och försök igen."
@@ -3969,8 +3971,8 @@ msgstr "Kryssrutor"
msgid "Checking..."
msgstr "Kontrollerar..."
-#: src/components/pages/ReportPage.tsx:270
-#: src/components/pages/ReportPage.tsx:299
+#: src/components/pages/report/optionDescriptors.ts:51
+#: src/components/pages/report/optionDescriptors.ts:74
#: src/constants/IARConstants.tsx:72
#: src/constants/IARConstants.tsx:175
msgid "Child Safety Concerns"
@@ -3984,6 +3986,10 @@ msgstr "Kinesiska (förenklad)"
msgid "Chinese (Traditional)"
msgstr "Kinesiska (traditionell)"
+#: src/components/pages/report/ReportBreadcrumbs.tsx:46
+msgid "Choose"
+msgstr "Välj"
+
#: src/components/pages/OAuthAuthorizePage.tsx:898
msgid "Choose a community"
msgstr "Välj ett community"
@@ -4080,25 +4086,36 @@ msgstr "Välj din profilaccentfärg"
#: src/components/channel/barriers/BarrierComponents.tsx:109
#: src/components/channel/barriers/BarrierComponents.tsx:240
-#: src/components/layout/app-layout/nagbars/UnclaimedAccountNagbar.tsx:47
-#: src/components/modals/ClaimAccountModal.tsx:225
-#: src/components/modals/components/UnclaimedAccountAlert.tsx:34
+#: src/components/channel/dm/AddFriendForm.tsx:57
+#: src/components/layout/app-layout/nagbars/UnclaimedAccountNagbar.tsx:45
+#: src/components/modals/ClaimAccountModal.tsx:227
+#: src/components/modals/components/UnclaimedAccountAlert.tsx:32
+#: src/components/modals/GiftAcceptModal.tsx:170
#: src/components/modals/tabs/AccountSecurityTab/SecurityTab.tsx:206
+#: src/components/modals/tabs/BetaCodesTab.tsx:297
+#: src/components/modals/tabs/GiftInventoryTab.tsx:242
msgid "Claim Account"
msgstr "Gör anspråk på konto"
-#: src/components/channel/GiftEmbed.tsx:98
-#: src/components/modals/GiftAcceptModal.tsx:154
+#: src/components/channel/GiftEmbed.tsx:109
+msgid "Claim Account to Redeem"
+msgstr "Gör anspråk på konto för att lösa in"
+
+#: src/components/channel/GiftEmbed.tsx:109
+#: src/components/modals/GiftAcceptModal.tsx:197
#: src/components/pages/GiftLoginPage.tsx:155
#: src/components/pages/GiftRegisterPage.tsx:42
msgid "Claim Gift"
msgstr "Gör anspråk på present"
-#: src/components/modals/ClaimAccountModal.tsx:141
+#: src/components/channel/dm/AddFriendForm.tsx:53
+#: src/components/modals/ClaimAccountModal.tsx:143
+#: src/components/modals/tabs/BetaCodesTab.tsx:293
+#: src/components/modals/tabs/GiftInventoryTab.tsx:238
msgid "Claim your account"
msgstr "Gör anspråk på ditt konto"
-#: src/components/modals/ClaimAccountModal.tsx:146
+#: src/components/modals/ClaimAccountModal.tsx:148
msgid "Claim your account by adding an email and password. We will send a verification code to confirm your email before finishing."
msgstr "Gör anspråk på ditt konto genom att lägga till en e-postadress och ett lösenord. Vi skickar en verifieringskod för att bekräfta din e-post innan vi avslutar."
@@ -4106,11 +4123,68 @@ msgstr "Gör anspråk på ditt konto genom att lägga till en e-postadress och e
msgid "Claim your account to access security features like two-factor authentication and passkeys."
msgstr "Gör anspråk på ditt konto för att komma åt säkerhetsfunktioner som tvåfaktorsautentisering och passkeys."
+#: src/components/channel/ChannelHeader/CallButtons.tsx:85
+#: src/components/channel/ChannelHeader/CallButtons.tsx:155
+msgid "Claim your account to call"
+msgstr "Bekräfta ditt konto för att ringa"
+
#: src/components/modals/tabs/MyProfileTab/UsernameSection.tsx:49
msgid "Claim your account to change your FluxerTag"
msgstr "Ta anspråk på ditt konto för att ändra din FluxerTag"
-#: src/components/modals/GiftAcceptModal.tsx:145
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:146
+msgid "Claim your account to create applications."
+msgstr "Gör anspråk på ditt konto för att skapa applikationer."
+
+#: src/components/modals/tabs/BetaCodesTab.tsx:294
+msgid "Claim your account to generate beta codes."
+msgstr "Gör anspråk på ditt konto för att generera beta-koder."
+
+#: src/components/layout/ChannelItem.tsx:208
+#: src/components/layout/ChannelItem.tsx:382
+#: src/stores/voice/MediaEngineFacade.ts:537
+msgid "Claim your account to join this voice channel."
+msgstr "Bekräfta ditt konto för att gå med i denna röstkanal."
+
+#: src/stores/voice/MediaEngineFacade.ts:170
+msgid "Claim your account to join voice channels you don't own."
+msgstr "Bekräfta ditt konto för att gå med i röstkanaler du inte äger."
+
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:55
+#: src/components/modals/components/plutonium/GiftSection.tsx:61
+#: src/components/modals/components/plutonium/PricingSection.tsx:63
+#: src/components/modals/components/plutonium/VisionarySection.tsx:62
+#: src/components/modals/components/PlutoniumContent.tsx:99
+msgid "Claim your account to purchase Fluxer Plutonium."
+msgstr "Gör anspråk på ditt konto för att köpa Fluxer Plutonium."
+
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:112
+msgid "Claim your account to purchase or redeem Fluxer Plutonium."
+msgstr "Gör anspråk på ditt konto för att köpa eller lösa in Fluxer Plutonium."
+
+#: src/components/modals/tabs/GiftInventoryTab.tsx:239
+msgid "Claim your account to redeem or manage Plutonium gift codes."
+msgstr "Gör anspråk på ditt konto för att lösa in eller hantera Plutonium presentkoder."
+
+#: src/components/channel/GiftEmbed.tsx:99
+#: src/components/modals/GiftAcceptModal.tsx:154
+msgid "Claim your account to redeem this gift."
+msgstr "Gör anspråk på ditt konto för att lösa in denna present."
+
+#: src/components/channel/dm/AddFriendForm.tsx:54
+#: src/components/channel/dm/DMWelcomeSection.tsx:109
+#: src/components/modals/UserProfileModal.tsx:1289
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:65
+msgid "Claim your account to send friend requests."
+msgstr "Gör anspråk på ditt konto för att skicka vänförfrågningar."
+
+#: src/components/channel/ChannelHeader/CallButtons.tsx:54
+#: src/components/channel/ChannelHeader/CallButtons.tsx:124
+#: src/stores/voice/MediaEngineFacade.ts:179
+msgid "Claim your account to start or join 1:1 calls."
+msgstr "Bekräfta ditt konto för att starta eller gå med i 1:1-samtal."
+
+#: src/components/modals/GiftAcceptModal.tsx:188
msgid "Claim your gift to activate your premium subscription!"
msgstr "Ta anspråk på din gåva för att aktivera ditt premiumabonnemang!"
@@ -4164,8 +4238,8 @@ msgstr "Rensa behörigheter"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:420
#: src/components/channel/MessageSearchBar/MessageSearchBar.tsx:1424
-#: src/components/channel/shared/PickerSearchInput.tsx:195
-#: src/components/channel/shared/PickerSearchInput.tsx:212
+#: src/components/channel/shared/PickerSearchInput.tsx:194
+#: src/components/channel/shared/PickerSearchInput.tsx:211
#: src/components/modals/components/SettingsSearch.tsx:108
msgid "Clear search"
msgstr "Rensa sökning"
@@ -4200,11 +4274,11 @@ msgstr "Rensade klistermärkesbeskrivningen."
msgid "Cleared the topic."
msgstr "Rensade ämnet."
-#: src/components/modals/components/MobileSettingsView.tsx:297
+#: src/components/modals/components/MobileSettingsView.tsx:292
msgid "Clearing subscriptions ensures the gateway stops sending messages to this installation."
msgstr "Rensning av prenumerationer säkerställer att gatewayen slutar skicka meddelanden till den här installationen."
-#: src/components/modals/tabs/BetaCodesTab.tsx:366
+#: src/components/modals/tabs/BetaCodesTab.tsx:391
msgid "Click \"Create Code\" to generate your first code."
msgstr "Klicka på \"Skapa kod\" för att generera din första kod."
@@ -4240,13 +4314,13 @@ msgstr "Klicka för att lägga till en anteckning"
msgid "Click to check and uncheck. Available in square and round styles."
msgstr "Klicka för att kryssa i och av. Finns i kvadratisk och rund stil."
-#: src/components/channel/GiftEmbed.tsx:90
+#: src/components/channel/GiftEmbed.tsx:100
msgid "Click to claim your gift!"
msgstr "Klicka för att hämta din gåva!"
#: src/components/invites/InviteListItem.tsx:184
#: src/components/modals/components/ClientInfo.tsx:76
-#: src/components/modals/tabs/BetaCodesTab.tsx:172
+#: src/components/modals/tabs/BetaCodesTab.tsx:174
msgid "Click to copy"
msgstr "Klicka för att kopiera"
@@ -4328,12 +4402,12 @@ msgid "Close"
msgstr "Stäng"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:341
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:600
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:602
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1239
-#: src/components/bottomsheets/DMBottomSheet.tsx:302
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:614
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:616
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1263
#: src/components/bottomsheets/DMBottomSheet.tsx:304
-#: src/components/bottomsheets/DMBottomSheet.tsx:557
+#: src/components/bottomsheets/DMBottomSheet.tsx:306
+#: src/components/bottomsheets/DMBottomSheet.tsx:560
#: src/components/channel/dm/DMList.tsx:292
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:82
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:84
@@ -4358,7 +4432,8 @@ msgstr "Kol-tema"
#: src/components/invites/InviteListItem.tsx:54
#: src/components/modals/MfaTotpDisableModal.tsx:64
#: src/components/modals/MfaTotpEnableModal.tsx:91
-#: src/components/modals/tabs/BetaCodesTab.tsx:51
+#: src/components/modals/tabs/BetaCodesTab.tsx:53
+#: src/components/pages/report/ReportBreadcrumbs.tsx:48
msgid "Code"
msgstr "Kod"
@@ -4370,7 +4445,8 @@ msgstr "Kod & monospace"
msgid "Code Blocks"
msgstr "Kodblock"
-#: src/components/modals/ClaimAccountModal.tsx:123
+#: src/components/modals/ClaimAccountModal.tsx:125
+#: src/components/pages/ReportPage.tsx:231
msgid "Code resent"
msgstr "Kod skickad igen"
@@ -4379,8 +4455,8 @@ msgid "Code sent"
msgstr "Kod skickad"
#: src/components/invites/InviteListItem.tsx:180
-#: src/components/modals/tabs/BetaCodesTab.tsx:104
-#: src/components/modals/tabs/BetaCodesTab.tsx:168
+#: src/components/modals/tabs/BetaCodesTab.tsx:106
+#: src/components/modals/tabs/BetaCodesTab.tsx:170
msgid "Code:"
msgstr "Kod:"
@@ -4472,7 +4548,7 @@ msgstr "Community-dövning aktiverad"
msgid "Community Debug"
msgstr "Community-felsökning"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1371
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1395
#: src/components/uikit/ContextMenu/items/CategoryMenuItems.tsx:221
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:239
msgid "Community Default"
@@ -4542,8 +4618,8 @@ msgstr "Community-aviseringsinställningar"
msgid "Community organizes raids or harassment campaigns"
msgstr "Community organiserar raids eller trakasserikampanjer"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:237
-#: src/components/channel/MemberListItem.tsx:102
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:238
+#: src/components/channel/MemberListItem.tsx:109
#: src/components/modals/guildTabs/GuildMembersTab.tsx:145
#: src/components/modals/guildTabs/GuildMembersTab.tsx:197
msgid "Community Owner"
@@ -4567,14 +4643,14 @@ msgstr "Community främjar eller underlättar olagliga aktiviteter"
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:172
#: src/components/modals/components/DesktopGuildSettingsView.tsx:204
-#: src/components/modals/GuildSettingsModal.tsx:168
+#: src/components/modals/GuildSettingsModal.tsx:173
#: src/components/popouts/GuildHeaderPopout.tsx:187
#: src/components/uikit/ContextMenu/items/GuildMenuItems.tsx:360
msgid "Community Settings"
msgstr "Community-inställningar"
-#: src/components/layout/GuildLayout.tsx:301
-#: src/components/layout/GuildLayout.tsx:348
+#: src/components/layout/GuildLayout.tsx:306
+#: src/components/layout/GuildLayout.tsx:353
msgid "Community temporarily unavailable"
msgstr "Community tillfälligt otillgänglig"
@@ -4782,8 +4858,8 @@ msgstr "Ansluten till röst"
msgid "Connecting..."
msgstr "Ansluter..."
-#: src/components/channel/channel-view/DMChannelView.tsx:273
-#: src/components/channel/channel-view/DMChannelView.tsx:323
+#: src/components/channel/channel-view/DMChannelView.tsx:274
+#: src/components/channel/channel-view/DMChannelView.tsx:324
#: src/components/voice/CompactVoiceCallView.tsx:55
msgid "Connecting…"
msgstr "Ansluter…"
@@ -4979,7 +5055,7 @@ msgstr "Hantera din aktivitetsstatus"
#: src/components/modals/shared/CopyLinkSection.tsx:61
#: src/components/modals/tabs/ApplicationsTab/application-detail/ApplicationHeader.tsx:68
-#: src/components/modals/tabs/GiftInventoryTab.tsx:143
+#: src/components/modals/tabs/GiftInventoryTab.tsx:144
msgid "Copied"
msgstr "Kopierad"
@@ -5001,7 +5077,7 @@ msgstr "Kopierad!"
#: src/components/modals/BackupCodesModal.tsx:82
#: src/components/modals/shared/CopyLinkSection.tsx:61
#: src/components/modals/tabs/ApplicationsTab/application-detail/OAuthBuilderSection.tsx:142
-#: src/components/modals/tabs/GiftInventoryTab.tsx:143
+#: src/components/modals/tabs/GiftInventoryTab.tsx:144
msgid "Copy"
msgstr "Kopiera"
@@ -5017,7 +5093,7 @@ msgstr "Kopiera ljud"
msgid "Copy authorize URL"
msgstr "Kopiera auktoriserings-URL"
-#: src/components/modals/tabs/BetaCodesTab.tsx:178
+#: src/components/modals/tabs/BetaCodesTab.tsx:180
msgid "Copy beta code"
msgstr "Kopiera betakod"
@@ -5028,8 +5104,8 @@ msgstr "Kopiera kategorins ID"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:320
#: src/components/bottomsheets/ChannelBottomSheet.tsx:347
#: src/components/bottomsheets/ChannelBottomSheet.tsx:433
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1293
-#: src/components/bottomsheets/DMBottomSheet.tsx:577
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1317
+#: src/components/bottomsheets/DMBottomSheet.tsx:580
#: src/components/channel/dm/DMList.tsx:271
#: src/components/channel/dm/DMList.tsx:298
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:362
@@ -5090,7 +5166,7 @@ msgstr "Kopiera bild"
msgid "Copy invite link"
msgstr "Kopiera inbjudningslänk"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1154
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1178
#: src/components/modals/tabs/ComponentGalleryTab/ButtonsTab.tsx:182
#: src/components/modals/tabs/ComponentGalleryTab/index.tsx:100
#: src/components/modals/tabs/ComponentGalleryTab/Inline.tsx:95
@@ -5131,15 +5207,15 @@ msgstr "Kopiera klistermärkes-ID"
msgid "Copy Text"
msgstr "Kopiera text"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1285
-#: src/components/bottomsheets/DMBottomSheet.tsx:570
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1309
+#: src/components/bottomsheets/DMBottomSheet.tsx:573
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:370
#: src/components/modals/guildTabs/BannedUserActionsSheet.tsx:74
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:358
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:361
#: src/components/modals/tabs/BlockedUsersTab.tsx:107
#: src/components/modals/UserProfileActionsSheet.tsx:213
#: src/components/modals/UserProfileModal.tsx:1130
-#: src/components/popouts/UserAreaPopout.tsx:507
+#: src/components/popouts/UserAreaPopout.tsx:509
#: src/components/profile/ProfileCard/ProfileCardActions.tsx:60
#: src/components/uikit/ContextMenu/items/CopyMenuItems.tsx:42
msgid "Copy User ID"
@@ -5175,7 +5251,7 @@ msgstr "Nedräkningstimer"
msgid "Country"
msgstr "Land"
-#: src/components/pages/ReportPage.tsx:928
+#: src/components/pages/report/ReportStepDetails.tsx:205
msgid "Country of Residence"
msgstr "Bosättningsland"
@@ -5207,7 +5283,7 @@ msgid "Create a new community or join an existing one."
msgstr "Skapa ett nytt community eller gå med i ett befintligt."
#. placeholder {0}: recipient.username
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:905
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:937
msgid "Create a new group with {0}"
msgstr "Skapa en ny grupp med {0}"
@@ -5239,7 +5315,7 @@ msgstr "Skapa ett konto"
msgid "Create an account to claim your gift"
msgstr "Skapa ett konto för att hämta din gåva"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:138
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:142
msgid "Create and manage applications and bots for your account."
msgstr "Skapa och hantera applikationer och bottar för ditt konto."
@@ -5248,7 +5324,8 @@ msgid "Create and share custom emoji and sticker packs with Fluxer Plutonium."
msgstr "Skapa och dela anpassade emojis och klistermärkespaket med Fluxer Plutonium."
#: src/components/modals/tabs/ApplicationsTab/ApplicationCreateModal.tsx:87
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:142
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:149
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:155
msgid "Create Application"
msgstr "Skapa applikation"
@@ -5267,7 +5344,7 @@ msgid "Create Category"
msgstr "Skapa kategori"
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:180
-#: src/components/layout/ChannelItem.tsx:607
+#: src/components/layout/ChannelItem.tsx:624
#: src/components/modals/ChannelCreateModal.tsx:58
#: src/components/modals/ChannelCreateModal.tsx:103
#: src/components/popouts/GuildHeaderPopout.tsx:194
@@ -5276,8 +5353,8 @@ msgstr "Skapa kategori"
msgid "Create Channel"
msgstr "Skapa kanal"
-#: src/components/modals/tabs/BetaCodesTab.tsx:326
-#: src/components/modals/tabs/BetaCodesTab.tsx:369
+#: src/components/modals/tabs/BetaCodesTab.tsx:351
+#: src/components/modals/tabs/BetaCodesTab.tsx:394
msgid "Create Code"
msgstr "Skapa kod"
@@ -5329,7 +5406,7 @@ msgstr "Skapa nytt konto"
msgid "Create new group"
msgstr "Skapa ny grupp"
-#: src/components/modals/InviteModal.tsx:339
+#: src/components/modals/InviteModal.tsx:336
msgid "Create New Link"
msgstr "Skapa ny länk"
@@ -5373,7 +5450,7 @@ msgid "Create, edit, or delete webhooks."
msgstr "Skapa, redigera eller ta bort webhooks."
#: src/components/invites/InviteListItem.tsx:59
-#: src/components/modals/tabs/BetaCodesTab.tsx:57
+#: src/components/modals/tabs/BetaCodesTab.tsx:59
msgid "Created"
msgstr "Skapad"
@@ -5390,7 +5467,7 @@ msgstr "Skapad {createdAt}"
#. placeholder {0}: invite.pack.creator.username
#. placeholder {0}: pack.creator.username
#: src/components/auth/InviteHeader.tsx:158
-#: src/components/channel/InviteEmbed.tsx:218
+#: src/components/channel/InviteEmbed.tsx:220
#: src/components/modals/InviteAcceptModal.tsx:152
msgid "Created by {0}"
msgstr "Skapad av {0}"
@@ -5427,8 +5504,8 @@ msgid "Created with name {newLabel}."
msgstr "Skapad med namnet {newLabel}."
#: src/components/invites/InviteListItem.tsx:207
-#: src/components/modals/tabs/BetaCodesTab.tsx:135
-#: src/components/modals/tabs/BetaCodesTab.tsx:212
+#: src/components/modals/tabs/BetaCodesTab.tsx:137
+#: src/components/modals/tabs/BetaCodesTab.tsx:214
msgid "Created:"
msgstr "Skapad:"
@@ -5440,7 +5517,7 @@ msgstr "Creative Minds Collective"
msgid "Creative Writing Club"
msgstr "Creative Writing Club"
-#: src/components/pages/ReportPage.tsx:314
+#: src/components/pages/report/optionDescriptors.ts:86
msgid "Croatia"
msgstr "Kroatien"
@@ -5519,8 +5596,8 @@ msgid "Currently stuck in 1885, appearing offline"
msgstr "För närvarande fast i 1885, verkar vara offline"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:461
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1023
-#: src/components/bottomsheets/DMBottomSheet.tsx:605
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1047
+#: src/components/bottomsheets/DMBottomSheet.tsx:608
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:305
msgid "Currently: {mutedText}"
msgstr "För närvarande: {mutedText}"
@@ -5665,7 +5742,7 @@ msgstr "Att anpassa din avatar, banner, accentfärg och bio för enskilda commun
msgid "Cut"
msgstr "Klipp ut"
-#: src/components/pages/ReportPage.tsx:315
+#: src/components/pages/report/optionDescriptors.ts:87
msgid "Cyprus"
msgstr "Cypern"
@@ -5673,7 +5750,7 @@ msgstr "Cypern"
msgid "Czech"
msgstr "Tjeckiska"
-#: src/components/pages/ReportPage.tsx:316
+#: src/components/pages/report/optionDescriptors.ts:88
msgid "Czech Republic"
msgstr "Tjeckien"
@@ -5746,9 +5823,9 @@ msgstr "Datumformat"
#: src/components/auth/AuthMinimalRegisterFormCore.tsx:93
#: src/components/auth/AuthRegisterFormCore.tsx:139
-#: src/components/auth/DateOfBirthField.tsx:90
-#: src/components/auth/DateOfBirthField.tsx:124
-#: src/components/auth/DateOfBirthField.tsx:292
+#: src/components/auth/DateOfBirthField.tsx:87
+#: src/components/auth/DateOfBirthField.tsx:121
+#: src/components/auth/DateOfBirthField.tsx:289
#: src/components/auth/MockMinimalRegisterForm.tsx:107
msgid "Date of birth"
msgstr "Födelsedatum"
@@ -5757,8 +5834,7 @@ msgstr "Födelsedatum"
msgid "Date Options"
msgstr "Datumalternativ"
-#: src/components/auth/DateOfBirthField.tsx:88
-#: src/components/auth/DateOfBirthField.tsx:155
+#: src/components/auth/DateOfBirthField.tsx:152
#: src/components/auth/MockMinimalRegisterForm.tsx:73
msgid "Day"
msgstr "Dag"
@@ -5817,11 +5893,11 @@ msgstr "Återkalla auktorisering"
msgid "Deauthorize Application"
msgstr "Återkalla applikationsauktorisering"
-#: src/components/modals/components/MobileSettingsView.tsx:369
+#: src/components/modals/components/MobileSettingsView.tsx:364
msgid "Debug"
msgstr "Felsökning"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1267
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1291
#: src/components/uikit/ContextMenu/items/DebugMenuItems.tsx:71
msgid "Debug Channel"
msgstr "Felsöka kanal"
@@ -5844,7 +5920,7 @@ msgstr "Felsöka medlem"
msgid "Debug Message"
msgstr "Felsöka meddelande"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1275
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1299
#: src/components/uikit/ContextMenu/items/DebugMenuItems.tsx:53
msgid "Debug User"
msgstr "Felsöka användare"
@@ -5905,8 +5981,8 @@ msgstr "Standard är av på mobil för att spara batteri och datanvändning."
#: src/actions/MessageActionCreators.tsx:394
#: src/components/channel/embeds/media/EmbedAudio.tsx:227
#: src/components/channel/embeds/media/MediaContainer.tsx:115
-#: src/components/channel/Messages.tsx:444
-#: src/components/channel/Messages.tsx:524
+#: src/components/channel/Messages.tsx:442
+#: src/components/channel/Messages.tsx:522
#: src/components/channel/MobileMemesPicker.tsx:546
#: src/components/channel/pickers/memes/MemeGridItem.tsx:120
#: src/components/emojis/EmojiListItem.tsx:189
@@ -5923,7 +5999,7 @@ msgstr "Standard är av på mobil för att spara batteri och datanvändning."
msgid "Delete"
msgstr "Radera"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:666
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:680
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:320
msgid "Delete {channelType}"
msgstr "Radera {channelType}"
@@ -5987,8 +6063,8 @@ msgstr "Radera kategori"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:179
#: src/components/bottomsheets/ChannelBottomSheet.tsx:181
#: src/components/bottomsheets/ChannelBottomSheet.tsx:421
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:668
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1224
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:682
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1248
#: src/components/modals/components/DesktopChannelSettingsView.tsx:176
#: src/components/modals/components/MobileChannelSettingsView.tsx:85
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:322
@@ -6021,8 +6097,8 @@ msgstr "Radera media"
#: src/components/channel/MessageActionBar.tsx:804
#: src/components/channel/messageActionMenu.tsx:156
#: src/components/channel/messageActionMenu.tsx:193
-#: src/components/channel/Messages.tsx:441
-#: src/components/channel/Messages.tsx:521
+#: src/components/channel/Messages.tsx:439
+#: src/components/channel/Messages.tsx:519
#: src/components/uikit/ContextMenu/items/MessageMenuItems.tsx:273
msgid "Delete Message"
msgstr "Radera meddelande"
@@ -6114,7 +6190,7 @@ msgstr "Nekade {0} och tog bort nekande för {1}."
msgid "Denied {0}."
msgstr "Nekade {0}."
-#: src/components/pages/ReportPage.tsx:317
+#: src/components/pages/report/optionDescriptors.ts:89
msgid "Denmark"
msgstr "Danmark"
@@ -6143,7 +6219,7 @@ msgstr "Beskriv klistermärket"
msgid "Describe what expressions are inside this pack."
msgstr "Beskriv vilka uttryck som finns i detta paket."
-#: src/components/pages/ReportPage.tsx:946
+#: src/components/pages/report/ReportStepDetails.tsx:225
msgid "Describe what makes the content illegal"
msgstr "Beskriv vad som gör innehållet olagligt"
@@ -6205,6 +6281,10 @@ msgstr "Fristående Banner"
msgid "details"
msgstr "detaljer"
+#: src/components/pages/report/ReportBreadcrumbs.tsx:49
+msgid "Details"
+msgstr "Detaljer"
+
#: src/components/modals/AddGuildModal.tsx:150
msgid "Dev Den"
msgstr "Dev Den"
@@ -6274,7 +6354,7 @@ msgstr "Olika storlekar & medlemsantal"
msgid "Direct message"
msgstr "direktmeddelande"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:477
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:491
#: src/components/modals/shared/RecipientList.tsx:200
msgid "Direct Message"
msgstr "Direktmeddelande"
@@ -6516,8 +6596,8 @@ msgstr "Diskussion eller marknadsföring av olagliga aktiviteter"
#: src/components/layout/app-layout/nagbars/PremiumGracePeriodNagbar.tsx:79
#: src/components/layout/app-layout/nagbars/PremiumOnboardingNagbar.tsx:57
#: src/components/layout/GuildLayout.tsx:106
-#: src/components/modals/GiftAcceptModal.tsx:98
-#: src/components/modals/GiftAcceptModal.tsx:124
+#: src/components/modals/GiftAcceptModal.tsx:105
+#: src/components/modals/GiftAcceptModal.tsx:131
#: src/components/modals/RequiredActionModal.tsx:475
msgid "Dismiss"
msgstr "Avfärda"
@@ -6562,8 +6642,8 @@ msgstr "Visa rollmedlemmar separat."
msgid "Display separator lines between different groups of messages for better visual distinction."
msgstr "Visa separatorlinjer mellan olika grupper av meddelanden för bättre visuell åtskillnad."
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:613
-#: src/components/bottomsheets/DMBottomSheet.tsx:315
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:627
+#: src/components/bottomsheets/DMBottomSheet.tsx:317
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:97
#: src/components/uikit/ContextMenu/UserContextMenu.tsx:168
msgid "DM closed"
@@ -6581,7 +6661,7 @@ msgstr "Förhandsvisning av DM-meddelanden"
msgid "DM Notifications"
msgstr "DM-aviseringar"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1092
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1116
msgid "DM Settings"
msgstr "DM-inställningar"
@@ -6662,6 +6742,7 @@ msgstr "Visa inte skrivindikatorer i kanallistan"
#: src/components/keybinds/KeybindRecorder.tsx:220
#: src/components/modals/GuildNotificationSettingsModal.tsx:347
#: src/components/modals/GuildPrivacySettingsModal.tsx:68
+#: src/components/pages/report/ReportBreadcrumbs.tsx:50
#: src/components/search/HasFilterSheet.tsx:124
#: src/components/search/UserFilterSheet.tsx:149
msgid "Done"
@@ -6843,13 +6924,13 @@ msgstr "Redigera bilaga"
msgid "Edit attachment form"
msgstr "Redigera bilagaformulär"
-#: src/components/layout/ChannelItem.tsx:630
+#: src/components/layout/ChannelItem.tsx:647
#: src/components/uikit/ContextMenu/items/CategoryMenuItems.tsx:299
msgid "Edit Category"
msgstr "Redigera kategori"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:416
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1218
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1242
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:300
msgid "Edit Channel"
msgstr "Redigera kanal"
@@ -6869,8 +6950,8 @@ msgid "Edit global settings like name, description, and icon."
msgstr "Redigera globala inställningar som namn, beskrivning och ikon."
#: src/components/bottomsheets/ChannelBottomSheet.tsx:284
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1178
-#: src/components/bottomsheets/DMBottomSheet.tsx:461
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1202
+#: src/components/bottomsheets/DMBottomSheet.tsx:463
#: src/components/channel/dm/DMList.tsx:237
#: src/components/channel/dm/GroupDMWelcomeSection.tsx:74
#: src/components/modals/EditGroupBottomSheet.tsx:177
@@ -6883,7 +6964,7 @@ msgstr "Redigera grupp"
msgid "Edit group form"
msgstr "Redigera gruppformulär"
-#: src/components/modals/InviteModal.tsx:327
+#: src/components/modals/InviteModal.tsx:324
msgid "Edit invite link"
msgstr "Redigera inbjudningslänk"
@@ -6910,10 +6991,10 @@ msgstr "Redigera anteckning"
msgid "Edit overwrites for roles and members in this channel."
msgstr "Redigera överskrivningar för roller och medlemmar i denna kanal."
-#: src/components/modals/UserProfileMobileSheet.tsx:486
-#: src/components/modals/UserProfileModal.tsx:1205
+#: src/components/modals/UserProfileMobileSheet.tsx:490
+#: src/components/modals/UserProfileModal.tsx:1206
#: src/components/pages/YouPage.tsx:123
-#: src/components/popouts/UserAreaPopout.tsx:519
+#: src/components/popouts/UserAreaPopout.tsx:521
#: src/components/popouts/UserProfilePopout.tsx:299
msgid "Edit Profile"
msgstr "Redigera profil"
@@ -6966,19 +7047,20 @@ msgstr "Redigerar schemalagt meddelande"
#: src/components/auth/AuthLoginCore/AuthLoginEmailPasswordForm.tsx:78
#: src/components/auth/AuthRegisterFormCore.tsx:133
#: src/components/auth/AuthRegisterFormCore.tsx:159
-#: src/components/modals/ClaimAccountModal.tsx:157
+#: src/components/modals/ClaimAccountModal.tsx:159
#: src/components/modals/RequiredActionModal.tsx:185
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:210
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:241
#: src/components/modals/utils/settingsSearchIndex.ts:94
#: src/components/pages/ForgotPasswordPage.tsx:97
+#: src/components/pages/report/ReportBreadcrumbs.tsx:47
msgid "Email"
msgstr "E-post"
#: src/components/modals/tabs/AccountSecurityTab/AccountTab.tsx:65
#: src/components/modals/tabs/AccountSecurityTab/AccountTab.tsx:91
#: src/components/modals/tabs/ComponentGalleryTab/InputsTab.tsx:107
-#: src/components/pages/ReportPage.tsx:662
+#: src/components/pages/report/ReportStepEmail.tsx:76
msgid "Email Address"
msgstr "E-postadress"
@@ -7019,10 +7101,6 @@ msgstr "E-postverifiering krävs"
msgid "Email Verification Required"
msgstr "E-postverifiering krävs"
-#: src/components/pages/ReportPage.tsx:809
-msgid "Email verified"
-msgstr "E-post verifierad"
-
#: src/components/modals/tabs/DeveloperOptionsTab/AccountPremiumTab.tsx:56
msgid "Email Verified Override"
msgstr "E-postverifierad överskrivning"
@@ -7108,7 +7186,7 @@ msgid "Emoji names must be at least 2 characters long and can only contain alpha
msgstr "Emojinamn måste vara minst 2 tecken långa och får bara innehålla alfanumeriska tecken och understreck. Tillåtna filtyper: JPEG, PNG, WebP, GIF. Vi komprimerar bilder till 128x128 pixlar. Maximal storlek: {0} KB per emoji."
#: src/components/auth/InviteHeader.tsx:140
-#: src/components/channel/InviteEmbed.tsx:197
+#: src/components/channel/InviteEmbed.tsx:199
#: src/components/modals/InviteAcceptModal.tsx:142
#: src/components/modals/tabs/ExpressionPacksTab.tsx:70
msgid "Emoji pack"
@@ -7140,7 +7218,7 @@ msgstr "Emoji uppdaterad"
#: src/components/channel/AutocompleteEmoji.tsx:67
#: src/components/channel/textarea/TextareaButtons.tsx:150
-#: src/components/modals/ExpressionPickerSheet.tsx:106
+#: src/components/modals/ExpressionPickerSheet.tsx:93
#: src/components/popouts/ExpressionPickerPopout.tsx:95
msgid "Emojis"
msgstr "Emojis"
@@ -7343,11 +7421,11 @@ msgstr "Engelska"
msgid "English (US)"
msgstr "Engelska (USA)"
-#: src/components/pages/ReportPage.tsx:429
+#: src/components/pages/ReportPage.tsx:254
msgid "Enter a code in the format ABCD-1234."
msgstr "Ange en kod i formatet ABCD-1234."
-#: src/components/modals/tabs/GiftInventoryTab.tsx:235
+#: src/components/modals/tabs/GiftInventoryTab.tsx:258
msgid "Enter a gift code to redeem Plutonium for your account."
msgstr "Ange en presentkod för att lösa in Plutonium för ditt konto."
@@ -7371,7 +7449,7 @@ msgstr "Ange kod"
msgid "Enter fullscreen"
msgstr "Gå till helskärm"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:255
+#: src/components/modals/tabs/GiftInventoryTab.tsx:278
msgid "Enter gift code..."
msgstr "Ange presentkod..."
@@ -7414,7 +7492,7 @@ msgstr "Ange den 6-siffriga koden som skickades till din telefon."
msgid "Enter the API endpoint of the Fluxer instance you want to connect to."
msgstr "Ange API-slutpunkten för Fluxer-instansen du vill ansluta till."
-#: src/components/pages/ReportPage.tsx:424
+#: src/components/pages/ReportPage.tsx:249
msgid "Enter the code before continuing."
msgstr "Ange koden innan du fortsätter."
@@ -7430,7 +7508,7 @@ msgstr "Ange koden som skickades till din nuvarande e-post."
msgid "Enter the code we emailed to your new address."
msgstr "Ange koden vi e-postade till din nya adress."
-#: src/components/modals/ClaimAccountModal.tsx:190
+#: src/components/modals/ClaimAccountModal.tsx:192
msgid "Enter the code we sent to your email to verify it. Your password will be set once the code is confirmed."
msgstr "Ange koden vi skickade till din e-post för att verifiera den. Ditt lösenord kommer att sättas när koden har bekräftats."
@@ -7454,14 +7532,10 @@ msgstr "tryck enter för att <0><1>spara1>0>"
msgid "Enter username"
msgstr "Ange användarnamn"
-#: src/components/pages/ReportPage.tsx:701
-msgid "Enter Verification Code"
+#: src/components/pages/report/ReportStepVerification.tsx:64
+msgid "Enter verification code"
msgstr "Ange verifieringskod"
-#: src/components/pages/ReportPage.tsx:638
-msgid "Enter Your Email"
-msgstr "Ange din e-post"
-
#: src/components/pages/ForgotPasswordPage.tsx:87
msgid "Enter your email address and we'll send you a link to reset your password."
msgstr "Ange din e-postadress så skickar vi en länk för att återställa ditt lösenord."
@@ -7500,7 +7574,7 @@ msgid "Entrance sound uploaded successfully"
msgstr "Inträdesljud uppladdat framgångsrikt"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:297
-#: src/components/channel/ChannelSearchResults.tsx:691
+#: src/components/channel/ChannelSearchResults.tsx:660
#: src/components/modals/tabs/ComponentGalleryTab/OverlaysTab.tsx:88
msgid "Error"
msgstr "Fel"
@@ -7522,7 +7596,7 @@ msgstr "Escape-tangenten avslutar tangentbordsläget"
msgid "escape to <0><1>cancel1>0>"
msgstr "tryck på escape för att <0><1>avbryta1>0>"
-#: src/components/pages/ReportPage.tsx:318
+#: src/components/pages/report/optionDescriptors.ts:90
msgid "Estonia"
msgstr "Estland"
@@ -7561,7 +7635,7 @@ msgstr "uteslut länk, inbäddning eller fil"
msgid "exclude user"
msgstr "uteslut användare"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:95
+#: src/components/modals/components/plutonium/VisionarySection.tsx:104
msgid "Exclusive community"
msgstr "Exklusiv gemenskap"
@@ -7593,12 +7667,12 @@ msgstr "Expandera kategori"
msgid "Expiration"
msgstr "Utgång"
-#: src/components/modals/InviteModal.tsx:281
+#: src/components/modals/InviteModal.tsx:278
msgid "Expire after"
msgstr "Går ut efter"
#: src/components/accounts/AccountRow.tsx:162
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:114
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:133
#: src/components/modals/GroupInvitesBottomSheet.tsx:104
msgid "Expired"
msgstr "Utgången"
@@ -7675,7 +7749,7 @@ msgstr "Uttryckspaket"
msgid "Expression Packs are a Plutonium feature"
msgstr "Uttryckspaket är en Plutonium-funktion"
-#: src/components/modals/ExpressionPickerSheet.tsx:232
+#: src/components/modals/ExpressionPickerSheet.tsx:219
#: src/components/popouts/ExpressionPickerPopout.tsx:193
msgid "Expression picker categories"
msgstr "Kategorier för uttrycksväljare"
@@ -7700,7 +7774,7 @@ msgstr "Externa länkar kan vara farliga. Var försiktig."
msgid "Extra Large"
msgstr "Extra stor"
-#: src/components/pages/ReportPage.tsx:297
+#: src/components/pages/report/optionDescriptors.ts:72
#: src/constants/IARConstants.tsx:165
msgid "Extremist Community"
msgstr "Extremistisk gemenskap"
@@ -7749,7 +7823,7 @@ msgstr "Det gick inte att kopiera inbjudningslänk"
msgid "Failed to copy to clipboard"
msgstr "Det gick inte att kopiera till urklipp"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:79
+#: src/components/modals/tabs/GiftInventoryTab.tsx:80
msgid "Failed to copy URL"
msgstr "Det gick inte att kopiera URL"
@@ -7794,7 +7868,7 @@ msgid "Failed to delete category"
msgstr "Det gick inte att radera kategori"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:194
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:681
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:695
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:335
msgid "Failed to delete channel"
msgstr "Det gick inte att radera kanal"
@@ -7868,7 +7942,7 @@ msgstr "Det gick inte att ladda avstängningar. Försök igen."
msgid "Failed to load emojis"
msgstr "Det gick inte att ladda emojis"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:296
+#: src/components/modals/tabs/GiftInventoryTab.tsx:319
msgid "Failed to load gift inventory"
msgstr "Det gick inte att ladda presentlager"
@@ -7894,8 +7968,8 @@ msgstr "Det gick inte att ladda klistermärken"
msgid "Failed to load vanity URL. Please try again."
msgstr "Det gick inte att ladda egen URL. Försök igen."
-#: src/components/modals/components/PlutoniumContent.tsx:146
-#: src/components/modals/components/PlutoniumContent.tsx:272
+#: src/components/modals/components/PlutoniumContent.tsx:157
+#: src/components/modals/components/PlutoniumContent.tsx:289
msgid "Failed to load Visionary information. Please try again later."
msgstr "Det gick inte att ladda Visionary-information. Försök igen senare."
@@ -7916,19 +7990,19 @@ msgstr "Det gick inte att ladda dina communities."
msgid "Failed to open customer portal. Please try again."
msgstr "Det gick inte att öppna kundportal. Försök igen."
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:572
-#: src/components/bottomsheets/DMBottomSheet.tsx:153
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:586
+#: src/components/bottomsheets/DMBottomSheet.tsx:155
#: src/components/channel/dm/DMList.tsx:216
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:121
msgid "Failed to pin DM"
msgstr "Det gick inte att fästa DM"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:572
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:586
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:101
msgid "Failed to pin group"
msgstr "Det gick inte att fästa grupp"
-#: src/components/bottomsheets/DMBottomSheet.tsx:153
+#: src/components/bottomsheets/DMBottomSheet.tsx:155
msgid "Failed to pin group DM"
msgstr "Misslyckades med att fästa grupp-DM"
@@ -7957,7 +8031,7 @@ msgstr "Misslyckades med att nå instans ({status})"
msgid "Failed to reactivate subscription. Please try again."
msgstr "Det gick inte att återaktivera prenumeration. Försök igen."
-#: src/components/modals/tabs/GiftInventoryTab.tsx:94
+#: src/components/modals/tabs/GiftInventoryTab.tsx:95
msgid "Failed to redeem gift"
msgstr "Det gick inte att lösa in present"
@@ -7998,6 +8072,10 @@ msgstr "Det gick inte att ta bort från grupp"
msgid "Failed to remove timeout. Please try again."
msgstr "Det gick inte att ta bort timeout. Försök igen."
+#: src/components/pages/ReportPage.tsx:236
+msgid "Failed to resend code. Please try again."
+msgstr "Misslyckades med att skicka koden igen. Försök igen."
+
#: src/components/modals/guildTabs/GuildRolesTab.tsx:674
msgid "Failed to reset hoist order"
msgstr "Det gick inte att återställa hissordning"
@@ -8018,7 +8096,7 @@ msgstr "Det gick inte att rotera. Försök igen."
msgid "Failed to send friend request. Please try again."
msgstr "Det gick inte att skicka vänförfrågan. Försök igen."
-#: src/components/bottomsheets/DMBottomSheet.tsx:262
+#: src/components/bottomsheets/DMBottomSheet.tsx:264
#: src/components/modals/InviteModal.tsx:176
#: src/components/uikit/ContextMenu/items/InviteMenuItems.tsx:111
msgid "Failed to send invite"
@@ -8037,7 +8115,7 @@ msgstr "Det gick inte att skicka SMS-kod. Försök igen."
msgid "Failed to send theme"
msgstr "Det gick inte att skicka tema"
-#: src/components/pages/ReportPage.tsx:412
+#: src/components/pages/ReportPage.tsx:234
msgid "Failed to send verification code. Please try again."
msgstr "Det gick inte att skicka verifieringskod. Försök igen."
@@ -8084,19 +8162,19 @@ msgstr "Det gick inte att överföra ägarskap. Försök igen."
msgid "Failed to unblock user. Please try again."
msgstr "Det gick inte att avblockera användare. Försök igen."
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:589
-#: src/components/bottomsheets/DMBottomSheet.tsx:170
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:603
+#: src/components/bottomsheets/DMBottomSheet.tsx:172
#: src/components/channel/dm/DMList.tsx:226
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:138
msgid "Failed to unpin DM"
msgstr "Det gick inte att avfästa DM"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:589
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:603
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:118
msgid "Failed to unpin group"
msgstr "Det gick inte att avfästa grupp"
-#: src/components/bottomsheets/DMBottomSheet.tsx:170
+#: src/components/bottomsheets/DMBottomSheet.tsx:172
msgid "Failed to unpin group DM"
msgstr "Misslyckades med att avfästa grupp DM"
@@ -8298,7 +8376,7 @@ msgstr "Hitta den perfekta klistermärket"
msgid "Fine-tune core colors and fonts for this app. Changes here are stored as custom CSS overrides and sync with the editor below."
msgstr "Finjustera kärnfärger och typsnitt för denna app. Ändringar här lagras som anpassade CSS-överskridningar och synkroniseras med redigeraren nedan."
-#: src/components/pages/ReportPage.tsx:319
+#: src/components/pages/report/optionDescriptors.ts:91
msgid "Finland"
msgstr "Finland"
@@ -8306,7 +8384,7 @@ msgstr "Finland"
msgid "Finnish"
msgstr "Finska"
-#: src/components/pages/ReportPage.tsx:923
+#: src/components/pages/report/ReportStepDetails.tsx:199
msgid "First and last name"
msgstr "För- och efternamn"
@@ -8419,7 +8497,7 @@ msgstr "Fluxer behöver behörighet för att övervaka tangentbords- och musinma
msgid "Fluxer Partner"
msgstr "Fluxer-partner"
-#: src/components/modals/components/PlutoniumContent.tsx:182
+#: src/components/modals/components/PlutoniumContent.tsx:193
#: src/components/modals/PremiumModal.tsx:34
#: src/components/modals/utils/settingsConstants.tsx:147
#: src/components/popouts/UserProfileBadges.tsx:99
@@ -8483,7 +8561,7 @@ msgstr "Mat & Dryck"
msgid "Foodie Friends"
msgstr "Foodie-vänner"
-#: src/components/bottomsheets/DMBottomSheet.tsx:660
+#: src/components/bottomsheets/DMBottomSheet.tsx:663
msgid "For 1 hour"
msgstr "I 1 timme"
@@ -8497,7 +8575,7 @@ msgstr "I 1 timme"
msgid "For 1 Hour"
msgstr "I 1 timme"
-#: src/components/bottomsheets/DMBottomSheet.tsx:659
+#: src/components/bottomsheets/DMBottomSheet.tsx:662
#: src/components/popouts/UserAreaPopout.tsx:77
msgid "For 15 minutes"
msgstr "I 15 minuter"
@@ -8511,7 +8589,7 @@ msgstr "I 15 minuter"
msgid "For 15 Minutes"
msgstr "I 15 minuter"
-#: src/components/bottomsheets/DMBottomSheet.tsx:663
+#: src/components/bottomsheets/DMBottomSheet.tsx:666
msgid "For 24 hours"
msgstr "I 24 timmar"
@@ -8529,7 +8607,7 @@ msgstr "I 24 timmar"
msgid "For 3 days"
msgstr "I 3 dagar"
-#: src/components/bottomsheets/DMBottomSheet.tsx:661
+#: src/components/bottomsheets/DMBottomSheet.tsx:664
msgid "For 3 hours"
msgstr "I 3 timmar"
@@ -8542,7 +8620,7 @@ msgstr "I 3 timmar"
msgid "For 3 Hours"
msgstr "I 3 timmar"
-#: src/components/bottomsheets/DMBottomSheet.tsx:662
+#: src/components/bottomsheets/DMBottomSheet.tsx:665
msgid "For 8 hours"
msgstr "I 8 timmar"
@@ -8560,7 +8638,7 @@ msgstr "I 8 timmar"
msgid "For British eyes only..."
msgstr "För brittiska ögon endast..."
-#: src/components/modals/components/plutonium/PricingSection.tsx:62
+#: src/components/modals/components/plutonium/PricingSection.tsx:68
msgid "For Me"
msgstr "För mig"
@@ -8664,15 +8742,15 @@ msgstr "Tvingar slowmode att vara aktiv i alla kanaler"
msgid "Forever"
msgstr "För alltid"
-#: src/components/modals/components/MobileSettingsView.tsx:300
+#: src/components/modals/components/MobileSettingsView.tsx:295
msgid "Forget"
msgstr "Glöm"
-#: src/components/modals/components/MobileSettingsView.tsx:327
+#: src/components/modals/components/MobileSettingsView.tsx:322
msgid "Forget Push Subscriptions"
msgstr "Glöm push-prenumerationer"
-#: src/components/modals/components/MobileSettingsView.tsx:294
+#: src/components/modals/components/MobileSettingsView.tsx:289
msgid "Forget push subscriptions?"
msgstr "Glöm push-prenumerationer?"
@@ -8729,7 +8807,7 @@ msgstr "Bildhastighet"
msgid "Frame rates above 30 fps require Plutonium"
msgstr "Bildhastigheter över 30 fps kräver Plutonium"
-#: src/components/pages/ReportPage.tsx:320
+#: src/components/pages/report/optionDescriptors.ts:92
msgid "France"
msgstr "Frankrike"
@@ -8745,8 +8823,8 @@ msgstr "Gratisanvändare (inga köp)"
msgid "Free User (With Purchase History)"
msgstr "Gratisanvändare (med köphistorik)"
-#: src/components/modals/components/PlutoniumContent.tsx:163
-#: src/components/modals/components/PlutoniumContent.tsx:289
+#: src/components/modals/components/PlutoniumContent.tsx:174
+#: src/components/modals/components/PlutoniumContent.tsx:308
msgid "Free vs Plutonium"
msgstr "Gratis vs Plutonium"
@@ -8773,12 +8851,13 @@ msgstr "Vänförfrågan"
msgid "Friend request sent"
msgstr "Vänförfrågan skickad"
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:68
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:250
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:75
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:89
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:271
msgid "Friend Request Sent"
msgstr "Vänförfrågan skickad"
-#: src/components/channel/dm/AddFriendForm.tsx:144
+#: src/components/channel/dm/AddFriendForm.tsx:167
msgid "Friend request sent!"
msgstr "Vänförfrågan skickad!"
@@ -8787,7 +8866,7 @@ msgstr "Vänförfrågan skickad!"
msgid "Friend Requests"
msgstr "Vänförfrågningar"
-#: src/components/channel/dm/AddFriendForm.tsx:137
+#: src/components/channel/dm/AddFriendForm.tsx:160
msgid "Friend's FluxerTag"
msgstr "Väns FluxerTag"
@@ -8828,9 +8907,10 @@ msgstr "Från {0}"
#. placeholder {0}: creator.username
#. placeholder {1}: creator.discriminator
-#: src/components/channel/GiftEmbed.tsx:87
-#: src/components/modals/GiftAcceptModal.tsx:116
-#: src/components/modals/GiftAcceptModal.tsx:143
+#: src/components/channel/GiftEmbed.tsx:93
+#: src/components/modals/GiftAcceptModal.tsx:123
+#: src/components/modals/GiftAcceptModal.tsx:151
+#: src/components/modals/GiftAcceptModal.tsx:186
msgid "From {0}#{1}"
msgstr "Från {0}#{1}"
@@ -8850,7 +8930,7 @@ msgstr "Från användare"
msgid "from:"
msgstr "från:"
-#: src/components/pages/ReportPage.tsx:919
+#: src/components/pages/report/ReportStepDetails.tsx:195
msgid "Full Legal Name"
msgstr "Fullständigt juridiskt namn"
@@ -8892,7 +8972,7 @@ msgstr "Generera inbjudan"
msgid "Generate invite link"
msgstr "Generera inbjudningslänk"
-#: src/components/modals/tabs/BetaCodesTab.tsx:315
+#: src/components/modals/tabs/BetaCodesTab.tsx:340
msgid "Generate up to {MAX_UNCLAIMED_BETA_CODES} unclaimed beta codes to invite friends to Fluxer. You can create 3 codes per week."
msgstr "Generera upp till {MAX_UNCLAIMED_BETA_CODES} oanmälda betakoder för att bjuda in vänner till Fluxer. Du kan skapa 3 koder per vecka."
@@ -8909,7 +8989,7 @@ msgstr "Geografiskt begränsad"
msgid "German"
msgstr "Tyska"
-#: src/components/pages/ReportPage.tsx:321
+#: src/components/pages/report/optionDescriptors.ts:93
msgid "Germany"
msgstr "Tyskland"
@@ -8991,13 +9071,13 @@ msgstr "GIF-förhandsvisning"
#: src/components/channel/pickers/gif/GifPickerHeader.tsx:40
#: src/components/channel/pickers/memes/MemesPickerHeader.tsx:57
#: src/components/channel/textarea/TextareaButtons.tsx:110
-#: src/components/modals/ExpressionPickerSheet.tsx:68
+#: src/components/modals/ExpressionPickerSheet.tsx:55
#: src/components/popouts/ExpressionPickerPopout.tsx:69
msgid "GIFs"
msgstr "GIF:ar"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:122
-#: src/components/modals/GiftAcceptModal.tsx:163
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:141
+#: src/components/modals/GiftAcceptModal.tsx:206
msgid "Gift"
msgstr "Gåva"
@@ -9030,19 +9110,20 @@ msgstr "Gåvan redan inlöst"
msgid "Gift Already Redeemed"
msgstr "Gåvan redan inlöst"
-#: src/components/channel/GiftEmbed.tsx:94
+#: src/components/channel/GiftEmbed.tsx:105
+#: src/components/channel/GiftEmbed.tsx:109
msgid "Gift Claimed"
msgstr "Gåva hämtad"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:246
+#: src/components/modals/tabs/GiftInventoryTab.tsx:269
msgid "Gift code cannot be empty"
msgstr "Gåvokod kan inte vara tom"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:243
+#: src/components/modals/tabs/GiftInventoryTab.tsx:266
msgid "Gift code is required"
msgstr "Gåvokod krävs"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:250
+#: src/components/modals/tabs/GiftInventoryTab.tsx:273
msgid "Gift code is too long"
msgstr "Gåvokoden är för lång"
@@ -9070,7 +9151,7 @@ msgstr "Gåva hittades inte"
#: src/components/channel/textarea/TextareaButtons.tsx:101
#: src/components/channel/textarea/TextareaButtons.tsx:177
-#: src/components/modals/components/plutonium/GiftSection.tsx:61
+#: src/components/modals/components/plutonium/GiftSection.tsx:67
msgid "Gift Plutonium"
msgstr "Ge Plutonium"
@@ -9078,23 +9159,23 @@ msgstr "Ge Plutonium"
msgid "Gift redeemed successfully!"
msgstr "Gåva inlöst framgångsrikt!"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:89
+#: src/components/modals/tabs/GiftInventoryTab.tsx:90
msgid "Gift redeemed successfully! Enjoy your Plutonium!"
msgstr "Gåva inlöst framgångsrikt! Njut av ditt Plutonium!"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:53
+#: src/components/modals/components/plutonium/VisionarySection.tsx:58
msgid "gift time"
msgstr "gåvo tid"
-#: src/components/channel/GiftEmbed.tsx:151
+#: src/components/channel/GiftEmbed.tsx:162
msgid "Gift Unavailable"
msgstr "Gåva otillgänglig"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:132
+#: src/components/modals/tabs/GiftInventoryTab.tsx:133
msgid "Gift URL"
msgstr "Gåva-URL"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:75
+#: src/components/modals/tabs/GiftInventoryTab.tsx:76
msgid "Gift URL copied to clipboard!"
msgstr "Gåva-URL kopierad till urklipp!"
@@ -9126,7 +9207,7 @@ msgstr "Globala genvägar finns i skrivbordsappen"
msgid "Glorification of violence or disturbing imagery"
msgstr "Förhärligande av våld eller störande bilder"
-#: src/components/modals/components/MobileSettingsView.tsx:145
+#: src/components/modals/components/MobileSettingsView.tsx:140
#: src/components/modals/shared/MobileSettingsComponents.tsx:43
msgid "Go back"
msgstr "Gå tillbaka"
@@ -9143,7 +9224,7 @@ msgstr "Gå tillbaka till den tidigare fokuserade textkanalen"
msgid "Go forward in navigation history"
msgstr "Gå framåt i navigeringshistorik"
-#: src/components/channel/InviteEmbed.tsx:259
+#: src/components/channel/InviteEmbed.tsx:261
#: src/components/modals/InviteAcceptModal.tsx:100
msgid "Go to Community"
msgstr "Gå till Community"
@@ -9166,15 +9247,15 @@ msgstr "Gå till inloggning"
msgid "Go to message"
msgstr "Gå till meddelande"
-#: src/components/channel/ChannelSearchResults.tsx:841
+#: src/components/channel/ChannelSearchResults.tsx:809
msgid "Go to page"
msgstr "Gå till sida"
-#: src/components/channel/ChannelSearchResults.tsx:808
+#: src/components/channel/ChannelSearchResults.tsx:776
msgid "Go to page {page}"
msgstr "Gå till sida {page}"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:315
+#: src/components/modals/tabs/GiftInventoryTab.tsx:338
msgid "Go to Plutonium"
msgstr "Gå till Plutonium"
@@ -9195,7 +9276,7 @@ msgstr "Fattar"
msgid "Gotcha"
msgstr "Uppfattat"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:116
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:135
msgid "Grace Period"
msgstr "Överlåtelseperiod"
@@ -9203,7 +9284,7 @@ msgstr "Överlåtelseperiod"
msgid "Grace Period (Still Have Access)"
msgstr "Överlåtelseperiod (fortfarande tillgång)"
-#: src/components/modals/InviteModal.tsx:301
+#: src/components/modals/InviteModal.tsx:298
msgid "Grant temporary membership"
msgstr "Bevilja tillfälligt medlemskap"
@@ -9234,7 +9315,7 @@ msgstr "Stor framgång!"
msgid "Great success! You can now close this tab and return to the app."
msgstr "Stor framgång! Du kan nu stänga denna flik och återgå till appen."
-#: src/components/pages/ReportPage.tsx:322
+#: src/components/pages/report/optionDescriptors.ts:94
msgid "Greece"
msgstr "Grekland"
@@ -9263,7 +9344,7 @@ msgstr "Behörigheter att lägga till i gruppchatt"
msgid "Group Chat Permissions"
msgstr "Gruppchattbehörigheter"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:481
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:495
msgid "Group Direct Message"
msgstr "Gruppdirektmeddelande"
@@ -9272,7 +9353,7 @@ msgid "Group DM"
msgstr "Grupp DM"
#. placeholder {0}: channel.recipientIds.length + 1
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:772
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:804
msgid "Group DM · {0} members"
msgstr "Grupp DM · {0} medlemmar"
@@ -9317,12 +9398,12 @@ msgstr "Gruppnamnet får inte överstiga 100 tecken"
msgid "Group Online Status"
msgstr "Gruppens online-status"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:962
-#: src/components/channel/MemberListItem.tsx:102
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:984
+#: src/components/channel/MemberListItem.tsx:109
msgid "Group Owner"
msgstr "Gruppägare"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1092
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1116
msgid "Group Settings"
msgstr "Gruppinställningar"
@@ -9335,11 +9416,11 @@ msgstr "Gruppskrivstatus"
msgid "Group updated"
msgstr "Grupp uppdaterad"
-#: src/components/pages/ReportPage.tsx:893
+#: src/components/pages/report/ReportStepDetails.tsx:167
msgid "Guild (Community) ID"
msgstr "Guild (Community)-ID"
-#: src/components/pages/ReportPage.tsx:902
+#: src/components/pages/report/ReportStepDetails.tsx:177
msgid "Guild ID is required."
msgstr "Guild-ID krävs."
@@ -9355,13 +9436,13 @@ msgstr "Guildregister"
msgid "Hang on while we check for scheduled messages."
msgstr "Vänta medan vi kontrollerar schemalagda meddelanden."
-#: src/components/pages/ReportPage.tsx:295
+#: src/components/pages/report/optionDescriptors.ts:70
#: src/constants/IARConstants.tsx:155
msgid "Harassment"
msgstr "Trakasserier"
-#: src/components/pages/ReportPage.tsx:262
-#: src/components/pages/ReportPage.tsx:281
+#: src/components/pages/report/optionDescriptors.ts:43
+#: src/components/pages/report/optionDescriptors.ts:59
#: src/constants/IARConstants.tsx:32
#: src/constants/IARConstants.tsx:109
msgid "Harassment or Bullying"
@@ -9383,9 +9464,9 @@ msgstr "Har någonsin köpt override"
msgid "has:"
msgstr "har:"
-#: src/components/pages/ReportPage.tsx:263
-#: src/components/pages/ReportPage.tsx:282
-#: src/components/pages/ReportPage.tsx:296
+#: src/components/pages/report/optionDescriptors.ts:44
+#: src/components/pages/report/optionDescriptors.ts:60
+#: src/components/pages/report/optionDescriptors.ts:71
#: src/constants/IARConstants.tsx:37
#: src/constants/IARConstants.tsx:114
#: src/constants/IARConstants.tsx:160
@@ -9430,7 +9511,7 @@ msgid "Help Center"
msgstr "Hjälpcenter"
#. placeholder {0}: user.displayName
-#: src/components/layout/app-layout/nagbars/UnclaimedAccountNagbar.tsx:44
+#: src/components/layout/app-layout/nagbars/UnclaimedAccountNagbar.tsx:42
msgid "Hey {0}, claim your account to prevent losing access."
msgstr "Hej {0}, hävda ditt konto för att undvika att förlora åtkomst."
@@ -9654,7 +9735,7 @@ msgstr "https://example.com/callback"
msgid "Hungarian"
msgstr "Ungerska"
-#: src/components/pages/ReportPage.tsx:323
+#: src/components/pages/report/optionDescriptors.ts:95
msgid "Hungary"
msgstr "Ungern"
@@ -9728,8 +9809,8 @@ msgstr "Om du har fått en betakod kan du ange den nedan för att få omedelbar
msgid "If you want to export your data or delete your messages first, please visit the Privacy Dashboard section in User Settings before proceeding."
msgstr "Om du vill exportera dina data eller radera dina meddelanden först, besök avsnittet Integritetsinstrumentpanel i Användarinställningar innan du fortsätter."
-#: src/components/channel/channel-view/DMChannelView.tsx:301
-#: src/components/channel/dm/DMWelcomeSection.tsx:119
+#: src/components/channel/channel-view/DMChannelView.tsx:302
+#: src/components/channel/dm/DMWelcomeSection.tsx:131
#: src/components/channel/friends/FriendListItem.tsx:145
#: src/components/channel/friends/FriendListItem.tsx:244
#: src/components/channel/friends/MobileFriendRequestItem.tsx:69
@@ -9740,7 +9821,7 @@ msgstr "Ignorera"
#: src/components/channel/friends/FriendListItem.tsx:143
#: src/components/channel/friends/MobileFriendRequestItem.tsx:67
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:152
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:173
msgid "Ignore Friend Request"
msgstr "Ignorera vänförfrågan"
@@ -9749,8 +9830,8 @@ msgstr "Ignorera vänförfrågan"
msgid "Ignore per-channel message rate limits."
msgstr "Ignorera meddelandefrekvensgränser per kanal."
-#: src/components/pages/ReportPage.tsx:267
-#: src/components/pages/ReportPage.tsx:298
+#: src/components/pages/report/optionDescriptors.ts:48
+#: src/components/pages/report/optionDescriptors.ts:73
#: src/constants/IARConstants.tsx:57
#: src/constants/IARConstants.tsx:170
msgid "Illegal Activity"
@@ -9762,7 +9843,7 @@ msgid "image"
msgstr "bild"
#: src/components/channel/embeds/media/EmbedGifv.tsx:237
-#: src/components/channel/embeds/media/EmbedImage.tsx:369
+#: src/components/channel/embeds/media/EmbedImage.tsx:374
#: src/components/modals/MediaViewerModal.tsx:362
#: src/components/search/HasFilterSheet.tsx:50
#: src/utils/FavoriteMemeUtils.ts:71
@@ -9783,8 +9864,8 @@ msgstr "Bildförhandsvisning"
msgid "Images"
msgstr "Bilder"
-#: src/components/pages/ReportPage.tsx:272
-#: src/components/pages/ReportPage.tsx:284
+#: src/components/pages/report/optionDescriptors.ts:53
+#: src/components/pages/report/optionDescriptors.ts:62
#: src/constants/IARConstants.tsx:82
#: src/constants/IARConstants.tsx:124
msgid "Impersonation"
@@ -9839,7 +9920,7 @@ msgstr "om {absWeeks} veckor"
msgid "in {absYears} years"
msgstr "om {absYears} år"
-#: src/components/channel/channel-view/DMChannelView.tsx:275
+#: src/components/channel/channel-view/DMChannelView.tsx:276
msgid "In call"
msgstr "I samtal"
@@ -9880,7 +9961,7 @@ msgstr "I din webbläsare fungerar Push-to-Talk endast när Fluxer-fliken är i
msgid "in:"
msgstr "i:"
-#: src/components/pages/ReportPage.tsx:286
+#: src/components/pages/report/optionDescriptors.ts:64
#: src/constants/IARConstants.tsx:134
msgid "Inappropriate Profile"
msgstr "Olämplig profil"
@@ -9909,7 +9990,7 @@ msgstr "Inkludera alla community-omnämningar"
msgid "Include audio from your screen in the share"
msgstr "Inkludera ljud från din skärm i delningen"
-#: src/components/channel/channel-view/DMChannelView.tsx:269
+#: src/components/channel/channel-view/DMChannelView.tsx:270
#: src/components/voice/IncomingCallUI.tsx:263
#: src/components/voice/IncomingCallUI.tsx:286
#: src/components/voice/IncomingCallUI.tsx:324
@@ -9946,11 +10027,11 @@ msgid "Increase app zoom level"
msgstr "Öka appens zoomnivå"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:284
-#: src/components/channel/ChannelSearchResults.tsx:679
+#: src/components/channel/ChannelSearchResults.tsx:648
msgid "Indexing Channel"
msgstr "Indexerar kanal"
-#: src/components/channel/ChannelSearchResults.tsx:317
+#: src/components/channel/ChannelSearchResults.tsx:274
msgid "Indexing..."
msgstr "Indexering..."
@@ -10032,12 +10113,12 @@ msgstr "Inmatningar med ikoner"
msgid "Insert emoji"
msgstr "Infoga emoji"
-#: src/components/channel/InviteEmbed.tsx:198
+#: src/components/channel/InviteEmbed.tsx:200
#: src/components/modals/InviteAcceptModal.tsx:143
msgid "Install Emoji Pack"
msgstr "Installera emojipaket"
-#: src/components/channel/InviteEmbed.tsx:198
+#: src/components/channel/InviteEmbed.tsx:200
#: src/components/modals/InviteAcceptModal.tsx:143
msgid "Install Sticker Pack"
msgstr "Installera klistermärkespaket"
@@ -10104,7 +10185,7 @@ msgstr "Ogiltig presentkod"
msgid "Invalid instance response: missing webapp URL."
msgstr "Ogiltigt instanssvar: saknar webapp-URL."
-#: src/components/modals/ClaimAccountModal.tsx:108
+#: src/components/modals/ClaimAccountModal.tsx:110
#: src/components/modals/EmailChangeModal.tsx:108
#: src/components/modals/EmailChangeModal.tsx:169
msgid "Invalid or expired code"
@@ -10134,7 +10215,7 @@ msgstr "Inverterad knapp klickad!"
msgid "Invisible"
msgstr "Osynlig"
-#: src/components/modals/InviteModal.tsx:257
+#: src/components/modals/InviteModal.tsx:267
#: src/components/modals/tabs/ExpressionPacksTab.tsx:83
#: src/constants/AuditLogConstants.tsx:239
msgid "Invite"
@@ -10144,7 +10225,7 @@ msgstr "Bjud in"
msgid "Invite Background"
msgstr "Inbjudningsbakgrund"
-#: src/components/pages/ReportPage.tsx:908
+#: src/components/pages/report/ReportStepDetails.tsx:183
msgid "Invite Code (optional)"
msgstr "Inbjudningskod (valfritt)"
@@ -10170,7 +10251,7 @@ msgstr "Bjud in vänner"
msgid "Invite friends to {0}"
msgstr "Bjud in vänner till {0}"
-#: src/components/modals/InviteModal.tsx:317
+#: src/components/modals/InviteModal.tsx:314
msgid "Invite link"
msgstr "Inbjudningslänk"
@@ -10190,7 +10271,7 @@ msgid "Invite Links"
msgstr "Inbjudningslänkar"
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:164
-#: src/components/layout/ChannelItem.tsx:599
+#: src/components/layout/ChannelItem.tsx:616
#: src/components/popouts/GuildHeaderPopout.tsx:178
msgid "Invite Members"
msgstr "Bjud in medlemmar"
@@ -10218,7 +10299,7 @@ msgid "Invite Page Preview"
msgstr "Förhandsgranskning av inbjudningssida"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:381
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1144
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1168
#: src/components/layout/FavoritesChannelListContent.tsx:305
#: src/components/uikit/ContextMenu/ChannelListContextMenu.tsx:96
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:97
@@ -10236,7 +10317,7 @@ msgstr "Inbjudning återkallad"
msgid "Invite sent for {0}"
msgstr "Inbjudning skickad för {0}"
-#: src/components/bottomsheets/DMBottomSheet.tsx:256
+#: src/components/bottomsheets/DMBottomSheet.tsx:258
msgid "Invite sent to {guildName}"
msgstr "Inbjudan skickad till {guildName}"
@@ -10249,7 +10330,7 @@ msgid "Invite splash preview"
msgstr "Förhandsgranskning av inbjudningssplash"
#. placeholder {0}: guild.name
-#: src/components/bottomsheets/DMBottomSheet.tsx:499
+#: src/components/bottomsheets/DMBottomSheet.tsx:501
msgid "Invite to {0}"
msgstr "Bjud in till {0}"
@@ -10257,7 +10338,7 @@ msgstr "Bjud in till {0}"
msgid "Invite to Community"
msgstr "Bjud in till community"
-#: src/components/channel/InviteEmbed.tsx:362
+#: src/components/channel/InviteEmbed.tsx:364
msgid "Invite Unavailable"
msgstr "Inbjudning otillgänglig"
@@ -10277,7 +10358,7 @@ msgid "Invited by {0}#{1}"
msgstr "Inbjuden av {0}#{1}"
#: src/components/auth/InviteHeader.tsx:159
-#: src/components/channel/InviteEmbed.tsx:222
+#: src/components/channel/InviteEmbed.tsx:224
msgid "Invited by {inviterTag}"
msgstr "Inbjuden av {inviterTag}"
@@ -10290,8 +10371,8 @@ msgid "Inviter:"
msgstr "Inbjudare:"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:303
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1199
-#: src/components/bottomsheets/DMBottomSheet.tsx:468
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1223
+#: src/components/bottomsheets/DMBottomSheet.tsx:470
#: src/components/channel/dm/DMList.tsx:257
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:145
msgid "Invites"
@@ -10301,11 +10382,11 @@ msgstr "Inbjudningar"
msgid "Invites are currently disabled for this community."
msgstr "Inbjudningar är för närvarande inaktiverade för detta community."
-#: src/components/modals/InviteModal.tsx:270
+#: src/components/modals/InviteModal.tsx:237
msgid "Invites are currently disabled in this community by an admin. While this invite can be created, it cannot be accepted until invites are re-enabled."
msgstr "Inbjudningar är för närvarande inaktiverade i detta community av en admin. Även om denna inbjudning kan skapas kan den inte accepteras förrän inbjudningar återaktiveras."
-#: src/components/layout/guild-list/GuildListItem.tsx:233
+#: src/components/layout/guild-list/GuildListItem.tsx:234
msgid "Invites are currently paused in this community"
msgstr "Inbjudningar är för närvarande pausade i detta community"
@@ -10317,7 +10398,7 @@ msgstr "Inbjudningar är låsta för förhandsgranskningscommunities. Aktivera d
msgid "Invites disabled"
msgstr "Inbjudningar inaktiverade"
-#: src/components/channel/InviteEmbed.tsx:257
+#: src/components/channel/InviteEmbed.tsx:259
#: src/components/modals/InviteAcceptModal.tsx:98
msgid "Invites Disabled"
msgstr "Inbjudningar inaktiverade"
@@ -10343,7 +10424,7 @@ msgstr "Inbjudningar till <0>{0}0> är för närvarande inaktiverade"
msgid "IP address authorized"
msgstr "IP-adress auktoriserad"
-#: src/components/pages/ReportPage.tsx:324
+#: src/components/pages/report/optionDescriptors.ts:96
msgid "Ireland"
msgstr "Irland"
@@ -10359,7 +10440,7 @@ msgstr "Det är en riktig skrivfest här"
msgid "Italian"
msgstr "Italienska"
-#: src/components/pages/ReportPage.tsx:325
+#: src/components/pages/report/optionDescriptors.ts:97
msgid "Italy"
msgstr " Italien"
@@ -10381,16 +10462,16 @@ msgstr "Gå med i ett community"
msgid "Join a community with stickers to get started!"
msgstr "Gå med i ett community med klistermärken för att komma igång!"
-#: src/components/channel/channel-view/DMChannelView.tsx:315
+#: src/components/channel/channel-view/DMChannelView.tsx:316
msgid "Join call"
msgstr "Gå med i samtal"
-#: src/components/channel/InviteEmbed.tsx:261
-#: src/components/channel/InviteEmbed.tsx:451
+#: src/components/channel/InviteEmbed.tsx:263
+#: src/components/channel/InviteEmbed.tsx:453
#: src/components/layout/guild-list/AddGuildButton.tsx:71
#: src/components/modals/AddGuildModal.tsx:129
#: src/components/modals/AddGuildModal.tsx:410
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:304
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:342
#: src/components/modals/InviteAcceptModal.tsx:102
#: src/components/modals/InviteAcceptModalPreview.tsx:114
msgid "Join Community"
@@ -10400,7 +10481,7 @@ msgstr "Gå med i community"
msgid "Join community form"
msgstr "Anmälningsformulär för community"
-#: src/components/channel/InviteEmbed.tsx:187
+#: src/components/channel/InviteEmbed.tsx:189
msgid "Join Group"
msgstr "Gå med i grupp"
@@ -10416,19 +10497,19 @@ msgstr "Anslutningsaviseringar"
msgid "Join Operators Community"
msgstr "Gå med i Operators Community"
-#: src/components/channel/CallMessage.tsx:171
+#: src/components/channel/CallMessage.tsx:165
msgid "Join the call"
msgstr "Gå med i samtalet"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:122
+#: src/components/channel/ChannelHeader/CallButtons.tsx:159
msgid "Join Video Call"
msgstr "Gå med i videosamtal"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:118
+#: src/components/channel/ChannelHeader/CallButtons.tsx:150
msgid "Join Video Call ({participantCount} participant)"
msgstr "Gå med i videosamtal ({participantCount} deltagare)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:119
+#: src/components/channel/ChannelHeader/CallButtons.tsx:151
msgid "Join Video Call ({participantCount} participants)"
msgstr "Gå med i videosamtal ({participantCount} deltagare)"
@@ -10436,15 +10517,15 @@ msgstr "Gå med i videosamtal ({participantCount} deltagare)"
msgid "Join Visionary Community"
msgstr "Gå med i Visionary Community"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:70
+#: src/components/channel/ChannelHeader/CallButtons.tsx:89
msgid "Join Voice Call"
msgstr "Gå med i röstsamtal"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:66
+#: src/components/channel/ChannelHeader/CallButtons.tsx:80
msgid "Join Voice Call ({participantCount} participant)"
msgstr "Gå med i röstsamtal ({participantCount} deltagare)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:67
+#: src/components/channel/ChannelHeader/CallButtons.tsx:81
msgid "Join Voice Call ({participantCount} participants)"
msgstr "Gå med i röstsamtal ({participantCount} deltagare)"
@@ -10495,7 +10576,7 @@ msgstr "JPEG, PNG, WebP. Max 10 MB. Rekommenderat: 512×512 px"
msgid "JPEG, PNG, WebP. Max 10MB. Recommended: 512×512px. Animated avatars (GIF) require <0/>."
msgstr "JPEG, PNG, WebP. Max 10 MB. Rekommenderat: 512×512 px. Animerade avatars (GIF) kräver <0/>."
-#: src/components/channel/ChannelSearchResults.tsx:777
+#: src/components/channel/ChannelSearchResults.tsx:745
#: src/components/pages/MessageListPage.tsx:97
#: src/components/popouts/RecentMentionsContent.tsx:221
#: src/components/popouts/SavedMessagesContent.tsx:102
@@ -10519,11 +10600,11 @@ msgstr "Hoppa till meddelande"
msgid "Jump to Oldest Unread Message"
msgstr "Hoppa till äldsta olästa meddelandet"
-#: src/components/channel/ChannelSearchResults.tsx:872
+#: src/components/channel/ChannelSearchResults.tsx:840
msgid "Jump to page"
msgstr "Hoppa till sida"
-#: src/components/channel/Messages.tsx:917
+#: src/components/channel/Messages.tsx:915
msgid "Jump to Present"
msgstr "Hoppa till nuet"
@@ -10612,7 +10693,7 @@ msgid "Keyboard Shortcuts"
msgstr "Tangentbordsgenvägar"
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:344
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:311
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:314
#: src/components/modals/KickMemberModal.tsx:58
#: src/components/modals/UserProfileActionsSheet.tsx:253
msgid "Kick"
@@ -10702,7 +10783,7 @@ msgstr "Fördröjning {latency} millisekunder"
msgid "Latency graph"
msgstr "Fördröjningsdiagram"
-#: src/components/pages/ReportPage.tsx:326
+#: src/components/pages/report/optionDescriptors.ts:98
msgid "Latvia"
msgstr "Lettland"
@@ -10729,10 +10810,10 @@ msgstr "Lämna community"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:248
#: src/components/bottomsheets/ChannelBottomSheet.tsx:250
#: src/components/bottomsheets/ChannelBottomSheet.tsx:314
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1253
-#: src/components/bottomsheets/DMBottomSheet.tsx:337
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1277
#: src/components/bottomsheets/DMBottomSheet.tsx:339
-#: src/components/bottomsheets/DMBottomSheet.tsx:551
+#: src/components/bottomsheets/DMBottomSheet.tsx:341
+#: src/components/bottomsheets/DMBottomSheet.tsx:554
#: src/components/channel/dm/DMList.tsx:265
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:159
#: src/hooks/useLeaveGroup.tsx:42
@@ -10740,27 +10821,27 @@ msgstr "Lämna community"
msgid "Leave Group"
msgstr "Lämna grupp"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:122
+#: src/components/channel/ChannelHeader/CallButtons.tsx:157
msgid "Leave Video Call"
msgstr "Lämna videosamtal"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:113
+#: src/components/channel/ChannelHeader/CallButtons.tsx:145
msgid "Leave Video Call ({participantCount} participant)"
msgstr "Lämna videosamtal ({participantCount} deltagare)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:114
+#: src/components/channel/ChannelHeader/CallButtons.tsx:146
msgid "Leave Video Call ({participantCount} participants)"
msgstr "Lämna videosamtal ({participantCount} deltagare)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:70
+#: src/components/channel/ChannelHeader/CallButtons.tsx:87
msgid "Leave Voice Call"
msgstr "Lämna röstsamtal"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:61
+#: src/components/channel/ChannelHeader/CallButtons.tsx:75
msgid "Leave Voice Call ({participantCount} participant)"
msgstr "Lämna röstsamtal ({participantCount} deltagare)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:62
+#: src/components/channel/ChannelHeader/CallButtons.tsx:76
msgid "Leave Voice Call ({participantCount} participants)"
msgstr "Lämna röstsamtal ({participantCount} deltagare)"
@@ -10785,7 +10866,7 @@ msgstr "Vänsterjusterad"
msgid "Left community"
msgstr "Lämnade community"
-#: src/components/bottomsheets/DMBottomSheet.tsx:350
+#: src/components/bottomsheets/DMBottomSheet.tsx:352
#: src/hooks/useLeaveGroup.tsx:56
msgid "Left group"
msgstr "Lämnade grupp"
@@ -10798,7 +10879,7 @@ msgstr "Vänsterikon"
msgid "Left Tooltip"
msgstr "Vänsterverktygstips"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:90
+#: src/components/modals/components/plutonium/VisionarySection.tsx:99
msgid "Let people add you without needing a 4-digit tag"
msgstr "Låt folk lägga till dig utan att behöva en 4-siffrig tagg"
@@ -10810,17 +10891,13 @@ msgstr "Låt communityn moderera sig själv"
msgid "Letters (a-z, A-Z), numbers (0-9), and underscores (_) only"
msgstr "Endast bokstäver (a-z, A-Z), siffror (0-9) och understreck (_)"
-#: src/components/pages/ReportPage.tsx:729
-msgid "Letters and numbers only. You can paste the code—formatting is automatic."
-msgstr "Endast bokstäver och siffror. Du kan klistra in koden—formateringen är automatisk."
-
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:120
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:139
#: src/components/modals/tabs/DeveloperOptionsTab/AccountPremiumTab.tsx:49
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:371
msgid "Lifetime"
msgstr "Livstid"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:73
+#: src/components/modals/components/plutonium/VisionarySection.tsx:82
#: src/utils/giftUtils.ts:58
msgid "Lifetime Plutonium"
msgstr "Livstids Plutonium"
@@ -10838,7 +10915,7 @@ msgid "Liked!"
msgstr "Gillad!"
#. placeholder {0}: formatter.format(visionarySlots.total)
-#: src/components/modals/components/plutonium/VisionarySection.tsx:61
+#: src/components/modals/components/plutonium/VisionarySection.tsx:70
msgid "Limited to {0} users. One-time purchase, lifetime access."
msgstr "Begränsat till {0} användare. Engångsköp, livstidsåtkomst."
@@ -10856,7 +10933,7 @@ msgstr "Länk"
msgid "Link channel"
msgstr "Länka kanal"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:530
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:544
#: src/components/uikit/ContextMenu/MediaContextMenu.tsx:145
#: src/components/uikit/ContextMenu/MediaContextMenu.tsx:228
msgid "Link copied to clipboard"
@@ -10902,7 +10979,7 @@ msgstr "Listor"
msgid "Lists members with this role in their own section in the member list."
msgstr "Visar medlemmar med denna roll i en egen sektion i medlemslistan."
-#: src/components/pages/ReportPage.tsx:327
+#: src/components/pages/report/optionDescriptors.ts:99
msgid "Lithuania"
msgstr "Litauen"
@@ -10934,7 +11011,7 @@ msgstr "Laddar avstängningar..."
msgid "Loading communities..."
msgstr "Laddar gemenskaper..."
-#: src/components/channel/embeds/media/EmbedImage.tsx:363
+#: src/components/channel/embeds/media/EmbedImage.tsx:368
msgid "Loading image"
msgstr "Laddar bild"
@@ -10947,7 +11024,7 @@ msgid "Loading more..."
msgstr "Laddar fler..."
#: src/components/channel/embeds/media/EmbedGifv.tsx:493
-#: src/components/channel/embeds/media/EmbedGifv.tsx:721
+#: src/components/channel/embeds/media/EmbedGifv.tsx:745
msgid "Loading placeholder"
msgstr "Laddar platshållare"
@@ -10971,7 +11048,7 @@ msgstr "Laddar tema..."
msgid "Loading verification methods..."
msgstr "Laddar verifieringsmetoder..."
-#: src/components/channel/embeds/media/EmbedImage.tsx:363
+#: src/components/channel/embeds/media/EmbedImage.tsx:368
msgid "Loading: {alt}"
msgstr "Laddar: {alt}"
@@ -11021,7 +11098,7 @@ msgid "Log in with a passkey"
msgstr "Logga in med en passkey"
#: src/components/modals/components/DesktopSettingsView.tsx:346
-#: src/components/modals/components/MobileSettingsView.tsx:362
+#: src/components/modals/components/MobileSettingsView.tsx:357
#: src/components/pages/PendingVerificationPage.tsx:151
msgid "Log Out"
msgstr "Logga ut"
@@ -11101,7 +11178,7 @@ msgstr "Låg"
msgid "Low (480p)"
msgstr "Låg (480p)"
-#: src/components/pages/ReportPage.tsx:328
+#: src/components/pages/report/optionDescriptors.ts:100
msgid "Luxembourg"
msgstr "Luxemburg"
@@ -11114,16 +11191,16 @@ msgstr "Gör till gruppägare"
msgid "Make links to websites stand out more by always underlining them."
msgstr "Gör länkar till webbplatser mer framträdande genom att alltid understryka dem."
-#: src/components/pages/ReportPage.tsx:271
+#: src/components/pages/report/optionDescriptors.ts:52
#: src/constants/IARConstants.tsx:77
msgid "Malicious Links"
msgstr "Skadliga länkar"
-#: src/components/pages/ReportPage.tsx:329
+#: src/components/pages/report/optionDescriptors.ts:101
msgid "Malta"
msgstr "Malta"
-#: src/components/pages/ReportPage.tsx:302
+#: src/components/pages/report/optionDescriptors.ts:77
#: src/constants/IARConstants.tsx:190
msgid "Malware Distribution"
msgstr "Malwarespridning"
@@ -11214,7 +11291,7 @@ msgid "Manage slash commands for this application"
msgstr "Hantera snedstreckskommandon för den här appen"
#: src/components/layout/app-layout/nagbars/PremiumGracePeriodNagbar.tsx:83
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:288
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:324
msgid "Manage Subscription"
msgstr "Hantera prenumeration"
@@ -11227,7 +11304,7 @@ msgstr "Hantera e-postadressen du använder för att logga in på Fluxer"
msgid "Manage Webhooks"
msgstr "Hantera webhooks"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:100
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:104
msgid "Manage your applications and bots."
msgstr "Hantera dina appar och bottar."
@@ -11243,7 +11320,7 @@ msgstr "Hantera dina gåvor"
msgid "Manage your phone number for SMS two-factor authentication"
msgstr "Hantera ditt telefonnummer för SMS tvåfaktorsautentisering"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:280
+#: src/components/modals/tabs/GiftInventoryTab.tsx:303
msgid "Manage your purchased Plutonium gift codes. Share the gift URL with someone special or redeem it for yourself!"
msgstr "Hantera dina köpta Plutonium presentkoder. Dela present-URL:en med någon speciell eller lösa in den för dig själv!"
@@ -11256,8 +11333,8 @@ msgid "Mark as 18+ (NSFW)"
msgstr "Markera som 18+ (NSFW)"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:358
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1115
-#: src/components/bottomsheets/DMBottomSheet.tsx:388
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1139
+#: src/components/bottomsheets/DMBottomSheet.tsx:390
#: src/components/channel/NewMessagesBar.tsx:60
#: src/components/uikit/ContextMenu/items/CategoryMenuItems.tsx:81
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:79
@@ -11319,7 +11396,7 @@ msgstr "Markdown"
msgid "Markdown Preview"
msgstr "Markdown-förhandsvisning"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:516
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:530
msgid "Marked as read"
msgstr "Markerad som läst"
@@ -11347,7 +11424,7 @@ msgstr "Markörer under reglaget"
msgid "Marty_McFly"
msgstr "Marty_McFly"
-#: src/components/modals/ClaimAccountModal.tsx:160
+#: src/components/modals/ClaimAccountModal.tsx:162
#: src/components/modals/EmailChangeModal.tsx:254
msgid "marty@example.com"
msgstr "marty@example.com"
@@ -11356,7 +11433,7 @@ msgstr "marty@example.com"
msgid "Mask Visionary as subscription"
msgstr "Maskera Visionary som prenumeration"
-#: src/components/modals/InviteModal.tsx:291
+#: src/components/modals/InviteModal.tsx:288
msgid "Max number of uses"
msgstr "Max antal användningar"
@@ -11393,7 +11470,8 @@ msgstr "Maximal kvalitet för kameran är 1080p"
msgid "Maximum quality, requires very fast connection"
msgstr "Maximal kvalitet, kräver mycket snabb anslutning"
-#: src/components/modals/GiftAcceptModal.tsx:151
+#: src/components/modals/GiftAcceptModal.tsx:161
+#: src/components/modals/GiftAcceptModal.tsx:194
msgid "Maybe later"
msgstr "Kanske senare"
@@ -11411,7 +11489,7 @@ msgstr "Mäter..."
#: src/components/channel/AutocompleteEmoji.tsx:154
#: src/components/channel/textarea/TextareaButtons.tsx:122
-#: src/components/modals/ExpressionPickerSheet.tsx:77
+#: src/components/modals/ExpressionPickerSheet.tsx:64
#: src/components/modals/tabs/ChatSettingsTab.tsx:43
#: src/components/modals/tabs/ChatSettingsTab/Inline.tsx:37
#: src/components/modals/utils/settingsConstants.tsx:298
@@ -11504,8 +11582,8 @@ msgstr "Medlemsverifiering"
msgid "Member verification level"
msgstr "Medlemsverifieringsnivå"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:877
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:913
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:909
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:945
#: src/components/modals/guildTabs/GuildMembersTab.tsx:429
#: src/components/modals/shared/AddOverridePopout.tsx:176
#: src/components/modals/utils/guildSettingsConstants.tsx:157
@@ -11536,7 +11614,7 @@ msgstr "Medlemmar rensade"
msgid "Members receive notifications for every message"
msgstr "Medlemmar får aviseringar för varje meddelande"
-#: src/components/modals/InviteModal.tsx:302
+#: src/components/modals/InviteModal.tsx:299
msgid "Members will be removed when they go offline unless a role is assigned"
msgstr "Medlemmar tas bort när de går offline om de inte har en roll tilldelad"
@@ -11608,11 +11686,11 @@ msgid "mentions:"
msgstr "nämningar:"
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:234
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:218
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:220
#: src/components/modals/tabs/ComponentGalleryTab/InputsTab.tsx:164
-#: src/components/modals/UserProfileMobileSheet.tsx:497
-#: src/components/modals/UserProfileModal.tsx:1189
-#: src/components/modals/UserProfileModal.tsx:1311
+#: src/components/modals/UserProfileMobileSheet.tsx:501
+#: src/components/modals/UserProfileModal.tsx:1190
+#: src/components/modals/UserProfileModal.tsx:1316
#: src/components/popouts/UserProfilePopout.tsx:289
#: src/components/popouts/UserProfilePopout.tsx:308
#: src/components/profile/ProfilePreview.tsx:292
@@ -11689,7 +11767,7 @@ msgstr "Meddelandegruppering"
msgid "Message is too long"
msgstr "Meddelandet är för långt"
-#: src/components/pages/ReportPage.tsx:837
+#: src/components/pages/report/ReportStepDetails.tsx:107
msgid "Message Link"
msgstr "Meddelandelänk"
@@ -11744,7 +11822,7 @@ msgstr "Meddelanden & media"
msgid "Messages Deleted"
msgstr "Meddelanden raderade"
-#: src/components/channel/Messages.tsx:938
+#: src/components/channel/Messages.tsx:936
msgid "Messages failed to load"
msgstr "Meddelanden kunde inte laddas"
@@ -11888,22 +11966,21 @@ msgstr "Moderering"
msgid "Monospace font family"
msgstr "Fastbreddsfontfamilj"
-#: src/components/auth/DateOfBirthField.tsx:87
-#: src/components/auth/DateOfBirthField.tsx:154
+#: src/components/auth/DateOfBirthField.tsx:151
#: src/components/auth/MockMinimalRegisterForm.tsx:68
msgid "Month"
msgstr "Månad"
-#: src/components/modals/components/plutonium/PricingSection.tsx:71
+#: src/components/modals/components/plutonium/PricingSection.tsx:78
msgid "Monthly"
msgstr "Månadsvis"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:63
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:73
msgid "Monthly {monthlyPrice}"
msgstr "Månadsvis {monthlyPrice}"
#: src/components/accounts/AccountRow.tsx:178
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:863
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:895
#: src/components/channel/friends/FriendListItem.tsx:229
#: src/components/channel/MessageActionBar.tsx:647
#: src/components/channel/MessageActionBar.tsx:776
@@ -11936,7 +12013,7 @@ msgstr "Fler klistermärkesplatser"
msgid "Most popular"
msgstr "Mest populära"
-#: src/components/channel/ChannelSearchResults.tsx:225
+#: src/components/channel/ChannelSearchResults.tsx:182
#: src/components/search/SortModeSheet.tsx:53
msgid "Most Relevant"
msgstr "Mest relevanta"
@@ -12015,7 +12092,7 @@ msgstr "Flerspråkigt innehåll"
msgid "Music Lovers"
msgstr "Musikälskare"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:850
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:882
#: src/components/bottomsheets/VoiceLobbyBottomSheet.tsx:179
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:253
#: src/components/layout/UserArea.tsx:213
@@ -12055,7 +12132,7 @@ msgstr "Tysta kanal"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:400
#: src/components/bottomsheets/ChannelBottomSheet.tsx:452
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1010
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1034
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:171
#: src/components/modals/GuildNotificationSettingsModal.tsx:295
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:168
@@ -12069,9 +12146,9 @@ msgstr "Tysta kanal"
msgid "Mute Community"
msgstr "Tysta community"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1012
-#: src/components/bottomsheets/DMBottomSheet.tsx:449
-#: src/components/bottomsheets/DMBottomSheet.tsx:590
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1036
+#: src/components/bottomsheets/DMBottomSheet.tsx:451
+#: src/components/bottomsheets/DMBottomSheet.tsx:593
msgid "Mute Conversation"
msgstr "Tysta konversation"
@@ -12096,7 +12173,7 @@ msgstr "Tysta medlemmar"
msgid "Mute User"
msgstr "Tysta användare"
-#: src/components/layout/guild-list/GuildListItem.tsx:193
+#: src/components/layout/guild-list/GuildListItem.tsx:194
#: src/components/layout/VoiceStateIcons.tsx:53
#: src/components/voice/VoiceParticipantTile.tsx:897
#: src/utils/ContextMenuUtils.tsx:159
@@ -12105,7 +12182,7 @@ msgstr "Tystad"
#. placeholder {0}: DateUtils.getFormattedDateTime(new Date(muteConfig.end_time))
#. placeholder {0}: getFormattedDateTime(new Date(muteConfig.end_time))
-#: src/components/layout/guild-list/GuildListItem.tsx:191
+#: src/components/layout/guild-list/GuildListItem.tsx:192
#: src/utils/ContextMenuUtils.tsx:157
msgid "Muted until {0}"
msgstr "Tystad tills {0}"
@@ -12253,7 +12330,7 @@ msgstr "Behöver du ett konto?"
msgid "Neighborhood Watch"
msgstr "Grannsamverkan"
-#: src/components/pages/ReportPage.tsx:330
+#: src/components/pages/report/optionDescriptors.ts:102
msgid "Netherlands"
msgstr "Nederländerna"
@@ -12261,9 +12338,9 @@ msgstr "Nederländerna"
msgid "Network"
msgstr "Nätverk"
-#: src/components/modals/components/PlutoniumContent.tsx:145
-#: src/components/modals/components/PlutoniumContent.tsx:271
-#: src/components/modals/tabs/BetaCodesTab.tsx:295
+#: src/components/modals/components/PlutoniumContent.tsx:156
+#: src/components/modals/components/PlutoniumContent.tsx:288
+#: src/components/modals/tabs/BetaCodesTab.tsx:320
#: src/components/modals/tabs/DevicesTab.tsx:229
msgid "Network error"
msgstr "Nätverksfel"
@@ -12290,7 +12367,7 @@ msgstr "upphör aldrig"
#: src/components/channel/Divider.tsx:51
#: src/components/channel/Divider.tsx:60
#: src/components/channel/UnreadDividerSlot.tsx:45
-#: src/components/layout/GuildsLayout.tsx:285
+#: src/components/layout/GuildsLayout.tsx:283
msgid "New"
msgstr "Ny"
@@ -12311,7 +12388,7 @@ msgstr "Ny e-post"
msgid "New email form"
msgstr "Nytt e-postformulär"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:902
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:934
msgid "New Group"
msgstr "Ny grupp"
@@ -12334,7 +12411,7 @@ msgid "new-channel"
msgstr "ny-kanal"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:446
-#: src/components/channel/ChannelSearchResults.tsx:223
+#: src/components/channel/ChannelSearchResults.tsx:180
msgid "Newest"
msgstr "Nyaste"
@@ -12394,7 +12471,7 @@ msgstr "Smeknamnet får inte överstiga 32 tecken"
msgid "Nickname updated"
msgstr "Smeknamn uppdaterat"
-#: src/components/layout/GuildLayout.tsx:392
+#: src/components/layout/GuildLayout.tsx:397
msgid "No accessible channels"
msgstr "Inga tillgängliga kanaler"
@@ -12431,7 +12508,7 @@ msgstr "Inga bannlysta användare"
msgid "No bans found matching your search."
msgstr "Inga bannlysningar hittades som matchar din sökning."
-#: src/components/modals/tabs/BetaCodesTab.tsx:365
+#: src/components/modals/tabs/BetaCodesTab.tsx:390
msgid "No beta codes yet"
msgstr "Inga betakoder än"
@@ -12471,7 +12548,7 @@ msgstr "Inga kanaler tillgängliga"
msgid "No channels found"
msgstr "Inga kanaler hittades"
-#: src/components/modals/tabs/BetaCodesTab.tsx:275
+#: src/components/modals/tabs/BetaCodesTab.tsx:279
msgid "No codes remaining. Resets {resetString}"
msgstr "Inga koder kvar. Återställs {resetString}"
@@ -12484,7 +12561,7 @@ msgid "No community banner"
msgstr "Ingen gemenskapsbanner"
#: src/components/auth/InviteHeader.tsx:156
-#: src/components/channel/InviteEmbed.tsx:215
+#: src/components/channel/InviteEmbed.tsx:217
#: src/components/modals/InviteAcceptModal.tsx:148
#: src/components/modals/tabs/ExpressionPacksTab.tsx:73
msgid "No description provided."
@@ -12516,7 +12593,7 @@ msgstr "Inga vänner ännu"
msgid "No GIFs found"
msgstr "Inga GIF-filer hittades"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:311
+#: src/components/modals/tabs/GiftInventoryTab.tsx:334
msgid "No gifts yet"
msgstr "Inga gåvor ännu"
@@ -12656,7 +12733,7 @@ msgid "No results"
msgstr "Inga resultat"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:315
-#: src/components/channel/ChannelSearchResults.tsx:709
+#: src/components/channel/ChannelSearchResults.tsx:678
msgid "No Results"
msgstr "Inga resultat"
@@ -12717,7 +12794,7 @@ msgstr "Ingen systemkanal"
msgid "No Timer"
msgstr "Ingen timer"
-#: src/components/channel/dm/AddFriendForm.tsx:70
+#: src/components/channel/dm/AddFriendForm.tsx:93
msgid "No user found with that FluxerTag."
msgstr "Ingen användare hittades med den FluxerTaggen."
@@ -12797,7 +12874,7 @@ msgstr "Inte nu"
msgid "Not your cup of tea? You can disable this feature anytime."
msgstr "Inte din grej? Du kan inaktivera den här funktionen när som helst."
-#: src/components/modals/UserProfileMobileSheet.tsx:549
+#: src/components/modals/UserProfileMobileSheet.tsx:553
#: src/components/modals/UserProfileModal.tsx:244
#: src/components/modals/UserProfileModal.tsx:248
#: src/components/pages/YouPage.tsx:144
@@ -12813,7 +12890,7 @@ msgstr "Notering (endast synlig för dig)"
msgid "nothing"
msgstr "ingenting"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1387
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1411
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:218
#: src/components/modals/GuildNotificationSettingsModal.tsx:95
#: src/components/modals/GuildNotificationSettingsModal.tsx:226
@@ -12835,8 +12912,8 @@ msgid "Notification Overrides"
msgstr "Aviseringsöverstyranden"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:405
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1160
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1341
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1184
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1365
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:199
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsButton.tsx:59
#: src/components/modals/GuildNotificationSettingsModal.tsx:162
@@ -12904,17 +12981,17 @@ msgstr "NSFW-innehåll inte tillåtet"
msgid "NSFW Gates"
msgstr "NSFW-portar"
-#: src/components/pages/ReportPage.tsx:266
+#: src/components/pages/report/optionDescriptors.ts:47
#: src/constants/IARConstants.tsx:52
msgid "NSFW Policy Violation"
msgstr "NSFW-policyöverträdelse"
#. placeholder {0}: formatter.format(visionarySlots.total)
-#: src/components/modals/components/plutonium/VisionarySection.tsx:82
+#: src/components/modals/components/plutonium/VisionarySection.tsx:91
msgid "Numbered badge (1-{0}) showing your Visionary status"
msgstr "Numrerad badge (1-{0}) som visar din Visionär-status"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:83
+#: src/components/modals/components/plutonium/VisionarySection.tsx:92
msgid "Numbered badge showing your Visionary status"
msgstr "Nummermärke som visar din Visionary-status"
@@ -12933,8 +13010,8 @@ msgstr "Objekt"
msgid "Off"
msgstr "Av"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:281
-#: src/components/channel/ChannelMembers.tsx:137
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:287
+#: src/components/channel/ChannelMembers.tsx:108
#: src/Constants.tsx:134
#: src/utils/MemberListUtils.ts:150
#: src/utils/MemberListUtils.ts:188
@@ -12962,7 +13039,7 @@ msgid "Okay"
msgstr "Okej"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:446
-#: src/components/channel/ChannelSearchResults.tsx:224
+#: src/components/channel/ChannelSearchResults.tsx:181
msgid "Oldest"
msgstr "Äldst"
@@ -13020,25 +13097,25 @@ msgstr "En eller flera kanaler indexeras"
msgid "one second ago"
msgstr "en sekund sedan"
-#: src/components/modals/components/plutonium/GiftSection.tsx:71
-#: src/components/modals/components/plutonium/GiftSection.tsx:80
-#: src/components/modals/components/plutonium/PricingSection.tsx:103
-#: src/components/modals/components/plutonium/PricingSection.tsx:112
+#: src/components/modals/components/plutonium/GiftSection.tsx:78
+#: src/components/modals/components/plutonium/GiftSection.tsx:90
+#: src/components/modals/components/plutonium/PricingSection.tsx:118
+#: src/components/modals/components/plutonium/PricingSection.tsx:130
msgid "one-time purchase"
msgstr "engångsköp"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:65
+#: src/components/modals/components/plutonium/VisionarySection.tsx:74
msgid "One-time purchase, lifetime access."
msgstr "Engångsköp, livstidsåtkomst."
-#: src/components/modals/components/plutonium/GiftSection.tsx:89
-#: src/components/modals/components/plutonium/PricingSection.tsx:90
-#: src/components/modals/components/plutonium/PricingSection.tsx:121
+#: src/components/modals/components/plutonium/GiftSection.tsx:102
+#: src/components/modals/components/plutonium/PricingSection.tsx:103
+#: src/components/modals/components/plutonium/PricingSection.tsx:142
msgid "one-time, lifetime"
msgstr "engångs, livstid"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:281
-#: src/components/channel/ChannelMembers.tsx:135
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:285
+#: src/components/channel/ChannelMembers.tsx:106
#: src/components/channel/dm/DMFriendsView.tsx:168
#: src/components/channel/friends/views/FriendsList.tsx:95
#: src/Constants.tsx:130
@@ -13051,7 +13128,7 @@ msgstr "Online"
msgid "Online Status"
msgstr "Onlinestatus"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1382
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1406
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:212
#: src/components/modals/GuildNotificationSettingsModal.tsx:91
#: src/components/modals/GuildNotificationSettingsModal.tsx:281
@@ -13120,11 +13197,11 @@ msgstr "Öppna modalen för att göra anspråk på konto"
msgid "Open color picker"
msgstr "Öppna färgväljaren"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1398
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1422
msgid "Open Community Notification Settings"
msgstr "Öppna communityaviseringar"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:286
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:322
msgid "Open Customer Portal"
msgstr "Öppna kundportal"
@@ -13293,7 +13370,7 @@ msgstr "Alternativ tre"
msgid "Option Two"
msgstr "Alternativ två"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:89
+#: src/components/modals/components/plutonium/VisionarySection.tsx:98
msgid "Optional #0000 tag"
msgstr "Valfri #0000-tagg"
@@ -13309,7 +13386,7 @@ msgstr "ELLER"
msgid "Or copy the link:"
msgstr "Eller kopiera länken:"
-#: src/components/modals/InviteModal.tsx:312
+#: src/components/modals/InviteModal.tsx:309
msgid "or send an invite link to a friend:"
msgstr "eller skicka en inbjudningslänk till en vän:"
@@ -13325,9 +13402,9 @@ msgstr "Det ursprungliga meddelandet kunde inte laddas"
msgid "Original message was deleted"
msgstr "Det ursprungliga meddelandet har tagits bort"
-#: src/components/pages/ReportPage.tsx:273
-#: src/components/pages/ReportPage.tsx:287
-#: src/components/pages/ReportPage.tsx:303
+#: src/components/pages/report/optionDescriptors.ts:54
+#: src/components/pages/report/optionDescriptors.ts:65
+#: src/components/pages/report/optionDescriptors.ts:78
#: src/constants/IARConstants.tsx:87
#: src/constants/IARConstants.tsx:139
#: src/constants/IARConstants.tsx:195
@@ -13463,8 +13540,8 @@ msgstr "Passkeys kräver ett signerat macOS-paket med en giltig applikationsiden
#: src/components/auth/AuthLoginCore/AuthLoginEmailPasswordForm.tsx:90
#: src/components/auth/AuthRegisterFormCore.tsx:136
#: src/components/auth/AuthRegisterFormCore.tsx:217
-#: src/components/modals/ClaimAccountModal.tsx:168
-#: src/components/modals/ClaimAccountModal.tsx:208
+#: src/components/modals/ClaimAccountModal.tsx:170
+#: src/components/modals/ClaimAccountModal.tsx:210
#: src/components/modals/SudoVerificationModal.tsx:171
#: src/components/modals/SudoVerificationModal.tsx:236
#: src/components/modals/tabs/AccountSecurityTab/AccountTab.tsx:105
@@ -13546,11 +13623,11 @@ msgstr "Personer som är vänner med dina vänner kan lägga till dig i gruppcha
msgid "People who are friends with your friends can call you"
msgstr "Personer som är vänner med dina vänner kan ringa dig"
-#: src/components/modals/components/plutonium/PricingSection.tsx:73
+#: src/components/modals/components/plutonium/PricingSection.tsx:80
msgid "per month"
msgstr "per månad"
-#: src/components/modals/components/plutonium/PricingSection.tsx:80
+#: src/components/modals/components/plutonium/PricingSection.tsx:90
msgid "per year"
msgstr "per år"
@@ -13588,8 +13665,8 @@ msgstr "Behörigheter beviljade"
msgid "Personal notes"
msgstr "Personliga anteckningar"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:479
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:778
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:493
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:810
#: src/components/channel/channel-header/useChannelHeaderData.ts:84
#: src/components/channel/dm/DMList.tsx:708
#: src/components/channel/dm/DMList.tsx:795
@@ -13662,16 +13739,16 @@ msgid "Pick which phone step to show"
msgstr "Välj vilket telefonsteg som ska visas"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:336
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1132
-#: src/components/bottomsheets/DMBottomSheet.tsx:483
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1156
+#: src/components/bottomsheets/DMBottomSheet.tsx:485
#: src/components/channel/dm/DMList.tsx:287
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:153
msgid "Pin DM"
msgstr "Fäst DM"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:295
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1132
-#: src/components/bottomsheets/DMBottomSheet.tsx:483
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1156
+#: src/components/bottomsheets/DMBottomSheet.tsx:485
#: src/components/channel/dm/DMList.tsx:248
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:133
msgid "Pin Group DM"
@@ -13714,20 +13791,20 @@ msgid "Ping: {latency}ms"
msgstr "Ping: {latency}ms"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:219
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:566
-#: src/components/bottomsheets/DMBottomSheet.tsx:147
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:580
+#: src/components/bottomsheets/DMBottomSheet.tsx:149
#: src/components/channel/dm/DMList.tsx:214
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:115
msgid "Pinned DM"
msgstr "Fäst DM"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:219
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:566
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:580
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:95
msgid "Pinned group"
msgstr "Fäst grupp"
-#: src/components/bottomsheets/DMBottomSheet.tsx:147
+#: src/components/bottomsheets/DMBottomSheet.tsx:149
msgid "Pinned group DM"
msgstr "Fäst grupp DM"
@@ -13742,7 +13819,7 @@ msgstr "Fästa meddelanden"
msgid "pinned:"
msgstr "fäst:"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:886
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:918
msgid "Pins"
msgstr "Fästa"
@@ -13789,15 +13866,15 @@ msgstr "Kontrollera din inkorg för ett verifieringsmail."
msgid "Please enable Fluxer in System Settings → Privacy & Security → Input Monitoring."
msgstr "Aktivera Fluxer i Systeminställningar → Sekretess och säkerhet → Inmatningsövervakning."
-#: src/components/pages/ReportPage.tsx:396
+#: src/components/pages/ReportPage.tsx:211
msgid "Please enter a valid email address."
msgstr "Vänligen ange en giltig e-postadress."
-#: src/components/channel/dm/AddFriendForm.tsx:74
+#: src/components/channel/dm/AddFriendForm.tsx:97
msgid "Please enter a valid FluxerTag (Username#0000)."
msgstr "Ange en giltig FluxerTag (Användarnamn#0000)."
-#: src/components/pages/ReportPage.tsx:509
+#: src/components/pages/ReportPage.tsx:336
msgid "Please enter a valid message link URL."
msgstr "Vänligen ange en giltig meddelandelänk URL."
@@ -13809,26 +13886,22 @@ msgstr "Vänligen ange en API-slutpunkt."
msgid "Please fill out the following fields: {fieldList}"
msgstr "Vänligen fyll i följande fält: {fieldList}"
-#: src/components/pages/ReportPage.tsx:436
+#: src/components/pages/ReportPage.tsx:261
msgid "Please go back and enter a valid email address."
msgstr "Vänligen gå tillbaka och ange en giltig e-postadress."
-#: src/components/pages/ReportPage.tsx:542
+#: src/components/pages/ReportPage.tsx:369
msgid "Please include the community (guild) ID you are reporting."
msgstr "Inkludera communityns (guild) ID som du rapporterar."
-#: src/components/pages/ReportPage.tsx:504
+#: src/components/pages/ReportPage.tsx:331
msgid "Please paste the message link you are reporting."
msgstr "Klistra in meddelandelänken du rapporterar."
-#: src/components/pages/ReportPage.tsx:391
+#: src/components/pages/ReportPage.tsx:206
msgid "Please provide an email address."
msgstr "Ange en e-postadress."
-#: src/components/pages/ReportPage.tsx:801
-msgid "Please provide the details of your report."
-msgstr "Ange detaljerna i din rapport."
-
#: src/components/modals/tabs/ApplicationsTab/ApplicationDetail.tsx:555
msgid "Please retry or go back to the applications list."
msgstr "Försök igen eller gå tillbaka till applikationslistan."
@@ -13837,7 +13910,7 @@ msgstr "Försök igen eller gå tillbaka till applikationslistan."
msgid "Please select a violation category"
msgstr "Välj en överträdelsekategori"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:297
+#: src/components/modals/tabs/GiftInventoryTab.tsx:320
msgid "Please try again later."
msgstr "Försök igen senare."
@@ -13878,7 +13951,7 @@ msgstr "Plutoniummärkessekretess"
msgid "Plutonium perks"
msgstr "Plutoniumfördelar"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:110
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:129
msgid "Plutonium Subscription"
msgstr "Plutoniumprenumeration"
@@ -13886,7 +13959,7 @@ msgstr "Plutoniumprenumeration"
msgid "PNG"
msgstr "PNG"
-#: src/components/pages/ReportPage.tsx:331
+#: src/components/pages/report/optionDescriptors.ts:103
msgid "Poland"
msgstr "Polen"
@@ -13903,7 +13976,7 @@ msgstr "omröstning"
msgid "Popouts"
msgstr "Popupfönster"
-#: src/components/pages/ReportPage.tsx:332
+#: src/components/pages/report/optionDescriptors.ts:104
msgid "Portugal"
msgstr "Portugal"
@@ -13943,11 +14016,11 @@ msgstr "Premiumtyp överskridning"
msgid "Press keys..."
msgstr "Tryck på tangenter..."
-#: src/components/channel/MessageReactions.tsx:121
+#: src/components/channel/MessageReactions.tsx:120
msgid "press to add reaction"
msgstr "tryck för att lägga till reaktion"
-#: src/components/channel/MessageReactions.tsx:121
+#: src/components/channel/MessageReactions.tsx:120
msgid "press to remove reaction"
msgstr "tryck för att ta bort reaktion"
@@ -14143,15 +14216,15 @@ msgstr "Skydda ditt konto med tvåfaktorsautentisering och passkeys"
msgid "Provide any additional context that may help our Safety Team..."
msgstr "Ge ytterligare information som kan hjälpa vårt säkerhetsteam..."
-#: src/components/pages/ReportPage.tsx:882
+#: src/components/pages/report/ReportStepDetails.tsx:156
msgid "Provide at least a user ID or a user tag."
msgstr "Ange minst ett användar-ID eller en användartagg."
-#: src/components/pages/ReportPage.tsx:527
+#: src/components/pages/ReportPage.tsx:354
msgid "Provide either a user ID or a FluxerTag for the person you are reporting."
msgstr "Ange antingen ett användar-ID eller en FluxerTag för personen du rapporterar."
-#: src/components/pages/ReportPage.tsx:478
+#: src/components/pages/ReportPage.tsx:305
msgid "Provide your full legal name for the declaration."
msgstr "Ange ditt fullständiga juridiska namn för deklarationen."
@@ -14163,7 +14236,7 @@ msgstr "Rensade medlemmar inaktiva i {dayCount, plural, one {<0># dag0>} other
msgid "Public bot"
msgstr "Offentlig bot"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:312
+#: src/components/modals/tabs/GiftInventoryTab.tsx:335
msgid "Purchase a Plutonium gift from the Plutonium tab to share with friends!"
msgstr "Köp en Plutonium-present från Plutonium-fliken för att dela med vänner!"
@@ -14171,12 +14244,12 @@ msgstr "Köp en Plutonium-present från Plutonium-fliken för att dela med vänn
msgid "Purchase History"
msgstr "Köphistorik"
-#: src/components/modals/components/plutonium/PricingSection.tsx:61
+#: src/components/modals/components/plutonium/PricingSection.tsx:67
msgid "Purchase mode"
msgstr "Köpläge"
#. placeholder {0}: getFormattedShortDate(new Date(gift.created_at))
-#: src/components/modals/tabs/GiftInventoryTab.tsx:119
+#: src/components/modals/tabs/GiftInventoryTab.tsx:120
msgid "Purchased {0}"
msgstr "Köpt {0}"
@@ -14275,7 +14348,7 @@ msgstr "Radioknappar låter dig välja ett alternativ från en grupp."
msgid "Radio Group"
msgstr "Radiogrupp"
-#: src/components/pages/ReportPage.tsx:300
+#: src/components/pages/report/optionDescriptors.ts:75
#: src/constants/IARConstants.tsx:180
msgid "Raid Coordination"
msgstr "Raidkoordinering"
@@ -14310,7 +14383,7 @@ msgid "Reactions"
msgstr "Reaktioner"
#: src/components/layout/app-layout/nagbars/PremiumExpiredNagbar.tsx:77
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:284
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:320
msgid "Reactivate"
msgstr "Återaktivera"
@@ -14323,15 +14396,15 @@ msgstr "Läs meddelandehistorik"
msgid "Read the community's audit log of changes and moderation actions."
msgstr "Läs communityns revisionslogg över ändringar och modereringsåtgärder."
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:146
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:160
msgid "Read the Documentation (fluxer.dev)"
msgstr "Läs dokumentationen (fluxer.dev)"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:52
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:60
msgid "Ready to Buy a Gift?"
msgstr "Redo att köpa en present?"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:52
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:60
msgid "Ready to Upgrade?"
msgstr "Redo att uppgradera?"
@@ -14388,11 +14461,11 @@ msgstr "Återansluter…"
msgid "Record shortcut"
msgstr "Spela in genväg"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:269
+#: src/components/modals/tabs/GiftInventoryTab.tsx:292
msgid "Redeem"
msgstr "Lös in"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:232
+#: src/components/modals/tabs/GiftInventoryTab.tsx:255
msgid "Redeem a Gift"
msgstr "Lös in en gåva"
@@ -14400,40 +14473,40 @@ msgstr "Lös in en gåva"
msgid "Redeem Beta Code"
msgstr "Lös in betakod"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:165
+#: src/components/modals/tabs/GiftInventoryTab.tsx:166
msgid "Redeem for Yourself"
msgstr "Lös in till dig själv"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:255
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:281
msgid "Redeem Gift Code"
msgstr "Lös in presentkod"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:238
+#: src/components/modals/tabs/GiftInventoryTab.tsx:261
msgid "Redeem gift code form"
msgstr "Formulär för att lösa in presentkod"
#. placeholder {0}: redeemedBetaCodes.length
-#: src/components/modals/tabs/BetaCodesTab.tsx:349
+#: src/components/modals/tabs/BetaCodesTab.tsx:374
msgid "Redeemed ({0})"
msgstr "Inlöst ({0})"
#. placeholder {0}: getFormattedShortDate(new Date(gift.redeemed_at!))
-#: src/components/modals/tabs/GiftInventoryTab.tsx:117
+#: src/components/modals/tabs/GiftInventoryTab.tsx:118
msgid "Redeemed {0}"
msgstr "Inlöst {0}"
#. placeholder {0}: gift.redeemed_by.username
#. placeholder {1}: gift.redeemed_by.discriminator
-#: src/components/modals/tabs/GiftInventoryTab.tsx:153
+#: src/components/modals/tabs/GiftInventoryTab.tsx:154
msgid "Redeemed by {0}#{1}"
msgstr "Inlöst av {0}#{1}"
-#: src/components/modals/tabs/BetaCodesTab.tsx:54
+#: src/components/modals/tabs/BetaCodesTab.tsx:56
msgid "Redeemer"
msgstr "Inlösare"
-#: src/components/modals/tabs/BetaCodesTab.tsx:111
-#: src/components/modals/tabs/BetaCodesTab.tsx:188
+#: src/components/modals/tabs/BetaCodesTab.tsx:113
+#: src/components/modals/tabs/BetaCodesTab.tsx:190
msgid "Redeemer:"
msgstr "Inlösare:"
@@ -14526,7 +14599,7 @@ msgstr "Vanlig knapp"
msgid "Regular button clicked!"
msgstr "Vanlig knapp klickad!"
-#: src/components/channel/channel-view/DMChannelView.tsx:298
+#: src/components/channel/channel-view/DMChannelView.tsx:299
#: src/components/voice/IncomingCallUI.tsx:310
msgid "Reject"
msgstr "Avvisa"
@@ -14624,19 +14697,19 @@ msgstr "Ta bort entréljud"
msgid "Remove filter"
msgstr "Ta bort filter"
-#: src/components/bottomsheets/DMBottomSheet.tsx:508
-#: src/components/channel/dm/DMWelcomeSection.tsx:132
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:144
+#: src/components/bottomsheets/DMBottomSheet.tsx:510
+#: src/components/channel/dm/DMWelcomeSection.tsx:144
#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:146
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:253
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:148
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:255
#: src/components/modals/UserProfileActionsSheet.tsx:115
#: src/components/modals/UserProfileActionsSheet.tsx:117
#: src/components/modals/UserProfileActionsSheet.tsx:278
-#: src/components/modals/UserProfileMobileSheet.tsx:302
-#: src/components/modals/UserProfileMobileSheet.tsx:304
+#: src/components/modals/UserProfileMobileSheet.tsx:303
+#: src/components/modals/UserProfileMobileSheet.tsx:305
#: src/components/modals/UserProfileModal.tsx:1143
-#: src/components/modals/UserProfileModal.tsx:1228
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:108
+#: src/components/modals/UserProfileModal.tsx:1229
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:129
#: src/utils/RelationshipActionUtils.tsx:113
#: src/utils/RelationshipActionUtils.tsx:115
msgid "Remove Friend"
@@ -14654,8 +14727,8 @@ msgid "Remove from favorites"
msgstr "Ta bort från favoriter"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:370
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1103
-#: src/components/bottomsheets/DMBottomSheet.tsx:400
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1127
+#: src/components/bottomsheets/DMBottomSheet.tsx:402
#: src/components/channel/ChannelHeader.tsx:547
#: src/components/channel/ChannelHeader.tsx:595
#: src/components/channel/ChannelHeader.tsx:600
@@ -14720,7 +14793,7 @@ msgstr "Ta bort spoiler"
msgid "Remove sticker"
msgstr "Ta bort klistermärke"
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:285
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:288
#: src/components/modals/RemoveTimeoutModal.tsx:61
#: src/components/modals/RemoveTimeoutModal.tsx:75
#: src/components/modals/TimeoutMemberSheet.tsx:101
@@ -14763,11 +14836,11 @@ msgid "Removed from bookmarks"
msgstr "Tog bort från bokmärken"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:115
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:541
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:555
msgid "Removed from favorites"
msgstr "Tog bort från favoriter"
-#: src/components/bottomsheets/DMBottomSheet.tsx:126
+#: src/components/bottomsheets/DMBottomSheet.tsx:128
msgid "Removed from Favorites"
msgstr "Borttagen från favoriter"
@@ -14891,7 +14964,7 @@ msgstr "Bytt namn på communityn till {0}."
msgid "Render all your messages as unknown message type"
msgstr "Rendera alla dina meddelanden som okänd meddelandetype"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:234
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:253
msgid "Renews on <0>{renewalDate}0>."
msgstr "Förnyas den <0>{renewalDate}0>."
@@ -14932,15 +15005,15 @@ msgstr "Svara"
msgid "Replying to <0>{authorNickname}0>"
msgstr "Svarar på <0>{authorNickname}0>"
-#: src/components/pages/ReportPage.tsx:249
+#: src/components/pages/report/optionDescriptors.ts:38
msgid "Report a Community"
msgstr "Rapportera ett community"
-#: src/components/pages/ReportPage.tsx:247
+#: src/components/pages/report/optionDescriptors.ts:36
msgid "Report a Message"
msgstr "Rapportera ett meddelande"
-#: src/components/pages/ReportPage.tsx:248
+#: src/components/pages/report/optionDescriptors.ts:37
msgid "Report a User Profile"
msgstr "Rapportera en användarprofil"
@@ -14949,12 +15022,12 @@ msgstr "Rapportera en användarprofil"
msgid "Report Community"
msgstr "Rapportera community"
-#: src/components/pages/ReportPage.tsx:801
-msgid "Report Details"
+#: src/components/pages/report/ReportStepDetails.tsx:74
+msgid "Report details"
msgstr "Rapportera detaljer"
-#: src/components/pages/ReportPage.tsx:241
-#: src/components/pages/ReportPage.tsx:612
+#: src/components/pages/report/ReportStepSelection.tsx:41
+#: src/components/pages/ReportPage.tsx:60
msgid "Report Illegal Content"
msgstr "Rapportera olagligt innehåll"
@@ -14963,33 +15036,24 @@ msgstr "Rapportera olagligt innehåll"
msgid "Report Message"
msgstr "Rapportera meddelande"
-#: src/components/pages/ReportPage.tsx:588
-msgid "Report Submitted"
-msgstr "Rapport inskickad"
+#: src/components/pages/report/ReportStepComplete.tsx:36
+msgid "Report submitted"
+msgstr "Rapporten har skickats in"
#: src/components/modals/IARModal.tsx:128
msgid "Report submitted successfully. Our Safety Team will review it shortly."
msgstr "Rapport inskickad. Vårt säkerhetsteam kommer att granska den inom kort."
-#: src/components/pages/ReportPage.tsx:624
-msgid "Report Type"
-msgstr "Rapporttyp"
-
#: src/components/modals/IARModal.tsx:84
#: src/components/modals/UserProfileActionsSheet.tsx:289
#: src/components/modals/UserProfileModal.tsx:1157
msgid "Report User"
msgstr "Rapportera användare"
-#: src/components/pages/ReportPage.tsx:852
+#: src/components/pages/report/ReportStepDetails.tsx:123
msgid "Reported User Tag (optional)"
msgstr "Rapporterad användartagg (valfritt)"
-#: src/components/pages/ReportPage.tsx:644
-#: src/components/pages/ReportPage.tsx:804
-msgid "Reporting:"
-msgstr "Rapporterar:"
-
#: src/components/modals/tabs/PrivacySafetyTab/DataExportTab.tsx:48
#: src/components/modals/tabs/PrivacySafetyTab/DataExportTab.tsx:125
msgid "Request Data Export"
@@ -15050,7 +15114,7 @@ msgstr "Kräver Plutonium"
msgid "Reschedule Message"
msgstr "Schemalägg om meddelande"
-#: src/components/modals/ClaimAccountModal.tsx:222
+#: src/components/modals/ClaimAccountModal.tsx:224
#: src/components/modals/EmailChangeModal.tsx:230
#: src/components/modals/EmailChangeModal.tsx:294
msgid "Resend"
@@ -15064,7 +15128,11 @@ msgstr "Skicka igen ({newSecondsRemaining}s)"
msgid "Resend ({originalSecondsRemaining}s)"
msgstr "Skicka igen ({originalSecondsRemaining}s)"
-#: src/components/modals/ClaimAccountModal.tsx:222
+#: src/components/pages/report/ReportStepVerification.tsx:114
+msgid "Resend ({resendCooldownSeconds}s)"
+msgstr "Skicka igen ({resendCooldownSeconds}s)"
+
+#: src/components/modals/ClaimAccountModal.tsx:224
msgid "Resend ({resendSecondsRemaining}s)"
msgstr "Skicka igen ({resendSecondsRemaining}s)"
@@ -15072,7 +15140,7 @@ msgstr "Skicka igen ({resendSecondsRemaining}s)"
msgid "Resend Button Loading"
msgstr "Laddar skicka-igen-knapp"
-#: src/components/pages/ReportPage.tsx:761
+#: src/components/pages/report/ReportStepVerification.tsx:116
msgid "Resend code"
msgstr "Skicka koden igen"
@@ -15097,7 +15165,7 @@ msgid "Resent"
msgstr "Skickat igen"
#: src/components/keybinds/KeybindRecorder.tsx:215
-#: src/components/modals/components/MobileSettingsView.tsx:128
+#: src/components/modals/components/MobileSettingsView.tsx:123
#: src/components/modals/components/SettingsModalHeader.tsx:81
#: src/components/modals/ImageCropModal.tsx:977
#: src/components/modals/tabs/KeybindsTab.tsx:154
@@ -15173,8 +15241,8 @@ msgstr "Återställ helskärm"
msgid "Restore maximized"
msgstr "Återställ maximerad"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:280
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:282
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:316
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:318
msgid "Resubscribe"
msgstr "Prenumerera igen"
@@ -15189,11 +15257,11 @@ msgstr "Prenumerera igen"
#: src/components/modals/guildTabs/GuildStickersTab.tsx:211
#: src/components/modals/guildTabs/GuildWebhooksTab.tsx:137
#: src/components/modals/tabs/ApplicationsTab/ApplicationDetail.tsx:559
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:108
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:112
#: src/components/modals/tabs/AuthorizedAppsTab.tsx:121
-#: src/components/modals/tabs/BetaCodesTab.tsx:301
+#: src/components/modals/tabs/BetaCodesTab.tsx:326
#: src/components/modals/tabs/DevicesTab.tsx:231
-#: src/components/modals/tabs/GiftInventoryTab.tsx:300
+#: src/components/modals/tabs/GiftInventoryTab.tsx:323
msgid "Retry"
msgstr "Försök igen"
@@ -15244,8 +15312,8 @@ msgstr "Granska vad denna app begär innan du fortsätter."
#: src/components/invites/InviteListItem.tsx:217
#: src/components/modals/GroupInvitesBottomSheet.tsx:78
#: src/components/modals/GroupInvitesModal.tsx:76
-#: src/components/modals/tabs/BetaCodesTab.tsx:143
-#: src/components/modals/tabs/BetaCodesTab.tsx:220
+#: src/components/modals/tabs/BetaCodesTab.tsx:145
+#: src/components/modals/tabs/BetaCodesTab.tsx:222
msgid "Revoke"
msgstr "Återkalla"
@@ -15369,7 +15437,7 @@ msgstr "Roller & behörigheter"
msgid "Roles updated successfully"
msgstr "Roller uppdaterade"
-#: src/components/pages/ReportPage.tsx:333
+#: src/components/pages/report/optionDescriptors.ts:105
msgid "Romania"
msgstr "Rumänien"
@@ -15423,7 +15491,7 @@ msgstr "Mättnad"
#: src/components/modals/AddFavoriteMemeModal.tsx:102
#: src/components/modals/AttachmentEditModal.tsx:90
#: src/components/modals/BaseChangeNicknameModal.tsx:115
-#: src/components/modals/components/MobileSettingsView.tsx:131
+#: src/components/modals/components/MobileSettingsView.tsx:126
#: src/components/modals/CustomStatusBottomSheet.tsx:231
#: src/components/modals/CustomStatusModal.tsx:362
#: src/components/modals/EditFavoriteMemeModal.tsx:88
@@ -15438,9 +15506,9 @@ msgstr "Mättnad"
msgid "Save"
msgstr "Spara"
-#: src/components/modals/components/plutonium/GiftSection.tsx:72
-#: src/components/modals/components/plutonium/PricingSection.tsx:81
-#: src/components/modals/components/plutonium/PricingSection.tsx:104
+#: src/components/modals/components/plutonium/GiftSection.tsx:79
+#: src/components/modals/components/plutonium/PricingSection.tsx:91
+#: src/components/modals/components/plutonium/PricingSection.tsx:119
msgid "Save 17%"
msgstr "Spara 17%"
@@ -15600,8 +15668,8 @@ msgstr "Rulla ner chatt"
msgid "Scroll Chat Up"
msgstr "Rulla upp chatt"
-#: src/components/modals/components/plutonium/GiftSection.tsx:103
-#: src/components/modals/components/plutonium/PricingSection.tsx:138
+#: src/components/modals/components/plutonium/GiftSection.tsx:117
+#: src/components/modals/components/plutonium/PricingSection.tsx:160
msgid "Scroll down to view all the sweet perks you get with Plutonium"
msgstr "Rulla ner för att se alla de fina fördelarna du får med Plutonium"
@@ -15613,11 +15681,11 @@ msgstr "Rulla ner i chatthistoriken"
msgid "Scroll the chat history up"
msgstr "Rulla upp i chatthistoriken"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:857
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:889
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:400
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:460
#: src/components/channel/ChannelHeader.tsx:586
-#: src/components/channel/shared/PickerSearchInput.tsx:204
+#: src/components/channel/shared/PickerSearchInput.tsx:203
#: src/components/modals/tabs/ComponentGalleryTab/InputsTab.tsx:126
#: src/stores/KeybindStore.ts:414
#: src/utils/quick-switcher/QuickSwitcherModalUtils.tsx:86
@@ -15674,7 +15742,7 @@ msgstr "Sök efter kanaler, personer eller communitys"
#: src/components/common/FriendSelector.tsx:196
#: src/components/modals/AddFriendsToGroupModal.tsx:53
#: src/components/modals/CreateDMModal.tsx:68
-#: src/components/modals/InviteModal.tsx:237
+#: src/components/modals/InviteModal.tsx:248
#: src/components/modals/shared/RecipientList.tsx:177
#: src/components/modals/ShareThemeModal.tsx:144
msgid "Search friends"
@@ -15718,7 +15786,7 @@ msgstr "Sök väntande förfrågningar"
msgid "Search Permissions..."
msgstr "Sök behörigheter..."
-#: src/components/channel/ChannelSearchResults.tsx:321
+#: src/components/channel/ChannelSearchResults.tsx:278
#: src/components/modals/components/DesktopSettingsView.tsx:360
msgid "Search Results"
msgstr "Sökresultat"
@@ -15737,7 +15805,7 @@ msgid "Search scope"
msgstr "Sökområde"
#. placeholder {0}: activeScopeOption.label
-#: src/components/channel/ChannelSearchResults.tsx:1052
+#: src/components/channel/ChannelSearchResults.tsx:1031
#: src/components/channel/MessageSearchBar/MessageSearchBar.tsx:378
msgid "Search scope: {0}"
msgstr "Sökområde: {0}"
@@ -15767,7 +15835,7 @@ msgstr "Sök användare"
msgid "Search within the current view"
msgstr "Sök inom den aktuella vyn"
-#: src/components/channel/ChannelSearchResults.tsx:319
+#: src/components/channel/ChannelSearchResults.tsx:276
msgid "Searching..."
msgstr "Söker..."
@@ -15848,9 +15916,9 @@ msgstr "Se hur din inbjudan ser ut för besökare."
msgid "Select"
msgstr "Välj"
-#: src/components/pages/ReportPage.tsx:261
-#: src/components/pages/ReportPage.tsx:280
-#: src/components/pages/ReportPage.tsx:294
+#: src/components/pages/report/optionDescriptors.ts:42
+#: src/components/pages/report/optionDescriptors.ts:58
+#: src/components/pages/report/optionDescriptors.ts:69
msgid "Select a category"
msgstr "Välj en kategori"
@@ -15871,7 +15939,7 @@ msgstr "Välj ett community"
msgid "Select a community where you have <0>Manage Community0> permissions."
msgstr "Välj ett community där du har behörighet att <0>hantera community0>."
-#: src/components/pages/ReportPage.tsx:310
+#: src/components/pages/report/optionDescriptors.ts:82
msgid "Select a country"
msgstr "Välj ett land"
@@ -15887,7 +15955,7 @@ msgstr "Välj ett scenario att tillämpa..."
msgid "Select a verification method."
msgstr "Välj en verifieringsmetod."
-#: src/components/pages/ReportPage.tsx:473
+#: src/components/pages/ReportPage.tsx:300
msgid "Select a violation category."
msgstr "Välj en kategori för överträdelse."
@@ -15958,11 +16026,15 @@ msgstr "Välj skärm eller fönster"
msgid "Select the account you want to sign in with on the desktop app."
msgstr "Välj det konto du vill logga in med på skrivbordsappen."
+#: src/components/pages/report/ReportStepSelection.tsx:44
+msgid "Select what you want to report."
+msgstr "Välj vad du vill rapportera."
+
#: src/components/modals/utils/settingsSearchIndex.ts:460
msgid "Select your camera"
msgstr "Välj din kamera"
-#: src/components/pages/ReportPage.tsx:483
+#: src/components/pages/ReportPage.tsx:310
msgid "Select your country of residence."
msgstr "Välj ditt hemland."
@@ -15986,7 +16058,7 @@ msgstr "Välj..."
msgid "Selections"
msgstr "Val"
-#: src/components/pages/ReportPage.tsx:269
+#: src/components/pages/report/optionDescriptors.ts:50
#: src/constants/IARConstants.tsx:67
msgid "Self-Harm or Suicide"
msgstr "Självskada eller självmord"
@@ -16035,7 +16107,7 @@ msgstr "Skicka ett aktionsmeddelande (omsluts av kursiv stil)."
msgid "Send an SMS code first."
msgstr "Skicka en SMS-kod först."
-#: src/components/modals/ClaimAccountModal.tsx:182
+#: src/components/modals/ClaimAccountModal.tsx:184
#: src/components/modals/EmailChangeModal.tsx:265
#: src/components/modals/PhoneAddModal.tsx:206
msgid "Send code"
@@ -16045,9 +16117,9 @@ msgstr "Skicka kod"
msgid "Send Code"
msgstr "Skicka kod"
-#: src/components/channel/dm/DMWelcomeSection.tsx:109
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:269
-#: src/components/modals/UserProfileModal.tsx:1288
+#: src/components/channel/dm/DMWelcomeSection.tsx:112
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:272
+#: src/components/modals/UserProfileModal.tsx:1290
msgid "Send Friend Request"
msgstr "Skicka vänförfrågan"
@@ -16073,7 +16145,7 @@ msgstr "Skicka meddelanden"
msgid "Send Messages"
msgstr "Skicka meddelanden"
-#: src/components/channel/dm/AddFriendForm.tsx:119
+#: src/components/channel/dm/AddFriendForm.tsx:142
msgid "Send Request"
msgstr "Skicka förfrågan"
@@ -16097,11 +16169,11 @@ msgstr "Skicka text-till-tal-meddelanden."
msgid "Send TTS Messages"
msgstr "Skicka TTS-meddelanden"
-#: src/components/pages/ReportPage.tsx:676
+#: src/components/pages/report/ReportStepEmail.tsx:92
msgid "Send Verification Code"
msgstr "Skicka verifieringskod"
-#: src/components/modals/InviteModal.tsx:258
+#: src/components/modals/InviteModal.tsx:268
#: src/components/modals/shared/RecipientList.tsx:223
#: src/components/modals/ShareThemeModal.tsx:162
msgid "Sent"
@@ -16128,7 +16200,7 @@ msgstr "Sessionen har gått ut. Logga in igen."
msgid "Set a custom invite URL for your community."
msgstr "Ange en anpassad inbjudnings-URL för din community."
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:401
+#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:361
#: src/components/modals/StatusChangeBottomSheet.tsx:171
#: src/components/popouts/UserAreaPopout.tsx:444
msgid "Set a custom status"
@@ -16336,7 +16408,7 @@ msgid "Set your timezone"
msgstr "Ställ in din tidszon"
#: src/components/bottomsheets/VoiceLobbyBottomSheet.tsx:220
-#: src/components/modals/components/MobileSettingsView.tsx:531
+#: src/components/modals/components/MobileSettingsView.tsx:485
#: src/components/modals/tabs/ComponentGalleryTab/ButtonsTab.tsx:150
#: src/components/modals/tabs/ComponentGalleryTab/ButtonsTab.tsx:221
#: src/components/modals/tabs/ComponentGalleryTab/index.tsx:94
@@ -16383,7 +16455,11 @@ msgstr "Dela-åtgärd!"
msgid "Share Audio"
msgstr "Dela ljud"
-#: src/components/modals/components/plutonium/GiftSection.tsx:63
+#: src/components/pages/report/ReportStepDetails.tsx:77
+msgid "Share only what's needed to help our team assess the content."
+msgstr "Dela endast det som behövs för att hjälpa vårt team att bedöma innehållet."
+
+#: src/components/modals/components/plutonium/GiftSection.tsx:69
msgid "Share the Plutonium experience with your friends by purchasing a gift subscription."
msgstr "Dela Plutonium-upplevelsen med dina vänner genom att köpa en presentprenumeration."
@@ -16417,7 +16493,7 @@ msgstr "Dela ditt tema"
msgid "Shared theme"
msgstr "Delat tema"
-#: src/components/pages/ReportPage.tsx:268
+#: src/components/pages/report/optionDescriptors.ts:49
#: src/constants/IARConstants.tsx:62
msgid "Sharing Personal Information"
msgstr "Dela personlig information"
@@ -16797,11 +16873,11 @@ msgstr "Reglage med stegvärden"
msgid "Sliders"
msgstr "Reglage"
-#: src/components/pages/ReportPage.tsx:334
+#: src/components/pages/report/optionDescriptors.ts:106
msgid "Slovakia"
msgstr "Slovakien"
-#: src/components/pages/ReportPage.tsx:335
+#: src/components/pages/report/optionDescriptors.ts:107
msgid "Slovenia"
msgstr "Slovenien"
@@ -16952,7 +17028,8 @@ msgstr "Något gick fel och appen kraschade. Försök ladda om eller återställ
msgid "Something went wrong while loading the audit log."
msgstr "Något gick fel vid inläsning av granskningsloggen."
-#: src/components/pages/ReportPage.tsx:563
+#: src/components/pages/ReportPage.tsx:103
+#: src/components/pages/ReportPage.tsx:395
msgid "Something went wrong while submitting the report. Please try again."
msgstr "Något gick fel vid insändning av rapporten. Försök igen."
@@ -16969,7 +17046,7 @@ msgid "Sort"
msgstr "Sortera"
#. placeholder {0}: activeSortOption.label
-#: src/components/channel/ChannelSearchResults.tsx:1063
+#: src/components/channel/ChannelSearchResults.tsx:1042
msgid "Sort mode: {0}"
msgstr "Sorteringsläge: {0}"
@@ -17008,21 +17085,21 @@ msgstr "Utrymme mellan meddelandegrupper"
msgid "Spacious layout with clear visual separation between messages."
msgstr "Rymlig layout med tydlig visuell separation mellan meddelanden."
-#: src/components/pages/ReportPage.tsx:336
+#: src/components/pages/report/optionDescriptors.ts:108
msgid "Spain"
msgstr "Spanien"
-#: src/components/pages/ReportPage.tsx:283
+#: src/components/pages/report/optionDescriptors.ts:61
#: src/constants/IARConstants.tsx:119
msgid "Spam Account"
msgstr "Spamkonto"
-#: src/components/pages/ReportPage.tsx:265
+#: src/components/pages/report/optionDescriptors.ts:46
#: src/constants/IARConstants.tsx:47
msgid "Spam or Scam"
msgstr "Spam eller bedrägeri"
-#: src/components/pages/ReportPage.tsx:301
+#: src/components/pages/report/optionDescriptors.ts:76
#: src/constants/IARConstants.tsx:185
msgid "Spam or Scam Community"
msgstr "Spam- eller bedrägerigemenskap"
@@ -17141,9 +17218,9 @@ msgstr "Börja kurera ett anpassat emojipaket som du kan dela och installera."
msgid "Start Mic Test"
msgstr "Starta mikrofontest"
-#: src/components/pages/ReportPage.tsx:687
-#: src/components/pages/ReportPage.tsx:771
-#: src/components/pages/ReportPage.tsx:964
+#: src/components/pages/report/ReportStepDetails.tsx:252
+#: src/components/pages/report/ReportStepEmail.tsx:103
+#: src/components/pages/report/ReportStepVerification.tsx:132
msgid "Start over"
msgstr "Börja om"
@@ -17151,13 +17228,13 @@ msgstr "Börja om"
msgid "Start Sharing"
msgstr "Börja dela"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:122
+#: src/components/channel/ChannelHeader/CallButtons.tsx:160
#: src/components/modals/UserProfileModal.tsx:1109
#: src/components/uikit/ContextMenu/items/CallMenuItems.tsx:91
msgid "Start Video Call"
msgstr "Starta videosamtal"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:70
+#: src/components/channel/ChannelHeader/CallButtons.tsx:90
#: src/components/modals/UserProfileModal.tsx:1100
#: src/components/uikit/ContextMenu/items/CallMenuItems.tsx:60
msgid "Start Voice Call"
@@ -17182,9 +17259,21 @@ msgstr "Statusindikatorer"
msgid "Status Slate"
msgstr "Statuspanel"
-#: src/components/pages/ReportPage.tsx:574
-msgid "Step {stepNumber} of {FLOW_TOTAL_STEPS}"
-msgstr "Steg {stepNumber} av {FLOW_TOTAL_STEPS}"
+#: src/components/pages/report/ReportStepSelection.tsx:38
+msgid "Step 1"
+msgstr "Steg 1"
+
+#: src/components/pages/report/ReportStepEmail.tsx:51
+msgid "Step 2"
+msgstr "Steg 2"
+
+#: src/components/pages/report/ReportStepVerification.tsx:61
+msgid "Step 3"
+msgstr "Steg 3"
+
+#: src/components/pages/report/ReportStepDetails.tsx:71
+msgid "Step 4"
+msgstr "Steg 4"
#: src/utils/SystemMessageUtils.tsx:45
msgid "Step in, {username}! No paradoxes here; we're all friends."
@@ -17229,7 +17318,7 @@ msgid "Sticker density"
msgstr "Klistermärkestäthet"
#: src/components/auth/InviteHeader.tsx:140
-#: src/components/channel/InviteEmbed.tsx:197
+#: src/components/channel/InviteEmbed.tsx:199
#: src/components/modals/InviteAcceptModal.tsx:142
#: src/components/modals/tabs/ExpressionPacksTab.tsx:70
msgid "Sticker pack"
@@ -17261,7 +17350,7 @@ msgstr "Klistermärke uppdaterat"
#: src/components/channel/AutocompleteEmoji.tsx:111
#: src/components/channel/textarea/TextareaButtons.tsx:134
-#: src/components/modals/ExpressionPickerSheet.tsx:86
+#: src/components/modals/ExpressionPickerSheet.tsx:73
#: src/components/popouts/ExpressionPickerPopout.tsx:79
msgid "Stickers"
msgstr "Klistermärken"
@@ -17330,11 +17419,11 @@ msgstr "Studiehall"
msgid "Style Variations"
msgstr "Stilvariationer"
-#: src/components/pages/ReportPage.tsx:601
+#: src/components/pages/report/ReportStepComplete.tsx:41
msgid "Submit another report"
msgstr "Skicka in en annan rapport"
-#: src/components/pages/ReportPage.tsx:958
+#: src/components/pages/report/ReportStepDetails.tsx:240
msgid "Submit DSA Report"
msgstr "Skicka in DSA-rapport"
@@ -17346,7 +17435,7 @@ msgstr "Skicka in rapport"
msgid "Submitting"
msgstr "Skickar in"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:53
+#: src/components/modals/components/plutonium/VisionarySection.tsx:58
msgid "subscription"
msgstr "prenumeration"
@@ -17464,7 +17553,7 @@ msgstr "Dölj inbäddningar"
msgid "Swap text to reverify variants"
msgstr "Byt text för att verifiera varianter igen"
-#: src/components/pages/ReportPage.tsx:337
+#: src/components/pages/report/optionDescriptors.ts:109
msgid "Sweden"
msgstr "Sverige"
@@ -17476,7 +17565,7 @@ msgstr "Svenska"
msgid "Switch account"
msgstr "Byt konto"
-#: src/components/popouts/UserAreaPopout.tsx:497
+#: src/components/popouts/UserAreaPopout.tsx:499
msgid "Switch Accounts"
msgstr "Byt konton"
@@ -17649,8 +17738,8 @@ msgstr "Text (NSFW)"
msgid "Text channel"
msgstr "Textkanal"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:473
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:662
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:487
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:676
#: src/components/channel/channel-header/useChannelHeaderData.ts:96
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:314
msgid "Text Channel"
@@ -17677,19 +17766,19 @@ msgstr "Textområde"
msgid "Thai"
msgstr "Thailändska"
-#: src/components/pages/ReportPage.tsx:589
-msgid "Thank you for filing a report. We'll review it as soon as possible."
-msgstr "Tack för att du skickade in en rapport. Vi kommer att granska den så snart som möjligt."
-
#: src/components/modals/IARModal.tsx:187
msgid "Thank you for helping keep Fluxer safe. Reports are reviewed by our Safety Team. False reports may result in action against your account."
msgstr "Tack för att du hjälper till att hålla Fluxer säkert. Anmälningar granskas av vårt säkerhetsteam. Falska anmälningar kan leda till åtgärder mot ditt konto."
+#: src/components/pages/report/ReportStepComplete.tsx:37
+msgid "Thank you for helping keep Fluxer safe. We'll review your report as soon as possible."
+msgstr "Tack för att du hjälper till att hålla Fluxer säkert. Vi kommer att granska din rapport så snart som möjligt."
+
#: src/components/form/ColorPickerField.tsx:274
msgid "That doesn't look like a valid color. Try hex, rgb(), hsl(), or a CSS color name."
msgstr "Det ser inte ut som en giltig färg. Prova hex, rgb(), hsl() eller ett CSS-färgnamn."
-#: src/components/pages/ReportPage.tsx:846
+#: src/components/pages/report/ReportStepDetails.tsx:117
msgid "That doesn't look like a valid URL."
msgstr "Det ser inte ut som en giltig URL."
@@ -17733,8 +17822,8 @@ msgstr "Botten har lagts till."
msgid "The channel you're looking for may have been deleted or you may not have access to it."
msgstr "Kanalen du letar efter kan ha tagits bort eller så har du inte tillgång till den."
-#: src/components/layout/GuildLayout.tsx:308
-#: src/components/layout/GuildLayout.tsx:371
+#: src/components/layout/GuildLayout.tsx:313
+#: src/components/layout/GuildLayout.tsx:376
msgid "The community you're looking for may have been deleted or you may not have access to it."
msgstr "Communityn du letar efter kan ha tagits bort eller så har du inte tillgång till den."
@@ -17795,7 +17884,7 @@ msgstr "Timeouten får inte överstiga 365 dagar (31536000 sekunder)."
msgid "The URL this link channel points to."
msgstr "URL:en som denna länkkanal pekar på."
-#: src/components/pages/ReportPage.tsx:452
+#: src/components/pages/ReportPage.tsx:277
msgid "The verification code is invalid or expired."
msgstr "Verifieringskoden är ogiltig eller har löpt ut."
@@ -17869,7 +17958,7 @@ msgstr "Dessa inställningar använder webbläsarens inbyggda ljudbearbetning f
msgid "These toggles force the client to treat features as enabled or disabled without relying on the server configuration. They only affect your client experience and are shown to developers for testing."
msgstr "Dessa växlar tvingar klienten att behandla funktioner som aktiverade eller inaktiverade utan att förlita sig på serverkonfigurationen. De påverkar bara din klientupplevelse och visas för utvecklare vid testning."
-#: src/components/channel/channel-view/DMChannelView.tsx:356
+#: src/components/channel/channel-view/DMChannelView.tsx:357
msgid "They might have taken the DeLorean elsewhere."
msgstr "De kan ha tagit DeLorean:n någon annanstans."
@@ -17877,7 +17966,7 @@ msgstr "De kan ha tagit DeLorean:n någon annanstans."
msgid "they/them"
msgstr "hen"
-#: src/components/channel/channel-view/DMChannelView.tsx:342
+#: src/components/channel/channel-view/DMChannelView.tsx:343
msgid "Think, McFly! Did you type the right address?"
msgstr "Tänk, McFly! Skrev du rätt adress?"
@@ -17979,7 +18068,7 @@ msgstr "Den här gemenskapen har tillfälligt inaktiverat inbjudningar. Du kan f
msgid "This community requires you to verify your account before joining. Please set an email and password for your account."
msgstr "Den här gemenskapen kräver att du verifierar ditt konto innan du går med. Ange en e-postadress och ett lösenord för ditt konto."
-#: src/components/channel/channel-view/DMChannelView.tsx:339
+#: src/components/channel/channel-view/DMChannelView.tsx:340
msgid "This conversation has been erased"
msgstr "Det här samtalet har raderats"
@@ -18008,8 +18097,8 @@ msgstr "Den här presentkoden har redan hämtats."
msgid "This gift code has already been redeemed."
msgstr "Den här presentkoden har redan lösts in."
-#: src/components/channel/GiftEmbed.tsx:148
-#: src/components/modals/GiftAcceptModal.tsx:92
+#: src/components/channel/GiftEmbed.tsx:159
+#: src/components/modals/GiftAcceptModal.tsx:99
msgid "This gift code is invalid or already claimed."
msgstr "Den här presentkoden är ogiltig eller redan hämtad."
@@ -18022,11 +18111,11 @@ msgstr "Den här presentkoden är ogiltig eller har redan lösts in."
msgid "This gift code may be invalid, expired, or already redeemed."
msgstr "Den här presentkoden kan vara ogiltig, utgången eller redan löst in."
-#: src/components/modals/GiftAcceptModal.tsx:118
+#: src/components/modals/GiftAcceptModal.tsx:125
msgid "This gift has already been claimed."
msgstr "Den här presenten har redan hämtats."
-#: src/components/modals/tabs/GiftInventoryTab.tsx:157
+#: src/components/modals/tabs/GiftInventoryTab.tsx:158
msgid "This gift has been redeemed"
msgstr "Den här presenten har lösts in"
@@ -18044,7 +18133,7 @@ msgstr "Den här inbjudan upphör om {0}."
msgid "This invite has unlimited uses."
msgstr "Den här inbjudan har obegränsade användningar."
-#: src/components/modals/InviteModal.tsx:321
+#: src/components/modals/InviteModal.tsx:318
msgid "This invite link never expires."
msgstr "Den här inbjudningslänken går aldrig ut."
@@ -18059,23 +18148,19 @@ msgstr "Den här inbjudan kan ha gått ut eller tagits bort."
msgid "This invite never expires."
msgstr "Den här inbjudan upphör aldrig."
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:170
-#: src/components/emojis/EmojiInfoContent.tsx:79
+#: src/components/emojis/EmojiAttributionSubtext.tsx:130
msgid "This is a custom emoji from"
msgstr "Det här är en anpassad emoji från"
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:160
-#: src/components/emojis/EmojiInfoContent.tsx:68
+#: src/components/emojis/EmojiAttributionSubtext.tsx:121
msgid "This is a custom emoji from a community."
msgstr "Det här är en anpassad emoji från en gemenskap."
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:150
-#: src/components/emojis/EmojiInfoContent.tsx:56
+#: src/components/emojis/EmojiAttributionSubtext.tsx:111
msgid "This is a custom emoji from a community. Ask the author for an invite to use this emoji."
msgstr "Det här är en anpassad emoji från en gemenskap. Be skaparen om en inbjudan för att använda den här emojin."
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:138
-#: src/components/emojis/EmojiInfoContent.tsx:43
+#: src/components/emojis/EmojiAttributionSubtext.tsx:101
msgid "This is a default emoji on Fluxer."
msgstr "Det här är en standardemoji på Fluxer."
@@ -18095,8 +18180,8 @@ msgstr "Så här visas meddelanden"
msgid "This is not the channel you're looking for."
msgstr "Det här är inte kanalen du letar efter."
-#: src/components/layout/GuildLayout.tsx:307
-#: src/components/layout/GuildLayout.tsx:370
+#: src/components/layout/GuildLayout.tsx:312
+#: src/components/layout/GuildLayout.tsx:375
msgid "This is not the community you're looking for."
msgstr "Det här är inte gemenskapen du letar efter."
@@ -18113,7 +18198,7 @@ msgid "This is the beginning of <0>{displayName}0>. Add friends to start a con
msgstr "Det här är början av <0>{displayName}0>. Lägg till vänner för att starta ett samtal!"
#. placeholder {0}: user.username
-#: src/components/channel/dm/DMWelcomeSection.tsx:182
+#: src/components/channel/dm/DMWelcomeSection.tsx:194
msgid "This is the beginning of your direct message history with <0>{0}0>."
msgstr "Det här är början på din direktmeddelandehistorik med <0>{0}0>."
@@ -18194,7 +18279,7 @@ msgstr "Länken till det här temat saknar data."
msgid "This theme may have been removed or the link is invalid."
msgstr "Det här temat kan ha tagits bort eller länken är ogiltig."
-#: src/components/channel/dm/AddFriendForm.tsx:62
+#: src/components/channel/dm/AddFriendForm.tsx:85
msgid "This user has restricted who can send them friend requests."
msgstr "Den här användaren har begränsat vem som kan skicka vänförfrågningar till dem."
@@ -18216,8 +18301,8 @@ msgid "This was a @silent message."
msgstr "Det här var ett @silent-meddelande."
#: src/actions/MessageActionCreators.tsx:392
-#: src/components/channel/Messages.tsx:442
-#: src/components/channel/Messages.tsx:522
+#: src/components/channel/Messages.tsx:440
+#: src/components/channel/Messages.tsx:520
msgid "This will create a rift in the space-time continuum and cannot be undone."
msgstr "Det här kommer att skapa en rift i rumtidskontinuumet och kan inte ångras."
@@ -18283,7 +18368,7 @@ msgstr "Tid: {currentFormatted} av {durationFormatted}"
msgid "Timed out until {0}."
msgstr "Utelåst tills {0}."
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:285
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:288
#: src/components/modals/TimeoutMemberModal.tsx:207
#: src/components/modals/TimeoutMemberSheet.tsx:90
#: src/components/uikit/ContextMenu/items/GuildMemberMenuItems.tsx:272
@@ -18570,7 +18655,7 @@ msgstr "sant eller falskt"
msgid "Try a different name or use @ / # / ! / * prefixes to filter results."
msgstr "Prova ett annat namn eller använd @ / # / ! / * prefix för att filtrera resultat."
-#: src/components/channel/ChannelSearchResults.tsx:710
+#: src/components/channel/ChannelSearchResults.tsx:679
msgid "Try a different search query"
msgstr "Prova en annan sökfråga"
@@ -18585,13 +18670,13 @@ msgid "Try a different search term or filter"
msgstr "Prova en annan sökterm eller filter"
#: src/components/auth/HandoffCodeDisplay.tsx:67
-#: src/components/channel/Messages.tsx:939
+#: src/components/channel/Messages.tsx:937
msgid "Try again"
msgstr "Försök igen"
#: src/components/BootstrapErrorScreen.tsx:68
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:301
-#: src/components/channel/ChannelSearchResults.tsx:694
+#: src/components/channel/ChannelSearchResults.tsx:663
#: src/components/modals/channelTabs/ChannelInvitesTab.tsx:148
#: src/components/modals/channelTabs/ChannelWebhooksTab.tsx:159
#: src/components/NetworkErrorScreen.tsx:56
@@ -18612,7 +18697,7 @@ msgstr "Prova ett annat namn eller kontrollera din stavning."
msgid "Try another search term"
msgstr "Prova en annan sökterm"
-#: src/components/channel/InviteEmbed.tsx:359
+#: src/components/channel/InviteEmbed.tsx:361
msgid "Try asking for a new invite."
msgstr "Försök be om en ny inbjudan."
@@ -18802,7 +18887,7 @@ msgstr "Kan inte installera klistermärkespaket"
msgid "Unable to load activity logs"
msgstr "Kan inte ladda aktivitetsloggar"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:104
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:108
msgid "Unable to load applications"
msgstr "Kan inte ladda applikationer"
@@ -18814,7 +18899,7 @@ msgstr "Kan inte ladda paketinformation."
msgid "Unable to prepare any emojis for upload. The following errors occurred:"
msgstr "Kan inte förbereda några emojis för uppladdning. Följande fel inträffade:"
-#: src/components/modals/ClaimAccountModal.tsx:125
+#: src/components/modals/ClaimAccountModal.tsx:127
#: src/components/modals/EmailChangeModal.tsx:122
#: src/components/modals/EmailChangeModal.tsx:152
msgid "Unable to resend code right now"
@@ -18824,7 +18909,7 @@ msgstr "Kan inte skicka koden igen just nu"
msgid "Unable to send code to new email"
msgstr "Kan inte skicka kod till ny e-post"
-#: src/components/channel/dm/AddFriendForm.tsx:76
+#: src/components/channel/dm/AddFriendForm.tsx:99
msgid "Unable to send friend request. Please try again."
msgstr "Kan inte skicka vänförfrågan. Försök igen."
@@ -18844,17 +18929,17 @@ msgstr "Ej tillgänglig för alla"
msgid "Unavailable for everyone but staff"
msgstr "Ej tillgänglig för alla utom personal"
-#: src/components/bottomsheets/DMBottomSheet.tsx:532
+#: src/components/bottomsheets/DMBottomSheet.tsx:535
#: src/components/channel/barriers/BarrierComponents.tsx:221
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:180
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:335
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:182
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:338
#: src/components/modals/tabs/BlockedUsersTab.tsx:58
#: src/components/modals/tabs/BlockedUsersTab.tsx:171
#: src/components/modals/UserProfileActionsSheet.tsx:151
#: src/components/modals/UserProfileActionsSheet.tsx:305
-#: src/components/modals/UserProfileMobileSheet.tsx:320
+#: src/components/modals/UserProfileMobileSheet.tsx:321
#: src/components/modals/UserProfileModal.tsx:1049
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:209
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:230
#: src/utils/RelationshipActionUtils.tsx:169
msgid "Unblock"
msgstr "Avblockera"
@@ -18863,11 +18948,11 @@ msgstr "Avblockera"
msgid "Unblock this user before sending a friend request."
msgstr "Avblockera den här användaren innan du skickar en vänförfrågan."
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:178
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:180
#: src/components/modals/tabs/BlockedUsersTab.tsx:56
#: src/components/modals/UserProfileActionsSheet.tsx:149
-#: src/components/modals/UserProfileMobileSheet.tsx:318
-#: src/components/modals/UserProfileModal.tsx:1243
+#: src/components/modals/UserProfileMobileSheet.tsx:319
+#: src/components/modals/UserProfileModal.tsx:1244
#: src/utils/RelationshipActionUtils.tsx:167
msgid "Unblock User"
msgstr "Avblockera användare"
@@ -18878,17 +18963,17 @@ msgstr "Avblockera användare"
msgid "Uncategorized"
msgstr "Okategoriserad"
-#: src/components/modals/tabs/BetaCodesTab.tsx:127
-#: src/components/modals/tabs/BetaCodesTab.tsx:204
+#: src/components/modals/tabs/BetaCodesTab.tsx:129
+#: src/components/modals/tabs/BetaCodesTab.tsx:206
msgid "Unclaimed"
msgstr "Oupphämtad"
#. placeholder {0}: unclaimedBetaCodes.length
-#: src/components/modals/tabs/BetaCodesTab.tsx:333
+#: src/components/modals/tabs/BetaCodesTab.tsx:358
msgid "Unclaimed ({0})"
msgstr "Oupphämtad ({0})"
-#: src/components/modals/components/UnclaimedAccountAlert.tsx:31
+#: src/components/modals/components/UnclaimedAccountAlert.tsx:29
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:51
msgid "Unclaimed Account"
msgstr "Oupphämtat konto"
@@ -18922,7 +19007,7 @@ msgstr "Återställ dövning på alla enheter"
msgid "Undeafen User"
msgstr "Återställ dövning för användare"
-#: src/components/pages/ReportPage.tsx:285
+#: src/components/pages/report/optionDescriptors.ts:63
#: src/constants/IARConstants.tsx:129
msgid "Underage User"
msgstr "Underårig användare"
@@ -18981,7 +19066,7 @@ msgstr "Ta bort fokus"
msgid "Unique invite"
msgstr "Unik inbjudan"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:79
+#: src/components/modals/components/plutonium/VisionarySection.tsx:88
msgid "Unique profile badge"
msgstr "Unikt profilbetyg"
@@ -19035,12 +19120,12 @@ msgstr "okänd entitet"
msgid "Unknown error"
msgstr "Okänt fel"
-#: src/components/channel/GiftEmbed.tsx:147
-#: src/components/modals/GiftAcceptModal.tsx:91
+#: src/components/channel/GiftEmbed.tsx:158
+#: src/components/modals/GiftAcceptModal.tsx:98
msgid "Unknown Gift"
msgstr "Okänd gåva"
-#: src/components/channel/InviteEmbed.tsx:357
+#: src/components/channel/InviteEmbed.tsx:359
msgid "Unknown Invite"
msgstr "Okänd inbjudan"
@@ -19113,7 +19198,7 @@ msgstr "Lås upp HD-skärmsdelning med Plutonium"
msgid "Unlock HD Video with Plutonium"
msgstr "Lås upp HD-video med Plutonium"
-#: src/components/modals/components/PlutoniumContent.tsx:185
+#: src/components/modals/components/PlutoniumContent.tsx:196
msgid "Unlock higher limits and exclusive features while supporting an independent communication platform."
msgstr "Lås upp högre gränser och exklusiva funktioner samtidigt som du stödjer en oberoende kommunikationsplattform."
@@ -19126,9 +19211,9 @@ msgid "Unlock stickers in DMs with Plutonium"
msgstr "Lås upp stickers i DMs med Plutonium"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:467
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:850
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1044
-#: src/components/bottomsheets/DMBottomSheet.tsx:645
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:882
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1068
+#: src/components/bottomsheets/DMBottomSheet.tsx:648
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:321
#: src/components/bottomsheets/VoiceLobbyBottomSheet.tsx:179
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:253
@@ -19154,7 +19239,7 @@ msgstr "Avmuta kategori"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:400
#: src/components/bottomsheets/ChannelBottomSheet.tsx:452
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1005
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1029
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:167
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:161
msgid "Unmute Channel"
@@ -19167,9 +19252,9 @@ msgstr "Avmuta kanal"
msgid "Unmute Community"
msgstr "Avmuta community"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1007
-#: src/components/bottomsheets/DMBottomSheet.tsx:449
-#: src/components/bottomsheets/DMBottomSheet.tsx:590
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1031
+#: src/components/bottomsheets/DMBottomSheet.tsx:451
+#: src/components/bottomsheets/DMBottomSheet.tsx:593
msgid "Unmute Conversation"
msgstr "Avmuta konversation"
@@ -19200,16 +19285,16 @@ msgid "Unnamed Group"
msgstr "Namnlös grupp"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:331
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1126
-#: src/components/bottomsheets/DMBottomSheet.tsx:478
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1150
+#: src/components/bottomsheets/DMBottomSheet.tsx:480
#: src/components/channel/dm/DMList.tsx:282
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:149
msgid "Unpin DM"
msgstr "Ta bort fäst DM"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:290
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1126
-#: src/components/bottomsheets/DMBottomSheet.tsx:478
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1150
+#: src/components/bottomsheets/DMBottomSheet.tsx:480
#: src/components/channel/dm/DMList.tsx:243
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:129
msgid "Unpin Group DM"
@@ -19231,20 +19316,20 @@ msgid "Unpin Message"
msgstr "Ta bort fäst meddelande"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:232
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:583
-#: src/components/bottomsheets/DMBottomSheet.tsx:164
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:597
+#: src/components/bottomsheets/DMBottomSheet.tsx:166
#: src/components/channel/dm/DMList.tsx:224
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:132
msgid "Unpinned DM"
msgstr "Avfäst DM"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:232
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:583
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:597
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:112
msgid "Unpinned group"
msgstr "Avfäst grupp"
-#: src/components/bottomsheets/DMBottomSheet.tsx:164
+#: src/components/bottomsheets/DMBottomSheet.tsx:166
msgid "Unpinned group DM"
msgstr "Otaggad grupp DM"
@@ -19279,7 +19364,7 @@ msgstr "Visa inbäddningar"
msgid "Until I change it"
msgstr "Tills jag ändrar det"
-#: src/components/bottomsheets/DMBottomSheet.tsx:664
+#: src/components/bottomsheets/DMBottomSheet.tsx:667
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:334
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:57
#: src/components/channel/muteOptions.ts:39
@@ -19305,7 +19390,7 @@ msgstr "Uppdatera"
msgid "Update app"
msgstr "Uppdatera app"
-#: src/components/modals/components/MobileSettingsView.tsx:244
+#: src/components/modals/components/MobileSettingsView.tsx:239
msgid "Update Service Worker"
msgstr "Uppdatera service worker"
@@ -19402,7 +19487,7 @@ msgstr "Uppdaterar favoriter…"
msgid "Updating..."
msgstr "Uppdaterar..."
-#: src/components/modals/components/plutonium/PricingSection.tsx:84
+#: src/components/modals/components/plutonium/PricingSection.tsx:94
msgid "Upgrade Now"
msgstr "Uppgradera nu"
@@ -19415,18 +19500,19 @@ msgstr "Uppgradera till Plutonium"
msgid "Upgrade to store up to 15 custom backgrounds and unlock HD video quality, higher frame rates, and more."
msgstr "Uppgradera för att lagra upp till 15 anpassade bakgrunder och lås upp HD-videokvalitet, högre bildfrekvenser och mer."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:265
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:316
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:297
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:357
msgid "Upgrade to Visionary"
msgstr "Uppgradera till Visionary"
#. placeholder {0}: formatter.format(visionarySlots.remaining)
-#: src/components/modals/components/plutonium/VisionarySection.tsx:109
+#: src/components/modals/components/plutonium/VisionarySection.tsx:122
+#: src/components/modals/components/plutonium/VisionarySection.tsx:134
msgid "Upgrade to Visionary — {0} Left"
msgstr "Uppgradera till Visionary — {0} kvar"
#. placeholder {0}: isGiftSubscription ? 'gift time' : 'subscription'
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:243
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:262
msgid "Upgrading to Visionary is a <0>one-time0> purchase and will <1>cancel your current {0} immediately1>."
msgstr "Att uppgradera till Visionary är ett <0>engångsköp0> och kommer att <1>avbryta ditt nuvarande {0} omedelbart1>."
@@ -19674,10 +19760,6 @@ msgstr "Använd dessa koder för att komma åt ditt konto om du förlorar din au
msgid "Use this button to quickly clear all permissions."
msgstr "Använd denna knapp för att snabbt rensa alla behörigheter."
-#: src/components/pages/ReportPage.tsx:613
-msgid "Use this form to report illegal content under the Digital Services Act (DSA). Select what you want to report."
-msgstr "Använd det här formuläret för att rapportera olagligt innehåll enligt Digital Services Act (DSA). Välj vad du vill rapportera."
-
#: src/components/modals/tabs/KeybindsTab.tsx:101
msgid "Use this shortcut system-wide"
msgstr "Använd denna genväg i hela systemet"
@@ -19708,19 +19790,19 @@ msgstr "Användaren verkar vara under 13 år"
msgid "User Debug"
msgstr "Användardebug"
-#: src/components/channel/channel-view/DMChannelView.tsx:353
+#: src/components/channel/channel-view/DMChannelView.tsx:354
msgid "User has vanished"
msgstr "Användaren har försvunnit"
-#: src/components/pages/ReportPage.tsx:865
+#: src/components/pages/report/ReportStepDetails.tsx:137
msgid "User ID (optional)"
msgstr "Användar-ID (valfritt)"
-#: src/components/bottomsheets/DMBottomSheet.tsx:376
+#: src/components/bottomsheets/DMBottomSheet.tsx:378
msgid "User ID copied"
msgstr "Användar-ID kopierat"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:652
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:666
msgid "User ID copied to clipboard"
msgstr "Användar-ID kopierat till urklipp"
@@ -19765,7 +19847,7 @@ msgstr "Användarjournal"
msgid "User Settings"
msgstr "Användarinställningar"
-#: src/components/pages/ReportPage.tsx:873
+#: src/components/pages/report/ReportStepDetails.tsx:146
msgid "User Tag (optional)"
msgstr "Användartagg (valfritt)"
@@ -19805,7 +19887,7 @@ msgstr "Användarnamnet måste vara minst 1 tecken"
msgid "Username must be at most 32 characters"
msgstr "Användarnamnet får vara högst 32 tecken"
-#: src/components/channel/dm/AddFriendForm.tsx:130
+#: src/components/channel/dm/AddFriendForm.tsx:153
msgid "Username#0000"
msgstr "Användarnamn#0000"
@@ -19904,7 +19986,7 @@ msgstr "Anpassade URL:er måste vara mellan 2 och 32 tecken långa och får bara
msgid "Verification Barriers"
msgstr "Verifieringsbarriärer"
-#: src/components/modals/ClaimAccountModal.tsx:199
+#: src/components/modals/ClaimAccountModal.tsx:201
#: src/components/modals/EmailChangeModal.tsx:218
#: src/components/modals/EmailChangeModal.tsx:282
#: src/components/modals/PhoneAddModal.tsx:224
@@ -19912,11 +19994,11 @@ msgstr "Verifieringsbarriärer"
msgid "Verification code"
msgstr "Verifieringskod"
-#: src/components/pages/ReportPage.tsx:719
+#: src/components/pages/report/ReportStepVerification.tsx:86
msgid "Verification Code"
msgstr "Verifieringskod"
-#: src/components/modals/ClaimAccountModal.tsx:88
+#: src/components/modals/ClaimAccountModal.tsx:90
msgid "Verification code sent"
msgstr "Verifieringskod skickad"
@@ -19937,10 +20019,9 @@ msgstr "Verifiering kan krävas innan du kan se dina reservkoder."
#: src/components/auth/AuthPageHeader.tsx:49
#: src/components/auth/InviteHeader.tsx:81
#: src/components/auth/InviteHeader.tsx:226
-#: src/components/channel/InviteEmbed.tsx:285
-#: src/components/channel/InviteEmbed.tsx:428
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:178
-#: src/components/emojis/EmojiInfoContent.tsx:87
+#: src/components/channel/InviteEmbed.tsx:287
+#: src/components/channel/InviteEmbed.tsx:430
+#: src/components/emojis/EmojiAttributionSubtext.tsx:143
#: src/components/layout/GuildHeader.tsx:132
msgid "Verified Community"
msgstr "Verifierad gemenskap"
@@ -19955,7 +20036,7 @@ msgstr "Verifierad guild"
msgid "Verify"
msgstr "Verifiera"
-#: src/components/pages/ReportPage.tsx:740
+#: src/components/pages/report/ReportStepVerification.tsx:102
msgid "Verify Code"
msgstr "Verifiera kod"
@@ -19980,6 +20061,10 @@ msgstr "Verifiera telefonnummerformulär"
msgid "Verify You're Human"
msgstr "Verifiera att du är människa"
+#: src/components/pages/report/ReportStepEmail.tsx:54
+msgid "Verify your email"
+msgstr "Verifiera din e-post"
+
#: src/components/modals/SudoVerificationModal.tsx:359
msgid "Verify your identity"
msgstr "Verifiera din identitet"
@@ -20012,7 +20097,7 @@ msgid "Video"
msgstr "Video"
#: src/components/channel/ChannelHeader.tsx:572
-#: src/components/modals/UserProfileMobileSheet.tsx:515
+#: src/components/modals/UserProfileMobileSheet.tsx:519
msgid "Video Call"
msgstr "Videosamtal"
@@ -20097,7 +20182,7 @@ msgstr "Visa reservkoder"
msgid "View backup codes form"
msgstr "Visa formulär för reservkoder"
-#: src/components/channel/channel-view/DMChannelView.tsx:282
+#: src/components/channel/channel-view/DMChannelView.tsx:283
msgid "View call"
msgstr "Visa samtal"
@@ -20138,7 +20223,7 @@ msgstr "Visa gåvoförråd"
msgid "View Global Profile"
msgstr "Visa global profil"
-#: src/components/channel/channel-view/DMChannelView.tsx:282
+#: src/components/channel/channel-view/DMChannelView.tsx:283
msgid "View incoming call"
msgstr "Visa inkommande samtal"
@@ -20158,10 +20243,10 @@ msgstr "Visa premiumfunktioner"
msgid "View premium perks"
msgstr "Visa premiumfördelar"
-#: src/components/bottomsheets/DMBottomSheet.tsx:411
+#: src/components/bottomsheets/DMBottomSheet.tsx:413
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:226
#: src/components/channel/friends/MobileFriendRequestItem.tsx:87
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:210
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:212
#: src/components/modals/tabs/BlockedUsersTab.tsx:87
#: src/components/uikit/ContextMenu/items/UserProfileMenuItem.tsx:43
msgid "View Profile"
@@ -20191,7 +20276,7 @@ msgstr "Tittare ansluter till ström"
msgid "Viewer Leaves Stream"
msgstr "Tittare lämnar ström"
-#: src/components/pages/ReportPage.tsx:827
+#: src/components/pages/report/ReportStepDetails.tsx:96
msgid "Violation Category"
msgstr "Överträdelsekategori"
@@ -20199,7 +20284,7 @@ msgstr "Överträdelsekategori"
msgid "Violation category selection"
msgstr "Val av överträdelsekategori"
-#: src/components/pages/ReportPage.tsx:264
+#: src/components/pages/report/optionDescriptors.ts:45
#: src/constants/IARConstants.tsx:42
msgid "Violent or Graphic Content"
msgstr "Våldsamt eller grafiskt innehåll"
@@ -20212,9 +20297,9 @@ msgstr "VIP-röst"
msgid "Visible Buttons"
msgstr "Synliga knappar"
-#: src/components/modals/components/plutonium/PricingSection.tsx:88
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:110
-#: src/components/modals/components/plutonium/VisionarySection.tsx:58
+#: src/components/modals/components/plutonium/PricingSection.tsx:101
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:129
+#: src/components/modals/components/plutonium/VisionarySection.tsx:67
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:154
#: src/utils/modals/guildTabs/GuildAuditLogTabUtils.ts:274
msgid "Visionary"
@@ -20228,25 +20313,25 @@ msgstr "Visionär (Lifetime #42)"
msgid "Visionary (Lifetime Plutonium)"
msgstr "Visionär (Lifetime Plutonium)"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:80
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:111
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:95
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:134
msgid "Visionary {visionaryPrice}"
msgstr "Visionär {visionaryPrice}"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:96
+#: src/components/modals/components/plutonium/VisionarySection.tsx:105
msgid "Visionary community with direct team access"
msgstr "Visionär-community med direkt åtkomst till teamet"
-#: src/components/modals/components/plutonium/GiftSection.tsx:87
-#: src/components/modals/components/plutonium/PricingSection.tsx:119
+#: src/components/modals/components/plutonium/GiftSection.tsx:100
+#: src/components/modals/components/plutonium/PricingSection.tsx:140
msgid "Visionary Gift"
msgstr "Visionärgåva"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:109
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:132
msgid "Visionary Gift Sold Out"
msgstr "Visionärgåvan slutsåld"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:80
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:95
msgid "Visionary Sold Out"
msgstr "Visionär slutsåld"
@@ -20281,15 +20366,15 @@ msgstr "Röst- och videokonfiguration"
msgid "Voice Activity"
msgstr "Röstaktivitet"
-#: src/components/channel/channel-view/DMChannelView.tsx:277
+#: src/components/channel/channel-view/DMChannelView.tsx:278
#: src/components/voice/VoiceCallView.tsx:466
msgid "Voice call"
msgstr "Röstsamtal"
-#: src/components/bottomsheets/DMBottomSheet.tsx:419
+#: src/components/bottomsheets/DMBottomSheet.tsx:421
#: src/components/channel/ChannelHeader.tsx:562
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:225
-#: src/components/modals/UserProfileMobileSheet.tsx:507
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:227
+#: src/components/modals/UserProfileMobileSheet.tsx:511
msgid "Voice Call"
msgstr "Röstsamtal"
@@ -20306,8 +20391,8 @@ msgstr "Röstsamtal"
msgid "Voice channel"
msgstr "Röstkanal"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:475
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:662
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:489
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:676
#: src/components/channel/channel-header/useChannelHeaderData.ts:100
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:314
msgid "Voice Channel"
@@ -20488,8 +20573,8 @@ msgstr "Vi skickade ett e-postmeddelande med en länk för att godkänna denna i
msgid "We failed to retrieve the full information about this user at this time."
msgstr "Vi kunde inte hämta all information om denna användare just nu."
-#: src/components/layout/GuildLayout.tsx:302
-#: src/components/layout/GuildLayout.tsx:349
+#: src/components/layout/GuildLayout.tsx:307
+#: src/components/layout/GuildLayout.tsx:354
msgid "We fluxed up! Hang tight, we're working on it."
msgstr "Vi fluxade till! Håll ut, vi jobbar på det."
@@ -20513,18 +20598,13 @@ msgstr "Vi förlorade anslutningen medan vi väntade på auktorisering. Försök
msgid "We need to make sure you're not a bot. Please complete the verification below."
msgstr "Vi måste se till att du inte är en bot. Vänligen slutför verifieringen nedan."
-#: src/components/pages/ReportPage.tsx:639
-msgid "We need to verify your email address before you can submit a report."
-msgstr "Vi måste verifiera din e-postadress innan du kan skicka in en rapport."
-
#: src/components/modals/BackupCodesModal.tsx:45
msgid "We recommend saving these codes now so that you don't get locked out of your account."
msgstr "Vi rekommenderar att du sparar dessa koder nu så att du inte blir utelåst från ditt konto."
-#. placeholder {0}: state.email
-#: src/components/pages/ReportPage.tsx:702
-msgid "We sent a verification code to {0}."
-msgstr "Vi har skickat en verifieringskod till {0}."
+#: src/components/pages/report/ReportStepVerification.tsx:67
+msgid "We sent a code to {email}."
+msgstr "Vi har skickat en kod till {email}."
#: src/components/auth/BrowserLoginHandoffModal.tsx:315
msgid "We will prefill {prefillEmail} once the browser login opens."
@@ -20534,6 +20614,10 @@ msgstr "Vi kommer att förifylla {prefillEmail} när webbläsarinloggningen öpp
msgid "We'll restore your previous email, sign out old sessions, remove phone numbers, disable MFA, and secure your account with a new password."
msgstr "Vi återställer din tidigare e-post, loggar ut gamla sessioner, tar bort telefonnummer, inaktiverar MFA och säkrar ditt konto med ett nytt lösenord."
+#: src/components/pages/report/ReportStepEmail.tsx:57
+msgid "We'll send a short code to confirm you can receive updates about this report."
+msgstr "Vi kommer att skicka en kort kod för att bekräfta att du kan ta emot uppdateringar om denna rapport."
+
#: src/components/modals/EmailChangeModal.tsx:190
msgid "We'll verify your current email and then your new email with one-time codes."
msgstr "Vi verifierar din nuvarande e-post och sedan din nya e-post med engångskoder."
@@ -20546,13 +20630,13 @@ msgstr "Vi verifierar din nya e-post med en engångskod."
msgid "We're having trouble connecting to Fluxer's servers. This could be a temporary network issue or scheduled maintenance."
msgstr "Vi har problem med att ansluta till Fluxers servrar. Detta kan vara ett tillfälligt nätverksproblem eller planerat underhåll."
-#: src/components/modals/tabs/BetaCodesTab.tsx:297
+#: src/components/modals/tabs/BetaCodesTab.tsx:322
#: src/components/modals/tabs/DevicesTab.tsx:230
msgid "We're having trouble connecting to the space-time continuum. Please check your connection and try again."
msgstr "Vi har problem med att ansluta till rumtidskontinuumet. Kontrollera din anslutning och försök igen."
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:287
-#: src/components/channel/ChannelSearchResults.tsx:681
+#: src/components/channel/ChannelSearchResults.tsx:650
msgid "We're indexing this channel for the first time. This might take a little while..."
msgstr "Vi indexerar denna kanal för första gången. Detta kan ta en liten stund..."
@@ -20829,17 +20913,16 @@ msgstr "Skriv anpassad CSS här för att åsidosätta temanycklar. Till exempel:
msgid "Write your content here... This textarea expands as you type."
msgstr "Skriv ditt innehåll här... Detta textområde expanderar när du skriver."
-#: src/components/auth/DateOfBirthField.tsx:89
-#: src/components/auth/DateOfBirthField.tsx:156
+#: src/components/auth/DateOfBirthField.tsx:153
#: src/components/auth/MockMinimalRegisterForm.tsx:78
msgid "Year"
msgstr "År"
-#: src/components/modals/components/plutonium/PricingSection.tsx:78
+#: src/components/modals/components/plutonium/PricingSection.tsx:88
msgid "Yearly"
msgstr "Årligen"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:71
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:84
msgid "Yearly {yearlyPrice}"
msgstr "Årligen {yearlyPrice}"
@@ -20874,7 +20957,7 @@ msgstr "Du håller på att lämna Fluxer"
msgid "You are about to transfer ownership of this community to <0>{0}0>. This action is <1>irreversible1> and you will lose all owner privileges."
msgstr "Du håller på att överföra äganderätten för detta community till <0>{0}0>. Denna åtgärd är <1>oåterkallelig1> och du kommer att förlora alla ägarprivilegier."
-#: src/components/channel/dm/AddFriendForm.tsx:72
+#: src/components/channel/dm/AddFriendForm.tsx:95
msgid "You are already friends with this user."
msgstr "Du är redan vän med denna användare."
@@ -20960,7 +21043,7 @@ msgstr "Du kan endast ladda upp upp till {MAX_EMOJIS_PER_UPLOAD} emojis åt gån
msgid "You can pin messages in this conversation for everyone to see."
msgstr "Du kan fästa meddelanden i den här konversationen så att alla kan se dem."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:175
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:194
msgid "You can redeem additional gift codes to <0>extend0> your gift time. To start a monthly or yearly plan, wait until after it ends — or <1>upgrade to Visionary1> now (remaining gift time will be discarded)."
msgstr "Du kan lösa in ytterligare presentkoder för att <0>förlänga0> din presenttid. För att starta en månads- eller årsplan, vänta tills den tar slut — eller <1>uppgradera till Visionary1> nu (återstående presenttid kommer att kasseras)."
@@ -20990,7 +21073,7 @@ msgstr "Du kan använda länkar och Markdown för att formatera din text. Med <0
msgid "You can't add new reactions while you're on timeout."
msgstr "Du kan inte lägga till nya reaktioner medan du är i timeout."
-#: src/components/modals/UserProfileModal.tsx:1170
+#: src/components/modals/UserProfileModal.tsx:1171
msgid "You can't befriend yourself"
msgstr "Du kan inte bli vän med dig själv"
@@ -20998,14 +21081,14 @@ msgstr "Du kan inte bli vän med dig själv"
msgid "You can't interact with reactions in search results as it might disrupt the space-time continuum."
msgstr "Du kan inte interagera med reaktioner i sökresultat eftersom det kan störa rumtidskontinuumet."
-#: src/components/layout/ChannelItem.tsx:200
-#: src/components/layout/ChannelItem.tsx:366
-#: src/stores/voice/MediaEngineFacade.ts:151
-#: src/stores/voice/MediaEngineFacade.ts:482
+#: src/components/layout/ChannelItem.tsx:206
+#: src/components/layout/ChannelItem.tsx:375
+#: src/stores/voice/MediaEngineFacade.ts:154
+#: src/stores/voice/MediaEngineFacade.ts:529
msgid "You can't join while you're on timeout."
msgstr "Du kan inte gå med medan du är i timeout."
-#: src/components/modals/UserProfileModal.tsx:1182
+#: src/components/modals/UserProfileModal.tsx:1183
#: src/components/popouts/UserProfilePopout.tsx:282
#: src/components/profile/ProfilePreview.tsx:284
msgid "You can't message yourself"
@@ -21019,7 +21102,7 @@ msgstr "Du kan inte skicka en vänförfrågan till dig själv."
msgid "You can't send friend requests to bots."
msgstr "Du kan inte skicka vänförfrågningar till bottar."
-#: src/components/channel/dm/AddFriendForm.tsx:64
+#: src/components/channel/dm/AddFriendForm.tsx:87
msgid "You can't send friend requests to users you've blocked. Unblock them first."
msgstr "Du kan inte skicka vänförfrågningar till användare du har blockerat. Avblockera dem först."
@@ -21066,11 +21149,11 @@ msgstr "Du kan inte ta bort den här behörigheten eftersom det skulle ta bort d
msgid "You cannot save a role with a blank name. Please provide a valid name before saving."
msgstr "Du kan inte spara en roll med ett tomt namn. Ange ett giltigt namn innan du sparar."
-#: src/components/channel/dm/AddFriendForm.tsx:68
+#: src/components/channel/dm/AddFriendForm.tsx:91
msgid "You cannot send a friend request to yourself."
msgstr "Du kan inte skicka en vänförfrågan till dig själv."
-#: src/components/channel/dm/AddFriendForm.tsx:66
+#: src/components/channel/dm/AddFriendForm.tsx:89
msgid "You cannot send friend requests to bots."
msgstr "Du kan inte skicka vänförfrågningar till bottar."
@@ -21094,7 +21177,7 @@ msgstr "Du har inte åtkomst till kanalen där det här meddelandet skickades."
msgid "You do not have permission to send messages in this channel."
msgstr "Du har inte behörighet att skicka meddelanden i den här kanalen."
-#: src/components/layout/GuildLayout.tsx:393
+#: src/components/layout/GuildLayout.tsx:398
msgid "You don't have access to any channels in this community."
msgstr "Du har inte åtkomst till några kanaler i det här communityt."
@@ -21114,23 +21197,23 @@ msgstr "Du har inte behörighet att installera det här emojipaketet."
msgid "You don't have permission to install this sticker pack."
msgstr "Du har inte behörighet att installera det här klistermärkespaketet."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:203
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:222
msgid "You have all <0/> for <1>{monthlyPrice}/month1>."
msgstr "Du har alla <0/> för <1>{monthlyPrice}/månad1>."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:208
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:227
msgid "You have all <0/> for <1>{yearlyPrice}/year1>."
msgstr "Du har alla <0/> för <1>{yearlyPrice}/år1>."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:213
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:232
msgid "You have all <0/> for your subscription period."
msgstr "Du har allt <0/> för din prenumerationsperiod."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:198
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:217
msgid "You have all <0/> forever. No subscriptions, no renewals."
msgstr "Du har allt <0/> för alltid. Inga prenumerationer, inga förnyelser."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:169
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:188
msgid "You have all <0/> via a <1>gift subscription1> until <2>{giftEndDate}2>. It <3>won't renew3>."
msgstr "Du har allt <0/> via en <1>presentprenumeration1> till <2>{giftEndDate}2>. Den <3>kommer inte förnyas3>."
@@ -21228,11 +21311,11 @@ msgstr "Du har förlorat åtkomst till detta sparade meddelande. Ta bort?"
msgid "You made it, {username}! We're about to hit 88mph!"
msgstr "Du klarade det, {username}! Vi är på väg att nå 88 mph!"
-#: src/components/channel/CallMessage.tsx:179
+#: src/components/channel/CallMessage.tsx:173
msgid "You missed a call from <0/> that lasted {durationText}."
msgstr "Du missade ett samtal från <0/> som varade {durationText}."
-#: src/components/channel/CallMessage.tsx:184
+#: src/components/channel/CallMessage.tsx:178
msgid "You missed a call from <0/>."
msgstr "Du missade ett samtal från <0/>."
@@ -21252,7 +21335,7 @@ msgstr "Du måste vara 18 år eller äldre för att se detta innehåll. <0>Läs
msgid "You must be connected to the gateway to accept this temporary invite. Please check your connection and try again."
msgstr "Du måste vara ansluten till gatewayen för att acceptera denna tillfälliga inbjudan. Kontrollera din anslutning och försök igen."
-#: src/components/pages/ReportPage.tsx:463
+#: src/components/pages/ReportPage.tsx:288
msgid "You must verify your email before submitting a report."
msgstr "Du måste verifiera din e-post innan du skickar in en rapport."
@@ -21385,7 +21468,7 @@ msgstr "Du är i röstkanalen"
msgid "You're sending messages too quickly"
msgstr "Du skickar meddelanden för snabbt"
-#: src/components/channel/Messages.tsx:909
+#: src/components/channel/Messages.tsx:907
msgid "You're viewing older messages"
msgstr "Du visar äldre meddelanden"
@@ -21464,7 +21547,7 @@ msgstr "Ditt konto har godkänts. Omdirigerar dig till appen..."
msgid "Your account has been created, but access is temporarily limited until approval. You will be notified once your account is approved."
msgstr "Ditt konto har skapats, men åtkomsten är tillfälligt begränsad tills godkännande. Du kommer att meddelas när ditt konto godkänts."
-#: src/components/modals/components/UnclaimedAccountAlert.tsx:38
+#: src/components/modals/components/UnclaimedAccountAlert.tsx:36
msgid "Your account is not yet claimed. Without an email and password, you won't be able to sign in from other devices and you could lose access to your account. Claim your account now to secure it."
msgstr "Ditt konto har ännu inte hämtats. Utan en e-postadress och lösenord kommer du inte att kunna logga in från andra enheter och du kan förlora åtkomst till ditt konto. Hämta ditt konto nu för att säkra det."
@@ -21508,7 +21591,7 @@ msgstr "Dina befintliga inställningar för notisljud kommer att bevaras."
msgid "Your export request will be processed"
msgstr "Din exportbegäran kommer att bearbetas"
-#: src/components/pages/ReportPage.tsx:935
+#: src/components/pages/report/ReportStepDetails.tsx:213
msgid "Your FluxerTag (optional)"
msgstr "Ditt FluxerTag (valfritt)"
@@ -21521,7 +21604,7 @@ msgid "Your invite expires in 24 hours"
msgstr "Din inbjudan löper ut om 24 timmar"
#. placeholder {0}: getExpirationText()
-#: src/components/modals/InviteModal.tsx:325
+#: src/components/modals/InviteModal.tsx:322
msgid "Your invite link expires in {0}."
msgstr "Din inbjudningslänk går ut om {0}."
@@ -21565,7 +21648,7 @@ msgstr "Ditt personliga utrymme för snabb åtkomst till kanaler, DM:ar och grup
msgid "Your Plutonium subscription has expired. You've lost all Plutonium perks. Reactivate your subscription to regain access."
msgstr "Din Plutonium-prenumeration har löpt ut. Du har förlorat alla Plutonium-förmåner. Återaktivera din prenumeration för att få tillgång igen."
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:781
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:813
msgid "Your private space"
msgstr "Ditt privata utrymme"
@@ -21573,7 +21656,7 @@ msgstr "Ditt privata utrymme"
msgid "Your private space for thoughts and reminders"
msgstr "Ditt privata utrymme för tankar och påminnelser"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:277
+#: src/components/modals/tabs/GiftInventoryTab.tsx:300
msgid "Your Purchased Gifts"
msgstr "Dina köpta gåvor"
@@ -21585,15 +21668,11 @@ msgstr "din region"
msgid "Your stream is still being broadcast"
msgstr "Din sändning sänds fortfarande"
-#: src/components/pages/ReportPage.tsx:594
-msgid "Your submission ID"
-msgstr "Ditt inlämnings-ID"
-
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:153
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:172
msgid "Your subscription ended, but you still have all <0/> until <1>{graceDate}1>. Resubscribe to keep them."
msgstr "Ditt abonnemang har upphört, men du har fortfarande alla <0/> fram till <1>{graceDate}1>. Förnya abonnemanget för att behålla dem."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:138
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:157
msgid "Your subscription expired on <0>{expiredDate}0>. You lost all <1/>. You can reactivate at any time."
msgstr "Ditt abonnemang löpte ut den <0>{expiredDate}0>. Du har förlorat alla <1/>. Du kan återaktivera när som helst."
@@ -21609,7 +21688,7 @@ msgstr "Ditt abonnemang har återaktiverats!"
msgid "Your subscription has been set to cancel at the end of your billing period."
msgstr "Ditt abonnemang har ställts in att avbrytas vid slutet av din faktureringsperiod."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:191
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:210
msgid "Your subscription will cancel on <0>{cancelDate}0>. You'll lose all <1/> after that date."
msgstr "Ditt abonnemang kommer att avbrytas den <0>{cancelDate}0>. Du kommer att förlora alla <1/> efter det datumet."
diff --git a/fluxer_app/src/locales/th/messages.po b/fluxer_app/src/locales/th/messages.po
index 3f407179..2867ff10 100644
--- a/fluxer_app/src/locales/th/messages.po
+++ b/fluxer_app/src/locales/th/messages.po
@@ -68,12 +68,12 @@ msgstr "(แสดงได้สูงสุด 15 รายการ)"
msgid "(No content)"
msgstr "(ไม่มีเนื้อหา)"
-#: src/components/modals/UserProfileMobileSheet.tsx:552
+#: src/components/modals/UserProfileMobileSheet.tsx:556
#: src/components/pages/YouPage.tsx:147
msgid "(only visible to you)"
msgstr "(เห็นได้เฉพาะคุณ)"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:954
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:976
msgid "(you)"
msgstr "(คุณ)"
@@ -138,12 +138,12 @@ msgid "{0} Online"
msgstr "{0} ออนไลน์"
#. placeholder {0}: reaction.count
-#: src/components/channel/MessageReactions.tsx:120
+#: src/components/channel/MessageReactions.tsx:119
msgid "{0} reaction"
msgstr "{0} การตอบสนอง"
#. placeholder {0}: reaction.count
-#: src/components/channel/MessageReactions.tsx:120
+#: src/components/channel/MessageReactions.tsx:119
msgid "{0} reactions"
msgstr "{0} การตอบสนอง"
@@ -153,13 +153,13 @@ msgid "{0} remaining"
msgstr "{0} ที่เหลือ"
#. placeholder {0}: machineState.total
-#: src/components/channel/ChannelSearchResults.tsx:315
+#: src/components/channel/ChannelSearchResults.tsx:272
msgid "{0} Result"
msgstr "{0} ผลลัพธ์"
#. placeholder {0}: machineState.total
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:390
-#: src/components/channel/ChannelSearchResults.tsx:315
+#: src/components/channel/ChannelSearchResults.tsx:272
msgid "{0} Results"
msgstr "{0} ผลลัพธ์"
@@ -402,7 +402,7 @@ msgstr "{actor} อัปเดตสติกเกอร์ {namedTarget}"
msgid "{actor} updated the webhook {namedTarget}."
msgstr "{actor} อัปเดตเว็บฮุค {namedTarget}"
-#: src/components/modals/tabs/BetaCodesTab.tsx:280
+#: src/components/modals/tabs/BetaCodesTab.tsx:284
msgid "{allowance} codes remaining this week"
msgstr "{allowance} รหัสที่เหลือในสัปดาห์นี้"
@@ -533,7 +533,7 @@ msgstr "{emojiName}, {0} การตอบสนอง"
msgid "{emojiName}, {0} reactions"
msgstr "{emojiName}, {0} การตอบสนอง"
-#: src/components/channel/MessageReactions.tsx:122
+#: src/components/channel/MessageReactions.tsx:121
msgid "{emojiName}: {reactionCountText}, {actionText}"
msgstr "{emojiName}: {reactionCountText}, {actionText}"
@@ -561,8 +561,8 @@ msgstr "ภาพ {label} ไม่สามารถทำให้เคลื
#: src/components/auth/InviteHeader.tsx:127
#: src/components/auth/InviteHeader.tsx:241
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:281
-#: src/components/channel/InviteEmbed.tsx:180
-#: src/components/channel/InviteEmbed.tsx:444
+#: src/components/channel/InviteEmbed.tsx:182
+#: src/components/channel/InviteEmbed.tsx:446
msgid "{memberCount} Member"
msgstr "{memberCount} สมาชิก"
@@ -570,8 +570,8 @@ msgstr "{memberCount} สมาชิก"
#: src/components/auth/InviteHeader.tsx:127
#: src/components/auth/InviteHeader.tsx:241
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:281
-#: src/components/channel/InviteEmbed.tsx:180
-#: src/components/channel/InviteEmbed.tsx:444
+#: src/components/channel/InviteEmbed.tsx:182
+#: src/components/channel/InviteEmbed.tsx:446
msgid "{memberCount} Members"
msgstr "{memberCount} สมาชิก"
@@ -606,11 +606,11 @@ msgstr "{minutes} นาทีและ {seconds} วินาที"
msgid "{minutes} minutes and 1 second"
msgstr "{minutes} นาทีและ 1 วินาที"
-#: src/components/channel/dm/DMWelcomeSection.tsx:155
+#: src/components/channel/dm/DMWelcomeSection.tsx:167
msgid "{mutualGuildCount} mutual commmunity"
msgstr "{mutualGuildCount} ชุมชนที่มีร่วมกัน"
-#: src/components/channel/dm/DMWelcomeSection.tsx:156
+#: src/components/channel/dm/DMWelcomeSection.tsx:168
msgid "{mutualGuildCount} mutual communities"
msgstr "{mutualGuildCount} ชุมชนที่มีร่วมกัน"
@@ -632,7 +632,7 @@ msgstr "{participantCount} ผู้เข้าร่วมในสาย"
#: src/components/auth/InviteHeader.tsx:235
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:276
-#: src/components/channel/InviteEmbed.tsx:439
+#: src/components/channel/InviteEmbed.tsx:441
msgid "{presenceCount} Online"
msgstr "{presenceCount} ออนไลน์"
@@ -644,15 +644,15 @@ msgstr "เหลืออีก {remaining} อักขระ"
msgid "{remaining} characters left. Get Plutonium to write up to {premiumMaxLength} characters."
msgstr "เหลืออีก {remaining} อักขระ รับ Plutonium เพื่อเขียนได้ถึง {premiumMaxLength} อักขระ"
-#: src/components/channel/InviteEmbed.tsx:301
+#: src/components/channel/InviteEmbed.tsx:303
msgid "{renderedMemberCount} Member"
msgstr "{renderedMemberCount} สมาชิก"
-#: src/components/channel/InviteEmbed.tsx:301
+#: src/components/channel/InviteEmbed.tsx:303
msgid "{renderedMemberCount} Members"
msgstr "{renderedMemberCount} สมาชิก"
-#: src/components/channel/InviteEmbed.tsx:296
+#: src/components/channel/InviteEmbed.tsx:298
msgid "{renderedPresenceCount} Online"
msgstr "{renderedPresenceCount} ออนไลน์"
@@ -704,11 +704,11 @@ msgstr "{totalSeconds} วินาที"
msgid "{totalSeconds} seconds"
msgstr "{totalSeconds} วินาที"
-#: src/components/layout/GuildsLayout.tsx:231
+#: src/components/layout/GuildsLayout.tsx:229
msgid "{unavailableCount} communities are temporarily unavailable due to a flux capacitor malfunction."
msgstr "{unavailableCount} ชุมชนไม่สามารถใช้งานได้ชั่วคราวเนื่องจากการทำงานผิดพลาดของฟลักซ์คาปาซิเตอร์"
-#: src/components/layout/GuildsLayout.tsx:230
+#: src/components/layout/GuildsLayout.tsx:228
msgid "{unavailableCount} community is temporarily unavailable due to a flux capacitor malfunction."
msgstr "{unavailableCount} ชุมชนไม่สามารถใช้งานได้ชั่วคราวเนื่องจากการทำงานผิดพลาดของฟลักซ์คาปาซิเตอร์"
@@ -814,27 +814,27 @@ msgstr "การกล่าวถึง @everyone"
msgid "@username"
msgstr "@username"
-#: src/components/channel/CallMessage.tsx:75
+#: src/components/channel/CallMessage.tsx:72
msgid "# days"
msgstr "# วัน"
-#: src/components/channel/CallMessage.tsx:76
+#: src/components/channel/CallMessage.tsx:73
msgid "# hours"
msgstr "# ชั่วโมง"
-#: src/components/channel/CallMessage.tsx:77
+#: src/components/channel/CallMessage.tsx:74
msgid "# minutes"
msgstr "# นาที"
-#: src/components/channel/CallMessage.tsx:73
+#: src/components/channel/CallMessage.tsx:70
msgid "# months"
msgstr "# เดือน"
-#: src/components/channel/CallMessage.tsx:74
+#: src/components/channel/CallMessage.tsx:71
msgid "# weeks"
msgstr "# สัปดาห์"
-#: src/components/channel/CallMessage.tsx:72
+#: src/components/channel/CallMessage.tsx:69
msgid "# years"
msgstr "# ปี"
@@ -878,11 +878,11 @@ msgstr "<0/> เอา <1/> ออกจากกลุ่ม"
msgid "<0/> removed someone from the group."
msgstr "<0/> เอาใครบางคนออกจากกลุ่ม"
-#: src/components/channel/CallMessage.tsx:191
+#: src/components/channel/CallMessage.tsx:185
msgid "<0/> started a call that lasted {durationText}."
msgstr "<0/> เริ่มการโทรที่ใช้เวลา {durationText}"
-#: src/components/channel/CallMessage.tsx:154
+#: src/components/channel/CallMessage.tsx:148
msgid "<0/> started a call."
msgstr "<0/> เริ่มการโทร"
@@ -943,11 +943,11 @@ msgstr "<0>ปลดปิดเสียง0> สมาชิกนี้"
msgid "<0>Warning:0> This will also disable SMS two-factor authentication."
msgstr "<0>คำเตือน:0> การกระทำนี้จะปิดการใช้งานการยืนยันตัวตนสองขั้นตอนผ่าน SMS ด้วย"
-#: src/components/modals/tabs/BetaCodesTab.tsx:278
+#: src/components/modals/tabs/BetaCodesTab.tsx:282
msgid "1 code remaining this week"
msgstr "เหลือ 1 รหัสในสัปดาห์นี้"
-#: src/components/channel/CallMessage.tsx:75
+#: src/components/channel/CallMessage.tsx:72
#: src/components/modals/BanMemberModal.tsx:54
#: src/components/modals/InviteModal.tsx:77
#: src/components/modals/InviteModal.tsx:212
@@ -956,7 +956,7 @@ msgstr "เหลือ 1 รหัสในสัปดาห์นี้"
msgid "1 day"
msgstr "1 วัน"
-#: src/components/channel/CallMessage.tsx:76
+#: src/components/channel/CallMessage.tsx:73
#: src/components/modals/BanMemberModal.tsx:52
#: src/components/modals/channelTabs/ChannelOverviewTab.tsx:154
#: src/components/modals/CustomStatusBottomSheet.tsx:44
@@ -993,7 +993,7 @@ msgstr "1 นาทีและ {seconds} วินาที"
msgid "1 minute and 1 second"
msgstr "1 นาทีและ 1 วินาที"
-#: src/components/channel/CallMessage.tsx:73
+#: src/components/channel/CallMessage.tsx:70
#: src/components/modals/BanMemberModal.tsx:59
msgid "1 month"
msgstr "1 เดือน"
@@ -1002,12 +1002,12 @@ msgstr "1 เดือน"
msgid "1 Month"
msgstr "1 เดือน"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:99
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:120
msgid "1 Month {monthlyPrice}"
msgstr "1 เดือน {monthlyPrice}"
-#: src/components/modals/components/plutonium/GiftSection.tsx:78
-#: src/components/modals/components/plutonium/PricingSection.tsx:110
+#: src/components/modals/components/plutonium/GiftSection.tsx:88
+#: src/components/modals/components/plutonium/PricingSection.tsx:128
msgid "1 Month Gift"
msgstr "ของขวัญ 1 เดือน"
@@ -1020,22 +1020,22 @@ msgstr "ใช้ 1 ครั้ง"
msgid "1 user"
msgstr "ผู้ใช้ 1 คน"
-#: src/components/channel/CallMessage.tsx:74
+#: src/components/channel/CallMessage.tsx:71
#: src/components/modals/BanMemberModal.tsx:57
#: src/components/modals/TimeoutMemberOptions.ts:39
msgid "1 week"
msgstr "1 สัปดาห์"
-#: src/components/channel/CallMessage.tsx:72
+#: src/components/channel/CallMessage.tsx:69
msgid "1 year"
msgstr "1 ปี"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:91
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:109
msgid "1 Year {yearlyPrice}"
msgstr "1 ปี {yearlyPrice}"
-#: src/components/modals/components/plutonium/GiftSection.tsx:69
-#: src/components/modals/components/plutonium/PricingSection.tsx:101
+#: src/components/modals/components/plutonium/GiftSection.tsx:76
+#: src/components/modals/components/plutonium/PricingSection.tsx:116
msgid "1 Year Gift"
msgstr "ของขวัญ 1 ปี"
@@ -1286,8 +1286,8 @@ msgstr "8 ชั่วโมง"
msgid "A 4-digit tag will be added automatically to ensure uniqueness"
msgstr "แท็ก 4 หลักจะเพิ่มให้อัตโนมัติเพื่อให้แน่ใจว่าไม่ซ้ำกัน"
-#: src/components/channel/CallMessage.tsx:86
-#: src/components/channel/CallMessage.tsx:148
+#: src/components/channel/CallMessage.tsx:83
+#: src/components/channel/CallMessage.tsx:142
msgid "a few seconds"
msgstr "ไม่กี่วินาที"
@@ -1299,7 +1299,7 @@ msgstr "นักรบบนแป้นพิมพ์กลุ่มหนึ
msgid "A helpful bot that does amazing things!"
msgstr "บอทช่วยเหลือสุดเจ๋งที่ทำอะไรได้มากมาย!"
-#: src/components/channel/CallMessage.tsx:77
+#: src/components/channel/CallMessage.tsx:74
msgid "a minute"
msgstr "1 นาที"
@@ -1316,7 +1316,7 @@ msgid "A symphony of clacking keys is underway..."
msgstr "เสียงแป้นพิมพ์ดังระเบงกำลังเกิดขึ้น..."
#: src/components/modals/tabs/MyProfileTab/BioEditor.tsx:127
-#: src/components/modals/UserProfileMobileSheet.tsx:528
+#: src/components/modals/UserProfileMobileSheet.tsx:532
#: src/components/pages/YouPage.tsx:132
msgid "About Me"
msgstr "เกี่ยวกับฉัน"
@@ -1330,18 +1330,18 @@ msgstr "เกี่ยวกับคุณ"
msgid "Accent Color"
msgstr "สีเน้น"
-#: src/components/channel/channel-view/DMChannelView.tsx:291
-#: src/components/channel/dm/DMWelcomeSection.tsx:116
+#: src/components/channel/channel-view/DMChannelView.tsx:292
+#: src/components/channel/dm/DMWelcomeSection.tsx:128
#: src/components/channel/friends/FriendListItem.tsx:238
#: src/components/channel/friends/MobileFriendRequestItem.tsx:99
#: src/components/voice/IncomingCallUI.tsx:302
msgid "Accept"
msgstr "ยอมรับ"
-#: src/components/bottomsheets/DMBottomSheet.tsx:515
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:260
-#: src/components/modals/UserProfileModal.tsx:1258
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:88
+#: src/components/bottomsheets/DMBottomSheet.tsx:517
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:262
+#: src/components/modals/UserProfileModal.tsx:1259
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:109
msgid "Accept Friend Request"
msgstr "ตอบรับคำขอเป็นเพื่อน"
@@ -1358,7 +1358,7 @@ msgstr "ยอมรับคำเชิญ"
msgid "Accept the incoming call"
msgstr "รับสายที่เข้ามา"
-#: src/components/channel/InviteEmbed.tsx:226
+#: src/components/channel/InviteEmbed.tsx:228
#: src/components/modals/InviteAcceptModal.tsx:163
msgid "Accepting this invite installs the pack automatically."
msgstr "การยอมรับคำเชิญนี้จะติดตั้งแพ็กให้อัตโนมัติ"
@@ -1407,7 +1407,7 @@ msgstr "บัญชีและพรีเมียม"
msgid "Account appears to exist solely for spamming"
msgstr "บัญชีนี้ดูเหมือนตั้งมาเพื่อส่งสแปมเท่านั้น"
-#: src/components/modals/ClaimAccountModal.tsx:105
+#: src/components/modals/ClaimAccountModal.tsx:107
msgid "Account claimed successfully"
msgstr "ยืนยันบัญชีเรียบร้อยแล้ว"
@@ -1459,7 +1459,7 @@ msgstr "เฉพาะในทุกข้อความส่วนตัว
msgid "Action with both icons!"
msgstr "ทำงานพร้อมไอคอนทั้งสอง!"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:124
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:143
msgid "Active"
msgstr "กำลังใช้งาน"
@@ -1584,12 +1584,13 @@ msgstr "เพิ่มอีเมล"
msgid "Add Favorite Channels"
msgstr "เพิ่มแชนแนลที่ชอบ"
-#: src/components/bottomsheets/DMBottomSheet.tsx:524
+#: src/components/bottomsheets/DMBottomSheet.tsx:527
#: src/components/channel/dm/AddFriendView.tsx:32
#: src/components/channel/dm/DMFriendsView.tsx:199
#: src/components/modals/AddFriendSheet.tsx:50
-#: src/components/modals/UserProfileModal.tsx:1178
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:68
+#: src/components/modals/UserProfileModal.tsx:1179
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:75
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:89
msgid "Add Friend"
msgstr "เพิ่มเพื่อน"
@@ -1597,7 +1598,7 @@ msgstr "เพิ่มเพื่อน"
msgid "Add Friends"
msgstr "เพิ่มเพื่อน"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1187
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1211
#: src/components/channel/ChannelHeader.tsx:630
#: src/components/channel/dm/GroupDMWelcomeSection.tsx:85
msgid "Add Friends to Group"
@@ -1612,7 +1613,7 @@ msgstr "เพิ่มรายการ"
msgid "Add new reactions to messages."
msgstr "เพิ่มรีแอคชั่นใหม่ให้กับข้อความ"
-#: src/components/bottomsheets/DMBottomSheet.tsx:426
+#: src/components/bottomsheets/DMBottomSheet.tsx:428
#: src/components/profile/ProfileCard/ProfileCardActions.tsx:48
#: src/components/uikit/ContextMenu/items/UserNoteMenuItems.tsx:42
msgid "Add Note"
@@ -1647,7 +1648,7 @@ msgstr "แบบฟอร์มเพิ่มหมายเลขโทรศ
#: src/components/channel/MessageActionBar.tsx:450
#: src/components/channel/MessageActionBar.tsx:741
#: src/components/channel/messageActionMenu.tsx:92
-#: src/components/channel/MessageReactions.tsx:264
+#: src/components/channel/MessageReactions.tsx:263
#: src/components/uikit/ContextMenu/items/MessageMenuItems.tsx:65
msgid "Add Reaction"
msgstr "เพิ่มรีแอคชั่น"
@@ -1695,8 +1696,8 @@ msgid "Add to favorites"
msgstr "เพิ่มในรายการโปรด"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:370
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1103
-#: src/components/bottomsheets/DMBottomSheet.tsx:400
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1127
+#: src/components/bottomsheets/DMBottomSheet.tsx:402
#: src/components/channel/ChannelHeader.tsx:547
#: src/components/channel/ChannelHeader.tsx:595
#: src/components/channel/ChannelHeader.tsx:600
@@ -1731,11 +1732,11 @@ msgid "Added to bookmarks"
msgstr "เพิ่มในบุ๊กมาร์กแล้ว"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:118
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:544
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:558
msgid "Added to favorites"
msgstr "เพิ่มในรายการโปรดแล้ว"
-#: src/components/bottomsheets/DMBottomSheet.tsx:129
+#: src/components/bottomsheets/DMBottomSheet.tsx:131
msgid "Added to Favorites"
msgstr "เพิ่มลงในรายการโปรด"
@@ -1752,7 +1753,7 @@ msgstr "เพิ่มเมื่อ: {createdDate}"
msgid "Added: {createdDate} • Last used: {lastUsedDate}"
msgstr "เพิ่มเมื่อ: {createdDate} • ใช้ล่าสุด: {lastUsedDate}"
-#: src/components/pages/ReportPage.tsx:943
+#: src/components/pages/report/ReportStepDetails.tsx:222
msgid "Additional Comments (optional)"
msgstr "ความคิดเห็นเพิ่มเติม (ไม่บังคับ)"
@@ -1873,7 +1874,7 @@ msgstr "การโทรทั้งหมดจะแจ้งเตือน
msgid "All Communities"
msgstr "ทุกชุมชน"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:74
+#: src/components/modals/components/plutonium/VisionarySection.tsx:83
msgid "All current and future Plutonium benefits, forever"
msgstr "สิทธิประโยชน์ Plutonium ทั้งหมดทั้งปัจจุบันและอนาคต ตลอดไป"
@@ -1911,7 +1912,7 @@ msgstr "สมาชิกทั้งหมด"
msgid "All messages"
msgstr "ข้อความทั้งหมด"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1377
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1401
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:206
#: src/components/modals/GuildNotificationSettingsModal.tsx:87
#: src/components/modals/GuildNotificationSettingsModal.tsx:273
@@ -2071,11 +2072,11 @@ msgstr "อนุญาต {0} แล้ว"
msgid "Already have an account?"
msgstr "มีบัญชีอยู่แล้วหรือยัง"
-#: src/components/channel/InviteEmbed.tsx:187
+#: src/components/channel/InviteEmbed.tsx:189
msgid "Already joined"
msgstr "เข้าร่วมแล้ว"
-#: src/components/channel/GiftEmbed.tsx:90
+#: src/components/channel/GiftEmbed.tsx:97
msgid "Already redeemed"
msgstr "แลกแล้ว"
@@ -2135,8 +2136,8 @@ msgstr "เชื่อถือ <0>{hostname}0> เสมอ — ข้าม
msgid "Always underline links"
msgstr "ขีดเส้นใต้ลิงก์เสมอ"
-#: src/components/channel/ChannelSearchResults.tsx:511
-#: src/components/channel/ChannelSearchResults.tsx:562
+#: src/components/channel/ChannelSearchResults.tsx:480
+#: src/components/channel/ChannelSearchResults.tsx:531
#: src/hooks/useChannelSearch.ts:233
#: src/hooks/useChannelSearch.ts:375
msgid "An error occurred while searching"
@@ -2198,7 +2199,7 @@ msgid "Animated Emoji ({0})"
msgstr "อีโมจิเคลื่อนไหว ({0})"
#: src/components/channel/embeds/media/EmbedGifv.tsx:237
-#: src/components/channel/embeds/media/EmbedGifv.tsx:725
+#: src/components/channel/embeds/media/EmbedGifv.tsx:749
#: src/components/modals/MediaViewerModal.tsx:294
#: src/components/modals/MediaViewerModal.tsx:362
msgid "Animated GIF"
@@ -2320,8 +2321,8 @@ msgstr "อัปเดตแอปพลิเคชันเรียบร้
msgid "Applications"
msgstr "แอปพลิเคชัน"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:99
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:137
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:103
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:141
msgid "Applications & Bots"
msgstr "แอปพลิเคชันและบอท"
@@ -2352,7 +2353,7 @@ msgid "Archive"
msgstr "เก็บถาวร"
#. placeholder {0}: user.username
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:162
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:164
#: src/components/modals/UserProfileActionsSheet.tsx:133
#: src/utils/RelationshipActionUtils.tsx:141
msgid "Are you sure you want to block {0}? They won't be able to message you or send you friend requests."
@@ -2368,8 +2369,8 @@ msgid "Are you sure you want to close this group DM? You can always reopen it la
msgstr "แน่ใจไหมว่าคุณต้องการปิด DM กลุ่มนี้? คุณสามารถเปิดใหม่ได้เสมอ"
#. placeholder {0}: recipient?.username ?? ''
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:601
-#: src/components/bottomsheets/DMBottomSheet.tsx:303
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:615
+#: src/components/bottomsheets/DMBottomSheet.tsx:305
msgid "Are you sure you want to close your DM with {0}? You can always reopen it later."
msgstr "แน่ใจไหมว่าคุณต้องการปิด DM กับ {0}? คุณสามารถเปิดใหม่ได้เสมอ"
@@ -2406,7 +2407,7 @@ msgid "Are you sure you want to delete #{0}? This action cannot be undone."
msgstr "แน่ใจไหมว่าคุณต้องการลบ #{0}? การกระทำนี้ไม่สามารถย้อนกลับได้"
#. placeholder {0}: channel.name ?? 'this channel'
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:667
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:681
msgid "Are you sure you want to delete #{0}? This cannot be undone."
msgstr "แน่ใจไหมว่าคุณต้องการลบ #{0}? ไม่สามารถย้อนกลับได้"
@@ -2504,7 +2505,7 @@ msgstr "แน่ใจไหมว่าต้องการออกจาก
msgid "Are you sure you want to leave this community? You will no longer be able to see any messages."
msgstr "แน่ใจไหมว่าต้องการออกจากชุมชนนี้? คุณจะไม่สามารถเห็นข้อความใดๆ อีกต่อไป"
-#: src/components/bottomsheets/DMBottomSheet.tsx:338
+#: src/components/bottomsheets/DMBottomSheet.tsx:340
#: src/hooks/useLeaveGroup.tsx:43
msgid "Are you sure you want to leave this group? You will no longer be able to see any messages."
msgstr "แน่ใจไหมว่าต้องการออกจากกลุ่มนี้? คุณจะไม่สามารถเห็นข้อความใดๆ อีกต่อไป"
@@ -2515,9 +2516,9 @@ msgid "Are you sure you want to make {0} the group owner? You will lose owner pr
msgstr "แน่ใจไหมว่าต้องการมอบความเป็นเจ้าของกลุ่มให้ {0}? คุณจะสูญเสียสิทธิ์เจ้าของ"
#. placeholder {0}: user.username
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:145
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:147
#: src/components/modals/UserProfileActionsSheet.tsx:116
-#: src/components/modals/UserProfileMobileSheet.tsx:303
+#: src/components/modals/UserProfileMobileSheet.tsx:304
#: src/utils/RelationshipActionUtils.tsx:114
msgid "Are you sure you want to remove {0} as a friend?"
msgstr "แน่ใจไหมว่าต้องการลบ {0} ออกจากเพื่อน?"
@@ -2557,10 +2558,10 @@ msgid "Are you sure you want to transfer ownership of the group to {0}?"
msgstr "แน่ใจไหมว่าต้องการโอนความเป็นเจ้าของกลุ่มให้ {0}?"
#. placeholder {0}: user.username
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:179
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:181
#: src/components/modals/tabs/BlockedUsersTab.tsx:57
#: src/components/modals/UserProfileActionsSheet.tsx:150
-#: src/components/modals/UserProfileMobileSheet.tsx:319
+#: src/components/modals/UserProfileMobileSheet.tsx:320
#: src/utils/RelationshipActionUtils.tsx:168
msgid "Are you sure you want to unblock {0}?"
msgstr "แน่ใจไหมว่าต้องการปลดบล็อก {0}?"
@@ -2573,7 +2574,7 @@ msgstr "คลับศิลปะ"
msgid "Artists' Corner"
msgstr "มุมศิลปิน"
-#: src/components/modals/components/plutonium/PricingSection.tsx:63
+#: src/components/modals/components/plutonium/PricingSection.tsx:69
msgid "As a Gift"
msgstr "ในฐานะของขวัญ"
@@ -2689,7 +2690,7 @@ msgstr "การตั้งค่าเสียง"
msgid "Audio will be included with this screen share."
msgstr "เสียงจะถูกแนบไปกับการแชร์หน้าจอนี้"
-#: src/components/pages/ReportPage.tsx:311
+#: src/components/pages/report/optionDescriptors.ts:83
msgid "Austria"
msgstr "ออสเตรีย"
@@ -2844,6 +2845,7 @@ msgstr "ค่าเฉลี่ยพิงค์:"
#: src/components/modals/PhoneAddModal.tsx:235
#: src/components/modals/RequiredActionModal.tsx:463
#: src/components/pages/OAuthAuthorizePage.tsx:694
+#: src/components/pages/report/ReportStepDetails.tsx:243
msgid "Back"
msgstr "ย้อนกลับ"
@@ -2933,7 +2935,7 @@ msgid "Balanced quality and bandwidth"
msgstr "คุณภาพและแบนด์วิดท์ที่สมดุล"
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:353
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:320
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:323
#: src/components/modals/UserProfileActionsSheet.tsx:262
msgid "Ban"
msgstr "แบน"
@@ -3035,7 +3037,7 @@ msgstr "ก่อนหน้า:"
msgid "Begin a call in the current private conversation"
msgstr "เริ่มการโทรในบทสนทนาส่วนตัวนี้"
-#: src/components/pages/ReportPage.tsx:312
+#: src/components/pages/report/optionDescriptors.ts:84
msgid "Belgium"
msgstr "เบลเยียม"
@@ -3066,7 +3068,7 @@ msgstr "รหัสเบต้า (ไม่บังคับ)"
msgid "Beta Code Redeemed!"
msgstr "ใช้รหัสเบต้าแล้ว!"
-#: src/components/modals/tabs/BetaCodesTab.tsx:313
+#: src/components/modals/tabs/BetaCodesTab.tsx:338
#: src/components/modals/utils/settingsSearchIndex.ts:741
msgid "Beta Codes"
msgstr "รหัสเบต้า"
@@ -3083,13 +3085,13 @@ msgstr "ประวัติโดยย่อ"
msgid "Bio character limit"
msgstr "ขีดจำกัดตัวอักษรประวัติ"
-#: src/components/bottomsheets/DMBottomSheet.tsx:538
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:163
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:345
+#: src/components/bottomsheets/DMBottomSheet.tsx:541
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:165
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:348
#: src/components/modals/UserProfileActionsSheet.tsx:134
#: src/components/modals/UserProfileActionsSheet.tsx:298
#: src/components/modals/UserProfileModal.tsx:1062
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:190
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:211
#: src/utils/RelationshipActionUtils.tsx:143
msgid "Block"
msgstr "ปิดกั้น"
@@ -3106,7 +3108,7 @@ msgstr "บล็อกข้อความโดยตรงจากสมา
msgid "Block for all communities"
msgstr "บล็อกสำหรับทุกชุมชน"
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:161
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:163
#: src/components/modals/UserProfileActionsSheet.tsx:132
#: src/utils/RelationshipActionUtils.tsx:139
msgid "Block User"
@@ -3270,7 +3272,7 @@ msgstr "ต้องเปิดใช้งานเสียงในเบร
msgid "Browser locale ({browserLocale}): {format}"
msgstr "ภาษาของเบราว์เซอร์ ({browserLocale}): {format}"
-#: src/components/pages/ReportPage.tsx:313
+#: src/components/pages/report/optionDescriptors.ts:85
msgid "Bulgaria"
msgstr "บัลแกเรีย"
@@ -3313,16 +3315,16 @@ msgstr "ปุ่มจะแสดงตัวบ่งชี้กำลัง
msgid "Buttons with Icons"
msgstr "ปุ่มพร้อมไอคอน"
-#: src/components/modals/components/plutonium/GiftSection.tsx:74
-#: src/components/modals/components/plutonium/GiftSection.tsx:83
-#: src/components/modals/components/plutonium/GiftSection.tsx:92
-#: src/components/modals/components/plutonium/PricingSection.tsx:106
-#: src/components/modals/components/plutonium/PricingSection.tsx:115
-#: src/components/modals/components/plutonium/PricingSection.tsx:124
+#: src/components/modals/components/plutonium/GiftSection.tsx:81
+#: src/components/modals/components/plutonium/GiftSection.tsx:93
+#: src/components/modals/components/plutonium/GiftSection.tsx:105
+#: src/components/modals/components/plutonium/PricingSection.tsx:121
+#: src/components/modals/components/plutonium/PricingSection.tsx:133
+#: src/components/modals/components/plutonium/PricingSection.tsx:145
msgid "Buy Gift"
msgstr "ซื้อของขวัญ"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:114
+#: src/components/modals/components/plutonium/VisionarySection.tsx:140
msgid "Buying Visionary will cancel your current {currentAccessLabel} immediately. It is a one-time purchase with lifetime access."
msgstr "การซื้อ Visionary จะยกเลิก {currentAccessLabel} ของคุณทันที มันเป็นการซื้อครั้งเดียวที่ให้การเข้าถึงตลอดชีพ."
@@ -3347,7 +3349,7 @@ msgstr "ข้ามโหมดช้า"
msgid "Bypass Splash Screen"
msgstr "ข้ามหน้าจอโหลด"
-#: src/components/channel/channel-view/DMChannelView.tsx:271
+#: src/components/channel/channel-view/DMChannelView.tsx:272
msgid "Call available"
msgstr "สามารถโทรได้"
@@ -3446,11 +3448,11 @@ msgstr "การตั้งค่ากล้อง"
#: src/components/modals/CategoryCreateModal.tsx:79
#: src/components/modals/ChannelCreateModal.tsx:100
#: src/components/modals/ChannelDeleteModal.tsx:72
-#: src/components/modals/ClaimAccountModal.tsx:179
-#: src/components/modals/ClaimAccountModal.tsx:219
-#: src/components/modals/components/MobileSettingsView.tsx:302
+#: src/components/modals/ClaimAccountModal.tsx:181
+#: src/components/modals/ClaimAccountModal.tsx:221
+#: src/components/modals/components/MobileSettingsView.tsx:297
#: src/components/modals/components/plutonium/hooks/useCheckoutActions.tsx:110
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:328
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:371
#: src/components/modals/ConfirmModal.tsx:146
#: src/components/modals/CreateDMModal.tsx:88
#: src/components/modals/CreateFavoriteCategoryModal.tsx:74
@@ -3473,7 +3475,7 @@ msgstr "การตั้งค่ากล้อง"
#: src/components/modals/HideOwnCameraConfirmModal.tsx:65
#: src/components/modals/IARModal.tsx:218
#: src/components/modals/ImageCropModal.tsx:981
-#: src/components/modals/InviteModal.tsx:336
+#: src/components/modals/InviteModal.tsx:333
#: src/components/modals/KickMemberModal.tsx:60
#: src/components/modals/MfaTotpDisableModal.tsx:75
#: src/components/modals/MfaTotpEnableModal.tsx:102
@@ -3498,11 +3500,11 @@ msgstr "การตั้งค่ากล้อง"
msgid "Cancel"
msgstr "ยกเลิก"
-#: src/components/channel/dm/DMWelcomeSection.tsx:126
+#: src/components/channel/dm/DMWelcomeSection.tsx:138
#: src/components/channel/friends/FriendListItem.tsx:164
#: src/components/channel/friends/FriendListItem.tsx:166
-#: src/components/modals/UserProfileModal.tsx:1273
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:171
+#: src/components/modals/UserProfileModal.tsx:1274
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:192
msgid "Cancel Friend Request"
msgstr "ยกเลิกคำขอเป็นเพื่อน"
@@ -3522,7 +3524,7 @@ msgstr "ยกเลิกคำขอ"
msgid "Cancel upload"
msgstr "ยกเลิกการอัปโหลด"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:118
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:137
msgid "Canceling"
msgstr "กำลังยกเลิก"
@@ -3566,7 +3568,7 @@ msgstr "การจัดแนวการ์ด"
msgid "Card alignment controls"
msgstr "การควบคุมการจัดแนวการ์ด"
-#: src/components/modals/components/MobileSettingsView.tsx:123
+#: src/components/modals/components/MobileSettingsView.tsx:118
#: src/components/modals/components/SettingsModalHeader.tsx:76
msgid "Careful! You have unsaved changes."
msgstr "ระวัง! คุณมีการเปลี่ยนแปลงที่ยังไม่ได้บันทึก"
@@ -3576,7 +3578,7 @@ msgstr "ระวัง! คุณมีการเปลี่ยนแปล
msgid "Category"
msgstr "หมวดหมู่"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1371
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1395
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:239
msgid "Category Default"
msgstr "ค่าเริ่มต้นหมวดหมู่"
@@ -3594,7 +3596,7 @@ msgstr "หมวดหมู่เต็ม"
msgid "Category Name"
msgstr "ชื่อหมวดหมู่"
-#: src/components/modals/ChannelSettingsModal.tsx:105
+#: src/components/modals/ChannelSettingsModal.tsx:113
#: src/components/modals/components/DesktopChannelSettingsView.tsx:188
msgid "Category Settings"
msgstr "การตั้งค่าหมวดหมู่"
@@ -3625,7 +3627,7 @@ msgstr "เปลี่ยนพื้นหลัง"
msgid "Change Banner"
msgstr "เปลี่ยนแบนเนอร์"
-#: src/components/pages/ReportPage.tsx:752
+#: src/components/pages/report/ReportStepVerification.tsx:126
msgid "Change email"
msgstr "เปลี่ยนอีเมล"
@@ -3647,8 +3649,8 @@ msgstr "เปลี่ยน FluxerTag"
msgid "Change FluxerTag form"
msgstr "แบบฟอร์มเปลี่ยน FluxerTag"
-#: src/components/bottomsheets/DMBottomSheet.tsx:433
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:133
+#: src/components/bottomsheets/DMBottomSheet.tsx:435
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:154
msgid "Change Friend Nickname"
msgstr "เปลี่ยนนามแฝงเพื่อน"
@@ -3673,7 +3675,7 @@ msgid "Change My Group Nickname"
msgstr "เปลี่ยนนามแฝงกลุ่มของฉัน"
#: src/components/modals/BaseChangeNicknameModal.tsx:82
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:238
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:240
#: src/components/modals/RenameChannelModal.tsx:58
#: src/components/modals/UserProfileActionsSheet.tsx:225
#: src/components/modals/UserProfileActionsSheet.tsx:225
@@ -3760,8 +3762,8 @@ msgstr "เปลี่ยนภูมิภาคเสียงเป็น {0
msgid "channel"
msgstr "แชนแนล"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:483
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:549
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:497
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:563
#: src/components/invites/InviteListItem.tsx:50
#: src/components/webhooks/WebhookListItem.tsx:240
#: src/constants/AuditLogConstants.tsx:236
@@ -3796,7 +3798,7 @@ msgid "Channel Debug"
msgstr "ดีบักแชนแนล"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:188
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:675
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:689
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:329
msgid "Channel deleted"
msgstr "ลบแชนแนลแล้ว"
@@ -3806,11 +3808,11 @@ msgid "Channel Deleted"
msgstr "ลบแชนแนลแล้ว"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:273
-#: src/components/bottomsheets/DMBottomSheet.tsx:366
+#: src/components/bottomsheets/DMBottomSheet.tsx:368
msgid "Channel ID copied"
msgstr "คัดลอก ID แชนแนลแล้ว"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:535
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:549
msgid "Channel ID copied to clipboard"
msgstr "คัดลอก ID แชนแนลไปยังคลิปบอร์ดแล้ว"
@@ -3878,9 +3880,9 @@ msgstr "บันทึกแชนแนล"
msgid "Channel removed from favorites"
msgstr "นำแชนแนลออกจากรายการโปรดแล้ว"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1092
-#: src/components/layout/ChannelItem.tsx:630
-#: src/components/modals/ChannelSettingsModal.tsx:105
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1116
+#: src/components/layout/ChannelItem.tsx:647
+#: src/components/modals/ChannelSettingsModal.tsx:113
#: src/components/modals/components/DesktopChannelSettingsView.tsx:188
msgid "Channel Settings"
msgstr "การตั้งค่าแชนแนล"
@@ -3947,7 +3949,7 @@ msgstr "ตรวจสอบ <0>Bluesky (@fluxer.app)0> ของเราเ
msgid "Check out my custom theme!"
msgstr "ดูธีมที่ฉันออกแบบเองสิ!"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:105
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:109
msgid "Check your connection and try again."
msgstr "ตรวจสอบการเชื่อมต่อแล้วลองอีกครั้ง"
@@ -3969,8 +3971,8 @@ msgstr "ช่องทำเครื่องหมาย"
msgid "Checking..."
msgstr "กำลังตรวจสอบ..."
-#: src/components/pages/ReportPage.tsx:270
-#: src/components/pages/ReportPage.tsx:299
+#: src/components/pages/report/optionDescriptors.ts:51
+#: src/components/pages/report/optionDescriptors.ts:74
#: src/constants/IARConstants.tsx:72
#: src/constants/IARConstants.tsx:175
msgid "Child Safety Concerns"
@@ -3984,6 +3986,10 @@ msgstr "ภาษาจีน (ตัวย่อ)"
msgid "Chinese (Traditional)"
msgstr "ภาษาจีน (ตัวเต็ม)"
+#: src/components/pages/report/ReportBreadcrumbs.tsx:46
+msgid "Choose"
+msgstr "เลือก"
+
#: src/components/pages/OAuthAuthorizePage.tsx:898
msgid "Choose a community"
msgstr "เลือกชุมชน"
@@ -4080,25 +4086,36 @@ msgstr "เลือกสีเน้นโปรไฟล์ของคุณ
#: src/components/channel/barriers/BarrierComponents.tsx:109
#: src/components/channel/barriers/BarrierComponents.tsx:240
-#: src/components/layout/app-layout/nagbars/UnclaimedAccountNagbar.tsx:47
-#: src/components/modals/ClaimAccountModal.tsx:225
-#: src/components/modals/components/UnclaimedAccountAlert.tsx:34
+#: src/components/channel/dm/AddFriendForm.tsx:57
+#: src/components/layout/app-layout/nagbars/UnclaimedAccountNagbar.tsx:45
+#: src/components/modals/ClaimAccountModal.tsx:227
+#: src/components/modals/components/UnclaimedAccountAlert.tsx:32
+#: src/components/modals/GiftAcceptModal.tsx:170
#: src/components/modals/tabs/AccountSecurityTab/SecurityTab.tsx:206
+#: src/components/modals/tabs/BetaCodesTab.tsx:297
+#: src/components/modals/tabs/GiftInventoryTab.tsx:242
msgid "Claim Account"
msgstr "ยืนยันบัญชี"
-#: src/components/channel/GiftEmbed.tsx:98
-#: src/components/modals/GiftAcceptModal.tsx:154
+#: src/components/channel/GiftEmbed.tsx:109
+msgid "Claim Account to Redeem"
+msgstr "ยืนยันบัญชีเพื่อแลก"
+
+#: src/components/channel/GiftEmbed.tsx:109
+#: src/components/modals/GiftAcceptModal.tsx:197
#: src/components/pages/GiftLoginPage.tsx:155
#: src/components/pages/GiftRegisterPage.tsx:42
msgid "Claim Gift"
msgstr "รับของขวัญ"
-#: src/components/modals/ClaimAccountModal.tsx:141
+#: src/components/channel/dm/AddFriendForm.tsx:53
+#: src/components/modals/ClaimAccountModal.tsx:143
+#: src/components/modals/tabs/BetaCodesTab.tsx:293
+#: src/components/modals/tabs/GiftInventoryTab.tsx:238
msgid "Claim your account"
msgstr "ยืนยันบัญชีของคุณ"
-#: src/components/modals/ClaimAccountModal.tsx:146
+#: src/components/modals/ClaimAccountModal.tsx:148
msgid "Claim your account by adding an email and password. We will send a verification code to confirm your email before finishing."
msgstr "ยืนยันบัญชีของคุณโดยเพิ่มอีเมลและรหัสผ่าน เราจะส่งรหัสยืนยันเพื่อยืนยันอีเมลของคุณก่อนเสร็จสิ้น"
@@ -4106,11 +4123,68 @@ msgstr "ยืนยันบัญชีของคุณโดยเพิ่
msgid "Claim your account to access security features like two-factor authentication and passkeys."
msgstr "ยืนยันบัญชีของคุณเพื่อเข้าถึงฟีเจอร์ด้านความปลอดภัยเช่นการยืนยันตัวตนสองขั้นตอนและกุญแจผ่าน"
+#: src/components/channel/ChannelHeader/CallButtons.tsx:85
+#: src/components/channel/ChannelHeader/CallButtons.tsx:155
+msgid "Claim your account to call"
+msgstr "ยืนยันบัญชีของคุณเพื่อโทร"
+
#: src/components/modals/tabs/MyProfileTab/UsernameSection.tsx:49
msgid "Claim your account to change your FluxerTag"
msgstr "ยืนยันบัญชีของคุณเพื่อเปลี่ยน FluxerTag"
-#: src/components/modals/GiftAcceptModal.tsx:145
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:146
+msgid "Claim your account to create applications."
+msgstr "ยืนยันบัญชีของคุณเพื่อสร้างแอปพลิเคชัน"
+
+#: src/components/modals/tabs/BetaCodesTab.tsx:294
+msgid "Claim your account to generate beta codes."
+msgstr "ยืนยันบัญชีของคุณเพื่อสร้างรหัสเบต้า"
+
+#: src/components/layout/ChannelItem.tsx:208
+#: src/components/layout/ChannelItem.tsx:382
+#: src/stores/voice/MediaEngineFacade.ts:537
+msgid "Claim your account to join this voice channel."
+msgstr "ยืนยันบัญชีของคุณเพื่อเข้าร่วมแชนแนลเสียงนี้"
+
+#: src/stores/voice/MediaEngineFacade.ts:170
+msgid "Claim your account to join voice channels you don't own."
+msgstr "ยืนยันบัญชีของคุณเพื่อเข้าร่วมแชนแนลเสียงที่คุณไม่ได้เป็นเจ้าของ"
+
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:55
+#: src/components/modals/components/plutonium/GiftSection.tsx:61
+#: src/components/modals/components/plutonium/PricingSection.tsx:63
+#: src/components/modals/components/plutonium/VisionarySection.tsx:62
+#: src/components/modals/components/PlutoniumContent.tsx:99
+msgid "Claim your account to purchase Fluxer Plutonium."
+msgstr "ยืนยันบัญชีของคุณเพื่อซื้อ Fluxer Plutonium"
+
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:112
+msgid "Claim your account to purchase or redeem Fluxer Plutonium."
+msgstr "ยืนยันบัญชีของคุณเพื่อซื้อหรือแลก Fluxer Plutonium"
+
+#: src/components/modals/tabs/GiftInventoryTab.tsx:239
+msgid "Claim your account to redeem or manage Plutonium gift codes."
+msgstr "ยืนยันบัญชีของคุณเพื่อแลกหรือจัดการรหัสของขวัญ Plutonium"
+
+#: src/components/channel/GiftEmbed.tsx:99
+#: src/components/modals/GiftAcceptModal.tsx:154
+msgid "Claim your account to redeem this gift."
+msgstr "ยืนยันบัญชีของคุณเพื่อแลกของขวัญนี้"
+
+#: src/components/channel/dm/AddFriendForm.tsx:54
+#: src/components/channel/dm/DMWelcomeSection.tsx:109
+#: src/components/modals/UserProfileModal.tsx:1289
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:65
+msgid "Claim your account to send friend requests."
+msgstr "ยืนยันบัญชีของคุณเพื่อส่งคำขอเป็นเพื่อน"
+
+#: src/components/channel/ChannelHeader/CallButtons.tsx:54
+#: src/components/channel/ChannelHeader/CallButtons.tsx:124
+#: src/stores/voice/MediaEngineFacade.ts:179
+msgid "Claim your account to start or join 1:1 calls."
+msgstr "ยืนยันบัญชีของคุณเพื่อเริ่มหรือเข้าร่วมการโทร 1:1"
+
+#: src/components/modals/GiftAcceptModal.tsx:188
msgid "Claim your gift to activate your premium subscription!"
msgstr "รับของขวัญของคุณเพื่อเปิดใช้งานการสมัครสมาชิกพรีเมียม!"
@@ -4164,8 +4238,8 @@ msgstr "ล้างสิทธิ์"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:420
#: src/components/channel/MessageSearchBar/MessageSearchBar.tsx:1424
-#: src/components/channel/shared/PickerSearchInput.tsx:195
-#: src/components/channel/shared/PickerSearchInput.tsx:212
+#: src/components/channel/shared/PickerSearchInput.tsx:194
+#: src/components/channel/shared/PickerSearchInput.tsx:211
#: src/components/modals/components/SettingsSearch.tsx:108
msgid "Clear search"
msgstr "ล้างการค้นหา"
@@ -4200,11 +4274,11 @@ msgstr "ล้างคำอธิบายสติกเกอร์แล้
msgid "Cleared the topic."
msgstr "ล้างหัวข้อแล้ว"
-#: src/components/modals/components/MobileSettingsView.tsx:297
+#: src/components/modals/components/MobileSettingsView.tsx:292
msgid "Clearing subscriptions ensures the gateway stops sending messages to this installation."
msgstr "การล้างการสมัครสมาชิกจะทำให้ช่องทางหยุดส่งข้อความไปยังการติดตั้งนี้"
-#: src/components/modals/tabs/BetaCodesTab.tsx:366
+#: src/components/modals/tabs/BetaCodesTab.tsx:391
msgid "Click \"Create Code\" to generate your first code."
msgstr "คลิก \"สร้างรหัส\" เพื่อสร้างรหัสแรกของคุณ"
@@ -4240,13 +4314,13 @@ msgstr "คลิกเพื่อเพิ่มหมายเหตุ"
msgid "Click to check and uncheck. Available in square and round styles."
msgstr "คลิกเพื่อเลือกและยกเลิกการเลือก มีให้เลือกทั้งแบบสี่เหลี่ยมและวงกลม"
-#: src/components/channel/GiftEmbed.tsx:90
+#: src/components/channel/GiftEmbed.tsx:100
msgid "Click to claim your gift!"
msgstr "คลิกเพื่อรับของขวัญของคุณ!"
#: src/components/invites/InviteListItem.tsx:184
#: src/components/modals/components/ClientInfo.tsx:76
-#: src/components/modals/tabs/BetaCodesTab.tsx:172
+#: src/components/modals/tabs/BetaCodesTab.tsx:174
msgid "Click to copy"
msgstr "คลิกเพื่อคัดลอก"
@@ -4328,12 +4402,12 @@ msgid "Close"
msgstr "ปิด"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:341
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:600
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:602
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1239
-#: src/components/bottomsheets/DMBottomSheet.tsx:302
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:614
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:616
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1263
#: src/components/bottomsheets/DMBottomSheet.tsx:304
-#: src/components/bottomsheets/DMBottomSheet.tsx:557
+#: src/components/bottomsheets/DMBottomSheet.tsx:306
+#: src/components/bottomsheets/DMBottomSheet.tsx:560
#: src/components/channel/dm/DMList.tsx:292
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:82
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:84
@@ -4358,7 +4432,8 @@ msgstr "ธีมถ่าน"
#: src/components/invites/InviteListItem.tsx:54
#: src/components/modals/MfaTotpDisableModal.tsx:64
#: src/components/modals/MfaTotpEnableModal.tsx:91
-#: src/components/modals/tabs/BetaCodesTab.tsx:51
+#: src/components/modals/tabs/BetaCodesTab.tsx:53
+#: src/components/pages/report/ReportBreadcrumbs.tsx:48
msgid "Code"
msgstr "โค้ด"
@@ -4370,7 +4445,8 @@ msgstr "โค้ดและตัวอักษรเท่ากัน"
msgid "Code Blocks"
msgstr "บล็อกโค้ด"
-#: src/components/modals/ClaimAccountModal.tsx:123
+#: src/components/modals/ClaimAccountModal.tsx:125
+#: src/components/pages/ReportPage.tsx:231
msgid "Code resent"
msgstr "ส่งรหัสใหม่แล้ว"
@@ -4379,8 +4455,8 @@ msgid "Code sent"
msgstr "ส่งรหัสแล้ว"
#: src/components/invites/InviteListItem.tsx:180
-#: src/components/modals/tabs/BetaCodesTab.tsx:104
-#: src/components/modals/tabs/BetaCodesTab.tsx:168
+#: src/components/modals/tabs/BetaCodesTab.tsx:106
+#: src/components/modals/tabs/BetaCodesTab.tsx:170
msgid "Code:"
msgstr "โค้ด:"
@@ -4472,7 +4548,7 @@ msgstr "ปิดเสียงชุมชนแล้ว"
msgid "Community Debug"
msgstr "ดีบักชุมชน"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1371
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1395
#: src/components/uikit/ContextMenu/items/CategoryMenuItems.tsx:221
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:239
msgid "Community Default"
@@ -4542,8 +4618,8 @@ msgstr "การตั้งค่าการแจ้งเตือนขอ
msgid "Community organizes raids or harassment campaigns"
msgstr "ชุมชนจัดกิจกรรมการโจมตีหรือแคมเปญคุกคาม"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:237
-#: src/components/channel/MemberListItem.tsx:102
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:238
+#: src/components/channel/MemberListItem.tsx:109
#: src/components/modals/guildTabs/GuildMembersTab.tsx:145
#: src/components/modals/guildTabs/GuildMembersTab.tsx:197
msgid "Community Owner"
@@ -4567,14 +4643,14 @@ msgstr "ชุมชนส่งเสริมหรืออำนวยคว
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:172
#: src/components/modals/components/DesktopGuildSettingsView.tsx:204
-#: src/components/modals/GuildSettingsModal.tsx:168
+#: src/components/modals/GuildSettingsModal.tsx:173
#: src/components/popouts/GuildHeaderPopout.tsx:187
#: src/components/uikit/ContextMenu/items/GuildMenuItems.tsx:360
msgid "Community Settings"
msgstr "การตั้งค่าชุมชน"
-#: src/components/layout/GuildLayout.tsx:301
-#: src/components/layout/GuildLayout.tsx:348
+#: src/components/layout/GuildLayout.tsx:306
+#: src/components/layout/GuildLayout.tsx:353
msgid "Community temporarily unavailable"
msgstr "ชุมชนชั่วคราวไม่พร้อมใช้งาน"
@@ -4782,8 +4858,8 @@ msgstr "เชื่อมต่อกับเสียงแล้ว"
msgid "Connecting..."
msgstr "กำลังเชื่อมต่อ..."
-#: src/components/channel/channel-view/DMChannelView.tsx:273
-#: src/components/channel/channel-view/DMChannelView.tsx:323
+#: src/components/channel/channel-view/DMChannelView.tsx:274
+#: src/components/channel/channel-view/DMChannelView.tsx:324
#: src/components/voice/CompactVoiceCallView.tsx:55
msgid "Connecting…"
msgstr "กำลังเชื่อมต่อ…"
@@ -4979,7 +5055,7 @@ msgstr "ควบคุมสถานะกิจกรรมของคุณ
#: src/components/modals/shared/CopyLinkSection.tsx:61
#: src/components/modals/tabs/ApplicationsTab/application-detail/ApplicationHeader.tsx:68
-#: src/components/modals/tabs/GiftInventoryTab.tsx:143
+#: src/components/modals/tabs/GiftInventoryTab.tsx:144
msgid "Copied"
msgstr "คัดลอกแล้ว"
@@ -5001,7 +5077,7 @@ msgstr "คัดลอกแล้ว!"
#: src/components/modals/BackupCodesModal.tsx:82
#: src/components/modals/shared/CopyLinkSection.tsx:61
#: src/components/modals/tabs/ApplicationsTab/application-detail/OAuthBuilderSection.tsx:142
-#: src/components/modals/tabs/GiftInventoryTab.tsx:143
+#: src/components/modals/tabs/GiftInventoryTab.tsx:144
msgid "Copy"
msgstr "คัดลอก"
@@ -5017,7 +5093,7 @@ msgstr "คัดลอกเสียง"
msgid "Copy authorize URL"
msgstr "คัดลอก URL อนุญาต"
-#: src/components/modals/tabs/BetaCodesTab.tsx:178
+#: src/components/modals/tabs/BetaCodesTab.tsx:180
msgid "Copy beta code"
msgstr "คัดลอกโค้ดเบต้า"
@@ -5028,8 +5104,8 @@ msgstr "คัดลอกไอดีหมวดหมู่"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:320
#: src/components/bottomsheets/ChannelBottomSheet.tsx:347
#: src/components/bottomsheets/ChannelBottomSheet.tsx:433
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1293
-#: src/components/bottomsheets/DMBottomSheet.tsx:577
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1317
+#: src/components/bottomsheets/DMBottomSheet.tsx:580
#: src/components/channel/dm/DMList.tsx:271
#: src/components/channel/dm/DMList.tsx:298
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:362
@@ -5090,7 +5166,7 @@ msgstr "คัดลอกภาพ"
msgid "Copy invite link"
msgstr "คัดลอกลิงก์เชิญ"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1154
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1178
#: src/components/modals/tabs/ComponentGalleryTab/ButtonsTab.tsx:182
#: src/components/modals/tabs/ComponentGalleryTab/index.tsx:100
#: src/components/modals/tabs/ComponentGalleryTab/Inline.tsx:95
@@ -5131,15 +5207,15 @@ msgstr "คัดลอก ID สติ๊กเกอร์"
msgid "Copy Text"
msgstr "คัดลอกข้อความ"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1285
-#: src/components/bottomsheets/DMBottomSheet.tsx:570
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1309
+#: src/components/bottomsheets/DMBottomSheet.tsx:573
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:370
#: src/components/modals/guildTabs/BannedUserActionsSheet.tsx:74
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:358
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:361
#: src/components/modals/tabs/BlockedUsersTab.tsx:107
#: src/components/modals/UserProfileActionsSheet.tsx:213
#: src/components/modals/UserProfileModal.tsx:1130
-#: src/components/popouts/UserAreaPopout.tsx:507
+#: src/components/popouts/UserAreaPopout.tsx:509
#: src/components/profile/ProfileCard/ProfileCardActions.tsx:60
#: src/components/uikit/ContextMenu/items/CopyMenuItems.tsx:42
msgid "Copy User ID"
@@ -5175,7 +5251,7 @@ msgstr "ตัวจับเวลานับถอยหลัง"
msgid "Country"
msgstr "ประเทศ"
-#: src/components/pages/ReportPage.tsx:928
+#: src/components/pages/report/ReportStepDetails.tsx:205
msgid "Country of Residence"
msgstr "ประเทศที่พำนัก"
@@ -5207,7 +5283,7 @@ msgid "Create a new community or join an existing one."
msgstr "สร้างชุมชนใหม่หรือเข้าร่วมที่มีอยู่แล้ว"
#. placeholder {0}: recipient.username
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:905
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:937
msgid "Create a new group with {0}"
msgstr "สร้างกลุ่มใหม่กับ {0}"
@@ -5239,7 +5315,7 @@ msgstr "สร้างบัญชี"
msgid "Create an account to claim your gift"
msgstr "สร้างบัญชีเพื่อรับของขวัญของคุณ"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:138
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:142
msgid "Create and manage applications and bots for your account."
msgstr "สร้างและจัดการแอปและบอทสำหรับบัญชีของคุณ"
@@ -5248,7 +5324,8 @@ msgid "Create and share custom emoji and sticker packs with Fluxer Plutonium."
msgstr "สร้างและแบ่งปันชุดอิโมจิและสติ๊กเกอร์แบบกำหนดเองกับ Fluxer Plutonium"
#: src/components/modals/tabs/ApplicationsTab/ApplicationCreateModal.tsx:87
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:142
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:149
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:155
msgid "Create Application"
msgstr "สร้างแอปพลิเคชัน"
@@ -5267,7 +5344,7 @@ msgid "Create Category"
msgstr "สร้างหมวดหมู่"
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:180
-#: src/components/layout/ChannelItem.tsx:607
+#: src/components/layout/ChannelItem.tsx:624
#: src/components/modals/ChannelCreateModal.tsx:58
#: src/components/modals/ChannelCreateModal.tsx:103
#: src/components/popouts/GuildHeaderPopout.tsx:194
@@ -5276,8 +5353,8 @@ msgstr "สร้างหมวดหมู่"
msgid "Create Channel"
msgstr "สร้างแชนแนล"
-#: src/components/modals/tabs/BetaCodesTab.tsx:326
-#: src/components/modals/tabs/BetaCodesTab.tsx:369
+#: src/components/modals/tabs/BetaCodesTab.tsx:351
+#: src/components/modals/tabs/BetaCodesTab.tsx:394
msgid "Create Code"
msgstr "สร้างโค้ด"
@@ -5329,7 +5406,7 @@ msgstr "สร้างบัญชีใหม่"
msgid "Create new group"
msgstr "สร้างกลุ่มใหม่"
-#: src/components/modals/InviteModal.tsx:339
+#: src/components/modals/InviteModal.tsx:336
msgid "Create New Link"
msgstr "สร้างลิงก์ใหม่"
@@ -5373,7 +5450,7 @@ msgid "Create, edit, or delete webhooks."
msgstr "สร้าง แก้ไข หรือลบเว็บฮุก"
#: src/components/invites/InviteListItem.tsx:59
-#: src/components/modals/tabs/BetaCodesTab.tsx:57
+#: src/components/modals/tabs/BetaCodesTab.tsx:59
msgid "Created"
msgstr "สร้างแล้ว"
@@ -5390,7 +5467,7 @@ msgstr "สร้างเมื่อ {createdAt}"
#. placeholder {0}: invite.pack.creator.username
#. placeholder {0}: pack.creator.username
#: src/components/auth/InviteHeader.tsx:158
-#: src/components/channel/InviteEmbed.tsx:218
+#: src/components/channel/InviteEmbed.tsx:220
#: src/components/modals/InviteAcceptModal.tsx:152
msgid "Created by {0}"
msgstr "สร้างโดย {0}"
@@ -5427,8 +5504,8 @@ msgid "Created with name {newLabel}."
msgstr "สร้างด้วยชื่อ {newLabel}."
#: src/components/invites/InviteListItem.tsx:207
-#: src/components/modals/tabs/BetaCodesTab.tsx:135
-#: src/components/modals/tabs/BetaCodesTab.tsx:212
+#: src/components/modals/tabs/BetaCodesTab.tsx:137
+#: src/components/modals/tabs/BetaCodesTab.tsx:214
msgid "Created:"
msgstr "สร้าง:"
@@ -5440,7 +5517,7 @@ msgstr "แผนกคนคิดสร้างสรรค์"
msgid "Creative Writing Club"
msgstr "ชมรมเขียนสร้างสรรค์"
-#: src/components/pages/ReportPage.tsx:314
+#: src/components/pages/report/optionDescriptors.ts:86
msgid "Croatia"
msgstr "โครเอเชีย"
@@ -5519,8 +5596,8 @@ msgid "Currently stuck in 1885, appearing offline"
msgstr "ติดอยู่ในปี 1885 แสดงสถานะออฟไลน์"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:461
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1023
-#: src/components/bottomsheets/DMBottomSheet.tsx:605
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1047
+#: src/components/bottomsheets/DMBottomSheet.tsx:608
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:305
msgid "Currently: {mutedText}"
msgstr "ปัจจุบัน: {mutedText}"
@@ -5665,7 +5742,7 @@ msgstr "การปรับอวาตาร์ แบนเนอร์ ส
msgid "Cut"
msgstr "ตัด"
-#: src/components/pages/ReportPage.tsx:315
+#: src/components/pages/report/optionDescriptors.ts:87
msgid "Cyprus"
msgstr "ไซปรัส"
@@ -5673,7 +5750,7 @@ msgstr "ไซปรัส"
msgid "Czech"
msgstr "เช็ก"
-#: src/components/pages/ReportPage.tsx:316
+#: src/components/pages/report/optionDescriptors.ts:88
msgid "Czech Republic"
msgstr "สาธารณรัฐเช็ก"
@@ -5746,9 +5823,9 @@ msgstr "รูปแบบวันที่"
#: src/components/auth/AuthMinimalRegisterFormCore.tsx:93
#: src/components/auth/AuthRegisterFormCore.tsx:139
-#: src/components/auth/DateOfBirthField.tsx:90
-#: src/components/auth/DateOfBirthField.tsx:124
-#: src/components/auth/DateOfBirthField.tsx:292
+#: src/components/auth/DateOfBirthField.tsx:87
+#: src/components/auth/DateOfBirthField.tsx:121
+#: src/components/auth/DateOfBirthField.tsx:289
#: src/components/auth/MockMinimalRegisterForm.tsx:107
msgid "Date of birth"
msgstr "วันเกิด"
@@ -5757,8 +5834,7 @@ msgstr "วันเกิด"
msgid "Date Options"
msgstr "ตัวเลือกวันที่"
-#: src/components/auth/DateOfBirthField.tsx:88
-#: src/components/auth/DateOfBirthField.tsx:155
+#: src/components/auth/DateOfBirthField.tsx:152
#: src/components/auth/MockMinimalRegisterForm.tsx:73
msgid "Day"
msgstr "วัน"
@@ -5817,11 +5893,11 @@ msgstr "เพิกถอนสิทธิ์"
msgid "Deauthorize Application"
msgstr "เพิกถอนสิทธิ์แอปพลิเคชัน"
-#: src/components/modals/components/MobileSettingsView.tsx:369
+#: src/components/modals/components/MobileSettingsView.tsx:364
msgid "Debug"
msgstr "ดีบัก"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1267
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1291
#: src/components/uikit/ContextMenu/items/DebugMenuItems.tsx:71
msgid "Debug Channel"
msgstr "ดีบักแชนแนล"
@@ -5844,7 +5920,7 @@ msgstr "ดีบักสมาชิก"
msgid "Debug Message"
msgstr "ดีบักข้อความ"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1275
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1299
#: src/components/uikit/ContextMenu/items/DebugMenuItems.tsx:53
msgid "Debug User"
msgstr "ดีบักผู้ใช้"
@@ -5905,8 +5981,8 @@ msgstr "ค่าเริ่มต้นปิดใช้งานบนมื
#: src/actions/MessageActionCreators.tsx:394
#: src/components/channel/embeds/media/EmbedAudio.tsx:227
#: src/components/channel/embeds/media/MediaContainer.tsx:115
-#: src/components/channel/Messages.tsx:444
-#: src/components/channel/Messages.tsx:524
+#: src/components/channel/Messages.tsx:442
+#: src/components/channel/Messages.tsx:522
#: src/components/channel/MobileMemesPicker.tsx:546
#: src/components/channel/pickers/memes/MemeGridItem.tsx:120
#: src/components/emojis/EmojiListItem.tsx:189
@@ -5923,7 +5999,7 @@ msgstr "ค่าเริ่มต้นปิดใช้งานบนมื
msgid "Delete"
msgstr "ลบ"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:666
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:680
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:320
msgid "Delete {channelType}"
msgstr "ลบ {channelType}"
@@ -5987,8 +6063,8 @@ msgstr "ลบหมวดหมู่"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:179
#: src/components/bottomsheets/ChannelBottomSheet.tsx:181
#: src/components/bottomsheets/ChannelBottomSheet.tsx:421
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:668
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1224
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:682
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1248
#: src/components/modals/components/DesktopChannelSettingsView.tsx:176
#: src/components/modals/components/MobileChannelSettingsView.tsx:85
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:322
@@ -6021,8 +6097,8 @@ msgstr "ลบสื่อ"
#: src/components/channel/MessageActionBar.tsx:804
#: src/components/channel/messageActionMenu.tsx:156
#: src/components/channel/messageActionMenu.tsx:193
-#: src/components/channel/Messages.tsx:441
-#: src/components/channel/Messages.tsx:521
+#: src/components/channel/Messages.tsx:439
+#: src/components/channel/Messages.tsx:519
#: src/components/uikit/ContextMenu/items/MessageMenuItems.tsx:273
msgid "Delete Message"
msgstr "ลบข้อความ"
@@ -6114,7 +6190,7 @@ msgstr "ปฏิเสธ {0} และยกเลิกการปฏิเ
msgid "Denied {0}."
msgstr "ปฏิเสธ {0}"
-#: src/components/pages/ReportPage.tsx:317
+#: src/components/pages/report/optionDescriptors.ts:89
msgid "Denmark"
msgstr "เดนมาร์ก"
@@ -6143,7 +6219,7 @@ msgstr "อธิบายสติกเกอร์"
msgid "Describe what expressions are inside this pack."
msgstr "อธิบายว่ามีอารมณ์แบบไหนในแพ็กนี้"
-#: src/components/pages/ReportPage.tsx:946
+#: src/components/pages/report/ReportStepDetails.tsx:225
msgid "Describe what makes the content illegal"
msgstr "อธิบายว่าอะไรทำให้เนื้อหาไม่ถูกกฎหมาย"
@@ -6205,6 +6281,10 @@ msgstr "แบนเนอร์แยก"
msgid "details"
msgstr "รายละเอียด"
+#: src/components/pages/report/ReportBreadcrumbs.tsx:49
+msgid "Details"
+msgstr "รายละเอียด"
+
#: src/components/modals/AddGuildModal.tsx:150
msgid "Dev Den"
msgstr "ถ้ำพัฒนา"
@@ -6274,7 +6354,7 @@ msgstr "ขนาดต่างกัน & จำนวนสมาชิก"
msgid "Direct message"
msgstr "ข้อความโดยตรง"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:477
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:491
#: src/components/modals/shared/RecipientList.tsx:200
msgid "Direct Message"
msgstr "ข้อความโดยตรง"
@@ -6516,8 +6596,8 @@ msgstr "การพูดคุยหรือส่งเสริมกิจ
#: src/components/layout/app-layout/nagbars/PremiumGracePeriodNagbar.tsx:79
#: src/components/layout/app-layout/nagbars/PremiumOnboardingNagbar.tsx:57
#: src/components/layout/GuildLayout.tsx:106
-#: src/components/modals/GiftAcceptModal.tsx:98
-#: src/components/modals/GiftAcceptModal.tsx:124
+#: src/components/modals/GiftAcceptModal.tsx:105
+#: src/components/modals/GiftAcceptModal.tsx:131
#: src/components/modals/RequiredActionModal.tsx:475
msgid "Dismiss"
msgstr "ปิด"
@@ -6562,8 +6642,8 @@ msgstr "แสดงสมาชิกตามบทบาทแยกกัน
msgid "Display separator lines between different groups of messages for better visual distinction."
msgstr "แสดงเส้นแบ่งระหว่างกลุ่มข้อความต่างกันเพื่อความชัดเจน"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:613
-#: src/components/bottomsheets/DMBottomSheet.tsx:315
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:627
+#: src/components/bottomsheets/DMBottomSheet.tsx:317
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:97
#: src/components/uikit/ContextMenu/UserContextMenu.tsx:168
msgid "DM closed"
@@ -6581,7 +6661,7 @@ msgstr "ตัวอย่างข้อความ DM"
msgid "DM Notifications"
msgstr "การแจ้งเตือนข้อความส่วนตัว"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1092
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1116
msgid "DM Settings"
msgstr "ตั้งค่า DM"
@@ -6662,6 +6742,7 @@ msgstr "อย่าแสดงสถานะพิมพ์ในรายช
#: src/components/keybinds/KeybindRecorder.tsx:220
#: src/components/modals/GuildNotificationSettingsModal.tsx:347
#: src/components/modals/GuildPrivacySettingsModal.tsx:68
+#: src/components/pages/report/ReportBreadcrumbs.tsx:50
#: src/components/search/HasFilterSheet.tsx:124
#: src/components/search/UserFilterSheet.tsx:149
msgid "Done"
@@ -6843,13 +6924,13 @@ msgstr "แก้ไขไฟล์แนบ"
msgid "Edit attachment form"
msgstr "แบบฟอร์มแก้ไขไฟล์แนบ"
-#: src/components/layout/ChannelItem.tsx:630
+#: src/components/layout/ChannelItem.tsx:647
#: src/components/uikit/ContextMenu/items/CategoryMenuItems.tsx:299
msgid "Edit Category"
msgstr "แก้ไขหมวดหมู่"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:416
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1218
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1242
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:300
msgid "Edit Channel"
msgstr "แก้ไขแชนแนล"
@@ -6869,8 +6950,8 @@ msgid "Edit global settings like name, description, and icon."
msgstr "แก้ไขการตั้งค่าทั่วไป เช่น ชื่อ คำอธิบาย และไอคอน"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:284
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1178
-#: src/components/bottomsheets/DMBottomSheet.tsx:461
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1202
+#: src/components/bottomsheets/DMBottomSheet.tsx:463
#: src/components/channel/dm/DMList.tsx:237
#: src/components/channel/dm/GroupDMWelcomeSection.tsx:74
#: src/components/modals/EditGroupBottomSheet.tsx:177
@@ -6883,7 +6964,7 @@ msgstr "แก้ไขกลุ่ม"
msgid "Edit group form"
msgstr "แบบฟอร์มแก้ไขกลุ่ม"
-#: src/components/modals/InviteModal.tsx:327
+#: src/components/modals/InviteModal.tsx:324
msgid "Edit invite link"
msgstr "แก้ไขลิงก์คำเชิญ"
@@ -6910,10 +6991,10 @@ msgstr "แก้ไขโน้ต"
msgid "Edit overwrites for roles and members in this channel."
msgstr "แก้ไขการเขียนทับสำหรับบทบาทและสมาชิกในแชนแนลนี้"
-#: src/components/modals/UserProfileMobileSheet.tsx:486
-#: src/components/modals/UserProfileModal.tsx:1205
+#: src/components/modals/UserProfileMobileSheet.tsx:490
+#: src/components/modals/UserProfileModal.tsx:1206
#: src/components/pages/YouPage.tsx:123
-#: src/components/popouts/UserAreaPopout.tsx:519
+#: src/components/popouts/UserAreaPopout.tsx:521
#: src/components/popouts/UserProfilePopout.tsx:299
msgid "Edit Profile"
msgstr "แก้ไขโปรไฟล์"
@@ -6966,19 +7047,20 @@ msgstr "กำลังแก้ไขข้อความที่ตั้ง
#: src/components/auth/AuthLoginCore/AuthLoginEmailPasswordForm.tsx:78
#: src/components/auth/AuthRegisterFormCore.tsx:133
#: src/components/auth/AuthRegisterFormCore.tsx:159
-#: src/components/modals/ClaimAccountModal.tsx:157
+#: src/components/modals/ClaimAccountModal.tsx:159
#: src/components/modals/RequiredActionModal.tsx:185
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:210
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:241
#: src/components/modals/utils/settingsSearchIndex.ts:94
#: src/components/pages/ForgotPasswordPage.tsx:97
+#: src/components/pages/report/ReportBreadcrumbs.tsx:47
msgid "Email"
msgstr "อีเมล"
#: src/components/modals/tabs/AccountSecurityTab/AccountTab.tsx:65
#: src/components/modals/tabs/AccountSecurityTab/AccountTab.tsx:91
#: src/components/modals/tabs/ComponentGalleryTab/InputsTab.tsx:107
-#: src/components/pages/ReportPage.tsx:662
+#: src/components/pages/report/ReportStepEmail.tsx:76
msgid "Email Address"
msgstr "ที่อยู่อีเมล"
@@ -7019,10 +7101,6 @@ msgstr "ต้องยืนยันอีเมล"
msgid "Email Verification Required"
msgstr "ต้องยืนยันอีเมล"
-#: src/components/pages/ReportPage.tsx:809
-msgid "Email verified"
-msgstr "ยืนยันอีเมลแล้ว"
-
#: src/components/modals/tabs/DeveloperOptionsTab/AccountPremiumTab.tsx:56
msgid "Email Verified Override"
msgstr "แทนที่การยืนยันอีเมล"
@@ -7108,7 +7186,7 @@ msgid "Emoji names must be at least 2 characters long and can only contain alpha
msgstr "ชื่ออีโมจิต้องมีความยาวอย่างน้อย 2 ตัวอักษรและอนุญาตให้ใช้เพียงตัวอักษรหรือตัวเลขและขีดล่างเท่านั้น ประเภทไฟล์ที่รองรับ: JPEG, PNG, WebP, GIF เราบีบอัดภาพเป็น 128x128 พิกเซล ขนาดสูงสุด: {0} KB ต่ออีโมจิ"
#: src/components/auth/InviteHeader.tsx:140
-#: src/components/channel/InviteEmbed.tsx:197
+#: src/components/channel/InviteEmbed.tsx:199
#: src/components/modals/InviteAcceptModal.tsx:142
#: src/components/modals/tabs/ExpressionPacksTab.tsx:70
msgid "Emoji pack"
@@ -7140,7 +7218,7 @@ msgstr "อัปเดตอีโมจิแล้ว"
#: src/components/channel/AutocompleteEmoji.tsx:67
#: src/components/channel/textarea/TextareaButtons.tsx:150
-#: src/components/modals/ExpressionPickerSheet.tsx:106
+#: src/components/modals/ExpressionPickerSheet.tsx:93
#: src/components/popouts/ExpressionPickerPopout.tsx:95
msgid "Emojis"
msgstr "อีโมจิ"
@@ -7343,11 +7421,11 @@ msgstr "อังกฤษ"
msgid "English (US)"
msgstr "อังกฤษ (สหรัฐอเมริกา)"
-#: src/components/pages/ReportPage.tsx:429
+#: src/components/pages/ReportPage.tsx:254
msgid "Enter a code in the format ABCD-1234."
msgstr "ป้อนรหัสในรูปแบบ ABCD-1234."
-#: src/components/modals/tabs/GiftInventoryTab.tsx:235
+#: src/components/modals/tabs/GiftInventoryTab.tsx:258
msgid "Enter a gift code to redeem Plutonium for your account."
msgstr "ใส่รหัสของขวัญเพื่อแลก Plutonium ในบัญชีของคุณ"
@@ -7371,7 +7449,7 @@ msgstr "ใส่รหัส"
msgid "Enter fullscreen"
msgstr "เข้าสู่โหมดเต็มจอ"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:255
+#: src/components/modals/tabs/GiftInventoryTab.tsx:278
msgid "Enter gift code..."
msgstr "ใส่รหัสของขวัญ..."
@@ -7414,7 +7492,7 @@ msgstr "ใส่รหัส 6 หลักที่ส่งไปยังโ
msgid "Enter the API endpoint of the Fluxer instance you want to connect to."
msgstr "ใส่จุดเชื่อมต่อ API ของอินสแตนซ์ Fluxer ที่คุณต้องการเชื่อมต่อ"
-#: src/components/pages/ReportPage.tsx:424
+#: src/components/pages/ReportPage.tsx:249
msgid "Enter the code before continuing."
msgstr "ใส่รหัสก่อนดำเนินการต่อ"
@@ -7430,7 +7508,7 @@ msgstr "ใส่รหัสที่ส่งไปยังอีเมลป
msgid "Enter the code we emailed to your new address."
msgstr "ใส่รหัสที่เราส่งไปยังที่อยู่อีเมลใหม่ของคุณ"
-#: src/components/modals/ClaimAccountModal.tsx:190
+#: src/components/modals/ClaimAccountModal.tsx:192
msgid "Enter the code we sent to your email to verify it. Your password will be set once the code is confirmed."
msgstr "ใส่รหัสที่เราส่งไปยังอีเมลของคุณเพื่อตรวจสอบ ยืนยันรหัสแล้วจะตั้งรหัสผ่านให้"
@@ -7454,13 +7532,9 @@ msgstr "กด Enter เพื่อ<0><1>บันทึก1>0>"
msgid "Enter username"
msgstr "ใส่ชื่อผู้ใช้"
-#: src/components/pages/ReportPage.tsx:701
-msgid "Enter Verification Code"
-msgstr "ใส่รหัสยืนยัน"
-
-#: src/components/pages/ReportPage.tsx:638
-msgid "Enter Your Email"
-msgstr "ใส่อีเมลของคุณ"
+#: src/components/pages/report/ReportStepVerification.tsx:64
+msgid "Enter verification code"
+msgstr "กรอกหมายเลขยืนยัน"
#: src/components/pages/ForgotPasswordPage.tsx:87
msgid "Enter your email address and we'll send you a link to reset your password."
@@ -7500,7 +7574,7 @@ msgid "Entrance sound uploaded successfully"
msgstr "อัปโหลดเสียงเข้าเรียบร้อย"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:297
-#: src/components/channel/ChannelSearchResults.tsx:691
+#: src/components/channel/ChannelSearchResults.tsx:660
#: src/components/modals/tabs/ComponentGalleryTab/OverlaysTab.tsx:88
msgid "Error"
msgstr "ข้อผิดพลาด"
@@ -7522,7 +7596,7 @@ msgstr "กด Esc เพื่อออกจากโหมดคีย์บ
msgid "escape to <0><1>cancel1>0>"
msgstr "กด Esc เพื่อ<0><1>ยกเลิก1>0>"
-#: src/components/pages/ReportPage.tsx:318
+#: src/components/pages/report/optionDescriptors.ts:90
msgid "Estonia"
msgstr "เอสโตเนีย"
@@ -7561,7 +7635,7 @@ msgstr "ยกเว้นลิงก์ ฝัง หรือไฟล์"
msgid "exclude user"
msgstr "ยกเว้นผู้ใช้"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:95
+#: src/components/modals/components/plutonium/VisionarySection.tsx:104
msgid "Exclusive community"
msgstr "ชุมชนพิเศษ"
@@ -7593,12 +7667,12 @@ msgstr "ขยายหมวดหมู่"
msgid "Expiration"
msgstr "วันหมดอายุ"
-#: src/components/modals/InviteModal.tsx:281
+#: src/components/modals/InviteModal.tsx:278
msgid "Expire after"
msgstr "หมดอายุหลังจาก"
#: src/components/accounts/AccountRow.tsx:162
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:114
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:133
#: src/components/modals/GroupInvitesBottomSheet.tsx:104
msgid "Expired"
msgstr "หมดอายุแล้ว"
@@ -7675,7 +7749,7 @@ msgstr "แพ็กแสดงอารมณ์"
msgid "Expression Packs are a Plutonium feature"
msgstr "แพ็กแสดงอารมณ์เป็นฟีเจอร์ของ Plutonium"
-#: src/components/modals/ExpressionPickerSheet.tsx:232
+#: src/components/modals/ExpressionPickerSheet.tsx:219
#: src/components/popouts/ExpressionPickerPopout.tsx:193
msgid "Expression picker categories"
msgstr "หมวดหมู่ตัวเลือกแสดงอารมณ์"
@@ -7700,7 +7774,7 @@ msgstr "ลิงก์ภายนอกอาจอันตราย โป
msgid "Extra Large"
msgstr "ขนาดใหญ่มาก"
-#: src/components/pages/ReportPage.tsx:297
+#: src/components/pages/report/optionDescriptors.ts:72
#: src/constants/IARConstants.tsx:165
msgid "Extremist Community"
msgstr "ชุมชนสุดโต่ง"
@@ -7749,7 +7823,7 @@ msgstr "คัดลอกลิงก์เชิญไม่สำเร็จ
msgid "Failed to copy to clipboard"
msgstr "คัดลอกไปยังคลิปบอร์ดไม่สำเร็จ"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:79
+#: src/components/modals/tabs/GiftInventoryTab.tsx:80
msgid "Failed to copy URL"
msgstr "คัดลอก URL ไม่สำเร็จ"
@@ -7794,7 +7868,7 @@ msgid "Failed to delete category"
msgstr "ลบหมวดหมู่ไม่สำเร็จ"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:194
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:681
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:695
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:335
msgid "Failed to delete channel"
msgstr "ลบช่องไม่สำเร็จ"
@@ -7868,7 +7942,7 @@ msgstr "โหลดรายการแบนไม่สำเร็จ โ
msgid "Failed to load emojis"
msgstr "โหลดอีโมจิไม่สำเร็จ"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:296
+#: src/components/modals/tabs/GiftInventoryTab.tsx:319
msgid "Failed to load gift inventory"
msgstr "โหลดคลังของขวัญไม่สำเร็จ"
@@ -7894,8 +7968,8 @@ msgstr "โหลดสติกเกอร์ไม่สำเร็จ"
msgid "Failed to load vanity URL. Please try again."
msgstr "โหลด URL สวยๆ ไม่สำเร็จ โปรดลองอีกครั้ง"
-#: src/components/modals/components/PlutoniumContent.tsx:146
-#: src/components/modals/components/PlutoniumContent.tsx:272
+#: src/components/modals/components/PlutoniumContent.tsx:157
+#: src/components/modals/components/PlutoniumContent.tsx:289
msgid "Failed to load Visionary information. Please try again later."
msgstr "โหลดข้อมูล Visionary ไม่สำเร็จ โปรดลองอีกครั้งภายหลัง"
@@ -7916,19 +7990,19 @@ msgstr "โหลดชุมชนของคุณไม่สำเร็จ
msgid "Failed to open customer portal. Please try again."
msgstr "เปิดพอร์ทัลลูกค้าไม่สำเร็จ โปรดลองอีกครั้ง"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:572
-#: src/components/bottomsheets/DMBottomSheet.tsx:153
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:586
+#: src/components/bottomsheets/DMBottomSheet.tsx:155
#: src/components/channel/dm/DMList.tsx:216
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:121
msgid "Failed to pin DM"
msgstr "ปักหมุด DM ไม่สำเร็จ"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:572
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:586
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:101
msgid "Failed to pin group"
msgstr "ปักหมุดกลุ่มไม่สำเร็จ"
-#: src/components/bottomsheets/DMBottomSheet.tsx:153
+#: src/components/bottomsheets/DMBottomSheet.tsx:155
msgid "Failed to pin group DM"
msgstr "ไม่สามารถปักหมุด DM กลุ่ม"
@@ -7957,7 +8031,7 @@ msgstr "ไม่สามารถเข้าถึงตัวอย่าง
msgid "Failed to reactivate subscription. Please try again."
msgstr "เปิดใช้งานการสมัครใหม่ไม่สำเร็จ โปรดลองอีกครั้ง"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:94
+#: src/components/modals/tabs/GiftInventoryTab.tsx:95
msgid "Failed to redeem gift"
msgstr "แลกของขวัญไม่สำเร็จ"
@@ -7998,6 +8072,10 @@ msgstr "นำออกจากกลุ่มไม่สำเร็จ"
msgid "Failed to remove timeout. Please try again."
msgstr "ยกเลิกเวลาแบนไม่สำเร็จ โปรดลองอีกครั้ง"
+#: src/components/pages/ReportPage.tsx:236
+msgid "Failed to resend code. Please try again."
+msgstr "ส่งหมายเลขยืนยันซ้ำไม่สำเร็จ โปรดลองอีกครั้ง"
+
#: src/components/modals/guildTabs/GuildRolesTab.tsx:674
msgid "Failed to reset hoist order"
msgstr "รีเซ็ตลำดับการยกไม่สำเร็จ"
@@ -8018,7 +8096,7 @@ msgstr "หมุนไม่สำเร็จ โปรดลองอีก
msgid "Failed to send friend request. Please try again."
msgstr "ส่งคำขอเป็นเพื่อนไม่สำเร็จ โปรดลองอีกครั้ง"
-#: src/components/bottomsheets/DMBottomSheet.tsx:262
+#: src/components/bottomsheets/DMBottomSheet.tsx:264
#: src/components/modals/InviteModal.tsx:176
#: src/components/uikit/ContextMenu/items/InviteMenuItems.tsx:111
msgid "Failed to send invite"
@@ -8037,7 +8115,7 @@ msgstr "ส่งรหัส SMS ไม่สำเร็จ โปรดลอ
msgid "Failed to send theme"
msgstr "ส่งธีมไม่สำเร็จ"
-#: src/components/pages/ReportPage.tsx:412
+#: src/components/pages/ReportPage.tsx:234
msgid "Failed to send verification code. Please try again."
msgstr "ส่งรหัสยืนยันตัวตนไม่สำเร็จ โปรดลองอีกครั้ง"
@@ -8084,19 +8162,19 @@ msgstr "โอนสิทธิ์ความเป็นเจ้าของ
msgid "Failed to unblock user. Please try again."
msgstr "ปลดบล็อคผู้ใช้ไม่สำเร็จ โปรดลองอีกครั้ง"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:589
-#: src/components/bottomsheets/DMBottomSheet.tsx:170
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:603
+#: src/components/bottomsheets/DMBottomSheet.tsx:172
#: src/components/channel/dm/DMList.tsx:226
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:138
msgid "Failed to unpin DM"
msgstr "เลิกปักหมุดข้อความส่วนตัวไม่สำเร็จ"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:589
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:603
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:118
msgid "Failed to unpin group"
msgstr "เลิกปักหมุดกลุ่มไม่สำเร็จ"
-#: src/components/bottomsheets/DMBottomSheet.tsx:170
+#: src/components/bottomsheets/DMBottomSheet.tsx:172
msgid "Failed to unpin group DM"
msgstr "ไม่สามารถยกเลิกการตรึงกลุ่ม DM ได้"
@@ -8298,7 +8376,7 @@ msgstr "ค้นหาสติกเกอร์ที่สมบูรณ์
msgid "Fine-tune core colors and fonts for this app. Changes here are stored as custom CSS overrides and sync with the editor below."
msgstr "ปรับแต่งสีหลักและแบบอักษรของแอปนี้ การเปลี่ยนแปลงที่นี่จะถูกบันทึกเป็นการแทนที่ CSS ที่กำหนดเองและซิงค์กับตัวแก้ไขด้านล่าง"
-#: src/components/pages/ReportPage.tsx:319
+#: src/components/pages/report/optionDescriptors.ts:91
msgid "Finland"
msgstr "ฟินแลนด์"
@@ -8306,7 +8384,7 @@ msgstr "ฟินแลนด์"
msgid "Finnish"
msgstr "ภาษาฟินแลนด์"
-#: src/components/pages/ReportPage.tsx:923
+#: src/components/pages/report/ReportStepDetails.tsx:199
msgid "First and last name"
msgstr "ชื่อและนามสกุล"
@@ -8419,7 +8497,7 @@ msgstr "Fluxer ต้องการสิทธิ์ติดตามอิ
msgid "Fluxer Partner"
msgstr "พาร์ทเนอร์ Fluxer"
-#: src/components/modals/components/PlutoniumContent.tsx:182
+#: src/components/modals/components/PlutoniumContent.tsx:193
#: src/components/modals/PremiumModal.tsx:34
#: src/components/modals/utils/settingsConstants.tsx:147
#: src/components/popouts/UserProfileBadges.tsx:99
@@ -8483,7 +8561,7 @@ msgstr "อาหาร & เครื่องดื่ม"
msgid "Foodie Friends"
msgstr "เพื่อนสายกิน"
-#: src/components/bottomsheets/DMBottomSheet.tsx:660
+#: src/components/bottomsheets/DMBottomSheet.tsx:663
msgid "For 1 hour"
msgstr "เป็นเวลา 1 ชั่วโมง"
@@ -8497,7 +8575,7 @@ msgstr "เป็นเวลา 1 ชั่วโมง"
msgid "For 1 Hour"
msgstr "เป็นเวลา 1 ชั่วโมง"
-#: src/components/bottomsheets/DMBottomSheet.tsx:659
+#: src/components/bottomsheets/DMBottomSheet.tsx:662
#: src/components/popouts/UserAreaPopout.tsx:77
msgid "For 15 minutes"
msgstr "เป็นเวลา 15 นาที"
@@ -8511,7 +8589,7 @@ msgstr "เป็นเวลา 15 นาที"
msgid "For 15 Minutes"
msgstr "เป็นเวลา 15 นาที"
-#: src/components/bottomsheets/DMBottomSheet.tsx:663
+#: src/components/bottomsheets/DMBottomSheet.tsx:666
msgid "For 24 hours"
msgstr "เป็นเวลา 24 ชั่วโมง"
@@ -8529,7 +8607,7 @@ msgstr "เป็นเวลา 24 ชั่วโมง"
msgid "For 3 days"
msgstr "เป็นเวลา 3 วัน"
-#: src/components/bottomsheets/DMBottomSheet.tsx:661
+#: src/components/bottomsheets/DMBottomSheet.tsx:664
msgid "For 3 hours"
msgstr "เป็นเวลา 3 ชั่วโมง"
@@ -8542,7 +8620,7 @@ msgstr "เป็นเวลา 3 ชั่วโมง"
msgid "For 3 Hours"
msgstr "เป็นเวลา 3 ชั่วโมง"
-#: src/components/bottomsheets/DMBottomSheet.tsx:662
+#: src/components/bottomsheets/DMBottomSheet.tsx:665
msgid "For 8 hours"
msgstr "เป็นเวลา 8 ชั่วโมง"
@@ -8560,7 +8638,7 @@ msgstr "เป็นเวลา 8 ชั่วโมง"
msgid "For British eyes only..."
msgstr "สำหรับดวงตาชาวอังกฤษเท่านั้น..."
-#: src/components/modals/components/plutonium/PricingSection.tsx:62
+#: src/components/modals/components/plutonium/PricingSection.tsx:68
msgid "For Me"
msgstr "สำหรับฉัน"
@@ -8664,15 +8742,15 @@ msgstr "บังคับให้โหมดช้าทำงานในท
msgid "Forever"
msgstr "ตลอดไป"
-#: src/components/modals/components/MobileSettingsView.tsx:300
+#: src/components/modals/components/MobileSettingsView.tsx:295
msgid "Forget"
msgstr "ลืม"
-#: src/components/modals/components/MobileSettingsView.tsx:327
+#: src/components/modals/components/MobileSettingsView.tsx:322
msgid "Forget Push Subscriptions"
msgstr "ลืมการสมัครรับการแจ้งเตือนพุช"
-#: src/components/modals/components/MobileSettingsView.tsx:294
+#: src/components/modals/components/MobileSettingsView.tsx:289
msgid "Forget push subscriptions?"
msgstr "ลืมการสมัครรับการแจ้งเตือนพุชหรือไม่?"
@@ -8729,7 +8807,7 @@ msgstr "อัตราเฟรม"
msgid "Frame rates above 30 fps require Plutonium"
msgstr "อัตราเฟรมเหนือ 30 fps ต้องใช้ Plutonium"
-#: src/components/pages/ReportPage.tsx:320
+#: src/components/pages/report/optionDescriptors.ts:92
msgid "France"
msgstr "ฝรั่งเศส"
@@ -8745,8 +8823,8 @@ msgstr "ผู้ใช้ฟรี (ยังไม่ซื้อ)"
msgid "Free User (With Purchase History)"
msgstr "ผู้ใช้ฟรี (มีประวัติการซื้อ)"
-#: src/components/modals/components/PlutoniumContent.tsx:163
-#: src/components/modals/components/PlutoniumContent.tsx:289
+#: src/components/modals/components/PlutoniumContent.tsx:174
+#: src/components/modals/components/PlutoniumContent.tsx:308
msgid "Free vs Plutonium"
msgstr "ฟรี เทียบกับ Plutonium"
@@ -8773,12 +8851,13 @@ msgstr "คำขอเป็นเพื่อน"
msgid "Friend request sent"
msgstr "ส่งคำขอเป็นเพื่อนไปแล้ว"
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:68
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:250
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:75
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:89
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:271
msgid "Friend Request Sent"
msgstr "ส่งคำขอเป็นเพื่อนแล้ว"
-#: src/components/channel/dm/AddFriendForm.tsx:144
+#: src/components/channel/dm/AddFriendForm.tsx:167
msgid "Friend request sent!"
msgstr "ส่งคำขอเป็นเพื่อนไปแล้ว!"
@@ -8787,7 +8866,7 @@ msgstr "ส่งคำขอเป็นเพื่อนไปแล้ว!"
msgid "Friend Requests"
msgstr "คำขอเป็นเพื่อน"
-#: src/components/channel/dm/AddFriendForm.tsx:137
+#: src/components/channel/dm/AddFriendForm.tsx:160
msgid "Friend's FluxerTag"
msgstr "FluxerTag ของเพื่อน"
@@ -8828,9 +8907,10 @@ msgstr "จาก {0}"
#. placeholder {0}: creator.username
#. placeholder {1}: creator.discriminator
-#: src/components/channel/GiftEmbed.tsx:87
-#: src/components/modals/GiftAcceptModal.tsx:116
-#: src/components/modals/GiftAcceptModal.tsx:143
+#: src/components/channel/GiftEmbed.tsx:93
+#: src/components/modals/GiftAcceptModal.tsx:123
+#: src/components/modals/GiftAcceptModal.tsx:151
+#: src/components/modals/GiftAcceptModal.tsx:186
msgid "From {0}#{1}"
msgstr "จาก {0}#{1}"
@@ -8850,7 +8930,7 @@ msgstr "จากผู้ใช้"
msgid "from:"
msgstr "จาก:"
-#: src/components/pages/ReportPage.tsx:919
+#: src/components/pages/report/ReportStepDetails.tsx:195
msgid "Full Legal Name"
msgstr "ชื่อเต็มตามกฎหมาย"
@@ -8892,7 +8972,7 @@ msgstr "สร้างคำเชิญ"
msgid "Generate invite link"
msgstr "สร้างลิงก์เชิญ"
-#: src/components/modals/tabs/BetaCodesTab.tsx:315
+#: src/components/modals/tabs/BetaCodesTab.tsx:340
msgid "Generate up to {MAX_UNCLAIMED_BETA_CODES} unclaimed beta codes to invite friends to Fluxer. You can create 3 codes per week."
msgstr "สร้างรหัสเบต้าไม่เคลมสูงสุด {MAX_UNCLAIMED_BETA_CODES} รหัสเพื่อเชิญเพื่อนไปยัง Fluxer คุณสามารถสร้างได้ 3 รหัสต่อสัปดาห์"
@@ -8909,7 +8989,7 @@ msgstr "จำกัดตามภูมิภาค"
msgid "German"
msgstr "ภาษาเยอรมัน"
-#: src/components/pages/ReportPage.tsx:321
+#: src/components/pages/report/optionDescriptors.ts:93
msgid "Germany"
msgstr "เยอรมนี"
@@ -8991,13 +9071,13 @@ msgstr "ตัวอย่าง GIF"
#: src/components/channel/pickers/gif/GifPickerHeader.tsx:40
#: src/components/channel/pickers/memes/MemesPickerHeader.tsx:57
#: src/components/channel/textarea/TextareaButtons.tsx:110
-#: src/components/modals/ExpressionPickerSheet.tsx:68
+#: src/components/modals/ExpressionPickerSheet.tsx:55
#: src/components/popouts/ExpressionPickerPopout.tsx:69
msgid "GIFs"
msgstr "GIFs"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:122
-#: src/components/modals/GiftAcceptModal.tsx:163
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:141
+#: src/components/modals/GiftAcceptModal.tsx:206
msgid "Gift"
msgstr "ของขวัญ"
@@ -9030,19 +9110,20 @@ msgstr "ของขวัญถูกแลกแล้ว"
msgid "Gift Already Redeemed"
msgstr "ของขวัญถูกแลกแล้ว"
-#: src/components/channel/GiftEmbed.tsx:94
+#: src/components/channel/GiftEmbed.tsx:105
+#: src/components/channel/GiftEmbed.tsx:109
msgid "Gift Claimed"
msgstr "ของขวัญได้รับแล้ว"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:246
+#: src/components/modals/tabs/GiftInventoryTab.tsx:269
msgid "Gift code cannot be empty"
msgstr "รหัสของขวัญต้องไม่ว่างเปล่า"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:243
+#: src/components/modals/tabs/GiftInventoryTab.tsx:266
msgid "Gift code is required"
msgstr "ต้องระบุรหัสของขวัญ"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:250
+#: src/components/modals/tabs/GiftInventoryTab.tsx:273
msgid "Gift code is too long"
msgstr "รหัสของขวัญยาวเกินไป"
@@ -9070,7 +9151,7 @@ msgstr "ไม่พบของขวัญ"
#: src/components/channel/textarea/TextareaButtons.tsx:101
#: src/components/channel/textarea/TextareaButtons.tsx:177
-#: src/components/modals/components/plutonium/GiftSection.tsx:61
+#: src/components/modals/components/plutonium/GiftSection.tsx:67
msgid "Gift Plutonium"
msgstr "มอบ Plutonium เป็นของขวัญ"
@@ -9078,23 +9159,23 @@ msgstr "มอบ Plutonium เป็นของขวัญ"
msgid "Gift redeemed successfully!"
msgstr "แลกของขวัญสำเร็จแล้ว!"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:89
+#: src/components/modals/tabs/GiftInventoryTab.tsx:90
msgid "Gift redeemed successfully! Enjoy your Plutonium!"
msgstr "แลกของขวัญสำเร็จแล้ว! ขอให้สนุกกับ Plutonium!"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:53
+#: src/components/modals/components/plutonium/VisionarySection.tsx:58
msgid "gift time"
msgstr "เวลาแจกของ"
-#: src/components/channel/GiftEmbed.tsx:151
+#: src/components/channel/GiftEmbed.tsx:162
msgid "Gift Unavailable"
msgstr "ของขวัญไม่พร้อมใช้งาน"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:132
+#: src/components/modals/tabs/GiftInventoryTab.tsx:133
msgid "Gift URL"
msgstr "URL ของขวัญ"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:75
+#: src/components/modals/tabs/GiftInventoryTab.tsx:76
msgid "Gift URL copied to clipboard!"
msgstr "คัดลอก URL ของขวัญไปยังคลิปบอร์ดแล้ว!"
@@ -9126,7 +9207,7 @@ msgstr "ทางลัดทั่วระบบใช้งานได้ใ
msgid "Glorification of violence or disturbing imagery"
msgstr "การยกย่องความรุนแรงหรือภาพที่น่าหวาดกลัว"
-#: src/components/modals/components/MobileSettingsView.tsx:145
+#: src/components/modals/components/MobileSettingsView.tsx:140
#: src/components/modals/shared/MobileSettingsComponents.tsx:43
msgid "Go back"
msgstr "ย้อนกลับ"
@@ -9143,7 +9224,7 @@ msgstr "กลับไปยังแชนแนลข้อความที
msgid "Go forward in navigation history"
msgstr "ไปข้างหน้าในประวัติการนำทาง"
-#: src/components/channel/InviteEmbed.tsx:259
+#: src/components/channel/InviteEmbed.tsx:261
#: src/components/modals/InviteAcceptModal.tsx:100
msgid "Go to Community"
msgstr "ไปยังชุมชน"
@@ -9166,15 +9247,15 @@ msgstr "ไปยังหน้าลงชื่อเข้าใช้"
msgid "Go to message"
msgstr "ไปยังข้อความ"
-#: src/components/channel/ChannelSearchResults.tsx:841
+#: src/components/channel/ChannelSearchResults.tsx:809
msgid "Go to page"
msgstr "ไปยังหน้า"
-#: src/components/channel/ChannelSearchResults.tsx:808
+#: src/components/channel/ChannelSearchResults.tsx:776
msgid "Go to page {page}"
msgstr "ไปยังหน้า {page}"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:315
+#: src/components/modals/tabs/GiftInventoryTab.tsx:338
msgid "Go to Plutonium"
msgstr "เข้าสู่ Plutonium"
@@ -9195,7 +9276,7 @@ msgstr "เข้าใจแล้ว"
msgid "Gotcha"
msgstr "เข้าใจแล้ว"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:116
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:135
msgid "Grace Period"
msgstr "ระยะเวลาพัก"
@@ -9203,7 +9284,7 @@ msgstr "ระยะเวลาพัก"
msgid "Grace Period (Still Have Access)"
msgstr "ระยะเวลาพัก (ยังเข้าถึงได้)"
-#: src/components/modals/InviteModal.tsx:301
+#: src/components/modals/InviteModal.tsx:298
msgid "Grant temporary membership"
msgstr "มอบสถานะสมาชิกชั่วคราว"
@@ -9234,7 +9315,7 @@ msgstr "สำเร็จเยี่ยม!"
msgid "Great success! You can now close this tab and return to the app."
msgstr "สำเร็จเยี่ยม! คุณสามารถปิดแท็บนี้แล้วกลับไปที่แอปได้เลย"
-#: src/components/pages/ReportPage.tsx:322
+#: src/components/pages/report/optionDescriptors.ts:94
msgid "Greece"
msgstr "กรีซ"
@@ -9263,7 +9344,7 @@ msgstr "สิทธิ์เพิ่มในการแชทกลุ่ม
msgid "Group Chat Permissions"
msgstr "สิทธิ์แชทกลุ่ม"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:481
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:495
msgid "Group Direct Message"
msgstr "ข้อความตรงกลุ่ม"
@@ -9272,7 +9353,7 @@ msgid "Group DM"
msgstr "DM กลุ่ม"
#. placeholder {0}: channel.recipientIds.length + 1
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:772
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:804
msgid "Group DM · {0} members"
msgstr "DM กลุ่ม · สมาชิก {0} คน"
@@ -9317,12 +9398,12 @@ msgstr "ชื่อกลุ่มต้องไม่เกิน 100 ตั
msgid "Group Online Status"
msgstr "สถานะออนไลน์ของกลุ่ม"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:962
-#: src/components/channel/MemberListItem.tsx:102
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:984
+#: src/components/channel/MemberListItem.tsx:109
msgid "Group Owner"
msgstr "เจ้าของกลุ่ม"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1092
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1116
msgid "Group Settings"
msgstr "การตั้งค่ากลุ่ม"
@@ -9335,11 +9416,11 @@ msgstr "สถานะการพิมพ์กลุ่ม"
msgid "Group updated"
msgstr "อัปเดตกลุ่มแล้ว"
-#: src/components/pages/ReportPage.tsx:893
+#: src/components/pages/report/ReportStepDetails.tsx:167
msgid "Guild (Community) ID"
msgstr "ID กลุ่ม (ชุมชน)"
-#: src/components/pages/ReportPage.tsx:902
+#: src/components/pages/report/ReportStepDetails.tsx:177
msgid "Guild ID is required."
msgstr "ต้องการ Guild ID"
@@ -9355,13 +9436,13 @@ msgstr "บันทึกกลุ่ม"
msgid "Hang on while we check for scheduled messages."
msgstr "กรุณารอสักครู่ในขณะที่เราตรวจสอบข้อความที่กำหนดเวลาไว้"
-#: src/components/pages/ReportPage.tsx:295
+#: src/components/pages/report/optionDescriptors.ts:70
#: src/constants/IARConstants.tsx:155
msgid "Harassment"
msgstr "การล่วงละเมิด"
-#: src/components/pages/ReportPage.tsx:262
-#: src/components/pages/ReportPage.tsx:281
+#: src/components/pages/report/optionDescriptors.ts:43
+#: src/components/pages/report/optionDescriptors.ts:59
#: src/constants/IARConstants.tsx:32
#: src/constants/IARConstants.tsx:109
msgid "Harassment or Bullying"
@@ -9383,9 +9464,9 @@ msgstr "เคยซื้อการยกเว้น"
msgid "has:"
msgstr "มี:"
-#: src/components/pages/ReportPage.tsx:263
-#: src/components/pages/ReportPage.tsx:282
-#: src/components/pages/ReportPage.tsx:296
+#: src/components/pages/report/optionDescriptors.ts:44
+#: src/components/pages/report/optionDescriptors.ts:60
+#: src/components/pages/report/optionDescriptors.ts:71
#: src/constants/IARConstants.tsx:37
#: src/constants/IARConstants.tsx:114
#: src/constants/IARConstants.tsx:160
@@ -9430,7 +9511,7 @@ msgid "Help Center"
msgstr "ศูนย์ช่วยเหลือ"
#. placeholder {0}: user.displayName
-#: src/components/layout/app-layout/nagbars/UnclaimedAccountNagbar.tsx:44
+#: src/components/layout/app-layout/nagbars/UnclaimedAccountNagbar.tsx:42
msgid "Hey {0}, claim your account to prevent losing access."
msgstr "เฮ้ {0}, ยืนยันบัญชีของคุณเพื่อป้องกันการสูญเสียการเข้าถึง"
@@ -9654,7 +9735,7 @@ msgstr "https://example.com/callback"
msgid "Hungarian"
msgstr "ภาษาฮังการี"
-#: src/components/pages/ReportPage.tsx:323
+#: src/components/pages/report/optionDescriptors.ts:95
msgid "Hungary"
msgstr "ฮังการี"
@@ -9728,8 +9809,8 @@ msgstr "หากคุณได้รับรหัสเบต้า คุ
msgid "If you want to export your data or delete your messages first, please visit the Privacy Dashboard section in User Settings before proceeding."
msgstr "หากคุณต้องการส่งออกข้อมูลหรือลบข้อความก่อน กรุณาไปที่ส่วน แดชบอร์ดความเป็นส่วนตัว ในการตั้งค่าผู้ใช้ก่อนดำเนินการต่อ"
-#: src/components/channel/channel-view/DMChannelView.tsx:301
-#: src/components/channel/dm/DMWelcomeSection.tsx:119
+#: src/components/channel/channel-view/DMChannelView.tsx:302
+#: src/components/channel/dm/DMWelcomeSection.tsx:131
#: src/components/channel/friends/FriendListItem.tsx:145
#: src/components/channel/friends/FriendListItem.tsx:244
#: src/components/channel/friends/MobileFriendRequestItem.tsx:69
@@ -9740,7 +9821,7 @@ msgstr "เพิกเฉย"
#: src/components/channel/friends/FriendListItem.tsx:143
#: src/components/channel/friends/MobileFriendRequestItem.tsx:67
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:152
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:173
msgid "Ignore Friend Request"
msgstr "เพิกเฉยคำขอเป็นเพื่อน"
@@ -9749,8 +9830,8 @@ msgstr "เพิกเฉยคำขอเป็นเพื่อน"
msgid "Ignore per-channel message rate limits."
msgstr "ไม่สนใจข้อจำกัดอัตราข้อความต่อแชนแนล"
-#: src/components/pages/ReportPage.tsx:267
-#: src/components/pages/ReportPage.tsx:298
+#: src/components/pages/report/optionDescriptors.ts:48
+#: src/components/pages/report/optionDescriptors.ts:73
#: src/constants/IARConstants.tsx:57
#: src/constants/IARConstants.tsx:170
msgid "Illegal Activity"
@@ -9762,7 +9843,7 @@ msgid "image"
msgstr "รูปภาพ"
#: src/components/channel/embeds/media/EmbedGifv.tsx:237
-#: src/components/channel/embeds/media/EmbedImage.tsx:369
+#: src/components/channel/embeds/media/EmbedImage.tsx:374
#: src/components/modals/MediaViewerModal.tsx:362
#: src/components/search/HasFilterSheet.tsx:50
#: src/utils/FavoriteMemeUtils.ts:71
@@ -9783,8 +9864,8 @@ msgstr "ตัวอย่างรูปภาพ"
msgid "Images"
msgstr "รูปภาพ"
-#: src/components/pages/ReportPage.tsx:272
-#: src/components/pages/ReportPage.tsx:284
+#: src/components/pages/report/optionDescriptors.ts:53
+#: src/components/pages/report/optionDescriptors.ts:62
#: src/constants/IARConstants.tsx:82
#: src/constants/IARConstants.tsx:124
msgid "Impersonation"
@@ -9839,7 +9920,7 @@ msgstr "ในอีก {absWeeks} สัปดาห์"
msgid "in {absYears} years"
msgstr "ในอีก {absYears} ปี"
-#: src/components/channel/channel-view/DMChannelView.tsx:275
+#: src/components/channel/channel-view/DMChannelView.tsx:276
msgid "In call"
msgstr "กำลังอยู่ในการโทร"
@@ -9880,7 +9961,7 @@ msgstr "ในเบราว์เซอร์ Push-to-Talk จะทำงา
msgid "in:"
msgstr "ใน:"
-#: src/components/pages/ReportPage.tsx:286
+#: src/components/pages/report/optionDescriptors.ts:64
#: src/constants/IARConstants.tsx:134
msgid "Inappropriate Profile"
msgstr "โปรไฟล์ไม่เหมาะสม"
@@ -9909,7 +9990,7 @@ msgstr "รวมการกล่าวถึงชุมชนทั้งห
msgid "Include audio from your screen in the share"
msgstr "รวมเสียงจากหน้าจอของคุณในการแชร์"
-#: src/components/channel/channel-view/DMChannelView.tsx:269
+#: src/components/channel/channel-view/DMChannelView.tsx:270
#: src/components/voice/IncomingCallUI.tsx:263
#: src/components/voice/IncomingCallUI.tsx:286
#: src/components/voice/IncomingCallUI.tsx:324
@@ -9946,11 +10027,11 @@ msgid "Increase app zoom level"
msgstr "เพิ่มระดับการซูมแอป"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:284
-#: src/components/channel/ChannelSearchResults.tsx:679
+#: src/components/channel/ChannelSearchResults.tsx:648
msgid "Indexing Channel"
msgstr "กำลังจัดทำดัชนีแชนแนล"
-#: src/components/channel/ChannelSearchResults.tsx:317
+#: src/components/channel/ChannelSearchResults.tsx:274
msgid "Indexing..."
msgstr "กำลังจัดทำดัชนี..."
@@ -10032,12 +10113,12 @@ msgstr "อินพุตพร้อมไอคอน"
msgid "Insert emoji"
msgstr "แทรกอีโมจิ"
-#: src/components/channel/InviteEmbed.tsx:198
+#: src/components/channel/InviteEmbed.tsx:200
#: src/components/modals/InviteAcceptModal.tsx:143
msgid "Install Emoji Pack"
msgstr "ติดตั้งชุดอีโมจิ"
-#: src/components/channel/InviteEmbed.tsx:198
+#: src/components/channel/InviteEmbed.tsx:200
#: src/components/modals/InviteAcceptModal.tsx:143
msgid "Install Sticker Pack"
msgstr "ติดตั้งชุดสติกเกอร์"
@@ -10104,7 +10185,7 @@ msgstr "รหัสของขวัญไม่ถูกต้อง"
msgid "Invalid instance response: missing webapp URL."
msgstr "การตอบสนองของอินสแตนซ์ไม่ถูกต้อง: ขาด URL ของเว็บแอป"
-#: src/components/modals/ClaimAccountModal.tsx:108
+#: src/components/modals/ClaimAccountModal.tsx:110
#: src/components/modals/EmailChangeModal.tsx:108
#: src/components/modals/EmailChangeModal.tsx:169
msgid "Invalid or expired code"
@@ -10134,7 +10215,7 @@ msgstr "กดปุ่มกลับด้านแล้ว!"
msgid "Invisible"
msgstr "มองไม่เห็น"
-#: src/components/modals/InviteModal.tsx:257
+#: src/components/modals/InviteModal.tsx:267
#: src/components/modals/tabs/ExpressionPacksTab.tsx:83
#: src/constants/AuditLogConstants.tsx:239
msgid "Invite"
@@ -10144,7 +10225,7 @@ msgstr "เชิญ"
msgid "Invite Background"
msgstr "พื้นหลังคำเชิญ"
-#: src/components/pages/ReportPage.tsx:908
+#: src/components/pages/report/ReportStepDetails.tsx:183
msgid "Invite Code (optional)"
msgstr "รหัสเชิญ (ไม่บังคับ)"
@@ -10170,7 +10251,7 @@ msgstr "เชิญเพื่อน"
msgid "Invite friends to {0}"
msgstr "เชิญเพื่อนไปที่ {0}"
-#: src/components/modals/InviteModal.tsx:317
+#: src/components/modals/InviteModal.tsx:314
msgid "Invite link"
msgstr "ลิงก์เชิญ"
@@ -10190,7 +10271,7 @@ msgid "Invite Links"
msgstr "ลิงก์เชิญ"
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:164
-#: src/components/layout/ChannelItem.tsx:599
+#: src/components/layout/ChannelItem.tsx:616
#: src/components/popouts/GuildHeaderPopout.tsx:178
msgid "Invite Members"
msgstr "เชิญสมาชิก"
@@ -10218,7 +10299,7 @@ msgid "Invite Page Preview"
msgstr "ตัวอย่างหน้าคำเชิญ"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:381
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1144
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1168
#: src/components/layout/FavoritesChannelListContent.tsx:305
#: src/components/uikit/ContextMenu/ChannelListContextMenu.tsx:96
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:97
@@ -10236,7 +10317,7 @@ msgstr "คำเชิญถูกเพิกถอน"
msgid "Invite sent for {0}"
msgstr "ส่งคำเชิญสำหรับ {0}"
-#: src/components/bottomsheets/DMBottomSheet.tsx:256
+#: src/components/bottomsheets/DMBottomSheet.tsx:258
msgid "Invite sent to {guildName}"
msgstr "ส่งคำเชิญไปที่ {guildName} แล้ว"
@@ -10249,7 +10330,7 @@ msgid "Invite splash preview"
msgstr "ตัวอย่างหน้าต้อนรับคำเชิญ"
#. placeholder {0}: guild.name
-#: src/components/bottomsheets/DMBottomSheet.tsx:499
+#: src/components/bottomsheets/DMBottomSheet.tsx:501
msgid "Invite to {0}"
msgstr "เชิญไปที่ {0}"
@@ -10257,7 +10338,7 @@ msgstr "เชิญไปที่ {0}"
msgid "Invite to Community"
msgstr "เชิญเข้าชุมชน"
-#: src/components/channel/InviteEmbed.tsx:362
+#: src/components/channel/InviteEmbed.tsx:364
msgid "Invite Unavailable"
msgstr "ไม่สามารถใช้คำเชิญได้"
@@ -10277,7 +10358,7 @@ msgid "Invited by {0}#{1}"
msgstr "เชิญโดย {0}#{1}"
#: src/components/auth/InviteHeader.tsx:159
-#: src/components/channel/InviteEmbed.tsx:222
+#: src/components/channel/InviteEmbed.tsx:224
msgid "Invited by {inviterTag}"
msgstr "เชิญโดย {inviterTag}"
@@ -10290,8 +10371,8 @@ msgid "Inviter:"
msgstr "ผู้เชิญ:"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:303
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1199
-#: src/components/bottomsheets/DMBottomSheet.tsx:468
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1223
+#: src/components/bottomsheets/DMBottomSheet.tsx:470
#: src/components/channel/dm/DMList.tsx:257
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:145
msgid "Invites"
@@ -10301,11 +10382,11 @@ msgstr "คำเชิญ"
msgid "Invites are currently disabled for this community."
msgstr "คำเชิญถูกปิดใช้งานสำหรับชุมชนนี้ในขณะนี้"
-#: src/components/modals/InviteModal.tsx:270
+#: src/components/modals/InviteModal.tsx:237
msgid "Invites are currently disabled in this community by an admin. While this invite can be created, it cannot be accepted until invites are re-enabled."
msgstr "คำเชิญถูกปิดใช้งานในชุมชนนี้โดยผู้ดูแล ในขณะที่สามารถสร้างคำเชิญนี้ได้ แต่จะรับไม่ได้จนกว่าจะเปิดใช้งานคำเชิญอีกครั้ง"
-#: src/components/layout/guild-list/GuildListItem.tsx:233
+#: src/components/layout/guild-list/GuildListItem.tsx:234
msgid "Invites are currently paused in this community"
msgstr "คำเชิญถูกระงับในชุมชนนี้ในขณะนี้"
@@ -10317,7 +10398,7 @@ msgstr "คำเชิญถูกล็อกไว้สำหรับชุ
msgid "Invites disabled"
msgstr "ปิดใช้งานคำเชิญแล้ว"
-#: src/components/channel/InviteEmbed.tsx:257
+#: src/components/channel/InviteEmbed.tsx:259
#: src/components/modals/InviteAcceptModal.tsx:98
msgid "Invites Disabled"
msgstr "ปิดใช้งานคำเชิญ"
@@ -10343,7 +10424,7 @@ msgstr "คำเชิญไปที่ <0>{0}0> ถูกปิดใช้
msgid "IP address authorized"
msgstr "ที่อยู่ IP ได้รับอนุญาตแล้ว"
-#: src/components/pages/ReportPage.tsx:324
+#: src/components/pages/report/optionDescriptors.ts:96
msgid "Ireland"
msgstr "ไอร์แลนด์"
@@ -10359,7 +10440,7 @@ msgstr "ที่นี่คือปาร์ตี้พิมพ์ข้อ
msgid "Italian"
msgstr "อิตาลี"
-#: src/components/pages/ReportPage.tsx:325
+#: src/components/pages/report/optionDescriptors.ts:97
msgid "Italy"
msgstr "อิตาลี"
@@ -10381,16 +10462,16 @@ msgstr "เข้าร่วมชุมชน"
msgid "Join a community with stickers to get started!"
msgstr "เข้าร่วมชุมชนที่มีสติกเกอร์เพื่อเริ่มต้น!"
-#: src/components/channel/channel-view/DMChannelView.tsx:315
+#: src/components/channel/channel-view/DMChannelView.tsx:316
msgid "Join call"
msgstr "เข้าร่วมสาย"
-#: src/components/channel/InviteEmbed.tsx:261
-#: src/components/channel/InviteEmbed.tsx:451
+#: src/components/channel/InviteEmbed.tsx:263
+#: src/components/channel/InviteEmbed.tsx:453
#: src/components/layout/guild-list/AddGuildButton.tsx:71
#: src/components/modals/AddGuildModal.tsx:129
#: src/components/modals/AddGuildModal.tsx:410
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:304
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:342
#: src/components/modals/InviteAcceptModal.tsx:102
#: src/components/modals/InviteAcceptModalPreview.tsx:114
msgid "Join Community"
@@ -10400,7 +10481,7 @@ msgstr "เข้าร่วมชุมชน"
msgid "Join community form"
msgstr "แบบฟอร์มเข้าร่วมชุมชน"
-#: src/components/channel/InviteEmbed.tsx:187
+#: src/components/channel/InviteEmbed.tsx:189
msgid "Join Group"
msgstr "เข้าร่วมกลุ่ม"
@@ -10416,19 +10497,19 @@ msgstr "การแจ้งเตือนเข้าร่วม"
msgid "Join Operators Community"
msgstr "เข้าร่วมชุมชนผู้ปฏิบัติงาน"
-#: src/components/channel/CallMessage.tsx:171
+#: src/components/channel/CallMessage.tsx:165
msgid "Join the call"
msgstr "เข้าร่วมสาย"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:122
+#: src/components/channel/ChannelHeader/CallButtons.tsx:159
msgid "Join Video Call"
msgstr "เข้าร่วมวิดีโอคอล"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:118
+#: src/components/channel/ChannelHeader/CallButtons.tsx:150
msgid "Join Video Call ({participantCount} participant)"
msgstr "เข้าร่วมการโทรวิดีโอ ({participantCount} ผู้เข้าร่วม)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:119
+#: src/components/channel/ChannelHeader/CallButtons.tsx:151
msgid "Join Video Call ({participantCount} participants)"
msgstr "เข้าร่วมการโทรวิดีโอ ({participantCount} ผู้เข้าร่วม)"
@@ -10436,15 +10517,15 @@ msgstr "เข้าร่วมการโทรวิดีโอ ({participa
msgid "Join Visionary Community"
msgstr "เข้าร่วมชุมชนวิสัยทัศน์"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:70
+#: src/components/channel/ChannelHeader/CallButtons.tsx:89
msgid "Join Voice Call"
msgstr "เข้าร่วมเสียง"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:66
+#: src/components/channel/ChannelHeader/CallButtons.tsx:80
msgid "Join Voice Call ({participantCount} participant)"
msgstr "เข้าร่วมการโทรเสียง ({participantCount} ผู้เข้าร่วม)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:67
+#: src/components/channel/ChannelHeader/CallButtons.tsx:81
msgid "Join Voice Call ({participantCount} participants)"
msgstr "เข้าร่วมการโทรเสียง ({participantCount} ผู้เข้าร่วม)"
@@ -10495,7 +10576,7 @@ msgstr "JPEG, PNG, WebP ขนาดสูงสุด 10MB แนะนำ: 512
msgid "JPEG, PNG, WebP. Max 10MB. Recommended: 512×512px. Animated avatars (GIF) require <0/>."
msgstr "JPEG, PNG, WebP ขนาดสูงสุด 10MB แนะนำ: 512×512px อวาตาร์เคลื่อนไหว (GIF) ต้องการ <0/>"
-#: src/components/channel/ChannelSearchResults.tsx:777
+#: src/components/channel/ChannelSearchResults.tsx:745
#: src/components/pages/MessageListPage.tsx:97
#: src/components/popouts/RecentMentionsContent.tsx:221
#: src/components/popouts/SavedMessagesContent.tsx:102
@@ -10519,11 +10600,11 @@ msgstr "กระโดดไปที่ข้อความ"
msgid "Jump to Oldest Unread Message"
msgstr "กระโดดไปยังข้อความที่ยังไม่อ่านที่เก่าที่สุด"
-#: src/components/channel/ChannelSearchResults.tsx:872
+#: src/components/channel/ChannelSearchResults.tsx:840
msgid "Jump to page"
msgstr "กระโดดไปยังหน้า"
-#: src/components/channel/Messages.tsx:917
+#: src/components/channel/Messages.tsx:915
msgid "Jump to Present"
msgstr "กระโดดไปยังปัจจุบัน"
@@ -10612,7 +10693,7 @@ msgid "Keyboard Shortcuts"
msgstr "ทางลัดแป้นพิมพ์"
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:344
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:311
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:314
#: src/components/modals/KickMemberModal.tsx:58
#: src/components/modals/UserProfileActionsSheet.tsx:253
msgid "Kick"
@@ -10702,7 +10783,7 @@ msgstr "ความหน่วง {latency} มิลลิวินาที"
msgid "Latency graph"
msgstr "กราฟความหน่วง"
-#: src/components/pages/ReportPage.tsx:326
+#: src/components/pages/report/optionDescriptors.ts:98
msgid "Latvia"
msgstr "ลัตเวีย"
@@ -10729,10 +10810,10 @@ msgstr "ออกจากชุมชน"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:248
#: src/components/bottomsheets/ChannelBottomSheet.tsx:250
#: src/components/bottomsheets/ChannelBottomSheet.tsx:314
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1253
-#: src/components/bottomsheets/DMBottomSheet.tsx:337
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1277
#: src/components/bottomsheets/DMBottomSheet.tsx:339
-#: src/components/bottomsheets/DMBottomSheet.tsx:551
+#: src/components/bottomsheets/DMBottomSheet.tsx:341
+#: src/components/bottomsheets/DMBottomSheet.tsx:554
#: src/components/channel/dm/DMList.tsx:265
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:159
#: src/hooks/useLeaveGroup.tsx:42
@@ -10740,27 +10821,27 @@ msgstr "ออกจากชุมชน"
msgid "Leave Group"
msgstr "ออกจากกลุ่ม"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:122
+#: src/components/channel/ChannelHeader/CallButtons.tsx:157
msgid "Leave Video Call"
msgstr "ออกจากวิดีโอคอล"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:113
+#: src/components/channel/ChannelHeader/CallButtons.tsx:145
msgid "Leave Video Call ({participantCount} participant)"
msgstr "ออกจากการโทรวิดีโอ ({participantCount} ผู้เข้าร่วม)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:114
+#: src/components/channel/ChannelHeader/CallButtons.tsx:146
msgid "Leave Video Call ({participantCount} participants)"
msgstr "ออกจากการโทรวิดีโอ ({participantCount} ผู้เข้าร่วม)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:70
+#: src/components/channel/ChannelHeader/CallButtons.tsx:87
msgid "Leave Voice Call"
msgstr "ออกจากการสนทนาด้วยเสียง"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:61
+#: src/components/channel/ChannelHeader/CallButtons.tsx:75
msgid "Leave Voice Call ({participantCount} participant)"
msgstr "ออกจากการโทรเสียง ({participantCount} ผู้เข้าร่วม)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:62
+#: src/components/channel/ChannelHeader/CallButtons.tsx:76
msgid "Leave Voice Call ({participantCount} participants)"
msgstr "ออกจากการโทรเสียง ({participantCount} ผู้เข้าร่วม)"
@@ -10785,7 +10866,7 @@ msgstr "จัดชิดซ้าย"
msgid "Left community"
msgstr "ออกจากชุมชนแล้ว"
-#: src/components/bottomsheets/DMBottomSheet.tsx:350
+#: src/components/bottomsheets/DMBottomSheet.tsx:352
#: src/hooks/useLeaveGroup.tsx:56
msgid "Left group"
msgstr "ออกจากกลุ่มแล้ว"
@@ -10798,7 +10879,7 @@ msgstr "ไอคอนซ้าย"
msgid "Left Tooltip"
msgstr "คำอธิบายซ้าย"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:90
+#: src/components/modals/components/plutonium/VisionarySection.tsx:99
msgid "Let people add you without needing a 4-digit tag"
msgstr "ให้คนอื่นเพิ่มคุณได้โดยไม่ต้องใช้แท็ก 4 หลัก"
@@ -10810,17 +10891,13 @@ msgstr "ปล่อยให้ชุมชนควบคุมเอง"
msgid "Letters (a-z, A-Z), numbers (0-9), and underscores (_) only"
msgstr "เฉพาะตัวอักษร (a-z, A-Z) ตัวเลข (0-9) และขีดล่าง (_)"
-#: src/components/pages/ReportPage.tsx:729
-msgid "Letters and numbers only. You can paste the code—formatting is automatic."
-msgstr "ใช้ได้เฉพาะตัวอักษรและตัวเลขเท่านั้น คุณสามารถวางรหัส—การจัดรูปแบบจะเป็นอัตโนมัติ"
-
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:120
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:139
#: src/components/modals/tabs/DeveloperOptionsTab/AccountPremiumTab.tsx:49
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:371
msgid "Lifetime"
msgstr "ตลอดชีพ"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:73
+#: src/components/modals/components/plutonium/VisionarySection.tsx:82
#: src/utils/giftUtils.ts:58
msgid "Lifetime Plutonium"
msgstr "Plutonium ตลอดชีพ"
@@ -10838,7 +10915,7 @@ msgid "Liked!"
msgstr "ชอบแล้ว!"
#. placeholder {0}: formatter.format(visionarySlots.total)
-#: src/components/modals/components/plutonium/VisionarySection.tsx:61
+#: src/components/modals/components/plutonium/VisionarySection.tsx:70
msgid "Limited to {0} users. One-time purchase, lifetime access."
msgstr "จำกัด {0} ผู้ใช้ ซื้อครั้งเดียว เข้าถึงตลอดชีพ"
@@ -10856,7 +10933,7 @@ msgstr "ลิงก์"
msgid "Link channel"
msgstr "เชื่อมต่อแชนแนล"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:530
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:544
#: src/components/uikit/ContextMenu/MediaContextMenu.tsx:145
#: src/components/uikit/ContextMenu/MediaContextMenu.tsx:228
msgid "Link copied to clipboard"
@@ -10902,7 +10979,7 @@ msgstr "รายการ"
msgid "Lists members with this role in their own section in the member list."
msgstr "แสดงสมาชิกที่มีบทบาทนี้ในส่วนเฉพาะของรายชื่อสมาชิก"
-#: src/components/pages/ReportPage.tsx:327
+#: src/components/pages/report/optionDescriptors.ts:99
msgid "Lithuania"
msgstr "ลิธัวเนีย"
@@ -10934,7 +11011,7 @@ msgstr "กำลังโหลดการแบน..."
msgid "Loading communities..."
msgstr "กำลังโหลดชุมชน..."
-#: src/components/channel/embeds/media/EmbedImage.tsx:363
+#: src/components/channel/embeds/media/EmbedImage.tsx:368
msgid "Loading image"
msgstr "กำลังโหลดรูปภาพ"
@@ -10947,7 +11024,7 @@ msgid "Loading more..."
msgstr "กำลังโหลดเพิ่มเติม..."
#: src/components/channel/embeds/media/EmbedGifv.tsx:493
-#: src/components/channel/embeds/media/EmbedGifv.tsx:721
+#: src/components/channel/embeds/media/EmbedGifv.tsx:745
msgid "Loading placeholder"
msgstr "กำลังโหลดที่ว่าง"
@@ -10971,7 +11048,7 @@ msgstr "กำลังโหลดธีม..."
msgid "Loading verification methods..."
msgstr "กำลังโหลดวิธีการยืนยันตัวตน..."
-#: src/components/channel/embeds/media/EmbedImage.tsx:363
+#: src/components/channel/embeds/media/EmbedImage.tsx:368
msgid "Loading: {alt}"
msgstr "กำลังโหลด: {alt}"
@@ -11021,7 +11098,7 @@ msgid "Log in with a passkey"
msgstr "เข้าสู่ระบบด้วยพาสคีย์"
#: src/components/modals/components/DesktopSettingsView.tsx:346
-#: src/components/modals/components/MobileSettingsView.tsx:362
+#: src/components/modals/components/MobileSettingsView.tsx:357
#: src/components/pages/PendingVerificationPage.tsx:151
msgid "Log Out"
msgstr "ออกจากระบบ"
@@ -11101,7 +11178,7 @@ msgstr "ต่ำ"
msgid "Low (480p)"
msgstr "ต่ำ (480p)"
-#: src/components/pages/ReportPage.tsx:328
+#: src/components/pages/report/optionDescriptors.ts:100
msgid "Luxembourg"
msgstr "ลักเซมเบิร์ก"
@@ -11114,16 +11191,16 @@ msgstr "ตั้งเป็นเจ้าของกลุ่ม"
msgid "Make links to websites stand out more by always underlining them."
msgstr "ทำให้ลิงก์ไปยังเว็บไซต์โดดเด่นขึ้นโดยเน้นขีดเสมอ"
-#: src/components/pages/ReportPage.tsx:271
+#: src/components/pages/report/optionDescriptors.ts:52
#: src/constants/IARConstants.tsx:77
msgid "Malicious Links"
msgstr "ลิงก์ที่เป็นอันตราย"
-#: src/components/pages/ReportPage.tsx:329
+#: src/components/pages/report/optionDescriptors.ts:101
msgid "Malta"
msgstr "มอลตา"
-#: src/components/pages/ReportPage.tsx:302
+#: src/components/pages/report/optionDescriptors.ts:77
#: src/constants/IARConstants.tsx:190
msgid "Malware Distribution"
msgstr "การกระจายมัลแวร์"
@@ -11214,7 +11291,7 @@ msgid "Manage slash commands for this application"
msgstr "จัดการคำสั่งสแลชสำหรับแอปนี้"
#: src/components/layout/app-layout/nagbars/PremiumGracePeriodNagbar.tsx:83
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:288
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:324
msgid "Manage Subscription"
msgstr "จัดการการสมัครสมาชิก"
@@ -11227,7 +11304,7 @@ msgstr "จัดการที่อยู่อีเมลที่คุณ
msgid "Manage Webhooks"
msgstr "จัดการเว็บฮุค"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:100
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:104
msgid "Manage your applications and bots."
msgstr "จัดการแอปพลิเคชันและบอทของคุณ"
@@ -11243,7 +11320,7 @@ msgstr "จัดการของขวัญของคุณ"
msgid "Manage your phone number for SMS two-factor authentication"
msgstr "จัดการหมายเลขโทรศัพท์สำหรับการยืนยันตัวตนสองขั้นตอนทาง SMS"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:280
+#: src/components/modals/tabs/GiftInventoryTab.tsx:303
msgid "Manage your purchased Plutonium gift codes. Share the gift URL with someone special or redeem it for yourself!"
msgstr "จัดการโค้ดของขวัญ Plutonium ที่คุณซื้อ แบ่งปัน URL ของขวัญให้คนพิเศษหรือแลกใช้เอง!"
@@ -11256,8 +11333,8 @@ msgid "Mark as 18+ (NSFW)"
msgstr "ทำเครื่องหมายว่า 18+ (เนื้อหาไม่เหมาะสม)"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:358
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1115
-#: src/components/bottomsheets/DMBottomSheet.tsx:388
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1139
+#: src/components/bottomsheets/DMBottomSheet.tsx:390
#: src/components/channel/NewMessagesBar.tsx:60
#: src/components/uikit/ContextMenu/items/CategoryMenuItems.tsx:81
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:79
@@ -11319,7 +11396,7 @@ msgstr "มาร์กดาวน์"
msgid "Markdown Preview"
msgstr "ดูตัวอย่างมาร์กดาวน์"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:516
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:530
msgid "Marked as read"
msgstr "ทำเครื่องหมายว่าอ่านแล้ว"
@@ -11347,7 +11424,7 @@ msgstr "ตัวชี้ด้านล่างแถบเลื่อน"
msgid "Marty_McFly"
msgstr "Marty_McFly"
-#: src/components/modals/ClaimAccountModal.tsx:160
+#: src/components/modals/ClaimAccountModal.tsx:162
#: src/components/modals/EmailChangeModal.tsx:254
msgid "marty@example.com"
msgstr "marty@example.com"
@@ -11356,7 +11433,7 @@ msgstr "marty@example.com"
msgid "Mask Visionary as subscription"
msgstr "แสดง Visionary เป็นการสมัคร"
-#: src/components/modals/InviteModal.tsx:291
+#: src/components/modals/InviteModal.tsx:288
msgid "Max number of uses"
msgstr "จำนวนครั้งใช้งานสูงสุด"
@@ -11393,7 +11470,8 @@ msgstr "คุณภาพสูงสุดของกล้องคือ 10
msgid "Maximum quality, requires very fast connection"
msgstr "คุณภาพสูงสุด ต้องการการเชื่อมต่อที่รวดเร็วมาก"
-#: src/components/modals/GiftAcceptModal.tsx:151
+#: src/components/modals/GiftAcceptModal.tsx:161
+#: src/components/modals/GiftAcceptModal.tsx:194
msgid "Maybe later"
msgstr "ไว้ทีหลัง"
@@ -11411,7 +11489,7 @@ msgstr "กำลังวัด..."
#: src/components/channel/AutocompleteEmoji.tsx:154
#: src/components/channel/textarea/TextareaButtons.tsx:122
-#: src/components/modals/ExpressionPickerSheet.tsx:77
+#: src/components/modals/ExpressionPickerSheet.tsx:64
#: src/components/modals/tabs/ChatSettingsTab.tsx:43
#: src/components/modals/tabs/ChatSettingsTab/Inline.tsx:37
#: src/components/modals/utils/settingsConstants.tsx:298
@@ -11504,8 +11582,8 @@ msgstr "การยืนยันตัวสมาชิก"
msgid "Member verification level"
msgstr "ระดับการยืนยันตัวสมาชิก"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:877
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:913
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:909
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:945
#: src/components/modals/guildTabs/GuildMembersTab.tsx:429
#: src/components/modals/shared/AddOverridePopout.tsx:176
#: src/components/modals/utils/guildSettingsConstants.tsx:157
@@ -11536,7 +11614,7 @@ msgstr "สมาชิกถูกลบออก"
msgid "Members receive notifications for every message"
msgstr "สมาชิกได้รับแจ้งเตือนทุกข้อความ"
-#: src/components/modals/InviteModal.tsx:302
+#: src/components/modals/InviteModal.tsx:299
msgid "Members will be removed when they go offline unless a role is assigned"
msgstr "สมาชิกจะถูกลบเมื่อออฟไลน์ เว้นแต่จะมีบทบาทกำหนดไว้"
@@ -11608,11 +11686,11 @@ msgid "mentions:"
msgstr "การกล่าวถึง:"
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:234
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:218
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:220
#: src/components/modals/tabs/ComponentGalleryTab/InputsTab.tsx:164
-#: src/components/modals/UserProfileMobileSheet.tsx:497
-#: src/components/modals/UserProfileModal.tsx:1189
-#: src/components/modals/UserProfileModal.tsx:1311
+#: src/components/modals/UserProfileMobileSheet.tsx:501
+#: src/components/modals/UserProfileModal.tsx:1190
+#: src/components/modals/UserProfileModal.tsx:1316
#: src/components/popouts/UserProfilePopout.tsx:289
#: src/components/popouts/UserProfilePopout.tsx:308
#: src/components/profile/ProfilePreview.tsx:292
@@ -11689,7 +11767,7 @@ msgstr "การจัดกลุ่มข้อความ"
msgid "Message is too long"
msgstr "ข้อความยาวเกินไป"
-#: src/components/pages/ReportPage.tsx:837
+#: src/components/pages/report/ReportStepDetails.tsx:107
msgid "Message Link"
msgstr "ลิงก์ข้อความ"
@@ -11744,7 +11822,7 @@ msgstr "ข้อความและสื่อ"
msgid "Messages Deleted"
msgstr "ข้อความถูกลบ"
-#: src/components/channel/Messages.tsx:938
+#: src/components/channel/Messages.tsx:936
msgid "Messages failed to load"
msgstr "โหลดข้อความไม่สำเร็จ"
@@ -11888,22 +11966,21 @@ msgstr "การควบคุม"
msgid "Monospace font family"
msgstr "ฟอนต์แบบย่อหน้าคงที่"
-#: src/components/auth/DateOfBirthField.tsx:87
-#: src/components/auth/DateOfBirthField.tsx:154
+#: src/components/auth/DateOfBirthField.tsx:151
#: src/components/auth/MockMinimalRegisterForm.tsx:68
msgid "Month"
msgstr "เดือน"
-#: src/components/modals/components/plutonium/PricingSection.tsx:71
+#: src/components/modals/components/plutonium/PricingSection.tsx:78
msgid "Monthly"
msgstr "รายเดือน"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:63
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:73
msgid "Monthly {monthlyPrice}"
msgstr "รายเดือน {monthlyPrice}"
#: src/components/accounts/AccountRow.tsx:178
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:863
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:895
#: src/components/channel/friends/FriendListItem.tsx:229
#: src/components/channel/MessageActionBar.tsx:647
#: src/components/channel/MessageActionBar.tsx:776
@@ -11936,7 +12013,7 @@ msgstr "ช่องว่างสติกเกอร์เพิ่ม"
msgid "Most popular"
msgstr "ยอดนิยมที่สุด"
-#: src/components/channel/ChannelSearchResults.tsx:225
+#: src/components/channel/ChannelSearchResults.tsx:182
#: src/components/search/SortModeSheet.tsx:53
msgid "Most Relevant"
msgstr "เกี่ยวข้องที่สุด"
@@ -12015,7 +12092,7 @@ msgstr "เนื้อหาหลายภาษา"
msgid "Music Lovers"
msgstr "คนรักดนตรี"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:850
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:882
#: src/components/bottomsheets/VoiceLobbyBottomSheet.tsx:179
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:253
#: src/components/layout/UserArea.tsx:213
@@ -12055,7 +12132,7 @@ msgstr "ปิดเสียงแชนแนล"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:400
#: src/components/bottomsheets/ChannelBottomSheet.tsx:452
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1010
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1034
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:171
#: src/components/modals/GuildNotificationSettingsModal.tsx:295
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:168
@@ -12069,9 +12146,9 @@ msgstr "ปิดเสียงแชนแนล"
msgid "Mute Community"
msgstr "ปิดเสียงชุมชน"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1012
-#: src/components/bottomsheets/DMBottomSheet.tsx:449
-#: src/components/bottomsheets/DMBottomSheet.tsx:590
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1036
+#: src/components/bottomsheets/DMBottomSheet.tsx:451
+#: src/components/bottomsheets/DMBottomSheet.tsx:593
msgid "Mute Conversation"
msgstr "ปิดเสียงบทสนทนา"
@@ -12096,7 +12173,7 @@ msgstr "ปิดเสียงสมาชิก"
msgid "Mute User"
msgstr "ปิดเสียงผู้ใช้"
-#: src/components/layout/guild-list/GuildListItem.tsx:193
+#: src/components/layout/guild-list/GuildListItem.tsx:194
#: src/components/layout/VoiceStateIcons.tsx:53
#: src/components/voice/VoiceParticipantTile.tsx:897
#: src/utils/ContextMenuUtils.tsx:159
@@ -12105,7 +12182,7 @@ msgstr "ถูกปิดเสียง"
#. placeholder {0}: DateUtils.getFormattedDateTime(new Date(muteConfig.end_time))
#. placeholder {0}: getFormattedDateTime(new Date(muteConfig.end_time))
-#: src/components/layout/guild-list/GuildListItem.tsx:191
+#: src/components/layout/guild-list/GuildListItem.tsx:192
#: src/utils/ContextMenuUtils.tsx:157
msgid "Muted until {0}"
msgstr "ปิดเสียงจนถึง {0}"
@@ -12253,7 +12330,7 @@ msgstr "ต้องการบัญชีไหม"
msgid "Neighborhood Watch"
msgstr "การเฝ้าระวังชุมชน"
-#: src/components/pages/ReportPage.tsx:330
+#: src/components/pages/report/optionDescriptors.ts:102
msgid "Netherlands"
msgstr "เนเธอร์แลนด์"
@@ -12261,9 +12338,9 @@ msgstr "เนเธอร์แลนด์"
msgid "Network"
msgstr "เครือข่าย"
-#: src/components/modals/components/PlutoniumContent.tsx:145
-#: src/components/modals/components/PlutoniumContent.tsx:271
-#: src/components/modals/tabs/BetaCodesTab.tsx:295
+#: src/components/modals/components/PlutoniumContent.tsx:156
+#: src/components/modals/components/PlutoniumContent.tsx:288
+#: src/components/modals/tabs/BetaCodesTab.tsx:320
#: src/components/modals/tabs/DevicesTab.tsx:229
msgid "Network error"
msgstr "เกิดข้อผิดพลาดของเครือข่าย"
@@ -12290,7 +12367,7 @@ msgstr "ไม่หมดอายุ"
#: src/components/channel/Divider.tsx:51
#: src/components/channel/Divider.tsx:60
#: src/components/channel/UnreadDividerSlot.tsx:45
-#: src/components/layout/GuildsLayout.tsx:285
+#: src/components/layout/GuildsLayout.tsx:283
msgid "New"
msgstr "ใหม่"
@@ -12311,7 +12388,7 @@ msgstr "อีเมลใหม่"
msgid "New email form"
msgstr "แบบฟอร์มอีเมลใหม่"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:902
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:934
msgid "New Group"
msgstr "กลุ่มใหม่"
@@ -12334,7 +12411,7 @@ msgid "new-channel"
msgstr "แชนแนลใหม่"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:446
-#: src/components/channel/ChannelSearchResults.tsx:223
+#: src/components/channel/ChannelSearchResults.tsx:180
msgid "Newest"
msgstr "ใหม่สุด"
@@ -12394,7 +12471,7 @@ msgstr "ชื่อเล่นต้องไม่เกิน 32 ตัว
msgid "Nickname updated"
msgstr "อัปเดตชื่อเล่นแล้ว"
-#: src/components/layout/GuildLayout.tsx:392
+#: src/components/layout/GuildLayout.tsx:397
msgid "No accessible channels"
msgstr "ไม่มีแชนแนลที่เข้าถึงได้"
@@ -12431,7 +12508,7 @@ msgstr "ไม่มีผู้ใช้ที่ถูกแบน"
msgid "No bans found matching your search."
msgstr "ไม่พบการแบนที่ตรงกับการค้นหาของคุณ"
-#: src/components/modals/tabs/BetaCodesTab.tsx:365
+#: src/components/modals/tabs/BetaCodesTab.tsx:390
msgid "No beta codes yet"
msgstr "ยังไม่มีรหัสเบต้า"
@@ -12471,7 +12548,7 @@ msgstr "ไม่มีแชนแนลที่ใช้งานได้"
msgid "No channels found"
msgstr "ไม่พบแชนแนล"
-#: src/components/modals/tabs/BetaCodesTab.tsx:275
+#: src/components/modals/tabs/BetaCodesTab.tsx:279
msgid "No codes remaining. Resets {resetString}"
msgstr "ไม่มีรหัสเหลืออยู่ รีเซ็ตใน {resetString}"
@@ -12484,7 +12561,7 @@ msgid "No community banner"
msgstr "ไม่มีแบนเนอร์ชุมชน"
#: src/components/auth/InviteHeader.tsx:156
-#: src/components/channel/InviteEmbed.tsx:215
+#: src/components/channel/InviteEmbed.tsx:217
#: src/components/modals/InviteAcceptModal.tsx:148
#: src/components/modals/tabs/ExpressionPacksTab.tsx:73
msgid "No description provided."
@@ -12516,7 +12593,7 @@ msgstr "ยังไม่มีเพื่อน"
msgid "No GIFs found"
msgstr "ไม่พบ GIF"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:311
+#: src/components/modals/tabs/GiftInventoryTab.tsx:334
msgid "No gifts yet"
msgstr "ยังไม่มีของขวัญ"
@@ -12656,7 +12733,7 @@ msgid "No results"
msgstr "ไม่มีผลลัพธ์"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:315
-#: src/components/channel/ChannelSearchResults.tsx:709
+#: src/components/channel/ChannelSearchResults.tsx:678
msgid "No Results"
msgstr "ไม่มีผลลัพธ์"
@@ -12717,7 +12794,7 @@ msgstr "ไม่มีแชนเนลระบบ"
msgid "No Timer"
msgstr "ไม่มีตัวจับเวลา"
-#: src/components/channel/dm/AddFriendForm.tsx:70
+#: src/components/channel/dm/AddFriendForm.tsx:93
msgid "No user found with that FluxerTag."
msgstr "ไม่พบบัญชีที่มี FluxerTag นั้น"
@@ -12797,7 +12874,7 @@ msgstr "ตอนนี้ยังไม่"
msgid "Not your cup of tea? You can disable this feature anytime."
msgstr "ไม่ใช่ความชอบของคุณหรือเปล่า? คุณปิดฟีเจอร์นี้ได้ทุกเมื่อ"
-#: src/components/modals/UserProfileMobileSheet.tsx:549
+#: src/components/modals/UserProfileMobileSheet.tsx:553
#: src/components/modals/UserProfileModal.tsx:244
#: src/components/modals/UserProfileModal.tsx:248
#: src/components/pages/YouPage.tsx:144
@@ -12813,7 +12890,7 @@ msgstr "บันทึก (เห็นได้เฉพาะคุณ)"
msgid "nothing"
msgstr "ไม่มีอะไร"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1387
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1411
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:218
#: src/components/modals/GuildNotificationSettingsModal.tsx:95
#: src/components/modals/GuildNotificationSettingsModal.tsx:226
@@ -12835,8 +12912,8 @@ msgid "Notification Overrides"
msgstr "แทนที่การแจ้งเตือน"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:405
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1160
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1341
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1184
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1365
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:199
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsButton.tsx:59
#: src/components/modals/GuildNotificationSettingsModal.tsx:162
@@ -12904,17 +12981,17 @@ msgstr "ไม่อนุญาตเนื้อหาสำหรับผู
msgid "NSFW Gates"
msgstr "เกตสำหรับเนื้อหาผู้ใหญ่"
-#: src/components/pages/ReportPage.tsx:266
+#: src/components/pages/report/optionDescriptors.ts:47
#: src/constants/IARConstants.tsx:52
msgid "NSFW Policy Violation"
msgstr "ฝ่าฝืนนโยบายเนื้อหาผู้ใหญ่"
#. placeholder {0}: formatter.format(visionarySlots.total)
-#: src/components/modals/components/plutonium/VisionarySection.tsx:82
+#: src/components/modals/components/plutonium/VisionarySection.tsx:91
msgid "Numbered badge (1-{0}) showing your Visionary status"
msgstr "ป้ายหมายเลข (1-{0}) แสดงสถานะ Visionary ของคุณ"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:83
+#: src/components/modals/components/plutonium/VisionarySection.tsx:92
msgid "Numbered badge showing your Visionary status"
msgstr "ตราตัวเลขแสดงสถานะ Visionary ของคุณ"
@@ -12933,8 +13010,8 @@ msgstr "วัตถุ"
msgid "Off"
msgstr "ปิด"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:281
-#: src/components/channel/ChannelMembers.tsx:137
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:287
+#: src/components/channel/ChannelMembers.tsx:108
#: src/Constants.tsx:134
#: src/utils/MemberListUtils.ts:150
#: src/utils/MemberListUtils.ts:188
@@ -12962,7 +13039,7 @@ msgid "Okay"
msgstr "โอเค"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:446
-#: src/components/channel/ChannelSearchResults.tsx:224
+#: src/components/channel/ChannelSearchResults.tsx:181
msgid "Oldest"
msgstr "เก่าที่สุด"
@@ -13020,25 +13097,25 @@ msgstr "กำลังจัดทำดัชนีแชนเนลหนึ
msgid "one second ago"
msgstr "หนึ่งวินาทีที่แล้ว"
-#: src/components/modals/components/plutonium/GiftSection.tsx:71
-#: src/components/modals/components/plutonium/GiftSection.tsx:80
-#: src/components/modals/components/plutonium/PricingSection.tsx:103
-#: src/components/modals/components/plutonium/PricingSection.tsx:112
+#: src/components/modals/components/plutonium/GiftSection.tsx:78
+#: src/components/modals/components/plutonium/GiftSection.tsx:90
+#: src/components/modals/components/plutonium/PricingSection.tsx:118
+#: src/components/modals/components/plutonium/PricingSection.tsx:130
msgid "one-time purchase"
msgstr "ซื้อครั้งเดียว"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:65
+#: src/components/modals/components/plutonium/VisionarySection.tsx:74
msgid "One-time purchase, lifetime access."
msgstr "การซื้อครั้งเดียว เข้าถึงได้ตลอดชีวิต"
-#: src/components/modals/components/plutonium/GiftSection.tsx:89
-#: src/components/modals/components/plutonium/PricingSection.tsx:90
-#: src/components/modals/components/plutonium/PricingSection.tsx:121
+#: src/components/modals/components/plutonium/GiftSection.tsx:102
+#: src/components/modals/components/plutonium/PricingSection.tsx:103
+#: src/components/modals/components/plutonium/PricingSection.tsx:142
msgid "one-time, lifetime"
msgstr "ครั้งเดียว ตลอดชีพ"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:281
-#: src/components/channel/ChannelMembers.tsx:135
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:285
+#: src/components/channel/ChannelMembers.tsx:106
#: src/components/channel/dm/DMFriendsView.tsx:168
#: src/components/channel/friends/views/FriendsList.tsx:95
#: src/Constants.tsx:130
@@ -13051,7 +13128,7 @@ msgstr "ออนไลน์"
msgid "Online Status"
msgstr "สถานะออนไลน์"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1382
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1406
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:212
#: src/components/modals/GuildNotificationSettingsModal.tsx:91
#: src/components/modals/GuildNotificationSettingsModal.tsx:281
@@ -13120,11 +13197,11 @@ msgstr "เปิดโมดัลเคลมบัญชี"
msgid "Open color picker"
msgstr "เปิดตัวเลือกสี"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1398
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1422
msgid "Open Community Notification Settings"
msgstr "เปิดการตั้งค่าการแจ้งเตือนชุมชน"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:286
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:322
msgid "Open Customer Portal"
msgstr "เปิดพอร์ทัลลูกค้า"
@@ -13293,7 +13370,7 @@ msgstr "ตัวเลือกสาม"
msgid "Option Two"
msgstr "ตัวเลือกสอง"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:89
+#: src/components/modals/components/plutonium/VisionarySection.tsx:98
msgid "Optional #0000 tag"
msgstr "แท็ก #0000 ที่เป็นทางเลือก"
@@ -13309,7 +13386,7 @@ msgstr "หรือ"
msgid "Or copy the link:"
msgstr "หรือคัดลอกลิงก์:"
-#: src/components/modals/InviteModal.tsx:312
+#: src/components/modals/InviteModal.tsx:309
msgid "or send an invite link to a friend:"
msgstr "หรือส่งลิงก์เชิญให้เพื่อน:"
@@ -13325,9 +13402,9 @@ msgstr "ไม่สามารถโหลดข้อความต้นฉ
msgid "Original message was deleted"
msgstr "ข้อความต้นฉบับถูกลบ"
-#: src/components/pages/ReportPage.tsx:273
-#: src/components/pages/ReportPage.tsx:287
-#: src/components/pages/ReportPage.tsx:303
+#: src/components/pages/report/optionDescriptors.ts:54
+#: src/components/pages/report/optionDescriptors.ts:65
+#: src/components/pages/report/optionDescriptors.ts:78
#: src/constants/IARConstants.tsx:87
#: src/constants/IARConstants.tsx:139
#: src/constants/IARConstants.tsx:195
@@ -13463,8 +13540,8 @@ msgstr "Passkey ต้องใช้ bundle macOS ที่ลงนามพ
#: src/components/auth/AuthLoginCore/AuthLoginEmailPasswordForm.tsx:90
#: src/components/auth/AuthRegisterFormCore.tsx:136
#: src/components/auth/AuthRegisterFormCore.tsx:217
-#: src/components/modals/ClaimAccountModal.tsx:168
-#: src/components/modals/ClaimAccountModal.tsx:208
+#: src/components/modals/ClaimAccountModal.tsx:170
+#: src/components/modals/ClaimAccountModal.tsx:210
#: src/components/modals/SudoVerificationModal.tsx:171
#: src/components/modals/SudoVerificationModal.tsx:236
#: src/components/modals/tabs/AccountSecurityTab/AccountTab.tsx:105
@@ -13546,11 +13623,11 @@ msgstr "คนที่เป็นเพื่อนกับเพื่อน
msgid "People who are friends with your friends can call you"
msgstr "คนที่เป็นเพื่อนกับเพื่อนของคุณสามารถโทรหาคุณได้"
-#: src/components/modals/components/plutonium/PricingSection.tsx:73
+#: src/components/modals/components/plutonium/PricingSection.tsx:80
msgid "per month"
msgstr "ต่อเดือน"
-#: src/components/modals/components/plutonium/PricingSection.tsx:80
+#: src/components/modals/components/plutonium/PricingSection.tsx:90
msgid "per year"
msgstr "ต่อปี"
@@ -13588,8 +13665,8 @@ msgstr "อนุญาตสิทธิ์แล้ว"
msgid "Personal notes"
msgstr "บันทึกส่วนตัว"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:479
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:778
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:493
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:810
#: src/components/channel/channel-header/useChannelHeaderData.ts:84
#: src/components/channel/dm/DMList.tsx:708
#: src/components/channel/dm/DMList.tsx:795
@@ -13662,16 +13739,16 @@ msgid "Pick which phone step to show"
msgstr "เลือกขั้นตอนโทรศัพท์ที่จะแสดง"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:336
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1132
-#: src/components/bottomsheets/DMBottomSheet.tsx:483
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1156
+#: src/components/bottomsheets/DMBottomSheet.tsx:485
#: src/components/channel/dm/DMList.tsx:287
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:153
msgid "Pin DM"
msgstr "ปักหมุดข้อความส่วนตัว"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:295
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1132
-#: src/components/bottomsheets/DMBottomSheet.tsx:483
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1156
+#: src/components/bottomsheets/DMBottomSheet.tsx:485
#: src/components/channel/dm/DMList.tsx:248
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:133
msgid "Pin Group DM"
@@ -13714,20 +13791,20 @@ msgid "Ping: {latency}ms"
msgstr "พิงก์: {latency}มิลลิวินาที"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:219
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:566
-#: src/components/bottomsheets/DMBottomSheet.tsx:147
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:580
+#: src/components/bottomsheets/DMBottomSheet.tsx:149
#: src/components/channel/dm/DMList.tsx:214
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:115
msgid "Pinned DM"
msgstr "ข้อความส่วนตัวที่ปักหมุด"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:219
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:566
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:580
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:95
msgid "Pinned group"
msgstr "กลุ่มที่ปักหมุด"
-#: src/components/bottomsheets/DMBottomSheet.tsx:147
+#: src/components/bottomsheets/DMBottomSheet.tsx:149
msgid "Pinned group DM"
msgstr "ตรึงกลุ่ม DM"
@@ -13742,7 +13819,7 @@ msgstr "ข้อความที่ปักหมุด"
msgid "pinned:"
msgstr "ปักหมุด:"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:886
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:918
msgid "Pins"
msgstr "หมุด"
@@ -13789,15 +13866,15 @@ msgstr "โปรดตรวจสอบกล่องจดหมายสำ
msgid "Please enable Fluxer in System Settings → Privacy & Security → Input Monitoring."
msgstr "โปรดเปิดใช้งาน Fluxer ในการตั้งค่าระบบ → ความเป็นส่วนตัวและความปลอดภัย → การตรวจสอบอินพุต"
-#: src/components/pages/ReportPage.tsx:396
+#: src/components/pages/ReportPage.tsx:211
msgid "Please enter a valid email address."
msgstr "โปรดกรอกที่อยู่อีเมลที่ถูกต้อง"
-#: src/components/channel/dm/AddFriendForm.tsx:74
+#: src/components/channel/dm/AddFriendForm.tsx:97
msgid "Please enter a valid FluxerTag (Username#0000)."
msgstr "โปรดกรอก FluxerTag ที่ถูกต้อง (ชื่อผู้ใช้#0000)"
-#: src/components/pages/ReportPage.tsx:509
+#: src/components/pages/ReportPage.tsx:336
msgid "Please enter a valid message link URL."
msgstr "โปรดกรอก URL ของลิงก์ข้อความที่ถูกต้อง"
@@ -13809,26 +13886,22 @@ msgstr "โปรดกรอก API endpoint ที่ถูกต้อง"
msgid "Please fill out the following fields: {fieldList}"
msgstr "กรุณากรอกข้อมูลในฟิลด์ต่อไปนี้: {fieldList}"
-#: src/components/pages/ReportPage.tsx:436
+#: src/components/pages/ReportPage.tsx:261
msgid "Please go back and enter a valid email address."
msgstr "โปรดย้อนกลับและกรอกที่อยู่อีเมลที่ถูกต้อง"
-#: src/components/pages/ReportPage.tsx:542
+#: src/components/pages/ReportPage.tsx:369
msgid "Please include the community (guild) ID you are reporting."
msgstr "โปรดใส่รหัสชุมชน (กิลด์) ที่คุณรายงาน"
-#: src/components/pages/ReportPage.tsx:504
+#: src/components/pages/ReportPage.tsx:331
msgid "Please paste the message link you are reporting."
msgstr "โปรดวางลิงก์ข้อความที่คุณรายงาน"
-#: src/components/pages/ReportPage.tsx:391
+#: src/components/pages/ReportPage.tsx:206
msgid "Please provide an email address."
msgstr "โปรดระบุที่อยู่อีเมล"
-#: src/components/pages/ReportPage.tsx:801
-msgid "Please provide the details of your report."
-msgstr "โปรดระบุรายละเอียดของรายงานของคุณ"
-
#: src/components/modals/tabs/ApplicationsTab/ApplicationDetail.tsx:555
msgid "Please retry or go back to the applications list."
msgstr "โปรดลองอีกครั้งหรือกลับไปที่รายการแอปพลิเคชัน"
@@ -13837,7 +13910,7 @@ msgstr "โปรดลองอีกครั้งหรือกลับไ
msgid "Please select a violation category"
msgstr "โปรดเลือกหมวดหมู่การละเมิด"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:297
+#: src/components/modals/tabs/GiftInventoryTab.tsx:320
msgid "Please try again later."
msgstr "โปรดลองอีกครั้งในภายหลัง"
@@ -13878,7 +13951,7 @@ msgstr "ความเป็นส่วนตัวของตรา Plutoniu
msgid "Plutonium perks"
msgstr "สิทธิประโยชน์ Plutonium"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:110
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:129
msgid "Plutonium Subscription"
msgstr "การสมัครสมาชิก Plutonium"
@@ -13886,7 +13959,7 @@ msgstr "การสมัครสมาชิก Plutonium"
msgid "PNG"
msgstr "PNG"
-#: src/components/pages/ReportPage.tsx:331
+#: src/components/pages/report/optionDescriptors.ts:103
msgid "Poland"
msgstr "โปแลนด์"
@@ -13903,7 +13976,7 @@ msgstr "โพล"
msgid "Popouts"
msgstr "หน้าต่างแยก"
-#: src/components/pages/ReportPage.tsx:332
+#: src/components/pages/report/optionDescriptors.ts:104
msgid "Portugal"
msgstr "โปรตุเกส"
@@ -13943,11 +14016,11 @@ msgstr "การแทนที่ชนิดพรีเมียม"
msgid "Press keys..."
msgstr "กดปุ่ม..."
-#: src/components/channel/MessageReactions.tsx:121
+#: src/components/channel/MessageReactions.tsx:120
msgid "press to add reaction"
msgstr "กดเพื่อเพิ่มรีแอคชั่น"
-#: src/components/channel/MessageReactions.tsx:121
+#: src/components/channel/MessageReactions.tsx:120
msgid "press to remove reaction"
msgstr "กดเพื่อลบรีแอคชั่น"
@@ -14143,15 +14216,15 @@ msgstr "ปกป้องบัญชีด้วยการยืนยัน
msgid "Provide any additional context that may help our Safety Team..."
msgstr "ให้บริบทเพิ่มเติมที่ช่วยทีมความปลอดภัยของเรา..."
-#: src/components/pages/ReportPage.tsx:882
+#: src/components/pages/report/ReportStepDetails.tsx:156
msgid "Provide at least a user ID or a user tag."
msgstr "กรุณาให้ ID ผู้ใช้หรือแท็กผู้ใช้ อย่างน้อยหนึ่งอย่าง"
-#: src/components/pages/ReportPage.tsx:527
+#: src/components/pages/ReportPage.tsx:354
msgid "Provide either a user ID or a FluxerTag for the person you are reporting."
msgstr "ระบุหมายเลขผู้ใช้หรือ FluxerTag ของบุคคลที่คุณรายงาน"
-#: src/components/pages/ReportPage.tsx:478
+#: src/components/pages/ReportPage.tsx:305
msgid "Provide your full legal name for the declaration."
msgstr "ระบุชื่อเต็มทางกฎหมายสำหรับการประกาศ"
@@ -14163,7 +14236,7 @@ msgstr "ตัดสมาชิกที่ไม่activeเป็นเวล
msgid "Public bot"
msgstr "บอตสาธารณะ"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:312
+#: src/components/modals/tabs/GiftInventoryTab.tsx:335
msgid "Purchase a Plutonium gift from the Plutonium tab to share with friends!"
msgstr "ซื้อของขวัญ Plutonium จากแท็บ Plutonium เพื่อแชร์กับเพื่อนๆ!"
@@ -14171,12 +14244,12 @@ msgstr "ซื้อของขวัญ Plutonium จากแท็บ Pluton
msgid "Purchase History"
msgstr "ประวัติการซื้อ"
-#: src/components/modals/components/plutonium/PricingSection.tsx:61
+#: src/components/modals/components/plutonium/PricingSection.tsx:67
msgid "Purchase mode"
msgstr "โหมดการซื้อ"
#. placeholder {0}: getFormattedShortDate(new Date(gift.created_at))
-#: src/components/modals/tabs/GiftInventoryTab.tsx:119
+#: src/components/modals/tabs/GiftInventoryTab.tsx:120
msgid "Purchased {0}"
msgstr "ซื้อแล้ว {0}"
@@ -14275,7 +14348,7 @@ msgstr "ปุ่มวิทยุเลือกได้เพียงตั
msgid "Radio Group"
msgstr "กลุ่มปุ่มวิทยุ"
-#: src/components/pages/ReportPage.tsx:300
+#: src/components/pages/report/optionDescriptors.ts:75
#: src/constants/IARConstants.tsx:180
msgid "Raid Coordination"
msgstr "การประสานงานบุก"
@@ -14310,7 +14383,7 @@ msgid "Reactions"
msgstr "ปฏิกิริยา"
#: src/components/layout/app-layout/nagbars/PremiumExpiredNagbar.tsx:77
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:284
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:320
msgid "Reactivate"
msgstr "เปิดใช้งานอีกครั้ง"
@@ -14323,15 +14396,15 @@ msgstr "อ่านข้อความย้อนหลัง"
msgid "Read the community's audit log of changes and moderation actions."
msgstr "อ่านบันทึกตรวจสอบของชุมชนเกี่ยวกับการเปลี่ยนแปลงและการจัดการ"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:146
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:160
msgid "Read the Documentation (fluxer.dev)"
msgstr "อ่านเอกสาร (fluxer.dev)"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:52
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:60
msgid "Ready to Buy a Gift?"
msgstr "พร้อมซื้อของขวัญแล้วหรือยัง?"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:52
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:60
msgid "Ready to Upgrade?"
msgstr "พร้อมอัปเกรดหรือยัง?"
@@ -14388,11 +14461,11 @@ msgstr "กำลังเชื่อมต่อใหม่…"
msgid "Record shortcut"
msgstr "บันทึกทางลัด"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:269
+#: src/components/modals/tabs/GiftInventoryTab.tsx:292
msgid "Redeem"
msgstr "แลก"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:232
+#: src/components/modals/tabs/GiftInventoryTab.tsx:255
msgid "Redeem a Gift"
msgstr "แลกของขวัญ"
@@ -14400,40 +14473,40 @@ msgstr "แลกของขวัญ"
msgid "Redeem Beta Code"
msgstr "แลกรหัสเบต้า"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:165
+#: src/components/modals/tabs/GiftInventoryTab.tsx:166
msgid "Redeem for Yourself"
msgstr "แลกให้ตัวเอง"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:255
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:281
msgid "Redeem Gift Code"
msgstr "แลกรหัสของขวัญ"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:238
+#: src/components/modals/tabs/GiftInventoryTab.tsx:261
msgid "Redeem gift code form"
msgstr "แบบฟอร์มแลกรหัสของขวัญ"
#. placeholder {0}: redeemedBetaCodes.length
-#: src/components/modals/tabs/BetaCodesTab.tsx:349
+#: src/components/modals/tabs/BetaCodesTab.tsx:374
msgid "Redeemed ({0})"
msgstr "แลกแล้ว ({0})"
#. placeholder {0}: getFormattedShortDate(new Date(gift.redeemed_at!))
-#: src/components/modals/tabs/GiftInventoryTab.tsx:117
+#: src/components/modals/tabs/GiftInventoryTab.tsx:118
msgid "Redeemed {0}"
msgstr "แลกเมื่อ {0}"
#. placeholder {0}: gift.redeemed_by.username
#. placeholder {1}: gift.redeemed_by.discriminator
-#: src/components/modals/tabs/GiftInventoryTab.tsx:153
+#: src/components/modals/tabs/GiftInventoryTab.tsx:154
msgid "Redeemed by {0}#{1}"
msgstr "แลกโดย {0}#{1}"
-#: src/components/modals/tabs/BetaCodesTab.tsx:54
+#: src/components/modals/tabs/BetaCodesTab.tsx:56
msgid "Redeemer"
msgstr "ผู้แลก"
-#: src/components/modals/tabs/BetaCodesTab.tsx:111
-#: src/components/modals/tabs/BetaCodesTab.tsx:188
+#: src/components/modals/tabs/BetaCodesTab.tsx:113
+#: src/components/modals/tabs/BetaCodesTab.tsx:190
msgid "Redeemer:"
msgstr "ผู้แลก:"
@@ -14526,7 +14599,7 @@ msgstr "ปุ่มปกติ"
msgid "Regular button clicked!"
msgstr "ปุ่มปกติถูกคลิก!"
-#: src/components/channel/channel-view/DMChannelView.tsx:298
+#: src/components/channel/channel-view/DMChannelView.tsx:299
#: src/components/voice/IncomingCallUI.tsx:310
msgid "Reject"
msgstr "ปฏิเสธ"
@@ -14624,19 +14697,19 @@ msgstr "ลบเสียงตอนเข้า"
msgid "Remove filter"
msgstr "ลบตัวกรอง"
-#: src/components/bottomsheets/DMBottomSheet.tsx:508
-#: src/components/channel/dm/DMWelcomeSection.tsx:132
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:144
+#: src/components/bottomsheets/DMBottomSheet.tsx:510
+#: src/components/channel/dm/DMWelcomeSection.tsx:144
#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:146
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:253
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:148
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:255
#: src/components/modals/UserProfileActionsSheet.tsx:115
#: src/components/modals/UserProfileActionsSheet.tsx:117
#: src/components/modals/UserProfileActionsSheet.tsx:278
-#: src/components/modals/UserProfileMobileSheet.tsx:302
-#: src/components/modals/UserProfileMobileSheet.tsx:304
+#: src/components/modals/UserProfileMobileSheet.tsx:303
+#: src/components/modals/UserProfileMobileSheet.tsx:305
#: src/components/modals/UserProfileModal.tsx:1143
-#: src/components/modals/UserProfileModal.tsx:1228
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:108
+#: src/components/modals/UserProfileModal.tsx:1229
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:129
#: src/utils/RelationshipActionUtils.tsx:113
#: src/utils/RelationshipActionUtils.tsx:115
msgid "Remove Friend"
@@ -14654,8 +14727,8 @@ msgid "Remove from favorites"
msgstr "เอาออกจากรายการโปรด"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:370
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1103
-#: src/components/bottomsheets/DMBottomSheet.tsx:400
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1127
+#: src/components/bottomsheets/DMBottomSheet.tsx:402
#: src/components/channel/ChannelHeader.tsx:547
#: src/components/channel/ChannelHeader.tsx:595
#: src/components/channel/ChannelHeader.tsx:600
@@ -14720,7 +14793,7 @@ msgstr "ลบสปอยเลอร์"
msgid "Remove sticker"
msgstr "ลบสติกเกอร์"
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:285
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:288
#: src/components/modals/RemoveTimeoutModal.tsx:61
#: src/components/modals/RemoveTimeoutModal.tsx:75
#: src/components/modals/TimeoutMemberSheet.tsx:101
@@ -14763,11 +14836,11 @@ msgid "Removed from bookmarks"
msgstr "เอาออกจากที่คั่นหน้าแล้ว"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:115
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:541
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:555
msgid "Removed from favorites"
msgstr "เอาออกจากรายการโปรดแล้ว"
-#: src/components/bottomsheets/DMBottomSheet.tsx:126
+#: src/components/bottomsheets/DMBottomSheet.tsx:128
msgid "Removed from Favorites"
msgstr "ลบออกจากรายการโปรด"
@@ -14891,7 +14964,7 @@ msgstr "เปลี่ยนชื่อชุมชนเป็น {0} แล
msgid "Render all your messages as unknown message type"
msgstr "เรนเดอร์ข้อความทั้งหมดของคุณเป็นประเภทข้อความที่ไม่รู้จัก"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:234
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:253
msgid "Renews on <0>{renewalDate}0>."
msgstr "ต่ออายุในวันที่ <0>{renewalDate}0>."
@@ -14932,15 +15005,15 @@ msgstr "ตอบกลับ"
msgid "Replying to <0>{authorNickname}0>"
msgstr "กำลังตอบ <0>{authorNickname}0>"
-#: src/components/pages/ReportPage.tsx:249
+#: src/components/pages/report/optionDescriptors.ts:38
msgid "Report a Community"
msgstr "รายงานชุมชน"
-#: src/components/pages/ReportPage.tsx:247
+#: src/components/pages/report/optionDescriptors.ts:36
msgid "Report a Message"
msgstr "รายงานข้อความ"
-#: src/components/pages/ReportPage.tsx:248
+#: src/components/pages/report/optionDescriptors.ts:37
msgid "Report a User Profile"
msgstr "รายงานโปรไฟล์ผู้ใช้"
@@ -14949,12 +15022,12 @@ msgstr "รายงานโปรไฟล์ผู้ใช้"
msgid "Report Community"
msgstr "รายงานชุมชน"
-#: src/components/pages/ReportPage.tsx:801
-msgid "Report Details"
+#: src/components/pages/report/ReportStepDetails.tsx:74
+msgid "Report details"
msgstr "รายละเอียดการรายงาน"
-#: src/components/pages/ReportPage.tsx:241
-#: src/components/pages/ReportPage.tsx:612
+#: src/components/pages/report/ReportStepSelection.tsx:41
+#: src/components/pages/ReportPage.tsx:60
msgid "Report Illegal Content"
msgstr "รายงานเนื้อหาผิดกฎหมาย"
@@ -14963,33 +15036,24 @@ msgstr "รายงานเนื้อหาผิดกฎหมาย"
msgid "Report Message"
msgstr "รายงานข้อความ"
-#: src/components/pages/ReportPage.tsx:588
-msgid "Report Submitted"
+#: src/components/pages/report/ReportStepComplete.tsx:36
+msgid "Report submitted"
msgstr "ส่งรายงานแล้ว"
#: src/components/modals/IARModal.tsx:128
msgid "Report submitted successfully. Our Safety Team will review it shortly."
msgstr "ส่งรายงานเรียบร้อย ทีมความปลอดภัยจะตรวจสอบในไม่ช้า"
-#: src/components/pages/ReportPage.tsx:624
-msgid "Report Type"
-msgstr "ประเภทการรายงาน"
-
#: src/components/modals/IARModal.tsx:84
#: src/components/modals/UserProfileActionsSheet.tsx:289
#: src/components/modals/UserProfileModal.tsx:1157
msgid "Report User"
msgstr "รายงานผู้ใช้"
-#: src/components/pages/ReportPage.tsx:852
+#: src/components/pages/report/ReportStepDetails.tsx:123
msgid "Reported User Tag (optional)"
msgstr "แท็กผู้ใช้ที่ถูกแจ้ง (ไม่บังคับ)"
-#: src/components/pages/ReportPage.tsx:644
-#: src/components/pages/ReportPage.tsx:804
-msgid "Reporting:"
-msgstr "การรายงาน:"
-
#: src/components/modals/tabs/PrivacySafetyTab/DataExportTab.tsx:48
#: src/components/modals/tabs/PrivacySafetyTab/DataExportTab.tsx:125
msgid "Request Data Export"
@@ -15050,7 +15114,7 @@ msgstr "ต้องมี Plutonium"
msgid "Reschedule Message"
msgstr "เปลี่ยนเวลาข้อความ"
-#: src/components/modals/ClaimAccountModal.tsx:222
+#: src/components/modals/ClaimAccountModal.tsx:224
#: src/components/modals/EmailChangeModal.tsx:230
#: src/components/modals/EmailChangeModal.tsx:294
msgid "Resend"
@@ -15064,7 +15128,11 @@ msgstr "ส่งใหม่ ({newSecondsRemaining}s)"
msgid "Resend ({originalSecondsRemaining}s)"
msgstr "ส่งใหม่ ({originalSecondsRemaining}s)"
-#: src/components/modals/ClaimAccountModal.tsx:222
+#: src/components/pages/report/ReportStepVerification.tsx:114
+msgid "Resend ({resendCooldownSeconds}s)"
+msgstr "ส่งใหม่ ({resendCooldownSeconds} วินาที)"
+
+#: src/components/modals/ClaimAccountModal.tsx:224
msgid "Resend ({resendSecondsRemaining}s)"
msgstr "ส่งใหม่ ({resendSecondsRemaining}s)"
@@ -15072,7 +15140,7 @@ msgstr "ส่งใหม่ ({resendSecondsRemaining}s)"
msgid "Resend Button Loading"
msgstr "ปุ่มส่งใหม่กำลังโหลด"
-#: src/components/pages/ReportPage.tsx:761
+#: src/components/pages/report/ReportStepVerification.tsx:116
msgid "Resend code"
msgstr "ส่งรหัสใหม่อีกครั้ง"
@@ -15097,7 +15165,7 @@ msgid "Resent"
msgstr "ส่งแล้ว"
#: src/components/keybinds/KeybindRecorder.tsx:215
-#: src/components/modals/components/MobileSettingsView.tsx:128
+#: src/components/modals/components/MobileSettingsView.tsx:123
#: src/components/modals/components/SettingsModalHeader.tsx:81
#: src/components/modals/ImageCropModal.tsx:977
#: src/components/modals/tabs/KeybindsTab.tsx:154
@@ -15173,8 +15241,8 @@ msgstr "คืนโหมดเต็มหน้าจอ"
msgid "Restore maximized"
msgstr "คืนโหมดขยายเต็มหน้าจอ"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:280
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:282
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:316
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:318
msgid "Resubscribe"
msgstr "สมัครรับใหม่"
@@ -15189,11 +15257,11 @@ msgstr "สมัครรับใหม่"
#: src/components/modals/guildTabs/GuildStickersTab.tsx:211
#: src/components/modals/guildTabs/GuildWebhooksTab.tsx:137
#: src/components/modals/tabs/ApplicationsTab/ApplicationDetail.tsx:559
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:108
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:112
#: src/components/modals/tabs/AuthorizedAppsTab.tsx:121
-#: src/components/modals/tabs/BetaCodesTab.tsx:301
+#: src/components/modals/tabs/BetaCodesTab.tsx:326
#: src/components/modals/tabs/DevicesTab.tsx:231
-#: src/components/modals/tabs/GiftInventoryTab.tsx:300
+#: src/components/modals/tabs/GiftInventoryTab.tsx:323
msgid "Retry"
msgstr "ลองอีกครั้ง"
@@ -15244,8 +15312,8 @@ msgstr "ตรวจสอบที่แอปขออนุญาตก่อ
#: src/components/invites/InviteListItem.tsx:217
#: src/components/modals/GroupInvitesBottomSheet.tsx:78
#: src/components/modals/GroupInvitesModal.tsx:76
-#: src/components/modals/tabs/BetaCodesTab.tsx:143
-#: src/components/modals/tabs/BetaCodesTab.tsx:220
+#: src/components/modals/tabs/BetaCodesTab.tsx:145
+#: src/components/modals/tabs/BetaCodesTab.tsx:222
msgid "Revoke"
msgstr "เพิกถอน"
@@ -15369,7 +15437,7 @@ msgstr "บทบาทและสิทธิ์"
msgid "Roles updated successfully"
msgstr "อัปเดตบทบาทเรียบร้อยแล้ว"
-#: src/components/pages/ReportPage.tsx:333
+#: src/components/pages/report/optionDescriptors.ts:105
msgid "Romania"
msgstr "โรมาเนีย"
@@ -15423,7 +15491,7 @@ msgstr "ความอิ่มตัว"
#: src/components/modals/AddFavoriteMemeModal.tsx:102
#: src/components/modals/AttachmentEditModal.tsx:90
#: src/components/modals/BaseChangeNicknameModal.tsx:115
-#: src/components/modals/components/MobileSettingsView.tsx:131
+#: src/components/modals/components/MobileSettingsView.tsx:126
#: src/components/modals/CustomStatusBottomSheet.tsx:231
#: src/components/modals/CustomStatusModal.tsx:362
#: src/components/modals/EditFavoriteMemeModal.tsx:88
@@ -15438,9 +15506,9 @@ msgstr "ความอิ่มตัว"
msgid "Save"
msgstr "บันทึก"
-#: src/components/modals/components/plutonium/GiftSection.tsx:72
-#: src/components/modals/components/plutonium/PricingSection.tsx:81
-#: src/components/modals/components/plutonium/PricingSection.tsx:104
+#: src/components/modals/components/plutonium/GiftSection.tsx:79
+#: src/components/modals/components/plutonium/PricingSection.tsx:91
+#: src/components/modals/components/plutonium/PricingSection.tsx:119
msgid "Save 17%"
msgstr "ประหยัด 17%"
@@ -15600,8 +15668,8 @@ msgstr "เลื่อนแชทลง"
msgid "Scroll Chat Up"
msgstr "เลื่อนแชทขึ้น"
-#: src/components/modals/components/plutonium/GiftSection.tsx:103
-#: src/components/modals/components/plutonium/PricingSection.tsx:138
+#: src/components/modals/components/plutonium/GiftSection.tsx:117
+#: src/components/modals/components/plutonium/PricingSection.tsx:160
msgid "Scroll down to view all the sweet perks you get with Plutonium"
msgstr "เลื่อนลงเพื่อดูสิทธิพิเศษทั้งหมดที่คุณจะได้รับกับ Plutonium"
@@ -15613,11 +15681,11 @@ msgstr "เลื่อนประวัติแชทลง"
msgid "Scroll the chat history up"
msgstr "เลื่อนประวัติแชทขึ้น"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:857
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:889
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:400
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:460
#: src/components/channel/ChannelHeader.tsx:586
-#: src/components/channel/shared/PickerSearchInput.tsx:204
+#: src/components/channel/shared/PickerSearchInput.tsx:203
#: src/components/modals/tabs/ComponentGalleryTab/InputsTab.tsx:126
#: src/stores/KeybindStore.ts:414
#: src/utils/quick-switcher/QuickSwitcherModalUtils.tsx:86
@@ -15674,7 +15742,7 @@ msgstr "ค้นหาแชนแนล คน หรือชุมชน"
#: src/components/common/FriendSelector.tsx:196
#: src/components/modals/AddFriendsToGroupModal.tsx:53
#: src/components/modals/CreateDMModal.tsx:68
-#: src/components/modals/InviteModal.tsx:237
+#: src/components/modals/InviteModal.tsx:248
#: src/components/modals/shared/RecipientList.tsx:177
#: src/components/modals/ShareThemeModal.tsx:144
msgid "Search friends"
@@ -15718,7 +15786,7 @@ msgstr "ค้นหารายการร้องขอที่ค้าง
msgid "Search Permissions..."
msgstr "ค้นหาการอนุญาต..."
-#: src/components/channel/ChannelSearchResults.tsx:321
+#: src/components/channel/ChannelSearchResults.tsx:278
#: src/components/modals/components/DesktopSettingsView.tsx:360
msgid "Search Results"
msgstr "ผลการค้นหา"
@@ -15737,7 +15805,7 @@ msgid "Search scope"
msgstr "ขอบเขตการค้นหา"
#. placeholder {0}: activeScopeOption.label
-#: src/components/channel/ChannelSearchResults.tsx:1052
+#: src/components/channel/ChannelSearchResults.tsx:1031
#: src/components/channel/MessageSearchBar/MessageSearchBar.tsx:378
msgid "Search scope: {0}"
msgstr "ขอบเขตการค้นหา: {0}"
@@ -15767,7 +15835,7 @@ msgstr "ค้นหาผู้ใช้"
msgid "Search within the current view"
msgstr "ค้นหาในมุมมองปัจจุบัน"
-#: src/components/channel/ChannelSearchResults.tsx:319
+#: src/components/channel/ChannelSearchResults.tsx:276
msgid "Searching..."
msgstr "กำลังค้นหา..."
@@ -15848,9 +15916,9 @@ msgstr "ดูว่าคำเชิญของคุณแสดงอย่
msgid "Select"
msgstr "เลือก"
-#: src/components/pages/ReportPage.tsx:261
-#: src/components/pages/ReportPage.tsx:280
-#: src/components/pages/ReportPage.tsx:294
+#: src/components/pages/report/optionDescriptors.ts:42
+#: src/components/pages/report/optionDescriptors.ts:58
+#: src/components/pages/report/optionDescriptors.ts:69
msgid "Select a category"
msgstr "เลือกหมวดหมู่"
@@ -15871,7 +15939,7 @@ msgstr "เลือกชุมชน"
msgid "Select a community where you have <0>Manage Community0> permissions."
msgstr "เลือกชุมชนที่คุณมีสิทธิ์ <0>จัดการชุมชน0>"
-#: src/components/pages/ReportPage.tsx:310
+#: src/components/pages/report/optionDescriptors.ts:82
msgid "Select a country"
msgstr "เลือกประเทศ"
@@ -15887,7 +15955,7 @@ msgstr "เลือกสถานการณ์ที่จะใช้..."
msgid "Select a verification method."
msgstr "เลือกวิธีการตรวจสอบตัวตน"
-#: src/components/pages/ReportPage.tsx:473
+#: src/components/pages/ReportPage.tsx:300
msgid "Select a violation category."
msgstr "เลือกหมวดหมู่การละเมิด"
@@ -15958,11 +16026,15 @@ msgstr "เลือกหน้าจอหรือหน้าต่าง"
msgid "Select the account you want to sign in with on the desktop app."
msgstr "เลือกบัญชีที่คุณต้องการเข้าสู่ระบบในแอปเดสก์ท็อป"
+#: src/components/pages/report/ReportStepSelection.tsx:44
+msgid "Select what you want to report."
+msgstr "เลือกสิ่งที่คุณต้องการรายงาน"
+
#: src/components/modals/utils/settingsSearchIndex.ts:460
msgid "Select your camera"
msgstr "เลือกกล้องของคุณ"
-#: src/components/pages/ReportPage.tsx:483
+#: src/components/pages/ReportPage.tsx:310
msgid "Select your country of residence."
msgstr "เลือกประเทศที่คุณอาศัยอยู่"
@@ -15986,7 +16058,7 @@ msgstr "เลือก..."
msgid "Selections"
msgstr "การเลือก"
-#: src/components/pages/ReportPage.tsx:269
+#: src/components/pages/report/optionDescriptors.ts:50
#: src/constants/IARConstants.tsx:67
msgid "Self-Harm or Suicide"
msgstr "การทำร้ายตัวเองหรือการฆ่าตัวตาย"
@@ -16035,7 +16107,7 @@ msgstr "ส่งข้อความแอ็กชัน (ห่อด้ว
msgid "Send an SMS code first."
msgstr "ส่งรหัส SMS ก่อน"
-#: src/components/modals/ClaimAccountModal.tsx:182
+#: src/components/modals/ClaimAccountModal.tsx:184
#: src/components/modals/EmailChangeModal.tsx:265
#: src/components/modals/PhoneAddModal.tsx:206
msgid "Send code"
@@ -16045,9 +16117,9 @@ msgstr "ส่งรหัส"
msgid "Send Code"
msgstr "ส่งรหัส"
-#: src/components/channel/dm/DMWelcomeSection.tsx:109
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:269
-#: src/components/modals/UserProfileModal.tsx:1288
+#: src/components/channel/dm/DMWelcomeSection.tsx:112
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:272
+#: src/components/modals/UserProfileModal.tsx:1290
msgid "Send Friend Request"
msgstr "ส่งคำขอเป็นเพื่อน"
@@ -16073,7 +16145,7 @@ msgstr "ส่งข้อความ"
msgid "Send Messages"
msgstr "ส่งข้อความ"
-#: src/components/channel/dm/AddFriendForm.tsx:119
+#: src/components/channel/dm/AddFriendForm.tsx:142
msgid "Send Request"
msgstr "ส่งคำขอ"
@@ -16097,11 +16169,11 @@ msgstr "ส่งข้อความแปลงเป็นเสียง"
msgid "Send TTS Messages"
msgstr "ส่งข้อความ TTS"
-#: src/components/pages/ReportPage.tsx:676
+#: src/components/pages/report/ReportStepEmail.tsx:92
msgid "Send Verification Code"
msgstr "ส่งรหัสยืนยัน"
-#: src/components/modals/InviteModal.tsx:258
+#: src/components/modals/InviteModal.tsx:268
#: src/components/modals/shared/RecipientList.tsx:223
#: src/components/modals/ShareThemeModal.tsx:162
msgid "Sent"
@@ -16128,7 +16200,7 @@ msgstr "เซสชันหมดอายุแล้ว โปรดเข
msgid "Set a custom invite URL for your community."
msgstr "ตั้งค่า URL คำเชิญแบบกำหนดเองสำหรับชุมชนของคุณ"
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:401
+#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:361
#: src/components/modals/StatusChangeBottomSheet.tsx:171
#: src/components/popouts/UserAreaPopout.tsx:444
msgid "Set a custom status"
@@ -16336,7 +16408,7 @@ msgid "Set your timezone"
msgstr "ตั้งค่าเขตเวลาของคุณ"
#: src/components/bottomsheets/VoiceLobbyBottomSheet.tsx:220
-#: src/components/modals/components/MobileSettingsView.tsx:531
+#: src/components/modals/components/MobileSettingsView.tsx:485
#: src/components/modals/tabs/ComponentGalleryTab/ButtonsTab.tsx:150
#: src/components/modals/tabs/ComponentGalleryTab/ButtonsTab.tsx:221
#: src/components/modals/tabs/ComponentGalleryTab/index.tsx:94
@@ -16383,7 +16455,11 @@ msgstr "การแชร์!"
msgid "Share Audio"
msgstr "แชร์เสียง"
-#: src/components/modals/components/plutonium/GiftSection.tsx:63
+#: src/components/pages/report/ReportStepDetails.tsx:77
+msgid "Share only what's needed to help our team assess the content."
+msgstr "แชร์เฉพาะสิ่งที่จำเป็นเพื่อช่วยทีมของเราในการประเมินเนื้อหา"
+
+#: src/components/modals/components/plutonium/GiftSection.tsx:69
msgid "Share the Plutonium experience with your friends by purchasing a gift subscription."
msgstr "แบ่งปันประสบการณ์ Plutonium กับเพื่อนของคุณโดยการซื้อสมาชิกของขวัญ"
@@ -16417,7 +16493,7 @@ msgstr "แชร์ธีมของคุณ"
msgid "Shared theme"
msgstr "ธีมที่แชร์แล้ว"
-#: src/components/pages/ReportPage.tsx:268
+#: src/components/pages/report/optionDescriptors.ts:49
#: src/constants/IARConstants.tsx:62
msgid "Sharing Personal Information"
msgstr "การแชร์ข้อมูลส่วนบุคคล"
@@ -16797,11 +16873,11 @@ msgstr "สไลเดอร์ที่มีค่าขั้น"
msgid "Sliders"
msgstr "สไลเดอร์"
-#: src/components/pages/ReportPage.tsx:334
+#: src/components/pages/report/optionDescriptors.ts:106
msgid "Slovakia"
msgstr "สโลวาเกีย"
-#: src/components/pages/ReportPage.tsx:335
+#: src/components/pages/report/optionDescriptors.ts:107
msgid "Slovenia"
msgstr "สโลวีเนีย"
@@ -16952,7 +17028,8 @@ msgstr "เกิดข้อผิดพลาดและแอปขัดข
msgid "Something went wrong while loading the audit log."
msgstr "เกิดข้อผิดพลาดขณะโหลดบันทึกการตรวจสอบ"
-#: src/components/pages/ReportPage.tsx:563
+#: src/components/pages/ReportPage.tsx:103
+#: src/components/pages/ReportPage.tsx:395
msgid "Something went wrong while submitting the report. Please try again."
msgstr "เกิดข้อผิดพลาดขณะส่งรายงาน กรุณาลองใหม่"
@@ -16969,7 +17046,7 @@ msgid "Sort"
msgstr "เรียงลำดับ"
#. placeholder {0}: activeSortOption.label
-#: src/components/channel/ChannelSearchResults.tsx:1063
+#: src/components/channel/ChannelSearchResults.tsx:1042
msgid "Sort mode: {0}"
msgstr "โหมดเรียงลำดับ: {0}"
@@ -17008,21 +17085,21 @@ msgstr "ช่องว่างระหว่างกลุ่มข้อค
msgid "Spacious layout with clear visual separation between messages."
msgstr "เลย์เอาต์กว้างขวางพร้อมการแยกข้อความที่ชัดเจน"
-#: src/components/pages/ReportPage.tsx:336
+#: src/components/pages/report/optionDescriptors.ts:108
msgid "Spain"
msgstr "สเปน"
-#: src/components/pages/ReportPage.tsx:283
+#: src/components/pages/report/optionDescriptors.ts:61
#: src/constants/IARConstants.tsx:119
msgid "Spam Account"
msgstr "บัญชีสแปม"
-#: src/components/pages/ReportPage.tsx:265
+#: src/components/pages/report/optionDescriptors.ts:46
#: src/constants/IARConstants.tsx:47
msgid "Spam or Scam"
msgstr "สแปมหรือหลอกลวง"
-#: src/components/pages/ReportPage.tsx:301
+#: src/components/pages/report/optionDescriptors.ts:76
#: src/constants/IARConstants.tsx:185
msgid "Spam or Scam Community"
msgstr "คอมมูนิตี้สแปมหรือหลอกลวง"
@@ -17141,9 +17218,9 @@ msgstr "เริ่มจัดชุดอีโมจิที่ปรับ
msgid "Start Mic Test"
msgstr "เริ่มทดสอบไมค์"
-#: src/components/pages/ReportPage.tsx:687
-#: src/components/pages/ReportPage.tsx:771
-#: src/components/pages/ReportPage.tsx:964
+#: src/components/pages/report/ReportStepDetails.tsx:252
+#: src/components/pages/report/ReportStepEmail.tsx:103
+#: src/components/pages/report/ReportStepVerification.tsx:132
msgid "Start over"
msgstr "เริ่มใหม่"
@@ -17151,13 +17228,13 @@ msgstr "เริ่มใหม่"
msgid "Start Sharing"
msgstr "เริ่มแชร์"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:122
+#: src/components/channel/ChannelHeader/CallButtons.tsx:160
#: src/components/modals/UserProfileModal.tsx:1109
#: src/components/uikit/ContextMenu/items/CallMenuItems.tsx:91
msgid "Start Video Call"
msgstr "เริ่มวิดีโอคอล"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:70
+#: src/components/channel/ChannelHeader/CallButtons.tsx:90
#: src/components/modals/UserProfileModal.tsx:1100
#: src/components/uikit/ContextMenu/items/CallMenuItems.tsx:60
msgid "Start Voice Call"
@@ -17182,9 +17259,21 @@ msgstr "ตัวบ่งชี้สถานะ"
msgid "Status Slate"
msgstr "แผ่นสถานะ"
-#: src/components/pages/ReportPage.tsx:574
-msgid "Step {stepNumber} of {FLOW_TOTAL_STEPS}"
-msgstr "ขั้นตอนที่ {stepNumber} จาก {FLOW_TOTAL_STEPS}"
+#: src/components/pages/report/ReportStepSelection.tsx:38
+msgid "Step 1"
+msgstr "ขั้นตอนที่ 1"
+
+#: src/components/pages/report/ReportStepEmail.tsx:51
+msgid "Step 2"
+msgstr "ขั้นตอนที่ 2"
+
+#: src/components/pages/report/ReportStepVerification.tsx:61
+msgid "Step 3"
+msgstr "ขั้นตอนที่ 3"
+
+#: src/components/pages/report/ReportStepDetails.tsx:71
+msgid "Step 4"
+msgstr "ขั้นตอนที่ 4"
#: src/utils/SystemMessageUtils.tsx:45
msgid "Step in, {username}! No paradoxes here; we're all friends."
@@ -17229,7 +17318,7 @@ msgid "Sticker density"
msgstr "ความหนาแน่นของสติกเกอร์"
#: src/components/auth/InviteHeader.tsx:140
-#: src/components/channel/InviteEmbed.tsx:197
+#: src/components/channel/InviteEmbed.tsx:199
#: src/components/modals/InviteAcceptModal.tsx:142
#: src/components/modals/tabs/ExpressionPacksTab.tsx:70
msgid "Sticker pack"
@@ -17261,7 +17350,7 @@ msgstr "อัปเดตสติกเกอร์แล้ว"
#: src/components/channel/AutocompleteEmoji.tsx:111
#: src/components/channel/textarea/TextareaButtons.tsx:134
-#: src/components/modals/ExpressionPickerSheet.tsx:86
+#: src/components/modals/ExpressionPickerSheet.tsx:73
#: src/components/popouts/ExpressionPickerPopout.tsx:79
msgid "Stickers"
msgstr "สติกเกอร์"
@@ -17330,11 +17419,11 @@ msgstr "ห้องเรียนรวม"
msgid "Style Variations"
msgstr "ความหลากหลายของสไตล์"
-#: src/components/pages/ReportPage.tsx:601
+#: src/components/pages/report/ReportStepComplete.tsx:41
msgid "Submit another report"
msgstr "ส่งรายงานอีกอัน"
-#: src/components/pages/ReportPage.tsx:958
+#: src/components/pages/report/ReportStepDetails.tsx:240
msgid "Submit DSA Report"
msgstr "ส่งรายงาน DSA"
@@ -17346,7 +17435,7 @@ msgstr "ส่งรายงาน"
msgid "Submitting"
msgstr "กำลังส่ง"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:53
+#: src/components/modals/components/plutonium/VisionarySection.tsx:58
msgid "subscription"
msgstr "การสมัครสมาชิก"
@@ -17464,7 +17553,7 @@ msgstr "ปิดการฝัง"
msgid "Swap text to reverify variants"
msgstr "เปลี่ยนข้อความเพื่อตรวจสอบตัวเลือกอีกครั้ง"
-#: src/components/pages/ReportPage.tsx:337
+#: src/components/pages/report/optionDescriptors.ts:109
msgid "Sweden"
msgstr "สวีเดน"
@@ -17476,7 +17565,7 @@ msgstr "ภาษาสวีเดน"
msgid "Switch account"
msgstr "สลับบัญชี"
-#: src/components/popouts/UserAreaPopout.tsx:497
+#: src/components/popouts/UserAreaPopout.tsx:499
msgid "Switch Accounts"
msgstr "สลับบัญชี"
@@ -17649,8 +17738,8 @@ msgstr "ข้อความ (ไม่เหมาะสม)"
msgid "Text channel"
msgstr "ช่องข้อความ"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:473
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:662
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:487
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:676
#: src/components/channel/channel-header/useChannelHeaderData.ts:96
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:314
msgid "Text Channel"
@@ -17677,19 +17766,19 @@ msgstr "กล่องข้อความ"
msgid "Thai"
msgstr "ภาษาไทย"
-#: src/components/pages/ReportPage.tsx:589
-msgid "Thank you for filing a report. We'll review it as soon as possible."
-msgstr "ขอบคุณที่ส่งรายงาน เราจะตรวจสอบโดยเร็วที่สุด"
-
#: src/components/modals/IARModal.tsx:187
msgid "Thank you for helping keep Fluxer safe. Reports are reviewed by our Safety Team. False reports may result in action against your account."
msgstr "ขอบคุณที่ช่วยให้ Fluxer ปลอดภัย รายงานจะได้รับการตรวจสอบโดยทีมความปลอดภัย รายงานเท็จอาจทำให้บัญชีของคุณถูกดำเนินการ"
+#: src/components/pages/report/ReportStepComplete.tsx:37
+msgid "Thank you for helping keep Fluxer safe. We'll review your report as soon as possible."
+msgstr "ขอบคุณที่ช่วยให้ Fluxer ปลอดภัย เราจะตรวจสอบรายงานของคุณโดยเร็วที่สุด"
+
#: src/components/form/ColorPickerField.tsx:274
msgid "That doesn't look like a valid color. Try hex, rgb(), hsl(), or a CSS color name."
msgstr "นั่นไม่เหมือนสีที่ถูกต้อง ลองใช้แบบ hex, rgb(), hsl() หรือชื่อสี CSS"
-#: src/components/pages/ReportPage.tsx:846
+#: src/components/pages/report/ReportStepDetails.tsx:117
msgid "That doesn't look like a valid URL."
msgstr "นั่นไม่ดูเหมือน URL ที่ถูกต้อง"
@@ -17733,8 +17822,8 @@ msgstr "บอทถูกเพิ่มแล้ว"
msgid "The channel you're looking for may have been deleted or you may not have access to it."
msgstr "ช่องที่คุณค้นหาอาจถูกลบหรือคุณอาจไม่มีสิทธิ์เข้าถึง"
-#: src/components/layout/GuildLayout.tsx:308
-#: src/components/layout/GuildLayout.tsx:371
+#: src/components/layout/GuildLayout.tsx:313
+#: src/components/layout/GuildLayout.tsx:376
msgid "The community you're looking for may have been deleted or you may not have access to it."
msgstr "ชุมชนที่คุณค้นหาอาจถูกลบหรือคุณอาจไม่มีสิทธิ์เข้าถึง"
@@ -17795,7 +17884,7 @@ msgstr "ระยะเวลา timeout ไม่สามารถเกิน
msgid "The URL this link channel points to."
msgstr "URL ที่ช่องลิงก์นี้ชี้ไป"
-#: src/components/pages/ReportPage.tsx:452
+#: src/components/pages/ReportPage.tsx:277
msgid "The verification code is invalid or expired."
msgstr "รหัสยืนยันไม่ถูกต้องหรือหมดอายุแล้ว"
@@ -17869,7 +17958,7 @@ msgstr "การตั้งค่าเหล่านี้ใช้การ
msgid "These toggles force the client to treat features as enabled or disabled without relying on the server configuration. They only affect your client experience and are shown to developers for testing."
msgstr "สวิตช์เหล่านี้บังคับให้ไคลเอนต์ถือว่าฟีเจอร์เปิดหรือปิดโดยไม่อิงการตั้งค่าจากเซิร์ฟเวอร์ มีผลแค่ประสบการณ์ของคุณเท่านั้นและแสดงให้ผู้พัฒนาเห็นเพื่อทดสอบ"
-#: src/components/channel/channel-view/DMChannelView.tsx:356
+#: src/components/channel/channel-view/DMChannelView.tsx:357
msgid "They might have taken the DeLorean elsewhere."
msgstr "พวกเขาอาจพา DeLorean ไปที่อื่นแล้ว"
@@ -17877,7 +17966,7 @@ msgstr "พวกเขาอาจพา DeLorean ไปที่อื่น
msgid "they/them"
msgstr "พวกเขา/ของพวกเขา"
-#: src/components/channel/channel-view/DMChannelView.tsx:342
+#: src/components/channel/channel-view/DMChannelView.tsx:343
msgid "Think, McFly! Did you type the right address?"
msgstr "คิดให้ดี McFly! คุณพิมพ์ที่อยู่ถูกต้องหรือยัง?"
@@ -17979,7 +18068,7 @@ msgstr "ชุมชนนี้ได้ปิดการเชิญชั่
msgid "This community requires you to verify your account before joining. Please set an email and password for your account."
msgstr "ชุมชนนี้ต้องให้คุณยืนยันบัญชีก่อนเข้าร่วม กรุณาตั้งอีเมลและรหัสผ่าน"
-#: src/components/channel/channel-view/DMChannelView.tsx:339
+#: src/components/channel/channel-view/DMChannelView.tsx:340
msgid "This conversation has been erased"
msgstr "บทสนทนานี้ถูกลบแล้ว"
@@ -18008,8 +18097,8 @@ msgstr "โค้ดของขวัญนี้ถูกเคลมแล้
msgid "This gift code has already been redeemed."
msgstr "โค้ดของขวัญนี้ถูกใช้แลกไปแล้ว"
-#: src/components/channel/GiftEmbed.tsx:148
-#: src/components/modals/GiftAcceptModal.tsx:92
+#: src/components/channel/GiftEmbed.tsx:159
+#: src/components/modals/GiftAcceptModal.tsx:99
msgid "This gift code is invalid or already claimed."
msgstr "โค้ดของขวัญนี้ไม่ถูกต้องหรือถูกเคลมแล้ว"
@@ -18022,11 +18111,11 @@ msgstr "โค้ดของขวัญนี้ไม่ถูกต้อง
msgid "This gift code may be invalid, expired, or already redeemed."
msgstr "โค้ดของขวัญนี้อาจไม่ถูกต้อง หมดอายุ หรือถูกใช้แลกแล้ว"
-#: src/components/modals/GiftAcceptModal.tsx:118
+#: src/components/modals/GiftAcceptModal.tsx:125
msgid "This gift has already been claimed."
msgstr "ของขวัญนี้ถูกเคลมแล้ว"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:157
+#: src/components/modals/tabs/GiftInventoryTab.tsx:158
msgid "This gift has been redeemed"
msgstr "ของขวัญนี้ถูกแลกแล้ว"
@@ -18044,7 +18133,7 @@ msgstr "คำเชิญนี้หมดอายุใน {0}"
msgid "This invite has unlimited uses."
msgstr "คำเชิญนี้ใช้ได้ไม่จำกัด"
-#: src/components/modals/InviteModal.tsx:321
+#: src/components/modals/InviteModal.tsx:318
msgid "This invite link never expires."
msgstr "ลิงก์เชิญนี้ไม่มีวันหมดอายุ"
@@ -18059,23 +18148,19 @@ msgstr "คำเชิญนี้อาจหมดอายุหรือถ
msgid "This invite never expires."
msgstr "คำเชิญนี้ไม่มีวันหมดอายุ"
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:170
-#: src/components/emojis/EmojiInfoContent.tsx:79
+#: src/components/emojis/EmojiAttributionSubtext.tsx:130
msgid "This is a custom emoji from"
msgstr "นี่คืออีโมจิกำหนดเองจาก"
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:160
-#: src/components/emojis/EmojiInfoContent.tsx:68
+#: src/components/emojis/EmojiAttributionSubtext.tsx:121
msgid "This is a custom emoji from a community."
msgstr "นี่คืออีโมจิกำหนดเองจากชุมชน"
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:150
-#: src/components/emojis/EmojiInfoContent.tsx:56
+#: src/components/emojis/EmojiAttributionSubtext.tsx:111
msgid "This is a custom emoji from a community. Ask the author for an invite to use this emoji."
msgstr "นี่คืออีโมจิกำหนดเองจากชุมชน ขอคำเชิญจากผู้สร้างเพื่อใช้อีโมจินี้"
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:138
-#: src/components/emojis/EmojiInfoContent.tsx:43
+#: src/components/emojis/EmojiAttributionSubtext.tsx:101
msgid "This is a default emoji on Fluxer."
msgstr "นี่คืออีโมจิพื้นฐานบน Fluxer"
@@ -18095,8 +18180,8 @@ msgstr "นี่คือวิธีการแสดงข้อความ
msgid "This is not the channel you're looking for."
msgstr "นี่ไม่ใช่ช่องที่คุณกำลังหา"
-#: src/components/layout/GuildLayout.tsx:307
-#: src/components/layout/GuildLayout.tsx:370
+#: src/components/layout/GuildLayout.tsx:312
+#: src/components/layout/GuildLayout.tsx:375
msgid "This is not the community you're looking for."
msgstr "นี่ไม่ใช่ชุมชนที่คุณกำลังหา"
@@ -18113,7 +18198,7 @@ msgid "This is the beginning of <0>{displayName}0>. Add friends to start a con
msgstr "นี่คือจุดเริ่มต้นของ <0>{displayName}0> เพิ่มเพื่อนเพื่อเริ่มการสนทนา!"
#. placeholder {0}: user.username
-#: src/components/channel/dm/DMWelcomeSection.tsx:182
+#: src/components/channel/dm/DMWelcomeSection.tsx:194
msgid "This is the beginning of your direct message history with <0>{0}0>."
msgstr "นี่คือจุดเริ่มต้นของประวัติข้อความส่วนตัวกับ <0>{0}0>"
@@ -18194,7 +18279,7 @@ msgstr "ลิงก์ธีมนี้ขาดข้อมูล"
msgid "This theme may have been removed or the link is invalid."
msgstr "ธีมนี้อาจถูกลบหรือลิงก์ไม่ถูกต้อง"
-#: src/components/channel/dm/AddFriendForm.tsx:62
+#: src/components/channel/dm/AddFriendForm.tsx:85
msgid "This user has restricted who can send them friend requests."
msgstr "ผู้ใช้นี้จำกัดว่าใครสามารถส่งคำขอเป็นเพื่อนได้"
@@ -18216,8 +18301,8 @@ msgid "This was a @silent message."
msgstr "ข้อความนี้เป็น @silent"
#: src/actions/MessageActionCreators.tsx:392
-#: src/components/channel/Messages.tsx:442
-#: src/components/channel/Messages.tsx:522
+#: src/components/channel/Messages.tsx:440
+#: src/components/channel/Messages.tsx:520
msgid "This will create a rift in the space-time continuum and cannot be undone."
msgstr "สิ่งนี้จะสร้างรอยแยกในมิติเวลาและไม่สามารถย้อนกลับได้"
@@ -18283,7 +18368,7 @@ msgstr "เวลา: {currentFormatted} จาก {durationFormatted}"
msgid "Timed out until {0}."
msgstr "หมดเวลาไปจนถึง {0}"
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:285
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:288
#: src/components/modals/TimeoutMemberModal.tsx:207
#: src/components/modals/TimeoutMemberSheet.tsx:90
#: src/components/uikit/ContextMenu/items/GuildMemberMenuItems.tsx:272
@@ -18570,7 +18655,7 @@ msgstr "จริงหรือเท็จ"
msgid "Try a different name or use @ / # / ! / * prefixes to filter results."
msgstr "ลองใช้ชื่ออื่นหรือลองใส่ @ / # / ! / * ข้างหน้าเพื่อกรองผล"
-#: src/components/channel/ChannelSearchResults.tsx:710
+#: src/components/channel/ChannelSearchResults.tsx:679
msgid "Try a different search query"
msgstr "ลองค้นหาใหม่"
@@ -18585,13 +18670,13 @@ msgid "Try a different search term or filter"
msgstr "ลองคำค้นหา/ตัวกรองอื่น"
#: src/components/auth/HandoffCodeDisplay.tsx:67
-#: src/components/channel/Messages.tsx:939
+#: src/components/channel/Messages.tsx:937
msgid "Try again"
msgstr "ลองอีกครั้ง"
#: src/components/BootstrapErrorScreen.tsx:68
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:301
-#: src/components/channel/ChannelSearchResults.tsx:694
+#: src/components/channel/ChannelSearchResults.tsx:663
#: src/components/modals/channelTabs/ChannelInvitesTab.tsx:148
#: src/components/modals/channelTabs/ChannelWebhooksTab.tsx:159
#: src/components/NetworkErrorScreen.tsx:56
@@ -18612,7 +18697,7 @@ msgstr "ลองชื่ออื่นหรือตรวจคำสะก
msgid "Try another search term"
msgstr "ลองคำค้นหาอื่น"
-#: src/components/channel/InviteEmbed.tsx:359
+#: src/components/channel/InviteEmbed.tsx:361
msgid "Try asking for a new invite."
msgstr "ลองขอคำเชิญใหม่"
@@ -18802,7 +18887,7 @@ msgstr "ไม่สามารถติดตั้งชุดสติกเ
msgid "Unable to load activity logs"
msgstr "ไม่สามารถโหลดบันทึกกิจกรรมได้"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:104
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:108
msgid "Unable to load applications"
msgstr "ไม่สามารถโหลดแอปพลิเคชันได้"
@@ -18814,7 +18899,7 @@ msgstr "ไม่สามารถโหลดข้อมูลชุดได
msgid "Unable to prepare any emojis for upload. The following errors occurred:"
msgstr "ไม่สามารถเตรียมอิโมจิสำหรับอัปโหลดได้ เกิดข้อผิดพลาดดังต่อไปนี้:"
-#: src/components/modals/ClaimAccountModal.tsx:125
+#: src/components/modals/ClaimAccountModal.tsx:127
#: src/components/modals/EmailChangeModal.tsx:122
#: src/components/modals/EmailChangeModal.tsx:152
msgid "Unable to resend code right now"
@@ -18824,7 +18909,7 @@ msgstr "ตอนนี้ไม่สามารถส่งรหัสอี
msgid "Unable to send code to new email"
msgstr "ไม่สามารถส่งรหัสไปยังอีเมลใหม่ได้"
-#: src/components/channel/dm/AddFriendForm.tsx:76
+#: src/components/channel/dm/AddFriendForm.tsx:99
msgid "Unable to send friend request. Please try again."
msgstr "ไม่สามารถส่งคำขอเป็นเพื่อนได้ กรุณาลองใหม่"
@@ -18844,17 +18929,17 @@ msgstr "ไม่พร้อมใช้งานสำหรับทุกค
msgid "Unavailable for everyone but staff"
msgstr "ไม่พร้อมใช้งานสำหรับทุกคนยกเว้นเจ้าหน้าที่"
-#: src/components/bottomsheets/DMBottomSheet.tsx:532
+#: src/components/bottomsheets/DMBottomSheet.tsx:535
#: src/components/channel/barriers/BarrierComponents.tsx:221
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:180
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:335
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:182
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:338
#: src/components/modals/tabs/BlockedUsersTab.tsx:58
#: src/components/modals/tabs/BlockedUsersTab.tsx:171
#: src/components/modals/UserProfileActionsSheet.tsx:151
#: src/components/modals/UserProfileActionsSheet.tsx:305
-#: src/components/modals/UserProfileMobileSheet.tsx:320
+#: src/components/modals/UserProfileMobileSheet.tsx:321
#: src/components/modals/UserProfileModal.tsx:1049
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:209
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:230
#: src/utils/RelationshipActionUtils.tsx:169
msgid "Unblock"
msgstr "ปลดบล็อก"
@@ -18863,11 +18948,11 @@ msgstr "ปลดบล็อก"
msgid "Unblock this user before sending a friend request."
msgstr "ปลดบล็อกผู้ใช้รายนี้ก่อนส่งคำขอเป็นเพื่อน"
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:178
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:180
#: src/components/modals/tabs/BlockedUsersTab.tsx:56
#: src/components/modals/UserProfileActionsSheet.tsx:149
-#: src/components/modals/UserProfileMobileSheet.tsx:318
-#: src/components/modals/UserProfileModal.tsx:1243
+#: src/components/modals/UserProfileMobileSheet.tsx:319
+#: src/components/modals/UserProfileModal.tsx:1244
#: src/utils/RelationshipActionUtils.tsx:167
msgid "Unblock User"
msgstr "ปลดบล็อกผู้ใช้"
@@ -18878,17 +18963,17 @@ msgstr "ปลดบล็อกผู้ใช้"
msgid "Uncategorized"
msgstr "ไม่ได้จัดหมวดหมู่"
-#: src/components/modals/tabs/BetaCodesTab.tsx:127
-#: src/components/modals/tabs/BetaCodesTab.tsx:204
+#: src/components/modals/tabs/BetaCodesTab.tsx:129
+#: src/components/modals/tabs/BetaCodesTab.tsx:206
msgid "Unclaimed"
msgstr "ยังไม่ได้อ้างสิทธิ์"
#. placeholder {0}: unclaimedBetaCodes.length
-#: src/components/modals/tabs/BetaCodesTab.tsx:333
+#: src/components/modals/tabs/BetaCodesTab.tsx:358
msgid "Unclaimed ({0})"
msgstr "ยังไม่ได้อ้างสิทธิ์ ({0})"
-#: src/components/modals/components/UnclaimedAccountAlert.tsx:31
+#: src/components/modals/components/UnclaimedAccountAlert.tsx:29
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:51
msgid "Unclaimed Account"
msgstr "บัญชีที่ยังไม่ได้อ้างสิทธิ์"
@@ -18922,7 +19007,7 @@ msgstr "เปิดเสียงหูทุกอุปกรณ์"
msgid "Undeafen User"
msgstr "เปิดเสียงหูผู้ใช้"
-#: src/components/pages/ReportPage.tsx:285
+#: src/components/pages/report/optionDescriptors.ts:63
#: src/constants/IARConstants.tsx:129
msgid "Underage User"
msgstr "ผู้ใช้ยังไม่บรรลุนิติภาวะ"
@@ -18981,7 +19066,7 @@ msgstr "ยกเลิกโฟกัส"
msgid "Unique invite"
msgstr "คำเชิญเฉพาะตัว"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:79
+#: src/components/modals/components/plutonium/VisionarySection.tsx:88
msgid "Unique profile badge"
msgstr "ตราประจำตัวเฉพาะ"
@@ -19035,12 +19120,12 @@ msgstr "เอนทิตีไม่รู้จัก"
msgid "Unknown error"
msgstr "ข้อผิดพลาดไม่ทราบสาเหตุ"
-#: src/components/channel/GiftEmbed.tsx:147
-#: src/components/modals/GiftAcceptModal.tsx:91
+#: src/components/channel/GiftEmbed.tsx:158
+#: src/components/modals/GiftAcceptModal.tsx:98
msgid "Unknown Gift"
msgstr "ของขวัญไม่รู้จัก"
-#: src/components/channel/InviteEmbed.tsx:357
+#: src/components/channel/InviteEmbed.tsx:359
msgid "Unknown Invite"
msgstr "คำเชิญไม่รู้จัก"
@@ -19113,7 +19198,7 @@ msgstr "ปลดล็อกแชร์หน้าจอ HD ด้วย Plut
msgid "Unlock HD Video with Plutonium"
msgstr "ปลดล็อกวิดีโอ HD ด้วย Plutonium"
-#: src/components/modals/components/PlutoniumContent.tsx:185
+#: src/components/modals/components/PlutoniumContent.tsx:196
msgid "Unlock higher limits and exclusive features while supporting an independent communication platform."
msgstr "ปลดล็อกขีดจำกัดที่สูงขึ้นและฟีเจอร์พิเศษพร้อมสนับสนุนแพลตฟอร์มการสื่อสารอิสระ"
@@ -19126,9 +19211,9 @@ msgid "Unlock stickers in DMs with Plutonium"
msgstr "ปลดล็อกสติกเกอร์ใน DM ด้วย Plutonium"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:467
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:850
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1044
-#: src/components/bottomsheets/DMBottomSheet.tsx:645
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:882
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1068
+#: src/components/bottomsheets/DMBottomSheet.tsx:648
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:321
#: src/components/bottomsheets/VoiceLobbyBottomSheet.tsx:179
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:253
@@ -19154,7 +19239,7 @@ msgstr "เปิดเสียงหมวดหมู่"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:400
#: src/components/bottomsheets/ChannelBottomSheet.tsx:452
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1005
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1029
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:167
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:161
msgid "Unmute Channel"
@@ -19167,9 +19252,9 @@ msgstr "เปิดเสียงแชนแนล"
msgid "Unmute Community"
msgstr "เปิดเสียงชุมชน"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1007
-#: src/components/bottomsheets/DMBottomSheet.tsx:449
-#: src/components/bottomsheets/DMBottomSheet.tsx:590
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1031
+#: src/components/bottomsheets/DMBottomSheet.tsx:451
+#: src/components/bottomsheets/DMBottomSheet.tsx:593
msgid "Unmute Conversation"
msgstr "เปิดเสียงบทสนทนา"
@@ -19200,16 +19285,16 @@ msgid "Unnamed Group"
msgstr "กลุ่มไม่มีชื่อ"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:331
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1126
-#: src/components/bottomsheets/DMBottomSheet.tsx:478
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1150
+#: src/components/bottomsheets/DMBottomSheet.tsx:480
#: src/components/channel/dm/DMList.tsx:282
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:149
msgid "Unpin DM"
msgstr "ปลดปักหมุด DM"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:290
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1126
-#: src/components/bottomsheets/DMBottomSheet.tsx:478
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1150
+#: src/components/bottomsheets/DMBottomSheet.tsx:480
#: src/components/channel/dm/DMList.tsx:243
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:129
msgid "Unpin Group DM"
@@ -19231,20 +19316,20 @@ msgid "Unpin Message"
msgstr "ปลดปักหมุดข้อความ"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:232
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:583
-#: src/components/bottomsheets/DMBottomSheet.tsx:164
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:597
+#: src/components/bottomsheets/DMBottomSheet.tsx:166
#: src/components/channel/dm/DMList.tsx:224
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:132
msgid "Unpinned DM"
msgstr "DM ที่ปลดปักหมุดแล้ว"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:232
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:583
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:597
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:112
msgid "Unpinned group"
msgstr "กลุ่มที่ปลดปักหมุดแล้ว"
-#: src/components/bottomsheets/DMBottomSheet.tsx:164
+#: src/components/bottomsheets/DMBottomSheet.tsx:166
msgid "Unpinned group DM"
msgstr "ข้อความกลุ่มที่ไม่ได้ปักหมุด"
@@ -19279,7 +19364,7 @@ msgstr "แสดงเนื้อหาแบบฝัง"
msgid "Until I change it"
msgstr "จนกว่าฉันจะเปลี่ยน"
-#: src/components/bottomsheets/DMBottomSheet.tsx:664
+#: src/components/bottomsheets/DMBottomSheet.tsx:667
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:334
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:57
#: src/components/channel/muteOptions.ts:39
@@ -19305,7 +19390,7 @@ msgstr "อัปเดต"
msgid "Update app"
msgstr "อัปเดตแอป"
-#: src/components/modals/components/MobileSettingsView.tsx:244
+#: src/components/modals/components/MobileSettingsView.tsx:239
msgid "Update Service Worker"
msgstr "อัปเดต Service Worker"
@@ -19402,7 +19487,7 @@ msgstr "กำลังอัปเดตรายการโปรด…"
msgid "Updating..."
msgstr "กำลังอัปเดต…"
-#: src/components/modals/components/plutonium/PricingSection.tsx:84
+#: src/components/modals/components/plutonium/PricingSection.tsx:94
msgid "Upgrade Now"
msgstr "อัปเกรดตอนนี้"
@@ -19415,18 +19500,19 @@ msgstr "อัปเกรดเป็น Plutonium"
msgid "Upgrade to store up to 15 custom backgrounds and unlock HD video quality, higher frame rates, and more."
msgstr "อัปเกรดเพื่อเก็บพื้นหลังแบบกำหนดเองได้ถึง 15 แบบ และปลดล็อกวิดีโอคุณภาพ HD อัตราเฟรมสูงขึ้น และอื่นๆ"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:265
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:316
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:297
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:357
msgid "Upgrade to Visionary"
msgstr "อัปเกรดเป็น Visionary"
#. placeholder {0}: formatter.format(visionarySlots.remaining)
-#: src/components/modals/components/plutonium/VisionarySection.tsx:109
+#: src/components/modals/components/plutonium/VisionarySection.tsx:122
+#: src/components/modals/components/plutonium/VisionarySection.tsx:134
msgid "Upgrade to Visionary — {0} Left"
msgstr "อัปเกรดเป็น Visionary — เหลือ {0}"
#. placeholder {0}: isGiftSubscription ? 'gift time' : 'subscription'
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:243
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:262
msgid "Upgrading to Visionary is a <0>one-time0> purchase and will <1>cancel your current {0} immediately1>."
msgstr "การอัปเกรดเป็น Visionary เป็นการซื้อแบบ <0>ครั้งเดียว0> และจะ <1>ยกเลิก{0}ที่ใช้อยู่ทันที1>"
@@ -19674,10 +19760,6 @@ msgstr "ใช้รหัสเหล่านี้เพื่อเข้า
msgid "Use this button to quickly clear all permissions."
msgstr "ใช้ปุ่มนี้เพื่อล้างสิทธิ์ทั้งหมดอย่างรวดเร็ว"
-#: src/components/pages/ReportPage.tsx:613
-msgid "Use this form to report illegal content under the Digital Services Act (DSA). Select what you want to report."
-msgstr "ใช้แบบฟอร์มนี้เพื่อรายงานเนื้อหาที่ผิดกฎหมายตามพระราชบัญญัติบริการดิจิทัล (DSA) เลือกสิ่งที่คุณต้องการรายงาน"
-
#: src/components/modals/tabs/KeybindsTab.tsx:101
msgid "Use this shortcut system-wide"
msgstr "ใช้ทางลัดนี้ทั่วทั้งระบบ"
@@ -19708,19 +19790,19 @@ msgstr "ผู้ใช้ดูเหมือนอายุต่ำกว่
msgid "User Debug"
msgstr "ดีบั๊กผู้ใช้"
-#: src/components/channel/channel-view/DMChannelView.tsx:353
+#: src/components/channel/channel-view/DMChannelView.tsx:354
msgid "User has vanished"
msgstr "ผู้ใช้หายไปแล้ว"
-#: src/components/pages/ReportPage.tsx:865
+#: src/components/pages/report/ReportStepDetails.tsx:137
msgid "User ID (optional)"
msgstr "รหัสผู้ใช้ (เลือกได้)"
-#: src/components/bottomsheets/DMBottomSheet.tsx:376
+#: src/components/bottomsheets/DMBottomSheet.tsx:378
msgid "User ID copied"
msgstr "คัดลอกรหัสผู้ใช้แล้ว"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:652
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:666
msgid "User ID copied to clipboard"
msgstr "คัดลอกรหัสผู้ใช้ไปยังคลิปบอร์ดแล้ว"
@@ -19765,7 +19847,7 @@ msgstr "บันทึกผู้ใช้"
msgid "User Settings"
msgstr "การตั้งค่าผู้ใช้"
-#: src/components/pages/ReportPage.tsx:873
+#: src/components/pages/report/ReportStepDetails.tsx:146
msgid "User Tag (optional)"
msgstr "แท็กผู้ใช้ (ไม่บังคับ)"
@@ -19805,7 +19887,7 @@ msgstr "ชื่อผู้ใช้ต้องมีอย่างน้อ
msgid "Username must be at most 32 characters"
msgstr "ชื่อผู้ใช้ต้องมีไม่เกิน 32 ตัวอักษร"
-#: src/components/channel/dm/AddFriendForm.tsx:130
+#: src/components/channel/dm/AddFriendForm.tsx:153
msgid "Username#0000"
msgstr "ชื่อผู้ใช้#0000"
@@ -19904,7 +19986,7 @@ msgstr "URL กำหนดเองต้องมีความยาวร
msgid "Verification Barriers"
msgstr "อุปสรรคการยืนยันตัวตน"
-#: src/components/modals/ClaimAccountModal.tsx:199
+#: src/components/modals/ClaimAccountModal.tsx:201
#: src/components/modals/EmailChangeModal.tsx:218
#: src/components/modals/EmailChangeModal.tsx:282
#: src/components/modals/PhoneAddModal.tsx:224
@@ -19912,11 +19994,11 @@ msgstr "อุปสรรคการยืนยันตัวตน"
msgid "Verification code"
msgstr "รหัสยืนยัน"
-#: src/components/pages/ReportPage.tsx:719
+#: src/components/pages/report/ReportStepVerification.tsx:86
msgid "Verification Code"
msgstr "รหัสยืนยัน"
-#: src/components/modals/ClaimAccountModal.tsx:88
+#: src/components/modals/ClaimAccountModal.tsx:90
msgid "Verification code sent"
msgstr "ส่งรหัสยืนยันแล้ว"
@@ -19937,10 +20019,9 @@ msgstr "อาจต้องยืนยันก่อนดูรหัสส
#: src/components/auth/AuthPageHeader.tsx:49
#: src/components/auth/InviteHeader.tsx:81
#: src/components/auth/InviteHeader.tsx:226
-#: src/components/channel/InviteEmbed.tsx:285
-#: src/components/channel/InviteEmbed.tsx:428
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:178
-#: src/components/emojis/EmojiInfoContent.tsx:87
+#: src/components/channel/InviteEmbed.tsx:287
+#: src/components/channel/InviteEmbed.tsx:430
+#: src/components/emojis/EmojiAttributionSubtext.tsx:143
#: src/components/layout/GuildHeader.tsx:132
msgid "Verified Community"
msgstr "คอมมูนิตี้ที่ได้รับการยืนยัน"
@@ -19955,7 +20036,7 @@ msgstr "กิลด์ที่ได้รับการยืนยัน"
msgid "Verify"
msgstr "ยืนยัน"
-#: src/components/pages/ReportPage.tsx:740
+#: src/components/pages/report/ReportStepVerification.tsx:102
msgid "Verify Code"
msgstr "ยืนยันรหัส"
@@ -19980,6 +20061,10 @@ msgstr "แบบฟอร์มยืนยันหมายเลขโทร
msgid "Verify You're Human"
msgstr "ยืนยันว่าคุณไม่ใช่บอท"
+#: src/components/pages/report/ReportStepEmail.tsx:54
+msgid "Verify your email"
+msgstr "ยืนยันอีเมลของคุณ"
+
#: src/components/modals/SudoVerificationModal.tsx:359
msgid "Verify your identity"
msgstr "ยืนยันตัวตนของคุณ"
@@ -20012,7 +20097,7 @@ msgid "Video"
msgstr "วิดีโอ"
#: src/components/channel/ChannelHeader.tsx:572
-#: src/components/modals/UserProfileMobileSheet.tsx:515
+#: src/components/modals/UserProfileMobileSheet.tsx:519
msgid "Video Call"
msgstr "วิดีโอคอล"
@@ -20097,7 +20182,7 @@ msgstr "ดูรหัสสำรอง"
msgid "View backup codes form"
msgstr "แบบฟอร์มดูรหัสสำรอง"
-#: src/components/channel/channel-view/DMChannelView.tsx:282
+#: src/components/channel/channel-view/DMChannelView.tsx:283
msgid "View call"
msgstr "ดูการโทร"
@@ -20138,7 +20223,7 @@ msgstr "ดูคลังของขวัญ"
msgid "View Global Profile"
msgstr "ดูโปรไฟล์ระดับโลก"
-#: src/components/channel/channel-view/DMChannelView.tsx:282
+#: src/components/channel/channel-view/DMChannelView.tsx:283
msgid "View incoming call"
msgstr "ดูการโทรเข้า"
@@ -20158,10 +20243,10 @@ msgstr "ดูฟีเจอร์พรีเมียม"
msgid "View premium perks"
msgstr "ดูสิทธิพิเศษพรีเมียม"
-#: src/components/bottomsheets/DMBottomSheet.tsx:411
+#: src/components/bottomsheets/DMBottomSheet.tsx:413
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:226
#: src/components/channel/friends/MobileFriendRequestItem.tsx:87
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:210
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:212
#: src/components/modals/tabs/BlockedUsersTab.tsx:87
#: src/components/uikit/ContextMenu/items/UserProfileMenuItem.tsx:43
msgid "View Profile"
@@ -20191,7 +20276,7 @@ msgstr "ผู้ชมเข้าร่วมสตรีม"
msgid "Viewer Leaves Stream"
msgstr "ผู้ชมออกจากสตรีม"
-#: src/components/pages/ReportPage.tsx:827
+#: src/components/pages/report/ReportStepDetails.tsx:96
msgid "Violation Category"
msgstr "หมวดหมู่การละเมิด"
@@ -20199,7 +20284,7 @@ msgstr "หมวดหมู่การละเมิด"
msgid "Violation category selection"
msgstr "การเลือกหมวดหมู่การละเมิด"
-#: src/components/pages/ReportPage.tsx:264
+#: src/components/pages/report/optionDescriptors.ts:45
#: src/constants/IARConstants.tsx:42
msgid "Violent or Graphic Content"
msgstr "เนื้อหาความรุนแรงหรือกราฟิก"
@@ -20212,9 +20297,9 @@ msgstr "เสียง VIP"
msgid "Visible Buttons"
msgstr "ปุ่มที่มองเห็นได้"
-#: src/components/modals/components/plutonium/PricingSection.tsx:88
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:110
-#: src/components/modals/components/plutonium/VisionarySection.tsx:58
+#: src/components/modals/components/plutonium/PricingSection.tsx:101
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:129
+#: src/components/modals/components/plutonium/VisionarySection.tsx:67
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:154
#: src/utils/modals/guildTabs/GuildAuditLogTabUtils.ts:274
msgid "Visionary"
@@ -20228,25 +20313,25 @@ msgstr "Visionary (Lifetime #42)"
msgid "Visionary (Lifetime Plutonium)"
msgstr "Visionary (Lifetime Plutonium)"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:80
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:111
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:95
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:134
msgid "Visionary {visionaryPrice}"
msgstr "Visionary {visionaryPrice}"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:96
+#: src/components/modals/components/plutonium/VisionarySection.tsx:105
msgid "Visionary community with direct team access"
msgstr "ชุมชน Visionary พร้อมการเข้าถึงทีมโดยตรง"
-#: src/components/modals/components/plutonium/GiftSection.tsx:87
-#: src/components/modals/components/plutonium/PricingSection.tsx:119
+#: src/components/modals/components/plutonium/GiftSection.tsx:100
+#: src/components/modals/components/plutonium/PricingSection.tsx:140
msgid "Visionary Gift"
msgstr "ของขวัญ Visionary"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:109
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:132
msgid "Visionary Gift Sold Out"
msgstr "ของขวัญ Visionary ขายหมดแล้ว"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:80
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:95
msgid "Visionary Sold Out"
msgstr "Visionary ขายหมดแล้ว"
@@ -20281,15 +20366,15 @@ msgstr "การตั้งค่าเสียงและวิดีโอ
msgid "Voice Activity"
msgstr "กิจกรรมเสียง"
-#: src/components/channel/channel-view/DMChannelView.tsx:277
+#: src/components/channel/channel-view/DMChannelView.tsx:278
#: src/components/voice/VoiceCallView.tsx:466
msgid "Voice call"
msgstr "โทรเสียง"
-#: src/components/bottomsheets/DMBottomSheet.tsx:419
+#: src/components/bottomsheets/DMBottomSheet.tsx:421
#: src/components/channel/ChannelHeader.tsx:562
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:225
-#: src/components/modals/UserProfileMobileSheet.tsx:507
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:227
+#: src/components/modals/UserProfileMobileSheet.tsx:511
msgid "Voice Call"
msgstr "โทรเสียง"
@@ -20306,8 +20391,8 @@ msgstr "การโทรเสียง"
msgid "Voice channel"
msgstr "แชนแนลเสียง"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:475
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:662
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:489
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:676
#: src/components/channel/channel-header/useChannelHeaderData.ts:100
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:314
msgid "Voice Channel"
@@ -20488,8 +20573,8 @@ msgstr "เราได้ส่งลิงก์เพื่ออนุญา
msgid "We failed to retrieve the full information about this user at this time."
msgstr "เราไม่สามารถดึงข้อมูลทั้งหมดของผู้ใช้นี้ได้ในตอนนี้"
-#: src/components/layout/GuildLayout.tsx:302
-#: src/components/layout/GuildLayout.tsx:349
+#: src/components/layout/GuildLayout.tsx:307
+#: src/components/layout/GuildLayout.tsx:354
msgid "We fluxed up! Hang tight, we're working on it."
msgstr "เราเกิดข้อผิดพลาดขึ้น! รอสักครู่ เรากำลังแก้ไขอยู่"
@@ -20513,18 +20598,13 @@ msgstr "การเชื่อมต่อล้มเหลวระหว่
msgid "We need to make sure you're not a bot. Please complete the verification below."
msgstr "เราต้องแน่ใจว่าคุณไม่ใช่บอท กรุณาทำการยืนยันด้านล่าง"
-#: src/components/pages/ReportPage.tsx:639
-msgid "We need to verify your email address before you can submit a report."
-msgstr "เราต้องยืนยันที่อยู่อีเมลของคุณก่อนที่คุณจะรายงานได้"
-
#: src/components/modals/BackupCodesModal.tsx:45
msgid "We recommend saving these codes now so that you don't get locked out of your account."
msgstr "เราแนะนำให้บันทึกรหัสเหล่านี้ไว้ตอนนี้เพื่อไม่ให้คุณเข้าบัญชีไม่ได้"
-#. placeholder {0}: state.email
-#: src/components/pages/ReportPage.tsx:702
-msgid "We sent a verification code to {0}."
-msgstr "เราส่งรหัสยืนยันไปที่ {0}."
+#: src/components/pages/report/ReportStepVerification.tsx:67
+msgid "We sent a code to {email}."
+msgstr "เราส่งหมายเลขยืนยันไปยัง {email}."
#: src/components/auth/BrowserLoginHandoffModal.tsx:315
msgid "We will prefill {prefillEmail} once the browser login opens."
@@ -20534,6 +20614,10 @@ msgstr "เราจะกรอก {prefillEmail} ให้อัตโนม
msgid "We'll restore your previous email, sign out old sessions, remove phone numbers, disable MFA, and secure your account with a new password."
msgstr "เราจะกู้คืนอีเมลก่อนหน้า ออกจากเซสชันเก่า ลบหมายเลขโทรศัพท์ ปิดใช้งาน MFA และปกป้องบัญชีของคุณด้วยรหัสผ่านใหม่"
+#: src/components/pages/report/ReportStepEmail.tsx:57
+msgid "We'll send a short code to confirm you can receive updates about this report."
+msgstr "เราจะส่งหมายเลขยืนยันสั้น ๆ เพื่อยืนยันว่าคุณสามารถรับข้อมูลเกี่ยวกับรายงานนี้ได้"
+
#: src/components/modals/EmailChangeModal.tsx:190
msgid "We'll verify your current email and then your new email with one-time codes."
msgstr "เราจะยืนยันอีเมลปัจจุบันของคุณก่อนแล้วจึงยืนยันอีเมลใหม่ด้วยรหัสใช้ครั้งเดียว"
@@ -20546,13 +20630,13 @@ msgstr "เราจะยืนยันอีเมลใหม่ของค
msgid "We're having trouble connecting to Fluxer's servers. This could be a temporary network issue or scheduled maintenance."
msgstr "เราพบปัญหาในการเชื่อมต่อกับเซิร์ฟเวอร์ของ Fluxer อาจเป็นปัญหาเครือข่ายชั่วคราวหรืองานบำรุงรักษาที่กำหนดไว้"
-#: src/components/modals/tabs/BetaCodesTab.tsx:297
+#: src/components/modals/tabs/BetaCodesTab.tsx:322
#: src/components/modals/tabs/DevicesTab.tsx:230
msgid "We're having trouble connecting to the space-time continuum. Please check your connection and try again."
msgstr "เราพบปัญหาในการเชื่อมต่อกับมิติกาลเวลา กรุณาตรวจสอบการเชื่อมต่อแล้วลองใหม่"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:287
-#: src/components/channel/ChannelSearchResults.tsx:681
+#: src/components/channel/ChannelSearchResults.tsx:650
msgid "We're indexing this channel for the first time. This might take a little while..."
msgstr "เรากำลังจัดทำดัชนีแชนแนลนี้เป็นครั้งแรก อาจใช้เวลาสักครู่..."
@@ -20829,17 +20913,16 @@ msgstr "เขียน CSS แบบกำหนดเองที่นี่
msgid "Write your content here... This textarea expands as you type."
msgstr "เขียนเนื้อหาของคุณที่นี่... กล่องข้อความจะขยายเมื่อคุณพิมพ์"
-#: src/components/auth/DateOfBirthField.tsx:89
-#: src/components/auth/DateOfBirthField.tsx:156
+#: src/components/auth/DateOfBirthField.tsx:153
#: src/components/auth/MockMinimalRegisterForm.tsx:78
msgid "Year"
msgstr "ปี"
-#: src/components/modals/components/plutonium/PricingSection.tsx:78
+#: src/components/modals/components/plutonium/PricingSection.tsx:88
msgid "Yearly"
msgstr "รายปี"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:71
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:84
msgid "Yearly {yearlyPrice}"
msgstr "รายปี {yearlyPrice}"
@@ -20874,7 +20957,7 @@ msgstr "คุณกำลังจะออกจาก Fluxer"
msgid "You are about to transfer ownership of this community to <0>{0}0>. This action is <1>irreversible1> and you will lose all owner privileges."
msgstr "คุณกำลังจะโอนกรรมสิทธิ์ชุมชนนี้ให้กับ <0>{0}0> การกระทำนี้ <1>ไม่สามารถย้อนกลับได้1> และคุณจะสูญเสียสิทธิ์เจ้าของทั้งหมด"
-#: src/components/channel/dm/AddFriendForm.tsx:72
+#: src/components/channel/dm/AddFriendForm.tsx:95
msgid "You are already friends with this user."
msgstr "คุณเป็นเพื่อนกับผู้ใช้นี้อยู่แล้ว"
@@ -20960,7 +21043,7 @@ msgstr "คุณสามารถอัปโหลดอิโมจิได
msgid "You can pin messages in this conversation for everyone to see."
msgstr "คุณสามารถปักหมุดข้อความในบทสนทนานี้ให้ทุกคนเห็นได้"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:175
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:194
msgid "You can redeem additional gift codes to <0>extend0> your gift time. To start a monthly or yearly plan, wait until after it ends — or <1>upgrade to Visionary1> now (remaining gift time will be discarded)."
msgstr "คุณสามารถใช้โค้ดของขวัญเพิ่มเติมเพื่อ <0>ขยาย0> เวลาของขวัญของคุณ หากต้องการเริ่มแผนรายเดือนหรือรายปี รอจนกว่าจะหมดก่อน — หรือ <1>อัปเกรดเป็น Visionary1> ตอนนี้ (เวลาของขวัญที่เหลือจะถูกทิ้ง)"
@@ -20990,7 +21073,7 @@ msgstr "คุณสามารถใช้ลิงก์และ Markdown
msgid "You can't add new reactions while you're on timeout."
msgstr "คุณไม่สามารถเพิ่มรีแอคชันใหม่ขณะที่อยู่ในช่วงพักเวลา"
-#: src/components/modals/UserProfileModal.tsx:1170
+#: src/components/modals/UserProfileModal.tsx:1171
msgid "You can't befriend yourself"
msgstr "คุณไม่สามารถเพิ่มตัวเองเป็นเพื่อนได้"
@@ -20998,14 +21081,14 @@ msgstr "คุณไม่สามารถเพิ่มตัวเองเ
msgid "You can't interact with reactions in search results as it might disrupt the space-time continuum."
msgstr "คุณไม่สามารถโต้ตอบกับรีแอคชันในผลการค้นหาได้ เพราะอาจทำให้มิติกาลเวลาขัดข้อง"
-#: src/components/layout/ChannelItem.tsx:200
-#: src/components/layout/ChannelItem.tsx:366
-#: src/stores/voice/MediaEngineFacade.ts:151
-#: src/stores/voice/MediaEngineFacade.ts:482
+#: src/components/layout/ChannelItem.tsx:206
+#: src/components/layout/ChannelItem.tsx:375
+#: src/stores/voice/MediaEngineFacade.ts:154
+#: src/stores/voice/MediaEngineFacade.ts:529
msgid "You can't join while you're on timeout."
msgstr "คุณไม่สามารถเข้าร่วมขณะที่อยู่ในช่วงพักเวลา"
-#: src/components/modals/UserProfileModal.tsx:1182
+#: src/components/modals/UserProfileModal.tsx:1183
#: src/components/popouts/UserProfilePopout.tsx:282
#: src/components/profile/ProfilePreview.tsx:284
msgid "You can't message yourself"
@@ -21019,7 +21102,7 @@ msgstr "คุณไม่สามารถส่งคำขอเป็นเ
msgid "You can't send friend requests to bots."
msgstr "คุณไม่สามารถส่งคำขอเป็นเพื่อนไปยังบอทได้"
-#: src/components/channel/dm/AddFriendForm.tsx:64
+#: src/components/channel/dm/AddFriendForm.tsx:87
msgid "You can't send friend requests to users you've blocked. Unblock them first."
msgstr "คุณไม่สามารถส่งคำขอเป็นเพื่อนไปยังผู้ใช้ที่คุณบล็อกไว้ได้ กรุณายกเลิกการบล็อกก่อน"
@@ -21066,11 +21149,11 @@ msgstr "คุณไม่สามารถลบสิทธิ์นี้ไ
msgid "You cannot save a role with a blank name. Please provide a valid name before saving."
msgstr "คุณไม่สามารถบันทึกบทบาทที่ไม่มีชื่อได้ กรุณาระบุชื่อที่ถูกต้องก่อนบันทึก"
-#: src/components/channel/dm/AddFriendForm.tsx:68
+#: src/components/channel/dm/AddFriendForm.tsx:91
msgid "You cannot send a friend request to yourself."
msgstr "คุณไม่สามารถส่งคำขอเป็นเพื่อนให้ตัวเองได้"
-#: src/components/channel/dm/AddFriendForm.tsx:66
+#: src/components/channel/dm/AddFriendForm.tsx:89
msgid "You cannot send friend requests to bots."
msgstr "คุณไม่สามารถส่งคำขอเป็นเพื่อนไปยังบอทได้"
@@ -21094,7 +21177,7 @@ msgstr "คุณไม่มีสิทธิ์เข้าถึงแชน
msgid "You do not have permission to send messages in this channel."
msgstr "คุณไม่มีสิทธิ์ส่งข้อความในแชนแนลนี้"
-#: src/components/layout/GuildLayout.tsx:393
+#: src/components/layout/GuildLayout.tsx:398
msgid "You don't have access to any channels in this community."
msgstr "คุณไม่มีสิทธิ์เข้าถึงแชนแนลใด ๆ ในชุมชนนี้"
@@ -21114,23 +21197,23 @@ msgstr "คุณไม่มีสิทธิ์ติดตั้งชุด
msgid "You don't have permission to install this sticker pack."
msgstr "คุณไม่มีสิทธิ์ติดตั้งชุดสติกเกอร์นี้"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:203
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:222
msgid "You have all <0/> for <1>{monthlyPrice}/month1>."
msgstr "คุณมีทุกอย่าง <0/> สำหรับ <1>{monthlyPrice}/เดือน1>"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:208
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:227
msgid "You have all <0/> for <1>{yearlyPrice}/year1>."
msgstr "คุณมีทุกอย่าง <0/> สำหรับ <1>{yearlyPrice}/ปี1>"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:213
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:232
msgid "You have all <0/> for your subscription period."
msgstr "คุณมีทุกอย่าง <0/> ตลอดระยะเวลาสมัครสมาชิกของคุณ"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:198
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:217
msgid "You have all <0/> forever. No subscriptions, no renewals."
msgstr "คุณมีทุกอย่าง <0/> ตลอดไป ไม่มีการสมัครสมาชิก ไม่มีการต่ออายุ"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:169
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:188
msgid "You have all <0/> via a <1>gift subscription1> until <2>{giftEndDate}2>. It <3>won't renew3>."
msgstr "คุณมีทุกอย่าง <0/> ผ่าน <1>การสมัครสมาชิกของขวัญ1> จนถึง <2>{giftEndDate}2> และ <3>จะไม่ต่ออายุ3>"
@@ -21228,11 +21311,11 @@ msgstr "คุณสูญเสียการเข้าถึงข้อค
msgid "You made it, {username}! We're about to hit 88mph!"
msgstr "คุณทำได้แล้ว {username}! เรากำลังจะพุ่งถึง 88 ไมล์ต่อชั่วโมง!"
-#: src/components/channel/CallMessage.tsx:179
+#: src/components/channel/CallMessage.tsx:173
msgid "You missed a call from <0/> that lasted {durationText}."
msgstr "คุณพลาดสายจาก <0/> ที่ใช้เวลา {durationText}"
-#: src/components/channel/CallMessage.tsx:184
+#: src/components/channel/CallMessage.tsx:178
msgid "You missed a call from <0/>."
msgstr "คุณพลาดสายจาก <0/>."
@@ -21252,7 +21335,7 @@ msgstr "คุณต้องอายุ 18 ปีขึ้นไปจึง
msgid "You must be connected to the gateway to accept this temporary invite. Please check your connection and try again."
msgstr "คุณต้องเชื่อมต่อกับเกตเวย์เพื่อยอมรับคำเชิญชั่วคราวนี้ กรุณาตรวจสอบการเชื่อมต่อแล้วลองอีกครั้ง"
-#: src/components/pages/ReportPage.tsx:463
+#: src/components/pages/ReportPage.tsx:288
msgid "You must verify your email before submitting a report."
msgstr "คุณต้องยืนยันอีเมลก่อนส่งรายงาน"
@@ -21385,7 +21468,7 @@ msgstr "คุณอยู่ในแชนแนลเสียง"
msgid "You're sending messages too quickly"
msgstr "คุณส่งข้อความเร็วเกินไป"
-#: src/components/channel/Messages.tsx:909
+#: src/components/channel/Messages.tsx:907
msgid "You're viewing older messages"
msgstr "คุณกำลังดูข้อความเก่า"
@@ -21464,7 +21547,7 @@ msgstr "บัญชีของคุณได้รับการอนุม
msgid "Your account has been created, but access is temporarily limited until approval. You will be notified once your account is approved."
msgstr "บัญชีของคุณถูกสร้างแล้ว แต่การเข้าถึงถูกจำกัดชั่วคราวจนกว่าจะได้รับการอนุมัติ คุณจะได้รับแจ้งเมื่อบัญชีได้รับการอนุมัติ"
-#: src/components/modals/components/UnclaimedAccountAlert.tsx:38
+#: src/components/modals/components/UnclaimedAccountAlert.tsx:36
msgid "Your account is not yet claimed. Without an email and password, you won't be able to sign in from other devices and you could lose access to your account. Claim your account now to secure it."
msgstr "บัญชีของคุณยังไม่ได้ยืนยัน หากไม่มีอีเมลและรหัสผ่าน คุณจะไม่สามารถลงชื่อเข้าใช้จากอุปกรณ์อื่นได้และอาจเสียการเข้าถึงบัญชี รีบยืนยันบัญชีเพื่อรักษาความปลอดภัย"
@@ -21508,7 +21591,7 @@ msgstr "การตั้งค่าเสียงแจ้งเตือน
msgid "Your export request will be processed"
msgstr "คำขอส่งออกของคุณจะได้รับการดำเนินการ"
-#: src/components/pages/ReportPage.tsx:935
+#: src/components/pages/report/ReportStepDetails.tsx:213
msgid "Your FluxerTag (optional)"
msgstr "FluxerTag ของคุณ (ไม่บังคับ)"
@@ -21521,7 +21604,7 @@ msgid "Your invite expires in 24 hours"
msgstr "คำเชิญของคุณหมดอายุใน 24 ชั่วโมง"
#. placeholder {0}: getExpirationText()
-#: src/components/modals/InviteModal.tsx:325
+#: src/components/modals/InviteModal.tsx:322
msgid "Your invite link expires in {0}."
msgstr "ลิงก์เชิญของคุณจะหมดอายุใน {0}"
@@ -21565,7 +21648,7 @@ msgstr "พื้นที่ส่วนตัวของคุณสำหร
msgid "Your Plutonium subscription has expired. You've lost all Plutonium perks. Reactivate your subscription to regain access."
msgstr "การสมัคร Plutonium ของคุณหมดอายุแล้ว คุณสูญเสียสิทธิประโยชน์ทั้งหมดของ Plutonium การเปิดใช้งานใหม่จะทำให้เข้าถึงได้อีกครั้ง"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:781
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:813
msgid "Your private space"
msgstr "พื้นที่ส่วนตัวของคุณ"
@@ -21573,7 +21656,7 @@ msgstr "พื้นที่ส่วนตัวของคุณ"
msgid "Your private space for thoughts and reminders"
msgstr "พื้นที่ส่วนตัวของคุณสำหรับความคิดและการเตือนความจำ"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:277
+#: src/components/modals/tabs/GiftInventoryTab.tsx:300
msgid "Your Purchased Gifts"
msgstr "ของขวัญที่คุณซื้อแล้ว"
@@ -21585,15 +21668,11 @@ msgstr "ภูมิภาคของคุณ"
msgid "Your stream is still being broadcast"
msgstr "สตรีมของคุณยังคงออกอากาศอยู่"
-#: src/components/pages/ReportPage.tsx:594
-msgid "Your submission ID"
-msgstr "รหัสการส่งของคุณ"
-
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:153
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:172
msgid "Your subscription ended, but you still have all <0/> until <1>{graceDate}1>. Resubscribe to keep them."
msgstr "การสมัครของคุณสิ้นสุดแล้ว แต่คุณยังมีทุกอย่าง <0/> จนถึง <1>{graceDate}1> สมัครใหม่เพื่อเก็บไว้"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:138
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:157
msgid "Your subscription expired on <0>{expiredDate}0>. You lost all <1/>. You can reactivate at any time."
msgstr "การสมัครของคุณหมดอายุเมื่อ <0>{expiredDate}0> คุณเสียทุกอย่าง <1/> แล้ว คุณสามารถเปิดใช้งานใหม่ได้ทุกเมื่อ"
@@ -21609,7 +21688,7 @@ msgstr "การสมัครของคุณถูกเปิดใช้
msgid "Your subscription has been set to cancel at the end of your billing period."
msgstr "การสมัครของคุณถูกตั้งค่าให้ยกเลิกเมื่อสิ้นสุดรอบการเรียกเก็บเงิน"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:191
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:210
msgid "Your subscription will cancel on <0>{cancelDate}0>. You'll lose all <1/> after that date."
msgstr "การสมัครของคุณจะยกเลิกใน <0>{cancelDate}0> หลังจากวันที่นั้นคุณจะเสียทุกอย่าง <1/>"
diff --git a/fluxer_app/src/locales/tr/messages.po b/fluxer_app/src/locales/tr/messages.po
index d7f0d72a..6d5ec38b 100644
--- a/fluxer_app/src/locales/tr/messages.po
+++ b/fluxer_app/src/locales/tr/messages.po
@@ -68,12 +68,12 @@ msgstr "(maksimum 15 gösteriliyor)"
msgid "(No content)"
msgstr "(İçerik yok)"
-#: src/components/modals/UserProfileMobileSheet.tsx:552
+#: src/components/modals/UserProfileMobileSheet.tsx:556
#: src/components/pages/YouPage.tsx:147
msgid "(only visible to you)"
msgstr "(sadece sana görünür)"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:954
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:976
msgid "(you)"
msgstr "(sen)"
@@ -138,12 +138,12 @@ msgid "{0} Online"
msgstr "{0} Çevrimiçi"
#. placeholder {0}: reaction.count
-#: src/components/channel/MessageReactions.tsx:120
+#: src/components/channel/MessageReactions.tsx:119
msgid "{0} reaction"
msgstr "{0} tepki"
#. placeholder {0}: reaction.count
-#: src/components/channel/MessageReactions.tsx:120
+#: src/components/channel/MessageReactions.tsx:119
msgid "{0} reactions"
msgstr "{0} tepki"
@@ -153,13 +153,13 @@ msgid "{0} remaining"
msgstr "{0} kaldı"
#. placeholder {0}: machineState.total
-#: src/components/channel/ChannelSearchResults.tsx:315
+#: src/components/channel/ChannelSearchResults.tsx:272
msgid "{0} Result"
msgstr "{0} Sonuç"
#. placeholder {0}: machineState.total
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:390
-#: src/components/channel/ChannelSearchResults.tsx:315
+#: src/components/channel/ChannelSearchResults.tsx:272
msgid "{0} Results"
msgstr "{0} Sonuç"
@@ -402,7 +402,7 @@ msgstr "{actor}, {namedTarget} çıkartmasını güncelledi."
msgid "{actor} updated the webhook {namedTarget}."
msgstr "{actor}, {namedTarget} webhook'unu güncelledi."
-#: src/components/modals/tabs/BetaCodesTab.tsx:280
+#: src/components/modals/tabs/BetaCodesTab.tsx:284
msgid "{allowance} codes remaining this week"
msgstr "bu hafta kalan {allowance} kod"
@@ -533,7 +533,7 @@ msgstr "{emojiName}, {0} tepki"
msgid "{emojiName}, {0} reactions"
msgstr "{emojiName}, {0} tepki"
-#: src/components/channel/MessageReactions.tsx:122
+#: src/components/channel/MessageReactions.tsx:121
msgid "{emojiName}: {reactionCountText}, {actionText}"
msgstr "{emojiName}: {reactionCountText}, {actionText}"
@@ -561,8 +561,8 @@ msgstr "{label} görüntüleri animasyonlu olamaz. Lütfen JPEG, PNG veya WebP k
#: src/components/auth/InviteHeader.tsx:127
#: src/components/auth/InviteHeader.tsx:241
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:281
-#: src/components/channel/InviteEmbed.tsx:180
-#: src/components/channel/InviteEmbed.tsx:444
+#: src/components/channel/InviteEmbed.tsx:182
+#: src/components/channel/InviteEmbed.tsx:446
msgid "{memberCount} Member"
msgstr "{memberCount} Üye"
@@ -570,8 +570,8 @@ msgstr "{memberCount} Üye"
#: src/components/auth/InviteHeader.tsx:127
#: src/components/auth/InviteHeader.tsx:241
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:281
-#: src/components/channel/InviteEmbed.tsx:180
-#: src/components/channel/InviteEmbed.tsx:444
+#: src/components/channel/InviteEmbed.tsx:182
+#: src/components/channel/InviteEmbed.tsx:446
msgid "{memberCount} Members"
msgstr "{memberCount} Üyeler"
@@ -606,11 +606,11 @@ msgstr "{minutes} dakika ve {seconds} saniye"
msgid "{minutes} minutes and 1 second"
msgstr "{minutes} dakika ve 1 saniye"
-#: src/components/channel/dm/DMWelcomeSection.tsx:155
+#: src/components/channel/dm/DMWelcomeSection.tsx:167
msgid "{mutualGuildCount} mutual commmunity"
msgstr "{mutualGuildCount} karşılıklı topluluk"
-#: src/components/channel/dm/DMWelcomeSection.tsx:156
+#: src/components/channel/dm/DMWelcomeSection.tsx:168
msgid "{mutualGuildCount} mutual communities"
msgstr "{mutualGuildCount} karşılıklı topluluklar"
@@ -632,7 +632,7 @@ msgstr "{participantCount} katılımcı çağrıda"
#: src/components/auth/InviteHeader.tsx:235
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:276
-#: src/components/channel/InviteEmbed.tsx:439
+#: src/components/channel/InviteEmbed.tsx:441
msgid "{presenceCount} Online"
msgstr "{presenceCount} Çevrimiçi"
@@ -644,15 +644,15 @@ msgstr "{remaining} karakter kaldı"
msgid "{remaining} characters left. Get Plutonium to write up to {premiumMaxLength} characters."
msgstr "{remaining} karakter kaldı. Plutonium ile {premiumMaxLength} karaktere kadar yazabilirsiniz."
-#: src/components/channel/InviteEmbed.tsx:301
+#: src/components/channel/InviteEmbed.tsx:303
msgid "{renderedMemberCount} Member"
msgstr "{renderedMemberCount} Üye"
-#: src/components/channel/InviteEmbed.tsx:301
+#: src/components/channel/InviteEmbed.tsx:303
msgid "{renderedMemberCount} Members"
msgstr "{renderedMemberCount} Üyeler"
-#: src/components/channel/InviteEmbed.tsx:296
+#: src/components/channel/InviteEmbed.tsx:298
msgid "{renderedPresenceCount} Online"
msgstr "{renderedPresenceCount} Çevrimiçi"
@@ -704,11 +704,11 @@ msgstr "{totalSeconds} saniye"
msgid "{totalSeconds} seconds"
msgstr "{totalSeconds} saniye"
-#: src/components/layout/GuildsLayout.tsx:231
+#: src/components/layout/GuildsLayout.tsx:229
msgid "{unavailableCount} communities are temporarily unavailable due to a flux capacitor malfunction."
msgstr "{unavailableCount} topluluk geçici olarak bir flux kondansatör arızası nedeniyle kullanılamıyor."
-#: src/components/layout/GuildsLayout.tsx:230
+#: src/components/layout/GuildsLayout.tsx:228
msgid "{unavailableCount} community is temporarily unavailable due to a flux capacitor malfunction."
msgstr "{unavailableCount} topluluk geçici olarak bir flux kondansatör arızası nedeniyle kullanılamıyor."
@@ -814,27 +814,27 @@ msgstr "@everyone etiketleri"
msgid "@username"
msgstr "@kullanıcıadı"
-#: src/components/channel/CallMessage.tsx:75
+#: src/components/channel/CallMessage.tsx:72
msgid "# days"
msgstr "# gün"
-#: src/components/channel/CallMessage.tsx:76
+#: src/components/channel/CallMessage.tsx:73
msgid "# hours"
msgstr "# saat"
-#: src/components/channel/CallMessage.tsx:77
+#: src/components/channel/CallMessage.tsx:74
msgid "# minutes"
msgstr "# dakika"
-#: src/components/channel/CallMessage.tsx:73
+#: src/components/channel/CallMessage.tsx:70
msgid "# months"
msgstr "# ay"
-#: src/components/channel/CallMessage.tsx:74
+#: src/components/channel/CallMessage.tsx:71
msgid "# weeks"
msgstr "# hafta"
-#: src/components/channel/CallMessage.tsx:72
+#: src/components/channel/CallMessage.tsx:69
msgid "# years"
msgstr "# yıl"
@@ -878,11 +878,11 @@ msgstr "<0/>, <1/> kullanıcısını gruptan çıkardı."
msgid "<0/> removed someone from the group."
msgstr "<0/> birini gruptan çıkardı."
-#: src/components/channel/CallMessage.tsx:191
+#: src/components/channel/CallMessage.tsx:185
msgid "<0/> started a call that lasted {durationText}."
msgstr "<0/> {durationText} süren bir çağrı başlattı."
-#: src/components/channel/CallMessage.tsx:154
+#: src/components/channel/CallMessage.tsx:148
msgid "<0/> started a call."
msgstr "<0/> bir çağrı başlattı."
@@ -943,11 +943,11 @@ msgstr "<0>Üyenin susturmasını kaldırdı.0>"
msgid "<0>Warning:0> This will also disable SMS two-factor authentication."
msgstr "<0>Uyarı:0> Bu aynı zamanda SMS iki faktörlü kimlik doğrulamayı da devre dışı bırakacaktır."
-#: src/components/modals/tabs/BetaCodesTab.tsx:278
+#: src/components/modals/tabs/BetaCodesTab.tsx:282
msgid "1 code remaining this week"
msgstr "Bu hafta kalan 1 kod"
-#: src/components/channel/CallMessage.tsx:75
+#: src/components/channel/CallMessage.tsx:72
#: src/components/modals/BanMemberModal.tsx:54
#: src/components/modals/InviteModal.tsx:77
#: src/components/modals/InviteModal.tsx:212
@@ -956,7 +956,7 @@ msgstr "Bu hafta kalan 1 kod"
msgid "1 day"
msgstr "1 gün"
-#: src/components/channel/CallMessage.tsx:76
+#: src/components/channel/CallMessage.tsx:73
#: src/components/modals/BanMemberModal.tsx:52
#: src/components/modals/channelTabs/ChannelOverviewTab.tsx:154
#: src/components/modals/CustomStatusBottomSheet.tsx:44
@@ -993,7 +993,7 @@ msgstr "1 dakika ve {seconds} saniye"
msgid "1 minute and 1 second"
msgstr "1 dakika ve 1 saniye"
-#: src/components/channel/CallMessage.tsx:73
+#: src/components/channel/CallMessage.tsx:70
#: src/components/modals/BanMemberModal.tsx:59
msgid "1 month"
msgstr "1 ay"
@@ -1002,12 +1002,12 @@ msgstr "1 ay"
msgid "1 Month"
msgstr "1 Ay"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:99
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:120
msgid "1 Month {monthlyPrice}"
msgstr "1 Ay {monthlyPrice}"
-#: src/components/modals/components/plutonium/GiftSection.tsx:78
-#: src/components/modals/components/plutonium/PricingSection.tsx:110
+#: src/components/modals/components/plutonium/GiftSection.tsx:88
+#: src/components/modals/components/plutonium/PricingSection.tsx:128
msgid "1 Month Gift"
msgstr "1 Aylık Hediye"
@@ -1020,22 +1020,22 @@ msgstr "1 kullanım"
msgid "1 user"
msgstr "1 kullanıcı"
-#: src/components/channel/CallMessage.tsx:74
+#: src/components/channel/CallMessage.tsx:71
#: src/components/modals/BanMemberModal.tsx:57
#: src/components/modals/TimeoutMemberOptions.ts:39
msgid "1 week"
msgstr "1 hafta"
-#: src/components/channel/CallMessage.tsx:72
+#: src/components/channel/CallMessage.tsx:69
msgid "1 year"
msgstr "1 yıl"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:91
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:109
msgid "1 Year {yearlyPrice}"
msgstr "1 Yıl {yearlyPrice}"
-#: src/components/modals/components/plutonium/GiftSection.tsx:69
-#: src/components/modals/components/plutonium/PricingSection.tsx:101
+#: src/components/modals/components/plutonium/GiftSection.tsx:76
+#: src/components/modals/components/plutonium/PricingSection.tsx:116
msgid "1 Year Gift"
msgstr "1 Yıllık Hediye"
@@ -1286,8 +1286,8 @@ msgstr "8 saat"
msgid "A 4-digit tag will be added automatically to ensure uniqueness"
msgstr "Benzersizliği sağlamak için otomatik olarak 4 haneli bir etiket eklenecek"
-#: src/components/channel/CallMessage.tsx:86
-#: src/components/channel/CallMessage.tsx:148
+#: src/components/channel/CallMessage.tsx:83
+#: src/components/channel/CallMessage.tsx:142
msgid "a few seconds"
msgstr "birkaç saniye"
@@ -1299,7 +1299,7 @@ msgstr "Bir avuç klavye savaşçısı toplanıyor..."
msgid "A helpful bot that does amazing things!"
msgstr "Harika şeyler yapan yardımcı bir bot!"
-#: src/components/channel/CallMessage.tsx:77
+#: src/components/channel/CallMessage.tsx:74
msgid "a minute"
msgstr "bir dakika"
@@ -1316,7 +1316,7 @@ msgid "A symphony of clacking keys is underway..."
msgstr "Tıkırtılı tuşların bir senfonisi başlıyor..."
#: src/components/modals/tabs/MyProfileTab/BioEditor.tsx:127
-#: src/components/modals/UserProfileMobileSheet.tsx:528
+#: src/components/modals/UserProfileMobileSheet.tsx:532
#: src/components/pages/YouPage.tsx:132
msgid "About Me"
msgstr "Hakkımda"
@@ -1330,18 +1330,18 @@ msgstr "Senin Hakkında"
msgid "Accent Color"
msgstr "Vurgu Rengi"
-#: src/components/channel/channel-view/DMChannelView.tsx:291
-#: src/components/channel/dm/DMWelcomeSection.tsx:116
+#: src/components/channel/channel-view/DMChannelView.tsx:292
+#: src/components/channel/dm/DMWelcomeSection.tsx:128
#: src/components/channel/friends/FriendListItem.tsx:238
#: src/components/channel/friends/MobileFriendRequestItem.tsx:99
#: src/components/voice/IncomingCallUI.tsx:302
msgid "Accept"
msgstr "Kabul Et"
-#: src/components/bottomsheets/DMBottomSheet.tsx:515
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:260
-#: src/components/modals/UserProfileModal.tsx:1258
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:88
+#: src/components/bottomsheets/DMBottomSheet.tsx:517
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:262
+#: src/components/modals/UserProfileModal.tsx:1259
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:109
msgid "Accept Friend Request"
msgstr "Arkadaşlık İsteğini Kabul Et"
@@ -1358,7 +1358,7 @@ msgstr "Daveti Kabul Et"
msgid "Accept the incoming call"
msgstr "Gelen aramayı kabul et"
-#: src/components/channel/InviteEmbed.tsx:226
+#: src/components/channel/InviteEmbed.tsx:228
#: src/components/modals/InviteAcceptModal.tsx:163
msgid "Accepting this invite installs the pack automatically."
msgstr "Bu daveti kabul etmek paketi otomatik olarak yükler."
@@ -1407,7 +1407,7 @@ msgstr "Hesap & Premium"
msgid "Account appears to exist solely for spamming"
msgstr "Hesap sadece spam için var gibi görünüyor"
-#: src/components/modals/ClaimAccountModal.tsx:105
+#: src/components/modals/ClaimAccountModal.tsx:107
msgid "Account claimed successfully"
msgstr "Hesap başarıyla talep edildi"
@@ -1459,7 +1459,7 @@ msgstr "Sadece hiç bulunduğun tüm ÖM'lerde"
msgid "Action with both icons!"
msgstr "Her iki simgeyle işlem!"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:124
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:143
msgid "Active"
msgstr "Aktif"
@@ -1584,12 +1584,13 @@ msgstr "E-posta Ekle"
msgid "Add Favorite Channels"
msgstr "Favori Kanallar Ekle"
-#: src/components/bottomsheets/DMBottomSheet.tsx:524
+#: src/components/bottomsheets/DMBottomSheet.tsx:527
#: src/components/channel/dm/AddFriendView.tsx:32
#: src/components/channel/dm/DMFriendsView.tsx:199
#: src/components/modals/AddFriendSheet.tsx:50
-#: src/components/modals/UserProfileModal.tsx:1178
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:68
+#: src/components/modals/UserProfileModal.tsx:1179
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:75
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:89
msgid "Add Friend"
msgstr "Arkadaş Ekle"
@@ -1597,7 +1598,7 @@ msgstr "Arkadaş Ekle"
msgid "Add Friends"
msgstr "Arkadaşlar Ekle"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1187
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1211
#: src/components/channel/ChannelHeader.tsx:630
#: src/components/channel/dm/GroupDMWelcomeSection.tsx:85
msgid "Add Friends to Group"
@@ -1612,7 +1613,7 @@ msgstr "Öğe Ekle"
msgid "Add new reactions to messages."
msgstr "Mesajlara yeni tepkiler ekle."
-#: src/components/bottomsheets/DMBottomSheet.tsx:426
+#: src/components/bottomsheets/DMBottomSheet.tsx:428
#: src/components/profile/ProfileCard/ProfileCardActions.tsx:48
#: src/components/uikit/ContextMenu/items/UserNoteMenuItems.tsx:42
msgid "Add Note"
@@ -1647,7 +1648,7 @@ msgstr "Telefon numarası ekleme formu"
#: src/components/channel/MessageActionBar.tsx:450
#: src/components/channel/MessageActionBar.tsx:741
#: src/components/channel/messageActionMenu.tsx:92
-#: src/components/channel/MessageReactions.tsx:264
+#: src/components/channel/MessageReactions.tsx:263
#: src/components/uikit/ContextMenu/items/MessageMenuItems.tsx:65
msgid "Add Reaction"
msgstr "Tepki Ekle"
@@ -1695,8 +1696,8 @@ msgid "Add to favorites"
msgstr "Favorilere ekle"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:370
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1103
-#: src/components/bottomsheets/DMBottomSheet.tsx:400
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1127
+#: src/components/bottomsheets/DMBottomSheet.tsx:402
#: src/components/channel/ChannelHeader.tsx:547
#: src/components/channel/ChannelHeader.tsx:595
#: src/components/channel/ChannelHeader.tsx:600
@@ -1731,11 +1732,11 @@ msgid "Added to bookmarks"
msgstr "Yer imlerine eklendi"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:118
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:544
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:558
msgid "Added to favorites"
msgstr "Favorilere eklendi"
-#: src/components/bottomsheets/DMBottomSheet.tsx:129
+#: src/components/bottomsheets/DMBottomSheet.tsx:131
msgid "Added to Favorites"
msgstr "Favorilere Eklendi"
@@ -1752,7 +1753,7 @@ msgstr "Eklendi: {createdDate}"
msgid "Added: {createdDate} • Last used: {lastUsedDate}"
msgstr "Eklendi: {createdDate} • Son kullanım: {lastUsedDate}"
-#: src/components/pages/ReportPage.tsx:943
+#: src/components/pages/report/ReportStepDetails.tsx:222
msgid "Additional Comments (optional)"
msgstr "Ek Yorumlar (isteğe bağlı)"
@@ -1873,7 +1874,7 @@ msgstr "Tüm aramalar çalmak yerine sessizce bildirecek. Varsayılan olarak, ar
msgid "All Communities"
msgstr "Tüm Topluluklar"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:74
+#: src/components/modals/components/plutonium/VisionarySection.tsx:83
msgid "All current and future Plutonium benefits, forever"
msgstr "Tüm mevcut ve gelecekteki Plutonium avantajları, sonsuza kadar"
@@ -1911,7 +1912,7 @@ msgstr "Tüm üyeler"
msgid "All messages"
msgstr "Tüm mesajlar"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1377
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1401
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:206
#: src/components/modals/GuildNotificationSettingsModal.tsx:87
#: src/components/modals/GuildNotificationSettingsModal.tsx:273
@@ -2071,11 +2072,11 @@ msgstr "{0} izin verildi."
msgid "Already have an account?"
msgstr "Zaten bir hesabın var mı?"
-#: src/components/channel/InviteEmbed.tsx:187
+#: src/components/channel/InviteEmbed.tsx:189
msgid "Already joined"
msgstr "Zaten katıldın"
-#: src/components/channel/GiftEmbed.tsx:90
+#: src/components/channel/GiftEmbed.tsx:97
msgid "Already redeemed"
msgstr "Zaten kullanıldı"
@@ -2135,8 +2136,8 @@ msgstr "<0>{hostname}0> her zaman güven — bu uyarıyı bir dahaki sefere at
msgid "Always underline links"
msgstr "Bağlantıları her zaman altı çizili yap"
-#: src/components/channel/ChannelSearchResults.tsx:511
-#: src/components/channel/ChannelSearchResults.tsx:562
+#: src/components/channel/ChannelSearchResults.tsx:480
+#: src/components/channel/ChannelSearchResults.tsx:531
#: src/hooks/useChannelSearch.ts:233
#: src/hooks/useChannelSearch.ts:375
msgid "An error occurred while searching"
@@ -2198,7 +2199,7 @@ msgid "Animated Emoji ({0})"
msgstr "Hareketli Emoji ({0})"
#: src/components/channel/embeds/media/EmbedGifv.tsx:237
-#: src/components/channel/embeds/media/EmbedGifv.tsx:725
+#: src/components/channel/embeds/media/EmbedGifv.tsx:749
#: src/components/modals/MediaViewerModal.tsx:294
#: src/components/modals/MediaViewerModal.tsx:362
msgid "Animated GIF"
@@ -2320,8 +2321,8 @@ msgstr "Uygulama başarıyla güncellendi"
msgid "Applications"
msgstr "Uygulamalar"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:99
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:137
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:103
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:141
msgid "Applications & Bots"
msgstr "Uygulamalar & Botlar"
@@ -2352,7 +2353,7 @@ msgid "Archive"
msgstr "Arşivle"
#. placeholder {0}: user.username
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:162
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:164
#: src/components/modals/UserProfileActionsSheet.tsx:133
#: src/utils/RelationshipActionUtils.tsx:141
msgid "Are you sure you want to block {0}? They won't be able to message you or send you friend requests."
@@ -2368,8 +2369,8 @@ msgid "Are you sure you want to close this group DM? You can always reopen it la
msgstr "Bu grup DM'yi kapatmak istediğine emin misin? Daha sonra her zaman yeniden açabilirsin."
#. placeholder {0}: recipient?.username ?? ''
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:601
-#: src/components/bottomsheets/DMBottomSheet.tsx:303
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:615
+#: src/components/bottomsheets/DMBottomSheet.tsx:305
msgid "Are you sure you want to close your DM with {0}? You can always reopen it later."
msgstr "{0} kullanıcısıyla olan DM'nizi kapatmak istediğine emin misin? Daha sonra her zaman yeniden açabilirsin."
@@ -2406,7 +2407,7 @@ msgid "Are you sure you want to delete #{0}? This action cannot be undone."
msgstr "#{0} kanalını silmek istediğine emin misin? Bu işlem geri alınamaz."
#. placeholder {0}: channel.name ?? 'this channel'
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:667
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:681
msgid "Are you sure you want to delete #{0}? This cannot be undone."
msgstr "#{0} kanalını silmek istediğine emin misin? Bu geri alınamaz."
@@ -2504,7 +2505,7 @@ msgstr "{0} kanalından ayrılmak istediğine emin misin?"
msgid "Are you sure you want to leave this community? You will no longer be able to see any messages."
msgstr "Bu topluluktan ayrılmak istediğine emin misin? Artık hiçbir mesajı göremeyeceksin."
-#: src/components/bottomsheets/DMBottomSheet.tsx:338
+#: src/components/bottomsheets/DMBottomSheet.tsx:340
#: src/hooks/useLeaveGroup.tsx:43
msgid "Are you sure you want to leave this group? You will no longer be able to see any messages."
msgstr "Bu gruptan ayrılmak istediğine emin misin? Artık hiçbir mesajı göremeyeceksin."
@@ -2515,9 +2516,9 @@ msgid "Are you sure you want to make {0} the group owner? You will lose owner pr
msgstr "{0} kullanıcısını grup sahibi yapmak istediğine emin misin? Sahip ayrıcalıklarını kaybedeceksin."
#. placeholder {0}: user.username
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:145
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:147
#: src/components/modals/UserProfileActionsSheet.tsx:116
-#: src/components/modals/UserProfileMobileSheet.tsx:303
+#: src/components/modals/UserProfileMobileSheet.tsx:304
#: src/utils/RelationshipActionUtils.tsx:114
msgid "Are you sure you want to remove {0} as a friend?"
msgstr "{0} kullanıcısını arkadaşlıktan çıkarmak istediğine emin misin?"
@@ -2557,10 +2558,10 @@ msgid "Are you sure you want to transfer ownership of the group to {0}?"
msgstr "Grubun sahipliğini {0} kullanıcısına devretmek istediğine emin misin?"
#. placeholder {0}: user.username
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:179
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:181
#: src/components/modals/tabs/BlockedUsersTab.tsx:57
#: src/components/modals/UserProfileActionsSheet.tsx:150
-#: src/components/modals/UserProfileMobileSheet.tsx:319
+#: src/components/modals/UserProfileMobileSheet.tsx:320
#: src/utils/RelationshipActionUtils.tsx:168
msgid "Are you sure you want to unblock {0}?"
msgstr "{0} kullanıcısının engelini kaldırmak istediğine emin misin?"
@@ -2573,7 +2574,7 @@ msgstr "Sanat Kulübü"
msgid "Artists' Corner"
msgstr "Sanatçılar Köşesi"
-#: src/components/modals/components/plutonium/PricingSection.tsx:63
+#: src/components/modals/components/plutonium/PricingSection.tsx:69
msgid "As a Gift"
msgstr "Hediye Olarak"
@@ -2689,7 +2690,7 @@ msgstr "Ses Ayarları"
msgid "Audio will be included with this screen share."
msgstr "Bu ekran paylaşımına ses dahil edilecektir."
-#: src/components/pages/ReportPage.tsx:311
+#: src/components/pages/report/optionDescriptors.ts:83
msgid "Austria"
msgstr "Avusturya"
@@ -2844,6 +2845,7 @@ msgstr "Ortalama ping:"
#: src/components/modals/PhoneAddModal.tsx:235
#: src/components/modals/RequiredActionModal.tsx:463
#: src/components/pages/OAuthAuthorizePage.tsx:694
+#: src/components/pages/report/ReportStepDetails.tsx:243
msgid "Back"
msgstr "Geri"
@@ -2933,7 +2935,7 @@ msgid "Balanced quality and bandwidth"
msgstr "Dengeli kalite ve bant genişliği"
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:353
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:320
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:323
#: src/components/modals/UserProfileActionsSheet.tsx:262
msgid "Ban"
msgstr "Yasakla"
@@ -3035,7 +3037,7 @@ msgstr "önce:"
msgid "Begin a call in the current private conversation"
msgstr "Mevcut özel sohbette bir çağrı başlat"
-#: src/components/pages/ReportPage.tsx:312
+#: src/components/pages/report/optionDescriptors.ts:84
msgid "Belgium"
msgstr "Belçika"
@@ -3066,7 +3068,7 @@ msgstr "Beta kodu (isteğe bağlı)"
msgid "Beta Code Redeemed!"
msgstr "Beta Kodu Kullanıldı!"
-#: src/components/modals/tabs/BetaCodesTab.tsx:313
+#: src/components/modals/tabs/BetaCodesTab.tsx:338
#: src/components/modals/utils/settingsSearchIndex.ts:741
msgid "Beta Codes"
msgstr "Beta Kodları"
@@ -3083,13 +3085,13 @@ msgstr "Biyografi"
msgid "Bio character limit"
msgstr "Biyografi karakter sınırı"
-#: src/components/bottomsheets/DMBottomSheet.tsx:538
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:163
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:345
+#: src/components/bottomsheets/DMBottomSheet.tsx:541
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:165
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:348
#: src/components/modals/UserProfileActionsSheet.tsx:134
#: src/components/modals/UserProfileActionsSheet.tsx:298
#: src/components/modals/UserProfileModal.tsx:1062
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:190
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:211
#: src/utils/RelationshipActionUtils.tsx:143
msgid "Block"
msgstr "Engelle"
@@ -3106,7 +3108,7 @@ msgstr "Topluluk üyelerinden gelen doğrudan mesajları engelle?"
msgid "Block for all communities"
msgstr "Tüm topluluklar için engelle"
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:161
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:163
#: src/components/modals/UserProfileActionsSheet.tsx:132
#: src/utils/RelationshipActionUtils.tsx:139
msgid "Block User"
@@ -3270,7 +3272,7 @@ msgstr "Tarayıcı Ses Gerekiyor"
msgid "Browser locale ({browserLocale}): {format}"
msgstr "Tarayıcı yerel ayarı ({browserLocale}): {format}"
-#: src/components/pages/ReportPage.tsx:313
+#: src/components/pages/report/optionDescriptors.ts:85
msgid "Bulgaria"
msgstr "Bulgaristan"
@@ -3313,16 +3315,16 @@ msgstr "Düğmeler, gönderim sırasında bir yükleme göstergesi gösterir."
msgid "Buttons with Icons"
msgstr "Simgeli Düğmeler"
-#: src/components/modals/components/plutonium/GiftSection.tsx:74
-#: src/components/modals/components/plutonium/GiftSection.tsx:83
-#: src/components/modals/components/plutonium/GiftSection.tsx:92
-#: src/components/modals/components/plutonium/PricingSection.tsx:106
-#: src/components/modals/components/plutonium/PricingSection.tsx:115
-#: src/components/modals/components/plutonium/PricingSection.tsx:124
+#: src/components/modals/components/plutonium/GiftSection.tsx:81
+#: src/components/modals/components/plutonium/GiftSection.tsx:93
+#: src/components/modals/components/plutonium/GiftSection.tsx:105
+#: src/components/modals/components/plutonium/PricingSection.tsx:121
+#: src/components/modals/components/plutonium/PricingSection.tsx:133
+#: src/components/modals/components/plutonium/PricingSection.tsx:145
msgid "Buy Gift"
msgstr "Hediye Satın Al"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:114
+#: src/components/modals/components/plutonium/VisionarySection.tsx:140
msgid "Buying Visionary will cancel your current {currentAccessLabel} immediately. It is a one-time purchase with lifetime access."
msgstr "Visionary satın almak mevcut {currentAccessLabel} aboneliğinizi hemen iptal edecektir. Bu, ömür boyu erişim sağlayan tek seferlik bir satın alma."
@@ -3347,7 +3349,7 @@ msgstr "Yavaş Modu Atlat"
msgid "Bypass Splash Screen"
msgstr "Açılış Ekranını Atla"
-#: src/components/channel/channel-view/DMChannelView.tsx:271
+#: src/components/channel/channel-view/DMChannelView.tsx:272
msgid "Call available"
msgstr "Arama mevcut"
@@ -3446,11 +3448,11 @@ msgstr "Kamera Ayarları"
#: src/components/modals/CategoryCreateModal.tsx:79
#: src/components/modals/ChannelCreateModal.tsx:100
#: src/components/modals/ChannelDeleteModal.tsx:72
-#: src/components/modals/ClaimAccountModal.tsx:179
-#: src/components/modals/ClaimAccountModal.tsx:219
-#: src/components/modals/components/MobileSettingsView.tsx:302
+#: src/components/modals/ClaimAccountModal.tsx:181
+#: src/components/modals/ClaimAccountModal.tsx:221
+#: src/components/modals/components/MobileSettingsView.tsx:297
#: src/components/modals/components/plutonium/hooks/useCheckoutActions.tsx:110
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:328
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:371
#: src/components/modals/ConfirmModal.tsx:146
#: src/components/modals/CreateDMModal.tsx:88
#: src/components/modals/CreateFavoriteCategoryModal.tsx:74
@@ -3473,7 +3475,7 @@ msgstr "Kamera Ayarları"
#: src/components/modals/HideOwnCameraConfirmModal.tsx:65
#: src/components/modals/IARModal.tsx:218
#: src/components/modals/ImageCropModal.tsx:981
-#: src/components/modals/InviteModal.tsx:336
+#: src/components/modals/InviteModal.tsx:333
#: src/components/modals/KickMemberModal.tsx:60
#: src/components/modals/MfaTotpDisableModal.tsx:75
#: src/components/modals/MfaTotpEnableModal.tsx:102
@@ -3498,11 +3500,11 @@ msgstr "Kamera Ayarları"
msgid "Cancel"
msgstr "İptal"
-#: src/components/channel/dm/DMWelcomeSection.tsx:126
+#: src/components/channel/dm/DMWelcomeSection.tsx:138
#: src/components/channel/friends/FriendListItem.tsx:164
#: src/components/channel/friends/FriendListItem.tsx:166
-#: src/components/modals/UserProfileModal.tsx:1273
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:171
+#: src/components/modals/UserProfileModal.tsx:1274
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:192
msgid "Cancel Friend Request"
msgstr "Arkadaşlık İsteğini İptal Et"
@@ -3522,7 +3524,7 @@ msgstr "İsteği İptal Et"
msgid "Cancel upload"
msgstr "Yüklemeyi iptal et"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:118
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:137
msgid "Canceling"
msgstr "İptal ediliyor"
@@ -3566,7 +3568,7 @@ msgstr "Kart Hizalama"
msgid "Card alignment controls"
msgstr "Kart hizalama kontrolleri"
-#: src/components/modals/components/MobileSettingsView.tsx:123
+#: src/components/modals/components/MobileSettingsView.tsx:118
#: src/components/modals/components/SettingsModalHeader.tsx:76
msgid "Careful! You have unsaved changes."
msgstr "Dikkat! Kaydedilmemiş değişiklikleriniz var."
@@ -3576,7 +3578,7 @@ msgstr "Dikkat! Kaydedilmemiş değişiklikleriniz var."
msgid "Category"
msgstr "Kategori"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1371
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1395
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:239
msgid "Category Default"
msgstr "Kategori Varsayılanı"
@@ -3594,7 +3596,7 @@ msgstr "Kategori dolu"
msgid "Category Name"
msgstr "Kategori Adı"
-#: src/components/modals/ChannelSettingsModal.tsx:105
+#: src/components/modals/ChannelSettingsModal.tsx:113
#: src/components/modals/components/DesktopChannelSettingsView.tsx:188
msgid "Category Settings"
msgstr "Kategori Ayarları"
@@ -3625,7 +3627,7 @@ msgstr "Arka Planı Değiştir"
msgid "Change Banner"
msgstr "Banner'ı Değiştir"
-#: src/components/pages/ReportPage.tsx:752
+#: src/components/pages/report/ReportStepVerification.tsx:126
msgid "Change email"
msgstr "E-posta değiştir"
@@ -3647,8 +3649,8 @@ msgstr "FluxerTag'ı Değiştir"
msgid "Change FluxerTag form"
msgstr "FluxerTag değiştirme formu"
-#: src/components/bottomsheets/DMBottomSheet.tsx:433
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:133
+#: src/components/bottomsheets/DMBottomSheet.tsx:435
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:154
msgid "Change Friend Nickname"
msgstr "Arkadaş Takma Adını Değiştir"
@@ -3673,7 +3675,7 @@ msgid "Change My Group Nickname"
msgstr "Grup Takma Adımı Değiştir"
#: src/components/modals/BaseChangeNicknameModal.tsx:82
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:238
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:240
#: src/components/modals/RenameChannelModal.tsx:58
#: src/components/modals/UserProfileActionsSheet.tsx:225
#: src/components/modals/UserProfileActionsSheet.tsx:225
@@ -3760,8 +3762,8 @@ msgstr "Ses bölgesi {0} olarak değiştirildi."
msgid "channel"
msgstr "kanal"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:483
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:549
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:497
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:563
#: src/components/invites/InviteListItem.tsx:50
#: src/components/webhooks/WebhookListItem.tsx:240
#: src/constants/AuditLogConstants.tsx:236
@@ -3796,7 +3798,7 @@ msgid "Channel Debug"
msgstr "Kanal Hata Ayıklama"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:188
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:675
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:689
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:329
msgid "Channel deleted"
msgstr "Kanal silindi"
@@ -3806,11 +3808,11 @@ msgid "Channel Deleted"
msgstr "Kanal Silindi"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:273
-#: src/components/bottomsheets/DMBottomSheet.tsx:366
+#: src/components/bottomsheets/DMBottomSheet.tsx:368
msgid "Channel ID copied"
msgstr "Kanal kimliği kopyalandı"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:535
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:549
msgid "Channel ID copied to clipboard"
msgstr "Kanal kimliği panoya kopyalandı"
@@ -3878,9 +3880,9 @@ msgstr "Kanal Kaydı"
msgid "Channel removed from favorites"
msgstr "Kanal favorilerden kaldırıldı"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1092
-#: src/components/layout/ChannelItem.tsx:630
-#: src/components/modals/ChannelSettingsModal.tsx:105
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1116
+#: src/components/layout/ChannelItem.tsx:647
+#: src/components/modals/ChannelSettingsModal.tsx:113
#: src/components/modals/components/DesktopChannelSettingsView.tsx:188
msgid "Channel Settings"
msgstr "Kanal Ayarları"
@@ -3947,7 +3949,7 @@ msgstr "Durum güncellemeleri için <0>Bluesky (@fluxer.app)0> hesabımızı k
msgid "Check out my custom theme!"
msgstr "Özel temama bir göz at!"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:105
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:109
msgid "Check your connection and try again."
msgstr "Bağlantını kontrol et ve tekrar dene."
@@ -3969,8 +3971,8 @@ msgstr "Onay Kutuları"
msgid "Checking..."
msgstr "Kontrol ediliyor..."
-#: src/components/pages/ReportPage.tsx:270
-#: src/components/pages/ReportPage.tsx:299
+#: src/components/pages/report/optionDescriptors.ts:51
+#: src/components/pages/report/optionDescriptors.ts:74
#: src/constants/IARConstants.tsx:72
#: src/constants/IARConstants.tsx:175
msgid "Child Safety Concerns"
@@ -3984,6 +3986,10 @@ msgstr "Çince (Basitleştirilmiş)"
msgid "Chinese (Traditional)"
msgstr "Çince (Geleneksel)"
+#: src/components/pages/report/ReportBreadcrumbs.tsx:46
+msgid "Choose"
+msgstr "Seç"
+
#: src/components/pages/OAuthAuthorizePage.tsx:898
msgid "Choose a community"
msgstr "Bir topluluk seç"
@@ -4080,25 +4086,36 @@ msgstr "Profil vurgu rengini seç"
#: src/components/channel/barriers/BarrierComponents.tsx:109
#: src/components/channel/barriers/BarrierComponents.tsx:240
-#: src/components/layout/app-layout/nagbars/UnclaimedAccountNagbar.tsx:47
-#: src/components/modals/ClaimAccountModal.tsx:225
-#: src/components/modals/components/UnclaimedAccountAlert.tsx:34
+#: src/components/channel/dm/AddFriendForm.tsx:57
+#: src/components/layout/app-layout/nagbars/UnclaimedAccountNagbar.tsx:45
+#: src/components/modals/ClaimAccountModal.tsx:227
+#: src/components/modals/components/UnclaimedAccountAlert.tsx:32
+#: src/components/modals/GiftAcceptModal.tsx:170
#: src/components/modals/tabs/AccountSecurityTab/SecurityTab.tsx:206
+#: src/components/modals/tabs/BetaCodesTab.tsx:297
+#: src/components/modals/tabs/GiftInventoryTab.tsx:242
msgid "Claim Account"
msgstr "Hesabı Talep Et"
-#: src/components/channel/GiftEmbed.tsx:98
-#: src/components/modals/GiftAcceptModal.tsx:154
+#: src/components/channel/GiftEmbed.tsx:109
+msgid "Claim Account to Redeem"
+msgstr "Hesabı Talep Etmek için İade Et"
+
+#: src/components/channel/GiftEmbed.tsx:109
+#: src/components/modals/GiftAcceptModal.tsx:197
#: src/components/pages/GiftLoginPage.tsx:155
#: src/components/pages/GiftRegisterPage.tsx:42
msgid "Claim Gift"
msgstr "Hediyeyi Talep Et"
-#: src/components/modals/ClaimAccountModal.tsx:141
+#: src/components/channel/dm/AddFriendForm.tsx:53
+#: src/components/modals/ClaimAccountModal.tsx:143
+#: src/components/modals/tabs/BetaCodesTab.tsx:293
+#: src/components/modals/tabs/GiftInventoryTab.tsx:238
msgid "Claim your account"
msgstr "Hesabını talep et"
-#: src/components/modals/ClaimAccountModal.tsx:146
+#: src/components/modals/ClaimAccountModal.tsx:148
msgid "Claim your account by adding an email and password. We will send a verification code to confirm your email before finishing."
msgstr "Bir e-posta ve şifre ekleyerek hesabını talep et. Bitirmeden önce e-postanı onaylamak için bir doğrulama kodu göndereceğiz."
@@ -4106,11 +4123,68 @@ msgstr "Bir e-posta ve şifre ekleyerek hesabını talep et. Bitirmeden önce e-
msgid "Claim your account to access security features like two-factor authentication and passkeys."
msgstr "İki faktörlü kimlik doğrulama ve geçiş anahtarları gibi güvenlik özelliklerine erişmek için hesabını talep et."
+#: src/components/channel/ChannelHeader/CallButtons.tsx:85
+#: src/components/channel/ChannelHeader/CallButtons.tsx:155
+msgid "Claim your account to call"
+msgstr "Arama yapmak için hesabınızı talep edin"
+
#: src/components/modals/tabs/MyProfileTab/UsernameSection.tsx:49
msgid "Claim your account to change your FluxerTag"
msgstr "FluxerTag'ını değiştirmek için hesabını talep et"
-#: src/components/modals/GiftAcceptModal.tsx:145
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:146
+msgid "Claim your account to create applications."
+msgstr "Uygulama oluşturmak için hesabını talep et."
+
+#: src/components/modals/tabs/BetaCodesTab.tsx:294
+msgid "Claim your account to generate beta codes."
+msgstr "Beta kodları oluşturmak için hesabını talep et."
+
+#: src/components/layout/ChannelItem.tsx:208
+#: src/components/layout/ChannelItem.tsx:382
+#: src/stores/voice/MediaEngineFacade.ts:537
+msgid "Claim your account to join this voice channel."
+msgstr "Bu ses kanalına katılmak için hesabınızı talep edin."
+
+#: src/stores/voice/MediaEngineFacade.ts:170
+msgid "Claim your account to join voice channels you don't own."
+msgstr "Sahip olmadığınız ses kanallarına katılmak için hesabınızı talep edin."
+
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:55
+#: src/components/modals/components/plutonium/GiftSection.tsx:61
+#: src/components/modals/components/plutonium/PricingSection.tsx:63
+#: src/components/modals/components/plutonium/VisionarySection.tsx:62
+#: src/components/modals/components/PlutoniumContent.tsx:99
+msgid "Claim your account to purchase Fluxer Plutonium."
+msgstr "Fluxer Plutonium satın almak için hesabını talep et."
+
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:112
+msgid "Claim your account to purchase or redeem Fluxer Plutonium."
+msgstr "Fluxer Plutonium satın almak veya iade etmek için hesabını talep et."
+
+#: src/components/modals/tabs/GiftInventoryTab.tsx:239
+msgid "Claim your account to redeem or manage Plutonium gift codes."
+msgstr "Plutonium hediye kodlarını iade etmek veya yönetmek için hesabını talep et."
+
+#: src/components/channel/GiftEmbed.tsx:99
+#: src/components/modals/GiftAcceptModal.tsx:154
+msgid "Claim your account to redeem this gift."
+msgstr "Bu hediyeyi iade etmek için hesabını talep et."
+
+#: src/components/channel/dm/AddFriendForm.tsx:54
+#: src/components/channel/dm/DMWelcomeSection.tsx:109
+#: src/components/modals/UserProfileModal.tsx:1289
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:65
+msgid "Claim your account to send friend requests."
+msgstr "Arkadaşlık istekleri göndermek için hesabını talep et."
+
+#: src/components/channel/ChannelHeader/CallButtons.tsx:54
+#: src/components/channel/ChannelHeader/CallButtons.tsx:124
+#: src/stores/voice/MediaEngineFacade.ts:179
+msgid "Claim your account to start or join 1:1 calls."
+msgstr "1:1 aramaları başlatmak veya katılmak için hesabınızı talep edin."
+
+#: src/components/modals/GiftAcceptModal.tsx:188
msgid "Claim your gift to activate your premium subscription!"
msgstr "Premium aboneliğini etkinleştirmek için hediyeni talep et!"
@@ -4164,8 +4238,8 @@ msgstr "İzinleri Temizle"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:420
#: src/components/channel/MessageSearchBar/MessageSearchBar.tsx:1424
-#: src/components/channel/shared/PickerSearchInput.tsx:195
-#: src/components/channel/shared/PickerSearchInput.tsx:212
+#: src/components/channel/shared/PickerSearchInput.tsx:194
+#: src/components/channel/shared/PickerSearchInput.tsx:211
#: src/components/modals/components/SettingsSearch.tsx:108
msgid "Clear search"
msgstr "Aramayı temizle"
@@ -4200,11 +4274,11 @@ msgstr "Çıkartma açıklaması temizlendi."
msgid "Cleared the topic."
msgstr "Konu temizlendi."
-#: src/components/modals/components/MobileSettingsView.tsx:297
+#: src/components/modals/components/MobileSettingsView.tsx:292
msgid "Clearing subscriptions ensures the gateway stops sending messages to this installation."
msgstr "Abonelikleri temizlemek, ağ geçidinin bu kuruluma mesaj göndermeyi durdurmasını sağlar."
-#: src/components/modals/tabs/BetaCodesTab.tsx:366
+#: src/components/modals/tabs/BetaCodesTab.tsx:391
msgid "Click \"Create Code\" to generate your first code."
msgstr "İlk kodunu oluşturmak için \"Kod Oluştur\"a tıkla."
@@ -4240,13 +4314,13 @@ msgstr "Not eklemek için tıkla"
msgid "Click to check and uncheck. Available in square and round styles."
msgstr "İşaretlemek ve işareti kaldırmak için tıkla. Kare ve yuvarlak stillerde mevcut."
-#: src/components/channel/GiftEmbed.tsx:90
+#: src/components/channel/GiftEmbed.tsx:100
msgid "Click to claim your gift!"
msgstr "Hediyeni almak için tıkla!"
#: src/components/invites/InviteListItem.tsx:184
#: src/components/modals/components/ClientInfo.tsx:76
-#: src/components/modals/tabs/BetaCodesTab.tsx:172
+#: src/components/modals/tabs/BetaCodesTab.tsx:174
msgid "Click to copy"
msgstr "Kopyalamak için tıkla"
@@ -4328,12 +4402,12 @@ msgid "Close"
msgstr "Kapat"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:341
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:600
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:602
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1239
-#: src/components/bottomsheets/DMBottomSheet.tsx:302
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:614
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:616
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1263
#: src/components/bottomsheets/DMBottomSheet.tsx:304
-#: src/components/bottomsheets/DMBottomSheet.tsx:557
+#: src/components/bottomsheets/DMBottomSheet.tsx:306
+#: src/components/bottomsheets/DMBottomSheet.tsx:560
#: src/components/channel/dm/DMList.tsx:292
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:82
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:84
@@ -4358,7 +4432,8 @@ msgstr "Kömür Teması"
#: src/components/invites/InviteListItem.tsx:54
#: src/components/modals/MfaTotpDisableModal.tsx:64
#: src/components/modals/MfaTotpEnableModal.tsx:91
-#: src/components/modals/tabs/BetaCodesTab.tsx:51
+#: src/components/modals/tabs/BetaCodesTab.tsx:53
+#: src/components/pages/report/ReportBreadcrumbs.tsx:48
msgid "Code"
msgstr "Kod"
@@ -4370,7 +4445,8 @@ msgstr "Kod & Tek Aralıklı"
msgid "Code Blocks"
msgstr "Kod Blokları"
-#: src/components/modals/ClaimAccountModal.tsx:123
+#: src/components/modals/ClaimAccountModal.tsx:125
+#: src/components/pages/ReportPage.tsx:231
msgid "Code resent"
msgstr "Kod yeniden gönderildi"
@@ -4379,8 +4455,8 @@ msgid "Code sent"
msgstr "Kod gönderildi"
#: src/components/invites/InviteListItem.tsx:180
-#: src/components/modals/tabs/BetaCodesTab.tsx:104
-#: src/components/modals/tabs/BetaCodesTab.tsx:168
+#: src/components/modals/tabs/BetaCodesTab.tsx:106
+#: src/components/modals/tabs/BetaCodesTab.tsx:170
msgid "Code:"
msgstr "Kod:"
@@ -4472,7 +4548,7 @@ msgstr "Toplulukta Sesler Kapatıldı"
msgid "Community Debug"
msgstr "Topluluk Hata Ayıklama"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1371
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1395
#: src/components/uikit/ContextMenu/items/CategoryMenuItems.tsx:221
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:239
msgid "Community Default"
@@ -4542,8 +4618,8 @@ msgstr "Topluluk Bildirim Ayarları"
msgid "Community organizes raids or harassment campaigns"
msgstr "Topluluk baskın veya taciz kampanyaları düzenliyor"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:237
-#: src/components/channel/MemberListItem.tsx:102
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:238
+#: src/components/channel/MemberListItem.tsx:109
#: src/components/modals/guildTabs/GuildMembersTab.tsx:145
#: src/components/modals/guildTabs/GuildMembersTab.tsx:197
msgid "Community Owner"
@@ -4567,14 +4643,14 @@ msgstr "Topluluk yasadışı faaliyetleri destekliyor veya kolaylaştırıyor"
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:172
#: src/components/modals/components/DesktopGuildSettingsView.tsx:204
-#: src/components/modals/GuildSettingsModal.tsx:168
+#: src/components/modals/GuildSettingsModal.tsx:173
#: src/components/popouts/GuildHeaderPopout.tsx:187
#: src/components/uikit/ContextMenu/items/GuildMenuItems.tsx:360
msgid "Community Settings"
msgstr "Topluluk Ayarları"
-#: src/components/layout/GuildLayout.tsx:301
-#: src/components/layout/GuildLayout.tsx:348
+#: src/components/layout/GuildLayout.tsx:306
+#: src/components/layout/GuildLayout.tsx:353
msgid "Community temporarily unavailable"
msgstr "Topluluk geçici olarak kullanılamıyor"
@@ -4782,8 +4858,8 @@ msgstr "Sese Bağlandı"
msgid "Connecting..."
msgstr "Bağlanıyor..."
-#: src/components/channel/channel-view/DMChannelView.tsx:273
-#: src/components/channel/channel-view/DMChannelView.tsx:323
+#: src/components/channel/channel-view/DMChannelView.tsx:274
+#: src/components/channel/channel-view/DMChannelView.tsx:324
#: src/components/voice/CompactVoiceCallView.tsx:55
msgid "Connecting…"
msgstr "Bağlanıyor…"
@@ -4979,7 +5055,7 @@ msgstr "Aktivite durumunu kontrol et"
#: src/components/modals/shared/CopyLinkSection.tsx:61
#: src/components/modals/tabs/ApplicationsTab/application-detail/ApplicationHeader.tsx:68
-#: src/components/modals/tabs/GiftInventoryTab.tsx:143
+#: src/components/modals/tabs/GiftInventoryTab.tsx:144
msgid "Copied"
msgstr "Kopyalandı"
@@ -5001,7 +5077,7 @@ msgstr "Kopyalandı!"
#: src/components/modals/BackupCodesModal.tsx:82
#: src/components/modals/shared/CopyLinkSection.tsx:61
#: src/components/modals/tabs/ApplicationsTab/application-detail/OAuthBuilderSection.tsx:142
-#: src/components/modals/tabs/GiftInventoryTab.tsx:143
+#: src/components/modals/tabs/GiftInventoryTab.tsx:144
msgid "Copy"
msgstr "Kopyala"
@@ -5017,7 +5093,7 @@ msgstr "Sesi Kopyala"
msgid "Copy authorize URL"
msgstr "Yetkilendirme URL'sini kopyala"
-#: src/components/modals/tabs/BetaCodesTab.tsx:178
+#: src/components/modals/tabs/BetaCodesTab.tsx:180
msgid "Copy beta code"
msgstr "Beta kodunu kopyala"
@@ -5028,8 +5104,8 @@ msgstr "Kategori Kimliğini Kopyala"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:320
#: src/components/bottomsheets/ChannelBottomSheet.tsx:347
#: src/components/bottomsheets/ChannelBottomSheet.tsx:433
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1293
-#: src/components/bottomsheets/DMBottomSheet.tsx:577
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1317
+#: src/components/bottomsheets/DMBottomSheet.tsx:580
#: src/components/channel/dm/DMList.tsx:271
#: src/components/channel/dm/DMList.tsx:298
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:362
@@ -5090,7 +5166,7 @@ msgstr "Görseli Kopyala"
msgid "Copy invite link"
msgstr "Davet bağlantısını kopyala"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1154
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1178
#: src/components/modals/tabs/ComponentGalleryTab/ButtonsTab.tsx:182
#: src/components/modals/tabs/ComponentGalleryTab/index.tsx:100
#: src/components/modals/tabs/ComponentGalleryTab/Inline.tsx:95
@@ -5131,15 +5207,15 @@ msgstr "Sticker Kimliğini Kopyala"
msgid "Copy Text"
msgstr "Metni Kopyala"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1285
-#: src/components/bottomsheets/DMBottomSheet.tsx:570
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1309
+#: src/components/bottomsheets/DMBottomSheet.tsx:573
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:370
#: src/components/modals/guildTabs/BannedUserActionsSheet.tsx:74
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:358
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:361
#: src/components/modals/tabs/BlockedUsersTab.tsx:107
#: src/components/modals/UserProfileActionsSheet.tsx:213
#: src/components/modals/UserProfileModal.tsx:1130
-#: src/components/popouts/UserAreaPopout.tsx:507
+#: src/components/popouts/UserAreaPopout.tsx:509
#: src/components/profile/ProfileCard/ProfileCardActions.tsx:60
#: src/components/uikit/ContextMenu/items/CopyMenuItems.tsx:42
msgid "Copy User ID"
@@ -5175,7 +5251,7 @@ msgstr "Geri Sayım Zamanlayıcısı"
msgid "Country"
msgstr "Ülke"
-#: src/components/pages/ReportPage.tsx:928
+#: src/components/pages/report/ReportStepDetails.tsx:205
msgid "Country of Residence"
msgstr "İkamet Ülkesi"
@@ -5207,7 +5283,7 @@ msgid "Create a new community or join an existing one."
msgstr "Yeni bir topluluk oluştur veya mevcut bir topluluğa katıl."
#. placeholder {0}: recipient.username
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:905
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:937
msgid "Create a new group with {0}"
msgstr "{0} ile yeni bir grup oluştur"
@@ -5239,7 +5315,7 @@ msgstr "Bir hesap oluştur"
msgid "Create an account to claim your gift"
msgstr "Hediyeni almak için bir hesap oluştur"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:138
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:142
msgid "Create and manage applications and bots for your account."
msgstr "Hesabın için uygulamalar ve botlar oluştur ve yönet."
@@ -5248,7 +5324,8 @@ msgid "Create and share custom emoji and sticker packs with Fluxer Plutonium."
msgstr "Fluxer Plutonium ile özel emoji ve sticker paketleri oluştur ve paylaş."
#: src/components/modals/tabs/ApplicationsTab/ApplicationCreateModal.tsx:87
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:142
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:149
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:155
msgid "Create Application"
msgstr "Uygulama Oluştur"
@@ -5267,7 +5344,7 @@ msgid "Create Category"
msgstr "Kategori Oluştur"
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:180
-#: src/components/layout/ChannelItem.tsx:607
+#: src/components/layout/ChannelItem.tsx:624
#: src/components/modals/ChannelCreateModal.tsx:58
#: src/components/modals/ChannelCreateModal.tsx:103
#: src/components/popouts/GuildHeaderPopout.tsx:194
@@ -5276,8 +5353,8 @@ msgstr "Kategori Oluştur"
msgid "Create Channel"
msgstr "Kanal Oluştur"
-#: src/components/modals/tabs/BetaCodesTab.tsx:326
-#: src/components/modals/tabs/BetaCodesTab.tsx:369
+#: src/components/modals/tabs/BetaCodesTab.tsx:351
+#: src/components/modals/tabs/BetaCodesTab.tsx:394
msgid "Create Code"
msgstr "Kod Oluştur"
@@ -5329,7 +5406,7 @@ msgstr "Yeni hesap oluştur"
msgid "Create new group"
msgstr "Yeni grup oluştur"
-#: src/components/modals/InviteModal.tsx:339
+#: src/components/modals/InviteModal.tsx:336
msgid "Create New Link"
msgstr "Yeni Bağlantı Oluştur"
@@ -5373,7 +5450,7 @@ msgid "Create, edit, or delete webhooks."
msgstr "Webhook'ları oluşturun, düzenleyin veya silin."
#: src/components/invites/InviteListItem.tsx:59
-#: src/components/modals/tabs/BetaCodesTab.tsx:57
+#: src/components/modals/tabs/BetaCodesTab.tsx:59
msgid "Created"
msgstr "Oluşturuldu"
@@ -5390,7 +5467,7 @@ msgstr "Oluşturuldu {createdAt}"
#. placeholder {0}: invite.pack.creator.username
#. placeholder {0}: pack.creator.username
#: src/components/auth/InviteHeader.tsx:158
-#: src/components/channel/InviteEmbed.tsx:218
+#: src/components/channel/InviteEmbed.tsx:220
#: src/components/modals/InviteAcceptModal.tsx:152
msgid "Created by {0}"
msgstr "{0} tarafından oluşturuldu"
@@ -5427,8 +5504,8 @@ msgid "Created with name {newLabel}."
msgstr "{newLabel} adıyla oluşturuldu."
#: src/components/invites/InviteListItem.tsx:207
-#: src/components/modals/tabs/BetaCodesTab.tsx:135
-#: src/components/modals/tabs/BetaCodesTab.tsx:212
+#: src/components/modals/tabs/BetaCodesTab.tsx:137
+#: src/components/modals/tabs/BetaCodesTab.tsx:214
msgid "Created:"
msgstr "Oluşturuldu:"
@@ -5440,7 +5517,7 @@ msgstr "Yaratıcı Zihinler Kolektifi"
msgid "Creative Writing Club"
msgstr "Yaratıcı Yazarlık Kulübü"
-#: src/components/pages/ReportPage.tsx:314
+#: src/components/pages/report/optionDescriptors.ts:86
msgid "Croatia"
msgstr "Hırvatistan"
@@ -5519,8 +5596,8 @@ msgid "Currently stuck in 1885, appearing offline"
msgstr "Şu anda 1885'te sıkışmış, çevrimdışı görünüyor"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:461
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1023
-#: src/components/bottomsheets/DMBottomSheet.tsx:605
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1047
+#: src/components/bottomsheets/DMBottomSheet.tsx:608
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:305
msgid "Currently: {mutedText}"
msgstr "Şu anda: {mutedText}"
@@ -5665,7 +5742,7 @@ msgstr "Bireysel topluluklar için avatarınızı, bannerınızı, vurgu rengini
msgid "Cut"
msgstr "Kes"
-#: src/components/pages/ReportPage.tsx:315
+#: src/components/pages/report/optionDescriptors.ts:87
msgid "Cyprus"
msgstr "Kıbrıs"
@@ -5673,7 +5750,7 @@ msgstr "Kıbrıs"
msgid "Czech"
msgstr "Çekçe"
-#: src/components/pages/ReportPage.tsx:316
+#: src/components/pages/report/optionDescriptors.ts:88
msgid "Czech Republic"
msgstr "Çek Cumhuriyeti"
@@ -5746,9 +5823,9 @@ msgstr "Tarih Biçimi"
#: src/components/auth/AuthMinimalRegisterFormCore.tsx:93
#: src/components/auth/AuthRegisterFormCore.tsx:139
-#: src/components/auth/DateOfBirthField.tsx:90
-#: src/components/auth/DateOfBirthField.tsx:124
-#: src/components/auth/DateOfBirthField.tsx:292
+#: src/components/auth/DateOfBirthField.tsx:87
+#: src/components/auth/DateOfBirthField.tsx:121
+#: src/components/auth/DateOfBirthField.tsx:289
#: src/components/auth/MockMinimalRegisterForm.tsx:107
msgid "Date of birth"
msgstr "Doğum tarihi"
@@ -5757,8 +5834,7 @@ msgstr "Doğum tarihi"
msgid "Date Options"
msgstr "Tarih Seçenekleri"
-#: src/components/auth/DateOfBirthField.tsx:88
-#: src/components/auth/DateOfBirthField.tsx:155
+#: src/components/auth/DateOfBirthField.tsx:152
#: src/components/auth/MockMinimalRegisterForm.tsx:73
msgid "Day"
msgstr "Gün"
@@ -5817,11 +5893,11 @@ msgstr "Yetkiyi Kaldır"
msgid "Deauthorize Application"
msgstr "Uygulamanın Yetkisini Kaldır"
-#: src/components/modals/components/MobileSettingsView.tsx:369
+#: src/components/modals/components/MobileSettingsView.tsx:364
msgid "Debug"
msgstr "Hata Ayıklama"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1267
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1291
#: src/components/uikit/ContextMenu/items/DebugMenuItems.tsx:71
msgid "Debug Channel"
msgstr "Kanalı Hata Ayıkla"
@@ -5844,7 +5920,7 @@ msgstr "Üyeyi Hata Ayıkla"
msgid "Debug Message"
msgstr "Mesajı Hata Ayıkla"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1275
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1299
#: src/components/uikit/ContextMenu/items/DebugMenuItems.tsx:53
msgid "Debug User"
msgstr "Kullanıcıyı Hata Ayıkla"
@@ -5905,8 +5981,8 @@ msgstr "Pil ömrünü ve veri kullanımını korumak için mobilde kapalı varsa
#: src/actions/MessageActionCreators.tsx:394
#: src/components/channel/embeds/media/EmbedAudio.tsx:227
#: src/components/channel/embeds/media/MediaContainer.tsx:115
-#: src/components/channel/Messages.tsx:444
-#: src/components/channel/Messages.tsx:524
+#: src/components/channel/Messages.tsx:442
+#: src/components/channel/Messages.tsx:522
#: src/components/channel/MobileMemesPicker.tsx:546
#: src/components/channel/pickers/memes/MemeGridItem.tsx:120
#: src/components/emojis/EmojiListItem.tsx:189
@@ -5923,7 +5999,7 @@ msgstr "Pil ömrünü ve veri kullanımını korumak için mobilde kapalı varsa
msgid "Delete"
msgstr "Sil"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:666
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:680
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:320
msgid "Delete {channelType}"
msgstr "{channelType} Sil"
@@ -5987,8 +6063,8 @@ msgstr "Kategoriyi Sil"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:179
#: src/components/bottomsheets/ChannelBottomSheet.tsx:181
#: src/components/bottomsheets/ChannelBottomSheet.tsx:421
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:668
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1224
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:682
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1248
#: src/components/modals/components/DesktopChannelSettingsView.tsx:176
#: src/components/modals/components/MobileChannelSettingsView.tsx:85
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:322
@@ -6021,8 +6097,8 @@ msgstr "Medyayı sil"
#: src/components/channel/MessageActionBar.tsx:804
#: src/components/channel/messageActionMenu.tsx:156
#: src/components/channel/messageActionMenu.tsx:193
-#: src/components/channel/Messages.tsx:441
-#: src/components/channel/Messages.tsx:521
+#: src/components/channel/Messages.tsx:439
+#: src/components/channel/Messages.tsx:519
#: src/components/uikit/ContextMenu/items/MessageMenuItems.tsx:273
msgid "Delete Message"
msgstr "Mesajı Sil"
@@ -6114,7 +6190,7 @@ msgstr "{0} reddedildi ve {1} için red kaldırıldı."
msgid "Denied {0}."
msgstr "{0} reddedildi."
-#: src/components/pages/ReportPage.tsx:317
+#: src/components/pages/report/optionDescriptors.ts:89
msgid "Denmark"
msgstr "Danimarka"
@@ -6143,7 +6219,7 @@ msgstr "Çıkartmayı tanımla"
msgid "Describe what expressions are inside this pack."
msgstr "Bu pakette hangi ifadelerin olduğunu tanımla."
-#: src/components/pages/ReportPage.tsx:946
+#: src/components/pages/report/ReportStepDetails.tsx:225
msgid "Describe what makes the content illegal"
msgstr "İçeriği yasa dışı yapanı tanımlayın"
@@ -6205,6 +6281,10 @@ msgstr "Ayrılmış Banner"
msgid "details"
msgstr "ayrıntılar"
+#: src/components/pages/report/ReportBreadcrumbs.tsx:49
+msgid "Details"
+msgstr "Ayrıntılar"
+
#: src/components/modals/AddGuildModal.tsx:150
msgid "Dev Den"
msgstr "Geliştirici Alanı"
@@ -6274,7 +6354,7 @@ msgstr "Farklı Boyutlar & Üye Sayıları"
msgid "Direct message"
msgstr "Doğrudan mesaj"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:477
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:491
#: src/components/modals/shared/RecipientList.tsx:200
msgid "Direct Message"
msgstr "Doğrudan Mesaj"
@@ -6516,8 +6596,8 @@ msgstr "Yasadışı faaliyetlerin tartışılması veya teşvik edilmesi"
#: src/components/layout/app-layout/nagbars/PremiumGracePeriodNagbar.tsx:79
#: src/components/layout/app-layout/nagbars/PremiumOnboardingNagbar.tsx:57
#: src/components/layout/GuildLayout.tsx:106
-#: src/components/modals/GiftAcceptModal.tsx:98
-#: src/components/modals/GiftAcceptModal.tsx:124
+#: src/components/modals/GiftAcceptModal.tsx:105
+#: src/components/modals/GiftAcceptModal.tsx:131
#: src/components/modals/RequiredActionModal.tsx:475
msgid "Dismiss"
msgstr "Kapat"
@@ -6562,8 +6642,8 @@ msgstr "Rol üyelerini ayrı ayrı görüntüle."
msgid "Display separator lines between different groups of messages for better visual distinction."
msgstr "Daha iyi görsel ayrım için farklı mesaj grupları arasında ayırıcı çizgiler görüntüle."
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:613
-#: src/components/bottomsheets/DMBottomSheet.tsx:315
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:627
+#: src/components/bottomsheets/DMBottomSheet.tsx:317
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:97
#: src/components/uikit/ContextMenu/UserContextMenu.tsx:168
msgid "DM closed"
@@ -6581,7 +6661,7 @@ msgstr "DM Mesaj Önizlemeleri"
msgid "DM Notifications"
msgstr "DM Bildirimleri"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1092
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1116
msgid "DM Settings"
msgstr "DM Ayarları"
@@ -6662,6 +6742,7 @@ msgstr "Kanal listesinde yazma göstergelerini gösterme"
#: src/components/keybinds/KeybindRecorder.tsx:220
#: src/components/modals/GuildNotificationSettingsModal.tsx:347
#: src/components/modals/GuildPrivacySettingsModal.tsx:68
+#: src/components/pages/report/ReportBreadcrumbs.tsx:50
#: src/components/search/HasFilterSheet.tsx:124
#: src/components/search/UserFilterSheet.tsx:149
msgid "Done"
@@ -6843,13 +6924,13 @@ msgstr "Eki Düzenle"
msgid "Edit attachment form"
msgstr "Ek formunu düzenle"
-#: src/components/layout/ChannelItem.tsx:630
+#: src/components/layout/ChannelItem.tsx:647
#: src/components/uikit/ContextMenu/items/CategoryMenuItems.tsx:299
msgid "Edit Category"
msgstr "Kategoriyi Düzenle"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:416
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1218
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1242
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:300
msgid "Edit Channel"
msgstr "Kanalı Düzenle"
@@ -6869,8 +6950,8 @@ msgid "Edit global settings like name, description, and icon."
msgstr "Ad, açıklama ve simge gibi genel ayarları düzenle."
#: src/components/bottomsheets/ChannelBottomSheet.tsx:284
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1178
-#: src/components/bottomsheets/DMBottomSheet.tsx:461
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1202
+#: src/components/bottomsheets/DMBottomSheet.tsx:463
#: src/components/channel/dm/DMList.tsx:237
#: src/components/channel/dm/GroupDMWelcomeSection.tsx:74
#: src/components/modals/EditGroupBottomSheet.tsx:177
@@ -6883,7 +6964,7 @@ msgstr "Grubu Düzenle"
msgid "Edit group form"
msgstr "Grup formunu düzenle"
-#: src/components/modals/InviteModal.tsx:327
+#: src/components/modals/InviteModal.tsx:324
msgid "Edit invite link"
msgstr "Davet bağlantısını düzenle"
@@ -6910,10 +6991,10 @@ msgstr "Notu Düzenle"
msgid "Edit overwrites for roles and members in this channel."
msgstr "Bu kanaldaki roller ve üyeler için geçersiz kılmaları düzenle."
-#: src/components/modals/UserProfileMobileSheet.tsx:486
-#: src/components/modals/UserProfileModal.tsx:1205
+#: src/components/modals/UserProfileMobileSheet.tsx:490
+#: src/components/modals/UserProfileModal.tsx:1206
#: src/components/pages/YouPage.tsx:123
-#: src/components/popouts/UserAreaPopout.tsx:519
+#: src/components/popouts/UserAreaPopout.tsx:521
#: src/components/popouts/UserProfilePopout.tsx:299
msgid "Edit Profile"
msgstr "Profili Düzenle"
@@ -6966,19 +7047,20 @@ msgstr "Zamanlanmış mesaj düzenleniyor"
#: src/components/auth/AuthLoginCore/AuthLoginEmailPasswordForm.tsx:78
#: src/components/auth/AuthRegisterFormCore.tsx:133
#: src/components/auth/AuthRegisterFormCore.tsx:159
-#: src/components/modals/ClaimAccountModal.tsx:157
+#: src/components/modals/ClaimAccountModal.tsx:159
#: src/components/modals/RequiredActionModal.tsx:185
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:210
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:241
#: src/components/modals/utils/settingsSearchIndex.ts:94
#: src/components/pages/ForgotPasswordPage.tsx:97
+#: src/components/pages/report/ReportBreadcrumbs.tsx:47
msgid "Email"
msgstr "E-posta"
#: src/components/modals/tabs/AccountSecurityTab/AccountTab.tsx:65
#: src/components/modals/tabs/AccountSecurityTab/AccountTab.tsx:91
#: src/components/modals/tabs/ComponentGalleryTab/InputsTab.tsx:107
-#: src/components/pages/ReportPage.tsx:662
+#: src/components/pages/report/ReportStepEmail.tsx:76
msgid "Email Address"
msgstr "E-posta Adresi"
@@ -7019,10 +7101,6 @@ msgstr "E-posta doğrulaması gerekli"
msgid "Email Verification Required"
msgstr "E-posta Doğrulaması Gerekli"
-#: src/components/pages/ReportPage.tsx:809
-msgid "Email verified"
-msgstr "E-posta doğrulandı"
-
#: src/components/modals/tabs/DeveloperOptionsTab/AccountPremiumTab.tsx:56
msgid "Email Verified Override"
msgstr "E-posta Doğrulaması Geçersiz Kılma"
@@ -7108,7 +7186,7 @@ msgid "Emoji names must be at least 2 characters long and can only contain alpha
msgstr "Emoji adları en az 2 karakter uzunluğunda olmalı ve yalnızca alfasayısal karakterler ve alt çizgi içerebilir. İzin verilen dosya türleri: JPEG, PNG, WebP, GIF. Görselleri 128x128 piksel olarak sıkıştırıyoruz. Maksimum boyut: emoji başına {0} KB."
#: src/components/auth/InviteHeader.tsx:140
-#: src/components/channel/InviteEmbed.tsx:197
+#: src/components/channel/InviteEmbed.tsx:199
#: src/components/modals/InviteAcceptModal.tsx:142
#: src/components/modals/tabs/ExpressionPacksTab.tsx:70
msgid "Emoji pack"
@@ -7140,7 +7218,7 @@ msgstr "Emoji Güncellendi"
#: src/components/channel/AutocompleteEmoji.tsx:67
#: src/components/channel/textarea/TextareaButtons.tsx:150
-#: src/components/modals/ExpressionPickerSheet.tsx:106
+#: src/components/modals/ExpressionPickerSheet.tsx:93
#: src/components/popouts/ExpressionPickerPopout.tsx:95
msgid "Emojis"
msgstr "Emojiler"
@@ -7343,11 +7421,11 @@ msgstr "İngilizce"
msgid "English (US)"
msgstr "İngilizce (ABD)"
-#: src/components/pages/ReportPage.tsx:429
+#: src/components/pages/ReportPage.tsx:254
msgid "Enter a code in the format ABCD-1234."
msgstr "ABCD-1234 formatında bir kod girin."
-#: src/components/modals/tabs/GiftInventoryTab.tsx:235
+#: src/components/modals/tabs/GiftInventoryTab.tsx:258
msgid "Enter a gift code to redeem Plutonium for your account."
msgstr "Hesabınız için Plutonium kullanmak için bir hediye kodu girin."
@@ -7371,7 +7449,7 @@ msgstr "Kodu Gir"
msgid "Enter fullscreen"
msgstr "Tam ekrana geç"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:255
+#: src/components/modals/tabs/GiftInventoryTab.tsx:278
msgid "Enter gift code..."
msgstr "Hediye kodunu gir..."
@@ -7414,7 +7492,7 @@ msgstr "Telefonunuza gönderilen 6 haneli kodu girin."
msgid "Enter the API endpoint of the Fluxer instance you want to connect to."
msgstr "Bağlanmak istediğiniz Fluxer örneğinin API uç noktasını girin."
-#: src/components/pages/ReportPage.tsx:424
+#: src/components/pages/ReportPage.tsx:249
msgid "Enter the code before continuing."
msgstr "Devam etmeden önce kodu girin."
@@ -7430,7 +7508,7 @@ msgstr "Mevcut e-postanıza gönderilen kodu girin."
msgid "Enter the code we emailed to your new address."
msgstr "Yeni adresinize e-posta ile gönderdiğimiz kodu girin."
-#: src/components/modals/ClaimAccountModal.tsx:190
+#: src/components/modals/ClaimAccountModal.tsx:192
msgid "Enter the code we sent to your email to verify it. Your password will be set once the code is confirmed."
msgstr "Doğrulamak için e-postanıza gönderdiğimiz kodu girin. Kod onaylandığında şifreniz ayarlanacak."
@@ -7454,13 +7532,9 @@ msgstr "kaydetmek için Enter tuşuna bas"
msgid "Enter username"
msgstr "Kullanıcı adını gir"
-#: src/components/pages/ReportPage.tsx:701
-msgid "Enter Verification Code"
-msgstr "Doğrulama Kodunu Gir"
-
-#: src/components/pages/ReportPage.tsx:638
-msgid "Enter Your Email"
-msgstr "E-posta Adresinizi Girin"
+#: src/components/pages/report/ReportStepVerification.tsx:64
+msgid "Enter verification code"
+msgstr "Doğrulama kodunu girin"
#: src/components/pages/ForgotPasswordPage.tsx:87
msgid "Enter your email address and we'll send you a link to reset your password."
@@ -7500,7 +7574,7 @@ msgid "Entrance sound uploaded successfully"
msgstr "Giriş sesi başarıyla yüklendi"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:297
-#: src/components/channel/ChannelSearchResults.tsx:691
+#: src/components/channel/ChannelSearchResults.tsx:660
#: src/components/modals/tabs/ComponentGalleryTab/OverlaysTab.tsx:88
msgid "Error"
msgstr "Hata"
@@ -7522,7 +7596,7 @@ msgstr "Esc tuşu klavye modundan çıkar"
msgid "escape to <0><1>cancel1>0>"
msgstr "iptal etmek için Esc tuşuna bas"
-#: src/components/pages/ReportPage.tsx:318
+#: src/components/pages/report/optionDescriptors.ts:90
msgid "Estonia"
msgstr "Estonya"
@@ -7561,7 +7635,7 @@ msgstr "bağlantı, gömme veya dosyayı hariç tut"
msgid "exclude user"
msgstr "kullanıcıyı hariç tut"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:95
+#: src/components/modals/components/plutonium/VisionarySection.tsx:104
msgid "Exclusive community"
msgstr "Özel topluluk"
@@ -7593,12 +7667,12 @@ msgstr "Kategoriyi Genişlet"
msgid "Expiration"
msgstr "Süre Sonu"
-#: src/components/modals/InviteModal.tsx:281
+#: src/components/modals/InviteModal.tsx:278
msgid "Expire after"
msgstr "Şu kadar sonra süresi dolacak"
#: src/components/accounts/AccountRow.tsx:162
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:114
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:133
#: src/components/modals/GroupInvitesBottomSheet.tsx:104
msgid "Expired"
msgstr "Süresi Doldu"
@@ -7675,7 +7749,7 @@ msgstr "İfade Paketleri"
msgid "Expression Packs are a Plutonium feature"
msgstr "İfade Paketleri bir Plutonium özelliğidir"
-#: src/components/modals/ExpressionPickerSheet.tsx:232
+#: src/components/modals/ExpressionPickerSheet.tsx:219
#: src/components/popouts/ExpressionPickerPopout.tsx:193
msgid "Expression picker categories"
msgstr "İfade seçici kategorileri"
@@ -7700,7 +7774,7 @@ msgstr "Harici bağlantılar tehlikeli olabilir. Lütfen dikkatli olun."
msgid "Extra Large"
msgstr "Ekstra Büyük"
-#: src/components/pages/ReportPage.tsx:297
+#: src/components/pages/report/optionDescriptors.ts:72
#: src/constants/IARConstants.tsx:165
msgid "Extremist Community"
msgstr "Aşırıcı Topluluk"
@@ -7749,7 +7823,7 @@ msgstr "Davet bağlantısı kopyalanamadı"
msgid "Failed to copy to clipboard"
msgstr "Panoya kopyalanamadı"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:79
+#: src/components/modals/tabs/GiftInventoryTab.tsx:80
msgid "Failed to copy URL"
msgstr "URL kopyalanamadı"
@@ -7794,7 +7868,7 @@ msgid "Failed to delete category"
msgstr "Kategori silinemedi"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:194
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:681
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:695
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:335
msgid "Failed to delete channel"
msgstr "Kanal silinemedi"
@@ -7868,7 +7942,7 @@ msgstr "Yasaklar yüklenemedi. Lütfen tekrar deneyin."
msgid "Failed to load emojis"
msgstr "Emojiler yüklenemedi"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:296
+#: src/components/modals/tabs/GiftInventoryTab.tsx:319
msgid "Failed to load gift inventory"
msgstr "Hediye envanteri yüklenemedi"
@@ -7894,8 +7968,8 @@ msgstr "Sticker'lar yüklenemedi"
msgid "Failed to load vanity URL. Please try again."
msgstr "Özel URL yüklenemedi. Lütfen tekrar deneyin."
-#: src/components/modals/components/PlutoniumContent.tsx:146
-#: src/components/modals/components/PlutoniumContent.tsx:272
+#: src/components/modals/components/PlutoniumContent.tsx:157
+#: src/components/modals/components/PlutoniumContent.tsx:289
msgid "Failed to load Visionary information. Please try again later."
msgstr "Visionary bilgileri yüklenemedi. Lütfen daha sonra tekrar deneyin."
@@ -7916,19 +7990,19 @@ msgstr "Topluluklarınız yüklenemedi."
msgid "Failed to open customer portal. Please try again."
msgstr "Müşteri portalı açılamadı. Lütfen tekrar deneyin."
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:572
-#: src/components/bottomsheets/DMBottomSheet.tsx:153
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:586
+#: src/components/bottomsheets/DMBottomSheet.tsx:155
#: src/components/channel/dm/DMList.tsx:216
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:121
msgid "Failed to pin DM"
msgstr "DM sabitlenemedi"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:572
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:586
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:101
msgid "Failed to pin group"
msgstr "Grup sabitlenemedi"
-#: src/components/bottomsheets/DMBottomSheet.tsx:153
+#: src/components/bottomsheets/DMBottomSheet.tsx:155
msgid "Failed to pin group DM"
msgstr "Grup DM'yi sabitleme başarısız oldu"
@@ -7957,7 +8031,7 @@ msgstr "Örneğe ulaşılamadı ({status})"
msgid "Failed to reactivate subscription. Please try again."
msgstr "Abonelik yeniden etkinleştirilemedi. Lütfen tekrar deneyin."
-#: src/components/modals/tabs/GiftInventoryTab.tsx:94
+#: src/components/modals/tabs/GiftInventoryTab.tsx:95
msgid "Failed to redeem gift"
msgstr "Hediye kullanılamadı"
@@ -7998,6 +8072,10 @@ msgstr "Gruptan kaldırılamadı"
msgid "Failed to remove timeout. Please try again."
msgstr "Zaman aşımı kaldırılamadı. Lütfen tekrar deneyin."
+#: src/components/pages/ReportPage.tsx:236
+msgid "Failed to resend code. Please try again."
+msgstr "Kodu tekrar göndermekte başarısız olundu. Lütfen tekrar deneyin."
+
#: src/components/modals/guildTabs/GuildRolesTab.tsx:674
msgid "Failed to reset hoist order"
msgstr "Yükseltme sırası sıfırlanamadı"
@@ -8018,7 +8096,7 @@ msgstr "Döndürülemedi. Lütfen tekrar deneyin."
msgid "Failed to send friend request. Please try again."
msgstr "Arkadaşlık isteği gönderilemedi. Lütfen tekrar deneyin."
-#: src/components/bottomsheets/DMBottomSheet.tsx:262
+#: src/components/bottomsheets/DMBottomSheet.tsx:264
#: src/components/modals/InviteModal.tsx:176
#: src/components/uikit/ContextMenu/items/InviteMenuItems.tsx:111
msgid "Failed to send invite"
@@ -8037,7 +8115,7 @@ msgstr "SMS kodu gönderilemedi. Lütfen tekrar deneyin."
msgid "Failed to send theme"
msgstr "Tema gönderilemedi"
-#: src/components/pages/ReportPage.tsx:412
+#: src/components/pages/ReportPage.tsx:234
msgid "Failed to send verification code. Please try again."
msgstr "Doğrulama kodu gönderilemedi. Lütfen tekrar deneyin."
@@ -8084,19 +8162,19 @@ msgstr "Sahiplik devredilemedi. Lütfen tekrar deneyin."
msgid "Failed to unblock user. Please try again."
msgstr "Kullanıcının engeli kaldırılamadı. Lütfen tekrar deneyin."
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:589
-#: src/components/bottomsheets/DMBottomSheet.tsx:170
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:603
+#: src/components/bottomsheets/DMBottomSheet.tsx:172
#: src/components/channel/dm/DMList.tsx:226
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:138
msgid "Failed to unpin DM"
msgstr "DM sabitlenmesi kaldırılamadı"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:589
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:603
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:118
msgid "Failed to unpin group"
msgstr "Grup sabitlenmesi kaldırılamadı"
-#: src/components/bottomsheets/DMBottomSheet.tsx:170
+#: src/components/bottomsheets/DMBottomSheet.tsx:172
msgid "Failed to unpin group DM"
msgstr "Grup DM'yi sabitleme başarısız oldu"
@@ -8298,7 +8376,7 @@ msgstr "Mükemmel çıkartmayı bul"
msgid "Fine-tune core colors and fonts for this app. Changes here are stored as custom CSS overrides and sync with the editor below."
msgstr "Bu uygulama için temel renkleri ve yazı tiplerini ince ayarla. Buradaki değişiklikler özel CSS geçersiz kılmaları olarak saklanır ve aşağıdaki düzenleyici ile senkronize edilir."
-#: src/components/pages/ReportPage.tsx:319
+#: src/components/pages/report/optionDescriptors.ts:91
msgid "Finland"
msgstr "Finlandiya"
@@ -8306,7 +8384,7 @@ msgstr "Finlandiya"
msgid "Finnish"
msgstr "Fince"
-#: src/components/pages/ReportPage.tsx:923
+#: src/components/pages/report/ReportStepDetails.tsx:199
msgid "First and last name"
msgstr "Ad ve soyad"
@@ -8419,7 +8497,7 @@ msgstr "Fluxer'ın başka bir uygulamada veya oyundayken bile <0>Konuşma Tuşu<
msgid "Fluxer Partner"
msgstr "Fluxer Partner"
-#: src/components/modals/components/PlutoniumContent.tsx:182
+#: src/components/modals/components/PlutoniumContent.tsx:193
#: src/components/modals/PremiumModal.tsx:34
#: src/components/modals/utils/settingsConstants.tsx:147
#: src/components/popouts/UserProfileBadges.tsx:99
@@ -8483,7 +8561,7 @@ msgstr "Yiyecek & İçecek"
msgid "Foodie Friends"
msgstr "Yemek Sever Arkadaşlar"
-#: src/components/bottomsheets/DMBottomSheet.tsx:660
+#: src/components/bottomsheets/DMBottomSheet.tsx:663
msgid "For 1 hour"
msgstr "1 saat için"
@@ -8497,7 +8575,7 @@ msgstr "1 saat için"
msgid "For 1 Hour"
msgstr "1 Saat İçin"
-#: src/components/bottomsheets/DMBottomSheet.tsx:659
+#: src/components/bottomsheets/DMBottomSheet.tsx:662
#: src/components/popouts/UserAreaPopout.tsx:77
msgid "For 15 minutes"
msgstr "15 dakika için"
@@ -8511,7 +8589,7 @@ msgstr "15 dakika için"
msgid "For 15 Minutes"
msgstr "15 Dakika İçin"
-#: src/components/bottomsheets/DMBottomSheet.tsx:663
+#: src/components/bottomsheets/DMBottomSheet.tsx:666
msgid "For 24 hours"
msgstr "24 saat için"
@@ -8529,7 +8607,7 @@ msgstr "24 Saat İçin"
msgid "For 3 days"
msgstr "3 gün için"
-#: src/components/bottomsheets/DMBottomSheet.tsx:661
+#: src/components/bottomsheets/DMBottomSheet.tsx:664
msgid "For 3 hours"
msgstr "3 saat için"
@@ -8542,7 +8620,7 @@ msgstr "3 saat için"
msgid "For 3 Hours"
msgstr "3 Saat İçin"
-#: src/components/bottomsheets/DMBottomSheet.tsx:662
+#: src/components/bottomsheets/DMBottomSheet.tsx:665
msgid "For 8 hours"
msgstr "8 saat için"
@@ -8560,7 +8638,7 @@ msgstr "8 Saat İçin"
msgid "For British eyes only..."
msgstr "Sadece Britanyalı gözler için..."
-#: src/components/modals/components/plutonium/PricingSection.tsx:62
+#: src/components/modals/components/plutonium/PricingSection.tsx:68
msgid "For Me"
msgstr "Benim İçin"
@@ -8664,15 +8742,15 @@ msgstr "Tüm kanallarda yavaş modun aktif olmasını zorlar"
msgid "Forever"
msgstr "Sonsuza kadar"
-#: src/components/modals/components/MobileSettingsView.tsx:300
+#: src/components/modals/components/MobileSettingsView.tsx:295
msgid "Forget"
msgstr "Unut"
-#: src/components/modals/components/MobileSettingsView.tsx:327
+#: src/components/modals/components/MobileSettingsView.tsx:322
msgid "Forget Push Subscriptions"
msgstr "Push Aboneliklerini Unut"
-#: src/components/modals/components/MobileSettingsView.tsx:294
+#: src/components/modals/components/MobileSettingsView.tsx:289
msgid "Forget push subscriptions?"
msgstr "Push aboneliklerini unut?"
@@ -8729,7 +8807,7 @@ msgstr "Kare Hızı"
msgid "Frame rates above 30 fps require Plutonium"
msgstr "30 fps üzeri kare hızları Plutonium gerektirir"
-#: src/components/pages/ReportPage.tsx:320
+#: src/components/pages/report/optionDescriptors.ts:92
msgid "France"
msgstr "Fransa"
@@ -8745,8 +8823,8 @@ msgstr "Ücretsiz Kullanıcı (Satın Alma Yok)"
msgid "Free User (With Purchase History)"
msgstr "Ücretsiz Kullanıcı (Satın Alma Geçmişiyle)"
-#: src/components/modals/components/PlutoniumContent.tsx:163
-#: src/components/modals/components/PlutoniumContent.tsx:289
+#: src/components/modals/components/PlutoniumContent.tsx:174
+#: src/components/modals/components/PlutoniumContent.tsx:308
msgid "Free vs Plutonium"
msgstr "Ücretsiz vs Plutonium"
@@ -8773,12 +8851,13 @@ msgstr "Arkadaşlık İsteği"
msgid "Friend request sent"
msgstr "Arkadaşlık isteği gönderildi"
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:68
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:250
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:75
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:89
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:271
msgid "Friend Request Sent"
msgstr "Arkadaşlık İsteği Gönderildi"
-#: src/components/channel/dm/AddFriendForm.tsx:144
+#: src/components/channel/dm/AddFriendForm.tsx:167
msgid "Friend request sent!"
msgstr "Arkadaşlık isteği gönderildi!"
@@ -8787,7 +8866,7 @@ msgstr "Arkadaşlık isteği gönderildi!"
msgid "Friend Requests"
msgstr "Arkadaşlık İstekleri"
-#: src/components/channel/dm/AddFriendForm.tsx:137
+#: src/components/channel/dm/AddFriendForm.tsx:160
msgid "Friend's FluxerTag"
msgstr "Arkadaşın FluxerTag'ı"
@@ -8828,9 +8907,10 @@ msgstr "{0} sunucusundan"
#. placeholder {0}: creator.username
#. placeholder {1}: creator.discriminator
-#: src/components/channel/GiftEmbed.tsx:87
-#: src/components/modals/GiftAcceptModal.tsx:116
-#: src/components/modals/GiftAcceptModal.tsx:143
+#: src/components/channel/GiftEmbed.tsx:93
+#: src/components/modals/GiftAcceptModal.tsx:123
+#: src/components/modals/GiftAcceptModal.tsx:151
+#: src/components/modals/GiftAcceptModal.tsx:186
msgid "From {0}#{1}"
msgstr "{0}#{1} kullanıcısından"
@@ -8850,7 +8930,7 @@ msgstr "Kullanıcıdan"
msgid "from:"
msgstr "kimden:"
-#: src/components/pages/ReportPage.tsx:919
+#: src/components/pages/report/ReportStepDetails.tsx:195
msgid "Full Legal Name"
msgstr "Tam Resmi Ad"
@@ -8892,7 +8972,7 @@ msgstr "Davet Oluştur"
msgid "Generate invite link"
msgstr "Davet bağlantısı oluştur"
-#: src/components/modals/tabs/BetaCodesTab.tsx:315
+#: src/components/modals/tabs/BetaCodesTab.tsx:340
msgid "Generate up to {MAX_UNCLAIMED_BETA_CODES} unclaimed beta codes to invite friends to Fluxer. You can create 3 codes per week."
msgstr "Arkadaşlarınızı Fluxer'a davet etmek için en fazla {MAX_UNCLAIMED_BETA_CODES} kullanılmamış beta kodu oluşturun. Haftada 3 kod oluşturabilirsiniz."
@@ -8909,7 +8989,7 @@ msgstr "Coğrafi Kısıtlı"
msgid "German"
msgstr "Almanca"
-#: src/components/pages/ReportPage.tsx:321
+#: src/components/pages/report/optionDescriptors.ts:93
msgid "Germany"
msgstr "Almanya"
@@ -8991,13 +9071,13 @@ msgstr "GIF önizlemesi"
#: src/components/channel/pickers/gif/GifPickerHeader.tsx:40
#: src/components/channel/pickers/memes/MemesPickerHeader.tsx:57
#: src/components/channel/textarea/TextareaButtons.tsx:110
-#: src/components/modals/ExpressionPickerSheet.tsx:68
+#: src/components/modals/ExpressionPickerSheet.tsx:55
#: src/components/popouts/ExpressionPickerPopout.tsx:69
msgid "GIFs"
msgstr "GIF'ler"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:122
-#: src/components/modals/GiftAcceptModal.tsx:163
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:141
+#: src/components/modals/GiftAcceptModal.tsx:206
msgid "Gift"
msgstr "Hediye"
@@ -9030,19 +9110,20 @@ msgstr "Hediye zaten kullanıldı"
msgid "Gift Already Redeemed"
msgstr "Hediye Zaten Kullanıldı"
-#: src/components/channel/GiftEmbed.tsx:94
+#: src/components/channel/GiftEmbed.tsx:105
+#: src/components/channel/GiftEmbed.tsx:109
msgid "Gift Claimed"
msgstr "Hediye Talep Edildi"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:246
+#: src/components/modals/tabs/GiftInventoryTab.tsx:269
msgid "Gift code cannot be empty"
msgstr "Hediye kodu boş olamaz"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:243
+#: src/components/modals/tabs/GiftInventoryTab.tsx:266
msgid "Gift code is required"
msgstr "Hediye kodu gereklidir"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:250
+#: src/components/modals/tabs/GiftInventoryTab.tsx:273
msgid "Gift code is too long"
msgstr "Hediye kodu çok uzun"
@@ -9070,7 +9151,7 @@ msgstr "Hediye Bulunamadı"
#: src/components/channel/textarea/TextareaButtons.tsx:101
#: src/components/channel/textarea/TextareaButtons.tsx:177
-#: src/components/modals/components/plutonium/GiftSection.tsx:61
+#: src/components/modals/components/plutonium/GiftSection.tsx:67
msgid "Gift Plutonium"
msgstr "Plutonium Hediye Et"
@@ -9078,23 +9159,23 @@ msgstr "Plutonium Hediye Et"
msgid "Gift redeemed successfully!"
msgstr "Hediye başarıyla kullanıldı!"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:89
+#: src/components/modals/tabs/GiftInventoryTab.tsx:90
msgid "Gift redeemed successfully! Enjoy your Plutonium!"
msgstr "Hediye başarıyla kullanıldı! Plutonium'unuzun tadını çıkarın!"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:53
+#: src/components/modals/components/plutonium/VisionarySection.tsx:58
msgid "gift time"
msgstr "hediye zamanı"
-#: src/components/channel/GiftEmbed.tsx:151
+#: src/components/channel/GiftEmbed.tsx:162
msgid "Gift Unavailable"
msgstr "Hediye Kullanılamıyor"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:132
+#: src/components/modals/tabs/GiftInventoryTab.tsx:133
msgid "Gift URL"
msgstr "Hediye URL'si"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:75
+#: src/components/modals/tabs/GiftInventoryTab.tsx:76
msgid "Gift URL copied to clipboard!"
msgstr "Hediye URL'si panoya kopyalandı!"
@@ -9126,7 +9207,7 @@ msgstr "Global kısayollar masaüstü uygulamasında mevcuttur"
msgid "Glorification of violence or disturbing imagery"
msgstr "Şiddetin yüceltilmesi veya rahatsız edici görseller"
-#: src/components/modals/components/MobileSettingsView.tsx:145
+#: src/components/modals/components/MobileSettingsView.tsx:140
#: src/components/modals/shared/MobileSettingsComponents.tsx:43
msgid "Go back"
msgstr "Geri dön"
@@ -9143,7 +9224,7 @@ msgstr "Önceki odaklanılan metin kanalına geri dön"
msgid "Go forward in navigation history"
msgstr "Gezinme geçmişinde ileri git"
-#: src/components/channel/InviteEmbed.tsx:259
+#: src/components/channel/InviteEmbed.tsx:261
#: src/components/modals/InviteAcceptModal.tsx:100
msgid "Go to Community"
msgstr "Topluluğa git"
@@ -9166,15 +9247,15 @@ msgstr "Giriş yap"
msgid "Go to message"
msgstr "Mesaja git"
-#: src/components/channel/ChannelSearchResults.tsx:841
+#: src/components/channel/ChannelSearchResults.tsx:809
msgid "Go to page"
msgstr "Sayfaya git"
-#: src/components/channel/ChannelSearchResults.tsx:808
+#: src/components/channel/ChannelSearchResults.tsx:776
msgid "Go to page {page}"
msgstr "{page} sayfasına git"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:315
+#: src/components/modals/tabs/GiftInventoryTab.tsx:338
msgid "Go to Plutonium"
msgstr "Plutonium'a Git"
@@ -9195,7 +9276,7 @@ msgstr "Anladım"
msgid "Gotcha"
msgstr "Tamam"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:116
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:135
msgid "Grace Period"
msgstr "Geçiş Süresi"
@@ -9203,7 +9284,7 @@ msgstr "Geçiş Süresi"
msgid "Grace Period (Still Have Access)"
msgstr "Geçiş Süresi (Hâlâ Erişiminiz Var)"
-#: src/components/modals/InviteModal.tsx:301
+#: src/components/modals/InviteModal.tsx:298
msgid "Grant temporary membership"
msgstr "Geçici üyelik ver"
@@ -9234,7 +9315,7 @@ msgstr "Harika Başarı!"
msgid "Great success! You can now close this tab and return to the app."
msgstr "Harika başarı! Artık bu sekmeyi kapatıp uygulamaya dönebilirsin."
-#: src/components/pages/ReportPage.tsx:322
+#: src/components/pages/report/optionDescriptors.ts:94
msgid "Greece"
msgstr "Yunanistan"
@@ -9263,7 +9344,7 @@ msgstr "Grup sohbeti ekleme izinleri"
msgid "Group Chat Permissions"
msgstr "Grup Sohbet İzinleri"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:481
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:495
msgid "Group Direct Message"
msgstr "Grup Doğrudan Mesaj"
@@ -9272,7 +9353,7 @@ msgid "Group DM"
msgstr "Grup DM"
#. placeholder {0}: channel.recipientIds.length + 1
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:772
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:804
msgid "Group DM · {0} members"
msgstr "Grup DM · {0} üye"
@@ -9317,12 +9398,12 @@ msgstr "Grup adı 100 karakteri geçmemelidir"
msgid "Group Online Status"
msgstr "Grup Çevrimiçi Durumu"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:962
-#: src/components/channel/MemberListItem.tsx:102
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:984
+#: src/components/channel/MemberListItem.tsx:109
msgid "Group Owner"
msgstr "Grup Sahibi"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1092
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1116
msgid "Group Settings"
msgstr "Grup Ayarları"
@@ -9335,11 +9416,11 @@ msgstr "Grup Yazma Durumları"
msgid "Group updated"
msgstr "Grup güncellendi"
-#: src/components/pages/ReportPage.tsx:893
+#: src/components/pages/report/ReportStepDetails.tsx:167
msgid "Guild (Community) ID"
msgstr "Guild (Topluluk) Kimliği"
-#: src/components/pages/ReportPage.tsx:902
+#: src/components/pages/report/ReportStepDetails.tsx:177
msgid "Guild ID is required."
msgstr "Guild kimliği gereklidir."
@@ -9355,13 +9436,13 @@ msgstr "Guild Kaydı"
msgid "Hang on while we check for scheduled messages."
msgstr "Planlanmış mesajları kontrol ederken bekleyin."
-#: src/components/pages/ReportPage.tsx:295
+#: src/components/pages/report/optionDescriptors.ts:70
#: src/constants/IARConstants.tsx:155
msgid "Harassment"
msgstr "Taciz"
-#: src/components/pages/ReportPage.tsx:262
-#: src/components/pages/ReportPage.tsx:281
+#: src/components/pages/report/optionDescriptors.ts:43
+#: src/components/pages/report/optionDescriptors.ts:59
#: src/constants/IARConstants.tsx:32
#: src/constants/IARConstants.tsx:109
msgid "Harassment or Bullying"
@@ -9383,9 +9464,9 @@ msgstr "Hiç Override Satın Aldı"
msgid "has:"
msgstr "var:"
-#: src/components/pages/ReportPage.tsx:263
-#: src/components/pages/ReportPage.tsx:282
-#: src/components/pages/ReportPage.tsx:296
+#: src/components/pages/report/optionDescriptors.ts:44
+#: src/components/pages/report/optionDescriptors.ts:60
+#: src/components/pages/report/optionDescriptors.ts:71
#: src/constants/IARConstants.tsx:37
#: src/constants/IARConstants.tsx:114
#: src/constants/IARConstants.tsx:160
@@ -9430,7 +9511,7 @@ msgid "Help Center"
msgstr "Yardım Merkezi"
#. placeholder {0}: user.displayName
-#: src/components/layout/app-layout/nagbars/UnclaimedAccountNagbar.tsx:44
+#: src/components/layout/app-layout/nagbars/UnclaimedAccountNagbar.tsx:42
msgid "Hey {0}, claim your account to prevent losing access."
msgstr "Hey {0}, erişimini kaybetmemek için hesabını talep et."
@@ -9654,7 +9735,7 @@ msgstr "https://example.com/callback"
msgid "Hungarian"
msgstr "Macarca"
-#: src/components/pages/ReportPage.tsx:323
+#: src/components/pages/report/optionDescriptors.ts:95
msgid "Hungary"
msgstr "Macaristan"
@@ -9728,8 +9809,8 @@ msgstr "Bir beta kodu aldıysanız, hemen erişim sağlamak için aşağıya gir
msgid "If you want to export your data or delete your messages first, please visit the Privacy Dashboard section in User Settings before proceeding."
msgstr "Verilerinizi dışa aktarmak veya önce mesajlarınızı silmek istiyorsanız, lütfen devam etmeden önce Kullanıcı Ayarları'ndaki Gizlilik Panosu bölümünü ziyaret edin."
-#: src/components/channel/channel-view/DMChannelView.tsx:301
-#: src/components/channel/dm/DMWelcomeSection.tsx:119
+#: src/components/channel/channel-view/DMChannelView.tsx:302
+#: src/components/channel/dm/DMWelcomeSection.tsx:131
#: src/components/channel/friends/FriendListItem.tsx:145
#: src/components/channel/friends/FriendListItem.tsx:244
#: src/components/channel/friends/MobileFriendRequestItem.tsx:69
@@ -9740,7 +9821,7 @@ msgstr "Yoksay"
#: src/components/channel/friends/FriendListItem.tsx:143
#: src/components/channel/friends/MobileFriendRequestItem.tsx:67
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:152
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:173
msgid "Ignore Friend Request"
msgstr "Arkadaşlık İsteğini Yoksay"
@@ -9749,8 +9830,8 @@ msgstr "Arkadaşlık İsteğini Yoksay"
msgid "Ignore per-channel message rate limits."
msgstr "Kanal başına mesaj hızı sınırlarını yoksay."
-#: src/components/pages/ReportPage.tsx:267
-#: src/components/pages/ReportPage.tsx:298
+#: src/components/pages/report/optionDescriptors.ts:48
+#: src/components/pages/report/optionDescriptors.ts:73
#: src/constants/IARConstants.tsx:57
#: src/constants/IARConstants.tsx:170
msgid "Illegal Activity"
@@ -9762,7 +9843,7 @@ msgid "image"
msgstr "görsel"
#: src/components/channel/embeds/media/EmbedGifv.tsx:237
-#: src/components/channel/embeds/media/EmbedImage.tsx:369
+#: src/components/channel/embeds/media/EmbedImage.tsx:374
#: src/components/modals/MediaViewerModal.tsx:362
#: src/components/search/HasFilterSheet.tsx:50
#: src/utils/FavoriteMemeUtils.ts:71
@@ -9783,8 +9864,8 @@ msgstr "Görsel önizleme"
msgid "Images"
msgstr "Görseller"
-#: src/components/pages/ReportPage.tsx:272
-#: src/components/pages/ReportPage.tsx:284
+#: src/components/pages/report/optionDescriptors.ts:53
+#: src/components/pages/report/optionDescriptors.ts:62
#: src/constants/IARConstants.tsx:82
#: src/constants/IARConstants.tsx:124
msgid "Impersonation"
@@ -9839,7 +9920,7 @@ msgstr "{absWeeks} hafta içinde"
msgid "in {absYears} years"
msgstr "{absYears} yıl içinde"
-#: src/components/channel/channel-view/DMChannelView.tsx:275
+#: src/components/channel/channel-view/DMChannelView.tsx:276
msgid "In call"
msgstr "Aramada"
@@ -9880,7 +9961,7 @@ msgstr "Tarayıcınızda, Konuşma Tuşu yalnızca Fluxer sekmesi odaklandığı
msgid "in:"
msgstr "içinde:"
-#: src/components/pages/ReportPage.tsx:286
+#: src/components/pages/report/optionDescriptors.ts:64
#: src/constants/IARConstants.tsx:134
msgid "Inappropriate Profile"
msgstr "Uygunsuz Profil"
@@ -9909,7 +9990,7 @@ msgstr "Tüm topluluk etiketlerini dahil et"
msgid "Include audio from your screen in the share"
msgstr "Paylaşımda ekranınızdan sesi dahil et"
-#: src/components/channel/channel-view/DMChannelView.tsx:269
+#: src/components/channel/channel-view/DMChannelView.tsx:270
#: src/components/voice/IncomingCallUI.tsx:263
#: src/components/voice/IncomingCallUI.tsx:286
#: src/components/voice/IncomingCallUI.tsx:324
@@ -9946,11 +10027,11 @@ msgid "Increase app zoom level"
msgstr "Uygulama yakınlaştırma seviyesini artır"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:284
-#: src/components/channel/ChannelSearchResults.tsx:679
+#: src/components/channel/ChannelSearchResults.tsx:648
msgid "Indexing Channel"
msgstr "Kanal İndeksleniyor"
-#: src/components/channel/ChannelSearchResults.tsx:317
+#: src/components/channel/ChannelSearchResults.tsx:274
msgid "Indexing..."
msgstr "İndeksleniyor..."
@@ -10032,12 +10113,12 @@ msgstr "Simge İçeren Girişler"
msgid "Insert emoji"
msgstr "Emoji ekle"
-#: src/components/channel/InviteEmbed.tsx:198
+#: src/components/channel/InviteEmbed.tsx:200
#: src/components/modals/InviteAcceptModal.tsx:143
msgid "Install Emoji Pack"
msgstr "Emoji Paketi Yükle"
-#: src/components/channel/InviteEmbed.tsx:198
+#: src/components/channel/InviteEmbed.tsx:200
#: src/components/modals/InviteAcceptModal.tsx:143
msgid "Install Sticker Pack"
msgstr "Sticker Paketi Yükle"
@@ -10104,7 +10185,7 @@ msgstr "Geçersiz Hediye Kodu"
msgid "Invalid instance response: missing webapp URL."
msgstr "Geçersiz örnek yanıtı: web uygulaması URL'si eksik."
-#: src/components/modals/ClaimAccountModal.tsx:108
+#: src/components/modals/ClaimAccountModal.tsx:110
#: src/components/modals/EmailChangeModal.tsx:108
#: src/components/modals/EmailChangeModal.tsx:169
msgid "Invalid or expired code"
@@ -10134,7 +10215,7 @@ msgstr "Ters düğme tıklandı!"
msgid "Invisible"
msgstr "Görünmez"
-#: src/components/modals/InviteModal.tsx:257
+#: src/components/modals/InviteModal.tsx:267
#: src/components/modals/tabs/ExpressionPacksTab.tsx:83
#: src/constants/AuditLogConstants.tsx:239
msgid "Invite"
@@ -10144,7 +10225,7 @@ msgstr "Davet"
msgid "Invite Background"
msgstr "Davet Arka Planı"
-#: src/components/pages/ReportPage.tsx:908
+#: src/components/pages/report/ReportStepDetails.tsx:183
msgid "Invite Code (optional)"
msgstr "Davet Kodu (isteğe bağlı)"
@@ -10170,7 +10251,7 @@ msgstr "Arkadaşlarını davet et"
msgid "Invite friends to {0}"
msgstr "Arkadaşlarını {0} sunucusuna davet et"
-#: src/components/modals/InviteModal.tsx:317
+#: src/components/modals/InviteModal.tsx:314
msgid "Invite link"
msgstr "Davet bağlantısı"
@@ -10190,7 +10271,7 @@ msgid "Invite Links"
msgstr "Davet Bağlantıları"
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:164
-#: src/components/layout/ChannelItem.tsx:599
+#: src/components/layout/ChannelItem.tsx:616
#: src/components/popouts/GuildHeaderPopout.tsx:178
msgid "Invite Members"
msgstr "Üyeleri Davet Et"
@@ -10218,7 +10299,7 @@ msgid "Invite Page Preview"
msgstr "Davet Sayfası Önizlemesi"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:381
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1144
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1168
#: src/components/layout/FavoritesChannelListContent.tsx:305
#: src/components/uikit/ContextMenu/ChannelListContextMenu.tsx:96
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:97
@@ -10236,7 +10317,7 @@ msgstr "Davet iptal edildi"
msgid "Invite sent for {0}"
msgstr "{0} için davet gönderildi"
-#: src/components/bottomsheets/DMBottomSheet.tsx:256
+#: src/components/bottomsheets/DMBottomSheet.tsx:258
msgid "Invite sent to {guildName}"
msgstr "Davet {guildName} gönderildi"
@@ -10249,7 +10330,7 @@ msgid "Invite splash preview"
msgstr "Davet sıçraması önizlemesi"
#. placeholder {0}: guild.name
-#: src/components/bottomsheets/DMBottomSheet.tsx:499
+#: src/components/bottomsheets/DMBottomSheet.tsx:501
msgid "Invite to {0}"
msgstr "{0} sunucusuna davet"
@@ -10257,7 +10338,7 @@ msgstr "{0} sunucusuna davet"
msgid "Invite to Community"
msgstr "Topluluğa Davet"
-#: src/components/channel/InviteEmbed.tsx:362
+#: src/components/channel/InviteEmbed.tsx:364
msgid "Invite Unavailable"
msgstr "Davet Kullanılamıyor"
@@ -10277,7 +10358,7 @@ msgid "Invited by {0}#{1}"
msgstr "{0}#{1} tarafından davet edildi"
#: src/components/auth/InviteHeader.tsx:159
-#: src/components/channel/InviteEmbed.tsx:222
+#: src/components/channel/InviteEmbed.tsx:224
msgid "Invited by {inviterTag}"
msgstr "{inviterTag} tarafından davet edildi"
@@ -10290,8 +10371,8 @@ msgid "Inviter:"
msgstr "Davet Eden:"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:303
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1199
-#: src/components/bottomsheets/DMBottomSheet.tsx:468
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1223
+#: src/components/bottomsheets/DMBottomSheet.tsx:470
#: src/components/channel/dm/DMList.tsx:257
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:145
msgid "Invites"
@@ -10301,11 +10382,11 @@ msgstr "Davetler"
msgid "Invites are currently disabled for this community."
msgstr "Bu topluluk için davetler şu anda devre dışı."
-#: src/components/modals/InviteModal.tsx:270
+#: src/components/modals/InviteModal.tsx:237
msgid "Invites are currently disabled in this community by an admin. While this invite can be created, it cannot be accepted until invites are re-enabled."
msgstr "Bu toplulukta davetler bir yönetici tarafından şu anda devre dışı. Bu davet oluşturulabilir ancak davetler yeniden etkinleştirilene kadar kabul edilemez."
-#: src/components/layout/guild-list/GuildListItem.tsx:233
+#: src/components/layout/guild-list/GuildListItem.tsx:234
msgid "Invites are currently paused in this community"
msgstr "Bu toplulukta davetler şu anda duraklatıldı"
@@ -10317,7 +10398,7 @@ msgstr "Önizleme topluluklarında davetler kilitlidir. Davetleri etkinleştirme
msgid "Invites disabled"
msgstr "Davetler devre dışı"
-#: src/components/channel/InviteEmbed.tsx:257
+#: src/components/channel/InviteEmbed.tsx:259
#: src/components/modals/InviteAcceptModal.tsx:98
msgid "Invites Disabled"
msgstr "Davetler Devre Dışı"
@@ -10343,7 +10424,7 @@ msgstr "<0>{0}0> için davetler şu anda devre dışı"
msgid "IP address authorized"
msgstr "IP adresi yetkilendirildi"
-#: src/components/pages/ReportPage.tsx:324
+#: src/components/pages/report/optionDescriptors.ts:96
msgid "Ireland"
msgstr "İrlanda"
@@ -10359,7 +10440,7 @@ msgstr "Burada tam anlamıyla bir yazı şenliği var"
msgid "Italian"
msgstr "İtalyanca"
-#: src/components/pages/ReportPage.tsx:325
+#: src/components/pages/report/optionDescriptors.ts:97
msgid "Italy"
msgstr "İtalya"
@@ -10381,16 +10462,16 @@ msgstr "Bir Topluluğa Katıl"
msgid "Join a community with stickers to get started!"
msgstr "Başlamak için çıkartmaları olan bir topluluğa katılın!"
-#: src/components/channel/channel-view/DMChannelView.tsx:315
+#: src/components/channel/channel-view/DMChannelView.tsx:316
msgid "Join call"
msgstr "Aramaya katıl"
-#: src/components/channel/InviteEmbed.tsx:261
-#: src/components/channel/InviteEmbed.tsx:451
+#: src/components/channel/InviteEmbed.tsx:263
+#: src/components/channel/InviteEmbed.tsx:453
#: src/components/layout/guild-list/AddGuildButton.tsx:71
#: src/components/modals/AddGuildModal.tsx:129
#: src/components/modals/AddGuildModal.tsx:410
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:304
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:342
#: src/components/modals/InviteAcceptModal.tsx:102
#: src/components/modals/InviteAcceptModalPreview.tsx:114
msgid "Join Community"
@@ -10400,7 +10481,7 @@ msgstr "Topluluğa Katıl"
msgid "Join community form"
msgstr "Topluluğa katılma formu"
-#: src/components/channel/InviteEmbed.tsx:187
+#: src/components/channel/InviteEmbed.tsx:189
msgid "Join Group"
msgstr "Gruba Katıl"
@@ -10416,19 +10497,19 @@ msgstr "Katılma bildirimleri"
msgid "Join Operators Community"
msgstr "Operatörler Topluluğuna Katıl"
-#: src/components/channel/CallMessage.tsx:171
+#: src/components/channel/CallMessage.tsx:165
msgid "Join the call"
msgstr "Aramaya katıl"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:122
+#: src/components/channel/ChannelHeader/CallButtons.tsx:159
msgid "Join Video Call"
msgstr "Video Görüşmesine Katıl"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:118
+#: src/components/channel/ChannelHeader/CallButtons.tsx:150
msgid "Join Video Call ({participantCount} participant)"
msgstr "Video Aramasına Katıl ({participantCount} katılımcı)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:119
+#: src/components/channel/ChannelHeader/CallButtons.tsx:151
msgid "Join Video Call ({participantCount} participants)"
msgstr "Katılın Video Görüşmesine ({participantCount} katılımcı) "
@@ -10436,15 +10517,15 @@ msgstr "Katılın Video Görüşmesine ({participantCount} katılımcı) "
msgid "Join Visionary Community"
msgstr "Vizyoner Topluluğuna Katıl"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:70
+#: src/components/channel/ChannelHeader/CallButtons.tsx:89
msgid "Join Voice Call"
msgstr "Sesli Aramaya Katıl"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:66
+#: src/components/channel/ChannelHeader/CallButtons.tsx:80
msgid "Join Voice Call ({participantCount} participant)"
msgstr "Katılın Sesli Görüşmeye ({participantCount} katılımcı) "
-#: src/components/channel/ChannelHeader/CallButtons.tsx:67
+#: src/components/channel/ChannelHeader/CallButtons.tsx:81
msgid "Join Voice Call ({participantCount} participants)"
msgstr "Katılın Sesli Görüşmeye ({participantCount} katılımcı) "
@@ -10495,7 +10576,7 @@ msgstr "JPEG, PNG, WebP. Maks. 10MB. Önerilen: 512×512px"
msgid "JPEG, PNG, WebP. Max 10MB. Recommended: 512×512px. Animated avatars (GIF) require <0/>."
msgstr "JPEG, PNG, WebP. Maks. 10MB. Önerilen: 512×512px. Hareketli avatarlar (GIF) için <0/> gereklidir."
-#: src/components/channel/ChannelSearchResults.tsx:777
+#: src/components/channel/ChannelSearchResults.tsx:745
#: src/components/pages/MessageListPage.tsx:97
#: src/components/popouts/RecentMentionsContent.tsx:221
#: src/components/popouts/SavedMessagesContent.tsx:102
@@ -10519,11 +10600,11 @@ msgstr "Mesaja Atla"
msgid "Jump to Oldest Unread Message"
msgstr "En Eski Okunmamış Mesaja Atla"
-#: src/components/channel/ChannelSearchResults.tsx:872
+#: src/components/channel/ChannelSearchResults.tsx:840
msgid "Jump to page"
msgstr "Sayfaya atla"
-#: src/components/channel/Messages.tsx:917
+#: src/components/channel/Messages.tsx:915
msgid "Jump to Present"
msgstr "Şimdiki Zamana Atla"
@@ -10612,7 +10693,7 @@ msgid "Keyboard Shortcuts"
msgstr "Klavye Kısayolları"
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:344
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:311
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:314
#: src/components/modals/KickMemberModal.tsx:58
#: src/components/modals/UserProfileActionsSheet.tsx:253
msgid "Kick"
@@ -10702,7 +10783,7 @@ msgstr "Gecikme {latency} milisaniye"
msgid "Latency graph"
msgstr "Gecikme grafiği"
-#: src/components/pages/ReportPage.tsx:326
+#: src/components/pages/report/optionDescriptors.ts:98
msgid "Latvia"
msgstr "Letonya"
@@ -10729,10 +10810,10 @@ msgstr "Topluluktan Ayrıl"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:248
#: src/components/bottomsheets/ChannelBottomSheet.tsx:250
#: src/components/bottomsheets/ChannelBottomSheet.tsx:314
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1253
-#: src/components/bottomsheets/DMBottomSheet.tsx:337
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1277
#: src/components/bottomsheets/DMBottomSheet.tsx:339
-#: src/components/bottomsheets/DMBottomSheet.tsx:551
+#: src/components/bottomsheets/DMBottomSheet.tsx:341
+#: src/components/bottomsheets/DMBottomSheet.tsx:554
#: src/components/channel/dm/DMList.tsx:265
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:159
#: src/hooks/useLeaveGroup.tsx:42
@@ -10740,27 +10821,27 @@ msgstr "Topluluktan Ayrıl"
msgid "Leave Group"
msgstr "Gruptan Ayrıl"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:122
+#: src/components/channel/ChannelHeader/CallButtons.tsx:157
msgid "Leave Video Call"
msgstr "Video Görüşmesinden Ayrıl"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:113
+#: src/components/channel/ChannelHeader/CallButtons.tsx:145
msgid "Leave Video Call ({participantCount} participant)"
msgstr "Ayrılın Video Görüşmesinden ({participantCount} katılımcı) "
-#: src/components/channel/ChannelHeader/CallButtons.tsx:114
+#: src/components/channel/ChannelHeader/CallButtons.tsx:146
msgid "Leave Video Call ({participantCount} participants)"
msgstr "Ayrılın Video Görüşmesinden ({participantCount} katılımcı) "
-#: src/components/channel/ChannelHeader/CallButtons.tsx:70
+#: src/components/channel/ChannelHeader/CallButtons.tsx:87
msgid "Leave Voice Call"
msgstr "Sesli Görüşmeden Ayrıl"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:61
+#: src/components/channel/ChannelHeader/CallButtons.tsx:75
msgid "Leave Voice Call ({participantCount} participant)"
msgstr "Ayrılın Sesli Görüşmeden ({participantCount} katılımcı) "
-#: src/components/channel/ChannelHeader/CallButtons.tsx:62
+#: src/components/channel/ChannelHeader/CallButtons.tsx:76
msgid "Leave Voice Call ({participantCount} participants)"
msgstr "Ayrılın Sesli Görüşmeden ({participantCount} katılımcı) "
@@ -10785,7 +10866,7 @@ msgstr "Sola hizalı"
msgid "Left community"
msgstr "Topluluktan ayrıldı"
-#: src/components/bottomsheets/DMBottomSheet.tsx:350
+#: src/components/bottomsheets/DMBottomSheet.tsx:352
#: src/hooks/useLeaveGroup.tsx:56
msgid "Left group"
msgstr "Gruptan ayrıldı"
@@ -10798,7 +10879,7 @@ msgstr "Sol Simge"
msgid "Left Tooltip"
msgstr "Sol Araç İpucu"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:90
+#: src/components/modals/components/plutonium/VisionarySection.tsx:99
msgid "Let people add you without needing a 4-digit tag"
msgstr "İnsanların seni 4 haneli etiket gerektirmeden eklemesine izin ver"
@@ -10810,17 +10891,13 @@ msgstr "Topluluğun kendi kendini denetlemesine izin ver"
msgid "Letters (a-z, A-Z), numbers (0-9), and underscores (_) only"
msgstr "Sadece harfler (a-z, A-Z), rakamlar (0-9) ve alt çizgiler (_)"
-#: src/components/pages/ReportPage.tsx:729
-msgid "Letters and numbers only. You can paste the code—formatting is automatic."
-msgstr "Sadece harfler ve rakamlar. Kodu yapıştırabilirsiniz—format otomatik."
-
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:120
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:139
#: src/components/modals/tabs/DeveloperOptionsTab/AccountPremiumTab.tsx:49
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:371
msgid "Lifetime"
msgstr "Ömür boyu"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:73
+#: src/components/modals/components/plutonium/VisionarySection.tsx:82
#: src/utils/giftUtils.ts:58
msgid "Lifetime Plutonium"
msgstr "Ömür Boyu Plutonium"
@@ -10838,7 +10915,7 @@ msgid "Liked!"
msgstr "Beğenildi!"
#. placeholder {0}: formatter.format(visionarySlots.total)
-#: src/components/modals/components/plutonium/VisionarySection.tsx:61
+#: src/components/modals/components/plutonium/VisionarySection.tsx:70
msgid "Limited to {0} users. One-time purchase, lifetime access."
msgstr "{0} kullanıcı ile sınırlı. Tek seferlik satın alma, ömür boyu erişim."
@@ -10856,7 +10933,7 @@ msgstr "Bağlantı"
msgid "Link channel"
msgstr "Kanalı bağla"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:530
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:544
#: src/components/uikit/ContextMenu/MediaContextMenu.tsx:145
#: src/components/uikit/ContextMenu/MediaContextMenu.tsx:228
msgid "Link copied to clipboard"
@@ -10902,7 +10979,7 @@ msgstr "Listeler"
msgid "Lists members with this role in their own section in the member list."
msgstr "Bu role sahip üyeleri üye listesinde kendi bölümlerinde listeler."
-#: src/components/pages/ReportPage.tsx:327
+#: src/components/pages/report/optionDescriptors.ts:99
msgid "Lithuania"
msgstr "Litvanya"
@@ -10934,7 +11011,7 @@ msgstr "Yasaklar yükleniyor..."
msgid "Loading communities..."
msgstr "Topluluklar yükleniyor..."
-#: src/components/channel/embeds/media/EmbedImage.tsx:363
+#: src/components/channel/embeds/media/EmbedImage.tsx:368
msgid "Loading image"
msgstr "Resim yükleniyor"
@@ -10947,7 +11024,7 @@ msgid "Loading more..."
msgstr "Daha fazlası yükleniyor..."
#: src/components/channel/embeds/media/EmbedGifv.tsx:493
-#: src/components/channel/embeds/media/EmbedGifv.tsx:721
+#: src/components/channel/embeds/media/EmbedGifv.tsx:745
msgid "Loading placeholder"
msgstr "Yer tutucu yükleniyor"
@@ -10971,7 +11048,7 @@ msgstr "Tema yükleniyor..."
msgid "Loading verification methods..."
msgstr "Doğrulama yöntemleri yükleniyor..."
-#: src/components/channel/embeds/media/EmbedImage.tsx:363
+#: src/components/channel/embeds/media/EmbedImage.tsx:368
msgid "Loading: {alt}"
msgstr "Yükleniyor: {alt}"
@@ -11021,7 +11098,7 @@ msgid "Log in with a passkey"
msgstr "Geçiş anahtarı ile giriş yap"
#: src/components/modals/components/DesktopSettingsView.tsx:346
-#: src/components/modals/components/MobileSettingsView.tsx:362
+#: src/components/modals/components/MobileSettingsView.tsx:357
#: src/components/pages/PendingVerificationPage.tsx:151
msgid "Log Out"
msgstr "Çıkış Yap"
@@ -11101,7 +11178,7 @@ msgstr "Düşük"
msgid "Low (480p)"
msgstr "Düşük (480p)"
-#: src/components/pages/ReportPage.tsx:328
+#: src/components/pages/report/optionDescriptors.ts:100
msgid "Luxembourg"
msgstr "Lüksemburg"
@@ -11114,16 +11191,16 @@ msgstr "Grup Sahibi Yap"
msgid "Make links to websites stand out more by always underlining them."
msgstr "Web sitelerine bağlantıları her zaman altını çizerek daha belirgin hale getirin."
-#: src/components/pages/ReportPage.tsx:271
+#: src/components/pages/report/optionDescriptors.ts:52
#: src/constants/IARConstants.tsx:77
msgid "Malicious Links"
msgstr "Zararlı Bağlantılar"
-#: src/components/pages/ReportPage.tsx:329
+#: src/components/pages/report/optionDescriptors.ts:101
msgid "Malta"
msgstr "Malta"
-#: src/components/pages/ReportPage.tsx:302
+#: src/components/pages/report/optionDescriptors.ts:77
#: src/constants/IARConstants.tsx:190
msgid "Malware Distribution"
msgstr "Zararlı Yazılım Dağıtımı"
@@ -11214,7 +11291,7 @@ msgid "Manage slash commands for this application"
msgstr "Bu uygulama için slash komutlarını yönetin"
#: src/components/layout/app-layout/nagbars/PremiumGracePeriodNagbar.tsx:83
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:288
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:324
msgid "Manage Subscription"
msgstr "Aboneliği Yönet"
@@ -11227,7 +11304,7 @@ msgstr "Fluxer'da oturum açmak için kullandığınız e-posta adresini yöneti
msgid "Manage Webhooks"
msgstr "Webhook'ları Yönet"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:100
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:104
msgid "Manage your applications and bots."
msgstr "Uygulamalarınızı ve botlarınızı yönetin."
@@ -11243,7 +11320,7 @@ msgstr "Hediyelerini yönet"
msgid "Manage your phone number for SMS two-factor authentication"
msgstr "SMS iki faktörlü kimlik doğrulaması için telefon numaranızı yönetin"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:280
+#: src/components/modals/tabs/GiftInventoryTab.tsx:303
msgid "Manage your purchased Plutonium gift codes. Share the gift URL with someone special or redeem it for yourself!"
msgstr "Satın aldığınız Plutonium hediye kodlarını yönetin. Hediye URL'sini özel biriyle paylaşın veya kendiniz kullanın!"
@@ -11256,8 +11333,8 @@ msgid "Mark as 18+ (NSFW)"
msgstr "18+ olarak işaretle (NSFW)"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:358
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1115
-#: src/components/bottomsheets/DMBottomSheet.tsx:388
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1139
+#: src/components/bottomsheets/DMBottomSheet.tsx:390
#: src/components/channel/NewMessagesBar.tsx:60
#: src/components/uikit/ContextMenu/items/CategoryMenuItems.tsx:81
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:79
@@ -11319,7 +11396,7 @@ msgstr "Markdown"
msgid "Markdown Preview"
msgstr "Markdown Önizleme"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:516
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:530
msgid "Marked as read"
msgstr "Okundu olarak işaretlendi"
@@ -11347,7 +11424,7 @@ msgstr "Kaydırıcının Altındaki İşaretçiler"
msgid "Marty_McFly"
msgstr "Marty_McFly"
-#: src/components/modals/ClaimAccountModal.tsx:160
+#: src/components/modals/ClaimAccountModal.tsx:162
#: src/components/modals/EmailChangeModal.tsx:254
msgid "marty@example.com"
msgstr "marty@example.com"
@@ -11356,7 +11433,7 @@ msgstr "marty@example.com"
msgid "Mask Visionary as subscription"
msgstr "Visionary'yi abonelik olarak gizle"
-#: src/components/modals/InviteModal.tsx:291
+#: src/components/modals/InviteModal.tsx:288
msgid "Max number of uses"
msgstr "Maksimum kullanım sayısı"
@@ -11393,7 +11470,8 @@ msgstr "Kamera için maksimum kalite 1080p'dir"
msgid "Maximum quality, requires very fast connection"
msgstr "Maksimum kalite, çok hızlı bağlantı gerektirir"
-#: src/components/modals/GiftAcceptModal.tsx:151
+#: src/components/modals/GiftAcceptModal.tsx:161
+#: src/components/modals/GiftAcceptModal.tsx:194
msgid "Maybe later"
msgstr "Belki sonra"
@@ -11411,7 +11489,7 @@ msgstr "Ölçülüyor..."
#: src/components/channel/AutocompleteEmoji.tsx:154
#: src/components/channel/textarea/TextareaButtons.tsx:122
-#: src/components/modals/ExpressionPickerSheet.tsx:77
+#: src/components/modals/ExpressionPickerSheet.tsx:64
#: src/components/modals/tabs/ChatSettingsTab.tsx:43
#: src/components/modals/tabs/ChatSettingsTab/Inline.tsx:37
#: src/components/modals/utils/settingsConstants.tsx:298
@@ -11504,8 +11582,8 @@ msgstr "Üye doğrulama"
msgid "Member verification level"
msgstr "Üye doğrulama seviyesi"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:877
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:913
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:909
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:945
#: src/components/modals/guildTabs/GuildMembersTab.tsx:429
#: src/components/modals/shared/AddOverridePopout.tsx:176
#: src/components/modals/utils/guildSettingsConstants.tsx:157
@@ -11536,7 +11614,7 @@ msgstr "Üyeler Temizlendi"
msgid "Members receive notifications for every message"
msgstr "Üyeler her mesaj için bildirim alır"
-#: src/components/modals/InviteModal.tsx:302
+#: src/components/modals/InviteModal.tsx:299
msgid "Members will be removed when they go offline unless a role is assigned"
msgstr "Üyelere bir rol atanmadığı sürece çevrimdışı olduklarında kaldırılırlar"
@@ -11608,11 +11686,11 @@ msgid "mentions:"
msgstr "anmalar:"
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:234
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:218
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:220
#: src/components/modals/tabs/ComponentGalleryTab/InputsTab.tsx:164
-#: src/components/modals/UserProfileMobileSheet.tsx:497
-#: src/components/modals/UserProfileModal.tsx:1189
-#: src/components/modals/UserProfileModal.tsx:1311
+#: src/components/modals/UserProfileMobileSheet.tsx:501
+#: src/components/modals/UserProfileModal.tsx:1190
+#: src/components/modals/UserProfileModal.tsx:1316
#: src/components/popouts/UserProfilePopout.tsx:289
#: src/components/popouts/UserProfilePopout.tsx:308
#: src/components/profile/ProfilePreview.tsx:292
@@ -11689,7 +11767,7 @@ msgstr "Mesaj Gruplama"
msgid "Message is too long"
msgstr "Mesaj çok uzun"
-#: src/components/pages/ReportPage.tsx:837
+#: src/components/pages/report/ReportStepDetails.tsx:107
msgid "Message Link"
msgstr "Mesaj Bağlantısı"
@@ -11744,7 +11822,7 @@ msgstr "Mesajlar ve Medya"
msgid "Messages Deleted"
msgstr "Mesajlar Silindi"
-#: src/components/channel/Messages.tsx:938
+#: src/components/channel/Messages.tsx:936
msgid "Messages failed to load"
msgstr "Mesajlar yüklenemedi"
@@ -11888,22 +11966,21 @@ msgstr "Moderasyon"
msgid "Monospace font family"
msgstr "Eş aralıklı yazı tipi ailesi"
-#: src/components/auth/DateOfBirthField.tsx:87
-#: src/components/auth/DateOfBirthField.tsx:154
+#: src/components/auth/DateOfBirthField.tsx:151
#: src/components/auth/MockMinimalRegisterForm.tsx:68
msgid "Month"
msgstr "Ay"
-#: src/components/modals/components/plutonium/PricingSection.tsx:71
+#: src/components/modals/components/plutonium/PricingSection.tsx:78
msgid "Monthly"
msgstr "Aylık"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:63
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:73
msgid "Monthly {monthlyPrice}"
msgstr "Aylık {monthlyPrice}"
#: src/components/accounts/AccountRow.tsx:178
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:863
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:895
#: src/components/channel/friends/FriendListItem.tsx:229
#: src/components/channel/MessageActionBar.tsx:647
#: src/components/channel/MessageActionBar.tsx:776
@@ -11936,7 +12013,7 @@ msgstr "Daha fazla çıkartma yuvası"
msgid "Most popular"
msgstr "En popüler"
-#: src/components/channel/ChannelSearchResults.tsx:225
+#: src/components/channel/ChannelSearchResults.tsx:182
#: src/components/search/SortModeSheet.tsx:53
msgid "Most Relevant"
msgstr "En İlgili"
@@ -12015,7 +12092,7 @@ msgstr "Çok Dilli İçerik"
msgid "Music Lovers"
msgstr "Müzik Severler"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:850
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:882
#: src/components/bottomsheets/VoiceLobbyBottomSheet.tsx:179
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:253
#: src/components/layout/UserArea.tsx:213
@@ -12055,7 +12132,7 @@ msgstr "Kanalı sustur"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:400
#: src/components/bottomsheets/ChannelBottomSheet.tsx:452
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1010
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1034
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:171
#: src/components/modals/GuildNotificationSettingsModal.tsx:295
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:168
@@ -12069,9 +12146,9 @@ msgstr "Kanalı Sustur"
msgid "Mute Community"
msgstr "Topluluğu Sustur"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1012
-#: src/components/bottomsheets/DMBottomSheet.tsx:449
-#: src/components/bottomsheets/DMBottomSheet.tsx:590
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1036
+#: src/components/bottomsheets/DMBottomSheet.tsx:451
+#: src/components/bottomsheets/DMBottomSheet.tsx:593
msgid "Mute Conversation"
msgstr "Konuşmayı Sustur"
@@ -12096,7 +12173,7 @@ msgstr "Üyeleri Sustur"
msgid "Mute User"
msgstr "Kullanıcıyı Sustur"
-#: src/components/layout/guild-list/GuildListItem.tsx:193
+#: src/components/layout/guild-list/GuildListItem.tsx:194
#: src/components/layout/VoiceStateIcons.tsx:53
#: src/components/voice/VoiceParticipantTile.tsx:897
#: src/utils/ContextMenuUtils.tsx:159
@@ -12105,7 +12182,7 @@ msgstr "Susturuldu"
#. placeholder {0}: DateUtils.getFormattedDateTime(new Date(muteConfig.end_time))
#. placeholder {0}: getFormattedDateTime(new Date(muteConfig.end_time))
-#: src/components/layout/guild-list/GuildListItem.tsx:191
+#: src/components/layout/guild-list/GuildListItem.tsx:192
#: src/utils/ContextMenuUtils.tsx:157
msgid "Muted until {0}"
msgstr "{0} tarihine kadar susturuldu"
@@ -12253,7 +12330,7 @@ msgstr "Hesaba mı ihtiyacınız var?"
msgid "Neighborhood Watch"
msgstr "Mahalle Gözetimi"
-#: src/components/pages/ReportPage.tsx:330
+#: src/components/pages/report/optionDescriptors.ts:102
msgid "Netherlands"
msgstr "Hollanda"
@@ -12261,9 +12338,9 @@ msgstr "Hollanda"
msgid "Network"
msgstr "Ağ"
-#: src/components/modals/components/PlutoniumContent.tsx:145
-#: src/components/modals/components/PlutoniumContent.tsx:271
-#: src/components/modals/tabs/BetaCodesTab.tsx:295
+#: src/components/modals/components/PlutoniumContent.tsx:156
+#: src/components/modals/components/PlutoniumContent.tsx:288
+#: src/components/modals/tabs/BetaCodesTab.tsx:320
#: src/components/modals/tabs/DevicesTab.tsx:229
msgid "Network error"
msgstr "Ağ hatası"
@@ -12290,7 +12367,7 @@ msgstr "süresi hiç dolmaz"
#: src/components/channel/Divider.tsx:51
#: src/components/channel/Divider.tsx:60
#: src/components/channel/UnreadDividerSlot.tsx:45
-#: src/components/layout/GuildsLayout.tsx:285
+#: src/components/layout/GuildsLayout.tsx:283
msgid "New"
msgstr "Yeni"
@@ -12311,7 +12388,7 @@ msgstr "Yeni e-posta"
msgid "New email form"
msgstr "Yeni e-posta formu"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:902
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:934
msgid "New Group"
msgstr "Yeni Grup"
@@ -12334,7 +12411,7 @@ msgid "new-channel"
msgstr "yeni-kanal"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:446
-#: src/components/channel/ChannelSearchResults.tsx:223
+#: src/components/channel/ChannelSearchResults.tsx:180
msgid "Newest"
msgstr "En Yeni"
@@ -12394,7 +12471,7 @@ msgstr "Takma ad 32 karakteri geçmemeli"
msgid "Nickname updated"
msgstr "Takma ad güncellendi"
-#: src/components/layout/GuildLayout.tsx:392
+#: src/components/layout/GuildLayout.tsx:397
msgid "No accessible channels"
msgstr "Erişilebilir kanal yok"
@@ -12431,7 +12508,7 @@ msgstr "Yasaklı Kullanıcı Yok"
msgid "No bans found matching your search."
msgstr "Aramanızla eşleşen yasak bulunamadı."
-#: src/components/modals/tabs/BetaCodesTab.tsx:365
+#: src/components/modals/tabs/BetaCodesTab.tsx:390
msgid "No beta codes yet"
msgstr "Henüz beta kodu yok"
@@ -12471,7 +12548,7 @@ msgstr "Kullanılabilir kanal yok"
msgid "No channels found"
msgstr "Kanal bulunamadı"
-#: src/components/modals/tabs/BetaCodesTab.tsx:275
+#: src/components/modals/tabs/BetaCodesTab.tsx:279
msgid "No codes remaining. Resets {resetString}"
msgstr "Kod kalmadı. Sıfırlanır {resetString}"
@@ -12484,7 +12561,7 @@ msgid "No community banner"
msgstr "Topluluk afişi yok"
#: src/components/auth/InviteHeader.tsx:156
-#: src/components/channel/InviteEmbed.tsx:215
+#: src/components/channel/InviteEmbed.tsx:217
#: src/components/modals/InviteAcceptModal.tsx:148
#: src/components/modals/tabs/ExpressionPacksTab.tsx:73
msgid "No description provided."
@@ -12516,7 +12593,7 @@ msgstr "Henüz arkadaş yok"
msgid "No GIFs found"
msgstr "GIF bulunamadı"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:311
+#: src/components/modals/tabs/GiftInventoryTab.tsx:334
msgid "No gifts yet"
msgstr "Henüz hediye yok"
@@ -12656,7 +12733,7 @@ msgid "No results"
msgstr "Sonuç yok"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:315
-#: src/components/channel/ChannelSearchResults.tsx:709
+#: src/components/channel/ChannelSearchResults.tsx:678
msgid "No Results"
msgstr "Sonuç Yok"
@@ -12717,7 +12794,7 @@ msgstr "Sistem Kanalı Yok"
msgid "No Timer"
msgstr "Zamanlayıcı Yok"
-#: src/components/channel/dm/AddFriendForm.tsx:70
+#: src/components/channel/dm/AddFriendForm.tsx:93
msgid "No user found with that FluxerTag."
msgstr "Bu FluxerTag ile kullanıcı bulunamadı."
@@ -12797,7 +12874,7 @@ msgstr "Şimdi Değil"
msgid "Not your cup of tea? You can disable this feature anytime."
msgstr "Senin tarzın değil mi? Bu özelliği istediğin zaman devre dışı bırakabilirsin."
-#: src/components/modals/UserProfileMobileSheet.tsx:549
+#: src/components/modals/UserProfileMobileSheet.tsx:553
#: src/components/modals/UserProfileModal.tsx:244
#: src/components/modals/UserProfileModal.tsx:248
#: src/components/pages/YouPage.tsx:144
@@ -12813,7 +12890,7 @@ msgstr "Not (sadece sana görünür)"
msgid "nothing"
msgstr "hiçbir şey"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1387
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1411
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:218
#: src/components/modals/GuildNotificationSettingsModal.tsx:95
#: src/components/modals/GuildNotificationSettingsModal.tsx:226
@@ -12835,8 +12912,8 @@ msgid "Notification Overrides"
msgstr "Bildirim Geçersiz Kılmaları"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:405
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1160
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1341
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1184
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1365
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:199
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsButton.tsx:59
#: src/components/modals/GuildNotificationSettingsModal.tsx:162
@@ -12904,17 +12981,17 @@ msgstr "NSFW içeriğine izin verilmiyor"
msgid "NSFW Gates"
msgstr "NSFW Kapıları"
-#: src/components/pages/ReportPage.tsx:266
+#: src/components/pages/report/optionDescriptors.ts:47
#: src/constants/IARConstants.tsx:52
msgid "NSFW Policy Violation"
msgstr "NSFW Politikası İhlali"
#. placeholder {0}: formatter.format(visionarySlots.total)
-#: src/components/modals/components/plutonium/VisionarySection.tsx:82
+#: src/components/modals/components/plutonium/VisionarySection.tsx:91
msgid "Numbered badge (1-{0}) showing your Visionary status"
msgstr "Numaralı rozet (1-{0}) Vizyoner durumunu gösteriyor"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:83
+#: src/components/modals/components/plutonium/VisionarySection.tsx:92
msgid "Numbered badge showing your Visionary status"
msgstr "Visionary durumunuzu gösteren numaralı rozet"
@@ -12933,8 +13010,8 @@ msgstr "Nesneler"
msgid "Off"
msgstr "Kapalı"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:281
-#: src/components/channel/ChannelMembers.tsx:137
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:287
+#: src/components/channel/ChannelMembers.tsx:108
#: src/Constants.tsx:134
#: src/utils/MemberListUtils.ts:150
#: src/utils/MemberListUtils.ts:188
@@ -12962,7 +13039,7 @@ msgid "Okay"
msgstr "Tamam"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:446
-#: src/components/channel/ChannelSearchResults.tsx:224
+#: src/components/channel/ChannelSearchResults.tsx:181
msgid "Oldest"
msgstr "En eski"
@@ -13020,25 +13097,25 @@ msgstr "Bir veya daha fazla kanal dizine ekleniyor"
msgid "one second ago"
msgstr "bir saniye önce"
-#: src/components/modals/components/plutonium/GiftSection.tsx:71
-#: src/components/modals/components/plutonium/GiftSection.tsx:80
-#: src/components/modals/components/plutonium/PricingSection.tsx:103
-#: src/components/modals/components/plutonium/PricingSection.tsx:112
+#: src/components/modals/components/plutonium/GiftSection.tsx:78
+#: src/components/modals/components/plutonium/GiftSection.tsx:90
+#: src/components/modals/components/plutonium/PricingSection.tsx:118
+#: src/components/modals/components/plutonium/PricingSection.tsx:130
msgid "one-time purchase"
msgstr "tek seferlik satın alma"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:65
+#: src/components/modals/components/plutonium/VisionarySection.tsx:74
msgid "One-time purchase, lifetime access."
msgstr "Tek seferlik satın alma, ömür boyu erişim."
-#: src/components/modals/components/plutonium/GiftSection.tsx:89
-#: src/components/modals/components/plutonium/PricingSection.tsx:90
-#: src/components/modals/components/plutonium/PricingSection.tsx:121
+#: src/components/modals/components/plutonium/GiftSection.tsx:102
+#: src/components/modals/components/plutonium/PricingSection.tsx:103
+#: src/components/modals/components/plutonium/PricingSection.tsx:142
msgid "one-time, lifetime"
msgstr "tek seferlik, ömür boyu"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:281
-#: src/components/channel/ChannelMembers.tsx:135
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:285
+#: src/components/channel/ChannelMembers.tsx:106
#: src/components/channel/dm/DMFriendsView.tsx:168
#: src/components/channel/friends/views/FriendsList.tsx:95
#: src/Constants.tsx:130
@@ -13051,7 +13128,7 @@ msgstr "Çevrimiçi"
msgid "Online Status"
msgstr "Çevrimiçi Durumu"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1382
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1406
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:212
#: src/components/modals/GuildNotificationSettingsModal.tsx:91
#: src/components/modals/GuildNotificationSettingsModal.tsx:281
@@ -13120,11 +13197,11 @@ msgstr "Hesap Talebi Modal'ını Aç"
msgid "Open color picker"
msgstr "Renk seçiciyi aç"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1398
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1422
msgid "Open Community Notification Settings"
msgstr "Topluluk Bildirim Ayarlarını Aç"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:286
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:322
msgid "Open Customer Portal"
msgstr "Müşteri Portalını Aç"
@@ -13293,7 +13370,7 @@ msgstr "Seçenek Üç"
msgid "Option Two"
msgstr "Seçenek İki"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:89
+#: src/components/modals/components/plutonium/VisionarySection.tsx:98
msgid "Optional #0000 tag"
msgstr "İsteğe bağlı #0000 etiketi"
@@ -13309,7 +13386,7 @@ msgstr "VEYA"
msgid "Or copy the link:"
msgstr "Veya bağlantıyı kopyala:"
-#: src/components/modals/InviteModal.tsx:312
+#: src/components/modals/InviteModal.tsx:309
msgid "or send an invite link to a friend:"
msgstr "veya bir arkadaşına davet bağlantısı gönder:"
@@ -13325,9 +13402,9 @@ msgstr "Orijinal mesaj yüklenemedi"
msgid "Original message was deleted"
msgstr "Orijinal mesaj silindi"
-#: src/components/pages/ReportPage.tsx:273
-#: src/components/pages/ReportPage.tsx:287
-#: src/components/pages/ReportPage.tsx:303
+#: src/components/pages/report/optionDescriptors.ts:54
+#: src/components/pages/report/optionDescriptors.ts:65
+#: src/components/pages/report/optionDescriptors.ts:78
#: src/constants/IARConstants.tsx:87
#: src/constants/IARConstants.tsx:139
#: src/constants/IARConstants.tsx:195
@@ -13463,8 +13540,8 @@ msgstr "Geçiş anahtarları, geçerli bir uygulama tanımlayıcısına sahip im
#: src/components/auth/AuthLoginCore/AuthLoginEmailPasswordForm.tsx:90
#: src/components/auth/AuthRegisterFormCore.tsx:136
#: src/components/auth/AuthRegisterFormCore.tsx:217
-#: src/components/modals/ClaimAccountModal.tsx:168
-#: src/components/modals/ClaimAccountModal.tsx:208
+#: src/components/modals/ClaimAccountModal.tsx:170
+#: src/components/modals/ClaimAccountModal.tsx:210
#: src/components/modals/SudoVerificationModal.tsx:171
#: src/components/modals/SudoVerificationModal.tsx:236
#: src/components/modals/tabs/AccountSecurityTab/AccountTab.tsx:105
@@ -13546,11 +13623,11 @@ msgstr "Arkadaşlarınızın arkadaşları sizi grup sohbetlerine ekleyebilir"
msgid "People who are friends with your friends can call you"
msgstr "Arkadaşlarınızın arkadaşları sizi arayabilir"
-#: src/components/modals/components/plutonium/PricingSection.tsx:73
+#: src/components/modals/components/plutonium/PricingSection.tsx:80
msgid "per month"
msgstr "aylık"
-#: src/components/modals/components/plutonium/PricingSection.tsx:80
+#: src/components/modals/components/plutonium/PricingSection.tsx:90
msgid "per year"
msgstr "yıllık"
@@ -13588,8 +13665,8 @@ msgstr "İzinler verildi"
msgid "Personal notes"
msgstr "Kişisel notlar"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:479
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:778
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:493
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:810
#: src/components/channel/channel-header/useChannelHeaderData.ts:84
#: src/components/channel/dm/DMList.tsx:708
#: src/components/channel/dm/DMList.tsx:795
@@ -13662,16 +13739,16 @@ msgid "Pick which phone step to show"
msgstr "Hangi telefon adımının gösterileceğini seçin"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:336
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1132
-#: src/components/bottomsheets/DMBottomSheet.tsx:483
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1156
+#: src/components/bottomsheets/DMBottomSheet.tsx:485
#: src/components/channel/dm/DMList.tsx:287
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:153
msgid "Pin DM"
msgstr "DM'i Sabitle"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:295
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1132
-#: src/components/bottomsheets/DMBottomSheet.tsx:483
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1156
+#: src/components/bottomsheets/DMBottomSheet.tsx:485
#: src/components/channel/dm/DMList.tsx:248
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:133
msgid "Pin Group DM"
@@ -13714,20 +13791,20 @@ msgid "Ping: {latency}ms"
msgstr "Ping: {latency}ms"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:219
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:566
-#: src/components/bottomsheets/DMBottomSheet.tsx:147
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:580
+#: src/components/bottomsheets/DMBottomSheet.tsx:149
#: src/components/channel/dm/DMList.tsx:214
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:115
msgid "Pinned DM"
msgstr "Sabitlenmiş DM"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:219
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:566
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:580
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:95
msgid "Pinned group"
msgstr "Sabitlenmiş grup"
-#: src/components/bottomsheets/DMBottomSheet.tsx:147
+#: src/components/bottomsheets/DMBottomSheet.tsx:149
msgid "Pinned group DM"
msgstr "Sabitlenmiş grup DM"
@@ -13742,7 +13819,7 @@ msgstr "Sabitlenmiş Mesajlar"
msgid "pinned:"
msgstr "sabitlenmiş:"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:886
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:918
msgid "Pins"
msgstr "Sabitlemeler"
@@ -13789,15 +13866,15 @@ msgstr "Lütfen doğrulama e-postası için gelen kutunuzu kontrol edin."
msgid "Please enable Fluxer in System Settings → Privacy & Security → Input Monitoring."
msgstr "Lütfen Fluxer'ı Sistem Ayarları → Gizlilik ve Güvenlik → Giriş İzleme'de etkinleştirin."
-#: src/components/pages/ReportPage.tsx:396
+#: src/components/pages/ReportPage.tsx:211
msgid "Please enter a valid email address."
msgstr "Lütfen geçerli bir e-posta adresi girin."
-#: src/components/channel/dm/AddFriendForm.tsx:74
+#: src/components/channel/dm/AddFriendForm.tsx:97
msgid "Please enter a valid FluxerTag (Username#0000)."
msgstr "Lütfen geçerli bir FluxerTag (KullanıcıAdı#0000) girin."
-#: src/components/pages/ReportPage.tsx:509
+#: src/components/pages/ReportPage.tsx:336
msgid "Please enter a valid message link URL."
msgstr "Lütfen geçerli bir mesaj bağlantısı URL'si girin."
@@ -13809,26 +13886,22 @@ msgstr "Lütfen bir API uç noktası girin."
msgid "Please fill out the following fields: {fieldList}"
msgstr "Lütfen aşağıdaki alanları doldurun: {fieldList}"
-#: src/components/pages/ReportPage.tsx:436
+#: src/components/pages/ReportPage.tsx:261
msgid "Please go back and enter a valid email address."
msgstr "Lütfen geri dönün ve geçerli bir e-posta adresi girin."
-#: src/components/pages/ReportPage.tsx:542
+#: src/components/pages/ReportPage.tsx:369
msgid "Please include the community (guild) ID you are reporting."
msgstr "Lütfen bildirdiğiniz topluluğun (guild) ID'sini ekleyin."
-#: src/components/pages/ReportPage.tsx:504
+#: src/components/pages/ReportPage.tsx:331
msgid "Please paste the message link you are reporting."
msgstr "Lütfen bildirdiğiniz mesajın bağlantısını yapıştırın."
-#: src/components/pages/ReportPage.tsx:391
+#: src/components/pages/ReportPage.tsx:206
msgid "Please provide an email address."
msgstr "Lütfen bir e-posta adresi belirtin."
-#: src/components/pages/ReportPage.tsx:801
-msgid "Please provide the details of your report."
-msgstr "Lütfen bildirinizin ayrıntılarını belirtin."
-
#: src/components/modals/tabs/ApplicationsTab/ApplicationDetail.tsx:555
msgid "Please retry or go back to the applications list."
msgstr "Lütfen yeniden deneyin veya uygulamalar listesine dönün."
@@ -13837,7 +13910,7 @@ msgstr "Lütfen yeniden deneyin veya uygulamalar listesine dönün."
msgid "Please select a violation category"
msgstr "Lütfen bir ihlal kategorisi seçin"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:297
+#: src/components/modals/tabs/GiftInventoryTab.tsx:320
msgid "Please try again later."
msgstr "Lütfen daha sonra tekrar deneyin."
@@ -13878,7 +13951,7 @@ msgstr "Plutonium Rozet Gizliliği"
msgid "Plutonium perks"
msgstr "Plutonium avantajları"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:110
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:129
msgid "Plutonium Subscription"
msgstr "Plutonium Aboneliği"
@@ -13886,7 +13959,7 @@ msgstr "Plutonium Aboneliği"
msgid "PNG"
msgstr "PNG"
-#: src/components/pages/ReportPage.tsx:331
+#: src/components/pages/report/optionDescriptors.ts:103
msgid "Poland"
msgstr "Polonya"
@@ -13903,7 +13976,7 @@ msgstr "anket"
msgid "Popouts"
msgstr "Açılır Pencereler"
-#: src/components/pages/ReportPage.tsx:332
+#: src/components/pages/report/optionDescriptors.ts:104
msgid "Portugal"
msgstr "Portekiz"
@@ -13943,11 +14016,11 @@ msgstr "Premium Tür Geçersiz Kılma"
msgid "Press keys..."
msgstr "Tuşlara basın..."
-#: src/components/channel/MessageReactions.tsx:121
+#: src/components/channel/MessageReactions.tsx:120
msgid "press to add reaction"
msgstr "tepki eklemek için basın"
-#: src/components/channel/MessageReactions.tsx:121
+#: src/components/channel/MessageReactions.tsx:120
msgid "press to remove reaction"
msgstr "tepkiyi kaldırmak için basın"
@@ -14143,15 +14216,15 @@ msgstr "Hesabınızı iki faktörlü kimlik doğrulama ve anahtarlarla koruyun"
msgid "Provide any additional context that may help our Safety Team..."
msgstr "Güvenlik Ekibimize yardımcı olabilecek ek bağlam sağlayın..."
-#: src/components/pages/ReportPage.tsx:882
+#: src/components/pages/report/ReportStepDetails.tsx:156
msgid "Provide at least a user ID or a user tag."
msgstr "En az bir kullanıcı kimliği veya kullanıcı etiket sağlayın."
-#: src/components/pages/ReportPage.tsx:527
+#: src/components/pages/ReportPage.tsx:354
msgid "Provide either a user ID or a FluxerTag for the person you are reporting."
msgstr "Şikayet ettiğiniz kişi için bir kullanıcı kimliği veya FluxerTag sağlayın."
-#: src/components/pages/ReportPage.tsx:478
+#: src/components/pages/ReportPage.tsx:305
msgid "Provide your full legal name for the declaration."
msgstr "Beyan için tam resmi adınızı sağlayın."
@@ -14163,7 +14236,7 @@ msgstr "{dayCount, plural, one {<0># gün0>} other {<1># gün1>}} süresince
msgid "Public bot"
msgstr "Genel bot"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:312
+#: src/components/modals/tabs/GiftInventoryTab.tsx:335
msgid "Purchase a Plutonium gift from the Plutonium tab to share with friends!"
msgstr "Arkadaşlarınızla paylaşmak için Plutonium sekmesinden bir Plutonium hediyesi satın alın!"
@@ -14171,12 +14244,12 @@ msgstr "Arkadaşlarınızla paylaşmak için Plutonium sekmesinden bir Plutonium
msgid "Purchase History"
msgstr "Satın Alma Geçmişi"
-#: src/components/modals/components/plutonium/PricingSection.tsx:61
+#: src/components/modals/components/plutonium/PricingSection.tsx:67
msgid "Purchase mode"
msgstr "Satın alma modu"
#. placeholder {0}: getFormattedShortDate(new Date(gift.created_at))
-#: src/components/modals/tabs/GiftInventoryTab.tsx:119
+#: src/components/modals/tabs/GiftInventoryTab.tsx:120
msgid "Purchased {0}"
msgstr "{0} tarihinde satın alındı"
@@ -14275,7 +14348,7 @@ msgstr "Radyo düğmeleri bir gruptan bir seçenek seçmeye izin verir."
msgid "Radio Group"
msgstr "Radyo Grubu"
-#: src/components/pages/ReportPage.tsx:300
+#: src/components/pages/report/optionDescriptors.ts:75
#: src/constants/IARConstants.tsx:180
msgid "Raid Coordination"
msgstr "Baskın Koordinasyonu"
@@ -14310,7 +14383,7 @@ msgid "Reactions"
msgstr "Tepkiler"
#: src/components/layout/app-layout/nagbars/PremiumExpiredNagbar.tsx:77
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:284
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:320
msgid "Reactivate"
msgstr "Yeniden etkinleştir"
@@ -14323,15 +14396,15 @@ msgstr "Mesaj Geçmişini Oku"
msgid "Read the community's audit log of changes and moderation actions."
msgstr "Topluluğun değişiklikler ve moderasyon eylemlerinin denetim günlüğünü okuyun."
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:146
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:160
msgid "Read the Documentation (fluxer.dev)"
msgstr "Belgeleri Okuyun (fluxer.dev)"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:52
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:60
msgid "Ready to Buy a Gift?"
msgstr "Hediye Satın Almaya Hazır mısınız?"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:52
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:60
msgid "Ready to Upgrade?"
msgstr "Yükseltmeye Hazır mısınız?"
@@ -14388,11 +14461,11 @@ msgstr "Yeniden bağlanılıyor…"
msgid "Record shortcut"
msgstr "Kısayol kaydet"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:269
+#: src/components/modals/tabs/GiftInventoryTab.tsx:292
msgid "Redeem"
msgstr "Kullan"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:232
+#: src/components/modals/tabs/GiftInventoryTab.tsx:255
msgid "Redeem a Gift"
msgstr "Hediye Kullan"
@@ -14400,40 +14473,40 @@ msgstr "Hediye Kullan"
msgid "Redeem Beta Code"
msgstr "Beta Kodu Kullan"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:165
+#: src/components/modals/tabs/GiftInventoryTab.tsx:166
msgid "Redeem for Yourself"
msgstr "Kendin için Kullan"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:255
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:281
msgid "Redeem Gift Code"
msgstr "Hediye Kodu Kullan"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:238
+#: src/components/modals/tabs/GiftInventoryTab.tsx:261
msgid "Redeem gift code form"
msgstr "Hediye kodu kullanma formu"
#. placeholder {0}: redeemedBetaCodes.length
-#: src/components/modals/tabs/BetaCodesTab.tsx:349
+#: src/components/modals/tabs/BetaCodesTab.tsx:374
msgid "Redeemed ({0})"
msgstr "Kullanıldı ({0})"
#. placeholder {0}: getFormattedShortDate(new Date(gift.redeemed_at!))
-#: src/components/modals/tabs/GiftInventoryTab.tsx:117
+#: src/components/modals/tabs/GiftInventoryTab.tsx:118
msgid "Redeemed {0}"
msgstr "{0} tarihinde kullanıldı"
#. placeholder {0}: gift.redeemed_by.username
#. placeholder {1}: gift.redeemed_by.discriminator
-#: src/components/modals/tabs/GiftInventoryTab.tsx:153
+#: src/components/modals/tabs/GiftInventoryTab.tsx:154
msgid "Redeemed by {0}#{1}"
msgstr "{0}#{1} tarafından kullanıldı"
-#: src/components/modals/tabs/BetaCodesTab.tsx:54
+#: src/components/modals/tabs/BetaCodesTab.tsx:56
msgid "Redeemer"
msgstr "Kullanıcı"
-#: src/components/modals/tabs/BetaCodesTab.tsx:111
-#: src/components/modals/tabs/BetaCodesTab.tsx:188
+#: src/components/modals/tabs/BetaCodesTab.tsx:113
+#: src/components/modals/tabs/BetaCodesTab.tsx:190
msgid "Redeemer:"
msgstr "Kullanıcı:"
@@ -14526,7 +14599,7 @@ msgstr "Normal Düğme"
msgid "Regular button clicked!"
msgstr "Normal düğmeye tıklandı!"
-#: src/components/channel/channel-view/DMChannelView.tsx:298
+#: src/components/channel/channel-view/DMChannelView.tsx:299
#: src/components/voice/IncomingCallUI.tsx:310
msgid "Reject"
msgstr "Reddet"
@@ -14624,19 +14697,19 @@ msgstr "Giriş sesini kaldır"
msgid "Remove filter"
msgstr "Filtreyi kaldır"
-#: src/components/bottomsheets/DMBottomSheet.tsx:508
-#: src/components/channel/dm/DMWelcomeSection.tsx:132
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:144
+#: src/components/bottomsheets/DMBottomSheet.tsx:510
+#: src/components/channel/dm/DMWelcomeSection.tsx:144
#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:146
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:253
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:148
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:255
#: src/components/modals/UserProfileActionsSheet.tsx:115
#: src/components/modals/UserProfileActionsSheet.tsx:117
#: src/components/modals/UserProfileActionsSheet.tsx:278
-#: src/components/modals/UserProfileMobileSheet.tsx:302
-#: src/components/modals/UserProfileMobileSheet.tsx:304
+#: src/components/modals/UserProfileMobileSheet.tsx:303
+#: src/components/modals/UserProfileMobileSheet.tsx:305
#: src/components/modals/UserProfileModal.tsx:1143
-#: src/components/modals/UserProfileModal.tsx:1228
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:108
+#: src/components/modals/UserProfileModal.tsx:1229
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:129
#: src/utils/RelationshipActionUtils.tsx:113
#: src/utils/RelationshipActionUtils.tsx:115
msgid "Remove Friend"
@@ -14654,8 +14727,8 @@ msgid "Remove from favorites"
msgstr "Favorilerden kaldır"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:370
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1103
-#: src/components/bottomsheets/DMBottomSheet.tsx:400
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1127
+#: src/components/bottomsheets/DMBottomSheet.tsx:402
#: src/components/channel/ChannelHeader.tsx:547
#: src/components/channel/ChannelHeader.tsx:595
#: src/components/channel/ChannelHeader.tsx:600
@@ -14720,7 +14793,7 @@ msgstr "Spoiler'ı Kaldır"
msgid "Remove sticker"
msgstr "Çıkartmayı kaldır"
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:285
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:288
#: src/components/modals/RemoveTimeoutModal.tsx:61
#: src/components/modals/RemoveTimeoutModal.tsx:75
#: src/components/modals/TimeoutMemberSheet.tsx:101
@@ -14763,11 +14836,11 @@ msgid "Removed from bookmarks"
msgstr "Yer işaretlerinden kaldırıldı"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:115
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:541
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:555
msgid "Removed from favorites"
msgstr "Favorilerden kaldırıldı"
-#: src/components/bottomsheets/DMBottomSheet.tsx:126
+#: src/components/bottomsheets/DMBottomSheet.tsx:128
msgid "Removed from Favorites"
msgstr "Favorilerden kaldırıldı"
@@ -14891,7 +14964,7 @@ msgstr "Topluluk {0} olarak yeniden adlandırıldı."
msgid "Render all your messages as unknown message type"
msgstr "Tüm mesajlarını bilinmeyen mesaj tipi olarak göster"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:234
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:253
msgid "Renews on <0>{renewalDate}0>."
msgstr "<0>{renewalDate}0> tarihinde yenilenir."
@@ -14932,15 +15005,15 @@ msgstr "Yanıtla"
msgid "Replying to <0>{authorNickname}0>"
msgstr "<0>{authorNickname}0> kullanıcısına yanıt veriliyor"
-#: src/components/pages/ReportPage.tsx:249
+#: src/components/pages/report/optionDescriptors.ts:38
msgid "Report a Community"
msgstr "Bir Topluluğu Bildir"
-#: src/components/pages/ReportPage.tsx:247
+#: src/components/pages/report/optionDescriptors.ts:36
msgid "Report a Message"
msgstr "Bir Mesajı Bildir"
-#: src/components/pages/ReportPage.tsx:248
+#: src/components/pages/report/optionDescriptors.ts:37
msgid "Report a User Profile"
msgstr "Bir Kullanıcı Profilini Bildir"
@@ -14949,12 +15022,12 @@ msgstr "Bir Kullanıcı Profilini Bildir"
msgid "Report Community"
msgstr "Topluluğu Bildir"
-#: src/components/pages/ReportPage.tsx:801
-msgid "Report Details"
-msgstr "Bildirim Detayları"
+#: src/components/pages/report/ReportStepDetails.tsx:74
+msgid "Report details"
+msgstr "Şikayet ayrıntıları"
-#: src/components/pages/ReportPage.tsx:241
-#: src/components/pages/ReportPage.tsx:612
+#: src/components/pages/report/ReportStepSelection.tsx:41
+#: src/components/pages/ReportPage.tsx:60
msgid "Report Illegal Content"
msgstr "Yasadışı İçeriği Bildir"
@@ -14963,33 +15036,24 @@ msgstr "Yasadışı İçeriği Bildir"
msgid "Report Message"
msgstr "Mesajı Bildir"
-#: src/components/pages/ReportPage.tsx:588
-msgid "Report Submitted"
-msgstr "Bildirim Gönderildi"
+#: src/components/pages/report/ReportStepComplete.tsx:36
+msgid "Report submitted"
+msgstr "Şikayet gönderildi"
#: src/components/modals/IARModal.tsx:128
msgid "Report submitted successfully. Our Safety Team will review it shortly."
msgstr "Bildirim başarıyla gönderildi. Güvenlik Ekibimiz kısa süre içinde inceleyecek."
-#: src/components/pages/ReportPage.tsx:624
-msgid "Report Type"
-msgstr "Bildirim Türü"
-
#: src/components/modals/IARModal.tsx:84
#: src/components/modals/UserProfileActionsSheet.tsx:289
#: src/components/modals/UserProfileModal.tsx:1157
msgid "Report User"
msgstr "Kullanıcıyı Bildir"
-#: src/components/pages/ReportPage.tsx:852
+#: src/components/pages/report/ReportStepDetails.tsx:123
msgid "Reported User Tag (optional)"
msgstr "Bildirim Kullanıcı Etiketi (isteğe bağlı)"
-#: src/components/pages/ReportPage.tsx:644
-#: src/components/pages/ReportPage.tsx:804
-msgid "Reporting:"
-msgstr "Bildirim yapılıyor: "
-
#: src/components/modals/tabs/PrivacySafetyTab/DataExportTab.tsx:48
#: src/components/modals/tabs/PrivacySafetyTab/DataExportTab.tsx:125
msgid "Request Data Export"
@@ -15050,7 +15114,7 @@ msgstr "Plutonium gerektirir"
msgid "Reschedule Message"
msgstr "Mesajı Yeniden Planla"
-#: src/components/modals/ClaimAccountModal.tsx:222
+#: src/components/modals/ClaimAccountModal.tsx:224
#: src/components/modals/EmailChangeModal.tsx:230
#: src/components/modals/EmailChangeModal.tsx:294
msgid "Resend"
@@ -15064,7 +15128,11 @@ msgstr "Yeniden Gönder ({newSecondsRemaining}s)"
msgid "Resend ({originalSecondsRemaining}s)"
msgstr "Yeniden Gönder ({originalSecondsRemaining}s)"
-#: src/components/modals/ClaimAccountModal.tsx:222
+#: src/components/pages/report/ReportStepVerification.tsx:114
+msgid "Resend ({resendCooldownSeconds}s)"
+msgstr "Tekrar gönder ({resendCooldownSeconds}s)"
+
+#: src/components/modals/ClaimAccountModal.tsx:224
msgid "Resend ({resendSecondsRemaining}s)"
msgstr "Yeniden Gönder ({resendSecondsRemaining}s)"
@@ -15072,7 +15140,7 @@ msgstr "Yeniden Gönder ({resendSecondsRemaining}s)"
msgid "Resend Button Loading"
msgstr "Yeniden Gönder Düğmesi Yükleniyor"
-#: src/components/pages/ReportPage.tsx:761
+#: src/components/pages/report/ReportStepVerification.tsx:116
msgid "Resend code"
msgstr "Kodu yeniden gönder"
@@ -15097,7 +15165,7 @@ msgid "Resent"
msgstr "Yeniden Gönderildi"
#: src/components/keybinds/KeybindRecorder.tsx:215
-#: src/components/modals/components/MobileSettingsView.tsx:128
+#: src/components/modals/components/MobileSettingsView.tsx:123
#: src/components/modals/components/SettingsModalHeader.tsx:81
#: src/components/modals/ImageCropModal.tsx:977
#: src/components/modals/tabs/KeybindsTab.tsx:154
@@ -15173,8 +15241,8 @@ msgstr "Tam ekranı geri yükle"
msgid "Restore maximized"
msgstr "Ekranı kapla"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:280
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:282
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:316
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:318
msgid "Resubscribe"
msgstr "Yeniden Abone Ol"
@@ -15189,11 +15257,11 @@ msgstr "Yeniden Abone Ol"
#: src/components/modals/guildTabs/GuildStickersTab.tsx:211
#: src/components/modals/guildTabs/GuildWebhooksTab.tsx:137
#: src/components/modals/tabs/ApplicationsTab/ApplicationDetail.tsx:559
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:108
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:112
#: src/components/modals/tabs/AuthorizedAppsTab.tsx:121
-#: src/components/modals/tabs/BetaCodesTab.tsx:301
+#: src/components/modals/tabs/BetaCodesTab.tsx:326
#: src/components/modals/tabs/DevicesTab.tsx:231
-#: src/components/modals/tabs/GiftInventoryTab.tsx:300
+#: src/components/modals/tabs/GiftInventoryTab.tsx:323
msgid "Retry"
msgstr "Yeniden Dene"
@@ -15244,8 +15312,8 @@ msgstr "Devam etmeden önce bu uygulamanın ne istediğini incele."
#: src/components/invites/InviteListItem.tsx:217
#: src/components/modals/GroupInvitesBottomSheet.tsx:78
#: src/components/modals/GroupInvitesModal.tsx:76
-#: src/components/modals/tabs/BetaCodesTab.tsx:143
-#: src/components/modals/tabs/BetaCodesTab.tsx:220
+#: src/components/modals/tabs/BetaCodesTab.tsx:145
+#: src/components/modals/tabs/BetaCodesTab.tsx:222
msgid "Revoke"
msgstr "İptal Et"
@@ -15369,7 +15437,7 @@ msgstr "Roller ve İzinler"
msgid "Roles updated successfully"
msgstr "Roller başarıyla güncellendi"
-#: src/components/pages/ReportPage.tsx:333
+#: src/components/pages/report/optionDescriptors.ts:105
msgid "Romania"
msgstr "Romanya"
@@ -15423,7 +15491,7 @@ msgstr "Doygunluk"
#: src/components/modals/AddFavoriteMemeModal.tsx:102
#: src/components/modals/AttachmentEditModal.tsx:90
#: src/components/modals/BaseChangeNicknameModal.tsx:115
-#: src/components/modals/components/MobileSettingsView.tsx:131
+#: src/components/modals/components/MobileSettingsView.tsx:126
#: src/components/modals/CustomStatusBottomSheet.tsx:231
#: src/components/modals/CustomStatusModal.tsx:362
#: src/components/modals/EditFavoriteMemeModal.tsx:88
@@ -15438,9 +15506,9 @@ msgstr "Doygunluk"
msgid "Save"
msgstr "Kaydet"
-#: src/components/modals/components/plutonium/GiftSection.tsx:72
-#: src/components/modals/components/plutonium/PricingSection.tsx:81
-#: src/components/modals/components/plutonium/PricingSection.tsx:104
+#: src/components/modals/components/plutonium/GiftSection.tsx:79
+#: src/components/modals/components/plutonium/PricingSection.tsx:91
+#: src/components/modals/components/plutonium/PricingSection.tsx:119
msgid "Save 17%"
msgstr "%17 Tasarruf Et"
@@ -15600,8 +15668,8 @@ msgstr "Sohbeti Aşağı Kaydır"
msgid "Scroll Chat Up"
msgstr "Sohbeti Yukarı Kaydır"
-#: src/components/modals/components/plutonium/GiftSection.tsx:103
-#: src/components/modals/components/plutonium/PricingSection.tsx:138
+#: src/components/modals/components/plutonium/GiftSection.tsx:117
+#: src/components/modals/components/plutonium/PricingSection.tsx:160
msgid "Scroll down to view all the sweet perks you get with Plutonium"
msgstr "Plutonium ile aldığın tüm tatlı ayrıcalıkları görmek için aşağı kaydır"
@@ -15613,11 +15681,11 @@ msgstr "Sohbet geçmişini aşağı kaydır"
msgid "Scroll the chat history up"
msgstr "Sohbet geçmişini yukarı kaydır"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:857
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:889
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:400
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:460
#: src/components/channel/ChannelHeader.tsx:586
-#: src/components/channel/shared/PickerSearchInput.tsx:204
+#: src/components/channel/shared/PickerSearchInput.tsx:203
#: src/components/modals/tabs/ComponentGalleryTab/InputsTab.tsx:126
#: src/stores/KeybindStore.ts:414
#: src/utils/quick-switcher/QuickSwitcherModalUtils.tsx:86
@@ -15674,7 +15742,7 @@ msgstr "Kanalları, kişileri veya toplulukları ara"
#: src/components/common/FriendSelector.tsx:196
#: src/components/modals/AddFriendsToGroupModal.tsx:53
#: src/components/modals/CreateDMModal.tsx:68
-#: src/components/modals/InviteModal.tsx:237
+#: src/components/modals/InviteModal.tsx:248
#: src/components/modals/shared/RecipientList.tsx:177
#: src/components/modals/ShareThemeModal.tsx:144
msgid "Search friends"
@@ -15718,7 +15786,7 @@ msgstr "Bekleyen istekleri ara"
msgid "Search Permissions..."
msgstr "İzinleri Ara..."
-#: src/components/channel/ChannelSearchResults.tsx:321
+#: src/components/channel/ChannelSearchResults.tsx:278
#: src/components/modals/components/DesktopSettingsView.tsx:360
msgid "Search Results"
msgstr "Arama Sonuçları"
@@ -15737,7 +15805,7 @@ msgid "Search scope"
msgstr "Arama kapsamı"
#. placeholder {0}: activeScopeOption.label
-#: src/components/channel/ChannelSearchResults.tsx:1052
+#: src/components/channel/ChannelSearchResults.tsx:1031
#: src/components/channel/MessageSearchBar/MessageSearchBar.tsx:378
msgid "Search scope: {0}"
msgstr "Arama kapsamı: {0}"
@@ -15767,7 +15835,7 @@ msgstr "Kullanıcıları ara"
msgid "Search within the current view"
msgstr "Mevcut görünüm içinde ara"
-#: src/components/channel/ChannelSearchResults.tsx:319
+#: src/components/channel/ChannelSearchResults.tsx:276
msgid "Searching..."
msgstr "Aranıyor..."
@@ -15848,9 +15916,9 @@ msgstr "Davetinizin ziyaretçilere nasıl göründüğünü görün."
msgid "Select"
msgstr "Seç"
-#: src/components/pages/ReportPage.tsx:261
-#: src/components/pages/ReportPage.tsx:280
-#: src/components/pages/ReportPage.tsx:294
+#: src/components/pages/report/optionDescriptors.ts:42
+#: src/components/pages/report/optionDescriptors.ts:58
+#: src/components/pages/report/optionDescriptors.ts:69
msgid "Select a category"
msgstr "Bir kategori seç"
@@ -15871,7 +15939,7 @@ msgstr "Bir Topluluk seç"
msgid "Select a community where you have <0>Manage Community0> permissions."
msgstr "<0>Topluluğu Yönet0> izinlerine sahip olduğunuz bir topluluk seçin."
-#: src/components/pages/ReportPage.tsx:310
+#: src/components/pages/report/optionDescriptors.ts:82
msgid "Select a country"
msgstr "Bir ülke seç"
@@ -15887,7 +15955,7 @@ msgstr "Uygulanacak bir senaryo seç..."
msgid "Select a verification method."
msgstr "Bir doğrulama yöntemi seçin."
-#: src/components/pages/ReportPage.tsx:473
+#: src/components/pages/ReportPage.tsx:300
msgid "Select a violation category."
msgstr "Bir ihlal kategorisi seç."
@@ -15958,11 +16026,15 @@ msgstr "Ekran veya pencere seç"
msgid "Select the account you want to sign in with on the desktop app."
msgstr "Masaüstü uygulamasında giriş yapmak istediğiniz hesabı seçin."
+#: src/components/pages/report/ReportStepSelection.tsx:44
+msgid "Select what you want to report."
+msgstr "Ne bildirmek istediğinizi seçin."
+
#: src/components/modals/utils/settingsSearchIndex.ts:460
msgid "Select your camera"
msgstr "Kameranızı seçin"
-#: src/components/pages/ReportPage.tsx:483
+#: src/components/pages/ReportPage.tsx:310
msgid "Select your country of residence."
msgstr "İkamet ettiğiniz ülkeyi seçin."
@@ -15986,7 +16058,7 @@ msgstr "Seç..."
msgid "Selections"
msgstr "Seçimler"
-#: src/components/pages/ReportPage.tsx:269
+#: src/components/pages/report/optionDescriptors.ts:50
#: src/constants/IARConstants.tsx:67
msgid "Self-Harm or Suicide"
msgstr "Kendine Zarar Verme veya İntihar"
@@ -16035,7 +16107,7 @@ msgstr "Bir eylem mesajı gönder (italik içine sarar)."
msgid "Send an SMS code first."
msgstr "Önce bir SMS kodu gönder."
-#: src/components/modals/ClaimAccountModal.tsx:182
+#: src/components/modals/ClaimAccountModal.tsx:184
#: src/components/modals/EmailChangeModal.tsx:265
#: src/components/modals/PhoneAddModal.tsx:206
msgid "Send code"
@@ -16045,9 +16117,9 @@ msgstr "Kodu gönder"
msgid "Send Code"
msgstr "Kodu Gönder"
-#: src/components/channel/dm/DMWelcomeSection.tsx:109
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:269
-#: src/components/modals/UserProfileModal.tsx:1288
+#: src/components/channel/dm/DMWelcomeSection.tsx:112
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:272
+#: src/components/modals/UserProfileModal.tsx:1290
msgid "Send Friend Request"
msgstr "Arkadaşlık İsteği Gönder"
@@ -16073,7 +16145,7 @@ msgstr "Mesaj gönder"
msgid "Send Messages"
msgstr "Mesajları Gönder"
-#: src/components/channel/dm/AddFriendForm.tsx:119
+#: src/components/channel/dm/AddFriendForm.tsx:142
msgid "Send Request"
msgstr "İstek Gönder"
@@ -16097,11 +16169,11 @@ msgstr "Metinden konuşmaya mesajlar gönder."
msgid "Send TTS Messages"
msgstr "TTS Mesajları Gönder"
-#: src/components/pages/ReportPage.tsx:676
+#: src/components/pages/report/ReportStepEmail.tsx:92
msgid "Send Verification Code"
msgstr "Doğrulama Kodu Gönder"
-#: src/components/modals/InviteModal.tsx:258
+#: src/components/modals/InviteModal.tsx:268
#: src/components/modals/shared/RecipientList.tsx:223
#: src/components/modals/ShareThemeModal.tsx:162
msgid "Sent"
@@ -16128,7 +16200,7 @@ msgstr "Oturum süresi doldu. Lütfen tekrar giriş yapın."
msgid "Set a custom invite URL for your community."
msgstr "Topluluğunuz için özel bir davet URL'si belirleyin."
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:401
+#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:361
#: src/components/modals/StatusChangeBottomSheet.tsx:171
#: src/components/popouts/UserAreaPopout.tsx:444
msgid "Set a custom status"
@@ -16336,7 +16408,7 @@ msgid "Set your timezone"
msgstr "Saat dilimini ayarla"
#: src/components/bottomsheets/VoiceLobbyBottomSheet.tsx:220
-#: src/components/modals/components/MobileSettingsView.tsx:531
+#: src/components/modals/components/MobileSettingsView.tsx:485
#: src/components/modals/tabs/ComponentGalleryTab/ButtonsTab.tsx:150
#: src/components/modals/tabs/ComponentGalleryTab/ButtonsTab.tsx:221
#: src/components/modals/tabs/ComponentGalleryTab/index.tsx:94
@@ -16383,7 +16455,11 @@ msgstr "Paylaşma eylemi!"
msgid "Share Audio"
msgstr "Ses Paylaş"
-#: src/components/modals/components/plutonium/GiftSection.tsx:63
+#: src/components/pages/report/ReportStepDetails.tsx:77
+msgid "Share only what's needed to help our team assess the content."
+msgstr "İçeriği değerlendirmemize yardımcı olmak için yalnızca gerekli olanı paylaşın."
+
+#: src/components/modals/components/plutonium/GiftSection.tsx:69
msgid "Share the Plutonium experience with your friends by purchasing a gift subscription."
msgstr "Hediye abonelik satın alarak Plutonium deneyimini arkadaşlarınla paylaş."
@@ -16417,7 +16493,7 @@ msgstr "Temanı Paylaş"
msgid "Shared theme"
msgstr "Paylaşılan tema"
-#: src/components/pages/ReportPage.tsx:268
+#: src/components/pages/report/optionDescriptors.ts:49
#: src/constants/IARConstants.tsx:62
msgid "Sharing Personal Information"
msgstr "Kişisel Bilgi Paylaşımı"
@@ -16797,11 +16873,11 @@ msgstr "Adım Değerli Kaydırıcı"
msgid "Sliders"
msgstr "Kaydırıcılar"
-#: src/components/pages/ReportPage.tsx:334
+#: src/components/pages/report/optionDescriptors.ts:106
msgid "Slovakia"
msgstr "Slovakya"
-#: src/components/pages/ReportPage.tsx:335
+#: src/components/pages/report/optionDescriptors.ts:107
msgid "Slovenia"
msgstr "Slovenya"
@@ -16952,7 +17028,8 @@ msgstr "Bir şeyler ters gitti ve uygulama çöktü. Uygulamayı yeniden yüklem
msgid "Something went wrong while loading the audit log."
msgstr "Denetim günlüğü yüklenirken bir şeyler ters gitti."
-#: src/components/pages/ReportPage.tsx:563
+#: src/components/pages/ReportPage.tsx:103
+#: src/components/pages/ReportPage.tsx:395
msgid "Something went wrong while submitting the report. Please try again."
msgstr "Rapor gönderilirken bir şeyler ters gitti. Lütfen tekrar deneyin."
@@ -16969,7 +17046,7 @@ msgid "Sort"
msgstr "Sırala"
#. placeholder {0}: activeSortOption.label
-#: src/components/channel/ChannelSearchResults.tsx:1063
+#: src/components/channel/ChannelSearchResults.tsx:1042
msgid "Sort mode: {0}"
msgstr "Sıralama modu: {0}"
@@ -17008,21 +17085,21 @@ msgstr "Mesaj grupları arasındaki boşluk"
msgid "Spacious layout with clear visual separation between messages."
msgstr "Mesajlar arasında net görsel ayrım sağlayan geniş düzen."
-#: src/components/pages/ReportPage.tsx:336
+#: src/components/pages/report/optionDescriptors.ts:108
msgid "Spain"
msgstr "İspanya"
-#: src/components/pages/ReportPage.tsx:283
+#: src/components/pages/report/optionDescriptors.ts:61
#: src/constants/IARConstants.tsx:119
msgid "Spam Account"
msgstr "Spam Hesabı"
-#: src/components/pages/ReportPage.tsx:265
+#: src/components/pages/report/optionDescriptors.ts:46
#: src/constants/IARConstants.tsx:47
msgid "Spam or Scam"
msgstr "Spam veya Dolandırıcılık"
-#: src/components/pages/ReportPage.tsx:301
+#: src/components/pages/report/optionDescriptors.ts:76
#: src/constants/IARConstants.tsx:185
msgid "Spam or Scam Community"
msgstr "Spam veya Dolandırıcılık Topluluğu"
@@ -17141,9 +17218,9 @@ msgstr "Paylaşıp yükleyebileceğiniz özel bir emoji paketi oluşturmaya baş
msgid "Start Mic Test"
msgstr "Mikrofon Testini Başlat"
-#: src/components/pages/ReportPage.tsx:687
-#: src/components/pages/ReportPage.tsx:771
-#: src/components/pages/ReportPage.tsx:964
+#: src/components/pages/report/ReportStepDetails.tsx:252
+#: src/components/pages/report/ReportStepEmail.tsx:103
+#: src/components/pages/report/ReportStepVerification.tsx:132
msgid "Start over"
msgstr "Baştan başla"
@@ -17151,13 +17228,13 @@ msgstr "Baştan başla"
msgid "Start Sharing"
msgstr "Paylaşmaya Başla"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:122
+#: src/components/channel/ChannelHeader/CallButtons.tsx:160
#: src/components/modals/UserProfileModal.tsx:1109
#: src/components/uikit/ContextMenu/items/CallMenuItems.tsx:91
msgid "Start Video Call"
msgstr "Görüntülü Aramayı Başlat"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:70
+#: src/components/channel/ChannelHeader/CallButtons.tsx:90
#: src/components/modals/UserProfileModal.tsx:1100
#: src/components/uikit/ContextMenu/items/CallMenuItems.tsx:60
msgid "Start Voice Call"
@@ -17182,9 +17259,21 @@ msgstr "Durum Göstergeleri"
msgid "Status Slate"
msgstr "Durum Panosu"
-#: src/components/pages/ReportPage.tsx:574
-msgid "Step {stepNumber} of {FLOW_TOTAL_STEPS}"
-msgstr "{FLOW_TOTAL_STEPS} adımın {stepNumber}. adımı"
+#: src/components/pages/report/ReportStepSelection.tsx:38
+msgid "Step 1"
+msgstr "Adım 1"
+
+#: src/components/pages/report/ReportStepEmail.tsx:51
+msgid "Step 2"
+msgstr "Adım 2"
+
+#: src/components/pages/report/ReportStepVerification.tsx:61
+msgid "Step 3"
+msgstr "Adım 3"
+
+#: src/components/pages/report/ReportStepDetails.tsx:71
+msgid "Step 4"
+msgstr "Adım 4"
#: src/utils/SystemMessageUtils.tsx:45
msgid "Step in, {username}! No paradoxes here; we're all friends."
@@ -17229,7 +17318,7 @@ msgid "Sticker density"
msgstr "Çıkartma yoğunluğu"
#: src/components/auth/InviteHeader.tsx:140
-#: src/components/channel/InviteEmbed.tsx:197
+#: src/components/channel/InviteEmbed.tsx:199
#: src/components/modals/InviteAcceptModal.tsx:142
#: src/components/modals/tabs/ExpressionPacksTab.tsx:70
msgid "Sticker pack"
@@ -17261,7 +17350,7 @@ msgstr "Çıkartma Güncellendi"
#: src/components/channel/AutocompleteEmoji.tsx:111
#: src/components/channel/textarea/TextareaButtons.tsx:134
-#: src/components/modals/ExpressionPickerSheet.tsx:86
+#: src/components/modals/ExpressionPickerSheet.tsx:73
#: src/components/popouts/ExpressionPickerPopout.tsx:79
msgid "Stickers"
msgstr "Çıkartmalar"
@@ -17330,11 +17419,11 @@ msgstr "Çalışma Salonu"
msgid "Style Variations"
msgstr "Stil Varyasyonları"
-#: src/components/pages/ReportPage.tsx:601
+#: src/components/pages/report/ReportStepComplete.tsx:41
msgid "Submit another report"
msgstr "Başka bir rapor gönder"
-#: src/components/pages/ReportPage.tsx:958
+#: src/components/pages/report/ReportStepDetails.tsx:240
msgid "Submit DSA Report"
msgstr "DSA Raporu Gönder"
@@ -17346,7 +17435,7 @@ msgstr "Rapor Gönder"
msgid "Submitting"
msgstr "Gönderiliyor"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:53
+#: src/components/modals/components/plutonium/VisionarySection.tsx:58
msgid "subscription"
msgstr "abonelik"
@@ -17464,7 +17553,7 @@ msgstr "Gömülüleri Bastır"
msgid "Swap text to reverify variants"
msgstr "Varyantları yeniden doğrulamak için metni değiştir"
-#: src/components/pages/ReportPage.tsx:337
+#: src/components/pages/report/optionDescriptors.ts:109
msgid "Sweden"
msgstr "İsveç"
@@ -17476,7 +17565,7 @@ msgstr "İsveççe"
msgid "Switch account"
msgstr "Hesap değiştir"
-#: src/components/popouts/UserAreaPopout.tsx:497
+#: src/components/popouts/UserAreaPopout.tsx:499
msgid "Switch Accounts"
msgstr "Hesapları Değiştir"
@@ -17649,8 +17738,8 @@ msgstr "Metin (NSFW)"
msgid "Text channel"
msgstr "Metin kanalı"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:473
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:662
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:487
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:676
#: src/components/channel/channel-header/useChannelHeaderData.ts:96
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:314
msgid "Text Channel"
@@ -17677,19 +17766,19 @@ msgstr "Metin Alanı"
msgid "Thai"
msgstr "Tayca"
-#: src/components/pages/ReportPage.tsx:589
-msgid "Thank you for filing a report. We'll review it as soon as possible."
-msgstr "Bir rapor gönderdiğiniz için teşekkürler. En kısa sürede inceleyeceğiz."
-
#: src/components/modals/IARModal.tsx:187
msgid "Thank you for helping keep Fluxer safe. Reports are reviewed by our Safety Team. False reports may result in action against your account."
msgstr "Fluxer'ı güvende tutmaya yardım ettiğiniz için teşekkür ederiz. Raporlar Güvenlik Ekibimiz tarafından incelenir. Yanlış raporlar hesabınıza karşı işlemle sonuçlanabilir."
+#: src/components/pages/report/ReportStepComplete.tsx:37
+msgid "Thank you for helping keep Fluxer safe. We'll review your report as soon as possible."
+msgstr "Fluxer'ı güvende tutmamıza yardımcı olduğunuz için teşekkürler. Şikayetinizi en kısa sürede gözden geçireceğiz."
+
#: src/components/form/ColorPickerField.tsx:274
msgid "That doesn't look like a valid color. Try hex, rgb(), hsl(), or a CSS color name."
msgstr "Bu geçerli bir renk gibi görünmüyor. Hex, rgb(), hsl() veya bir CSS renk adı deneyin."
-#: src/components/pages/ReportPage.tsx:846
+#: src/components/pages/report/ReportStepDetails.tsx:117
msgid "That doesn't look like a valid URL."
msgstr "Bu geçerli bir URL gibi görünmüyor."
@@ -17733,8 +17822,8 @@ msgstr "Bot eklendi."
msgid "The channel you're looking for may have been deleted or you may not have access to it."
msgstr "Aradığınız kanal silinmiş olabilir veya ona erişiminiz olmayabilir."
-#: src/components/layout/GuildLayout.tsx:308
-#: src/components/layout/GuildLayout.tsx:371
+#: src/components/layout/GuildLayout.tsx:313
+#: src/components/layout/GuildLayout.tsx:376
msgid "The community you're looking for may have been deleted or you may not have access to it."
msgstr "Aradığınız topluluk silinmiş olabilir veya ona erişiminiz olmayabilir."
@@ -17795,7 +17884,7 @@ msgstr "Zaman aşımı 365 günü (31536000 saniye) aşamaz."
msgid "The URL this link channel points to."
msgstr "Bu bağlantı kanalının yönlendirdiği URL."
-#: src/components/pages/ReportPage.tsx:452
+#: src/components/pages/ReportPage.tsx:277
msgid "The verification code is invalid or expired."
msgstr "Doğrulama kodu geçersiz veya süresi dolmuş."
@@ -17869,7 +17958,7 @@ msgstr "Bu ayarlar, arama kalitesini artırmak için tarayıcının yerel ses i
msgid "These toggles force the client to treat features as enabled or disabled without relying on the server configuration. They only affect your client experience and are shown to developers for testing."
msgstr "Bu anahtarlar, istemcinin sunucu yapılandırmasına güvenmeden özellikleri etkin veya devre dışı olarak işlemesini zorlar. Sadece istemci deneyiminizi etkiler ve geliştiricilere test için gösterilir."
-#: src/components/channel/channel-view/DMChannelView.tsx:356
+#: src/components/channel/channel-view/DMChannelView.tsx:357
msgid "They might have taken the DeLorean elsewhere."
msgstr "DeLorean'ı başka bir yere götürmüş olabilirler."
@@ -17877,7 +17966,7 @@ msgstr "DeLorean'ı başka bir yere götürmüş olabilirler."
msgid "they/them"
msgstr "onlar/onların"
-#: src/components/channel/channel-view/DMChannelView.tsx:342
+#: src/components/channel/channel-view/DMChannelView.tsx:343
msgid "Think, McFly! Did you type the right address?"
msgstr "Düşün, McFly! Doğru adresi yazdın mı?"
@@ -17979,7 +18068,7 @@ msgstr "Bu topluluk geçici olarak davetleri devre dışı bıraktı. Daha sonra
msgid "This community requires you to verify your account before joining. Please set an email and password for your account."
msgstr "Bu topluluğa katılmadan önce hesabınızı doğrulamanız gerekiyor. Lütfen hesabınız için bir e-posta ve şifre belirleyin."
-#: src/components/channel/channel-view/DMChannelView.tsx:339
+#: src/components/channel/channel-view/DMChannelView.tsx:340
msgid "This conversation has been erased"
msgstr "Bu konuşma silindi"
@@ -18008,8 +18097,8 @@ msgstr "Bu hediye kodu zaten talep edildi."
msgid "This gift code has already been redeemed."
msgstr "Bu hediye kodu zaten kullanıldı."
-#: src/components/channel/GiftEmbed.tsx:148
-#: src/components/modals/GiftAcceptModal.tsx:92
+#: src/components/channel/GiftEmbed.tsx:159
+#: src/components/modals/GiftAcceptModal.tsx:99
msgid "This gift code is invalid or already claimed."
msgstr "Bu hediye kodu geçersiz veya zaten talep edilmiş."
@@ -18022,11 +18111,11 @@ msgstr "Bu hediye kodu geçersiz veya zaten kullanılmış."
msgid "This gift code may be invalid, expired, or already redeemed."
msgstr "Bu hediye kodu geçersiz, süresi dolmuş veya zaten kullanılmış olabilir."
-#: src/components/modals/GiftAcceptModal.tsx:118
+#: src/components/modals/GiftAcceptModal.tsx:125
msgid "This gift has already been claimed."
msgstr "Bu hediye zaten alındı."
-#: src/components/modals/tabs/GiftInventoryTab.tsx:157
+#: src/components/modals/tabs/GiftInventoryTab.tsx:158
msgid "This gift has been redeemed"
msgstr "Bu hediye kullanıldı"
@@ -18044,7 +18133,7 @@ msgstr "Bu davetin süresi {0} sonra doluyor."
msgid "This invite has unlimited uses."
msgstr "Bu davetin sınırsız kullanımı var."
-#: src/components/modals/InviteModal.tsx:321
+#: src/components/modals/InviteModal.tsx:318
msgid "This invite link never expires."
msgstr "Bu davet bağlantısı asla sona ermez."
@@ -18059,23 +18148,19 @@ msgstr "Bu davetin süresi dolmuş veya silinmiş olabilir."
msgid "This invite never expires."
msgstr "Bu davet asla sona ermez."
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:170
-#: src/components/emojis/EmojiInfoContent.tsx:79
+#: src/components/emojis/EmojiAttributionSubtext.tsx:130
msgid "This is a custom emoji from"
msgstr "Bu, şuradan özel bir emoji:"
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:160
-#: src/components/emojis/EmojiInfoContent.tsx:68
+#: src/components/emojis/EmojiAttributionSubtext.tsx:121
msgid "This is a custom emoji from a community."
msgstr "Bu, bir topluluktan özel bir emoji."
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:150
-#: src/components/emojis/EmojiInfoContent.tsx:56
+#: src/components/emojis/EmojiAttributionSubtext.tsx:111
msgid "This is a custom emoji from a community. Ask the author for an invite to use this emoji."
msgstr "Bu, bir topluluktan özel bir emoji. Bu emojiyi kullanmak için yazardan bir davet isteyin."
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:138
-#: src/components/emojis/EmojiInfoContent.tsx:43
+#: src/components/emojis/EmojiAttributionSubtext.tsx:101
msgid "This is a default emoji on Fluxer."
msgstr "Bu, Fluxer'da varsayılan bir emoji."
@@ -18095,8 +18180,8 @@ msgstr "Mesajlar bu şekilde görünür"
msgid "This is not the channel you're looking for."
msgstr "Bu aradığınız kanal değil."
-#: src/components/layout/GuildLayout.tsx:307
-#: src/components/layout/GuildLayout.tsx:370
+#: src/components/layout/GuildLayout.tsx:312
+#: src/components/layout/GuildLayout.tsx:375
msgid "This is not the community you're looking for."
msgstr "Bu aradığınız topluluk değil."
@@ -18113,7 +18198,7 @@ msgid "This is the beginning of <0>{displayName}0>. Add friends to start a con
msgstr "Bu, <0>{displayName}0>'ın başlangıcı. Bir konuşma başlatmak için arkadaş ekleyin!"
#. placeholder {0}: user.username
-#: src/components/channel/dm/DMWelcomeSection.tsx:182
+#: src/components/channel/dm/DMWelcomeSection.tsx:194
msgid "This is the beginning of your direct message history with <0>{0}0>."
msgstr "Bu, <0>{0}0> ile olan doğrudan mesaj geçmişinizin başlangıcı."
@@ -18194,7 +18279,7 @@ msgstr "Bu tema bağlantısında veri eksik."
msgid "This theme may have been removed or the link is invalid."
msgstr "Bu tema kaldırılmış olabilir veya bağlantı geçersiz."
-#: src/components/channel/dm/AddFriendForm.tsx:62
+#: src/components/channel/dm/AddFriendForm.tsx:85
msgid "This user has restricted who can send them friend requests."
msgstr "Bu kullanıcı, kendisine kimlerin arkadaşlık isteği gönderebileceğini kısıtladı."
@@ -18216,8 +18301,8 @@ msgid "This was a @silent message."
msgstr "Bu bir @sessiz mesajdı."
#: src/actions/MessageActionCreators.tsx:392
-#: src/components/channel/Messages.tsx:442
-#: src/components/channel/Messages.tsx:522
+#: src/components/channel/Messages.tsx:440
+#: src/components/channel/Messages.tsx:520
msgid "This will create a rift in the space-time continuum and cannot be undone."
msgstr "Bu, uzay-zaman sürekliliğinde bir yarık oluşturacak ve geri alınamaz."
@@ -18283,7 +18368,7 @@ msgstr "Zaman: {currentFormatted} / {durationFormatted}"
msgid "Timed out until {0}."
msgstr "{0} tarihine kadar zaman aşımına uğradı."
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:285
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:288
#: src/components/modals/TimeoutMemberModal.tsx:207
#: src/components/modals/TimeoutMemberSheet.tsx:90
#: src/components/uikit/ContextMenu/items/GuildMemberMenuItems.tsx:272
@@ -18570,7 +18655,7 @@ msgstr "true veya false"
msgid "Try a different name or use @ / # / ! / * prefixes to filter results."
msgstr "Farklı bir isim deneyin veya sonuçları filtrelemek için @ / # / ! / * öneklerini kullanın."
-#: src/components/channel/ChannelSearchResults.tsx:710
+#: src/components/channel/ChannelSearchResults.tsx:679
msgid "Try a different search query"
msgstr "Farklı bir arama sorgusu deneyin"
@@ -18585,13 +18670,13 @@ msgid "Try a different search term or filter"
msgstr "Farklı bir arama terimi veya filtre deneyin"
#: src/components/auth/HandoffCodeDisplay.tsx:67
-#: src/components/channel/Messages.tsx:939
+#: src/components/channel/Messages.tsx:937
msgid "Try again"
msgstr "Tekrar dene"
#: src/components/BootstrapErrorScreen.tsx:68
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:301
-#: src/components/channel/ChannelSearchResults.tsx:694
+#: src/components/channel/ChannelSearchResults.tsx:663
#: src/components/modals/channelTabs/ChannelInvitesTab.tsx:148
#: src/components/modals/channelTabs/ChannelWebhooksTab.tsx:159
#: src/components/NetworkErrorScreen.tsx:56
@@ -18612,7 +18697,7 @@ msgstr "Başka bir isim deneyin veya yazımınızı kontrol edin."
msgid "Try another search term"
msgstr "Başka bir arama terimi deneyin"
-#: src/components/channel/InviteEmbed.tsx:359
+#: src/components/channel/InviteEmbed.tsx:361
msgid "Try asking for a new invite."
msgstr "Yeni bir davetiye istemeyi deneyin."
@@ -18802,7 +18887,7 @@ msgstr "Sticker paketi yüklenemedi"
msgid "Unable to load activity logs"
msgstr "Etkinlik günlükleri yüklenemedi"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:104
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:108
msgid "Unable to load applications"
msgstr "Uygulamalar yüklenemedi"
@@ -18814,7 +18899,7 @@ msgstr "Paket bilgisi yüklenemedi."
msgid "Unable to prepare any emojis for upload. The following errors occurred:"
msgstr "Yükleme için hiçbir emoji hazırlanamadı. Aşağıdaki hatalar oluştu:"
-#: src/components/modals/ClaimAccountModal.tsx:125
+#: src/components/modals/ClaimAccountModal.tsx:127
#: src/components/modals/EmailChangeModal.tsx:122
#: src/components/modals/EmailChangeModal.tsx:152
msgid "Unable to resend code right now"
@@ -18824,7 +18909,7 @@ msgstr "Kod şu anda yeniden gönderilemiyor"
msgid "Unable to send code to new email"
msgstr "Kod yeni e-postaya gönderilemiyor"
-#: src/components/channel/dm/AddFriendForm.tsx:76
+#: src/components/channel/dm/AddFriendForm.tsx:99
msgid "Unable to send friend request. Please try again."
msgstr "Arkadaşlık isteği gönderilemedi. Lütfen tekrar deneyin."
@@ -18844,17 +18929,17 @@ msgstr "Herkes için kullanılamıyor"
msgid "Unavailable for everyone but staff"
msgstr "Personel dışındaki herkes için kullanılamıyor"
-#: src/components/bottomsheets/DMBottomSheet.tsx:532
+#: src/components/bottomsheets/DMBottomSheet.tsx:535
#: src/components/channel/barriers/BarrierComponents.tsx:221
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:180
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:335
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:182
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:338
#: src/components/modals/tabs/BlockedUsersTab.tsx:58
#: src/components/modals/tabs/BlockedUsersTab.tsx:171
#: src/components/modals/UserProfileActionsSheet.tsx:151
#: src/components/modals/UserProfileActionsSheet.tsx:305
-#: src/components/modals/UserProfileMobileSheet.tsx:320
+#: src/components/modals/UserProfileMobileSheet.tsx:321
#: src/components/modals/UserProfileModal.tsx:1049
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:209
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:230
#: src/utils/RelationshipActionUtils.tsx:169
msgid "Unblock"
msgstr "Engeli Kaldır"
@@ -18863,11 +18948,11 @@ msgstr "Engeli Kaldır"
msgid "Unblock this user before sending a friend request."
msgstr "Arkadaşlık isteği göndermeden önce bu kullanıcının engelini kaldır."
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:178
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:180
#: src/components/modals/tabs/BlockedUsersTab.tsx:56
#: src/components/modals/UserProfileActionsSheet.tsx:149
-#: src/components/modals/UserProfileMobileSheet.tsx:318
-#: src/components/modals/UserProfileModal.tsx:1243
+#: src/components/modals/UserProfileMobileSheet.tsx:319
+#: src/components/modals/UserProfileModal.tsx:1244
#: src/utils/RelationshipActionUtils.tsx:167
msgid "Unblock User"
msgstr "Kullanıcı Engellemesini Kaldır"
@@ -18878,17 +18963,17 @@ msgstr "Kullanıcı Engellemesini Kaldır"
msgid "Uncategorized"
msgstr "Kategorize Edilmemiş"
-#: src/components/modals/tabs/BetaCodesTab.tsx:127
-#: src/components/modals/tabs/BetaCodesTab.tsx:204
+#: src/components/modals/tabs/BetaCodesTab.tsx:129
+#: src/components/modals/tabs/BetaCodesTab.tsx:206
msgid "Unclaimed"
msgstr "Talep Edilmemiş"
#. placeholder {0}: unclaimedBetaCodes.length
-#: src/components/modals/tabs/BetaCodesTab.tsx:333
+#: src/components/modals/tabs/BetaCodesTab.tsx:358
msgid "Unclaimed ({0})"
msgstr "Talep Edilmemiş ({0})"
-#: src/components/modals/components/UnclaimedAccountAlert.tsx:31
+#: src/components/modals/components/UnclaimedAccountAlert.tsx:29
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:51
msgid "Unclaimed Account"
msgstr "Talep Edilmemiş Hesap"
@@ -18922,7 +19007,7 @@ msgstr "Tüm Cihazlarda Sağırlaştırmayı Kaldır"
msgid "Undeafen User"
msgstr "Kullanıcı Sağırlaştırmasını Kaldır"
-#: src/components/pages/ReportPage.tsx:285
+#: src/components/pages/report/optionDescriptors.ts:63
#: src/constants/IARConstants.tsx:129
msgid "Underage User"
msgstr "Yaşı Küçük Kullanıcı"
@@ -18981,7 +19066,7 @@ msgstr "Odaklanmayı Kaldır"
msgid "Unique invite"
msgstr "Benzersiz davetiye"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:79
+#: src/components/modals/components/plutonium/VisionarySection.tsx:88
msgid "Unique profile badge"
msgstr "Benzersiz profil rozeti"
@@ -19035,12 +19120,12 @@ msgstr "bilinmeyen varlık"
msgid "Unknown error"
msgstr "Bilinmeyen hata"
-#: src/components/channel/GiftEmbed.tsx:147
-#: src/components/modals/GiftAcceptModal.tsx:91
+#: src/components/channel/GiftEmbed.tsx:158
+#: src/components/modals/GiftAcceptModal.tsx:98
msgid "Unknown Gift"
msgstr "Bilinmeyen Hediye"
-#: src/components/channel/InviteEmbed.tsx:357
+#: src/components/channel/InviteEmbed.tsx:359
msgid "Unknown Invite"
msgstr "Bilinmeyen Davetiye"
@@ -19113,7 +19198,7 @@ msgstr "Plutonium ile HD Ekran Paylaşımını aç"
msgid "Unlock HD Video with Plutonium"
msgstr "Plutonium ile HD Video'yu aç"
-#: src/components/modals/components/PlutoniumContent.tsx:185
+#: src/components/modals/components/PlutoniumContent.tsx:196
msgid "Unlock higher limits and exclusive features while supporting an independent communication platform."
msgstr "Bağımsız bir iletişim platformunu desteklerken daha yüksek limitler ve özel özellikleri aç."
@@ -19126,9 +19211,9 @@ msgid "Unlock stickers in DMs with Plutonium"
msgstr "Plutonium ile DM'lerde çıkartmaları aç"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:467
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:850
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1044
-#: src/components/bottomsheets/DMBottomSheet.tsx:645
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:882
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1068
+#: src/components/bottomsheets/DMBottomSheet.tsx:648
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:321
#: src/components/bottomsheets/VoiceLobbyBottomSheet.tsx:179
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:253
@@ -19154,7 +19239,7 @@ msgstr "Kategori Sesini Aç"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:400
#: src/components/bottomsheets/ChannelBottomSheet.tsx:452
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1005
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1029
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:167
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:161
msgid "Unmute Channel"
@@ -19167,9 +19252,9 @@ msgstr "Kanal Sesini Aç"
msgid "Unmute Community"
msgstr "Topluluk Sesini Aç"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1007
-#: src/components/bottomsheets/DMBottomSheet.tsx:449
-#: src/components/bottomsheets/DMBottomSheet.tsx:590
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1031
+#: src/components/bottomsheets/DMBottomSheet.tsx:451
+#: src/components/bottomsheets/DMBottomSheet.tsx:593
msgid "Unmute Conversation"
msgstr "Sohbet Sesini Aç"
@@ -19200,16 +19285,16 @@ msgid "Unnamed Group"
msgstr "İsimsiz Grup"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:331
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1126
-#: src/components/bottomsheets/DMBottomSheet.tsx:478
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1150
+#: src/components/bottomsheets/DMBottomSheet.tsx:480
#: src/components/channel/dm/DMList.tsx:282
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:149
msgid "Unpin DM"
msgstr "DM'i Sabitlemeyi Kaldır"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:290
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1126
-#: src/components/bottomsheets/DMBottomSheet.tsx:478
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1150
+#: src/components/bottomsheets/DMBottomSheet.tsx:480
#: src/components/channel/dm/DMList.tsx:243
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:129
msgid "Unpin Group DM"
@@ -19231,20 +19316,20 @@ msgid "Unpin Message"
msgstr "Mesaj Sabitlemeyi Kaldır"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:232
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:583
-#: src/components/bottomsheets/DMBottomSheet.tsx:164
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:597
+#: src/components/bottomsheets/DMBottomSheet.tsx:166
#: src/components/channel/dm/DMList.tsx:224
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:132
msgid "Unpinned DM"
msgstr "Sabitlemesi Kaldırılmış DM"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:232
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:583
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:597
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:112
msgid "Unpinned group"
msgstr "Sabitlemesi kaldırılmış grup"
-#: src/components/bottomsheets/DMBottomSheet.tsx:164
+#: src/components/bottomsheets/DMBottomSheet.tsx:166
msgid "Unpinned group DM"
msgstr "Sabitlenmemiş grup DM"
@@ -19279,7 +19364,7 @@ msgstr "Gömülü Öğeleri Kaldır"
msgid "Until I change it"
msgstr "Ben değiştirene kadar"
-#: src/components/bottomsheets/DMBottomSheet.tsx:664
+#: src/components/bottomsheets/DMBottomSheet.tsx:667
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:334
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:57
#: src/components/channel/muteOptions.ts:39
@@ -19305,7 +19390,7 @@ msgstr "Güncelle"
msgid "Update app"
msgstr "Uygulamayı güncelle"
-#: src/components/modals/components/MobileSettingsView.tsx:244
+#: src/components/modals/components/MobileSettingsView.tsx:239
msgid "Update Service Worker"
msgstr "Service Worker'ı Güncelle"
@@ -19402,7 +19487,7 @@ msgstr "Favoriler güncelleniyor…"
msgid "Updating..."
msgstr "Güncelleniyor..."
-#: src/components/modals/components/plutonium/PricingSection.tsx:84
+#: src/components/modals/components/plutonium/PricingSection.tsx:94
msgid "Upgrade Now"
msgstr "Şimdi Yükselt"
@@ -19415,18 +19500,19 @@ msgstr "Plutonium'a Yükselt"
msgid "Upgrade to store up to 15 custom backgrounds and unlock HD video quality, higher frame rates, and more."
msgstr "15 özel arka plan depolamak ve HD video kalitesi, daha yüksek kare hızları ve daha fazlasının kilidini açmak için yükseltin."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:265
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:316
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:297
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:357
msgid "Upgrade to Visionary"
msgstr "Visionary'a Yükselt"
#. placeholder {0}: formatter.format(visionarySlots.remaining)
-#: src/components/modals/components/plutonium/VisionarySection.tsx:109
+#: src/components/modals/components/plutonium/VisionarySection.tsx:122
+#: src/components/modals/components/plutonium/VisionarySection.tsx:134
msgid "Upgrade to Visionary — {0} Left"
msgstr "Visionary'a Yükselt — {0} Kaldı"
#. placeholder {0}: isGiftSubscription ? 'gift time' : 'subscription'
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:243
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:262
msgid "Upgrading to Visionary is a <0>one-time0> purchase and will <1>cancel your current {0} immediately1>."
msgstr "Visionary'a yükseltmek <0>tek seferlik0> bir satın almadır ve <1>mevcut {0} aboneliğinizi hemen iptal edecektir1>."
@@ -19674,10 +19760,6 @@ msgstr "Kimlik doğrulama uygulamanı kaybedersen hesabına erişmek için bu ko
msgid "Use this button to quickly clear all permissions."
msgstr "Tüm izinleri hızlıca temizlemek için bu düğmeyi kullan."
-#: src/components/pages/ReportPage.tsx:613
-msgid "Use this form to report illegal content under the Digital Services Act (DSA). Select what you want to report."
-msgstr "Bu formu, Dijital Hizmetler Yasası (DSA) kapsamında yasa dışı içeriği bildirmek için kullanın. Bildirmek istediğinizi seçin."
-
#: src/components/modals/tabs/KeybindsTab.tsx:101
msgid "Use this shortcut system-wide"
msgstr "Bu kısayolu sistem genelinde kullan"
@@ -19708,19 +19790,19 @@ msgstr "Kullanıcı 13 yaşından küçük görünüyor"
msgid "User Debug"
msgstr "Kullanıcı Hata Ayıklama"
-#: src/components/channel/channel-view/DMChannelView.tsx:353
+#: src/components/channel/channel-view/DMChannelView.tsx:354
msgid "User has vanished"
msgstr "Kullanıcı kayboldu"
-#: src/components/pages/ReportPage.tsx:865
+#: src/components/pages/report/ReportStepDetails.tsx:137
msgid "User ID (optional)"
msgstr "Kullanıcı ID'si (isteğe bağlı)"
-#: src/components/bottomsheets/DMBottomSheet.tsx:376
+#: src/components/bottomsheets/DMBottomSheet.tsx:378
msgid "User ID copied"
msgstr "Kullanıcı Kimliği kopyalandı"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:652
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:666
msgid "User ID copied to clipboard"
msgstr "Kullanıcı Kimliği panoya kopyalandı"
@@ -19765,7 +19847,7 @@ msgstr "Kullanıcı Kaydı"
msgid "User Settings"
msgstr "Kullanıcı Ayarları"
-#: src/components/pages/ReportPage.tsx:873
+#: src/components/pages/report/ReportStepDetails.tsx:146
msgid "User Tag (optional)"
msgstr "Kullanıcı Etiketi (isteğe bağlı)"
@@ -19805,7 +19887,7 @@ msgstr "Kullanıcı adı en az 1 karakter olmalıdır"
msgid "Username must be at most 32 characters"
msgstr "Kullanıcı adı en fazla 32 karakter olmalıdır"
-#: src/components/channel/dm/AddFriendForm.tsx:130
+#: src/components/channel/dm/AddFriendForm.tsx:153
msgid "Username#0000"
msgstr "KullanıcıAdı#0000"
@@ -19904,7 +19986,7 @@ msgstr "Özel URL'ler 2 ile 32 karakter arasında uzunlukta olmalı ve yalnızca
msgid "Verification Barriers"
msgstr "Doğrulama Engelleri"
-#: src/components/modals/ClaimAccountModal.tsx:199
+#: src/components/modals/ClaimAccountModal.tsx:201
#: src/components/modals/EmailChangeModal.tsx:218
#: src/components/modals/EmailChangeModal.tsx:282
#: src/components/modals/PhoneAddModal.tsx:224
@@ -19912,11 +19994,11 @@ msgstr "Doğrulama Engelleri"
msgid "Verification code"
msgstr "Doğrulama kodu"
-#: src/components/pages/ReportPage.tsx:719
+#: src/components/pages/report/ReportStepVerification.tsx:86
msgid "Verification Code"
msgstr "Doğrulama Kodu"
-#: src/components/modals/ClaimAccountModal.tsx:88
+#: src/components/modals/ClaimAccountModal.tsx:90
msgid "Verification code sent"
msgstr "Doğrulama kodu gönderildi"
@@ -19937,10 +20019,9 @@ msgstr "Yedek kodlarınızı görüntülemeden önce doğrulama gerekebilir."
#: src/components/auth/AuthPageHeader.tsx:49
#: src/components/auth/InviteHeader.tsx:81
#: src/components/auth/InviteHeader.tsx:226
-#: src/components/channel/InviteEmbed.tsx:285
-#: src/components/channel/InviteEmbed.tsx:428
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:178
-#: src/components/emojis/EmojiInfoContent.tsx:87
+#: src/components/channel/InviteEmbed.tsx:287
+#: src/components/channel/InviteEmbed.tsx:430
+#: src/components/emojis/EmojiAttributionSubtext.tsx:143
#: src/components/layout/GuildHeader.tsx:132
msgid "Verified Community"
msgstr "Doğrulanmış Topluluk"
@@ -19955,7 +20036,7 @@ msgstr "Doğrulanmış lonca"
msgid "Verify"
msgstr "Doğrula"
-#: src/components/pages/ReportPage.tsx:740
+#: src/components/pages/report/ReportStepVerification.tsx:102
msgid "Verify Code"
msgstr "Kodu Doğrula"
@@ -19980,6 +20061,10 @@ msgstr "Telefon numarası doğrulama formu"
msgid "Verify You're Human"
msgstr "İnsan Olduğunuzu Doğrulayın"
+#: src/components/pages/report/ReportStepEmail.tsx:54
+msgid "Verify your email"
+msgstr "E-postanızı doğrulayın"
+
#: src/components/modals/SudoVerificationModal.tsx:359
msgid "Verify your identity"
msgstr "Kimliğinizi doğrulayın"
@@ -20012,7 +20097,7 @@ msgid "Video"
msgstr "Video"
#: src/components/channel/ChannelHeader.tsx:572
-#: src/components/modals/UserProfileMobileSheet.tsx:515
+#: src/components/modals/UserProfileMobileSheet.tsx:519
msgid "Video Call"
msgstr "Görüntülü Arama"
@@ -20097,7 +20182,7 @@ msgstr "Yedek kodları görüntüle"
msgid "View backup codes form"
msgstr "Yedek kodlar formunu görüntüle"
-#: src/components/channel/channel-view/DMChannelView.tsx:282
+#: src/components/channel/channel-view/DMChannelView.tsx:283
msgid "View call"
msgstr "Görüntülü aramayı görüntüle"
@@ -20138,7 +20223,7 @@ msgstr "Hediye Envanterini Görüntüle"
msgid "View Global Profile"
msgstr "Genel Profili Görüntüle"
-#: src/components/channel/channel-view/DMChannelView.tsx:282
+#: src/components/channel/channel-view/DMChannelView.tsx:283
msgid "View incoming call"
msgstr "Gelen aramayı görüntüle"
@@ -20158,10 +20243,10 @@ msgstr "Premium Özellikleri Görüntüle"
msgid "View premium perks"
msgstr "Premium avantajları görüntüle"
-#: src/components/bottomsheets/DMBottomSheet.tsx:411
+#: src/components/bottomsheets/DMBottomSheet.tsx:413
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:226
#: src/components/channel/friends/MobileFriendRequestItem.tsx:87
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:210
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:212
#: src/components/modals/tabs/BlockedUsersTab.tsx:87
#: src/components/uikit/ContextMenu/items/UserProfileMenuItem.tsx:43
msgid "View Profile"
@@ -20191,7 +20276,7 @@ msgstr "İzleyici Yayına Katılıyor"
msgid "Viewer Leaves Stream"
msgstr "İzleyici Yayından Ayrılıyor"
-#: src/components/pages/ReportPage.tsx:827
+#: src/components/pages/report/ReportStepDetails.tsx:96
msgid "Violation Category"
msgstr "İhlal Kategorisi"
@@ -20199,7 +20284,7 @@ msgstr "İhlal Kategorisi"
msgid "Violation category selection"
msgstr "İhlal kategorisi seçimi"
-#: src/components/pages/ReportPage.tsx:264
+#: src/components/pages/report/optionDescriptors.ts:45
#: src/constants/IARConstants.tsx:42
msgid "Violent or Graphic Content"
msgstr "Şiddet veya Grafik İçerik"
@@ -20212,9 +20297,9 @@ msgstr "VIP ses"
msgid "Visible Buttons"
msgstr "Görünür Düğmeler"
-#: src/components/modals/components/plutonium/PricingSection.tsx:88
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:110
-#: src/components/modals/components/plutonium/VisionarySection.tsx:58
+#: src/components/modals/components/plutonium/PricingSection.tsx:101
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:129
+#: src/components/modals/components/plutonium/VisionarySection.tsx:67
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:154
#: src/utils/modals/guildTabs/GuildAuditLogTabUtils.ts:274
msgid "Visionary"
@@ -20228,25 +20313,25 @@ msgstr "Visionary (Lifetime #42)"
msgid "Visionary (Lifetime Plutonium)"
msgstr "Visionary (Lifetime Plutonium)"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:80
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:111
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:95
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:134
msgid "Visionary {visionaryPrice}"
msgstr "Visionary {visionaryPrice}"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:96
+#: src/components/modals/components/plutonium/VisionarySection.tsx:105
msgid "Visionary community with direct team access"
msgstr "Doğrudan ekip erişimi olan Visionary topluluğu"
-#: src/components/modals/components/plutonium/GiftSection.tsx:87
-#: src/components/modals/components/plutonium/PricingSection.tsx:119
+#: src/components/modals/components/plutonium/GiftSection.tsx:100
+#: src/components/modals/components/plutonium/PricingSection.tsx:140
msgid "Visionary Gift"
msgstr "Visionary Hediyesi"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:109
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:132
msgid "Visionary Gift Sold Out"
msgstr "Visionary Hediyesi Tükendi"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:80
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:95
msgid "Visionary Sold Out"
msgstr "Visionary Tükendi"
@@ -20281,15 +20366,15 @@ msgstr "Ses ve Video Ayarları"
msgid "Voice Activity"
msgstr "Ses Etkinliği"
-#: src/components/channel/channel-view/DMChannelView.tsx:277
+#: src/components/channel/channel-view/DMChannelView.tsx:278
#: src/components/voice/VoiceCallView.tsx:466
msgid "Voice call"
msgstr "Sesli arama"
-#: src/components/bottomsheets/DMBottomSheet.tsx:419
+#: src/components/bottomsheets/DMBottomSheet.tsx:421
#: src/components/channel/ChannelHeader.tsx:562
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:225
-#: src/components/modals/UserProfileMobileSheet.tsx:507
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:227
+#: src/components/modals/UserProfileMobileSheet.tsx:511
msgid "Voice Call"
msgstr "Sesli Arama"
@@ -20306,8 +20391,8 @@ msgstr "Sesli Aramalar"
msgid "Voice channel"
msgstr "Ses kanalı"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:475
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:662
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:489
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:676
#: src/components/channel/channel-header/useChannelHeaderData.ts:100
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:314
msgid "Voice Channel"
@@ -20488,8 +20573,8 @@ msgstr "Bu girişi yetkilendirmek için bir bağlantı e-posta gönderdik. Lütf
msgid "We failed to retrieve the full information about this user at this time."
msgstr "Şu anda bu kullanıcı hakkındaki tam bilgileri almayı başaramadık."
-#: src/components/layout/GuildLayout.tsx:302
-#: src/components/layout/GuildLayout.tsx:349
+#: src/components/layout/GuildLayout.tsx:307
+#: src/components/layout/GuildLayout.tsx:354
msgid "We fluxed up! Hang tight, we're working on it."
msgstr "Bir şeyler ters gitti! Bekle, üzerinde çalışıyoruz."
@@ -20513,18 +20598,13 @@ msgstr "Yetkilendirme beklenirken bağlantı kesildi. Lütfen tekrar dene."
msgid "We need to make sure you're not a bot. Please complete the verification below."
msgstr "Bir bot olmadığından emin olmamız gerekiyor. Lütfen aşağıdaki doğrulamayı tamamla."
-#: src/components/pages/ReportPage.tsx:639
-msgid "We need to verify your email address before you can submit a report."
-msgstr "Bir rapor gönderebilmen için e-posta adresini doğrulamamız gerekiyor."
-
#: src/components/modals/BackupCodesModal.tsx:45
msgid "We recommend saving these codes now so that you don't get locked out of your account."
msgstr "Hesabından kilitlenmemek için bu kodları şimdi kaydetmeni öneririz."
-#. placeholder {0}: state.email
-#: src/components/pages/ReportPage.tsx:702
-msgid "We sent a verification code to {0}."
-msgstr "{0} adresine bir doğrulama kodu gönderdik."
+#: src/components/pages/report/ReportStepVerification.tsx:67
+msgid "We sent a code to {email}."
+msgstr "{email} adresine bir kod gönderdik."
#: src/components/auth/BrowserLoginHandoffModal.tsx:315
msgid "We will prefill {prefillEmail} once the browser login opens."
@@ -20534,6 +20614,10 @@ msgstr "Tarayıcı girişi açıldığında {prefillEmail} önceden dolduracağ
msgid "We'll restore your previous email, sign out old sessions, remove phone numbers, disable MFA, and secure your account with a new password."
msgstr "Önceki e-postanı geri yükleyeceğiz, eski oturumları sonlandıracağız, telefon numaralarını kaldıracağız, MFA'yı devre dışı bırakacağız ve hesabını yeni bir parolayla güvene alacağız."
+#: src/components/pages/report/ReportStepEmail.tsx:57
+msgid "We'll send a short code to confirm you can receive updates about this report."
+msgstr "Bu şikayetle ilgili güncellemeleri alabileceğinizi onaylamak için kısa bir kod göndereceğiz."
+
#: src/components/modals/EmailChangeModal.tsx:190
msgid "We'll verify your current email and then your new email with one-time codes."
msgstr "Mevcut e-postanı ve ardından yeni e-postanı tek kullanımlık kodlarla doğrulayacağız."
@@ -20546,13 +20630,13 @@ msgstr "Yeni e-postanı tek kullanımlık bir kodla doğrulayacağız."
msgid "We're having trouble connecting to Fluxer's servers. This could be a temporary network issue or scheduled maintenance."
msgstr "Fluxer sunucularına bağlanırken sorun yaşıyoruz. Bu geçici bir ağ sorunu veya planlı bakım olabilir."
-#: src/components/modals/tabs/BetaCodesTab.tsx:297
+#: src/components/modals/tabs/BetaCodesTab.tsx:322
#: src/components/modals/tabs/DevicesTab.tsx:230
msgid "We're having trouble connecting to the space-time continuum. Please check your connection and try again."
msgstr "Uzay-zaman sürekliliğine bağlanırken sorun yaşıyoruz. Lütfen bağlantını kontrol et ve tekrar dene."
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:287
-#: src/components/channel/ChannelSearchResults.tsx:681
+#: src/components/channel/ChannelSearchResults.tsx:650
msgid "We're indexing this channel for the first time. This might take a little while..."
msgstr "Bu kanalı ilk kez dizine ekliyoruz. Bu biraz zaman alabilir..."
@@ -20829,17 +20913,16 @@ msgstr "Herhangi bir tema belirtecini geçersiz kılmak için özel CSS yazın.
msgid "Write your content here... This textarea expands as you type."
msgstr "İçeriğinizi buraya yazın... Bu metin alanı yazdıkça genişler."
-#: src/components/auth/DateOfBirthField.tsx:89
-#: src/components/auth/DateOfBirthField.tsx:156
+#: src/components/auth/DateOfBirthField.tsx:153
#: src/components/auth/MockMinimalRegisterForm.tsx:78
msgid "Year"
msgstr "Yıl"
-#: src/components/modals/components/plutonium/PricingSection.tsx:78
+#: src/components/modals/components/plutonium/PricingSection.tsx:88
msgid "Yearly"
msgstr "Yıllık"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:71
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:84
msgid "Yearly {yearlyPrice}"
msgstr "Yıllık {yearlyPrice}"
@@ -20874,7 +20957,7 @@ msgstr "Fluxer'dan ayrılmak üzeresiniz"
msgid "You are about to transfer ownership of this community to <0>{0}0>. This action is <1>irreversible1> and you will lose all owner privileges."
msgstr "Bu topluluğun sahipliğini <0>{0}0> kullanıcısına devretmek üzeresiniz. Bu işlem <1>geri alınamaz1> ve tüm sahip ayrıcalıklarını kaybedersiniz."
-#: src/components/channel/dm/AddFriendForm.tsx:72
+#: src/components/channel/dm/AddFriendForm.tsx:95
msgid "You are already friends with this user."
msgstr "Bu kullanıcıyla zaten arkadaşsınız."
@@ -20960,7 +21043,7 @@ msgstr "Bir seferde en fazla {MAX_EMOJIS_PER_UPLOAD} emoji yükleyebilirsin. Sad
msgid "You can pin messages in this conversation for everyone to see."
msgstr "Bu sohbetteki mesajları herkesin görmesi için sabitleyebilirsin."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:175
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:194
msgid "You can redeem additional gift codes to <0>extend0> your gift time. To start a monthly or yearly plan, wait until after it ends — or <1>upgrade to Visionary1> now (remaining gift time will be discarded)."
msgstr "Hediye süreni <0>uzatmak0> için ek hediye kodlarını kullanabilirsin. Aylık veya yıllık bir plan başlatmak için, bitmesini bekle — ya da şimdi <1>Visionary'a yükselt1> (kalan hediye süresi kaybolacaktır)."
@@ -20990,7 +21073,7 @@ msgstr "Metnini biçimlendirmek için bağlantılar ve Markdown kullanabilirsin.
msgid "You can't add new reactions while you're on timeout."
msgstr "Zaman aşımındayken yeni tepkiler ekleyemezsin."
-#: src/components/modals/UserProfileModal.tsx:1170
+#: src/components/modals/UserProfileModal.tsx:1171
msgid "You can't befriend yourself"
msgstr "Kendinle arkadaş olamazsın"
@@ -20998,14 +21081,14 @@ msgstr "Kendinle arkadaş olamazsın"
msgid "You can't interact with reactions in search results as it might disrupt the space-time continuum."
msgstr "Uzay-zaman sürekliliğini bozabileceğinden arama sonuçlarındaki tepkilerle etkileşime giremezsin."
-#: src/components/layout/ChannelItem.tsx:200
-#: src/components/layout/ChannelItem.tsx:366
-#: src/stores/voice/MediaEngineFacade.ts:151
-#: src/stores/voice/MediaEngineFacade.ts:482
+#: src/components/layout/ChannelItem.tsx:206
+#: src/components/layout/ChannelItem.tsx:375
+#: src/stores/voice/MediaEngineFacade.ts:154
+#: src/stores/voice/MediaEngineFacade.ts:529
msgid "You can't join while you're on timeout."
msgstr "Zaman aşımındayken katılamazsın."
-#: src/components/modals/UserProfileModal.tsx:1182
+#: src/components/modals/UserProfileModal.tsx:1183
#: src/components/popouts/UserProfilePopout.tsx:282
#: src/components/profile/ProfilePreview.tsx:284
msgid "You can't message yourself"
@@ -21019,7 +21102,7 @@ msgstr "Kendine arkadaşlık isteği gönderemezsin."
msgid "You can't send friend requests to bots."
msgstr "Botlara arkadaşlık isteği gönderemezsin."
-#: src/components/channel/dm/AddFriendForm.tsx:64
+#: src/components/channel/dm/AddFriendForm.tsx:87
msgid "You can't send friend requests to users you've blocked. Unblock them first."
msgstr "Engellediğin kullanıcılara arkadaşlık isteği gönderemezsin. Önce engelini kaldır."
@@ -21066,11 +21149,11 @@ msgstr "Bu izni kaldıramazsın çünkü kendinden de kaldırmış olursun"
msgid "You cannot save a role with a blank name. Please provide a valid name before saving."
msgstr "Boş isimli bir rolü kaydedemezsin. Lütfen kaydetmeden önce geçerli bir isim belirt."
-#: src/components/channel/dm/AddFriendForm.tsx:68
+#: src/components/channel/dm/AddFriendForm.tsx:91
msgid "You cannot send a friend request to yourself."
msgstr "Kendine arkadaşlık isteği gönderemezsin."
-#: src/components/channel/dm/AddFriendForm.tsx:66
+#: src/components/channel/dm/AddFriendForm.tsx:89
msgid "You cannot send friend requests to bots."
msgstr "Botlara arkadaşlık isteği gönderemezsin."
@@ -21094,7 +21177,7 @@ msgstr "Bu mesajın gönderildiği kanala erişimin yok."
msgid "You do not have permission to send messages in this channel."
msgstr "Bu kanalda mesaj gönderme iznin yok."
-#: src/components/layout/GuildLayout.tsx:393
+#: src/components/layout/GuildLayout.tsx:398
msgid "You don't have access to any channels in this community."
msgstr "Bu toplulukta hiçbir kanala erişimin yok."
@@ -21114,23 +21197,23 @@ msgstr "Bu emoji paketini yükleme iznin yok."
msgid "You don't have permission to install this sticker pack."
msgstr "Bu çıkartma paketini yükleme iznin yok."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:203
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:222
msgid "You have all <0/> for <1>{monthlyPrice}/month1>."
msgstr "<0/>'nin hepsine <1>{monthlyPrice}/ay1> karşılığında sahipsin."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:208
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:227
msgid "You have all <0/> for <1>{yearlyPrice}/year1>."
msgstr "<0/>'nin hepsine <1>{yearlyPrice}/yıl1> karşılığında sahipsin."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:213
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:232
msgid "You have all <0/> for your subscription period."
msgstr "Abonelik süreniz boyunca tüm <0/>'a sahipsiniz."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:198
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:217
msgid "You have all <0/> forever. No subscriptions, no renewals."
msgstr "Tüm <0/>'a sonsuza kadar sahipsiniz. Abonelik yok, yenileme yok."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:169
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:188
msgid "You have all <0/> via a <1>gift subscription1> until <2>{giftEndDate}2>. It <3>won't renew3>."
msgstr "<2>{giftEndDate}2> tarihine kadar <1>hediye aboneliği1> ile tüm <0/>'a sahipsiniz. <3>Yenilenmeyecek3>."
@@ -21228,11 +21311,11 @@ msgstr "Bu kaydedilmiş mesaja erişimini kaybettin. Kaldırılsın mı?"
msgid "You made it, {username}! We're about to hit 88mph!"
msgstr "Başardın, {username}! Neredeyse saatte 88 mil hıza ulaşacağız!"
-#: src/components/channel/CallMessage.tsx:179
+#: src/components/channel/CallMessage.tsx:173
msgid "You missed a call from <0/> that lasted {durationText}."
msgstr "<0/>'dan gelen, {durationText} süren bir çağrıyı kaçırdın."
-#: src/components/channel/CallMessage.tsx:184
+#: src/components/channel/CallMessage.tsx:178
msgid "You missed a call from <0/>."
msgstr "<0/>'dan bir çağrıyı kaçırdın."
@@ -21252,7 +21335,7 @@ msgstr "Bu içeriği görüntülemek için 18 yaşında veya daha büyük olmal
msgid "You must be connected to the gateway to accept this temporary invite. Please check your connection and try again."
msgstr "Bu geçici daveti kabul etmek için ağ geçidine bağlı olmalısın. Lütfen bağlantını kontrol edip tekrar dene."
-#: src/components/pages/ReportPage.tsx:463
+#: src/components/pages/ReportPage.tsx:288
msgid "You must verify your email before submitting a report."
msgstr "Bir rapor göndermeden önce e-posta adresini doğrulamalısın."
@@ -21385,7 +21468,7 @@ msgstr "Ses kanalındasın"
msgid "You're sending messages too quickly"
msgstr "Mesajları çok hızlı gönderiyorsun"
-#: src/components/channel/Messages.tsx:909
+#: src/components/channel/Messages.tsx:907
msgid "You're viewing older messages"
msgstr "Eski mesajları görüntülüyorsun"
@@ -21464,7 +21547,7 @@ msgstr "Hesabın onaylandı. Seni uygulamaya yönlendiriyoruz..."
msgid "Your account has been created, but access is temporarily limited until approval. You will be notified once your account is approved."
msgstr "Hesabın oluşturuldu, ancak onaylanana kadar erişim geçici olarak sınırlı. Hesabın onaylandığında bilgilendirileceksin."
-#: src/components/modals/components/UnclaimedAccountAlert.tsx:38
+#: src/components/modals/components/UnclaimedAccountAlert.tsx:36
msgid "Your account is not yet claimed. Without an email and password, you won't be able to sign in from other devices and you could lose access to your account. Claim your account now to secure it."
msgstr "Hesabın henüz sahiplenilmedi. Bir e-posta ve şifre olmadan, diğer cihazlardan giriş yapamazsın ve hesabına erişimi kaybedebilirsin. Hesabını güvence altına almak için şimdi sahiplen."
@@ -21508,7 +21591,7 @@ msgstr "Mevcut bildirim sesi ayarların korunacak."
msgid "Your export request will be processed"
msgstr "Dışa aktarma isteğin işlenecek"
-#: src/components/pages/ReportPage.tsx:935
+#: src/components/pages/report/ReportStepDetails.tsx:213
msgid "Your FluxerTag (optional)"
msgstr "FluxerTag'ın (isteğe bağlı)"
@@ -21521,7 +21604,7 @@ msgid "Your invite expires in 24 hours"
msgstr "Davetin 24 saat içinde geçerliliğini yitirir"
#. placeholder {0}: getExpirationText()
-#: src/components/modals/InviteModal.tsx:325
+#: src/components/modals/InviteModal.tsx:322
msgid "Your invite link expires in {0}."
msgstr "Davet bağlantın {0} içinde sona eriyor."
@@ -21565,7 +21648,7 @@ msgstr "Sevdiğin kanallara, DM'lere ve gruplara hızlı erişim için kişisel
msgid "Your Plutonium subscription has expired. You've lost all Plutonium perks. Reactivate your subscription to regain access."
msgstr "Plutonium aboneliğin sona erdi. Tüm Plutonium ayrıcalıklarını kaybettin. Erişimi yeniden kazanmak için aboneliğini yeniden etkinleştir."
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:781
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:813
msgid "Your private space"
msgstr "Özel alanın"
@@ -21573,7 +21656,7 @@ msgstr "Özel alanın"
msgid "Your private space for thoughts and reminders"
msgstr "Düşünceler ve hatırlatıcılar için özel alanın"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:277
+#: src/components/modals/tabs/GiftInventoryTab.tsx:300
msgid "Your Purchased Gifts"
msgstr "Satın Alınan Hediyelerin"
@@ -21585,15 +21668,11 @@ msgstr "bölgen"
msgid "Your stream is still being broadcast"
msgstr "Yayının hala yayınlanıyor"
-#: src/components/pages/ReportPage.tsx:594
-msgid "Your submission ID"
-msgstr "Gönderim ID'niz"
-
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:153
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:172
msgid "Your subscription ended, but you still have all <0/> until <1>{graceDate}1>. Resubscribe to keep them."
msgstr "Aboneliğin sona erdi, ancak <1>{graceDate}1> tarihine kadar tüm <0/> hala sende. Onları korumak için yeniden abone ol."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:138
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:157
msgid "Your subscription expired on <0>{expiredDate}0>. You lost all <1/>. You can reactivate at any time."
msgstr "Aboneliğin <0>{expiredDate}0> tarihinde sona erdi. Tüm <1/> kaybettin. İstediğin zaman yeniden etkinleştirebilirsin."
@@ -21609,7 +21688,7 @@ msgstr "Aboneliğin yeniden etkinleştirildi!"
msgid "Your subscription has been set to cancel at the end of your billing period."
msgstr "Aboneliğin fatura döneminin sonunda iptal edilecek şekilde ayarlandı."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:191
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:210
msgid "Your subscription will cancel on <0>{cancelDate}0>. You'll lose all <1/> after that date."
msgstr "Aboneliğin <0>{cancelDate}0> tarihinde iptal olacak. O tarihten sonra tüm <1/> kaybedersin."
diff --git a/fluxer_app/src/locales/uk/messages.po b/fluxer_app/src/locales/uk/messages.po
index 4c813193..5728b227 100644
--- a/fluxer_app/src/locales/uk/messages.po
+++ b/fluxer_app/src/locales/uk/messages.po
@@ -68,12 +68,12 @@ msgstr "(відображено максимум 15)"
msgid "(No content)"
msgstr "(Немає вмісту)"
-#: src/components/modals/UserProfileMobileSheet.tsx:552
+#: src/components/modals/UserProfileMobileSheet.tsx:556
#: src/components/pages/YouPage.tsx:147
msgid "(only visible to you)"
msgstr "(видно лише тобі)"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:954
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:976
msgid "(you)"
msgstr "(ти)"
@@ -138,12 +138,12 @@ msgid "{0} Online"
msgstr "{0} онлайн"
#. placeholder {0}: reaction.count
-#: src/components/channel/MessageReactions.tsx:120
+#: src/components/channel/MessageReactions.tsx:119
msgid "{0} reaction"
msgstr "{0} реакція"
#. placeholder {0}: reaction.count
-#: src/components/channel/MessageReactions.tsx:120
+#: src/components/channel/MessageReactions.tsx:119
msgid "{0} reactions"
msgstr "{0} реакцій"
@@ -153,13 +153,13 @@ msgid "{0} remaining"
msgstr "{0} залишилося"
#. placeholder {0}: machineState.total
-#: src/components/channel/ChannelSearchResults.tsx:315
+#: src/components/channel/ChannelSearchResults.tsx:272
msgid "{0} Result"
msgstr "{0} Результат"
#. placeholder {0}: machineState.total
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:390
-#: src/components/channel/ChannelSearchResults.tsx:315
+#: src/components/channel/ChannelSearchResults.tsx:272
msgid "{0} Results"
msgstr "{0} результатів"
@@ -402,7 +402,7 @@ msgstr "{actor} оновив стікер {namedTarget}."
msgid "{actor} updated the webhook {namedTarget}."
msgstr "{actor} оновив вебхук {namedTarget}."
-#: src/components/modals/tabs/BetaCodesTab.tsx:280
+#: src/components/modals/tabs/BetaCodesTab.tsx:284
msgid "{allowance} codes remaining this week"
msgstr "Цього тижня залишилося {allowance} кодів"
@@ -533,7 +533,7 @@ msgstr "{emojiName}, {0} реакція"
msgid "{emojiName}, {0} reactions"
msgstr "{emojiName}, {0} реакцій"
-#: src/components/channel/MessageReactions.tsx:122
+#: src/components/channel/MessageReactions.tsx:121
msgid "{emojiName}: {reactionCountText}, {actionText}"
msgstr "{emojiName}: {reactionCountText}, {actionText}"
@@ -561,8 +561,8 @@ msgstr "Зображення {label} не можуть бути анімован
#: src/components/auth/InviteHeader.tsx:127
#: src/components/auth/InviteHeader.tsx:241
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:281
-#: src/components/channel/InviteEmbed.tsx:180
-#: src/components/channel/InviteEmbed.tsx:444
+#: src/components/channel/InviteEmbed.tsx:182
+#: src/components/channel/InviteEmbed.tsx:446
msgid "{memberCount} Member"
msgstr "{memberCount} учасник"
@@ -570,8 +570,8 @@ msgstr "{memberCount} учасник"
#: src/components/auth/InviteHeader.tsx:127
#: src/components/auth/InviteHeader.tsx:241
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:281
-#: src/components/channel/InviteEmbed.tsx:180
-#: src/components/channel/InviteEmbed.tsx:444
+#: src/components/channel/InviteEmbed.tsx:182
+#: src/components/channel/InviteEmbed.tsx:446
msgid "{memberCount} Members"
msgstr "{memberCount} учасників"
@@ -606,11 +606,11 @@ msgstr "{minutes} хвилин і {seconds} секунд"
msgid "{minutes} minutes and 1 second"
msgstr "{minutes} хвилин та 1 секунда"
-#: src/components/channel/dm/DMWelcomeSection.tsx:155
+#: src/components/channel/dm/DMWelcomeSection.tsx:167
msgid "{mutualGuildCount} mutual commmunity"
msgstr "{mutualGuildCount} спільна спільнота"
-#: src/components/channel/dm/DMWelcomeSection.tsx:156
+#: src/components/channel/dm/DMWelcomeSection.tsx:168
msgid "{mutualGuildCount} mutual communities"
msgstr "{mutualGuildCount} спільних спільнот"
@@ -632,7 +632,7 @@ msgstr "{participantCount} учасників в дзвінку"
#: src/components/auth/InviteHeader.tsx:235
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:276
-#: src/components/channel/InviteEmbed.tsx:439
+#: src/components/channel/InviteEmbed.tsx:441
msgid "{presenceCount} Online"
msgstr "{presenceCount} онлайн"
@@ -644,15 +644,15 @@ msgstr "Залишилося {remaining} символів"
msgid "{remaining} characters left. Get Plutonium to write up to {premiumMaxLength} characters."
msgstr "Залишилося {remaining} символів. Оформи Plutonium, щоб писати до {premiumMaxLength} символів."
-#: src/components/channel/InviteEmbed.tsx:301
+#: src/components/channel/InviteEmbed.tsx:303
msgid "{renderedMemberCount} Member"
msgstr "{renderedMemberCount} учасник"
-#: src/components/channel/InviteEmbed.tsx:301
+#: src/components/channel/InviteEmbed.tsx:303
msgid "{renderedMemberCount} Members"
msgstr "{renderedMemberCount} учасників"
-#: src/components/channel/InviteEmbed.tsx:296
+#: src/components/channel/InviteEmbed.tsx:298
msgid "{renderedPresenceCount} Online"
msgstr "{renderedPresenceCount} онлайн"
@@ -704,11 +704,11 @@ msgstr "{totalSeconds} секунда"
msgid "{totalSeconds} seconds"
msgstr "{totalSeconds} секунд"
-#: src/components/layout/GuildsLayout.tsx:231
+#: src/components/layout/GuildsLayout.tsx:229
msgid "{unavailableCount} communities are temporarily unavailable due to a flux capacitor malfunction."
msgstr "{unavailableCount} спільнот тимчасово недоступні через несправність флюкс-континуючого пристрою."
-#: src/components/layout/GuildsLayout.tsx:230
+#: src/components/layout/GuildsLayout.tsx:228
msgid "{unavailableCount} community is temporarily unavailable due to a flux capacitor malfunction."
msgstr "{unavailableCount} спільнота тимчасово недоступна через несправність флюкс-континуючого пристрою."
@@ -814,27 +814,27 @@ msgstr "згадки @everyone"
msgid "@username"
msgstr "@username"
-#: src/components/channel/CallMessage.tsx:75
+#: src/components/channel/CallMessage.tsx:72
msgid "# days"
msgstr "# дні"
-#: src/components/channel/CallMessage.tsx:76
+#: src/components/channel/CallMessage.tsx:73
msgid "# hours"
msgstr "# години"
-#: src/components/channel/CallMessage.tsx:77
+#: src/components/channel/CallMessage.tsx:74
msgid "# minutes"
msgstr "# хвилини"
-#: src/components/channel/CallMessage.tsx:73
+#: src/components/channel/CallMessage.tsx:70
msgid "# months"
msgstr "# місяці"
-#: src/components/channel/CallMessage.tsx:74
+#: src/components/channel/CallMessage.tsx:71
msgid "# weeks"
msgstr "# тижні"
-#: src/components/channel/CallMessage.tsx:72
+#: src/components/channel/CallMessage.tsx:69
msgid "# years"
msgstr "# роки"
@@ -878,11 +878,11 @@ msgstr "<0/> видалив <1/> з групи."
msgid "<0/> removed someone from the group."
msgstr "<0/> видалив когось з групи."
-#: src/components/channel/CallMessage.tsx:191
+#: src/components/channel/CallMessage.tsx:185
msgid "<0/> started a call that lasted {durationText}."
msgstr "<0/> розпочав дзвінок тривалістю {durationText}."
-#: src/components/channel/CallMessage.tsx:154
+#: src/components/channel/CallMessage.tsx:148
msgid "<0/> started a call."
msgstr "<0/> розпочав дзвінок."
@@ -943,11 +943,11 @@ msgstr "<0>Зняв заглушення0> з учасника."
msgid "<0>Warning:0> This will also disable SMS two-factor authentication."
msgstr "<0>Увага:0> Це також вимкне двофакторну SMS-автентифікацію."
-#: src/components/modals/tabs/BetaCodesTab.tsx:278
+#: src/components/modals/tabs/BetaCodesTab.tsx:282
msgid "1 code remaining this week"
msgstr "Цього тижня залишився 1 код"
-#: src/components/channel/CallMessage.tsx:75
+#: src/components/channel/CallMessage.tsx:72
#: src/components/modals/BanMemberModal.tsx:54
#: src/components/modals/InviteModal.tsx:77
#: src/components/modals/InviteModal.tsx:212
@@ -956,7 +956,7 @@ msgstr "Цього тижня залишився 1 код"
msgid "1 day"
msgstr "1 день"
-#: src/components/channel/CallMessage.tsx:76
+#: src/components/channel/CallMessage.tsx:73
#: src/components/modals/BanMemberModal.tsx:52
#: src/components/modals/channelTabs/ChannelOverviewTab.tsx:154
#: src/components/modals/CustomStatusBottomSheet.tsx:44
@@ -993,7 +993,7 @@ msgstr "1 хвилина і {seconds} секунд"
msgid "1 minute and 1 second"
msgstr "1 хвилина та 1 секунда"
-#: src/components/channel/CallMessage.tsx:73
+#: src/components/channel/CallMessage.tsx:70
#: src/components/modals/BanMemberModal.tsx:59
msgid "1 month"
msgstr "1 місяць"
@@ -1002,12 +1002,12 @@ msgstr "1 місяць"
msgid "1 Month"
msgstr "1 місяць"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:99
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:120
msgid "1 Month {monthlyPrice}"
msgstr "1 місяць {monthlyPrice}"
-#: src/components/modals/components/plutonium/GiftSection.tsx:78
-#: src/components/modals/components/plutonium/PricingSection.tsx:110
+#: src/components/modals/components/plutonium/GiftSection.tsx:88
+#: src/components/modals/components/plutonium/PricingSection.tsx:128
msgid "1 Month Gift"
msgstr "Подарунок на 1 місяць"
@@ -1020,22 +1020,22 @@ msgstr "1 використання"
msgid "1 user"
msgstr "1 користувач"
-#: src/components/channel/CallMessage.tsx:74
+#: src/components/channel/CallMessage.tsx:71
#: src/components/modals/BanMemberModal.tsx:57
#: src/components/modals/TimeoutMemberOptions.ts:39
msgid "1 week"
msgstr "1 тиждень"
-#: src/components/channel/CallMessage.tsx:72
+#: src/components/channel/CallMessage.tsx:69
msgid "1 year"
msgstr "1 рік"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:91
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:109
msgid "1 Year {yearlyPrice}"
msgstr "1 рік {yearlyPrice}"
-#: src/components/modals/components/plutonium/GiftSection.tsx:69
-#: src/components/modals/components/plutonium/PricingSection.tsx:101
+#: src/components/modals/components/plutonium/GiftSection.tsx:76
+#: src/components/modals/components/plutonium/PricingSection.tsx:116
msgid "1 Year Gift"
msgstr "Подарунок на 1 рік"
@@ -1286,8 +1286,8 @@ msgstr "8 годин"
msgid "A 4-digit tag will be added automatically to ensure uniqueness"
msgstr "4-значний тег буде додано автоматично, щоб забезпечити унікальність"
-#: src/components/channel/CallMessage.tsx:86
-#: src/components/channel/CallMessage.tsx:148
+#: src/components/channel/CallMessage.tsx:83
+#: src/components/channel/CallMessage.tsx:142
msgid "a few seconds"
msgstr "кілька секунд"
@@ -1299,7 +1299,7 @@ msgstr "Група клавіатурних воїнів збирається...
msgid "A helpful bot that does amazing things!"
msgstr "Корисний бот, який робить неймовірні речі!"
-#: src/components/channel/CallMessage.tsx:77
+#: src/components/channel/CallMessage.tsx:74
msgid "a minute"
msgstr "хвилина"
@@ -1316,7 +1316,7 @@ msgid "A symphony of clacking keys is underway..."
msgstr "Симфонія клацання клавіш вже розпочалась..."
#: src/components/modals/tabs/MyProfileTab/BioEditor.tsx:127
-#: src/components/modals/UserProfileMobileSheet.tsx:528
+#: src/components/modals/UserProfileMobileSheet.tsx:532
#: src/components/pages/YouPage.tsx:132
msgid "About Me"
msgstr "Про мене"
@@ -1330,18 +1330,18 @@ msgstr "Про тебе"
msgid "Accent Color"
msgstr "Колір акценту"
-#: src/components/channel/channel-view/DMChannelView.tsx:291
-#: src/components/channel/dm/DMWelcomeSection.tsx:116
+#: src/components/channel/channel-view/DMChannelView.tsx:292
+#: src/components/channel/dm/DMWelcomeSection.tsx:128
#: src/components/channel/friends/FriendListItem.tsx:238
#: src/components/channel/friends/MobileFriendRequestItem.tsx:99
#: src/components/voice/IncomingCallUI.tsx:302
msgid "Accept"
msgstr "Прийняти"
-#: src/components/bottomsheets/DMBottomSheet.tsx:515
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:260
-#: src/components/modals/UserProfileModal.tsx:1258
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:88
+#: src/components/bottomsheets/DMBottomSheet.tsx:517
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:262
+#: src/components/modals/UserProfileModal.tsx:1259
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:109
msgid "Accept Friend Request"
msgstr "Прийняти запит у друзі"
@@ -1358,7 +1358,7 @@ msgstr "Прийняти запрошення"
msgid "Accept the incoming call"
msgstr "Прийняти вхідний дзвінок"
-#: src/components/channel/InviteEmbed.tsx:226
+#: src/components/channel/InviteEmbed.tsx:228
#: src/components/modals/InviteAcceptModal.tsx:163
msgid "Accepting this invite installs the pack automatically."
msgstr "Прийняття цього запрошення автоматично встановить пакет."
@@ -1407,7 +1407,7 @@ msgstr "Обліковий запис і преміум"
msgid "Account appears to exist solely for spamming"
msgstr "Обліковий запис схоже створено виключно для спаму"
-#: src/components/modals/ClaimAccountModal.tsx:105
+#: src/components/modals/ClaimAccountModal.tsx:107
msgid "Account claimed successfully"
msgstr "Обліковий запис успішно підтверджено"
@@ -1459,7 +1459,7 @@ msgstr "Лише в усіх приватних чатах, в яких ти к
msgid "Action with both icons!"
msgstr "Дія з обома іконками!"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:124
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:143
msgid "Active"
msgstr "Активний"
@@ -1584,12 +1584,13 @@ msgstr "Додати пошту"
msgid "Add Favorite Channels"
msgstr "Додати улюблені канали"
-#: src/components/bottomsheets/DMBottomSheet.tsx:524
+#: src/components/bottomsheets/DMBottomSheet.tsx:527
#: src/components/channel/dm/AddFriendView.tsx:32
#: src/components/channel/dm/DMFriendsView.tsx:199
#: src/components/modals/AddFriendSheet.tsx:50
-#: src/components/modals/UserProfileModal.tsx:1178
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:68
+#: src/components/modals/UserProfileModal.tsx:1179
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:75
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:89
msgid "Add Friend"
msgstr "Додати друга"
@@ -1597,7 +1598,7 @@ msgstr "Додати друга"
msgid "Add Friends"
msgstr "Додати друзів"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1187
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1211
#: src/components/channel/ChannelHeader.tsx:630
#: src/components/channel/dm/GroupDMWelcomeSection.tsx:85
msgid "Add Friends to Group"
@@ -1612,7 +1613,7 @@ msgstr "Додати елемент"
msgid "Add new reactions to messages."
msgstr "Додати нові реакції до повідомлень."
-#: src/components/bottomsheets/DMBottomSheet.tsx:426
+#: src/components/bottomsheets/DMBottomSheet.tsx:428
#: src/components/profile/ProfileCard/ProfileCardActions.tsx:48
#: src/components/uikit/ContextMenu/items/UserNoteMenuItems.tsx:42
msgid "Add Note"
@@ -1647,7 +1648,7 @@ msgstr "Форма додавання номера телефону"
#: src/components/channel/MessageActionBar.tsx:450
#: src/components/channel/MessageActionBar.tsx:741
#: src/components/channel/messageActionMenu.tsx:92
-#: src/components/channel/MessageReactions.tsx:264
+#: src/components/channel/MessageReactions.tsx:263
#: src/components/uikit/ContextMenu/items/MessageMenuItems.tsx:65
msgid "Add Reaction"
msgstr "Додати реакцію"
@@ -1695,8 +1696,8 @@ msgid "Add to favorites"
msgstr "Додати до обраного"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:370
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1103
-#: src/components/bottomsheets/DMBottomSheet.tsx:400
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1127
+#: src/components/bottomsheets/DMBottomSheet.tsx:402
#: src/components/channel/ChannelHeader.tsx:547
#: src/components/channel/ChannelHeader.tsx:595
#: src/components/channel/ChannelHeader.tsx:600
@@ -1731,11 +1732,11 @@ msgid "Added to bookmarks"
msgstr "Додано в закладки"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:118
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:544
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:558
msgid "Added to favorites"
msgstr "Додано до обраного"
-#: src/components/bottomsheets/DMBottomSheet.tsx:129
+#: src/components/bottomsheets/DMBottomSheet.tsx:131
msgid "Added to Favorites"
msgstr "Додано до обраного"
@@ -1752,7 +1753,7 @@ msgstr "Додано: {createdDate}"
msgid "Added: {createdDate} • Last used: {lastUsedDate}"
msgstr "Додано: {createdDate} • Останнє використання: {lastUsedDate}"
-#: src/components/pages/ReportPage.tsx:943
+#: src/components/pages/report/ReportStepDetails.tsx:222
msgid "Additional Comments (optional)"
msgstr "Додаткові коментарі (необов'язково)"
@@ -1873,7 +1874,7 @@ msgstr "Усі дзвінки надсилатимуть тихе сповіще
msgid "All Communities"
msgstr "Усі спільноти"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:74
+#: src/components/modals/components/plutonium/VisionarySection.tsx:83
msgid "All current and future Plutonium benefits, forever"
msgstr "Усі теперішні та майбутні бонуси Plutonium назавжди"
@@ -1911,7 +1912,7 @@ msgstr "Усі учасники"
msgid "All messages"
msgstr "Усі повідомлення"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1377
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1401
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:206
#: src/components/modals/GuildNotificationSettingsModal.tsx:87
#: src/components/modals/GuildNotificationSettingsModal.tsx:273
@@ -2071,11 +2072,11 @@ msgstr "Дозволив {0}."
msgid "Already have an account?"
msgstr "Вже є обліковий запис?"
-#: src/components/channel/InviteEmbed.tsx:187
+#: src/components/channel/InviteEmbed.tsx:189
msgid "Already joined"
msgstr "Вже приєднався"
-#: src/components/channel/GiftEmbed.tsx:90
+#: src/components/channel/GiftEmbed.tsx:97
msgid "Already redeemed"
msgstr "Вже використано"
@@ -2135,8 +2136,8 @@ msgstr "Завжди довіряти <0>{hostname}0> — не показув
msgid "Always underline links"
msgstr "Завжди підкреслювати посилання"
-#: src/components/channel/ChannelSearchResults.tsx:511
-#: src/components/channel/ChannelSearchResults.tsx:562
+#: src/components/channel/ChannelSearchResults.tsx:480
+#: src/components/channel/ChannelSearchResults.tsx:531
#: src/hooks/useChannelSearch.ts:233
#: src/hooks/useChannelSearch.ts:375
msgid "An error occurred while searching"
@@ -2198,7 +2199,7 @@ msgid "Animated Emoji ({0})"
msgstr "Анімовані емодзі ({0})"
#: src/components/channel/embeds/media/EmbedGifv.tsx:237
-#: src/components/channel/embeds/media/EmbedGifv.tsx:725
+#: src/components/channel/embeds/media/EmbedGifv.tsx:749
#: src/components/modals/MediaViewerModal.tsx:294
#: src/components/modals/MediaViewerModal.tsx:362
msgid "Animated GIF"
@@ -2320,8 +2321,8 @@ msgstr "Застосунок успішно оновлено"
msgid "Applications"
msgstr "Застосунки"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:99
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:137
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:103
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:141
msgid "Applications & Bots"
msgstr "Застосунки й боти"
@@ -2352,7 +2353,7 @@ msgid "Archive"
msgstr "Архів"
#. placeholder {0}: user.username
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:162
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:164
#: src/components/modals/UserProfileActionsSheet.tsx:133
#: src/utils/RelationshipActionUtils.tsx:141
msgid "Are you sure you want to block {0}? They won't be able to message you or send you friend requests."
@@ -2368,8 +2369,8 @@ msgid "Are you sure you want to close this group DM? You can always reopen it la
msgstr "Ти впевнений, що хочеш закрити цю групову розмову? Ти завжди можеш відкрити її пізніше."
#. placeholder {0}: recipient?.username ?? ''
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:601
-#: src/components/bottomsheets/DMBottomSheet.tsx:303
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:615
+#: src/components/bottomsheets/DMBottomSheet.tsx:305
msgid "Are you sure you want to close your DM with {0}? You can always reopen it later."
msgstr "Ти впевнений, що хочеш закрити свій DM з {0}? Його завжди можна відкрити знову."
@@ -2406,7 +2407,7 @@ msgid "Are you sure you want to delete #{0}? This action cannot be undone."
msgstr "Ти впевнений, що хочеш видалити #{0}? Цю дію не можна скасувати."
#. placeholder {0}: channel.name ?? 'this channel'
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:667
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:681
msgid "Are you sure you want to delete #{0}? This cannot be undone."
msgstr "Ти впевнений, що хочеш видалити #{0}? Це не підлягає скасуванню."
@@ -2504,7 +2505,7 @@ msgstr "Ти впевнений, що хочеш покинути {0}?"
msgid "Are you sure you want to leave this community? You will no longer be able to see any messages."
msgstr "Ти впевнений, що хочеш покинути цю спільноту? Ти більше не зможеш бачити жодних повідомлень."
-#: src/components/bottomsheets/DMBottomSheet.tsx:338
+#: src/components/bottomsheets/DMBottomSheet.tsx:340
#: src/hooks/useLeaveGroup.tsx:43
msgid "Are you sure you want to leave this group? You will no longer be able to see any messages."
msgstr "Ти впевнений, що хочеш покинути цю групу? Ти більше не зможеш бачити повідомлення."
@@ -2515,9 +2516,9 @@ msgid "Are you sure you want to make {0} the group owner? You will lose owner pr
msgstr "Ти впевнений, що хочеш зробити {0} власником групи? Ти втратиш права власника."
#. placeholder {0}: user.username
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:145
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:147
#: src/components/modals/UserProfileActionsSheet.tsx:116
-#: src/components/modals/UserProfileMobileSheet.tsx:303
+#: src/components/modals/UserProfileMobileSheet.tsx:304
#: src/utils/RelationshipActionUtils.tsx:114
msgid "Are you sure you want to remove {0} as a friend?"
msgstr "Ти впевнений, що хочеш видалити {0} із друзів?"
@@ -2557,10 +2558,10 @@ msgid "Are you sure you want to transfer ownership of the group to {0}?"
msgstr "Ти впевнений, що хочеш передати власність групи {0}?"
#. placeholder {0}: user.username
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:179
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:181
#: src/components/modals/tabs/BlockedUsersTab.tsx:57
#: src/components/modals/UserProfileActionsSheet.tsx:150
-#: src/components/modals/UserProfileMobileSheet.tsx:319
+#: src/components/modals/UserProfileMobileSheet.tsx:320
#: src/utils/RelationshipActionUtils.tsx:168
msgid "Are you sure you want to unblock {0}?"
msgstr "Ти впевнений, що хочеш розблокувати {0}?"
@@ -2573,7 +2574,7 @@ msgstr "Арт-клуб"
msgid "Artists' Corner"
msgstr "Куточок митців"
-#: src/components/modals/components/plutonium/PricingSection.tsx:63
+#: src/components/modals/components/plutonium/PricingSection.tsx:69
msgid "As a Gift"
msgstr "Як подарунок"
@@ -2689,7 +2690,7 @@ msgstr "Налаштування аудіо"
msgid "Audio will be included with this screen share."
msgstr "Аудіо буде передаватися разом із трансляцією екрана."
-#: src/components/pages/ReportPage.tsx:311
+#: src/components/pages/report/optionDescriptors.ts:83
msgid "Austria"
msgstr "Австрія"
@@ -2844,6 +2845,7 @@ msgstr "Середній пінг:"
#: src/components/modals/PhoneAddModal.tsx:235
#: src/components/modals/RequiredActionModal.tsx:463
#: src/components/pages/OAuthAuthorizePage.tsx:694
+#: src/components/pages/report/ReportStepDetails.tsx:243
msgid "Back"
msgstr "Назад"
@@ -2933,7 +2935,7 @@ msgid "Balanced quality and bandwidth"
msgstr "Збалансована якість і трафік"
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:353
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:320
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:323
#: src/components/modals/UserProfileActionsSheet.tsx:262
msgid "Ban"
msgstr "Бан"
@@ -3035,7 +3037,7 @@ msgstr "до:"
msgid "Begin a call in the current private conversation"
msgstr "Розпочати дзвінок у поточному приватному листуванні"
-#: src/components/pages/ReportPage.tsx:312
+#: src/components/pages/report/optionDescriptors.ts:84
msgid "Belgium"
msgstr "Бельгія"
@@ -3066,7 +3068,7 @@ msgstr "Бета-код (необов’язково)"
msgid "Beta Code Redeemed!"
msgstr "Бета-код активовано!"
-#: src/components/modals/tabs/BetaCodesTab.tsx:313
+#: src/components/modals/tabs/BetaCodesTab.tsx:338
#: src/components/modals/utils/settingsSearchIndex.ts:741
msgid "Beta Codes"
msgstr "Бета-коди"
@@ -3083,13 +3085,13 @@ msgstr "Біо"
msgid "Bio character limit"
msgstr "Ліміт символів у біографії"
-#: src/components/bottomsheets/DMBottomSheet.tsx:538
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:163
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:345
+#: src/components/bottomsheets/DMBottomSheet.tsx:541
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:165
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:348
#: src/components/modals/UserProfileActionsSheet.tsx:134
#: src/components/modals/UserProfileActionsSheet.tsx:298
#: src/components/modals/UserProfileModal.tsx:1062
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:190
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:211
#: src/utils/RelationshipActionUtils.tsx:143
msgid "Block"
msgstr "Заблокувати"
@@ -3106,7 +3108,7 @@ msgstr "Блокувати приватні повідомлення від уч
msgid "Block for all communities"
msgstr "Заблокувати для всіх спільнот"
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:161
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:163
#: src/components/modals/UserProfileActionsSheet.tsx:132
#: src/utils/RelationshipActionUtils.tsx:139
msgid "Block User"
@@ -3270,7 +3272,7 @@ msgstr "Потрібен аудіо-доступ браузера"
msgid "Browser locale ({browserLocale}): {format}"
msgstr "Локаль браузера ({browserLocale}): {format}"
-#: src/components/pages/ReportPage.tsx:313
+#: src/components/pages/report/optionDescriptors.ts:85
msgid "Bulgaria"
msgstr "Болгарія"
@@ -3313,16 +3315,16 @@ msgstr "Кнопки показують індикатор завантажен
msgid "Buttons with Icons"
msgstr "Кнопки з іконками"
-#: src/components/modals/components/plutonium/GiftSection.tsx:74
-#: src/components/modals/components/plutonium/GiftSection.tsx:83
-#: src/components/modals/components/plutonium/GiftSection.tsx:92
-#: src/components/modals/components/plutonium/PricingSection.tsx:106
-#: src/components/modals/components/plutonium/PricingSection.tsx:115
-#: src/components/modals/components/plutonium/PricingSection.tsx:124
+#: src/components/modals/components/plutonium/GiftSection.tsx:81
+#: src/components/modals/components/plutonium/GiftSection.tsx:93
+#: src/components/modals/components/plutonium/GiftSection.tsx:105
+#: src/components/modals/components/plutonium/PricingSection.tsx:121
+#: src/components/modals/components/plutonium/PricingSection.tsx:133
+#: src/components/modals/components/plutonium/PricingSection.tsx:145
msgid "Buy Gift"
msgstr "Купити подарунок"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:114
+#: src/components/modals/components/plutonium/VisionarySection.tsx:140
msgid "Buying Visionary will cancel your current {currentAccessLabel} immediately. It is a one-time purchase with lifetime access."
msgstr "Придбання Visionary скасує ваш поточний {currentAccessLabel} негайно. Це одноразова покупка з довічним доступом."
@@ -3347,7 +3349,7 @@ msgstr "Обійти слоумод"
msgid "Bypass Splash Screen"
msgstr "Обійти екран завантаження"
-#: src/components/channel/channel-view/DMChannelView.tsx:271
+#: src/components/channel/channel-view/DMChannelView.tsx:272
msgid "Call available"
msgstr "Дзвінок доступний"
@@ -3446,11 +3448,11 @@ msgstr "Налаштування камери"
#: src/components/modals/CategoryCreateModal.tsx:79
#: src/components/modals/ChannelCreateModal.tsx:100
#: src/components/modals/ChannelDeleteModal.tsx:72
-#: src/components/modals/ClaimAccountModal.tsx:179
-#: src/components/modals/ClaimAccountModal.tsx:219
-#: src/components/modals/components/MobileSettingsView.tsx:302
+#: src/components/modals/ClaimAccountModal.tsx:181
+#: src/components/modals/ClaimAccountModal.tsx:221
+#: src/components/modals/components/MobileSettingsView.tsx:297
#: src/components/modals/components/plutonium/hooks/useCheckoutActions.tsx:110
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:328
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:371
#: src/components/modals/ConfirmModal.tsx:146
#: src/components/modals/CreateDMModal.tsx:88
#: src/components/modals/CreateFavoriteCategoryModal.tsx:74
@@ -3473,7 +3475,7 @@ msgstr "Налаштування камери"
#: src/components/modals/HideOwnCameraConfirmModal.tsx:65
#: src/components/modals/IARModal.tsx:218
#: src/components/modals/ImageCropModal.tsx:981
-#: src/components/modals/InviteModal.tsx:336
+#: src/components/modals/InviteModal.tsx:333
#: src/components/modals/KickMemberModal.tsx:60
#: src/components/modals/MfaTotpDisableModal.tsx:75
#: src/components/modals/MfaTotpEnableModal.tsx:102
@@ -3498,11 +3500,11 @@ msgstr "Налаштування камери"
msgid "Cancel"
msgstr "Скасувати"
-#: src/components/channel/dm/DMWelcomeSection.tsx:126
+#: src/components/channel/dm/DMWelcomeSection.tsx:138
#: src/components/channel/friends/FriendListItem.tsx:164
#: src/components/channel/friends/FriendListItem.tsx:166
-#: src/components/modals/UserProfileModal.tsx:1273
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:171
+#: src/components/modals/UserProfileModal.tsx:1274
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:192
msgid "Cancel Friend Request"
msgstr "Скасувати запит у друзі"
@@ -3522,7 +3524,7 @@ msgstr "Скасувати запит"
msgid "Cancel upload"
msgstr "Скасувати завантаження"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:118
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:137
msgid "Canceling"
msgstr "Скасовується"
@@ -3566,7 +3568,7 @@ msgstr "Вирівнювання картки"
msgid "Card alignment controls"
msgstr "Керування вирівнюванням картки"
-#: src/components/modals/components/MobileSettingsView.tsx:123
+#: src/components/modals/components/MobileSettingsView.tsx:118
#: src/components/modals/components/SettingsModalHeader.tsx:76
msgid "Careful! You have unsaved changes."
msgstr "Обережно! У вас є незбережені зміни."
@@ -3576,7 +3578,7 @@ msgstr "Обережно! У вас є незбережені зміни."
msgid "Category"
msgstr "Категорія"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1371
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1395
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:239
msgid "Category Default"
msgstr "Категорія за замовчуванням"
@@ -3594,7 +3596,7 @@ msgstr "Категорія заповнена"
msgid "Category Name"
msgstr "Назва категорії"
-#: src/components/modals/ChannelSettingsModal.tsx:105
+#: src/components/modals/ChannelSettingsModal.tsx:113
#: src/components/modals/components/DesktopChannelSettingsView.tsx:188
msgid "Category Settings"
msgstr "Налаштування категорії"
@@ -3625,7 +3627,7 @@ msgstr "Змінити фон"
msgid "Change Banner"
msgstr "Змінити банер"
-#: src/components/pages/ReportPage.tsx:752
+#: src/components/pages/report/ReportStepVerification.tsx:126
msgid "Change email"
msgstr "Змінити електронну пошту"
@@ -3647,8 +3649,8 @@ msgstr "Змінити FluxerTag"
msgid "Change FluxerTag form"
msgstr "Форма зміни FluxerTag"
-#: src/components/bottomsheets/DMBottomSheet.tsx:433
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:133
+#: src/components/bottomsheets/DMBottomSheet.tsx:435
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:154
msgid "Change Friend Nickname"
msgstr "Змінити прізвисько друга"
@@ -3673,7 +3675,7 @@ msgid "Change My Group Nickname"
msgstr "Змінити моє групове прізвисько"
#: src/components/modals/BaseChangeNicknameModal.tsx:82
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:238
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:240
#: src/components/modals/RenameChannelModal.tsx:58
#: src/components/modals/UserProfileActionsSheet.tsx:225
#: src/components/modals/UserProfileActionsSheet.tsx:225
@@ -3760,8 +3762,8 @@ msgstr "Регіон голосу змінено на {0}."
msgid "channel"
msgstr "канал"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:483
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:549
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:497
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:563
#: src/components/invites/InviteListItem.tsx:50
#: src/components/webhooks/WebhookListItem.tsx:240
#: src/constants/AuditLogConstants.tsx:236
@@ -3796,7 +3798,7 @@ msgid "Channel Debug"
msgstr "Налагодження каналу"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:188
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:675
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:689
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:329
msgid "Channel deleted"
msgstr "Канал видалено"
@@ -3806,11 +3808,11 @@ msgid "Channel Deleted"
msgstr "Канал видалено"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:273
-#: src/components/bottomsheets/DMBottomSheet.tsx:366
+#: src/components/bottomsheets/DMBottomSheet.tsx:368
msgid "Channel ID copied"
msgstr "ID каналу скопійовано"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:535
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:549
msgid "Channel ID copied to clipboard"
msgstr "ID каналу скопійовано в буфер обміну"
@@ -3878,9 +3880,9 @@ msgstr "Запис каналу"
msgid "Channel removed from favorites"
msgstr "Канал видалено з обраних"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1092
-#: src/components/layout/ChannelItem.tsx:630
-#: src/components/modals/ChannelSettingsModal.tsx:105
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1116
+#: src/components/layout/ChannelItem.tsx:647
+#: src/components/modals/ChannelSettingsModal.tsx:113
#: src/components/modals/components/DesktopChannelSettingsView.tsx:188
msgid "Channel Settings"
msgstr "Налаштування каналу"
@@ -3947,7 +3949,7 @@ msgstr "Перевіряйте наш <0>Bluesky (@fluxer.app)0> для оно
msgid "Check out my custom theme!"
msgstr "Зацініть мою кастомну тему!"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:105
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:109
msgid "Check your connection and try again."
msgstr "Перевірте з’єднання та спробуйте ще раз."
@@ -3969,8 +3971,8 @@ msgstr "Прапорці"
msgid "Checking..."
msgstr "Перевірка..."
-#: src/components/pages/ReportPage.tsx:270
-#: src/components/pages/ReportPage.tsx:299
+#: src/components/pages/report/optionDescriptors.ts:51
+#: src/components/pages/report/optionDescriptors.ts:74
#: src/constants/IARConstants.tsx:72
#: src/constants/IARConstants.tsx:175
msgid "Child Safety Concerns"
@@ -3984,6 +3986,10 @@ msgstr "Китайська (спрощена)"
msgid "Chinese (Traditional)"
msgstr "Китайська (традиційна)"
+#: src/components/pages/report/ReportBreadcrumbs.tsx:46
+msgid "Choose"
+msgstr "Вибрати"
+
#: src/components/pages/OAuthAuthorizePage.tsx:898
msgid "Choose a community"
msgstr "Оберіть спільноту"
@@ -4080,25 +4086,36 @@ msgstr "Оберіть свій акцентний колір профілю"
#: src/components/channel/barriers/BarrierComponents.tsx:109
#: src/components/channel/barriers/BarrierComponents.tsx:240
-#: src/components/layout/app-layout/nagbars/UnclaimedAccountNagbar.tsx:47
-#: src/components/modals/ClaimAccountModal.tsx:225
-#: src/components/modals/components/UnclaimedAccountAlert.tsx:34
+#: src/components/channel/dm/AddFriendForm.tsx:57
+#: src/components/layout/app-layout/nagbars/UnclaimedAccountNagbar.tsx:45
+#: src/components/modals/ClaimAccountModal.tsx:227
+#: src/components/modals/components/UnclaimedAccountAlert.tsx:32
+#: src/components/modals/GiftAcceptModal.tsx:170
#: src/components/modals/tabs/AccountSecurityTab/SecurityTab.tsx:206
+#: src/components/modals/tabs/BetaCodesTab.tsx:297
+#: src/components/modals/tabs/GiftInventoryTab.tsx:242
msgid "Claim Account"
msgstr "Оформити акаунт"
-#: src/components/channel/GiftEmbed.tsx:98
-#: src/components/modals/GiftAcceptModal.tsx:154
+#: src/components/channel/GiftEmbed.tsx:109
+msgid "Claim Account to Redeem"
+msgstr "Претендуйте на обліковий запис для викупу"
+
+#: src/components/channel/GiftEmbed.tsx:109
+#: src/components/modals/GiftAcceptModal.tsx:197
#: src/components/pages/GiftLoginPage.tsx:155
#: src/components/pages/GiftRegisterPage.tsx:42
msgid "Claim Gift"
msgstr "Активувати подарунок"
-#: src/components/modals/ClaimAccountModal.tsx:141
+#: src/components/channel/dm/AddFriendForm.tsx:53
+#: src/components/modals/ClaimAccountModal.tsx:143
+#: src/components/modals/tabs/BetaCodesTab.tsx:293
+#: src/components/modals/tabs/GiftInventoryTab.tsx:238
msgid "Claim your account"
msgstr "Оформіть свій акаунт"
-#: src/components/modals/ClaimAccountModal.tsx:146
+#: src/components/modals/ClaimAccountModal.tsx:148
msgid "Claim your account by adding an email and password. We will send a verification code to confirm your email before finishing."
msgstr "Оформіть акаунт, додавши електронну пошту та пароль. Ми надішлемо код підтвердження, щоб підтвердити пошту перед завершенням."
@@ -4106,11 +4123,68 @@ msgstr "Оформіть акаунт, додавши електронну по
msgid "Claim your account to access security features like two-factor authentication and passkeys."
msgstr "Оформіть акаунт, щоб активувати функції безпеки, як-от двофакторну автентифікацію та ключі доступу."
+#: src/components/channel/ChannelHeader/CallButtons.tsx:85
+#: src/components/channel/ChannelHeader/CallButtons.tsx:155
+msgid "Claim your account to call"
+msgstr "Прив'яжіть свій акаунт для дзвінка"
+
#: src/components/modals/tabs/MyProfileTab/UsernameSection.tsx:49
msgid "Claim your account to change your FluxerTag"
msgstr "Оформіть акаунт, щоб змінити свій FluxerTag"
-#: src/components/modals/GiftAcceptModal.tsx:145
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:146
+msgid "Claim your account to create applications."
+msgstr "Претендуйте на свій обліковий запис, щоб створювати додатки."
+
+#: src/components/modals/tabs/BetaCodesTab.tsx:294
+msgid "Claim your account to generate beta codes."
+msgstr "Претендуйте на свій обліковий запис, щоб генерувати бета-коди."
+
+#: src/components/layout/ChannelItem.tsx:208
+#: src/components/layout/ChannelItem.tsx:382
+#: src/stores/voice/MediaEngineFacade.ts:537
+msgid "Claim your account to join this voice channel."
+msgstr "Прив'яжіть свій акаунт, щоб приєднатися до цього голосового каналу."
+
+#: src/stores/voice/MediaEngineFacade.ts:170
+msgid "Claim your account to join voice channels you don't own."
+msgstr "Прив'яжіть свій акаунт, щоб приєднатися до голосових каналів, якими ви не володієте."
+
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:55
+#: src/components/modals/components/plutonium/GiftSection.tsx:61
+#: src/components/modals/components/plutonium/PricingSection.tsx:63
+#: src/components/modals/components/plutonium/VisionarySection.tsx:62
+#: src/components/modals/components/PlutoniumContent.tsx:99
+msgid "Claim your account to purchase Fluxer Plutonium."
+msgstr "Претендуйте на свій обліковий запис, щоб придбати Fluxer Plutonium."
+
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:112
+msgid "Claim your account to purchase or redeem Fluxer Plutonium."
+msgstr "Претендуйте на свій обліковий запис, щоб придбати або викупити Fluxer Plutonium."
+
+#: src/components/modals/tabs/GiftInventoryTab.tsx:239
+msgid "Claim your account to redeem or manage Plutonium gift codes."
+msgstr "Претендуйте на свій обліковий запис, щоб викупити або керувати подарунковими кодами Plutonium."
+
+#: src/components/channel/GiftEmbed.tsx:99
+#: src/components/modals/GiftAcceptModal.tsx:154
+msgid "Claim your account to redeem this gift."
+msgstr "Претендуйте на свій обліковий запис, щоб викупити цей подарунок."
+
+#: src/components/channel/dm/AddFriendForm.tsx:54
+#: src/components/channel/dm/DMWelcomeSection.tsx:109
+#: src/components/modals/UserProfileModal.tsx:1289
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:65
+msgid "Claim your account to send friend requests."
+msgstr "Претендуйте на свій обліковий запис, щоб надсилати запити на дружбу."
+
+#: src/components/channel/ChannelHeader/CallButtons.tsx:54
+#: src/components/channel/ChannelHeader/CallButtons.tsx:124
+#: src/stores/voice/MediaEngineFacade.ts:179
+msgid "Claim your account to start or join 1:1 calls."
+msgstr "Прив'яжіть свій акаунт, щоб почати або приєднатися до дзвінків 1:1."
+
+#: src/components/modals/GiftAcceptModal.tsx:188
msgid "Claim your gift to activate your premium subscription!"
msgstr "Отримайте подарунок, щоб активувати преміум-підписку!"
@@ -4164,8 +4238,8 @@ msgstr "Скинути дозволи"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:420
#: src/components/channel/MessageSearchBar/MessageSearchBar.tsx:1424
-#: src/components/channel/shared/PickerSearchInput.tsx:195
-#: src/components/channel/shared/PickerSearchInput.tsx:212
+#: src/components/channel/shared/PickerSearchInput.tsx:194
+#: src/components/channel/shared/PickerSearchInput.tsx:211
#: src/components/modals/components/SettingsSearch.tsx:108
msgid "Clear search"
msgstr "Очистити пошук"
@@ -4200,11 +4274,11 @@ msgstr "Опис стікера очищено."
msgid "Cleared the topic."
msgstr "Тему очищено."
-#: src/components/modals/components/MobileSettingsView.tsx:297
+#: src/components/modals/components/MobileSettingsView.tsx:292
msgid "Clearing subscriptions ensures the gateway stops sending messages to this installation."
msgstr "Очищення підписок гарантує, що шлюз припинить надсилати повідомлення на цю установку."
-#: src/components/modals/tabs/BetaCodesTab.tsx:366
+#: src/components/modals/tabs/BetaCodesTab.tsx:391
msgid "Click \"Create Code\" to generate your first code."
msgstr "Натисніть «Створити код», щоб згенерувати перший код."
@@ -4240,13 +4314,13 @@ msgstr "Натисніть, щоб додати нотатку"
msgid "Click to check and uncheck. Available in square and round styles."
msgstr "Натискайте, щоб позначити або зняти позначку. Доступні квадратний і круглий стилі."
-#: src/components/channel/GiftEmbed.tsx:90
+#: src/components/channel/GiftEmbed.tsx:100
msgid "Click to claim your gift!"
msgstr "Натисніть, щоб забрати подарунок!"
#: src/components/invites/InviteListItem.tsx:184
#: src/components/modals/components/ClientInfo.tsx:76
-#: src/components/modals/tabs/BetaCodesTab.tsx:172
+#: src/components/modals/tabs/BetaCodesTab.tsx:174
msgid "Click to copy"
msgstr "Натисніть, щоб скопіювати"
@@ -4328,12 +4402,12 @@ msgid "Close"
msgstr "Закрити"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:341
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:600
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:602
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1239
-#: src/components/bottomsheets/DMBottomSheet.tsx:302
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:614
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:616
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1263
#: src/components/bottomsheets/DMBottomSheet.tsx:304
-#: src/components/bottomsheets/DMBottomSheet.tsx:557
+#: src/components/bottomsheets/DMBottomSheet.tsx:306
+#: src/components/bottomsheets/DMBottomSheet.tsx:560
#: src/components/channel/dm/DMList.tsx:292
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:82
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:84
@@ -4358,7 +4432,8 @@ msgstr "Вугільна тема"
#: src/components/invites/InviteListItem.tsx:54
#: src/components/modals/MfaTotpDisableModal.tsx:64
#: src/components/modals/MfaTotpEnableModal.tsx:91
-#: src/components/modals/tabs/BetaCodesTab.tsx:51
+#: src/components/modals/tabs/BetaCodesTab.tsx:53
+#: src/components/pages/report/ReportBreadcrumbs.tsx:48
msgid "Code"
msgstr "Код"
@@ -4370,7 +4445,8 @@ msgstr "Код і моностиль"
msgid "Code Blocks"
msgstr "Блоки коду"
-#: src/components/modals/ClaimAccountModal.tsx:123
+#: src/components/modals/ClaimAccountModal.tsx:125
+#: src/components/pages/ReportPage.tsx:231
msgid "Code resent"
msgstr "Код надіслано знову"
@@ -4379,8 +4455,8 @@ msgid "Code sent"
msgstr "Код надіслано"
#: src/components/invites/InviteListItem.tsx:180
-#: src/components/modals/tabs/BetaCodesTab.tsx:104
-#: src/components/modals/tabs/BetaCodesTab.tsx:168
+#: src/components/modals/tabs/BetaCodesTab.tsx:106
+#: src/components/modals/tabs/BetaCodesTab.tsx:170
msgid "Code:"
msgstr "Код:"
@@ -4472,7 +4548,7 @@ msgstr "Спільноту заглушено"
msgid "Community Debug"
msgstr "Налагодження спільноти"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1371
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1395
#: src/components/uikit/ContextMenu/items/CategoryMenuItems.tsx:221
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:239
msgid "Community Default"
@@ -4542,8 +4618,8 @@ msgstr "Налаштування сповіщень спільноти"
msgid "Community organizes raids or harassment campaigns"
msgstr "Спільнота організовує рейди чи кампанії з переслідування"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:237
-#: src/components/channel/MemberListItem.tsx:102
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:238
+#: src/components/channel/MemberListItem.tsx:109
#: src/components/modals/guildTabs/GuildMembersTab.tsx:145
#: src/components/modals/guildTabs/GuildMembersTab.tsx:197
msgid "Community Owner"
@@ -4567,14 +4643,14 @@ msgstr "Спільнота пропагує або сприяє незаконн
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:172
#: src/components/modals/components/DesktopGuildSettingsView.tsx:204
-#: src/components/modals/GuildSettingsModal.tsx:168
+#: src/components/modals/GuildSettingsModal.tsx:173
#: src/components/popouts/GuildHeaderPopout.tsx:187
#: src/components/uikit/ContextMenu/items/GuildMenuItems.tsx:360
msgid "Community Settings"
msgstr "Налаштування спільноти"
-#: src/components/layout/GuildLayout.tsx:301
-#: src/components/layout/GuildLayout.tsx:348
+#: src/components/layout/GuildLayout.tsx:306
+#: src/components/layout/GuildLayout.tsx:353
msgid "Community temporarily unavailable"
msgstr "Спільнота тимчасово недоступна"
@@ -4782,8 +4858,8 @@ msgstr "Підключено до голосового"
msgid "Connecting..."
msgstr "Під'єднання..."
-#: src/components/channel/channel-view/DMChannelView.tsx:273
-#: src/components/channel/channel-view/DMChannelView.tsx:323
+#: src/components/channel/channel-view/DMChannelView.tsx:274
+#: src/components/channel/channel-view/DMChannelView.tsx:324
#: src/components/voice/CompactVoiceCallView.tsx:55
msgid "Connecting…"
msgstr "Під'єднання…"
@@ -4979,7 +5055,7 @@ msgstr "Керувати своїм статусом активності"
#: src/components/modals/shared/CopyLinkSection.tsx:61
#: src/components/modals/tabs/ApplicationsTab/application-detail/ApplicationHeader.tsx:68
-#: src/components/modals/tabs/GiftInventoryTab.tsx:143
+#: src/components/modals/tabs/GiftInventoryTab.tsx:144
msgid "Copied"
msgstr "Скопійовано"
@@ -5001,7 +5077,7 @@ msgstr "Скопійовано!"
#: src/components/modals/BackupCodesModal.tsx:82
#: src/components/modals/shared/CopyLinkSection.tsx:61
#: src/components/modals/tabs/ApplicationsTab/application-detail/OAuthBuilderSection.tsx:142
-#: src/components/modals/tabs/GiftInventoryTab.tsx:143
+#: src/components/modals/tabs/GiftInventoryTab.tsx:144
msgid "Copy"
msgstr "Копіювати"
@@ -5017,7 +5093,7 @@ msgstr "Копіювати аудіо"
msgid "Copy authorize URL"
msgstr "Скопіювати URL авторизації"
-#: src/components/modals/tabs/BetaCodesTab.tsx:178
+#: src/components/modals/tabs/BetaCodesTab.tsx:180
msgid "Copy beta code"
msgstr "Копіювати бета-код"
@@ -5028,8 +5104,8 @@ msgstr "Скопіювати ID категорії"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:320
#: src/components/bottomsheets/ChannelBottomSheet.tsx:347
#: src/components/bottomsheets/ChannelBottomSheet.tsx:433
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1293
-#: src/components/bottomsheets/DMBottomSheet.tsx:577
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1317
+#: src/components/bottomsheets/DMBottomSheet.tsx:580
#: src/components/channel/dm/DMList.tsx:271
#: src/components/channel/dm/DMList.tsx:298
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:362
@@ -5090,7 +5166,7 @@ msgstr "Скопіювати зображення"
msgid "Copy invite link"
msgstr "Скопіювати посилання для запрошення"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1154
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1178
#: src/components/modals/tabs/ComponentGalleryTab/ButtonsTab.tsx:182
#: src/components/modals/tabs/ComponentGalleryTab/index.tsx:100
#: src/components/modals/tabs/ComponentGalleryTab/Inline.tsx:95
@@ -5131,15 +5207,15 @@ msgstr "Скопіювати ID стікера"
msgid "Copy Text"
msgstr "Скопіювати текст"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1285
-#: src/components/bottomsheets/DMBottomSheet.tsx:570
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1309
+#: src/components/bottomsheets/DMBottomSheet.tsx:573
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:370
#: src/components/modals/guildTabs/BannedUserActionsSheet.tsx:74
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:358
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:361
#: src/components/modals/tabs/BlockedUsersTab.tsx:107
#: src/components/modals/UserProfileActionsSheet.tsx:213
#: src/components/modals/UserProfileModal.tsx:1130
-#: src/components/popouts/UserAreaPopout.tsx:507
+#: src/components/popouts/UserAreaPopout.tsx:509
#: src/components/profile/ProfileCard/ProfileCardActions.tsx:60
#: src/components/uikit/ContextMenu/items/CopyMenuItems.tsx:42
msgid "Copy User ID"
@@ -5175,7 +5251,7 @@ msgstr "Таймер зворотного відліку"
msgid "Country"
msgstr "Країна"
-#: src/components/pages/ReportPage.tsx:928
+#: src/components/pages/report/ReportStepDetails.tsx:205
msgid "Country of Residence"
msgstr "Країна проживання"
@@ -5207,7 +5283,7 @@ msgid "Create a new community or join an existing one."
msgstr "Створіть нову спільноту або приєднайтесь до існуючої."
#. placeholder {0}: recipient.username
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:905
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:937
msgid "Create a new group with {0}"
msgstr "Створити нову групу з {0}"
@@ -5239,7 +5315,7 @@ msgstr "Створити акаунт"
msgid "Create an account to claim your gift"
msgstr "Створіть акаунт, щоб забрати свій подарунок"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:138
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:142
msgid "Create and manage applications and bots for your account."
msgstr "Створюйте й керуйте додатками та ботами для свого акаунта."
@@ -5248,7 +5324,8 @@ msgid "Create and share custom emoji and sticker packs with Fluxer Plutonium."
msgstr "Створюйте й діліться власними наборами емодзі й стікерів за допомогою Fluxer Plutonium."
#: src/components/modals/tabs/ApplicationsTab/ApplicationCreateModal.tsx:87
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:142
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:149
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:155
msgid "Create Application"
msgstr "Створити додаток"
@@ -5267,7 +5344,7 @@ msgid "Create Category"
msgstr "Створити категорію"
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:180
-#: src/components/layout/ChannelItem.tsx:607
+#: src/components/layout/ChannelItem.tsx:624
#: src/components/modals/ChannelCreateModal.tsx:58
#: src/components/modals/ChannelCreateModal.tsx:103
#: src/components/popouts/GuildHeaderPopout.tsx:194
@@ -5276,8 +5353,8 @@ msgstr "Створити категорію"
msgid "Create Channel"
msgstr "Створити канал"
-#: src/components/modals/tabs/BetaCodesTab.tsx:326
-#: src/components/modals/tabs/BetaCodesTab.tsx:369
+#: src/components/modals/tabs/BetaCodesTab.tsx:351
+#: src/components/modals/tabs/BetaCodesTab.tsx:394
msgid "Create Code"
msgstr "Створити код"
@@ -5329,7 +5406,7 @@ msgstr "Створити новий акаунт"
msgid "Create new group"
msgstr "Створити нову групу"
-#: src/components/modals/InviteModal.tsx:339
+#: src/components/modals/InviteModal.tsx:336
msgid "Create New Link"
msgstr "Створити нове посилання"
@@ -5373,7 +5450,7 @@ msgid "Create, edit, or delete webhooks."
msgstr "Створюйте, редагуйте або видаляйте вебхуки."
#: src/components/invites/InviteListItem.tsx:59
-#: src/components/modals/tabs/BetaCodesTab.tsx:57
+#: src/components/modals/tabs/BetaCodesTab.tsx:59
msgid "Created"
msgstr "Створено"
@@ -5390,7 +5467,7 @@ msgstr "Створено {createdAt}"
#. placeholder {0}: invite.pack.creator.username
#. placeholder {0}: pack.creator.username
#: src/components/auth/InviteHeader.tsx:158
-#: src/components/channel/InviteEmbed.tsx:218
+#: src/components/channel/InviteEmbed.tsx:220
#: src/components/modals/InviteAcceptModal.tsx:152
msgid "Created by {0}"
msgstr "Створено {0}"
@@ -5427,8 +5504,8 @@ msgid "Created with name {newLabel}."
msgstr "Створено з назвою {newLabel}."
#: src/components/invites/InviteListItem.tsx:207
-#: src/components/modals/tabs/BetaCodesTab.tsx:135
-#: src/components/modals/tabs/BetaCodesTab.tsx:212
+#: src/components/modals/tabs/BetaCodesTab.tsx:137
+#: src/components/modals/tabs/BetaCodesTab.tsx:214
msgid "Created:"
msgstr "Створено:"
@@ -5440,7 +5517,7 @@ msgstr "Колектив творчих розумів"
msgid "Creative Writing Club"
msgstr "Клуб творчого письма"
-#: src/components/pages/ReportPage.tsx:314
+#: src/components/pages/report/optionDescriptors.ts:86
msgid "Croatia"
msgstr "Хорватія"
@@ -5519,8 +5596,8 @@ msgid "Currently stuck in 1885, appearing offline"
msgstr "Зараз застряг у 1885 році, виглядаю офлайн"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:461
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1023
-#: src/components/bottomsheets/DMBottomSheet.tsx:605
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1047
+#: src/components/bottomsheets/DMBottomSheet.tsx:608
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:305
msgid "Currently: {mutedText}"
msgstr "Наразі: {mutedText}"
@@ -5665,7 +5742,7 @@ msgstr "Налаштування аватара, банера, акцентно
msgid "Cut"
msgstr "Вирізати"
-#: src/components/pages/ReportPage.tsx:315
+#: src/components/pages/report/optionDescriptors.ts:87
msgid "Cyprus"
msgstr "Кіпр"
@@ -5673,7 +5750,7 @@ msgstr "Кіпр"
msgid "Czech"
msgstr "Чеська"
-#: src/components/pages/ReportPage.tsx:316
+#: src/components/pages/report/optionDescriptors.ts:88
msgid "Czech Republic"
msgstr "Чехія"
@@ -5746,9 +5823,9 @@ msgstr "Формат дати"
#: src/components/auth/AuthMinimalRegisterFormCore.tsx:93
#: src/components/auth/AuthRegisterFormCore.tsx:139
-#: src/components/auth/DateOfBirthField.tsx:90
-#: src/components/auth/DateOfBirthField.tsx:124
-#: src/components/auth/DateOfBirthField.tsx:292
+#: src/components/auth/DateOfBirthField.tsx:87
+#: src/components/auth/DateOfBirthField.tsx:121
+#: src/components/auth/DateOfBirthField.tsx:289
#: src/components/auth/MockMinimalRegisterForm.tsx:107
msgid "Date of birth"
msgstr "Дата народження"
@@ -5757,8 +5834,7 @@ msgstr "Дата народження"
msgid "Date Options"
msgstr "Параметри дати"
-#: src/components/auth/DateOfBirthField.tsx:88
-#: src/components/auth/DateOfBirthField.tsx:155
+#: src/components/auth/DateOfBirthField.tsx:152
#: src/components/auth/MockMinimalRegisterForm.tsx:73
msgid "Day"
msgstr "День"
@@ -5817,11 +5893,11 @@ msgstr "Відкликати доступ"
msgid "Deauthorize Application"
msgstr "Відкликати доступ додатку"
-#: src/components/modals/components/MobileSettingsView.tsx:369
+#: src/components/modals/components/MobileSettingsView.tsx:364
msgid "Debug"
msgstr "Відлагодження"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1267
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1291
#: src/components/uikit/ContextMenu/items/DebugMenuItems.tsx:71
msgid "Debug Channel"
msgstr "Канал налагодження"
@@ -5844,7 +5920,7 @@ msgstr "Учасник налагодження"
msgid "Debug Message"
msgstr "Повідомлення налагодження"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1275
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1299
#: src/components/uikit/ContextMenu/items/DebugMenuItems.tsx:53
msgid "Debug User"
msgstr "Користувач налагодження"
@@ -5905,8 +5981,8 @@ msgstr "За замовчуванням вимкнено на мобільних
#: src/actions/MessageActionCreators.tsx:394
#: src/components/channel/embeds/media/EmbedAudio.tsx:227
#: src/components/channel/embeds/media/MediaContainer.tsx:115
-#: src/components/channel/Messages.tsx:444
-#: src/components/channel/Messages.tsx:524
+#: src/components/channel/Messages.tsx:442
+#: src/components/channel/Messages.tsx:522
#: src/components/channel/MobileMemesPicker.tsx:546
#: src/components/channel/pickers/memes/MemeGridItem.tsx:120
#: src/components/emojis/EmojiListItem.tsx:189
@@ -5923,7 +5999,7 @@ msgstr "За замовчуванням вимкнено на мобільних
msgid "Delete"
msgstr "Видалити"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:666
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:680
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:320
msgid "Delete {channelType}"
msgstr "Видалити {channelType}"
@@ -5987,8 +6063,8 @@ msgstr "Видалити категорію"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:179
#: src/components/bottomsheets/ChannelBottomSheet.tsx:181
#: src/components/bottomsheets/ChannelBottomSheet.tsx:421
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:668
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1224
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:682
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1248
#: src/components/modals/components/DesktopChannelSettingsView.tsx:176
#: src/components/modals/components/MobileChannelSettingsView.tsx:85
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:322
@@ -6021,8 +6097,8 @@ msgstr "Видалити медіа"
#: src/components/channel/MessageActionBar.tsx:804
#: src/components/channel/messageActionMenu.tsx:156
#: src/components/channel/messageActionMenu.tsx:193
-#: src/components/channel/Messages.tsx:441
-#: src/components/channel/Messages.tsx:521
+#: src/components/channel/Messages.tsx:439
+#: src/components/channel/Messages.tsx:519
#: src/components/uikit/ContextMenu/items/MessageMenuItems.tsx:273
msgid "Delete Message"
msgstr "Видалити повідомлення"
@@ -6114,7 +6190,7 @@ msgstr "Відхилено {0} та знято відхилення для {1}."
msgid "Denied {0}."
msgstr "Відхилено {0}."
-#: src/components/pages/ReportPage.tsx:317
+#: src/components/pages/report/optionDescriptors.ts:89
msgid "Denmark"
msgstr "Данія"
@@ -6143,7 +6219,7 @@ msgstr "Опиши стікер"
msgid "Describe what expressions are inside this pack."
msgstr "Опиши, які емоції містить цей набір."
-#: src/components/pages/ReportPage.tsx:946
+#: src/components/pages/report/ReportStepDetails.tsx:225
msgid "Describe what makes the content illegal"
msgstr "Опишіть, що робить контент незаконним"
@@ -6205,6 +6281,10 @@ msgstr "Відокремлений банер"
msgid "details"
msgstr "деталі"
+#: src/components/pages/report/ReportBreadcrumbs.tsx:49
+msgid "Details"
+msgstr "Деталі"
+
#: src/components/modals/AddGuildModal.tsx:150
msgid "Dev Den"
msgstr "Прихисток розробників"
@@ -6274,7 +6354,7 @@ msgstr "Різні розміри й кількість учасників"
msgid "Direct message"
msgstr "Пряме повідомлення"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:477
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:491
#: src/components/modals/shared/RecipientList.tsx:200
msgid "Direct Message"
msgstr "Пряме повідомлення"
@@ -6516,8 +6596,8 @@ msgstr "Обговорення або пропаганда незаконних
#: src/components/layout/app-layout/nagbars/PremiumGracePeriodNagbar.tsx:79
#: src/components/layout/app-layout/nagbars/PremiumOnboardingNagbar.tsx:57
#: src/components/layout/GuildLayout.tsx:106
-#: src/components/modals/GiftAcceptModal.tsx:98
-#: src/components/modals/GiftAcceptModal.tsx:124
+#: src/components/modals/GiftAcceptModal.tsx:105
+#: src/components/modals/GiftAcceptModal.tsx:131
#: src/components/modals/RequiredActionModal.tsx:475
msgid "Dismiss"
msgstr "Скасувати"
@@ -6562,8 +6642,8 @@ msgstr "Показувати учасників ролі окремо."
msgid "Display separator lines between different groups of messages for better visual distinction."
msgstr "Показувати роздільні лінії між різними групами повідомлень для кращої візуальної відмінності."
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:613
-#: src/components/bottomsheets/DMBottomSheet.tsx:315
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:627
+#: src/components/bottomsheets/DMBottomSheet.tsx:317
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:97
#: src/components/uikit/ContextMenu/UserContextMenu.tsx:168
msgid "DM closed"
@@ -6581,7 +6661,7 @@ msgstr "Попередній перегляд ПП"
msgid "DM Notifications"
msgstr "Сповіщення в особистих повідомленнях"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1092
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1116
msgid "DM Settings"
msgstr "Налаштування ПП"
@@ -6662,6 +6742,7 @@ msgstr "Не показувати індикатори набору в спис
#: src/components/keybinds/KeybindRecorder.tsx:220
#: src/components/modals/GuildNotificationSettingsModal.tsx:347
#: src/components/modals/GuildPrivacySettingsModal.tsx:68
+#: src/components/pages/report/ReportBreadcrumbs.tsx:50
#: src/components/search/HasFilterSheet.tsx:124
#: src/components/search/UserFilterSheet.tsx:149
msgid "Done"
@@ -6843,13 +6924,13 @@ msgstr "Редагувати вкладення"
msgid "Edit attachment form"
msgstr "Форма редагування вкладення"
-#: src/components/layout/ChannelItem.tsx:630
+#: src/components/layout/ChannelItem.tsx:647
#: src/components/uikit/ContextMenu/items/CategoryMenuItems.tsx:299
msgid "Edit Category"
msgstr "Редагувати категорію"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:416
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1218
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1242
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:300
msgid "Edit Channel"
msgstr "Редагувати канал"
@@ -6869,8 +6950,8 @@ msgid "Edit global settings like name, description, and icon."
msgstr "Редагуй глобальні налаштування — ім’я, опис та іконку."
#: src/components/bottomsheets/ChannelBottomSheet.tsx:284
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1178
-#: src/components/bottomsheets/DMBottomSheet.tsx:461
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1202
+#: src/components/bottomsheets/DMBottomSheet.tsx:463
#: src/components/channel/dm/DMList.tsx:237
#: src/components/channel/dm/GroupDMWelcomeSection.tsx:74
#: src/components/modals/EditGroupBottomSheet.tsx:177
@@ -6883,7 +6964,7 @@ msgstr "Редагувати групу"
msgid "Edit group form"
msgstr "Форма редагування групи"
-#: src/components/modals/InviteModal.tsx:327
+#: src/components/modals/InviteModal.tsx:324
msgid "Edit invite link"
msgstr "Редагувати посилання запрошення"
@@ -6910,10 +6991,10 @@ msgstr "Редагувати нотатку"
msgid "Edit overwrites for roles and members in this channel."
msgstr "Редагуй перезаписи прав доступу для ролей і учасників у цьому каналі."
-#: src/components/modals/UserProfileMobileSheet.tsx:486
-#: src/components/modals/UserProfileModal.tsx:1205
+#: src/components/modals/UserProfileMobileSheet.tsx:490
+#: src/components/modals/UserProfileModal.tsx:1206
#: src/components/pages/YouPage.tsx:123
-#: src/components/popouts/UserAreaPopout.tsx:519
+#: src/components/popouts/UserAreaPopout.tsx:521
#: src/components/popouts/UserProfilePopout.tsx:299
msgid "Edit Profile"
msgstr "Редагувати профіль"
@@ -6966,19 +7047,20 @@ msgstr "Редагування запланованого повідомленн
#: src/components/auth/AuthLoginCore/AuthLoginEmailPasswordForm.tsx:78
#: src/components/auth/AuthRegisterFormCore.tsx:133
#: src/components/auth/AuthRegisterFormCore.tsx:159
-#: src/components/modals/ClaimAccountModal.tsx:157
+#: src/components/modals/ClaimAccountModal.tsx:159
#: src/components/modals/RequiredActionModal.tsx:185
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:210
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:241
#: src/components/modals/utils/settingsSearchIndex.ts:94
#: src/components/pages/ForgotPasswordPage.tsx:97
+#: src/components/pages/report/ReportBreadcrumbs.tsx:47
msgid "Email"
msgstr "Електронна пошта"
#: src/components/modals/tabs/AccountSecurityTab/AccountTab.tsx:65
#: src/components/modals/tabs/AccountSecurityTab/AccountTab.tsx:91
#: src/components/modals/tabs/ComponentGalleryTab/InputsTab.tsx:107
-#: src/components/pages/ReportPage.tsx:662
+#: src/components/pages/report/ReportStepEmail.tsx:76
msgid "Email Address"
msgstr "Адреса електронної пошти"
@@ -7019,10 +7101,6 @@ msgstr "Потрібна верифікація пошти"
msgid "Email Verification Required"
msgstr "Необхідна перевірка електронної пошти"
-#: src/components/pages/ReportPage.tsx:809
-msgid "Email verified"
-msgstr "Електронну пошту підтверджено"
-
#: src/components/modals/tabs/DeveloperOptionsTab/AccountPremiumTab.tsx:56
msgid "Email Verified Override"
msgstr "Примусове позначення пошти як підтвердженої"
@@ -7108,7 +7186,7 @@ msgid "Emoji names must be at least 2 characters long and can only contain alpha
msgstr "Назви емодзі мають містити щонайменше 2 символи та можуть містити лише буквено-цифрові символи й нижнє підкреслення. Дозволені формати: JPEG, PNG, WebP, GIF. Ми стискаємо зображення до 128x128 пікселів. Максимальний розмір: {0} КБ на емодзі."
#: src/components/auth/InviteHeader.tsx:140
-#: src/components/channel/InviteEmbed.tsx:197
+#: src/components/channel/InviteEmbed.tsx:199
#: src/components/modals/InviteAcceptModal.tsx:142
#: src/components/modals/tabs/ExpressionPacksTab.tsx:70
msgid "Emoji pack"
@@ -7140,7 +7218,7 @@ msgstr "Емодзі оновлено"
#: src/components/channel/AutocompleteEmoji.tsx:67
#: src/components/channel/textarea/TextareaButtons.tsx:150
-#: src/components/modals/ExpressionPickerSheet.tsx:106
+#: src/components/modals/ExpressionPickerSheet.tsx:93
#: src/components/popouts/ExpressionPickerPopout.tsx:95
msgid "Emojis"
msgstr "Емодзі"
@@ -7343,11 +7421,11 @@ msgstr "Англійська"
msgid "English (US)"
msgstr "Англійська (США)"
-#: src/components/pages/ReportPage.tsx:429
+#: src/components/pages/ReportPage.tsx:254
msgid "Enter a code in the format ABCD-1234."
msgstr "Введіть код у форматі ABCD-1234."
-#: src/components/modals/tabs/GiftInventoryTab.tsx:235
+#: src/components/modals/tabs/GiftInventoryTab.tsx:258
msgid "Enter a gift code to redeem Plutonium for your account."
msgstr "Введи код подарунка, щоб отримати Plutonium на свій акаунт."
@@ -7371,7 +7449,7 @@ msgstr "Введи код"
msgid "Enter fullscreen"
msgstr "Увійти в повноекранний режим"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:255
+#: src/components/modals/tabs/GiftInventoryTab.tsx:278
msgid "Enter gift code..."
msgstr "Введи код подарунка..."
@@ -7414,7 +7492,7 @@ msgstr "Введи 6-значний код, надісланий на твій
msgid "Enter the API endpoint of the Fluxer instance you want to connect to."
msgstr "Введи кінцеву точку API інстансу Fluxer, до якого хочеш підключитися."
-#: src/components/pages/ReportPage.tsx:424
+#: src/components/pages/ReportPage.tsx:249
msgid "Enter the code before continuing."
msgstr "Введи код перед тим, як продовжити."
@@ -7430,7 +7508,7 @@ msgstr "Введи код, надісланий на твою поточну п
msgid "Enter the code we emailed to your new address."
msgstr "Введи код, який ми надіслали на нову адресу."
-#: src/components/modals/ClaimAccountModal.tsx:190
+#: src/components/modals/ClaimAccountModal.tsx:192
msgid "Enter the code we sent to your email to verify it. Your password will be set once the code is confirmed."
msgstr "Введи код, який ми надіслали на електронну пошту для підтвердження. Пароль буде встановлено після підтвердження коду."
@@ -7454,13 +7532,9 @@ msgstr "натисни Enter, щоб <0><1>зберегти1>0>"
msgid "Enter username"
msgstr "Введи ім’я користувача"
-#: src/components/pages/ReportPage.tsx:701
-msgid "Enter Verification Code"
-msgstr "Введи код підтвердження"
-
-#: src/components/pages/ReportPage.tsx:638
-msgid "Enter Your Email"
-msgstr "Введи свою пошту"
+#: src/components/pages/report/ReportStepVerification.tsx:64
+msgid "Enter verification code"
+msgstr "Введіть код підтвердження"
#: src/components/pages/ForgotPasswordPage.tsx:87
msgid "Enter your email address and we'll send you a link to reset your password."
@@ -7500,7 +7574,7 @@ msgid "Entrance sound uploaded successfully"
msgstr "Звук входу успішно завантажено"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:297
-#: src/components/channel/ChannelSearchResults.tsx:691
+#: src/components/channel/ChannelSearchResults.tsx:660
#: src/components/modals/tabs/ComponentGalleryTab/OverlaysTab.tsx:88
msgid "Error"
msgstr "Помилка"
@@ -7522,7 +7596,7 @@ msgstr "Клавіша Esc виходить з режиму клавіатури
msgid "escape to <0><1>cancel1>0>"
msgstr "натисни Esc, щоб <0><1>скасувати1>0>"
-#: src/components/pages/ReportPage.tsx:318
+#: src/components/pages/report/optionDescriptors.ts:90
msgid "Estonia"
msgstr "Естонія"
@@ -7561,7 +7635,7 @@ msgstr "виключити посилання, вбудований контен
msgid "exclude user"
msgstr "виключити користувача"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:95
+#: src/components/modals/components/plutonium/VisionarySection.tsx:104
msgid "Exclusive community"
msgstr "Ексклюзивна спільнота"
@@ -7593,12 +7667,12 @@ msgstr "Розгорнути категорію"
msgid "Expiration"
msgstr "Термін дії"
-#: src/components/modals/InviteModal.tsx:281
+#: src/components/modals/InviteModal.tsx:278
msgid "Expire after"
msgstr "Закінчиться через"
#: src/components/accounts/AccountRow.tsx:162
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:114
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:133
#: src/components/modals/GroupInvitesBottomSheet.tsx:104
msgid "Expired"
msgstr "Термін дії минув"
@@ -7675,7 +7749,7 @@ msgstr "Пакети експресій"
msgid "Expression Packs are a Plutonium feature"
msgstr "Пакети експресій — це функція Plutonium"
-#: src/components/modals/ExpressionPickerSheet.tsx:232
+#: src/components/modals/ExpressionPickerSheet.tsx:219
#: src/components/popouts/ExpressionPickerPopout.tsx:193
msgid "Expression picker categories"
msgstr "Категорії вибору експресій"
@@ -7700,7 +7774,7 @@ msgstr "Зовнішні посилання можуть бути небезпе
msgid "Extra Large"
msgstr "Дуже великий"
-#: src/components/pages/ReportPage.tsx:297
+#: src/components/pages/report/optionDescriptors.ts:72
#: src/constants/IARConstants.tsx:165
msgid "Extremist Community"
msgstr "Екстремістська спільнота"
@@ -7749,7 +7823,7 @@ msgstr "Не вдалося скопіювати запрошувальне по
msgid "Failed to copy to clipboard"
msgstr "Не вдалося скопіювати в буфер обміну"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:79
+#: src/components/modals/tabs/GiftInventoryTab.tsx:80
msgid "Failed to copy URL"
msgstr "Не вдалося скопіювати URL"
@@ -7794,7 +7868,7 @@ msgid "Failed to delete category"
msgstr "Не вдалося видалити категорію"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:194
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:681
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:695
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:335
msgid "Failed to delete channel"
msgstr "Не вдалося видалити канал"
@@ -7868,7 +7942,7 @@ msgstr "Не вдалося завантажити блокування. Спр
msgid "Failed to load emojis"
msgstr "Не вдалося завантажити емодзі"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:296
+#: src/components/modals/tabs/GiftInventoryTab.tsx:319
msgid "Failed to load gift inventory"
msgstr "Не вдалося завантажити подарунковий інвентар"
@@ -7894,8 +7968,8 @@ msgstr "Не вдалося завантажити стікери"
msgid "Failed to load vanity URL. Please try again."
msgstr "Не вдалося завантажити індивідуальне посилання. Спробуй ще раз."
-#: src/components/modals/components/PlutoniumContent.tsx:146
-#: src/components/modals/components/PlutoniumContent.tsx:272
+#: src/components/modals/components/PlutoniumContent.tsx:157
+#: src/components/modals/components/PlutoniumContent.tsx:289
msgid "Failed to load Visionary information. Please try again later."
msgstr "Не вдалося завантажити інформацію Visionary. Спробуй пізніше."
@@ -7916,19 +7990,19 @@ msgstr "Не вдалося завантажити твої спільноти."
msgid "Failed to open customer portal. Please try again."
msgstr "Не вдалося відкрити портал клієнта. Спробуй ще раз."
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:572
-#: src/components/bottomsheets/DMBottomSheet.tsx:153
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:586
+#: src/components/bottomsheets/DMBottomSheet.tsx:155
#: src/components/channel/dm/DMList.tsx:216
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:121
msgid "Failed to pin DM"
msgstr "Не вдалося закріпити особисте повідомлення"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:572
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:586
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:101
msgid "Failed to pin group"
msgstr "Не вдалося закріпити групу"
-#: src/components/bottomsheets/DMBottomSheet.tsx:153
+#: src/components/bottomsheets/DMBottomSheet.tsx:155
msgid "Failed to pin group DM"
msgstr "Не вдалося закріпити групове особисте повідомлення"
@@ -7957,7 +8031,7 @@ msgstr "Не вдалося досягти інстанції ({status})"
msgid "Failed to reactivate subscription. Please try again."
msgstr "Не вдалося повторно активувати підписку. Спробуй ще раз."
-#: src/components/modals/tabs/GiftInventoryTab.tsx:94
+#: src/components/modals/tabs/GiftInventoryTab.tsx:95
msgid "Failed to redeem gift"
msgstr "Не вдалося активувати подарунок"
@@ -7998,6 +8072,10 @@ msgstr "Не вдалося видалити з групи"
msgid "Failed to remove timeout. Please try again."
msgstr "Не вдалося зняти таймаут. Спробуй ще раз."
+#: src/components/pages/ReportPage.tsx:236
+msgid "Failed to resend code. Please try again."
+msgstr "Не вдалося надіслати код повторно. Будь ласка, спробуйте ще раз."
+
#: src/components/modals/guildTabs/GuildRolesTab.tsx:674
msgid "Failed to reset hoist order"
msgstr "Не вдалося скинути порядок підняття"
@@ -8018,7 +8096,7 @@ msgstr "Не вдалося повернути. Спробуй ще раз."
msgid "Failed to send friend request. Please try again."
msgstr "Не вдалося надіслати запит у друзі. Спробуй ще раз."
-#: src/components/bottomsheets/DMBottomSheet.tsx:262
+#: src/components/bottomsheets/DMBottomSheet.tsx:264
#: src/components/modals/InviteModal.tsx:176
#: src/components/uikit/ContextMenu/items/InviteMenuItems.tsx:111
msgid "Failed to send invite"
@@ -8037,7 +8115,7 @@ msgstr "Не вдалося надіслати код SMS. Спробуй ще
msgid "Failed to send theme"
msgstr "Не вдалося надіслати тему"
-#: src/components/pages/ReportPage.tsx:412
+#: src/components/pages/ReportPage.tsx:234
msgid "Failed to send verification code. Please try again."
msgstr "Не вдалося надіслати код підтвердження. Спробуй ще раз."
@@ -8084,19 +8162,19 @@ msgstr "Не вдалося передати власність. Спробуй
msgid "Failed to unblock user. Please try again."
msgstr "Не вдалося розблокувати користувача. Спробуй ще раз."
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:589
-#: src/components/bottomsheets/DMBottomSheet.tsx:170
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:603
+#: src/components/bottomsheets/DMBottomSheet.tsx:172
#: src/components/channel/dm/DMList.tsx:226
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:138
msgid "Failed to unpin DM"
msgstr "Не вдалося відкріпити ЛЗ"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:589
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:603
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:118
msgid "Failed to unpin group"
msgstr "Не вдалося відкріпити групу"
-#: src/components/bottomsheets/DMBottomSheet.tsx:170
+#: src/components/bottomsheets/DMBottomSheet.tsx:172
msgid "Failed to unpin group DM"
msgstr "Не вдалося зняти закріплення групового DM"
@@ -8298,7 +8376,7 @@ msgstr "Знайди ідеальну наліпку"
msgid "Fine-tune core colors and fonts for this app. Changes here are stored as custom CSS overrides and sync with the editor below."
msgstr "Налаштуй основні кольори та шрифти для цього застосунку. Зміни тут зберігаються як власні CSS-замінники і синхронізуються з редактором нижче."
-#: src/components/pages/ReportPage.tsx:319
+#: src/components/pages/report/optionDescriptors.ts:91
msgid "Finland"
msgstr "Фінляндія"
@@ -8306,7 +8384,7 @@ msgstr "Фінляндія"
msgid "Finnish"
msgstr "Фінська"
-#: src/components/pages/ReportPage.tsx:923
+#: src/components/pages/report/ReportStepDetails.tsx:199
msgid "First and last name"
msgstr "Ім’я та прізвище"
@@ -8419,7 +8497,7 @@ msgstr "Fluxer потребує дозволу на моніторинг кла
msgid "Fluxer Partner"
msgstr "Партнер Fluxer"
-#: src/components/modals/components/PlutoniumContent.tsx:182
+#: src/components/modals/components/PlutoniumContent.tsx:193
#: src/components/modals/PremiumModal.tsx:34
#: src/components/modals/utils/settingsConstants.tsx:147
#: src/components/popouts/UserProfileBadges.tsx:99
@@ -8483,7 +8561,7 @@ msgstr "Їжа й напої"
msgid "Foodie Friends"
msgstr "Гурмани-друзі"
-#: src/components/bottomsheets/DMBottomSheet.tsx:660
+#: src/components/bottomsheets/DMBottomSheet.tsx:663
msgid "For 1 hour"
msgstr "На 1 годину"
@@ -8497,7 +8575,7 @@ msgstr "На 1 годину"
msgid "For 1 Hour"
msgstr "На 1 годину"
-#: src/components/bottomsheets/DMBottomSheet.tsx:659
+#: src/components/bottomsheets/DMBottomSheet.tsx:662
#: src/components/popouts/UserAreaPopout.tsx:77
msgid "For 15 minutes"
msgstr "На 15 хвилин"
@@ -8511,7 +8589,7 @@ msgstr "На 15 хвилин"
msgid "For 15 Minutes"
msgstr "На 15 хвилин"
-#: src/components/bottomsheets/DMBottomSheet.tsx:663
+#: src/components/bottomsheets/DMBottomSheet.tsx:666
msgid "For 24 hours"
msgstr "На 24 години"
@@ -8529,7 +8607,7 @@ msgstr "На 24 години"
msgid "For 3 days"
msgstr "На 3 дні"
-#: src/components/bottomsheets/DMBottomSheet.tsx:661
+#: src/components/bottomsheets/DMBottomSheet.tsx:664
msgid "For 3 hours"
msgstr "На 3 години"
@@ -8542,7 +8620,7 @@ msgstr "На 3 години"
msgid "For 3 Hours"
msgstr "На 3 години"
-#: src/components/bottomsheets/DMBottomSheet.tsx:662
+#: src/components/bottomsheets/DMBottomSheet.tsx:665
msgid "For 8 hours"
msgstr "На 8 годин"
@@ -8560,7 +8638,7 @@ msgstr "На 8 годин"
msgid "For British eyes only..."
msgstr "Тільки для британських очей..."
-#: src/components/modals/components/plutonium/PricingSection.tsx:62
+#: src/components/modals/components/plutonium/PricingSection.tsx:68
msgid "For Me"
msgstr "Для мене"
@@ -8664,15 +8742,15 @@ msgstr "Примушує сповільнений режим бути актив
msgid "Forever"
msgstr "Назавжди"
-#: src/components/modals/components/MobileSettingsView.tsx:300
+#: src/components/modals/components/MobileSettingsView.tsx:295
msgid "Forget"
msgstr "Забути"
-#: src/components/modals/components/MobileSettingsView.tsx:327
+#: src/components/modals/components/MobileSettingsView.tsx:322
msgid "Forget Push Subscriptions"
msgstr "Забути push-підписки"
-#: src/components/modals/components/MobileSettingsView.tsx:294
+#: src/components/modals/components/MobileSettingsView.tsx:289
msgid "Forget push subscriptions?"
msgstr "Забути push-підписки?"
@@ -8729,7 +8807,7 @@ msgstr "Кадрова частота"
msgid "Frame rates above 30 fps require Plutonium"
msgstr "Кадрова частота понад 30 fps потребує Plutonium"
-#: src/components/pages/ReportPage.tsx:320
+#: src/components/pages/report/optionDescriptors.ts:92
msgid "France"
msgstr "Франція"
@@ -8745,8 +8823,8 @@ msgstr "Безкоштовний користувач (без покупок)"
msgid "Free User (With Purchase History)"
msgstr "Безкоштовний користувач (з історією покупок)"
-#: src/components/modals/components/PlutoniumContent.tsx:163
-#: src/components/modals/components/PlutoniumContent.tsx:289
+#: src/components/modals/components/PlutoniumContent.tsx:174
+#: src/components/modals/components/PlutoniumContent.tsx:308
msgid "Free vs Plutonium"
msgstr "Безкоштовно проти Plutonium"
@@ -8773,12 +8851,13 @@ msgstr "Запит у друзі"
msgid "Friend request sent"
msgstr "Запит у друзі надіслано"
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:68
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:250
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:75
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:89
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:271
msgid "Friend Request Sent"
msgstr "Запит у друзі надіслано"
-#: src/components/channel/dm/AddFriendForm.tsx:144
+#: src/components/channel/dm/AddFriendForm.tsx:167
msgid "Friend request sent!"
msgstr "Запит у друзі надіслано!"
@@ -8787,7 +8866,7 @@ msgstr "Запит у друзі надіслано!"
msgid "Friend Requests"
msgstr "Запити у друзі"
-#: src/components/channel/dm/AddFriendForm.tsx:137
+#: src/components/channel/dm/AddFriendForm.tsx:160
msgid "Friend's FluxerTag"
msgstr "FluxerTag друга"
@@ -8828,9 +8907,10 @@ msgstr "Від {0}"
#. placeholder {0}: creator.username
#. placeholder {1}: creator.discriminator
-#: src/components/channel/GiftEmbed.tsx:87
-#: src/components/modals/GiftAcceptModal.tsx:116
-#: src/components/modals/GiftAcceptModal.tsx:143
+#: src/components/channel/GiftEmbed.tsx:93
+#: src/components/modals/GiftAcceptModal.tsx:123
+#: src/components/modals/GiftAcceptModal.tsx:151
+#: src/components/modals/GiftAcceptModal.tsx:186
msgid "From {0}#{1}"
msgstr "Від {0}#{1}"
@@ -8850,7 +8930,7 @@ msgstr "Від користувача"
msgid "from:"
msgstr "від:"
-#: src/components/pages/ReportPage.tsx:919
+#: src/components/pages/report/ReportStepDetails.tsx:195
msgid "Full Legal Name"
msgstr "Повне юридичне ім’я"
@@ -8892,7 +8972,7 @@ msgstr "Створити запрошення"
msgid "Generate invite link"
msgstr "Згенерувати запрошувальне посилання"
-#: src/components/modals/tabs/BetaCodesTab.tsx:315
+#: src/components/modals/tabs/BetaCodesTab.tsx:340
msgid "Generate up to {MAX_UNCLAIMED_BETA_CODES} unclaimed beta codes to invite friends to Fluxer. You can create 3 codes per week."
msgstr "Згенеруйте до {MAX_UNCLAIMED_BETA_CODES} невикористаних бета-кодів, щоб запросити друзів у Fluxer. Можна створювати 3 коди на тиждень."
@@ -8909,7 +8989,7 @@ msgstr "Геообмежено"
msgid "German"
msgstr "Німецька"
-#: src/components/pages/ReportPage.tsx:321
+#: src/components/pages/report/optionDescriptors.ts:93
msgid "Germany"
msgstr "Німеччина"
@@ -8991,13 +9071,13 @@ msgstr "Попередній перегляд GIF"
#: src/components/channel/pickers/gif/GifPickerHeader.tsx:40
#: src/components/channel/pickers/memes/MemesPickerHeader.tsx:57
#: src/components/channel/textarea/TextareaButtons.tsx:110
-#: src/components/modals/ExpressionPickerSheet.tsx:68
+#: src/components/modals/ExpressionPickerSheet.tsx:55
#: src/components/popouts/ExpressionPickerPopout.tsx:69
msgid "GIFs"
msgstr "GIFи"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:122
-#: src/components/modals/GiftAcceptModal.tsx:163
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:141
+#: src/components/modals/GiftAcceptModal.tsx:206
msgid "Gift"
msgstr "Подарунок"
@@ -9030,19 +9110,20 @@ msgstr "Подарунок уже використано"
msgid "Gift Already Redeemed"
msgstr "Подарунок уже використано"
-#: src/components/channel/GiftEmbed.tsx:94
+#: src/components/channel/GiftEmbed.tsx:105
+#: src/components/channel/GiftEmbed.tsx:109
msgid "Gift Claimed"
msgstr "Подарунок отримано"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:246
+#: src/components/modals/tabs/GiftInventoryTab.tsx:269
msgid "Gift code cannot be empty"
msgstr "Код подарунка не може бути порожнім"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:243
+#: src/components/modals/tabs/GiftInventoryTab.tsx:266
msgid "Gift code is required"
msgstr "Потрібен код подарунка"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:250
+#: src/components/modals/tabs/GiftInventoryTab.tsx:273
msgid "Gift code is too long"
msgstr "Код подарунка занадто довгий"
@@ -9070,7 +9151,7 @@ msgstr "Подарунок не знайдено"
#: src/components/channel/textarea/TextareaButtons.tsx:101
#: src/components/channel/textarea/TextareaButtons.tsx:177
-#: src/components/modals/components/plutonium/GiftSection.tsx:61
+#: src/components/modals/components/plutonium/GiftSection.tsx:67
msgid "Gift Plutonium"
msgstr "Подарувати Plutonium"
@@ -9078,23 +9159,23 @@ msgstr "Подарувати Plutonium"
msgid "Gift redeemed successfully!"
msgstr "Подарунок успішно активовано!"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:89
+#: src/components/modals/tabs/GiftInventoryTab.tsx:90
msgid "Gift redeemed successfully! Enjoy your Plutonium!"
msgstr "Подарунок успішно активовано! Насолоджуйтесь своїм Plutonium!"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:53
+#: src/components/modals/components/plutonium/VisionarySection.tsx:58
msgid "gift time"
msgstr "час подарунка"
-#: src/components/channel/GiftEmbed.tsx:151
+#: src/components/channel/GiftEmbed.tsx:162
msgid "Gift Unavailable"
msgstr "Подарунок недоступний"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:132
+#: src/components/modals/tabs/GiftInventoryTab.tsx:133
msgid "Gift URL"
msgstr "URL подарунка"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:75
+#: src/components/modals/tabs/GiftInventoryTab.tsx:76
msgid "Gift URL copied to clipboard!"
msgstr "URL подарунка скопійовано в буфер обміну!"
@@ -9126,7 +9207,7 @@ msgstr "Глобальні гарячі клавіші доступні в де
msgid "Glorification of violence or disturbing imagery"
msgstr "Прославляння насильства чи тривожних образів"
-#: src/components/modals/components/MobileSettingsView.tsx:145
+#: src/components/modals/components/MobileSettingsView.tsx:140
#: src/components/modals/shared/MobileSettingsComponents.tsx:43
msgid "Go back"
msgstr "Повернутися"
@@ -9143,7 +9224,7 @@ msgstr "Повернутися до попереднього текстовог
msgid "Go forward in navigation history"
msgstr "Перейти вперед в історії навігації"
-#: src/components/channel/InviteEmbed.tsx:259
+#: src/components/channel/InviteEmbed.tsx:261
#: src/components/modals/InviteAcceptModal.tsx:100
msgid "Go to Community"
msgstr "Перейти до спільноти"
@@ -9166,15 +9247,15 @@ msgstr "Перейти до входу"
msgid "Go to message"
msgstr "Перейти до повідомлення"
-#: src/components/channel/ChannelSearchResults.tsx:841
+#: src/components/channel/ChannelSearchResults.tsx:809
msgid "Go to page"
msgstr "Перейти на сторінку"
-#: src/components/channel/ChannelSearchResults.tsx:808
+#: src/components/channel/ChannelSearchResults.tsx:776
msgid "Go to page {page}"
msgstr "Перейти на сторінку {page}"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:315
+#: src/components/modals/tabs/GiftInventoryTab.tsx:338
msgid "Go to Plutonium"
msgstr "Перейти до Plutonium"
@@ -9195,7 +9276,7 @@ msgstr "Зрозуміло"
msgid "Gotcha"
msgstr "Зловив"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:116
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:135
msgid "Grace Period"
msgstr "Пільговий період"
@@ -9203,7 +9284,7 @@ msgstr "Пільговий період"
msgid "Grace Period (Still Have Access)"
msgstr "Пільговий період (доступ ще є)"
-#: src/components/modals/InviteModal.tsx:301
+#: src/components/modals/InviteModal.tsx:298
msgid "Grant temporary membership"
msgstr "Надати тимчасове членство"
@@ -9234,7 +9315,7 @@ msgstr "Великий успіх!"
msgid "Great success! You can now close this tab and return to the app."
msgstr "Великий успіх! Тепер можна закрити цю вкладку та повернутися до додатка."
-#: src/components/pages/ReportPage.tsx:322
+#: src/components/pages/report/optionDescriptors.ts:94
msgid "Greece"
msgstr "Греція"
@@ -9263,7 +9344,7 @@ msgstr "Дозволи на додавання до групового чату"
msgid "Group Chat Permissions"
msgstr "Дозволи для групових чатів"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:481
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:495
msgid "Group Direct Message"
msgstr "Групове приватне повідомлення"
@@ -9272,7 +9353,7 @@ msgid "Group DM"
msgstr "Груповий ДП"
#. placeholder {0}: channel.recipientIds.length + 1
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:772
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:804
msgid "Group DM · {0} members"
msgstr "Груповий ДП · {0} учасників"
@@ -9317,12 +9398,12 @@ msgstr "Назва групи не повинна перевищувати 100
msgid "Group Online Status"
msgstr "Статус групи онлайн"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:962
-#: src/components/channel/MemberListItem.tsx:102
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:984
+#: src/components/channel/MemberListItem.tsx:109
msgid "Group Owner"
msgstr "Власник групи"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1092
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1116
msgid "Group Settings"
msgstr "Налаштування групи"
@@ -9335,11 +9416,11 @@ msgstr "Стан набору тексту групи"
msgid "Group updated"
msgstr "Групу оновлено"
-#: src/components/pages/ReportPage.tsx:893
+#: src/components/pages/report/ReportStepDetails.tsx:167
msgid "Guild (Community) ID"
msgstr "ID гільдії (спільноти)"
-#: src/components/pages/ReportPage.tsx:902
+#: src/components/pages/report/ReportStepDetails.tsx:177
msgid "Guild ID is required."
msgstr "Необхідний ID гільдії."
@@ -9355,13 +9436,13 @@ msgstr "Запис гільдії"
msgid "Hang on while we check for scheduled messages."
msgstr "Трохи зачекайте, поки ми перевіряємо заплановані повідомлення."
-#: src/components/pages/ReportPage.tsx:295
+#: src/components/pages/report/optionDescriptors.ts:70
#: src/constants/IARConstants.tsx:155
msgid "Harassment"
msgstr "Переслідування"
-#: src/components/pages/ReportPage.tsx:262
-#: src/components/pages/ReportPage.tsx:281
+#: src/components/pages/report/optionDescriptors.ts:43
+#: src/components/pages/report/optionDescriptors.ts:59
#: src/constants/IARConstants.tsx:32
#: src/constants/IARConstants.tsx:109
msgid "Harassment or Bullying"
@@ -9383,9 +9464,9 @@ msgstr "Чи був покупцем (перевизначення)"
msgid "has:"
msgstr "має:"
-#: src/components/pages/ReportPage.tsx:263
-#: src/components/pages/ReportPage.tsx:282
-#: src/components/pages/ReportPage.tsx:296
+#: src/components/pages/report/optionDescriptors.ts:44
+#: src/components/pages/report/optionDescriptors.ts:60
+#: src/components/pages/report/optionDescriptors.ts:71
#: src/constants/IARConstants.tsx:37
#: src/constants/IARConstants.tsx:114
#: src/constants/IARConstants.tsx:160
@@ -9430,7 +9511,7 @@ msgid "Help Center"
msgstr "Центр допомоги"
#. placeholder {0}: user.displayName
-#: src/components/layout/app-layout/nagbars/UnclaimedAccountNagbar.tsx:44
+#: src/components/layout/app-layout/nagbars/UnclaimedAccountNagbar.tsx:42
msgid "Hey {0}, claim your account to prevent losing access."
msgstr "Гей {0}, підтвердь свій акаунт, щоб не втратити доступ."
@@ -9654,7 +9735,7 @@ msgstr "https://example.com/callback"
msgid "Hungarian"
msgstr "Угорська"
-#: src/components/pages/ReportPage.tsx:323
+#: src/components/pages/report/optionDescriptors.ts:95
msgid "Hungary"
msgstr "Угорщина"
@@ -9728,8 +9809,8 @@ msgstr "Якщо ви отримали бета-код, введіть його
msgid "If you want to export your data or delete your messages first, please visit the Privacy Dashboard section in User Settings before proceeding."
msgstr "Якщо хочете спочатку експортувати дані або видалити повідомлення, зайдіть у Розділ конфіденційності в Користувацьких налаштуваннях перед продовженням."
-#: src/components/channel/channel-view/DMChannelView.tsx:301
-#: src/components/channel/dm/DMWelcomeSection.tsx:119
+#: src/components/channel/channel-view/DMChannelView.tsx:302
+#: src/components/channel/dm/DMWelcomeSection.tsx:131
#: src/components/channel/friends/FriendListItem.tsx:145
#: src/components/channel/friends/FriendListItem.tsx:244
#: src/components/channel/friends/MobileFriendRequestItem.tsx:69
@@ -9740,7 +9821,7 @@ msgstr "Ігнорувати"
#: src/components/channel/friends/FriendListItem.tsx:143
#: src/components/channel/friends/MobileFriendRequestItem.tsx:67
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:152
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:173
msgid "Ignore Friend Request"
msgstr "Ігнорувати запит на дружбу"
@@ -9749,8 +9830,8 @@ msgstr "Ігнорувати запит на дружбу"
msgid "Ignore per-channel message rate limits."
msgstr "Ігнорувати обмеження швидкості повідомлень на канал."
-#: src/components/pages/ReportPage.tsx:267
-#: src/components/pages/ReportPage.tsx:298
+#: src/components/pages/report/optionDescriptors.ts:48
+#: src/components/pages/report/optionDescriptors.ts:73
#: src/constants/IARConstants.tsx:57
#: src/constants/IARConstants.tsx:170
msgid "Illegal Activity"
@@ -9762,7 +9843,7 @@ msgid "image"
msgstr "зображення"
#: src/components/channel/embeds/media/EmbedGifv.tsx:237
-#: src/components/channel/embeds/media/EmbedImage.tsx:369
+#: src/components/channel/embeds/media/EmbedImage.tsx:374
#: src/components/modals/MediaViewerModal.tsx:362
#: src/components/search/HasFilterSheet.tsx:50
#: src/utils/FavoriteMemeUtils.ts:71
@@ -9783,8 +9864,8 @@ msgstr "Попередній перегляд зображення"
msgid "Images"
msgstr "Зображення"
-#: src/components/pages/ReportPage.tsx:272
-#: src/components/pages/ReportPage.tsx:284
+#: src/components/pages/report/optionDescriptors.ts:53
+#: src/components/pages/report/optionDescriptors.ts:62
#: src/constants/IARConstants.tsx:82
#: src/constants/IARConstants.tsx:124
msgid "Impersonation"
@@ -9839,7 +9920,7 @@ msgstr "через {absWeeks} тижнів"
msgid "in {absYears} years"
msgstr "через {absYears} років"
-#: src/components/channel/channel-view/DMChannelView.tsx:275
+#: src/components/channel/channel-view/DMChannelView.tsx:276
msgid "In call"
msgstr "У виклику"
@@ -9880,7 +9961,7 @@ msgstr "У браузері Push-to-Talk працює лише тоді, кол
msgid "in:"
msgstr "у:"
-#: src/components/pages/ReportPage.tsx:286
+#: src/components/pages/report/optionDescriptors.ts:64
#: src/constants/IARConstants.tsx:134
msgid "Inappropriate Profile"
msgstr "Неприпустимий профіль"
@@ -9909,7 +9990,7 @@ msgstr "Включити всі згадки спільноти"
msgid "Include audio from your screen in the share"
msgstr "Включити аудіо з екрана у трансляцію"
-#: src/components/channel/channel-view/DMChannelView.tsx:269
+#: src/components/channel/channel-view/DMChannelView.tsx:270
#: src/components/voice/IncomingCallUI.tsx:263
#: src/components/voice/IncomingCallUI.tsx:286
#: src/components/voice/IncomingCallUI.tsx:324
@@ -9946,11 +10027,11 @@ msgid "Increase app zoom level"
msgstr "Збільшити масштаб додатка"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:284
-#: src/components/channel/ChannelSearchResults.tsx:679
+#: src/components/channel/ChannelSearchResults.tsx:648
msgid "Indexing Channel"
msgstr "Індексація каналу"
-#: src/components/channel/ChannelSearchResults.tsx:317
+#: src/components/channel/ChannelSearchResults.tsx:274
msgid "Indexing..."
msgstr "Індексація..."
@@ -10032,12 +10113,12 @@ msgstr "Введення з іконками"
msgid "Insert emoji"
msgstr "Вставити емодзі"
-#: src/components/channel/InviteEmbed.tsx:198
+#: src/components/channel/InviteEmbed.tsx:200
#: src/components/modals/InviteAcceptModal.tsx:143
msgid "Install Emoji Pack"
msgstr "Встановити пакет емодзі"
-#: src/components/channel/InviteEmbed.tsx:198
+#: src/components/channel/InviteEmbed.tsx:200
#: src/components/modals/InviteAcceptModal.tsx:143
msgid "Install Sticker Pack"
msgstr "Встановити пакет стікерів"
@@ -10104,7 +10185,7 @@ msgstr "Невірний подарунковий код"
msgid "Invalid instance response: missing webapp URL."
msgstr "Недійсна відповідь екземпляра: відсутня URL-адреса вебдодатку."
-#: src/components/modals/ClaimAccountModal.tsx:108
+#: src/components/modals/ClaimAccountModal.tsx:110
#: src/components/modals/EmailChangeModal.tsx:108
#: src/components/modals/EmailChangeModal.tsx:169
msgid "Invalid or expired code"
@@ -10134,7 +10215,7 @@ msgstr "Натиснуто інвертовану кнопку!"
msgid "Invisible"
msgstr "Невидимий"
-#: src/components/modals/InviteModal.tsx:257
+#: src/components/modals/InviteModal.tsx:267
#: src/components/modals/tabs/ExpressionPacksTab.tsx:83
#: src/constants/AuditLogConstants.tsx:239
msgid "Invite"
@@ -10144,7 +10225,7 @@ msgstr "Запросити"
msgid "Invite Background"
msgstr "Фон запрошення"
-#: src/components/pages/ReportPage.tsx:908
+#: src/components/pages/report/ReportStepDetails.tsx:183
msgid "Invite Code (optional)"
msgstr "Код запрошення (необов’язково)"
@@ -10170,7 +10251,7 @@ msgstr "Запросити друзів"
msgid "Invite friends to {0}"
msgstr "Запросити друзів до {0}"
-#: src/components/modals/InviteModal.tsx:317
+#: src/components/modals/InviteModal.tsx:314
msgid "Invite link"
msgstr "Посилання-запрошення"
@@ -10190,7 +10271,7 @@ msgid "Invite Links"
msgstr "Посилання-запрошення"
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:164
-#: src/components/layout/ChannelItem.tsx:599
+#: src/components/layout/ChannelItem.tsx:616
#: src/components/popouts/GuildHeaderPopout.tsx:178
msgid "Invite Members"
msgstr "Запросити учасників"
@@ -10218,7 +10299,7 @@ msgid "Invite Page Preview"
msgstr "Попередній перегляд сторінки запрошення"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:381
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1144
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1168
#: src/components/layout/FavoritesChannelListContent.tsx:305
#: src/components/uikit/ContextMenu/ChannelListContextMenu.tsx:96
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:97
@@ -10236,7 +10317,7 @@ msgstr "Запрошення скасовано"
msgid "Invite sent for {0}"
msgstr "Відправлено запрошення для {0}"
-#: src/components/bottomsheets/DMBottomSheet.tsx:256
+#: src/components/bottomsheets/DMBottomSheet.tsx:258
msgid "Invite sent to {guildName}"
msgstr "Запрошення надіслано до {guildName}"
@@ -10249,7 +10330,7 @@ msgid "Invite splash preview"
msgstr "Попередній перегляд сплеша запрошення"
#. placeholder {0}: guild.name
-#: src/components/bottomsheets/DMBottomSheet.tsx:499
+#: src/components/bottomsheets/DMBottomSheet.tsx:501
msgid "Invite to {0}"
msgstr "Запросити до {0}"
@@ -10257,7 +10338,7 @@ msgstr "Запросити до {0}"
msgid "Invite to Community"
msgstr "Запросити до спільноти"
-#: src/components/channel/InviteEmbed.tsx:362
+#: src/components/channel/InviteEmbed.tsx:364
msgid "Invite Unavailable"
msgstr "Запрошення недоступне"
@@ -10277,7 +10358,7 @@ msgid "Invited by {0}#{1}"
msgstr "Запросив {0}#{1}"
#: src/components/auth/InviteHeader.tsx:159
-#: src/components/channel/InviteEmbed.tsx:222
+#: src/components/channel/InviteEmbed.tsx:224
msgid "Invited by {inviterTag}"
msgstr "Запросив {inviterTag}"
@@ -10290,8 +10371,8 @@ msgid "Inviter:"
msgstr "Той, хто запрошує:"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:303
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1199
-#: src/components/bottomsheets/DMBottomSheet.tsx:468
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1223
+#: src/components/bottomsheets/DMBottomSheet.tsx:470
#: src/components/channel/dm/DMList.tsx:257
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:145
msgid "Invites"
@@ -10301,11 +10382,11 @@ msgstr "Запрошення"
msgid "Invites are currently disabled for this community."
msgstr "Запрошення наразі вимкнено для цієї спільноти."
-#: src/components/modals/InviteModal.tsx:270
+#: src/components/modals/InviteModal.tsx:237
msgid "Invites are currently disabled in this community by an admin. While this invite can be created, it cannot be accepted until invites are re-enabled."
msgstr "Адміністратор тимчасово вимкнув запрошення для цієї спільноти. Хоча це запрошення можна створити, його не вдасться прийняти, доки запрошення не увімкнуть знову."
-#: src/components/layout/guild-list/GuildListItem.tsx:233
+#: src/components/layout/guild-list/GuildListItem.tsx:234
msgid "Invites are currently paused in this community"
msgstr "Запрошення наразі призупинено в цій спільноті"
@@ -10317,7 +10398,7 @@ msgstr "Запрошення заблоковано для спільнот по
msgid "Invites disabled"
msgstr "Запрошення вимкнено"
-#: src/components/channel/InviteEmbed.tsx:257
+#: src/components/channel/InviteEmbed.tsx:259
#: src/components/modals/InviteAcceptModal.tsx:98
msgid "Invites Disabled"
msgstr "Запрошення вимкнено"
@@ -10343,7 +10424,7 @@ msgstr "Запрошення до <0>{0}0> наразі вимкнено"
msgid "IP address authorized"
msgstr "IP-адресу авторизовано"
-#: src/components/pages/ReportPage.tsx:324
+#: src/components/pages/report/optionDescriptors.ts:96
msgid "Ireland"
msgstr "Ірландія"
@@ -10359,7 +10440,7 @@ msgstr "Тут справжнє свято набору тексту"
msgid "Italian"
msgstr "Італійська"
-#: src/components/pages/ReportPage.tsx:325
+#: src/components/pages/report/optionDescriptors.ts:97
msgid "Italy"
msgstr "Італія"
@@ -10381,16 +10462,16 @@ msgstr "Приєднатися до спільноти"
msgid "Join a community with stickers to get started!"
msgstr "Приєднайся до спільноти зі стікерами, щоб почати!"
-#: src/components/channel/channel-view/DMChannelView.tsx:315
+#: src/components/channel/channel-view/DMChannelView.tsx:316
msgid "Join call"
msgstr "Приєднатися до виклику"
-#: src/components/channel/InviteEmbed.tsx:261
-#: src/components/channel/InviteEmbed.tsx:451
+#: src/components/channel/InviteEmbed.tsx:263
+#: src/components/channel/InviteEmbed.tsx:453
#: src/components/layout/guild-list/AddGuildButton.tsx:71
#: src/components/modals/AddGuildModal.tsx:129
#: src/components/modals/AddGuildModal.tsx:410
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:304
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:342
#: src/components/modals/InviteAcceptModal.tsx:102
#: src/components/modals/InviteAcceptModalPreview.tsx:114
msgid "Join Community"
@@ -10400,7 +10481,7 @@ msgstr "Приєднатися до спільноти"
msgid "Join community form"
msgstr "Форма приєднання до спільноти"
-#: src/components/channel/InviteEmbed.tsx:187
+#: src/components/channel/InviteEmbed.tsx:189
msgid "Join Group"
msgstr "Приєднатися до групи"
@@ -10416,19 +10497,19 @@ msgstr "Сповіщення про приєднання"
msgid "Join Operators Community"
msgstr "Приєднатися до спільноти операторів"
-#: src/components/channel/CallMessage.tsx:171
+#: src/components/channel/CallMessage.tsx:165
msgid "Join the call"
msgstr "Приєднатися до виклику"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:122
+#: src/components/channel/ChannelHeader/CallButtons.tsx:159
msgid "Join Video Call"
msgstr "Приєднатися до відеовиклику"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:118
+#: src/components/channel/ChannelHeader/CallButtons.tsx:150
msgid "Join Video Call ({participantCount} participant)"
msgstr "Приєднатися до відеодзвінка ({participantCount} учасник)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:119
+#: src/components/channel/ChannelHeader/CallButtons.tsx:151
msgid "Join Video Call ({participantCount} participants)"
msgstr "Приєднатися до відеодзвінка ({participantCount} учасників)"
@@ -10436,15 +10517,15 @@ msgstr "Приєднатися до відеодзвінка ({participantCount}
msgid "Join Visionary Community"
msgstr "Приєднатися до спільноти Visionary"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:70
+#: src/components/channel/ChannelHeader/CallButtons.tsx:89
msgid "Join Voice Call"
msgstr "Приєднатися до голосового виклику"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:66
+#: src/components/channel/ChannelHeader/CallButtons.tsx:80
msgid "Join Voice Call ({participantCount} participant)"
msgstr "Приєднатися до голосового дзвінка ({participantCount} учасник)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:67
+#: src/components/channel/ChannelHeader/CallButtons.tsx:81
msgid "Join Voice Call ({participantCount} participants)"
msgstr "Приєднатися до голосового дзвінка ({participantCount} учасників)"
@@ -10495,7 +10576,7 @@ msgstr "JPEG, PNG, WebP. Макс. 10 МБ. Рекомендовано: 512×512
msgid "JPEG, PNG, WebP. Max 10MB. Recommended: 512×512px. Animated avatars (GIF) require <0/>."
msgstr "JPEG, PNG, WebP. Макс. 10 МБ. Рекомендовано: 512×512px. Анімовані аватари (GIF) потребують <0/>."
-#: src/components/channel/ChannelSearchResults.tsx:777
+#: src/components/channel/ChannelSearchResults.tsx:745
#: src/components/pages/MessageListPage.tsx:97
#: src/components/popouts/RecentMentionsContent.tsx:221
#: src/components/popouts/SavedMessagesContent.tsx:102
@@ -10519,11 +10600,11 @@ msgstr "Перейти до повідомлення"
msgid "Jump to Oldest Unread Message"
msgstr "Перейти до найстарішого непрочитаного повідомлення"
-#: src/components/channel/ChannelSearchResults.tsx:872
+#: src/components/channel/ChannelSearchResults.tsx:840
msgid "Jump to page"
msgstr "Перейти до сторінки"
-#: src/components/channel/Messages.tsx:917
+#: src/components/channel/Messages.tsx:915
msgid "Jump to Present"
msgstr "Перейти до теперішнього"
@@ -10612,7 +10693,7 @@ msgid "Keyboard Shortcuts"
msgstr "Клавіатурні скорочення"
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:344
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:311
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:314
#: src/components/modals/KickMemberModal.tsx:58
#: src/components/modals/UserProfileActionsSheet.tsx:253
msgid "Kick"
@@ -10702,7 +10783,7 @@ msgstr "Затримка {latency} мілісекунд"
msgid "Latency graph"
msgstr "Графік затримки"
-#: src/components/pages/ReportPage.tsx:326
+#: src/components/pages/report/optionDescriptors.ts:98
msgid "Latvia"
msgstr "Латвія"
@@ -10729,10 +10810,10 @@ msgstr "Покинути спільноту"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:248
#: src/components/bottomsheets/ChannelBottomSheet.tsx:250
#: src/components/bottomsheets/ChannelBottomSheet.tsx:314
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1253
-#: src/components/bottomsheets/DMBottomSheet.tsx:337
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1277
#: src/components/bottomsheets/DMBottomSheet.tsx:339
-#: src/components/bottomsheets/DMBottomSheet.tsx:551
+#: src/components/bottomsheets/DMBottomSheet.tsx:341
+#: src/components/bottomsheets/DMBottomSheet.tsx:554
#: src/components/channel/dm/DMList.tsx:265
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:159
#: src/hooks/useLeaveGroup.tsx:42
@@ -10740,27 +10821,27 @@ msgstr "Покинути спільноту"
msgid "Leave Group"
msgstr "Покинути групу"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:122
+#: src/components/channel/ChannelHeader/CallButtons.tsx:157
msgid "Leave Video Call"
msgstr "Покинути відеовиклик"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:113
+#: src/components/channel/ChannelHeader/CallButtons.tsx:145
msgid "Leave Video Call ({participantCount} participant)"
msgstr "Покинути відеодзвінок ({participantCount} учасник)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:114
+#: src/components/channel/ChannelHeader/CallButtons.tsx:146
msgid "Leave Video Call ({participantCount} participants)"
msgstr "Покинути відеодзвінок ({participantCount} учасників)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:70
+#: src/components/channel/ChannelHeader/CallButtons.tsx:87
msgid "Leave Voice Call"
msgstr "Покинути голосовий виклик"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:61
+#: src/components/channel/ChannelHeader/CallButtons.tsx:75
msgid "Leave Voice Call ({participantCount} participant)"
msgstr "Покинути голосовий дзвінок ({participantCount} учасник)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:62
+#: src/components/channel/ChannelHeader/CallButtons.tsx:76
msgid "Leave Voice Call ({participantCount} participants)"
msgstr "Покинути голосовий дзвінок ({participantCount} учасників)"
@@ -10785,7 +10866,7 @@ msgstr "Вирівняно вліво"
msgid "Left community"
msgstr "Покинув спільноту"
-#: src/components/bottomsheets/DMBottomSheet.tsx:350
+#: src/components/bottomsheets/DMBottomSheet.tsx:352
#: src/hooks/useLeaveGroup.tsx:56
msgid "Left group"
msgstr "Покинув групу"
@@ -10798,7 +10879,7 @@ msgstr "Ліва іконка"
msgid "Left Tooltip"
msgstr "Підказка ліворуч"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:90
+#: src/components/modals/components/plutonium/VisionarySection.tsx:99
msgid "Let people add you without needing a 4-digit tag"
msgstr "Дозволь людям додавати тебе без 4-значного тегу"
@@ -10810,17 +10891,13 @@ msgstr "Дозволь спільноті самостійно модерува
msgid "Letters (a-z, A-Z), numbers (0-9), and underscores (_) only"
msgstr "Тільки літери (a-z, A-Z), цифри (0-9) і підкреслення (_)"
-#: src/components/pages/ReportPage.tsx:729
-msgid "Letters and numbers only. You can paste the code—formatting is automatic."
-msgstr "Тільки літери та цифри. Ви можете вставити код — форматування автоматичне."
-
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:120
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:139
#: src/components/modals/tabs/DeveloperOptionsTab/AccountPremiumTab.tsx:49
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:371
msgid "Lifetime"
msgstr "Пожиттєво"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:73
+#: src/components/modals/components/plutonium/VisionarySection.tsx:82
#: src/utils/giftUtils.ts:58
msgid "Lifetime Plutonium"
msgstr "Пожиттєвий Plutonium"
@@ -10838,7 +10915,7 @@ msgid "Liked!"
msgstr "Сподобалось!"
#. placeholder {0}: formatter.format(visionarySlots.total)
-#: src/components/modals/components/plutonium/VisionarySection.tsx:61
+#: src/components/modals/components/plutonium/VisionarySection.tsx:70
msgid "Limited to {0} users. One-time purchase, lifetime access."
msgstr "Обмежено {0} користувачами. Одноразова покупка, довічний доступ."
@@ -10856,7 +10933,7 @@ msgstr "Посилання"
msgid "Link channel"
msgstr "Пов’язати канал"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:530
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:544
#: src/components/uikit/ContextMenu/MediaContextMenu.tsx:145
#: src/components/uikit/ContextMenu/MediaContextMenu.tsx:228
msgid "Link copied to clipboard"
@@ -10902,7 +10979,7 @@ msgstr "Списки"
msgid "Lists members with this role in their own section in the member list."
msgstr "Відображає учасників з цією роллю окремо в списку учасників."
-#: src/components/pages/ReportPage.tsx:327
+#: src/components/pages/report/optionDescriptors.ts:99
msgid "Lithuania"
msgstr "Литва"
@@ -10934,7 +11011,7 @@ msgstr "Завантаження банів..."
msgid "Loading communities..."
msgstr "Завантаження спільнот..."
-#: src/components/channel/embeds/media/EmbedImage.tsx:363
+#: src/components/channel/embeds/media/EmbedImage.tsx:368
msgid "Loading image"
msgstr "Завантаження зображення"
@@ -10947,7 +11024,7 @@ msgid "Loading more..."
msgstr "Завантаження ще..."
#: src/components/channel/embeds/media/EmbedGifv.tsx:493
-#: src/components/channel/embeds/media/EmbedGifv.tsx:721
+#: src/components/channel/embeds/media/EmbedGifv.tsx:745
msgid "Loading placeholder"
msgstr "Завантаження заповнювача"
@@ -10971,7 +11048,7 @@ msgstr "Завантаження теми..."
msgid "Loading verification methods..."
msgstr "Завантаження способів верифікації..."
-#: src/components/channel/embeds/media/EmbedImage.tsx:363
+#: src/components/channel/embeds/media/EmbedImage.tsx:368
msgid "Loading: {alt}"
msgstr "Завантаження: {alt}"
@@ -11021,7 +11098,7 @@ msgid "Log in with a passkey"
msgstr "Увійти за допомогою ключа доступу"
#: src/components/modals/components/DesktopSettingsView.tsx:346
-#: src/components/modals/components/MobileSettingsView.tsx:362
+#: src/components/modals/components/MobileSettingsView.tsx:357
#: src/components/pages/PendingVerificationPage.tsx:151
msgid "Log Out"
msgstr "Вийти"
@@ -11101,7 +11178,7 @@ msgstr "Низька"
msgid "Low (480p)"
msgstr "Низька (480p)"
-#: src/components/pages/ReportPage.tsx:328
+#: src/components/pages/report/optionDescriptors.ts:100
msgid "Luxembourg"
msgstr "Люксембург"
@@ -11114,16 +11191,16 @@ msgstr "Зробити власником групи"
msgid "Make links to websites stand out more by always underlining them."
msgstr "Виділяй посилання на сайти, завжди підкреслюючи їх."
-#: src/components/pages/ReportPage.tsx:271
+#: src/components/pages/report/optionDescriptors.ts:52
#: src/constants/IARConstants.tsx:77
msgid "Malicious Links"
msgstr "Зловмисні посилання"
-#: src/components/pages/ReportPage.tsx:329
+#: src/components/pages/report/optionDescriptors.ts:101
msgid "Malta"
msgstr "Мальта"
-#: src/components/pages/ReportPage.tsx:302
+#: src/components/pages/report/optionDescriptors.ts:77
#: src/constants/IARConstants.tsx:190
msgid "Malware Distribution"
msgstr "Розповсюдження шкідливого ПЗ"
@@ -11214,7 +11291,7 @@ msgid "Manage slash commands for this application"
msgstr "Керування слеш-командами для цього застосунку"
#: src/components/layout/app-layout/nagbars/PremiumGracePeriodNagbar.tsx:83
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:288
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:324
msgid "Manage Subscription"
msgstr "Керування підпискою"
@@ -11227,7 +11304,7 @@ msgstr "Керуй email-адресою, яку використовуєш дл
msgid "Manage Webhooks"
msgstr "Керування вебхуками"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:100
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:104
msgid "Manage your applications and bots."
msgstr "Керуй своїми застосунками та ботами."
@@ -11243,7 +11320,7 @@ msgstr "Керування своїми подарунками"
msgid "Manage your phone number for SMS two-factor authentication"
msgstr "Керуй номером телефону для SMS-двофакторної аутентифікації"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:280
+#: src/components/modals/tabs/GiftInventoryTab.tsx:303
msgid "Manage your purchased Plutonium gift codes. Share the gift URL with someone special or redeem it for yourself!"
msgstr "Керуй придбаними подарунковими кодами Plutonium. Поділись URL подарунка з особливою людиною або активуй його для себе!"
@@ -11256,8 +11333,8 @@ msgid "Mark as 18+ (NSFW)"
msgstr "Позначити як 18+ (NSFW)"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:358
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1115
-#: src/components/bottomsheets/DMBottomSheet.tsx:388
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1139
+#: src/components/bottomsheets/DMBottomSheet.tsx:390
#: src/components/channel/NewMessagesBar.tsx:60
#: src/components/uikit/ContextMenu/items/CategoryMenuItems.tsx:81
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:79
@@ -11319,7 +11396,7 @@ msgstr "Markdown"
msgid "Markdown Preview"
msgstr "Попередній перегляд Markdown"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:516
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:530
msgid "Marked as read"
msgstr "Позначено як прочитане"
@@ -11347,7 +11424,7 @@ msgstr "Позначки під повзунком"
msgid "Marty_McFly"
msgstr "Marty_McFly"
-#: src/components/modals/ClaimAccountModal.tsx:160
+#: src/components/modals/ClaimAccountModal.tsx:162
#: src/components/modals/EmailChangeModal.tsx:254
msgid "marty@example.com"
msgstr "marty@example.com"
@@ -11356,7 +11433,7 @@ msgstr "marty@example.com"
msgid "Mask Visionary as subscription"
msgstr "Маскуй Visionary як підписку"
-#: src/components/modals/InviteModal.tsx:291
+#: src/components/modals/InviteModal.tsx:288
msgid "Max number of uses"
msgstr "Максимальна кількість використань"
@@ -11393,7 +11470,8 @@ msgstr "Максимальна якість камери — 1080p"
msgid "Maximum quality, requires very fast connection"
msgstr "Максимальна якість, потрібне дуже швидке з’єднання"
-#: src/components/modals/GiftAcceptModal.tsx:151
+#: src/components/modals/GiftAcceptModal.tsx:161
+#: src/components/modals/GiftAcceptModal.tsx:194
msgid "Maybe later"
msgstr "Можливо пізніше"
@@ -11411,7 +11489,7 @@ msgstr "Вимірювання..."
#: src/components/channel/AutocompleteEmoji.tsx:154
#: src/components/channel/textarea/TextareaButtons.tsx:122
-#: src/components/modals/ExpressionPickerSheet.tsx:77
+#: src/components/modals/ExpressionPickerSheet.tsx:64
#: src/components/modals/tabs/ChatSettingsTab.tsx:43
#: src/components/modals/tabs/ChatSettingsTab/Inline.tsx:37
#: src/components/modals/utils/settingsConstants.tsx:298
@@ -11504,8 +11582,8 @@ msgstr "Верифікація учасника"
msgid "Member verification level"
msgstr "Рівень верифікації учасника"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:877
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:913
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:909
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:945
#: src/components/modals/guildTabs/GuildMembersTab.tsx:429
#: src/components/modals/shared/AddOverridePopout.tsx:176
#: src/components/modals/utils/guildSettingsConstants.tsx:157
@@ -11536,7 +11614,7 @@ msgstr "Учасників видалено"
msgid "Members receive notifications for every message"
msgstr "Учасники отримують сповіщення про кожне повідомлення"
-#: src/components/modals/InviteModal.tsx:302
+#: src/components/modals/InviteModal.tsx:299
msgid "Members will be removed when they go offline unless a role is assigned"
msgstr "Учасників видалятимуть, коли вони офлайн, якщо їм не призначено роль"
@@ -11608,11 +11686,11 @@ msgid "mentions:"
msgstr "згадки:"
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:234
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:218
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:220
#: src/components/modals/tabs/ComponentGalleryTab/InputsTab.tsx:164
-#: src/components/modals/UserProfileMobileSheet.tsx:497
-#: src/components/modals/UserProfileModal.tsx:1189
-#: src/components/modals/UserProfileModal.tsx:1311
+#: src/components/modals/UserProfileMobileSheet.tsx:501
+#: src/components/modals/UserProfileModal.tsx:1190
+#: src/components/modals/UserProfileModal.tsx:1316
#: src/components/popouts/UserProfilePopout.tsx:289
#: src/components/popouts/UserProfilePopout.tsx:308
#: src/components/profile/ProfilePreview.tsx:292
@@ -11689,7 +11767,7 @@ msgstr "Групування повідомлень"
msgid "Message is too long"
msgstr "Повідомлення надто довге"
-#: src/components/pages/ReportPage.tsx:837
+#: src/components/pages/report/ReportStepDetails.tsx:107
msgid "Message Link"
msgstr "Посилання на повідомлення"
@@ -11744,7 +11822,7 @@ msgstr "Повідомлення та медіа"
msgid "Messages Deleted"
msgstr "Повідомлення видалено"
-#: src/components/channel/Messages.tsx:938
+#: src/components/channel/Messages.tsx:936
msgid "Messages failed to load"
msgstr "Не вдалося завантажити повідомлення"
@@ -11888,22 +11966,21 @@ msgstr "Модерація"
msgid "Monospace font family"
msgstr "Моноширинний шрифт"
-#: src/components/auth/DateOfBirthField.tsx:87
-#: src/components/auth/DateOfBirthField.tsx:154
+#: src/components/auth/DateOfBirthField.tsx:151
#: src/components/auth/MockMinimalRegisterForm.tsx:68
msgid "Month"
msgstr "Місяць"
-#: src/components/modals/components/plutonium/PricingSection.tsx:71
+#: src/components/modals/components/plutonium/PricingSection.tsx:78
msgid "Monthly"
msgstr "Щомісячно"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:63
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:73
msgid "Monthly {monthlyPrice}"
msgstr "Щомісячно {monthlyPrice}"
#: src/components/accounts/AccountRow.tsx:178
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:863
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:895
#: src/components/channel/friends/FriendListItem.tsx:229
#: src/components/channel/MessageActionBar.tsx:647
#: src/components/channel/MessageActionBar.tsx:776
@@ -11936,7 +12013,7 @@ msgstr "Більше слотів для стікерів"
msgid "Most popular"
msgstr "Найпопулярніше"
-#: src/components/channel/ChannelSearchResults.tsx:225
+#: src/components/channel/ChannelSearchResults.tsx:182
#: src/components/search/SortModeSheet.tsx:53
msgid "Most Relevant"
msgstr "Найрелевантніше"
@@ -12015,7 +12092,7 @@ msgstr "Багатомовний контент"
msgid "Music Lovers"
msgstr "Поціновувачі музики"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:850
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:882
#: src/components/bottomsheets/VoiceLobbyBottomSheet.tsx:179
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:253
#: src/components/layout/UserArea.tsx:213
@@ -12055,7 +12132,7 @@ msgstr "Вимкнути канал"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:400
#: src/components/bottomsheets/ChannelBottomSheet.tsx:452
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1010
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1034
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:171
#: src/components/modals/GuildNotificationSettingsModal.tsx:295
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:168
@@ -12069,9 +12146,9 @@ msgstr "Вимкнути канал"
msgid "Mute Community"
msgstr "Вимкнути спільноту"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1012
-#: src/components/bottomsheets/DMBottomSheet.tsx:449
-#: src/components/bottomsheets/DMBottomSheet.tsx:590
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1036
+#: src/components/bottomsheets/DMBottomSheet.tsx:451
+#: src/components/bottomsheets/DMBottomSheet.tsx:593
msgid "Mute Conversation"
msgstr "Вимкнути розмову"
@@ -12096,7 +12173,7 @@ msgstr "Вимкнути учасників"
msgid "Mute User"
msgstr "Вимкнути користувача"
-#: src/components/layout/guild-list/GuildListItem.tsx:193
+#: src/components/layout/guild-list/GuildListItem.tsx:194
#: src/components/layout/VoiceStateIcons.tsx:53
#: src/components/voice/VoiceParticipantTile.tsx:897
#: src/utils/ContextMenuUtils.tsx:159
@@ -12105,7 +12182,7 @@ msgstr "Без звуку"
#. placeholder {0}: DateUtils.getFormattedDateTime(new Date(muteConfig.end_time))
#. placeholder {0}: getFormattedDateTime(new Date(muteConfig.end_time))
-#: src/components/layout/guild-list/GuildListItem.tsx:191
+#: src/components/layout/guild-list/GuildListItem.tsx:192
#: src/utils/ContextMenuUtils.tsx:157
msgid "Muted until {0}"
msgstr "Без звуку до {0}"
@@ -12253,7 +12330,7 @@ msgstr "Потрібен акаунт?"
msgid "Neighborhood Watch"
msgstr "Сусідський нагляд"
-#: src/components/pages/ReportPage.tsx:330
+#: src/components/pages/report/optionDescriptors.ts:102
msgid "Netherlands"
msgstr "Нідерланди"
@@ -12261,9 +12338,9 @@ msgstr "Нідерланди"
msgid "Network"
msgstr "Мережа"
-#: src/components/modals/components/PlutoniumContent.tsx:145
-#: src/components/modals/components/PlutoniumContent.tsx:271
-#: src/components/modals/tabs/BetaCodesTab.tsx:295
+#: src/components/modals/components/PlutoniumContent.tsx:156
+#: src/components/modals/components/PlutoniumContent.tsx:288
+#: src/components/modals/tabs/BetaCodesTab.tsx:320
#: src/components/modals/tabs/DevicesTab.tsx:229
msgid "Network error"
msgstr "Помилка мережі"
@@ -12290,7 +12367,7 @@ msgstr "ніколи не закінчується"
#: src/components/channel/Divider.tsx:51
#: src/components/channel/Divider.tsx:60
#: src/components/channel/UnreadDividerSlot.tsx:45
-#: src/components/layout/GuildsLayout.tsx:285
+#: src/components/layout/GuildsLayout.tsx:283
msgid "New"
msgstr "Новий"
@@ -12311,7 +12388,7 @@ msgstr "Нова пошта"
msgid "New email form"
msgstr "Форма нової пошти"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:902
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:934
msgid "New Group"
msgstr "Нова група"
@@ -12334,7 +12411,7 @@ msgid "new-channel"
msgstr "новий-канал"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:446
-#: src/components/channel/ChannelSearchResults.tsx:223
+#: src/components/channel/ChannelSearchResults.tsx:180
msgid "Newest"
msgstr "Найновіші"
@@ -12394,7 +12471,7 @@ msgstr "Псевдонім має містити не більше 32 симво
msgid "Nickname updated"
msgstr "Псевдонім оновлено"
-#: src/components/layout/GuildLayout.tsx:392
+#: src/components/layout/GuildLayout.tsx:397
msgid "No accessible channels"
msgstr "Немає доступних каналів"
@@ -12431,7 +12508,7 @@ msgstr "Немає заблокованих користувачів"
msgid "No bans found matching your search."
msgstr "За пошуком не знайдено банів."
-#: src/components/modals/tabs/BetaCodesTab.tsx:365
+#: src/components/modals/tabs/BetaCodesTab.tsx:390
msgid "No beta codes yet"
msgstr "Поки немає бета-кодів"
@@ -12471,7 +12548,7 @@ msgstr "Каналів немає"
msgid "No channels found"
msgstr "Канали не знайдено"
-#: src/components/modals/tabs/BetaCodesTab.tsx:275
+#: src/components/modals/tabs/BetaCodesTab.tsx:279
msgid "No codes remaining. Resets {resetString}"
msgstr "Кодів немає. Скидається {resetString}"
@@ -12484,7 +12561,7 @@ msgid "No community banner"
msgstr "Банера спільноти немає"
#: src/components/auth/InviteHeader.tsx:156
-#: src/components/channel/InviteEmbed.tsx:215
+#: src/components/channel/InviteEmbed.tsx:217
#: src/components/modals/InviteAcceptModal.tsx:148
#: src/components/modals/tabs/ExpressionPacksTab.tsx:73
msgid "No description provided."
@@ -12516,7 +12593,7 @@ msgstr "Поки що без друзів"
msgid "No GIFs found"
msgstr "GIF не знайдено"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:311
+#: src/components/modals/tabs/GiftInventoryTab.tsx:334
msgid "No gifts yet"
msgstr "Подарунків ще немає"
@@ -12656,7 +12733,7 @@ msgid "No results"
msgstr "Результатів немає"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:315
-#: src/components/channel/ChannelSearchResults.tsx:709
+#: src/components/channel/ChannelSearchResults.tsx:678
msgid "No Results"
msgstr "Результатів немає"
@@ -12717,7 +12794,7 @@ msgstr "Системний канал відсутній"
msgid "No Timer"
msgstr "Без таймера"
-#: src/components/channel/dm/AddFriendForm.tsx:70
+#: src/components/channel/dm/AddFriendForm.tsx:93
msgid "No user found with that FluxerTag."
msgstr "Користувача з таким FluxerTag не знайдено."
@@ -12797,7 +12874,7 @@ msgstr "Не зараз"
msgid "Not your cup of tea? You can disable this feature anytime."
msgstr "Не твоє? Можеш вимкнути цю функцію будь-коли."
-#: src/components/modals/UserProfileMobileSheet.tsx:549
+#: src/components/modals/UserProfileMobileSheet.tsx:553
#: src/components/modals/UserProfileModal.tsx:244
#: src/components/modals/UserProfileModal.tsx:248
#: src/components/pages/YouPage.tsx:144
@@ -12813,7 +12890,7 @@ msgstr "Нотатка (бачиш лише ти)"
msgid "nothing"
msgstr "нічого"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1387
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1411
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:218
#: src/components/modals/GuildNotificationSettingsModal.tsx:95
#: src/components/modals/GuildNotificationSettingsModal.tsx:226
@@ -12835,8 +12912,8 @@ msgid "Notification Overrides"
msgstr "Перевизначення сповіщень"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:405
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1160
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1341
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1184
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1365
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:199
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsButton.tsx:59
#: src/components/modals/GuildNotificationSettingsModal.tsx:162
@@ -12904,17 +12981,17 @@ msgstr "Контент для дорослих заборонено"
msgid "NSFW Gates"
msgstr "Обмеження NSFW"
-#: src/components/pages/ReportPage.tsx:266
+#: src/components/pages/report/optionDescriptors.ts:47
#: src/constants/IARConstants.tsx:52
msgid "NSFW Policy Violation"
msgstr "Порушення правил NSFW"
#. placeholder {0}: formatter.format(visionarySlots.total)
-#: src/components/modals/components/plutonium/VisionarySection.tsx:82
+#: src/components/modals/components/plutonium/VisionarySection.tsx:91
msgid "Numbered badge (1-{0}) showing your Visionary status"
msgstr "Номінований значок (1-{0}), що показує твій статус Візіонера"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:83
+#: src/components/modals/components/plutonium/VisionarySection.tsx:92
msgid "Numbered badge showing your Visionary status"
msgstr "Нумерований значок, що показує твій статус Visionary"
@@ -12933,8 +13010,8 @@ msgstr "Об’єкти"
msgid "Off"
msgstr "Вимкнено"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:281
-#: src/components/channel/ChannelMembers.tsx:137
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:287
+#: src/components/channel/ChannelMembers.tsx:108
#: src/Constants.tsx:134
#: src/utils/MemberListUtils.ts:150
#: src/utils/MemberListUtils.ts:188
@@ -12962,7 +13039,7 @@ msgid "Okay"
msgstr "Гаразд"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:446
-#: src/components/channel/ChannelSearchResults.tsx:224
+#: src/components/channel/ChannelSearchResults.tsx:181
msgid "Oldest"
msgstr "Найстаріші"
@@ -13020,25 +13097,25 @@ msgstr "Один або декілька каналів індексуються
msgid "one second ago"
msgstr "секунду тому"
-#: src/components/modals/components/plutonium/GiftSection.tsx:71
-#: src/components/modals/components/plutonium/GiftSection.tsx:80
-#: src/components/modals/components/plutonium/PricingSection.tsx:103
-#: src/components/modals/components/plutonium/PricingSection.tsx:112
+#: src/components/modals/components/plutonium/GiftSection.tsx:78
+#: src/components/modals/components/plutonium/GiftSection.tsx:90
+#: src/components/modals/components/plutonium/PricingSection.tsx:118
+#: src/components/modals/components/plutonium/PricingSection.tsx:130
msgid "one-time purchase"
msgstr "одноразова покупка"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:65
+#: src/components/modals/components/plutonium/VisionarySection.tsx:74
msgid "One-time purchase, lifetime access."
msgstr "Одноразова покупка, доступ на все життя."
-#: src/components/modals/components/plutonium/GiftSection.tsx:89
-#: src/components/modals/components/plutonium/PricingSection.tsx:90
-#: src/components/modals/components/plutonium/PricingSection.tsx:121
+#: src/components/modals/components/plutonium/GiftSection.tsx:102
+#: src/components/modals/components/plutonium/PricingSection.tsx:103
+#: src/components/modals/components/plutonium/PricingSection.tsx:142
msgid "one-time, lifetime"
msgstr "одноразово, назавжди"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:281
-#: src/components/channel/ChannelMembers.tsx:135
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:285
+#: src/components/channel/ChannelMembers.tsx:106
#: src/components/channel/dm/DMFriendsView.tsx:168
#: src/components/channel/friends/views/FriendsList.tsx:95
#: src/Constants.tsx:130
@@ -13051,7 +13128,7 @@ msgstr "Онлайн"
msgid "Online Status"
msgstr "Статус онлайн"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1382
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1406
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:212
#: src/components/modals/GuildNotificationSettingsModal.tsx:91
#: src/components/modals/GuildNotificationSettingsModal.tsx:281
@@ -13120,11 +13197,11 @@ msgstr "Відкрити вікно підтвердження обліково
msgid "Open color picker"
msgstr "Відкрити вибір кольору"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1398
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1422
msgid "Open Community Notification Settings"
msgstr "Відкрити налаштування сповіщень спільноти"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:286
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:322
msgid "Open Customer Portal"
msgstr "Відкрити портал клієнта"
@@ -13293,7 +13370,7 @@ msgstr "Третій варіант"
msgid "Option Two"
msgstr "Другий варіант"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:89
+#: src/components/modals/components/plutonium/VisionarySection.tsx:98
msgid "Optional #0000 tag"
msgstr "Необов’язковий тег #0000"
@@ -13309,7 +13386,7 @@ msgstr "АБО"
msgid "Or copy the link:"
msgstr "Або скопіюй посилання:"
-#: src/components/modals/InviteModal.tsx:312
+#: src/components/modals/InviteModal.tsx:309
msgid "or send an invite link to a friend:"
msgstr "або надішли посилання на запрошення другу:"
@@ -13325,9 +13402,9 @@ msgstr "Оригінальне повідомлення не вдалося за
msgid "Original message was deleted"
msgstr "Оригінальне повідомлення видалено"
-#: src/components/pages/ReportPage.tsx:273
-#: src/components/pages/ReportPage.tsx:287
-#: src/components/pages/ReportPage.tsx:303
+#: src/components/pages/report/optionDescriptors.ts:54
+#: src/components/pages/report/optionDescriptors.ts:65
+#: src/components/pages/report/optionDescriptors.ts:78
#: src/constants/IARConstants.tsx:87
#: src/constants/IARConstants.tsx:139
#: src/constants/IARConstants.tsx:195
@@ -13463,8 +13540,8 @@ msgstr "Пасключі потребують підписаного пакет
#: src/components/auth/AuthLoginCore/AuthLoginEmailPasswordForm.tsx:90
#: src/components/auth/AuthRegisterFormCore.tsx:136
#: src/components/auth/AuthRegisterFormCore.tsx:217
-#: src/components/modals/ClaimAccountModal.tsx:168
-#: src/components/modals/ClaimAccountModal.tsx:208
+#: src/components/modals/ClaimAccountModal.tsx:170
+#: src/components/modals/ClaimAccountModal.tsx:210
#: src/components/modals/SudoVerificationModal.tsx:171
#: src/components/modals/SudoVerificationModal.tsx:236
#: src/components/modals/tabs/AccountSecurityTab/AccountTab.tsx:105
@@ -13546,11 +13623,11 @@ msgstr "Люди, які друзі твоїх друзів, можуть дод
msgid "People who are friends with your friends can call you"
msgstr "Люди, які друзі твоїх друзів, можуть дзвонити тобі"
-#: src/components/modals/components/plutonium/PricingSection.tsx:73
+#: src/components/modals/components/plutonium/PricingSection.tsx:80
msgid "per month"
msgstr "на місяць"
-#: src/components/modals/components/plutonium/PricingSection.tsx:80
+#: src/components/modals/components/plutonium/PricingSection.tsx:90
msgid "per year"
msgstr "на рік"
@@ -13588,8 +13665,8 @@ msgstr "Дозволи надано"
msgid "Personal notes"
msgstr "Особисті нотатки"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:479
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:778
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:493
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:810
#: src/components/channel/channel-header/useChannelHeaderData.ts:84
#: src/components/channel/dm/DMList.tsx:708
#: src/components/channel/dm/DMList.tsx:795
@@ -13662,16 +13739,16 @@ msgid "Pick which phone step to show"
msgstr "Вибери, який крок телефону показати"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:336
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1132
-#: src/components/bottomsheets/DMBottomSheet.tsx:483
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1156
+#: src/components/bottomsheets/DMBottomSheet.tsx:485
#: src/components/channel/dm/DMList.tsx:287
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:153
msgid "Pin DM"
msgstr "Закріпити приватне повідомлення"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:295
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1132
-#: src/components/bottomsheets/DMBottomSheet.tsx:483
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1156
+#: src/components/bottomsheets/DMBottomSheet.tsx:485
#: src/components/channel/dm/DMList.tsx:248
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:133
msgid "Pin Group DM"
@@ -13714,20 +13791,20 @@ msgid "Ping: {latency}ms"
msgstr "Пінг: {latency}мс"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:219
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:566
-#: src/components/bottomsheets/DMBottomSheet.tsx:147
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:580
+#: src/components/bottomsheets/DMBottomSheet.tsx:149
#: src/components/channel/dm/DMList.tsx:214
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:115
msgid "Pinned DM"
msgstr "Закріплене приватне повідомлення"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:219
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:566
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:580
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:95
msgid "Pinned group"
msgstr "Закріплена група"
-#: src/components/bottomsheets/DMBottomSheet.tsx:147
+#: src/components/bottomsheets/DMBottomSheet.tsx:149
msgid "Pinned group DM"
msgstr "Закріплений груповий DM"
@@ -13742,7 +13819,7 @@ msgstr "Закріплені повідомлення"
msgid "pinned:"
msgstr "закріплене:"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:886
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:918
msgid "Pins"
msgstr "Закріплення"
@@ -13789,15 +13866,15 @@ msgstr "Перевір пошту для листа з підтвердженн
msgid "Please enable Fluxer in System Settings → Privacy & Security → Input Monitoring."
msgstr "Увімкни Fluxer у Системних налаштуваннях → Конфіденційність і безпека → Моніторинг введення."
-#: src/components/pages/ReportPage.tsx:396
+#: src/components/pages/ReportPage.tsx:211
msgid "Please enter a valid email address."
msgstr "Будь ласка, введіть дійсну електронну адресу."
-#: src/components/channel/dm/AddFriendForm.tsx:74
+#: src/components/channel/dm/AddFriendForm.tsx:97
msgid "Please enter a valid FluxerTag (Username#0000)."
msgstr "Введи дійсний FluxerTag (Ім’я#0000)."
-#: src/components/pages/ReportPage.tsx:509
+#: src/components/pages/ReportPage.tsx:336
msgid "Please enter a valid message link URL."
msgstr "Будь ласка, введіть дійсну URL-адресу посилання на повідомлення."
@@ -13809,26 +13886,22 @@ msgstr "Будь ласка, введіть кінцеву точку API."
msgid "Please fill out the following fields: {fieldList}"
msgstr "Будь ласка, заповніть такі поля: {fieldList}"
-#: src/components/pages/ReportPage.tsx:436
+#: src/components/pages/ReportPage.tsx:261
msgid "Please go back and enter a valid email address."
msgstr "Будь ласка, поверніться і введіть дійсну електронну адресу."
-#: src/components/pages/ReportPage.tsx:542
+#: src/components/pages/ReportPage.tsx:369
msgid "Please include the community (guild) ID you are reporting."
msgstr "Вкажи ID спільноти (гільдії), про яку повідомляєш."
-#: src/components/pages/ReportPage.tsx:504
+#: src/components/pages/ReportPage.tsx:331
msgid "Please paste the message link you are reporting."
msgstr "Встав посилання на повідомлення, яке ти повідомляєш."
-#: src/components/pages/ReportPage.tsx:391
+#: src/components/pages/ReportPage.tsx:206
msgid "Please provide an email address."
msgstr "Вкажи електронну адресу."
-#: src/components/pages/ReportPage.tsx:801
-msgid "Please provide the details of your report."
-msgstr "Опиши деталі свого звіту."
-
#: src/components/modals/tabs/ApplicationsTab/ApplicationDetail.tsx:555
msgid "Please retry or go back to the applications list."
msgstr "Спробуй ще раз або повернись до списку програм."
@@ -13837,7 +13910,7 @@ msgstr "Спробуй ще раз або повернись до списку
msgid "Please select a violation category"
msgstr "Обери категорію порушення"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:297
+#: src/components/modals/tabs/GiftInventoryTab.tsx:320
msgid "Please try again later."
msgstr "Спробуй пізніше."
@@ -13878,7 +13951,7 @@ msgstr "Конфіденційність значка Plutonium"
msgid "Plutonium perks"
msgstr "Переваги Plutonium"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:110
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:129
msgid "Plutonium Subscription"
msgstr "Підписка Plutonium"
@@ -13886,7 +13959,7 @@ msgstr "Підписка Plutonium"
msgid "PNG"
msgstr "PNG"
-#: src/components/pages/ReportPage.tsx:331
+#: src/components/pages/report/optionDescriptors.ts:103
msgid "Poland"
msgstr "Польща"
@@ -13903,7 +13976,7 @@ msgstr "опитування"
msgid "Popouts"
msgstr "Виноски"
-#: src/components/pages/ReportPage.tsx:332
+#: src/components/pages/report/optionDescriptors.ts:104
msgid "Portugal"
msgstr "Португалія"
@@ -13943,11 +14016,11 @@ msgstr "Перезапис типу Premium"
msgid "Press keys..."
msgstr "Натисни клавіші..."
-#: src/components/channel/MessageReactions.tsx:121
+#: src/components/channel/MessageReactions.tsx:120
msgid "press to add reaction"
msgstr "натисни, щоб додати реакцію"
-#: src/components/channel/MessageReactions.tsx:121
+#: src/components/channel/MessageReactions.tsx:120
msgid "press to remove reaction"
msgstr "натисни, щоб видалити реакцію"
@@ -14143,15 +14216,15 @@ msgstr "Захисти акаунт двофакторною авторизац
msgid "Provide any additional context that may help our Safety Team..."
msgstr "Надай додатковий контекст, який може допомогти нашій команді безпеки..."
-#: src/components/pages/ReportPage.tsx:882
+#: src/components/pages/report/ReportStepDetails.tsx:156
msgid "Provide at least a user ID or a user tag."
msgstr "Надайте принаймні ID користувача або тег користувача."
-#: src/components/pages/ReportPage.tsx:527
+#: src/components/pages/ReportPage.tsx:354
msgid "Provide either a user ID or a FluxerTag for the person you are reporting."
msgstr "Вкажи або ID користувача, або FluxerTag особи, про яку повідомляєш."
-#: src/components/pages/ReportPage.tsx:478
+#: src/components/pages/ReportPage.tsx:305
msgid "Provide your full legal name for the declaration."
msgstr "Вкажи своє повне юридичне ім’я для декларації."
@@ -14163,7 +14236,7 @@ msgstr "Видалені учасники, які були неактивні п
msgid "Public bot"
msgstr "Публічний бот"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:312
+#: src/components/modals/tabs/GiftInventoryTab.tsx:335
msgid "Purchase a Plutonium gift from the Plutonium tab to share with friends!"
msgstr "Придбай подарунок Plutonium на вкладці Plutonium, щоб поділитися з друзями!"
@@ -14171,12 +14244,12 @@ msgstr "Придбай подарунок Plutonium на вкладці Plutoniu
msgid "Purchase History"
msgstr "Історія покупок"
-#: src/components/modals/components/plutonium/PricingSection.tsx:61
+#: src/components/modals/components/plutonium/PricingSection.tsx:67
msgid "Purchase mode"
msgstr "Режим покупки"
#. placeholder {0}: getFormattedShortDate(new Date(gift.created_at))
-#: src/components/modals/tabs/GiftInventoryTab.tsx:119
+#: src/components/modals/tabs/GiftInventoryTab.tsx:120
msgid "Purchased {0}"
msgstr "Придбано {0}"
@@ -14275,7 +14348,7 @@ msgstr "Перемикачі дозволяють вибрати один вар
msgid "Radio Group"
msgstr "Група перемикачів"
-#: src/components/pages/ReportPage.tsx:300
+#: src/components/pages/report/optionDescriptors.ts:75
#: src/constants/IARConstants.tsx:180
msgid "Raid Coordination"
msgstr "Координація рейду"
@@ -14310,7 +14383,7 @@ msgid "Reactions"
msgstr "Реакції"
#: src/components/layout/app-layout/nagbars/PremiumExpiredNagbar.tsx:77
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:284
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:320
msgid "Reactivate"
msgstr "Повторно активувати"
@@ -14323,15 +14396,15 @@ msgstr "Читати історію повідомлень"
msgid "Read the community's audit log of changes and moderation actions."
msgstr "Переглянь журнал аудиту спільноти зі змінами та діями модерації."
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:146
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:160
msgid "Read the Documentation (fluxer.dev)"
msgstr "Прочитай документацію (fluxer.dev)"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:52
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:60
msgid "Ready to Buy a Gift?"
msgstr "Готовий купити подарунок?"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:52
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:60
msgid "Ready to Upgrade?"
msgstr "Готовий оновитись?"
@@ -14388,11 +14461,11 @@ msgstr "Перепідключення…"
msgid "Record shortcut"
msgstr "Записати комбінацію клавіш"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:269
+#: src/components/modals/tabs/GiftInventoryTab.tsx:292
msgid "Redeem"
msgstr "Активувати"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:232
+#: src/components/modals/tabs/GiftInventoryTab.tsx:255
msgid "Redeem a Gift"
msgstr "Активувати подарунок"
@@ -14400,40 +14473,40 @@ msgstr "Активувати подарунок"
msgid "Redeem Beta Code"
msgstr "Активувати бета-код"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:165
+#: src/components/modals/tabs/GiftInventoryTab.tsx:166
msgid "Redeem for Yourself"
msgstr "Активувати для себе"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:255
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:281
msgid "Redeem Gift Code"
msgstr "Активувати код подарунка"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:238
+#: src/components/modals/tabs/GiftInventoryTab.tsx:261
msgid "Redeem gift code form"
msgstr "Форма активації коду подарунка"
#. placeholder {0}: redeemedBetaCodes.length
-#: src/components/modals/tabs/BetaCodesTab.tsx:349
+#: src/components/modals/tabs/BetaCodesTab.tsx:374
msgid "Redeemed ({0})"
msgstr "Активовано ({0})"
#. placeholder {0}: getFormattedShortDate(new Date(gift.redeemed_at!))
-#: src/components/modals/tabs/GiftInventoryTab.tsx:117
+#: src/components/modals/tabs/GiftInventoryTab.tsx:118
msgid "Redeemed {0}"
msgstr "Активовано {0}"
#. placeholder {0}: gift.redeemed_by.username
#. placeholder {1}: gift.redeemed_by.discriminator
-#: src/components/modals/tabs/GiftInventoryTab.tsx:153
+#: src/components/modals/tabs/GiftInventoryTab.tsx:154
msgid "Redeemed by {0}#{1}"
msgstr "Активовано користувачем {0}#{1}"
-#: src/components/modals/tabs/BetaCodesTab.tsx:54
+#: src/components/modals/tabs/BetaCodesTab.tsx:56
msgid "Redeemer"
msgstr "Активувач"
-#: src/components/modals/tabs/BetaCodesTab.tsx:111
-#: src/components/modals/tabs/BetaCodesTab.tsx:188
+#: src/components/modals/tabs/BetaCodesTab.tsx:113
+#: src/components/modals/tabs/BetaCodesTab.tsx:190
msgid "Redeemer:"
msgstr "Активував:"
@@ -14526,7 +14599,7 @@ msgstr "Звичайна кнопка"
msgid "Regular button clicked!"
msgstr "Натиснуто звичайну кнопку!"
-#: src/components/channel/channel-view/DMChannelView.tsx:298
+#: src/components/channel/channel-view/DMChannelView.tsx:299
#: src/components/voice/IncomingCallUI.tsx:310
msgid "Reject"
msgstr "Відхилити"
@@ -14624,19 +14697,19 @@ msgstr "Видалити звук входу"
msgid "Remove filter"
msgstr "Видалити фільтр"
-#: src/components/bottomsheets/DMBottomSheet.tsx:508
-#: src/components/channel/dm/DMWelcomeSection.tsx:132
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:144
+#: src/components/bottomsheets/DMBottomSheet.tsx:510
+#: src/components/channel/dm/DMWelcomeSection.tsx:144
#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:146
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:253
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:148
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:255
#: src/components/modals/UserProfileActionsSheet.tsx:115
#: src/components/modals/UserProfileActionsSheet.tsx:117
#: src/components/modals/UserProfileActionsSheet.tsx:278
-#: src/components/modals/UserProfileMobileSheet.tsx:302
-#: src/components/modals/UserProfileMobileSheet.tsx:304
+#: src/components/modals/UserProfileMobileSheet.tsx:303
+#: src/components/modals/UserProfileMobileSheet.tsx:305
#: src/components/modals/UserProfileModal.tsx:1143
-#: src/components/modals/UserProfileModal.tsx:1228
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:108
+#: src/components/modals/UserProfileModal.tsx:1229
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:129
#: src/utils/RelationshipActionUtils.tsx:113
#: src/utils/RelationshipActionUtils.tsx:115
msgid "Remove Friend"
@@ -14654,8 +14727,8 @@ msgid "Remove from favorites"
msgstr "Видалити з обраного"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:370
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1103
-#: src/components/bottomsheets/DMBottomSheet.tsx:400
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1127
+#: src/components/bottomsheets/DMBottomSheet.tsx:402
#: src/components/channel/ChannelHeader.tsx:547
#: src/components/channel/ChannelHeader.tsx:595
#: src/components/channel/ChannelHeader.tsx:600
@@ -14720,7 +14793,7 @@ msgstr "Видалити спойлер"
msgid "Remove sticker"
msgstr "Видалити наклейку"
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:285
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:288
#: src/components/modals/RemoveTimeoutModal.tsx:61
#: src/components/modals/RemoveTimeoutModal.tsx:75
#: src/components/modals/TimeoutMemberSheet.tsx:101
@@ -14763,11 +14836,11 @@ msgid "Removed from bookmarks"
msgstr "Вилучено з закладок"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:115
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:541
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:555
msgid "Removed from favorites"
msgstr "Вилучено з обраного"
-#: src/components/bottomsheets/DMBottomSheet.tsx:126
+#: src/components/bottomsheets/DMBottomSheet.tsx:128
msgid "Removed from Favorites"
msgstr "Видалено з Обраного"
@@ -14891,7 +14964,7 @@ msgstr "Спільноту перейменовано на {0}."
msgid "Render all your messages as unknown message type"
msgstr "Відображати всі ваші повідомлення як невідомий тип повідомлення"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:234
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:253
msgid "Renews on <0>{renewalDate}0>."
msgstr "Поновлюється <0>{renewalDate}0>."
@@ -14932,15 +15005,15 @@ msgstr "Відповісти"
msgid "Replying to <0>{authorNickname}0>"
msgstr "Відповідь на <0>{authorNickname}0>"
-#: src/components/pages/ReportPage.tsx:249
+#: src/components/pages/report/optionDescriptors.ts:38
msgid "Report a Community"
msgstr "Поскаржитися на спільноту"
-#: src/components/pages/ReportPage.tsx:247
+#: src/components/pages/report/optionDescriptors.ts:36
msgid "Report a Message"
msgstr "Поскаржитися на повідомлення"
-#: src/components/pages/ReportPage.tsx:248
+#: src/components/pages/report/optionDescriptors.ts:37
msgid "Report a User Profile"
msgstr "Поскаржитися на профіль користувача"
@@ -14949,12 +15022,12 @@ msgstr "Поскаржитися на профіль користувача"
msgid "Report Community"
msgstr "Поскаржитися на спільноту"
-#: src/components/pages/ReportPage.tsx:801
-msgid "Report Details"
-msgstr "Деталі скарги"
+#: src/components/pages/report/ReportStepDetails.tsx:74
+msgid "Report details"
+msgstr "Деталі звіту"
-#: src/components/pages/ReportPage.tsx:241
-#: src/components/pages/ReportPage.tsx:612
+#: src/components/pages/report/ReportStepSelection.tsx:41
+#: src/components/pages/ReportPage.tsx:60
msgid "Report Illegal Content"
msgstr "Поскаржитися на незаконний контент"
@@ -14963,33 +15036,24 @@ msgstr "Поскаржитися на незаконний контент"
msgid "Report Message"
msgstr "Поскаржитися на повідомлення"
-#: src/components/pages/ReportPage.tsx:588
-msgid "Report Submitted"
-msgstr "Скаргу надіслано"
+#: src/components/pages/report/ReportStepComplete.tsx:36
+msgid "Report submitted"
+msgstr "Звіт надіслано"
#: src/components/modals/IARModal.tsx:128
msgid "Report submitted successfully. Our Safety Team will review it shortly."
msgstr "Скаргу успішно надіслано. Наша команда безпеки незабаром її перегляне."
-#: src/components/pages/ReportPage.tsx:624
-msgid "Report Type"
-msgstr "Тип скарги"
-
#: src/components/modals/IARModal.tsx:84
#: src/components/modals/UserProfileActionsSheet.tsx:289
#: src/components/modals/UserProfileModal.tsx:1157
msgid "Report User"
msgstr "Поскаржитися на користувача"
-#: src/components/pages/ReportPage.tsx:852
+#: src/components/pages/report/ReportStepDetails.tsx:123
msgid "Reported User Tag (optional)"
msgstr "Тег користувача для звіту (додатково)"
-#: src/components/pages/ReportPage.tsx:644
-#: src/components/pages/ReportPage.tsx:804
-msgid "Reporting:"
-msgstr "Звітуючи:"
-
#: src/components/modals/tabs/PrivacySafetyTab/DataExportTab.tsx:48
#: src/components/modals/tabs/PrivacySafetyTab/DataExportTab.tsx:125
msgid "Request Data Export"
@@ -15050,7 +15114,7 @@ msgstr "Потребує Plutonium"
msgid "Reschedule Message"
msgstr "Перепланувати повідомлення"
-#: src/components/modals/ClaimAccountModal.tsx:222
+#: src/components/modals/ClaimAccountModal.tsx:224
#: src/components/modals/EmailChangeModal.tsx:230
#: src/components/modals/EmailChangeModal.tsx:294
msgid "Resend"
@@ -15064,7 +15128,11 @@ msgstr "Надіслати знову ({newSecondsRemaining}s)"
msgid "Resend ({originalSecondsRemaining}s)"
msgstr "Надіслати знову ({originalSecondsRemaining}s)"
-#: src/components/modals/ClaimAccountModal.tsx:222
+#: src/components/pages/report/ReportStepVerification.tsx:114
+msgid "Resend ({resendCooldownSeconds}s)"
+msgstr "Надіслати повторно ({resendCooldownSeconds}s)"
+
+#: src/components/modals/ClaimAccountModal.tsx:224
msgid "Resend ({resendSecondsRemaining}s)"
msgstr "Надіслати знову ({resendSecondsRemaining}s)"
@@ -15072,7 +15140,7 @@ msgstr "Надіслати знову ({resendSecondsRemaining}s)"
msgid "Resend Button Loading"
msgstr "Кнопка повторної відправки завантажується"
-#: src/components/pages/ReportPage.tsx:761
+#: src/components/pages/report/ReportStepVerification.tsx:116
msgid "Resend code"
msgstr "Надіслати код повторно"
@@ -15097,7 +15165,7 @@ msgid "Resent"
msgstr "Надіслано знову"
#: src/components/keybinds/KeybindRecorder.tsx:215
-#: src/components/modals/components/MobileSettingsView.tsx:128
+#: src/components/modals/components/MobileSettingsView.tsx:123
#: src/components/modals/components/SettingsModalHeader.tsx:81
#: src/components/modals/ImageCropModal.tsx:977
#: src/components/modals/tabs/KeybindsTab.tsx:154
@@ -15173,8 +15241,8 @@ msgstr "Відновити повноекранний режим"
msgid "Restore maximized"
msgstr "Відновити максимізований режим"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:280
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:282
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:316
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:318
msgid "Resubscribe"
msgstr "Підписатися знову"
@@ -15189,11 +15257,11 @@ msgstr "Підписатися знову"
#: src/components/modals/guildTabs/GuildStickersTab.tsx:211
#: src/components/modals/guildTabs/GuildWebhooksTab.tsx:137
#: src/components/modals/tabs/ApplicationsTab/ApplicationDetail.tsx:559
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:108
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:112
#: src/components/modals/tabs/AuthorizedAppsTab.tsx:121
-#: src/components/modals/tabs/BetaCodesTab.tsx:301
+#: src/components/modals/tabs/BetaCodesTab.tsx:326
#: src/components/modals/tabs/DevicesTab.tsx:231
-#: src/components/modals/tabs/GiftInventoryTab.tsx:300
+#: src/components/modals/tabs/GiftInventoryTab.tsx:323
msgid "Retry"
msgstr "Спробувати ще"
@@ -15244,8 +15312,8 @@ msgstr "Перевір, що просить цей застосунок, пер
#: src/components/invites/InviteListItem.tsx:217
#: src/components/modals/GroupInvitesBottomSheet.tsx:78
#: src/components/modals/GroupInvitesModal.tsx:76
-#: src/components/modals/tabs/BetaCodesTab.tsx:143
-#: src/components/modals/tabs/BetaCodesTab.tsx:220
+#: src/components/modals/tabs/BetaCodesTab.tsx:145
+#: src/components/modals/tabs/BetaCodesTab.tsx:222
msgid "Revoke"
msgstr "Відкликати"
@@ -15369,7 +15437,7 @@ msgstr "Ролі та дозволи"
msgid "Roles updated successfully"
msgstr "Ролі успішно оновлено"
-#: src/components/pages/ReportPage.tsx:333
+#: src/components/pages/report/optionDescriptors.ts:105
msgid "Romania"
msgstr "Румунія"
@@ -15423,7 +15491,7 @@ msgstr "Насиченість"
#: src/components/modals/AddFavoriteMemeModal.tsx:102
#: src/components/modals/AttachmentEditModal.tsx:90
#: src/components/modals/BaseChangeNicknameModal.tsx:115
-#: src/components/modals/components/MobileSettingsView.tsx:131
+#: src/components/modals/components/MobileSettingsView.tsx:126
#: src/components/modals/CustomStatusBottomSheet.tsx:231
#: src/components/modals/CustomStatusModal.tsx:362
#: src/components/modals/EditFavoriteMemeModal.tsx:88
@@ -15438,9 +15506,9 @@ msgstr "Насиченість"
msgid "Save"
msgstr "Зберегти"
-#: src/components/modals/components/plutonium/GiftSection.tsx:72
-#: src/components/modals/components/plutonium/PricingSection.tsx:81
-#: src/components/modals/components/plutonium/PricingSection.tsx:104
+#: src/components/modals/components/plutonium/GiftSection.tsx:79
+#: src/components/modals/components/plutonium/PricingSection.tsx:91
+#: src/components/modals/components/plutonium/PricingSection.tsx:119
msgid "Save 17%"
msgstr "Зекономити 17%"
@@ -15600,8 +15668,8 @@ msgstr "Прокрутити чат вниз"
msgid "Scroll Chat Up"
msgstr "Прокрутити чат угору"
-#: src/components/modals/components/plutonium/GiftSection.tsx:103
-#: src/components/modals/components/plutonium/PricingSection.tsx:138
+#: src/components/modals/components/plutonium/GiftSection.tsx:117
+#: src/components/modals/components/plutonium/PricingSection.tsx:160
msgid "Scroll down to view all the sweet perks you get with Plutonium"
msgstr "Прокрутіть униз, щоб побачити всі класні переваги Plutonium"
@@ -15613,11 +15681,11 @@ msgstr "Прокрутіть історію чату вниз"
msgid "Scroll the chat history up"
msgstr "Прокрутіть історію чату вгору"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:857
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:889
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:400
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:460
#: src/components/channel/ChannelHeader.tsx:586
-#: src/components/channel/shared/PickerSearchInput.tsx:204
+#: src/components/channel/shared/PickerSearchInput.tsx:203
#: src/components/modals/tabs/ComponentGalleryTab/InputsTab.tsx:126
#: src/stores/KeybindStore.ts:414
#: src/utils/quick-switcher/QuickSwitcherModalUtils.tsx:86
@@ -15674,7 +15742,7 @@ msgstr "Шукати канали, людей чи спільноти"
#: src/components/common/FriendSelector.tsx:196
#: src/components/modals/AddFriendsToGroupModal.tsx:53
#: src/components/modals/CreateDMModal.tsx:68
-#: src/components/modals/InviteModal.tsx:237
+#: src/components/modals/InviteModal.tsx:248
#: src/components/modals/shared/RecipientList.tsx:177
#: src/components/modals/ShareThemeModal.tsx:144
msgid "Search friends"
@@ -15718,7 +15786,7 @@ msgstr "Шукати очікувані запити"
msgid "Search Permissions..."
msgstr "Шукати дозволи..."
-#: src/components/channel/ChannelSearchResults.tsx:321
+#: src/components/channel/ChannelSearchResults.tsx:278
#: src/components/modals/components/DesktopSettingsView.tsx:360
msgid "Search Results"
msgstr "Результати пошуку"
@@ -15737,7 +15805,7 @@ msgid "Search scope"
msgstr "Область пошуку"
#. placeholder {0}: activeScopeOption.label
-#: src/components/channel/ChannelSearchResults.tsx:1052
+#: src/components/channel/ChannelSearchResults.tsx:1031
#: src/components/channel/MessageSearchBar/MessageSearchBar.tsx:378
msgid "Search scope: {0}"
msgstr "Область пошуку: {0}"
@@ -15767,7 +15835,7 @@ msgstr "Шукати користувачів"
msgid "Search within the current view"
msgstr "Шукати в поточному поданні"
-#: src/components/channel/ChannelSearchResults.tsx:319
+#: src/components/channel/ChannelSearchResults.tsx:276
msgid "Searching..."
msgstr "Пошук..."
@@ -15848,9 +15916,9 @@ msgstr "Подивіться, як ваш запрошення виглядає
msgid "Select"
msgstr "Вибрати"
-#: src/components/pages/ReportPage.tsx:261
-#: src/components/pages/ReportPage.tsx:280
-#: src/components/pages/ReportPage.tsx:294
+#: src/components/pages/report/optionDescriptors.ts:42
+#: src/components/pages/report/optionDescriptors.ts:58
+#: src/components/pages/report/optionDescriptors.ts:69
msgid "Select a category"
msgstr "Виберіть категорію"
@@ -15871,7 +15939,7 @@ msgstr "Виберіть спільноту"
msgid "Select a community where you have <0>Manage Community0> permissions."
msgstr "Виберіть спільноту, де у вас є дозволи <0>Керувати спільнотою0>."
-#: src/components/pages/ReportPage.tsx:310
+#: src/components/pages/report/optionDescriptors.ts:82
msgid "Select a country"
msgstr "Виберіть країну"
@@ -15887,7 +15955,7 @@ msgstr "Виберіть сценарій для застосування..."
msgid "Select a verification method."
msgstr "Виберіть метод перевірки."
-#: src/components/pages/ReportPage.tsx:473
+#: src/components/pages/ReportPage.tsx:300
msgid "Select a violation category."
msgstr "Виберіть категорію порушення."
@@ -15958,11 +16026,15 @@ msgstr "Виберіть екран або вікно"
msgid "Select the account you want to sign in with on the desktop app."
msgstr "Виберіть акаунт, з яким хочете увійти в десктопному додатку."
+#: src/components/pages/report/ReportStepSelection.tsx:44
+msgid "Select what you want to report."
+msgstr "Виберіть, що ви хочете повідомити."
+
#: src/components/modals/utils/settingsSearchIndex.ts:460
msgid "Select your camera"
msgstr "Виберіть камеру"
-#: src/components/pages/ReportPage.tsx:483
+#: src/components/pages/ReportPage.tsx:310
msgid "Select your country of residence."
msgstr "Виберіть країну проживання."
@@ -15986,7 +16058,7 @@ msgstr "Вибрати..."
msgid "Selections"
msgstr "Вибрані"
-#: src/components/pages/ReportPage.tsx:269
+#: src/components/pages/report/optionDescriptors.ts:50
#: src/constants/IARConstants.tsx:67
msgid "Self-Harm or Suicide"
msgstr "Самопошкодження або суїцид"
@@ -16035,7 +16107,7 @@ msgstr "Надіслати дію (курсив)."
msgid "Send an SMS code first."
msgstr "Спершу надішліть SMS-код."
-#: src/components/modals/ClaimAccountModal.tsx:182
+#: src/components/modals/ClaimAccountModal.tsx:184
#: src/components/modals/EmailChangeModal.tsx:265
#: src/components/modals/PhoneAddModal.tsx:206
msgid "Send code"
@@ -16045,9 +16117,9 @@ msgstr "Надіслати код"
msgid "Send Code"
msgstr "Надіслати код"
-#: src/components/channel/dm/DMWelcomeSection.tsx:109
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:269
-#: src/components/modals/UserProfileModal.tsx:1288
+#: src/components/channel/dm/DMWelcomeSection.tsx:112
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:272
+#: src/components/modals/UserProfileModal.tsx:1290
msgid "Send Friend Request"
msgstr "Надіслати запит у друзі"
@@ -16073,7 +16145,7 @@ msgstr "Надсилати повідомлення"
msgid "Send Messages"
msgstr "Надіслати повідомлення"
-#: src/components/channel/dm/AddFriendForm.tsx:119
+#: src/components/channel/dm/AddFriendForm.tsx:142
msgid "Send Request"
msgstr "Надіслати запит"
@@ -16097,11 +16169,11 @@ msgstr "Надсилайте текстові повідомлення з озв
msgid "Send TTS Messages"
msgstr "Надсилати TTS-повідомлення"
-#: src/components/pages/ReportPage.tsx:676
+#: src/components/pages/report/ReportStepEmail.tsx:92
msgid "Send Verification Code"
msgstr "Надіслати код підтвердження"
-#: src/components/modals/InviteModal.tsx:258
+#: src/components/modals/InviteModal.tsx:268
#: src/components/modals/shared/RecipientList.tsx:223
#: src/components/modals/ShareThemeModal.tsx:162
msgid "Sent"
@@ -16128,7 +16200,7 @@ msgstr "Термін дії сеансу минув. Будь ласка, уві
msgid "Set a custom invite URL for your community."
msgstr "Встановіть власний URL запрошення для спільноти."
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:401
+#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:361
#: src/components/modals/StatusChangeBottomSheet.tsx:171
#: src/components/popouts/UserAreaPopout.tsx:444
msgid "Set a custom status"
@@ -16336,7 +16408,7 @@ msgid "Set your timezone"
msgstr "Встановити свій часовий пояс"
#: src/components/bottomsheets/VoiceLobbyBottomSheet.tsx:220
-#: src/components/modals/components/MobileSettingsView.tsx:531
+#: src/components/modals/components/MobileSettingsView.tsx:485
#: src/components/modals/tabs/ComponentGalleryTab/ButtonsTab.tsx:150
#: src/components/modals/tabs/ComponentGalleryTab/ButtonsTab.tsx:221
#: src/components/modals/tabs/ComponentGalleryTab/index.tsx:94
@@ -16383,7 +16455,11 @@ msgstr "Дія спільного доступу!"
msgid "Share Audio"
msgstr "Поділитися аудіо"
-#: src/components/modals/components/plutonium/GiftSection.tsx:63
+#: src/components/pages/report/ReportStepDetails.tsx:77
+msgid "Share only what's needed to help our team assess the content."
+msgstr "Діліться лише тим, що потрібно, щоб допомогти нашій команді оцінити вміст."
+
+#: src/components/modals/components/plutonium/GiftSection.tsx:69
msgid "Share the Plutonium experience with your friends by purchasing a gift subscription."
msgstr "Поділіться досвідом Plutonium із друзями, придбавши подарункову підписку."
@@ -16417,7 +16493,7 @@ msgstr "Поділіться своєю темою"
msgid "Shared theme"
msgstr "Спільна тема"
-#: src/components/pages/ReportPage.tsx:268
+#: src/components/pages/report/optionDescriptors.ts:49
#: src/constants/IARConstants.tsx:62
msgid "Sharing Personal Information"
msgstr "Розповсюдження особистої інформації"
@@ -16797,11 +16873,11 @@ msgstr "Повзунок зі значеннями кроку"
msgid "Sliders"
msgstr "Повзунки"
-#: src/components/pages/ReportPage.tsx:334
+#: src/components/pages/report/optionDescriptors.ts:106
msgid "Slovakia"
msgstr "Словаччина"
-#: src/components/pages/ReportPage.tsx:335
+#: src/components/pages/report/optionDescriptors.ts:107
msgid "Slovenia"
msgstr "Словенія"
@@ -16952,7 +17028,8 @@ msgstr "Щось пішло не так і додаток аварійно за
msgid "Something went wrong while loading the audit log."
msgstr "Під час завантаження журналу аудиту сталася помилка."
-#: src/components/pages/ReportPage.tsx:563
+#: src/components/pages/ReportPage.tsx:103
+#: src/components/pages/ReportPage.tsx:395
msgid "Something went wrong while submitting the report. Please try again."
msgstr "Під час надсилання звіту сталася помилка. Спробуй ще раз."
@@ -16969,7 +17046,7 @@ msgid "Sort"
msgstr "Сортування"
#. placeholder {0}: activeSortOption.label
-#: src/components/channel/ChannelSearchResults.tsx:1063
+#: src/components/channel/ChannelSearchResults.tsx:1042
msgid "Sort mode: {0}"
msgstr "Режим сортування: {0}"
@@ -17008,21 +17085,21 @@ msgstr "Проміжок між групами повідомлень"
msgid "Spacious layout with clear visual separation between messages."
msgstr "Просторий макет із чітким візуальним розділенням повідомлень."
-#: src/components/pages/ReportPage.tsx:336
+#: src/components/pages/report/optionDescriptors.ts:108
msgid "Spain"
msgstr "Іспанія"
-#: src/components/pages/ReportPage.tsx:283
+#: src/components/pages/report/optionDescriptors.ts:61
#: src/constants/IARConstants.tsx:119
msgid "Spam Account"
msgstr "Акаунт із спамом"
-#: src/components/pages/ReportPage.tsx:265
+#: src/components/pages/report/optionDescriptors.ts:46
#: src/constants/IARConstants.tsx:47
msgid "Spam or Scam"
msgstr "Спам або шахрайство"
-#: src/components/pages/ReportPage.tsx:301
+#: src/components/pages/report/optionDescriptors.ts:76
#: src/constants/IARConstants.tsx:185
msgid "Spam or Scam Community"
msgstr "Спільнота зі спамом або шахрайством"
@@ -17141,9 +17218,9 @@ msgstr "Почни створювати власний набір емодзі,
msgid "Start Mic Test"
msgstr "Розпочати тест мікрофона"
-#: src/components/pages/ReportPage.tsx:687
-#: src/components/pages/ReportPage.tsx:771
-#: src/components/pages/ReportPage.tsx:964
+#: src/components/pages/report/ReportStepDetails.tsx:252
+#: src/components/pages/report/ReportStepEmail.tsx:103
+#: src/components/pages/report/ReportStepVerification.tsx:132
msgid "Start over"
msgstr "Почати спочатку"
@@ -17151,13 +17228,13 @@ msgstr "Почати спочатку"
msgid "Start Sharing"
msgstr "Почати трансляцію"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:122
+#: src/components/channel/ChannelHeader/CallButtons.tsx:160
#: src/components/modals/UserProfileModal.tsx:1109
#: src/components/uikit/ContextMenu/items/CallMenuItems.tsx:91
msgid "Start Video Call"
msgstr "Розпочати відеодзвінок"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:70
+#: src/components/channel/ChannelHeader/CallButtons.tsx:90
#: src/components/modals/UserProfileModal.tsx:1100
#: src/components/uikit/ContextMenu/items/CallMenuItems.tsx:60
msgid "Start Voice Call"
@@ -17182,9 +17259,21 @@ msgstr "Індикатори статусу"
msgid "Status Slate"
msgstr "Панель статусу"
-#: src/components/pages/ReportPage.tsx:574
-msgid "Step {stepNumber} of {FLOW_TOTAL_STEPS}"
-msgstr "Крок {stepNumber} з {FLOW_TOTAL_STEPS}"
+#: src/components/pages/report/ReportStepSelection.tsx:38
+msgid "Step 1"
+msgstr "Крок 1"
+
+#: src/components/pages/report/ReportStepEmail.tsx:51
+msgid "Step 2"
+msgstr "Крок 2"
+
+#: src/components/pages/report/ReportStepVerification.tsx:61
+msgid "Step 3"
+msgstr "Крок 3"
+
+#: src/components/pages/report/ReportStepDetails.tsx:71
+msgid "Step 4"
+msgstr "Крок 4"
#: src/utils/SystemMessageUtils.tsx:45
msgid "Step in, {username}! No paradoxes here; we're all friends."
@@ -17229,7 +17318,7 @@ msgid "Sticker density"
msgstr "Щільність стікерів"
#: src/components/auth/InviteHeader.tsx:140
-#: src/components/channel/InviteEmbed.tsx:197
+#: src/components/channel/InviteEmbed.tsx:199
#: src/components/modals/InviteAcceptModal.tsx:142
#: src/components/modals/tabs/ExpressionPacksTab.tsx:70
msgid "Sticker pack"
@@ -17261,7 +17350,7 @@ msgstr "Стікер оновлено"
#: src/components/channel/AutocompleteEmoji.tsx:111
#: src/components/channel/textarea/TextareaButtons.tsx:134
-#: src/components/modals/ExpressionPickerSheet.tsx:86
+#: src/components/modals/ExpressionPickerSheet.tsx:73
#: src/components/popouts/ExpressionPickerPopout.tsx:79
msgid "Stickers"
msgstr "Стікери"
@@ -17330,11 +17419,11 @@ msgstr "Аудиторія для занять"
msgid "Style Variations"
msgstr "Варіації стилю"
-#: src/components/pages/ReportPage.tsx:601
+#: src/components/pages/report/ReportStepComplete.tsx:41
msgid "Submit another report"
msgstr "Подати ще один звіт"
-#: src/components/pages/ReportPage.tsx:958
+#: src/components/pages/report/ReportStepDetails.tsx:240
msgid "Submit DSA Report"
msgstr "Надіслати звіт DSA"
@@ -17346,7 +17435,7 @@ msgstr "Надіслати звіт"
msgid "Submitting"
msgstr "Надсилається"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:53
+#: src/components/modals/components/plutonium/VisionarySection.tsx:58
msgid "subscription"
msgstr "підписка"
@@ -17464,7 +17553,7 @@ msgstr "Приховати вставки"
msgid "Swap text to reverify variants"
msgstr "Замінити текст для повторної перевірки варіантів"
-#: src/components/pages/ReportPage.tsx:337
+#: src/components/pages/report/optionDescriptors.ts:109
msgid "Sweden"
msgstr "Швеція"
@@ -17476,7 +17565,7 @@ msgstr "Шведська"
msgid "Switch account"
msgstr "Змінити обліковий запис"
-#: src/components/popouts/UserAreaPopout.tsx:497
+#: src/components/popouts/UserAreaPopout.tsx:499
msgid "Switch Accounts"
msgstr "Змінити облікові записи"
@@ -17649,8 +17738,8 @@ msgstr "Текст (18+)"
msgid "Text channel"
msgstr "Текстовий канал"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:473
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:662
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:487
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:676
#: src/components/channel/channel-header/useChannelHeaderData.ts:96
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:314
msgid "Text Channel"
@@ -17677,19 +17766,19 @@ msgstr "Текстове поле"
msgid "Thai"
msgstr "Тайська"
-#: src/components/pages/ReportPage.tsx:589
-msgid "Thank you for filing a report. We'll review it as soon as possible."
-msgstr "Дякуємо за подання звіту. Ми розглянемо його якомога швидше."
-
#: src/components/modals/IARModal.tsx:187
msgid "Thank you for helping keep Fluxer safe. Reports are reviewed by our Safety Team. False reports may result in action against your account."
msgstr "Дякуємо, що допомагаєш тримати Fluxer у безпеці. Звіти перевіряє команда безпеки. Хибні доповіді можуть призвести до санкцій проти твого облікового запису."
+#: src/components/pages/report/ReportStepComplete.tsx:37
+msgid "Thank you for helping keep Fluxer safe. We'll review your report as soon as possible."
+msgstr "Дякуємо, що допомагаєте підтримувати безпеку Fluxer. Ми розглянемо ваш звіт якомога швидше."
+
#: src/components/form/ColorPickerField.tsx:274
msgid "That doesn't look like a valid color. Try hex, rgb(), hsl(), or a CSS color name."
msgstr "Це не схоже на допустимий колір. Спробуй hex, rgb(), hsl() або назву кольору CSS."
-#: src/components/pages/ReportPage.tsx:846
+#: src/components/pages/report/ReportStepDetails.tsx:117
msgid "That doesn't look like a valid URL."
msgstr "Це не виглядає як дійсна URL-адреса."
@@ -17733,8 +17822,8 @@ msgstr "Бота додано."
msgid "The channel you're looking for may have been deleted or you may not have access to it."
msgstr "Канал, який ти шукаєш, міг бути видалений або у тебе немає до нього доступу."
-#: src/components/layout/GuildLayout.tsx:308
-#: src/components/layout/GuildLayout.tsx:371
+#: src/components/layout/GuildLayout.tsx:313
+#: src/components/layout/GuildLayout.tsx:376
msgid "The community you're looking for may have been deleted or you may not have access to it."
msgstr "Спільнота, яку ти шукаєш, могла бути видалена або у тебе немає до неї доступу."
@@ -17795,7 +17884,7 @@ msgstr "Таймаут не може перевищувати 365 днів (3153
msgid "The URL this link channel points to."
msgstr "URL, на який вказує цей канал-посилання."
-#: src/components/pages/ReportPage.tsx:452
+#: src/components/pages/ReportPage.tsx:277
msgid "The verification code is invalid or expired."
msgstr "Код підтвердження недійсний або термін дії минув."
@@ -17869,7 +17958,7 @@ msgstr "Ці налаштування використовують вбудов
msgid "These toggles force the client to treat features as enabled or disabled without relying on the server configuration. They only affect your client experience and are shown to developers for testing."
msgstr "Ці перемикачі змушують клієнт вважати функції ввімкненими або вимкненими без залежності від конфігурації сервера. Вони впливають лише на ваш клієнтський досвід і показуються розробникам для тестування."
-#: src/components/channel/channel-view/DMChannelView.tsx:356
+#: src/components/channel/channel-view/DMChannelView.tsx:357
msgid "They might have taken the DeLorean elsewhere."
msgstr "Можливо, вони забрали Делоріан в інше місце."
@@ -17877,7 +17966,7 @@ msgstr "Можливо, вони забрали Делоріан в інше м
msgid "they/them"
msgstr "вони/їх"
-#: src/components/channel/channel-view/DMChannelView.tsx:342
+#: src/components/channel/channel-view/DMChannelView.tsx:343
msgid "Think, McFly! Did you type the right address?"
msgstr "Думай, МакФлай! Ти правильно ввів адресу?"
@@ -17979,7 +18068,7 @@ msgstr "Ця спільнота тимчасово вимкнула запрош
msgid "This community requires you to verify your account before joining. Please set an email and password for your account."
msgstr "Щоб приєднатися до спільноти, потрібно підтвердити обліковий запис. Встановіть електронну пошту та пароль."
-#: src/components/channel/channel-view/DMChannelView.tsx:339
+#: src/components/channel/channel-view/DMChannelView.tsx:340
msgid "This conversation has been erased"
msgstr "Цю розмову видалено"
@@ -18008,8 +18097,8 @@ msgstr "Цей подарунковий код уже використано."
msgid "This gift code has already been redeemed."
msgstr "Цей подарунковий код уже активовано."
-#: src/components/channel/GiftEmbed.tsx:148
-#: src/components/modals/GiftAcceptModal.tsx:92
+#: src/components/channel/GiftEmbed.tsx:159
+#: src/components/modals/GiftAcceptModal.tsx:99
msgid "This gift code is invalid or already claimed."
msgstr "Цей подарунковий код недійсний або вже використано."
@@ -18022,11 +18111,11 @@ msgstr "Цей подарунковий код недійсний або вже
msgid "This gift code may be invalid, expired, or already redeemed."
msgstr "Цей подарунковий код може бути недійсним, простроченим або вже використаним."
-#: src/components/modals/GiftAcceptModal.tsx:118
+#: src/components/modals/GiftAcceptModal.tsx:125
msgid "This gift has already been claimed."
msgstr "Цей подарунок уже отримано."
-#: src/components/modals/tabs/GiftInventoryTab.tsx:157
+#: src/components/modals/tabs/GiftInventoryTab.tsx:158
msgid "This gift has been redeemed"
msgstr "Цей подарунок використано"
@@ -18044,7 +18133,7 @@ msgstr "Це запрошення закінчується через {0}."
msgid "This invite has unlimited uses."
msgstr "Це запрошення має необмежену кількість використань."
-#: src/components/modals/InviteModal.tsx:321
+#: src/components/modals/InviteModal.tsx:318
msgid "This invite link never expires."
msgstr "Це запрошення ніколи не закінчується."
@@ -18059,23 +18148,19 @@ msgstr "Це запрошення могло прострочитися або
msgid "This invite never expires."
msgstr "Це запрошення ніколи не закінчується."
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:170
-#: src/components/emojis/EmojiInfoContent.tsx:79
+#: src/components/emojis/EmojiAttributionSubtext.tsx:130
msgid "This is a custom emoji from"
msgstr "Це кастомне емодзі з"
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:160
-#: src/components/emojis/EmojiInfoContent.tsx:68
+#: src/components/emojis/EmojiAttributionSubtext.tsx:121
msgid "This is a custom emoji from a community."
msgstr "Це кастомне емодзі зі спільноти."
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:150
-#: src/components/emojis/EmojiInfoContent.tsx:56
+#: src/components/emojis/EmojiAttributionSubtext.tsx:111
msgid "This is a custom emoji from a community. Ask the author for an invite to use this emoji."
msgstr "Це кастомне емодзі зі спільноти. Попросіть автора про запрошення, щоб використовувати його."
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:138
-#: src/components/emojis/EmojiInfoContent.tsx:43
+#: src/components/emojis/EmojiAttributionSubtext.tsx:101
msgid "This is a default emoji on Fluxer."
msgstr "Це стандартне емодзі у Fluxer."
@@ -18095,8 +18180,8 @@ msgstr "Так виглядають повідомлення"
msgid "This is not the channel you're looking for."
msgstr "Це не той канал, який ви шукаєте."
-#: src/components/layout/GuildLayout.tsx:307
-#: src/components/layout/GuildLayout.tsx:370
+#: src/components/layout/GuildLayout.tsx:312
+#: src/components/layout/GuildLayout.tsx:375
msgid "This is not the community you're looking for."
msgstr "Це не та спільнота, яку ви шукаєте."
@@ -18113,7 +18198,7 @@ msgid "This is the beginning of <0>{displayName}0>. Add friends to start a con
msgstr "Це початок історії <0>{displayName}0>. Додайте друзів, щоб почати розмову!"
#. placeholder {0}: user.username
-#: src/components/channel/dm/DMWelcomeSection.tsx:182
+#: src/components/channel/dm/DMWelcomeSection.tsx:194
msgid "This is the beginning of your direct message history with <0>{0}0>."
msgstr "Це початок історії ваших приватних повідомлень із <0>{0}0>."
@@ -18194,7 +18279,7 @@ msgstr "У посиланні на тему не вистачає даних."
msgid "This theme may have been removed or the link is invalid."
msgstr "Цю тему могли видалити або посилання недійсне."
-#: src/components/channel/dm/AddFriendForm.tsx:62
+#: src/components/channel/dm/AddFriendForm.tsx:85
msgid "This user has restricted who can send them friend requests."
msgstr "Користувач обмежив, хто може надсилати запити в друзі."
@@ -18216,8 +18301,8 @@ msgid "This was a @silent message."
msgstr "Це було @silent повідомлення."
#: src/actions/MessageActionCreators.tsx:392
-#: src/components/channel/Messages.tsx:442
-#: src/components/channel/Messages.tsx:522
+#: src/components/channel/Messages.tsx:440
+#: src/components/channel/Messages.tsx:520
msgid "This will create a rift in the space-time continuum and cannot be undone."
msgstr "Це створить розрив у просторово-часовому континуумі, і його не можна буде скасувати."
@@ -18283,7 +18368,7 @@ msgstr "Час: {currentFormatted} із {durationFormatted}"
msgid "Timed out until {0}."
msgstr "Таймаут до {0}."
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:285
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:288
#: src/components/modals/TimeoutMemberModal.tsx:207
#: src/components/modals/TimeoutMemberSheet.tsx:90
#: src/components/uikit/ContextMenu/items/GuildMemberMenuItems.tsx:272
@@ -18570,7 +18655,7 @@ msgstr "істина або хибність"
msgid "Try a different name or use @ / # / ! / * prefixes to filter results."
msgstr "Спробуй інше ім’я або використай префікси @ / # / ! / *, щоб відфільтрувати результати."
-#: src/components/channel/ChannelSearchResults.tsx:710
+#: src/components/channel/ChannelSearchResults.tsx:679
msgid "Try a different search query"
msgstr "Спробуй інший запит пошуку"
@@ -18585,13 +18670,13 @@ msgid "Try a different search term or filter"
msgstr "Спробуй інший пошуковий термін або фільтр"
#: src/components/auth/HandoffCodeDisplay.tsx:67
-#: src/components/channel/Messages.tsx:939
+#: src/components/channel/Messages.tsx:937
msgid "Try again"
msgstr "Спробуй ще раз"
#: src/components/BootstrapErrorScreen.tsx:68
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:301
-#: src/components/channel/ChannelSearchResults.tsx:694
+#: src/components/channel/ChannelSearchResults.tsx:663
#: src/components/modals/channelTabs/ChannelInvitesTab.tsx:148
#: src/components/modals/channelTabs/ChannelWebhooksTab.tsx:159
#: src/components/NetworkErrorScreen.tsx:56
@@ -18612,7 +18697,7 @@ msgstr "Спробуй інше ім’я або перевір написанн
msgid "Try another search term"
msgstr "Спробуй інший пошуковий термін"
-#: src/components/channel/InviteEmbed.tsx:359
+#: src/components/channel/InviteEmbed.tsx:361
msgid "Try asking for a new invite."
msgstr "Спробуй попросити нове запрошення."
@@ -18802,7 +18887,7 @@ msgstr "Не вдалося встановити пакет стікерів"
msgid "Unable to load activity logs"
msgstr "Не вдалося завантажити журнали активності"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:104
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:108
msgid "Unable to load applications"
msgstr "Не вдалося завантажити застосунки"
@@ -18814,7 +18899,7 @@ msgstr "Не вдалося завантажити інформацію про
msgid "Unable to prepare any emojis for upload. The following errors occurred:"
msgstr "Не вдалося підготувати жодне емодзі для завантаження. Виникли такі помилки:"
-#: src/components/modals/ClaimAccountModal.tsx:125
+#: src/components/modals/ClaimAccountModal.tsx:127
#: src/components/modals/EmailChangeModal.tsx:122
#: src/components/modals/EmailChangeModal.tsx:152
msgid "Unable to resend code right now"
@@ -18824,7 +18909,7 @@ msgstr "Наразі не вдалося повторно надіслати к
msgid "Unable to send code to new email"
msgstr "Не вдалося надіслати код на новий e-mail"
-#: src/components/channel/dm/AddFriendForm.tsx:76
+#: src/components/channel/dm/AddFriendForm.tsx:99
msgid "Unable to send friend request. Please try again."
msgstr "Не вдалося надіслати запит на друзів. Спробуй ще раз."
@@ -18844,17 +18929,17 @@ msgstr "Недоступно для всіх"
msgid "Unavailable for everyone but staff"
msgstr "Недоступно для всіх, окрім персоналу"
-#: src/components/bottomsheets/DMBottomSheet.tsx:532
+#: src/components/bottomsheets/DMBottomSheet.tsx:535
#: src/components/channel/barriers/BarrierComponents.tsx:221
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:180
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:335
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:182
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:338
#: src/components/modals/tabs/BlockedUsersTab.tsx:58
#: src/components/modals/tabs/BlockedUsersTab.tsx:171
#: src/components/modals/UserProfileActionsSheet.tsx:151
#: src/components/modals/UserProfileActionsSheet.tsx:305
-#: src/components/modals/UserProfileMobileSheet.tsx:320
+#: src/components/modals/UserProfileMobileSheet.tsx:321
#: src/components/modals/UserProfileModal.tsx:1049
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:209
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:230
#: src/utils/RelationshipActionUtils.tsx:169
msgid "Unblock"
msgstr "Розблокувати"
@@ -18863,11 +18948,11 @@ msgstr "Розблокувати"
msgid "Unblock this user before sending a friend request."
msgstr "Розблокуй цього користувача перед тим, як надіслати запит на друзів."
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:178
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:180
#: src/components/modals/tabs/BlockedUsersTab.tsx:56
#: src/components/modals/UserProfileActionsSheet.tsx:149
-#: src/components/modals/UserProfileMobileSheet.tsx:318
-#: src/components/modals/UserProfileModal.tsx:1243
+#: src/components/modals/UserProfileMobileSheet.tsx:319
+#: src/components/modals/UserProfileModal.tsx:1244
#: src/utils/RelationshipActionUtils.tsx:167
msgid "Unblock User"
msgstr "Розблокувати користувача"
@@ -18878,17 +18963,17 @@ msgstr "Розблокувати користувача"
msgid "Uncategorized"
msgstr "Без категорії"
-#: src/components/modals/tabs/BetaCodesTab.tsx:127
-#: src/components/modals/tabs/BetaCodesTab.tsx:204
+#: src/components/modals/tabs/BetaCodesTab.tsx:129
+#: src/components/modals/tabs/BetaCodesTab.tsx:206
msgid "Unclaimed"
msgstr "Невикористане"
#. placeholder {0}: unclaimedBetaCodes.length
-#: src/components/modals/tabs/BetaCodesTab.tsx:333
+#: src/components/modals/tabs/BetaCodesTab.tsx:358
msgid "Unclaimed ({0})"
msgstr "Невикористане ({0})"
-#: src/components/modals/components/UnclaimedAccountAlert.tsx:31
+#: src/components/modals/components/UnclaimedAccountAlert.tsx:29
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:51
msgid "Unclaimed Account"
msgstr "Невикористаний обліковий запис"
@@ -18922,7 +19007,7 @@ msgstr "Увімкнути звук на всіх пристроях"
msgid "Undeafen User"
msgstr "Увімкнути звук користувачу"
-#: src/components/pages/ReportPage.tsx:285
+#: src/components/pages/report/optionDescriptors.ts:63
#: src/constants/IARConstants.tsx:129
msgid "Underage User"
msgstr "Користувач неповнолітній"
@@ -18981,7 +19066,7 @@ msgstr "Вийти з фокусу"
msgid "Unique invite"
msgstr "Унікальне запрошення"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:79
+#: src/components/modals/components/plutonium/VisionarySection.tsx:88
msgid "Unique profile badge"
msgstr "Унікальний значок профілю"
@@ -19035,12 +19120,12 @@ msgstr "невідома сутність"
msgid "Unknown error"
msgstr "Невідома помилка"
-#: src/components/channel/GiftEmbed.tsx:147
-#: src/components/modals/GiftAcceptModal.tsx:91
+#: src/components/channel/GiftEmbed.tsx:158
+#: src/components/modals/GiftAcceptModal.tsx:98
msgid "Unknown Gift"
msgstr "Невідомий подарунок"
-#: src/components/channel/InviteEmbed.tsx:357
+#: src/components/channel/InviteEmbed.tsx:359
msgid "Unknown Invite"
msgstr "Невідоме запрошення"
@@ -19113,7 +19198,7 @@ msgstr "Розблокуйте HD-трансляцію екрану з Plutonium
msgid "Unlock HD Video with Plutonium"
msgstr "Розблокуйте HD-відео з Plutonium"
-#: src/components/modals/components/PlutoniumContent.tsx:185
+#: src/components/modals/components/PlutoniumContent.tsx:196
msgid "Unlock higher limits and exclusive features while supporting an independent communication platform."
msgstr "Розблокуйте вищі ліміти та ексклюзивні функції, підтримуючи незалежну платформу зв’язку."
@@ -19126,9 +19211,9 @@ msgid "Unlock stickers in DMs with Plutonium"
msgstr "Розблокуйте стікери в особистих повідомленнях із Plutonium"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:467
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:850
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1044
-#: src/components/bottomsheets/DMBottomSheet.tsx:645
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:882
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1068
+#: src/components/bottomsheets/DMBottomSheet.tsx:648
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:321
#: src/components/bottomsheets/VoiceLobbyBottomSheet.tsx:179
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:253
@@ -19154,7 +19239,7 @@ msgstr "Увімкнути звук для категорії"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:400
#: src/components/bottomsheets/ChannelBottomSheet.tsx:452
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1005
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1029
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:167
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:161
msgid "Unmute Channel"
@@ -19167,9 +19252,9 @@ msgstr "Увімкнути звук для каналу"
msgid "Unmute Community"
msgstr "Увімкнути звук для спільноти"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1007
-#: src/components/bottomsheets/DMBottomSheet.tsx:449
-#: src/components/bottomsheets/DMBottomSheet.tsx:590
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1031
+#: src/components/bottomsheets/DMBottomSheet.tsx:451
+#: src/components/bottomsheets/DMBottomSheet.tsx:593
msgid "Unmute Conversation"
msgstr "Увімкнути звук для розмови"
@@ -19200,16 +19285,16 @@ msgid "Unnamed Group"
msgstr "Група без назви"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:331
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1126
-#: src/components/bottomsheets/DMBottomSheet.tsx:478
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1150
+#: src/components/bottomsheets/DMBottomSheet.tsx:480
#: src/components/channel/dm/DMList.tsx:282
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:149
msgid "Unpin DM"
msgstr "Відкріпити особисте повідомлення"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:290
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1126
-#: src/components/bottomsheets/DMBottomSheet.tsx:478
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1150
+#: src/components/bottomsheets/DMBottomSheet.tsx:480
#: src/components/channel/dm/DMList.tsx:243
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:129
msgid "Unpin Group DM"
@@ -19231,20 +19316,20 @@ msgid "Unpin Message"
msgstr "Відкріпити повідомлення"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:232
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:583
-#: src/components/bottomsheets/DMBottomSheet.tsx:164
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:597
+#: src/components/bottomsheets/DMBottomSheet.tsx:166
#: src/components/channel/dm/DMList.tsx:224
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:132
msgid "Unpinned DM"
msgstr "Відкреплене особисте повідомлення"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:232
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:583
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:597
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:112
msgid "Unpinned group"
msgstr "Відкріплена група"
-#: src/components/bottomsheets/DMBottomSheet.tsx:164
+#: src/components/bottomsheets/DMBottomSheet.tsx:166
msgid "Unpinned group DM"
msgstr "Не закріплене групове DM"
@@ -19279,7 +19364,7 @@ msgstr "Показати вбудоване"
msgid "Until I change it"
msgstr "Поки я не зміню"
-#: src/components/bottomsheets/DMBottomSheet.tsx:664
+#: src/components/bottomsheets/DMBottomSheet.tsx:667
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:334
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:57
#: src/components/channel/muteOptions.ts:39
@@ -19305,7 +19390,7 @@ msgstr "Оновити"
msgid "Update app"
msgstr "Оновити програму"
-#: src/components/modals/components/MobileSettingsView.tsx:244
+#: src/components/modals/components/MobileSettingsView.tsx:239
msgid "Update Service Worker"
msgstr "Оновити сервіс-воркер"
@@ -19402,7 +19487,7 @@ msgstr "Оновлення вподобань…"
msgid "Updating..."
msgstr "Оновлення…"
-#: src/components/modals/components/plutonium/PricingSection.tsx:84
+#: src/components/modals/components/plutonium/PricingSection.tsx:94
msgid "Upgrade Now"
msgstr "Підвищити зараз"
@@ -19415,18 +19500,19 @@ msgstr "Перейти на Plutonium"
msgid "Upgrade to store up to 15 custom backgrounds and unlock HD video quality, higher frame rates, and more."
msgstr "Підвищіть рівень, щоб зберігати до 15 власних фонових зображень і розблокувати HD-якість відео, вищу швидкість кадрів і більше можливостей."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:265
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:316
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:297
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:357
msgid "Upgrade to Visionary"
msgstr "Перейти на Visionary"
#. placeholder {0}: formatter.format(visionarySlots.remaining)
-#: src/components/modals/components/plutonium/VisionarySection.tsx:109
+#: src/components/modals/components/plutonium/VisionarySection.tsx:122
+#: src/components/modals/components/plutonium/VisionarySection.tsx:134
msgid "Upgrade to Visionary — {0} Left"
msgstr "Перейти на Visionary — залишилося {0}"
#. placeholder {0}: isGiftSubscription ? 'gift time' : 'subscription'
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:243
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:262
msgid "Upgrading to Visionary is a <0>one-time0> purchase and will <1>cancel your current {0} immediately1>."
msgstr "Перехід на Visionary — це <0>одноразова0> покупка, яка <1>одразу скасує ваш поточний {0}1>."
@@ -19674,10 +19760,6 @@ msgstr "Використовуйте ці коди, щоб отримати до
msgid "Use this button to quickly clear all permissions."
msgstr "Ця кнопка швидко скидає всі дозволи."
-#: src/components/pages/ReportPage.tsx:613
-msgid "Use this form to report illegal content under the Digital Services Act (DSA). Select what you want to report."
-msgstr "Використовуйте цю форму для повідомлення про незаконний контент відповідно до Закону про цифрові послуги (DSA). Виберіть, що ви хочете повідомити."
-
#: src/components/modals/tabs/KeybindsTab.tsx:101
msgid "Use this shortcut system-wide"
msgstr "Використовувати це скорочення у всій системі"
@@ -19708,19 +19790,19 @@ msgstr "Схоже, користувачеві менше 13 років"
msgid "User Debug"
msgstr "Налагодження користувача"
-#: src/components/channel/channel-view/DMChannelView.tsx:353
+#: src/components/channel/channel-view/DMChannelView.tsx:354
msgid "User has vanished"
msgstr "Користувач зник"
-#: src/components/pages/ReportPage.tsx:865
+#: src/components/pages/report/ReportStepDetails.tsx:137
msgid "User ID (optional)"
msgstr "ID користувача (необов'язково)"
-#: src/components/bottomsheets/DMBottomSheet.tsx:376
+#: src/components/bottomsheets/DMBottomSheet.tsx:378
msgid "User ID copied"
msgstr "Ідентифікатор користувача скопійовано"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:652
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:666
msgid "User ID copied to clipboard"
msgstr "Ідентифікатор користувача скопійовано в буфер обміну"
@@ -19765,7 +19847,7 @@ msgstr "Запис користувача"
msgid "User Settings"
msgstr "Налаштування користувача"
-#: src/components/pages/ReportPage.tsx:873
+#: src/components/pages/report/ReportStepDetails.tsx:146
msgid "User Tag (optional)"
msgstr "Тег користувача (необов’язково)"
@@ -19805,7 +19887,7 @@ msgstr "Ім’я користувача має містити щонаймен
msgid "Username must be at most 32 characters"
msgstr "Ім’я користувача має містити не більше 32 символів"
-#: src/components/channel/dm/AddFriendForm.tsx:130
+#: src/components/channel/dm/AddFriendForm.tsx:153
msgid "Username#0000"
msgstr "Ім’я#0000"
@@ -19904,7 +19986,7 @@ msgstr "Унікальні URL-адреси мають бути довжиною
msgid "Verification Barriers"
msgstr "Бар'єри верифікації"
-#: src/components/modals/ClaimAccountModal.tsx:199
+#: src/components/modals/ClaimAccountModal.tsx:201
#: src/components/modals/EmailChangeModal.tsx:218
#: src/components/modals/EmailChangeModal.tsx:282
#: src/components/modals/PhoneAddModal.tsx:224
@@ -19912,11 +19994,11 @@ msgstr "Бар'єри верифікації"
msgid "Verification code"
msgstr "Код підтвердження"
-#: src/components/pages/ReportPage.tsx:719
+#: src/components/pages/report/ReportStepVerification.tsx:86
msgid "Verification Code"
msgstr "Код підтвердження"
-#: src/components/modals/ClaimAccountModal.tsx:88
+#: src/components/modals/ClaimAccountModal.tsx:90
msgid "Verification code sent"
msgstr "Код підтвердження надіслано"
@@ -19937,10 +20019,9 @@ msgstr "Перед переглядом резервних кодів може
#: src/components/auth/AuthPageHeader.tsx:49
#: src/components/auth/InviteHeader.tsx:81
#: src/components/auth/InviteHeader.tsx:226
-#: src/components/channel/InviteEmbed.tsx:285
-#: src/components/channel/InviteEmbed.tsx:428
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:178
-#: src/components/emojis/EmojiInfoContent.tsx:87
+#: src/components/channel/InviteEmbed.tsx:287
+#: src/components/channel/InviteEmbed.tsx:430
+#: src/components/emojis/EmojiAttributionSubtext.tsx:143
#: src/components/layout/GuildHeader.tsx:132
msgid "Verified Community"
msgstr "Підтверджена спільнота"
@@ -19955,7 +20036,7 @@ msgstr "Підтверджена гільдія"
msgid "Verify"
msgstr "Підтвердити"
-#: src/components/pages/ReportPage.tsx:740
+#: src/components/pages/report/ReportStepVerification.tsx:102
msgid "Verify Code"
msgstr "Підтвердити код"
@@ -19980,6 +20061,10 @@ msgstr "Форма підтвердження номера телефону"
msgid "Verify You're Human"
msgstr "Підтвердити, що ти людина"
+#: src/components/pages/report/ReportStepEmail.tsx:54
+msgid "Verify your email"
+msgstr "Підтвердьте вашу електронну пошту"
+
#: src/components/modals/SudoVerificationModal.tsx:359
msgid "Verify your identity"
msgstr "Підтвердь свою особу"
@@ -20012,7 +20097,7 @@ msgid "Video"
msgstr "Відео"
#: src/components/channel/ChannelHeader.tsx:572
-#: src/components/modals/UserProfileMobileSheet.tsx:515
+#: src/components/modals/UserProfileMobileSheet.tsx:519
msgid "Video Call"
msgstr "Відеодзвінок"
@@ -20097,7 +20182,7 @@ msgstr "Переглянути резервні коди"
msgid "View backup codes form"
msgstr "Форма перегляду резервних кодів"
-#: src/components/channel/channel-view/DMChannelView.tsx:282
+#: src/components/channel/channel-view/DMChannelView.tsx:283
msgid "View call"
msgstr "Переглянути дзвінок"
@@ -20138,7 +20223,7 @@ msgstr "Переглянути інвентар подарунків"
msgid "View Global Profile"
msgstr "Переглянути глобальний профіль"
-#: src/components/channel/channel-view/DMChannelView.tsx:282
+#: src/components/channel/channel-view/DMChannelView.tsx:283
msgid "View incoming call"
msgstr "Переглянути вхідний дзвінок"
@@ -20158,10 +20243,10 @@ msgstr "Переглянути преміум-функції"
msgid "View premium perks"
msgstr "Переглянути преміум-переваги"
-#: src/components/bottomsheets/DMBottomSheet.tsx:411
+#: src/components/bottomsheets/DMBottomSheet.tsx:413
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:226
#: src/components/channel/friends/MobileFriendRequestItem.tsx:87
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:210
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:212
#: src/components/modals/tabs/BlockedUsersTab.tsx:87
#: src/components/uikit/ContextMenu/items/UserProfileMenuItem.tsx:43
msgid "View Profile"
@@ -20191,7 +20276,7 @@ msgstr "Глядач приєднується до стріму"
msgid "Viewer Leaves Stream"
msgstr "Глядач залишає стрім"
-#: src/components/pages/ReportPage.tsx:827
+#: src/components/pages/report/ReportStepDetails.tsx:96
msgid "Violation Category"
msgstr "Категорія порушення"
@@ -20199,7 +20284,7 @@ msgstr "Категорія порушення"
msgid "Violation category selection"
msgstr "Вибір категорії порушення"
-#: src/components/pages/ReportPage.tsx:264
+#: src/components/pages/report/optionDescriptors.ts:45
#: src/constants/IARConstants.tsx:42
msgid "Violent or Graphic Content"
msgstr "Жорстокий або графічний контент"
@@ -20212,9 +20297,9 @@ msgstr "VIP-голос"
msgid "Visible Buttons"
msgstr "Видимі кнопки"
-#: src/components/modals/components/plutonium/PricingSection.tsx:88
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:110
-#: src/components/modals/components/plutonium/VisionarySection.tsx:58
+#: src/components/modals/components/plutonium/PricingSection.tsx:101
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:129
+#: src/components/modals/components/plutonium/VisionarySection.tsx:67
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:154
#: src/utils/modals/guildTabs/GuildAuditLogTabUtils.ts:274
msgid "Visionary"
@@ -20228,25 +20313,25 @@ msgstr "Visionary (довічний #42)"
msgid "Visionary (Lifetime Plutonium)"
msgstr "Visionary (довічний Plutonium)"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:80
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:111
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:95
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:134
msgid "Visionary {visionaryPrice}"
msgstr "Visionary {visionaryPrice}"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:96
+#: src/components/modals/components/plutonium/VisionarySection.tsx:105
msgid "Visionary community with direct team access"
msgstr "Спільнота Visionary з прямим доступом до команди"
-#: src/components/modals/components/plutonium/GiftSection.tsx:87
-#: src/components/modals/components/plutonium/PricingSection.tsx:119
+#: src/components/modals/components/plutonium/GiftSection.tsx:100
+#: src/components/modals/components/plutonium/PricingSection.tsx:140
msgid "Visionary Gift"
msgstr "Подарунок Visionary"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:109
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:132
msgid "Visionary Gift Sold Out"
msgstr "Подарунки Visionary розпродано"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:80
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:95
msgid "Visionary Sold Out"
msgstr "Visionary розпродано"
@@ -20281,15 +20366,15 @@ msgstr "Налаштування голосу й відео"
msgid "Voice Activity"
msgstr "Голосова активність"
-#: src/components/channel/channel-view/DMChannelView.tsx:277
+#: src/components/channel/channel-view/DMChannelView.tsx:278
#: src/components/voice/VoiceCallView.tsx:466
msgid "Voice call"
msgstr "Голосовий дзвінок"
-#: src/components/bottomsheets/DMBottomSheet.tsx:419
+#: src/components/bottomsheets/DMBottomSheet.tsx:421
#: src/components/channel/ChannelHeader.tsx:562
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:225
-#: src/components/modals/UserProfileMobileSheet.tsx:507
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:227
+#: src/components/modals/UserProfileMobileSheet.tsx:511
msgid "Voice Call"
msgstr "Голосовий дзвінок"
@@ -20306,8 +20391,8 @@ msgstr "Голосові дзвінки"
msgid "Voice channel"
msgstr "Голосовий канал"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:475
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:662
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:489
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:676
#: src/components/channel/channel-header/useChannelHeaderData.ts:100
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:314
msgid "Voice Channel"
@@ -20488,8 +20573,8 @@ msgstr "Ми надіслали посилання для підтверджен
msgid "We failed to retrieve the full information about this user at this time."
msgstr "Не вдалося отримати повні відомості про цього користувача зараз."
-#: src/components/layout/GuildLayout.tsx:302
-#: src/components/layout/GuildLayout.tsx:349
+#: src/components/layout/GuildLayout.tsx:307
+#: src/components/layout/GuildLayout.tsx:354
msgid "We fluxed up! Hang tight, we're working on it."
msgstr "Ми щось наплутали! Трішки зачекай, ми над цим працюємо."
@@ -20513,18 +20598,13 @@ msgstr "З'єднання втрачено під час очікування а
msgid "We need to make sure you're not a bot. Please complete the verification below."
msgstr "Потрібно переконатись, що ти не бот. Будь ласка, пройди перевірку нижче."
-#: src/components/pages/ReportPage.tsx:639
-msgid "We need to verify your email address before you can submit a report."
-msgstr "Потрібно підтвердити твою електронну адресу перед тим, як подати звіт."
-
#: src/components/modals/BackupCodesModal.tsx:45
msgid "We recommend saving these codes now so that you don't get locked out of your account."
msgstr "Рекомендуємо зберегти ці коди зараз, щоб не втратити доступ до акаунта."
-#. placeholder {0}: state.email
-#: src/components/pages/ReportPage.tsx:702
-msgid "We sent a verification code to {0}."
-msgstr "Ми надіслали код підтвердження на {0}."
+#: src/components/pages/report/ReportStepVerification.tsx:67
+msgid "We sent a code to {email}."
+msgstr "Ми надіслали код на {email}."
#: src/components/auth/BrowserLoginHandoffModal.tsx:315
msgid "We will prefill {prefillEmail} once the browser login opens."
@@ -20534,6 +20614,10 @@ msgstr "Ми заповнимо {prefillEmail}, щойно відкриєтьс
msgid "We'll restore your previous email, sign out old sessions, remove phone numbers, disable MFA, and secure your account with a new password."
msgstr "Ми відновимо попередню пошту, вийдемо зі старих сесій, приберемо телефони, вимкнемо МФА й захистимо акаунт новим паролем."
+#: src/components/pages/report/ReportStepEmail.tsx:57
+msgid "We'll send a short code to confirm you can receive updates about this report."
+msgstr "Ми надішлемо короткий код, щоб підтвердити, що ви можете отримувати оновлення щодо цього звіту."
+
#: src/components/modals/EmailChangeModal.tsx:190
msgid "We'll verify your current email and then your new email with one-time codes."
msgstr "Ми підтвердимо твою поточну пошту, а потім нову за допомогою одноразових кодів."
@@ -20546,13 +20630,13 @@ msgstr "Ми підтвердимо нову пошту одноразовим
msgid "We're having trouble connecting to Fluxer's servers. This could be a temporary network issue or scheduled maintenance."
msgstr "Ми маємо проблеми з підключенням до серверів Fluxer. Це може бути тимчасова мережева проблема або планове обслуговування."
-#: src/components/modals/tabs/BetaCodesTab.tsx:297
+#: src/components/modals/tabs/BetaCodesTab.tsx:322
#: src/components/modals/tabs/DevicesTab.tsx:230
msgid "We're having trouble connecting to the space-time continuum. Please check your connection and try again."
msgstr "Маємо проблеми з підключенням до просторово-часового континууму. Перевір своє з'єднання та спробуй знову."
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:287
-#: src/components/channel/ChannelSearchResults.tsx:681
+#: src/components/channel/ChannelSearchResults.tsx:650
msgid "We're indexing this channel for the first time. This might take a little while..."
msgstr "Ми індексуємо цей канал уперше. Це може зайняти трохи часу..."
@@ -20829,17 +20913,16 @@ msgstr "Напиши тут власний CSS, щоб перегрузити б
msgid "Write your content here... This textarea expands as you type."
msgstr "Пиши тут свій вміст... Це текстове поле розширюється під час набору."
-#: src/components/auth/DateOfBirthField.tsx:89
-#: src/components/auth/DateOfBirthField.tsx:156
+#: src/components/auth/DateOfBirthField.tsx:153
#: src/components/auth/MockMinimalRegisterForm.tsx:78
msgid "Year"
msgstr "Рік"
-#: src/components/modals/components/plutonium/PricingSection.tsx:78
+#: src/components/modals/components/plutonium/PricingSection.tsx:88
msgid "Yearly"
msgstr "Щорічно"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:71
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:84
msgid "Yearly {yearlyPrice}"
msgstr "Щорічно {yearlyPrice}"
@@ -20874,7 +20957,7 @@ msgstr "Ти збираєшся покинути Fluxer"
msgid "You are about to transfer ownership of this community to <0>{0}0>. This action is <1>irreversible1> and you will lose all owner privileges."
msgstr "Ти збираєшся передати власність цієї спільноти <0>{0}0>. Ця дія <1>неповоротна1>, і ти втратиш усі права власника."
-#: src/components/channel/dm/AddFriendForm.tsx:72
+#: src/components/channel/dm/AddFriendForm.tsx:95
msgid "You are already friends with this user."
msgstr "Ти вже доданий у друзі з цим користувачем."
@@ -20960,7 +21043,7 @@ msgstr "Ви можете завантажити до {MAX_EMOJIS_PER_UPLOAD} е
msgid "You can pin messages in this conversation for everyone to see."
msgstr "Ти можеш закріплювати повідомлення в цій розмові, щоб їх бачили всі."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:175
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:194
msgid "You can redeem additional gift codes to <0>extend0> your gift time. To start a monthly or yearly plan, wait until after it ends — or <1>upgrade to Visionary1> now (remaining gift time will be discarded)."
msgstr "Ти можеш активувати додаткові коди подарунка, щоб <0>продовжити0> час дії. Щоб перейти на місячний або річний план, зачекай до закінчення — або <1>оновися до Visionary1> зараз (залишковий час подарунка буде скасовано)."
@@ -20990,7 +21073,7 @@ msgstr "Ти можеш використовувати посилання та M
msgid "You can't add new reactions while you're on timeout."
msgstr "Ти не можеш додавати нові реакції, коли на тайм-ауті."
-#: src/components/modals/UserProfileModal.tsx:1170
+#: src/components/modals/UserProfileModal.tsx:1171
msgid "You can't befriend yourself"
msgstr "Ти не можеш додати себе в друзі"
@@ -20998,14 +21081,14 @@ msgstr "Ти не можеш додати себе в друзі"
msgid "You can't interact with reactions in search results as it might disrupt the space-time continuum."
msgstr "Ти не можеш взаємодіяти з реакціями в результатах пошуку, бо це може порушити просторово-часовий континуум."
-#: src/components/layout/ChannelItem.tsx:200
-#: src/components/layout/ChannelItem.tsx:366
-#: src/stores/voice/MediaEngineFacade.ts:151
-#: src/stores/voice/MediaEngineFacade.ts:482
+#: src/components/layout/ChannelItem.tsx:206
+#: src/components/layout/ChannelItem.tsx:375
+#: src/stores/voice/MediaEngineFacade.ts:154
+#: src/stores/voice/MediaEngineFacade.ts:529
msgid "You can't join while you're on timeout."
msgstr "Ти не можеш приєднатися, коли на тайм-ауті."
-#: src/components/modals/UserProfileModal.tsx:1182
+#: src/components/modals/UserProfileModal.tsx:1183
#: src/components/popouts/UserProfilePopout.tsx:282
#: src/components/profile/ProfilePreview.tsx:284
msgid "You can't message yourself"
@@ -21019,7 +21102,7 @@ msgstr "Ти не можеш надіслати запит у друзі сам
msgid "You can't send friend requests to bots."
msgstr "Ти не можеш надсилати запити у друзі ботам."
-#: src/components/channel/dm/AddFriendForm.tsx:64
+#: src/components/channel/dm/AddFriendForm.tsx:87
msgid "You can't send friend requests to users you've blocked. Unblock them first."
msgstr "Ти не можеш надсилати запити у друзі користувачам, яких заблокував. Спочатку розблокуй їх."
@@ -21066,11 +21149,11 @@ msgstr "Ти не можеш прибрати цей дозвіл, бо тоді
msgid "You cannot save a role with a blank name. Please provide a valid name before saving."
msgstr "Ти не можеш зберегти роль з порожньою назвою. Вкажи дійсну назву перед збереженням."
-#: src/components/channel/dm/AddFriendForm.tsx:68
+#: src/components/channel/dm/AddFriendForm.tsx:91
msgid "You cannot send a friend request to yourself."
msgstr "Ти не можеш надіслати запит у друзі самому собі."
-#: src/components/channel/dm/AddFriendForm.tsx:66
+#: src/components/channel/dm/AddFriendForm.tsx:89
msgid "You cannot send friend requests to bots."
msgstr "Ти не можеш надсилати запити у друзі ботам."
@@ -21094,7 +21177,7 @@ msgstr "У тебе немає доступу до каналу, де було
msgid "You do not have permission to send messages in this channel."
msgstr "Ти не маєш дозволу надсилати повідомлення в цьому каналі."
-#: src/components/layout/GuildLayout.tsx:393
+#: src/components/layout/GuildLayout.tsx:398
msgid "You don't have access to any channels in this community."
msgstr "У тебе немає доступу до жодного каналу в цій спільноті."
@@ -21114,23 +21197,23 @@ msgstr "У тебе немає дозволу встановити цей пак
msgid "You don't have permission to install this sticker pack."
msgstr "У тебе немає дозволу встановити цей пакет стікерів."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:203
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:222
msgid "You have all <0/> for <1>{monthlyPrice}/month1>."
msgstr "У тебе є все <0/> за <1>{monthlyPrice}/місяць1>."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:208
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:227
msgid "You have all <0/> for <1>{yearlyPrice}/year1>."
msgstr "У тебе є все <0/> за <1>{yearlyPrice}/рік1>."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:213
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:232
msgid "You have all <0/> for your subscription period."
msgstr "У тебе є весь <0/> протягом періоду підписки."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:198
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:217
msgid "You have all <0/> forever. No subscriptions, no renewals."
msgstr "У тебе є все <0/> назавжди. Без підписок та поновлень."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:169
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:188
msgid "You have all <0/> via a <1>gift subscription1> until <2>{giftEndDate}2>. It <3>won't renew3>."
msgstr "У тебе є все <0/> через <1>подарункову підписку1> до <2>{giftEndDate}2>. Вона <3>не поновиться3>."
@@ -21228,11 +21311,11 @@ msgstr "Ти втратив доступ до цього збереженого
msgid "You made it, {username}! We're about to hit 88mph!"
msgstr "Ти тут, {username}! Ми от-от розганяємось до 88 миль на годину!"
-#: src/components/channel/CallMessage.tsx:179
+#: src/components/channel/CallMessage.tsx:173
msgid "You missed a call from <0/> that lasted {durationText}."
msgstr "Ти пропустив дзвінок від <0/>, який тривав {durationText}."
-#: src/components/channel/CallMessage.tsx:184
+#: src/components/channel/CallMessage.tsx:178
msgid "You missed a call from <0/>."
msgstr "Ви пропустили дзвінок від <0/>."
@@ -21252,7 +21335,7 @@ msgstr "Тобі має бути 18 або більше років, щоб пе
msgid "You must be connected to the gateway to accept this temporary invite. Please check your connection and try again."
msgstr "Ти маєш бути підключений до шлюзу, щоб прийняти це тимчасове запрошення. Перевір з’єднання і спробуй ще раз."
-#: src/components/pages/ReportPage.tsx:463
+#: src/components/pages/ReportPage.tsx:288
msgid "You must verify your email before submitting a report."
msgstr "Ти маєш підтвердити електронну пошту перед надсиланням скарги."
@@ -21385,7 +21468,7 @@ msgstr "Ти в голосовому каналі"
msgid "You're sending messages too quickly"
msgstr "Ти надсилаєш повідомлення занадто швидко"
-#: src/components/channel/Messages.tsx:909
+#: src/components/channel/Messages.tsx:907
msgid "You're viewing older messages"
msgstr "Ти переглядаєш старіші повідомлення"
@@ -21464,7 +21547,7 @@ msgstr "Ваш обліковий запис затверджено. Перен
msgid "Your account has been created, but access is temporarily limited until approval. You will be notified once your account is approved."
msgstr "Ваш обліковий запис створено, але доступ тимчасово обмежено до затвердження. Ви отримаєте повідомлення, щойно обліковий запис буде затверджено."
-#: src/components/modals/components/UnclaimedAccountAlert.tsx:38
+#: src/components/modals/components/UnclaimedAccountAlert.tsx:36
msgid "Your account is not yet claimed. Without an email and password, you won't be able to sign in from other devices and you could lose access to your account. Claim your account now to secure it."
msgstr "Ваш обліковий запис ще не привласнено. Без електронної пошти та пароля ви не зможете входити з інших пристроїв і можете втратити доступ. Привласніть обліковий запис зараз, щоб його захистити."
@@ -21508,7 +21591,7 @@ msgstr "Ваші поточні налаштування звуку сповіщ
msgid "Your export request will be processed"
msgstr "Ваш запит на експорт буде оброблено"
-#: src/components/pages/ReportPage.tsx:935
+#: src/components/pages/report/ReportStepDetails.tsx:213
msgid "Your FluxerTag (optional)"
msgstr "Ваш FluxerTag (необов’язково)"
@@ -21521,7 +21604,7 @@ msgid "Your invite expires in 24 hours"
msgstr "Ваше запрошення дійсне 24 години"
#. placeholder {0}: getExpirationText()
-#: src/components/modals/InviteModal.tsx:325
+#: src/components/modals/InviteModal.tsx:322
msgid "Your invite link expires in {0}."
msgstr "Ваше запрошення спливає через {0}."
@@ -21565,7 +21648,7 @@ msgstr "Ваш особистий куточок для швидкого дос
msgid "Your Plutonium subscription has expired. You've lost all Plutonium perks. Reactivate your subscription to regain access."
msgstr "Термін дії вашої підписки Plutonium минув. Ви втратили всі привілеї Plutonium. Реактивуйте підписку, щоб відновити доступ."
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:781
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:813
msgid "Your private space"
msgstr "Ваш приватний простір"
@@ -21573,7 +21656,7 @@ msgstr "Ваш приватний простір"
msgid "Your private space for thoughts and reminders"
msgstr "Ваш приватний простір для думок і нагадувань"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:277
+#: src/components/modals/tabs/GiftInventoryTab.tsx:300
msgid "Your Purchased Gifts"
msgstr "Ваші придбані подарунки"
@@ -21585,15 +21668,11 @@ msgstr "ваш регіон"
msgid "Your stream is still being broadcast"
msgstr "Ваш стрім все ще транслюється"
-#: src/components/pages/ReportPage.tsx:594
-msgid "Your submission ID"
-msgstr "Ваш ID подання"
-
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:153
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:172
msgid "Your subscription ended, but you still have all <0/> until <1>{graceDate}1>. Resubscribe to keep them."
msgstr "Ваша підписка закінчилась, але у вас усе <0/> ще є до <1>{graceDate}1>. Поновіть підписку, щоб зберегти їх."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:138
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:157
msgid "Your subscription expired on <0>{expiredDate}0>. You lost all <1/>. You can reactivate at any time."
msgstr "Термін дії вашої підписки закінчився <0>{expiredDate}0>. Ви втратили всі <1/>. Ви можете реактивувати її в будь-який момент."
@@ -21609,7 +21688,7 @@ msgstr "Вашу підписку реактивовано!"
msgid "Your subscription has been set to cancel at the end of your billing period."
msgstr "Вашу підписку заплановано на скасування наприкінці поточного періоду оплати."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:191
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:210
msgid "Your subscription will cancel on <0>{cancelDate}0>. You'll lose all <1/> after that date."
msgstr "Ваша підписка скасується <0>{cancelDate}0>. Після цієї дати ви втратите всі <1/>."
diff --git a/fluxer_app/src/locales/vi/messages.po b/fluxer_app/src/locales/vi/messages.po
index b5b8a1e9..8eeb02e2 100644
--- a/fluxer_app/src/locales/vi/messages.po
+++ b/fluxer_app/src/locales/vi/messages.po
@@ -68,12 +68,12 @@ msgstr "(tối đa hiển thị 15)"
msgid "(No content)"
msgstr "(Không có nội dung)"
-#: src/components/modals/UserProfileMobileSheet.tsx:552
+#: src/components/modals/UserProfileMobileSheet.tsx:556
#: src/components/pages/YouPage.tsx:147
msgid "(only visible to you)"
msgstr "(chỉ bạn thấy)"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:954
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:976
msgid "(you)"
msgstr "(bạn)"
@@ -138,12 +138,12 @@ msgid "{0} Online"
msgstr "{0} đang trực tuyến"
#. placeholder {0}: reaction.count
-#: src/components/channel/MessageReactions.tsx:120
+#: src/components/channel/MessageReactions.tsx:119
msgid "{0} reaction"
msgstr "{0} phản ứng"
#. placeholder {0}: reaction.count
-#: src/components/channel/MessageReactions.tsx:120
+#: src/components/channel/MessageReactions.tsx:119
msgid "{0} reactions"
msgstr "{0} phản ứng"
@@ -153,13 +153,13 @@ msgid "{0} remaining"
msgstr "{0} còn lại"
#. placeholder {0}: machineState.total
-#: src/components/channel/ChannelSearchResults.tsx:315
+#: src/components/channel/ChannelSearchResults.tsx:272
msgid "{0} Result"
msgstr "{0} Kết quả"
#. placeholder {0}: machineState.total
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:390
-#: src/components/channel/ChannelSearchResults.tsx:315
+#: src/components/channel/ChannelSearchResults.tsx:272
msgid "{0} Results"
msgstr "{0} Kết quả"
@@ -402,7 +402,7 @@ msgstr "{actor} đã cập nhật nhãn dán {namedTarget}."
msgid "{actor} updated the webhook {namedTarget}."
msgstr "{actor} đã cập nhật webhook {namedTarget}."
-#: src/components/modals/tabs/BetaCodesTab.tsx:280
+#: src/components/modals/tabs/BetaCodesTab.tsx:284
msgid "{allowance} codes remaining this week"
msgstr "{allowance} mã còn lại trong tuần này"
@@ -533,7 +533,7 @@ msgstr "{emojiName}, {0} phản ứng"
msgid "{emojiName}, {0} reactions"
msgstr "{emojiName}, {0} phản ứng"
-#: src/components/channel/MessageReactions.tsx:122
+#: src/components/channel/MessageReactions.tsx:121
msgid "{emojiName}: {reactionCountText}, {actionText}"
msgstr "{emojiName}: {reactionCountText}, {actionText}"
@@ -561,8 +561,8 @@ msgstr "Hình ảnh {label} không thể được hoạt hình. Vui lòng sử d
#: src/components/auth/InviteHeader.tsx:127
#: src/components/auth/InviteHeader.tsx:241
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:281
-#: src/components/channel/InviteEmbed.tsx:180
-#: src/components/channel/InviteEmbed.tsx:444
+#: src/components/channel/InviteEmbed.tsx:182
+#: src/components/channel/InviteEmbed.tsx:446
msgid "{memberCount} Member"
msgstr "{memberCount} Thành viên"
@@ -570,8 +570,8 @@ msgstr "{memberCount} Thành viên"
#: src/components/auth/InviteHeader.tsx:127
#: src/components/auth/InviteHeader.tsx:241
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:281
-#: src/components/channel/InviteEmbed.tsx:180
-#: src/components/channel/InviteEmbed.tsx:444
+#: src/components/channel/InviteEmbed.tsx:182
+#: src/components/channel/InviteEmbed.tsx:446
msgid "{memberCount} Members"
msgstr "{memberCount} Thành viên"
@@ -606,11 +606,11 @@ msgstr "{minutes} phút và {seconds} giây"
msgid "{minutes} minutes and 1 second"
msgstr "{minutes} phút và 1 giây"
-#: src/components/channel/dm/DMWelcomeSection.tsx:155
+#: src/components/channel/dm/DMWelcomeSection.tsx:167
msgid "{mutualGuildCount} mutual commmunity"
msgstr "{mutualGuildCount} cộng đồng tương hỗ"
-#: src/components/channel/dm/DMWelcomeSection.tsx:156
+#: src/components/channel/dm/DMWelcomeSection.tsx:168
msgid "{mutualGuildCount} mutual communities"
msgstr "{mutualGuildCount} cộng đồng tương hỗ"
@@ -632,7 +632,7 @@ msgstr "{participantCount} người tham gia trong cuộc gọi"
#: src/components/auth/InviteHeader.tsx:235
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:276
-#: src/components/channel/InviteEmbed.tsx:439
+#: src/components/channel/InviteEmbed.tsx:441
msgid "{presenceCount} Online"
msgstr "{presenceCount} đang trực tuyến"
@@ -644,15 +644,15 @@ msgstr "Còn {remaining} ký tự"
msgid "{remaining} characters left. Get Plutonium to write up to {premiumMaxLength} characters."
msgstr "Còn {remaining} ký tự. Nâng cấp Plutonium để viết tối đa {premiumMaxLength} ký tự."
-#: src/components/channel/InviteEmbed.tsx:301
+#: src/components/channel/InviteEmbed.tsx:303
msgid "{renderedMemberCount} Member"
msgstr "{renderedMemberCount} Thành viên"
-#: src/components/channel/InviteEmbed.tsx:301
+#: src/components/channel/InviteEmbed.tsx:303
msgid "{renderedMemberCount} Members"
msgstr "{renderedMemberCount} Thành viên"
-#: src/components/channel/InviteEmbed.tsx:296
+#: src/components/channel/InviteEmbed.tsx:298
msgid "{renderedPresenceCount} Online"
msgstr "{renderedPresenceCount} đang trực tuyến"
@@ -704,11 +704,11 @@ msgstr "{totalSeconds} giây"
msgid "{totalSeconds} seconds"
msgstr "{totalSeconds} giây"
-#: src/components/layout/GuildsLayout.tsx:231
+#: src/components/layout/GuildsLayout.tsx:229
msgid "{unavailableCount} communities are temporarily unavailable due to a flux capacitor malfunction."
msgstr "{unavailableCount} cộng đồng tạm thời không khả dụng do lỗi bộ khuyếch đại flux."
-#: src/components/layout/GuildsLayout.tsx:230
+#: src/components/layout/GuildsLayout.tsx:228
msgid "{unavailableCount} community is temporarily unavailable due to a flux capacitor malfunction."
msgstr "{unavailableCount} cộng đồng tạm thời không khả dụng do lỗi bộ khuyếch đại flux."
@@ -814,27 +814,27 @@ msgstr "@everyone đề cập"
msgid "@username"
msgstr "@username"
-#: src/components/channel/CallMessage.tsx:75
+#: src/components/channel/CallMessage.tsx:72
msgid "# days"
msgstr "# ngày"
-#: src/components/channel/CallMessage.tsx:76
+#: src/components/channel/CallMessage.tsx:73
msgid "# hours"
msgstr "# giờ"
-#: src/components/channel/CallMessage.tsx:77
+#: src/components/channel/CallMessage.tsx:74
msgid "# minutes"
msgstr "# phút"
-#: src/components/channel/CallMessage.tsx:73
+#: src/components/channel/CallMessage.tsx:70
msgid "# months"
msgstr "# tháng"
-#: src/components/channel/CallMessage.tsx:74
+#: src/components/channel/CallMessage.tsx:71
msgid "# weeks"
msgstr "# tuần"
-#: src/components/channel/CallMessage.tsx:72
+#: src/components/channel/CallMessage.tsx:69
msgid "# years"
msgstr "# năm"
@@ -878,11 +878,11 @@ msgstr "<0/> đã gỡ <1/> khỏi nhóm."
msgid "<0/> removed someone from the group."
msgstr "<0/> đã gỡ ai đó khỏi nhóm."
-#: src/components/channel/CallMessage.tsx:191
+#: src/components/channel/CallMessage.tsx:185
msgid "<0/> started a call that lasted {durationText}."
msgstr "<0/> đã bắt đầu một cuộc gọi kéo dài {durationText}."
-#: src/components/channel/CallMessage.tsx:154
+#: src/components/channel/CallMessage.tsx:148
msgid "<0/> started a call."
msgstr "<0/> đã bắt đầu một cuộc gọi."
@@ -943,11 +943,11 @@ msgstr "<0>Đã bật tiếng0> thành viên."
msgid "<0>Warning:0> This will also disable SMS two-factor authentication."
msgstr "<0>Cảnh báo:0> Điều này cũng sẽ tắt xác thực hai yếu tố qua SMS."
-#: src/components/modals/tabs/BetaCodesTab.tsx:278
+#: src/components/modals/tabs/BetaCodesTab.tsx:282
msgid "1 code remaining this week"
msgstr "Còn 1 mã trong tuần này"
-#: src/components/channel/CallMessage.tsx:75
+#: src/components/channel/CallMessage.tsx:72
#: src/components/modals/BanMemberModal.tsx:54
#: src/components/modals/InviteModal.tsx:77
#: src/components/modals/InviteModal.tsx:212
@@ -956,7 +956,7 @@ msgstr "Còn 1 mã trong tuần này"
msgid "1 day"
msgstr "1 ngày"
-#: src/components/channel/CallMessage.tsx:76
+#: src/components/channel/CallMessage.tsx:73
#: src/components/modals/BanMemberModal.tsx:52
#: src/components/modals/channelTabs/ChannelOverviewTab.tsx:154
#: src/components/modals/CustomStatusBottomSheet.tsx:44
@@ -993,7 +993,7 @@ msgstr "1 phút và {seconds} giây"
msgid "1 minute and 1 second"
msgstr "1 phút và 1 giây"
-#: src/components/channel/CallMessage.tsx:73
+#: src/components/channel/CallMessage.tsx:70
#: src/components/modals/BanMemberModal.tsx:59
msgid "1 month"
msgstr "1 tháng"
@@ -1002,12 +1002,12 @@ msgstr "1 tháng"
msgid "1 Month"
msgstr "1 tháng"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:99
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:120
msgid "1 Month {monthlyPrice}"
msgstr "1 tháng {monthlyPrice}"
-#: src/components/modals/components/plutonium/GiftSection.tsx:78
-#: src/components/modals/components/plutonium/PricingSection.tsx:110
+#: src/components/modals/components/plutonium/GiftSection.tsx:88
+#: src/components/modals/components/plutonium/PricingSection.tsx:128
msgid "1 Month Gift"
msgstr "Quà tặng 1 tháng"
@@ -1020,22 +1020,22 @@ msgstr "1 lần sử dụng"
msgid "1 user"
msgstr "1 người dùng"
-#: src/components/channel/CallMessage.tsx:74
+#: src/components/channel/CallMessage.tsx:71
#: src/components/modals/BanMemberModal.tsx:57
#: src/components/modals/TimeoutMemberOptions.ts:39
msgid "1 week"
msgstr "1 tuần"
-#: src/components/channel/CallMessage.tsx:72
+#: src/components/channel/CallMessage.tsx:69
msgid "1 year"
msgstr "1 năm"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:91
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:109
msgid "1 Year {yearlyPrice}"
msgstr "1 năm {yearlyPrice}"
-#: src/components/modals/components/plutonium/GiftSection.tsx:69
-#: src/components/modals/components/plutonium/PricingSection.tsx:101
+#: src/components/modals/components/plutonium/GiftSection.tsx:76
+#: src/components/modals/components/plutonium/PricingSection.tsx:116
msgid "1 Year Gift"
msgstr "Quà tặng 1 năm"
@@ -1286,8 +1286,8 @@ msgstr "8 giờ"
msgid "A 4-digit tag will be added automatically to ensure uniqueness"
msgstr "Một thẻ 4 chữ số sẽ được thêm tự động để đảm bảo tính duy nhất"
-#: src/components/channel/CallMessage.tsx:86
-#: src/components/channel/CallMessage.tsx:148
+#: src/components/channel/CallMessage.tsx:83
+#: src/components/channel/CallMessage.tsx:142
msgid "a few seconds"
msgstr "vài giây"
@@ -1299,7 +1299,7 @@ msgstr "Một nhóm chiến binh bàn phím đang tập hợp..."
msgid "A helpful bot that does amazing things!"
msgstr "Một bot hữu ích làm được nhiều điều tuyệt vời!"
-#: src/components/channel/CallMessage.tsx:77
+#: src/components/channel/CallMessage.tsx:74
msgid "a minute"
msgstr "1 phút"
@@ -1316,7 +1316,7 @@ msgid "A symphony of clacking keys is underway..."
msgstr "Một bản giao hưởng của tiếng gõ phím đang diễn ra..."
#: src/components/modals/tabs/MyProfileTab/BioEditor.tsx:127
-#: src/components/modals/UserProfileMobileSheet.tsx:528
+#: src/components/modals/UserProfileMobileSheet.tsx:532
#: src/components/pages/YouPage.tsx:132
msgid "About Me"
msgstr "Về tôi"
@@ -1330,18 +1330,18 @@ msgstr "Về bạn"
msgid "Accent Color"
msgstr "Màu nhấn"
-#: src/components/channel/channel-view/DMChannelView.tsx:291
-#: src/components/channel/dm/DMWelcomeSection.tsx:116
+#: src/components/channel/channel-view/DMChannelView.tsx:292
+#: src/components/channel/dm/DMWelcomeSection.tsx:128
#: src/components/channel/friends/FriendListItem.tsx:238
#: src/components/channel/friends/MobileFriendRequestItem.tsx:99
#: src/components/voice/IncomingCallUI.tsx:302
msgid "Accept"
msgstr "Chấp nhận"
-#: src/components/bottomsheets/DMBottomSheet.tsx:515
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:260
-#: src/components/modals/UserProfileModal.tsx:1258
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:88
+#: src/components/bottomsheets/DMBottomSheet.tsx:517
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:262
+#: src/components/modals/UserProfileModal.tsx:1259
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:109
msgid "Accept Friend Request"
msgstr "Chấp nhận lời mời kết bạn"
@@ -1358,7 +1358,7 @@ msgstr "Chấp nhận lời mời"
msgid "Accept the incoming call"
msgstr "Nhận cuộc gọi đến"
-#: src/components/channel/InviteEmbed.tsx:226
+#: src/components/channel/InviteEmbed.tsx:228
#: src/components/modals/InviteAcceptModal.tsx:163
msgid "Accepting this invite installs the pack automatically."
msgstr "Chấp nhận lời mời này sẽ tự động cài gói."
@@ -1407,7 +1407,7 @@ msgstr "Tài khoản & Premium"
msgid "Account appears to exist solely for spamming"
msgstr "Tài khoản có vẻ chỉ dùng để spam"
-#: src/components/modals/ClaimAccountModal.tsx:105
+#: src/components/modals/ClaimAccountModal.tsx:107
msgid "Account claimed successfully"
msgstr "Yêu cầu tài khoản thành công"
@@ -1459,7 +1459,7 @@ msgstr "Chỉ trên tất cả DM bạn từng tham gia"
msgid "Action with both icons!"
msgstr "Hành động với cả hai biểu tượng!"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:124
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:143
msgid "Active"
msgstr "Đang hoạt động"
@@ -1584,12 +1584,13 @@ msgstr "Thêm email"
msgid "Add Favorite Channels"
msgstr "Thêm kênh yêu thích"
-#: src/components/bottomsheets/DMBottomSheet.tsx:524
+#: src/components/bottomsheets/DMBottomSheet.tsx:527
#: src/components/channel/dm/AddFriendView.tsx:32
#: src/components/channel/dm/DMFriendsView.tsx:199
#: src/components/modals/AddFriendSheet.tsx:50
-#: src/components/modals/UserProfileModal.tsx:1178
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:68
+#: src/components/modals/UserProfileModal.tsx:1179
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:75
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:89
msgid "Add Friend"
msgstr "Thêm bạn"
@@ -1597,7 +1598,7 @@ msgstr "Thêm bạn"
msgid "Add Friends"
msgstr "Thêm bạn bè"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1187
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1211
#: src/components/channel/ChannelHeader.tsx:630
#: src/components/channel/dm/GroupDMWelcomeSection.tsx:85
msgid "Add Friends to Group"
@@ -1612,7 +1613,7 @@ msgstr "Thêm mục"
msgid "Add new reactions to messages."
msgstr "Thêm phản ứng mới vào tin nhắn."
-#: src/components/bottomsheets/DMBottomSheet.tsx:426
+#: src/components/bottomsheets/DMBottomSheet.tsx:428
#: src/components/profile/ProfileCard/ProfileCardActions.tsx:48
#: src/components/uikit/ContextMenu/items/UserNoteMenuItems.tsx:42
msgid "Add Note"
@@ -1647,7 +1648,7 @@ msgstr "Biểu mẫu thêm số điện thoại"
#: src/components/channel/MessageActionBar.tsx:450
#: src/components/channel/MessageActionBar.tsx:741
#: src/components/channel/messageActionMenu.tsx:92
-#: src/components/channel/MessageReactions.tsx:264
+#: src/components/channel/MessageReactions.tsx:263
#: src/components/uikit/ContextMenu/items/MessageMenuItems.tsx:65
msgid "Add Reaction"
msgstr "Thêm phản ứng"
@@ -1695,8 +1696,8 @@ msgid "Add to favorites"
msgstr "Thêm vào mục yêu thích"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:370
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1103
-#: src/components/bottomsheets/DMBottomSheet.tsx:400
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1127
+#: src/components/bottomsheets/DMBottomSheet.tsx:402
#: src/components/channel/ChannelHeader.tsx:547
#: src/components/channel/ChannelHeader.tsx:595
#: src/components/channel/ChannelHeader.tsx:600
@@ -1731,11 +1732,11 @@ msgid "Added to bookmarks"
msgstr "Đã thêm vào dấu trang"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:118
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:544
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:558
msgid "Added to favorites"
msgstr "Đã thêm vào mục yêu thích"
-#: src/components/bottomsheets/DMBottomSheet.tsx:129
+#: src/components/bottomsheets/DMBottomSheet.tsx:131
msgid "Added to Favorites"
msgstr "Đã thêm vào Danh sách yêu thích"
@@ -1752,7 +1753,7 @@ msgstr "Đã thêm: {createdDate}"
msgid "Added: {createdDate} • Last used: {lastUsedDate}"
msgstr "Đã thêm: {createdDate} • Lần cuối dùng: {lastUsedDate}"
-#: src/components/pages/ReportPage.tsx:943
+#: src/components/pages/report/ReportStepDetails.tsx:222
msgid "Additional Comments (optional)"
msgstr "Những bình luận thêm (tùy chọn)"
@@ -1873,7 +1874,7 @@ msgstr "Tất cả cuộc gọi sẽ thông báo im lặng thay vì reo. Mặc
msgid "All Communities"
msgstr "Tất cả Cộng đồng"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:74
+#: src/components/modals/components/plutonium/VisionarySection.tsx:83
msgid "All current and future Plutonium benefits, forever"
msgstr "Tất cả các quyền lợi Plutonium hiện tại và tương lai, vĩnh viễn"
@@ -1911,7 +1912,7 @@ msgstr "Tất cả thành viên"
msgid "All messages"
msgstr "Tất cả tin nhắn"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1377
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1401
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:206
#: src/components/modals/GuildNotificationSettingsModal.tsx:87
#: src/components/modals/GuildNotificationSettingsModal.tsx:273
@@ -2071,11 +2072,11 @@ msgstr "Cho phép {0}."
msgid "Already have an account?"
msgstr "Đã có tài khoản?"
-#: src/components/channel/InviteEmbed.tsx:187
+#: src/components/channel/InviteEmbed.tsx:189
msgid "Already joined"
msgstr "Đã gia nhập"
-#: src/components/channel/GiftEmbed.tsx:90
+#: src/components/channel/GiftEmbed.tsx:97
msgid "Already redeemed"
msgstr "Đã đổi mã"
@@ -2135,8 +2136,8 @@ msgstr "Luôn tin <0>{hostname}0> — bỏ qua cảnh báo này lần sau"
msgid "Always underline links"
msgstr "Luôn gạch chân các liên kết"
-#: src/components/channel/ChannelSearchResults.tsx:511
-#: src/components/channel/ChannelSearchResults.tsx:562
+#: src/components/channel/ChannelSearchResults.tsx:480
+#: src/components/channel/ChannelSearchResults.tsx:531
#: src/hooks/useChannelSearch.ts:233
#: src/hooks/useChannelSearch.ts:375
msgid "An error occurred while searching"
@@ -2198,7 +2199,7 @@ msgid "Animated Emoji ({0})"
msgstr "Biểu tượng cảm xúc hoạt hình ({0})"
#: src/components/channel/embeds/media/EmbedGifv.tsx:237
-#: src/components/channel/embeds/media/EmbedGifv.tsx:725
+#: src/components/channel/embeds/media/EmbedGifv.tsx:749
#: src/components/modals/MediaViewerModal.tsx:294
#: src/components/modals/MediaViewerModal.tsx:362
msgid "Animated GIF"
@@ -2320,8 +2321,8 @@ msgstr "Cập nhật ứng dụng thành công"
msgid "Applications"
msgstr "Ứng dụng"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:99
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:137
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:103
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:141
msgid "Applications & Bots"
msgstr "Ứng dụng & Bot"
@@ -2352,7 +2353,7 @@ msgid "Archive"
msgstr "Lưu trữ"
#. placeholder {0}: user.username
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:162
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:164
#: src/components/modals/UserProfileActionsSheet.tsx:133
#: src/utils/RelationshipActionUtils.tsx:141
msgid "Are you sure you want to block {0}? They won't be able to message you or send you friend requests."
@@ -2368,8 +2369,8 @@ msgid "Are you sure you want to close this group DM? You can always reopen it la
msgstr "Bạn có chắc muốn đóng DM nhóm này không? Bạn có thể mở lại sau."
#. placeholder {0}: recipient?.username ?? ''
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:601
-#: src/components/bottomsheets/DMBottomSheet.tsx:303
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:615
+#: src/components/bottomsheets/DMBottomSheet.tsx:305
msgid "Are you sure you want to close your DM with {0}? You can always reopen it later."
msgstr "Bạn có chắc muốn đóng DM với {0}? Bạn có thể mở lại sau."
@@ -2406,7 +2407,7 @@ msgid "Are you sure you want to delete #{0}? This action cannot be undone."
msgstr "Bạn có chắc muốn xóa #{0}? Hành động này không thể hoàn tác."
#. placeholder {0}: channel.name ?? 'this channel'
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:667
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:681
msgid "Are you sure you want to delete #{0}? This cannot be undone."
msgstr "Bạn có chắc muốn xóa #{0}? Điều này không thể hoàn tác."
@@ -2504,7 +2505,7 @@ msgstr "Bạn có chắc muốn rời {0} không?"
msgid "Are you sure you want to leave this community? You will no longer be able to see any messages."
msgstr "Bạn có chắc muốn rời cộng đồng này không? Bạn sẽ không còn xem được tin nhắn."
-#: src/components/bottomsheets/DMBottomSheet.tsx:338
+#: src/components/bottomsheets/DMBottomSheet.tsx:340
#: src/hooks/useLeaveGroup.tsx:43
msgid "Are you sure you want to leave this group? You will no longer be able to see any messages."
msgstr "Bạn có chắc muốn rời nhóm này không? Bạn sẽ không còn xem được tin nhắn."
@@ -2515,9 +2516,9 @@ msgid "Are you sure you want to make {0} the group owner? You will lose owner pr
msgstr "Bạn có chắc muốn chuyển quyền sở hữu nhóm cho {0}? Bạn sẽ mất quyền chủ sở hữu."
#. placeholder {0}: user.username
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:145
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:147
#: src/components/modals/UserProfileActionsSheet.tsx:116
-#: src/components/modals/UserProfileMobileSheet.tsx:303
+#: src/components/modals/UserProfileMobileSheet.tsx:304
#: src/utils/RelationshipActionUtils.tsx:114
msgid "Are you sure you want to remove {0} as a friend?"
msgstr "Bạn có chắc muốn hủy kết bạn với {0} không?"
@@ -2557,10 +2558,10 @@ msgid "Are you sure you want to transfer ownership of the group to {0}?"
msgstr "Bạn có chắc muốn chuyển quyền sở hữu nhóm cho {0} không?"
#. placeholder {0}: user.username
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:179
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:181
#: src/components/modals/tabs/BlockedUsersTab.tsx:57
#: src/components/modals/UserProfileActionsSheet.tsx:150
-#: src/components/modals/UserProfileMobileSheet.tsx:319
+#: src/components/modals/UserProfileMobileSheet.tsx:320
#: src/utils/RelationshipActionUtils.tsx:168
msgid "Are you sure you want to unblock {0}?"
msgstr "Bạn có chắc muốn bỏ chặn {0} không?"
@@ -2573,7 +2574,7 @@ msgstr "Câu lạc bộ Nghệ thuật"
msgid "Artists' Corner"
msgstr "Góc Nghệ sĩ"
-#: src/components/modals/components/plutonium/PricingSection.tsx:63
+#: src/components/modals/components/plutonium/PricingSection.tsx:69
msgid "As a Gift"
msgstr "Dưới dạng Quà tặng"
@@ -2689,7 +2690,7 @@ msgstr "Cài đặt âm thanh"
msgid "Audio will be included with this screen share."
msgstr "Âm thanh sẽ được bao gồm trong phiên chia sẻ màn hình này."
-#: src/components/pages/ReportPage.tsx:311
+#: src/components/pages/report/optionDescriptors.ts:83
msgid "Austria"
msgstr "Áo"
@@ -2844,6 +2845,7 @@ msgstr "Ping trung bình:"
#: src/components/modals/PhoneAddModal.tsx:235
#: src/components/modals/RequiredActionModal.tsx:463
#: src/components/pages/OAuthAuthorizePage.tsx:694
+#: src/components/pages/report/ReportStepDetails.tsx:243
msgid "Back"
msgstr "Quay lại"
@@ -2933,7 +2935,7 @@ msgid "Balanced quality and bandwidth"
msgstr "Chất lượng và băng thông cân bằng"
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:353
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:320
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:323
#: src/components/modals/UserProfileActionsSheet.tsx:262
msgid "Ban"
msgstr "Cấm"
@@ -3035,7 +3037,7 @@ msgstr "trước:"
msgid "Begin a call in the current private conversation"
msgstr "Bắt đầu cuộc gọi trong cuộc trò chuyện riêng tư hiện tại"
-#: src/components/pages/ReportPage.tsx:312
+#: src/components/pages/report/optionDescriptors.ts:84
msgid "Belgium"
msgstr "Bỉ"
@@ -3066,7 +3068,7 @@ msgstr "Mã beta (tùy chọn)"
msgid "Beta Code Redeemed!"
msgstr "Đã đổi mã beta!"
-#: src/components/modals/tabs/BetaCodesTab.tsx:313
+#: src/components/modals/tabs/BetaCodesTab.tsx:338
#: src/components/modals/utils/settingsSearchIndex.ts:741
msgid "Beta Codes"
msgstr "Mã beta"
@@ -3083,13 +3085,13 @@ msgstr "Tiểu sử"
msgid "Bio character limit"
msgstr "Giới hạn ký tự tiểu sử"
-#: src/components/bottomsheets/DMBottomSheet.tsx:538
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:163
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:345
+#: src/components/bottomsheets/DMBottomSheet.tsx:541
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:165
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:348
#: src/components/modals/UserProfileActionsSheet.tsx:134
#: src/components/modals/UserProfileActionsSheet.tsx:298
#: src/components/modals/UserProfileModal.tsx:1062
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:190
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:211
#: src/utils/RelationshipActionUtils.tsx:143
msgid "Block"
msgstr "Chặn"
@@ -3106,7 +3108,7 @@ msgstr "Chặn tin nhắn trực tiếp từ thành viên cộng đồng?"
msgid "Block for all communities"
msgstr "Chặn cho tất cả cộng đồng"
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:161
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:163
#: src/components/modals/UserProfileActionsSheet.tsx:132
#: src/utils/RelationshipActionUtils.tsx:139
msgid "Block User"
@@ -3270,7 +3272,7 @@ msgstr "Cần âm thanh trình duyệt"
msgid "Browser locale ({browserLocale}): {format}"
msgstr "Ngôn ngữ trình duyệt ({browserLocale}): {format}"
-#: src/components/pages/ReportPage.tsx:313
+#: src/components/pages/report/optionDescriptors.ts:85
msgid "Bulgaria"
msgstr "Bulgaria"
@@ -3313,16 +3315,16 @@ msgstr "Nút hiện chỉ báo đang tải khi submitting là true."
msgid "Buttons with Icons"
msgstr "Nút có biểu tượng"
-#: src/components/modals/components/plutonium/GiftSection.tsx:74
-#: src/components/modals/components/plutonium/GiftSection.tsx:83
-#: src/components/modals/components/plutonium/GiftSection.tsx:92
-#: src/components/modals/components/plutonium/PricingSection.tsx:106
-#: src/components/modals/components/plutonium/PricingSection.tsx:115
-#: src/components/modals/components/plutonium/PricingSection.tsx:124
+#: src/components/modals/components/plutonium/GiftSection.tsx:81
+#: src/components/modals/components/plutonium/GiftSection.tsx:93
+#: src/components/modals/components/plutonium/GiftSection.tsx:105
+#: src/components/modals/components/plutonium/PricingSection.tsx:121
+#: src/components/modals/components/plutonium/PricingSection.tsx:133
+#: src/components/modals/components/plutonium/PricingSection.tsx:145
msgid "Buy Gift"
msgstr "Mua quà tặng"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:114
+#: src/components/modals/components/plutonium/VisionarySection.tsx:140
msgid "Buying Visionary will cancel your current {currentAccessLabel} immediately. It is a one-time purchase with lifetime access."
msgstr "Mua Visionary sẽ hủy bỏ quyền truy cập {currentAccessLabel} hiện tại của bạn ngay lập tức. Đây là một lần mua với quyền truy cập trọn đời."
@@ -3347,7 +3349,7 @@ msgstr "Vượt qua slowmode"
msgid "Bypass Splash Screen"
msgstr "Bỏ qua Màn hình khởi động"
-#: src/components/channel/channel-view/DMChannelView.tsx:271
+#: src/components/channel/channel-view/DMChannelView.tsx:272
msgid "Call available"
msgstr "Có thể gọi"
@@ -3446,11 +3448,11 @@ msgstr "Cài đặt camera"
#: src/components/modals/CategoryCreateModal.tsx:79
#: src/components/modals/ChannelCreateModal.tsx:100
#: src/components/modals/ChannelDeleteModal.tsx:72
-#: src/components/modals/ClaimAccountModal.tsx:179
-#: src/components/modals/ClaimAccountModal.tsx:219
-#: src/components/modals/components/MobileSettingsView.tsx:302
+#: src/components/modals/ClaimAccountModal.tsx:181
+#: src/components/modals/ClaimAccountModal.tsx:221
+#: src/components/modals/components/MobileSettingsView.tsx:297
#: src/components/modals/components/plutonium/hooks/useCheckoutActions.tsx:110
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:328
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:371
#: src/components/modals/ConfirmModal.tsx:146
#: src/components/modals/CreateDMModal.tsx:88
#: src/components/modals/CreateFavoriteCategoryModal.tsx:74
@@ -3473,7 +3475,7 @@ msgstr "Cài đặt camera"
#: src/components/modals/HideOwnCameraConfirmModal.tsx:65
#: src/components/modals/IARModal.tsx:218
#: src/components/modals/ImageCropModal.tsx:981
-#: src/components/modals/InviteModal.tsx:336
+#: src/components/modals/InviteModal.tsx:333
#: src/components/modals/KickMemberModal.tsx:60
#: src/components/modals/MfaTotpDisableModal.tsx:75
#: src/components/modals/MfaTotpEnableModal.tsx:102
@@ -3498,11 +3500,11 @@ msgstr "Cài đặt camera"
msgid "Cancel"
msgstr "Hủy"
-#: src/components/channel/dm/DMWelcomeSection.tsx:126
+#: src/components/channel/dm/DMWelcomeSection.tsx:138
#: src/components/channel/friends/FriendListItem.tsx:164
#: src/components/channel/friends/FriendListItem.tsx:166
-#: src/components/modals/UserProfileModal.tsx:1273
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:171
+#: src/components/modals/UserProfileModal.tsx:1274
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:192
msgid "Cancel Friend Request"
msgstr "Hủy lời mời kết bạn"
@@ -3522,7 +3524,7 @@ msgstr "Hủy yêu cầu"
msgid "Cancel upload"
msgstr "Hủy tải lên"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:118
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:137
msgid "Canceling"
msgstr "Đang hủy"
@@ -3566,7 +3568,7 @@ msgstr "Căn chỉnh thẻ"
msgid "Card alignment controls"
msgstr "Điều khiển căn chỉnh thẻ"
-#: src/components/modals/components/MobileSettingsView.tsx:123
+#: src/components/modals/components/MobileSettingsView.tsx:118
#: src/components/modals/components/SettingsModalHeader.tsx:76
msgid "Careful! You have unsaved changes."
msgstr "Cẩn thận! Bạn có thay đổi chưa lưu."
@@ -3576,7 +3578,7 @@ msgstr "Cẩn thận! Bạn có thay đổi chưa lưu."
msgid "Category"
msgstr "Danh mục"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1371
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1395
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:239
msgid "Category Default"
msgstr "Mặc định danh mục"
@@ -3594,7 +3596,7 @@ msgstr "Danh mục đầy"
msgid "Category Name"
msgstr "Tên danh mục"
-#: src/components/modals/ChannelSettingsModal.tsx:105
+#: src/components/modals/ChannelSettingsModal.tsx:113
#: src/components/modals/components/DesktopChannelSettingsView.tsx:188
msgid "Category Settings"
msgstr "Cài đặt danh mục"
@@ -3625,7 +3627,7 @@ msgstr "Thay nền"
msgid "Change Banner"
msgstr "Thay biểu ngữ"
-#: src/components/pages/ReportPage.tsx:752
+#: src/components/pages/report/ReportStepVerification.tsx:126
msgid "Change email"
msgstr "Thay đổi email"
@@ -3647,8 +3649,8 @@ msgstr "Thay FluxerTag"
msgid "Change FluxerTag form"
msgstr "Mẫu thay FluxerTag"
-#: src/components/bottomsheets/DMBottomSheet.tsx:433
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:133
+#: src/components/bottomsheets/DMBottomSheet.tsx:435
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:154
msgid "Change Friend Nickname"
msgstr "Thay biệt danh bạn bè"
@@ -3673,7 +3675,7 @@ msgid "Change My Group Nickname"
msgstr "Thay biệt danh nhóm của tôi"
#: src/components/modals/BaseChangeNicknameModal.tsx:82
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:238
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:240
#: src/components/modals/RenameChannelModal.tsx:58
#: src/components/modals/UserProfileActionsSheet.tsx:225
#: src/components/modals/UserProfileActionsSheet.tsx:225
@@ -3760,8 +3762,8 @@ msgstr "Đã đổi vùng âm thanh thành {0}."
msgid "channel"
msgstr "kênh"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:483
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:549
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:497
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:563
#: src/components/invites/InviteListItem.tsx:50
#: src/components/webhooks/WebhookListItem.tsx:240
#: src/constants/AuditLogConstants.tsx:236
@@ -3796,7 +3798,7 @@ msgid "Channel Debug"
msgstr "Gỡ lỗi kênh"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:188
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:675
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:689
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:329
msgid "Channel deleted"
msgstr "Kênh đã xóa"
@@ -3806,11 +3808,11 @@ msgid "Channel Deleted"
msgstr "Kênh bị xóa"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:273
-#: src/components/bottomsheets/DMBottomSheet.tsx:366
+#: src/components/bottomsheets/DMBottomSheet.tsx:368
msgid "Channel ID copied"
msgstr "Đã sao chép ID kênh"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:535
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:549
msgid "Channel ID copied to clipboard"
msgstr "Đã sao chép ID kênh vào bảng nhớ tạm"
@@ -3878,9 +3880,9 @@ msgstr "Ghi âm kênh"
msgid "Channel removed from favorites"
msgstr "Đã bỏ kênh khỏi yêu thích"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1092
-#: src/components/layout/ChannelItem.tsx:630
-#: src/components/modals/ChannelSettingsModal.tsx:105
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1116
+#: src/components/layout/ChannelItem.tsx:647
+#: src/components/modals/ChannelSettingsModal.tsx:113
#: src/components/modals/components/DesktopChannelSettingsView.tsx:188
msgid "Channel Settings"
msgstr "Cài đặt kênh"
@@ -3947,7 +3949,7 @@ msgstr "Theo dõi <0>Bluesky (@fluxer.app)0> của chúng tôi để cập nh
msgid "Check out my custom theme!"
msgstr "Hãy xem giao diện tùy chỉnh của tôi!"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:105
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:109
msgid "Check your connection and try again."
msgstr "Kiểm tra kết nối và thử lại."
@@ -3969,8 +3971,8 @@ msgstr "Hộp kiểm"
msgid "Checking..."
msgstr "Đang kiểm tra..."
-#: src/components/pages/ReportPage.tsx:270
-#: src/components/pages/ReportPage.tsx:299
+#: src/components/pages/report/optionDescriptors.ts:51
+#: src/components/pages/report/optionDescriptors.ts:74
#: src/constants/IARConstants.tsx:72
#: src/constants/IARConstants.tsx:175
msgid "Child Safety Concerns"
@@ -3984,6 +3986,10 @@ msgstr "Tiếng Trung (Giản thể)"
msgid "Chinese (Traditional)"
msgstr "Tiếng Trung (Phồn thể)"
+#: src/components/pages/report/ReportBreadcrumbs.tsx:46
+msgid "Choose"
+msgstr "Chọn"
+
#: src/components/pages/OAuthAuthorizePage.tsx:898
msgid "Choose a community"
msgstr "Chọn một cộng đồng"
@@ -4080,25 +4086,36 @@ msgstr "Chọn màu nhấn cho hồ sơ của bạn"
#: src/components/channel/barriers/BarrierComponents.tsx:109
#: src/components/channel/barriers/BarrierComponents.tsx:240
-#: src/components/layout/app-layout/nagbars/UnclaimedAccountNagbar.tsx:47
-#: src/components/modals/ClaimAccountModal.tsx:225
-#: src/components/modals/components/UnclaimedAccountAlert.tsx:34
+#: src/components/channel/dm/AddFriendForm.tsx:57
+#: src/components/layout/app-layout/nagbars/UnclaimedAccountNagbar.tsx:45
+#: src/components/modals/ClaimAccountModal.tsx:227
+#: src/components/modals/components/UnclaimedAccountAlert.tsx:32
+#: src/components/modals/GiftAcceptModal.tsx:170
#: src/components/modals/tabs/AccountSecurityTab/SecurityTab.tsx:206
+#: src/components/modals/tabs/BetaCodesTab.tsx:297
+#: src/components/modals/tabs/GiftInventoryTab.tsx:242
msgid "Claim Account"
msgstr "Yêu cầu Tài khoản"
-#: src/components/channel/GiftEmbed.tsx:98
-#: src/components/modals/GiftAcceptModal.tsx:154
+#: src/components/channel/GiftEmbed.tsx:109
+msgid "Claim Account to Redeem"
+msgstr "Đăng ký tài khoản để đổi thưởng"
+
+#: src/components/channel/GiftEmbed.tsx:109
+#: src/components/modals/GiftAcceptModal.tsx:197
#: src/components/pages/GiftLoginPage.tsx:155
#: src/components/pages/GiftRegisterPage.tsx:42
msgid "Claim Gift"
msgstr "Nhận Quà"
-#: src/components/modals/ClaimAccountModal.tsx:141
+#: src/components/channel/dm/AddFriendForm.tsx:53
+#: src/components/modals/ClaimAccountModal.tsx:143
+#: src/components/modals/tabs/BetaCodesTab.tsx:293
+#: src/components/modals/tabs/GiftInventoryTab.tsx:238
msgid "Claim your account"
msgstr "Xác nhận tài khoản của bạn"
-#: src/components/modals/ClaimAccountModal.tsx:146
+#: src/components/modals/ClaimAccountModal.tsx:148
msgid "Claim your account by adding an email and password. We will send a verification code to confirm your email before finishing."
msgstr "Xác nhận tài khoản của bạn bằng cách thêm email và mật khẩu. Chúng tôi sẽ gửi mã xác minh để xác nhận email trước khi hoàn tất."
@@ -4106,11 +4123,68 @@ msgstr "Xác nhận tài khoản của bạn bằng cách thêm email và mật
msgid "Claim your account to access security features like two-factor authentication and passkeys."
msgstr "Xác nhận tài khoản của bạn để truy cập các tính năng bảo mật như xác thực hai yếu tố và chìa khóa đăng nhập."
+#: src/components/channel/ChannelHeader/CallButtons.tsx:85
+#: src/components/channel/ChannelHeader/CallButtons.tsx:155
+msgid "Claim your account to call"
+msgstr "Xác nhận tài khoản của bạn để gọi"
+
#: src/components/modals/tabs/MyProfileTab/UsernameSection.tsx:49
msgid "Claim your account to change your FluxerTag"
msgstr "Xác nhận tài khoản để thay đổi FluxerTag của bạn"
-#: src/components/modals/GiftAcceptModal.tsx:145
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:146
+msgid "Claim your account to create applications."
+msgstr "Đăng ký tài khoản của bạn để tạo ứng dụng."
+
+#: src/components/modals/tabs/BetaCodesTab.tsx:294
+msgid "Claim your account to generate beta codes."
+msgstr "Đăng ký tài khoản của bạn để tạo mã beta."
+
+#: src/components/layout/ChannelItem.tsx:208
+#: src/components/layout/ChannelItem.tsx:382
+#: src/stores/voice/MediaEngineFacade.ts:537
+msgid "Claim your account to join this voice channel."
+msgstr "Xác nhận tài khoản của bạn để tham gia kênh thoại này."
+
+#: src/stores/voice/MediaEngineFacade.ts:170
+msgid "Claim your account to join voice channels you don't own."
+msgstr "Xác nhận tài khoản của bạn để tham gia các kênh thoại bạn không sở hữu."
+
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:55
+#: src/components/modals/components/plutonium/GiftSection.tsx:61
+#: src/components/modals/components/plutonium/PricingSection.tsx:63
+#: src/components/modals/components/plutonium/VisionarySection.tsx:62
+#: src/components/modals/components/PlutoniumContent.tsx:99
+msgid "Claim your account to purchase Fluxer Plutonium."
+msgstr "Đăng ký tài khoản của bạn để mua Fluxer Plutonium."
+
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:112
+msgid "Claim your account to purchase or redeem Fluxer Plutonium."
+msgstr "Đăng ký tài khoản của bạn để mua hoặc đổi thưởng Fluxer Plutonium."
+
+#: src/components/modals/tabs/GiftInventoryTab.tsx:239
+msgid "Claim your account to redeem or manage Plutonium gift codes."
+msgstr "Đăng ký tài khoản của bạn để đổi thưởng hoặc quản lý mã quà tặng Plutonium."
+
+#: src/components/channel/GiftEmbed.tsx:99
+#: src/components/modals/GiftAcceptModal.tsx:154
+msgid "Claim your account to redeem this gift."
+msgstr "Đăng ký tài khoản của bạn để đổi thưởng món quà này."
+
+#: src/components/channel/dm/AddFriendForm.tsx:54
+#: src/components/channel/dm/DMWelcomeSection.tsx:109
+#: src/components/modals/UserProfileModal.tsx:1289
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:65
+msgid "Claim your account to send friend requests."
+msgstr "Đăng ký tài khoản của bạn để gửi yêu cầu kết bạn."
+
+#: src/components/channel/ChannelHeader/CallButtons.tsx:54
+#: src/components/channel/ChannelHeader/CallButtons.tsx:124
+#: src/stores/voice/MediaEngineFacade.ts:179
+msgid "Claim your account to start or join 1:1 calls."
+msgstr "Xác nhận tài khoản của bạn để bắt đầu hoặc tham gia cuộc gọi 1:1."
+
+#: src/components/modals/GiftAcceptModal.tsx:188
msgid "Claim your gift to activate your premium subscription!"
msgstr "Nhận quà để kích hoạt gói cao cấp của bạn!"
@@ -4164,8 +4238,8 @@ msgstr "Xoá quyền"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:420
#: src/components/channel/MessageSearchBar/MessageSearchBar.tsx:1424
-#: src/components/channel/shared/PickerSearchInput.tsx:195
-#: src/components/channel/shared/PickerSearchInput.tsx:212
+#: src/components/channel/shared/PickerSearchInput.tsx:194
+#: src/components/channel/shared/PickerSearchInput.tsx:211
#: src/components/modals/components/SettingsSearch.tsx:108
msgid "Clear search"
msgstr "Xoá tìm kiếm"
@@ -4200,11 +4274,11 @@ msgstr "Đã xoá mô tả nhãn dán."
msgid "Cleared the topic."
msgstr "Đã xoá chủ đề."
-#: src/components/modals/components/MobileSettingsView.tsx:297
+#: src/components/modals/components/MobileSettingsView.tsx:292
msgid "Clearing subscriptions ensures the gateway stops sending messages to this installation."
msgstr "Xoá đăng ký đảm bảo cổng không gửi tin nhắn đến cài đặt này nữa."
-#: src/components/modals/tabs/BetaCodesTab.tsx:366
+#: src/components/modals/tabs/BetaCodesTab.tsx:391
msgid "Click \"Create Code\" to generate your first code."
msgstr "Nhấn \"Tạo Mã\" để tạo mã đầu tiên của bạn."
@@ -4240,13 +4314,13 @@ msgstr "Nhấn để thêm ghi chú"
msgid "Click to check and uncheck. Available in square and round styles."
msgstr "Nhấn để chọn hoặc bỏ chọn. Có sẵn dạng vuông và tròn."
-#: src/components/channel/GiftEmbed.tsx:90
+#: src/components/channel/GiftEmbed.tsx:100
msgid "Click to claim your gift!"
msgstr "Nhấn để nhận quà!"
#: src/components/invites/InviteListItem.tsx:184
#: src/components/modals/components/ClientInfo.tsx:76
-#: src/components/modals/tabs/BetaCodesTab.tsx:172
+#: src/components/modals/tabs/BetaCodesTab.tsx:174
msgid "Click to copy"
msgstr "Nhấn để sao chép"
@@ -4328,12 +4402,12 @@ msgid "Close"
msgstr "Đóng"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:341
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:600
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:602
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1239
-#: src/components/bottomsheets/DMBottomSheet.tsx:302
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:614
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:616
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1263
#: src/components/bottomsheets/DMBottomSheet.tsx:304
-#: src/components/bottomsheets/DMBottomSheet.tsx:557
+#: src/components/bottomsheets/DMBottomSheet.tsx:306
+#: src/components/bottomsheets/DMBottomSheet.tsx:560
#: src/components/channel/dm/DMList.tsx:292
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:82
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:84
@@ -4358,7 +4432,8 @@ msgstr "Giao diện Than"
#: src/components/invites/InviteListItem.tsx:54
#: src/components/modals/MfaTotpDisableModal.tsx:64
#: src/components/modals/MfaTotpEnableModal.tsx:91
-#: src/components/modals/tabs/BetaCodesTab.tsx:51
+#: src/components/modals/tabs/BetaCodesTab.tsx:53
+#: src/components/pages/report/ReportBreadcrumbs.tsx:48
msgid "Code"
msgstr "Mã"
@@ -4370,7 +4445,8 @@ msgstr "Mã & Chữ đơn cách"
msgid "Code Blocks"
msgstr "Khối mã"
-#: src/components/modals/ClaimAccountModal.tsx:123
+#: src/components/modals/ClaimAccountModal.tsx:125
+#: src/components/pages/ReportPage.tsx:231
msgid "Code resent"
msgstr "Mã đã được gửi lại"
@@ -4379,8 +4455,8 @@ msgid "Code sent"
msgstr "Đã gửi mã"
#: src/components/invites/InviteListItem.tsx:180
-#: src/components/modals/tabs/BetaCodesTab.tsx:104
-#: src/components/modals/tabs/BetaCodesTab.tsx:168
+#: src/components/modals/tabs/BetaCodesTab.tsx:106
+#: src/components/modals/tabs/BetaCodesTab.tsx:170
msgid "Code:"
msgstr "Mã:"
@@ -4472,7 +4548,7 @@ msgstr "Cộng đồng đang bị tắt tiếng"
msgid "Community Debug"
msgstr "Gỡ lỗi cộng đồng"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1371
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1395
#: src/components/uikit/ContextMenu/items/CategoryMenuItems.tsx:221
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:239
msgid "Community Default"
@@ -4542,8 +4618,8 @@ msgstr "Cài đặt thông báo cộng đồng"
msgid "Community organizes raids or harassment campaigns"
msgstr "Cộng đồng tổ chức cuộc tấn công hoặc chiến dịch quấy rối"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:237
-#: src/components/channel/MemberListItem.tsx:102
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:238
+#: src/components/channel/MemberListItem.tsx:109
#: src/components/modals/guildTabs/GuildMembersTab.tsx:145
#: src/components/modals/guildTabs/GuildMembersTab.tsx:197
msgid "Community Owner"
@@ -4567,14 +4643,14 @@ msgstr "Cộng đồng khuyến khích hoặc tạo điều kiện cho hoạt đ
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:172
#: src/components/modals/components/DesktopGuildSettingsView.tsx:204
-#: src/components/modals/GuildSettingsModal.tsx:168
+#: src/components/modals/GuildSettingsModal.tsx:173
#: src/components/popouts/GuildHeaderPopout.tsx:187
#: src/components/uikit/ContextMenu/items/GuildMenuItems.tsx:360
msgid "Community Settings"
msgstr "Cài đặt cộng đồng"
-#: src/components/layout/GuildLayout.tsx:301
-#: src/components/layout/GuildLayout.tsx:348
+#: src/components/layout/GuildLayout.tsx:306
+#: src/components/layout/GuildLayout.tsx:353
msgid "Community temporarily unavailable"
msgstr "Cộng đồng tạm thời không khả dụng"
@@ -4782,8 +4858,8 @@ msgstr "Đã kết nối thoại"
msgid "Connecting..."
msgstr "Đang kết nối..."
-#: src/components/channel/channel-view/DMChannelView.tsx:273
-#: src/components/channel/channel-view/DMChannelView.tsx:323
+#: src/components/channel/channel-view/DMChannelView.tsx:274
+#: src/components/channel/channel-view/DMChannelView.tsx:324
#: src/components/voice/CompactVoiceCallView.tsx:55
msgid "Connecting…"
msgstr "Đang kết nối…"
@@ -4979,7 +5055,7 @@ msgstr "Kiểm soát trạng thái hoạt động của bạn"
#: src/components/modals/shared/CopyLinkSection.tsx:61
#: src/components/modals/tabs/ApplicationsTab/application-detail/ApplicationHeader.tsx:68
-#: src/components/modals/tabs/GiftInventoryTab.tsx:143
+#: src/components/modals/tabs/GiftInventoryTab.tsx:144
msgid "Copied"
msgstr "Đã sao chép"
@@ -5001,7 +5077,7 @@ msgstr "Đã sao chép!"
#: src/components/modals/BackupCodesModal.tsx:82
#: src/components/modals/shared/CopyLinkSection.tsx:61
#: src/components/modals/tabs/ApplicationsTab/application-detail/OAuthBuilderSection.tsx:142
-#: src/components/modals/tabs/GiftInventoryTab.tsx:143
+#: src/components/modals/tabs/GiftInventoryTab.tsx:144
msgid "Copy"
msgstr "Sao chép"
@@ -5017,7 +5093,7 @@ msgstr "Sao chép âm thanh"
msgid "Copy authorize URL"
msgstr "Sao chép URL ủy quyền"
-#: src/components/modals/tabs/BetaCodesTab.tsx:178
+#: src/components/modals/tabs/BetaCodesTab.tsx:180
msgid "Copy beta code"
msgstr "Sao chép mã beta"
@@ -5028,8 +5104,8 @@ msgstr "Sao chép ID danh mục"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:320
#: src/components/bottomsheets/ChannelBottomSheet.tsx:347
#: src/components/bottomsheets/ChannelBottomSheet.tsx:433
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1293
-#: src/components/bottomsheets/DMBottomSheet.tsx:577
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1317
+#: src/components/bottomsheets/DMBottomSheet.tsx:580
#: src/components/channel/dm/DMList.tsx:271
#: src/components/channel/dm/DMList.tsx:298
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:362
@@ -5090,7 +5166,7 @@ msgstr "Sao chép hình ảnh"
msgid "Copy invite link"
msgstr "Sao chép liên kết mời"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1154
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1178
#: src/components/modals/tabs/ComponentGalleryTab/ButtonsTab.tsx:182
#: src/components/modals/tabs/ComponentGalleryTab/index.tsx:100
#: src/components/modals/tabs/ComponentGalleryTab/Inline.tsx:95
@@ -5131,15 +5207,15 @@ msgstr "Sao chép ID nhãn dán"
msgid "Copy Text"
msgstr "Sao chép văn bản"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1285
-#: src/components/bottomsheets/DMBottomSheet.tsx:570
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1309
+#: src/components/bottomsheets/DMBottomSheet.tsx:573
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:370
#: src/components/modals/guildTabs/BannedUserActionsSheet.tsx:74
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:358
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:361
#: src/components/modals/tabs/BlockedUsersTab.tsx:107
#: src/components/modals/UserProfileActionsSheet.tsx:213
#: src/components/modals/UserProfileModal.tsx:1130
-#: src/components/popouts/UserAreaPopout.tsx:507
+#: src/components/popouts/UserAreaPopout.tsx:509
#: src/components/profile/ProfileCard/ProfileCardActions.tsx:60
#: src/components/uikit/ContextMenu/items/CopyMenuItems.tsx:42
msgid "Copy User ID"
@@ -5175,7 +5251,7 @@ msgstr "Đồng hồ đếm ngược"
msgid "Country"
msgstr "Quốc gia"
-#: src/components/pages/ReportPage.tsx:928
+#: src/components/pages/report/ReportStepDetails.tsx:205
msgid "Country of Residence"
msgstr "Nơi cư trú"
@@ -5207,7 +5283,7 @@ msgid "Create a new community or join an existing one."
msgstr "Tạo cộng đồng mới hoặc tham gia cộng đồng hiện có."
#. placeholder {0}: recipient.username
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:905
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:937
msgid "Create a new group with {0}"
msgstr "Tạo nhóm mới cùng {0}"
@@ -5239,7 +5315,7 @@ msgstr "Tạo một tài khoản"
msgid "Create an account to claim your gift"
msgstr "Tạo tài khoản để nhận quà của bạn"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:138
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:142
msgid "Create and manage applications and bots for your account."
msgstr "Tạo và quản lý ứng dụng cùng bot cho tài khoản của bạn."
@@ -5248,7 +5324,8 @@ msgid "Create and share custom emoji and sticker packs with Fluxer Plutonium."
msgstr "Tạo và chia sẻ gói biểu tượng cảm xúc và nhãn dán tùy chỉnh với Fluxer Plutonium."
#: src/components/modals/tabs/ApplicationsTab/ApplicationCreateModal.tsx:87
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:142
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:149
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:155
msgid "Create Application"
msgstr "Tạo ứng dụng"
@@ -5267,7 +5344,7 @@ msgid "Create Category"
msgstr "Tạo danh mục"
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:180
-#: src/components/layout/ChannelItem.tsx:607
+#: src/components/layout/ChannelItem.tsx:624
#: src/components/modals/ChannelCreateModal.tsx:58
#: src/components/modals/ChannelCreateModal.tsx:103
#: src/components/popouts/GuildHeaderPopout.tsx:194
@@ -5276,8 +5353,8 @@ msgstr "Tạo danh mục"
msgid "Create Channel"
msgstr "Tạo kênh"
-#: src/components/modals/tabs/BetaCodesTab.tsx:326
-#: src/components/modals/tabs/BetaCodesTab.tsx:369
+#: src/components/modals/tabs/BetaCodesTab.tsx:351
+#: src/components/modals/tabs/BetaCodesTab.tsx:394
msgid "Create Code"
msgstr "Tạo mã"
@@ -5329,7 +5406,7 @@ msgstr "Tạo tài khoản mới"
msgid "Create new group"
msgstr "Tạo nhóm mới"
-#: src/components/modals/InviteModal.tsx:339
+#: src/components/modals/InviteModal.tsx:336
msgid "Create New Link"
msgstr "Tạo liên kết mới"
@@ -5373,7 +5450,7 @@ msgid "Create, edit, or delete webhooks."
msgstr "Tạo, chỉnh sửa hoặc xóa webhook."
#: src/components/invites/InviteListItem.tsx:59
-#: src/components/modals/tabs/BetaCodesTab.tsx:57
+#: src/components/modals/tabs/BetaCodesTab.tsx:59
msgid "Created"
msgstr "Đã tạo"
@@ -5390,7 +5467,7 @@ msgstr "Được tạo vào {createdAt}"
#. placeholder {0}: invite.pack.creator.username
#. placeholder {0}: pack.creator.username
#: src/components/auth/InviteHeader.tsx:158
-#: src/components/channel/InviteEmbed.tsx:218
+#: src/components/channel/InviteEmbed.tsx:220
#: src/components/modals/InviteAcceptModal.tsx:152
msgid "Created by {0}"
msgstr "Được tạo bởi {0}"
@@ -5427,8 +5504,8 @@ msgid "Created with name {newLabel}."
msgstr "Được tạo với tên {newLabel}."
#: src/components/invites/InviteListItem.tsx:207
-#: src/components/modals/tabs/BetaCodesTab.tsx:135
-#: src/components/modals/tabs/BetaCodesTab.tsx:212
+#: src/components/modals/tabs/BetaCodesTab.tsx:137
+#: src/components/modals/tabs/BetaCodesTab.tsx:214
msgid "Created:"
msgstr "Được tạo:"
@@ -5440,7 +5517,7 @@ msgstr "Cộng đồng Tri Thức Sáng Tạo"
msgid "Creative Writing Club"
msgstr "Câu lạc bộ Viết sáng tạo"
-#: src/components/pages/ReportPage.tsx:314
+#: src/components/pages/report/optionDescriptors.ts:86
msgid "Croatia"
msgstr "Croatia"
@@ -5519,8 +5596,8 @@ msgid "Currently stuck in 1885, appearing offline"
msgstr "Đang mắc kẹt ở năm 1885, hiển thị ngoại tuyến"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:461
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1023
-#: src/components/bottomsheets/DMBottomSheet.tsx:605
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1047
+#: src/components/bottomsheets/DMBottomSheet.tsx:608
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:305
msgid "Currently: {mutedText}"
msgstr "Hiện tại: {mutedText}"
@@ -5665,7 +5742,7 @@ msgstr "Tùy chỉnh avatar, banner, màu nhấn và tiểu sử cho từng cộ
msgid "Cut"
msgstr "Cắt"
-#: src/components/pages/ReportPage.tsx:315
+#: src/components/pages/report/optionDescriptors.ts:87
msgid "Cyprus"
msgstr "Síp"
@@ -5673,7 +5750,7 @@ msgstr "Síp"
msgid "Czech"
msgstr "Tiếng Séc"
-#: src/components/pages/ReportPage.tsx:316
+#: src/components/pages/report/optionDescriptors.ts:88
msgid "Czech Republic"
msgstr "Cộng hòa Séc"
@@ -5746,9 +5823,9 @@ msgstr "Định dạng ngày tháng"
#: src/components/auth/AuthMinimalRegisterFormCore.tsx:93
#: src/components/auth/AuthRegisterFormCore.tsx:139
-#: src/components/auth/DateOfBirthField.tsx:90
-#: src/components/auth/DateOfBirthField.tsx:124
-#: src/components/auth/DateOfBirthField.tsx:292
+#: src/components/auth/DateOfBirthField.tsx:87
+#: src/components/auth/DateOfBirthField.tsx:121
+#: src/components/auth/DateOfBirthField.tsx:289
#: src/components/auth/MockMinimalRegisterForm.tsx:107
msgid "Date of birth"
msgstr "Ngày sinh"
@@ -5757,8 +5834,7 @@ msgstr "Ngày sinh"
msgid "Date Options"
msgstr "Tùy chọn ngày"
-#: src/components/auth/DateOfBirthField.tsx:88
-#: src/components/auth/DateOfBirthField.tsx:155
+#: src/components/auth/DateOfBirthField.tsx:152
#: src/components/auth/MockMinimalRegisterForm.tsx:73
msgid "Day"
msgstr "Ngày"
@@ -5817,11 +5893,11 @@ msgstr "Thu hồi quyền"
msgid "Deauthorize Application"
msgstr "Thu hồi quyền ứng dụng"
-#: src/components/modals/components/MobileSettingsView.tsx:369
+#: src/components/modals/components/MobileSettingsView.tsx:364
msgid "Debug"
msgstr "Gỡ lỗi"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1267
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1291
#: src/components/uikit/ContextMenu/items/DebugMenuItems.tsx:71
msgid "Debug Channel"
msgstr "Gỡ lỗi kênh"
@@ -5844,7 +5920,7 @@ msgstr "Gỡ lỗi thành viên"
msgid "Debug Message"
msgstr "Gỡ lỗi tin nhắn"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1275
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1299
#: src/components/uikit/ContextMenu/items/DebugMenuItems.tsx:53
msgid "Debug User"
msgstr "Gỡ lỗi người dùng"
@@ -5905,8 +5981,8 @@ msgstr "Mặc định tắt trên di động để tiết kiệm pin và dữ li
#: src/actions/MessageActionCreators.tsx:394
#: src/components/channel/embeds/media/EmbedAudio.tsx:227
#: src/components/channel/embeds/media/MediaContainer.tsx:115
-#: src/components/channel/Messages.tsx:444
-#: src/components/channel/Messages.tsx:524
+#: src/components/channel/Messages.tsx:442
+#: src/components/channel/Messages.tsx:522
#: src/components/channel/MobileMemesPicker.tsx:546
#: src/components/channel/pickers/memes/MemeGridItem.tsx:120
#: src/components/emojis/EmojiListItem.tsx:189
@@ -5923,7 +5999,7 @@ msgstr "Mặc định tắt trên di động để tiết kiệm pin và dữ li
msgid "Delete"
msgstr "Xóa"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:666
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:680
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:320
msgid "Delete {channelType}"
msgstr "Xóa {channelType}"
@@ -5987,8 +6063,8 @@ msgstr "Xóa danh mục"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:179
#: src/components/bottomsheets/ChannelBottomSheet.tsx:181
#: src/components/bottomsheets/ChannelBottomSheet.tsx:421
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:668
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1224
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:682
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1248
#: src/components/modals/components/DesktopChannelSettingsView.tsx:176
#: src/components/modals/components/MobileChannelSettingsView.tsx:85
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:322
@@ -6021,8 +6097,8 @@ msgstr "Xóa nội dung phương tiện"
#: src/components/channel/MessageActionBar.tsx:804
#: src/components/channel/messageActionMenu.tsx:156
#: src/components/channel/messageActionMenu.tsx:193
-#: src/components/channel/Messages.tsx:441
-#: src/components/channel/Messages.tsx:521
+#: src/components/channel/Messages.tsx:439
+#: src/components/channel/Messages.tsx:519
#: src/components/uikit/ContextMenu/items/MessageMenuItems.tsx:273
msgid "Delete Message"
msgstr "Xóa tin nhắn"
@@ -6114,7 +6190,7 @@ msgstr "Đã từ chối {0} và gỡ bỏ cấm với {1}."
msgid "Denied {0}."
msgstr "Đã từ chối {0}."
-#: src/components/pages/ReportPage.tsx:317
+#: src/components/pages/report/optionDescriptors.ts:89
msgid "Denmark"
msgstr "Đan Mạch"
@@ -6143,7 +6219,7 @@ msgstr "Mô tả nhãn dán"
msgid "Describe what expressions are inside this pack."
msgstr "Mô tả những biểu cảm có trong gói này."
-#: src/components/pages/ReportPage.tsx:946
+#: src/components/pages/report/ReportStepDetails.tsx:225
msgid "Describe what makes the content illegal"
msgstr "Mô tả lý do khiến nội dung này trở nên bất hợp pháp"
@@ -6205,6 +6281,10 @@ msgstr "Biểu ngữ tách rời"
msgid "details"
msgstr "chi tiết"
+#: src/components/pages/report/ReportBreadcrumbs.tsx:49
+msgid "Details"
+msgstr "Chi tiết"
+
#: src/components/modals/AddGuildModal.tsx:150
msgid "Dev Den"
msgstr "Khu vực dev"
@@ -6274,7 +6354,7 @@ msgstr "Kích thước và số lượng thành viên khác nhau"
msgid "Direct message"
msgstr "tin nhắn trực tiếp"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:477
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:491
#: src/components/modals/shared/RecipientList.tsx:200
msgid "Direct Message"
msgstr "Tin nhắn trực tiếp"
@@ -6516,8 +6596,8 @@ msgstr "Thảo luận hoặc quảng bá hoạt động bất hợp pháp"
#: src/components/layout/app-layout/nagbars/PremiumGracePeriodNagbar.tsx:79
#: src/components/layout/app-layout/nagbars/PremiumOnboardingNagbar.tsx:57
#: src/components/layout/GuildLayout.tsx:106
-#: src/components/modals/GiftAcceptModal.tsx:98
-#: src/components/modals/GiftAcceptModal.tsx:124
+#: src/components/modals/GiftAcceptModal.tsx:105
+#: src/components/modals/GiftAcceptModal.tsx:131
#: src/components/modals/RequiredActionModal.tsx:475
msgid "Dismiss"
msgstr "Đóng"
@@ -6562,8 +6642,8 @@ msgstr "Hiển thị thành viên theo vai trò riêng biệt."
msgid "Display separator lines between different groups of messages for better visual distinction."
msgstr "Hiển thị đường phân cách giữa các nhóm tin nhắn khác nhau để dễ phân biệt hơn."
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:613
-#: src/components/bottomsheets/DMBottomSheet.tsx:315
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:627
+#: src/components/bottomsheets/DMBottomSheet.tsx:317
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:97
#: src/components/uikit/ContextMenu/UserContextMenu.tsx:168
msgid "DM closed"
@@ -6581,7 +6661,7 @@ msgstr "Xem trước tin nhắn DM"
msgid "DM Notifications"
msgstr "Thông báo tin nhắn riêng"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1092
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1116
msgid "DM Settings"
msgstr "Cài đặt DM"
@@ -6662,6 +6742,7 @@ msgstr "Đừng hiển thị chỉ báo gõ trong danh sách kênh"
#: src/components/keybinds/KeybindRecorder.tsx:220
#: src/components/modals/GuildNotificationSettingsModal.tsx:347
#: src/components/modals/GuildPrivacySettingsModal.tsx:68
+#: src/components/pages/report/ReportBreadcrumbs.tsx:50
#: src/components/search/HasFilterSheet.tsx:124
#: src/components/search/UserFilterSheet.tsx:149
msgid "Done"
@@ -6843,13 +6924,13 @@ msgstr "Chỉnh sửa tệp đính kèm"
msgid "Edit attachment form"
msgstr "Biểu mẫu chỉnh sửa tệp đính kèm"
-#: src/components/layout/ChannelItem.tsx:630
+#: src/components/layout/ChannelItem.tsx:647
#: src/components/uikit/ContextMenu/items/CategoryMenuItems.tsx:299
msgid "Edit Category"
msgstr "Chỉnh sửa hạng mục"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:416
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1218
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1242
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:300
msgid "Edit Channel"
msgstr "Chỉnh sửa kênh"
@@ -6869,8 +6950,8 @@ msgid "Edit global settings like name, description, and icon."
msgstr "Chỉnh sửa cài đặt toàn cục như tên, mô tả và biểu tượng."
#: src/components/bottomsheets/ChannelBottomSheet.tsx:284
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1178
-#: src/components/bottomsheets/DMBottomSheet.tsx:461
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1202
+#: src/components/bottomsheets/DMBottomSheet.tsx:463
#: src/components/channel/dm/DMList.tsx:237
#: src/components/channel/dm/GroupDMWelcomeSection.tsx:74
#: src/components/modals/EditGroupBottomSheet.tsx:177
@@ -6883,7 +6964,7 @@ msgstr "Chỉnh sửa nhóm"
msgid "Edit group form"
msgstr "Biểu mẫu chỉnh sửa nhóm"
-#: src/components/modals/InviteModal.tsx:327
+#: src/components/modals/InviteModal.tsx:324
msgid "Edit invite link"
msgstr "Chỉnh sửa liên kết lời mời"
@@ -6910,10 +6991,10 @@ msgstr "Chỉnh sửa ghi chú"
msgid "Edit overwrites for roles and members in this channel."
msgstr "Chỉnh sửa ghi đè cho vai trò và thành viên trong kênh này."
-#: src/components/modals/UserProfileMobileSheet.tsx:486
-#: src/components/modals/UserProfileModal.tsx:1205
+#: src/components/modals/UserProfileMobileSheet.tsx:490
+#: src/components/modals/UserProfileModal.tsx:1206
#: src/components/pages/YouPage.tsx:123
-#: src/components/popouts/UserAreaPopout.tsx:519
+#: src/components/popouts/UserAreaPopout.tsx:521
#: src/components/popouts/UserProfilePopout.tsx:299
msgid "Edit Profile"
msgstr "Chỉnh sửa hồ sơ"
@@ -6966,19 +7047,20 @@ msgstr "Đang chỉnh sửa tin nhắn đã lên lịch"
#: src/components/auth/AuthLoginCore/AuthLoginEmailPasswordForm.tsx:78
#: src/components/auth/AuthRegisterFormCore.tsx:133
#: src/components/auth/AuthRegisterFormCore.tsx:159
-#: src/components/modals/ClaimAccountModal.tsx:157
+#: src/components/modals/ClaimAccountModal.tsx:159
#: src/components/modals/RequiredActionModal.tsx:185
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:210
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:241
#: src/components/modals/utils/settingsSearchIndex.ts:94
#: src/components/pages/ForgotPasswordPage.tsx:97
+#: src/components/pages/report/ReportBreadcrumbs.tsx:47
msgid "Email"
msgstr "Email"
#: src/components/modals/tabs/AccountSecurityTab/AccountTab.tsx:65
#: src/components/modals/tabs/AccountSecurityTab/AccountTab.tsx:91
#: src/components/modals/tabs/ComponentGalleryTab/InputsTab.tsx:107
-#: src/components/pages/ReportPage.tsx:662
+#: src/components/pages/report/ReportStepEmail.tsx:76
msgid "Email Address"
msgstr "Địa chỉ email"
@@ -7019,10 +7101,6 @@ msgstr "Cần xác minh email"
msgid "Email Verification Required"
msgstr "Cần xác minh Email"
-#: src/components/pages/ReportPage.tsx:809
-msgid "Email verified"
-msgstr "Email đã được xác minh"
-
#: src/components/modals/tabs/DeveloperOptionsTab/AccountPremiumTab.tsx:56
msgid "Email Verified Override"
msgstr "Ghi đè xác minh email"
@@ -7108,7 +7186,7 @@ msgid "Emoji names must be at least 2 characters long and can only contain alpha
msgstr "Tên biểu tượng phải có ít nhất 2 ký tự và chỉ chứa chữ số, chữ cái và dấu gạch dưới. Các loại tệp được phép: JPEG, PNG, WebP, GIF. Chúng tôi nén ảnh về kích thước 128x128 pixel. Kích thước tối đa: {0} KB cho mỗi biểu tượng."
#: src/components/auth/InviteHeader.tsx:140
-#: src/components/channel/InviteEmbed.tsx:197
+#: src/components/channel/InviteEmbed.tsx:199
#: src/components/modals/InviteAcceptModal.tsx:142
#: src/components/modals/tabs/ExpressionPacksTab.tsx:70
msgid "Emoji pack"
@@ -7140,7 +7218,7 @@ msgstr "Đã cập nhật biểu tượng"
#: src/components/channel/AutocompleteEmoji.tsx:67
#: src/components/channel/textarea/TextareaButtons.tsx:150
-#: src/components/modals/ExpressionPickerSheet.tsx:106
+#: src/components/modals/ExpressionPickerSheet.tsx:93
#: src/components/popouts/ExpressionPickerPopout.tsx:95
msgid "Emojis"
msgstr "Biểu tượng cảm xúc"
@@ -7343,11 +7421,11 @@ msgstr "Tiếng Anh"
msgid "English (US)"
msgstr "Tiếng Anh (Mỹ)"
-#: src/components/pages/ReportPage.tsx:429
+#: src/components/pages/ReportPage.tsx:254
msgid "Enter a code in the format ABCD-1234."
msgstr "Nhập mã theo định dạng ABCD-1234."
-#: src/components/modals/tabs/GiftInventoryTab.tsx:235
+#: src/components/modals/tabs/GiftInventoryTab.tsx:258
msgid "Enter a gift code to redeem Plutonium for your account."
msgstr "Nhập mã quà tặng để đổi Plutonium cho tài khoản của bạn."
@@ -7371,7 +7449,7 @@ msgstr "Nhập mã"
msgid "Enter fullscreen"
msgstr "Chuyển sang chế độ toàn màn hình"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:255
+#: src/components/modals/tabs/GiftInventoryTab.tsx:278
msgid "Enter gift code..."
msgstr "Nhập mã quà tặng..."
@@ -7414,7 +7492,7 @@ msgstr "Nhập mã 6 chữ số được gửi đến điện thoại của bạ
msgid "Enter the API endpoint of the Fluxer instance you want to connect to."
msgstr "Nhập điểm cuối API của phiên bản Fluxer mà bạn muốn kết nối."
-#: src/components/pages/ReportPage.tsx:424
+#: src/components/pages/ReportPage.tsx:249
msgid "Enter the code before continuing."
msgstr "Nhập mã trước khi tiếp tục."
@@ -7430,7 +7508,7 @@ msgstr "Nhập mã đã gửi đến email hiện tại của bạn."
msgid "Enter the code we emailed to your new address."
msgstr "Nhập mã mà chúng tôi đã gửi đến địa chỉ email mới của bạn."
-#: src/components/modals/ClaimAccountModal.tsx:190
+#: src/components/modals/ClaimAccountModal.tsx:192
msgid "Enter the code we sent to your email to verify it. Your password will be set once the code is confirmed."
msgstr "Nhập mã chúng tôi gửi đến email của bạn để xác minh nó. Mật khẩu sẽ được đặt khi mã được xác nhận."
@@ -7454,13 +7532,9 @@ msgstr "nhấn Enter để <0><1>lưu1>0>"
msgid "Enter username"
msgstr "Nhập tên người dùng"
-#: src/components/pages/ReportPage.tsx:701
-msgid "Enter Verification Code"
-msgstr "Nhập mã xác minh"
-
-#: src/components/pages/ReportPage.tsx:638
-msgid "Enter Your Email"
-msgstr "Nhập email của bạn"
+#: src/components/pages/report/ReportStepVerification.tsx:64
+msgid "Enter verification code"
+msgstr "Nhập mã xác thực"
#: src/components/pages/ForgotPasswordPage.tsx:87
msgid "Enter your email address and we'll send you a link to reset your password."
@@ -7500,7 +7574,7 @@ msgid "Entrance sound uploaded successfully"
msgstr "Đã tải lên âm thanh vào thành công"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:297
-#: src/components/channel/ChannelSearchResults.tsx:691
+#: src/components/channel/ChannelSearchResults.tsx:660
#: src/components/modals/tabs/ComponentGalleryTab/OverlaysTab.tsx:88
msgid "Error"
msgstr "Lỗi"
@@ -7522,7 +7596,7 @@ msgstr "Phím Escape thoát chế độ bàn phím"
msgid "escape to <0><1>cancel1>0>"
msgstr "nhấn Escape để <0><1>hủy1>0>"
-#: src/components/pages/ReportPage.tsx:318
+#: src/components/pages/report/optionDescriptors.ts:90
msgid "Estonia"
msgstr "Estonia"
@@ -7561,7 +7635,7 @@ msgstr "loại trừ liên kết, nội dung nhúng hoặc tệp"
msgid "exclude user"
msgstr "loại trừ người dùng"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:95
+#: src/components/modals/components/plutonium/VisionarySection.tsx:104
msgid "Exclusive community"
msgstr "Cộng đồng độc quyền"
@@ -7593,12 +7667,12 @@ msgstr "Mở rộng mục"
msgid "Expiration"
msgstr "Hạn sử dụng"
-#: src/components/modals/InviteModal.tsx:281
+#: src/components/modals/InviteModal.tsx:278
msgid "Expire after"
msgstr "Hết hạn sau"
#: src/components/accounts/AccountRow.tsx:162
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:114
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:133
#: src/components/modals/GroupInvitesBottomSheet.tsx:104
msgid "Expired"
msgstr "Đã hết hạn"
@@ -7675,7 +7749,7 @@ msgstr "Gói biểu cảm"
msgid "Expression Packs are a Plutonium feature"
msgstr "Gói biểu cảm là tính năng của Plutonium"
-#: src/components/modals/ExpressionPickerSheet.tsx:232
+#: src/components/modals/ExpressionPickerSheet.tsx:219
#: src/components/popouts/ExpressionPickerPopout.tsx:193
msgid "Expression picker categories"
msgstr "Danh mục chọn biểu cảm"
@@ -7700,7 +7774,7 @@ msgstr "Liên kết bên ngoài có thể nguy hiểm. Vui lòng cẩn thận."
msgid "Extra Large"
msgstr "Rất lớn"
-#: src/components/pages/ReportPage.tsx:297
+#: src/components/pages/report/optionDescriptors.ts:72
#: src/constants/IARConstants.tsx:165
msgid "Extremist Community"
msgstr "Cộng đồng cực đoan"
@@ -7749,7 +7823,7 @@ msgstr "Không thể sao chép liên kết mời"
msgid "Failed to copy to clipboard"
msgstr "Không thể sao chép vào khay nhớ tạm"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:79
+#: src/components/modals/tabs/GiftInventoryTab.tsx:80
msgid "Failed to copy URL"
msgstr "Không thể sao chép URL"
@@ -7794,7 +7868,7 @@ msgid "Failed to delete category"
msgstr "Không thể xóa danh mục"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:194
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:681
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:695
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:335
msgid "Failed to delete channel"
msgstr "Không thể xóa kênh"
@@ -7868,7 +7942,7 @@ msgstr "Không thể tải danh sách bị cấm. Vui lòng thử lại."
msgid "Failed to load emojis"
msgstr "Không thể tải biểu tượng cảm xúc"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:296
+#: src/components/modals/tabs/GiftInventoryTab.tsx:319
msgid "Failed to load gift inventory"
msgstr "Không thể tải kho quà"
@@ -7894,8 +7968,8 @@ msgstr "Không thể tải nhãn dán"
msgid "Failed to load vanity URL. Please try again."
msgstr "Không thể tải URL tùy chỉnh. Vui lòng thử lại."
-#: src/components/modals/components/PlutoniumContent.tsx:146
-#: src/components/modals/components/PlutoniumContent.tsx:272
+#: src/components/modals/components/PlutoniumContent.tsx:157
+#: src/components/modals/components/PlutoniumContent.tsx:289
msgid "Failed to load Visionary information. Please try again later."
msgstr "Không thể tải thông tin Visionary. Vui lòng thử lại sau."
@@ -7916,19 +7990,19 @@ msgstr "Không thể tải các cộng đồng của bạn."
msgid "Failed to open customer portal. Please try again."
msgstr "Không thể mở cổng khách hàng. Vui lòng thử lại."
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:572
-#: src/components/bottomsheets/DMBottomSheet.tsx:153
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:586
+#: src/components/bottomsheets/DMBottomSheet.tsx:155
#: src/components/channel/dm/DMList.tsx:216
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:121
msgid "Failed to pin DM"
msgstr "Không thể ghim tin nhắn riêng"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:572
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:586
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:101
msgid "Failed to pin group"
msgstr "Không thể ghim nhóm"
-#: src/components/bottomsheets/DMBottomSheet.tsx:153
+#: src/components/bottomsheets/DMBottomSheet.tsx:155
msgid "Failed to pin group DM"
msgstr "Không thể ghim DM nhóm"
@@ -7957,7 +8031,7 @@ msgstr "Không thể truy cập phiên bản ({status})"
msgid "Failed to reactivate subscription. Please try again."
msgstr "Không thể kích hoạt lại đăng ký. Vui lòng thử lại."
-#: src/components/modals/tabs/GiftInventoryTab.tsx:94
+#: src/components/modals/tabs/GiftInventoryTab.tsx:95
msgid "Failed to redeem gift"
msgstr "Không thể đổi quà"
@@ -7998,6 +8072,10 @@ msgstr "Không thể gỡ khỏi nhóm"
msgid "Failed to remove timeout. Please try again."
msgstr "Không thể xoá thời gian chờ. Vui lòng thử lại."
+#: src/components/pages/ReportPage.tsx:236
+msgid "Failed to resend code. Please try again."
+msgstr "Gửi lại mã không thành công. Vui lòng thử lại."
+
#: src/components/modals/guildTabs/GuildRolesTab.tsx:674
msgid "Failed to reset hoist order"
msgstr "Không thể đặt lại thứ tự hiển thị"
@@ -8018,7 +8096,7 @@ msgstr "Không thể xoay. Vui lòng thử lại."
msgid "Failed to send friend request. Please try again."
msgstr "Không gửi được lời mời kết bạn. Vui lòng thử lại."
-#: src/components/bottomsheets/DMBottomSheet.tsx:262
+#: src/components/bottomsheets/DMBottomSheet.tsx:264
#: src/components/modals/InviteModal.tsx:176
#: src/components/uikit/ContextMenu/items/InviteMenuItems.tsx:111
msgid "Failed to send invite"
@@ -8037,7 +8115,7 @@ msgstr "Không gửi được mã SMS. Vui lòng thử lại."
msgid "Failed to send theme"
msgstr "Không gửi được giao diện"
-#: src/components/pages/ReportPage.tsx:412
+#: src/components/pages/ReportPage.tsx:234
msgid "Failed to send verification code. Please try again."
msgstr "Không gửi được mã xác minh. Vui lòng thử lại."
@@ -8084,19 +8162,19 @@ msgstr "Không chuyển được quyền sở hữu. Vui lòng thử lại."
msgid "Failed to unblock user. Please try again."
msgstr "Không bỏ chặn được người dùng. Vui lòng thử lại."
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:589
-#: src/components/bottomsheets/DMBottomSheet.tsx:170
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:603
+#: src/components/bottomsheets/DMBottomSheet.tsx:172
#: src/components/channel/dm/DMList.tsx:226
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:138
msgid "Failed to unpin DM"
msgstr "Không hủy ghim tin nhắn riêng"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:589
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:603
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:118
msgid "Failed to unpin group"
msgstr "Không hủy ghim nhóm"
-#: src/components/bottomsheets/DMBottomSheet.tsx:170
+#: src/components/bottomsheets/DMBottomSheet.tsx:172
msgid "Failed to unpin group DM"
msgstr "Không thể bỏ ghim DM nhóm"
@@ -8298,7 +8376,7 @@ msgstr "Tìm nhãn dán hoàn hảo"
msgid "Fine-tune core colors and fonts for this app. Changes here are stored as custom CSS overrides and sync with the editor below."
msgstr "Tinh chỉnh màu sắc và phông chữ chính của ứng dụng. Thay đổi ở đây được lưu dưới dạng ghi đè CSS tùy chỉnh và đồng bộ với trình chỉnh sửa bên dưới."
-#: src/components/pages/ReportPage.tsx:319
+#: src/components/pages/report/optionDescriptors.ts:91
msgid "Finland"
msgstr "Phần Lan"
@@ -8306,7 +8384,7 @@ msgstr "Phần Lan"
msgid "Finnish"
msgstr "Tiếng Phần Lan"
-#: src/components/pages/ReportPage.tsx:923
+#: src/components/pages/report/ReportStepDetails.tsx:199
msgid "First and last name"
msgstr "Họ và tên"
@@ -8419,7 +8497,7 @@ msgstr "Fluxer cần quyền theo dõi đầu vào bàn phím và chuột để
msgid "Fluxer Partner"
msgstr "Đối tác Fluxer"
-#: src/components/modals/components/PlutoniumContent.tsx:182
+#: src/components/modals/components/PlutoniumContent.tsx:193
#: src/components/modals/PremiumModal.tsx:34
#: src/components/modals/utils/settingsConstants.tsx:147
#: src/components/popouts/UserProfileBadges.tsx:99
@@ -8483,7 +8561,7 @@ msgstr "Ăn uống"
msgid "Foodie Friends"
msgstr "Bạn bè mê ẩm thực"
-#: src/components/bottomsheets/DMBottomSheet.tsx:660
+#: src/components/bottomsheets/DMBottomSheet.tsx:663
msgid "For 1 hour"
msgstr "Trong 1 giờ"
@@ -8497,7 +8575,7 @@ msgstr "Trong 1 giờ"
msgid "For 1 Hour"
msgstr "Trong 1 giờ"
-#: src/components/bottomsheets/DMBottomSheet.tsx:659
+#: src/components/bottomsheets/DMBottomSheet.tsx:662
#: src/components/popouts/UserAreaPopout.tsx:77
msgid "For 15 minutes"
msgstr "Trong 15 phút"
@@ -8511,7 +8589,7 @@ msgstr "Trong 15 phút"
msgid "For 15 Minutes"
msgstr "Trong 15 phút"
-#: src/components/bottomsheets/DMBottomSheet.tsx:663
+#: src/components/bottomsheets/DMBottomSheet.tsx:666
msgid "For 24 hours"
msgstr "Trong 24 giờ"
@@ -8529,7 +8607,7 @@ msgstr "Trong 24 giờ"
msgid "For 3 days"
msgstr "Trong 3 ngày"
-#: src/components/bottomsheets/DMBottomSheet.tsx:661
+#: src/components/bottomsheets/DMBottomSheet.tsx:664
msgid "For 3 hours"
msgstr "Trong 3 giờ"
@@ -8542,7 +8620,7 @@ msgstr "Trong 3 giờ"
msgid "For 3 Hours"
msgstr "Trong 3 giờ"
-#: src/components/bottomsheets/DMBottomSheet.tsx:662
+#: src/components/bottomsheets/DMBottomSheet.tsx:665
msgid "For 8 hours"
msgstr "Trong 8 giờ"
@@ -8560,7 +8638,7 @@ msgstr "Trong 8 giờ"
msgid "For British eyes only..."
msgstr "Dành cho người Anh mà thôi..."
-#: src/components/modals/components/plutonium/PricingSection.tsx:62
+#: src/components/modals/components/plutonium/PricingSection.tsx:68
msgid "For Me"
msgstr "Cho tôi"
@@ -8664,15 +8742,15 @@ msgstr "Buộc chế độ chậm luôn bật ở tất cả kênh"
msgid "Forever"
msgstr "Mãi mãi"
-#: src/components/modals/components/MobileSettingsView.tsx:300
+#: src/components/modals/components/MobileSettingsView.tsx:295
msgid "Forget"
msgstr "Quên"
-#: src/components/modals/components/MobileSettingsView.tsx:327
+#: src/components/modals/components/MobileSettingsView.tsx:322
msgid "Forget Push Subscriptions"
msgstr "Quên đăng ký thông báo đẩy"
-#: src/components/modals/components/MobileSettingsView.tsx:294
+#: src/components/modals/components/MobileSettingsView.tsx:289
msgid "Forget push subscriptions?"
msgstr "Quên đăng ký thông báo đẩy?"
@@ -8729,7 +8807,7 @@ msgstr "Tốc độ khung hình"
msgid "Frame rates above 30 fps require Plutonium"
msgstr "Tốc độ khung hình trên 30 fps cần Plutonium"
-#: src/components/pages/ReportPage.tsx:320
+#: src/components/pages/report/optionDescriptors.ts:92
msgid "France"
msgstr "Pháp"
@@ -8745,8 +8823,8 @@ msgstr "Người dùng miễn phí (chưa mua gì)"
msgid "Free User (With Purchase History)"
msgstr "Người dùng miễn phí (có lịch sử mua hàng)"
-#: src/components/modals/components/PlutoniumContent.tsx:163
-#: src/components/modals/components/PlutoniumContent.tsx:289
+#: src/components/modals/components/PlutoniumContent.tsx:174
+#: src/components/modals/components/PlutoniumContent.tsx:308
msgid "Free vs Plutonium"
msgstr "Miễn phí so với Plutonium"
@@ -8773,12 +8851,13 @@ msgstr "Yêu cầu kết bạn"
msgid "Friend request sent"
msgstr "Đã gửi yêu cầu kết bạn"
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:68
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:250
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:75
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:89
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:271
msgid "Friend Request Sent"
msgstr "Đã gửi yêu cầu kết bạn"
-#: src/components/channel/dm/AddFriendForm.tsx:144
+#: src/components/channel/dm/AddFriendForm.tsx:167
msgid "Friend request sent!"
msgstr "Đã gửi yêu cầu kết bạn!"
@@ -8787,7 +8866,7 @@ msgstr "Đã gửi yêu cầu kết bạn!"
msgid "Friend Requests"
msgstr "Yêu cầu kết bạn"
-#: src/components/channel/dm/AddFriendForm.tsx:137
+#: src/components/channel/dm/AddFriendForm.tsx:160
msgid "Friend's FluxerTag"
msgstr "FluxerTag của bạn bè"
@@ -8828,9 +8907,10 @@ msgstr "Từ {0}"
#. placeholder {0}: creator.username
#. placeholder {1}: creator.discriminator
-#: src/components/channel/GiftEmbed.tsx:87
-#: src/components/modals/GiftAcceptModal.tsx:116
-#: src/components/modals/GiftAcceptModal.tsx:143
+#: src/components/channel/GiftEmbed.tsx:93
+#: src/components/modals/GiftAcceptModal.tsx:123
+#: src/components/modals/GiftAcceptModal.tsx:151
+#: src/components/modals/GiftAcceptModal.tsx:186
msgid "From {0}#{1}"
msgstr "Từ {0}#{1}"
@@ -8850,7 +8930,7 @@ msgstr "Từ người dùng"
msgid "from:"
msgstr "từ:"
-#: src/components/pages/ReportPage.tsx:919
+#: src/components/pages/report/ReportStepDetails.tsx:195
msgid "Full Legal Name"
msgstr "Họ tên đầy đủ"
@@ -8892,7 +8972,7 @@ msgstr "Tạo lời mời"
msgid "Generate invite link"
msgstr "Tạo liên kết mời"
-#: src/components/modals/tabs/BetaCodesTab.tsx:315
+#: src/components/modals/tabs/BetaCodesTab.tsx:340
msgid "Generate up to {MAX_UNCLAIMED_BETA_CODES} unclaimed beta codes to invite friends to Fluxer. You can create 3 codes per week."
msgstr "Tạo tối đa {MAX_UNCLAIMED_BETA_CODES} mã beta chưa sử dụng để mời bạn bè đến Fluxer. Bạn có thể tạo 3 mã mỗi tuần."
@@ -8909,7 +8989,7 @@ msgstr "Hạn chế theo khu vực"
msgid "German"
msgstr "Tiếng Đức"
-#: src/components/pages/ReportPage.tsx:321
+#: src/components/pages/report/optionDescriptors.ts:93
msgid "Germany"
msgstr "Đức"
@@ -8991,13 +9071,13 @@ msgstr "Xem trước GIF"
#: src/components/channel/pickers/gif/GifPickerHeader.tsx:40
#: src/components/channel/pickers/memes/MemesPickerHeader.tsx:57
#: src/components/channel/textarea/TextareaButtons.tsx:110
-#: src/components/modals/ExpressionPickerSheet.tsx:68
+#: src/components/modals/ExpressionPickerSheet.tsx:55
#: src/components/popouts/ExpressionPickerPopout.tsx:69
msgid "GIFs"
msgstr "Các GIF"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:122
-#: src/components/modals/GiftAcceptModal.tsx:163
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:141
+#: src/components/modals/GiftAcceptModal.tsx:206
msgid "Gift"
msgstr "Quà"
@@ -9030,19 +9110,20 @@ msgstr "Quà đã được đổi"
msgid "Gift Already Redeemed"
msgstr "Quà đã được đổi"
-#: src/components/channel/GiftEmbed.tsx:94
+#: src/components/channel/GiftEmbed.tsx:105
+#: src/components/channel/GiftEmbed.tsx:109
msgid "Gift Claimed"
msgstr "Quà đã nhận"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:246
+#: src/components/modals/tabs/GiftInventoryTab.tsx:269
msgid "Gift code cannot be empty"
msgstr "Mã quà không được để trống"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:243
+#: src/components/modals/tabs/GiftInventoryTab.tsx:266
msgid "Gift code is required"
msgstr "Cần nhập mã quà"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:250
+#: src/components/modals/tabs/GiftInventoryTab.tsx:273
msgid "Gift code is too long"
msgstr "Mã quà quá dài"
@@ -9070,7 +9151,7 @@ msgstr "Không tìm thấy quà"
#: src/components/channel/textarea/TextareaButtons.tsx:101
#: src/components/channel/textarea/TextareaButtons.tsx:177
-#: src/components/modals/components/plutonium/GiftSection.tsx:61
+#: src/components/modals/components/plutonium/GiftSection.tsx:67
msgid "Gift Plutonium"
msgstr "Tặng Plutonium"
@@ -9078,23 +9159,23 @@ msgstr "Tặng Plutonium"
msgid "Gift redeemed successfully!"
msgstr "Đổi quà thành công!"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:89
+#: src/components/modals/tabs/GiftInventoryTab.tsx:90
msgid "Gift redeemed successfully! Enjoy your Plutonium!"
msgstr "Đổi quà thành công! Chúc bạn tận hưởng Plutonium!"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:53
+#: src/components/modals/components/plutonium/VisionarySection.tsx:58
msgid "gift time"
msgstr "thời gian quà tặng"
-#: src/components/channel/GiftEmbed.tsx:151
+#: src/components/channel/GiftEmbed.tsx:162
msgid "Gift Unavailable"
msgstr "Quà không khả dụng"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:132
+#: src/components/modals/tabs/GiftInventoryTab.tsx:133
msgid "Gift URL"
msgstr "URL quà"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:75
+#: src/components/modals/tabs/GiftInventoryTab.tsx:76
msgid "Gift URL copied to clipboard!"
msgstr "URL quà đã được sao chép!"
@@ -9126,7 +9207,7 @@ msgstr "Các phím tắt toàn hệ thống có trên ứng dụng máy tính"
msgid "Glorification of violence or disturbing imagery"
msgstr "Tôn vinh bạo lực hoặc hình ảnh đáng lo ngại"
-#: src/components/modals/components/MobileSettingsView.tsx:145
+#: src/components/modals/components/MobileSettingsView.tsx:140
#: src/components/modals/shared/MobileSettingsComponents.tsx:43
msgid "Go back"
msgstr "Quay lại"
@@ -9143,7 +9224,7 @@ msgstr "Quay lại kênh văn bản đã có tiêu điểm trước đó"
msgid "Go forward in navigation history"
msgstr "Tiến tới trong lịch sử điều hướng"
-#: src/components/channel/InviteEmbed.tsx:259
+#: src/components/channel/InviteEmbed.tsx:261
#: src/components/modals/InviteAcceptModal.tsx:100
msgid "Go to Community"
msgstr "Đến Cộng đồng"
@@ -9166,15 +9247,15 @@ msgstr "Đến đăng nhập"
msgid "Go to message"
msgstr "Đến tin nhắn"
-#: src/components/channel/ChannelSearchResults.tsx:841
+#: src/components/channel/ChannelSearchResults.tsx:809
msgid "Go to page"
msgstr "Đến trang"
-#: src/components/channel/ChannelSearchResults.tsx:808
+#: src/components/channel/ChannelSearchResults.tsx:776
msgid "Go to page {page}"
msgstr "Đến trang {page}"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:315
+#: src/components/modals/tabs/GiftInventoryTab.tsx:338
msgid "Go to Plutonium"
msgstr "Đến Plutonium"
@@ -9195,7 +9276,7 @@ msgstr "Hiểu rồi"
msgid "Gotcha"
msgstr "Hiểu rồi"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:116
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:135
msgid "Grace Period"
msgstr "Thời gian ân hạn"
@@ -9203,7 +9284,7 @@ msgstr "Thời gian ân hạn"
msgid "Grace Period (Still Have Access)"
msgstr "Thời gian ân hạn (Vẫn còn truy cập)"
-#: src/components/modals/InviteModal.tsx:301
+#: src/components/modals/InviteModal.tsx:298
msgid "Grant temporary membership"
msgstr "Cấp thành viên tạm thời"
@@ -9234,7 +9315,7 @@ msgstr "Thành công lớn!"
msgid "Great success! You can now close this tab and return to the app."
msgstr "Thành công rồi! Bạn có thể đóng tab này và trở lại ứng dụng."
-#: src/components/pages/ReportPage.tsx:322
+#: src/components/pages/report/optionDescriptors.ts:94
msgid "Greece"
msgstr "Hy Lạp"
@@ -9263,7 +9344,7 @@ msgstr "Cho phép thêm vào trò chuyện nhóm"
msgid "Group Chat Permissions"
msgstr "Quyền nhóm trò chuyện"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:481
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:495
msgid "Group Direct Message"
msgstr "Tin nhắn trực tiếp nhóm"
@@ -9272,7 +9353,7 @@ msgid "Group DM"
msgstr "DM nhóm"
#. placeholder {0}: channel.recipientIds.length + 1
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:772
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:804
msgid "Group DM · {0} members"
msgstr "DM nhóm · {0} thành viên"
@@ -9317,12 +9398,12 @@ msgstr "Tên nhóm không được vượt quá 100 ký tự"
msgid "Group Online Status"
msgstr "Trạng thái trực tuyến của nhóm"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:962
-#: src/components/channel/MemberListItem.tsx:102
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:984
+#: src/components/channel/MemberListItem.tsx:109
msgid "Group Owner"
msgstr "Chủ nhóm"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1092
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1116
msgid "Group Settings"
msgstr "Cài đặt nhóm"
@@ -9335,11 +9416,11 @@ msgstr "Trạng thái gõ nhóm"
msgid "Group updated"
msgstr "Nhóm đã cập nhật"
-#: src/components/pages/ReportPage.tsx:893
+#: src/components/pages/report/ReportStepDetails.tsx:167
msgid "Guild (Community) ID"
msgstr "ID Hội (Cộng đồng)"
-#: src/components/pages/ReportPage.tsx:902
+#: src/components/pages/report/ReportStepDetails.tsx:177
msgid "Guild ID is required."
msgstr "Cần ID hội."
@@ -9355,13 +9436,13 @@ msgstr "Hồ sơ hội"
msgid "Hang on while we check for scheduled messages."
msgstr "Chờ một chút trong khi chúng tôi kiểm tra tin nhắn theo lịch."
-#: src/components/pages/ReportPage.tsx:295
+#: src/components/pages/report/optionDescriptors.ts:70
#: src/constants/IARConstants.tsx:155
msgid "Harassment"
msgstr "Quấy rối"
-#: src/components/pages/ReportPage.tsx:262
-#: src/components/pages/ReportPage.tsx:281
+#: src/components/pages/report/optionDescriptors.ts:43
+#: src/components/pages/report/optionDescriptors.ts:59
#: src/constants/IARConstants.tsx:32
#: src/constants/IARConstants.tsx:109
msgid "Harassment or Bullying"
@@ -9383,9 +9464,9 @@ msgstr "Từng mua ghi đè"
msgid "has:"
msgstr "có:"
-#: src/components/pages/ReportPage.tsx:263
-#: src/components/pages/ReportPage.tsx:282
-#: src/components/pages/ReportPage.tsx:296
+#: src/components/pages/report/optionDescriptors.ts:44
+#: src/components/pages/report/optionDescriptors.ts:60
+#: src/components/pages/report/optionDescriptors.ts:71
#: src/constants/IARConstants.tsx:37
#: src/constants/IARConstants.tsx:114
#: src/constants/IARConstants.tsx:160
@@ -9430,7 +9511,7 @@ msgid "Help Center"
msgstr "Trung tâm trợ giúp"
#. placeholder {0}: user.displayName
-#: src/components/layout/app-layout/nagbars/UnclaimedAccountNagbar.tsx:44
+#: src/components/layout/app-layout/nagbars/UnclaimedAccountNagbar.tsx:42
msgid "Hey {0}, claim your account to prevent losing access."
msgstr "Này {0}, xác nhận tài khoản để tránh mất quyền truy cập."
@@ -9654,7 +9735,7 @@ msgstr "https://example.com/callback"
msgid "Hungarian"
msgstr "Tiếng Hungary"
-#: src/components/pages/ReportPage.tsx:323
+#: src/components/pages/report/optionDescriptors.ts:95
msgid "Hungary"
msgstr "Hungary"
@@ -9728,8 +9809,8 @@ msgstr "Nếu bạn đã nhận mã beta, hãy nhập ở dưới để truy c
msgid "If you want to export your data or delete your messages first, please visit the Privacy Dashboard section in User Settings before proceeding."
msgstr "Nếu bạn muốn xuất dữ liệu hoặc xóa tin nhắn trước, hãy vào phần Bảng điều khiển quyền riêng tư trong Cài đặt người dùng trước khi tiếp tục."
-#: src/components/channel/channel-view/DMChannelView.tsx:301
-#: src/components/channel/dm/DMWelcomeSection.tsx:119
+#: src/components/channel/channel-view/DMChannelView.tsx:302
+#: src/components/channel/dm/DMWelcomeSection.tsx:131
#: src/components/channel/friends/FriendListItem.tsx:145
#: src/components/channel/friends/FriendListItem.tsx:244
#: src/components/channel/friends/MobileFriendRequestItem.tsx:69
@@ -9740,7 +9821,7 @@ msgstr "Bỏ qua"
#: src/components/channel/friends/FriendListItem.tsx:143
#: src/components/channel/friends/MobileFriendRequestItem.tsx:67
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:152
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:173
msgid "Ignore Friend Request"
msgstr "Bỏ qua lời mời kết bạn"
@@ -9749,8 +9830,8 @@ msgstr "Bỏ qua lời mời kết bạn"
msgid "Ignore per-channel message rate limits."
msgstr "Bỏ qua giới hạn tần suất tin nhắn từng kênh."
-#: src/components/pages/ReportPage.tsx:267
-#: src/components/pages/ReportPage.tsx:298
+#: src/components/pages/report/optionDescriptors.ts:48
+#: src/components/pages/report/optionDescriptors.ts:73
#: src/constants/IARConstants.tsx:57
#: src/constants/IARConstants.tsx:170
msgid "Illegal Activity"
@@ -9762,7 +9843,7 @@ msgid "image"
msgstr "hình ảnh"
#: src/components/channel/embeds/media/EmbedGifv.tsx:237
-#: src/components/channel/embeds/media/EmbedImage.tsx:369
+#: src/components/channel/embeds/media/EmbedImage.tsx:374
#: src/components/modals/MediaViewerModal.tsx:362
#: src/components/search/HasFilterSheet.tsx:50
#: src/utils/FavoriteMemeUtils.ts:71
@@ -9783,8 +9864,8 @@ msgstr "Xem trước hình ảnh"
msgid "Images"
msgstr "Hình ảnh"
-#: src/components/pages/ReportPage.tsx:272
-#: src/components/pages/ReportPage.tsx:284
+#: src/components/pages/report/optionDescriptors.ts:53
+#: src/components/pages/report/optionDescriptors.ts:62
#: src/constants/IARConstants.tsx:82
#: src/constants/IARConstants.tsx:124
msgid "Impersonation"
@@ -9839,7 +9920,7 @@ msgstr "trong {absWeeks} tuần"
msgid "in {absYears} years"
msgstr "trong {absYears} năm"
-#: src/components/channel/channel-view/DMChannelView.tsx:275
+#: src/components/channel/channel-view/DMChannelView.tsx:276
msgid "In call"
msgstr "Đang gọi"
@@ -9880,7 +9961,7 @@ msgstr "Trình duyệt chỉ cho phép nhấn để nói khi tab Fluxer đang đ
msgid "in:"
msgstr "trong:"
-#: src/components/pages/ReportPage.tsx:286
+#: src/components/pages/report/optionDescriptors.ts:64
#: src/constants/IARConstants.tsx:134
msgid "Inappropriate Profile"
msgstr "Hồ sơ không phù hợp"
@@ -9909,7 +9990,7 @@ msgstr "Bao gồm mọi nhắc đến cộng đồng"
msgid "Include audio from your screen in the share"
msgstr "Bao gồm âm thanh từ màn hình khi chia sẻ"
-#: src/components/channel/channel-view/DMChannelView.tsx:269
+#: src/components/channel/channel-view/DMChannelView.tsx:270
#: src/components/voice/IncomingCallUI.tsx:263
#: src/components/voice/IncomingCallUI.tsx:286
#: src/components/voice/IncomingCallUI.tsx:324
@@ -9946,11 +10027,11 @@ msgid "Increase app zoom level"
msgstr "Tăng mức thu phóng app"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:284
-#: src/components/channel/ChannelSearchResults.tsx:679
+#: src/components/channel/ChannelSearchResults.tsx:648
msgid "Indexing Channel"
msgstr "Đang lập chỉ mục kênh"
-#: src/components/channel/ChannelSearchResults.tsx:317
+#: src/components/channel/ChannelSearchResults.tsx:274
msgid "Indexing..."
msgstr "Đang lập chỉ mục..."
@@ -10032,12 +10113,12 @@ msgstr "Đầu vào có biểu tượng"
msgid "Insert emoji"
msgstr "Chèn biểu tượng"
-#: src/components/channel/InviteEmbed.tsx:198
+#: src/components/channel/InviteEmbed.tsx:200
#: src/components/modals/InviteAcceptModal.tsx:143
msgid "Install Emoji Pack"
msgstr "Cài gói biểu tượng"
-#: src/components/channel/InviteEmbed.tsx:198
+#: src/components/channel/InviteEmbed.tsx:200
#: src/components/modals/InviteAcceptModal.tsx:143
msgid "Install Sticker Pack"
msgstr "Cài gói nhãn dán"
@@ -10104,7 +10185,7 @@ msgstr "Mã quà tặng không hợp lệ"
msgid "Invalid instance response: missing webapp URL."
msgstr "Phản hồi phiên không hợp lệ: thiếu URL webapp."
-#: src/components/modals/ClaimAccountModal.tsx:108
+#: src/components/modals/ClaimAccountModal.tsx:110
#: src/components/modals/EmailChangeModal.tsx:108
#: src/components/modals/EmailChangeModal.tsx:169
msgid "Invalid or expired code"
@@ -10134,7 +10215,7 @@ msgstr "Nút đảo ngược đã được nhấn!"
msgid "Invisible"
msgstr "Không hiển thị"
-#: src/components/modals/InviteModal.tsx:257
+#: src/components/modals/InviteModal.tsx:267
#: src/components/modals/tabs/ExpressionPacksTab.tsx:83
#: src/constants/AuditLogConstants.tsx:239
msgid "Invite"
@@ -10144,7 +10225,7 @@ msgstr "Mời"
msgid "Invite Background"
msgstr "Nền lời mời"
-#: src/components/pages/ReportPage.tsx:908
+#: src/components/pages/report/ReportStepDetails.tsx:183
msgid "Invite Code (optional)"
msgstr "Mã lời mời (tùy chọn)"
@@ -10170,7 +10251,7 @@ msgstr "Mời bạn bè"
msgid "Invite friends to {0}"
msgstr "Mời bạn bè đến {0}"
-#: src/components/modals/InviteModal.tsx:317
+#: src/components/modals/InviteModal.tsx:314
msgid "Invite link"
msgstr "Liên kết mời"
@@ -10190,7 +10271,7 @@ msgid "Invite Links"
msgstr "Liên kết mời"
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:164
-#: src/components/layout/ChannelItem.tsx:599
+#: src/components/layout/ChannelItem.tsx:616
#: src/components/popouts/GuildHeaderPopout.tsx:178
msgid "Invite Members"
msgstr "Mời thành viên"
@@ -10218,7 +10299,7 @@ msgid "Invite Page Preview"
msgstr "Xem trước trang lời mời"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:381
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1144
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1168
#: src/components/layout/FavoritesChannelListContent.tsx:305
#: src/components/uikit/ContextMenu/ChannelListContextMenu.tsx:96
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:97
@@ -10236,7 +10317,7 @@ msgstr "Lời mời đã bị thu hồi"
msgid "Invite sent for {0}"
msgstr "Đã gửi lời mời cho {0}"
-#: src/components/bottomsheets/DMBottomSheet.tsx:256
+#: src/components/bottomsheets/DMBottomSheet.tsx:258
msgid "Invite sent to {guildName}"
msgstr "Lời mời đã được gửi đến {guildName}"
@@ -10249,7 +10330,7 @@ msgid "Invite splash preview"
msgstr "Xem trước trang chào mời"
#. placeholder {0}: guild.name
-#: src/components/bottomsheets/DMBottomSheet.tsx:499
+#: src/components/bottomsheets/DMBottomSheet.tsx:501
msgid "Invite to {0}"
msgstr "Mời đến {0}"
@@ -10257,7 +10338,7 @@ msgstr "Mời đến {0}"
msgid "Invite to Community"
msgstr "Mời vào cộng đồng"
-#: src/components/channel/InviteEmbed.tsx:362
+#: src/components/channel/InviteEmbed.tsx:364
msgid "Invite Unavailable"
msgstr "Lời mời không khả dụng"
@@ -10277,7 +10358,7 @@ msgid "Invited by {0}#{1}"
msgstr "Được mời bởi {0}#{1}"
#: src/components/auth/InviteHeader.tsx:159
-#: src/components/channel/InviteEmbed.tsx:222
+#: src/components/channel/InviteEmbed.tsx:224
msgid "Invited by {inviterTag}"
msgstr "Được mời bởi {inviterTag}"
@@ -10290,8 +10371,8 @@ msgid "Inviter:"
msgstr "Người mời:"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:303
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1199
-#: src/components/bottomsheets/DMBottomSheet.tsx:468
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1223
+#: src/components/bottomsheets/DMBottomSheet.tsx:470
#: src/components/channel/dm/DMList.tsx:257
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:145
msgid "Invites"
@@ -10301,11 +10382,11 @@ msgstr "Lời mời"
msgid "Invites are currently disabled for this community."
msgstr "Hiện tại lời mời bị tắt cho cộng đồng này."
-#: src/components/modals/InviteModal.tsx:270
+#: src/components/modals/InviteModal.tsx:237
msgid "Invites are currently disabled in this community by an admin. While this invite can be created, it cannot be accepted until invites are re-enabled."
msgstr "Quản trị viên đã tắt lời mời trong cộng đồng này. Mặc dù có thể tạo lời mời, nhưng không thể chấp nhận cho đến khi bật lại lời mời."
-#: src/components/layout/guild-list/GuildListItem.tsx:233
+#: src/components/layout/guild-list/GuildListItem.tsx:234
msgid "Invites are currently paused in this community"
msgstr "Hiện lời mời đang bị tạm dừng trong cộng đồng này"
@@ -10317,7 +10398,7 @@ msgstr "Lời mời bị khóa cho cộng đồng xem trước. Xác nhận tài
msgid "Invites disabled"
msgstr "Lời mời bị vô hiệu"
-#: src/components/channel/InviteEmbed.tsx:257
+#: src/components/channel/InviteEmbed.tsx:259
#: src/components/modals/InviteAcceptModal.tsx:98
msgid "Invites Disabled"
msgstr "Lời mời bị vô hiệu"
@@ -10343,7 +10424,7 @@ msgstr "Lời mời đến <0>{0}0> hiện đang bị vô hiệu"
msgid "IP address authorized"
msgstr "Địa chỉ IP đã được cấp quyền"
-#: src/components/pages/ReportPage.tsx:324
+#: src/components/pages/report/optionDescriptors.ts:96
msgid "Ireland"
msgstr "Ireland"
@@ -10359,7 +10440,7 @@ msgstr "Đây là một bữa tiệc gõ phím hoàn toàn"
msgid "Italian"
msgstr "Tiếng Ý"
-#: src/components/pages/ReportPage.tsx:325
+#: src/components/pages/report/optionDescriptors.ts:97
msgid "Italy"
msgstr "Ý"
@@ -10381,16 +10462,16 @@ msgstr "Tham gia một cộng đồng"
msgid "Join a community with stickers to get started!"
msgstr "Tham gia một cộng đồng có nhãn dán để bắt đầu!"
-#: src/components/channel/channel-view/DMChannelView.tsx:315
+#: src/components/channel/channel-view/DMChannelView.tsx:316
msgid "Join call"
msgstr "Tham gia cuộc gọi"
-#: src/components/channel/InviteEmbed.tsx:261
-#: src/components/channel/InviteEmbed.tsx:451
+#: src/components/channel/InviteEmbed.tsx:263
+#: src/components/channel/InviteEmbed.tsx:453
#: src/components/layout/guild-list/AddGuildButton.tsx:71
#: src/components/modals/AddGuildModal.tsx:129
#: src/components/modals/AddGuildModal.tsx:410
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:304
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:342
#: src/components/modals/InviteAcceptModal.tsx:102
#: src/components/modals/InviteAcceptModalPreview.tsx:114
msgid "Join Community"
@@ -10400,7 +10481,7 @@ msgstr "Tham gia cộng đồng"
msgid "Join community form"
msgstr "Biểu mẫu tham gia cộng đồng"
-#: src/components/channel/InviteEmbed.tsx:187
+#: src/components/channel/InviteEmbed.tsx:189
msgid "Join Group"
msgstr "Tham gia nhóm"
@@ -10416,19 +10497,19 @@ msgstr "Nhận thông báo tham gia"
msgid "Join Operators Community"
msgstr "Tham gia cộng đồng Operators"
-#: src/components/channel/CallMessage.tsx:171
+#: src/components/channel/CallMessage.tsx:165
msgid "Join the call"
msgstr "Tham gia cuộc gọi"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:122
+#: src/components/channel/ChannelHeader/CallButtons.tsx:159
msgid "Join Video Call"
msgstr "Tham gia cuộc gọi video"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:118
+#: src/components/channel/ChannelHeader/CallButtons.tsx:150
msgid "Join Video Call ({participantCount} participant)"
msgstr "Tham gia Cuộc gọi Video ({participantCount} người tham gia)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:119
+#: src/components/channel/ChannelHeader/CallButtons.tsx:151
msgid "Join Video Call ({participantCount} participants)"
msgstr "Tham gia Cuộc gọi Video ({participantCount} người tham gia)"
@@ -10436,15 +10517,15 @@ msgstr "Tham gia Cuộc gọi Video ({participantCount} người tham gia)"
msgid "Join Visionary Community"
msgstr "Tham gia cộng đồng Visionary"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:70
+#: src/components/channel/ChannelHeader/CallButtons.tsx:89
msgid "Join Voice Call"
msgstr "Tham gia cuộc gọi thoại"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:66
+#: src/components/channel/ChannelHeader/CallButtons.tsx:80
msgid "Join Voice Call ({participantCount} participant)"
msgstr "Tham gia Cuộc gọi Giọng nói ({participantCount} người tham gia)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:67
+#: src/components/channel/ChannelHeader/CallButtons.tsx:81
msgid "Join Voice Call ({participantCount} participants)"
msgstr "Tham gia Cuộc gọi Giọng nói ({participantCount} người tham gia)"
@@ -10495,7 +10576,7 @@ msgstr "JPEG, PNG, WebP. Tối đa 10MB. Nên dùng: 512×512px"
msgid "JPEG, PNG, WebP. Max 10MB. Recommended: 512×512px. Animated avatars (GIF) require <0/>."
msgstr "JPEG, PNG, WebP. Tối đa 10MB. Nên dùng: 512×512px. Ảnh đại diện động (GIF) cần <0/>."
-#: src/components/channel/ChannelSearchResults.tsx:777
+#: src/components/channel/ChannelSearchResults.tsx:745
#: src/components/pages/MessageListPage.tsx:97
#: src/components/popouts/RecentMentionsContent.tsx:221
#: src/components/popouts/SavedMessagesContent.tsx:102
@@ -10519,11 +10600,11 @@ msgstr "Nhảy đến tin nhắn"
msgid "Jump to Oldest Unread Message"
msgstr "Nhảy đến tin nhắn chưa đọc cũ nhất"
-#: src/components/channel/ChannelSearchResults.tsx:872
+#: src/components/channel/ChannelSearchResults.tsx:840
msgid "Jump to page"
msgstr "Nhảy đến trang"
-#: src/components/channel/Messages.tsx:917
+#: src/components/channel/Messages.tsx:915
msgid "Jump to Present"
msgstr "Nhảy đến hiện tại"
@@ -10612,7 +10693,7 @@ msgid "Keyboard Shortcuts"
msgstr "Phím tắt bàn phím"
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:344
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:311
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:314
#: src/components/modals/KickMemberModal.tsx:58
#: src/components/modals/UserProfileActionsSheet.tsx:253
msgid "Kick"
@@ -10702,7 +10783,7 @@ msgstr "Độ trễ {latency} mili giây"
msgid "Latency graph"
msgstr "Đồ thị độ trễ"
-#: src/components/pages/ReportPage.tsx:326
+#: src/components/pages/report/optionDescriptors.ts:98
msgid "Latvia"
msgstr "Latvia"
@@ -10729,10 +10810,10 @@ msgstr "Rời cộng đồng"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:248
#: src/components/bottomsheets/ChannelBottomSheet.tsx:250
#: src/components/bottomsheets/ChannelBottomSheet.tsx:314
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1253
-#: src/components/bottomsheets/DMBottomSheet.tsx:337
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1277
#: src/components/bottomsheets/DMBottomSheet.tsx:339
-#: src/components/bottomsheets/DMBottomSheet.tsx:551
+#: src/components/bottomsheets/DMBottomSheet.tsx:341
+#: src/components/bottomsheets/DMBottomSheet.tsx:554
#: src/components/channel/dm/DMList.tsx:265
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:159
#: src/hooks/useLeaveGroup.tsx:42
@@ -10740,27 +10821,27 @@ msgstr "Rời cộng đồng"
msgid "Leave Group"
msgstr "Rời nhóm"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:122
+#: src/components/channel/ChannelHeader/CallButtons.tsx:157
msgid "Leave Video Call"
msgstr "Rời cuộc gọi video"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:113
+#: src/components/channel/ChannelHeader/CallButtons.tsx:145
msgid "Leave Video Call ({participantCount} participant)"
msgstr "Rời khỏi Cuộc gọi Video ({participantCount} người tham gia)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:114
+#: src/components/channel/ChannelHeader/CallButtons.tsx:146
msgid "Leave Video Call ({participantCount} participants)"
msgstr "Rời khỏi Cuộc gọi Video ({participantCount} người tham gia)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:70
+#: src/components/channel/ChannelHeader/CallButtons.tsx:87
msgid "Leave Voice Call"
msgstr "Rời cuộc gọi thoại"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:61
+#: src/components/channel/ChannelHeader/CallButtons.tsx:75
msgid "Leave Voice Call ({participantCount} participant)"
msgstr "Rời khỏi Cuộc gọi Giọng nói ({participantCount} người tham gia)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:62
+#: src/components/channel/ChannelHeader/CallButtons.tsx:76
msgid "Leave Voice Call ({participantCount} participants)"
msgstr "Rời khỏi Cuộc gọi Giọng nói ({participantCount} người tham gia)"
@@ -10785,7 +10866,7 @@ msgstr "Căn trái"
msgid "Left community"
msgstr "Đã rời cộng đồng"
-#: src/components/bottomsheets/DMBottomSheet.tsx:350
+#: src/components/bottomsheets/DMBottomSheet.tsx:352
#: src/hooks/useLeaveGroup.tsx:56
msgid "Left group"
msgstr "Đã rời nhóm"
@@ -10798,7 +10879,7 @@ msgstr "Biểu tượng trái"
msgid "Left Tooltip"
msgstr "Chú giải trái"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:90
+#: src/components/modals/components/plutonium/VisionarySection.tsx:99
msgid "Let people add you without needing a 4-digit tag"
msgstr "Cho phép mọi người thêm bạn mà không cần mã 4 chữ số"
@@ -10810,17 +10891,13 @@ msgstr "Cho phép cộng đồng tự kiểm duyệt"
msgid "Letters (a-z, A-Z), numbers (0-9), and underscores (_) only"
msgstr "Chỉ phép chữ cái (a-z, A-Z), số (0-9) và gạch dưới (_)"
-#: src/components/pages/ReportPage.tsx:729
-msgid "Letters and numbers only. You can paste the code—formatting is automatic."
-msgstr "Chỉ chữ cái và số. Bạn có thể dán mã—định dạng tự động."
-
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:120
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:139
#: src/components/modals/tabs/DeveloperOptionsTab/AccountPremiumTab.tsx:49
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:371
msgid "Lifetime"
msgstr "Trọn đời"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:73
+#: src/components/modals/components/plutonium/VisionarySection.tsx:82
#: src/utils/giftUtils.ts:58
msgid "Lifetime Plutonium"
msgstr "Plutonium trọn đời"
@@ -10838,7 +10915,7 @@ msgid "Liked!"
msgstr "Đã thích!"
#. placeholder {0}: formatter.format(visionarySlots.total)
-#: src/components/modals/components/plutonium/VisionarySection.tsx:61
+#: src/components/modals/components/plutonium/VisionarySection.tsx:70
msgid "Limited to {0} users. One-time purchase, lifetime access."
msgstr "Giới hạn {0} người dùng. Mua một lần, truy cập trọn đời."
@@ -10856,7 +10933,7 @@ msgstr "Liên kết"
msgid "Link channel"
msgstr "Liên kết kênh"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:530
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:544
#: src/components/uikit/ContextMenu/MediaContextMenu.tsx:145
#: src/components/uikit/ContextMenu/MediaContextMenu.tsx:228
msgid "Link copied to clipboard"
@@ -10902,7 +10979,7 @@ msgstr "Danh sách"
msgid "Lists members with this role in their own section in the member list."
msgstr "Liệt kê thành viên có vai trò này trong phần riêng trong danh sách thành viên."
-#: src/components/pages/ReportPage.tsx:327
+#: src/components/pages/report/optionDescriptors.ts:99
msgid "Lithuania"
msgstr "Litva"
@@ -10934,7 +11011,7 @@ msgstr "Đang tải danh sách cấm..."
msgid "Loading communities..."
msgstr "Đang tải các cộng đồng..."
-#: src/components/channel/embeds/media/EmbedImage.tsx:363
+#: src/components/channel/embeds/media/EmbedImage.tsx:368
msgid "Loading image"
msgstr "Đang tải hình ảnh"
@@ -10947,7 +11024,7 @@ msgid "Loading more..."
msgstr "Đang tải thêm..."
#: src/components/channel/embeds/media/EmbedGifv.tsx:493
-#: src/components/channel/embeds/media/EmbedGifv.tsx:721
+#: src/components/channel/embeds/media/EmbedGifv.tsx:745
msgid "Loading placeholder"
msgstr "Chỗ giữ chỗ đang tải"
@@ -10971,7 +11048,7 @@ msgstr "Đang tải chủ đề..."
msgid "Loading verification methods..."
msgstr "Đang tải phương thức xác minh..."
-#: src/components/channel/embeds/media/EmbedImage.tsx:363
+#: src/components/channel/embeds/media/EmbedImage.tsx:368
msgid "Loading: {alt}"
msgstr "Đang tải: {alt}"
@@ -11021,7 +11098,7 @@ msgid "Log in with a passkey"
msgstr "Đăng nhập bằng khóa truy cập"
#: src/components/modals/components/DesktopSettingsView.tsx:346
-#: src/components/modals/components/MobileSettingsView.tsx:362
+#: src/components/modals/components/MobileSettingsView.tsx:357
#: src/components/pages/PendingVerificationPage.tsx:151
msgid "Log Out"
msgstr "Đăng xuất"
@@ -11101,7 +11178,7 @@ msgstr "Thấp"
msgid "Low (480p)"
msgstr "Thấp (480p)"
-#: src/components/pages/ReportPage.tsx:328
+#: src/components/pages/report/optionDescriptors.ts:100
msgid "Luxembourg"
msgstr "Luxembourg"
@@ -11114,16 +11191,16 @@ msgstr "Đặt làm chủ nhóm"
msgid "Make links to websites stand out more by always underlining them."
msgstr "Làm cho các liên kết đến trang web nổi bật hơn bằng cách luôn gạch chân chúng."
-#: src/components/pages/ReportPage.tsx:271
+#: src/components/pages/report/optionDescriptors.ts:52
#: src/constants/IARConstants.tsx:77
msgid "Malicious Links"
msgstr "Liên kết độc hại"
-#: src/components/pages/ReportPage.tsx:329
+#: src/components/pages/report/optionDescriptors.ts:101
msgid "Malta"
msgstr "Malta"
-#: src/components/pages/ReportPage.tsx:302
+#: src/components/pages/report/optionDescriptors.ts:77
#: src/constants/IARConstants.tsx:190
msgid "Malware Distribution"
msgstr "Phân phối phần mềm độc hại"
@@ -11214,7 +11291,7 @@ msgid "Manage slash commands for this application"
msgstr "Quản lý lệnh gạch chéo cho ứng dụng này"
#: src/components/layout/app-layout/nagbars/PremiumGracePeriodNagbar.tsx:83
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:288
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:324
msgid "Manage Subscription"
msgstr "Quản lý gói đăng ký"
@@ -11227,7 +11304,7 @@ msgstr "Quản lý địa chỉ email bạn dùng để đăng nhập Fluxer"
msgid "Manage Webhooks"
msgstr "Quản lý webhook"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:100
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:104
msgid "Manage your applications and bots."
msgstr "Quản lý ứng dụng và bot của bạn."
@@ -11243,7 +11320,7 @@ msgstr "Quản lý quà tặng của bạn"
msgid "Manage your phone number for SMS two-factor authentication"
msgstr "Quản lý số điện thoại cho xác thực hai yếu tố qua SMS"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:280
+#: src/components/modals/tabs/GiftInventoryTab.tsx:303
msgid "Manage your purchased Plutonium gift codes. Share the gift URL with someone special or redeem it for yourself!"
msgstr "Quản lý mã quà tặng Plutonium bạn đã mua. Chia sẻ URL quà tặng với người đặc biệt hoặc đổi cho chính bạn!"
@@ -11256,8 +11333,8 @@ msgid "Mark as 18+ (NSFW)"
msgstr "Đánh dấu 18+ (NSFW)"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:358
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1115
-#: src/components/bottomsheets/DMBottomSheet.tsx:388
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1139
+#: src/components/bottomsheets/DMBottomSheet.tsx:390
#: src/components/channel/NewMessagesBar.tsx:60
#: src/components/uikit/ContextMenu/items/CategoryMenuItems.tsx:81
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:79
@@ -11319,7 +11396,7 @@ msgstr "Markdown"
msgid "Markdown Preview"
msgstr "Xem trước Markdown"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:516
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:530
msgid "Marked as read"
msgstr "Đã đánh dấu là đọc"
@@ -11347,7 +11424,7 @@ msgstr "Chỉ báo dưới thanh trượt"
msgid "Marty_McFly"
msgstr "Marty_McFly"
-#: src/components/modals/ClaimAccountModal.tsx:160
+#: src/components/modals/ClaimAccountModal.tsx:162
#: src/components/modals/EmailChangeModal.tsx:254
msgid "marty@example.com"
msgstr "marty@example.com"
@@ -11356,7 +11433,7 @@ msgstr "marty@example.com"
msgid "Mask Visionary as subscription"
msgstr "Che Visionary dưới dạng gói đăng ký"
-#: src/components/modals/InviteModal.tsx:291
+#: src/components/modals/InviteModal.tsx:288
msgid "Max number of uses"
msgstr "Số lần sử dụng tối đa"
@@ -11393,7 +11470,8 @@ msgstr "Chất lượng tối đa cho camera là 1080p"
msgid "Maximum quality, requires very fast connection"
msgstr "Chất lượng tối đa, yêu cầu kết nối rất nhanh"
-#: src/components/modals/GiftAcceptModal.tsx:151
+#: src/components/modals/GiftAcceptModal.tsx:161
+#: src/components/modals/GiftAcceptModal.tsx:194
msgid "Maybe later"
msgstr "Có thể sau"
@@ -11411,7 +11489,7 @@ msgstr "Đang đo..."
#: src/components/channel/AutocompleteEmoji.tsx:154
#: src/components/channel/textarea/TextareaButtons.tsx:122
-#: src/components/modals/ExpressionPickerSheet.tsx:77
+#: src/components/modals/ExpressionPickerSheet.tsx:64
#: src/components/modals/tabs/ChatSettingsTab.tsx:43
#: src/components/modals/tabs/ChatSettingsTab/Inline.tsx:37
#: src/components/modals/utils/settingsConstants.tsx:298
@@ -11504,8 +11582,8 @@ msgstr "Xác minh thành viên"
msgid "Member verification level"
msgstr "Cấp độ xác minh thành viên"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:877
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:913
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:909
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:945
#: src/components/modals/guildTabs/GuildMembersTab.tsx:429
#: src/components/modals/shared/AddOverridePopout.tsx:176
#: src/components/modals/utils/guildSettingsConstants.tsx:157
@@ -11536,7 +11614,7 @@ msgstr "Thành viên bị loại bỏ"
msgid "Members receive notifications for every message"
msgstr "Thành viên nhận thông báo cho mọi tin nhắn"
-#: src/components/modals/InviteModal.tsx:302
+#: src/components/modals/InviteModal.tsx:299
msgid "Members will be removed when they go offline unless a role is assigned"
msgstr "Thành viên sẽ bị gỡ khi họ offline trừ khi có vai trò được gán"
@@ -11608,11 +11686,11 @@ msgid "mentions:"
msgstr "đề cập:"
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:234
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:218
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:220
#: src/components/modals/tabs/ComponentGalleryTab/InputsTab.tsx:164
-#: src/components/modals/UserProfileMobileSheet.tsx:497
-#: src/components/modals/UserProfileModal.tsx:1189
-#: src/components/modals/UserProfileModal.tsx:1311
+#: src/components/modals/UserProfileMobileSheet.tsx:501
+#: src/components/modals/UserProfileModal.tsx:1190
+#: src/components/modals/UserProfileModal.tsx:1316
#: src/components/popouts/UserProfilePopout.tsx:289
#: src/components/popouts/UserProfilePopout.tsx:308
#: src/components/profile/ProfilePreview.tsx:292
@@ -11689,7 +11767,7 @@ msgstr "Nhóm tin nhắn"
msgid "Message is too long"
msgstr "Tin nhắn quá dài"
-#: src/components/pages/ReportPage.tsx:837
+#: src/components/pages/report/ReportStepDetails.tsx:107
msgid "Message Link"
msgstr "Liên kết tin nhắn"
@@ -11744,7 +11822,7 @@ msgstr "Tin nhắn & Phương tiện"
msgid "Messages Deleted"
msgstr "Tin nhắn đã xóa"
-#: src/components/channel/Messages.tsx:938
+#: src/components/channel/Messages.tsx:936
msgid "Messages failed to load"
msgstr "Không tải được tin nhắn"
@@ -11888,22 +11966,21 @@ msgstr "Giám sát"
msgid "Monospace font family"
msgstr "Họ phông chữ monospace"
-#: src/components/auth/DateOfBirthField.tsx:87
-#: src/components/auth/DateOfBirthField.tsx:154
+#: src/components/auth/DateOfBirthField.tsx:151
#: src/components/auth/MockMinimalRegisterForm.tsx:68
msgid "Month"
msgstr "Tháng"
-#: src/components/modals/components/plutonium/PricingSection.tsx:71
+#: src/components/modals/components/plutonium/PricingSection.tsx:78
msgid "Monthly"
msgstr "Hàng tháng"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:63
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:73
msgid "Monthly {monthlyPrice}"
msgstr "Hàng tháng {monthlyPrice}"
#: src/components/accounts/AccountRow.tsx:178
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:863
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:895
#: src/components/channel/friends/FriendListItem.tsx:229
#: src/components/channel/MessageActionBar.tsx:647
#: src/components/channel/MessageActionBar.tsx:776
@@ -11936,7 +12013,7 @@ msgstr "Thêm vị trí nhãn dán"
msgid "Most popular"
msgstr "Phổ biến nhất"
-#: src/components/channel/ChannelSearchResults.tsx:225
+#: src/components/channel/ChannelSearchResults.tsx:182
#: src/components/search/SortModeSheet.tsx:53
msgid "Most Relevant"
msgstr "Phù hợp nhất"
@@ -12015,7 +12092,7 @@ msgstr "Nội dung đa ngôn ngữ"
msgid "Music Lovers"
msgstr "Người yêu nhạc"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:850
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:882
#: src/components/bottomsheets/VoiceLobbyBottomSheet.tsx:179
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:253
#: src/components/layout/UserArea.tsx:213
@@ -12055,7 +12132,7 @@ msgstr "Tắt âm kênh"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:400
#: src/components/bottomsheets/ChannelBottomSheet.tsx:452
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1010
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1034
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:171
#: src/components/modals/GuildNotificationSettingsModal.tsx:295
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:168
@@ -12069,9 +12146,9 @@ msgstr "Tắt âm kênh"
msgid "Mute Community"
msgstr "Tắt âm cộng đồng"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1012
-#: src/components/bottomsheets/DMBottomSheet.tsx:449
-#: src/components/bottomsheets/DMBottomSheet.tsx:590
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1036
+#: src/components/bottomsheets/DMBottomSheet.tsx:451
+#: src/components/bottomsheets/DMBottomSheet.tsx:593
msgid "Mute Conversation"
msgstr "Tắt âm cuộc trò chuyện"
@@ -12096,7 +12173,7 @@ msgstr "Tắt âm thành viên"
msgid "Mute User"
msgstr "Tắt âm người dùng"
-#: src/components/layout/guild-list/GuildListItem.tsx:193
+#: src/components/layout/guild-list/GuildListItem.tsx:194
#: src/components/layout/VoiceStateIcons.tsx:53
#: src/components/voice/VoiceParticipantTile.tsx:897
#: src/utils/ContextMenuUtils.tsx:159
@@ -12105,7 +12182,7 @@ msgstr "Đã tắt âm"
#. placeholder {0}: DateUtils.getFormattedDateTime(new Date(muteConfig.end_time))
#. placeholder {0}: getFormattedDateTime(new Date(muteConfig.end_time))
-#: src/components/layout/guild-list/GuildListItem.tsx:191
+#: src/components/layout/guild-list/GuildListItem.tsx:192
#: src/utils/ContextMenuUtils.tsx:157
msgid "Muted until {0}"
msgstr "Đã tắt âm đến {0}"
@@ -12253,7 +12330,7 @@ msgstr "Cần tài khoản?"
msgid "Neighborhood Watch"
msgstr "Giám sát khu phố"
-#: src/components/pages/ReportPage.tsx:330
+#: src/components/pages/report/optionDescriptors.ts:102
msgid "Netherlands"
msgstr "Hà Lan"
@@ -12261,9 +12338,9 @@ msgstr "Hà Lan"
msgid "Network"
msgstr "Mạng"
-#: src/components/modals/components/PlutoniumContent.tsx:145
-#: src/components/modals/components/PlutoniumContent.tsx:271
-#: src/components/modals/tabs/BetaCodesTab.tsx:295
+#: src/components/modals/components/PlutoniumContent.tsx:156
+#: src/components/modals/components/PlutoniumContent.tsx:288
+#: src/components/modals/tabs/BetaCodesTab.tsx:320
#: src/components/modals/tabs/DevicesTab.tsx:229
msgid "Network error"
msgstr "Lỗi mạng"
@@ -12290,7 +12367,7 @@ msgstr "không bao giờ hết hạn"
#: src/components/channel/Divider.tsx:51
#: src/components/channel/Divider.tsx:60
#: src/components/channel/UnreadDividerSlot.tsx:45
-#: src/components/layout/GuildsLayout.tsx:285
+#: src/components/layout/GuildsLayout.tsx:283
msgid "New"
msgstr "Mới"
@@ -12311,7 +12388,7 @@ msgstr "Email mới"
msgid "New email form"
msgstr "Biểu mẫu email mới"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:902
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:934
msgid "New Group"
msgstr "Nhóm mới"
@@ -12334,7 +12411,7 @@ msgid "new-channel"
msgstr "kênh-mới"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:446
-#: src/components/channel/ChannelSearchResults.tsx:223
+#: src/components/channel/ChannelSearchResults.tsx:180
msgid "Newest"
msgstr "Mới nhất"
@@ -12394,7 +12471,7 @@ msgstr "Biệt danh không được quá 32 ký tự"
msgid "Nickname updated"
msgstr "Biệt danh đã được cập nhật"
-#: src/components/layout/GuildLayout.tsx:392
+#: src/components/layout/GuildLayout.tsx:397
msgid "No accessible channels"
msgstr "Không có kênh nào truy cập được"
@@ -12431,7 +12508,7 @@ msgstr "Không có người dùng bị cấm"
msgid "No bans found matching your search."
msgstr "Không tìm thấy lệnh cấm nào phù hợp với tìm kiếm của bạn."
-#: src/components/modals/tabs/BetaCodesTab.tsx:365
+#: src/components/modals/tabs/BetaCodesTab.tsx:390
msgid "No beta codes yet"
msgstr "Chưa có mã beta nào"
@@ -12471,7 +12548,7 @@ msgstr "Không có kênh nào"
msgid "No channels found"
msgstr "Không tìm thấy kênh nào"
-#: src/components/modals/tabs/BetaCodesTab.tsx:275
+#: src/components/modals/tabs/BetaCodesTab.tsx:279
msgid "No codes remaining. Resets {resetString}"
msgstr "Không còn mã nào. Đặt lại {resetString}"
@@ -12484,7 +12561,7 @@ msgid "No community banner"
msgstr "Không có banner cộng đồng"
#: src/components/auth/InviteHeader.tsx:156
-#: src/components/channel/InviteEmbed.tsx:215
+#: src/components/channel/InviteEmbed.tsx:217
#: src/components/modals/InviteAcceptModal.tsx:148
#: src/components/modals/tabs/ExpressionPacksTab.tsx:73
msgid "No description provided."
@@ -12516,7 +12593,7 @@ msgstr "Chưa có bạn bè nào"
msgid "No GIFs found"
msgstr "Không tìm thấy GIF nào"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:311
+#: src/components/modals/tabs/GiftInventoryTab.tsx:334
msgid "No gifts yet"
msgstr "Chưa có quà nào"
@@ -12656,7 +12733,7 @@ msgid "No results"
msgstr "Không có kết quả"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:315
-#: src/components/channel/ChannelSearchResults.tsx:709
+#: src/components/channel/ChannelSearchResults.tsx:678
msgid "No Results"
msgstr "Không có kết quả"
@@ -12717,7 +12794,7 @@ msgstr "Không có kênh hệ thống"
msgid "No Timer"
msgstr "Không có bộ hẹn giờ"
-#: src/components/channel/dm/AddFriendForm.tsx:70
+#: src/components/channel/dm/AddFriendForm.tsx:93
msgid "No user found with that FluxerTag."
msgstr "Không tìm thấy người dùng nào với FluxerTag đó."
@@ -12797,7 +12874,7 @@ msgstr "Không phải bây giờ"
msgid "Not your cup of tea? You can disable this feature anytime."
msgstr "Không phải thứ bạn thích? Bạn có thể tắt tính năng này bất cứ lúc nào."
-#: src/components/modals/UserProfileMobileSheet.tsx:549
+#: src/components/modals/UserProfileMobileSheet.tsx:553
#: src/components/modals/UserProfileModal.tsx:244
#: src/components/modals/UserProfileModal.tsx:248
#: src/components/pages/YouPage.tsx:144
@@ -12813,7 +12890,7 @@ msgstr "Ghi chú (chỉ bạn nhìn thấy)"
msgid "nothing"
msgstr "không có gì"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1387
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1411
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:218
#: src/components/modals/GuildNotificationSettingsModal.tsx:95
#: src/components/modals/GuildNotificationSettingsModal.tsx:226
@@ -12835,8 +12912,8 @@ msgid "Notification Overrides"
msgstr "Ghi đè thông báo"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:405
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1160
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1341
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1184
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1365
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:199
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsButton.tsx:59
#: src/components/modals/GuildNotificationSettingsModal.tsx:162
@@ -12904,17 +12981,17 @@ msgstr "Nội dung NSFW không được phép"
msgid "NSFW Gates"
msgstr "Cổng NSFW"
-#: src/components/pages/ReportPage.tsx:266
+#: src/components/pages/report/optionDescriptors.ts:47
#: src/constants/IARConstants.tsx:52
msgid "NSFW Policy Violation"
msgstr "Vi phạm chính sách NSFW"
#. placeholder {0}: formatter.format(visionarySlots.total)
-#: src/components/modals/components/plutonium/VisionarySection.tsx:82
+#: src/components/modals/components/plutonium/VisionarySection.tsx:91
msgid "Numbered badge (1-{0}) showing your Visionary status"
msgstr "Huy hiệu đánh số (1-{0}) hiển thị trạng thái Tầm nhìn của bạn"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:83
+#: src/components/modals/components/plutonium/VisionarySection.tsx:92
msgid "Numbered badge showing your Visionary status"
msgstr "Huy hiệu có số hiển thị trạng thái Visionary của bạn"
@@ -12933,8 +13010,8 @@ msgstr "Đối tượng"
msgid "Off"
msgstr "Tắt"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:281
-#: src/components/channel/ChannelMembers.tsx:137
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:287
+#: src/components/channel/ChannelMembers.tsx:108
#: src/Constants.tsx:134
#: src/utils/MemberListUtils.ts:150
#: src/utils/MemberListUtils.ts:188
@@ -12962,7 +13039,7 @@ msgid "Okay"
msgstr "Được"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:446
-#: src/components/channel/ChannelSearchResults.tsx:224
+#: src/components/channel/ChannelSearchResults.tsx:181
msgid "Oldest"
msgstr "Cũ nhất"
@@ -13020,25 +13097,25 @@ msgstr "Một hoặc nhiều kênh đang được lập chỉ mục"
msgid "one second ago"
msgstr "một giây trước"
-#: src/components/modals/components/plutonium/GiftSection.tsx:71
-#: src/components/modals/components/plutonium/GiftSection.tsx:80
-#: src/components/modals/components/plutonium/PricingSection.tsx:103
-#: src/components/modals/components/plutonium/PricingSection.tsx:112
+#: src/components/modals/components/plutonium/GiftSection.tsx:78
+#: src/components/modals/components/plutonium/GiftSection.tsx:90
+#: src/components/modals/components/plutonium/PricingSection.tsx:118
+#: src/components/modals/components/plutonium/PricingSection.tsx:130
msgid "one-time purchase"
msgstr "mua một lần"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:65
+#: src/components/modals/components/plutonium/VisionarySection.tsx:74
msgid "One-time purchase, lifetime access."
msgstr "Mua một lần, truy cập trọn đời."
-#: src/components/modals/components/plutonium/GiftSection.tsx:89
-#: src/components/modals/components/plutonium/PricingSection.tsx:90
-#: src/components/modals/components/plutonium/PricingSection.tsx:121
+#: src/components/modals/components/plutonium/GiftSection.tsx:102
+#: src/components/modals/components/plutonium/PricingSection.tsx:103
+#: src/components/modals/components/plutonium/PricingSection.tsx:142
msgid "one-time, lifetime"
msgstr "một lần, trọn đời"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:281
-#: src/components/channel/ChannelMembers.tsx:135
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:285
+#: src/components/channel/ChannelMembers.tsx:106
#: src/components/channel/dm/DMFriendsView.tsx:168
#: src/components/channel/friends/views/FriendsList.tsx:95
#: src/Constants.tsx:130
@@ -13051,7 +13128,7 @@ msgstr "Trực tuyến"
msgid "Online Status"
msgstr "Trạng thái trực tuyến"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1382
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1406
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:212
#: src/components/modals/GuildNotificationSettingsModal.tsx:91
#: src/components/modals/GuildNotificationSettingsModal.tsx:281
@@ -13120,11 +13197,11 @@ msgstr "Mở cửa sổ yêu cầu tài khoản"
msgid "Open color picker"
msgstr "Mở bảng chọn màu"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1398
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1422
msgid "Open Community Notification Settings"
msgstr "Mở cài đặt thông báo cộng đồng"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:286
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:322
msgid "Open Customer Portal"
msgstr "Mở cổng khách hàng"
@@ -13293,7 +13370,7 @@ msgstr "Tuỳ chọn ba"
msgid "Option Two"
msgstr "Tuỳ chọn hai"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:89
+#: src/components/modals/components/plutonium/VisionarySection.tsx:98
msgid "Optional #0000 tag"
msgstr "Thẻ #0000 tùy chọn"
@@ -13309,7 +13386,7 @@ msgstr "HOẶC"
msgid "Or copy the link:"
msgstr "Hoặc sao chép liên kết:"
-#: src/components/modals/InviteModal.tsx:312
+#: src/components/modals/InviteModal.tsx:309
msgid "or send an invite link to a friend:"
msgstr "hoặc gửi liên kết mời cho bạn bè:"
@@ -13325,9 +13402,9 @@ msgstr "Tin nhắn gốc không tải được"
msgid "Original message was deleted"
msgstr "Tin nhắn gốc đã bị xóa"
-#: src/components/pages/ReportPage.tsx:273
-#: src/components/pages/ReportPage.tsx:287
-#: src/components/pages/ReportPage.tsx:303
+#: src/components/pages/report/optionDescriptors.ts:54
+#: src/components/pages/report/optionDescriptors.ts:65
+#: src/components/pages/report/optionDescriptors.ts:78
#: src/constants/IARConstants.tsx:87
#: src/constants/IARConstants.tsx:139
#: src/constants/IARConstants.tsx:195
@@ -13463,8 +13540,8 @@ msgstr "Khóa đăng nhập yêu cầu gói macOS có chữ ký với định da
#: src/components/auth/AuthLoginCore/AuthLoginEmailPasswordForm.tsx:90
#: src/components/auth/AuthRegisterFormCore.tsx:136
#: src/components/auth/AuthRegisterFormCore.tsx:217
-#: src/components/modals/ClaimAccountModal.tsx:168
-#: src/components/modals/ClaimAccountModal.tsx:208
+#: src/components/modals/ClaimAccountModal.tsx:170
+#: src/components/modals/ClaimAccountModal.tsx:210
#: src/components/modals/SudoVerificationModal.tsx:171
#: src/components/modals/SudoVerificationModal.tsx:236
#: src/components/modals/tabs/AccountSecurityTab/AccountTab.tsx:105
@@ -13546,11 +13623,11 @@ msgstr "Người bạn của bạn bè bạn có thể thêm bạn vào trò chu
msgid "People who are friends with your friends can call you"
msgstr "Người bạn của bạn bè bạn có thể gọi bạn"
-#: src/components/modals/components/plutonium/PricingSection.tsx:73
+#: src/components/modals/components/plutonium/PricingSection.tsx:80
msgid "per month"
msgstr "mỗi tháng"
-#: src/components/modals/components/plutonium/PricingSection.tsx:80
+#: src/components/modals/components/plutonium/PricingSection.tsx:90
msgid "per year"
msgstr "mỗi năm"
@@ -13588,8 +13665,8 @@ msgstr "Đã cấp quyền"
msgid "Personal notes"
msgstr "Ghi chú cá nhân"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:479
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:778
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:493
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:810
#: src/components/channel/channel-header/useChannelHeaderData.ts:84
#: src/components/channel/dm/DMList.tsx:708
#: src/components/channel/dm/DMList.tsx:795
@@ -13662,16 +13739,16 @@ msgid "Pick which phone step to show"
msgstr "Chọn bước điện thoại cần hiển thị"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:336
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1132
-#: src/components/bottomsheets/DMBottomSheet.tsx:483
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1156
+#: src/components/bottomsheets/DMBottomSheet.tsx:485
#: src/components/channel/dm/DMList.tsx:287
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:153
msgid "Pin DM"
msgstr "Ghim tin nhắn riêng"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:295
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1132
-#: src/components/bottomsheets/DMBottomSheet.tsx:483
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1156
+#: src/components/bottomsheets/DMBottomSheet.tsx:485
#: src/components/channel/dm/DMList.tsx:248
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:133
msgid "Pin Group DM"
@@ -13714,20 +13791,20 @@ msgid "Ping: {latency}ms"
msgstr "Độ trễ: {latency}ms"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:219
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:566
-#: src/components/bottomsheets/DMBottomSheet.tsx:147
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:580
+#: src/components/bottomsheets/DMBottomSheet.tsx:149
#: src/components/channel/dm/DMList.tsx:214
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:115
msgid "Pinned DM"
msgstr "Tin nhắn riêng đã ghim"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:219
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:566
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:580
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:95
msgid "Pinned group"
msgstr "Nhóm đã ghim"
-#: src/components/bottomsheets/DMBottomSheet.tsx:147
+#: src/components/bottomsheets/DMBottomSheet.tsx:149
msgid "Pinned group DM"
msgstr "DM nhóm đã ghim"
@@ -13742,7 +13819,7 @@ msgstr "Tin nhắn đã ghim"
msgid "pinned:"
msgstr "đã ghim:"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:886
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:918
msgid "Pins"
msgstr "Ghim"
@@ -13789,15 +13866,15 @@ msgstr "Vui lòng kiểm tra hộp thư đến để xác nhận email."
msgid "Please enable Fluxer in System Settings → Privacy & Security → Input Monitoring."
msgstr "Vui lòng bật Fluxer trong Cài đặt hệ thống → Quyền riêng tư & Bảo mật → Giám sát đầu vào."
-#: src/components/pages/ReportPage.tsx:396
+#: src/components/pages/ReportPage.tsx:211
msgid "Please enter a valid email address."
msgstr "Vui lòng nhập địa chỉ email hợp lệ."
-#: src/components/channel/dm/AddFriendForm.tsx:74
+#: src/components/channel/dm/AddFriendForm.tsx:97
msgid "Please enter a valid FluxerTag (Username#0000)."
msgstr "Vui lòng nhập FluxerTag hợp lệ (Tên người dùng#0000)."
-#: src/components/pages/ReportPage.tsx:509
+#: src/components/pages/ReportPage.tsx:336
msgid "Please enter a valid message link URL."
msgstr "Vui lòng nhập URL liên kết tin nhắn hợp lệ."
@@ -13809,26 +13886,22 @@ msgstr "Vui lòng nhập điểm cuối API."
msgid "Please fill out the following fields: {fieldList}"
msgstr "Vui lòng điền các trường sau: {fieldList}"
-#: src/components/pages/ReportPage.tsx:436
+#: src/components/pages/ReportPage.tsx:261
msgid "Please go back and enter a valid email address."
msgstr "Vui lòng quay lại và nhập địa chỉ email hợp lệ."
-#: src/components/pages/ReportPage.tsx:542
+#: src/components/pages/ReportPage.tsx:369
msgid "Please include the community (guild) ID you are reporting."
msgstr "Vui lòng cung cấp ID cộng đồng (bang hội) bạn đang báo cáo."
-#: src/components/pages/ReportPage.tsx:504
+#: src/components/pages/ReportPage.tsx:331
msgid "Please paste the message link you are reporting."
msgstr "Vui lòng dán liên kết tin nhắn bạn đang báo cáo."
-#: src/components/pages/ReportPage.tsx:391
+#: src/components/pages/ReportPage.tsx:206
msgid "Please provide an email address."
msgstr "Vui lòng cung cấp địa chỉ email."
-#: src/components/pages/ReportPage.tsx:801
-msgid "Please provide the details of your report."
-msgstr "Vui lòng cung cấp chi tiết báo cáo của bạn."
-
#: src/components/modals/tabs/ApplicationsTab/ApplicationDetail.tsx:555
msgid "Please retry or go back to the applications list."
msgstr "Vui lòng thử lại hoặc quay lại danh sách ứng dụng."
@@ -13837,7 +13910,7 @@ msgstr "Vui lòng thử lại hoặc quay lại danh sách ứng dụng."
msgid "Please select a violation category"
msgstr "Vui lòng chọn danh mục vi phạm"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:297
+#: src/components/modals/tabs/GiftInventoryTab.tsx:320
msgid "Please try again later."
msgstr "Vui lòng thử lại sau."
@@ -13878,7 +13951,7 @@ msgstr "Quyền riêng tư huy hiệu Plutonium"
msgid "Plutonium perks"
msgstr "Ưu đãi Plutonium"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:110
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:129
msgid "Plutonium Subscription"
msgstr "Đăng ký Plutonium"
@@ -13886,7 +13959,7 @@ msgstr "Đăng ký Plutonium"
msgid "PNG"
msgstr "PNG"
-#: src/components/pages/ReportPage.tsx:331
+#: src/components/pages/report/optionDescriptors.ts:103
msgid "Poland"
msgstr "Ba Lan"
@@ -13903,7 +13976,7 @@ msgstr "bình chọn"
msgid "Popouts"
msgstr "Cửa sổ bật"
-#: src/components/pages/ReportPage.tsx:332
+#: src/components/pages/report/optionDescriptors.ts:104
msgid "Portugal"
msgstr "Bồ Đào Nha"
@@ -13943,11 +14016,11 @@ msgstr "Ghi đè loại Premium"
msgid "Press keys..."
msgstr "Nhấn phím..."
-#: src/components/channel/MessageReactions.tsx:121
+#: src/components/channel/MessageReactions.tsx:120
msgid "press to add reaction"
msgstr "nhấn để thêm phản ứng"
-#: src/components/channel/MessageReactions.tsx:121
+#: src/components/channel/MessageReactions.tsx:120
msgid "press to remove reaction"
msgstr "nhấn để xóa phản ứng"
@@ -14143,15 +14216,15 @@ msgstr "Bảo vệ tài khoản bằng xác thực hai yếu tố và khóa đă
msgid "Provide any additional context that may help our Safety Team..."
msgstr "Cung cấp bất kỳ bối cảnh bổ sung nào có thể giúp Nhóm An toàn..."
-#: src/components/pages/ReportPage.tsx:882
+#: src/components/pages/report/ReportStepDetails.tsx:156
msgid "Provide at least a user ID or a user tag."
msgstr "Cung cấp ít nhất một ID người dùng hoặc một thẻ người dùng."
-#: src/components/pages/ReportPage.tsx:527
+#: src/components/pages/ReportPage.tsx:354
msgid "Provide either a user ID or a FluxerTag for the person you are reporting."
msgstr "Cung cấp ID người dùng hoặc FluxerTag của người bạn đang báo cáo."
-#: src/components/pages/ReportPage.tsx:478
+#: src/components/pages/ReportPage.tsx:305
msgid "Provide your full legal name for the declaration."
msgstr "Cung cấp tên hợp pháp đầy đủ của bạn để khai báo."
@@ -14163,7 +14236,7 @@ msgstr "Các thành viên đã bị xóa không hoạt động trong {dayCount,
msgid "Public bot"
msgstr "Bot công khai"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:312
+#: src/components/modals/tabs/GiftInventoryTab.tsx:335
msgid "Purchase a Plutonium gift from the Plutonium tab to share with friends!"
msgstr "Mua quà Plutonium từ tab Plutonium để chia sẻ với bạn bè!"
@@ -14171,12 +14244,12 @@ msgstr "Mua quà Plutonium từ tab Plutonium để chia sẻ với bạn bè!"
msgid "Purchase History"
msgstr "Lịch sử mua hàng"
-#: src/components/modals/components/plutonium/PricingSection.tsx:61
+#: src/components/modals/components/plutonium/PricingSection.tsx:67
msgid "Purchase mode"
msgstr "Chế độ mua hàng"
#. placeholder {0}: getFormattedShortDate(new Date(gift.created_at))
-#: src/components/modals/tabs/GiftInventoryTab.tsx:119
+#: src/components/modals/tabs/GiftInventoryTab.tsx:120
msgid "Purchased {0}"
msgstr "Đã mua {0}"
@@ -14275,7 +14348,7 @@ msgstr "Các nút radio cho phép chọn một tùy chọn trong nhóm."
msgid "Radio Group"
msgstr "Nhóm radio"
-#: src/components/pages/ReportPage.tsx:300
+#: src/components/pages/report/optionDescriptors.ts:75
#: src/constants/IARConstants.tsx:180
msgid "Raid Coordination"
msgstr "Phối hợp đột kích"
@@ -14310,7 +14383,7 @@ msgid "Reactions"
msgstr "Phản ứng"
#: src/components/layout/app-layout/nagbars/PremiumExpiredNagbar.tsx:77
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:284
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:320
msgid "Reactivate"
msgstr "Kích hoạt lại"
@@ -14323,15 +14396,15 @@ msgstr "Đọc lịch sử tin nhắn"
msgid "Read the community's audit log of changes and moderation actions."
msgstr "Đọc nhật ký kiểm toán của cộng đồng về thay đổi và hành động điều hành."
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:146
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:160
msgid "Read the Documentation (fluxer.dev)"
msgstr "Đọc tài liệu (fluxer.dev)"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:52
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:60
msgid "Ready to Buy a Gift?"
msgstr "Sẵn sàng mua quà chưa?"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:52
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:60
msgid "Ready to Upgrade?"
msgstr "Sẵn sàng nâng cấp chưa?"
@@ -14388,11 +14461,11 @@ msgstr "Đang kết nối lại…"
msgid "Record shortcut"
msgstr "Ghi lại phím tắt"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:269
+#: src/components/modals/tabs/GiftInventoryTab.tsx:292
msgid "Redeem"
msgstr "Đổi"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:232
+#: src/components/modals/tabs/GiftInventoryTab.tsx:255
msgid "Redeem a Gift"
msgstr "Đổi quà"
@@ -14400,40 +14473,40 @@ msgstr "Đổi quà"
msgid "Redeem Beta Code"
msgstr "Đổi mã Beta"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:165
+#: src/components/modals/tabs/GiftInventoryTab.tsx:166
msgid "Redeem for Yourself"
msgstr "Đổi cho bạn"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:255
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:281
msgid "Redeem Gift Code"
msgstr "Đổi mã quà"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:238
+#: src/components/modals/tabs/GiftInventoryTab.tsx:261
msgid "Redeem gift code form"
msgstr "Biểu mẫu đổi mã quà"
#. placeholder {0}: redeemedBetaCodes.length
-#: src/components/modals/tabs/BetaCodesTab.tsx:349
+#: src/components/modals/tabs/BetaCodesTab.tsx:374
msgid "Redeemed ({0})"
msgstr "Đã đổi ({0})"
#. placeholder {0}: getFormattedShortDate(new Date(gift.redeemed_at!))
-#: src/components/modals/tabs/GiftInventoryTab.tsx:117
+#: src/components/modals/tabs/GiftInventoryTab.tsx:118
msgid "Redeemed {0}"
msgstr "Đã đổi {0}"
#. placeholder {0}: gift.redeemed_by.username
#. placeholder {1}: gift.redeemed_by.discriminator
-#: src/components/modals/tabs/GiftInventoryTab.tsx:153
+#: src/components/modals/tabs/GiftInventoryTab.tsx:154
msgid "Redeemed by {0}#{1}"
msgstr "Đã đổi bởi {0}#{1}"
-#: src/components/modals/tabs/BetaCodesTab.tsx:54
+#: src/components/modals/tabs/BetaCodesTab.tsx:56
msgid "Redeemer"
msgstr "Người đổi"
-#: src/components/modals/tabs/BetaCodesTab.tsx:111
-#: src/components/modals/tabs/BetaCodesTab.tsx:188
+#: src/components/modals/tabs/BetaCodesTab.tsx:113
+#: src/components/modals/tabs/BetaCodesTab.tsx:190
msgid "Redeemer:"
msgstr "Người đổi:"
@@ -14526,7 +14599,7 @@ msgstr "Nút thường"
msgid "Regular button clicked!"
msgstr "Đã nhấn nút thường!"
-#: src/components/channel/channel-view/DMChannelView.tsx:298
+#: src/components/channel/channel-view/DMChannelView.tsx:299
#: src/components/voice/IncomingCallUI.tsx:310
msgid "Reject"
msgstr "Từ chối"
@@ -14624,19 +14697,19 @@ msgstr "Xóa âm thanh vào cửa"
msgid "Remove filter"
msgstr "Xóa bộ lọc"
-#: src/components/bottomsheets/DMBottomSheet.tsx:508
-#: src/components/channel/dm/DMWelcomeSection.tsx:132
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:144
+#: src/components/bottomsheets/DMBottomSheet.tsx:510
+#: src/components/channel/dm/DMWelcomeSection.tsx:144
#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:146
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:253
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:148
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:255
#: src/components/modals/UserProfileActionsSheet.tsx:115
#: src/components/modals/UserProfileActionsSheet.tsx:117
#: src/components/modals/UserProfileActionsSheet.tsx:278
-#: src/components/modals/UserProfileMobileSheet.tsx:302
-#: src/components/modals/UserProfileMobileSheet.tsx:304
+#: src/components/modals/UserProfileMobileSheet.tsx:303
+#: src/components/modals/UserProfileMobileSheet.tsx:305
#: src/components/modals/UserProfileModal.tsx:1143
-#: src/components/modals/UserProfileModal.tsx:1228
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:108
+#: src/components/modals/UserProfileModal.tsx:1229
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:129
#: src/utils/RelationshipActionUtils.tsx:113
#: src/utils/RelationshipActionUtils.tsx:115
msgid "Remove Friend"
@@ -14654,8 +14727,8 @@ msgid "Remove from favorites"
msgstr "Gỡ khỏi mục yêu thích"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:370
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1103
-#: src/components/bottomsheets/DMBottomSheet.tsx:400
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1127
+#: src/components/bottomsheets/DMBottomSheet.tsx:402
#: src/components/channel/ChannelHeader.tsx:547
#: src/components/channel/ChannelHeader.tsx:595
#: src/components/channel/ChannelHeader.tsx:600
@@ -14720,7 +14793,7 @@ msgstr "Xóa spoiler"
msgid "Remove sticker"
msgstr "Gỡ nhãn dán"
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:285
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:288
#: src/components/modals/RemoveTimeoutModal.tsx:61
#: src/components/modals/RemoveTimeoutModal.tsx:75
#: src/components/modals/TimeoutMemberSheet.tsx:101
@@ -14763,11 +14836,11 @@ msgid "Removed from bookmarks"
msgstr "Đã gỡ khỏi đánh dấu"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:115
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:541
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:555
msgid "Removed from favorites"
msgstr "Đã gỡ khỏi mục yêu thích"
-#: src/components/bottomsheets/DMBottomSheet.tsx:126
+#: src/components/bottomsheets/DMBottomSheet.tsx:128
msgid "Removed from Favorites"
msgstr "Đã xóa khỏi mục ưa thích"
@@ -14891,7 +14964,7 @@ msgstr "Đã đổi tên cộng đồng thành {0}."
msgid "Render all your messages as unknown message type"
msgstr "Hiển thị tất cả tin nhắn của bạn dưới dạng loại tin nhắn không xác định"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:234
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:253
msgid "Renews on <0>{renewalDate}0>."
msgstr "Gia hạn vào <0>{renewalDate}0>."
@@ -14932,15 +15005,15 @@ msgstr "Trả lời"
msgid "Replying to <0>{authorNickname}0>"
msgstr "Đang trả lời <0>{authorNickname}0>"
-#: src/components/pages/ReportPage.tsx:249
+#: src/components/pages/report/optionDescriptors.ts:38
msgid "Report a Community"
msgstr "Báo cáo cộng đồng"
-#: src/components/pages/ReportPage.tsx:247
+#: src/components/pages/report/optionDescriptors.ts:36
msgid "Report a Message"
msgstr "Báo cáo tin nhắn"
-#: src/components/pages/ReportPage.tsx:248
+#: src/components/pages/report/optionDescriptors.ts:37
msgid "Report a User Profile"
msgstr "Báo cáo hồ sơ người dùng"
@@ -14949,12 +15022,12 @@ msgstr "Báo cáo hồ sơ người dùng"
msgid "Report Community"
msgstr "Báo cáo cộng đồng"
-#: src/components/pages/ReportPage.tsx:801
-msgid "Report Details"
+#: src/components/pages/report/ReportStepDetails.tsx:74
+msgid "Report details"
msgstr "Chi tiết báo cáo"
-#: src/components/pages/ReportPage.tsx:241
-#: src/components/pages/ReportPage.tsx:612
+#: src/components/pages/report/ReportStepSelection.tsx:41
+#: src/components/pages/ReportPage.tsx:60
msgid "Report Illegal Content"
msgstr "Báo cáo nội dung bất hợp pháp"
@@ -14963,33 +15036,24 @@ msgstr "Báo cáo nội dung bất hợp pháp"
msgid "Report Message"
msgstr "Báo cáo tin nhắn"
-#: src/components/pages/ReportPage.tsx:588
-msgid "Report Submitted"
-msgstr "Đã gửi báo cáo"
+#: src/components/pages/report/ReportStepComplete.tsx:36
+msgid "Report submitted"
+msgstr "Báo cáo đã được gửi"
#: src/components/modals/IARModal.tsx:128
msgid "Report submitted successfully. Our Safety Team will review it shortly."
msgstr "Báo cáo đã gửi thành công. Đội An toàn sẽ xem xét sớm."
-#: src/components/pages/ReportPage.tsx:624
-msgid "Report Type"
-msgstr "Loại báo cáo"
-
#: src/components/modals/IARModal.tsx:84
#: src/components/modals/UserProfileActionsSheet.tsx:289
#: src/components/modals/UserProfileModal.tsx:1157
msgid "Report User"
msgstr "Báo cáo người dùng"
-#: src/components/pages/ReportPage.tsx:852
+#: src/components/pages/report/ReportStepDetails.tsx:123
msgid "Reported User Tag (optional)"
msgstr "Thẻ người dùng đã báo cáo (tùy chọn)"
-#: src/components/pages/ReportPage.tsx:644
-#: src/components/pages/ReportPage.tsx:804
-msgid "Reporting:"
-msgstr "Báo cáo:"
-
#: src/components/modals/tabs/PrivacySafetyTab/DataExportTab.tsx:48
#: src/components/modals/tabs/PrivacySafetyTab/DataExportTab.tsx:125
msgid "Request Data Export"
@@ -15050,7 +15114,7 @@ msgstr "Yêu cầu Plutonium"
msgid "Reschedule Message"
msgstr "Đặt lại lịch tin nhắn"
-#: src/components/modals/ClaimAccountModal.tsx:222
+#: src/components/modals/ClaimAccountModal.tsx:224
#: src/components/modals/EmailChangeModal.tsx:230
#: src/components/modals/EmailChangeModal.tsx:294
msgid "Resend"
@@ -15064,7 +15128,11 @@ msgstr "Gửi lại ({newSecondsRemaining}s)"
msgid "Resend ({originalSecondsRemaining}s)"
msgstr "Gửi lại ({originalSecondsRemaining}s)"
-#: src/components/modals/ClaimAccountModal.tsx:222
+#: src/components/pages/report/ReportStepVerification.tsx:114
+msgid "Resend ({resendCooldownSeconds}s)"
+msgstr "Gửi lại ({resendCooldownSeconds}s)"
+
+#: src/components/modals/ClaimAccountModal.tsx:224
msgid "Resend ({resendSecondsRemaining}s)"
msgstr "Gửi lại ({resendSecondsRemaining}s)"
@@ -15072,7 +15140,7 @@ msgstr "Gửi lại ({resendSecondsRemaining}s)"
msgid "Resend Button Loading"
msgstr "Đang tải nút gửi lại"
-#: src/components/pages/ReportPage.tsx:761
+#: src/components/pages/report/ReportStepVerification.tsx:116
msgid "Resend code"
msgstr "Gửi lại mã"
@@ -15097,7 +15165,7 @@ msgid "Resent"
msgstr "Đã gửi lại"
#: src/components/keybinds/KeybindRecorder.tsx:215
-#: src/components/modals/components/MobileSettingsView.tsx:128
+#: src/components/modals/components/MobileSettingsView.tsx:123
#: src/components/modals/components/SettingsModalHeader.tsx:81
#: src/components/modals/ImageCropModal.tsx:977
#: src/components/modals/tabs/KeybindsTab.tsx:154
@@ -15173,8 +15241,8 @@ msgstr "Phục hồi toàn màn hình"
msgid "Restore maximized"
msgstr "Phục hồi chế độ tối đa"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:280
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:282
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:316
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:318
msgid "Resubscribe"
msgstr "Đăng ký lại"
@@ -15189,11 +15257,11 @@ msgstr "Đăng ký lại"
#: src/components/modals/guildTabs/GuildStickersTab.tsx:211
#: src/components/modals/guildTabs/GuildWebhooksTab.tsx:137
#: src/components/modals/tabs/ApplicationsTab/ApplicationDetail.tsx:559
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:108
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:112
#: src/components/modals/tabs/AuthorizedAppsTab.tsx:121
-#: src/components/modals/tabs/BetaCodesTab.tsx:301
+#: src/components/modals/tabs/BetaCodesTab.tsx:326
#: src/components/modals/tabs/DevicesTab.tsx:231
-#: src/components/modals/tabs/GiftInventoryTab.tsx:300
+#: src/components/modals/tabs/GiftInventoryTab.tsx:323
msgid "Retry"
msgstr "Thử lại"
@@ -15244,8 +15312,8 @@ msgstr "Xem lại những thứ ứng dụng này yêu cầu trước khi tiếp
#: src/components/invites/InviteListItem.tsx:217
#: src/components/modals/GroupInvitesBottomSheet.tsx:78
#: src/components/modals/GroupInvitesModal.tsx:76
-#: src/components/modals/tabs/BetaCodesTab.tsx:143
-#: src/components/modals/tabs/BetaCodesTab.tsx:220
+#: src/components/modals/tabs/BetaCodesTab.tsx:145
+#: src/components/modals/tabs/BetaCodesTab.tsx:222
msgid "Revoke"
msgstr "Thu hồi"
@@ -15369,7 +15437,7 @@ msgstr "Vai trò & Quyền"
msgid "Roles updated successfully"
msgstr "Đã cập nhật vai trò thành công"
-#: src/components/pages/ReportPage.tsx:333
+#: src/components/pages/report/optionDescriptors.ts:105
msgid "Romania"
msgstr "Romania"
@@ -15423,7 +15491,7 @@ msgstr "Độ bão hòa"
#: src/components/modals/AddFavoriteMemeModal.tsx:102
#: src/components/modals/AttachmentEditModal.tsx:90
#: src/components/modals/BaseChangeNicknameModal.tsx:115
-#: src/components/modals/components/MobileSettingsView.tsx:131
+#: src/components/modals/components/MobileSettingsView.tsx:126
#: src/components/modals/CustomStatusBottomSheet.tsx:231
#: src/components/modals/CustomStatusModal.tsx:362
#: src/components/modals/EditFavoriteMemeModal.tsx:88
@@ -15438,9 +15506,9 @@ msgstr "Độ bão hòa"
msgid "Save"
msgstr "Lưu"
-#: src/components/modals/components/plutonium/GiftSection.tsx:72
-#: src/components/modals/components/plutonium/PricingSection.tsx:81
-#: src/components/modals/components/plutonium/PricingSection.tsx:104
+#: src/components/modals/components/plutonium/GiftSection.tsx:79
+#: src/components/modals/components/plutonium/PricingSection.tsx:91
+#: src/components/modals/components/plutonium/PricingSection.tsx:119
msgid "Save 17%"
msgstr "Tiết kiệm 17%"
@@ -15600,8 +15668,8 @@ msgstr "Cuộn cuộc trò chuyện xuống"
msgid "Scroll Chat Up"
msgstr "Cuộn cuộc trò chuyện lên"
-#: src/components/modals/components/plutonium/GiftSection.tsx:103
-#: src/components/modals/components/plutonium/PricingSection.tsx:138
+#: src/components/modals/components/plutonium/GiftSection.tsx:117
+#: src/components/modals/components/plutonium/PricingSection.tsx:160
msgid "Scroll down to view all the sweet perks you get with Plutonium"
msgstr "Cuộn xuống để xem tất cả ưu đãi hấp dẫn bạn nhận được với Plutonium"
@@ -15613,11 +15681,11 @@ msgstr "Cuộn lịch sử trò chuyện xuống"
msgid "Scroll the chat history up"
msgstr "Cuộn lịch sử trò chuyện lên"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:857
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:889
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:400
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:460
#: src/components/channel/ChannelHeader.tsx:586
-#: src/components/channel/shared/PickerSearchInput.tsx:204
+#: src/components/channel/shared/PickerSearchInput.tsx:203
#: src/components/modals/tabs/ComponentGalleryTab/InputsTab.tsx:126
#: src/stores/KeybindStore.ts:414
#: src/utils/quick-switcher/QuickSwitcherModalUtils.tsx:86
@@ -15674,7 +15742,7 @@ msgstr "Tìm kênh, người dùng hoặc cộng đồng"
#: src/components/common/FriendSelector.tsx:196
#: src/components/modals/AddFriendsToGroupModal.tsx:53
#: src/components/modals/CreateDMModal.tsx:68
-#: src/components/modals/InviteModal.tsx:237
+#: src/components/modals/InviteModal.tsx:248
#: src/components/modals/shared/RecipientList.tsx:177
#: src/components/modals/ShareThemeModal.tsx:144
msgid "Search friends"
@@ -15718,7 +15786,7 @@ msgstr "Tìm yêu cầu đang chờ"
msgid "Search Permissions..."
msgstr "Tìm quyền..."
-#: src/components/channel/ChannelSearchResults.tsx:321
+#: src/components/channel/ChannelSearchResults.tsx:278
#: src/components/modals/components/DesktopSettingsView.tsx:360
msgid "Search Results"
msgstr "Kết quả tìm kiếm"
@@ -15737,7 +15805,7 @@ msgid "Search scope"
msgstr "Phạm vi tìm kiếm"
#. placeholder {0}: activeScopeOption.label
-#: src/components/channel/ChannelSearchResults.tsx:1052
+#: src/components/channel/ChannelSearchResults.tsx:1031
#: src/components/channel/MessageSearchBar/MessageSearchBar.tsx:378
msgid "Search scope: {0}"
msgstr "Phạm vi tìm kiếm: {0}"
@@ -15767,7 +15835,7 @@ msgstr "Tìm người dùng"
msgid "Search within the current view"
msgstr "Tìm trong chế độ xem hiện tại"
-#: src/components/channel/ChannelSearchResults.tsx:319
+#: src/components/channel/ChannelSearchResults.tsx:276
msgid "Searching..."
msgstr "Đang tìm kiếm..."
@@ -15848,9 +15916,9 @@ msgstr "Xem lời mời của bạn trông thế nào với khách."
msgid "Select"
msgstr "Chọn"
-#: src/components/pages/ReportPage.tsx:261
-#: src/components/pages/ReportPage.tsx:280
-#: src/components/pages/ReportPage.tsx:294
+#: src/components/pages/report/optionDescriptors.ts:42
+#: src/components/pages/report/optionDescriptors.ts:58
+#: src/components/pages/report/optionDescriptors.ts:69
msgid "Select a category"
msgstr "Chọn một danh mục"
@@ -15871,7 +15939,7 @@ msgstr "Chọn một Cộng đồng"
msgid "Select a community where you have <0>Manage Community0> permissions."
msgstr "Chọn một cộng đồng nơi bạn có quyền <0>Quản lý Cộng đồng0>."
-#: src/components/pages/ReportPage.tsx:310
+#: src/components/pages/report/optionDescriptors.ts:82
msgid "Select a country"
msgstr "Chọn một quốc gia"
@@ -15887,7 +15955,7 @@ msgstr "Chọn một kịch bản để áp dụng..."
msgid "Select a verification method."
msgstr "Chọn một phương thức xác minh."
-#: src/components/pages/ReportPage.tsx:473
+#: src/components/pages/ReportPage.tsx:300
msgid "Select a violation category."
msgstr "Chọn một danh mục vi phạm."
@@ -15958,11 +16026,15 @@ msgstr "Chọn màn hình hoặc cửa sổ"
msgid "Select the account you want to sign in with on the desktop app."
msgstr "Chọn tài khoản bạn muốn đăng nhập vào ứng dụng desktop."
+#: src/components/pages/report/ReportStepSelection.tsx:44
+msgid "Select what you want to report."
+msgstr "Chọn những gì bạn muốn báo cáo."
+
#: src/components/modals/utils/settingsSearchIndex.ts:460
msgid "Select your camera"
msgstr "Chọn camera của bạn"
-#: src/components/pages/ReportPage.tsx:483
+#: src/components/pages/ReportPage.tsx:310
msgid "Select your country of residence."
msgstr "Chọn quốc gia cư trú của bạn."
@@ -15986,7 +16058,7 @@ msgstr "Chọn..."
msgid "Selections"
msgstr "Lựa chọn"
-#: src/components/pages/ReportPage.tsx:269
+#: src/components/pages/report/optionDescriptors.ts:50
#: src/constants/IARConstants.tsx:67
msgid "Self-Harm or Suicide"
msgstr "Tự làm hại hoặc tự tử"
@@ -16035,7 +16107,7 @@ msgstr "Gửi tin nhắn hành động (được bọc trong chữ nghiêng)."
msgid "Send an SMS code first."
msgstr "Gửi mã SMS trước."
-#: src/components/modals/ClaimAccountModal.tsx:182
+#: src/components/modals/ClaimAccountModal.tsx:184
#: src/components/modals/EmailChangeModal.tsx:265
#: src/components/modals/PhoneAddModal.tsx:206
msgid "Send code"
@@ -16045,9 +16117,9 @@ msgstr "Gửi mã"
msgid "Send Code"
msgstr "Gửi mã"
-#: src/components/channel/dm/DMWelcomeSection.tsx:109
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:269
-#: src/components/modals/UserProfileModal.tsx:1288
+#: src/components/channel/dm/DMWelcomeSection.tsx:112
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:272
+#: src/components/modals/UserProfileModal.tsx:1290
msgid "Send Friend Request"
msgstr "Gửi lời mời kết bạn"
@@ -16073,7 +16145,7 @@ msgstr "Gửi tin nhắn"
msgid "Send Messages"
msgstr "Gửi tin nhắn"
-#: src/components/channel/dm/AddFriendForm.tsx:119
+#: src/components/channel/dm/AddFriendForm.tsx:142
msgid "Send Request"
msgstr "Gửi yêu cầu"
@@ -16097,11 +16169,11 @@ msgstr "Gửi tin nhắn văn bản thành giọng nói."
msgid "Send TTS Messages"
msgstr "Gửi tin nhắn TTS"
-#: src/components/pages/ReportPage.tsx:676
+#: src/components/pages/report/ReportStepEmail.tsx:92
msgid "Send Verification Code"
msgstr "Gửi mã xác minh"
-#: src/components/modals/InviteModal.tsx:258
+#: src/components/modals/InviteModal.tsx:268
#: src/components/modals/shared/RecipientList.tsx:223
#: src/components/modals/ShareThemeModal.tsx:162
msgid "Sent"
@@ -16128,7 +16200,7 @@ msgstr "Phiên đã hết hạn. Vui lòng đăng nhập lại."
msgid "Set a custom invite URL for your community."
msgstr "Đặt URL lời mời tùy chỉnh cho cộng đồng của bạn."
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:401
+#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:361
#: src/components/modals/StatusChangeBottomSheet.tsx:171
#: src/components/popouts/UserAreaPopout.tsx:444
msgid "Set a custom status"
@@ -16336,7 +16408,7 @@ msgid "Set your timezone"
msgstr "Đặt múi giờ của bạn"
#: src/components/bottomsheets/VoiceLobbyBottomSheet.tsx:220
-#: src/components/modals/components/MobileSettingsView.tsx:531
+#: src/components/modals/components/MobileSettingsView.tsx:485
#: src/components/modals/tabs/ComponentGalleryTab/ButtonsTab.tsx:150
#: src/components/modals/tabs/ComponentGalleryTab/ButtonsTab.tsx:221
#: src/components/modals/tabs/ComponentGalleryTab/index.tsx:94
@@ -16383,7 +16455,11 @@ msgstr "Đã thực hiện chia sẻ!"
msgid "Share Audio"
msgstr "Chia sẻ âm thanh"
-#: src/components/modals/components/plutonium/GiftSection.tsx:63
+#: src/components/pages/report/ReportStepDetails.tsx:77
+msgid "Share only what's needed to help our team assess the content."
+msgstr "Chia sẻ chỉ những gì cần thiết để giúp đội ngũ của chúng tôi đánh giá nội dung."
+
+#: src/components/modals/components/plutonium/GiftSection.tsx:69
msgid "Share the Plutonium experience with your friends by purchasing a gift subscription."
msgstr "Chia sẻ trải nghiệm Plutonium với bạn bè bằng cách mua gói quà tặng."
@@ -16417,7 +16493,7 @@ msgstr "Chia sẻ Chủ đề của bạn"
msgid "Shared theme"
msgstr "Chủ đề đã chia sẻ"
-#: src/components/pages/ReportPage.tsx:268
+#: src/components/pages/report/optionDescriptors.ts:49
#: src/constants/IARConstants.tsx:62
msgid "Sharing Personal Information"
msgstr "Chia sẻ Thông tin cá nhân"
@@ -16797,11 +16873,11 @@ msgstr "Thanh trượt với giá trị bước"
msgid "Sliders"
msgstr "Thanh trượt"
-#: src/components/pages/ReportPage.tsx:334
+#: src/components/pages/report/optionDescriptors.ts:106
msgid "Slovakia"
msgstr "Slovakia"
-#: src/components/pages/ReportPage.tsx:335
+#: src/components/pages/report/optionDescriptors.ts:107
msgid "Slovenia"
msgstr "Slovenia"
@@ -16952,7 +17028,8 @@ msgstr "Đã xảy ra sự cố và ứng dụng bị lỗi. Hãy thử tải l
msgid "Something went wrong while loading the audit log."
msgstr "Đã xảy ra sự cố khi tải nhật ký kiểm toán."
-#: src/components/pages/ReportPage.tsx:563
+#: src/components/pages/ReportPage.tsx:103
+#: src/components/pages/ReportPage.tsx:395
msgid "Something went wrong while submitting the report. Please try again."
msgstr "Đã xảy ra sự cố khi gửi báo cáo. Vui lòng thử lại."
@@ -16969,7 +17046,7 @@ msgid "Sort"
msgstr "Sắp xếp"
#. placeholder {0}: activeSortOption.label
-#: src/components/channel/ChannelSearchResults.tsx:1063
+#: src/components/channel/ChannelSearchResults.tsx:1042
msgid "Sort mode: {0}"
msgstr "Chế độ sắp xếp: {0}"
@@ -17008,21 +17085,21 @@ msgstr "Khoảng cách giữa các nhóm tin nhắn"
msgid "Spacious layout with clear visual separation between messages."
msgstr "Bố cục rộng rãi với sự phân tách rõ ràng giữa các tin nhắn."
-#: src/components/pages/ReportPage.tsx:336
+#: src/components/pages/report/optionDescriptors.ts:108
msgid "Spain"
msgstr "Tây Ban Nha"
-#: src/components/pages/ReportPage.tsx:283
+#: src/components/pages/report/optionDescriptors.ts:61
#: src/constants/IARConstants.tsx:119
msgid "Spam Account"
msgstr "Tài khoản spam"
-#: src/components/pages/ReportPage.tsx:265
+#: src/components/pages/report/optionDescriptors.ts:46
#: src/constants/IARConstants.tsx:47
msgid "Spam or Scam"
msgstr "Spam hoặc lừa đảo"
-#: src/components/pages/ReportPage.tsx:301
+#: src/components/pages/report/optionDescriptors.ts:76
#: src/constants/IARConstants.tsx:185
msgid "Spam or Scam Community"
msgstr "Cộng đồng spam hoặc lừa đảo"
@@ -17141,9 +17218,9 @@ msgstr "Bắt đầu tạo bộ emoji tùy chỉnh để chia sẻ và cài đ
msgid "Start Mic Test"
msgstr "Bắt đầu kiểm tra mic"
-#: src/components/pages/ReportPage.tsx:687
-#: src/components/pages/ReportPage.tsx:771
-#: src/components/pages/ReportPage.tsx:964
+#: src/components/pages/report/ReportStepDetails.tsx:252
+#: src/components/pages/report/ReportStepEmail.tsx:103
+#: src/components/pages/report/ReportStepVerification.tsx:132
msgid "Start over"
msgstr "Bắt đầu lại"
@@ -17151,13 +17228,13 @@ msgstr "Bắt đầu lại"
msgid "Start Sharing"
msgstr "Bắt đầu chia sẻ"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:122
+#: src/components/channel/ChannelHeader/CallButtons.tsx:160
#: src/components/modals/UserProfileModal.tsx:1109
#: src/components/uikit/ContextMenu/items/CallMenuItems.tsx:91
msgid "Start Video Call"
msgstr "Bắt đầu cuộc gọi video"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:70
+#: src/components/channel/ChannelHeader/CallButtons.tsx:90
#: src/components/modals/UserProfileModal.tsx:1100
#: src/components/uikit/ContextMenu/items/CallMenuItems.tsx:60
msgid "Start Voice Call"
@@ -17182,9 +17259,21 @@ msgstr "Chỉ báo trạng thái"
msgid "Status Slate"
msgstr "Bảng trạng thái"
-#: src/components/pages/ReportPage.tsx:574
-msgid "Step {stepNumber} of {FLOW_TOTAL_STEPS}"
-msgstr "Bước {stepNumber} của {FLOW_TOTAL_STEPS}"
+#: src/components/pages/report/ReportStepSelection.tsx:38
+msgid "Step 1"
+msgstr "Bước 1"
+
+#: src/components/pages/report/ReportStepEmail.tsx:51
+msgid "Step 2"
+msgstr "Bước 2"
+
+#: src/components/pages/report/ReportStepVerification.tsx:61
+msgid "Step 3"
+msgstr "Bước 3"
+
+#: src/components/pages/report/ReportStepDetails.tsx:71
+msgid "Step 4"
+msgstr "Bước 4"
#: src/utils/SystemMessageUtils.tsx:45
msgid "Step in, {username}! No paradoxes here; we're all friends."
@@ -17229,7 +17318,7 @@ msgid "Sticker density"
msgstr "Mật độ nhãn dán"
#: src/components/auth/InviteHeader.tsx:140
-#: src/components/channel/InviteEmbed.tsx:197
+#: src/components/channel/InviteEmbed.tsx:199
#: src/components/modals/InviteAcceptModal.tsx:142
#: src/components/modals/tabs/ExpressionPacksTab.tsx:70
msgid "Sticker pack"
@@ -17261,7 +17350,7 @@ msgstr "Nhãn dán đã cập nhật"
#: src/components/channel/AutocompleteEmoji.tsx:111
#: src/components/channel/textarea/TextareaButtons.tsx:134
-#: src/components/modals/ExpressionPickerSheet.tsx:86
+#: src/components/modals/ExpressionPickerSheet.tsx:73
#: src/components/popouts/ExpressionPickerPopout.tsx:79
msgid "Stickers"
msgstr "Nhãn dán"
@@ -17330,11 +17419,11 @@ msgstr "Phòng học tập"
msgid "Style Variations"
msgstr "Biến thể phong cách"
-#: src/components/pages/ReportPage.tsx:601
+#: src/components/pages/report/ReportStepComplete.tsx:41
msgid "Submit another report"
msgstr "Gửi báo cáo khác"
-#: src/components/pages/ReportPage.tsx:958
+#: src/components/pages/report/ReportStepDetails.tsx:240
msgid "Submit DSA Report"
msgstr "Gửi báo cáo DSA"
@@ -17346,7 +17435,7 @@ msgstr "Gửi báo cáo"
msgid "Submitting"
msgstr "Đang gửi"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:53
+#: src/components/modals/components/plutonium/VisionarySection.tsx:58
msgid "subscription"
msgstr "đăng ký"
@@ -17464,7 +17553,7 @@ msgstr "Chặn nhúng"
msgid "Swap text to reverify variants"
msgstr "Đổi văn bản để xác minh lại các biến thể"
-#: src/components/pages/ReportPage.tsx:337
+#: src/components/pages/report/optionDescriptors.ts:109
msgid "Sweden"
msgstr "Thụy Điển"
@@ -17476,7 +17565,7 @@ msgstr "Thụy Điển"
msgid "Switch account"
msgstr "Chuyển tài khoản"
-#: src/components/popouts/UserAreaPopout.tsx:497
+#: src/components/popouts/UserAreaPopout.tsx:499
msgid "Switch Accounts"
msgstr "Chuyển các tài khoản"
@@ -17649,8 +17738,8 @@ msgstr "Văn bản (NSFW)"
msgid "Text channel"
msgstr "Kênh văn bản"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:473
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:662
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:487
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:676
#: src/components/channel/channel-header/useChannelHeaderData.ts:96
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:314
msgid "Text Channel"
@@ -17677,19 +17766,19 @@ msgstr "Vùng nhập văn bản"
msgid "Thai"
msgstr "Thái"
-#: src/components/pages/ReportPage.tsx:589
-msgid "Thank you for filing a report. We'll review it as soon as possible."
-msgstr "Cảm ơn bạn đã gửi báo cáo. Chúng tôi sẽ xem xét nó sớm nhất có thể."
-
#: src/components/modals/IARModal.tsx:187
msgid "Thank you for helping keep Fluxer safe. Reports are reviewed by our Safety Team. False reports may result in action against your account."
msgstr "Cảm ơn bạn đã giúp giữ an toàn cho Fluxer. Các báo cáo được Nhóm An toàn xem xét. Báo cáo sai có thể dẫn đến hành động đối với tài khoản của bạn."
+#: src/components/pages/report/ReportStepComplete.tsx:37
+msgid "Thank you for helping keep Fluxer safe. We'll review your report as soon as possible."
+msgstr "Cảm ơn bạn đã giúp giữ an toàn cho Fluxer. Chúng tôi sẽ xem xét báo cáo của bạn sớm nhất có thể."
+
#: src/components/form/ColorPickerField.tsx:274
msgid "That doesn't look like a valid color. Try hex, rgb(), hsl(), or a CSS color name."
msgstr "Đó không giống màu hợp lệ. Thử hex, rgb(), hsl() hoặc tên màu CSS."
-#: src/components/pages/ReportPage.tsx:846
+#: src/components/pages/report/ReportStepDetails.tsx:117
msgid "That doesn't look like a valid URL."
msgstr "Đó không giống như một URL hợp lệ."
@@ -17733,8 +17822,8 @@ msgstr "Bot đã được thêm."
msgid "The channel you're looking for may have been deleted or you may not have access to it."
msgstr "Kênh bạn đang tìm có thể đã bị xóa hoặc bạn không có quyền truy cập."
-#: src/components/layout/GuildLayout.tsx:308
-#: src/components/layout/GuildLayout.tsx:371
+#: src/components/layout/GuildLayout.tsx:313
+#: src/components/layout/GuildLayout.tsx:376
msgid "The community you're looking for may have been deleted or you may not have access to it."
msgstr "Cộng đồng bạn đang tìm có thể đã bị xóa hoặc bạn không có quyền truy cập."
@@ -17795,7 +17884,7 @@ msgstr "Thời gian chờ không được vượt quá 365 ngày (31536000 giây
msgid "The URL this link channel points to."
msgstr "URL mà kênh liên kết này trỏ tới."
-#: src/components/pages/ReportPage.tsx:452
+#: src/components/pages/ReportPage.tsx:277
msgid "The verification code is invalid or expired."
msgstr "Mã xác minh không hợp lệ hoặc đã hết hạn."
@@ -17869,7 +17958,7 @@ msgstr "Các cài đặt này sử dụng xử lý âm thanh gốc của trình
msgid "These toggles force the client to treat features as enabled or disabled without relying on the server configuration. They only affect your client experience and are shown to developers for testing."
msgstr "Các công tắc này buộc ứng dụng xem tính năng là đã bật hoặc tắt mà không phụ thuộc cấu hình máy chủ. Chúng chỉ ảnh hưởng trải nghiệm của bạn và được hiển thị cho nhà phát triển thử nghiệm."
-#: src/components/channel/channel-view/DMChannelView.tsx:356
+#: src/components/channel/channel-view/DMChannelView.tsx:357
msgid "They might have taken the DeLorean elsewhere."
msgstr "Có thể họ đã đưa DeLorean đi nơi khác."
@@ -17877,7 +17966,7 @@ msgstr "Có thể họ đã đưa DeLorean đi nơi khác."
msgid "they/them"
msgstr "họ/ông"
-#: src/components/channel/channel-view/DMChannelView.tsx:342
+#: src/components/channel/channel-view/DMChannelView.tsx:343
msgid "Think, McFly! Did you type the right address?"
msgstr "Nghĩ đi, McFly! Bạn đã nhập đúng địa chỉ chưa?"
@@ -17979,7 +18068,7 @@ msgstr "Cộng đồng này đã tạm thời tắt lời mời. Bạn có thể
msgid "This community requires you to verify your account before joining. Please set an email and password for your account."
msgstr "Cộng đồng này yêu cầu bạn xác minh tài khoản trước khi tham gia. Vui lòng thiết lập email và mật khẩu cho tài khoản."
-#: src/components/channel/channel-view/DMChannelView.tsx:339
+#: src/components/channel/channel-view/DMChannelView.tsx:340
msgid "This conversation has been erased"
msgstr "Cuộc trò chuyện này đã bị xóa"
@@ -18008,8 +18097,8 @@ msgstr "Mã quà tặng này đã được nhận."
msgid "This gift code has already been redeemed."
msgstr "Mã quà tặng này đã được đổi."
-#: src/components/channel/GiftEmbed.tsx:148
-#: src/components/modals/GiftAcceptModal.tsx:92
+#: src/components/channel/GiftEmbed.tsx:159
+#: src/components/modals/GiftAcceptModal.tsx:99
msgid "This gift code is invalid or already claimed."
msgstr "Mã quà tặng này không hợp lệ hoặc đã được nhận."
@@ -18022,11 +18111,11 @@ msgstr "Mã quà tặng này không hợp lệ hoặc đã được đổi."
msgid "This gift code may be invalid, expired, or already redeemed."
msgstr "Mã quà tặng này có thể không hợp lệ, đã hết hạn hoặc đã được đổi."
-#: src/components/modals/GiftAcceptModal.tsx:118
+#: src/components/modals/GiftAcceptModal.tsx:125
msgid "This gift has already been claimed."
msgstr "Quà tặng này đã được nhận."
-#: src/components/modals/tabs/GiftInventoryTab.tsx:157
+#: src/components/modals/tabs/GiftInventoryTab.tsx:158
msgid "This gift has been redeemed"
msgstr "Quà tặng này đã được đổi"
@@ -18044,7 +18133,7 @@ msgstr "Lời mời này hết hạn sau {0}."
msgid "This invite has unlimited uses."
msgstr "Lời mời này có lượt dùng không giới hạn."
-#: src/components/modals/InviteModal.tsx:321
+#: src/components/modals/InviteModal.tsx:318
msgid "This invite link never expires."
msgstr "Liên kết mời này không bao giờ hết hạn."
@@ -18059,23 +18148,19 @@ msgstr "Lời mời này có thể đã hết hạn hoặc bị xóa."
msgid "This invite never expires."
msgstr "Lời mời này không bao giờ hết hạn."
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:170
-#: src/components/emojis/EmojiInfoContent.tsx:79
+#: src/components/emojis/EmojiAttributionSubtext.tsx:130
msgid "This is a custom emoji from"
msgstr "Đây là emoji tùy chỉnh từ"
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:160
-#: src/components/emojis/EmojiInfoContent.tsx:68
+#: src/components/emojis/EmojiAttributionSubtext.tsx:121
msgid "This is a custom emoji from a community."
msgstr "Đây là emoji tùy chỉnh từ một cộng đồng."
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:150
-#: src/components/emojis/EmojiInfoContent.tsx:56
+#: src/components/emojis/EmojiAttributionSubtext.tsx:111
msgid "This is a custom emoji from a community. Ask the author for an invite to use this emoji."
msgstr "Đây là emoji tùy chỉnh từ một cộng đồng. Hỏi tác giả để lấy lời mời dùng emoji này."
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:138
-#: src/components/emojis/EmojiInfoContent.tsx:43
+#: src/components/emojis/EmojiAttributionSubtext.tsx:101
msgid "This is a default emoji on Fluxer."
msgstr "Đây là emoji mặc định trên Fluxer."
@@ -18095,8 +18180,8 @@ msgstr "Đây là cách tin nhắn hiển thị"
msgid "This is not the channel you're looking for."
msgstr "Đây không phải kênh bạn đang tìm."
-#: src/components/layout/GuildLayout.tsx:307
-#: src/components/layout/GuildLayout.tsx:370
+#: src/components/layout/GuildLayout.tsx:312
+#: src/components/layout/GuildLayout.tsx:375
msgid "This is not the community you're looking for."
msgstr "Đây không phải cộng đồng bạn đang tìm."
@@ -18113,7 +18198,7 @@ msgid "This is the beginning of <0>{displayName}0>. Add friends to start a con
msgstr "Đây là khởi đầu của <0>{displayName}0>. Thêm bạn bè để bắt đầu trò chuyện!"
#. placeholder {0}: user.username
-#: src/components/channel/dm/DMWelcomeSection.tsx:182
+#: src/components/channel/dm/DMWelcomeSection.tsx:194
msgid "This is the beginning of your direct message history with <0>{0}0>."
msgstr "Đây là phần bắt đầu lịch sử tin nhắn trực tiếp với <0>{0}0>."
@@ -18194,7 +18279,7 @@ msgstr "Liên kết giao diện này thiếu dữ liệu."
msgid "This theme may have been removed or the link is invalid."
msgstr "Giao diện này có thể đã bị xóa hoặc liên kết không hợp lệ."
-#: src/components/channel/dm/AddFriendForm.tsx:62
+#: src/components/channel/dm/AddFriendForm.tsx:85
msgid "This user has restricted who can send them friend requests."
msgstr "Người dùng này đã giới hạn ai có thể gửi yêu cầu kết bạn."
@@ -18216,8 +18301,8 @@ msgid "This was a @silent message."
msgstr "Đây là tin nhắn @silent."
#: src/actions/MessageActionCreators.tsx:392
-#: src/components/channel/Messages.tsx:442
-#: src/components/channel/Messages.tsx:522
+#: src/components/channel/Messages.tsx:440
+#: src/components/channel/Messages.tsx:520
msgid "This will create a rift in the space-time continuum and cannot be undone."
msgstr "Điều này sẽ tạo ra một vết nứt trong không-thời gian và không thể hoàn tác."
@@ -18283,7 +18368,7 @@ msgstr "Thời gian: {currentFormatted} trong {durationFormatted}"
msgid "Timed out until {0}."
msgstr "Bị khóa đến {0}."
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:285
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:288
#: src/components/modals/TimeoutMemberModal.tsx:207
#: src/components/modals/TimeoutMemberSheet.tsx:90
#: src/components/uikit/ContextMenu/items/GuildMemberMenuItems.tsx:272
@@ -18570,7 +18655,7 @@ msgstr "đúng hay sai"
msgid "Try a different name or use @ / # / ! / * prefixes to filter results."
msgstr "Thử tên khác hoặc dùng tiền tố @ / # / ! / * để lọc kết quả."
-#: src/components/channel/ChannelSearchResults.tsx:710
+#: src/components/channel/ChannelSearchResults.tsx:679
msgid "Try a different search query"
msgstr "Thử truy vấn tìm kiếm khác"
@@ -18585,13 +18670,13 @@ msgid "Try a different search term or filter"
msgstr "Thử thuật ngữ hoặc bộ lọc tìm kiếm khác"
#: src/components/auth/HandoffCodeDisplay.tsx:67
-#: src/components/channel/Messages.tsx:939
+#: src/components/channel/Messages.tsx:937
msgid "Try again"
msgstr "Thử lại"
#: src/components/BootstrapErrorScreen.tsx:68
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:301
-#: src/components/channel/ChannelSearchResults.tsx:694
+#: src/components/channel/ChannelSearchResults.tsx:663
#: src/components/modals/channelTabs/ChannelInvitesTab.tsx:148
#: src/components/modals/channelTabs/ChannelWebhooksTab.tsx:159
#: src/components/NetworkErrorScreen.tsx:56
@@ -18612,7 +18697,7 @@ msgstr "Thử tên khác hoặc kiểm tra chính tả."
msgid "Try another search term"
msgstr "Thử thuật ngữ tìm kiếm khác"
-#: src/components/channel/InviteEmbed.tsx:359
+#: src/components/channel/InviteEmbed.tsx:361
msgid "Try asking for a new invite."
msgstr "Hãy thử yêu cầu lời mời mới."
@@ -18802,7 +18887,7 @@ msgstr "Không thể cài gói nhãn dán"
msgid "Unable to load activity logs"
msgstr "Không thể tải nhật ký hoạt động"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:104
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:108
msgid "Unable to load applications"
msgstr "Không thể tải ứng dụng"
@@ -18814,7 +18899,7 @@ msgstr "Không thể tải thông tin gói."
msgid "Unable to prepare any emojis for upload. The following errors occurred:"
msgstr "Không thể chuẩn bị bất kỳ biểu tượng cảm xúc nào để tải lên. Đã xảy ra các lỗi sau:"
-#: src/components/modals/ClaimAccountModal.tsx:125
+#: src/components/modals/ClaimAccountModal.tsx:127
#: src/components/modals/EmailChangeModal.tsx:122
#: src/components/modals/EmailChangeModal.tsx:152
msgid "Unable to resend code right now"
@@ -18824,7 +18909,7 @@ msgstr "Hiện không thể gửi lại mã"
msgid "Unable to send code to new email"
msgstr "Không thể gửi mã đến email mới"
-#: src/components/channel/dm/AddFriendForm.tsx:76
+#: src/components/channel/dm/AddFriendForm.tsx:99
msgid "Unable to send friend request. Please try again."
msgstr "Không thể gửi lời mời kết bạn. Vui lòng thử lại."
@@ -18844,17 +18929,17 @@ msgstr "Không khả dụng cho tất cả mọi người"
msgid "Unavailable for everyone but staff"
msgstr "Chỉ nhân viên mới thấy"
-#: src/components/bottomsheets/DMBottomSheet.tsx:532
+#: src/components/bottomsheets/DMBottomSheet.tsx:535
#: src/components/channel/barriers/BarrierComponents.tsx:221
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:180
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:335
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:182
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:338
#: src/components/modals/tabs/BlockedUsersTab.tsx:58
#: src/components/modals/tabs/BlockedUsersTab.tsx:171
#: src/components/modals/UserProfileActionsSheet.tsx:151
#: src/components/modals/UserProfileActionsSheet.tsx:305
-#: src/components/modals/UserProfileMobileSheet.tsx:320
+#: src/components/modals/UserProfileMobileSheet.tsx:321
#: src/components/modals/UserProfileModal.tsx:1049
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:209
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:230
#: src/utils/RelationshipActionUtils.tsx:169
msgid "Unblock"
msgstr "Bỏ chặn"
@@ -18863,11 +18948,11 @@ msgstr "Bỏ chặn"
msgid "Unblock this user before sending a friend request."
msgstr "Bỏ chặn người dùng này trước khi gửi lời mời kết bạn."
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:178
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:180
#: src/components/modals/tabs/BlockedUsersTab.tsx:56
#: src/components/modals/UserProfileActionsSheet.tsx:149
-#: src/components/modals/UserProfileMobileSheet.tsx:318
-#: src/components/modals/UserProfileModal.tsx:1243
+#: src/components/modals/UserProfileMobileSheet.tsx:319
+#: src/components/modals/UserProfileModal.tsx:1244
#: src/utils/RelationshipActionUtils.tsx:167
msgid "Unblock User"
msgstr "Bỏ chặn người dùng"
@@ -18878,17 +18963,17 @@ msgstr "Bỏ chặn người dùng"
msgid "Uncategorized"
msgstr "Chưa phân loại"
-#: src/components/modals/tabs/BetaCodesTab.tsx:127
-#: src/components/modals/tabs/BetaCodesTab.tsx:204
+#: src/components/modals/tabs/BetaCodesTab.tsx:129
+#: src/components/modals/tabs/BetaCodesTab.tsx:206
msgid "Unclaimed"
msgstr "Chưa nhận"
#. placeholder {0}: unclaimedBetaCodes.length
-#: src/components/modals/tabs/BetaCodesTab.tsx:333
+#: src/components/modals/tabs/BetaCodesTab.tsx:358
msgid "Unclaimed ({0})"
msgstr "Chưa nhận ({0})"
-#: src/components/modals/components/UnclaimedAccountAlert.tsx:31
+#: src/components/modals/components/UnclaimedAccountAlert.tsx:29
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:51
msgid "Unclaimed Account"
msgstr "Tài khoản chưa nhận"
@@ -18922,7 +19007,7 @@ msgstr "Mở tiếng tất cả thiết bị"
msgid "Undeafen User"
msgstr "Mở tiếng người dùng"
-#: src/components/pages/ReportPage.tsx:285
+#: src/components/pages/report/optionDescriptors.ts:63
#: src/constants/IARConstants.tsx:129
msgid "Underage User"
msgstr "Người dùng vị thành niên"
@@ -18981,7 +19066,7 @@ msgstr "Không tập trung"
msgid "Unique invite"
msgstr "Lời mời độc nhất"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:79
+#: src/components/modals/components/plutonium/VisionarySection.tsx:88
msgid "Unique profile badge"
msgstr "Huy hiệu hồ sơ độc đáo"
@@ -19035,12 +19120,12 @@ msgstr "thực thể không xác định"
msgid "Unknown error"
msgstr "Lỗi không xác định"
-#: src/components/channel/GiftEmbed.tsx:147
-#: src/components/modals/GiftAcceptModal.tsx:91
+#: src/components/channel/GiftEmbed.tsx:158
+#: src/components/modals/GiftAcceptModal.tsx:98
msgid "Unknown Gift"
msgstr "Quà không xác định"
-#: src/components/channel/InviteEmbed.tsx:357
+#: src/components/channel/InviteEmbed.tsx:359
msgid "Unknown Invite"
msgstr "Lời mời không xác định"
@@ -19113,7 +19198,7 @@ msgstr "Mở khóa chia sẻ màn hình HD với Plutonium"
msgid "Unlock HD Video with Plutonium"
msgstr "Mở khóa video HD với Plutonium"
-#: src/components/modals/components/PlutoniumContent.tsx:185
+#: src/components/modals/components/PlutoniumContent.tsx:196
msgid "Unlock higher limits and exclusive features while supporting an independent communication platform."
msgstr "Mở khóa giới hạn cao hơn và tính năng độc quyền đồng thời hỗ trợ nền tảng giao tiếp độc lập."
@@ -19126,9 +19211,9 @@ msgid "Unlock stickers in DMs with Plutonium"
msgstr "Mở khóa nhãn dán trong DM với Plutonium"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:467
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:850
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1044
-#: src/components/bottomsheets/DMBottomSheet.tsx:645
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:882
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1068
+#: src/components/bottomsheets/DMBottomSheet.tsx:648
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:321
#: src/components/bottomsheets/VoiceLobbyBottomSheet.tsx:179
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:253
@@ -19154,7 +19239,7 @@ msgstr "Bỏ tắt tiếng hạng mục"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:400
#: src/components/bottomsheets/ChannelBottomSheet.tsx:452
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1005
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1029
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:167
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:161
msgid "Unmute Channel"
@@ -19167,9 +19252,9 @@ msgstr "Bỏ tắt tiếng kênh"
msgid "Unmute Community"
msgstr "Bỏ tắt tiếng cộng đồng"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1007
-#: src/components/bottomsheets/DMBottomSheet.tsx:449
-#: src/components/bottomsheets/DMBottomSheet.tsx:590
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1031
+#: src/components/bottomsheets/DMBottomSheet.tsx:451
+#: src/components/bottomsheets/DMBottomSheet.tsx:593
msgid "Unmute Conversation"
msgstr "Bỏ tắt tiếng cuộc trò chuyện"
@@ -19200,16 +19285,16 @@ msgid "Unnamed Group"
msgstr "Nhóm chưa đặt tên"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:331
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1126
-#: src/components/bottomsheets/DMBottomSheet.tsx:478
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1150
+#: src/components/bottomsheets/DMBottomSheet.tsx:480
#: src/components/channel/dm/DMList.tsx:282
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:149
msgid "Unpin DM"
msgstr "Bỏ ghim tin nhắn"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:290
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1126
-#: src/components/bottomsheets/DMBottomSheet.tsx:478
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1150
+#: src/components/bottomsheets/DMBottomSheet.tsx:480
#: src/components/channel/dm/DMList.tsx:243
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:129
msgid "Unpin Group DM"
@@ -19231,20 +19316,20 @@ msgid "Unpin Message"
msgstr "Bỏ ghim tin nhắn"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:232
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:583
-#: src/components/bottomsheets/DMBottomSheet.tsx:164
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:597
+#: src/components/bottomsheets/DMBottomSheet.tsx:166
#: src/components/channel/dm/DMList.tsx:224
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:132
msgid "Unpinned DM"
msgstr "DM đã bỏ ghim"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:232
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:583
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:597
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:112
msgid "Unpinned group"
msgstr "Nhóm đã bỏ ghim"
-#: src/components/bottomsheets/DMBottomSheet.tsx:164
+#: src/components/bottomsheets/DMBottomSheet.tsx:166
msgid "Unpinned group DM"
msgstr "Tin nhắn nhóm chưa ghim"
@@ -19279,7 +19364,7 @@ msgstr "Cho phép hiển thị nhúng"
msgid "Until I change it"
msgstr "Cho đến khi tôi thay đổi"
-#: src/components/bottomsheets/DMBottomSheet.tsx:664
+#: src/components/bottomsheets/DMBottomSheet.tsx:667
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:334
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:57
#: src/components/channel/muteOptions.ts:39
@@ -19305,7 +19390,7 @@ msgstr "Cập nhật"
msgid "Update app"
msgstr "Cập nhật ứng dụng"
-#: src/components/modals/components/MobileSettingsView.tsx:244
+#: src/components/modals/components/MobileSettingsView.tsx:239
msgid "Update Service Worker"
msgstr "Cập nhật Service Worker"
@@ -19402,7 +19487,7 @@ msgstr "Đang cập nhật mục yêu thích…"
msgid "Updating..."
msgstr "Đang cập nhật…"
-#: src/components/modals/components/plutonium/PricingSection.tsx:84
+#: src/components/modals/components/plutonium/PricingSection.tsx:94
msgid "Upgrade Now"
msgstr "Nâng cấp ngay"
@@ -19415,18 +19500,19 @@ msgstr "Nâng cấp lên Plutonium"
msgid "Upgrade to store up to 15 custom backgrounds and unlock HD video quality, higher frame rates, and more."
msgstr "Nâng cấp để lưu tới 15 hình nền tùy chỉnh và mở khóa video HD, tốc độ khung hình cao hơn và nhiều tính năng khác."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:265
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:316
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:297
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:357
msgid "Upgrade to Visionary"
msgstr "Nâng cấp lên Visionary"
#. placeholder {0}: formatter.format(visionarySlots.remaining)
-#: src/components/modals/components/plutonium/VisionarySection.tsx:109
+#: src/components/modals/components/plutonium/VisionarySection.tsx:122
+#: src/components/modals/components/plutonium/VisionarySection.tsx:134
msgid "Upgrade to Visionary — {0} Left"
msgstr "Nâng cấp lên Visionary — còn {0}"
#. placeholder {0}: isGiftSubscription ? 'gift time' : 'subscription'
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:243
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:262
msgid "Upgrading to Visionary is a <0>one-time0> purchase and will <1>cancel your current {0} immediately1>."
msgstr "Nâng cấp lên Visionary là một <0>mua một lần0> và sẽ <1>hủy ngay {0} hiện tại của bạn1>."
@@ -19674,10 +19760,6 @@ msgstr "Dùng các mã này để truy cập tài khoản nếu bạn mất ứn
msgid "Use this button to quickly clear all permissions."
msgstr "Dùng nút này để nhanh chóng xóa tất cả quyền."
-#: src/components/pages/ReportPage.tsx:613
-msgid "Use this form to report illegal content under the Digital Services Act (DSA). Select what you want to report."
-msgstr "Sử dụng mẫu này để báo cáo nội dung bất hợp pháp theo Đạo luật Dịch vụ Kỹ thuật số (DSA). Chọn những gì bạn muốn báo cáo."
-
#: src/components/modals/tabs/KeybindsTab.tsx:101
msgid "Use this shortcut system-wide"
msgstr "Dùng phím tắt này cho toàn hệ thống"
@@ -19708,19 +19790,19 @@ msgstr "Người dùng có vẻ dưới 13 tuổi"
msgid "User Debug"
msgstr "Gỡ lỗi người dùng"
-#: src/components/channel/channel-view/DMChannelView.tsx:353
+#: src/components/channel/channel-view/DMChannelView.tsx:354
msgid "User has vanished"
msgstr "Người dùng đã biến mất"
-#: src/components/pages/ReportPage.tsx:865
+#: src/components/pages/report/ReportStepDetails.tsx:137
msgid "User ID (optional)"
msgstr "ID người dùng (tùy chọn)"
-#: src/components/bottomsheets/DMBottomSheet.tsx:376
+#: src/components/bottomsheets/DMBottomSheet.tsx:378
msgid "User ID copied"
msgstr "Đã sao chép ID người dùng"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:652
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:666
msgid "User ID copied to clipboard"
msgstr "ID người dùng đã sao chép vào bảng nhớ tạm"
@@ -19765,7 +19847,7 @@ msgstr "Hồ sơ hoạt động người dùng"
msgid "User Settings"
msgstr "Cài đặt người dùng"
-#: src/components/pages/ReportPage.tsx:873
+#: src/components/pages/report/ReportStepDetails.tsx:146
msgid "User Tag (optional)"
msgstr "Thẻ người dùng (tùy chọn)"
@@ -19805,7 +19887,7 @@ msgstr "Tên người dùng phải ít nhất 1 ký tự"
msgid "Username must be at most 32 characters"
msgstr "Tên người dùng tối đa 32 ký tự"
-#: src/components/channel/dm/AddFriendForm.tsx:130
+#: src/components/channel/dm/AddFriendForm.tsx:153
msgid "Username#0000"
msgstr "TênNgườiDùng#0000"
@@ -19904,7 +19986,7 @@ msgstr "URL tùy chỉnh phải dài từ 2 đến 32 ký tự và chỉ chứa
msgid "Verification Barriers"
msgstr "Rào cản xác minh"
-#: src/components/modals/ClaimAccountModal.tsx:199
+#: src/components/modals/ClaimAccountModal.tsx:201
#: src/components/modals/EmailChangeModal.tsx:218
#: src/components/modals/EmailChangeModal.tsx:282
#: src/components/modals/PhoneAddModal.tsx:224
@@ -19912,11 +19994,11 @@ msgstr "Rào cản xác minh"
msgid "Verification code"
msgstr "Mã xác minh"
-#: src/components/pages/ReportPage.tsx:719
+#: src/components/pages/report/ReportStepVerification.tsx:86
msgid "Verification Code"
msgstr "Mã xác minh"
-#: src/components/modals/ClaimAccountModal.tsx:88
+#: src/components/modals/ClaimAccountModal.tsx:90
msgid "Verification code sent"
msgstr "Đã gửi mã xác minh"
@@ -19937,10 +20019,9 @@ msgstr "Có thể cần xác minh trước khi xem mã dự phòng của bạn."
#: src/components/auth/AuthPageHeader.tsx:49
#: src/components/auth/InviteHeader.tsx:81
#: src/components/auth/InviteHeader.tsx:226
-#: src/components/channel/InviteEmbed.tsx:285
-#: src/components/channel/InviteEmbed.tsx:428
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:178
-#: src/components/emojis/EmojiInfoContent.tsx:87
+#: src/components/channel/InviteEmbed.tsx:287
+#: src/components/channel/InviteEmbed.tsx:430
+#: src/components/emojis/EmojiAttributionSubtext.tsx:143
#: src/components/layout/GuildHeader.tsx:132
msgid "Verified Community"
msgstr "Cộng đồng đã xác minh"
@@ -19955,7 +20036,7 @@ msgstr "Guild đã xác minh"
msgid "Verify"
msgstr "Xác minh"
-#: src/components/pages/ReportPage.tsx:740
+#: src/components/pages/report/ReportStepVerification.tsx:102
msgid "Verify Code"
msgstr "Xác minh mã"
@@ -19980,6 +20061,10 @@ msgstr "Biểu mẫu xác minh số điện thoại"
msgid "Verify You're Human"
msgstr "Xác minh bạn là người thật"
+#: src/components/pages/report/ReportStepEmail.tsx:54
+msgid "Verify your email"
+msgstr "Xác thực email của bạn"
+
#: src/components/modals/SudoVerificationModal.tsx:359
msgid "Verify your identity"
msgstr "Xác minh danh tính của bạn"
@@ -20012,7 +20097,7 @@ msgid "Video"
msgstr "Video"
#: src/components/channel/ChannelHeader.tsx:572
-#: src/components/modals/UserProfileMobileSheet.tsx:515
+#: src/components/modals/UserProfileMobileSheet.tsx:519
msgid "Video Call"
msgstr "Cuộc gọi video"
@@ -20097,7 +20182,7 @@ msgstr "Xem mã dự phòng"
msgid "View backup codes form"
msgstr "Biểu mẫu xem mã dự phòng"
-#: src/components/channel/channel-view/DMChannelView.tsx:282
+#: src/components/channel/channel-view/DMChannelView.tsx:283
msgid "View call"
msgstr "Xem cuộc gọi"
@@ -20138,7 +20223,7 @@ msgstr "Xem kho quà"
msgid "View Global Profile"
msgstr "Xem hồ sơ toàn cầu"
-#: src/components/channel/channel-view/DMChannelView.tsx:282
+#: src/components/channel/channel-view/DMChannelView.tsx:283
msgid "View incoming call"
msgstr "Xem cuộc gọi đến"
@@ -20158,10 +20243,10 @@ msgstr "Xem tính năng cao cấp"
msgid "View premium perks"
msgstr "Xem đặc quyền cao cấp"
-#: src/components/bottomsheets/DMBottomSheet.tsx:411
+#: src/components/bottomsheets/DMBottomSheet.tsx:413
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:226
#: src/components/channel/friends/MobileFriendRequestItem.tsx:87
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:210
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:212
#: src/components/modals/tabs/BlockedUsersTab.tsx:87
#: src/components/uikit/ContextMenu/items/UserProfileMenuItem.tsx:43
msgid "View Profile"
@@ -20191,7 +20276,7 @@ msgstr "Người xem tham gia luồng"
msgid "Viewer Leaves Stream"
msgstr "Người xem rời luồng"
-#: src/components/pages/ReportPage.tsx:827
+#: src/components/pages/report/ReportStepDetails.tsx:96
msgid "Violation Category"
msgstr "Loại vi phạm"
@@ -20199,7 +20284,7 @@ msgstr "Loại vi phạm"
msgid "Violation category selection"
msgstr "Chọn loại vi phạm"
-#: src/components/pages/ReportPage.tsx:264
+#: src/components/pages/report/optionDescriptors.ts:45
#: src/constants/IARConstants.tsx:42
msgid "Violent or Graphic Content"
msgstr "Nội dung bạo lực hoặc gây sốc"
@@ -20212,9 +20297,9 @@ msgstr "Giọng VIP"
msgid "Visible Buttons"
msgstr "Nút hiển thị"
-#: src/components/modals/components/plutonium/PricingSection.tsx:88
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:110
-#: src/components/modals/components/plutonium/VisionarySection.tsx:58
+#: src/components/modals/components/plutonium/PricingSection.tsx:101
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:129
+#: src/components/modals/components/plutonium/VisionarySection.tsx:67
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:154
#: src/utils/modals/guildTabs/GuildAuditLogTabUtils.ts:274
msgid "Visionary"
@@ -20228,25 +20313,25 @@ msgstr "Visionary (Trọn đời #42)"
msgid "Visionary (Lifetime Plutonium)"
msgstr "Visionary (Trọn đời Plutonium)"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:80
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:111
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:95
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:134
msgid "Visionary {visionaryPrice}"
msgstr "Visionary {visionaryPrice}"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:96
+#: src/components/modals/components/plutonium/VisionarySection.tsx:105
msgid "Visionary community with direct team access"
msgstr "Cộng đồng Visionary với quyền truy cập trực tiếp vào nhóm"
-#: src/components/modals/components/plutonium/GiftSection.tsx:87
-#: src/components/modals/components/plutonium/PricingSection.tsx:119
+#: src/components/modals/components/plutonium/GiftSection.tsx:100
+#: src/components/modals/components/plutonium/PricingSection.tsx:140
msgid "Visionary Gift"
msgstr "Quà Visionary"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:109
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:132
msgid "Visionary Gift Sold Out"
msgstr "Quà Visionary đã hết hàng"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:80
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:95
msgid "Visionary Sold Out"
msgstr "Visionary đã hết hàng"
@@ -20281,15 +20366,15 @@ msgstr "Cài đặt Âm thanh & Video"
msgid "Voice Activity"
msgstr "Hoạt động giọng nói"
-#: src/components/channel/channel-view/DMChannelView.tsx:277
+#: src/components/channel/channel-view/DMChannelView.tsx:278
#: src/components/voice/VoiceCallView.tsx:466
msgid "Voice call"
msgstr "Cuộc gọi thoại"
-#: src/components/bottomsheets/DMBottomSheet.tsx:419
+#: src/components/bottomsheets/DMBottomSheet.tsx:421
#: src/components/channel/ChannelHeader.tsx:562
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:225
-#: src/components/modals/UserProfileMobileSheet.tsx:507
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:227
+#: src/components/modals/UserProfileMobileSheet.tsx:511
msgid "Voice Call"
msgstr "Cuộc gọi thoại"
@@ -20306,8 +20391,8 @@ msgstr "Các cuộc gọi thoại"
msgid "Voice channel"
msgstr "Kênh thoại"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:475
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:662
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:489
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:676
#: src/components/channel/channel-header/useChannelHeaderData.ts:100
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:314
msgid "Voice Channel"
@@ -20488,8 +20573,8 @@ msgstr "Chúng tôi đã gửi một liên kết đến email để xác thực
msgid "We failed to retrieve the full information about this user at this time."
msgstr "Chúng tôi không thể lấy đầy đủ thông tin về người dùng này vào lúc này."
-#: src/components/layout/GuildLayout.tsx:302
-#: src/components/layout/GuildLayout.tsx:349
+#: src/components/layout/GuildLayout.tsx:307
+#: src/components/layout/GuildLayout.tsx:354
msgid "We fluxed up! Hang tight, we're working on it."
msgstr "Chúng tôi bị lỗi! Giữ máy, chúng tôi đang xử lý."
@@ -20513,18 +20598,13 @@ msgstr "Chúng tôi mất kết nối khi chờ xác thực. Vui lòng thử l
msgid "We need to make sure you're not a bot. Please complete the verification below."
msgstr "Chúng tôi cần đảm bảo bạn không phải bot. Vui lòng hoàn tất xác minh bên dưới."
-#: src/components/pages/ReportPage.tsx:639
-msgid "We need to verify your email address before you can submit a report."
-msgstr "Chúng tôi cần xác minh địa chỉ email của bạn trước khi bạn gửi báo cáo."
-
#: src/components/modals/BackupCodesModal.tsx:45
msgid "We recommend saving these codes now so that you don't get locked out of your account."
msgstr "Chúng tôi khuyên bạn lưu lại các mã này ngay để tránh bị khóa tài khoản."
-#. placeholder {0}: state.email
-#: src/components/pages/ReportPage.tsx:702
-msgid "We sent a verification code to {0}."
-msgstr "Chúng tôi đã gửi mã xác minh đến {0}."
+#: src/components/pages/report/ReportStepVerification.tsx:67
+msgid "We sent a code to {email}."
+msgstr "Chúng tôi đã gửi mã đến {email}."
#: src/components/auth/BrowserLoginHandoffModal.tsx:315
msgid "We will prefill {prefillEmail} once the browser login opens."
@@ -20534,6 +20614,10 @@ msgstr "Chúng tôi sẽ tự điền {prefillEmail} khi cửa sổ đăng nhậ
msgid "We'll restore your previous email, sign out old sessions, remove phone numbers, disable MFA, and secure your account with a new password."
msgstr "Chúng tôi sẽ khôi phục email cũ, đăng xuất các phiên cũ, xóa số điện thoại, tắt MFA và bảo mật tài khoản bằng mật khẩu mới."
+#: src/components/pages/report/ReportStepEmail.tsx:57
+msgid "We'll send a short code to confirm you can receive updates about this report."
+msgstr "Chúng tôi sẽ gửi một mã ngắn để xác nhận bạn có thể nhận cập nhật về báo cáo này."
+
#: src/components/modals/EmailChangeModal.tsx:190
msgid "We'll verify your current email and then your new email with one-time codes."
msgstr "Chúng tôi sẽ xác minh email hiện tại của bạn và sau đó email mới bằng mã một lần."
@@ -20546,13 +20630,13 @@ msgstr "Chúng tôi sẽ xác minh email mới của bạn bằng mã một lầ
msgid "We're having trouble connecting to Fluxer's servers. This could be a temporary network issue or scheduled maintenance."
msgstr "Chúng tôi gặp khó khăn khi kết nối đến máy chủ của Fluxer. Có thể là do mạng tạm thời hoặc bảo trì theo lịch."
-#: src/components/modals/tabs/BetaCodesTab.tsx:297
+#: src/components/modals/tabs/BetaCodesTab.tsx:322
#: src/components/modals/tabs/DevicesTab.tsx:230
msgid "We're having trouble connecting to the space-time continuum. Please check your connection and try again."
msgstr "Chúng tôi gặp khó khăn khi kết nối đến không-thời gian. Vui lòng kiểm tra kết nối và thử lại."
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:287
-#: src/components/channel/ChannelSearchResults.tsx:681
+#: src/components/channel/ChannelSearchResults.tsx:650
msgid "We're indexing this channel for the first time. This might take a little while..."
msgstr "Chúng tôi đang lập chỉ mục kênh này lần đầu tiên. Có thể mất chút thời gian..."
@@ -20829,17 +20913,16 @@ msgstr "Viết CSS tùy chỉnh ở đây để ghi đè bất kỳ token chủ
msgid "Write your content here... This textarea expands as you type."
msgstr "Viết nội dung ở đây... Ô văn bản này sẽ mở rộng khi bạn gõ."
-#: src/components/auth/DateOfBirthField.tsx:89
-#: src/components/auth/DateOfBirthField.tsx:156
+#: src/components/auth/DateOfBirthField.tsx:153
#: src/components/auth/MockMinimalRegisterForm.tsx:78
msgid "Year"
msgstr "Năm"
-#: src/components/modals/components/plutonium/PricingSection.tsx:78
+#: src/components/modals/components/plutonium/PricingSection.tsx:88
msgid "Yearly"
msgstr "Hàng năm"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:71
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:84
msgid "Yearly {yearlyPrice}"
msgstr "Hàng năm {yearlyPrice}"
@@ -20874,7 +20957,7 @@ msgstr "Bạn sắp rời Fluxer"
msgid "You are about to transfer ownership of this community to <0>{0}0>. This action is <1>irreversible1> and you will lose all owner privileges."
msgstr "Bạn sắp chuyển quyền sở hữu cộng đồng này cho <0>{0}0>. Hành động này là <1>không thể đảo ngược1> và bạn sẽ mất tất cả quyền chủ sở hữu."
-#: src/components/channel/dm/AddFriendForm.tsx:72
+#: src/components/channel/dm/AddFriendForm.tsx:95
msgid "You are already friends with this user."
msgstr "Bạn đã là bạn với người dùng này."
@@ -20960,7 +21043,7 @@ msgstr "Bạn chỉ có thể tải lên tối đa {MAX_EMOJIS_PER_UPLOAD} biể
msgid "You can pin messages in this conversation for everyone to see."
msgstr "Bạn có thể ghim tin nhắn trong cuộc trò chuyện này để mọi người nhìn thấy."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:175
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:194
msgid "You can redeem additional gift codes to <0>extend0> your gift time. To start a monthly or yearly plan, wait until after it ends — or <1>upgrade to Visionary1> now (remaining gift time will be discarded)."
msgstr "Bạn có thể nhập thêm mã quà tặng để <0>kéo dài0> thời gian quà tặng. Để bắt đầu gói hàng tháng hoặc hàng năm, hãy đợi đến khi nó kết thúc — hoặc <1>nâng cấp lên Visionary1> ngay (thời gian quà tặng còn lại sẽ bị hủy)."
@@ -20990,7 +21073,7 @@ msgstr "Bạn có thể dùng liên kết và Markdown để định dạng văn
msgid "You can't add new reactions while you're on timeout."
msgstr "Bạn không thể thêm phản ứng mới khi đang bị timeout."
-#: src/components/modals/UserProfileModal.tsx:1170
+#: src/components/modals/UserProfileModal.tsx:1171
msgid "You can't befriend yourself"
msgstr "Bạn không thể kết bạn với chính mình"
@@ -20998,14 +21081,14 @@ msgstr "Bạn không thể kết bạn với chính mình"
msgid "You can't interact with reactions in search results as it might disrupt the space-time continuum."
msgstr "Bạn không thể tương tác với phản ứng trong kết quả tìm kiếm vì nó có thể phá vỡ không-thời gian."
-#: src/components/layout/ChannelItem.tsx:200
-#: src/components/layout/ChannelItem.tsx:366
-#: src/stores/voice/MediaEngineFacade.ts:151
-#: src/stores/voice/MediaEngineFacade.ts:482
+#: src/components/layout/ChannelItem.tsx:206
+#: src/components/layout/ChannelItem.tsx:375
+#: src/stores/voice/MediaEngineFacade.ts:154
+#: src/stores/voice/MediaEngineFacade.ts:529
msgid "You can't join while you're on timeout."
msgstr "Bạn không thể tham gia khi đang bị timeout."
-#: src/components/modals/UserProfileModal.tsx:1182
+#: src/components/modals/UserProfileModal.tsx:1183
#: src/components/popouts/UserProfilePopout.tsx:282
#: src/components/profile/ProfilePreview.tsx:284
msgid "You can't message yourself"
@@ -21019,7 +21102,7 @@ msgstr "Bạn không thể gửi yêu cầu kết bạn cho chính mình."
msgid "You can't send friend requests to bots."
msgstr "Bạn không thể gửi yêu cầu kết bạn cho bot."
-#: src/components/channel/dm/AddFriendForm.tsx:64
+#: src/components/channel/dm/AddFriendForm.tsx:87
msgid "You can't send friend requests to users you've blocked. Unblock them first."
msgstr "Bạn không thể gửi yêu cầu kết bạn cho người dùng bạn đã chặn. Hãy bỏ chặn họ trước."
@@ -21066,11 +21149,11 @@ msgstr "Bạn không thể gỡ quyền này vì nó sẽ gỡ luôn khỏi chí
msgid "You cannot save a role with a blank name. Please provide a valid name before saving."
msgstr "Bạn không thể lưu vai trò mà tên để trống. Vui lòng nhập tên hợp lệ trước khi lưu."
-#: src/components/channel/dm/AddFriendForm.tsx:68
+#: src/components/channel/dm/AddFriendForm.tsx:91
msgid "You cannot send a friend request to yourself."
msgstr "Bạn không thể gửi yêu cầu kết bạn cho chính mình."
-#: src/components/channel/dm/AddFriendForm.tsx:66
+#: src/components/channel/dm/AddFriendForm.tsx:89
msgid "You cannot send friend requests to bots."
msgstr "Bạn không thể gửi yêu cầu kết bạn cho bot."
@@ -21094,7 +21177,7 @@ msgstr "Bạn không có quyền truy cập vào kênh nơi tin nhắn này đư
msgid "You do not have permission to send messages in this channel."
msgstr "Bạn không có quyền gửi tin nhắn trong kênh này."
-#: src/components/layout/GuildLayout.tsx:393
+#: src/components/layout/GuildLayout.tsx:398
msgid "You don't have access to any channels in this community."
msgstr "Bạn không có quyền truy cập vào bất kỳ kênh nào trong cộng đồng này."
@@ -21114,23 +21197,23 @@ msgstr "Bạn không có quyền cài gói biểu tượng cảm xúc này."
msgid "You don't have permission to install this sticker pack."
msgstr "Bạn không có quyền cài gói nhãn dán này."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:203
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:222
msgid "You have all <0/> for <1>{monthlyPrice}/month1>."
msgstr "Bạn có tất cả <0/> với <1>{monthlyPrice}/tháng1>."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:208
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:227
msgid "You have all <0/> for <1>{yearlyPrice}/year1>."
msgstr "Bạn có tất cả <0/> với <1>{yearlyPrice}/năm1>."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:213
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:232
msgid "You have all <0/> for your subscription period."
msgstr "Bạn có tất cả <0/> trong suốt thời gian đăng ký."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:198
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:217
msgid "You have all <0/> forever. No subscriptions, no renewals."
msgstr "Bạn có tất cả <0/> vĩnh viễn. Không cần đăng ký hay gia hạn."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:169
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:188
msgid "You have all <0/> via a <1>gift subscription1> until <2>{giftEndDate}2>. It <3>won't renew3>."
msgstr "Bạn có tất cả <0/> nhờ <1>đăng ký quà tặng1> đến <2>{giftEndDate}2>. Nó <3>sẽ không tự động gia hạn3>."
@@ -21228,11 +21311,11 @@ msgstr "Bạn đã mất quyền truy cập vào tin nhắn đã lưu này. Xóa
msgid "You made it, {username}! We're about to hit 88mph!"
msgstr "Bạn làm được rồi, {username}! Chúng ta sắp đạt 88mph!"
-#: src/components/channel/CallMessage.tsx:179
+#: src/components/channel/CallMessage.tsx:173
msgid "You missed a call from <0/> that lasted {durationText}."
msgstr "Bạn đã bỏ lỡ cuộc gọi từ <0/> kéo dài {durationText}."
-#: src/components/channel/CallMessage.tsx:184
+#: src/components/channel/CallMessage.tsx:178
msgid "You missed a call from <0/>."
msgstr "Bạn đã bỏ lỡ một cuộc gọi từ <0/>."
@@ -21252,7 +21335,7 @@ msgstr "Bạn phải từ 18 tuổi trở lên để xem nội dung này. <0>Tì
msgid "You must be connected to the gateway to accept this temporary invite. Please check your connection and try again."
msgstr "Bạn phải kết nối với cổng để chấp nhận lời mời tạm thời này. Vui lòng kiểm tra kết nối và thử lại."
-#: src/components/pages/ReportPage.tsx:463
+#: src/components/pages/ReportPage.tsx:288
msgid "You must verify your email before submitting a report."
msgstr "Bạn phải xác minh email trước khi gửi báo cáo."
@@ -21385,7 +21468,7 @@ msgstr "Bạn đang ở trong kênh thoại"
msgid "You're sending messages too quickly"
msgstr "Bạn đang gửi tin nhắn quá nhanh"
-#: src/components/channel/Messages.tsx:909
+#: src/components/channel/Messages.tsx:907
msgid "You're viewing older messages"
msgstr "Bạn đang xem tin nhắn cũ hơn"
@@ -21464,7 +21547,7 @@ msgstr "Tài khoản của bạn đã được duyệt. Đang chuyển bạn t
msgid "Your account has been created, but access is temporarily limited until approval. You will be notified once your account is approved."
msgstr "Tài khoản của bạn đã được tạo, nhưng quyền truy cập tạm thời bị hạn chế cho đến khi được duyệt. Bạn sẽ nhận thông báo sau khi tài khoản được phê duyệt."
-#: src/components/modals/components/UnclaimedAccountAlert.tsx:38
+#: src/components/modals/components/UnclaimedAccountAlert.tsx:36
msgid "Your account is not yet claimed. Without an email and password, you won't be able to sign in from other devices and you could lose access to your account. Claim your account now to secure it."
msgstr "Tài khoản của bạn chưa được xác nhận. Nếu không có email và mật khẩu, bạn sẽ không thể đăng nhập từ thiết bị khác và có thể mất quyền truy cập. Xác nhận tài khoản ngay để bảo vệ."
@@ -21508,7 +21591,7 @@ msgstr "Cài đặt âm thanh thông báo hiện tại của bạn sẽ được
msgid "Your export request will be processed"
msgstr "Yêu cầu xuất dữ liệu của bạn sẽ được xử lý"
-#: src/components/pages/ReportPage.tsx:935
+#: src/components/pages/report/ReportStepDetails.tsx:213
msgid "Your FluxerTag (optional)"
msgstr "FluxerTag của bạn (tuỳ chọn)"
@@ -21521,7 +21604,7 @@ msgid "Your invite expires in 24 hours"
msgstr "Lời mời của bạn hết hạn sau 24 giờ"
#. placeholder {0}: getExpirationText()
-#: src/components/modals/InviteModal.tsx:325
+#: src/components/modals/InviteModal.tsx:322
msgid "Your invite link expires in {0}."
msgstr "Liên kết mời của bạn hết hạn trong {0}."
@@ -21565,7 +21648,7 @@ msgstr "Không gian cá nhân của bạn để truy cập nhanh các kênh, DM
msgid "Your Plutonium subscription has expired. You've lost all Plutonium perks. Reactivate your subscription to regain access."
msgstr "Đăng ký Plutonium của bạn đã hết hạn. Bạn mất toàn bộ lợi ích Plutonium. Kích hoạt lại để lấy lại quyền lợi."
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:781
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:813
msgid "Your private space"
msgstr "Không gian riêng tư của bạn"
@@ -21573,7 +21656,7 @@ msgstr "Không gian riêng tư của bạn"
msgid "Your private space for thoughts and reminders"
msgstr "Không gian riêng tư của bạn cho suy nghĩ và nhắc nhở"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:277
+#: src/components/modals/tabs/GiftInventoryTab.tsx:300
msgid "Your Purchased Gifts"
msgstr "Quà tặng bạn đã mua"
@@ -21585,15 +21668,11 @@ msgstr "vùng của bạn"
msgid "Your stream is still being broadcast"
msgstr "Luồng của bạn vẫn đang phát"
-#: src/components/pages/ReportPage.tsx:594
-msgid "Your submission ID"
-msgstr "ID bài gửi của bạn"
-
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:153
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:172
msgid "Your subscription ended, but you still have all <0/> until <1>{graceDate}1>. Resubscribe to keep them."
msgstr "Đăng ký của bạn đã kết thúc, nhưng bạn vẫn có tất cả <0/> đến <1>{graceDate}1>. Đăng ký lại để giữ quyền lợi."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:138
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:157
msgid "Your subscription expired on <0>{expiredDate}0>. You lost all <1/>. You can reactivate at any time."
msgstr "Đăng ký của bạn hết hạn vào <0>{expiredDate}0>. Bạn mất tất cả <1/>. Bạn có thể kích hoạt lại bất cứ lúc nào."
@@ -21609,7 +21688,7 @@ msgstr "Đăng ký của bạn đã được kích hoạt lại!"
msgid "Your subscription has been set to cancel at the end of your billing period."
msgstr "Đăng ký của bạn sẽ bị huỷ vào cuối chu kỳ thanh toán."
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:191
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:210
msgid "Your subscription will cancel on <0>{cancelDate}0>. You'll lose all <1/> after that date."
msgstr "Đăng ký của bạn sẽ huỷ vào <0>{cancelDate}0>. Bạn sẽ mất toàn bộ <1/> sau ngày đó."
diff --git a/fluxer_app/src/locales/zh-CN/messages.po b/fluxer_app/src/locales/zh-CN/messages.po
index 70033998..e1240a5b 100644
--- a/fluxer_app/src/locales/zh-CN/messages.po
+++ b/fluxer_app/src/locales/zh-CN/messages.po
@@ -68,12 +68,12 @@ msgstr "(最多显示15个)"
msgid "(No content)"
msgstr "(无内容)"
-#: src/components/modals/UserProfileMobileSheet.tsx:552
+#: src/components/modals/UserProfileMobileSheet.tsx:556
#: src/components/pages/YouPage.tsx:147
msgid "(only visible to you)"
msgstr "(仅你可见)"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:954
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:976
msgid "(you)"
msgstr "(你)"
@@ -138,12 +138,12 @@ msgid "{0} Online"
msgstr "{0} 人在线"
#. placeholder {0}: reaction.count
-#: src/components/channel/MessageReactions.tsx:120
+#: src/components/channel/MessageReactions.tsx:119
msgid "{0} reaction"
msgstr "{0} 反应"
#. placeholder {0}: reaction.count
-#: src/components/channel/MessageReactions.tsx:120
+#: src/components/channel/MessageReactions.tsx:119
msgid "{0} reactions"
msgstr "{0} 反应"
@@ -153,13 +153,13 @@ msgid "{0} remaining"
msgstr "剩余{0}"
#. placeholder {0}: machineState.total
-#: src/components/channel/ChannelSearchResults.tsx:315
+#: src/components/channel/ChannelSearchResults.tsx:272
msgid "{0} Result"
msgstr "{0} 结果"
#. placeholder {0}: machineState.total
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:390
-#: src/components/channel/ChannelSearchResults.tsx:315
+#: src/components/channel/ChannelSearchResults.tsx:272
msgid "{0} Results"
msgstr "{0} 条结果"
@@ -402,7 +402,7 @@ msgstr "{actor}更新了贴纸{namedTarget}。"
msgid "{actor} updated the webhook {namedTarget}."
msgstr "{actor}更新了Webhook{namedTarget}。"
-#: src/components/modals/tabs/BetaCodesTab.tsx:280
+#: src/components/modals/tabs/BetaCodesTab.tsx:284
msgid "{allowance} codes remaining this week"
msgstr "本周剩余{allowance}个代码"
@@ -533,7 +533,7 @@ msgstr "{emojiName},{0} 反应"
msgid "{emojiName}, {0} reactions"
msgstr "{emojiName},{0} 反应"
-#: src/components/channel/MessageReactions.tsx:122
+#: src/components/channel/MessageReactions.tsx:121
msgid "{emojiName}: {reactionCountText}, {actionText}"
msgstr "{emojiName}: {reactionCountText},{actionText}"
@@ -561,8 +561,8 @@ msgstr "{label} 图像不能动画。请使用 JPEG、PNG 或 WebP。"
#: src/components/auth/InviteHeader.tsx:127
#: src/components/auth/InviteHeader.tsx:241
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:281
-#: src/components/channel/InviteEmbed.tsx:180
-#: src/components/channel/InviteEmbed.tsx:444
+#: src/components/channel/InviteEmbed.tsx:182
+#: src/components/channel/InviteEmbed.tsx:446
msgid "{memberCount} Member"
msgstr "{memberCount} 位成员"
@@ -570,8 +570,8 @@ msgstr "{memberCount} 位成员"
#: src/components/auth/InviteHeader.tsx:127
#: src/components/auth/InviteHeader.tsx:241
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:281
-#: src/components/channel/InviteEmbed.tsx:180
-#: src/components/channel/InviteEmbed.tsx:444
+#: src/components/channel/InviteEmbed.tsx:182
+#: src/components/channel/InviteEmbed.tsx:446
msgid "{memberCount} Members"
msgstr "{memberCount} 位成员"
@@ -606,11 +606,11 @@ msgstr "{minutes}分钟和{seconds}秒"
msgid "{minutes} minutes and 1 second"
msgstr "{minutes}分钟和1秒"
-#: src/components/channel/dm/DMWelcomeSection.tsx:155
+#: src/components/channel/dm/DMWelcomeSection.tsx:167
msgid "{mutualGuildCount} mutual commmunity"
msgstr "{mutualGuildCount} 个共同社区"
-#: src/components/channel/dm/DMWelcomeSection.tsx:156
+#: src/components/channel/dm/DMWelcomeSection.tsx:168
msgid "{mutualGuildCount} mutual communities"
msgstr "{mutualGuildCount} 个共同社区"
@@ -632,7 +632,7 @@ msgstr "{participantCount} 位参与者在通话中"
#: src/components/auth/InviteHeader.tsx:235
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:276
-#: src/components/channel/InviteEmbed.tsx:439
+#: src/components/channel/InviteEmbed.tsx:441
msgid "{presenceCount} Online"
msgstr "{presenceCount} 在线"
@@ -644,15 +644,15 @@ msgstr "剩余 {remaining} 个字符"
msgid "{remaining} characters left. Get Plutonium to write up to {premiumMaxLength} characters."
msgstr "剩余 {remaining} 个字符。获取 Plutonium 以书写最多 {premiumMaxLength} 个字符。"
-#: src/components/channel/InviteEmbed.tsx:301
+#: src/components/channel/InviteEmbed.tsx:303
msgid "{renderedMemberCount} Member"
msgstr "{renderedMemberCount} 位成员"
-#: src/components/channel/InviteEmbed.tsx:301
+#: src/components/channel/InviteEmbed.tsx:303
msgid "{renderedMemberCount} Members"
msgstr "{renderedMemberCount} 位成员"
-#: src/components/channel/InviteEmbed.tsx:296
+#: src/components/channel/InviteEmbed.tsx:298
msgid "{renderedPresenceCount} Online"
msgstr "{renderedPresenceCount} 在线"
@@ -704,11 +704,11 @@ msgstr "{totalSeconds} 秒"
msgid "{totalSeconds} seconds"
msgstr "{totalSeconds} 秒"
-#: src/components/layout/GuildsLayout.tsx:231
+#: src/components/layout/GuildsLayout.tsx:229
msgid "{unavailableCount} communities are temporarily unavailable due to a flux capacitor malfunction."
msgstr "{unavailableCount} 个社区因时空电容器故障而暂时不可用。"
-#: src/components/layout/GuildsLayout.tsx:230
+#: src/components/layout/GuildsLayout.tsx:228
msgid "{unavailableCount} community is temporarily unavailable due to a flux capacitor malfunction."
msgstr "{unavailableCount} 个社区因时空电容器故障而暂时不可用。"
@@ -814,27 +814,27 @@ msgstr "@everyone 提及"
msgid "@username"
msgstr "@username"
-#: src/components/channel/CallMessage.tsx:75
+#: src/components/channel/CallMessage.tsx:72
msgid "# days"
msgstr "# 天"
-#: src/components/channel/CallMessage.tsx:76
+#: src/components/channel/CallMessage.tsx:73
msgid "# hours"
msgstr "# 小时"
-#: src/components/channel/CallMessage.tsx:77
+#: src/components/channel/CallMessage.tsx:74
msgid "# minutes"
msgstr "# 分钟"
-#: src/components/channel/CallMessage.tsx:73
+#: src/components/channel/CallMessage.tsx:70
msgid "# months"
msgstr "# 个月"
-#: src/components/channel/CallMessage.tsx:74
+#: src/components/channel/CallMessage.tsx:71
msgid "# weeks"
msgstr "# 星期"
-#: src/components/channel/CallMessage.tsx:72
+#: src/components/channel/CallMessage.tsx:69
msgid "# years"
msgstr "# 年"
@@ -878,11 +878,11 @@ msgstr "<0/> 将 <1/> 移出了群组。"
msgid "<0/> removed someone from the group."
msgstr "<0/> 将某人移出了群组。"
-#: src/components/channel/CallMessage.tsx:191
+#: src/components/channel/CallMessage.tsx:185
msgid "<0/> started a call that lasted {durationText}."
msgstr "<0/> 发起了一次通话,持续了 {durationText}。"
-#: src/components/channel/CallMessage.tsx:154
+#: src/components/channel/CallMessage.tsx:148
msgid "<0/> started a call."
msgstr "<0/> 发起了一次通话。"
@@ -943,11 +943,11 @@ msgstr "<0>取消禁言0>了该成员。"
msgid "<0>Warning:0> This will also disable SMS two-factor authentication."
msgstr "<0>警告:0>这也会禁用短信双重身份验证。"
-#: src/components/modals/tabs/BetaCodesTab.tsx:278
+#: src/components/modals/tabs/BetaCodesTab.tsx:282
msgid "1 code remaining this week"
msgstr "本周剩余 1 个代码"
-#: src/components/channel/CallMessage.tsx:75
+#: src/components/channel/CallMessage.tsx:72
#: src/components/modals/BanMemberModal.tsx:54
#: src/components/modals/InviteModal.tsx:77
#: src/components/modals/InviteModal.tsx:212
@@ -956,7 +956,7 @@ msgstr "本周剩余 1 个代码"
msgid "1 day"
msgstr "1 天"
-#: src/components/channel/CallMessage.tsx:76
+#: src/components/channel/CallMessage.tsx:73
#: src/components/modals/BanMemberModal.tsx:52
#: src/components/modals/channelTabs/ChannelOverviewTab.tsx:154
#: src/components/modals/CustomStatusBottomSheet.tsx:44
@@ -993,7 +993,7 @@ msgstr "1分钟和{seconds}秒"
msgid "1 minute and 1 second"
msgstr "1分钟和1秒"
-#: src/components/channel/CallMessage.tsx:73
+#: src/components/channel/CallMessage.tsx:70
#: src/components/modals/BanMemberModal.tsx:59
msgid "1 month"
msgstr "1个月"
@@ -1002,12 +1002,12 @@ msgstr "1个月"
msgid "1 Month"
msgstr "1个月"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:99
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:120
msgid "1 Month {monthlyPrice}"
msgstr "1个月 {monthlyPrice}"
-#: src/components/modals/components/plutonium/GiftSection.tsx:78
-#: src/components/modals/components/plutonium/PricingSection.tsx:110
+#: src/components/modals/components/plutonium/GiftSection.tsx:88
+#: src/components/modals/components/plutonium/PricingSection.tsx:128
msgid "1 Month Gift"
msgstr "1个月礼物"
@@ -1020,22 +1020,22 @@ msgstr "1次使用"
msgid "1 user"
msgstr "1位用户"
-#: src/components/channel/CallMessage.tsx:74
+#: src/components/channel/CallMessage.tsx:71
#: src/components/modals/BanMemberModal.tsx:57
#: src/components/modals/TimeoutMemberOptions.ts:39
msgid "1 week"
msgstr "1周"
-#: src/components/channel/CallMessage.tsx:72
+#: src/components/channel/CallMessage.tsx:69
msgid "1 year"
msgstr "1 年"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:91
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:109
msgid "1 Year {yearlyPrice}"
msgstr "1年 {yearlyPrice}"
-#: src/components/modals/components/plutonium/GiftSection.tsx:69
-#: src/components/modals/components/plutonium/PricingSection.tsx:101
+#: src/components/modals/components/plutonium/GiftSection.tsx:76
+#: src/components/modals/components/plutonium/PricingSection.tsx:116
msgid "1 Year Gift"
msgstr "1年礼物"
@@ -1286,8 +1286,8 @@ msgstr "8小时"
msgid "A 4-digit tag will be added automatically to ensure uniqueness"
msgstr "将自动添加一个4位数字标签以确保唯一性"
-#: src/components/channel/CallMessage.tsx:86
-#: src/components/channel/CallMessage.tsx:148
+#: src/components/channel/CallMessage.tsx:83
+#: src/components/channel/CallMessage.tsx:142
msgid "a few seconds"
msgstr "几秒钟"
@@ -1299,7 +1299,7 @@ msgstr "一小群键盘战士正在集结..."
msgid "A helpful bot that does amazing things!"
msgstr "一个能做神奇事情的助手机器人!"
-#: src/components/channel/CallMessage.tsx:77
+#: src/components/channel/CallMessage.tsx:74
msgid "a minute"
msgstr "一分钟"
@@ -1316,7 +1316,7 @@ msgid "A symphony of clacking keys is underway..."
msgstr "键盘敲击的交响乐正在进行中..."
#: src/components/modals/tabs/MyProfileTab/BioEditor.tsx:127
-#: src/components/modals/UserProfileMobileSheet.tsx:528
+#: src/components/modals/UserProfileMobileSheet.tsx:532
#: src/components/pages/YouPage.tsx:132
msgid "About Me"
msgstr "关于我"
@@ -1330,18 +1330,18 @@ msgstr "关于你"
msgid "Accent Color"
msgstr "强调色"
-#: src/components/channel/channel-view/DMChannelView.tsx:291
-#: src/components/channel/dm/DMWelcomeSection.tsx:116
+#: src/components/channel/channel-view/DMChannelView.tsx:292
+#: src/components/channel/dm/DMWelcomeSection.tsx:128
#: src/components/channel/friends/FriendListItem.tsx:238
#: src/components/channel/friends/MobileFriendRequestItem.tsx:99
#: src/components/voice/IncomingCallUI.tsx:302
msgid "Accept"
msgstr "接受"
-#: src/components/bottomsheets/DMBottomSheet.tsx:515
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:260
-#: src/components/modals/UserProfileModal.tsx:1258
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:88
+#: src/components/bottomsheets/DMBottomSheet.tsx:517
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:262
+#: src/components/modals/UserProfileModal.tsx:1259
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:109
msgid "Accept Friend Request"
msgstr "接受好友请求"
@@ -1358,7 +1358,7 @@ msgstr "接受邀请"
msgid "Accept the incoming call"
msgstr "接听来电"
-#: src/components/channel/InviteEmbed.tsx:226
+#: src/components/channel/InviteEmbed.tsx:228
#: src/components/modals/InviteAcceptModal.tsx:163
msgid "Accepting this invite installs the pack automatically."
msgstr "接受此邀请将自动安装该包。"
@@ -1407,7 +1407,7 @@ msgstr "账户与高级版"
msgid "Account appears to exist solely for spamming"
msgstr "账户似乎仅用于发送垃圾信息"
-#: src/components/modals/ClaimAccountModal.tsx:105
+#: src/components/modals/ClaimAccountModal.tsx:107
msgid "Account claimed successfully"
msgstr "账户认领成功"
@@ -1459,7 +1459,7 @@ msgstr "仅在您曾加入的所有私信中"
msgid "Action with both icons!"
msgstr "带有两个图标的操作!"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:124
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:143
msgid "Active"
msgstr "活跃"
@@ -1584,12 +1584,13 @@ msgstr "添加邮箱"
msgid "Add Favorite Channels"
msgstr "添加收藏频道"
-#: src/components/bottomsheets/DMBottomSheet.tsx:524
+#: src/components/bottomsheets/DMBottomSheet.tsx:527
#: src/components/channel/dm/AddFriendView.tsx:32
#: src/components/channel/dm/DMFriendsView.tsx:199
#: src/components/modals/AddFriendSheet.tsx:50
-#: src/components/modals/UserProfileModal.tsx:1178
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:68
+#: src/components/modals/UserProfileModal.tsx:1179
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:75
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:89
msgid "Add Friend"
msgstr "添加好友"
@@ -1597,7 +1598,7 @@ msgstr "添加好友"
msgid "Add Friends"
msgstr "添加好友"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1187
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1211
#: src/components/channel/ChannelHeader.tsx:630
#: src/components/channel/dm/GroupDMWelcomeSection.tsx:85
msgid "Add Friends to Group"
@@ -1612,7 +1613,7 @@ msgstr "添加项目"
msgid "Add new reactions to messages."
msgstr "为消息添加新反应。"
-#: src/components/bottomsheets/DMBottomSheet.tsx:426
+#: src/components/bottomsheets/DMBottomSheet.tsx:428
#: src/components/profile/ProfileCard/ProfileCardActions.tsx:48
#: src/components/uikit/ContextMenu/items/UserNoteMenuItems.tsx:42
msgid "Add Note"
@@ -1647,7 +1648,7 @@ msgstr "添加电话号码表单"
#: src/components/channel/MessageActionBar.tsx:450
#: src/components/channel/MessageActionBar.tsx:741
#: src/components/channel/messageActionMenu.tsx:92
-#: src/components/channel/MessageReactions.tsx:264
+#: src/components/channel/MessageReactions.tsx:263
#: src/components/uikit/ContextMenu/items/MessageMenuItems.tsx:65
msgid "Add Reaction"
msgstr "添加反应"
@@ -1695,8 +1696,8 @@ msgid "Add to favorites"
msgstr "添加到收藏"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:370
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1103
-#: src/components/bottomsheets/DMBottomSheet.tsx:400
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1127
+#: src/components/bottomsheets/DMBottomSheet.tsx:402
#: src/components/channel/ChannelHeader.tsx:547
#: src/components/channel/ChannelHeader.tsx:595
#: src/components/channel/ChannelHeader.tsx:600
@@ -1731,11 +1732,11 @@ msgid "Added to bookmarks"
msgstr "已添加到书签"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:118
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:544
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:558
msgid "Added to favorites"
msgstr "已添加到收藏"
-#: src/components/bottomsheets/DMBottomSheet.tsx:129
+#: src/components/bottomsheets/DMBottomSheet.tsx:131
msgid "Added to Favorites"
msgstr "已添加到收藏夹"
@@ -1752,7 +1753,7 @@ msgstr "添加时间:{createdDate}"
msgid "Added: {createdDate} • Last used: {lastUsedDate}"
msgstr "添加时间:{createdDate} • 最后使用:{lastUsedDate}"
-#: src/components/pages/ReportPage.tsx:943
+#: src/components/pages/report/ReportStepDetails.tsx:222
msgid "Additional Comments (optional)"
msgstr "附加评论(可选)"
@@ -1873,7 +1874,7 @@ msgstr "所有通话将以静默通知而非响铃。默认情况下,来自非
msgid "All Communities"
msgstr "所有社区"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:74
+#: src/components/modals/components/plutonium/VisionarySection.tsx:83
msgid "All current and future Plutonium benefits, forever"
msgstr "所有当前及未来的Plutonium权益,永久有效"
@@ -1911,7 +1912,7 @@ msgstr "所有成员"
msgid "All messages"
msgstr "所有消息"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1377
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1401
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:206
#: src/components/modals/GuildNotificationSettingsModal.tsx:87
#: src/components/modals/GuildNotificationSettingsModal.tsx:273
@@ -2071,11 +2072,11 @@ msgstr "已允许 {0}。"
msgid "Already have an account?"
msgstr "已有账户?"
-#: src/components/channel/InviteEmbed.tsx:187
+#: src/components/channel/InviteEmbed.tsx:189
msgid "Already joined"
msgstr "已加入"
-#: src/components/channel/GiftEmbed.tsx:90
+#: src/components/channel/GiftEmbed.tsx:97
msgid "Already redeemed"
msgstr "已兑换"
@@ -2135,8 +2136,8 @@ msgstr "始终信任 <0>{hostname}0> — 下次跳过此警告"
msgid "Always underline links"
msgstr "始终为链接添加下划线"
-#: src/components/channel/ChannelSearchResults.tsx:511
-#: src/components/channel/ChannelSearchResults.tsx:562
+#: src/components/channel/ChannelSearchResults.tsx:480
+#: src/components/channel/ChannelSearchResults.tsx:531
#: src/hooks/useChannelSearch.ts:233
#: src/hooks/useChannelSearch.ts:375
msgid "An error occurred while searching"
@@ -2198,7 +2199,7 @@ msgid "Animated Emoji ({0})"
msgstr "动画表情 ({0})"
#: src/components/channel/embeds/media/EmbedGifv.tsx:237
-#: src/components/channel/embeds/media/EmbedGifv.tsx:725
+#: src/components/channel/embeds/media/EmbedGifv.tsx:749
#: src/components/modals/MediaViewerModal.tsx:294
#: src/components/modals/MediaViewerModal.tsx:362
msgid "Animated GIF"
@@ -2320,8 +2321,8 @@ msgstr "应用更新成功"
msgid "Applications"
msgstr "应用"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:99
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:137
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:103
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:141
msgid "Applications & Bots"
msgstr "应用和机器人"
@@ -2352,7 +2353,7 @@ msgid "Archive"
msgstr "存档"
#. placeholder {0}: user.username
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:162
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:164
#: src/components/modals/UserProfileActionsSheet.tsx:133
#: src/utils/RelationshipActionUtils.tsx:141
msgid "Are you sure you want to block {0}? They won't be able to message you or send you friend requests."
@@ -2368,8 +2369,8 @@ msgid "Are you sure you want to close this group DM? You can always reopen it la
msgstr "确定要关闭此群组私信吗?您以后随时可以重新打开。"
#. placeholder {0}: recipient?.username ?? ''
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:601
-#: src/components/bottomsheets/DMBottomSheet.tsx:303
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:615
+#: src/components/bottomsheets/DMBottomSheet.tsx:305
msgid "Are you sure you want to close your DM with {0}? You can always reopen it later."
msgstr "确定要关闭与 {0} 的私信吗?您以后随时可以重新打开。"
@@ -2406,7 +2407,7 @@ msgid "Are you sure you want to delete #{0}? This action cannot be undone."
msgstr "确定要删除 #{0} 吗?此操作无法撤销。"
#. placeholder {0}: channel.name ?? 'this channel'
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:667
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:681
msgid "Are you sure you want to delete #{0}? This cannot be undone."
msgstr "确定要删除 #{0} 吗?此操作无法撤销。"
@@ -2504,7 +2505,7 @@ msgstr "确定要离开 {0} 吗?"
msgid "Are you sure you want to leave this community? You will no longer be able to see any messages."
msgstr "确定要离开此社区吗?您将无法再查看任何消息。"
-#: src/components/bottomsheets/DMBottomSheet.tsx:338
+#: src/components/bottomsheets/DMBottomSheet.tsx:340
#: src/hooks/useLeaveGroup.tsx:43
msgid "Are you sure you want to leave this group? You will no longer be able to see any messages."
msgstr "确定要离开此群组吗?您将无法再查看任何消息。"
@@ -2515,9 +2516,9 @@ msgid "Are you sure you want to make {0} the group owner? You will lose owner pr
msgstr "确定要将群主权限移交给 {0} 吗?您将失去群主权限。"
#. placeholder {0}: user.username
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:145
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:147
#: src/components/modals/UserProfileActionsSheet.tsx:116
-#: src/components/modals/UserProfileMobileSheet.tsx:303
+#: src/components/modals/UserProfileMobileSheet.tsx:304
#: src/utils/RelationshipActionUtils.tsx:114
msgid "Are you sure you want to remove {0} as a friend?"
msgstr "确定要将 {0} 从好友中移除吗?"
@@ -2557,10 +2558,10 @@ msgid "Are you sure you want to transfer ownership of the group to {0}?"
msgstr "确定要将群组所有权转移给 {0} 吗?"
#. placeholder {0}: user.username
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:179
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:181
#: src/components/modals/tabs/BlockedUsersTab.tsx:57
#: src/components/modals/UserProfileActionsSheet.tsx:150
-#: src/components/modals/UserProfileMobileSheet.tsx:319
+#: src/components/modals/UserProfileMobileSheet.tsx:320
#: src/utils/RelationshipActionUtils.tsx:168
msgid "Are you sure you want to unblock {0}?"
msgstr "确定要解除对 {0} 的屏蔽吗?"
@@ -2573,7 +2574,7 @@ msgstr "艺术俱乐部"
msgid "Artists' Corner"
msgstr "艺术家角落"
-#: src/components/modals/components/plutonium/PricingSection.tsx:63
+#: src/components/modals/components/plutonium/PricingSection.tsx:69
msgid "As a Gift"
msgstr "作为礼物"
@@ -2689,7 +2690,7 @@ msgstr "音频设置"
msgid "Audio will be included with this screen share."
msgstr "此屏幕共享将包含音频。"
-#: src/components/pages/ReportPage.tsx:311
+#: src/components/pages/report/optionDescriptors.ts:83
msgid "Austria"
msgstr "奥地利"
@@ -2844,6 +2845,7 @@ msgstr "平均延迟:"
#: src/components/modals/PhoneAddModal.tsx:235
#: src/components/modals/RequiredActionModal.tsx:463
#: src/components/pages/OAuthAuthorizePage.tsx:694
+#: src/components/pages/report/ReportStepDetails.tsx:243
msgid "Back"
msgstr "返回"
@@ -2933,7 +2935,7 @@ msgid "Balanced quality and bandwidth"
msgstr "平衡质量和带宽"
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:353
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:320
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:323
#: src/components/modals/UserProfileActionsSheet.tsx:262
msgid "Ban"
msgstr "封禁"
@@ -3035,7 +3037,7 @@ msgstr "之前:"
msgid "Begin a call in the current private conversation"
msgstr "在当前私聊中开始通话"
-#: src/components/pages/ReportPage.tsx:312
+#: src/components/pages/report/optionDescriptors.ts:84
msgid "Belgium"
msgstr "比利时"
@@ -3066,7 +3068,7 @@ msgstr "测试码(可选)"
msgid "Beta Code Redeemed!"
msgstr "测试码已兑换!"
-#: src/components/modals/tabs/BetaCodesTab.tsx:313
+#: src/components/modals/tabs/BetaCodesTab.tsx:338
#: src/components/modals/utils/settingsSearchIndex.ts:741
msgid "Beta Codes"
msgstr "测试码"
@@ -3083,13 +3085,13 @@ msgstr "个人简介"
msgid "Bio character limit"
msgstr "个人简介字符限制"
-#: src/components/bottomsheets/DMBottomSheet.tsx:538
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:163
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:345
+#: src/components/bottomsheets/DMBottomSheet.tsx:541
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:165
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:348
#: src/components/modals/UserProfileActionsSheet.tsx:134
#: src/components/modals/UserProfileActionsSheet.tsx:298
#: src/components/modals/UserProfileModal.tsx:1062
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:190
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:211
#: src/utils/RelationshipActionUtils.tsx:143
msgid "Block"
msgstr "屏蔽"
@@ -3106,7 +3108,7 @@ msgstr "屏蔽社区成员的私信?"
msgid "Block for all communities"
msgstr "在所有社区屏蔽"
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:161
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:163
#: src/components/modals/UserProfileActionsSheet.tsx:132
#: src/utils/RelationshipActionUtils.tsx:139
msgid "Block User"
@@ -3270,7 +3272,7 @@ msgstr "需要浏览器音频"
msgid "Browser locale ({browserLocale}): {format}"
msgstr "浏览器区域设置({browserLocale}):{format}"
-#: src/components/pages/ReportPage.tsx:313
+#: src/components/pages/report/optionDescriptors.ts:85
msgid "Bulgaria"
msgstr "保加利亚"
@@ -3313,16 +3315,16 @@ msgstr "当提交状态为 true 时,按钮会显示加载指示器。"
msgid "Buttons with Icons"
msgstr "带图标的按钮"
-#: src/components/modals/components/plutonium/GiftSection.tsx:74
-#: src/components/modals/components/plutonium/GiftSection.tsx:83
-#: src/components/modals/components/plutonium/GiftSection.tsx:92
-#: src/components/modals/components/plutonium/PricingSection.tsx:106
-#: src/components/modals/components/plutonium/PricingSection.tsx:115
-#: src/components/modals/components/plutonium/PricingSection.tsx:124
+#: src/components/modals/components/plutonium/GiftSection.tsx:81
+#: src/components/modals/components/plutonium/GiftSection.tsx:93
+#: src/components/modals/components/plutonium/GiftSection.tsx:105
+#: src/components/modals/components/plutonium/PricingSection.tsx:121
+#: src/components/modals/components/plutonium/PricingSection.tsx:133
+#: src/components/modals/components/plutonium/PricingSection.tsx:145
msgid "Buy Gift"
msgstr "购买礼物"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:114
+#: src/components/modals/components/plutonium/VisionarySection.tsx:140
msgid "Buying Visionary will cancel your current {currentAccessLabel} immediately. It is a one-time purchase with lifetime access."
msgstr "购买 Visionary 将立即取消您当前的 {currentAccessLabel}。这是一项一次性购买,享有终身访问权限。"
@@ -3347,7 +3349,7 @@ msgstr "绕过慢速模式"
msgid "Bypass Splash Screen"
msgstr "跳过启动画面"
-#: src/components/channel/channel-view/DMChannelView.tsx:271
+#: src/components/channel/channel-view/DMChannelView.tsx:272
msgid "Call available"
msgstr "通话可用"
@@ -3446,11 +3448,11 @@ msgstr "摄像头设置"
#: src/components/modals/CategoryCreateModal.tsx:79
#: src/components/modals/ChannelCreateModal.tsx:100
#: src/components/modals/ChannelDeleteModal.tsx:72
-#: src/components/modals/ClaimAccountModal.tsx:179
-#: src/components/modals/ClaimAccountModal.tsx:219
-#: src/components/modals/components/MobileSettingsView.tsx:302
+#: src/components/modals/ClaimAccountModal.tsx:181
+#: src/components/modals/ClaimAccountModal.tsx:221
+#: src/components/modals/components/MobileSettingsView.tsx:297
#: src/components/modals/components/plutonium/hooks/useCheckoutActions.tsx:110
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:328
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:371
#: src/components/modals/ConfirmModal.tsx:146
#: src/components/modals/CreateDMModal.tsx:88
#: src/components/modals/CreateFavoriteCategoryModal.tsx:74
@@ -3473,7 +3475,7 @@ msgstr "摄像头设置"
#: src/components/modals/HideOwnCameraConfirmModal.tsx:65
#: src/components/modals/IARModal.tsx:218
#: src/components/modals/ImageCropModal.tsx:981
-#: src/components/modals/InviteModal.tsx:336
+#: src/components/modals/InviteModal.tsx:333
#: src/components/modals/KickMemberModal.tsx:60
#: src/components/modals/MfaTotpDisableModal.tsx:75
#: src/components/modals/MfaTotpEnableModal.tsx:102
@@ -3498,11 +3500,11 @@ msgstr "摄像头设置"
msgid "Cancel"
msgstr "取消"
-#: src/components/channel/dm/DMWelcomeSection.tsx:126
+#: src/components/channel/dm/DMWelcomeSection.tsx:138
#: src/components/channel/friends/FriendListItem.tsx:164
#: src/components/channel/friends/FriendListItem.tsx:166
-#: src/components/modals/UserProfileModal.tsx:1273
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:171
+#: src/components/modals/UserProfileModal.tsx:1274
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:192
msgid "Cancel Friend Request"
msgstr "取消好友请求"
@@ -3522,7 +3524,7 @@ msgstr "取消请求"
msgid "Cancel upload"
msgstr "取消上传"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:118
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:137
msgid "Canceling"
msgstr "正在取消"
@@ -3566,7 +3568,7 @@ msgstr "卡片对齐"
msgid "Card alignment controls"
msgstr "卡片对齐控制"
-#: src/components/modals/components/MobileSettingsView.tsx:123
+#: src/components/modals/components/MobileSettingsView.tsx:118
#: src/components/modals/components/SettingsModalHeader.tsx:76
msgid "Careful! You have unsaved changes."
msgstr "注意!您有未保存的更改。"
@@ -3576,7 +3578,7 @@ msgstr "注意!您有未保存的更改。"
msgid "Category"
msgstr "类别"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1371
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1395
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:239
msgid "Category Default"
msgstr "默认类别"
@@ -3594,7 +3596,7 @@ msgstr "类别已满"
msgid "Category Name"
msgstr "类别名称"
-#: src/components/modals/ChannelSettingsModal.tsx:105
+#: src/components/modals/ChannelSettingsModal.tsx:113
#: src/components/modals/components/DesktopChannelSettingsView.tsx:188
msgid "Category Settings"
msgstr "类别设置"
@@ -3625,7 +3627,7 @@ msgstr "更改背景"
msgid "Change Banner"
msgstr "更改横幅"
-#: src/components/pages/ReportPage.tsx:752
+#: src/components/pages/report/ReportStepVerification.tsx:126
msgid "Change email"
msgstr "更改邮箱"
@@ -3647,8 +3649,8 @@ msgstr "更改 FluxerTag"
msgid "Change FluxerTag form"
msgstr "更改 FluxerTag 表单"
-#: src/components/bottomsheets/DMBottomSheet.tsx:433
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:133
+#: src/components/bottomsheets/DMBottomSheet.tsx:435
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:154
msgid "Change Friend Nickname"
msgstr "更改好友昵称"
@@ -3673,7 +3675,7 @@ msgid "Change My Group Nickname"
msgstr "更改我的群组昵称"
#: src/components/modals/BaseChangeNicknameModal.tsx:82
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:238
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:240
#: src/components/modals/RenameChannelModal.tsx:58
#: src/components/modals/UserProfileActionsSheet.tsx:225
#: src/components/modals/UserProfileActionsSheet.tsx:225
@@ -3760,8 +3762,8 @@ msgstr "已将语音区域更改为 {0}。"
msgid "channel"
msgstr "频道"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:483
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:549
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:497
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:563
#: src/components/invites/InviteListItem.tsx:50
#: src/components/webhooks/WebhookListItem.tsx:240
#: src/constants/AuditLogConstants.tsx:236
@@ -3796,7 +3798,7 @@ msgid "Channel Debug"
msgstr "频道调试"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:188
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:675
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:689
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:329
msgid "Channel deleted"
msgstr "频道已删除"
@@ -3806,11 +3808,11 @@ msgid "Channel Deleted"
msgstr "频道已删除"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:273
-#: src/components/bottomsheets/DMBottomSheet.tsx:366
+#: src/components/bottomsheets/DMBottomSheet.tsx:368
msgid "Channel ID copied"
msgstr "频道ID已复制"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:535
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:549
msgid "Channel ID copied to clipboard"
msgstr "频道ID已复制到剪贴板"
@@ -3878,9 +3880,9 @@ msgstr "频道记录"
msgid "Channel removed from favorites"
msgstr "频道已从收藏中移除"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1092
-#: src/components/layout/ChannelItem.tsx:630
-#: src/components/modals/ChannelSettingsModal.tsx:105
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1116
+#: src/components/layout/ChannelItem.tsx:647
+#: src/components/modals/ChannelSettingsModal.tsx:113
#: src/components/modals/components/DesktopChannelSettingsView.tsx:188
msgid "Channel Settings"
msgstr "频道设置"
@@ -3947,7 +3949,7 @@ msgstr "查看我们的<0>Bluesky (@fluxer.app)0>获取状态更新。"
msgid "Check out my custom theme!"
msgstr "看看我的自定义主题!"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:105
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:109
msgid "Check your connection and try again."
msgstr "检查您的连接并重试。"
@@ -3969,8 +3971,8 @@ msgstr "复选框"
msgid "Checking..."
msgstr "正在检查..."
-#: src/components/pages/ReportPage.tsx:270
-#: src/components/pages/ReportPage.tsx:299
+#: src/components/pages/report/optionDescriptors.ts:51
+#: src/components/pages/report/optionDescriptors.ts:74
#: src/constants/IARConstants.tsx:72
#: src/constants/IARConstants.tsx:175
msgid "Child Safety Concerns"
@@ -3984,6 +3986,10 @@ msgstr "简体中文"
msgid "Chinese (Traditional)"
msgstr "繁体中文"
+#: src/components/pages/report/ReportBreadcrumbs.tsx:46
+msgid "Choose"
+msgstr "选择"
+
#: src/components/pages/OAuthAuthorizePage.tsx:898
msgid "Choose a community"
msgstr "选择一个社区"
@@ -4080,25 +4086,36 @@ msgstr "选择您的个人资料强调色"
#: src/components/channel/barriers/BarrierComponents.tsx:109
#: src/components/channel/barriers/BarrierComponents.tsx:240
-#: src/components/layout/app-layout/nagbars/UnclaimedAccountNagbar.tsx:47
-#: src/components/modals/ClaimAccountModal.tsx:225
-#: src/components/modals/components/UnclaimedAccountAlert.tsx:34
+#: src/components/channel/dm/AddFriendForm.tsx:57
+#: src/components/layout/app-layout/nagbars/UnclaimedAccountNagbar.tsx:45
+#: src/components/modals/ClaimAccountModal.tsx:227
+#: src/components/modals/components/UnclaimedAccountAlert.tsx:32
+#: src/components/modals/GiftAcceptModal.tsx:170
#: src/components/modals/tabs/AccountSecurityTab/SecurityTab.tsx:206
+#: src/components/modals/tabs/BetaCodesTab.tsx:297
+#: src/components/modals/tabs/GiftInventoryTab.tsx:242
msgid "Claim Account"
msgstr "认领账户"
-#: src/components/channel/GiftEmbed.tsx:98
-#: src/components/modals/GiftAcceptModal.tsx:154
+#: src/components/channel/GiftEmbed.tsx:109
+msgid "Claim Account to Redeem"
+msgstr "索取账户以兑换"
+
+#: src/components/channel/GiftEmbed.tsx:109
+#: src/components/modals/GiftAcceptModal.tsx:197
#: src/components/pages/GiftLoginPage.tsx:155
#: src/components/pages/GiftRegisterPage.tsx:42
msgid "Claim Gift"
msgstr "认领礼物"
-#: src/components/modals/ClaimAccountModal.tsx:141
+#: src/components/channel/dm/AddFriendForm.tsx:53
+#: src/components/modals/ClaimAccountModal.tsx:143
+#: src/components/modals/tabs/BetaCodesTab.tsx:293
+#: src/components/modals/tabs/GiftInventoryTab.tsx:238
msgid "Claim your account"
msgstr "认领您的账户"
-#: src/components/modals/ClaimAccountModal.tsx:146
+#: src/components/modals/ClaimAccountModal.tsx:148
msgid "Claim your account by adding an email and password. We will send a verification code to confirm your email before finishing."
msgstr "通过添加邮箱和密码认领您的账户。完成前我们将发送验证码以确认您的邮箱。"
@@ -4106,11 +4123,68 @@ msgstr "通过添加邮箱和密码认领您的账户。完成前我们将发送
msgid "Claim your account to access security features like two-factor authentication and passkeys."
msgstr "认领您的账户以访问双重认证和通行密钥等安全功能。"
+#: src/components/channel/ChannelHeader/CallButtons.tsx:85
+#: src/components/channel/ChannelHeader/CallButtons.tsx:155
+msgid "Claim your account to call"
+msgstr "请验证您的帐户以拨打电话"
+
#: src/components/modals/tabs/MyProfileTab/UsernameSection.tsx:49
msgid "Claim your account to change your FluxerTag"
msgstr "认领您的账户以更改您的FluxerTag"
-#: src/components/modals/GiftAcceptModal.tsx:145
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:146
+msgid "Claim your account to create applications."
+msgstr "索取您的账户以创建应用。"
+
+#: src/components/modals/tabs/BetaCodesTab.tsx:294
+msgid "Claim your account to generate beta codes."
+msgstr "索取您的账户以生成测试版代码。"
+
+#: src/components/layout/ChannelItem.tsx:208
+#: src/components/layout/ChannelItem.tsx:382
+#: src/stores/voice/MediaEngineFacade.ts:537
+msgid "Claim your account to join this voice channel."
+msgstr "请验证您的帐户以加入此语音频道。"
+
+#: src/stores/voice/MediaEngineFacade.ts:170
+msgid "Claim your account to join voice channels you don't own."
+msgstr "请验证您的帐户以加入您不拥有的语音频道。"
+
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:55
+#: src/components/modals/components/plutonium/GiftSection.tsx:61
+#: src/components/modals/components/plutonium/PricingSection.tsx:63
+#: src/components/modals/components/plutonium/VisionarySection.tsx:62
+#: src/components/modals/components/PlutoniumContent.tsx:99
+msgid "Claim your account to purchase Fluxer Plutonium."
+msgstr "索取您的账户以购买Fluxer Plutonium。"
+
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:112
+msgid "Claim your account to purchase or redeem Fluxer Plutonium."
+msgstr "索取您的账户以购买或兑换Fluxer Plutonium。"
+
+#: src/components/modals/tabs/GiftInventoryTab.tsx:239
+msgid "Claim your account to redeem or manage Plutonium gift codes."
+msgstr "索取您的账户以兑换或管理Plutonium礼品码。"
+
+#: src/components/channel/GiftEmbed.tsx:99
+#: src/components/modals/GiftAcceptModal.tsx:154
+msgid "Claim your account to redeem this gift."
+msgstr "索取您的账户以兑换此礼物。"
+
+#: src/components/channel/dm/AddFriendForm.tsx:54
+#: src/components/channel/dm/DMWelcomeSection.tsx:109
+#: src/components/modals/UserProfileModal.tsx:1289
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:65
+msgid "Claim your account to send friend requests."
+msgstr "索取您的账户以发送好友请求。"
+
+#: src/components/channel/ChannelHeader/CallButtons.tsx:54
+#: src/components/channel/ChannelHeader/CallButtons.tsx:124
+#: src/stores/voice/MediaEngineFacade.ts:179
+msgid "Claim your account to start or join 1:1 calls."
+msgstr "请验证您的帐户以开始或加入1对1通话。"
+
+#: src/components/modals/GiftAcceptModal.tsx:188
msgid "Claim your gift to activate your premium subscription!"
msgstr "认领您的礼物以激活您的尊享订阅!"
@@ -4164,8 +4238,8 @@ msgstr "清除权限"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:420
#: src/components/channel/MessageSearchBar/MessageSearchBar.tsx:1424
-#: src/components/channel/shared/PickerSearchInput.tsx:195
-#: src/components/channel/shared/PickerSearchInput.tsx:212
+#: src/components/channel/shared/PickerSearchInput.tsx:194
+#: src/components/channel/shared/PickerSearchInput.tsx:211
#: src/components/modals/components/SettingsSearch.tsx:108
msgid "Clear search"
msgstr "清除搜索"
@@ -4200,11 +4274,11 @@ msgstr "已清除贴纸描述。"
msgid "Cleared the topic."
msgstr "已清除话题。"
-#: src/components/modals/components/MobileSettingsView.tsx:297
+#: src/components/modals/components/MobileSettingsView.tsx:292
msgid "Clearing subscriptions ensures the gateway stops sending messages to this installation."
msgstr "清除订阅可确保网关停止向此安装发送消息。"
-#: src/components/modals/tabs/BetaCodesTab.tsx:366
+#: src/components/modals/tabs/BetaCodesTab.tsx:391
msgid "Click \"Create Code\" to generate your first code."
msgstr "点击“创建代码”生成您的第一个代码。"
@@ -4240,13 +4314,13 @@ msgstr "点击添加备注"
msgid "Click to check and uncheck. Available in square and round styles."
msgstr "点击以勾选和取消勾选。提供方形和圆形样式。"
-#: src/components/channel/GiftEmbed.tsx:90
+#: src/components/channel/GiftEmbed.tsx:100
msgid "Click to claim your gift!"
msgstr "点击领取您的礼物!"
#: src/components/invites/InviteListItem.tsx:184
#: src/components/modals/components/ClientInfo.tsx:76
-#: src/components/modals/tabs/BetaCodesTab.tsx:172
+#: src/components/modals/tabs/BetaCodesTab.tsx:174
msgid "Click to copy"
msgstr "点击复制"
@@ -4328,12 +4402,12 @@ msgid "Close"
msgstr "关闭"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:341
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:600
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:602
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1239
-#: src/components/bottomsheets/DMBottomSheet.tsx:302
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:614
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:616
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1263
#: src/components/bottomsheets/DMBottomSheet.tsx:304
-#: src/components/bottomsheets/DMBottomSheet.tsx:557
+#: src/components/bottomsheets/DMBottomSheet.tsx:306
+#: src/components/bottomsheets/DMBottomSheet.tsx:560
#: src/components/channel/dm/DMList.tsx:292
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:82
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:84
@@ -4358,7 +4432,8 @@ msgstr "煤炭主题"
#: src/components/invites/InviteListItem.tsx:54
#: src/components/modals/MfaTotpDisableModal.tsx:64
#: src/components/modals/MfaTotpEnableModal.tsx:91
-#: src/components/modals/tabs/BetaCodesTab.tsx:51
+#: src/components/modals/tabs/BetaCodesTab.tsx:53
+#: src/components/pages/report/ReportBreadcrumbs.tsx:48
msgid "Code"
msgstr "代码"
@@ -4370,7 +4445,8 @@ msgstr "代码与等宽字体"
msgid "Code Blocks"
msgstr "代码块"
-#: src/components/modals/ClaimAccountModal.tsx:123
+#: src/components/modals/ClaimAccountModal.tsx:125
+#: src/components/pages/ReportPage.tsx:231
msgid "Code resent"
msgstr "验证码已重新发送"
@@ -4379,8 +4455,8 @@ msgid "Code sent"
msgstr "验证码已发送"
#: src/components/invites/InviteListItem.tsx:180
-#: src/components/modals/tabs/BetaCodesTab.tsx:104
-#: src/components/modals/tabs/BetaCodesTab.tsx:168
+#: src/components/modals/tabs/BetaCodesTab.tsx:106
+#: src/components/modals/tabs/BetaCodesTab.tsx:170
msgid "Code:"
msgstr "验证码:"
@@ -4472,7 +4548,7 @@ msgstr "社区已静音"
msgid "Community Debug"
msgstr "社区调试"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1371
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1395
#: src/components/uikit/ContextMenu/items/CategoryMenuItems.tsx:221
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:239
msgid "Community Default"
@@ -4542,8 +4618,8 @@ msgstr "社区通知设置"
msgid "Community organizes raids or harassment campaigns"
msgstr "社区组织突袭或骚扰活动"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:237
-#: src/components/channel/MemberListItem.tsx:102
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:238
+#: src/components/channel/MemberListItem.tsx:109
#: src/components/modals/guildTabs/GuildMembersTab.tsx:145
#: src/components/modals/guildTabs/GuildMembersTab.tsx:197
msgid "Community Owner"
@@ -4567,14 +4643,14 @@ msgstr "社区宣扬或协助非法活动"
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:172
#: src/components/modals/components/DesktopGuildSettingsView.tsx:204
-#: src/components/modals/GuildSettingsModal.tsx:168
+#: src/components/modals/GuildSettingsModal.tsx:173
#: src/components/popouts/GuildHeaderPopout.tsx:187
#: src/components/uikit/ContextMenu/items/GuildMenuItems.tsx:360
msgid "Community Settings"
msgstr "社区设置"
-#: src/components/layout/GuildLayout.tsx:301
-#: src/components/layout/GuildLayout.tsx:348
+#: src/components/layout/GuildLayout.tsx:306
+#: src/components/layout/GuildLayout.tsx:353
msgid "Community temporarily unavailable"
msgstr "社区暂时不可用"
@@ -4782,8 +4858,8 @@ msgstr "已连接到语音"
msgid "Connecting..."
msgstr "正在连接..."
-#: src/components/channel/channel-view/DMChannelView.tsx:273
-#: src/components/channel/channel-view/DMChannelView.tsx:323
+#: src/components/channel/channel-view/DMChannelView.tsx:274
+#: src/components/channel/channel-view/DMChannelView.tsx:324
#: src/components/voice/CompactVoiceCallView.tsx:55
msgid "Connecting…"
msgstr "正在连接…"
@@ -4979,7 +5055,7 @@ msgstr "控制你的活动状态"
#: src/components/modals/shared/CopyLinkSection.tsx:61
#: src/components/modals/tabs/ApplicationsTab/application-detail/ApplicationHeader.tsx:68
-#: src/components/modals/tabs/GiftInventoryTab.tsx:143
+#: src/components/modals/tabs/GiftInventoryTab.tsx:144
msgid "Copied"
msgstr "已复制"
@@ -5001,7 +5077,7 @@ msgstr "已复制!"
#: src/components/modals/BackupCodesModal.tsx:82
#: src/components/modals/shared/CopyLinkSection.tsx:61
#: src/components/modals/tabs/ApplicationsTab/application-detail/OAuthBuilderSection.tsx:142
-#: src/components/modals/tabs/GiftInventoryTab.tsx:143
+#: src/components/modals/tabs/GiftInventoryTab.tsx:144
msgid "Copy"
msgstr "复制"
@@ -5017,7 +5093,7 @@ msgstr "复制音频"
msgid "Copy authorize URL"
msgstr "复制授权URL"
-#: src/components/modals/tabs/BetaCodesTab.tsx:178
+#: src/components/modals/tabs/BetaCodesTab.tsx:180
msgid "Copy beta code"
msgstr "复制测试版代码"
@@ -5028,8 +5104,8 @@ msgstr "复制分类ID"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:320
#: src/components/bottomsheets/ChannelBottomSheet.tsx:347
#: src/components/bottomsheets/ChannelBottomSheet.tsx:433
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1293
-#: src/components/bottomsheets/DMBottomSheet.tsx:577
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1317
+#: src/components/bottomsheets/DMBottomSheet.tsx:580
#: src/components/channel/dm/DMList.tsx:271
#: src/components/channel/dm/DMList.tsx:298
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:362
@@ -5090,7 +5166,7 @@ msgstr "复制图片"
msgid "Copy invite link"
msgstr "复制邀请链接"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1154
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1178
#: src/components/modals/tabs/ComponentGalleryTab/ButtonsTab.tsx:182
#: src/components/modals/tabs/ComponentGalleryTab/index.tsx:100
#: src/components/modals/tabs/ComponentGalleryTab/Inline.tsx:95
@@ -5131,15 +5207,15 @@ msgstr "复制贴纸ID"
msgid "Copy Text"
msgstr "复制文本"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1285
-#: src/components/bottomsheets/DMBottomSheet.tsx:570
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1309
+#: src/components/bottomsheets/DMBottomSheet.tsx:573
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:370
#: src/components/modals/guildTabs/BannedUserActionsSheet.tsx:74
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:358
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:361
#: src/components/modals/tabs/BlockedUsersTab.tsx:107
#: src/components/modals/UserProfileActionsSheet.tsx:213
#: src/components/modals/UserProfileModal.tsx:1130
-#: src/components/popouts/UserAreaPopout.tsx:507
+#: src/components/popouts/UserAreaPopout.tsx:509
#: src/components/profile/ProfileCard/ProfileCardActions.tsx:60
#: src/components/uikit/ContextMenu/items/CopyMenuItems.tsx:42
msgid "Copy User ID"
@@ -5175,7 +5251,7 @@ msgstr "倒计时器"
msgid "Country"
msgstr "国家"
-#: src/components/pages/ReportPage.tsx:928
+#: src/components/pages/report/ReportStepDetails.tsx:205
msgid "Country of Residence"
msgstr "居住国家"
@@ -5207,7 +5283,7 @@ msgid "Create a new community or join an existing one."
msgstr "创建新社区或加入现有社区。"
#. placeholder {0}: recipient.username
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:905
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:937
msgid "Create a new group with {0}"
msgstr "与{0}创建新群组"
@@ -5239,7 +5315,7 @@ msgstr "创建账户"
msgid "Create an account to claim your gift"
msgstr "创建账户以领取您的礼物"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:138
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:142
msgid "Create and manage applications and bots for your account."
msgstr "为您的账户创建和管理应用程序与机器人。"
@@ -5248,7 +5324,8 @@ msgid "Create and share custom emoji and sticker packs with Fluxer Plutonium."
msgstr "使用Fluxer Plutonium创建并分享自定义表情符号和贴纸包。"
#: src/components/modals/tabs/ApplicationsTab/ApplicationCreateModal.tsx:87
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:142
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:149
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:155
msgid "Create Application"
msgstr "创建应用程序"
@@ -5267,7 +5344,7 @@ msgid "Create Category"
msgstr "创建类别"
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:180
-#: src/components/layout/ChannelItem.tsx:607
+#: src/components/layout/ChannelItem.tsx:624
#: src/components/modals/ChannelCreateModal.tsx:58
#: src/components/modals/ChannelCreateModal.tsx:103
#: src/components/popouts/GuildHeaderPopout.tsx:194
@@ -5276,8 +5353,8 @@ msgstr "创建类别"
msgid "Create Channel"
msgstr "创建频道"
-#: src/components/modals/tabs/BetaCodesTab.tsx:326
-#: src/components/modals/tabs/BetaCodesTab.tsx:369
+#: src/components/modals/tabs/BetaCodesTab.tsx:351
+#: src/components/modals/tabs/BetaCodesTab.tsx:394
msgid "Create Code"
msgstr "创建代码"
@@ -5329,7 +5406,7 @@ msgstr "创建新账户"
msgid "Create new group"
msgstr "创建新群组"
-#: src/components/modals/InviteModal.tsx:339
+#: src/components/modals/InviteModal.tsx:336
msgid "Create New Link"
msgstr "创建新链接"
@@ -5373,7 +5450,7 @@ msgid "Create, edit, or delete webhooks."
msgstr "创建、编辑或删除Webhook。"
#: src/components/invites/InviteListItem.tsx:59
-#: src/components/modals/tabs/BetaCodesTab.tsx:57
+#: src/components/modals/tabs/BetaCodesTab.tsx:59
msgid "Created"
msgstr "已创建"
@@ -5390,7 +5467,7 @@ msgstr "创建于 {createdAt}"
#. placeholder {0}: invite.pack.creator.username
#. placeholder {0}: pack.creator.username
#: src/components/auth/InviteHeader.tsx:158
-#: src/components/channel/InviteEmbed.tsx:218
+#: src/components/channel/InviteEmbed.tsx:220
#: src/components/modals/InviteAcceptModal.tsx:152
msgid "Created by {0}"
msgstr "由 {0} 创建"
@@ -5427,8 +5504,8 @@ msgid "Created with name {newLabel}."
msgstr "创建名称为{name}。"
#: src/components/invites/InviteListItem.tsx:207
-#: src/components/modals/tabs/BetaCodesTab.tsx:135
-#: src/components/modals/tabs/BetaCodesTab.tsx:212
+#: src/components/modals/tabs/BetaCodesTab.tsx:137
+#: src/components/modals/tabs/BetaCodesTab.tsx:214
msgid "Created:"
msgstr "已创建:"
@@ -5440,7 +5517,7 @@ msgstr "创意头脑集合"
msgid "Creative Writing Club"
msgstr "创意写作俱乐部"
-#: src/components/pages/ReportPage.tsx:314
+#: src/components/pages/report/optionDescriptors.ts:86
msgid "Croatia"
msgstr "克罗地亚"
@@ -5519,8 +5596,8 @@ msgid "Currently stuck in 1885, appearing offline"
msgstr "当前困在1885年,显示为离线"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:461
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1023
-#: src/components/bottomsheets/DMBottomSheet.tsx:605
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1047
+#: src/components/bottomsheets/DMBottomSheet.tsx:608
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:305
msgid "Currently: {mutedText}"
msgstr "当前:{mutedText}"
@@ -5665,7 +5742,7 @@ msgstr "为单个社区自定义您的头像、横幅、强调色和个人简介
msgid "Cut"
msgstr "剪切"
-#: src/components/pages/ReportPage.tsx:315
+#: src/components/pages/report/optionDescriptors.ts:87
msgid "Cyprus"
msgstr "塞浦路斯"
@@ -5673,7 +5750,7 @@ msgstr "塞浦路斯"
msgid "Czech"
msgstr "捷克语"
-#: src/components/pages/ReportPage.tsx:316
+#: src/components/pages/report/optionDescriptors.ts:88
msgid "Czech Republic"
msgstr "捷克共和国"
@@ -5746,9 +5823,9 @@ msgstr "日期格式"
#: src/components/auth/AuthMinimalRegisterFormCore.tsx:93
#: src/components/auth/AuthRegisterFormCore.tsx:139
-#: src/components/auth/DateOfBirthField.tsx:90
-#: src/components/auth/DateOfBirthField.tsx:124
-#: src/components/auth/DateOfBirthField.tsx:292
+#: src/components/auth/DateOfBirthField.tsx:87
+#: src/components/auth/DateOfBirthField.tsx:121
+#: src/components/auth/DateOfBirthField.tsx:289
#: src/components/auth/MockMinimalRegisterForm.tsx:107
msgid "Date of birth"
msgstr "出生日期"
@@ -5757,8 +5834,7 @@ msgstr "出生日期"
msgid "Date Options"
msgstr "日期选项"
-#: src/components/auth/DateOfBirthField.tsx:88
-#: src/components/auth/DateOfBirthField.tsx:155
+#: src/components/auth/DateOfBirthField.tsx:152
#: src/components/auth/MockMinimalRegisterForm.tsx:73
msgid "Day"
msgstr "天"
@@ -5817,11 +5893,11 @@ msgstr "取消授权"
msgid "Deauthorize Application"
msgstr "取消应用授权"
-#: src/components/modals/components/MobileSettingsView.tsx:369
+#: src/components/modals/components/MobileSettingsView.tsx:364
msgid "Debug"
msgstr "调试"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1267
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1291
#: src/components/uikit/ContextMenu/items/DebugMenuItems.tsx:71
msgid "Debug Channel"
msgstr "调试频道"
@@ -5844,7 +5920,7 @@ msgstr "调试成员"
msgid "Debug Message"
msgstr "调试消息"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1275
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1299
#: src/components/uikit/ContextMenu/items/DebugMenuItems.tsx:53
msgid "Debug User"
msgstr "调试用户"
@@ -5905,8 +5981,8 @@ msgstr "默认为移动设备关闭以节省电量和数据使用。"
#: src/actions/MessageActionCreators.tsx:394
#: src/components/channel/embeds/media/EmbedAudio.tsx:227
#: src/components/channel/embeds/media/MediaContainer.tsx:115
-#: src/components/channel/Messages.tsx:444
-#: src/components/channel/Messages.tsx:524
+#: src/components/channel/Messages.tsx:442
+#: src/components/channel/Messages.tsx:522
#: src/components/channel/MobileMemesPicker.tsx:546
#: src/components/channel/pickers/memes/MemeGridItem.tsx:120
#: src/components/emojis/EmojiListItem.tsx:189
@@ -5923,7 +5999,7 @@ msgstr "默认为移动设备关闭以节省电量和数据使用。"
msgid "Delete"
msgstr "删除"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:666
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:680
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:320
msgid "Delete {channelType}"
msgstr "删除{channelType}"
@@ -5987,8 +6063,8 @@ msgstr "删除类别"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:179
#: src/components/bottomsheets/ChannelBottomSheet.tsx:181
#: src/components/bottomsheets/ChannelBottomSheet.tsx:421
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:668
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1224
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:682
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1248
#: src/components/modals/components/DesktopChannelSettingsView.tsx:176
#: src/components/modals/components/MobileChannelSettingsView.tsx:85
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:322
@@ -6021,8 +6097,8 @@ msgstr "删除媒体"
#: src/components/channel/MessageActionBar.tsx:804
#: src/components/channel/messageActionMenu.tsx:156
#: src/components/channel/messageActionMenu.tsx:193
-#: src/components/channel/Messages.tsx:441
-#: src/components/channel/Messages.tsx:521
+#: src/components/channel/Messages.tsx:439
+#: src/components/channel/Messages.tsx:519
#: src/components/uikit/ContextMenu/items/MessageMenuItems.tsx:273
msgid "Delete Message"
msgstr "删除消息"
@@ -6114,7 +6190,7 @@ msgstr "已拒绝 {0} 并移除了对 {1} 的拒绝。"
msgid "Denied {0}."
msgstr "已拒绝 {0}。"
-#: src/components/pages/ReportPage.tsx:317
+#: src/components/pages/report/optionDescriptors.ts:89
msgid "Denmark"
msgstr "丹麦"
@@ -6143,7 +6219,7 @@ msgstr "描述贴纸"
msgid "Describe what expressions are inside this pack."
msgstr "描述此包内包含的表情。"
-#: src/components/pages/ReportPage.tsx:946
+#: src/components/pages/report/ReportStepDetails.tsx:225
msgid "Describe what makes the content illegal"
msgstr "描述内容为何违法"
@@ -6205,6 +6281,10 @@ msgstr "分离式横幅"
msgid "details"
msgstr "详情"
+#: src/components/pages/report/ReportBreadcrumbs.tsx:49
+msgid "Details"
+msgstr "详细信息"
+
#: src/components/modals/AddGuildModal.tsx:150
msgid "Dev Den"
msgstr "开发者空间"
@@ -6274,7 +6354,7 @@ msgstr "不同尺寸和成员数量"
msgid "Direct message"
msgstr "私信"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:477
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:491
#: src/components/modals/shared/RecipientList.tsx:200
msgid "Direct Message"
msgstr "私信"
@@ -6516,8 +6596,8 @@ msgstr "讨论或宣传非法活动"
#: src/components/layout/app-layout/nagbars/PremiumGracePeriodNagbar.tsx:79
#: src/components/layout/app-layout/nagbars/PremiumOnboardingNagbar.tsx:57
#: src/components/layout/GuildLayout.tsx:106
-#: src/components/modals/GiftAcceptModal.tsx:98
-#: src/components/modals/GiftAcceptModal.tsx:124
+#: src/components/modals/GiftAcceptModal.tsx:105
+#: src/components/modals/GiftAcceptModal.tsx:131
#: src/components/modals/RequiredActionModal.tsx:475
msgid "Dismiss"
msgstr "关闭"
@@ -6562,8 +6642,8 @@ msgstr "分别显示角色成员。"
msgid "Display separator lines between different groups of messages for better visual distinction."
msgstr "在不同消息组之间显示分隔线,以便更好地视觉区分。"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:613
-#: src/components/bottomsheets/DMBottomSheet.tsx:315
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:627
+#: src/components/bottomsheets/DMBottomSheet.tsx:317
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:97
#: src/components/uikit/ContextMenu/UserContextMenu.tsx:168
msgid "DM closed"
@@ -6581,7 +6661,7 @@ msgstr "私信消息预览"
msgid "DM Notifications"
msgstr "私信通知"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1092
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1116
msgid "DM Settings"
msgstr "私信设置"
@@ -6662,6 +6742,7 @@ msgstr "不在频道列表中显示正在输入指示器"
#: src/components/keybinds/KeybindRecorder.tsx:220
#: src/components/modals/GuildNotificationSettingsModal.tsx:347
#: src/components/modals/GuildPrivacySettingsModal.tsx:68
+#: src/components/pages/report/ReportBreadcrumbs.tsx:50
#: src/components/search/HasFilterSheet.tsx:124
#: src/components/search/UserFilterSheet.tsx:149
msgid "Done"
@@ -6843,13 +6924,13 @@ msgstr "编辑附件"
msgid "Edit attachment form"
msgstr "编辑附件表单"
-#: src/components/layout/ChannelItem.tsx:630
+#: src/components/layout/ChannelItem.tsx:647
#: src/components/uikit/ContextMenu/items/CategoryMenuItems.tsx:299
msgid "Edit Category"
msgstr "编辑分类"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:416
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1218
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1242
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:300
msgid "Edit Channel"
msgstr "编辑频道"
@@ -6869,8 +6950,8 @@ msgid "Edit global settings like name, description, and icon."
msgstr "编辑全局设置,如名称、描述和图标。"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:284
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1178
-#: src/components/bottomsheets/DMBottomSheet.tsx:461
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1202
+#: src/components/bottomsheets/DMBottomSheet.tsx:463
#: src/components/channel/dm/DMList.tsx:237
#: src/components/channel/dm/GroupDMWelcomeSection.tsx:74
#: src/components/modals/EditGroupBottomSheet.tsx:177
@@ -6883,7 +6964,7 @@ msgstr "编辑群组"
msgid "Edit group form"
msgstr "编辑群组表单"
-#: src/components/modals/InviteModal.tsx:327
+#: src/components/modals/InviteModal.tsx:324
msgid "Edit invite link"
msgstr "编辑邀请链接"
@@ -6910,10 +6991,10 @@ msgstr "编辑备注"
msgid "Edit overwrites for roles and members in this channel."
msgstr "编辑此频道中角色和成员的覆盖权限。"
-#: src/components/modals/UserProfileMobileSheet.tsx:486
-#: src/components/modals/UserProfileModal.tsx:1205
+#: src/components/modals/UserProfileMobileSheet.tsx:490
+#: src/components/modals/UserProfileModal.tsx:1206
#: src/components/pages/YouPage.tsx:123
-#: src/components/popouts/UserAreaPopout.tsx:519
+#: src/components/popouts/UserAreaPopout.tsx:521
#: src/components/popouts/UserProfilePopout.tsx:299
msgid "Edit Profile"
msgstr "编辑个人资料"
@@ -6966,19 +7047,20 @@ msgstr "正在编辑定时消息"
#: src/components/auth/AuthLoginCore/AuthLoginEmailPasswordForm.tsx:78
#: src/components/auth/AuthRegisterFormCore.tsx:133
#: src/components/auth/AuthRegisterFormCore.tsx:159
-#: src/components/modals/ClaimAccountModal.tsx:157
+#: src/components/modals/ClaimAccountModal.tsx:159
#: src/components/modals/RequiredActionModal.tsx:185
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:210
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:241
#: src/components/modals/utils/settingsSearchIndex.ts:94
#: src/components/pages/ForgotPasswordPage.tsx:97
+#: src/components/pages/report/ReportBreadcrumbs.tsx:47
msgid "Email"
msgstr "电子邮件"
#: src/components/modals/tabs/AccountSecurityTab/AccountTab.tsx:65
#: src/components/modals/tabs/AccountSecurityTab/AccountTab.tsx:91
#: src/components/modals/tabs/ComponentGalleryTab/InputsTab.tsx:107
-#: src/components/pages/ReportPage.tsx:662
+#: src/components/pages/report/ReportStepEmail.tsx:76
msgid "Email Address"
msgstr "电子邮件地址"
@@ -7019,10 +7101,6 @@ msgstr "需要电子邮件验证"
msgid "Email Verification Required"
msgstr "需要验证电子邮件"
-#: src/components/pages/ReportPage.tsx:809
-msgid "Email verified"
-msgstr "邮箱已验证"
-
#: src/components/modals/tabs/DeveloperOptionsTab/AccountPremiumTab.tsx:56
msgid "Email Verified Override"
msgstr "电子邮件已验证覆盖"
@@ -7108,7 +7186,7 @@ msgid "Emoji names must be at least 2 characters long and can only contain alpha
msgstr "表情符号名称长度至少为2个字符,只能包含字母数字字符和下划线。允许的文件类型:JPEG、PNG、WebP、GIF。我们将图像压缩至128x128像素。最大大小:每个表情符号{0} KB。"
#: src/components/auth/InviteHeader.tsx:140
-#: src/components/channel/InviteEmbed.tsx:197
+#: src/components/channel/InviteEmbed.tsx:199
#: src/components/modals/InviteAcceptModal.tsx:142
#: src/components/modals/tabs/ExpressionPacksTab.tsx:70
msgid "Emoji pack"
@@ -7140,7 +7218,7 @@ msgstr "表情符号已更新"
#: src/components/channel/AutocompleteEmoji.tsx:67
#: src/components/channel/textarea/TextareaButtons.tsx:150
-#: src/components/modals/ExpressionPickerSheet.tsx:106
+#: src/components/modals/ExpressionPickerSheet.tsx:93
#: src/components/popouts/ExpressionPickerPopout.tsx:95
msgid "Emojis"
msgstr "表情符号"
@@ -7343,11 +7421,11 @@ msgstr "英语"
msgid "English (US)"
msgstr "英语(美国)"
-#: src/components/pages/ReportPage.tsx:429
+#: src/components/pages/ReportPage.tsx:254
msgid "Enter a code in the format ABCD-1234."
msgstr "请输入格式为 ABCD-1234 的代码。"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:235
+#: src/components/modals/tabs/GiftInventoryTab.tsx:258
msgid "Enter a gift code to redeem Plutonium for your account."
msgstr "输入礼品码,为你的账户兑换Plutonium。"
@@ -7371,7 +7449,7 @@ msgstr "输入代码"
msgid "Enter fullscreen"
msgstr "进入全屏"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:255
+#: src/components/modals/tabs/GiftInventoryTab.tsx:278
msgid "Enter gift code..."
msgstr "输入礼品码..."
@@ -7414,7 +7492,7 @@ msgstr "输入发送到你手机的6位代码。"
msgid "Enter the API endpoint of the Fluxer instance you want to connect to."
msgstr "输入你要连接的Fluxer实例的API端点。"
-#: src/components/pages/ReportPage.tsx:424
+#: src/components/pages/ReportPage.tsx:249
msgid "Enter the code before continuing."
msgstr "输入代码以继续。"
@@ -7430,7 +7508,7 @@ msgstr "输入发送到你当前邮箱的代码。"
msgid "Enter the code we emailed to your new address."
msgstr "输入我们发送到你新地址的邮件中的代码。"
-#: src/components/modals/ClaimAccountModal.tsx:190
+#: src/components/modals/ClaimAccountModal.tsx:192
msgid "Enter the code we sent to your email to verify it. Your password will be set once the code is confirmed."
msgstr "输入我们发送到你邮箱的验证代码。代码确认后,你的密码将被设置。"
@@ -7454,14 +7532,10 @@ msgstr "按回车键<0><1>保存1>0>"
msgid "Enter username"
msgstr "输入用户名"
-#: src/components/pages/ReportPage.tsx:701
-msgid "Enter Verification Code"
+#: src/components/pages/report/ReportStepVerification.tsx:64
+msgid "Enter verification code"
msgstr "输入验证码"
-#: src/components/pages/ReportPage.tsx:638
-msgid "Enter Your Email"
-msgstr "输入你的邮箱"
-
#: src/components/pages/ForgotPasswordPage.tsx:87
msgid "Enter your email address and we'll send you a link to reset your password."
msgstr "输入你的邮箱地址,我们将发送重置密码的链接。"
@@ -7500,7 +7574,7 @@ msgid "Entrance sound uploaded successfully"
msgstr "入场音效上传成功"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:297
-#: src/components/channel/ChannelSearchResults.tsx:691
+#: src/components/channel/ChannelSearchResults.tsx:660
#: src/components/modals/tabs/ComponentGalleryTab/OverlaysTab.tsx:88
msgid "Error"
msgstr "错误"
@@ -7522,7 +7596,7 @@ msgstr "按Esc键退出键盘模式"
msgid "escape to <0><1>cancel1>0>"
msgstr "按Esc键<0><1>取消1>0>"
-#: src/components/pages/ReportPage.tsx:318
+#: src/components/pages/report/optionDescriptors.ts:90
msgid "Estonia"
msgstr "爱沙尼亚"
@@ -7561,7 +7635,7 @@ msgstr "排除链接、嵌入内容或文件"
msgid "exclude user"
msgstr "排除用户"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:95
+#: src/components/modals/components/plutonium/VisionarySection.tsx:104
msgid "Exclusive community"
msgstr "专属社区"
@@ -7593,12 +7667,12 @@ msgstr "展开分类"
msgid "Expiration"
msgstr "过期时间"
-#: src/components/modals/InviteModal.tsx:281
+#: src/components/modals/InviteModal.tsx:278
msgid "Expire after"
msgstr "在...后过期"
#: src/components/accounts/AccountRow.tsx:162
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:114
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:133
#: src/components/modals/GroupInvitesBottomSheet.tsx:104
msgid "Expired"
msgstr "已过期"
@@ -7675,7 +7749,7 @@ msgstr "表情包"
msgid "Expression Packs are a Plutonium feature"
msgstr "表情包是 Plutonium 功能"
-#: src/components/modals/ExpressionPickerSheet.tsx:232
+#: src/components/modals/ExpressionPickerSheet.tsx:219
#: src/components/popouts/ExpressionPickerPopout.tsx:193
msgid "Expression picker categories"
msgstr "表情选择器分类"
@@ -7700,7 +7774,7 @@ msgstr "外部链接可能存在风险,请谨慎访问。"
msgid "Extra Large"
msgstr "特大"
-#: src/components/pages/ReportPage.tsx:297
+#: src/components/pages/report/optionDescriptors.ts:72
#: src/constants/IARConstants.tsx:165
msgid "Extremist Community"
msgstr "极端主义社区"
@@ -7749,7 +7823,7 @@ msgstr "复制邀请链接失败"
msgid "Failed to copy to clipboard"
msgstr "复制到剪贴板失败"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:79
+#: src/components/modals/tabs/GiftInventoryTab.tsx:80
msgid "Failed to copy URL"
msgstr "复制URL失败"
@@ -7794,7 +7868,7 @@ msgid "Failed to delete category"
msgstr "删除类别失败"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:194
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:681
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:695
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:335
msgid "Failed to delete channel"
msgstr "删除频道失败"
@@ -7868,7 +7942,7 @@ msgstr "加载封禁列表失败。请重试。"
msgid "Failed to load emojis"
msgstr "加载表情失败"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:296
+#: src/components/modals/tabs/GiftInventoryTab.tsx:319
msgid "Failed to load gift inventory"
msgstr "加载礼物库存失败"
@@ -7894,8 +7968,8 @@ msgstr "加载贴纸失败"
msgid "Failed to load vanity URL. Please try again."
msgstr "加载自定义URL失败。请重试。"
-#: src/components/modals/components/PlutoniumContent.tsx:146
-#: src/components/modals/components/PlutoniumContent.tsx:272
+#: src/components/modals/components/PlutoniumContent.tsx:157
+#: src/components/modals/components/PlutoniumContent.tsx:289
msgid "Failed to load Visionary information. Please try again later."
msgstr "加载Visionary信息失败。请稍后重试。"
@@ -7916,19 +7990,19 @@ msgstr "加载您的社区失败。"
msgid "Failed to open customer portal. Please try again."
msgstr "打开客户门户失败。请重试。"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:572
-#: src/components/bottomsheets/DMBottomSheet.tsx:153
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:586
+#: src/components/bottomsheets/DMBottomSheet.tsx:155
#: src/components/channel/dm/DMList.tsx:216
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:121
msgid "Failed to pin DM"
msgstr "置顶私信失败"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:572
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:586
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:101
msgid "Failed to pin group"
msgstr "置顶群组失败"
-#: src/components/bottomsheets/DMBottomSheet.tsx:153
+#: src/components/bottomsheets/DMBottomSheet.tsx:155
msgid "Failed to pin group DM"
msgstr "固定群聊私信失败"
@@ -7957,7 +8031,7 @@ msgstr "无法访问实例 ({status})"
msgid "Failed to reactivate subscription. Please try again."
msgstr "重新激活订阅失败。请重试。"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:94
+#: src/components/modals/tabs/GiftInventoryTab.tsx:95
msgid "Failed to redeem gift"
msgstr "兑换礼物失败"
@@ -7998,6 +8072,10 @@ msgstr "从群组中移除失败"
msgid "Failed to remove timeout. Please try again."
msgstr "移除超时失败。请重试。"
+#: src/components/pages/ReportPage.tsx:236
+msgid "Failed to resend code. Please try again."
+msgstr "重新发送代码失败。请再试一次。"
+
#: src/components/modals/guildTabs/GuildRolesTab.tsx:674
msgid "Failed to reset hoist order"
msgstr "重置提升顺序失败"
@@ -8018,7 +8096,7 @@ msgstr "旋转失败。请重试。"
msgid "Failed to send friend request. Please try again."
msgstr "发送好友请求失败。请重试。"
-#: src/components/bottomsheets/DMBottomSheet.tsx:262
+#: src/components/bottomsheets/DMBottomSheet.tsx:264
#: src/components/modals/InviteModal.tsx:176
#: src/components/uikit/ContextMenu/items/InviteMenuItems.tsx:111
msgid "Failed to send invite"
@@ -8037,7 +8115,7 @@ msgstr "发送短信验证码失败。请重试。"
msgid "Failed to send theme"
msgstr "发送主题失败"
-#: src/components/pages/ReportPage.tsx:412
+#: src/components/pages/ReportPage.tsx:234
msgid "Failed to send verification code. Please try again."
msgstr "发送验证码失败。请重试。"
@@ -8084,19 +8162,19 @@ msgstr "转移所有权失败。请重试。"
msgid "Failed to unblock user. Please try again."
msgstr "取消屏蔽用户失败。请重试。"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:589
-#: src/components/bottomsheets/DMBottomSheet.tsx:170
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:603
+#: src/components/bottomsheets/DMBottomSheet.tsx:172
#: src/components/channel/dm/DMList.tsx:226
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:138
msgid "Failed to unpin DM"
msgstr "取消置顶私信失败"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:589
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:603
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:118
msgid "Failed to unpin group"
msgstr "取消置顶群组失败"
-#: src/components/bottomsheets/DMBottomSheet.tsx:170
+#: src/components/bottomsheets/DMBottomSheet.tsx:172
msgid "Failed to unpin group DM"
msgstr "无法取消固定群组私信"
@@ -8298,7 +8376,7 @@ msgstr "找到完美的贴纸"
msgid "Fine-tune core colors and fonts for this app. Changes here are stored as custom CSS overrides and sync with the editor below."
msgstr "微调此应用的核心颜色和字体。此处的更改将存储为自定义CSS覆盖,并与下方的编辑器同步。"
-#: src/components/pages/ReportPage.tsx:319
+#: src/components/pages/report/optionDescriptors.ts:91
msgid "Finland"
msgstr "芬兰"
@@ -8306,7 +8384,7 @@ msgstr "芬兰"
msgid "Finnish"
msgstr "芬兰语"
-#: src/components/pages/ReportPage.tsx:923
+#: src/components/pages/report/ReportStepDetails.tsx:199
msgid "First and last name"
msgstr "姓名"
@@ -8419,7 +8497,7 @@ msgstr "Fluxer需要权限来监控键盘和鼠标输入,以便<0>按住说话
msgid "Fluxer Partner"
msgstr "Fluxer合作伙伴"
-#: src/components/modals/components/PlutoniumContent.tsx:182
+#: src/components/modals/components/PlutoniumContent.tsx:193
#: src/components/modals/PremiumModal.tsx:34
#: src/components/modals/utils/settingsConstants.tsx:147
#: src/components/popouts/UserProfileBadges.tsx:99
@@ -8483,7 +8561,7 @@ msgstr "美食与饮品"
msgid "Foodie Friends"
msgstr "吃货朋友"
-#: src/components/bottomsheets/DMBottomSheet.tsx:660
+#: src/components/bottomsheets/DMBottomSheet.tsx:663
msgid "For 1 hour"
msgstr "1小时"
@@ -8497,7 +8575,7 @@ msgstr "1小时"
msgid "For 1 Hour"
msgstr "1小时"
-#: src/components/bottomsheets/DMBottomSheet.tsx:659
+#: src/components/bottomsheets/DMBottomSheet.tsx:662
#: src/components/popouts/UserAreaPopout.tsx:77
msgid "For 15 minutes"
msgstr "15分钟"
@@ -8511,7 +8589,7 @@ msgstr "15分钟"
msgid "For 15 Minutes"
msgstr "15分钟"
-#: src/components/bottomsheets/DMBottomSheet.tsx:663
+#: src/components/bottomsheets/DMBottomSheet.tsx:666
msgid "For 24 hours"
msgstr "24小时"
@@ -8529,7 +8607,7 @@ msgstr "24小时"
msgid "For 3 days"
msgstr "3天"
-#: src/components/bottomsheets/DMBottomSheet.tsx:661
+#: src/components/bottomsheets/DMBottomSheet.tsx:664
msgid "For 3 hours"
msgstr "3小时"
@@ -8542,7 +8620,7 @@ msgstr "3小时"
msgid "For 3 Hours"
msgstr "3小时"
-#: src/components/bottomsheets/DMBottomSheet.tsx:662
+#: src/components/bottomsheets/DMBottomSheet.tsx:665
msgid "For 8 hours"
msgstr "8小时"
@@ -8560,7 +8638,7 @@ msgstr "8小时"
msgid "For British eyes only..."
msgstr "仅供英国人查看..."
-#: src/components/modals/components/plutonium/PricingSection.tsx:62
+#: src/components/modals/components/plutonium/PricingSection.tsx:68
msgid "For Me"
msgstr "为我"
@@ -8664,15 +8742,15 @@ msgstr "强制在所有频道启用慢速模式"
msgid "Forever"
msgstr "永久"
-#: src/components/modals/components/MobileSettingsView.tsx:300
+#: src/components/modals/components/MobileSettingsView.tsx:295
msgid "Forget"
msgstr "忘记"
-#: src/components/modals/components/MobileSettingsView.tsx:327
+#: src/components/modals/components/MobileSettingsView.tsx:322
msgid "Forget Push Subscriptions"
msgstr "忘记推送订阅"
-#: src/components/modals/components/MobileSettingsView.tsx:294
+#: src/components/modals/components/MobileSettingsView.tsx:289
msgid "Forget push subscriptions?"
msgstr "忘记推送订阅?"
@@ -8729,7 +8807,7 @@ msgstr "帧率"
msgid "Frame rates above 30 fps require Plutonium"
msgstr "帧率高于30 fps需要Plutonium"
-#: src/components/pages/ReportPage.tsx:320
+#: src/components/pages/report/optionDescriptors.ts:92
msgid "France"
msgstr "法国"
@@ -8745,8 +8823,8 @@ msgstr "免费用户(无购买记录)"
msgid "Free User (With Purchase History)"
msgstr "免费用户(有购买记录)"
-#: src/components/modals/components/PlutoniumContent.tsx:163
-#: src/components/modals/components/PlutoniumContent.tsx:289
+#: src/components/modals/components/PlutoniumContent.tsx:174
+#: src/components/modals/components/PlutoniumContent.tsx:308
msgid "Free vs Plutonium"
msgstr "免费版 vs Plutonium"
@@ -8773,12 +8851,13 @@ msgstr "好友请求"
msgid "Friend request sent"
msgstr "好友请求已发送"
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:68
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:250
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:75
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:89
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:271
msgid "Friend Request Sent"
msgstr "好友请求已发送"
-#: src/components/channel/dm/AddFriendForm.tsx:144
+#: src/components/channel/dm/AddFriendForm.tsx:167
msgid "Friend request sent!"
msgstr "好友请求已发送!"
@@ -8787,7 +8866,7 @@ msgstr "好友请求已发送!"
msgid "Friend Requests"
msgstr "好友请求"
-#: src/components/channel/dm/AddFriendForm.tsx:137
+#: src/components/channel/dm/AddFriendForm.tsx:160
msgid "Friend's FluxerTag"
msgstr "好友的FluxerTag"
@@ -8828,9 +8907,10 @@ msgstr "来自{0}"
#. placeholder {0}: creator.username
#. placeholder {1}: creator.discriminator
-#: src/components/channel/GiftEmbed.tsx:87
-#: src/components/modals/GiftAcceptModal.tsx:116
-#: src/components/modals/GiftAcceptModal.tsx:143
+#: src/components/channel/GiftEmbed.tsx:93
+#: src/components/modals/GiftAcceptModal.tsx:123
+#: src/components/modals/GiftAcceptModal.tsx:151
+#: src/components/modals/GiftAcceptModal.tsx:186
msgid "From {0}#{1}"
msgstr "来自{0}#{1}"
@@ -8850,7 +8930,7 @@ msgstr "来自用户"
msgid "from:"
msgstr "来自:"
-#: src/components/pages/ReportPage.tsx:919
+#: src/components/pages/report/ReportStepDetails.tsx:195
msgid "Full Legal Name"
msgstr "法定全名"
@@ -8892,7 +8972,7 @@ msgstr "生成邀请"
msgid "Generate invite link"
msgstr "生成邀请链接"
-#: src/components/modals/tabs/BetaCodesTab.tsx:315
+#: src/components/modals/tabs/BetaCodesTab.tsx:340
msgid "Generate up to {MAX_UNCLAIMED_BETA_CODES} unclaimed beta codes to invite friends to Fluxer. You can create 3 codes per week."
msgstr "最多生成 {MAX_UNCLAIMED_BETA_CODES} 个未领取的测试码,用于邀请好友加入 Fluxer。您每周可创建 3 个测试码。"
@@ -8909,7 +8989,7 @@ msgstr "地区限制"
msgid "German"
msgstr "德语"
-#: src/components/pages/ReportPage.tsx:321
+#: src/components/pages/report/optionDescriptors.ts:93
msgid "Germany"
msgstr "德国"
@@ -8991,13 +9071,13 @@ msgstr "GIF 预览"
#: src/components/channel/pickers/gif/GifPickerHeader.tsx:40
#: src/components/channel/pickers/memes/MemesPickerHeader.tsx:57
#: src/components/channel/textarea/TextareaButtons.tsx:110
-#: src/components/modals/ExpressionPickerSheet.tsx:68
+#: src/components/modals/ExpressionPickerSheet.tsx:55
#: src/components/popouts/ExpressionPickerPopout.tsx:69
msgid "GIFs"
msgstr "GIFs"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:122
-#: src/components/modals/GiftAcceptModal.tsx:163
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:141
+#: src/components/modals/GiftAcceptModal.tsx:206
msgid "Gift"
msgstr "礼物"
@@ -9030,19 +9110,20 @@ msgstr "礼物已被兑换"
msgid "Gift Already Redeemed"
msgstr "礼物已被兑换"
-#: src/components/channel/GiftEmbed.tsx:94
+#: src/components/channel/GiftEmbed.tsx:105
+#: src/components/channel/GiftEmbed.tsx:109
msgid "Gift Claimed"
msgstr "礼物已领取"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:246
+#: src/components/modals/tabs/GiftInventoryTab.tsx:269
msgid "Gift code cannot be empty"
msgstr "礼物代码不能为空"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:243
+#: src/components/modals/tabs/GiftInventoryTab.tsx:266
msgid "Gift code is required"
msgstr "需要礼物代码"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:250
+#: src/components/modals/tabs/GiftInventoryTab.tsx:273
msgid "Gift code is too long"
msgstr "礼物代码过长"
@@ -9070,7 +9151,7 @@ msgstr "未找到礼物"
#: src/components/channel/textarea/TextareaButtons.tsx:101
#: src/components/channel/textarea/TextareaButtons.tsx:177
-#: src/components/modals/components/plutonium/GiftSection.tsx:61
+#: src/components/modals/components/plutonium/GiftSection.tsx:67
msgid "Gift Plutonium"
msgstr "赠送 Plutonium"
@@ -9078,23 +9159,23 @@ msgstr "赠送 Plutonium"
msgid "Gift redeemed successfully!"
msgstr "礼物兑换成功!"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:89
+#: src/components/modals/tabs/GiftInventoryTab.tsx:90
msgid "Gift redeemed successfully! Enjoy your Plutonium!"
msgstr "礼物兑换成功!尽情享受您的 Plutonium!"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:53
+#: src/components/modals/components/plutonium/VisionarySection.tsx:58
msgid "gift time"
msgstr "赠礼时间"
-#: src/components/channel/GiftEmbed.tsx:151
+#: src/components/channel/GiftEmbed.tsx:162
msgid "Gift Unavailable"
msgstr "礼物不可用"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:132
+#: src/components/modals/tabs/GiftInventoryTab.tsx:133
msgid "Gift URL"
msgstr "礼物链接"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:75
+#: src/components/modals/tabs/GiftInventoryTab.tsx:76
msgid "Gift URL copied to clipboard!"
msgstr "礼物链接已复制到剪贴板!"
@@ -9126,7 +9207,7 @@ msgstr "全局快捷键在桌面应用中可用"
msgid "Glorification of violence or disturbing imagery"
msgstr "美化暴力或令人不安的图像"
-#: src/components/modals/components/MobileSettingsView.tsx:145
+#: src/components/modals/components/MobileSettingsView.tsx:140
#: src/components/modals/shared/MobileSettingsComponents.tsx:43
msgid "Go back"
msgstr "返回"
@@ -9143,7 +9224,7 @@ msgstr "返回之前聚焦的文本频道"
msgid "Go forward in navigation history"
msgstr "在导航历史中前进"
-#: src/components/channel/InviteEmbed.tsx:259
+#: src/components/channel/InviteEmbed.tsx:261
#: src/components/modals/InviteAcceptModal.tsx:100
msgid "Go to Community"
msgstr "前往社区"
@@ -9166,15 +9247,15 @@ msgstr "前往登录"
msgid "Go to message"
msgstr "前往消息"
-#: src/components/channel/ChannelSearchResults.tsx:841
+#: src/components/channel/ChannelSearchResults.tsx:809
msgid "Go to page"
msgstr "前往页面"
-#: src/components/channel/ChannelSearchResults.tsx:808
+#: src/components/channel/ChannelSearchResults.tsx:776
msgid "Go to page {page}"
msgstr "前往第{page}页"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:315
+#: src/components/modals/tabs/GiftInventoryTab.tsx:338
msgid "Go to Plutonium"
msgstr "前往 Plutonium"
@@ -9195,7 +9276,7 @@ msgstr "明白了"
msgid "Gotcha"
msgstr "懂了"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:116
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:135
msgid "Grace Period"
msgstr "宽限期"
@@ -9203,7 +9284,7 @@ msgstr "宽限期"
msgid "Grace Period (Still Have Access)"
msgstr "宽限期(仍可访问)"
-#: src/components/modals/InviteModal.tsx:301
+#: src/components/modals/InviteModal.tsx:298
msgid "Grant temporary membership"
msgstr "授予临时成员资格"
@@ -9234,7 +9315,7 @@ msgstr "大功告成!"
msgid "Great success! You can now close this tab and return to the app."
msgstr "大功告成!您现在可以关闭此标签页并返回应用。"
-#: src/components/pages/ReportPage.tsx:322
+#: src/components/pages/report/optionDescriptors.ts:94
msgid "Greece"
msgstr "希腊"
@@ -9263,7 +9344,7 @@ msgstr "群聊添加权限"
msgid "Group Chat Permissions"
msgstr "群聊权限"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:481
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:495
msgid "Group Direct Message"
msgstr "群组私信"
@@ -9272,7 +9353,7 @@ msgid "Group DM"
msgstr "群组私信"
#. placeholder {0}: channel.recipientIds.length + 1
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:772
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:804
msgid "Group DM · {0} members"
msgstr "群组私信 · {0}名成员"
@@ -9317,12 +9398,12 @@ msgstr "群组名称不得超过100个字符"
msgid "Group Online Status"
msgstr "群组在线状态"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:962
-#: src/components/channel/MemberListItem.tsx:102
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:984
+#: src/components/channel/MemberListItem.tsx:109
msgid "Group Owner"
msgstr "群主"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1092
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1116
msgid "Group Settings"
msgstr "群组设置"
@@ -9335,11 +9416,11 @@ msgstr "群组输入状态"
msgid "Group updated"
msgstr "群组已更新"
-#: src/components/pages/ReportPage.tsx:893
+#: src/components/pages/report/ReportStepDetails.tsx:167
msgid "Guild (Community) ID"
msgstr "服务器(社区)ID"
-#: src/components/pages/ReportPage.tsx:902
+#: src/components/pages/report/ReportStepDetails.tsx:177
msgid "Guild ID is required."
msgstr "需要公会ID。"
@@ -9355,13 +9436,13 @@ msgstr "服务器记录"
msgid "Hang on while we check for scheduled messages."
msgstr "请稍等,我们正在检查定时消息。"
-#: src/components/pages/ReportPage.tsx:295
+#: src/components/pages/report/optionDescriptors.ts:70
#: src/constants/IARConstants.tsx:155
msgid "Harassment"
msgstr "骚扰"
-#: src/components/pages/ReportPage.tsx:262
-#: src/components/pages/ReportPage.tsx:281
+#: src/components/pages/report/optionDescriptors.ts:43
+#: src/components/pages/report/optionDescriptors.ts:59
#: src/constants/IARConstants.tsx:32
#: src/constants/IARConstants.tsx:109
msgid "Harassment or Bullying"
@@ -9383,9 +9464,9 @@ msgstr "曾购买覆盖"
msgid "has:"
msgstr "有:"
-#: src/components/pages/ReportPage.tsx:263
-#: src/components/pages/ReportPage.tsx:282
-#: src/components/pages/ReportPage.tsx:296
+#: src/components/pages/report/optionDescriptors.ts:44
+#: src/components/pages/report/optionDescriptors.ts:60
+#: src/components/pages/report/optionDescriptors.ts:71
#: src/constants/IARConstants.tsx:37
#: src/constants/IARConstants.tsx:114
#: src/constants/IARConstants.tsx:160
@@ -9430,7 +9511,7 @@ msgid "Help Center"
msgstr "帮助中心"
#. placeholder {0}: user.displayName
-#: src/components/layout/app-layout/nagbars/UnclaimedAccountNagbar.tsx:44
+#: src/components/layout/app-layout/nagbars/UnclaimedAccountNagbar.tsx:42
msgid "Hey {0}, claim your account to prevent losing access."
msgstr "嘿 {0},认领你的账户以防失去访问权限。"
@@ -9654,7 +9735,7 @@ msgstr "https://example.com/callback"
msgid "Hungarian"
msgstr "匈牙利语"
-#: src/components/pages/ReportPage.tsx:323
+#: src/components/pages/report/optionDescriptors.ts:95
msgid "Hungary"
msgstr "匈牙利"
@@ -9728,8 +9809,8 @@ msgstr "如果您已收到测试码,可在下方输入以立即获得访问权
msgid "If you want to export your data or delete your messages first, please visit the Privacy Dashboard section in User Settings before proceeding."
msgstr "如果您想先导出数据或删除消息,请在继续前访问用户设置中的隐私仪表板。"
-#: src/components/channel/channel-view/DMChannelView.tsx:301
-#: src/components/channel/dm/DMWelcomeSection.tsx:119
+#: src/components/channel/channel-view/DMChannelView.tsx:302
+#: src/components/channel/dm/DMWelcomeSection.tsx:131
#: src/components/channel/friends/FriendListItem.tsx:145
#: src/components/channel/friends/FriendListItem.tsx:244
#: src/components/channel/friends/MobileFriendRequestItem.tsx:69
@@ -9740,7 +9821,7 @@ msgstr "忽略"
#: src/components/channel/friends/FriendListItem.tsx:143
#: src/components/channel/friends/MobileFriendRequestItem.tsx:67
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:152
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:173
msgid "Ignore Friend Request"
msgstr "忽略好友请求"
@@ -9749,8 +9830,8 @@ msgstr "忽略好友请求"
msgid "Ignore per-channel message rate limits."
msgstr "忽略各频道的消息速率限制。"
-#: src/components/pages/ReportPage.tsx:267
-#: src/components/pages/ReportPage.tsx:298
+#: src/components/pages/report/optionDescriptors.ts:48
+#: src/components/pages/report/optionDescriptors.ts:73
#: src/constants/IARConstants.tsx:57
#: src/constants/IARConstants.tsx:170
msgid "Illegal Activity"
@@ -9762,7 +9843,7 @@ msgid "image"
msgstr "图片"
#: src/components/channel/embeds/media/EmbedGifv.tsx:237
-#: src/components/channel/embeds/media/EmbedImage.tsx:369
+#: src/components/channel/embeds/media/EmbedImage.tsx:374
#: src/components/modals/MediaViewerModal.tsx:362
#: src/components/search/HasFilterSheet.tsx:50
#: src/utils/FavoriteMemeUtils.ts:71
@@ -9783,8 +9864,8 @@ msgstr "图片预览"
msgid "Images"
msgstr "图片"
-#: src/components/pages/ReportPage.tsx:272
-#: src/components/pages/ReportPage.tsx:284
+#: src/components/pages/report/optionDescriptors.ts:53
+#: src/components/pages/report/optionDescriptors.ts:62
#: src/constants/IARConstants.tsx:82
#: src/constants/IARConstants.tsx:124
msgid "Impersonation"
@@ -9839,7 +9920,7 @@ msgstr "在{absWeeks}周后"
msgid "in {absYears} years"
msgstr "在{absYears}年后"
-#: src/components/channel/channel-view/DMChannelView.tsx:275
+#: src/components/channel/channel-view/DMChannelView.tsx:276
msgid "In call"
msgstr "通话中"
@@ -9880,7 +9961,7 @@ msgstr "在浏览器中,按住发言功能仅在Fluxer标签页处于焦点时
msgid "in:"
msgstr "在:"
-#: src/components/pages/ReportPage.tsx:286
+#: src/components/pages/report/optionDescriptors.ts:64
#: src/constants/IARConstants.tsx:134
msgid "Inappropriate Profile"
msgstr "不当个人资料"
@@ -9909,7 +9990,7 @@ msgstr "包含所有社区提及"
msgid "Include audio from your screen in the share"
msgstr "在屏幕分享中包含音频"
-#: src/components/channel/channel-view/DMChannelView.tsx:269
+#: src/components/channel/channel-view/DMChannelView.tsx:270
#: src/components/voice/IncomingCallUI.tsx:263
#: src/components/voice/IncomingCallUI.tsx:286
#: src/components/voice/IncomingCallUI.tsx:324
@@ -9946,11 +10027,11 @@ msgid "Increase app zoom level"
msgstr "增加应用缩放级别"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:284
-#: src/components/channel/ChannelSearchResults.tsx:679
+#: src/components/channel/ChannelSearchResults.tsx:648
msgid "Indexing Channel"
msgstr "正在索引频道"
-#: src/components/channel/ChannelSearchResults.tsx:317
+#: src/components/channel/ChannelSearchResults.tsx:274
msgid "Indexing..."
msgstr "正在索引..."
@@ -10032,12 +10113,12 @@ msgstr "带图标的输入项"
msgid "Insert emoji"
msgstr "插入表情符号"
-#: src/components/channel/InviteEmbed.tsx:198
+#: src/components/channel/InviteEmbed.tsx:200
#: src/components/modals/InviteAcceptModal.tsx:143
msgid "Install Emoji Pack"
msgstr "安装表情符号包"
-#: src/components/channel/InviteEmbed.tsx:198
+#: src/components/channel/InviteEmbed.tsx:200
#: src/components/modals/InviteAcceptModal.tsx:143
msgid "Install Sticker Pack"
msgstr "安装贴纸包"
@@ -10104,7 +10185,7 @@ msgstr "无效的礼品码"
msgid "Invalid instance response: missing webapp URL."
msgstr "无效的实例响应:缺少Web应用程序URL。"
-#: src/components/modals/ClaimAccountModal.tsx:108
+#: src/components/modals/ClaimAccountModal.tsx:110
#: src/components/modals/EmailChangeModal.tsx:108
#: src/components/modals/EmailChangeModal.tsx:169
msgid "Invalid or expired code"
@@ -10134,7 +10215,7 @@ msgstr "反转按钮已点击!"
msgid "Invisible"
msgstr "隐身"
-#: src/components/modals/InviteModal.tsx:257
+#: src/components/modals/InviteModal.tsx:267
#: src/components/modals/tabs/ExpressionPacksTab.tsx:83
#: src/constants/AuditLogConstants.tsx:239
msgid "Invite"
@@ -10144,7 +10225,7 @@ msgstr "邀请"
msgid "Invite Background"
msgstr "邀请背景"
-#: src/components/pages/ReportPage.tsx:908
+#: src/components/pages/report/ReportStepDetails.tsx:183
msgid "Invite Code (optional)"
msgstr "邀请码(可选)"
@@ -10170,7 +10251,7 @@ msgstr "邀请好友"
msgid "Invite friends to {0}"
msgstr "邀请好友加入{0}"
-#: src/components/modals/InviteModal.tsx:317
+#: src/components/modals/InviteModal.tsx:314
msgid "Invite link"
msgstr "邀请链接"
@@ -10190,7 +10271,7 @@ msgid "Invite Links"
msgstr "邀请链接"
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:164
-#: src/components/layout/ChannelItem.tsx:599
+#: src/components/layout/ChannelItem.tsx:616
#: src/components/popouts/GuildHeaderPopout.tsx:178
msgid "Invite Members"
msgstr "邀请成员"
@@ -10218,7 +10299,7 @@ msgid "Invite Page Preview"
msgstr "邀请页面预览"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:381
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1144
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1168
#: src/components/layout/FavoritesChannelListContent.tsx:305
#: src/components/uikit/ContextMenu/ChannelListContextMenu.tsx:96
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:97
@@ -10236,7 +10317,7 @@ msgstr "邀请已撤销"
msgid "Invite sent for {0}"
msgstr "已发送{0}的邀请"
-#: src/components/bottomsheets/DMBottomSheet.tsx:256
+#: src/components/bottomsheets/DMBottomSheet.tsx:258
msgid "Invite sent to {guildName}"
msgstr "已向{name}发送邀请"
@@ -10249,7 +10330,7 @@ msgid "Invite splash preview"
msgstr "邀请闪屏预览"
#. placeholder {0}: guild.name
-#: src/components/bottomsheets/DMBottomSheet.tsx:499
+#: src/components/bottomsheets/DMBottomSheet.tsx:501
msgid "Invite to {0}"
msgstr "邀请加入{0}"
@@ -10257,7 +10338,7 @@ msgstr "邀请加入{0}"
msgid "Invite to Community"
msgstr "邀请加入社区"
-#: src/components/channel/InviteEmbed.tsx:362
+#: src/components/channel/InviteEmbed.tsx:364
msgid "Invite Unavailable"
msgstr "邀请不可用"
@@ -10277,7 +10358,7 @@ msgid "Invited by {0}#{1}"
msgstr "由{0}#{1}邀请"
#: src/components/auth/InviteHeader.tsx:159
-#: src/components/channel/InviteEmbed.tsx:222
+#: src/components/channel/InviteEmbed.tsx:224
msgid "Invited by {inviterTag}"
msgstr "由{inviterTag}邀请"
@@ -10290,8 +10371,8 @@ msgid "Inviter:"
msgstr "邀请者:"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:303
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1199
-#: src/components/bottomsheets/DMBottomSheet.tsx:468
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1223
+#: src/components/bottomsheets/DMBottomSheet.tsx:470
#: src/components/channel/dm/DMList.tsx:257
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:145
msgid "Invites"
@@ -10301,11 +10382,11 @@ msgstr "邀请"
msgid "Invites are currently disabled for this community."
msgstr "该社区目前禁用了邀请功能。"
-#: src/components/modals/InviteModal.tsx:270
+#: src/components/modals/InviteModal.tsx:237
msgid "Invites are currently disabled in this community by an admin. While this invite can be created, it cannot be accepted until invites are re-enabled."
msgstr "管理员已在该社区禁用邀请功能。虽然可以创建此邀请,但在重新启用邀请功能前无法接受。"
-#: src/components/layout/guild-list/GuildListItem.tsx:233
+#: src/components/layout/guild-list/GuildListItem.tsx:234
msgid "Invites are currently paused in this community"
msgstr "该社区目前已暂停邀请功能"
@@ -10317,7 +10398,7 @@ msgstr "预览社区的邀请功能已锁定。通过设置邮箱和密码来认
msgid "Invites disabled"
msgstr "邀请已禁用"
-#: src/components/channel/InviteEmbed.tsx:257
+#: src/components/channel/InviteEmbed.tsx:259
#: src/components/modals/InviteAcceptModal.tsx:98
msgid "Invites Disabled"
msgstr "邀请已禁用"
@@ -10343,7 +10424,7 @@ msgstr "向<0>{0}0>的邀请当前已禁用"
msgid "IP address authorized"
msgstr "IP地址已授权"
-#: src/components/pages/ReportPage.tsx:324
+#: src/components/pages/report/optionDescriptors.ts:96
msgid "Ireland"
msgstr "爱尔兰"
@@ -10359,7 +10440,7 @@ msgstr "这里是一场狂欢的打字派对"
msgid "Italian"
msgstr "意大利语"
-#: src/components/pages/ReportPage.tsx:325
+#: src/components/pages/report/optionDescriptors.ts:97
msgid "Italy"
msgstr "意大利"
@@ -10381,16 +10462,16 @@ msgstr "加入社区"
msgid "Join a community with stickers to get started!"
msgstr "加入一个有贴纸的社区来开始吧!"
-#: src/components/channel/channel-view/DMChannelView.tsx:315
+#: src/components/channel/channel-view/DMChannelView.tsx:316
msgid "Join call"
msgstr "加入通话"
-#: src/components/channel/InviteEmbed.tsx:261
-#: src/components/channel/InviteEmbed.tsx:451
+#: src/components/channel/InviteEmbed.tsx:263
+#: src/components/channel/InviteEmbed.tsx:453
#: src/components/layout/guild-list/AddGuildButton.tsx:71
#: src/components/modals/AddGuildModal.tsx:129
#: src/components/modals/AddGuildModal.tsx:410
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:304
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:342
#: src/components/modals/InviteAcceptModal.tsx:102
#: src/components/modals/InviteAcceptModalPreview.tsx:114
msgid "Join Community"
@@ -10400,7 +10481,7 @@ msgstr "加入社区"
msgid "Join community form"
msgstr "加入社区表单"
-#: src/components/channel/InviteEmbed.tsx:187
+#: src/components/channel/InviteEmbed.tsx:189
msgid "Join Group"
msgstr "加入群组"
@@ -10416,19 +10497,19 @@ msgstr "加入通知"
msgid "Join Operators Community"
msgstr "加入运营者社区"
-#: src/components/channel/CallMessage.tsx:171
+#: src/components/channel/CallMessage.tsx:165
msgid "Join the call"
msgstr "加入通话"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:122
+#: src/components/channel/ChannelHeader/CallButtons.tsx:159
msgid "Join Video Call"
msgstr "加入视频通话"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:118
+#: src/components/channel/ChannelHeader/CallButtons.tsx:150
msgid "Join Video Call ({participantCount} participant)"
msgstr "加入视频通话 ({participantCount} 位参与者)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:119
+#: src/components/channel/ChannelHeader/CallButtons.tsx:151
msgid "Join Video Call ({participantCount} participants)"
msgstr "加入视频通话 ({participantCount} 位参与者)"
@@ -10436,15 +10517,15 @@ msgstr "加入视频通话 ({participantCount} 位参与者)"
msgid "Join Visionary Community"
msgstr "加入愿景社区"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:70
+#: src/components/channel/ChannelHeader/CallButtons.tsx:89
msgid "Join Voice Call"
msgstr "加入语音通话"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:66
+#: src/components/channel/ChannelHeader/CallButtons.tsx:80
msgid "Join Voice Call ({participantCount} participant)"
msgstr "加入语音通话 ({participantCount} 位参与者)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:67
+#: src/components/channel/ChannelHeader/CallButtons.tsx:81
msgid "Join Voice Call ({participantCount} participants)"
msgstr "加入语音通话 ({participantCount} 位参与者)"
@@ -10495,7 +10576,7 @@ msgstr "JPEG、PNG、WebP。最大 10MB。推荐尺寸:512×512像素"
msgid "JPEG, PNG, WebP. Max 10MB. Recommended: 512×512px. Animated avatars (GIF) require <0/>."
msgstr "JPEG、PNG、WebP。最大 10MB。推荐尺寸:512×512像素。动态头像 (GIF) 需要 <0/>。"
-#: src/components/channel/ChannelSearchResults.tsx:777
+#: src/components/channel/ChannelSearchResults.tsx:745
#: src/components/pages/MessageListPage.tsx:97
#: src/components/popouts/RecentMentionsContent.tsx:221
#: src/components/popouts/SavedMessagesContent.tsx:102
@@ -10519,11 +10600,11 @@ msgstr "跳转到消息"
msgid "Jump to Oldest Unread Message"
msgstr "跳转到最早未读消息"
-#: src/components/channel/ChannelSearchResults.tsx:872
+#: src/components/channel/ChannelSearchResults.tsx:840
msgid "Jump to page"
msgstr "跳转到页面"
-#: src/components/channel/Messages.tsx:917
+#: src/components/channel/Messages.tsx:915
msgid "Jump to Present"
msgstr "跳转到当前"
@@ -10612,7 +10693,7 @@ msgid "Keyboard Shortcuts"
msgstr "键盘快捷键"
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:344
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:311
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:314
#: src/components/modals/KickMemberModal.tsx:58
#: src/components/modals/UserProfileActionsSheet.tsx:253
msgid "Kick"
@@ -10702,7 +10783,7 @@ msgstr "延迟 {latency} 毫秒"
msgid "Latency graph"
msgstr "延迟图表"
-#: src/components/pages/ReportPage.tsx:326
+#: src/components/pages/report/optionDescriptors.ts:98
msgid "Latvia"
msgstr "拉脱维亚"
@@ -10729,10 +10810,10 @@ msgstr "离开社区"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:248
#: src/components/bottomsheets/ChannelBottomSheet.tsx:250
#: src/components/bottomsheets/ChannelBottomSheet.tsx:314
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1253
-#: src/components/bottomsheets/DMBottomSheet.tsx:337
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1277
#: src/components/bottomsheets/DMBottomSheet.tsx:339
-#: src/components/bottomsheets/DMBottomSheet.tsx:551
+#: src/components/bottomsheets/DMBottomSheet.tsx:341
+#: src/components/bottomsheets/DMBottomSheet.tsx:554
#: src/components/channel/dm/DMList.tsx:265
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:159
#: src/hooks/useLeaveGroup.tsx:42
@@ -10740,27 +10821,27 @@ msgstr "离开社区"
msgid "Leave Group"
msgstr "离开群组"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:122
+#: src/components/channel/ChannelHeader/CallButtons.tsx:157
msgid "Leave Video Call"
msgstr "离开视频通话"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:113
+#: src/components/channel/ChannelHeader/CallButtons.tsx:145
msgid "Leave Video Call ({participantCount} participant)"
msgstr "离开视频通话 ({participantCount} 位参与者)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:114
+#: src/components/channel/ChannelHeader/CallButtons.tsx:146
msgid "Leave Video Call ({participantCount} participants)"
msgstr "离开视频通话 ({participantCount} 位参与者)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:70
+#: src/components/channel/ChannelHeader/CallButtons.tsx:87
msgid "Leave Voice Call"
msgstr "离开语音通话"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:61
+#: src/components/channel/ChannelHeader/CallButtons.tsx:75
msgid "Leave Voice Call ({participantCount} participant)"
msgstr "离开语音通话 ({participantCount} 位参与者)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:62
+#: src/components/channel/ChannelHeader/CallButtons.tsx:76
msgid "Leave Voice Call ({participantCount} participants)"
msgstr "离开语音通话 ({participantCount} 位参与者)"
@@ -10785,7 +10866,7 @@ msgstr "左对齐"
msgid "Left community"
msgstr "已离开社区"
-#: src/components/bottomsheets/DMBottomSheet.tsx:350
+#: src/components/bottomsheets/DMBottomSheet.tsx:352
#: src/hooks/useLeaveGroup.tsx:56
msgid "Left group"
msgstr "已离开群组"
@@ -10798,7 +10879,7 @@ msgstr "左侧图标"
msgid "Left Tooltip"
msgstr "左侧工具提示"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:90
+#: src/components/modals/components/plutonium/VisionarySection.tsx:99
msgid "Let people add you without needing a 4-digit tag"
msgstr "允许他人添加您,无需 4 位数字标签"
@@ -10810,17 +10891,13 @@ msgstr "让社区自我管理"
msgid "Letters (a-z, A-Z), numbers (0-9), and underscores (_) only"
msgstr "仅限字母 (a-z, A-Z)、数字 (0-9) 和下划线 (_)"
-#: src/components/pages/ReportPage.tsx:729
-msgid "Letters and numbers only. You can paste the code—formatting is automatic."
-msgstr "仅限字母和数字。您可以粘贴代码—格式化会自动完成。"
-
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:120
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:139
#: src/components/modals/tabs/DeveloperOptionsTab/AccountPremiumTab.tsx:49
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:371
msgid "Lifetime"
msgstr "终身"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:73
+#: src/components/modals/components/plutonium/VisionarySection.tsx:82
#: src/utils/giftUtils.ts:58
msgid "Lifetime Plutonium"
msgstr "终身 Plutonium"
@@ -10838,7 +10915,7 @@ msgid "Liked!"
msgstr "已点赞!"
#. placeholder {0}: formatter.format(visionarySlots.total)
-#: src/components/modals/components/plutonium/VisionarySection.tsx:61
+#: src/components/modals/components/plutonium/VisionarySection.tsx:70
msgid "Limited to {0} users. One-time purchase, lifetime access."
msgstr "限 {0} 位用户。一次性购买,终身访问。"
@@ -10856,7 +10933,7 @@ msgstr "链接"
msgid "Link channel"
msgstr "链接频道"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:530
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:544
#: src/components/uikit/ContextMenu/MediaContextMenu.tsx:145
#: src/components/uikit/ContextMenu/MediaContextMenu.tsx:228
msgid "Link copied to clipboard"
@@ -10902,7 +10979,7 @@ msgstr "列表"
msgid "Lists members with this role in their own section in the member list."
msgstr "在成员列表中,拥有此角色的成员会显示在独立区域。"
-#: src/components/pages/ReportPage.tsx:327
+#: src/components/pages/report/optionDescriptors.ts:99
msgid "Lithuania"
msgstr "立陶宛"
@@ -10934,7 +11011,7 @@ msgstr "加载封禁列表..."
msgid "Loading communities..."
msgstr "加载社区..."
-#: src/components/channel/embeds/media/EmbedImage.tsx:363
+#: src/components/channel/embeds/media/EmbedImage.tsx:368
msgid "Loading image"
msgstr "加载图片"
@@ -10947,7 +11024,7 @@ msgid "Loading more..."
msgstr "正在加载更多..."
#: src/components/channel/embeds/media/EmbedGifv.tsx:493
-#: src/components/channel/embeds/media/EmbedGifv.tsx:721
+#: src/components/channel/embeds/media/EmbedGifv.tsx:745
msgid "Loading placeholder"
msgstr "加载占位符"
@@ -10971,7 +11048,7 @@ msgstr "加载主题..."
msgid "Loading verification methods..."
msgstr "加载验证方法..."
-#: src/components/channel/embeds/media/EmbedImage.tsx:363
+#: src/components/channel/embeds/media/EmbedImage.tsx:368
msgid "Loading: {alt}"
msgstr "正在加载:{alt}"
@@ -11021,7 +11098,7 @@ msgid "Log in with a passkey"
msgstr "使用通行密钥登录"
#: src/components/modals/components/DesktopSettingsView.tsx:346
-#: src/components/modals/components/MobileSettingsView.tsx:362
+#: src/components/modals/components/MobileSettingsView.tsx:357
#: src/components/pages/PendingVerificationPage.tsx:151
msgid "Log Out"
msgstr "登出"
@@ -11101,7 +11178,7 @@ msgstr "低"
msgid "Low (480p)"
msgstr "低 (480p)"
-#: src/components/pages/ReportPage.tsx:328
+#: src/components/pages/report/optionDescriptors.ts:100
msgid "Luxembourg"
msgstr "卢森堡"
@@ -11114,16 +11191,16 @@ msgstr "设为群主"
msgid "Make links to websites stand out more by always underlining them."
msgstr "始终为网站链接添加下划线,使其更突出。"
-#: src/components/pages/ReportPage.tsx:271
+#: src/components/pages/report/optionDescriptors.ts:52
#: src/constants/IARConstants.tsx:77
msgid "Malicious Links"
msgstr "恶意链接"
-#: src/components/pages/ReportPage.tsx:329
+#: src/components/pages/report/optionDescriptors.ts:101
msgid "Malta"
msgstr "马耳他"
-#: src/components/pages/ReportPage.tsx:302
+#: src/components/pages/report/optionDescriptors.ts:77
#: src/constants/IARConstants.tsx:190
msgid "Malware Distribution"
msgstr "恶意软件分发"
@@ -11214,7 +11291,7 @@ msgid "Manage slash commands for this application"
msgstr "管理此应用的斜杠命令"
#: src/components/layout/app-layout/nagbars/PremiumGracePeriodNagbar.tsx:83
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:288
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:324
msgid "Manage Subscription"
msgstr "管理订阅"
@@ -11227,7 +11304,7 @@ msgstr "管理您用于登录 Fluxer 的电子邮件地址"
msgid "Manage Webhooks"
msgstr "管理 Webhook"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:100
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:104
msgid "Manage your applications and bots."
msgstr "管理您的应用和机器人。"
@@ -11243,7 +11320,7 @@ msgstr "管理你的礼物"
msgid "Manage your phone number for SMS two-factor authentication"
msgstr "管理用于短信双重验证的电话号码"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:280
+#: src/components/modals/tabs/GiftInventoryTab.tsx:303
msgid "Manage your purchased Plutonium gift codes. Share the gift URL with someone special or redeem it for yourself!"
msgstr "管理您购买的 Plutonium 礼品码。与特别的人分享礼品链接或为自己兑换!"
@@ -11256,8 +11333,8 @@ msgid "Mark as 18+ (NSFW)"
msgstr "标记为 18+ (NSFW)"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:358
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1115
-#: src/components/bottomsheets/DMBottomSheet.tsx:388
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1139
+#: src/components/bottomsheets/DMBottomSheet.tsx:390
#: src/components/channel/NewMessagesBar.tsx:60
#: src/components/uikit/ContextMenu/items/CategoryMenuItems.tsx:81
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:79
@@ -11319,7 +11396,7 @@ msgstr "Markdown"
msgid "Markdown Preview"
msgstr "Markdown预览"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:516
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:530
msgid "Marked as read"
msgstr "已标记为已读"
@@ -11347,7 +11424,7 @@ msgstr "滑块下方标记"
msgid "Marty_McFly"
msgstr "Marty_McFly"
-#: src/components/modals/ClaimAccountModal.tsx:160
+#: src/components/modals/ClaimAccountModal.tsx:162
#: src/components/modals/EmailChangeModal.tsx:254
msgid "marty@example.com"
msgstr "marty@example.com"
@@ -11356,7 +11433,7 @@ msgstr "marty@example.com"
msgid "Mask Visionary as subscription"
msgstr "将Visionary伪装为订阅"
-#: src/components/modals/InviteModal.tsx:291
+#: src/components/modals/InviteModal.tsx:288
msgid "Max number of uses"
msgstr "最大使用次数"
@@ -11393,7 +11470,8 @@ msgstr "摄像头最高质量为1080p"
msgid "Maximum quality, requires very fast connection"
msgstr "最高质量,需要极快的连接"
-#: src/components/modals/GiftAcceptModal.tsx:151
+#: src/components/modals/GiftAcceptModal.tsx:161
+#: src/components/modals/GiftAcceptModal.tsx:194
msgid "Maybe later"
msgstr "稍后再说"
@@ -11411,7 +11489,7 @@ msgstr "正在测量..."
#: src/components/channel/AutocompleteEmoji.tsx:154
#: src/components/channel/textarea/TextareaButtons.tsx:122
-#: src/components/modals/ExpressionPickerSheet.tsx:77
+#: src/components/modals/ExpressionPickerSheet.tsx:64
#: src/components/modals/tabs/ChatSettingsTab.tsx:43
#: src/components/modals/tabs/ChatSettingsTab/Inline.tsx:37
#: src/components/modals/utils/settingsConstants.tsx:298
@@ -11504,8 +11582,8 @@ msgstr "成员验证"
msgid "Member verification level"
msgstr "成员验证级别"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:877
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:913
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:909
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:945
#: src/components/modals/guildTabs/GuildMembersTab.tsx:429
#: src/components/modals/shared/AddOverridePopout.tsx:176
#: src/components/modals/utils/guildSettingsConstants.tsx:157
@@ -11536,7 +11614,7 @@ msgstr "已清理成员"
msgid "Members receive notifications for every message"
msgstr "成员接收每条消息的通知"
-#: src/components/modals/InviteModal.tsx:302
+#: src/components/modals/InviteModal.tsx:299
msgid "Members will be removed when they go offline unless a role is assigned"
msgstr "成员离线时将被移除,除非已分配角色"
@@ -11608,11 +11686,11 @@ msgid "mentions:"
msgstr "提及:"
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:234
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:218
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:220
#: src/components/modals/tabs/ComponentGalleryTab/InputsTab.tsx:164
-#: src/components/modals/UserProfileMobileSheet.tsx:497
-#: src/components/modals/UserProfileModal.tsx:1189
-#: src/components/modals/UserProfileModal.tsx:1311
+#: src/components/modals/UserProfileMobileSheet.tsx:501
+#: src/components/modals/UserProfileModal.tsx:1190
+#: src/components/modals/UserProfileModal.tsx:1316
#: src/components/popouts/UserProfilePopout.tsx:289
#: src/components/popouts/UserProfilePopout.tsx:308
#: src/components/profile/ProfilePreview.tsx:292
@@ -11689,7 +11767,7 @@ msgstr "消息分组"
msgid "Message is too long"
msgstr "消息过长"
-#: src/components/pages/ReportPage.tsx:837
+#: src/components/pages/report/ReportStepDetails.tsx:107
msgid "Message Link"
msgstr "消息链接"
@@ -11744,7 +11822,7 @@ msgstr "消息和媒体"
msgid "Messages Deleted"
msgstr "消息已删除"
-#: src/components/channel/Messages.tsx:938
+#: src/components/channel/Messages.tsx:936
msgid "Messages failed to load"
msgstr "消息加载失败"
@@ -11888,22 +11966,21 @@ msgstr "审核"
msgid "Monospace font family"
msgstr "等宽字体家族"
-#: src/components/auth/DateOfBirthField.tsx:87
-#: src/components/auth/DateOfBirthField.tsx:154
+#: src/components/auth/DateOfBirthField.tsx:151
#: src/components/auth/MockMinimalRegisterForm.tsx:68
msgid "Month"
msgstr "月"
-#: src/components/modals/components/plutonium/PricingSection.tsx:71
+#: src/components/modals/components/plutonium/PricingSection.tsx:78
msgid "Monthly"
msgstr "每月"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:63
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:73
msgid "Monthly {monthlyPrice}"
msgstr "每月 {monthlyPrice}"
#: src/components/accounts/AccountRow.tsx:178
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:863
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:895
#: src/components/channel/friends/FriendListItem.tsx:229
#: src/components/channel/MessageActionBar.tsx:647
#: src/components/channel/MessageActionBar.tsx:776
@@ -11936,7 +12013,7 @@ msgstr "更多贴纸槽位"
msgid "Most popular"
msgstr "最受欢迎"
-#: src/components/channel/ChannelSearchResults.tsx:225
+#: src/components/channel/ChannelSearchResults.tsx:182
#: src/components/search/SortModeSheet.tsx:53
msgid "Most Relevant"
msgstr "最相关"
@@ -12015,7 +12092,7 @@ msgstr "多语言内容"
msgid "Music Lovers"
msgstr "音乐爱好者"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:850
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:882
#: src/components/bottomsheets/VoiceLobbyBottomSheet.tsx:179
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:253
#: src/components/layout/UserArea.tsx:213
@@ -12055,7 +12132,7 @@ msgstr "静音频道"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:400
#: src/components/bottomsheets/ChannelBottomSheet.tsx:452
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1010
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1034
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:171
#: src/components/modals/GuildNotificationSettingsModal.tsx:295
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:168
@@ -12069,9 +12146,9 @@ msgstr "静音频道"
msgid "Mute Community"
msgstr "静音社区"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1012
-#: src/components/bottomsheets/DMBottomSheet.tsx:449
-#: src/components/bottomsheets/DMBottomSheet.tsx:590
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1036
+#: src/components/bottomsheets/DMBottomSheet.tsx:451
+#: src/components/bottomsheets/DMBottomSheet.tsx:593
msgid "Mute Conversation"
msgstr "静音对话"
@@ -12096,7 +12173,7 @@ msgstr "静音成员"
msgid "Mute User"
msgstr "静音用户"
-#: src/components/layout/guild-list/GuildListItem.tsx:193
+#: src/components/layout/guild-list/GuildListItem.tsx:194
#: src/components/layout/VoiceStateIcons.tsx:53
#: src/components/voice/VoiceParticipantTile.tsx:897
#: src/utils/ContextMenuUtils.tsx:159
@@ -12105,7 +12182,7 @@ msgstr "已静音"
#. placeholder {0}: DateUtils.getFormattedDateTime(new Date(muteConfig.end_time))
#. placeholder {0}: getFormattedDateTime(new Date(muteConfig.end_time))
-#: src/components/layout/guild-list/GuildListItem.tsx:191
+#: src/components/layout/guild-list/GuildListItem.tsx:192
#: src/utils/ContextMenuUtils.tsx:157
msgid "Muted until {0}"
msgstr "静音至 {0}"
@@ -12253,7 +12330,7 @@ msgstr "需要账户吗?"
msgid "Neighborhood Watch"
msgstr "邻里守望"
-#: src/components/pages/ReportPage.tsx:330
+#: src/components/pages/report/optionDescriptors.ts:102
msgid "Netherlands"
msgstr "荷兰"
@@ -12261,9 +12338,9 @@ msgstr "荷兰"
msgid "Network"
msgstr "网络"
-#: src/components/modals/components/PlutoniumContent.tsx:145
-#: src/components/modals/components/PlutoniumContent.tsx:271
-#: src/components/modals/tabs/BetaCodesTab.tsx:295
+#: src/components/modals/components/PlutoniumContent.tsx:156
+#: src/components/modals/components/PlutoniumContent.tsx:288
+#: src/components/modals/tabs/BetaCodesTab.tsx:320
#: src/components/modals/tabs/DevicesTab.tsx:229
msgid "Network error"
msgstr "网络错误"
@@ -12290,7 +12367,7 @@ msgstr "永不过期"
#: src/components/channel/Divider.tsx:51
#: src/components/channel/Divider.tsx:60
#: src/components/channel/UnreadDividerSlot.tsx:45
-#: src/components/layout/GuildsLayout.tsx:285
+#: src/components/layout/GuildsLayout.tsx:283
msgid "New"
msgstr "新建"
@@ -12311,7 +12388,7 @@ msgstr "新邮件"
msgid "New email form"
msgstr "新邮件表单"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:902
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:934
msgid "New Group"
msgstr "新建群组"
@@ -12334,7 +12411,7 @@ msgid "new-channel"
msgstr "新频道"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:446
-#: src/components/channel/ChannelSearchResults.tsx:223
+#: src/components/channel/ChannelSearchResults.tsx:180
msgid "Newest"
msgstr "最新"
@@ -12394,7 +12471,7 @@ msgstr "昵称不得超过32个字符"
msgid "Nickname updated"
msgstr "昵称已更新"
-#: src/components/layout/GuildLayout.tsx:392
+#: src/components/layout/GuildLayout.tsx:397
msgid "No accessible channels"
msgstr "无可访问的频道"
@@ -12431,7 +12508,7 @@ msgstr "无被封禁用户"
msgid "No bans found matching your search."
msgstr "未找到与搜索匹配的封禁。"
-#: src/components/modals/tabs/BetaCodesTab.tsx:365
+#: src/components/modals/tabs/BetaCodesTab.tsx:390
msgid "No beta codes yet"
msgstr "尚无测试码"
@@ -12471,7 +12548,7 @@ msgstr "没有可用的频道"
msgid "No channels found"
msgstr "未找到频道"
-#: src/components/modals/tabs/BetaCodesTab.tsx:275
+#: src/components/modals/tabs/BetaCodesTab.tsx:279
msgid "No codes remaining. Resets {resetString}"
msgstr "没有剩余代码。重置于 {resetString}"
@@ -12484,7 +12561,7 @@ msgid "No community banner"
msgstr "没有社区横幅"
#: src/components/auth/InviteHeader.tsx:156
-#: src/components/channel/InviteEmbed.tsx:215
+#: src/components/channel/InviteEmbed.tsx:217
#: src/components/modals/InviteAcceptModal.tsx:148
#: src/components/modals/tabs/ExpressionPacksTab.tsx:73
msgid "No description provided."
@@ -12516,7 +12593,7 @@ msgstr "暂无好友"
msgid "No GIFs found"
msgstr "未找到GIF"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:311
+#: src/components/modals/tabs/GiftInventoryTab.tsx:334
msgid "No gifts yet"
msgstr "暂无礼物"
@@ -12656,7 +12733,7 @@ msgid "No results"
msgstr "无结果"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:315
-#: src/components/channel/ChannelSearchResults.tsx:709
+#: src/components/channel/ChannelSearchResults.tsx:678
msgid "No Results"
msgstr "无结果"
@@ -12717,7 +12794,7 @@ msgstr "无系统频道"
msgid "No Timer"
msgstr "无计时器"
-#: src/components/channel/dm/AddFriendForm.tsx:70
+#: src/components/channel/dm/AddFriendForm.tsx:93
msgid "No user found with that FluxerTag."
msgstr "未找到具有该FluxerTag的用户。"
@@ -12797,7 +12874,7 @@ msgstr "暂不"
msgid "Not your cup of tea? You can disable this feature anytime."
msgstr "不合你口味?你可以随时禁用此功能。"
-#: src/components/modals/UserProfileMobileSheet.tsx:549
+#: src/components/modals/UserProfileMobileSheet.tsx:553
#: src/components/modals/UserProfileModal.tsx:244
#: src/components/modals/UserProfileModal.tsx:248
#: src/components/pages/YouPage.tsx:144
@@ -12813,7 +12890,7 @@ msgstr "备注(仅你可见)"
msgid "nothing"
msgstr "无"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1387
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1411
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:218
#: src/components/modals/GuildNotificationSettingsModal.tsx:95
#: src/components/modals/GuildNotificationSettingsModal.tsx:226
@@ -12835,8 +12912,8 @@ msgid "Notification Overrides"
msgstr "通知覆盖"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:405
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1160
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1341
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1184
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1365
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:199
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsButton.tsx:59
#: src/components/modals/GuildNotificationSettingsModal.tsx:162
@@ -12904,17 +12981,17 @@ msgstr "不允许NSFW内容"
msgid "NSFW Gates"
msgstr "NSFW门控"
-#: src/components/pages/ReportPage.tsx:266
+#: src/components/pages/report/optionDescriptors.ts:47
#: src/constants/IARConstants.tsx:52
msgid "NSFW Policy Violation"
msgstr "违反NSFW政策"
#. placeholder {0}: formatter.format(visionarySlots.total)
-#: src/components/modals/components/plutonium/VisionarySection.tsx:82
+#: src/components/modals/components/plutonium/VisionarySection.tsx:91
msgid "Numbered badge (1-{0}) showing your Visionary status"
msgstr "编号徽章 (1-{0}) 显示你的远见状态"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:83
+#: src/components/modals/components/plutonium/VisionarySection.tsx:92
msgid "Numbered badge showing your Visionary status"
msgstr "显示您Visionary状态的编号徽章"
@@ -12933,8 +13010,8 @@ msgstr "对象"
msgid "Off"
msgstr "关闭"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:281
-#: src/components/channel/ChannelMembers.tsx:137
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:287
+#: src/components/channel/ChannelMembers.tsx:108
#: src/Constants.tsx:134
#: src/utils/MemberListUtils.ts:150
#: src/utils/MemberListUtils.ts:188
@@ -12962,7 +13039,7 @@ msgid "Okay"
msgstr "好的"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:446
-#: src/components/channel/ChannelSearchResults.tsx:224
+#: src/components/channel/ChannelSearchResults.tsx:181
msgid "Oldest"
msgstr "最旧"
@@ -13020,25 +13097,25 @@ msgstr "一个或多个频道正在被索引"
msgid "one second ago"
msgstr "一秒钟前"
-#: src/components/modals/components/plutonium/GiftSection.tsx:71
-#: src/components/modals/components/plutonium/GiftSection.tsx:80
-#: src/components/modals/components/plutonium/PricingSection.tsx:103
-#: src/components/modals/components/plutonium/PricingSection.tsx:112
+#: src/components/modals/components/plutonium/GiftSection.tsx:78
+#: src/components/modals/components/plutonium/GiftSection.tsx:90
+#: src/components/modals/components/plutonium/PricingSection.tsx:118
+#: src/components/modals/components/plutonium/PricingSection.tsx:130
msgid "one-time purchase"
msgstr "一次性购买"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:65
+#: src/components/modals/components/plutonium/VisionarySection.tsx:74
msgid "One-time purchase, lifetime access."
msgstr "一次性购买,终身访问。"
-#: src/components/modals/components/plutonium/GiftSection.tsx:89
-#: src/components/modals/components/plutonium/PricingSection.tsx:90
-#: src/components/modals/components/plutonium/PricingSection.tsx:121
+#: src/components/modals/components/plutonium/GiftSection.tsx:102
+#: src/components/modals/components/plutonium/PricingSection.tsx:103
+#: src/components/modals/components/plutonium/PricingSection.tsx:142
msgid "one-time, lifetime"
msgstr "一次性,终身"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:281
-#: src/components/channel/ChannelMembers.tsx:135
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:285
+#: src/components/channel/ChannelMembers.tsx:106
#: src/components/channel/dm/DMFriendsView.tsx:168
#: src/components/channel/friends/views/FriendsList.tsx:95
#: src/Constants.tsx:130
@@ -13051,7 +13128,7 @@ msgstr "在线"
msgid "Online Status"
msgstr "在线状态"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1382
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1406
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:212
#: src/components/modals/GuildNotificationSettingsModal.tsx:91
#: src/components/modals/GuildNotificationSettingsModal.tsx:281
@@ -13120,11 +13197,11 @@ msgstr "打开认领账户弹窗"
msgid "Open color picker"
msgstr "打开颜色选择器"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1398
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1422
msgid "Open Community Notification Settings"
msgstr "打开社区通知设置"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:286
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:322
msgid "Open Customer Portal"
msgstr "打开客户门户"
@@ -13293,7 +13370,7 @@ msgstr "选项三"
msgid "Option Two"
msgstr "选项二"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:89
+#: src/components/modals/components/plutonium/VisionarySection.tsx:98
msgid "Optional #0000 tag"
msgstr "可选的 #0000 标签"
@@ -13309,7 +13386,7 @@ msgstr "或"
msgid "Or copy the link:"
msgstr "或复制链接:"
-#: src/components/modals/InviteModal.tsx:312
+#: src/components/modals/InviteModal.tsx:309
msgid "or send an invite link to a friend:"
msgstr "或向朋友发送邀请链接:"
@@ -13325,9 +13402,9 @@ msgstr "原始消息加载失败"
msgid "Original message was deleted"
msgstr "原始消息已被删除"
-#: src/components/pages/ReportPage.tsx:273
-#: src/components/pages/ReportPage.tsx:287
-#: src/components/pages/ReportPage.tsx:303
+#: src/components/pages/report/optionDescriptors.ts:54
+#: src/components/pages/report/optionDescriptors.ts:65
+#: src/components/pages/report/optionDescriptors.ts:78
#: src/constants/IARConstants.tsx:87
#: src/constants/IARConstants.tsx:139
#: src/constants/IARConstants.tsx:195
@@ -13463,8 +13540,8 @@ msgstr "通行密钥需要具有有效应用程序标识符的已签名macOS包
#: src/components/auth/AuthLoginCore/AuthLoginEmailPasswordForm.tsx:90
#: src/components/auth/AuthRegisterFormCore.tsx:136
#: src/components/auth/AuthRegisterFormCore.tsx:217
-#: src/components/modals/ClaimAccountModal.tsx:168
-#: src/components/modals/ClaimAccountModal.tsx:208
+#: src/components/modals/ClaimAccountModal.tsx:170
+#: src/components/modals/ClaimAccountModal.tsx:210
#: src/components/modals/SudoVerificationModal.tsx:171
#: src/components/modals/SudoVerificationModal.tsx:236
#: src/components/modals/tabs/AccountSecurityTab/AccountTab.tsx:105
@@ -13546,11 +13623,11 @@ msgstr "您朋友的朋友可以将您加入群聊"
msgid "People who are friends with your friends can call you"
msgstr "您朋友的朋友可以呼叫您"
-#: src/components/modals/components/plutonium/PricingSection.tsx:73
+#: src/components/modals/components/plutonium/PricingSection.tsx:80
msgid "per month"
msgstr "每月"
-#: src/components/modals/components/plutonium/PricingSection.tsx:80
+#: src/components/modals/components/plutonium/PricingSection.tsx:90
msgid "per year"
msgstr "每年"
@@ -13588,8 +13665,8 @@ msgstr "权限已授予"
msgid "Personal notes"
msgstr "个人备注"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:479
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:778
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:493
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:810
#: src/components/channel/channel-header/useChannelHeaderData.ts:84
#: src/components/channel/dm/DMList.tsx:708
#: src/components/channel/dm/DMList.tsx:795
@@ -13662,16 +13739,16 @@ msgid "Pick which phone step to show"
msgstr "选择要显示的手机验证步骤"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:336
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1132
-#: src/components/bottomsheets/DMBottomSheet.tsx:483
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1156
+#: src/components/bottomsheets/DMBottomSheet.tsx:485
#: src/components/channel/dm/DMList.tsx:287
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:153
msgid "Pin DM"
msgstr "置顶私信"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:295
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1132
-#: src/components/bottomsheets/DMBottomSheet.tsx:483
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1156
+#: src/components/bottomsheets/DMBottomSheet.tsx:485
#: src/components/channel/dm/DMList.tsx:248
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:133
msgid "Pin Group DM"
@@ -13714,20 +13791,20 @@ msgid "Ping: {latency}ms"
msgstr "延迟:{latency}毫秒"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:219
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:566
-#: src/components/bottomsheets/DMBottomSheet.tsx:147
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:580
+#: src/components/bottomsheets/DMBottomSheet.tsx:149
#: src/components/channel/dm/DMList.tsx:214
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:115
msgid "Pinned DM"
msgstr "已置顶私信"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:219
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:566
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:580
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:95
msgid "Pinned group"
msgstr "已置顶群组"
-#: src/components/bottomsheets/DMBottomSheet.tsx:147
+#: src/components/bottomsheets/DMBottomSheet.tsx:149
msgid "Pinned group DM"
msgstr "已固定的群组私信"
@@ -13742,7 +13819,7 @@ msgstr "已置顶消息"
msgid "pinned:"
msgstr "已置顶:"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:886
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:918
msgid "Pins"
msgstr "置顶"
@@ -13789,15 +13866,15 @@ msgstr "请检查你的收件箱,查看验证邮件。"
msgid "Please enable Fluxer in System Settings → Privacy & Security → Input Monitoring."
msgstr "请在系统设置 → 隐私与安全 → 输入监控中启用Fluxer。"
-#: src/components/pages/ReportPage.tsx:396
+#: src/components/pages/ReportPage.tsx:211
msgid "Please enter a valid email address."
msgstr "请输入有效的电子邮件地址。"
-#: src/components/channel/dm/AddFriendForm.tsx:74
+#: src/components/channel/dm/AddFriendForm.tsx:97
msgid "Please enter a valid FluxerTag (Username#0000)."
msgstr "请输入有效的FluxerTag(用户名#0000)。"
-#: src/components/pages/ReportPage.tsx:509
+#: src/components/pages/ReportPage.tsx:336
msgid "Please enter a valid message link URL."
msgstr "请输入有效的消息链接URL。"
@@ -13809,26 +13886,22 @@ msgstr "请输入API端点。"
msgid "Please fill out the following fields: {fieldList}"
msgstr "请填写以下字段: {fieldList}"
-#: src/components/pages/ReportPage.tsx:436
+#: src/components/pages/ReportPage.tsx:261
msgid "Please go back and enter a valid email address."
msgstr "请返回并输入有效的电子邮件地址。"
-#: src/components/pages/ReportPage.tsx:542
+#: src/components/pages/ReportPage.tsx:369
msgid "Please include the community (guild) ID you are reporting."
msgstr "请包含你正在举报的社区(公会)ID。"
-#: src/components/pages/ReportPage.tsx:504
+#: src/components/pages/ReportPage.tsx:331
msgid "Please paste the message link you are reporting."
msgstr "请粘贴你正在举报的消息链接。"
-#: src/components/pages/ReportPage.tsx:391
+#: src/components/pages/ReportPage.tsx:206
msgid "Please provide an email address."
msgstr "请提供电子邮件地址。"
-#: src/components/pages/ReportPage.tsx:801
-msgid "Please provide the details of your report."
-msgstr "请提供举报的详细信息。"
-
#: src/components/modals/tabs/ApplicationsTab/ApplicationDetail.tsx:555
msgid "Please retry or go back to the applications list."
msgstr "请重试或返回应用程序列表。"
@@ -13837,7 +13910,7 @@ msgstr "请重试或返回应用程序列表。"
msgid "Please select a violation category"
msgstr "请选择违规类别"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:297
+#: src/components/modals/tabs/GiftInventoryTab.tsx:320
msgid "Please try again later."
msgstr "请稍后重试。"
@@ -13878,7 +13951,7 @@ msgstr "Plutonium徽章隐私"
msgid "Plutonium perks"
msgstr "Plutonium特权"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:110
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:129
msgid "Plutonium Subscription"
msgstr "Plutonium订阅"
@@ -13886,7 +13959,7 @@ msgstr "Plutonium订阅"
msgid "PNG"
msgstr "PNG"
-#: src/components/pages/ReportPage.tsx:331
+#: src/components/pages/report/optionDescriptors.ts:103
msgid "Poland"
msgstr "波兰"
@@ -13903,7 +13976,7 @@ msgstr "投票"
msgid "Popouts"
msgstr "弹出窗口"
-#: src/components/pages/ReportPage.tsx:332
+#: src/components/pages/report/optionDescriptors.ts:104
msgid "Portugal"
msgstr "葡萄牙"
@@ -13943,11 +14016,11 @@ msgstr "高级版类型覆盖"
msgid "Press keys..."
msgstr "按键..."
-#: src/components/channel/MessageReactions.tsx:121
+#: src/components/channel/MessageReactions.tsx:120
msgid "press to add reaction"
msgstr "点击添加反应"
-#: src/components/channel/MessageReactions.tsx:121
+#: src/components/channel/MessageReactions.tsx:120
msgid "press to remove reaction"
msgstr "点击移除反应"
@@ -14143,15 +14216,15 @@ msgstr "使用双重认证和通行密钥保护您的账户"
msgid "Provide any additional context that may help our Safety Team..."
msgstr "提供可能有助于我们安全团队的任何额外背景信息..."
-#: src/components/pages/ReportPage.tsx:882
+#: src/components/pages/report/ReportStepDetails.tsx:156
msgid "Provide at least a user ID or a user tag."
msgstr "请提供至少一个用户ID或用户标签。"
-#: src/components/pages/ReportPage.tsx:527
+#: src/components/pages/ReportPage.tsx:354
msgid "Provide either a user ID or a FluxerTag for the person you are reporting."
msgstr "为您要举报的人员提供用户ID或FluxerTag。"
-#: src/components/pages/ReportPage.tsx:478
+#: src/components/pages/ReportPage.tsx:305
msgid "Provide your full legal name for the declaration."
msgstr "为声明提供您的全名。"
@@ -14163,7 +14236,7 @@ msgstr "已清除{dayCount, plural, one {<0># 天0>} other {<1># 天1>}}不
msgid "Public bot"
msgstr "公开机器人"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:312
+#: src/components/modals/tabs/GiftInventoryTab.tsx:335
msgid "Purchase a Plutonium gift from the Plutonium tab to share with friends!"
msgstr "从Plutonium标签购买Plutonium礼物与朋友分享!"
@@ -14171,12 +14244,12 @@ msgstr "从Plutonium标签购买Plutonium礼物与朋友分享!"
msgid "Purchase History"
msgstr "购买历史"
-#: src/components/modals/components/plutonium/PricingSection.tsx:61
+#: src/components/modals/components/plutonium/PricingSection.tsx:67
msgid "Purchase mode"
msgstr "购买模式"
#. placeholder {0}: getFormattedShortDate(new Date(gift.created_at))
-#: src/components/modals/tabs/GiftInventoryTab.tsx:119
+#: src/components/modals/tabs/GiftInventoryTab.tsx:120
msgid "Purchased {0}"
msgstr "已购买{0}"
@@ -14275,7 +14348,7 @@ msgstr "单选按钮允许从一组中选择一个选项。"
msgid "Radio Group"
msgstr "单选按钮组"
-#: src/components/pages/ReportPage.tsx:300
+#: src/components/pages/report/optionDescriptors.ts:75
#: src/constants/IARConstants.tsx:180
msgid "Raid Coordination"
msgstr "突袭协调"
@@ -14310,7 +14383,7 @@ msgid "Reactions"
msgstr "反应"
#: src/components/layout/app-layout/nagbars/PremiumExpiredNagbar.tsx:77
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:284
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:320
msgid "Reactivate"
msgstr "重新激活"
@@ -14323,15 +14396,15 @@ msgstr "读取消息历史"
msgid "Read the community's audit log of changes and moderation actions."
msgstr "阅读社区的变更和审核操作审计日志。"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:146
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:160
msgid "Read the Documentation (fluxer.dev)"
msgstr "阅读文档(fluxer.dev)"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:52
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:60
msgid "Ready to Buy a Gift?"
msgstr "准备好购买礼物了吗?"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:52
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:60
msgid "Ready to Upgrade?"
msgstr "准备好升级了吗?"
@@ -14388,11 +14461,11 @@ msgstr "重新连接中…"
msgid "Record shortcut"
msgstr "录制快捷键"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:269
+#: src/components/modals/tabs/GiftInventoryTab.tsx:292
msgid "Redeem"
msgstr "兑换"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:232
+#: src/components/modals/tabs/GiftInventoryTab.tsx:255
msgid "Redeem a Gift"
msgstr "兑换礼物"
@@ -14400,40 +14473,40 @@ msgstr "兑换礼物"
msgid "Redeem Beta Code"
msgstr "兑换测试版代码"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:165
+#: src/components/modals/tabs/GiftInventoryTab.tsx:166
msgid "Redeem for Yourself"
msgstr "为自己兑换"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:255
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:281
msgid "Redeem Gift Code"
msgstr "兑换礼品码"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:238
+#: src/components/modals/tabs/GiftInventoryTab.tsx:261
msgid "Redeem gift code form"
msgstr "兑换礼品码表单"
#. placeholder {0}: redeemedBetaCodes.length
-#: src/components/modals/tabs/BetaCodesTab.tsx:349
+#: src/components/modals/tabs/BetaCodesTab.tsx:374
msgid "Redeemed ({0})"
msgstr "已兑换 ({0})"
#. placeholder {0}: getFormattedShortDate(new Date(gift.redeemed_at!))
-#: src/components/modals/tabs/GiftInventoryTab.tsx:117
+#: src/components/modals/tabs/GiftInventoryTab.tsx:118
msgid "Redeemed {0}"
msgstr "已兑换 {0}"
#. placeholder {0}: gift.redeemed_by.username
#. placeholder {1}: gift.redeemed_by.discriminator
-#: src/components/modals/tabs/GiftInventoryTab.tsx:153
+#: src/components/modals/tabs/GiftInventoryTab.tsx:154
msgid "Redeemed by {0}#{1}"
msgstr "由 {0}#{1} 兑换"
-#: src/components/modals/tabs/BetaCodesTab.tsx:54
+#: src/components/modals/tabs/BetaCodesTab.tsx:56
msgid "Redeemer"
msgstr "兑换者"
-#: src/components/modals/tabs/BetaCodesTab.tsx:111
-#: src/components/modals/tabs/BetaCodesTab.tsx:188
+#: src/components/modals/tabs/BetaCodesTab.tsx:113
+#: src/components/modals/tabs/BetaCodesTab.tsx:190
msgid "Redeemer:"
msgstr "兑换者:"
@@ -14526,7 +14599,7 @@ msgstr "常规按钮"
msgid "Regular button clicked!"
msgstr "常规按钮已点击!"
-#: src/components/channel/channel-view/DMChannelView.tsx:298
+#: src/components/channel/channel-view/DMChannelView.tsx:299
#: src/components/voice/IncomingCallUI.tsx:310
msgid "Reject"
msgstr "拒绝"
@@ -14624,19 +14697,19 @@ msgstr "移除入场音效"
msgid "Remove filter"
msgstr "移除过滤器"
-#: src/components/bottomsheets/DMBottomSheet.tsx:508
-#: src/components/channel/dm/DMWelcomeSection.tsx:132
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:144
+#: src/components/bottomsheets/DMBottomSheet.tsx:510
+#: src/components/channel/dm/DMWelcomeSection.tsx:144
#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:146
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:253
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:148
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:255
#: src/components/modals/UserProfileActionsSheet.tsx:115
#: src/components/modals/UserProfileActionsSheet.tsx:117
#: src/components/modals/UserProfileActionsSheet.tsx:278
-#: src/components/modals/UserProfileMobileSheet.tsx:302
-#: src/components/modals/UserProfileMobileSheet.tsx:304
+#: src/components/modals/UserProfileMobileSheet.tsx:303
+#: src/components/modals/UserProfileMobileSheet.tsx:305
#: src/components/modals/UserProfileModal.tsx:1143
-#: src/components/modals/UserProfileModal.tsx:1228
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:108
+#: src/components/modals/UserProfileModal.tsx:1229
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:129
#: src/utils/RelationshipActionUtils.tsx:113
#: src/utils/RelationshipActionUtils.tsx:115
msgid "Remove Friend"
@@ -14654,8 +14727,8 @@ msgid "Remove from favorites"
msgstr "从收藏中移除"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:370
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1103
-#: src/components/bottomsheets/DMBottomSheet.tsx:400
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1127
+#: src/components/bottomsheets/DMBottomSheet.tsx:402
#: src/components/channel/ChannelHeader.tsx:547
#: src/components/channel/ChannelHeader.tsx:595
#: src/components/channel/ChannelHeader.tsx:600
@@ -14720,7 +14793,7 @@ msgstr "移除剧透"
msgid "Remove sticker"
msgstr "移除贴纸"
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:285
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:288
#: src/components/modals/RemoveTimeoutModal.tsx:61
#: src/components/modals/RemoveTimeoutModal.tsx:75
#: src/components/modals/TimeoutMemberSheet.tsx:101
@@ -14763,11 +14836,11 @@ msgid "Removed from bookmarks"
msgstr "已从书签中移除"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:115
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:541
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:555
msgid "Removed from favorites"
msgstr "已从收藏中移除"
-#: src/components/bottomsheets/DMBottomSheet.tsx:126
+#: src/components/bottomsheets/DMBottomSheet.tsx:128
msgid "Removed from Favorites"
msgstr "已从收藏中移除"
@@ -14891,7 +14964,7 @@ msgstr "已将社区重命名为 {0}。"
msgid "Render all your messages as unknown message type"
msgstr "将您所有的消息渲染为未知消息类型"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:234
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:253
msgid "Renews on <0>{renewalDate}0>."
msgstr "续期日期为 <0>{renewalDate}0>。"
@@ -14932,15 +15005,15 @@ msgstr "回复"
msgid "Replying to <0>{authorNickname}0>"
msgstr "正在回复 <0>{authorNickname}0>"
-#: src/components/pages/ReportPage.tsx:249
+#: src/components/pages/report/optionDescriptors.ts:38
msgid "Report a Community"
msgstr "举报社区"
-#: src/components/pages/ReportPage.tsx:247
+#: src/components/pages/report/optionDescriptors.ts:36
msgid "Report a Message"
msgstr "举报消息"
-#: src/components/pages/ReportPage.tsx:248
+#: src/components/pages/report/optionDescriptors.ts:37
msgid "Report a User Profile"
msgstr "举报用户资料"
@@ -14949,12 +15022,12 @@ msgstr "举报用户资料"
msgid "Report Community"
msgstr "举报社区"
-#: src/components/pages/ReportPage.tsx:801
-msgid "Report Details"
+#: src/components/pages/report/ReportStepDetails.tsx:74
+msgid "Report details"
msgstr "举报详情"
-#: src/components/pages/ReportPage.tsx:241
-#: src/components/pages/ReportPage.tsx:612
+#: src/components/pages/report/ReportStepSelection.tsx:41
+#: src/components/pages/ReportPage.tsx:60
msgid "Report Illegal Content"
msgstr "举报非法内容"
@@ -14963,33 +15036,24 @@ msgstr "举报非法内容"
msgid "Report Message"
msgstr "举报消息"
-#: src/components/pages/ReportPage.tsx:588
-msgid "Report Submitted"
+#: src/components/pages/report/ReportStepComplete.tsx:36
+msgid "Report submitted"
msgstr "举报已提交"
#: src/components/modals/IARModal.tsx:128
msgid "Report submitted successfully. Our Safety Team will review it shortly."
msgstr "举报提交成功。我们的安全团队将尽快审核。"
-#: src/components/pages/ReportPage.tsx:624
-msgid "Report Type"
-msgstr "举报类型"
-
#: src/components/modals/IARModal.tsx:84
#: src/components/modals/UserProfileActionsSheet.tsx:289
#: src/components/modals/UserProfileModal.tsx:1157
msgid "Report User"
msgstr "举报用户"
-#: src/components/pages/ReportPage.tsx:852
+#: src/components/pages/report/ReportStepDetails.tsx:123
msgid "Reported User Tag (optional)"
msgstr "举报用户标签(可选)"
-#: src/components/pages/ReportPage.tsx:644
-#: src/components/pages/ReportPage.tsx:804
-msgid "Reporting:"
-msgstr "报告中:"
-
#: src/components/modals/tabs/PrivacySafetyTab/DataExportTab.tsx:48
#: src/components/modals/tabs/PrivacySafetyTab/DataExportTab.tsx:125
msgid "Request Data Export"
@@ -15050,7 +15114,7 @@ msgstr "需要 Plutonium"
msgid "Reschedule Message"
msgstr "重新安排消息"
-#: src/components/modals/ClaimAccountModal.tsx:222
+#: src/components/modals/ClaimAccountModal.tsx:224
#: src/components/modals/EmailChangeModal.tsx:230
#: src/components/modals/EmailChangeModal.tsx:294
msgid "Resend"
@@ -15064,7 +15128,11 @@ msgstr "重新发送({newSecondsRemaining}秒)"
msgid "Resend ({originalSecondsRemaining}s)"
msgstr "重新发送({originalSecondsRemaining}秒)"
-#: src/components/modals/ClaimAccountModal.tsx:222
+#: src/components/pages/report/ReportStepVerification.tsx:114
+msgid "Resend ({resendCooldownSeconds}s)"
+msgstr "重新发送({resendCooldownSeconds}秒)"
+
+#: src/components/modals/ClaimAccountModal.tsx:224
msgid "Resend ({resendSecondsRemaining}s)"
msgstr "重新发送({resendSecondsRemaining}秒)"
@@ -15072,7 +15140,7 @@ msgstr "重新发送({resendSecondsRemaining}秒)"
msgid "Resend Button Loading"
msgstr "重新发送按钮加载中"
-#: src/components/pages/ReportPage.tsx:761
+#: src/components/pages/report/ReportStepVerification.tsx:116
msgid "Resend code"
msgstr "重新发送代码"
@@ -15097,7 +15165,7 @@ msgid "Resent"
msgstr "已重新发送"
#: src/components/keybinds/KeybindRecorder.tsx:215
-#: src/components/modals/components/MobileSettingsView.tsx:128
+#: src/components/modals/components/MobileSettingsView.tsx:123
#: src/components/modals/components/SettingsModalHeader.tsx:81
#: src/components/modals/ImageCropModal.tsx:977
#: src/components/modals/tabs/KeybindsTab.tsx:154
@@ -15173,8 +15241,8 @@ msgstr "恢复全屏"
msgid "Restore maximized"
msgstr "恢复最大化"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:280
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:282
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:316
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:318
msgid "Resubscribe"
msgstr "重新订阅"
@@ -15189,11 +15257,11 @@ msgstr "重新订阅"
#: src/components/modals/guildTabs/GuildStickersTab.tsx:211
#: src/components/modals/guildTabs/GuildWebhooksTab.tsx:137
#: src/components/modals/tabs/ApplicationsTab/ApplicationDetail.tsx:559
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:108
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:112
#: src/components/modals/tabs/AuthorizedAppsTab.tsx:121
-#: src/components/modals/tabs/BetaCodesTab.tsx:301
+#: src/components/modals/tabs/BetaCodesTab.tsx:326
#: src/components/modals/tabs/DevicesTab.tsx:231
-#: src/components/modals/tabs/GiftInventoryTab.tsx:300
+#: src/components/modals/tabs/GiftInventoryTab.tsx:323
msgid "Retry"
msgstr "重试"
@@ -15244,8 +15312,8 @@ msgstr "在继续之前,请审核此应用请求的内容。"
#: src/components/invites/InviteListItem.tsx:217
#: src/components/modals/GroupInvitesBottomSheet.tsx:78
#: src/components/modals/GroupInvitesModal.tsx:76
-#: src/components/modals/tabs/BetaCodesTab.tsx:143
-#: src/components/modals/tabs/BetaCodesTab.tsx:220
+#: src/components/modals/tabs/BetaCodesTab.tsx:145
+#: src/components/modals/tabs/BetaCodesTab.tsx:222
msgid "Revoke"
msgstr "撤销"
@@ -15369,7 +15437,7 @@ msgstr "角色与权限"
msgid "Roles updated successfully"
msgstr "角色更新成功"
-#: src/components/pages/ReportPage.tsx:333
+#: src/components/pages/report/optionDescriptors.ts:105
msgid "Romania"
msgstr "罗马尼亚"
@@ -15423,7 +15491,7 @@ msgstr "饱和度"
#: src/components/modals/AddFavoriteMemeModal.tsx:102
#: src/components/modals/AttachmentEditModal.tsx:90
#: src/components/modals/BaseChangeNicknameModal.tsx:115
-#: src/components/modals/components/MobileSettingsView.tsx:131
+#: src/components/modals/components/MobileSettingsView.tsx:126
#: src/components/modals/CustomStatusBottomSheet.tsx:231
#: src/components/modals/CustomStatusModal.tsx:362
#: src/components/modals/EditFavoriteMemeModal.tsx:88
@@ -15438,9 +15506,9 @@ msgstr "饱和度"
msgid "Save"
msgstr "保存"
-#: src/components/modals/components/plutonium/GiftSection.tsx:72
-#: src/components/modals/components/plutonium/PricingSection.tsx:81
-#: src/components/modals/components/plutonium/PricingSection.tsx:104
+#: src/components/modals/components/plutonium/GiftSection.tsx:79
+#: src/components/modals/components/plutonium/PricingSection.tsx:91
+#: src/components/modals/components/plutonium/PricingSection.tsx:119
msgid "Save 17%"
msgstr "节省17%"
@@ -15600,8 +15668,8 @@ msgstr "向下滚动聊天"
msgid "Scroll Chat Up"
msgstr "向上滚动聊天"
-#: src/components/modals/components/plutonium/GiftSection.tsx:103
-#: src/components/modals/components/plutonium/PricingSection.tsx:138
+#: src/components/modals/components/plutonium/GiftSection.tsx:117
+#: src/components/modals/components/plutonium/PricingSection.tsx:160
msgid "Scroll down to view all the sweet perks you get with Plutonium"
msgstr "向下滚动查看使用Plutonium获得的所有超棒福利"
@@ -15613,11 +15681,11 @@ msgstr "向下滚动聊天历史记录"
msgid "Scroll the chat history up"
msgstr "向上滚动聊天历史记录"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:857
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:889
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:400
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:460
#: src/components/channel/ChannelHeader.tsx:586
-#: src/components/channel/shared/PickerSearchInput.tsx:204
+#: src/components/channel/shared/PickerSearchInput.tsx:203
#: src/components/modals/tabs/ComponentGalleryTab/InputsTab.tsx:126
#: src/stores/KeybindStore.ts:414
#: src/utils/quick-switcher/QuickSwitcherModalUtils.tsx:86
@@ -15674,7 +15742,7 @@ msgstr "搜索频道、人员或社区"
#: src/components/common/FriendSelector.tsx:196
#: src/components/modals/AddFriendsToGroupModal.tsx:53
#: src/components/modals/CreateDMModal.tsx:68
-#: src/components/modals/InviteModal.tsx:237
+#: src/components/modals/InviteModal.tsx:248
#: src/components/modals/shared/RecipientList.tsx:177
#: src/components/modals/ShareThemeModal.tsx:144
msgid "Search friends"
@@ -15718,7 +15786,7 @@ msgstr "搜索待处理请求"
msgid "Search Permissions..."
msgstr "搜索权限..."
-#: src/components/channel/ChannelSearchResults.tsx:321
+#: src/components/channel/ChannelSearchResults.tsx:278
#: src/components/modals/components/DesktopSettingsView.tsx:360
msgid "Search Results"
msgstr "搜索结果"
@@ -15737,7 +15805,7 @@ msgid "Search scope"
msgstr "搜索范围"
#. placeholder {0}: activeScopeOption.label
-#: src/components/channel/ChannelSearchResults.tsx:1052
+#: src/components/channel/ChannelSearchResults.tsx:1031
#: src/components/channel/MessageSearchBar/MessageSearchBar.tsx:378
msgid "Search scope: {0}"
msgstr "搜索范围:{0}"
@@ -15767,7 +15835,7 @@ msgstr "搜索用户"
msgid "Search within the current view"
msgstr "在当前视图中搜索"
-#: src/components/channel/ChannelSearchResults.tsx:319
+#: src/components/channel/ChannelSearchResults.tsx:276
msgid "Searching..."
msgstr "正在搜索..."
@@ -15848,9 +15916,9 @@ msgstr "查看您的邀请对访客的显示效果。"
msgid "Select"
msgstr "选择"
-#: src/components/pages/ReportPage.tsx:261
-#: src/components/pages/ReportPage.tsx:280
-#: src/components/pages/ReportPage.tsx:294
+#: src/components/pages/report/optionDescriptors.ts:42
+#: src/components/pages/report/optionDescriptors.ts:58
+#: src/components/pages/report/optionDescriptors.ts:69
msgid "Select a category"
msgstr "选择一个类别"
@@ -15871,7 +15939,7 @@ msgstr "选择一个社区"
msgid "Select a community where you have <0>Manage Community0> permissions."
msgstr "选择一个您拥有<0>管理社区0>权限的社区。"
-#: src/components/pages/ReportPage.tsx:310
+#: src/components/pages/report/optionDescriptors.ts:82
msgid "Select a country"
msgstr "选择一个国家"
@@ -15887,7 +15955,7 @@ msgstr "选择要应用的情景..."
msgid "Select a verification method."
msgstr "选择一种验证方法。"
-#: src/components/pages/ReportPage.tsx:473
+#: src/components/pages/ReportPage.tsx:300
msgid "Select a violation category."
msgstr "选择一个违规类别。"
@@ -15958,11 +16026,15 @@ msgstr "选择屏幕或窗口"
msgid "Select the account you want to sign in with on the desktop app."
msgstr "选择您想在桌面应用中用于登录的账户。"
+#: src/components/pages/report/ReportStepSelection.tsx:44
+msgid "Select what you want to report."
+msgstr "选择您要举报的内容。"
+
#: src/components/modals/utils/settingsSearchIndex.ts:460
msgid "Select your camera"
msgstr "选择你的摄像头"
-#: src/components/pages/ReportPage.tsx:483
+#: src/components/pages/ReportPage.tsx:310
msgid "Select your country of residence."
msgstr "选择您的居住国家。"
@@ -15986,7 +16058,7 @@ msgstr "选择..."
msgid "Selections"
msgstr "选择项"
-#: src/components/pages/ReportPage.tsx:269
+#: src/components/pages/report/optionDescriptors.ts:50
#: src/constants/IARConstants.tsx:67
msgid "Self-Harm or Suicide"
msgstr "自残或自杀"
@@ -16035,7 +16107,7 @@ msgstr "发送动作消息(包裹在斜体中)。"
msgid "Send an SMS code first."
msgstr "先发送短信验证码。"
-#: src/components/modals/ClaimAccountModal.tsx:182
+#: src/components/modals/ClaimAccountModal.tsx:184
#: src/components/modals/EmailChangeModal.tsx:265
#: src/components/modals/PhoneAddModal.tsx:206
msgid "Send code"
@@ -16045,9 +16117,9 @@ msgstr "发送代码"
msgid "Send Code"
msgstr "发送代码"
-#: src/components/channel/dm/DMWelcomeSection.tsx:109
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:269
-#: src/components/modals/UserProfileModal.tsx:1288
+#: src/components/channel/dm/DMWelcomeSection.tsx:112
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:272
+#: src/components/modals/UserProfileModal.tsx:1290
msgid "Send Friend Request"
msgstr "发送好友请求"
@@ -16073,7 +16145,7 @@ msgstr "发送消息"
msgid "Send Messages"
msgstr "发送消息"
-#: src/components/channel/dm/AddFriendForm.tsx:119
+#: src/components/channel/dm/AddFriendForm.tsx:142
msgid "Send Request"
msgstr "发送请求"
@@ -16097,11 +16169,11 @@ msgstr "发送文本转语音消息。"
msgid "Send TTS Messages"
msgstr "发送TTS消息"
-#: src/components/pages/ReportPage.tsx:676
+#: src/components/pages/report/ReportStepEmail.tsx:92
msgid "Send Verification Code"
msgstr "发送验证码"
-#: src/components/modals/InviteModal.tsx:258
+#: src/components/modals/InviteModal.tsx:268
#: src/components/modals/shared/RecipientList.tsx:223
#: src/components/modals/ShareThemeModal.tsx:162
msgid "Sent"
@@ -16128,7 +16200,7 @@ msgstr "会话已过期。请重新登录。"
msgid "Set a custom invite URL for your community."
msgstr "为您的社区设置自定义邀请链接。"
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:401
+#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:361
#: src/components/modals/StatusChangeBottomSheet.tsx:171
#: src/components/popouts/UserAreaPopout.tsx:444
msgid "Set a custom status"
@@ -16336,7 +16408,7 @@ msgid "Set your timezone"
msgstr "设置你的时区"
#: src/components/bottomsheets/VoiceLobbyBottomSheet.tsx:220
-#: src/components/modals/components/MobileSettingsView.tsx:531
+#: src/components/modals/components/MobileSettingsView.tsx:485
#: src/components/modals/tabs/ComponentGalleryTab/ButtonsTab.tsx:150
#: src/components/modals/tabs/ComponentGalleryTab/ButtonsTab.tsx:221
#: src/components/modals/tabs/ComponentGalleryTab/index.tsx:94
@@ -16383,7 +16455,11 @@ msgstr "分享操作!"
msgid "Share Audio"
msgstr "分享音频"
-#: src/components/modals/components/plutonium/GiftSection.tsx:63
+#: src/components/pages/report/ReportStepDetails.tsx:77
+msgid "Share only what's needed to help our team assess the content."
+msgstr "仅分享必要的信息以帮助我们的团队评估内容。"
+
+#: src/components/modals/components/plutonium/GiftSection.tsx:69
msgid "Share the Plutonium experience with your friends by purchasing a gift subscription."
msgstr "通过购买礼品订阅,与朋友分享Plutonium体验。"
@@ -16417,7 +16493,7 @@ msgstr "分享你的主题"
msgid "Shared theme"
msgstr "共享主题"
-#: src/components/pages/ReportPage.tsx:268
+#: src/components/pages/report/optionDescriptors.ts:49
#: src/constants/IARConstants.tsx:62
msgid "Sharing Personal Information"
msgstr "分享个人信息"
@@ -16797,11 +16873,11 @@ msgstr "带步进值的滑块"
msgid "Sliders"
msgstr "滑块"
-#: src/components/pages/ReportPage.tsx:334
+#: src/components/pages/report/optionDescriptors.ts:106
msgid "Slovakia"
msgstr "斯洛伐克"
-#: src/components/pages/ReportPage.tsx:335
+#: src/components/pages/report/optionDescriptors.ts:107
msgid "Slovenia"
msgstr "斯洛文尼亚"
@@ -16952,7 +17028,8 @@ msgstr "出错了,应用崩溃了。尝试重新加载或重置应用。"
msgid "Something went wrong while loading the audit log."
msgstr "加载审核日志时出错。"
-#: src/components/pages/ReportPage.tsx:563
+#: src/components/pages/ReportPage.tsx:103
+#: src/components/pages/ReportPage.tsx:395
msgid "Something went wrong while submitting the report. Please try again."
msgstr "提交报告时出错。请重试。"
@@ -16969,7 +17046,7 @@ msgid "Sort"
msgstr "排序"
#. placeholder {0}: activeSortOption.label
-#: src/components/channel/ChannelSearchResults.tsx:1063
+#: src/components/channel/ChannelSearchResults.tsx:1042
msgid "Sort mode: {0}"
msgstr "排序模式:{0}"
@@ -17008,21 +17085,21 @@ msgstr "消息组之间的间距"
msgid "Spacious layout with clear visual separation between messages."
msgstr "宽敞的布局,消息之间有清晰的视觉分隔。"
-#: src/components/pages/ReportPage.tsx:336
+#: src/components/pages/report/optionDescriptors.ts:108
msgid "Spain"
msgstr "西班牙"
-#: src/components/pages/ReportPage.tsx:283
+#: src/components/pages/report/optionDescriptors.ts:61
#: src/constants/IARConstants.tsx:119
msgid "Spam Account"
msgstr "垃圾账户"
-#: src/components/pages/ReportPage.tsx:265
+#: src/components/pages/report/optionDescriptors.ts:46
#: src/constants/IARConstants.tsx:47
msgid "Spam or Scam"
msgstr "垃圾或诈骗"
-#: src/components/pages/ReportPage.tsx:301
+#: src/components/pages/report/optionDescriptors.ts:76
#: src/constants/IARConstants.tsx:185
msgid "Spam or Scam Community"
msgstr "垃圾或诈骗社区"
@@ -17141,9 +17218,9 @@ msgstr "开始策划一个可以分享和安装的自定义表情包。"
msgid "Start Mic Test"
msgstr "开始麦克风测试"
-#: src/components/pages/ReportPage.tsx:687
-#: src/components/pages/ReportPage.tsx:771
-#: src/components/pages/ReportPage.tsx:964
+#: src/components/pages/report/ReportStepDetails.tsx:252
+#: src/components/pages/report/ReportStepEmail.tsx:103
+#: src/components/pages/report/ReportStepVerification.tsx:132
msgid "Start over"
msgstr "重新开始"
@@ -17151,13 +17228,13 @@ msgstr "重新开始"
msgid "Start Sharing"
msgstr "开始分享"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:122
+#: src/components/channel/ChannelHeader/CallButtons.tsx:160
#: src/components/modals/UserProfileModal.tsx:1109
#: src/components/uikit/ContextMenu/items/CallMenuItems.tsx:91
msgid "Start Video Call"
msgstr "开始视频通话"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:70
+#: src/components/channel/ChannelHeader/CallButtons.tsx:90
#: src/components/modals/UserProfileModal.tsx:1100
#: src/components/uikit/ContextMenu/items/CallMenuItems.tsx:60
msgid "Start Voice Call"
@@ -17182,9 +17259,21 @@ msgstr "状态指示器"
msgid "Status Slate"
msgstr "状态面板"
-#: src/components/pages/ReportPage.tsx:574
-msgid "Step {stepNumber} of {FLOW_TOTAL_STEPS}"
-msgstr "第 {stepNumber} 步,共 {FLOW_TOTAL_STEPS} 步"
+#: src/components/pages/report/ReportStepSelection.tsx:38
+msgid "Step 1"
+msgstr "步骤1"
+
+#: src/components/pages/report/ReportStepEmail.tsx:51
+msgid "Step 2"
+msgstr "步骤2"
+
+#: src/components/pages/report/ReportStepVerification.tsx:61
+msgid "Step 3"
+msgstr "步骤3"
+
+#: src/components/pages/report/ReportStepDetails.tsx:71
+msgid "Step 4"
+msgstr "步骤4"
#: src/utils/SystemMessageUtils.tsx:45
msgid "Step in, {username}! No paradoxes here; we're all friends."
@@ -17229,7 +17318,7 @@ msgid "Sticker density"
msgstr "贴纸密度"
#: src/components/auth/InviteHeader.tsx:140
-#: src/components/channel/InviteEmbed.tsx:197
+#: src/components/channel/InviteEmbed.tsx:199
#: src/components/modals/InviteAcceptModal.tsx:142
#: src/components/modals/tabs/ExpressionPacksTab.tsx:70
msgid "Sticker pack"
@@ -17261,7 +17350,7 @@ msgstr "贴纸已更新"
#: src/components/channel/AutocompleteEmoji.tsx:111
#: src/components/channel/textarea/TextareaButtons.tsx:134
-#: src/components/modals/ExpressionPickerSheet.tsx:86
+#: src/components/modals/ExpressionPickerSheet.tsx:73
#: src/components/popouts/ExpressionPickerPopout.tsx:79
msgid "Stickers"
msgstr "贴纸"
@@ -17330,11 +17419,11 @@ msgstr "自习室"
msgid "Style Variations"
msgstr "样式变体"
-#: src/components/pages/ReportPage.tsx:601
+#: src/components/pages/report/ReportStepComplete.tsx:41
msgid "Submit another report"
msgstr "提交另一份报告"
-#: src/components/pages/ReportPage.tsx:958
+#: src/components/pages/report/ReportStepDetails.tsx:240
msgid "Submit DSA Report"
msgstr "提交DSA报告"
@@ -17346,7 +17435,7 @@ msgstr "提交报告"
msgid "Submitting"
msgstr "正在提交"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:53
+#: src/components/modals/components/plutonium/VisionarySection.tsx:58
msgid "subscription"
msgstr "订阅"
@@ -17464,7 +17553,7 @@ msgstr "屏蔽嵌入内容"
msgid "Swap text to reverify variants"
msgstr "交换文本以重新验证变体"
-#: src/components/pages/ReportPage.tsx:337
+#: src/components/pages/report/optionDescriptors.ts:109
msgid "Sweden"
msgstr "瑞典"
@@ -17476,7 +17565,7 @@ msgstr "瑞典语"
msgid "Switch account"
msgstr "切换账户"
-#: src/components/popouts/UserAreaPopout.tsx:497
+#: src/components/popouts/UserAreaPopout.tsx:499
msgid "Switch Accounts"
msgstr "切换账户"
@@ -17649,8 +17738,8 @@ msgstr "文本 (NSFW)"
msgid "Text channel"
msgstr "文字频道"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:473
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:662
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:487
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:676
#: src/components/channel/channel-header/useChannelHeaderData.ts:96
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:314
msgid "Text Channel"
@@ -17677,19 +17766,19 @@ msgstr "文本区域"
msgid "Thai"
msgstr "泰语"
-#: src/components/pages/ReportPage.tsx:589
-msgid "Thank you for filing a report. We'll review it as soon as possible."
-msgstr "感谢您提交报告。我们会尽快审核它的。"
-
#: src/components/modals/IARModal.tsx:187
msgid "Thank you for helping keep Fluxer safe. Reports are reviewed by our Safety Team. False reports may result in action against your account."
msgstr "感谢您帮助保持 Fluxer 的安全。报告由我们的安全团队审核。虚假报告可能导致对您账户采取行动。"
+#: src/components/pages/report/ReportStepComplete.tsx:37
+msgid "Thank you for helping keep Fluxer safe. We'll review your report as soon as possible."
+msgstr "感谢您帮助保持Fluxer的安全。我们会尽快审核您的举报。"
+
#: src/components/form/ColorPickerField.tsx:274
msgid "That doesn't look like a valid color. Try hex, rgb(), hsl(), or a CSS color name."
msgstr "这看起来不是一个有效的颜色。请尝试十六进制、rgb()、hsl() 或 CSS 颜色名称。"
-#: src/components/pages/ReportPage.tsx:846
+#: src/components/pages/report/ReportStepDetails.tsx:117
msgid "That doesn't look like a valid URL."
msgstr "这看起来不是一个有效的 URL。"
@@ -17733,8 +17822,8 @@ msgstr "机器人已添加。"
msgid "The channel you're looking for may have been deleted or you may not have access to it."
msgstr "你寻找的频道可能已被删除,或者你可能没有访问权限。"
-#: src/components/layout/GuildLayout.tsx:308
-#: src/components/layout/GuildLayout.tsx:371
+#: src/components/layout/GuildLayout.tsx:313
+#: src/components/layout/GuildLayout.tsx:376
msgid "The community you're looking for may have been deleted or you may not have access to it."
msgstr "你寻找的社区可能已被删除,或者你可能没有访问权限。"
@@ -17795,7 +17884,7 @@ msgstr "超时时间不能超过365天(31536000秒)。"
msgid "The URL this link channel points to."
msgstr "此链接频道指向的URL。"
-#: src/components/pages/ReportPage.tsx:452
+#: src/components/pages/ReportPage.tsx:277
msgid "The verification code is invalid or expired."
msgstr "验证码无效或已过期。"
@@ -17869,7 +17958,7 @@ msgstr "这些设置使用浏览器原生音频处理以提高通话质量。为
msgid "These toggles force the client to treat features as enabled or disabled without relying on the server configuration. They only affect your client experience and are shown to developers for testing."
msgstr "这些开关强制客户端将功能视为启用或禁用,而不依赖服务器配置。它们仅影响你的客户端体验,并显示给开发者进行测试。"
-#: src/components/channel/channel-view/DMChannelView.tsx:356
+#: src/components/channel/channel-view/DMChannelView.tsx:357
msgid "They might have taken the DeLorean elsewhere."
msgstr "他们可能把德罗宁带到别处去了。"
@@ -17877,7 +17966,7 @@ msgstr "他们可能把德罗宁带到别处去了。"
msgid "they/them"
msgstr "他们/她们"
-#: src/components/channel/channel-view/DMChannelView.tsx:342
+#: src/components/channel/channel-view/DMChannelView.tsx:343
msgid "Think, McFly! Did you type the right address?"
msgstr "想想,麦弗莱!你输入的地址对吗?"
@@ -17979,7 +18068,7 @@ msgstr "此社区已暂时禁用邀请。您可以稍后再试。"
msgid "This community requires you to verify your account before joining. Please set an email and password for your account."
msgstr "此社区要求您在加入前验证账户。请为您的账户设置邮箱和密码。"
-#: src/components/channel/channel-view/DMChannelView.tsx:339
+#: src/components/channel/channel-view/DMChannelView.tsx:340
msgid "This conversation has been erased"
msgstr "此对话已被清除"
@@ -18008,8 +18097,8 @@ msgstr "此礼品码已被领取。"
msgid "This gift code has already been redeemed."
msgstr "此礼品码已被兑换。"
-#: src/components/channel/GiftEmbed.tsx:148
-#: src/components/modals/GiftAcceptModal.tsx:92
+#: src/components/channel/GiftEmbed.tsx:159
+#: src/components/modals/GiftAcceptModal.tsx:99
msgid "This gift code is invalid or already claimed."
msgstr "此礼品码无效或已被领取。"
@@ -18022,11 +18111,11 @@ msgstr "此礼品码无效或已被兑换。"
msgid "This gift code may be invalid, expired, or already redeemed."
msgstr "此礼品码可能无效、已过期或已被兑换。"
-#: src/components/modals/GiftAcceptModal.tsx:118
+#: src/components/modals/GiftAcceptModal.tsx:125
msgid "This gift has already been claimed."
msgstr "此礼物已被领取。"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:157
+#: src/components/modals/tabs/GiftInventoryTab.tsx:158
msgid "This gift has been redeemed"
msgstr "此礼物已被兑换"
@@ -18044,7 +18133,7 @@ msgstr "此邀请将在 {0} 后过期。"
msgid "This invite has unlimited uses."
msgstr "此邀请使用次数无限制。"
-#: src/components/modals/InviteModal.tsx:321
+#: src/components/modals/InviteModal.tsx:318
msgid "This invite link never expires."
msgstr "此邀请链接永不过期。"
@@ -18059,23 +18148,19 @@ msgstr "此邀请可能已过期或被删除。"
msgid "This invite never expires."
msgstr "此邀请永不过期。"
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:170
-#: src/components/emojis/EmojiInfoContent.tsx:79
+#: src/components/emojis/EmojiAttributionSubtext.tsx:130
msgid "This is a custom emoji from"
msgstr "这是一个来自"
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:160
-#: src/components/emojis/EmojiInfoContent.tsx:68
+#: src/components/emojis/EmojiAttributionSubtext.tsx:121
msgid "This is a custom emoji from a community."
msgstr "这是一个来自社区的自定义表情。"
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:150
-#: src/components/emojis/EmojiInfoContent.tsx:56
+#: src/components/emojis/EmojiAttributionSubtext.tsx:111
msgid "This is a custom emoji from a community. Ask the author for an invite to use this emoji."
msgstr "这是一个来自社区的自定义表情。向作者请求邀请以使用此表情。"
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:138
-#: src/components/emojis/EmojiInfoContent.tsx:43
+#: src/components/emojis/EmojiAttributionSubtext.tsx:101
msgid "This is a default emoji on Fluxer."
msgstr "这是Fluxer上的默认表情。"
@@ -18095,8 +18180,8 @@ msgstr "消息显示效果如下"
msgid "This is not the channel you're looking for."
msgstr "这不是您要找的频道。"
-#: src/components/layout/GuildLayout.tsx:307
-#: src/components/layout/GuildLayout.tsx:370
+#: src/components/layout/GuildLayout.tsx:312
+#: src/components/layout/GuildLayout.tsx:375
msgid "This is not the community you're looking for."
msgstr "这不是您要找的社区。"
@@ -18113,7 +18198,7 @@ msgid "This is the beginning of <0>{displayName}0>. Add friends to start a con
msgstr "这是 <0>{displayName}0> 的开始。添加好友以开始对话!"
#. placeholder {0}: user.username
-#: src/components/channel/dm/DMWelcomeSection.tsx:182
+#: src/components/channel/dm/DMWelcomeSection.tsx:194
msgid "This is the beginning of your direct message history with <0>{0}0>."
msgstr "这是您与 <0>{0}0> 的私聊历史开始。"
@@ -18194,7 +18279,7 @@ msgstr "此主题链接缺少数据。"
msgid "This theme may have been removed or the link is invalid."
msgstr "此主题可能已被移除或链接无效。"
-#: src/components/channel/dm/AddFriendForm.tsx:62
+#: src/components/channel/dm/AddFriendForm.tsx:85
msgid "This user has restricted who can send them friend requests."
msgstr "此用户限制了谁可以发送好友请求。"
@@ -18216,8 +18301,8 @@ msgid "This was a @silent message."
msgstr "这是一条@静默消息。"
#: src/actions/MessageActionCreators.tsx:392
-#: src/components/channel/Messages.tsx:442
-#: src/components/channel/Messages.tsx:522
+#: src/components/channel/Messages.tsx:440
+#: src/components/channel/Messages.tsx:520
msgid "This will create a rift in the space-time continuum and cannot be undone."
msgstr "这将在时空连续体中造成裂痕且无法撤销。"
@@ -18283,7 +18368,7 @@ msgstr "时间:{currentFormatted} / {durationFormatted}"
msgid "Timed out until {0}."
msgstr "超时直至{0}。"
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:285
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:288
#: src/components/modals/TimeoutMemberModal.tsx:207
#: src/components/modals/TimeoutMemberSheet.tsx:90
#: src/components/uikit/ContextMenu/items/GuildMemberMenuItems.tsx:272
@@ -18570,7 +18655,7 @@ msgstr "true或false"
msgid "Try a different name or use @ / # / ! / * prefixes to filter results."
msgstr "尝试不同的名称或使用@ / # / ! / *前缀来筛选结果。"
-#: src/components/channel/ChannelSearchResults.tsx:710
+#: src/components/channel/ChannelSearchResults.tsx:679
msgid "Try a different search query"
msgstr "尝试不同的搜索查询"
@@ -18585,13 +18670,13 @@ msgid "Try a different search term or filter"
msgstr "尝试不同的搜索词或筛选器"
#: src/components/auth/HandoffCodeDisplay.tsx:67
-#: src/components/channel/Messages.tsx:939
+#: src/components/channel/Messages.tsx:937
msgid "Try again"
msgstr "重试"
#: src/components/BootstrapErrorScreen.tsx:68
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:301
-#: src/components/channel/ChannelSearchResults.tsx:694
+#: src/components/channel/ChannelSearchResults.tsx:663
#: src/components/modals/channelTabs/ChannelInvitesTab.tsx:148
#: src/components/modals/channelTabs/ChannelWebhooksTab.tsx:159
#: src/components/NetworkErrorScreen.tsx:56
@@ -18612,7 +18697,7 @@ msgstr "尝试另一个名称或检查拼写。"
msgid "Try another search term"
msgstr "尝试其他搜索词"
-#: src/components/channel/InviteEmbed.tsx:359
+#: src/components/channel/InviteEmbed.tsx:361
msgid "Try asking for a new invite."
msgstr "尝试请求新的邀请。"
@@ -18802,7 +18887,7 @@ msgstr "无法安装贴纸包"
msgid "Unable to load activity logs"
msgstr "无法加载活动日志"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:104
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:108
msgid "Unable to load applications"
msgstr "无法加载应用程序"
@@ -18814,7 +18899,7 @@ msgstr "无法加载包信息。"
msgid "Unable to prepare any emojis for upload. The following errors occurred:"
msgstr "无法准备任何表情用于上传。发生以下错误:"
-#: src/components/modals/ClaimAccountModal.tsx:125
+#: src/components/modals/ClaimAccountModal.tsx:127
#: src/components/modals/EmailChangeModal.tsx:122
#: src/components/modals/EmailChangeModal.tsx:152
msgid "Unable to resend code right now"
@@ -18824,7 +18909,7 @@ msgstr "目前无法重新发送验证码"
msgid "Unable to send code to new email"
msgstr "无法发送验证码到新邮箱"
-#: src/components/channel/dm/AddFriendForm.tsx:76
+#: src/components/channel/dm/AddFriendForm.tsx:99
msgid "Unable to send friend request. Please try again."
msgstr "无法发送好友请求。请重试。"
@@ -18844,17 +18929,17 @@ msgstr "对所有人不可用"
msgid "Unavailable for everyone but staff"
msgstr "仅对员工可用"
-#: src/components/bottomsheets/DMBottomSheet.tsx:532
+#: src/components/bottomsheets/DMBottomSheet.tsx:535
#: src/components/channel/barriers/BarrierComponents.tsx:221
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:180
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:335
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:182
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:338
#: src/components/modals/tabs/BlockedUsersTab.tsx:58
#: src/components/modals/tabs/BlockedUsersTab.tsx:171
#: src/components/modals/UserProfileActionsSheet.tsx:151
#: src/components/modals/UserProfileActionsSheet.tsx:305
-#: src/components/modals/UserProfileMobileSheet.tsx:320
+#: src/components/modals/UserProfileMobileSheet.tsx:321
#: src/components/modals/UserProfileModal.tsx:1049
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:209
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:230
#: src/utils/RelationshipActionUtils.tsx:169
msgid "Unblock"
msgstr "解除屏蔽"
@@ -18863,11 +18948,11 @@ msgstr "解除屏蔽"
msgid "Unblock this user before sending a friend request."
msgstr "发送好友请求前请先解除屏蔽此用户。"
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:178
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:180
#: src/components/modals/tabs/BlockedUsersTab.tsx:56
#: src/components/modals/UserProfileActionsSheet.tsx:149
-#: src/components/modals/UserProfileMobileSheet.tsx:318
-#: src/components/modals/UserProfileModal.tsx:1243
+#: src/components/modals/UserProfileMobileSheet.tsx:319
+#: src/components/modals/UserProfileModal.tsx:1244
#: src/utils/RelationshipActionUtils.tsx:167
msgid "Unblock User"
msgstr "解除屏蔽用户"
@@ -18878,17 +18963,17 @@ msgstr "解除屏蔽用户"
msgid "Uncategorized"
msgstr "未分类"
-#: src/components/modals/tabs/BetaCodesTab.tsx:127
-#: src/components/modals/tabs/BetaCodesTab.tsx:204
+#: src/components/modals/tabs/BetaCodesTab.tsx:129
+#: src/components/modals/tabs/BetaCodesTab.tsx:206
msgid "Unclaimed"
msgstr "未认领"
#. placeholder {0}: unclaimedBetaCodes.length
-#: src/components/modals/tabs/BetaCodesTab.tsx:333
+#: src/components/modals/tabs/BetaCodesTab.tsx:358
msgid "Unclaimed ({0})"
msgstr "未认领 ({0})"
-#: src/components/modals/components/UnclaimedAccountAlert.tsx:31
+#: src/components/modals/components/UnclaimedAccountAlert.tsx:29
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:51
msgid "Unclaimed Account"
msgstr "未认领账户"
@@ -18922,7 +19007,7 @@ msgstr "取消所有设备静音"
msgid "Undeafen User"
msgstr "取消用户静音"
-#: src/components/pages/ReportPage.tsx:285
+#: src/components/pages/report/optionDescriptors.ts:63
#: src/constants/IARConstants.tsx:129
msgid "Underage User"
msgstr "未成年用户"
@@ -18981,7 +19066,7 @@ msgstr "取消焦点"
msgid "Unique invite"
msgstr "唯一邀请"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:79
+#: src/components/modals/components/plutonium/VisionarySection.tsx:88
msgid "Unique profile badge"
msgstr "独特个人资料徽章"
@@ -19035,12 +19120,12 @@ msgstr "未知实体"
msgid "Unknown error"
msgstr "未知错误"
-#: src/components/channel/GiftEmbed.tsx:147
-#: src/components/modals/GiftAcceptModal.tsx:91
+#: src/components/channel/GiftEmbed.tsx:158
+#: src/components/modals/GiftAcceptModal.tsx:98
msgid "Unknown Gift"
msgstr "未知礼物"
-#: src/components/channel/InviteEmbed.tsx:357
+#: src/components/channel/InviteEmbed.tsx:359
msgid "Unknown Invite"
msgstr "未知邀请"
@@ -19113,7 +19198,7 @@ msgstr "使用Plutonium解锁高清屏幕共享"
msgid "Unlock HD Video with Plutonium"
msgstr "使用Plutonium解锁高清视频"
-#: src/components/modals/components/PlutoniumContent.tsx:185
+#: src/components/modals/components/PlutoniumContent.tsx:196
msgid "Unlock higher limits and exclusive features while supporting an independent communication platform."
msgstr "解锁更高限制和独家功能,同时支持一个独立的通信平台。"
@@ -19126,9 +19211,9 @@ msgid "Unlock stickers in DMs with Plutonium"
msgstr "使用Plutonium解锁私信中的贴纸"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:467
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:850
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1044
-#: src/components/bottomsheets/DMBottomSheet.tsx:645
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:882
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1068
+#: src/components/bottomsheets/DMBottomSheet.tsx:648
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:321
#: src/components/bottomsheets/VoiceLobbyBottomSheet.tsx:179
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:253
@@ -19154,7 +19239,7 @@ msgstr "取消类别静音"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:400
#: src/components/bottomsheets/ChannelBottomSheet.tsx:452
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1005
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1029
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:167
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:161
msgid "Unmute Channel"
@@ -19167,9 +19252,9 @@ msgstr "取消频道静音"
msgid "Unmute Community"
msgstr "取消社区静音"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1007
-#: src/components/bottomsheets/DMBottomSheet.tsx:449
-#: src/components/bottomsheets/DMBottomSheet.tsx:590
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1031
+#: src/components/bottomsheets/DMBottomSheet.tsx:451
+#: src/components/bottomsheets/DMBottomSheet.tsx:593
msgid "Unmute Conversation"
msgstr "取消对话静音"
@@ -19200,16 +19285,16 @@ msgid "Unnamed Group"
msgstr "未命名群组"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:331
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1126
-#: src/components/bottomsheets/DMBottomSheet.tsx:478
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1150
+#: src/components/bottomsheets/DMBottomSheet.tsx:480
#: src/components/channel/dm/DMList.tsx:282
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:149
msgid "Unpin DM"
msgstr "取消置顶私信"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:290
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1126
-#: src/components/bottomsheets/DMBottomSheet.tsx:478
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1150
+#: src/components/bottomsheets/DMBottomSheet.tsx:480
#: src/components/channel/dm/DMList.tsx:243
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:129
msgid "Unpin Group DM"
@@ -19231,20 +19316,20 @@ msgid "Unpin Message"
msgstr "取消置顶消息"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:232
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:583
-#: src/components/bottomsheets/DMBottomSheet.tsx:164
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:597
+#: src/components/bottomsheets/DMBottomSheet.tsx:166
#: src/components/channel/dm/DMList.tsx:224
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:132
msgid "Unpinned DM"
msgstr "已取消置顶的私信"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:232
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:583
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:597
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:112
msgid "Unpinned group"
msgstr "已取消置顶的群组"
-#: src/components/bottomsheets/DMBottomSheet.tsx:164
+#: src/components/bottomsheets/DMBottomSheet.tsx:166
msgid "Unpinned group DM"
msgstr "未固定的群组 DM"
@@ -19279,7 +19364,7 @@ msgstr "取消隐藏嵌入内容"
msgid "Until I change it"
msgstr "直到我更改它"
-#: src/components/bottomsheets/DMBottomSheet.tsx:664
+#: src/components/bottomsheets/DMBottomSheet.tsx:667
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:334
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:57
#: src/components/channel/muteOptions.ts:39
@@ -19305,7 +19390,7 @@ msgstr "更新"
msgid "Update app"
msgstr "更新应用"
-#: src/components/modals/components/MobileSettingsView.tsx:244
+#: src/components/modals/components/MobileSettingsView.tsx:239
msgid "Update Service Worker"
msgstr "更新Service Worker"
@@ -19402,7 +19487,7 @@ msgstr "正在更新收藏…"
msgid "Updating..."
msgstr "正在更新..."
-#: src/components/modals/components/plutonium/PricingSection.tsx:84
+#: src/components/modals/components/plutonium/PricingSection.tsx:94
msgid "Upgrade Now"
msgstr "立即升级"
@@ -19415,18 +19500,19 @@ msgstr "升级至Plutonium"
msgid "Upgrade to store up to 15 custom backgrounds and unlock HD video quality, higher frame rates, and more."
msgstr "升级后可存储多达15个自定义背景,并解锁高清视频质量、更高帧率等功能。"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:265
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:316
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:297
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:357
msgid "Upgrade to Visionary"
msgstr "升级至Visionary"
#. placeholder {0}: formatter.format(visionarySlots.remaining)
-#: src/components/modals/components/plutonium/VisionarySection.tsx:109
+#: src/components/modals/components/plutonium/VisionarySection.tsx:122
+#: src/components/modals/components/plutonium/VisionarySection.tsx:134
msgid "Upgrade to Visionary — {0} Left"
msgstr "升级至Visionary — 剩余{0}"
#. placeholder {0}: isGiftSubscription ? 'gift time' : 'subscription'
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:243
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:262
msgid "Upgrading to Visionary is a <0>one-time0> purchase and will <1>cancel your current {0} immediately1>."
msgstr "升级至Visionary是<0>一次性0>购买,并将<1>立即取消您当前的{0}1>。"
@@ -19674,10 +19760,6 @@ msgstr "如果丢失身份验证器应用,使用这些代码访问您的账户
msgid "Use this button to quickly clear all permissions."
msgstr "使用此按钮快速清除所有权限。"
-#: src/components/pages/ReportPage.tsx:613
-msgid "Use this form to report illegal content under the Digital Services Act (DSA). Select what you want to report."
-msgstr "使用此表单根据数字服务法(DSA)报告非法内容。选择您想要报告的内容。"
-
#: src/components/modals/tabs/KeybindsTab.tsx:101
msgid "Use this shortcut system-wide"
msgstr "在全系统使用此快捷键"
@@ -19708,19 +19790,19 @@ msgstr "用户似乎未满13岁"
msgid "User Debug"
msgstr "用户调试"
-#: src/components/channel/channel-view/DMChannelView.tsx:353
+#: src/components/channel/channel-view/DMChannelView.tsx:354
msgid "User has vanished"
msgstr "用户已消失"
-#: src/components/pages/ReportPage.tsx:865
+#: src/components/pages/report/ReportStepDetails.tsx:137
msgid "User ID (optional)"
msgstr "用户 ID(可选)"
-#: src/components/bottomsheets/DMBottomSheet.tsx:376
+#: src/components/bottomsheets/DMBottomSheet.tsx:378
msgid "User ID copied"
msgstr "用户ID已复制"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:652
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:666
msgid "User ID copied to clipboard"
msgstr "用户ID已复制到剪贴板"
@@ -19765,7 +19847,7 @@ msgstr "用户记录"
msgid "User Settings"
msgstr "用户设置"
-#: src/components/pages/ReportPage.tsx:873
+#: src/components/pages/report/ReportStepDetails.tsx:146
msgid "User Tag (optional)"
msgstr "用户标签(可选)"
@@ -19805,7 +19887,7 @@ msgstr "用户名至少需要1个字符"
msgid "Username must be at most 32 characters"
msgstr "用户名最多32个字符"
-#: src/components/channel/dm/AddFriendForm.tsx:130
+#: src/components/channel/dm/AddFriendForm.tsx:153
msgid "Username#0000"
msgstr "用户名#0000"
@@ -19904,7 +19986,7 @@ msgstr "自定义URL长度必须在2到32个字符之间,且只能包含字母
msgid "Verification Barriers"
msgstr "验证屏障"
-#: src/components/modals/ClaimAccountModal.tsx:199
+#: src/components/modals/ClaimAccountModal.tsx:201
#: src/components/modals/EmailChangeModal.tsx:218
#: src/components/modals/EmailChangeModal.tsx:282
#: src/components/modals/PhoneAddModal.tsx:224
@@ -19912,11 +19994,11 @@ msgstr "验证屏障"
msgid "Verification code"
msgstr "验证码"
-#: src/components/pages/ReportPage.tsx:719
+#: src/components/pages/report/ReportStepVerification.tsx:86
msgid "Verification Code"
msgstr "验证码"
-#: src/components/modals/ClaimAccountModal.tsx:88
+#: src/components/modals/ClaimAccountModal.tsx:90
msgid "Verification code sent"
msgstr "验证码已发送"
@@ -19937,10 +20019,9 @@ msgstr "查看备份代码前可能需要验证。"
#: src/components/auth/AuthPageHeader.tsx:49
#: src/components/auth/InviteHeader.tsx:81
#: src/components/auth/InviteHeader.tsx:226
-#: src/components/channel/InviteEmbed.tsx:285
-#: src/components/channel/InviteEmbed.tsx:428
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:178
-#: src/components/emojis/EmojiInfoContent.tsx:87
+#: src/components/channel/InviteEmbed.tsx:287
+#: src/components/channel/InviteEmbed.tsx:430
+#: src/components/emojis/EmojiAttributionSubtext.tsx:143
#: src/components/layout/GuildHeader.tsx:132
msgid "Verified Community"
msgstr "已验证社区"
@@ -19955,7 +20036,7 @@ msgstr "已验证服务器"
msgid "Verify"
msgstr "验证"
-#: src/components/pages/ReportPage.tsx:740
+#: src/components/pages/report/ReportStepVerification.tsx:102
msgid "Verify Code"
msgstr "验证代码"
@@ -19980,6 +20061,10 @@ msgstr "验证手机号表单"
msgid "Verify You're Human"
msgstr "验证您是人类"
+#: src/components/pages/report/ReportStepEmail.tsx:54
+msgid "Verify your email"
+msgstr "验证您的电子邮件"
+
#: src/components/modals/SudoVerificationModal.tsx:359
msgid "Verify your identity"
msgstr "验证您的身份"
@@ -20012,7 +20097,7 @@ msgid "Video"
msgstr "视频"
#: src/components/channel/ChannelHeader.tsx:572
-#: src/components/modals/UserProfileMobileSheet.tsx:515
+#: src/components/modals/UserProfileMobileSheet.tsx:519
msgid "Video Call"
msgstr "视频通话"
@@ -20097,7 +20182,7 @@ msgstr "查看备份代码"
msgid "View backup codes form"
msgstr "查看备份代码表单"
-#: src/components/channel/channel-view/DMChannelView.tsx:282
+#: src/components/channel/channel-view/DMChannelView.tsx:283
msgid "View call"
msgstr "查看通话"
@@ -20138,7 +20223,7 @@ msgstr "查看礼物库存"
msgid "View Global Profile"
msgstr "查看全局资料"
-#: src/components/channel/channel-view/DMChannelView.tsx:282
+#: src/components/channel/channel-view/DMChannelView.tsx:283
msgid "View incoming call"
msgstr "查看来电"
@@ -20158,10 +20243,10 @@ msgstr "查看高级功能"
msgid "View premium perks"
msgstr "查看高级特权"
-#: src/components/bottomsheets/DMBottomSheet.tsx:411
+#: src/components/bottomsheets/DMBottomSheet.tsx:413
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:226
#: src/components/channel/friends/MobileFriendRequestItem.tsx:87
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:210
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:212
#: src/components/modals/tabs/BlockedUsersTab.tsx:87
#: src/components/uikit/ContextMenu/items/UserProfileMenuItem.tsx:43
msgid "View Profile"
@@ -20191,7 +20276,7 @@ msgstr "观众加入直播"
msgid "Viewer Leaves Stream"
msgstr "观众离开直播"
-#: src/components/pages/ReportPage.tsx:827
+#: src/components/pages/report/ReportStepDetails.tsx:96
msgid "Violation Category"
msgstr "违规类别"
@@ -20199,7 +20284,7 @@ msgstr "违规类别"
msgid "Violation category selection"
msgstr "违规类别选择"
-#: src/components/pages/ReportPage.tsx:264
+#: src/components/pages/report/optionDescriptors.ts:45
#: src/constants/IARConstants.tsx:42
msgid "Violent or Graphic Content"
msgstr "暴力或血腥内容"
@@ -20212,9 +20297,9 @@ msgstr "VIP语音"
msgid "Visible Buttons"
msgstr "可见按钮"
-#: src/components/modals/components/plutonium/PricingSection.tsx:88
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:110
-#: src/components/modals/components/plutonium/VisionarySection.tsx:58
+#: src/components/modals/components/plutonium/PricingSection.tsx:101
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:129
+#: src/components/modals/components/plutonium/VisionarySection.tsx:67
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:154
#: src/utils/modals/guildTabs/GuildAuditLogTabUtils.ts:274
msgid "Visionary"
@@ -20228,25 +20313,25 @@ msgstr "Visionary (终身 #42)"
msgid "Visionary (Lifetime Plutonium)"
msgstr "Visionary (终身 Plutonium)"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:80
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:111
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:95
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:134
msgid "Visionary {visionaryPrice}"
msgstr "Visionary {visionaryPrice}"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:96
+#: src/components/modals/components/plutonium/VisionarySection.tsx:105
msgid "Visionary community with direct team access"
msgstr "Visionary社区,拥有直接团队访问权限"
-#: src/components/modals/components/plutonium/GiftSection.tsx:87
-#: src/components/modals/components/plutonium/PricingSection.tsx:119
+#: src/components/modals/components/plutonium/GiftSection.tsx:100
+#: src/components/modals/components/plutonium/PricingSection.tsx:140
msgid "Visionary Gift"
msgstr "Visionary礼物"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:109
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:132
msgid "Visionary Gift Sold Out"
msgstr "Visionary礼物已售罄"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:80
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:95
msgid "Visionary Sold Out"
msgstr "Visionary已售罄"
@@ -20281,15 +20366,15 @@ msgstr "语音和视频设置"
msgid "Voice Activity"
msgstr "语音活动"
-#: src/components/channel/channel-view/DMChannelView.tsx:277
+#: src/components/channel/channel-view/DMChannelView.tsx:278
#: src/components/voice/VoiceCallView.tsx:466
msgid "Voice call"
msgstr "语音通话"
-#: src/components/bottomsheets/DMBottomSheet.tsx:419
+#: src/components/bottomsheets/DMBottomSheet.tsx:421
#: src/components/channel/ChannelHeader.tsx:562
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:225
-#: src/components/modals/UserProfileMobileSheet.tsx:507
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:227
+#: src/components/modals/UserProfileMobileSheet.tsx:511
msgid "Voice Call"
msgstr "语音通话"
@@ -20306,8 +20391,8 @@ msgstr "语音通话"
msgid "Voice channel"
msgstr "语音频道"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:475
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:662
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:489
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:676
#: src/components/channel/channel-header/useChannelHeaderData.ts:100
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:314
msgid "Voice Channel"
@@ -20488,8 +20573,8 @@ msgstr "我们已发送授权此登录的链接邮件。请打开您的收件箱
msgid "We failed to retrieve the full information about this user at this time."
msgstr "我们目前未能获取此用户的完整信息。"
-#: src/components/layout/GuildLayout.tsx:302
-#: src/components/layout/GuildLayout.tsx:349
+#: src/components/layout/GuildLayout.tsx:307
+#: src/components/layout/GuildLayout.tsx:354
msgid "We fluxed up! Hang tight, we're working on it."
msgstr "我们搞砸了!稍等一下,我们正在处理。"
@@ -20513,18 +20598,13 @@ msgstr "在等待授权时连接丢失。请重试。"
msgid "We need to make sure you're not a bot. Please complete the verification below."
msgstr "我们需要确认你不是机器人。请完成下面的验证。"
-#: src/components/pages/ReportPage.tsx:639
-msgid "We need to verify your email address before you can submit a report."
-msgstr "在提交报告前,我们需要验证你的电子邮件地址。"
-
#: src/components/modals/BackupCodesModal.tsx:45
msgid "We recommend saving these codes now so that you don't get locked out of your account."
msgstr "我们建议现在保存这些代码,以免被锁定账户。"
-#. placeholder {0}: state.email
-#: src/components/pages/ReportPage.tsx:702
-msgid "We sent a verification code to {0}."
-msgstr "我们已向 {0} 发送了验证代码。"
+#: src/components/pages/report/ReportStepVerification.tsx:67
+msgid "We sent a code to {email}."
+msgstr "我们已向{email}发送代码。"
#: src/components/auth/BrowserLoginHandoffModal.tsx:315
msgid "We will prefill {prefillEmail} once the browser login opens."
@@ -20534,6 +20614,10 @@ msgstr "浏览器登录打开后,我们将预填{prefillEmail}。"
msgid "We'll restore your previous email, sign out old sessions, remove phone numbers, disable MFA, and secure your account with a new password."
msgstr "我们将恢复你之前的电子邮件,登出旧会话,移除电话号码,禁用MFA,并用新密码保护你的账户。"
+#: src/components/pages/report/ReportStepEmail.tsx:57
+msgid "We'll send a short code to confirm you can receive updates about this report."
+msgstr "我们将发送一个短代码以确认您可以接收有关此举报的更新。"
+
#: src/components/modals/EmailChangeModal.tsx:190
msgid "We'll verify your current email and then your new email with one-time codes."
msgstr "我们将用一次性代码验证你当前的电子邮件,然后是你的新电子邮件。"
@@ -20546,13 +20630,13 @@ msgstr "我们将用一次性代码验证你的新电子邮件。"
msgid "We're having trouble connecting to Fluxer's servers. This could be a temporary network issue or scheduled maintenance."
msgstr "我们连接Fluxer服务器时遇到问题。这可能是临时网络问题或计划维护。"
-#: src/components/modals/tabs/BetaCodesTab.tsx:297
+#: src/components/modals/tabs/BetaCodesTab.tsx:322
#: src/components/modals/tabs/DevicesTab.tsx:230
msgid "We're having trouble connecting to the space-time continuum. Please check your connection and try again."
msgstr "我们连接时空连续体时遇到问题。请检查你的连接并重试。"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:287
-#: src/components/channel/ChannelSearchResults.tsx:681
+#: src/components/channel/ChannelSearchResults.tsx:650
msgid "We're indexing this channel for the first time. This might take a little while..."
msgstr "我们正在首次索引这个频道。这可能需要一点时间..."
@@ -20829,17 +20913,16 @@ msgstr "在此处编写自定义CSS以覆盖任何主题令牌。例如:\n:roo
msgid "Write your content here... This textarea expands as you type."
msgstr "在此处撰写您的内容...此文本区域会随着您的输入而扩展。"
-#: src/components/auth/DateOfBirthField.tsx:89
-#: src/components/auth/DateOfBirthField.tsx:156
+#: src/components/auth/DateOfBirthField.tsx:153
#: src/components/auth/MockMinimalRegisterForm.tsx:78
msgid "Year"
msgstr "年"
-#: src/components/modals/components/plutonium/PricingSection.tsx:78
+#: src/components/modals/components/plutonium/PricingSection.tsx:88
msgid "Yearly"
msgstr "每年"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:71
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:84
msgid "Yearly {yearlyPrice}"
msgstr "每年{yearlyPrice}"
@@ -20874,7 +20957,7 @@ msgstr "您即将离开Fluxer"
msgid "You are about to transfer ownership of this community to <0>{0}0>. This action is <1>irreversible1> and you will lose all owner privileges."
msgstr "您即将将此社区的所有权转移给<0>{0}0>。此操作是<1>不可逆的1>,您将失去所有所有者权限。"
-#: src/components/channel/dm/AddFriendForm.tsx:72
+#: src/components/channel/dm/AddFriendForm.tsx:95
msgid "You are already friends with this user."
msgstr "您已经是此用户的好友。"
@@ -20960,7 +21043,7 @@ msgstr "一次最多只能上传 {MAX_EMOJIS_PER_UPLOAD} 个表情。只有前 {
msgid "You can pin messages in this conversation for everyone to see."
msgstr "你可以在此对话中置顶消息,让所有人都能看到。"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:175
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:194
msgid "You can redeem additional gift codes to <0>extend0> your gift time. To start a monthly or yearly plan, wait until after it ends — or <1>upgrade to Visionary1> now (remaining gift time will be discarded)."
msgstr "你可以兑换额外的礼品码来<0>延长0>你的礼品时间。要开始月度或年度计划,请等到它结束后——或者<1>立即升级到Visionary1>(剩余的礼品时间将被丢弃)。"
@@ -20990,7 +21073,7 @@ msgstr "你可以使用链接和Markdown来格式化你的文本。使用<0/>,
msgid "You can't add new reactions while you're on timeout."
msgstr "你在禁言期间无法添加新的反应。"
-#: src/components/modals/UserProfileModal.tsx:1170
+#: src/components/modals/UserProfileModal.tsx:1171
msgid "You can't befriend yourself"
msgstr "你不能和自己成为好友"
@@ -20998,14 +21081,14 @@ msgstr "你不能和自己成为好友"
msgid "You can't interact with reactions in search results as it might disrupt the space-time continuum."
msgstr "你不能与搜索结果中的反应互动,因为这可能会扰乱时空连续性。"
-#: src/components/layout/ChannelItem.tsx:200
-#: src/components/layout/ChannelItem.tsx:366
-#: src/stores/voice/MediaEngineFacade.ts:151
-#: src/stores/voice/MediaEngineFacade.ts:482
+#: src/components/layout/ChannelItem.tsx:206
+#: src/components/layout/ChannelItem.tsx:375
+#: src/stores/voice/MediaEngineFacade.ts:154
+#: src/stores/voice/MediaEngineFacade.ts:529
msgid "You can't join while you're on timeout."
msgstr "你在禁言期间无法加入。"
-#: src/components/modals/UserProfileModal.tsx:1182
+#: src/components/modals/UserProfileModal.tsx:1183
#: src/components/popouts/UserProfilePopout.tsx:282
#: src/components/profile/ProfilePreview.tsx:284
msgid "You can't message yourself"
@@ -21019,7 +21102,7 @@ msgstr "你不能向自己发送好友请求。"
msgid "You can't send friend requests to bots."
msgstr "你不能向机器人发送好友请求。"
-#: src/components/channel/dm/AddFriendForm.tsx:64
+#: src/components/channel/dm/AddFriendForm.tsx:87
msgid "You can't send friend requests to users you've blocked. Unblock them first."
msgstr "你不能向你已屏蔽的用户发送好友请求。请先取消屏蔽他们。"
@@ -21066,11 +21149,11 @@ msgstr "你无法移除此权限,因为这也会从你自己身上移除它"
msgid "You cannot save a role with a blank name. Please provide a valid name before saving."
msgstr "你无法保存一个名称为空的角色。请在保存前提供一个有效的名称。"
-#: src/components/channel/dm/AddFriendForm.tsx:68
+#: src/components/channel/dm/AddFriendForm.tsx:91
msgid "You cannot send a friend request to yourself."
msgstr "你不能向自己发送好友请求。"
-#: src/components/channel/dm/AddFriendForm.tsx:66
+#: src/components/channel/dm/AddFriendForm.tsx:89
msgid "You cannot send friend requests to bots."
msgstr "你不能向机器人发送好友请求。"
@@ -21094,7 +21177,7 @@ msgstr "你无权访问发送此消息的频道。"
msgid "You do not have permission to send messages in this channel."
msgstr "你无权在此频道中发送消息。"
-#: src/components/layout/GuildLayout.tsx:393
+#: src/components/layout/GuildLayout.tsx:398
msgid "You don't have access to any channels in this community."
msgstr "你无法访问此社区中的任何频道。"
@@ -21114,23 +21197,23 @@ msgstr "你无权安装此表情包。"
msgid "You don't have permission to install this sticker pack."
msgstr "你无权安装此贴纸包。"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:203
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:222
msgid "You have all <0/> for <1>{monthlyPrice}/month1>."
msgstr "你拥有全部<0/>,每月仅需<1>{monthlyPrice}1>。"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:208
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:227
msgid "You have all <0/> for <1>{yearlyPrice}/year1>."
msgstr "你拥有全部<0/>,每年仅需<1>{yearlyPrice}1>。"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:213
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:232
msgid "You have all <0/> for your subscription period."
msgstr "在您的订阅期内,您拥有所有<0/>。"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:198
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:217
msgid "You have all <0/> forever. No subscriptions, no renewals."
msgstr "您永久拥有所有<0/>。无需订阅,无需续费。"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:169
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:188
msgid "You have all <0/> via a <1>gift subscription1> until <2>{giftEndDate}2>. It <3>won't renew3>."
msgstr "您通过<1>礼品订阅1>拥有所有<0/>,有效期至<2>{giftEndDate}2>。它<3>不会自动续订3>。"
@@ -21228,11 +21311,11 @@ msgstr "您已无法访问此已保存消息。是否删除?"
msgid "You made it, {username}! We're about to hit 88mph!"
msgstr "你成功了,{username}!我们即将达到88英里每小时!"
-#: src/components/channel/CallMessage.tsx:179
+#: src/components/channel/CallMessage.tsx:173
msgid "You missed a call from <0/> that lasted {durationText}."
msgstr "您错过了<0/>的来电,通话时长为{durationText}。"
-#: src/components/channel/CallMessage.tsx:184
+#: src/components/channel/CallMessage.tsx:178
msgid "You missed a call from <0/>."
msgstr "你错过了来自 <0/> 的电话。"
@@ -21252,7 +21335,7 @@ msgstr "您必须年满18岁才能查看此内容。<0>了解更多0>"
msgid "You must be connected to the gateway to accept this temporary invite. Please check your connection and try again."
msgstr "您必须连接到网关才能接受此临时邀请。请检查您的连接并重试。"
-#: src/components/pages/ReportPage.tsx:463
+#: src/components/pages/ReportPage.tsx:288
msgid "You must verify your email before submitting a report."
msgstr "提交报告前,您必须验证您的电子邮件。"
@@ -21385,7 +21468,7 @@ msgstr "您在语音频道中"
msgid "You're sending messages too quickly"
msgstr "您发送消息的速度太快了"
-#: src/components/channel/Messages.tsx:909
+#: src/components/channel/Messages.tsx:907
msgid "You're viewing older messages"
msgstr "您正在查看较早的消息"
@@ -21464,7 +21547,7 @@ msgstr "您的账户已获批准。正在将您重定向到应用..."
msgid "Your account has been created, but access is temporarily limited until approval. You will be notified once your account is approved."
msgstr "您的账户已创建,但在批准前访问暂时受限。一旦您的账户获得批准,您将收到通知。"
-#: src/components/modals/components/UnclaimedAccountAlert.tsx:38
+#: src/components/modals/components/UnclaimedAccountAlert.tsx:36
msgid "Your account is not yet claimed. Without an email and password, you won't be able to sign in from other devices and you could lose access to your account. Claim your account now to secure it."
msgstr "您的账户尚未认领。没有邮箱和密码,您将无法从其他设备登录,并可能失去账户访问权限。立即认领您的账户以确保安全。"
@@ -21508,7 +21591,7 @@ msgstr "您现有的通知声音设置将被保留。"
msgid "Your export request will be processed"
msgstr "您的导出请求将被处理"
-#: src/components/pages/ReportPage.tsx:935
+#: src/components/pages/report/ReportStepDetails.tsx:213
msgid "Your FluxerTag (optional)"
msgstr "您的FluxerTag(可选)"
@@ -21521,7 +21604,7 @@ msgid "Your invite expires in 24 hours"
msgstr "您的邀请将在24小时后过期"
#. placeholder {0}: getExpirationText()
-#: src/components/modals/InviteModal.tsx:325
+#: src/components/modals/InviteModal.tsx:322
msgid "Your invite link expires in {0}."
msgstr "您的邀请链接将在{0}后过期。"
@@ -21565,7 +21648,7 @@ msgstr "您的个人空间,用于快速访问您喜爱的频道、私聊和群
msgid "Your Plutonium subscription has expired. You've lost all Plutonium perks. Reactivate your subscription to regain access."
msgstr "您的Plutonium订阅已过期。您已失去所有Plutonium特权。重新激活订阅以恢复访问。"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:781
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:813
msgid "Your private space"
msgstr "您的私人空间"
@@ -21573,7 +21656,7 @@ msgstr "您的私人空间"
msgid "Your private space for thoughts and reminders"
msgstr "您用于记录想法和提醒的私人空间"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:277
+#: src/components/modals/tabs/GiftInventoryTab.tsx:300
msgid "Your Purchased Gifts"
msgstr "您购买的礼物"
@@ -21585,15 +21668,11 @@ msgstr "你的地区"
msgid "Your stream is still being broadcast"
msgstr "你的直播仍在进行中"
-#: src/components/pages/ReportPage.tsx:594
-msgid "Your submission ID"
-msgstr "您的提交 ID"
-
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:153
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:172
msgid "Your subscription ended, but you still have all <0/> until <1>{graceDate}1>. Resubscribe to keep them."
msgstr "你的订阅已结束,但在<1>{graceDate}1>之前你仍保留所有<0/>。重新订阅以继续保留。"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:138
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:157
msgid "Your subscription expired on <0>{expiredDate}0>. You lost all <1/>. You can reactivate at any time."
msgstr "你的订阅已于<0>{expiredDate}0>过期。你已失去所有<1/>。你可以随时重新激活。"
@@ -21609,7 +21688,7 @@ msgstr "你的订阅已重新激活!"
msgid "Your subscription has been set to cancel at the end of your billing period."
msgstr "你的订阅已设置为在账单周期结束时取消。"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:191
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:210
msgid "Your subscription will cancel on <0>{cancelDate}0>. You'll lose all <1/> after that date."
msgstr "你的订阅将于<0>{cancelDate}0>取消。之后你将失去所有<1/>。"
diff --git a/fluxer_app/src/locales/zh-TW/messages.po b/fluxer_app/src/locales/zh-TW/messages.po
index 4ffb63f3..3b60b0d0 100644
--- a/fluxer_app/src/locales/zh-TW/messages.po
+++ b/fluxer_app/src/locales/zh-TW/messages.po
@@ -68,12 +68,12 @@ msgstr "(最多顯示 15 個)"
msgid "(No content)"
msgstr "(無內容)"
-#: src/components/modals/UserProfileMobileSheet.tsx:552
+#: src/components/modals/UserProfileMobileSheet.tsx:556
#: src/components/pages/YouPage.tsx:147
msgid "(only visible to you)"
msgstr "(僅你可見)"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:954
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:976
msgid "(you)"
msgstr "(你)"
@@ -138,12 +138,12 @@ msgid "{0} Online"
msgstr "{0} 在線"
#. placeholder {0}: reaction.count
-#: src/components/channel/MessageReactions.tsx:120
+#: src/components/channel/MessageReactions.tsx:119
msgid "{0} reaction"
msgstr "{0} 反應"
#. placeholder {0}: reaction.count
-#: src/components/channel/MessageReactions.tsx:120
+#: src/components/channel/MessageReactions.tsx:119
msgid "{0} reactions"
msgstr "{0} 反應"
@@ -153,13 +153,13 @@ msgid "{0} remaining"
msgstr "剩餘 {0}"
#. placeholder {0}: machineState.total
-#: src/components/channel/ChannelSearchResults.tsx:315
+#: src/components/channel/ChannelSearchResults.tsx:272
msgid "{0} Result"
msgstr "{0} 結果"
#. placeholder {0}: machineState.total
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:390
-#: src/components/channel/ChannelSearchResults.tsx:315
+#: src/components/channel/ChannelSearchResults.tsx:272
msgid "{0} Results"
msgstr "{0} 筆結果"
@@ -402,7 +402,7 @@ msgstr "{actor} 更新了貼圖 {namedTarget}。"
msgid "{actor} updated the webhook {namedTarget}."
msgstr "{actor} 更新了 Webhook {namedTarget}。"
-#: src/components/modals/tabs/BetaCodesTab.tsx:280
+#: src/components/modals/tabs/BetaCodesTab.tsx:284
msgid "{allowance} codes remaining this week"
msgstr "本週剩餘 {allowance} 組代碼"
@@ -533,7 +533,7 @@ msgstr "{emojiName},{0} 反應"
msgid "{emojiName}, {0} reactions"
msgstr "{emojiName},{0} 反應"
-#: src/components/channel/MessageReactions.tsx:122
+#: src/components/channel/MessageReactions.tsx:121
msgid "{emojiName}: {reactionCountText}, {actionText}"
msgstr "{emojiName}:{reactionCountText},{actionText}"
@@ -561,8 +561,8 @@ msgstr "{label} 圖片無法動態顯示。請使用 JPEG、PNG 或 WebP 格式.
#: src/components/auth/InviteHeader.tsx:127
#: src/components/auth/InviteHeader.tsx:241
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:281
-#: src/components/channel/InviteEmbed.tsx:180
-#: src/components/channel/InviteEmbed.tsx:444
+#: src/components/channel/InviteEmbed.tsx:182
+#: src/components/channel/InviteEmbed.tsx:446
msgid "{memberCount} Member"
msgstr "{memberCount} 位成員"
@@ -570,8 +570,8 @@ msgstr "{memberCount} 位成員"
#: src/components/auth/InviteHeader.tsx:127
#: src/components/auth/InviteHeader.tsx:241
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:281
-#: src/components/channel/InviteEmbed.tsx:180
-#: src/components/channel/InviteEmbed.tsx:444
+#: src/components/channel/InviteEmbed.tsx:182
+#: src/components/channel/InviteEmbed.tsx:446
msgid "{memberCount} Members"
msgstr "{memberCount} 位成員"
@@ -606,11 +606,11 @@ msgstr "{minutes} 分鐘和 {seconds} 秒"
msgid "{minutes} minutes and 1 second"
msgstr "{minutes}分鐘和1秒"
-#: src/components/channel/dm/DMWelcomeSection.tsx:155
+#: src/components/channel/dm/DMWelcomeSection.tsx:167
msgid "{mutualGuildCount} mutual commmunity"
msgstr "{mutualGuildCount} 個互通社群"
-#: src/components/channel/dm/DMWelcomeSection.tsx:156
+#: src/components/channel/dm/DMWelcomeSection.tsx:168
msgid "{mutualGuildCount} mutual communities"
msgstr "{mutualGuildCount} 個互通社群"
@@ -632,7 +632,7 @@ msgstr "{participantCount} 位在通話中的參與者"
#: src/components/auth/InviteHeader.tsx:235
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:276
-#: src/components/channel/InviteEmbed.tsx:439
+#: src/components/channel/InviteEmbed.tsx:441
msgid "{presenceCount} Online"
msgstr "{presenceCount} 在線"
@@ -644,15 +644,15 @@ msgstr "剩餘 {remaining} 字元"
msgid "{remaining} characters left. Get Plutonium to write up to {premiumMaxLength} characters."
msgstr "剩餘 {remaining} 字元。如使用 Plutonium 可輸入至多 {premiumMaxLength} 字元。"
-#: src/components/channel/InviteEmbed.tsx:301
+#: src/components/channel/InviteEmbed.tsx:303
msgid "{renderedMemberCount} Member"
msgstr "{renderedMemberCount} 位成員"
-#: src/components/channel/InviteEmbed.tsx:301
+#: src/components/channel/InviteEmbed.tsx:303
msgid "{renderedMemberCount} Members"
msgstr "{renderedMemberCount} 位成員"
-#: src/components/channel/InviteEmbed.tsx:296
+#: src/components/channel/InviteEmbed.tsx:298
msgid "{renderedPresenceCount} Online"
msgstr "{renderedPresenceCount} 在線"
@@ -704,11 +704,11 @@ msgstr "{totalSeconds} 秒"
msgid "{totalSeconds} seconds"
msgstr "{totalSeconds} 秒"
-#: src/components/layout/GuildsLayout.tsx:231
+#: src/components/layout/GuildsLayout.tsx:229
msgid "{unavailableCount} communities are temporarily unavailable due to a flux capacitor malfunction."
msgstr "{unavailableCount} 個社群因為時間引擎故障而暫時無法使用。"
-#: src/components/layout/GuildsLayout.tsx:230
+#: src/components/layout/GuildsLayout.tsx:228
msgid "{unavailableCount} community is temporarily unavailable due to a flux capacitor malfunction."
msgstr "{unavailableCount} 個社群因為時間引擎故障而暫時無法使用。"
@@ -814,27 +814,27 @@ msgstr "@everyone 提及"
msgid "@username"
msgstr "@username"
-#: src/components/channel/CallMessage.tsx:75
+#: src/components/channel/CallMessage.tsx:72
msgid "# days"
msgstr "# 天"
-#: src/components/channel/CallMessage.tsx:76
+#: src/components/channel/CallMessage.tsx:73
msgid "# hours"
msgstr "# 小時"
-#: src/components/channel/CallMessage.tsx:77
+#: src/components/channel/CallMessage.tsx:74
msgid "# minutes"
msgstr "# 分鐘"
-#: src/components/channel/CallMessage.tsx:73
+#: src/components/channel/CallMessage.tsx:70
msgid "# months"
msgstr "# 月"
-#: src/components/channel/CallMessage.tsx:74
+#: src/components/channel/CallMessage.tsx:71
msgid "# weeks"
msgstr "# 週"
-#: src/components/channel/CallMessage.tsx:72
+#: src/components/channel/CallMessage.tsx:69
msgid "# years"
msgstr "# 年"
@@ -878,11 +878,11 @@ msgstr "<0/> 將 <1/> 從群組中移除。"
msgid "<0/> removed someone from the group."
msgstr "<0/> 將某人從群組中移除。"
-#: src/components/channel/CallMessage.tsx:191
+#: src/components/channel/CallMessage.tsx:185
msgid "<0/> started a call that lasted {durationText}."
msgstr "<0/> 開始了一場持續 {durationText} 的通話。"
-#: src/components/channel/CallMessage.tsx:154
+#: src/components/channel/CallMessage.tsx:148
msgid "<0/> started a call."
msgstr "<0/> 開始了一場通話。"
@@ -943,11 +943,11 @@ msgstr "<0>解除靜音0> 該成員。"
msgid "<0>Warning:0> This will also disable SMS two-factor authentication."
msgstr "<0>警告:0> 此操作也會停用簡訊雙重驗證。"
-#: src/components/modals/tabs/BetaCodesTab.tsx:278
+#: src/components/modals/tabs/BetaCodesTab.tsx:282
msgid "1 code remaining this week"
msgstr "本週剩餘 1 組代碼"
-#: src/components/channel/CallMessage.tsx:75
+#: src/components/channel/CallMessage.tsx:72
#: src/components/modals/BanMemberModal.tsx:54
#: src/components/modals/InviteModal.tsx:77
#: src/components/modals/InviteModal.tsx:212
@@ -956,7 +956,7 @@ msgstr "本週剩餘 1 組代碼"
msgid "1 day"
msgstr "1 天"
-#: src/components/channel/CallMessage.tsx:76
+#: src/components/channel/CallMessage.tsx:73
#: src/components/modals/BanMemberModal.tsx:52
#: src/components/modals/channelTabs/ChannelOverviewTab.tsx:154
#: src/components/modals/CustomStatusBottomSheet.tsx:44
@@ -993,7 +993,7 @@ msgstr "1 分鐘和 {seconds} 秒"
msgid "1 minute and 1 second"
msgstr "1分鐘和1秒"
-#: src/components/channel/CallMessage.tsx:73
+#: src/components/channel/CallMessage.tsx:70
#: src/components/modals/BanMemberModal.tsx:59
msgid "1 month"
msgstr "1 個月"
@@ -1002,12 +1002,12 @@ msgstr "1 個月"
msgid "1 Month"
msgstr "1 個月"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:99
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:120
msgid "1 Month {monthlyPrice}"
msgstr "1 個月 {monthlyPrice}"
-#: src/components/modals/components/plutonium/GiftSection.tsx:78
-#: src/components/modals/components/plutonium/PricingSection.tsx:110
+#: src/components/modals/components/plutonium/GiftSection.tsx:88
+#: src/components/modals/components/plutonium/PricingSection.tsx:128
msgid "1 Month Gift"
msgstr "1 個月禮物"
@@ -1020,22 +1020,22 @@ msgstr "1 次使用"
msgid "1 user"
msgstr "1 位使用者"
-#: src/components/channel/CallMessage.tsx:74
+#: src/components/channel/CallMessage.tsx:71
#: src/components/modals/BanMemberModal.tsx:57
#: src/components/modals/TimeoutMemberOptions.ts:39
msgid "1 week"
msgstr "1 週"
-#: src/components/channel/CallMessage.tsx:72
+#: src/components/channel/CallMessage.tsx:69
msgid "1 year"
msgstr "1 年"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:91
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:109
msgid "1 Year {yearlyPrice}"
msgstr "1 年 {yearlyPrice}"
-#: src/components/modals/components/plutonium/GiftSection.tsx:69
-#: src/components/modals/components/plutonium/PricingSection.tsx:101
+#: src/components/modals/components/plutonium/GiftSection.tsx:76
+#: src/components/modals/components/plutonium/PricingSection.tsx:116
msgid "1 Year Gift"
msgstr "1 年禮物"
@@ -1286,8 +1286,8 @@ msgstr "8 小時"
msgid "A 4-digit tag will be added automatically to ensure uniqueness"
msgstr "系統將自動加入 4 位數標籤以確保唯一性"
-#: src/components/channel/CallMessage.tsx:86
-#: src/components/channel/CallMessage.tsx:148
+#: src/components/channel/CallMessage.tsx:83
+#: src/components/channel/CallMessage.tsx:142
msgid "a few seconds"
msgstr "幾秒鐘"
@@ -1299,7 +1299,7 @@ msgstr "一小群鍵盤勇士正在集結..."
msgid "A helpful bot that does amazing things!"
msgstr "一個能做驚人事情的貼心機器人!"
-#: src/components/channel/CallMessage.tsx:77
+#: src/components/channel/CallMessage.tsx:74
msgid "a minute"
msgstr "一分鐘"
@@ -1316,7 +1316,7 @@ msgid "A symphony of clacking keys is underway..."
msgstr "鍵盤敲擊的交響樂正在進行中..."
#: src/components/modals/tabs/MyProfileTab/BioEditor.tsx:127
-#: src/components/modals/UserProfileMobileSheet.tsx:528
+#: src/components/modals/UserProfileMobileSheet.tsx:532
#: src/components/pages/YouPage.tsx:132
msgid "About Me"
msgstr "關於我"
@@ -1330,18 +1330,18 @@ msgstr "關於你"
msgid "Accent Color"
msgstr "強調色"
-#: src/components/channel/channel-view/DMChannelView.tsx:291
-#: src/components/channel/dm/DMWelcomeSection.tsx:116
+#: src/components/channel/channel-view/DMChannelView.tsx:292
+#: src/components/channel/dm/DMWelcomeSection.tsx:128
#: src/components/channel/friends/FriendListItem.tsx:238
#: src/components/channel/friends/MobileFriendRequestItem.tsx:99
#: src/components/voice/IncomingCallUI.tsx:302
msgid "Accept"
msgstr "接受"
-#: src/components/bottomsheets/DMBottomSheet.tsx:515
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:260
-#: src/components/modals/UserProfileModal.tsx:1258
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:88
+#: src/components/bottomsheets/DMBottomSheet.tsx:517
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:262
+#: src/components/modals/UserProfileModal.tsx:1259
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:109
msgid "Accept Friend Request"
msgstr "接受好友邀請"
@@ -1358,7 +1358,7 @@ msgstr "接受邀請"
msgid "Accept the incoming call"
msgstr "接聽來電"
-#: src/components/channel/InviteEmbed.tsx:226
+#: src/components/channel/InviteEmbed.tsx:228
#: src/components/modals/InviteAcceptModal.tsx:163
msgid "Accepting this invite installs the pack automatically."
msgstr "接受此邀請會自動安裝套件。"
@@ -1407,7 +1407,7 @@ msgstr "帳戶與 Premium"
msgid "Account appears to exist solely for spamming"
msgstr "帳戶疑似僅用於垃圾訊息"
-#: src/components/modals/ClaimAccountModal.tsx:105
+#: src/components/modals/ClaimAccountModal.tsx:107
msgid "Account claimed successfully"
msgstr "帳戶認領成功"
@@ -1459,7 +1459,7 @@ msgstr "僅涵蓋你歷來加入的所有私訊"
msgid "Action with both icons!"
msgstr "同時顯示雙圖示的操作!"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:124
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:143
msgid "Active"
msgstr "活躍"
@@ -1584,12 +1584,13 @@ msgstr "新增電子郵件"
msgid "Add Favorite Channels"
msgstr "新增最愛頻道"
-#: src/components/bottomsheets/DMBottomSheet.tsx:524
+#: src/components/bottomsheets/DMBottomSheet.tsx:527
#: src/components/channel/dm/AddFriendView.tsx:32
#: src/components/channel/dm/DMFriendsView.tsx:199
#: src/components/modals/AddFriendSheet.tsx:50
-#: src/components/modals/UserProfileModal.tsx:1178
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:68
+#: src/components/modals/UserProfileModal.tsx:1179
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:75
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:89
msgid "Add Friend"
msgstr "新增好友"
@@ -1597,7 +1598,7 @@ msgstr "新增好友"
msgid "Add Friends"
msgstr "新增好友"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1187
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1211
#: src/components/channel/ChannelHeader.tsx:630
#: src/components/channel/dm/GroupDMWelcomeSection.tsx:85
msgid "Add Friends to Group"
@@ -1612,7 +1613,7 @@ msgstr "新增項目"
msgid "Add new reactions to messages."
msgstr "為訊息新增表情反應。"
-#: src/components/bottomsheets/DMBottomSheet.tsx:426
+#: src/components/bottomsheets/DMBottomSheet.tsx:428
#: src/components/profile/ProfileCard/ProfileCardActions.tsx:48
#: src/components/uikit/ContextMenu/items/UserNoteMenuItems.tsx:42
msgid "Add Note"
@@ -1647,7 +1648,7 @@ msgstr "新增電話號碼表單"
#: src/components/channel/MessageActionBar.tsx:450
#: src/components/channel/MessageActionBar.tsx:741
#: src/components/channel/messageActionMenu.tsx:92
-#: src/components/channel/MessageReactions.tsx:264
+#: src/components/channel/MessageReactions.tsx:263
#: src/components/uikit/ContextMenu/items/MessageMenuItems.tsx:65
msgid "Add Reaction"
msgstr "新增反應"
@@ -1695,8 +1696,8 @@ msgid "Add to favorites"
msgstr "加入最愛"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:370
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1103
-#: src/components/bottomsheets/DMBottomSheet.tsx:400
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1127
+#: src/components/bottomsheets/DMBottomSheet.tsx:402
#: src/components/channel/ChannelHeader.tsx:547
#: src/components/channel/ChannelHeader.tsx:595
#: src/components/channel/ChannelHeader.tsx:600
@@ -1731,11 +1732,11 @@ msgid "Added to bookmarks"
msgstr "已加入書籤"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:118
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:544
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:558
msgid "Added to favorites"
msgstr "已加入最愛"
-#: src/components/bottomsheets/DMBottomSheet.tsx:129
+#: src/components/bottomsheets/DMBottomSheet.tsx:131
msgid "Added to Favorites"
msgstr "已加入最愛"
@@ -1752,7 +1753,7 @@ msgstr "新增於:{createdDate}"
msgid "Added: {createdDate} • Last used: {lastUsedDate}"
msgstr "新增於:{createdDate} • 最後使用:{lastUsedDate}"
-#: src/components/pages/ReportPage.tsx:943
+#: src/components/pages/report/ReportStepDetails.tsx:222
msgid "Additional Comments (optional)"
msgstr "附加意見(選填)"
@@ -1873,7 +1874,7 @@ msgstr "所有來電將靜音通知而不響鈴。預設情況下,非好友來
msgid "All Communities"
msgstr "所有社群"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:74
+#: src/components/modals/components/plutonium/VisionarySection.tsx:83
msgid "All current and future Plutonium benefits, forever"
msgstr "所有現在與未來的 Plutonium 福利,永久有效"
@@ -1911,7 +1912,7 @@ msgstr "所有成員"
msgid "All messages"
msgstr "所有訊息"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1377
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1401
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:206
#: src/components/modals/GuildNotificationSettingsModal.tsx:87
#: src/components/modals/GuildNotificationSettingsModal.tsx:273
@@ -2071,11 +2072,11 @@ msgstr "已允許 {0}。"
msgid "Already have an account?"
msgstr "已經有帳號了嗎?"
-#: src/components/channel/InviteEmbed.tsx:187
+#: src/components/channel/InviteEmbed.tsx:189
msgid "Already joined"
msgstr "已加入"
-#: src/components/channel/GiftEmbed.tsx:90
+#: src/components/channel/GiftEmbed.tsx:97
msgid "Already redeemed"
msgstr "已兌換"
@@ -2135,8 +2136,8 @@ msgstr "永遠信任 <0>{hostname}0> — 下次跳過此警告"
msgid "Always underline links"
msgstr "連結永遠加底線"
-#: src/components/channel/ChannelSearchResults.tsx:511
-#: src/components/channel/ChannelSearchResults.tsx:562
+#: src/components/channel/ChannelSearchResults.tsx:480
+#: src/components/channel/ChannelSearchResults.tsx:531
#: src/hooks/useChannelSearch.ts:233
#: src/hooks/useChannelSearch.ts:375
msgid "An error occurred while searching"
@@ -2198,7 +2199,7 @@ msgid "Animated Emoji ({0})"
msgstr "動畫表情符號({0})"
#: src/components/channel/embeds/media/EmbedGifv.tsx:237
-#: src/components/channel/embeds/media/EmbedGifv.tsx:725
+#: src/components/channel/embeds/media/EmbedGifv.tsx:749
#: src/components/modals/MediaViewerModal.tsx:294
#: src/components/modals/MediaViewerModal.tsx:362
msgid "Animated GIF"
@@ -2320,8 +2321,8 @@ msgstr "應用程式更新成功"
msgid "Applications"
msgstr "應用程式"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:99
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:137
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:103
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:141
msgid "Applications & Bots"
msgstr "應用程式與機器人"
@@ -2352,7 +2353,7 @@ msgid "Archive"
msgstr "封存"
#. placeholder {0}: user.username
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:162
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:164
#: src/components/modals/UserProfileActionsSheet.tsx:133
#: src/utils/RelationshipActionUtils.tsx:141
msgid "Are you sure you want to block {0}? They won't be able to message you or send you friend requests."
@@ -2368,8 +2369,8 @@ msgid "Are you sure you want to close this group DM? You can always reopen it la
msgstr "確定要關閉這個群組私訊嗎?你之後還可以重新開啟。"
#. placeholder {0}: recipient?.username ?? ''
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:601
-#: src/components/bottomsheets/DMBottomSheet.tsx:303
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:615
+#: src/components/bottomsheets/DMBottomSheet.tsx:305
msgid "Are you sure you want to close your DM with {0}? You can always reopen it later."
msgstr "確定要關閉與 {0} 的私訊嗎?你之後還可以重新開啟。"
@@ -2406,7 +2407,7 @@ msgid "Are you sure you want to delete #{0}? This action cannot be undone."
msgstr "確定要刪除 #{0} 嗎?此操作無法還原。"
#. placeholder {0}: channel.name ?? 'this channel'
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:667
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:681
msgid "Are you sure you want to delete #{0}? This cannot be undone."
msgstr "確定要刪除 #{0} 嗎?此操作無法還原。"
@@ -2504,7 +2505,7 @@ msgstr "確定要離開 {0} 嗎?"
msgid "Are you sure you want to leave this community? You will no longer be able to see any messages."
msgstr "確定要離開這個社群嗎?你將無法再看到任何訊息。"
-#: src/components/bottomsheets/DMBottomSheet.tsx:338
+#: src/components/bottomsheets/DMBottomSheet.tsx:340
#: src/hooks/useLeaveGroup.tsx:43
msgid "Are you sure you want to leave this group? You will no longer be able to see any messages."
msgstr "確定要離開這個群組嗎?你將無法再看到任何訊息。"
@@ -2515,9 +2516,9 @@ msgid "Are you sure you want to make {0} the group owner? You will lose owner pr
msgstr "確定要將 {0} 設為群組擁有者嗎?你將失去擁有者權限。"
#. placeholder {0}: user.username
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:145
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:147
#: src/components/modals/UserProfileActionsSheet.tsx:116
-#: src/components/modals/UserProfileMobileSheet.tsx:303
+#: src/components/modals/UserProfileMobileSheet.tsx:304
#: src/utils/RelationshipActionUtils.tsx:114
msgid "Are you sure you want to remove {0} as a friend?"
msgstr "確定要移除 {0} 為好友嗎?"
@@ -2557,10 +2558,10 @@ msgid "Are you sure you want to transfer ownership of the group to {0}?"
msgstr "確定要將群組所有權轉移給 {0} 嗎?"
#. placeholder {0}: user.username
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:179
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:181
#: src/components/modals/tabs/BlockedUsersTab.tsx:57
#: src/components/modals/UserProfileActionsSheet.tsx:150
-#: src/components/modals/UserProfileMobileSheet.tsx:319
+#: src/components/modals/UserProfileMobileSheet.tsx:320
#: src/utils/RelationshipActionUtils.tsx:168
msgid "Are you sure you want to unblock {0}?"
msgstr "確定要解除封鎖 {0} 嗎?"
@@ -2573,7 +2574,7 @@ msgstr "藝術社"
msgid "Artists' Corner"
msgstr "藝術家天地"
-#: src/components/modals/components/plutonium/PricingSection.tsx:63
+#: src/components/modals/components/plutonium/PricingSection.tsx:69
msgid "As a Gift"
msgstr "作為禮物"
@@ -2689,7 +2690,7 @@ msgstr "音訊設定"
msgid "Audio will be included with this screen share."
msgstr "此畫面分享將包含音訊。"
-#: src/components/pages/ReportPage.tsx:311
+#: src/components/pages/report/optionDescriptors.ts:83
msgid "Austria"
msgstr "奧地利"
@@ -2844,6 +2845,7 @@ msgstr "平均延遲:"
#: src/components/modals/PhoneAddModal.tsx:235
#: src/components/modals/RequiredActionModal.tsx:463
#: src/components/pages/OAuthAuthorizePage.tsx:694
+#: src/components/pages/report/ReportStepDetails.tsx:243
msgid "Back"
msgstr "返回"
@@ -2933,7 +2935,7 @@ msgid "Balanced quality and bandwidth"
msgstr "品質與頻寬平衡"
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:353
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:320
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:323
#: src/components/modals/UserProfileActionsSheet.tsx:262
msgid "Ban"
msgstr "封鎖"
@@ -3035,7 +3037,7 @@ msgstr "之前:"
msgid "Begin a call in the current private conversation"
msgstr "在目前私人對話中開始通話"
-#: src/components/pages/ReportPage.tsx:312
+#: src/components/pages/report/optionDescriptors.ts:84
msgid "Belgium"
msgstr "比利時"
@@ -3066,7 +3068,7 @@ msgstr "測試碼(選填)"
msgid "Beta Code Redeemed!"
msgstr "測試碼已兌換!"
-#: src/components/modals/tabs/BetaCodesTab.tsx:313
+#: src/components/modals/tabs/BetaCodesTab.tsx:338
#: src/components/modals/utils/settingsSearchIndex.ts:741
msgid "Beta Codes"
msgstr "測試碼"
@@ -3083,13 +3085,13 @@ msgstr "個人簡介"
msgid "Bio character limit"
msgstr "個人簡介字數上限"
-#: src/components/bottomsheets/DMBottomSheet.tsx:538
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:163
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:345
+#: src/components/bottomsheets/DMBottomSheet.tsx:541
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:165
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:348
#: src/components/modals/UserProfileActionsSheet.tsx:134
#: src/components/modals/UserProfileActionsSheet.tsx:298
#: src/components/modals/UserProfileModal.tsx:1062
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:190
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:211
#: src/utils/RelationshipActionUtils.tsx:143
msgid "Block"
msgstr "封鎖"
@@ -3106,7 +3108,7 @@ msgstr "封鎖社群成員的私訊?"
msgid "Block for all communities"
msgstr "在所有社群中封鎖"
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:161
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:163
#: src/components/modals/UserProfileActionsSheet.tsx:132
#: src/utils/RelationshipActionUtils.tsx:139
msgid "Block User"
@@ -3270,7 +3272,7 @@ msgstr "需要瀏覽器音訊"
msgid "Browser locale ({browserLocale}): {format}"
msgstr "瀏覽器語系 ({browserLocale}):{format}"
-#: src/components/pages/ReportPage.tsx:313
+#: src/components/pages/report/optionDescriptors.ts:85
msgid "Bulgaria"
msgstr "保加利亞"
@@ -3313,16 +3315,16 @@ msgstr "提交期間呈現中..."
msgid "Buttons with Icons"
msgstr "帶圖示的按鈕"
-#: src/components/modals/components/plutonium/GiftSection.tsx:74
-#: src/components/modals/components/plutonium/GiftSection.tsx:83
-#: src/components/modals/components/plutonium/GiftSection.tsx:92
-#: src/components/modals/components/plutonium/PricingSection.tsx:106
-#: src/components/modals/components/plutonium/PricingSection.tsx:115
-#: src/components/modals/components/plutonium/PricingSection.tsx:124
+#: src/components/modals/components/plutonium/GiftSection.tsx:81
+#: src/components/modals/components/plutonium/GiftSection.tsx:93
+#: src/components/modals/components/plutonium/GiftSection.tsx:105
+#: src/components/modals/components/plutonium/PricingSection.tsx:121
+#: src/components/modals/components/plutonium/PricingSection.tsx:133
+#: src/components/modals/components/plutonium/PricingSection.tsx:145
msgid "Buy Gift"
msgstr "購買禮物"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:114
+#: src/components/modals/components/plutonium/VisionarySection.tsx:140
msgid "Buying Visionary will cancel your current {currentAccessLabel} immediately. It is a one-time purchase with lifetime access."
msgstr "購買 Visionary 將立即取消您目前的 {currentAccessLabel}。這是一項一次性購買,並可享有終身訪問權限."
@@ -3347,7 +3349,7 @@ msgstr "繞過慢速模式"
msgid "Bypass Splash Screen"
msgstr "跳過啟動畫面"
-#: src/components/channel/channel-view/DMChannelView.tsx:271
+#: src/components/channel/channel-view/DMChannelView.tsx:272
msgid "Call available"
msgstr "可進行通話"
@@ -3446,11 +3448,11 @@ msgstr "相機設定"
#: src/components/modals/CategoryCreateModal.tsx:79
#: src/components/modals/ChannelCreateModal.tsx:100
#: src/components/modals/ChannelDeleteModal.tsx:72
-#: src/components/modals/ClaimAccountModal.tsx:179
-#: src/components/modals/ClaimAccountModal.tsx:219
-#: src/components/modals/components/MobileSettingsView.tsx:302
+#: src/components/modals/ClaimAccountModal.tsx:181
+#: src/components/modals/ClaimAccountModal.tsx:221
+#: src/components/modals/components/MobileSettingsView.tsx:297
#: src/components/modals/components/plutonium/hooks/useCheckoutActions.tsx:110
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:328
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:371
#: src/components/modals/ConfirmModal.tsx:146
#: src/components/modals/CreateDMModal.tsx:88
#: src/components/modals/CreateFavoriteCategoryModal.tsx:74
@@ -3473,7 +3475,7 @@ msgstr "相機設定"
#: src/components/modals/HideOwnCameraConfirmModal.tsx:65
#: src/components/modals/IARModal.tsx:218
#: src/components/modals/ImageCropModal.tsx:981
-#: src/components/modals/InviteModal.tsx:336
+#: src/components/modals/InviteModal.tsx:333
#: src/components/modals/KickMemberModal.tsx:60
#: src/components/modals/MfaTotpDisableModal.tsx:75
#: src/components/modals/MfaTotpEnableModal.tsx:102
@@ -3498,11 +3500,11 @@ msgstr "相機設定"
msgid "Cancel"
msgstr "取消"
-#: src/components/channel/dm/DMWelcomeSection.tsx:126
+#: src/components/channel/dm/DMWelcomeSection.tsx:138
#: src/components/channel/friends/FriendListItem.tsx:164
#: src/components/channel/friends/FriendListItem.tsx:166
-#: src/components/modals/UserProfileModal.tsx:1273
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:171
+#: src/components/modals/UserProfileModal.tsx:1274
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:192
msgid "Cancel Friend Request"
msgstr "取消好友邀請"
@@ -3522,7 +3524,7 @@ msgstr "取消請求"
msgid "Cancel upload"
msgstr "取消上傳"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:118
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:137
msgid "Canceling"
msgstr "取消中..."
@@ -3566,7 +3568,7 @@ msgstr "卡片對齊"
msgid "Card alignment controls"
msgstr "卡片對齊控制"
-#: src/components/modals/components/MobileSettingsView.tsx:123
+#: src/components/modals/components/MobileSettingsView.tsx:118
#: src/components/modals/components/SettingsModalHeader.tsx:76
msgid "Careful! You have unsaved changes."
msgstr "小心!你有未儲存的變更。"
@@ -3576,7 +3578,7 @@ msgstr "小心!你有未儲存的變更。"
msgid "Category"
msgstr "分類"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1371
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1395
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:239
msgid "Category Default"
msgstr "分類預設"
@@ -3594,7 +3596,7 @@ msgstr "分類已滿"
msgid "Category Name"
msgstr "分類名稱"
-#: src/components/modals/ChannelSettingsModal.tsx:105
+#: src/components/modals/ChannelSettingsModal.tsx:113
#: src/components/modals/components/DesktopChannelSettingsView.tsx:188
msgid "Category Settings"
msgstr "分類設定"
@@ -3625,7 +3627,7 @@ msgstr "更換背景"
msgid "Change Banner"
msgstr "更換橫幅"
-#: src/components/pages/ReportPage.tsx:752
+#: src/components/pages/report/ReportStepVerification.tsx:126
msgid "Change email"
msgstr "更改電子郵件"
@@ -3647,8 +3649,8 @@ msgstr "更換 FluxerTag"
msgid "Change FluxerTag form"
msgstr "更換 FluxerTag 表單"
-#: src/components/bottomsheets/DMBottomSheet.tsx:433
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:133
+#: src/components/bottomsheets/DMBottomSheet.tsx:435
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:154
msgid "Change Friend Nickname"
msgstr "更改好友暱稱"
@@ -3673,7 +3675,7 @@ msgid "Change My Group Nickname"
msgstr "更改我的群組暱稱"
#: src/components/modals/BaseChangeNicknameModal.tsx:82
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:238
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:240
#: src/components/modals/RenameChannelModal.tsx:58
#: src/components/modals/UserProfileActionsSheet.tsx:225
#: src/components/modals/UserProfileActionsSheet.tsx:225
@@ -3760,8 +3762,8 @@ msgstr "將語音區域改為 {0}。"
msgid "channel"
msgstr "頻道"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:483
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:549
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:497
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:563
#: src/components/invites/InviteListItem.tsx:50
#: src/components/webhooks/WebhookListItem.tsx:240
#: src/constants/AuditLogConstants.tsx:236
@@ -3796,7 +3798,7 @@ msgid "Channel Debug"
msgstr "頻道除錯"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:188
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:675
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:689
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:329
msgid "Channel deleted"
msgstr "頻道已刪除"
@@ -3806,11 +3808,11 @@ msgid "Channel Deleted"
msgstr "頻道已刪除"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:273
-#: src/components/bottomsheets/DMBottomSheet.tsx:366
+#: src/components/bottomsheets/DMBottomSheet.tsx:368
msgid "Channel ID copied"
msgstr "頻道 ID 已複製"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:535
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:549
msgid "Channel ID copied to clipboard"
msgstr "頻道 ID 已複製到剪貼簿"
@@ -3878,9 +3880,9 @@ msgstr "頻道紀錄"
msgid "Channel removed from favorites"
msgstr "頻道已從最愛移除"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1092
-#: src/components/layout/ChannelItem.tsx:630
-#: src/components/modals/ChannelSettingsModal.tsx:105
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1116
+#: src/components/layout/ChannelItem.tsx:647
+#: src/components/modals/ChannelSettingsModal.tsx:113
#: src/components/modals/components/DesktopChannelSettingsView.tsx:188
msgid "Channel Settings"
msgstr "頻道設定"
@@ -3947,7 +3949,7 @@ msgstr "查看我們的 <0>Bluesky (@fluxer.app)0> 以獲得最新狀態。"
msgid "Check out my custom theme!"
msgstr "快看看我的自訂主題!"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:105
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:109
msgid "Check your connection and try again."
msgstr "請檢查連線並重試。"
@@ -3969,8 +3971,8 @@ msgstr "核取方塊"
msgid "Checking..."
msgstr "檢查中..."
-#: src/components/pages/ReportPage.tsx:270
-#: src/components/pages/ReportPage.tsx:299
+#: src/components/pages/report/optionDescriptors.ts:51
+#: src/components/pages/report/optionDescriptors.ts:74
#: src/constants/IARConstants.tsx:72
#: src/constants/IARConstants.tsx:175
msgid "Child Safety Concerns"
@@ -3984,6 +3986,10 @@ msgstr "簡體中文"
msgid "Chinese (Traditional)"
msgstr "繁體中文"
+#: src/components/pages/report/ReportBreadcrumbs.tsx:46
+msgid "Choose"
+msgstr "選擇"
+
#: src/components/pages/OAuthAuthorizePage.tsx:898
msgid "Choose a community"
msgstr "選擇一個社群"
@@ -4080,25 +4086,36 @@ msgstr "選擇您的個人資料強調色"
#: src/components/channel/barriers/BarrierComponents.tsx:109
#: src/components/channel/barriers/BarrierComponents.tsx:240
-#: src/components/layout/app-layout/nagbars/UnclaimedAccountNagbar.tsx:47
-#: src/components/modals/ClaimAccountModal.tsx:225
-#: src/components/modals/components/UnclaimedAccountAlert.tsx:34
+#: src/components/channel/dm/AddFriendForm.tsx:57
+#: src/components/layout/app-layout/nagbars/UnclaimedAccountNagbar.tsx:45
+#: src/components/modals/ClaimAccountModal.tsx:227
+#: src/components/modals/components/UnclaimedAccountAlert.tsx:32
+#: src/components/modals/GiftAcceptModal.tsx:170
#: src/components/modals/tabs/AccountSecurityTab/SecurityTab.tsx:206
+#: src/components/modals/tabs/BetaCodesTab.tsx:297
+#: src/components/modals/tabs/GiftInventoryTab.tsx:242
msgid "Claim Account"
msgstr "認領帳戶"
-#: src/components/channel/GiftEmbed.tsx:98
-#: src/components/modals/GiftAcceptModal.tsx:154
+#: src/components/channel/GiftEmbed.tsx:109
+msgid "Claim Account to Redeem"
+msgstr "認領帳戶以兌換"
+
+#: src/components/channel/GiftEmbed.tsx:109
+#: src/components/modals/GiftAcceptModal.tsx:197
#: src/components/pages/GiftLoginPage.tsx:155
#: src/components/pages/GiftRegisterPage.tsx:42
msgid "Claim Gift"
msgstr "認領禮物"
-#: src/components/modals/ClaimAccountModal.tsx:141
+#: src/components/channel/dm/AddFriendForm.tsx:53
+#: src/components/modals/ClaimAccountModal.tsx:143
+#: src/components/modals/tabs/BetaCodesTab.tsx:293
+#: src/components/modals/tabs/GiftInventoryTab.tsx:238
msgid "Claim your account"
msgstr "認領您的帳戶"
-#: src/components/modals/ClaimAccountModal.tsx:146
+#: src/components/modals/ClaimAccountModal.tsx:148
msgid "Claim your account by adding an email and password. We will send a verification code to confirm your email before finishing."
msgstr "新增電子郵件與密碼來認領您的帳戶。完成前我們會寄發驗證碼以確認您的電子郵件。"
@@ -4106,11 +4123,68 @@ msgstr "新增電子郵件與密碼來認領您的帳戶。完成前我們會寄
msgid "Claim your account to access security features like two-factor authentication and passkeys."
msgstr "認領帳戶後即可使用雙因素驗證與通行碼等安全功能。"
+#: src/components/channel/ChannelHeader/CallButtons.tsx:85
+#: src/components/channel/ChannelHeader/CallButtons.tsx:155
+msgid "Claim your account to call"
+msgstr "認領您的帳號以進行通話"
+
#: src/components/modals/tabs/MyProfileTab/UsernameSection.tsx:49
msgid "Claim your account to change your FluxerTag"
msgstr "認領帳戶以變更您的 FluxerTag"
-#: src/components/modals/GiftAcceptModal.tsx:145
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:146
+msgid "Claim your account to create applications."
+msgstr "認領你的帳戶以創建應用程式。"
+
+#: src/components/modals/tabs/BetaCodesTab.tsx:294
+msgid "Claim your account to generate beta codes."
+msgstr "認領你的帳戶以生成測試代碼。"
+
+#: src/components/layout/ChannelItem.tsx:208
+#: src/components/layout/ChannelItem.tsx:382
+#: src/stores/voice/MediaEngineFacade.ts:537
+msgid "Claim your account to join this voice channel."
+msgstr "認領您的帳號以加入此語音頻道。"
+
+#: src/stores/voice/MediaEngineFacade.ts:170
+msgid "Claim your account to join voice channels you don't own."
+msgstr "認領您的帳號以加入您不擁有的語音頻道。"
+
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:55
+#: src/components/modals/components/plutonium/GiftSection.tsx:61
+#: src/components/modals/components/plutonium/PricingSection.tsx:63
+#: src/components/modals/components/plutonium/VisionarySection.tsx:62
+#: src/components/modals/components/PlutoniumContent.tsx:99
+msgid "Claim your account to purchase Fluxer Plutonium."
+msgstr "認領你的帳戶以購買 Fluxer Plutonium。"
+
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:112
+msgid "Claim your account to purchase or redeem Fluxer Plutonium."
+msgstr "認領你的帳戶以購買或兌換 Fluxer Plutonium。"
+
+#: src/components/modals/tabs/GiftInventoryTab.tsx:239
+msgid "Claim your account to redeem or manage Plutonium gift codes."
+msgstr "認領你的帳戶以兌換或管理 Plutonium 禮品代碼。"
+
+#: src/components/channel/GiftEmbed.tsx:99
+#: src/components/modals/GiftAcceptModal.tsx:154
+msgid "Claim your account to redeem this gift."
+msgstr "認領你的帳戶以兌換此禮物。"
+
+#: src/components/channel/dm/AddFriendForm.tsx:54
+#: src/components/channel/dm/DMWelcomeSection.tsx:109
+#: src/components/modals/UserProfileModal.tsx:1289
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:65
+msgid "Claim your account to send friend requests."
+msgstr "認領你的帳戶以發送好友請求。"
+
+#: src/components/channel/ChannelHeader/CallButtons.tsx:54
+#: src/components/channel/ChannelHeader/CallButtons.tsx:124
+#: src/stores/voice/MediaEngineFacade.ts:179
+msgid "Claim your account to start or join 1:1 calls."
+msgstr "認領您的帳號以開始或加入一對一通話。"
+
+#: src/components/modals/GiftAcceptModal.tsx:188
msgid "Claim your gift to activate your premium subscription!"
msgstr "領取您的禮物以啟用高級訂閱!"
@@ -4164,8 +4238,8 @@ msgstr "清除權限"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:420
#: src/components/channel/MessageSearchBar/MessageSearchBar.tsx:1424
-#: src/components/channel/shared/PickerSearchInput.tsx:195
-#: src/components/channel/shared/PickerSearchInput.tsx:212
+#: src/components/channel/shared/PickerSearchInput.tsx:194
+#: src/components/channel/shared/PickerSearchInput.tsx:211
#: src/components/modals/components/SettingsSearch.tsx:108
msgid "Clear search"
msgstr "清除搜尋"
@@ -4200,11 +4274,11 @@ msgstr "已清除貼圖描述。"
msgid "Cleared the topic."
msgstr "已清除主題。"
-#: src/components/modals/components/MobileSettingsView.tsx:297
+#: src/components/modals/components/MobileSettingsView.tsx:292
msgid "Clearing subscriptions ensures the gateway stops sending messages to this installation."
msgstr "清除訂閱可確保網關停止傳送訊息至此安裝。"
-#: src/components/modals/tabs/BetaCodesTab.tsx:366
+#: src/components/modals/tabs/BetaCodesTab.tsx:391
msgid "Click \"Create Code\" to generate your first code."
msgstr "點擊「建立代碼」以產生您的第一個代碼。"
@@ -4240,13 +4314,13 @@ msgstr "點擊以新增備註"
msgid "Click to check and uncheck. Available in square and round styles."
msgstr "點擊以勾選或取消。提供方形與圓形樣式。"
-#: src/components/channel/GiftEmbed.tsx:90
+#: src/components/channel/GiftEmbed.tsx:100
msgid "Click to claim your gift!"
msgstr "點擊以領取您的禮物!"
#: src/components/invites/InviteListItem.tsx:184
#: src/components/modals/components/ClientInfo.tsx:76
-#: src/components/modals/tabs/BetaCodesTab.tsx:172
+#: src/components/modals/tabs/BetaCodesTab.tsx:174
msgid "Click to copy"
msgstr "點擊以複製"
@@ -4328,12 +4402,12 @@ msgid "Close"
msgstr "關閉"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:341
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:600
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:602
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1239
-#: src/components/bottomsheets/DMBottomSheet.tsx:302
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:614
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:616
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1263
#: src/components/bottomsheets/DMBottomSheet.tsx:304
-#: src/components/bottomsheets/DMBottomSheet.tsx:557
+#: src/components/bottomsheets/DMBottomSheet.tsx:306
+#: src/components/bottomsheets/DMBottomSheet.tsx:560
#: src/components/channel/dm/DMList.tsx:292
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:82
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:84
@@ -4358,7 +4432,8 @@ msgstr "煤炭主題"
#: src/components/invites/InviteListItem.tsx:54
#: src/components/modals/MfaTotpDisableModal.tsx:64
#: src/components/modals/MfaTotpEnableModal.tsx:91
-#: src/components/modals/tabs/BetaCodesTab.tsx:51
+#: src/components/modals/tabs/BetaCodesTab.tsx:53
+#: src/components/pages/report/ReportBreadcrumbs.tsx:48
msgid "Code"
msgstr "程式碼"
@@ -4370,7 +4445,8 @@ msgstr "程式碼與等寬字型"
msgid "Code Blocks"
msgstr "程式碼區塊"
-#: src/components/modals/ClaimAccountModal.tsx:123
+#: src/components/modals/ClaimAccountModal.tsx:125
+#: src/components/pages/ReportPage.tsx:231
msgid "Code resent"
msgstr "驗證碼已重新發送"
@@ -4379,8 +4455,8 @@ msgid "Code sent"
msgstr "驗證碼已寄出"
#: src/components/invites/InviteListItem.tsx:180
-#: src/components/modals/tabs/BetaCodesTab.tsx:104
-#: src/components/modals/tabs/BetaCodesTab.tsx:168
+#: src/components/modals/tabs/BetaCodesTab.tsx:106
+#: src/components/modals/tabs/BetaCodesTab.tsx:170
msgid "Code:"
msgstr "代碼:"
@@ -4472,7 +4548,7 @@ msgstr "社群已靜音"
msgid "Community Debug"
msgstr "社群偵錯"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1371
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1395
#: src/components/uikit/ContextMenu/items/CategoryMenuItems.tsx:221
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:239
msgid "Community Default"
@@ -4542,8 +4618,8 @@ msgstr "社群通知設定"
msgid "Community organizes raids or harassment campaigns"
msgstr "社群組織突襲或騷擾活動"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:237
-#: src/components/channel/MemberListItem.tsx:102
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:238
+#: src/components/channel/MemberListItem.tsx:109
#: src/components/modals/guildTabs/GuildMembersTab.tsx:145
#: src/components/modals/guildTabs/GuildMembersTab.tsx:197
msgid "Community Owner"
@@ -4567,14 +4643,14 @@ msgstr "社群宣揚或促成非法活動"
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:172
#: src/components/modals/components/DesktopGuildSettingsView.tsx:204
-#: src/components/modals/GuildSettingsModal.tsx:168
+#: src/components/modals/GuildSettingsModal.tsx:173
#: src/components/popouts/GuildHeaderPopout.tsx:187
#: src/components/uikit/ContextMenu/items/GuildMenuItems.tsx:360
msgid "Community Settings"
msgstr "社群設定"
-#: src/components/layout/GuildLayout.tsx:301
-#: src/components/layout/GuildLayout.tsx:348
+#: src/components/layout/GuildLayout.tsx:306
+#: src/components/layout/GuildLayout.tsx:353
msgid "Community temporarily unavailable"
msgstr "社群暫時無法使用"
@@ -4782,8 +4858,8 @@ msgstr "已連線至語音"
msgid "Connecting..."
msgstr "正在連線…"
-#: src/components/channel/channel-view/DMChannelView.tsx:273
-#: src/components/channel/channel-view/DMChannelView.tsx:323
+#: src/components/channel/channel-view/DMChannelView.tsx:274
+#: src/components/channel/channel-view/DMChannelView.tsx:324
#: src/components/voice/CompactVoiceCallView.tsx:55
msgid "Connecting…"
msgstr "正在連線…"
@@ -4979,7 +5055,7 @@ msgstr "控制您的活動狀態"
#: src/components/modals/shared/CopyLinkSection.tsx:61
#: src/components/modals/tabs/ApplicationsTab/application-detail/ApplicationHeader.tsx:68
-#: src/components/modals/tabs/GiftInventoryTab.tsx:143
+#: src/components/modals/tabs/GiftInventoryTab.tsx:144
msgid "Copied"
msgstr "已複製"
@@ -5001,7 +5077,7 @@ msgstr "已複製!"
#: src/components/modals/BackupCodesModal.tsx:82
#: src/components/modals/shared/CopyLinkSection.tsx:61
#: src/components/modals/tabs/ApplicationsTab/application-detail/OAuthBuilderSection.tsx:142
-#: src/components/modals/tabs/GiftInventoryTab.tsx:143
+#: src/components/modals/tabs/GiftInventoryTab.tsx:144
msgid "Copy"
msgstr "複製"
@@ -5017,7 +5093,7 @@ msgstr "複製音訊"
msgid "Copy authorize URL"
msgstr "複製授權 URL"
-#: src/components/modals/tabs/BetaCodesTab.tsx:178
+#: src/components/modals/tabs/BetaCodesTab.tsx:180
msgid "Copy beta code"
msgstr "複製測試代碼"
@@ -5028,8 +5104,8 @@ msgstr "複製類別 ID"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:320
#: src/components/bottomsheets/ChannelBottomSheet.tsx:347
#: src/components/bottomsheets/ChannelBottomSheet.tsx:433
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1293
-#: src/components/bottomsheets/DMBottomSheet.tsx:577
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1317
+#: src/components/bottomsheets/DMBottomSheet.tsx:580
#: src/components/channel/dm/DMList.tsx:271
#: src/components/channel/dm/DMList.tsx:298
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:362
@@ -5090,7 +5166,7 @@ msgstr "複製圖片"
msgid "Copy invite link"
msgstr "複製邀請連結"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1154
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1178
#: src/components/modals/tabs/ComponentGalleryTab/ButtonsTab.tsx:182
#: src/components/modals/tabs/ComponentGalleryTab/index.tsx:100
#: src/components/modals/tabs/ComponentGalleryTab/Inline.tsx:95
@@ -5131,15 +5207,15 @@ msgstr "複製貼圖 ID"
msgid "Copy Text"
msgstr "複製文字"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1285
-#: src/components/bottomsheets/DMBottomSheet.tsx:570
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1309
+#: src/components/bottomsheets/DMBottomSheet.tsx:573
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:370
#: src/components/modals/guildTabs/BannedUserActionsSheet.tsx:74
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:358
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:361
#: src/components/modals/tabs/BlockedUsersTab.tsx:107
#: src/components/modals/UserProfileActionsSheet.tsx:213
#: src/components/modals/UserProfileModal.tsx:1130
-#: src/components/popouts/UserAreaPopout.tsx:507
+#: src/components/popouts/UserAreaPopout.tsx:509
#: src/components/profile/ProfileCard/ProfileCardActions.tsx:60
#: src/components/uikit/ContextMenu/items/CopyMenuItems.tsx:42
msgid "Copy User ID"
@@ -5175,7 +5251,7 @@ msgstr "倒數計時器"
msgid "Country"
msgstr "國家"
-#: src/components/pages/ReportPage.tsx:928
+#: src/components/pages/report/ReportStepDetails.tsx:205
msgid "Country of Residence"
msgstr "居住國家"
@@ -5207,7 +5283,7 @@ msgid "Create a new community or join an existing one."
msgstr "建立新社群或加入現有社群。"
#. placeholder {0}: recipient.username
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:905
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:937
msgid "Create a new group with {0}"
msgstr "與 {0} 建立新群組"
@@ -5239,7 +5315,7 @@ msgstr "建立帳號"
msgid "Create an account to claim your gift"
msgstr "建立帳號以領取禮物"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:138
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:142
msgid "Create and manage applications and bots for your account."
msgstr "為你的帳號建立與管理應用程式和機器人。"
@@ -5248,7 +5324,8 @@ msgid "Create and share custom emoji and sticker packs with Fluxer Plutonium."
msgstr "透過 Fluxer Plutonium 建立與分享自訂表情符號與貼圖包。"
#: src/components/modals/tabs/ApplicationsTab/ApplicationCreateModal.tsx:87
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:142
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:149
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:155
msgid "Create Application"
msgstr "建立應用程式"
@@ -5267,7 +5344,7 @@ msgid "Create Category"
msgstr "建立分類"
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:180
-#: src/components/layout/ChannelItem.tsx:607
+#: src/components/layout/ChannelItem.tsx:624
#: src/components/modals/ChannelCreateModal.tsx:58
#: src/components/modals/ChannelCreateModal.tsx:103
#: src/components/popouts/GuildHeaderPopout.tsx:194
@@ -5276,8 +5353,8 @@ msgstr "建立分類"
msgid "Create Channel"
msgstr "建立頻道"
-#: src/components/modals/tabs/BetaCodesTab.tsx:326
-#: src/components/modals/tabs/BetaCodesTab.tsx:369
+#: src/components/modals/tabs/BetaCodesTab.tsx:351
+#: src/components/modals/tabs/BetaCodesTab.tsx:394
msgid "Create Code"
msgstr "建立代碼"
@@ -5329,7 +5406,7 @@ msgstr "建立新帳號"
msgid "Create new group"
msgstr "建立新群組"
-#: src/components/modals/InviteModal.tsx:339
+#: src/components/modals/InviteModal.tsx:336
msgid "Create New Link"
msgstr "建立新連結"
@@ -5373,7 +5450,7 @@ msgid "Create, edit, or delete webhooks."
msgstr "建立、編輯或刪除 Webhook。"
#: src/components/invites/InviteListItem.tsx:59
-#: src/components/modals/tabs/BetaCodesTab.tsx:57
+#: src/components/modals/tabs/BetaCodesTab.tsx:59
msgid "Created"
msgstr "已建立"
@@ -5390,7 +5467,7 @@ msgstr "建立於 {createdAt}"
#. placeholder {0}: invite.pack.creator.username
#. placeholder {0}: pack.creator.username
#: src/components/auth/InviteHeader.tsx:158
-#: src/components/channel/InviteEmbed.tsx:218
+#: src/components/channel/InviteEmbed.tsx:220
#: src/components/modals/InviteAcceptModal.tsx:152
msgid "Created by {0}"
msgstr "由 {0} 建立"
@@ -5427,8 +5504,8 @@ msgid "Created with name {newLabel}."
msgstr "已創建名稱為 {newLabel}。"
#: src/components/invites/InviteListItem.tsx:207
-#: src/components/modals/tabs/BetaCodesTab.tsx:135
-#: src/components/modals/tabs/BetaCodesTab.tsx:212
+#: src/components/modals/tabs/BetaCodesTab.tsx:137
+#: src/components/modals/tabs/BetaCodesTab.tsx:214
msgid "Created:"
msgstr "建立時間:"
@@ -5440,7 +5517,7 @@ msgstr "創意腦力聯盟"
msgid "Creative Writing Club"
msgstr "創意寫作社"
-#: src/components/pages/ReportPage.tsx:314
+#: src/components/pages/report/optionDescriptors.ts:86
msgid "Croatia"
msgstr "克羅埃西亞"
@@ -5519,8 +5596,8 @@ msgid "Currently stuck in 1885, appearing offline"
msgstr "目前卡在 1885 年,顯示離線"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:461
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1023
-#: src/components/bottomsheets/DMBottomSheet.tsx:605
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1047
+#: src/components/bottomsheets/DMBottomSheet.tsx:608
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:305
msgid "Currently: {mutedText}"
msgstr "目前狀態:{mutedText}"
@@ -5665,7 +5742,7 @@ msgstr "為各個社群自訂頭像、橫幅、強調色與自我介紹需要 Pl
msgid "Cut"
msgstr "剪下"
-#: src/components/pages/ReportPage.tsx:315
+#: src/components/pages/report/optionDescriptors.ts:87
msgid "Cyprus"
msgstr "塞浦路斯"
@@ -5673,7 +5750,7 @@ msgstr "塞浦路斯"
msgid "Czech"
msgstr "捷克語"
-#: src/components/pages/ReportPage.tsx:316
+#: src/components/pages/report/optionDescriptors.ts:88
msgid "Czech Republic"
msgstr "捷克共和國"
@@ -5746,9 +5823,9 @@ msgstr "日期格式"
#: src/components/auth/AuthMinimalRegisterFormCore.tsx:93
#: src/components/auth/AuthRegisterFormCore.tsx:139
-#: src/components/auth/DateOfBirthField.tsx:90
-#: src/components/auth/DateOfBirthField.tsx:124
-#: src/components/auth/DateOfBirthField.tsx:292
+#: src/components/auth/DateOfBirthField.tsx:87
+#: src/components/auth/DateOfBirthField.tsx:121
+#: src/components/auth/DateOfBirthField.tsx:289
#: src/components/auth/MockMinimalRegisterForm.tsx:107
msgid "Date of birth"
msgstr "出生日期"
@@ -5757,8 +5834,7 @@ msgstr "出生日期"
msgid "Date Options"
msgstr "日期選項"
-#: src/components/auth/DateOfBirthField.tsx:88
-#: src/components/auth/DateOfBirthField.tsx:155
+#: src/components/auth/DateOfBirthField.tsx:152
#: src/components/auth/MockMinimalRegisterForm.tsx:73
msgid "Day"
msgstr "日"
@@ -5817,11 +5893,11 @@ msgstr "取消授權"
msgid "Deauthorize Application"
msgstr "取消應用程式授權"
-#: src/components/modals/components/MobileSettingsView.tsx:369
+#: src/components/modals/components/MobileSettingsView.tsx:364
msgid "Debug"
msgstr "除錯"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1267
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1291
#: src/components/uikit/ContextMenu/items/DebugMenuItems.tsx:71
msgid "Debug Channel"
msgstr "除錯頻道"
@@ -5844,7 +5920,7 @@ msgstr "除錯成員"
msgid "Debug Message"
msgstr "除錯訊息"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1275
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1299
#: src/components/uikit/ContextMenu/items/DebugMenuItems.tsx:53
msgid "Debug User"
msgstr "除錯使用者"
@@ -5905,8 +5981,8 @@ msgstr "行動裝置上預設關閉以節省電力與資料用量。"
#: src/actions/MessageActionCreators.tsx:394
#: src/components/channel/embeds/media/EmbedAudio.tsx:227
#: src/components/channel/embeds/media/MediaContainer.tsx:115
-#: src/components/channel/Messages.tsx:444
-#: src/components/channel/Messages.tsx:524
+#: src/components/channel/Messages.tsx:442
+#: src/components/channel/Messages.tsx:522
#: src/components/channel/MobileMemesPicker.tsx:546
#: src/components/channel/pickers/memes/MemeGridItem.tsx:120
#: src/components/emojis/EmojiListItem.tsx:189
@@ -5923,7 +5999,7 @@ msgstr "行動裝置上預設關閉以節省電力與資料用量。"
msgid "Delete"
msgstr "刪除"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:666
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:680
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:320
msgid "Delete {channelType}"
msgstr "刪除 {channelType}"
@@ -5987,8 +6063,8 @@ msgstr "刪除分類"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:179
#: src/components/bottomsheets/ChannelBottomSheet.tsx:181
#: src/components/bottomsheets/ChannelBottomSheet.tsx:421
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:668
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1224
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:682
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1248
#: src/components/modals/components/DesktopChannelSettingsView.tsx:176
#: src/components/modals/components/MobileChannelSettingsView.tsx:85
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:322
@@ -6021,8 +6097,8 @@ msgstr "刪除媒體"
#: src/components/channel/MessageActionBar.tsx:804
#: src/components/channel/messageActionMenu.tsx:156
#: src/components/channel/messageActionMenu.tsx:193
-#: src/components/channel/Messages.tsx:441
-#: src/components/channel/Messages.tsx:521
+#: src/components/channel/Messages.tsx:439
+#: src/components/channel/Messages.tsx:519
#: src/components/uikit/ContextMenu/items/MessageMenuItems.tsx:273
msgid "Delete Message"
msgstr "刪除訊息"
@@ -6114,7 +6190,7 @@ msgstr "拒絕了 {0} 並解除對 {1} 的拒絕。"
msgid "Denied {0}."
msgstr "已拒絕 {0}。"
-#: src/components/pages/ReportPage.tsx:317
+#: src/components/pages/report/optionDescriptors.ts:89
msgid "Denmark"
msgstr "丹麥"
@@ -6143,7 +6219,7 @@ msgstr "描述此貼圖"
msgid "Describe what expressions are inside this pack."
msgstr "描述此貼圖包有哪些表情。"
-#: src/components/pages/ReportPage.tsx:946
+#: src/components/pages/report/ReportStepDetails.tsx:225
msgid "Describe what makes the content illegal"
msgstr "描述使該內容非法的原因"
@@ -6205,6 +6281,10 @@ msgstr "分離橫幅"
msgid "details"
msgstr "詳細"
+#: src/components/pages/report/ReportBreadcrumbs.tsx:49
+msgid "Details"
+msgstr "詳細資訊"
+
#: src/components/modals/AddGuildModal.tsx:150
msgid "Dev Den"
msgstr "開發者天地"
@@ -6274,7 +6354,7 @@ msgstr "不同尺寸與成員數"
msgid "Direct message"
msgstr "私訊"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:477
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:491
#: src/components/modals/shared/RecipientList.tsx:200
msgid "Direct Message"
msgstr "私訊"
@@ -6516,8 +6596,8 @@ msgstr "討論或宣傳非法活動"
#: src/components/layout/app-layout/nagbars/PremiumGracePeriodNagbar.tsx:79
#: src/components/layout/app-layout/nagbars/PremiumOnboardingNagbar.tsx:57
#: src/components/layout/GuildLayout.tsx:106
-#: src/components/modals/GiftAcceptModal.tsx:98
-#: src/components/modals/GiftAcceptModal.tsx:124
+#: src/components/modals/GiftAcceptModal.tsx:105
+#: src/components/modals/GiftAcceptModal.tsx:131
#: src/components/modals/RequiredActionModal.tsx:475
msgid "Dismiss"
msgstr "忽略"
@@ -6562,8 +6642,8 @@ msgstr "將角色成員分開顯示。"
msgid "Display separator lines between different groups of messages for better visual distinction."
msgstr "在不同訊息群組間顯示分隔線,以強化視覺區分。"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:613
-#: src/components/bottomsheets/DMBottomSheet.tsx:315
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:627
+#: src/components/bottomsheets/DMBottomSheet.tsx:317
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:97
#: src/components/uikit/ContextMenu/UserContextMenu.tsx:168
msgid "DM closed"
@@ -6581,7 +6661,7 @@ msgstr "私訊預覽"
msgid "DM Notifications"
msgstr "私訊通知"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1092
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1116
msgid "DM Settings"
msgstr "私訊設定"
@@ -6662,6 +6742,7 @@ msgstr "在頻道列表中不要顯示輸入指示器"
#: src/components/keybinds/KeybindRecorder.tsx:220
#: src/components/modals/GuildNotificationSettingsModal.tsx:347
#: src/components/modals/GuildPrivacySettingsModal.tsx:68
+#: src/components/pages/report/ReportBreadcrumbs.tsx:50
#: src/components/search/HasFilterSheet.tsx:124
#: src/components/search/UserFilterSheet.tsx:149
msgid "Done"
@@ -6843,13 +6924,13 @@ msgstr "編輯附件"
msgid "Edit attachment form"
msgstr "編輯附件表單"
-#: src/components/layout/ChannelItem.tsx:630
+#: src/components/layout/ChannelItem.tsx:647
#: src/components/uikit/ContextMenu/items/CategoryMenuItems.tsx:299
msgid "Edit Category"
msgstr "編輯分類"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:416
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1218
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1242
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:300
msgid "Edit Channel"
msgstr "編輯頻道"
@@ -6869,8 +6950,8 @@ msgid "Edit global settings like name, description, and icon."
msgstr "編輯像名稱、描述與圖示等全域設定。"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:284
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1178
-#: src/components/bottomsheets/DMBottomSheet.tsx:461
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1202
+#: src/components/bottomsheets/DMBottomSheet.tsx:463
#: src/components/channel/dm/DMList.tsx:237
#: src/components/channel/dm/GroupDMWelcomeSection.tsx:74
#: src/components/modals/EditGroupBottomSheet.tsx:177
@@ -6883,7 +6964,7 @@ msgstr "編輯群組"
msgid "Edit group form"
msgstr "編輯群組表單"
-#: src/components/modals/InviteModal.tsx:327
+#: src/components/modals/InviteModal.tsx:324
msgid "Edit invite link"
msgstr "編輯邀請連結"
@@ -6910,10 +6991,10 @@ msgstr "編輯筆記"
msgid "Edit overwrites for roles and members in this channel."
msgstr "編輯此頻道中角色與成員的覆寫權限。"
-#: src/components/modals/UserProfileMobileSheet.tsx:486
-#: src/components/modals/UserProfileModal.tsx:1205
+#: src/components/modals/UserProfileMobileSheet.tsx:490
+#: src/components/modals/UserProfileModal.tsx:1206
#: src/components/pages/YouPage.tsx:123
-#: src/components/popouts/UserAreaPopout.tsx:519
+#: src/components/popouts/UserAreaPopout.tsx:521
#: src/components/popouts/UserProfilePopout.tsx:299
msgid "Edit Profile"
msgstr "編輯個人檔案"
@@ -6966,19 +7047,20 @@ msgstr "正在編輯排程訊息"
#: src/components/auth/AuthLoginCore/AuthLoginEmailPasswordForm.tsx:78
#: src/components/auth/AuthRegisterFormCore.tsx:133
#: src/components/auth/AuthRegisterFormCore.tsx:159
-#: src/components/modals/ClaimAccountModal.tsx:157
+#: src/components/modals/ClaimAccountModal.tsx:159
#: src/components/modals/RequiredActionModal.tsx:185
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:210
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:241
#: src/components/modals/utils/settingsSearchIndex.ts:94
#: src/components/pages/ForgotPasswordPage.tsx:97
+#: src/components/pages/report/ReportBreadcrumbs.tsx:47
msgid "Email"
msgstr "電子郵件"
#: src/components/modals/tabs/AccountSecurityTab/AccountTab.tsx:65
#: src/components/modals/tabs/AccountSecurityTab/AccountTab.tsx:91
#: src/components/modals/tabs/ComponentGalleryTab/InputsTab.tsx:107
-#: src/components/pages/ReportPage.tsx:662
+#: src/components/pages/report/ReportStepEmail.tsx:76
msgid "Email Address"
msgstr "電子郵件地址"
@@ -7019,10 +7101,6 @@ msgstr "需驗證電子郵件"
msgid "Email Verification Required"
msgstr "需要驗證電子郵件"
-#: src/components/pages/ReportPage.tsx:809
-msgid "Email verified"
-msgstr "電子郵件已驗證"
-
#: src/components/modals/tabs/DeveloperOptionsTab/AccountPremiumTab.tsx:56
msgid "Email Verified Override"
msgstr "電子郵件驗證覆寫"
@@ -7108,7 +7186,7 @@ msgid "Emoji names must be at least 2 characters long and can only contain alpha
msgstr "表情符號名稱最少需 2 個字元,只能使用英數字與底線。允許的檔案類型:JPEG、PNG、WebP、GIF。我們會壓縮圖像至 128x128 像素。每個表情符號最大 {0} KB。"
#: src/components/auth/InviteHeader.tsx:140
-#: src/components/channel/InviteEmbed.tsx:197
+#: src/components/channel/InviteEmbed.tsx:199
#: src/components/modals/InviteAcceptModal.tsx:142
#: src/components/modals/tabs/ExpressionPacksTab.tsx:70
msgid "Emoji pack"
@@ -7140,7 +7218,7 @@ msgstr "已更新表情符號"
#: src/components/channel/AutocompleteEmoji.tsx:67
#: src/components/channel/textarea/TextareaButtons.tsx:150
-#: src/components/modals/ExpressionPickerSheet.tsx:106
+#: src/components/modals/ExpressionPickerSheet.tsx:93
#: src/components/popouts/ExpressionPickerPopout.tsx:95
msgid "Emojis"
msgstr "表情符號"
@@ -7343,11 +7421,11 @@ msgstr "英文"
msgid "English (US)"
msgstr "英文(美式)"
-#: src/components/pages/ReportPage.tsx:429
+#: src/components/pages/ReportPage.tsx:254
msgid "Enter a code in the format ABCD-1234."
msgstr "請輸入格式為 ABCD-1234 的代碼."
-#: src/components/modals/tabs/GiftInventoryTab.tsx:235
+#: src/components/modals/tabs/GiftInventoryTab.tsx:258
msgid "Enter a gift code to redeem Plutonium for your account."
msgstr "輸入禮物代碼以兌換帳戶的 Plutonium。"
@@ -7371,7 +7449,7 @@ msgstr "輸入代碼"
msgid "Enter fullscreen"
msgstr "進入全螢幕"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:255
+#: src/components/modals/tabs/GiftInventoryTab.tsx:278
msgid "Enter gift code..."
msgstr "輸入禮物代碼..."
@@ -7414,7 +7492,7 @@ msgstr "輸入傳送至手機的六位數代碼。"
msgid "Enter the API endpoint of the Fluxer instance you want to connect to."
msgstr "輸入要連線的 Fluxer 實例 API 端點。"
-#: src/components/pages/ReportPage.tsx:424
+#: src/components/pages/ReportPage.tsx:249
msgid "Enter the code before continuing."
msgstr "請先輸入代碼再繼續。"
@@ -7430,7 +7508,7 @@ msgstr "輸入寄到目前電子郵件的代碼。"
msgid "Enter the code we emailed to your new address."
msgstr "輸入我們寄到新信箱的代碼。"
-#: src/components/modals/ClaimAccountModal.tsx:190
+#: src/components/modals/ClaimAccountModal.tsx:192
msgid "Enter the code we sent to your email to verify it. Your password will be set once the code is confirmed."
msgstr "輸入我們寄到信箱的驗證代碼。代碼確認後即設定密碼。"
@@ -7454,14 +7532,10 @@ msgstr "按 Enter 可<0><1>儲存1>0>"
msgid "Enter username"
msgstr "輸入使用者名稱"
-#: src/components/pages/ReportPage.tsx:701
-msgid "Enter Verification Code"
+#: src/components/pages/report/ReportStepVerification.tsx:64
+msgid "Enter verification code"
msgstr "輸入驗證碼"
-#: src/components/pages/ReportPage.tsx:638
-msgid "Enter Your Email"
-msgstr "輸入你的電子郵件"
-
#: src/components/pages/ForgotPasswordPage.tsx:87
msgid "Enter your email address and we'll send you a link to reset your password."
msgstr "輸入你的電子郵件地址,我們會寄送重設密碼連結給你。"
@@ -7500,7 +7574,7 @@ msgid "Entrance sound uploaded successfully"
msgstr "進場音效上傳成功"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:297
-#: src/components/channel/ChannelSearchResults.tsx:691
+#: src/components/channel/ChannelSearchResults.tsx:660
#: src/components/modals/tabs/ComponentGalleryTab/OverlaysTab.tsx:88
msgid "Error"
msgstr "錯誤"
@@ -7522,7 +7596,7 @@ msgstr "按 Esc 可離開鍵盤模式"
msgid "escape to <0><1>cancel1>0>"
msgstr "按 Esc 可<0><1>取消1>0>"
-#: src/components/pages/ReportPage.tsx:318
+#: src/components/pages/report/optionDescriptors.ts:90
msgid "Estonia"
msgstr "愛沙尼亞"
@@ -7561,7 +7635,7 @@ msgstr "排除連結、內嵌或檔案"
msgid "exclude user"
msgstr "排除使用者"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:95
+#: src/components/modals/components/plutonium/VisionarySection.tsx:104
msgid "Exclusive community"
msgstr "專屬社群"
@@ -7593,12 +7667,12 @@ msgstr "展開分類"
msgid "Expiration"
msgstr "到期"
-#: src/components/modals/InviteModal.tsx:281
+#: src/components/modals/InviteModal.tsx:278
msgid "Expire after"
msgstr "在以下時間後到期"
#: src/components/accounts/AccountRow.tsx:162
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:114
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:133
#: src/components/modals/GroupInvitesBottomSheet.tsx:104
msgid "Expired"
msgstr "已到期"
@@ -7675,7 +7749,7 @@ msgstr "表情符號包"
msgid "Expression Packs are a Plutonium feature"
msgstr "表情符號包為 Plutonium 功能"
-#: src/components/modals/ExpressionPickerSheet.tsx:232
+#: src/components/modals/ExpressionPickerSheet.tsx:219
#: src/components/popouts/ExpressionPickerPopout.tsx:193
msgid "Expression picker categories"
msgstr "表情選擇器分類"
@@ -7700,7 +7774,7 @@ msgstr "外部連結可能有危險,請小心。"
msgid "Extra Large"
msgstr "超大"
-#: src/components/pages/ReportPage.tsx:297
+#: src/components/pages/report/optionDescriptors.ts:72
#: src/constants/IARConstants.tsx:165
msgid "Extremist Community"
msgstr "極端主義社群"
@@ -7749,7 +7823,7 @@ msgstr "無法複製邀請連結"
msgid "Failed to copy to clipboard"
msgstr "複製到剪貼簿失敗"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:79
+#: src/components/modals/tabs/GiftInventoryTab.tsx:80
msgid "Failed to copy URL"
msgstr "複製連結失敗"
@@ -7794,7 +7868,7 @@ msgid "Failed to delete category"
msgstr "刪除分類失敗"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:194
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:681
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:695
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:335
msgid "Failed to delete channel"
msgstr "刪除頻道失敗"
@@ -7868,7 +7942,7 @@ msgstr "載入封鎖名單失敗,請再試一次。"
msgid "Failed to load emojis"
msgstr "載入表情符號失敗"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:296
+#: src/components/modals/tabs/GiftInventoryTab.tsx:319
msgid "Failed to load gift inventory"
msgstr "載入禮物庫存失敗"
@@ -7894,8 +7968,8 @@ msgstr "載入貼圖失敗"
msgid "Failed to load vanity URL. Please try again."
msgstr "載入自訂網址失敗,請再試一次。"
-#: src/components/modals/components/PlutoniumContent.tsx:146
-#: src/components/modals/components/PlutoniumContent.tsx:272
+#: src/components/modals/components/PlutoniumContent.tsx:157
+#: src/components/modals/components/PlutoniumContent.tsx:289
msgid "Failed to load Visionary information. Please try again later."
msgstr "載入 Visionary 資訊失敗,請稍後再試。"
@@ -7916,19 +7990,19 @@ msgstr "載入你的社群失敗。"
msgid "Failed to open customer portal. Please try again."
msgstr "開啟客戶入口失敗,請再試一次。"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:572
-#: src/components/bottomsheets/DMBottomSheet.tsx:153
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:586
+#: src/components/bottomsheets/DMBottomSheet.tsx:155
#: src/components/channel/dm/DMList.tsx:216
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:121
msgid "Failed to pin DM"
msgstr "置頂私訊失敗"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:572
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:586
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:101
msgid "Failed to pin group"
msgstr "置頂群組失敗"
-#: src/components/bottomsheets/DMBottomSheet.tsx:153
+#: src/components/bottomsheets/DMBottomSheet.tsx:155
msgid "Failed to pin group DM"
msgstr "無法固定群組私訊"
@@ -7957,7 +8031,7 @@ msgstr "無法連接實例 ({status})"
msgid "Failed to reactivate subscription. Please try again."
msgstr "重新啟用訂閱失敗,請再試一次。"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:94
+#: src/components/modals/tabs/GiftInventoryTab.tsx:95
msgid "Failed to redeem gift"
msgstr "兌換禮物失敗"
@@ -7998,6 +8072,10 @@ msgstr "無法從群組移除"
msgid "Failed to remove timeout. Please try again."
msgstr "無法移除限時。請再試一次。"
+#: src/components/pages/ReportPage.tsx:236
+msgid "Failed to resend code. Please try again."
+msgstr "重新發送代碼失敗。請再試一次。"
+
#: src/components/modals/guildTabs/GuildRolesTab.tsx:674
msgid "Failed to reset hoist order"
msgstr "無法重設置頂順序"
@@ -8018,7 +8096,7 @@ msgstr "無法旋轉。請再試一次。"
msgid "Failed to send friend request. Please try again."
msgstr "無法發送好友邀請。請再試一次。"
-#: src/components/bottomsheets/DMBottomSheet.tsx:262
+#: src/components/bottomsheets/DMBottomSheet.tsx:264
#: src/components/modals/InviteModal.tsx:176
#: src/components/uikit/ContextMenu/items/InviteMenuItems.tsx:111
msgid "Failed to send invite"
@@ -8037,7 +8115,7 @@ msgstr "無法發送簡訊驗證碼。請再試一次。"
msgid "Failed to send theme"
msgstr "無法發送主題"
-#: src/components/pages/ReportPage.tsx:412
+#: src/components/pages/ReportPage.tsx:234
msgid "Failed to send verification code. Please try again."
msgstr "無法發送驗證碼。請再試一次。"
@@ -8084,19 +8162,19 @@ msgstr "無法轉移擁有權。請再試一次。"
msgid "Failed to unblock user. Please try again."
msgstr "無法解除封鎖使用者。請再試一次。"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:589
-#: src/components/bottomsheets/DMBottomSheet.tsx:170
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:603
+#: src/components/bottomsheets/DMBottomSheet.tsx:172
#: src/components/channel/dm/DMList.tsx:226
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:138
msgid "Failed to unpin DM"
msgstr "無法取消置頂私訊"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:589
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:603
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:118
msgid "Failed to unpin group"
msgstr "無法取消置頂群組"
-#: src/components/bottomsheets/DMBottomSheet.tsx:170
+#: src/components/bottomsheets/DMBottomSheet.tsx:172
msgid "Failed to unpin group DM"
msgstr "解除群組私訊固定失敗"
@@ -8298,7 +8376,7 @@ msgstr "找到完美貼圖"
msgid "Fine-tune core colors and fonts for this app. Changes here are stored as custom CSS overrides and sync with the editor below."
msgstr "微調本應用程式的核心色彩與字型。此處變更會儲存為自訂 CSS 覆寫,並與下方編輯器同步。"
-#: src/components/pages/ReportPage.tsx:319
+#: src/components/pages/report/optionDescriptors.ts:91
msgid "Finland"
msgstr "芬蘭"
@@ -8306,7 +8384,7 @@ msgstr "芬蘭"
msgid "Finnish"
msgstr "芬蘭語"
-#: src/components/pages/ReportPage.tsx:923
+#: src/components/pages/report/ReportStepDetails.tsx:199
msgid "First and last name"
msgstr "名字與姓氏"
@@ -8419,7 +8497,7 @@ msgstr "Fluxer 需要監控鍵盤與滑鼠輸入的權限,才能讓 <0>按下
msgid "Fluxer Partner"
msgstr "Fluxer 合作夥伴"
-#: src/components/modals/components/PlutoniumContent.tsx:182
+#: src/components/modals/components/PlutoniumContent.tsx:193
#: src/components/modals/PremiumModal.tsx:34
#: src/components/modals/utils/settingsConstants.tsx:147
#: src/components/popouts/UserProfileBadges.tsx:99
@@ -8483,7 +8561,7 @@ msgstr "美食與飲品"
msgid "Foodie Friends"
msgstr "美食好友"
-#: src/components/bottomsheets/DMBottomSheet.tsx:660
+#: src/components/bottomsheets/DMBottomSheet.tsx:663
msgid "For 1 hour"
msgstr "1小時"
@@ -8497,7 +8575,7 @@ msgstr "1小時"
msgid "For 1 Hour"
msgstr "1 小時"
-#: src/components/bottomsheets/DMBottomSheet.tsx:659
+#: src/components/bottomsheets/DMBottomSheet.tsx:662
#: src/components/popouts/UserAreaPopout.tsx:77
msgid "For 15 minutes"
msgstr "15 分鐘"
@@ -8511,7 +8589,7 @@ msgstr "15 分鐘"
msgid "For 15 Minutes"
msgstr "15 分鐘"
-#: src/components/bottomsheets/DMBottomSheet.tsx:663
+#: src/components/bottomsheets/DMBottomSheet.tsx:666
msgid "For 24 hours"
msgstr "24小時"
@@ -8529,7 +8607,7 @@ msgstr "24 小時"
msgid "For 3 days"
msgstr "3 天"
-#: src/components/bottomsheets/DMBottomSheet.tsx:661
+#: src/components/bottomsheets/DMBottomSheet.tsx:664
msgid "For 3 hours"
msgstr "3小時"
@@ -8542,7 +8620,7 @@ msgstr "3小時"
msgid "For 3 Hours"
msgstr "3 小時"
-#: src/components/bottomsheets/DMBottomSheet.tsx:662
+#: src/components/bottomsheets/DMBottomSheet.tsx:665
msgid "For 8 hours"
msgstr "8小時"
@@ -8560,7 +8638,7 @@ msgstr "8 小時"
msgid "For British eyes only..."
msgstr "僅供英國人觀看..."
-#: src/components/modals/components/plutonium/PricingSection.tsx:62
+#: src/components/modals/components/plutonium/PricingSection.tsx:68
msgid "For Me"
msgstr "為我"
@@ -8664,15 +8742,15 @@ msgstr "強制在所有頻道啟用慢速模式"
msgid "Forever"
msgstr "永久"
-#: src/components/modals/components/MobileSettingsView.tsx:300
+#: src/components/modals/components/MobileSettingsView.tsx:295
msgid "Forget"
msgstr "忘記"
-#: src/components/modals/components/MobileSettingsView.tsx:327
+#: src/components/modals/components/MobileSettingsView.tsx:322
msgid "Forget Push Subscriptions"
msgstr "取消推播訂閱"
-#: src/components/modals/components/MobileSettingsView.tsx:294
+#: src/components/modals/components/MobileSettingsView.tsx:289
msgid "Forget push subscriptions?"
msgstr "要取消推播訂閱嗎?"
@@ -8729,7 +8807,7 @@ msgstr "畫面更新率"
msgid "Frame rates above 30 fps require Plutonium"
msgstr "畫面更新率超過 30 fps 需要 Plutonium"
-#: src/components/pages/ReportPage.tsx:320
+#: src/components/pages/report/optionDescriptors.ts:92
msgid "France"
msgstr "法國"
@@ -8745,8 +8823,8 @@ msgstr "免費使用者(未購買)"
msgid "Free User (With Purchase History)"
msgstr "免費使用者(有購買紀錄)"
-#: src/components/modals/components/PlutoniumContent.tsx:163
-#: src/components/modals/components/PlutoniumContent.tsx:289
+#: src/components/modals/components/PlutoniumContent.tsx:174
+#: src/components/modals/components/PlutoniumContent.tsx:308
msgid "Free vs Plutonium"
msgstr "免費版 vs Plutonium"
@@ -8773,12 +8851,13 @@ msgstr "好友邀請"
msgid "Friend request sent"
msgstr "已發送好友邀請"
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:68
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:250
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:75
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:89
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:271
msgid "Friend Request Sent"
msgstr "好友邀請已送出"
-#: src/components/channel/dm/AddFriendForm.tsx:144
+#: src/components/channel/dm/AddFriendForm.tsx:167
msgid "Friend request sent!"
msgstr "好友邀請已送出!"
@@ -8787,7 +8866,7 @@ msgstr "好友邀請已送出!"
msgid "Friend Requests"
msgstr "好友邀請"
-#: src/components/channel/dm/AddFriendForm.tsx:137
+#: src/components/channel/dm/AddFriendForm.tsx:160
msgid "Friend's FluxerTag"
msgstr "好友的 FluxerTag"
@@ -8828,9 +8907,10 @@ msgstr "來自 {0}"
#. placeholder {0}: creator.username
#. placeholder {1}: creator.discriminator
-#: src/components/channel/GiftEmbed.tsx:87
-#: src/components/modals/GiftAcceptModal.tsx:116
-#: src/components/modals/GiftAcceptModal.tsx:143
+#: src/components/channel/GiftEmbed.tsx:93
+#: src/components/modals/GiftAcceptModal.tsx:123
+#: src/components/modals/GiftAcceptModal.tsx:151
+#: src/components/modals/GiftAcceptModal.tsx:186
msgid "From {0}#{1}"
msgstr "來自 {0}#{1}"
@@ -8850,7 +8930,7 @@ msgstr "來自使用者"
msgid "from:"
msgstr "來自:"
-#: src/components/pages/ReportPage.tsx:919
+#: src/components/pages/report/ReportStepDetails.tsx:195
msgid "Full Legal Name"
msgstr "完整法定名稱"
@@ -8892,7 +8972,7 @@ msgstr "產生邀請"
msgid "Generate invite link"
msgstr "產生邀請連結"
-#: src/components/modals/tabs/BetaCodesTab.tsx:315
+#: src/components/modals/tabs/BetaCodesTab.tsx:340
msgid "Generate up to {MAX_UNCLAIMED_BETA_CODES} unclaimed beta codes to invite friends to Fluxer. You can create 3 codes per week."
msgstr "產生最多 {MAX_UNCLAIMED_BETA_CODES} 組未領取的測試代碼,邀請朋友加入 Fluxer。每週可建立 3 組代碼。"
@@ -8909,7 +8989,7 @@ msgstr "地區限制"
msgid "German"
msgstr "德語"
-#: src/components/pages/ReportPage.tsx:321
+#: src/components/pages/report/optionDescriptors.ts:93
msgid "Germany"
msgstr "德國"
@@ -8991,13 +9071,13 @@ msgstr "GIF 預覽"
#: src/components/channel/pickers/gif/GifPickerHeader.tsx:40
#: src/components/channel/pickers/memes/MemesPickerHeader.tsx:57
#: src/components/channel/textarea/TextareaButtons.tsx:110
-#: src/components/modals/ExpressionPickerSheet.tsx:68
+#: src/components/modals/ExpressionPickerSheet.tsx:55
#: src/components/popouts/ExpressionPickerPopout.tsx:69
msgid "GIFs"
msgstr "GIFs"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:122
-#: src/components/modals/GiftAcceptModal.tsx:163
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:141
+#: src/components/modals/GiftAcceptModal.tsx:206
msgid "Gift"
msgstr "禮物"
@@ -9030,19 +9110,20 @@ msgstr "禮物已兌換"
msgid "Gift Already Redeemed"
msgstr "禮物已兌換"
-#: src/components/channel/GiftEmbed.tsx:94
+#: src/components/channel/GiftEmbed.tsx:105
+#: src/components/channel/GiftEmbed.tsx:109
msgid "Gift Claimed"
msgstr "禮物已領取"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:246
+#: src/components/modals/tabs/GiftInventoryTab.tsx:269
msgid "Gift code cannot be empty"
msgstr "禮物代碼不得為空"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:243
+#: src/components/modals/tabs/GiftInventoryTab.tsx:266
msgid "Gift code is required"
msgstr "需要禮物代碼"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:250
+#: src/components/modals/tabs/GiftInventoryTab.tsx:273
msgid "Gift code is too long"
msgstr "禮物代碼太長"
@@ -9070,7 +9151,7 @@ msgstr "找不到禮物"
#: src/components/channel/textarea/TextareaButtons.tsx:101
#: src/components/channel/textarea/TextareaButtons.tsx:177
-#: src/components/modals/components/plutonium/GiftSection.tsx:61
+#: src/components/modals/components/plutonium/GiftSection.tsx:67
msgid "Gift Plutonium"
msgstr "贈送 Plutonium"
@@ -9078,23 +9159,23 @@ msgstr "贈送 Plutonium"
msgid "Gift redeemed successfully!"
msgstr "禮物兌換成功!"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:89
+#: src/components/modals/tabs/GiftInventoryTab.tsx:90
msgid "Gift redeemed successfully! Enjoy your Plutonium!"
msgstr "禮物兌換成功!祝您玩得開心的 Plutonium!"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:53
+#: src/components/modals/components/plutonium/VisionarySection.tsx:58
msgid "gift time"
msgstr "贈禮時間"
-#: src/components/channel/GiftEmbed.tsx:151
+#: src/components/channel/GiftEmbed.tsx:162
msgid "Gift Unavailable"
msgstr "禮物不可用"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:132
+#: src/components/modals/tabs/GiftInventoryTab.tsx:133
msgid "Gift URL"
msgstr "禮物連結"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:75
+#: src/components/modals/tabs/GiftInventoryTab.tsx:76
msgid "Gift URL copied to clipboard!"
msgstr "禮物連結已複製到剪貼簿!"
@@ -9126,7 +9207,7 @@ msgstr "桌面應用程式提供全域快速鍵"
msgid "Glorification of violence or disturbing imagery"
msgstr "美化暴力或令人不安的畫面"
-#: src/components/modals/components/MobileSettingsView.tsx:145
+#: src/components/modals/components/MobileSettingsView.tsx:140
#: src/components/modals/shared/MobileSettingsComponents.tsx:43
msgid "Go back"
msgstr "返回"
@@ -9143,7 +9224,7 @@ msgstr "返回先前聚焦的文字頻道"
msgid "Go forward in navigation history"
msgstr "前進導覽歷史"
-#: src/components/channel/InviteEmbed.tsx:259
+#: src/components/channel/InviteEmbed.tsx:261
#: src/components/modals/InviteAcceptModal.tsx:100
msgid "Go to Community"
msgstr "前往社群"
@@ -9166,15 +9247,15 @@ msgstr "前往登入"
msgid "Go to message"
msgstr "前往訊息"
-#: src/components/channel/ChannelSearchResults.tsx:841
+#: src/components/channel/ChannelSearchResults.tsx:809
msgid "Go to page"
msgstr "前往頁面"
-#: src/components/channel/ChannelSearchResults.tsx:808
+#: src/components/channel/ChannelSearchResults.tsx:776
msgid "Go to page {page}"
msgstr "前往第 {page} 頁"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:315
+#: src/components/modals/tabs/GiftInventoryTab.tsx:338
msgid "Go to Plutonium"
msgstr "前往 Plutonium"
@@ -9195,7 +9276,7 @@ msgstr "知道了"
msgid "Gotcha"
msgstr "了解"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:116
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:135
msgid "Grace Period"
msgstr "寬限期"
@@ -9203,7 +9284,7 @@ msgstr "寬限期"
msgid "Grace Period (Still Have Access)"
msgstr "寬限期(仍可使用)"
-#: src/components/modals/InviteModal.tsx:301
+#: src/components/modals/InviteModal.tsx:298
msgid "Grant temporary membership"
msgstr "授予臨時會員資格"
@@ -9234,7 +9315,7 @@ msgstr "大成功!"
msgid "Great success! You can now close this tab and return to the app."
msgstr "大成功!你現在可以關閉此分頁並返回應用程式。"
-#: src/components/pages/ReportPage.tsx:322
+#: src/components/pages/report/optionDescriptors.ts:94
msgid "Greece"
msgstr "希臘"
@@ -9263,7 +9344,7 @@ msgstr "群組聊天新增權限"
msgid "Group Chat Permissions"
msgstr "群組聊天權限"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:481
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:495
msgid "Group Direct Message"
msgstr "群組私訊"
@@ -9272,7 +9353,7 @@ msgid "Group DM"
msgstr "群組私訊"
#. placeholder {0}: channel.recipientIds.length + 1
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:772
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:804
msgid "Group DM · {0} members"
msgstr "群組私訊 · {0} 位成員"
@@ -9317,12 +9398,12 @@ msgstr "群組名稱不可超過 100 個字元"
msgid "Group Online Status"
msgstr "群組線上狀態"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:962
-#: src/components/channel/MemberListItem.tsx:102
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:984
+#: src/components/channel/MemberListItem.tsx:109
msgid "Group Owner"
msgstr "群組擁有者"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1092
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1116
msgid "Group Settings"
msgstr "群組設定"
@@ -9335,11 +9416,11 @@ msgstr "群組輸入狀態"
msgid "Group updated"
msgstr "群組已更新"
-#: src/components/pages/ReportPage.tsx:893
+#: src/components/pages/report/ReportStepDetails.tsx:167
msgid "Guild (Community) ID"
msgstr "公會(社群)ID"
-#: src/components/pages/ReportPage.tsx:902
+#: src/components/pages/report/ReportStepDetails.tsx:177
msgid "Guild ID is required."
msgstr "需要公會ID。"
@@ -9355,13 +9436,13 @@ msgstr "公會紀錄"
msgid "Hang on while we check for scheduled messages."
msgstr "稍等,我們正在檢查排程訊息。"
-#: src/components/pages/ReportPage.tsx:295
+#: src/components/pages/report/optionDescriptors.ts:70
#: src/constants/IARConstants.tsx:155
msgid "Harassment"
msgstr "騷擾"
-#: src/components/pages/ReportPage.tsx:262
-#: src/components/pages/ReportPage.tsx:281
+#: src/components/pages/report/optionDescriptors.ts:43
+#: src/components/pages/report/optionDescriptors.ts:59
#: src/constants/IARConstants.tsx:32
#: src/constants/IARConstants.tsx:109
msgid "Harassment or Bullying"
@@ -9383,9 +9464,9 @@ msgstr "曾購買覆蓋"
msgid "has:"
msgstr "有:"
-#: src/components/pages/ReportPage.tsx:263
-#: src/components/pages/ReportPage.tsx:282
-#: src/components/pages/ReportPage.tsx:296
+#: src/components/pages/report/optionDescriptors.ts:44
+#: src/components/pages/report/optionDescriptors.ts:60
+#: src/components/pages/report/optionDescriptors.ts:71
#: src/constants/IARConstants.tsx:37
#: src/constants/IARConstants.tsx:114
#: src/constants/IARConstants.tsx:160
@@ -9430,7 +9511,7 @@ msgid "Help Center"
msgstr "說明中心"
#. placeholder {0}: user.displayName
-#: src/components/layout/app-layout/nagbars/UnclaimedAccountNagbar.tsx:44
+#: src/components/layout/app-layout/nagbars/UnclaimedAccountNagbar.tsx:42
msgid "Hey {0}, claim your account to prevent losing access."
msgstr "嘿 {0},領取你的帳號以避免失去存取權。"
@@ -9654,7 +9735,7 @@ msgstr "https://example.com/callback"
msgid "Hungarian"
msgstr "匈牙利語"
-#: src/components/pages/ReportPage.tsx:323
+#: src/components/pages/report/optionDescriptors.ts:95
msgid "Hungary"
msgstr "匈牙利"
@@ -9728,8 +9809,8 @@ msgstr "若你已收到測試代碼,可在下方輸入以立即取得存取權
msgid "If you want to export your data or delete your messages first, please visit the Privacy Dashboard section in User Settings before proceeding."
msgstr "若你想先匯出資料或刪除訊息,請在進行前前往使用者設定的隱私儀表板區段。"
-#: src/components/channel/channel-view/DMChannelView.tsx:301
-#: src/components/channel/dm/DMWelcomeSection.tsx:119
+#: src/components/channel/channel-view/DMChannelView.tsx:302
+#: src/components/channel/dm/DMWelcomeSection.tsx:131
#: src/components/channel/friends/FriendListItem.tsx:145
#: src/components/channel/friends/FriendListItem.tsx:244
#: src/components/channel/friends/MobileFriendRequestItem.tsx:69
@@ -9740,7 +9821,7 @@ msgstr "忽略"
#: src/components/channel/friends/FriendListItem.tsx:143
#: src/components/channel/friends/MobileFriendRequestItem.tsx:67
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:152
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:173
msgid "Ignore Friend Request"
msgstr "忽略好友邀請"
@@ -9749,8 +9830,8 @@ msgstr "忽略好友邀請"
msgid "Ignore per-channel message rate limits."
msgstr "忽略每個頻道的訊息速率限制。"
-#: src/components/pages/ReportPage.tsx:267
-#: src/components/pages/ReportPage.tsx:298
+#: src/components/pages/report/optionDescriptors.ts:48
+#: src/components/pages/report/optionDescriptors.ts:73
#: src/constants/IARConstants.tsx:57
#: src/constants/IARConstants.tsx:170
msgid "Illegal Activity"
@@ -9762,7 +9843,7 @@ msgid "image"
msgstr "圖片"
#: src/components/channel/embeds/media/EmbedGifv.tsx:237
-#: src/components/channel/embeds/media/EmbedImage.tsx:369
+#: src/components/channel/embeds/media/EmbedImage.tsx:374
#: src/components/modals/MediaViewerModal.tsx:362
#: src/components/search/HasFilterSheet.tsx:50
#: src/utils/FavoriteMemeUtils.ts:71
@@ -9783,8 +9864,8 @@ msgstr "圖片預覽"
msgid "Images"
msgstr "圖片"
-#: src/components/pages/ReportPage.tsx:272
-#: src/components/pages/ReportPage.tsx:284
+#: src/components/pages/report/optionDescriptors.ts:53
+#: src/components/pages/report/optionDescriptors.ts:62
#: src/constants/IARConstants.tsx:82
#: src/constants/IARConstants.tsx:124
msgid "Impersonation"
@@ -9839,7 +9920,7 @@ msgstr "{absWeeks} 週後"
msgid "in {absYears} years"
msgstr "{absYears} 年後"
-#: src/components/channel/channel-view/DMChannelView.tsx:275
+#: src/components/channel/channel-view/DMChannelView.tsx:276
msgid "In call"
msgstr "通話中"
@@ -9880,7 +9961,7 @@ msgstr "在瀏覽器中,按鍵通話只有在 Fluxer 分頁處於焦點時才
msgid "in:"
msgstr "在:"
-#: src/components/pages/ReportPage.tsx:286
+#: src/components/pages/report/optionDescriptors.ts:64
#: src/constants/IARConstants.tsx:134
msgid "Inappropriate Profile"
msgstr "不當的個人檔案"
@@ -9909,7 +9990,7 @@ msgstr "包括所有社群提及"
msgid "Include audio from your screen in the share"
msgstr "分享時包含螢幕音訊"
-#: src/components/channel/channel-view/DMChannelView.tsx:269
+#: src/components/channel/channel-view/DMChannelView.tsx:270
#: src/components/voice/IncomingCallUI.tsx:263
#: src/components/voice/IncomingCallUI.tsx:286
#: src/components/voice/IncomingCallUI.tsx:324
@@ -9946,11 +10027,11 @@ msgid "Increase app zoom level"
msgstr "增加應用程式縮放層級"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:284
-#: src/components/channel/ChannelSearchResults.tsx:679
+#: src/components/channel/ChannelSearchResults.tsx:648
msgid "Indexing Channel"
msgstr "正在索引頻道"
-#: src/components/channel/ChannelSearchResults.tsx:317
+#: src/components/channel/ChannelSearchResults.tsx:274
msgid "Indexing..."
msgstr "索引中..."
@@ -10032,12 +10113,12 @@ msgstr "附圖示的輸入"
msgid "Insert emoji"
msgstr "插入表情符號"
-#: src/components/channel/InviteEmbed.tsx:198
+#: src/components/channel/InviteEmbed.tsx:200
#: src/components/modals/InviteAcceptModal.tsx:143
msgid "Install Emoji Pack"
msgstr "安裝表情符號包"
-#: src/components/channel/InviteEmbed.tsx:198
+#: src/components/channel/InviteEmbed.tsx:200
#: src/components/modals/InviteAcceptModal.tsx:143
msgid "Install Sticker Pack"
msgstr "安裝貼圖包"
@@ -10104,7 +10185,7 @@ msgstr "禮物代碼無效"
msgid "Invalid instance response: missing webapp URL."
msgstr "無效的實例回應:缺少網頁應用程式網址。"
-#: src/components/modals/ClaimAccountModal.tsx:108
+#: src/components/modals/ClaimAccountModal.tsx:110
#: src/components/modals/EmailChangeModal.tsx:108
#: src/components/modals/EmailChangeModal.tsx:169
msgid "Invalid or expired code"
@@ -10134,7 +10215,7 @@ msgstr "反轉按鈕已點擊!"
msgid "Invisible"
msgstr "隱形"
-#: src/components/modals/InviteModal.tsx:257
+#: src/components/modals/InviteModal.tsx:267
#: src/components/modals/tabs/ExpressionPacksTab.tsx:83
#: src/constants/AuditLogConstants.tsx:239
msgid "Invite"
@@ -10144,7 +10225,7 @@ msgstr "邀請"
msgid "Invite Background"
msgstr "邀請背景"
-#: src/components/pages/ReportPage.tsx:908
+#: src/components/pages/report/ReportStepDetails.tsx:183
msgid "Invite Code (optional)"
msgstr "邀請碼(選填)"
@@ -10170,7 +10251,7 @@ msgstr "邀請朋友"
msgid "Invite friends to {0}"
msgstr "邀請朋友加入 {0}"
-#: src/components/modals/InviteModal.tsx:317
+#: src/components/modals/InviteModal.tsx:314
msgid "Invite link"
msgstr "邀請連結"
@@ -10190,7 +10271,7 @@ msgid "Invite Links"
msgstr "邀請連結"
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:164
-#: src/components/layout/ChannelItem.tsx:599
+#: src/components/layout/ChannelItem.tsx:616
#: src/components/popouts/GuildHeaderPopout.tsx:178
msgid "Invite Members"
msgstr "邀請成員"
@@ -10218,7 +10299,7 @@ msgid "Invite Page Preview"
msgstr "邀請頁面預覽"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:381
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1144
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1168
#: src/components/layout/FavoritesChannelListContent.tsx:305
#: src/components/uikit/ContextMenu/ChannelListContextMenu.tsx:96
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:97
@@ -10236,7 +10317,7 @@ msgstr "邀請已撤銷"
msgid "Invite sent for {0}"
msgstr "已傳送 {0} 的邀請"
-#: src/components/bottomsheets/DMBottomSheet.tsx:256
+#: src/components/bottomsheets/DMBottomSheet.tsx:258
msgid "Invite sent to {guildName}"
msgstr "邀請已發送至 {guildName}"
@@ -10249,7 +10330,7 @@ msgid "Invite splash preview"
msgstr "邀請啟動畫面預覽"
#. placeholder {0}: guild.name
-#: src/components/bottomsheets/DMBottomSheet.tsx:499
+#: src/components/bottomsheets/DMBottomSheet.tsx:501
msgid "Invite to {0}"
msgstr "邀請至 {0}"
@@ -10257,7 +10338,7 @@ msgstr "邀請至 {0}"
msgid "Invite to Community"
msgstr "邀請加入社群"
-#: src/components/channel/InviteEmbed.tsx:362
+#: src/components/channel/InviteEmbed.tsx:364
msgid "Invite Unavailable"
msgstr "邀請無法使用"
@@ -10277,7 +10358,7 @@ msgid "Invited by {0}#{1}"
msgstr "由 {0}#{1} 邀請"
#: src/components/auth/InviteHeader.tsx:159
-#: src/components/channel/InviteEmbed.tsx:222
+#: src/components/channel/InviteEmbed.tsx:224
msgid "Invited by {inviterTag}"
msgstr "由 {inviterTag} 邀請"
@@ -10290,8 +10371,8 @@ msgid "Inviter:"
msgstr "邀請者:"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:303
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1199
-#: src/components/bottomsheets/DMBottomSheet.tsx:468
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1223
+#: src/components/bottomsheets/DMBottomSheet.tsx:470
#: src/components/channel/dm/DMList.tsx:257
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:145
msgid "Invites"
@@ -10301,11 +10382,11 @@ msgstr "邀請"
msgid "Invites are currently disabled for this community."
msgstr "此社群目前停用邀請功能。"
-#: src/components/modals/InviteModal.tsx:270
+#: src/components/modals/InviteModal.tsx:237
msgid "Invites are currently disabled in this community by an admin. While this invite can be created, it cannot be accepted until invites are re-enabled."
msgstr "此社群已由管理員停用邀請。雖然仍能建立邀請,但在重新啟用之前無法接受。"
-#: src/components/layout/guild-list/GuildListItem.tsx:233
+#: src/components/layout/guild-list/GuildListItem.tsx:234
msgid "Invites are currently paused in this community"
msgstr "此社群目前暫停邀請功能"
@@ -10317,7 +10398,7 @@ msgstr "預覽社群已鎖定邀請。設定電子郵件與密碼以認領帳號
msgid "Invites disabled"
msgstr "邀請已停用"
-#: src/components/channel/InviteEmbed.tsx:257
+#: src/components/channel/InviteEmbed.tsx:259
#: src/components/modals/InviteAcceptModal.tsx:98
msgid "Invites Disabled"
msgstr "邀請已停用"
@@ -10343,7 +10424,7 @@ msgstr "目前已停用對 <0>{0}0> 的邀請"
msgid "IP address authorized"
msgstr "IP 位址已授權"
-#: src/components/pages/ReportPage.tsx:324
+#: src/components/pages/report/optionDescriptors.ts:96
msgid "Ireland"
msgstr "愛爾蘭"
@@ -10359,7 +10440,7 @@ msgstr "這裡真是一場狂熱的打字派對"
msgid "Italian"
msgstr "義大利語"
-#: src/components/pages/ReportPage.tsx:325
+#: src/components/pages/report/optionDescriptors.ts:97
msgid "Italy"
msgstr "義大利"
@@ -10381,16 +10462,16 @@ msgstr "加入社群"
msgid "Join a community with stickers to get started!"
msgstr "加入有貼圖的社群開始吧!"
-#: src/components/channel/channel-view/DMChannelView.tsx:315
+#: src/components/channel/channel-view/DMChannelView.tsx:316
msgid "Join call"
msgstr "加入通話"
-#: src/components/channel/InviteEmbed.tsx:261
-#: src/components/channel/InviteEmbed.tsx:451
+#: src/components/channel/InviteEmbed.tsx:263
+#: src/components/channel/InviteEmbed.tsx:453
#: src/components/layout/guild-list/AddGuildButton.tsx:71
#: src/components/modals/AddGuildModal.tsx:129
#: src/components/modals/AddGuildModal.tsx:410
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:304
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:342
#: src/components/modals/InviteAcceptModal.tsx:102
#: src/components/modals/InviteAcceptModalPreview.tsx:114
msgid "Join Community"
@@ -10400,7 +10481,7 @@ msgstr "加入社群"
msgid "Join community form"
msgstr "加入社群表單"
-#: src/components/channel/InviteEmbed.tsx:187
+#: src/components/channel/InviteEmbed.tsx:189
msgid "Join Group"
msgstr "加入群組"
@@ -10416,19 +10497,19 @@ msgstr "加入通知"
msgid "Join Operators Community"
msgstr "加入 Operators 社群"
-#: src/components/channel/CallMessage.tsx:171
+#: src/components/channel/CallMessage.tsx:165
msgid "Join the call"
msgstr "加入通話"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:122
+#: src/components/channel/ChannelHeader/CallButtons.tsx:159
msgid "Join Video Call"
msgstr "加入視訊通話"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:118
+#: src/components/channel/ChannelHeader/CallButtons.tsx:150
msgid "Join Video Call ({participantCount} participant)"
msgstr "加入視訊通話 ({participantCount} 位參與者)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:119
+#: src/components/channel/ChannelHeader/CallButtons.tsx:151
msgid "Join Video Call ({participantCount} participants)"
msgstr "加入視訊通話 ({participantCount} 位參與者)"
@@ -10436,15 +10517,15 @@ msgstr "加入視訊通話 ({participantCount} 位參與者)"
msgid "Join Visionary Community"
msgstr "加入 Visionary 社群"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:70
+#: src/components/channel/ChannelHeader/CallButtons.tsx:89
msgid "Join Voice Call"
msgstr "加入語音通話"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:66
+#: src/components/channel/ChannelHeader/CallButtons.tsx:80
msgid "Join Voice Call ({participantCount} participant)"
msgstr "加入語音通話 ({participantCount} 位參與者)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:67
+#: src/components/channel/ChannelHeader/CallButtons.tsx:81
msgid "Join Voice Call ({participantCount} participants)"
msgstr "加入語音通話 ({participantCount} 位參與者)"
@@ -10495,7 +10576,7 @@ msgstr "JPEG、PNG、WebP。最大 10MB。建議:512×512px"
msgid "JPEG, PNG, WebP. Max 10MB. Recommended: 512×512px. Animated avatars (GIF) require <0/>."
msgstr "JPEG、PNG、WebP。最大 10MB。建議:512×512px。動畫頭像(GIF)需要 <0/>。"
-#: src/components/channel/ChannelSearchResults.tsx:777
+#: src/components/channel/ChannelSearchResults.tsx:745
#: src/components/pages/MessageListPage.tsx:97
#: src/components/popouts/RecentMentionsContent.tsx:221
#: src/components/popouts/SavedMessagesContent.tsx:102
@@ -10519,11 +10600,11 @@ msgstr "跳到訊息"
msgid "Jump to Oldest Unread Message"
msgstr "跳到最舊未讀訊息"
-#: src/components/channel/ChannelSearchResults.tsx:872
+#: src/components/channel/ChannelSearchResults.tsx:840
msgid "Jump to page"
msgstr "跳到頁面"
-#: src/components/channel/Messages.tsx:917
+#: src/components/channel/Messages.tsx:915
msgid "Jump to Present"
msgstr "跳到目前"
@@ -10612,7 +10693,7 @@ msgid "Keyboard Shortcuts"
msgstr "鍵盤捷徑"
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:344
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:311
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:314
#: src/components/modals/KickMemberModal.tsx:58
#: src/components/modals/UserProfileActionsSheet.tsx:253
msgid "Kick"
@@ -10702,7 +10783,7 @@ msgstr "延遲 {latency} 毫秒"
msgid "Latency graph"
msgstr "延遲圖表"
-#: src/components/pages/ReportPage.tsx:326
+#: src/components/pages/report/optionDescriptors.ts:98
msgid "Latvia"
msgstr "拉脫維亞"
@@ -10729,10 +10810,10 @@ msgstr "離開社群"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:248
#: src/components/bottomsheets/ChannelBottomSheet.tsx:250
#: src/components/bottomsheets/ChannelBottomSheet.tsx:314
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1253
-#: src/components/bottomsheets/DMBottomSheet.tsx:337
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1277
#: src/components/bottomsheets/DMBottomSheet.tsx:339
-#: src/components/bottomsheets/DMBottomSheet.tsx:551
+#: src/components/bottomsheets/DMBottomSheet.tsx:341
+#: src/components/bottomsheets/DMBottomSheet.tsx:554
#: src/components/channel/dm/DMList.tsx:265
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:159
#: src/hooks/useLeaveGroup.tsx:42
@@ -10740,27 +10821,27 @@ msgstr "離開社群"
msgid "Leave Group"
msgstr "離開群組"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:122
+#: src/components/channel/ChannelHeader/CallButtons.tsx:157
msgid "Leave Video Call"
msgstr "離開視訊通話"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:113
+#: src/components/channel/ChannelHeader/CallButtons.tsx:145
msgid "Leave Video Call ({participantCount} participant)"
msgstr "離開視訊通話 ({participantCount} 位參與者)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:114
+#: src/components/channel/ChannelHeader/CallButtons.tsx:146
msgid "Leave Video Call ({participantCount} participants)"
msgstr "離開視訊通話 ({participantCount} 位參與者)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:70
+#: src/components/channel/ChannelHeader/CallButtons.tsx:87
msgid "Leave Voice Call"
msgstr "離開語音通話"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:61
+#: src/components/channel/ChannelHeader/CallButtons.tsx:75
msgid "Leave Voice Call ({participantCount} participant)"
msgstr "離開語音通話 ({participantCount} 位參與者)"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:62
+#: src/components/channel/ChannelHeader/CallButtons.tsx:76
msgid "Leave Voice Call ({participantCount} participants)"
msgstr "離開語音通話 ({participantCount} 位參與者)"
@@ -10785,7 +10866,7 @@ msgstr "靠左對齊"
msgid "Left community"
msgstr "已離開社群"
-#: src/components/bottomsheets/DMBottomSheet.tsx:350
+#: src/components/bottomsheets/DMBottomSheet.tsx:352
#: src/hooks/useLeaveGroup.tsx:56
msgid "Left group"
msgstr "已離開群組"
@@ -10798,7 +10879,7 @@ msgstr "左側圖示"
msgid "Left Tooltip"
msgstr "左側提示"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:90
+#: src/components/modals/components/plutonium/VisionarySection.tsx:99
msgid "Let people add you without needing a 4-digit tag"
msgstr "讓他人無需 4 位數標籤就能加你"
@@ -10810,17 +10891,13 @@ msgstr "讓社群自行管理"
msgid "Letters (a-z, A-Z), numbers (0-9), and underscores (_) only"
msgstr "僅限英文大小寫字母 (a-z, A-Z)、數字 (0-9) 與底線 (_)"
-#: src/components/pages/ReportPage.tsx:729
-msgid "Letters and numbers only. You can paste the code—formatting is automatic."
-msgstr "僅限字母和數字。您可以粘貼代碼——格式會自動調整。"
-
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:120
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:139
#: src/components/modals/tabs/DeveloperOptionsTab/AccountPremiumTab.tsx:49
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:371
msgid "Lifetime"
msgstr "終身方案"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:73
+#: src/components/modals/components/plutonium/VisionarySection.tsx:82
#: src/utils/giftUtils.ts:58
msgid "Lifetime Plutonium"
msgstr "終身 Plutonium"
@@ -10838,7 +10915,7 @@ msgid "Liked!"
msgstr "已按讚!"
#. placeholder {0}: formatter.format(visionarySlots.total)
-#: src/components/modals/components/plutonium/VisionarySection.tsx:61
+#: src/components/modals/components/plutonium/VisionarySection.tsx:70
msgid "Limited to {0} users. One-time purchase, lifetime access."
msgstr "限 {0} 名使用者,一次購買,終身使用。"
@@ -10856,7 +10933,7 @@ msgstr "連結"
msgid "Link channel"
msgstr "連結頻道"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:530
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:544
#: src/components/uikit/ContextMenu/MediaContextMenu.tsx:145
#: src/components/uikit/ContextMenu/MediaContextMenu.tsx:228
msgid "Link copied to clipboard"
@@ -10902,7 +10979,7 @@ msgstr "列表"
msgid "Lists members with this role in their own section in the member list."
msgstr "在成員列表中為擁有此角色的成員獨立分區。"
-#: src/components/pages/ReportPage.tsx:327
+#: src/components/pages/report/optionDescriptors.ts:99
msgid "Lithuania"
msgstr "立陶宛"
@@ -10934,7 +11011,7 @@ msgstr "正在載入封鎖..."
msgid "Loading communities..."
msgstr "正在載入社群..."
-#: src/components/channel/embeds/media/EmbedImage.tsx:363
+#: src/components/channel/embeds/media/EmbedImage.tsx:368
msgid "Loading image"
msgstr "正在載入圖片"
@@ -10947,7 +11024,7 @@ msgid "Loading more..."
msgstr "正在載入更多..."
#: src/components/channel/embeds/media/EmbedGifv.tsx:493
-#: src/components/channel/embeds/media/EmbedGifv.tsx:721
+#: src/components/channel/embeds/media/EmbedGifv.tsx:745
msgid "Loading placeholder"
msgstr "載入中佔位符"
@@ -10971,7 +11048,7 @@ msgstr "載入主題..."
msgid "Loading verification methods..."
msgstr "正在載入驗證方式..."
-#: src/components/channel/embeds/media/EmbedImage.tsx:363
+#: src/components/channel/embeds/media/EmbedImage.tsx:368
msgid "Loading: {alt}"
msgstr "正在載入:{alt}"
@@ -11021,7 +11098,7 @@ msgid "Log in with a passkey"
msgstr "使用通行金鑰登入"
#: src/components/modals/components/DesktopSettingsView.tsx:346
-#: src/components/modals/components/MobileSettingsView.tsx:362
+#: src/components/modals/components/MobileSettingsView.tsx:357
#: src/components/pages/PendingVerificationPage.tsx:151
msgid "Log Out"
msgstr "登出"
@@ -11101,7 +11178,7 @@ msgstr "低"
msgid "Low (480p)"
msgstr "低畫質 (480p)"
-#: src/components/pages/ReportPage.tsx:328
+#: src/components/pages/report/optionDescriptors.ts:100
msgid "Luxembourg"
msgstr "盧森堡"
@@ -11114,16 +11191,16 @@ msgstr "設為群組擁有者"
msgid "Make links to websites stand out more by always underlining them."
msgstr "始終加底線讓網站連結更突出。"
-#: src/components/pages/ReportPage.tsx:271
+#: src/components/pages/report/optionDescriptors.ts:52
#: src/constants/IARConstants.tsx:77
msgid "Malicious Links"
msgstr "惡意連結"
-#: src/components/pages/ReportPage.tsx:329
+#: src/components/pages/report/optionDescriptors.ts:101
msgid "Malta"
msgstr "馬爾他"
-#: src/components/pages/ReportPage.tsx:302
+#: src/components/pages/report/optionDescriptors.ts:77
#: src/constants/IARConstants.tsx:190
msgid "Malware Distribution"
msgstr "惡意軟體散佈"
@@ -11214,7 +11291,7 @@ msgid "Manage slash commands for this application"
msgstr "管理此應用程式的斜線指令"
#: src/components/layout/app-layout/nagbars/PremiumGracePeriodNagbar.tsx:83
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:288
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:324
msgid "Manage Subscription"
msgstr "管理訂閱"
@@ -11227,7 +11304,7 @@ msgstr "管理您用於登入 Fluxer 的電子郵件地址"
msgid "Manage Webhooks"
msgstr "管理 Webhook"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:100
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:104
msgid "Manage your applications and bots."
msgstr "管理您的應用程式與機器人。"
@@ -11243,7 +11320,7 @@ msgstr "管理你的禮物"
msgid "Manage your phone number for SMS two-factor authentication"
msgstr "管理用於 SMS 雙重驗證的電話號碼"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:280
+#: src/components/modals/tabs/GiftInventoryTab.tsx:303
msgid "Manage your purchased Plutonium gift codes. Share the gift URL with someone special or redeem it for yourself!"
msgstr "管理您購買的 Plutonium 禮物代碼。將禮物網址分享給特別的人或自行兌換!"
@@ -11256,8 +11333,8 @@ msgid "Mark as 18+ (NSFW)"
msgstr "標記為 18+(成人內容)"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:358
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1115
-#: src/components/bottomsheets/DMBottomSheet.tsx:388
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1139
+#: src/components/bottomsheets/DMBottomSheet.tsx:390
#: src/components/channel/NewMessagesBar.tsx:60
#: src/components/uikit/ContextMenu/items/CategoryMenuItems.tsx:81
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:79
@@ -11319,7 +11396,7 @@ msgstr "Markdown"
msgid "Markdown Preview"
msgstr "Markdown 預覽"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:516
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:530
msgid "Marked as read"
msgstr "已標記為已讀"
@@ -11347,7 +11424,7 @@ msgstr "滑桿下方標記"
msgid "Marty_McFly"
msgstr "Marty_McFly"
-#: src/components/modals/ClaimAccountModal.tsx:160
+#: src/components/modals/ClaimAccountModal.tsx:162
#: src/components/modals/EmailChangeModal.tsx:254
msgid "marty@example.com"
msgstr "marty@example.com"
@@ -11356,7 +11433,7 @@ msgstr "marty@example.com"
msgid "Mask Visionary as subscription"
msgstr "將 Visionary 標記為訂閱"
-#: src/components/modals/InviteModal.tsx:291
+#: src/components/modals/InviteModal.tsx:288
msgid "Max number of uses"
msgstr "最大使用次數"
@@ -11393,7 +11470,8 @@ msgstr "相機最大畫質為 1080p"
msgid "Maximum quality, requires very fast connection"
msgstr "最高畫質,需要非常快的連線"
-#: src/components/modals/GiftAcceptModal.tsx:151
+#: src/components/modals/GiftAcceptModal.tsx:161
+#: src/components/modals/GiftAcceptModal.tsx:194
msgid "Maybe later"
msgstr "稍後再說"
@@ -11411,7 +11489,7 @@ msgstr "測量中..."
#: src/components/channel/AutocompleteEmoji.tsx:154
#: src/components/channel/textarea/TextareaButtons.tsx:122
-#: src/components/modals/ExpressionPickerSheet.tsx:77
+#: src/components/modals/ExpressionPickerSheet.tsx:64
#: src/components/modals/tabs/ChatSettingsTab.tsx:43
#: src/components/modals/tabs/ChatSettingsTab/Inline.tsx:37
#: src/components/modals/utils/settingsConstants.tsx:298
@@ -11504,8 +11582,8 @@ msgstr "成員驗證"
msgid "Member verification level"
msgstr "成員驗證等級"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:877
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:913
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:909
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:945
#: src/components/modals/guildTabs/GuildMembersTab.tsx:429
#: src/components/modals/shared/AddOverridePopout.tsx:176
#: src/components/modals/utils/guildSettingsConstants.tsx:157
@@ -11536,7 +11614,7 @@ msgstr "成員已清除"
msgid "Members receive notifications for every message"
msgstr "成員會收到每則訊息的通知"
-#: src/components/modals/InviteModal.tsx:302
+#: src/components/modals/InviteModal.tsx:299
msgid "Members will be removed when they go offline unless a role is assigned"
msgstr "成員離線後會被移除,除非已分配角色"
@@ -11608,11 +11686,11 @@ msgid "mentions:"
msgstr "提及:"
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:234
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:218
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:220
#: src/components/modals/tabs/ComponentGalleryTab/InputsTab.tsx:164
-#: src/components/modals/UserProfileMobileSheet.tsx:497
-#: src/components/modals/UserProfileModal.tsx:1189
-#: src/components/modals/UserProfileModal.tsx:1311
+#: src/components/modals/UserProfileMobileSheet.tsx:501
+#: src/components/modals/UserProfileModal.tsx:1190
+#: src/components/modals/UserProfileModal.tsx:1316
#: src/components/popouts/UserProfilePopout.tsx:289
#: src/components/popouts/UserProfilePopout.tsx:308
#: src/components/profile/ProfilePreview.tsx:292
@@ -11689,7 +11767,7 @@ msgstr "訊息群組"
msgid "Message is too long"
msgstr "訊息過長"
-#: src/components/pages/ReportPage.tsx:837
+#: src/components/pages/report/ReportStepDetails.tsx:107
msgid "Message Link"
msgstr "訊息連結"
@@ -11744,7 +11822,7 @@ msgstr "訊息與媒體"
msgid "Messages Deleted"
msgstr "訊息已刪除"
-#: src/components/channel/Messages.tsx:938
+#: src/components/channel/Messages.tsx:936
msgid "Messages failed to load"
msgstr "訊息載入失敗"
@@ -11888,22 +11966,21 @@ msgstr "管理"
msgid "Monospace font family"
msgstr "等寬字型"
-#: src/components/auth/DateOfBirthField.tsx:87
-#: src/components/auth/DateOfBirthField.tsx:154
+#: src/components/auth/DateOfBirthField.tsx:151
#: src/components/auth/MockMinimalRegisterForm.tsx:68
msgid "Month"
msgstr "月"
-#: src/components/modals/components/plutonium/PricingSection.tsx:71
+#: src/components/modals/components/plutonium/PricingSection.tsx:78
msgid "Monthly"
msgstr "每月"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:63
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:73
msgid "Monthly {monthlyPrice}"
msgstr "每月 {monthlyPrice}"
#: src/components/accounts/AccountRow.tsx:178
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:863
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:895
#: src/components/channel/friends/FriendListItem.tsx:229
#: src/components/channel/MessageActionBar.tsx:647
#: src/components/channel/MessageActionBar.tsx:776
@@ -11936,7 +12013,7 @@ msgstr "更多貼圖格"
msgid "Most popular"
msgstr "最受歡迎"
-#: src/components/channel/ChannelSearchResults.tsx:225
+#: src/components/channel/ChannelSearchResults.tsx:182
#: src/components/search/SortModeSheet.tsx:53
msgid "Most Relevant"
msgstr "最相關"
@@ -12015,7 +12092,7 @@ msgstr "多語內容"
msgid "Music Lovers"
msgstr "音樂愛好者"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:850
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:882
#: src/components/bottomsheets/VoiceLobbyBottomSheet.tsx:179
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:253
#: src/components/layout/UserArea.tsx:213
@@ -12055,7 +12132,7 @@ msgstr "靜音頻道"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:400
#: src/components/bottomsheets/ChannelBottomSheet.tsx:452
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1010
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1034
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:171
#: src/components/modals/GuildNotificationSettingsModal.tsx:295
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:168
@@ -12069,9 +12146,9 @@ msgstr "靜音頻道"
msgid "Mute Community"
msgstr "靜音社群"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1012
-#: src/components/bottomsheets/DMBottomSheet.tsx:449
-#: src/components/bottomsheets/DMBottomSheet.tsx:590
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1036
+#: src/components/bottomsheets/DMBottomSheet.tsx:451
+#: src/components/bottomsheets/DMBottomSheet.tsx:593
msgid "Mute Conversation"
msgstr "靜音對話"
@@ -12096,7 +12173,7 @@ msgstr "靜音成員"
msgid "Mute User"
msgstr "靜音使用者"
-#: src/components/layout/guild-list/GuildListItem.tsx:193
+#: src/components/layout/guild-list/GuildListItem.tsx:194
#: src/components/layout/VoiceStateIcons.tsx:53
#: src/components/voice/VoiceParticipantTile.tsx:897
#: src/utils/ContextMenuUtils.tsx:159
@@ -12105,7 +12182,7 @@ msgstr "已靜音"
#. placeholder {0}: DateUtils.getFormattedDateTime(new Date(muteConfig.end_time))
#. placeholder {0}: getFormattedDateTime(new Date(muteConfig.end_time))
-#: src/components/layout/guild-list/GuildListItem.tsx:191
+#: src/components/layout/guild-list/GuildListItem.tsx:192
#: src/utils/ContextMenuUtils.tsx:157
msgid "Muted until {0}"
msgstr "靜音至 {0}"
@@ -12253,7 +12330,7 @@ msgstr "需要帳號嗎?"
msgid "Neighborhood Watch"
msgstr "社區巡守隊"
-#: src/components/pages/ReportPage.tsx:330
+#: src/components/pages/report/optionDescriptors.ts:102
msgid "Netherlands"
msgstr "荷蘭"
@@ -12261,9 +12338,9 @@ msgstr "荷蘭"
msgid "Network"
msgstr "網路"
-#: src/components/modals/components/PlutoniumContent.tsx:145
-#: src/components/modals/components/PlutoniumContent.tsx:271
-#: src/components/modals/tabs/BetaCodesTab.tsx:295
+#: src/components/modals/components/PlutoniumContent.tsx:156
+#: src/components/modals/components/PlutoniumContent.tsx:288
+#: src/components/modals/tabs/BetaCodesTab.tsx:320
#: src/components/modals/tabs/DevicesTab.tsx:229
msgid "Network error"
msgstr "網路錯誤"
@@ -12290,7 +12367,7 @@ msgstr "永不過期"
#: src/components/channel/Divider.tsx:51
#: src/components/channel/Divider.tsx:60
#: src/components/channel/UnreadDividerSlot.tsx:45
-#: src/components/layout/GuildsLayout.tsx:285
+#: src/components/layout/GuildsLayout.tsx:283
msgid "New"
msgstr "最新"
@@ -12311,7 +12388,7 @@ msgstr "新電子郵件"
msgid "New email form"
msgstr "新電子郵件表單"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:902
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:934
msgid "New Group"
msgstr "新群組"
@@ -12334,7 +12411,7 @@ msgid "new-channel"
msgstr "新頻道"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:446
-#: src/components/channel/ChannelSearchResults.tsx:223
+#: src/components/channel/ChannelSearchResults.tsx:180
msgid "Newest"
msgstr "最新"
@@ -12394,7 +12471,7 @@ msgstr "暱稱不得超過 32 個字元"
msgid "Nickname updated"
msgstr "暱稱已更新"
-#: src/components/layout/GuildLayout.tsx:392
+#: src/components/layout/GuildLayout.tsx:397
msgid "No accessible channels"
msgstr "沒有可存取的頻道"
@@ -12431,7 +12508,7 @@ msgstr "沒有封鎖使用者"
msgid "No bans found matching your search."
msgstr "找不到符合搜尋的封鎖紀錄。"
-#: src/components/modals/tabs/BetaCodesTab.tsx:365
+#: src/components/modals/tabs/BetaCodesTab.tsx:390
msgid "No beta codes yet"
msgstr "尚無測試版代碼"
@@ -12471,7 +12548,7 @@ msgstr "沒有可用頻道"
msgid "No channels found"
msgstr "找不到頻道"
-#: src/components/modals/tabs/BetaCodesTab.tsx:275
+#: src/components/modals/tabs/BetaCodesTab.tsx:279
msgid "No codes remaining. Resets {resetString}"
msgstr "沒有剩餘代碼。將在 {resetString} 重置"
@@ -12484,7 +12561,7 @@ msgid "No community banner"
msgstr "沒有社群橫幅"
#: src/components/auth/InviteHeader.tsx:156
-#: src/components/channel/InviteEmbed.tsx:215
+#: src/components/channel/InviteEmbed.tsx:217
#: src/components/modals/InviteAcceptModal.tsx:148
#: src/components/modals/tabs/ExpressionPacksTab.tsx:73
msgid "No description provided."
@@ -12516,7 +12593,7 @@ msgstr "尚未加好友"
msgid "No GIFs found"
msgstr "找不到 GIF"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:311
+#: src/components/modals/tabs/GiftInventoryTab.tsx:334
msgid "No gifts yet"
msgstr "尚無禮物"
@@ -12656,7 +12733,7 @@ msgid "No results"
msgstr "沒有結果"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:315
-#: src/components/channel/ChannelSearchResults.tsx:709
+#: src/components/channel/ChannelSearchResults.tsx:678
msgid "No Results"
msgstr "沒有結果"
@@ -12717,7 +12794,7 @@ msgstr "無系統頻道"
msgid "No Timer"
msgstr "無計時器"
-#: src/components/channel/dm/AddFriendForm.tsx:70
+#: src/components/channel/dm/AddFriendForm.tsx:93
msgid "No user found with that FluxerTag."
msgstr "找不到該 FluxerTag 的使用者。"
@@ -12797,7 +12874,7 @@ msgstr "稍後再說"
msgid "Not your cup of tea? You can disable this feature anytime."
msgstr "不合你的胃口嗎?你可以隨時關閉此功能。"
-#: src/components/modals/UserProfileMobileSheet.tsx:549
+#: src/components/modals/UserProfileMobileSheet.tsx:553
#: src/components/modals/UserProfileModal.tsx:244
#: src/components/modals/UserProfileModal.tsx:248
#: src/components/pages/YouPage.tsx:144
@@ -12813,7 +12890,7 @@ msgstr "備註(只有你可見)"
msgid "nothing"
msgstr "什麼都沒有"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1387
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1411
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:218
#: src/components/modals/GuildNotificationSettingsModal.tsx:95
#: src/components/modals/GuildNotificationSettingsModal.tsx:226
@@ -12835,8 +12912,8 @@ msgid "Notification Overrides"
msgstr "通知覆寫"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:405
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1160
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1341
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1184
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1365
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:199
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsButton.tsx:59
#: src/components/modals/GuildNotificationSettingsModal.tsx:162
@@ -12904,17 +12981,17 @@ msgstr "不允許限制級內容"
msgid "NSFW Gates"
msgstr "限制級入口"
-#: src/components/pages/ReportPage.tsx:266
+#: src/components/pages/report/optionDescriptors.ts:47
#: src/constants/IARConstants.tsx:52
msgid "NSFW Policy Violation"
msgstr "違反限制級政策"
#. placeholder {0}: formatter.format(visionarySlots.total)
-#: src/components/modals/components/plutonium/VisionarySection.tsx:82
+#: src/components/modals/components/plutonium/VisionarySection.tsx:91
msgid "Numbered badge (1-{0}) showing your Visionary status"
msgstr "顯示您願景者身份的編號徽章 (1-{0})"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:83
+#: src/components/modals/components/plutonium/VisionarySection.tsx:92
msgid "Numbered badge showing your Visionary status"
msgstr "編號徽章顯示你的 Visionary 身份"
@@ -12933,8 +13010,8 @@ msgstr "物件"
msgid "Off"
msgstr "關閉"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:281
-#: src/components/channel/ChannelMembers.tsx:137
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:287
+#: src/components/channel/ChannelMembers.tsx:108
#: src/Constants.tsx:134
#: src/utils/MemberListUtils.ts:150
#: src/utils/MemberListUtils.ts:188
@@ -12962,7 +13039,7 @@ msgid "Okay"
msgstr "好的"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:446
-#: src/components/channel/ChannelSearchResults.tsx:224
+#: src/components/channel/ChannelSearchResults.tsx:181
msgid "Oldest"
msgstr "最舊"
@@ -13020,25 +13097,25 @@ msgstr "一個或多個頻道正在建立索引"
msgid "one second ago"
msgstr "一秒前"
-#: src/components/modals/components/plutonium/GiftSection.tsx:71
-#: src/components/modals/components/plutonium/GiftSection.tsx:80
-#: src/components/modals/components/plutonium/PricingSection.tsx:103
-#: src/components/modals/components/plutonium/PricingSection.tsx:112
+#: src/components/modals/components/plutonium/GiftSection.tsx:78
+#: src/components/modals/components/plutonium/GiftSection.tsx:90
+#: src/components/modals/components/plutonium/PricingSection.tsx:118
+#: src/components/modals/components/plutonium/PricingSection.tsx:130
msgid "one-time purchase"
msgstr "一次性購買"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:65
+#: src/components/modals/components/plutonium/VisionarySection.tsx:74
msgid "One-time purchase, lifetime access."
msgstr "一次性購買,終身訪問。"
-#: src/components/modals/components/plutonium/GiftSection.tsx:89
-#: src/components/modals/components/plutonium/PricingSection.tsx:90
-#: src/components/modals/components/plutonium/PricingSection.tsx:121
+#: src/components/modals/components/plutonium/GiftSection.tsx:102
+#: src/components/modals/components/plutonium/PricingSection.tsx:103
+#: src/components/modals/components/plutonium/PricingSection.tsx:142
msgid "one-time, lifetime"
msgstr "一次性,終身"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:281
-#: src/components/channel/ChannelMembers.tsx:135
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:285
+#: src/components/channel/ChannelMembers.tsx:106
#: src/components/channel/dm/DMFriendsView.tsx:168
#: src/components/channel/friends/views/FriendsList.tsx:95
#: src/Constants.tsx:130
@@ -13051,7 +13128,7 @@ msgstr "線上"
msgid "Online Status"
msgstr "線上狀態"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1382
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1406
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:212
#: src/components/modals/GuildNotificationSettingsModal.tsx:91
#: src/components/modals/GuildNotificationSettingsModal.tsx:281
@@ -13120,11 +13197,11 @@ msgstr "開啟認領帳號對話框"
msgid "Open color picker"
msgstr "開啟顏色選擇器"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1398
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1422
msgid "Open Community Notification Settings"
msgstr "開啟社群通知設定"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:286
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:322
msgid "Open Customer Portal"
msgstr "開啟客戶入口"
@@ -13293,7 +13370,7 @@ msgstr "選項三"
msgid "Option Two"
msgstr "選項二"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:89
+#: src/components/modals/components/plutonium/VisionarySection.tsx:98
msgid "Optional #0000 tag"
msgstr "可選的 #0000 標籤"
@@ -13309,7 +13386,7 @@ msgstr "或"
msgid "Or copy the link:"
msgstr "或複製連結:"
-#: src/components/modals/InviteModal.tsx:312
+#: src/components/modals/InviteModal.tsx:309
msgid "or send an invite link to a friend:"
msgstr "或將邀請連結傳給朋友:"
@@ -13325,9 +13402,9 @@ msgstr "原始訊息載入失敗"
msgid "Original message was deleted"
msgstr "原始訊息已刪除"
-#: src/components/pages/ReportPage.tsx:273
-#: src/components/pages/ReportPage.tsx:287
-#: src/components/pages/ReportPage.tsx:303
+#: src/components/pages/report/optionDescriptors.ts:54
+#: src/components/pages/report/optionDescriptors.ts:65
+#: src/components/pages/report/optionDescriptors.ts:78
#: src/constants/IARConstants.tsx:87
#: src/constants/IARConstants.tsx:139
#: src/constants/IARConstants.tsx:195
@@ -13463,8 +13540,8 @@ msgstr "通行金鑰需簽名的 macOS 套件且具有效的應用程式識別
#: src/components/auth/AuthLoginCore/AuthLoginEmailPasswordForm.tsx:90
#: src/components/auth/AuthRegisterFormCore.tsx:136
#: src/components/auth/AuthRegisterFormCore.tsx:217
-#: src/components/modals/ClaimAccountModal.tsx:168
-#: src/components/modals/ClaimAccountModal.tsx:208
+#: src/components/modals/ClaimAccountModal.tsx:170
+#: src/components/modals/ClaimAccountModal.tsx:210
#: src/components/modals/SudoVerificationModal.tsx:171
#: src/components/modals/SudoVerificationModal.tsx:236
#: src/components/modals/tabs/AccountSecurityTab/AccountTab.tsx:105
@@ -13546,11 +13623,11 @@ msgstr "你朋友的朋友可以將你加入群聊"
msgid "People who are friends with your friends can call you"
msgstr "你朋友的朋友可以呼叫你"
-#: src/components/modals/components/plutonium/PricingSection.tsx:73
+#: src/components/modals/components/plutonium/PricingSection.tsx:80
msgid "per month"
msgstr "每月"
-#: src/components/modals/components/plutonium/PricingSection.tsx:80
+#: src/components/modals/components/plutonium/PricingSection.tsx:90
msgid "per year"
msgstr "每年"
@@ -13588,8 +13665,8 @@ msgstr "權限已授予"
msgid "Personal notes"
msgstr "個人備註"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:479
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:778
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:493
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:810
#: src/components/channel/channel-header/useChannelHeaderData.ts:84
#: src/components/channel/dm/DMList.tsx:708
#: src/components/channel/dm/DMList.tsx:795
@@ -13662,16 +13739,16 @@ msgid "Pick which phone step to show"
msgstr "選擇要顯示的電話步驟"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:336
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1132
-#: src/components/bottomsheets/DMBottomSheet.tsx:483
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1156
+#: src/components/bottomsheets/DMBottomSheet.tsx:485
#: src/components/channel/dm/DMList.tsx:287
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:153
msgid "Pin DM"
msgstr "釘選私訊"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:295
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1132
-#: src/components/bottomsheets/DMBottomSheet.tsx:483
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1156
+#: src/components/bottomsheets/DMBottomSheet.tsx:485
#: src/components/channel/dm/DMList.tsx:248
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:133
msgid "Pin Group DM"
@@ -13714,20 +13791,20 @@ msgid "Ping: {latency}ms"
msgstr "延遲:{latency}毫秒"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:219
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:566
-#: src/components/bottomsheets/DMBottomSheet.tsx:147
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:580
+#: src/components/bottomsheets/DMBottomSheet.tsx:149
#: src/components/channel/dm/DMList.tsx:214
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:115
msgid "Pinned DM"
msgstr "已釘選的私訊"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:219
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:566
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:580
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:95
msgid "Pinned group"
msgstr "已釘選群組"
-#: src/components/bottomsheets/DMBottomSheet.tsx:147
+#: src/components/bottomsheets/DMBottomSheet.tsx:149
msgid "Pinned group DM"
msgstr "固定群組私訊"
@@ -13742,7 +13819,7 @@ msgstr "已釘選訊息"
msgid "pinned:"
msgstr "已釘選:"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:886
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:918
msgid "Pins"
msgstr "釘選"
@@ -13789,15 +13866,15 @@ msgstr "請檢查收件匣以確認驗證郵件。"
msgid "Please enable Fluxer in System Settings → Privacy & Security → Input Monitoring."
msgstr "請在系統設定 → 隱私與安全性 → 輸入監控 中啟用 Fluxer。"
-#: src/components/pages/ReportPage.tsx:396
+#: src/components/pages/ReportPage.tsx:211
msgid "Please enter a valid email address."
msgstr "請輸入有效的電子郵件地址。"
-#: src/components/channel/dm/AddFriendForm.tsx:74
+#: src/components/channel/dm/AddFriendForm.tsx:97
msgid "Please enter a valid FluxerTag (Username#0000)."
msgstr "請輸入有效的 FluxerTag(使用者名稱#0000)。"
-#: src/components/pages/ReportPage.tsx:509
+#: src/components/pages/ReportPage.tsx:336
msgid "Please enter a valid message link URL."
msgstr "請輸入有效的訊息連結網址。"
@@ -13809,26 +13886,22 @@ msgstr "請輸入API端點。"
msgid "Please fill out the following fields: {fieldList}"
msgstr "請填寫以下欄位:{fieldList}"
-#: src/components/pages/ReportPage.tsx:436
+#: src/components/pages/ReportPage.tsx:261
msgid "Please go back and enter a valid email address."
msgstr "請返回並輸入有效的電子郵件地址。"
-#: src/components/pages/ReportPage.tsx:542
+#: src/components/pages/ReportPage.tsx:369
msgid "Please include the community (guild) ID you are reporting."
msgstr "請提供您要檢舉的社群(公會)ID。"
-#: src/components/pages/ReportPage.tsx:504
+#: src/components/pages/ReportPage.tsx:331
msgid "Please paste the message link you are reporting."
msgstr "請貼上您要檢舉的訊息連結。"
-#: src/components/pages/ReportPage.tsx:391
+#: src/components/pages/ReportPage.tsx:206
msgid "Please provide an email address."
msgstr "請提供電子郵件地址。"
-#: src/components/pages/ReportPage.tsx:801
-msgid "Please provide the details of your report."
-msgstr "請提供您檢舉的詳細內容。"
-
#: src/components/modals/tabs/ApplicationsTab/ApplicationDetail.tsx:555
msgid "Please retry or go back to the applications list."
msgstr "請重新嘗試或返回應用程式清單。"
@@ -13837,7 +13910,7 @@ msgstr "請重新嘗試或返回應用程式清單。"
msgid "Please select a violation category"
msgstr "請選擇違規類別"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:297
+#: src/components/modals/tabs/GiftInventoryTab.tsx:320
msgid "Please try again later."
msgstr "請稍後再試。"
@@ -13878,7 +13951,7 @@ msgstr "Plutonium 徽章隱私"
msgid "Plutonium perks"
msgstr "Plutonium 特權"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:110
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:129
msgid "Plutonium Subscription"
msgstr "Plutonium 訂閱"
@@ -13886,7 +13959,7 @@ msgstr "Plutonium 訂閱"
msgid "PNG"
msgstr "PNG"
-#: src/components/pages/ReportPage.tsx:331
+#: src/components/pages/report/optionDescriptors.ts:103
msgid "Poland"
msgstr "波蘭"
@@ -13903,7 +13976,7 @@ msgstr "投票"
msgid "Popouts"
msgstr "彈出視窗"
-#: src/components/pages/ReportPage.tsx:332
+#: src/components/pages/report/optionDescriptors.ts:104
msgid "Portugal"
msgstr "葡萄牙"
@@ -13943,11 +14016,11 @@ msgstr "高級版類型覆寫"
msgid "Press keys..."
msgstr "請按鍵..."
-#: src/components/channel/MessageReactions.tsx:121
+#: src/components/channel/MessageReactions.tsx:120
msgid "press to add reaction"
msgstr "按一下以新增反應"
-#: src/components/channel/MessageReactions.tsx:121
+#: src/components/channel/MessageReactions.tsx:120
msgid "press to remove reaction"
msgstr "按一下以移除反應"
@@ -14143,15 +14216,15 @@ msgstr "使用雙重驗證與通行金鑰保護您的帳號"
msgid "Provide any additional context that may help our Safety Team..."
msgstr "提供任何可協助安全團隊的額外背景..."
-#: src/components/pages/ReportPage.tsx:882
+#: src/components/pages/report/ReportStepDetails.tsx:156
msgid "Provide at least a user ID or a user tag."
msgstr "至少提供一個用戶ID或用戶標籤。"
-#: src/components/pages/ReportPage.tsx:527
+#: src/components/pages/ReportPage.tsx:354
msgid "Provide either a user ID or a FluxerTag for the person you are reporting."
msgstr "提供被檢舉者的使用者 ID 或 FluxerTag。"
-#: src/components/pages/ReportPage.tsx:478
+#: src/components/pages/ReportPage.tsx:305
msgid "Provide your full legal name for the declaration."
msgstr "提供您的完整法定名稱以供聲明使用。"
@@ -14163,7 +14236,7 @@ msgstr "剔除 {dayCount, plural, one {<0># 天0>} other {<1># 天1>}} 未
msgid "Public bot"
msgstr "公開機器人"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:312
+#: src/components/modals/tabs/GiftInventoryTab.tsx:335
msgid "Purchase a Plutonium gift from the Plutonium tab to share with friends!"
msgstr "從 Plutonium 分頁購買 Plutonium 禮物與朋友分享!"
@@ -14171,12 +14244,12 @@ msgstr "從 Plutonium 分頁購買 Plutonium 禮物與朋友分享!"
msgid "Purchase History"
msgstr "購買紀錄"
-#: src/components/modals/components/plutonium/PricingSection.tsx:61
+#: src/components/modals/components/plutonium/PricingSection.tsx:67
msgid "Purchase mode"
msgstr "購買模式"
#. placeholder {0}: getFormattedShortDate(new Date(gift.created_at))
-#: src/components/modals/tabs/GiftInventoryTab.tsx:119
+#: src/components/modals/tabs/GiftInventoryTab.tsx:120
msgid "Purchased {0}"
msgstr "購買於 {0}"
@@ -14275,7 +14348,7 @@ msgstr "單選鈕可讓您從群組中選擇一個選項。"
msgid "Radio Group"
msgstr "單選群組"
-#: src/components/pages/ReportPage.tsx:300
+#: src/components/pages/report/optionDescriptors.ts:75
#: src/constants/IARConstants.tsx:180
msgid "Raid Coordination"
msgstr "突襲協調"
@@ -14310,7 +14383,7 @@ msgid "Reactions"
msgstr "反應"
#: src/components/layout/app-layout/nagbars/PremiumExpiredNagbar.tsx:77
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:284
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:320
msgid "Reactivate"
msgstr "重新啟用"
@@ -14323,15 +14396,15 @@ msgstr "閱讀訊息歷史"
msgid "Read the community's audit log of changes and moderation actions."
msgstr "查看社群的變更與管理措施稽核記錄。"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:146
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:160
msgid "Read the Documentation (fluxer.dev)"
msgstr "閱讀文件(fluxer.dev)"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:52
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:60
msgid "Ready to Buy a Gift?"
msgstr "準備好購買禮物了嗎?"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:52
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:60
msgid "Ready to Upgrade?"
msgstr "準備好升級了嗎?"
@@ -14388,11 +14461,11 @@ msgstr "重新連線中…"
msgid "Record shortcut"
msgstr "錄製捷徑"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:269
+#: src/components/modals/tabs/GiftInventoryTab.tsx:292
msgid "Redeem"
msgstr "兌換"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:232
+#: src/components/modals/tabs/GiftInventoryTab.tsx:255
msgid "Redeem a Gift"
msgstr "兌換禮物"
@@ -14400,40 +14473,40 @@ msgstr "兌換禮物"
msgid "Redeem Beta Code"
msgstr "兌換測試碼"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:165
+#: src/components/modals/tabs/GiftInventoryTab.tsx:166
msgid "Redeem for Yourself"
msgstr "為自己兌換"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:255
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:281
msgid "Redeem Gift Code"
msgstr "兌換禮物代碼"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:238
+#: src/components/modals/tabs/GiftInventoryTab.tsx:261
msgid "Redeem gift code form"
msgstr "禮物代碼兌換表單"
#. placeholder {0}: redeemedBetaCodes.length
-#: src/components/modals/tabs/BetaCodesTab.tsx:349
+#: src/components/modals/tabs/BetaCodesTab.tsx:374
msgid "Redeemed ({0})"
msgstr "已兌換({0})"
#. placeholder {0}: getFormattedShortDate(new Date(gift.redeemed_at!))
-#: src/components/modals/tabs/GiftInventoryTab.tsx:117
+#: src/components/modals/tabs/GiftInventoryTab.tsx:118
msgid "Redeemed {0}"
msgstr "兌換於 {0}"
#. placeholder {0}: gift.redeemed_by.username
#. placeholder {1}: gift.redeemed_by.discriminator
-#: src/components/modals/tabs/GiftInventoryTab.tsx:153
+#: src/components/modals/tabs/GiftInventoryTab.tsx:154
msgid "Redeemed by {0}#{1}"
msgstr "由 {0}#{1} 兌換"
-#: src/components/modals/tabs/BetaCodesTab.tsx:54
+#: src/components/modals/tabs/BetaCodesTab.tsx:56
msgid "Redeemer"
msgstr "兌換者"
-#: src/components/modals/tabs/BetaCodesTab.tsx:111
-#: src/components/modals/tabs/BetaCodesTab.tsx:188
+#: src/components/modals/tabs/BetaCodesTab.tsx:113
+#: src/components/modals/tabs/BetaCodesTab.tsx:190
msgid "Redeemer:"
msgstr "兌換者:"
@@ -14526,7 +14599,7 @@ msgstr "一般按鈕"
msgid "Regular button clicked!"
msgstr "一般按鈕已點擊!"
-#: src/components/channel/channel-view/DMChannelView.tsx:298
+#: src/components/channel/channel-view/DMChannelView.tsx:299
#: src/components/voice/IncomingCallUI.tsx:310
msgid "Reject"
msgstr "拒絕"
@@ -14624,19 +14697,19 @@ msgstr "移除入場音效"
msgid "Remove filter"
msgstr "移除篩選器"
-#: src/components/bottomsheets/DMBottomSheet.tsx:508
-#: src/components/channel/dm/DMWelcomeSection.tsx:132
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:144
+#: src/components/bottomsheets/DMBottomSheet.tsx:510
+#: src/components/channel/dm/DMWelcomeSection.tsx:144
#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:146
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:253
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:148
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:255
#: src/components/modals/UserProfileActionsSheet.tsx:115
#: src/components/modals/UserProfileActionsSheet.tsx:117
#: src/components/modals/UserProfileActionsSheet.tsx:278
-#: src/components/modals/UserProfileMobileSheet.tsx:302
-#: src/components/modals/UserProfileMobileSheet.tsx:304
+#: src/components/modals/UserProfileMobileSheet.tsx:303
+#: src/components/modals/UserProfileMobileSheet.tsx:305
#: src/components/modals/UserProfileModal.tsx:1143
-#: src/components/modals/UserProfileModal.tsx:1228
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:108
+#: src/components/modals/UserProfileModal.tsx:1229
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:129
#: src/utils/RelationshipActionUtils.tsx:113
#: src/utils/RelationshipActionUtils.tsx:115
msgid "Remove Friend"
@@ -14654,8 +14727,8 @@ msgid "Remove from favorites"
msgstr "從收藏移除"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:370
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1103
-#: src/components/bottomsheets/DMBottomSheet.tsx:400
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1127
+#: src/components/bottomsheets/DMBottomSheet.tsx:402
#: src/components/channel/ChannelHeader.tsx:547
#: src/components/channel/ChannelHeader.tsx:595
#: src/components/channel/ChannelHeader.tsx:600
@@ -14720,7 +14793,7 @@ msgstr "移除爆雷"
msgid "Remove sticker"
msgstr "移除貼圖"
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:285
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:288
#: src/components/modals/RemoveTimeoutModal.tsx:61
#: src/components/modals/RemoveTimeoutModal.tsx:75
#: src/components/modals/TimeoutMemberSheet.tsx:101
@@ -14763,11 +14836,11 @@ msgid "Removed from bookmarks"
msgstr "已從書籤移除"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:115
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:541
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:555
msgid "Removed from favorites"
msgstr "已從收藏移除"
-#: src/components/bottomsheets/DMBottomSheet.tsx:126
+#: src/components/bottomsheets/DMBottomSheet.tsx:128
msgid "Removed from Favorites"
msgstr "從最愛中移除"
@@ -14891,7 +14964,7 @@ msgstr "已將社群重新命名為 {0}。"
msgid "Render all your messages as unknown message type"
msgstr "將所有訊息渲染為未知訊息類型"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:234
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:253
msgid "Renews on <0>{renewalDate}0>."
msgstr "將於 <0>{renewalDate}0> 續訂。"
@@ -14932,15 +15005,15 @@ msgstr "回覆"
msgid "Replying to <0>{authorNickname}0>"
msgstr "正在回覆 <0>{authorNickname}0>"
-#: src/components/pages/ReportPage.tsx:249
+#: src/components/pages/report/optionDescriptors.ts:38
msgid "Report a Community"
msgstr "檢舉社群"
-#: src/components/pages/ReportPage.tsx:247
+#: src/components/pages/report/optionDescriptors.ts:36
msgid "Report a Message"
msgstr "檢舉訊息"
-#: src/components/pages/ReportPage.tsx:248
+#: src/components/pages/report/optionDescriptors.ts:37
msgid "Report a User Profile"
msgstr "檢舉使用者個人檔案"
@@ -14949,12 +15022,12 @@ msgstr "檢舉使用者個人檔案"
msgid "Report Community"
msgstr "檢舉社群"
-#: src/components/pages/ReportPage.tsx:801
-msgid "Report Details"
-msgstr "檢舉詳細資訊"
+#: src/components/pages/report/ReportStepDetails.tsx:74
+msgid "Report details"
+msgstr "舉報詳細資訊"
-#: src/components/pages/ReportPage.tsx:241
-#: src/components/pages/ReportPage.tsx:612
+#: src/components/pages/report/ReportStepSelection.tsx:41
+#: src/components/pages/ReportPage.tsx:60
msgid "Report Illegal Content"
msgstr "檢舉非法內容"
@@ -14963,33 +15036,24 @@ msgstr "檢舉非法內容"
msgid "Report Message"
msgstr "檢舉訊息"
-#: src/components/pages/ReportPage.tsx:588
-msgid "Report Submitted"
-msgstr "已提交檢舉"
+#: src/components/pages/report/ReportStepComplete.tsx:36
+msgid "Report submitted"
+msgstr "舉報已提交"
#: src/components/modals/IARModal.tsx:128
msgid "Report submitted successfully. Our Safety Team will review it shortly."
msgstr "檢舉提交成功,我們的安全團隊將儘快審核。"
-#: src/components/pages/ReportPage.tsx:624
-msgid "Report Type"
-msgstr "檢舉類型"
-
#: src/components/modals/IARModal.tsx:84
#: src/components/modals/UserProfileActionsSheet.tsx:289
#: src/components/modals/UserProfileModal.tsx:1157
msgid "Report User"
msgstr "檢舉使用者"
-#: src/components/pages/ReportPage.tsx:852
+#: src/components/pages/report/ReportStepDetails.tsx:123
msgid "Reported User Tag (optional)"
msgstr "舉報用戶標籤(選填)"
-#: src/components/pages/ReportPage.tsx:644
-#: src/components/pages/ReportPage.tsx:804
-msgid "Reporting:"
-msgstr "舉報:"
-
#: src/components/modals/tabs/PrivacySafetyTab/DataExportTab.tsx:48
#: src/components/modals/tabs/PrivacySafetyTab/DataExportTab.tsx:125
msgid "Request Data Export"
@@ -15050,7 +15114,7 @@ msgstr "需要 Plutonium"
msgid "Reschedule Message"
msgstr "重新排程訊息"
-#: src/components/modals/ClaimAccountModal.tsx:222
+#: src/components/modals/ClaimAccountModal.tsx:224
#: src/components/modals/EmailChangeModal.tsx:230
#: src/components/modals/EmailChangeModal.tsx:294
msgid "Resend"
@@ -15064,7 +15128,11 @@ msgstr "重新發送(剩餘 {newSecondsRemaining} 秒)"
msgid "Resend ({originalSecondsRemaining}s)"
msgstr "重新發送(原始剩餘 {originalSecondsRemaining} 秒)"
-#: src/components/modals/ClaimAccountModal.tsx:222
+#: src/components/pages/report/ReportStepVerification.tsx:114
+msgid "Resend ({resendCooldownSeconds}s)"
+msgstr "重新發送 ({resendCooldownSeconds}秒)"
+
+#: src/components/modals/ClaimAccountModal.tsx:224
msgid "Resend ({resendSecondsRemaining}s)"
msgstr "重新發送(剩餘 {resendSecondsRemaining} 秒)"
@@ -15072,7 +15140,7 @@ msgstr "重新發送(剩餘 {resendSecondsRemaining} 秒)"
msgid "Resend Button Loading"
msgstr "重新傳送按鈕載入中"
-#: src/components/pages/ReportPage.tsx:761
+#: src/components/pages/report/ReportStepVerification.tsx:116
msgid "Resend code"
msgstr "重新發送代碼"
@@ -15097,7 +15165,7 @@ msgid "Resent"
msgstr "已重新傳送"
#: src/components/keybinds/KeybindRecorder.tsx:215
-#: src/components/modals/components/MobileSettingsView.tsx:128
+#: src/components/modals/components/MobileSettingsView.tsx:123
#: src/components/modals/components/SettingsModalHeader.tsx:81
#: src/components/modals/ImageCropModal.tsx:977
#: src/components/modals/tabs/KeybindsTab.tsx:154
@@ -15173,8 +15241,8 @@ msgstr "恢復全螢幕"
msgid "Restore maximized"
msgstr "恢復最大化"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:280
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:282
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:316
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:318
msgid "Resubscribe"
msgstr "重新訂閱"
@@ -15189,11 +15257,11 @@ msgstr "重新訂閱"
#: src/components/modals/guildTabs/GuildStickersTab.tsx:211
#: src/components/modals/guildTabs/GuildWebhooksTab.tsx:137
#: src/components/modals/tabs/ApplicationsTab/ApplicationDetail.tsx:559
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:108
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:112
#: src/components/modals/tabs/AuthorizedAppsTab.tsx:121
-#: src/components/modals/tabs/BetaCodesTab.tsx:301
+#: src/components/modals/tabs/BetaCodesTab.tsx:326
#: src/components/modals/tabs/DevicesTab.tsx:231
-#: src/components/modals/tabs/GiftInventoryTab.tsx:300
+#: src/components/modals/tabs/GiftInventoryTab.tsx:323
msgid "Retry"
msgstr "重試"
@@ -15244,8 +15312,8 @@ msgstr "在繼續前先檢視應用程式的要求。"
#: src/components/invites/InviteListItem.tsx:217
#: src/components/modals/GroupInvitesBottomSheet.tsx:78
#: src/components/modals/GroupInvitesModal.tsx:76
-#: src/components/modals/tabs/BetaCodesTab.tsx:143
-#: src/components/modals/tabs/BetaCodesTab.tsx:220
+#: src/components/modals/tabs/BetaCodesTab.tsx:145
+#: src/components/modals/tabs/BetaCodesTab.tsx:222
msgid "Revoke"
msgstr "撤銷"
@@ -15369,7 +15437,7 @@ msgstr "身分組與權限"
msgid "Roles updated successfully"
msgstr "身分組更新成功"
-#: src/components/pages/ReportPage.tsx:333
+#: src/components/pages/report/optionDescriptors.ts:105
msgid "Romania"
msgstr "羅馬尼亞"
@@ -15423,7 +15491,7 @@ msgstr "飽和度"
#: src/components/modals/AddFavoriteMemeModal.tsx:102
#: src/components/modals/AttachmentEditModal.tsx:90
#: src/components/modals/BaseChangeNicknameModal.tsx:115
-#: src/components/modals/components/MobileSettingsView.tsx:131
+#: src/components/modals/components/MobileSettingsView.tsx:126
#: src/components/modals/CustomStatusBottomSheet.tsx:231
#: src/components/modals/CustomStatusModal.tsx:362
#: src/components/modals/EditFavoriteMemeModal.tsx:88
@@ -15438,9 +15506,9 @@ msgstr "飽和度"
msgid "Save"
msgstr "儲存"
-#: src/components/modals/components/plutonium/GiftSection.tsx:72
-#: src/components/modals/components/plutonium/PricingSection.tsx:81
-#: src/components/modals/components/plutonium/PricingSection.tsx:104
+#: src/components/modals/components/plutonium/GiftSection.tsx:79
+#: src/components/modals/components/plutonium/PricingSection.tsx:91
+#: src/components/modals/components/plutonium/PricingSection.tsx:119
msgid "Save 17%"
msgstr "節省 17%"
@@ -15600,8 +15668,8 @@ msgstr "捲動至聊天下方"
msgid "Scroll Chat Up"
msgstr "捲動至聊天上方"
-#: src/components/modals/components/plutonium/GiftSection.tsx:103
-#: src/components/modals/components/plutonium/PricingSection.tsx:138
+#: src/components/modals/components/plutonium/GiftSection.tsx:117
+#: src/components/modals/components/plutonium/PricingSection.tsx:160
msgid "Scroll down to view all the sweet perks you get with Plutonium"
msgstr "往下捲動以查看你使用 Plutonium 可享有的所有超棒特權"
@@ -15613,11 +15681,11 @@ msgstr "將聊天記錄向下捲"
msgid "Scroll the chat history up"
msgstr "將聊天記錄向上捲"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:857
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:889
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:400
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:460
#: src/components/channel/ChannelHeader.tsx:586
-#: src/components/channel/shared/PickerSearchInput.tsx:204
+#: src/components/channel/shared/PickerSearchInput.tsx:203
#: src/components/modals/tabs/ComponentGalleryTab/InputsTab.tsx:126
#: src/stores/KeybindStore.ts:414
#: src/utils/quick-switcher/QuickSwitcherModalUtils.tsx:86
@@ -15674,7 +15742,7 @@ msgstr "搜尋頻道、人員或社群"
#: src/components/common/FriendSelector.tsx:196
#: src/components/modals/AddFriendsToGroupModal.tsx:53
#: src/components/modals/CreateDMModal.tsx:68
-#: src/components/modals/InviteModal.tsx:237
+#: src/components/modals/InviteModal.tsx:248
#: src/components/modals/shared/RecipientList.tsx:177
#: src/components/modals/ShareThemeModal.tsx:144
msgid "Search friends"
@@ -15718,7 +15786,7 @@ msgstr "搜尋待處理請求"
msgid "Search Permissions..."
msgstr "搜尋權限..."
-#: src/components/channel/ChannelSearchResults.tsx:321
+#: src/components/channel/ChannelSearchResults.tsx:278
#: src/components/modals/components/DesktopSettingsView.tsx:360
msgid "Search Results"
msgstr "搜尋結果"
@@ -15737,7 +15805,7 @@ msgid "Search scope"
msgstr "搜尋範圍"
#. placeholder {0}: activeScopeOption.label
-#: src/components/channel/ChannelSearchResults.tsx:1052
+#: src/components/channel/ChannelSearchResults.tsx:1031
#: src/components/channel/MessageSearchBar/MessageSearchBar.tsx:378
msgid "Search scope: {0}"
msgstr "搜尋範圍:{0}"
@@ -15767,7 +15835,7 @@ msgstr "搜尋使用者"
msgid "Search within the current view"
msgstr "在目前視圖中搜尋"
-#: src/components/channel/ChannelSearchResults.tsx:319
+#: src/components/channel/ChannelSearchResults.tsx:276
msgid "Searching..."
msgstr "搜尋中..."
@@ -15848,9 +15916,9 @@ msgstr "查看你的邀請對訪客的顯示樣貌。"
msgid "Select"
msgstr "選取"
-#: src/components/pages/ReportPage.tsx:261
-#: src/components/pages/ReportPage.tsx:280
-#: src/components/pages/ReportPage.tsx:294
+#: src/components/pages/report/optionDescriptors.ts:42
+#: src/components/pages/report/optionDescriptors.ts:58
+#: src/components/pages/report/optionDescriptors.ts:69
msgid "Select a category"
msgstr "選擇一個類別"
@@ -15871,7 +15939,7 @@ msgstr "選取社群"
msgid "Select a community where you have <0>Manage Community0> permissions."
msgstr "選取一個你擁有 <0>管理社群0> 權限的社群。"
-#: src/components/pages/ReportPage.tsx:310
+#: src/components/pages/report/optionDescriptors.ts:82
msgid "Select a country"
msgstr "選擇一個國家"
@@ -15887,7 +15955,7 @@ msgstr "選取要套用的情境..."
msgid "Select a verification method."
msgstr "選取驗證方式。"
-#: src/components/pages/ReportPage.tsx:473
+#: src/components/pages/ReportPage.tsx:300
msgid "Select a violation category."
msgstr "選擇違規類別。"
@@ -15958,11 +16026,15 @@ msgstr "選取畫面或視窗"
msgid "Select the account you want to sign in with on the desktop app."
msgstr "選取你要在桌面應用程式使用的登入帳號。"
+#: src/components/pages/report/ReportStepSelection.tsx:44
+msgid "Select what you want to report."
+msgstr "選擇您想要舉報的內容。"
+
#: src/components/modals/utils/settingsSearchIndex.ts:460
msgid "Select your camera"
msgstr "選取你的攝影機"
-#: src/components/pages/ReportPage.tsx:483
+#: src/components/pages/ReportPage.tsx:310
msgid "Select your country of residence."
msgstr "選取你的居住國家。"
@@ -15986,7 +16058,7 @@ msgstr "選取..."
msgid "Selections"
msgstr "所選項目"
-#: src/components/pages/ReportPage.tsx:269
+#: src/components/pages/report/optionDescriptors.ts:50
#: src/constants/IARConstants.tsx:67
msgid "Self-Harm or Suicide"
msgstr "自傷或自殺"
@@ -16035,7 +16107,7 @@ msgstr "傳送動作訊息(會套用斜體)。"
msgid "Send an SMS code first."
msgstr "先傳送 SMS 驗證碼。"
-#: src/components/modals/ClaimAccountModal.tsx:182
+#: src/components/modals/ClaimAccountModal.tsx:184
#: src/components/modals/EmailChangeModal.tsx:265
#: src/components/modals/PhoneAddModal.tsx:206
msgid "Send code"
@@ -16045,9 +16117,9 @@ msgstr "傳送代碼"
msgid "Send Code"
msgstr "傳送代碼"
-#: src/components/channel/dm/DMWelcomeSection.tsx:109
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:269
-#: src/components/modals/UserProfileModal.tsx:1288
+#: src/components/channel/dm/DMWelcomeSection.tsx:112
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:272
+#: src/components/modals/UserProfileModal.tsx:1290
msgid "Send Friend Request"
msgstr "傳送好友邀請"
@@ -16073,7 +16145,7 @@ msgstr "傳送訊息"
msgid "Send Messages"
msgstr "傳送訊息"
-#: src/components/channel/dm/AddFriendForm.tsx:119
+#: src/components/channel/dm/AddFriendForm.tsx:142
msgid "Send Request"
msgstr "傳送請求"
@@ -16097,11 +16169,11 @@ msgstr "傳送文字轉語音訊息。"
msgid "Send TTS Messages"
msgstr "傳送 TTS 訊息"
-#: src/components/pages/ReportPage.tsx:676
+#: src/components/pages/report/ReportStepEmail.tsx:92
msgid "Send Verification Code"
msgstr "傳送驗證碼"
-#: src/components/modals/InviteModal.tsx:258
+#: src/components/modals/InviteModal.tsx:268
#: src/components/modals/shared/RecipientList.tsx:223
#: src/components/modals/ShareThemeModal.tsx:162
msgid "Sent"
@@ -16128,7 +16200,7 @@ msgstr "工作階段已過期。請重新登入。"
msgid "Set a custom invite URL for your community."
msgstr "為你的社群設定自訂邀請網址。"
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:401
+#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:361
#: src/components/modals/StatusChangeBottomSheet.tsx:171
#: src/components/popouts/UserAreaPopout.tsx:444
msgid "Set a custom status"
@@ -16336,7 +16408,7 @@ msgid "Set your timezone"
msgstr "設定你的時區"
#: src/components/bottomsheets/VoiceLobbyBottomSheet.tsx:220
-#: src/components/modals/components/MobileSettingsView.tsx:531
+#: src/components/modals/components/MobileSettingsView.tsx:485
#: src/components/modals/tabs/ComponentGalleryTab/ButtonsTab.tsx:150
#: src/components/modals/tabs/ComponentGalleryTab/ButtonsTab.tsx:221
#: src/components/modals/tabs/ComponentGalleryTab/index.tsx:94
@@ -16383,7 +16455,11 @@ msgstr "分享動作!"
msgid "Share Audio"
msgstr "分享音訊"
-#: src/components/modals/components/plutonium/GiftSection.tsx:63
+#: src/components/pages/report/ReportStepDetails.tsx:77
+msgid "Share only what's needed to help our team assess the content."
+msgstr "僅分享協助我們團隊評估內容所需的資訊。"
+
+#: src/components/modals/components/plutonium/GiftSection.tsx:69
msgid "Share the Plutonium experience with your friends by purchasing a gift subscription."
msgstr "購買禮物訂閱,與朋友分享 Plutonium 的體驗。"
@@ -16417,7 +16493,7 @@ msgstr "分享你的主題"
msgid "Shared theme"
msgstr "共用主題"
-#: src/components/pages/ReportPage.tsx:268
+#: src/components/pages/report/optionDescriptors.ts:49
#: src/constants/IARConstants.tsx:62
msgid "Sharing Personal Information"
msgstr "共享個人資訊"
@@ -16797,11 +16873,11 @@ msgstr "具有步進值的滑桿"
msgid "Sliders"
msgstr "滑桿"
-#: src/components/pages/ReportPage.tsx:334
+#: src/components/pages/report/optionDescriptors.ts:106
msgid "Slovakia"
msgstr "斯洛伐克"
-#: src/components/pages/ReportPage.tsx:335
+#: src/components/pages/report/optionDescriptors.ts:107
msgid "Slovenia"
msgstr "斯洛維尼亞"
@@ -16952,7 +17028,8 @@ msgstr "發生錯誤導致應用程式當機。請嘗試重新載入或重設應
msgid "Something went wrong while loading the audit log."
msgstr "載入稽核記錄時發生錯誤。"
-#: src/components/pages/ReportPage.tsx:563
+#: src/components/pages/ReportPage.tsx:103
+#: src/components/pages/ReportPage.tsx:395
msgid "Something went wrong while submitting the report. Please try again."
msgstr "提交報告時發生錯誤。請再試一次。"
@@ -16969,7 +17046,7 @@ msgid "Sort"
msgstr "排序"
#. placeholder {0}: activeSortOption.label
-#: src/components/channel/ChannelSearchResults.tsx:1063
+#: src/components/channel/ChannelSearchResults.tsx:1042
msgid "Sort mode: {0}"
msgstr "排序模式:{0}"
@@ -17008,21 +17085,21 @@ msgstr "訊息群組之間的間距"
msgid "Spacious layout with clear visual separation between messages."
msgstr "寬敞佈局,訊息之間有清晰的視覺分隔。"
-#: src/components/pages/ReportPage.tsx:336
+#: src/components/pages/report/optionDescriptors.ts:108
msgid "Spain"
msgstr "西班牙"
-#: src/components/pages/ReportPage.tsx:283
+#: src/components/pages/report/optionDescriptors.ts:61
#: src/constants/IARConstants.tsx:119
msgid "Spam Account"
msgstr "垃圾帳號"
-#: src/components/pages/ReportPage.tsx:265
+#: src/components/pages/report/optionDescriptors.ts:46
#: src/constants/IARConstants.tsx:47
msgid "Spam or Scam"
msgstr "垃圾訊息或詐騙"
-#: src/components/pages/ReportPage.tsx:301
+#: src/components/pages/report/optionDescriptors.ts:76
#: src/constants/IARConstants.tsx:185
msgid "Spam or Scam Community"
msgstr "垃圾訊息或詐騙社群"
@@ -17141,9 +17218,9 @@ msgstr "開始策劃可分享與安裝的自訂表情包。"
msgid "Start Mic Test"
msgstr "開始麥克風測試"
-#: src/components/pages/ReportPage.tsx:687
-#: src/components/pages/ReportPage.tsx:771
-#: src/components/pages/ReportPage.tsx:964
+#: src/components/pages/report/ReportStepDetails.tsx:252
+#: src/components/pages/report/ReportStepEmail.tsx:103
+#: src/components/pages/report/ReportStepVerification.tsx:132
msgid "Start over"
msgstr "重新開始"
@@ -17151,13 +17228,13 @@ msgstr "重新開始"
msgid "Start Sharing"
msgstr "開始分享"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:122
+#: src/components/channel/ChannelHeader/CallButtons.tsx:160
#: src/components/modals/UserProfileModal.tsx:1109
#: src/components/uikit/ContextMenu/items/CallMenuItems.tsx:91
msgid "Start Video Call"
msgstr "開始視訊通話"
-#: src/components/channel/ChannelHeader/CallButtons.tsx:70
+#: src/components/channel/ChannelHeader/CallButtons.tsx:90
#: src/components/modals/UserProfileModal.tsx:1100
#: src/components/uikit/ContextMenu/items/CallMenuItems.tsx:60
msgid "Start Voice Call"
@@ -17182,9 +17259,21 @@ msgstr "狀態指示器"
msgid "Status Slate"
msgstr "狀態板"
-#: src/components/pages/ReportPage.tsx:574
-msgid "Step {stepNumber} of {FLOW_TOTAL_STEPS}"
-msgstr "第 {stepNumber} 步,共 {FLOW_TOTAL_STEPS} 步"
+#: src/components/pages/report/ReportStepSelection.tsx:38
+msgid "Step 1"
+msgstr "步驟 1"
+
+#: src/components/pages/report/ReportStepEmail.tsx:51
+msgid "Step 2"
+msgstr "步驟 2"
+
+#: src/components/pages/report/ReportStepVerification.tsx:61
+msgid "Step 3"
+msgstr "步驟 3"
+
+#: src/components/pages/report/ReportStepDetails.tsx:71
+msgid "Step 4"
+msgstr "步驟 4"
#: src/utils/SystemMessageUtils.tsx:45
msgid "Step in, {username}! No paradoxes here; we're all friends."
@@ -17229,7 +17318,7 @@ msgid "Sticker density"
msgstr "貼圖密度"
#: src/components/auth/InviteHeader.tsx:140
-#: src/components/channel/InviteEmbed.tsx:197
+#: src/components/channel/InviteEmbed.tsx:199
#: src/components/modals/InviteAcceptModal.tsx:142
#: src/components/modals/tabs/ExpressionPacksTab.tsx:70
msgid "Sticker pack"
@@ -17261,7 +17350,7 @@ msgstr "貼圖已更新"
#: src/components/channel/AutocompleteEmoji.tsx:111
#: src/components/channel/textarea/TextareaButtons.tsx:134
-#: src/components/modals/ExpressionPickerSheet.tsx:86
+#: src/components/modals/ExpressionPickerSheet.tsx:73
#: src/components/popouts/ExpressionPickerPopout.tsx:79
msgid "Stickers"
msgstr "貼圖"
@@ -17330,11 +17419,11 @@ msgstr "自習教室"
msgid "Style Variations"
msgstr "風格變化"
-#: src/components/pages/ReportPage.tsx:601
+#: src/components/pages/report/ReportStepComplete.tsx:41
msgid "Submit another report"
msgstr "提交另一份報告"
-#: src/components/pages/ReportPage.tsx:958
+#: src/components/pages/report/ReportStepDetails.tsx:240
msgid "Submit DSA Report"
msgstr "提交 DSA 報告"
@@ -17346,7 +17435,7 @@ msgstr "提交報告"
msgid "Submitting"
msgstr "提交中"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:53
+#: src/components/modals/components/plutonium/VisionarySection.tsx:58
msgid "subscription"
msgstr "訂閱"
@@ -17464,7 +17553,7 @@ msgstr "隱藏嵌入內容"
msgid "Swap text to reverify variants"
msgstr "切換文字以重新驗證變體"
-#: src/components/pages/ReportPage.tsx:337
+#: src/components/pages/report/optionDescriptors.ts:109
msgid "Sweden"
msgstr "瑞典"
@@ -17476,7 +17565,7 @@ msgstr "瑞典語"
msgid "Switch account"
msgstr "切換帳號"
-#: src/components/popouts/UserAreaPopout.tsx:497
+#: src/components/popouts/UserAreaPopout.tsx:499
msgid "Switch Accounts"
msgstr "切換帳號"
@@ -17649,8 +17738,8 @@ msgstr "文字(不宜在工作場所)"
msgid "Text channel"
msgstr "文字頻道"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:473
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:662
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:487
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:676
#: src/components/channel/channel-header/useChannelHeaderData.ts:96
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:314
msgid "Text Channel"
@@ -17677,19 +17766,19 @@ msgstr "文字區"
msgid "Thai"
msgstr "泰語"
-#: src/components/pages/ReportPage.tsx:589
-msgid "Thank you for filing a report. We'll review it as soon as possible."
-msgstr "感謝您提交報告。我們會儘快進行審查。"
-
#: src/components/modals/IARModal.tsx:187
msgid "Thank you for helping keep Fluxer safe. Reports are reviewed by our Safety Team. False reports may result in action against your account."
msgstr "感謝你協助維護 Fluxer 安全。檢舉會由安全團隊審查,惡意檢舉可能導致帳號受到處置。"
+#: src/components/pages/report/ReportStepComplete.tsx:37
+msgid "Thank you for helping keep Fluxer safe. We'll review your report as soon as possible."
+msgstr "感謝您幫助保持Fluxer的安全。我們將盡快審查您的舉報。"
+
#: src/components/form/ColorPickerField.tsx:274
msgid "That doesn't look like a valid color. Try hex, rgb(), hsl(), or a CSS color name."
msgstr "這看起來不像有效的顏色。試試 hex、rgb()、hsl() 或 CSS 顏色名稱。"
-#: src/components/pages/ReportPage.tsx:846
+#: src/components/pages/report/ReportStepDetails.tsx:117
msgid "That doesn't look like a valid URL."
msgstr "這看起來不是有效的 URL。"
@@ -17733,8 +17822,8 @@ msgstr "機器人已加入。"
msgid "The channel you're looking for may have been deleted or you may not have access to it."
msgstr "你尋找的頻道可能已被刪除,或你沒有存取權限。"
-#: src/components/layout/GuildLayout.tsx:308
-#: src/components/layout/GuildLayout.tsx:371
+#: src/components/layout/GuildLayout.tsx:313
+#: src/components/layout/GuildLayout.tsx:376
msgid "The community you're looking for may have been deleted or you may not have access to it."
msgstr "你尋找的社群可能已被刪除,或你沒有存取權限。"
@@ -17795,7 +17884,7 @@ msgstr "超時時間不得超過 365 天(31536000 秒)。"
msgid "The URL this link channel points to."
msgstr "這個連結頻道指向的 URL。"
-#: src/components/pages/ReportPage.tsx:452
+#: src/components/pages/ReportPage.tsx:277
msgid "The verification code is invalid or expired."
msgstr "驗證碼無效或已過期。"
@@ -17869,7 +17958,7 @@ msgstr "這些設定使用瀏覽器原生音訊處理以提升通話品質,建
msgid "These toggles force the client to treat features as enabled or disabled without relying on the server configuration. They only affect your client experience and are shown to developers for testing."
msgstr "這些切換會強制用戶端視某些功能為啟用或停用,無需依賴伺服器設定。它們僅影響你的用戶端體驗,並提供給開發者進行測試。"
-#: src/components/channel/channel-view/DMChannelView.tsx:356
+#: src/components/channel/channel-view/DMChannelView.tsx:357
msgid "They might have taken the DeLorean elsewhere."
msgstr "他們可能把 DeLorean 開到別處了。"
@@ -17877,7 +17966,7 @@ msgstr "他們可能把 DeLorean 開到別處了。"
msgid "they/them"
msgstr "他們/她們"
-#: src/components/channel/channel-view/DMChannelView.tsx:342
+#: src/components/channel/channel-view/DMChannelView.tsx:343
msgid "Think, McFly! Did you type the right address?"
msgstr "想清楚,McFly!你打的是正確地址嗎?"
@@ -17979,7 +18068,7 @@ msgstr "此社群暫時停用邀請功能,稍後再試。"
msgid "This community requires you to verify your account before joining. Please set an email and password for your account."
msgstr "加入此社群前需驗證帳號。請設定電子郵件與密碼。"
-#: src/components/channel/channel-view/DMChannelView.tsx:339
+#: src/components/channel/channel-view/DMChannelView.tsx:340
msgid "This conversation has been erased"
msgstr "此對話已被清除"
@@ -18008,8 +18097,8 @@ msgstr "此禮物代碼已被領取。"
msgid "This gift code has already been redeemed."
msgstr "此禮物代碼已被兌換。"
-#: src/components/channel/GiftEmbed.tsx:148
-#: src/components/modals/GiftAcceptModal.tsx:92
+#: src/components/channel/GiftEmbed.tsx:159
+#: src/components/modals/GiftAcceptModal.tsx:99
msgid "This gift code is invalid or already claimed."
msgstr "此禮物代碼無效或已被領取。"
@@ -18022,11 +18111,11 @@ msgstr "此禮物代碼無效或已被兌換。"
msgid "This gift code may be invalid, expired, or already redeemed."
msgstr "此禮物代碼可能無效、已過期或已被兌換。"
-#: src/components/modals/GiftAcceptModal.tsx:118
+#: src/components/modals/GiftAcceptModal.tsx:125
msgid "This gift has already been claimed."
msgstr "此禮物已被領取。"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:157
+#: src/components/modals/tabs/GiftInventoryTab.tsx:158
msgid "This gift has been redeemed"
msgstr "此禮物已被兌換"
@@ -18044,7 +18133,7 @@ msgstr "此邀請將在 {0} 後失效。"
msgid "This invite has unlimited uses."
msgstr "此邀請無使用次數限制。"
-#: src/components/modals/InviteModal.tsx:321
+#: src/components/modals/InviteModal.tsx:318
msgid "This invite link never expires."
msgstr "此邀請連結永不過期。"
@@ -18059,23 +18148,19 @@ msgstr "此邀請可能已過期或被刪除。"
msgid "This invite never expires."
msgstr "此邀請永不過期。"
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:170
-#: src/components/emojis/EmojiInfoContent.tsx:79
+#: src/components/emojis/EmojiAttributionSubtext.tsx:130
msgid "This is a custom emoji from"
msgstr "這是來自的自訂表情符號"
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:160
-#: src/components/emojis/EmojiInfoContent.tsx:68
+#: src/components/emojis/EmojiAttributionSubtext.tsx:121
msgid "This is a custom emoji from a community."
msgstr "這是來自某個社群的自訂表情符號。"
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:150
-#: src/components/emojis/EmojiInfoContent.tsx:56
+#: src/components/emojis/EmojiAttributionSubtext.tsx:111
msgid "This is a custom emoji from a community. Ask the author for an invite to use this emoji."
msgstr "這是來自某個社群的自訂表情符號。向作者索取邀請即可使用。"
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:138
-#: src/components/emojis/EmojiInfoContent.tsx:43
+#: src/components/emojis/EmojiAttributionSubtext.tsx:101
msgid "This is a default emoji on Fluxer."
msgstr "這是 Fluxer 預設的表情符號。"
@@ -18095,8 +18180,8 @@ msgstr "訊息即是如此顯示"
msgid "This is not the channel you're looking for."
msgstr "這不是你要找的頻道。"
-#: src/components/layout/GuildLayout.tsx:307
-#: src/components/layout/GuildLayout.tsx:370
+#: src/components/layout/GuildLayout.tsx:312
+#: src/components/layout/GuildLayout.tsx:375
msgid "This is not the community you're looking for."
msgstr "這不是你要找的社群。"
@@ -18113,7 +18198,7 @@ msgid "This is the beginning of <0>{displayName}0>. Add friends to start a con
msgstr "這是 <0>{displayName}0> 的第一則訊息。新增好友開始聊天吧!"
#. placeholder {0}: user.username
-#: src/components/channel/dm/DMWelcomeSection.tsx:182
+#: src/components/channel/dm/DMWelcomeSection.tsx:194
msgid "This is the beginning of your direct message history with <0>{0}0>."
msgstr "這是你與 <0>{0}0> 的私人訊息紀錄開端。"
@@ -18194,7 +18279,7 @@ msgstr "此主題連結缺少資料。"
msgid "This theme may have been removed or the link is invalid."
msgstr "此主題可能已被移除或連結無效。"
-#: src/components/channel/dm/AddFriendForm.tsx:62
+#: src/components/channel/dm/AddFriendForm.tsx:85
msgid "This user has restricted who can send them friend requests."
msgstr "此使用者限制誰可以發送好友邀請。"
@@ -18216,8 +18301,8 @@ msgid "This was a @silent message."
msgstr "這是一則 @silent 訊息。"
#: src/actions/MessageActionCreators.tsx:392
-#: src/components/channel/Messages.tsx:442
-#: src/components/channel/Messages.tsx:522
+#: src/components/channel/Messages.tsx:440
+#: src/components/channel/Messages.tsx:520
msgid "This will create a rift in the space-time continuum and cannot be undone."
msgstr "這會在時空連續體中創造裂縫,無法還原。"
@@ -18283,7 +18368,7 @@ msgstr "時間:{currentFormatted} / {durationFormatted}"
msgid "Timed out until {0}."
msgstr "超時至 {0}。"
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:285
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:288
#: src/components/modals/TimeoutMemberModal.tsx:207
#: src/components/modals/TimeoutMemberSheet.tsx:90
#: src/components/uikit/ContextMenu/items/GuildMemberMenuItems.tsx:272
@@ -18570,7 +18655,7 @@ msgstr "true 或 false"
msgid "Try a different name or use @ / # / ! / * prefixes to filter results."
msgstr "試試不同名稱或使用 @ / # / ! / * 前綴來篩選結果。"
-#: src/components/channel/ChannelSearchResults.tsx:710
+#: src/components/channel/ChannelSearchResults.tsx:679
msgid "Try a different search query"
msgstr "試試不同的搜尋字串"
@@ -18585,13 +18670,13 @@ msgid "Try a different search term or filter"
msgstr "試試不同的搜尋詞或篩選條件"
#: src/components/auth/HandoffCodeDisplay.tsx:67
-#: src/components/channel/Messages.tsx:939
+#: src/components/channel/Messages.tsx:937
msgid "Try again"
msgstr "再試一次"
#: src/components/BootstrapErrorScreen.tsx:68
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:301
-#: src/components/channel/ChannelSearchResults.tsx:694
+#: src/components/channel/ChannelSearchResults.tsx:663
#: src/components/modals/channelTabs/ChannelInvitesTab.tsx:148
#: src/components/modals/channelTabs/ChannelWebhooksTab.tsx:159
#: src/components/NetworkErrorScreen.tsx:56
@@ -18612,7 +18697,7 @@ msgstr "試試其他名稱或確認拼字。"
msgid "Try another search term"
msgstr "試試其他搜尋詞"
-#: src/components/channel/InviteEmbed.tsx:359
+#: src/components/channel/InviteEmbed.tsx:361
msgid "Try asking for a new invite."
msgstr "試著請求新的邀請。"
@@ -18802,7 +18887,7 @@ msgstr "無法安裝貼圖包"
msgid "Unable to load activity logs"
msgstr "無法載入活動紀錄"
-#: src/components/modals/tabs/ApplicationsTab/index.tsx:104
+#: src/components/modals/tabs/ApplicationsTab/index.tsx:108
msgid "Unable to load applications"
msgstr "無法載入應用程式"
@@ -18814,7 +18899,7 @@ msgstr "無法載入套件資訊。"
msgid "Unable to prepare any emojis for upload. The following errors occurred:"
msgstr "無法準備任何表情符號上傳。發生以下錯誤:"
-#: src/components/modals/ClaimAccountModal.tsx:125
+#: src/components/modals/ClaimAccountModal.tsx:127
#: src/components/modals/EmailChangeModal.tsx:122
#: src/components/modals/EmailChangeModal.tsx:152
msgid "Unable to resend code right now"
@@ -18824,7 +18909,7 @@ msgstr "目前無法重新發送代碼"
msgid "Unable to send code to new email"
msgstr "無法將代碼發送至新電子郵件"
-#: src/components/channel/dm/AddFriendForm.tsx:76
+#: src/components/channel/dm/AddFriendForm.tsx:99
msgid "Unable to send friend request. Please try again."
msgstr "無法發送好友邀請。請再試一次。"
@@ -18844,17 +18929,17 @@ msgstr "對所有人皆不可用"
msgid "Unavailable for everyone but staff"
msgstr "僅對職員可用"
-#: src/components/bottomsheets/DMBottomSheet.tsx:532
+#: src/components/bottomsheets/DMBottomSheet.tsx:535
#: src/components/channel/barriers/BarrierComponents.tsx:221
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:180
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:335
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:182
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:338
#: src/components/modals/tabs/BlockedUsersTab.tsx:58
#: src/components/modals/tabs/BlockedUsersTab.tsx:171
#: src/components/modals/UserProfileActionsSheet.tsx:151
#: src/components/modals/UserProfileActionsSheet.tsx:305
-#: src/components/modals/UserProfileMobileSheet.tsx:320
+#: src/components/modals/UserProfileMobileSheet.tsx:321
#: src/components/modals/UserProfileModal.tsx:1049
-#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:209
+#: src/components/uikit/ContextMenu/items/RelationshipMenuItems.tsx:230
#: src/utils/RelationshipActionUtils.tsx:169
msgid "Unblock"
msgstr "解除封鎖"
@@ -18863,11 +18948,11 @@ msgstr "解除封鎖"
msgid "Unblock this user before sending a friend request."
msgstr "寄送好友邀請前請先解除封鎖此用戶。"
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:178
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:180
#: src/components/modals/tabs/BlockedUsersTab.tsx:56
#: src/components/modals/UserProfileActionsSheet.tsx:149
-#: src/components/modals/UserProfileMobileSheet.tsx:318
-#: src/components/modals/UserProfileModal.tsx:1243
+#: src/components/modals/UserProfileMobileSheet.tsx:319
+#: src/components/modals/UserProfileModal.tsx:1244
#: src/utils/RelationshipActionUtils.tsx:167
msgid "Unblock User"
msgstr "解除封鎖用戶"
@@ -18878,17 +18963,17 @@ msgstr "解除封鎖用戶"
msgid "Uncategorized"
msgstr "未分類"
-#: src/components/modals/tabs/BetaCodesTab.tsx:127
-#: src/components/modals/tabs/BetaCodesTab.tsx:204
+#: src/components/modals/tabs/BetaCodesTab.tsx:129
+#: src/components/modals/tabs/BetaCodesTab.tsx:206
msgid "Unclaimed"
msgstr "未領取"
#. placeholder {0}: unclaimedBetaCodes.length
-#: src/components/modals/tabs/BetaCodesTab.tsx:333
+#: src/components/modals/tabs/BetaCodesTab.tsx:358
msgid "Unclaimed ({0})"
msgstr "未領取({0})"
-#: src/components/modals/components/UnclaimedAccountAlert.tsx:31
+#: src/components/modals/components/UnclaimedAccountAlert.tsx:29
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:51
msgid "Unclaimed Account"
msgstr "未領取帳號"
@@ -18922,7 +19007,7 @@ msgstr "解除所有裝置靜音"
msgid "Undeafen User"
msgstr "解除用戶靜音"
-#: src/components/pages/ReportPage.tsx:285
+#: src/components/pages/report/optionDescriptors.ts:63
#: src/constants/IARConstants.tsx:129
msgid "Underage User"
msgstr "未成年用戶"
@@ -18981,7 +19066,7 @@ msgstr "取消專注"
msgid "Unique invite"
msgstr "專屬邀請"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:79
+#: src/components/modals/components/plutonium/VisionarySection.tsx:88
msgid "Unique profile badge"
msgstr "專屬個人徽章"
@@ -19035,12 +19120,12 @@ msgstr "未知實體"
msgid "Unknown error"
msgstr "未知錯誤"
-#: src/components/channel/GiftEmbed.tsx:147
-#: src/components/modals/GiftAcceptModal.tsx:91
+#: src/components/channel/GiftEmbed.tsx:158
+#: src/components/modals/GiftAcceptModal.tsx:98
msgid "Unknown Gift"
msgstr "未知贈禮"
-#: src/components/channel/InviteEmbed.tsx:357
+#: src/components/channel/InviteEmbed.tsx:359
msgid "Unknown Invite"
msgstr "未知邀請"
@@ -19113,7 +19198,7 @@ msgstr "使用 Plutonium 解鎖 HD 螢幕分享"
msgid "Unlock HD Video with Plutonium"
msgstr "使用 Plutonium 解鎖 HD 影片"
-#: src/components/modals/components/PlutoniumContent.tsx:185
+#: src/components/modals/components/PlutoniumContent.tsx:196
msgid "Unlock higher limits and exclusive features while supporting an independent communication platform."
msgstr "在支持獨立通訊平台的同時解鎖更高限制與獨家功能。"
@@ -19126,9 +19211,9 @@ msgid "Unlock stickers in DMs with Plutonium"
msgstr "使用 Plutonium 在私訊中解鎖貼圖"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:467
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:850
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1044
-#: src/components/bottomsheets/DMBottomSheet.tsx:645
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:882
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1068
+#: src/components/bottomsheets/DMBottomSheet.tsx:648
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:321
#: src/components/bottomsheets/VoiceLobbyBottomSheet.tsx:179
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:253
@@ -19154,7 +19239,7 @@ msgstr "解除類別靜音"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:400
#: src/components/bottomsheets/ChannelBottomSheet.tsx:452
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1005
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1029
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:167
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:161
msgid "Unmute Channel"
@@ -19167,9 +19252,9 @@ msgstr "解除頻道靜音"
msgid "Unmute Community"
msgstr "解除社群靜音"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1007
-#: src/components/bottomsheets/DMBottomSheet.tsx:449
-#: src/components/bottomsheets/DMBottomSheet.tsx:590
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1031
+#: src/components/bottomsheets/DMBottomSheet.tsx:451
+#: src/components/bottomsheets/DMBottomSheet.tsx:593
msgid "Unmute Conversation"
msgstr "解除對話靜音"
@@ -19200,16 +19285,16 @@ msgid "Unnamed Group"
msgstr "未命名群組"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:331
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1126
-#: src/components/bottomsheets/DMBottomSheet.tsx:478
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1150
+#: src/components/bottomsheets/DMBottomSheet.tsx:480
#: src/components/channel/dm/DMList.tsx:282
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:149
msgid "Unpin DM"
msgstr "解除釘選私訊"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:290
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1126
-#: src/components/bottomsheets/DMBottomSheet.tsx:478
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:1150
+#: src/components/bottomsheets/DMBottomSheet.tsx:480
#: src/components/channel/dm/DMList.tsx:243
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:129
msgid "Unpin Group DM"
@@ -19231,20 +19316,20 @@ msgid "Unpin Message"
msgstr "解除釘選訊息"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:232
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:583
-#: src/components/bottomsheets/DMBottomSheet.tsx:164
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:597
+#: src/components/bottomsheets/DMBottomSheet.tsx:166
#: src/components/channel/dm/DMList.tsx:224
#: src/components/uikit/ContextMenu/DMContextMenu.tsx:132
msgid "Unpinned DM"
msgstr "已解除釘選私訊"
#: src/components/bottomsheets/ChannelBottomSheet.tsx:232
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:583
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:597
#: src/components/uikit/ContextMenu/GroupDMContextMenu.tsx:112
msgid "Unpinned group"
msgstr "已解除釘選群組"
-#: src/components/bottomsheets/DMBottomSheet.tsx:164
+#: src/components/bottomsheets/DMBottomSheet.tsx:166
msgid "Unpinned group DM"
msgstr "未固定的群組 DM"
@@ -19279,7 +19364,7 @@ msgstr "取消嵌入壓抑"
msgid "Until I change it"
msgstr "直到我更改為止"
-#: src/components/bottomsheets/DMBottomSheet.tsx:664
+#: src/components/bottomsheets/DMBottomSheet.tsx:667
#: src/components/bottomsheets/GuildHeaderBottomSheet.tsx:334
#: src/components/channel/ChannelHeader/ChannelNotificationSettingsDropdown.tsx:57
#: src/components/channel/muteOptions.ts:39
@@ -19305,7 +19390,7 @@ msgstr "更新"
msgid "Update app"
msgstr "更新應用程式"
-#: src/components/modals/components/MobileSettingsView.tsx:244
+#: src/components/modals/components/MobileSettingsView.tsx:239
msgid "Update Service Worker"
msgstr "更新服務工作人員"
@@ -19402,7 +19487,7 @@ msgstr "正在更新最愛…"
msgid "Updating..."
msgstr "正在更新…"
-#: src/components/modals/components/plutonium/PricingSection.tsx:84
+#: src/components/modals/components/plutonium/PricingSection.tsx:94
msgid "Upgrade Now"
msgstr "立即升級"
@@ -19415,18 +19500,19 @@ msgstr "升級為 Plutonium"
msgid "Upgrade to store up to 15 custom backgrounds and unlock HD video quality, higher frame rates, and more."
msgstr "升級即可儲存最多 15 個自訂背景並解鎖 HD 影片品質、更高幀率等功能。"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:265
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:316
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:297
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:357
msgid "Upgrade to Visionary"
msgstr "升級為 Visionary"
#. placeholder {0}: formatter.format(visionarySlots.remaining)
-#: src/components/modals/components/plutonium/VisionarySection.tsx:109
+#: src/components/modals/components/plutonium/VisionarySection.tsx:122
+#: src/components/modals/components/plutonium/VisionarySection.tsx:134
msgid "Upgrade to Visionary — {0} Left"
msgstr "升級為 Visionary — 剩下 {0} 個"
#. placeholder {0}: isGiftSubscription ? 'gift time' : 'subscription'
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:243
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:262
msgid "Upgrading to Visionary is a <0>one-time0> purchase and will <1>cancel your current {0} immediately1>."
msgstr "升級為 Visionary 是 <0>一次性0>購買,且會 <1>立即取消您目前的 {0}1>。"
@@ -19674,10 +19760,6 @@ msgstr "如果遺失驗證器 App,可使用這些代碼存取帳號。"
msgid "Use this button to quickly clear all permissions."
msgstr "使用此按鈕可快速清除所有權限。"
-#: src/components/pages/ReportPage.tsx:613
-msgid "Use this form to report illegal content under the Digital Services Act (DSA). Select what you want to report."
-msgstr "使用此表單根據數位服務法 (DSA) 報告非法內容。選擇您想報告的內容。"
-
#: src/components/modals/tabs/KeybindsTab.tsx:101
msgid "Use this shortcut system-wide"
msgstr "在整個系統中使用此捷徑"
@@ -19708,19 +19790,19 @@ msgstr "使用者看起來未滿 13 歲"
msgid "User Debug"
msgstr "使用者除錯"
-#: src/components/channel/channel-view/DMChannelView.tsx:353
+#: src/components/channel/channel-view/DMChannelView.tsx:354
msgid "User has vanished"
msgstr "使用者已消失"
-#: src/components/pages/ReportPage.tsx:865
+#: src/components/pages/report/ReportStepDetails.tsx:137
msgid "User ID (optional)"
msgstr "用戶 ID(選填)"
-#: src/components/bottomsheets/DMBottomSheet.tsx:376
+#: src/components/bottomsheets/DMBottomSheet.tsx:378
msgid "User ID copied"
msgstr "使用者 ID 已複製"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:652
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:666
msgid "User ID copied to clipboard"
msgstr "使用者 ID 已複製到剪貼簿"
@@ -19765,7 +19847,7 @@ msgstr "使用者紀錄"
msgid "User Settings"
msgstr "使用者設定"
-#: src/components/pages/ReportPage.tsx:873
+#: src/components/pages/report/ReportStepDetails.tsx:146
msgid "User Tag (optional)"
msgstr "使用者標籤(選填)"
@@ -19805,7 +19887,7 @@ msgstr "使用者名稱至少 1 個字元"
msgid "Username must be at most 32 characters"
msgstr "使用者名稱最多 32 個字元"
-#: src/components/channel/dm/AddFriendForm.tsx:130
+#: src/components/channel/dm/AddFriendForm.tsx:153
msgid "Username#0000"
msgstr "使用者名稱#0000"
@@ -19904,7 +19986,7 @@ msgstr "自訂網址長度需介於 2 至 32 個字元,且只能包含英數
msgid "Verification Barriers"
msgstr "驗證障礙"
-#: src/components/modals/ClaimAccountModal.tsx:199
+#: src/components/modals/ClaimAccountModal.tsx:201
#: src/components/modals/EmailChangeModal.tsx:218
#: src/components/modals/EmailChangeModal.tsx:282
#: src/components/modals/PhoneAddModal.tsx:224
@@ -19912,11 +19994,11 @@ msgstr "驗證障礙"
msgid "Verification code"
msgstr "驗證碼"
-#: src/components/pages/ReportPage.tsx:719
+#: src/components/pages/report/ReportStepVerification.tsx:86
msgid "Verification Code"
msgstr "驗證碼"
-#: src/components/modals/ClaimAccountModal.tsx:88
+#: src/components/modals/ClaimAccountModal.tsx:90
msgid "Verification code sent"
msgstr "驗證碼已寄出"
@@ -19937,10 +20019,9 @@ msgstr "查看備份代碼前可能需要驗證。"
#: src/components/auth/AuthPageHeader.tsx:49
#: src/components/auth/InviteHeader.tsx:81
#: src/components/auth/InviteHeader.tsx:226
-#: src/components/channel/InviteEmbed.tsx:285
-#: src/components/channel/InviteEmbed.tsx:428
-#: src/components/common/CustomStatusDisplay/CustomStatusDisplay.tsx:178
-#: src/components/emojis/EmojiInfoContent.tsx:87
+#: src/components/channel/InviteEmbed.tsx:287
+#: src/components/channel/InviteEmbed.tsx:430
+#: src/components/emojis/EmojiAttributionSubtext.tsx:143
#: src/components/layout/GuildHeader.tsx:132
msgid "Verified Community"
msgstr "已驗證社群"
@@ -19955,7 +20036,7 @@ msgstr "已驗證公會"
msgid "Verify"
msgstr "驗證"
-#: src/components/pages/ReportPage.tsx:740
+#: src/components/pages/report/ReportStepVerification.tsx:102
msgid "Verify Code"
msgstr "驗證碼"
@@ -19980,6 +20061,10 @@ msgstr "驗證電話號碼表單"
msgid "Verify You're Human"
msgstr "驗證您是人類"
+#: src/components/pages/report/ReportStepEmail.tsx:54
+msgid "Verify your email"
+msgstr "驗證您的電子郵件"
+
#: src/components/modals/SudoVerificationModal.tsx:359
msgid "Verify your identity"
msgstr "驗證您的身分"
@@ -20012,7 +20097,7 @@ msgid "Video"
msgstr "影片"
#: src/components/channel/ChannelHeader.tsx:572
-#: src/components/modals/UserProfileMobileSheet.tsx:515
+#: src/components/modals/UserProfileMobileSheet.tsx:519
msgid "Video Call"
msgstr "視訊通話"
@@ -20097,7 +20182,7 @@ msgstr "檢視備份代碼"
msgid "View backup codes form"
msgstr "檢視備份代碼表單"
-#: src/components/channel/channel-view/DMChannelView.tsx:282
+#: src/components/channel/channel-view/DMChannelView.tsx:283
msgid "View call"
msgstr "檢視通話"
@@ -20138,7 +20223,7 @@ msgstr "檢視禮物庫存"
msgid "View Global Profile"
msgstr "檢視全域個人檔案"
-#: src/components/channel/channel-view/DMChannelView.tsx:282
+#: src/components/channel/channel-view/DMChannelView.tsx:283
msgid "View incoming call"
msgstr "檢視來電"
@@ -20158,10 +20243,10 @@ msgstr "檢視高級功能"
msgid "View premium perks"
msgstr "檢視高級權益"
-#: src/components/bottomsheets/DMBottomSheet.tsx:411
+#: src/components/bottomsheets/DMBottomSheet.tsx:413
#: src/components/bottomsheets/VoiceParticipantBottomSheet.tsx:226
#: src/components/channel/friends/MobileFriendRequestItem.tsx:87
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:210
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:212
#: src/components/modals/tabs/BlockedUsersTab.tsx:87
#: src/components/uikit/ContextMenu/items/UserProfileMenuItem.tsx:43
msgid "View Profile"
@@ -20191,7 +20276,7 @@ msgstr "觀眾加入串流"
msgid "Viewer Leaves Stream"
msgstr "觀眾離開串流"
-#: src/components/pages/ReportPage.tsx:827
+#: src/components/pages/report/ReportStepDetails.tsx:96
msgid "Violation Category"
msgstr "違規類別"
@@ -20199,7 +20284,7 @@ msgstr "違規類別"
msgid "Violation category selection"
msgstr "違規類別選擇"
-#: src/components/pages/ReportPage.tsx:264
+#: src/components/pages/report/optionDescriptors.ts:45
#: src/constants/IARConstants.tsx:42
msgid "Violent or Graphic Content"
msgstr "暴力或血腥內容"
@@ -20212,9 +20297,9 @@ msgstr "VIP 語音"
msgid "Visible Buttons"
msgstr "可見按鈕"
-#: src/components/modals/components/plutonium/PricingSection.tsx:88
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:110
-#: src/components/modals/components/plutonium/VisionarySection.tsx:58
+#: src/components/modals/components/plutonium/PricingSection.tsx:101
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:129
+#: src/components/modals/components/plutonium/VisionarySection.tsx:67
#: src/components/modals/tabs/DeveloperOptionsTab/MockingTab.tsx:154
#: src/utils/modals/guildTabs/GuildAuditLogTabUtils.ts:274
msgid "Visionary"
@@ -20228,25 +20313,25 @@ msgstr "Visionary(終身 #42)"
msgid "Visionary (Lifetime Plutonium)"
msgstr "Visionary(終身 Plutonium)"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:80
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:111
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:95
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:134
msgid "Visionary {visionaryPrice}"
msgstr "Visionary {visionaryPrice}"
-#: src/components/modals/components/plutonium/VisionarySection.tsx:96
+#: src/components/modals/components/plutonium/VisionarySection.tsx:105
msgid "Visionary community with direct team access"
msgstr "Visionary 社群,享有直接團隊聯繫"
-#: src/components/modals/components/plutonium/GiftSection.tsx:87
-#: src/components/modals/components/plutonium/PricingSection.tsx:119
+#: src/components/modals/components/plutonium/GiftSection.tsx:100
+#: src/components/modals/components/plutonium/PricingSection.tsx:140
msgid "Visionary Gift"
msgstr "Visionary 禮物"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:109
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:132
msgid "Visionary Gift Sold Out"
msgstr "Visionary 禮物已售罄"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:80
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:95
msgid "Visionary Sold Out"
msgstr "Visionary 已售罄"
@@ -20281,15 +20366,15 @@ msgstr "語音與視訊設定"
msgid "Voice Activity"
msgstr "語音活動"
-#: src/components/channel/channel-view/DMChannelView.tsx:277
+#: src/components/channel/channel-view/DMChannelView.tsx:278
#: src/components/voice/VoiceCallView.tsx:466
msgid "Voice call"
msgstr "語音通話"
-#: src/components/bottomsheets/DMBottomSheet.tsx:419
+#: src/components/bottomsheets/DMBottomSheet.tsx:421
#: src/components/channel/ChannelHeader.tsx:562
-#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:225
-#: src/components/modals/UserProfileMobileSheet.tsx:507
+#: src/components/modals/guildTabs/GuildMemberActionsSheet.tsx:227
+#: src/components/modals/UserProfileMobileSheet.tsx:511
msgid "Voice Call"
msgstr "語音通話"
@@ -20306,8 +20391,8 @@ msgstr "語音通話"
msgid "Voice channel"
msgstr "語音頻道"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:475
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:662
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:489
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:676
#: src/components/channel/channel-header/useChannelHeaderData.ts:100
#: src/components/uikit/ContextMenu/items/ChannelMenuItems.tsx:314
msgid "Voice Channel"
@@ -20488,8 +20573,8 @@ msgstr "我們已寄送授權此登入的連結,請檢查 {0} 的收件匣。"
msgid "We failed to retrieve the full information about this user at this time."
msgstr "目前無法取得此使用者的完整資訊。"
-#: src/components/layout/GuildLayout.tsx:302
-#: src/components/layout/GuildLayout.tsx:349
+#: src/components/layout/GuildLayout.tsx:307
+#: src/components/layout/GuildLayout.tsx:354
msgid "We fluxed up! Hang tight, we're working on it."
msgstr "我們出了一點狀況!請稍候,我們正在處理。"
@@ -20513,18 +20598,13 @@ msgstr "等待授權時連線中斷,請再試一次。"
msgid "We need to make sure you're not a bot. Please complete the verification below."
msgstr "我們需要確認您不是機器人,請完成下方驗證。"
-#: src/components/pages/ReportPage.tsx:639
-msgid "We need to verify your email address before you can submit a report."
-msgstr "在提交回報前,我們需要驗證您的電子郵件地址。"
-
#: src/components/modals/BackupCodesModal.tsx:45
msgid "We recommend saving these codes now so that you don't get locked out of your account."
msgstr "建議您現在儲存這些代碼,以免無法登入帳戶。"
-#. placeholder {0}: state.email
-#: src/components/pages/ReportPage.tsx:702
-msgid "We sent a verification code to {0}."
-msgstr "我們已將驗證碼發送到 {0}。"
+#: src/components/pages/report/ReportStepVerification.tsx:67
+msgid "We sent a code to {email}."
+msgstr "我們已向 {email} 發送了一個代碼。"
#: src/components/auth/BrowserLoginHandoffModal.tsx:315
msgid "We will prefill {prefillEmail} once the browser login opens."
@@ -20534,6 +20614,10 @@ msgstr "瀏覽器登入開啟後,我們將預填 {prefillEmail}。"
msgid "We'll restore your previous email, sign out old sessions, remove phone numbers, disable MFA, and secure your account with a new password."
msgstr "我們會還原您之前的電子郵件、登出舊的工作階段、移除電話號碼、停用多重驗證,並以新密碼保護您的帳戶。"
+#: src/components/pages/report/ReportStepEmail.tsx:57
+msgid "We'll send a short code to confirm you can receive updates about this report."
+msgstr "我們將發送一個短代碼以確認您可以接收有關此舉報的更新。"
+
#: src/components/modals/EmailChangeModal.tsx:190
msgid "We'll verify your current email and then your new email with one-time codes."
msgstr "我們將以一次性代碼驗證您目前與新的電子郵件。"
@@ -20546,13 +20630,13 @@ msgstr "我們將以一次性代碼驗證您的新電子郵件。"
msgid "We're having trouble connecting to Fluxer's servers. This could be a temporary network issue or scheduled maintenance."
msgstr "我們連線 Fluxer 伺服器時遇到困難,可能是暫時性網路問題或排程維護。"
-#: src/components/modals/tabs/BetaCodesTab.tsx:297
+#: src/components/modals/tabs/BetaCodesTab.tsx:322
#: src/components/modals/tabs/DevicesTab.tsx:230
msgid "We're having trouble connecting to the space-time continuum. Please check your connection and try again."
msgstr "我們連線時空連續體遇到麻煩,請檢查您的連線並再試一次。"
#: src/components/bottomsheets/ChannelSearchBottomSheet.tsx:287
-#: src/components/channel/ChannelSearchResults.tsx:681
+#: src/components/channel/ChannelSearchResults.tsx:650
msgid "We're indexing this channel for the first time. This might take a little while..."
msgstr "我們正在首次建立此頻道的索引,可能需要一些時間……"
@@ -20829,17 +20913,16 @@ msgstr "在此撰寫自訂 CSS 以覆寫任何主題 token。例如:\n:root {
msgid "Write your content here... This textarea expands as you type."
msgstr "在此撰寫內容……此文字區會隨輸入自動展開。"
-#: src/components/auth/DateOfBirthField.tsx:89
-#: src/components/auth/DateOfBirthField.tsx:156
+#: src/components/auth/DateOfBirthField.tsx:153
#: src/components/auth/MockMinimalRegisterForm.tsx:78
msgid "Year"
msgstr "年"
-#: src/components/modals/components/plutonium/PricingSection.tsx:78
+#: src/components/modals/components/plutonium/PricingSection.tsx:88
msgid "Yearly"
msgstr "每年"
-#: src/components/modals/components/plutonium/BottomCTASection.tsx:71
+#: src/components/modals/components/plutonium/BottomCTASection.tsx:84
msgid "Yearly {yearlyPrice}"
msgstr "每年 {yearlyPrice}"
@@ -20874,7 +20957,7 @@ msgstr "您即將離開 Fluxer"
msgid "You are about to transfer ownership of this community to <0>{0}0>. This action is <1>irreversible1> and you will lose all owner privileges."
msgstr "您即將將此社群的擁有權轉移給 <0>{0}0>。此操作為 <1>不可逆1>,您將喪失所有擁有者權限。"
-#: src/components/channel/dm/AddFriendForm.tsx:72
+#: src/components/channel/dm/AddFriendForm.tsx:95
msgid "You are already friends with this user."
msgstr "您已與此使用者成為朋友。"
@@ -20960,7 +21043,7 @@ msgstr "您一次最多只能上傳 {MAX_EMOJIS_PER_UPLOAD} 個表情符號。
msgid "You can pin messages in this conversation for everyone to see."
msgstr "您可以在此對話中釘選訊息,供所有人查看。"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:175
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:194
msgid "You can redeem additional gift codes to <0>extend0> your gift time. To start a monthly or yearly plan, wait until after it ends — or <1>upgrade to Visionary1> now (remaining gift time will be discarded)."
msgstr "您可以兌換額外禮物代碼來<0>延長0>禮物時間。若要啟用月費或年費方案,請等禮物時間結束後再啟用 — 或立即<1>升級為 Visionary1>(剩餘禮物時間將被捨棄)。"
@@ -20990,7 +21073,7 @@ msgstr "您可以使用連結與 Markdown 來格式化文字。啟用 <0/> 後
msgid "You can't add new reactions while you're on timeout."
msgstr "您在冷卻期間無法新增反應。"
-#: src/components/modals/UserProfileModal.tsx:1170
+#: src/components/modals/UserProfileModal.tsx:1171
msgid "You can't befriend yourself"
msgstr "您無法與自己成為朋友"
@@ -20998,14 +21081,14 @@ msgstr "您無法與自己成為朋友"
msgid "You can't interact with reactions in search results as it might disrupt the space-time continuum."
msgstr "您無法在搜尋結果中與反應互動,以免干擾時空連續體。"
-#: src/components/layout/ChannelItem.tsx:200
-#: src/components/layout/ChannelItem.tsx:366
-#: src/stores/voice/MediaEngineFacade.ts:151
-#: src/stores/voice/MediaEngineFacade.ts:482
+#: src/components/layout/ChannelItem.tsx:206
+#: src/components/layout/ChannelItem.tsx:375
+#: src/stores/voice/MediaEngineFacade.ts:154
+#: src/stores/voice/MediaEngineFacade.ts:529
msgid "You can't join while you're on timeout."
msgstr "您在冷卻期間無法加入。"
-#: src/components/modals/UserProfileModal.tsx:1182
+#: src/components/modals/UserProfileModal.tsx:1183
#: src/components/popouts/UserProfilePopout.tsx:282
#: src/components/profile/ProfilePreview.tsx:284
msgid "You can't message yourself"
@@ -21019,7 +21102,7 @@ msgstr "您無法向自己發送好友邀請。"
msgid "You can't send friend requests to bots."
msgstr "您無法向機器人發送好友邀請。"
-#: src/components/channel/dm/AddFriendForm.tsx:64
+#: src/components/channel/dm/AddFriendForm.tsx:87
msgid "You can't send friend requests to users you've blocked. Unblock them first."
msgstr "您無法向已封鎖的使用者發送好友邀請,請先取消封鎖。"
@@ -21066,11 +21149,11 @@ msgstr "您無法移除此權限,因為會連帶移除您自己的權限"
msgid "You cannot save a role with a blank name. Please provide a valid name before saving."
msgstr "您無法將身分組命名為空白,請在儲存前提供有效名稱。"
-#: src/components/channel/dm/AddFriendForm.tsx:68
+#: src/components/channel/dm/AddFriendForm.tsx:91
msgid "You cannot send a friend request to yourself."
msgstr "您無法向自己發送好友邀請。"
-#: src/components/channel/dm/AddFriendForm.tsx:66
+#: src/components/channel/dm/AddFriendForm.tsx:89
msgid "You cannot send friend requests to bots."
msgstr "您無法向機器人發送好友邀請。"
@@ -21094,7 +21177,7 @@ msgstr "您沒有存取此訊息所送出的頻道。"
msgid "You do not have permission to send messages in this channel."
msgstr "您沒有權限在此頻道發送訊息。"
-#: src/components/layout/GuildLayout.tsx:393
+#: src/components/layout/GuildLayout.tsx:398
msgid "You don't have access to any channels in this community."
msgstr "您在此社群沒有任何頻道的存取權。"
@@ -21114,23 +21197,23 @@ msgstr "您沒有權限安裝此表情符號包。"
msgid "You don't have permission to install this sticker pack."
msgstr "您沒有權限安裝此貼圖包。"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:203
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:222
msgid "You have all <0/> for <1>{monthlyPrice}/month1>."
msgstr "您擁有所有 <0/>,<1>{monthlyPrice}/月1>。"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:208
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:227
msgid "You have all <0/> for <1>{yearlyPrice}/year1>."
msgstr "您擁有所有 <0/>,<1>{yearlyPrice}/年1>。"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:213
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:232
msgid "You have all <0/> for your subscription period."
msgstr "您在訂閱期間擁有全部 <0/>。"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:198
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:217
msgid "You have all <0/> forever. No subscriptions, no renewals."
msgstr "您永久擁有全部 <0/>。無需訂閱或續訂。"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:169
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:188
msgid "You have all <0/> via a <1>gift subscription1> until <2>{giftEndDate}2>. It <3>won't renew3>."
msgstr "您透過 <1>贈送訂閱1> 擁有全部 <0/>,直到 <2>{giftEndDate}2>。它 <3>不會自動續訂3>。"
@@ -21228,11 +21311,11 @@ msgstr "您已失去對此儲存訊息的存取權。要移除嗎?"
msgid "You made it, {username}! We're about to hit 88mph!"
msgstr "您做到了,{username}!我們快要達到 88 英里/小時了!"
-#: src/components/channel/CallMessage.tsx:179
+#: src/components/channel/CallMessage.tsx:173
msgid "You missed a call from <0/> that lasted {durationText}."
msgstr "您錯過了來自 <0/> 的通話,通話時長 {durationText}。"
-#: src/components/channel/CallMessage.tsx:184
+#: src/components/channel/CallMessage.tsx:178
msgid "You missed a call from <0/>."
msgstr "您未接到來自 <0/> 的電話。"
@@ -21252,7 +21335,7 @@ msgstr "您必須年滿 18 歲才能查看此內容。<0>了解更多0>"
msgid "You must be connected to the gateway to accept this temporary invite. Please check your connection and try again."
msgstr "您必須先連線至閘道才能接受此臨時邀請。請檢查連線後再試一次。"
-#: src/components/pages/ReportPage.tsx:463
+#: src/components/pages/ReportPage.tsx:288
msgid "You must verify your email before submitting a report."
msgstr "請先驗證電子郵件後再提交檢舉。"
@@ -21385,7 +21468,7 @@ msgstr "您在語音頻道中"
msgid "You're sending messages too quickly"
msgstr "您傳送訊息的速度過快"
-#: src/components/channel/Messages.tsx:909
+#: src/components/channel/Messages.tsx:907
msgid "You're viewing older messages"
msgstr "您正在查看較舊的訊息"
@@ -21464,7 +21547,7 @@ msgstr "您的帳號已獲核准。正在重新導向至應用程式…"
msgid "Your account has been created, but access is temporarily limited until approval. You will be notified once your account is approved."
msgstr "您的帳號已建立,但在核准前存取權限受限。核准後會通知您。"
-#: src/components/modals/components/UnclaimedAccountAlert.tsx:38
+#: src/components/modals/components/UnclaimedAccountAlert.tsx:36
msgid "Your account is not yet claimed. Without an email and password, you won't be able to sign in from other devices and you could lose access to your account. Claim your account now to secure it."
msgstr "您的帳號尚未認領。若未設定電子郵件與密碼,將無法從其他裝置登入,甚至可能失去帳號存取權。立即認領以確保帳號安全。"
@@ -21508,7 +21591,7 @@ msgstr "您現有的通知音效設定將予以保留。"
msgid "Your export request will be processed"
msgstr "您的匯出請求將被處理"
-#: src/components/pages/ReportPage.tsx:935
+#: src/components/pages/report/ReportStepDetails.tsx:213
msgid "Your FluxerTag (optional)"
msgstr "您的 FluxerTag(可選)"
@@ -21521,7 +21604,7 @@ msgid "Your invite expires in 24 hours"
msgstr "您的邀請將在24小時後失效"
#. placeholder {0}: getExpirationText()
-#: src/components/modals/InviteModal.tsx:325
+#: src/components/modals/InviteModal.tsx:322
msgid "Your invite link expires in {0}."
msgstr "您的邀請連結將在 {0} 後到期。"
@@ -21565,7 +21648,7 @@ msgstr "您的個人空間,可快速存取喜愛的頻道、私訊與群組。
msgid "Your Plutonium subscription has expired. You've lost all Plutonium perks. Reactivate your subscription to regain access."
msgstr "您的 Plutonium 訂閱已到期,所有 Plutonium 特權已失效。重新啟動訂閱即可恢復存取。"
-#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:781
+#: src/components/bottomsheets/ChannelDetailsBottomSheet.tsx:813
msgid "Your private space"
msgstr "您的私人空間"
@@ -21573,7 +21656,7 @@ msgstr "您的私人空間"
msgid "Your private space for thoughts and reminders"
msgstr "您的私人空間,用於記錄想法與提醒"
-#: src/components/modals/tabs/GiftInventoryTab.tsx:277
+#: src/components/modals/tabs/GiftInventoryTab.tsx:300
msgid "Your Purchased Gifts"
msgstr "您購買的禮物"
@@ -21585,15 +21668,11 @@ msgstr "您的地區"
msgid "Your stream is still being broadcast"
msgstr "您的直播仍在進行中"
-#: src/components/pages/ReportPage.tsx:594
-msgid "Your submission ID"
-msgstr "您的提交 ID"
-
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:153
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:172
msgid "Your subscription ended, but you still have all <0/> until <1>{graceDate}1>. Resubscribe to keep them."
msgstr "您的訂閱已結束,但您仍然擁有全部 <0/>,直到 <1>{graceDate}1>。重新訂閱即可保留。"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:138
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:157
msgid "Your subscription expired on <0>{expiredDate}0>. You lost all <1/>. You can reactivate at any time."
msgstr "您的訂閱已於 <0>{expiredDate}0> 到期。您已失去所有 <1/>。您可以隨時重新啟動。"
@@ -21609,7 +21688,7 @@ msgstr "您的訂閱已重新啟動!"
msgid "Your subscription has been set to cancel at the end of your billing period."
msgstr "您的訂閱已排定在結算週期結束時取消。"
-#: src/components/modals/components/plutonium/SubscriptionCard.tsx:191
+#: src/components/modals/components/plutonium/SubscriptionCard.tsx:210
msgid "Your subscription will cancel on <0>{cancelDate}0>. You'll lose all <1/> after that date."
msgstr "您的訂閱將在 <0>{cancelDate}0> 取消。此日期之後您將失去所有 <1/>。"
diff --git a/fluxer_app/src/router.tsx b/fluxer_app/src/router.tsx
index cacce684..4ad2d5b6 100644
--- a/fluxer_app/src/router.tsx
+++ b/fluxer_app/src/router.tsx
@@ -17,856 +17,12 @@
* along with Fluxer. If not, see .
*/
-import {i18n} from '@lingui/core';
-import {observer} from 'mobx-react-lite';
-import React from 'react';
-import * as AuthenticationActionCreators from '~/actions/AuthenticationActionCreators';
-import * as GiftActionCreators from '~/actions/GiftActionCreators';
-import * as InviteActionCreators from '~/actions/InviteActionCreators';
-import * as ThemeActionCreators from '~/actions/ThemeActionCreators';
-import {ChannelTypes, ME} from '~/Constants';
-import {AppBadge} from '~/components/AppBadge';
-import {ChannelIndexPage} from '~/components/channel/ChannelIndexPage';
-import {ChannelLayout} from '~/components/channel/ChannelLayout';
-import {DMLayout} from '~/components/channel/dm/DMLayout';
-import {AppLayout} from '~/components/layout/AppLayout';
-import {AuthLayout} from '~/components/layout/AuthLayout';
-import {FavoritesLayout} from '~/components/layout/FavoritesLayout';
-import {GuildLayout} from '~/components/layout/GuildLayout';
-import {GuildsLayout} from '~/components/layout/GuildsLayout';
-import {KeyboardModeListener} from '~/components/layout/KeyboardModeListener';
-import {MobileBottomNav} from '~/components/layout/MobileBottomNav';
-import {SplashScreen} from '~/components/layout/SplashScreen';
-import {BookmarksBottomSheet} from '~/components/modals/BookmarksBottomSheet';
-import {StatusChangeBottomSheet} from '~/components/modals/StatusChangeBottomSheet';
-import AuthorizeIPPage from '~/components/pages/AuthorizeIPPage';
-import EmailRevertPage from '~/components/pages/EmailRevertPage';
-import ForgotPasswordPage from '~/components/pages/ForgotPasswordPage';
-import GiftLoginPage from '~/components/pages/GiftLoginPage';
-import GiftRegisterPage from '~/components/pages/GiftRegisterPage';
-import InviteLoginPage from '~/components/pages/InviteLoginPage';
-import InviteRegisterPage from '~/components/pages/InviteRegisterPage';
-import LoginPage from '~/components/pages/LoginPage';
-import {NotFoundPage} from '~/components/pages/NotFoundPage';
-import {NotificationsPage} from '~/components/pages/NotificationsPage';
-import OAuthAuthorizePage from '~/components/pages/OAuthAuthorizePage';
-import PendingVerificationPage from '~/components/pages/PendingVerificationPage';
-import PremiumCallbackPage from '~/components/pages/PremiumCallbackPage';
-import RegisterPage from '~/components/pages/RegisterPage';
-import {ReportPage} from '~/components/pages/ReportPage';
-import ResetPasswordPage from '~/components/pages/ResetPasswordPage';
-import ThemeLoginPage from '~/components/pages/ThemeLoginPage';
-import ThemeRegisterPage from '~/components/pages/ThemeRegisterPage';
-import VerifyEmailPage from '~/components/pages/VerifyEmailPage';
-import {YouPage} from '~/components/pages/YouPage';
-import {
- createRootRoute,
- createRoute,
- createRouter,
- Redirect,
- type RouteConfig,
- useLocation,
- useParams,
-} from '~/lib/router';
-import SessionManager from '~/lib/SessionManager';
-import {Routes} from '~/Routes';
-import * as PushSubscriptionService from '~/services/push/PushSubscriptionService';
-import AccountManager from '~/stores/AccountManager';
-import AuthenticationStore from '~/stores/AuthenticationStore';
-import ChannelStore from '~/stores/ChannelStore';
-import ConnectionStore from '~/stores/ConnectionStore';
-import InitializationStore from '~/stores/InitializationStore';
-import LocationStore from '~/stores/LocationStore';
-import MobileLayoutStore from '~/stores/MobileLayoutStore';
+import {createRouter} from '~/lib/router';
+import {buildRoutes} from '~/router/routes';
import NavigationStore from '~/stores/NavigationStore';
-import SelectedChannelStore from '~/stores/SelectedChannelStore';
-import UserStore from '~/stores/UserStore';
-import {compareChannelPosition, filterViewableChannels} from '~/utils/channelShared';
-import {navigateToWithMobileHistory} from '~/utils/MobileNavigation';
-import {isInstalledPwa} from '~/utils/PwaUtils';
import * as RouterUtils from '~/utils/RouterUtils';
-import RuntimeConfigStore from './stores/RuntimeConfigStore';
-const AUTO_REDIRECT_EXEMPT_PATHS = new Set([
- Routes.RESET_PASSWORD,
- Routes.AUTHORIZE_IP,
- Routes.EMAIL_REVERT,
- Routes.VERIFY_EMAIL,
- Routes.OAUTH_AUTHORIZE,
- Routes.REPORT,
-]);
-
-const GuildChannelRouter: React.FC<{guildId: string; children?: React.ReactNode}> = observer(({guildId, children}) => {
- const location = useLocation();
-
- React.useEffect(() => {
- if (guildId === ME || location.pathname === Routes.ME) {
- return;
- }
-
- if (MobileLayoutStore.enabled) {
- return;
- }
-
- if (location.pathname.startsWith('/channels/') && !location.pathname.startsWith(Routes.ME)) {
- if (location.pathname.split('/').length === 3) {
- const pathSegments = location.pathname.split('/');
- const currentGuildId = pathSegments[2];
-
- if (currentGuildId !== guildId) {
- return;
- }
-
- const selectedChannelId = SelectedChannelStore.selectedChannelIds.get(guildId);
-
- if (selectedChannelId) {
- const channel = ChannelStore.getChannel(selectedChannelId);
- if (channel && channel.guildId === guildId) {
- RouterUtils.replaceWith(Routes.guildChannel(guildId, selectedChannelId));
- } else {
- const channels = ChannelStore.getGuildChannels(guildId);
- const viewableChannels = filterViewableChannels(channels).sort(compareChannelPosition);
-
- if (viewableChannels.length > 0) {
- const firstChannel = viewableChannels[0];
- RouterUtils.replaceWith(Routes.guildChannel(guildId, firstChannel.id));
- }
- }
- } else {
- const channels = ChannelStore.getGuildChannels(guildId);
- const viewableChannels = filterViewableChannels(channels).sort(compareChannelPosition);
-
- if (viewableChannels.length > 0) {
- const firstChannel = viewableChannels[0];
- RouterUtils.replaceWith(Routes.guildChannel(guildId, firstChannel.id));
- }
- }
- }
- }
- }, [guildId, location.pathname, MobileLayoutStore.enabled]);
-
- if (guildId === ME || location.pathname === Routes.ME) {
- return null;
- }
-
- return {children} ;
-});
-
-const RootComponent: React.FC<{children?: React.ReactNode}> = observer(({children}) => {
- const location = useLocation();
- const isAuthenticated = AuthenticationStore.isAuthenticated;
- const mobileLayoutState = MobileLayoutStore;
- const [hasRestoredLocation, setHasRestoredLocation] = React.useState(false);
- const currentUser = UserStore.currentUser;
- const [hasHandledNotificationNav, setHasHandledNotificationNav] = React.useState(false);
- const [previousMobileLayoutState, setPreviousMobileLayoutState] = React.useState(mobileLayoutState.enabled);
- const lastMobileHistoryBuildRef = React.useRef<{ts: number; path: string} | null>(null);
- const isLocationStoreHydrated = LocationStore.isHydrated;
- const canNavigateToProtectedRoutes = InitializationStore.canNavigateToProtectedRoutes;
-
- const hasStartedRestoreRef = React.useRef(false);
- const pathname = location.pathname;
- const isDesktopHandoff = location.searchParams.get('desktop_handoff') === '1';
- const isAutoRedirectExemptRoute = AUTO_REDIRECT_EXEMPT_PATHS.has(pathname);
- const shouldSkipAutoRedirect = isAutoRedirectExemptRoute || (pathname === Routes.LOGIN && isDesktopHandoff);
-
- const isAuthRoute = React.useMemo(() => {
- return (
- pathname.startsWith(Routes.LOGIN) ||
- pathname.startsWith(Routes.REGISTER) ||
- pathname.startsWith(Routes.FORGOT_PASSWORD) ||
- pathname.startsWith(Routes.RESET_PASSWORD) ||
- pathname.startsWith(Routes.VERIFY_EMAIL) ||
- pathname.startsWith(Routes.AUTHORIZE_IP) ||
- pathname.startsWith(Routes.EMAIL_REVERT) ||
- pathname.startsWith(Routes.OAUTH_AUTHORIZE) ||
- pathname.startsWith(Routes.REPORT) ||
- pathname.startsWith('/invite/') ||
- pathname.startsWith('/gift/') ||
- pathname.startsWith('/theme/')
- );
- }, [pathname]);
-
- const shouldBypassGateway = isAuthRoute && pathname !== Routes.PENDING_VERIFICATION;
- const authToken = AuthenticationStore.authToken;
-
- React.useEffect(() => {
- if (!SessionManager.isInitialized) {
- return;
- }
-
- if (AccountManager.isSwitching) {
- return;
- }
-
- const isAuth = AuthenticationStore.isAuthenticated;
-
- if (shouldBypassGateway) {
- if (isAuth) {
- if (!shouldSkipAutoRedirect) {
- RouterUtils.replaceWith(Routes.ME);
- }
- return;
- }
- if (ConnectionStore.isConnected || ConnectionStore.isConnecting || ConnectionStore.socket) {
- ConnectionStore.logout();
- }
- return;
- }
-
- if (!isAuth) {
- const current = pathname + window.location.search;
- RouterUtils.replaceWith(`${Routes.LOGIN}?redirect_to=${encodeURIComponent(current)}`);
- return;
- }
-
- if (isAuth && InitializationStore.isLoading) {
- void AuthenticationActionCreators.ensureSessionStarted();
- }
- }, [
- SessionManager.isInitialized,
- authToken,
- AccountManager.isSwitching,
- AuthenticationStore.isAuthenticated,
- ConnectionStore.isConnected,
- ConnectionStore.isConnecting,
- InitializationStore.isLoading,
- shouldBypassGateway,
- shouldSkipAutoRedirect,
- ]);
-
- React.useEffect(() => {
- if (
- !isAuthenticated ||
- hasRestoredLocation ||
- hasStartedRestoreRef.current ||
- !canNavigateToProtectedRoutes ||
- !isLocationStoreHydrated
- ) {
- return;
- }
-
- if (location.pathname === Routes.HOME) {
- return;
- }
-
- hasStartedRestoreRef.current = true;
- setHasRestoredLocation(true);
-
- const lastLocation = LocationStore.getLastLocation();
- if (lastLocation && lastLocation !== location.pathname && location.pathname === Routes.ME) {
- navigateToWithMobileHistory(lastLocation, mobileLayoutState.enabled);
- } else if (mobileLayoutState.enabled) {
- const p = location.pathname;
- if ((Routes.isDMRoute(p) && p !== Routes.ME) || (Routes.isGuildChannelRoute(p) && p.split('/').length === 4)) {
- navigateToWithMobileHistory(p, true);
- setHasHandledNotificationNav(true);
- }
- }
- }, [
- isAuthenticated,
- hasRestoredLocation,
- mobileLayoutState.enabled,
- isLocationStoreHydrated,
- canNavigateToProtectedRoutes,
- location.pathname,
- ]);
-
- React.useEffect(() => {
- if (!isAuthenticated || !hasRestoredLocation) return;
-
- if (previousMobileLayoutState !== mobileLayoutState.enabled) {
- setPreviousMobileLayoutState(mobileLayoutState.enabled);
-
- if (mobileLayoutState.enabled) {
- const currentPath = location.pathname;
- if (
- (Routes.isDMRoute(currentPath) && currentPath !== Routes.ME) ||
- (Routes.isGuildChannelRoute(currentPath) && currentPath.split('/').length === 4)
- ) {
- navigateToWithMobileHistory(currentPath, true);
- }
- }
- }
- }, [isAuthenticated, hasRestoredLocation, mobileLayoutState.enabled, previousMobileLayoutState, location.pathname]);
-
- React.useEffect(() => {
- const shouldSaveLocation = Routes.isChannelRoute(location.pathname) || Routes.isSpecialPage(location.pathname);
-
- if (isAuthenticated && shouldSaveLocation) {
- LocationStore.saveLocation(location.pathname);
- }
- }, [isAuthenticated, location.pathname]);
-
- React.useEffect(() => {
- if (!isAuthenticated || !hasRestoredLocation) return;
-
- if (previousMobileLayoutState !== mobileLayoutState.enabled) {
- setPreviousMobileLayoutState(mobileLayoutState.enabled);
-
- if (mobileLayoutState.enabled) {
- const currentPath = location.pathname;
-
- const now = Date.now();
- const last = lastMobileHistoryBuildRef.current;
- if (last && last.path === currentPath && now - last.ts < 1500) {
- return;
- }
- lastMobileHistoryBuildRef.current = {ts: now, path: currentPath};
- if (
- (Routes.isDMRoute(currentPath) && currentPath !== Routes.ME) ||
- (Routes.isGuildChannelRoute(currentPath) && currentPath.split('/').length === 4)
- ) {
- if (Routes.isDMRoute(currentPath) && currentPath !== Routes.ME) {
- RouterUtils.replaceWith(Routes.ME);
- setTimeout(() => RouterUtils.transitionTo(currentPath), 0);
- } else if (Routes.isGuildChannelRoute(currentPath) && currentPath.split('/').length === 4) {
- const parts = currentPath.split('/');
- const guildId = parts[2];
- const guildPath = Routes.guildChannel(guildId);
- RouterUtils.replaceWith(guildPath);
- setTimeout(() => RouterUtils.transitionTo(currentPath), 0);
- }
- }
- }
- }
- }, [isAuthenticated, hasRestoredLocation, mobileLayoutState.enabled, previousMobileLayoutState, location.pathname]);
-
- const navigateWithHistoryStack = React.useCallback(
- (url: string) => {
- navigateToWithMobileHistory(url, mobileLayoutState.enabled);
- },
- [mobileLayoutState.enabled],
- );
-
- React.useEffect(() => {
- if (!isAuthenticated || !mobileLayoutState.enabled) return;
-
- const handleNotificationNavigate = (event: MessageEvent) => {
- if (event.data?.type === 'NOTIFICATION_CLICK_NAVIGATE') {
- if (hasHandledNotificationNav) {
- return;
- }
-
- const url = event.data.url;
- const targetUserId = event.data.targetUserId as string | undefined;
-
- void (async () => {
- if (targetUserId && targetUserId !== AccountManager.currentUserId && AccountManager.canSwitchAccounts) {
- try {
- await AccountManager.switchToAccount(targetUserId);
- } catch (error) {
- console.error('Failed to switch account for notification', error);
- }
- }
-
- navigateWithHistoryStack(url);
- setHasHandledNotificationNav(true);
- })();
-
- return;
- }
-
- if (event.data?.type === 'PUSH_SUBSCRIPTION_CHANGE') {
- if (isInstalledPwa()) {
- void PushSubscriptionService.registerPushSubscription();
- }
- }
- };
-
- if (!hasHandledNotificationNav) {
- const urlParams = location.searchParams;
- if (urlParams.get('fromNotification') === '1') {
- const newParams = new URLSearchParams(urlParams);
- newParams.delete('fromNotification');
- const cleanPath = location.pathname + (newParams.toString() ? `?${newParams.toString()}` : '');
-
- navigateWithHistoryStack(cleanPath);
- setHasHandledNotificationNav(true);
- }
- }
-
- navigator.serviceWorker?.addEventListener('message', handleNotificationNavigate);
-
- return () => {
- navigator.serviceWorker?.removeEventListener('message', handleNotificationNavigate);
- };
- }, [isAuthenticated, mobileLayoutState.enabled, hasHandledNotificationNav, location, navigateWithHistoryStack]);
-
- React.useEffect(() => {
- if (currentUser?.pendingManualVerification) {
- if (
- pathname !== Routes.PENDING_VERIFICATION &&
- !pathname.startsWith('/login') &&
- !pathname.startsWith('/register')
- ) {
- RouterUtils.replaceWith(Routes.PENDING_VERIFICATION);
- }
- }
- }, [currentUser, pathname]);
-
- const showBottomNav =
- mobileLayoutState.enabled &&
- (location.pathname === Routes.ME ||
- Routes.isFavoritesRoute(location.pathname) ||
- location.pathname === Routes.NOTIFICATIONS ||
- location.pathname === Routes.YOU ||
- (Routes.isGuildChannelRoute(location.pathname) && location.pathname.split('/').length === 3));
-
- if (isAuthenticated && !canNavigateToProtectedRoutes && !shouldBypassGateway) {
- return ;
- }
-
- return (
- <>
-
- {children}
- {showBottomNav && currentUser && }
- >
- );
-});
-
-const rootRoute = createRootRoute({
- layout: ({children}) => <>{children}>,
-});
-
-const notFoundRoute = createRoute({
- id: '__notFound',
- path: '/__notfound',
- component: () => ,
-});
-
-const homeRoute = createRoute({
- getParentRoute: () => rootRoute,
- id: 'home',
- path: '/',
- onEnter: () => new Redirect(Routes.ME),
-});
-
-const authLayoutRoute = createRoute({
- getParentRoute: () => rootRoute,
- id: 'authLayout',
- layout: ({children}) => {children} ,
-});
-
-const loginRoute = createRoute({
- getParentRoute: () => authLayoutRoute,
- id: 'login',
- path: '/login',
- onEnter: () => {
- if (AuthenticationStore.isAuthenticated) {
- const search = window.location.search;
- const qp = new URLSearchParams(search);
- const isDesktopHandoff = qp.get('desktop_handoff') === '1';
- if (isDesktopHandoff) {
- return undefined;
- }
- const redirectTo = qp.get('redirect_to');
- return new Redirect(redirectTo || Routes.ME);
- }
- return undefined;
- },
- component: () => ,
-});
-
-const registerRoute = createRoute({
- getParentRoute: () => authLayoutRoute,
- id: 'register',
- path: '/register',
- onEnter: () => {
- if (AuthenticationStore.isAuthenticated) {
- const search = window.location.search;
- const qp = new URLSearchParams(search);
- const redirectTo = qp.get('redirect_to');
- return new Redirect(redirectTo || Routes.ME);
- }
- return undefined;
- },
- component: () => ,
-});
-
-const oauthAuthorizeRoute = createRoute({
- getParentRoute: () => authLayoutRoute,
- id: 'oauthAuthorize',
- path: Routes.OAUTH_AUTHORIZE,
- onEnter: () => {
- if (!AuthenticationStore.isAuthenticated) {
- const current = window.location.pathname + window.location.search;
- return new Redirect(`${Routes.LOGIN}?redirect_to=${encodeURIComponent(current)}`);
- }
- return undefined;
- },
- component: () => ,
-});
-
-const inviteRegisterRoute = createRoute({
- getParentRoute: () => authLayoutRoute,
- id: 'inviteRegister',
- path: '/invite/:code',
- onEnter: (ctx) => {
- if (AuthenticationStore.isAuthenticated) {
- const code = ctx.params.code;
- if (code) {
- InviteActionCreators.openAcceptModal(code);
- }
- return new Redirect(Routes.ME);
- }
- return undefined;
- },
- component: () => ,
-});
-
-const inviteLoginRoute = createRoute({
- getParentRoute: () => authLayoutRoute,
- id: 'inviteLogin',
- path: '/invite/:code/login',
- onEnter: (ctx) => {
- if (AuthenticationStore.isAuthenticated) {
- const code = ctx.params.code;
- if (code) {
- InviteActionCreators.openAcceptModal(code);
- }
- return new Redirect(Routes.ME);
- }
- return undefined;
- },
- component: () => ,
-});
-
-const giftRegisterRoute = createRoute({
- getParentRoute: () => authLayoutRoute,
- id: 'giftRegister',
- path: '/gift/:code',
- onEnter: (ctx) => {
- if (AuthenticationStore.isAuthenticated) {
- const code = ctx.params.code;
- if (code) {
- GiftActionCreators.openAcceptModal(code);
- }
- return new Redirect(Routes.ME);
- }
- return undefined;
- },
- component: () => ,
-});
-
-const giftLoginRoute = createRoute({
- getParentRoute: () => authLayoutRoute,
- id: 'giftLogin',
- path: '/gift/:code/login',
- onEnter: (ctx) => {
- if (AuthenticationStore.isAuthenticated) {
- const code = ctx.params.code;
- if (code) {
- GiftActionCreators.openAcceptModal(code);
- }
- return new Redirect(Routes.ME);
- }
- return undefined;
- },
- component: () => ,
-});
-
-const forgotPasswordRoute = createRoute({
- getParentRoute: () => authLayoutRoute,
- id: 'forgotPassword',
- path: Routes.FORGOT_PASSWORD,
- onEnter: () => {
- if (AuthenticationStore.isAuthenticated) {
- return new Redirect(Routes.ME);
- }
- return undefined;
- },
- component: () => ,
-});
-
-const resetPasswordRoute = createRoute({
- getParentRoute: () => authLayoutRoute,
- id: 'resetPassword',
- path: Routes.RESET_PASSWORD,
- component: () => ,
-});
-
-const emailRevertRoute = createRoute({
- getParentRoute: () => authLayoutRoute,
- id: 'emailRevert',
- path: Routes.EMAIL_REVERT,
- component: () => ,
-});
-
-const verifyEmailRoute = createRoute({
- getParentRoute: () => authLayoutRoute,
- id: 'verifyEmail',
- path: Routes.VERIFY_EMAIL,
- component: () => ,
-});
-
-const authorizeIPRoute = createRoute({
- getParentRoute: () => authLayoutRoute,
- id: 'authorizeIP',
- path: Routes.AUTHORIZE_IP,
- component: () => ,
-});
-
-const pendingVerificationRoute = createRoute({
- getParentRoute: () => authLayoutRoute,
- id: 'pendingVerification',
- path: Routes.PENDING_VERIFICATION,
- component: () => ,
-});
-
-const reportRoute = createRoute({
- getParentRoute: () => authLayoutRoute,
- id: 'report',
- path: Routes.REPORT,
- component: () => ,
-});
-
-const appLayoutRoute = createRoute({
- getParentRoute: () => rootRoute,
- id: 'appLayout',
- onEnter: () => {
- if (!SessionManager.isInitialized) {
- return undefined;
- }
- if (!AuthenticationStore.isAuthenticated) {
- const current = window.location.pathname + window.location.search;
- return new Redirect(`${Routes.LOGIN}?redirect_to=${encodeURIComponent(current)}`);
- }
- return undefined;
- },
- layout: ({children}) => (
- <>
-
- {children}
- >
- ),
-});
-
-const guildsLayoutRoute = createRoute({
- getParentRoute: () => appLayoutRoute,
- id: 'guildsLayout',
- layout: ({children}) => {children} ,
-});
-
-const notificationsRoute = createRoute({
- getParentRoute: () => appLayoutRoute,
- id: 'notifications',
- path: Routes.NOTIFICATIONS,
- component: () => {
- const [bookmarksSheetOpen, setBookmarksSheetOpen] = React.useState(false);
-
- return (
- <>
- setBookmarksSheetOpen(true)} />
- setBookmarksSheetOpen(false)} />
- >
- );
- },
-});
-
-const youRoute = createRoute({
- getParentRoute: () => appLayoutRoute,
- id: 'you',
- path: Routes.YOU,
- component: () => {
- const [statusSheetOpen, setStatusSheetOpen] = React.useState(false);
-
- return (
- <>
- setStatusSheetOpen(true)} />
- setStatusSheetOpen(false)} />
- >
- );
- },
-});
-
-const premiumCallbackRoute = createRoute({
- getParentRoute: () => appLayoutRoute,
- id: 'premiumCallback',
- path: Routes.PREMIUM_CALLBACK,
- component: () => ,
-});
-
-const themeRegisterRoute = createRoute({
- getParentRoute: () => authLayoutRoute,
- id: 'themeRegister',
- path: Routes.THEME_REGISTER,
- onEnter: (ctx) => {
- if (AuthenticationStore.isAuthenticated) {
- const themeId = ctx.params.themeId;
- if (themeId) {
- ThemeActionCreators.openAcceptModal(themeId, i18n);
- }
- return new Redirect(Routes.ME);
- }
- return undefined;
- },
- component: () => ,
-});
-
-const themeLoginRoute = createRoute({
- getParentRoute: () => authLayoutRoute,
- id: 'themeLogin',
- path: Routes.THEME_LOGIN,
- onEnter: (ctx) => {
- if (AuthenticationStore.isAuthenticated) {
- const themeId = ctx.params.themeId;
- if (themeId) {
- ThemeActionCreators.openAcceptModal(themeId, i18n);
- }
- return new Redirect(Routes.ME);
- }
- return undefined;
- },
- component: () => ,
-});
-
-const bookmarksRoute = createRoute({
- getParentRoute: () => guildsLayoutRoute,
- id: 'bookmarks',
- path: Routes.BOOKMARKS,
- component: () => ,
-});
-
-const mentionsRoute = createRoute({
- getParentRoute: () => guildsLayoutRoute,
- id: 'mentions',
- path: Routes.MENTIONS,
- component: () => ,
-});
-
-const meRoute = createRoute({
- getParentRoute: () => guildsLayoutRoute,
- id: 'me',
- path: '/channels/@me',
- component: observer(() => {
- const isMobileLayout = MobileLayoutStore.enabled;
-
- React.useEffect(() => {
- if (!isMobileLayout && SelectedChannelStore.selectedChannelIds.has(ME)) {
- SelectedChannelStore.clearGuildSelection(ME);
- }
- }, [isMobileLayout]);
-
- return ;
- }),
-});
-
-const favoritesRoute = createRoute({
- getParentRoute: () => guildsLayoutRoute,
- id: 'favorites',
- path: '/channels/@favorites',
- layout: ({children}) => {children} ,
-});
-
-const favoritesChannelRoute = createRoute({
- getParentRoute: () => favoritesRoute,
- id: 'favoritesChannel',
- path: '/channels/@favorites/:channelId',
- component: () => (
-
-
-
- ),
-});
-
-const channelsRoute = createRoute({
- getParentRoute: () => guildsLayoutRoute,
- id: 'channels',
- path: '/channels/:guildId',
- layout: ({children}) => {
- const params = useParams() as {guildId: string};
- const {guildId} = params;
-
- if (guildId === ME) {
- return {children} ;
- }
-
- return guildId ? {children} : null;
- },
-});
-
-const channelRoute = createRoute({
- getParentRoute: () => channelsRoute,
- id: 'channel',
- path: '/channels/:guildId/:channelId',
- onEnter: (ctx) => {
- const {guildId, channelId} = ctx.params;
- const channel = ChannelStore.getChannel(channelId);
- if (channel && (channel.type === ChannelTypes.GUILD_CATEGORY || channel.type === ChannelTypes.GUILD_LINK)) {
- return new Redirect(Routes.guildChannel(guildId));
- }
- return undefined;
- },
- component: () => (
-
-
-
- ),
-});
-
-const messageRoute = createRoute({
- getParentRoute: () => channelRoute,
- id: 'message',
- path: '/channels/:guildId/:channelId/:messageId',
- onEnter: (ctx) => {
- const {guildId, channelId} = ctx.params;
- const channel = ChannelStore.getChannel(channelId);
- if (channel && (channel.type === ChannelTypes.GUILD_CATEGORY || channel.type === ChannelTypes.GUILD_LINK)) {
- return new Redirect(Routes.guildChannel(guildId));
- }
- return undefined;
- },
- component: () => (
-
-
-
- ),
-});
-
-const authRouteTree = authLayoutRoute.addChildren([
- loginRoute,
- registerRoute,
- oauthAuthorizeRoute,
- inviteRegisterRoute,
- inviteLoginRoute,
- themeRegisterRoute,
- themeLoginRoute,
- forgotPasswordRoute,
- resetPasswordRoute,
- emailRevertRoute,
- verifyEmailRoute,
- authorizeIPRoute,
- pendingVerificationRoute,
- reportRoute,
- ...(RuntimeConfigStore.isSelfHosted() ? [] : [giftRegisterRoute, giftLoginRoute]),
-]);
-
-const routeTree = rootRoute.addChildren([
- homeRoute,
- notFoundRoute,
- authRouteTree,
- appLayoutRoute.addChildren([
- notificationsRoute,
- youRoute,
- premiumCallbackRoute,
- guildsLayoutRoute.addChildren([
- bookmarksRoute,
- mentionsRoute,
- meRoute,
- favoritesRoute.addChildren([favoritesChannelRoute]),
- channelsRoute.addChildren([channelRoute.addChildren([messageRoute])]),
- ]),
- ]),
-]);
-
-const routes: Array = routeTree.build();
-
-const rootComponentRoute = routes.find((r) => r.id === '__root');
-if (rootComponentRoute) {
- rootComponentRoute.layout = (props) => {props.children} ;
-}
+const routes = buildRoutes();
export const router = createRouter({
routes,
diff --git a/fluxer_app/src/router/components/GuildChannelRouter.tsx b/fluxer_app/src/router/components/GuildChannelRouter.tsx
new file mode 100644
index 00000000..6b3ae011
--- /dev/null
+++ b/fluxer_app/src/router/components/GuildChannelRouter.tsx
@@ -0,0 +1,88 @@
+/*
+ * Copyright (C) 2026 Fluxer Contributors
+ *
+ * This file is part of Fluxer.
+ *
+ * Fluxer is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * Fluxer is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with Fluxer. If not, see .
+ */
+
+import {observer} from 'mobx-react-lite';
+import React from 'react';
+import {ME} from '~/Constants';
+import {GuildLayout} from '~/components/layout/GuildLayout';
+import {useLocation} from '~/lib/router';
+import {Routes} from '~/Routes';
+import ChannelStore from '~/stores/ChannelStore';
+import MobileLayoutStore from '~/stores/MobileLayoutStore';
+import SelectedChannelStore from '~/stores/SelectedChannelStore';
+import {compareChannelPosition, filterViewableChannels} from '~/utils/channelShared';
+import * as RouterUtils from '~/utils/RouterUtils';
+
+export const GuildChannelRouter: React.FC<{guildId: string; children?: React.ReactNode}> = observer(
+ ({guildId, children}) => {
+ const location = useLocation();
+
+ React.useEffect(() => {
+ if (guildId === ME || location.pathname === Routes.ME) {
+ return;
+ }
+
+ if (MobileLayoutStore.enabled) {
+ return;
+ }
+
+ if (location.pathname.startsWith('/channels/') && !location.pathname.startsWith(Routes.ME)) {
+ if (location.pathname.split('/').length === 3) {
+ const pathSegments = location.pathname.split('/');
+ const currentGuildId = pathSegments[2];
+
+ if (currentGuildId !== guildId) {
+ return;
+ }
+
+ const selectedChannelId = SelectedChannelStore.selectedChannelIds.get(guildId);
+
+ if (selectedChannelId) {
+ const channel = ChannelStore.getChannel(selectedChannelId);
+ if (channel && channel.guildId === guildId) {
+ RouterUtils.replaceWith(Routes.guildChannel(guildId, selectedChannelId));
+ } else {
+ const channels = ChannelStore.getGuildChannels(guildId);
+ const viewableChannels = filterViewableChannels(channels).sort(compareChannelPosition);
+
+ if (viewableChannels.length > 0) {
+ const firstChannel = viewableChannels[0];
+ RouterUtils.replaceWith(Routes.guildChannel(guildId, firstChannel.id));
+ }
+ }
+ } else {
+ const channels = ChannelStore.getGuildChannels(guildId);
+ const viewableChannels = filterViewableChannels(channels).sort(compareChannelPosition);
+
+ if (viewableChannels.length > 0) {
+ const firstChannel = viewableChannels[0];
+ RouterUtils.replaceWith(Routes.guildChannel(guildId, firstChannel.id));
+ }
+ }
+ }
+ }
+ }, [guildId, location.pathname, MobileLayoutStore.enabled]);
+
+ if (guildId === ME || location.pathname === Routes.ME) {
+ return null;
+ }
+
+ return {children} ;
+ },
+);
diff --git a/fluxer_app/src/router/components/RootComponent.tsx b/fluxer_app/src/router/components/RootComponent.tsx
new file mode 100644
index 00000000..5a78acff
--- /dev/null
+++ b/fluxer_app/src/router/components/RootComponent.tsx
@@ -0,0 +1,331 @@
+/*
+ * Copyright (C) 2026 Fluxer Contributors
+ *
+ * This file is part of Fluxer.
+ *
+ * Fluxer is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * Fluxer is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with Fluxer. If not, see .
+ */
+
+import {observer} from 'mobx-react-lite';
+import React from 'react';
+import * as AuthenticationActionCreators from '~/actions/AuthenticationActionCreators';
+import {KeyboardModeListener} from '~/components/layout/KeyboardModeListener';
+import {MobileBottomNav} from '~/components/layout/MobileBottomNav';
+import {SplashScreen} from '~/components/layout/SplashScreen';
+import {useLocation} from '~/lib/router';
+import SessionManager from '~/lib/SessionManager';
+import {Routes} from '~/Routes';
+import {isAutoRedirectExemptPath} from '~/router/constants';
+import * as PushSubscriptionService from '~/services/push/PushSubscriptionService';
+import AccountManager from '~/stores/AccountManager';
+import AuthenticationStore from '~/stores/AuthenticationStore';
+import ConnectionStore from '~/stores/ConnectionStore';
+import InitializationStore from '~/stores/InitializationStore';
+import LocationStore from '~/stores/LocationStore';
+import MobileLayoutStore from '~/stores/MobileLayoutStore';
+import UserStore from '~/stores/UserStore';
+import {navigateToWithMobileHistory} from '~/utils/MobileNavigation';
+import {isInstalledPwa} from '~/utils/PwaUtils';
+import * as RouterUtils from '~/utils/RouterUtils';
+
+const RootComponent: React.FC<{children?: React.ReactNode}> = observer(({children}) => {
+ const location = useLocation();
+ const isAuthenticated = AuthenticationStore.isAuthenticated;
+ const mobileLayoutState = MobileLayoutStore;
+ const [hasRestoredLocation, setHasRestoredLocation] = React.useState(false);
+ const currentUser = UserStore.currentUser;
+ const [hasHandledNotificationNav, setHasHandledNotificationNav] = React.useState(false);
+ const [previousMobileLayoutState, setPreviousMobileLayoutState] = React.useState(mobileLayoutState.enabled);
+ const lastMobileHistoryBuildRef = React.useRef<{ts: number; path: string} | null>(null);
+ const isLocationStoreHydrated = LocationStore.isHydrated;
+ const canNavigateToProtectedRoutes = InitializationStore.canNavigateToProtectedRoutes;
+ const pendingRedirectRef = React.useRef(null);
+
+ const hasStartedRestoreRef = React.useRef(false);
+ const pathname = location.pathname;
+ const isDesktopHandoff = location.searchParams.get('desktop_handoff') === '1';
+ const isAutoRedirectExemptRoute = isAutoRedirectExemptPath(pathname);
+ const shouldSkipAutoRedirect = isAutoRedirectExemptRoute || (pathname === Routes.LOGIN && isDesktopHandoff);
+
+ const isAuthRoute = React.useMemo(() => {
+ return (
+ pathname.startsWith(Routes.LOGIN) ||
+ pathname.startsWith(Routes.REGISTER) ||
+ pathname.startsWith(Routes.FORGOT_PASSWORD) ||
+ pathname.startsWith(Routes.RESET_PASSWORD) ||
+ pathname.startsWith(Routes.VERIFY_EMAIL) ||
+ pathname.startsWith(Routes.AUTHORIZE_IP) ||
+ pathname.startsWith(Routes.EMAIL_REVERT) ||
+ pathname.startsWith(Routes.OAUTH_AUTHORIZE) ||
+ pathname.startsWith(Routes.REPORT) ||
+ pathname.startsWith('/invite/') ||
+ pathname.startsWith('/gift/') ||
+ pathname.startsWith('/theme/')
+ );
+ }, [pathname]);
+
+ const shouldBypassGateway = isAuthRoute && pathname !== Routes.PENDING_VERIFICATION;
+ const authToken = AuthenticationStore.authToken;
+
+ React.useEffect(() => {
+ if (!SessionManager.isInitialized) return;
+ if (AccountManager.isSwitching) return;
+
+ const isAuth = AuthenticationStore.isAuthenticated;
+
+ if (isAuth && isAuthRoute) return;
+
+ if (shouldBypassGateway) {
+ if (isAuth) {
+ if (!shouldSkipAutoRedirect) {
+ RouterUtils.replaceWith(Routes.ME);
+ }
+ return;
+ }
+ if (ConnectionStore.isConnected || ConnectionStore.isConnecting || ConnectionStore.socket) {
+ ConnectionStore.logout();
+ }
+ return;
+ }
+
+ if (!isAuth) {
+ const current = pathname + window.location.search;
+ if (!pendingRedirectRef.current) {
+ pendingRedirectRef.current = current;
+ }
+ RouterUtils.replaceWith(`${Routes.LOGIN}?redirect_to=${encodeURIComponent(pendingRedirectRef.current)}`);
+ return;
+ }
+
+ if (isAuth && InitializationStore.isLoading) {
+ void AuthenticationActionCreators.ensureSessionStarted();
+ }
+ }, [
+ SessionManager.isInitialized,
+ authToken,
+ AccountManager.isSwitching,
+ AuthenticationStore.isAuthenticated,
+ ConnectionStore.isConnected,
+ ConnectionStore.isConnecting,
+ InitializationStore.isLoading,
+ shouldBypassGateway,
+ shouldSkipAutoRedirect,
+ pendingRedirectRef,
+ ]);
+
+ React.useEffect(() => {
+ if (!AuthenticationStore.isAuthenticated) return;
+ const target = pendingRedirectRef.current;
+ if (!target) return;
+
+ const current = location.pathname + window.location.search;
+ if (current !== target) {
+ RouterUtils.replaceWith(target);
+ }
+
+ pendingRedirectRef.current = null;
+ }, [AuthenticationStore.isAuthenticated, location.pathname]);
+
+ React.useEffect(() => {
+ if (
+ !isAuthenticated ||
+ hasRestoredLocation ||
+ hasStartedRestoreRef.current ||
+ !canNavigateToProtectedRoutes ||
+ !isLocationStoreHydrated
+ ) {
+ return;
+ }
+
+ if (location.pathname === Routes.HOME) {
+ return;
+ }
+
+ hasStartedRestoreRef.current = true;
+ setHasRestoredLocation(true);
+
+ const lastLocation = LocationStore.getLastLocation();
+ if (lastLocation && lastLocation !== location.pathname && location.pathname === Routes.ME) {
+ navigateToWithMobileHistory(lastLocation, mobileLayoutState.enabled);
+ } else if (mobileLayoutState.enabled) {
+ const p = location.pathname;
+ if ((Routes.isDMRoute(p) && p !== Routes.ME) || (Routes.isGuildChannelRoute(p) && p.split('/').length === 4)) {
+ navigateToWithMobileHistory(p, true);
+ setHasHandledNotificationNav(true);
+ }
+ }
+ }, [
+ isAuthenticated,
+ hasRestoredLocation,
+ mobileLayoutState.enabled,
+ isLocationStoreHydrated,
+ canNavigateToProtectedRoutes,
+ location.pathname,
+ ]);
+
+ React.useEffect(() => {
+ if (!isAuthenticated || !hasRestoredLocation) return;
+
+ if (previousMobileLayoutState !== mobileLayoutState.enabled) {
+ setPreviousMobileLayoutState(mobileLayoutState.enabled);
+
+ if (mobileLayoutState.enabled) {
+ const currentPath = location.pathname;
+ if (
+ (Routes.isDMRoute(currentPath) && currentPath !== Routes.ME) ||
+ (Routes.isGuildChannelRoute(currentPath) && currentPath.split('/').length === 4)
+ ) {
+ navigateToWithMobileHistory(currentPath, true);
+ }
+ }
+ }
+ }, [isAuthenticated, hasRestoredLocation, mobileLayoutState.enabled, previousMobileLayoutState, location.pathname]);
+
+ React.useEffect(() => {
+ const shouldSaveLocation = Routes.isChannelRoute(location.pathname) || Routes.isSpecialPage(location.pathname);
+
+ if (isAuthenticated && shouldSaveLocation) {
+ LocationStore.saveLocation(location.pathname);
+ }
+ }, [isAuthenticated, location.pathname]);
+
+ React.useEffect(() => {
+ if (!isAuthenticated || !hasRestoredLocation) return;
+
+ if (previousMobileLayoutState !== mobileLayoutState.enabled) {
+ setPreviousMobileLayoutState(mobileLayoutState.enabled);
+
+ if (mobileLayoutState.enabled) {
+ const currentPath = location.pathname;
+
+ const now = Date.now();
+ const last = lastMobileHistoryBuildRef.current;
+ if (last && last.path === currentPath && now - last.ts < 1500) {
+ return;
+ }
+ lastMobileHistoryBuildRef.current = {ts: now, path: currentPath};
+ if (
+ (Routes.isDMRoute(currentPath) && currentPath !== Routes.ME) ||
+ (Routes.isGuildChannelRoute(currentPath) && currentPath.split('/').length === 4)
+ ) {
+ if (Routes.isDMRoute(currentPath) && currentPath !== Routes.ME) {
+ RouterUtils.replaceWith(Routes.ME);
+ setTimeout(() => RouterUtils.transitionTo(currentPath), 0);
+ } else if (Routes.isGuildChannelRoute(currentPath) && currentPath.split('/').length === 4) {
+ const parts = currentPath.split('/');
+ const guildId = parts[2];
+ const guildPath = Routes.guildChannel(guildId);
+ RouterUtils.replaceWith(guildPath);
+ setTimeout(() => RouterUtils.transitionTo(currentPath), 0);
+ }
+ }
+ }
+ }
+ }, [isAuthenticated, hasRestoredLocation, mobileLayoutState.enabled, previousMobileLayoutState, location.pathname]);
+
+ const navigateWithHistoryStack = React.useCallback(
+ (url: string) => {
+ navigateToWithMobileHistory(url, mobileLayoutState.enabled);
+ },
+ [mobileLayoutState.enabled],
+ );
+
+ React.useEffect(() => {
+ if (!isAuthenticated || !mobileLayoutState.enabled) return;
+
+ const handleNotificationNavigate = (event: MessageEvent) => {
+ if (event.data?.type === 'NOTIFICATION_CLICK_NAVIGATE') {
+ if (hasHandledNotificationNav) {
+ return;
+ }
+
+ const url = event.data.url;
+ const targetUserId = event.data.targetUserId as string | undefined;
+
+ void (async () => {
+ if (targetUserId && targetUserId !== AccountManager.currentUserId && AccountManager.canSwitchAccounts) {
+ try {
+ await AccountManager.switchToAccount(targetUserId);
+ } catch (error) {
+ console.error('Failed to switch account for notification', error);
+ }
+ }
+
+ navigateWithHistoryStack(url);
+ setHasHandledNotificationNav(true);
+ })();
+
+ return;
+ }
+
+ if (event.data?.type === 'PUSH_SUBSCRIPTION_CHANGE') {
+ if (isInstalledPwa()) {
+ void PushSubscriptionService.registerPushSubscription();
+ }
+ }
+ };
+
+ if (!hasHandledNotificationNav) {
+ const urlParams = location.searchParams;
+ if (urlParams.get('fromNotification') === '1') {
+ const newParams = new URLSearchParams(urlParams);
+ newParams.delete('fromNotification');
+ const cleanPath = location.pathname + (newParams.toString() ? `?${newParams.toString()}` : '');
+
+ navigateWithHistoryStack(cleanPath);
+ setHasHandledNotificationNav(true);
+ }
+ }
+
+ navigator.serviceWorker?.addEventListener('message', handleNotificationNavigate);
+
+ return () => {
+ navigator.serviceWorker?.removeEventListener('message', handleNotificationNavigate);
+ };
+ }, [isAuthenticated, mobileLayoutState.enabled, hasHandledNotificationNav, location, navigateWithHistoryStack]);
+
+ React.useEffect(() => {
+ if (currentUser?.pendingManualVerification) {
+ if (
+ pathname !== Routes.PENDING_VERIFICATION &&
+ !pathname.startsWith('/login') &&
+ !pathname.startsWith('/register')
+ ) {
+ RouterUtils.replaceWith(Routes.PENDING_VERIFICATION);
+ }
+ }
+ }, [currentUser, pathname]);
+
+ const showBottomNav =
+ mobileLayoutState.enabled &&
+ (location.pathname === Routes.ME ||
+ Routes.isFavoritesRoute(location.pathname) ||
+ location.pathname === Routes.NOTIFICATIONS ||
+ location.pathname === Routes.YOU ||
+ (Routes.isGuildChannelRoute(location.pathname) && location.pathname.split('/').length === 3));
+
+ if (isAuthenticated && !canNavigateToProtectedRoutes && !shouldBypassGateway) {
+ return ;
+ }
+
+ return (
+ <>
+
+ {children}
+ {showBottomNav && currentUser && }
+ >
+ );
+});
+
+export {RootComponent};
diff --git a/fluxer_app/src/router/constants.ts b/fluxer_app/src/router/constants.ts
new file mode 100644
index 00000000..2ba3b9a5
--- /dev/null
+++ b/fluxer_app/src/router/constants.ts
@@ -0,0 +1,39 @@
+/*
+ * Copyright (C) 2026 Fluxer Contributors
+ *
+ * This file is part of Fluxer.
+ *
+ * Fluxer is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * Fluxer is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with Fluxer. If not, see .
+ */
+
+import {Routes} from '~/Routes';
+
+export const AUTO_REDIRECT_EXEMPT_PATHS = new Set([
+ Routes.RESET_PASSWORD,
+ Routes.AUTHORIZE_IP,
+ Routes.EMAIL_REVERT,
+ Routes.VERIFY_EMAIL,
+ Routes.OAUTH_AUTHORIZE,
+ Routes.REPORT,
+]);
+
+const AUTO_REDIRECT_EXEMPT_PREFIXES = ['/invite/', '/gift/', '/theme/', '/oauth2/'];
+
+export const isAutoRedirectExemptPath = (pathname: string): boolean => {
+ if (AUTO_REDIRECT_EXEMPT_PATHS.has(pathname)) {
+ return true;
+ }
+
+ return AUTO_REDIRECT_EXEMPT_PREFIXES.some((prefix) => pathname.startsWith(prefix));
+};
diff --git a/fluxer_app/src/router/routes/appRoutes.tsx b/fluxer_app/src/router/routes/appRoutes.tsx
new file mode 100644
index 00000000..ae080cd1
--- /dev/null
+++ b/fluxer_app/src/router/routes/appRoutes.tsx
@@ -0,0 +1,225 @@
+/*
+ * Copyright (C) 2026 Fluxer Contributors
+ *
+ * This file is part of Fluxer.
+ *
+ * Fluxer is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * Fluxer is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with Fluxer. If not, see .
+ */
+
+import {observer} from 'mobx-react-lite';
+import React from 'react';
+import {ChannelTypes, ME} from '~/Constants';
+import {AppBadge} from '~/components/AppBadge';
+import {ChannelIndexPage} from '~/components/channel/ChannelIndexPage';
+import {ChannelLayout} from '~/components/channel/ChannelLayout';
+import {DMLayout} from '~/components/channel/dm/DMLayout';
+import {AppLayout} from '~/components/layout/AppLayout';
+import {FavoritesLayout} from '~/components/layout/FavoritesLayout';
+import {GuildsLayout} from '~/components/layout/GuildsLayout';
+import {BookmarksBottomSheet} from '~/components/modals/BookmarksBottomSheet';
+import {StatusChangeBottomSheet} from '~/components/modals/StatusChangeBottomSheet';
+import {NotificationsPage} from '~/components/pages/NotificationsPage';
+import PremiumCallbackPage from '~/components/pages/PremiumCallbackPage';
+import {YouPage} from '~/components/pages/YouPage';
+import {createRoute, Redirect, useParams} from '~/lib/router';
+import SessionManager from '~/lib/SessionManager';
+import {Routes} from '~/Routes';
+import {GuildChannelRouter} from '~/router/components/GuildChannelRouter';
+import {rootRoute} from '~/router/routes/rootRoutes';
+import AuthenticationStore from '~/stores/AuthenticationStore';
+import ChannelStore from '~/stores/ChannelStore';
+import MobileLayoutStore from '~/stores/MobileLayoutStore';
+import SelectedChannelStore from '~/stores/SelectedChannelStore';
+
+const appLayoutRoute = createRoute({
+ getParentRoute: () => rootRoute,
+ id: 'appLayout',
+ onEnter: () => {
+ if (!SessionManager.isInitialized) {
+ return undefined;
+ }
+ if (!AuthenticationStore.isAuthenticated) {
+ const current = window.location.pathname + window.location.search;
+ return new Redirect(`${Routes.LOGIN}?redirect_to=${encodeURIComponent(current)}`);
+ }
+ return undefined;
+ },
+ layout: ({children}) => (
+ <>
+
+ {children}
+ >
+ ),
+});
+
+const guildsLayoutRoute = createRoute({
+ getParentRoute: () => appLayoutRoute,
+ id: 'guildsLayout',
+ layout: ({children}) => {children} ,
+});
+
+const notificationsRoute = createRoute({
+ getParentRoute: () => appLayoutRoute,
+ id: 'notifications',
+ path: Routes.NOTIFICATIONS,
+ component: () => {
+ const [bookmarksSheetOpen, setBookmarksSheetOpen] = React.useState(false);
+
+ return (
+ <>
+ setBookmarksSheetOpen(true)} />
+ setBookmarksSheetOpen(false)} />
+ >
+ );
+ },
+});
+
+const youRoute = createRoute({
+ getParentRoute: () => appLayoutRoute,
+ id: 'you',
+ path: Routes.YOU,
+ component: () => {
+ const [statusSheetOpen, setStatusSheetOpen] = React.useState(false);
+
+ return (
+ <>
+ setStatusSheetOpen(true)} />
+ setStatusSheetOpen(false)} />
+ >
+ );
+ },
+});
+
+const premiumCallbackRoute = createRoute({
+ getParentRoute: () => appLayoutRoute,
+ id: 'premiumCallback',
+ path: Routes.PREMIUM_CALLBACK,
+ component: () => ,
+});
+
+const bookmarksRoute = createRoute({
+ getParentRoute: () => guildsLayoutRoute,
+ id: 'bookmarks',
+ path: Routes.BOOKMARKS,
+ component: () => ,
+});
+
+const mentionsRoute = createRoute({
+ getParentRoute: () => guildsLayoutRoute,
+ id: 'mentions',
+ path: Routes.MENTIONS,
+ component: () => ,
+});
+
+const meRoute = createRoute({
+ getParentRoute: () => guildsLayoutRoute,
+ id: 'me',
+ path: '/channels/@me',
+ component: observer(() => {
+ const isMobileLayout = MobileLayoutStore.enabled;
+
+ React.useEffect(() => {
+ if (!isMobileLayout && SelectedChannelStore.selectedChannelIds.has(ME)) {
+ SelectedChannelStore.clearGuildSelection(ME);
+ }
+ }, [isMobileLayout]);
+
+ return ;
+ }),
+});
+
+const favoritesRoute = createRoute({
+ getParentRoute: () => guildsLayoutRoute,
+ id: 'favorites',
+ path: '/channels/@favorites',
+ layout: ({children}) => {children} ,
+});
+
+const favoritesChannelRoute = createRoute({
+ getParentRoute: () => favoritesRoute,
+ id: 'favoritesChannel',
+ path: '/channels/@favorites/:channelId',
+ component: () => (
+
+
+
+ ),
+});
+
+const channelsRoute = createRoute({
+ getParentRoute: () => guildsLayoutRoute,
+ id: 'channels',
+ path: '/channels/:guildId',
+ layout: ({children}) => {
+ const params = useParams() as {guildId: string};
+ const {guildId} = params;
+
+ if (guildId === ME) {
+ return {children} ;
+ }
+
+ return guildId ? {children} : null;
+ },
+});
+
+const channelRoute = createRoute({
+ getParentRoute: () => channelsRoute,
+ id: 'channel',
+ path: '/channels/:guildId/:channelId',
+ onEnter: (ctx) => {
+ const {guildId, channelId} = ctx.params;
+ const channel = ChannelStore.getChannel(channelId);
+ if (channel && (channel.type === ChannelTypes.GUILD_CATEGORY || channel.type === ChannelTypes.GUILD_LINK)) {
+ return new Redirect(Routes.guildChannel(guildId));
+ }
+ return undefined;
+ },
+ component: () => (
+
+
+
+ ),
+});
+
+const messageRoute = createRoute({
+ getParentRoute: () => channelRoute,
+ id: 'message',
+ path: '/channels/:guildId/:channelId/:messageId',
+ onEnter: (ctx) => {
+ const {guildId, channelId} = ctx.params;
+ const channel = ChannelStore.getChannel(channelId);
+ if (channel && (channel.type === ChannelTypes.GUILD_CATEGORY || channel.type === ChannelTypes.GUILD_LINK)) {
+ return new Redirect(Routes.guildChannel(guildId));
+ }
+ return undefined;
+ },
+ component: () => (
+
+
+
+ ),
+});
+
+export const appRouteTree = appLayoutRoute.addChildren([
+ notificationsRoute,
+ youRoute,
+ premiumCallbackRoute,
+ guildsLayoutRoute.addChildren([
+ bookmarksRoute,
+ mentionsRoute,
+ meRoute,
+ favoritesRoute.addChildren([favoritesChannelRoute]),
+ channelsRoute.addChildren([channelRoute.addChildren([messageRoute])]),
+ ]),
+]);
diff --git a/fluxer_app/src/router/routes/authRoutes.tsx b/fluxer_app/src/router/routes/authRoutes.tsx
new file mode 100644
index 00000000..45f020cf
--- /dev/null
+++ b/fluxer_app/src/router/routes/authRoutes.tsx
@@ -0,0 +1,310 @@
+/*
+ * Copyright (C) 2026 Fluxer Contributors
+ *
+ * This file is part of Fluxer.
+ *
+ * Fluxer is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * Fluxer is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with Fluxer. If not, see .
+ */
+
+import {i18n} from '@lingui/core';
+import * as GiftActionCreators from '~/actions/GiftActionCreators';
+import * as InviteActionCreators from '~/actions/InviteActionCreators';
+import * as ThemeActionCreators from '~/actions/ThemeActionCreators';
+import {AuthLayout} from '~/components/layout/AuthLayout';
+import AuthorizeIPPage from '~/components/pages/AuthorizeIPPage';
+import EmailRevertPage from '~/components/pages/EmailRevertPage';
+import ForgotPasswordPage from '~/components/pages/ForgotPasswordPage';
+import GiftLoginPage from '~/components/pages/GiftLoginPage';
+import GiftRegisterPage from '~/components/pages/GiftRegisterPage';
+import InviteLoginPage from '~/components/pages/InviteLoginPage';
+import InviteRegisterPage from '~/components/pages/InviteRegisterPage';
+import LoginPage from '~/components/pages/LoginPage';
+import OAuthAuthorizePage from '~/components/pages/OAuthAuthorizePage';
+import PendingVerificationPage from '~/components/pages/PendingVerificationPage';
+import RegisterPage from '~/components/pages/RegisterPage';
+import {ReportPage} from '~/components/pages/ReportPage';
+import ResetPasswordPage from '~/components/pages/ResetPasswordPage';
+import ThemeLoginPage from '~/components/pages/ThemeLoginPage';
+import ThemeRegisterPage from '~/components/pages/ThemeRegisterPage';
+import VerifyEmailPage from '~/components/pages/VerifyEmailPage';
+import {createRoute, Redirect, type RouteContext} from '~/lib/router';
+import SessionManager from '~/lib/SessionManager';
+import {Routes} from '~/Routes';
+import {rootRoute} from '~/router/routes/rootRoutes';
+import AuthenticationStore from '~/stores/AuthenticationStore';
+import RuntimeConfigStore from '~/stores/RuntimeConfigStore';
+import * as RouterUtils from '~/utils/RouterUtils';
+
+const resolveToPath = (to: Redirect['to']): string => {
+ if (typeof to === 'string') {
+ return to;
+ }
+
+ const url = new URL(to.to, window.location.origin);
+
+ if (to.search) {
+ const sp = new URLSearchParams();
+ for (const [k, v] of Object.entries(to.search)) {
+ if (v === undefined) continue;
+ if (v === null) {
+ sp.set(k, '');
+ } else {
+ sp.set(k, String(v));
+ }
+ }
+ url.search = sp.toString() ? `?${sp.toString()}` : '';
+ }
+
+ if (to.hash) {
+ url.hash = to.hash.startsWith('#') ? to.hash : `#${to.hash}`;
+ }
+
+ return url.pathname + url.search + url.hash;
+};
+
+type AuthRedirectHandler = (ctx: RouteContext) => Redirect | undefined;
+
+const whenAuthenticated = (handler: AuthRedirectHandler) => {
+ return (ctx: RouteContext): Redirect | undefined => {
+ const execute = (): Redirect | undefined => handler(ctx);
+
+ if (SessionManager.isInitialized) {
+ return AuthenticationStore.isAuthenticated ? execute() : undefined;
+ }
+
+ void SessionManager.initialize().then(() => {
+ if (AuthenticationStore.isAuthenticated) {
+ const res = execute();
+ if (res instanceof Redirect) {
+ RouterUtils.replaceWith(resolveToPath(res.to));
+ }
+ }
+ });
+
+ return undefined;
+ };
+};
+
+const authLayoutRoute = createRoute({
+ getParentRoute: () => rootRoute,
+ id: 'authLayout',
+ layout: ({children}) => {children} ,
+});
+
+const loginRoute = createRoute({
+ getParentRoute: () => authLayoutRoute,
+ id: 'login',
+ path: '/login',
+ onEnter: whenAuthenticated(() => {
+ const search = window.location.search;
+ const qp = new URLSearchParams(search);
+ const isDesktopHandoff = qp.get('desktop_handoff') === '1';
+ if (isDesktopHandoff) {
+ return undefined;
+ }
+ const redirectTo = qp.get('redirect_to');
+ return new Redirect(redirectTo || Routes.ME);
+ }),
+ component: () => ,
+});
+
+const registerRoute = createRoute({
+ getParentRoute: () => authLayoutRoute,
+ id: 'register',
+ path: '/register',
+ onEnter: whenAuthenticated(() => {
+ const search = window.location.search;
+ const qp = new URLSearchParams(search);
+ const redirectTo = qp.get('redirect_to');
+ return new Redirect(redirectTo || Routes.ME);
+ }),
+ component: () => ,
+});
+
+const oauthAuthorizeRoute = createRoute({
+ getParentRoute: () => authLayoutRoute,
+ id: 'oauthAuthorize',
+ path: Routes.OAUTH_AUTHORIZE,
+ onEnter: () => {
+ const current = window.location.pathname + window.location.search;
+
+ if (!SessionManager.isInitialized) {
+ void SessionManager.initialize().then(() => {
+ if (!AuthenticationStore.isAuthenticated) {
+ RouterUtils.replaceWith(`${Routes.LOGIN}?redirect_to=${encodeURIComponent(current)}`);
+ }
+ });
+ return undefined;
+ }
+
+ if (!AuthenticationStore.isAuthenticated) {
+ return new Redirect(`${Routes.LOGIN}?redirect_to=${encodeURIComponent(current)}`);
+ }
+
+ return undefined;
+ },
+ component: () => ,
+});
+
+const inviteRegisterRoute = createRoute({
+ getParentRoute: () => authLayoutRoute,
+ id: 'inviteRegister',
+ path: '/invite/:code',
+ onEnter: whenAuthenticated((ctx) => {
+ const code = ctx.params.code;
+ if (code) {
+ InviteActionCreators.openAcceptModal(code);
+ }
+ return new Redirect(Routes.ME);
+ }),
+ component: () => ,
+});
+
+const inviteLoginRoute = createRoute({
+ getParentRoute: () => authLayoutRoute,
+ id: 'inviteLogin',
+ path: '/invite/:code/login',
+ onEnter: whenAuthenticated((ctx) => {
+ const code = ctx.params.code;
+ if (code) {
+ InviteActionCreators.openAcceptModal(code);
+ }
+ return new Redirect(Routes.ME);
+ }),
+ component: () => ,
+});
+
+const giftRegisterRoute = createRoute({
+ getParentRoute: () => authLayoutRoute,
+ id: 'giftRegister',
+ path: '/gift/:code',
+ onEnter: whenAuthenticated((ctx) => {
+ const code = ctx.params.code;
+ if (code) {
+ GiftActionCreators.openAcceptModal(code);
+ }
+ return new Redirect(Routes.ME);
+ }),
+ component: () => ,
+});
+
+const giftLoginRoute = createRoute({
+ getParentRoute: () => authLayoutRoute,
+ id: 'giftLogin',
+ path: '/gift/:code/login',
+ onEnter: whenAuthenticated((ctx) => {
+ const code = ctx.params.code;
+ if (code) {
+ GiftActionCreators.openAcceptModal(code);
+ }
+ return new Redirect(Routes.ME);
+ }),
+ component: () => ,
+});
+
+const forgotPasswordRoute = createRoute({
+ getParentRoute: () => authLayoutRoute,
+ id: 'forgotPassword',
+ path: Routes.FORGOT_PASSWORD,
+ onEnter: whenAuthenticated(() => new Redirect(Routes.ME)),
+ component: () => ,
+});
+
+const resetPasswordRoute = createRoute({
+ getParentRoute: () => authLayoutRoute,
+ id: 'resetPassword',
+ path: Routes.RESET_PASSWORD,
+ component: () => ,
+});
+
+const emailRevertRoute = createRoute({
+ getParentRoute: () => authLayoutRoute,
+ id: 'emailRevert',
+ path: Routes.EMAIL_REVERT,
+ component: () => ,
+});
+
+const verifyEmailRoute = createRoute({
+ getParentRoute: () => authLayoutRoute,
+ id: 'verifyEmail',
+ path: Routes.VERIFY_EMAIL,
+ component: () => ,
+});
+
+const authorizeIPRoute = createRoute({
+ getParentRoute: () => authLayoutRoute,
+ id: 'authorizeIP',
+ path: Routes.AUTHORIZE_IP,
+ component: () => ,
+});
+
+const pendingVerificationRoute = createRoute({
+ getParentRoute: () => authLayoutRoute,
+ id: 'pendingVerification',
+ path: Routes.PENDING_VERIFICATION,
+ component: () => ,
+});
+
+const reportRoute = createRoute({
+ getParentRoute: () => authLayoutRoute,
+ id: 'report',
+ path: Routes.REPORT,
+ component: () => ,
+});
+
+const themeRegisterRoute = createRoute({
+ getParentRoute: () => authLayoutRoute,
+ id: 'themeRegister',
+ path: Routes.THEME_REGISTER,
+ onEnter: whenAuthenticated((ctx) => {
+ const themeId = ctx.params.themeId;
+ if (themeId) {
+ ThemeActionCreators.openAcceptModal(themeId, i18n);
+ }
+ return new Redirect(Routes.ME);
+ }),
+ component: () => ,
+});
+
+const themeLoginRoute = createRoute({
+ getParentRoute: () => authLayoutRoute,
+ id: 'themeLogin',
+ path: Routes.THEME_LOGIN,
+ onEnter: whenAuthenticated((ctx) => {
+ const themeId = ctx.params.themeId;
+ if (themeId) {
+ ThemeActionCreators.openAcceptModal(themeId, i18n);
+ }
+ return new Redirect(Routes.ME);
+ }),
+ component: () => ,
+});
+
+export const authRouteTree = authLayoutRoute.addChildren([
+ loginRoute,
+ registerRoute,
+ oauthAuthorizeRoute,
+ inviteRegisterRoute,
+ inviteLoginRoute,
+ themeRegisterRoute,
+ themeLoginRoute,
+ forgotPasswordRoute,
+ resetPasswordRoute,
+ emailRevertRoute,
+ verifyEmailRoute,
+ authorizeIPRoute,
+ pendingVerificationRoute,
+ reportRoute,
+ ...(RuntimeConfigStore.isSelfHosted() ? [] : [giftRegisterRoute, giftLoginRoute]),
+]);
diff --git a/fluxer_app/src/router/routes/index.tsx b/fluxer_app/src/router/routes/index.tsx
new file mode 100644
index 00000000..28f40f1a
--- /dev/null
+++ b/fluxer_app/src/router/routes/index.tsx
@@ -0,0 +1,27 @@
+/*
+ * Copyright (C) 2026 Fluxer Contributors
+ *
+ * This file is part of Fluxer.
+ *
+ * Fluxer is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * Fluxer is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with Fluxer. If not, see .
+ */
+
+import type {RouteConfig} from '~/lib/router';
+import {appRouteTree} from '~/router/routes/appRoutes';
+import {authRouteTree} from '~/router/routes/authRoutes';
+import {homeRoute, notFoundRoute, rootRoute} from '~/router/routes/rootRoutes';
+
+const routeTree = rootRoute.addChildren([homeRoute, notFoundRoute, authRouteTree, appRouteTree]);
+
+export const buildRoutes = (): Array => routeTree.build();
diff --git a/fluxer_app/src/router/routes/rootRoutes.tsx b/fluxer_app/src/router/routes/rootRoutes.tsx
new file mode 100644
index 00000000..a2f4807f
--- /dev/null
+++ b/fluxer_app/src/router/routes/rootRoutes.tsx
@@ -0,0 +1,40 @@
+/*
+ * Copyright (C) 2026 Fluxer Contributors
+ *
+ * This file is part of Fluxer.
+ *
+ * Fluxer is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * Fluxer is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with Fluxer. If not, see .
+ */
+
+import {NotFoundPage} from '~/components/pages/NotFoundPage';
+import {createRootRoute, createRoute, Redirect} from '~/lib/router';
+import {Routes} from '~/Routes';
+import {RootComponent} from '~/router/components/RootComponent';
+
+export const rootRoute = createRootRoute({
+ layout: ({children}) => {children} ,
+});
+
+export const notFoundRoute = createRoute({
+ id: '__notFound',
+ path: '/__notfound',
+ component: () => ,
+});
+
+export const homeRoute = createRoute({
+ getParentRoute: () => rootRoute,
+ id: 'home',
+ path: '/',
+ onEnter: () => new Redirect(Routes.ME),
+});
diff --git a/fluxer_app/src/stores/GuildReadStateStore.tsx b/fluxer_app/src/stores/GuildReadStateStore.tsx
index b6382581..d06212d7 100644
--- a/fluxer_app/src/stores/GuildReadStateStore.tsx
+++ b/fluxer_app/src/stores/GuildReadStateStore.tsx
@@ -19,7 +19,6 @@
import {makeAutoObservable, observable, reaction, runInAction} from 'mobx';
import {ChannelTypes, ME, Permissions} from '~/Constants';
-import {Logger} from '~/lib/Logger';
import ChannelStore from './ChannelStore';
import GuildStore from './GuildStore';
import PermissionStore from './PermissionStore';
@@ -32,8 +31,6 @@ type ChannelId = string;
const PRIVATE_CHANNEL_SENTINEL = ME;
const CAN_READ_PERMISSIONS = Permissions.VIEW_CHANNEL | Permissions.READ_MESSAGE_HISTORY;
-const _logger = new Logger('GuildReadStateStore');
-
class GuildReadState {
unread = observable.box(false);
unreadChannelId = observable.box(null);
diff --git a/fluxer_app/src/stores/UserStore.tsx b/fluxer_app/src/stores/UserStore.tsx
index 624945c9..2bdcedd5 100644
--- a/fluxer_app/src/stores/UserStore.tsx
+++ b/fluxer_app/src/stores/UserStore.tsx
@@ -18,9 +18,7 @@
*/
import {action, makeAutoObservable, reaction, runInAction} from 'mobx';
-import * as ModalActionCreators from '~/actions/ModalActionCreators';
-import {modal} from '~/actions/ModalActionCreators';
-import {ClaimAccountModal} from '~/components/modals/ClaimAccountModal';
+import {openClaimAccountModal} from '~/components/modals/ClaimAccountModal';
import {type User, type UserPrivate, UserRecord} from '~/records/UserRecord';
import AuthenticationStore from '~/stores/AuthenticationStore';
@@ -73,7 +71,7 @@ class UserStore {
if (!userRecord.isClaimed()) {
setTimeout(async () => {
- ModalActionCreators.push(modal(() => ));
+ openClaimAccountModal();
}, 1000);
}
}
diff --git a/fluxer_app/src/stores/gateway/ConnectionStore.tsx b/fluxer_app/src/stores/gateway/ConnectionStore.tsx
index d929c945..edd543df 100644
--- a/fluxer_app/src/stores/gateway/ConnectionStore.tsx
+++ b/fluxer_app/src/stores/gateway/ConnectionStore.tsx
@@ -86,6 +86,7 @@ class ConnectionStore {
handleGatewayDispatch: action.bound,
ensureGuildActiveAndSynced: action.bound,
flushPendingGuildSync: action.bound,
+ syncGuildIfNeeded: action.bound,
},
{autoBind: true},
);
@@ -324,6 +325,10 @@ class ConnectionStore {
}
}
+ syncGuildIfNeeded(guildId: string, reason?: string): void {
+ this.ensureGuildActiveAndSynced(guildId, {reason});
+ }
+
private flushPendingGuildSync(): void {
const guildId = this.pendingGuildSyncId ?? SelectedGuildStore.selectedGuildId;
if (!guildId || guildId === FAVORITES_GUILD_ID) {
diff --git a/fluxer_app/src/stores/voice/MediaEngineFacade.ts b/fluxer_app/src/stores/voice/MediaEngineFacade.ts
index c1b7f67d..17771a88 100644
--- a/fluxer_app/src/stores/voice/MediaEngineFacade.ts
+++ b/fluxer_app/src/stores/voice/MediaEngineFacade.ts
@@ -23,19 +23,22 @@ import type {Participant, Room, ScreenShareCaptureOptions, TrackPublishOptions}
import {computed, makeObservable} from 'mobx';
import * as SoundActionCreators from '~/actions/SoundActionCreators';
import * as ToastActionCreators from '~/actions/ToastActionCreators';
-import {type GatewayErrorCode, GatewayErrorCodes} from '~/Constants';
+import {ChannelTypes, type GatewayErrorCode, GatewayErrorCodes} from '~/Constants';
import type {GatewayErrorData} from '~/lib/GatewaySocket';
import {Logger} from '~/lib/Logger';
import {voiceStatsDB} from '~/lib/VoiceStatsDB';
import type {GuildReadyData} from '~/records/GuildRecord';
import AuthenticationStore from '~/stores/AuthenticationStore';
import CallMediaPrefsStore from '~/stores/CallMediaPrefsStore';
+import ChannelStore from '~/stores/ChannelStore';
import ConnectionStore from '~/stores/ConnectionStore';
import GuildMemberStore from '~/stores/GuildMemberStore';
import GuildStore from '~/stores/GuildStore';
import IdleStore from '~/stores/IdleStore';
import LocalVoiceStateStore from '~/stores/LocalVoiceStateStore';
+import MediaPermissionStore from '~/stores/MediaPermissionStore';
import UserStore from '~/stores/UserStore';
+import VoiceDevicePermissionStore from '~/stores/voice/VoiceDevicePermissionStore';
import {SoundType} from '~/utils/SoundUtils';
import {
checkChannelLimit,
@@ -152,6 +155,33 @@ class MediaEngineFacade {
});
return;
}
+ const currentUser = UserStore.getCurrentUser();
+ const isUnclaimed = !(currentUser?.isClaimed() ?? false);
+ if (isUnclaimed) {
+ if (!this.i18n) {
+ throw new Error('MediaEngineFacade: i18n not initialized');
+ }
+ if (guildId) {
+ const guild = GuildStore.getGuild(guildId);
+ const isOwner = guild?.isOwner(currentUserId) ?? false;
+ if (!isOwner) {
+ ToastActionCreators.createToast({
+ type: 'error',
+ children: this.i18n._(msg`Claim your account to join voice channels you don't own.`),
+ });
+ return;
+ }
+ } else {
+ const channel = ChannelStore.getChannel(channelId);
+ if (channel?.type === ChannelTypes.DM) {
+ ToastActionCreators.createToast({
+ type: 'error',
+ children: this.i18n._(msg`Claim your account to start or join 1:1 calls.`),
+ });
+ return;
+ }
+ }
+ }
if (!ConnectionStore.socket) {
logger.warn('[connectToVoiceChannel] No socket');
return;
@@ -159,6 +189,8 @@ class MediaEngineFacade {
if (!checkChannelLimit(guildId, channelId)) return;
+ this.voiceStateSync.reset();
+
const shouldProceed = checkMultipleConnections(
guildId,
channelId,
@@ -185,6 +217,7 @@ class MediaEngineFacade {
await this.disconnectFromVoiceChannel('user');
}
}
+ this.voiceStateSync.reset();
VoiceConnectionManager.startConnection(guildId, channelId);
sendVoiceStateConnect(guildId, channelId);
}
@@ -298,17 +331,29 @@ class MediaEngineFacade {
const {guildId, channelId, connectionId} = VoiceConnectionManager.connectionState;
if (!channelId || !connectionId) return;
+ const devicePermission = VoiceDevicePermissionStore.getState().permissionStatus;
+ const micGranted = MediaPermissionStore.isMicrophoneGranted() || devicePermission === 'granted';
+
const payload: VoiceStateSyncPayload = {
guild_id: guildId,
channel_id: channelId,
connection_id: connectionId,
- self_mute: partial?.self_mute ?? LocalVoiceStateStore.getSelfMute(),
+ self_mute:
+ micGranted && partial?.self_mute !== undefined
+ ? partial.self_mute
+ : micGranted
+ ? LocalVoiceStateStore.getSelfMute()
+ : true,
self_deaf: partial?.self_deaf ?? LocalVoiceStateStore.getSelfDeaf(),
self_video: partial?.self_video ?? LocalVoiceStateStore.getSelfVideo(),
self_stream: partial?.self_stream ?? LocalVoiceStateStore.getSelfStream(),
viewer_stream_key: partial?.viewer_stream_key ?? LocalVoiceStateStore.getViewerStreamKey(),
};
+ if (!micGranted && !LocalVoiceStateStore.getSelfMute()) {
+ LocalVoiceStateStore.updateSelfMute(true);
+ }
+
this.voiceStateSync.requestState(payload);
}
@@ -451,6 +496,7 @@ class MediaEngineFacade {
GatewayErrorCodes.VOICE_CHANNEL_FULL,
GatewayErrorCodes.VOICE_MISSING_CONNECTION_ID,
GatewayErrorCodes.VOICE_TOKEN_FAILED,
+ GatewayErrorCodes.VOICE_UNCLAIMED_ACCOUNT,
]);
if (!voiceErrorCodes.has(error.code)) {
@@ -467,7 +513,8 @@ class MediaEngineFacade {
} else if (
error.code === GatewayErrorCodes.VOICE_PERMISSION_DENIED ||
error.code === GatewayErrorCodes.VOICE_CHANNEL_FULL ||
- error.code === GatewayErrorCodes.VOICE_MEMBER_TIMED_OUT
+ error.code === GatewayErrorCodes.VOICE_MEMBER_TIMED_OUT ||
+ error.code === GatewayErrorCodes.VOICE_UNCLAIMED_ACCOUNT
) {
if (VoiceConnectionManager.connecting && !VoiceConnectionManager.connected) {
logger.info('[handleGatewayError] Permission denied, channel full, or timeout while connecting, aborting');
@@ -481,6 +528,14 @@ class MediaEngineFacade {
type: 'error',
children: this.i18n._(msg`You can't join while you're on timeout.`),
});
+ } else if (error.code === GatewayErrorCodes.VOICE_UNCLAIMED_ACCOUNT) {
+ if (!this.i18n) {
+ throw new Error('MediaEngineFacade: i18n not initialized');
+ }
+ ToastActionCreators.createToast({
+ type: 'error',
+ children: this.i18n._(msg`Claim your account to join this voice channel.`),
+ });
}
} else if (error.code === GatewayErrorCodes.VOICE_TOKEN_FAILED) {
if (VoiceConnectionManager.connecting) {
diff --git a/fluxer_app/src/stores/voice/VoiceStateSyncManager.ts b/fluxer_app/src/stores/voice/VoiceStateSyncManager.ts
index 374c6e3d..67dbf993 100644
--- a/fluxer_app/src/stores/voice/VoiceStateSyncManager.ts
+++ b/fluxer_app/src/stores/voice/VoiceStateSyncManager.ts
@@ -36,18 +36,22 @@ const logger = new Logger('VoiceStateSyncManager');
export class VoiceStateSyncManager {
private pending: VoiceStateSyncPayload | null = null;
private lastSent: VoiceStateSyncPayload | null = null;
+ private inFlight: VoiceStateSyncPayload | null = null;
private serverState: VoiceStateSyncPayload | null = null;
+ private flushScheduled = false;
reset(): void {
this.pending = null;
this.lastSent = null;
+ this.inFlight = null;
this.serverState = null;
+ this.flushScheduled = false;
logger.debug('[reset] Voice state sync cache cleared');
}
requestState(payload: VoiceStateSyncPayload): void {
this.pending = payload;
- this.flush();
+ this.scheduleFlush();
}
confirmServerState(payload: VoiceStateSyncPayload | null): void {
@@ -57,14 +61,46 @@ export class VoiceStateSyncManager {
}
this.serverState = payload;
+ if (this.inFlight && this.areEqual(this.inFlight, payload)) {
+ this.inFlight = null;
+ this.lastSent = payload;
+ }
+
if (this.pending && this.areEqual(this.pending, payload)) {
this.pending = null;
}
+
+ this.scheduleFlush();
+ }
+
+ private scheduleFlush(): void {
+ if (this.flushScheduled) return;
+ this.flushScheduled = true;
+
+ Promise.resolve().then(() => {
+ this.flushScheduled = false;
+ this.flush();
+ });
}
private flush(): void {
if (!this.pending) return;
+ if (
+ this.inFlight &&
+ (this.inFlight.connection_id !== this.pending.connection_id ||
+ this.inFlight.channel_id !== this.pending.channel_id ||
+ this.inFlight.guild_id !== this.pending.guild_id)
+ ) {
+ logger.debug('[flush] Dropping stale in-flight state after context change', {
+ inFlight: this.inFlight,
+ pending: this.pending,
+ });
+ this.inFlight = null;
+ }
+
+ if (this.inFlight) return;
+
if (this.lastSent && this.areEqual(this.lastSent, this.pending)) {
this.pending = null;
return;
@@ -86,6 +122,7 @@ export class VoiceStateSyncManager {
});
this.lastSent = this.pending;
+ this.inFlight = this.pending;
this.pending = null;
}
diff --git a/fluxer_gateway/src/gateway/gateway_errors.erl b/fluxer_gateway/src/gateway/gateway_errors.erl
index d2aa94f3..ef2e719b 100644
--- a/fluxer_gateway/src/gateway/gateway_errors.erl
+++ b/fluxer_gateway/src/gateway/gateway_errors.erl
@@ -48,6 +48,7 @@ error_code(voice_token_failed) -> <<"VOICE_TOKEN_FAILED">>;
error_code(voice_guild_id_missing) -> <<"VOICE_GUILD_ID_MISSING">>;
error_code(voice_invalid_guild_id) -> <<"VOICE_INVALID_GUILD_ID">>;
error_code(voice_moderator_missing_connect) -> <<"VOICE_PERMISSION_DENIED">>;
+error_code(voice_unclaimed_account) -> <<"VOICE_UNCLAIMED_ACCOUNT">>;
error_code(dm_channel_not_found) -> <<"DM_CHANNEL_NOT_FOUND">>;
error_code(dm_not_recipient) -> <<"DM_NOT_RECIPIENT">>;
error_code(dm_invalid_channel_type) -> <<"DM_INVALID_CHANNEL_TYPE">>;
@@ -82,6 +83,7 @@ error_message(voice_token_failed) -> <<"Failed to obtain voice token">>;
error_message(voice_guild_id_missing) -> <<"Guild ID is required">>;
error_message(voice_invalid_guild_id) -> <<"Invalid guild ID">>;
error_message(voice_moderator_missing_connect) -> <<"Moderator missing connect permission">>;
+error_message(voice_unclaimed_account) -> <<"Claim your account to join voice">>;
error_message(dm_channel_not_found) -> <<"DM channel not found">>;
error_message(dm_not_recipient) -> <<"Not a recipient of this channel">>;
error_message(dm_invalid_channel_type) -> <<"Not a DM or Group DM channel">>;
@@ -116,6 +118,7 @@ error_category(voice_token_failed) -> voice_error;
error_category(voice_guild_id_missing) -> validation_error;
error_category(voice_invalid_guild_id) -> validation_error;
error_category(voice_moderator_missing_connect) -> permission_denied;
+error_category(voice_unclaimed_account) -> permission_denied;
error_category(dm_channel_not_found) -> not_found;
error_category(dm_not_recipient) -> permission_denied;
error_category(dm_invalid_channel_type) -> validation_error;
diff --git a/fluxer_gateway/src/guild/voice/dm_voice.erl b/fluxer_gateway/src/guild/voice/dm_voice.erl
index da579eae..2aab8334 100644
--- a/fluxer_gateway/src/guild/voice/dm_voice.erl
+++ b/fluxer_gateway/src/guild/voice/dm_voice.erl
@@ -346,7 +346,14 @@ get_voice_token(ChannelId, UserId, _SessionId, SessionPid, Latitude, Longitude)
connection_id => ConnectionId
}},
ok;
+ {error, {http_error, _Status, Body}} ->
+ case parse_unclaimed_error(Body) of
+ true -> SessionPid ! {voice_error, voice_unclaimed_account};
+ false -> SessionPid ! {voice_error, voice_token_failed}
+ end,
+ error;
{error, _Reason} ->
+ SessionPid ! {voice_error, voice_token_failed},
error
end.
@@ -383,6 +390,11 @@ get_dm_voice_token_and_create_state(
IsMobile,
State
);
+ {error, {http_error, _Status, Body}} ->
+ case parse_unclaimed_error(Body) of
+ true -> {reply, gateway_errors:error(voice_unclaimed_account), State};
+ false -> {reply, gateway_errors:error(voice_token_failed), State}
+ end;
{error, _Reason} ->
{reply, gateway_errors:error(voice_token_failed), State}
end.
@@ -501,6 +513,17 @@ disconnect_voice_user(UserId, State) ->
{reply, #{success => true}, NewState}
end.
+parse_unclaimed_error(Body) when is_binary(Body) ->
+ try jsx:decode(Body, [return_maps]) of
+ #{<<"code">> := <<"UNCLAIMED_ACCOUNT_RESTRICTED">>} -> true;
+ #{<<"error">> := #{<<"code">> := <<"UNCLAIMED_ACCOUNT_RESTRICTED">>}} -> true;
+ _ -> false
+ catch
+ _:_ -> false
+ end;
+parse_unclaimed_error(_) ->
+ false.
+
broadcast_voice_state_update(ChannelId, VoiceState, State) ->
Channels = maps:get(channels, State, #{}),
diff --git a/fluxer_gateway/src/guild/voice/guild_voice_connection.erl b/fluxer_gateway/src/guild/voice/guild_voice_connection.erl
index 7875e4ae..9df96e5f 100644
--- a/fluxer_gateway/src/guild/voice/guild_voice_connection.erl
+++ b/fluxer_gateway/src/guild/voice/guild_voice_connection.erl
@@ -644,11 +644,33 @@ request_voice_token(GuildId, ChannelId, UserId, VoicePermissions) ->
endpoint => maps:get(<<"endpoint">>, Data),
connection_id => maps:get(<<"connectionId">>, Data)
}};
+ {error, {http_error, _Status, Body}} ->
+ case parse_unclaimed_error(Body) of
+ true ->
+ {error, voice_unclaimed_account};
+ false ->
+ logger:error("[guild_voice_connection] RPC request failed: ~p", [{http_error, Body}]),
+ {error, voice_token_failed}
+ end;
{error, Reason} ->
logger:error("[guild_voice_connection] RPC request failed: ~p", [Reason]),
- {error, Reason}
+ {error, voice_token_failed}
end.
+parse_unclaimed_error(Body) when is_binary(Body) ->
+ try jsx:decode(Body, [return_maps]) of
+ #{<<"code">> := <<"UNCLAIMED_ACCOUNT_RESTRICTED">>} ->
+ true;
+ #{<<"error">> := #{<<"code">> := <<"UNCLAIMED_ACCOUNT_RESTRICTED">>}} ->
+ true;
+ _ ->
+ false
+ catch
+ _:_ -> false
+ end;
+parse_unclaimed_error(_) ->
+ false.
+
-spec pending_voice_connections(guild_state()) -> pending_voice_connections().
pending_voice_connections(State) ->
case maps:get(pending_voice_connections, State, undefined) of
diff --git a/fluxer_gateway/src/push/push.erl b/fluxer_gateway/src/push/push.erl
index 023168bd..de2b61c1 100644
--- a/fluxer_gateway/src/push/push.erl
+++ b/fluxer_gateway/src/push/push.erl
@@ -121,10 +121,6 @@ handle_call(_Request, _From, State) ->
{reply, ok, State}.
handle_cast({handle_message_create, Params}, State) ->
- ParamMap = case Params of Maps when is_map(Maps) -> Maps; _ -> #{} end,
- GuildId = maps:get(<<"guild_id">>, ParamMap, undefined),
- ChannelId = maps:get(<<"channel_id">>, ParamMap, undefined),
- MessageId = maps:get(<<"id">>, ParamMap, undefined),
{noreply, do_handle_message_create(Params, State)};
handle_cast({sync_user_guild_settings, UserId, GuildId, UserGuildSettings}, State) ->
#{
diff --git a/fluxer_gateway/src/push/push_subscriptions.erl b/fluxer_gateway/src/push/push_subscriptions.erl
index 6f75c93f..9ffac3b4 100644
--- a/fluxer_gateway/src/push/push_subscriptions.erl
+++ b/fluxer_gateway/src/push/push_subscriptions.erl
@@ -89,7 +89,7 @@ fetch_and_cache_user_guild_settings(UserId, GuildId, _State) ->
),
Settings
end;
- {error, Reason} ->
+ {error, _Reason} ->
null
end.
diff --git a/fluxer_marketing/locales/ar/messages.po b/fluxer_marketing/locales/ar/messages.po
index af1d2a4b..08855068 100644
--- a/fluxer_marketing/locales/ar/messages.po
+++ b/fluxer_marketing/locales/ar/messages.po
@@ -6,15 +6,15 @@ msgstr ""
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:190
msgid " in Chrome"
-msgstr "في كروم"
+msgstr " في Chrome"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:288
msgid " in Chrome or another browser with PWA support"
-msgstr "في كروم أو متصفح آخر يدعم PWA"
+msgstr " في Chrome أو أي متصفح آخر يدعم PWA"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:236
msgid " in Safari"
-msgstr "في سافاري"
+msgstr " في Safari"
#: src/fluxer_marketing/pages/plutonium_page.gleam:1032
msgid "/forever"
@@ -37,15 +37,15 @@ msgstr "/سنة"
#: src/fluxer_marketing/pages/plutonium_page.gleam:654
msgid "500MB uploads, 4000 character messages, 300 bookmarks, 50 emoji packs, and much more."
-msgstr "رفع ملفات حتى 500MB، ورسائل حتى 4000 حرف، و300 إشارة مرجعية، و50 حزمة إيموجي، والمزيد."
+msgstr "رفع حتى 500MB، ورسائل حتى 4000 حرف، و300 إشارة مرجعية، و50 حزمة إيموجي، وغير ذلك الكثير."
#: src/fluxer_marketing/components/communities_section.gleam:86
msgid "A chat platform that answers to you, not investors. It's ad-free, open source, community-funded, and never sells your data or nags you with upgrade pop-ups."
-msgstr "منصة دردشة تستجيب لك أنت، لا للمستثمرين. بلا إعلانات، ومفتوحة المصدر، ومموّلة من المجتمع، ولا تبيع بياناتك أبدًا ولا تلاحقك بنوافذ ترقية منبثقة."
+msgstr "منصة دردشة تخدمك أنت، لا المستثمرين. خالية من الإعلانات، ومفتوحة المصدر، ومموّلة من المجتمع، ولا تبيع بياناتك أبدًا أو تزعجك بنوافذ ترقية منبثقة."
#: src/fluxer_marketing/pages/careers_page.gleam:219
msgid "A non-paid role for recurring contributors who help shape Fluxer alongside the core team."
-msgstr "دور غير مدفوع للمساهمين المتكررين الذين يساعدون في تشكيل Fluxer جنبًا إلى جنب مع الفريق الأساسي."
+msgstr "دور تطوّعي للمساهمين المتكررين الذين يساعدون في تشكيل Fluxer جنبًا إلى جنب مع الفريق الأساسي."
#: src/fluxer_marketing/pages/plutonium_page.gleam:1074
msgid "Access to Fluxer Operators community"
@@ -53,7 +53,7 @@ msgstr "الوصول إلى مجتمع مشغّلي Fluxer"
#: src/fluxer_marketing/pages/partners_page.gleam:225
msgid "Access to VIP voice servers reserved exclusively for partnered communities."
-msgstr "الوصول إلى خوادم صوت VIP مخصّصة حصريًا للمجتمعات الشريكة."
+msgstr "الوصول إلى خوادم صوتية VIP مخصّصة حصريًا للمجتمعات الشريكة."
#: src/fluxer_marketing/components/coming_features.gleam:48
msgid "Activity sharing"
@@ -69,7 +69,7 @@ msgstr "أضِف إيموجي مخصّصة، واحفظ الوسائط لوقت
#: src/fluxer_marketing/pages/plutonium_page.gleam:1124
msgid "After the offer ends, Operator Pass stays available on its own."
-msgstr "بعد انتهاء العرض، يبقى Operator Pass متاحًا بشكل مستقل."
+msgstr "بعد انتهاء العرض، يبقى Operator Pass متاحًا وحده."
#: src/fluxer_marketing/pages/plutonium_page.gleam:843
msgid "All current and future Plutonium benefits, forever"
@@ -81,7 +81,11 @@ msgstr "كل الأساسيات التي تتوقعها، مع بعض المفا
#: src/fluxer_marketing/components/locale_selector.gleam:102
msgid "All translations are currently LLM-generated with minimal human revision. We'd love to get real people to help us out localizing Fluxer into your language! To do so, shoot an email to i18n@fluxer.app and we'll be happy to accept your contributions."
-msgstr "جميع الترجمات حاليًا مولَّدة بواسطة نماذج لغوية كبيرة مع حدّ أدنى من المراجعة البشرية. نود أن يساعدنا أشخاص حقيقيون في توطين Fluxer إلى لغتك! إذا رغبت بالمساهمة، أرسل بريدًا إلى i18n@fluxer.app وسنكون سعداء بقبول مساهماتك."
+msgstr "جميع الترجمات حاليًا مولَّدة بواسطة نماذج لغوية مع حدّ أدنى من المراجعة البشرية. نود أن يساعدنا أشخاص حقيقيون في توطين Fluxer إلى لغتك! إذا رغبت بالمساهمة، أرسل بريدًا إلى i18n@fluxer.app وسنكون سعداء بقبول مساهماتك."
+
+#: src/fluxer_marketing/components/hero.gleam:64
+msgid "An open-source, independent instant messaging and VoIP platform. Built for friends, groups, and communities."
+msgstr "منصة مراسلة فورية ومكالمات عبر الإنترنت (VoIP) مفتوحة المصدر ومستقلة. مصممة للأصدقاء والمجموعات والمجتمعات."
#: src/fluxer_marketing/components/platform_download_button.gleam:524
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:97
@@ -130,7 +134,7 @@ msgstr "مقالات في هذا القسم"
msgid "Audit logs for transparency"
msgstr "سجلات تدقيق لتعزيز الشفافية"
-#: src/fluxer_marketing/pages/donate_page.gleam:302
+#: src/fluxer_marketing/pages/donate_page.gleam:301
msgid "Available for Swedish bank accounts"
msgstr "متاح لحسابات البنوك السويدية"
@@ -155,16 +159,16 @@ msgstr "كن أول من يجرّب الميزات الجديدة قبل إطل
#: src/fluxer_marketing/pages/careers_page.gleam:173
#: src/fluxer_marketing/pages/partners_page.gleam:64
msgid "Become a Fluxer Partner"
-msgstr "كن شريكًا لـ Fluxer"
+msgstr "أصبح شريكًا في Fluxer"
#: src/fluxer_marketing/components/partner_section.gleam:151
msgid "Become a Partner"
-msgstr "كن شريكًا"
+msgstr "أصبح شريكًا"
#: src/fluxer_marketing/pages/download_page.gleam:322
#: src/fluxer_marketing/pages/plutonium_page.gleam:876
msgid "Become a Visionary"
-msgstr "كن Visionary"
+msgstr "أصبح Visionary"
#: src/fluxer_marketing/pages/plutonium_page.gleam:318
#: src/fluxer_marketing/pages/plutonium_page.gleam:325
@@ -177,7 +181,7 @@ msgstr "بيتا"
#: src/fluxer_marketing/components/coming_features.gleam:54
msgid "Better noise cancellation"
-msgstr "إلغاء ضوضاء أفضل"
+msgstr "إلغاء ضجيج أفضل"
#: src/fluxer_marketing/pages/plutonium_page.gleam:350
msgid "Bio character limit"
@@ -208,7 +212,7 @@ msgstr "Bluesky"
msgid "Bookmarked messages"
msgstr "الرسائل المحفوظة"
-#: src/fluxer_marketing/pages/donate_page.gleam:388
+#: src/fluxer_marketing/pages/donate_page.gleam:387
msgid "Both donation types support the same cause equally. The only difference is that Business donations allow you to specify a tax ID (if applicable) and receive a PDF invoice when finalized, which can be useful for company accounting purposes."
msgstr "كلا نوعي التبرع يدعمان الهدف نفسه بالقدر ذاته. الفرق الوحيد هو أن تبرعات الشركات تتيح لك إدخال رقم ضريبي (إن وُجد) واستلام فاتورة PDF عند إتمامها، وهو ما قد يفيد لأغراض المحاسبة لدى الشركات."
@@ -238,11 +242,7 @@ msgstr "تصفّح مقالات المساعدة حول "
#: src/fluxer_marketing/components/communities_section.gleam:44
msgid "Built for communities of all kinds."
-msgstr "مصمّم لمجتمعات من كل الأنواع."
-
-#: src/fluxer_marketing/components/hero.gleam:64
-msgid "Built for friends, groups, and communities. Text, voice, and video. Open source and community-funded."
-msgstr "مصمّم للأصدقاء والمجموعات والمجتمعات. نص وصوت وفيديو. مفتوح المصدر ومموّل من المجتمع."
+msgstr "مصمّم لكل أنواع المجتمعات."
#: src/fluxer_marketing/components/locale_selector.gleam:119
msgid "Bulgarian"
@@ -309,7 +309,7 @@ msgstr "مسح البحث"
#: src/fluxer_marketing/pages/download_page.gleam:337
msgid "Code, issues, docs, and reviews"
-msgstr "الكود والمشاكل والوثائق والمراجعات"
+msgstr "الشفرة، والمشكلات، والوثائق، والمراجعات"
#: src/fluxer_marketing/pages/press_page.gleam:124
msgid "Color Logo"
@@ -331,7 +331,7 @@ msgstr "قريبًا"
#: src/fluxer_marketing/pages/plutonium_page.gleam:367
#: src/fluxer_marketing/pages/plutonium_page.gleam:586
msgid "Coming soon"
-msgstr "قريباً"
+msgstr "قريبًا"
#: src/fluxer_marketing/pages/plutonium_page.gleam:329
msgid "Communities"
@@ -381,7 +381,7 @@ msgstr "تواصل"
#: src/fluxer_marketing/pages/plutonium_page.gleam:1038
msgid "Connect from any client"
-msgstr "اتصل من أي عميل"
+msgstr "اتصل من أي تطبيق"
#: src/fluxer_marketing/pages/help_article_page.gleam:233
#: src/fluxer_marketing/pages/help_article_page.gleam:375
@@ -394,11 +394,11 @@ msgstr "لصنّاع المحتوى ومالكي المجتمعات: افتح م
#: src/fluxer_marketing/components/get_involved_section.gleam:178
msgid "Contribute code"
-msgstr "ساهم بالكود"
+msgstr "ساهم في الشفرة"
#: src/fluxer_marketing/pages/download_page.gleam:336
msgid "Contribute on GitHub"
-msgstr "ساهم على GitHub"
+msgstr "ساهم عبر GitHub"
#: src/fluxer_marketing/components/final_cta.gleam:69
msgid "Create an account and help us build something good."
@@ -406,7 +406,7 @@ msgstr "أنشئ حسابًا وساعدنا في بناء شيءٍ جيد."
#: src/fluxer_marketing/pages/plutonium_page.gleam:1191
msgid "Create your Fluxer account to get that sweet Plutonium while it's hot."
-msgstr "أنشئ حساب Fluxer لتحصل على بلوتونيوم الرائع قبل فوات الأوان."
+msgstr "أنشئ حساب Fluxer لتحصل على بلوتونيوم الرائع طالما أنه متاح."
#: src/fluxer_marketing/pages/partners_page.gleam:211
msgid "Creator Monetization"
@@ -488,7 +488,7 @@ msgstr "الدانماركية"
#: src/fluxer_marketing/pages/careers_page.gleam:250
msgid "Design & branding"
-msgstr "التصميم وبناء العلامة"
+msgstr "التصميم وهوية العلامة التجارية"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:99
msgid "Desktop"
@@ -519,7 +519,7 @@ msgstr "الاستكشاف"
msgid "Display an exclusive Partner badge on your profile to stand out."
msgstr "اعرض شارة شريك حصرية على ملفك الشخصي لتتميّز."
-#: src/fluxer_marketing/pages/donate_page.gleam:367
+#: src/fluxer_marketing/pages/donate_page.gleam:366
msgid "Do I get anything in return?"
msgstr "هل أحصل على شيء بالمقابل؟"
@@ -548,22 +548,22 @@ msgstr "تبرّع بالدولار"
msgid "Donate to Fluxer"
msgstr "تبرّع لـ Fluxer"
-#: src/fluxer_marketing/pages/donate_page.gleam:298
+#: src/fluxer_marketing/pages/donate_page.gleam:297
msgid "Donate with Swish"
-msgstr "تبرع باستخدام Swish"
+msgstr "تبرّع عبر Swish"
-#: src/fluxer_marketing/pages/donate_page.gleam:370
+#: src/fluxer_marketing/pages/donate_page.gleam:369
msgid "Donations are voluntary gifts and do not provide you with any product, service, ownership, or special rights. If you're looking for premium features, check out {0}."
msgstr "التبرعات هبات طوعية ولا تمنحك أي منتج أو خدمة أو ملكية أو حقوق خاصة. إذا كنت تبحث عن ميزات مميزة، فاطّلع على {0}."
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:308
msgid "Done! You can now open Fluxer as if it were a regular program."
-msgstr "تم! يمكنك الآن فتح فلوكسر كما لو كان برنامجًا عاديًا."
+msgstr "تم! يمكنك الآن فتح Fluxer كما لو كان برنامجًا عاديًا."
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:206
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:256
msgid "Done! You can open Fluxer from your home screen."
-msgstr "تم! يمكنك فتح فلوكسر من الشاشة الرئيسية الخاصة بك."
+msgstr "تم! يمكنك فتح Fluxer من الشاشة الرئيسية الخاصة بك."
#: src/fluxer_marketing/components/footer.gleam:132
#: src/fluxer_marketing/components/navigation.gleam:84
@@ -674,11 +674,11 @@ msgstr "الميزة"
#: src/fluxer_marketing/pages/partners_page.gleam:167
msgid "Featured in Discovery"
-msgstr "إبراز في الاستكشاف"
+msgstr "مميّز في الاستكشاف"
#: src/fluxer_marketing/components/coming_features.gleam:30
msgid "Federation"
-msgstr "الاتحاد"
+msgstr "الفيدرالية"
#: src/fluxer_marketing/pages/plutonium_page.gleam:357
msgid "File upload size"
@@ -706,7 +706,7 @@ msgstr "الفنلندية"
#: src/fluxer_marketing/pages/careers_page.gleam:121
msgid "Fix bugs, ship features, or polish the experience in our main repo."
-msgstr "أصلح الأخطاء، وأطلق الميزات، أو حسّن التجربة في مستودعنا الرئيسي."
+msgstr "أصلح الأخطاء، وأطلق الميزات، أو صقّل التجربة في مستودعنا الرئيسي."
#: src/fluxer_marketing/components/footer.gleam:99
msgid "Fluxer"
@@ -724,11 +724,11 @@ msgstr "فريق مجتمع Fluxer"
msgid "Fluxer Partner"
msgstr "شريك Fluxer"
-#: src/fluxer_marketing/pages/donate_page.gleam:372
+#: src/fluxer_marketing/pages/donate_page.gleam:371
#: src/fluxer_marketing/pages/plutonium_page.gleam:51
#: src/fluxer_marketing/pages/plutonium_page.gleam:76
msgid "Fluxer Plutonium"
-msgstr "Fluxer بلوتونيوم"
+msgstr "بلوتونيوم Fluxer"
#: src/fluxer_marketing/pages/privacy_page.gleam:44
msgid "Fluxer Privacy Policy"
@@ -810,7 +810,7 @@ msgstr "المجاني مقابل بلوتونيوم"
msgid "French"
msgstr "الفرنسية"
-#: src/fluxer_marketing/pages/donate_page.gleam:346
+#: src/fluxer_marketing/pages/donate_page.gleam:345
msgid "Frequently Asked Questions"
msgstr "الأسئلة الشائعة"
@@ -885,7 +885,7 @@ msgstr "احصل على بلوتونيوم مدى الحياة على Fluxer.app
#: src/fluxer_marketing/components/plutonium_section.gleam:51
msgid "Get more with Fluxer Plutonium"
-msgstr "احصل على المزيد مع Fluxer بلوتونيوم"
+msgstr "احصل على المزيد مع بلوتونيوم Fluxer"
#: src/fluxer_marketing/pages/download_page.gleam:316
msgid "Get perks and help fund development"
@@ -906,7 +906,7 @@ msgstr "إتاحة الإيموجي والملصقات عالميًا"
#: src/fluxer_marketing/components/coming_features.gleam:53
msgid "Global voice regions"
-msgstr "مناطق صوت عالمية"
+msgstr "مناطق صوتية عالمية"
#: src/fluxer_marketing/pages/not_found_page.gleam:78
msgid "Go home"
@@ -1012,7 +1012,7 @@ msgstr "المجرية"
#: src/fluxer_marketing/components/footer.gleam:329
msgid "IP geolocation data by "
-msgstr "بيانات تحديد الموقع عبر IP من "
+msgstr "بيانات تحديد الموقع الجغرافي عبر عنوان IP من "
#: src/fluxer_marketing/pages/help_article_page.gleam:223
#: src/fluxer_marketing/pages/help_article_page.gleam:365
@@ -1037,18 +1037,18 @@ msgstr "الإندونيسية"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:59
msgid "Install Fluxer as an app"
-msgstr "تثبيت فلوكسر كتطبيق"
+msgstr "ثبّت Fluxer كتطبيق"
#: src/fluxer_marketing/components/platform_download_button.gleam:145
#: src/fluxer_marketing/components/platform_download_button.gleam:161
msgid "Intel"
msgstr "Intel"
-#: src/fluxer_marketing/pages/donate_page.gleam:377
+#: src/fluxer_marketing/pages/donate_page.gleam:376
msgid "Is my donation tax-deductible?"
msgstr "هل تبرعي قابل للخصم الضريبي؟"
-#: src/fluxer_marketing/pages/donate_page.gleam:359
+#: src/fluxer_marketing/pages/donate_page.gleam:358
msgid "Is this a subscription?"
msgstr "هل هذا اشتراك؟"
@@ -1117,7 +1117,7 @@ msgstr "تعرّف على الشركاء"
#: src/fluxer_marketing/components/plutonium_section.gleam:195
msgid "Learn more"
-msgstr "اعرف المزيد"
+msgstr "تعرّف على المزيد"
#: src/fluxer_marketing/pages/plutonium_page.gleam:848
msgid "Lifetime Operator Pass"
@@ -1133,7 +1133,7 @@ msgstr "بلوتونيوم مدى الحياة + Operator Pass مع Visionary
#: src/fluxer_marketing/pages/plutonium_page.gleam:1103
msgid "Limited Offer: Visionary includes Operator Pass"
-msgstr "عرض محدود: تتضمن Visionary Operator Pass"
+msgstr "عرض محدود: تشمل Visionary Operator Pass"
#: src/fluxer_marketing/pages/partners_page.gleam:408
msgid "Links to your content or community (YouTube, Twitch, Discord, etc.)"
@@ -1220,13 +1220,13 @@ msgstr "لم يتم العثور على مقالات."
#: src/fluxer_marketing/pages/help_search_page.gleam:94
msgid "No results found for"
-msgstr "لا توجد نتائج لـ"
+msgstr "لم يتم العثور على نتائج لـ"
-#: src/fluxer_marketing/pages/donate_page.gleam:380
+#: src/fluxer_marketing/pages/donate_page.gleam:379
msgid "No, donations to Fluxer are not tax-deductible as we are not a registered charitable organization."
msgstr "لا، تبرعات Fluxer غير قابلة للخصم الضريبي لأننا لسنا منظمة خيرية مسجلة."
-#: src/fluxer_marketing/pages/donate_page.gleam:362
+#: src/fluxer_marketing/pages/donate_page.gleam:361
msgid "No, this is a one-time donation. You choose the amount you want to give, and there are no recurring charges."
msgstr "لا، هذا تبرع لمرة واحدة. تختار المبلغ الذي تريد تقديمه، ولا توجد رسوم متكررة."
@@ -1283,7 +1283,7 @@ msgstr "مفتوح المصدر (AGPL-3.0)"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:234
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:284
msgid "Open the web app"
-msgstr "فتح التطبيق الويب"
+msgstr "افتح تطبيق الويب"
#: src/fluxer_marketing/pages/plutonium_page.gleam:1059
msgid "Operator Pass"
@@ -1291,7 +1291,7 @@ msgstr "Operator Pass"
#: src/fluxer_marketing/components/coming_features.gleam:31
msgid "Opt-in E2EE messaging"
-msgstr "رسائل E2EE باختيار المستخدم"
+msgstr "مراسلة E2EE اختيارية"
#: src/fluxer_marketing/components/current_features.gleam:74
msgid "Organized channels for communities"
@@ -1377,7 +1377,7 @@ msgstr "الصحافة"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:246
msgid "Press \"Add to Home Screen\""
-msgstr "اضغط على \"إضافة إلى الشاشة الرئيسية"
+msgstr "اضغط على \"إضافة إلى الشاشة الرئيسية\""
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:249
msgid "Press \"Add\" in the upper-right corner"
@@ -1385,7 +1385,7 @@ msgstr "اضغط على \"إضافة\" في الزاوية العلوية الي
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:200
msgid "Press \"Install app\""
-msgstr "اضغط على \"تثبيت التطبيق"
+msgstr "اضغط على \"تثبيت التطبيق\""
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:301
msgid "Press \"Install\" in the popup that appears"
@@ -1394,7 +1394,7 @@ msgstr "اضغط على \"تثبيت\" في النافذة المنبثقة ال
#: src/fluxer_marketing/pages/press_page.gleam:45
#: src/fluxer_marketing/pages/press_page.gleam:65
msgid "Press & Brand Assets"
-msgstr "الصحافة وأصول العلامة"
+msgstr "الصحافة وأصول العلامة التجارية"
#: src/fluxer_marketing/pages/press_page.gleam:273
msgid "Press Contact"
@@ -1447,7 +1447,7 @@ msgstr "روابط الملف الشخصي"
#: src/fluxer_marketing/components/hero.gleam:55
msgid "Public Beta"
-msgstr "بيتا عامة"
+msgstr "نسخة تجريبية عامة"
#: src/fluxer_marketing/components/coming_features.gleam:46
msgid "Public profile URLs"
@@ -1503,7 +1503,7 @@ msgstr "سجّل الآن"
#: src/fluxer_marketing/components/footer.gleam:311
msgid "Report a bug"
-msgstr "أبلغ عن خلل"
+msgstr "أبلِغ عن خلل"
#: src/fluxer_marketing/components/get_involved_section.gleam:167
msgid "Report bugs"
@@ -1527,7 +1527,7 @@ msgstr "مكافآت تُقدّر تأثيرك، وتساعد مجتمعك عل
#: src/fluxer_marketing/pages/careers_page.gleam:344
msgid "Right now we're focused on shipping a great product and keeping Fluxer independent and bootstrapped."
-msgstr "حاليًا نركز على شحن منتج رائع والحفاظ على Fluxer مستقلاً ومموّلًا ذاتيًا."
+msgstr "حاليًا نركّز على إطلاق منتج رائع والحفاظ على Fluxer مستقلاً ومموّلًا ذاتيًا."
#: src/fluxer_marketing/components/locale_selector.gleam:143
msgid "Romanian"
@@ -1651,7 +1651,7 @@ msgstr "شارك الملفات وعاين الروابط"
#: src/fluxer_marketing/components/platform_download_button.gleam:490
msgid "Show download options"
-msgstr "إظهار خيارات التنزيل"
+msgstr "عرض خيارات التنزيل"
#: src/fluxer_marketing/pages/plutonium_page.gleam:664
msgid "Show off your Plutonium status with an exclusive badge on your profile."
@@ -1709,7 +1709,7 @@ msgstr "احفظ ما يصل إلى 15 خلفية فيديو للمكالمات.
#: src/fluxer_marketing/pages/plutonium_page.gleam:614
msgid "Stream in up to 4K resolution at 60fps so others can see you in stunning clarity."
-msgstr "بُث بدقة تصل إلى 4K وبمعدل 60 إطارًا في الثانية ليشاهدك الآخرون بوضوح مذهل."
+msgstr "بثّ بدقة تصل إلى 4K وبمعدل 60 إطارًا في الثانية ليشاهدك الآخرون بوضوح مذهل."
#: src/fluxer_marketing/components/coming_features.gleam:58
msgid "Streamer mode"
@@ -1790,7 +1790,7 @@ msgstr "جرّب كلمات مفتاحية مختلفة أو تصفّح فئات
#: src/fluxer_marketing/components/hackernews_banner.gleam:75
msgid "Try it without an email at"
-msgstr "جرّبها بدون بريد إلكتروني عند"
+msgstr "جرّبه بدون بريد إلكتروني على"
#: src/fluxer_marketing/components/locale_selector.gleam:147
msgid "Turkish"
@@ -1846,7 +1846,7 @@ msgstr "استخدم إيموجي متحركة"
#: src/fluxer_marketing/components/current_features.gleam:154
msgid "Use our desktop client (mobile coming soon)"
-msgstr "استخدم عميل سطح المكتب الخاص بنا (سيأتي التطبيق المحمول قريبًا)"
+msgstr "استخدم عميل سطح المكتب الخاص بنا (سيأتي تطبيق الهاتف قريبًا)"
#: src/fluxer_marketing/pages/plutonium_page.gleam:604
msgid "Use your favorite emojis and stickers from any community, anywhere across Fluxer."
@@ -1854,7 +1854,7 @@ msgstr "استخدم إيموجيك وملصقاتك المفضلة من أي م
#: src/fluxer_marketing/pages/partners_page.gleam:222
msgid "VIP Voice Servers"
-msgstr "خوادم صوت VIP"
+msgstr "خوادم صوتية VIP"
#: src/fluxer_marketing/components/partner_section.gleam:117
msgid "Verified Community"
@@ -1887,7 +1887,7 @@ msgstr "Visionary"
#: src/fluxer_marketing/pages/plutonium_page.gleam:864
msgid "Visionary & Operators communities with team access"
-msgstr "مجتمعا Visionary والمشغّلين مع وصول إلى الفريق"
+msgstr "مجتمعا Visionary وOperators مع وصول إلى الفريق"
#: src/fluxer_marketing/components/current_features.gleam:82
msgid "Voice & video"
@@ -1903,7 +1903,7 @@ msgstr "طرق المساهمة"
#: src/fluxer_marketing/components/get_involved_section.gleam:192
msgid "We appreciate responsible disclosure to security@fluxer.app. We offer Plutonium codes and Bug Hunter badges based on severity."
-msgstr "نقدّر الإفصاح المسؤول إلى security@fluxer.app. نقدم أكواد بلوتونيوم وشارات Bug Hunter حسب درجة الخطورة."
+msgstr "نقدّر الإفصاح المسؤول إلى security@fluxer.app. نقدّم أكواد بلوتونيوم وشارات Bug Hunter بحسب درجة الخطورة."
#: src/fluxer_marketing/components/final_cta.gleam:56
msgid "We need your support to make this work."
@@ -1937,7 +1937,7 @@ msgstr "ما زلنا نبني العمل حول Fluxer ولم نجهز تمام
msgid "Webhooks and bot support"
msgstr "دعم Webhooks والبوتات"
-#: src/fluxer_marketing/pages/donate_page.gleam:351
+#: src/fluxer_marketing/pages/donate_page.gleam:350
msgid "What does my donation support?"
msgstr "ماذا يدعم تبرعي؟"
@@ -1951,9 +1951,9 @@ msgstr "المتاح اليوم"
#: src/fluxer_marketing/components/coming_features.gleam:77
msgid "What's coming next"
-msgstr "ما القادم لاحقًا"
+msgstr "ما القادم بعد ذلك"
-#: src/fluxer_marketing/pages/donate_page.gleam:385
+#: src/fluxer_marketing/pages/donate_page.gleam:384
msgid "What's the difference between Individual and Business?"
msgstr "ما الفرق بين الفردي وللشركات؟"
@@ -1989,7 +1989,7 @@ msgstr "يحصل مجتمعك على حالة موثّقة لتعزيز الأص
msgid "Your community receives increased limits when you need them."
msgstr "يحصل مجتمعك على حدود أعلى عندما تحتاجها."
-#: src/fluxer_marketing/pages/donate_page.gleam:354
+#: src/fluxer_marketing/pages/donate_page.gleam:353
msgid "Your donation helps fund Fluxer's infrastructure costs, including servers, bandwidth, storage, and ongoing development of new features. It helps us maintain and improve the platform for everyone."
msgstr "يساعد تبرعك في تمويل تكاليف بنية Fluxer التحتية، بما في ذلك الخوادم والنطاق الترددي والتخزين والتطوير المستمر للميزات الجديدة. كما يساعدنا على صيانة المنصة وتحسينها للجميع."
@@ -2034,7 +2034,7 @@ msgid "one-time purchase"
msgstr "شراء لمرة واحدة"
#: src/fluxer_marketing/components/plutonium_section.gleam:68
-#: src/fluxer_marketing/pages/donate_page.gleam:284
+#: src/fluxer_marketing/pages/donate_page.gleam:282
#: src/fluxer_marketing/pages/plutonium_page.gleam:106
#: src/fluxer_marketing/pages/plutonium_page.gleam:230
msgid "or"
@@ -2059,4 +2059,3 @@ msgstr "تبقّى {0} من أصل {1} مقعدًا"
#: src/fluxer_marketing/components/footer.gleam:325
msgid "© Fluxer Platform AB (Swedish limited liability company: 559537-3993)"
msgstr "© Fluxer Platform AB (شركة سويدية ذات مسؤولية محدودة: 559537-3993)"
-
diff --git a/fluxer_marketing/locales/bg/messages.po b/fluxer_marketing/locales/bg/messages.po
index 205243fe..dfb672ed 100644
--- a/fluxer_marketing/locales/bg/messages.po
+++ b/fluxer_marketing/locales/bg/messages.po
@@ -41,11 +41,11 @@ msgstr "Качвания до 500MB, съобщения до 4000 знака, 30
#: src/fluxer_marketing/components/communities_section.gleam:86
msgid "A chat platform that answers to you, not investors. It's ad-free, open source, community-funded, and never sells your data or nags you with upgrade pop-ups."
-msgstr "Чат платформа, която се отчита пред вас, а не пред инвеститори. Без реклами, с отворен код, финансирана от общността — и никога не продава данните ви и не ви досажда с изскачащи прозорци за ъпгрейд."
+msgstr "Чат платформа, която служи на вас, а не на инвеститорите. Без реклами, с отворен код, финансирана от общността — и никога не продава данните ви и не ви досажда с изскачащи прозорци за надграждане."
#: src/fluxer_marketing/pages/careers_page.gleam:219
msgid "A non-paid role for recurring contributors who help shape Fluxer alongside the core team."
-msgstr "Неплатена роля за редовни сътрудници, които помагат да оформяме Fluxer заедно с основния екип."
+msgstr "Неплатена позиция за редовни сътрудници, които помагат да оформяме Fluxer заедно с основния екип."
#: src/fluxer_marketing/pages/plutonium_page.gleam:1074
msgid "Access to Fluxer Operators community"
@@ -69,7 +69,7 @@ msgstr "Добавяйте персонализирани емоджита, за
#: src/fluxer_marketing/pages/plutonium_page.gleam:1124
msgid "After the offer ends, Operator Pass stays available on its own."
-msgstr "След края на офертата Operator Pass ще остане наличен и отделно."
+msgstr "След края на офертата Operator Pass ще може да се закупи и отделно."
#: src/fluxer_marketing/pages/plutonium_page.gleam:843
msgid "All current and future Plutonium benefits, forever"
@@ -77,11 +77,15 @@ msgstr "Всички настоящи и бъдещи предимства на
#: src/fluxer_marketing/components/current_features.gleam:55
msgid "All the basics you expect, plus a few things you don't."
-msgstr "Всичко основно, което очаквате — плюс няколко неща, които не."
+msgstr "Всичко основно, което очаквате — плюс няколко неща, които не очаквате."
#: src/fluxer_marketing/components/locale_selector.gleam:102
msgid "All translations are currently LLM-generated with minimal human revision. We'd love to get real people to help us out localizing Fluxer into your language! To do so, shoot an email to i18n@fluxer.app and we'll be happy to accept your contributions."
-msgstr "Всички преводи в момента са генерирани от езиков модел (LLM) с минимална човешка редакция. Ще се радваме истински хора да ни помогнат да локализираме Fluxer на вашия език! Пишете ни на i18n@fluxer.app и с удоволствие ще приемем вашия принос."
+msgstr "Всички преводи в момента са генерирани от LLM с минимална човешка редакция. Ще се радваме истински хора да ни помогнат да локализираме Fluxer на вашия език! Пишете ни на i18n@fluxer.app и с удоволствие ще приемем вашия принос."
+
+#: src/fluxer_marketing/components/hero.gleam:64
+msgid "An open-source, independent instant messaging and VoIP platform. Built for friends, groups, and communities."
+msgstr "Отворена, независима платформа за мигновени съобщения и VoIP. Създадена за приятели, групи и общности."
#: src/fluxer_marketing/components/platform_download_button.gleam:524
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:97
@@ -108,11 +112,11 @@ msgstr "Apple Silicon"
#: src/fluxer_marketing/pages/partners_page.gleam:448
msgid "Apply at partners@fluxer.app"
-msgstr "Кандидатствайте на partners@fluxer.app"
+msgstr "Кандидатствайте на адрес partners@fluxer.app"
#: src/fluxer_marketing/components/get_involved_section.gleam:170
msgid "Approved reports grant access to Fluxer Testers, where you can earn points for Plutonium codes and the Bug Hunter badge."
-msgstr "Одобрените доклади ви дават достъп до Fluxer Testers, където можете да печелите точки за Plutonium кодове и значката Bug Hunter."
+msgstr "Одобрените доклади ви дават достъп до Fluxer Testers, където можете да печелите точки за Plutonium кодове и значката „Bug Hunter“."
#: src/fluxer_marketing/components/locale_selector.gleam:118
msgid "Arabic"
@@ -120,7 +124,7 @@ msgstr "Арабски"
#: src/fluxer_marketing/pages/help_category_page.gleam:143
msgid "Articles in "
-msgstr "Статии в "
+msgstr "Статии на "
#: src/fluxer_marketing/pages/help_article_page.gleam:291
msgid "Articles in this section"
@@ -128,15 +132,15 @@ msgstr "Статии в този раздел"
#: src/fluxer_marketing/components/current_features.gleam:106
msgid "Audit logs for transparency"
-msgstr "Одитни журнали за прозрачност"
+msgstr "Одитни дневници за прозрачност"
-#: src/fluxer_marketing/pages/donate_page.gleam:302
+#: src/fluxer_marketing/pages/donate_page.gleam:301
msgid "Available for Swedish bank accounts"
-msgstr "Наличен за шведски банкови сметки"
+msgstr "Налично за шведски банкови сметки"
#: src/fluxer_marketing/pages/download_page.gleam:67
msgid "Available on your desktop — and on the web"
-msgstr "Налично за настолния ви компютър — и в уеб"
+msgstr "Налично за настолния ви компютър — и в уеба"
#: src/fluxer_marketing/pages/help_article_page.gleam:182
msgid "Back to "
@@ -149,7 +153,7 @@ msgstr "Назад към Центъра за помощ"
#: src/fluxer_marketing/pages/plutonium_page.gleam:674
msgid "Be the first to try new features before they're released to everyone else."
-msgstr "Бъдете сред първите, които пробват новите функции, преди да станат достъпни за всички."
+msgstr "Бъдете сред първите, които изпробват новите функции, преди да са достъпни за всички."
#: src/fluxer_marketing/components/partner_section.gleam:64
#: src/fluxer_marketing/pages/careers_page.gleam:173
@@ -181,7 +185,7 @@ msgstr "По-добро потискане на шума"
#: src/fluxer_marketing/pages/plutonium_page.gleam:350
msgid "Bio character limit"
-msgstr "Лимит на знаците в био"
+msgstr "Лимит на знаците в биографията"
#: src/fluxer_marketing/pages/press_page.gleam:235
msgid "Black"
@@ -206,9 +210,9 @@ msgstr "Bluesky"
#: src/fluxer_marketing/pages/plutonium_page.gleam:343
msgid "Bookmarked messages"
-msgstr "Съобщения в отметки"
+msgstr "Отметнати съобщения"
-#: src/fluxer_marketing/pages/donate_page.gleam:388
+#: src/fluxer_marketing/pages/donate_page.gleam:387
msgid "Both donation types support the same cause equally. The only difference is that Business donations allow you to specify a tax ID (if applicable) and receive a PDF invoice when finalized, which can be useful for company accounting purposes."
msgstr "И двата вида дарения подкрепят една и съща кауза по равен начин. Единствената разлика е, че даренията Business позволяват да посочите данъчен номер (ако е приложимо) и да получите PDF фактура след финализиране, което може да е полезно за фирмено счетоводство."
@@ -240,10 +244,6 @@ msgstr "Разгледайте помощните статии за "
msgid "Built for communities of all kinds."
msgstr "Създаден за общности от всякакъв тип."
-#: src/fluxer_marketing/components/hero.gleam:64
-msgid "Built for friends, groups, and communities. Text, voice, and video. Open source and community-funded."
-msgstr "Създаден за приятели, групи и общности. Текст, глас и видео. Отворен код и финансиран от общността."
-
#: src/fluxer_marketing/components/locale_selector.gleam:119
msgid "Bulgarian"
msgstr "Български"
@@ -254,7 +254,7 @@ msgstr "Бизнес"
#: src/fluxer_marketing/components/coming_features.gleam:56
msgid "Call pop-out"
-msgstr "Отделяне на разговора в прозорец"
+msgstr "Разговор в отделен прозорец"
#: src/fluxer_marketing/components/footer.gleam:220
#: src/fluxer_marketing/components/navigation.gleam:358
@@ -273,7 +273,7 @@ msgstr "Смяна на езика"
#: src/fluxer_marketing/components/hero.gleam:59
msgid "Chat that puts you first"
-msgstr "Чат, който поставя вас на първо място"
+msgstr "Чат, в който вие сте на първо място"
#: src/fluxer_marketing/components/locale_selector.gleam:150
msgid "Chinese (Simplified)"
@@ -305,11 +305,11 @@ msgstr "Изберете свой 4-цифрен таг като #0001, #1337 и
#: src/fluxer_marketing/pages/help_category_page.gleam:136
msgid "Clear search"
-msgstr "Изчистване на търсенето"
+msgstr "Изчисти търсенето"
#: src/fluxer_marketing/pages/download_page.gleam:337
msgid "Code, issues, docs, and reviews"
-msgstr "Код, проблеми, документация и прегледи"
+msgstr "Код, проблеми, документация и ревюта"
#: src/fluxer_marketing/pages/press_page.gleam:124
msgid "Color Logo"
@@ -331,7 +331,7 @@ msgstr "Очаквайте скоро"
#: src/fluxer_marketing/pages/plutonium_page.gleam:367
#: src/fluxer_marketing/pages/plutonium_page.gleam:586
msgid "Coming soon"
-msgstr "Скоро идва"
+msgstr "Скоро"
#: src/fluxer_marketing/pages/plutonium_page.gleam:329
msgid "Communities"
@@ -361,7 +361,7 @@ msgstr "Шаблони за общности"
#: src/fluxer_marketing/components/current_features.gleam:139
msgid "Compact mode and display options"
-msgstr "Компактен режим и опции за изглед"
+msgstr "Компактен режим и опции за показване"
#: src/fluxer_marketing/components/navigation.gleam:348
msgid "Company"
@@ -377,11 +377,11 @@ msgstr "Информация за компанията"
#: src/fluxer_marketing/components/footer.gleam:278
#: src/fluxer_marketing/components/navigation.gleam:426
msgid "Connect"
-msgstr "Свързване"
+msgstr "Свържете се"
#: src/fluxer_marketing/pages/plutonium_page.gleam:1038
msgid "Connect from any client"
-msgstr "Свържете се от който и да е клиент"
+msgstr "Свързвайте се от всеки клиент"
#: src/fluxer_marketing/pages/help_article_page.gleam:233
#: src/fluxer_marketing/pages/help_article_page.gleam:375
@@ -406,7 +406,7 @@ msgstr "Създайте акаунт и ни помогнете да изгра
#: src/fluxer_marketing/pages/plutonium_page.gleam:1191
msgid "Create your Fluxer account to get that sweet Plutonium while it's hot."
-msgstr "Създайте своя Fluxer акаунт, за да грабнете този сладък Plutonium, докато го има."
+msgstr "Създайте своя Fluxer акаунт, за да грабнете този сладък Plutonium, докато е наличен."
#: src/fluxer_marketing/pages/partners_page.gleam:211
msgid "Creator Monetization"
@@ -492,7 +492,7 @@ msgstr "Дизайн и брандинг"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:99
msgid "Desktop"
-msgstr "Десктоп"
+msgstr "Настолен компютър"
#: src/fluxer_marketing/components/footer.gleam:209
msgid "Developer Docs"
@@ -519,7 +519,7 @@ msgstr "Откриване"
msgid "Display an exclusive Partner badge on your profile to stand out."
msgstr "Покажете ексклузивна партньорска значка в профила си, за да изпъкнете."
-#: src/fluxer_marketing/pages/donate_page.gleam:367
+#: src/fluxer_marketing/pages/donate_page.gleam:366
msgid "Do I get anything in return?"
msgstr "Получавам ли нещо в замяна?"
@@ -548,17 +548,17 @@ msgstr "Дарете в USD"
msgid "Donate to Fluxer"
msgstr "Дарете за Fluxer"
-#: src/fluxer_marketing/pages/donate_page.gleam:298
+#: src/fluxer_marketing/pages/donate_page.gleam:297
msgid "Donate with Swish"
-msgstr "Дарете с Swish"
+msgstr "Дарете със Swish"
-#: src/fluxer_marketing/pages/donate_page.gleam:370
+#: src/fluxer_marketing/pages/donate_page.gleam:369
msgid "Donations are voluntary gifts and do not provide you with any product, service, ownership, or special rights. If you're looking for premium features, check out {0}."
msgstr "Даренията са доброволни подаръци и не ви предоставят продукт, услуга, собственост или специални права. Ако търсите премиум функции, вижте {0}."
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:308
msgid "Done! You can now open Fluxer as if it were a regular program."
-msgstr "Готово! Сега можете да отворите Fluxer, както ако беше обикновена програма."
+msgstr "Готово! Вече можете да отворите Fluxer все едно е обикновена програма."
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:206
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:256
@@ -610,7 +610,7 @@ msgstr "Нидерландски"
#: src/fluxer_marketing/components/coming_features.gleam:55
msgid "E2EE calls"
-msgstr "Обаждания с край-до-край криптиране"
+msgstr "Край-до-край криптирани обаждания"
#: src/fluxer_marketing/pages/partners_page.gleam:200
msgid "Early Feature Access"
@@ -650,11 +650,11 @@ msgstr "Билети за събития"
#: src/fluxer_marketing/pages/plutonium_page.gleam:1071
msgid "Everything in Free, plus:"
-msgstr "Всичко от Безплатно, плюс:"
+msgstr "Всичко от Безплатния план, плюс:"
#: src/fluxer_marketing/pages/partners_page.gleam:233
msgid "Exclusive Merch"
-msgstr "Ексклузивен мърч"
+msgstr "Ексклузивни артикули"
#: src/fluxer_marketing/pages/plutonium_page.gleam:863
msgid "Exclusive communities"
@@ -674,7 +674,7 @@ msgstr "Функция"
#: src/fluxer_marketing/pages/partners_page.gleam:167
msgid "Featured in Discovery"
-msgstr "Показване в Откриване"
+msgstr "Показване в „Откриване“"
#: src/fluxer_marketing/components/coming_features.gleam:30
msgid "Federation"
@@ -682,7 +682,7 @@ msgstr "Федерация"
#: src/fluxer_marketing/pages/plutonium_page.gleam:357
msgid "File upload size"
-msgstr "Размер на качваните файлове"
+msgstr "Максимален размер на качваните файлове"
#: src/fluxer_marketing/components/current_features.gleam:121
msgid "Filter by users, dates, and more"
@@ -724,7 +724,7 @@ msgstr "Екип „Общност“ на Fluxer"
msgid "Fluxer Partner"
msgstr "Партньор на Fluxer"
-#: src/fluxer_marketing/pages/donate_page.gleam:372
+#: src/fluxer_marketing/pages/donate_page.gleam:371
#: src/fluxer_marketing/pages/plutonium_page.gleam:51
#: src/fluxer_marketing/pages/plutonium_page.gleam:76
msgid "Fluxer Plutonium"
@@ -810,7 +810,7 @@ msgstr "Безплатно срещу Plutonium"
msgid "French"
msgstr "Френски"
-#: src/fluxer_marketing/pages/donate_page.gleam:346
+#: src/fluxer_marketing/pages/donate_page.gleam:345
msgid "Frequently Asked Questions"
msgstr "Често задавани въпроси"
@@ -861,7 +861,7 @@ msgstr "Получете ексклузивен персонализиран van
#: src/fluxer_marketing/pages/partners_page.gleam:236
msgid "Get exclusive Fluxer Partner-only merchandise and swag."
-msgstr "Вземете ексклузивни мърч артикули и подаръци само за Fluxer Partner."
+msgstr "Вземете ексклузивен мърч и подаръци само за Fluxer Partner."
#: src/fluxer_marketing/pages/partners_page.gleam:115
msgid "Get free Plutonium for your account to enjoy all premium features."
@@ -983,7 +983,7 @@ msgstr "Хинди"
#: src/fluxer_marketing/components/communities_section.gleam:72
msgid "Hobbyists"
-msgstr "Хоби ентусиасти"
+msgstr "Любители"
#: src/fluxer_marketing/components/current_features.gleam:85
msgid "Hop in a call with friends or share your screen to work together."
@@ -991,7 +991,7 @@ msgstr "Включете се в разговор с приятели или с
#: src/fluxer_marketing/components/current_features.gleam:153
msgid "Host your own instance"
-msgstr "Хоствайте своя инстанция"
+msgstr "Хоствайте собствена инстанция"
#: src/fluxer_marketing/pages/help_center_page.gleam:64
#: src/fluxer_marketing/pages/help_search_page.gleam:63
@@ -1044,11 +1044,11 @@ msgstr "Инсталирайте Fluxer като приложение"
msgid "Intel"
msgstr "Intel"
-#: src/fluxer_marketing/pages/donate_page.gleam:377
+#: src/fluxer_marketing/pages/donate_page.gleam:376
msgid "Is my donation tax-deductible?"
msgstr "Приспада ли се дарението ми от данъци?"
-#: src/fluxer_marketing/pages/donate_page.gleam:359
+#: src/fluxer_marketing/pages/donate_page.gleam:358
msgid "Is this a subscription?"
msgstr "Това абонамент ли е?"
@@ -1101,7 +1101,7 @@ msgstr "Присъединете се към екипа зад Fluxer"
#: src/fluxer_marketing/components/current_features.gleam:101
msgid "Keep your community running smoothly with roles, permissions, and logs."
-msgstr "Поддържайте общността си в ред с роли, разрешения и журнали."
+msgstr "Поддържайте общността си в ред с роли, разрешения и дневници."
#: src/fluxer_marketing/components/locale_selector.gleam:137
msgid "Korean"
@@ -1113,7 +1113,7 @@ msgstr "Научете повече за Fluxer и нашата мисия"
#: src/fluxer_marketing/pages/careers_page.gleam:178
msgid "Learn about Partners"
-msgstr "Научете повече за партньорите"
+msgstr "Научете повече за партньорската програма"
#: src/fluxer_marketing/components/plutonium_section.gleam:195
msgid "Learn more"
@@ -1137,7 +1137,7 @@ msgstr "Ограничена оферта: Visionary включва Operator Pas
#: src/fluxer_marketing/pages/partners_page.gleam:408
msgid "Links to your content or community (YouTube, Twitch, Discord, etc.)"
-msgstr "Линкове към вашето съдържание или общност (YouTube, Twitch, Discord и др.)"
+msgstr "Връзки към вашето съдържание или общност (YouTube, Twitch, Discord и др.)"
#: src/fluxer_marketing/components/platform_download_button.gleam:364
msgid "Linux"
@@ -1186,7 +1186,7 @@ msgstr "Минимално дарение: $5 / €5"
#: src/fluxer_marketing/pages/download_page.gleam:203
msgid "Mobile apps are on the way"
-msgstr "Мобилните приложения са на път"
+msgstr "Мобилните приложения идват скоро"
#: src/fluxer_marketing/components/platform_download_button.gleam:213
#: src/fluxer_marketing/components/platform_download_button.gleam:218
@@ -1222,11 +1222,11 @@ msgstr "Няма намерени статии."
msgid "No results found for"
msgstr "Няма резултати за"
-#: src/fluxer_marketing/pages/donate_page.gleam:380
+#: src/fluxer_marketing/pages/donate_page.gleam:379
msgid "No, donations to Fluxer are not tax-deductible as we are not a registered charitable organization."
msgstr "Не, даренията към Fluxer не подлежат на данъчно приспадане, тъй като не сме регистрирана благотворителна организация."
-#: src/fluxer_marketing/pages/donate_page.gleam:362
+#: src/fluxer_marketing/pages/donate_page.gleam:361
msgid "No, this is a one-time donation. You choose the amount you want to give, and there are no recurring charges."
msgstr "Не, това е еднократно дарение. Вие избирате сумата и няма периодични такси."
@@ -1240,7 +1240,7 @@ msgstr "Норвежки"
#: src/fluxer_marketing/pages/plutonium_page.gleam:295
msgid "Not available"
-msgstr "Недостъпно"
+msgstr "Не е налично"
#: src/fluxer_marketing/pages/plutonium_page.gleam:91
msgid "Note: Plutonium and Visionary benefits only apply to the official Fluxer.app instance, not third-party or self-hosted instances."
@@ -1291,7 +1291,7 @@ msgstr "Operator Pass"
#: src/fluxer_marketing/components/coming_features.gleam:31
msgid "Opt-in E2EE messaging"
-msgstr "Опционално E2EE съобщение"
+msgstr "Съобщения с E2EE по избор"
#: src/fluxer_marketing/components/current_features.gleam:74
msgid "Organized channels for communities"
@@ -1341,7 +1341,7 @@ msgstr "Партньори"
#: src/fluxer_marketing/pages/plutonium_page.gleam:287
#: src/fluxer_marketing/pages/plutonium_page.gleam:571
msgid "Per-community profiles"
-msgstr "Профили по общности"
+msgstr "Профили за всяка общност"
#: src/fluxer_marketing/pages/download_page.gleam:315
#: src/fluxer_marketing/pages/plutonium_page.gleam:215
@@ -1377,19 +1377,19 @@ msgstr "Преса"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:246
msgid "Press \"Add to Home Screen\""
-msgstr "Натиснете 'Добавяне на Начален екран'"
+msgstr "Натиснете „Добавяне на начален екран“"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:249
msgid "Press \"Add\" in the upper-right corner"
-msgstr "Натиснете \"Добави\" в горния десен ъгъл"
+msgstr "Натиснете „Добави“ в горния десен ъгъл"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:200
msgid "Press \"Install app\""
-msgstr "Натиснете \"Инсталиране на приложението"
+msgstr "Натиснете „Инсталиране на приложението“"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:301
msgid "Press \"Install\" in the popup that appears"
-msgstr "Натиснете \"Инсталирай\" в изскачащия прозорец, който се появява"
+msgstr "Натиснете „Инсталирай“ в изскачащия прозорец, който се появява"
#: src/fluxer_marketing/pages/press_page.gleam:45
#: src/fluxer_marketing/pages/press_page.gleam:65
@@ -1402,15 +1402,15 @@ msgstr "Контакт за пресата"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:197
msgid "Press the \"More\" (\\u{22EE}) button in the top-right corner"
-msgstr "Натиснете бутона \"Още\" (\\u{22EE}) в горния десен ъгъл"
+msgstr "Натиснете бутона „Още“ (\\u{22EE}) в горния десен ъгъл"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:243
msgid "Press the Share button (rectangle with upwards-pointing arrow)"
-msgstr "Натиснете бутона Сподели (правоъгълник с нагоре сочеща стрелка)"
+msgstr "Натиснете бутона „Споделяне“ (правоъгълник със стрелка нагоре)"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:296
msgid "Press the install button (downwards-pointing arrow on monitor) in the address bar"
-msgstr "Натиснете бутона за инсталиране (стрелка надолу на монитора) в адресната лента"
+msgstr "Натиснете бутона за инсталиране (стрелка надолу върху монитор) в адресната лента"
#: src/fluxer_marketing/components/footer.gleam:110
#: src/fluxer_marketing/components/navigation.gleam:93
@@ -1430,7 +1430,7 @@ msgstr "Политика за поверителност"
#: src/fluxer_marketing/components/current_features.gleam:73
msgid "Private DMs and group chats"
-msgstr "Лични съобщения и групови чатове"
+msgstr "Лични разговори и групови чатове"
#: src/fluxer_marketing/components/navigation.gleam:270
msgid "Product"
@@ -1447,7 +1447,7 @@ msgstr "Връзки в профила"
#: src/fluxer_marketing/components/hero.gleam:55
msgid "Public Beta"
-msgstr "Публична бета"
+msgstr "Публична бета версия"
#: src/fluxer_marketing/components/coming_features.gleam:46
msgid "Public profile URLs"
@@ -1564,7 +1564,7 @@ msgstr "Вградено споделяне на екрана"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:132
msgid "Screenshots courtesy of "
-msgstr "Скрийншотове с любезното съдействие на "
+msgstr "Екранни снимки с любезното съдействие на "
#: src/fluxer_marketing/pages/help_components.gleam:93
msgid "Search"
@@ -1581,7 +1581,7 @@ msgstr "Резултати от търсенето"
#: src/fluxer_marketing/pages/help_center_page.gleam:67
#: src/fluxer_marketing/pages/help_search_page.gleam:66
msgid "Search for help..."
-msgstr "Търсене в помощта..."
+msgstr "Търсете в помощта..."
#: src/fluxer_marketing/pages/help_category_page.gleam:92
msgid "Search in "
@@ -1639,7 +1639,7 @@ msgstr "Задайте персонализирани звуци при влиз
#: src/fluxer_marketing/pages/careers_page.gleam:408
msgid "Share a bit about yourself, what you'd like to work on, and links to any relevant work."
-msgstr "Разкажете накратко за себе си, върху какво бихте искали да работите, и дайте линкове към релевантни проекти."
+msgstr "Разкажете накратко за себе си, върху какво бихте искали да работите, и дайте връзки към релевантни проекти."
#: src/fluxer_marketing/pages/careers_page.gleam:143
msgid "Share feedback, report bugs, and help make Fluxer welcoming for everyone."
@@ -1647,7 +1647,7 @@ msgstr "Споделяйте обратна връзка, докладвайте
#: src/fluxer_marketing/components/current_features.gleam:75
msgid "Share files and preview links"
-msgstr "Споделяйте файлове и преглеждайте линкове"
+msgstr "Споделяйте файлове и преглеждайте връзки"
#: src/fluxer_marketing/components/platform_download_button.gleam:490
msgid "Show download options"
@@ -1659,7 +1659,7 @@ msgstr "Покажете статуса си Plutonium с ексклузивна
#: src/fluxer_marketing/components/coming_features.gleam:33
msgid "Slash commands"
-msgstr "Команди със слеш"
+msgstr "Slash команди"
#: src/fluxer_marketing/pages/careers_page.gleam:236
msgid "Software development"
@@ -1667,7 +1667,7 @@ msgstr "Софтуерна разработка"
#: src/fluxer_marketing/components/coming_features.gleam:57
msgid "Soundboard"
-msgstr "Саундборд"
+msgstr "Soundboard"
#: src/fluxer_marketing/components/footer.gleam:143
#: src/fluxer_marketing/components/navigation.gleam:438
@@ -1822,7 +1822,7 @@ msgstr "Видео качество до 4K"
#: src/fluxer_marketing/pages/plutonium_page.gleam:54
msgid "Upgrade to Plutonium for $4.99/mo: custom username tags, per-community profiles, message scheduling, 4K streaming, 500MB uploads, and more exclusive features."
-msgstr "Надстройте до Plutonium за $4.99/мес.: персонализирани тагове към потребителското име, профили по общности, планиране на съобщения, 4K стрийминг, качвания до 500MB и още ексклузивни функции."
+msgstr "Надстройте до Plutonium за $4.99/мес.: персонализирани тагове към потребителското име, профили за всяка общност, планиране на съобщения, 4K стрийминг, качвания до 500MB и още ексклузивни функции."
#: src/fluxer_marketing/pages/plutonium_page.gleam:644
msgid "Upload and use your own notification sounds to personalize your Fluxer experience."
@@ -1846,7 +1846,7 @@ msgstr "Използвайте анимирани емоджита"
#: src/fluxer_marketing/components/current_features.gleam:154
msgid "Use our desktop client (mobile coming soon)"
-msgstr "Използвайте нашия десктоп клиент (мобилната версия идва скоро)"
+msgstr "Използвайте нашия настолен клиент (мобилната версия идва скоро)"
#: src/fluxer_marketing/pages/plutonium_page.gleam:604
msgid "Use your favorite emojis and stickers from any community, anywhere across Fluxer."
@@ -1903,7 +1903,7 @@ msgstr "Начини да допринесете"
#: src/fluxer_marketing/components/get_involved_section.gleam:192
msgid "We appreciate responsible disclosure to security@fluxer.app. We offer Plutonium codes and Bug Hunter badges based on severity."
-msgstr "Оценяваме отговорното докладване на security@fluxer.app. Предлагаме Plutonium кодове и значки Bug Hunter според сериозността."
+msgstr "Оценяваме отговорното докладване на security@fluxer.app. Предлагаме Plutonium кодове и значки „Bug Hunter“ според сериозността."
#: src/fluxer_marketing/components/final_cta.gleam:56
msgid "We need your support to make this work."
@@ -1937,7 +1937,7 @@ msgstr "Все още изграждаме бизнеса около Fluxer и
msgid "Webhooks and bot support"
msgstr "Уебхукове и поддръжка за ботове"
-#: src/fluxer_marketing/pages/donate_page.gleam:351
+#: src/fluxer_marketing/pages/donate_page.gleam:350
msgid "What does my donation support?"
msgstr "Какво подкрепя дарението ми?"
@@ -1953,7 +1953,7 @@ msgstr "Какво е налично днес"
msgid "What's coming next"
msgstr "Какво предстои"
-#: src/fluxer_marketing/pages/donate_page.gleam:385
+#: src/fluxer_marketing/pages/donate_page.gleam:384
msgid "What's the difference between Individual and Business?"
msgstr "Каква е разликата между Индивидуално и Бизнес?"
@@ -1989,7 +1989,7 @@ msgstr "Общността ви получава верифициран стат
msgid "Your community receives increased limits when you need them."
msgstr "Общността ви получава повишени лимити, когато имате нужда от тях."
-#: src/fluxer_marketing/pages/donate_page.gleam:354
+#: src/fluxer_marketing/pages/donate_page.gleam:353
msgid "Your donation helps fund Fluxer's infrastructure costs, including servers, bandwidth, storage, and ongoing development of new features. It helps us maintain and improve the platform for everyone."
msgstr "Дарението ви помага да финансираме инфраструктурните разходи на Fluxer, включително сървъри, трафик, съхранение и текущата разработка на нови функции. То ни помага да поддържаме и подобряваме платформата за всички."
@@ -2034,7 +2034,7 @@ msgid "one-time purchase"
msgstr "еднократна покупка"
#: src/fluxer_marketing/components/plutonium_section.gleam:68
-#: src/fluxer_marketing/pages/donate_page.gleam:284
+#: src/fluxer_marketing/pages/donate_page.gleam:282
#: src/fluxer_marketing/pages/plutonium_page.gleam:106
#: src/fluxer_marketing/pages/plutonium_page.gleam:230
msgid "or"
@@ -2059,4 +2059,3 @@ msgstr "Остават {0} от {1} места"
#: src/fluxer_marketing/components/footer.gleam:325
msgid "© Fluxer Platform AB (Swedish limited liability company: 559537-3993)"
msgstr "© Fluxer Platform AB (шведско дружество с ограничена отговорност: 559537-3993)"
-
diff --git a/fluxer_marketing/locales/cs/messages.po b/fluxer_marketing/locales/cs/messages.po
index 670b21a5..0e7d0d6f 100644
--- a/fluxer_marketing/locales/cs/messages.po
+++ b/fluxer_marketing/locales/cs/messages.po
@@ -6,15 +6,15 @@ msgstr ""
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:190
msgid " in Chrome"
-msgstr "v Chromu"
+msgstr " v Chromu"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:288
msgid " in Chrome or another browser with PWA support"
-msgstr "v Chromu nebo jiném prohlížeči s podporou PWA"
+msgstr " v Chromu nebo v jiném prohlížeči s podporou PWA"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:236
msgid " in Safari"
-msgstr "v Safari"
+msgstr " v Safari"
#: src/fluxer_marketing/pages/plutonium_page.gleam:1032
msgid "/forever"
@@ -37,11 +37,11 @@ msgstr "/rok"
#: src/fluxer_marketing/pages/plutonium_page.gleam:654
msgid "500MB uploads, 4000 character messages, 300 bookmarks, 50 emoji packs, and much more."
-msgstr "Nahrávání až 500 MB, zprávy do 4 000 znaků, 300 záložek, 50 balíčků emoji a mnohem víc."
+msgstr "Nahrávání až 500 MB, zprávy do 4 000 znaků, 300 záložek, 50 balíčků emoji a mnoho dalšího."
#: src/fluxer_marketing/components/communities_section.gleam:86
msgid "A chat platform that answers to you, not investors. It's ad-free, open source, community-funded, and never sells your data or nags you with upgrade pop-ups."
-msgstr "Chatovací platforma, která se zodpovídá vám, ne investorům. Bez reklam, open source, financovaná komunitou — a nikdy neprodává vaše data ani vás neotravuje vyskakovacími okny s upgradem."
+msgstr "Chatovací platforma, která se zodpovídá vám, ne investorům. Bez reklam, open source, financovaná komunitou — a nikdy neprodává vaše data ani vás neotravuje vyskakovacími okny s nabídkou upgradu."
#: src/fluxer_marketing/pages/careers_page.gleam:219
msgid "A non-paid role for recurring contributors who help shape Fluxer alongside the core team."
@@ -53,11 +53,11 @@ msgstr "Přístup do komunity Fluxer Operators"
#: src/fluxer_marketing/pages/partners_page.gleam:225
msgid "Access to VIP voice servers reserved exclusively for partnered communities."
-msgstr "Přístup na VIP hlasové servery vyhrazené výhradně pro partnerské komunity."
+msgstr "Přístup k VIP hlasovým serverům vyhrazeným výhradně pro partnerské komunity."
#: src/fluxer_marketing/components/coming_features.gleam:48
msgid "Activity sharing"
-msgstr "Sdílení aktivity"
+msgstr "Sdílení aktivit"
#: src/fluxer_marketing/pages/download_page.gleam:228
msgid "Add Fluxer to your home screen to hide the browser UI."
@@ -65,7 +65,7 @@ msgstr "Přidejte si Fluxer na domovskou obrazovku, aby se skrylo rozhraní proh
#: src/fluxer_marketing/components/current_features.gleam:133
msgid "Add custom emojis, save media for later, and style the app with custom CSS."
-msgstr "Přidejte vlastní emoji, ukládejte si média na později a upravte vzhled aplikace pomocí vlastního CSS."
+msgstr "Přidávejte vlastní emoji, ukládejte si média na později a upravte vzhled aplikace pomocí vlastního CSS."
#: src/fluxer_marketing/pages/plutonium_page.gleam:1124
msgid "After the offer ends, Operator Pass stays available on its own."
@@ -77,11 +77,15 @@ msgstr "Všechny současné i budoucí výhody Plutonia — navždy"
#: src/fluxer_marketing/components/current_features.gleam:55
msgid "All the basics you expect, plus a few things you don't."
-msgstr "Všechny základy, které čekáte — a pár věcí navíc, které nečekáte."
+msgstr "Všechny základy, které čekáte — a pár věcí navíc, které by vás ani nenapadly."
#: src/fluxer_marketing/components/locale_selector.gleam:102
msgid "All translations are currently LLM-generated with minimal human revision. We'd love to get real people to help us out localizing Fluxer into your language! To do so, shoot an email to i18n@fluxer.app and we'll be happy to accept your contributions."
-msgstr "Všechny překlady jsou momentálně generované pomocí LLM s minimální lidskou revizí. Budeme rádi, když nám se skutečnou lokalizací Fluxeru do vašeho jazyka pomůžou reální lidé! Napište na i18n@fluxer.app a vaše příspěvky rádi přijmeme."
+msgstr "Všechny překlady jsou momentálně generované pomocí LLM a jen minimálně zkontrolované člověkem. Budeme rádi, když nám se skutečnou lokalizací Fluxeru do vašeho jazyka pomůžou reální lidé! Napište na i18n@fluxer.app a vaše příspěvky rádi přijmeme."
+
+#: src/fluxer_marketing/components/hero.gleam:64
+msgid "An open-source, independent instant messaging and VoIP platform. Built for friends, groups, and communities."
+msgstr "Open-source, nezávislá platforma pro okamžité zprávy a VoIP. Vytvořena pro přátele, skupiny a komunity."
#: src/fluxer_marketing/components/platform_download_button.gleam:524
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:97
@@ -108,7 +112,7 @@ msgstr "Apple Silicon"
#: src/fluxer_marketing/pages/partners_page.gleam:448
msgid "Apply at partners@fluxer.app"
-msgstr "Pošlete přihlášku na partners@fluxer.app"
+msgstr "Přihlaste se na partners@fluxer.app"
#: src/fluxer_marketing/components/get_involved_section.gleam:170
msgid "Approved reports grant access to Fluxer Testers, where you can earn points for Plutonium codes and the Bug Hunter badge."
@@ -128,9 +132,9 @@ msgstr "Články v této sekci"
#: src/fluxer_marketing/components/current_features.gleam:106
msgid "Audit logs for transparency"
-msgstr "Auditní logy pro transparentnost"
+msgstr "Auditní logy pro větší transparentnost"
-#: src/fluxer_marketing/pages/donate_page.gleam:302
+#: src/fluxer_marketing/pages/donate_page.gleam:301
msgid "Available for Swedish bank accounts"
msgstr "Dostupné pro švédské bankovní účty"
@@ -177,11 +181,11 @@ msgstr "Beta"
#: src/fluxer_marketing/components/coming_features.gleam:54
msgid "Better noise cancellation"
-msgstr "Lepší potlačení hluku"
+msgstr "Lepší potlačení šumu"
#: src/fluxer_marketing/pages/plutonium_page.gleam:350
msgid "Bio character limit"
-msgstr "Limit znaků v bio"
+msgstr "Limit znaků v biu"
#: src/fluxer_marketing/pages/press_page.gleam:235
msgid "Black"
@@ -206,9 +210,9 @@ msgstr "Bluesky"
#: src/fluxer_marketing/pages/plutonium_page.gleam:343
msgid "Bookmarked messages"
-msgstr "Zprávy v záložkách"
+msgstr "Záložkované zprávy"
-#: src/fluxer_marketing/pages/donate_page.gleam:388
+#: src/fluxer_marketing/pages/donate_page.gleam:387
msgid "Both donation types support the same cause equally. The only difference is that Business donations allow you to specify a tax ID (if applicable) and receive a PDF invoice when finalized, which can be useful for company accounting purposes."
msgstr "Oba typy příspěvků podporují stejnou věc úplně stejně. Jediný rozdíl je v tom, že u firemního příspěvku můžete uvést daňové ID (pokud je relevantní) a po dokončení obdržíte fakturu v PDF, což se hodí pro firemní účetnictví."
@@ -240,10 +244,6 @@ msgstr "Procházet články nápovědy k tématu "
msgid "Built for communities of all kinds."
msgstr "Navrženo pro komunity všeho druhu."
-#: src/fluxer_marketing/components/hero.gleam:64
-msgid "Built for friends, groups, and communities. Text, voice, and video. Open source and community-funded."
-msgstr "Navrženo pro přátele, skupiny i komunity. Text, hlas i video. Open source a financované komunitou."
-
#: src/fluxer_marketing/components/locale_selector.gleam:119
msgid "Bulgarian"
msgstr "Bulharština"
@@ -254,7 +254,7 @@ msgstr "Firma"
#: src/fluxer_marketing/components/coming_features.gleam:56
msgid "Call pop-out"
-msgstr "Vyskakovací okno hovoru"
+msgstr "Samostatné okno hovoru"
#: src/fluxer_marketing/components/footer.gleam:220
#: src/fluxer_marketing/components/navigation.gleam:358
@@ -273,7 +273,7 @@ msgstr "Změnit jazyk"
#: src/fluxer_marketing/components/hero.gleam:59
msgid "Chat that puts you first"
-msgstr "Chat, který dává přednost vám"
+msgstr "Chat, který staví vás na první místo"
#: src/fluxer_marketing/components/locale_selector.gleam:150
msgid "Chinese (Simplified)"
@@ -305,11 +305,11 @@ msgstr "Vyberte si vlastní čtyřmístný tag, třeba #0001, #1337 nebo #9999,
#: src/fluxer_marketing/pages/help_category_page.gleam:136
msgid "Clear search"
-msgstr "Vymazat hledání"
+msgstr "Vymazat vyhledávání"
#: src/fluxer_marketing/pages/download_page.gleam:337
msgid "Code, issues, docs, and reviews"
-msgstr "Kód, issue, dokumentace a recenze"
+msgstr "Kód, issues, dokumentace a recenze"
#: src/fluxer_marketing/pages/press_page.gleam:124
msgid "Color Logo"
@@ -331,7 +331,7 @@ msgstr "Již brzy"
#: src/fluxer_marketing/pages/plutonium_page.gleam:367
#: src/fluxer_marketing/pages/plutonium_page.gleam:586
msgid "Coming soon"
-msgstr "Brzy bude k dispozici"
+msgstr "Již brzy"
#: src/fluxer_marketing/pages/plutonium_page.gleam:329
msgid "Communities"
@@ -357,7 +357,7 @@ msgstr "Podpora komunity"
#: src/fluxer_marketing/components/coming_features.gleam:38
msgid "Community templates"
-msgstr "Šablony komunit"
+msgstr "Šablony pro komunity"
#: src/fluxer_marketing/components/current_features.gleam:139
msgid "Compact mode and display options"
@@ -377,7 +377,7 @@ msgstr "Informace o společnosti"
#: src/fluxer_marketing/components/footer.gleam:278
#: src/fluxer_marketing/components/navigation.gleam:426
msgid "Connect"
-msgstr "Propojit"
+msgstr "Spojit se"
#: src/fluxer_marketing/pages/plutonium_page.gleam:1038
msgid "Connect from any client"
@@ -406,7 +406,7 @@ msgstr "Vytvořte si účet a pomozte nám vybudovat něco dobrého."
#: src/fluxer_marketing/pages/plutonium_page.gleam:1191
msgid "Create your Fluxer account to get that sweet Plutonium while it's hot."
-msgstr "Vytvořte si účet Fluxer a získejte to sladké Plutonium, dokud je k mání."
+msgstr "Vytvořte si účet Fluxer a získejte Plutonium, dokud je k mání."
#: src/fluxer_marketing/pages/partners_page.gleam:211
msgid "Creator Monetization"
@@ -492,11 +492,11 @@ msgstr "Design a branding"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:99
msgid "Desktop"
-msgstr "Desktop"
+msgstr "Počítač"
#: src/fluxer_marketing/components/footer.gleam:209
msgid "Developer Docs"
-msgstr "Dokumentace pro vývojáře"
+msgstr "Vývojářská dokumentace"
#: src/fluxer_marketing/components/communities_section.gleam:74
msgid "Developers"
@@ -519,7 +519,7 @@ msgstr "Objevování"
msgid "Display an exclusive Partner badge on your profile to stand out."
msgstr "Zobrazte na profilu exkluzivní odznak Partnera a odlište se."
-#: src/fluxer_marketing/pages/donate_page.gleam:367
+#: src/fluxer_marketing/pages/donate_page.gleam:366
msgid "Do I get anything in return?"
msgstr "Dostanu za to něco?"
@@ -548,22 +548,22 @@ msgstr "Přispět v USD"
msgid "Donate to Fluxer"
msgstr "Přispět Fluxeru"
-#: src/fluxer_marketing/pages/donate_page.gleam:298
+#: src/fluxer_marketing/pages/donate_page.gleam:297
msgid "Donate with Swish"
-msgstr "Darujte pomocí Swish"
+msgstr "Přispět přes Swish"
-#: src/fluxer_marketing/pages/donate_page.gleam:370
+#: src/fluxer_marketing/pages/donate_page.gleam:369
msgid "Donations are voluntary gifts and do not provide you with any product, service, ownership, or special rights. If you're looking for premium features, check out {0}."
msgstr "Příspěvky jsou dobrovolné dary a neposkytují vám žádný produkt, službu, vlastnictví ani zvláštní práva. Pokud hledáte prémiové funkce, podívejte se na {0}."
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:308
msgid "Done! You can now open Fluxer as if it were a regular program."
-msgstr "Hotovo! Nyní můžete otevřít Fluxer, jako by to byl běžný program."
+msgstr "Hotovo! Teď můžete Fluxer otevřít jako běžný program."
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:206
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:256
msgid "Done! You can open Fluxer from your home screen."
-msgstr "Hotovo! Můžete otevřít Fluxer z domovské obrazovky."
+msgstr "Hotovo! Fluxer teď můžete otevřít z domovské obrazovky."
#: src/fluxer_marketing/components/footer.gleam:132
#: src/fluxer_marketing/components/navigation.gleam:84
@@ -585,7 +585,7 @@ msgstr "Stáhněte si Fluxer pro Windows, macOS a Linux. Mobilní aplikace jsou
#: src/fluxer_marketing/pages/press_page.gleam:48
msgid "Download Fluxer logos, brand assets, and get in touch with our press team"
-msgstr "Stáhněte si loga Fluxeru, brandové materiály a spojte se s naším press týmem"
+msgstr "Stáhněte si loga Fluxeru, brandové podklady a spojte se s naším press týmem"
#: src/fluxer_marketing/components/platform_download_button.gleam:428
#: src/fluxer_marketing/components/platform_download_button.gleam:538
@@ -650,7 +650,7 @@ msgstr "Vstupenky na akce"
#: src/fluxer_marketing/pages/plutonium_page.gleam:1071
msgid "Everything in Free, plus:"
-msgstr "Vše z tarifu Free a navíc:"
+msgstr "Vše z tarifu Zdarma a navíc:"
#: src/fluxer_marketing/pages/partners_page.gleam:233
msgid "Exclusive Merch"
@@ -724,7 +724,7 @@ msgstr "Komunitní tým Fluxeru"
msgid "Fluxer Partner"
msgstr "Partner Fluxeru"
-#: src/fluxer_marketing/pages/donate_page.gleam:372
+#: src/fluxer_marketing/pages/donate_page.gleam:371
#: src/fluxer_marketing/pages/plutonium_page.gleam:51
#: src/fluxer_marketing/pages/plutonium_page.gleam:76
msgid "Fluxer Plutonium"
@@ -791,7 +791,7 @@ msgstr "Našli jste bezpečnostní problém?"
#: src/fluxer_marketing/pages/plutonium_page.gleam:175
#: src/fluxer_marketing/pages/plutonium_page.gleam:265
msgid "Free"
-msgstr "Free"
+msgstr "Zdarma"
#: src/fluxer_marketing/components/partner_section.gleam:97
#: src/fluxer_marketing/pages/partners_page.gleam:112
@@ -804,13 +804,13 @@ msgstr "Vlastní hosting zdarma"
#: src/fluxer_marketing/pages/plutonium_page.gleam:152
msgid "Free vs Plutonium"
-msgstr "Free vs Plutonium"
+msgstr "Zdarma vs Plutonium"
#: src/fluxer_marketing/components/locale_selector.gleam:129
msgid "French"
msgstr "Francouzština"
-#: src/fluxer_marketing/pages/donate_page.gleam:346
+#: src/fluxer_marketing/pages/donate_page.gleam:345
msgid "Frequently Asked Questions"
msgstr "Časté dotazy"
@@ -845,15 +845,15 @@ msgstr "Němčina"
#: src/fluxer_marketing/pages/plutonium_page.gleam:430
msgid "Get Plutonium"
-msgstr "Pořídit si Plutonium"
+msgstr "Získat Plutonium"
#: src/fluxer_marketing/components/plutonium_banner.gleam:79
msgid "Get Visionary"
-msgstr "Pořídit si Visionary"
+msgstr "Získat Visionary"
#: src/fluxer_marketing/pages/plutonium_page.gleam:1135
msgid "Get Visionary + Operator Pass"
-msgstr "Pořídit si Visionary + Operator Pass"
+msgstr "Získat Visionary + Operator Pass"
#: src/fluxer_marketing/pages/partners_page.gleam:148
msgid "Get an exclusive custom vanity URL like fluxer.gg/yourcommunity."
@@ -910,7 +910,7 @@ msgstr "Globální hlasové regiony"
#: src/fluxer_marketing/pages/not_found_page.gleam:78
msgid "Go home"
-msgstr "Na úvod"
+msgstr "Domů"
#: src/fluxer_marketing/components/current_features.gleam:104
msgid "Granular roles and permissions"
@@ -922,7 +922,7 @@ msgstr "Řečtina"
#: src/fluxer_marketing/pages/press_page.gleam:285
msgid "Have a story about Fluxer? Need more information or high-resolution assets?"
-msgstr "Máte příběh o Fluxeru? Potřebujete více informací nebo podklady ve vysokém rozlišení?"
+msgstr "Máte příběh o Fluxeru? Potřebujete víc informací nebo podklady ve vysokém rozlišení?"
#: src/fluxer_marketing/components/locale_selector.gleam:130
msgid "Hebrew"
@@ -1012,7 +1012,7 @@ msgstr "Maďarština"
#: src/fluxer_marketing/components/footer.gleam:329
msgid "IP geolocation data by "
-msgstr "Geolokační data IP od "
+msgstr "Geolokační data podle IP od "
#: src/fluxer_marketing/pages/help_article_page.gleam:223
#: src/fluxer_marketing/pages/help_article_page.gleam:365
@@ -1044,11 +1044,11 @@ msgstr "Nainstalujte Fluxer jako aplikaci"
msgid "Intel"
msgstr "Intel"
-#: src/fluxer_marketing/pages/donate_page.gleam:377
+#: src/fluxer_marketing/pages/donate_page.gleam:376
msgid "Is my donation tax-deductible?"
msgstr "Lze si příspěvek odečíst z daní?"
-#: src/fluxer_marketing/pages/donate_page.gleam:359
+#: src/fluxer_marketing/pages/donate_page.gleam:358
msgid "Is this a subscription?"
msgstr "Je to předplatné?"
@@ -1063,7 +1063,7 @@ msgstr "Japonština"
#: src/fluxer_marketing/components/final_cta.gleam:80
#: src/fluxer_marketing/pages/plutonium_page.gleam:1202
msgid "Join Fluxer"
-msgstr "Připojit se k Fluxeru"
+msgstr "Přidat se k Fluxeru"
#: src/fluxer_marketing/components/get_involved_section.gleam:86
#: src/fluxer_marketing/components/get_involved_section.gleam:91
@@ -1117,7 +1117,7 @@ msgstr "Zjistit více o Partners"
#: src/fluxer_marketing/components/plutonium_section.gleam:195
msgid "Learn more"
-msgstr "Zjistit více"
+msgstr "Zjistit víc"
#: src/fluxer_marketing/pages/plutonium_page.gleam:848
msgid "Lifetime Operator Pass"
@@ -1208,7 +1208,7 @@ msgstr "Nejoblíbenější"
#: src/fluxer_marketing/components/current_features.gleam:91
msgid "Mute, deafen, and camera controls"
-msgstr "Ztlumení, ohluchení a ovládání kamery"
+msgstr "Ztlumení, ohlušení a ovládání kamery"
#: src/fluxer_marketing/pages/help_search_page.gleam:135
msgid "No articles found"
@@ -1222,11 +1222,11 @@ msgstr "Nenalezeny žádné články."
msgid "No results found for"
msgstr "Nebyly nalezeny žádné výsledky pro"
-#: src/fluxer_marketing/pages/donate_page.gleam:380
+#: src/fluxer_marketing/pages/donate_page.gleam:379
msgid "No, donations to Fluxer are not tax-deductible as we are not a registered charitable organization."
msgstr "Ne, příspěvky pro Fluxer nelze odečíst z daní, protože nejsme registrovaná charitativní organizace."
-#: src/fluxer_marketing/pages/donate_page.gleam:362
+#: src/fluxer_marketing/pages/donate_page.gleam:361
msgid "No, this is a one-time donation. You choose the amount you want to give, and there are no recurring charges."
msgstr "Ne, je to jednorázový příspěvek. Vyberete si částku, kterou chcete darovat, a nic se neopakuje."
@@ -1291,7 +1291,7 @@ msgstr "Operator Pass"
#: src/fluxer_marketing/components/coming_features.gleam:31
msgid "Opt-in E2EE messaging"
-msgstr "Zprávy E2EE s volbou"
+msgstr "Volitelné E2EE zprávy"
#: src/fluxer_marketing/components/current_features.gleam:74
msgid "Organized channels for communities"
@@ -1377,7 +1377,7 @@ msgstr "Press"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:246
msgid "Press \"Add to Home Screen\""
-msgstr "Stiskněte \\\"Přidat na domovskou obrazovku\\"
+msgstr "Stiskněte \"Přidat na domovskou obrazovku\""
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:249
msgid "Press \"Add\" in the upper-right corner"
@@ -1385,11 +1385,11 @@ msgstr "Stiskněte \"Přidat\" v pravém horním rohu"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:200
msgid "Press \"Install app\""
-msgstr "Stiskněte \"Nainstalovat aplikaci"
+msgstr "Stiskněte \"Nainstalovat aplikaci\""
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:301
msgid "Press \"Install\" in the popup that appears"
-msgstr "Stiskněte \"Nainstalovat\" vyskakovacím okně, které se objeví"
+msgstr "Stiskněte \"Nainstalovat\" ve vyskakovacím okně, které se objeví"
#: src/fluxer_marketing/pages/press_page.gleam:45
#: src/fluxer_marketing/pages/press_page.gleam:65
@@ -1499,7 +1499,7 @@ msgstr "Jste připraveni na upgrade?"
#: src/fluxer_marketing/components/get_involved_section.gleam:80
msgid "Register now"
-msgstr "Zaregistrovat se"
+msgstr "Zaregistrujte se"
#: src/fluxer_marketing/components/footer.gleam:311
msgid "Report a bug"
@@ -1842,11 +1842,11 @@ msgstr "Zatím používejte Fluxer v mobilním prohlížeči"
#: src/fluxer_marketing/pages/plutonium_page.gleam:378
msgid "Use animated emojis"
-msgstr "Používat animované emoji"
+msgstr "Používejte animované emoji"
#: src/fluxer_marketing/components/current_features.gleam:154
msgid "Use our desktop client (mobile coming soon)"
-msgstr "Použijte naši desktopovou aplikaci (mobilní verze brzy k dispozici)"
+msgstr "Používejte naši desktopovou aplikaci (mobilní verze již brzy)"
#: src/fluxer_marketing/pages/plutonium_page.gleam:604
msgid "Use your favorite emojis and stickers from any community, anywhere across Fluxer."
@@ -1895,7 +1895,7 @@ msgstr "Hlas a video"
#: src/fluxer_marketing/pages/careers_page.gleam:396
msgid "Want to help build Fluxer?"
-msgstr "Chcete pomoci budovat Fluxer?"
+msgstr "Chcete pomoct budovat Fluxer?"
#: src/fluxer_marketing/pages/careers_page.gleam:94
msgid "Ways to contribute"
@@ -1937,7 +1937,7 @@ msgstr "Byznys kolem Fluxeru teprve stavíme a na placené role zatím nejsme ú
msgid "Webhooks and bot support"
msgstr "Webhooky a podpora botů"
-#: src/fluxer_marketing/pages/donate_page.gleam:351
+#: src/fluxer_marketing/pages/donate_page.gleam:350
msgid "What does my donation support?"
msgstr "Co můj příspěvek podporuje?"
@@ -1953,9 +1953,9 @@ msgstr "Co je dostupné dnes"
msgid "What's coming next"
msgstr "Co přijde dál"
-#: src/fluxer_marketing/pages/donate_page.gleam:385
+#: src/fluxer_marketing/pages/donate_page.gleam:384
msgid "What's the difference between Individual and Business?"
-msgstr "Jaký je rozdíl mezi Jednotlivec a Firma?"
+msgstr "Jaký je rozdíl mezi „Jednotlivec“ a „Firma“?"
#: src/fluxer_marketing/pages/press_page.gleam:226
msgid "White"
@@ -1989,7 +1989,7 @@ msgstr "Vaše komunita získá ověřený status pro vyšší důvěryhodnost a
msgid "Your community receives increased limits when you need them."
msgstr "Vaše komunita dostane zvýšené limity, kdykoli je potřebujete."
-#: src/fluxer_marketing/pages/donate_page.gleam:354
+#: src/fluxer_marketing/pages/donate_page.gleam:353
msgid "Your donation helps fund Fluxer's infrastructure costs, including servers, bandwidth, storage, and ongoing development of new features. It helps us maintain and improve the platform for everyone."
msgstr "Váš příspěvek pomáhá financovat náklady na infrastrukturu Fluxeru — včetně serverů, konektivity, úložiště a průběžného vývoje nových funkcí. Díky tomu můžeme platformu udržovat a zlepšovat pro všechny."
@@ -2034,7 +2034,7 @@ msgid "one-time purchase"
msgstr "jednorázový nákup"
#: src/fluxer_marketing/components/plutonium_section.gleam:68
-#: src/fluxer_marketing/pages/donate_page.gleam:284
+#: src/fluxer_marketing/pages/donate_page.gleam:282
#: src/fluxer_marketing/pages/plutonium_page.gleam:106
#: src/fluxer_marketing/pages/plutonium_page.gleam:230
msgid "or"
@@ -2059,4 +2059,3 @@ msgstr "Zbývá {0} z {1} slotů"
#: src/fluxer_marketing/components/footer.gleam:325
msgid "© Fluxer Platform AB (Swedish limited liability company: 559537-3993)"
msgstr "© Fluxer Platform AB (švédská společnost s ručením omezeným: 559537-3993)"
-
diff --git a/fluxer_marketing/locales/da/messages.po b/fluxer_marketing/locales/da/messages.po
index f182214c..459a2fc2 100644
--- a/fluxer_marketing/locales/da/messages.po
+++ b/fluxer_marketing/locales/da/messages.po
@@ -10,7 +10,7 @@ msgstr " i Chrome"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:288
msgid " in Chrome or another browser with PWA support"
-msgstr " i Chrome eller en anden browser med PWA-support"
+msgstr " i Chrome eller en anden browser med PWA-understøttelse"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:236
msgid " in Safari"
@@ -37,15 +37,15 @@ msgstr "/år"
#: src/fluxer_marketing/pages/plutonium_page.gleam:654
msgid "500MB uploads, 4000 character messages, 300 bookmarks, 50 emoji packs, and much more."
-msgstr "500 MB uploads, beskeder på 4.000 tegn, 300 bogmærker, 50 emojipakker – og meget mere."
+msgstr "Uploads op til 500 MB, beskeder på 4.000 tegn, 300 bogmærker, 50 emojipakker – og meget mere."
#: src/fluxer_marketing/components/communities_section.gleam:86
msgid "A chat platform that answers to you, not investors. It's ad-free, open source, community-funded, and never sells your data or nags you with upgrade pop-ups."
-msgstr "En chatplatform, der står til ansvar over for dig – ikke investorer. Den er reklamefri, open source, fællesskabsfinansieret og sælger aldrig dine data eller plager dig med opgraderings-popups."
+msgstr "En chatplatform, der er til for dig – ikke investorer. Den er reklamefri, open source, finansieret af fællesskabet og sælger aldrig dine data eller plager dig med opgraderings-popups."
#: src/fluxer_marketing/pages/careers_page.gleam:219
msgid "A non-paid role for recurring contributors who help shape Fluxer alongside the core team."
-msgstr "En ulønnet rolle for faste bidragydere, der er med til at forme Fluxer sammen med kerneteamet."
+msgstr "En ulønnet rolle for løbende bidragydere, der er med til at forme Fluxer sammen med kerneteamet."
#: src/fluxer_marketing/pages/plutonium_page.gleam:1074
msgid "Access to Fluxer Operators community"
@@ -53,19 +53,19 @@ msgstr "Adgang til Fluxer Operators-fællesskabet"
#: src/fluxer_marketing/pages/partners_page.gleam:225
msgid "Access to VIP voice servers reserved exclusively for partnered communities."
-msgstr "Adgang til VIP-voiceservere, der er forbeholdt partner-communities."
+msgstr "Adgang til VIP-voice-servere, der udelukkende er for partnerfællesskaber."
#: src/fluxer_marketing/components/coming_features.gleam:48
msgid "Activity sharing"
-msgstr "Deling af aktivitet"
+msgstr "Aktivitetsdeling"
#: src/fluxer_marketing/pages/download_page.gleam:228
msgid "Add Fluxer to your home screen to hide the browser UI."
-msgstr "Tilføj Fluxer til din hjemmeskærm for at skjule browserens brugerflade."
+msgstr "Tilføj Fluxer til hjemmeskærmen for at skjule browserens brugerflade."
#: src/fluxer_marketing/components/current_features.gleam:133
msgid "Add custom emojis, save media for later, and style the app with custom CSS."
-msgstr "Tilføj brugerdefinerede emojis, gem medier til senere, og tilpas appen med egen CSS."
+msgstr "Tilføj egne emojis, gem medier til senere, og tilpas appen med din egen CSS."
#: src/fluxer_marketing/pages/plutonium_page.gleam:1124
msgid "After the offer ends, Operator Pass stays available on its own."
@@ -77,11 +77,15 @@ msgstr "Alle nuværende og fremtidige Plutonium-fordele – for altid"
#: src/fluxer_marketing/components/current_features.gleam:55
msgid "All the basics you expect, plus a few things you don't."
-msgstr "Alt det basale, du forventer – plus et par ting, du ikke gør."
+msgstr "Alt det grundlæggende, du forventer – og lidt til."
#: src/fluxer_marketing/components/locale_selector.gleam:102
msgid "All translations are currently LLM-generated with minimal human revision. We'd love to get real people to help us out localizing Fluxer into your language! To do so, shoot an email to i18n@fluxer.app and we'll be happy to accept your contributions."
-msgstr "Alle oversættelser er lige nu LLM-genererede med minimal menneskelig revision. Vi vil rigtig gerne have rigtige mennesker til at hjælpe os med at lokalisere Fluxer til dit sprog! Send en mail til i18n@fluxer.app, så tager vi med glæde imod dine bidrag."
+msgstr "Alle oversættelser er lige nu LLM-genererede og kun let gennemgået af mennesker. Vi vil rigtig gerne have rigtige mennesker til at hjælpe os med at oversætte Fluxer til dit sprog! Send en mail til i18n@fluxer.app, så tager vi med glæde imod dine bidrag."
+
+#: src/fluxer_marketing/components/hero.gleam:64
+msgid "An open-source, independent instant messaging and VoIP platform. Built for friends, groups, and communities."
+msgstr "En open source, uafhængig platform til chat og VoIP. Bygget til venner, grupper og fællesskaber."
#: src/fluxer_marketing/components/platform_download_button.gleam:524
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:97
@@ -108,7 +112,7 @@ msgstr "Apple Silicon"
#: src/fluxer_marketing/pages/partners_page.gleam:448
msgid "Apply at partners@fluxer.app"
-msgstr "Ansøg via partners@fluxer.app"
+msgstr "Søg på partners@fluxer.app"
#: src/fluxer_marketing/components/get_involved_section.gleam:170
msgid "Approved reports grant access to Fluxer Testers, where you can earn points for Plutonium codes and the Bug Hunter badge."
@@ -128,15 +132,15 @@ msgstr "Artikler i dette afsnit"
#: src/fluxer_marketing/components/current_features.gleam:106
msgid "Audit logs for transparency"
-msgstr "Auditlogs for gennemsigtighed"
+msgstr "Revisionslogs for gennemsigtighed"
-#: src/fluxer_marketing/pages/donate_page.gleam:302
+#: src/fluxer_marketing/pages/donate_page.gleam:301
msgid "Available for Swedish bank accounts"
msgstr "Tilgængelig for svenske bankkonti"
#: src/fluxer_marketing/pages/download_page.gleam:67
msgid "Available on your desktop — and on the web"
-msgstr "Tilgængelig på din computer — og på webben"
+msgstr "Tilgængelig på din computer – og på webben"
#: src/fluxer_marketing/pages/help_article_page.gleam:182
msgid "Back to "
@@ -149,7 +153,7 @@ msgstr "Tilbage til Hjælpecenteret"
#: src/fluxer_marketing/pages/plutonium_page.gleam:674
msgid "Be the first to try new features before they're released to everyone else."
-msgstr "Vær den første til at prøve nye funktioner, før de bliver rullet ud til alle andre."
+msgstr "Vær den første til at prøve nye funktioner, før de rulles ud til alle andre."
#: src/fluxer_marketing/components/partner_section.gleam:64
#: src/fluxer_marketing/pages/careers_page.gleam:173
@@ -208,9 +212,9 @@ msgstr "Bluesky"
msgid "Bookmarked messages"
msgstr "Bogmærkede beskeder"
-#: src/fluxer_marketing/pages/donate_page.gleam:388
+#: src/fluxer_marketing/pages/donate_page.gleam:387
msgid "Both donation types support the same cause equally. The only difference is that Business donations allow you to specify a tax ID (if applicable) and receive a PDF invoice when finalized, which can be useful for company accounting purposes."
-msgstr "Begge donationstyper støtter den samme sag lige meget. Den eneste forskel er, at erhvervsdonationer gør det muligt at angive et CVR-/skatte-ID (hvis relevant) og modtage en PDF-faktura, når donationen er gennemført – hvilket kan være nyttigt til virksomhedens bogføring."
+msgstr "Begge donationstyper støtter den samme sag i lige høj grad. Den eneste forskel er, at erhvervsdonationer giver mulighed for at angive et CVR-/skatte-ID (hvis relevant) og modtage en PDF-faktura, når donationen er gennemført – hvilket kan være nyttigt til virksomhedens bogføring."
#: src/fluxer_marketing/pages/press_page.gleam:200
msgid "Brand Colors"
@@ -238,11 +242,7 @@ msgstr "Gennemse hjælpeartikler om "
#: src/fluxer_marketing/components/communities_section.gleam:44
msgid "Built for communities of all kinds."
-msgstr "Bygget til fællesskaber i alle former."
-
-#: src/fluxer_marketing/components/hero.gleam:64
-msgid "Built for friends, groups, and communities. Text, voice, and video. Open source and community-funded."
-msgstr "Bygget til venner, grupper og fællesskaber. Tekst, tale og video. Open source og fællesskabsfinansieret."
+msgstr "Bygget til fællesskaber i alle afskygninger."
#: src/fluxer_marketing/components/locale_selector.gleam:119
msgid "Bulgarian"
@@ -250,11 +250,11 @@ msgstr "Bulgarsk"
#: src/fluxer_marketing/pages/donate_page.gleam:177
msgid "Business"
-msgstr "Virksomhed"
+msgstr "Erhverv"
#: src/fluxer_marketing/components/coming_features.gleam:56
msgid "Call pop-out"
-msgstr "Opkald i eget vindue"
+msgstr "Opkald i separat vindue"
#: src/fluxer_marketing/components/footer.gleam:220
#: src/fluxer_marketing/components/navigation.gleam:358
@@ -273,7 +273,7 @@ msgstr "Skift sprog"
#: src/fluxer_marketing/components/hero.gleam:59
msgid "Chat that puts you first"
-msgstr "Chat, der sætter dig først"
+msgstr "Chatten på din side"
#: src/fluxer_marketing/components/locale_selector.gleam:150
msgid "Chinese (Simplified)"
@@ -377,20 +377,20 @@ msgstr "Virksomhedsoplysninger"
#: src/fluxer_marketing/components/footer.gleam:278
#: src/fluxer_marketing/components/navigation.gleam:426
msgid "Connect"
-msgstr "Forbind"
+msgstr "Kontakt"
#: src/fluxer_marketing/pages/plutonium_page.gleam:1038
msgid "Connect from any client"
-msgstr "Opret forbindelse fra enhver klient"
+msgstr "Forbind fra enhver klient"
#: src/fluxer_marketing/pages/help_article_page.gleam:233
#: src/fluxer_marketing/pages/help_article_page.gleam:375
msgid "Contact Support"
-msgstr "Kontakt support"
+msgstr "Kontakt supporten"
#: src/fluxer_marketing/components/partner_section.gleam:70
msgid "Content creators and community owners: unlock exclusive perks including free Plutonium, a Partner badge, custom vanity URLs, and more."
-msgstr "Indholdsskabere og community-ejere: få eksklusive fordele som gratis Plutonium, et Partner-badge, brugerdefinerede vanity-URL’er og meget mere."
+msgstr "Indholdsskabere og community-ejere: få eksklusive fordele som gratis Plutonium, et Partner-badge, en eksklusiv vanity-URL og meget mere."
#: src/fluxer_marketing/components/get_involved_section.gleam:178
msgid "Contribute code"
@@ -402,7 +402,7 @@ msgstr "Bidrag på GitHub"
#: src/fluxer_marketing/components/final_cta.gleam:69
msgid "Create an account and help us build something good."
-msgstr "Opret en konto og hjælp os med at bygge noget godt."
+msgstr "Opret en konto og vær med til at bygge noget godt."
#: src/fluxer_marketing/pages/plutonium_page.gleam:1191
msgid "Create your Fluxer account to get that sweet Plutonium while it's hot."
@@ -410,11 +410,11 @@ msgstr "Opret din Fluxer-konto og snup det lækre Plutonium, mens du kan."
#: src/fluxer_marketing/pages/partners_page.gleam:211
msgid "Creator Monetization"
-msgstr "Indtjening for creators"
+msgstr "Skaberindtjening"
#: src/fluxer_marketing/components/coming_features.gleam:50
msgid "Creator monetization"
-msgstr "Indtjening for creators"
+msgstr "Skaberindtjening"
#: src/fluxer_marketing/components/communities_section.gleam:62
msgid "Creators"
@@ -426,29 +426,29 @@ msgstr "Kroatisk"
#: src/fluxer_marketing/pages/plutonium_page.gleam:280
msgid "Custom 4-digit username tag"
-msgstr "Brugerdefineret 4-cifret brugernavnetag"
+msgstr "Eget 4-cifret brugernavnetag"
#: src/fluxer_marketing/components/current_features.gleam:138
msgid "Custom CSS themes"
-msgstr "Brugerdefinerede CSS-temaer"
+msgstr "Egne CSS-temaer"
#: src/fluxer_marketing/pages/partners_page.gleam:145
msgid "Custom Vanity URL"
-msgstr "Brugerdefineret vanity-URL"
+msgstr "Eksklusiv vanity-URL"
#: src/fluxer_marketing/pages/plutonium_page.gleam:315
#: src/fluxer_marketing/pages/plutonium_page.gleam:631
msgid "Custom entrance sounds"
-msgstr "Brugerdefinerede indgangslyde"
+msgstr "Egne indgangslyde"
#: src/fluxer_marketing/components/plutonium_section.gleam:127
msgid "Custom identity"
-msgstr "Brugerdefineret identitet"
+msgstr "Egen identitet"
#: src/fluxer_marketing/pages/plutonium_page.gleam:322
#: src/fluxer_marketing/pages/plutonium_page.gleam:641
msgid "Custom notification sounds"
-msgstr "Brugerdefinerede notifikationslyde"
+msgstr "Egne notifikationslyde"
#: src/fluxer_marketing/pages/plutonium_page.gleam:413
msgid "Custom themes"
@@ -456,11 +456,11 @@ msgstr "Brugerdefinerede temaer"
#: src/fluxer_marketing/pages/plutonium_page.gleam:561
msgid "Custom username tag"
-msgstr "Brugerdefineret brugernavnetag"
+msgstr "Eget brugernavnetag"
#: src/fluxer_marketing/pages/plutonium_page.gleam:308
msgid "Custom video backgrounds"
-msgstr "Brugerdefinerede videobaggrunde"
+msgstr "Egne videobaggrunde"
#: src/fluxer_marketing/components/current_features.gleam:130
msgid "Customization"
@@ -492,7 +492,7 @@ msgstr "Design og branding"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:99
msgid "Desktop"
-msgstr "Desktop"
+msgstr "Computer"
#: src/fluxer_marketing/components/footer.gleam:209
msgid "Developer Docs"
@@ -513,13 +513,13 @@ msgstr "Direkte support fra teamet"
#: src/fluxer_marketing/components/coming_features.gleam:44
msgid "Discovery"
-msgstr "Opdag"
+msgstr "Opdagelse"
#: src/fluxer_marketing/pages/partners_page.gleam:126
msgid "Display an exclusive Partner badge on your profile to stand out."
msgstr "Vis et eksklusivt Partner-badge på din profil og skil dig ud."
-#: src/fluxer_marketing/pages/donate_page.gleam:367
+#: src/fluxer_marketing/pages/donate_page.gleam:366
msgid "Do I get anything in return?"
msgstr "Får jeg noget igen?"
@@ -548,22 +548,22 @@ msgstr "Donér i USD"
msgid "Donate to Fluxer"
msgstr "Donér til Fluxer"
-#: src/fluxer_marketing/pages/donate_page.gleam:298
+#: src/fluxer_marketing/pages/donate_page.gleam:297
msgid "Donate with Swish"
msgstr "Donér med Swish"
-#: src/fluxer_marketing/pages/donate_page.gleam:370
+#: src/fluxer_marketing/pages/donate_page.gleam:369
msgid "Donations are voluntary gifts and do not provide you with any product, service, ownership, or special rights. If you're looking for premium features, check out {0}."
msgstr "Donationer er frivillige gaver og giver dig ikke noget produkt, nogen service, ejerskab eller særlige rettigheder. Hvis du leder efter premium-funktioner, så tjek {0}."
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:308
msgid "Done! You can now open Fluxer as if it were a regular program."
-msgstr "Færdig! Du kan nu åbne Fluxer, som om det var et almindeligt program."
+msgstr "Færdig! Nu kan du åbne Fluxer, som var det et almindeligt program."
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:206
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:256
msgid "Done! You can open Fluxer from your home screen."
-msgstr "Færdig! Du kan åbne Fluxer fra din startskærm."
+msgstr "Færdig! Nu kan du åbne Fluxer fra hjemmeskærmen."
#: src/fluxer_marketing/components/footer.gleam:132
#: src/fluxer_marketing/components/navigation.gleam:84
@@ -581,11 +581,11 @@ msgstr "Download Fluxer"
#: src/fluxer_marketing/pages/download_page.gleam:49
msgid "Download Fluxer for Windows, macOS, and Linux. Mobile apps are underway."
-msgstr "Download Fluxer til Windows, macOS og Linux. Mobilapps er undervejs."
+msgstr "Download Fluxer til Windows, macOS og Linux. Mobilapps er på vej."
#: src/fluxer_marketing/pages/press_page.gleam:48
msgid "Download Fluxer logos, brand assets, and get in touch with our press team"
-msgstr "Download Fluxer-logoer, brandmaterialer og kontakt vores presseteam"
+msgstr "Download Fluxer-logoer, brandmaterialer, og kontakt vores presseteam"
#: src/fluxer_marketing/components/platform_download_button.gleam:428
#: src/fluxer_marketing/components/platform_download_button.gleam:538
@@ -602,7 +602,7 @@ msgstr "Download til macOS"
#: src/fluxer_marketing/pages/press_page.gleam:68
msgid "Download our logos, learn about our brand colors, and get in touch with our press team."
-msgstr "Download vores logoer, lær om vores brandfarver, og kontakt vores presseteam."
+msgstr "Download vores logoer, læs om vores brandfarver, og kontakt vores presseteam."
#: src/fluxer_marketing/components/locale_selector.gleam:139
msgid "Dutch"
@@ -622,7 +622,7 @@ msgstr "Tidlig adgang"
#: src/fluxer_marketing/pages/partners_page.gleam:214
msgid "Early access to creator monetization features with lower platform fees than non-partners."
-msgstr "Tidlig adgang til funktioner til creator-indtjening med lavere platformgebyrer end for ikke-partnere."
+msgstr "Tidlig adgang til skaberindtjening med lavere platformgebyrer end for ikke-partnere."
#: src/fluxer_marketing/pages/plutonium_page.gleam:406
msgid "Early access to new features"
@@ -646,11 +646,11 @@ msgstr "Engelsk (US)"
#: src/fluxer_marketing/components/coming_features.gleam:43
msgid "Event tickets"
-msgstr "Eventbilletter"
+msgstr "Billetter til arrangementer"
#: src/fluxer_marketing/pages/plutonium_page.gleam:1071
msgid "Everything in Free, plus:"
-msgstr "Alt i Gratis, plus:"
+msgstr "Alt i Gratis – plus:"
#: src/fluxer_marketing/pages/partners_page.gleam:233
msgid "Exclusive Merch"
@@ -674,11 +674,11 @@ msgstr "Funktion"
#: src/fluxer_marketing/pages/partners_page.gleam:167
msgid "Featured in Discovery"
-msgstr "Fremhævet i Opdag"
+msgstr "Fremhævet i Opdagelse"
#: src/fluxer_marketing/components/coming_features.gleam:30
msgid "Federation"
-msgstr "Fællesskab"
+msgstr "Føderation"
#: src/fluxer_marketing/pages/plutonium_page.gleam:357
msgid "File upload size"
@@ -690,7 +690,7 @@ msgstr "Filtrér efter brugere, datoer og meget mere"
#: src/fluxer_marketing/pages/help_center_page.gleam:49
msgid "Find answers to common questions and learn how to use Fluxer."
-msgstr "Find svar på almindelige spørgsmål og lær at bruge Fluxer."
+msgstr "Find svar på de mest almindelige spørgsmål og lær at bruge Fluxer."
#: src/fluxer_marketing/components/current_features.gleam:117
msgid "Find old messages or jump between communities and channels in seconds."
@@ -706,7 +706,7 @@ msgstr "Finsk"
#: src/fluxer_marketing/pages/careers_page.gleam:121
msgid "Fix bugs, ship features, or polish the experience in our main repo."
-msgstr "Ret bugs, lancér nye funktioner eller finpuds oplevelsen i vores hovedrepo."
+msgstr "Ret fejl, ship features, eller finpuds oplevelsen i vores hovedrepo."
#: src/fluxer_marketing/components/footer.gleam:99
msgid "Fluxer"
@@ -724,7 +724,7 @@ msgstr "Fluxers community-team"
msgid "Fluxer Partner"
msgstr "Fluxer-partner"
-#: src/fluxer_marketing/pages/donate_page.gleam:372
+#: src/fluxer_marketing/pages/donate_page.gleam:371
#: src/fluxer_marketing/pages/plutonium_page.gleam:51
#: src/fluxer_marketing/pages/plutonium_page.gleam:76
msgid "Fluxer Plutonium"
@@ -740,11 +740,11 @@ msgstr "Fluxers vilkår for brug"
#: src/fluxer_marketing/pages/careers_page.gleam:105
msgid "Fluxer is built in the open. Pick the path that fits how you like to help."
-msgstr "Fluxer bliver bygget i det åbne. Vælg den vej, der passer til, hvordan du bedst kan lide at hjælpe."
+msgstr "Fluxer bygges i det åbne. Vælg den vej, der passer til den måde, du helst vil hjælpe på."
#: src/fluxer_marketing/pages/download_page.gleam:303
msgid "Fluxer is community-funded. If you'd like to help support iOS and Android development:"
-msgstr "Fluxer er fællesskabsfinansieret. Hvis du vil hjælpe med at støtte iOS- og Android-udviklingen:"
+msgstr "Fluxer er finansieret af fællesskabet. Hvis du vil hjælpe med at støtte iOS- og Android-udviklingen:"
#: src/fluxer_marketing/pages/plutonium_page.gleam:991
msgid "Fluxer is free and open source. Anyone can self-host for free."
@@ -764,7 +764,7 @@ msgstr "Følg os på Bluesky"
#: src/fluxer_marketing/pages/press_page.gleam:230
msgid "For backgrounds, text on dark surfaces, and creating contrast."
-msgstr "Til baggrunde, tekst på mørke flader og til at skabe kontrast."
+msgstr "Til baggrunde, tekst på mørke flader og for at skabe kontrast."
#: src/fluxer_marketing/pages/press_page.gleam:111
#: src/fluxer_marketing/pages/press_page.gleam:165
@@ -778,7 +778,7 @@ msgstr "Til lyse baggrunde"
#: src/fluxer_marketing/pages/press_page.gleam:237
msgid "For text, icons on light surfaces, and creating depth."
-msgstr "Til tekst, ikoner på lyse flader og til at skabe dybde."
+msgstr "Til tekst og ikoner på lyse flader – og for at skabe dybde."
#: src/fluxer_marketing/pages/plutonium_page.gleam:189
msgid "Forever"
@@ -786,7 +786,7 @@ msgstr "For altid"
#: src/fluxer_marketing/components/get_involved_section.gleam:189
msgid "Found a security issue?"
-msgstr "Har du fundet et sikkerhedsproblem?"
+msgstr "Fundet en sikkerhedsfejl?"
#: src/fluxer_marketing/pages/plutonium_page.gleam:175
#: src/fluxer_marketing/pages/plutonium_page.gleam:265
@@ -804,19 +804,19 @@ msgstr "Gratis self-hosting"
#: src/fluxer_marketing/pages/plutonium_page.gleam:152
msgid "Free vs Plutonium"
-msgstr "Gratis vs Plutonium"
+msgstr "Gratis vs. Plutonium"
#: src/fluxer_marketing/components/locale_selector.gleam:129
msgid "French"
msgstr "Fransk"
-#: src/fluxer_marketing/pages/donate_page.gleam:346
+#: src/fluxer_marketing/pages/donate_page.gleam:345
msgid "Frequently Asked Questions"
msgstr "Ofte stillede spørgsmål"
#: src/fluxer_marketing/components/hackernews_banner.gleam:72
msgid "From HN?"
-msgstr "Fra HN?"
+msgstr "Kommer du fra HN?"
#: src/fluxer_marketing/components/current_features.gleam:72
msgid "Full Markdown support in messages"
@@ -833,7 +833,7 @@ msgstr "Fuldfarveversion"
#: src/fluxer_marketing/components/current_features.gleam:152
msgid "Fully open source (AGPLv3)"
-msgstr "100% open source (AGPLv3)"
+msgstr "Fuldt open source (AGPLv3)"
#: src/fluxer_marketing/components/communities_section.gleam:57
msgid "Gaming"
@@ -857,7 +857,7 @@ msgstr "Få Visionary + Operator Pass"
#: src/fluxer_marketing/pages/partners_page.gleam:148
msgid "Get an exclusive custom vanity URL like fluxer.gg/yourcommunity."
-msgstr "Få en eksklusiv, brugerdefineret vanity-URL som fluxer.gg/ditfaellesskab."
+msgstr "Få en eksklusiv vanity-URL som fluxer.gg/ditfaellesskab."
#: src/fluxer_marketing/pages/partners_page.gleam:236
msgid "Get exclusive Fluxer Partner-only merchandise and swag."
@@ -869,7 +869,7 @@ msgstr "Få gratis Plutonium på din konto, så du kan nyde alle premium-funktio
#: src/fluxer_marketing/pages/partners_page.gleam:170
msgid "Get heightened visibility by being featured in Community Discovery."
-msgstr "Få større synlighed ved at blive fremhævet i Fællesskabsopdagelse."
+msgstr "Få større synlighed ved at blive fremhævet i Community Discovery."
#: src/fluxer_marketing/pages/not_found_page.gleam:87
msgid "Get help"
@@ -881,7 +881,7 @@ msgstr "Vær med"
#: src/fluxer_marketing/pages/plutonium_page.gleam:956
msgid "Get lifetime Plutonium on Fluxer.app plus an Operator Pass for self-hosting. Pay {0} one-time. Available until October 1, 2026 or when {1} slots are claimed."
-msgstr "Få Plutonium for livet på Fluxer.app plus et Operator Pass til self-hosting. Betal {0} én gang. Tilgængeligt indtil 1. oktober 2026 eller indtil {1} pladser er taget."
+msgstr "Få Plutonium for livet på Fluxer.app plus et Operator Pass til self-hosting. Betal {0} én gang. Tilgængeligt indtil 1. oktober 2026 eller når {1} pladser er taget."
#: src/fluxer_marketing/components/plutonium_section.gleam:51
msgid "Get more with Fluxer Plutonium"
@@ -893,7 +893,7 @@ msgstr "Få fordele og hjælp med at finansiere udviklingen"
#: src/fluxer_marketing/pages/download_page.gleam:237
msgid "Get push notifications when you're away from the app."
-msgstr "Få push-notifikationer, når du er væk fra appen."
+msgstr "Få pushnotifikationer, når du ikke er i appen."
#: src/fluxer_marketing/components/get_involved_section.gleam:89
msgid "Get updates, see upcoming features, discuss suggestions, and chat with the team."
@@ -914,7 +914,7 @@ msgstr "Gå til forsiden"
#: src/fluxer_marketing/components/current_features.gleam:104
msgid "Granular roles and permissions"
-msgstr "Detaljerede roller og tilladelser"
+msgstr "Finmaskede roller og tilladelser"
#: src/fluxer_marketing/components/locale_selector.gleam:123
msgid "Greek"
@@ -922,7 +922,7 @@ msgstr "Græsk"
#: src/fluxer_marketing/pages/press_page.gleam:285
msgid "Have a story about Fluxer? Need more information or high-resolution assets?"
-msgstr "Har du en historie om Fluxer? Brug for mere information eller højopløselige materialer?"
+msgstr "Har du en historie om Fluxer? Har du brug for mere information eller højopløseligt materiale?"
#: src/fluxer_marketing/components/locale_selector.gleam:130
msgid "Hebrew"
@@ -959,11 +959,11 @@ msgstr "Støt en uafhængig kommunikationsplatform. Din donation finansierer pla
#: src/fluxer_marketing/pages/careers_page.gleam:132
msgid "Help translate Fluxer and its docs so it feels native everywhere."
-msgstr "Hjælp med at oversætte Fluxer og vores dokumentation, så det føles hjemmevant overalt."
+msgstr "Hjælp med at oversætte Fluxer og dokumentationen, så det føles hjemmevant overalt."
#: src/fluxer_marketing/pages/careers_page.gleam:69
msgid "Help us build a different kind of communication platform — open source, community-funded, and built with care."
-msgstr "Hjælp os med at bygge en anden slags kommunikationsplatform — open source, fællesskabsfinansieret og bygget med omtanke."
+msgstr "Hjælp os med at bygge en anden slags kommunikationsplatform – open source, fællesskabsfinansieret og bygget med omtanke."
#: src/fluxer_marketing/pages/donate_page.gleam:89
msgid "Help us build an independent communication platform that puts users first."
@@ -987,11 +987,11 @@ msgstr "Hobbyfolk"
#: src/fluxer_marketing/components/current_features.gleam:85
msgid "Hop in a call with friends or share your screen to work together."
-msgstr "Hop i et opkald med venner, eller del din skærm for at arbejde sammen."
+msgstr "Hop på et opkald med venner, eller del din skærm og arbejd sammen."
#: src/fluxer_marketing/components/current_features.gleam:153
msgid "Host your own instance"
-msgstr "Host din egen instans"
+msgstr "Kør din egen instans"
#: src/fluxer_marketing/pages/help_center_page.gleam:64
#: src/fluxer_marketing/pages/help_search_page.gleam:63
@@ -1000,7 +1000,7 @@ msgstr "Hvordan kan vi hjælpe?"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:39
msgid "How to install as an app"
-msgstr "Hvordan man installerer som en app"
+msgstr "Sådan installerer du som app"
#: src/fluxer_marketing/pages/partners_page.gleam:434
msgid "How you plan to use Fluxer with your community"
@@ -1012,16 +1012,16 @@ msgstr "Ungarsk"
#: src/fluxer_marketing/components/footer.gleam:329
msgid "IP geolocation data by "
-msgstr "IP-geolokationsdata fra "
+msgstr "IP-geolokationsdata leveret af "
#: src/fluxer_marketing/pages/help_article_page.gleam:223
#: src/fluxer_marketing/pages/help_article_page.gleam:365
msgid "If you couldn't find what you're looking for, our support team is here to help."
-msgstr "Hvis du ikke kunne finde det, du leder efter, står vores supportteam klar til at hjælpe."
+msgstr "Hvis du ikke fandt det, du ledte efter, står vores supportteam klar til at hjælpe."
#: src/fluxer_marketing/pages/careers_page.gleam:176
msgid "If you're a creator or community owner, explore the Partner program and its perks."
-msgstr "Hvis du er creator eller ejer et fællesskab, så udforsk Partner-programmet og fordelene."
+msgstr "Hvis du er skaber eller ejer et fællesskab, så udforsk Partner-programmet og fordelene."
#: src/fluxer_marketing/pages/partners_page.gleam:189
msgid "Increased Limits"
@@ -1037,18 +1037,18 @@ msgstr "Indonesisk"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:59
msgid "Install Fluxer as an app"
-msgstr "Installer Fluxer som en app"
+msgstr "Installer Fluxer som app"
#: src/fluxer_marketing/components/platform_download_button.gleam:145
#: src/fluxer_marketing/components/platform_download_button.gleam:161
msgid "Intel"
msgstr "Intel"
-#: src/fluxer_marketing/pages/donate_page.gleam:377
+#: src/fluxer_marketing/pages/donate_page.gleam:376
msgid "Is my donation tax-deductible?"
msgstr "Kan jeg trække min donation fra i skat?"
-#: src/fluxer_marketing/pages/donate_page.gleam:359
+#: src/fluxer_marketing/pages/donate_page.gleam:358
msgid "Is this a subscription?"
msgstr "Er det et abonnement?"
@@ -1113,7 +1113,7 @@ msgstr "Lær om Fluxer og vores mission"
#: src/fluxer_marketing/pages/careers_page.gleam:178
msgid "Learn about Partners"
-msgstr "Læs om Partners"
+msgstr "Læs om Partner-programmet"
#: src/fluxer_marketing/components/plutonium_section.gleam:195
msgid "Learn more"
@@ -1129,7 +1129,7 @@ msgstr "Plutonium for livet"
#: src/fluxer_marketing/components/plutonium_banner.gleam:38
msgid "Lifetime Plutonium + Operator Pass with Visionary — limited slots"
-msgstr "Plutonium for livet + Operator Pass med Visionary — begrænsede pladser"
+msgstr "Plutonium for livet + Operator Pass med Visionary – begrænsede pladser"
#: src/fluxer_marketing/pages/plutonium_page.gleam:1103
msgid "Limited Offer: Visionary includes Operator Pass"
@@ -1161,7 +1161,7 @@ msgstr "Giv en donation"
#: src/fluxer_marketing/components/current_features.gleam:123
msgid "Manage friends and block users"
-msgstr "Administrér venner og bloker brugere"
+msgstr "Administrer venner og bloker brugere"
#: src/fluxer_marketing/pages/plutonium_page.gleam:336
msgid "Message character limit"
@@ -1192,7 +1192,7 @@ msgstr "Mobilapps er på vej"
#: src/fluxer_marketing/components/platform_download_button.gleam:218
#: src/fluxer_marketing/components/platform_download_button.gleam:311
msgid "Mobile apps are underway"
-msgstr "Mobilapps er undervejs"
+msgstr "Mobilapps er på vej"
#: src/fluxer_marketing/components/current_features.gleam:105
msgid "Moderation actions and tools"
@@ -1208,7 +1208,7 @@ msgstr "Mest populære"
#: src/fluxer_marketing/components/current_features.gleam:91
msgid "Mute, deafen, and camera controls"
-msgstr "Slå lyd fra, slå al lyd fra og kamerakontroller"
+msgstr "Slå mikrofonen fra, slå lyden fra og styr kameraet"
#: src/fluxer_marketing/pages/help_search_page.gleam:135
msgid "No articles found"
@@ -1222,11 +1222,11 @@ msgstr "Ingen artikler fundet."
msgid "No results found for"
msgstr "Ingen resultater fundet for"
-#: src/fluxer_marketing/pages/donate_page.gleam:380
+#: src/fluxer_marketing/pages/donate_page.gleam:379
msgid "No, donations to Fluxer are not tax-deductible as we are not a registered charitable organization."
msgstr "Nej, donationer til Fluxer er ikke fradragsberettigede, da vi ikke er en registreret velgørende organisation."
-#: src/fluxer_marketing/pages/donate_page.gleam:362
+#: src/fluxer_marketing/pages/donate_page.gleam:361
msgid "No, this is a one-time donation. You choose the amount you want to give, and there are no recurring charges."
msgstr "Nej, det er en engangsdonation. Du vælger selv beløbet, og der er ingen tilbagevendende betalinger."
@@ -1244,7 +1244,7 @@ msgstr "Ikke tilgængelig"
#: src/fluxer_marketing/pages/plutonium_page.gleam:91
msgid "Note: Plutonium and Visionary benefits only apply to the official Fluxer.app instance, not third-party or self-hosted instances."
-msgstr "Bemærk: Plutonium- og Visionary-fordele gælder kun på den officielle Fluxer.app-instans, ikke på tredjeparts- eller self-hostede instanser."
+msgstr "Bemærk: Plutonium- og Visionary-fordele gælder kun på den officielle Fluxer.app-instans – ikke på tredjeparts- eller self-hostede instanser."
#: src/fluxer_marketing/pages/plutonium_page.gleam:788
msgid "Numbered badge (1-{0}) showing your Visionary status"
@@ -1260,7 +1260,7 @@ msgstr "Engangskøb, adgang for livet"
#: src/fluxer_marketing/components/plutonium_banner.gleam:43
msgid "Only {0} of {1} Visionary lifetime slots left — lifetime Plutonium + Operator Pass"
-msgstr "Kun {0} af {1} Visionary-pladser for livet tilbage — Plutonium for livet + Operator Pass"
+msgstr "Kun {0} af {1} Visionary-pladser for livet tilbage – Plutonium for livet + Operator Pass"
#: src/fluxer_marketing/components/navigation.gleam:172
msgid "Open Fluxer"
@@ -1269,7 +1269,7 @@ msgstr "Åbn Fluxer"
#: src/fluxer_marketing/components/hero.gleam:82
#: src/fluxer_marketing/components/navigation.gleam:473
msgid "Open in Browser"
-msgstr "Åbn i browser"
+msgstr "Åbn i browseren"
#: src/fluxer_marketing/pages/careers_page.gleam:118
msgid "Open source"
@@ -1291,7 +1291,7 @@ msgstr "Operator Pass"
#: src/fluxer_marketing/components/coming_features.gleam:31
msgid "Opt-in E2EE messaging"
-msgstr "Opt-in E2EE besked"
+msgstr "Valgfri E2EE-beskeder"
#: src/fluxer_marketing/components/current_features.gleam:74
msgid "Organized channels for communities"
@@ -1315,7 +1315,7 @@ msgstr "Vores selvstændige symbol. Brug det kun, når vores brand allerede er t
#: src/fluxer_marketing/components/communities_section.gleam:106
msgid "Over time, we'd love to explore optional monetization tools that help creators and communities earn, with a small, transparent fee that keeps the app sustainable."
-msgstr "Med tiden vil vi gerne udforske valgfrie monetiseringsværktøjer, der hjælper skabere og fællesskaber med at tjene penge – med et lille, gennemsigtigt gebyr, der gør appen bæredygtig."
+msgstr "Med tiden vil vi gerne udforske valgfrie værktøjer til indtjening, der hjælper skabere og fællesskaber med at tjene – med et lille, gennemsigtigt gebyr, der gør appen bæredygtig."
#: src/fluxer_marketing/pages/not_found_page.gleam:101
msgid "Page Not Found"
@@ -1331,7 +1331,7 @@ msgstr "Partner-badge"
#: src/fluxer_marketing/pages/partners_page.gleam:90
msgid "Partner Perks"
-msgstr "Partner-fordele"
+msgstr "Partnerfordele"
#: src/fluxer_marketing/components/footer.gleam:121
#: src/fluxer_marketing/components/navigation.gleam:298
@@ -1368,7 +1368,7 @@ msgstr "Portugisisk (Brasilien)"
#: src/fluxer_marketing/components/plutonium_section.gleam:154
msgid "Premium quality"
-msgstr "Premium-kvalitet"
+msgstr "Premiumkvalitet"
#: src/fluxer_marketing/components/footer.gleam:198
#: src/fluxer_marketing/components/navigation.gleam:337
@@ -1377,7 +1377,7 @@ msgstr "Presse"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:246
msgid "Press \"Add to Home Screen\""
-msgstr "Tryk på \"Tilføj til startskærm"
+msgstr "Tryk på \"Føj til hjemmeskærm\""
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:249
msgid "Press \"Add\" in the upper-right corner"
@@ -1385,11 +1385,11 @@ msgstr "Tryk på \"Tilføj\" i øverste højre hjørne"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:200
msgid "Press \"Install app\""
-msgstr "Tryk på \"Installer app"
+msgstr "Tryk på \"Installer app\""
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:301
msgid "Press \"Install\" in the popup that appears"
-msgstr "Tryk på \"Installer\" i det pop-up vindue, der vises"
+msgstr "Tryk på \"Installer\" i pop op-vinduet, der dukker op"
#: src/fluxer_marketing/pages/press_page.gleam:45
#: src/fluxer_marketing/pages/press_page.gleam:65
@@ -1402,15 +1402,15 @@ msgstr "Pressekontakt"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:197
msgid "Press the \"More\" (\\u{22EE}) button in the top-right corner"
-msgstr "Tryk på \"Mere\" (\\u{22EE}) knappen i øverste højre hjørne"
+msgstr "Tryk på knappen \"Mere\" (\\u{22EE}) øverst til højre"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:243
msgid "Press the Share button (rectangle with upwards-pointing arrow)"
-msgstr "Tryk på del-knappen (rektangel med opadpegende pil)"
+msgstr "Tryk på Del-knappen (rektangel med en opadpegende pil)"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:296
msgid "Press the install button (downwards-pointing arrow on monitor) in the address bar"
-msgstr "Tryk på install-knappen (nedadpegende pil på skærmen) i adresselinjen"
+msgstr "Tryk på installationsknappen (nedadpegende pil på en skærm) i adresselinjen"
#: src/fluxer_marketing/components/footer.gleam:110
#: src/fluxer_marketing/components/navigation.gleam:93
@@ -1556,7 +1556,7 @@ msgstr "Gemte medier"
#: src/fluxer_marketing/pages/plutonium_page.gleam:584
msgid "Schedule messages to be sent at a specific time in the future. No DeLorean required."
-msgstr "Planlæg beskeder, så de sendes på et bestemt tidspunkt i fremtiden. Ingen DeLorean nødvendig."
+msgstr "Planlæg beskeder, så de sendes på et bestemt tidspunkt i fremtiden. Ingen DeLorean krævet."
#: src/fluxer_marketing/components/current_features.gleam:89
msgid "Screen sharing built in"
@@ -1564,7 +1564,7 @@ msgstr "Indbygget skærmdeling"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:132
msgid "Screenshots courtesy of "
-msgstr "Screenshots er venligst stillet til rådighed af "
+msgstr "Skærmbilleder med tak til "
#: src/fluxer_marketing/pages/help_components.gleam:93
msgid "Search"
@@ -1611,7 +1611,7 @@ msgstr "Sikkerhedsrapporter"
#: src/fluxer_marketing/pages/download_page.gleam:232
msgid "See badge counts on the app icon."
-msgstr "Se badge-tællere på app-ikonet."
+msgstr "Se badgetællere på appikonet."
#: src/fluxer_marketing/pages/partners_page.gleam:312
msgid "See perks"
@@ -1752,7 +1752,7 @@ msgstr "Operator Pass er valgfrit: betal for support og adgang til fællesskabet
#: src/fluxer_marketing/components/coming_features.gleam:89
msgid "The future is being built right now. These features are coming soon."
-msgstr "Fremtiden bliver bygget lige nu. Disse funktioner kommer snart."
+msgstr "Fremtiden bliver bygget lige nu. Disse funktioner er på vej."
#: src/fluxer_marketing/pages/careers_page.gleam:313
msgid "The future of paid roles"
@@ -1790,7 +1790,7 @@ msgstr "Prøv andre søgeord, eller gennemse vores kategorier."
#: src/fluxer_marketing/components/hackernews_banner.gleam:75
msgid "Try it without an email at"
-msgstr "Prøv uden en email på"
+msgstr "Prøv uden en e-mail på"
#: src/fluxer_marketing/components/locale_selector.gleam:147
msgid "Turkish"
@@ -1822,7 +1822,7 @@ msgstr "Op til 4K-videokvalitet"
#: src/fluxer_marketing/pages/plutonium_page.gleam:54
msgid "Upgrade to Plutonium for $4.99/mo: custom username tags, per-community profiles, message scheduling, 4K streaming, 500MB uploads, and more exclusive features."
-msgstr "Opgrader til Plutonium for $4.99/md: brugerdefinerede brugernavnetags, profiler pr. fællesskab, planlægning af beskeder, 4K-streaming, 500 MB uploads og flere eksklusive funktioner."
+msgstr "Opgrader til Plutonium for $4.99/md: eget brugernavnetag, profiler pr. fællesskab, planlægning af beskeder, 4K-streaming, uploads op til 500 MB og flere eksklusive funktioner."
#: src/fluxer_marketing/pages/plutonium_page.gleam:644
msgid "Upload and use your own notification sounds to personalize your Fluxer experience."
@@ -1834,11 +1834,11 @@ msgstr "Upload animerede GIF’er som dit fællesskabs avatar og banner."
#: src/fluxer_marketing/components/current_features.gleam:136
msgid "Upload custom emojis and stickers"
-msgstr "Upload brugerdefinerede emojis og stickers"
+msgstr "Upload egne emojis og stickers"
#: src/fluxer_marketing/components/platform_download_button.gleam:315
msgid "Use Fluxer in your mobile browser for now"
-msgstr "Brug Fluxer i din mobilbrowser indtil videre"
+msgstr "Brug Fluxer i mobilbrowseren indtil videre"
#: src/fluxer_marketing/pages/plutonium_page.gleam:378
msgid "Use animated emojis"
@@ -1846,15 +1846,15 @@ msgstr "Brug animerede emojis"
#: src/fluxer_marketing/components/current_features.gleam:154
msgid "Use our desktop client (mobile coming soon)"
-msgstr "Brug vores desktop-klient (mobiludgaven kommer snart)"
+msgstr "Brug vores desktop-klient (mobil kommer snart)"
#: src/fluxer_marketing/pages/plutonium_page.gleam:604
msgid "Use your favorite emojis and stickers from any community, anywhere across Fluxer."
-msgstr "Brug dine yndlings-emojis og -stickers fra enhver community – overalt på Fluxer."
+msgstr "Brug dine yndlings-emojis og -stickers fra ethvert fællesskab – overalt på Fluxer."
#: src/fluxer_marketing/pages/partners_page.gleam:222
msgid "VIP Voice Servers"
-msgstr "VIP-voiceservere"
+msgstr "VIP-voice-servere"
#: src/fluxer_marketing/components/partner_section.gleam:117
msgid "Verified Community"
@@ -1895,7 +1895,7 @@ msgstr "Tale og video"
#: src/fluxer_marketing/pages/careers_page.gleam:396
msgid "Want to help build Fluxer?"
-msgstr "Vil du hjælpe med at bygge Fluxer?"
+msgstr "Vil du være med til at bygge Fluxer?"
#: src/fluxer_marketing/pages/careers_page.gleam:94
msgid "Ways to contribute"
@@ -1903,7 +1903,7 @@ msgstr "Måder at bidrage på"
#: src/fluxer_marketing/components/get_involved_section.gleam:192
msgid "We appreciate responsible disclosure to security@fluxer.app. We offer Plutonium codes and Bug Hunter badges based on severity."
-msgstr "Vi sætter pris på ansvarlig disclosure til security@fluxer.app. Vi giver Plutonium-koder og Bug Hunter-badges afhængigt af alvorlighedsgraden."
+msgstr "Vi sætter pris på ansvarlig rapportering til security@fluxer.app. Vi giver Plutonium-koder og Bug Hunter-badges afhængigt af alvorlighedsgraden."
#: src/fluxer_marketing/components/final_cta.gleam:56
msgid "We need your support to make this work."
@@ -1923,7 +1923,7 @@ msgstr "Vi bygger en komplet platform med alle de funktioner, du forventer. Men
#: src/fluxer_marketing/pages/download_page.gleam:214
msgid "We're building apps for iOS and Android. Until they're ready, Fluxer works in your mobile browser — and we've put a lot of effort into making it feel as app-like as possible."
-msgstr "Vi bygger apps til iOS og Android. Indtil de er klar, virker Fluxer i din mobilbrowser — og vi har lagt meget arbejde i at få det til at føles så app-agtigt som muligt."
+msgstr "Vi bygger apps til iOS og Android. Indtil de er klar, virker Fluxer i din mobilbrowser – og vi har lagt meget arbejde i at få det til at føles så app-agtigt som muligt."
#: src/fluxer_marketing/components/get_involved_section.gleam:78
msgid "We're limiting registrations during beta. Once you're in, you can give friends a code to skip the queue."
@@ -1937,7 +1937,7 @@ msgstr "Vi er stadig i gang med at bygge forretningen omkring Fluxer og er ikke
msgid "Webhooks and bot support"
msgstr "Webhooks og bot-understøttelse"
-#: src/fluxer_marketing/pages/donate_page.gleam:351
+#: src/fluxer_marketing/pages/donate_page.gleam:350
msgid "What does my donation support?"
msgstr "Hvad støtter min donation?"
@@ -1947,15 +1947,15 @@ msgstr "Det får du med Plutonium"
#: src/fluxer_marketing/components/current_features.gleam:45
msgid "What's available today"
-msgstr "Det er tilgængeligt i dag"
+msgstr "Tilgængeligt i dag"
#: src/fluxer_marketing/components/coming_features.gleam:77
msgid "What's coming next"
-msgstr "Det kommer snart"
+msgstr "Det næste, der kommer"
-#: src/fluxer_marketing/pages/donate_page.gleam:385
+#: src/fluxer_marketing/pages/donate_page.gleam:384
msgid "What's the difference between Individual and Business?"
-msgstr "Hvad er forskellen på Privat og Virksomhed?"
+msgstr "Hvad er forskellen på Privat og Erhverv?"
#: src/fluxer_marketing/pages/press_page.gleam:226
msgid "White"
@@ -1989,7 +1989,7 @@ msgstr "Dit fællesskab får verificeret status, så det fremstår autentisk og
msgid "Your community receives increased limits when you need them."
msgstr "Dit fællesskab får højere grænser, når du har brug for det."
-#: src/fluxer_marketing/pages/donate_page.gleam:354
+#: src/fluxer_marketing/pages/donate_page.gleam:353
msgid "Your donation helps fund Fluxer's infrastructure costs, including servers, bandwidth, storage, and ongoing development of new features. It helps us maintain and improve the platform for everyone."
msgstr "Din donation hjælper med at finansiere Fluxers infrastrukturudgifter, herunder servere, båndbredde, lagring og den løbende udvikling af nye funktioner. Den hjælper os med at vedligeholde og forbedre platformen for alle."
@@ -2034,7 +2034,7 @@ msgid "one-time purchase"
msgstr "engangskøb"
#: src/fluxer_marketing/components/plutonium_section.gleam:68
-#: src/fluxer_marketing/pages/donate_page.gleam:284
+#: src/fluxer_marketing/pages/donate_page.gleam:282
#: src/fluxer_marketing/pages/plutonium_page.gleam:106
#: src/fluxer_marketing/pages/plutonium_page.gleam:230
msgid "or"
@@ -2059,4 +2059,3 @@ msgstr "{0} af {1} pladser tilbage"
#: src/fluxer_marketing/components/footer.gleam:325
msgid "© Fluxer Platform AB (Swedish limited liability company: 559537-3993)"
msgstr "© Fluxer Platform AB (svensk aktieselskab: 559537-3993)"
-
diff --git a/fluxer_marketing/locales/de/messages.po b/fluxer_marketing/locales/de/messages.po
index 2c909e28..7ac72cc0 100644
--- a/fluxer_marketing/locales/de/messages.po
+++ b/fluxer_marketing/locales/de/messages.po
@@ -10,7 +10,7 @@ msgstr " in Chrome"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:288
msgid " in Chrome or another browser with PWA support"
-msgstr " in Chrome oder einem anderen Browser mit PWA-Unterstützung"
+msgstr " in Chrome oder in einem anderen Browser mit PWA-Unterstützung"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:236
msgid " in Safari"
@@ -37,11 +37,11 @@ msgstr "/J."
#: src/fluxer_marketing/pages/plutonium_page.gleam:654
msgid "500MB uploads, 4000 character messages, 300 bookmarks, 50 emoji packs, and much more."
-msgstr "500 MB Uploads, 4000 Zeichen pro Nachricht, 300 Lesezeichen, 50 Emoji-Packs und vieles mehr."
+msgstr "Uploads bis 500 MB, Nachrichten bis 4.000 Zeichen, 300 Lesezeichen, 50 Emoji-Packs – und vieles mehr."
#: src/fluxer_marketing/components/communities_section.gleam:86
msgid "A chat platform that answers to you, not investors. It's ad-free, open source, community-funded, and never sells your data or nags you with upgrade pop-ups."
-msgstr "Eine Chat-Plattform, die dir verpflichtet ist – nicht Investor:innen. Werbefrei, Open Source, von der Community finanziert – und sie verkauft niemals deine Daten oder nervt dich mit Upgrade-Pop-ups."
+msgstr "Eine Chat-Plattform, die sich nach dir richtet – nicht nach Investor:innen. Werbefrei, Open Source, von der Community finanziert – und sie verkauft niemals deine Daten oder nervt dich mit Upgrade-Pop-ups."
#: src/fluxer_marketing/pages/careers_page.gleam:219
msgid "A non-paid role for recurring contributors who help shape Fluxer alongside the core team."
@@ -61,7 +61,7 @@ msgstr "Aktivitäten teilen"
#: src/fluxer_marketing/pages/download_page.gleam:228
msgid "Add Fluxer to your home screen to hide the browser UI."
-msgstr "Füge Fluxer deinem Startbildschirm hinzu, um die Browser-Oberfläche auszublenden."
+msgstr "Füge Fluxer deinem Startbildschirm hinzu, damit die Browser-Oberfläche ausgeblendet wird."
#: src/fluxer_marketing/components/current_features.gleam:133
msgid "Add custom emojis, save media for later, and style the app with custom CSS."
@@ -77,11 +77,15 @@ msgstr "Alle aktuellen und zukünftigen Plutonium-Vorteile – für immer"
#: src/fluxer_marketing/components/current_features.gleam:55
msgid "All the basics you expect, plus a few things you don't."
-msgstr "Alles, was du erwartest – plus ein paar Dinge, mit denen du nicht rechnest."
+msgstr "Alles, was du erwartest – plus ein paar Dinge, die dich überraschen."
#: src/fluxer_marketing/components/locale_selector.gleam:102
msgid "All translations are currently LLM-generated with minimal human revision. We'd love to get real people to help us out localizing Fluxer into your language! To do so, shoot an email to i18n@fluxer.app and we'll be happy to accept your contributions."
-msgstr "Alle Übersetzungen sind derzeit von einem LLM generiert und nur minimal von Menschen überarbeitet. Wir würden uns freuen, wenn echte Menschen uns dabei helfen, Fluxer in deine Sprache zu lokalisieren! Schreib dafür einfach eine E-Mail an i18n@fluxer.app – wir nehmen Beiträge sehr gern an."
+msgstr "Alle Übersetzungen sind derzeit KI-generiert und nur minimal von Menschen überarbeitet. Wir würden uns freuen, wenn du uns hilfst, Fluxer in deine Sprache zu lokalisieren! Schreib dafür einfach eine E-Mail an i18n@fluxer.app – wir nehmen Beiträge sehr gern an."
+
+#: src/fluxer_marketing/components/hero.gleam:64
+msgid "An open-source, independent instant messaging and VoIP platform. Built for friends, groups, and communities."
+msgstr "Eine unabhängige Open-Source-Plattform für Messaging und VoIP. Gemacht für Freund:innen, Gruppen und Communities."
#: src/fluxer_marketing/components/platform_download_button.gleam:524
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:97
@@ -94,7 +98,7 @@ msgstr "Android 8+"
#: src/fluxer_marketing/pages/partners_page.gleam:178
msgid "Animated Avatar & Banner"
-msgstr "Animierter Avatar & Banner"
+msgstr "Animierter Avatar & animiertes Banner"
#: src/fluxer_marketing/pages/plutonium_page.gleam:399
#: src/fluxer_marketing/pages/plutonium_page.gleam:591
@@ -108,7 +112,7 @@ msgstr "Apple Silicon"
#: src/fluxer_marketing/pages/partners_page.gleam:448
msgid "Apply at partners@fluxer.app"
-msgstr "Bewerbung an partners@fluxer.app"
+msgstr "Bewirb dich unter partners@fluxer.app"
#: src/fluxer_marketing/components/get_involved_section.gleam:170
msgid "Approved reports grant access to Fluxer Testers, where you can earn points for Plutonium codes and the Bug Hunter badge."
@@ -120,7 +124,7 @@ msgstr "Arabisch"
#: src/fluxer_marketing/pages/help_category_page.gleam:143
msgid "Articles in "
-msgstr "Artikel in "
+msgstr "Artikel auf "
#: src/fluxer_marketing/pages/help_article_page.gleam:291
msgid "Articles in this section"
@@ -128,9 +132,9 @@ msgstr "Artikel in diesem Abschnitt"
#: src/fluxer_marketing/components/current_features.gleam:106
msgid "Audit logs for transparency"
-msgstr "Audit-Logs für Transparenz"
+msgstr "Audit-Logs für mehr Transparenz"
-#: src/fluxer_marketing/pages/donate_page.gleam:302
+#: src/fluxer_marketing/pages/donate_page.gleam:301
msgid "Available for Swedish bank accounts"
msgstr "Verfügbar für schwedische Bankkonten"
@@ -149,7 +153,7 @@ msgstr "Zurück zum Hilfecenter"
#: src/fluxer_marketing/pages/plutonium_page.gleam:674
msgid "Be the first to try new features before they're released to everyone else."
-msgstr "Teste neue Features als Erste:r, bevor sie für alle veröffentlicht werden."
+msgstr "Probiere neue Features als Erste:r aus, bevor sie für alle verfügbar sind."
#: src/fluxer_marketing/components/partner_section.gleam:64
#: src/fluxer_marketing/pages/careers_page.gleam:173
@@ -181,7 +185,7 @@ msgstr "Bessere Geräuschunterdrückung"
#: src/fluxer_marketing/pages/plutonium_page.gleam:350
msgid "Bio character limit"
-msgstr "Zeichenlimit für die Bio"
+msgstr "Zeichenlimit in der Bio"
#: src/fluxer_marketing/pages/press_page.gleam:235
msgid "Black"
@@ -206,11 +210,11 @@ msgstr "Bluesky"
#: src/fluxer_marketing/pages/plutonium_page.gleam:343
msgid "Bookmarked messages"
-msgstr "Lesezeichen-Nachrichten"
+msgstr "Lesezeichen für Nachrichten"
-#: src/fluxer_marketing/pages/donate_page.gleam:388
+#: src/fluxer_marketing/pages/donate_page.gleam:387
msgid "Both donation types support the same cause equally. The only difference is that Business donations allow you to specify a tax ID (if applicable) and receive a PDF invoice when finalized, which can be useful for company accounting purposes."
-msgstr "Beide Spendenarten unterstützen denselben Zweck gleichermaßen. Der einzige Unterschied: Bei geschäftlichen Spenden kannst du (falls zutreffend) eine Steuer-ID angeben und erhältst nach Abschluss eine PDF-Rechnung – praktisch für die Buchhaltung."
+msgstr "Beide Spendenarten unterstützen denselben Zweck gleichermaßen. Der einzige Unterschied: Bei Unternehmensspenden kannst du (falls zutreffend) eine Steuer-ID angeben und erhältst nach Abschluss eine PDF-Rechnung – praktisch für die Buchhaltung."
#: src/fluxer_marketing/pages/press_page.gleam:200
msgid "Brand Colors"
@@ -234,23 +238,19 @@ msgstr "Nach Kategorie stöbern"
#: src/fluxer_marketing/pages/help_category_page.gleam:65
msgid "Browse help articles about "
-msgstr "Hilfsartikel durchsuchen zu "
+msgstr "Hilfsartikel zu "
#: src/fluxer_marketing/components/communities_section.gleam:44
msgid "Built for communities of all kinds."
msgstr "Für Communities jeder Art gemacht."
-#: src/fluxer_marketing/components/hero.gleam:64
-msgid "Built for friends, groups, and communities. Text, voice, and video. Open source and community-funded."
-msgstr "Für Freunde, Gruppen und Communities. Text, Voice und Video. Open Source und von der Community finanziert."
-
#: src/fluxer_marketing/components/locale_selector.gleam:119
msgid "Bulgarian"
msgstr "Bulgarisch"
#: src/fluxer_marketing/pages/donate_page.gleam:177
msgid "Business"
-msgstr "Geschäftlich"
+msgstr "Unternehmen"
#: src/fluxer_marketing/components/coming_features.gleam:56
msgid "Call pop-out"
@@ -273,7 +273,7 @@ msgstr "Sprache ändern"
#: src/fluxer_marketing/components/hero.gleam:59
msgid "Chat that puts you first"
-msgstr "Chat, bei dem du an erster Stelle stehst"
+msgstr "Der Chat auf deiner Seite."
#: src/fluxer_marketing/components/locale_selector.gleam:150
msgid "Chinese (Simplified)"
@@ -285,7 +285,7 @@ msgstr "Chinesisch (Traditionell)"
#: src/fluxer_marketing/components/platform_download_button.gleam:207
msgid "Choose Linux distribution"
-msgstr "Linux-Distribution auswählen"
+msgstr "Linux-Distribution wählen"
#: src/fluxer_marketing/pages/help_category_page.gleam:148
msgid "Choose a guide below or search again if you don't see what you need."
@@ -293,7 +293,7 @@ msgstr "Wähle unten eine Anleitung aus – oder suche erneut, wenn nicht das da
#: src/fluxer_marketing/components/platform_download_button.gleam:409
msgid "Choose distribution"
-msgstr "Distribution auswählen"
+msgstr "Distribution wählen"
#: src/fluxer_marketing/components/locale_selector.gleam:63
msgid "Choose your language"
@@ -309,7 +309,7 @@ msgstr "Suche zurücksetzen"
#: src/fluxer_marketing/pages/download_page.gleam:337
msgid "Code, issues, docs, and reviews"
-msgstr "Code, Issues, Dokus und Reviews"
+msgstr "Code, Issues, Doku und Reviews"
#: src/fluxer_marketing/pages/press_page.gleam:124
msgid "Color Logo"
@@ -331,7 +331,7 @@ msgstr "Demnächst"
#: src/fluxer_marketing/pages/plutonium_page.gleam:367
#: src/fluxer_marketing/pages/plutonium_page.gleam:586
msgid "Coming soon"
-msgstr "Demnächst verfügbar"
+msgstr "Demnächst"
#: src/fluxer_marketing/pages/plutonium_page.gleam:329
msgid "Communities"
@@ -372,12 +372,12 @@ msgstr "Unternehmen"
#: src/fluxer_marketing/pages/company_page.gleam:41
#: src/fluxer_marketing/pages/company_page.gleam:44
msgid "Company Information"
-msgstr "Unternehmensinfos"
+msgstr "Unternehmensinformationen"
#: src/fluxer_marketing/components/footer.gleam:278
#: src/fluxer_marketing/components/navigation.gleam:426
msgid "Connect"
-msgstr "Verbinden"
+msgstr "Kontakt"
#: src/fluxer_marketing/pages/plutonium_page.gleam:1038
msgid "Connect from any client"
@@ -390,11 +390,11 @@ msgstr "Support kontaktieren"
#: src/fluxer_marketing/components/partner_section.gleam:70
msgid "Content creators and community owners: unlock exclusive perks including free Plutonium, a Partner badge, custom vanity URLs, and more."
-msgstr "Content-Creator und Community-Owner: Sichere dir exklusive Vorteile – darunter kostenloses Plutonium, ein Partner-Badge, eigene Vanity-URLs und mehr."
+msgstr "Creator:innen und Community-Owner: Hol dir exklusive Vorteile – darunter kostenloses Plutonium, ein Partner-Badge, eigene Vanity-URLs und mehr."
#: src/fluxer_marketing/components/get_involved_section.gleam:178
msgid "Contribute code"
-msgstr "Code beitragen"
+msgstr "Code beisteuern"
#: src/fluxer_marketing/pages/download_page.gleam:336
msgid "Contribute on GitHub"
@@ -402,7 +402,7 @@ msgstr "Auf GitHub mitmachen"
#: src/fluxer_marketing/components/final_cta.gleam:69
msgid "Create an account and help us build something good."
-msgstr "Erstelle ein Konto und hilf uns, etwas Gutes aufzubauen."
+msgstr "Erstelle ein Konto und hilf uns, etwas Gutes zu bauen."
#: src/fluxer_marketing/pages/plutonium_page.gleam:1191
msgid "Create your Fluxer account to get that sweet Plutonium while it's hot."
@@ -410,15 +410,15 @@ msgstr "Erstelle dein Fluxer-Konto und schnapp dir das süße Plutonium, solange
#: src/fluxer_marketing/pages/partners_page.gleam:211
msgid "Creator Monetization"
-msgstr "Monetarisierung für Creator"
+msgstr "Creator-Monetarisierung"
#: src/fluxer_marketing/components/coming_features.gleam:50
msgid "Creator monetization"
-msgstr "Monetarisierung für Creator"
+msgstr "Creator-Monetarisierung"
#: src/fluxer_marketing/components/communities_section.gleam:62
msgid "Creators"
-msgstr "Creator"
+msgstr "Creator:innen"
#: src/fluxer_marketing/components/locale_selector.gleam:132
msgid "Croatian"
@@ -496,7 +496,7 @@ msgstr "Desktop"
#: src/fluxer_marketing/components/footer.gleam:209
msgid "Developer Docs"
-msgstr "Entwickler-Dokumentation"
+msgstr "Entwickler-Doku"
#: src/fluxer_marketing/components/communities_section.gleam:74
msgid "Developers"
@@ -517,9 +517,9 @@ msgstr "Entdecken"
#: src/fluxer_marketing/pages/partners_page.gleam:126
msgid "Display an exclusive Partner badge on your profile to stand out."
-msgstr "Zeige ein exklusives Partner-Badge auf deinem Profil, um herauszustechen."
+msgstr "Zeige ein exklusives Partner-Badge auf deinem Profil und stich hervor."
-#: src/fluxer_marketing/pages/donate_page.gleam:367
+#: src/fluxer_marketing/pages/donate_page.gleam:366
msgid "Do I get anything in return?"
msgstr "Bekomme ich etwas dafür?"
@@ -548,22 +548,22 @@ msgstr "In USD spenden"
msgid "Donate to Fluxer"
msgstr "An Fluxer spenden"
-#: src/fluxer_marketing/pages/donate_page.gleam:298
+#: src/fluxer_marketing/pages/donate_page.gleam:297
msgid "Donate with Swish"
-msgstr "Spenden mit Swish"
+msgstr "Mit Swish spenden"
-#: src/fluxer_marketing/pages/donate_page.gleam:370
+#: src/fluxer_marketing/pages/donate_page.gleam:369
msgid "Donations are voluntary gifts and do not provide you with any product, service, ownership, or special rights. If you're looking for premium features, check out {0}."
msgstr "Spenden sind freiwillige Zuwendungen und verschaffen dir kein Produkt, keine Dienstleistung, keine Eigentumsrechte und keine Sonderrechte. Wenn du Premium-Features suchst, schau dir {0} an."
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:308
msgid "Done! You can now open Fluxer as if it were a regular program."
-msgstr "Fertig! Sie können Fluxer nun öffnen, als wäre es ein reguläres Programm."
+msgstr "Fertig! Du kannst Fluxer jetzt wie ein normales Programm öffnen."
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:206
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:256
msgid "Done! You can open Fluxer from your home screen."
-msgstr "Fertig! Sie können Fluxer von Ihrem Startbildschirm aus öffnen."
+msgstr "Fertig! Du kannst Fluxer jetzt über deinen Startbildschirm öffnen."
#: src/fluxer_marketing/components/footer.gleam:132
#: src/fluxer_marketing/components/navigation.gleam:84
@@ -650,7 +650,7 @@ msgstr "Event-Tickets"
#: src/fluxer_marketing/pages/plutonium_page.gleam:1071
msgid "Everything in Free, plus:"
-msgstr "Alles aus Free, plus:"
+msgstr "Alles aus Free, außerdem:"
#: src/fluxer_marketing/pages/partners_page.gleam:233
msgid "Exclusive Merch"
@@ -666,7 +666,7 @@ msgstr "Exklusive Features"
#: src/fluxer_marketing/pages/partners_page.gleam:67
msgid "Exclusive perks and benefits for content creators and large community owners."
-msgstr "Exklusive Vorteile und Benefits für Content-Creator und große Community-Owner."
+msgstr "Exklusive Vorteile für Creator:innen und große Community-Owner."
#: src/fluxer_marketing/pages/plutonium_page.gleam:257
msgid "Feature"
@@ -694,7 +694,7 @@ msgstr "Finde Antworten auf häufige Fragen und lerne, wie du Fluxer nutzt."
#: src/fluxer_marketing/components/current_features.gleam:117
msgid "Find old messages or jump between communities and channels in seconds."
-msgstr "Finde alte Nachrichten oder springe in Sekunden zwischen Communities und Channels."
+msgstr "Finde alte Nachrichten oder wechsle in Sekunden zwischen Communities und Channels."
#: src/fluxer_marketing/pages/help_center_page.gleam:104
msgid "Find step-by-step guides and answers, organized by topic."
@@ -706,7 +706,7 @@ msgstr "Finnisch"
#: src/fluxer_marketing/pages/careers_page.gleam:121
msgid "Fix bugs, ship features, or polish the experience in our main repo."
-msgstr "Fix Bugs, ship Features oder poliere das Erlebnis in unserem Haupt-Repo."
+msgstr "Behebe Bugs, liefere Features aus oder feile am Erlebnis in unserem Haupt-Repo."
#: src/fluxer_marketing/components/footer.gleam:99
msgid "Fluxer"
@@ -724,7 +724,7 @@ msgstr "Fluxer Community-Team"
msgid "Fluxer Partner"
msgstr "Fluxer Partner"
-#: src/fluxer_marketing/pages/donate_page.gleam:372
+#: src/fluxer_marketing/pages/donate_page.gleam:371
#: src/fluxer_marketing/pages/plutonium_page.gleam:51
#: src/fluxer_marketing/pages/plutonium_page.gleam:76
msgid "Fluxer Plutonium"
@@ -778,7 +778,7 @@ msgstr "Für helle Hintergründe"
#: src/fluxer_marketing/pages/press_page.gleam:237
msgid "For text, icons on light surfaces, and creating depth."
-msgstr "Für Text, Icons auf hellen Flächen und um Tiefe zu erzeugen."
+msgstr "Für Text und Icons auf hellen Flächen – und um Tiefe zu erzeugen."
#: src/fluxer_marketing/pages/plutonium_page.gleam:189
msgid "Forever"
@@ -810,7 +810,7 @@ msgstr "Free vs. Plutonium"
msgid "French"
msgstr "Französisch"
-#: src/fluxer_marketing/pages/donate_page.gleam:346
+#: src/fluxer_marketing/pages/donate_page.gleam:345
msgid "Frequently Asked Questions"
msgstr "Häufige Fragen"
@@ -820,7 +820,7 @@ msgstr "Von HN?"
#: src/fluxer_marketing/components/current_features.gleam:72
msgid "Full Markdown support in messages"
-msgstr "Volle Markdown-Unterstützung in Nachrichten"
+msgstr "Vollständige Markdown-Unterstützung in Nachrichten"
#: src/fluxer_marketing/pages/plutonium_page.gleam:1037
msgid "Full access to all features"
@@ -845,19 +845,19 @@ msgstr "Deutsch"
#: src/fluxer_marketing/pages/plutonium_page.gleam:430
msgid "Get Plutonium"
-msgstr "Plutonium holen"
+msgstr "Plutonium sichern"
#: src/fluxer_marketing/components/plutonium_banner.gleam:79
msgid "Get Visionary"
-msgstr "Visionary holen"
+msgstr "Visionary sichern"
#: src/fluxer_marketing/pages/plutonium_page.gleam:1135
msgid "Get Visionary + Operator Pass"
-msgstr "Visionary + Operator Pass holen"
+msgstr "Visionary + Operator Pass sichern"
#: src/fluxer_marketing/pages/partners_page.gleam:148
msgid "Get an exclusive custom vanity URL like fluxer.gg/yourcommunity."
-msgstr "Erhalte eine exklusive Vanity-URL wie fluxer.gg/deinecommunity."
+msgstr "Sichere dir eine exklusive Vanity-URL wie fluxer.gg/deinecommunity."
#: src/fluxer_marketing/pages/partners_page.gleam:236
msgid "Get exclusive Fluxer Partner-only merchandise and swag."
@@ -881,11 +881,11 @@ msgstr "Mitmachen"
#: src/fluxer_marketing/pages/plutonium_page.gleam:956
msgid "Get lifetime Plutonium on Fluxer.app plus an Operator Pass for self-hosting. Pay {0} one-time. Available until October 1, 2026 or when {1} slots are claimed."
-msgstr "Hol dir lebenslanges Plutonium auf Fluxer.app plus einen Operator Pass fürs Self-Hosting. Zahle {0} einmalig. Verfügbar bis zum 1. Oktober 2026 oder bis {1} Plätze vergeben sind."
+msgstr "Hol dir Plutonium auf Lebenszeit auf Fluxer.app plus einen Operator Pass fürs Self-Hosting. Zahle {0} einmalig. Verfügbar bis zum 1. Oktober 2026 oder bis {1} Plätze vergeben sind."
#: src/fluxer_marketing/components/plutonium_section.gleam:51
msgid "Get more with Fluxer Plutonium"
-msgstr "Mehr mit Fluxer Plutonium"
+msgstr "Mehr rausholen mit Fluxer Plutonium"
#: src/fluxer_marketing/pages/download_page.gleam:316
msgid "Get perks and help fund development"
@@ -897,7 +897,7 @@ msgstr "Erhalte Push-Benachrichtigungen, wenn du nicht in der App bist."
#: src/fluxer_marketing/components/get_involved_section.gleam:89
msgid "Get updates, see upcoming features, discuss suggestions, and chat with the team."
-msgstr "Hol dir Updates, sieh kommende Features, diskutiere Vorschläge und chatte mit dem Team."
+msgstr "Bleib auf dem Laufenden, sieh kommende Features, diskutiere Vorschläge und chatte mit dem Team."
#: src/fluxer_marketing/pages/plutonium_page.gleam:385
#: src/fluxer_marketing/pages/plutonium_page.gleam:601
@@ -914,7 +914,7 @@ msgstr "Zur Startseite"
#: src/fluxer_marketing/components/current_features.gleam:104
msgid "Granular roles and permissions"
-msgstr "Granulare Rollen und Berechtigungen"
+msgstr "Feingranulare Rollen und Berechtigungen"
#: src/fluxer_marketing/components/locale_selector.gleam:123
msgid "Greek"
@@ -955,11 +955,11 @@ msgstr "Hilf, eine unabhängige Kommunikationsplattform zu unterstützen. Deine
#: src/fluxer_marketing/pages/donate_page.gleam:134
msgid "Help support an independent communication platform. Your donation funds the platform's infrastructure and development. It is a voluntary gift and does not constitute payment for any product or service or give you any ownership or special rights."
-msgstr "Hilf, eine unabhängige Kommunikationsplattform zu unterstützen. Deine Spende finanziert Infrastruktur und Entwicklung der Plattform. Sie ist eine freiwillige Zuwendung und stellt keine Zahlung für ein Produkt oder eine Dienstleistung dar und verschafft dir keine Eigentums- oder Sonderrechte."
+msgstr "Hilf, eine unabhängige Kommunikationsplattform zu unterstützen. Deine Spende finanziert Infrastruktur und Entwicklung der Plattform. Sie ist eine freiwillige Zuwendung, keine Zahlung für ein Produkt oder eine Dienstleistung, und verschafft dir keine Eigentums- oder Sonderrechte."
#: src/fluxer_marketing/pages/careers_page.gleam:132
msgid "Help translate Fluxer and its docs so it feels native everywhere."
-msgstr "Hilf, Fluxer und die Doku zu übersetzen, damit sich alles überall wie „native“ anfühlt."
+msgstr "Hilf, Fluxer und seine Doku zu übersetzen, damit es sich überall wie zu Hause anfühlt."
#: src/fluxer_marketing/pages/careers_page.gleam:69
msgid "Help us build a different kind of communication platform — open source, community-funded, and built with care."
@@ -967,11 +967,11 @@ msgstr "Hilf uns, eine andere Art von Kommunikationsplattform zu bauen – Open
#: src/fluxer_marketing/pages/donate_page.gleam:89
msgid "Help us build an independent communication platform that puts users first."
-msgstr "Hilf uns, eine unabhängige Kommunikationsplattform zu bauen, die Nutzer:innen an erste Stelle setzt."
+msgstr "Hilf uns, eine unabhängige Kommunikationsplattform zu bauen, bei der Nutzer:innen an erster Stelle stehen."
#: src/fluxer_marketing/pages/plutonium_page.gleam:651
msgid "Higher limits everywhere"
-msgstr "Höhere Limits überall"
+msgstr "Überall höhere Limits"
#: src/fluxer_marketing/components/plutonium_section.gleam:92
msgid "Higher limits, exclusive features, and early access to new updates"
@@ -987,7 +987,7 @@ msgstr "Hobbyist:innen"
#: src/fluxer_marketing/components/current_features.gleam:85
msgid "Hop in a call with friends or share your screen to work together."
-msgstr "Spring in einen Anruf mit Freund:innen oder teile deinen Bildschirm, um gemeinsam zu arbeiten."
+msgstr "Starte einen Anruf mit Freund:innen oder teile deinen Bildschirm, um gemeinsam zu arbeiten."
#: src/fluxer_marketing/components/current_features.gleam:153
msgid "Host your own instance"
@@ -1000,11 +1000,11 @@ msgstr "Wie können wir helfen?"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:39
msgid "How to install as an app"
-msgstr "So installieren Sie es als App"
+msgstr "So installierst du es als App"
#: src/fluxer_marketing/pages/partners_page.gleam:434
msgid "How you plan to use Fluxer with your community"
-msgstr "Wie du Fluxer mit deiner Community nutzen möchtest"
+msgstr "Wie du Fluxer in deiner Community nutzen möchtest"
#: src/fluxer_marketing/components/locale_selector.gleam:133
msgid "Hungarian"
@@ -1012,7 +1012,7 @@ msgstr "Ungarisch"
#: src/fluxer_marketing/components/footer.gleam:329
msgid "IP geolocation data by "
-msgstr "IP-Geolokationsdaten von "
+msgstr "IP-Geolokalisierungsdaten von "
#: src/fluxer_marketing/pages/help_article_page.gleam:223
#: src/fluxer_marketing/pages/help_article_page.gleam:365
@@ -1021,7 +1021,7 @@ msgstr "Wenn du nicht findest, was du suchst, ist unser Support-Team für dich d
#: src/fluxer_marketing/pages/careers_page.gleam:176
msgid "If you're a creator or community owner, explore the Partner program and its perks."
-msgstr "Wenn du Creator oder Community-Owner bist, schau dir das Partnerprogramm und seine Vorteile an."
+msgstr "Wenn du Creator:in oder Community-Owner bist, schau dir das Partnerprogramm und seine Vorteile an."
#: src/fluxer_marketing/pages/partners_page.gleam:189
msgid "Increased Limits"
@@ -1037,18 +1037,18 @@ msgstr "Indonesisch"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:59
msgid "Install Fluxer as an app"
-msgstr "Installieren Sie Fluxer als App"
+msgstr "Fluxer als App installieren"
#: src/fluxer_marketing/components/platform_download_button.gleam:145
#: src/fluxer_marketing/components/platform_download_button.gleam:161
msgid "Intel"
msgstr "Intel"
-#: src/fluxer_marketing/pages/donate_page.gleam:377
+#: src/fluxer_marketing/pages/donate_page.gleam:376
msgid "Is my donation tax-deductible?"
msgstr "Ist meine Spende steuerlich absetzbar?"
-#: src/fluxer_marketing/pages/donate_page.gleam:359
+#: src/fluxer_marketing/pages/donate_page.gleam:358
msgid "Is this a subscription?"
msgstr "Ist das ein Abo?"
@@ -1133,7 +1133,7 @@ msgstr "Plutonium auf Lebenszeit + Operator Pass mit Visionary – begrenzte Pl
#: src/fluxer_marketing/pages/plutonium_page.gleam:1103
msgid "Limited Offer: Visionary includes Operator Pass"
-msgstr "Zeitlich begrenzt: Visionary enthält Operator Pass"
+msgstr "Zeitlich begrenzt: Visionary enthält den Operator Pass"
#: src/fluxer_marketing/pages/partners_page.gleam:408
msgid "Links to your content or community (YouTube, Twitch, Discord, etc.)"
@@ -1208,7 +1208,7 @@ msgstr "Am beliebtesten"
#: src/fluxer_marketing/components/current_features.gleam:91
msgid "Mute, deafen, and camera controls"
-msgstr "Stummschalten, Taubstellen und Kamerasteuerung"
+msgstr "Mikro stummschalten, Sound ausblenden und Kamera steuern"
#: src/fluxer_marketing/pages/help_search_page.gleam:135
msgid "No articles found"
@@ -1222,11 +1222,11 @@ msgstr "Keine Artikel gefunden."
msgid "No results found for"
msgstr "Keine Ergebnisse gefunden für"
-#: src/fluxer_marketing/pages/donate_page.gleam:380
+#: src/fluxer_marketing/pages/donate_page.gleam:379
msgid "No, donations to Fluxer are not tax-deductible as we are not a registered charitable organization."
msgstr "Nein, Spenden an Fluxer sind nicht steuerlich absetzbar, da wir keine eingetragene gemeinnützige Organisation sind."
-#: src/fluxer_marketing/pages/donate_page.gleam:362
+#: src/fluxer_marketing/pages/donate_page.gleam:361
msgid "No, this is a one-time donation. You choose the amount you want to give, and there are no recurring charges."
msgstr "Nein, das ist eine einmalige Spende. Du wählst den Betrag frei – es gibt keine wiederkehrenden Abbuchungen."
@@ -1256,11 +1256,11 @@ msgstr "Nummeriertes Badge, das deinen Visionary-Status zeigt"
#: src/fluxer_marketing/pages/plutonium_page.gleam:828
msgid "One-time purchase, lifetime access"
-msgstr "Einmaliger Kauf, lebenslanger Zugriff"
+msgstr "Einmal zahlen, lebenslang nutzen"
#: src/fluxer_marketing/components/plutonium_banner.gleam:43
msgid "Only {0} of {1} Visionary lifetime slots left — lifetime Plutonium + Operator Pass"
-msgstr "Nur noch {0} von {1} Visionary-Lifetime-Plätzen übrig – Plutonium auf Lebenszeit + Operator Pass"
+msgstr "Nur noch {0} von {1} Visionary-Lifetime-Plätzen – Plutonium auf Lebenszeit + Operator Pass"
#: src/fluxer_marketing/components/navigation.gleam:172
msgid "Open Fluxer"
@@ -1291,7 +1291,7 @@ msgstr "Operator Pass"
#: src/fluxer_marketing/components/coming_features.gleam:31
msgid "Opt-in E2EE messaging"
-msgstr "Opt-in E2EE-Nachrichten"
+msgstr "E2EE-Nachrichten (Opt-in)"
#: src/fluxer_marketing/components/current_features.gleam:74
msgid "Organized channels for communities"
@@ -1315,7 +1315,7 @@ msgstr "Unser eigenständiges Symbol. Nutze es nur, wenn unsere Marke im Kontext
#: src/fluxer_marketing/components/communities_section.gleam:106
msgid "Over time, we'd love to explore optional monetization tools that help creators and communities earn, with a small, transparent fee that keeps the app sustainable."
-msgstr "Mit der Zeit würden wir gern optionale Monetarisierungs-Tools prüfen, mit denen Creator und Communities verdienen können – mit einer kleinen, transparenten Gebühr, die die App nachhaltig macht."
+msgstr "Mit der Zeit würden wir gern optionale Monetarisierungs-Tools prüfen, mit denen Creator:innen und Communities verdienen können – mit einer kleinen, transparenten Gebühr, die die App nachhaltig macht."
#: src/fluxer_marketing/pages/not_found_page.gleam:101
msgid "Page Not Found"
@@ -1377,19 +1377,19 @@ msgstr "Presse"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:246
msgid "Press \"Add to Home Screen\""
-msgstr "Drücken Sie „Zum Startbildschirm hinzufügen“"
+msgstr "Tippe auf „Zum Home-Bildschirm“"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:249
msgid "Press \"Add\" in the upper-right corner"
-msgstr "Drücke \"Hinzufügen\" in der oberen rechten Ecke"
+msgstr "Tippe oben rechts auf „Hinzufügen“"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:200
msgid "Press \"Install app\""
-msgstr "Drücke \"App installieren"
+msgstr "Tippe auf „App installieren“"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:301
msgid "Press \"Install\" in the popup that appears"
-msgstr "Drücke \"Installieren\" im Popup, das erscheint"
+msgstr "Klicke im Pop-up auf „Installieren“"
#: src/fluxer_marketing/pages/press_page.gleam:45
#: src/fluxer_marketing/pages/press_page.gleam:65
@@ -1402,15 +1402,15 @@ msgstr "Pressekontakt"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:197
msgid "Press the \"More\" (\\u{22EE}) button in the top-right corner"
-msgstr "Drücke die \"Mehr\" (\\u{22EE}) Taste in der oberen rechten Ecke"
+msgstr "Tippe oben rechts auf „Mehr“ (\\u{22EE})"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:243
msgid "Press the Share button (rectangle with upwards-pointing arrow)"
-msgstr "Drücke die Teilen-Taste (Rechteck mit nach oben zeigendem Pfeil)"
+msgstr "Tippe auf die Teilen-Taste (Rechteck mit Pfeil nach oben)"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:296
msgid "Press the install button (downwards-pointing arrow on monitor) in the address bar"
-msgstr "Drücke die Installieren-Taste (nach unten zeigender Pfeil auf dem Monitor) in der Adressleiste"
+msgstr "Klicke in der Adressleiste auf das Installieren-Symbol (Pfeil nach unten auf einem Monitor)"
#: src/fluxer_marketing/components/footer.gleam:110
#: src/fluxer_marketing/components/navigation.gleam:93
@@ -1420,7 +1420,7 @@ msgstr "Preise"
#: src/fluxer_marketing/pages/plutonium_page.gleam:851
msgid "Priority support and Operators community access for self-hosting"
-msgstr "Priority-Support und Zugang zur Operators-Community fürs Self-Hosting"
+msgstr "Priorisierter Support und Zugang zur Operators-Community fürs Self-Hosting"
#: src/fluxer_marketing/components/footer.gleam:249
#: src/fluxer_marketing/components/navigation.gleam:406
@@ -1447,7 +1447,7 @@ msgstr "Profil-Verknüpfungen"
#: src/fluxer_marketing/components/hero.gleam:55
msgid "Public Beta"
-msgstr "Public Beta"
+msgstr "Öffentliche Beta"
#: src/fluxer_marketing/components/coming_features.gleam:46
msgid "Public profile URLs"
@@ -1463,7 +1463,7 @@ msgstr "Kaufe Visionary direkt in der App, nachdem du dein Konto erstellt hast.
#: src/fluxer_marketing/components/current_features.gleam:122
msgid "Quick switcher with keyboard shortcuts"
-msgstr "Schnellwechsel mit Tastenkürzeln"
+msgstr "Schnellwechsel per Tastenkürzel"
#: src/fluxer_marketing/components/coming_features.gleam:40
msgid "RSS/Atom feeds for forums"
@@ -1568,7 +1568,7 @@ msgstr "Screenshots mit freundlicher Genehmigung von "
#: src/fluxer_marketing/pages/help_components.gleam:93
msgid "Search"
-msgstr "Suchen"
+msgstr "Suche"
#: src/fluxer_marketing/components/current_features.gleam:114
msgid "Search & quick switcher"
@@ -1659,7 +1659,7 @@ msgstr "Zeig deinen Plutonium-Status mit einem exklusiven Badge auf deinem Profi
#: src/fluxer_marketing/components/coming_features.gleam:33
msgid "Slash commands"
-msgstr "Slash-Befehle"
+msgstr "Slash-Commands"
#: src/fluxer_marketing/pages/careers_page.gleam:236
msgid "Software development"
@@ -1684,7 +1684,7 @@ msgstr "Spanisch (Spanien)"
#: src/fluxer_marketing/pages/download_page.gleam:323
msgid "Sponsor the roadmap for mobile"
-msgstr "Sponsere die Mobile-Roadmap"
+msgstr "Die Mobile-Roadmap unterstützen"
#: src/fluxer_marketing/components/coming_features.gleam:42
msgid "Stage channels"
@@ -1790,7 +1790,7 @@ msgstr "Probiere andere Suchbegriffe oder stöbere in unseren Kategorien."
#: src/fluxer_marketing/components/hackernews_banner.gleam:75
msgid "Try it without an email at"
-msgstr "Versuche es ohne eine E-Mail unter"
+msgstr "Probier es ohne E-Mail unter"
#: src/fluxer_marketing/components/locale_selector.gleam:147
msgid "Turkish"
@@ -1846,7 +1846,7 @@ msgstr "Animierte Emojis nutzen"
#: src/fluxer_marketing/components/current_features.gleam:154
msgid "Use our desktop client (mobile coming soon)"
-msgstr "Verwenden Sie unseren Desktop-Client (mobile Version kommt bald)"
+msgstr "Nutze unseren Desktop-Client (Mobile kommt bald)"
#: src/fluxer_marketing/pages/plutonium_page.gleam:604
msgid "Use your favorite emojis and stickers from any community, anywhere across Fluxer."
@@ -1895,7 +1895,7 @@ msgstr "Voice & Video"
#: src/fluxer_marketing/pages/careers_page.gleam:396
msgid "Want to help build Fluxer?"
-msgstr "Willst du beim Aufbau von Fluxer helfen?"
+msgstr "Willst du Fluxer mitbauen?"
#: src/fluxer_marketing/pages/careers_page.gleam:94
msgid "Ways to contribute"
@@ -1911,7 +1911,7 @@ msgstr "Wir brauchen deine Unterstützung, damit das funktioniert."
#: src/fluxer_marketing/pages/partners_page.gleam:453
msgid "We review all applications and will get back to you as soon as possible."
-msgstr "Wir prüfen alle Bewerbungen und melden uns so schnell wie möglich bei dir."
+msgstr "Wir prüfen alle Bewerbungen und melden uns so bald wie möglich bei dir."
#: src/fluxer_marketing/pages/press_page.gleam:301
msgid "We typically respond within 24 hours during business days."
@@ -1937,7 +1937,7 @@ msgstr "Wir bauen das Business rund um Fluxer noch auf und sind noch nicht ganz
msgid "Webhooks and bot support"
msgstr "Webhooks und Bot-Unterstützung"
-#: src/fluxer_marketing/pages/donate_page.gleam:351
+#: src/fluxer_marketing/pages/donate_page.gleam:350
msgid "What does my donation support?"
msgstr "Was unterstützt meine Spende?"
@@ -1953,9 +1953,9 @@ msgstr "Was heute verfügbar ist"
msgid "What's coming next"
msgstr "Was als Nächstes kommt"
-#: src/fluxer_marketing/pages/donate_page.gleam:385
+#: src/fluxer_marketing/pages/donate_page.gleam:384
msgid "What's the difference between Individual and Business?"
-msgstr "Was ist der Unterschied zwischen Privat und Geschäftlich?"
+msgstr "Was ist der Unterschied zwischen Privat und Unternehmen?"
#: src/fluxer_marketing/pages/press_page.gleam:226
msgid "White"
@@ -1989,7 +1989,7 @@ msgstr "Deine Community erhält den Verifizierungsstatus für Authentizität und
msgid "Your community receives increased limits when you need them."
msgstr "Deine Community bekommt erhöhte Limits, wenn du sie brauchst."
-#: src/fluxer_marketing/pages/donate_page.gleam:354
+#: src/fluxer_marketing/pages/donate_page.gleam:353
msgid "Your donation helps fund Fluxer's infrastructure costs, including servers, bandwidth, storage, and ongoing development of new features. It helps us maintain and improve the platform for everyone."
msgstr "Deine Spende hilft, Fluxers Infrastrukturkosten zu finanzieren – inklusive Servern, Bandbreite, Speicher und der laufenden Entwicklung neuer Features. So können wir die Plattform für alle betreiben und verbessern."
@@ -2031,10 +2031,10 @@ msgstr "macOS 10.15+"
#: src/fluxer_marketing/pages/plutonium_page.gleam:1067
msgid "one-time purchase"
-msgstr "Einmalkauf"
+msgstr "Einmalzahlung"
#: src/fluxer_marketing/components/plutonium_section.gleam:68
-#: src/fluxer_marketing/pages/donate_page.gleam:284
+#: src/fluxer_marketing/pages/donate_page.gleam:282
#: src/fluxer_marketing/pages/plutonium_page.gleam:106
#: src/fluxer_marketing/pages/plutonium_page.gleam:230
msgid "or"
@@ -2059,4 +2059,3 @@ msgstr "{0} von {1} Plätzen übrig"
#: src/fluxer_marketing/components/footer.gleam:325
msgid "© Fluxer Platform AB (Swedish limited liability company: 559537-3993)"
msgstr "© Fluxer Platform AB (schwedische GmbH: 559537-3993)"
-
diff --git a/fluxer_marketing/locales/el/messages.po b/fluxer_marketing/locales/el/messages.po
index d424df85..3afa74f6 100644
--- a/fluxer_marketing/locales/el/messages.po
+++ b/fluxer_marketing/locales/el/messages.po
@@ -6,19 +6,19 @@ msgstr ""
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:190
msgid " in Chrome"
-msgstr "στο Chrome"
+msgstr " στο Chrome"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:288
msgid " in Chrome or another browser with PWA support"
-msgstr "στο Chrome ή σε άλλο πρόγραμμα περιήγησης με υποστήριξη PWA"
+msgstr " στο Chrome ή σε άλλο πρόγραμμα περιήγησης με υποστήριξη PWA"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:236
msgid " in Safari"
-msgstr "στο Safari"
+msgstr " στο Safari"
#: src/fluxer_marketing/pages/plutonium_page.gleam:1032
msgid "/forever"
-msgstr "/για πάντα"
+msgstr "/για-πάντα"
#: src/fluxer_marketing/components/plutonium_section.gleam:66
#: src/fluxer_marketing/pages/plutonium_page.gleam:103
@@ -37,15 +37,15 @@ msgstr "/έτος"
#: src/fluxer_marketing/pages/plutonium_page.gleam:654
msgid "500MB uploads, 4000 character messages, 300 bookmarks, 50 emoji packs, and much more."
-msgstr "Αποστολές έως 500MB, μηνύματα έως 4000 χαρακτήρες, 300 σελιδοδείκτες, 50 πακέτα emoji και πολλά άλλα."
+msgstr "Αποστολές έως 500MB, μηνύματα έως 4000 χαρακτήρες, 300 σελιδοδείκτες, 50 πακέτα emoji και πολλά ακόμη."
#: src/fluxer_marketing/components/communities_section.gleam:86
msgid "A chat platform that answers to you, not investors. It's ad-free, open source, community-funded, and never sells your data or nags you with upgrade pop-ups."
-msgstr "Μια πλατφόρμα συνομιλίας που λογοδοτεί σε εσένα, όχι σε επενδυτές. Είναι χωρίς διαφημίσεις, ανοιχτού κώδικα, χρηματοδοτούμενη από την κοινότητα και δεν πουλά ποτέ τα δεδομένα σου ούτε σε ζαλίζει με αναδυόμενα για αναβάθμιση."
+msgstr "Μια πλατφόρμα συνομιλίας που λογοδοτεί σε εσένα, όχι σε επενδυτές. Χωρίς διαφημίσεις, ανοιχτού κώδικα και χρηματοδοτούμενη από την κοινότητα — δεν πουλά ποτέ τα δεδομένα σου και δεν σε ενοχλεί με αναδυόμενα για αναβάθμιση."
#: src/fluxer_marketing/pages/careers_page.gleam:219
msgid "A non-paid role for recurring contributors who help shape Fluxer alongside the core team."
-msgstr "Ένας μη αμειβόμενος ρόλος για τακτικούς συνεισφέροντες που βοηθούν να διαμορφωθεί το Fluxer μαζί με την βασική ομάδα."
+msgstr "Ένας μη αμειβόμενος ρόλος για τακτικούς συνεισφέροντες, που βοηθούν να διαμορφωθεί το Fluxer μαζί με τη βασική ομάδα."
#: src/fluxer_marketing/pages/plutonium_page.gleam:1074
msgid "Access to Fluxer Operators community"
@@ -61,7 +61,7 @@ msgstr "Κοινοποίηση δραστηριότητας"
#: src/fluxer_marketing/pages/download_page.gleam:228
msgid "Add Fluxer to your home screen to hide the browser UI."
-msgstr "Πρόσθεσε το Fluxer στην αρχική οθόνη για να κρύψεις το περιβάλλον του προγράμματος περιήγησης."
+msgstr "Πρόσθεσε το Fluxer στην αρχική οθόνη για να κρύψεις το UI του προγράμματος περιήγησης."
#: src/fluxer_marketing/components/current_features.gleam:133
msgid "Add custom emojis, save media for later, and style the app with custom CSS."
@@ -69,11 +69,11 @@ msgstr "Πρόσθεσε προσαρμοσμένα emoji, αποθήκευσε
#: src/fluxer_marketing/pages/plutonium_page.gleam:1124
msgid "After the offer ends, Operator Pass stays available on its own."
-msgstr "Μετά το τέλος της προσφοράς, το Operator Pass θα συνεχίσει να διατίθεται ξεχωριστά."
+msgstr "Όταν τελειώσει η προσφορά, το Operator Pass θα συνεχίσει να διατίθεται ξεχωριστά."
#: src/fluxer_marketing/pages/plutonium_page.gleam:843
msgid "All current and future Plutonium benefits, forever"
-msgstr "Όλα τα τωρινά και μελλοντικά προνόμια του Plutonium, για πάντα"
+msgstr "Όλα τα τρέχοντα και μελλοντικά προνόμια του Plutonium, για πάντα"
#: src/fluxer_marketing/components/current_features.gleam:55
msgid "All the basics you expect, plus a few things you don't."
@@ -81,7 +81,11 @@ msgstr "Όλα τα βασικά που περιμένεις — και μερι
#: src/fluxer_marketing/components/locale_selector.gleam:102
msgid "All translations are currently LLM-generated with minimal human revision. We'd love to get real people to help us out localizing Fluxer into your language! To do so, shoot an email to i18n@fluxer.app and we'll be happy to accept your contributions."
-msgstr "Όλες οι μεταφράσεις αυτή τη στιγμή παράγονται από LLM, με ελάχιστη ανθρώπινη επιμέλεια. Θα θέλαμε πολύ να βοηθήσουν πραγματικοί άνθρωποι ώστε να τοπικοποιήσουμε το Fluxer στη γλώσσα σου! Στείλε ένα email στο i18n@fluxer.app και θα χαρούμε να δεχτούμε τη συνεισφορά σου."
+msgstr "Όλες οι μεταφράσεις προς το παρόν παράγονται από LLM, με ελάχιστη ανθρώπινη επιμέλεια. Θα θέλαμε πολύ να βοηθήσουν πραγματικοί άνθρωποι για να τοπικοποιήσουμε το Fluxer στη γλώσσα σου! Στείλε email στο i18n@fluxer.app και θα χαρούμε να δεχτούμε τη συνεισφορά σου."
+
+#: src/fluxer_marketing/components/hero.gleam:64
+msgid "An open-source, independent instant messaging and VoIP platform. Built for friends, groups, and communities."
+msgstr "Μια ανοιχτού κώδικα, ανεξάρτητη πλατφόρμα για άμεσα μηνύματα και VoIP. Φτιαγμένη για φίλους, ομάδες και κοινότητες."
#: src/fluxer_marketing/components/platform_download_button.gleam:524
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:97
@@ -120,7 +124,7 @@ msgstr "Αραβικά"
#: src/fluxer_marketing/pages/help_category_page.gleam:143
msgid "Articles in "
-msgstr "Άρθρα σε "
+msgstr "Άρθρα στα "
#: src/fluxer_marketing/pages/help_article_page.gleam:291
msgid "Articles in this section"
@@ -130,7 +134,7 @@ msgstr "Άρθρα σε αυτήν την ενότητα"
msgid "Audit logs for transparency"
msgstr "Αρχεία καταγραφής ελέγχου για διαφάνεια"
-#: src/fluxer_marketing/pages/donate_page.gleam:302
+#: src/fluxer_marketing/pages/donate_page.gleam:301
msgid "Available for Swedish bank accounts"
msgstr "Διαθέσιμο για σουηδικούς τραπεζικούς λογαριασμούς"
@@ -140,22 +144,22 @@ msgstr "Διαθέσιμο στον υπολογιστή σου — και στ
#: src/fluxer_marketing/pages/help_article_page.gleam:182
msgid "Back to "
-msgstr "Επιστροφή σε "
+msgstr "Πίσω στο "
#: src/fluxer_marketing/pages/help_article_page.gleam:279
#: src/fluxer_marketing/pages/help_search_page.gleam:115
msgid "Back to Help Center"
-msgstr "Επιστροφή στο Κέντρο Βοήθειας"
+msgstr "Πίσω στο Κέντρο Βοήθειας"
#: src/fluxer_marketing/pages/plutonium_page.gleam:674
msgid "Be the first to try new features before they're released to everyone else."
-msgstr "Δοκίμασε πρώτος/η νέες λειτουργίες πριν κυκλοφορήσουν για όλους."
+msgstr "Δοκίμασε πρώτος/πρώτη νέες λειτουργίες πριν κυκλοφορήσουν για όλους."
#: src/fluxer_marketing/components/partner_section.gleam:64
#: src/fluxer_marketing/pages/careers_page.gleam:173
#: src/fluxer_marketing/pages/partners_page.gleam:64
msgid "Become a Fluxer Partner"
-msgstr "Γίνε Συνεργάτης του Fluxer"
+msgstr "Γίνε Συνεργάτης Fluxer"
#: src/fluxer_marketing/components/partner_section.gleam:151
msgid "Become a Partner"
@@ -208,9 +212,9 @@ msgstr "Bluesky"
msgid "Bookmarked messages"
msgstr "Μηνύματα με σελιδοδείκτη"
-#: src/fluxer_marketing/pages/donate_page.gleam:388
+#: src/fluxer_marketing/pages/donate_page.gleam:387
msgid "Both donation types support the same cause equally. The only difference is that Business donations allow you to specify a tax ID (if applicable) and receive a PDF invoice when finalized, which can be useful for company accounting purposes."
-msgstr "Και οι δύο τύποι δωρεάς υποστηρίζουν την ίδια προσπάθεια εξίσου. Η μόνη διαφορά είναι ότι οι δωρεές Επιχείρησης σου επιτρέπουν να δηλώσεις ΑΦΜ (αν ισχύει) και να λάβεις τιμολόγιο σε PDF όταν οριστικοποιηθεί, κάτι που μπορεί να είναι χρήσιμο για τα λογιστικά της εταιρείας."
+msgstr "Και οι δύο τύποι δωρεάς υποστηρίζουν την ίδια προσπάθεια εξίσου. Η μόνη διαφορά είναι ότι οι δωρεές Επιχείρησης σου επιτρέπουν να δηλώσεις ΑΦΜ (αν ισχύει) και να λάβεις τιμολόγιο σε PDF όταν ολοκληρωθεί, κάτι χρήσιμο για τα λογιστικά της εταιρείας."
#: src/fluxer_marketing/pages/press_page.gleam:200
msgid "Brand Colors"
@@ -240,10 +244,6 @@ msgstr "Περιηγήσου σε άρθρα βοήθειας για "
msgid "Built for communities of all kinds."
msgstr "Φτιαγμένο για κοινότητες κάθε είδους."
-#: src/fluxer_marketing/components/hero.gleam:64
-msgid "Built for friends, groups, and communities. Text, voice, and video. Open source and community-funded."
-msgstr "Φτιαγμένο για φίλους, ομάδες και κοινότητες. Κείμενο, φωνή και βίντεο. Ανοιχτού κώδικα και χρηματοδοτούμενο από την κοινότητα."
-
#: src/fluxer_marketing/components/locale_selector.gleam:119
msgid "Bulgarian"
msgstr "Βουλγαρικά"
@@ -273,7 +273,7 @@ msgstr "Αλλαγή γλώσσας"
#: src/fluxer_marketing/components/hero.gleam:59
msgid "Chat that puts you first"
-msgstr "Συνομιλία που σε βάζει πρώτα"
+msgstr "Συνομιλία που σε βάζει σε πρώτο πλάνο"
#: src/fluxer_marketing/components/locale_selector.gleam:150
msgid "Chinese (Simplified)"
@@ -309,7 +309,7 @@ msgstr "Εκκαθάριση αναζήτησης"
#: src/fluxer_marketing/pages/download_page.gleam:337
msgid "Code, issues, docs, and reviews"
-msgstr "Κώδικας, issues, τεκμηρίωση και αξιολογήσεις"
+msgstr "Κώδικας, issues, docs και αξιολογήσεις"
#: src/fluxer_marketing/pages/press_page.gleam:124
msgid "Color Logo"
@@ -381,7 +381,7 @@ msgstr "Συνδέσου"
#: src/fluxer_marketing/pages/plutonium_page.gleam:1038
msgid "Connect from any client"
-msgstr "Σύνδεση από οποιονδήποτε πελάτη"
+msgstr "Συνδέσου από οποιονδήποτε client"
#: src/fluxer_marketing/pages/help_article_page.gleam:233
#: src/fluxer_marketing/pages/help_article_page.gleam:375
@@ -488,15 +488,15 @@ msgstr "Δανικά"
#: src/fluxer_marketing/pages/careers_page.gleam:250
msgid "Design & branding"
-msgstr "Design & branding"
+msgstr "Σχεδιασμός & branding"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:99
msgid "Desktop"
-msgstr "Επιτραπέζιος υπολογιστής"
+msgstr "Υπολογιστής"
#: src/fluxer_marketing/components/footer.gleam:209
msgid "Developer Docs"
-msgstr "Τεκμηρίωση για προγραμματιστές"
+msgstr "Τεκμηρίωση προγραμματιστών"
#: src/fluxer_marketing/components/communities_section.gleam:74
msgid "Developers"
@@ -519,7 +519,7 @@ msgstr "Ανακάλυψη"
msgid "Display an exclusive Partner badge on your profile to stand out."
msgstr "Δείξε ένα αποκλειστικό σήμα Συνεργάτη στο προφίλ σου για να ξεχωρίζεις."
-#: src/fluxer_marketing/pages/donate_page.gleam:367
+#: src/fluxer_marketing/pages/donate_page.gleam:366
msgid "Do I get anything in return?"
msgstr "Παίρνω κάτι σε αντάλλαγμα;"
@@ -548,22 +548,22 @@ msgstr "Δωρεά σε USD"
msgid "Donate to Fluxer"
msgstr "Κάνε δωρεά στο Fluxer"
-#: src/fluxer_marketing/pages/donate_page.gleam:298
+#: src/fluxer_marketing/pages/donate_page.gleam:297
msgid "Donate with Swish"
msgstr "Δωρεά με Swish"
-#: src/fluxer_marketing/pages/donate_page.gleam:370
+#: src/fluxer_marketing/pages/donate_page.gleam:369
msgid "Donations are voluntary gifts and do not provide you with any product, service, ownership, or special rights. If you're looking for premium features, check out {0}."
msgstr "Οι δωρεές είναι εθελοντικά δώρα και δεν σου παρέχουν κάποιο προϊόν, υπηρεσία, ιδιοκτησία ή ειδικά δικαιώματα. Αν ψάχνεις premium λειτουργίες, δες το {0}."
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:308
msgid "Done! You can now open Fluxer as if it were a regular program."
-msgstr "Έγινε! Μπορείτε τώρα να ανοίξετε το Fluxer σαν να ήταν κανονικό πρόγραμμα."
+msgstr "Έγινε! Τώρα μπορείς να ανοίγεις το Fluxer σαν κανονικό πρόγραμμα."
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:206
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:256
msgid "Done! You can open Fluxer from your home screen."
-msgstr "Έγινε! Μπορείτε να ανοίξετε το Fluxer από την αρχική οθόνη σας."
+msgstr "Έγινε! Μπορείς να ανοίγεις το Fluxer από την αρχική οθόνη σου."
#: src/fluxer_marketing/components/footer.gleam:132
#: src/fluxer_marketing/components/navigation.gleam:84
@@ -650,11 +650,11 @@ msgstr "Εισιτήρια εκδηλώσεων"
#: src/fluxer_marketing/pages/plutonium_page.gleam:1071
msgid "Everything in Free, plus:"
-msgstr "Ό,τι περιλαμβάνει το Δωρεάν, συν:"
+msgstr "Όλα όσα περιλαμβάνει το Δωρεάν, συν:"
#: src/fluxer_marketing/pages/partners_page.gleam:233
msgid "Exclusive Merch"
-msgstr "Αποκλειστικό merchandise"
+msgstr "Αποκλειστικό merch"
#: src/fluxer_marketing/pages/plutonium_page.gleam:863
msgid "Exclusive communities"
@@ -724,7 +724,7 @@ msgstr "Ομάδα Κοινότητας Fluxer"
msgid "Fluxer Partner"
msgstr "Συνεργάτης Fluxer"
-#: src/fluxer_marketing/pages/donate_page.gleam:372
+#: src/fluxer_marketing/pages/donate_page.gleam:371
#: src/fluxer_marketing/pages/plutonium_page.gleam:51
#: src/fluxer_marketing/pages/plutonium_page.gleam:76
msgid "Fluxer Plutonium"
@@ -786,7 +786,7 @@ msgstr "Για πάντα"
#: src/fluxer_marketing/components/get_involved_section.gleam:189
msgid "Found a security issue?"
-msgstr "Βρήκες θέμα ασφαλείας;"
+msgstr "Βρήκες ζήτημα ασφαλείας;"
#: src/fluxer_marketing/pages/plutonium_page.gleam:175
#: src/fluxer_marketing/pages/plutonium_page.gleam:265
@@ -810,9 +810,9 @@ msgstr "Δωρεάν vs Plutonium"
msgid "French"
msgstr "Γαλλικά"
-#: src/fluxer_marketing/pages/donate_page.gleam:346
+#: src/fluxer_marketing/pages/donate_page.gleam:345
msgid "Frequently Asked Questions"
-msgstr "Συχνές Ερωτήσεις"
+msgstr "Συχνές ερωτήσεις"
#: src/fluxer_marketing/components/hackernews_banner.gleam:72
msgid "From HN?"
@@ -857,11 +857,11 @@ msgstr "Γίνε Visionary + Operator Pass"
#: src/fluxer_marketing/pages/partners_page.gleam:148
msgid "Get an exclusive custom vanity URL like fluxer.gg/yourcommunity."
-msgstr "Απόκτησε ένα αποκλειστικό, προσαρμοσμένο vanity URL όπως fluxer.gg/yourcommunity."
+msgstr "Απόκτησε ένα αποκλειστικό vanity URL όπως fluxer.gg/yourcommunity."
#: src/fluxer_marketing/pages/partners_page.gleam:236
msgid "Get exclusive Fluxer Partner-only merchandise and swag."
-msgstr "Απόκτησε αποκλειστικά merchandise και swag μόνο για Συνεργάτες του Fluxer."
+msgstr "Απόκτησε αποκλειστικά merch και swag μόνο για Συνεργάτες Fluxer."
#: src/fluxer_marketing/pages/partners_page.gleam:115
msgid "Get free Plutonium for your account to enjoy all premium features."
@@ -877,11 +877,11 @@ msgstr "Βρες βοήθεια"
#: src/fluxer_marketing/components/get_involved_section.gleam:51
msgid "Get involved"
-msgstr "Συμμετοχή"
+msgstr "Πάρε μέρος"
#: src/fluxer_marketing/pages/plutonium_page.gleam:956
msgid "Get lifetime Plutonium on Fluxer.app plus an Operator Pass for self-hosting. Pay {0} one-time. Available until October 1, 2026 or when {1} slots are claimed."
-msgstr "Απόκτησε Plutonium για μια ζωή στο Fluxer.app μαζί με ένα Operator Pass για αυτοφιλοξενία. Πλήρωσε εφάπαξ {0}. Διαθέσιμο έως την 1η Οκτωβρίου 2026 ή μέχρι να καλυφθούν {1} θέσεις."
+msgstr "Απόκτησε Plutonium για μια ζωή στο Fluxer.app μαζί με Operator Pass για αυτοφιλοξενία. Πλήρωσε εφάπαξ {0}. Διαθέσιμο έως την 1η Οκτωβρίου 2026 ή μέχρι να καλυφθούν {1} θέσεις."
#: src/fluxer_marketing/components/plutonium_section.gleam:51
msgid "Get more with Fluxer Plutonium"
@@ -893,7 +893,7 @@ msgstr "Πάρε προνόμια και βοήθησε να χρηματοδο
#: src/fluxer_marketing/pages/download_page.gleam:237
msgid "Get push notifications when you're away from the app."
-msgstr "Λάβε push ειδοποιήσεις όταν είσαι εκτός εφαρμογής."
+msgstr "Λάβε push ειδοποιήσεις όταν δεν είσαι στην εφαρμογή."
#: src/fluxer_marketing/components/get_involved_section.gleam:89
msgid "Get updates, see upcoming features, discuss suggestions, and chat with the team."
@@ -959,7 +959,7 @@ msgstr "Στήριξε μια ανεξάρτητη πλατφόρμα επικο
#: src/fluxer_marketing/pages/careers_page.gleam:132
msgid "Help translate Fluxer and its docs so it feels native everywhere."
-msgstr "Βοήθησε να μεταφραστεί το Fluxer και η τεκμηρίωσή του ώστε να μοιάζει ντόπιο παντού."
+msgstr "Βοήθησε να μεταφραστεί το Fluxer και η τεκμηρίωσή του ώστε να μοιάζει «ντόπιο» παντού."
#: src/fluxer_marketing/pages/careers_page.gleam:69
msgid "Help us build a different kind of communication platform — open source, community-funded, and built with care."
@@ -991,7 +991,7 @@ msgstr "Μπες σε κλήση με φίλους ή μοιράσου την ο
#: src/fluxer_marketing/components/current_features.gleam:153
msgid "Host your own instance"
-msgstr "Φιλοξένησε τη δική σου εγκατάσταση"
+msgstr "Φιλοξένησε το δικό σου instance"
#: src/fluxer_marketing/pages/help_center_page.gleam:64
#: src/fluxer_marketing/pages/help_search_page.gleam:63
@@ -1000,7 +1000,7 @@ msgstr "Πώς μπορούμε να βοηθήσουμε;"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:39
msgid "How to install as an app"
-msgstr "Πώς να εγκαταστήσετε ως εφαρμογή"
+msgstr "Πώς να το εγκαταστήσεις ως εφαρμογή"
#: src/fluxer_marketing/pages/partners_page.gleam:434
msgid "How you plan to use Fluxer with your community"
@@ -1037,18 +1037,18 @@ msgstr "Ινδονησιακά"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:59
msgid "Install Fluxer as an app"
-msgstr "Εγκαταστήστε το Fluxer ως εφαρμογή"
+msgstr "Εγκατέστησε το Fluxer ως εφαρμογή"
#: src/fluxer_marketing/components/platform_download_button.gleam:145
#: src/fluxer_marketing/components/platform_download_button.gleam:161
msgid "Intel"
msgstr "Intel"
-#: src/fluxer_marketing/pages/donate_page.gleam:377
+#: src/fluxer_marketing/pages/donate_page.gleam:376
msgid "Is my donation tax-deductible?"
msgstr "Εκπίπτει η δωρεά μου από τον φόρο;"
-#: src/fluxer_marketing/pages/donate_page.gleam:359
+#: src/fluxer_marketing/pages/donate_page.gleam:358
msgid "Is this a subscription?"
msgstr "Είναι συνδρομή;"
@@ -1129,11 +1129,11 @@ msgstr "Plutonium για μια ζωή"
#: src/fluxer_marketing/components/plutonium_banner.gleam:38
msgid "Lifetime Plutonium + Operator Pass with Visionary — limited slots"
-msgstr "Plutonium για μια ζωή + Operator Pass με Visionary — περιορισμένες θέσεις"
+msgstr "Plutonium για μια ζωή + Operator Pass με το Visionary — περιορισμένες θέσεις"
#: src/fluxer_marketing/pages/plutonium_page.gleam:1103
msgid "Limited Offer: Visionary includes Operator Pass"
-msgstr "Περιορισμένη προσφορά: το Visionary περιλαμβάνει Operator Pass"
+msgstr "Περιορισμένη προσφορά: το Visionary περιλαμβάνει το Operator Pass"
#: src/fluxer_marketing/pages/partners_page.gleam:408
msgid "Links to your content or community (YouTube, Twitch, Discord, etc.)"
@@ -1157,7 +1157,7 @@ msgstr "Λογότυπο"
#: src/fluxer_marketing/pages/donate_page.gleam:123
msgid "Make a Donation"
-msgstr "Κάνε μια δωρεά"
+msgstr "Κάνε δωρεά"
#: src/fluxer_marketing/components/current_features.gleam:123
msgid "Manage friends and block users"
@@ -1222,11 +1222,11 @@ msgstr "Δεν βρέθηκαν άρθρα."
msgid "No results found for"
msgstr "Δεν βρέθηκαν αποτελέσματα για"
-#: src/fluxer_marketing/pages/donate_page.gleam:380
+#: src/fluxer_marketing/pages/donate_page.gleam:379
msgid "No, donations to Fluxer are not tax-deductible as we are not a registered charitable organization."
msgstr "Όχι, οι δωρεές προς το Fluxer δεν εκπίπτουν από τον φόρο, καθώς δεν είμαστε καταχωρισμένος φιλανθρωπικός οργανισμός."
-#: src/fluxer_marketing/pages/donate_page.gleam:362
+#: src/fluxer_marketing/pages/donate_page.gleam:361
msgid "No, this is a one-time donation. You choose the amount you want to give, and there are no recurring charges."
msgstr "Όχι, αυτή είναι εφάπαξ δωρεά. Διαλέγεις το ποσό που θέλεις να δώσεις και δεν υπάρχουν επαναλαμβανόμενες χρεώσεις."
@@ -1244,15 +1244,15 @@ msgstr "Μη διαθέσιμο"
#: src/fluxer_marketing/pages/plutonium_page.gleam:91
msgid "Note: Plutonium and Visionary benefits only apply to the official Fluxer.app instance, not third-party or self-hosted instances."
-msgstr "Σημείωση: Τα προνόμια Plutonium και Visionary ισχύουν μόνο για την επίσημη εγκατάσταση Fluxer.app, όχι για εγκαταστάσεις τρίτων ή αυτοφιλοξενούμενες."
+msgstr "Σημείωση: Τα προνόμια Plutonium και Visionary ισχύουν μόνο για το επίσημο instance του Fluxer.app, όχι για εγκαταστάσεις τρίτων ή αυτοφιλοξενούμενες."
#: src/fluxer_marketing/pages/plutonium_page.gleam:788
msgid "Numbered badge (1-{0}) showing your Visionary status"
-msgstr "Αριθμημένο σήμα (1–{0}) που δείχνει την ιδιότητά σου ως Visionary"
+msgstr "Αριθμημένο σήμα (1–{0}) που δείχνει το status σου ως Visionary"
#: src/fluxer_marketing/pages/plutonium_page.gleam:786
msgid "Numbered badge showing your Visionary status"
-msgstr "Αριθμημένο σήμα που δείχνει την ιδιότητά σου ως Visionary"
+msgstr "Αριθμημένο σήμα που δείχνει το status σου ως Visionary"
#: src/fluxer_marketing/pages/plutonium_page.gleam:828
msgid "One-time purchase, lifetime access"
@@ -1260,7 +1260,7 @@ msgstr "Εφάπαξ αγορά, πρόσβαση για μια ζωή"
#: src/fluxer_marketing/components/plutonium_banner.gleam:43
msgid "Only {0} of {1} Visionary lifetime slots left — lifetime Plutonium + Operator Pass"
-msgstr "Μόνο {0} από {1} θέσεις Visionary εφ’ όρου ζωής απομένουν — Plutonium για μια ζωή + Operator Pass"
+msgstr "Μόνο {0} από {1} θέσεις Visionary εφ’ όρου ζωής έμειναν — Plutonium για μια ζωή + Operator Pass"
#: src/fluxer_marketing/components/navigation.gleam:172
msgid "Open Fluxer"
@@ -1283,7 +1283,7 @@ msgstr "Ανοιχτού κώδικα (AGPL-3.0)"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:234
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:284
msgid "Open the web app"
-msgstr "Ανοίξτε την εφαρμογή ιστού"
+msgstr "Άνοιξε τη web εφαρμογή"
#: src/fluxer_marketing/pages/plutonium_page.gleam:1059
msgid "Operator Pass"
@@ -1291,7 +1291,7 @@ msgstr "Operator Pass"
#: src/fluxer_marketing/components/coming_features.gleam:31
msgid "Opt-in E2EE messaging"
-msgstr "Μηνύματα E2EE με επιλεγμένη συμμετοχή"
+msgstr "Μηνύματα E2EE (προαιρετικά)"
#: src/fluxer_marketing/components/current_features.gleam:74
msgid "Organized channels for communities"
@@ -1299,7 +1299,7 @@ msgstr "Οργανωμένα κανάλια για κοινότητες"
#: src/fluxer_marketing/pages/press_page.gleam:209
msgid "Our carefully selected color palette that represents the Fluxer brand."
-msgstr "Η προσεκτικά επιλεγμένη παλέτα χρωμάτων που αντιπροσωπεύει το brand του Fluxer."
+msgstr "Η προσεκτικά επιλεγμένη παλέτα χρωμάτων που αντιπροσωπεύει το Fluxer."
#: src/fluxer_marketing/pages/press_page.gleam:102
msgid "Our full logo including the wordmark. Use this as the primary representation of our brand."
@@ -1360,7 +1360,7 @@ msgstr "Πολωνικά"
#: src/fluxer_marketing/components/coming_features.gleam:41
msgid "Polls & events"
-msgstr "Δημοσκοπήσεις και εκδηλώσεις"
+msgstr "Δημοσκοπήσεις & εκδηλώσεις"
#: src/fluxer_marketing/components/locale_selector.gleam:142
msgid "Portuguese (Brazil)"
@@ -1368,7 +1368,7 @@ msgstr "Πορτογαλικά (Βραζιλίας)"
#: src/fluxer_marketing/components/plutonium_section.gleam:154
msgid "Premium quality"
-msgstr "Ποιότητα premium"
+msgstr "Premium ποιότητα"
#: src/fluxer_marketing/components/footer.gleam:198
#: src/fluxer_marketing/components/navigation.gleam:337
@@ -1377,19 +1377,19 @@ msgstr "Τύπος"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:246
msgid "Press \"Add to Home Screen\""
-msgstr "Πατήστε \"Προσθήκη στην αρχική οθόνη"
+msgstr "Πάτησε \"Προσθήκη στην αρχική οθόνη\""
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:249
msgid "Press \"Add\" in the upper-right corner"
-msgstr "Πατήστε \"Προσθήκη\" στην επάνω δεξιά γωνία"
+msgstr "Πάτησε \"Προσθήκη\" στην επάνω δεξιά γωνία"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:200
msgid "Press \"Install app\""
-msgstr "Πατήστε \"Εγκατάσταση εφαρμογής"
+msgstr "Πάτησε \"Εγκατάσταση εφαρμογής\""
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:301
msgid "Press \"Install\" in the popup that appears"
-msgstr "Πατήστε \"Εγκατάσταση\" στο αναδυόμενο παράθυρο που εμφανίζεται"
+msgstr "Πάτησε \"Εγκατάσταση\" στο αναδυόμενο παράθυρο που εμφανίζεται"
#: src/fluxer_marketing/pages/press_page.gleam:45
#: src/fluxer_marketing/pages/press_page.gleam:65
@@ -1402,15 +1402,15 @@ msgstr "Επικοινωνία για Τύπο"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:197
msgid "Press the \"More\" (\\u{22EE}) button in the top-right corner"
-msgstr "Πατήστε το κουμπί \"Περισσότερα\" (\\u{22EE}) στην επάνω δεξιά γωνία"
+msgstr "Πάτησε το κουμπί \"Περισσότερα\" (\\u{22EE}) στην επάνω δεξιά γωνία"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:243
msgid "Press the Share button (rectangle with upwards-pointing arrow)"
-msgstr "Πατήστε το κουμπί Κοινή χρήση (ορθογώνιο με βέλος προς τα πάνω)"
+msgstr "Πάτησε το κουμπί Κοινή χρήση (ορθογώνιο με βέλος προς τα πάνω)"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:296
msgid "Press the install button (downwards-pointing arrow on monitor) in the address bar"
-msgstr "Πατήστε το κουμπί εγκατάστασης (βέλος προς τα κάτω στην οθόνη) στη γραμμή διευθύνσεων"
+msgstr "Πάτησε το κουμπί εγκατάστασης (βέλος προς τα κάτω σε οθόνη) στη γραμμή διευθύνσεων"
#: src/fluxer_marketing/components/footer.gleam:110
#: src/fluxer_marketing/components/navigation.gleam:93
@@ -1420,7 +1420,7 @@ msgstr "Τιμές"
#: src/fluxer_marketing/pages/plutonium_page.gleam:851
msgid "Priority support and Operators community access for self-hosting"
-msgstr "Προτεραιότητα στην υποστήριξη και πρόσβαση στην κοινότητα Operators για αυτοφιλοξενία"
+msgstr "Υποστήριξη προτεραιότητας και πρόσβαση στην κοινότητα Operators για αυτοφιλοξενία"
#: src/fluxer_marketing/components/footer.gleam:249
#: src/fluxer_marketing/components/navigation.gleam:406
@@ -1459,7 +1459,7 @@ msgstr "Δημοσίευση φόρουμ στο web"
#: src/fluxer_marketing/pages/plutonium_page.gleam:883
msgid "Purchase Visionary directly in the app after creating your account. Your purchase date and order number will be displayed on your profile (can be hidden in privacy settings)."
-msgstr "Αγόρασε το Visionary απευθείας μέσα από την εφαρμογή αφού δημιουργήσεις λογαριασμό. Η ημερομηνία αγοράς και ο αριθμός παραγγελίας θα εμφανίζονται στο προφίλ σου (μπορούν να κρυφτούν στις ρυθμίσεις απορρήτου)."
+msgstr "Αγόρασε Visionary απευθείας μέσα από την εφαρμογή αφού δημιουργήσεις λογαριασμό. Η ημερομηνία αγοράς και ο αριθμός παραγγελίας θα εμφανίζονται στο προφίλ σου (μπορείς να τα κρύψεις στις ρυθμίσεις απορρήτου)."
#: src/fluxer_marketing/components/current_features.gleam:122
msgid "Quick switcher with keyboard shortcuts"
@@ -1471,7 +1471,7 @@ msgstr "Ροές RSS/Atom για φόρουμ"
#: src/fluxer_marketing/pages/help_category_page.gleam:228
msgid "Read article"
-msgstr "Διάβασε άρθρο"
+msgstr "Διάβασε το άρθρο"
#: src/fluxer_marketing/pages/guidelines_page.gleam:42
msgid "Read the Fluxer Community Guidelines"
@@ -1491,11 +1491,11 @@ msgstr "Διάβασε τον οδηγό"
#: src/fluxer_marketing/pages/partners_page.gleam:362
msgid "Ready to become a Partner?"
-msgstr "Έτοιμος/η να γίνεις Συνεργάτης;"
+msgstr "Έτοιμος/έτοιμη να γίνεις Συνεργάτης;"
#: src/fluxer_marketing/pages/plutonium_page.gleam:1180
msgid "Ready to upgrade?"
-msgstr "Έτοιμος/η για αναβάθμιση;"
+msgstr "Έτοιμος/έτοιμη για αναβάθμιση;"
#: src/fluxer_marketing/components/get_involved_section.gleam:80
msgid "Register now"
@@ -1503,15 +1503,15 @@ msgstr "Κάνε εγγραφή τώρα"
#: src/fluxer_marketing/components/footer.gleam:311
msgid "Report a bug"
-msgstr "Αναφορά bug"
+msgstr "Ανάφερε bug"
#: src/fluxer_marketing/components/get_involved_section.gleam:167
msgid "Report bugs"
-msgstr "Αναφορά bugs"
+msgstr "Ανάφερε bugs"
#: src/fluxer_marketing/pages/careers_page.gleam:165
msgid "Report people or communities so we can keep Fluxer safe for everyone."
-msgstr "Ανάφερε άτομα ή κοινότητες για να κρατήσουμε το Fluxer ασφαλές για όλους."
+msgstr "Ανάφερε άτομα ή κοινότητες ώστε να κρατήσουμε το Fluxer ασφαλές για όλους."
#: src/fluxer_marketing/pages/careers_page.gleam:154
msgid "Report vulnerabilities and help us keep the platform secure."
@@ -1523,7 +1523,7 @@ msgstr "Πόροι"
#: src/fluxer_marketing/pages/partners_page.gleam:99
msgid "Rewards that recognize your impact, help your community grow, and give you a direct line to the Fluxer team."
-msgstr "Ανταμοιβές που αναγνωρίζουν τον αντίκτυπό σου, βοηθούν την κοινότητά σου να μεγαλώσει και σου δίνουν άμεση γραμμή με την ομάδα του Fluxer."
+msgstr "Ανταμοιβές που αναγνωρίζουν τον αντίκτυπό σου, βοηθούν την κοινότητά σου να μεγαλώσει και σου δίνουν απευθείας γραμμή με την ομάδα του Fluxer."
#: src/fluxer_marketing/pages/careers_page.gleam:344
msgid "Right now we're focused on shipping a great product and keeping Fluxer independent and bootstrapped."
@@ -1564,7 +1564,7 @@ msgstr "Ενσωματωμένη κοινή χρήση οθόνης"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:132
msgid "Screenshots courtesy of "
-msgstr "Στιγμιότυπα οθόνης ευγενική προσφορά του"
+msgstr "Τα στιγμιότυπα οθόνης είναι ευγενική προσφορά του "
#: src/fluxer_marketing/pages/help_components.gleam:93
msgid "Search"
@@ -1585,7 +1585,7 @@ msgstr "Αναζήτηση βοήθειας..."
#: src/fluxer_marketing/pages/help_category_page.gleam:92
msgid "Search in "
-msgstr "Αναζήτηση σε "
+msgstr "Αναζήτηση στα "
#: src/fluxer_marketing/pages/help_category_page.gleam:90
#: src/fluxer_marketing/pages/help_center_page.gleam:65
@@ -1611,7 +1611,7 @@ msgstr "Αναφορές ασφάλειας"
#: src/fluxer_marketing/pages/download_page.gleam:232
msgid "See badge counts on the app icon."
-msgstr "Δες μετρητές ειδοποιήσεων στο εικονίδιο της εφαρμογής."
+msgstr "Δες πόσες ειδοποιήσεις έχεις στο εικονίδιο της εφαρμογής."
#: src/fluxer_marketing/pages/partners_page.gleam:312
msgid "See perks"
@@ -1639,7 +1639,7 @@ msgstr "Όρισε προσωπικούς ήχους όταν μπαίνεις
#: src/fluxer_marketing/pages/careers_page.gleam:408
msgid "Share a bit about yourself, what you'd like to work on, and links to any relevant work."
-msgstr "Πες μας λίγα για εσένα, τι θα ήθελες να κάνεις και βάλε συνδέσμους προς σχετική δουλειά."
+msgstr "Πες μας λίγα για εσένα, τι θα ήθελες να δουλέψεις και βάλε συνδέσμους προς σχετική δουλειά."
#: src/fluxer_marketing/pages/careers_page.gleam:143
msgid "Share feedback, report bugs, and help make Fluxer welcoming for everyone."
@@ -1651,7 +1651,7 @@ msgstr "Μοιράσου αρχεία και κάνε προεπισκόπηση
#: src/fluxer_marketing/components/platform_download_button.gleam:490
msgid "Show download options"
-msgstr "Εμφάνιση επιλογών λήψης"
+msgstr "Δες επιλογές λήψης"
#: src/fluxer_marketing/pages/plutonium_page.gleam:664
msgid "Show off your Plutonium status with an exclusive badge on your profile."
@@ -1667,7 +1667,7 @@ msgstr "Ανάπτυξη λογισμικού"
#: src/fluxer_marketing/components/coming_features.gleam:57
msgid "Soundboard"
-msgstr "Soundboard"
+msgstr "Πίνακας ήχων"
#: src/fluxer_marketing/components/footer.gleam:143
#: src/fluxer_marketing/components/navigation.gleam:438
@@ -1790,7 +1790,7 @@ msgstr "Δοκίμασε διαφορετικές λέξεις-κλειδιά ή
#: src/fluxer_marketing/components/hackernews_banner.gleam:75
msgid "Try it without an email at"
-msgstr "Δοκιμάστε το χωρίς email στο"
+msgstr "Δοκίμασέ το χωρίς email στο"
#: src/fluxer_marketing/components/locale_selector.gleam:147
msgid "Turkish"
@@ -1822,7 +1822,7 @@ msgstr "Έως 4K ποιότητα βίντεο"
#: src/fluxer_marketing/pages/plutonium_page.gleam:54
msgid "Upgrade to Plutonium for $4.99/mo: custom username tags, per-community profiles, message scheduling, 4K streaming, 500MB uploads, and more exclusive features."
-msgstr "Αναβάθμισε σε Plutonium με $4.99/μήνα: προσαρμοσμένα tag ονόματος χρήστη, προφίλ ανά κοινότητα, προγραμματισμός μηνυμάτων, streaming 4K, αποστολές 500MB και περισσότερες αποκλειστικές λειτουργίες."
+msgstr "Αναβάθμισε σε Plutonium με $4.99/μήνα: προσαρμοσμένα tag ονόματος χρήστη, προφίλ ανά κοινότητα, προγραμματισμό μηνυμάτων, streaming 4K, αποστολές 500MB και περισσότερες αποκλειστικές λειτουργίες."
#: src/fluxer_marketing/pages/plutonium_page.gleam:644
msgid "Upload and use your own notification sounds to personalize your Fluxer experience."
@@ -1838,7 +1838,7 @@ msgstr "Ανέβασε προσαρμοσμένα emoji και αυτοκόλλ
#: src/fluxer_marketing/components/platform_download_button.gleam:315
msgid "Use Fluxer in your mobile browser for now"
-msgstr "Προς το παρόν, χρησιμοποίησε το Fluxer από το πρόγραμμα περιήγησης στο κινητό"
+msgstr "Προς το παρόν, χρησιμοποίησε το Fluxer από το πρόγραμμα περιήγησης του κινητού"
#: src/fluxer_marketing/pages/plutonium_page.gleam:378
msgid "Use animated emojis"
@@ -1846,7 +1846,7 @@ msgstr "Χρησιμοποίησε κινούμενα emoji"
#: src/fluxer_marketing/components/current_features.gleam:154
msgid "Use our desktop client (mobile coming soon)"
-msgstr "Χρησιμοποιήστε τον επιτραπέζιο πελάτη μας (κινητό σύντομα διαθέσιμο)"
+msgstr "Χρησιμοποίησε τον desktop client μας (κινητό σύντομα διαθέσιμο)"
#: src/fluxer_marketing/pages/plutonium_page.gleam:604
msgid "Use your favorite emojis and stickers from any community, anywhere across Fluxer."
@@ -1907,7 +1907,7 @@ msgstr "Εκτιμούμε την υπεύθυνη γνωστοποίηση στ
#: src/fluxer_marketing/components/final_cta.gleam:56
msgid "We need your support to make this work."
-msgstr "Χρειαζόμαστε τη στήριξή σου για να το κάνουμε να πετύχει."
+msgstr "Χρειαζόμαστε τη στήριξή σου για να πετύχει αυτό."
#: src/fluxer_marketing/pages/partners_page.gleam:453
msgid "We review all applications and will get back to you as soon as possible."
@@ -1937,7 +1937,7 @@ msgstr "Ακόμα χτίζουμε το επιχειρηματικό κομμά
msgid "Webhooks and bot support"
msgstr "Υποστήριξη webhooks και bots"
-#: src/fluxer_marketing/pages/donate_page.gleam:351
+#: src/fluxer_marketing/pages/donate_page.gleam:350
msgid "What does my donation support?"
msgstr "Τι υποστηρίζει η δωρεά μου;"
@@ -1953,7 +1953,7 @@ msgstr "Τι είναι διαθέσιμο σήμερα"
msgid "What's coming next"
msgstr "Τι έρχεται μετά"
-#: src/fluxer_marketing/pages/donate_page.gleam:385
+#: src/fluxer_marketing/pages/donate_page.gleam:384
msgid "What's the difference between Individual and Business?"
msgstr "Ποια είναι η διαφορά ανάμεσα σε Ιδιώτη και Επιχείρηση;"
@@ -1989,7 +1989,7 @@ msgstr "Η κοινότητά σου αποκτά επαληθευμένο statu
msgid "Your community receives increased limits when you need them."
msgstr "Η κοινότητά σου λαμβάνει αυξημένα όρια όταν τα χρειάζεσαι."
-#: src/fluxer_marketing/pages/donate_page.gleam:354
+#: src/fluxer_marketing/pages/donate_page.gleam:353
msgid "Your donation helps fund Fluxer's infrastructure costs, including servers, bandwidth, storage, and ongoing development of new features. It helps us maintain and improve the platform for everyone."
msgstr "Η δωρεά σου βοηθά να χρηματοδοτηθούν τα κόστη υποδομής του Fluxer, όπως servers, bandwidth, αποθήκευση και η συνεχής ανάπτυξη νέων λειτουργιών. Μας βοηθά να συντηρούμε και να βελτιώνουμε την πλατφόρμα για όλους."
@@ -2034,7 +2034,7 @@ msgid "one-time purchase"
msgstr "εφάπαξ αγορά"
#: src/fluxer_marketing/components/plutonium_section.gleam:68
-#: src/fluxer_marketing/pages/donate_page.gleam:284
+#: src/fluxer_marketing/pages/donate_page.gleam:282
#: src/fluxer_marketing/pages/plutonium_page.gleam:106
#: src/fluxer_marketing/pages/plutonium_page.gleam:230
msgid "or"
@@ -2059,4 +2059,3 @@ msgstr "Απομένουν {0} από {1} θέσεις"
#: src/fluxer_marketing/components/footer.gleam:325
msgid "© Fluxer Platform AB (Swedish limited liability company: 559537-3993)"
msgstr "© Fluxer Platform AB (σουηδική ανώνυμη εταιρεία: 559537-3993)"
-
diff --git a/fluxer_marketing/locales/en-GB/messages.po b/fluxer_marketing/locales/en-GB/messages.po
index 2223392d..2b9c0b3b 100644
--- a/fluxer_marketing/locales/en-GB/messages.po
+++ b/fluxer_marketing/locales/en-GB/messages.po
@@ -41,7 +41,7 @@ msgstr "500MB uploads, 4000 character messages, 300 bookmarks, 50 emoji packs, a
#: src/fluxer_marketing/components/communities_section.gleam:86
msgid "A chat platform that answers to you, not investors. It's ad-free, open source, community-funded, and never sells your data or nags you with upgrade pop-ups."
-msgstr "A chat platform that answers to you, not investors. It's ad-free, open-source, community-funded, and never sells your data or pesters you with upgrade pop-ups."
+msgstr "A chat platform that answers to you, not investors. It's ad-free, open source, community-funded, and never sells your data or nags you with upgrade pop-ups."
#: src/fluxer_marketing/pages/careers_page.gleam:219
msgid "A non-paid role for recurring contributors who help shape Fluxer alongside the core team."
@@ -61,7 +61,7 @@ msgstr "Activity sharing"
#: src/fluxer_marketing/pages/download_page.gleam:228
msgid "Add Fluxer to your home screen to hide the browser UI."
-msgstr "Add Fluxer to your home screen to hide the browser interface."
+msgstr "Add Fluxer to your home screen to hide the browser UI."
#: src/fluxer_marketing/components/current_features.gleam:133
msgid "Add custom emojis, save media for later, and style the app with custom CSS."
@@ -81,7 +81,11 @@ msgstr "All the basics you expect, plus a few things you don't."
#: src/fluxer_marketing/components/locale_selector.gleam:102
msgid "All translations are currently LLM-generated with minimal human revision. We'd love to get real people to help us out localizing Fluxer into your language! To do so, shoot an email to i18n@fluxer.app and we'll be happy to accept your contributions."
-msgstr "All translations are currently LLM-generated with minimal human review. We'd love to have real people help us localise Fluxer into your language! To do so, drop us an email at i18n@fluxer.app and we'll be delighted to accept your contributions."
+msgstr "All translations are currently LLM-generated with minimal human revision. We'd love to get real people to help us localise Fluxer into your language! To do so, send an email to i18n@fluxer.app and we'll be happy to accept your contributions."
+
+#: src/fluxer_marketing/components/hero.gleam:64
+msgid "An open-source, independent instant messaging and VoIP platform. Built for friends, groups, and communities."
+msgstr "An open-source, independent instant messaging and VoIP platform. Built for friends, groups, and communities."
#: src/fluxer_marketing/components/platform_download_button.gleam:524
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:97
@@ -94,7 +98,7 @@ msgstr "Android 8+"
#: src/fluxer_marketing/pages/partners_page.gleam:178
msgid "Animated Avatar & Banner"
-msgstr "Animated Avatar & Banner"
+msgstr "Animated avatar & banner"
#: src/fluxer_marketing/pages/plutonium_page.gleam:399
#: src/fluxer_marketing/pages/plutonium_page.gleam:591
@@ -130,7 +134,7 @@ msgstr "Articles in this section"
msgid "Audit logs for transparency"
msgstr "Audit logs for transparency"
-#: src/fluxer_marketing/pages/donate_page.gleam:302
+#: src/fluxer_marketing/pages/donate_page.gleam:301
msgid "Available for Swedish bank accounts"
msgstr "Available for Swedish bank accounts"
@@ -145,11 +149,11 @@ msgstr "Back to "
#: src/fluxer_marketing/pages/help_article_page.gleam:279
#: src/fluxer_marketing/pages/help_search_page.gleam:115
msgid "Back to Help Center"
-msgstr "Back to Help Centre"
+msgstr "Back to help centre"
#: src/fluxer_marketing/pages/plutonium_page.gleam:674
msgid "Be the first to try new features before they're released to everyone else."
-msgstr "Be the first to try new features before they're rolled out to everyone else."
+msgstr "Be the first to try new features before they're released to everyone else."
#: src/fluxer_marketing/components/partner_section.gleam:64
#: src/fluxer_marketing/pages/careers_page.gleam:173
@@ -189,11 +193,11 @@ msgstr "Black"
#: src/fluxer_marketing/pages/press_page.gleam:117
msgid "Black Logo"
-msgstr "Black Logo"
+msgstr "Black logo"
#: src/fluxer_marketing/pages/press_page.gleam:171
msgid "Black Symbol"
-msgstr "Black Symbol"
+msgstr "Black symbol"
#: src/fluxer_marketing/pages/press_page.gleam:217
msgid "Blue (Da Ba Dee)"
@@ -208,13 +212,13 @@ msgstr "Bluesky"
msgid "Bookmarked messages"
msgstr "Bookmarked messages"
-#: src/fluxer_marketing/pages/donate_page.gleam:388
+#: src/fluxer_marketing/pages/donate_page.gleam:387
msgid "Both donation types support the same cause equally. The only difference is that Business donations allow you to specify a tax ID (if applicable) and receive a PDF invoice when finalized, which can be useful for company accounting purposes."
msgstr "Both donation types support the same cause equally. The only difference is that Business donations let you specify a tax ID (where applicable) and receive a PDF invoice once finalised, which can be useful for company accounts."
#: src/fluxer_marketing/pages/press_page.gleam:200
msgid "Brand Colors"
-msgstr "Brand Colours"
+msgstr "Brand colours"
#: src/fluxer_marketing/pages/partners_page.gleam:421
msgid "Brief description of your audience and what you do"
@@ -240,10 +244,6 @@ msgstr "Browse help articles about "
msgid "Built for communities of all kinds."
msgstr "Built for communities of all kinds."
-#: src/fluxer_marketing/components/hero.gleam:64
-msgid "Built for friends, groups, and communities. Text, voice, and video. Open source and community-funded."
-msgstr "Built for friends, groups, and communities. Text, voice, and video. Open source and community-funded."
-
#: src/fluxer_marketing/components/locale_selector.gleam:119
msgid "Bulgarian"
msgstr "Bulgarian"
@@ -285,7 +285,7 @@ msgstr "Chinese (Traditional)"
#: src/fluxer_marketing/components/platform_download_button.gleam:207
msgid "Choose Linux distribution"
-msgstr "Choose Linux distribution"
+msgstr "Choose a Linux distribution"
#: src/fluxer_marketing/pages/help_category_page.gleam:148
msgid "Choose a guide below or search again if you don't see what you need."
@@ -293,7 +293,7 @@ msgstr "Choose a guide below or search again if you can't see what you need."
#: src/fluxer_marketing/components/platform_download_button.gleam:409
msgid "Choose distribution"
-msgstr "Choose distribution"
+msgstr "Choose a distribution"
#: src/fluxer_marketing/components/locale_selector.gleam:63
msgid "Choose your language"
@@ -313,11 +313,11 @@ msgstr "Code, issues, docs, and reviews"
#: src/fluxer_marketing/pages/press_page.gleam:124
msgid "Color Logo"
-msgstr "Colour Logo"
+msgstr "Colour logo"
#: src/fluxer_marketing/pages/press_page.gleam:178
msgid "Color Symbol"
-msgstr "Colour Symbol"
+msgstr "Colour symbol"
#: src/fluxer_marketing/pages/partners_page.gleam:297
msgid "Coming Soon"
@@ -345,11 +345,11 @@ msgstr "Community"
#: src/fluxer_marketing/components/navigation.gleam:415
#: src/fluxer_marketing/pages/guidelines_page.gleam:41
msgid "Community Guidelines"
-msgstr "Community Guidelines"
+msgstr "Community guidelines"
#: src/fluxer_marketing/pages/partners_page.gleam:134
msgid "Community Verification"
-msgstr "Community Verification"
+msgstr "Community verification"
#: src/fluxer_marketing/pages/plutonium_page.gleam:1040
msgid "Community support"
@@ -372,7 +372,7 @@ msgstr "Company"
#: src/fluxer_marketing/pages/company_page.gleam:41
#: src/fluxer_marketing/pages/company_page.gleam:44
msgid "Company Information"
-msgstr "Company Information"
+msgstr "Company information"
#: src/fluxer_marketing/components/footer.gleam:278
#: src/fluxer_marketing/components/navigation.gleam:426
@@ -386,7 +386,7 @@ msgstr "Connect from any client"
#: src/fluxer_marketing/pages/help_article_page.gleam:233
#: src/fluxer_marketing/pages/help_article_page.gleam:375
msgid "Contact Support"
-msgstr "Contact Support"
+msgstr "Contact support"
#: src/fluxer_marketing/components/partner_section.gleam:70
msgid "Content creators and community owners: unlock exclusive perks including free Plutonium, a Partner badge, custom vanity URLs, and more."
@@ -406,11 +406,11 @@ msgstr "Create an account and help us build something good."
#: src/fluxer_marketing/pages/plutonium_page.gleam:1191
msgid "Create your Fluxer account to get that sweet Plutonium while it's hot."
-msgstr "Create your Fluxer account to get your hands on that lovely Plutonium while it's still hot."
+msgstr "Create your Fluxer account to get that sweet Plutonium while it's hot."
#: src/fluxer_marketing/pages/partners_page.gleam:211
msgid "Creator Monetization"
-msgstr "Creator Monetisation"
+msgstr "Creator monetisation"
#: src/fluxer_marketing/components/coming_features.gleam:50
msgid "Creator monetization"
@@ -519,7 +519,7 @@ msgstr "Discovery"
msgid "Display an exclusive Partner badge on your profile to stand out."
msgstr "Display an exclusive Partner badge on your profile to stand out."
-#: src/fluxer_marketing/pages/donate_page.gleam:367
+#: src/fluxer_marketing/pages/donate_page.gleam:366
msgid "Do I get anything in return?"
msgstr "Do I get anything in return?"
@@ -548,17 +548,17 @@ msgstr "Donate in USD"
msgid "Donate to Fluxer"
msgstr "Donate to Fluxer"
-#: src/fluxer_marketing/pages/donate_page.gleam:298
+#: src/fluxer_marketing/pages/donate_page.gleam:297
msgid "Donate with Swish"
msgstr "Donate with Swish"
-#: src/fluxer_marketing/pages/donate_page.gleam:370
+#: src/fluxer_marketing/pages/donate_page.gleam:369
msgid "Donations are voluntary gifts and do not provide you with any product, service, ownership, or special rights. If you're looking for premium features, check out {0}."
-msgstr "Donations are voluntary gifts and do not provide you with any product, service, ownership, or special rights. If you're looking for premium features, have a look at {0}."
+msgstr "Donations are voluntary gifts and do not provide you with any product, service, ownership, or special rights. If you're looking for premium features, check out {0}."
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:308
msgid "Done! You can now open Fluxer as if it were a regular program."
-msgstr "Done! You can now open Fluxer as if it were a regular programme."
+msgstr "Done! You can now open Fluxer as if it were a regular program."
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:206
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:256
@@ -714,17 +714,17 @@ msgstr "Fluxer"
#: src/fluxer_marketing/pages/guidelines_page.gleam:44
msgid "Fluxer Community Guidelines"
-msgstr "Fluxer Community Guidelines"
+msgstr "Fluxer community guidelines"
#: src/fluxer_marketing/pages/careers_page.gleam:207
msgid "Fluxer Community Team"
-msgstr "Fluxer Community Team"
+msgstr "Fluxer community team"
#: src/fluxer_marketing/pages/partners_page.gleam:44
msgid "Fluxer Partner"
msgstr "Fluxer Partner"
-#: src/fluxer_marketing/pages/donate_page.gleam:372
+#: src/fluxer_marketing/pages/donate_page.gleam:371
#: src/fluxer_marketing/pages/plutonium_page.gleam:51
#: src/fluxer_marketing/pages/plutonium_page.gleam:76
msgid "Fluxer Plutonium"
@@ -732,11 +732,11 @@ msgstr "Fluxer Plutonium"
#: src/fluxer_marketing/pages/privacy_page.gleam:44
msgid "Fluxer Privacy Policy"
-msgstr "Fluxer Privacy Policy"
+msgstr "Fluxer privacy policy"
#: src/fluxer_marketing/pages/terms_page.gleam:44
msgid "Fluxer Terms of Service"
-msgstr "Fluxer Terms of Service"
+msgstr "Fluxer terms of service"
#: src/fluxer_marketing/pages/careers_page.gleam:105
msgid "Fluxer is built in the open. Pick the path that fits how you like to help."
@@ -810,7 +810,7 @@ msgstr "Free vs Plutonium"
msgid "French"
msgstr "French"
-#: src/fluxer_marketing/pages/donate_page.gleam:346
+#: src/fluxer_marketing/pages/donate_page.gleam:345
msgid "Frequently Asked Questions"
msgstr "Frequently asked questions"
@@ -881,7 +881,7 @@ msgstr "Get involved"
#: src/fluxer_marketing/pages/plutonium_page.gleam:956
msgid "Get lifetime Plutonium on Fluxer.app plus an Operator Pass for self-hosting. Pay {0} one-time. Available until October 1, 2026 or when {1} slots are claimed."
-msgstr "Get lifetime Plutonium on Fluxer.app plus an Operator Pass for self-hosting. Pay {0} once. Available until 1 October 2026 or when {1} slots are claimed."
+msgstr "Get lifetime Plutonium on Fluxer.app plus an Operator Pass for self-hosting. Pay {0} one-time. Available until 1 October 2026 or when {1} slots are claimed."
#: src/fluxer_marketing/components/plutonium_section.gleam:51
msgid "Get more with Fluxer Plutonium"
@@ -942,7 +942,7 @@ msgstr "Help"
#: src/fluxer_marketing/pages/help_components.gleam:48
#: src/fluxer_marketing/pages/help_search_page.gleam:48
msgid "Help Center"
-msgstr "Help Centre"
+msgstr "Help centre"
#: src/fluxer_marketing/pages/download_page.gleam:291
msgid "Help make the mobile app a reality"
@@ -1044,11 +1044,11 @@ msgstr "Install Fluxer as an app"
msgid "Intel"
msgstr "Intel"
-#: src/fluxer_marketing/pages/donate_page.gleam:377
+#: src/fluxer_marketing/pages/donate_page.gleam:376
msgid "Is my donation tax-deductible?"
-msgstr "Is my donation tax deductible?"
+msgstr "Is my donation tax-deductible?"
-#: src/fluxer_marketing/pages/donate_page.gleam:359
+#: src/fluxer_marketing/pages/donate_page.gleam:358
msgid "Is this a subscription?"
msgstr "Is this a subscription?"
@@ -1222,11 +1222,11 @@ msgstr "No articles found."
msgid "No results found for"
msgstr "No results found for"
-#: src/fluxer_marketing/pages/donate_page.gleam:380
+#: src/fluxer_marketing/pages/donate_page.gleam:379
msgid "No, donations to Fluxer are not tax-deductible as we are not a registered charitable organization."
-msgstr "No, donations to Fluxer aren't tax-deductible as we're not a registered charity."
+msgstr "No, donations to Fluxer aren't tax-deductible as we are not a registered charity."
-#: src/fluxer_marketing/pages/donate_page.gleam:362
+#: src/fluxer_marketing/pages/donate_page.gleam:361
msgid "No, this is a one-time donation. You choose the amount you want to give, and there are no recurring charges."
msgstr "No, this is a one-off donation. You choose the amount you want to give, and there are no recurring charges."
@@ -1377,7 +1377,7 @@ msgstr "Press"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:246
msgid "Press \"Add to Home Screen\""
-msgstr "Press \"Add to Home Screen"
+msgstr "Press \"Add to Home Screen\""
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:249
msgid "Press \"Add\" in the upper-right corner"
@@ -1385,16 +1385,16 @@ msgstr "Press \"Add\" in the upper-right corner"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:200
msgid "Press \"Install app\""
-msgstr "Press \"Install app"
+msgstr "Press \"Install app\""
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:301
msgid "Press \"Install\" in the popup that appears"
-msgstr "Press \"Install\" in the popup that appears"
+msgstr "Press \"Install\" in the pop-up that appears"
#: src/fluxer_marketing/pages/press_page.gleam:45
#: src/fluxer_marketing/pages/press_page.gleam:65
msgid "Press & Brand Assets"
-msgstr "Press & Brand Assets"
+msgstr "Press & brand assets"
#: src/fluxer_marketing/pages/press_page.gleam:273
msgid "Press Contact"
@@ -1402,7 +1402,7 @@ msgstr "Press contact"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:197
msgid "Press the \"More\" (\\u{22EE}) button in the top-right corner"
-msgstr "Press the \"More\" (\\u{22EE}) button in the top-right corner"
+msgstr "Press the \"More\" (\\u{22EE}) button in the top right corner"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:243
msgid "Press the Share button (rectangle with upwards-pointing arrow)"
@@ -1426,7 +1426,7 @@ msgstr "Priority support and Operators community access for self-hosting"
#: src/fluxer_marketing/components/navigation.gleam:406
#: src/fluxer_marketing/pages/privacy_page.gleam:41
msgid "Privacy Policy"
-msgstr "Privacy Policy"
+msgstr "Privacy policy"
#: src/fluxer_marketing/components/current_features.gleam:73
msgid "Private DMs and group chats"
@@ -1447,7 +1447,7 @@ msgstr "Profile connections"
#: src/fluxer_marketing/components/hero.gleam:55
msgid "Public Beta"
-msgstr "Public Beta"
+msgstr "Public beta"
#: src/fluxer_marketing/components/coming_features.gleam:46
msgid "Public profile URLs"
@@ -1475,15 +1475,15 @@ msgstr "Read article"
#: src/fluxer_marketing/pages/guidelines_page.gleam:42
msgid "Read the Fluxer Community Guidelines"
-msgstr "Read the Fluxer Community Guidelines"
+msgstr "Read the Fluxer community guidelines"
#: src/fluxer_marketing/pages/privacy_page.gleam:42
msgid "Read the Fluxer Privacy Policy"
-msgstr "Read the Fluxer Privacy Policy"
+msgstr "Read the Fluxer privacy policy"
#: src/fluxer_marketing/pages/terms_page.gleam:42
msgid "Read the Fluxer Terms of Service"
-msgstr "Read the Fluxer Terms of Service"
+msgstr "Read the Fluxer terms of service"
#: src/fluxer_marketing/components/get_involved_section.gleam:172
msgid "Read the Guide"
@@ -1527,7 +1527,7 @@ msgstr "Rewards that recognise your impact, help your community grow, and give y
#: src/fluxer_marketing/pages/careers_page.gleam:344
msgid "Right now we're focused on shipping a great product and keeping Fluxer independent and bootstrapped."
-msgstr "Right now we're focused on delivering a great product and keeping Fluxer independent and bootstrapped."
+msgstr "Right now we're focused on shipping a great product and keeping Fluxer independent and bootstrapped."
#: src/fluxer_marketing/components/locale_selector.gleam:143
msgid "Romanian"
@@ -1705,7 +1705,7 @@ msgstr "Still need help?"
#: src/fluxer_marketing/pages/plutonium_page.gleam:624
msgid "Store up to 15 video backgrounds for calls. No more Downloads folder scavenger hunts!"
-msgstr "Store up to 15 video backgrounds for calls. No more rummaging through your Downloads folder!"
+msgstr "Store up to 15 video backgrounds for calls. No more scavenger hunts in your Downloads folder!"
#: src/fluxer_marketing/pages/plutonium_page.gleam:614
msgid "Stream in up to 4K resolution at 60fps so others can see you in stunning clarity."
@@ -1740,7 +1740,7 @@ msgstr "Symbol"
#: src/fluxer_marketing/components/navigation.gleam:397
#: src/fluxer_marketing/pages/terms_page.gleam:41
msgid "Terms of Service"
-msgstr "Terms of Service"
+msgstr "Terms of service"
#: src/fluxer_marketing/components/locale_selector.gleam:146
msgid "Thai"
@@ -1764,7 +1764,7 @@ msgstr "Theme marketplace"
#: src/fluxer_marketing/pages/download_page.gleam:255
msgid "This isn't a full replacement for the desktop app yet, and some things you'd expect from a mobile chat app are still missing."
-msgstr "This isn't yet a full replacement for the desktop app, and some things you'd expect from a mobile chat app are still missing."
+msgstr "This isn't a full replacement for the desktop app yet, and some things you'd expect from a mobile chat app are still missing."
#: src/fluxer_marketing/pages/not_found_page.gleam:60
#: src/fluxer_marketing/pages/not_found_page.gleam:104
@@ -1931,13 +1931,13 @@ msgstr "We're limiting registrations during beta. Once you're in, you can give f
#: src/fluxer_marketing/pages/careers_page.gleam:324
msgid "We're still building the business around Fluxer and aren't quite ready for paid roles yet."
-msgstr "We're still building the business around Fluxer and aren't quite ready for paid roles just yet."
+msgstr "We're still building the business around Fluxer and aren't quite ready for paid roles yet."
#: src/fluxer_marketing/components/current_features.gleam:107
msgid "Webhooks and bot support"
msgstr "Webhooks and bot support"
-#: src/fluxer_marketing/pages/donate_page.gleam:351
+#: src/fluxer_marketing/pages/donate_page.gleam:350
msgid "What does my donation support?"
msgstr "What does my donation support?"
@@ -1953,7 +1953,7 @@ msgstr "What's available today"
msgid "What's coming next"
msgstr "What's coming next"
-#: src/fluxer_marketing/pages/donate_page.gleam:385
+#: src/fluxer_marketing/pages/donate_page.gleam:384
msgid "What's the difference between Individual and Business?"
msgstr "What's the difference between Individual and Business?"
@@ -1963,11 +1963,11 @@ msgstr "White"
#: src/fluxer_marketing/pages/press_page.gleam:110
msgid "White Logo"
-msgstr "White Logo"
+msgstr "White logo"
#: src/fluxer_marketing/pages/press_page.gleam:164
msgid "White Symbol"
-msgstr "White Symbol"
+msgstr "White symbol"
#: src/fluxer_marketing/components/platform_download_button.gleam:346
msgid "Windows"
@@ -1989,7 +1989,7 @@ msgstr "Your community gets verified status for authenticity and trust."
msgid "Your community receives increased limits when you need them."
msgstr "Your community receives increased limits when you need them."
-#: src/fluxer_marketing/pages/donate_page.gleam:354
+#: src/fluxer_marketing/pages/donate_page.gleam:353
msgid "Your donation helps fund Fluxer's infrastructure costs, including servers, bandwidth, storage, and ongoing development of new features. It helps us maintain and improve the platform for everyone."
msgstr "Your donation helps fund Fluxer's infrastructure costs, including servers, bandwidth, storage, and ongoing development of new features. It helps us maintain and improve the platform for everyone."
@@ -2034,7 +2034,7 @@ msgid "one-time purchase"
msgstr "one-off purchase"
#: src/fluxer_marketing/components/plutonium_section.gleam:68
-#: src/fluxer_marketing/pages/donate_page.gleam:284
+#: src/fluxer_marketing/pages/donate_page.gleam:282
#: src/fluxer_marketing/pages/plutonium_page.gleam:106
#: src/fluxer_marketing/pages/plutonium_page.gleam:230
msgid "or"
@@ -2059,4 +2059,3 @@ msgstr "{0} of {1} slots left"
#: src/fluxer_marketing/components/footer.gleam:325
msgid "© Fluxer Platform AB (Swedish limited liability company: 559537-3993)"
msgstr "© Fluxer Platform AB (Swedish limited liability company: 559537-3993)"
-
diff --git a/fluxer_marketing/locales/es-419/messages.po b/fluxer_marketing/locales/es-419/messages.po
index c041afba..2f8ba913 100644
--- a/fluxer_marketing/locales/es-419/messages.po
+++ b/fluxer_marketing/locales/es-419/messages.po
@@ -10,7 +10,7 @@ msgstr " en Chrome"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:288
msgid " in Chrome or another browser with PWA support"
-msgstr " en Chrome o en otro navegador con soporte para PWA"
+msgstr " en Chrome u otro navegador compatible con PWA"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:236
msgid " in Safari"
@@ -18,30 +18,30 @@ msgstr " en Safari"
#: src/fluxer_marketing/pages/plutonium_page.gleam:1032
msgid "/forever"
-msgstr "/forever"
+msgstr "/para siempre"
#: src/fluxer_marketing/components/plutonium_section.gleam:66
#: src/fluxer_marketing/pages/plutonium_page.gleam:103
#: src/fluxer_marketing/pages/plutonium_page.gleam:225
msgid "/mo"
-msgstr "/mo"
+msgstr "/mes"
#: src/fluxer_marketing/pages/plutonium_page.gleam:233
msgid "/year"
-msgstr "/year"
+msgstr "/año"
#: src/fluxer_marketing/components/plutonium_section.gleam:71
#: src/fluxer_marketing/pages/plutonium_page.gleam:109
msgid "/yr"
-msgstr "/yr"
+msgstr "/año"
#: src/fluxer_marketing/pages/plutonium_page.gleam:654
msgid "500MB uploads, 4000 character messages, 300 bookmarks, 50 emoji packs, and much more."
-msgstr "Cargas de 500 MB, mensajes de 4000 caracteres, 300 mensajes guardados, 50 paquetes de emojis y mucho más."
+msgstr "Subidas de hasta 500 MB, mensajes de hasta 4.000 caracteres, 300 mensajes guardados, 50 paquetes de emojis y mucho más."
#: src/fluxer_marketing/components/communities_section.gleam:86
msgid "A chat platform that answers to you, not investors. It's ad-free, open source, community-funded, and never sells your data or nags you with upgrade pop-ups."
-msgstr "Una plataforma de chat que te rinde cuentas a ti, no a los inversionistas. No tiene anuncios, es de código abierto, está financiada por la comunidad y nunca vende tus datos ni te atosiga con ventanas emergentes para actualizar."
+msgstr "Una plataforma de chat que te rinde cuentas a ti, no a inversionistas. Sin anuncios, de código abierto, financiada por la comunidad, y sin vender tus datos ni molestarte con ventanas emergentes para que mejores tu plan."
#: src/fluxer_marketing/pages/careers_page.gleam:219
msgid "A non-paid role for recurring contributors who help shape Fluxer alongside the core team."
@@ -53,7 +53,7 @@ msgstr "Acceso a la comunidad de Operadores de Fluxer"
#: src/fluxer_marketing/pages/partners_page.gleam:225
msgid "Access to VIP voice servers reserved exclusively for partnered communities."
-msgstr "Acceso a servidores de voz VIP reservados exclusivamente para comunidades partner."
+msgstr "Acceso a servidores de voz VIP reservados exclusivamente para comunidades Partner."
#: src/fluxer_marketing/components/coming_features.gleam:48
msgid "Activity sharing"
@@ -65,11 +65,11 @@ msgstr "Agrega Fluxer a tu pantalla de inicio para ocultar la interfaz del naveg
#: src/fluxer_marketing/components/current_features.gleam:133
msgid "Add custom emojis, save media for later, and style the app with custom CSS."
-msgstr "Agrega emojis personalizados, guarda contenido multimedia para más tarde y personaliza la app con CSS a medida."
+msgstr "Agrega emojis personalizados, guarda contenido multimedia para después y personaliza la app con CSS a medida."
#: src/fluxer_marketing/pages/plutonium_page.gleam:1124
msgid "After the offer ends, Operator Pass stays available on its own."
-msgstr "Cuando termine la oferta, Operator Pass seguirá disponible por separado."
+msgstr "Cuando termine la oferta, el Operator Pass seguirá disponible por separado."
#: src/fluxer_marketing/pages/plutonium_page.gleam:843
msgid "All current and future Plutonium benefits, forever"
@@ -77,11 +77,15 @@ msgstr "Todos los beneficios actuales y futuros de Plutonium, para siempre"
#: src/fluxer_marketing/components/current_features.gleam:55
msgid "All the basics you expect, plus a few things you don't."
-msgstr "Todo lo básico que esperas, más algunas cosas que no."
+msgstr "Todo lo básico que esperas, más algunas sorpresas."
#: src/fluxer_marketing/components/locale_selector.gleam:102
msgid "All translations are currently LLM-generated with minimal human revision. We'd love to get real people to help us out localizing Fluxer into your language! To do so, shoot an email to i18n@fluxer.app and we'll be happy to accept your contributions."
-msgstr "Por ahora, todas las traducciones las generó un modelo de lenguaje con mínima revisión humana. ¡Nos encantaría contar con personas reales que nos ayuden a localizar Fluxer en tu idioma! Para hacerlo, mándanos un correo a i18n@fluxer.app y con gusto aceptaremos tus aportes."
+msgstr "Por ahora, todas las traducciones las generó un modelo de lenguaje y apenas tuvieron revisión humana. ¡Nos encantaría que personas reales nos ayuden a localizar Fluxer en tu idioma! Para sumarte, escríbenos a i18n@fluxer.app y con gusto aceptaremos tus aportes."
+
+#: src/fluxer_marketing/components/hero.gleam:64
+msgid "An open-source, independent instant messaging and VoIP platform. Built for friends, groups, and communities."
+msgstr "Una plataforma independiente de mensajería instantánea y VoIP, de código abierto. Hecha para amistades, grupos y comunidades."
#: src/fluxer_marketing/components/platform_download_button.gleam:524
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:97
@@ -108,11 +112,11 @@ msgstr "Apple Silicon"
#: src/fluxer_marketing/pages/partners_page.gleam:448
msgid "Apply at partners@fluxer.app"
-msgstr "Postúlate en partners@fluxer.app"
+msgstr "Postúlate escribiendo a partners@fluxer.app"
#: src/fluxer_marketing/components/get_involved_section.gleam:170
msgid "Approved reports grant access to Fluxer Testers, where you can earn points for Plutonium codes and the Bug Hunter badge."
-msgstr "Los reportes aprobados te dan acceso a Fluxer Testers, donde puedes ganar puntos para códigos de Plutonium y la insignia Bug Hunter."
+msgstr "Los reportes aprobados te dan acceso a Fluxer Testers, donde puedes ganar puntos por códigos de Plutonium y la insignia Bug Hunter."
#: src/fluxer_marketing/components/locale_selector.gleam:118
msgid "Arabic"
@@ -128,15 +132,15 @@ msgstr "Artículos en esta sección"
#: src/fluxer_marketing/components/current_features.gleam:106
msgid "Audit logs for transparency"
-msgstr "Registros de auditoría para mayor transparencia"
+msgstr "Registros de auditoría para más transparencia"
-#: src/fluxer_marketing/pages/donate_page.gleam:302
+#: src/fluxer_marketing/pages/donate_page.gleam:301
msgid "Available for Swedish bank accounts"
msgstr "Disponible para cuentas bancarias suecas"
#: src/fluxer_marketing/pages/download_page.gleam:67
msgid "Available on your desktop — and on the web"
-msgstr "Disponible en tu computadora — y en la web"
+msgstr "Disponible en tu escritorio — y en la web"
#: src/fluxer_marketing/pages/help_article_page.gleam:182
msgid "Back to "
@@ -149,22 +153,22 @@ msgstr "Volver al Centro de ayuda"
#: src/fluxer_marketing/pages/plutonium_page.gleam:674
msgid "Be the first to try new features before they're released to everyone else."
-msgstr "Sé de las primeras personas en probar nuevas funciones antes de que se lancen para todo el mundo."
+msgstr "Sé de los primeros en probar funciones nuevas antes de que se lancen para todo el mundo."
#: src/fluxer_marketing/components/partner_section.gleam:64
#: src/fluxer_marketing/pages/careers_page.gleam:173
#: src/fluxer_marketing/pages/partners_page.gleam:64
msgid "Become a Fluxer Partner"
-msgstr "Hazte Partner de Fluxer"
+msgstr "Conviértete en Partner de Fluxer"
#: src/fluxer_marketing/components/partner_section.gleam:151
msgid "Become a Partner"
-msgstr "Hazte Partner"
+msgstr "Conviértete en Partner"
#: src/fluxer_marketing/pages/download_page.gleam:322
#: src/fluxer_marketing/pages/plutonium_page.gleam:876
msgid "Become a Visionary"
-msgstr "Hazte Visionary"
+msgstr "Conviértete en Visionary"
#: src/fluxer_marketing/pages/plutonium_page.gleam:318
#: src/fluxer_marketing/pages/plutonium_page.gleam:325
@@ -208,7 +212,7 @@ msgstr "Bluesky"
msgid "Bookmarked messages"
msgstr "Mensajes guardados"
-#: src/fluxer_marketing/pages/donate_page.gleam:388
+#: src/fluxer_marketing/pages/donate_page.gleam:387
msgid "Both donation types support the same cause equally. The only difference is that Business donations allow you to specify a tax ID (if applicable) and receive a PDF invoice when finalized, which can be useful for company accounting purposes."
msgstr "Ambos tipos de donación apoyan la misma causa por igual. La única diferencia es que las donaciones de Empresa te permiten indicar un ID fiscal (si aplica) y recibir una factura en PDF al finalizar, lo cual puede servir para la contabilidad de tu organización."
@@ -240,10 +244,6 @@ msgstr "Explora artículos de ayuda sobre "
msgid "Built for communities of all kinds."
msgstr "Hecho para comunidades de todo tipo."
-#: src/fluxer_marketing/components/hero.gleam:64
-msgid "Built for friends, groups, and communities. Text, voice, and video. Open source and community-funded."
-msgstr "Hecho para amistades, grupos y comunidades. Texto, voz y video. Código abierto y financiado por la comunidad."
-
#: src/fluxer_marketing/components/locale_selector.gleam:119
msgid "Bulgarian"
msgstr "Búlgaro"
@@ -254,7 +254,7 @@ msgstr "Empresa"
#: src/fluxer_marketing/components/coming_features.gleam:56
msgid "Call pop-out"
-msgstr "Llamada en ventana separada"
+msgstr "Ventana flotante de llamadas"
#: src/fluxer_marketing/components/footer.gleam:220
#: src/fluxer_marketing/components/navigation.gleam:358
@@ -273,7 +273,7 @@ msgstr "Cambiar idioma"
#: src/fluxer_marketing/components/hero.gleam:59
msgid "Chat that puts you first"
-msgstr "Chat que te pone primero"
+msgstr "El chat de tu lado."
#: src/fluxer_marketing/components/locale_selector.gleam:150
msgid "Chinese (Simplified)"
@@ -289,11 +289,11 @@ msgstr "Elige tu distribución de Linux"
#: src/fluxer_marketing/pages/help_category_page.gleam:148
msgid "Choose a guide below or search again if you don't see what you need."
-msgstr "Elige una guía abajo o vuelve a buscar si no ves lo que necesitas."
+msgstr "Elige una guía a continuación o vuelve a buscar si no ves lo que necesitas."
#: src/fluxer_marketing/components/platform_download_button.gleam:409
msgid "Choose distribution"
-msgstr "Elegir distribución"
+msgstr "Elige la distribución"
#: src/fluxer_marketing/components/locale_selector.gleam:63
msgid "Choose your language"
@@ -349,7 +349,7 @@ msgstr "Reglas de la comunidad"
#: src/fluxer_marketing/pages/partners_page.gleam:134
msgid "Community Verification"
-msgstr "Verificación de comunidad"
+msgstr "Verificación de la comunidad"
#: src/fluxer_marketing/pages/plutonium_page.gleam:1040
msgid "Community support"
@@ -357,7 +357,7 @@ msgstr "Soporte de la comunidad"
#: src/fluxer_marketing/components/coming_features.gleam:38
msgid "Community templates"
-msgstr "Plantillas de comunidad"
+msgstr "Plantillas para comunidades"
#: src/fluxer_marketing/components/current_features.gleam:139
msgid "Compact mode and display options"
@@ -377,7 +377,7 @@ msgstr "Información de la empresa"
#: src/fluxer_marketing/components/footer.gleam:278
#: src/fluxer_marketing/components/navigation.gleam:426
msgid "Connect"
-msgstr "Conectar"
+msgstr "Conéctate"
#: src/fluxer_marketing/pages/plutonium_page.gleam:1038
msgid "Connect from any client"
@@ -390,15 +390,15 @@ msgstr "Contactar a Soporte"
#: src/fluxer_marketing/components/partner_section.gleam:70
msgid "Content creators and community owners: unlock exclusive perks including free Plutonium, a Partner badge, custom vanity URLs, and more."
-msgstr "Creadores de contenido y dueños de comunidades: desbloqueen beneficios exclusivos, como Plutonium gratis, una insignia de Partner, URLs personalizadas y más."
+msgstr "Creadores de contenido y administradores de comunidades: desbloqueen beneficios exclusivos, como Plutonium gratis, una insignia de Partner, URLs personalizadas y mucho más."
#: src/fluxer_marketing/components/get_involved_section.gleam:178
msgid "Contribute code"
-msgstr "Contribuir con código"
+msgstr "Aportar código"
#: src/fluxer_marketing/pages/download_page.gleam:336
msgid "Contribute on GitHub"
-msgstr "Contribuir en GitHub"
+msgstr "Contribuye en GitHub"
#: src/fluxer_marketing/components/final_cta.gleam:69
msgid "Create an account and help us build something good."
@@ -406,7 +406,7 @@ msgstr "Crea una cuenta y ayúdanos a construir algo bueno."
#: src/fluxer_marketing/pages/plutonium_page.gleam:1191
msgid "Create your Fluxer account to get that sweet Plutonium while it's hot."
-msgstr "Crea tu cuenta de Fluxer para llevarte ese Plutonium tan bueno mientras está disponible."
+msgstr "Crea tu cuenta de Fluxer para llevarte ese Plutonium mientras dure."
#: src/fluxer_marketing/pages/partners_page.gleam:211
msgid "Creator Monetization"
@@ -426,7 +426,7 @@ msgstr "Croata"
#: src/fluxer_marketing/pages/plutonium_page.gleam:280
msgid "Custom 4-digit username tag"
-msgstr "Etiqueta de 4 dígitos para el nombre de usuario"
+msgstr "Etiqueta de usuario de 4 dígitos"
#: src/fluxer_marketing/components/current_features.gleam:138
msgid "Custom CSS themes"
@@ -456,7 +456,7 @@ msgstr "Temas personalizados"
#: src/fluxer_marketing/pages/plutonium_page.gleam:561
msgid "Custom username tag"
-msgstr "Etiqueta personalizada de nombre de usuario"
+msgstr "Etiqueta de usuario personalizada"
#: src/fluxer_marketing/pages/plutonium_page.gleam:308
msgid "Custom video backgrounds"
@@ -496,7 +496,7 @@ msgstr "Escritorio"
#: src/fluxer_marketing/components/footer.gleam:209
msgid "Developer Docs"
-msgstr "Documentación para desarrolladores"
+msgstr "Docs para desarrolladores"
#: src/fluxer_marketing/components/communities_section.gleam:74
msgid "Developers"
@@ -519,7 +519,7 @@ msgstr "Descubrimiento"
msgid "Display an exclusive Partner badge on your profile to stand out."
msgstr "Muestra una insignia exclusiva de Partner en tu perfil para destacar."
-#: src/fluxer_marketing/pages/donate_page.gleam:367
+#: src/fluxer_marketing/pages/donate_page.gleam:366
msgid "Do I get anything in return?"
msgstr "¿Recibo algo a cambio?"
@@ -546,24 +546,24 @@ msgstr "Donar en USD"
#: src/fluxer_marketing/components/footer.gleam:78
#: src/fluxer_marketing/pages/download_page.gleam:329
msgid "Donate to Fluxer"
-msgstr "Donar a Fluxer"
+msgstr "Dona a Fluxer"
-#: src/fluxer_marketing/pages/donate_page.gleam:298
+#: src/fluxer_marketing/pages/donate_page.gleam:297
msgid "Donate with Swish"
msgstr "Dona con Swish"
-#: src/fluxer_marketing/pages/donate_page.gleam:370
+#: src/fluxer_marketing/pages/donate_page.gleam:369
msgid "Donations are voluntary gifts and do not provide you with any product, service, ownership, or special rights. If you're looking for premium features, check out {0}."
-msgstr "Las donaciones son aportes voluntarios y no te dan ningún producto, servicio, propiedad ni derechos especiales. Si buscas funciones premium, revisa {0}."
+msgstr "Las donaciones son aportes voluntarios y no te otorgan ningún producto, servicio, propiedad ni derechos especiales. Si buscas funciones premium, revisa {0}."
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:308
msgid "Done! You can now open Fluxer as if it were a regular program."
-msgstr "¡Listo! Ahora puedes abrir Fluxer como si fuera un programa regular."
+msgstr "¡Listo! Ahora puedes abrir Fluxer como si fuera un programa normal."
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:206
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:256
msgid "Done! You can open Fluxer from your home screen."
-msgstr "¡Listo! Puedes abrir Fluxer desde tu pantalla de inicio."
+msgstr "¡Listo! Ya puedes abrir Fluxer desde tu pantalla de inicio."
#: src/fluxer_marketing/components/footer.gleam:132
#: src/fluxer_marketing/components/navigation.gleam:84
@@ -581,7 +581,7 @@ msgstr "Descargar Fluxer"
#: src/fluxer_marketing/pages/download_page.gleam:49
msgid "Download Fluxer for Windows, macOS, and Linux. Mobile apps are underway."
-msgstr "Descarga Fluxer para Windows, macOS y Linux. Las apps móviles ya están en camino."
+msgstr "Descarga Fluxer para Windows, macOS y Linux. Las apps móviles están en marcha."
#: src/fluxer_marketing/pages/press_page.gleam:48
msgid "Download Fluxer logos, brand assets, and get in touch with our press team"
@@ -666,7 +666,7 @@ msgstr "Funciones exclusivas"
#: src/fluxer_marketing/pages/partners_page.gleam:67
msgid "Exclusive perks and benefits for content creators and large community owners."
-msgstr "Beneficios y ventajas exclusivos para creadores de contenido y dueños de grandes comunidades."
+msgstr "Beneficios y ventajas exclusivos para creadores de contenido y administradores de grandes comunidades."
#: src/fluxer_marketing/pages/plutonium_page.gleam:257
msgid "Feature"
@@ -682,7 +682,7 @@ msgstr "Federación"
#: src/fluxer_marketing/pages/plutonium_page.gleam:357
msgid "File upload size"
-msgstr "Tamaño de carga de archivos"
+msgstr "Tamaño máximo de carga de archivos"
#: src/fluxer_marketing/components/current_features.gleam:121
msgid "Filter by users, dates, and more"
@@ -724,7 +724,7 @@ msgstr "Equipo de Comunidad de Fluxer"
msgid "Fluxer Partner"
msgstr "Partner de Fluxer"
-#: src/fluxer_marketing/pages/donate_page.gleam:372
+#: src/fluxer_marketing/pages/donate_page.gleam:371
#: src/fluxer_marketing/pages/plutonium_page.gleam:51
#: src/fluxer_marketing/pages/plutonium_page.gleam:76
msgid "Fluxer Plutonium"
@@ -800,7 +800,7 @@ msgstr "Plutonium gratis"
#: src/fluxer_marketing/pages/plutonium_page.gleam:1024
msgid "Free Self-Hosting"
-msgstr "Autoalojamiento gratis"
+msgstr "Autoalojamiento gratuito"
#: src/fluxer_marketing/pages/plutonium_page.gleam:152
msgid "Free vs Plutonium"
@@ -810,17 +810,17 @@ msgstr "Gratis vs. Plutonium"
msgid "French"
msgstr "Francés"
-#: src/fluxer_marketing/pages/donate_page.gleam:346
+#: src/fluxer_marketing/pages/donate_page.gleam:345
msgid "Frequently Asked Questions"
msgstr "Preguntas frecuentes"
#: src/fluxer_marketing/components/hackernews_banner.gleam:72
msgid "From HN?"
-msgstr "¿De HN?"
+msgstr "¿Vienes de HN?"
#: src/fluxer_marketing/components/current_features.gleam:72
msgid "Full Markdown support in messages"
-msgstr "Compatibilidad total con Markdown en mensajes"
+msgstr "Compatibilidad total con Markdown en los mensajes"
#: src/fluxer_marketing/pages/plutonium_page.gleam:1037
msgid "Full access to all features"
@@ -881,11 +881,11 @@ msgstr "Participa"
#: src/fluxer_marketing/pages/plutonium_page.gleam:956
msgid "Get lifetime Plutonium on Fluxer.app plus an Operator Pass for self-hosting. Pay {0} one-time. Available until October 1, 2026 or when {1} slots are claimed."
-msgstr "Obtén Plutonium de por vida en Fluxer.app más un Operator Pass para autoalojamiento. Paga {0} una sola vez. Disponible hasta el 1 de octubre de 2026 o hasta que se agoten los {1} cupos."
+msgstr "Obtén Plutonium de por vida en Fluxer.app más un Operator Pass para autoalojamiento. Paga {0} una sola vez. Disponible hasta el 1 de octubre de 2026 o hasta que se reclamen los {1} cupos."
#: src/fluxer_marketing/components/plutonium_section.gleam:51
msgid "Get more with Fluxer Plutonium"
-msgstr "Obtén más con Fluxer Plutonium"
+msgstr "Aprovecha más con Fluxer Plutonium"
#: src/fluxer_marketing/pages/download_page.gleam:316
msgid "Get perks and help fund development"
@@ -897,7 +897,7 @@ msgstr "Recibe notificaciones push cuando no estés en la app."
#: src/fluxer_marketing/components/get_involved_section.gleam:89
msgid "Get updates, see upcoming features, discuss suggestions, and chat with the team."
-msgstr "Recibe actualizaciones, ve las próximas funciones, comenta sugerencias y chatea con el equipo."
+msgstr "Recibe actualizaciones, entérate de lo que viene, comparte sugerencias y chatea con el equipo."
#: src/fluxer_marketing/pages/plutonium_page.gleam:385
#: src/fluxer_marketing/pages/plutonium_page.gleam:601
@@ -914,7 +914,7 @@ msgstr "Ir al inicio"
#: src/fluxer_marketing/components/current_features.gleam:104
msgid "Granular roles and permissions"
-msgstr "Roles y permisos granulares"
+msgstr "Roles y permisos detallados"
#: src/fluxer_marketing/components/locale_selector.gleam:123
msgid "Greek"
@@ -951,11 +951,11 @@ msgstr "Ayuda a hacer realidad la app móvil"
#: src/fluxer_marketing/components/footer.gleam:66
#: src/fluxer_marketing/pages/donate_page.gleam:53
msgid "Help support an independent communication platform. Your donation funds the platform's infrastructure and development."
-msgstr "Ayuda a apoyar una plataforma de comunicación independiente. Tu donación financia la infraestructura y el desarrollo de la plataforma."
+msgstr "Apoya una plataforma de comunicación independiente. Tu donación financia la infraestructura y el desarrollo de la plataforma."
#: src/fluxer_marketing/pages/donate_page.gleam:134
msgid "Help support an independent communication platform. Your donation funds the platform's infrastructure and development. It is a voluntary gift and does not constitute payment for any product or service or give you any ownership or special rights."
-msgstr "Ayuda a apoyar una plataforma de comunicación independiente. Tu donación financia la infraestructura y el desarrollo de la plataforma. Es un aporte voluntario y no constituye el pago de ningún producto o servicio, ni te otorga propiedad o derechos especiales."
+msgstr "Apoya una plataforma de comunicación independiente. Tu donación financia la infraestructura y el desarrollo de la plataforma. Es un aporte voluntario y no constituye el pago de ningún producto o servicio, ni te otorga propiedad o derechos especiales."
#: src/fluxer_marketing/pages/careers_page.gleam:132
msgid "Help translate Fluxer and its docs so it feels native everywhere."
@@ -967,11 +967,11 @@ msgstr "Ayúdanos a construir un tipo distinto de plataforma de comunicación: d
#: src/fluxer_marketing/pages/donate_page.gleam:89
msgid "Help us build an independent communication platform that puts users first."
-msgstr "Ayúdanos a construir una plataforma de comunicación independiente que ponga a las personas usuarias primero."
+msgstr "Ayúdanos a construir una plataforma de comunicación independiente que ponga a las personas primero."
#: src/fluxer_marketing/pages/plutonium_page.gleam:651
msgid "Higher limits everywhere"
-msgstr "Límites más altos en todo"
+msgstr "Límites más altos en todas partes"
#: src/fluxer_marketing/components/plutonium_section.gleam:92
msgid "Higher limits, exclusive features, and early access to new updates"
@@ -983,11 +983,11 @@ msgstr "Hindi"
#: src/fluxer_marketing/components/communities_section.gleam:72
msgid "Hobbyists"
-msgstr "Hobbistas"
+msgstr "Aficionados"
#: src/fluxer_marketing/components/current_features.gleam:85
msgid "Hop in a call with friends or share your screen to work together."
-msgstr "Entra a una llamada con amistades o comparte tu pantalla para trabajar en equipo."
+msgstr "Súmate a una llamada con tus amistades o comparte tu pantalla para trabajar en equipo."
#: src/fluxer_marketing/components/current_features.gleam:153
msgid "Host your own instance"
@@ -1000,7 +1000,7 @@ msgstr "¿En qué podemos ayudarte?"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:39
msgid "How to install as an app"
-msgstr "Cómo instalar como una app"
+msgstr "Cómo instalarla como app"
#: src/fluxer_marketing/pages/partners_page.gleam:434
msgid "How you plan to use Fluxer with your community"
@@ -1012,7 +1012,7 @@ msgstr "Húngaro"
#: src/fluxer_marketing/components/footer.gleam:329
msgid "IP geolocation data by "
-msgstr "Datos de geolocalización por IP por "
+msgstr "Datos de geolocalización por IP de "
#: src/fluxer_marketing/pages/help_article_page.gleam:223
#: src/fluxer_marketing/pages/help_article_page.gleam:365
@@ -1021,11 +1021,11 @@ msgstr "Si no encontraste lo que buscabas, nuestro equipo de soporte está aquí
#: src/fluxer_marketing/pages/careers_page.gleam:176
msgid "If you're a creator or community owner, explore the Partner program and its perks."
-msgstr "Si eres creador o dueño de una comunidad, explora el programa de Partners y sus beneficios."
+msgstr "Si eres creador o administras una comunidad, explora el programa Partner y sus beneficios."
#: src/fluxer_marketing/pages/partners_page.gleam:189
msgid "Increased Limits"
-msgstr "Límites aumentados"
+msgstr "Límites ampliados"
#: src/fluxer_marketing/pages/donate_page.gleam:160
msgid "Individual"
@@ -1037,18 +1037,18 @@ msgstr "Indonesio"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:59
msgid "Install Fluxer as an app"
-msgstr "Instalar Fluxer como una app"
+msgstr "Instala Fluxer como app"
#: src/fluxer_marketing/components/platform_download_button.gleam:145
#: src/fluxer_marketing/components/platform_download_button.gleam:161
msgid "Intel"
msgstr "Intel"
-#: src/fluxer_marketing/pages/donate_page.gleam:377
+#: src/fluxer_marketing/pages/donate_page.gleam:376
msgid "Is my donation tax-deductible?"
msgstr "¿Mi donación es deducible de impuestos?"
-#: src/fluxer_marketing/pages/donate_page.gleam:359
+#: src/fluxer_marketing/pages/donate_page.gleam:358
msgid "Is this a subscription?"
msgstr "¿Esto es una suscripción?"
@@ -1073,7 +1073,7 @@ msgstr "Únete a Fluxer HQ"
#: src/fluxer_marketing/pages/careers_page.gleam:442
msgid "Join Fluxer HQ community"
-msgstr "Únete a la comunidad Fluxer HQ"
+msgstr "Únete a la comunidad de Fluxer HQ"
#: src/fluxer_marketing/components/get_involved_section.gleam:75
msgid "Join and spread the word"
@@ -1081,7 +1081,7 @@ msgstr "Únete y corre la voz"
#: src/fluxer_marketing/components/current_features.gleam:88
msgid "Join from multiple devices at once"
-msgstr "Únete desde varios dispositivos a la vez"
+msgstr "Conéctate desde varios dispositivos a la vez"
#: src/fluxer_marketing/pages/partners_page.gleam:47
msgid "Join the Fluxer Partner Program and unlock exclusive benefits for you and your community"
@@ -1113,11 +1113,11 @@ msgstr "Conoce Fluxer y nuestra misión"
#: src/fluxer_marketing/pages/careers_page.gleam:178
msgid "Learn about Partners"
-msgstr "Conoce Partners"
+msgstr "Conoce el programa de Partners"
#: src/fluxer_marketing/components/plutonium_section.gleam:195
msgid "Learn more"
-msgstr "Saber más"
+msgstr "Más información"
#: src/fluxer_marketing/pages/plutonium_page.gleam:848
msgid "Lifetime Operator Pass"
@@ -1133,7 +1133,7 @@ msgstr "Plutonium de por vida + Operator Pass con Visionary — cupos limitados"
#: src/fluxer_marketing/pages/plutonium_page.gleam:1103
msgid "Limited Offer: Visionary includes Operator Pass"
-msgstr "Oferta limitada: Visionary incluye Operator Pass"
+msgstr "Oferta limitada: Visionary incluye el Operator Pass"
#: src/fluxer_marketing/pages/partners_page.gleam:408
msgid "Links to your content or community (YouTube, Twitch, Discord, etc.)"
@@ -1157,7 +1157,7 @@ msgstr "Logo"
#: src/fluxer_marketing/pages/donate_page.gleam:123
msgid "Make a Donation"
-msgstr "Hacer una donación"
+msgstr "Haz una donación"
#: src/fluxer_marketing/components/current_features.gleam:123
msgid "Manage friends and block users"
@@ -1186,13 +1186,13 @@ msgstr "Donación mínima: $5 / €5"
#: src/fluxer_marketing/pages/download_page.gleam:203
msgid "Mobile apps are on the way"
-msgstr "Las apps móviles ya vienen en camino"
+msgstr "Las apps móviles están en camino"
#: src/fluxer_marketing/components/platform_download_button.gleam:213
#: src/fluxer_marketing/components/platform_download_button.gleam:218
#: src/fluxer_marketing/components/platform_download_button.gleam:311
msgid "Mobile apps are underway"
-msgstr "Las apps móviles ya están en camino"
+msgstr "Las apps móviles están en marcha"
#: src/fluxer_marketing/components/current_features.gleam:105
msgid "Moderation actions and tools"
@@ -1208,7 +1208,7 @@ msgstr "Más popular"
#: src/fluxer_marketing/components/current_features.gleam:91
msgid "Mute, deafen, and camera controls"
-msgstr "Controles de silenciar, ensordecer y cámara"
+msgstr "Controles para silenciar, ensordecer y cámara"
#: src/fluxer_marketing/pages/help_search_page.gleam:135
msgid "No articles found"
@@ -1222,11 +1222,11 @@ msgstr "No se encontraron artículos."
msgid "No results found for"
msgstr "No se encontraron resultados para"
-#: src/fluxer_marketing/pages/donate_page.gleam:380
+#: src/fluxer_marketing/pages/donate_page.gleam:379
msgid "No, donations to Fluxer are not tax-deductible as we are not a registered charitable organization."
msgstr "No. Las donaciones a Fluxer no son deducibles de impuestos porque no somos una organización benéfica registrada."
-#: src/fluxer_marketing/pages/donate_page.gleam:362
+#: src/fluxer_marketing/pages/donate_page.gleam:361
msgid "No, this is a one-time donation. You choose the amount you want to give, and there are no recurring charges."
msgstr "No. Esta es una donación única. Tú eliges el monto que quieres aportar y no hay cargos recurrentes."
@@ -1260,7 +1260,7 @@ msgstr "Pago único, acceso de por vida"
#: src/fluxer_marketing/components/plutonium_banner.gleam:43
msgid "Only {0} of {1} Visionary lifetime slots left — lifetime Plutonium + Operator Pass"
-msgstr "Solo quedan {0} de {1} cupos de Visionary de por vida — Plutonium de por vida + Operator Pass"
+msgstr "Solo quedan {0} de {1} cupos vitalicios de Visionary — Plutonium de por vida + Operator Pass"
#: src/fluxer_marketing/components/navigation.gleam:172
msgid "Open Fluxer"
@@ -1283,7 +1283,7 @@ msgstr "Código abierto (AGPL-3.0)"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:234
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:284
msgid "Open the web app"
-msgstr "Abrir la app web"
+msgstr "Abre la app web"
#: src/fluxer_marketing/pages/plutonium_page.gleam:1059
msgid "Operator Pass"
@@ -1291,7 +1291,7 @@ msgstr "Operator Pass"
#: src/fluxer_marketing/components/coming_features.gleam:31
msgid "Opt-in E2EE messaging"
-msgstr "Mensajería E2EE con opt-in"
+msgstr "Mensajería E2EE opcional"
#: src/fluxer_marketing/components/current_features.gleam:74
msgid "Organized channels for communities"
@@ -1377,19 +1377,19 @@ msgstr "Prensa"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:246
msgid "Press \"Add to Home Screen\""
-msgstr "Presiona \"Agregar a la pantalla de inicio"
+msgstr "Toca \"Agregar a pantalla de inicio\""
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:249
msgid "Press \"Add\" in the upper-right corner"
-msgstr "Presiona \"Agregar\" en la esquina superior derecha"
+msgstr "Toca \"Agregar\" en la esquina superior derecha"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:200
msgid "Press \"Install app\""
-msgstr "Presiona \"Instalar aplicación"
+msgstr "Toca \"Instalar aplicación\""
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:301
msgid "Press \"Install\" in the popup that appears"
-msgstr "Presiona \"Instalar\" en la ventana emergente que aparece"
+msgstr "Haz clic en \"Instalar\" en la ventana emergente que aparezca"
#: src/fluxer_marketing/pages/press_page.gleam:45
#: src/fluxer_marketing/pages/press_page.gleam:65
@@ -1402,15 +1402,15 @@ msgstr "Contacto de prensa"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:197
msgid "Press the \"More\" (\\u{22EE}) button in the top-right corner"
-msgstr "Presiona el botón \"Más\" (\\u{22EE}) en la esquina superior derecha"
+msgstr "Toca el botón \"Más\" (\\u{22EE}) en la esquina superior derecha"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:243
msgid "Press the Share button (rectangle with upwards-pointing arrow)"
-msgstr "Presiona el botón Compartir (rectángulo con flecha apuntando hacia arriba)"
+msgstr "Toca el botón Compartir (rectángulo con una flecha hacia arriba)"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:296
msgid "Press the install button (downwards-pointing arrow on monitor) in the address bar"
-msgstr "Presiona el botón de instalar (flecha apuntando hacia abajo en el monitor) en la barra de direcciones"
+msgstr "Haz clic en el botón de instalar (flecha hacia abajo en un monitor) en la barra de direcciones"
#: src/fluxer_marketing/components/footer.gleam:110
#: src/fluxer_marketing/components/navigation.gleam:93
@@ -1491,7 +1491,7 @@ msgstr "Leer la guía"
#: src/fluxer_marketing/pages/partners_page.gleam:362
msgid "Ready to become a Partner?"
-msgstr "¿Listo para hacerte Partner?"
+msgstr "¿Listo para convertirte en Partner?"
#: src/fluxer_marketing/pages/plutonium_page.gleam:1180
msgid "Ready to upgrade?"
@@ -1581,7 +1581,7 @@ msgstr "Resultados de búsqueda"
#: src/fluxer_marketing/pages/help_center_page.gleam:67
#: src/fluxer_marketing/pages/help_search_page.gleam:66
msgid "Search for help..."
-msgstr "Busca ayuda..."
+msgstr "Buscar en la ayuda..."
#: src/fluxer_marketing/pages/help_category_page.gleam:92
msgid "Search in "
@@ -1611,7 +1611,7 @@ msgstr "Reportes de seguridad"
#: src/fluxer_marketing/pages/download_page.gleam:232
msgid "See badge counts on the app icon."
-msgstr "Ve el contador de insignias en el ícono de la app."
+msgstr "Ve el contador de notificaciones en el ícono de la app."
#: src/fluxer_marketing/pages/partners_page.gleam:312
msgid "See perks"
@@ -1651,11 +1651,11 @@ msgstr "Comparte archivos y previsualiza enlaces"
#: src/fluxer_marketing/components/platform_download_button.gleam:490
msgid "Show download options"
-msgstr "Mostrar opciones de descarga"
+msgstr "Ver opciones de descarga"
#: src/fluxer_marketing/pages/plutonium_page.gleam:664
msgid "Show off your Plutonium status with an exclusive badge on your profile."
-msgstr "Presume tu estatus de Plutonium con una insignia exclusiva en tu perfil."
+msgstr "Luce tu estatus de Plutonium con una insignia exclusiva en tu perfil."
#: src/fluxer_marketing/components/coming_features.gleam:33
msgid "Slash commands"
@@ -1684,7 +1684,7 @@ msgstr "Español (España)"
#: src/fluxer_marketing/pages/download_page.gleam:323
msgid "Sponsor the roadmap for mobile"
-msgstr "Patrocina el roadmap de la app móvil"
+msgstr "Patrocina la hoja de ruta de la app móvil"
#: src/fluxer_marketing/components/coming_features.gleam:42
msgid "Stage channels"
@@ -1790,7 +1790,7 @@ msgstr "Prueba con otras palabras clave o explora nuestras categorías."
#: src/fluxer_marketing/components/hackernews_banner.gleam:75
msgid "Try it without an email at"
-msgstr "Pruébalo sin un correo electrónico en"
+msgstr "Pruébalo sin correo en"
#: src/fluxer_marketing/components/locale_selector.gleam:147
msgid "Turkish"
@@ -1810,7 +1810,7 @@ msgstr "Usuarios ilimitados"
#: src/fluxer_marketing/pages/partners_page.gleam:203
msgid "Unlock and test new features before they're available to everyone."
-msgstr "Desbloquea y prueba nuevas funciones antes de que estén disponibles para todo el mundo."
+msgstr "Desbloquea y prueba funciones nuevas antes de que estén disponibles para todo el mundo."
#: src/fluxer_marketing/pages/plutonium_page.gleam:79
msgid "Unlock higher limits and exclusive features while supporting an independent communication platform."
@@ -1822,7 +1822,7 @@ msgstr "Calidad de video hasta 4K"
#: src/fluxer_marketing/pages/plutonium_page.gleam:54
msgid "Upgrade to Plutonium for $4.99/mo: custom username tags, per-community profiles, message scheduling, 4K streaming, 500MB uploads, and more exclusive features."
-msgstr "Mejora a Plutonium por $4.99/mes: etiquetas personalizadas de usuario, perfiles por comunidad, programación de mensajes, streaming en 4K, cargas de 500 MB y más funciones exclusivas."
+msgstr "Pásate a Plutonium por $4.99/mes: etiquetas de usuario personalizadas, perfiles por comunidad, programación de mensajes, streaming en 4K, subidas de 500 MB y más funciones exclusivas."
#: src/fluxer_marketing/pages/plutonium_page.gleam:644
msgid "Upload and use your own notification sounds to personalize your Fluxer experience."
@@ -1846,7 +1846,7 @@ msgstr "Usa emojis animados"
#: src/fluxer_marketing/components/current_features.gleam:154
msgid "Use our desktop client (mobile coming soon)"
-msgstr "Usa nuestro cliente de escritorio (móvil próximamente)"
+msgstr "Usa nuestro cliente de escritorio (el móvil llega pronto)"
#: src/fluxer_marketing/pages/plutonium_page.gleam:604
msgid "Use your favorite emojis and stickers from any community, anywhere across Fluxer."
@@ -1903,7 +1903,7 @@ msgstr "Formas de contribuir"
#: src/fluxer_marketing/components/get_involved_section.gleam:192
msgid "We appreciate responsible disclosure to security@fluxer.app. We offer Plutonium codes and Bug Hunter badges based on severity."
-msgstr "Agradecemos la divulgación responsable en security@fluxer.app. Ofrecemos códigos de Plutonium e insignias de Bug Hunter según la gravedad."
+msgstr "Agradecemos la divulgación responsable en security@fluxer.app. Ofrecemos códigos de Plutonium e insignias Bug Hunter según la gravedad."
#: src/fluxer_marketing/components/final_cta.gleam:56
msgid "We need your support to make this work."
@@ -1915,7 +1915,7 @@ msgstr "Revisamos todas las solicitudes y te responderemos lo antes posible."
#: src/fluxer_marketing/pages/press_page.gleam:301
msgid "We typically respond within 24 hours during business days."
-msgstr "Por lo general respondemos en 24 horas durante días hábiles."
+msgstr "Por lo general respondemos en un plazo de 24 horas en días hábiles."
#: src/fluxer_marketing/components/get_involved_section.gleam:62
msgid "We're building a complete platform with all the features you'd expect. But we can't do it without your help!"
@@ -1927,7 +1927,7 @@ msgstr "Estamos construyendo apps para iOS y Android. Mientras están listas, Fl
#: src/fluxer_marketing/components/get_involved_section.gleam:78
msgid "We're limiting registrations during beta. Once you're in, you can give friends a code to skip the queue."
-msgstr "Durante la beta estamos limitando los registros. Una vez dentro, puedes darles a tus amistades un código para saltarse la fila."
+msgstr "Durante la beta, limitamos los registros. Una vez dentro, puedes darle a tus amistades un código para saltarse la fila."
#: src/fluxer_marketing/pages/careers_page.gleam:324
msgid "We're still building the business around Fluxer and aren't quite ready for paid roles yet."
@@ -1937,7 +1937,7 @@ msgstr "Todavía estamos construyendo el negocio alrededor de Fluxer y aún no e
msgid "Webhooks and bot support"
msgstr "Soporte para webhooks y bots"
-#: src/fluxer_marketing/pages/donate_page.gleam:351
+#: src/fluxer_marketing/pages/donate_page.gleam:350
msgid "What does my donation support?"
msgstr "¿En qué se usa mi donación?"
@@ -1953,7 +1953,7 @@ msgstr "Lo que hay hoy"
msgid "What's coming next"
msgstr "Lo que viene después"
-#: src/fluxer_marketing/pages/donate_page.gleam:385
+#: src/fluxer_marketing/pages/donate_page.gleam:384
msgid "What's the difference between Individual and Business?"
msgstr "¿Cuál es la diferencia entre Individual y Empresa?"
@@ -1987,9 +1987,9 @@ msgstr "Tu comunidad obtiene estado verificado para mayor autenticidad y confian
#: src/fluxer_marketing/pages/partners_page.gleam:192
msgid "Your community receives increased limits when you need them."
-msgstr "Tu comunidad recibe límites aumentados cuando los necesites."
+msgstr "Tu comunidad recibe límites ampliados cuando los necesites."
-#: src/fluxer_marketing/pages/donate_page.gleam:354
+#: src/fluxer_marketing/pages/donate_page.gleam:353
msgid "Your donation helps fund Fluxer's infrastructure costs, including servers, bandwidth, storage, and ongoing development of new features. It helps us maintain and improve the platform for everyone."
msgstr "Tu donación ayuda a cubrir los costos de infraestructura de Fluxer, incluyendo servidores, ancho de banda, almacenamiento y el desarrollo continuo de nuevas funciones. Nos ayuda a mantener y mejorar la plataforma para todo el mundo."
@@ -2031,10 +2031,10 @@ msgstr "macOS 10.15+"
#: src/fluxer_marketing/pages/plutonium_page.gleam:1067
msgid "one-time purchase"
-msgstr "compra única"
+msgstr "pago único"
#: src/fluxer_marketing/components/plutonium_section.gleam:68
-#: src/fluxer_marketing/pages/donate_page.gleam:284
+#: src/fluxer_marketing/pages/donate_page.gleam:282
#: src/fluxer_marketing/pages/plutonium_page.gleam:106
#: src/fluxer_marketing/pages/plutonium_page.gleam:230
msgid "or"
@@ -2059,4 +2059,3 @@ msgstr "Quedan {0} de {1} cupos"
#: src/fluxer_marketing/components/footer.gleam:325
msgid "© Fluxer Platform AB (Swedish limited liability company: 559537-3993)"
msgstr "© Fluxer Platform AB (sociedad de responsabilidad limitada sueca: 559537-3993)"
-
diff --git a/fluxer_marketing/locales/es-ES/messages.po b/fluxer_marketing/locales/es-ES/messages.po
index 722b6b76..7dc5db13 100644
--- a/fluxer_marketing/locales/es-ES/messages.po
+++ b/fluxer_marketing/locales/es-ES/messages.po
@@ -10,7 +10,7 @@ msgstr " en Chrome"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:288
msgid " in Chrome or another browser with PWA support"
-msgstr " en Chrome o en otro navegador con soporte para PWA"
+msgstr " en Chrome u otro navegador compatible con PWA"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:236
msgid " in Safari"
@@ -37,23 +37,23 @@ msgstr "/año"
#: src/fluxer_marketing/pages/plutonium_page.gleam:654
msgid "500MB uploads, 4000 character messages, 300 bookmarks, 50 emoji packs, and much more."
-msgstr "Subidas de 500 MB, mensajes de 4000 caracteres, 300 marcadores, 50 paquetes de emojis y mucho más."
+msgstr "Subidas de 500 MB, mensajes de 4000 caracteres, 300 marcadores, 50 packs de emojis y mucho más."
#: src/fluxer_marketing/components/communities_section.gleam:86
msgid "A chat platform that answers to you, not investors. It's ad-free, open source, community-funded, and never sells your data or nags you with upgrade pop-ups."
-msgstr "Una plataforma de chat que responde ante ti, no ante inversores. No tiene anuncios, es de código abierto, está financiada por la comunidad y nunca vende tus datos ni te da la lata con ventanas emergentes para que actualices."
+msgstr "Una plataforma de chat que responde ante ti, no ante inversores. Sin anuncios, de código abierto, financiada por la comunidad y que nunca vende tus datos ni te bombardea con ventanas emergentes para que mejores el plan."
#: src/fluxer_marketing/pages/careers_page.gleam:219
msgid "A non-paid role for recurring contributors who help shape Fluxer alongside the core team."
-msgstr "Un rol no remunerado para colaboradores habituales que ayudan a dar forma a Fluxer junto al equipo principal."
+msgstr "Un rol no remunerado para colaboradores recurrentes que ayudan a dar forma a Fluxer junto al equipo principal."
#: src/fluxer_marketing/pages/plutonium_page.gleam:1074
msgid "Access to Fluxer Operators community"
-msgstr "Acceso a la comunidad Fluxer Operators"
+msgstr "Acceso a la comunidad de Fluxer Operators"
#: src/fluxer_marketing/pages/partners_page.gleam:225
msgid "Access to VIP voice servers reserved exclusively for partnered communities."
-msgstr "Acceso a servidores de voz VIP reservados en exclusiva para comunidades asociadas."
+msgstr "Acceso a servidores de voz VIP reservados exclusivamente para comunidades asociadas."
#: src/fluxer_marketing/components/coming_features.gleam:48
msgid "Activity sharing"
@@ -65,7 +65,7 @@ msgstr "Añade Fluxer a tu pantalla de inicio para ocultar la interfaz del naveg
#: src/fluxer_marketing/components/current_features.gleam:133
msgid "Add custom emojis, save media for later, and style the app with custom CSS."
-msgstr "Añade emojis personalizados, guarda contenido multimedia para más tarde y personaliza la app con CSS a medida."
+msgstr "Añade emojis personalizados, guarda contenido multimedia para más tarde y dale estilo a la app con CSS personalizado."
#: src/fluxer_marketing/pages/plutonium_page.gleam:1124
msgid "After the offer ends, Operator Pass stays available on its own."
@@ -77,11 +77,15 @@ msgstr "Todas las ventajas actuales y futuras de Plutonium, para siempre"
#: src/fluxer_marketing/components/current_features.gleam:55
msgid "All the basics you expect, plus a few things you don't."
-msgstr "Todo lo básico que esperas, y alguna que otra sorpresa."
+msgstr "Todo lo básico que esperas, y alguna sorpresa más."
#: src/fluxer_marketing/components/locale_selector.gleam:102
msgid "All translations are currently LLM-generated with minimal human revision. We'd love to get real people to help us out localizing Fluxer into your language! To do so, shoot an email to i18n@fluxer.app and we'll be happy to accept your contributions."
-msgstr "Ahora mismo, todas las traducciones las genera una IA con una revisión humana mínima. ¡Nos encantaría contar con personas reales que nos ayuden a localizar Fluxer en tu idioma! Para ello, envía un correo a i18n@fluxer.app y estaremos encantados de aceptar tus aportaciones."
+msgstr "Ahora mismo, todas las traducciones están generadas por IA y apenas han pasado por revisión humana. ¡Nos encantaría contar con personas reales que nos ayuden a localizar Fluxer en tu idioma! Para ello, envía un correo a i18n@fluxer.app y estaremos encantados de aceptar tus aportaciones."
+
+#: src/fluxer_marketing/components/hero.gleam:64
+msgid "An open-source, independent instant messaging and VoIP platform. Built for friends, groups, and communities."
+msgstr "Una plataforma de mensajería instantánea y VoIP, independiente y de código abierto. Hecha para amigos, grupos y comunidades."
#: src/fluxer_marketing/components/platform_download_button.gleam:524
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:97
@@ -112,7 +116,7 @@ msgstr "Solicita en partners@fluxer.app"
#: src/fluxer_marketing/components/get_involved_section.gleam:170
msgid "Approved reports grant access to Fluxer Testers, where you can earn points for Plutonium codes and the Bug Hunter badge."
-msgstr "Los informes aprobados te dan acceso a Fluxer Testers, donde puedes ganar puntos para códigos de Plutonium y la insignia Bug Hunter."
+msgstr "Los informes aprobados te dan acceso a Fluxer Testers, donde puedes ganar puntos para conseguir códigos de Plutonium y la insignia Bug Hunter."
#: src/fluxer_marketing/components/locale_selector.gleam:118
msgid "Arabic"
@@ -130,13 +134,13 @@ msgstr "Artículos de esta sección"
msgid "Audit logs for transparency"
msgstr "Registros de auditoría para mayor transparencia"
-#: src/fluxer_marketing/pages/donate_page.gleam:302
+#: src/fluxer_marketing/pages/donate_page.gleam:301
msgid "Available for Swedish bank accounts"
msgstr "Disponible para cuentas bancarias suecas"
#: src/fluxer_marketing/pages/download_page.gleam:67
msgid "Available on your desktop — and on the web"
-msgstr "Disponible en tu escritorio — y en la web"
+msgstr "Disponible en tu ordenador — y en la web"
#: src/fluxer_marketing/pages/help_article_page.gleam:182
msgid "Back to "
@@ -149,7 +153,7 @@ msgstr "Volver al Centro de ayuda"
#: src/fluxer_marketing/pages/plutonium_page.gleam:674
msgid "Be the first to try new features before they're released to everyone else."
-msgstr "Sé el primero en probar nuevas funciones antes de que se lancen para todo el mundo."
+msgstr "Sé de los primeros en probar nuevas funciones antes de que se lancen para todo el mundo."
#: src/fluxer_marketing/components/partner_section.gleam:64
#: src/fluxer_marketing/pages/careers_page.gleam:173
@@ -206,15 +210,15 @@ msgstr "Bluesky"
#: src/fluxer_marketing/pages/plutonium_page.gleam:343
msgid "Bookmarked messages"
-msgstr "Mensajes marcados"
+msgstr "Mensajes guardados"
-#: src/fluxer_marketing/pages/donate_page.gleam:388
+#: src/fluxer_marketing/pages/donate_page.gleam:387
msgid "Both donation types support the same cause equally. The only difference is that Business donations allow you to specify a tax ID (if applicable) and receive a PDF invoice when finalized, which can be useful for company accounting purposes."
-msgstr "Ambos tipos de donación apoyan la misma causa por igual. La única diferencia es que las donaciones de Empresa te permiten indicar un NIF/IVA (si corresponde) y recibir una factura en PDF al finalizar, lo cual puede ser útil para la contabilidad de la empresa."
+msgstr "Ambos tipos de donación apoyan la misma causa por igual. La única diferencia es que las donaciones de Empresa te permiten indicar un NIF/IVA (si corresponde) y recibir una factura en PDF al finalizar, lo que puede ser útil para la contabilidad de la empresa."
#: src/fluxer_marketing/pages/press_page.gleam:200
msgid "Brand Colors"
-msgstr "Colores de marca"
+msgstr "Colores corporativos"
#: src/fluxer_marketing/pages/partners_page.gleam:421
msgid "Brief description of your audience and what you do"
@@ -238,11 +242,7 @@ msgstr "Explora artículos de ayuda sobre "
#: src/fluxer_marketing/components/communities_section.gleam:44
msgid "Built for communities of all kinds."
-msgstr "Diseñado para comunidades de todo tipo."
-
-#: src/fluxer_marketing/components/hero.gleam:64
-msgid "Built for friends, groups, and communities. Text, voice, and video. Open source and community-funded."
-msgstr "Hecho para amigos, grupos y comunidades. Texto, voz y vídeo. De código abierto y financiado por la comunidad."
+msgstr "Pensado para comunidades de todo tipo."
#: src/fluxer_marketing/components/locale_selector.gleam:119
msgid "Bulgarian"
@@ -254,7 +254,7 @@ msgstr "Empresa"
#: src/fluxer_marketing/components/coming_features.gleam:56
msgid "Call pop-out"
-msgstr "Llamadas en ventana flotante"
+msgstr "Ventana flotante de llamadas"
#: src/fluxer_marketing/components/footer.gleam:220
#: src/fluxer_marketing/components/navigation.gleam:358
@@ -273,7 +273,7 @@ msgstr "Cambiar idioma"
#: src/fluxer_marketing/components/hero.gleam:59
msgid "Chat that puts you first"
-msgstr "Un chat que te pone en el centro"
+msgstr "El chat de tu lado."
#: src/fluxer_marketing/components/locale_selector.gleam:150
msgid "Chinese (Simplified)"
@@ -285,7 +285,7 @@ msgstr "Chino (tradicional)"
#: src/fluxer_marketing/components/platform_download_button.gleam:207
msgid "Choose Linux distribution"
-msgstr "Elige distribución de Linux"
+msgstr "Elige una distribución de Linux"
#: src/fluxer_marketing/pages/help_category_page.gleam:148
msgid "Choose a guide below or search again if you don't see what you need."
@@ -293,7 +293,7 @@ msgstr "Elige una guía a continuación o vuelve a buscar si no encuentras lo qu
#: src/fluxer_marketing/components/platform_download_button.gleam:409
msgid "Choose distribution"
-msgstr "Elegir distribución"
+msgstr "Elige distribución"
#: src/fluxer_marketing/components/locale_selector.gleam:63
msgid "Choose your language"
@@ -357,7 +357,7 @@ msgstr "Soporte de la comunidad"
#: src/fluxer_marketing/components/coming_features.gleam:38
msgid "Community templates"
-msgstr "Plantillas de comunidad"
+msgstr "Plantillas para comunidades"
#: src/fluxer_marketing/components/current_features.gleam:139
msgid "Compact mode and display options"
@@ -402,11 +402,11 @@ msgstr "Contribuye en GitHub"
#: src/fluxer_marketing/components/final_cta.gleam:69
msgid "Create an account and help us build something good."
-msgstr "Crea una cuenta y ayúdanos a construir algo que merezca la pena."
+msgstr "Crea una cuenta y ayúdanos a construir algo bueno."
#: src/fluxer_marketing/pages/plutonium_page.gleam:1191
msgid "Create your Fluxer account to get that sweet Plutonium while it's hot."
-msgstr "Crea tu cuenta de Fluxer para conseguir ese Plutonium tan jugoso mientras dure."
+msgstr "Crea tu cuenta de Fluxer para llevarte ese Plutonium mientras dure."
#: src/fluxer_marketing/pages/partners_page.gleam:211
msgid "Creator Monetization"
@@ -426,11 +426,11 @@ msgstr "Croata"
#: src/fluxer_marketing/pages/plutonium_page.gleam:280
msgid "Custom 4-digit username tag"
-msgstr "Etiqueta de usuario de 4 dígitos personalizada"
+msgstr "Etiqueta de usuario personalizada de 4 dígitos"
#: src/fluxer_marketing/components/current_features.gleam:138
msgid "Custom CSS themes"
-msgstr "Temas CSS personalizados"
+msgstr "Temas de CSS personalizados"
#: src/fluxer_marketing/pages/partners_page.gleam:145
msgid "Custom Vanity URL"
@@ -468,7 +468,7 @@ msgstr "Personalización"
#: src/fluxer_marketing/pages/plutonium_page.gleam:574
msgid "Customize your profile differently for each community you're part of."
-msgstr "Personaliza tu perfil de forma distinta para cada comunidad de la que formes parte."
+msgstr "Personaliza tu perfil de forma distinta en cada comunidad a la que pertenezcas."
#: src/fluxer_marketing/components/locale_selector.gleam:120
msgid "Czech"
@@ -519,7 +519,7 @@ msgstr "Descubrimiento"
msgid "Display an exclusive Partner badge on your profile to stand out."
msgstr "Muestra en tu perfil una insignia exclusiva de Partner para destacar."
-#: src/fluxer_marketing/pages/donate_page.gleam:367
+#: src/fluxer_marketing/pages/donate_page.gleam:366
msgid "Do I get anything in return?"
msgstr "¿Recibo algo a cambio?"
@@ -548,11 +548,11 @@ msgstr "Donar en USD"
msgid "Donate to Fluxer"
msgstr "Dona a Fluxer"
-#: src/fluxer_marketing/pages/donate_page.gleam:298
+#: src/fluxer_marketing/pages/donate_page.gleam:297
msgid "Donate with Swish"
msgstr "Dona con Swish"
-#: src/fluxer_marketing/pages/donate_page.gleam:370
+#: src/fluxer_marketing/pages/donate_page.gleam:369
msgid "Donations are voluntary gifts and do not provide you with any product, service, ownership, or special rights. If you're looking for premium features, check out {0}."
msgstr "Las donaciones son aportaciones voluntarias y no te proporcionan ningún producto, servicio, derecho de propiedad ni privilegios especiales. Si buscas funciones premium, echa un vistazo a {0}."
@@ -563,7 +563,7 @@ msgstr "¡Listo! Ahora puedes abrir Fluxer como si fuera un programa normal."
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:206
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:256
msgid "Done! You can open Fluxer from your home screen."
-msgstr "¡Listo! Puedes abrir Fluxer desde tu pantalla de inicio."
+msgstr "¡Listo! Ya puedes abrir Fluxer desde tu pantalla de inicio."
#: src/fluxer_marketing/components/footer.gleam:132
#: src/fluxer_marketing/components/navigation.gleam:84
@@ -581,7 +581,7 @@ msgstr "Descargar Fluxer"
#: src/fluxer_marketing/pages/download_page.gleam:49
msgid "Download Fluxer for Windows, macOS, and Linux. Mobile apps are underway."
-msgstr "Descarga Fluxer para Windows, macOS y Linux. Las apps móviles están en camino."
+msgstr "Descarga Fluxer para Windows, macOS y Linux. Las apps móviles están en marcha."
#: src/fluxer_marketing/pages/press_page.gleam:48
msgid "Download Fluxer logos, brand assets, and get in touch with our press team"
@@ -602,7 +602,7 @@ msgstr "Descargar para macOS"
#: src/fluxer_marketing/pages/press_page.gleam:68
msgid "Download our logos, learn about our brand colors, and get in touch with our press team."
-msgstr "Descarga nuestros logos, conoce nuestros colores de marca y ponte en contacto con nuestro equipo de prensa."
+msgstr "Descarga nuestros logos, conoce nuestros colores corporativos y ponte en contacto con nuestro equipo de prensa."
#: src/fluxer_marketing/components/locale_selector.gleam:139
msgid "Dutch"
@@ -610,7 +610,7 @@ msgstr "Neerlandés"
#: src/fluxer_marketing/components/coming_features.gleam:55
msgid "E2EE calls"
-msgstr "Llamadas con cifrado de extremo a extremo"
+msgstr "Llamadas cifradas de extremo a extremo"
#: src/fluxer_marketing/pages/partners_page.gleam:200
msgid "Early Feature Access"
@@ -622,7 +622,7 @@ msgstr "Acceso anticipado"
#: src/fluxer_marketing/pages/partners_page.gleam:214
msgid "Early access to creator monetization features with lower platform fees than non-partners."
-msgstr "Acceso anticipado a funciones de monetización para creadores con comisiones de plataforma más bajas que las de los no partners."
+msgstr "Acceso anticipado a funciones de monetización para creadores, con comisiones de plataforma más bajas que para los no partners."
#: src/fluxer_marketing/pages/plutonium_page.gleam:406
msgid "Early access to new features"
@@ -634,7 +634,7 @@ msgstr "Educación"
#: src/fluxer_marketing/pages/plutonium_page.gleam:364
msgid "Emoji & sticker packs"
-msgstr "Paquetes de emojis y stickers"
+msgstr "Packs de emojis y stickers"
#: src/fluxer_marketing/components/locale_selector.gleam:124
msgid "English"
@@ -650,7 +650,7 @@ msgstr "Entradas para eventos"
#: src/fluxer_marketing/pages/plutonium_page.gleam:1071
msgid "Everything in Free, plus:"
-msgstr "Todo lo de Gratis, más:"
+msgstr "Todo lo incluido en Gratis, más:"
#: src/fluxer_marketing/pages/partners_page.gleam:233
msgid "Exclusive Merch"
@@ -706,7 +706,7 @@ msgstr "Finés"
#: src/fluxer_marketing/pages/careers_page.gleam:121
msgid "Fix bugs, ship features, or polish the experience in our main repo."
-msgstr "Arregla bugs, lanza funciones o pule la experiencia en nuestro repositorio principal."
+msgstr "Arregla errores, lanza funciones o pule la experiencia en nuestro repositorio principal."
#: src/fluxer_marketing/components/footer.gleam:99
msgid "Fluxer"
@@ -722,9 +722,9 @@ msgstr "Equipo de comunidad de Fluxer"
#: src/fluxer_marketing/pages/partners_page.gleam:44
msgid "Fluxer Partner"
-msgstr "Fluxer Partner"
+msgstr "Partner de Fluxer"
-#: src/fluxer_marketing/pages/donate_page.gleam:372
+#: src/fluxer_marketing/pages/donate_page.gleam:371
#: src/fluxer_marketing/pages/plutonium_page.gleam:51
#: src/fluxer_marketing/pages/plutonium_page.gleam:76
msgid "Fluxer Plutonium"
@@ -786,7 +786,7 @@ msgstr "Para siempre"
#: src/fluxer_marketing/components/get_involved_section.gleam:189
msgid "Found a security issue?"
-msgstr "¿Has encontrado un fallo de seguridad?"
+msgstr "¿Has encontrado un problema de seguridad?"
#: src/fluxer_marketing/pages/plutonium_page.gleam:175
#: src/fluxer_marketing/pages/plutonium_page.gleam:265
@@ -810,13 +810,13 @@ msgstr "Gratis vs. Plutonium"
msgid "French"
msgstr "Francés"
-#: src/fluxer_marketing/pages/donate_page.gleam:346
+#: src/fluxer_marketing/pages/donate_page.gleam:345
msgid "Frequently Asked Questions"
msgstr "Preguntas frecuentes"
#: src/fluxer_marketing/components/hackernews_banner.gleam:72
msgid "From HN?"
-msgstr "¿De HN?"
+msgstr "¿Vienes de HN?"
#: src/fluxer_marketing/components/current_features.gleam:72
msgid "Full Markdown support in messages"
@@ -837,7 +837,7 @@ msgstr "Totalmente de código abierto (AGPLv3)"
#: src/fluxer_marketing/components/communities_section.gleam:57
msgid "Gaming"
-msgstr "Gaming"
+msgstr "Juegos"
#: src/fluxer_marketing/components/locale_selector.gleam:122
msgid "German"
@@ -881,11 +881,11 @@ msgstr "Participa"
#: src/fluxer_marketing/pages/plutonium_page.gleam:956
msgid "Get lifetime Plutonium on Fluxer.app plus an Operator Pass for self-hosting. Pay {0} one-time. Available until October 1, 2026 or when {1} slots are claimed."
-msgstr "Consigue Plutonium de por vida en Fluxer.app más un Operator Pass para autoalojamiento. Paga {0} una sola vez. Disponible hasta el 1 de octubre de 2026 o hasta que se agoten las {1} plazas."
+msgstr "Consigue Plutonium de por vida en Fluxer.app y además un Operator Pass para autoalojamiento. Paga {0} una sola vez. Disponible hasta el 1 de octubre de 2026 o hasta que se agoten las {1} plazas."
#: src/fluxer_marketing/components/plutonium_section.gleam:51
msgid "Get more with Fluxer Plutonium"
-msgstr "Saca más partido a Fluxer Plutonium"
+msgstr "Consigue más con Fluxer Plutonium"
#: src/fluxer_marketing/pages/download_page.gleam:316
msgid "Get perks and help fund development"
@@ -906,7 +906,7 @@ msgstr "Acceso global a emojis y stickers"
#: src/fluxer_marketing/components/coming_features.gleam:53
msgid "Global voice regions"
-msgstr "Regiones globales de voz"
+msgstr "Regiones de voz globales"
#: src/fluxer_marketing/pages/not_found_page.gleam:78
msgid "Go home"
@@ -967,11 +967,11 @@ msgstr "Ayúdanos a construir un tipo de plataforma de comunicación diferente:
#: src/fluxer_marketing/pages/donate_page.gleam:89
msgid "Help us build an independent communication platform that puts users first."
-msgstr "Ayúdanos a construir una plataforma de comunicación independiente que ponga a los usuarios primero."
+msgstr "Ayúdanos a construir una plataforma de comunicación independiente que pone a las personas primero."
#: src/fluxer_marketing/pages/plutonium_page.gleam:651
msgid "Higher limits everywhere"
-msgstr "Límites más altos en todo"
+msgstr "Límites más altos en todas partes"
#: src/fluxer_marketing/components/plutonium_section.gleam:92
msgid "Higher limits, exclusive features, and early access to new updates"
@@ -987,7 +987,7 @@ msgstr "Aficionados"
#: src/fluxer_marketing/components/current_features.gleam:85
msgid "Hop in a call with friends or share your screen to work together."
-msgstr "Entra en una llamada con amigos o comparte tu pantalla para colaborar."
+msgstr "Únete a una llamada con amigos o comparte tu pantalla para colaborar."
#: src/fluxer_marketing/components/current_features.gleam:153
msgid "Host your own instance"
@@ -1000,7 +1000,7 @@ msgstr "¿En qué podemos ayudarte?"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:39
msgid "How to install as an app"
-msgstr "Cómo instalar como una app"
+msgstr "Cómo instalarla como app"
#: src/fluxer_marketing/pages/partners_page.gleam:434
msgid "How you plan to use Fluxer with your community"
@@ -1037,18 +1037,18 @@ msgstr "Indonesio"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:59
msgid "Install Fluxer as an app"
-msgstr "Instalar Fluxer como una app"
+msgstr "Instala Fluxer como app"
#: src/fluxer_marketing/components/platform_download_button.gleam:145
#: src/fluxer_marketing/components/platform_download_button.gleam:161
msgid "Intel"
msgstr "Intel"
-#: src/fluxer_marketing/pages/donate_page.gleam:377
+#: src/fluxer_marketing/pages/donate_page.gleam:376
msgid "Is my donation tax-deductible?"
-msgstr "¿Mi donación desgrava?"
+msgstr "¿Se puede desgravar mi donación?"
-#: src/fluxer_marketing/pages/donate_page.gleam:359
+#: src/fluxer_marketing/pages/donate_page.gleam:358
msgid "Is this a subscription?"
msgstr "¿Es una suscripción?"
@@ -1157,7 +1157,7 @@ msgstr "Logo"
#: src/fluxer_marketing/pages/donate_page.gleam:123
msgid "Make a Donation"
-msgstr "Hacer una donación"
+msgstr "Haz una donación"
#: src/fluxer_marketing/components/current_features.gleam:123
msgid "Manage friends and block users"
@@ -1192,7 +1192,7 @@ msgstr "Las apps móviles están en camino"
#: src/fluxer_marketing/components/platform_download_button.gleam:218
#: src/fluxer_marketing/components/platform_download_button.gleam:311
msgid "Mobile apps are underway"
-msgstr "Las apps móviles están en camino"
+msgstr "Las apps móviles están en marcha"
#: src/fluxer_marketing/components/current_features.gleam:105
msgid "Moderation actions and tools"
@@ -1222,11 +1222,11 @@ msgstr "No se han encontrado artículos."
msgid "No results found for"
msgstr "No se han encontrado resultados para"
-#: src/fluxer_marketing/pages/donate_page.gleam:380
+#: src/fluxer_marketing/pages/donate_page.gleam:379
msgid "No, donations to Fluxer are not tax-deductible as we are not a registered charitable organization."
msgstr "No. Las donaciones a Fluxer no desgravan, ya que no somos una entidad benéfica registrada."
-#: src/fluxer_marketing/pages/donate_page.gleam:362
+#: src/fluxer_marketing/pages/donate_page.gleam:361
msgid "No, this is a one-time donation. You choose the amount you want to give, and there are no recurring charges."
msgstr "No. Es una donación puntual. Tú eliges la cantidad que quieres aportar y no hay cargos recurrentes."
@@ -1256,7 +1256,7 @@ msgstr "Insignia numerada que muestra tu estado Visionary"
#: src/fluxer_marketing/pages/plutonium_page.gleam:828
msgid "One-time purchase, lifetime access"
-msgstr "Pago único, acceso de por vida"
+msgstr "Compra única, acceso de por vida"
#: src/fluxer_marketing/components/plutonium_banner.gleam:43
msgid "Only {0} of {1} Visionary lifetime slots left — lifetime Plutonium + Operator Pass"
@@ -1291,7 +1291,7 @@ msgstr "Operator Pass"
#: src/fluxer_marketing/components/coming_features.gleam:31
msgid "Opt-in E2EE messaging"
-msgstr "Mensajería E2EE con opción de participar"
+msgstr "Mensajería cifrada de extremo a extremo (opcional)"
#: src/fluxer_marketing/components/current_features.gleam:74
msgid "Organized channels for communities"
@@ -1299,19 +1299,19 @@ msgstr "Canales organizados para comunidades"
#: src/fluxer_marketing/pages/press_page.gleam:209
msgid "Our carefully selected color palette that represents the Fluxer brand."
-msgstr "Nuestra paleta de colores cuidadosamente seleccionada que representa la marca Fluxer."
+msgstr "Nuestra paleta de colores, cuidadosamente seleccionada, representa la marca Fluxer."
#: src/fluxer_marketing/pages/press_page.gleam:102
msgid "Our full logo including the wordmark. Use this as the primary representation of our brand."
-msgstr "Nuestro logo completo, con el logotipo tipográfico. Úsalo como representación principal de nuestra marca."
+msgstr "Nuestro logo completo, incluido el logotipo tipográfico. Úsalo como representación principal de nuestra marca."
#: src/fluxer_marketing/pages/press_page.gleam:221
msgid "Our primary brand color. Use this for key brand elements and accents."
-msgstr "Nuestro color principal de marca. Úsalo en elementos clave y acentos de la marca."
+msgstr "Nuestro color corporativo principal. Úsalo en elementos clave de la marca y como acento."
#: src/fluxer_marketing/pages/press_page.gleam:156
msgid "Our standalone symbol. Use this only when our brand is clearly visible or well-established elsewhere in the context."
-msgstr "Nuestro símbolo independiente. Úsalo solo cuando la marca ya sea claramente visible o esté bien establecida en otro lugar del contexto."
+msgstr "Nuestro símbolo independiente. Úsalo solo cuando la marca sea claramente visible o esté bien establecida en otra parte del contexto."
#: src/fluxer_marketing/components/communities_section.gleam:106
msgid "Over time, we'd love to explore optional monetization tools that help creators and communities earn, with a small, transparent fee that keeps the app sustainable."
@@ -1331,7 +1331,7 @@ msgstr "Insignia de Partner"
#: src/fluxer_marketing/pages/partners_page.gleam:90
msgid "Partner Perks"
-msgstr "Ventajas de Partners"
+msgstr "Ventajas para Partners"
#: src/fluxer_marketing/components/footer.gleam:121
#: src/fluxer_marketing/components/navigation.gleam:298
@@ -1377,19 +1377,19 @@ msgstr "Prensa"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:246
msgid "Press \"Add to Home Screen\""
-msgstr "Pulsa \"Añadir a la pantalla de inicio"
+msgstr "Pulsa \"Añadir a pantalla de inicio\""
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:249
msgid "Press \"Add\" in the upper-right corner"
-msgstr "Presiona \"Añadir\" en la esquina superior derecha"
+msgstr "Pulsa \"Añadir\" en la esquina superior derecha"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:200
msgid "Press \"Install app\""
-msgstr "Presiona \"Instalar app"
+msgstr "Pulsa \"Instalar aplicación\""
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:301
msgid "Press \"Install\" in the popup that appears"
-msgstr "Presiona \"Instalar\" en el popup que aparece"
+msgstr "Pulsa \"Instalar\" en la ventana emergente que aparece"
#: src/fluxer_marketing/pages/press_page.gleam:45
#: src/fluxer_marketing/pages/press_page.gleam:65
@@ -1402,15 +1402,15 @@ msgstr "Contacto de prensa"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:197
msgid "Press the \"More\" (\\u{22EE}) button in the top-right corner"
-msgstr "Presiona el botón \"Más\" (\\u{22EE}) en la esquina superior derecha"
+msgstr "Pulsa el botón \"Más\" (\\u{22EE}) en la esquina superior derecha"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:243
msgid "Press the Share button (rectangle with upwards-pointing arrow)"
-msgstr "Presiona el botón Compartir (rectángulo con flecha hacia arriba)"
+msgstr "Pulsa el botón Compartir (rectángulo con una flecha hacia arriba)"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:296
msgid "Press the install button (downwards-pointing arrow on monitor) in the address bar"
-msgstr "Presiona el botón de instalar (flecha hacia abajo en el monitor) en la barra de direcciones"
+msgstr "Pulsa el botón de instalar (flecha hacia abajo en un monitor) en la barra de direcciones"
#: src/fluxer_marketing/components/footer.gleam:110
#: src/fluxer_marketing/components/navigation.gleam:93
@@ -1503,11 +1503,11 @@ msgstr "Regístrate ahora"
#: src/fluxer_marketing/components/footer.gleam:311
msgid "Report a bug"
-msgstr "Informar de un error"
+msgstr "Reportar un error"
#: src/fluxer_marketing/components/get_involved_section.gleam:167
msgid "Report bugs"
-msgstr "Informar de errores"
+msgstr "Reportar errores"
#: src/fluxer_marketing/pages/careers_page.gleam:165
msgid "Report people or communities so we can keep Fluxer safe for everyone."
@@ -1548,7 +1548,7 @@ msgstr "Ahorra un 17 %"
#: src/fluxer_marketing/components/current_features.gleam:137
msgid "Save images, videos, GIFs, and audio"
-msgstr "Guarda imágenes, vídeos, GIF y audio"
+msgstr "Guarda imágenes, vídeos, GIFs y audio"
#: src/fluxer_marketing/pages/plutonium_page.gleam:371
msgid "Saved media"
@@ -1655,7 +1655,7 @@ msgstr "Mostrar opciones de descarga"
#: src/fluxer_marketing/pages/plutonium_page.gleam:664
msgid "Show off your Plutonium status with an exclusive badge on your profile."
-msgstr "Muestra tu estatus de Plutonium con una insignia exclusiva en tu perfil."
+msgstr "Luce tu estatus de Plutonium con una insignia exclusiva en tu perfil."
#: src/fluxer_marketing/components/coming_features.gleam:33
msgid "Slash commands"
@@ -1684,7 +1684,7 @@ msgstr "Español (España)"
#: src/fluxer_marketing/pages/download_page.gleam:323
msgid "Sponsor the roadmap for mobile"
-msgstr "Patrocina la hoja de ruta para móvil"
+msgstr "Patrocina la hoja de ruta para móviles"
#: src/fluxer_marketing/components/coming_features.gleam:42
msgid "Stage channels"
@@ -1696,7 +1696,7 @@ msgstr "Destaca con fotos de perfil y banners animados para expresar tu personal
#: src/fluxer_marketing/components/get_involved_section.gleam:127
msgid "Stay updated on news, service status, and what's happening. You can also follow "
-msgstr "Mantente al día de las noticias, el estado del servicio y lo que ocurre. También puedes seguir "
+msgstr "Mantente al día de las novedades, el estado del servicio y lo que está pasando. También puedes seguir "
#: src/fluxer_marketing/pages/help_article_page.gleam:218
#: src/fluxer_marketing/pages/help_article_page.gleam:360
@@ -1790,7 +1790,7 @@ msgstr "Prueba con otras palabras clave o explora nuestras categorías."
#: src/fluxer_marketing/components/hackernews_banner.gleam:75
msgid "Try it without an email at"
-msgstr "Pruébalo sin un correo electrónico en"
+msgstr "Pruébalo sin correo electrónico en"
#: src/fluxer_marketing/components/locale_selector.gleam:147
msgid "Turkish"
@@ -1838,7 +1838,7 @@ msgstr "Sube emojis y stickers personalizados"
#: src/fluxer_marketing/components/platform_download_button.gleam:315
msgid "Use Fluxer in your mobile browser for now"
-msgstr "De momento, usa Fluxer en el navegador del móvil"
+msgstr "De momento, usa Fluxer en el navegador de tu móvil"
#: src/fluxer_marketing/pages/plutonium_page.gleam:378
msgid "Use animated emojis"
@@ -1903,7 +1903,7 @@ msgstr "Formas de contribuir"
#: src/fluxer_marketing/components/get_involved_section.gleam:192
msgid "We appreciate responsible disclosure to security@fluxer.app. We offer Plutonium codes and Bug Hunter badges based on severity."
-msgstr "Agradecemos la divulgación responsable en security@fluxer.app. Ofrecemos códigos de Plutonium e insignias Bug Hunter según la gravedad."
+msgstr "Agradecemos la divulgación responsable a security@fluxer.app. Ofrecemos códigos de Plutonium e insignias Bug Hunter según la gravedad."
#: src/fluxer_marketing/components/final_cta.gleam:56
msgid "We need your support to make this work."
@@ -1931,13 +1931,13 @@ msgstr "Estamos limitando los registros durante la beta. Cuando entres, podrás
#: src/fluxer_marketing/pages/careers_page.gleam:324
msgid "We're still building the business around Fluxer and aren't quite ready for paid roles yet."
-msgstr "Todavía estamos construyendo el negocio alrededor de Fluxer y aún no estamos listos para puestos remunerados."
+msgstr "Todavía estamos construyendo el negocio alrededor de Fluxer y aún no estamos listos para roles remunerados."
#: src/fluxer_marketing/components/current_features.gleam:107
msgid "Webhooks and bot support"
msgstr "Webhooks y soporte para bots"
-#: src/fluxer_marketing/pages/donate_page.gleam:351
+#: src/fluxer_marketing/pages/donate_page.gleam:350
msgid "What does my donation support?"
msgstr "¿Qué financia mi donación?"
@@ -1953,7 +1953,7 @@ msgstr "Lo que hay disponible hoy"
msgid "What's coming next"
msgstr "Lo que viene a continuación"
-#: src/fluxer_marketing/pages/donate_page.gleam:385
+#: src/fluxer_marketing/pages/donate_page.gleam:384
msgid "What's the difference between Individual and Business?"
msgstr "¿Cuál es la diferencia entre Particular y Empresa?"
@@ -1989,7 +1989,7 @@ msgstr "Tu comunidad obtiene el estado verificado para aportar autenticidad y co
msgid "Your community receives increased limits when you need them."
msgstr "Tu comunidad recibe límites ampliados cuando los necesite."
-#: src/fluxer_marketing/pages/donate_page.gleam:354
+#: src/fluxer_marketing/pages/donate_page.gleam:353
msgid "Your donation helps fund Fluxer's infrastructure costs, including servers, bandwidth, storage, and ongoing development of new features. It helps us maintain and improve the platform for everyone."
msgstr "Tu donación ayuda a financiar los costes de infraestructura de Fluxer, incluidos servidores, ancho de banda, almacenamiento y el desarrollo continuo de nuevas funciones. Nos ayuda a mantener y mejorar la plataforma para todos."
@@ -2031,10 +2031,10 @@ msgstr "macOS 10.15 o superior"
#: src/fluxer_marketing/pages/plutonium_page.gleam:1067
msgid "one-time purchase"
-msgstr "pago único"
+msgstr "compra única"
#: src/fluxer_marketing/components/plutonium_section.gleam:68
-#: src/fluxer_marketing/pages/donate_page.gleam:284
+#: src/fluxer_marketing/pages/donate_page.gleam:282
#: src/fluxer_marketing/pages/plutonium_page.gleam:106
#: src/fluxer_marketing/pages/plutonium_page.gleam:230
msgid "or"
@@ -2059,4 +2059,3 @@ msgstr "Quedan {0} de {1} plazas"
#: src/fluxer_marketing/components/footer.gleam:325
msgid "© Fluxer Platform AB (Swedish limited liability company: 559537-3993)"
msgstr "© Fluxer Platform AB (sociedad limitada sueca: 559537-3993)"
-
diff --git a/fluxer_marketing/locales/fi/messages.po b/fluxer_marketing/locales/fi/messages.po
index 9a4f4eb8..5ee2c9d1 100644
--- a/fluxer_marketing/locales/fi/messages.po
+++ b/fluxer_marketing/locales/fi/messages.po
@@ -6,11 +6,11 @@ msgstr ""
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:190
msgid " in Chrome"
-msgstr " Chrome-selaimessa"
+msgstr " Chromessa"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:288
msgid " in Chrome or another browser with PWA support"
-msgstr " Chrome-selaimessa tai muussa selaimessa, jossa on PWA-tuki"
+msgstr " Chromessa tai muussa PWA:tä tukevassa selaimessa"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:236
msgid " in Safari"
@@ -37,15 +37,15 @@ msgstr "/v"
#: src/fluxer_marketing/pages/plutonium_page.gleam:654
msgid "500MB uploads, 4000 character messages, 300 bookmarks, 50 emoji packs, and much more."
-msgstr "500 MB:n lähetykset, 4 000 merkin viestit, 300 kirjanmerkkiä, 50 emojipakettia ja paljon muuta."
+msgstr "500 Mt:n tiedostolähetykset, 4 000 merkin viestit, 300 kirjanmerkkiä, 50 emojipakettia — ja paljon muuta."
#: src/fluxer_marketing/components/communities_section.gleam:86
msgid "A chat platform that answers to you, not investors. It's ad-free, open source, community-funded, and never sells your data or nags you with upgrade pop-ups."
-msgstr "Chat-alusta, joka vastaa käyttäjilleen – ei sijoittajille. Se on mainokseton, avoimen lähdekoodin ja yhteisörahoitteinen, eikä se koskaan myy tietojasi tai hoputa sinua päivitysponnahdusikkunoilla."
+msgstr "Chat-alusta, joka toimii sinun ehdoillasi — ei sijoittajien. Se on mainokseton, avoimen lähdekoodin ja yhteisörahoitteinen, eikä se koskaan myy tietojasi tai tuputa päivityspop-upeilla."
#: src/fluxer_marketing/pages/careers_page.gleam:219
msgid "A non-paid role for recurring contributors who help shape Fluxer alongside the core team."
-msgstr "Palkaton rooli säännöllisille kontribuuttoreille, jotka auttavat muovaamaan Fluxeria ydintiimin rinnalla."
+msgstr "Palkaton rooli säännöllisille osallistujille, jotka auttavat muovaamaan Fluxeria ydintiimin kanssa."
#: src/fluxer_marketing/pages/plutonium_page.gleam:1074
msgid "Access to Fluxer Operators community"
@@ -53,7 +53,7 @@ msgstr "Pääsy Fluxer Operators -yhteisöön"
#: src/fluxer_marketing/pages/partners_page.gleam:225
msgid "Access to VIP voice servers reserved exclusively for partnered communities."
-msgstr "Pääsy VIP-äänipalvelimille, jotka on varattu yksinomaan kumppaniyhteisöille."
+msgstr "Pääsy VIP-äänipalvelimille, jotka on varattu vain kumppaniyhteisöille."
#: src/fluxer_marketing/components/coming_features.gleam:48
msgid "Activity sharing"
@@ -61,7 +61,7 @@ msgstr "Toiminnan jakaminen"
#: src/fluxer_marketing/pages/download_page.gleam:228
msgid "Add Fluxer to your home screen to hide the browser UI."
-msgstr "Lisää Fluxer aloitusnäytölle, jotta selaimen käyttöliittymä piiloutuu."
+msgstr "Lisää Fluxer aloitusnäytölle, niin selaimen käyttöliittymä piiloutuu."
#: src/fluxer_marketing/components/current_features.gleam:133
msgid "Add custom emojis, save media for later, and style the app with custom CSS."
@@ -73,15 +73,19 @@ msgstr "Tarjouksen päätyttyä Operator Pass on edelleen saatavilla erikseen."
#: src/fluxer_marketing/pages/plutonium_page.gleam:843
msgid "All current and future Plutonium benefits, forever"
-msgstr "Kaikki nykyiset ja tulevat Plutonium-edut ikuisesti"
+msgstr "Kaikki nykyiset ja tulevat Plutonium-edut — ikuisesti"
#: src/fluxer_marketing/components/current_features.gleam:55
msgid "All the basics you expect, plus a few things you don't."
-msgstr "Kaikki odottamasi perusasiat – ja muutama, jota et osannut odottaa."
+msgstr "Kaikki odottamasi perusjutut — ja muutama, jota et osannut odottaa."
#: src/fluxer_marketing/components/locale_selector.gleam:102
msgid "All translations are currently LLM-generated with minimal human revision. We'd love to get real people to help us out localizing Fluxer into your language! To do so, shoot an email to i18n@fluxer.app and we'll be happy to accept your contributions."
-msgstr "Kaikki käännökset ovat tällä hetkellä tekoälyn tuottamia ja vain kevyesti ihmisen tarkistamia. Haluaisimme oikeita ihmisiä auttamaan Fluxerin lokalisoinnissa omalle kielellesi! Lähetä sähköpostia osoitteeseen i18n@fluxer.app, niin otamme mielellämme kontribuutiosi vastaan."
+msgstr "Kaikki käännökset ovat toistaiseksi tekoälyn tuottamia ja vain kevyesti ihmisen tarkistamia. Haluaisimme oikeita ihmisiä auttamaan Fluxerin lokalisoinnissa omalle kielellesi! Lähetä sähköpostia osoitteeseen i18n@fluxer.app — otamme mielellämme kontribuutiosi vastaan."
+
+#: src/fluxer_marketing/components/hero.gleam:64
+msgid "An open-source, independent instant messaging and VoIP platform. Built for friends, groups, and communities."
+msgstr "Avoimen lähdekoodin, riippumaton pikaviesti- ja VoIP-alusta. Tehty ystäville, ryhmille ja yhteisöille."
#: src/fluxer_marketing/components/platform_download_button.gleam:524
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:97
@@ -108,11 +112,11 @@ msgstr "Apple Silicon"
#: src/fluxer_marketing/pages/partners_page.gleam:448
msgid "Apply at partners@fluxer.app"
-msgstr "Hae osoitteessa partners@fluxer.app"
+msgstr "Hae: partners@fluxer.app"
#: src/fluxer_marketing/components/get_involved_section.gleam:170
msgid "Approved reports grant access to Fluxer Testers, where you can earn points for Plutonium codes and the Bug Hunter badge."
-msgstr "Hyväksytyt raportit antavat pääsyn Fluxer Testers -yhteisöön, jossa voit kerätä pisteitä Plutonium-koodeja ja Bug Hunter -merkkiä varten."
+msgstr "Hyväksytyistä raporteista saat pääsyn Fluxer Testers -yhteisöön, jossa voit kerätä pisteitä Plutonium-koodeihin ja Bug Hunter -merkkiin."
#: src/fluxer_marketing/components/locale_selector.gleam:118
msgid "Arabic"
@@ -128,9 +132,9 @@ msgstr "Tämän osion artikkelit"
#: src/fluxer_marketing/components/current_features.gleam:106
msgid "Audit logs for transparency"
-msgstr "Audit-lokit läpinäkyvyyden tueksi"
+msgstr "Audit-lokit läpinäkyvyyttä varten"
-#: src/fluxer_marketing/pages/donate_page.gleam:302
+#: src/fluxer_marketing/pages/donate_page.gleam:301
msgid "Available for Swedish bank accounts"
msgstr "Saatavilla ruotsalaisille pankkitileille"
@@ -181,7 +185,7 @@ msgstr "Parempi melunvaimennus"
#: src/fluxer_marketing/pages/plutonium_page.gleam:350
msgid "Bio character limit"
-msgstr "Bion merkkiraja"
+msgstr "Esittelyn merkkiraja"
#: src/fluxer_marketing/pages/press_page.gleam:235
msgid "Black"
@@ -208,9 +212,9 @@ msgstr "Bluesky"
msgid "Bookmarked messages"
msgstr "Kirjanmerkityt viestit"
-#: src/fluxer_marketing/pages/donate_page.gleam:388
+#: src/fluxer_marketing/pages/donate_page.gleam:387
msgid "Both donation types support the same cause equally. The only difference is that Business donations allow you to specify a tax ID (if applicable) and receive a PDF invoice when finalized, which can be useful for company accounting purposes."
-msgstr "Molemmat lahjoitustyypit tukevat samaa asiaa yhtä paljon. Ainoa ero on, että yrityslahjoituksissa voit antaa Y-tunnuksen (tarvittaessa) ja saat vahvistuksen yhteydessä PDF-laskun, mikä voi helpottaa yrityksen kirjanpitoa."
+msgstr "Molemmat lahjoitustyypit tukevat samaa asiaa yhtä paljon. Ainoa ero on, että yrityslahjoituksessa voit antaa Y-tunnuksen (tarvittaessa) ja saat vahvistuksen yhteydessä PDF-laskun, mikä voi helpottaa kirjanpitoa."
#: src/fluxer_marketing/pages/press_page.gleam:200
msgid "Brand Colors"
@@ -230,7 +234,7 @@ msgstr "Selaa artikkeleita"
#: src/fluxer_marketing/pages/help_center_page.gleam:95
msgid "Browse by category"
-msgstr "Selaa kategorian mukaan"
+msgstr "Selaa kategorioittain"
#: src/fluxer_marketing/pages/help_category_page.gleam:65
msgid "Browse help articles about "
@@ -238,11 +242,7 @@ msgstr "Selaa ohjeartikkeleita aiheesta "
#: src/fluxer_marketing/components/communities_section.gleam:44
msgid "Built for communities of all kinds."
-msgstr "Rakennettu kaikenlaisille yhteisöille."
-
-#: src/fluxer_marketing/components/hero.gleam:64
-msgid "Built for friends, groups, and communities. Text, voice, and video. Open source and community-funded."
-msgstr "Tehty ystäville, ryhmille ja yhteisöille. Tekstiä, ääntä ja videota. Avoimen lähdekoodin ja yhteisörahoitteinen."
+msgstr "Tehty kaikenlaisille yhteisöille."
#: src/fluxer_marketing/components/locale_selector.gleam:119
msgid "Bulgarian"
@@ -273,7 +273,7 @@ msgstr "Vaihda kieli"
#: src/fluxer_marketing/components/hero.gleam:59
msgid "Chat that puts you first"
-msgstr "Chat, jossa sinä olet etusijalla"
+msgstr "Chat sinun puolellasi."
#: src/fluxer_marketing/components/locale_selector.gleam:150
msgid "Chinese (Simplified)"
@@ -289,7 +289,7 @@ msgstr "Valitse Linux-jakelu"
#: src/fluxer_marketing/pages/help_category_page.gleam:148
msgid "Choose a guide below or search again if you don't see what you need."
-msgstr "Valitse alta ohje tai hae uudelleen, jos et näe tarvitsemaasi."
+msgstr "Valitse alta ohje tai hae uudelleen, jos et löydä tarvitsemaasi."
#: src/fluxer_marketing/components/platform_download_button.gleam:409
msgid "Choose distribution"
@@ -301,7 +301,7 @@ msgstr "Valitse kieli"
#: src/fluxer_marketing/pages/plutonium_page.gleam:564
msgid "Choose your own 4-digit tag like #0001, #1337, or #9999 to make your username truly unique."
-msgstr "Valitse oma 4-numeroinen tunniste, kuten #0001, #1337 tai #9999, jotta käyttäjänimesi on varmasti uniikki."
+msgstr "Valitse oma 4-numeroinen tunniste, kuten #0001, #1337 tai #9999, niin käyttäjänimesi on varmasti uniikki."
#: src/fluxer_marketing/pages/help_category_page.gleam:136
msgid "Clear search"
@@ -309,7 +309,7 @@ msgstr "Tyhjennä haku"
#: src/fluxer_marketing/pages/download_page.gleam:337
msgid "Code, issues, docs, and reviews"
-msgstr "Koodi, issue-tiketit, dokumentaatio ja katselmoinnit"
+msgstr "Koodi, issue:t, dokumentaatio ja katselmoinnit"
#: src/fluxer_marketing/pages/press_page.gleam:124
msgid "Color Logo"
@@ -377,11 +377,11 @@ msgstr "Yritystiedot"
#: src/fluxer_marketing/components/footer.gleam:278
#: src/fluxer_marketing/components/navigation.gleam:426
msgid "Connect"
-msgstr "Yhteys"
+msgstr "Yhteydet"
#: src/fluxer_marketing/pages/plutonium_page.gleam:1038
msgid "Connect from any client"
-msgstr "Yhdistä millä tahansa clientilla"
+msgstr "Yhdistä millä tahansa asiakasohjelmalla"
#: src/fluxer_marketing/pages/help_article_page.gleam:233
#: src/fluxer_marketing/pages/help_article_page.gleam:375
@@ -390,11 +390,11 @@ msgstr "Ota yhteyttä tukeen"
#: src/fluxer_marketing/components/partner_section.gleam:70
msgid "Content creators and community owners: unlock exclusive perks including free Plutonium, a Partner badge, custom vanity URLs, and more."
-msgstr "Sisällöntuottajat ja yhteisöjen omistajat: avaa käyttöösi eksklusiivisia etuja, kuten ilmainen Plutonium, Partner-merkki, omat vanity-URL-osoitteet ja paljon muuta."
+msgstr "Sisällöntuottajille ja yhteisöjen omistajille: avaa käyttöösi eksklusiivisia etuja, kuten ilmainen Plutonium, Partner-merkki, oma vanity-URL ja paljon muuta."
#: src/fluxer_marketing/components/get_involved_section.gleam:178
msgid "Contribute code"
-msgstr "Kontribuoi koodia"
+msgstr "Osallistu koodiin"
#: src/fluxer_marketing/pages/download_page.gleam:336
msgid "Contribute on GitHub"
@@ -406,15 +406,15 @@ msgstr "Luo tili ja auta meitä rakentamaan jotain hyvää."
#: src/fluxer_marketing/pages/plutonium_page.gleam:1191
msgid "Create your Fluxer account to get that sweet Plutonium while it's hot."
-msgstr "Luo Fluxer-tili ja nappaa se makea Plutonium niin kauan kuin sitä on tarjolla."
+msgstr "Luo Fluxer-tili ja nappaa makea Plutonium niin kauan kuin sitä on tarjolla."
#: src/fluxer_marketing/pages/partners_page.gleam:211
msgid "Creator Monetization"
-msgstr "Tekijöiden ansainta"
+msgstr "Sisällöntuottajien ansainta"
#: src/fluxer_marketing/components/coming_features.gleam:50
msgid "Creator monetization"
-msgstr "Tekijöiden ansainta"
+msgstr "Sisällöntuottajien ansainta"
#: src/fluxer_marketing/components/communities_section.gleam:62
msgid "Creators"
@@ -426,11 +426,11 @@ msgstr "kroatia"
#: src/fluxer_marketing/pages/plutonium_page.gleam:280
msgid "Custom 4-digit username tag"
-msgstr "Mukautettava 4-numeroinen käyttäjänimitunniste"
+msgstr "Mukautettava 4-numeroinen käyttäjätunniste"
#: src/fluxer_marketing/components/current_features.gleam:138
msgid "Custom CSS themes"
-msgstr "Mukautetut CSS-teemat"
+msgstr "Omat CSS-teemat"
#: src/fluxer_marketing/pages/partners_page.gleam:145
msgid "Custom Vanity URL"
@@ -439,7 +439,7 @@ msgstr "Oma vanity-URL"
#: src/fluxer_marketing/pages/plutonium_page.gleam:315
#: src/fluxer_marketing/pages/plutonium_page.gleam:631
msgid "Custom entrance sounds"
-msgstr "Mukautetut liittymisäänet"
+msgstr "Omat liittymisäänet"
#: src/fluxer_marketing/components/plutonium_section.gleam:127
msgid "Custom identity"
@@ -448,27 +448,27 @@ msgstr "Oma identiteetti"
#: src/fluxer_marketing/pages/plutonium_page.gleam:322
#: src/fluxer_marketing/pages/plutonium_page.gleam:641
msgid "Custom notification sounds"
-msgstr "Mukautetut ilmoitusäänet"
+msgstr "Omat ilmoitusäänet"
#: src/fluxer_marketing/pages/plutonium_page.gleam:413
msgid "Custom themes"
-msgstr "Mukautetut teemat"
+msgstr "Omat teemat"
#: src/fluxer_marketing/pages/plutonium_page.gleam:561
msgid "Custom username tag"
-msgstr "Mukautettu käyttäjänimitunniste"
+msgstr "Oma käyttäjätunniste"
#: src/fluxer_marketing/pages/plutonium_page.gleam:308
msgid "Custom video backgrounds"
-msgstr "Mukautetut videotaustat"
+msgstr "Omat videotaustat"
#: src/fluxer_marketing/components/current_features.gleam:130
msgid "Customization"
-msgstr "Mukautus"
+msgstr "Mukauttaminen"
#: src/fluxer_marketing/pages/plutonium_page.gleam:574
msgid "Customize your profile differently for each community you're part of."
-msgstr "Mukauta profiilisi eri tavalla jokaisessa yhteisössä, johon kuulut."
+msgstr "Mukauta profiilisi eri tavalla jokaiseen yhteisöön, jossa olet mukana."
#: src/fluxer_marketing/components/locale_selector.gleam:120
msgid "Czech"
@@ -476,11 +476,11 @@ msgstr "tsekki"
#: src/fluxer_marketing/components/coming_features.gleam:35
msgid "DM folders"
-msgstr "YV-kansiot"
+msgstr "Yksityisviestikansiot"
#: src/fluxer_marketing/components/current_features.gleam:69
msgid "DM your friends, chat with groups, or build communities with channels."
-msgstr "Lähetä YV:itä kavereille, juttele ryhmissä tai rakenna yhteisöjä kanavilla."
+msgstr "Lähetä kavereille yksityisviestejä, juttele ryhmissä tai rakenna yhteisöjä kanavilla."
#: src/fluxer_marketing/components/locale_selector.gleam:121
msgid "Danish"
@@ -488,7 +488,7 @@ msgstr "tanska"
#: src/fluxer_marketing/pages/careers_page.gleam:250
msgid "Design & branding"
-msgstr "Muotoilu ja brändäys"
+msgstr "Muotoilu ja brändi"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:99
msgid "Desktop"
@@ -496,7 +496,7 @@ msgstr "Työpöytä"
#: src/fluxer_marketing/components/footer.gleam:209
msgid "Developer Docs"
-msgstr "Kehittäjädokumentaatio"
+msgstr "Kehittäjäohjeet"
#: src/fluxer_marketing/components/communities_section.gleam:74
msgid "Developers"
@@ -509,7 +509,7 @@ msgstr "Suora yhteys tiimiin"
#: src/fluxer_marketing/pages/plutonium_page.gleam:1076
msgid "Direct team support"
-msgstr "Suora tiimituki"
+msgstr "Suora tuki tiimiltä"
#: src/fluxer_marketing/components/coming_features.gleam:44
msgid "Discovery"
@@ -519,7 +519,7 @@ msgstr "Discovery"
msgid "Display an exclusive Partner badge on your profile to stand out."
msgstr "Näytä profiilissasi ainutlaatuinen Partner-merkki ja erotu joukosta."
-#: src/fluxer_marketing/pages/donate_page.gleam:367
+#: src/fluxer_marketing/pages/donate_page.gleam:366
msgid "Do I get anything in return?"
msgstr "Saanko jotain vastineeksi?"
@@ -548,22 +548,22 @@ msgstr "Lahjoita dollareissa"
msgid "Donate to Fluxer"
msgstr "Lahjoita Fluxerille"
-#: src/fluxer_marketing/pages/donate_page.gleam:298
+#: src/fluxer_marketing/pages/donate_page.gleam:297
msgid "Donate with Swish"
-msgstr "Tee lahjoitus Swishillä"
+msgstr "Lahjoita Swishillä"
-#: src/fluxer_marketing/pages/donate_page.gleam:370
+#: src/fluxer_marketing/pages/donate_page.gleam:369
msgid "Donations are voluntary gifts and do not provide you with any product, service, ownership, or special rights. If you're looking for premium features, check out {0}."
msgstr "Lahjoitukset ovat vapaaehtoisia lahjoja, eivätkä ne tarjoa sinulle mitään tuotetta, palvelua, omistusta tai erityisoikeuksia. Jos etsit premium-ominaisuuksia, tutustu {0}."
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:308
msgid "Done! You can now open Fluxer as if it were a regular program."
-msgstr "Valmis! Voit nyt avata Fluxerin ikään kuin se olisi tavallinen ohjelma."
+msgstr "Valmista! Nyt voit avata Fluxerin kuin tavallisen ohjelman."
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:206
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:256
msgid "Done! You can open Fluxer from your home screen."
-msgstr "Valmis! Voit avata Fluxerin aloitusnäytöltäsi."
+msgstr "Valmista! Voit nyt avata Fluxerin aloitusnäytöltä."
#: src/fluxer_marketing/components/footer.gleam:132
#: src/fluxer_marketing/components/navigation.gleam:84
@@ -590,7 +590,7 @@ msgstr "Lataa Fluxerin logot ja brändimateriaalit sekä ota yhteyttä lehdistö
#: src/fluxer_marketing/components/platform_download_button.gleam:428
#: src/fluxer_marketing/components/platform_download_button.gleam:538
msgid "Download for "
-msgstr "Lataa kohteelle "
+msgstr "Lataa "
#: src/fluxer_marketing/components/platform_download_button.gleam:191
msgid "Download for Windows"
@@ -610,7 +610,7 @@ msgstr "hollanti"
#: src/fluxer_marketing/components/coming_features.gleam:55
msgid "E2EE calls"
-msgstr "Päästä päähän -salatut puhelut"
+msgstr "Päästä päähän salatut puhelut"
#: src/fluxer_marketing/pages/partners_page.gleam:200
msgid "Early Feature Access"
@@ -622,7 +622,7 @@ msgstr "Varhainen pääsy"
#: src/fluxer_marketing/pages/partners_page.gleam:214
msgid "Early access to creator monetization features with lower platform fees than non-partners."
-msgstr "Varhainen pääsy tekijöiden ansaintaominaisuuksiin ja kumppaneille alhaisemmat alustamaksut kuin muille."
+msgstr "Varhainen pääsy ansaintaominaisuuksiin ja kumppaneille alhaisemmat alustamaksut kuin muille."
#: src/fluxer_marketing/pages/plutonium_page.gleam:406
msgid "Early access to new features"
@@ -650,7 +650,7 @@ msgstr "Tapahtumaliput"
#: src/fluxer_marketing/pages/plutonium_page.gleam:1071
msgid "Everything in Free, plus:"
-msgstr "Kaikki Ilmaisessa, lisäksi:"
+msgstr "Kaikki Ilmaisessa — ja lisäksi:"
#: src/fluxer_marketing/pages/partners_page.gleam:233
msgid "Exclusive Merch"
@@ -666,7 +666,7 @@ msgstr "Eksklusiiviset ominaisuudet"
#: src/fluxer_marketing/pages/partners_page.gleam:67
msgid "Exclusive perks and benefits for content creators and large community owners."
-msgstr "Eksklusiivisia etuja ja hyötyjä sisällöntuottajille ja suurten yhteisöjen omistajille."
+msgstr "Eksklusiivisia etuja sisällöntuottajille ja suurten yhteisöjen omistajille."
#: src/fluxer_marketing/pages/plutonium_page.gleam:257
msgid "Feature"
@@ -678,11 +678,11 @@ msgstr "Esillä Discoveryssä"
#: src/fluxer_marketing/components/coming_features.gleam:30
msgid "Federation"
-msgstr "Liitto"
+msgstr "Federaatio"
#: src/fluxer_marketing/pages/plutonium_page.gleam:357
msgid "File upload size"
-msgstr "Tiedoston lähetyskoko"
+msgstr "Tiedostolähetyksen enimmäiskoko"
#: src/fluxer_marketing/components/current_features.gleam:121
msgid "Filter by users, dates, and more"
@@ -706,7 +706,7 @@ msgstr "suomi"
#: src/fluxer_marketing/pages/careers_page.gleam:121
msgid "Fix bugs, ship features, or polish the experience in our main repo."
-msgstr "Korjaa bugeja, julkaise ominaisuuksia tai viimeistele käyttökokemus päärepossamme."
+msgstr "Korjaa bugeja, julkaise ominaisuuksia tai viimeistele käyttökokemusta päärepossamme."
#: src/fluxer_marketing/components/footer.gleam:99
msgid "Fluxer"
@@ -724,7 +724,7 @@ msgstr "Fluxerin yhteisötiimi"
msgid "Fluxer Partner"
msgstr "Fluxer-kumppani"
-#: src/fluxer_marketing/pages/donate_page.gleam:372
+#: src/fluxer_marketing/pages/donate_page.gleam:371
#: src/fluxer_marketing/pages/plutonium_page.gleam:51
#: src/fluxer_marketing/pages/plutonium_page.gleam:76
msgid "Fluxer Plutonium"
@@ -810,7 +810,7 @@ msgstr "Ilmainen vs. Plutonium"
msgid "French"
msgstr "ranska"
-#: src/fluxer_marketing/pages/donate_page.gleam:346
+#: src/fluxer_marketing/pages/donate_page.gleam:345
msgid "Frequently Asked Questions"
msgstr "Usein kysytyt kysymykset"
@@ -881,11 +881,11 @@ msgstr "Tule mukaan"
#: src/fluxer_marketing/pages/plutonium_page.gleam:956
msgid "Get lifetime Plutonium on Fluxer.app plus an Operator Pass for self-hosting. Pay {0} one-time. Available until October 1, 2026 or when {1} slots are claimed."
-msgstr "Hanki elinikäinen Plutonium Fluxer.appiin sekä Operator Pass itsehostaukseen. Maksa {0} kertamaksu. Saatavilla 1. lokakuuta 2026 asti tai kun {1} paikkaa on lunastettu."
+msgstr "Hanki elinikäinen Plutonium Fluxer.appiin sekä Operator Pass itsehostausta varten. Maksa {0} kertamaksuna. Saatavilla 1. lokakuuta 2026 asti tai kun {1} paikkaa on lunastettu."
#: src/fluxer_marketing/components/plutonium_section.gleam:51
msgid "Get more with Fluxer Plutonium"
-msgstr "Enemmän Fluxer Plutoniumilla"
+msgstr "Saa enemmän Fluxer Plutoniumilla"
#: src/fluxer_marketing/pages/download_page.gleam:316
msgid "Get perks and help fund development"
@@ -893,7 +893,7 @@ msgstr "Saa etuja ja tue kehitystä"
#: src/fluxer_marketing/pages/download_page.gleam:237
msgid "Get push notifications when you're away from the app."
-msgstr "Saat push-ilmoitukset, kun olet poissa sovelluksesta."
+msgstr "Saat push-ilmoitukset, kun et ole sovelluksessa."
#: src/fluxer_marketing/components/get_involved_section.gleam:89
msgid "Get updates, see upcoming features, discuss suggestions, and chat with the team."
@@ -906,7 +906,7 @@ msgstr "Pääsy emojeihin ja tarroihin kaikkialla"
#: src/fluxer_marketing/components/coming_features.gleam:53
msgid "Global voice regions"
-msgstr "Globaalit äänialueet"
+msgstr "Maailmanlaajuiset äänialueet"
#: src/fluxer_marketing/pages/not_found_page.gleam:78
msgid "Go home"
@@ -967,7 +967,7 @@ msgstr "Auta meitä rakentamaan toisenlainen viestintäalusta – avoimen lähde
#: src/fluxer_marketing/pages/donate_page.gleam:89
msgid "Help us build an independent communication platform that puts users first."
-msgstr "Auta meitä rakentamaan riippumaton viestintäalusta, joka asettaa käyttäjät etusijalle."
+msgstr "Auta meitä rakentamaan riippumaton viestintäalusta, joka on käyttäjien puolella."
#: src/fluxer_marketing/pages/plutonium_page.gleam:651
msgid "Higher limits everywhere"
@@ -991,7 +991,7 @@ msgstr "Hyppää puheluun kavereiden kanssa tai jaa näyttösi, kun teette yhdes
#: src/fluxer_marketing/components/current_features.gleam:153
msgid "Host your own instance"
-msgstr "Itsehostaa oma instanssi"
+msgstr "Aja omaa instanssiasi"
#: src/fluxer_marketing/pages/help_center_page.gleam:64
#: src/fluxer_marketing/pages/help_search_page.gleam:63
@@ -1000,7 +1000,7 @@ msgstr "Miten voimme auttaa?"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:39
msgid "How to install as an app"
-msgstr "Kuinka asentaa sovelluksena"
+msgstr "Näin asennat sovelluksena"
#: src/fluxer_marketing/pages/partners_page.gleam:434
msgid "How you plan to use Fluxer with your community"
@@ -1044,11 +1044,11 @@ msgstr "Asenna Fluxer sovelluksena"
msgid "Intel"
msgstr "Intel"
-#: src/fluxer_marketing/pages/donate_page.gleam:377
+#: src/fluxer_marketing/pages/donate_page.gleam:376
msgid "Is my donation tax-deductible?"
msgstr "Voinko vähentää lahjoitukseni verotuksessa?"
-#: src/fluxer_marketing/pages/donate_page.gleam:359
+#: src/fluxer_marketing/pages/donate_page.gleam:358
msgid "Is this a subscription?"
msgstr "Onko tämä tilaus?"
@@ -1085,7 +1085,7 @@ msgstr "Liity samanaikaisesti usealta laitteelta"
#: src/fluxer_marketing/pages/partners_page.gleam:47
msgid "Join the Fluxer Partner Program and unlock exclusive benefits for you and your community"
-msgstr "Liity Fluxer Partner Programiin ja avaa käyttöösi eksklusiiviset edut sinulle ja yhteisöllesi"
+msgstr "Liity Fluxer Partner Programiin ja avaa eksklusiiviset edut sinulle ja yhteisöllesi"
#: src/fluxer_marketing/pages/careers_page.gleam:49
msgid "Join the Fluxer community and help build the future of communication through open source and community contributions."
@@ -1222,11 +1222,11 @@ msgstr "Artikkeleita ei löytynyt."
msgid "No results found for"
msgstr "Ei tuloksia haulle"
-#: src/fluxer_marketing/pages/donate_page.gleam:380
+#: src/fluxer_marketing/pages/donate_page.gleam:379
msgid "No, donations to Fluxer are not tax-deductible as we are not a registered charitable organization."
msgstr "Ei. Lahjoitukset Fluxerille eivät ole verovähennyskelpoisia, koska emme ole rekisteröity hyväntekeväisyysjärjestö."
-#: src/fluxer_marketing/pages/donate_page.gleam:362
+#: src/fluxer_marketing/pages/donate_page.gleam:361
msgid "No, this is a one-time donation. You choose the amount you want to give, and there are no recurring charges."
msgstr "Ei. Tämä on kertalahjoitus. Valitset itse summan, eikä siitä tule toistuvia veloituksia."
@@ -1244,7 +1244,7 @@ msgstr "Ei saatavilla"
#: src/fluxer_marketing/pages/plutonium_page.gleam:91
msgid "Note: Plutonium and Visionary benefits only apply to the official Fluxer.app instance, not third-party or self-hosted instances."
-msgstr "Huom: Plutonium- ja Visionary-edut koskevat vain virallista Fluxer.app-instanssia, eivät kolmannen osapuolen tai itsehostattuja instansseja."
+msgstr "Huomio: Plutonium- ja Visionary-edut koskevat vain virallista Fluxer.app-instanssia, eivät kolmannen osapuolen tai itsehostattuja instansseja."
#: src/fluxer_marketing/pages/plutonium_page.gleam:788
msgid "Numbered badge (1-{0}) showing your Visionary status"
@@ -1260,7 +1260,7 @@ msgstr "Kertamaksu, elinikäinen käyttöoikeus"
#: src/fluxer_marketing/components/plutonium_banner.gleam:43
msgid "Only {0} of {1} Visionary lifetime slots left — lifetime Plutonium + Operator Pass"
-msgstr "Vain {0}/{1} Visionaryn elinikäistä paikkaa jäljellä — elinikäinen Plutonium + Operator Pass"
+msgstr "Vain {0}/{1} elinikäistä Visionary-paikkaa jäljellä — elinikäinen Plutonium + Operator Pass"
#: src/fluxer_marketing/components/navigation.gleam:172
msgid "Open Fluxer"
@@ -1291,7 +1291,7 @@ msgstr "Operator Pass"
#: src/fluxer_marketing/components/coming_features.gleam:31
msgid "Opt-in E2EE messaging"
-msgstr "Opt-in E2EE-viestintä"
+msgstr "Valinnainen päästä päähän -salattu viestintä"
#: src/fluxer_marketing/components/current_features.gleam:74
msgid "Organized channels for communities"
@@ -1315,7 +1315,7 @@ msgstr "Erillinen symbolimme. Käytä tätä vain, kun brändimme on muuten kont
#: src/fluxer_marketing/components/communities_section.gleam:106
msgid "Over time, we'd love to explore optional monetization tools that help creators and communities earn, with a small, transparent fee that keeps the app sustainable."
-msgstr "Ajan myötä haluamme tutkia valinnaisia ansaintatyökaluja, jotka auttavat tekijöitä ja yhteisöjä tienaamaan – pienellä, läpinäkyvällä maksulla, joka pitää sovelluksen kestävänä."
+msgstr "Ajan mittaan haluaisimme tutkia valinnaisia ansaintatyökaluja, jotka auttavat tekijöitä ja yhteisöjä tienaamaan — pienellä, läpinäkyvällä maksulla, joka pitää sovelluksen kestävänä."
#: src/fluxer_marketing/pages/not_found_page.gleam:101
msgid "Page Not Found"
@@ -1377,19 +1377,19 @@ msgstr "Lehdistö"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:246
msgid "Press \"Add to Home Screen\""
-msgstr "Paina \"Lisää aloitusnäytölle"
+msgstr "Paina \"Lisää aloitusnäytölle\""
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:249
msgid "Press \"Add\" in the upper-right corner"
-msgstr "Paina \"Lisää\" oikeassa yläkulmassa"
+msgstr "Paina oikeassa yläkulmassa \"Lisää\""
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:200
msgid "Press \"Install app\""
-msgstr "Paina \"Asenna sovellus"
+msgstr "Paina \"Asenna sovellus\""
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:301
msgid "Press \"Install\" in the popup that appears"
-msgstr "Paina \"Asenna\" avautuvassa ikkunassa"
+msgstr "Paina avautuvassa ikkunassa \"Asenna\""
#: src/fluxer_marketing/pages/press_page.gleam:45
#: src/fluxer_marketing/pages/press_page.gleam:65
@@ -1402,7 +1402,7 @@ msgstr "Lehdistöyhteys"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:197
msgid "Press the \"More\" (\\u{22EE}) button in the top-right corner"
-msgstr "Paina \"Enemmän\" (\\u{22EE}) -painiketta oikeassa yläkulmassa"
+msgstr "Paina oikeassa yläkulmassa \"Lisää\" (\\u{22EE}) -painiketta"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:243
msgid "Press the Share button (rectangle with upwards-pointing arrow)"
@@ -1410,7 +1410,7 @@ msgstr "Paina Jaa-painiketta (suorakulmio, jossa ylöspäin osoittava nuoli)"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:296
msgid "Press the install button (downwards-pointing arrow on monitor) in the address bar"
-msgstr "Paina asennuspainiketta (alas osoittava nuoli näytöllä) osoiterivillä"
+msgstr "Paina osoiterivillä olevaa asennuspainiketta (näytön päällä alas osoittava nuoli)"
#: src/fluxer_marketing/components/footer.gleam:110
#: src/fluxer_marketing/components/navigation.gleam:93
@@ -1430,7 +1430,7 @@ msgstr "Tietosuojakäytäntö"
#: src/fluxer_marketing/components/current_features.gleam:73
msgid "Private DMs and group chats"
-msgstr "Yksityiset YV:t ja ryhmächatit"
+msgstr "Yksityisviestit ja ryhmäkeskustelut"
#: src/fluxer_marketing/components/navigation.gleam:270
msgid "Product"
@@ -1503,11 +1503,11 @@ msgstr "Rekisteröidy nyt"
#: src/fluxer_marketing/components/footer.gleam:311
msgid "Report a bug"
-msgstr "Ilmoita bugista"
+msgstr "Ilmoita virheestä"
#: src/fluxer_marketing/components/get_involved_section.gleam:167
msgid "Report bugs"
-msgstr "Ilmoita bugeista"
+msgstr "Ilmoita virheistä"
#: src/fluxer_marketing/pages/careers_page.gleam:165
msgid "Report people or communities so we can keep Fluxer safe for everyone."
@@ -1523,11 +1523,11 @@ msgstr "Resurssit"
#: src/fluxer_marketing/pages/partners_page.gleam:99
msgid "Rewards that recognize your impact, help your community grow, and give you a direct line to the Fluxer team."
-msgstr "Palkinnot, jotka huomioivat vaikutuksesi, auttavat yhteisöäsi kasvamaan ja antavat sinulle suoran yhteyden Fluxer-tiimiin."
+msgstr "Palkinnot, jotka tunnistavat vaikutuksesi, auttavat yhteisöäsi kasvamaan ja antavat sinulle suoran yhteyden Fluxer-tiimiin."
#: src/fluxer_marketing/pages/careers_page.gleam:344
msgid "Right now we're focused on shipping a great product and keeping Fluxer independent and bootstrapped."
-msgstr "Tällä hetkellä keskitymme toimittamaan erinomaisen tuotteen ja pitämään Fluxerin itsenäisenä ja omarahoitteisena."
+msgstr "Tällä hetkellä keskitymme tekemään loistavan tuotteen ja pitämään Fluxerin itsenäisenä ja omarahoitteisena."
#: src/fluxer_marketing/components/locale_selector.gleam:143
msgid "Romanian"
@@ -1535,7 +1535,7 @@ msgstr "romania"
#: src/fluxer_marketing/components/current_features.gleam:149
msgid "Run the Fluxer backend on your own hardware and connect with our apps."
-msgstr "Aja Fluxerin backend omalla raudallasi ja yhdistä siihen sovelluksemme."
+msgstr "Aja Fluxerin taustajärjestelmä omalla laitteistollasi ja yhdistä siihen sovelluksemme."
#: src/fluxer_marketing/components/locale_selector.gleam:144
msgid "Russian"
@@ -1591,7 +1591,7 @@ msgstr "Hae osiosta "
#: src/fluxer_marketing/pages/help_center_page.gleam:65
#: src/fluxer_marketing/pages/help_search_page.gleam:64
msgid "Search our help articles or browse by category."
-msgstr "Hae ohjeartikkeleista tai selaa kategorioita."
+msgstr "Hae ohjeartikkeleista tai selaa kategorioittain."
#: src/fluxer_marketing/pages/help_category_page.gleam:126
msgid "Search results for"
@@ -1611,7 +1611,7 @@ msgstr "Tietoturvaraportit"
#: src/fluxer_marketing/pages/download_page.gleam:232
msgid "See badge counts on the app icon."
-msgstr "Näe ilmoitusmerkkien määrän sovelluskuvakkeessa."
+msgstr "Näe ilmoitusmerkkien määrä sovelluskuvakkeessa."
#: src/fluxer_marketing/pages/partners_page.gleam:312
msgid "See perks"
@@ -1627,7 +1627,7 @@ msgstr "Itsehostaus"
#: src/fluxer_marketing/pages/download_page.gleam:330
msgid "Send a one-time gift"
-msgstr "Lähetä kertalahja"
+msgstr "Anna kertalahja"
#: src/fluxer_marketing/pages/partners_page.gleam:374
msgid "Send us an email with the following information to get started:"
@@ -1639,11 +1639,11 @@ msgstr "Aseta omat äänet, kun liityt äänikanaville, jotta läsnäolosi huoma
#: src/fluxer_marketing/pages/careers_page.gleam:408
msgid "Share a bit about yourself, what you'd like to work on, and links to any relevant work."
-msgstr "Kerro lyhyesti itsestäsi, mitä haluaisit tehdä, ja liitä linkit mahdollisiin relevantteihin töihin."
+msgstr "Kerro lyhyesti itsestäsi, mitä haluaisit tehdä, ja lisää linkit mahdollisiin relevantteihin töihin."
#: src/fluxer_marketing/pages/careers_page.gleam:143
msgid "Share feedback, report bugs, and help make Fluxer welcoming for everyone."
-msgstr "Anna palautetta, ilmoita bugeista ja auta tekemään Fluxerista tervetullut kaikille."
+msgstr "Anna palautetta, ilmoita virheistä ja auta tekemään Fluxerista tervetullut kaikille."
#: src/fluxer_marketing/components/current_features.gleam:75
msgid "Share files and preview links"
@@ -1655,7 +1655,7 @@ msgstr "Näytä latausvaihtoehdot"
#: src/fluxer_marketing/pages/plutonium_page.gleam:664
msgid "Show off your Plutonium status with an exclusive badge on your profile."
-msgstr "Esittele Plutonium-statustasi profiilin eksklusiivisella merkillä."
+msgstr "Näytä Plutonium-statuksesi profiilin eksklusiivisella merkillä."
#: src/fluxer_marketing/components/coming_features.gleam:33
msgid "Slash commands"
@@ -1688,7 +1688,7 @@ msgstr "Rahoita mobiilitiekarttaa"
#: src/fluxer_marketing/components/coming_features.gleam:42
msgid "Stage channels"
-msgstr "Lava-kanavat"
+msgstr "Stage-kanavat"
#: src/fluxer_marketing/pages/plutonium_page.gleam:594
msgid "Stand out with animated profile pictures and banners to express your personality."
@@ -1709,7 +1709,7 @@ msgstr "Tallenna puheluihin jopa 15 videotaustaa. Ei enää aarteenetsintää La
#: src/fluxer_marketing/pages/plutonium_page.gleam:614
msgid "Stream in up to 4K resolution at 60fps so others can see you in stunning clarity."
-msgstr "Striimaa jopa 4K-tarkkuudella 60 fps, jotta muut näkevät sinut häikäisevän selkeästi."
+msgstr "Striimaa jopa 4K-tarkkuudella 60 fps:n nopeudella, jotta muut näkevät sinut huikean selkeästi."
#: src/fluxer_marketing/components/coming_features.gleam:58
msgid "Streamer mode"
@@ -1748,7 +1748,7 @@ msgstr "thai"
#: src/fluxer_marketing/pages/plutonium_page.gleam:998
msgid "The Operator Pass is optional: pay for support and community access."
-msgstr "Operator Pass on valinnainen: maksa tuesta ja yhteisöön pääsystä."
+msgstr "Operator Pass on valinnainen: maksat tuesta ja pääsystä yhteisöön."
#: src/fluxer_marketing/components/coming_features.gleam:89
msgid "The future is being built right now. These features are coming soon."
@@ -1790,7 +1790,7 @@ msgstr "Kokeile eri hakusanoja tai selaa kategorioitamme."
#: src/fluxer_marketing/components/hackernews_banner.gleam:75
msgid "Try it without an email at"
-msgstr "Kokeile sitä ilman sähköpostia osoitteessa"
+msgstr "Kokeile ilman sähköpostia osoitteessa"
#: src/fluxer_marketing/components/locale_selector.gleam:147
msgid "Turkish"
@@ -1822,11 +1822,11 @@ msgstr "Jopa 4K-videolaatu"
#: src/fluxer_marketing/pages/plutonium_page.gleam:54
msgid "Upgrade to Plutonium for $4.99/mo: custom username tags, per-community profiles, message scheduling, 4K streaming, 500MB uploads, and more exclusive features."
-msgstr "Päivitä Plutoniumiin hintaan 4,99 $/kk: mukautetut käyttäjänimitunnisteet, profiilit yhteisöittäin, viestien ajastus, 4K-striimaus, 500 MB:n lähetykset ja lisää eksklusiivisia ominaisuuksia."
+msgstr "Päivitä Plutoniumiin hintaan 4,99 $/kk: omat käyttäjätunnisteet, profiilit yhteisöittäin, viestien ajastus, 4K-striimaus, 500 Mt:n lähetykset ja lisää eksklusiivisia ominaisuuksia."
#: src/fluxer_marketing/pages/plutonium_page.gleam:644
msgid "Upload and use your own notification sounds to personalize your Fluxer experience."
-msgstr "Lähetä ja käytä omia ilmoitusääniäsi ja tee Fluxer-kokemuksesta omannäköisesi."
+msgstr "Lähetä ja käytä omia ilmoitusääniäsi, jotta Fluxer tuntuu omalta."
#: src/fluxer_marketing/pages/partners_page.gleam:181
msgid "Upload animated GIFs as your community's avatar and banner."
@@ -1846,11 +1846,11 @@ msgstr "Käytä animoituja emojeja"
#: src/fluxer_marketing/components/current_features.gleam:154
msgid "Use our desktop client (mobile coming soon)"
-msgstr "Käytä työpöytäsovellustamme (mobiiliversio tulossa pian)"
+msgstr "Käytä työpöytäsovellustamme (mobiili tulossa pian)"
#: src/fluxer_marketing/pages/plutonium_page.gleam:604
msgid "Use your favorite emojis and stickers from any community, anywhere across Fluxer."
-msgstr "Käytä lempiemojeja ja tarroja mistä tahansa yhteisöstä missä tahansa Fluxerissa."
+msgstr "Käytä lempiemojeja ja tarroja mistä tahansa yhteisöstä, missä tahansa Fluxerissa."
#: src/fluxer_marketing/pages/partners_page.gleam:222
msgid "VIP Voice Servers"
@@ -1879,7 +1879,7 @@ msgstr "Näytä kaikki artikkelit"
#: src/fluxer_marketing/components/get_involved_section.gleam:183
#: src/fluxer_marketing/pages/careers_page.gleam:123
msgid "View repository"
-msgstr "Avaa repositorio"
+msgstr "Avaa repo"
#: src/fluxer_marketing/pages/plutonium_page.gleam:822
msgid "Visionary"
@@ -1907,19 +1907,19 @@ msgstr "Arvostamme vastuullista ilmoittamista osoitteeseen security@fluxer.app.
#: src/fluxer_marketing/components/final_cta.gleam:56
msgid "We need your support to make this work."
-msgstr "Tarvitsemme tukeasi, jotta tämä toimii."
+msgstr "Tarvitsemme tukeasi, jotta tämä onnistuu."
#: src/fluxer_marketing/pages/partners_page.gleam:453
msgid "We review all applications and will get back to you as soon as possible."
-msgstr "Käsittelemme kaikki hakemukset ja palaamme sinulle mahdollisimman pian."
+msgstr "Käymme kaikki hakemukset läpi ja palaamme sinulle mahdollisimman pian."
#: src/fluxer_marketing/pages/press_page.gleam:301
msgid "We typically respond within 24 hours during business days."
-msgstr "Vastaamme yleensä 24 tunnin sisällä arkipäivisin."
+msgstr "Vastaamme yleensä 24 tunnin kuluessa arkipäivisin."
#: src/fluxer_marketing/components/get_involved_section.gleam:62
msgid "We're building a complete platform with all the features you'd expect. But we can't do it without your help!"
-msgstr "Rakennamme täyttä alustaa, jossa on kaikki odottamasi ominaisuudet. Mutta emme pysty siihen ilman apuasi!"
+msgstr "Rakennamme täyden alustan kaikilla odottamillasi ominaisuuksilla. Mutta emme pysty siihen ilman apuasi!"
#: src/fluxer_marketing/pages/download_page.gleam:214
msgid "We're building apps for iOS and Android. Until they're ready, Fluxer works in your mobile browser — and we've put a lot of effort into making it feel as app-like as possible."
@@ -1937,7 +1937,7 @@ msgstr "Rakennamme vielä Fluxerin ympärille liiketoimintaa emmekä ole aivan v
msgid "Webhooks and bot support"
msgstr "Webhookit ja bottituki"
-#: src/fluxer_marketing/pages/donate_page.gleam:351
+#: src/fluxer_marketing/pages/donate_page.gleam:350
msgid "What does my donation support?"
msgstr "Mitä lahjoitukseni tukee?"
@@ -1947,13 +1947,13 @@ msgstr "Mitä saat Plutoniumilla"
#: src/fluxer_marketing/components/current_features.gleam:45
msgid "What's available today"
-msgstr "Saatavilla tänään"
+msgstr "Saatavilla nyt"
#: src/fluxer_marketing/components/coming_features.gleam:77
msgid "What's coming next"
-msgstr "Mitä on tulossa seuraavaksi"
+msgstr "Tulossa seuraavaksi"
-#: src/fluxer_marketing/pages/donate_page.gleam:385
+#: src/fluxer_marketing/pages/donate_page.gleam:384
msgid "What's the difference between Individual and Business?"
msgstr "Mitä eroa on Yksityishenkilöllä ja Yrityksellä?"
@@ -1989,7 +1989,7 @@ msgstr "Yhteisösi saa vahvistetun statuksen aitoutta ja luottamusta varten."
msgid "Your community receives increased limits when you need them."
msgstr "Yhteisösi saa korotetut rajat silloin kun niitä tarvitset."
-#: src/fluxer_marketing/pages/donate_page.gleam:354
+#: src/fluxer_marketing/pages/donate_page.gleam:353
msgid "Your donation helps fund Fluxer's infrastructure costs, including servers, bandwidth, storage, and ongoing development of new features. It helps us maintain and improve the platform for everyone."
msgstr "Lahjoituksesi auttaa kattamaan Fluxerin infrastruktuurikustannuksia, kuten palvelimia, kaistanleveyttä, tallennustilaa ja uusien ominaisuuksien jatkuvaa kehitystä. Se auttaa meitä ylläpitämään ja parantamaan alustaa kaikkien hyväksi."
@@ -2034,7 +2034,7 @@ msgid "one-time purchase"
msgstr "kertamaksu"
#: src/fluxer_marketing/components/plutonium_section.gleam:68
-#: src/fluxer_marketing/pages/donate_page.gleam:284
+#: src/fluxer_marketing/pages/donate_page.gleam:282
#: src/fluxer_marketing/pages/plutonium_page.gleam:106
#: src/fluxer_marketing/pages/plutonium_page.gleam:230
msgid "or"
@@ -2046,11 +2046,11 @@ msgstr "RSS-syötettämme"
#: src/fluxer_marketing/pages/help_search_page.gleam:96
msgid "result for"
-msgstr "tulos haulle"
+msgstr "hakutulos haulle"
#: src/fluxer_marketing/pages/help_search_page.gleam:100
msgid "results for"
-msgstr "tulosta haulle"
+msgstr "hakutulokset haulle"
#: src/fluxer_marketing/pages/plutonium_page.gleam:801
msgid "{0} of {1} slots left"
@@ -2059,4 +2059,3 @@ msgstr "{0}/{1} paikkaa jäljellä"
#: src/fluxer_marketing/components/footer.gleam:325
msgid "© Fluxer Platform AB (Swedish limited liability company: 559537-3993)"
msgstr "© Fluxer Platform AB (ruotsalainen osakeyhtiö: 559537-3993)"
-
diff --git a/fluxer_marketing/locales/fr/messages.po b/fluxer_marketing/locales/fr/messages.po
index ea141b11..1407e05a 100644
--- a/fluxer_marketing/locales/fr/messages.po
+++ b/fluxer_marketing/locales/fr/messages.po
@@ -6,15 +6,15 @@ msgstr ""
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:190
msgid " in Chrome"
-msgstr "dans Chrome"
+msgstr " dans Chrome"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:288
msgid " in Chrome or another browser with PWA support"
-msgstr "dans Chrome ou un autre navigateur avec support PWA"
+msgstr " dans Chrome ou un autre navigateur compatible PWA"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:236
msgid " in Safari"
-msgstr "dans Safari"
+msgstr " dans Safari"
#: src/fluxer_marketing/pages/plutonium_page.gleam:1032
msgid "/forever"
@@ -37,15 +37,15 @@ msgstr "/an"
#: src/fluxer_marketing/pages/plutonium_page.gleam:654
msgid "500MB uploads, 4000 character messages, 300 bookmarks, 50 emoji packs, and much more."
-msgstr "Envois jusqu’à 500 Mo, messages de 4 000 caractères, 300 favoris, 50 packs d’émojis, et bien plus encore."
+msgstr "Envois de fichiers jusqu’à 500 Mo, messages jusqu’à 4 000 caractères, 300 favoris, 50 packs d’émojis, et bien plus encore."
#: src/fluxer_marketing/components/communities_section.gleam:86
msgid "A chat platform that answers to you, not investors. It's ad-free, open source, community-funded, and never sells your data or nags you with upgrade pop-ups."
-msgstr "Une plateforme de discussion qui répond à ses utilisateurs, pas aux investisseurs. Sans pub, open source, financée par la communauté, et qui ne vend jamais vos données ni ne vous harcèle avec des pop-ups de mise à niveau."
+msgstr "Une plateforme de messagerie qui rend des comptes aux utilisateurs, pas aux investisseurs. Sans publicité, open source, financée par la communauté, elle ne vend jamais vos données et ne vous harcèle pas avec des pop-ups de mise à niveau."
#: src/fluxer_marketing/pages/careers_page.gleam:219
msgid "A non-paid role for recurring contributors who help shape Fluxer alongside the core team."
-msgstr "Un rôle non rémunéré pour les contributeurs réguliers qui aident à façonner Fluxer aux côtés de l’équipe cœur."
+msgstr "Un rôle bénévole pour les contributeurs réguliers qui aident à façonner Fluxer aux côtés de l’équipe principale."
#: src/fluxer_marketing/pages/plutonium_page.gleam:1074
msgid "Access to Fluxer Operators community"
@@ -65,7 +65,7 @@ msgstr "Ajoutez Fluxer à votre écran d’accueil pour masquer l’interface du
#: src/fluxer_marketing/components/current_features.gleam:133
msgid "Add custom emojis, save media for later, and style the app with custom CSS."
-msgstr "Ajoutez des émojis personnalisés, enregistrez des médias pour plus tard et personnalisez l’appli avec du CSS."
+msgstr "Ajoutez des émojis personnalisés, enregistrez des médias pour plus tard et personnalisez l’app avec du CSS."
#: src/fluxer_marketing/pages/plutonium_page.gleam:1124
msgid "After the offer ends, Operator Pass stays available on its own."
@@ -77,11 +77,15 @@ msgstr "Tous les avantages Plutonium actuels et futurs, à vie"
#: src/fluxer_marketing/components/current_features.gleam:55
msgid "All the basics you expect, plus a few things you don't."
-msgstr "Tout l’essentiel que vous attendez, plus quelques extras inattendus."
+msgstr "Tout l’essentiel que vous attendez — et quelques surprises en plus."
#: src/fluxer_marketing/components/locale_selector.gleam:102
msgid "All translations are currently LLM-generated with minimal human revision. We'd love to get real people to help us out localizing Fluxer into your language! To do so, shoot an email to i18n@fluxer.app and we'll be happy to accept your contributions."
-msgstr "Toutes les traductions sont actuellement générées par LLM avec très peu de révision humaine. Nous aimerions que de vraies personnes nous aident à localiser Fluxer dans votre langue ! Pour participer, envoyez un e-mail à i18n@fluxer.app et nous serons ravis d’accepter vos contributions."
+msgstr "Toutes les traductions sont actuellement générées par une IA (LLM), avec très peu de relecture humaine. Nous aimerions que de vraies personnes nous aident à localiser Fluxer dans votre langue ! Pour participer, envoyez un e-mail à i18n@fluxer.app et nous serons ravis d’accepter vos contributions."
+
+#: src/fluxer_marketing/components/hero.gleam:64
+msgid "An open-source, independent instant messaging and VoIP platform. Built for friends, groups, and communities."
+msgstr "Une plateforme de messagerie instantanée et de VoIP indépendante et open source. Conçue pour les amis, les groupes et les communautés."
#: src/fluxer_marketing/components/platform_download_button.gleam:524
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:97
@@ -108,7 +112,7 @@ msgstr "Apple Silicon"
#: src/fluxer_marketing/pages/partners_page.gleam:448
msgid "Apply at partners@fluxer.app"
-msgstr "Postulez à partners@fluxer.app"
+msgstr "Postulez via partners@fluxer.app"
#: src/fluxer_marketing/components/get_involved_section.gleam:170
msgid "Approved reports grant access to Fluxer Testers, where you can earn points for Plutonium codes and the Bug Hunter badge."
@@ -130,7 +134,7 @@ msgstr "Articles de cette section"
msgid "Audit logs for transparency"
msgstr "Journaux d’audit pour plus de transparence"
-#: src/fluxer_marketing/pages/donate_page.gleam:302
+#: src/fluxer_marketing/pages/donate_page.gleam:301
msgid "Available for Swedish bank accounts"
msgstr "Disponible pour les comptes bancaires suédois"
@@ -149,7 +153,7 @@ msgstr "Retour au centre d’aide"
#: src/fluxer_marketing/pages/plutonium_page.gleam:674
msgid "Be the first to try new features before they're released to everyone else."
-msgstr "Soyez le premier à essayer les nouvelles fonctionnalités avant leur sortie pour tout le monde."
+msgstr "Soyez parmi les premiers à essayer les nouvelles fonctionnalités avant leur sortie pour tout le monde."
#: src/fluxer_marketing/components/partner_section.gleam:64
#: src/fluxer_marketing/pages/careers_page.gleam:173
@@ -177,7 +181,7 @@ msgstr "Bêta"
#: src/fluxer_marketing/components/coming_features.gleam:54
msgid "Better noise cancellation"
-msgstr "Meilleure réduction de bruit"
+msgstr "Meilleure réduction du bruit"
#: src/fluxer_marketing/pages/plutonium_page.gleam:350
msgid "Bio character limit"
@@ -206,11 +210,11 @@ msgstr "Bluesky"
#: src/fluxer_marketing/pages/plutonium_page.gleam:343
msgid "Bookmarked messages"
-msgstr "Messages en favoris"
+msgstr "Messages mis en favoris"
-#: src/fluxer_marketing/pages/donate_page.gleam:388
+#: src/fluxer_marketing/pages/donate_page.gleam:387
msgid "Both donation types support the same cause equally. The only difference is that Business donations allow you to specify a tax ID (if applicable) and receive a PDF invoice when finalized, which can be useful for company accounting purposes."
-msgstr "Les deux types de don soutiennent exactement la même cause. La seule différence est que les dons Entreprise vous permettent d’indiquer un identifiant fiscal (si applicable) et de recevoir une facture PDF une fois le don finalisé, ce qui peut être utile pour la comptabilité."
+msgstr "Les deux types de don soutiennent la même cause. La seule différence : les dons d’entreprise vous permettent d’indiquer un identifiant fiscal (si applicable) et de recevoir une facture PDF une fois le don finalisé, ce qui peut être utile pour la comptabilité."
#: src/fluxer_marketing/pages/press_page.gleam:200
msgid "Brand Colors"
@@ -238,11 +242,7 @@ msgstr "Parcourir les articles d’aide sur "
#: src/fluxer_marketing/components/communities_section.gleam:44
msgid "Built for communities of all kinds."
-msgstr "Conçu pour des communautés de tous horizons."
-
-#: src/fluxer_marketing/components/hero.gleam:64
-msgid "Built for friends, groups, and communities. Text, voice, and video. Open source and community-funded."
-msgstr "Conçu pour les amis, les groupes et les communautés. Texte, voix et vidéo. Open source et financé par la communauté."
+msgstr "Conçu pour toutes les communautés."
#: src/fluxer_marketing/components/locale_selector.gleam:119
msgid "Bulgarian"
@@ -273,7 +273,7 @@ msgstr "Changer de langue"
#: src/fluxer_marketing/components/hero.gleam:59
msgid "Chat that puts you first"
-msgstr "Une messagerie qui vous met en priorité"
+msgstr "La messagerie de votre côté."
#: src/fluxer_marketing/components/locale_selector.gleam:150
msgid "Chinese (Simplified)"
@@ -309,7 +309,7 @@ msgstr "Effacer la recherche"
#: src/fluxer_marketing/pages/download_page.gleam:337
msgid "Code, issues, docs, and reviews"
-msgstr "Code, issues, docs et revues"
+msgstr "Code, issues, docs et revues de code"
#: src/fluxer_marketing/pages/press_page.gleam:124
msgid "Color Logo"
@@ -331,7 +331,7 @@ msgstr "Bientôt disponible"
#: src/fluxer_marketing/pages/plutonium_page.gleam:367
#: src/fluxer_marketing/pages/plutonium_page.gleam:586
msgid "Coming soon"
-msgstr "Arrivée bientôt"
+msgstr "Bientôt disponible"
#: src/fluxer_marketing/pages/plutonium_page.gleam:329
msgid "Communities"
@@ -349,7 +349,7 @@ msgstr "Règles de la communauté"
#: src/fluxer_marketing/pages/partners_page.gleam:134
msgid "Community Verification"
-msgstr "Vérification de communauté"
+msgstr "Vérification de la communauté"
#: src/fluxer_marketing/pages/plutonium_page.gleam:1040
msgid "Community support"
@@ -386,11 +386,11 @@ msgstr "Connexion depuis n’importe quel client"
#: src/fluxer_marketing/pages/help_article_page.gleam:233
#: src/fluxer_marketing/pages/help_article_page.gleam:375
msgid "Contact Support"
-msgstr "Contacter le support"
+msgstr "Contacter l’assistance"
#: src/fluxer_marketing/components/partner_section.gleam:70
msgid "Content creators and community owners: unlock exclusive perks including free Plutonium, a Partner badge, custom vanity URLs, and more."
-msgstr "Créateurs de contenu et responsables de communauté : débloquez des avantages exclusifs, dont Plutonium gratuit, un badge Partenaire, des URLs personnalisées, et plus encore."
+msgstr "Créateurs de contenu et responsables de communauté : débloquez des avantages exclusifs, dont Plutonium gratuit, un badge Partenaire, des URL personnalisées, et plus encore."
#: src/fluxer_marketing/components/get_involved_section.gleam:178
msgid "Contribute code"
@@ -406,7 +406,7 @@ msgstr "Créez un compte et aidez-nous à construire quelque chose de bien."
#: src/fluxer_marketing/pages/plutonium_page.gleam:1191
msgid "Create your Fluxer account to get that sweet Plutonium while it's hot."
-msgstr "Créez votre compte Fluxer pour profiter de ce Plutonium tant qu’il est disponible."
+msgstr "Créez votre compte Fluxer et profitez de Plutonium tant que l’offre est là."
#: src/fluxer_marketing/pages/partners_page.gleam:211
msgid "Creator Monetization"
@@ -488,7 +488,7 @@ msgstr "Danois"
#: src/fluxer_marketing/pages/careers_page.gleam:250
msgid "Design & branding"
-msgstr "Design & identité de marque"
+msgstr "Design et identité de marque"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:99
msgid "Desktop"
@@ -509,7 +509,7 @@ msgstr "Accès direct à l’équipe"
#: src/fluxer_marketing/pages/plutonium_page.gleam:1076
msgid "Direct team support"
-msgstr "Support direct de l’équipe"
+msgstr "Assistance directe de l’équipe"
#: src/fluxer_marketing/components/coming_features.gleam:44
msgid "Discovery"
@@ -519,7 +519,7 @@ msgstr "Découverte"
msgid "Display an exclusive Partner badge on your profile to stand out."
msgstr "Affichez un badge Partenaire exclusif sur votre profil pour vous démarquer."
-#: src/fluxer_marketing/pages/donate_page.gleam:367
+#: src/fluxer_marketing/pages/donate_page.gleam:366
msgid "Do I get anything in return?"
msgstr "Est-ce que je reçois quelque chose en échange ?"
@@ -548,22 +548,22 @@ msgstr "Faire un don en USD"
msgid "Donate to Fluxer"
msgstr "Faire un don à Fluxer"
-#: src/fluxer_marketing/pages/donate_page.gleam:298
+#: src/fluxer_marketing/pages/donate_page.gleam:297
msgid "Donate with Swish"
-msgstr "Faites un don avec Swish"
+msgstr "Faire un don avec Swish"
-#: src/fluxer_marketing/pages/donate_page.gleam:370
+#: src/fluxer_marketing/pages/donate_page.gleam:369
msgid "Donations are voluntary gifts and do not provide you with any product, service, ownership, or special rights. If you're looking for premium features, check out {0}."
msgstr "Les dons sont des contributions volontaires et ne vous donnent droit à aucun produit, service, titre de propriété ni avantage particulier. Si vous cherchez des fonctionnalités premium, découvrez {0}."
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:308
msgid "Done! You can now open Fluxer as if it were a regular program."
-msgstr "Fait ! Vous pouvez maintenant ouvrir Fluxer comme s'il s'agissait d'un programme ordinaire."
+msgstr "C’est fait ! Vous pouvez maintenant ouvrir Fluxer comme une application classique."
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:206
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:256
msgid "Done! You can open Fluxer from your home screen."
-msgstr "Fait ! Vous pouvez ouvrir Fluxer depuis votre écran d'accueil."
+msgstr "C’est fait ! Vous pouvez ouvrir Fluxer depuis votre écran d’accueil."
#: src/fluxer_marketing/components/footer.gleam:132
#: src/fluxer_marketing/components/navigation.gleam:84
@@ -581,7 +581,7 @@ msgstr "Télécharger Fluxer"
#: src/fluxer_marketing/pages/download_page.gleam:49
msgid "Download Fluxer for Windows, macOS, and Linux. Mobile apps are underway."
-msgstr "Téléchargez Fluxer pour Windows, macOS et Linux. Les applis mobiles arrivent."
+msgstr "Téléchargez Fluxer pour Windows, macOS et Linux. Les applis mobiles sont en cours de développement."
#: src/fluxer_marketing/pages/press_page.gleam:48
msgid "Download Fluxer logos, brand assets, and get in touch with our press team"
@@ -650,7 +650,7 @@ msgstr "Billets d’événements"
#: src/fluxer_marketing/pages/plutonium_page.gleam:1071
msgid "Everything in Free, plus:"
-msgstr "Tout ce qui est inclus dans Gratuit, plus :"
+msgstr "Tout ce qui est inclus dans l’offre gratuite, plus :"
#: src/fluxer_marketing/pages/partners_page.gleam:233
msgid "Exclusive Merch"
@@ -674,7 +674,7 @@ msgstr "Fonctionnalité"
#: src/fluxer_marketing/pages/partners_page.gleam:167
msgid "Featured in Discovery"
-msgstr "Mis en avant dans Découverte"
+msgstr "Mis en avant dans la Découverte"
#: src/fluxer_marketing/components/coming_features.gleam:30
msgid "Federation"
@@ -682,11 +682,11 @@ msgstr "Fédération"
#: src/fluxer_marketing/pages/plutonium_page.gleam:357
msgid "File upload size"
-msgstr "Taille d’envoi de fichiers"
+msgstr "Taille maximale d’envoi"
#: src/fluxer_marketing/components/current_features.gleam:121
msgid "Filter by users, dates, and more"
-msgstr "Filtrez par utilisateurs, dates, et plus encore"
+msgstr "Filtrez par utilisateurs, dates et plus encore"
#: src/fluxer_marketing/pages/help_center_page.gleam:49
msgid "Find answers to common questions and learn how to use Fluxer."
@@ -694,7 +694,7 @@ msgstr "Trouvez des réponses aux questions courantes et apprenez à utiliser Fl
#: src/fluxer_marketing/components/current_features.gleam:117
msgid "Find old messages or jump between communities and channels in seconds."
-msgstr "Retrouvez d’anciens messages ou passez d’une communauté et d’un salon à l’autre en quelques secondes."
+msgstr "Retrouvez d’anciens messages ou passez d’une communauté à l’autre et d’un salon à l’autre en quelques secondes."
#: src/fluxer_marketing/pages/help_center_page.gleam:104
msgid "Find step-by-step guides and answers, organized by topic."
@@ -724,7 +724,7 @@ msgstr "Équipe communauté Fluxer"
msgid "Fluxer Partner"
msgstr "Partenaire Fluxer"
-#: src/fluxer_marketing/pages/donate_page.gleam:372
+#: src/fluxer_marketing/pages/donate_page.gleam:371
#: src/fluxer_marketing/pages/plutonium_page.gleam:51
#: src/fluxer_marketing/pages/plutonium_page.gleam:76
msgid "Fluxer Plutonium"
@@ -740,11 +740,11 @@ msgstr "Conditions d’utilisation Fluxer"
#: src/fluxer_marketing/pages/careers_page.gleam:105
msgid "Fluxer is built in the open. Pick the path that fits how you like to help."
-msgstr "Fluxer est développé au grand jour. Choisissez la voie qui correspond à la façon dont vous aimez aider."
+msgstr "Fluxer est développé au grand jour. Choisissez la façon de contribuer qui vous convient."
#: src/fluxer_marketing/pages/download_page.gleam:303
msgid "Fluxer is community-funded. If you'd like to help support iOS and Android development:"
-msgstr "Fluxer est financé par la communauté. Si vous souhaitez aider à soutenir le développement iOS et Android :"
+msgstr "Fluxer est financé par la communauté. Si vous souhaitez soutenir le développement iOS et Android :"
#: src/fluxer_marketing/pages/plutonium_page.gleam:991
msgid "Fluxer is free and open source. Anyone can self-host for free."
@@ -804,13 +804,13 @@ msgstr "Auto-hébergement gratuit"
#: src/fluxer_marketing/pages/plutonium_page.gleam:152
msgid "Free vs Plutonium"
-msgstr "Gratuit vs Plutonium"
+msgstr "Gratuit ou Plutonium"
#: src/fluxer_marketing/components/locale_selector.gleam:129
msgid "French"
msgstr "Français"
-#: src/fluxer_marketing/pages/donate_page.gleam:346
+#: src/fluxer_marketing/pages/donate_page.gleam:345
msgid "Frequently Asked Questions"
msgstr "Foire aux questions"
@@ -845,7 +845,7 @@ msgstr "Allemand"
#: src/fluxer_marketing/pages/plutonium_page.gleam:430
msgid "Get Plutonium"
-msgstr "Obtenir Plutonium"
+msgstr "Passer à Plutonium"
#: src/fluxer_marketing/components/plutonium_banner.gleam:79
msgid "Get Visionary"
@@ -861,7 +861,7 @@ msgstr "Obtenez une URL personnalisée exclusive, comme fluxer.gg/votrecommunaut
#: src/fluxer_marketing/pages/partners_page.gleam:236
msgid "Get exclusive Fluxer Partner-only merchandise and swag."
-msgstr "Obtenez des produits dérivés et goodies Fluxer réservés aux partenaires."
+msgstr "Obtenez des produits dérivés et des goodies Fluxer réservés aux partenaires."
#: src/fluxer_marketing/pages/partners_page.gleam:115
msgid "Get free Plutonium for your account to enjoy all premium features."
@@ -881,7 +881,7 @@ msgstr "Participer"
#: src/fluxer_marketing/pages/plutonium_page.gleam:956
msgid "Get lifetime Plutonium on Fluxer.app plus an Operator Pass for self-hosting. Pay {0} one-time. Available until October 1, 2026 or when {1} slots are claimed."
-msgstr "Obtenez Plutonium à vie sur Fluxer.app ainsi qu’un Operator Pass pour l’auto-hébergement. Payez {0} en une seule fois. Offre disponible jusqu’au 1er octobre 2026 ou jusqu’à ce que les {1} places soient prises."
+msgstr "Obtenez Plutonium à vie sur Fluxer.app ainsi qu’un Operator Pass pour l’auto-hébergement. Payez {0} en une seule fois. Offre disponible jusqu’au 1er octobre 2026 ou jusqu’à épuisement des {1} places."
#: src/fluxer_marketing/components/plutonium_section.gleam:51
msgid "Get more with Fluxer Plutonium"
@@ -893,7 +893,7 @@ msgstr "Obtenez des avantages et aidez à financer le développement"
#: src/fluxer_marketing/pages/download_page.gleam:237
msgid "Get push notifications when you're away from the app."
-msgstr "Recevez des notifications push quand vous n’êtes pas dans l’appli."
+msgstr "Recevez des notifications push quand vous n’êtes pas dans l’app."
#: src/fluxer_marketing/components/get_involved_section.gleam:89
msgid "Get updates, see upcoming features, discuss suggestions, and chat with the team."
@@ -906,7 +906,7 @@ msgstr "Accès global aux émojis et stickers"
#: src/fluxer_marketing/components/coming_features.gleam:53
msgid "Global voice regions"
-msgstr "Régions vocales globales"
+msgstr "Régions vocales mondiales"
#: src/fluxer_marketing/pages/not_found_page.gleam:78
msgid "Go home"
@@ -914,7 +914,7 @@ msgstr "Retour à l’accueil"
#: src/fluxer_marketing/components/current_features.gleam:104
msgid "Granular roles and permissions"
-msgstr "Rôles et permissions granulaires"
+msgstr "Rôles et permissions détaillés"
#: src/fluxer_marketing/components/locale_selector.gleam:123
msgid "Greek"
@@ -922,7 +922,7 @@ msgstr "Grec"
#: src/fluxer_marketing/pages/press_page.gleam:285
msgid "Have a story about Fluxer? Need more information or high-resolution assets?"
-msgstr "Vous avez une histoire à raconter sur Fluxer ? Besoin de plus d’infos ou d’assets en haute résolution ?"
+msgstr "Vous avez une histoire à raconter sur Fluxer ? Besoin de plus d’informations ou d’assets en haute résolution ?"
#: src/fluxer_marketing/components/locale_selector.gleam:130
msgid "Hebrew"
@@ -946,7 +946,7 @@ msgstr "Centre d’aide"
#: src/fluxer_marketing/pages/download_page.gleam:291
msgid "Help make the mobile app a reality"
-msgstr "Aidez à rendre l’app mobile possible"
+msgstr "Aidez-nous à rendre l’app mobile possible"
#: src/fluxer_marketing/components/footer.gleam:66
#: src/fluxer_marketing/pages/donate_page.gleam:53
@@ -967,7 +967,7 @@ msgstr "Aidez-nous à construire une autre forme de plateforme de communication
#: src/fluxer_marketing/pages/donate_page.gleam:89
msgid "Help us build an independent communication platform that puts users first."
-msgstr "Aidez-nous à construire une plateforme de communication indépendante qui met les utilisateurs en premier."
+msgstr "Aidez-nous à construire une plateforme de communication indépendante qui place les utilisateurs au centre."
#: src/fluxer_marketing/pages/plutonium_page.gleam:651
msgid "Higher limits everywhere"
@@ -983,11 +983,11 @@ msgstr "Hindi"
#: src/fluxer_marketing/components/communities_section.gleam:72
msgid "Hobbyists"
-msgstr "Amateurs"
+msgstr "Passionnés"
#: src/fluxer_marketing/components/current_features.gleam:85
msgid "Hop in a call with friends or share your screen to work together."
-msgstr "Passez un appel avec des amis ou partagez votre écran pour travailler ensemble."
+msgstr "Lancez un appel avec des amis ou partagez votre écran pour travailler ensemble."
#: src/fluxer_marketing/components/current_features.gleam:153
msgid "Host your own instance"
@@ -1000,7 +1000,7 @@ msgstr "Comment pouvons-nous vous aider ?"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:39
msgid "How to install as an app"
-msgstr "Comment installer en tant qu'application"
+msgstr "Comment l’installer comme application"
#: src/fluxer_marketing/pages/partners_page.gleam:434
msgid "How you plan to use Fluxer with your community"
@@ -1012,12 +1012,12 @@ msgstr "Hongrois"
#: src/fluxer_marketing/components/footer.gleam:329
msgid "IP geolocation data by "
-msgstr "Données de géolocalisation IP par "
+msgstr "Données de géolocalisation IP fournies par "
#: src/fluxer_marketing/pages/help_article_page.gleam:223
#: src/fluxer_marketing/pages/help_article_page.gleam:365
msgid "If you couldn't find what you're looking for, our support team is here to help."
-msgstr "Si vous n’avez pas trouvé ce que vous cherchiez, notre équipe support est là pour vous aider."
+msgstr "Si vous n’avez pas trouvé ce que vous cherchiez, notre équipe d’assistance est là pour vous aider."
#: src/fluxer_marketing/pages/careers_page.gleam:176
msgid "If you're a creator or community owner, explore the Partner program and its perks."
@@ -1037,18 +1037,18 @@ msgstr "Indonésien"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:59
msgid "Install Fluxer as an app"
-msgstr "Installer Fluxer en tant qu'application"
+msgstr "Installer Fluxer comme application"
#: src/fluxer_marketing/components/platform_download_button.gleam:145
#: src/fluxer_marketing/components/platform_download_button.gleam:161
msgid "Intel"
msgstr "Intel"
-#: src/fluxer_marketing/pages/donate_page.gleam:377
+#: src/fluxer_marketing/pages/donate_page.gleam:376
msgid "Is my donation tax-deductible?"
msgstr "Mon don est-il déductible des impôts ?"
-#: src/fluxer_marketing/pages/donate_page.gleam:359
+#: src/fluxer_marketing/pages/donate_page.gleam:358
msgid "Is this a subscription?"
msgstr "Est-ce un abonnement ?"
@@ -1208,7 +1208,7 @@ msgstr "Le plus populaire"
#: src/fluxer_marketing/components/current_features.gleam:91
msgid "Mute, deafen, and camera controls"
-msgstr "Sourdine, mode sourd et commandes de caméra"
+msgstr "Sourdine, mode sourd et contrôle de la caméra"
#: src/fluxer_marketing/pages/help_search_page.gleam:135
msgid "No articles found"
@@ -1222,17 +1222,17 @@ msgstr "Aucun article trouvé."
msgid "No results found for"
msgstr "Aucun résultat pour"
-#: src/fluxer_marketing/pages/donate_page.gleam:380
+#: src/fluxer_marketing/pages/donate_page.gleam:379
msgid "No, donations to Fluxer are not tax-deductible as we are not a registered charitable organization."
msgstr "Non, les dons à Fluxer ne sont pas déductibles des impôts, car nous ne sommes pas une organisation caritative reconnue."
-#: src/fluxer_marketing/pages/donate_page.gleam:362
+#: src/fluxer_marketing/pages/donate_page.gleam:361
msgid "No, this is a one-time donation. You choose the amount you want to give, and there are no recurring charges."
msgstr "Non, c’est un don ponctuel. Vous choisissez le montant, et il n’y a aucun prélèvement récurrent."
#: src/fluxer_marketing/components/current_features.gleam:90
msgid "Noise suppression and echo cancellation"
-msgstr "Réduction de bruit et suppression de l’écho"
+msgstr "Réduction du bruit et annulation de l’écho"
#: src/fluxer_marketing/components/locale_selector.gleam:140
msgid "Norwegian"
@@ -1256,11 +1256,11 @@ msgstr "Badge numéroté indiquant votre statut Visionary"
#: src/fluxer_marketing/pages/plutonium_page.gleam:828
msgid "One-time purchase, lifetime access"
-msgstr "Achat unique, accès à vie"
+msgstr "Paiement unique, accès à vie"
#: src/fluxer_marketing/components/plutonium_banner.gleam:43
msgid "Only {0} of {1} Visionary lifetime slots left — lifetime Plutonium + Operator Pass"
-msgstr "Il ne reste que {0} places Visionary à vie sur {1} — Plutonium à vie + Operator Pass"
+msgstr "Plus que {0} places Visionary à vie restantes sur {1} — Plutonium à vie + Operator Pass"
#: src/fluxer_marketing/components/navigation.gleam:172
msgid "Open Fluxer"
@@ -1283,7 +1283,7 @@ msgstr "Open source (AGPL-3.0)"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:234
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:284
msgid "Open the web app"
-msgstr "Ouvrir l'application web"
+msgstr "Ouvrir l’app web"
#: src/fluxer_marketing/pages/plutonium_page.gleam:1059
msgid "Operator Pass"
@@ -1291,7 +1291,7 @@ msgstr "Operator Pass"
#: src/fluxer_marketing/components/coming_features.gleam:31
msgid "Opt-in E2EE messaging"
-msgstr "Messagerie E2EE avec option d'adhésion"
+msgstr "Messagerie E2EE optionnelle"
#: src/fluxer_marketing/components/current_features.gleam:74
msgid "Organized channels for communities"
@@ -1377,19 +1377,19 @@ msgstr "Presse"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:246
msgid "Press \"Add to Home Screen\""
-msgstr "Appuyez sur « Ajouter à l'écran d'accueil »"
+msgstr "Appuyez sur « Ajouter à l’écran d’accueil »"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:249
msgid "Press \"Add\" in the upper-right corner"
-msgstr "Appuyez sur \"Ajouter\" dans le coin supérieur droit"
+msgstr "Appuyez sur « Ajouter » en haut à droite"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:200
msgid "Press \"Install app\""
-msgstr "Appuyez sur \"Installer l'application"
+msgstr "Appuyez sur « Installer l’app »"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:301
msgid "Press \"Install\" in the popup that appears"
-msgstr "Appuyez sur \"Installer\" dans la popup qui apparaît"
+msgstr "Appuyez sur « Installer » dans la fenêtre qui s’affiche"
#: src/fluxer_marketing/pages/press_page.gleam:45
#: src/fluxer_marketing/pages/press_page.gleam:65
@@ -1402,15 +1402,15 @@ msgstr "Contact presse"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:197
msgid "Press the \"More\" (\\u{22EE}) button in the top-right corner"
-msgstr "Appuyez sur le bouton \"Plus\" (\\u{22EE}) dans le coin supérieur droit"
+msgstr "Appuyez sur le bouton « Plus » (\\u{22EE}) en haut à droite"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:243
msgid "Press the Share button (rectangle with upwards-pointing arrow)"
-msgstr "Appuyez sur le bouton Partager (rectangle avec flèche pointant vers le haut)"
+msgstr "Appuyez sur le bouton Partager (rectangle avec une flèche pointant vers le haut)"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:296
msgid "Press the install button (downwards-pointing arrow on monitor) in the address bar"
-msgstr "Appuyez sur le bouton d'installation (flèche pointant vers le bas sur l'écran) dans la barre d'adresse"
+msgstr "Appuyez sur le bouton d’installation (flèche vers le bas sur un écran) dans la barre d’adresse"
#: src/fluxer_marketing/components/footer.gleam:110
#: src/fluxer_marketing/components/navigation.gleam:93
@@ -1451,7 +1451,7 @@ msgstr "Bêta publique"
#: src/fluxer_marketing/components/coming_features.gleam:46
msgid "Public profile URLs"
-msgstr "URLs de profil public"
+msgstr "URL de profil public"
#: src/fluxer_marketing/components/coming_features.gleam:39
msgid "Publish forums to the web"
@@ -1564,7 +1564,7 @@ msgstr "Partage d’écran intégré"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:132
msgid "Screenshots courtesy of "
-msgstr "Captures d'écran gracieuseté de "
+msgstr "Captures d’écran fournies par "
#: src/fluxer_marketing/pages/help_components.gleam:93
msgid "Search"
@@ -1773,7 +1773,7 @@ msgstr "Cette page n’existe pas. Mais il y a encore plein de choses à découv
#: src/fluxer_marketing/components/coming_features.gleam:37
msgid "Threads and forums"
-msgstr "Fils et forums"
+msgstr "Fils de discussion et forums"
#: src/fluxer_marketing/pages/careers_page.gleam:243
msgid "Translation & localization"
@@ -1790,7 +1790,7 @@ msgstr "Essayez d’autres mots-clés ou parcourez nos catégories."
#: src/fluxer_marketing/components/hackernews_banner.gleam:75
msgid "Try it without an email at"
-msgstr "Essayez-le sans un email à"
+msgstr "Essayez sans e-mail sur"
#: src/fluxer_marketing/components/locale_selector.gleam:147
msgid "Turkish"
@@ -1826,7 +1826,7 @@ msgstr "Passez à Plutonium pour 4,99 $/mois : tags de nom d’utilisateur perso
#: src/fluxer_marketing/pages/plutonium_page.gleam:644
msgid "Upload and use your own notification sounds to personalize your Fluxer experience."
-msgstr "Téléversez et utilisez vos propres sons de notification pour personnaliser votre expérience Fluxer."
+msgstr "Téléchargez et utilisez vos propres sons de notification pour personnaliser votre expérience Fluxer."
#: src/fluxer_marketing/pages/partners_page.gleam:181
msgid "Upload animated GIFs as your community's avatar and banner."
@@ -1834,7 +1834,7 @@ msgstr "Téléversez des GIFs animés comme avatar et bannière de votre communa
#: src/fluxer_marketing/components/current_features.gleam:136
msgid "Upload custom emojis and stickers"
-msgstr "Téléverser des émojis et stickers personnalisés"
+msgstr "Téléversez des émojis et stickers personnalisés"
#: src/fluxer_marketing/components/platform_download_button.gleam:315
msgid "Use Fluxer in your mobile browser for now"
@@ -1903,7 +1903,7 @@ msgstr "Façons de contribuer"
#: src/fluxer_marketing/components/get_involved_section.gleam:192
msgid "We appreciate responsible disclosure to security@fluxer.app. We offer Plutonium codes and Bug Hunter badges based on severity."
-msgstr "Nous apprécions la divulgation responsable à security@fluxer.app. Nous offrons des codes Plutonium et des badges Bug Hunter selon la gravité."
+msgstr "Nous apprécions la divulgation responsable via security@fluxer.app. Nous offrons des codes Plutonium et des badges Bug Hunter selon la gravité."
#: src/fluxer_marketing/components/final_cta.gleam:56
msgid "We need your support to make this work."
@@ -1923,11 +1923,11 @@ msgstr "Nous construisons une plateforme complète avec toutes les fonctionnalit
#: src/fluxer_marketing/pages/download_page.gleam:214
msgid "We're building apps for iOS and Android. Until they're ready, Fluxer works in your mobile browser — and we've put a lot of effort into making it feel as app-like as possible."
-msgstr "Nous développons des applis iOS et Android. En attendant qu’elles soient prêtes, Fluxer fonctionne dans votre navigateur mobile — et nous avons beaucoup travaillé pour que l’expérience soit la plus proche possible d’une vraie app."
+msgstr "Nous développons des applis iOS et Android. En attendant qu’elles soient prêtes, Fluxer fonctionne dans votre navigateur mobile — et nous avons beaucoup travaillé pour que l’expérience se rapproche au maximum d’une vraie app."
#: src/fluxer_marketing/components/get_involved_section.gleam:78
msgid "We're limiting registrations during beta. Once you're in, you can give friends a code to skip the queue."
-msgstr "Nous limitons les inscriptions pendant la bêta. Une fois dedans, vous pouvez donner à vos amis un code pour passer la file d’attente."
+msgstr "Nous limitons les inscriptions pendant la bêta. Une fois inscrit, vous pouvez donner à vos amis un code pour passer la file d’attente."
#: src/fluxer_marketing/pages/careers_page.gleam:324
msgid "We're still building the business around Fluxer and aren't quite ready for paid roles yet."
@@ -1937,7 +1937,7 @@ msgstr "Nous sommes encore en train de construire l’activité autour de Fluxer
msgid "Webhooks and bot support"
msgstr "Webhooks et prise en charge des bots"
-#: src/fluxer_marketing/pages/donate_page.gleam:351
+#: src/fluxer_marketing/pages/donate_page.gleam:350
msgid "What does my donation support?"
msgstr "Que finance mon don ?"
@@ -1953,7 +1953,7 @@ msgstr "Ce qui est disponible aujourd’hui"
msgid "What's coming next"
msgstr "Ce qui arrive ensuite"
-#: src/fluxer_marketing/pages/donate_page.gleam:385
+#: src/fluxer_marketing/pages/donate_page.gleam:384
msgid "What's the difference between Individual and Business?"
msgstr "Quelle est la différence entre Particulier et Entreprise ?"
@@ -1989,7 +1989,7 @@ msgstr "Votre communauté obtient un statut vérifié, gage d’authenticité et
msgid "Your community receives increased limits when you need them."
msgstr "Votre communauté bénéficie de limites augmentées quand vous en avez besoin."
-#: src/fluxer_marketing/pages/donate_page.gleam:354
+#: src/fluxer_marketing/pages/donate_page.gleam:353
msgid "Your donation helps fund Fluxer's infrastructure costs, including servers, bandwidth, storage, and ongoing development of new features. It helps us maintain and improve the platform for everyone."
msgstr "Votre don aide à financer les coûts d’infrastructure de Fluxer, notamment les serveurs, la bande passante, le stockage et le développement continu de nouvelles fonctionnalités. Il nous aide à maintenir et améliorer la plateforme pour tout le monde."
@@ -2034,7 +2034,7 @@ msgid "one-time purchase"
msgstr "achat unique"
#: src/fluxer_marketing/components/plutonium_section.gleam:68
-#: src/fluxer_marketing/pages/donate_page.gleam:284
+#: src/fluxer_marketing/pages/donate_page.gleam:282
#: src/fluxer_marketing/pages/plutonium_page.gleam:106
#: src/fluxer_marketing/pages/plutonium_page.gleam:230
msgid "or"
diff --git a/fluxer_marketing/locales/he/messages.po b/fluxer_marketing/locales/he/messages.po
index 3d81f3b3..903abac3 100644
--- a/fluxer_marketing/locales/he/messages.po
+++ b/fluxer_marketing/locales/he/messages.po
@@ -6,15 +6,15 @@ msgstr ""
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:190
msgid " in Chrome"
-msgstr "בכרום"
+msgstr " בכרום"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:288
msgid " in Chrome or another browser with PWA support"
-msgstr "בכרום או בדפדפן אחר עם תמיכה ב-PWA"
+msgstr " בכרום או בדפדפן אחר שתומך ב-PWA"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:236
msgid " in Safari"
-msgstr "בספארי"
+msgstr " בספארי"
#: src/fluxer_marketing/pages/plutonium_page.gleam:1032
msgid "/forever"
@@ -37,19 +37,19 @@ msgstr "/שנה"
#: src/fluxer_marketing/pages/plutonium_page.gleam:654
msgid "500MB uploads, 4000 character messages, 300 bookmarks, 50 emoji packs, and much more."
-msgstr "העלאות עד 500MB, הודעות עד 4,000 תווים, 300 סימניות, 50 חבילות אימוג׳ים, ועוד הרבה יותר."
+msgstr "העלאות עד 500MB, הודעות עד 4,000 תווים, 300 סימניות, 50 חבילות אימוג׳ים ועוד הרבה יותר."
#: src/fluxer_marketing/components/communities_section.gleam:86
msgid "A chat platform that answers to you, not investors. It's ad-free, open source, community-funded, and never sells your data or nags you with upgrade pop-ups."
-msgstr "פלטפורמת צ׳אט שנותנת דין וחשבון לכם, לא למשקיעים. בלי פרסומות, בקוד פתוח, ממומנת על־ידי הקהילה, ולעולם לא מוכרת את הנתונים שלכם ולא מציקה עם חלונות קופצים לשדרוג."
+msgstr "פלטפורמת צ׳אט שנאמנה לכם — לא למשקיעים. בלי פרסומות, בקוד פתוח, ממומנת על־ידי הקהילה, ולעולם לא מוכרת את הנתונים שלכם ולא מציקה בחלונות קופצים לשדרוג."
#: src/fluxer_marketing/pages/careers_page.gleam:219
msgid "A non-paid role for recurring contributors who help shape Fluxer alongside the core team."
-msgstr "תפקיד התנדבותי לתורמים קבועים שעוזרים לעצב את Fluxer יחד עם צוות הליבה."
+msgstr "תפקיד התנדבותי לתורמים קבועים שעוזרים לעצב את Fluxer לצד צוות הליבה."
#: src/fluxer_marketing/pages/plutonium_page.gleam:1074
msgid "Access to Fluxer Operators community"
-msgstr "גישה לקהילת Fluxer Operators"
+msgstr "גישה לקהילת Operators של Fluxer"
#: src/fluxer_marketing/pages/partners_page.gleam:225
msgid "Access to VIP voice servers reserved exclusively for partnered communities."
@@ -65,7 +65,7 @@ msgstr "הוסיפו את Fluxer למסך הבית כדי להסתיר את ממ
#: src/fluxer_marketing/components/current_features.gleam:133
msgid "Add custom emojis, save media for later, and style the app with custom CSS."
-msgstr "הוסיפו אימוג׳ים מותאמים אישית, שמרו מדיה לאחר כך, ועצבו את האפליקציה עם CSS מותאם אישית."
+msgstr "הוסיפו אימוג׳ים מותאמים אישית, שמרו מדיה להמשך, ועצבו את האפליקציה עם CSS מותאם אישית."
#: src/fluxer_marketing/pages/plutonium_page.gleam:1124
msgid "After the offer ends, Operator Pass stays available on its own."
@@ -77,12 +77,16 @@ msgstr "כל ההטבות של Plutonium — הנוכחיות והעתידיות
#: src/fluxer_marketing/components/current_features.gleam:55
msgid "All the basics you expect, plus a few things you don't."
-msgstr "כל הבסיס שאתם מצפים לו, ועוד כמה דברים שלא."
+msgstr "כל הבסיס שאתם מצפים לו — ועוד כמה דברים שלא."
#: src/fluxer_marketing/components/locale_selector.gleam:102
msgid "All translations are currently LLM-generated with minimal human revision. We'd love to get real people to help us out localizing Fluxer into your language! To do so, shoot an email to i18n@fluxer.app and we'll be happy to accept your contributions."
msgstr "כל התרגומים כרגע נוצרו בעזרת מודל שפה (LLM) עם עריכה אנושית מינימלית. נשמח שאנשים אמיתיים יעזרו לנו בלוקליזציה של Fluxer לשפה שלכם! לשם כך, שלחו מייל ל-i18n@fluxer.app ונשמח לקבל את התרומות שלכם."
+#: src/fluxer_marketing/components/hero.gleam:64
+msgid "An open-source, independent instant messaging and VoIP platform. Built for friends, groups, and communities."
+msgstr "פלטפורמת מסרים מיידיים ו-VoIP בקוד פתוח ועצמאי. נבנתה עבור חברים, קבוצות וקהילות."
+
#: src/fluxer_marketing/components/platform_download_button.gleam:524
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:97
msgid "Android"
@@ -130,17 +134,17 @@ msgstr "מאמרים במדור הזה"
msgid "Audit logs for transparency"
msgstr "יומני ביקורת לשקיפות"
-#: src/fluxer_marketing/pages/donate_page.gleam:302
+#: src/fluxer_marketing/pages/donate_page.gleam:301
msgid "Available for Swedish bank accounts"
-msgstr "זמין עבור חשבונות בנק בשוודית"
+msgstr "זמין לחשבונות בנק שוודיים"
#: src/fluxer_marketing/pages/download_page.gleam:67
msgid "Available on your desktop — and on the web"
-msgstr "זמין במחשב השולחני — וגם ברשת"
+msgstr "זמין במחשב — וגם ברשת"
#: src/fluxer_marketing/pages/help_article_page.gleam:182
msgid "Back to "
-msgstr "חזרה אל "
+msgstr "חזרה ל "
#: src/fluxer_marketing/pages/help_article_page.gleam:279
#: src/fluxer_marketing/pages/help_search_page.gleam:115
@@ -155,11 +159,11 @@ msgstr "היו הראשונים לנסות תכונות חדשות לפני שה
#: src/fluxer_marketing/pages/careers_page.gleam:173
#: src/fluxer_marketing/pages/partners_page.gleam:64
msgid "Become a Fluxer Partner"
-msgstr "הפכו לשותף של Fluxer"
+msgstr "הפכו לשותפי Fluxer"
#: src/fluxer_marketing/components/partner_section.gleam:151
msgid "Become a Partner"
-msgstr "הפכו לשותף"
+msgstr "הפכו לשותפים"
#: src/fluxer_marketing/pages/download_page.gleam:322
#: src/fluxer_marketing/pages/plutonium_page.gleam:876
@@ -208,9 +212,9 @@ msgstr "Bluesky"
msgid "Bookmarked messages"
msgstr "הודעות מסומנות"
-#: src/fluxer_marketing/pages/donate_page.gleam:388
+#: src/fluxer_marketing/pages/donate_page.gleam:387
msgid "Both donation types support the same cause equally. The only difference is that Business donations allow you to specify a tax ID (if applicable) and receive a PDF invoice when finalized, which can be useful for company accounting purposes."
-msgstr "שני סוגי התרומות תומכים באותה מטרה באותה מידה. ההבדל היחיד הוא שתרומות לעסקים מאפשרות לציין מספר מס (אם רלוונטי) ולקבל חשבונית PDF בסיום — מה שיכול להיות שימושי לצורכי הנהלת חשבונות."
+msgstr "שני סוגי התרומות תומכים באותה מטרה במידה שווה. ההבדל היחיד הוא שתרומות לעסקים מאפשרות לציין מספר מס (אם רלוונטי) ולקבל חשבונית PDF בסיום — מה שיכול להיות שימושי לצורכי הנהלת חשבונות."
#: src/fluxer_marketing/pages/press_page.gleam:200
msgid "Brand Colors"
@@ -234,15 +238,11 @@ msgstr "עיון לפי קטגוריה"
#: src/fluxer_marketing/pages/help_category_page.gleam:65
msgid "Browse help articles about "
-msgstr "עיון במאמרי עזרה על "
+msgstr "עיינו במאמרי עזרה על "
#: src/fluxer_marketing/components/communities_section.gleam:44
msgid "Built for communities of all kinds."
-msgstr "נבנה לקהילות מכל הסוגים."
-
-#: src/fluxer_marketing/components/hero.gleam:64
-msgid "Built for friends, groups, and communities. Text, voice, and video. Open source and community-funded."
-msgstr "נבנה לחברים, קבוצות וקהילות. טקסט, קול ווידאו. בקוד פתוח וממומן על־ידי הקהילה."
+msgstr "נבנה עבור קהילות מכל הסוגים."
#: src/fluxer_marketing/components/locale_selector.gleam:119
msgid "Bulgarian"
@@ -273,7 +273,7 @@ msgstr "שינוי שפה"
#: src/fluxer_marketing/components/hero.gleam:59
msgid "Chat that puts you first"
-msgstr "צ׳אט ששׂם אתכם במקום הראשון"
+msgstr "צ׳אט ששם אתכם במקום הראשון"
#: src/fluxer_marketing/components/locale_selector.gleam:150
msgid "Chinese (Simplified)"
@@ -289,7 +289,7 @@ msgstr "בחרו הפצת Linux"
#: src/fluxer_marketing/pages/help_category_page.gleam:148
msgid "Choose a guide below or search again if you don't see what you need."
-msgstr "בחרו מדריך למטה או חפשו שוב אם לא מצאתם את מה שאתם צריכים."
+msgstr "בחרו מדריך למטה, או חפשו שוב אם לא מצאתם את מה שאתם צריכים."
#: src/fluxer_marketing/components/platform_download_button.gleam:409
msgid "Choose distribution"
@@ -305,7 +305,7 @@ msgstr "בחרו תג בן 4 ספרות כמו #0001, #1337 או #9999
#: src/fluxer_marketing/pages/help_category_page.gleam:136
msgid "Clear search"
-msgstr "ניקוי חיפוש"
+msgstr "ניקוי החיפוש"
#: src/fluxer_marketing/pages/download_page.gleam:337
msgid "Code, issues, docs, and reviews"
@@ -377,7 +377,7 @@ msgstr "מידע על החברה"
#: src/fluxer_marketing/components/footer.gleam:278
#: src/fluxer_marketing/components/navigation.gleam:426
msgid "Connect"
-msgstr "התחברות"
+msgstr "יצירת קשר"
#: src/fluxer_marketing/pages/plutonium_page.gleam:1038
msgid "Connect from any client"
@@ -390,7 +390,7 @@ msgstr "צרו קשר עם התמיכה"
#: src/fluxer_marketing/components/partner_section.gleam:70
msgid "Content creators and community owners: unlock exclusive perks including free Plutonium, a Partner badge, custom vanity URLs, and more."
-msgstr "יוצרי תוכן ובעלי קהילות: פתחו הטבות בלעדיות, כולל Plutonium בחינם, תג שותף, כתובות Vanity מותאמות אישית, ועוד."
+msgstr "יוצרי תוכן ובעלי קהילות: פתחו הטבות בלעדיות, כולל Plutonium בחינם, תג שותף, כתובות URL מותאמות אישית ועוד."
#: src/fluxer_marketing/components/get_involved_section.gleam:178
msgid "Contribute code"
@@ -406,7 +406,7 @@ msgstr "צרו חשבון ועזרו לנו לבנות משהו טוב."
#: src/fluxer_marketing/pages/plutonium_page.gleam:1191
msgid "Create your Fluxer account to get that sweet Plutonium while it's hot."
-msgstr "צרו חשבון Fluxer כדי לתפוס את ה-Plutonium המתוק הזה כל עוד הוא חם."
+msgstr "צרו חשבון Fluxer כדי להשיג את ה-Plutonium המתוק הזה כל עוד הוא חם."
#: src/fluxer_marketing/pages/partners_page.gleam:211
msgid "Creator Monetization"
@@ -434,7 +434,7 @@ msgstr "ערכות עיצוב CSS מותאמות אישית"
#: src/fluxer_marketing/pages/partners_page.gleam:145
msgid "Custom Vanity URL"
-msgstr "כתובת Vanity מותאמת אישית"
+msgstr "כתובת URL מותאמת אישית"
#: src/fluxer_marketing/pages/plutonium_page.gleam:315
#: src/fluxer_marketing/pages/plutonium_page.gleam:631
@@ -480,7 +480,7 @@ msgstr "תיקיות הודעות פרטיות"
#: src/fluxer_marketing/components/current_features.gleam:69
msgid "DM your friends, chat with groups, or build communities with channels."
-msgstr "שלחו הודעות פרטיות לחברים, דברו בקבוצות, או בנו קהילות עם ערוצים."
+msgstr "שלחו הודעות פרטיות לחברים, שוחחו בקבוצות, או בנו קהילות עם ערוצים."
#: src/fluxer_marketing/components/locale_selector.gleam:121
msgid "Danish"
@@ -492,7 +492,7 @@ msgstr "עיצוב ומיתוג"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:99
msgid "Desktop"
-msgstr "דסקטופ"
+msgstr "מחשב שולחני"
#: src/fluxer_marketing/components/footer.gleam:209
msgid "Developer Docs"
@@ -519,9 +519,9 @@ msgstr "Discovery"
msgid "Display an exclusive Partner badge on your profile to stand out."
msgstr "הציגו תג שותף בלעדי בפרופיל כדי לבלוט."
-#: src/fluxer_marketing/pages/donate_page.gleam:367
+#: src/fluxer_marketing/pages/donate_page.gleam:366
msgid "Do I get anything in return?"
-msgstr "האם אני מקבל משהו בתמורה?"
+msgstr "האם מקבלים משהו בתמורה?"
#: src/fluxer_marketing/components/navigation.gleam:111
#: src/fluxer_marketing/components/navigation.gleam:319
@@ -548,22 +548,22 @@ msgstr "תרומה בדולרים"
msgid "Donate to Fluxer"
msgstr "תרמו ל-Fluxer"
-#: src/fluxer_marketing/pages/donate_page.gleam:298
+#: src/fluxer_marketing/pages/donate_page.gleam:297
msgid "Donate with Swish"
-msgstr "תרמו עם סויש"
+msgstr "תרמו עם Swish"
-#: src/fluxer_marketing/pages/donate_page.gleam:370
+#: src/fluxer_marketing/pages/donate_page.gleam:369
msgid "Donations are voluntary gifts and do not provide you with any product, service, ownership, or special rights. If you're looking for premium features, check out {0}."
msgstr "תרומות הן מתנות מרצון ואינן מקנות לכם מוצר, שירות, בעלות או זכויות מיוחדות. אם אתם מחפשים תכונות פרימיום, בדקו את {0}."
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:308
msgid "Done! You can now open Fluxer as if it were a regular program."
-msgstr "הושלם! עכשיו אתה יכול לפתוח את Fluxer כאילו היה תוכנה רגילה."
+msgstr "סיימנו! עכשיו אפשר לפתוח את Fluxer כאילו הייתה אפליקציה רגילה."
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:206
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:256
msgid "Done! You can open Fluxer from your home screen."
-msgstr "הושלם! אתה יכול לפתוח את Fluxer ממסך הבית שלך."
+msgstr "סיימנו! עכשיו אפשר לפתוח את Fluxer ממסך הבית."
#: src/fluxer_marketing/components/footer.gleam:132
#: src/fluxer_marketing/components/navigation.gleam:84
@@ -674,7 +674,7 @@ msgstr "תכונה"
#: src/fluxer_marketing/pages/partners_page.gleam:167
msgid "Featured in Discovery"
-msgstr "מוצג ב-Discovery"
+msgstr "מופיע ב-Discovery"
#: src/fluxer_marketing/components/coming_features.gleam:30
msgid "Federation"
@@ -724,7 +724,7 @@ msgstr "צוות הקהילה של Fluxer"
msgid "Fluxer Partner"
msgstr "שותף Fluxer"
-#: src/fluxer_marketing/pages/donate_page.gleam:372
+#: src/fluxer_marketing/pages/donate_page.gleam:371
#: src/fluxer_marketing/pages/plutonium_page.gleam:51
#: src/fluxer_marketing/pages/plutonium_page.gleam:76
msgid "Fluxer Plutonium"
@@ -752,7 +752,7 @@ msgstr "Fluxer חינמי ובקוד פתוח. כל אחד יכול לארח ב
#: src/fluxer_marketing/components/get_involved_section.gleam:181
msgid "Fluxer is open source (AGPLv3). Contribute directly on GitHub by opening pull requests."
-msgstr "Fluxer הוא קוד פתוח (AGPLv3). תרמו ישירות ב-GitHub על-ידי פתיחת Pull Requests."
+msgstr "Fluxer הוא קוד פתוח (AGPLv3). תרמו ישירות ב-GitHub באמצעות פתיחת Pull Requests."
#: src/fluxer_marketing/components/get_involved_section.gleam:158
msgid "Follow @fluxer.app"
@@ -810,13 +810,13 @@ msgstr "חינם מול Plutonium"
msgid "French"
msgstr "צרפתית"
-#: src/fluxer_marketing/pages/donate_page.gleam:346
+#: src/fluxer_marketing/pages/donate_page.gleam:345
msgid "Frequently Asked Questions"
msgstr "שאלות נפוצות"
#: src/fluxer_marketing/components/hackernews_banner.gleam:72
msgid "From HN?"
-msgstr "מה-HN?"
+msgstr "מ-HN?"
#: src/fluxer_marketing/components/current_features.gleam:72
msgid "Full Markdown support in messages"
@@ -857,7 +857,7 @@ msgstr "השיגו Visionary + Operator Pass"
#: src/fluxer_marketing/pages/partners_page.gleam:148
msgid "Get an exclusive custom vanity URL like fluxer.gg/yourcommunity."
-msgstr "קבלו כתובת Vanity מותאמת אישית בלעדית, כמו fluxer.gg/yourcommunity."
+msgstr "קבלו כתובת URL מותאמת אישית בלעדית, כמו fluxer.gg/yourcommunity."
#: src/fluxer_marketing/pages/partners_page.gleam:236
msgid "Get exclusive Fluxer Partner-only merchandise and swag."
@@ -910,11 +910,11 @@ msgstr "אזורים גלובליים לשיחות קול"
#: src/fluxer_marketing/pages/not_found_page.gleam:78
msgid "Go home"
-msgstr "חזרה לדף הבית"
+msgstr "לדף הבית"
#: src/fluxer_marketing/components/current_features.gleam:104
msgid "Granular roles and permissions"
-msgstr "תפקידים והרשאות ברמת פירוט גבוהה"
+msgstr "תפקידים והרשאות מפורטים"
#: src/fluxer_marketing/components/locale_selector.gleam:123
msgid "Greek"
@@ -987,11 +987,11 @@ msgstr "חובבים"
#: src/fluxer_marketing/components/current_features.gleam:85
msgid "Hop in a call with friends or share your screen to work together."
-msgstr "קפצו לשיחה עם חברים או שתפו את המסך כדי לעבוד יחד."
+msgstr "קפצו לשיחה עם חברים או שתפו מסך כדי לעבוד יחד."
#: src/fluxer_marketing/components/current_features.gleam:153
msgid "Host your own instance"
-msgstr "ארחו מופע משלכם"
+msgstr "הפעילו מופע משלכם"
#: src/fluxer_marketing/pages/help_center_page.gleam:64
#: src/fluxer_marketing/pages/help_search_page.gleam:63
@@ -1000,7 +1000,7 @@ msgstr "איך אפשר לעזור?"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:39
msgid "How to install as an app"
-msgstr "איך להתקין כאפליקציה"
+msgstr "איך מתקינים כאפליקציה"
#: src/fluxer_marketing/pages/partners_page.gleam:434
msgid "How you plan to use Fluxer with your community"
@@ -1029,7 +1029,7 @@ msgstr "מגבלות מוגדלות"
#: src/fluxer_marketing/pages/donate_page.gleam:160
msgid "Individual"
-msgstr "אישי"
+msgstr "פרטי"
#: src/fluxer_marketing/components/locale_selector.gleam:134
msgid "Indonesian"
@@ -1037,18 +1037,18 @@ msgstr "אינדונזית"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:59
msgid "Install Fluxer as an app"
-msgstr "התקן את Fluxer כאפליקציה"
+msgstr "התקינו את Fluxer כאפליקציה"
#: src/fluxer_marketing/components/platform_download_button.gleam:145
#: src/fluxer_marketing/components/platform_download_button.gleam:161
msgid "Intel"
msgstr "Intel"
-#: src/fluxer_marketing/pages/donate_page.gleam:377
+#: src/fluxer_marketing/pages/donate_page.gleam:376
msgid "Is my donation tax-deductible?"
msgstr "האם התרומה שלי מוכרת לצורכי מס?"
-#: src/fluxer_marketing/pages/donate_page.gleam:359
+#: src/fluxer_marketing/pages/donate_page.gleam:358
msgid "Is this a subscription?"
msgstr "האם זה מנוי?"
@@ -1081,7 +1081,7 @@ msgstr "הצטרפו והפיצו את הבשורה"
#: src/fluxer_marketing/components/current_features.gleam:88
msgid "Join from multiple devices at once"
-msgstr "הצטרפו ממספר מכשירים בו-זמנית"
+msgstr "התחברו ממספר מכשירים בו-זמנית"
#: src/fluxer_marketing/pages/partners_page.gleam:47
msgid "Join the Fluxer Partner Program and unlock exclusive benefits for you and your community"
@@ -1182,7 +1182,7 @@ msgstr "הודעות"
#: src/fluxer_marketing/pages/donate_page.gleam:265
msgid "Minimum donation: $5 / €5"
-msgstr "תרומה מינימלית: $5 / €5"
+msgstr "תרומה מינימלית: $5 / €5"
#: src/fluxer_marketing/pages/download_page.gleam:203
msgid "Mobile apps are on the way"
@@ -1204,11 +1204,11 @@ msgstr "כלי ניהול"
#: src/fluxer_marketing/pages/plutonium_page.gleam:206
msgid "Most popular"
-msgstr "הפופולרי ביותר"
+msgstr "הכי פופולרי"
#: src/fluxer_marketing/components/current_features.gleam:91
msgid "Mute, deafen, and camera controls"
-msgstr "שליטה בהשתקה, נטרול שמע ומצלמה"
+msgstr "שליטה בהשתקה, השבתת שמע ומצלמה"
#: src/fluxer_marketing/pages/help_search_page.gleam:135
msgid "No articles found"
@@ -1222,13 +1222,13 @@ msgstr "לא נמצאו מאמרים."
msgid "No results found for"
msgstr "לא נמצאו תוצאות עבור"
-#: src/fluxer_marketing/pages/donate_page.gleam:380
+#: src/fluxer_marketing/pages/donate_page.gleam:379
msgid "No, donations to Fluxer are not tax-deductible as we are not a registered charitable organization."
-msgstr "לא, תרומות ל-Fluxer אינן מוכרות לצורכי מס, כי אנחנו לא ארגון צדקה רשום."
+msgstr "לא. תרומות ל-Fluxer אינן מוכרות לצורכי מס, כי אנחנו לא ארגון צדקה רשום."
-#: src/fluxer_marketing/pages/donate_page.gleam:362
+#: src/fluxer_marketing/pages/donate_page.gleam:361
msgid "No, this is a one-time donation. You choose the amount you want to give, and there are no recurring charges."
-msgstr "לא, זו תרומה חד-פעמית. אתם בוחרים את הסכום שתרצו לתרום, ואין חיובים חוזרים."
+msgstr "לא. זו תרומה חד-פעמית. אתם בוחרים את הסכום שתרצו לתרום, ואין חיובים חוזרים."
#: src/fluxer_marketing/components/current_features.gleam:90
msgid "Noise suppression and echo cancellation"
@@ -1269,7 +1269,7 @@ msgstr "פתחו את Fluxer"
#: src/fluxer_marketing/components/hero.gleam:82
#: src/fluxer_marketing/components/navigation.gleam:473
msgid "Open in Browser"
-msgstr "פתיחה בדפדפן"
+msgstr "פתחו בדפדפן"
#: src/fluxer_marketing/pages/careers_page.gleam:118
msgid "Open source"
@@ -1283,7 +1283,7 @@ msgstr "קוד פתוח (AGPL-3.0)"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:234
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:284
msgid "Open the web app"
-msgstr "פתח את אפליקציית האינטרנט"
+msgstr "פתחו את אפליקציית הווב"
#: src/fluxer_marketing/pages/plutonium_page.gleam:1059
msgid "Operator Pass"
@@ -1291,7 +1291,7 @@ msgstr "Operator Pass"
#: src/fluxer_marketing/components/coming_features.gleam:31
msgid "Opt-in E2EE messaging"
-msgstr "הודעות E2EE עם אישור מראש"
+msgstr "הודעות E2EE בהצטרפות (Opt-in)"
#: src/fluxer_marketing/components/current_features.gleam:74
msgid "Organized channels for communities"
@@ -1377,19 +1377,19 @@ msgstr "עיתונות"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:246
msgid "Press \"Add to Home Screen\""
-msgstr "לחץ על \"הוסף למסך הבית"
+msgstr "לחצו על \"הוסף למסך הבית\""
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:249
msgid "Press \"Add\" in the upper-right corner"
-msgstr "לחץ על \"הוסף\" בפינה הימנית העליונה"
+msgstr "לחצו על \"הוסף\" בפינה הימנית העליונה"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:200
msgid "Press \"Install app\""
-msgstr "לחץ על \"התקן אפליקציה"
+msgstr "לחצו על \"התקן אפליקציה\""
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:301
msgid "Press \"Install\" in the popup that appears"
-msgstr "לחץ על \"התקן\" בחלון הקופץ שמופיע"
+msgstr "לחצו על \"התקן\" בחלון הקופץ שמופיע"
#: src/fluxer_marketing/pages/press_page.gleam:45
#: src/fluxer_marketing/pages/press_page.gleam:65
@@ -1398,19 +1398,19 @@ msgstr "עיתונות ונכסי מותג"
#: src/fluxer_marketing/pages/press_page.gleam:273
msgid "Press Contact"
-msgstr "קשר לעיתונות"
+msgstr "איש קשר לעיתונות"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:197
msgid "Press the \"More\" (\\u{22EE}) button in the top-right corner"
-msgstr "לחץ על כפתור \"עוד\" (\\u{22EE}) בפינה הימנית העליונה"
+msgstr "לחצו על כפתור \"עוד\" (\\u{22EE}) בפינה הימנית העליונה"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:243
msgid "Press the Share button (rectangle with upwards-pointing arrow)"
-msgstr "לחץ על כפתור השיתוף (מלבן עם חץ המצביע למעלה)"
+msgstr "לחצו על כפתור השיתוף (מלבן עם חץ שמצביע למעלה)"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:296
msgid "Press the install button (downwards-pointing arrow on monitor) in the address bar"
-msgstr "לחץ על כפתור ההתקנה (חץ המצביע למטה על המסך) בסרגל הכתובות"
+msgstr "לחצו על כפתור ההתקנה (חץ שמצביע למטה על מסך) בסרגל הכתובות"
#: src/fluxer_marketing/components/footer.gleam:110
#: src/fluxer_marketing/components/navigation.gleam:93
@@ -1420,13 +1420,13 @@ msgstr "תמחור"
#: src/fluxer_marketing/pages/plutonium_page.gleam:851
msgid "Priority support and Operators community access for self-hosting"
-msgstr "תמיכת קדימות וגישה לקהילת Operators לאירוח עצמי"
+msgstr "תמיכת עדיפות וגישה לקהילת Operators לאירוח עצמי"
#: src/fluxer_marketing/components/footer.gleam:249
#: src/fluxer_marketing/components/navigation.gleam:406
#: src/fluxer_marketing/pages/privacy_page.gleam:41
msgid "Privacy Policy"
-msgstr "מדיניות פרטיות"
+msgstr "מדיניות הפרטיות"
#: src/fluxer_marketing/components/current_features.gleam:73
msgid "Private DMs and group chats"
@@ -1455,7 +1455,7 @@ msgstr "כתובות URL ציבוריות לפרופיל"
#: src/fluxer_marketing/components/coming_features.gleam:39
msgid "Publish forums to the web"
-msgstr "פרסום פורומים לאינטרנט"
+msgstr "פרסום פורומים לרשת"
#: src/fluxer_marketing/pages/plutonium_page.gleam:883
msgid "Purchase Visionary directly in the app after creating your account. Your purchase date and order number will be displayed on your profile (can be hidden in privacy settings)."
@@ -1467,11 +1467,11 @@ msgstr "מחליף מהיר עם קיצורי מקלדת"
#: src/fluxer_marketing/components/coming_features.gleam:40
msgid "RSS/Atom feeds for forums"
-msgstr "פידי RSS/Atom לפורומים"
+msgstr "הזנות RSS/Atom לפורומים"
#: src/fluxer_marketing/pages/help_category_page.gleam:228
msgid "Read article"
-msgstr "קריאת מאמר"
+msgstr "קראו מאמר"
#: src/fluxer_marketing/pages/guidelines_page.gleam:42
msgid "Read the Fluxer Community Guidelines"
@@ -1491,7 +1491,7 @@ msgstr "קראו את המדריך"
#: src/fluxer_marketing/pages/partners_page.gleam:362
msgid "Ready to become a Partner?"
-msgstr "מוכנים להפוך לשותף?"
+msgstr "מוכנים להפוך לשותפים?"
#: src/fluxer_marketing/pages/plutonium_page.gleam:1180
msgid "Ready to upgrade?"
@@ -1535,7 +1535,7 @@ msgstr "רומנית"
#: src/fluxer_marketing/components/current_features.gleam:149
msgid "Run the Fluxer backend on your own hardware and connect with our apps."
-msgstr "הריצו את ה-backend של Fluxer על החומרה שלכם והתחברו עם האפליקציות שלנו."
+msgstr "הריצו את ה-backend של Fluxer על החומרה שלכם והתחברו באמצעות האפליקציות שלנו."
#: src/fluxer_marketing/components/locale_selector.gleam:144
msgid "Russian"
@@ -1611,7 +1611,7 @@ msgstr "דיווחי אבטחה"
#: src/fluxer_marketing/pages/download_page.gleam:232
msgid "See badge counts on the app icon."
-msgstr "הציגו מספר התראות על סמל האפליקציה."
+msgstr "הציגו את מספר ההתראות על סמל האפליקציה."
#: src/fluxer_marketing/pages/partners_page.gleam:312
msgid "See perks"
@@ -1651,7 +1651,7 @@ msgstr "שתפו קבצים ותצוגה מקדימה של קישורים"
#: src/fluxer_marketing/components/platform_download_button.gleam:490
msgid "Show download options"
-msgstr "הצגת אפשרויות הורדה"
+msgstr "הציגו אפשרויות הורדה"
#: src/fluxer_marketing/pages/plutonium_page.gleam:664
msgid "Show off your Plutonium status with an exclusive badge on your profile."
@@ -1730,7 +1730,7 @@ msgstr "שוודית"
#: src/fluxer_marketing/components/current_features.gleam:155
msgid "Switch between multiple instances"
-msgstr "מעבר בין מופעים שונים"
+msgstr "עברו בין מופעים שונים"
#: src/fluxer_marketing/pages/press_page.gleam:147
msgid "Symbol"
@@ -1740,7 +1740,7 @@ msgstr "סמל"
#: src/fluxer_marketing/components/navigation.gleam:397
#: src/fluxer_marketing/pages/terms_page.gleam:41
msgid "Terms of Service"
-msgstr "תנאי שימוש"
+msgstr "תנאי השימוש"
#: src/fluxer_marketing/components/locale_selector.gleam:146
msgid "Thai"
@@ -1748,7 +1748,7 @@ msgstr "תאילנדית"
#: src/fluxer_marketing/pages/plutonium_page.gleam:998
msgid "The Operator Pass is optional: pay for support and community access."
-msgstr "Operator Pass הוא אופציונלי: משלמים עבור תמיכה וגישה לקהילה."
+msgstr "Operator Pass הוא אופציונלי: משלמים כדי לקבל תמיכה וגישה לקהילה."
#: src/fluxer_marketing/components/coming_features.gleam:89
msgid "The future is being built right now. These features are coming soon."
@@ -1790,7 +1790,7 @@ msgstr "נסו מילות מפתח אחרות או עיינו בקטגוריות
#: src/fluxer_marketing/components/hackernews_banner.gleam:75
msgid "Try it without an email at"
-msgstr "נסה את זה בלי אימייל ב-"
+msgstr "נסו את זה בלי אימייל ב-"
#: src/fluxer_marketing/components/locale_selector.gleam:147
msgid "Turkish"
@@ -1810,7 +1810,7 @@ msgstr "משתמשים ללא הגבלה"
#: src/fluxer_marketing/pages/partners_page.gleam:203
msgid "Unlock and test new features before they're available to everyone."
-msgstr "פתחו וגילנו תכונות חדשות לפני שהן זמינות לכולם."
+msgstr "פתחו ונסו תכונות חדשות לפני שהן זמינות לכולם."
#: src/fluxer_marketing/pages/plutonium_page.gleam:79
msgid "Unlock higher limits and exclusive features while supporting an independent communication platform."
@@ -1822,7 +1822,7 @@ msgstr "איכות וידאו עד 4K"
#: src/fluxer_marketing/pages/plutonium_page.gleam:54
msgid "Upgrade to Plutonium for $4.99/mo: custom username tags, per-community profiles, message scheduling, 4K streaming, 500MB uploads, and more exclusive features."
-msgstr "שדרגו ל-Plutonium ב-$4.99 לחודש: תגי משתמש מותאמים אישית, פרופילים לכל קהילה, תזמון הודעות, סטרימינג ב-4K, העלאות עד 500MB, ועוד תכונות בלעדיות."
+msgstr "שדרגו ל-Plutonium ב-$4.99 לחודש: תגי משתמש מותאמים אישית, פרופילים לכל קהילה, תזמון הודעות, סטרימינג ב-4K, העלאות עד 500MB ועוד תכונות בלעדיות."
#: src/fluxer_marketing/pages/plutonium_page.gleam:644
msgid "Upload and use your own notification sounds to personalize your Fluxer experience."
@@ -1846,7 +1846,7 @@ msgstr "השתמשו באימוג׳ים מונפשים"
#: src/fluxer_marketing/components/current_features.gleam:154
msgid "Use our desktop client (mobile coming soon)"
-msgstr "השתמשו בלקוח הדסקטופ שלנו (גרסת מובייל תגיע בקרוב)"
+msgstr "השתמשו בלקוח המחשב שלנו (מובייל בקרוב)"
#: src/fluxer_marketing/pages/plutonium_page.gleam:604
msgid "Use your favorite emojis and stickers from any community, anywhere across Fluxer."
@@ -1874,12 +1874,12 @@ msgstr "וייטנאמית"
#: src/fluxer_marketing/pages/help_category_page.gleam:172
msgid "View all articles"
-msgstr "צפייה בכל המאמרים"
+msgstr "צפו בכל המאמרים"
#: src/fluxer_marketing/components/get_involved_section.gleam:183
#: src/fluxer_marketing/pages/careers_page.gleam:123
msgid "View repository"
-msgstr "צפייה במאגר"
+msgstr "צפו במאגר"
#: src/fluxer_marketing/pages/plutonium_page.gleam:822
msgid "Visionary"
@@ -1937,7 +1937,7 @@ msgstr "אנחנו עדיין בונים את הצד העסקי סביב Fluxer
msgid "Webhooks and bot support"
msgstr "תמיכה ב-Webhooks ובבוטים"
-#: src/fluxer_marketing/pages/donate_page.gleam:351
+#: src/fluxer_marketing/pages/donate_page.gleam:350
msgid "What does my donation support?"
msgstr "מה התרומה שלי מממנת?"
@@ -1953,9 +1953,9 @@ msgstr "מה זמין היום"
msgid "What's coming next"
msgstr "מה מגיע בהמשך"
-#: src/fluxer_marketing/pages/donate_page.gleam:385
+#: src/fluxer_marketing/pages/donate_page.gleam:384
msgid "What's the difference between Individual and Business?"
-msgstr "מה ההבדל בין אישי לעסק?"
+msgstr "מה ההבדל בין פרטי לעסקי?"
#: src/fluxer_marketing/pages/press_page.gleam:226
msgid "White"
@@ -1989,7 +1989,7 @@ msgstr "הקהילה שלכם מקבלת סטטוס מאומת לאות אותנ
msgid "Your community receives increased limits when you need them."
msgstr "הקהילה שלכם מקבלת מגבלות מוגדלות כשאתם צריכים אותן."
-#: src/fluxer_marketing/pages/donate_page.gleam:354
+#: src/fluxer_marketing/pages/donate_page.gleam:353
msgid "Your donation helps fund Fluxer's infrastructure costs, including servers, bandwidth, storage, and ongoing development of new features. It helps us maintain and improve the platform for everyone."
msgstr "התרומה שלכם עוזרת לממן את עלויות התשתית של Fluxer, כולל שרתים, רוחב פס, אחסון, ופיתוח מתמשך של תכונות חדשות. היא עוזרת לנו לתחזק ולשפר את הפלטפורמה עבור כולם."
@@ -2034,7 +2034,7 @@ msgid "one-time purchase"
msgstr "רכישה חד-פעמית"
#: src/fluxer_marketing/components/plutonium_section.gleam:68
-#: src/fluxer_marketing/pages/donate_page.gleam:284
+#: src/fluxer_marketing/pages/donate_page.gleam:282
#: src/fluxer_marketing/pages/plutonium_page.gleam:106
#: src/fluxer_marketing/pages/plutonium_page.gleam:230
msgid "or"
@@ -2059,4 +2059,3 @@ msgstr "נשארו {0} מתוך {1} מקומות"
#: src/fluxer_marketing/components/footer.gleam:325
msgid "© Fluxer Platform AB (Swedish limited liability company: 559537-3993)"
msgstr "© Fluxer Platform AB (חברה שוודית בערבון מוגבל: 559537-3993)"
-
diff --git a/fluxer_marketing/locales/hi/messages.po b/fluxer_marketing/locales/hi/messages.po
index bd20838a..b22acd29 100644
--- a/fluxer_marketing/locales/hi/messages.po
+++ b/fluxer_marketing/locales/hi/messages.po
@@ -6,15 +6,15 @@ msgstr ""
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:190
msgid " in Chrome"
-msgstr "क्रोम में"
+msgstr " Chrome में"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:288
msgid " in Chrome or another browser with PWA support"
-msgstr "क्रोम या किसी अन्य ब्राउजर में जो PWA समर्थन करता है"
+msgstr " Chrome या किसी अन्य PWA-सपोर्ट वाले ब्राउज़र में"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:236
msgid " in Safari"
-msgstr "साफ़ारी में"
+msgstr " Safari में"
#: src/fluxer_marketing/pages/plutonium_page.gleam:1032
msgid "/forever"
@@ -37,11 +37,11 @@ msgstr "/वर्ष"
#: src/fluxer_marketing/pages/plutonium_page.gleam:654
msgid "500MB uploads, 4000 character messages, 300 bookmarks, 50 emoji packs, and much more."
-msgstr "500MB अपलोड, 4000 अक्षरों के संदेश, 300 बुकमार्क, 50 इमोजी पैक, और बहुत कुछ।"
+msgstr "500MB तक अपलोड, 4,000 अक्षरों के संदेश, 300 बुकमार्क, 50 इमोजी पैक, और बहुत कुछ।"
#: src/fluxer_marketing/components/communities_section.gleam:86
msgid "A chat platform that answers to you, not investors. It's ad-free, open source, community-funded, and never sells your data or nags you with upgrade pop-ups."
-msgstr "एक चैट प्लेटफ़ॉर्म जो निवेशकों को नहीं, आपको जवाबदेह है। यह विज्ञापन-मुक्त, ओपन सोर्स और समुदाय-समर्थित है—और न तो आपका डेटा बेचता है, न ही अपग्रेड पॉप-अप से परेशान करता है।"
+msgstr "एक चैट प्लेटफ़ॉर्म जो निवेशकों को नहीं, आपको जवाबदेह है। यह विज्ञापन-मुक्त, ओपन-सोर्स और समुदाय-समर्थित है—और न तो आपका डेटा बेचता है, न ही अपग्रेड पॉप-अप से परेशान करता है।"
#: src/fluxer_marketing/pages/careers_page.gleam:219
msgid "A non-paid role for recurring contributors who help shape Fluxer alongside the core team."
@@ -57,7 +57,7 @@ msgstr "सिर्फ़ पार्टनर समुदायों के
#: src/fluxer_marketing/components/coming_features.gleam:48
msgid "Activity sharing"
-msgstr "गतिविधि साझा करना"
+msgstr "गतिविधियाँ साझा करना"
#: src/fluxer_marketing/pages/download_page.gleam:228
msgid "Add Fluxer to your home screen to hide the browser UI."
@@ -65,7 +65,7 @@ msgstr "ब्राउज़र UI छिपाने के लिए Fluxer
#: src/fluxer_marketing/components/current_features.gleam:133
msgid "Add custom emojis, save media for later, and style the app with custom CSS."
-msgstr "कस्टम इमोजी जोड़ें, मीडिया बाद के लिए सहेजें, और कस्टम CSS से ऐप को अपने अंदाज़ में सजाएँ।"
+msgstr "कस्टम इमोजी जोड़ें, मीडिया बाद के लिए सहेजें, और कस्टम CSS से ऐप को अपने मुताबिक सजाएँ।"
#: src/fluxer_marketing/pages/plutonium_page.gleam:1124
msgid "After the offer ends, Operator Pass stays available on its own."
@@ -81,7 +81,11 @@ msgstr "वो सभी बेसिक चीज़ें जिनकी आ
#: src/fluxer_marketing/components/locale_selector.gleam:102
msgid "All translations are currently LLM-generated with minimal human revision. We'd love to get real people to help us out localizing Fluxer into your language! To do so, shoot an email to i18n@fluxer.app and we'll be happy to accept your contributions."
-msgstr "फिलहाल सभी अनुवाद LLM से बनाए गए हैं और इंसानी रिविज़न बहुत कम है। हम चाहेंगे कि असली लोग आपकी भाषा में Fluxer को लोकलाइज़ करने में मदद करें! इसके लिए i18n@fluxer.app पर ईमेल करें—हम खुशी से आपका योगदान स्वीकार करेंगे।"
+msgstr "फिलहाल सभी अनुवाद LLM से बनाए गए हैं और मानवीय समीक्षा बहुत कम है। हम चाहेंगे कि असली लोग आपकी भाषा में Fluxer को लोकलाइज़ करने में हमारी मदद करें! इसके लिए i18n@fluxer.app पर ईमेल करें—हम खुशी से आपका योगदान स्वीकार करेंगे।"
+
+#: src/fluxer_marketing/components/hero.gleam:64
+msgid "An open-source, independent instant messaging and VoIP platform. Built for friends, groups, and communities."
+msgstr "एक ओपन-सोर्स, स्वतंत्र इंस्टेंट मैसेजिंग और VoIP प्लेटफ़ॉर्म। दोस्तों, समूहों और समुदायों के लिए बनाया गया।"
#: src/fluxer_marketing/components/platform_download_button.gleam:524
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:97
@@ -112,7 +116,7 @@ msgstr "partners@fluxer.app पर आवेदन करें"
#: src/fluxer_marketing/components/get_involved_section.gleam:170
msgid "Approved reports grant access to Fluxer Testers, where you can earn points for Plutonium codes and the Bug Hunter badge."
-msgstr "स्वीकृत रिपोर्ट्स से आपको Fluxer Testers में पहुँच मिलती है, जहाँ आप Plutonium कोड्स और Bug Hunter बैज के लिए पॉइंट्स कमा सकते हैं।"
+msgstr "स्वीकृत रिपोर्ट्स पर आपको Fluxer Testers का एक्सेस मिलता है, जहाँ आप Plutonium कोड्स और Bug Hunter बैज के लिए पॉइंट्स कमा सकते हैं।"
#: src/fluxer_marketing/components/locale_selector.gleam:118
msgid "Arabic"
@@ -120,7 +124,7 @@ msgstr "अरबी"
#: src/fluxer_marketing/pages/help_category_page.gleam:143
msgid "Articles in "
-msgstr "लेख — "
+msgstr "लेख: "
#: src/fluxer_marketing/pages/help_article_page.gleam:291
msgid "Articles in this section"
@@ -130,7 +134,7 @@ msgstr "इस सेक्शन के लेख"
msgid "Audit logs for transparency"
msgstr "पारदर्शिता के लिए ऑडिट लॉग्स"
-#: src/fluxer_marketing/pages/donate_page.gleam:302
+#: src/fluxer_marketing/pages/donate_page.gleam:301
msgid "Available for Swedish bank accounts"
msgstr "स्वीडिश बैंक खातों के लिए उपलब्ध"
@@ -177,7 +181,7 @@ msgstr "बीटा"
#: src/fluxer_marketing/components/coming_features.gleam:54
msgid "Better noise cancellation"
-msgstr "बेहतर शोर-निरस्तीकरण"
+msgstr "बेहतर नॉइज़ कैंसलेशन"
#: src/fluxer_marketing/pages/plutonium_page.gleam:350
msgid "Bio character limit"
@@ -208,7 +212,7 @@ msgstr "Bluesky"
msgid "Bookmarked messages"
msgstr "बुकमार्क किए गए संदेश"
-#: src/fluxer_marketing/pages/donate_page.gleam:388
+#: src/fluxer_marketing/pages/donate_page.gleam:387
msgid "Both donation types support the same cause equally. The only difference is that Business donations allow you to specify a tax ID (if applicable) and receive a PDF invoice when finalized, which can be useful for company accounting purposes."
msgstr "दोनों तरह के दान एक ही उद्देश्य को समान रूप से सपोर्ट करते हैं। फर्क बस इतना है कि Business दान में आप (यदि लागू हो) टैक्स ID दे सकते हैं और फाइनल होने पर PDF इनवॉइस प्राप्त कर सकते हैं—जो कंपनी अकाउंटिंग के लिए उपयोगी हो सकता है।"
@@ -218,7 +222,7 @@ msgstr "ब्रांड रंग"
#: src/fluxer_marketing/pages/partners_page.gleam:421
msgid "Brief description of your audience and what you do"
-msgstr "आपकी ऑडियंस और आप क्या करते हैं—इसका संक्षिप्त विवरण"
+msgstr "आपकी ऑडियंस और आप क्या करते हैं—उसका संक्षिप्त विवरण"
#: src/fluxer_marketing/pages/help_search_page.gleam:150
msgid "Browse Categories"
@@ -240,10 +244,6 @@ msgstr "इस विषय पर सहायता लेख देखें:
msgid "Built for communities of all kinds."
msgstr "हर तरह के समुदायों के लिए बनाया गया।"
-#: src/fluxer_marketing/components/hero.gleam:64
-msgid "Built for friends, groups, and communities. Text, voice, and video. Open source and community-funded."
-msgstr "दोस्तों, समूहों और समुदायों के लिए बनाया गया। टेक्स्ट, वॉइस और वीडियो। ओपन सोर्स और समुदाय-समर्थित।"
-
#: src/fluxer_marketing/components/locale_selector.gleam:119
msgid "Bulgarian"
msgstr "बल्गेरियाई"
@@ -331,7 +331,7 @@ msgstr "जल्द आ रहा है"
#: src/fluxer_marketing/pages/plutonium_page.gleam:367
#: src/fluxer_marketing/pages/plutonium_page.gleam:586
msgid "Coming soon"
-msgstr "जल्द ही आ रहा है"
+msgstr "जल्द आ रहा है"
#: src/fluxer_marketing/pages/plutonium_page.gleam:329
msgid "Communities"
@@ -410,11 +410,11 @@ msgstr "जब तक ऑफ़र चालू है, अपना Fluxer अ
#: src/fluxer_marketing/pages/partners_page.gleam:211
msgid "Creator Monetization"
-msgstr "Creator Monetization"
+msgstr "क्रिएटर मोनेटाइज़ेशन"
#: src/fluxer_marketing/components/coming_features.gleam:50
msgid "Creator monetization"
-msgstr "Creator monetization"
+msgstr "क्रिएटर मोनेटाइज़ेशन"
#: src/fluxer_marketing/components/communities_section.gleam:62
msgid "Creators"
@@ -519,7 +519,7 @@ msgstr "डिस्कवरी"
msgid "Display an exclusive Partner badge on your profile to stand out."
msgstr "अलग दिखने के लिए अपने प्रोफ़ाइल पर खास Partner बैज दिखाएँ।"
-#: src/fluxer_marketing/pages/donate_page.gleam:367
+#: src/fluxer_marketing/pages/donate_page.gleam:366
msgid "Do I get anything in return?"
msgstr "क्या बदले में मुझे कुछ मिलेगा?"
@@ -548,22 +548,22 @@ msgstr "USD में दान करें"
msgid "Donate to Fluxer"
msgstr "Fluxer को दान करें"
-#: src/fluxer_marketing/pages/donate_page.gleam:298
+#: src/fluxer_marketing/pages/donate_page.gleam:297
msgid "Donate with Swish"
-msgstr "स्विश के माध्यम से दान करें"
+msgstr "Swish के ज़रिए दान करें"
-#: src/fluxer_marketing/pages/donate_page.gleam:370
+#: src/fluxer_marketing/pages/donate_page.gleam:369
msgid "Donations are voluntary gifts and do not provide you with any product, service, ownership, or special rights. If you're looking for premium features, check out {0}."
msgstr "दान स्वैच्छिक उपहार हैं और इनके बदले आपको कोई उत्पाद, सेवा, स्वामित्व या विशेष अधिकार नहीं मिलते। अगर आप प्रीमियम फ़ीचर चाहते हैं, तो {0} देखें।"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:308
msgid "Done! You can now open Fluxer as if it were a regular program."
-msgstr "हो गया! अब आप फ्लक्सर को एक सामान्य प्रोग्राम की तरह खोल सकते हैं।"
+msgstr "हो गया! अब आप Fluxer को एक सामान्य प्रोग्राम की तरह खोल सकते हैं।"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:206
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:256
msgid "Done! You can open Fluxer from your home screen."
-msgstr "हो गया! आप अपने होम स्क्रीन से फ्लक्सर खोल सकते हैं।"
+msgstr "हो गया! अब आप अपनी होम स्क्रीन से Fluxer खोल सकते हैं।"
#: src/fluxer_marketing/components/footer.gleam:132
#: src/fluxer_marketing/components/navigation.gleam:84
@@ -622,7 +622,7 @@ msgstr "अर्ली एक्सेस"
#: src/fluxer_marketing/pages/partners_page.gleam:214
msgid "Early access to creator monetization features with lower platform fees than non-partners."
-msgstr "नॉन-पार्टनर्स की तुलना में कम प्लेटफ़ॉर्म फ़ीस के साथ creator monetization फ़ीचर्स का अर्ली एक्सेस।"
+msgstr "नॉन-पार्टनर्स की तुलना में कम प्लेटफ़ॉर्म फ़ीस के साथ क्रिएटर मोनेटाइज़ेशन फ़ीचर्स का अर्ली एक्सेस।"
#: src/fluxer_marketing/pages/plutonium_page.gleam:406
msgid "Early access to new features"
@@ -678,7 +678,7 @@ msgstr "डिस्कवरी में फ़ीचर्ड"
#: src/fluxer_marketing/components/coming_features.gleam:30
msgid "Federation"
-msgstr "संघ"
+msgstr "फ़ेडरेशन"
#: src/fluxer_marketing/pages/plutonium_page.gleam:357
msgid "File upload size"
@@ -686,7 +686,7 @@ msgstr "फ़ाइल अपलोड आकार"
#: src/fluxer_marketing/components/current_features.gleam:121
msgid "Filter by users, dates, and more"
-msgstr "यूज़र्स, तारीख़ों और अन्य चीज़ों से फ़िल्टर करें"
+msgstr "यूज़र्स, तारीख़ों और अन्य चीज़ों के आधार पर फ़िल्टर करें"
#: src/fluxer_marketing/pages/help_center_page.gleam:49
msgid "Find answers to common questions and learn how to use Fluxer."
@@ -694,7 +694,7 @@ msgstr "आम सवालों के जवाब पाएँ और Fluxer
#: src/fluxer_marketing/components/current_features.gleam:117
msgid "Find old messages or jump between communities and channels in seconds."
-msgstr "पुराने संदेश ढूँढें या सेकंडों में समुदायों और चैनलों के बीच कूदें।"
+msgstr "पुराने संदेश ढूँढें या सेकंडों में समुदायों और चैनलों के बीच जाएँ।"
#: src/fluxer_marketing/pages/help_center_page.gleam:104
msgid "Find step-by-step guides and answers, organized by topic."
@@ -706,7 +706,7 @@ msgstr "फ़िनिश"
#: src/fluxer_marketing/pages/careers_page.gleam:121
msgid "Fix bugs, ship features, or polish the experience in our main repo."
-msgstr "बग ठीक करें, फ़ीचर्स शिप करें, या हमारे मेन रेपो में अनुभव को और बेहतर बनाएं।"
+msgstr "बग ठीक करें, फ़ीचर्स शिप करें, या हमारे मेन रेपो में अनुभव को और निखारें।"
#: src/fluxer_marketing/components/footer.gleam:99
msgid "Fluxer"
@@ -724,7 +724,7 @@ msgstr "Fluxer Community Team"
msgid "Fluxer Partner"
msgstr "Fluxer Partner"
-#: src/fluxer_marketing/pages/donate_page.gleam:372
+#: src/fluxer_marketing/pages/donate_page.gleam:371
#: src/fluxer_marketing/pages/plutonium_page.gleam:51
#: src/fluxer_marketing/pages/plutonium_page.gleam:76
msgid "Fluxer Plutonium"
@@ -740,7 +740,7 @@ msgstr "Fluxer सेवा की शर्तें"
#: src/fluxer_marketing/pages/careers_page.gleam:105
msgid "Fluxer is built in the open. Pick the path that fits how you like to help."
-msgstr "Fluxer खुले तौर पर बनाया जाता है। जिस तरह आपको मदद करना पसंद है, उसी के मुताबिक रास्ता चुनें।"
+msgstr "Fluxer खुले तौर पर बनाया जाता है। जिस तरह आपको मदद करना पसंद है, उसी के मुताबिक अपना रास्ता चुनें।"
#: src/fluxer_marketing/pages/download_page.gleam:303
msgid "Fluxer is community-funded. If you'd like to help support iOS and Android development:"
@@ -748,11 +748,11 @@ msgstr "Fluxer समुदाय के सहयोग से चलता ह
#: src/fluxer_marketing/pages/plutonium_page.gleam:991
msgid "Fluxer is free and open source. Anyone can self-host for free."
-msgstr "Fluxer मुफ़्त और ओपन सोर्स है। कोई भी इसे मुफ़्त में सेल्फ-होस्ट कर सकता है।"
+msgstr "Fluxer मुफ़्त और ओपन-सोर्स है। कोई भी इसे मुफ़्त में सेल्फ-होस्ट कर सकता है।"
#: src/fluxer_marketing/components/get_involved_section.gleam:181
msgid "Fluxer is open source (AGPLv3). Contribute directly on GitHub by opening pull requests."
-msgstr "Fluxer ओपन सोर्स (AGPLv3) है। GitHub पर पुल रिक्वेस्ट खोलकर सीधे योगदान दें।"
+msgstr "Fluxer ओपन-सोर्स (AGPLv3) है। GitHub पर पुल रिक्वेस्ट खोलकर सीधे योगदान दें।"
#: src/fluxer_marketing/components/get_involved_section.gleam:158
msgid "Follow @fluxer.app"
@@ -778,7 +778,7 @@ msgstr "लाइट बैकग्राउंड के लिए"
#: src/fluxer_marketing/pages/press_page.gleam:237
msgid "For text, icons on light surfaces, and creating depth."
-msgstr "लाइट सतहों पर टेक्स्ट/आइकन्स और डेप्थ बनाने के लिए।"
+msgstr "लाइट सतहों पर टेक्स्ट/आइकन्स, और डेप्थ बनाने के लिए।"
#: src/fluxer_marketing/pages/plutonium_page.gleam:189
msgid "Forever"
@@ -810,7 +810,7 @@ msgstr "Free बनाम Plutonium"
msgid "French"
msgstr "फ़्रेंच"
-#: src/fluxer_marketing/pages/donate_page.gleam:346
+#: src/fluxer_marketing/pages/donate_page.gleam:345
msgid "Frequently Asked Questions"
msgstr "अक्सर पूछे जाने वाले सवाल"
@@ -833,7 +833,7 @@ msgstr "फुल-कलर वर्ज़न"
#: src/fluxer_marketing/components/current_features.gleam:152
msgid "Fully open source (AGPLv3)"
-msgstr "पूरी तरह ओपन सोर्स (AGPLv3)"
+msgstr "पूरी तरह ओपन-सोर्स (AGPLv3)"
#: src/fluxer_marketing/components/communities_section.gleam:57
msgid "Gaming"
@@ -845,31 +845,31 @@ msgstr "जर्मन"
#: src/fluxer_marketing/pages/plutonium_page.gleam:430
msgid "Get Plutonium"
-msgstr "Plutonium पाएं"
+msgstr "Plutonium पाएँ"
#: src/fluxer_marketing/components/plutonium_banner.gleam:79
msgid "Get Visionary"
-msgstr "Visionary पाएं"
+msgstr "Visionary पाएँ"
#: src/fluxer_marketing/pages/plutonium_page.gleam:1135
msgid "Get Visionary + Operator Pass"
-msgstr "Visionary + Operator Pass पाएं"
+msgstr "Visionary + Operator Pass पाएँ"
#: src/fluxer_marketing/pages/partners_page.gleam:148
msgid "Get an exclusive custom vanity URL like fluxer.gg/yourcommunity."
-msgstr "fluxer.gg/yourcommunity जैसा खास कस्टम वैनिटी URL पाएं।"
+msgstr "fluxer.gg/yourcommunity जैसा खास कस्टम वैनिटी URL पाएँ।"
#: src/fluxer_marketing/pages/partners_page.gleam:236
msgid "Get exclusive Fluxer Partner-only merchandise and swag."
-msgstr "सिर्फ़ Fluxer Partner के लिए एक्सक्लूसिव मर्च और स्वैग पाएं।"
+msgstr "सिर्फ़ Fluxer Partner के लिए एक्सक्लूसिव मर्च और स्वैग पाएँ।"
#: src/fluxer_marketing/pages/partners_page.gleam:115
msgid "Get free Plutonium for your account to enjoy all premium features."
-msgstr "अपने अकाउंट के लिए मुफ़्त Plutonium पाएं और सभी प्रीमियम फ़ीचर्स का आनंद लें।"
+msgstr "अपने अकाउंट के लिए मुफ़्त Plutonium पाएँ और सभी प्रीमियम फ़ीचर्स का आनंद लें।"
#: src/fluxer_marketing/pages/partners_page.gleam:170
msgid "Get heightened visibility by being featured in Community Discovery."
-msgstr "Community Discovery में फ़ीचर होकर ज़्यादा विज़िबिलिटी पाएं।"
+msgstr "Community Discovery में फ़ीचर होकर ज़्यादा विज़िबिलिटी पाएँ।"
#: src/fluxer_marketing/pages/not_found_page.gleam:87
msgid "Get help"
@@ -881,15 +881,15 @@ msgstr "शामिल हों"
#: src/fluxer_marketing/pages/plutonium_page.gleam:956
msgid "Get lifetime Plutonium on Fluxer.app plus an Operator Pass for self-hosting. Pay {0} one-time. Available until October 1, 2026 or when {1} slots are claimed."
-msgstr "Fluxer.app पर आजीवन Plutonium पाएं, साथ में सेल्फ-होस्टिंग के लिए Operator Pass। एक बार में {0} भुगतान करें। यह ऑफ़र 1 अक्टूबर 2026 तक या {1} स्लॉट भरने तक उपलब्ध है।"
+msgstr "Fluxer.app पर आजीवन Plutonium पाएँ, साथ में सेल्फ-होस्टिंग के लिए Operator Pass। एक बार में {0} भुगतान करें। यह ऑफ़र 1 अक्टूबर 2026 तक या {1} स्लॉट भरने तक उपलब्ध है।"
#: src/fluxer_marketing/components/plutonium_section.gleam:51
msgid "Get more with Fluxer Plutonium"
-msgstr "Fluxer Plutonium के साथ और ज़्यादा पाएं"
+msgstr "Fluxer Plutonium के साथ और ज़्यादा पाएँ"
#: src/fluxer_marketing/pages/download_page.gleam:316
msgid "Get perks and help fund development"
-msgstr "फ़ायदे पाएं और डेवलपमेंट को फंड करने में मदद करें"
+msgstr "फ़ायदे पाएँ और डेवलपमेंट को फंड करने में मदद करें"
#: src/fluxer_marketing/pages/download_page.gleam:237
msgid "Get push notifications when you're away from the app."
@@ -897,7 +897,7 @@ msgstr "ऐप से दूर होने पर पुश नोटिफि
#: src/fluxer_marketing/components/get_involved_section.gleam:89
msgid "Get updates, see upcoming features, discuss suggestions, and chat with the team."
-msgstr "अपडेट्स पाएं, आने वाले फ़ीचर्स देखें, सुझावों पर चर्चा करें, और टीम से चैट करें।"
+msgstr "अपडेट्स पाएँ, आने वाले फ़ीचर्स देखें, सुझावों पर चर्चा करें, और टीम से चैट करें।"
#: src/fluxer_marketing/pages/plutonium_page.gleam:385
#: src/fluxer_marketing/pages/plutonium_page.gleam:601
@@ -906,7 +906,7 @@ msgstr "ग्लोबल इमोजी और स्टिकर एक्
#: src/fluxer_marketing/components/coming_features.gleam:53
msgid "Global voice regions"
-msgstr "वैश्विक वॉइस रीजन"
+msgstr "ग्लोबल वॉइस रीजन"
#: src/fluxer_marketing/pages/not_found_page.gleam:78
msgid "Go home"
@@ -963,7 +963,7 @@ msgstr "Fluxer और उसके डॉक्स का अनुवाद क
#: src/fluxer_marketing/pages/careers_page.gleam:69
msgid "Help us build a different kind of communication platform — open source, community-funded, and built with care."
-msgstr "एक अलग तरह का संचार प्लेटफ़ॉर्म बनाने में हमारी मदद करें—ओपन सोर्स, समुदाय-समर्थित, और पूरी सावधानी से बनाया गया।"
+msgstr "एक अलग तरह का संचार प्लेटफ़ॉर्म बनाने में हमारी मदद करें—ओपन-सोर्स, समुदाय-समर्थित, और पूरी सावधानी से बनाया गया।"
#: src/fluxer_marketing/pages/donate_page.gleam:89
msgid "Help us build an independent communication platform that puts users first."
@@ -971,11 +971,11 @@ msgstr "यूज़र्स को प्राथमिकता देने
#: src/fluxer_marketing/pages/plutonium_page.gleam:651
msgid "Higher limits everywhere"
-msgstr "हर जगह ज़्यादा लिमिट्स"
+msgstr "हर जगह ऊँची लिमिट्स"
#: src/fluxer_marketing/components/plutonium_section.gleam:92
msgid "Higher limits, exclusive features, and early access to new updates"
-msgstr "ज़्यादा लिमिट्स, एक्सक्लूसिव फ़ीचर्स, और नए अपडेट्स का अर्ली एक्सेस"
+msgstr "ऊँची लिमिट्स, एक्सक्लूसिव फ़ीचर्स, और नए अपडेट्स का अर्ली एक्सेस"
#: src/fluxer_marketing/components/locale_selector.gleam:131
msgid "Hindi"
@@ -1000,7 +1000,7 @@ msgstr "हम कैसे मदद कर सकते हैं?"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:39
msgid "How to install as an app"
-msgstr "एक ऐप के रूप में इंस्टॉल कैसे करें"
+msgstr "ऐप के रूप में इंस्टॉल कैसे करें"
#: src/fluxer_marketing/pages/partners_page.gleam:434
msgid "How you plan to use Fluxer with your community"
@@ -1037,18 +1037,18 @@ msgstr "इंडोनेशियन"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:59
msgid "Install Fluxer as an app"
-msgstr "फ्लक्सर को एक ऐप के रूप में इंस्टॉल करें"
+msgstr "Fluxer को ऐप के रूप में इंस्टॉल करें"
#: src/fluxer_marketing/components/platform_download_button.gleam:145
#: src/fluxer_marketing/components/platform_download_button.gleam:161
msgid "Intel"
msgstr "Intel"
-#: src/fluxer_marketing/pages/donate_page.gleam:377
+#: src/fluxer_marketing/pages/donate_page.gleam:376
msgid "Is my donation tax-deductible?"
msgstr "क्या मेरा दान टैक्स-डिडक्टिबल है?"
-#: src/fluxer_marketing/pages/donate_page.gleam:359
+#: src/fluxer_marketing/pages/donate_page.gleam:358
msgid "Is this a subscription?"
msgstr "क्या यह सब्सक्रिप्शन है?"
@@ -1089,7 +1089,7 @@ msgstr "Fluxer Partner Program जॉइन करें और अपने ल
#: src/fluxer_marketing/pages/careers_page.gleam:49
msgid "Join the Fluxer community and help build the future of communication through open source and community contributions."
-msgstr "Fluxer समुदाय से जुड़ें और ओपन सोर्स व समुदाय योगदान के ज़रिए संचार का भविष्य बनाने में मदद करें।"
+msgstr "Fluxer समुदाय से जुड़ें और ओपन-सोर्स व समुदाय योगदान के ज़रिए संचार का भविष्य बनाने में मदद करें।"
#: src/fluxer_marketing/pages/partners_page.gleam:159
msgid "Join the exclusive Partners community with direct access to the Fluxer team."
@@ -1169,7 +1169,7 @@ msgstr "संदेश की अक्षर सीमा"
#: src/fluxer_marketing/components/coming_features.gleam:34
msgid "Message components"
-msgstr "संदेश कंपोनेंट्स"
+msgstr "मैसेज कंपोनेंट्स"
#: src/fluxer_marketing/pages/plutonium_page.gleam:294
#: src/fluxer_marketing/pages/plutonium_page.gleam:581
@@ -1196,7 +1196,7 @@ msgstr "मोबाइल ऐप्स पर काम जारी है"
#: src/fluxer_marketing/components/current_features.gleam:105
msgid "Moderation actions and tools"
-msgstr "मॉडरेशन एक्शन और टूल्स"
+msgstr "मॉडरेशन एक्शन्स और टूल्स"
#: src/fluxer_marketing/components/current_features.gleam:98
msgid "Moderation tools"
@@ -1220,19 +1220,19 @@ msgstr "कोई लेख नहीं मिले।"
#: src/fluxer_marketing/pages/help_search_page.gleam:94
msgid "No results found for"
-msgstr "कोई परिणाम नहीं मिले:"
+msgstr "इसके लिए कोई परिणाम नहीं मिले:"
-#: src/fluxer_marketing/pages/donate_page.gleam:380
+#: src/fluxer_marketing/pages/donate_page.gleam:379
msgid "No, donations to Fluxer are not tax-deductible as we are not a registered charitable organization."
msgstr "नहीं, Fluxer को दिए गए दान टैक्स-डिडक्टिबल नहीं हैं क्योंकि हम पंजीकृत चैरिटेबल संस्था नहीं हैं।"
-#: src/fluxer_marketing/pages/donate_page.gleam:362
+#: src/fluxer_marketing/pages/donate_page.gleam:361
msgid "No, this is a one-time donation. You choose the amount you want to give, and there are no recurring charges."
msgstr "नहीं, यह एक बार का दान है। आप जितना चाहें उतना दे सकते हैं, और कोई रिकरिंग चार्ज नहीं होता।"
#: src/fluxer_marketing/components/current_features.gleam:90
msgid "Noise suppression and echo cancellation"
-msgstr "शोर दबाना और इको कैंसलेशन"
+msgstr "नॉइज़ सप्रेशन और इको कैंसलेशन"
#: src/fluxer_marketing/components/locale_selector.gleam:140
msgid "Norwegian"
@@ -1273,11 +1273,11 @@ msgstr "ब्राउज़र में खोलें"
#: src/fluxer_marketing/pages/careers_page.gleam:118
msgid "Open source"
-msgstr "ओपन सोर्स"
+msgstr "ओपन-सोर्स"
#: src/fluxer_marketing/pages/plutonium_page.gleam:1039
msgid "Open source (AGPL-3.0)"
-msgstr "ओपन सोर्स (AGPL-3.0)"
+msgstr "ओपन-सोर्स (AGPL-3.0)"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:188
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:234
@@ -1291,7 +1291,7 @@ msgstr "Operator Pass"
#: src/fluxer_marketing/components/coming_features.gleam:31
msgid "Opt-in E2EE messaging"
-msgstr "सहमति द्वारा E2EE संदेश सेवा"
+msgstr "सहमति-आधारित E2EE मैसेजिंग"
#: src/fluxer_marketing/components/current_features.gleam:74
msgid "Organized channels for communities"
@@ -1360,7 +1360,7 @@ msgstr "पोलिश"
#: src/fluxer_marketing/components/coming_features.gleam:41
msgid "Polls & events"
-msgstr "पोल और इवेंट्स"
+msgstr "पोल्स और इवेंट्स"
#: src/fluxer_marketing/components/locale_selector.gleam:142
msgid "Portuguese (Brazil)"
@@ -1377,7 +1377,7 @@ msgstr "प्रेस"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:246
msgid "Press \"Add to Home Screen\""
-msgstr "होम स्क्रीन में जोड़ें\" पर क्लिक करें"
+msgstr "\"होम स्क्रीन पर जोड़ें\" दबाएँ"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:249
msgid "Press \"Add\" in the upper-right corner"
@@ -1385,11 +1385,11 @@ msgstr "ऊपरी दाएँ कोने में \"जोड़ें\"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:200
msgid "Press \"Install app\""
-msgstr "ऐप स्थापित करें\" दबाएँ"
+msgstr "\"ऐप इंस्टॉल करें\" दबाएँ"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:301
msgid "Press \"Install\" in the popup that appears"
-msgstr "जो पॉपअप प्रकट होता है, उसमें \"स्थापित करें\" दबाएँ"
+msgstr "जो पॉप-अप दिखाई दे, उसमें \"इंस्टॉल\" दबाएँ"
#: src/fluxer_marketing/pages/press_page.gleam:45
#: src/fluxer_marketing/pages/press_page.gleam:65
@@ -1410,7 +1410,7 @@ msgstr "शेयर बटन दबाएँ (ऊपर की ओर इश
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:296
msgid "Press the install button (downwards-pointing arrow on monitor) in the address bar"
-msgstr "पता बार में स्थापित करें बटन दबाएँ (मॉनिटर पर नीचे की ओर इशारा करता हुआ तीर)"
+msgstr "ऐड्रेस बार में इंस्टॉल बटन (मॉनिटर पर नीचे की ओर तीर) दबाएँ"
#: src/fluxer_marketing/components/footer.gleam:110
#: src/fluxer_marketing/components/navigation.gleam:93
@@ -1564,7 +1564,7 @@ msgstr "इन-बिल्ट स्क्रीन शेयरिंग"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:132
msgid "Screenshots courtesy of "
-msgstr "स्क्रीनशॉट की सौजन्य "
+msgstr "स्क्रीनशॉट सौजन्य: "
#: src/fluxer_marketing/pages/help_components.gleam:93
msgid "Search"
@@ -1705,7 +1705,7 @@ msgstr "अब भी मदद चाहिए?"
#: src/fluxer_marketing/pages/plutonium_page.gleam:624
msgid "Store up to 15 video backgrounds for calls. No more Downloads folder scavenger hunts!"
-msgstr "कॉल्स के लिए 15 तक वीडियो बैकग्राउंड सहेजें। अब Downloads फ़ोल्डर में ढूँढाई नहीं!"
+msgstr "कॉल्स के लिए 15 तक वीडियो बैकग्राउंड सहेजें। अब Downloads फ़ोल्डर खंगालना नहीं पड़ेगा!"
#: src/fluxer_marketing/pages/plutonium_page.gleam:614
msgid "Stream in up to 4K resolution at 60fps so others can see you in stunning clarity."
@@ -1790,7 +1790,7 @@ msgstr "अलग कीवर्ड आज़माएँ या हमार
#: src/fluxer_marketing/components/hackernews_banner.gleam:75
msgid "Try it without an email at"
-msgstr "इसे बिना ईमेल के आजमाइए"
+msgstr "इसे बिना ईमेल के यहाँ आज़माएँ"
#: src/fluxer_marketing/components/locale_selector.gleam:147
msgid "Turkish"
@@ -1814,7 +1814,7 @@ msgstr "नए फ़ीचर्स सबके लिए उपलब्ध
#: src/fluxer_marketing/pages/plutonium_page.gleam:79
msgid "Unlock higher limits and exclusive features while supporting an independent communication platform."
-msgstr "एक स्वतंत्र संचार प्लेटफ़ॉर्म को सपोर्ट करते हुए ज़्यादा लिमिट्स और एक्सक्लूसिव फ़ीचर्स अनलॉक करें।"
+msgstr "एक स्वतंत्र संचार प्लेटफ़ॉर्म को सपोर्ट करते हुए ऊँची लिमिट्स और एक्सक्लूसिव फ़ीचर्स अनलॉक करें।"
#: src/fluxer_marketing/pages/plutonium_page.gleam:611
msgid "Up to 4K video quality"
@@ -1846,7 +1846,7 @@ msgstr "एनिमेटेड इमोजी इस्तेमाल कर
#: src/fluxer_marketing/components/current_features.gleam:154
msgid "Use our desktop client (mobile coming soon)"
-msgstr "हमारा डेस्कटॉप क्लाइंट का उपयोग करें (मोबाइल जल्द ही आ रहा है)"
+msgstr "हमारे डेस्कटॉप क्लाइंट का उपयोग करें (मोबाइल जल्द आ रहा है)"
#: src/fluxer_marketing/pages/plutonium_page.gleam:604
msgid "Use your favorite emojis and stickers from any community, anywhere across Fluxer."
@@ -1937,7 +1937,7 @@ msgstr "हम अभी Fluxer के इर्द-गिर्द बिज़
msgid "Webhooks and bot support"
msgstr "वेबहुक्स और बॉट सपोर्ट"
-#: src/fluxer_marketing/pages/donate_page.gleam:351
+#: src/fluxer_marketing/pages/donate_page.gleam:350
msgid "What does my donation support?"
msgstr "मेरा दान किस चीज़ को सपोर्ट करता है?"
@@ -1953,9 +1953,9 @@ msgstr "आज क्या उपलब्ध है"
msgid "What's coming next"
msgstr "आगे क्या आने वाला है"
-#: src/fluxer_marketing/pages/donate_page.gleam:385
+#: src/fluxer_marketing/pages/donate_page.gleam:384
msgid "What's the difference between Individual and Business?"
-msgstr "Individual और Business में क्या फर्क है?"
+msgstr "Individual और Business में क्या अंतर है?"
#: src/fluxer_marketing/pages/press_page.gleam:226
msgid "White"
@@ -1989,7 +1989,7 @@ msgstr "आपके समुदाय को असलियत और भर
msgid "Your community receives increased limits when you need them."
msgstr "ज़रूरत पड़ने पर आपके समुदाय को बढ़ी हुई लिमिट्स मिलती हैं।"
-#: src/fluxer_marketing/pages/donate_page.gleam:354
+#: src/fluxer_marketing/pages/donate_page.gleam:353
msgid "Your donation helps fund Fluxer's infrastructure costs, including servers, bandwidth, storage, and ongoing development of new features. It helps us maintain and improve the platform for everyone."
msgstr "आपका दान Fluxer की इन्फ्रास्ट्रक्चर लागतों—जैसे सर्वर्स, बैंडविड्थ, स्टोरेज, और नए फ़ीचर्स के निरंतर डेवलपमेंट—को फंड करने में मदद करता है। इससे हम प्लेटफ़ॉर्म को सबके लिए मेंटेन और बेहतर कर पाते हैं।"
@@ -2034,7 +2034,7 @@ msgid "one-time purchase"
msgstr "एक बार की खरीद"
#: src/fluxer_marketing/components/plutonium_section.gleam:68
-#: src/fluxer_marketing/pages/donate_page.gleam:284
+#: src/fluxer_marketing/pages/donate_page.gleam:282
#: src/fluxer_marketing/pages/plutonium_page.gleam:106
#: src/fluxer_marketing/pages/plutonium_page.gleam:230
msgid "or"
@@ -2058,5 +2058,4 @@ msgstr "{1} में से {0} स्लॉट बचे हैं"
#: src/fluxer_marketing/components/footer.gleam:325
msgid "© Fluxer Platform AB (Swedish limited liability company: 559537-3993)"
-msgstr "© Fluxer Platform AB (स्वीडिश लिमिटेड लायबिलिटी कंपनी: 559537-3993)"
-
+msgstr "© Fluxer Platform AB (स्वीडन की लिमिटेड लायबिलिटी कंपनी: 559537-3993)"
diff --git a/fluxer_marketing/locales/hr/messages.po b/fluxer_marketing/locales/hr/messages.po
index acfcddfe..d8c396ce 100644
--- a/fluxer_marketing/locales/hr/messages.po
+++ b/fluxer_marketing/locales/hr/messages.po
@@ -6,15 +6,15 @@ msgstr ""
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:190
msgid " in Chrome"
-msgstr "u Chromeu"
+msgstr " u Chromeu"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:288
msgid " in Chrome or another browser with PWA support"
-msgstr "u Chromeu ili drugom pregledniku s podrškom za PWA"
+msgstr " u Chromeu ili drugom pregledniku s podrškom za PWA"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:236
msgid " in Safari"
-msgstr "u Safariju"
+msgstr " u Safariju"
#: src/fluxer_marketing/pages/plutonium_page.gleam:1032
msgid "/forever"
@@ -28,7 +28,7 @@ msgstr "/mj."
#: src/fluxer_marketing/pages/plutonium_page.gleam:233
msgid "/year"
-msgstr "/godišnje"
+msgstr "/god."
#: src/fluxer_marketing/components/plutonium_section.gleam:71
#: src/fluxer_marketing/pages/plutonium_page.gleam:109
@@ -37,15 +37,15 @@ msgstr "/god."
#: src/fluxer_marketing/pages/plutonium_page.gleam:654
msgid "500MB uploads, 4000 character messages, 300 bookmarks, 50 emoji packs, and much more."
-msgstr "Učitavanja do 500 MB, poruke do 4000 znakova, 300 oznaka, 50 paketa emojija i još mnogo toga."
+msgstr "Učitavanja do 500 MB, poruke do 4.000 znakova, 300 oznaka, 50 paketa emojija i još mnogo toga."
#: src/fluxer_marketing/components/communities_section.gleam:86
msgid "A chat platform that answers to you, not investors. It's ad-free, open source, community-funded, and never sells your data or nags you with upgrade pop-ups."
-msgstr "Chat platforma koja odgovara vama, a ne investitorima. Bez oglasa, otvorenog koda, financirana od zajednice — nikad ne prodaje vaše podatke i ne gnjavi vas skočnim prozorima za nadogradnju."
+msgstr "Chat platforma koja odgovara vama, a ne investitorima. Bez oglasa, otvorenog koda i financirana od zajednice — nikad ne prodaje vaše podatke i ne gnjavi vas skočnim prozorima za nadogradnju."
#: src/fluxer_marketing/pages/careers_page.gleam:219
msgid "A non-paid role for recurring contributors who help shape Fluxer alongside the core team."
-msgstr "Neplaćena uloga za stalne suradnike koji zajedno s glavnim timom pomažu oblikovati Fluxer."
+msgstr "Neplaćena uloga za redovite suradnike koji zajedno s glavnim timom pomažu oblikovati Fluxer."
#: src/fluxer_marketing/pages/plutonium_page.gleam:1074
msgid "Access to Fluxer Operators community"
@@ -69,19 +69,23 @@ msgstr "Dodajte prilagođene emojije, spremite medije za kasnije i uredite izgle
#: src/fluxer_marketing/pages/plutonium_page.gleam:1124
msgid "After the offer ends, Operator Pass stays available on its own."
-msgstr "Nakon završetka ponude, Operator Pass i dalje ostaje dostupan zasebno."
+msgstr "Nakon isteka ponude, Operator Pass i dalje ostaje dostupan i zasebno."
#: src/fluxer_marketing/pages/plutonium_page.gleam:843
msgid "All current and future Plutonium benefits, forever"
-msgstr "Sve sadašnje i buduće Plutonium pogodnosti, zauvijek"
+msgstr "Sve sadašnje i buduće Plutonium pogodnosti — zauvijek"
#: src/fluxer_marketing/components/current_features.gleam:55
msgid "All the basics you expect, plus a few things you don't."
-msgstr "Sve osnove koje očekujete, plus još nekoliko stvari koje ne očekujete."
+msgstr "Sve osnove koje očekujete — i još ponešto što ne."
#: src/fluxer_marketing/components/locale_selector.gleam:102
msgid "All translations are currently LLM-generated with minimal human revision. We'd love to get real people to help us out localizing Fluxer into your language! To do so, shoot an email to i18n@fluxer.app and we'll be happy to accept your contributions."
-msgstr "Svi prijevodi trenutačno su generirani LLM-om uz minimalnu ljudsku reviziju. Voljeli bismo da nam stvarni ljudi pomognu lokalizirati Fluxer na vaš jezik! Javite se e-mailom na i18n@fluxer.app i rado ćemo prihvatiti vaš doprinos."
+msgstr "Svi su prijevodi trenutačno generirani pomoću LLM-a uz minimalnu ljudsku provjeru. Voljeli bismo da nam stvarni ljudi pomognu lokalizirati Fluxer na vaš jezik! Javite se e-mailom na i18n@fluxer.app i rado ćemo prihvatiti vaš doprinos."
+
+#: src/fluxer_marketing/components/hero.gleam:64
+msgid "An open-source, independent instant messaging and VoIP platform. Built for friends, groups, and communities."
+msgstr "Neovisna platforma otvorenog koda za instant poruke i VoIP. Stvorena za prijatelje, grupe i zajednice."
#: src/fluxer_marketing/components/platform_download_button.gleam:524
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:97
@@ -90,16 +94,16 @@ msgstr "Android"
#: src/fluxer_marketing/components/platform_download_button.gleam:236
msgid "Android 8+"
-msgstr "Android 8+"
+msgstr "Android 8 ili noviji"
#: src/fluxer_marketing/pages/partners_page.gleam:178
msgid "Animated Avatar & Banner"
-msgstr "Animirani avatar i banner"
+msgstr "Animirani avatar i baner"
#: src/fluxer_marketing/pages/plutonium_page.gleam:399
#: src/fluxer_marketing/pages/plutonium_page.gleam:591
msgid "Animated avatars & banners"
-msgstr "Animirani avatari i banneri"
+msgstr "Animirani avatari i baneri"
#: src/fluxer_marketing/components/platform_download_button.gleam:144
#: src/fluxer_marketing/components/platform_download_button.gleam:160
@@ -112,7 +116,7 @@ msgstr "Prijavite se na partners@fluxer.app"
#: src/fluxer_marketing/components/get_involved_section.gleam:170
msgid "Approved reports grant access to Fluxer Testers, where you can earn points for Plutonium codes and the Bug Hunter badge."
-msgstr "Odobrene prijave daju pristup Fluxer Testers, gdje možete skupljati bodove za Plutonium kodove i značku Bug Hunter."
+msgstr "Odobrene prijave daju vam pristup Fluxer Testers, gdje možete skupljati bodove za Plutonium kodove i značku Bug Hunter."
#: src/fluxer_marketing/components/locale_selector.gleam:118
msgid "Arabic"
@@ -130,7 +134,7 @@ msgstr "Članci u ovom odjeljku"
msgid "Audit logs for transparency"
msgstr "Revizijski zapisi za transparentnost"
-#: src/fluxer_marketing/pages/donate_page.gleam:302
+#: src/fluxer_marketing/pages/donate_page.gleam:301
msgid "Available for Swedish bank accounts"
msgstr "Dostupno za švedske bankovne račune"
@@ -149,7 +153,7 @@ msgstr "Natrag u Centar za pomoć"
#: src/fluxer_marketing/pages/plutonium_page.gleam:674
msgid "Be the first to try new features before they're released to everyone else."
-msgstr "Budite prvi koji isprobavaju nove značajke prije nego što postanu dostupne svima."
+msgstr "Budite među prvima koji isprobavaju nove značajke prije nego što postanu dostupne svima."
#: src/fluxer_marketing/components/partner_section.gleam:64
#: src/fluxer_marketing/pages/careers_page.gleam:173
@@ -208,9 +212,9 @@ msgstr "Bluesky"
msgid "Bookmarked messages"
msgstr "Označene poruke"
-#: src/fluxer_marketing/pages/donate_page.gleam:388
+#: src/fluxer_marketing/pages/donate_page.gleam:387
msgid "Both donation types support the same cause equally. The only difference is that Business donations allow you to specify a tax ID (if applicable) and receive a PDF invoice when finalized, which can be useful for company accounting purposes."
-msgstr "Obje vrste donacija jednako podupiru isti cilj. Jedina je razlika u tome što Business donacije omogućuju unos poreznog broja (ako je primjenjivo) i izdavanje PDF računa nakon potvrde, što može biti korisno za poslovno knjigovodstvo."
+msgstr "Obje vrste donacija jednako podupiru isti cilj. Jedina je razlika u tome što poslovne donacije omogućuju unos poreznog broja (ako je primjenjivo) i izdavanje PDF računa nakon potvrde, što može biti korisno za računovodstvo."
#: src/fluxer_marketing/pages/press_page.gleam:200
msgid "Brand Colors"
@@ -240,10 +244,6 @@ msgstr "Pregledajte članke pomoći o "
msgid "Built for communities of all kinds."
msgstr "Stvoreno za zajednice svih vrsta."
-#: src/fluxer_marketing/components/hero.gleam:64
-msgid "Built for friends, groups, and communities. Text, voice, and video. Open source and community-funded."
-msgstr "Stvoreno za prijatelje, grupe i zajednice. Tekst, glas i video. Otvorenog koda i financirano od zajednice."
-
#: src/fluxer_marketing/components/locale_selector.gleam:119
msgid "Bulgarian"
msgstr "Bugarski"
@@ -254,7 +254,7 @@ msgstr "Poslovno"
#: src/fluxer_marketing/components/coming_features.gleam:56
msgid "Call pop-out"
-msgstr "Izdvajanje poziva u prozor"
+msgstr "Poziv u zasebnom prozoru"
#: src/fluxer_marketing/components/footer.gleam:220
#: src/fluxer_marketing/components/navigation.gleam:358
@@ -361,7 +361,7 @@ msgstr "Predlošci zajednica"
#: src/fluxer_marketing/components/current_features.gleam:139
msgid "Compact mode and display options"
-msgstr "Kompaktni način i opcije prikaza"
+msgstr "Kompaktni način rada i opcije prikaza"
#: src/fluxer_marketing/components/navigation.gleam:348
msgid "Company"
@@ -468,7 +468,7 @@ msgstr "Prilagodba"
#: src/fluxer_marketing/pages/plutonium_page.gleam:574
msgid "Customize your profile differently for each community you're part of."
-msgstr "Prilagodite svoj profil drugačije za svaku zajednicu u kojoj ste član."
+msgstr "Prilagodite profil drugačije za svaku zajednicu u kojoj ste član."
#: src/fluxer_marketing/components/locale_selector.gleam:120
msgid "Czech"
@@ -492,15 +492,15 @@ msgstr "Dizajn i brendiranje"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:99
msgid "Desktop"
-msgstr "Radna površina"
+msgstr "Računalo"
#: src/fluxer_marketing/components/footer.gleam:209
msgid "Developer Docs"
-msgstr "Dokumentacija za developere"
+msgstr "Razvojna dokumentacija"
#: src/fluxer_marketing/components/communities_section.gleam:74
msgid "Developers"
-msgstr "Developeri"
+msgstr "Razvojni programeri"
#: src/fluxer_marketing/components/partner_section.gleam:137
#: src/fluxer_marketing/pages/partners_page.gleam:156
@@ -519,7 +519,7 @@ msgstr "Otkrivanje"
msgid "Display an exclusive Partner badge on your profile to stand out."
msgstr "Prikažite ekskluzivnu partnersku značku na profilu i istaknite se."
-#: src/fluxer_marketing/pages/donate_page.gleam:367
+#: src/fluxer_marketing/pages/donate_page.gleam:366
msgid "Do I get anything in return?"
msgstr "Dobivam li nešto zauzvrat?"
@@ -548,22 +548,22 @@ msgstr "Donirajte u USD"
msgid "Donate to Fluxer"
msgstr "Donirajte Fluxeru"
-#: src/fluxer_marketing/pages/donate_page.gleam:298
+#: src/fluxer_marketing/pages/donate_page.gleam:297
msgid "Donate with Swish"
msgstr "Donirajte putem Swisha"
-#: src/fluxer_marketing/pages/donate_page.gleam:370
+#: src/fluxer_marketing/pages/donate_page.gleam:369
msgid "Donations are voluntary gifts and do not provide you with any product, service, ownership, or special rights. If you're looking for premium features, check out {0}."
msgstr "Donacije su dobrovoljni darovi i ne daju vam nikakav proizvod, uslugu, vlasništvo ili posebna prava. Ako tražite premium značajke, pogledajte {0}."
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:308
msgid "Done! You can now open Fluxer as if it were a regular program."
-msgstr "Gotovo! Sada možete otvoriti Fluxer kao da je redoviti program."
+msgstr "Gotovo! Sada možete otvoriti Fluxer kao da je riječ o običnom programu."
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:206
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:256
msgid "Done! You can open Fluxer from your home screen."
-msgstr "Gotovo! Možete otvoriti Fluxer s početnog ekrana."
+msgstr "Gotovo! Fluxer sada možete otvoriti s početnog zaslona."
#: src/fluxer_marketing/components/footer.gleam:132
#: src/fluxer_marketing/components/navigation.gleam:84
@@ -678,7 +678,7 @@ msgstr "Istaknuto u Otkrivanju"
#: src/fluxer_marketing/components/coming_features.gleam:30
msgid "Federation"
-msgstr "Savez"
+msgstr "Federacija"
#: src/fluxer_marketing/pages/plutonium_page.gleam:357
msgid "File upload size"
@@ -706,7 +706,7 @@ msgstr "Finski"
#: src/fluxer_marketing/pages/careers_page.gleam:121
msgid "Fix bugs, ship features, or polish the experience in our main repo."
-msgstr "Ispravljajte bugove, isporučujte značajke ili ispeglajte iskustvo u našem glavnom repozitoriju."
+msgstr "Ispravljajte greške, isporučujte značajke ili ispeglajte iskustvo u našem glavnom repozitoriju."
#: src/fluxer_marketing/components/footer.gleam:99
msgid "Fluxer"
@@ -724,7 +724,7 @@ msgstr "Fluxer Community tim"
msgid "Fluxer Partner"
msgstr "Fluxer partner"
-#: src/fluxer_marketing/pages/donate_page.gleam:372
+#: src/fluxer_marketing/pages/donate_page.gleam:371
#: src/fluxer_marketing/pages/plutonium_page.gleam:51
#: src/fluxer_marketing/pages/plutonium_page.gleam:76
msgid "Fluxer Plutonium"
@@ -744,7 +744,7 @@ msgstr "Fluxer se gradi javno. Odaberite put koji najbolje odgovara načinu na k
#: src/fluxer_marketing/pages/download_page.gleam:303
msgid "Fluxer is community-funded. If you'd like to help support iOS and Android development:"
-msgstr "Fluxer financira zajednica. Ako želite pomoći razvoju za iOS i Android:"
+msgstr "Fluxer financira zajednica. Ako želite pomoći razvoju iOS-a i Androida:"
#: src/fluxer_marketing/pages/plutonium_page.gleam:991
msgid "Fluxer is free and open source. Anyone can self-host for free."
@@ -778,7 +778,7 @@ msgstr "Za svijetle pozadine"
#: src/fluxer_marketing/pages/press_page.gleam:237
msgid "For text, icons on light surfaces, and creating depth."
-msgstr "Za tekst, ikone na svijetlim podlogama i stvaranje dubine."
+msgstr "Za tekst i ikone na svijetlim podlogama te stvaranje dubine."
#: src/fluxer_marketing/pages/plutonium_page.gleam:189
msgid "Forever"
@@ -810,21 +810,21 @@ msgstr "Besplatno vs Plutonium"
msgid "French"
msgstr "Francuski"
-#: src/fluxer_marketing/pages/donate_page.gleam:346
+#: src/fluxer_marketing/pages/donate_page.gleam:345
msgid "Frequently Asked Questions"
msgstr "Često postavljana pitanja"
#: src/fluxer_marketing/components/hackernews_banner.gleam:72
msgid "From HN?"
-msgstr "Iz HN-a?"
+msgstr "S HN-a?"
#: src/fluxer_marketing/components/current_features.gleam:72
msgid "Full Markdown support in messages"
-msgstr "Puna podrška za Markdown u porukama"
+msgstr "Potpuna podrška za Markdown u porukama"
#: src/fluxer_marketing/pages/plutonium_page.gleam:1037
msgid "Full access to all features"
-msgstr "Potpuni pristup svim značajkama"
+msgstr "Puni pristup svim značajkama"
#: src/fluxer_marketing/pages/press_page.gleam:125
#: src/fluxer_marketing/pages/press_page.gleam:179
@@ -881,7 +881,7 @@ msgstr "Uključite se"
#: src/fluxer_marketing/pages/plutonium_page.gleam:956
msgid "Get lifetime Plutonium on Fluxer.app plus an Operator Pass for self-hosting. Pay {0} one-time. Available until October 1, 2026 or when {1} slots are claimed."
-msgstr "Dobijte doživotni Plutonium na Fluxer.app uz Operator Pass za samostalno hostanje. Platite jednokratno {0}. Dostupno do 1. listopada 2026. ili dok se ne preuzme {1} mjesta."
+msgstr "Dobijte doživotni Plutonium na Fluxer.app uz Operator Pass za samostalno hostanje. Platite jednokratno {0}. Dostupno do 1. listopada 2026. ili dok se ne popune sva {1} mjesta."
#: src/fluxer_marketing/components/plutonium_section.gleam:51
msgid "Get more with Fluxer Plutonium"
@@ -914,7 +914,7 @@ msgstr "Na početnu"
#: src/fluxer_marketing/components/current_features.gleam:104
msgid "Granular roles and permissions"
-msgstr "Detaljne uloge i dopuštenja"
+msgstr "Precizne uloge i dopuštenja"
#: src/fluxer_marketing/components/locale_selector.gleam:123
msgid "Greek"
@@ -979,7 +979,7 @@ msgstr "Viši limiti, ekskluzivne značajke i rani pristup novim ažuriranjima"
#: src/fluxer_marketing/components/locale_selector.gleam:131
msgid "Hindi"
-msgstr "Hindski"
+msgstr "Hindi"
#: src/fluxer_marketing/components/communities_section.gleam:72
msgid "Hobbyists"
@@ -991,7 +991,7 @@ msgstr "Uključite se u poziv s prijateljima ili dijelite zaslon za zajednički
#: src/fluxer_marketing/components/current_features.gleam:153
msgid "Host your own instance"
-msgstr "Hostajte vlastitu instancu"
+msgstr "Pokrenite vlastitu instancu"
#: src/fluxer_marketing/pages/help_center_page.gleam:64
#: src/fluxer_marketing/pages/help_search_page.gleam:63
@@ -1044,11 +1044,11 @@ msgstr "Instalirajte Fluxer kao aplikaciju"
msgid "Intel"
msgstr "Intel"
-#: src/fluxer_marketing/pages/donate_page.gleam:377
+#: src/fluxer_marketing/pages/donate_page.gleam:376
msgid "Is my donation tax-deductible?"
msgstr "Može li se moja donacija odbiti od poreza?"
-#: src/fluxer_marketing/pages/donate_page.gleam:359
+#: src/fluxer_marketing/pages/donate_page.gleam:358
msgid "Is this a subscription?"
msgstr "Je li ovo pretplata?"
@@ -1113,7 +1113,7 @@ msgstr "Saznajte više o Fluxeru i našoj misiji"
#: src/fluxer_marketing/pages/careers_page.gleam:178
msgid "Learn about Partners"
-msgstr "Saznajte više o partnerima"
+msgstr "Saznajte više o Partner programu"
#: src/fluxer_marketing/components/plutonium_section.gleam:195
msgid "Learn more"
@@ -1137,7 +1137,7 @@ msgstr "Ograničena ponuda: Visionary uključuje Operator Pass"
#: src/fluxer_marketing/pages/partners_page.gleam:408
msgid "Links to your content or community (YouTube, Twitch, Discord, etc.)"
-msgstr "Linkovi na vaš sadržaj ili zajednicu (YouTube, Twitch, Discord itd.)"
+msgstr "Poveznice na vaš sadržaj ili zajednicu (YouTube, Twitch, Discord itd.)"
#: src/fluxer_marketing/components/platform_download_button.gleam:364
msgid "Linux"
@@ -1186,7 +1186,7 @@ msgstr "Minimalna donacija: 5 $ / 5 €"
#: src/fluxer_marketing/pages/download_page.gleam:203
msgid "Mobile apps are on the way"
-msgstr "Mobilne aplikacije su na putu"
+msgstr "Mobilne aplikacije stižu uskoro"
#: src/fluxer_marketing/components/platform_download_button.gleam:213
#: src/fluxer_marketing/components/platform_download_button.gleam:218
@@ -1222,11 +1222,11 @@ msgstr "Nema pronađenih članaka."
msgid "No results found for"
msgstr "Nema rezultata za"
-#: src/fluxer_marketing/pages/donate_page.gleam:380
+#: src/fluxer_marketing/pages/donate_page.gleam:379
msgid "No, donations to Fluxer are not tax-deductible as we are not a registered charitable organization."
msgstr "Ne, donacije Fluxeru ne mogu se odbiti od poreza jer nismo registrirana dobrotvorna organizacija."
-#: src/fluxer_marketing/pages/donate_page.gleam:362
+#: src/fluxer_marketing/pages/donate_page.gleam:361
msgid "No, this is a one-time donation. You choose the amount you want to give, and there are no recurring charges."
msgstr "Ne, ovo je jednokratna donacija. Vi birate iznos koji želite dati i nema ponavljajućih naplata."
@@ -1248,11 +1248,11 @@ msgstr "Napomena: Plutonium i Visionary pogodnosti vrijede samo za službenu ins
#: src/fluxer_marketing/pages/plutonium_page.gleam:788
msgid "Numbered badge (1-{0}) showing your Visionary status"
-msgstr "Numerirana značka (1–{0}) koja pokazuje vaš Visionary status"
+msgstr "Numerirana značka (1–{0}) koja označava vaš Visionary status"
#: src/fluxer_marketing/pages/plutonium_page.gleam:786
msgid "Numbered badge showing your Visionary status"
-msgstr "Numerirana značka koja pokazuje vaš Visionary status"
+msgstr "Numerirana značka koja označava vaš Visionary status"
#: src/fluxer_marketing/pages/plutonium_page.gleam:828
msgid "One-time purchase, lifetime access"
@@ -1291,7 +1291,7 @@ msgstr "Operator Pass"
#: src/fluxer_marketing/components/coming_features.gleam:31
msgid "Opt-in E2EE messaging"
-msgstr "Opt-in E2EE poruke"
+msgstr "E2EE poruke (po izboru)"
#: src/fluxer_marketing/components/current_features.gleam:74
msgid "Organized channels for communities"
@@ -1311,7 +1311,7 @@ msgstr "Naša primarna boja brenda. Koristite je za ključne elemente brenda i n
#: src/fluxer_marketing/pages/press_page.gleam:156
msgid "Our standalone symbol. Use this only when our brand is clearly visible or well-established elsewhere in the context."
-msgstr "Naš samostalni simbol. Koristite ga samo kada je naš brend jasno vidljiv ili već dobro uspostavljen u kontekstu."
+msgstr "Naš samostalni simbol. Koristite ga samo kada je naš brend jasno vidljiv ili je već dobro uspostavljen u kontekstu."
#: src/fluxer_marketing/components/communities_section.gleam:106
msgid "Over time, we'd love to explore optional monetization tools that help creators and communities earn, with a small, transparent fee that keeps the app sustainable."
@@ -1377,7 +1377,7 @@ msgstr "Mediji"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:246
msgid "Press \"Add to Home Screen\""
-msgstr "Pritisnite \"Dodaj na početni ekran"
+msgstr "Pritisnite \"Dodaj na početni zaslon\""
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:249
msgid "Press \"Add\" in the upper-right corner"
@@ -1385,11 +1385,11 @@ msgstr "Pritisnite \"Dodaj\" u gornjem desnom kutu"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:200
msgid "Press \"Install app\""
-msgstr "Pritisnite \"Instaliraj aplikaciju"
+msgstr "Pritisnite \"Instaliraj aplikaciju\""
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:301
msgid "Press \"Install\" in the popup that appears"
-msgstr "Pritisnite \"Instaliraj\" u skočnom prozoru koji se pojavljuje"
+msgstr "Pritisnite \"Instaliraj\" u skočnom prozoru koji se pojavi"
#: src/fluxer_marketing/pages/press_page.gleam:45
#: src/fluxer_marketing/pages/press_page.gleam:65
@@ -1406,11 +1406,11 @@ msgstr "Pritisnite gumb \"Više\" (\\u{22EE}) u gornjem desnom kutu"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:243
msgid "Press the Share button (rectangle with upwards-pointing arrow)"
-msgstr "Pritisnite gumb Dijeli (pravokutnik s strelicom koja upućuje prema gore)"
+msgstr "Pritisnite gumb Dijeli (pravokutnik sa strelicom prema gore)"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:296
msgid "Press the install button (downwards-pointing arrow on monitor) in the address bar"
-msgstr "Pritisnite gumb za instalaciju (strelica koja upućuje prema dolje na monitoru) u adresnoj traci"
+msgstr "Pritisnite gumb za instalaciju (strelica prema dolje na monitoru) u adresnoj traci"
#: src/fluxer_marketing/components/footer.gleam:110
#: src/fluxer_marketing/components/navigation.gleam:93
@@ -1463,7 +1463,7 @@ msgstr "Kupite Visionary izravno u aplikaciji nakon izrade računa. Datum kupnje
#: src/fluxer_marketing/components/current_features.gleam:122
msgid "Quick switcher with keyboard shortcuts"
-msgstr "Brzi prebacivač s tipkovničkim prečacima"
+msgstr "Brzo prebacivanje uz tipkovničke prečace"
#: src/fluxer_marketing/components/coming_features.gleam:40
msgid "RSS/Atom feeds for forums"
@@ -1471,7 +1471,7 @@ msgstr "RSS/Atom kanali za forume"
#: src/fluxer_marketing/pages/help_category_page.gleam:228
msgid "Read article"
-msgstr "Pročitaj članak"
+msgstr "Pročitajte članak"
#: src/fluxer_marketing/pages/guidelines_page.gleam:42
msgid "Read the Fluxer Community Guidelines"
@@ -1495,7 +1495,7 @@ msgstr "Spremni postati partner?"
#: src/fluxer_marketing/pages/plutonium_page.gleam:1180
msgid "Ready to upgrade?"
-msgstr "Spremni za nadogradnju?"
+msgstr "Spremni ste za nadogradnju?"
#: src/fluxer_marketing/components/get_involved_section.gleam:80
msgid "Register now"
@@ -1503,11 +1503,11 @@ msgstr "Registrirajte se sada"
#: src/fluxer_marketing/components/footer.gleam:311
msgid "Report a bug"
-msgstr "Prijavi bug"
+msgstr "Prijavi grešku"
#: src/fluxer_marketing/components/get_involved_section.gleam:167
msgid "Report bugs"
-msgstr "Prijavite bugove"
+msgstr "Prijavite greške"
#: src/fluxer_marketing/pages/careers_page.gleam:165
msgid "Report people or communities so we can keep Fluxer safe for everyone."
@@ -1535,7 +1535,7 @@ msgstr "Rumunjski"
#: src/fluxer_marketing/components/current_features.gleam:149
msgid "Run the Fluxer backend on your own hardware and connect with our apps."
-msgstr "Pokrenite Fluxer backend na vlastitom hardveru i povežite se našim aplikacijama."
+msgstr "Pokrenite Fluxer backend na vlastitom hardveru i povežite se s našim aplikacijama."
#: src/fluxer_marketing/components/locale_selector.gleam:144
msgid "Russian"
@@ -1564,7 +1564,7 @@ msgstr "Ugrađeno dijeljenje zaslona"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:132
msgid "Screenshots courtesy of "
-msgstr "Snimke ekrana ljubaznošću "
+msgstr "Snimke zaslona ljubaznošću "
#: src/fluxer_marketing/pages/help_components.gleam:93
msgid "Search"
@@ -1572,7 +1572,7 @@ msgstr "Pretraži"
#: src/fluxer_marketing/components/current_features.gleam:114
msgid "Search & quick switcher"
-msgstr "Pretraga i brzi prebacivač"
+msgstr "Pretraga i brzo prebacivanje"
#: src/fluxer_marketing/pages/help_search_page.gleam:46
msgid "Search Results"
@@ -1627,7 +1627,7 @@ msgstr "Samostalno hostanje"
#: src/fluxer_marketing/pages/download_page.gleam:330
msgid "Send a one-time gift"
-msgstr "Pošaljite jednokratni poklon"
+msgstr "Pošaljite jednokratni dar"
#: src/fluxer_marketing/pages/partners_page.gleam:374
msgid "Send us an email with the following information to get started:"
@@ -1639,15 +1639,15 @@ msgstr "Postavite personalizirane zvukove pri ulasku u glasovne kanale kako bi s
#: src/fluxer_marketing/pages/careers_page.gleam:408
msgid "Share a bit about yourself, what you'd like to work on, and links to any relevant work."
-msgstr "Podijelite nešto o sebi, na čemu biste željeli raditi i linkove na relevantne radove."
+msgstr "Podijelite nešto o sebi, na čemu biste željeli raditi i poveznice na relevantne radove."
#: src/fluxer_marketing/pages/careers_page.gleam:143
msgid "Share feedback, report bugs, and help make Fluxer welcoming for everyone."
-msgstr "Podijelite povratne informacije, prijavite bugove i pomozite da Fluxer bude ugodno mjesto za sve."
+msgstr "Podijelite povratne informacije, prijavite greške i pomozite da Fluxer bude ugodno mjesto za sve."
#: src/fluxer_marketing/components/current_features.gleam:75
msgid "Share files and preview links"
-msgstr "Dijelite datoteke i pregledavajte linkove"
+msgstr "Dijelite datoteke i pregledavajte poveznice"
#: src/fluxer_marketing/components/platform_download_button.gleam:490
msgid "Show download options"
@@ -1655,7 +1655,7 @@ msgstr "Prikaži opcije preuzimanja"
#: src/fluxer_marketing/pages/plutonium_page.gleam:664
msgid "Show off your Plutonium status with an exclusive badge on your profile."
-msgstr "Pokažite svoj Plutonium status ekskluzivnom značkom na profilu."
+msgstr "Istaknite svoj Plutonium status ekskluzivnom značkom na profilu."
#: src/fluxer_marketing/components/coming_features.gleam:33
msgid "Slash commands"
@@ -1684,7 +1684,7 @@ msgstr "Španjolski (Španjolska)"
#: src/fluxer_marketing/pages/download_page.gleam:323
msgid "Sponsor the roadmap for mobile"
-msgstr "Sponzorirajte roadmap za mobilne aplikacije"
+msgstr "Sponzorirajte razvojni plan za mobilne aplikacije"
#: src/fluxer_marketing/components/coming_features.gleam:42
msgid "Stage channels"
@@ -1692,7 +1692,7 @@ msgstr "Stage kanali"
#: src/fluxer_marketing/pages/plutonium_page.gleam:594
msgid "Stand out with animated profile pictures and banners to express your personality."
-msgstr "Istaknite se animiranim profilnim slikama i bannerima i pokažite svoju osobnost."
+msgstr "Istaknite se animiranim profilnim slikama i banerima te pokažite svoju osobnost."
#: src/fluxer_marketing/components/get_involved_section.gleam:127
msgid "Stay updated on news, service status, and what's happening. You can also follow "
@@ -1709,11 +1709,11 @@ msgstr "Spremite do 15 video pozadina za pozive. Nema više kopanja po mapi Preu
#: src/fluxer_marketing/pages/plutonium_page.gleam:614
msgid "Stream in up to 4K resolution at 60fps so others can see you in stunning clarity."
-msgstr "Streamajte do 4K rezolucije pri 60 fps kako bi vas drugi vidjeli u nevjerojatnoj jasnoći."
+msgstr "Prijenos uživo do 4K rezolucije pri 60 fps, kako bi vas drugi vidjeli u zadivljujućoj jasnoći."
#: src/fluxer_marketing/components/coming_features.gleam:58
msgid "Streamer mode"
-msgstr "Način rada za streamere"
+msgstr "Streamer način"
#: src/fluxer_marketing/pages/donate_page.gleam:50
#: src/fluxer_marketing/pages/donate_page.gleam:86
@@ -1722,7 +1722,7 @@ msgstr "Podržite Fluxer"
#: src/fluxer_marketing/pages/plutonium_page.gleam:1077
msgid "Support future development"
-msgstr "Podržite budući razvoj"
+msgstr "Podržite daljnji razvoj"
#: src/fluxer_marketing/components/locale_selector.gleam:145
msgid "Swedish"
@@ -1744,7 +1744,7 @@ msgstr "Uvjeti korištenja"
#: src/fluxer_marketing/components/locale_selector.gleam:146
msgid "Thai"
-msgstr "Tajlandski"
+msgstr "Tajski"
#: src/fluxer_marketing/pages/plutonium_page.gleam:998
msgid "The Operator Pass is optional: pay for support and community access."
@@ -1790,7 +1790,7 @@ msgstr "Pokušajte s drugim ključnim riječima ili pregledajte naše kategorije
#: src/fluxer_marketing/components/hackernews_banner.gleam:75
msgid "Try it without an email at"
-msgstr "Probaj bez e-pošte na"
+msgstr "Isprobajte bez e-pošte na"
#: src/fluxer_marketing/components/locale_selector.gleam:147
msgid "Turkish"
@@ -1802,7 +1802,7 @@ msgstr "Ukrajinski"
#: src/fluxer_marketing/pages/plutonium_page.gleam:857
msgid "Unique profile badge"
-msgstr "Jedinstvena značka profila"
+msgstr "Jedinstvena značka na profilu"
#: src/fluxer_marketing/pages/plutonium_page.gleam:1036
msgid "Unlimited users"
@@ -1822,7 +1822,7 @@ msgstr "Do 4K kvalitete videa"
#: src/fluxer_marketing/pages/plutonium_page.gleam:54
msgid "Upgrade to Plutonium for $4.99/mo: custom username tags, per-community profiles, message scheduling, 4K streaming, 500MB uploads, and more exclusive features."
-msgstr "Nadogradite na Plutonium za 4,99 $/mj.: prilagođene oznake korisničkog imena, profili po zajednici, zakazivanje poruka, 4K streaming, učitavanja do 500 MB i još ekskluzivnih značajki."
+msgstr "Nadogradite na Plutonium za 4,99 $/mj.: prilagođene oznake korisničkog imena, profili po zajednici, zakazivanje poruka, 4K prijenos uživo, učitavanja do 500 MB i još ekskluzivnih značajki."
#: src/fluxer_marketing/pages/plutonium_page.gleam:644
msgid "Upload and use your own notification sounds to personalize your Fluxer experience."
@@ -1830,7 +1830,7 @@ msgstr "Učitajte i koristite vlastite zvukove obavijesti kako biste personalizi
#: src/fluxer_marketing/pages/partners_page.gleam:181
msgid "Upload animated GIFs as your community's avatar and banner."
-msgstr "Učitajte animirane GIF-ove kao avatar i banner svoje zajednice."
+msgstr "Učitajte animirane GIF-ove kao avatar i baner svoje zajednice."
#: src/fluxer_marketing/components/current_features.gleam:136
msgid "Upload custom emojis and stickers"
@@ -1846,7 +1846,7 @@ msgstr "Koristite animirane emojije"
#: src/fluxer_marketing/components/current_features.gleam:154
msgid "Use our desktop client (mobile coming soon)"
-msgstr "Koristite našu desktop aplikaciju (mobilna verzija dolazi uskoro)"
+msgstr "Koristite našu desktop aplikaciju (mobilna dolazi uskoro)"
#: src/fluxer_marketing/pages/plutonium_page.gleam:604
msgid "Use your favorite emojis and stickers from any community, anywhere across Fluxer."
@@ -1874,12 +1874,12 @@ msgstr "Vijetnamski"
#: src/fluxer_marketing/pages/help_category_page.gleam:172
msgid "View all articles"
-msgstr "Pogledaj sve članke"
+msgstr "Pogledajte sve članke"
#: src/fluxer_marketing/components/get_involved_section.gleam:183
#: src/fluxer_marketing/pages/careers_page.gleam:123
msgid "View repository"
-msgstr "Pogledaj repozitorij"
+msgstr "Pogledajte repozitorij"
#: src/fluxer_marketing/pages/plutonium_page.gleam:822
msgid "Visionary"
@@ -1923,7 +1923,7 @@ msgstr "Gradimo cjelovitu platformu sa svim značajkama koje biste očekivali. A
#: src/fluxer_marketing/pages/download_page.gleam:214
msgid "We're building apps for iOS and Android. Until they're ready, Fluxer works in your mobile browser — and we've put a lot of effort into making it feel as app-like as possible."
-msgstr "Gradimo aplikacije za iOS i Android. Dok ne budu spremne, Fluxer radi u vašem mobilnom pregledniku — i puno smo truda uložili da se što više osjeća kao prava aplikacija."
+msgstr "Gradimo aplikacije za iOS i Android. Dok ne budu spremne, Fluxer radi u vašem mobilnom pregledniku — i uložili smo puno truda da se što više osjeća kao prava aplikacija."
#: src/fluxer_marketing/components/get_involved_section.gleam:78
msgid "We're limiting registrations during beta. Once you're in, you can give friends a code to skip the queue."
@@ -1935,9 +1935,9 @@ msgstr "Još uvijek gradimo poslovnu stranu oko Fluxera i još nismo spremni za
#: src/fluxer_marketing/components/current_features.gleam:107
msgid "Webhooks and bot support"
-msgstr "Webhooks i podrška za botove"
+msgstr "Webhookovi i podrška za botove"
-#: src/fluxer_marketing/pages/donate_page.gleam:351
+#: src/fluxer_marketing/pages/donate_page.gleam:350
msgid "What does my donation support?"
msgstr "Što moja donacija podržava?"
@@ -1953,7 +1953,7 @@ msgstr "Što je dostupno danas"
msgid "What's coming next"
msgstr "Što stiže sljedeće"
-#: src/fluxer_marketing/pages/donate_page.gleam:385
+#: src/fluxer_marketing/pages/donate_page.gleam:384
msgid "What's the difference between Individual and Business?"
msgstr "Koja je razlika između Pojedinačno i Poslovno?"
@@ -1975,7 +1975,7 @@ msgstr "Windows"
#: src/fluxer_marketing/components/platform_download_button.gleam:232
msgid "Windows 10+"
-msgstr "Windows 10+"
+msgstr "Windows 10 ili noviji"
#: src/fluxer_marketing/pages/careers_page.gleam:357
msgid "With your support, we hope to make this independent communication platform sustainable and start offering paid roles in the future."
@@ -1987,9 +1987,9 @@ msgstr "Vaša zajednica dobiva verificirani status za autentičnost i povjerenje
#: src/fluxer_marketing/pages/partners_page.gleam:192
msgid "Your community receives increased limits when you need them."
-msgstr "Vaša zajednica dobiva povećane limite kad vam zatrebaju."
+msgstr "Vaša zajednica dobiva povećane limite kad zatrebaju."
-#: src/fluxer_marketing/pages/donate_page.gleam:354
+#: src/fluxer_marketing/pages/donate_page.gleam:353
msgid "Your donation helps fund Fluxer's infrastructure costs, including servers, bandwidth, storage, and ongoing development of new features. It helps us maintain and improve the platform for everyone."
msgstr "Vaša donacija pomaže financirati Fluxerove infrastrukturne troškove, uključujući poslužitelje, propusnost, pohranu i kontinuirani razvoj novih značajki. Pomaže nam održavati i poboljšavati platformu za sve."
@@ -2019,7 +2019,7 @@ msgstr "iOS / iPadOS"
#: src/fluxer_marketing/components/platform_download_button.gleam:235
msgid "iOS 15+"
-msgstr "iOS 15+"
+msgstr "iOS 15 ili noviji"
#: src/fluxer_marketing/components/platform_download_button.gleam:355
msgid "macOS"
@@ -2027,14 +2027,14 @@ msgstr "macOS"
#: src/fluxer_marketing/components/platform_download_button.gleam:233
msgid "macOS 10.15+"
-msgstr "macOS 10.15+"
+msgstr "macOS 10.15 ili noviji"
#: src/fluxer_marketing/pages/plutonium_page.gleam:1067
msgid "one-time purchase"
msgstr "jednokratna kupnja"
#: src/fluxer_marketing/components/plutonium_section.gleam:68
-#: src/fluxer_marketing/pages/donate_page.gleam:284
+#: src/fluxer_marketing/pages/donate_page.gleam:282
#: src/fluxer_marketing/pages/plutonium_page.gleam:106
#: src/fluxer_marketing/pages/plutonium_page.gleam:230
msgid "or"
@@ -2054,9 +2054,8 @@ msgstr "rezultata za"
#: src/fluxer_marketing/pages/plutonium_page.gleam:801
msgid "{0} of {1} slots left"
-msgstr "Preostalo {0} od {1} mjesta"
+msgstr "Preostalo je {0} od {1} mjesta"
#: src/fluxer_marketing/components/footer.gleam:325
msgid "© Fluxer Platform AB (Swedish limited liability company: 559537-3993)"
msgstr "© Fluxer Platform AB (švedsko društvo s ograničenom odgovornošću: 559537-3993)"
-
diff --git a/fluxer_marketing/locales/hu/messages.po b/fluxer_marketing/locales/hu/messages.po
index 8f306750..0e8fd3c1 100644
--- a/fluxer_marketing/locales/hu/messages.po
+++ b/fluxer_marketing/locales/hu/messages.po
@@ -6,15 +6,15 @@ msgstr ""
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:190
msgid " in Chrome"
-msgstr "a Chrome-ban"
+msgstr " Chrome-ban"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:288
msgid " in Chrome or another browser with PWA support"
-msgstr "a Chrome-ban vagy más PWA-t támogató böngészőben"
+msgstr " Chrome-ban vagy más, PWA-t támogató böngészőben"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:236
msgid " in Safari"
-msgstr "a Safari-ban"
+msgstr " Safariban"
#: src/fluxer_marketing/pages/plutonium_page.gleam:1032
msgid "/forever"
@@ -37,15 +37,15 @@ msgstr "/év"
#: src/fluxer_marketing/pages/plutonium_page.gleam:654
msgid "500MB uploads, 4000 character messages, 300 bookmarks, 50 emoji packs, and much more."
-msgstr "500 MB-os feltöltések, 4000 karakteres üzenetek, 300 könyvjelző, 50 emojicsomag, és még sok minden más."
+msgstr "500 MB-os feltöltések, 4000 karakteres üzenetek, 300 könyvjelző, 50 emojicsomag, és még sok más."
#: src/fluxer_marketing/components/communities_section.gleam:86
msgid "A chat platform that answers to you, not investors. It's ad-free, open source, community-funded, and never sells your data or nags you with upgrade pop-ups."
-msgstr "Egy csevegőplatform, ami neked felel, nem a befektetőknek. Reklámmentes, nyílt forráskódú, közösségi finanszírozású, és soha nem adja el az adataidat, illetve nem zaklat előfizetésre ösztönző felugrókkal."
+msgstr "Egy chatplatform, ami neked felel — nem a befektetőknek. Reklámmentes, nyílt forráskódú, közösségi finanszírozású, és soha nem adja el az adataidat, illetve nem zaklat előfizetésre ösztönző felugrókkal."
#: src/fluxer_marketing/pages/careers_page.gleam:219
msgid "A non-paid role for recurring contributors who help shape Fluxer alongside the core team."
-msgstr "Fizetés nélküli szerep a visszatérő közreműködőknek, akik az alapcsapattal együtt formálják a Fluxert."
+msgstr "Fizetés nélküli szerep a rendszeresen hozzájárulóknak, akik az alapcsapattal együtt formálják a Fluxert."
#: src/fluxer_marketing/pages/plutonium_page.gleam:1074
msgid "Access to Fluxer Operators community"
@@ -57,11 +57,11 @@ msgstr "Hozzáférés a kizárólag partnerközösségeknek fenntartott VIP hang
#: src/fluxer_marketing/components/coming_features.gleam:48
msgid "Activity sharing"
-msgstr "Tevékenységmegosztás"
+msgstr "Tevékenység megosztása"
#: src/fluxer_marketing/pages/download_page.gleam:228
msgid "Add Fluxer to your home screen to hide the browser UI."
-msgstr "Add a Fluxert a kezdőképernyődhöz, hogy elrejtsd a böngésző felületét."
+msgstr "Add hozzá a Fluxert a kezdőképernyődhöz, hogy elrejtsd a böngésző felületét."
#: src/fluxer_marketing/components/current_features.gleam:133
msgid "Add custom emojis, save media for later, and style the app with custom CSS."
@@ -69,7 +69,7 @@ msgstr "Adj hozzá egyedi emojikat, ments médiát későbbre, és formázd az a
#: src/fluxer_marketing/pages/plutonium_page.gleam:1124
msgid "After the offer ends, Operator Pass stays available on its own."
-msgstr "Az ajánlat lejárta után az Operator Pass külön is elérhető marad."
+msgstr "Az ajánlat lejárta után az Operator Pass önmagában is elérhető marad."
#: src/fluxer_marketing/pages/plutonium_page.gleam:843
msgid "All current and future Plutonium benefits, forever"
@@ -83,6 +83,10 @@ msgstr "Minden alap, amire számítasz — plusz pár dolog, amire nem."
msgid "All translations are currently LLM-generated with minimal human revision. We'd love to get real people to help us out localizing Fluxer into your language! To do so, shoot an email to i18n@fluxer.app and we'll be happy to accept your contributions."
msgstr "Minden fordítás jelenleg LLM-mel készült, minimális emberi átnézéssel. Örülnénk, ha valódi emberek is segítenének a Fluxer honosításában a te nyelvedre! Ehhez írj egy e-mailt az i18n@fluxer.app címre, és örömmel fogadjuk a hozzájárulásodat."
+#: src/fluxer_marketing/components/hero.gleam:64
+msgid "An open-source, independent instant messaging and VoIP platform. Built for friends, groups, and communities."
+msgstr "Egy nyílt forráskódú, független azonnali üzenetküldő és VoIP platform. Barátoknak, csoportoknak és közösségeknek készült."
+
#: src/fluxer_marketing/components/platform_download_button.gleam:524
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:97
msgid "Android"
@@ -112,7 +116,7 @@ msgstr "Jelentkezz a partners@fluxer.app címen"
#: src/fluxer_marketing/components/get_involved_section.gleam:170
msgid "Approved reports grant access to Fluxer Testers, where you can earn points for Plutonium codes and the Bug Hunter badge."
-msgstr "A jóváhagyott jelentések hozzáférést adnak a Fluxer Testershez, ahol pontokat szerezhetsz Plutonium-kódokért és a Bug Hunter jelvényért."
+msgstr "A jóváhagyott jelentések hozzáférést adnak a Fluxer Testershez, ahol pontokat gyűjthetsz Plutonium-kódokra és a Bug Hunter jelvényre."
#: src/fluxer_marketing/components/locale_selector.gleam:118
msgid "Arabic"
@@ -130,7 +134,7 @@ msgstr "Cikkek ebben a részben"
msgid "Audit logs for transparency"
msgstr "Auditnaplók az átláthatóságért"
-#: src/fluxer_marketing/pages/donate_page.gleam:302
+#: src/fluxer_marketing/pages/donate_page.gleam:301
msgid "Available for Swedish bank accounts"
msgstr "Elérhető svéd bankszámlákhoz"
@@ -155,16 +159,16 @@ msgstr "Próbáld ki elsőként az új funkciókat, mielőtt mindenki más megka
#: src/fluxer_marketing/pages/careers_page.gleam:173
#: src/fluxer_marketing/pages/partners_page.gleam:64
msgid "Become a Fluxer Partner"
-msgstr "Legyél Fluxer Partner"
+msgstr "Légy Fluxer Partner"
#: src/fluxer_marketing/components/partner_section.gleam:151
msgid "Become a Partner"
-msgstr "Legyél Partner"
+msgstr "Légy Partner"
#: src/fluxer_marketing/pages/download_page.gleam:322
#: src/fluxer_marketing/pages/plutonium_page.gleam:876
msgid "Become a Visionary"
-msgstr "Válts Visionary-ra"
+msgstr "Válj Visionary-vá"
#: src/fluxer_marketing/pages/plutonium_page.gleam:318
#: src/fluxer_marketing/pages/plutonium_page.gleam:325
@@ -177,7 +181,7 @@ msgstr "Béta"
#: src/fluxer_marketing/components/coming_features.gleam:54
msgid "Better noise cancellation"
-msgstr "Jobb zajcsökkentés"
+msgstr "Még jobb zajcsökkentés"
#: src/fluxer_marketing/pages/plutonium_page.gleam:350
msgid "Bio character limit"
@@ -208,7 +212,7 @@ msgstr "Bluesky"
msgid "Bookmarked messages"
msgstr "Könyvjelzőzött üzenetek"
-#: src/fluxer_marketing/pages/donate_page.gleam:388
+#: src/fluxer_marketing/pages/donate_page.gleam:387
msgid "Both donation types support the same cause equally. The only difference is that Business donations allow you to specify a tax ID (if applicable) and receive a PDF invoice when finalized, which can be useful for company accounting purposes."
msgstr "Mindkét adománytípus ugyanazt a célt támogatja, ugyanúgy. A különbség csak annyi, hogy a Céges adományoknál megadhatsz adószámot (ha releváns), és a véglegesítés után PDF-számlát kapsz, ami hasznos lehet a céges könyveléshez."
@@ -240,10 +244,6 @@ msgstr "Böngéssz súgócikkeket erről: "
msgid "Built for communities of all kinds."
msgstr "Mindenféle közösségre tervezve."
-#: src/fluxer_marketing/components/hero.gleam:64
-msgid "Built for friends, groups, and communities. Text, voice, and video. Open source and community-funded."
-msgstr "Barátoknak, csoportoknak és közösségeknek készült. Szöveg, hang és videó. Nyílt forráskódú, közösségi finanszírozású."
-
#: src/fluxer_marketing/components/locale_selector.gleam:119
msgid "Bulgarian"
msgstr "Bolgár"
@@ -390,23 +390,23 @@ msgstr "Kapcsolat a támogatással"
#: src/fluxer_marketing/components/partner_section.gleam:70
msgid "Content creators and community owners: unlock exclusive perks including free Plutonium, a Partner badge, custom vanity URLs, and more."
-msgstr "Tartalomkészítők és közösségtulajdonosok: oldjatok fel exkluzív előnyöket, többek között ingyenes Plutoniumot, Partner jelvényt, egyedi vanity URL-eket, és még sok mást."
+msgstr "Tartalomkészítők és közösségtulajdonosok: oldj fel exkluzív előnyöket — többek között ingyenes Plutoniumot, Partner jelvényt, egyedi vanity URL-eket és még sok mást."
#: src/fluxer_marketing/components/get_involved_section.gleam:178
msgid "Contribute code"
-msgstr "Kód hozzájárulás"
+msgstr "Járulj hozzá kóddal"
#: src/fluxer_marketing/pages/download_page.gleam:336
msgid "Contribute on GitHub"
-msgstr "Közreműködés a GitHubon"
+msgstr "Közreműködj a GitHubon"
#: src/fluxer_marketing/components/final_cta.gleam:69
msgid "Create an account and help us build something good."
-msgstr "Hozz létre fiókot, és segíts valami jót építeni."
+msgstr "Hozz létre egy fiókot, és segíts valami jót építeni."
#: src/fluxer_marketing/pages/plutonium_page.gleam:1191
msgid "Create your Fluxer account to get that sweet Plutonium while it's hot."
-msgstr "Hozd létre Fluxer-fiókodat, és szerezd meg azt a csodás Plutoniumot, amíg még elérhető."
+msgstr "Hozd létre a Fluxer-fiókodat, és szerezd meg azt a csodás Plutoniumot, amíg még elérhető."
#: src/fluxer_marketing/pages/partners_page.gleam:211
msgid "Creator Monetization"
@@ -519,7 +519,7 @@ msgstr "Felfedezés"
msgid "Display an exclusive Partner badge on your profile to stand out."
msgstr "Mutass egy exkluzív Partner jelvényt a profilodon, hogy kitűnj."
-#: src/fluxer_marketing/pages/donate_page.gleam:367
+#: src/fluxer_marketing/pages/donate_page.gleam:366
msgid "Do I get anything in return?"
msgstr "Kapok valamit cserébe?"
@@ -548,22 +548,22 @@ msgstr "Adományozás USD-ben"
msgid "Donate to Fluxer"
msgstr "Adományozz a Fluxernek"
-#: src/fluxer_marketing/pages/donate_page.gleam:298
+#: src/fluxer_marketing/pages/donate_page.gleam:297
msgid "Donate with Swish"
-msgstr "Adjományozz Swish-sel"
+msgstr "Adományozz Swish-sel"
-#: src/fluxer_marketing/pages/donate_page.gleam:370
+#: src/fluxer_marketing/pages/donate_page.gleam:369
msgid "Donations are voluntary gifts and do not provide you with any product, service, ownership, or special rights. If you're looking for premium features, check out {0}."
msgstr "Az adományok önkéntes ajándékok, és nem biztosítanak számodra terméket, szolgáltatást, tulajdonjogot vagy különleges jogosultságokat. Ha prémium funkciókat keresel, nézd meg ezt: {0}."
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:308
msgid "Done! You can now open Fluxer as if it were a regular program."
-msgstr "Kész! Mostantól úgy nyithatja meg a Fluxert, mintha egy szokásos program lenne."
+msgstr "Kész! Mostantól úgy nyithatod meg a Fluxert, mintha egy rendes program lenne."
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:206
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:256
msgid "Done! You can open Fluxer from your home screen."
-msgstr "Kész! A Fluxert mostantól a kezdőképernyőről nyithatja meg."
+msgstr "Kész! Mostantól a kezdőképernyődről nyithatod meg a Fluxert."
#: src/fluxer_marketing/components/footer.gleam:132
#: src/fluxer_marketing/components/navigation.gleam:84
@@ -610,7 +610,7 @@ msgstr "Holland"
#: src/fluxer_marketing/components/coming_features.gleam:55
msgid "E2EE calls"
-msgstr "Végpontok közti titkosított hívások (E2EE)"
+msgstr "Végpontok közti titkosítású hívások (E2EE)"
#: src/fluxer_marketing/pages/partners_page.gleam:200
msgid "Early Feature Access"
@@ -706,7 +706,7 @@ msgstr "Finn"
#: src/fluxer_marketing/pages/careers_page.gleam:121
msgid "Fix bugs, ship features, or polish the experience in our main repo."
-msgstr "Javíts hibákat, szállíts funkciókat, vagy csiszold az élményt a fő repónkban."
+msgstr "Javíts hibákat, szállíts le új funkciókat, vagy csiszold az élményt a fő repónkban."
#: src/fluxer_marketing/components/footer.gleam:99
msgid "Fluxer"
@@ -724,7 +724,7 @@ msgstr "Fluxer Közösségi csapat"
msgid "Fluxer Partner"
msgstr "Fluxer Partner"
-#: src/fluxer_marketing/pages/donate_page.gleam:372
+#: src/fluxer_marketing/pages/donate_page.gleam:371
#: src/fluxer_marketing/pages/plutonium_page.gleam:51
#: src/fluxer_marketing/pages/plutonium_page.gleam:76
msgid "Fluxer Plutonium"
@@ -752,7 +752,7 @@ msgstr "A Fluxer ingyenes és nyílt forráskódú. Bárki ingyen futtathatja sa
#: src/fluxer_marketing/components/get_involved_section.gleam:181
msgid "Fluxer is open source (AGPLv3). Contribute directly on GitHub by opening pull requests."
-msgstr "A Fluxer nyílt forráskódú (AGPLv3). Járulj hozzá közvetlenül a GitHubon pull requestekkel."
+msgstr "A Fluxer nyílt forráskódú (AGPLv3). Járulj hozzá közvetlenül a GitHubon — nyiss pull requestet."
#: src/fluxer_marketing/components/get_involved_section.gleam:158
msgid "Follow @fluxer.app"
@@ -786,7 +786,7 @@ msgstr "Örökre"
#: src/fluxer_marketing/components/get_involved_section.gleam:189
msgid "Found a security issue?"
-msgstr "Biztonsági hibát találtál?"
+msgstr "Találtál biztonsági hibát?"
#: src/fluxer_marketing/pages/plutonium_page.gleam:175
#: src/fluxer_marketing/pages/plutonium_page.gleam:265
@@ -810,13 +810,13 @@ msgstr "Ingyenes vs. Plutonium"
msgid "French"
msgstr "Francia"
-#: src/fluxer_marketing/pages/donate_page.gleam:346
+#: src/fluxer_marketing/pages/donate_page.gleam:345
msgid "Frequently Asked Questions"
msgstr "Gyakran ismételt kérdések"
#: src/fluxer_marketing/components/hackernews_banner.gleam:72
msgid "From HN?"
-msgstr "HN-ből?"
+msgstr "HN-ről?"
#: src/fluxer_marketing/components/current_features.gleam:72
msgid "Full Markdown support in messages"
@@ -845,7 +845,7 @@ msgstr "Német"
#: src/fluxer_marketing/pages/plutonium_page.gleam:430
msgid "Get Plutonium"
-msgstr "Plutonium beszerzése"
+msgstr "Szerezd meg a Plutoniumot"
#: src/fluxer_marketing/components/plutonium_banner.gleam:79
msgid "Get Visionary"
@@ -861,7 +861,7 @@ msgstr "Kapj egy exkluzív, egyedi vanity URL-t, például fluxer.gg/yourcommuni
#: src/fluxer_marketing/pages/partners_page.gleam:236
msgid "Get exclusive Fluxer Partner-only merchandise and swag."
-msgstr "Kapj exkluzív, csak Fluxer Partnereknek járó merchöt és ajándékokat."
+msgstr "Kapj exkluzív, csak Fluxer Partnereknek járó merchöt és swag-et."
#: src/fluxer_marketing/pages/partners_page.gleam:115
msgid "Get free Plutonium for your account to enjoy all premium features."
@@ -873,15 +873,15 @@ msgstr "Kapj nagyobb láthatóságot azzal, hogy kiemelten szerepelsz a Közöss
#: src/fluxer_marketing/pages/not_found_page.gleam:87
msgid "Get help"
-msgstr "Segítség kérése"
+msgstr "Kérj segítséget"
#: src/fluxer_marketing/components/get_involved_section.gleam:51
msgid "Get involved"
-msgstr "Csatlakozz"
+msgstr "Kapcsolódj be"
#: src/fluxer_marketing/pages/plutonium_page.gleam:956
msgid "Get lifetime Plutonium on Fluxer.app plus an Operator Pass for self-hosting. Pay {0} one-time. Available until October 1, 2026 or when {1} slots are claimed."
-msgstr "Szerezz élethosszig tartó Plutoniumot a Fluxer.appon, plusz egy Operator Passt saját üzemeltetéshez. Fizess egyszer {0}-t. Elérhető 2026. október 1-ig, vagy amíg a(z) {1} hely be nem telik."
+msgstr "Szerezz élethosszig tartó Plutoniumot a Fluxer.appon, plusz egy Operator Passt saját üzemeltetéshez. Fizess egyszer {0}-t. Elérhető 2026. október 1-ig, vagy amíg a(z) {1} hely el nem fogy."
#: src/fluxer_marketing/components/plutonium_section.gleam:51
msgid "Get more with Fluxer Plutonium"
@@ -1000,7 +1000,7 @@ msgstr "Miben segíthetünk?"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:39
msgid "How to install as an app"
-msgstr "Hogyan telepítsük alkalmazásként"
+msgstr "Telepítés alkalmazásként"
#: src/fluxer_marketing/pages/partners_page.gleam:434
msgid "How you plan to use Fluxer with your community"
@@ -1037,18 +1037,18 @@ msgstr "Indonéz"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:59
msgid "Install Fluxer as an app"
-msgstr "Telepítse a Fluxert alkalmazásként"
+msgstr "Telepítsd a Fluxert alkalmazásként"
#: src/fluxer_marketing/components/platform_download_button.gleam:145
#: src/fluxer_marketing/components/platform_download_button.gleam:161
msgid "Intel"
msgstr "Intel"
-#: src/fluxer_marketing/pages/donate_page.gleam:377
+#: src/fluxer_marketing/pages/donate_page.gleam:376
msgid "Is my donation tax-deductible?"
msgstr "Levonható-e az adomány az adóból?"
-#: src/fluxer_marketing/pages/donate_page.gleam:359
+#: src/fluxer_marketing/pages/donate_page.gleam:358
msgid "Is this a subscription?"
msgstr "Ez előfizetés?"
@@ -1093,7 +1093,7 @@ msgstr "Csatlakozz a Fluxer közösségéhez, és segíts felépíteni a kommuni
#: src/fluxer_marketing/pages/partners_page.gleam:159
msgid "Join the exclusive Partners community with direct access to the Fluxer team."
-msgstr "Csatlakozz az exkluzív Partners közösséghez, közvetlen hozzáféréssel a Fluxer csapathoz."
+msgstr "Csatlakozz az exkluzív Partners közösséghez, közvetlen hozzáféréssel a Fluxer csapatához."
#: src/fluxer_marketing/pages/careers_page.gleam:66
msgid "Join the team behind Fluxer"
@@ -1129,11 +1129,11 @@ msgstr "Élethosszig tartó Plutonium"
#: src/fluxer_marketing/components/plutonium_banner.gleam:38
msgid "Lifetime Plutonium + Operator Pass with Visionary — limited slots"
-msgstr "Élethosszig tartó Plutonium + Operator Pass Visionary-val — limitált helyek"
+msgstr "Élethosszig tartó Plutonium + Operator Pass Visionary-val — korlátozott számú hely"
#: src/fluxer_marketing/pages/plutonium_page.gleam:1103
msgid "Limited Offer: Visionary includes Operator Pass"
-msgstr "Limitált ajánlat: a Visionary tartalmazza az Operator Passt"
+msgstr "Korlátozott ajánlat: a Visionary tartalmazza az Operator Passt"
#: src/fluxer_marketing/pages/partners_page.gleam:408
msgid "Links to your content or community (YouTube, Twitch, Discord, etc.)"
@@ -1220,13 +1220,13 @@ msgstr "Nem találtunk cikkeket."
#: src/fluxer_marketing/pages/help_search_page.gleam:94
msgid "No results found for"
-msgstr "Nincs találat erre"
+msgstr "Nincs találat erre:"
-#: src/fluxer_marketing/pages/donate_page.gleam:380
+#: src/fluxer_marketing/pages/donate_page.gleam:379
msgid "No, donations to Fluxer are not tax-deductible as we are not a registered charitable organization."
msgstr "Nem, a Fluxernek szánt adományok nem vonhatók le az adóból, mivel nem vagyunk bejegyzett jótékonysági szervezet."
-#: src/fluxer_marketing/pages/donate_page.gleam:362
+#: src/fluxer_marketing/pages/donate_page.gleam:361
msgid "No, this is a one-time donation. You choose the amount you want to give, and there are no recurring charges."
msgstr "Nem, ez egyszeri adomány. Te választod ki az összeget, és nincs ismétlődő terhelés."
@@ -1283,7 +1283,7 @@ msgstr "Nyílt forráskódú (AGPL-3.0)"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:234
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:284
msgid "Open the web app"
-msgstr "Nyissa meg a webalkalmazást"
+msgstr "Nyisd meg a webappot"
#: src/fluxer_marketing/pages/plutonium_page.gleam:1059
msgid "Operator Pass"
@@ -1291,7 +1291,7 @@ msgstr "Operator Pass"
#: src/fluxer_marketing/components/coming_features.gleam:31
msgid "Opt-in E2EE messaging"
-msgstr "Opció szerint működő E2EE üzenetküldés"
+msgstr "Opcionális (bekapcsolható) E2EE üzenetküldés"
#: src/fluxer_marketing/components/current_features.gleam:74
msgid "Organized channels for communities"
@@ -1377,19 +1377,19 @@ msgstr "Sajtó"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:246
msgid "Press \"Add to Home Screen\""
-msgstr "Nyomja meg az 'Add to Home Screen' (Hozzáadás a kezdőképernyőhöz) gombot"
+msgstr "Nyomd meg a \"Hozzáadás a kezdőképernyőhöz\" gombot"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:249
msgid "Press \"Add\" in the upper-right corner"
-msgstr "Nyomja meg a \"Hozzáadás\" gombot a jobb felső sarokban"
+msgstr "Nyomd meg a \"Hozzáadás\" gombot a jobb felső sarokban"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:200
msgid "Press \"Install app\""
-msgstr "Nyomja meg az \"Alkalmazás telepítése\" gombot"
+msgstr "Nyomd meg az \"Alkalmazás telepítése\" gombot"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:301
msgid "Press \"Install\" in the popup that appears"
-msgstr "Nyomja meg a \"Telepítés\" gombot, amely megjelenik a felugró ablakban"
+msgstr "Nyomd meg a \"Telepítés\" gombot a megjelenő felugró ablakban"
#: src/fluxer_marketing/pages/press_page.gleam:45
#: src/fluxer_marketing/pages/press_page.gleam:65
@@ -1402,15 +1402,15 @@ msgstr "Sajtókapcsolat"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:197
msgid "Press the \"More\" (\\u{22EE}) button in the top-right corner"
-msgstr "Nyomja meg a \"Több\" (\\u{22EE}) gombot a jobb felső sarokban"
+msgstr "Nyomd meg a \"Továbbiak\" (\\u{22EE}) gombot a jobb felső sarokban"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:243
msgid "Press the Share button (rectangle with upwards-pointing arrow)"
-msgstr "Nyomja meg a Megosztás gombot (téglalap felfelé mutató nyíllal)"
+msgstr "Nyomd meg a Megosztás gombot (téglalap felfelé mutató nyíllal)"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:296
msgid "Press the install button (downwards-pointing arrow on monitor) in the address bar"
-msgstr "Nyomja meg a telepítés gombot ( lefelé mutató nyíl a monitoron) a címsorban"
+msgstr "Nyomd meg a telepítés gombot (monitoron lefelé mutató nyíl) a címsorban"
#: src/fluxer_marketing/components/footer.gleam:110
#: src/fluxer_marketing/components/navigation.gleam:93
@@ -1515,7 +1515,7 @@ msgstr "Jelents felhasználókat vagy közösségeket, hogy a Fluxer mindenki sz
#: src/fluxer_marketing/pages/careers_page.gleam:154
msgid "Report vulnerabilities and help us keep the platform secure."
-msgstr "Jelents sebezhetőségeket, és segíts biztonságban tartani a платформot."
+msgstr "Jelents sebezhetőségeket, és segíts biztonságban tartani a platformot."
#: src/fluxer_marketing/components/navigation.gleam:309
msgid "Resources"
@@ -1523,7 +1523,7 @@ msgstr "Források"
#: src/fluxer_marketing/pages/partners_page.gleam:99
msgid "Rewards that recognize your impact, help your community grow, and give you a direct line to the Fluxer team."
-msgstr "Jutalmak, amelyek elismerik a hatásodat, segítik a közösséged növekedését, és közvetlen kapcsolatot adnak a Fluxer csapathoz."
+msgstr "Jutalmak, amelyek elismerik a hatásodat, segítik a közösséged növekedését, és közvetlen kapcsolatot adnak a Fluxer csapatához."
#: src/fluxer_marketing/pages/careers_page.gleam:344
msgid "Right now we're focused on shipping a great product and keeping Fluxer independent and bootstrapped."
@@ -1564,7 +1564,7 @@ msgstr "Beépített képernyőmegosztás"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:132
msgid "Screenshots courtesy of "
-msgstr "Képernyőképek a következő jóvoltából"
+msgstr "Képernyőképek: "
#: src/fluxer_marketing/pages/help_components.gleam:93
msgid "Search"
@@ -1790,7 +1790,7 @@ msgstr "Próbálj más kulcsszavakat, vagy böngéssz a kategóriáink között.
#: src/fluxer_marketing/components/hackernews_banner.gleam:75
msgid "Try it without an email at"
-msgstr "Próbáld ki e-mail nélkül a következőn:"
+msgstr "Próbáld ki e-mail nélkül itt:"
#: src/fluxer_marketing/components/locale_selector.gleam:147
msgid "Turkish"
@@ -1846,7 +1846,7 @@ msgstr "Használj animált emojikat"
#: src/fluxer_marketing/components/current_features.gleam:154
msgid "Use our desktop client (mobile coming soon)"
-msgstr "Használja asztali kliensünket (mobil verzió hamarosan érkezik)"
+msgstr "Használd az asztali kliensünket (mobil hamarosan)"
#: src/fluxer_marketing/pages/plutonium_page.gleam:604
msgid "Use your favorite emojis and stickers from any community, anywhere across Fluxer."
@@ -1937,7 +1937,7 @@ msgstr "Még építjük a Fluxer köré a vállalkozást, és egyelőre nem áll
msgid "Webhooks and bot support"
msgstr "Webhookok és bot-támogatás"
-#: src/fluxer_marketing/pages/donate_page.gleam:351
+#: src/fluxer_marketing/pages/donate_page.gleam:350
msgid "What does my donation support?"
msgstr "Mit támogat az adományom?"
@@ -1953,7 +1953,7 @@ msgstr "Mi érhető el ma"
msgid "What's coming next"
msgstr "Mi jön legközelebb"
-#: src/fluxer_marketing/pages/donate_page.gleam:385
+#: src/fluxer_marketing/pages/donate_page.gleam:384
msgid "What's the difference between Individual and Business?"
msgstr "Mi a különbség a Magánszemély és a Céges között?"
@@ -1983,13 +1983,13 @@ msgstr "A támogatásoddal reméljük, hogy fenntarthatóvá tehetjük ezt a fü
#: src/fluxer_marketing/pages/partners_page.gleam:137
msgid "Your community gets verified status for authenticity and trust."
-msgstr "A közösséged hitelesített státuszt kap a megbízhatóság és bizalom érdekében."
+msgstr "A közösséged hitelesített státuszt kap a megbízhatóság és a bizalom érdekében."
#: src/fluxer_marketing/pages/partners_page.gleam:192
msgid "Your community receives increased limits when you need them."
msgstr "A közösséged megemelt limiteket kap, amikor szükségetek van rá."
-#: src/fluxer_marketing/pages/donate_page.gleam:354
+#: src/fluxer_marketing/pages/donate_page.gleam:353
msgid "Your donation helps fund Fluxer's infrastructure costs, including servers, bandwidth, storage, and ongoing development of new features. It helps us maintain and improve the platform for everyone."
msgstr "Az adományod segít fedezni a Fluxer infrastruktúraköltségeit, többek között a szervereket, sávszélességet, tárhelyet és az új funkciók folyamatos fejlesztését. Segít fenntartani és jobbá tenni a platformot mindenki számára."
@@ -2034,7 +2034,7 @@ msgid "one-time purchase"
msgstr "egyszeri vásárlás"
#: src/fluxer_marketing/components/plutonium_section.gleam:68
-#: src/fluxer_marketing/pages/donate_page.gleam:284
+#: src/fluxer_marketing/pages/donate_page.gleam:282
#: src/fluxer_marketing/pages/plutonium_page.gleam:106
#: src/fluxer_marketing/pages/plutonium_page.gleam:230
msgid "or"
@@ -2042,7 +2042,7 @@ msgstr "vagy"
#: src/fluxer_marketing/components/get_involved_section.gleam:140
msgid "our RSS feed"
-msgstr "az RSS feedünket"
+msgstr "RSS feedünket"
#: src/fluxer_marketing/pages/help_search_page.gleam:96
msgid "result for"
@@ -2059,4 +2059,3 @@ msgstr "Még {0}/{1} hely van"
#: src/fluxer_marketing/components/footer.gleam:325
msgid "© Fluxer Platform AB (Swedish limited liability company: 559537-3993)"
msgstr "© Fluxer Platform AB (svéd korlátolt felelősségű társaság: 559537-3993)"
-
diff --git a/fluxer_marketing/locales/id/messages.po b/fluxer_marketing/locales/id/messages.po
index bb9e5152..666a7a12 100644
--- a/fluxer_marketing/locales/id/messages.po
+++ b/fluxer_marketing/locales/id/messages.po
@@ -37,15 +37,15 @@ msgstr "/thn"
#: src/fluxer_marketing/pages/plutonium_page.gleam:654
msgid "500MB uploads, 4000 character messages, 300 bookmarks, 50 emoji packs, and much more."
-msgstr "Unggahan 500MB, pesan 4000 karakter, 300 bookmark, 50 paket emoji, dan masih banyak lagi."
+msgstr "Unggahan hingga 500MB, pesan hingga 4000 karakter, 300 bookmark, 50 paket emoji, dan banyak lagi."
#: src/fluxer_marketing/components/communities_section.gleam:86
msgid "A chat platform that answers to you, not investors. It's ad-free, open source, community-funded, and never sells your data or nags you with upgrade pop-ups."
-msgstr "Platform chat yang berpihak pada kamu, bukan investor. Tanpa iklan, open source, didanai komunitas, dan tidak pernah menjual datamu atau mengganggu dengan pop-up upgrade."
+msgstr "Platform chat yang berpihak padamu, bukan investor. Bebas iklan, sumber terbuka, didanai komunitas, dan tidak pernah menjual datamu atau mengganggumu dengan pop-up untuk upgrade."
#: src/fluxer_marketing/pages/careers_page.gleam:219
msgid "A non-paid role for recurring contributors who help shape Fluxer alongside the core team."
-msgstr "Peran non-berbayar untuk kontributor rutin yang membantu membentuk Fluxer bersama tim inti."
+msgstr "Peran sukarela (tanpa bayaran) untuk kontributor rutin yang membantu membentuk Fluxer bersama tim inti."
#: src/fluxer_marketing/pages/plutonium_page.gleam:1074
msgid "Access to Fluxer Operators community"
@@ -53,7 +53,7 @@ msgstr "Akses ke komunitas Fluxer Operators"
#: src/fluxer_marketing/pages/partners_page.gleam:225
msgid "Access to VIP voice servers reserved exclusively for partnered communities."
-msgstr "Akses ke server voice VIP yang khusus untuk komunitas partner."
+msgstr "Akses ke server voice VIP yang khusus diperuntukkan bagi komunitas partner."
#: src/fluxer_marketing/components/coming_features.gleam:48
msgid "Activity sharing"
@@ -61,11 +61,11 @@ msgstr "Berbagi aktivitas"
#: src/fluxer_marketing/pages/download_page.gleam:228
msgid "Add Fluxer to your home screen to hide the browser UI."
-msgstr "Tambahkan Fluxer ke layar utama untuk menyembunyikan UI browser."
+msgstr "Tambahkan Fluxer ke layar utama untuk menyembunyikan antarmuka browser."
#: src/fluxer_marketing/components/current_features.gleam:133
msgid "Add custom emojis, save media for later, and style the app with custom CSS."
-msgstr "Tambahkan emoji kustom, simpan media untuk nanti, dan kustomisasi tampilan aplikasi dengan CSS."
+msgstr "Tambahkan emoji kustom, simpan media untuk nanti, dan ubah tampilan aplikasi dengan CSS kustom."
#: src/fluxer_marketing/pages/plutonium_page.gleam:1124
msgid "After the offer ends, Operator Pass stays available on its own."
@@ -73,15 +73,19 @@ msgstr "Setelah penawaran berakhir, Operator Pass tetap tersedia secara terpisah
#: src/fluxer_marketing/pages/plutonium_page.gleam:843
msgid "All current and future Plutonium benefits, forever"
-msgstr "Semua benefit Plutonium sekarang dan nanti, selamanya"
+msgstr "Semua benefit Plutonium sekarang dan yang akan datang, selamanya"
#: src/fluxer_marketing/components/current_features.gleam:55
msgid "All the basics you expect, plus a few things you don't."
-msgstr "Semua dasar yang kamu harapkan, plus beberapa hal yang tidak kamu duga."
+msgstr "Semua hal dasar yang kamu harapkan, plus beberapa hal yang tak kamu sangka."
#: src/fluxer_marketing/components/locale_selector.gleam:102
msgid "All translations are currently LLM-generated with minimal human revision. We'd love to get real people to help us out localizing Fluxer into your language! To do so, shoot an email to i18n@fluxer.app and we'll be happy to accept your contributions."
-msgstr "Saat ini semua terjemahan dibuat oleh LLM dengan revisi manusia yang sangat minim. Kami ingin melibatkan orang sungguhan untuk membantu melokalkan Fluxer ke bahasamu! Untuk ikut berkontribusi, kirim email ke i18n@fluxer.app dan kami dengan senang hati menerima kontribusimu."
+msgstr "Saat ini semua terjemahan dibuat oleh LLM dengan revisi manusia yang sangat minim. Kami ingin melibatkan orang sungguhan untuk membantu melokalkan Fluxer ke bahasamu! Untuk ikut berkontribusi, kirim email ke i18n@fluxer.app dan kami akan dengan senang hati menerima kontribusimu."
+
+#: src/fluxer_marketing/components/hero.gleam:64
+msgid "An open-source, independent instant messaging and VoIP platform. Built for friends, groups, and communities."
+msgstr "Platform pesan instan dan VoIP independen, sumber terbuka. Dibuat untuk teman, grup, dan komunitas."
#: src/fluxer_marketing/components/platform_download_button.gleam:524
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:97
@@ -108,11 +112,11 @@ msgstr "Apple Silicon"
#: src/fluxer_marketing/pages/partners_page.gleam:448
msgid "Apply at partners@fluxer.app"
-msgstr "Daftar via partners@fluxer.app"
+msgstr "Ajukan di partners@fluxer.app"
#: src/fluxer_marketing/components/get_involved_section.gleam:170
msgid "Approved reports grant access to Fluxer Testers, where you can earn points for Plutonium codes and the Bug Hunter badge."
-msgstr "Laporan yang disetujui memberi akses ke Fluxer Testers, tempat kamu bisa mengumpulkan poin untuk kode Plutonium dan lencana Bug Hunter."
+msgstr "Laporan yang disetujui memberi akses ke Fluxer Testers, tempat kamu bisa mengumpulkan poin untuk mendapatkan kode Plutonium dan lencana Bug Hunter."
#: src/fluxer_marketing/components/locale_selector.gleam:118
msgid "Arabic"
@@ -130,9 +134,9 @@ msgstr "Artikel di bagian ini"
msgid "Audit logs for transparency"
msgstr "Log audit untuk transparansi"
-#: src/fluxer_marketing/pages/donate_page.gleam:302
+#: src/fluxer_marketing/pages/donate_page.gleam:301
msgid "Available for Swedish bank accounts"
-msgstr "Tersedia untuk rekening bank Swedia"
+msgstr "Tersedia untuk rekening bank di Swedia"
#: src/fluxer_marketing/pages/download_page.gleam:67
msgid "Available on your desktop — and on the web"
@@ -149,7 +153,7 @@ msgstr "Kembali ke Pusat Bantuan"
#: src/fluxer_marketing/pages/plutonium_page.gleam:674
msgid "Be the first to try new features before they're released to everyone else."
-msgstr "Jadi yang pertama mencoba fitur baru sebelum dirilis untuk semua orang."
+msgstr "Jadilah yang pertama mencoba fitur baru sebelum dirilis untuk semua orang."
#: src/fluxer_marketing/components/partner_section.gleam:64
#: src/fluxer_marketing/pages/careers_page.gleam:173
@@ -206,11 +210,11 @@ msgstr "Bluesky"
#: src/fluxer_marketing/pages/plutonium_page.gleam:343
msgid "Bookmarked messages"
-msgstr "Pesan yang dibookmark"
+msgstr "Pesan yang di-bookmark"
-#: src/fluxer_marketing/pages/donate_page.gleam:388
+#: src/fluxer_marketing/pages/donate_page.gleam:387
msgid "Both donation types support the same cause equally. The only difference is that Business donations allow you to specify a tax ID (if applicable) and receive a PDF invoice when finalized, which can be useful for company accounting purposes."
-msgstr "Kedua jenis donasi mendukung tujuan yang sama dengan porsi yang setara. Satu-satunya perbedaan: donasi Bisnis memungkinkan kamu mencantumkan ID pajak (jika berlaku) dan menerima faktur PDF setelah diproses, yang bisa membantu kebutuhan akuntansi perusahaan."
+msgstr "Kedua jenis donasi mendukung tujuan yang sama secara setara. Bedanya hanya: donasi Bisnis memungkinkan kamu mencantumkan ID pajak (jika berlaku) dan menerima faktur PDF setelah diproses, yang bisa berguna untuk kebutuhan akuntansi perusahaan."
#: src/fluxer_marketing/pages/press_page.gleam:200
msgid "Brand Colors"
@@ -218,7 +222,7 @@ msgstr "Warna Brand"
#: src/fluxer_marketing/pages/partners_page.gleam:421
msgid "Brief description of your audience and what you do"
-msgstr "Deskripsi singkat audiensmu dan apa yang kamu lakukan"
+msgstr "Deskripsi singkat tentang audiensmu dan apa yang kamu lakukan"
#: src/fluxer_marketing/pages/help_search_page.gleam:150
msgid "Browse Categories"
@@ -238,11 +242,7 @@ msgstr "Jelajahi artikel bantuan tentang "
#: src/fluxer_marketing/components/communities_section.gleam:44
msgid "Built for communities of all kinds."
-msgstr "Dibuat untuk komunitas dalam berbagai bentuk."
-
-#: src/fluxer_marketing/components/hero.gleam:64
-msgid "Built for friends, groups, and communities. Text, voice, and video. Open source and community-funded."
-msgstr "Dibuat untuk teman, grup, dan komunitas. Teks, voice, dan video. Open source dan didanai komunitas."
+msgstr "Dibuat untuk segala jenis komunitas."
#: src/fluxer_marketing/components/locale_selector.gleam:119
msgid "Bulgarian"
@@ -254,7 +254,7 @@ msgstr "Bisnis"
#: src/fluxer_marketing/components/coming_features.gleam:56
msgid "Call pop-out"
-msgstr "Panggilan di jendela terpisah"
+msgstr "Jendela panggilan terpisah"
#: src/fluxer_marketing/components/footer.gleam:220
#: src/fluxer_marketing/components/navigation.gleam:358
@@ -273,7 +273,7 @@ msgstr "Ganti bahasa"
#: src/fluxer_marketing/components/hero.gleam:59
msgid "Chat that puts you first"
-msgstr "Chat yang mengutamakan kamu"
+msgstr "Chat yang mengutamakanmu"
#: src/fluxer_marketing/components/locale_selector.gleam:150
msgid "Chinese (Simplified)"
@@ -301,7 +301,7 @@ msgstr "Pilih bahasa"
#: src/fluxer_marketing/pages/plutonium_page.gleam:564
msgid "Choose your own 4-digit tag like #0001, #1337, or #9999 to make your username truly unique."
-msgstr "Pilih tag 4 digitmu sendiri seperti #0001, #1337, atau #9999 supaya username-mu benar-benar unik."
+msgstr "Pilih tag 4 digitmu sendiri seperti #0001, #1337, atau #9999 agar username-mu benar-benar unik."
#: src/fluxer_marketing/pages/help_category_page.gleam:136
msgid "Clear search"
@@ -309,7 +309,7 @@ msgstr "Hapus pencarian"
#: src/fluxer_marketing/pages/download_page.gleam:337
msgid "Code, issues, docs, and reviews"
-msgstr "Kode, issue, dokumentasi, dan review"
+msgstr "Kode, issue, dokumentasi, dan ulasan"
#: src/fluxer_marketing/pages/press_page.gleam:124
msgid "Color Logo"
@@ -386,11 +386,11 @@ msgstr "Terhubung dari klien apa pun"
#: src/fluxer_marketing/pages/help_article_page.gleam:233
#: src/fluxer_marketing/pages/help_article_page.gleam:375
msgid "Contact Support"
-msgstr "Hubungi Support"
+msgstr "Hubungi Dukungan"
#: src/fluxer_marketing/components/partner_section.gleam:70
msgid "Content creators and community owners: unlock exclusive perks including free Plutonium, a Partner badge, custom vanity URLs, and more."
-msgstr "Kreator konten dan pemilik komunitas: buka benefit eksklusif seperti Plutonium gratis, lencana Partner, vanity URL kustom, dan lainnya."
+msgstr "Kreator konten dan pemilik komunitas: buka benefit eksklusif seperti Plutonium gratis, lencana Partner, vanity URL kustom, dan banyak lagi."
#: src/fluxer_marketing/components/get_involved_section.gleam:178
msgid "Contribute code"
@@ -480,7 +480,7 @@ msgstr "Folder DM"
#: src/fluxer_marketing/components/current_features.gleam:69
msgid "DM your friends, chat with groups, or build communities with channels."
-msgstr "DM temanmu, ngobrol dengan grup, atau bangun komunitas lewat kanal."
+msgstr "Kirim DM ke temanmu, ngobrol bareng grup, atau bangun komunitas lewat kanal."
#: src/fluxer_marketing/components/locale_selector.gleam:121
msgid "Danish"
@@ -496,11 +496,11 @@ msgstr "Desktop"
#: src/fluxer_marketing/components/footer.gleam:209
msgid "Developer Docs"
-msgstr "Dokumentasi Developer"
+msgstr "Dokumentasi Pengembang"
#: src/fluxer_marketing/components/communities_section.gleam:74
msgid "Developers"
-msgstr "Developer"
+msgstr "Pengembang"
#: src/fluxer_marketing/components/partner_section.gleam:137
#: src/fluxer_marketing/pages/partners_page.gleam:156
@@ -519,7 +519,7 @@ msgstr "Discovery"
msgid "Display an exclusive Partner badge on your profile to stand out."
msgstr "Tampilkan lencana Partner eksklusif di profilmu agar makin menonjol."
-#: src/fluxer_marketing/pages/donate_page.gleam:367
+#: src/fluxer_marketing/pages/donate_page.gleam:366
msgid "Do I get anything in return?"
msgstr "Apakah saya mendapatkan sesuatu sebagai balasan?"
@@ -548,22 +548,22 @@ msgstr "Donasi dalam USD"
msgid "Donate to Fluxer"
msgstr "Donasi ke Fluxer"
-#: src/fluxer_marketing/pages/donate_page.gleam:298
+#: src/fluxer_marketing/pages/donate_page.gleam:297
msgid "Donate with Swish"
msgstr "Donasi dengan Swish"
-#: src/fluxer_marketing/pages/donate_page.gleam:370
+#: src/fluxer_marketing/pages/donate_page.gleam:369
msgid "Donations are voluntary gifts and do not provide you with any product, service, ownership, or special rights. If you're looking for premium features, check out {0}."
msgstr "Donasi adalah pemberian sukarela dan tidak memberikan produk, layanan, kepemilikan, atau hak istimewa apa pun. Jika kamu mencari fitur premium, lihat {0}."
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:308
msgid "Done! You can now open Fluxer as if it were a regular program."
-msgstr "Selesai! Anda sekarang dapat membuka Fluxer seolah itu adalah program biasa."
+msgstr "Selesai! Sekarang kamu bisa membuka Fluxer seperti program biasa."
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:206
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:256
msgid "Done! You can open Fluxer from your home screen."
-msgstr "Selesai! Anda dapat membuka Fluxer dari layar beranda Anda."
+msgstr "Selesai! Kamu bisa membuka Fluxer dari layar beranda."
#: src/fluxer_marketing/components/footer.gleam:132
#: src/fluxer_marketing/components/navigation.gleam:84
@@ -581,7 +581,7 @@ msgstr "Unduh Fluxer"
#: src/fluxer_marketing/pages/download_page.gleam:49
msgid "Download Fluxer for Windows, macOS, and Linux. Mobile apps are underway."
-msgstr "Unduh Fluxer untuk Windows, macOS, dan Linux. Aplikasi mobile sedang dalam pengembangan."
+msgstr "Unduh Fluxer untuk Windows, macOS, dan Linux. Aplikasi mobile sedang dikerjakan."
#: src/fluxer_marketing/pages/press_page.gleam:48
msgid "Download Fluxer logos, brand assets, and get in touch with our press team"
@@ -724,7 +724,7 @@ msgstr "Tim Komunitas Fluxer"
msgid "Fluxer Partner"
msgstr "Partner Fluxer"
-#: src/fluxer_marketing/pages/donate_page.gleam:372
+#: src/fluxer_marketing/pages/donate_page.gleam:371
#: src/fluxer_marketing/pages/plutonium_page.gleam:51
#: src/fluxer_marketing/pages/plutonium_page.gleam:76
msgid "Fluxer Plutonium"
@@ -748,11 +748,11 @@ msgstr "Fluxer didanai komunitas. Jika kamu ingin membantu mendukung pengembanga
#: src/fluxer_marketing/pages/plutonium_page.gleam:991
msgid "Fluxer is free and open source. Anyone can self-host for free."
-msgstr "Fluxer gratis dan open source. Siapa pun bisa self-host gratis."
+msgstr "Fluxer gratis dan sumber terbuka. Siapa pun bisa self-host tanpa biaya."
#: src/fluxer_marketing/components/get_involved_section.gleam:181
msgid "Fluxer is open source (AGPLv3). Contribute directly on GitHub by opening pull requests."
-msgstr "Fluxer bersifat open source (AGPLv3). Berkontribusilah langsung di GitHub dengan membuka pull request."
+msgstr "Fluxer bersifat sumber terbuka (AGPLv3). Berkontribusilah langsung di GitHub dengan membuat pull request."
#: src/fluxer_marketing/components/get_involved_section.gleam:158
msgid "Follow @fluxer.app"
@@ -810,7 +810,7 @@ msgstr "Gratis vs Plutonium"
msgid "French"
msgstr "Prancis"
-#: src/fluxer_marketing/pages/donate_page.gleam:346
+#: src/fluxer_marketing/pages/donate_page.gleam:345
msgid "Frequently Asked Questions"
msgstr "Pertanyaan yang Sering Diajukan"
@@ -833,7 +833,7 @@ msgstr "Versi warna penuh"
#: src/fluxer_marketing/components/current_features.gleam:152
msgid "Fully open source (AGPLv3)"
-msgstr "Sepenuhnya open source (AGPLv3)"
+msgstr "Sepenuhnya sumber terbuka (AGPLv3)"
#: src/fluxer_marketing/components/communities_section.gleam:57
msgid "Gaming"
@@ -873,7 +873,7 @@ msgstr "Dapatkan visibilitas lebih tinggi dengan ditampilkan di Community Discov
#: src/fluxer_marketing/pages/not_found_page.gleam:87
msgid "Get help"
-msgstr "Dapatkan bantuan"
+msgstr "Minta bantuan"
#: src/fluxer_marketing/components/get_involved_section.gleam:51
msgid "Get involved"
@@ -914,7 +914,7 @@ msgstr "Ke beranda"
#: src/fluxer_marketing/components/current_features.gleam:104
msgid "Granular roles and permissions"
-msgstr "Role dan izin yang detail"
+msgstr "Peran dan izin yang lebih rinci"
#: src/fluxer_marketing/components/locale_selector.gleam:123
msgid "Greek"
@@ -955,7 +955,7 @@ msgstr "Dukung platform komunikasi independen. Donasimu mendanai infrastruktur d
#: src/fluxer_marketing/pages/donate_page.gleam:134
msgid "Help support an independent communication platform. Your donation funds the platform's infrastructure and development. It is a voluntary gift and does not constitute payment for any product or service or give you any ownership or special rights."
-msgstr "Dukung platform komunikasi independen. Donasimu mendanai infrastruktur dan pengembangan platform. Donasi bersifat sukarela dan bukan pembayaran untuk produk atau layanan apa pun, serta tidak memberikan kepemilikan atau hak istimewa apa pun."
+msgstr "Dukung platform komunikasi independen. Donasimu mendanai infrastruktur dan pengembangan platform. Donasi bersifat sukarela, bukan pembayaran untuk produk atau layanan apa pun, serta tidak memberikan kepemilikan atau hak istimewa apa pun."
#: src/fluxer_marketing/pages/careers_page.gleam:132
msgid "Help translate Fluxer and its docs so it feels native everywhere."
@@ -963,7 +963,7 @@ msgstr "Bantu terjemahkan Fluxer dan dokumentasinya agar terasa benar-benar loka
#: src/fluxer_marketing/pages/careers_page.gleam:69
msgid "Help us build a different kind of communication platform — open source, community-funded, and built with care."
-msgstr "Bantu kami membangun platform komunikasi yang berbeda — open source, didanai komunitas, dan dibuat dengan penuh perhatian."
+msgstr "Bantu kami membangun platform komunikasi yang berbeda — sumber terbuka, didanai komunitas, dan dibuat dengan penuh perhatian."
#: src/fluxer_marketing/pages/donate_page.gleam:89
msgid "Help us build an independent communication platform that puts users first."
@@ -987,7 +987,7 @@ msgstr "Hobiis"
#: src/fluxer_marketing/components/current_features.gleam:85
msgid "Hop in a call with friends or share your screen to work together."
-msgstr "Langsung ikut panggilan dengan teman atau bagikan layar untuk kerja bareng."
+msgstr "Langsung masuk panggilan dengan teman atau bagikan layar untuk bekerja bareng."
#: src/fluxer_marketing/components/current_features.gleam:153
msgid "Host your own instance"
@@ -1017,7 +1017,7 @@ msgstr "Data geolokasi IP oleh "
#: src/fluxer_marketing/pages/help_article_page.gleam:223
#: src/fluxer_marketing/pages/help_article_page.gleam:365
msgid "If you couldn't find what you're looking for, our support team is here to help."
-msgstr "Kalau kamu belum menemukan yang kamu cari, tim support kami siap membantu."
+msgstr "Kalau kamu belum menemukan yang kamu cari, tim dukungan kami siap membantu."
#: src/fluxer_marketing/pages/careers_page.gleam:176
msgid "If you're a creator or community owner, explore the Partner program and its perks."
@@ -1044,11 +1044,11 @@ msgstr "Instal Fluxer sebagai aplikasi"
msgid "Intel"
msgstr "Intel"
-#: src/fluxer_marketing/pages/donate_page.gleam:377
+#: src/fluxer_marketing/pages/donate_page.gleam:376
msgid "Is my donation tax-deductible?"
msgstr "Apakah donasi saya bisa dikurangkan dari pajak?"
-#: src/fluxer_marketing/pages/donate_page.gleam:359
+#: src/fluxer_marketing/pages/donate_page.gleam:358
msgid "Is this a subscription?"
msgstr "Apakah ini berlangganan?"
@@ -1081,7 +1081,7 @@ msgstr "Gabung dan sebarkan kabarnya"
#: src/fluxer_marketing/components/current_features.gleam:88
msgid "Join from multiple devices at once"
-msgstr "Gabung dari beberapa perangkat sekaligus"
+msgstr "Masuk dari beberapa perangkat sekaligus"
#: src/fluxer_marketing/pages/partners_page.gleam:47
msgid "Join the Fluxer Partner Program and unlock exclusive benefits for you and your community"
@@ -1089,7 +1089,7 @@ msgstr "Gabung Program Partner Fluxer dan buka benefit eksklusif untuk kamu dan
#: src/fluxer_marketing/pages/careers_page.gleam:49
msgid "Join the Fluxer community and help build the future of communication through open source and community contributions."
-msgstr "Gabung komunitas Fluxer dan bantu membangun masa depan komunikasi lewat open source dan kontribusi komunitas."
+msgstr "Gabung komunitas Fluxer dan bantu membangun masa depan komunikasi lewat sumber terbuka dan kontribusi komunitas."
#: src/fluxer_marketing/pages/partners_page.gleam:159
msgid "Join the exclusive Partners community with direct access to the Fluxer team."
@@ -1101,7 +1101,7 @@ msgstr "Gabung tim di balik Fluxer"
#: src/fluxer_marketing/components/current_features.gleam:101
msgid "Keep your community running smoothly with roles, permissions, and logs."
-msgstr "Jaga komunitasmu tetap berjalan lancar dengan role, izin, dan log."
+msgstr "Jaga komunitasmu tetap berjalan lancar dengan peran, izin, dan log."
#: src/fluxer_marketing/components/locale_selector.gleam:137
msgid "Korean"
@@ -1157,7 +1157,7 @@ msgstr "Logo"
#: src/fluxer_marketing/pages/donate_page.gleam:123
msgid "Make a Donation"
-msgstr "Buat Donasi"
+msgstr "Beri Donasi"
#: src/fluxer_marketing/components/current_features.gleam:123
msgid "Manage friends and block users"
@@ -1186,17 +1186,17 @@ msgstr "Donasi minimum: $5 / €5"
#: src/fluxer_marketing/pages/download_page.gleam:203
msgid "Mobile apps are on the way"
-msgstr "Aplikasi mobile sedang dalam perjalanan"
+msgstr "Aplikasi mobile segera hadir"
#: src/fluxer_marketing/components/platform_download_button.gleam:213
#: src/fluxer_marketing/components/platform_download_button.gleam:218
#: src/fluxer_marketing/components/platform_download_button.gleam:311
msgid "Mobile apps are underway"
-msgstr "Aplikasi mobile sedang dalam pengembangan"
+msgstr "Aplikasi mobile sedang dikerjakan"
#: src/fluxer_marketing/components/current_features.gleam:105
msgid "Moderation actions and tools"
-msgstr "Aksi dan alat moderasi"
+msgstr "Tindakan dan alat moderasi"
#: src/fluxer_marketing/components/current_features.gleam:98
msgid "Moderation tools"
@@ -1222,17 +1222,17 @@ msgstr "Tidak ada artikel yang ditemukan."
msgid "No results found for"
msgstr "Tidak ada hasil untuk"
-#: src/fluxer_marketing/pages/donate_page.gleam:380
+#: src/fluxer_marketing/pages/donate_page.gleam:379
msgid "No, donations to Fluxer are not tax-deductible as we are not a registered charitable organization."
msgstr "Tidak, donasi ke Fluxer tidak bisa dikurangkan dari pajak karena kami bukan organisasi amal terdaftar."
-#: src/fluxer_marketing/pages/donate_page.gleam:362
+#: src/fluxer_marketing/pages/donate_page.gleam:361
msgid "No, this is a one-time donation. You choose the amount you want to give, and there are no recurring charges."
msgstr "Tidak, ini donasi satu kali. Kamu memilih nominal yang ingin kamu berikan, dan tidak ada tagihan berulang."
#: src/fluxer_marketing/components/current_features.gleam:90
msgid "Noise suppression and echo cancellation"
-msgstr "Peredam bising dan pembatalan echo"
+msgstr "Peredam bising dan pembatalan gema"
#: src/fluxer_marketing/components/locale_selector.gleam:140
msgid "Norwegian"
@@ -1269,15 +1269,15 @@ msgstr "Buka Fluxer"
#: src/fluxer_marketing/components/hero.gleam:82
#: src/fluxer_marketing/components/navigation.gleam:473
msgid "Open in Browser"
-msgstr "Buka di Browser"
+msgstr "Buka di browser"
#: src/fluxer_marketing/pages/careers_page.gleam:118
msgid "Open source"
-msgstr "Open source"
+msgstr "Sumber terbuka"
#: src/fluxer_marketing/pages/plutonium_page.gleam:1039
msgid "Open source (AGPL-3.0)"
-msgstr "Open source (AGPL-3.0)"
+msgstr "Sumber terbuka (AGPL-3.0)"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:188
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:234
@@ -1291,7 +1291,7 @@ msgstr "Operator Pass"
#: src/fluxer_marketing/components/coming_features.gleam:31
msgid "Opt-in E2EE messaging"
-msgstr "Pesan E2EE dengan opt-in"
+msgstr "Pesan E2EE (opsional)"
#: src/fluxer_marketing/components/current_features.gleam:74
msgid "Organized channels for communities"
@@ -1377,19 +1377,19 @@ msgstr "Pers"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:246
msgid "Press \"Add to Home Screen\""
-msgstr "Tekan \"Tambah ke Layar Beranda"
+msgstr "Tekan \"Tambah ke Layar Beranda\""
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:249
msgid "Press \"Add\" in the upper-right corner"
-msgstr "Tekan \"Tambah\" di sudut kanan atas"
+msgstr "Tekan \"Tambah\" di pojok kanan atas"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:200
msgid "Press \"Install app\""
-msgstr "Tekan \"Instal aplikasi"
+msgstr "Tekan \"Instal aplikasi\""
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:301
msgid "Press \"Install\" in the popup that appears"
-msgstr "Tekan \"Instal\" di popup yang muncul"
+msgstr "Tekan \"Instal\" di pop-up yang muncul"
#: src/fluxer_marketing/pages/press_page.gleam:45
#: src/fluxer_marketing/pages/press_page.gleam:65
@@ -1402,7 +1402,7 @@ msgstr "Kontak Pers"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:197
msgid "Press the \"More\" (\\u{22EE}) button in the top-right corner"
-msgstr "Tekan tombol \"Lainnya\" (\\u{22EE}) di sudut kanan atas"
+msgstr "Tekan tombol \"Lainnya\" (\\u{22EE}) di pojok kanan atas"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:243
msgid "Press the Share button (rectangle with upwards-pointing arrow)"
@@ -1410,7 +1410,7 @@ msgstr "Tekan tombol Bagikan (persegi panjang dengan panah mengarah ke atas)"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:296
msgid "Press the install button (downwards-pointing arrow on monitor) in the address bar"
-msgstr "Tekan tombol instal (panah mengarah ke bawah di monitor) di bilah alamat"
+msgstr "Tekan tombol instal (panah mengarah ke bawah pada monitor) di bilah alamat"
#: src/fluxer_marketing/components/footer.gleam:110
#: src/fluxer_marketing/components/navigation.gleam:93
@@ -1487,7 +1487,7 @@ msgstr "Baca Ketentuan Layanan Fluxer"
#: src/fluxer_marketing/components/get_involved_section.gleam:172
msgid "Read the Guide"
-msgstr "Baca Panduannya"
+msgstr "Baca panduannya"
#: src/fluxer_marketing/pages/partners_page.gleam:362
msgid "Ready to become a Partner?"
@@ -1560,11 +1560,11 @@ msgstr "Jadwalkan pesan untuk dikirim pada waktu tertentu di masa depan. Tanpa p
#: src/fluxer_marketing/components/current_features.gleam:89
msgid "Screen sharing built in"
-msgstr "Screen sharing bawaan"
+msgstr "Berbagi layar bawaan"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:132
msgid "Screenshots courtesy of "
-msgstr "Tangkapan layar oleh "
+msgstr "Tangkapan layar disediakan oleh "
#: src/fluxer_marketing/pages/help_components.gleam:93
msgid "Search"
@@ -1688,7 +1688,7 @@ msgstr "Sponsori roadmap untuk mobile"
#: src/fluxer_marketing/components/coming_features.gleam:42
msgid "Stage channels"
-msgstr "Kanal stage"
+msgstr "Kanal Stage"
#: src/fluxer_marketing/pages/plutonium_page.gleam:594
msgid "Stand out with animated profile pictures and banners to express your personality."
@@ -1696,7 +1696,7 @@ msgstr "Tampil menonjol dengan foto profil dan banner animasi untuk mengekspresi
#: src/fluxer_marketing/components/get_involved_section.gleam:127
msgid "Stay updated on news, service status, and what's happening. You can also follow "
-msgstr "Tetap up-to-date dengan berita, status layanan, dan yang sedang terjadi. Kamu juga bisa mengikuti "
+msgstr "Tetap mengikuti berita terbaru, status layanan, dan yang sedang terjadi. Kamu juga bisa mengikuti "
#: src/fluxer_marketing/pages/help_article_page.gleam:218
#: src/fluxer_marketing/pages/help_article_page.gleam:360
@@ -1744,7 +1744,7 @@ msgstr "Ketentuan Layanan"
#: src/fluxer_marketing/components/locale_selector.gleam:146
msgid "Thai"
-msgstr "Thailand"
+msgstr "Thai"
#: src/fluxer_marketing/pages/plutonium_page.gleam:998
msgid "The Operator Pass is optional: pay for support and community access."
@@ -1879,7 +1879,7 @@ msgstr "Lihat semua artikel"
#: src/fluxer_marketing/components/get_involved_section.gleam:183
#: src/fluxer_marketing/pages/careers_page.gleam:123
msgid "View repository"
-msgstr "Lihat repository"
+msgstr "Lihat repositori"
#: src/fluxer_marketing/pages/plutonium_page.gleam:822
msgid "Visionary"
@@ -1937,7 +1937,7 @@ msgstr "Kami masih membangun bisnis di sekitar Fluxer dan belum cukup siap untuk
msgid "Webhooks and bot support"
msgstr "Dukungan webhook dan bot"
-#: src/fluxer_marketing/pages/donate_page.gleam:351
+#: src/fluxer_marketing/pages/donate_page.gleam:350
msgid "What does my donation support?"
msgstr "Donasi saya mendukung apa?"
@@ -1953,7 +1953,7 @@ msgstr "Yang tersedia hari ini"
msgid "What's coming next"
msgstr "Yang akan datang berikutnya"
-#: src/fluxer_marketing/pages/donate_page.gleam:385
+#: src/fluxer_marketing/pages/donate_page.gleam:384
msgid "What's the difference between Individual and Business?"
msgstr "Apa bedanya Individu dan Bisnis?"
@@ -1989,9 +1989,9 @@ msgstr "Komunitasmu mendapatkan status terverifikasi untuk keaslian dan kepercay
msgid "Your community receives increased limits when you need them."
msgstr "Komunitasmu mendapatkan batas yang ditingkatkan saat kamu membutuhkannya."
-#: src/fluxer_marketing/pages/donate_page.gleam:354
+#: src/fluxer_marketing/pages/donate_page.gleam:353
msgid "Your donation helps fund Fluxer's infrastructure costs, including servers, bandwidth, storage, and ongoing development of new features. It helps us maintain and improve the platform for everyone."
-msgstr "Donasimu membantu mendanai biaya infrastruktur Fluxer, termasuk server, bandwidth, penyimpanan, dan pengembangan fitur baru yang berkelanjutan. Ini membantu kami merawat dan meningkatkan platform untuk semua orang."
+msgstr "Donasimu membantu mendanai biaya infrastruktur Fluxer, termasuk server, bandwidth, penyimpanan, serta pengembangan fitur baru yang berkelanjutan. Ini membantu kami menjaga dan meningkatkan platform untuk semua orang."
#: src/fluxer_marketing/pages/partners_page.gleam:395
msgid "Your name and platform username"
@@ -2031,10 +2031,10 @@ msgstr "macOS 10.15+"
#: src/fluxer_marketing/pages/plutonium_page.gleam:1067
msgid "one-time purchase"
-msgstr "pembelian satu kali"
+msgstr "pembelian sekali"
#: src/fluxer_marketing/components/plutonium_section.gleam:68
-#: src/fluxer_marketing/pages/donate_page.gleam:284
+#: src/fluxer_marketing/pages/donate_page.gleam:282
#: src/fluxer_marketing/pages/plutonium_page.gleam:106
#: src/fluxer_marketing/pages/plutonium_page.gleam:230
msgid "or"
@@ -2059,4 +2059,3 @@ msgstr "Tersisa {0} dari {1} slot"
#: src/fluxer_marketing/components/footer.gleam:325
msgid "© Fluxer Platform AB (Swedish limited liability company: 559537-3993)"
msgstr "© Fluxer Platform AB (perseroan terbatas Swedia: 559537-3993)"
-
diff --git a/fluxer_marketing/locales/it/messages.po b/fluxer_marketing/locales/it/messages.po
index e312d609..38106bec 100644
--- a/fluxer_marketing/locales/it/messages.po
+++ b/fluxer_marketing/locales/it/messages.po
@@ -10,7 +10,7 @@ msgstr " in Chrome"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:288
msgid " in Chrome or another browser with PWA support"
-msgstr " in Chrome o un altro browser con supporto PWA"
+msgstr " in Chrome o in un altro browser con supporto PWA"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:236
msgid " in Safari"
@@ -18,7 +18,7 @@ msgstr " in Safari"
#: src/fluxer_marketing/pages/plutonium_page.gleam:1032
msgid "/forever"
-msgstr "/per sempre"
+msgstr "/per-sempre"
#: src/fluxer_marketing/components/plutonium_section.gleam:66
#: src/fluxer_marketing/pages/plutonium_page.gleam:103
@@ -37,15 +37,15 @@ msgstr "/anno"
#: src/fluxer_marketing/pages/plutonium_page.gleam:654
msgid "500MB uploads, 4000 character messages, 300 bookmarks, 50 emoji packs, and much more."
-msgstr "Upload fino a 500 MB, messaggi fino a 4000 caratteri, 300 segnalibri, 50 pacchetti di emoji e molto altro."
+msgstr "Upload fino a 500 MB, messaggi fino a 4.000 caratteri, 300 segnalibri, 50 pacchetti di emoji e molto altro."
#: src/fluxer_marketing/components/communities_section.gleam:86
msgid "A chat platform that answers to you, not investors. It's ad-free, open source, community-funded, and never sells your data or nags you with upgrade pop-ups."
-msgstr "Una piattaforma di chat che risponde a te, non agli investitori. Senza pubblicità, open source, finanziata dalla community: non vende mai i tuoi dati e non ti assilla con pop-up per l’upgrade."
+msgstr "Una piattaforma di chat che risponde a te, non agli investitori. Senza pubblicità, open source e finanziata dalla community: non vende mai i tuoi dati e non ti assilla con pop-up per l’upgrade."
#: src/fluxer_marketing/pages/careers_page.gleam:219
msgid "A non-paid role for recurring contributors who help shape Fluxer alongside the core team."
-msgstr "Un ruolo non retribuito per collaboratori abituali che aiutano a plasmare Fluxer insieme al team core."
+msgstr "Un ruolo non retribuito per chi contribuisce con regolarità e aiuta a plasmare Fluxer insieme al team core."
#: src/fluxer_marketing/pages/plutonium_page.gleam:1074
msgid "Access to Fluxer Operators community"
@@ -57,7 +57,7 @@ msgstr "Accesso a server vocali VIP riservati esclusivamente alle community part
#: src/fluxer_marketing/components/coming_features.gleam:48
msgid "Activity sharing"
-msgstr "Condivisione attività"
+msgstr "Condivisione dell’attività"
#: src/fluxer_marketing/pages/download_page.gleam:228
msgid "Add Fluxer to your home screen to hide the browser UI."
@@ -73,7 +73,7 @@ msgstr "Dopo la fine dell’offerta, Operator Pass resterà disponibile anche da
#: src/fluxer_marketing/pages/plutonium_page.gleam:843
msgid "All current and future Plutonium benefits, forever"
-msgstr "Tutti i vantaggi Plutonium, presenti e futuri, per sempre"
+msgstr "Tutti i vantaggi di Plutonium, presenti e futuri, per sempre"
#: src/fluxer_marketing/components/current_features.gleam:55
msgid "All the basics you expect, plus a few things you don't."
@@ -81,7 +81,11 @@ msgstr "Tutte le basi che ti aspetti, più qualche sorpresa."
#: src/fluxer_marketing/components/locale_selector.gleam:102
msgid "All translations are currently LLM-generated with minimal human revision. We'd love to get real people to help us out localizing Fluxer into your language! To do so, shoot an email to i18n@fluxer.app and we'll be happy to accept your contributions."
-msgstr "Al momento tutte le traduzioni sono generate da LLM con una revisione umana minima. Ci piacerebbe tantissimo avere persone reali che ci aiutino a localizzare Fluxer nella tua lingua! Scrivi a i18n@fluxer.app: saremo felici di accettare i tuoi contributi."
+msgstr "Al momento tutte le traduzioni sono generate da un LLM e hanno ricevuto solo una revisione umana minima. Ci piacerebbe avere persone reali che ci aiutino a localizzare Fluxer nella tua lingua! Scrivi a i18n@fluxer.app e saremo felici di accettare i tuoi contributi."
+
+#: src/fluxer_marketing/components/hero.gleam:64
+msgid "An open-source, independent instant messaging and VoIP platform. Built for friends, groups, and communities."
+msgstr "Una piattaforma indipendente e open source di messaggistica istantanea e VoIP. Pensata per amici, gruppi e community."
#: src/fluxer_marketing/components/platform_download_button.gleam:524
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:97
@@ -112,7 +116,7 @@ msgstr "Candidati a partners@fluxer.app"
#: src/fluxer_marketing/components/get_involved_section.gleam:170
msgid "Approved reports grant access to Fluxer Testers, where you can earn points for Plutonium codes and the Bug Hunter badge."
-msgstr "Le segnalazioni approvate danno accesso a Fluxer Testers, dove puoi guadagnare punti per codici Plutonium e il badge Bug Hunter."
+msgstr "Le segnalazioni approvate danno accesso a Fluxer Testers, dove puoi guadagnare punti per ottenere codici Plutonium e il badge Bug Hunter."
#: src/fluxer_marketing/components/locale_selector.gleam:118
msgid "Arabic"
@@ -128,11 +132,11 @@ msgstr "Articoli in questa sezione"
#: src/fluxer_marketing/components/current_features.gleam:106
msgid "Audit logs for transparency"
-msgstr "Log di audit per la trasparenza"
+msgstr "Registri di audit per la trasparenza"
-#: src/fluxer_marketing/pages/donate_page.gleam:302
+#: src/fluxer_marketing/pages/donate_page.gleam:301
msgid "Available for Swedish bank accounts"
-msgstr "Disponibile per conti bancari svedesi"
+msgstr "Disponibile per i conti bancari svedesi"
#: src/fluxer_marketing/pages/download_page.gleam:67
msgid "Available on your desktop — and on the web"
@@ -149,7 +153,7 @@ msgstr "Torna al Centro assistenza"
#: src/fluxer_marketing/pages/plutonium_page.gleam:674
msgid "Be the first to try new features before they're released to everyone else."
-msgstr "Prova per primo le nuove funzionalità prima che arrivino a tutti."
+msgstr "Prova per primo le nuove funzionalità prima che siano disponibili per tutti."
#: src/fluxer_marketing/components/partner_section.gleam:64
#: src/fluxer_marketing/pages/careers_page.gleam:173
@@ -159,12 +163,12 @@ msgstr "Diventa un Partner Fluxer"
#: src/fluxer_marketing/components/partner_section.gleam:151
msgid "Become a Partner"
-msgstr "Diventa Partner"
+msgstr "Diventa partner"
#: src/fluxer_marketing/pages/download_page.gleam:322
#: src/fluxer_marketing/pages/plutonium_page.gleam:876
msgid "Become a Visionary"
-msgstr "Diventa Visionary"
+msgstr "Diventa un Visionary"
#: src/fluxer_marketing/pages/plutonium_page.gleam:318
#: src/fluxer_marketing/pages/plutonium_page.gleam:325
@@ -181,7 +185,7 @@ msgstr "Cancellazione del rumore migliorata"
#: src/fluxer_marketing/pages/plutonium_page.gleam:350
msgid "Bio character limit"
-msgstr "Limite caratteri della bio"
+msgstr "Limite di caratteri nella bio"
#: src/fluxer_marketing/pages/press_page.gleam:235
msgid "Black"
@@ -208,7 +212,7 @@ msgstr "Bluesky"
msgid "Bookmarked messages"
msgstr "Messaggi nei segnalibri"
-#: src/fluxer_marketing/pages/donate_page.gleam:388
+#: src/fluxer_marketing/pages/donate_page.gleam:387
msgid "Both donation types support the same cause equally. The only difference is that Business donations allow you to specify a tax ID (if applicable) and receive a PDF invoice when finalized, which can be useful for company accounting purposes."
msgstr "Entrambi i tipi di donazione sostengono la stessa causa allo stesso modo. L’unica differenza è che le donazioni Aziendali permettono di indicare un ID fiscale (se applicabile) e di ricevere una fattura in PDF al termine, utile per la contabilità."
@@ -218,7 +222,7 @@ msgstr "Colori del brand"
#: src/fluxer_marketing/pages/partners_page.gleam:421
msgid "Brief description of your audience and what you do"
-msgstr "Breve descrizione del tuo pubblico e di cosa fai"
+msgstr "Breve descrizione del tuo pubblico e di ciò che fai"
#: src/fluxer_marketing/pages/help_search_page.gleam:150
msgid "Browse Categories"
@@ -240,10 +244,6 @@ msgstr "Sfoglia gli articoli di assistenza su "
msgid "Built for communities of all kinds."
msgstr "Pensato per community di ogni tipo."
-#: src/fluxer_marketing/components/hero.gleam:64
-msgid "Built for friends, groups, and communities. Text, voice, and video. Open source and community-funded."
-msgstr "Creato per amici, gruppi e community. Testo, voce e video. Open source e finanziato dalla community."
-
#: src/fluxer_marketing/components/locale_selector.gleam:119
msgid "Bulgarian"
msgstr "Bulgaro"
@@ -273,7 +273,7 @@ msgstr "Cambia lingua"
#: src/fluxer_marketing/components/hero.gleam:59
msgid "Chat that puts you first"
-msgstr "La chat che mette te al primo posto"
+msgstr "La chat che mette te al centro"
#: src/fluxer_marketing/components/locale_selector.gleam:150
msgid "Chinese (Simplified)"
@@ -293,7 +293,7 @@ msgstr "Scegli una guida qui sotto oppure fai un’altra ricerca se non trovi ci
#: src/fluxer_marketing/components/platform_download_button.gleam:409
msgid "Choose distribution"
-msgstr "Scegli distribuzione"
+msgstr "Scegli la distribuzione"
#: src/fluxer_marketing/components/locale_selector.gleam:63
msgid "Choose your language"
@@ -305,11 +305,11 @@ msgstr "Scegli un tag a 4 cifre come #0001, #1337 o #9999 per rendere davvero un
#: src/fluxer_marketing/pages/help_category_page.gleam:136
msgid "Clear search"
-msgstr "Cancella ricerca"
+msgstr "Cancella la ricerca"
#: src/fluxer_marketing/pages/download_page.gleam:337
msgid "Code, issues, docs, and reviews"
-msgstr "Codice, issue, documentazione e review"
+msgstr "Codice, issue, documentazione e recensioni"
#: src/fluxer_marketing/pages/press_page.gleam:124
msgid "Color Logo"
@@ -390,7 +390,7 @@ msgstr "Contatta l’assistenza"
#: src/fluxer_marketing/components/partner_section.gleam:70
msgid "Content creators and community owners: unlock exclusive perks including free Plutonium, a Partner badge, custom vanity URLs, and more."
-msgstr "Creator di contenuti e owner di community: sblocca vantaggi esclusivi, tra cui Plutonium gratis, un badge Partner, vanity URL personalizzati e molto altro."
+msgstr "Creator e owner di community: sblocca vantaggi esclusivi, tra cui Plutonium gratuito, un badge Partner, vanity URL personalizzati e molto altro."
#: src/fluxer_marketing/components/get_involved_section.gleam:178
msgid "Contribute code"
@@ -519,14 +519,14 @@ msgstr "Discovery"
msgid "Display an exclusive Partner badge on your profile to stand out."
msgstr "Mostra un badge Partner esclusivo sul profilo per distinguerti."
-#: src/fluxer_marketing/pages/donate_page.gleam:367
+#: src/fluxer_marketing/pages/donate_page.gleam:366
msgid "Do I get anything in return?"
msgstr "Ottengo qualcosa in cambio?"
#: src/fluxer_marketing/components/navigation.gleam:111
#: src/fluxer_marketing/components/navigation.gleam:319
msgid "Docs"
-msgstr "Documenti"
+msgstr "Documentazione"
#: src/fluxer_marketing/components/navigation.gleam:120
#: src/fluxer_marketing/components/navigation.gleam:367
@@ -548,11 +548,11 @@ msgstr "Dona in USD"
msgid "Donate to Fluxer"
msgstr "Dona a Fluxer"
-#: src/fluxer_marketing/pages/donate_page.gleam:298
+#: src/fluxer_marketing/pages/donate_page.gleam:297
msgid "Donate with Swish"
msgstr "Dona con Swish"
-#: src/fluxer_marketing/pages/donate_page.gleam:370
+#: src/fluxer_marketing/pages/donate_page.gleam:369
msgid "Donations are voluntary gifts and do not provide you with any product, service, ownership, or special rights. If you're looking for premium features, check out {0}."
msgstr "Le donazioni sono elargizioni volontarie e non ti danno alcun prodotto, servizio, proprietà o diritto speciale. Se cerchi funzionalità premium, dai un’occhiata a {0}."
@@ -563,7 +563,7 @@ msgstr "Fatto! Ora puoi aprire Fluxer come se fosse un programma normale."
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:206
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:256
msgid "Done! You can open Fluxer from your home screen."
-msgstr "Fatto! Puoi aprire Fluxer dalla schermata iniziale."
+msgstr "Fatto! Puoi aprire Fluxer dalla schermata Home."
#: src/fluxer_marketing/components/footer.gleam:132
#: src/fluxer_marketing/components/navigation.gleam:84
@@ -622,7 +622,7 @@ msgstr "Accesso anticipato"
#: src/fluxer_marketing/pages/partners_page.gleam:214
msgid "Early access to creator monetization features with lower platform fees than non-partners."
-msgstr "Accesso anticipato alle funzionalità di monetizzazione dei creator, con commissioni della piattaforma più basse rispetto ai non partner."
+msgstr "Accesso anticipato alle funzionalità di monetizzazione per creator, con commissioni della piattaforma più basse rispetto ai non partner."
#: src/fluxer_marketing/pages/plutonium_page.gleam:406
msgid "Early access to new features"
@@ -724,7 +724,7 @@ msgstr "Team Community di Fluxer"
msgid "Fluxer Partner"
msgstr "Partner Fluxer"
-#: src/fluxer_marketing/pages/donate_page.gleam:372
+#: src/fluxer_marketing/pages/donate_page.gleam:371
#: src/fluxer_marketing/pages/plutonium_page.gleam:51
#: src/fluxer_marketing/pages/plutonium_page.gleam:76
msgid "Fluxer Plutonium"
@@ -810,7 +810,7 @@ msgstr "Gratis vs Plutonium"
msgid "French"
msgstr "Francese"
-#: src/fluxer_marketing/pages/donate_page.gleam:346
+#: src/fluxer_marketing/pages/donate_page.gleam:345
msgid "Frequently Asked Questions"
msgstr "Domande frequenti"
@@ -881,7 +881,7 @@ msgstr "Partecipa"
#: src/fluxer_marketing/pages/plutonium_page.gleam:956
msgid "Get lifetime Plutonium on Fluxer.app plus an Operator Pass for self-hosting. Pay {0} one-time. Available until October 1, 2026 or when {1} slots are claimed."
-msgstr "Ottieni Plutonium a vita su Fluxer.app più un Operator Pass per il self-hosting. Paga {0} una tantum. Disponibile fino al 1 ottobre 2026 o finché non vengono esauriti i {1} posti."
+msgstr "Ottieni Plutonium a vita su Fluxer.app più un Operator Pass per il self-hosting. Paga {0} una tantum. Disponibile fino al 1 ottobre 2026 o finché non vengono assegnati tutti i {1} posti."
#: src/fluxer_marketing/components/plutonium_section.gleam:51
msgid "Get more with Fluxer Plutonium"
@@ -889,7 +889,7 @@ msgstr "Ottieni di più con Fluxer Plutonium"
#: src/fluxer_marketing/pages/download_page.gleam:316
msgid "Get perks and help fund development"
-msgstr "Ottieni vantaggi e finanzia lo sviluppo"
+msgstr "Ottieni vantaggi e aiuta a finanziare lo sviluppo"
#: src/fluxer_marketing/pages/download_page.gleam:237
msgid "Get push notifications when you're away from the app."
@@ -914,7 +914,7 @@ msgstr "Torna alla home"
#: src/fluxer_marketing/components/current_features.gleam:104
msgid "Granular roles and permissions"
-msgstr "Ruoli e permessi granulari"
+msgstr "Ruoli e permessi dettagliati"
#: src/fluxer_marketing/components/locale_selector.gleam:123
msgid "Greek"
@@ -946,7 +946,7 @@ msgstr "Centro assistenza"
#: src/fluxer_marketing/pages/download_page.gleam:291
msgid "Help make the mobile app a reality"
-msgstr "Aiuta a rendere realtà l’app mobile"
+msgstr "Aiuta a rendere l’app mobile una realtà"
#: src/fluxer_marketing/components/footer.gleam:66
#: src/fluxer_marketing/pages/donate_page.gleam:53
@@ -959,7 +959,7 @@ msgstr "Aiuta a sostenere una piattaforma di comunicazione indipendente. La tua
#: src/fluxer_marketing/pages/careers_page.gleam:132
msgid "Help translate Fluxer and its docs so it feels native everywhere."
-msgstr "Aiuta a tradurre Fluxer e la documentazione, così sarà davvero “di casa” ovunque."
+msgstr "Aiuta a tradurre Fluxer e la documentazione, così sembrerà davvero “di casa” ovunque."
#: src/fluxer_marketing/pages/careers_page.gleam:69
msgid "Help us build a different kind of communication platform — open source, community-funded, and built with care."
@@ -1044,11 +1044,11 @@ msgstr "Installa Fluxer come app"
msgid "Intel"
msgstr "Intel"
-#: src/fluxer_marketing/pages/donate_page.gleam:377
+#: src/fluxer_marketing/pages/donate_page.gleam:376
msgid "Is my donation tax-deductible?"
msgstr "La mia donazione è deducibile dalle tasse?"
-#: src/fluxer_marketing/pages/donate_page.gleam:359
+#: src/fluxer_marketing/pages/donate_page.gleam:358
msgid "Is this a subscription?"
msgstr "È un abbonamento?"
@@ -1101,7 +1101,7 @@ msgstr "Unisciti al team dietro Fluxer"
#: src/fluxer_marketing/components/current_features.gleam:101
msgid "Keep your community running smoothly with roles, permissions, and logs."
-msgstr "Fai funzionare la tua community senza intoppi con ruoli, permessi e log."
+msgstr "Mantieni la tua community sempre in ordine con ruoli, permessi e log."
#: src/fluxer_marketing/components/locale_selector.gleam:137
msgid "Korean"
@@ -1109,7 +1109,7 @@ msgstr "Coreano"
#: src/fluxer_marketing/pages/company_page.gleam:42
msgid "Learn about Fluxer and our mission"
-msgstr "Scopri Fluxer e la nostra mission"
+msgstr "Scopri Fluxer e la nostra missione"
#: src/fluxer_marketing/pages/careers_page.gleam:178
msgid "Learn about Partners"
@@ -1165,7 +1165,7 @@ msgstr "Gestisci amici e blocca utenti"
#: src/fluxer_marketing/pages/plutonium_page.gleam:336
msgid "Message character limit"
-msgstr "Limite caratteri dei messaggi"
+msgstr "Limite di caratteri dei messaggi"
#: src/fluxer_marketing/components/coming_features.gleam:34
msgid "Message components"
@@ -1186,7 +1186,7 @@ msgstr "Donazione minima: $5 / €5"
#: src/fluxer_marketing/pages/download_page.gleam:203
msgid "Mobile apps are on the way"
-msgstr "Le app mobile stanno arrivando"
+msgstr "Le app mobile sono in arrivo"
#: src/fluxer_marketing/components/platform_download_button.gleam:213
#: src/fluxer_marketing/components/platform_download_button.gleam:218
@@ -1208,7 +1208,7 @@ msgstr "Più popolare"
#: src/fluxer_marketing/components/current_features.gleam:91
msgid "Mute, deafen, and camera controls"
-msgstr "Comandi per silenzio, disattiva audio e fotocamera"
+msgstr "Controlli per muto, disattiva audio e fotocamera"
#: src/fluxer_marketing/pages/help_search_page.gleam:135
msgid "No articles found"
@@ -1222,11 +1222,11 @@ msgstr "Nessun articolo trovato."
msgid "No results found for"
msgstr "Nessun risultato per"
-#: src/fluxer_marketing/pages/donate_page.gleam:380
+#: src/fluxer_marketing/pages/donate_page.gleam:379
msgid "No, donations to Fluxer are not tax-deductible as we are not a registered charitable organization."
msgstr "No, le donazioni a Fluxer non sono deducibili fiscalmente perché non siamo un’organizzazione benefica registrata."
-#: src/fluxer_marketing/pages/donate_page.gleam:362
+#: src/fluxer_marketing/pages/donate_page.gleam:361
msgid "No, this is a one-time donation. You choose the amount you want to give, and there are no recurring charges."
msgstr "No, è una donazione una tantum. Scegli tu l’importo e non ci sono addebiti ricorrenti."
@@ -1283,7 +1283,7 @@ msgstr "Open source (AGPL-3.0)"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:234
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:284
msgid "Open the web app"
-msgstr "Apri l'app web"
+msgstr "Apri l’app web"
#: src/fluxer_marketing/pages/plutonium_page.gleam:1059
msgid "Operator Pass"
@@ -1291,7 +1291,7 @@ msgstr "Operator Pass"
#: src/fluxer_marketing/components/coming_features.gleam:31
msgid "Opt-in E2EE messaging"
-msgstr "Messaggistica E2EE con consenso"
+msgstr "Messaggistica E2EE opzionale"
#: src/fluxer_marketing/components/current_features.gleam:74
msgid "Organized channels for communities"
@@ -1341,7 +1341,7 @@ msgstr "Partner"
#: src/fluxer_marketing/pages/plutonium_page.gleam:287
#: src/fluxer_marketing/pages/plutonium_page.gleam:571
msgid "Per-community profiles"
-msgstr "Profili per community"
+msgstr "Profili per ogni community"
#: src/fluxer_marketing/pages/download_page.gleam:315
#: src/fluxer_marketing/pages/plutonium_page.gleam:215
@@ -1377,15 +1377,15 @@ msgstr "Stampa"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:246
msgid "Press \"Add to Home Screen\""
-msgstr "Premi \"Aggiungi alla schermata iniziale"
+msgstr "Premi \"Aggiungi alla schermata Home\""
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:249
msgid "Press \"Add\" in the upper-right corner"
-msgstr "Premi \"Aggiungi\" nell'angolo in alto a destra"
+msgstr "Premi \"Aggiungi\" nell’angolo in alto a destra"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:200
msgid "Press \"Install app\""
-msgstr "Premi \"Installa app"
+msgstr "Premi \"Installa app\""
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:301
msgid "Press \"Install\" in the popup that appears"
@@ -1402,15 +1402,15 @@ msgstr "Contatti stampa"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:197
msgid "Press the \"More\" (\\u{22EE}) button in the top-right corner"
-msgstr "Premi il pulsante \"Altro\" (\\u{22EE}) nell'angolo in alto a destra"
+msgstr "Premi il pulsante \"Altro\" (\\u{22EE}) nell’angolo in alto a destra"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:243
msgid "Press the Share button (rectangle with upwards-pointing arrow)"
-msgstr "Premi il pulsante Condividi (rettangolo con freccia verso l'alto)"
+msgstr "Premi il pulsante Condividi (rettangolo con una freccia verso l’alto)"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:296
msgid "Press the install button (downwards-pointing arrow on monitor) in the address bar"
-msgstr "Premi il pulsante di installazione (freccia rivolta verso il basso sul monitor) nella barra degli indirizzi"
+msgstr "Premi il pulsante di installazione (freccia verso il basso sul monitor) nella barra degli indirizzi"
#: src/fluxer_marketing/components/footer.gleam:110
#: src/fluxer_marketing/components/navigation.gleam:93
@@ -1491,7 +1491,7 @@ msgstr "Leggi la guida"
#: src/fluxer_marketing/pages/partners_page.gleam:362
msgid "Ready to become a Partner?"
-msgstr "Pronto a diventare Partner?"
+msgstr "Pronto a diventare partner?"
#: src/fluxer_marketing/pages/plutonium_page.gleam:1180
msgid "Ready to upgrade?"
@@ -1527,7 +1527,7 @@ msgstr "Ricompense che riconoscono il tuo impatto, aiutano la tua community a cr
#: src/fluxer_marketing/pages/careers_page.gleam:344
msgid "Right now we're focused on shipping a great product and keeping Fluxer independent and bootstrapped."
-msgstr "In questo momento siamo concentrati sul rilasciare un prodotto eccellente e mantenere Fluxer indipendente, senza finanziamenti esterni."
+msgstr "In questo momento siamo concentrati sul rilasciare un grande prodotto e mantenere Fluxer indipendente e autofinanziato."
#: src/fluxer_marketing/components/locale_selector.gleam:143
msgid "Romanian"
@@ -1556,7 +1556,7 @@ msgstr "Media salvati"
#: src/fluxer_marketing/pages/plutonium_page.gleam:584
msgid "Schedule messages to be sent at a specific time in the future. No DeLorean required."
-msgstr "Programma i messaggi per inviarli a un’ora specifica nel futuro. Non serve una DeLorean."
+msgstr "Programma i messaggi per inviarli a un orario preciso nel futuro. Non serve una DeLorean."
#: src/fluxer_marketing/components/current_features.gleam:89
msgid "Screen sharing built in"
@@ -1615,7 +1615,7 @@ msgstr "Vedi il numero di badge sull’icona dell’app."
#: src/fluxer_marketing/pages/partners_page.gleam:312
msgid "See perks"
-msgstr "Vedi i vantaggi"
+msgstr "Scopri i vantaggi"
#: src/fluxer_marketing/pages/plutonium_page.gleam:979
msgid "Self-Hosting"
@@ -1631,7 +1631,7 @@ msgstr "Invia un regalo una tantum"
#: src/fluxer_marketing/pages/partners_page.gleam:374
msgid "Send us an email with the following information to get started:"
-msgstr "Mandaci un’email con le seguenti informazioni per iniziare:"
+msgstr "Inviaci un’email con le seguenti informazioni per iniziare:"
#: src/fluxer_marketing/pages/plutonium_page.gleam:634
msgid "Set personalized sounds when you join voice channels to make your presence known."
@@ -1647,7 +1647,7 @@ msgstr "Condividi feedback, segnala bug e aiutaci a rendere Fluxer accogliente p
#: src/fluxer_marketing/components/current_features.gleam:75
msgid "Share files and preview links"
-msgstr "Condividi file e anteprima dei link"
+msgstr "Condividi file e anteprime dei link"
#: src/fluxer_marketing/components/platform_download_button.gleam:490
msgid "Show download options"
@@ -1790,7 +1790,7 @@ msgstr "Prova parole chiave diverse o sfoglia le nostre categorie."
#: src/fluxer_marketing/components/hackernews_banner.gleam:75
msgid "Try it without an email at"
-msgstr "Provalo senza un'email a"
+msgstr "Provalo senza email su"
#: src/fluxer_marketing/components/locale_selector.gleam:147
msgid "Turkish"
@@ -1802,7 +1802,7 @@ msgstr "Ucraino"
#: src/fluxer_marketing/pages/plutonium_page.gleam:857
msgid "Unique profile badge"
-msgstr "Badge profilo unico"
+msgstr "Badge del profilo unico"
#: src/fluxer_marketing/pages/plutonium_page.gleam:1036
msgid "Unlimited users"
@@ -1822,7 +1822,7 @@ msgstr "Qualità video fino a 4K"
#: src/fluxer_marketing/pages/plutonium_page.gleam:54
msgid "Upgrade to Plutonium for $4.99/mo: custom username tags, per-community profiles, message scheduling, 4K streaming, 500MB uploads, and more exclusive features."
-msgstr "Passa a Plutonium a $4,99/mese: tag utente personalizzati, profili per community, programmazione dei messaggi, streaming in 4K, upload fino a 500 MB e altre funzionalità esclusive."
+msgstr "Passa a Plutonium per $4,99/mese: tag utente personalizzati, profili per community, programmazione dei messaggi, streaming in 4K, upload fino a 500 MB e altre funzionalità esclusive."
#: src/fluxer_marketing/pages/plutonium_page.gleam:644
msgid "Upload and use your own notification sounds to personalize your Fluxer experience."
@@ -1879,7 +1879,7 @@ msgstr "Vedi tutti gli articoli"
#: src/fluxer_marketing/components/get_involved_section.gleam:183
#: src/fluxer_marketing/pages/careers_page.gleam:123
msgid "View repository"
-msgstr "Vedi repository"
+msgstr "Vai al repository"
#: src/fluxer_marketing/pages/plutonium_page.gleam:822
msgid "Visionary"
@@ -1907,11 +1907,11 @@ msgstr "Apprezziamo la divulgazione responsabile a security@fluxer.app. Offriamo
#: src/fluxer_marketing/components/final_cta.gleam:56
msgid "We need your support to make this work."
-msgstr "Abbiamo bisogno del tuo supporto per farlo funzionare."
+msgstr "Abbiamo bisogno del tuo supporto per far funzionare tutto questo."
#: src/fluxer_marketing/pages/partners_page.gleam:453
msgid "We review all applications and will get back to you as soon as possible."
-msgstr "Valutiamo tutte le candidature e ti risponderemo il prima possibile."
+msgstr "Valutiamo tutte le candidature e ti ricontatteremo il prima possibile."
#: src/fluxer_marketing/pages/press_page.gleam:301
msgid "We typically respond within 24 hours during business days."
@@ -1937,7 +1937,7 @@ msgstr "Stiamo ancora costruendo il lato business attorno a Fluxer e non siamo a
msgid "Webhooks and bot support"
msgstr "Supporto per webhook e bot"
-#: src/fluxer_marketing/pages/donate_page.gleam:351
+#: src/fluxer_marketing/pages/donate_page.gleam:350
msgid "What does my donation support?"
msgstr "Cosa finanzia la mia donazione?"
@@ -1953,7 +1953,7 @@ msgstr "Cosa c’è oggi"
msgid "What's coming next"
msgstr "Cosa arriva dopo"
-#: src/fluxer_marketing/pages/donate_page.gleam:385
+#: src/fluxer_marketing/pages/donate_page.gleam:384
msgid "What's the difference between Individual and Business?"
msgstr "Qual è la differenza tra Individuale e Aziendale?"
@@ -1989,7 +1989,7 @@ msgstr "La tua community ottiene lo stato verificato, per autenticità e fiducia
msgid "Your community receives increased limits when you need them."
msgstr "La tua community riceve limiti aumentati quando ne hai bisogno."
-#: src/fluxer_marketing/pages/donate_page.gleam:354
+#: src/fluxer_marketing/pages/donate_page.gleam:353
msgid "Your donation helps fund Fluxer's infrastructure costs, including servers, bandwidth, storage, and ongoing development of new features. It helps us maintain and improve the platform for everyone."
msgstr "La tua donazione aiuta a coprire i costi infrastrutturali di Fluxer, inclusi server, banda, storage e lo sviluppo continuo di nuove funzionalità. Ci aiuta a mantenere e migliorare la piattaforma per tutti."
@@ -2034,7 +2034,7 @@ msgid "one-time purchase"
msgstr "acquisto una tantum"
#: src/fluxer_marketing/components/plutonium_section.gleam:68
-#: src/fluxer_marketing/pages/donate_page.gleam:284
+#: src/fluxer_marketing/pages/donate_page.gleam:282
#: src/fluxer_marketing/pages/plutonium_page.gleam:106
#: src/fluxer_marketing/pages/plutonium_page.gleam:230
msgid "or"
@@ -2059,4 +2059,3 @@ msgstr "{0} posti rimasti su {1}"
#: src/fluxer_marketing/components/footer.gleam:325
msgid "© Fluxer Platform AB (Swedish limited liability company: 559537-3993)"
msgstr "© Fluxer Platform AB (società a responsabilità limitata svedese: 559537-3993)"
-
diff --git a/fluxer_marketing/locales/ja/messages.po b/fluxer_marketing/locales/ja/messages.po
index 31aba3a3..6173a6f8 100644
--- a/fluxer_marketing/locales/ja/messages.po
+++ b/fluxer_marketing/locales/ja/messages.po
@@ -6,15 +6,15 @@ msgstr ""
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:190
msgid " in Chrome"
-msgstr "Chromeで"
+msgstr "(Chromeで)"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:288
msgid " in Chrome or another browser with PWA support"
-msgstr "ChromeまたはPWAサポートのある他のブラウザで"
+msgstr "(ChromeまたはPWA対応のブラウザで)"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:236
msgid " in Safari"
-msgstr "Safariで"
+msgstr "(Safariで)"
#: src/fluxer_marketing/pages/plutonium_page.gleam:1032
msgid "/forever"
@@ -37,35 +37,35 @@ msgstr "/年"
#: src/fluxer_marketing/pages/plutonium_page.gleam:654
msgid "500MB uploads, 4000 character messages, 300 bookmarks, 50 emoji packs, and much more."
-msgstr "アップロードは500MBまで、メッセージは4,000文字まで、ブックマークは300件まで、絵文字パックは50個まで…そのほか盛りだくさん。"
+msgstr "アップロードは最大500MB、メッセージは最大4,000文字、ブックマークは300件、絵文字パックは50個。ほかにも盛りだくさん。"
#: src/fluxer_marketing/components/communities_section.gleam:86
msgid "A chat platform that answers to you, not investors. It's ad-free, open source, community-funded, and never sells your data or nags you with upgrade pop-ups."
-msgstr "投資家ではなく、あなたに応えるチャットプラットフォーム。広告なし、オープンソース、コミュニティ資金で運営し、あなたのデータを売ったり、アップグレードのポップアップで催促したりしません。"
+msgstr "投資家ではなく、あなたに応えるチャットプラットフォーム。広告なし、オープンソース、コミュニティの支援で運営し、データを売ることも、アップグレードを促すポップアップでしつこく迫ることもありません。"
#: src/fluxer_marketing/pages/careers_page.gleam:219
msgid "A non-paid role for recurring contributors who help shape Fluxer alongside the core team."
-msgstr "コアチームと一緒にFluxerを形作る、継続的な貢献者向けの無報酬ロールです。"
+msgstr "コアチームとともにFluxerを形づくる、継続的な貢献者向けの無報酬ロールです。"
#: src/fluxer_marketing/pages/plutonium_page.gleam:1074
msgid "Access to Fluxer Operators community"
-msgstr "Fluxer Operatorsコミュニティへの参加"
+msgstr "Fluxer Operatorsコミュニティへのアクセス"
#: src/fluxer_marketing/pages/partners_page.gleam:225
msgid "Access to VIP voice servers reserved exclusively for partnered communities."
-msgstr "提携コミュニティ専用のVIPボイスサーバーにアクセスできます。"
+msgstr "提携コミュニティ限定のVIPボイスサーバーにアクセスできます。"
#: src/fluxer_marketing/components/coming_features.gleam:48
msgid "Activity sharing"
-msgstr "アクティビティ共有"
+msgstr "アクティビティの共有"
#: src/fluxer_marketing/pages/download_page.gleam:228
msgid "Add Fluxer to your home screen to hide the browser UI."
-msgstr "Fluxerをホーム画面に追加すると、ブラウザのUIを非表示にできます。"
+msgstr "Fluxerをホーム画面に追加すると、ブラウザUIを非表示にできます。"
#: src/fluxer_marketing/components/current_features.gleam:133
msgid "Add custom emojis, save media for later, and style the app with custom CSS."
-msgstr "カスタム絵文字を追加し、メディアを後で見るために保存し、カスタムCSSでアプリを着せ替えできます。"
+msgstr "カスタム絵文字の追加、メディアの保存、カスタムCSSでの着せ替えができます。"
#: src/fluxer_marketing/pages/plutonium_page.gleam:1124
msgid "After the offer ends, Operator Pass stays available on its own."
@@ -73,15 +73,19 @@ msgstr "キャンペーン終了後も、Operator Passは単体で購入でき
#: src/fluxer_marketing/pages/plutonium_page.gleam:843
msgid "All current and future Plutonium benefits, forever"
-msgstr "現在および今後追加されるPlutonium特典を、ずっと利用できます"
+msgstr "現在および今後追加されるPlutonium特典を、永久に利用できます"
#: src/fluxer_marketing/components/current_features.gleam:55
msgid "All the basics you expect, plus a few things you don't."
-msgstr "必要な機能はひと通り。さらに、ちょっと意外な便利機能も。"
+msgstr "欲しい機能はひと通り。さらに、ちょっと意外な便利機能も。"
#: src/fluxer_marketing/components/locale_selector.gleam:102
msgid "All translations are currently LLM-generated with minimal human revision. We'd love to get real people to help us out localizing Fluxer into your language! To do so, shoot an email to i18n@fluxer.app and we'll be happy to accept your contributions."
-msgstr "現在の翻訳は、LLMが生成したものを最小限の人手で見直したものです。Fluxerをあなたの言語に本格的にローカライズするために、実際の人に手伝ってもらえたら嬉しいです!i18n@fluxer.app までメールを送ってください。貢献を喜んで受け付けます。"
+msgstr "現在の翻訳は、LLMが生成したものを最小限の人手で見直したものです。Fluxerをあなたの言語に本格的にローカライズするために、ぜひ力を貸してください!i18n@fluxer.app までメールでご連絡ください。貢献を喜んで受け付けます。"
+
+#: src/fluxer_marketing/components/hero.gleam:64
+msgid "An open-source, independent instant messaging and VoIP platform. Built for friends, groups, and communities."
+msgstr "オープンソースで独立したインスタントメッセージング/VoIPプラットフォーム。友だち、グループ、コミュニティのために作られました。"
#: src/fluxer_marketing/components/platform_download_button.gleam:524
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:97
@@ -120,7 +124,7 @@ msgstr "アラビア語"
#: src/fluxer_marketing/pages/help_category_page.gleam:143
msgid "Articles in "
-msgstr "次のカテゴリの記事: "
+msgstr "カテゴリ:"
#: src/fluxer_marketing/pages/help_article_page.gleam:291
msgid "Articles in this section"
@@ -128,19 +132,19 @@ msgstr "このセクションの記事"
#: src/fluxer_marketing/components/current_features.gleam:106
msgid "Audit logs for transparency"
-msgstr "透明性のための監査ログ"
+msgstr "透明性を高める監査ログ"
-#: src/fluxer_marketing/pages/donate_page.gleam:302
+#: src/fluxer_marketing/pages/donate_page.gleam:301
msgid "Available for Swedish bank accounts"
-msgstr "スウェーデンの銀行口座で利用可能"
+msgstr "スウェーデンの銀行口座で利用できます"
#: src/fluxer_marketing/pages/download_page.gleam:67
msgid "Available on your desktop — and on the web"
-msgstr "デスクトップでも、Webでも利用できます"
+msgstr "デスクトップでもWebでも利用できます"
#: src/fluxer_marketing/pages/help_article_page.gleam:182
msgid "Back to "
-msgstr "戻る: "
+msgstr "戻る:"
#: src/fluxer_marketing/pages/help_article_page.gleam:279
#: src/fluxer_marketing/pages/help_search_page.gleam:115
@@ -177,7 +181,7 @@ msgstr "ベータ"
#: src/fluxer_marketing/components/coming_features.gleam:54
msgid "Better noise cancellation"
-msgstr "ノイズキャンセルの強化"
+msgstr "ノイズキャンセルを強化"
#: src/fluxer_marketing/pages/plutonium_page.gleam:350
msgid "Bio character limit"
@@ -208,7 +212,7 @@ msgstr "Bluesky"
msgid "Bookmarked messages"
msgstr "ブックマークしたメッセージ"
-#: src/fluxer_marketing/pages/donate_page.gleam:388
+#: src/fluxer_marketing/pages/donate_page.gleam:387
msgid "Both donation types support the same cause equally. The only difference is that Business donations allow you to specify a tax ID (if applicable) and receive a PDF invoice when finalized, which can be useful for company accounting purposes."
msgstr "どちらの寄付も支援内容は同じです。違いは、法人(Business)寄付では(該当する場合)納税者番号を指定でき、確定後にPDFの請求書を受け取れる点で、会社の経理処理に役立つことがあります。"
@@ -234,16 +238,12 @@ msgstr "カテゴリから探す"
#: src/fluxer_marketing/pages/help_category_page.gleam:65
msgid "Browse help articles about "
-msgstr "次のトピックのヘルプ記事を探す: "
+msgstr "次のトピックのヘルプ記事を探す:"
#: src/fluxer_marketing/components/communities_section.gleam:44
msgid "Built for communities of all kinds."
msgstr "あらゆるコミュニティのために。"
-#: src/fluxer_marketing/components/hero.gleam:64
-msgid "Built for friends, groups, and communities. Text, voice, and video. Open source and community-funded."
-msgstr "友だち、グループ、コミュニティのために。テキスト、音声、ビデオ。オープンソースで、コミュニティ資金で運営。"
-
#: src/fluxer_marketing/components/locale_selector.gleam:119
msgid "Bulgarian"
msgstr "ブルガリア語"
@@ -254,7 +254,7 @@ msgstr "法人"
#: src/fluxer_marketing/components/coming_features.gleam:56
msgid "Call pop-out"
-msgstr "通話のポップアウト"
+msgstr "通話を別ウィンドウで表示"
#: src/fluxer_marketing/components/footer.gleam:220
#: src/fluxer_marketing/components/navigation.gleam:358
@@ -273,7 +273,7 @@ msgstr "言語を変更"
#: src/fluxer_marketing/components/hero.gleam:59
msgid "Chat that puts you first"
-msgstr "あなたが主役のチャット"
+msgstr "あなたの味方のチャット"
#: src/fluxer_marketing/components/locale_selector.gleam:150
msgid "Chinese (Simplified)"
@@ -301,7 +301,7 @@ msgstr "言語を選択"
#: src/fluxer_marketing/pages/plutonium_page.gleam:564
msgid "Choose your own 4-digit tag like #0001, #1337, or #9999 to make your username truly unique."
-msgstr "#0001、#1337、#9999 のような4桁タグを好きに選んで、ユーザー名を本当にユニークにできます。"
+msgstr "#0001、#1337、#9999 のような4桁タグを自由に選んで、ユーザー名を本当にユニークにできます。"
#: src/fluxer_marketing/pages/help_category_page.gleam:136
msgid "Clear search"
@@ -361,7 +361,7 @@ msgstr "コミュニティテンプレート"
#: src/fluxer_marketing/components/current_features.gleam:139
msgid "Compact mode and display options"
-msgstr "コンパクトモードと表示オプション"
+msgstr "コンパクトモードと表示設定"
#: src/fluxer_marketing/components/navigation.gleam:348
msgid "Company"
@@ -390,7 +390,7 @@ msgstr "サポートに問い合わせ"
#: src/fluxer_marketing/components/partner_section.gleam:70
msgid "Content creators and community owners: unlock exclusive perks including free Plutonium, a Partner badge, custom vanity URLs, and more."
-msgstr "コンテンツクリエイターやコミュニティ運営者向け:無料のPlutonium、Partnerバッジ、カスタムのバニティURLなどの限定特典をアンロック。"
+msgstr "コンテンツクリエイター/コミュニティ運営者向け:無料のPlutonium、Partnerバッジ、カスタムのバニティURLなどの限定特典をアンロック。"
#: src/fluxer_marketing/components/get_involved_section.gleam:178
msgid "Contribute code"
@@ -406,7 +406,7 @@ msgstr "アカウントを作成して、一緒にいいものを作りましょ
#: src/fluxer_marketing/pages/plutonium_page.gleam:1191
msgid "Create your Fluxer account to get that sweet Plutonium while it's hot."
-msgstr "アカウントを作成して、今のうちにPlutoniumをゲット。"
+msgstr "Fluxerアカウントを作って、今のうちにPlutoniumをゲット。"
#: src/fluxer_marketing/pages/partners_page.gleam:211
msgid "Creator Monetization"
@@ -519,7 +519,7 @@ msgstr "Discovery"
msgid "Display an exclusive Partner badge on your profile to stand out."
msgstr "プロフィールに限定のPartnerバッジを表示して、ひときわ目立てます。"
-#: src/fluxer_marketing/pages/donate_page.gleam:367
+#: src/fluxer_marketing/pages/donate_page.gleam:366
msgid "Do I get anything in return?"
msgstr "見返りはありますか?"
@@ -536,34 +536,34 @@ msgstr "寄付"
#: src/fluxer_marketing/pages/donate_page.gleam:216
#: src/fluxer_marketing/pages/donate_page.gleam:255
msgid "Donate in EUR"
-msgstr "EURで寄付"
+msgstr "EURで寄付する"
#: src/fluxer_marketing/pages/donate_page.gleam:203
#: src/fluxer_marketing/pages/donate_page.gleam:242
msgid "Donate in USD"
-msgstr "USDで寄付"
+msgstr "USDで寄付する"
#: src/fluxer_marketing/components/footer.gleam:78
#: src/fluxer_marketing/pages/download_page.gleam:329
msgid "Donate to Fluxer"
msgstr "Fluxerに寄付する"
-#: src/fluxer_marketing/pages/donate_page.gleam:298
+#: src/fluxer_marketing/pages/donate_page.gleam:297
msgid "Donate with Swish"
msgstr "Swishで寄付する"
-#: src/fluxer_marketing/pages/donate_page.gleam:370
+#: src/fluxer_marketing/pages/donate_page.gleam:369
msgid "Donations are voluntary gifts and do not provide you with any product, service, ownership, or special rights. If you're looking for premium features, check out {0}."
msgstr "寄付は任意の贈与であり、製品・サービス、所有権、特別な権利は提供しません。プレミアム機能をお探しなら、{0} をご覧ください。"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:308
msgid "Done! You can now open Fluxer as if it were a regular program."
-msgstr "完了!Fluxerを通常のプログラムのように開くことができます。"
+msgstr "完了!これでFluxerを通常のアプリのように開けます。"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:206
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:256
msgid "Done! You can open Fluxer from your home screen."
-msgstr "完了!ホーム画面からFluxerを開くことができます。"
+msgstr "完了!ホーム画面からFluxerを開けます。"
#: src/fluxer_marketing/components/footer.gleam:132
#: src/fluxer_marketing/components/navigation.gleam:84
@@ -590,7 +590,7 @@ msgstr "Fluxerのロゴやブランド素材をダウンロードし、プレス
#: src/fluxer_marketing/components/platform_download_button.gleam:428
#: src/fluxer_marketing/components/platform_download_button.gleam:538
msgid "Download for "
-msgstr "次の環境向けにダウンロード: "
+msgstr "ダウンロード:"
#: src/fluxer_marketing/components/platform_download_button.gleam:191
msgid "Download for Windows"
@@ -678,7 +678,7 @@ msgstr "Discoveryで注目表示"
#: src/fluxer_marketing/components/coming_features.gleam:30
msgid "Federation"
-msgstr "連邦"
+msgstr "フェデレーション"
#: src/fluxer_marketing/pages/plutonium_page.gleam:357
msgid "File upload size"
@@ -724,7 +724,7 @@ msgstr "Fluxerコミュニティチーム"
msgid "Fluxer Partner"
msgstr "Fluxer Partner"
-#: src/fluxer_marketing/pages/donate_page.gleam:372
+#: src/fluxer_marketing/pages/donate_page.gleam:371
#: src/fluxer_marketing/pages/plutonium_page.gleam:51
#: src/fluxer_marketing/pages/plutonium_page.gleam:76
msgid "Fluxer Plutonium"
@@ -760,7 +760,7 @@ msgstr "@fluxer.app をフォロー"
#: src/fluxer_marketing/components/get_involved_section.gleam:120
msgid "Follow us on Bluesky"
-msgstr "Blueskyでフォロー"
+msgstr "Blueskyでフォローする"
#: src/fluxer_marketing/pages/press_page.gleam:230
msgid "For backgrounds, text on dark surfaces, and creating contrast."
@@ -800,7 +800,7 @@ msgstr "無料のPlutonium"
#: src/fluxer_marketing/pages/plutonium_page.gleam:1024
msgid "Free Self-Hosting"
-msgstr "無料セルフホスティング"
+msgstr "セルフホスト無料"
#: src/fluxer_marketing/pages/plutonium_page.gleam:152
msgid "Free vs Plutonium"
@@ -810,7 +810,7 @@ msgstr "FreeとPlutoniumの比較"
msgid "French"
msgstr "フランス語"
-#: src/fluxer_marketing/pages/donate_page.gleam:346
+#: src/fluxer_marketing/pages/donate_page.gleam:345
msgid "Frequently Asked Questions"
msgstr "よくある質問"
@@ -881,7 +881,7 @@ msgstr "参加する"
#: src/fluxer_marketing/pages/plutonium_page.gleam:956
msgid "Get lifetime Plutonium on Fluxer.app plus an Operator Pass for self-hosting. Pay {0} one-time. Available until October 1, 2026 or when {1} slots are claimed."
-msgstr "Fluxer.appで生涯Plutoniumに加えて、セルフホスティング用のOperator Passも。{0}を一度だけ支払い。2026年10月1日まで、または{1}枠が埋まり次第終了。"
+msgstr "Fluxer.appで生涯Plutonium+セルフホスト用のOperator Pass。料金は{0}の買い切りです。2026年10月1日まで、または{1}枠が埋まり次第終了。"
#: src/fluxer_marketing/components/plutonium_section.gleam:51
msgid "Get more with Fluxer Plutonium"
@@ -897,16 +897,16 @@ msgstr "アプリを開いていないときもプッシュ通知を受け取れ
#: src/fluxer_marketing/components/get_involved_section.gleam:89
msgid "Get updates, see upcoming features, discuss suggestions, and chat with the team."
-msgstr "更新情報を受け取り、今後の機能を見て、提案を話し合い、チームともチャットできます。"
+msgstr "アップデート情報を受け取り、今後の機能を確認し、提案を話し合い、チームともチャットできます。"
#: src/fluxer_marketing/pages/plutonium_page.gleam:385
#: src/fluxer_marketing/pages/plutonium_page.gleam:601
msgid "Global emoji & sticker access"
-msgstr "絵文字&スタンプをどこでも利用"
+msgstr "どこでも使える絵文字&スタンプ"
#: src/fluxer_marketing/components/coming_features.gleam:53
msgid "Global voice regions"
-msgstr "グローバル音声リージョン"
+msgstr "世界各地の音声リージョン"
#: src/fluxer_marketing/pages/not_found_page.gleam:78
msgid "Go home"
@@ -983,7 +983,7 @@ msgstr "ヒンディー語"
#: src/fluxer_marketing/components/communities_section.gleam:72
msgid "Hobbyists"
-msgstr "趣味の人たち"
+msgstr "趣味"
#: src/fluxer_marketing/components/current_features.gleam:85
msgid "Hop in a call with friends or share your screen to work together."
@@ -991,7 +991,7 @@ msgstr "友だちと通話したり、画面共有で一緒に作業したりで
#: src/fluxer_marketing/components/current_features.gleam:153
msgid "Host your own instance"
-msgstr "自分でインスタンスを運用"
+msgstr "自分のインスタンスを運用"
#: src/fluxer_marketing/pages/help_center_page.gleam:64
#: src/fluxer_marketing/pages/help_search_page.gleam:63
@@ -1012,7 +1012,7 @@ msgstr "ハンガリー語"
#: src/fluxer_marketing/components/footer.gleam:329
msgid "IP geolocation data by "
-msgstr "IPジオロケーションデータ提供: "
+msgstr "IPジオロケーションデータ提供:"
#: src/fluxer_marketing/pages/help_article_page.gleam:223
#: src/fluxer_marketing/pages/help_article_page.gleam:365
@@ -1044,11 +1044,11 @@ msgstr "Fluxerをアプリとしてインストールする"
msgid "Intel"
msgstr "Intel"
-#: src/fluxer_marketing/pages/donate_page.gleam:377
+#: src/fluxer_marketing/pages/donate_page.gleam:376
msgid "Is my donation tax-deductible?"
msgstr "寄付は税控除の対象になりますか?"
-#: src/fluxer_marketing/pages/donate_page.gleam:359
+#: src/fluxer_marketing/pages/donate_page.gleam:358
msgid "Is this a subscription?"
msgstr "サブスクリプションですか?"
@@ -1220,13 +1220,13 @@ msgstr "記事が見つかりません。"
#: src/fluxer_marketing/pages/help_search_page.gleam:94
msgid "No results found for"
-msgstr "次の検索結果はありません: "
+msgstr "次の検索結果はありません:"
-#: src/fluxer_marketing/pages/donate_page.gleam:380
+#: src/fluxer_marketing/pages/donate_page.gleam:379
msgid "No, donations to Fluxer are not tax-deductible as we are not a registered charitable organization."
msgstr "いいえ。Fluxerは登録慈善団体ではないため、寄付は税控除の対象になりません。"
-#: src/fluxer_marketing/pages/donate_page.gleam:362
+#: src/fluxer_marketing/pages/donate_page.gleam:361
msgid "No, this is a one-time donation. You choose the amount you want to give, and there are no recurring charges."
msgstr "いいえ。これは一度きりの寄付です。金額は任意で、継続的な請求はありません。"
@@ -1260,7 +1260,7 @@ msgstr "一度の購入で、生涯使えます"
#: src/fluxer_marketing/components/plutonium_banner.gleam:43
msgid "Only {0} of {1} Visionary lifetime slots left — lifetime Plutonium + Operator Pass"
-msgstr "{1}枠中、残り{0}枠 — 生涯Plutonium+Operator Pass"
+msgstr "残り{0}/{1}枠 — 生涯Plutonium+Operator Pass"
#: src/fluxer_marketing/components/navigation.gleam:172
msgid "Open Fluxer"
@@ -1368,7 +1368,7 @@ msgstr "ポルトガル語(ブラジル)"
#: src/fluxer_marketing/components/plutonium_section.gleam:154
msgid "Premium quality"
-msgstr "プレミアム品質"
+msgstr "高品質"
#: src/fluxer_marketing/components/footer.gleam:198
#: src/fluxer_marketing/components/navigation.gleam:337
@@ -1381,15 +1381,15 @@ msgstr "「ホーム画面に追加」を押してください"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:249
msgid "Press \"Add\" in the upper-right corner"
-msgstr "右上隅の「追加」を押します"
+msgstr "右上の「追加」を押してください"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:200
msgid "Press \"Install app\""
-msgstr "「アプリをインストール」を押します"
+msgstr "「アプリをインストール」を押してください"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:301
msgid "Press \"Install\" in the popup that appears"
-msgstr "表示されるポップアップの「インストール」を押します"
+msgstr "表示されるポップアップの「インストール」を押してください"
#: src/fluxer_marketing/pages/press_page.gleam:45
#: src/fluxer_marketing/pages/press_page.gleam:65
@@ -1402,15 +1402,15 @@ msgstr "プレス窓口"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:197
msgid "Press the \"More\" (\\u{22EE}) button in the top-right corner"
-msgstr "右上の「もっと見る」(\\u{22EE}) ボタンを押します"
+msgstr "右上の「その他」(\\u{22EE})ボタンを押してください"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:243
msgid "Press the Share button (rectangle with upwards-pointing arrow)"
-msgstr "共有ボタン(上向きの矢印が付いた長方形)を押します"
+msgstr "共有ボタン(上向き矢印の付いた四角)を押してください"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:296
msgid "Press the install button (downwards-pointing arrow on monitor) in the address bar"
-msgstr "アドレスバーのインストールボタン(モニター上の下向き矢印)を押します"
+msgstr "アドレスバーのインストールボタン(モニターに下向き矢印)を押してください"
#: src/fluxer_marketing/components/footer.gleam:110
#: src/fluxer_marketing/components/navigation.gleam:93
@@ -1420,7 +1420,7 @@ msgstr "料金"
#: src/fluxer_marketing/pages/plutonium_page.gleam:851
msgid "Priority support and Operators community access for self-hosting"
-msgstr "セルフホスティング向けの優先サポートとOperatorsコミュニティへの参加"
+msgstr "セルフホスト向けの優先サポートとOperatorsコミュニティへの参加"
#: src/fluxer_marketing/components/footer.gleam:249
#: src/fluxer_marketing/components/navigation.gleam:406
@@ -1459,7 +1459,7 @@ msgstr "フォーラムをWebに公開"
#: src/fluxer_marketing/pages/plutonium_page.gleam:883
msgid "Purchase Visionary directly in the app after creating your account. Your purchase date and order number will be displayed on your profile (can be hidden in privacy settings)."
-msgstr "アカウント作成後、アプリ内で直接Visionaryを購入できます。購入日と注文番号はプロフィールに表示されます(プライバシー設定で非表示にできます)。"
+msgstr "アカウント作成後、アプリ内でVisionaryを直接購入できます。購入日と注文番号はプロフィールに表示されます(プライバシー設定で非表示にできます)。"
#: src/fluxer_marketing/components/current_features.gleam:122
msgid "Quick switcher with keyboard shortcuts"
@@ -1527,7 +1527,7 @@ msgstr "あなたの影響力を称える特典で、コミュニティの成長
#: src/fluxer_marketing/pages/careers_page.gleam:344
msgid "Right now we're focused on shipping a great product and keeping Fluxer independent and bootstrapped."
-msgstr "今は素晴らしいプロダクトを届けること、そしてFluxerを独立・自走のまま保つことに集中しています。"
+msgstr "今は、素晴らしいプロダクトを届けることと、Fluxerを独立・自走のまま保つことに集中しています。"
#: src/fluxer_marketing/components/locale_selector.gleam:143
msgid "Romanian"
@@ -1556,7 +1556,7 @@ msgstr "保存したメディア"
#: src/fluxer_marketing/pages/plutonium_page.gleam:584
msgid "Schedule messages to be sent at a specific time in the future. No DeLorean required."
-msgstr "未来の指定した時刻に送信するよう、メッセージを予約できます。デロリアンは不要。"
+msgstr "未来の指定時刻に送信するよう、メッセージを予約できます。デロリアンは不要。"
#: src/fluxer_marketing/components/current_features.gleam:89
msgid "Screen sharing built in"
@@ -1564,7 +1564,7 @@ msgstr "画面共有を標準搭載"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:132
msgid "Screenshots courtesy of "
-msgstr "スクリーンショットは提供によるものです"
+msgstr "スクリーンショット提供:"
#: src/fluxer_marketing/pages/help_components.gleam:93
msgid "Search"
@@ -1585,7 +1585,7 @@ msgstr "ヘルプを検索..."
#: src/fluxer_marketing/pages/help_category_page.gleam:92
msgid "Search in "
-msgstr "次の中を検索: "
+msgstr "次の中を検索:"
#: src/fluxer_marketing/pages/help_category_page.gleam:90
#: src/fluxer_marketing/pages/help_center_page.gleam:65
@@ -1595,11 +1595,11 @@ msgstr "ヘルプ記事を検索するか、カテゴリから探せます。"
#: src/fluxer_marketing/pages/help_category_page.gleam:126
msgid "Search results for"
-msgstr "検索結果: "
+msgstr "検索結果:"
#: src/fluxer_marketing/pages/help_search_page.gleam:49
msgid "Search results for: "
-msgstr "検索結果: "
+msgstr "検索結果:"
#: src/fluxer_marketing/components/current_features.gleam:120
msgid "Search through message history"
@@ -1619,11 +1619,11 @@ msgstr "特典を見る"
#: src/fluxer_marketing/pages/plutonium_page.gleam:979
msgid "Self-Hosting"
-msgstr "セルフホスティング"
+msgstr "セルフホスト"
#: src/fluxer_marketing/components/current_features.gleam:146
msgid "Self-hosting"
-msgstr "セルフホスティング"
+msgstr "セルフホスト"
#: src/fluxer_marketing/pages/download_page.gleam:330
msgid "Send a one-time gift"
@@ -1635,7 +1635,7 @@ msgstr "以下の情報を添えてメールをお送りください:"
#: src/fluxer_marketing/pages/plutonium_page.gleam:634
msgid "Set personalized sounds when you join voice channels to make your presence known."
-msgstr "ボイスチャンネルに参加したときのサウンドを設定して、存在感をアピールできます。"
+msgstr "ボイスチャンネル参加時のサウンドを設定して、存在感をアピールできます。"
#: src/fluxer_marketing/pages/careers_page.gleam:408
msgid "Share a bit about yourself, what you'd like to work on, and links to any relevant work."
@@ -1696,7 +1696,7 @@ msgstr "アニメーションするプロフィール画像やバナーで、個
#: src/fluxer_marketing/components/get_involved_section.gleam:127
msgid "Stay updated on news, service status, and what's happening. You can also follow "
-msgstr "ニュース、稼働状況、最新情報をチェックできます。さらに "
+msgstr "ニュースや稼働状況、最新情報をチェックできます。さらに"
#: src/fluxer_marketing/pages/help_article_page.gleam:218
#: src/fluxer_marketing/pages/help_article_page.gleam:360
@@ -1709,7 +1709,7 @@ msgstr "通話用の動画背景を最大15個まで保存。Downloadsフォル
#: src/fluxer_marketing/pages/plutonium_page.gleam:614
msgid "Stream in up to 4K resolution at 60fps so others can see you in stunning clarity."
-msgstr "最大4K・60fpsで配信して、驚くほど鮮明に見せられます。"
+msgstr "最大4K・60fpsで配信。相手に驚くほど鮮明に見せられます。"
#: src/fluxer_marketing/components/coming_features.gleam:58
msgid "Streamer mode"
@@ -1748,7 +1748,7 @@ msgstr "タイ語"
#: src/fluxer_marketing/pages/plutonium_page.gleam:998
msgid "The Operator Pass is optional: pay for support and community access."
-msgstr "Operator Passは任意です。サポートとコミュニティ参加のためにお支払いください。"
+msgstr "Operator Passは任意です。サポートとコミュニティ参加のためにご購入ください。"
#: src/fluxer_marketing/components/coming_features.gleam:89
msgid "The future is being built right now. These features are coming soon."
@@ -1760,7 +1760,7 @@ msgstr "有償ロールのこれから"
#: src/fluxer_marketing/components/coming_features.gleam:51
msgid "Theme marketplace"
-msgstr "テーママーケット"
+msgstr "テーママーケットプレイス"
#: src/fluxer_marketing/pages/download_page.gleam:255
msgid "This isn't a full replacement for the desktop app yet, and some things you'd expect from a mobile chat app are still missing."
@@ -1786,11 +1786,11 @@ msgstr "信頼と安全"
#: src/fluxer_marketing/pages/help_search_page.gleam:140
msgid "Try different keywords or browse our categories."
-msgstr "別のキーワードを試すか、カテゴリを参照してください。"
+msgstr "別のキーワードを試すか、カテゴリをご覧ください。"
#: src/fluxer_marketing/components/hackernews_banner.gleam:75
msgid "Try it without an email at"
-msgstr "メールなしで試してみて"
+msgstr "メール不要で試す:"
#: src/fluxer_marketing/components/locale_selector.gleam:147
msgid "Turkish"
@@ -1818,7 +1818,7 @@ msgstr "独立系コミュニケーションプラットフォームを支援し
#: src/fluxer_marketing/pages/plutonium_page.gleam:611
msgid "Up to 4K video quality"
-msgstr "最大4Kのビデオ品質"
+msgstr "最大4K画質"
#: src/fluxer_marketing/pages/plutonium_page.gleam:54
msgid "Upgrade to Plutonium for $4.99/mo: custom username tags, per-community profiles, message scheduling, 4K streaming, 500MB uploads, and more exclusive features."
@@ -1846,7 +1846,7 @@ msgstr "アニメーション絵文字を使う"
#: src/fluxer_marketing/components/current_features.gleam:154
msgid "Use our desktop client (mobile coming soon)"
-msgstr "デスクトップクライアントを使用してください(モバイル版はもうすぐ登場)"
+msgstr "デスクトップクライアントを使用(モバイルは近日公開)"
#: src/fluxer_marketing/pages/plutonium_page.gleam:604
msgid "Use your favorite emojis and stickers from any community, anywhere across Fluxer."
@@ -1915,7 +1915,7 @@ msgstr "すべての申請を確認し、できるだけ早くご連絡します
#: src/fluxer_marketing/pages/press_page.gleam:301
msgid "We typically respond within 24 hours during business days."
-msgstr "通常、営業日で24時間以内に返信します。"
+msgstr "通常、営業日であれば24時間以内に返信します。"
#: src/fluxer_marketing/components/get_involved_section.gleam:62
msgid "We're building a complete platform with all the features you'd expect. But we can't do it without your help!"
@@ -1937,7 +1937,7 @@ msgstr "Fluxerを支える事業はまだ構築途中で、現時点では有償
msgid "Webhooks and bot support"
msgstr "WebhookとBotのサポート"
-#: src/fluxer_marketing/pages/donate_page.gleam:351
+#: src/fluxer_marketing/pages/donate_page.gleam:350
msgid "What does my donation support?"
msgstr "寄付は何に使われますか?"
@@ -1953,7 +1953,7 @@ msgstr "今使える機能"
msgid "What's coming next"
msgstr "次に来るもの"
-#: src/fluxer_marketing/pages/donate_page.gleam:385
+#: src/fluxer_marketing/pages/donate_page.gleam:384
msgid "What's the difference between Individual and Business?"
msgstr "個人と法人の違いは何ですか?"
@@ -1989,7 +1989,7 @@ msgstr "コミュニティは認証済みステータスを得て、信頼性を
msgid "Your community receives increased limits when you need them."
msgstr "必要なときに、コミュニティの各種上限が引き上げられます。"
-#: src/fluxer_marketing/pages/donate_page.gleam:354
+#: src/fluxer_marketing/pages/donate_page.gleam:353
msgid "Your donation helps fund Fluxer's infrastructure costs, including servers, bandwidth, storage, and ongoing development of new features. It helps us maintain and improve the platform for everyone."
msgstr "寄付は、サーバー、帯域、ストレージなどのインフラ費用と、新機能の継続的な開発に充てられます。プラットフォームをみんなのために維持・改善する助けになります。"
@@ -2034,7 +2034,7 @@ msgid "one-time purchase"
msgstr "買い切り"
#: src/fluxer_marketing/components/plutonium_section.gleam:68
-#: src/fluxer_marketing/pages/donate_page.gleam:284
+#: src/fluxer_marketing/pages/donate_page.gleam:282
#: src/fluxer_marketing/pages/plutonium_page.gleam:106
#: src/fluxer_marketing/pages/plutonium_page.gleam:230
msgid "or"
@@ -2054,9 +2054,8 @@ msgstr "件の検索結果:"
#: src/fluxer_marketing/pages/plutonium_page.gleam:801
msgid "{0} of {1} slots left"
-msgstr "{1}枠中、残り{0}枠"
+msgstr "残り{0}/{1}枠"
#: src/fluxer_marketing/components/footer.gleam:325
msgid "© Fluxer Platform AB (Swedish limited liability company: 559537-3993)"
msgstr "© Fluxer Platform AB(スウェーデンの有限責任会社:559537-3993)"
-
diff --git a/fluxer_marketing/locales/ko/messages.po b/fluxer_marketing/locales/ko/messages.po
index 64bd5df8..ef27b134 100644
--- a/fluxer_marketing/locales/ko/messages.po
+++ b/fluxer_marketing/locales/ko/messages.po
@@ -6,19 +6,19 @@ msgstr ""
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:190
msgid " in Chrome"
-msgstr "크롬에서"
+msgstr " Chrome에서"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:288
msgid " in Chrome or another browser with PWA support"
-msgstr "크롬 또는 PWA 지원이 있는 다른 브라우저에서"
+msgstr " Chrome 또는 PWA를 지원하는 다른 브라우저에서"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:236
msgid " in Safari"
-msgstr "사파리에서"
+msgstr " Safari에서"
#: src/fluxer_marketing/pages/plutonium_page.gleam:1032
msgid "/forever"
-msgstr "/영구"
+msgstr "/평생"
#: src/fluxer_marketing/components/plutonium_section.gleam:66
#: src/fluxer_marketing/pages/plutonium_page.gleam:103
@@ -37,15 +37,15 @@ msgstr "/년"
#: src/fluxer_marketing/pages/plutonium_page.gleam:654
msgid "500MB uploads, 4000 character messages, 300 bookmarks, 50 emoji packs, and much more."
-msgstr "업로드 500MB, 메시지 4,000자, 북마크 300개, 이모지 팩 50개 등 훨씬 더 많은 혜택이 있어요."
+msgstr "최대 500MB 업로드, 4,000자 메시지, 300개 북마크, 50개 이모지 팩 등 더 많은 혜택이 있어요."
#: src/fluxer_marketing/components/communities_section.gleam:86
msgid "A chat platform that answers to you, not investors. It's ad-free, open source, community-funded, and never sells your data or nags you with upgrade pop-ups."
-msgstr "투자자가 아니라 여러분에게 책임지는 채팅 플랫폼. 광고 없이, 오픈 소스이며, 커뮤니티의 후원으로 운영되고, 데이터를 팔거나 업그레이드 팝업으로 귀찮게 하지 않습니다."
+msgstr "투자자가 아니라 사용자에게 책임지는 채팅 플랫폼이에요. 광고도 없고 오픈 소스이며, 커뮤니티 후원으로 운영됩니다. 데이터를 팔지 않고, 업그레이드 팝업으로 귀찮게 하지도 않아요."
#: src/fluxer_marketing/pages/careers_page.gleam:219
msgid "A non-paid role for recurring contributors who help shape Fluxer alongside the core team."
-msgstr "핵심 팀과 함께 Fluxer를 만들어가는 꾸준한 기여자를 위한 무보수 역할입니다."
+msgstr "핵심 팀과 함께 Fluxer를 만들어가는 꾸준한 기여자를 위한 무보수 역할이에요."
#: src/fluxer_marketing/pages/plutonium_page.gleam:1074
msgid "Access to Fluxer Operators community"
@@ -53,7 +53,7 @@ msgstr "Fluxer Operators 커뮤니티 이용"
#: src/fluxer_marketing/pages/partners_page.gleam:225
msgid "Access to VIP voice servers reserved exclusively for partnered communities."
-msgstr "파트너 커뮤니티 전용으로 제공되는 VIP 음성 서버에 접속할 수 있어요."
+msgstr "파트너 커뮤니티 전용 VIP 음성 서버에 접속할 수 있어요."
#: src/fluxer_marketing/components/coming_features.gleam:48
msgid "Activity sharing"
@@ -65,32 +65,36 @@ msgstr "홈 화면에 Fluxer를 추가하면 브라우저 UI를 숨길 수 있
#: src/fluxer_marketing/components/current_features.gleam:133
msgid "Add custom emojis, save media for later, and style the app with custom CSS."
-msgstr "커스텀 이모지를 추가하고, 미디어를 나중에 보려고 저장하고, 커스텀 CSS로 앱을 꾸밀 수 있어요."
+msgstr "커스텀 이모지를 추가하고, 미디어를 나중에 볼 수 있도록 저장하고, 커스텀 CSS로 앱을 꾸밀 수 있어요."
#: src/fluxer_marketing/pages/plutonium_page.gleam:1124
msgid "After the offer ends, Operator Pass stays available on its own."
-msgstr "프로모션이 끝난 뒤에도 오퍼레이터 패스는 별도로 계속 이용할 수 있어요."
+msgstr "프로모션이 끝난 뒤에도 Operator Pass는 단독으로 계속 이용할 수 있어요."
#: src/fluxer_marketing/pages/plutonium_page.gleam:843
msgid "All current and future Plutonium benefits, forever"
-msgstr "현재와 앞으로 추가될 모든 플루토늄 혜택을 영구히"
+msgstr "현재와 앞으로 추가될 모든 플루토늄 혜택을 평생 이용"
#: src/fluxer_marketing/components/current_features.gleam:55
msgid "All the basics you expect, plus a few things you don't."
-msgstr "기본은 당연히, 예상 밖의 편의 기능까지."
+msgstr "기본은 다 갖췄고, 의외의 편의 기능도 더했어요."
#: src/fluxer_marketing/components/locale_selector.gleam:102
msgid "All translations are currently LLM-generated with minimal human revision. We'd love to get real people to help us out localizing Fluxer into your language! To do so, shoot an email to i18n@fluxer.app and we'll be happy to accept your contributions."
-msgstr "현재 번역은 대부분 LLM이 생성했으며, 사람의 검수는 최소한으로만 진행되었습니다. Fluxer를 여러분의 언어로 더 자연스럽게 현지화하는 데 실제 사용자 분들의 도움을 받고 싶어요! 참여하고 싶다면 i18n@fluxer.app으로 이메일을 보내 주세요. 기여를 기쁘게 받아들이겠습니다."
+msgstr "현재 번역은 대부분 LLM이 생성했으며, 사람의 검수는 최소한으로만 진행됐습니다. Fluxer를 여러분의 언어로 더 자연스럽게 현지화하는 데 실제 사용자 분들의 도움을 받고 싶어요! 참여하고 싶다면 i18n@fluxer.app으로 이메일을 보내 주세요. 기여를 환영합니다."
+
+#: src/fluxer_marketing/components/hero.gleam:64
+msgid "An open-source, independent instant messaging and VoIP platform. Built for friends, groups, and communities."
+msgstr "친구, 그룹, 커뮤니티를 위해 만든 오픈 소스 독립형 인스턴트 메시징·VoIP 플랫폼입니다."
#: src/fluxer_marketing/components/platform_download_button.gleam:524
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:97
msgid "Android"
-msgstr "안드로이드"
+msgstr "Android"
#: src/fluxer_marketing/components/platform_download_button.gleam:236
msgid "Android 8+"
-msgstr "안드로이드 8 이상"
+msgstr "Android 8 이상"
#: src/fluxer_marketing/pages/partners_page.gleam:178
msgid "Animated Avatar & Banner"
@@ -112,7 +116,7 @@ msgstr "partners@fluxer.app로 지원하세요"
#: src/fluxer_marketing/components/get_involved_section.gleam:170
msgid "Approved reports grant access to Fluxer Testers, where you can earn points for Plutonium codes and the Bug Hunter badge."
-msgstr "승인된 신고는 Fluxer Testers 접근 권한을 제공하며, 플루토늄 코드와 버그 헌터 배지를 위한 포인트를 적립할 수 있어요."
+msgstr "승인된 신고는 Fluxer Testers 이용 권한을 제공하며, 플루토늄 코드와 버그 헌터 배지를 위한 포인트를 적립할 수 있어요."
#: src/fluxer_marketing/components/locale_selector.gleam:118
msgid "Arabic"
@@ -130,7 +134,7 @@ msgstr "이 섹션의 문서"
msgid "Audit logs for transparency"
msgstr "투명성을 위한 감사 로그"
-#: src/fluxer_marketing/pages/donate_page.gleam:302
+#: src/fluxer_marketing/pages/donate_page.gleam:301
msgid "Available for Swedish bank accounts"
msgstr "스웨덴 은행 계좌에서 이용 가능"
@@ -155,11 +159,11 @@ msgstr "모두에게 공개되기 전에 새 기능을 가장 먼저 사용해
#: src/fluxer_marketing/pages/careers_page.gleam:173
#: src/fluxer_marketing/pages/partners_page.gleam:64
msgid "Become a Fluxer Partner"
-msgstr "Fluxer 파트너가 되기"
+msgstr "Fluxer 파트너가 되세요"
#: src/fluxer_marketing/components/partner_section.gleam:151
msgid "Become a Partner"
-msgstr "파트너 되기"
+msgstr "파트너가 되세요"
#: src/fluxer_marketing/pages/download_page.gleam:322
#: src/fluxer_marketing/pages/plutonium_page.gleam:876
@@ -177,11 +181,11 @@ msgstr "베타"
#: src/fluxer_marketing/components/coming_features.gleam:54
msgid "Better noise cancellation"
-msgstr "더 나은 소음 제거"
+msgstr "향상된 소음 제거"
#: src/fluxer_marketing/pages/plutonium_page.gleam:350
msgid "Bio character limit"
-msgstr "소개 글 글자 제한"
+msgstr "소개 글 글자 수 제한"
#: src/fluxer_marketing/pages/press_page.gleam:235
msgid "Black"
@@ -197,7 +201,7 @@ msgstr "검정 심볼"
#: src/fluxer_marketing/pages/press_page.gleam:217
msgid "Blue (Da Ba Dee)"
-msgstr "파랑(Da Ba Dee)"
+msgstr "파랑 (Da Ba Dee)"
#: src/fluxer_marketing/components/footer.gleam:157
#: src/fluxer_marketing/components/navigation.gleam:449
@@ -208,13 +212,13 @@ msgstr "Bluesky"
msgid "Bookmarked messages"
msgstr "북마크한 메시지"
-#: src/fluxer_marketing/pages/donate_page.gleam:388
+#: src/fluxer_marketing/pages/donate_page.gleam:387
msgid "Both donation types support the same cause equally. The only difference is that Business donations allow you to specify a tax ID (if applicable) and receive a PDF invoice when finalized, which can be useful for company accounting purposes."
-msgstr "두 후원 방식은 동일한 목적을 똑같이 지원합니다. 차이는 기업 후원의 경우(해당 시) 납세자/사업자 식별 번호를 기재할 수 있고, 완료 시 PDF 인보이스를 받을 수 있다는 점뿐이며, 이는 회사 회계 처리에 도움이 될 수 있어요."
+msgstr "두 후원 방식은 같은 목적을 똑같이 지원합니다. 차이는 기업 후원의 경우(해당 시) 납세자/사업자 식별 번호를 기재할 수 있고, 완료 시 PDF 인보이스를 받을 수 있다는 점뿐이며, 회사 회계 처리에 도움이 될 수 있어요."
#: src/fluxer_marketing/pages/press_page.gleam:200
msgid "Brand Colors"
-msgstr "브랜드 컬러"
+msgstr "브랜드 색상"
#: src/fluxer_marketing/pages/partners_page.gleam:421
msgid "Brief description of your audience and what you do"
@@ -238,11 +242,7 @@ msgstr "다음에 대한 도움말 문서 둘러보기: "
#: src/fluxer_marketing/components/communities_section.gleam:44
msgid "Built for communities of all kinds."
-msgstr "모든 종류의 커뮤니티를 위해 만들었습니다."
-
-#: src/fluxer_marketing/components/hero.gleam:64
-msgid "Built for friends, groups, and communities. Text, voice, and video. Open source and community-funded."
-msgstr "친구, 그룹, 커뮤니티를 위해. 텍스트·음성·영상. 오픈 소스, 커뮤니티 후원으로 운영됩니다."
+msgstr "어떤 커뮤니티든 잘 어울려요."
#: src/fluxer_marketing/components/locale_selector.gleam:119
msgid "Bulgarian"
@@ -273,7 +273,7 @@ msgstr "언어 변경"
#: src/fluxer_marketing/components/hero.gleam:59
msgid "Chat that puts you first"
-msgstr "당신을 먼저 생각하는 채팅"
+msgstr "내 편인 채팅"
#: src/fluxer_marketing/components/locale_selector.gleam:150
msgid "Chinese (Simplified)"
@@ -301,7 +301,7 @@ msgstr "언어를 선택하세요"
#: src/fluxer_marketing/pages/plutonium_page.gleam:564
msgid "Choose your own 4-digit tag like #0001, #1337, or #9999 to make your username truly unique."
-msgstr "#0001, #1337, #9999 같은 4자리 태그를 직접 골라 사용자 이름을 진짜로 유니크하게 만들어 보세요."
+msgstr "#0001, #1337, #9999 같은 4자리 태그를 직접 골라 사용자 이름을 더 특별하게 만들어 보세요."
#: src/fluxer_marketing/pages/help_category_page.gleam:136
msgid "Clear search"
@@ -331,7 +331,7 @@ msgstr "출시 예정"
#: src/fluxer_marketing/pages/plutonium_page.gleam:367
#: src/fluxer_marketing/pages/plutonium_page.gleam:586
msgid "Coming soon"
-msgstr "곧 공개됩니다"
+msgstr "출시 예정"
#: src/fluxer_marketing/pages/plutonium_page.gleam:329
msgid "Communities"
@@ -361,7 +361,7 @@ msgstr "커뮤니티 템플릿"
#: src/fluxer_marketing/components/current_features.gleam:139
msgid "Compact mode and display options"
-msgstr "컴팩트 모드 및 표시 옵션"
+msgstr "컴팩트 모드 및 표시 설정"
#: src/fluxer_marketing/components/navigation.gleam:348
msgid "Company"
@@ -377,20 +377,20 @@ msgstr "회사 정보"
#: src/fluxer_marketing/components/footer.gleam:278
#: src/fluxer_marketing/components/navigation.gleam:426
msgid "Connect"
-msgstr "연결"
+msgstr "연락하기"
#: src/fluxer_marketing/pages/plutonium_page.gleam:1038
msgid "Connect from any client"
-msgstr "어떤 클라이언트에서도 접속"
+msgstr "어떤 클라이언트에서든 접속"
#: src/fluxer_marketing/pages/help_article_page.gleam:233
#: src/fluxer_marketing/pages/help_article_page.gleam:375
msgid "Contact Support"
-msgstr "지원팀에 문의"
+msgstr "지원팀 문의하기"
#: src/fluxer_marketing/components/partner_section.gleam:70
msgid "Content creators and community owners: unlock exclusive perks including free Plutonium, a Partner badge, custom vanity URLs, and more."
-msgstr "콘텐츠 크리에이터와 커뮤니티 운영자를 위한 프로그램: 무료 플루토늄, 파트너 배지, 커스텀 베니티 URL 등 전용 혜택을 잠금 해제하세요."
+msgstr "콘텐츠 크리에이터와 커뮤니티 운영자를 위한 프로그램: 무료 플루토늄, 파트너 배지, 커스텀 베니티 URL 등 전용 혜택을 제공합니다."
#: src/fluxer_marketing/components/get_involved_section.gleam:178
msgid "Contribute code"
@@ -402,11 +402,11 @@ msgstr "GitHub에서 기여하기"
#: src/fluxer_marketing/components/final_cta.gleam:69
msgid "Create an account and help us build something good."
-msgstr "계정을 만들고, 좋은 무언가를 함께 만들어 주세요."
+msgstr "계정을 만들고, 함께 좋은 걸 만들어 봐요."
#: src/fluxer_marketing/pages/plutonium_page.gleam:1191
msgid "Create your Fluxer account to get that sweet Plutonium while it's hot."
-msgstr "Fluxer 계정을 만들고, 지금 뜨거운 플루토늄 혜택을 놓치지 마세요."
+msgstr "Fluxer 계정을 만들고, 지금 플루토늄 혜택을 놓치지 마세요."
#: src/fluxer_marketing/pages/partners_page.gleam:211
msgid "Creator Monetization"
@@ -439,7 +439,7 @@ msgstr "커스텀 베니티 URL"
#: src/fluxer_marketing/pages/plutonium_page.gleam:315
#: src/fluxer_marketing/pages/plutonium_page.gleam:631
msgid "Custom entrance sounds"
-msgstr "커스텀 입장 사운드"
+msgstr "커스텀 입장 효과음"
#: src/fluxer_marketing/components/plutonium_section.gleam:127
msgid "Custom identity"
@@ -448,7 +448,7 @@ msgstr "커스텀 아이덴티티"
#: src/fluxer_marketing/pages/plutonium_page.gleam:322
#: src/fluxer_marketing/pages/plutonium_page.gleam:641
msgid "Custom notification sounds"
-msgstr "커스텀 알림 사운드"
+msgstr "커스텀 알림 효과음"
#: src/fluxer_marketing/pages/plutonium_page.gleam:413
msgid "Custom themes"
@@ -460,7 +460,7 @@ msgstr "커스텀 사용자 이름 태그"
#: src/fluxer_marketing/pages/plutonium_page.gleam:308
msgid "Custom video backgrounds"
-msgstr "커스텀 영상 배경"
+msgstr "커스텀 비디오 배경"
#: src/fluxer_marketing/components/current_features.gleam:130
msgid "Customization"
@@ -492,7 +492,7 @@ msgstr "디자인 및 브랜딩"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:99
msgid "Desktop"
-msgstr "데스크탑"
+msgstr "데스크톱"
#: src/fluxer_marketing/components/footer.gleam:209
msgid "Developer Docs"
@@ -517,11 +517,11 @@ msgstr "디스커버리"
#: src/fluxer_marketing/pages/partners_page.gleam:126
msgid "Display an exclusive Partner badge on your profile to stand out."
-msgstr "프로필에 전용 파트너 배지를 표시해 눈에 띄게 하세요."
+msgstr "프로필에 전용 파트너 배지를 표시해 더 눈에 띄게 하세요."
-#: src/fluxer_marketing/pages/donate_page.gleam:367
+#: src/fluxer_marketing/pages/donate_page.gleam:366
msgid "Do I get anything in return?"
-msgstr "대가로 무엇을 받나요?"
+msgstr "대가로 받을 게 있나요?"
#: src/fluxer_marketing/components/navigation.gleam:111
#: src/fluxer_marketing/components/navigation.gleam:319
@@ -548,22 +548,22 @@ msgstr "USD로 후원하기"
msgid "Donate to Fluxer"
msgstr "Fluxer 후원하기"
-#: src/fluxer_marketing/pages/donate_page.gleam:298
+#: src/fluxer_marketing/pages/donate_page.gleam:297
msgid "Donate with Swish"
-msgstr "Swish로 기부하기"
+msgstr "Swish로 후원하기"
-#: src/fluxer_marketing/pages/donate_page.gleam:370
+#: src/fluxer_marketing/pages/donate_page.gleam:369
msgid "Donations are voluntary gifts and do not provide you with any product, service, ownership, or special rights. If you're looking for premium features, check out {0}."
-msgstr "후원은 자발적인 기부이며, 어떤 제품/서비스/소유권/특별한 권리를 제공하지 않습니다. 프리미엄 기능을 원하신다면 {0}을(를) 확인해 보세요."
+msgstr "후원은 자발적인 기부이며, 어떤 제품/서비스/소유권/특별한 권리도 제공하지 않습니다. 프리미엄 기능을 원하신다면 {0}을 확인해 보세요."
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:308
msgid "Done! You can now open Fluxer as if it were a regular program."
-msgstr "완료! 이제 Fluxer를 일반 프로그램처럼 열 수 있습니다."
+msgstr "완료! 이제 Fluxer를 일반 프로그램처럼 열 수 있어요."
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:206
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:256
msgid "Done! You can open Fluxer from your home screen."
-msgstr "완료! 이제 홈 화면에서 Fluxer를 열 수 있습니다."
+msgstr "완료! 이제 홈 화면에서 Fluxer를 열 수 있어요."
#: src/fluxer_marketing/components/footer.gleam:132
#: src/fluxer_marketing/components/navigation.gleam:84
@@ -581,7 +581,7 @@ msgstr "Fluxer 다운로드"
#: src/fluxer_marketing/pages/download_page.gleam:49
msgid "Download Fluxer for Windows, macOS, and Linux. Mobile apps are underway."
-msgstr "Windows, macOS, Linux용 Fluxer를 다운로드하세요. 모바일 앱은 준비 중입니다."
+msgstr "Windows, macOS, Linux용 Fluxer를 다운로드하세요. 모바일 앱은 개발 중입니다."
#: src/fluxer_marketing/pages/press_page.gleam:48
msgid "Download Fluxer logos, brand assets, and get in touch with our press team"
@@ -602,7 +602,7 @@ msgstr "macOS용 다운로드"
#: src/fluxer_marketing/pages/press_page.gleam:68
msgid "Download our logos, learn about our brand colors, and get in touch with our press team."
-msgstr "로고를 다운로드하고, 브랜드 컬러를 확인하고, 프레스 팀에 문의하세요."
+msgstr "로고를 다운로드하고, 브랜드 색상을 확인하고, 프레스 팀에 문의하세요."
#: src/fluxer_marketing/components/locale_selector.gleam:139
msgid "Dutch"
@@ -610,7 +610,7 @@ msgstr "네덜란드어"
#: src/fluxer_marketing/components/coming_features.gleam:55
msgid "E2EE calls"
-msgstr "종단간 암호화 통화"
+msgstr "종단 간 암호화 통화"
#: src/fluxer_marketing/pages/partners_page.gleam:200
msgid "Early Feature Access"
@@ -678,7 +678,7 @@ msgstr "디스커버리에 추천"
#: src/fluxer_marketing/components/coming_features.gleam:30
msgid "Federation"
-msgstr "연합"
+msgstr "페더레이션"
#: src/fluxer_marketing/pages/plutonium_page.gleam:357
msgid "File upload size"
@@ -724,7 +724,7 @@ msgstr "Fluxer 커뮤니티 팀"
msgid "Fluxer Partner"
msgstr "Fluxer 파트너"
-#: src/fluxer_marketing/pages/donate_page.gleam:372
+#: src/fluxer_marketing/pages/donate_page.gleam:371
#: src/fluxer_marketing/pages/plutonium_page.gleam:51
#: src/fluxer_marketing/pages/plutonium_page.gleam:76
msgid "Fluxer Plutonium"
@@ -782,7 +782,7 @@ msgstr "텍스트, 밝은 면 위의 아이콘, 그리고 깊이감을 만들
#: src/fluxer_marketing/pages/plutonium_page.gleam:189
msgid "Forever"
-msgstr "영구"
+msgstr "평생"
#: src/fluxer_marketing/components/get_involved_section.gleam:189
msgid "Found a security issue?"
@@ -810,7 +810,7 @@ msgstr "무료 vs 플루토늄"
msgid "French"
msgstr "프랑스어"
-#: src/fluxer_marketing/pages/donate_page.gleam:346
+#: src/fluxer_marketing/pages/donate_page.gleam:345
msgid "Frequently Asked Questions"
msgstr "자주 묻는 질문"
@@ -824,7 +824,7 @@ msgstr "메시지에서 마크다운 완전 지원"
#: src/fluxer_marketing/pages/plutonium_page.gleam:1037
msgid "Full access to all features"
-msgstr "모든 기능 완전 이용"
+msgstr "모든 기능 전체 이용"
#: src/fluxer_marketing/pages/press_page.gleam:125
#: src/fluxer_marketing/pages/press_page.gleam:179
@@ -845,7 +845,7 @@ msgstr "독일어"
#: src/fluxer_marketing/pages/plutonium_page.gleam:430
msgid "Get Plutonium"
-msgstr "플루토늄 시작하기"
+msgstr "플루토늄 받기"
#: src/fluxer_marketing/components/plutonium_banner.gleam:79
msgid "Get Visionary"
@@ -902,7 +902,7 @@ msgstr "업데이트를 받아보고, 예정된 기능을 확인하고, 제안
#: src/fluxer_marketing/pages/plutonium_page.gleam:385
#: src/fluxer_marketing/pages/plutonium_page.gleam:601
msgid "Global emoji & sticker access"
-msgstr "전역 이모지·스티커 이용"
+msgstr "전역 이모지 및 스티커 이용"
#: src/fluxer_marketing/components/coming_features.gleam:53
msgid "Global voice regions"
@@ -922,7 +922,7 @@ msgstr "그리스어"
#: src/fluxer_marketing/pages/press_page.gleam:285
msgid "Have a story about Fluxer? Need more information or high-resolution assets?"
-msgstr "Fluxer에 관한 이야기가 있나요? 더 많은 정보나 고해상도 자산이 필요하신가요?"
+msgstr "Fluxer에 관한 이야기가 있나요? 더 많은 정보나 고해상도 자료가 필요하신가요?"
#: src/fluxer_marketing/components/locale_selector.gleam:130
msgid "Hebrew"
@@ -967,7 +967,7 @@ msgstr "오픈 소스, 커뮤니티 후원, 그리고 세심한 설계로 만들
#: src/fluxer_marketing/pages/donate_page.gleam:89
msgid "Help us build an independent communication platform that puts users first."
-msgstr "사용자를 최우선으로 하는 독립적인 커뮤니케이션 플랫폼을 함께 만들어 주세요."
+msgstr "사용자 편에 서는 독립적인 커뮤니케이션 플랫폼을 함께 만들어 주세요."
#: src/fluxer_marketing/pages/plutonium_page.gleam:651
msgid "Higher limits everywhere"
@@ -1044,11 +1044,11 @@ msgstr "Fluxer를 앱으로 설치하기"
msgid "Intel"
msgstr "Intel"
-#: src/fluxer_marketing/pages/donate_page.gleam:377
+#: src/fluxer_marketing/pages/donate_page.gleam:376
msgid "Is my donation tax-deductible?"
msgstr "후원금은 세금 공제가 되나요?"
-#: src/fluxer_marketing/pages/donate_page.gleam:359
+#: src/fluxer_marketing/pages/donate_page.gleam:358
msgid "Is this a subscription?"
msgstr "구독인가요?"
@@ -1077,7 +1077,7 @@ msgstr "Fluxer HQ 커뮤니티 참여하기"
#: src/fluxer_marketing/components/get_involved_section.gleam:75
msgid "Join and spread the word"
-msgstr "참여하고 소문내기"
+msgstr "참여하고 널리 알리기"
#: src/fluxer_marketing/components/current_features.gleam:88
msgid "Join from multiple devices at once"
@@ -1085,7 +1085,7 @@ msgstr "여러 기기에서 동시에 참여"
#: src/fluxer_marketing/pages/partners_page.gleam:47
msgid "Join the Fluxer Partner Program and unlock exclusive benefits for you and your community"
-msgstr "Fluxer 파트너 프로그램에 참여하고, 나와 커뮤니티를 위한 전용 혜택을 잠금 해제하세요"
+msgstr "Fluxer 파트너 프로그램에 참여하고, 나와 커뮤니티를 위한 전용 혜택을 누리세요"
#: src/fluxer_marketing/pages/careers_page.gleam:49
msgid "Join the Fluxer community and help build the future of communication through open source and community contributions."
@@ -1097,7 +1097,7 @@ msgstr "Fluxer 팀과 직접 소통할 수 있는 전용 Partners 커뮤니티
#: src/fluxer_marketing/pages/careers_page.gleam:66
msgid "Join the team behind Fluxer"
-msgstr "Fluxer를 만드는 팀에 합류하세요"
+msgstr "Fluxer 팀에 합류하세요"
#: src/fluxer_marketing/components/current_features.gleam:101
msgid "Keep your community running smoothly with roles, permissions, and logs."
@@ -1165,7 +1165,7 @@ msgstr "친구 관리 및 사용자 차단"
#: src/fluxer_marketing/pages/plutonium_page.gleam:336
msgid "Message character limit"
-msgstr "메시지 글자 제한"
+msgstr "메시지 글자 수 제한"
#: src/fluxer_marketing/components/coming_features.gleam:34
msgid "Message components"
@@ -1222,11 +1222,11 @@ msgstr "문서를 찾지 못했어요."
msgid "No results found for"
msgstr "다음에 대한 결과를 찾지 못했어요"
-#: src/fluxer_marketing/pages/donate_page.gleam:380
+#: src/fluxer_marketing/pages/donate_page.gleam:379
msgid "No, donations to Fluxer are not tax-deductible as we are not a registered charitable organization."
msgstr "아니요. Fluxer는 등록된 자선단체가 아니므로 후원금은 세금 공제 대상이 아닙니다."
-#: src/fluxer_marketing/pages/donate_page.gleam:362
+#: src/fluxer_marketing/pages/donate_page.gleam:361
msgid "No, this is a one-time donation. You choose the amount you want to give, and there are no recurring charges."
msgstr "아니요. 이는 일회성 후원입니다. 원하시는 금액을 직접 선택하며, 정기 결제는 발생하지 않습니다."
@@ -1240,7 +1240,7 @@ msgstr "노르웨이어"
#: src/fluxer_marketing/pages/plutonium_page.gleam:295
msgid "Not available"
-msgstr "사용할 수 없습니다"
+msgstr "제공되지 않음"
#: src/fluxer_marketing/pages/plutonium_page.gleam:91
msgid "Note: Plutonium and Visionary benefits only apply to the official Fluxer.app instance, not third-party or self-hosted instances."
@@ -1256,7 +1256,7 @@ msgstr "비저너리 상태를 표시하는 번호 배지"
#: src/fluxer_marketing/pages/plutonium_page.gleam:828
msgid "One-time purchase, lifetime access"
-msgstr "한 번 구매로 평생 이용"
+msgstr "한 번 결제로 평생 이용"
#: src/fluxer_marketing/components/plutonium_banner.gleam:43
msgid "Only {0} of {1} Visionary lifetime slots left — lifetime Plutonium + Operator Pass"
@@ -1291,7 +1291,7 @@ msgstr "오퍼레이터 패스"
#: src/fluxer_marketing/components/coming_features.gleam:31
msgid "Opt-in E2EE messaging"
-msgstr "선택적 종단 간 암호화 메시징"
+msgstr "선택형 종단 간 암호화 메시징"
#: src/fluxer_marketing/components/current_features.gleam:74
msgid "Organized channels for communities"
@@ -1377,7 +1377,7 @@ msgstr "프레스"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:246
msgid "Press \"Add to Home Screen\""
-msgstr "홈 화면에 추가하기를 누르세요"
+msgstr "\"홈 화면에 추가\"를 누르세요"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:249
msgid "Press \"Add\" in the upper-right corner"
@@ -1385,11 +1385,11 @@ msgstr "우측 상단의 \"추가\"를 누르세요"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:200
msgid "Press \"Install app\""
-msgstr "앱 설치\"를 누르세요"
+msgstr "\"앱 설치\"를 누르세요"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:301
msgid "Press \"Install\" in the popup that appears"
-msgstr "나타나는 팝업에서 \"설치\"를 누르세요"
+msgstr "표시되는 팝업에서 \"설치\"를 누르세요"
#: src/fluxer_marketing/pages/press_page.gleam:45
#: src/fluxer_marketing/pages/press_page.gleam:65
@@ -1402,15 +1402,15 @@ msgstr "언론 문의"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:197
msgid "Press the \"More\" (\\u{22EE}) button in the top-right corner"
-msgstr "우측 상단의 \"더보기\" (\\u{22EE}) 버튼을 누르세요"
+msgstr "우측 상단의 \"더보기\"(\\u{22EE}) 버튼을 누르세요"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:243
msgid "Press the Share button (rectangle with upwards-pointing arrow)"
-msgstr "공유 버튼(위쪽을 향한 화살표가 있는 직사각형)을 누르세요"
+msgstr "공유 버튼(위쪽 화살표가 있는 사각형)을 누르세요"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:296
msgid "Press the install button (downwards-pointing arrow on monitor) in the address bar"
-msgstr "주소 표시줄에서 설치 버튼(모니터에 아래쪽을 향한 화살표)을 누르세요"
+msgstr "주소 표시줄의 설치 버튼(모니터에 아래쪽 화살표)을 누르세요"
#: src/fluxer_marketing/components/footer.gleam:110
#: src/fluxer_marketing/components/navigation.gleam:93
@@ -1523,11 +1523,11 @@ msgstr "리소스"
#: src/fluxer_marketing/pages/partners_page.gleam:99
msgid "Rewards that recognize your impact, help your community grow, and give you a direct line to the Fluxer team."
-msgstr "여러분의 영향력을 인정하고 커뮤니티 성장을 돕는 보상, 그리고 Fluxer 팀과 직접 연결되는 소통 창구를 제공합니다."
+msgstr "여러분의 영향력을 인정하고 커뮤니티 성장을 돕는 보상, 그리고 Fluxer 팀과 바로 연결되는 소통 창구를 제공합니다."
#: src/fluxer_marketing/pages/careers_page.gleam:344
msgid "Right now we're focused on shipping a great product and keeping Fluxer independent and bootstrapped."
-msgstr "지금은 훌륭한 제품을 빠르게 출시하고, Fluxer를 독립적이고 부트스트랩 방식으로 유지하는 데 집중하고 있어요."
+msgstr "지금은 훌륭한 제품을 출시하고, Fluxer를 독립적이고 부트스트랩 방식으로 유지하는 데 집중하고 있어요."
#: src/fluxer_marketing/components/locale_selector.gleam:143
msgid "Romanian"
@@ -1631,7 +1631,7 @@ msgstr "일회성 선물 보내기"
#: src/fluxer_marketing/pages/partners_page.gleam:374
msgid "Send us an email with the following information to get started:"
-msgstr "시작하려면 아래 정보를 포함해 이메일로 보내주세요:"
+msgstr "시작하려면 아래 정보를 포함해 이메일로 보내 주세요:"
#: src/fluxer_marketing/pages/plutonium_page.gleam:634
msgid "Set personalized sounds when you join voice channels to make your presence known."
@@ -1705,7 +1705,7 @@ msgstr "아직 도움이 필요하신가요?"
#: src/fluxer_marketing/pages/plutonium_page.gleam:624
msgid "Store up to 15 video backgrounds for calls. No more Downloads folder scavenger hunts!"
-msgstr "통화용 영상 배경을 최대 15개까지 저장하세요. 더 이상 다운로드 폴더를 뒤질 필요 없어요!"
+msgstr "통화용 비디오 배경을 최대 15개까지 저장하세요. 더 이상 다운로드 폴더를 뒤질 필요 없어요!"
#: src/fluxer_marketing/pages/plutonium_page.gleam:614
msgid "Stream in up to 4K resolution at 60fps so others can see you in stunning clarity."
@@ -1722,7 +1722,7 @@ msgstr "Fluxer 후원하기"
#: src/fluxer_marketing/pages/plutonium_page.gleam:1077
msgid "Support future development"
-msgstr "향후 개발을 지원"
+msgstr "앞으로의 개발을 지원"
#: src/fluxer_marketing/components/locale_selector.gleam:145
msgid "Swedish"
@@ -1748,7 +1748,7 @@ msgstr "태국어"
#: src/fluxer_marketing/pages/plutonium_page.gleam:998
msgid "The Operator Pass is optional: pay for support and community access."
-msgstr "오퍼레이터 패스는 선택 사항입니다. 지원과 커뮤니티 이용을 원할 때만 결제하세요."
+msgstr "오퍼레이터 패스는 선택 사항이에요. 지원과 커뮤니티 이용이 필요할 때만 결제하세요."
#: src/fluxer_marketing/components/coming_features.gleam:89
msgid "The future is being built right now. These features are coming soon."
@@ -1790,7 +1790,7 @@ msgstr "다른 키워드로 검색하거나 카테고리를 둘러보세요."
#: src/fluxer_marketing/components/hackernews_banner.gleam:75
msgid "Try it without an email at"
-msgstr "이메일 없이 시도해 보세요"
+msgstr "다음에서 이메일 없이 바로 사용해 보세요:"
#: src/fluxer_marketing/components/locale_selector.gleam:147
msgid "Turkish"
@@ -1822,7 +1822,7 @@ msgstr "최대 4K 영상 화질"
#: src/fluxer_marketing/pages/plutonium_page.gleam:54
msgid "Upgrade to Plutonium for $4.99/mo: custom username tags, per-community profiles, message scheduling, 4K streaming, 500MB uploads, and more exclusive features."
-msgstr "$4.99/월로 플루토늄으로 업그레이드하세요: 커스텀 사용자 이름 태그, 커뮤니티별 프로필, 메시지 예약 발송, 4K 스트리밍, 500MB 업로드, 그리고 더 많은 전용 기능."
+msgstr "$4.99/월로 플루토늄으로 업그레이드하세요: 커스텀 사용자 이름 태그, 커뮤니티별 프로필, 메시지 예약 발송, 4K 스트리밍, 500MB 업로드 등 다양한 전용 기능을 제공합니다."
#: src/fluxer_marketing/pages/plutonium_page.gleam:644
msgid "Upload and use your own notification sounds to personalize your Fluxer experience."
@@ -1846,7 +1846,7 @@ msgstr "애니메이션 이모지 사용"
#: src/fluxer_marketing/components/current_features.gleam:154
msgid "Use our desktop client (mobile coming soon)"
-msgstr "우리의 데스크톱 클라이언트를 사용하세요 (모바일은 곧 출시 예정)"
+msgstr "데스크톱 클라이언트를 사용하세요 (모바일은 곧 출시됩니다)"
#: src/fluxer_marketing/pages/plutonium_page.gleam:604
msgid "Use your favorite emojis and stickers from any community, anywhere across Fluxer."
@@ -1862,7 +1862,7 @@ msgstr "인증된 커뮤니티"
#: src/fluxer_marketing/pages/plutonium_page.gleam:621
msgid "Video backgrounds"
-msgstr "영상 배경"
+msgstr "비디오 배경"
#: src/fluxer_marketing/pages/plutonium_page.gleam:392
msgid "Video quality"
@@ -1887,7 +1887,7 @@ msgstr "비저너리"
#: src/fluxer_marketing/pages/plutonium_page.gleam:864
msgid "Visionary & Operators communities with team access"
-msgstr "팀 접근 권한이 포함된 비저너리 및 Operators 커뮤니티"
+msgstr "팀과 직접 소통할 수 있는 비저너리 및 Operators 커뮤니티"
#: src/fluxer_marketing/components/current_features.gleam:82
msgid "Voice & video"
@@ -1915,7 +1915,7 @@ msgstr "모든 신청서를 검토한 뒤 가능한 한 빨리 연락드릴게
#: src/fluxer_marketing/pages/press_page.gleam:301
msgid "We typically respond within 24 hours during business days."
-msgstr "영업일 기준 보통 24시간 이내에 답변드립니다."
+msgstr "영업일 기준 보통 24시간 안에 답변드립니다."
#: src/fluxer_marketing/components/get_involved_section.gleam:62
msgid "We're building a complete platform with all the features you'd expect. But we can't do it without your help!"
@@ -1927,7 +1927,7 @@ msgstr "iOS와 Android 앱을 만들고 있어요. 준비가 될 때까지는
#: src/fluxer_marketing/components/get_involved_section.gleam:78
msgid "We're limiting registrations during beta. Once you're in, you can give friends a code to skip the queue."
-msgstr "베타 기간에는 가입을 제한하고 있어요. 한 번 가입하면 친구에게 대기열을 건너뛸 수 있는 코드를 줄 수 있습니다."
+msgstr "베타 기간에는 가입을 제한하고 있어요. 한 번 가입하면 친구에게 대기열을 건너뛸 수 있는 코드를 줄 수 있어요."
#: src/fluxer_marketing/pages/careers_page.gleam:324
msgid "We're still building the business around Fluxer and aren't quite ready for paid roles yet."
@@ -1937,7 +1937,7 @@ msgstr "Fluxer를 둘러싼 비즈니스를 아직 만들어가는 중이라,
msgid "Webhooks and bot support"
msgstr "웹훅 및 봇 지원"
-#: src/fluxer_marketing/pages/donate_page.gleam:351
+#: src/fluxer_marketing/pages/donate_page.gleam:350
msgid "What does my donation support?"
msgstr "후원금은 어디에 쓰이나요?"
@@ -1953,7 +1953,7 @@ msgstr "지금 이용 가능한 기능"
msgid "What's coming next"
msgstr "다음으로 출시될 기능"
-#: src/fluxer_marketing/pages/donate_page.gleam:385
+#: src/fluxer_marketing/pages/donate_page.gleam:384
msgid "What's the difference between Individual and Business?"
msgstr "개인과 기업의 차이는 무엇인가요?"
@@ -1987,9 +1987,9 @@ msgstr "커뮤니티가 진정성과 신뢰를 인정받는 인증 상태를 얻
#: src/fluxer_marketing/pages/partners_page.gleam:192
msgid "Your community receives increased limits when you need them."
-msgstr "필요할 때 커뮤니티의 한도가 상향됩니다."
+msgstr "필요할 때 커뮤니티 한도가 상향됩니다."
-#: src/fluxer_marketing/pages/donate_page.gleam:354
+#: src/fluxer_marketing/pages/donate_page.gleam:353
msgid "Your donation helps fund Fluxer's infrastructure costs, including servers, bandwidth, storage, and ongoing development of new features. It helps us maintain and improve the platform for everyone."
msgstr "여러분의 후원은 서버, 대역폭, 스토리지 등 Fluxer의 인프라 비용과 신규 기능의 지속적인 개발에 쓰입니다. 모두를 위한 플랫폼을 유지하고 개선하는 데 큰 도움이 됩니다."
@@ -2034,7 +2034,7 @@ msgid "one-time purchase"
msgstr "일회성 구매"
#: src/fluxer_marketing/components/plutonium_section.gleam:68
-#: src/fluxer_marketing/pages/donate_page.gleam:284
+#: src/fluxer_marketing/pages/donate_page.gleam:282
#: src/fluxer_marketing/pages/plutonium_page.gleam:106
#: src/fluxer_marketing/pages/plutonium_page.gleam:230
msgid "or"
@@ -2046,11 +2046,11 @@ msgstr "RSS 피드"
#: src/fluxer_marketing/pages/help_search_page.gleam:96
msgid "result for"
-msgstr "건의 결과"
+msgstr "개의 결과"
#: src/fluxer_marketing/pages/help_search_page.gleam:100
msgid "results for"
-msgstr "건의 결과"
+msgstr "개의 결과"
#: src/fluxer_marketing/pages/plutonium_page.gleam:801
msgid "{0} of {1} slots left"
@@ -2059,4 +2059,3 @@ msgstr "남은 슬롯: {0}/{1}"
#: src/fluxer_marketing/components/footer.gleam:325
msgid "© Fluxer Platform AB (Swedish limited liability company: 559537-3993)"
msgstr "© Fluxer Platform AB (스웨덴 유한회사: 559537-3993)"
-
diff --git a/fluxer_marketing/locales/lt/messages.po b/fluxer_marketing/locales/lt/messages.po
index e993b6db..191d4c2c 100644
--- a/fluxer_marketing/locales/lt/messages.po
+++ b/fluxer_marketing/locales/lt/messages.po
@@ -6,15 +6,15 @@ msgstr ""
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:190
msgid " in Chrome"
-msgstr "Chrome naršyklėje"
+msgstr " „Chrome“ naršyklėje"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:288
msgid " in Chrome or another browser with PWA support"
-msgstr "Chrome naršyklėje arba kitoje naršyklėje su PWA palaikymu"
+msgstr " „Chrome“ naršyklėje arba kitoje PWA palaikančioje naršyklėje"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:236
msgid " in Safari"
-msgstr "Safari naršyklėje"
+msgstr " „Safari“ naršyklėje"
#: src/fluxer_marketing/pages/plutonium_page.gleam:1032
msgid "/forever"
@@ -37,11 +37,11 @@ msgstr "/met."
#: src/fluxer_marketing/pages/plutonium_page.gleam:654
msgid "500MB uploads, 4000 character messages, 300 bookmarks, 50 emoji packs, and much more."
-msgstr "Įkėlimai iki 500 MB, 4000 simbolių žinutės, 300 žymelių, 50 jaustukų paketų ir dar daugiau."
+msgstr "Įkėlimai iki 500 MB, žinutės iki 4000 simbolių, 300 žymelių, 50 jaustukų paketų ir dar daugiau."
#: src/fluxer_marketing/components/communities_section.gleam:86
msgid "A chat platform that answers to you, not investors. It's ad-free, open source, community-funded, and never sells your data or nags you with upgrade pop-ups."
-msgstr "Pokalbių platforma, kuri atsiskaito jums, o ne investuotojams. Be reklamų, atvirojo kodo, finansuojama bendruomenės ir niekada neparduodanti jūsų duomenų ar nekvaršinanti galvos atnaujinimo iššokančiais langais."
+msgstr "Pokalbių platforma, kuri atsiskaito jums, o ne investuotojams. Be reklamų, atvirojo kodo, finansuojama bendruomenės, niekada neparduoda jūsų duomenų ir neerzina atnaujinimo iššokančiais langais."
#: src/fluxer_marketing/pages/careers_page.gleam:219
msgid "A non-paid role for recurring contributors who help shape Fluxer alongside the core team."
@@ -65,7 +65,7 @@ msgstr "Pridėkite Fluxer prie pradžios ekrano, kad paslėptumėte naršyklės
#: src/fluxer_marketing/components/current_features.gleam:133
msgid "Add custom emojis, save media for later, and style the app with custom CSS."
-msgstr "Įkelkite savo jaustukus, išsisaugokite mediją vėlesniam laikui ir pritaikykite programą naudodami pasirinktinį CSS."
+msgstr "Įkelkite savo jaustukus, išsaugokite mediją vėlesniam laikui ir pritaikykite programą naudodami pasirinktinį CSS."
#: src/fluxer_marketing/pages/plutonium_page.gleam:1124
msgid "After the offer ends, Operator Pass stays available on its own."
@@ -81,7 +81,11 @@ msgstr "Visi pagrindai, kurių tikitės, ir dar keli malonūs netikėtumai."
#: src/fluxer_marketing/components/locale_selector.gleam:102
msgid "All translations are currently LLM-generated with minimal human revision. We'd love to get real people to help us out localizing Fluxer into your language! To do so, shoot an email to i18n@fluxer.app and we'll be happy to accept your contributions."
-msgstr "Šiuo metu visi vertimai sugeneruoti didžiaisiais kalbos modeliais (LLM) ir tik minimaliai peržiūrėti žmogaus. Labai norėtume, kad Fluxer lokalizacijoje į jūsų kalbą padėtų tikri žmonės! Parašykite el. laišką i18n@fluxer.app ir mielai priimsime jūsų indėlį."
+msgstr "Šiuo metu visi vertimai sugeneruoti didžiųjų kalbos modelių (LLM) ir tik minimaliai peržiūrėti žmonių. Labai norėtume, kad Fluxer lokalizacijoje į jūsų kalbą padėtų tikri žmonės! Parašykite el. laišką i18n@fluxer.app ir mielai priimsime jūsų indėlį."
+
+#: src/fluxer_marketing/components/hero.gleam:64
+msgid "An open-source, independent instant messaging and VoIP platform. Built for friends, groups, and communities."
+msgstr "Atvirojo kodo, nepriklausoma momentinių žinučių ir VoIP platforma. Sukurta draugams, grupėms ir bendruomenėms."
#: src/fluxer_marketing/components/platform_download_button.gleam:524
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:97
@@ -108,7 +112,7 @@ msgstr "Apple Silicon"
#: src/fluxer_marketing/pages/partners_page.gleam:448
msgid "Apply at partners@fluxer.app"
-msgstr "Pateikite paraišką: partners@fluxer.app"
+msgstr "Pateikite paraišką el. paštu partners@fluxer.app"
#: src/fluxer_marketing/components/get_involved_section.gleam:170
msgid "Approved reports grant access to Fluxer Testers, where you can earn points for Plutonium codes and the Bug Hunter badge."
@@ -128,11 +132,11 @@ msgstr "Straipsniai šioje skiltyje"
#: src/fluxer_marketing/components/current_features.gleam:106
msgid "Audit logs for transparency"
-msgstr "Audito žurnalai skaidrumui"
+msgstr "Audito žurnalai skaidrumui užtikrinti"
-#: src/fluxer_marketing/pages/donate_page.gleam:302
+#: src/fluxer_marketing/pages/donate_page.gleam:301
msgid "Available for Swedish bank accounts"
-msgstr "Prieinamas Švedijos bankų sąskaitoms"
+msgstr "Prieinama Švedijos bankų sąskaitoms"
#: src/fluxer_marketing/pages/download_page.gleam:67
msgid "Available on your desktop — and on the web"
@@ -149,7 +153,7 @@ msgstr "Grįžti į Pagalbos centrą"
#: src/fluxer_marketing/pages/plutonium_page.gleam:674
msgid "Be the first to try new features before they're released to everyone else."
-msgstr "Išbandykite naujas funkcijas pirmieji – dar prieš joms pasirodant visiems."
+msgstr "Būkite pirmieji, išbandantys naujas funkcijas, dar prieš joms pasirodant visiems."
#: src/fluxer_marketing/components/partner_section.gleam:64
#: src/fluxer_marketing/pages/careers_page.gleam:173
@@ -177,11 +181,11 @@ msgstr "Beta"
#: src/fluxer_marketing/components/coming_features.gleam:54
msgid "Better noise cancellation"
-msgstr "Geresnis triukšmo slopinimas"
+msgstr "Dar geresnis triukšmo slopinimas"
#: src/fluxer_marketing/pages/plutonium_page.gleam:350
msgid "Bio character limit"
-msgstr "Aprašymo simbolių limitas"
+msgstr "Profilio aprašymo simbolių riba"
#: src/fluxer_marketing/pages/press_page.gleam:235
msgid "Black"
@@ -208,7 +212,7 @@ msgstr "Bluesky"
msgid "Bookmarked messages"
msgstr "Pažymėtos žinutės"
-#: src/fluxer_marketing/pages/donate_page.gleam:388
+#: src/fluxer_marketing/pages/donate_page.gleam:387
msgid "Both donation types support the same cause equally. The only difference is that Business donations allow you to specify a tax ID (if applicable) and receive a PDF invoice when finalized, which can be useful for company accounting purposes."
msgstr "Abu aukojimo tipai vienodai remia tą patį tikslą. Vienintelis skirtumas tas, kad „Verslas“ leidžia nurodyti mokesčių mokėtojo kodą (jei taikoma) ir, užbaigus auką, gauti PDF sąskaitą faktūrą – tai gali būti naudinga įmonės apskaitai."
@@ -234,15 +238,11 @@ msgstr "Naršyti pagal kategorijas"
#: src/fluxer_marketing/pages/help_category_page.gleam:65
msgid "Browse help articles about "
-msgstr "Naršykite pagalbos straipsnius apie "
+msgstr "Naršyti pagalbos straipsnius apie "
#: src/fluxer_marketing/components/communities_section.gleam:44
msgid "Built for communities of all kinds."
-msgstr "Sukurta visų tipų bendruomenėms."
-
-#: src/fluxer_marketing/components/hero.gleam:64
-msgid "Built for friends, groups, and communities. Text, voice, and video. Open source and community-funded."
-msgstr "Sukurta draugams, grupėms ir bendruomenėms. Tekstas, balsas ir vaizdas. Atvirojo kodo ir finansuojama bendruomenės."
+msgstr "Sukurta įvairiausioms bendruomenėms."
#: src/fluxer_marketing/components/locale_selector.gleam:119
msgid "Bulgarian"
@@ -254,7 +254,7 @@ msgstr "Verslas"
#: src/fluxer_marketing/components/coming_features.gleam:56
msgid "Call pop-out"
-msgstr "Skambučio lango atskyrimas"
+msgstr "Atskiras skambučio langas"
#: src/fluxer_marketing/components/footer.gleam:220
#: src/fluxer_marketing/components/navigation.gleam:358
@@ -263,7 +263,7 @@ msgstr "Karjera"
#: src/fluxer_marketing/pages/careers_page.gleam:46
msgid "Careers at Fluxer"
-msgstr "Karjera Fluxer"
+msgstr "Karjera Fluxer komandoje"
#: src/fluxer_marketing/components/locale_selector.gleam:38
#: src/fluxer_marketing/components/navigation.gleam:252
@@ -386,11 +386,11 @@ msgstr "Prisijunkite iš bet kurio kliento"
#: src/fluxer_marketing/pages/help_article_page.gleam:233
#: src/fluxer_marketing/pages/help_article_page.gleam:375
msgid "Contact Support"
-msgstr "Susisiekti su pagalba"
+msgstr "Susisiekti su pagalbos komanda"
#: src/fluxer_marketing/components/partner_section.gleam:70
msgid "Content creators and community owners: unlock exclusive perks including free Plutonium, a Partner badge, custom vanity URLs, and more."
-msgstr "Turinio kūrėjams ir bendruomenių savininkams: atrakinkite išskirtines privilegijas, įskaitant nemokamą „Plutonium“, Partnerio ženklelį, pasirinktinius vanity URL ir dar daugiau."
+msgstr "Turinio kūrėjams ir bendruomenių savininkams: atrakinkite išskirtines privilegijas, įskaitant nemokamą „Plutonium“, Partnerio ženklelį, pasirinktinius vardinius URL ir dar daugiau."
#: src/fluxer_marketing/components/get_involved_section.gleam:178
msgid "Contribute code"
@@ -434,7 +434,7 @@ msgstr "Pasirinktinės CSS temos"
#: src/fluxer_marketing/pages/partners_page.gleam:145
msgid "Custom Vanity URL"
-msgstr "Pasirinktinis vanity URL"
+msgstr "Pasirinktinis vardinis URL"
#: src/fluxer_marketing/pages/plutonium_page.gleam:315
#: src/fluxer_marketing/pages/plutonium_page.gleam:631
@@ -519,7 +519,7 @@ msgstr "Atraskite"
msgid "Display an exclusive Partner badge on your profile to stand out."
msgstr "Rodykite išskirtinį Partnerio ženklelį profilyje ir išsiskirkite."
-#: src/fluxer_marketing/pages/donate_page.gleam:367
+#: src/fluxer_marketing/pages/donate_page.gleam:366
msgid "Do I get anything in return?"
msgstr "Ar gausiu ką nors mainais?"
@@ -546,24 +546,24 @@ msgstr "Aukoti JAV doleriais"
#: src/fluxer_marketing/components/footer.gleam:78
#: src/fluxer_marketing/pages/download_page.gleam:329
msgid "Donate to Fluxer"
-msgstr "Paaukokite Fluxer"
+msgstr "Paaukokite Fluxer projektui"
-#: src/fluxer_marketing/pages/donate_page.gleam:298
+#: src/fluxer_marketing/pages/donate_page.gleam:297
msgid "Donate with Swish"
-msgstr "Paaukoti su Swish"
+msgstr "Paaukoti per Swish"
-#: src/fluxer_marketing/pages/donate_page.gleam:370
+#: src/fluxer_marketing/pages/donate_page.gleam:369
msgid "Donations are voluntary gifts and do not provide you with any product, service, ownership, or special rights. If you're looking for premium features, check out {0}."
msgstr "Aukos yra savanoriškos dovanos ir nesuteikia jums jokio produkto, paslaugos, nuosavybės ar ypatingų teisių. Jei ieškote premium funkcijų, peržiūrėkite {0}."
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:308
msgid "Done! You can now open Fluxer as if it were a regular program."
-msgstr "Baigta! Dabar galite atidaryti Fluxer lyg tai būtų įprasta programa."
+msgstr "Atlikta! Dabar galite atidaryti Fluxer kaip įprastą programą."
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:206
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:256
msgid "Done! You can open Fluxer from your home screen."
-msgstr "Baigta! Galite atidaryti Fluxer iš savo pagrindinio ekrano."
+msgstr "Atlikta! Dabar Fluxer galite atidaryti iš pradžios ekrano."
#: src/fluxer_marketing/components/footer.gleam:132
#: src/fluxer_marketing/components/navigation.gleam:84
@@ -581,7 +581,7 @@ msgstr "Atsisiųsti Fluxer"
#: src/fluxer_marketing/pages/download_page.gleam:49
msgid "Download Fluxer for Windows, macOS, and Linux. Mobile apps are underway."
-msgstr "Atsisiųskite Fluxer „Windows“, „macOS“ ir „Linux“. Mobiliosios programėlės kuriamos."
+msgstr "Atsisiųskite Fluxer „Windows“, „macOS“ ir „Linux“ sistemoms. Mobiliosios programėlės kuriamos."
#: src/fluxer_marketing/pages/press_page.gleam:48
msgid "Download Fluxer logos, brand assets, and get in touch with our press team"
@@ -650,7 +650,7 @@ msgstr "Renginių bilietai"
#: src/fluxer_marketing/pages/plutonium_page.gleam:1071
msgid "Everything in Free, plus:"
-msgstr "Viskas, kas yra Nemokamame plane, ir dar:"
+msgstr "Viskas, kas yra nemokamame plane, ir dar:"
#: src/fluxer_marketing/pages/partners_page.gleam:233
msgid "Exclusive Merch"
@@ -694,7 +694,7 @@ msgstr "Raskite atsakymus į dažniausius klausimus ir sužinokite, kaip naudoti
#: src/fluxer_marketing/components/current_features.gleam:117
msgid "Find old messages or jump between communities and channels in seconds."
-msgstr "Sekundėmis suraskite senas žinutes arba peršokite tarp bendruomenių ir kanalų."
+msgstr "Per kelias sekundes suraskite senas žinutes arba peršokite tarp bendruomenių ir kanalų."
#: src/fluxer_marketing/pages/help_center_page.gleam:104
msgid "Find step-by-step guides and answers, organized by topic."
@@ -724,7 +724,7 @@ msgstr "Fluxer bendruomenės komanda"
msgid "Fluxer Partner"
msgstr "Fluxer partneris"
-#: src/fluxer_marketing/pages/donate_page.gleam:372
+#: src/fluxer_marketing/pages/donate_page.gleam:371
#: src/fluxer_marketing/pages/plutonium_page.gleam:51
#: src/fluxer_marketing/pages/plutonium_page.gleam:76
msgid "Fluxer Plutonium"
@@ -748,11 +748,11 @@ msgstr "Fluxer finansuoja bendruomenė. Jei norite padėti paremti iOS ir Androi
#: src/fluxer_marketing/pages/plutonium_page.gleam:991
msgid "Fluxer is free and open source. Anyone can self-host for free."
-msgstr "Fluxer yra nemokamas ir atvirojo kodo. Kiekvienas gali nemokamai paleisti savo instanciją."
+msgstr "Fluxer yra nemokamas ir atvirojo kodo. Kiekvienas gali talpinti savarankiškai nemokamai."
#: src/fluxer_marketing/components/get_involved_section.gleam:181
msgid "Fluxer is open source (AGPLv3). Contribute directly on GitHub by opening pull requests."
-msgstr "Fluxer yra atvirojo kodo (AGPLv3). Prisidėkite tiesiogiai GitHub atidarydami pull request'us."
+msgstr "Fluxer yra atvirojo kodo (AGPLv3). Prisidėkite tiesiogiai GitHub atidarydami „pull request“."
#: src/fluxer_marketing/components/get_involved_section.gleam:158
msgid "Follow @fluxer.app"
@@ -760,7 +760,7 @@ msgstr "Sekite @fluxer.app"
#: src/fluxer_marketing/components/get_involved_section.gleam:120
msgid "Follow us on Bluesky"
-msgstr "Sekite mus Bluesky"
+msgstr "Sekite mus Bluesky platformoje"
#: src/fluxer_marketing/pages/press_page.gleam:230
msgid "For backgrounds, text on dark surfaces, and creating contrast."
@@ -810,7 +810,7 @@ msgstr "Nemokamas planas ir „Plutonium“"
msgid "French"
msgstr "Prancūzų"
-#: src/fluxer_marketing/pages/donate_page.gleam:346
+#: src/fluxer_marketing/pages/donate_page.gleam:345
msgid "Frequently Asked Questions"
msgstr "Dažniausiai užduodami klausimai"
@@ -829,7 +829,7 @@ msgstr "Visiška prieiga prie visų funkcijų"
#: src/fluxer_marketing/pages/press_page.gleam:125
#: src/fluxer_marketing/pages/press_page.gleam:179
msgid "Full color version"
-msgstr "Pilnai spalvota versija"
+msgstr "Visiškai spalvota versija"
#: src/fluxer_marketing/components/current_features.gleam:152
msgid "Fully open source (AGPLv3)"
@@ -857,7 +857,7 @@ msgstr "Įsigyti „Visionary“ + „Operator Pass“"
#: src/fluxer_marketing/pages/partners_page.gleam:148
msgid "Get an exclusive custom vanity URL like fluxer.gg/yourcommunity."
-msgstr "Gaukite išskirtinį pasirinktinių vanity URL, pvz., fluxer.gg/yourcommunity."
+msgstr "Gaukite išskirtinį vardinį URL, pvz., fluxer.gg/yourcommunity."
#: src/fluxer_marketing/pages/partners_page.gleam:236
msgid "Get exclusive Fluxer Partner-only merchandise and swag."
@@ -869,7 +869,7 @@ msgstr "Gaukite nemokamą „Plutonium“ savo paskyrai ir naudokitės visomis p
#: src/fluxer_marketing/pages/partners_page.gleam:170
msgid "Get heightened visibility by being featured in Community Discovery."
-msgstr "Tapkite labiau matomi – jūsų bendruomenė bus rodoma Bendruomenių atrankoje."
+msgstr "Būkite labiau matomi – jūsų bendruomenė bus rodoma Bendruomenių atrankoje."
#: src/fluxer_marketing/pages/not_found_page.gleam:87
msgid "Get help"
@@ -881,7 +881,7 @@ msgstr "Prisidėkite"
#: src/fluxer_marketing/pages/plutonium_page.gleam:956
msgid "Get lifetime Plutonium on Fluxer.app plus an Operator Pass for self-hosting. Pay {0} one-time. Available until October 1, 2026 or when {1} slots are claimed."
-msgstr "Gaukite „Plutonium“ visam laikui Fluxer.app ir „Operator Pass“ savarankiškam talpinimui. Sumokėkite vienkartinę {0} kainą. Galioja iki 2026 m. spalio 1 d. arba kol bus užimtos {1} vietos."
+msgstr "Gaukite „Plutonium“ visam laikui Fluxer.app ir „Operator Pass“ savarankiškam talpinimui. Sumokėkite vienkartinę {0}. Galioja iki 2026 m. spalio 1 d. arba kol bus užimtos {1} vietos."
#: src/fluxer_marketing/components/plutonium_section.gleam:51
msgid "Get more with Fluxer Plutonium"
@@ -902,7 +902,7 @@ msgstr "Gaukite naujienas, pamatykite būsimas funkcijas, aptarkite pasiūlymus
#: src/fluxer_marketing/pages/plutonium_page.gleam:385
#: src/fluxer_marketing/pages/plutonium_page.gleam:601
msgid "Global emoji & sticker access"
-msgstr "Globali prieiga prie jaustukų ir lipdukų"
+msgstr "Jaustukų ir lipdukų prieiga visoje platformoje"
#: src/fluxer_marketing/components/coming_features.gleam:53
msgid "Global voice regions"
@@ -914,7 +914,7 @@ msgstr "Grįžti į pradžią"
#: src/fluxer_marketing/components/current_features.gleam:104
msgid "Granular roles and permissions"
-msgstr "Detalūs vaidmenys ir leidimai"
+msgstr "Išsamūs vaidmenys ir leidimai"
#: src/fluxer_marketing/components/locale_selector.gleam:123
msgid "Greek"
@@ -991,7 +991,7 @@ msgstr "Prisijunkite prie skambučio su draugais arba bendrinkite ekraną ir dir
#: src/fluxer_marketing/components/current_features.gleam:153
msgid "Host your own instance"
-msgstr "Paleiskite savo instanciją"
+msgstr "Talpinkite savo instanciją"
#: src/fluxer_marketing/pages/help_center_page.gleam:64
#: src/fluxer_marketing/pages/help_search_page.gleam:63
@@ -1044,11 +1044,11 @@ msgstr "Įdiekite Fluxer kaip programėlę"
msgid "Intel"
msgstr "Intel"
-#: src/fluxer_marketing/pages/donate_page.gleam:377
+#: src/fluxer_marketing/pages/donate_page.gleam:376
msgid "Is my donation tax-deductible?"
msgstr "Ar mano auka atskaitoma iš mokesčių?"
-#: src/fluxer_marketing/pages/donate_page.gleam:359
+#: src/fluxer_marketing/pages/donate_page.gleam:358
msgid "Is this a subscription?"
msgstr "Ar tai prenumerata?"
@@ -1097,7 +1097,7 @@ msgstr "Prisijunkite prie išskirtinės Partnerių bendruomenės ir turėkite ti
#: src/fluxer_marketing/pages/careers_page.gleam:66
msgid "Join the team behind Fluxer"
-msgstr "Prisijunkite prie Fluxer komandos"
+msgstr "Prisijunkite prie komandos, kuri kuria Fluxer"
#: src/fluxer_marketing/components/current_features.gleam:101
msgid "Keep your community running smoothly with roles, permissions, and logs."
@@ -1113,7 +1113,7 @@ msgstr "Sužinokite apie Fluxer ir mūsų misiją"
#: src/fluxer_marketing/pages/careers_page.gleam:178
msgid "Learn about Partners"
-msgstr "Sužinokite apie Partnerius"
+msgstr "Sužinokite apie Partnerių programą"
#: src/fluxer_marketing/components/plutonium_section.gleam:195
msgid "Learn more"
@@ -1165,7 +1165,7 @@ msgstr "Tvarkykite draugus ir blokuokite naudotojus"
#: src/fluxer_marketing/pages/plutonium_page.gleam:336
msgid "Message character limit"
-msgstr "Žinutės simbolių limitas"
+msgstr "Žinutės simbolių riba"
#: src/fluxer_marketing/components/coming_features.gleam:34
msgid "Message components"
@@ -1222,11 +1222,11 @@ msgstr "Straipsnių nerasta."
msgid "No results found for"
msgstr "Nerasta rezultatų pagal"
-#: src/fluxer_marketing/pages/donate_page.gleam:380
+#: src/fluxer_marketing/pages/donate_page.gleam:379
msgid "No, donations to Fluxer are not tax-deductible as we are not a registered charitable organization."
msgstr "Ne, aukos Fluxer nėra atskaitomos iš mokesčių, nes nesame registruota labdaros organizacija."
-#: src/fluxer_marketing/pages/donate_page.gleam:362
+#: src/fluxer_marketing/pages/donate_page.gleam:361
msgid "No, this is a one-time donation. You choose the amount you want to give, and there are no recurring charges."
msgstr "Ne, tai vienkartinė auka. Jūs patys pasirenkate sumą, o pasikartojančių nurašymų nėra."
@@ -1240,7 +1240,7 @@ msgstr "Norvegų"
#: src/fluxer_marketing/pages/plutonium_page.gleam:295
msgid "Not available"
-msgstr "Nėra prieinamų"
+msgstr "Nėra prieinama"
#: src/fluxer_marketing/pages/plutonium_page.gleam:91
msgid "Note: Plutonium and Visionary benefits only apply to the official Fluxer.app instance, not third-party or self-hosted instances."
@@ -1277,7 +1277,7 @@ msgstr "Atvirasis kodas"
#: src/fluxer_marketing/pages/plutonium_page.gleam:1039
msgid "Open source (AGPL-3.0)"
-msgstr "Atvirasis kodas (AGPL-3.0)"
+msgstr "Atvirojo kodo (AGPL-3.0)"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:188
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:234
@@ -1291,7 +1291,7 @@ msgstr "Operator Pass"
#: src/fluxer_marketing/components/coming_features.gleam:31
msgid "Opt-in E2EE messaging"
-msgstr "Sutinkamas E2EE žinučių siuntimas"
+msgstr "Pasirenkamas E2EE žinučių šifravimas"
#: src/fluxer_marketing/components/current_features.gleam:74
msgid "Organized channels for communities"
@@ -1352,7 +1352,7 @@ msgstr "Plutonium"
#: src/fluxer_marketing/components/footer.gleam:227
#: src/fluxer_marketing/components/navigation.gleam:387
msgid "Policies"
-msgstr "Politikos"
+msgstr "Politika"
#: src/fluxer_marketing/components/locale_selector.gleam:141
msgid "Polish"
@@ -1377,11 +1377,11 @@ msgstr "Spauda"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:246
msgid "Press \"Add to Home Screen\""
-msgstr "Paspauskite „Pridėti prie pagrindinio ekrano“"
+msgstr "Paspauskite „Pridėti prie pradžios ekrano“"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:249
msgid "Press \"Add\" in the upper-right corner"
-msgstr "Paspauskite „Pridėti“ dešiniajame viršiniame kampe"
+msgstr "Paspauskite „Pridėti“ dešiniajame viršutiniame kampe"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:200
msgid "Press \"Install app\""
@@ -1389,7 +1389,7 @@ msgstr "Paspauskite „Įdiegti programą“"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:301
msgid "Press \"Install\" in the popup that appears"
-msgstr "Paspauskite „Įdiegti“ pasirodžiusiame iššokančiame langelyje"
+msgstr "Pasirodžiusiame iššokančiame lange paspauskite „Įdiegti“"
#: src/fluxer_marketing/pages/press_page.gleam:45
#: src/fluxer_marketing/pages/press_page.gleam:65
@@ -1402,15 +1402,15 @@ msgstr "Kontaktai spaudai"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:197
msgid "Press the \"More\" (\\u{22EE}) button in the top-right corner"
-msgstr "Paspauskite „Daugiau“ (\\u{22EE}) mygtuką dešiniajame viršiniame kampe"
+msgstr "Paspauskite „Daugiau“ (\\u{22EE}) mygtuką dešiniajame viršutiniame kampe"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:243
msgid "Press the Share button (rectangle with upwards-pointing arrow)"
-msgstr "Paspauskite bendrinimo mygtuką (stačiakampis su į viršų nukreiptu rodyklę)"
+msgstr "Paspauskite bendrinimo mygtuką (stačiakampis su į viršų nukreipta rodykle)"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:296
msgid "Press the install button (downwards-pointing arrow on monitor) in the address bar"
-msgstr "Paspauskite įdiegimo mygtuką (žemyn nukreipta rodyklė ant ekrano) adresų juostoje"
+msgstr "Adresų juostoje paspauskite įdiegimo mygtuką (žemyn nukreipta rodyklė ant ekrano)"
#: src/fluxer_marketing/components/footer.gleam:110
#: src/fluxer_marketing/components/navigation.gleam:93
@@ -1430,7 +1430,7 @@ msgstr "Privatumo politika"
#: src/fluxer_marketing/components/current_features.gleam:73
msgid "Private DMs and group chats"
-msgstr "Privatūs asmeniniai pokalbiai ir grupiniai pokalbiai"
+msgstr "Privatūs asmeniniai ir grupiniai pokalbiai"
#: src/fluxer_marketing/components/navigation.gleam:270
msgid "Product"
@@ -1535,7 +1535,7 @@ msgstr "Rumunų"
#: src/fluxer_marketing/components/current_features.gleam:149
msgid "Run the Fluxer backend on your own hardware and connect with our apps."
-msgstr "Paleiskite Fluxer backend'ą savo aparatinėje įrangoje ir prisijunkite naudodami mūsų programėles."
+msgstr "Paleiskite Fluxer serverio dalį savo aparatinėje įrangoje ir prisijunkite naudodami mūsų programėles."
#: src/fluxer_marketing/components/locale_selector.gleam:144
msgid "Russian"
@@ -1548,7 +1548,7 @@ msgstr "Sutaupykite 17%"
#: src/fluxer_marketing/components/current_features.gleam:137
msgid "Save images, videos, GIFs, and audio"
-msgstr "Išsaugokite nuotraukas, vaizdo įrašus, GIF'ų ir garso įrašus"
+msgstr "Išsaugokite nuotraukas, vaizdo įrašus, GIFus ir garso įrašus"
#: src/fluxer_marketing/pages/plutonium_page.gleam:371
msgid "Saved media"
@@ -1684,7 +1684,7 @@ msgstr "Ispanų (Ispanija)"
#: src/fluxer_marketing/pages/download_page.gleam:323
msgid "Sponsor the roadmap for mobile"
-msgstr "Paremkite mobiliosios versijos planą"
+msgstr "Paremkite mobiliosios programėlės planą"
#: src/fluxer_marketing/components/coming_features.gleam:42
msgid "Stage channels"
@@ -1718,7 +1718,7 @@ msgstr "Transliuotojo režimas"
#: src/fluxer_marketing/pages/donate_page.gleam:50
#: src/fluxer_marketing/pages/donate_page.gleam:86
msgid "Support Fluxer"
-msgstr "Paremti Fluxer"
+msgstr "Paremti Fluxer projektą"
#: src/fluxer_marketing/pages/plutonium_page.gleam:1077
msgid "Support future development"
@@ -1822,7 +1822,7 @@ msgstr "Iki 4K vaizdo kokybės"
#: src/fluxer_marketing/pages/plutonium_page.gleam:54
msgid "Upgrade to Plutonium for $4.99/mo: custom username tags, per-community profiles, message scheduling, 4K streaming, 500MB uploads, and more exclusive features."
-msgstr "Atnaujinkite į „Plutonium“ už $4.99/mėn.: pasirinktinės naudotojo vardo žymos, profiliai kiekvienai bendruomenei, žinučių planavimas, 4K transliavimas, įkėlimai iki 500 MB ir dar daugiau išskirtinių funkcijų."
+msgstr "Atnaujinkite į „Plutonium“ už 4,99 $/mėn.: pasirinktinės naudotojo vardo žymos, profiliai kiekvienai bendruomenei, žinučių planavimas, 4K transliavimas, įkėlimai iki 500 MB ir dar daugiau išskirtinių funkcijų."
#: src/fluxer_marketing/pages/plutonium_page.gleam:644
msgid "Upload and use your own notification sounds to personalize your Fluxer experience."
@@ -1830,7 +1830,7 @@ msgstr "Įkelkite ir naudokite savo pranešimų garsus, kad Fluxer patirtis būt
#: src/fluxer_marketing/pages/partners_page.gleam:181
msgid "Upload animated GIFs as your community's avatar and banner."
-msgstr "Įkelkite animuotus GIF kaip savo bendruomenės avatarą ir banerį."
+msgstr "Įkelkite animuotus GIFus kaip savo bendruomenės avatarą ir banerį."
#: src/fluxer_marketing/components/current_features.gleam:136
msgid "Upload custom emojis and stickers"
@@ -1846,7 +1846,7 @@ msgstr "Naudokite animuotus jaustukus"
#: src/fluxer_marketing/components/current_features.gleam:154
msgid "Use our desktop client (mobile coming soon)"
-msgstr "„Naudokite mūsų darbalaukio klientą (mobilioji versija atkeliauja greitai)“"
+msgstr "Naudokite mūsų darbalaukio klientą (mobilioji versija netrukus)"
#: src/fluxer_marketing/pages/plutonium_page.gleam:604
msgid "Use your favorite emojis and stickers from any community, anywhere across Fluxer."
@@ -1935,9 +1935,9 @@ msgstr "Vis dar kuriame verslo modelį aplink Fluxer ir dar nesame pasiruošę a
#: src/fluxer_marketing/components/current_features.gleam:107
msgid "Webhooks and bot support"
-msgstr "Webhook'ų ir botų palaikymas"
+msgstr "Webhookų ir botų palaikymas"
-#: src/fluxer_marketing/pages/donate_page.gleam:351
+#: src/fluxer_marketing/pages/donate_page.gleam:350
msgid "What does my donation support?"
msgstr "Ką remia mano auka?"
@@ -1953,7 +1953,7 @@ msgstr "Kas prieinama šiandien"
msgid "What's coming next"
msgstr "Kas bus toliau"
-#: src/fluxer_marketing/pages/donate_page.gleam:385
+#: src/fluxer_marketing/pages/donate_page.gleam:384
msgid "What's the difference between Individual and Business?"
msgstr "Kuo skiriasi „Privatus asmuo“ ir „Verslas“?"
@@ -1989,7 +1989,7 @@ msgstr "Jūsų bendruomenė gauna patvirtintos bendruomenės statusą – dėl a
msgid "Your community receives increased limits when you need them."
msgstr "Jūsų bendruomenė gauna padidintus limitus tada, kai jų reikia."
-#: src/fluxer_marketing/pages/donate_page.gleam:354
+#: src/fluxer_marketing/pages/donate_page.gleam:353
msgid "Your donation helps fund Fluxer's infrastructure costs, including servers, bandwidth, storage, and ongoing development of new features. It helps us maintain and improve the platform for everyone."
msgstr "Jūsų auka padeda finansuoti Fluxer infrastruktūros išlaidas – serverius, pralaidumą, saugyklą ir nuolatinį naujų funkcijų kūrimą. Tai padeda mums prižiūrėti ir gerinti platformą visiems."
@@ -2034,7 +2034,7 @@ msgid "one-time purchase"
msgstr "vienkartinis pirkimas"
#: src/fluxer_marketing/components/plutonium_section.gleam:68
-#: src/fluxer_marketing/pages/donate_page.gleam:284
+#: src/fluxer_marketing/pages/donate_page.gleam:282
#: src/fluxer_marketing/pages/plutonium_page.gleam:106
#: src/fluxer_marketing/pages/plutonium_page.gleam:230
msgid "or"
@@ -2059,4 +2059,3 @@ msgstr "Liko {0} iš {1} vietų"
#: src/fluxer_marketing/components/footer.gleam:325
msgid "© Fluxer Platform AB (Swedish limited liability company: 559537-3993)"
msgstr "© Fluxer Platform AB (Švedijos ribotos atsakomybės bendrovė: 559537-3993)"
-
diff --git a/fluxer_marketing/locales/messages.pot b/fluxer_marketing/locales/messages.pot
index 2abe1068..dc75096c 100644
--- a/fluxer_marketing/locales/messages.pot
+++ b/fluxer_marketing/locales/messages.pot
@@ -96,6 +96,10 @@ msgstr ""
msgid "All translations are currently LLM-generated with minimal human revision. We'd love to get real people to help us out localizing Fluxer into your language! To do so, shoot an email to i18n@fluxer.app and we'll be happy to accept your contributions."
msgstr ""
+#: src/fluxer_marketing/components/hero.gleam:64
+msgid "An open-source, independent instant messaging and VoIP platform. Built for friends, groups, and communities."
+msgstr ""
+
#: src/fluxer_marketing/components/platform_download_button.gleam:524
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:97
msgid "Android"
@@ -253,10 +257,6 @@ msgstr ""
msgid "Built for communities of all kinds."
msgstr ""
-#: src/fluxer_marketing/components/hero.gleam:64
-msgid "Built for friends, groups, and communities. Text, voice, and video. Open source and community-funded."
-msgstr ""
-
#: src/fluxer_marketing/components/locale_selector.gleam:119
msgid "Bulgarian"
msgstr ""
diff --git a/fluxer_marketing/locales/nl/messages.po b/fluxer_marketing/locales/nl/messages.po
index 2ebacbf7..de00a1e1 100644
--- a/fluxer_marketing/locales/nl/messages.po
+++ b/fluxer_marketing/locales/nl/messages.po
@@ -18,7 +18,7 @@ msgstr " in Safari"
#: src/fluxer_marketing/pages/plutonium_page.gleam:1032
msgid "/forever"
-msgstr "/forever"
+msgstr "/voor-altijd"
#: src/fluxer_marketing/components/plutonium_section.gleam:66
#: src/fluxer_marketing/pages/plutonium_page.gleam:103
@@ -41,11 +41,11 @@ msgstr "Uploads tot 500 MB, berichten tot 4000 tekens, 300 bladwijzers, 50 emoji
#: src/fluxer_marketing/components/communities_section.gleam:86
msgid "A chat platform that answers to you, not investors. It's ad-free, open source, community-funded, and never sells your data or nags you with upgrade pop-ups."
-msgstr "Een chatplatform dat naar jou luistert, niet naar investeerders. Zonder advertenties, open source, door de community gefinancierd, en het verkoopt je gegevens nooit en valt je niet lastig met upgrade-pop-ups."
+msgstr "Een chatplatform dat naar jou luistert — niet naar investeerders. Zonder advertenties, open source, door de community gefinancierd, en het verkoopt je gegevens nooit of valt je lastig met upgrade-pop-ups."
#: src/fluxer_marketing/pages/careers_page.gleam:219
msgid "A non-paid role for recurring contributors who help shape Fluxer alongside the core team."
-msgstr "Een onbetaalde rol voor vaste bijdragers die Fluxer samen met het kernteam helpen vormgeven."
+msgstr "Een onbetaalde rol voor vaste bijdragers die Fluxer samen met het kernteam mee vormgeven."
#: src/fluxer_marketing/pages/plutonium_page.gleam:1074
msgid "Access to Fluxer Operators community"
@@ -53,7 +53,7 @@ msgstr "Toegang tot de Fluxer Operators-community"
#: src/fluxer_marketing/pages/partners_page.gleam:225
msgid "Access to VIP voice servers reserved exclusively for partnered communities."
-msgstr "Toegang tot VIP-voiceservers, exclusief gereserveerd voor partnercommunities."
+msgstr "Toegang tot VIP-voice-servers, exclusief gereserveerd voor partnercommunities."
#: src/fluxer_marketing/components/coming_features.gleam:48
msgid "Activity sharing"
@@ -65,7 +65,7 @@ msgstr "Voeg Fluxer toe aan je beginscherm om de browserinterface te verbergen."
#: src/fluxer_marketing/components/current_features.gleam:133
msgid "Add custom emojis, save media for later, and style the app with custom CSS."
-msgstr "Voeg aangepaste emoji's toe, bewaar media voor later en stijl de app met eigen CSS."
+msgstr "Voeg aangepaste emoji's toe, bewaar media voor later en pas de app aan met eigen CSS."
#: src/fluxer_marketing/pages/plutonium_page.gleam:1124
msgid "After the offer ends, Operator Pass stays available on its own."
@@ -77,11 +77,15 @@ msgstr "Alle huidige en toekomstige Plutonium-voordelen, voor altijd"
#: src/fluxer_marketing/components/current_features.gleam:55
msgid "All the basics you expect, plus a few things you don't."
-msgstr "Alle basics die je verwacht, plus een paar dingen die je niet verwacht."
+msgstr "Alle basis die je verwacht, plus een paar dingen die je niet zag aankomen."
#: src/fluxer_marketing/components/locale_selector.gleam:102
msgid "All translations are currently LLM-generated with minimal human revision. We'd love to get real people to help us out localizing Fluxer into your language! To do so, shoot an email to i18n@fluxer.app and we'll be happy to accept your contributions."
-msgstr "Alle vertalingen zijn momenteel door een LLM gegenereerd, met minimale menselijke revisie. We zouden het geweldig vinden als echte mensen ons helpen om Fluxer naar jouw taal te lokaliseren! Stuur daarvoor een e-mail naar i18n@fluxer.app, dan nemen we je bijdragen graag aan."
+msgstr "Alle vertalingen zijn momenteel gegenereerd door een LLM, met minimale menselijke nabewerking. We zouden het geweldig vinden als echte mensen ons helpen Fluxer naar jouw taal te lokaliseren! Stuur daarvoor een e-mail naar i18n@fluxer.app; we nemen je bijdragen graag aan."
+
+#: src/fluxer_marketing/components/hero.gleam:64
+msgid "An open-source, independent instant messaging and VoIP platform. Built for friends, groups, and communities."
+msgstr "Een open-source, onafhankelijk chat- en VoIP-platform. Gebouwd voor vrienden, groepen en communities."
#: src/fluxer_marketing/components/platform_download_button.gleam:524
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:97
@@ -112,7 +116,7 @@ msgstr "Aanmelden via partners@fluxer.app"
#: src/fluxer_marketing/components/get_involved_section.gleam:170
msgid "Approved reports grant access to Fluxer Testers, where you can earn points for Plutonium codes and the Bug Hunter badge."
-msgstr "Goedgekeurde meldingen geven toegang tot Fluxer Testers, waar je punten kunt verdienen voor Plutonium-codes en de Bug Hunter-badge."
+msgstr "Goedgekeurde meldingen geven je toegang tot Fluxer Testers, waar je punten kunt verdienen voor Plutonium-codes en de Bug Hunter-badge."
#: src/fluxer_marketing/components/locale_selector.gleam:118
msgid "Arabic"
@@ -130,7 +134,7 @@ msgstr "Artikelen in deze sectie"
msgid "Audit logs for transparency"
msgstr "Auditlogs voor transparantie"
-#: src/fluxer_marketing/pages/donate_page.gleam:302
+#: src/fluxer_marketing/pages/donate_page.gleam:301
msgid "Available for Swedish bank accounts"
msgstr "Beschikbaar voor Zweedse bankrekeningen"
@@ -149,7 +153,7 @@ msgstr "Terug naar het Helpcentrum"
#: src/fluxer_marketing/pages/plutonium_page.gleam:674
msgid "Be the first to try new features before they're released to everyone else."
-msgstr "Probeer als eerste nieuwe functies voordat ze voor iedereen beschikbaar zijn."
+msgstr "Probeer nieuwe functies als eerste, nog voordat ze voor iedereen beschikbaar zijn."
#: src/fluxer_marketing/components/partner_section.gleam:64
#: src/fluxer_marketing/pages/careers_page.gleam:173
@@ -173,7 +177,7 @@ msgstr "Word Visionary"
#: src/fluxer_marketing/pages/plutonium_page.gleam:636
#: src/fluxer_marketing/pages/plutonium_page.gleam:646
msgid "Beta"
-msgstr "Beta"
+msgstr "Bèta"
#: src/fluxer_marketing/components/coming_features.gleam:54
msgid "Better noise cancellation"
@@ -181,7 +185,7 @@ msgstr "Betere ruisonderdrukking"
#: src/fluxer_marketing/pages/plutonium_page.gleam:350
msgid "Bio character limit"
-msgstr "Tekenlimiet van bio"
+msgstr "Tekenlimiet voor bio"
#: src/fluxer_marketing/pages/press_page.gleam:235
msgid "Black"
@@ -206,11 +210,11 @@ msgstr "Bluesky"
#: src/fluxer_marketing/pages/plutonium_page.gleam:343
msgid "Bookmarked messages"
-msgstr "Berichten met bladwijzer"
+msgstr "Berichten met bladwijzers"
-#: src/fluxer_marketing/pages/donate_page.gleam:388
+#: src/fluxer_marketing/pages/donate_page.gleam:387
msgid "Both donation types support the same cause equally. The only difference is that Business donations allow you to specify a tax ID (if applicable) and receive a PDF invoice when finalized, which can be useful for company accounting purposes."
-msgstr "Beide donatietypes steunen dezelfde zaak in gelijke mate. Het enige verschil is dat je bij zakelijke donaties een btw-/belastingnummer kunt opgeven (indien van toepassing) en na afronding een PDF-factuur ontvangt, wat handig kan zijn voor de bedrijfsadministratie."
+msgstr "Beide donatietypes steunen hetzelfde doel evenveel. Het enige verschil is dat je bij zakelijke donaties een btw-/belastingnummer kunt opgeven (indien van toepassing) en na afronding een PDF-factuur ontvangt, wat handig kan zijn voor de bedrijfsadministratie."
#: src/fluxer_marketing/pages/press_page.gleam:200
msgid "Brand Colors"
@@ -238,11 +242,7 @@ msgstr "Blader door hulpartikelen over "
#: src/fluxer_marketing/components/communities_section.gleam:44
msgid "Built for communities of all kinds."
-msgstr "Gemaakt voor communities van alle soorten."
-
-#: src/fluxer_marketing/components/hero.gleam:64
-msgid "Built for friends, groups, and communities. Text, voice, and video. Open source and community-funded."
-msgstr "Gemaakt voor vrienden, groepen en communities. Tekst, spraak en video. Open source en door de community gefinancierd."
+msgstr "Gemaakt voor communities van allerlei soorten."
#: src/fluxer_marketing/components/locale_selector.gleam:119
msgid "Bulgarian"
@@ -254,7 +254,7 @@ msgstr "Zakelijk"
#: src/fluxer_marketing/components/coming_features.gleam:56
msgid "Call pop-out"
-msgstr "Gesprek in apart venster"
+msgstr "Gesprek in los venster"
#: src/fluxer_marketing/components/footer.gleam:220
#: src/fluxer_marketing/components/navigation.gleam:358
@@ -273,7 +273,7 @@ msgstr "Taal wijzigen"
#: src/fluxer_marketing/components/hero.gleam:59
msgid "Chat that puts you first"
-msgstr "Chat die jou voorop zet"
+msgstr "Chat aan jouw kant."
#: src/fluxer_marketing/components/locale_selector.gleam:150
msgid "Chinese (Simplified)"
@@ -293,7 +293,7 @@ msgstr "Kies hieronder een gids, of zoek opnieuw als je niet ziet wat je nodig h
#: src/fluxer_marketing/components/platform_download_button.gleam:409
msgid "Choose distribution"
-msgstr "Kies distributie"
+msgstr "Kies een distributie"
#: src/fluxer_marketing/components/locale_selector.gleam:63
msgid "Choose your language"
@@ -331,7 +331,7 @@ msgstr "Binnenkort"
#: src/fluxer_marketing/pages/plutonium_page.gleam:367
#: src/fluxer_marketing/pages/plutonium_page.gleam:586
msgid "Coming soon"
-msgstr "Binnenkort beschikbaar"
+msgstr "Binnenkort"
#: src/fluxer_marketing/pages/plutonium_page.gleam:329
msgid "Communities"
@@ -377,7 +377,7 @@ msgstr "Bedrijfsinformatie"
#: src/fluxer_marketing/components/footer.gleam:278
#: src/fluxer_marketing/components/navigation.gleam:426
msgid "Connect"
-msgstr "Verbinden"
+msgstr "Contact"
#: src/fluxer_marketing/pages/plutonium_page.gleam:1038
msgid "Connect from any client"
@@ -386,19 +386,19 @@ msgstr "Verbinden vanaf elke client"
#: src/fluxer_marketing/pages/help_article_page.gleam:233
#: src/fluxer_marketing/pages/help_article_page.gleam:375
msgid "Contact Support"
-msgstr "Contacteer Support"
+msgstr "Neem contact op met support"
#: src/fluxer_marketing/components/partner_section.gleam:70
msgid "Content creators and community owners: unlock exclusive perks including free Plutonium, a Partner badge, custom vanity URLs, and more."
-msgstr "Contentmakers en community-eigenaren: ontgrendel exclusieve voordelen zoals gratis Plutonium, een Partner-badge, aangepaste vanity-URL's en meer."
+msgstr "Contentmakers en community-eigenaren: ontgrendel exclusieve voordelen zoals gratis Plutonium, een Partnerbadge, aangepaste vanity-URL's en meer."
#: src/fluxer_marketing/components/get_involved_section.gleam:178
msgid "Contribute code"
-msgstr "Code bijdragen"
+msgstr "Draag bij aan de code"
#: src/fluxer_marketing/pages/download_page.gleam:336
msgid "Contribute on GitHub"
-msgstr "Bijdragen op GitHub"
+msgstr "Draag bij op GitHub"
#: src/fluxer_marketing/components/final_cta.gleam:69
msgid "Create an account and help us build something good."
@@ -406,15 +406,15 @@ msgstr "Maak een account aan en help ons iets goeds te bouwen."
#: src/fluxer_marketing/pages/plutonium_page.gleam:1191
msgid "Create your Fluxer account to get that sweet Plutonium while it's hot."
-msgstr "Maak je Fluxer-account aan om Plutonium te bemachtigen zolang het nog kan."
+msgstr "Maak je Fluxer-account aan en scoor Plutonium zolang het nog kan."
#: src/fluxer_marketing/pages/partners_page.gleam:211
msgid "Creator Monetization"
-msgstr "Creator-monetization"
+msgstr "Monetisatie voor creators"
#: src/fluxer_marketing/components/coming_features.gleam:50
msgid "Creator monetization"
-msgstr "Creator-monetization"
+msgstr "Monetisatie voor creators"
#: src/fluxer_marketing/components/communities_section.gleam:62
msgid "Creators"
@@ -426,7 +426,7 @@ msgstr "Kroatisch"
#: src/fluxer_marketing/pages/plutonium_page.gleam:280
msgid "Custom 4-digit username tag"
-msgstr "Aangepaste 4-cijferige gebruikersnaam-tag"
+msgstr "Aangepaste 4-cijferige gebruikersnaamtag"
#: src/fluxer_marketing/components/current_features.gleam:138
msgid "Custom CSS themes"
@@ -443,7 +443,7 @@ msgstr "Aangepaste binnenkomstgeluiden"
#: src/fluxer_marketing/components/plutonium_section.gleam:127
msgid "Custom identity"
-msgstr "Aangepaste identiteit"
+msgstr "Eigen identiteit"
#: src/fluxer_marketing/pages/plutonium_page.gleam:322
#: src/fluxer_marketing/pages/plutonium_page.gleam:641
@@ -456,15 +456,15 @@ msgstr "Aangepaste thema's"
#: src/fluxer_marketing/pages/plutonium_page.gleam:561
msgid "Custom username tag"
-msgstr "Aangepaste gebruikersnaam-tag"
+msgstr "Aangepaste gebruikersnaamtag"
#: src/fluxer_marketing/pages/plutonium_page.gleam:308
msgid "Custom video backgrounds"
-msgstr "Aangepaste videogronden"
+msgstr "Aangepaste videoachtergronden"
#: src/fluxer_marketing/components/current_features.gleam:130
msgid "Customization"
-msgstr "Aanpassen"
+msgstr "Personalisatie"
#: src/fluxer_marketing/pages/plutonium_page.gleam:574
msgid "Customize your profile differently for each community you're part of."
@@ -480,7 +480,7 @@ msgstr "DM-mappen"
#: src/fluxer_marketing/components/current_features.gleam:69
msgid "DM your friends, chat with groups, or build communities with channels."
-msgstr "Stuur je vrienden een DM, chat met groepen of bouw communities met kanalen."
+msgstr "DM je vrienden, chat met groepen of bouw communities met kanalen."
#: src/fluxer_marketing/components/locale_selector.gleam:121
msgid "Danish"
@@ -496,7 +496,7 @@ msgstr "Desktop"
#: src/fluxer_marketing/components/footer.gleam:209
msgid "Developer Docs"
-msgstr "Documentatie voor ontwikkelaars"
+msgstr "Ontwikkelaarsdocumentatie"
#: src/fluxer_marketing/components/communities_section.gleam:74
msgid "Developers"
@@ -509,7 +509,7 @@ msgstr "Directe toegang tot het team"
#: src/fluxer_marketing/pages/plutonium_page.gleam:1076
msgid "Direct team support"
-msgstr "Directe ondersteuning door het team"
+msgstr "Directe ondersteuning van het team"
#: src/fluxer_marketing/components/coming_features.gleam:44
msgid "Discovery"
@@ -517,9 +517,9 @@ msgstr "Discovery"
#: src/fluxer_marketing/pages/partners_page.gleam:126
msgid "Display an exclusive Partner badge on your profile to stand out."
-msgstr "Toon een exclusieve Partner-badge op je profiel om op te vallen."
+msgstr "Toon een exclusieve Partnerbadge op je profiel om op te vallen."
-#: src/fluxer_marketing/pages/donate_page.gleam:367
+#: src/fluxer_marketing/pages/donate_page.gleam:366
msgid "Do I get anything in return?"
msgstr "Krijg ik er iets voor terug?"
@@ -548,22 +548,22 @@ msgstr "Doneer in USD"
msgid "Donate to Fluxer"
msgstr "Doneer aan Fluxer"
-#: src/fluxer_marketing/pages/donate_page.gleam:298
+#: src/fluxer_marketing/pages/donate_page.gleam:297
msgid "Donate with Swish"
msgstr "Doneer met Swish"
-#: src/fluxer_marketing/pages/donate_page.gleam:370
+#: src/fluxer_marketing/pages/donate_page.gleam:369
msgid "Donations are voluntary gifts and do not provide you with any product, service, ownership, or special rights. If you're looking for premium features, check out {0}."
msgstr "Donaties zijn vrijwillige giften en geven je geen product, dienst, eigendom of speciale rechten. Als je premiumfuncties zoekt, kijk dan bij {0}."
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:308
msgid "Done! You can now open Fluxer as if it were a regular program."
-msgstr "Klaar! Je kunt Fluxer nu openen alsof het een regulier programma is."
+msgstr "Klaar! Je kunt Fluxer nu openen alsof het een gewoon programma is."
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:206
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:256
msgid "Done! You can open Fluxer from your home screen."
-msgstr "Klaar! Je kunt Fluxer vanaf je startscherm openen."
+msgstr "Klaar! Je kunt Fluxer nu openen vanaf je beginscherm."
#: src/fluxer_marketing/components/footer.gleam:132
#: src/fluxer_marketing/components/navigation.gleam:84
@@ -585,7 +585,7 @@ msgstr "Download Fluxer voor Windows, macOS en Linux. Mobiele apps zijn in ontwi
#: src/fluxer_marketing/pages/press_page.gleam:48
msgid "Download Fluxer logos, brand assets, and get in touch with our press team"
-msgstr "Download Fluxer-logo's en andere merkmiddelen, en neem contact op met ons persteam"
+msgstr "Download Fluxer-logo's en merkmiddelen, en neem contact op met ons persteam"
#: src/fluxer_marketing/components/platform_download_button.gleam:428
#: src/fluxer_marketing/components/platform_download_button.gleam:538
@@ -622,7 +622,7 @@ msgstr "Vroege toegang"
#: src/fluxer_marketing/pages/partners_page.gleam:214
msgid "Early access to creator monetization features with lower platform fees than non-partners."
-msgstr "Vroege toegang tot functies voor creator-monetization, met lagere platformkosten dan niet-partners."
+msgstr "Vroege toegang tot monetisatie voor creators, met lagere platformkosten dan voor niet-partners."
#: src/fluxer_marketing/pages/plutonium_page.gleam:406
msgid "Early access to new features"
@@ -650,11 +650,11 @@ msgstr "Evenementtickets"
#: src/fluxer_marketing/pages/plutonium_page.gleam:1071
msgid "Everything in Free, plus:"
-msgstr "Alles in Free, plus:"
+msgstr "Alles uit Free, plus:"
#: src/fluxer_marketing/pages/partners_page.gleam:233
msgid "Exclusive Merch"
-msgstr "Exclusieve merch"
+msgstr "Exclusieve merchandise"
#: src/fluxer_marketing/pages/plutonium_page.gleam:863
msgid "Exclusive communities"
@@ -706,7 +706,7 @@ msgstr "Fins"
#: src/fluxer_marketing/pages/careers_page.gleam:121
msgid "Fix bugs, ship features, or polish the experience in our main repo."
-msgstr "Los bugs op, lever functies op of maak de ervaring nog strakker in onze hoofdrepo."
+msgstr "Los bugs op, lever nieuwe features op of verfijn de ervaring in onze hoofdrepo."
#: src/fluxer_marketing/components/footer.gleam:99
msgid "Fluxer"
@@ -724,7 +724,7 @@ msgstr "Fluxer-communityteam"
msgid "Fluxer Partner"
msgstr "Fluxer-partner"
-#: src/fluxer_marketing/pages/donate_page.gleam:372
+#: src/fluxer_marketing/pages/donate_page.gleam:371
#: src/fluxer_marketing/pages/plutonium_page.gleam:51
#: src/fluxer_marketing/pages/plutonium_page.gleam:76
msgid "Fluxer Plutonium"
@@ -740,7 +740,7 @@ msgstr "Fluxer-servicevoorwaarden"
#: src/fluxer_marketing/pages/careers_page.gleam:105
msgid "Fluxer is built in the open. Pick the path that fits how you like to help."
-msgstr "Fluxer wordt in het openbaar gebouwd. Kies het pad dat past bij hoe jij het liefst helpt."
+msgstr "Fluxer wordt in alle openheid gebouwd. Kies het pad dat past bij hoe jij het liefst helpt."
#: src/fluxer_marketing/pages/download_page.gleam:303
msgid "Fluxer is community-funded. If you'd like to help support iOS and Android development:"
@@ -748,7 +748,7 @@ msgstr "Fluxer wordt door de community gefinancierd. Als je de ontwikkeling voor
#: src/fluxer_marketing/pages/plutonium_page.gleam:991
msgid "Fluxer is free and open source. Anyone can self-host for free."
-msgstr "Fluxer is gratis en open source. Iedereen kan gratis self-hosten."
+msgstr "Fluxer is gratis en open source. Iedereen kan het gratis zelf hosten."
#: src/fluxer_marketing/components/get_involved_section.gleam:181
msgid "Fluxer is open source (AGPLv3). Contribute directly on GitHub by opening pull requests."
@@ -764,7 +764,7 @@ msgstr "Volg ons op Bluesky"
#: src/fluxer_marketing/pages/press_page.gleam:230
msgid "For backgrounds, text on dark surfaces, and creating contrast."
-msgstr "Voor achtergronden, tekst op donkere oppervlakken en om contrast te creëren."
+msgstr "Voor achtergronden, tekst op donkere vlakken en extra contrast."
#: src/fluxer_marketing/pages/press_page.gleam:111
#: src/fluxer_marketing/pages/press_page.gleam:165
@@ -778,7 +778,7 @@ msgstr "Voor lichte achtergronden"
#: src/fluxer_marketing/pages/press_page.gleam:237
msgid "For text, icons on light surfaces, and creating depth."
-msgstr "Voor tekst en iconen op lichte oppervlakken, en om diepte te creëren."
+msgstr "Voor tekst en iconen op lichte vlakken, en om diepte te creëren."
#: src/fluxer_marketing/pages/plutonium_page.gleam:189
msgid "Forever"
@@ -800,7 +800,7 @@ msgstr "Gratis Plutonium"
#: src/fluxer_marketing/pages/plutonium_page.gleam:1024
msgid "Free Self-Hosting"
-msgstr "Gratis self-hosting"
+msgstr "Gratis zelf hosten"
#: src/fluxer_marketing/pages/plutonium_page.gleam:152
msgid "Free vs Plutonium"
@@ -810,7 +810,7 @@ msgstr "Gratis vs Plutonium"
msgid "French"
msgstr "Frans"
-#: src/fluxer_marketing/pages/donate_page.gleam:346
+#: src/fluxer_marketing/pages/donate_page.gleam:345
msgid "Frequently Asked Questions"
msgstr "Veelgestelde vragen"
@@ -845,15 +845,15 @@ msgstr "Duits"
#: src/fluxer_marketing/pages/plutonium_page.gleam:430
msgid "Get Plutonium"
-msgstr "Neem Plutonium"
+msgstr "Haal Plutonium"
#: src/fluxer_marketing/components/plutonium_banner.gleam:79
msgid "Get Visionary"
-msgstr "Neem Visionary"
+msgstr "Haal Visionary"
#: src/fluxer_marketing/pages/plutonium_page.gleam:1135
msgid "Get Visionary + Operator Pass"
-msgstr "Neem Visionary + Operator Pass"
+msgstr "Haal Visionary + Operator Pass"
#: src/fluxer_marketing/pages/partners_page.gleam:148
msgid "Get an exclusive custom vanity URL like fluxer.gg/yourcommunity."
@@ -861,7 +861,7 @@ msgstr "Krijg een exclusieve, aangepaste vanity-URL zoals fluxer.gg/jouwcommunit
#: src/fluxer_marketing/pages/partners_page.gleam:236
msgid "Get exclusive Fluxer Partner-only merchandise and swag."
-msgstr "Krijg exclusieve Fluxer Partner-merch en swag, alleen voor partners."
+msgstr "Krijg exclusieve Fluxer Partner-only merchandise en swag."
#: src/fluxer_marketing/pages/partners_page.gleam:115
msgid "Get free Plutonium for your account to enjoy all premium features."
@@ -881,7 +881,7 @@ msgstr "Doe mee"
#: src/fluxer_marketing/pages/plutonium_page.gleam:956
msgid "Get lifetime Plutonium on Fluxer.app plus an Operator Pass for self-hosting. Pay {0} one-time. Available until October 1, 2026 or when {1} slots are claimed."
-msgstr "Krijg levenslang Plutonium op Fluxer.app plus een Operator Pass voor self-hosting. Betaal eenmalig {0}. Beschikbaar tot 1 oktober 2026 of totdat {1} plekken zijn geclaimd."
+msgstr "Krijg levenslang Plutonium op Fluxer.app plus een Operator Pass voor zelf hosten. Betaal eenmalig {0}. Beschikbaar tot 1 oktober 2026 of totdat {1} plekken zijn geclaimd."
#: src/fluxer_marketing/components/plutonium_section.gleam:51
msgid "Get more with Fluxer Plutonium"
@@ -906,7 +906,7 @@ msgstr "Wereldwijde toegang tot emoji's en stickers"
#: src/fluxer_marketing/components/coming_features.gleam:53
msgid "Global voice regions"
-msgstr "Wereldwijde spraakregio's"
+msgstr "Wereldwijde voice-regio's"
#: src/fluxer_marketing/pages/not_found_page.gleam:78
msgid "Go home"
@@ -922,7 +922,7 @@ msgstr "Grieks"
#: src/fluxer_marketing/pages/press_page.gleam:285
msgid "Have a story about Fluxer? Need more information or high-resolution assets?"
-msgstr "Heb je een verhaal over Fluxer? Meer informatie nodig of assets in hoge resolutie?"
+msgstr "Heb je een verhaal over Fluxer? Meer info nodig of assets in hoge resolutie?"
#: src/fluxer_marketing/components/locale_selector.gleam:130
msgid "Hebrew"
@@ -971,7 +971,7 @@ msgstr "Help ons een onafhankelijk communicatieplatform te bouwen dat gebruikers
#: src/fluxer_marketing/pages/plutonium_page.gleam:651
msgid "Higher limits everywhere"
-msgstr "Hogere limieten overal"
+msgstr "Overal hogere limieten"
#: src/fluxer_marketing/components/plutonium_section.gleam:92
msgid "Higher limits, exclusive features, and early access to new updates"
@@ -987,7 +987,7 @@ msgstr "Hobbyisten"
#: src/fluxer_marketing/components/current_features.gleam:85
msgid "Hop in a call with friends or share your screen to work together."
-msgstr "Stap in een gesprek met vrienden of deel je scherm om samen te werken."
+msgstr "Spring in een gesprek met vrienden of deel je scherm om samen te werken."
#: src/fluxer_marketing/components/current_features.gleam:153
msgid "Host your own instance"
@@ -1000,7 +1000,7 @@ msgstr "Waarmee kunnen we helpen?"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:39
msgid "How to install as an app"
-msgstr "Hoe te installeren als een app"
+msgstr "Zo installeer je Fluxer als app"
#: src/fluxer_marketing/pages/partners_page.gleam:434
msgid "How you plan to use Fluxer with your community"
@@ -1025,7 +1025,7 @@ msgstr "Als je creator of community-eigenaar bent, bekijk dan het Partnerprogram
#: src/fluxer_marketing/pages/partners_page.gleam:189
msgid "Increased Limits"
-msgstr "Verhoogde limieten"
+msgstr "Hogere limieten"
#: src/fluxer_marketing/pages/donate_page.gleam:160
msgid "Individual"
@@ -1037,18 +1037,18 @@ msgstr "Indonesisch"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:59
msgid "Install Fluxer as an app"
-msgstr "Installeer Fluxer als een app"
+msgstr "Installeer Fluxer als app"
#: src/fluxer_marketing/components/platform_download_button.gleam:145
#: src/fluxer_marketing/components/platform_download_button.gleam:161
msgid "Intel"
msgstr "Intel"
-#: src/fluxer_marketing/pages/donate_page.gleam:377
+#: src/fluxer_marketing/pages/donate_page.gleam:376
msgid "Is my donation tax-deductible?"
msgstr "Is mijn donatie aftrekbaar van de belasting?"
-#: src/fluxer_marketing/pages/donate_page.gleam:359
+#: src/fluxer_marketing/pages/donate_page.gleam:358
msgid "Is this a subscription?"
msgstr "Is dit een abonnement?"
@@ -1063,7 +1063,7 @@ msgstr "Japans"
#: src/fluxer_marketing/components/final_cta.gleam:80
#: src/fluxer_marketing/pages/plutonium_page.gleam:1202
msgid "Join Fluxer"
-msgstr "Doe mee met Fluxer"
+msgstr "Word lid van Fluxer"
#: src/fluxer_marketing/components/get_involved_section.gleam:86
#: src/fluxer_marketing/components/get_involved_section.gleam:91
@@ -1077,7 +1077,7 @@ msgstr "Word lid van de Fluxer HQ-community"
#: src/fluxer_marketing/components/get_involved_section.gleam:75
msgid "Join and spread the word"
-msgstr "Doe mee en vertel het verder"
+msgstr "Doe mee en vertel het door"
#: src/fluxer_marketing/components/current_features.gleam:88
msgid "Join from multiple devices at once"
@@ -1113,11 +1113,11 @@ msgstr "Leer meer over Fluxer en onze missie"
#: src/fluxer_marketing/pages/careers_page.gleam:178
msgid "Learn about Partners"
-msgstr "Meer over Partners"
+msgstr "Lees meer over Partners"
#: src/fluxer_marketing/components/plutonium_section.gleam:195
msgid "Learn more"
-msgstr "Meer info"
+msgstr "Meer weten"
#: src/fluxer_marketing/pages/plutonium_page.gleam:848
msgid "Lifetime Operator Pass"
@@ -1157,11 +1157,11 @@ msgstr "Logo"
#: src/fluxer_marketing/pages/donate_page.gleam:123
msgid "Make a Donation"
-msgstr "Doneren"
+msgstr "Doneer"
#: src/fluxer_marketing/components/current_features.gleam:123
msgid "Manage friends and block users"
-msgstr "Vrienden beheren en gebruikers blokkeren"
+msgstr "Beheer vrienden en blokkeer gebruikers"
#: src/fluxer_marketing/pages/plutonium_page.gleam:336
msgid "Message character limit"
@@ -1222,11 +1222,11 @@ msgstr "Geen artikelen gevonden."
msgid "No results found for"
msgstr "Geen resultaten gevonden voor"
-#: src/fluxer_marketing/pages/donate_page.gleam:380
+#: src/fluxer_marketing/pages/donate_page.gleam:379
msgid "No, donations to Fluxer are not tax-deductible as we are not a registered charitable organization."
msgstr "Nee, donaties aan Fluxer zijn niet fiscaal aftrekbaar, omdat we geen geregistreerde liefdadigheidsorganisatie zijn."
-#: src/fluxer_marketing/pages/donate_page.gleam:362
+#: src/fluxer_marketing/pages/donate_page.gleam:361
msgid "No, this is a one-time donation. You choose the amount you want to give, and there are no recurring charges."
msgstr "Nee, dit is een eenmalige donatie. Jij kiest het bedrag, en er zijn geen terugkerende kosten."
@@ -1244,7 +1244,7 @@ msgstr "Niet beschikbaar"
#: src/fluxer_marketing/pages/plutonium_page.gleam:91
msgid "Note: Plutonium and Visionary benefits only apply to the official Fluxer.app instance, not third-party or self-hosted instances."
-msgstr "Let op: Plutonium- en Visionary-voordelen gelden alleen voor de officiële Fluxer.app-instantie, niet voor instanties van derden of self-hosted instanties."
+msgstr "Let op: Plutonium- en Visionary-voordelen gelden alleen voor de officiële Fluxer.app-instantie, niet voor instanties van derden of zelf gehoste instanties."
#: src/fluxer_marketing/pages/plutonium_page.gleam:788
msgid "Numbered badge (1-{0}) showing your Visionary status"
@@ -1260,7 +1260,7 @@ msgstr "Eenmalige aankoop, levenslange toegang"
#: src/fluxer_marketing/components/plutonium_banner.gleam:43
msgid "Only {0} of {1} Visionary lifetime slots left — lifetime Plutonium + Operator Pass"
-msgstr "Nog maar {0} van {1} Visionary-levenslange plekken over — levenslang Plutonium + Operator Pass"
+msgstr "Nog maar {0} van {1} Visionary-plekken over — levenslang Plutonium + Operator Pass"
#: src/fluxer_marketing/components/navigation.gleam:172
msgid "Open Fluxer"
@@ -1269,7 +1269,7 @@ msgstr "Fluxer openen"
#: src/fluxer_marketing/components/hero.gleam:82
#: src/fluxer_marketing/components/navigation.gleam:473
msgid "Open in Browser"
-msgstr "Openen in browser"
+msgstr "Openen in de browser"
#: src/fluxer_marketing/pages/careers_page.gleam:118
msgid "Open source"
@@ -1303,7 +1303,7 @@ msgstr "Ons zorgvuldig gekozen kleurenpalet dat het Fluxer-merk vertegenwoordigt
#: src/fluxer_marketing/pages/press_page.gleam:102
msgid "Our full logo including the wordmark. Use this as the primary representation of our brand."
-msgstr "Ons volledige logo inclusief woordmerk. Gebruik dit als de primaire weergave van ons merk."
+msgstr "Ons volledige logo inclusief woordmerk. Gebruik dit als primaire weergave van ons merk."
#: src/fluxer_marketing/pages/press_page.gleam:221
msgid "Our primary brand color. Use this for key brand elements and accents."
@@ -1311,11 +1311,11 @@ msgstr "Onze primaire merkkleur. Gebruik deze voor belangrijke merkelementen en
#: src/fluxer_marketing/pages/press_page.gleam:156
msgid "Our standalone symbol. Use this only when our brand is clearly visible or well-established elsewhere in the context."
-msgstr "Ons losse symbool. Gebruik dit alleen wanneer ons merk in de context al duidelijk zichtbaar is of elders goed is gevestigd."
+msgstr "Ons losse symbool. Gebruik dit alleen wanneer ons merk in de context al duidelijk zichtbaar is of elders al goed gevestigd is."
#: src/fluxer_marketing/components/communities_section.gleam:106
msgid "Over time, we'd love to explore optional monetization tools that help creators and communities earn, with a small, transparent fee that keeps the app sustainable."
-msgstr "Op termijn willen we graag optionele monetization-tools verkennen waarmee creators en communities kunnen verdienen, met een kleine, transparante fee die de app duurzaam houdt."
+msgstr "Op termijn willen we graag optionele monetisatietools verkennen waarmee creators en communities kunnen verdienen, met een kleine, transparante vergoeding die de app duurzaam houdt."
#: src/fluxer_marketing/pages/not_found_page.gleam:101
msgid "Page Not Found"
@@ -1327,7 +1327,7 @@ msgstr "Pagina niet gevonden"
#: src/fluxer_marketing/pages/partners_page.gleam:123
msgid "Partner Badge"
-msgstr "Partner-badge"
+msgstr "Partnerbadge"
#: src/fluxer_marketing/pages/partners_page.gleam:90
msgid "Partner Perks"
@@ -1377,24 +1377,24 @@ msgstr "Pers"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:246
msgid "Press \"Add to Home Screen\""
-msgstr "Druk op 'Toevoegen aan Startscherm'"
+msgstr "Tik op \"Zet op beginscherm\""
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:249
msgid "Press \"Add\" in the upper-right corner"
-msgstr "Druk op \"Toevoegen\" in de rechterbovenhoek"
+msgstr "Tik op \"Voeg toe\" rechtsboven"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:200
msgid "Press \"Install app\""
-msgstr "Druk op \"App installeren"
+msgstr "Klik op \"App installeren\""
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:301
msgid "Press \"Install\" in the popup that appears"
-msgstr "Druk op \"Installeren\" in de pop-up die verschijnt"
+msgstr "Klik in de pop-up op \"Installeren\""
#: src/fluxer_marketing/pages/press_page.gleam:45
#: src/fluxer_marketing/pages/press_page.gleam:65
msgid "Press & Brand Assets"
-msgstr "Pers & merkmiddelen"
+msgstr "Pers- en merkmiddelen"
#: src/fluxer_marketing/pages/press_page.gleam:273
msgid "Press Contact"
@@ -1402,15 +1402,15 @@ msgstr "Perscontact"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:197
msgid "Press the \"More\" (\\u{22EE}) button in the top-right corner"
-msgstr "Druk op de \"Meer\" (\\u{22EE}) knop in de rechterbovenhoek"
+msgstr "Tik rechtsboven op de knop \"Meer\" (\\u{22EE})"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:243
msgid "Press the Share button (rectangle with upwards-pointing arrow)"
-msgstr "Druk op de Delen knop (rechthoek met omhoogwijzende pijl)"
+msgstr "Tik op de Deel-knop (rechthoek met omhoogwijzende pijl)"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:296
msgid "Press the install button (downwards-pointing arrow on monitor) in the address bar"
-msgstr "Druk op de installatieknop (omlaagwijzende pijl op monitor) in de adresbalk"
+msgstr "Klik op de installatieknop (omlaagwijzende pijl op een monitor) in de adresbalk"
#: src/fluxer_marketing/components/footer.gleam:110
#: src/fluxer_marketing/components/navigation.gleam:93
@@ -1420,7 +1420,7 @@ msgstr "Prijzen"
#: src/fluxer_marketing/pages/plutonium_page.gleam:851
msgid "Priority support and Operators community access for self-hosting"
-msgstr "Voorrangssupport en toegang tot de Operators-community voor self-hosting"
+msgstr "Voorrangssupport en toegang tot de Operators-community voor zelf hosten"
#: src/fluxer_marketing/components/footer.gleam:249
#: src/fluxer_marketing/components/navigation.gleam:406
@@ -1459,7 +1459,7 @@ msgstr "Forums publiceren op het web"
#: src/fluxer_marketing/pages/plutonium_page.gleam:883
msgid "Purchase Visionary directly in the app after creating your account. Your purchase date and order number will be displayed on your profile (can be hidden in privacy settings)."
-msgstr "Koop Visionary rechtstreeks in de app nadat je je account hebt aangemaakt. Je aankoopdatum en ordernummer worden op je profiel weergegeven (kan worden verborgen in privacy-instellingen)."
+msgstr "Koop Visionary rechtstreeks in de app nadat je je account hebt aangemaakt. Je aankoopdatum en ordernummer worden op je profiel weergegeven (kan worden verborgen in de privacy-instellingen)."
#: src/fluxer_marketing/components/current_features.gleam:122
msgid "Quick switcher with keyboard shortcuts"
@@ -1503,7 +1503,7 @@ msgstr "Nu registreren"
#: src/fluxer_marketing/components/footer.gleam:311
msgid "Report a bug"
-msgstr "Een bug melden"
+msgstr "Meld een bug"
#: src/fluxer_marketing/components/get_involved_section.gleam:167
msgid "Report bugs"
@@ -1603,7 +1603,7 @@ msgstr "Zoekresultaten voor: "
#: src/fluxer_marketing/components/current_features.gleam:120
msgid "Search through message history"
-msgstr "Zoeken in berichtgeschiedenis"
+msgstr "Zoek in je berichtgeschiedenis"
#: src/fluxer_marketing/pages/careers_page.gleam:151
msgid "Security reports"
@@ -1619,11 +1619,11 @@ msgstr "Voordelen bekijken"
#: src/fluxer_marketing/pages/plutonium_page.gleam:979
msgid "Self-Hosting"
-msgstr "Self-hosting"
+msgstr "Zelf hosten"
#: src/fluxer_marketing/components/current_features.gleam:146
msgid "Self-hosting"
-msgstr "Self-hosting"
+msgstr "Zelf hosten"
#: src/fluxer_marketing/pages/download_page.gleam:330
msgid "Send a one-time gift"
@@ -1659,7 +1659,7 @@ msgstr "Laat je Plutonium-status zien met een exclusieve badge op je profiel."
#: src/fluxer_marketing/components/coming_features.gleam:33
msgid "Slash commands"
-msgstr "Slash-commands"
+msgstr "Slash-commando's"
#: src/fluxer_marketing/pages/careers_page.gleam:236
msgid "Software development"
@@ -1705,7 +1705,7 @@ msgstr "Nog steeds hulp nodig?"
#: src/fluxer_marketing/pages/plutonium_page.gleam:624
msgid "Store up to 15 video backgrounds for calls. No more Downloads folder scavenger hunts!"
-msgstr "Bewaar tot 15 videogronden voor gesprekken. Geen speurtocht meer in je Downloads-map!"
+msgstr "Bewaar tot 15 videoachtergronden voor gesprekken. Geen speurtocht meer in je Downloads-map!"
#: src/fluxer_marketing/pages/plutonium_page.gleam:614
msgid "Stream in up to 4K resolution at 60fps so others can see you in stunning clarity."
@@ -1748,7 +1748,7 @@ msgstr "Thais"
#: src/fluxer_marketing/pages/plutonium_page.gleam:998
msgid "The Operator Pass is optional: pay for support and community access."
-msgstr "Operator Pass is optioneel: betaal voor support en toegang tot de community."
+msgstr "Operator Pass is optioneel: betaal voor ondersteuning en toegang tot de community."
#: src/fluxer_marketing/components/coming_features.gleam:89
msgid "The future is being built right now. These features are coming soon."
@@ -1790,7 +1790,7 @@ msgstr "Probeer andere zoekwoorden of blader door onze categorieën."
#: src/fluxer_marketing/components/hackernews_banner.gleam:75
msgid "Try it without an email at"
-msgstr "Probeer het zonder een e-mail op"
+msgstr "Probeer het zonder e-mail via"
#: src/fluxer_marketing/components/locale_selector.gleam:147
msgid "Turkish"
@@ -1822,7 +1822,7 @@ msgstr "Videokwaliteit tot 4K"
#: src/fluxer_marketing/pages/plutonium_page.gleam:54
msgid "Upgrade to Plutonium for $4.99/mo: custom username tags, per-community profiles, message scheduling, 4K streaming, 500MB uploads, and more exclusive features."
-msgstr "Upgrade naar Plutonium voor $4.99/mnd: aangepaste gebruikersnaam-tags, profielen per community, berichten plannen, 4K-streaming, uploads tot 500 MB en meer exclusieve functies."
+msgstr "Upgrade naar Plutonium voor $4.99/mnd: aangepaste gebruikersnaamtags, profielen per community, berichten plannen, 4K-streaming, uploads tot 500 MB en meer exclusieve functies."
#: src/fluxer_marketing/pages/plutonium_page.gleam:644
msgid "Upload and use your own notification sounds to personalize your Fluxer experience."
@@ -1846,7 +1846,7 @@ msgstr "Gebruik geanimeerde emoji's"
#: src/fluxer_marketing/components/current_features.gleam:154
msgid "Use our desktop client (mobile coming soon)"
-msgstr "Gebruik onze desktopclient (mobiele versie binnenkort beschikbaar)"
+msgstr "Gebruik onze desktopclient (mobiel komt binnenkort)"
#: src/fluxer_marketing/pages/plutonium_page.gleam:604
msgid "Use your favorite emojis and stickers from any community, anywhere across Fluxer."
@@ -1854,7 +1854,7 @@ msgstr "Gebruik je favoriete emoji's en stickers van elke community, overal in F
#: src/fluxer_marketing/pages/partners_page.gleam:222
msgid "VIP Voice Servers"
-msgstr "VIP-voiceservers"
+msgstr "VIP-voice-servers"
#: src/fluxer_marketing/components/partner_section.gleam:117
msgid "Verified Community"
@@ -1862,7 +1862,7 @@ msgstr "Geverifieerde community"
#: src/fluxer_marketing/pages/plutonium_page.gleam:621
msgid "Video backgrounds"
-msgstr "Videogronden"
+msgstr "Videoachtergronden"
#: src/fluxer_marketing/pages/plutonium_page.gleam:392
msgid "Video quality"
@@ -1879,7 +1879,7 @@ msgstr "Alle artikelen bekijken"
#: src/fluxer_marketing/components/get_involved_section.gleam:183
#: src/fluxer_marketing/pages/careers_page.gleam:123
msgid "View repository"
-msgstr "Repository bekijken"
+msgstr "Bekijk de repository"
#: src/fluxer_marketing/pages/plutonium_page.gleam:822
msgid "Visionary"
@@ -1895,7 +1895,7 @@ msgstr "Spraak en video"
#: src/fluxer_marketing/pages/careers_page.gleam:396
msgid "Want to help build Fluxer?"
-msgstr "Wil je helpen Fluxer te bouwen?"
+msgstr "Wil je meehelpen Fluxer te bouwen?"
#: src/fluxer_marketing/pages/careers_page.gleam:94
msgid "Ways to contribute"
@@ -1903,7 +1903,7 @@ msgstr "Manieren om bij te dragen"
#: src/fluxer_marketing/components/get_involved_section.gleam:192
msgid "We appreciate responsible disclosure to security@fluxer.app. We offer Plutonium codes and Bug Hunter badges based on severity."
-msgstr "We waarderen responsible disclosure naar security@fluxer.app. We geven Plutonium-codes en Bug Hunter-badges, afhankelijk van de ernst."
+msgstr "We waarderen verantwoorde melding via security@fluxer.app. We geven Plutonium-codes en Bug Hunter-badges, afhankelijk van de ernst."
#: src/fluxer_marketing/components/final_cta.gleam:56
msgid "We need your support to make this work."
@@ -1915,7 +1915,7 @@ msgstr "We beoordelen alle aanmeldingen en nemen zo snel mogelijk contact met je
#: src/fluxer_marketing/pages/press_page.gleam:301
msgid "We typically respond within 24 hours during business days."
-msgstr "Meestal reageren we binnen 24 uur op werkdagen."
+msgstr "We reageren meestal binnen 24 uur op werkdagen."
#: src/fluxer_marketing/components/get_involved_section.gleam:62
msgid "We're building a complete platform with all the features you'd expect. But we can't do it without your help!"
@@ -1931,13 +1931,13 @@ msgstr "Tijdens de bèta beperken we registraties. Zodra je binnen bent, kun je
#: src/fluxer_marketing/pages/careers_page.gleam:324
msgid "We're still building the business around Fluxer and aren't quite ready for paid roles yet."
-msgstr "We bouwen nog aan het bedrijf rond Fluxer en zijn nog net niet klaar voor betaalde rollen."
+msgstr "We bouwen nog aan het bedrijf rond Fluxer en zijn nog niet klaar voor betaalde rollen."
#: src/fluxer_marketing/components/current_features.gleam:107
msgid "Webhooks and bot support"
msgstr "Webhooks en botondersteuning"
-#: src/fluxer_marketing/pages/donate_page.gleam:351
+#: src/fluxer_marketing/pages/donate_page.gleam:350
msgid "What does my donation support?"
msgstr "Wat ondersteunt mijn donatie?"
@@ -1947,13 +1947,13 @@ msgstr "Wat je krijgt met Plutonium"
#: src/fluxer_marketing/components/current_features.gleam:45
msgid "What's available today"
-msgstr "Wat er vandaag beschikbaar is"
+msgstr "Wat er nu beschikbaar is"
#: src/fluxer_marketing/components/coming_features.gleam:77
msgid "What's coming next"
-msgstr "Wat er straks aankomt"
+msgstr "Wat eraan komt"
-#: src/fluxer_marketing/pages/donate_page.gleam:385
+#: src/fluxer_marketing/pages/donate_page.gleam:384
msgid "What's the difference between Individual and Business?"
msgstr "Wat is het verschil tussen Particulier en Zakelijk?"
@@ -1989,7 +1989,7 @@ msgstr "Je community krijgt een geverifieerde status voor authenticiteit en vert
msgid "Your community receives increased limits when you need them."
msgstr "Je community krijgt hogere limieten wanneer je die nodig hebt."
-#: src/fluxer_marketing/pages/donate_page.gleam:354
+#: src/fluxer_marketing/pages/donate_page.gleam:353
msgid "Your donation helps fund Fluxer's infrastructure costs, including servers, bandwidth, storage, and ongoing development of new features. It helps us maintain and improve the platform for everyone."
msgstr "Je donatie helpt de infrastructuurkosten van Fluxer te betalen, waaronder servers, bandbreedte, opslag en de doorlopende ontwikkeling van nieuwe functies. Zo kunnen we het platform voor iedereen onderhouden en verbeteren."
@@ -2034,7 +2034,7 @@ msgid "one-time purchase"
msgstr "eenmalige aankoop"
#: src/fluxer_marketing/components/plutonium_section.gleam:68
-#: src/fluxer_marketing/pages/donate_page.gleam:284
+#: src/fluxer_marketing/pages/donate_page.gleam:282
#: src/fluxer_marketing/pages/plutonium_page.gleam:106
#: src/fluxer_marketing/pages/plutonium_page.gleam:230
msgid "or"
@@ -2059,4 +2059,3 @@ msgstr "Nog {0} van {1} plekken over"
#: src/fluxer_marketing/components/footer.gleam:325
msgid "© Fluxer Platform AB (Swedish limited liability company: 559537-3993)"
msgstr "© Fluxer Platform AB (Zweedse besloten vennootschap: 559537-3993)"
-
diff --git a/fluxer_marketing/locales/no/messages.po b/fluxer_marketing/locales/no/messages.po
index 27030f8b..464a33ae 100644
--- a/fluxer_marketing/locales/no/messages.po
+++ b/fluxer_marketing/locales/no/messages.po
@@ -37,23 +37,23 @@ msgstr "/år"
#: src/fluxer_marketing/pages/plutonium_page.gleam:654
msgid "500MB uploads, 4000 character messages, 300 bookmarks, 50 emoji packs, and much more."
-msgstr "500 MB opplastinger, meldinger på 4000 tegn, 300 bokmerker, 50 emojipakker og mye mer."
+msgstr "500 MB opplastinger, meldinger på opptil 4000 tegn, 300 bokmerker, 50 emojipakker – og mye mer."
#: src/fluxer_marketing/components/communities_section.gleam:86
msgid "A chat platform that answers to you, not investors. It's ad-free, open source, community-funded, and never sells your data or nags you with upgrade pop-ups."
-msgstr "En chatteplattform som svarer til deg, ikke investorer. Den er annonsefri, åpen kildekode, fellesskapsfinansiert og selger aldri dataene dine eller maser med oppgraderingspop-ups."
+msgstr "En chatplattform på din side – ikke investorenes. Den er annonsefri, har åpen kildekode, er fellesskapsfinansiert, og selger aldri dataene dine eller maser med oppgraderingsvinduer."
#: src/fluxer_marketing/pages/careers_page.gleam:219
msgid "A non-paid role for recurring contributors who help shape Fluxer alongside the core team."
-msgstr "En ulønnet rolle for faste bidragsytere som er med og former Fluxer sammen med kjerneteamet."
+msgstr "En ulønnet rolle for faste bidragsytere som er med på å forme Fluxer sammen med kjerneteamet."
#: src/fluxer_marketing/pages/plutonium_page.gleam:1074
msgid "Access to Fluxer Operators community"
-msgstr "Tilgang til Fluxer Operators-fellesskapet"
+msgstr "Tilgang til Operators-fellesskapet"
#: src/fluxer_marketing/pages/partners_page.gleam:225
msgid "Access to VIP voice servers reserved exclusively for partnered communities."
-msgstr "Tilgang til VIP-taleservere som er reservert eksklusivt for partnerfellesskap."
+msgstr "Tilgang til VIP-taleservere reservert kun for partnerfellesskap."
#: src/fluxer_marketing/components/coming_features.gleam:48
msgid "Activity sharing"
@@ -65,7 +65,7 @@ msgstr "Legg Fluxer til på hjemskjermen for å skjule nettlesergrensesnittet."
#: src/fluxer_marketing/components/current_features.gleam:133
msgid "Add custom emojis, save media for later, and style the app with custom CSS."
-msgstr "Legg til egne emojier, lagre medier til senere og gi appen stil med egendefinert CSS."
+msgstr "Legg til egne emojier, lagre medier til senere og tilpass appen med egen CSS."
#: src/fluxer_marketing/pages/plutonium_page.gleam:1124
msgid "After the offer ends, Operator Pass stays available on its own."
@@ -81,7 +81,11 @@ msgstr "Alt det grunnleggende du forventer – pluss litt til."
#: src/fluxer_marketing/components/locale_selector.gleam:102
msgid "All translations are currently LLM-generated with minimal human revision. We'd love to get real people to help us out localizing Fluxer into your language! To do so, shoot an email to i18n@fluxer.app and we'll be happy to accept your contributions."
-msgstr "Alle oversettelser er for øyeblikket LLM-generert med minimal menneskelig gjennomgang. Vi vil gjerne få ekte mennesker til å hjelpe oss med å lokalisere Fluxer til språket ditt! Send en e-post til i18n@fluxer.app, så tar vi gjerne imot bidragene dine."
+msgstr "Alle oversettelser er foreløpig LLM-genererte og bare lett menneskelig gjennomgått. Vi vil gjerne ha ekte mennesker til å hjelpe oss å lokalisere Fluxer til språket ditt! Send en e-post til i18n@fluxer.app, så tar vi gjerne imot bidrag."
+
+#: src/fluxer_marketing/components/hero.gleam:64
+msgid "An open-source, independent instant messaging and VoIP platform. Built for friends, groups, and communities."
+msgstr "En uavhengig plattform med åpen kildekode for direktemeldinger og VoIP. Bygget for venner, grupper og fellesskap."
#: src/fluxer_marketing/components/platform_download_button.gleam:524
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:97
@@ -130,13 +134,13 @@ msgstr "Artikler i denne seksjonen"
msgid "Audit logs for transparency"
msgstr "Revisjonslogger for åpenhet"
-#: src/fluxer_marketing/pages/donate_page.gleam:302
+#: src/fluxer_marketing/pages/donate_page.gleam:301
msgid "Available for Swedish bank accounts"
msgstr "Tilgjengelig for svenske bankkontoer"
#: src/fluxer_marketing/pages/download_page.gleam:67
msgid "Available on your desktop — and on the web"
-msgstr "Tilgjengelig på skrivebordet ditt — og på nett"
+msgstr "Tilgjengelig på datamaskinen din – og på nett"
#: src/fluxer_marketing/pages/help_article_page.gleam:182
msgid "Back to "
@@ -155,7 +159,7 @@ msgstr "Vær først ute med å prøve nye funksjoner før de slippes til alle an
#: src/fluxer_marketing/pages/careers_page.gleam:173
#: src/fluxer_marketing/pages/partners_page.gleam:64
msgid "Become a Fluxer Partner"
-msgstr "Bli en Fluxer-partner"
+msgstr "Bli Fluxer-partner"
#: src/fluxer_marketing/components/partner_section.gleam:151
msgid "Become a Partner"
@@ -208,9 +212,9 @@ msgstr "Bluesky"
msgid "Bookmarked messages"
msgstr "Bokmerkede meldinger"
-#: src/fluxer_marketing/pages/donate_page.gleam:388
+#: src/fluxer_marketing/pages/donate_page.gleam:387
msgid "Both donation types support the same cause equally. The only difference is that Business donations allow you to specify a tax ID (if applicable) and receive a PDF invoice when finalized, which can be useful for company accounting purposes."
-msgstr "Begge donasjonstypene støtter samme formål like mye. Den eneste forskjellen er at bedriftsdonasjoner lar deg oppgi organisasjonsnummer/MVA-ID (hvis aktuelt) og motta en PDF-faktura når den er ferdigstilt, noe som kan være nyttig for regnskapet."
+msgstr "Begge donasjonstypene støtter samme formål like mye. Den eneste forskjellen er at bedriftsdonasjoner lar deg oppgi organisasjonsnummer/MVA-ID (hvis aktuelt) og motta en PDF-faktura når den er ferdigstilt – nyttig for regnskapet."
#: src/fluxer_marketing/pages/press_page.gleam:200
msgid "Brand Colors"
@@ -222,28 +226,24 @@ msgstr "Kort beskrivelse av målgruppen din og hva du driver med"
#: src/fluxer_marketing/pages/help_search_page.gleam:150
msgid "Browse Categories"
-msgstr "Se kategorier"
+msgstr "Bla i kategorier"
#: src/fluxer_marketing/pages/help_center_page.gleam:168
msgid "Browse articles"
-msgstr "Se artikler"
+msgstr "Bla i artikler"
#: src/fluxer_marketing/pages/help_center_page.gleam:95
msgid "Browse by category"
-msgstr "Utforsk etter kategori"
+msgstr "Bla etter kategori"
#: src/fluxer_marketing/pages/help_category_page.gleam:65
msgid "Browse help articles about "
-msgstr "Utforsk hjelpeartikler om "
+msgstr "Bla i hjelpeartikler om "
#: src/fluxer_marketing/components/communities_section.gleam:44
msgid "Built for communities of all kinds."
msgstr "Bygget for fellesskap av alle slag."
-#: src/fluxer_marketing/components/hero.gleam:64
-msgid "Built for friends, groups, and communities. Text, voice, and video. Open source and community-funded."
-msgstr "Bygget for venner, grupper og fellesskap. Tekst, tale og video. Åpen kildekode og fellesskapsfinansiert."
-
#: src/fluxer_marketing/components/locale_selector.gleam:119
msgid "Bulgarian"
msgstr "Bulgarsk"
@@ -273,7 +273,7 @@ msgstr "Bytt språk"
#: src/fluxer_marketing/components/hero.gleam:59
msgid "Chat that puts you first"
-msgstr "Chat som setter deg først"
+msgstr "Chatten på din side."
#: src/fluxer_marketing/components/locale_selector.gleam:150
msgid "Chinese (Simplified)"
@@ -309,7 +309,7 @@ msgstr "Tøm søk"
#: src/fluxer_marketing/pages/download_page.gleam:337
msgid "Code, issues, docs, and reviews"
-msgstr "Kode, issues, dokumentasjon og anmeldelser"
+msgstr "Kode, issues, dokumentasjon og omtaler"
#: src/fluxer_marketing/pages/press_page.gleam:124
msgid "Color Logo"
@@ -361,7 +361,7 @@ msgstr "Maler for fellesskap"
#: src/fluxer_marketing/components/current_features.gleam:139
msgid "Compact mode and display options"
-msgstr "Kompakt modus og visningsvalg"
+msgstr "Kompaktmodus og visningsvalg"
#: src/fluxer_marketing/components/navigation.gleam:348
msgid "Company"
@@ -386,11 +386,11 @@ msgstr "Koble til fra hvilken som helst klient"
#: src/fluxer_marketing/pages/help_article_page.gleam:233
#: src/fluxer_marketing/pages/help_article_page.gleam:375
msgid "Contact Support"
-msgstr "Kontakt support"
+msgstr "Kontakt kundestøtten"
#: src/fluxer_marketing/components/partner_section.gleam:70
msgid "Content creators and community owners: unlock exclusive perks including free Plutonium, a Partner badge, custom vanity URLs, and more."
-msgstr "Innholdsskapere og fellesskapseiere: lås opp eksklusive fordeler, inkludert gratis Plutonium, et Partner-merke, egendefinerte vanity-URL-er og mer."
+msgstr "Innholdsskapere og fellesskapseiere: få eksklusive fordeler, inkludert gratis Plutonium, et partnermerke, egendefinerte vanity-URL-er og mer."
#: src/fluxer_marketing/components/get_involved_section.gleam:178
msgid "Contribute code"
@@ -406,15 +406,15 @@ msgstr "Opprett en konto og hjelp oss å bygge noe bra."
#: src/fluxer_marketing/pages/plutonium_page.gleam:1191
msgid "Create your Fluxer account to get that sweet Plutonium while it's hot."
-msgstr "Opprett Fluxer-kontoen din og sikre deg Plutonium mens tilbudet er hett."
+msgstr "Opprett Fluxer-kontoen din og sikre deg Plutonium mens tilbudet varer."
#: src/fluxer_marketing/pages/partners_page.gleam:211
msgid "Creator Monetization"
-msgstr "Inntektsmuligheter for skapere"
+msgstr "Inntektsgenerering for skapere"
#: src/fluxer_marketing/components/coming_features.gleam:50
msgid "Creator monetization"
-msgstr "Inntektsmuligheter for skapere"
+msgstr "Inntektsgenerering for skapere"
#: src/fluxer_marketing/components/communities_section.gleam:62
msgid "Creators"
@@ -488,7 +488,7 @@ msgstr "Dansk"
#: src/fluxer_marketing/pages/careers_page.gleam:250
msgid "Design & branding"
-msgstr "Design og merkevare"
+msgstr "Design og merkevarebygging"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:99
msgid "Desktop"
@@ -517,11 +517,11 @@ msgstr "Utforsk"
#: src/fluxer_marketing/pages/partners_page.gleam:126
msgid "Display an exclusive Partner badge on your profile to stand out."
-msgstr "Vis et eksklusivt Partner-merke på profilen din for å skille deg ut."
+msgstr "Vis et eksklusivt partnermerke på profilen din for å skille deg ut."
-#: src/fluxer_marketing/pages/donate_page.gleam:367
+#: src/fluxer_marketing/pages/donate_page.gleam:366
msgid "Do I get anything in return?"
-msgstr "Får jeg noe igjen for det?"
+msgstr "Får jeg noe igjen?"
#: src/fluxer_marketing/components/navigation.gleam:111
#: src/fluxer_marketing/components/navigation.gleam:319
@@ -548,22 +548,22 @@ msgstr "Doner i USD"
msgid "Donate to Fluxer"
msgstr "Doner til Fluxer"
-#: src/fluxer_marketing/pages/donate_page.gleam:298
+#: src/fluxer_marketing/pages/donate_page.gleam:297
msgid "Donate with Swish"
msgstr "Doner med Swish"
-#: src/fluxer_marketing/pages/donate_page.gleam:370
+#: src/fluxer_marketing/pages/donate_page.gleam:369
msgid "Donations are voluntary gifts and do not provide you with any product, service, ownership, or special rights. If you're looking for premium features, check out {0}."
msgstr "Donasjoner er frivillige gaver og gir deg ikke noe produkt, noen tjeneste, eierskap eller særskilte rettigheter. Hvis du er ute etter premiumfunksjoner, sjekk ut {0}."
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:308
msgid "Done! You can now open Fluxer as if it were a regular program."
-msgstr "Ferdig! Du kan nå åpne Fluxer som om det var et vanlig program."
+msgstr "Ferdig! Nå kan du åpne Fluxer som et vanlig program."
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:206
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:256
msgid "Done! You can open Fluxer from your home screen."
-msgstr "Ferdig! Du kan åpne Fluxer fra startskjermen din."
+msgstr "Ferdig! Du kan åpne Fluxer fra hjemskjermen."
#: src/fluxer_marketing/components/footer.gleam:132
#: src/fluxer_marketing/components/navigation.gleam:84
@@ -678,7 +678,7 @@ msgstr "Fremhevet i Utforsk"
#: src/fluxer_marketing/components/coming_features.gleam:30
msgid "Federation"
-msgstr "Forbund"
+msgstr "Føderasjon"
#: src/fluxer_marketing/pages/plutonium_page.gleam:357
msgid "File upload size"
@@ -686,7 +686,7 @@ msgstr "Maks filopplastingsstørrelse"
#: src/fluxer_marketing/components/current_features.gleam:121
msgid "Filter by users, dates, and more"
-msgstr "Filtrer etter brukere, datoer og mer"
+msgstr "Filtrer på brukere, datoer og mer"
#: src/fluxer_marketing/pages/help_center_page.gleam:49
msgid "Find answers to common questions and learn how to use Fluxer."
@@ -706,7 +706,7 @@ msgstr "Finsk"
#: src/fluxer_marketing/pages/careers_page.gleam:121
msgid "Fix bugs, ship features, or polish the experience in our main repo."
-msgstr "Fiks feil, lever funksjoner eller puss på opplevelsen i hovedrepoet vårt."
+msgstr "Fiks feil, lever funksjoner eller poler opp opplevelsen i hovedrepoet vårt."
#: src/fluxer_marketing/components/footer.gleam:99
msgid "Fluxer"
@@ -718,13 +718,13 @@ msgstr "Fluxer-retningslinjer for fellesskapet"
#: src/fluxer_marketing/pages/careers_page.gleam:207
msgid "Fluxer Community Team"
-msgstr "Fluxer Community Team"
+msgstr "Fluxers fellesskapsteam"
#: src/fluxer_marketing/pages/partners_page.gleam:44
msgid "Fluxer Partner"
msgstr "Fluxer-partner"
-#: src/fluxer_marketing/pages/donate_page.gleam:372
+#: src/fluxer_marketing/pages/donate_page.gleam:371
#: src/fluxer_marketing/pages/plutonium_page.gleam:51
#: src/fluxer_marketing/pages/plutonium_page.gleam:76
msgid "Fluxer Plutonium"
@@ -732,7 +732,7 @@ msgstr "Fluxer Plutonium"
#: src/fluxer_marketing/pages/privacy_page.gleam:44
msgid "Fluxer Privacy Policy"
-msgstr "Fluxer personvernerklæring"
+msgstr "Fluxers personvernerklæring"
#: src/fluxer_marketing/pages/terms_page.gleam:44
msgid "Fluxer Terms of Service"
@@ -740,11 +740,11 @@ msgstr "Fluxers vilkår for bruk"
#: src/fluxer_marketing/pages/careers_page.gleam:105
msgid "Fluxer is built in the open. Pick the path that fits how you like to help."
-msgstr "Fluxer bygges i det åpne. Velg veien som passer best for hvordan du liker å bidra."
+msgstr "Fluxer utvikles åpent. Velg måten å bidra på som passer deg best."
#: src/fluxer_marketing/pages/download_page.gleam:303
msgid "Fluxer is community-funded. If you'd like to help support iOS and Android development:"
-msgstr "Fluxer er fellesskapsfinansiert. Hvis du vil bidra til å støtte utviklingen for iOS og Android:"
+msgstr "Fluxer er fellesskapsfinansiert. Hvis du vil støtte utviklingen for iOS og Android:"
#: src/fluxer_marketing/pages/plutonium_page.gleam:991
msgid "Fluxer is free and open source. Anyone can self-host for free."
@@ -786,7 +786,7 @@ msgstr "For alltid"
#: src/fluxer_marketing/components/get_involved_section.gleam:189
msgid "Found a security issue?"
-msgstr "Funnet en sikkerhetssårbarhet?"
+msgstr "Har du funnet en sikkerhetssårbarhet?"
#: src/fluxer_marketing/pages/plutonium_page.gleam:175
#: src/fluxer_marketing/pages/plutonium_page.gleam:265
@@ -804,13 +804,13 @@ msgstr "Gratis selvhosting"
#: src/fluxer_marketing/pages/plutonium_page.gleam:152
msgid "Free vs Plutonium"
-msgstr "Gratis vs Plutonium"
+msgstr "Gratis kontra Plutonium"
#: src/fluxer_marketing/components/locale_selector.gleam:129
msgid "French"
msgstr "Fransk"
-#: src/fluxer_marketing/pages/donate_page.gleam:346
+#: src/fluxer_marketing/pages/donate_page.gleam:345
msgid "Frequently Asked Questions"
msgstr "Ofte stilte spørsmål"
@@ -857,19 +857,19 @@ msgstr "Skaff deg Visionary + Operator Pass"
#: src/fluxer_marketing/pages/partners_page.gleam:148
msgid "Get an exclusive custom vanity URL like fluxer.gg/yourcommunity."
-msgstr "Få en eksklusiv egendefinert vanity-URL som fluxer.gg/dittfellesskap."
+msgstr "Få en eksklusiv egendefinert vanity-URL, som fluxer.gg/dittfellesskap."
#: src/fluxer_marketing/pages/partners_page.gleam:236
msgid "Get exclusive Fluxer Partner-only merchandise and swag."
-msgstr "Få eksklusiv merch og swag for Fluxer-partnere."
+msgstr "Få eksklusiv merch og swag kun for Fluxer-partnere."
#: src/fluxer_marketing/pages/partners_page.gleam:115
msgid "Get free Plutonium for your account to enjoy all premium features."
-msgstr "Få gratis Plutonium på kontoen din for å få alle premiumfunksjonene."
+msgstr "Få gratis Plutonium på kontoen din og få tilgang til alle premiumfunksjonene."
#: src/fluxer_marketing/pages/partners_page.gleam:170
msgid "Get heightened visibility by being featured in Community Discovery."
-msgstr "Få mer synlighet ved å bli fremhevet i Fellesskapsutforsk."
+msgstr "Få mer synlighet ved å bli fremhevet i fellesskapsutforsk."
#: src/fluxer_marketing/pages/not_found_page.gleam:87
msgid "Get help"
@@ -881,7 +881,7 @@ msgstr "Engasjer deg"
#: src/fluxer_marketing/pages/plutonium_page.gleam:956
msgid "Get lifetime Plutonium on Fluxer.app plus an Operator Pass for self-hosting. Pay {0} one-time. Available until October 1, 2026 or when {1} slots are claimed."
-msgstr "Få livsvarig Plutonium på Fluxer.app pluss et Operator Pass for selvhosting. Betal {0} én gang. Tilgjengelig til 1. oktober 2026 eller til {1} plasser er tatt."
+msgstr "Få livsvarig Plutonium på Fluxer.app, pluss Operator Pass for selvhosting. Betal {0} én gang. Tilgjengelig til 1. oktober 2026, eller til {1} plasser er tatt."
#: src/fluxer_marketing/components/plutonium_section.gleam:51
msgid "Get more with Fluxer Plutonium"
@@ -897,7 +897,7 @@ msgstr "Få pushvarsler når du er borte fra appen."
#: src/fluxer_marketing/components/get_involved_section.gleam:89
msgid "Get updates, see upcoming features, discuss suggestions, and chat with the team."
-msgstr "Få oppdateringer, se kommende funksjoner, diskuter forslag og chat med teamet."
+msgstr "Få oppdateringer, se hva som kommer, diskuter forslag og chat med teamet."
#: src/fluxer_marketing/pages/plutonium_page.gleam:385
#: src/fluxer_marketing/pages/plutonium_page.gleam:601
@@ -963,11 +963,11 @@ msgstr "Hjelp til med å oversette Fluxer og dokumentasjonen vår, så det føle
#: src/fluxer_marketing/pages/careers_page.gleam:69
msgid "Help us build a different kind of communication platform — open source, community-funded, and built with care."
-msgstr "Hjelp oss å bygge en annen type kommunikasjonsplattform — åpen kildekode, fellesskapsfinansiert og bygget med omtanke."
+msgstr "Hjelp oss å bygge en annen type kommunikasjonsplattform – åpen kildekode, fellesskapsfinansiert og bygget med omtanke."
#: src/fluxer_marketing/pages/donate_page.gleam:89
msgid "Help us build an independent communication platform that puts users first."
-msgstr "Hjelp oss å bygge en uavhengig kommunikasjonsplattform som setter brukerne først."
+msgstr "Hjelp oss å bygge en uavhengig kommunikasjonsplattform som er på brukernes side."
#: src/fluxer_marketing/pages/plutonium_page.gleam:651
msgid "Higher limits everywhere"
@@ -991,7 +991,7 @@ msgstr "Hopp inn i en samtale med venner, eller del skjermen for å jobbe sammen
#: src/fluxer_marketing/components/current_features.gleam:153
msgid "Host your own instance"
-msgstr "Drift din egen instans"
+msgstr "Kjør din egen instans"
#: src/fluxer_marketing/pages/help_center_page.gleam:64
#: src/fluxer_marketing/pages/help_search_page.gleam:63
@@ -1000,11 +1000,11 @@ msgstr "Hvordan kan vi hjelpe?"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:39
msgid "How to install as an app"
-msgstr "Hvordan installere som en app"
+msgstr "Slik installerer du som app"
#: src/fluxer_marketing/pages/partners_page.gleam:434
msgid "How you plan to use Fluxer with your community"
-msgstr "Hvordan du planlegger å bruke Fluxer med fellesskapet ditt"
+msgstr "Hvordan du planlegger å bruke Fluxer i fellesskapet ditt"
#: src/fluxer_marketing/components/locale_selector.gleam:133
msgid "Hungarian"
@@ -1012,16 +1012,16 @@ msgstr "Ungarsk"
#: src/fluxer_marketing/components/footer.gleam:329
msgid "IP geolocation data by "
-msgstr "IP-geolokaliseringsdata fra "
+msgstr "IP-geolokasjonsdata fra "
#: src/fluxer_marketing/pages/help_article_page.gleam:223
#: src/fluxer_marketing/pages/help_article_page.gleam:365
msgid "If you couldn't find what you're looking for, our support team is here to help."
-msgstr "Hvis du ikke fant det du lette etter, er supportteamet vårt her for å hjelpe."
+msgstr "Hvis du ikke fant det du lette etter, er kundestøtten vår her for å hjelpe."
#: src/fluxer_marketing/pages/careers_page.gleam:176
msgid "If you're a creator or community owner, explore the Partner program and its perks."
-msgstr "Hvis du er en skaper eller fellesskapseier, kan du utforske Partner-programmet og fordelene."
+msgstr "Hvis du er skaper eller fellesskapseier, sjekk ut partnerprogrammet og fordelene."
#: src/fluxer_marketing/pages/partners_page.gleam:189
msgid "Increased Limits"
@@ -1029,7 +1029,7 @@ msgstr "Økte grenser"
#: src/fluxer_marketing/pages/donate_page.gleam:160
msgid "Individual"
-msgstr "Privat"
+msgstr "Privatperson"
#: src/fluxer_marketing/components/locale_selector.gleam:134
msgid "Indonesian"
@@ -1037,18 +1037,18 @@ msgstr "Indonesisk"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:59
msgid "Install Fluxer as an app"
-msgstr "Installer Fluxer som en app"
+msgstr "Installer Fluxer som app"
#: src/fluxer_marketing/components/platform_download_button.gleam:145
#: src/fluxer_marketing/components/platform_download_button.gleam:161
msgid "Intel"
msgstr "Intel"
-#: src/fluxer_marketing/pages/donate_page.gleam:377
+#: src/fluxer_marketing/pages/donate_page.gleam:376
msgid "Is my donation tax-deductible?"
msgstr "Er donasjonen min fradragsberettiget?"
-#: src/fluxer_marketing/pages/donate_page.gleam:359
+#: src/fluxer_marketing/pages/donate_page.gleam:358
msgid "Is this a subscription?"
msgstr "Er dette et abonnement?"
@@ -1085,7 +1085,7 @@ msgstr "Bli med fra flere enheter samtidig"
#: src/fluxer_marketing/pages/partners_page.gleam:47
msgid "Join the Fluxer Partner Program and unlock exclusive benefits for you and your community"
-msgstr "Bli med i Fluxer Partner-programmet og lås opp eksklusive fordeler for deg og fellesskapet ditt"
+msgstr "Bli med i Fluxer sitt partnerprogram og lås opp eksklusive fordeler for deg og fellesskapet ditt"
#: src/fluxer_marketing/pages/careers_page.gleam:49
msgid "Join the Fluxer community and help build the future of communication through open source and community contributions."
@@ -1093,7 +1093,7 @@ msgstr "Bli med i Fluxer-fellesskapet og hjelp til med å bygge fremtidens kommu
#: src/fluxer_marketing/pages/partners_page.gleam:159
msgid "Join the exclusive Partners community with direct access to the Fluxer team."
-msgstr "Bli med i det eksklusive Partner-fellesskapet med direkte tilgang til Fluxer-teamet."
+msgstr "Bli med i det eksklusive partnerfellesskapet med direkte tilgang til Fluxer-teamet."
#: src/fluxer_marketing/pages/careers_page.gleam:66
msgid "Join the team behind Fluxer"
@@ -1113,7 +1113,7 @@ msgstr "Lær mer om Fluxer og oppdraget vårt"
#: src/fluxer_marketing/pages/careers_page.gleam:178
msgid "Learn about Partners"
-msgstr "Lær mer om Partners"
+msgstr "Les om partnerprogrammet"
#: src/fluxer_marketing/components/plutonium_section.gleam:195
msgid "Learn more"
@@ -1129,11 +1129,11 @@ msgstr "Livsvarig Plutonium"
#: src/fluxer_marketing/components/plutonium_banner.gleam:38
msgid "Lifetime Plutonium + Operator Pass with Visionary — limited slots"
-msgstr "Livsvarig Plutonium + Operator Pass med Visionary — begrenset antall plasser"
+msgstr "Livsvarig Plutonium + Operator Pass med Visionary – begrenset antall plasser"
#: src/fluxer_marketing/pages/plutonium_page.gleam:1103
msgid "Limited Offer: Visionary includes Operator Pass"
-msgstr "Begrenset tilbud: Visionary inkluderer Operator Pass"
+msgstr "Tidsbegrenset tilbud: Visionary inkluderer Operator Pass"
#: src/fluxer_marketing/pages/partners_page.gleam:408
msgid "Links to your content or community (YouTube, Twitch, Discord, etc.)"
@@ -1196,11 +1196,11 @@ msgstr "Mobilapper er på vei"
#: src/fluxer_marketing/components/current_features.gleam:105
msgid "Moderation actions and tools"
-msgstr "Modereringstiltak og verktøy"
+msgstr "Modereringshandlinger og verktøy"
#: src/fluxer_marketing/components/current_features.gleam:98
msgid "Moderation tools"
-msgstr "Moderering"
+msgstr "Modereringsverktøy"
#: src/fluxer_marketing/pages/plutonium_page.gleam:206
msgid "Most popular"
@@ -1222,11 +1222,11 @@ msgstr "Ingen artikler funnet."
msgid "No results found for"
msgstr "Ingen resultater funnet for"
-#: src/fluxer_marketing/pages/donate_page.gleam:380
+#: src/fluxer_marketing/pages/donate_page.gleam:379
msgid "No, donations to Fluxer are not tax-deductible as we are not a registered charitable organization."
msgstr "Nei, donasjoner til Fluxer er ikke fradragsberettiget, siden vi ikke er en registrert veldedig organisasjon."
-#: src/fluxer_marketing/pages/donate_page.gleam:362
+#: src/fluxer_marketing/pages/donate_page.gleam:361
msgid "No, this is a one-time donation. You choose the amount you want to give, and there are no recurring charges."
msgstr "Nei, dette er en engangsdonasjon. Du velger selv beløpet du vil gi, og det er ingen gjentakende trekk."
@@ -1260,7 +1260,7 @@ msgstr "Engangskjøp, livsvarig tilgang"
#: src/fluxer_marketing/components/plutonium_banner.gleam:43
msgid "Only {0} of {1} Visionary lifetime slots left — lifetime Plutonium + Operator Pass"
-msgstr "Bare {0} av {1} livsvarige Visionary-plasser igjen — livsvarig Plutonium + Operator Pass"
+msgstr "Bare {0} av {1} livsvarige Visionary-plasser igjen – livsvarig Plutonium + Operator Pass"
#: src/fluxer_marketing/components/navigation.gleam:172
msgid "Open Fluxer"
@@ -1291,7 +1291,7 @@ msgstr "Operator Pass"
#: src/fluxer_marketing/components/coming_features.gleam:31
msgid "Opt-in E2EE messaging"
-msgstr "Opt-in E2EE-meldinger"
+msgstr "Valgfri E2EE-kryptering i meldinger"
#: src/fluxer_marketing/components/current_features.gleam:74
msgid "Organized channels for communities"
@@ -1303,7 +1303,7 @@ msgstr "Vår nøye utvalgte fargepalett som representerer Fluxer-merkevaren."
#: src/fluxer_marketing/pages/press_page.gleam:102
msgid "Our full logo including the wordmark. Use this as the primary representation of our brand."
-msgstr "Vår fullstendige logo inkludert ordmerket. Bruk denne som den primære representasjonen av merkevaren vår."
+msgstr "Vår fullstendige logo, inkludert ordmerket. Bruk denne som den primære representasjonen av merkevaren vår."
#: src/fluxer_marketing/pages/press_page.gleam:221
msgid "Our primary brand color. Use this for key brand elements and accents."
@@ -1315,7 +1315,7 @@ msgstr "Vårt frittstående symbol. Bruk dette kun når merkevaren vår er tydel
#: src/fluxer_marketing/components/communities_section.gleam:106
msgid "Over time, we'd love to explore optional monetization tools that help creators and communities earn, with a small, transparent fee that keeps the app sustainable."
-msgstr "Over tid vil vi gjerne utforske valgfrie verktøy for inntektsgenerering som hjelper skapere og fellesskap å tjene penger, med en liten og transparent avgift som gjør appen bærekraftig."
+msgstr "Over tid vil vi gjerne utforske valgfrie verktøy for inntektsgenerering som hjelper skapere og fellesskap å tjene penger – med en liten, transparent avgift som gjør appen bærekraftig."
#: src/fluxer_marketing/pages/not_found_page.gleam:101
msgid "Page Not Found"
@@ -1327,11 +1327,11 @@ msgstr "Siden ble ikke funnet"
#: src/fluxer_marketing/pages/partners_page.gleam:123
msgid "Partner Badge"
-msgstr "Partner-merke"
+msgstr "Partnermerke"
#: src/fluxer_marketing/pages/partners_page.gleam:90
msgid "Partner Perks"
-msgstr "Partner-fordeler"
+msgstr "Partnerfordeler"
#: src/fluxer_marketing/components/footer.gleam:121
#: src/fluxer_marketing/components/navigation.gleam:298
@@ -1368,7 +1368,7 @@ msgstr "Portugisisk (Brasil)"
#: src/fluxer_marketing/components/plutonium_section.gleam:154
msgid "Premium quality"
-msgstr "Premium-kvalitet"
+msgstr "Førsteklasses kvalitet"
#: src/fluxer_marketing/components/footer.gleam:198
#: src/fluxer_marketing/components/navigation.gleam:337
@@ -1377,19 +1377,19 @@ msgstr "Presse"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:246
msgid "Press \"Add to Home Screen\""
-msgstr "Trykk \"Legg til startskjerm"
+msgstr "Trykk «Legg til på Hjem-skjermen»"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:249
msgid "Press \"Add\" in the upper-right corner"
-msgstr "Trykk \"Legg til\" øverst til høyre"
+msgstr "Trykk «Legg til» øverst til høyre"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:200
msgid "Press \"Install app\""
-msgstr "Trykk \"Installer app"
+msgstr "Trykk «Installer app»"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:301
msgid "Press \"Install\" in the popup that appears"
-msgstr "Trykk \"Installer\" i popup-vinduet som vises"
+msgstr "Trykk «Installer» i vinduet som dukker opp"
#: src/fluxer_marketing/pages/press_page.gleam:45
#: src/fluxer_marketing/pages/press_page.gleam:65
@@ -1402,15 +1402,15 @@ msgstr "Pressekontakt"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:197
msgid "Press the \"More\" (\\u{22EE}) button in the top-right corner"
-msgstr "Trykk på \"Mer\" (\\u{22EE}) knappen øverst til høyre"
+msgstr "Trykk på knappen «Mer» (\\u{22EE}) øverst til høyre"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:243
msgid "Press the Share button (rectangle with upwards-pointing arrow)"
-msgstr "Trykk på Del-knappen (rektangel med oppovervendt pil)"
+msgstr "Trykk på Del-knappen (rektangel med pil oppover)"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:296
msgid "Press the install button (downwards-pointing arrow on monitor) in the address bar"
-msgstr "Trykk på installasjonsknappen (nedovervendt pil på skjermen) i adressefeltet"
+msgstr "Trykk på installasjonsknappen (nedoverpil på skjerm) i adressefeltet"
#: src/fluxer_marketing/components/footer.gleam:110
#: src/fluxer_marketing/components/navigation.gleam:93
@@ -1447,7 +1447,7 @@ msgstr "Profilkoblinger"
#: src/fluxer_marketing/components/hero.gleam:55
msgid "Public Beta"
-msgstr "Offentlig beta"
+msgstr "Åpen beta"
#: src/fluxer_marketing/components/coming_features.gleam:46
msgid "Public profile URLs"
@@ -1455,7 +1455,7 @@ msgstr "Offentlige profil-URL-er"
#: src/fluxer_marketing/components/coming_features.gleam:39
msgid "Publish forums to the web"
-msgstr "Publiser forum på nett"
+msgstr "Publiser forum på nettet"
#: src/fluxer_marketing/pages/plutonium_page.gleam:883
msgid "Purchase Visionary directly in the app after creating your account. Your purchase date and order number will be displayed on your profile (can be hidden in privacy settings)."
@@ -1463,7 +1463,7 @@ msgstr "Kjøp Visionary direkte i appen etter at du har opprettet kontoen din. K
#: src/fluxer_marketing/components/current_features.gleam:122
msgid "Quick switcher with keyboard shortcuts"
-msgstr "Hurtigbytter med tastatursnarveier"
+msgstr "Hurtigvelger med tastatursnarveier"
#: src/fluxer_marketing/components/coming_features.gleam:40
msgid "RSS/Atom feeds for forums"
@@ -1511,7 +1511,7 @@ msgstr "Rapporter feil"
#: src/fluxer_marketing/pages/careers_page.gleam:165
msgid "Report people or communities so we can keep Fluxer safe for everyone."
-msgstr "Rapporter personer eller fellesskap slik at vi kan holde Fluxer trygt for alle."
+msgstr "Rapporter personer eller fellesskap, så vi kan holde Fluxer trygt for alle."
#: src/fluxer_marketing/pages/careers_page.gleam:154
msgid "Report vulnerabilities and help us keep the platform secure."
@@ -1527,7 +1527,7 @@ msgstr "Belønninger som anerkjenner innsatsen din, hjelper fellesskapet ditt å
#: src/fluxer_marketing/pages/careers_page.gleam:344
msgid "Right now we're focused on shipping a great product and keeping Fluxer independent and bootstrapped."
-msgstr "Akkurat nå fokuserer vi på å levere et skikkelig bra produkt og holde Fluxer uavhengig og bootstrappet."
+msgstr "Akkurat nå fokuserer vi på å levere et skikkelig bra produkt og holde Fluxer uavhengig og egenfinansiert."
#: src/fluxer_marketing/components/locale_selector.gleam:143
msgid "Romanian"
@@ -1556,7 +1556,7 @@ msgstr "Lagrede medier"
#: src/fluxer_marketing/pages/plutonium_page.gleam:584
msgid "Schedule messages to be sent at a specific time in the future. No DeLorean required."
-msgstr "Planlegg meldinger som skal sendes på et bestemt tidspunkt i fremtiden. Ingen DeLorean nødvendig."
+msgstr "Planlegg meldinger som skal sendes på et bestemt tidspunkt i fremtiden. Du trenger ingen DeLorean."
#: src/fluxer_marketing/components/current_features.gleam:89
msgid "Screen sharing built in"
@@ -1564,7 +1564,7 @@ msgstr "Innebygd skjermdeling"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:132
msgid "Screenshots courtesy of "
-msgstr "Skjermbilder levert av "
+msgstr "Skjermbilder med tillatelse fra "
#: src/fluxer_marketing/pages/help_components.gleam:93
msgid "Search"
@@ -1572,7 +1572,7 @@ msgstr "Søk"
#: src/fluxer_marketing/components/current_features.gleam:114
msgid "Search & quick switcher"
-msgstr "Søk og hurtigbytter"
+msgstr "Søk og hurtigvelger"
#: src/fluxer_marketing/pages/help_search_page.gleam:46
msgid "Search Results"
@@ -1581,7 +1581,7 @@ msgstr "Søkeresultater"
#: src/fluxer_marketing/pages/help_center_page.gleam:67
#: src/fluxer_marketing/pages/help_search_page.gleam:66
msgid "Search for help..."
-msgstr "Søk etter hjelp..."
+msgstr "Søk etter hjelp…"
#: src/fluxer_marketing/pages/help_category_page.gleam:92
msgid "Search in "
@@ -1627,7 +1627,7 @@ msgstr "Selvhosting"
#: src/fluxer_marketing/pages/download_page.gleam:330
msgid "Send a one-time gift"
-msgstr "Send en engangsgave"
+msgstr "Gi en engangsgave"
#: src/fluxer_marketing/pages/partners_page.gleam:374
msgid "Send us an email with the following information to get started:"
@@ -1684,7 +1684,7 @@ msgstr "Spansk (Spania)"
#: src/fluxer_marketing/pages/download_page.gleam:323
msgid "Sponsor the roadmap for mobile"
-msgstr "Spons veikartet for mobil"
+msgstr "Støtt veikartet for mobil"
#: src/fluxer_marketing/components/coming_features.gleam:42
msgid "Stage channels"
@@ -1705,7 +1705,7 @@ msgstr "Trenger du fortsatt hjelp?"
#: src/fluxer_marketing/pages/plutonium_page.gleam:624
msgid "Store up to 15 video backgrounds for calls. No more Downloads folder scavenger hunts!"
-msgstr "Lagre opptil 15 videobakgrunner for samtaler. Ingen flere skattejakter i Nedlastinger-mappen!"
+msgstr "Lagre opptil 15 videobakgrunner for samtaler. Slutt på skattejakt i Nedlastinger-mappen!"
#: src/fluxer_marketing/pages/plutonium_page.gleam:614
msgid "Stream in up to 4K resolution at 60fps so others can see you in stunning clarity."
@@ -1713,7 +1713,7 @@ msgstr "Strøm i opptil 4K-oppløsning i 60 fps, så andre kan se deg i knivskar
#: src/fluxer_marketing/components/coming_features.gleam:58
msgid "Streamer mode"
-msgstr "Streamer-modus"
+msgstr "Streamermodus"
#: src/fluxer_marketing/pages/donate_page.gleam:50
#: src/fluxer_marketing/pages/donate_page.gleam:86
@@ -1764,7 +1764,7 @@ msgstr "Temamarkedsplass"
#: src/fluxer_marketing/pages/download_page.gleam:255
msgid "This isn't a full replacement for the desktop app yet, and some things you'd expect from a mobile chat app are still missing."
-msgstr "Dette er ikke en full erstatning for skrivebordsappen ennå, og noen ting du forventer av en mobil chatteapp mangler fortsatt."
+msgstr "Dette er ikke en full erstatning for skrivebordsappen ennå, og noen ting du forventer av en mobil chatapp mangler fortsatt."
#: src/fluxer_marketing/pages/not_found_page.gleam:60
#: src/fluxer_marketing/pages/not_found_page.gleam:104
@@ -1790,7 +1790,7 @@ msgstr "Prøv andre søkeord eller bla i kategoriene våre."
#: src/fluxer_marketing/components/hackernews_banner.gleam:75
msgid "Try it without an email at"
-msgstr "Prøv det uten e-post på"
+msgstr "Prøv uten e-post på"
#: src/fluxer_marketing/components/locale_selector.gleam:147
msgid "Turkish"
@@ -1826,7 +1826,7 @@ msgstr "Oppgrader til Plutonium for $4.99/mnd.: egendefinerte brukernavn-tagger,
#: src/fluxer_marketing/pages/plutonium_page.gleam:644
msgid "Upload and use your own notification sounds to personalize your Fluxer experience."
-msgstr "Last opp og bruk dine egne varslingslyder for å tilpasse Fluxer-opplevelsen."
+msgstr "Last opp og bruk dine egne varselslyder for å tilpasse din Fluxer-opplevelse."
#: src/fluxer_marketing/pages/partners_page.gleam:181
msgid "Upload animated GIFs as your community's avatar and banner."
@@ -1842,7 +1842,7 @@ msgstr "Bruk Fluxer i mobilnettleseren din foreløpig"
#: src/fluxer_marketing/pages/plutonium_page.gleam:378
msgid "Use animated emojis"
-msgstr "Bruk animerte emojier"
+msgstr "Bruk animerte emojis"
#: src/fluxer_marketing/components/current_features.gleam:154
msgid "Use our desktop client (mobile coming soon)"
@@ -1850,7 +1850,7 @@ msgstr "Bruk vår skrivebordsapp (mobil kommer snart)"
#: src/fluxer_marketing/pages/plutonium_page.gleam:604
msgid "Use your favorite emojis and stickers from any community, anywhere across Fluxer."
-msgstr "Bruk favoritt-emojiene og -klistremerkene dine fra hvilket som helst fellesskap, hvor som helst i Fluxer."
+msgstr "Bruk dine favoritt-emojis og klistremerker fra hvilket som helst fellesskap, hvor som helst i Fluxer."
#: src/fluxer_marketing/pages/partners_page.gleam:222
msgid "VIP Voice Servers"
@@ -1866,7 +1866,7 @@ msgstr "Videobakgrunner"
#: src/fluxer_marketing/pages/plutonium_page.gleam:392
msgid "Video quality"
-msgstr "Videokvalitet"
+msgstr "Video kvalitet"
#: src/fluxer_marketing/components/locale_selector.gleam:149
msgid "Vietnamese"
@@ -1879,7 +1879,7 @@ msgstr "Vis alle artikler"
#: src/fluxer_marketing/components/get_involved_section.gleam:183
#: src/fluxer_marketing/pages/careers_page.gleam:123
msgid "View repository"
-msgstr "Se repo"
+msgstr "Se repoet"
#: src/fluxer_marketing/pages/plutonium_page.gleam:822
msgid "Visionary"
@@ -1911,19 +1911,19 @@ msgstr "Vi trenger støtten din for å få dette til å fungere."
#: src/fluxer_marketing/pages/partners_page.gleam:453
msgid "We review all applications and will get back to you as soon as possible."
-msgstr "Vi vurderer alle søknader og tar kontakt så snart som mulig."
+msgstr "Vi går gjennom alle søknader og tar kontakt så snart som mulig."
#: src/fluxer_marketing/pages/press_page.gleam:301
msgid "We typically respond within 24 hours during business days."
-msgstr "Vi svarer vanligvis innen 24 timer på virkedager."
+msgstr "Vi svarer vanligvis innen 24 timer på hverdager."
#: src/fluxer_marketing/components/get_involved_section.gleam:62
msgid "We're building a complete platform with all the features you'd expect. But we can't do it without your help!"
-msgstr "Vi bygger en komplett plattform med alle funksjonene du forventer. Men vi klarer det ikke uten hjelpen din!"
+msgstr "Vi bygger en komplett plattform med alt du forventer. Men vi klarer det ikke uten hjelpen din!"
#: src/fluxer_marketing/pages/download_page.gleam:214
msgid "We're building apps for iOS and Android. Until they're ready, Fluxer works in your mobile browser — and we've put a lot of effort into making it feel as app-like as possible."
-msgstr "Vi bygger apper for iOS og Android. Fram til de er klare, fungerer Fluxer i mobilnettleseren din — og vi har lagt mye arbeid i å få det til å føles så app-likt som mulig."
+msgstr "Vi bygger apper for iOS og Android. Fram til de er klare, fungerer Fluxer i mobilnettleseren din – og vi har lagt mye arbeid i å få det til å føles så app-likt som mulig."
#: src/fluxer_marketing/components/get_involved_section.gleam:78
msgid "We're limiting registrations during beta. Once you're in, you can give friends a code to skip the queue."
@@ -1937,7 +1937,7 @@ msgstr "Vi bygger fortsatt forretningen rundt Fluxer og er ikke helt klare for b
msgid "Webhooks and bot support"
msgstr "Webhooks og bot-støtte"
-#: src/fluxer_marketing/pages/donate_page.gleam:351
+#: src/fluxer_marketing/pages/donate_page.gleam:350
msgid "What does my donation support?"
msgstr "Hva støtter donasjonen min?"
@@ -1951,11 +1951,11 @@ msgstr "Det som er tilgjengelig i dag"
#: src/fluxer_marketing/components/coming_features.gleam:77
msgid "What's coming next"
-msgstr "Det som kommer videre"
+msgstr "Det som kommer"
-#: src/fluxer_marketing/pages/donate_page.gleam:385
+#: src/fluxer_marketing/pages/donate_page.gleam:384
msgid "What's the difference between Individual and Business?"
-msgstr "Hva er forskjellen på Privat og Bedrift?"
+msgstr "Hva er forskjellen på Privatperson og Bedrift?"
#: src/fluxer_marketing/pages/press_page.gleam:226
msgid "White"
@@ -1967,7 +1967,7 @@ msgstr "Hvit logo"
#: src/fluxer_marketing/pages/press_page.gleam:164
msgid "White Symbol"
-msgstr "Hvit symbol"
+msgstr "Hvitt symbol"
#: src/fluxer_marketing/components/platform_download_button.gleam:346
msgid "Windows"
@@ -1987,9 +1987,9 @@ msgstr "Fellesskapet ditt får verifisert status for autentisitet og tillit."
#: src/fluxer_marketing/pages/partners_page.gleam:192
msgid "Your community receives increased limits when you need them."
-msgstr "Fellesskapet ditt får økte grenser når du trenger det."
+msgstr "Fellesskapet ditt får økte grenser når du trenger dem."
-#: src/fluxer_marketing/pages/donate_page.gleam:354
+#: src/fluxer_marketing/pages/donate_page.gleam:353
msgid "Your donation helps fund Fluxer's infrastructure costs, including servers, bandwidth, storage, and ongoing development of new features. It helps us maintain and improve the platform for everyone."
msgstr "Donasjonen din bidrar til å finansiere Fluxers infrastrukturkostnader, inkludert servere, båndbredde, lagring og løpende utvikling av nye funksjoner. Det hjelper oss å vedlikeholde og forbedre plattformen for alle."
@@ -2034,7 +2034,7 @@ msgid "one-time purchase"
msgstr "engangskjøp"
#: src/fluxer_marketing/components/plutonium_section.gleam:68
-#: src/fluxer_marketing/pages/donate_page.gleam:284
+#: src/fluxer_marketing/pages/donate_page.gleam:282
#: src/fluxer_marketing/pages/plutonium_page.gleam:106
#: src/fluxer_marketing/pages/plutonium_page.gleam:230
msgid "or"
diff --git a/fluxer_marketing/locales/pl/messages.po b/fluxer_marketing/locales/pl/messages.po
index 36f14fc4..d5babdaf 100644
--- a/fluxer_marketing/locales/pl/messages.po
+++ b/fluxer_marketing/locales/pl/messages.po
@@ -10,7 +10,7 @@ msgstr " w Chrome"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:288
msgid " in Chrome or another browser with PWA support"
-msgstr " w Chrome lub innym przeglądarku z obsługą PWA"
+msgstr " w Chrome lub innej przeglądarce z obsługą PWA"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:236
msgid " in Safari"
@@ -37,11 +37,11 @@ msgstr "/rok"
#: src/fluxer_marketing/pages/plutonium_page.gleam:654
msgid "500MB uploads, 4000 character messages, 300 bookmarks, 50 emoji packs, and much more."
-msgstr "Wysyłanie plików do 500 MB, wiadomości do 4000 znaków, 300 zakładek, 50 paczek emoji i wiele więcej."
+msgstr "Przesyłanie plików do 500 MB, wiadomości do 4000 znaków, 300 zakładek, 50 paczek emoji i wiele więcej."
#: src/fluxer_marketing/components/communities_section.gleam:86
msgid "A chat platform that answers to you, not investors. It's ad-free, open source, community-funded, and never sells your data or nags you with upgrade pop-ups."
-msgstr "Platforma do rozmów, która odpowiada przed Tobą, a nie przed inwestorami. Bez reklam, open source, finansowana przez społeczność — nigdy nie sprzedaje Twoich danych i nie męczy wyskakującymi okienkami z „ulepszeniem”."
+msgstr "Platforma czatu, która odpowiada przed Tobą, a nie przed inwestorami. Bez reklam, open source, finansowana przez społeczność — nigdy nie sprzedaje Twoich danych ani nie męczy wyskakującymi okienkami z „ulepszeniem”."
#: src/fluxer_marketing/pages/careers_page.gleam:219
msgid "A non-paid role for recurring contributors who help shape Fluxer alongside the core team."
@@ -81,7 +81,11 @@ msgstr "Wszystko, czego się spodziewasz — i kilka rzeczy, których nie."
#: src/fluxer_marketing/components/locale_selector.gleam:102
msgid "All translations are currently LLM-generated with minimal human revision. We'd love to get real people to help us out localizing Fluxer into your language! To do so, shoot an email to i18n@fluxer.app and we'll be happy to accept your contributions."
-msgstr "Wszystkie tłumaczenia są obecnie generowane przez modele językowe (LLM) i tylko w minimalnym stopniu poprawiane przez człowieka. Chętnie zaprosimy prawdziwe osoby do pomocy w lokalizacji Fluxer na Twój język! Napisz na i18n@fluxer.app — z radością przyjmiemy Twoje poprawki."
+msgstr "Wszystkie tłumaczenia są obecnie generowane przez modele językowe (LLM) i tylko minimalnie poprawiane przez człowieka. Chętnie zaprosimy prawdziwe osoby do pomocy w lokalizacji Fluxer na Twój język! Napisz na i18n@fluxer.app — z radością przyjmiemy Twoje poprawki."
+
+#: src/fluxer_marketing/components/hero.gleam:64
+msgid "An open-source, independent instant messaging and VoIP platform. Built for friends, groups, and communities."
+msgstr "Otwarta, niezależna platforma do wiadomości błyskawicznych i VoIP. Stworzona dla przyjaciół, grup i społeczności."
#: src/fluxer_marketing/components/platform_download_button.gleam:524
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:97
@@ -108,7 +112,7 @@ msgstr "Apple Silicon"
#: src/fluxer_marketing/pages/partners_page.gleam:448
msgid "Apply at partners@fluxer.app"
-msgstr "Zgłoszenia: partners@fluxer.app"
+msgstr "Aplikuj: partners@fluxer.app"
#: src/fluxer_marketing/components/get_involved_section.gleam:170
msgid "Approved reports grant access to Fluxer Testers, where you can earn points for Plutonium codes and the Bug Hunter badge."
@@ -130,7 +134,7 @@ msgstr "Artykuły w tej sekcji"
msgid "Audit logs for transparency"
msgstr "Dzienniki audytu dla przejrzystości"
-#: src/fluxer_marketing/pages/donate_page.gleam:302
+#: src/fluxer_marketing/pages/donate_page.gleam:301
msgid "Available for Swedish bank accounts"
msgstr "Dostępne dla szwedzkich kont bankowych"
@@ -164,7 +168,7 @@ msgstr "Zostań partnerem"
#: src/fluxer_marketing/pages/download_page.gleam:322
#: src/fluxer_marketing/pages/plutonium_page.gleam:876
msgid "Become a Visionary"
-msgstr "Przejdź na Visionary"
+msgstr "Zostań Visionary"
#: src/fluxer_marketing/pages/plutonium_page.gleam:318
#: src/fluxer_marketing/pages/plutonium_page.gleam:325
@@ -208,9 +212,9 @@ msgstr "Bluesky"
msgid "Bookmarked messages"
msgstr "Wiadomości w zakładkach"
-#: src/fluxer_marketing/pages/donate_page.gleam:388
+#: src/fluxer_marketing/pages/donate_page.gleam:387
msgid "Both donation types support the same cause equally. The only difference is that Business donations allow you to specify a tax ID (if applicable) and receive a PDF invoice when finalized, which can be useful for company accounting purposes."
-msgstr "Oba rodzaje darowizn wspierają ten sam cel w równym stopniu. Jedyna różnica polega na tym, że darowizny Business pozwalają podać NIP (jeśli dotyczy) i po finalizacji otrzymać fakturę PDF, co może się przydać w rozliczeniach firmowych."
+msgstr "Oba rodzaje darowizn wspierają ten sam cel w równym stopniu. Jedyna różnica polega na tym, że darowizny firmowe pozwalają podać NIP (jeśli dotyczy) i po finalizacji otrzymać fakturę PDF, co może się przydać w rozliczeniach księgowych."
#: src/fluxer_marketing/pages/press_page.gleam:200
msgid "Brand Colors"
@@ -240,21 +244,17 @@ msgstr "Przeglądaj artykuły pomocy o "
msgid "Built for communities of all kinds."
msgstr "Stworzony dla społeczności każdego rodzaju."
-#: src/fluxer_marketing/components/hero.gleam:64
-msgid "Built for friends, groups, and communities. Text, voice, and video. Open source and community-funded."
-msgstr "Dla znajomych, grup i społeczności. Tekst, głos i wideo. Open source i finansowany przez społeczność."
-
#: src/fluxer_marketing/components/locale_selector.gleam:119
msgid "Bulgarian"
msgstr "Bułgarski"
#: src/fluxer_marketing/pages/donate_page.gleam:177
msgid "Business"
-msgstr "Business"
+msgstr "Firma"
#: src/fluxer_marketing/components/coming_features.gleam:56
msgid "Call pop-out"
-msgstr "Wyskakujące okno rozmowy"
+msgstr "Rozmowa w osobnym oknie"
#: src/fluxer_marketing/components/footer.gleam:220
#: src/fluxer_marketing/components/navigation.gleam:358
@@ -263,7 +263,7 @@ msgstr "Kariera"
#: src/fluxer_marketing/pages/careers_page.gleam:46
msgid "Careers at Fluxer"
-msgstr "Kariera w Fluxer"
+msgstr "Praca w Fluxer"
#: src/fluxer_marketing/components/locale_selector.gleam:38
#: src/fluxer_marketing/components/navigation.gleam:252
@@ -273,7 +273,7 @@ msgstr "Zmień język"
#: src/fluxer_marketing/components/hero.gleam:59
msgid "Chat that puts you first"
-msgstr "Czat, który stawia Ciebie na pierwszym miejscu"
+msgstr "Czat, który stawia Cię na pierwszym miejscu"
#: src/fluxer_marketing/components/locale_selector.gleam:150
msgid "Chinese (Simplified)"
@@ -519,7 +519,7 @@ msgstr "Odkrywanie"
msgid "Display an exclusive Partner badge on your profile to stand out."
msgstr "Wyświetl ekskluzywną odznakę Partner na profilu, żeby się wyróżnić."
-#: src/fluxer_marketing/pages/donate_page.gleam:367
+#: src/fluxer_marketing/pages/donate_page.gleam:366
msgid "Do I get anything in return?"
msgstr "Czy dostanę coś w zamian?"
@@ -548,11 +548,11 @@ msgstr "Wpłać w USD"
msgid "Donate to Fluxer"
msgstr "Wesprzyj Fluxer"
-#: src/fluxer_marketing/pages/donate_page.gleam:298
+#: src/fluxer_marketing/pages/donate_page.gleam:297
msgid "Donate with Swish"
-msgstr "Darowizna przez Swish"
+msgstr "Wpłać przez Swish"
-#: src/fluxer_marketing/pages/donate_page.gleam:370
+#: src/fluxer_marketing/pages/donate_page.gleam:369
msgid "Donations are voluntary gifts and do not provide you with any product, service, ownership, or special rights. If you're looking for premium features, check out {0}."
msgstr "Darowizny są dobrowolnymi datkami i nie dają Ci żadnego produktu, usługi, udziału we własności ani specjalnych uprawnień. Jeśli szukasz funkcji premium, sprawdź {0}."
@@ -686,7 +686,7 @@ msgstr "Rozmiar przesyłanych plików"
#: src/fluxer_marketing/components/current_features.gleam:121
msgid "Filter by users, dates, and more"
-msgstr "Filtruj po użytkownikach, datach i nie tylko"
+msgstr "Filtruj według użytkowników, dat i nie tylko"
#: src/fluxer_marketing/pages/help_center_page.gleam:49
msgid "Find answers to common questions and learn how to use Fluxer."
@@ -724,7 +724,7 @@ msgstr "Zespół społeczności Fluxer"
msgid "Fluxer Partner"
msgstr "Partner Fluxer"
-#: src/fluxer_marketing/pages/donate_page.gleam:372
+#: src/fluxer_marketing/pages/donate_page.gleam:371
#: src/fluxer_marketing/pages/plutonium_page.gleam:51
#: src/fluxer_marketing/pages/plutonium_page.gleam:76
msgid "Fluxer Plutonium"
@@ -810,7 +810,7 @@ msgstr "Darmowy vs Plutonium"
msgid "French"
msgstr "Francuski"
-#: src/fluxer_marketing/pages/donate_page.gleam:346
+#: src/fluxer_marketing/pages/donate_page.gleam:345
msgid "Frequently Asked Questions"
msgstr "Najczęściej zadawane pytania"
@@ -991,7 +991,7 @@ msgstr "Wskocz na rozmowę ze znajomymi albo udostępnij ekran, żeby razem prac
#: src/fluxer_marketing/components/current_features.gleam:153
msgid "Host your own instance"
-msgstr "Hostuj własną instancję"
+msgstr "Uruchom własną instancję"
#: src/fluxer_marketing/pages/help_center_page.gleam:64
#: src/fluxer_marketing/pages/help_search_page.gleam:63
@@ -1029,7 +1029,7 @@ msgstr "Zwiększone limity"
#: src/fluxer_marketing/pages/donate_page.gleam:160
msgid "Individual"
-msgstr "Individual"
+msgstr "Osoba prywatna"
#: src/fluxer_marketing/components/locale_selector.gleam:134
msgid "Indonesian"
@@ -1044,11 +1044,11 @@ msgstr "Zainstaluj Fluxer jako aplikację"
msgid "Intel"
msgstr "Intel"
-#: src/fluxer_marketing/pages/donate_page.gleam:377
+#: src/fluxer_marketing/pages/donate_page.gleam:376
msgid "Is my donation tax-deductible?"
msgstr "Czy mogę odliczyć darowiznę od podatku?"
-#: src/fluxer_marketing/pages/donate_page.gleam:359
+#: src/fluxer_marketing/pages/donate_page.gleam:358
msgid "Is this a subscription?"
msgstr "Czy to subskrypcja?"
@@ -1077,7 +1077,7 @@ msgstr "Dołącz do społeczności Fluxer HQ"
#: src/fluxer_marketing/components/get_involved_section.gleam:75
msgid "Join and spread the word"
-msgstr "Dołącz i puść wieść w świat"
+msgstr "Dołącz i podaj dalej"
#: src/fluxer_marketing/components/current_features.gleam:88
msgid "Join from multiple devices at once"
@@ -1097,7 +1097,7 @@ msgstr "Dołącz do ekskluzywnej społeczności Partners z bezpośrednim dostęp
#: src/fluxer_marketing/pages/careers_page.gleam:66
msgid "Join the team behind Fluxer"
-msgstr "Dołącz do zespołu stojącego za Fluxer"
+msgstr "Dołącz do zespołu Fluxer"
#: src/fluxer_marketing/components/current_features.gleam:101
msgid "Keep your community running smoothly with roles, permissions, and logs."
@@ -1182,7 +1182,7 @@ msgstr "Wiadomości"
#: src/fluxer_marketing/pages/donate_page.gleam:265
msgid "Minimum donation: $5 / €5"
-msgstr "Minimalna darowizna: 5$ / 5€"
+msgstr "Minimalna darowizna: $5 / €5"
#: src/fluxer_marketing/pages/download_page.gleam:203
msgid "Mobile apps are on the way"
@@ -1222,11 +1222,11 @@ msgstr "Nie znaleziono artykułów."
msgid "No results found for"
msgstr "Brak wyników dla"
-#: src/fluxer_marketing/pages/donate_page.gleam:380
+#: src/fluxer_marketing/pages/donate_page.gleam:379
msgid "No, donations to Fluxer are not tax-deductible as we are not a registered charitable organization."
msgstr "Nie, darowizn na Fluxer nie można odliczyć od podatku, ponieważ nie jesteśmy zarejestrowaną organizacją charytatywną."
-#: src/fluxer_marketing/pages/donate_page.gleam:362
+#: src/fluxer_marketing/pages/donate_page.gleam:361
msgid "No, this is a one-time donation. You choose the amount you want to give, and there are no recurring charges."
msgstr "Nie, to jednorazowa darowizna. Wybierasz kwotę, którą chcesz przekazać, i nie ma żadnych cyklicznych opłat."
@@ -1291,7 +1291,7 @@ msgstr "Operator Pass"
#: src/fluxer_marketing/components/coming_features.gleam:31
msgid "Opt-in E2EE messaging"
-msgstr "Opcjonalna wiadomość E2EE"
+msgstr "Wiadomości E2EE na żądanie"
#: src/fluxer_marketing/components/current_features.gleam:74
msgid "Organized channels for communities"
@@ -1341,7 +1341,7 @@ msgstr "Partners"
#: src/fluxer_marketing/pages/plutonium_page.gleam:287
#: src/fluxer_marketing/pages/plutonium_page.gleam:571
msgid "Per-community profiles"
-msgstr "Profile per społeczność"
+msgstr "Profile dla każdej społeczności"
#: src/fluxer_marketing/pages/download_page.gleam:315
#: src/fluxer_marketing/pages/plutonium_page.gleam:215
@@ -1377,19 +1377,19 @@ msgstr "Prasa"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:246
msgid "Press \"Add to Home Screen\""
-msgstr "Naciśnij 'Dodaj do ekranu głównego'"
+msgstr "Naciśnij „Dodaj do ekranu głównego”"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:249
msgid "Press \"Add\" in the upper-right corner"
-msgstr "Naciśnij \"Dodaj\" w prawym górnym rogu"
+msgstr "Naciśnij „Dodaj” w prawym górnym rogu"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:200
msgid "Press \"Install app\""
-msgstr "Naciśnij \"Zainstaluj aplikację"
+msgstr "Naciśnij „Zainstaluj aplikację”"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:301
msgid "Press \"Install\" in the popup that appears"
-msgstr "Naciśnij \"Zainstaluj\" w wyskakującym oknie, które się pojawi"
+msgstr "Naciśnij „Zainstaluj” w wyskakującym oknie, które się pojawi"
#: src/fluxer_marketing/pages/press_page.gleam:45
#: src/fluxer_marketing/pages/press_page.gleam:65
@@ -1402,15 +1402,15 @@ msgstr "Kontakt dla prasy"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:197
msgid "Press the \"More\" (\\u{22EE}) button in the top-right corner"
-msgstr "Naciśnij przycisk \"Więcej\" (\\u{22EE}) w prawym górnym rogu"
+msgstr "Naciśnij przycisk „Więcej” (\\u{22EE}) w prawym górnym rogu"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:243
msgid "Press the Share button (rectangle with upwards-pointing arrow)"
-msgstr "Naciśnij przycisk Udostępnij (prostokąt z strzałką skierowaną w górę)"
+msgstr "Naciśnij przycisk „Udostępnij” (prostokąt ze strzałką skierowaną w górę)"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:296
msgid "Press the install button (downwards-pointing arrow on monitor) in the address bar"
-msgstr "Naciśnij przycisk instalacji (strzałka skierowana w dół na monitorze) na pasku adresu"
+msgstr "Naciśnij przycisk instalacji (strzałka w dół na monitorze) w pasku adresu"
#: src/fluxer_marketing/components/footer.gleam:110
#: src/fluxer_marketing/components/navigation.gleam:93
@@ -1790,7 +1790,7 @@ msgstr "Spróbuj innych słów kluczowych albo przejrzyj nasze kategorie."
#: src/fluxer_marketing/components/hackernews_banner.gleam:75
msgid "Try it without an email at"
-msgstr "Wypróbuj to bez e-maila pod"
+msgstr "Wypróbuj bez e-maila na"
#: src/fluxer_marketing/components/locale_selector.gleam:147
msgid "Turkish"
@@ -1822,7 +1822,7 @@ msgstr "Jakość wideo do 4K"
#: src/fluxer_marketing/pages/plutonium_page.gleam:54
msgid "Upgrade to Plutonium for $4.99/mo: custom username tags, per-community profiles, message scheduling, 4K streaming, 500MB uploads, and more exclusive features."
-msgstr "Przejdź na Plutonium za 4,99 $/mies.: własne tagi nazwy użytkownika, profile per społeczność, planowanie wiadomości, streaming 4K, wysyłanie plików do 500 MB i więcej ekskluzywnych funkcji."
+msgstr "Przejdź na Plutonium za $4.99/mies.: własne tagi nazwy użytkownika, profile dla każdej społeczności, planowanie wiadomości, streaming 4K, wysyłanie plików do 500 MB i więcej ekskluzywnych funkcji."
#: src/fluxer_marketing/pages/plutonium_page.gleam:644
msgid "Upload and use your own notification sounds to personalize your Fluxer experience."
@@ -1937,7 +1937,7 @@ msgstr "Wciąż budujemy biznes wokół Fluxer i jeszcze nie jesteśmy gotowi na
msgid "Webhooks and bot support"
msgstr "Webhooki i obsługa botów"
-#: src/fluxer_marketing/pages/donate_page.gleam:351
+#: src/fluxer_marketing/pages/donate_page.gleam:350
msgid "What does my donation support?"
msgstr "Co wspiera moja darowizna?"
@@ -1953,9 +1953,9 @@ msgstr "Co jest dostępne dziś"
msgid "What's coming next"
msgstr "Co nadchodzi dalej"
-#: src/fluxer_marketing/pages/donate_page.gleam:385
+#: src/fluxer_marketing/pages/donate_page.gleam:384
msgid "What's the difference between Individual and Business?"
-msgstr "Jaka jest różnica między Individual a Business?"
+msgstr "Jaka jest różnica między Osobą prywatną a Firmą?"
#: src/fluxer_marketing/pages/press_page.gleam:226
msgid "White"
@@ -1989,7 +1989,7 @@ msgstr "Twoja społeczność otrzymuje status zweryfikowanej — dla autentyczno
msgid "Your community receives increased limits when you need them."
msgstr "Twoja społeczność dostaje zwiększone limity, gdy ich potrzebujesz."
-#: src/fluxer_marketing/pages/donate_page.gleam:354
+#: src/fluxer_marketing/pages/donate_page.gleam:353
msgid "Your donation helps fund Fluxer's infrastructure costs, including servers, bandwidth, storage, and ongoing development of new features. It helps us maintain and improve the platform for everyone."
msgstr "Twoja darowizna pomaga finansować koszty infrastruktury Fluxer, w tym serwery, transfer, storage oraz bieżący rozwój nowych funkcji. Dzięki temu możemy utrzymywać i ulepszać platformę dla wszystkich."
@@ -2034,7 +2034,7 @@ msgid "one-time purchase"
msgstr "jednorazowy zakup"
#: src/fluxer_marketing/components/plutonium_section.gleam:68
-#: src/fluxer_marketing/pages/donate_page.gleam:284
+#: src/fluxer_marketing/pages/donate_page.gleam:282
#: src/fluxer_marketing/pages/plutonium_page.gleam:106
#: src/fluxer_marketing/pages/plutonium_page.gleam:230
msgid "or"
@@ -2059,4 +2059,3 @@ msgstr "Zostało {0} z {1} miejsc"
#: src/fluxer_marketing/components/footer.gleam:325
msgid "© Fluxer Platform AB (Swedish limited liability company: 559537-3993)"
msgstr "© Fluxer Platform AB (szwedzka spółka z o.o.: 559537-3993)"
-
diff --git a/fluxer_marketing/locales/pt-BR/messages.po b/fluxer_marketing/locales/pt-BR/messages.po
index f0a1adc6..c45b8942 100644
--- a/fluxer_marketing/locales/pt-BR/messages.po
+++ b/fluxer_marketing/locales/pt-BR/messages.po
@@ -18,7 +18,7 @@ msgstr " no Safari"
#: src/fluxer_marketing/pages/plutonium_page.gleam:1032
msgid "/forever"
-msgstr "/para sempre"
+msgstr "/para-sempre"
#: src/fluxer_marketing/components/plutonium_section.gleam:66
#: src/fluxer_marketing/pages/plutonium_page.gleam:103
@@ -37,15 +37,15 @@ msgstr "/ano"
#: src/fluxer_marketing/pages/plutonium_page.gleam:654
msgid "500MB uploads, 4000 character messages, 300 bookmarks, 50 emoji packs, and much more."
-msgstr "Uploads de 500 MB, mensagens de 4.000 caracteres, 300 favoritos, 50 pacotes de emojis e muito mais."
+msgstr "Uploads de até 500 MB, mensagens com até 4.000 caracteres, 300 favoritos, 50 pacotes de emojis e muito mais."
#: src/fluxer_marketing/components/communities_section.gleam:86
msgid "A chat platform that answers to you, not investors. It's ad-free, open source, community-funded, and never sells your data or nags you with upgrade pop-ups."
-msgstr "Uma plataforma de chat que responde a você, não a investidores. Sem anúncios, de código aberto, financiada pela comunidade — e que nunca vende seus dados nem te enche com pop-ups de upgrade."
+msgstr "Uma plataforma de chat que responde a você — não a investidores. Sem anúncios, de código aberto, financiada pela comunidade — e que nunca vende seus dados nem te enche com pop-ups de upgrade."
#: src/fluxer_marketing/pages/careers_page.gleam:219
msgid "A non-paid role for recurring contributors who help shape Fluxer alongside the core team."
-msgstr "Uma função não remunerada para colaboradores recorrentes que ajudam a moldar o Fluxer junto com o time principal."
+msgstr "Um cargo voluntário (não remunerado) para colaboradores recorrentes que ajudam a moldar o Fluxer junto com o time principal."
#: src/fluxer_marketing/pages/plutonium_page.gleam:1074
msgid "Access to Fluxer Operators community"
@@ -53,27 +53,27 @@ msgstr "Acesso à comunidade Fluxer Operators"
#: src/fluxer_marketing/pages/partners_page.gleam:225
msgid "Access to VIP voice servers reserved exclusively for partnered communities."
-msgstr "Acesso a servidores de voz VIP reservados exclusivamente para comunidades parceiras."
+msgstr "Acesso a servidores de voz VIP exclusivos para comunidades parceiras."
#: src/fluxer_marketing/components/coming_features.gleam:48
msgid "Activity sharing"
-msgstr "Compartilhamento de atividade"
+msgstr "Compartilhamento de atividades"
#: src/fluxer_marketing/pages/download_page.gleam:228
msgid "Add Fluxer to your home screen to hide the browser UI."
-msgstr "Adicione o Fluxer à tela inicial para ocultar a interface do navegador."
+msgstr "Adicione o Fluxer à tela inicial para esconder a interface do navegador."
#: src/fluxer_marketing/components/current_features.gleam:133
msgid "Add custom emojis, save media for later, and style the app with custom CSS."
-msgstr "Adicione emojis personalizados, salve mídias para ver depois e personalize o app com CSS customizado."
+msgstr "Adicione emojis personalizados, salve mídias para ver depois e personalize o app com CSS personalizado."
#: src/fluxer_marketing/pages/plutonium_page.gleam:1124
msgid "After the offer ends, Operator Pass stays available on its own."
-msgstr "Depois que a oferta acabar, o Operator Pass continuará disponível separadamente."
+msgstr "Quando a oferta acabar, o Operator Pass continuará disponível separadamente."
#: src/fluxer_marketing/pages/plutonium_page.gleam:843
msgid "All current and future Plutonium benefits, forever"
-msgstr "Todos os benefícios atuais e futuros do Plutonium, para sempre"
+msgstr "Todos os benefícios atuais e futuros do Plutonium — para sempre"
#: src/fluxer_marketing/components/current_features.gleam:55
msgid "All the basics you expect, plus a few things you don't."
@@ -81,7 +81,11 @@ msgstr "Tudo o que você espera do básico — e mais algumas coisas que você n
#: src/fluxer_marketing/components/locale_selector.gleam:102
msgid "All translations are currently LLM-generated with minimal human revision. We'd love to get real people to help us out localizing Fluxer into your language! To do so, shoot an email to i18n@fluxer.app and we'll be happy to accept your contributions."
-msgstr "No momento, todas as traduções são geradas por modelos de linguagem, com mínima revisão humana. A gente adoraria contar com pessoas reais para ajudar a localizar o Fluxer no seu idioma! Para isso, mande um e-mail para i18n@fluxer.app e teremos prazer em aceitar suas contribuições."
+msgstr "No momento, todas as traduções são geradas por modelos de linguagem, com pouquíssima revisão humana. A gente adoraria contar com pessoas reais para ajudar a localizar o Fluxer no seu idioma! Para isso, mande um e-mail para i18n@fluxer.app e teremos prazer em aceitar suas contribuições."
+
+#: src/fluxer_marketing/components/hero.gleam:64
+msgid "An open-source, independent instant messaging and VoIP platform. Built for friends, groups, and communities."
+msgstr "Uma plataforma independente e de código aberto para mensagens instantâneas e VoIP. Feita para amigos, grupos e comunidades."
#: src/fluxer_marketing/components/platform_download_button.gleam:524
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:97
@@ -112,7 +116,7 @@ msgstr "Candidate-se em partners@fluxer.app"
#: src/fluxer_marketing/components/get_involved_section.gleam:170
msgid "Approved reports grant access to Fluxer Testers, where you can earn points for Plutonium codes and the Bug Hunter badge."
-msgstr "Relatórios aprovados dão acesso ao Fluxer Testers, onde você pode ganhar pontos por códigos do Plutonium e pela insígnia Bug Hunter."
+msgstr "Relatórios aprovados dão acesso ao Fluxer Testers, onde você pode ganhar pontos para códigos do Plutonium e a insígnia Bug Hunter."
#: src/fluxer_marketing/components/locale_selector.gleam:118
msgid "Arabic"
@@ -130,7 +134,7 @@ msgstr "Artigos nesta seção"
msgid "Audit logs for transparency"
msgstr "Logs de auditoria para transparência"
-#: src/fluxer_marketing/pages/donate_page.gleam:302
+#: src/fluxer_marketing/pages/donate_page.gleam:301
msgid "Available for Swedish bank accounts"
msgstr "Disponível para contas bancárias suecas"
@@ -149,22 +153,22 @@ msgstr "Voltar para a Central de Ajuda"
#: src/fluxer_marketing/pages/plutonium_page.gleam:674
msgid "Be the first to try new features before they're released to everyone else."
-msgstr "Seja o primeiro a testar novidades antes de serem lançadas para todo mundo."
+msgstr "Seja o primeiro a testar novidades antes de elas serem lançadas para todo mundo."
#: src/fluxer_marketing/components/partner_section.gleam:64
#: src/fluxer_marketing/pages/careers_page.gleam:173
#: src/fluxer_marketing/pages/partners_page.gleam:64
msgid "Become a Fluxer Partner"
-msgstr "Torne-se um Parceiro Fluxer"
+msgstr "Seja Parceiro do Fluxer"
#: src/fluxer_marketing/components/partner_section.gleam:151
msgid "Become a Partner"
-msgstr "Torne-se parceiro"
+msgstr "Seja Parceiro"
#: src/fluxer_marketing/pages/download_page.gleam:322
#: src/fluxer_marketing/pages/plutonium_page.gleam:876
msgid "Become a Visionary"
-msgstr "Torne-se Visionary"
+msgstr "Seja Visionary"
#: src/fluxer_marketing/pages/plutonium_page.gleam:318
#: src/fluxer_marketing/pages/plutonium_page.gleam:325
@@ -177,7 +181,7 @@ msgstr "Beta"
#: src/fluxer_marketing/components/coming_features.gleam:54
msgid "Better noise cancellation"
-msgstr "Cancelamento de ruído melhorado"
+msgstr "Cancelamento de ruído aprimorado"
#: src/fluxer_marketing/pages/plutonium_page.gleam:350
msgid "Bio character limit"
@@ -206,11 +210,11 @@ msgstr "Bluesky"
#: src/fluxer_marketing/pages/plutonium_page.gleam:343
msgid "Bookmarked messages"
-msgstr "Mensagens nos favoritos"
+msgstr "Mensagens favoritas"
-#: src/fluxer_marketing/pages/donate_page.gleam:388
+#: src/fluxer_marketing/pages/donate_page.gleam:387
msgid "Both donation types support the same cause equally. The only difference is that Business donations allow you to specify a tax ID (if applicable) and receive a PDF invoice when finalized, which can be useful for company accounting purposes."
-msgstr "Os dois tipos de doação apoiam a mesma causa do mesmo jeito. A única diferença é que doações de Pessoa jurídica permitem informar um CNPJ (se aplicável) e receber uma nota fiscal em PDF quando a doação for finalizada, o que pode ser útil para a contabilidade da empresa."
+msgstr "Os dois tipos de doação apoiam a mesma causa do mesmo jeito. A diferença é que doações de pessoa jurídica permitem informar um CNPJ (se aplicável) e receber uma nota fiscal em PDF ao final, o que pode ser útil para a contabilidade da empresa."
#: src/fluxer_marketing/pages/press_page.gleam:200
msgid "Brand Colors"
@@ -222,7 +226,7 @@ msgstr "Breve descrição do seu público e do que você faz"
#: src/fluxer_marketing/pages/help_search_page.gleam:150
msgid "Browse Categories"
-msgstr "Navegar por categorias"
+msgstr "Explorar categorias"
#: src/fluxer_marketing/pages/help_center_page.gleam:168
msgid "Browse articles"
@@ -230,20 +234,16 @@ msgstr "Explorar artigos"
#: src/fluxer_marketing/pages/help_center_page.gleam:95
msgid "Browse by category"
-msgstr "Navegar por categoria"
+msgstr "Explorar por categoria"
#: src/fluxer_marketing/pages/help_category_page.gleam:65
msgid "Browse help articles about "
-msgstr "Navegue por artigos de ajuda sobre "
+msgstr "Explore artigos de ajuda sobre "
#: src/fluxer_marketing/components/communities_section.gleam:44
msgid "Built for communities of all kinds."
msgstr "Feito para comunidades de todos os tipos."
-#: src/fluxer_marketing/components/hero.gleam:64
-msgid "Built for friends, groups, and communities. Text, voice, and video. Open source and community-funded."
-msgstr "Feito para amigos, grupos e comunidades. Texto, voz e vídeo. Código aberto e financiado pela comunidade."
-
#: src/fluxer_marketing/components/locale_selector.gleam:119
msgid "Bulgarian"
msgstr "Búlgaro"
@@ -254,7 +254,7 @@ msgstr "Pessoa jurídica"
#: src/fluxer_marketing/components/coming_features.gleam:56
msgid "Call pop-out"
-msgstr "Janela flutuante da chamada"
+msgstr "Janela flutuante para chamadas"
#: src/fluxer_marketing/components/footer.gleam:220
#: src/fluxer_marketing/components/navigation.gleam:358
@@ -269,11 +269,11 @@ msgstr "Carreiras no Fluxer"
#: src/fluxer_marketing/components/navigation.gleam:252
#: src/fluxer_marketing/components/navigation.gleam:257
msgid "Change language"
-msgstr "Mudar idioma"
+msgstr "Alterar idioma"
#: src/fluxer_marketing/components/hero.gleam:59
msgid "Chat that puts you first"
-msgstr "Um chat que coloca você em primeiro lugar"
+msgstr "O chat do seu lado."
#: src/fluxer_marketing/components/locale_selector.gleam:150
msgid "Chinese (Simplified)"
@@ -285,15 +285,15 @@ msgstr "Chinês (Tradicional)"
#: src/fluxer_marketing/components/platform_download_button.gleam:207
msgid "Choose Linux distribution"
-msgstr "Escolha a distribuição Linux"
+msgstr "Escolha uma distribuição Linux"
#: src/fluxer_marketing/pages/help_category_page.gleam:148
msgid "Choose a guide below or search again if you don't see what you need."
-msgstr "Escolha um guia abaixo ou pesquise de novo se não encontrar o que precisa."
+msgstr "Escolha um guia abaixo ou pesquise novamente se não encontrar o que precisa."
#: src/fluxer_marketing/components/platform_download_button.gleam:409
msgid "Choose distribution"
-msgstr "Escolher distribuição"
+msgstr "Escolha a distribuição"
#: src/fluxer_marketing/components/locale_selector.gleam:63
msgid "Choose your language"
@@ -305,11 +305,11 @@ msgstr "Escolha sua própria tag de 4 dígitos, como #0001, #1337 ou #9999, para
#: src/fluxer_marketing/pages/help_category_page.gleam:136
msgid "Clear search"
-msgstr "Limpar busca"
+msgstr "Limpar pesquisa"
#: src/fluxer_marketing/pages/download_page.gleam:337
msgid "Code, issues, docs, and reviews"
-msgstr "Código, issues, docs e reviews"
+msgstr "Código, issues, docs e avaliações"
#: src/fluxer_marketing/pages/press_page.gleam:124
msgid "Color Logo"
@@ -386,11 +386,11 @@ msgstr "Conecte-se de qualquer cliente"
#: src/fluxer_marketing/pages/help_article_page.gleam:233
#: src/fluxer_marketing/pages/help_article_page.gleam:375
msgid "Contact Support"
-msgstr "Entrar em contato com o suporte"
+msgstr "Falar com o suporte"
#: src/fluxer_marketing/components/partner_section.gleam:70
msgid "Content creators and community owners: unlock exclusive perks including free Plutonium, a Partner badge, custom vanity URLs, and more."
-msgstr "Criadores de conteúdo e donos de comunidades: desbloqueie vantagens exclusivas, incluindo Plutonium grátis, um selo de Partner, URLs personalizadas (vanity) e muito mais."
+msgstr "Criadores de conteúdo e donos de comunidades: destrave vantagens exclusivas, incluindo Plutonium grátis, um selo de Parceiro, URLs personalizadas (vanity) e muito mais."
#: src/fluxer_marketing/components/get_involved_section.gleam:178
msgid "Contribute code"
@@ -476,11 +476,11 @@ msgstr "Tcheco"
#: src/fluxer_marketing/components/coming_features.gleam:35
msgid "DM folders"
-msgstr "Pastas de DM"
+msgstr "Pastas de DMs"
#: src/fluxer_marketing/components/current_features.gleam:69
msgid "DM your friends, chat with groups, or build communities with channels."
-msgstr "Mande DM para seus amigos, converse em grupo ou crie comunidades com canais."
+msgstr "Envie DMs para seus amigos, converse em grupo ou crie comunidades com canais."
#: src/fluxer_marketing/components/locale_selector.gleam:121
msgid "Danish"
@@ -492,7 +492,7 @@ msgstr "Design e marca"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:99
msgid "Desktop"
-msgstr "Área de Trabalho"
+msgstr "Desktop"
#: src/fluxer_marketing/components/footer.gleam:209
msgid "Developer Docs"
@@ -517,9 +517,9 @@ msgstr "Discovery"
#: src/fluxer_marketing/pages/partners_page.gleam:126
msgid "Display an exclusive Partner badge on your profile to stand out."
-msgstr "Exiba um selo exclusivo de Partner no seu perfil para se destacar."
+msgstr "Exiba um selo exclusivo de Parceiro no seu perfil para se destacar."
-#: src/fluxer_marketing/pages/donate_page.gleam:367
+#: src/fluxer_marketing/pages/donate_page.gleam:366
msgid "Do I get anything in return?"
msgstr "Recebo algo em troca?"
@@ -548,22 +548,22 @@ msgstr "Doar em USD"
msgid "Donate to Fluxer"
msgstr "Doar para o Fluxer"
-#: src/fluxer_marketing/pages/donate_page.gleam:298
+#: src/fluxer_marketing/pages/donate_page.gleam:297
msgid "Donate with Swish"
msgstr "Doe com Swish"
-#: src/fluxer_marketing/pages/donate_page.gleam:370
+#: src/fluxer_marketing/pages/donate_page.gleam:369
msgid "Donations are voluntary gifts and do not provide you with any product, service, ownership, or special rights. If you're looking for premium features, check out {0}."
-msgstr "Doações são contribuições voluntárias e não dão direito a nenhum produto, serviço, participação, ou benefícios especiais. Se você está procurando recursos premium, confira {0}."
+msgstr "Doações são contribuições voluntárias e não dão direito a nenhum produto, serviço, participação ou benefício especial. Se você está procurando recursos premium, confira {0}."
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:308
msgid "Done! You can now open Fluxer as if it were a regular program."
-msgstr "Pronto! Agora você pode abrir o Fluxer como se fosse um programa normal."
+msgstr "Pronto! Agora você pode abrir o Fluxer como um programa normal."
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:206
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:256
msgid "Done! You can open Fluxer from your home screen."
-msgstr "Pronto! Você pode abrir o Fluxer a partir da sua tela inicial."
+msgstr "Pronto! Você pode abrir o Fluxer pela sua tela inicial."
#: src/fluxer_marketing/components/footer.gleam:132
#: src/fluxer_marketing/components/navigation.gleam:84
@@ -577,7 +577,7 @@ msgstr "Baixar"
#: src/fluxer_marketing/pages/download_page.gleam:46
#: src/fluxer_marketing/pages/download_page.gleam:66
msgid "Download Fluxer"
-msgstr "Baixar o Fluxer"
+msgstr "Baixar Fluxer"
#: src/fluxer_marketing/pages/download_page.gleam:49
msgid "Download Fluxer for Windows, macOS, and Linux. Mobile apps are underway."
@@ -610,7 +610,7 @@ msgstr "Holandês"
#: src/fluxer_marketing/components/coming_features.gleam:55
msgid "E2EE calls"
-msgstr "Chamadas com criptografia de ponta a ponta"
+msgstr "Chamadas com criptografia de ponta a ponta (E2EE)"
#: src/fluxer_marketing/pages/partners_page.gleam:200
msgid "Early Feature Access"
@@ -622,7 +622,7 @@ msgstr "Acesso antecipado"
#: src/fluxer_marketing/pages/partners_page.gleam:214
msgid "Early access to creator monetization features with lower platform fees than non-partners."
-msgstr "Acesso antecipado a recursos de monetização para criadores, com taxas da plataforma menores do que para quem não é Partner."
+msgstr "Acesso antecipado a recursos de monetização para criadores, com taxas da plataforma menores do que para quem não é Parceiro."
#: src/fluxer_marketing/pages/plutonium_page.gleam:406
msgid "Early access to new features"
@@ -650,7 +650,7 @@ msgstr "Ingressos para eventos"
#: src/fluxer_marketing/pages/plutonium_page.gleam:1071
msgid "Everything in Free, plus:"
-msgstr "Tudo do Free, mais:"
+msgstr "Tudo do plano Grátis, mais:"
#: src/fluxer_marketing/pages/partners_page.gleam:233
msgid "Exclusive Merch"
@@ -706,7 +706,7 @@ msgstr "Finlandês"
#: src/fluxer_marketing/pages/careers_page.gleam:121
msgid "Fix bugs, ship features, or polish the experience in our main repo."
-msgstr "Corrija bugs, entregue recursos ou refine a experiência no nosso repositório principal."
+msgstr "Corrija bugs, lance recursos ou refine a experiência no nosso repositório principal."
#: src/fluxer_marketing/components/footer.gleam:99
msgid "Fluxer"
@@ -724,7 +724,7 @@ msgstr "Time de Comunidade do Fluxer"
msgid "Fluxer Partner"
msgstr "Parceiro Fluxer"
-#: src/fluxer_marketing/pages/donate_page.gleam:372
+#: src/fluxer_marketing/pages/donate_page.gleam:371
#: src/fluxer_marketing/pages/plutonium_page.gleam:51
#: src/fluxer_marketing/pages/plutonium_page.gleam:76
msgid "Fluxer Plutonium"
@@ -778,7 +778,7 @@ msgstr "Para fundos claros"
#: src/fluxer_marketing/pages/press_page.gleam:237
msgid "For text, icons on light surfaces, and creating depth."
-msgstr "Para texto, ícones em superfícies claras e para criar profundidade."
+msgstr "Para texto e ícones em superfícies claras, e para criar profundidade."
#: src/fluxer_marketing/pages/plutonium_page.gleam:189
msgid "Forever"
@@ -810,13 +810,13 @@ msgstr "Grátis vs Plutonium"
msgid "French"
msgstr "Francês"
-#: src/fluxer_marketing/pages/donate_page.gleam:346
+#: src/fluxer_marketing/pages/donate_page.gleam:345
msgid "Frequently Asked Questions"
msgstr "Perguntas frequentes"
#: src/fluxer_marketing/components/hackernews_banner.gleam:72
msgid "From HN?"
-msgstr "De HN?"
+msgstr "Veio do HN?"
#: src/fluxer_marketing/components/current_features.gleam:72
msgid "Full Markdown support in messages"
@@ -845,15 +845,15 @@ msgstr "Alemão"
#: src/fluxer_marketing/pages/plutonium_page.gleam:430
msgid "Get Plutonium"
-msgstr "Obter Plutonium"
+msgstr "Garanta o Plutonium"
#: src/fluxer_marketing/components/plutonium_banner.gleam:79
msgid "Get Visionary"
-msgstr "Obter Visionary"
+msgstr "Garanta o Visionary"
#: src/fluxer_marketing/pages/plutonium_page.gleam:1135
msgid "Get Visionary + Operator Pass"
-msgstr "Obter Visionary + Operator Pass"
+msgstr "Garanta Visionary + Operator Pass"
#: src/fluxer_marketing/pages/partners_page.gleam:148
msgid "Get an exclusive custom vanity URL like fluxer.gg/yourcommunity."
@@ -861,7 +861,7 @@ msgstr "Ganhe uma URL personalizada exclusiva, como fluxer.gg/suacomunidade."
#: src/fluxer_marketing/pages/partners_page.gleam:236
msgid "Get exclusive Fluxer Partner-only merchandise and swag."
-msgstr "Receba produtos e brindes exclusivos, só para Partners do Fluxer."
+msgstr "Receba produtos e brindes exclusivos, só para Parceiros do Fluxer."
#: src/fluxer_marketing/pages/partners_page.gleam:115
msgid "Get free Plutonium for your account to enjoy all premium features."
@@ -881,7 +881,7 @@ msgstr "Participe"
#: src/fluxer_marketing/pages/plutonium_page.gleam:956
msgid "Get lifetime Plutonium on Fluxer.app plus an Operator Pass for self-hosting. Pay {0} one-time. Available until October 1, 2026 or when {1} slots are claimed."
-msgstr "Garanta Plutonium vitalício no Fluxer.app e ainda um Operator Pass para auto-hospedagem. Pague {0} uma única vez. Disponível até 1º de outubro de 2026 ou até {1} vagas serem preenchidas."
+msgstr "Garanta Plutonium vitalício no Fluxer.app e um Operator Pass para auto-hospedagem. Pague {0} uma única vez. Disponível até 1º de outubro de 2026 ou até {1} vagas serem preenchidas."
#: src/fluxer_marketing/components/plutonium_section.gleam:51
msgid "Get more with Fluxer Plutonium"
@@ -910,7 +910,7 @@ msgstr "Regiões de voz globais"
#: src/fluxer_marketing/pages/not_found_page.gleam:78
msgid "Go home"
-msgstr "Voltar para a página inicial"
+msgstr "Voltar para o início"
#: src/fluxer_marketing/components/current_features.gleam:104
msgid "Granular roles and permissions"
@@ -967,7 +967,7 @@ msgstr "Ajude a gente a construir um outro tipo de plataforma de comunicação
#: src/fluxer_marketing/pages/donate_page.gleam:89
msgid "Help us build an independent communication platform that puts users first."
-msgstr "Ajude a gente a construir uma plataforma de comunicação independente que coloca as pessoas usuárias em primeiro lugar."
+msgstr "Ajude a gente a construir uma plataforma de comunicação independente que fica do lado de quem usa."
#: src/fluxer_marketing/pages/plutonium_page.gleam:651
msgid "Higher limits everywhere"
@@ -1000,7 +1000,7 @@ msgstr "Como podemos ajudar?"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:39
msgid "How to install as an app"
-msgstr "Como instalar como um aplicativo"
+msgstr "Como instalar como app"
#: src/fluxer_marketing/pages/partners_page.gleam:434
msgid "How you plan to use Fluxer with your community"
@@ -1021,7 +1021,7 @@ msgstr "Se você não encontrou o que procurava, nosso time de suporte está aqu
#: src/fluxer_marketing/pages/careers_page.gleam:176
msgid "If you're a creator or community owner, explore the Partner program and its perks."
-msgstr "Se você é criador(a) ou dono(a) de comunidade, confira o programa Partner e suas vantagens."
+msgstr "Se você é criador(a) ou dono(a) de comunidade, confira o programa de Parceiros e suas vantagens."
#: src/fluxer_marketing/pages/partners_page.gleam:189
msgid "Increased Limits"
@@ -1037,18 +1037,18 @@ msgstr "Indonésio"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:59
msgid "Install Fluxer as an app"
-msgstr "Instalar o Fluxer como um aplicativo"
+msgstr "Instalar o Fluxer como app"
#: src/fluxer_marketing/components/platform_download_button.gleam:145
#: src/fluxer_marketing/components/platform_download_button.gleam:161
msgid "Intel"
msgstr "Intel"
-#: src/fluxer_marketing/pages/donate_page.gleam:377
+#: src/fluxer_marketing/pages/donate_page.gleam:376
msgid "Is my donation tax-deductible?"
msgstr "Minha doação é dedutível no imposto?"
-#: src/fluxer_marketing/pages/donate_page.gleam:359
+#: src/fluxer_marketing/pages/donate_page.gleam:358
msgid "Is this a subscription?"
msgstr "Isso é uma assinatura?"
@@ -1081,11 +1081,11 @@ msgstr "Entre e espalhe a notícia"
#: src/fluxer_marketing/components/current_features.gleam:88
msgid "Join from multiple devices at once"
-msgstr "Entre a partir de vários dispositivos ao mesmo tempo"
+msgstr "Entre em vários dispositivos ao mesmo tempo"
#: src/fluxer_marketing/pages/partners_page.gleam:47
msgid "Join the Fluxer Partner Program and unlock exclusive benefits for you and your community"
-msgstr "Participe do Programa de Partners do Fluxer e desbloqueie benefícios exclusivos para você e sua comunidade"
+msgstr "Participe do Programa de Parceiros do Fluxer e desbloqueie benefícios exclusivos para você e sua comunidade"
#: src/fluxer_marketing/pages/careers_page.gleam:49
msgid "Join the Fluxer community and help build the future of communication through open source and community contributions."
@@ -1093,7 +1093,7 @@ msgstr "Participe da comunidade Fluxer e ajude a construir o futuro da comunica
#: src/fluxer_marketing/pages/partners_page.gleam:159
msgid "Join the exclusive Partners community with direct access to the Fluxer team."
-msgstr "Entre na comunidade exclusiva de Partners, com acesso direto ao time do Fluxer."
+msgstr "Entre na comunidade exclusiva de Parceiros, com acesso direto ao time do Fluxer."
#: src/fluxer_marketing/pages/careers_page.gleam:66
msgid "Join the team behind Fluxer"
@@ -1113,7 +1113,7 @@ msgstr "Conheça o Fluxer e nossa missão"
#: src/fluxer_marketing/pages/careers_page.gleam:178
msgid "Learn about Partners"
-msgstr "Saiba mais sobre Partners"
+msgstr "Saiba mais sobre Parceiros"
#: src/fluxer_marketing/components/plutonium_section.gleam:195
msgid "Learn more"
@@ -1133,7 +1133,7 @@ msgstr "Plutonium vitalício + Operator Pass com Visionary — vagas limitadas"
#: src/fluxer_marketing/pages/plutonium_page.gleam:1103
msgid "Limited Offer: Visionary includes Operator Pass"
-msgstr "Oferta limitada: Visionary inclui Operator Pass"
+msgstr "Oferta por tempo limitado: Visionary inclui Operator Pass"
#: src/fluxer_marketing/pages/partners_page.gleam:408
msgid "Links to your content or community (YouTube, Twitch, Discord, etc.)"
@@ -1208,7 +1208,7 @@ msgstr "Mais popular"
#: src/fluxer_marketing/components/current_features.gleam:91
msgid "Mute, deafen, and camera controls"
-msgstr "Controles de microfone, áudio e câmera"
+msgstr "Silenciar microfone, silenciar áudio e controlar a câmera"
#: src/fluxer_marketing/pages/help_search_page.gleam:135
msgid "No articles found"
@@ -1222,11 +1222,11 @@ msgstr "Nenhum artigo encontrado."
msgid "No results found for"
msgstr "Nenhum resultado encontrado para"
-#: src/fluxer_marketing/pages/donate_page.gleam:380
+#: src/fluxer_marketing/pages/donate_page.gleam:379
msgid "No, donations to Fluxer are not tax-deductible as we are not a registered charitable organization."
msgstr "Não. Doações para o Fluxer não são dedutíveis no imposto, pois não somos uma organização beneficente registrada."
-#: src/fluxer_marketing/pages/donate_page.gleam:362
+#: src/fluxer_marketing/pages/donate_page.gleam:361
msgid "No, this is a one-time donation. You choose the amount you want to give, and there are no recurring charges."
msgstr "Não. Esta é uma doação única. Você escolhe o valor que quer contribuir, e não há cobranças recorrentes."
@@ -1240,7 +1240,7 @@ msgstr "Norueguês"
#: src/fluxer_marketing/pages/plutonium_page.gleam:295
msgid "Not available"
-msgstr "Indisponível"
+msgstr "Não disponível"
#: src/fluxer_marketing/pages/plutonium_page.gleam:91
msgid "Note: Plutonium and Visionary benefits only apply to the official Fluxer.app instance, not third-party or self-hosted instances."
@@ -1283,7 +1283,7 @@ msgstr "Código aberto (AGPL-3.0)"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:234
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:284
msgid "Open the web app"
-msgstr "Abrir o aplicativo da web"
+msgstr "Abrir o app web"
#: src/fluxer_marketing/pages/plutonium_page.gleam:1059
msgid "Operator Pass"
@@ -1291,7 +1291,7 @@ msgstr "Operator Pass"
#: src/fluxer_marketing/components/coming_features.gleam:31
msgid "Opt-in E2EE messaging"
-msgstr "Mensagens E2EE com opt-in"
+msgstr "Mensagens com E2EE por opt-in"
#: src/fluxer_marketing/components/current_features.gleam:74
msgid "Organized channels for communities"
@@ -1327,11 +1327,11 @@ msgstr "Página não encontrada"
#: src/fluxer_marketing/pages/partners_page.gleam:123
msgid "Partner Badge"
-msgstr "Selo de Partner"
+msgstr "Selo de Parceiro"
#: src/fluxer_marketing/pages/partners_page.gleam:90
msgid "Partner Perks"
-msgstr "Vantagens de Partner"
+msgstr "Vantagens de Parceiro"
#: src/fluxer_marketing/components/footer.gleam:121
#: src/fluxer_marketing/components/navigation.gleam:298
@@ -1377,19 +1377,19 @@ msgstr "Imprensa"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:246
msgid "Press \"Add to Home Screen\""
-msgstr "Pressione 'Adicionar à Tela Inicial'"
+msgstr "Toque em \"Adicionar à Tela de Início\""
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:249
msgid "Press \"Add\" in the upper-right corner"
-msgstr "Pressione \"Adicionar\" no canto superior direito"
+msgstr "Toque em \"Adicionar\" no canto superior direito"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:200
msgid "Press \"Install app\""
-msgstr "Pressione \"Instalar aplicativo"
+msgstr "Toque em \"Instalar app\""
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:301
msgid "Press \"Install\" in the popup that appears"
-msgstr "Pressione \"Instalar\" na janela que aparece"
+msgstr "Clique em \"Instalar\" no pop-up que aparecer"
#: src/fluxer_marketing/pages/press_page.gleam:45
#: src/fluxer_marketing/pages/press_page.gleam:65
@@ -1402,15 +1402,15 @@ msgstr "Contato para imprensa"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:197
msgid "Press the \"More\" (\\u{22EE}) button in the top-right corner"
-msgstr "Pressione o botão \"Mais\" (\\u{22EE}) no canto superior direito"
+msgstr "Toque no botão \"Mais\" (\\u{22EE}) no canto superior direito"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:243
msgid "Press the Share button (rectangle with upwards-pointing arrow)"
-msgstr "Pressione o botão Compartilhar (retângulo com seta apontando para cima)"
+msgstr "Toque no botão de compartilhar (um retângulo com uma seta para cima)"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:296
msgid "Press the install button (downwards-pointing arrow on monitor) in the address bar"
-msgstr "Pressione o botão instalar (seta apontando para baixo no monitor) na barra de endereços"
+msgstr "Clique no botão de instalação (seta para baixo no monitor) na barra de endereços"
#: src/fluxer_marketing/components/footer.gleam:110
#: src/fluxer_marketing/components/navigation.gleam:93
@@ -1491,7 +1491,7 @@ msgstr "Ler o guia"
#: src/fluxer_marketing/pages/partners_page.gleam:362
msgid "Ready to become a Partner?"
-msgstr "Pronto para se tornar Partner?"
+msgstr "Pronto para se tornar um Parceiro?"
#: src/fluxer_marketing/pages/plutonium_page.gleam:1180
msgid "Ready to upgrade?"
@@ -1503,11 +1503,11 @@ msgstr "Cadastre-se agora"
#: src/fluxer_marketing/components/footer.gleam:311
msgid "Report a bug"
-msgstr "Reportar um bug"
+msgstr "Relatar bug"
#: src/fluxer_marketing/components/get_involved_section.gleam:167
msgid "Report bugs"
-msgstr "Reportar bugs"
+msgstr "Relatar bugs"
#: src/fluxer_marketing/pages/careers_page.gleam:165
msgid "Report people or communities so we can keep Fluxer safe for everyone."
@@ -1527,7 +1527,7 @@ msgstr "Recompensas que reconhecem seu impacto, ajudam sua comunidade a crescer
#: src/fluxer_marketing/pages/careers_page.gleam:344
msgid "Right now we're focused on shipping a great product and keeping Fluxer independent and bootstrapped."
-msgstr "No momento, estamos focados em entregar um produto excelente e manter o Fluxer independente e financiado na raça."
+msgstr "No momento, estamos focados em entregar um produto excelente e manter o Fluxer independente e autofinanciado."
#: src/fluxer_marketing/components/locale_selector.gleam:143
msgid "Romanian"
@@ -1564,7 +1564,7 @@ msgstr "Compartilhamento de tela integrado"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:132
msgid "Screenshots courtesy of "
-msgstr "Capturas de tela cortesia de "
+msgstr "Capturas de tela por cortesia de "
#: src/fluxer_marketing/pages/help_components.gleam:93
msgid "Search"
@@ -1581,7 +1581,7 @@ msgstr "Resultados da busca"
#: src/fluxer_marketing/pages/help_center_page.gleam:67
#: src/fluxer_marketing/pages/help_search_page.gleam:66
msgid "Search for help..."
-msgstr "Pesquisar ajuda..."
+msgstr "Pesquisar na Central de Ajuda..."
#: src/fluxer_marketing/pages/help_category_page.gleam:92
msgid "Search in "
@@ -1591,7 +1591,7 @@ msgstr "Pesquisar em "
#: src/fluxer_marketing/pages/help_center_page.gleam:65
#: src/fluxer_marketing/pages/help_search_page.gleam:64
msgid "Search our help articles or browse by category."
-msgstr "Pesquise nos nossos artigos de ajuda ou navegue por categoria."
+msgstr "Pesquise nos nossos artigos de ajuda ou explore por categoria."
#: src/fluxer_marketing/pages/help_category_page.gleam:126
msgid "Search results for"
@@ -1611,7 +1611,7 @@ msgstr "Relatórios de segurança"
#: src/fluxer_marketing/pages/download_page.gleam:232
msgid "See badge counts on the app icon."
-msgstr "Veja a contagem de notificações no ícone do app."
+msgstr "Veja o número de notificações no ícone do app."
#: src/fluxer_marketing/pages/partners_page.gleam:312
msgid "See perks"
@@ -1722,7 +1722,7 @@ msgstr "Apoie o Fluxer"
#: src/fluxer_marketing/pages/plutonium_page.gleam:1077
msgid "Support future development"
-msgstr "Apoiar o desenvolvimento futuro"
+msgstr "Apoie o desenvolvimento futuro"
#: src/fluxer_marketing/components/locale_selector.gleam:145
msgid "Swedish"
@@ -1786,11 +1786,11 @@ msgstr "Confiança e segurança"
#: src/fluxer_marketing/pages/help_search_page.gleam:140
msgid "Try different keywords or browse our categories."
-msgstr "Tente outras palavras-chave ou navegue por nossas categorias."
+msgstr "Tente outras palavras-chave ou explore nossas categorias."
#: src/fluxer_marketing/components/hackernews_banner.gleam:75
msgid "Try it without an email at"
-msgstr "Experimente sem um e-mail em"
+msgstr "Experimente sem e-mail em"
#: src/fluxer_marketing/components/locale_selector.gleam:147
msgid "Turkish"
@@ -1846,7 +1846,7 @@ msgstr "Usar emojis animados"
#: src/fluxer_marketing/components/current_features.gleam:154
msgid "Use our desktop client (mobile coming soon)"
-msgstr "Use nosso cliente de desktop (mobile em breve)"
+msgstr "Use nosso cliente para desktop (mobile em breve)"
#: src/fluxer_marketing/pages/plutonium_page.gleam:604
msgid "Use your favorite emojis and stickers from any community, anywhere across Fluxer."
@@ -1907,7 +1907,7 @@ msgstr "A gente valoriza a divulgação responsável em security@fluxer.app. Ofe
#: src/fluxer_marketing/components/final_cta.gleam:56
msgid "We need your support to make this work."
-msgstr "A gente precisa do seu apoio para isso funcionar."
+msgstr "A gente precisa do seu apoio para isso dar certo."
#: src/fluxer_marketing/pages/partners_page.gleam:453
msgid "We review all applications and will get back to you as soon as possible."
@@ -1923,7 +1923,7 @@ msgstr "Estamos construindo uma plataforma completa com tudo o que você esperar
#: src/fluxer_marketing/pages/download_page.gleam:214
msgid "We're building apps for iOS and Android. Until they're ready, Fluxer works in your mobile browser — and we've put a lot of effort into making it feel as app-like as possible."
-msgstr "Estamos construindo apps para iOS e Android. Até eles ficarem prontos, o Fluxer funciona no navegador do seu celular — e a gente colocou muito esforço para que ele pareça o mais “app” possível."
+msgstr "Estamos construindo apps para iOS e Android. Até eles ficarem prontos, o Fluxer funciona no navegador do seu celular — e a gente colocou muito esforço para que ele pareça o mais parecido com um app possível."
#: src/fluxer_marketing/components/get_involved_section.gleam:78
msgid "We're limiting registrations during beta. Once you're in, you can give friends a code to skip the queue."
@@ -1937,7 +1937,7 @@ msgstr "Ainda estamos estruturando o negócio em torno do Fluxer e ainda não es
msgid "Webhooks and bot support"
msgstr "Webhooks e suporte a bots"
-#: src/fluxer_marketing/pages/donate_page.gleam:351
+#: src/fluxer_marketing/pages/donate_page.gleam:350
msgid "What does my donation support?"
msgstr "O que minha doação financia?"
@@ -1953,7 +1953,7 @@ msgstr "O que já está disponível"
msgid "What's coming next"
msgstr "O que vem a seguir"
-#: src/fluxer_marketing/pages/donate_page.gleam:385
+#: src/fluxer_marketing/pages/donate_page.gleam:384
msgid "What's the difference between Individual and Business?"
msgstr "Qual é a diferença entre Pessoa física e Pessoa jurídica?"
@@ -1989,7 +1989,7 @@ msgstr "Sua comunidade recebe status verificado, trazendo mais autenticidade e c
msgid "Your community receives increased limits when you need them."
msgstr "Sua comunidade recebe limites ampliados quando você precisar."
-#: src/fluxer_marketing/pages/donate_page.gleam:354
+#: src/fluxer_marketing/pages/donate_page.gleam:353
msgid "Your donation helps fund Fluxer's infrastructure costs, including servers, bandwidth, storage, and ongoing development of new features. It helps us maintain and improve the platform for everyone."
msgstr "Sua doação ajuda a financiar os custos de infraestrutura do Fluxer, incluindo servidores, banda, armazenamento e o desenvolvimento contínuo de novos recursos. Isso nos ajuda a manter e melhorar a plataforma para todo mundo."
@@ -2034,7 +2034,7 @@ msgid "one-time purchase"
msgstr "compra única"
#: src/fluxer_marketing/components/plutonium_section.gleam:68
-#: src/fluxer_marketing/pages/donate_page.gleam:284
+#: src/fluxer_marketing/pages/donate_page.gleam:282
#: src/fluxer_marketing/pages/plutonium_page.gleam:106
#: src/fluxer_marketing/pages/plutonium_page.gleam:230
msgid "or"
@@ -2059,4 +2059,3 @@ msgstr "{0} de {1} vagas restantes"
#: src/fluxer_marketing/components/footer.gleam:325
msgid "© Fluxer Platform AB (Swedish limited liability company: 559537-3993)"
msgstr "© Fluxer Platform AB (sociedade limitada sueca: 559537-3993)"
-
diff --git a/fluxer_marketing/locales/ro/messages.po b/fluxer_marketing/locales/ro/messages.po
index f3957d16..d9ddcd09 100644
--- a/fluxer_marketing/locales/ro/messages.po
+++ b/fluxer_marketing/locales/ro/messages.po
@@ -6,15 +6,15 @@ msgstr ""
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:190
msgid " in Chrome"
-msgstr "în Chrome"
+msgstr " în Chrome"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:288
msgid " in Chrome or another browser with PWA support"
-msgstr "în Chrome sau alt browser cu suport PWA"
+msgstr " în Chrome sau într-un alt browser cu suport PWA"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:236
msgid " in Safari"
-msgstr "în Safari"
+msgstr " în Safari"
#: src/fluxer_marketing/pages/plutonium_page.gleam:1032
msgid "/forever"
@@ -37,11 +37,11 @@ msgstr "/an"
#: src/fluxer_marketing/pages/plutonium_page.gleam:654
msgid "500MB uploads, 4000 character messages, 300 bookmarks, 50 emoji packs, and much more."
-msgstr "Încărcări de până la 500 MB, mesaje de 4.000 de caractere, 300 de marcaje, 50 de pachete de emoji și multe altele."
+msgstr "Încărcări de până la 500 MB, mesaje de 4.000 de caractere, 300 de mesaje marcate, 50 de pachete de emoji și multe altele."
#: src/fluxer_marketing/components/communities_section.gleam:86
msgid "A chat platform that answers to you, not investors. It's ad-free, open source, community-funded, and never sells your data or nags you with upgrade pop-ups."
-msgstr "O platformă de chat care dă socoteală utilizatorilor, nu investitorilor. Fără reclame, open-source, finanțată de comunitate și nu îți vinde niciodată datele și nu te agasează cu pop-up-uri de upgrade."
+msgstr "O platformă de chat care răspunde în fața ta, nu a investitorilor. Fără reclame, open-source, susținută de comunitate și nu îți vinde niciodată datele și nu te sâcâie cu ferestre pop-up de upgrade."
#: src/fluxer_marketing/pages/careers_page.gleam:219
msgid "A non-paid role for recurring contributors who help shape Fluxer alongside the core team."
@@ -61,11 +61,11 @@ msgstr "Partajarea activității"
#: src/fluxer_marketing/pages/download_page.gleam:228
msgid "Add Fluxer to your home screen to hide the browser UI."
-msgstr "Adaugă Fluxer pe ecranul de pornire ca să ascunzi interfața browserului."
+msgstr "Adaugă Fluxer pe ecranul principal ca să ascunzi interfața browserului."
#: src/fluxer_marketing/components/current_features.gleam:133
msgid "Add custom emojis, save media for later, and style the app with custom CSS."
-msgstr "Adaugă emoji personalizate, salvează media pentru mai târziu și personalizează aplicația cu CSS propriu."
+msgstr "Adaugă emoji personalizate, salvează fișiere media pentru mai târziu și personalizează aplicația cu CSS propriu."
#: src/fluxer_marketing/pages/plutonium_page.gleam:1124
msgid "After the offer ends, Operator Pass stays available on its own."
@@ -81,7 +81,11 @@ msgstr "Tot ce te aștepți să găsești, plus câteva lucruri la care nu te-ai
#: src/fluxer_marketing/components/locale_selector.gleam:102
msgid "All translations are currently LLM-generated with minimal human revision. We'd love to get real people to help us out localizing Fluxer into your language! To do so, shoot an email to i18n@fluxer.app and we'll be happy to accept your contributions."
-msgstr "Toate traducerile sunt generate în prezent de un LLM, cu revizuire umană minimă. Ne-ar plăcea să avem oameni reali care să ne ajute să localizăm Fluxer în limba ta! Pentru asta, trimite un email la i18n@fluxer.app și vom fi bucuroși să-ți acceptăm contribuțiile."
+msgstr "Toate traducerile sunt momentan generate de un LLM, cu o revizuire umană minimă. Ne-ar plăcea să ne ajute oameni reali să localizăm Fluxer în limba ta! Pentru asta, trimite un email la i18n@fluxer.app și vom fi bucuroși să-ți acceptăm contribuțiile."
+
+#: src/fluxer_marketing/components/hero.gleam:64
+msgid "An open-source, independent instant messaging and VoIP platform. Built for friends, groups, and communities."
+msgstr "O platformă independentă de mesagerie instantanee și VoIP, open-source. Creată pentru prieteni, grupuri și comunități."
#: src/fluxer_marketing/components/platform_download_button.gleam:524
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:97
@@ -108,7 +112,7 @@ msgstr "Apple Silicon"
#: src/fluxer_marketing/pages/partners_page.gleam:448
msgid "Apply at partners@fluxer.app"
-msgstr "Aplică la partners@fluxer.app"
+msgstr "Aplică la adresa partners@fluxer.app"
#: src/fluxer_marketing/components/get_involved_section.gleam:170
msgid "Approved reports grant access to Fluxer Testers, where you can earn points for Plutonium codes and the Bug Hunter badge."
@@ -124,15 +128,15 @@ msgstr "Articole în "
#: src/fluxer_marketing/pages/help_article_page.gleam:291
msgid "Articles in this section"
-msgstr "Articole în această secțiune"
+msgstr "Articole din această secțiune"
#: src/fluxer_marketing/components/current_features.gleam:106
msgid "Audit logs for transparency"
-msgstr "Jurnale de audit pentru transparență"
+msgstr "Jurnale de audit, pentru transparență"
-#: src/fluxer_marketing/pages/donate_page.gleam:302
+#: src/fluxer_marketing/pages/donate_page.gleam:301
msgid "Available for Swedish bank accounts"
-msgstr "Disponibil pentru conturile bancare suedeze"
+msgstr "Disponibil pentru conturi bancare din Suedia"
#: src/fluxer_marketing/pages/download_page.gleam:67
msgid "Available on your desktop — and on the web"
@@ -177,11 +181,11 @@ msgstr "Beta"
#: src/fluxer_marketing/components/coming_features.gleam:54
msgid "Better noise cancellation"
-msgstr "Anulare a zgomotului mai bună"
+msgstr "Anulare a zgomotului îmbunătățită"
#: src/fluxer_marketing/pages/plutonium_page.gleam:350
msgid "Bio character limit"
-msgstr "Limită de caractere pentru bio"
+msgstr "Limită de caractere pentru biografie"
#: src/fluxer_marketing/pages/press_page.gleam:235
msgid "Black"
@@ -208,9 +212,9 @@ msgstr "Bluesky"
msgid "Bookmarked messages"
msgstr "Mesaje marcate"
-#: src/fluxer_marketing/pages/donate_page.gleam:388
+#: src/fluxer_marketing/pages/donate_page.gleam:387
msgid "Both donation types support the same cause equally. The only difference is that Business donations allow you to specify a tax ID (if applicable) and receive a PDF invoice when finalized, which can be useful for company accounting purposes."
-msgstr "Ambele tipuri de donații susțin cauza în mod egal. Singura diferență este că donațiile Business îți permit să specifici un cod fiscal (dacă e cazul) și să primești o factură PDF după finalizare, ceea ce poate fi util pentru contabilitatea companiei."
+msgstr "Ambele tipuri de donații susțin cauza în mod egal. Singura diferență este că donațiile pentru companii îți permit să specifici un cod fiscal (dacă e cazul) și să primești o factură PDF după finalizare, ceea ce poate fi util pentru contabilitatea firmei."
#: src/fluxer_marketing/pages/press_page.gleam:200
msgid "Brand Colors"
@@ -240,17 +244,13 @@ msgstr "Răsfoiește articole de ajutor despre "
msgid "Built for communities of all kinds."
msgstr "Creat pentru comunități de toate felurile."
-#: src/fluxer_marketing/components/hero.gleam:64
-msgid "Built for friends, groups, and communities. Text, voice, and video. Open source and community-funded."
-msgstr "Creat pentru prieteni, grupuri și comunități. Text, voce și video. Open-source și finanțat de comunitate."
-
#: src/fluxer_marketing/components/locale_selector.gleam:119
msgid "Bulgarian"
msgstr "Bulgară"
#: src/fluxer_marketing/pages/donate_page.gleam:177
msgid "Business"
-msgstr "Business"
+msgstr "Companie"
#: src/fluxer_marketing/components/coming_features.gleam:56
msgid "Call pop-out"
@@ -309,7 +309,7 @@ msgstr "Șterge căutarea"
#: src/fluxer_marketing/pages/download_page.gleam:337
msgid "Code, issues, docs, and reviews"
-msgstr "Cod, probleme, documentație și review-uri"
+msgstr "Cod, issue-uri, documentație și review-uri"
#: src/fluxer_marketing/pages/press_page.gleam:124
msgid "Color Logo"
@@ -345,7 +345,7 @@ msgstr "Comunitate"
#: src/fluxer_marketing/components/navigation.gleam:415
#: src/fluxer_marketing/pages/guidelines_page.gleam:41
msgid "Community Guidelines"
-msgstr "Reguli ale comunității"
+msgstr "Regulile comunității"
#: src/fluxer_marketing/pages/partners_page.gleam:134
msgid "Community Verification"
@@ -390,11 +390,11 @@ msgstr "Contactează suportul"
#: src/fluxer_marketing/components/partner_section.gleam:70
msgid "Content creators and community owners: unlock exclusive perks including free Plutonium, a Partner badge, custom vanity URLs, and more."
-msgstr "Creatori de conținut și administratori de comunități: deblocați avantaje exclusive, inclusiv Plutonium gratuit, o insignă de Partener, URL-uri vanity personalizate și multe altele."
+msgstr "Creatori de conținut și administratori de comunități: deblochează avantaje exclusive, inclusiv Plutonium gratuit, o insignă de Partener, URL-uri vanity personalizate și multe altele."
#: src/fluxer_marketing/components/get_involved_section.gleam:178
msgid "Contribute code"
-msgstr "Contribuie cu cod"
+msgstr "Contribuie la cod"
#: src/fluxer_marketing/pages/download_page.gleam:336
msgid "Contribute on GitHub"
@@ -410,11 +410,11 @@ msgstr "Creează-ți contul Fluxer ca să prinzi Plutonium cât e încă „cald
#: src/fluxer_marketing/pages/partners_page.gleam:211
msgid "Creator Monetization"
-msgstr "Monetizarea creatorilor"
+msgstr "Monetizare pentru creatori"
#: src/fluxer_marketing/components/coming_features.gleam:50
msgid "Creator monetization"
-msgstr "Monetizarea creatorilor"
+msgstr "Monetizare pentru creatori"
#: src/fluxer_marketing/components/communities_section.gleam:62
msgid "Creators"
@@ -426,7 +426,7 @@ msgstr "Croată"
#: src/fluxer_marketing/pages/plutonium_page.gleam:280
msgid "Custom 4-digit username tag"
-msgstr "Tag de utilizator din 4 cifre personalizat"
+msgstr "Tag de utilizator personalizat din 4 cifre"
#: src/fluxer_marketing/components/current_features.gleam:138
msgid "Custom CSS themes"
@@ -439,7 +439,7 @@ msgstr "URL vanity personalizat"
#: src/fluxer_marketing/pages/plutonium_page.gleam:315
#: src/fluxer_marketing/pages/plutonium_page.gleam:631
msgid "Custom entrance sounds"
-msgstr "Sunete personalizate la intrare"
+msgstr "Sunete de intrare personalizate"
#: src/fluxer_marketing/components/plutonium_section.gleam:127
msgid "Custom identity"
@@ -476,7 +476,7 @@ msgstr "Cehă"
#: src/fluxer_marketing/components/coming_features.gleam:35
msgid "DM folders"
-msgstr "Dosare pentru DM-uri"
+msgstr "Foldere pentru DM-uri"
#: src/fluxer_marketing/components/current_features.gleam:69
msgid "DM your friends, chat with groups, or build communities with channels."
@@ -519,7 +519,7 @@ msgstr "Discovery"
msgid "Display an exclusive Partner badge on your profile to stand out."
msgstr "Afișează pe profil o insignă exclusivă de Partener ca să ieși în evidență."
-#: src/fluxer_marketing/pages/donate_page.gleam:367
+#: src/fluxer_marketing/pages/donate_page.gleam:366
msgid "Do I get anything in return?"
msgstr "Primesc ceva la schimb?"
@@ -548,22 +548,22 @@ msgstr "Donează în USD"
msgid "Donate to Fluxer"
msgstr "Donează pentru Fluxer"
-#: src/fluxer_marketing/pages/donate_page.gleam:298
+#: src/fluxer_marketing/pages/donate_page.gleam:297
msgid "Donate with Swish"
msgstr "Donează cu Swish"
-#: src/fluxer_marketing/pages/donate_page.gleam:370
+#: src/fluxer_marketing/pages/donate_page.gleam:369
msgid "Donations are voluntary gifts and do not provide you with any product, service, ownership, or special rights. If you're looking for premium features, check out {0}."
msgstr "Donațiile sunt cadouri voluntare și nu îți oferă niciun produs, serviciu, drept de proprietate sau drepturi speciale. Dacă vrei funcții premium, aruncă o privire la {0}."
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:308
msgid "Done! You can now open Fluxer as if it were a regular program."
-msgstr "Finalizat! Acum poți deschide Fluxer ca și cum ar fi un program obișnuit."
+msgstr "Gata! Acum poți deschide Fluxer ca pe un program obișnuit."
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:206
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:256
msgid "Done! You can open Fluxer from your home screen."
-msgstr "Finalizat! Poți deschide Fluxer de pe ecranul tău de start."
+msgstr "Gata! Poți deschide Fluxer de pe ecranul principal."
#: src/fluxer_marketing/components/footer.gleam:132
#: src/fluxer_marketing/components/navigation.gleam:84
@@ -610,7 +610,7 @@ msgstr "Olandeză"
#: src/fluxer_marketing/components/coming_features.gleam:55
msgid "E2EE calls"
-msgstr "Apeluri cu criptare end-to-end"
+msgstr "Apeluri E2EE"
#: src/fluxer_marketing/pages/partners_page.gleam:200
msgid "Early Feature Access"
@@ -622,7 +622,7 @@ msgstr "Acces timpuriu"
#: src/fluxer_marketing/pages/partners_page.gleam:214
msgid "Early access to creator monetization features with lower platform fees than non-partners."
-msgstr "Acces timpuriu la funcțiile de monetizare pentru creatori, cu comisioane de platformă mai mici decât pentru non-parteneri."
+msgstr "Acces timpuriu la funcțiile de monetizare pentru creatori, cu comisioane de platformă mai mici decât pentru neparteneri."
#: src/fluxer_marketing/pages/plutonium_page.gleam:406
msgid "Early access to new features"
@@ -650,7 +650,7 @@ msgstr "Bilete la evenimente"
#: src/fluxer_marketing/pages/plutonium_page.gleam:1071
msgid "Everything in Free, plus:"
-msgstr "Tot ce primești în Free, plus:"
+msgstr "Tot ce primești cu Free, plus:"
#: src/fluxer_marketing/pages/partners_page.gleam:233
msgid "Exclusive Merch"
@@ -724,7 +724,7 @@ msgstr "Echipa comunității Fluxer"
msgid "Fluxer Partner"
msgstr "Partener Fluxer"
-#: src/fluxer_marketing/pages/donate_page.gleam:372
+#: src/fluxer_marketing/pages/donate_page.gleam:371
#: src/fluxer_marketing/pages/plutonium_page.gleam:51
#: src/fluxer_marketing/pages/plutonium_page.gleam:76
msgid "Fluxer Plutonium"
@@ -740,11 +740,11 @@ msgstr "Termenii de utilizare Fluxer"
#: src/fluxer_marketing/pages/careers_page.gleam:105
msgid "Fluxer is built in the open. Pick the path that fits how you like to help."
-msgstr "Fluxer este construit la vedere. Alege calea care ți se potrivește în felul în care îți place să ajuți."
+msgstr "Fluxer este construit la vedere. Alege calea care ți se potrivește, în funcție de cum îți place să ajuți."
#: src/fluxer_marketing/pages/download_page.gleam:303
msgid "Fluxer is community-funded. If you'd like to help support iOS and Android development:"
-msgstr "Fluxer este finanțat de comunitate. Dacă vrei să ajuți dezvoltarea pentru iOS și Android:"
+msgstr "Fluxer este susținut de comunitate. Dacă vrei să ajuți dezvoltarea pentru iOS și Android:"
#: src/fluxer_marketing/pages/plutonium_page.gleam:991
msgid "Fluxer is free and open source. Anyone can self-host for free."
@@ -810,13 +810,13 @@ msgstr "Gratuit vs Plutonium"
msgid "French"
msgstr "Franceză"
-#: src/fluxer_marketing/pages/donate_page.gleam:346
+#: src/fluxer_marketing/pages/donate_page.gleam:345
msgid "Frequently Asked Questions"
msgstr "Întrebări frecvente"
#: src/fluxer_marketing/components/hackernews_banner.gleam:72
msgid "From HN?"
-msgstr "De la HN?"
+msgstr "De pe HN?"
#: src/fluxer_marketing/components/current_features.gleam:72
msgid "Full Markdown support in messages"
@@ -869,11 +869,11 @@ msgstr "Primește Plutonium gratuit pe contul tău ca să te bucuri de toate fun
#: src/fluxer_marketing/pages/partners_page.gleam:170
msgid "Get heightened visibility by being featured in Community Discovery."
-msgstr "Bucură-te de vizibilitate mai mare fiind inclus în Community Discovery."
+msgstr "Bucură-te de mai multă vizibilitate fiind inclus în Community Discovery."
#: src/fluxer_marketing/pages/not_found_page.gleam:87
msgid "Get help"
-msgstr "Obține ajutor"
+msgstr "Primește ajutor"
#: src/fluxer_marketing/components/get_involved_section.gleam:51
msgid "Get involved"
@@ -881,7 +881,7 @@ msgstr "Implică-te"
#: src/fluxer_marketing/pages/plutonium_page.gleam:956
msgid "Get lifetime Plutonium on Fluxer.app plus an Operator Pass for self-hosting. Pay {0} one-time. Available until October 1, 2026 or when {1} slots are claimed."
-msgstr "Obține Plutonium pe viață pe Fluxer.app plus un Operator Pass pentru self-hosting. Plătești {0} o singură dată. Disponibil până la 1 octombrie 2026 sau până când sunt revendicate {1} locuri."
+msgstr "Obține Plutonium pe viață pe Fluxer.app plus un Operator Pass pentru self-hosting. Plătești {0} o singură dată. Disponibil până la 1 octombrie 2026 sau până când se revendică toate cele {1} locuri."
#: src/fluxer_marketing/components/plutonium_section.gleam:51
msgid "Get more with Fluxer Plutonium"
@@ -893,7 +893,7 @@ msgstr "Primește beneficii și ajută la finanțarea dezvoltării"
#: src/fluxer_marketing/pages/download_page.gleam:237
msgid "Get push notifications when you're away from the app."
-msgstr "Primește notificări push când ești departe de aplicație."
+msgstr "Primește notificări push când nu ești în aplicație."
#: src/fluxer_marketing/components/get_involved_section.gleam:89
msgid "Get updates, see upcoming features, discuss suggestions, and chat with the team."
@@ -906,7 +906,7 @@ msgstr "Acces global la emoji și stickere"
#: src/fluxer_marketing/components/coming_features.gleam:53
msgid "Global voice regions"
-msgstr "Regiuni vocale globale"
+msgstr "Regiuni vocale la nivel global"
#: src/fluxer_marketing/pages/not_found_page.gleam:78
msgid "Go home"
@@ -914,7 +914,7 @@ msgstr "Acasă"
#: src/fluxer_marketing/components/current_features.gleam:104
msgid "Granular roles and permissions"
-msgstr "Roluri și permisiuni granulare"
+msgstr "Roluri și permisiuni detaliate"
#: src/fluxer_marketing/components/locale_selector.gleam:123
msgid "Greek"
@@ -922,7 +922,7 @@ msgstr "Greacă"
#: src/fluxer_marketing/pages/press_page.gleam:285
msgid "Have a story about Fluxer? Need more information or high-resolution assets?"
-msgstr "Ai o poveste despre Fluxer? Ai nevoie de mai multe informații sau de materiale la rezoluție mare?"
+msgstr "Ai o poveste despre Fluxer? Ai nevoie de mai multe informații sau de materiale la rezoluție înaltă?"
#: src/fluxer_marketing/components/locale_selector.gleam:130
msgid "Hebrew"
@@ -946,24 +946,24 @@ msgstr "Centrul de ajutor"
#: src/fluxer_marketing/pages/download_page.gleam:291
msgid "Help make the mobile app a reality"
-msgstr "Ajută-ne să facem aplicația mobilă realitate"
+msgstr "Ajută-ne să facem aplicația mobilă posibilă"
#: src/fluxer_marketing/components/footer.gleam:66
#: src/fluxer_marketing/pages/donate_page.gleam:53
msgid "Help support an independent communication platform. Your donation funds the platform's infrastructure and development."
-msgstr "Ajută la susținerea unei platforme de comunicare independente. Donația ta finanțează infrastructura și dezvoltarea platformei."
+msgstr "Susține o platformă de comunicare independentă. Donația ta finanțează infrastructura și dezvoltarea platformei."
#: src/fluxer_marketing/pages/donate_page.gleam:134
msgid "Help support an independent communication platform. Your donation funds the platform's infrastructure and development. It is a voluntary gift and does not constitute payment for any product or service or give you any ownership or special rights."
-msgstr "Ajută la susținerea unei platforme de comunicare independente. Donația ta finanțează infrastructura și dezvoltarea platformei. Este un cadou voluntar și nu reprezintă plata pentru vreun produs sau serviciu și nu îți oferă drepturi de proprietate ori drepturi speciale."
+msgstr "Susține o platformă de comunicare independentă. Donația ta finanțează infrastructura și dezvoltarea platformei. Este un cadou voluntar și nu reprezintă plata pentru vreun produs sau serviciu și nu îți oferă drepturi de proprietate ori drepturi speciale."
#: src/fluxer_marketing/pages/careers_page.gleam:132
msgid "Help translate Fluxer and its docs so it feels native everywhere."
-msgstr "Ajută la traducerea Fluxer și a documentației, ca să pară nativ peste tot."
+msgstr "Ajută la traducerea Fluxer și a documentației, ca să se simtă nativ oriunde."
#: src/fluxer_marketing/pages/careers_page.gleam:69
msgid "Help us build a different kind of communication platform — open source, community-funded, and built with care."
-msgstr "Ajută-ne să construim un alt fel de platformă de comunicare — open-source, finanțată de comunitate și făcută cu grijă."
+msgstr "Ajută-ne să construim un alt fel de platformă de comunicare — open-source, susținută de comunitate și făcută cu grijă."
#: src/fluxer_marketing/pages/donate_page.gleam:89
msgid "Help us build an independent communication platform that puts users first."
@@ -1025,7 +1025,7 @@ msgstr "Dacă ești creator sau deții o comunitate, explorează programul de Pa
#: src/fluxer_marketing/pages/partners_page.gleam:189
msgid "Increased Limits"
-msgstr "Limite mărite"
+msgstr "Limite crescute"
#: src/fluxer_marketing/pages/donate_page.gleam:160
msgid "Individual"
@@ -1044,11 +1044,11 @@ msgstr "Instalează Fluxer ca aplicație"
msgid "Intel"
msgstr "Intel"
-#: src/fluxer_marketing/pages/donate_page.gleam:377
+#: src/fluxer_marketing/pages/donate_page.gleam:376
msgid "Is my donation tax-deductible?"
msgstr "Donația mea este deductibilă fiscal?"
-#: src/fluxer_marketing/pages/donate_page.gleam:359
+#: src/fluxer_marketing/pages/donate_page.gleam:358
msgid "Is this a subscription?"
msgstr "Este un abonament?"
@@ -1101,7 +1101,7 @@ msgstr "Alătură-te echipei din spatele Fluxer"
#: src/fluxer_marketing/components/current_features.gleam:101
msgid "Keep your community running smoothly with roles, permissions, and logs."
-msgstr "Ține-ți comunitatea în formă cu roluri, permisiuni și jurnale."
+msgstr "Ține-ți comunitatea în bună funcționare cu roluri, permisiuni și jurnale."
#: src/fluxer_marketing/components/locale_selector.gleam:137
msgid "Korean"
@@ -1161,7 +1161,7 @@ msgstr "Fă o donație"
#: src/fluxer_marketing/components/current_features.gleam:123
msgid "Manage friends and block users"
-msgstr "Gestionează prieteni și blochează utilizatori"
+msgstr "Gestionează-ți prietenii și blochează utilizatori"
#: src/fluxer_marketing/pages/plutonium_page.gleam:336
msgid "Message character limit"
@@ -1208,31 +1208,31 @@ msgstr "Cel mai popular"
#: src/fluxer_marketing/components/current_features.gleam:91
msgid "Mute, deafen, and camera controls"
-msgstr "Controale pentru microfon, sunet și cameră"
+msgstr "Controale pentru mut, surdină și cameră"
#: src/fluxer_marketing/pages/help_search_page.gleam:135
msgid "No articles found"
-msgstr "Nu am găsit articole"
+msgstr "Nu s-au găsit articole"
#: src/fluxer_marketing/pages/help_category_page.gleam:163
msgid "No articles found."
-msgstr "Nu am găsit articole."
+msgstr "Nu s-au găsit articole."
#: src/fluxer_marketing/pages/help_search_page.gleam:94
msgid "No results found for"
-msgstr "Nu am găsit rezultate pentru"
+msgstr "Nu s-au găsit rezultate pentru"
-#: src/fluxer_marketing/pages/donate_page.gleam:380
+#: src/fluxer_marketing/pages/donate_page.gleam:379
msgid "No, donations to Fluxer are not tax-deductible as we are not a registered charitable organization."
msgstr "Nu, donațiile către Fluxer nu sunt deductibile fiscal, deoarece nu suntem o organizație caritabilă înregistrată."
-#: src/fluxer_marketing/pages/donate_page.gleam:362
+#: src/fluxer_marketing/pages/donate_page.gleam:361
msgid "No, this is a one-time donation. You choose the amount you want to give, and there are no recurring charges."
msgstr "Nu, este o donație unică. Alegi suma pe care vrei să o oferi și nu există taxe recurente."
#: src/fluxer_marketing/components/current_features.gleam:90
msgid "Noise suppression and echo cancellation"
-msgstr "Reducerea zgomotului și anularea ecoului"
+msgstr "Reducere a zgomotului și anulare a ecoului"
#: src/fluxer_marketing/components/locale_selector.gleam:140
msgid "Norwegian"
@@ -1273,11 +1273,11 @@ msgstr "Deschide în browser"
#: src/fluxer_marketing/pages/careers_page.gleam:118
msgid "Open source"
-msgstr "Open source"
+msgstr "Open-source"
#: src/fluxer_marketing/pages/plutonium_page.gleam:1039
msgid "Open source (AGPL-3.0)"
-msgstr "Open source (AGPL-3.0)"
+msgstr "Open-source (AGPL-3.0)"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:188
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:234
@@ -1291,7 +1291,7 @@ msgstr "Operator Pass"
#: src/fluxer_marketing/components/coming_features.gleam:31
msgid "Opt-in E2EE messaging"
-msgstr "Mesagerie E2EE cu opt-in"
+msgstr "Mesagerie E2EE opțională"
#: src/fluxer_marketing/components/current_features.gleam:74
msgid "Organized channels for communities"
@@ -1303,7 +1303,7 @@ msgstr "Paleta noastră de culori, atent aleasă, care reprezintă brandul Fluxe
#: src/fluxer_marketing/pages/press_page.gleam:102
msgid "Our full logo including the wordmark. Use this as the primary representation of our brand."
-msgstr "Logo-ul complet, inclusiv wordmark-ul. Folosește-l ca reprezentarea principală a brandului nostru."
+msgstr "Logo-ul complet, inclusiv wordmark-ul. Folosește-l ca reprezentare principală a brandului nostru."
#: src/fluxer_marketing/pages/press_page.gleam:221
msgid "Our primary brand color. Use this for key brand elements and accents."
@@ -1341,7 +1341,7 @@ msgstr "Parteneri"
#: src/fluxer_marketing/pages/plutonium_page.gleam:287
#: src/fluxer_marketing/pages/plutonium_page.gleam:571
msgid "Per-community profiles"
-msgstr "Profiluri pe comunitate"
+msgstr "Profiluri separate pentru fiecare comunitate"
#: src/fluxer_marketing/pages/download_page.gleam:315
#: src/fluxer_marketing/pages/plutonium_page.gleam:215
@@ -1377,19 +1377,19 @@ msgstr "Presă"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:246
msgid "Press \"Add to Home Screen\""
-msgstr "Apasă pe „Adaugă pe ecranul de start”"
+msgstr "Apasă pe „Adaugă pe ecranul principal”"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:249
msgid "Press \"Add\" in the upper-right corner"
-msgstr "Apasă \"Adaugă\" în colțul din dreapta sus"
+msgstr "Apasă pe „Adaugă” în colțul din dreapta sus"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:200
msgid "Press \"Install app\""
-msgstr "Apasă \"Instalează aplicația"
+msgstr "Apasă pe „Instalează aplicația”"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:301
msgid "Press \"Install\" in the popup that appears"
-msgstr "Apasă \"Instalează\" în fereastra popup care apare"
+msgstr "Apasă pe „Instalează” în fereastra pop-up care apare"
#: src/fluxer_marketing/pages/press_page.gleam:45
#: src/fluxer_marketing/pages/press_page.gleam:65
@@ -1402,15 +1402,15 @@ msgstr "Contact pentru presă"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:197
msgid "Press the \"More\" (\\u{22EE}) button in the top-right corner"
-msgstr "Apasă butonul \"Mai multe\" (\\u{22EE}) din colțul din dreapta sus"
+msgstr "Apasă butonul „Mai multe” (\\u{22EE}) din colțul din dreapta sus"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:243
msgid "Press the Share button (rectangle with upwards-pointing arrow)"
-msgstr "Apasă butonul Share (dreptunghi cu săgeată îndreptată în sus)"
+msgstr "Apasă butonul Share (dreptunghi cu o săgeată în sus)"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:296
msgid "Press the install button (downwards-pointing arrow on monitor) in the address bar"
-msgstr "Apasă butonul de instalare (săgeată îndreptată în jos pe monitor) din bara de adresă"
+msgstr "Apasă butonul de instalare (săgeată în jos pe un monitor) din bara de adresă"
#: src/fluxer_marketing/components/footer.gleam:110
#: src/fluxer_marketing/components/navigation.gleam:93
@@ -1467,7 +1467,7 @@ msgstr "Comutator rapid cu scurtături de la tastatură"
#: src/fluxer_marketing/components/coming_features.gleam:40
msgid "RSS/Atom feeds for forums"
-msgstr "Feeduri RSS/Atom pentru forumuri"
+msgstr "Feed-uri RSS/Atom pentru forumuri"
#: src/fluxer_marketing/pages/help_category_page.gleam:228
msgid "Read article"
@@ -1495,7 +1495,7 @@ msgstr "Ești gata să devii Partener?"
#: src/fluxer_marketing/pages/plutonium_page.gleam:1180
msgid "Ready to upgrade?"
-msgstr "Ești gata să faci upgrade?"
+msgstr "Ești gata de upgrade?"
#: src/fluxer_marketing/components/get_involved_section.gleam:80
msgid "Register now"
@@ -1527,7 +1527,7 @@ msgstr "Recompense care îți recunosc impactul, ajută comunitatea să crească
#: src/fluxer_marketing/pages/careers_page.gleam:344
msgid "Right now we're focused on shipping a great product and keeping Fluxer independent and bootstrapped."
-msgstr "Acum ne concentrăm pe livrarea unui produs excelent și pe păstrarea Fluxer independent și bootstrapped."
+msgstr "Acum ne concentrăm pe livrarea unui produs grozav și pe păstrarea Fluxer independent și bootstrapped."
#: src/fluxer_marketing/components/locale_selector.gleam:143
msgid "Romanian"
@@ -1556,7 +1556,7 @@ msgstr "Media salvată"
#: src/fluxer_marketing/pages/plutonium_page.gleam:584
msgid "Schedule messages to be sent at a specific time in the future. No DeLorean required."
-msgstr "Programează mesajele să fie trimise la un moment anume în viitor. Fără DeLorean."
+msgstr "Programează mesajele să fie trimise la o oră anume în viitor. Fără DeLorean."
#: src/fluxer_marketing/components/current_features.gleam:89
msgid "Screen sharing built in"
@@ -1647,11 +1647,11 @@ msgstr "Oferă feedback, raportează bug-uri și ajută la menținerea Fluxer pr
#: src/fluxer_marketing/components/current_features.gleam:75
msgid "Share files and preview links"
-msgstr "Partajează fișiere și previzualizează linkuri"
+msgstr "Partajează fișiere și previzualizează linkurile"
#: src/fluxer_marketing/components/platform_download_button.gleam:490
msgid "Show download options"
-msgstr "Arată opțiunile de descărcare"
+msgstr "Afișează opțiunile de descărcare"
#: src/fluxer_marketing/pages/plutonium_page.gleam:664
msgid "Show off your Plutonium status with an exclusive badge on your profile."
@@ -1684,7 +1684,7 @@ msgstr "Spaniolă (Spania)"
#: src/fluxer_marketing/pages/download_page.gleam:323
msgid "Sponsor the roadmap for mobile"
-msgstr "Sponsorizează roadmap-ul pentru mobil"
+msgstr "Sponsorizează planul de dezvoltare pentru mobil"
#: src/fluxer_marketing/components/coming_features.gleam:42
msgid "Stage channels"
@@ -1760,7 +1760,7 @@ msgstr "Viitorul rolurilor plătite"
#: src/fluxer_marketing/components/coming_features.gleam:51
msgid "Theme marketplace"
-msgstr "Marketplace de teme"
+msgstr "Piață de teme"
#: src/fluxer_marketing/pages/download_page.gleam:255
msgid "This isn't a full replacement for the desktop app yet, and some things you'd expect from a mobile chat app are still missing."
@@ -1790,7 +1790,7 @@ msgstr "Încearcă alte cuvinte-cheie sau răsfoiește categoriile noastre."
#: src/fluxer_marketing/components/hackernews_banner.gleam:75
msgid "Try it without an email at"
-msgstr "Încearcă fără un email la"
+msgstr "Încearcă fără email la"
#: src/fluxer_marketing/components/locale_selector.gleam:147
msgid "Turkish"
@@ -1822,7 +1822,7 @@ msgstr "Calitate video până la 4K"
#: src/fluxer_marketing/pages/plutonium_page.gleam:54
msgid "Upgrade to Plutonium for $4.99/mo: custom username tags, per-community profiles, message scheduling, 4K streaming, 500MB uploads, and more exclusive features."
-msgstr "Fă upgrade la Plutonium pentru $4.99/lună: taguri de utilizator personalizate, profiluri pe comunitate, programarea mesajelor, streaming 4K, încărcări de 500 MB și mai multe funcții exclusive."
+msgstr "Fă upgrade la Plutonium pentru $4.99/lună: taguri de utilizator personalizate, profiluri separate pe comunități, programarea mesajelor, streaming 4K, încărcări de 500 MB și mai multe funcții exclusive."
#: src/fluxer_marketing/pages/plutonium_page.gleam:644
msgid "Upload and use your own notification sounds to personalize your Fluxer experience."
@@ -1846,7 +1846,7 @@ msgstr "Folosește emoji animate"
#: src/fluxer_marketing/components/current_features.gleam:154
msgid "Use our desktop client (mobile coming soon)"
-msgstr "Utilizați clientul nostru desktop (versiunea mobilă va veni în curând)"
+msgstr "Folosește clientul nostru desktop (mobil în curând)"
#: src/fluxer_marketing/pages/plutonium_page.gleam:604
msgid "Use your favorite emojis and stickers from any community, anywhere across Fluxer."
@@ -1911,7 +1911,7 @@ msgstr "Avem nevoie de sprijinul tău ca să funcționeze."
#: src/fluxer_marketing/pages/partners_page.gleam:453
msgid "We review all applications and will get back to you as soon as possible."
-msgstr "Revizuim toate aplicațiile și îți vom răspunde cât de repede putem."
+msgstr "Revizuim toate aplicațiile și îți vom răspunde cât de curând putem."
#: src/fluxer_marketing/pages/press_page.gleam:301
msgid "We typically respond within 24 hours during business days."
@@ -1937,7 +1937,7 @@ msgstr "Încă construim partea de business din jurul Fluxer și nu suntem chiar
msgid "Webhooks and bot support"
msgstr "Webhook-uri și suport pentru boți"
-#: src/fluxer_marketing/pages/donate_page.gleam:351
+#: src/fluxer_marketing/pages/donate_page.gleam:350
msgid "What does my donation support?"
msgstr "Ce susține donația mea?"
@@ -1947,13 +1947,13 @@ msgstr "Ce primești cu Plutonium"
#: src/fluxer_marketing/components/current_features.gleam:45
msgid "What's available today"
-msgstr "Ce este disponibil azi"
+msgstr "Ce este disponibil astăzi"
#: src/fluxer_marketing/components/coming_features.gleam:77
msgid "What's coming next"
msgstr "Ce urmează"
-#: src/fluxer_marketing/pages/donate_page.gleam:385
+#: src/fluxer_marketing/pages/donate_page.gleam:384
msgid "What's the difference between Individual and Business?"
msgstr "Care este diferența dintre Individual și Business?"
@@ -1987,9 +1987,9 @@ msgstr "Comunitatea ta primește statut verificat pentru autenticitate și încr
#: src/fluxer_marketing/pages/partners_page.gleam:192
msgid "Your community receives increased limits when you need them."
-msgstr "Comunitatea ta primește limite mărite când ai nevoie."
+msgstr "Comunitatea ta primește limite crescute când ai nevoie."
-#: src/fluxer_marketing/pages/donate_page.gleam:354
+#: src/fluxer_marketing/pages/donate_page.gleam:353
msgid "Your donation helps fund Fluxer's infrastructure costs, including servers, bandwidth, storage, and ongoing development of new features. It helps us maintain and improve the platform for everyone."
msgstr "Donația ta ajută la acoperirea costurilor de infrastructură ale Fluxer, inclusiv servere, bandă, stocare și dezvoltarea continuă a funcțiilor noi. Ne ajută să menținem și să îmbunătățim platforma pentru toată lumea."
@@ -2034,7 +2034,7 @@ msgid "one-time purchase"
msgstr "achiziție unică"
#: src/fluxer_marketing/components/plutonium_section.gleam:68
-#: src/fluxer_marketing/pages/donate_page.gleam:284
+#: src/fluxer_marketing/pages/donate_page.gleam:282
#: src/fluxer_marketing/pages/plutonium_page.gleam:106
#: src/fluxer_marketing/pages/plutonium_page.gleam:230
msgid "or"
@@ -2059,4 +2059,3 @@ msgstr "{0} din {1} locuri rămase"
#: src/fluxer_marketing/components/footer.gleam:325
msgid "© Fluxer Platform AB (Swedish limited liability company: 559537-3993)"
msgstr "© Fluxer Platform AB (societate cu răspundere limitată din Suedia: 559537-3993)"
-
diff --git a/fluxer_marketing/locales/ru/messages.po b/fluxer_marketing/locales/ru/messages.po
index 8bea2e7e..9658c488 100644
--- a/fluxer_marketing/locales/ru/messages.po
+++ b/fluxer_marketing/locales/ru/messages.po
@@ -41,7 +41,7 @@ msgstr "Загрузки до 500 МБ, сообщения до 4000 симво
#: src/fluxer_marketing/components/communities_section.gleam:86
msgid "A chat platform that answers to you, not investors. It's ad-free, open source, community-funded, and never sells your data or nags you with upgrade pop-ups."
-msgstr "Платформа для общения, которая служит вам, а не инвесторам. Без рекламы, с открытым исходным кодом, на поддержке сообщества — мы никогда не продаём ваши данные и не достаём всплывающими предложениями обновиться."
+msgstr "Платформа для общения, которая работает для вас, а не для инвесторов. Без рекламы, с открытым исходным кодом и на поддержке сообщества — мы никогда не продаём ваши данные и не достаём всплывающими предложениями перейти на платный тариф."
#: src/fluxer_marketing/pages/careers_page.gleam:219
msgid "A non-paid role for recurring contributors who help shape Fluxer alongside the core team."
@@ -65,11 +65,11 @@ msgstr "Добавьте Fluxer на главный экран, чтобы ск
#: src/fluxer_marketing/components/current_features.gleam:133
msgid "Add custom emojis, save media for later, and style the app with custom CSS."
-msgstr "Добавляйте свои эмодзи, сохраняйте медиа на потом и настраивайте приложение с помощью собственного CSS."
+msgstr "Добавляйте свои эмодзи, сохраняйте медиа на потом и настраивайте оформление приложения с помощью собственного CSS."
#: src/fluxer_marketing/pages/plutonium_page.gleam:1124
msgid "After the offer ends, Operator Pass stays available on its own."
-msgstr "После окончания акции Operator Pass останется доступен отдельно."
+msgstr "После окончания акции Operator Pass можно будет купить отдельно."
#: src/fluxer_marketing/pages/plutonium_page.gleam:843
msgid "All current and future Plutonium benefits, forever"
@@ -77,11 +77,15 @@ msgstr "Все текущие и будущие преимущества Plutoni
#: src/fluxer_marketing/components/current_features.gleam:55
msgid "All the basics you expect, plus a few things you don't."
-msgstr "Всё базовое, что вы ожидаете, плюс немного того, чего не ждёте."
+msgstr "Всё базовое, что вы ожидаете, плюс кое-что неожиданное."
#: src/fluxer_marketing/components/locale_selector.gleam:102
msgid "All translations are currently LLM-generated with minimal human revision. We'd love to get real people to help us out localizing Fluxer into your language! To do so, shoot an email to i18n@fluxer.app and we'll be happy to accept your contributions."
-msgstr "Все переводы сейчас сгенерированы LLM и почти не отредактированы людьми. Мы очень хотим, чтобы реальные люди помогли нам локализовать Fluxer на ваш язык! Напишите на i18n@fluxer.app — будем рады принять ваш вклад."
+msgstr "Все переводы сейчас сгенерированы LLM и минимально отредактированы людьми. Мы очень хотим, чтобы реальные люди помогли нам локализовать Fluxer на ваш язык! Напишите на i18n@fluxer.app — будем рады принять ваш вклад."
+
+#: src/fluxer_marketing/components/hero.gleam:64
+msgid "An open-source, independent instant messaging and VoIP platform. Built for friends, groups, and communities."
+msgstr "Открытая и независимая платформа для обмена сообщениями и VoIP. Создана для друзей, групп и сообществ."
#: src/fluxer_marketing/components/platform_download_button.gleam:524
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:97
@@ -112,7 +116,7 @@ msgstr "Подавайте заявку на partners@fluxer.app"
#: src/fluxer_marketing/components/get_involved_section.gleam:170
msgid "Approved reports grant access to Fluxer Testers, where you can earn points for Plutonium codes and the Bug Hunter badge."
-msgstr "Подтверждённые отчёты дают доступ в Fluxer Testers, где вы сможете зарабатывать баллы на коды Plutonium и значок Bug Hunter."
+msgstr "Одобренные отчёты дают доступ в Fluxer Testers, где вы сможете зарабатывать баллы на коды Plutonium и значок Bug Hunter."
#: src/fluxer_marketing/components/locale_selector.gleam:118
msgid "Arabic"
@@ -130,9 +134,9 @@ msgstr "Статьи в этом разделе"
msgid "Audit logs for transparency"
msgstr "Журналы аудита для прозрачности"
-#: src/fluxer_marketing/pages/donate_page.gleam:302
+#: src/fluxer_marketing/pages/donate_page.gleam:301
msgid "Available for Swedish bank accounts"
-msgstr "Доступно для шведских банковских счетов"
+msgstr "Доступно для шведских банковских счётов"
#: src/fluxer_marketing/pages/download_page.gleam:67
msgid "Available on your desktop — and on the web"
@@ -181,7 +185,7 @@ msgstr "Улучшенное шумоподавление"
#: src/fluxer_marketing/pages/plutonium_page.gleam:350
msgid "Bio character limit"
-msgstr "Лимит символов в био"
+msgstr "Лимит символов в описании профиля"
#: src/fluxer_marketing/pages/press_page.gleam:235
msgid "Black"
@@ -208,7 +212,7 @@ msgstr "Bluesky"
msgid "Bookmarked messages"
msgstr "Сообщения в закладках"
-#: src/fluxer_marketing/pages/donate_page.gleam:388
+#: src/fluxer_marketing/pages/donate_page.gleam:387
msgid "Both donation types support the same cause equally. The only difference is that Business donations allow you to specify a tax ID (if applicable) and receive a PDF invoice when finalized, which can be useful for company accounting purposes."
msgstr "Оба варианта пожертвования одинаково поддерживают одну и ту же цель. Разница лишь в том, что пожертвование «Для бизнеса» позволяет указать налоговый ID (если применимо) и получить PDF-счёт после подтверждения — это может быть удобно для бухгалтерии."
@@ -230,7 +234,7 @@ msgstr "Просмотреть статьи"
#: src/fluxer_marketing/pages/help_center_page.gleam:95
msgid "Browse by category"
-msgstr "Выбрать по категории"
+msgstr "Просмотреть по категориям"
#: src/fluxer_marketing/pages/help_category_page.gleam:65
msgid "Browse help articles about "
@@ -240,10 +244,6 @@ msgstr "Просмотреть статьи справки о "
msgid "Built for communities of all kinds."
msgstr "Создано для сообществ любого типа."
-#: src/fluxer_marketing/components/hero.gleam:64
-msgid "Built for friends, groups, and communities. Text, voice, and video. Open source and community-funded."
-msgstr "Создано для друзей, групп и сообществ. Текст, голос и видео. Открытый исходный код и поддержка сообщества."
-
#: src/fluxer_marketing/components/locale_selector.gleam:119
msgid "Bulgarian"
msgstr "Болгарский"
@@ -293,7 +293,7 @@ msgstr "Выберите руководство ниже или выполнит
#: src/fluxer_marketing/components/platform_download_button.gleam:409
msgid "Choose distribution"
-msgstr "Выбрать дистрибутив"
+msgstr "Выберите дистрибутив"
#: src/fluxer_marketing/components/locale_selector.gleam:63
msgid "Choose your language"
@@ -361,7 +361,7 @@ msgstr "Шаблоны сообществ"
#: src/fluxer_marketing/components/current_features.gleam:139
msgid "Compact mode and display options"
-msgstr "Компактный режим и параметры отображения"
+msgstr "Компактный режим и настройки отображения"
#: src/fluxer_marketing/components/navigation.gleam:348
msgid "Company"
@@ -434,7 +434,7 @@ msgstr "Темы на основе собственного CSS"
#: src/fluxer_marketing/pages/partners_page.gleam:145
msgid "Custom Vanity URL"
-msgstr "Свой Vanity URL"
+msgstr "Собственный vanity-URL"
#: src/fluxer_marketing/pages/plutonium_page.gleam:315
#: src/fluxer_marketing/pages/plutonium_page.gleam:631
@@ -464,7 +464,7 @@ msgstr "Свои видеофоны"
#: src/fluxer_marketing/components/current_features.gleam:130
msgid "Customization"
-msgstr "Настройка"
+msgstr "Персонализация"
#: src/fluxer_marketing/pages/plutonium_page.gleam:574
msgid "Customize your profile differently for each community you're part of."
@@ -480,7 +480,7 @@ msgstr "Папки для личных сообщений"
#: src/fluxer_marketing/components/current_features.gleam:69
msgid "DM your friends, chat with groups, or build communities with channels."
-msgstr "Пишите друзьям в личку, общайтесь в группах или создавайте сообщества с каналами."
+msgstr "Пишите друзьям в личных сообщениях, общайтесь в группах или создавайте сообщества с каналами."
#: src/fluxer_marketing/components/locale_selector.gleam:121
msgid "Danish"
@@ -488,11 +488,11 @@ msgstr "Датский"
#: src/fluxer_marketing/pages/careers_page.gleam:250
msgid "Design & branding"
-msgstr "Дизайн и бренд"
+msgstr "Дизайн и брендинг"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:99
msgid "Desktop"
-msgstr "Столк"
+msgstr "Компьютер"
#: src/fluxer_marketing/components/footer.gleam:209
msgid "Developer Docs"
@@ -513,13 +513,13 @@ msgstr "Прямая поддержка команды"
#: src/fluxer_marketing/components/coming_features.gleam:44
msgid "Discovery"
-msgstr "Обзор"
+msgstr "Discovery"
#: src/fluxer_marketing/pages/partners_page.gleam:126
msgid "Display an exclusive Partner badge on your profile to stand out."
msgstr "Покажите эксклюзивный значок Partner в профиле и выделяйтесь."
-#: src/fluxer_marketing/pages/donate_page.gleam:367
+#: src/fluxer_marketing/pages/donate_page.gleam:366
msgid "Do I get anything in return?"
msgstr "Что я получу взамен?"
@@ -548,22 +548,22 @@ msgstr "Пожертвовать в USD"
msgid "Donate to Fluxer"
msgstr "Пожертвовать Fluxer"
-#: src/fluxer_marketing/pages/donate_page.gleam:298
+#: src/fluxer_marketing/pages/donate_page.gleam:297
msgid "Donate with Swish"
-msgstr "Пожертвуйте с помощью Swish"
+msgstr "Пожертвовать через Swish"
-#: src/fluxer_marketing/pages/donate_page.gleam:370
+#: src/fluxer_marketing/pages/donate_page.gleam:369
msgid "Donations are voluntary gifts and do not provide you with any product, service, ownership, or special rights. If you're looking for premium features, check out {0}."
-msgstr "Пожертвования — добровольные подарки и не дают вам никакого продукта, услуги, доли или особых прав. Если вам нужны премиум-функции, посмотрите {0}."
+msgstr "Пожертвования — это добровольные взносы и не дают вам никакого продукта, услуги, доли или особых прав. Если вам нужны премиум-функции, загляните в {0}."
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:308
msgid "Done! You can now open Fluxer as if it were a regular program."
-msgstr "Готово! Теперь вы можете открыть Fluxer так, как будто это обычная программа."
+msgstr "Готово! Теперь вы можете открывать Fluxer как обычную программу."
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:206
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:256
msgid "Done! You can open Fluxer from your home screen."
-msgstr "Готово! Вы можете открыть Fluxer с главного экрана."
+msgstr "Готово! Теперь вы можете открыть Fluxer с главного экрана."
#: src/fluxer_marketing/components/footer.gleam:132
#: src/fluxer_marketing/components/navigation.gleam:84
@@ -610,7 +610,7 @@ msgstr "Нидерландский"
#: src/fluxer_marketing/components/coming_features.gleam:55
msgid "E2EE calls"
-msgstr "Звонки с E2EE"
+msgstr "Звонки со сквозным шифрованием (E2EE)"
#: src/fluxer_marketing/pages/partners_page.gleam:200
msgid "Early Feature Access"
@@ -674,7 +674,7 @@ msgstr "Функция"
#: src/fluxer_marketing/pages/partners_page.gleam:167
msgid "Featured in Discovery"
-msgstr "Попадание в Discovery"
+msgstr "Размещение в Discovery"
#: src/fluxer_marketing/components/coming_features.gleam:30
msgid "Federation"
@@ -724,7 +724,7 @@ msgstr "Команда сообщества Fluxer"
msgid "Fluxer Partner"
msgstr "Партнёр Fluxer"
-#: src/fluxer_marketing/pages/donate_page.gleam:372
+#: src/fluxer_marketing/pages/donate_page.gleam:371
#: src/fluxer_marketing/pages/plutonium_page.gleam:51
#: src/fluxer_marketing/pages/plutonium_page.gleam:76
msgid "Fluxer Plutonium"
@@ -769,12 +769,12 @@ msgstr "Для фонов, текста на тёмных поверхностя
#: src/fluxer_marketing/pages/press_page.gleam:111
#: src/fluxer_marketing/pages/press_page.gleam:165
msgid "For dark backgrounds"
-msgstr "Для тёмного фона"
+msgstr "Для тёмных фонов"
#: src/fluxer_marketing/pages/press_page.gleam:118
#: src/fluxer_marketing/pages/press_page.gleam:172
msgid "For light backgrounds"
-msgstr "Для светлого фона"
+msgstr "Для светлых фонов"
#: src/fluxer_marketing/pages/press_page.gleam:237
msgid "For text, icons on light surfaces, and creating depth."
@@ -810,7 +810,7 @@ msgstr "Free и Plutonium"
msgid "French"
msgstr "Французский"
-#: src/fluxer_marketing/pages/donate_page.gleam:346
+#: src/fluxer_marketing/pages/donate_page.gleam:345
msgid "Frequently Asked Questions"
msgstr "Часто задаваемые вопросы"
@@ -845,7 +845,7 @@ msgstr "Немецкий"
#: src/fluxer_marketing/pages/plutonium_page.gleam:430
msgid "Get Plutonium"
-msgstr "Получить Plutonium"
+msgstr "Оформить Plutonium"
#: src/fluxer_marketing/components/plutonium_banner.gleam:79
msgid "Get Visionary"
@@ -869,11 +869,11 @@ msgstr "Получите бесплатный Plutonium для своего ак
#: src/fluxer_marketing/pages/partners_page.gleam:170
msgid "Get heightened visibility by being featured in Community Discovery."
-msgstr "Станьте заметнее благодаря размещению в разделе Community Discovery."
+msgstr "Станьте заметнее благодаря размещению в Community Discovery."
#: src/fluxer_marketing/pages/not_found_page.gleam:87
msgid "Get help"
-msgstr "Получить помощь"
+msgstr "Нужна помощь?"
#: src/fluxer_marketing/components/get_involved_section.gleam:51
msgid "Get involved"
@@ -881,7 +881,7 @@ msgstr "Присоединиться"
#: src/fluxer_marketing/pages/plutonium_page.gleam:956
msgid "Get lifetime Plutonium on Fluxer.app plus an Operator Pass for self-hosting. Pay {0} one-time. Available until October 1, 2026 or when {1} slots are claimed."
-msgstr "Получите пожизненный Plutonium на Fluxer.app и Operator Pass для self-hosting. Заплатите {0} один раз. Доступно до 1 октября 2026 года или пока не будут заняты {1} мест."
+msgstr "Получите пожизненный Plutonium на Fluxer.app и Operator Pass для самостоятельного хостинга. Заплатите {0} один раз. Доступно до 1 октября 2026 года или пока не будут заняты {1} мест."
#: src/fluxer_marketing/components/plutonium_section.gleam:51
msgid "Get more with Fluxer Plutonium"
@@ -906,7 +906,7 @@ msgstr "Глобальный доступ к эмодзи и стикерам"
#: src/fluxer_marketing/components/coming_features.gleam:53
msgid "Global voice regions"
-msgstr "Глобальные регионы для голоса"
+msgstr "Глобальные голосовые регионы"
#: src/fluxer_marketing/pages/not_found_page.gleam:78
msgid "Go home"
@@ -987,11 +987,11 @@ msgstr "Энтузиасты"
#: src/fluxer_marketing/components/current_features.gleam:85
msgid "Hop in a call with friends or share your screen to work together."
-msgstr "Подключайтесь к звонку с друзьями или делитесь экраном, чтобы работать вместе."
+msgstr "Заходите в звонок с друзьями или делитесь экраном, чтобы работать вместе."
#: src/fluxer_marketing/components/current_features.gleam:153
msgid "Host your own instance"
-msgstr "Запускайте свой экземпляр"
+msgstr "Запускайте свой инстанс"
#: src/fluxer_marketing/pages/help_center_page.gleam:64
#: src/fluxer_marketing/pages/help_search_page.gleam:63
@@ -1044,11 +1044,11 @@ msgstr "Установить Fluxer как приложение"
msgid "Intel"
msgstr "Intel"
-#: src/fluxer_marketing/pages/donate_page.gleam:377
+#: src/fluxer_marketing/pages/donate_page.gleam:376
msgid "Is my donation tax-deductible?"
msgstr "Можно ли списать пожертвование с налогов?"
-#: src/fluxer_marketing/pages/donate_page.gleam:359
+#: src/fluxer_marketing/pages/donate_page.gleam:358
msgid "Is this a subscription?"
msgstr "Это подписка?"
@@ -1157,7 +1157,7 @@ msgstr "Логотип"
#: src/fluxer_marketing/pages/donate_page.gleam:123
msgid "Make a Donation"
-msgstr "Сделать пожертвование"
+msgstr "Пожертвовать"
#: src/fluxer_marketing/components/current_features.gleam:123
msgid "Manage friends and block users"
@@ -1222,11 +1222,11 @@ msgstr "Статей не найдено."
msgid "No results found for"
msgstr "Ничего не найдено по запросу"
-#: src/fluxer_marketing/pages/donate_page.gleam:380
+#: src/fluxer_marketing/pages/donate_page.gleam:379
msgid "No, donations to Fluxer are not tax-deductible as we are not a registered charitable organization."
msgstr "Нет, пожертвования в пользу Fluxer не дают налогового вычета, поскольку мы не зарегистрированы как благотворительная организация."
-#: src/fluxer_marketing/pages/donate_page.gleam:362
+#: src/fluxer_marketing/pages/donate_page.gleam:361
msgid "No, this is a one-time donation. You choose the amount you want to give, and there are no recurring charges."
msgstr "Нет, это разовое пожертвование. Вы сами выбираете сумму, и никаких регулярных списаний не будет."
@@ -1244,7 +1244,7 @@ msgstr "Недоступно"
#: src/fluxer_marketing/pages/plutonium_page.gleam:91
msgid "Note: Plutonium and Visionary benefits only apply to the official Fluxer.app instance, not third-party or self-hosted instances."
-msgstr "Примечание: преимущества Plutonium и Visionary действуют только на официальном экземпляре Fluxer.app, а не на сторонних или self-hosted инстансах."
+msgstr "Примечание: преимущества Plutonium и Visionary действуют только на официальном инстансе Fluxer.app, а не на сторонних или self-hosted инстансах."
#: src/fluxer_marketing/pages/plutonium_page.gleam:788
msgid "Numbered badge (1-{0}) showing your Visionary status"
@@ -1260,7 +1260,7 @@ msgstr "Разовая покупка — доступ навсегда"
#: src/fluxer_marketing/components/plutonium_banner.gleam:43
msgid "Only {0} of {1} Visionary lifetime slots left — lifetime Plutonium + Operator Pass"
-msgstr "Осталось всего {0} из {1} пожизненных мест Visionary — пожизненный Plutonium + Operator Pass"
+msgstr "Осталось всего {0} из {1} пожизненных слотов Visionary — пожизненный Plutonium + Operator Pass"
#: src/fluxer_marketing/components/navigation.gleam:172
msgid "Open Fluxer"
@@ -1291,7 +1291,7 @@ msgstr "Operator Pass"
#: src/fluxer_marketing/components/coming_features.gleam:31
msgid "Opt-in E2EE messaging"
-msgstr "Сообщения с опцией шифрования E2EE"
+msgstr "Сообщения со сквозным шифрованием (по желанию)"
#: src/fluxer_marketing/components/current_features.gleam:74
msgid "Organized channels for communities"
@@ -1368,7 +1368,7 @@ msgstr "Португальский (Бразилия)"
#: src/fluxer_marketing/components/plutonium_section.gleam:154
msgid "Premium quality"
-msgstr "Премиальное качество"
+msgstr "Премиум-качество"
#: src/fluxer_marketing/components/footer.gleam:198
#: src/fluxer_marketing/components/navigation.gleam:337
@@ -1381,15 +1381,15 @@ msgstr "Нажмите «Добавить на главный экран»"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:249
msgid "Press \"Add\" in the upper-right corner"
-msgstr "Нажмите \"Добавить\" в правом верхнем углу"
+msgstr "Нажмите «Добавить» в правом верхнем углу"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:200
msgid "Press \"Install app\""
-msgstr "Нажмите \"Установить приложение"
+msgstr "Нажмите «Установить приложение»"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:301
msgid "Press \"Install\" in the popup that appears"
-msgstr "Нажмите \"Установить\" в появившемся всплывающем окне"
+msgstr "Нажмите «Установить» во всплывающем окне"
#: src/fluxer_marketing/pages/press_page.gleam:45
#: src/fluxer_marketing/pages/press_page.gleam:65
@@ -1402,11 +1402,11 @@ msgstr "Контакты для прессы"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:197
msgid "Press the \"More\" (\\u{22EE}) button in the top-right corner"
-msgstr "Нажмите кнопку \"Еще\" (\\u{22EE}) в правом верхнем углу"
+msgstr "Нажмите кнопку «Ещё» (\\u{22EE}) в правом верхнем углу"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:243
msgid "Press the Share button (rectangle with upwards-pointing arrow)"
-msgstr "Нажмите кнопку \"Поделиться\" (прямоугольник с стрелкой вверх)"
+msgstr "Нажмите кнопку «Поделиться» (прямоугольник со стрелкой вверх)"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:296
msgid "Press the install button (downwards-pointing arrow on monitor) in the address bar"
@@ -1420,7 +1420,7 @@ msgstr "Цены"
#: src/fluxer_marketing/pages/plutonium_page.gleam:851
msgid "Priority support and Operators community access for self-hosting"
-msgstr "Приоритетная поддержка и доступ к сообществу Operators для self-hosting"
+msgstr "Приоритетная поддержка и доступ к сообществу Operators для самостоятельного хостинга"
#: src/fluxer_marketing/components/footer.gleam:249
#: src/fluxer_marketing/components/navigation.gleam:406
@@ -1455,7 +1455,7 @@ msgstr "Публичные ссылки на профиль"
#: src/fluxer_marketing/components/coming_features.gleam:39
msgid "Publish forums to the web"
-msgstr "Публикация форумов в веб"
+msgstr "Публикация форумов в интернете"
#: src/fluxer_marketing/pages/plutonium_page.gleam:883
msgid "Purchase Visionary directly in the app after creating your account. Your purchase date and order number will be displayed on your profile (can be hidden in privacy settings)."
@@ -1471,7 +1471,7 @@ msgstr "RSS/Atom-ленты для форумов"
#: src/fluxer_marketing/pages/help_category_page.gleam:228
msgid "Read article"
-msgstr "Читать статью"
+msgstr "Прочитать статью"
#: src/fluxer_marketing/pages/guidelines_page.gleam:42
msgid "Read the Fluxer Community Guidelines"
@@ -1709,7 +1709,7 @@ msgstr "Храните до 15 видеофонов для звонков. Бо
#: src/fluxer_marketing/pages/plutonium_page.gleam:614
msgid "Stream in up to 4K resolution at 60fps so others can see you in stunning clarity."
-msgstr "Стримьте в разрешении до 4K при 60 fps, чтобы вас видели в потрясающей чёткости."
+msgstr "Транслируйте в разрешении до 4K при 60 fps, чтобы вас видели в потрясающей чёткости."
#: src/fluxer_marketing/components/coming_features.gleam:58
msgid "Streamer mode"
@@ -1842,7 +1842,7 @@ msgstr "Пока используйте Fluxer в мобильном брауз
#: src/fluxer_marketing/pages/plutonium_page.gleam:378
msgid "Use animated emojis"
-msgstr "Использовать анимированные эмодзи"
+msgstr "Анимированные эмодзи"
#: src/fluxer_marketing/components/current_features.gleam:154
msgid "Use our desktop client (mobile coming soon)"
@@ -1895,7 +1895,7 @@ msgstr "Голос и видео"
#: src/fluxer_marketing/pages/careers_page.gleam:396
msgid "Want to help build Fluxer?"
-msgstr "Хотите помочь создавать Fluxer?"
+msgstr "Хотите помочь развивать Fluxer?"
#: src/fluxer_marketing/pages/careers_page.gleam:94
msgid "Ways to contribute"
@@ -1937,7 +1937,7 @@ msgstr "Мы всё ещё выстраиваем бизнес вокруг Flux
msgid "Webhooks and bot support"
msgstr "Вебхуки и поддержка ботов"
-#: src/fluxer_marketing/pages/donate_page.gleam:351
+#: src/fluxer_marketing/pages/donate_page.gleam:350
msgid "What does my donation support?"
msgstr "На что идут мои пожертвования?"
@@ -1953,7 +1953,7 @@ msgstr "Что доступно сейчас"
msgid "What's coming next"
msgstr "Что дальше"
-#: src/fluxer_marketing/pages/donate_page.gleam:385
+#: src/fluxer_marketing/pages/donate_page.gleam:384
msgid "What's the difference between Individual and Business?"
msgstr "В чём разница между «Для частных лиц» и «Для бизнеса»?"
@@ -1989,7 +1989,7 @@ msgstr "Ваше сообщество получит верифицирован
msgid "Your community receives increased limits when you need them."
msgstr "Ваше сообщество получит повышенные лимиты, когда они понадобятся."
-#: src/fluxer_marketing/pages/donate_page.gleam:354
+#: src/fluxer_marketing/pages/donate_page.gleam:353
msgid "Your donation helps fund Fluxer's infrastructure costs, including servers, bandwidth, storage, and ongoing development of new features. It helps us maintain and improve the platform for everyone."
msgstr "Ваше пожертвование помогает оплачивать инфраструктуру Fluxer — серверы, трафик, хранение данных — и дальнейшую разработку новых функций. Это помогает нам поддерживать и улучшать платформу для всех."
@@ -1999,7 +1999,7 @@ msgstr "Ваше имя и ник на платформе"
#: src/fluxer_marketing/pages/plutonium_page.gleam:949
msgid "all"
-msgstr "все"
+msgstr "всё"
#: src/fluxer_marketing/pages/help_center_page.gleam:156
msgid "article"
@@ -2034,7 +2034,7 @@ msgid "one-time purchase"
msgstr "разовая покупка"
#: src/fluxer_marketing/components/plutonium_section.gleam:68
-#: src/fluxer_marketing/pages/donate_page.gleam:284
+#: src/fluxer_marketing/pages/donate_page.gleam:282
#: src/fluxer_marketing/pages/plutonium_page.gleam:106
#: src/fluxer_marketing/pages/plutonium_page.gleam:230
msgid "or"
@@ -2059,4 +2059,3 @@ msgstr "Осталось {0} из {1} мест"
#: src/fluxer_marketing/components/footer.gleam:325
msgid "© Fluxer Platform AB (Swedish limited liability company: 559537-3993)"
msgstr "© Fluxer Platform AB (шведская компания с ограниченной ответственностью: 559537-3993)"
-
diff --git a/fluxer_marketing/locales/sv-SE/messages.po b/fluxer_marketing/locales/sv-SE/messages.po
index afd72772..1bf03081 100644
--- a/fluxer_marketing/locales/sv-SE/messages.po
+++ b/fluxer_marketing/locales/sv-SE/messages.po
@@ -10,7 +10,7 @@ msgstr " i Chrome"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:288
msgid " in Chrome or another browser with PWA support"
-msgstr " i Chrome eller en annan webbläsare med PWA-stöd"
+msgstr " i Chrome eller i en annan webbläsare med PWA-stöd"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:236
msgid " in Safari"
@@ -37,11 +37,11 @@ msgstr "/år"
#: src/fluxer_marketing/pages/plutonium_page.gleam:654
msgid "500MB uploads, 4000 character messages, 300 bookmarks, 50 emoji packs, and much more."
-msgstr "Uppladdningar på 500 MB, meddelanden på 4 000 tecken, 300 bokmärken, 50 emojipaket och mycket mer."
+msgstr "Uppladdningar på 500 MB, meddelanden på upp till 4 000 tecken, 300 bokmärken, 50 emojipaket – och mycket mer."
#: src/fluxer_marketing/components/communities_section.gleam:86
msgid "A chat platform that answers to you, not investors. It's ad-free, open source, community-funded, and never sells your data or nags you with upgrade pop-ups."
-msgstr "En chattplattform som svarar inför dig, inte investerare. Den är reklamfri, har öppen källkod, är communityfinansierad och säljer aldrig dina uppgifter eller tjatar med uppgraderingspopuper."
+msgstr "En chattplattform som står till svars inför dig – inte inför investerare. Den är reklamfri, har öppen källkod, är communityfinansierad och säljer aldrig dina uppgifter eller tjatar med uppgraderingspopuper."
#: src/fluxer_marketing/pages/careers_page.gleam:219
msgid "A non-paid role for recurring contributors who help shape Fluxer alongside the core team."
@@ -53,7 +53,7 @@ msgstr "Tillgång till Fluxer Operators-communityn"
#: src/fluxer_marketing/pages/partners_page.gleam:225
msgid "Access to VIP voice servers reserved exclusively for partnered communities."
-msgstr "Tillgång till VIP-röstservrar som är reserverade enbart för partnercommunityn."
+msgstr "Tillgång till VIP-röstservrar, reserverade enbart för partnercommunities."
#: src/fluxer_marketing/components/coming_features.gleam:48
msgid "Activity sharing"
@@ -61,15 +61,15 @@ msgstr "Aktivitetsdelning"
#: src/fluxer_marketing/pages/download_page.gleam:228
msgid "Add Fluxer to your home screen to hide the browser UI."
-msgstr "Lägg till Fluxer på hemskärmen för att dölja webbläsarens gränssnitt."
+msgstr "Lägg till Fluxer på hemskärmen så döljs webbläsarens gränssnitt."
#: src/fluxer_marketing/components/current_features.gleam:133
msgid "Add custom emojis, save media for later, and style the app with custom CSS."
-msgstr "Lägg till egna emojis, spara media till senare och anpassa appen med egen CSS."
+msgstr "Lägg till egna emojis, spara media till senare och anpassa appens utseende med egen CSS."
#: src/fluxer_marketing/pages/plutonium_page.gleam:1124
msgid "After the offer ends, Operator Pass stays available on its own."
-msgstr "När erbjudandet är slut går det fortfarande att köpa Operator Pass separat."
+msgstr "När erbjudandet löper ut kan du fortfarande köpa Operator Pass separat."
#: src/fluxer_marketing/pages/plutonium_page.gleam:843
msgid "All current and future Plutonium benefits, forever"
@@ -77,11 +77,15 @@ msgstr "Alla nuvarande och framtida Plutonium-förmåner – för alltid"
#: src/fluxer_marketing/components/current_features.gleam:55
msgid "All the basics you expect, plus a few things you don't."
-msgstr "Allt det grundläggande du förväntar dig – plus några saker du inte gör det."
+msgstr "Allt det grundläggande du förväntar dig – plus några saker du inte hade räknat med."
#: src/fluxer_marketing/components/locale_selector.gleam:102
msgid "All translations are currently LLM-generated with minimal human revision. We'd love to get real people to help us out localizing Fluxer into your language! To do so, shoot an email to i18n@fluxer.app and we'll be happy to accept your contributions."
-msgstr "Alla översättningar är för närvarande LLM-genererade med minimal mänsklig granskning. Vi vill gärna få hjälp av riktiga människor att lokalisera Fluxer till ditt språk! Skicka ett mejl till i18n@fluxer.app så tar vi gärna emot dina bidrag."
+msgstr "Alla översättningar är just nu LLM-genererade och bara lätt granskade av människor. Vi vill gärna ha hjälp av riktiga människor att lokalisera Fluxer till ditt språk! Mejla i18n@fluxer.app så tar vi gärna emot dina bidrag."
+
+#: src/fluxer_marketing/components/hero.gleam:64
+msgid "An open-source, independent instant messaging and VoIP platform. Built for friends, groups, and communities."
+msgstr "En oberoende plattform med öppen källkod för snabbmeddelanden och VoIP. Byggd för vänner, grupper och communities."
#: src/fluxer_marketing/components/platform_download_button.gleam:524
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:97
@@ -112,7 +116,7 @@ msgstr "Ansök via partners@fluxer.app"
#: src/fluxer_marketing/components/get_involved_section.gleam:170
msgid "Approved reports grant access to Fluxer Testers, where you can earn points for Plutonium codes and the Bug Hunter badge."
-msgstr "Godkända rapporter ger tillgång till Fluxer Testers, där du kan samla poäng till Plutonium-koder och märket Bug Hunter."
+msgstr "Godkända rapporter ger dig tillgång till Fluxer Testers, där du kan samla poäng till Plutonium-koder och Bug Hunter-märket."
#: src/fluxer_marketing/components/locale_selector.gleam:118
msgid "Arabic"
@@ -128,11 +132,11 @@ msgstr "Artiklar i den här sektionen"
#: src/fluxer_marketing/components/current_features.gleam:106
msgid "Audit logs for transparency"
-msgstr "Revisionsloggar för transparens"
+msgstr "Granskningsloggar för insyn"
-#: src/fluxer_marketing/pages/donate_page.gleam:302
+#: src/fluxer_marketing/pages/donate_page.gleam:301
msgid "Available for Swedish bank accounts"
-msgstr "Tillgänglig för svenska bankkonton"
+msgstr "Tillgängligt för svenska bankkonton"
#: src/fluxer_marketing/pages/download_page.gleam:67
msgid "Available on your desktop — and on the web"
@@ -145,7 +149,7 @@ msgstr "Tillbaka till "
#: src/fluxer_marketing/pages/help_article_page.gleam:279
#: src/fluxer_marketing/pages/help_search_page.gleam:115
msgid "Back to Help Center"
-msgstr "Tillbaka till Hjälpcenter"
+msgstr "Tillbaka till Hjälpcentret"
#: src/fluxer_marketing/pages/plutonium_page.gleam:674
msgid "Be the first to try new features before they're released to everyone else."
@@ -181,7 +185,7 @@ msgstr "Bättre brusreducering"
#: src/fluxer_marketing/pages/plutonium_page.gleam:350
msgid "Bio character limit"
-msgstr "Teckengräns för bio"
+msgstr "Teckengräns för biotext"
#: src/fluxer_marketing/pages/press_page.gleam:235
msgid "Black"
@@ -208,7 +212,7 @@ msgstr "Bluesky"
msgid "Bookmarked messages"
msgstr "Bokmärkta meddelanden"
-#: src/fluxer_marketing/pages/donate_page.gleam:388
+#: src/fluxer_marketing/pages/donate_page.gleam:387
msgid "Both donation types support the same cause equally. The only difference is that Business donations allow you to specify a tax ID (if applicable) and receive a PDF invoice when finalized, which can be useful for company accounting purposes."
msgstr "Båda donationstyperna stödjer samma sak i lika hög grad. Den enda skillnaden är att företagsdonationer låter dig ange ett skatte-ID (om det är relevant) och få en PDF-faktura när donationen är slutförd, vilket kan vara praktiskt för företagets bokföring."
@@ -238,11 +242,7 @@ msgstr "Bläddra bland hjälpartiklar om "
#: src/fluxer_marketing/components/communities_section.gleam:44
msgid "Built for communities of all kinds."
-msgstr "Byggt för communityn av alla slag."
-
-#: src/fluxer_marketing/components/hero.gleam:64
-msgid "Built for friends, groups, and communities. Text, voice, and video. Open source and community-funded."
-msgstr "Byggt för vänner, grupper och communityn. Text, röst och video. Öppen källkod och communityfinansierat."
+msgstr "Byggt för communities i alla former."
#: src/fluxer_marketing/components/locale_selector.gleam:119
msgid "Bulgarian"
@@ -259,11 +259,11 @@ msgstr "Samtal i eget fönster"
#: src/fluxer_marketing/components/footer.gleam:220
#: src/fluxer_marketing/components/navigation.gleam:358
msgid "Careers"
-msgstr "Karriär"
+msgstr "Jobb"
#: src/fluxer_marketing/pages/careers_page.gleam:46
msgid "Careers at Fluxer"
-msgstr "Karriär på Fluxer"
+msgstr "Jobb på Fluxer"
#: src/fluxer_marketing/components/locale_selector.gleam:38
#: src/fluxer_marketing/components/navigation.gleam:252
@@ -273,7 +273,7 @@ msgstr "Byt språk"
#: src/fluxer_marketing/components/hero.gleam:59
msgid "Chat that puts you first"
-msgstr "Chatt som sätter dig först"
+msgstr "Chatten på din sida"
#: src/fluxer_marketing/components/locale_selector.gleam:150
msgid "Chinese (Simplified)"
@@ -285,11 +285,11 @@ msgstr "Kinesiska (traditionell)"
#: src/fluxer_marketing/components/platform_download_button.gleam:207
msgid "Choose Linux distribution"
-msgstr "Välj Linux-distribution"
+msgstr "Välj Linuxdistribution"
#: src/fluxer_marketing/pages/help_category_page.gleam:148
msgid "Choose a guide below or search again if you don't see what you need."
-msgstr "Välj en guide nedan eller sök igen om du inte hittar det du behöver."
+msgstr "Välj en guide nedan, eller sök igen om du inte hittar det du behöver."
#: src/fluxer_marketing/components/platform_download_button.gleam:409
msgid "Choose distribution"
@@ -301,11 +301,11 @@ msgstr "Välj språk"
#: src/fluxer_marketing/pages/plutonium_page.gleam:564
msgid "Choose your own 4-digit tag like #0001, #1337, or #9999 to make your username truly unique."
-msgstr "Välj din egen fyrsiffriga tagg som #0001, #1337 eller #9999 och gör ditt användarnamn helt unikt."
+msgstr "Välj din egen fyrsiffriga tagg, som #0001, #1337 eller #9999, och gör ditt användarnamn helt unikt."
#: src/fluxer_marketing/pages/help_category_page.gleam:136
msgid "Clear search"
-msgstr "Rensa sökning"
+msgstr "Rensa sökningen"
#: src/fluxer_marketing/pages/download_page.gleam:337
msgid "Code, issues, docs, and reviews"
@@ -335,7 +335,7 @@ msgstr "Kommer snart"
#: src/fluxer_marketing/pages/plutonium_page.gleam:329
msgid "Communities"
-msgstr "Communityn"
+msgstr "Communities"
#: src/fluxer_marketing/pages/careers_page.gleam:140
msgid "Community"
@@ -386,11 +386,11 @@ msgstr "Anslut från valfri klient"
#: src/fluxer_marketing/pages/help_article_page.gleam:233
#: src/fluxer_marketing/pages/help_article_page.gleam:375
msgid "Contact Support"
-msgstr "Kontakta support"
+msgstr "Kontakta supporten"
#: src/fluxer_marketing/components/partner_section.gleam:70
msgid "Content creators and community owners: unlock exclusive perks including free Plutonium, a Partner badge, custom vanity URLs, and more."
-msgstr "Innehållsskapare och communityägare: lås upp exklusiva förmåner som gratis Plutonium, ett Partner-märke, egna vanity-URL:er och mer."
+msgstr "Innehållsskapare och communityägare: få exklusiva förmåner som gratis Plutonium, ett partnermärke, egna vanity-URL:er och mycket mer."
#: src/fluxer_marketing/components/get_involved_section.gleam:178
msgid "Contribute code"
@@ -402,11 +402,11 @@ msgstr "Bidra på GitHub"
#: src/fluxer_marketing/components/final_cta.gleam:69
msgid "Create an account and help us build something good."
-msgstr "Skapa ett konto och hjälp oss bygga något bra."
+msgstr "Skapa ett konto och hjälp oss bygga något riktigt bra."
#: src/fluxer_marketing/pages/plutonium_page.gleam:1191
msgid "Create your Fluxer account to get that sweet Plutonium while it's hot."
-msgstr "Skapa ditt Fluxer-konto och säkra ditt Plutonium medan det fortfarande finns."
+msgstr "Skapa ditt Fluxer-konto och säkra ditt Plutonium medan det fortfarande går."
#: src/fluxer_marketing/pages/partners_page.gleam:211
msgid "Creator Monetization"
@@ -468,7 +468,7 @@ msgstr "Anpassning"
#: src/fluxer_marketing/pages/plutonium_page.gleam:574
msgid "Customize your profile differently for each community you're part of."
-msgstr "Anpassa din profil olika för varje community du är med i."
+msgstr "Anpassa din profil på olika sätt för varje community du är med i."
#: src/fluxer_marketing/components/locale_selector.gleam:120
msgid "Czech"
@@ -480,7 +480,7 @@ msgstr "DM-mappar"
#: src/fluxer_marketing/components/current_features.gleam:69
msgid "DM your friends, chat with groups, or build communities with channels."
-msgstr "DM:a dina vänner, chatta i grupper eller bygg communityn med kanaler."
+msgstr "Skicka DM till dina vänner, chatta i grupper eller bygg communities med kanaler."
#: src/fluxer_marketing/components/locale_selector.gleam:121
msgid "Danish"
@@ -492,7 +492,7 @@ msgstr "Design och varumärke"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:99
msgid "Desktop"
-msgstr "Skrivbord"
+msgstr "Dator"
#: src/fluxer_marketing/components/footer.gleam:209
msgid "Developer Docs"
@@ -505,23 +505,23 @@ msgstr "Utvecklare"
#: src/fluxer_marketing/components/partner_section.gleam:137
#: src/fluxer_marketing/pages/partners_page.gleam:156
msgid "Direct Team Access"
-msgstr "Direkt tillgång till teamet"
+msgstr "Direktkontakt med teamet"
#: src/fluxer_marketing/pages/plutonium_page.gleam:1076
msgid "Direct team support"
-msgstr "Direkt support från teamet"
+msgstr "Support direkt från teamet"
#: src/fluxer_marketing/components/coming_features.gleam:44
msgid "Discovery"
-msgstr "Upptäck"
+msgstr "Discovery"
#: src/fluxer_marketing/pages/partners_page.gleam:126
msgid "Display an exclusive Partner badge on your profile to stand out."
-msgstr "Visa ett exklusivt Partner-märke på din profil för att sticka ut."
+msgstr "Visa ett exklusivt partnermärke på din profil för att sticka ut."
-#: src/fluxer_marketing/pages/donate_page.gleam:367
+#: src/fluxer_marketing/pages/donate_page.gleam:366
msgid "Do I get anything in return?"
-msgstr "Får jag något i gengäld?"
+msgstr "Får jag något tillbaka?"
#: src/fluxer_marketing/components/navigation.gleam:111
#: src/fluxer_marketing/components/navigation.gleam:319
@@ -548,22 +548,22 @@ msgstr "Donera i USD"
msgid "Donate to Fluxer"
msgstr "Donera till Fluxer"
-#: src/fluxer_marketing/pages/donate_page.gleam:298
+#: src/fluxer_marketing/pages/donate_page.gleam:297
msgid "Donate with Swish"
msgstr "Donera med Swish"
-#: src/fluxer_marketing/pages/donate_page.gleam:370
+#: src/fluxer_marketing/pages/donate_page.gleam:369
msgid "Donations are voluntary gifts and do not provide you with any product, service, ownership, or special rights. If you're looking for premium features, check out {0}."
msgstr "Donationer är frivilliga gåvor och ger dig ingen produkt, tjänst, ägarandel eller några särskilda rättigheter. Om du är ute efter premiumfunktioner, kolla in {0}."
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:308
msgid "Done! You can now open Fluxer as if it were a regular program."
-msgstr "Klart! Du kan nu öppna Fluxer som om det vore ett vanligt program."
+msgstr "Klart! Nu kan du öppna Fluxer precis som ett vanligt program."
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:206
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:256
msgid "Done! You can open Fluxer from your home screen."
-msgstr "Klart! Du kan öppna Fluxer från din hemskärm."
+msgstr "Klart! Nu kan du öppna Fluxer från hemskärmen."
#: src/fluxer_marketing/components/footer.gleam:132
#: src/fluxer_marketing/components/navigation.gleam:84
@@ -581,11 +581,11 @@ msgstr "Ladda ner Fluxer"
#: src/fluxer_marketing/pages/download_page.gleam:49
msgid "Download Fluxer for Windows, macOS, and Linux. Mobile apps are underway."
-msgstr "Ladda ner Fluxer för Windows, macOS och Linux. Mobilappar är på väg."
+msgstr "Ladda ner Fluxer för Windows, macOS och Linux. Mobilappar är under utveckling."
#: src/fluxer_marketing/pages/press_page.gleam:48
msgid "Download Fluxer logos, brand assets, and get in touch with our press team"
-msgstr "Ladda ner Fluxers logotyper och varumärkesmaterial och kontakta vårt pressteam"
+msgstr "Ladda ner Fluxers logotyper och varumärkesmaterial, och kontakta vårt pressteam"
#: src/fluxer_marketing/components/platform_download_button.gleam:428
#: src/fluxer_marketing/components/platform_download_button.gleam:538
@@ -650,7 +650,7 @@ msgstr "Evenemangsbiljetter"
#: src/fluxer_marketing/pages/plutonium_page.gleam:1071
msgid "Everything in Free, plus:"
-msgstr "Allt i Gratis, plus:"
+msgstr "Allt som ingår i Gratis, plus:"
#: src/fluxer_marketing/pages/partners_page.gleam:233
msgid "Exclusive Merch"
@@ -658,7 +658,7 @@ msgstr "Exklusiv merch"
#: src/fluxer_marketing/pages/plutonium_page.gleam:863
msgid "Exclusive communities"
-msgstr "Exklusiva communityn"
+msgstr "Exklusiva communities"
#: src/fluxer_marketing/components/plutonium_section.gleam:181
msgid "Exclusive features"
@@ -666,7 +666,7 @@ msgstr "Exklusiva funktioner"
#: src/fluxer_marketing/pages/partners_page.gleam:67
msgid "Exclusive perks and benefits for content creators and large community owners."
-msgstr "Exklusiva förmåner och fördelar för innehållsskapare och stora communityägare."
+msgstr "Exklusiva förmåner för innehållsskapare och stora communityägare."
#: src/fluxer_marketing/pages/plutonium_page.gleam:257
msgid "Feature"
@@ -678,15 +678,15 @@ msgstr "Utvald i Discovery"
#: src/fluxer_marketing/components/coming_features.gleam:30
msgid "Federation"
-msgstr "Federation"
+msgstr "Federering"
#: src/fluxer_marketing/pages/plutonium_page.gleam:357
msgid "File upload size"
-msgstr "Maxstorlek för uppladdningar"
+msgstr "Maxstorlek för filuppladdningar"
#: src/fluxer_marketing/components/current_features.gleam:121
msgid "Filter by users, dates, and more"
-msgstr "Filtrera på användare, datum och mer"
+msgstr "Filtrera på användare, datum med mera"
#: src/fluxer_marketing/pages/help_center_page.gleam:49
msgid "Find answers to common questions and learn how to use Fluxer."
@@ -694,7 +694,7 @@ msgstr "Hitta svar på vanliga frågor och lär dig använda Fluxer."
#: src/fluxer_marketing/components/current_features.gleam:117
msgid "Find old messages or jump between communities and channels in seconds."
-msgstr "Hitta gamla meddelanden eller hoppa mellan communityn och kanaler på några sekunder."
+msgstr "Hitta gamla meddelanden eller hoppa mellan communities och kanaler på några sekunder."
#: src/fluxer_marketing/pages/help_center_page.gleam:104
msgid "Find step-by-step guides and answers, organized by topic."
@@ -706,7 +706,7 @@ msgstr "Finska"
#: src/fluxer_marketing/pages/careers_page.gleam:121
msgid "Fix bugs, ship features, or polish the experience in our main repo."
-msgstr "Fixa buggar, skeppa funktioner eller finslipa upplevelsen i vårt huvudrepo."
+msgstr "Fixa buggar, släpp nya funktioner eller finslipa upplevelsen i vårt huvudrepo."
#: src/fluxer_marketing/components/footer.gleam:99
msgid "Fluxer"
@@ -724,7 +724,7 @@ msgstr "Fluxers communityteam"
msgid "Fluxer Partner"
msgstr "Fluxer-partner"
-#: src/fluxer_marketing/pages/donate_page.gleam:372
+#: src/fluxer_marketing/pages/donate_page.gleam:371
#: src/fluxer_marketing/pages/plutonium_page.gleam:51
#: src/fluxer_marketing/pages/plutonium_page.gleam:76
msgid "Fluxer Plutonium"
@@ -744,15 +744,15 @@ msgstr "Fluxer byggs öppet. Välj den väg som passar hur du vill bidra."
#: src/fluxer_marketing/pages/download_page.gleam:303
msgid "Fluxer is community-funded. If you'd like to help support iOS and Android development:"
-msgstr "Fluxer är communityfinansierat. Om du vill hjälpa till att stödja iOS- och Android-utvecklingen:"
+msgstr "Fluxer är communityfinansierat. Om du vill hjälpa till att stötta iOS- och Android-utvecklingen:"
#: src/fluxer_marketing/pages/plutonium_page.gleam:991
msgid "Fluxer is free and open source. Anyone can self-host for free."
-msgstr "Fluxer är gratis och har öppen källkod. Vem som helst kan self-hosta gratis."
+msgstr "Fluxer är gratis och har öppen källkod. Vem som helst kan självhosta gratis."
#: src/fluxer_marketing/components/get_involved_section.gleam:181
msgid "Fluxer is open source (AGPLv3). Contribute directly on GitHub by opening pull requests."
-msgstr "Fluxer är öppen källkod (AGPLv3). Bidra direkt på GitHub genom att öppna pull requests."
+msgstr "Fluxer är öppen källkod (AGPLv3). Bidra direkt på GitHub genom att skicka pull requests."
#: src/fluxer_marketing/components/get_involved_section.gleam:158
msgid "Follow @fluxer.app"
@@ -786,7 +786,7 @@ msgstr "För alltid"
#: src/fluxer_marketing/components/get_involved_section.gleam:189
msgid "Found a security issue?"
-msgstr "Hittat ett säkerhetsproblem?"
+msgstr "Hittat en säkerhetsbrist?"
#: src/fluxer_marketing/pages/plutonium_page.gleam:175
#: src/fluxer_marketing/pages/plutonium_page.gleam:265
@@ -800,17 +800,17 @@ msgstr "Gratis Plutonium"
#: src/fluxer_marketing/pages/plutonium_page.gleam:1024
msgid "Free Self-Hosting"
-msgstr "Gratis egen hosting"
+msgstr "Gratis självhostning"
#: src/fluxer_marketing/pages/plutonium_page.gleam:152
msgid "Free vs Plutonium"
-msgstr "Gratis vs Plutonium"
+msgstr "Gratis jämfört med Plutonium"
#: src/fluxer_marketing/components/locale_selector.gleam:129
msgid "French"
msgstr "Franska"
-#: src/fluxer_marketing/pages/donate_page.gleam:346
+#: src/fluxer_marketing/pages/donate_page.gleam:345
msgid "Frequently Asked Questions"
msgstr "Vanliga frågor"
@@ -820,7 +820,7 @@ msgstr "Från HN?"
#: src/fluxer_marketing/components/current_features.gleam:72
msgid "Full Markdown support in messages"
-msgstr "Fullt Markdown-stöd i meddelanden"
+msgstr "Fullt stöd för Markdown i meddelanden"
#: src/fluxer_marketing/pages/plutonium_page.gleam:1037
msgid "Full access to all features"
@@ -869,7 +869,7 @@ msgstr "Få gratis Plutonium på ditt konto och ta del av alla premiumfunktioner
#: src/fluxer_marketing/pages/partners_page.gleam:170
msgid "Get heightened visibility by being featured in Community Discovery."
-msgstr "Få extra synlighet genom att bli utvald i Community Upptäck."
+msgstr "Få extra synlighet genom att lyftas fram i Community Discovery."
#: src/fluxer_marketing/pages/not_found_page.gleam:87
msgid "Get help"
@@ -881,7 +881,7 @@ msgstr "Engagera dig"
#: src/fluxer_marketing/pages/plutonium_page.gleam:956
msgid "Get lifetime Plutonium on Fluxer.app plus an Operator Pass for self-hosting. Pay {0} one-time. Available until October 1, 2026 or when {1} slots are claimed."
-msgstr "Få Plutonium på livstid på Fluxer.app plus ett Operator Pass för egen hosting. Betala {0} en gång. Erbjudandet gäller till 1 oktober 2026 eller tills {1} platser har tagits."
+msgstr "Få Plutonium på livstid på Fluxer.app plus ett Operator Pass för självhostning. Betala {0} som engångsköp. Erbjudandet gäller till 1 oktober 2026 eller tills {1} platser är slut."
#: src/fluxer_marketing/components/plutonium_section.gleam:51
msgid "Get more with Fluxer Plutonium"
@@ -910,7 +910,7 @@ msgstr "Globala röstregioner"
#: src/fluxer_marketing/pages/not_found_page.gleam:78
msgid "Go home"
-msgstr "Gå till startsidan"
+msgstr "Till startsidan"
#: src/fluxer_marketing/components/current_features.gleam:104
msgid "Granular roles and permissions"
@@ -987,24 +987,24 @@ msgstr "Hobbyister"
#: src/fluxer_marketing/components/current_features.gleam:85
msgid "Hop in a call with friends or share your screen to work together."
-msgstr "Hoppa in i ett samtal med vänner eller dela skärm för att jobba tillsammans."
+msgstr "Hoppa in i ett samtal med vänner eller dela skärmen för att jobba tillsammans."
#: src/fluxer_marketing/components/current_features.gleam:153
msgid "Host your own instance"
-msgstr "Hosta din egen instans"
+msgstr "Drifta en egen instans"
#: src/fluxer_marketing/pages/help_center_page.gleam:64
#: src/fluxer_marketing/pages/help_search_page.gleam:63
msgid "How can we help?"
-msgstr "Hur kan vi hjälpa till?"
+msgstr "Hur kan vi hjälpa?"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:39
msgid "How to install as an app"
-msgstr "Hur man installerar som en app"
+msgstr "Så installerar du som app"
#: src/fluxer_marketing/pages/partners_page.gleam:434
msgid "How you plan to use Fluxer with your community"
-msgstr "Hur du planerar att använda Fluxer med din community"
+msgstr "Hur du tänker använda Fluxer i din community"
#: src/fluxer_marketing/components/locale_selector.gleam:133
msgid "Hungarian"
@@ -1012,7 +1012,7 @@ msgstr "Ungerska"
#: src/fluxer_marketing/components/footer.gleam:329
msgid "IP geolocation data by "
-msgstr "IP-geolokaliseringsdata av "
+msgstr "IP-geolokaliseringsdata från "
#: src/fluxer_marketing/pages/help_article_page.gleam:223
#: src/fluxer_marketing/pages/help_article_page.gleam:365
@@ -1021,7 +1021,7 @@ msgstr "Om du inte hittar det du söker finns vårt supportteam här för att hj
#: src/fluxer_marketing/pages/careers_page.gleam:176
msgid "If you're a creator or community owner, explore the Partner program and its perks."
-msgstr "Om du är skapare eller communityägare, utforska partnerprogrammet och dess förmåner."
+msgstr "Om du är skapare eller communityägare – kolla in partnerprogrammet och dess förmåner."
#: src/fluxer_marketing/pages/partners_page.gleam:189
msgid "Increased Limits"
@@ -1037,18 +1037,18 @@ msgstr "Indonesiska"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:59
msgid "Install Fluxer as an app"
-msgstr "Installera Fluxer som en app"
+msgstr "Installera Fluxer som app"
#: src/fluxer_marketing/components/platform_download_button.gleam:145
#: src/fluxer_marketing/components/platform_download_button.gleam:161
msgid "Intel"
msgstr "Intel"
-#: src/fluxer_marketing/pages/donate_page.gleam:377
+#: src/fluxer_marketing/pages/donate_page.gleam:376
msgid "Is my donation tax-deductible?"
msgstr "Är min donation avdragsgill?"
-#: src/fluxer_marketing/pages/donate_page.gleam:359
+#: src/fluxer_marketing/pages/donate_page.gleam:358
msgid "Is this a subscription?"
msgstr "Är det här en prenumeration?"
@@ -1073,7 +1073,7 @@ msgstr "Gå med i Fluxer HQ"
#: src/fluxer_marketing/pages/careers_page.gleam:442
msgid "Join Fluxer HQ community"
-msgstr "Gå med i communityn Fluxer HQ"
+msgstr "Gå med i Fluxer HQ-communityn"
#: src/fluxer_marketing/components/get_involved_section.gleam:75
msgid "Join and spread the word"
@@ -1081,7 +1081,7 @@ msgstr "Gå med och sprid ordet"
#: src/fluxer_marketing/components/current_features.gleam:88
msgid "Join from multiple devices at once"
-msgstr "Anslut från flera enheter samtidigt"
+msgstr "Logga in från flera enheter samtidigt"
#: src/fluxer_marketing/pages/partners_page.gleam:47
msgid "Join the Fluxer Partner Program and unlock exclusive benefits for you and your community"
@@ -1093,7 +1093,7 @@ msgstr "Gå med i Fluxer-communityn och hjälp till att bygga framtidens kommuni
#: src/fluxer_marketing/pages/partners_page.gleam:159
msgid "Join the exclusive Partners community with direct access to the Fluxer team."
-msgstr "Gå med i den exklusiva Partners-communityn med direkt tillgång till Fluxer-teamet."
+msgstr "Gå med i den exklusiva Partners-communityn med direktkontakt med Fluxer-teamet."
#: src/fluxer_marketing/pages/careers_page.gleam:66
msgid "Join the team behind Fluxer"
@@ -1101,7 +1101,7 @@ msgstr "Gå med i teamet bakom Fluxer"
#: src/fluxer_marketing/components/current_features.gleam:101
msgid "Keep your community running smoothly with roles, permissions, and logs."
-msgstr "Håll din community rullande med roller, behörigheter och loggar."
+msgstr "Håll din community igång med roller, behörigheter och loggar."
#: src/fluxer_marketing/components/locale_selector.gleam:137
msgid "Korean"
@@ -1113,7 +1113,7 @@ msgstr "Läs om Fluxer och vårt uppdrag"
#: src/fluxer_marketing/pages/careers_page.gleam:178
msgid "Learn about Partners"
-msgstr "Läs om Partners"
+msgstr "Läs om partnerprogrammet"
#: src/fluxer_marketing/components/plutonium_section.gleam:195
msgid "Learn more"
@@ -1157,7 +1157,7 @@ msgstr "Logotyp"
#: src/fluxer_marketing/pages/donate_page.gleam:123
msgid "Make a Donation"
-msgstr "Ge en donation"
+msgstr "Gör en donation"
#: src/fluxer_marketing/components/current_features.gleam:123
msgid "Manage friends and block users"
@@ -1165,7 +1165,7 @@ msgstr "Hantera vänner och blockera användare"
#: src/fluxer_marketing/pages/plutonium_page.gleam:336
msgid "Message character limit"
-msgstr "Teckengräns för meddelanden"
+msgstr "Max antal tecken per meddelande"
#: src/fluxer_marketing/components/coming_features.gleam:34
msgid "Message components"
@@ -1204,11 +1204,11 @@ msgstr "Moderationsverktyg"
#: src/fluxer_marketing/pages/plutonium_page.gleam:206
msgid "Most popular"
-msgstr "Mest populär"
+msgstr "Populärast"
#: src/fluxer_marketing/components/current_features.gleam:91
msgid "Mute, deafen, and camera controls"
-msgstr "Tysta, döva och kamerakontroller"
+msgstr "Tysta mikrofonen, stäng av ljudet och styr kameran"
#: src/fluxer_marketing/pages/help_search_page.gleam:135
msgid "No articles found"
@@ -1222,11 +1222,11 @@ msgstr "Inga artiklar hittades."
msgid "No results found for"
msgstr "Inga resultat för"
-#: src/fluxer_marketing/pages/donate_page.gleam:380
+#: src/fluxer_marketing/pages/donate_page.gleam:379
msgid "No, donations to Fluxer are not tax-deductible as we are not a registered charitable organization."
msgstr "Nej, donationer till Fluxer är inte avdragsgilla eftersom vi inte är en registrerad välgörenhetsorganisation."
-#: src/fluxer_marketing/pages/donate_page.gleam:362
+#: src/fluxer_marketing/pages/donate_page.gleam:361
msgid "No, this is a one-time donation. You choose the amount you want to give, and there are no recurring charges."
msgstr "Nej, det här är en engångsdonation. Du väljer själv beloppet, och det finns inga återkommande avgifter."
@@ -1240,11 +1240,11 @@ msgstr "Norska"
#: src/fluxer_marketing/pages/plutonium_page.gleam:295
msgid "Not available"
-msgstr "Inte tillgänglig"
+msgstr "Inte tillgängligt"
#: src/fluxer_marketing/pages/plutonium_page.gleam:91
msgid "Note: Plutonium and Visionary benefits only apply to the official Fluxer.app instance, not third-party or self-hosted instances."
-msgstr "Obs: Plutonium- och Visionary-förmåner gäller bara på den officiella instansen Fluxer.app, inte på tredjeparts- eller självhostade instanser."
+msgstr "Obs: Plutonium- och Visionary-förmåner gäller bara för den officiella instansen Fluxer.app – inte för tredjeparts- eller självhostade instanser."
#: src/fluxer_marketing/pages/plutonium_page.gleam:788
msgid "Numbered badge (1-{0}) showing your Visionary status"
@@ -1256,11 +1256,11 @@ msgstr "Numrerat märke som visar din Visionary-status"
#: src/fluxer_marketing/pages/plutonium_page.gleam:828
msgid "One-time purchase, lifetime access"
-msgstr "Engångsköp, livstidsåtkomst"
+msgstr "Engångsköp – livstidsåtkomst"
#: src/fluxer_marketing/components/plutonium_banner.gleam:43
msgid "Only {0} of {1} Visionary lifetime slots left — lifetime Plutonium + Operator Pass"
-msgstr "Bara {0} av {1} Visionary-platser på livstid kvar – Plutonium på livstid + Operator Pass"
+msgstr "Endast {0} av {1} Visionary-platser på livstid kvar – Plutonium på livstid + Operator Pass"
#: src/fluxer_marketing/components/navigation.gleam:172
msgid "Open Fluxer"
@@ -1291,11 +1291,11 @@ msgstr "Operator Pass"
#: src/fluxer_marketing/components/coming_features.gleam:31
msgid "Opt-in E2EE messaging"
-msgstr "Opt-in E2EE-meddelanden"
+msgstr "Valfri E2EE för meddelanden"
#: src/fluxer_marketing/components/current_features.gleam:74
msgid "Organized channels for communities"
-msgstr "Organiserade kanaler för communityn"
+msgstr "Strukturerade kanaler för communities"
#: src/fluxer_marketing/pages/press_page.gleam:209
msgid "Our carefully selected color palette that represents the Fluxer brand."
@@ -1315,7 +1315,7 @@ msgstr "Vår fristående symbol. Använd den bara när varumärket redan är tyd
#: src/fluxer_marketing/components/communities_section.gleam:106
msgid "Over time, we'd love to explore optional monetization tools that help creators and communities earn, with a small, transparent fee that keeps the app sustainable."
-msgstr "Med tiden vill vi gärna utforska valfria intäktsverktyg som hjälper skapare och communityn att tjäna pengar, med en liten och transparent avgift som gör appen hållbar."
+msgstr "På sikt vill vi gärna utforska valfria intäktsverktyg som hjälper skapare och communities att tjäna pengar – med en liten, transparent avgift som gör appen långsiktigt hållbar."
#: src/fluxer_marketing/pages/not_found_page.gleam:101
msgid "Page Not Found"
@@ -1327,7 +1327,7 @@ msgstr "Sidan hittades inte"
#: src/fluxer_marketing/pages/partners_page.gleam:123
msgid "Partner Badge"
-msgstr "Partner-märke"
+msgstr "Partnermärke"
#: src/fluxer_marketing/pages/partners_page.gleam:90
msgid "Partner Perks"
@@ -1377,19 +1377,19 @@ msgstr "Press"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:246
msgid "Press \"Add to Home Screen\""
-msgstr "Tryck på \"Lägg till på hemskärmen"
+msgstr "Tryck på \"Lägg till på hemskärmen\""
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:249
msgid "Press \"Add\" in the upper-right corner"
-msgstr "Tryck på \"Lägg till\" i det övre högra hörnet"
+msgstr "Tryck på \"Lägg till\" uppe till höger"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:200
msgid "Press \"Install app\""
-msgstr "Tryck på \"Installera app"
+msgstr "Tryck på \"Installera app\""
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:301
msgid "Press \"Install\" in the popup that appears"
-msgstr "Tryck på \"Installera\" i popupfönstret som visas"
+msgstr "Tryck på \"Installera\" i popupfönstret som dyker upp"
#: src/fluxer_marketing/pages/press_page.gleam:45
#: src/fluxer_marketing/pages/press_page.gleam:65
@@ -1402,15 +1402,15 @@ msgstr "Presskontakt"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:197
msgid "Press the \"More\" (\\u{22EE}) button in the top-right corner"
-msgstr "Tryck på \"Fler\" (\\u{22EE})-knappen i det övre högra hörnet"
+msgstr "Tryck på \"Mer\" (\\u{22EE}) uppe till höger"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:243
msgid "Press the Share button (rectangle with upwards-pointing arrow)"
-msgstr "Tryck på Dela-knappen (rektangel med uppåtriktad pil)"
+msgstr "Tryck på Dela (rektangel med uppåtpil)"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:296
msgid "Press the install button (downwards-pointing arrow on monitor) in the address bar"
-msgstr "Tryck på installera-knappen (nedåtriktad pil på skärmen) i adressfältet"
+msgstr "Tryck på installationsikonen (nedåtpil på en skärm) i adressfältet"
#: src/fluxer_marketing/components/footer.gleam:110
#: src/fluxer_marketing/components/navigation.gleam:93
@@ -1420,7 +1420,7 @@ msgstr "Priser"
#: src/fluxer_marketing/pages/plutonium_page.gleam:851
msgid "Priority support and Operators community access for self-hosting"
-msgstr "Prioriterad support och tillgång till Operators-communityn för egen hosting"
+msgstr "Prioriterad support och tillgång till Operators-communityn för självhostning"
#: src/fluxer_marketing/components/footer.gleam:249
#: src/fluxer_marketing/components/navigation.gleam:406
@@ -1447,7 +1447,7 @@ msgstr "Profilkopplingar"
#: src/fluxer_marketing/components/hero.gleam:55
msgid "Public Beta"
-msgstr "Publik beta"
+msgstr "Öppen beta"
#: src/fluxer_marketing/components/coming_features.gleam:46
msgid "Public profile URLs"
@@ -1459,7 +1459,7 @@ msgstr "Publicera forum på webben"
#: src/fluxer_marketing/pages/plutonium_page.gleam:883
msgid "Purchase Visionary directly in the app after creating your account. Your purchase date and order number will be displayed on your profile (can be hidden in privacy settings)."
-msgstr "Köp Visionary direkt i appen efter att du skapat ditt konto. Ditt köpdatum och ordernummer visas på din profil (kan döljas i integritetsinställningarna)."
+msgstr "Köp Visionary direkt i appen när du har skapat ditt konto. Ditt köpdatum och ordernummer visas på din profil (kan döljas i integritetsinställningarna)."
#: src/fluxer_marketing/components/current_features.gleam:122
msgid "Quick switcher with keyboard shortcuts"
@@ -1511,7 +1511,7 @@ msgstr "Rapportera buggar"
#: src/fluxer_marketing/pages/careers_page.gleam:165
msgid "Report people or communities so we can keep Fluxer safe for everyone."
-msgstr "Anmäl personer eller communityn så att vi kan hålla Fluxer tryggt för alla."
+msgstr "Anmäl personer eller communities så att vi kan hålla Fluxer tryggt för alla."
#: src/fluxer_marketing/pages/careers_page.gleam:154
msgid "Report vulnerabilities and help us keep the platform secure."
@@ -1535,7 +1535,7 @@ msgstr "Rumänska"
#: src/fluxer_marketing/components/current_features.gleam:149
msgid "Run the Fluxer backend on your own hardware and connect with our apps."
-msgstr "Kör Fluxers backend på din egen hårdvara och anslut med våra appar."
+msgstr "Kör Fluxers backend på din egen hårdvara och anslut via våra appar."
#: src/fluxer_marketing/components/locale_selector.gleam:144
msgid "Russian"
@@ -1556,7 +1556,7 @@ msgstr "Sparade medier"
#: src/fluxer_marketing/pages/plutonium_page.gleam:584
msgid "Schedule messages to be sent at a specific time in the future. No DeLorean required."
-msgstr "Schemalägg meddelanden så att de skickas vid en viss tidpunkt i framtiden. Ingen DeLorean behövs."
+msgstr "Schemalägg meddelanden så att de skickas vid en viss tidpunkt i framtiden. Ingen DeLorean krävs."
#: src/fluxer_marketing/components/current_features.gleam:89
msgid "Screen sharing built in"
@@ -1564,7 +1564,7 @@ msgstr "Inbyggd skärmdelning"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:132
msgid "Screenshots courtesy of "
-msgstr "Skärmdumpar vänligen tillhandahållna av "
+msgstr "Skärmdumpar med tillstånd av "
#: src/fluxer_marketing/pages/help_components.gleam:93
msgid "Search"
@@ -1611,7 +1611,7 @@ msgstr "Säkerhetsrapporter"
#: src/fluxer_marketing/pages/download_page.gleam:232
msgid "See badge counts on the app icon."
-msgstr "Se notisräknaren på appikonen."
+msgstr "Se antal notiser på appikonen."
#: src/fluxer_marketing/pages/partners_page.gleam:312
msgid "See perks"
@@ -1619,11 +1619,11 @@ msgstr "Se förmåner"
#: src/fluxer_marketing/pages/plutonium_page.gleam:979
msgid "Self-Hosting"
-msgstr "Egen hosting"
+msgstr "Självhostning"
#: src/fluxer_marketing/components/current_features.gleam:146
msgid "Self-hosting"
-msgstr "Egen hosting"
+msgstr "Självhostning"
#: src/fluxer_marketing/pages/download_page.gleam:330
msgid "Send a one-time gift"
@@ -1635,7 +1635,7 @@ msgstr "Mejla oss med följande information för att komma igång:"
#: src/fluxer_marketing/pages/plutonium_page.gleam:634
msgid "Set personalized sounds when you join voice channels to make your presence known."
-msgstr "Ställ in personliga ljud när du går in i röstkanaler så att din närvaro märks."
+msgstr "Ställ in personliga ljud som spelas när du går in i röstkanaler, så att din närvaro märks."
#: src/fluxer_marketing/pages/careers_page.gleam:408
msgid "Share a bit about yourself, what you'd like to work on, and links to any relevant work."
@@ -1659,7 +1659,7 @@ msgstr "Visa upp din Plutonium-status med ett exklusivt märke på din profil."
#: src/fluxer_marketing/components/coming_features.gleam:33
msgid "Slash commands"
-msgstr "Snedstreckskommandon"
+msgstr "Slash-kommandon"
#: src/fluxer_marketing/pages/careers_page.gleam:236
msgid "Software development"
@@ -1667,7 +1667,7 @@ msgstr "Mjukvaruutveckling"
#: src/fluxer_marketing/components/coming_features.gleam:57
msgid "Soundboard"
-msgstr "Ljudpanel"
+msgstr "Soundboard"
#: src/fluxer_marketing/components/footer.gleam:143
#: src/fluxer_marketing/components/navigation.gleam:438
@@ -1705,11 +1705,11 @@ msgstr "Behöver du fortfarande hjälp?"
#: src/fluxer_marketing/pages/plutonium_page.gleam:624
msgid "Store up to 15 video backgrounds for calls. No more Downloads folder scavenger hunts!"
-msgstr "Spara upp till 15 videobakgrunder för samtal. Inget mer letande i mappen Hämtade filer!"
+msgstr "Spara upp till 15 videobakgrunder för samtal. Slipp rota i mappen Hämtade filer!"
#: src/fluxer_marketing/pages/plutonium_page.gleam:614
msgid "Stream in up to 4K resolution at 60fps so others can see you in stunning clarity."
-msgstr "Streama i upp till 4K-upplösning i 60 fps så att andra ser dig i knivskarp kvalitet."
+msgstr "Streama i upp till 4K-upplösning i 60 fps så att andra ser dig i fantastisk skärpa."
#: src/fluxer_marketing/components/coming_features.gleam:58
msgid "Streamer mode"
@@ -1722,7 +1722,7 @@ msgstr "Stöd Fluxer"
#: src/fluxer_marketing/pages/plutonium_page.gleam:1077
msgid "Support future development"
-msgstr "Stöd framtida utveckling"
+msgstr "Stöd fortsatt utveckling"
#: src/fluxer_marketing/components/locale_selector.gleam:145
msgid "Swedish"
@@ -1790,7 +1790,7 @@ msgstr "Prova andra sökord eller bläddra bland våra kategorier."
#: src/fluxer_marketing/components/hackernews_banner.gleam:75
msgid "Try it without an email at"
-msgstr "Prova utan en e-postadress på"
+msgstr "Prova utan e-postadress på"
#: src/fluxer_marketing/components/locale_selector.gleam:147
msgid "Turkish"
@@ -1822,7 +1822,7 @@ msgstr "Upp till 4K-videokvalitet"
#: src/fluxer_marketing/pages/plutonium_page.gleam:54
msgid "Upgrade to Plutonium for $4.99/mo: custom username tags, per-community profiles, message scheduling, 4K streaming, 500MB uploads, and more exclusive features."
-msgstr "Uppgradera till Plutonium för $4.99/mån: egna användarnamnstaggar, profiler per community, schemaläggning av meddelanden, 4K-streaming, uppladdningar på 500 MB och fler exklusiva funktioner."
+msgstr "Uppgradera till Plutonium för $4.99/mån: egna användarnamnstaggar, profiler per community, schemaläggning av meddelanden, 4K-streaming, 500 MB-uppladdningar och fler exklusiva funktioner."
#: src/fluxer_marketing/pages/plutonium_page.gleam:644
msgid "Upload and use your own notification sounds to personalize your Fluxer experience."
@@ -1838,7 +1838,7 @@ msgstr "Ladda upp egna emojis och stickers"
#: src/fluxer_marketing/components/platform_download_button.gleam:315
msgid "Use Fluxer in your mobile browser for now"
-msgstr "Använd Fluxer i mobilwebbläsaren så länge"
+msgstr "Använd Fluxer i mobilwebbläsaren tills vidare"
#: src/fluxer_marketing/pages/plutonium_page.gleam:378
msgid "Use animated emojis"
@@ -1846,11 +1846,11 @@ msgstr "Använd animerade emojis"
#: src/fluxer_marketing/components/current_features.gleam:154
msgid "Use our desktop client (mobile coming soon)"
-msgstr "Använd vår stationära klient (mobilversion kommer snart)"
+msgstr "Använd vår datorapp (mobilversion kommer snart)"
#: src/fluxer_marketing/pages/plutonium_page.gleam:604
msgid "Use your favorite emojis and stickers from any community, anywhere across Fluxer."
-msgstr "Använd dina favorit-emojis och stickers från vilken community som helst, var som helst i Fluxer."
+msgstr "Använd dina favorit-emojis och -stickers från vilken community som helst, var som helst i Fluxer."
#: src/fluxer_marketing/pages/partners_page.gleam:222
msgid "VIP Voice Servers"
@@ -1879,7 +1879,7 @@ msgstr "Visa alla artiklar"
#: src/fluxer_marketing/components/get_involved_section.gleam:183
#: src/fluxer_marketing/pages/careers_page.gleam:123
msgid "View repository"
-msgstr "Visa repo"
+msgstr "Visa repot"
#: src/fluxer_marketing/pages/plutonium_page.gleam:822
msgid "Visionary"
@@ -1887,7 +1887,7 @@ msgstr "Visionary"
#: src/fluxer_marketing/pages/plutonium_page.gleam:864
msgid "Visionary & Operators communities with team access"
-msgstr "Visionary- och Operators-communityn med tillgång till teamet"
+msgstr "Visionary- och Operators-communityerna med direktkontakt med teamet"
#: src/fluxer_marketing/components/current_features.gleam:82
msgid "Voice & video"
@@ -1923,7 +1923,7 @@ msgstr "Vi bygger en komplett plattform med alla funktioner du förväntar dig.
#: src/fluxer_marketing/pages/download_page.gleam:214
msgid "We're building apps for iOS and Android. Until they're ready, Fluxer works in your mobile browser — and we've put a lot of effort into making it feel as app-like as possible."
-msgstr "Vi bygger appar för iOS och Android. Tills de är klara fungerar Fluxer i mobilwebbläsaren – och vi har lagt mycket krut på att få det att kännas så app-likt som möjligt."
+msgstr "Vi bygger appar för iOS och Android. Tills de är klara fungerar Fluxer i mobilwebbläsaren – och vi har lagt mycket arbete på att få det att kännas så app-likt som möjligt."
#: src/fluxer_marketing/components/get_involved_section.gleam:78
msgid "We're limiting registrations during beta. Once you're in, you can give friends a code to skip the queue."
@@ -1937,9 +1937,9 @@ msgstr "Vi håller fortfarande på att bygga upp verksamheten kring Fluxer och
msgid "Webhooks and bot support"
msgstr "Webhooks och botstöd"
-#: src/fluxer_marketing/pages/donate_page.gleam:351
+#: src/fluxer_marketing/pages/donate_page.gleam:350
msgid "What does my donation support?"
-msgstr "Vad stödjer min donation?"
+msgstr "Vad går min donation till?"
#: src/fluxer_marketing/pages/plutonium_page.gleam:549
msgid "What you get with Plutonium"
@@ -1953,7 +1953,7 @@ msgstr "Det som finns idag"
msgid "What's coming next"
msgstr "Det som kommer härnäst"
-#: src/fluxer_marketing/pages/donate_page.gleam:385
+#: src/fluxer_marketing/pages/donate_page.gleam:384
msgid "What's the difference between Individual and Business?"
msgstr "Vad är skillnaden mellan Privat och Företag?"
@@ -1983,15 +1983,15 @@ msgstr "Med ditt stöd hoppas vi kunna göra den här oberoende kommunikationspl
#: src/fluxer_marketing/pages/partners_page.gleam:137
msgid "Your community gets verified status for authenticity and trust."
-msgstr "Din community får verifierad status för autenticitet och förtroende."
+msgstr "Din community får verifierad status för ökad autenticitet och tillit."
#: src/fluxer_marketing/pages/partners_page.gleam:192
msgid "Your community receives increased limits when you need them."
msgstr "Din community får högre gränser när du behöver dem."
-#: src/fluxer_marketing/pages/donate_page.gleam:354
+#: src/fluxer_marketing/pages/donate_page.gleam:353
msgid "Your donation helps fund Fluxer's infrastructure costs, including servers, bandwidth, storage, and ongoing development of new features. It helps us maintain and improve the platform for everyone."
-msgstr "Din donation hjälper till att finansiera Fluxers infrastrukturkostnader, inklusive servrar, bandbredd, lagring och fortsatt utveckling av nya funktioner. Den hjälper oss att underhålla och förbättra plattformen för alla."
+msgstr "Din donation hjälper till att finansiera Fluxers driftkostnader – servrar, bandbredd och lagring – samt fortsatt utveckling av nya funktioner. Den hjälper oss att underhålla och förbättra plattformen för alla."
#: src/fluxer_marketing/pages/partners_page.gleam:395
msgid "Your name and platform username"
@@ -2034,7 +2034,7 @@ msgid "one-time purchase"
msgstr "engångsköp"
#: src/fluxer_marketing/components/plutonium_section.gleam:68
-#: src/fluxer_marketing/pages/donate_page.gleam:284
+#: src/fluxer_marketing/pages/donate_page.gleam:282
#: src/fluxer_marketing/pages/plutonium_page.gleam:106
#: src/fluxer_marketing/pages/plutonium_page.gleam:230
msgid "or"
@@ -2059,4 +2059,3 @@ msgstr "{0} av {1} platser kvar"
#: src/fluxer_marketing/components/footer.gleam:325
msgid "© Fluxer Platform AB (Swedish limited liability company: 559537-3993)"
msgstr "© Fluxer Platform AB (svenskt aktiebolag, org.nr: 559537-3993)"
-
diff --git a/fluxer_marketing/locales/th/messages.po b/fluxer_marketing/locales/th/messages.po
index 4d602d9c..64b1a09c 100644
--- a/fluxer_marketing/locales/th/messages.po
+++ b/fluxer_marketing/locales/th/messages.po
@@ -6,15 +6,15 @@ msgstr ""
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:190
msgid " in Chrome"
-msgstr "ใน Chrome"
+msgstr " ใน Chrome"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:288
msgid " in Chrome or another browser with PWA support"
-msgstr "ใน Chrome หรือเบราว์เซอร์อื่นที่รองรับ PWA"
+msgstr " ใน Chrome หรือเบราว์เซอร์อื่นที่รองรับ PWA"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:236
msgid " in Safari"
-msgstr "ใน Safari"
+msgstr " ใน Safari"
#: src/fluxer_marketing/pages/plutonium_page.gleam:1032
msgid "/forever"
@@ -37,19 +37,19 @@ msgstr "/ปี"
#: src/fluxer_marketing/pages/plutonium_page.gleam:654
msgid "500MB uploads, 4000 character messages, 300 bookmarks, 50 emoji packs, and much more."
-msgstr "อัปโหลดได้ 500MB, ข้อความยาวได้ 4,000 ตัวอักษร, บุ๊กมาร์ก 300 รายการ, แพ็กอีโมจิ 50 แพ็ก และอีกมากมาย"
+msgstr "อัปโหลดได้สูงสุด 500MB, ข้อความยาวได้ 4,000 ตัวอักษร, บุ๊กมาร์กได้ 300 รายการ, แพ็กอีโมจิได้ 50 แพ็ก และอีกมากมาย"
#: src/fluxer_marketing/components/communities_section.gleam:86
msgid "A chat platform that answers to you, not investors. It's ad-free, open source, community-funded, and never sells your data or nags you with upgrade pop-ups."
-msgstr "แพลตฟอร์มแชตที่ยึดคุณเป็นหลัก ไม่ใช่นักลงทุน ไม่มีโฆษณา โอเพนซอร์ส ทุนจากชุมชน และไม่ขายข้อมูลของคุณหรือคอยเด้งป๊อปอัปให้ซื้ออัปเกรด"
+msgstr "แพลตฟอร์มแชตที่ฟังคุณ ไม่ใช่นักลงทุน ไม่มีโฆษณา เป็นโอเพนซอร์ส ได้รับทุนจากชุมชน และไม่ขายข้อมูลของคุณหรือคอยเด้งป๊อปอัปชวนอัปเกรด"
#: src/fluxer_marketing/pages/careers_page.gleam:219
msgid "A non-paid role for recurring contributors who help shape Fluxer alongside the core team."
-msgstr "บทบาทแบบไม่รับค่าตอบแทนสำหรับผู้มีส่วนร่วมอย่างต่อเนื่อง ที่ช่วยกำหนดทิศทาง Fluxer ร่วมกับทีมหลัก"
+msgstr "บทบาทอาสาสมัครสำหรับผู้มีส่วนร่วมอย่างต่อเนื่อง ที่ช่วยกำหนดทิศทาง Fluxer ร่วมกับทีมหลัก"
#: src/fluxer_marketing/pages/plutonium_page.gleam:1074
msgid "Access to Fluxer Operators community"
-msgstr "เข้าถึงชุมชน Fluxer Operators"
+msgstr "เข้าร่วมชุมชน Fluxer Operators"
#: src/fluxer_marketing/pages/partners_page.gleam:225
msgid "Access to VIP voice servers reserved exclusively for partnered communities."
@@ -61,7 +61,7 @@ msgstr "แชร์กิจกรรม"
#: src/fluxer_marketing/pages/download_page.gleam:228
msgid "Add Fluxer to your home screen to hide the browser UI."
-msgstr "เพิ่ม Fluxer ไปยังหน้าจอหลักเพื่อซ่อนหน้าตา UI ของเบราว์เซอร์"
+msgstr "เพิ่ม Fluxer ไปยังหน้าจอหลักเพื่อซ่อน UI ของเบราว์เซอร์"
#: src/fluxer_marketing/components/current_features.gleam:133
msgid "Add custom emojis, save media for later, and style the app with custom CSS."
@@ -77,11 +77,15 @@ msgstr "สิทธิพิเศษ Plutonium ทั้งปัจจุบ
#: src/fluxer_marketing/components/current_features.gleam:55
msgid "All the basics you expect, plus a few things you don't."
-msgstr "ครบทุกพื้นฐานที่ควรมี แถมอีกหลายอย่างที่คุณอาจไม่คาดคิด"
+msgstr "ครบทุกพื้นฐานที่คุณคาดหวัง แถมอีกหลายอย่างที่คุณอาจไม่ทันคิด"
#: src/fluxer_marketing/components/locale_selector.gleam:102
msgid "All translations are currently LLM-generated with minimal human revision. We'd love to get real people to help us out localizing Fluxer into your language! To do so, shoot an email to i18n@fluxer.app and we'll be happy to accept your contributions."
-msgstr "ตอนนี้คำแปลทั้งหมดสร้างโดย LLM และมีการตรวจแก้โดยมนุษย์เพียงเล็กน้อย เราอยากได้คนจริง ๆ มาช่วยแปล Fluxer ให้เป็นภาษาของคุณ! หากสนใจ ส่งอีเมลมาที่ i18n@fluxer.app แล้วเรายินดีรับคอนทริบิวชันของคุณ"
+msgstr "การแปลทั้งหมดในปัจจุบันสร้างขึ้นโดย LLM ด้วยการแก้ไขจากมนุษย์เพียงเล็กน้อย เราต้องการให้คนจริงช่วยเราในการแปล Fluxer เป็นภาษาของคุณ! หากต้องการทำเช่นนั้น กรุณาส่งอีเมลไปที่ i18n@fluxer.app และเรายินดีที่จะรับการสนับสนุนของคุณ"
+
+#: src/fluxer_marketing/components/hero.gleam:64
+msgid "An open-source, independent instant messaging and VoIP platform. Built for friends, groups, and communities."
+msgstr "แพลตฟอร์มส่งข้อความทันทีและ VoIP แบบโอเพนซอร์สและเป็นอิสระ สร้างมาเพื่อเพื่อน กลุ่ม และชุมชน."
#: src/fluxer_marketing/components/platform_download_button.gleam:524
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:97
@@ -128,11 +132,11 @@ msgstr "บทความในหมวดนี้"
#: src/fluxer_marketing/components/current_features.gleam:106
msgid "Audit logs for transparency"
-msgstr "บันทึกตรวจสอบ (Audit log) เพื่อความโปร่งใส"
+msgstr "บันทึกการตรวจสอบเพื่อความโปร่งใส"
-#: src/fluxer_marketing/pages/donate_page.gleam:302
+#: src/fluxer_marketing/pages/donate_page.gleam:301
msgid "Available for Swedish bank accounts"
-msgstr "สามารถใช้ได้กับบัญชีธนาคารสวีเดน"
+msgstr "ใช้ได้กับบัญชีธนาคารในสวีเดน"
#: src/fluxer_marketing/pages/download_page.gleam:67
msgid "Available on your desktop — and on the web"
@@ -149,7 +153,7 @@ msgstr "กลับไปศูนย์ช่วยเหลือ"
#: src/fluxer_marketing/pages/plutonium_page.gleam:674
msgid "Be the first to try new features before they're released to everyone else."
-msgstr "ได้ลองฟีเจอร์ใหม่ก่อนใคร ก่อนปล่อยให้ทุกคนใช้งาน"
+msgstr "ได้ลองฟีเจอร์ใหม่ก่อนใคร ก่อนปล่อยให้ทุกคนได้ใช้งาน"
#: src/fluxer_marketing/components/partner_section.gleam:64
#: src/fluxer_marketing/pages/careers_page.gleam:173
@@ -208,13 +212,13 @@ msgstr "Bluesky"
msgid "Bookmarked messages"
msgstr "ข้อความที่บุ๊กมาร์กไว้"
-#: src/fluxer_marketing/pages/donate_page.gleam:388
+#: src/fluxer_marketing/pages/donate_page.gleam:387
msgid "Both donation types support the same cause equally. The only difference is that Business donations allow you to specify a tax ID (if applicable) and receive a PDF invoice when finalized, which can be useful for company accounting purposes."
msgstr "การบริจาคทั้งสองแบบช่วยสนับสนุนเป้าหมายเดียวกันเท่า ๆ กัน ความต่างมีแค่ว่าแบบธุรกิจ (Business) สามารถใส่เลขผู้เสียภาษีได้ (หากมี) และเมื่อเสร็จสิ้นจะได้รับใบแจ้งหนี้ PDF ซึ่งอาจมีประโยชน์ต่อการทำบัญชีบริษัท"
#: src/fluxer_marketing/pages/press_page.gleam:200
msgid "Brand Colors"
-msgstr "สีแบรนด์"
+msgstr "สีประจำแบรนด์"
#: src/fluxer_marketing/pages/partners_page.gleam:421
msgid "Brief description of your audience and what you do"
@@ -240,10 +244,6 @@ msgstr "เรียกดูบทความช่วยเหลือเก
msgid "Built for communities of all kinds."
msgstr "สร้างมาเพื่อชุมชนทุกรูปแบบ"
-#: src/fluxer_marketing/components/hero.gleam:64
-msgid "Built for friends, groups, and communities. Text, voice, and video. Open source and community-funded."
-msgstr "สร้างมาเพื่อเพื่อน กลุ่ม และชุมชน แชต เสียง และวิดีโอ โอเพนซอร์สและทุนจากชุมชน"
-
#: src/fluxer_marketing/components/locale_selector.gleam:119
msgid "Bulgarian"
msgstr "บัลแกเรีย"
@@ -254,7 +254,7 @@ msgstr "ธุรกิจ"
#: src/fluxer_marketing/components/coming_features.gleam:56
msgid "Call pop-out"
-msgstr "เปิดการโทรเป็นหน้าต่างลอย"
+msgstr "หน้าต่างคอลแบบลอย"
#: src/fluxer_marketing/components/footer.gleam:220
#: src/fluxer_marketing/components/navigation.gleam:358
@@ -309,7 +309,7 @@ msgstr "ล้างการค้นหา"
#: src/fluxer_marketing/pages/download_page.gleam:337
msgid "Code, issues, docs, and reviews"
-msgstr "โค้ด, ปัญหา, เอกสาร และรีวิว"
+msgstr "โค้ด ปัญหา เอกสาร และรีวิว"
#: src/fluxer_marketing/pages/press_page.gleam:124
msgid "Color Logo"
@@ -353,7 +353,7 @@ msgstr "การยืนยันชุมชน"
#: src/fluxer_marketing/pages/plutonium_page.gleam:1040
msgid "Community support"
-msgstr "ซัพพอร์ตจากชุมชน"
+msgstr "การสนับสนุนจากชุมชน"
#: src/fluxer_marketing/components/coming_features.gleam:38
msgid "Community templates"
@@ -468,7 +468,7 @@ msgstr "การปรับแต่ง"
#: src/fluxer_marketing/pages/plutonium_page.gleam:574
msgid "Customize your profile differently for each community you're part of."
-msgstr "ปรับแต่งโปรไฟล์ให้ต่างกันได้ในแต่ละชุมชนที่คุณอยู่"
+msgstr "ปรับแต่งโปรไฟล์ให้ต่างกันได้สำหรับแต่ละชุมชนที่คุณเป็นสมาชิก"
#: src/fluxer_marketing/components/locale_selector.gleam:120
msgid "Czech"
@@ -519,7 +519,7 @@ msgstr "Discovery"
msgid "Display an exclusive Partner badge on your profile to stand out."
msgstr "แสดงป้าย Partner แบบเอ็กซ์คลูซีฟบนโปรไฟล์ของคุณให้โดดเด่น"
-#: src/fluxer_marketing/pages/donate_page.gleam:367
+#: src/fluxer_marketing/pages/donate_page.gleam:366
msgid "Do I get anything in return?"
msgstr "ฉันจะได้อะไรตอบแทนไหม?"
@@ -548,22 +548,22 @@ msgstr "บริจาคเป็น USD"
msgid "Donate to Fluxer"
msgstr "บริจาคให้ Fluxer"
-#: src/fluxer_marketing/pages/donate_page.gleam:298
+#: src/fluxer_marketing/pages/donate_page.gleam:297
msgid "Donate with Swish"
msgstr "บริจาคด้วย Swish"
-#: src/fluxer_marketing/pages/donate_page.gleam:370
+#: src/fluxer_marketing/pages/donate_page.gleam:369
msgid "Donations are voluntary gifts and do not provide you with any product, service, ownership, or special rights. If you're looking for premium features, check out {0}."
msgstr "การบริจาคเป็นของขวัญโดยสมัครใจ และไม่ได้มอบสินค้า บริการ ความเป็นเจ้าของ หรือสิทธิพิเศษใด ๆ ให้คุณ หากคุณกำลังมองหาฟีเจอร์พรีเมียม โปรดดูที่ {0}"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:308
msgid "Done! You can now open Fluxer as if it were a regular program."
-msgstr "เสร็จสิ้น! ตอนนี้คุณสามารถเปิด Fluxer เหมือนกับโปรแกรมธรรมดาได้แล้ว"
+msgstr "เสร็จแล้ว! ตอนนี้คุณเปิด Fluxer ได้เหมือนโปรแกรมทั่วไป"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:206
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:256
msgid "Done! You can open Fluxer from your home screen."
-msgstr "เสร็จสิ้น! คุณสามารถเปิด Fluxer จากหน้าจอหลักของคุณได้"
+msgstr "เสร็จแล้ว! ตอนนี้คุณสามารถเปิด Fluxer จากหน้าจอหลักได้เลย"
#: src/fluxer_marketing/components/footer.gleam:132
#: src/fluxer_marketing/components/navigation.gleam:84
@@ -678,7 +678,7 @@ msgstr "ถูกแนะนำใน Discovery"
#: src/fluxer_marketing/components/coming_features.gleam:30
msgid "Federation"
-msgstr "สหพันธ์"
+msgstr "Federation"
#: src/fluxer_marketing/pages/plutonium_page.gleam:357
msgid "File upload size"
@@ -706,7 +706,7 @@ msgstr "ฟินแลนด์"
#: src/fluxer_marketing/pages/careers_page.gleam:121
msgid "Fix bugs, ship features, or polish the experience in our main repo."
-msgstr "แก้บั๊ก ส่งมอบฟีเจอร์ใหม่ หรือขัดเกลาประสบการณ์ใช้งานในรีโปหลักของเรา"
+msgstr "แก้บั๊ก พัฒนาฟีเจอร์ใหม่ หรือขัดเกลาประสบการณ์ใช้งานในรีโปหลักของเรา"
#: src/fluxer_marketing/components/footer.gleam:99
msgid "Fluxer"
@@ -724,7 +724,7 @@ msgstr "ทีมชุมชน Fluxer"
msgid "Fluxer Partner"
msgstr "Fluxer Partner"
-#: src/fluxer_marketing/pages/donate_page.gleam:372
+#: src/fluxer_marketing/pages/donate_page.gleam:371
#: src/fluxer_marketing/pages/plutonium_page.gleam:51
#: src/fluxer_marketing/pages/plutonium_page.gleam:76
msgid "Fluxer Plutonium"
@@ -810,13 +810,13 @@ msgstr "Free เทียบกับ Plutonium"
msgid "French"
msgstr "ฝรั่งเศส"
-#: src/fluxer_marketing/pages/donate_page.gleam:346
+#: src/fluxer_marketing/pages/donate_page.gleam:345
msgid "Frequently Asked Questions"
msgstr "คำถามที่พบบ่อย"
#: src/fluxer_marketing/components/hackernews_banner.gleam:72
msgid "From HN?"
-msgstr "จาก HN?"
+msgstr "มาจาก HN?"
#: src/fluxer_marketing/components/current_features.gleam:72
msgid "Full Markdown support in messages"
@@ -824,7 +824,7 @@ msgstr "รองรับ Markdown เต็มรูปแบบในข้
#: src/fluxer_marketing/pages/plutonium_page.gleam:1037
msgid "Full access to all features"
-msgstr "เข้าถึงทุกฟีเจอร์แบบเต็มรูปแบบ"
+msgstr "เข้าถึงทุกฟีเจอร์ได้แบบเต็มรูปแบบ"
#: src/fluxer_marketing/pages/press_page.gleam:125
#: src/fluxer_marketing/pages/press_page.gleam:179
@@ -833,7 +833,7 @@ msgstr "เวอร์ชันสีเต็ม"
#: src/fluxer_marketing/components/current_features.gleam:152
msgid "Fully open source (AGPLv3)"
-msgstr "โอเพนซอร์ส 100% (AGPLv3)"
+msgstr "โอเพนซอร์สเต็มรูปแบบ (AGPLv3)"
#: src/fluxer_marketing/components/communities_section.gleam:57
msgid "Gaming"
@@ -922,7 +922,7 @@ msgstr "กรีก"
#: src/fluxer_marketing/pages/press_page.gleam:285
msgid "Have a story about Fluxer? Need more information or high-resolution assets?"
-msgstr "มีเรื่องราวเกี่ยวกับ Fluxer ใช่ไหม? ต้องการข้อมูลเพิ่มเติมหรือแอสเซ็ตความละเอียดสูง?"
+msgstr "มีเรื่องราวเกี่ยวกับ Fluxer ใช่ไหม? ต้องการข้อมูลเพิ่มเติมหรือแอสเซ็ตความละเอียดสูงหรือเปล่า?"
#: src/fluxer_marketing/components/locale_selector.gleam:130
msgid "Hebrew"
@@ -959,7 +959,7 @@ msgstr "ช่วยสนับสนุนแพลตฟอร์มสื่
#: src/fluxer_marketing/pages/careers_page.gleam:132
msgid "Help translate Fluxer and its docs so it feels native everywhere."
-msgstr "ช่วยแปล Fluxer และเอกสารให้เหมือนเป็นภาษาท้องถิ่นในทุกที่"
+msgstr "ช่วยแปล Fluxer และเอกสารให้เป็นธรรมชาติในทุกภาษา"
#: src/fluxer_marketing/pages/careers_page.gleam:69
msgid "Help us build a different kind of communication platform — open source, community-funded, and built with care."
@@ -983,7 +983,7 @@ msgstr "ฮินดี"
#: src/fluxer_marketing/components/communities_section.gleam:72
msgid "Hobbyists"
-msgstr "สายงานอดิเรก"
+msgstr "ผู้ชื่นชอบงานอดิเรก"
#: src/fluxer_marketing/components/current_features.gleam:85
msgid "Hop in a call with friends or share your screen to work together."
@@ -996,7 +996,7 @@ msgstr "โฮสต์อินสแตนซ์ของคุณเอง"
#: src/fluxer_marketing/pages/help_center_page.gleam:64
#: src/fluxer_marketing/pages/help_search_page.gleam:63
msgid "How can we help?"
-msgstr "มีอะไรให้ช่วยไหม?"
+msgstr "ให้เราช่วยอะไรได้บ้าง?"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:39
msgid "How to install as an app"
@@ -1044,11 +1044,11 @@ msgstr "ติดตั้ง Fluxer เป็นแอป"
msgid "Intel"
msgstr "Intel"
-#: src/fluxer_marketing/pages/donate_page.gleam:377
+#: src/fluxer_marketing/pages/donate_page.gleam:376
msgid "Is my donation tax-deductible?"
msgstr "เงินบริจาคนำไปลดหย่อนภาษีได้ไหม?"
-#: src/fluxer_marketing/pages/donate_page.gleam:359
+#: src/fluxer_marketing/pages/donate_page.gleam:358
msgid "Is this a subscription?"
msgstr "นี่เป็นการสมัครสมาชิกแบบรายเดือน/รายปีไหม?"
@@ -1222,11 +1222,11 @@ msgstr "ไม่พบบทความ"
msgid "No results found for"
msgstr "ไม่พบผลลัพธ์สำหรับ"
-#: src/fluxer_marketing/pages/donate_page.gleam:380
+#: src/fluxer_marketing/pages/donate_page.gleam:379
msgid "No, donations to Fluxer are not tax-deductible as we are not a registered charitable organization."
msgstr "ไม่ได้ เนื่องจาก Fluxer ไม่ได้เป็นองค์กรการกุศลที่จดทะเบียนไว้ จึงไม่สามารถนำเงินบริจาคไปลดหย่อนภาษีได้"
-#: src/fluxer_marketing/pages/donate_page.gleam:362
+#: src/fluxer_marketing/pages/donate_page.gleam:361
msgid "No, this is a one-time donation. You choose the amount you want to give, and there are no recurring charges."
msgstr "ไม่ใช่ นี่เป็นการบริจาคครั้งเดียว คุณเลือกยอดที่ต้องการได้ และจะไม่มีการเรียกเก็บเงินซ้ำ"
@@ -1291,7 +1291,7 @@ msgstr "Operator Pass"
#: src/fluxer_marketing/components/coming_features.gleam:31
msgid "Opt-in E2EE messaging"
-msgstr "การส่งข้อความ E2EE ด้วยความสมัครใจ"
+msgstr "การส่งข้อความ E2EE แบบเลือกเปิดใช้"
#: src/fluxer_marketing/components/current_features.gleam:74
msgid "Organized channels for communities"
@@ -1377,7 +1377,7 @@ msgstr "สื่อ"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:246
msgid "Press \"Add to Home Screen\""
-msgstr "กด \"เพิ่มไปยังหน้าจอหลัก"
+msgstr "กด \"เพิ่มไปยังหน้าจอหลัก\""
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:249
msgid "Press \"Add\" in the upper-right corner"
@@ -1385,7 +1385,7 @@ msgstr "กด \"เพิ่ม\" ที่มุมขวาบน"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:200
msgid "Press \"Install app\""
-msgstr "กด \"ติดตั้งแอป"
+msgstr "กด \"ติดตั้งแอป\""
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:301
msgid "Press \"Install\" in the popup that appears"
@@ -1406,7 +1406,7 @@ msgstr "กดปุ่ม \"เพิ่มเติม\" (\\u{22EE}) ที่
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:243
msgid "Press the Share button (rectangle with upwards-pointing arrow)"
-msgstr "กดปุ่มแชร์ (สี่เหลี่ยมที่มีลูกศรชี้ขึ้น)"
+msgstr "กดปุ่มแชร์ (สี่เหลี่ยมพร้อมลูกศรชี้ขึ้น)"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:296
msgid "Press the install button (downwards-pointing arrow on monitor) in the address bar"
@@ -1420,7 +1420,7 @@ msgstr "ราคา"
#: src/fluxer_marketing/pages/plutonium_page.gleam:851
msgid "Priority support and Operators community access for self-hosting"
-msgstr "ซัพพอร์ตแบบลำดับความสำคัญ และเข้าถึงชุมชน Operators สำหรับการโฮสต์เอง"
+msgstr "ซัพพอร์ตแบบลำดับความสำคัญ และสิทธิ์เข้าชุมชน Operators สำหรับการโฮสต์เอง"
#: src/fluxer_marketing/components/footer.gleam:249
#: src/fluxer_marketing/components/navigation.gleam:406
@@ -1527,7 +1527,7 @@ msgstr "รางวัลที่ยกย่องผลกระทบขอ
#: src/fluxer_marketing/pages/careers_page.gleam:344
msgid "Right now we're focused on shipping a great product and keeping Fluxer independent and bootstrapped."
-msgstr "ตอนนี้เรามุ่งเน้นไปที่การส่งมอบผลิตภัณฑ์ที่ยอดเยี่ยม และรักษาให้ Fluxer เป็นอิสระ พร้อมเติบโตแบบบูตสแตรป"
+msgstr "ตอนนี้เรามุ่งเน้นไปที่การส่งมอบผลิตภัณฑ์ที่ยอดเยี่ยม และรักษาให้ Fluxer เป็นอิสระ พร้อมเติบโตด้วยเงินทุนของเราเอง"
#: src/fluxer_marketing/components/locale_selector.gleam:143
msgid "Romanian"
@@ -1790,7 +1790,7 @@ msgstr "ลองใช้คีย์เวิร์ดอื่น หรื
#: src/fluxer_marketing/components/hackernews_banner.gleam:75
msgid "Try it without an email at"
-msgstr "ลองใช้งานโดยไม่ต้องใช้อีเมลที่"
+msgstr "ลองใช้ได้โดยไม่ต้องใช้อีเมลที่"
#: src/fluxer_marketing/components/locale_selector.gleam:147
msgid "Turkish"
@@ -1846,7 +1846,7 @@ msgstr "ใช้อีโมจิแบบเคลื่อนไหว"
#: src/fluxer_marketing/components/current_features.gleam:154
msgid "Use our desktop client (mobile coming soon)"
-msgstr "ใช้ไคลเอนต์เดสก์ท็อปของเรา (มือถือจะมาเร็วๆ นี้)"
+msgstr "ใช้ไคลเอนต์เดสก์ท็อปของเรา (มือถือจะมาเร็ว ๆ นี้)"
#: src/fluxer_marketing/pages/plutonium_page.gleam:604
msgid "Use your favorite emojis and stickers from any community, anywhere across Fluxer."
@@ -1937,7 +1937,7 @@ msgstr "เรายังอยู่ระหว่างสร้างธุ
msgid "Webhooks and bot support"
msgstr "รองรับเว็บฮุคและบอต"
-#: src/fluxer_marketing/pages/donate_page.gleam:351
+#: src/fluxer_marketing/pages/donate_page.gleam:350
msgid "What does my donation support?"
msgstr "เงินบริจาคของฉันช่วยสนับสนุนอะไรบ้าง?"
@@ -1953,7 +1953,7 @@ msgstr "มีอะไรให้ใช้แล้ววันนี้"
msgid "What's coming next"
msgstr "อะไรจะมาเป็นลำดับถัดไป"
-#: src/fluxer_marketing/pages/donate_page.gleam:385
+#: src/fluxer_marketing/pages/donate_page.gleam:384
msgid "What's the difference between Individual and Business?"
msgstr "Individual กับ Business ต่างกันอย่างไร?"
@@ -1989,7 +1989,7 @@ msgstr "ชุมชนของคุณจะได้รับสถานะ
msgid "Your community receives increased limits when you need them."
msgstr "ชุมชนของคุณจะได้รับขีดจำกัดที่เพิ่มขึ้นเมื่อจำเป็น"
-#: src/fluxer_marketing/pages/donate_page.gleam:354
+#: src/fluxer_marketing/pages/donate_page.gleam:353
msgid "Your donation helps fund Fluxer's infrastructure costs, including servers, bandwidth, storage, and ongoing development of new features. It helps us maintain and improve the platform for everyone."
msgstr "เงินบริจาคของคุณช่วยสนับสนุนค่าโครงสร้างพื้นฐานของ Fluxer เช่น เซิร์ฟเวอร์ แบนด์วิดท์ ที่เก็บข้อมูล และการพัฒนาฟีเจอร์ใหม่อย่างต่อเนื่อง ช่วยให้เราดูแลและพัฒนาแพลตฟอร์มให้ดีขึ้นสำหรับทุกคน"
@@ -2034,7 +2034,7 @@ msgid "one-time purchase"
msgstr "จ่ายครั้งเดียว"
#: src/fluxer_marketing/components/plutonium_section.gleam:68
-#: src/fluxer_marketing/pages/donate_page.gleam:284
+#: src/fluxer_marketing/pages/donate_page.gleam:282
#: src/fluxer_marketing/pages/plutonium_page.gleam:106
#: src/fluxer_marketing/pages/plutonium_page.gleam:230
msgid "or"
diff --git a/fluxer_marketing/locales/tr/messages.po b/fluxer_marketing/locales/tr/messages.po
index 8e564bb5..150a89d3 100644
--- a/fluxer_marketing/locales/tr/messages.po
+++ b/fluxer_marketing/locales/tr/messages.po
@@ -6,19 +6,19 @@ msgstr ""
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:190
msgid " in Chrome"
-msgstr "Chrome'da"
+msgstr " Chrome'da"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:288
msgid " in Chrome or another browser with PWA support"
-msgstr "Chrome'da veya PWA desteği olan başka bir tarayıcıda"
+msgstr " Chrome'da veya PWA destekli başka bir tarayıcıda"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:236
msgid " in Safari"
-msgstr "Safari'de"
+msgstr " Safari'de"
#: src/fluxer_marketing/pages/plutonium_page.gleam:1032
msgid "/forever"
-msgstr "/ömür boyu"
+msgstr "/ömür-boyu"
#: src/fluxer_marketing/components/plutonium_section.gleam:66
#: src/fluxer_marketing/pages/plutonium_page.gleam:103
@@ -37,19 +37,19 @@ msgstr "/yıl"
#: src/fluxer_marketing/pages/plutonium_page.gleam:654
msgid "500MB uploads, 4000 character messages, 300 bookmarks, 50 emoji packs, and much more."
-msgstr "500 MB yükleme, 4000 karakterlik mesajlar, 300 yer imi, 50 emoji paketi ve çok daha fazlası."
+msgstr "500 MB dosya yükleme, 4000 karakterlik mesajlar, 300 yer imi, 50 emoji paketi ve daha fazlası."
#: src/fluxer_marketing/components/communities_section.gleam:86
msgid "A chat platform that answers to you, not investors. It's ad-free, open source, community-funded, and never sells your data or nags you with upgrade pop-ups."
-msgstr "Yatırımcılara değil, sana hesap veren bir sohbet platformu. Reklamsız, açık kaynaklı, topluluk tarafından finanse ediliyor; verilerini asla satmaz ve yükseltme açılır pencereleriyle seni bunaltmaz."
+msgstr "Yatırımcılara değil, sana hesap veren bir sohbet platformu. Reklamsız, açık kaynaklı ve topluluk tarafından finanse edilir; verilerini asla satmaz ve yükseltme pop-up'larıyla seni bunaltmaz."
#: src/fluxer_marketing/pages/careers_page.gleam:219
msgid "A non-paid role for recurring contributors who help shape Fluxer alongside the core team."
-msgstr "Çekirdek ekiple birlikte Fluxer'ı şekillendirmeye katkı veren düzenli katkıcılara yönelik, ücretli olmayan bir rol."
+msgstr "Çekirdek ekiple birlikte Fluxer'ı şekillendirmeye katkı veren düzenli katkıcılar için, gönüllü bir rol."
#: src/fluxer_marketing/pages/plutonium_page.gleam:1074
msgid "Access to Fluxer Operators community"
-msgstr "Fluxer Operatörler topluluğuna erişim"
+msgstr "Fluxer Operators topluluğuna erişim"
#: src/fluxer_marketing/pages/partners_page.gleam:225
msgid "Access to VIP voice servers reserved exclusively for partnered communities."
@@ -77,11 +77,15 @@ msgstr "Mevcut ve gelecekteki tüm Plutonium avantajları, ömür boyu"
#: src/fluxer_marketing/components/current_features.gleam:55
msgid "All the basics you expect, plus a few things you don't."
-msgstr "Beklediğin tüm temel özellikler, bir de beklemedik birkaç güzel şey."
+msgstr "Beklediğin tüm temel şeyler, bir de beklemediğin birkaç sürpriz."
#: src/fluxer_marketing/components/locale_selector.gleam:102
msgid "All translations are currently LLM-generated with minimal human revision. We'd love to get real people to help us out localizing Fluxer into your language! To do so, shoot an email to i18n@fluxer.app and we'll be happy to accept your contributions."
-msgstr "Tüm çeviriler şu anda büyük dil modeli (LLM) ile üretiliyor ve minimum düzeyde insan gözden geçirmesinden geçiyor. Fluxer'ı diline gerçekten yerelleştirmemize yardımcı olacak gerçek kişilerle çalışmayı çok isteriz! Bunun için i18n@fluxer.app adresine bir e-posta gönder; katkılarını memnuniyetle kabul ederiz."
+msgstr "Tüm çeviriler şu anda büyük dil modeli (LLM) ile üretiliyor ve çok az insan gözden geçirmesinden geçiyor. Fluxer'ı diline gerçekten yerelleştirmemize yardımcı olacak gerçek kişilerle çalışmayı çok isteriz! Bunun için i18n@fluxer.app adresine bir e-posta gönder; katkılarını memnuniyetle kabul ederiz."
+
+#: src/fluxer_marketing/components/hero.gleam:64
+msgid "An open-source, independent instant messaging and VoIP platform. Built for friends, groups, and communities."
+msgstr "Açık kaynaklı, bağımsız bir anlık mesajlaşma ve VoIP platformu. Arkadaşlar, gruplar ve topluluklar için tasarlandı."
#: src/fluxer_marketing/components/platform_download_button.gleam:524
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:97
@@ -94,7 +98,7 @@ msgstr "Android 8+"
#: src/fluxer_marketing/pages/partners_page.gleam:178
msgid "Animated Avatar & Banner"
-msgstr "Animasyonlu Avatar ve Banner"
+msgstr "Animasyonlu avatar ve banner"
#: src/fluxer_marketing/pages/plutonium_page.gleam:399
#: src/fluxer_marketing/pages/plutonium_page.gleam:591
@@ -112,7 +116,7 @@ msgstr "Başvuru: partners@fluxer.app"
#: src/fluxer_marketing/components/get_involved_section.gleam:170
msgid "Approved reports grant access to Fluxer Testers, where you can earn points for Plutonium codes and the Bug Hunter badge."
-msgstr "Onaylanan raporlar, Fluxer Testers'a erişim sağlar. Burada Plutonium kodları ve Bug Hunter rozeti için puan kazanabilirsin."
+msgstr "Onaylanan raporlar Fluxer Testers'a erişim sağlar; burada Plutonium kodları ve Bug Hunter rozeti için puan kazanabilirsin."
#: src/fluxer_marketing/components/locale_selector.gleam:118
msgid "Arabic"
@@ -120,7 +124,7 @@ msgstr "Arapça"
#: src/fluxer_marketing/pages/help_category_page.gleam:143
msgid "Articles in "
-msgstr "Şuradaki makaleler: "
+msgstr "Şu kategorideki makaleler: "
#: src/fluxer_marketing/pages/help_article_page.gleam:291
msgid "Articles in this section"
@@ -130,9 +134,9 @@ msgstr "Bu bölümdeki makaleler"
msgid "Audit logs for transparency"
msgstr "Şeffaflık için denetim günlükleri"
-#: src/fluxer_marketing/pages/donate_page.gleam:302
+#: src/fluxer_marketing/pages/donate_page.gleam:301
msgid "Available for Swedish bank accounts"
-msgstr "İsveç banka hesapları için mevcut"
+msgstr "İsveç banka hesapları için kullanılabilir"
#: src/fluxer_marketing/pages/download_page.gleam:67
msgid "Available on your desktop — and on the web"
@@ -140,7 +144,7 @@ msgstr "Masaüstünde de var — web'de de"
#: src/fluxer_marketing/pages/help_article_page.gleam:182
msgid "Back to "
-msgstr "Şuraya geri dön: "
+msgstr "Geri dön: "
#: src/fluxer_marketing/pages/help_article_page.gleam:279
#: src/fluxer_marketing/pages/help_search_page.gleam:115
@@ -177,7 +181,7 @@ msgstr "Beta"
#: src/fluxer_marketing/components/coming_features.gleam:54
msgid "Better noise cancellation"
-msgstr "Daha iyi gürültü engelleme"
+msgstr "Daha iyi gürültü bastırma"
#: src/fluxer_marketing/pages/plutonium_page.gleam:350
msgid "Bio character limit"
@@ -208,9 +212,9 @@ msgstr "Bluesky"
msgid "Bookmarked messages"
msgstr "Yer imlerine eklenen mesajlar"
-#: src/fluxer_marketing/pages/donate_page.gleam:388
+#: src/fluxer_marketing/pages/donate_page.gleam:387
msgid "Both donation types support the same cause equally. The only difference is that Business donations allow you to specify a tax ID (if applicable) and receive a PDF invoice when finalized, which can be useful for company accounting purposes."
-msgstr "Her iki bağış türü de aynı amacı eşit şekilde destekler. Tek fark, Kurumsal bağışlarda (uygunsa) vergi numarası belirtebilmen ve bağış kesinleştiğinde şirket muhasebesi için faydalı olabilecek bir PDF fatura alabilmendir."
+msgstr "Her iki bağış türü de aynı amacı eşit şekilde destekler. Tek fark, Kurumsal bağışlarda (uygunsa) vergi numarası belirtebilmen ve bağış kesinleştiğinde şirket muhasebesi için işe yarayabilecek bir PDF fatura alabilmendir."
#: src/fluxer_marketing/pages/press_page.gleam:200
msgid "Brand Colors"
@@ -240,10 +244,6 @@ msgstr "Şununla ilgili yardım makalelerine göz at: "
msgid "Built for communities of all kinds."
msgstr "Her türden topluluk için tasarlandı."
-#: src/fluxer_marketing/components/hero.gleam:64
-msgid "Built for friends, groups, and communities. Text, voice, and video. Open source and community-funded."
-msgstr "Arkadaşlar, gruplar ve topluluklar için. Yazılı mesaj, ses ve video. Açık kaynaklı ve topluluk tarafından finanse edilir."
-
#: src/fluxer_marketing/components/locale_selector.gleam:119
msgid "Bulgarian"
msgstr "Bulgarca"
@@ -254,7 +254,7 @@ msgstr "Kurumsal"
#: src/fluxer_marketing/components/coming_features.gleam:56
msgid "Call pop-out"
-msgstr "Çağrıyı ayrı pencerede açma"
+msgstr "Aramayı ayrı pencerede açma"
#: src/fluxer_marketing/components/footer.gleam:220
#: src/fluxer_marketing/components/navigation.gleam:358
@@ -273,7 +273,7 @@ msgstr "Dili değiştir"
#: src/fluxer_marketing/components/hero.gleam:59
msgid "Chat that puts you first"
-msgstr "Önce seni düşünen sohbet"
+msgstr "Seni önceleyen sohbet"
#: src/fluxer_marketing/components/locale_selector.gleam:150
msgid "Chinese (Simplified)"
@@ -289,7 +289,7 @@ msgstr "Linux dağıtımı seç"
#: src/fluxer_marketing/pages/help_category_page.gleam:148
msgid "Choose a guide below or search again if you don't see what you need."
-msgstr "Aşağıdan bir rehber seç ya da aradığını göremiyorsan tekrar ara."
+msgstr "Aşağıdan bir rehber seç; aradığını göremiyorsan tekrar ara."
#: src/fluxer_marketing/components/platform_download_button.gleam:409
msgid "Choose distribution"
@@ -309,7 +309,7 @@ msgstr "Aramayı temizle"
#: src/fluxer_marketing/pages/download_page.gleam:337
msgid "Code, issues, docs, and reviews"
-msgstr "Kod, issue'lar, dokümanlar ve incelemeler"
+msgstr "Kod, sorunlar, dokümanlar ve incelemeler"
#: src/fluxer_marketing/pages/press_page.gleam:124
msgid "Color Logo"
@@ -390,7 +390,7 @@ msgstr "Destekle iletişime geç"
#: src/fluxer_marketing/components/partner_section.gleam:70
msgid "Content creators and community owners: unlock exclusive perks including free Plutonium, a Partner badge, custom vanity URLs, and more."
-msgstr "İçerik üreticileri ve topluluk sahipleri: ücretsiz Plutonium, İş Ortağı rozeti, özel vanity URL'ler ve daha fazlası gibi ayrıcalıklara eriş."
+msgstr "İçerik üreticileri ve topluluk sahipleri: ücretsiz Plutonium, İş Ortağı rozeti, özel vanity URL'ler ve daha fazlası gibi ayrıcalıkların kilidini aç."
#: src/fluxer_marketing/components/get_involved_section.gleam:178
msgid "Contribute code"
@@ -406,19 +406,19 @@ msgstr "Hesap oluştur ve birlikte güzel bir şey inşa edelim."
#: src/fluxer_marketing/pages/plutonium_page.gleam:1191
msgid "Create your Fluxer account to get that sweet Plutonium while it's hot."
-msgstr "O efsane Plutonium hâlâ sıcak sıcak alınabiliyorken Fluxer hesabını oluştur."
+msgstr "Plutonium fırsatı kaçmadan Fluxer hesabını oluştur."
#: src/fluxer_marketing/pages/partners_page.gleam:211
msgid "Creator Monetization"
-msgstr "Üretici Gelirleştirme"
+msgstr "İçerik Üreticisi Gelirleştirme"
#: src/fluxer_marketing/components/coming_features.gleam:50
msgid "Creator monetization"
-msgstr "Üretici gelirleştirme"
+msgstr "İçerik üreticisi gelirleştirme"
#: src/fluxer_marketing/components/communities_section.gleam:62
msgid "Creators"
-msgstr "Üreticiler"
+msgstr "İçerik üreticileri"
#: src/fluxer_marketing/components/locale_selector.gleam:132
msgid "Croatian"
@@ -426,7 +426,7 @@ msgstr "Hırvatça"
#: src/fluxer_marketing/pages/plutonium_page.gleam:280
msgid "Custom 4-digit username tag"
-msgstr "Özel 4 haneli kullanıcı adı etiketi"
+msgstr "Özel 4 haneli kullanıcı etiketi"
#: src/fluxer_marketing/components/current_features.gleam:138
msgid "Custom CSS themes"
@@ -434,7 +434,7 @@ msgstr "Özel CSS temaları"
#: src/fluxer_marketing/pages/partners_page.gleam:145
msgid "Custom Vanity URL"
-msgstr "Özel Vanity URL"
+msgstr "Özel vanity URL"
#: src/fluxer_marketing/pages/plutonium_page.gleam:315
#: src/fluxer_marketing/pages/plutonium_page.gleam:631
@@ -456,7 +456,7 @@ msgstr "Özel temalar"
#: src/fluxer_marketing/pages/plutonium_page.gleam:561
msgid "Custom username tag"
-msgstr "Özel kullanıcı adı etiketi"
+msgstr "Özel kullanıcı etiketi"
#: src/fluxer_marketing/pages/plutonium_page.gleam:308
msgid "Custom video backgrounds"
@@ -468,7 +468,7 @@ msgstr "Özelleştirme"
#: src/fluxer_marketing/pages/plutonium_page.gleam:574
msgid "Customize your profile differently for each community you're part of."
-msgstr "Üyesi olduğun her topluluk için profilini farklı şekilde özelleştir."
+msgstr "Üyesi olduğun her topluluk için profilini ayrı ayrı özelleştir."
#: src/fluxer_marketing/components/locale_selector.gleam:120
msgid "Czech"
@@ -505,7 +505,7 @@ msgstr "Geliştiriciler"
#: src/fluxer_marketing/components/partner_section.gleam:137
#: src/fluxer_marketing/pages/partners_page.gleam:156
msgid "Direct Team Access"
-msgstr "Ekibe doğrudan erişim"
+msgstr "Ekibe Doğrudan Erişim"
#: src/fluxer_marketing/pages/plutonium_page.gleam:1076
msgid "Direct team support"
@@ -519,7 +519,7 @@ msgstr "Keşfet"
msgid "Display an exclusive Partner badge on your profile to stand out."
msgstr "Öne çıkmak için profilinde özel İş Ortağı rozetini göster."
-#: src/fluxer_marketing/pages/donate_page.gleam:367
+#: src/fluxer_marketing/pages/donate_page.gleam:366
msgid "Do I get anything in return?"
msgstr "Karşılığında bir şey alıyor muyum?"
@@ -548,22 +548,22 @@ msgstr "USD ile bağış yap"
msgid "Donate to Fluxer"
msgstr "Fluxer'a bağış yap"
-#: src/fluxer_marketing/pages/donate_page.gleam:298
+#: src/fluxer_marketing/pages/donate_page.gleam:297
msgid "Donate with Swish"
msgstr "Swish ile bağış yap"
-#: src/fluxer_marketing/pages/donate_page.gleam:370
+#: src/fluxer_marketing/pages/donate_page.gleam:369
msgid "Donations are voluntary gifts and do not provide you with any product, service, ownership, or special rights. If you're looking for premium features, check out {0}."
-msgstr "Bağışlar gönüllü hediyelerdir; size herhangi bir ürün, hizmet, mülkiyet veya özel hak sağlamaz. Premium özellikler arıyorsan {0}'a göz at."
+msgstr "Bağışlar gönüllü hediyelerdir; sana herhangi bir ürün, hizmet, mülkiyet veya özel hak sağlamaz. Premium özellikler arıyorsan {0}'a göz at."
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:308
msgid "Done! You can now open Fluxer as if it were a regular program."
-msgstr "Tamamlandı! Artık Fluxer'ı sıradan bir program gibi açabilirsiniz."
+msgstr "Tamam! Artık Fluxer'ı sıradan bir program gibi açabilirsin."
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:206
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:256
msgid "Done! You can open Fluxer from your home screen."
-msgstr "Tamamlandı! Fluxer'ı ana ekranınızdan açabilirsiniz."
+msgstr "Tamam! Fluxer'ı artık ana ekranından açabilirsin."
#: src/fluxer_marketing/components/footer.gleam:132
#: src/fluxer_marketing/components/navigation.gleam:84
@@ -622,7 +622,7 @@ msgstr "Erken erişim"
#: src/fluxer_marketing/pages/partners_page.gleam:214
msgid "Early access to creator monetization features with lower platform fees than non-partners."
-msgstr "İş ortağı olmayanlara kıyasla daha düşük platform ücretleriyle üretici gelirleştirme özelliklerine erken erişim."
+msgstr "İş ortağı olmayanlara kıyasla daha düşük platform ücretleriyle içerik üreticisi gelirleştirme özelliklerine erken erişim."
#: src/fluxer_marketing/pages/plutonium_page.gleam:406
msgid "Early access to new features"
@@ -654,7 +654,7 @@ msgstr "Free'deki her şey, ayrıca:"
#: src/fluxer_marketing/pages/partners_page.gleam:233
msgid "Exclusive Merch"
-msgstr "Özel ürünler (merch)"
+msgstr "Özel ürünler"
#: src/fluxer_marketing/pages/plutonium_page.gleam:863
msgid "Exclusive communities"
@@ -686,7 +686,7 @@ msgstr "Dosya yükleme boyutu"
#: src/fluxer_marketing/components/current_features.gleam:121
msgid "Filter by users, dates, and more"
-msgstr "Kullanıcıya, tarihe ve daha fazlasına göre filtrele"
+msgstr "Kullanıcılara, tarihlere ve daha fazlasına göre filtrele"
#: src/fluxer_marketing/pages/help_center_page.gleam:49
msgid "Find answers to common questions and learn how to use Fluxer."
@@ -706,7 +706,7 @@ msgstr "Fince"
#: src/fluxer_marketing/pages/careers_page.gleam:121
msgid "Fix bugs, ship features, or polish the experience in our main repo."
-msgstr "Hataları düzelt, özellikleri yayına al ya da ana repomuzda deneyimi parlat."
+msgstr "Hataları düzelt, özellikleri yayınla ya da ana repomuzda deneyimi parlat."
#: src/fluxer_marketing/components/footer.gleam:99
msgid "Fluxer"
@@ -724,7 +724,7 @@ msgstr "Fluxer Topluluk Ekibi"
msgid "Fluxer Partner"
msgstr "Fluxer İş Ortağı"
-#: src/fluxer_marketing/pages/donate_page.gleam:372
+#: src/fluxer_marketing/pages/donate_page.gleam:371
#: src/fluxer_marketing/pages/plutonium_page.gleam:51
#: src/fluxer_marketing/pages/plutonium_page.gleam:76
msgid "Fluxer Plutonium"
@@ -804,13 +804,13 @@ msgstr "Ücretsiz self-hosting"
#: src/fluxer_marketing/pages/plutonium_page.gleam:152
msgid "Free vs Plutonium"
-msgstr "Free vs Plutonium"
+msgstr "Free ve Plutonium"
#: src/fluxer_marketing/components/locale_selector.gleam:129
msgid "French"
msgstr "Fransızca"
-#: src/fluxer_marketing/pages/donate_page.gleam:346
+#: src/fluxer_marketing/pages/donate_page.gleam:345
msgid "Frequently Asked Questions"
msgstr "Sık Sorulan Sorular"
@@ -857,7 +857,7 @@ msgstr "Vizyoner + Operator Pass al"
#: src/fluxer_marketing/pages/partners_page.gleam:148
msgid "Get an exclusive custom vanity URL like fluxer.gg/yourcommunity."
-msgstr "fluxer.gg/toplulugun gibi özel, kişiselleştirilmiş bir vanity URL al."
+msgstr "fluxer.gg/toplulugun gibi özel bir vanity URL al."
#: src/fluxer_marketing/pages/partners_page.gleam:236
msgid "Get exclusive Fluxer Partner-only merchandise and swag."
@@ -885,7 +885,7 @@ msgstr "Fluxer.app'te ömür boyu Plutonium ve self-hosting için bir Operator P
#: src/fluxer_marketing/components/plutonium_section.gleam:51
msgid "Get more with Fluxer Plutonium"
-msgstr "Fluxer Plutonium ile daha fazlasını al"
+msgstr "Fluxer Plutonium ile daha fazlasını elde et"
#: src/fluxer_marketing/pages/download_page.gleam:316
msgid "Get perks and help fund development"
@@ -893,7 +893,7 @@ msgstr "Ayrıcalıklar kazan ve geliştirmeyi destekle"
#: src/fluxer_marketing/pages/download_page.gleam:237
msgid "Get push notifications when you're away from the app."
-msgstr "Uygulamada değilken push bildirimleri al."
+msgstr "Uygulamadan uzaktayken push bildirimleri al."
#: src/fluxer_marketing/components/get_involved_section.gleam:89
msgid "Get updates, see upcoming features, discuss suggestions, and chat with the team."
@@ -902,7 +902,7 @@ msgstr "Güncellemeleri al, gelecek özellikleri gör, önerileri tartış ve ek
#: src/fluxer_marketing/pages/plutonium_page.gleam:385
#: src/fluxer_marketing/pages/plutonium_page.gleam:601
msgid "Global emoji & sticker access"
-msgstr "Genel emoji ve sticker erişimi"
+msgstr "Her yerde emoji ve sticker erişimi"
#: src/fluxer_marketing/components/coming_features.gleam:53
msgid "Global voice regions"
@@ -987,11 +987,11 @@ msgstr "Hobi tutkunları"
#: src/fluxer_marketing/components/current_features.gleam:85
msgid "Hop in a call with friends or share your screen to work together."
-msgstr "Arkadaşlarınla aramaya gir ya da birlikte çalışmak için ekranını paylaş."
+msgstr "Arkadaşlarınla bir aramaya katıl ya da birlikte çalışmak için ekranını paylaş."
#: src/fluxer_marketing/components/current_features.gleam:153
msgid "Host your own instance"
-msgstr "Kendi sunucunu barındır"
+msgstr "Kendi sunucunu çalıştır"
#: src/fluxer_marketing/pages/help_center_page.gleam:64
#: src/fluxer_marketing/pages/help_search_page.gleam:63
@@ -1000,7 +1000,7 @@ msgstr "Nasıl yardımcı olabiliriz?"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:39
msgid "How to install as an app"
-msgstr "Bir uygulama olarak nasıl yüklenir"
+msgstr "Uygulama olarak nasıl yüklenir"
#: src/fluxer_marketing/pages/partners_page.gleam:434
msgid "How you plan to use Fluxer with your community"
@@ -1012,7 +1012,7 @@ msgstr "Macarca"
#: src/fluxer_marketing/components/footer.gleam:329
msgid "IP geolocation data by "
-msgstr "IP coğrafi konum verileri: "
+msgstr "IP konum verileri sağlayıcısı: "
#: src/fluxer_marketing/pages/help_article_page.gleam:223
#: src/fluxer_marketing/pages/help_article_page.gleam:365
@@ -1037,18 +1037,18 @@ msgstr "Endonezce"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:59
msgid "Install Fluxer as an app"
-msgstr "Fluxer'ı bir uygulama olarak yükle"
+msgstr "Fluxer'ı uygulama olarak yükle"
#: src/fluxer_marketing/components/platform_download_button.gleam:145
#: src/fluxer_marketing/components/platform_download_button.gleam:161
msgid "Intel"
msgstr "Intel"
-#: src/fluxer_marketing/pages/donate_page.gleam:377
+#: src/fluxer_marketing/pages/donate_page.gleam:376
msgid "Is my donation tax-deductible?"
msgstr "Bağışım vergiden düşülebilir mi?"
-#: src/fluxer_marketing/pages/donate_page.gleam:359
+#: src/fluxer_marketing/pages/donate_page.gleam:358
msgid "Is this a subscription?"
msgstr "Bu bir abonelik mi?"
@@ -1077,7 +1077,7 @@ msgstr "Fluxer HQ topluluğuna katıl"
#: src/fluxer_marketing/components/get_involved_section.gleam:75
msgid "Join and spread the word"
-msgstr "Katıl ve duyur"
+msgstr "Katıl ve haberi yay"
#: src/fluxer_marketing/components/current_features.gleam:88
msgid "Join from multiple devices at once"
@@ -1085,7 +1085,7 @@ msgstr "Aynı anda birden fazla cihazdan katıl"
#: src/fluxer_marketing/pages/partners_page.gleam:47
msgid "Join the Fluxer Partner Program and unlock exclusive benefits for you and your community"
-msgstr "Fluxer İş Ortağı Programı'na katıl ve kendin ile topluluğun için özel avantajların kilidini aç"
+msgstr "Fluxer İş Ortağı Programı'na katıl ve senin ile topluluğun için özel avantajların kilidini aç"
#: src/fluxer_marketing/pages/careers_page.gleam:49
msgid "Join the Fluxer community and help build the future of communication through open source and community contributions."
@@ -1097,7 +1097,7 @@ msgstr "Fluxer ekibine doğrudan erişim sunan özel İş Ortakları topluluğun
#: src/fluxer_marketing/pages/careers_page.gleam:66
msgid "Join the team behind Fluxer"
-msgstr "Fluxer'ın arkasındaki ekibe katıl"
+msgstr "Fluxer ekibine katıl"
#: src/fluxer_marketing/components/current_features.gleam:101
msgid "Keep your community running smoothly with roles, permissions, and logs."
@@ -1117,7 +1117,7 @@ msgstr "İş Ortakları hakkında bilgi edin"
#: src/fluxer_marketing/components/plutonium_section.gleam:195
msgid "Learn more"
-msgstr "Daha fazla bilgi"
+msgstr "Daha fazla bilgi edin"
#: src/fluxer_marketing/pages/plutonium_page.gleam:848
msgid "Lifetime Operator Pass"
@@ -1133,7 +1133,7 @@ msgstr "Vizyoner ile ömür boyu Plutonium + Operator Pass — sınırlı konten
#: src/fluxer_marketing/pages/plutonium_page.gleam:1103
msgid "Limited Offer: Visionary includes Operator Pass"
-msgstr "Sınırlı teklif: Vizyoner, Operator Pass içerir"
+msgstr "Sınırlı teklif: Vizyoner'e Operator Pass dahil"
#: src/fluxer_marketing/pages/partners_page.gleam:408
msgid "Links to your content or community (YouTube, Twitch, Discord, etc.)"
@@ -1161,7 +1161,7 @@ msgstr "Bağış yap"
#: src/fluxer_marketing/components/current_features.gleam:123
msgid "Manage friends and block users"
-msgstr "Arkadaşları yönet ve kullanıcıları engelle"
+msgstr "Arkadaşlarını yönet ve kullanıcıları engelle"
#: src/fluxer_marketing/pages/plutonium_page.gleam:336
msgid "Message character limit"
@@ -1196,7 +1196,7 @@ msgstr "Mobil uygulamalar yolda"
#: src/fluxer_marketing/components/current_features.gleam:105
msgid "Moderation actions and tools"
-msgstr "Moderasyon eylemleri ve araçları"
+msgstr "Moderasyon işlemleri ve araçları"
#: src/fluxer_marketing/components/current_features.gleam:98
msgid "Moderation tools"
@@ -1222,11 +1222,11 @@ msgstr "Makale bulunamadı."
msgid "No results found for"
msgstr "Şunun için sonuç bulunamadı:"
-#: src/fluxer_marketing/pages/donate_page.gleam:380
+#: src/fluxer_marketing/pages/donate_page.gleam:379
msgid "No, donations to Fluxer are not tax-deductible as we are not a registered charitable organization."
msgstr "Hayır. Fluxer'a yapılan bağışlar vergiden düşülemez; çünkü kayıtlı bir hayır kurumu değiliz."
-#: src/fluxer_marketing/pages/donate_page.gleam:362
+#: src/fluxer_marketing/pages/donate_page.gleam:361
msgid "No, this is a one-time donation. You choose the amount you want to give, and there are no recurring charges."
msgstr "Hayır, bu tek seferlik bir bağıştır. Vermek istediğin tutarı sen seçersin ve tekrarlayan bir ücretlendirme yoktur."
@@ -1260,7 +1260,7 @@ msgstr "Tek seferlik satın alma, ömür boyu erişim"
#: src/fluxer_marketing/components/plutonium_banner.gleam:43
msgid "Only {0} of {1} Visionary lifetime slots left — lifetime Plutonium + Operator Pass"
-msgstr "Vizyoner ömür boyu kontenjanından yalnızca {1} içinden {0} kaldı — ömür boyu Plutonium + Operator Pass"
+msgstr "Yalnızca {0}/{1} Vizyoner ömür boyu kontenjanı kaldı — ömür boyu Plutonium + Operator Pass"
#: src/fluxer_marketing/components/navigation.gleam:172
msgid "Open Fluxer"
@@ -1291,7 +1291,7 @@ msgstr "Operator Pass"
#: src/fluxer_marketing/components/coming_features.gleam:31
msgid "Opt-in E2EE messaging"
-msgstr "Seçimle E2EE mesajlaşma"
+msgstr "İsteğe bağlı E2EE mesajlaşma"
#: src/fluxer_marketing/components/current_features.gleam:74
msgid "Organized channels for communities"
@@ -1315,11 +1315,11 @@ msgstr "Tek başına kullanılan sembolümüz. Bunu yalnızca markamız bağlam
#: src/fluxer_marketing/components/communities_section.gleam:106
msgid "Over time, we'd love to explore optional monetization tools that help creators and communities earn, with a small, transparent fee that keeps the app sustainable."
-msgstr "Zamanla, üreticilerin ve toplulukların gelir elde etmesine yardımcı olacak isteğe bağlı gelirleştirme araçlarını; uygulamayı sürdürülebilir kılacak küçük ve şeffaf bir ücretle keşfetmek isteriz."
+msgstr "Zamanla, içerik üreticilerinin ve toplulukların gelir elde etmesine yardımcı olacak isteğe bağlı gelirleştirme araçlarını; uygulamayı sürdürülebilir kılacak küçük ve şeffaf bir ücretle keşfetmek isteriz."
#: src/fluxer_marketing/pages/not_found_page.gleam:101
msgid "Page Not Found"
-msgstr "Sayfa bulunamadı"
+msgstr "Sayfa Bulunamadı"
#: src/fluxer_marketing/pages/not_found_page.gleam:55
msgid "Page not found"
@@ -1377,19 +1377,19 @@ msgstr "Basın"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:246
msgid "Press \"Add to Home Screen\""
-msgstr "Ana Ekrana Ekle'ye basın"
+msgstr "\"Ana Ekrana Ekle\"ye bas"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:249
msgid "Press \"Add\" in the upper-right corner"
-msgstr "Sağ üst köşedeki \"Ekle\" düğmesine basın"
+msgstr "Sağ üst köşedeki \"Ekle\"ye bas"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:200
msgid "Press \"Install app\""
-msgstr "Uygulamayı Yükle\"ye basın"
+msgstr "\"Uygulamayı yükle\" seçeneğine bas"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:301
msgid "Press \"Install\" in the popup that appears"
-msgstr "Görünen açılır penceredeki \"Yükle\" düğmesine basın"
+msgstr "Açılan penceredeki \"Yükle\"ye bas"
#: src/fluxer_marketing/pages/press_page.gleam:45
#: src/fluxer_marketing/pages/press_page.gleam:65
@@ -1398,19 +1398,19 @@ msgstr "Basın ve Marka Materyalleri"
#: src/fluxer_marketing/pages/press_page.gleam:273
msgid "Press Contact"
-msgstr "Basın iletişimi"
+msgstr "Basın İletişimi"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:197
msgid "Press the \"More\" (\\u{22EE}) button in the top-right corner"
-msgstr "Sağ üst köşedeki \"Daha Fazla\" (\\u{22EE}) düğmesine basın"
+msgstr "Sağ üst köşedeki \"Daha Fazla\" (\\u{22EE}) düğmesine bas"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:243
msgid "Press the Share button (rectangle with upwards-pointing arrow)"
-msgstr "Paylaş düğmesine (yukarıya bakan ok simgesi olan dikdörtgen) basın"
+msgstr "Paylaş düğmesine (yukarı bakan ok simgeli dikdörtgen) bas"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:296
msgid "Press the install button (downwards-pointing arrow on monitor) in the address bar"
-msgstr "Adres çubuğundaki yükleme düğmesine (monitörde aşağıya bakan ok) basın"
+msgstr "Adres çubuğundaki yükleme düğmesine (monitörde aşağı bakan ok) bas"
#: src/fluxer_marketing/components/footer.gleam:110
#: src/fluxer_marketing/components/navigation.gleam:93
@@ -1420,7 +1420,7 @@ msgstr "Fiyatlandırma"
#: src/fluxer_marketing/pages/plutonium_page.gleam:851
msgid "Priority support and Operators community access for self-hosting"
-msgstr "Self-hosting için öncelikli destek ve Operatörler topluluğuna erişim"
+msgstr "Self-hosting için öncelikli destek ve Operators topluluğuna erişim"
#: src/fluxer_marketing/components/footer.gleam:249
#: src/fluxer_marketing/components/navigation.gleam:406
@@ -1511,7 +1511,7 @@ msgstr "Hataları bildir"
#: src/fluxer_marketing/pages/careers_page.gleam:165
msgid "Report people or communities so we can keep Fluxer safe for everyone."
-msgstr "Fluxer'ı herkes için güvenli tutabilmemiz adına kullanıcıları veya toplulukları bildir."
+msgstr "Fluxer'ı herkes için güvenli tutabilmemiz için kullanıcıları veya toplulukları bildir."
#: src/fluxer_marketing/pages/careers_page.gleam:154
msgid "Report vulnerabilities and help us keep the platform secure."
@@ -1564,7 +1564,7 @@ msgstr "Dahili ekran paylaşımı"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:132
msgid "Screenshots courtesy of "
-msgstr "Ekran görüntüleri sayesinde "
+msgstr "Ekran görüntüleri: "
#: src/fluxer_marketing/pages/help_components.gleam:93
msgid "Search"
@@ -1603,7 +1603,7 @@ msgstr "Şunun için arama sonuçları: "
#: src/fluxer_marketing/components/current_features.gleam:120
msgid "Search through message history"
-msgstr "Mesaj geçmişinde arama"
+msgstr "Mesaj geçmişinde ara"
#: src/fluxer_marketing/pages/careers_page.gleam:151
msgid "Security reports"
@@ -1760,7 +1760,7 @@ msgstr "Ücretli rollerin geleceği"
#: src/fluxer_marketing/components/coming_features.gleam:51
msgid "Theme marketplace"
-msgstr "Tema pazaryeri"
+msgstr "Tema pazarı"
#: src/fluxer_marketing/pages/download_page.gleam:255
msgid "This isn't a full replacement for the desktop app yet, and some things you'd expect from a mobile chat app are still missing."
@@ -1773,7 +1773,7 @@ msgstr "Bu sayfa yok. Ama keşfedecek daha pek çok şey var."
#: src/fluxer_marketing/components/coming_features.gleam:37
msgid "Threads and forums"
-msgstr "Konular (thread'ler) ve forumlar"
+msgstr "Thread'ler ve forumlar"
#: src/fluxer_marketing/pages/careers_page.gleam:243
msgid "Translation & localization"
@@ -1790,7 +1790,7 @@ msgstr "Farklı anahtar kelimeler dene ya da kategorilerimize göz at."
#: src/fluxer_marketing/components/hackernews_banner.gleam:75
msgid "Try it without an email at"
-msgstr "Bir e-posta olmadan deneyin"
+msgstr "Şurada e-postasız dene"
#: src/fluxer_marketing/components/locale_selector.gleam:147
msgid "Turkish"
@@ -1822,7 +1822,7 @@ msgstr "4K'ya kadar video kalitesi"
#: src/fluxer_marketing/pages/plutonium_page.gleam:54
msgid "Upgrade to Plutonium for $4.99/mo: custom username tags, per-community profiles, message scheduling, 4K streaming, 500MB uploads, and more exclusive features."
-msgstr "Ayda $4.99 karşılığında Plutonium'a yükselt: özel kullanıcı adı etiketleri, topluluk bazlı profiller, mesaj zamanlama, 4K yayın, 500 MB yüklemeler ve daha fazla özel özellik."
+msgstr "Aylık $4.99 karşılığında Plutonium'a yükselt: özel kullanıcı etiketleri, topluluk bazlı profiller, mesaj zamanlama, 4K yayın, 500 MB yüklemeler ve daha fazla özel özellik."
#: src/fluxer_marketing/pages/plutonium_page.gleam:644
msgid "Upload and use your own notification sounds to personalize your Fluxer experience."
@@ -1846,7 +1846,7 @@ msgstr "Animasyonlu emojileri kullan"
#: src/fluxer_marketing/components/current_features.gleam:154
msgid "Use our desktop client (mobile coming soon)"
-msgstr "Masaüstü istemcimizi kullanın (mobil yakında geliyor)"
+msgstr "Masaüstü istemcimizi kullan (mobil yakında geliyor)"
#: src/fluxer_marketing/pages/plutonium_page.gleam:604
msgid "Use your favorite emojis and stickers from any community, anywhere across Fluxer."
@@ -1887,7 +1887,7 @@ msgstr "Vizyoner"
#: src/fluxer_marketing/pages/plutonium_page.gleam:864
msgid "Visionary & Operators communities with team access"
-msgstr "Ekibe erişimle birlikte Vizyoner ve Operatörler toplulukları"
+msgstr "Ekibe erişimle birlikte Vizyoner ve Operators toplulukları"
#: src/fluxer_marketing/components/current_features.gleam:82
msgid "Voice & video"
@@ -1899,7 +1899,7 @@ msgstr "Fluxer'ı inşa etmeye yardım etmek ister misin?"
#: src/fluxer_marketing/pages/careers_page.gleam:94
msgid "Ways to contribute"
-msgstr "Katkıda bulunma yolları"
+msgstr "Katkı yolları"
#: src/fluxer_marketing/components/get_involved_section.gleam:192
msgid "We appreciate responsible disclosure to security@fluxer.app. We offer Plutonium codes and Bug Hunter badges based on severity."
@@ -1911,7 +1911,7 @@ msgstr "Bunu yürütmek için desteğine ihtiyacımız var."
#: src/fluxer_marketing/pages/partners_page.gleam:453
msgid "We review all applications and will get back to you as soon as possible."
-msgstr "Tüm başvuruları inceliyoruz ve en kısa sürede sana geri döneceğiz."
+msgstr "Tüm başvuruları inceliyoruz ve mümkün olan en kısa sürede sana geri döneceğiz."
#: src/fluxer_marketing/pages/press_page.gleam:301
msgid "We typically respond within 24 hours during business days."
@@ -1923,7 +1923,7 @@ msgstr "Beklediğin tüm özelliklere sahip, eksiksiz bir platform inşa ediyoru
#: src/fluxer_marketing/pages/download_page.gleam:214
msgid "We're building apps for iOS and Android. Until they're ready, Fluxer works in your mobile browser — and we've put a lot of effort into making it feel as app-like as possible."
-msgstr "iOS ve Android için uygulamalar geliştiriyoruz. Hazır olana kadar Fluxer mobil tarayıcında çalışır — ve olabildiğince uygulama gibi hissettirmesi için çok emek verdik."
+msgstr "iOS ve Android için uygulamalar geliştiriyoruz. Hazır olana kadar Fluxer mobil tarayıcıda çalışır — ve olabildiğince uygulama gibi hissettirmesi için çok emek verdik."
#: src/fluxer_marketing/components/get_involved_section.gleam:78
msgid "We're limiting registrations during beta. Once you're in, you can give friends a code to skip the queue."
@@ -1937,7 +1937,7 @@ msgstr "Fluxer etrafındaki iş modelini hâlâ kuruyoruz; ücretli roller için
msgid "Webhooks and bot support"
msgstr "Webhook ve bot desteği"
-#: src/fluxer_marketing/pages/donate_page.gleam:351
+#: src/fluxer_marketing/pages/donate_page.gleam:350
msgid "What does my donation support?"
msgstr "Bağışım neyi destekliyor?"
@@ -1953,7 +1953,7 @@ msgstr "Bugün neler var"
msgid "What's coming next"
msgstr "Sırada neler var"
-#: src/fluxer_marketing/pages/donate_page.gleam:385
+#: src/fluxer_marketing/pages/donate_page.gleam:384
msgid "What's the difference between Individual and Business?"
msgstr "Bireysel ile Kurumsal arasındaki fark nedir?"
@@ -1987,9 +1987,9 @@ msgstr "Topluluğun, özgünlük ve güven için doğrulanmış statü kazanır.
#: src/fluxer_marketing/pages/partners_page.gleam:192
msgid "Your community receives increased limits when you need them."
-msgstr "İhtiyaç duyduğunuzda topluluğun artırılmış limitler alır."
+msgstr "Topluluğun, ihtiyaç duyduğunda artırılmış limitler alır."
-#: src/fluxer_marketing/pages/donate_page.gleam:354
+#: src/fluxer_marketing/pages/donate_page.gleam:353
msgid "Your donation helps fund Fluxer's infrastructure costs, including servers, bandwidth, storage, and ongoing development of new features. It helps us maintain and improve the platform for everyone."
msgstr "Bağışın; sunucular, bant genişliği, depolama ve yeni özelliklerin sürekli geliştirilmesi dahil olmak üzere Fluxer'ın altyapı maliyetlerini finanse etmeye yardımcı olur. Platformu herkes için ayakta tutmamıza ve geliştirmemize destek olur."
@@ -2007,7 +2007,7 @@ msgstr "makale"
#: src/fluxer_marketing/pages/help_center_page.gleam:157
msgid "articles"
-msgstr "makale"
+msgstr "makaleler"
#: src/fluxer_marketing/components/platform_download_button.gleam:518
msgid "iOS"
@@ -2034,7 +2034,7 @@ msgid "one-time purchase"
msgstr "tek seferlik satın alma"
#: src/fluxer_marketing/components/plutonium_section.gleam:68
-#: src/fluxer_marketing/pages/donate_page.gleam:284
+#: src/fluxer_marketing/pages/donate_page.gleam:282
#: src/fluxer_marketing/pages/plutonium_page.gleam:106
#: src/fluxer_marketing/pages/plutonium_page.gleam:230
msgid "or"
@@ -2046,11 +2046,11 @@ msgstr "RSS akışımız"
#: src/fluxer_marketing/pages/help_search_page.gleam:96
msgid "result for"
-msgstr "sonuç:"
+msgstr "sonuç"
#: src/fluxer_marketing/pages/help_search_page.gleam:100
msgid "results for"
-msgstr "sonuç:"
+msgstr "sonuç"
#: src/fluxer_marketing/pages/plutonium_page.gleam:801
msgid "{0} of {1} slots left"
@@ -2059,4 +2059,3 @@ msgstr "{1} kontenjandan {0} kaldı"
#: src/fluxer_marketing/components/footer.gleam:325
msgid "© Fluxer Platform AB (Swedish limited liability company: 559537-3993)"
msgstr "© Fluxer Platform AB (İsveç limited şirketi: 559537-3993)"
-
diff --git a/fluxer_marketing/locales/uk/messages.po b/fluxer_marketing/locales/uk/messages.po
index 1262e716..df222c08 100644
--- a/fluxer_marketing/locales/uk/messages.po
+++ b/fluxer_marketing/locales/uk/messages.po
@@ -6,15 +6,15 @@ msgstr ""
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:190
msgid " in Chrome"
-msgstr " в Chrome"
+msgstr " у Chrome"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:288
msgid " in Chrome or another browser with PWA support"
-msgstr " в Chrome або іншому браузері з підтримкою PWA"
+msgstr " у Chrome або іншому браузері з підтримкою PWA"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:236
msgid " in Safari"
-msgstr " в Safari"
+msgstr " у Safari"
#: src/fluxer_marketing/pages/plutonium_page.gleam:1032
msgid "/forever"
@@ -37,15 +37,15 @@ msgstr "/р"
#: src/fluxer_marketing/pages/plutonium_page.gleam:654
msgid "500MB uploads, 4000 character messages, 300 bookmarks, 50 emoji packs, and much more."
-msgstr "Завантаження до 500 МБ, повідомлення до 4000 символів, 300 закладок, 50 наборів емодзі — і багато іншого."
+msgstr "Завантаження файлів до 500 МБ, повідомлення до 4000 символів, 300 закладок, 50 наборів емодзі — і багато іншого."
#: src/fluxer_marketing/components/communities_section.gleam:86
msgid "A chat platform that answers to you, not investors. It's ad-free, open source, community-funded, and never sells your data or nags you with upgrade pop-ups."
-msgstr "Платформа для спілкування, яка працює для вас, а не для інвесторів. Без реклами, з відкритим кодом, фінансується спільнотою — і ніколи не продає ваші дані та не дістає спливаючими вікнами з апгрейдом."
+msgstr "Платформа для спілкування, що працює для вас, а не для інвесторів. Без реклами, з відкритим кодом, фінансується спільнотою — і ніколи не продає ваші дані та не надокучає спливаючими пропозиціями оновитися."
#: src/fluxer_marketing/pages/careers_page.gleam:219
msgid "A non-paid role for recurring contributors who help shape Fluxer alongside the core team."
-msgstr "Неоплачувана роль для постійних контриб’юторів, які разом з основною командою допомагають формувати Fluxer."
+msgstr "Неоплачувана роль для постійних контриб’юторів, які разом із основною командою допомагають формувати Fluxer."
#: src/fluxer_marketing/pages/plutonium_page.gleam:1074
msgid "Access to Fluxer Operators community"
@@ -53,11 +53,11 @@ msgstr "Доступ до спільноти Fluxer Operators"
#: src/fluxer_marketing/pages/partners_page.gleam:225
msgid "Access to VIP voice servers reserved exclusively for partnered communities."
-msgstr "Доступ до VIP голосових серверів, доступних лише для партнерських спільнот."
+msgstr "Доступ до VIP-голосових серверів, зарезервованих виключно для партнерських спільнот."
#: src/fluxer_marketing/components/coming_features.gleam:48
msgid "Activity sharing"
-msgstr "Поширення активності"
+msgstr "Обмін активністю"
#: src/fluxer_marketing/pages/download_page.gleam:228
msgid "Add Fluxer to your home screen to hide the browser UI."
@@ -65,7 +65,7 @@ msgstr "Додайте Fluxer на головний екран, щоб прих
#: src/fluxer_marketing/components/current_features.gleam:133
msgid "Add custom emojis, save media for later, and style the app with custom CSS."
-msgstr "Додавайте власні емодзі, зберігайте медіа на потім і налаштовуйте вигляд застосунку власним CSS."
+msgstr "Додавайте власні емодзі, зберігайте медіа на потім і оформлюйте застосунок за допомогою власного CSS."
#: src/fluxer_marketing/pages/plutonium_page.gleam:1124
msgid "After the offer ends, Operator Pass stays available on its own."
@@ -77,12 +77,16 @@ msgstr "Усі поточні й майбутні переваги Plutonium —
#: src/fluxer_marketing/components/current_features.gleam:55
msgid "All the basics you expect, plus a few things you don't."
-msgstr "Усе базове, що ви очікуєте, і ще кілька приємних несподіванок."
+msgstr "Усе базове, що ви очікуєте, плюс кілька приємних сюрпризів."
#: src/fluxer_marketing/components/locale_selector.gleam:102
msgid "All translations are currently LLM-generated with minimal human revision. We'd love to get real people to help us out localizing Fluxer into your language! To do so, shoot an email to i18n@fluxer.app and we'll be happy to accept your contributions."
msgstr "Наразі всі переклади згенеровані LLM і лише мінімально відредаговані людиною. Ми дуже хочемо, щоб реальні люди допомогли локалізувати Fluxer вашою мовою! Напишіть на i18n@fluxer.app — із радістю приймемо ваш внесок."
+#: src/fluxer_marketing/components/hero.gleam:64
+msgid "An open-source, independent instant messaging and VoIP platform. Built for friends, groups, and communities."
+msgstr "Незалежна платформа з відкритим кодом для миттєвих повідомлень і VoIP. Створена для друзів, груп і спільнот."
+
#: src/fluxer_marketing/components/platform_download_button.gleam:524
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:97
msgid "Android"
@@ -112,7 +116,7 @@ msgstr "Подайте заявку на partners@fluxer.app"
#: src/fluxer_marketing/components/get_involved_section.gleam:170
msgid "Approved reports grant access to Fluxer Testers, where you can earn points for Plutonium codes and the Bug Hunter badge."
-msgstr "Схвалені звіти відкривають доступ до Fluxer Testers, де можна заробляти бали за коди Plutonium і значок Bug Hunter."
+msgstr "Схвалені звіти дають доступ до Fluxer Testers, де можна заробляти бали за коди Plutonium і значок Bug Hunter."
#: src/fluxer_marketing/components/locale_selector.gleam:118
msgid "Arabic"
@@ -130,7 +134,7 @@ msgstr "Статті в цьому розділі"
msgid "Audit logs for transparency"
msgstr "Журнали аудиту для прозорості"
-#: src/fluxer_marketing/pages/donate_page.gleam:302
+#: src/fluxer_marketing/pages/donate_page.gleam:301
msgid "Available for Swedish bank accounts"
msgstr "Доступно для шведських банківських рахунків"
@@ -177,7 +181,7 @@ msgstr "Бета"
#: src/fluxer_marketing/components/coming_features.gleam:54
msgid "Better noise cancellation"
-msgstr "Покращене шумозаглушення"
+msgstr "Покращене шумоприглушення"
#: src/fluxer_marketing/pages/plutonium_page.gleam:350
msgid "Bio character limit"
@@ -208,7 +212,7 @@ msgstr "Bluesky"
msgid "Bookmarked messages"
msgstr "Повідомлення в закладках"
-#: src/fluxer_marketing/pages/donate_page.gleam:388
+#: src/fluxer_marketing/pages/donate_page.gleam:387
msgid "Both donation types support the same cause equally. The only difference is that Business donations allow you to specify a tax ID (if applicable) and receive a PDF invoice when finalized, which can be useful for company accounting purposes."
msgstr "Обидва типи донатів однаково підтримують ту саму справу. Різниця лише в тому, що бізнес-донат дозволяє вказати податковий номер (за потреби) і отримати PDF-рахунок після підтвердження — це зручно для бухгалтерії."
@@ -240,10 +244,6 @@ msgstr "Перегляньте довідкові статті про "
msgid "Built for communities of all kinds."
msgstr "Створено для спільнот будь-якого формату."
-#: src/fluxer_marketing/components/hero.gleam:64
-msgid "Built for friends, groups, and communities. Text, voice, and video. Open source and community-funded."
-msgstr "Створено для друзів, груп і спільнот. Текст, голос і відео. Відкритий код і фінансування спільнотою."
-
#: src/fluxer_marketing/components/locale_selector.gleam:119
msgid "Bulgarian"
msgstr "Болгарська"
@@ -273,7 +273,7 @@ msgstr "Змінити мову"
#: src/fluxer_marketing/components/hero.gleam:59
msgid "Chat that puts you first"
-msgstr "Чат, у якому ви на першому місці"
+msgstr "Чат, де ви — на першому місці"
#: src/fluxer_marketing/components/locale_selector.gleam:150
msgid "Chinese (Simplified)"
@@ -386,7 +386,7 @@ msgstr "Підключайтеся з будь-якого клієнта"
#: src/fluxer_marketing/pages/help_article_page.gleam:233
#: src/fluxer_marketing/pages/help_article_page.gleam:375
msgid "Contact Support"
-msgstr "Звернутися в підтримку"
+msgstr "Звернутися до підтримки"
#: src/fluxer_marketing/components/partner_section.gleam:70
msgid "Content creators and community owners: unlock exclusive perks including free Plutonium, a Partner badge, custom vanity URLs, and more."
@@ -492,7 +492,7 @@ msgstr "Дизайн і бренд"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:99
msgid "Desktop"
-msgstr "Настільний комп'ютер"
+msgstr "Комп’ютер"
#: src/fluxer_marketing/components/footer.gleam:209
msgid "Developer Docs"
@@ -519,7 +519,7 @@ msgstr "Каталог"
msgid "Display an exclusive Partner badge on your profile to stand out."
msgstr "Показуйте ексклюзивний значок Partner у профілі, щоб вирізнятися."
-#: src/fluxer_marketing/pages/donate_page.gleam:367
+#: src/fluxer_marketing/pages/donate_page.gleam:366
msgid "Do I get anything in return?"
msgstr "Чи отримую я щось натомість?"
@@ -548,22 +548,22 @@ msgstr "Пожертвувати в USD"
msgid "Donate to Fluxer"
msgstr "Пожертвувати для Fluxer"
-#: src/fluxer_marketing/pages/donate_page.gleam:298
+#: src/fluxer_marketing/pages/donate_page.gleam:297
msgid "Donate with Swish"
msgstr "Пожертвуйте через Swish"
-#: src/fluxer_marketing/pages/donate_page.gleam:370
+#: src/fluxer_marketing/pages/donate_page.gleam:369
msgid "Donations are voluntary gifts and do not provide you with any product, service, ownership, or special rights. If you're looking for premium features, check out {0}."
msgstr "Пожертви — це добровільні внески й не надають вам жодного продукту, послуги, права власності чи особливих привілеїв. Якщо вам потрібні преміум-функції, подивіться {0}."
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:308
msgid "Done! You can now open Fluxer as if it were a regular program."
-msgstr "Готово! Тепер ви можете відкрити Fluxer, як якщо б це була звичайна програма."
+msgstr "Готово! Тепер ви можете відкривати Fluxer, ніби це звичайна програма."
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:206
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:256
msgid "Done! You can open Fluxer from your home screen."
-msgstr "Готово! Ви можете відкрити Fluxer з домашнього екрану."
+msgstr "Готово! Тепер ви можете відкривати Fluxer з головного екрана."
#: src/fluxer_marketing/components/footer.gleam:132
#: src/fluxer_marketing/components/navigation.gleam:84
@@ -686,7 +686,7 @@ msgstr "Розмір завантаження файлів"
#: src/fluxer_marketing/components/current_features.gleam:121
msgid "Filter by users, dates, and more"
-msgstr "Фільтруйте за користувачами, датами тощо"
+msgstr "Фільтруйте за користувачами, датами та іншим"
#: src/fluxer_marketing/pages/help_center_page.gleam:49
msgid "Find answers to common questions and learn how to use Fluxer."
@@ -706,7 +706,7 @@ msgstr "Фінська"
#: src/fluxer_marketing/pages/careers_page.gleam:121
msgid "Fix bugs, ship features, or polish the experience in our main repo."
-msgstr "Виправляйте баги, релізьте фічі або шліфуйте досвід користування в нашому основному репозиторії."
+msgstr "Виправляйте баги, випускайте фічі або поліруйте досвід користування в нашому основному репозиторії."
#: src/fluxer_marketing/components/footer.gleam:99
msgid "Fluxer"
@@ -724,7 +724,7 @@ msgstr "Команда спільноти Fluxer"
msgid "Fluxer Partner"
msgstr "Fluxer Partner"
-#: src/fluxer_marketing/pages/donate_page.gleam:372
+#: src/fluxer_marketing/pages/donate_page.gleam:371
#: src/fluxer_marketing/pages/plutonium_page.gleam:51
#: src/fluxer_marketing/pages/plutonium_page.gleam:76
msgid "Fluxer Plutonium"
@@ -800,7 +800,7 @@ msgstr "Безплатний Plutonium"
#: src/fluxer_marketing/pages/plutonium_page.gleam:1024
msgid "Free Self-Hosting"
-msgstr "Безплатний self-hosting"
+msgstr "Безплатний самохостинг"
#: src/fluxer_marketing/pages/plutonium_page.gleam:152
msgid "Free vs Plutonium"
@@ -810,7 +810,7 @@ msgstr "Free vs Plutonium"
msgid "French"
msgstr "Французька"
-#: src/fluxer_marketing/pages/donate_page.gleam:346
+#: src/fluxer_marketing/pages/donate_page.gleam:345
msgid "Frequently Asked Questions"
msgstr "Поширені запитання"
@@ -881,11 +881,11 @@ msgstr "Долучитися"
#: src/fluxer_marketing/pages/plutonium_page.gleam:956
msgid "Get lifetime Plutonium on Fluxer.app plus an Operator Pass for self-hosting. Pay {0} one-time. Available until October 1, 2026 or when {1} slots are claimed."
-msgstr "Отримайте довічний Plutonium на Fluxer.app плюс Operator Pass для self-hosting. Сплатіть {0} один раз. Доступно до 1 жовтня 2026 року або доки не розберуть {1} місць."
+msgstr "Отримайте довічний Plutonium на Fluxer.app плюс Operator Pass для самохостингу. Сплатіть {0} один раз. Доступно до 1 жовтня 2026 року або доки не розберуть {1} місць."
#: src/fluxer_marketing/components/plutonium_section.gleam:51
msgid "Get more with Fluxer Plutonium"
-msgstr "Більше можливостей із Fluxer Plutonium"
+msgstr "Отримайте більше з Fluxer Plutonium"
#: src/fluxer_marketing/pages/download_page.gleam:316
msgid "Get perks and help fund development"
@@ -893,7 +893,7 @@ msgstr "Отримайте бонуси й допоможіть фінансув
#: src/fluxer_marketing/pages/download_page.gleam:237
msgid "Get push notifications when you're away from the app."
-msgstr "Отримуйте пуш-сповіщення, коли ви поза застосунком."
+msgstr "Отримуйте push-сповіщення, коли ви не в застосунку."
#: src/fluxer_marketing/components/get_involved_section.gleam:89
msgid "Get updates, see upcoming features, discuss suggestions, and chat with the team."
@@ -987,7 +987,7 @@ msgstr "Ентузіасти"
#: src/fluxer_marketing/components/current_features.gleam:85
msgid "Hop in a call with friends or share your screen to work together."
-msgstr "Заходьте в дзвінок із друзями або діліться екраном, щоб працювати разом."
+msgstr "Приєднуйтеся до дзвінка з друзями або діліться екраном, щоб працювати разом."
#: src/fluxer_marketing/components/current_features.gleam:153
msgid "Host your own instance"
@@ -1000,7 +1000,7 @@ msgstr "Чим можемо допомогти?"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:39
msgid "How to install as an app"
-msgstr "Як встановити як додаток"
+msgstr "Як встановити як застосунок"
#: src/fluxer_marketing/pages/partners_page.gleam:434
msgid "How you plan to use Fluxer with your community"
@@ -1037,18 +1037,18 @@ msgstr "Індонезійська"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:59
msgid "Install Fluxer as an app"
-msgstr "Встановіть Fluxer як додаток"
+msgstr "Встановіть Fluxer як застосунок"
#: src/fluxer_marketing/components/platform_download_button.gleam:145
#: src/fluxer_marketing/components/platform_download_button.gleam:161
msgid "Intel"
msgstr "Intel"
-#: src/fluxer_marketing/pages/donate_page.gleam:377
+#: src/fluxer_marketing/pages/donate_page.gleam:376
msgid "Is my donation tax-deductible?"
msgstr "Чи можна відняти донат із податків?"
-#: src/fluxer_marketing/pages/donate_page.gleam:359
+#: src/fluxer_marketing/pages/donate_page.gleam:358
msgid "Is this a subscription?"
msgstr "Це підписка?"
@@ -1157,7 +1157,7 @@ msgstr "Логотип"
#: src/fluxer_marketing/pages/donate_page.gleam:123
msgid "Make a Donation"
-msgstr "Зробити донат"
+msgstr "Зробити пожертву"
#: src/fluxer_marketing/components/current_features.gleam:123
msgid "Manage friends and block users"
@@ -1222,17 +1222,17 @@ msgstr "Статей не знайдено."
msgid "No results found for"
msgstr "Нічого не знайдено для"
-#: src/fluxer_marketing/pages/donate_page.gleam:380
+#: src/fluxer_marketing/pages/donate_page.gleam:379
msgid "No, donations to Fluxer are not tax-deductible as we are not a registered charitable organization."
msgstr "Ні, донати на Fluxer не віднімаються з податків, оскільки ми не є зареєстрованою благодійною організацією."
-#: src/fluxer_marketing/pages/donate_page.gleam:362
+#: src/fluxer_marketing/pages/donate_page.gleam:361
msgid "No, this is a one-time donation. You choose the amount you want to give, and there are no recurring charges."
msgstr "Ні, це разовий донат. Ви самі обираєте суму, і жодних регулярних списань немає."
#: src/fluxer_marketing/components/current_features.gleam:90
msgid "Noise suppression and echo cancellation"
-msgstr "Приглушення шуму й ехопридушення"
+msgstr "Шумоприглушення та ехопридушення"
#: src/fluxer_marketing/components/locale_selector.gleam:140
msgid "Norwegian"
@@ -1244,7 +1244,7 @@ msgstr "Недоступно"
#: src/fluxer_marketing/pages/plutonium_page.gleam:91
msgid "Note: Plutonium and Visionary benefits only apply to the official Fluxer.app instance, not third-party or self-hosted instances."
-msgstr "Примітка: переваги Plutonium і Visionary діють лише для офіційного інстансу Fluxer.app, а не для сторонніх або self-hosted інстансів."
+msgstr "Примітка: переваги Plutonium і Visionary діють лише для офіційного інстансу Fluxer.app, а не для сторонніх або самохостингових інстансів."
#: src/fluxer_marketing/pages/plutonium_page.gleam:788
msgid "Numbered badge (1-{0}) showing your Visionary status"
@@ -1283,7 +1283,7 @@ msgstr "Відкритий код (AGPL-3.0)"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:234
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:284
msgid "Open the web app"
-msgstr "Відкрити веб-додаток"
+msgstr "Відкрити вебзастосунок"
#: src/fluxer_marketing/pages/plutonium_page.gleam:1059
msgid "Operator Pass"
@@ -1315,7 +1315,7 @@ msgstr "Окремий символ. Використовуйте його ли
#: src/fluxer_marketing/components/communities_section.gleam:106
msgid "Over time, we'd love to explore optional monetization tools that help creators and communities earn, with a small, transparent fee that keeps the app sustainable."
-msgstr "З часом ми хочемо додати необов’язкові інструменти монетизації, які допоможуть творцям і спільнотам заробляти — із невеликою прозорою комісією, що робитиме застосунок стабільним."
+msgstr "З часом ми хочемо додати необов’язкові інструменти монетизації, які допоможуть творцям і спільнотам заробляти — із невеликою прозорою комісією, що робитиме застосунок сталим."
#: src/fluxer_marketing/pages/not_found_page.gleam:101
msgid "Page Not Found"
@@ -1325,6 +1325,11 @@ msgstr "Сторінку не знайдено"
msgid "Page not found"
msgstr "Сторінку не знайдено"
+#: src/fluxer_marketing/pages/not_found_page.gleam:60
+#: src/fluxer_marketing/pages/not_found_page.gleam:104
+msgid "This page doesn't exist. But there's plenty more to explore."
+msgstr "Цієї сторінки не існує. Але попереду ще багато цікавого."
+
#: src/fluxer_marketing/pages/partners_page.gleam:123
msgid "Partner Badge"
msgstr "Значок Partner"
@@ -1377,19 +1382,19 @@ msgstr "Преса"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:246
msgid "Press \"Add to Home Screen\""
-msgstr "Натисніть \"Додати на домашній екран"
+msgstr "Натисніть \"Додати на головний екран\""
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:249
msgid "Press \"Add\" in the upper-right corner"
-msgstr "Натисніть \"Додати\" у верхньому правому куті"
+msgstr "Натисніть \"Додати\" у правому верхньому куті"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:200
msgid "Press \"Install app\""
-msgstr "Натисніть \"Встановити додаток"
+msgstr "Натисніть \"Встановити застосунок\""
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:301
msgid "Press \"Install\" in the popup that appears"
-msgstr "Натисніть \"Встановити\" у спливаючому вікні, що з'являється"
+msgstr "Натисніть \"Встановити\" у спливаючому вікні, що з’явиться"
#: src/fluxer_marketing/pages/press_page.gleam:45
#: src/fluxer_marketing/pages/press_page.gleam:65
@@ -1402,15 +1407,15 @@ msgstr "Контакт для преси"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:197
msgid "Press the \"More\" (\\u{22EE}) button in the top-right corner"
-msgstr "Натисніть кнопку \"Більше\" (\\u{22EE}) у верхньому правому куті"
+msgstr "Натисніть кнопку \"Більше\" (\\u{22EE}) у правому верхньому куті"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:243
msgid "Press the Share button (rectangle with upwards-pointing arrow)"
-msgstr "Натисніть кнопку Поділитися (прямокутник з стрілкою, що вказує вгору)"
+msgstr "Натисніть кнопку \"Поділитися\" (прямокутник зі стрілкою вгору)"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:296
msgid "Press the install button (downwards-pointing arrow on monitor) in the address bar"
-msgstr "Натисніть кнопку встановлення (стрілка, що вказує вниз на монітор) в адресному рядку"
+msgstr "Натисніть кнопку встановлення (стрілка вниз на моніторі) в адресному рядку"
#: src/fluxer_marketing/components/footer.gleam:110
#: src/fluxer_marketing/components/navigation.gleam:93
@@ -1420,7 +1425,7 @@ msgstr "Ціни"
#: src/fluxer_marketing/pages/plutonium_page.gleam:851
msgid "Priority support and Operators community access for self-hosting"
-msgstr "Пріоритетна підтримка та доступ до спільноти Operators для self-hosting"
+msgstr "Пріоритетна підтримка та доступ до спільноти Operators для самохостингу"
#: src/fluxer_marketing/components/footer.gleam:249
#: src/fluxer_marketing/components/navigation.gleam:406
@@ -1564,7 +1569,7 @@ msgstr "Вбудований показ екрана"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:132
msgid "Screenshots courtesy of "
-msgstr "Скриншоти надані "
+msgstr "Скриншоти люб’язно надані "
#: src/fluxer_marketing/pages/help_components.gleam:93
msgid "Search"
@@ -1611,7 +1616,7 @@ msgstr "Звіти з безпеки"
#: src/fluxer_marketing/pages/download_page.gleam:232
msgid "See badge counts on the app icon."
-msgstr "Бачте лічильники бейджів на іконці застосунку."
+msgstr "Бачте лічильники сповіщень на іконці застосунку."
#: src/fluxer_marketing/pages/partners_page.gleam:312
msgid "See perks"
@@ -1619,11 +1624,11 @@ msgstr "Переглянути бонуси"
#: src/fluxer_marketing/pages/plutonium_page.gleam:979
msgid "Self-Hosting"
-msgstr "Self-hosting"
+msgstr "Самохостинг"
#: src/fluxer_marketing/components/current_features.gleam:146
msgid "Self-hosting"
-msgstr "Self-hosting"
+msgstr "Самохостинг"
#: src/fluxer_marketing/pages/download_page.gleam:330
msgid "Send a one-time gift"
@@ -1635,7 +1640,7 @@ msgstr "Надішліть нам листа з такою інформаціє
#: src/fluxer_marketing/pages/plutonium_page.gleam:634
msgid "Set personalized sounds when you join voice channels to make your presence known."
-msgstr "Встановіть персональні звуки на вхід у голосові канали, щоб одразу було чути вашу появу."
+msgstr "Налаштуйте персональні звуки приєднання до голосових каналів, щоб вашу появу було одразу чути."
#: src/fluxer_marketing/pages/careers_page.gleam:408
msgid "Share a bit about yourself, what you'd like to work on, and links to any relevant work."
@@ -1696,7 +1701,7 @@ msgstr "Вирізняйтеся анімованими аватарками й
#: src/fluxer_marketing/components/get_involved_section.gleam:127
msgid "Stay updated on news, service status, and what's happening. You can also follow "
-msgstr "Стежте за новинами, статусом сервісу та всім, що відбувається. Також можете підписатися на "
+msgstr "Стежте за новинами, статусом сервісу та тим, що відбувається. Також можете підписатися на "
#: src/fluxer_marketing/pages/help_article_page.gleam:218
#: src/fluxer_marketing/pages/help_article_page.gleam:360
@@ -1709,7 +1714,7 @@ msgstr "Зберігайте до 15 відеофонів для дзвінкі
#: src/fluxer_marketing/pages/plutonium_page.gleam:614
msgid "Stream in up to 4K resolution at 60fps so others can see you in stunning clarity."
-msgstr "Стріми до 4K при 60 fps, щоб інші бачили вас у неймовірній чіткості."
+msgstr "Транслюйте до 4K у 60fps, щоб інші бачили вас у приголомшливій чіткості."
#: src/fluxer_marketing/components/coming_features.gleam:58
msgid "Streamer mode"
@@ -1766,11 +1771,6 @@ msgstr "Маркетплейс тем"
msgid "This isn't a full replacement for the desktop app yet, and some things you'd expect from a mobile chat app are still missing."
msgstr "Це ще не повна заміна десктопного застосунку, і деяких речей, яких ви очікуєте від мобільного чату, поки що бракує."
-#: src/fluxer_marketing/pages/not_found_page.gleam:60
-#: src/fluxer_marketing/pages/not_found_page.gleam:104
-msgid "This page doesn't exist. But there's plenty more to explore."
-msgstr "Цієї сторінки не існує. Але попереду ще багато цікавого."
-
#: src/fluxer_marketing/components/coming_features.gleam:37
msgid "Threads and forums"
msgstr "Гілки та форуми"
@@ -1846,7 +1846,7 @@ msgstr "Використовуйте анімовані емодзі"
#: src/fluxer_marketing/components/current_features.gleam:154
msgid "Use our desktop client (mobile coming soon)"
-msgstr "Використовуйте наш настільний клієнт (мобільна версія скоро)"
+msgstr "Використовуйте наш десктопний клієнт (мобільна версія скоро)"
#: src/fluxer_marketing/pages/plutonium_page.gleam:604
msgid "Use your favorite emojis and stickers from any community, anywhere across Fluxer."
@@ -1854,7 +1854,7 @@ msgstr "Користуйтеся улюбленими емодзі та стік
#: src/fluxer_marketing/pages/partners_page.gleam:222
msgid "VIP Voice Servers"
-msgstr "VIP голосові сервери"
+msgstr "VIP-голосові сервери"
#: src/fluxer_marketing/components/partner_section.gleam:117
msgid "Verified Community"
@@ -1937,7 +1937,7 @@ msgstr "Ми все ще будуємо бізнес навколо Fluxer і п
msgid "Webhooks and bot support"
msgstr "Вебхуки та підтримка ботів"
-#: src/fluxer_marketing/pages/donate_page.gleam:351
+#: src/fluxer_marketing/pages/donate_page.gleam:350
msgid "What does my donation support?"
msgstr "Що підтримує мій донат?"
@@ -1953,7 +1953,7 @@ msgstr "Що доступно вже сьогодні"
msgid "What's coming next"
msgstr "Що далі"
-#: src/fluxer_marketing/pages/donate_page.gleam:385
+#: src/fluxer_marketing/pages/donate_page.gleam:384
msgid "What's the difference between Individual and Business?"
msgstr "У чому різниця між Individual та Business?"
@@ -1989,7 +1989,7 @@ msgstr "Ваша спільнота отримує верифікований с
msgid "Your community receives increased limits when you need them."
msgstr "Ваша спільнота отримує підвищені ліміти, коли вони потрібні."
-#: src/fluxer_marketing/pages/donate_page.gleam:354
+#: src/fluxer_marketing/pages/donate_page.gleam:353
msgid "Your donation helps fund Fluxer's infrastructure costs, including servers, bandwidth, storage, and ongoing development of new features. It helps us maintain and improve the platform for everyone."
msgstr "Ваш донат допомагає покривати витрати на інфраструктуру Fluxer — сервери, трафік, сховище — та постійну розробку нових функцій. Це допомагає нам підтримувати й покращувати платформу для всіх."
@@ -2034,7 +2034,7 @@ msgid "one-time purchase"
msgstr "разова покупка"
#: src/fluxer_marketing/components/plutonium_section.gleam:68
-#: src/fluxer_marketing/pages/donate_page.gleam:284
+#: src/fluxer_marketing/pages/donate_page.gleam:282
#: src/fluxer_marketing/pages/plutonium_page.gleam:106
#: src/fluxer_marketing/pages/plutonium_page.gleam:230
msgid "or"
@@ -2059,4 +2059,3 @@ msgstr "Залишилося {0} із {1} місць"
#: src/fluxer_marketing/components/footer.gleam:325
msgid "© Fluxer Platform AB (Swedish limited liability company: 559537-3993)"
msgstr "© Fluxer Platform AB (шведська компанія з обмеженою відповідальністю: 559537-3993)"
-
diff --git a/fluxer_marketing/locales/vi/messages.po b/fluxer_marketing/locales/vi/messages.po
index b3809fc0..fa525055 100644
--- a/fluxer_marketing/locales/vi/messages.po
+++ b/fluxer_marketing/locales/vi/messages.po
@@ -6,15 +6,15 @@ msgstr ""
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:190
msgid " in Chrome"
-msgstr "trong Chrome"
+msgstr " trong Chrome"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:288
msgid " in Chrome or another browser with PWA support"
-msgstr "trong Chrome hoặc trình duyệt khác hỗ trợ PWA"
+msgstr " trong Chrome hoặc một trình duyệt khác có hỗ trợ PWA"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:236
msgid " in Safari"
-msgstr "trong Safari"
+msgstr " trong Safari"
#: src/fluxer_marketing/pages/plutonium_page.gleam:1032
msgid "/forever"
@@ -37,19 +37,19 @@ msgstr "/năm"
#: src/fluxer_marketing/pages/plutonium_page.gleam:654
msgid "500MB uploads, 4000 character messages, 300 bookmarks, 50 emoji packs, and much more."
-msgstr "Tải lên 500MB, tin nhắn 4000 ký tự, 300 dấu trang, 50 bộ emoji, và còn nhiều hơn nữa."
+msgstr "Tải lên 500MB, tin nhắn tối đa 4000 ký tự, 300 dấu trang, 50 bộ emoji, và còn nhiều hơn nữa."
#: src/fluxer_marketing/components/communities_section.gleam:86
msgid "A chat platform that answers to you, not investors. It's ad-free, open source, community-funded, and never sells your data or nags you with upgrade pop-ups."
-msgstr "Một nền tảng chat phục vụ bạn, không phải nhà đầu tư. Không quảng cáo, mã nguồn mở, được cộng đồng tài trợ, và không bao giờ bán dữ liệu của bạn hay làm phiền bằng các pop-up nâng cấp."
+msgstr "Một nền tảng trò chuyện phục vụ bạn, không phải nhà đầu tư. Không quảng cáo, mã nguồn mở, được cộng đồng tài trợ, và không bao giờ bán dữ liệu của bạn hay làm phiền bạn bằng pop-up nâng cấp."
#: src/fluxer_marketing/pages/careers_page.gleam:219
msgid "A non-paid role for recurring contributors who help shape Fluxer alongside the core team."
-msgstr "Vai trò không lương dành cho những người đóng góp thường xuyên, cùng đội ngũ nòng cốt định hình Fluxer."
+msgstr "Vai trò không hưởng lương dành cho các cộng tác viên đóng góp thường xuyên, cùng đội ngũ nòng cốt định hình Fluxer."
#: src/fluxer_marketing/pages/plutonium_page.gleam:1074
msgid "Access to Fluxer Operators community"
-msgstr "Quyền truy cập vào cộng đồng Fluxer Operators"
+msgstr "Quyền truy cập cộng đồng Fluxer Operators"
#: src/fluxer_marketing/pages/partners_page.gleam:225
msgid "Access to VIP voice servers reserved exclusively for partnered communities."
@@ -65,7 +65,7 @@ msgstr "Thêm Fluxer vào màn hình chính để ẩn giao diện trình duyệ
#: src/fluxer_marketing/components/current_features.gleam:133
msgid "Add custom emojis, save media for later, and style the app with custom CSS."
-msgstr "Thêm emoji tuỳ chỉnh, lưu media để xem sau, và tuỳ biến giao diện ứng dụng bằng CSS riêng."
+msgstr "Thêm emoji tùy chỉnh, lưu nội dung media để xem sau, và tùy biến giao diện ứng dụng bằng CSS riêng."
#: src/fluxer_marketing/pages/plutonium_page.gleam:1124
msgid "After the offer ends, Operator Pass stays available on its own."
@@ -77,11 +77,15 @@ msgstr "Mọi quyền lợi Plutonium hiện tại và trong tương lai, trọn
#: src/fluxer_marketing/components/current_features.gleam:55
msgid "All the basics you expect, plus a few things you don't."
-msgstr "Đủ mọi thứ cơ bản bạn mong đợi, cộng thêm vài thứ bạn không ngờ tới."
+msgstr "Đủ mọi thứ cơ bản bạn mong đợi, cộng thêm vài điều bạn không ngờ tới."
#: src/fluxer_marketing/components/locale_selector.gleam:102
msgid "All translations are currently LLM-generated with minimal human revision. We'd love to get real people to help us out localizing Fluxer into your language! To do so, shoot an email to i18n@fluxer.app and we'll be happy to accept your contributions."
-msgstr "Hiện mọi bản dịch đều do LLM tạo ra và chỉ được chỉnh sửa tối thiểu. Bọn mình rất muốn có người thật cùng hỗ trợ bản địa hoá Fluxer sang ngôn ngữ của bạn! Nếu muốn tham gia, hãy gửi email tới i18n@fluxer.app — chúng tôi rất sẵn lòng nhận đóng góp của bạn."
+msgstr "Hiện mọi bản dịch đều do LLM tạo ra và chỉ được chỉnh sửa tối thiểu. Chúng tôi rất muốn có người thật cùng hỗ trợ bản địa hóa Fluxer sang ngôn ngữ của bạn! Nếu muốn tham gia, hãy gửi email tới i18n@fluxer.app — chúng tôi rất sẵn lòng nhận đóng góp của bạn."
+
+#: src/fluxer_marketing/components/hero.gleam:64
+msgid "An open-source, independent instant messaging and VoIP platform. Built for friends, groups, and communities."
+msgstr "Nền tảng nhắn tin tức thời và VoIP mã nguồn mở, độc lập. Được xây dựng cho bạn bè, nhóm và cộng đồng."
#: src/fluxer_marketing/components/platform_download_button.gleam:524
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:97
@@ -112,7 +116,7 @@ msgstr "Ứng tuyển qua partners@fluxer.app"
#: src/fluxer_marketing/components/get_involved_section.gleam:170
msgid "Approved reports grant access to Fluxer Testers, where you can earn points for Plutonium codes and the Bug Hunter badge."
-msgstr "Các báo cáo được duyệt sẽ mở quyền truy cập Fluxer Testers, nơi bạn có thể kiếm điểm để đổi mã Plutonium và huy hiệu Bug Hunter."
+msgstr "Các báo cáo được duyệt sẽ mở quyền truy cập Fluxer Testers, nơi bạn có thể tích điểm để đổi mã Plutonium và huy hiệu Bug Hunter."
#: src/fluxer_marketing/components/locale_selector.gleam:118
msgid "Arabic"
@@ -130,7 +134,7 @@ msgstr "Bài viết trong mục này"
msgid "Audit logs for transparency"
msgstr "Nhật ký kiểm tra để minh bạch"
-#: src/fluxer_marketing/pages/donate_page.gleam:302
+#: src/fluxer_marketing/pages/donate_page.gleam:301
msgid "Available for Swedish bank accounts"
msgstr "Có sẵn cho các tài khoản ngân hàng Thụy Điển"
@@ -149,13 +153,13 @@ msgstr "Quay lại Trung tâm trợ giúp"
#: src/fluxer_marketing/pages/plutonium_page.gleam:674
msgid "Be the first to try new features before they're released to everyone else."
-msgstr "Hãy là người đầu tiên trải nghiệm tính năng mới trước khi phát hành cho mọi người."
+msgstr "Hãy là người đầu tiên trải nghiệm tính năng mới trước khi phát hành cho tất cả mọi người."
#: src/fluxer_marketing/components/partner_section.gleam:64
#: src/fluxer_marketing/pages/careers_page.gleam:173
#: src/fluxer_marketing/pages/partners_page.gleam:64
msgid "Become a Fluxer Partner"
-msgstr "Trở thành Đối tác Fluxer"
+msgstr "Trở thành Fluxer Partner"
#: src/fluxer_marketing/components/partner_section.gleam:151
msgid "Become a Partner"
@@ -208,9 +212,9 @@ msgstr "Bluesky"
msgid "Bookmarked messages"
msgstr "Tin nhắn đã đánh dấu"
-#: src/fluxer_marketing/pages/donate_page.gleam:388
+#: src/fluxer_marketing/pages/donate_page.gleam:387
msgid "Both donation types support the same cause equally. The only difference is that Business donations allow you to specify a tax ID (if applicable) and receive a PDF invoice when finalized, which can be useful for company accounting purposes."
-msgstr "Cả hai hình thức quyên góp đều ủng hộ cùng một mục tiêu như nhau. Khác biệt duy nhất là quyên góp Doanh nghiệp cho phép bạn nhập mã số thuế (nếu có) và nhận hoá đơn PDF sau khi hoàn tất — hữu ích cho việc kế toán công ty."
+msgstr "Cả hai hình thức quyên góp đều ủng hộ cùng một mục tiêu như nhau. Khác biệt duy nhất là quyên góp Doanh nghiệp cho phép bạn nhập mã số thuế (nếu có) và nhận hóa đơn PDF sau khi hoàn tất — hữu ích cho việc kế toán công ty."
#: src/fluxer_marketing/pages/press_page.gleam:200
msgid "Brand Colors"
@@ -234,15 +238,11 @@ msgstr "Duyệt theo danh mục"
#: src/fluxer_marketing/pages/help_category_page.gleam:65
msgid "Browse help articles about "
-msgstr "Duyệt các bài trợ giúp về "
+msgstr "Duyệt bài viết trợ giúp về "
#: src/fluxer_marketing/components/communities_section.gleam:44
msgid "Built for communities of all kinds."
-msgstr "Tạo ra cho mọi kiểu cộng đồng."
-
-#: src/fluxer_marketing/components/hero.gleam:64
-msgid "Built for friends, groups, and communities. Text, voice, and video. Open source and community-funded."
-msgstr "Được tạo cho bạn bè, nhóm và cộng đồng. Nhắn tin, thoại và video. Mã nguồn mở và được cộng đồng tài trợ."
+msgstr "Được tạo ra cho mọi kiểu cộng đồng."
#: src/fluxer_marketing/components/locale_selector.gleam:119
msgid "Bulgarian"
@@ -273,7 +273,7 @@ msgstr "Đổi ngôn ngữ"
#: src/fluxer_marketing/components/hero.gleam:59
msgid "Chat that puts you first"
-msgstr "Chat đặt bạn lên hàng đầu"
+msgstr "Trò chuyện đặt bạn lên hàng đầu"
#: src/fluxer_marketing/components/locale_selector.gleam:150
msgid "Chinese (Simplified)"
@@ -289,7 +289,7 @@ msgstr "Chọn bản phân phối Linux"
#: src/fluxer_marketing/pages/help_category_page.gleam:148
msgid "Choose a guide below or search again if you don't see what you need."
-msgstr "Chọn một hướng dẫn bên dưới hoặc tìm lại nếu bạn chưa thấy thứ mình cần."
+msgstr "Chọn một hướng dẫn bên dưới, hoặc tìm lại nếu bạn chưa thấy thứ mình cần."
#: src/fluxer_marketing/components/platform_download_button.gleam:409
msgid "Choose distribution"
@@ -297,7 +297,7 @@ msgstr "Chọn bản phân phối"
#: src/fluxer_marketing/components/locale_selector.gleam:63
msgid "Choose your language"
-msgstr "Chọn ngôn ngữ"
+msgstr "Chọn ngôn ngữ của bạn"
#: src/fluxer_marketing/pages/plutonium_page.gleam:564
msgid "Choose your own 4-digit tag like #0001, #1337, or #9999 to make your username truly unique."
@@ -309,7 +309,7 @@ msgstr "Xóa tìm kiếm"
#: src/fluxer_marketing/pages/download_page.gleam:337
msgid "Code, issues, docs, and reviews"
-msgstr "Mã nguồn, issue, tài liệu và review"
+msgstr "Mã nguồn, issue, tài liệu và đánh giá"
#: src/fluxer_marketing/pages/press_page.gleam:124
msgid "Color Logo"
@@ -361,7 +361,7 @@ msgstr "Mẫu cộng đồng"
#: src/fluxer_marketing/components/current_features.gleam:139
msgid "Compact mode and display options"
-msgstr "Chế độ gọn và tuỳ chọn hiển thị"
+msgstr "Chế độ gọn và tùy chọn hiển thị"
#: src/fluxer_marketing/components/navigation.gleam:348
msgid "Company"
@@ -390,7 +390,7 @@ msgstr "Liên hệ Hỗ trợ"
#: src/fluxer_marketing/components/partner_section.gleam:70
msgid "Content creators and community owners: unlock exclusive perks including free Plutonium, a Partner badge, custom vanity URLs, and more."
-msgstr "Nhà sáng tạo nội dung và chủ cộng đồng: mở khoá quyền lợi độc quyền như Plutonium miễn phí, huy hiệu Partner, URL vanity tuỳ chỉnh, và nhiều hơn nữa."
+msgstr "Nhà sáng tạo nội dung và chủ cộng đồng: mở khóa quyền lợi độc quyền như Plutonium miễn phí, huy hiệu Partner, URL vanity tùy chỉnh, và nhiều hơn nữa."
#: src/fluxer_marketing/components/get_involved_section.gleam:178
msgid "Contribute code"
@@ -402,7 +402,7 @@ msgstr "Đóng góp trên GitHub"
#: src/fluxer_marketing/components/final_cta.gleam:69
msgid "Create an account and help us build something good."
-msgstr "Tạo tài khoản và cùng bọn mình xây dựng điều tử tế."
+msgstr "Tạo tài khoản và cùng chúng tôi xây dựng điều tử tế."
#: src/fluxer_marketing/pages/plutonium_page.gleam:1191
msgid "Create your Fluxer account to get that sweet Plutonium while it's hot."
@@ -426,49 +426,49 @@ msgstr "Tiếng Croatia"
#: src/fluxer_marketing/pages/plutonium_page.gleam:280
msgid "Custom 4-digit username tag"
-msgstr "Thẻ tên người dùng 4 chữ số tuỳ chỉnh"
+msgstr "Thẻ tên người dùng 4 chữ số tùy chỉnh"
#: src/fluxer_marketing/components/current_features.gleam:138
msgid "Custom CSS themes"
-msgstr "Chủ đề CSS tuỳ chỉnh"
+msgstr "Chủ đề CSS tùy chỉnh"
#: src/fluxer_marketing/pages/partners_page.gleam:145
msgid "Custom Vanity URL"
-msgstr "URL vanity tuỳ chỉnh"
+msgstr "URL vanity tùy chỉnh"
#: src/fluxer_marketing/pages/plutonium_page.gleam:315
#: src/fluxer_marketing/pages/plutonium_page.gleam:631
msgid "Custom entrance sounds"
-msgstr "Âm thanh vào kênh tuỳ chỉnh"
+msgstr "Âm thanh vào kênh tùy chỉnh"
#: src/fluxer_marketing/components/plutonium_section.gleam:127
msgid "Custom identity"
-msgstr "Danh tính tuỳ chỉnh"
+msgstr "Danh tính tùy chỉnh"
#: src/fluxer_marketing/pages/plutonium_page.gleam:322
#: src/fluxer_marketing/pages/plutonium_page.gleam:641
msgid "Custom notification sounds"
-msgstr "Âm báo tuỳ chỉnh"
+msgstr "Âm báo tùy chỉnh"
#: src/fluxer_marketing/pages/plutonium_page.gleam:413
msgid "Custom themes"
-msgstr "Chủ đề tuỳ chỉnh"
+msgstr "Chủ đề tùy chỉnh"
#: src/fluxer_marketing/pages/plutonium_page.gleam:561
msgid "Custom username tag"
-msgstr "Thẻ tên người dùng tuỳ chỉnh"
+msgstr "Thẻ tên người dùng tùy chỉnh"
#: src/fluxer_marketing/pages/plutonium_page.gleam:308
msgid "Custom video backgrounds"
-msgstr "Nền video tuỳ chỉnh"
+msgstr "Nền video tùy chỉnh"
#: src/fluxer_marketing/components/current_features.gleam:130
msgid "Customization"
-msgstr "Tuỳ biến"
+msgstr "Tùy biến"
#: src/fluxer_marketing/pages/plutonium_page.gleam:574
msgid "Customize your profile differently for each community you're part of."
-msgstr "Tuỳ biến hồ sơ của bạn khác nhau cho từng cộng đồng mà bạn tham gia."
+msgstr "Tùy biến hồ sơ của bạn khác nhau cho từng cộng đồng mà bạn tham gia."
#: src/fluxer_marketing/components/locale_selector.gleam:120
msgid "Czech"
@@ -480,7 +480,7 @@ msgstr "Thư mục DM"
#: src/fluxer_marketing/components/current_features.gleam:69
msgid "DM your friends, chat with groups, or build communities with channels."
-msgstr "Nhắn DM cho bạn bè, chat nhóm, hoặc xây cộng đồng với các kênh."
+msgstr "Nhắn DM cho bạn bè, trò chuyện nhóm, hoặc xây dựng cộng đồng với các kênh."
#: src/fluxer_marketing/components/locale_selector.gleam:121
msgid "Danish"
@@ -519,7 +519,7 @@ msgstr "Khám phá"
msgid "Display an exclusive Partner badge on your profile to stand out."
msgstr "Hiển thị huy hiệu Partner độc quyền trên hồ sơ để nổi bật."
-#: src/fluxer_marketing/pages/donate_page.gleam:367
+#: src/fluxer_marketing/pages/donate_page.gleam:366
msgid "Do I get anything in return?"
msgstr "Tôi có nhận được gì đổi lại không?"
@@ -548,22 +548,22 @@ msgstr "Quyên góp bằng USD"
msgid "Donate to Fluxer"
msgstr "Quyên góp cho Fluxer"
-#: src/fluxer_marketing/pages/donate_page.gleam:298
+#: src/fluxer_marketing/pages/donate_page.gleam:297
msgid "Donate with Swish"
-msgstr "Tặng tiền qua Swish"
+msgstr "Quyên góp qua Swish"
-#: src/fluxer_marketing/pages/donate_page.gleam:370
+#: src/fluxer_marketing/pages/donate_page.gleam:369
msgid "Donations are voluntary gifts and do not provide you with any product, service, ownership, or special rights. If you're looking for premium features, check out {0}."
msgstr "Quyên góp là tự nguyện và không đổi lấy bất kỳ sản phẩm, dịch vụ, quyền sở hữu hay quyền lợi đặc biệt nào. Nếu bạn đang tìm các tính năng cao cấp, hãy xem {0}."
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:308
msgid "Done! You can now open Fluxer as if it were a regular program."
-msgstr "Đã xong! Bạn có thể mở Fluxer như thể nó là một chương trình bình thường."
+msgstr "Xong rồi! Giờ bạn có thể mở Fluxer như một chương trình bình thường."
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:206
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:256
msgid "Done! You can open Fluxer from your home screen."
-msgstr "Đã xong! Bạn có thể mở Fluxer từ màn hình chính của bạn."
+msgstr "Xong rồi! Bạn có thể mở Fluxer từ màn hình chính của mình."
#: src/fluxer_marketing/components/footer.gleam:132
#: src/fluxer_marketing/components/navigation.gleam:84
@@ -610,7 +610,7 @@ msgstr "Tiếng Hà Lan"
#: src/fluxer_marketing/components/coming_features.gleam:55
msgid "E2EE calls"
-msgstr "Cuộc gọi mã hoá đầu-cuối (E2EE)"
+msgstr "Cuộc gọi mã hóa đầu-cuối (E2EE)"
#: src/fluxer_marketing/pages/partners_page.gleam:200
msgid "Early Feature Access"
@@ -674,7 +674,7 @@ msgstr "Tính năng"
#: src/fluxer_marketing/pages/partners_page.gleam:167
msgid "Featured in Discovery"
-msgstr "Được nổi bật trong Khám phá"
+msgstr "Được giới thiệu trong Khám phá"
#: src/fluxer_marketing/components/coming_features.gleam:30
msgid "Federation"
@@ -724,7 +724,7 @@ msgstr "Đội Cộng đồng Fluxer"
msgid "Fluxer Partner"
msgstr "Fluxer Partner"
-#: src/fluxer_marketing/pages/donate_page.gleam:372
+#: src/fluxer_marketing/pages/donate_page.gleam:371
#: src/fluxer_marketing/pages/plutonium_page.gleam:51
#: src/fluxer_marketing/pages/plutonium_page.gleam:76
msgid "Fluxer Plutonium"
@@ -764,7 +764,7 @@ msgstr "Theo dõi chúng tôi trên Bluesky"
#: src/fluxer_marketing/pages/press_page.gleam:230
msgid "For backgrounds, text on dark surfaces, and creating contrast."
-msgstr "Dùng cho nền, chữ trên bề mặt tối và tạo độ tương phản."
+msgstr "Dùng cho nền, chữ trên bề mặt tối, và tạo độ tương phản."
#: src/fluxer_marketing/pages/press_page.gleam:111
#: src/fluxer_marketing/pages/press_page.gleam:165
@@ -778,7 +778,7 @@ msgstr "Dành cho nền sáng"
#: src/fluxer_marketing/pages/press_page.gleam:237
msgid "For text, icons on light surfaces, and creating depth."
-msgstr "Dùng cho chữ, biểu tượng trên bề mặt sáng và tạo chiều sâu."
+msgstr "Dùng cho chữ, biểu tượng trên bề mặt sáng, và tạo chiều sâu."
#: src/fluxer_marketing/pages/plutonium_page.gleam:189
msgid "Forever"
@@ -810,7 +810,7 @@ msgstr "Miễn phí vs Plutonium"
msgid "French"
msgstr "Tiếng Pháp"
-#: src/fluxer_marketing/pages/donate_page.gleam:346
+#: src/fluxer_marketing/pages/donate_page.gleam:345
msgid "Frequently Asked Questions"
msgstr "Câu hỏi thường gặp"
@@ -857,7 +857,7 @@ msgstr "Mua Visionary + Operator Pass"
#: src/fluxer_marketing/pages/partners_page.gleam:148
msgid "Get an exclusive custom vanity URL like fluxer.gg/yourcommunity."
-msgstr "Nhận URL vanity tuỳ chỉnh độc quyền như fluxer.gg/yourcommunity."
+msgstr "Nhận URL vanity tùy chỉnh độc quyền như fluxer.gg/yourcommunity."
#: src/fluxer_marketing/pages/partners_page.gleam:236
msgid "Get exclusive Fluxer Partner-only merchandise and swag."
@@ -897,7 +897,7 @@ msgstr "Nhận thông báo đẩy khi bạn không mở ứng dụng."
#: src/fluxer_marketing/components/get_involved_section.gleam:89
msgid "Get updates, see upcoming features, discuss suggestions, and chat with the team."
-msgstr "Nhận cập nhật, xem tính năng sắp ra mắt, thảo luận đề xuất và chat với đội ngũ."
+msgstr "Nhận cập nhật, xem tính năng sắp ra mắt, thảo luận đề xuất và trò chuyện với đội ngũ."
#: src/fluxer_marketing/pages/plutonium_page.gleam:385
#: src/fluxer_marketing/pages/plutonium_page.gleam:601
@@ -963,11 +963,11 @@ msgstr "Giúp dịch Fluxer và tài liệu để Fluxer trở nên “chuẩn b
#: src/fluxer_marketing/pages/careers_page.gleam:69
msgid "Help us build a different kind of communication platform — open source, community-funded, and built with care."
-msgstr "Hãy cùng bọn mình xây dựng một kiểu nền tảng giao tiếp khác biệt — mã nguồn mở, được cộng đồng tài trợ, và làm ra với sự chăm chút."
+msgstr "Hãy cùng chúng tôi xây dựng một kiểu nền tảng giao tiếp khác biệt — mã nguồn mở, được cộng đồng tài trợ, và làm ra với sự chăm chút."
#: src/fluxer_marketing/pages/donate_page.gleam:89
msgid "Help us build an independent communication platform that puts users first."
-msgstr "Hãy cùng bọn mình xây dựng một nền tảng giao tiếp độc lập, đặt người dùng lên hàng đầu."
+msgstr "Hãy cùng chúng tôi xây dựng một nền tảng giao tiếp độc lập, đặt người dùng lên hàng đầu."
#: src/fluxer_marketing/pages/plutonium_page.gleam:651
msgid "Higher limits everywhere"
@@ -1037,20 +1037,20 @@ msgstr "Tiếng Indonesia"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:59
msgid "Install Fluxer as an app"
-msgstr "Cài đặt Fluxer dưới dạng ứng dụng"
+msgstr "Cài đặt Fluxer như một ứng dụng"
#: src/fluxer_marketing/components/platform_download_button.gleam:145
#: src/fluxer_marketing/components/platform_download_button.gleam:161
msgid "Intel"
msgstr "Intel"
-#: src/fluxer_marketing/pages/donate_page.gleam:377
+#: src/fluxer_marketing/pages/donate_page.gleam:376
msgid "Is my donation tax-deductible?"
msgstr "Khoản quyên góp của tôi có được khấu trừ thuế không?"
-#: src/fluxer_marketing/pages/donate_page.gleam:359
+#: src/fluxer_marketing/pages/donate_page.gleam:358
msgid "Is this a subscription?"
-msgstr "Đây có phải gói đăng ký không?"
+msgstr "Đây có phải là gói đăng ký không?"
#: src/fluxer_marketing/components/locale_selector.gleam:135
msgid "Italian"
@@ -1077,7 +1077,7 @@ msgstr "Tham gia cộng đồng Fluxer HQ"
#: src/fluxer_marketing/components/get_involved_section.gleam:75
msgid "Join and spread the word"
-msgstr "Tham gia và lan toả"
+msgstr "Tham gia và lan tỏa"
#: src/fluxer_marketing/components/current_features.gleam:88
msgid "Join from multiple devices at once"
@@ -1085,7 +1085,7 @@ msgstr "Tham gia từ nhiều thiết bị cùng lúc"
#: src/fluxer_marketing/pages/partners_page.gleam:47
msgid "Join the Fluxer Partner Program and unlock exclusive benefits for you and your community"
-msgstr "Tham gia Chương trình Fluxer Partner và mở khoá quyền lợi độc quyền cho bạn và cộng đồng của bạn"
+msgstr "Tham gia Chương trình Fluxer Partner và mở khóa quyền lợi độc quyền cho bạn và cộng đồng của bạn"
#: src/fluxer_marketing/pages/careers_page.gleam:49
msgid "Join the Fluxer community and help build the future of communication through open source and community contributions."
@@ -1149,7 +1149,7 @@ msgstr "Tiếng Litva"
#: src/fluxer_marketing/pages/careers_page.gleam:129
msgid "Localization"
-msgstr "Bản địa hoá"
+msgstr "Bản địa hóa"
#: src/fluxer_marketing/pages/press_page.gleam:93
msgid "Logo"
@@ -1222,11 +1222,11 @@ msgstr "Không tìm thấy bài viết nào."
msgid "No results found for"
msgstr "Không tìm thấy kết quả cho"
-#: src/fluxer_marketing/pages/donate_page.gleam:380
+#: src/fluxer_marketing/pages/donate_page.gleam:379
msgid "No, donations to Fluxer are not tax-deductible as we are not a registered charitable organization."
msgstr "Không. Quyên góp cho Fluxer không được khấu trừ thuế vì chúng tôi không phải tổ chức từ thiện đã đăng ký."
-#: src/fluxer_marketing/pages/donate_page.gleam:362
+#: src/fluxer_marketing/pages/donate_page.gleam:361
msgid "No, this is a one-time donation. You choose the amount you want to give, and there are no recurring charges."
msgstr "Không. Đây là quyên góp một lần. Bạn tự chọn số tiền muốn ủng hộ và sẽ không có khoản thu định kỳ."
@@ -1315,7 +1315,7 @@ msgstr "Biểu tượng độc lập. Chỉ dùng khi thương hiệu của chú
#: src/fluxer_marketing/components/communities_section.gleam:106
msgid "Over time, we'd love to explore optional monetization tools that help creators and communities earn, with a small, transparent fee that keeps the app sustainable."
-msgstr "Về lâu dài, chúng tôi muốn thử nghiệm các công cụ kiếm tiền tuỳ chọn để giúp nhà sáng tạo và cộng đồng có thu nhập, với một khoản phí nhỏ, minh bạch để ứng dụng bền vững."
+msgstr "Về lâu dài, chúng tôi muốn thử nghiệm các công cụ kiếm tiền tùy chọn để giúp nhà sáng tạo và cộng đồng có thu nhập, với một khoản phí nhỏ, minh bạch để ứng dụng bền vững."
#: src/fluxer_marketing/pages/not_found_page.gleam:101
msgid "Page Not Found"
@@ -1377,7 +1377,7 @@ msgstr "Báo chí"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:246
msgid "Press \"Add to Home Screen\""
-msgstr "Nhấn \"Thêm vào Màn hình chính"
+msgstr "Nhấn \"Thêm vào Màn hình chính\""
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:249
msgid "Press \"Add\" in the upper-right corner"
@@ -1385,7 +1385,7 @@ msgstr "Nhấn \"Thêm\" ở góc trên bên phải"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:200
msgid "Press \"Install app\""
-msgstr "Nhấn \"Cài đặt ứng dụng"
+msgstr "Nhấn \"Cài đặt ứng dụng\""
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:301
msgid "Press \"Install\" in the popup that appears"
@@ -1430,7 +1430,7 @@ msgstr "Chính sách quyền riêng tư"
#: src/fluxer_marketing/components/current_features.gleam:73
msgid "Private DMs and group chats"
-msgstr "DM riêng tư và chat nhóm"
+msgstr "DM riêng tư và trò chuyện nhóm"
#: src/fluxer_marketing/components/navigation.gleam:270
msgid "Product"
@@ -1459,7 +1459,7 @@ msgstr "Xuất bản diễn đàn lên web"
#: src/fluxer_marketing/pages/plutonium_page.gleam:883
msgid "Purchase Visionary directly in the app after creating your account. Your purchase date and order number will be displayed on your profile (can be hidden in privacy settings)."
-msgstr "Mua Visionary trực tiếp trong app sau khi tạo tài khoản. Ngày mua và số đơn hàng sẽ hiển thị trên hồ sơ của bạn (có thể ẩn trong cài đặt quyền riêng tư)."
+msgstr "Mua Visionary trực tiếp trong ứng dụng sau khi tạo tài khoản. Ngày mua và số đơn hàng sẽ hiển thị trên hồ sơ của bạn (có thể ẩn trong cài đặt quyền riêng tư)."
#: src/fluxer_marketing/components/current_features.gleam:122
msgid "Quick switcher with keyboard shortcuts"
@@ -1560,7 +1560,7 @@ msgstr "Lên lịch gửi tin nhắn vào một thời điểm cụ thể trong
#: src/fluxer_marketing/components/current_features.gleam:89
msgid "Screen sharing built in"
-msgstr "Chia sẻ màn hình tích hợp"
+msgstr "Tích hợp chia sẻ màn hình"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:132
msgid "Screenshots courtesy of "
@@ -1591,7 +1591,7 @@ msgstr "Tìm trong "
#: src/fluxer_marketing/pages/help_center_page.gleam:65
#: src/fluxer_marketing/pages/help_search_page.gleam:64
msgid "Search our help articles or browse by category."
-msgstr "Tìm trong bài trợ giúp hoặc duyệt theo danh mục."
+msgstr "Tìm trong bài viết trợ giúp hoặc duyệt theo danh mục."
#: src/fluxer_marketing/pages/help_category_page.gleam:126
msgid "Search results for"
@@ -1611,7 +1611,7 @@ msgstr "Báo cáo bảo mật"
#: src/fluxer_marketing/pages/download_page.gleam:232
msgid "See badge counts on the app icon."
-msgstr "Xem số lượng thông báo trên biểu tượng ứng dụng."
+msgstr "Xem số lượng huy hiệu thông báo trên biểu tượng ứng dụng."
#: src/fluxer_marketing/pages/partners_page.gleam:312
msgid "See perks"
@@ -1631,7 +1631,7 @@ msgstr "Tặng một món quà một lần"
#: src/fluxer_marketing/pages/partners_page.gleam:374
msgid "Send us an email with the following information to get started:"
-msgstr "Gửi email cho chúng tôi với thông tin sau để bắt đầu:"
+msgstr "Gửi email cho chúng tôi với các thông tin sau để bắt đầu:"
#: src/fluxer_marketing/pages/plutonium_page.gleam:634
msgid "Set personalized sounds when you join voice channels to make your presence known."
@@ -1639,7 +1639,7 @@ msgstr "Đặt âm thanh riêng khi bạn vào kênh thoại để mọi ngườ
#: src/fluxer_marketing/pages/careers_page.gleam:408
msgid "Share a bit about yourself, what you'd like to work on, and links to any relevant work."
-msgstr "Chia sẻ đôi chút về bạn, bạn muốn làm gì và các liên kết tới những công việc liên quan (nếu có)."
+msgstr "Chia sẻ đôi chút về bạn, bạn muốn làm gì, và các liên kết tới những công việc liên quan (nếu có)."
#: src/fluxer_marketing/pages/careers_page.gleam:143
msgid "Share feedback, report bugs, and help make Fluxer welcoming for everyone."
@@ -1651,7 +1651,7 @@ msgstr "Chia sẻ tệp và xem trước liên kết"
#: src/fluxer_marketing/components/platform_download_button.gleam:490
msgid "Show download options"
-msgstr "Hiển thị tuỳ chọn tải xuống"
+msgstr "Hiển thị tùy chọn tải xuống"
#: src/fluxer_marketing/pages/plutonium_page.gleam:664
msgid "Show off your Plutonium status with an exclusive badge on your profile."
@@ -1748,7 +1748,7 @@ msgstr "Tiếng Thái"
#: src/fluxer_marketing/pages/plutonium_page.gleam:998
msgid "The Operator Pass is optional: pay for support and community access."
-msgstr "Operator Pass là tuỳ chọn: bạn trả phí để nhận hỗ trợ và quyền truy cập cộng đồng."
+msgstr "Operator Pass là tùy chọn: bạn trả phí để nhận hỗ trợ và quyền truy cập cộng đồng."
#: src/fluxer_marketing/components/coming_features.gleam:89
msgid "The future is being built right now. These features are coming soon."
@@ -1764,7 +1764,7 @@ msgstr "Chợ chủ đề"
#: src/fluxer_marketing/pages/download_page.gleam:255
msgid "This isn't a full replacement for the desktop app yet, and some things you'd expect from a mobile chat app are still missing."
-msgstr "Hiện đây vẫn chưa thay thế hoàn toàn ứng dụng desktop, và một số thứ bạn kỳ vọng ở app chat di động vẫn còn thiếu."
+msgstr "Hiện đây vẫn chưa thể thay thế hoàn toàn ứng dụng máy tính, và một số thứ bạn kỳ vọng ở app chat di động vẫn còn thiếu."
#: src/fluxer_marketing/pages/not_found_page.gleam:60
#: src/fluxer_marketing/pages/not_found_page.gleam:104
@@ -1777,7 +1777,7 @@ msgstr "Chuỗi thảo luận và diễn đàn"
#: src/fluxer_marketing/pages/careers_page.gleam:243
msgid "Translation & localization"
-msgstr "Dịch thuật & bản địa hoá"
+msgstr "Dịch thuật & bản địa hóa"
#: src/fluxer_marketing/pages/careers_page.gleam:162
#: src/fluxer_marketing/pages/careers_page.gleam:257
@@ -1786,11 +1786,11 @@ msgstr "Tin cậy & an toàn"
#: src/fluxer_marketing/pages/help_search_page.gleam:140
msgid "Try different keywords or browse our categories."
-msgstr "Thử từ khoá khác hoặc duyệt các danh mục của chúng tôi."
+msgstr "Thử từ khóa khác hoặc duyệt các danh mục của chúng tôi."
#: src/fluxer_marketing/components/hackernews_banner.gleam:75
msgid "Try it without an email at"
-msgstr "Thử nó mà không cần email tại"
+msgstr "Thử mà không cần email tại"
#: src/fluxer_marketing/components/locale_selector.gleam:147
msgid "Turkish"
@@ -1810,11 +1810,11 @@ msgstr "Không giới hạn người dùng"
#: src/fluxer_marketing/pages/partners_page.gleam:203
msgid "Unlock and test new features before they're available to everyone."
-msgstr "Mở khoá và thử tính năng mới trước khi có cho tất cả mọi người."
+msgstr "Mở khóa và thử tính năng mới trước khi có cho tất cả mọi người."
#: src/fluxer_marketing/pages/plutonium_page.gleam:79
msgid "Unlock higher limits and exclusive features while supporting an independent communication platform."
-msgstr "Mở khoá giới hạn cao hơn và các tính năng độc quyền, đồng thời ủng hộ một nền tảng giao tiếp độc lập."
+msgstr "Mở khóa giới hạn cao hơn và các tính năng độc quyền, đồng thời ủng hộ một nền tảng giao tiếp độc lập."
#: src/fluxer_marketing/pages/plutonium_page.gleam:611
msgid "Up to 4K video quality"
@@ -1822,11 +1822,11 @@ msgstr "Chất lượng video lên đến 4K"
#: src/fluxer_marketing/pages/plutonium_page.gleam:54
msgid "Upgrade to Plutonium for $4.99/mo: custom username tags, per-community profiles, message scheduling, 4K streaming, 500MB uploads, and more exclusive features."
-msgstr "Nâng cấp lên Plutonium với $4.99/tháng: thẻ tên người dùng tuỳ chỉnh, hồ sơ theo từng cộng đồng, lên lịch tin nhắn, stream 4K, tải lên 500MB và nhiều tính năng độc quyền khác."
+msgstr "Nâng cấp lên Plutonium với $4.99/tháng: thẻ tên người dùng tùy chỉnh, hồ sơ theo từng cộng đồng, lên lịch tin nhắn, stream 4K, tải lên 500MB và nhiều tính năng độc quyền khác."
#: src/fluxer_marketing/pages/plutonium_page.gleam:644
msgid "Upload and use your own notification sounds to personalize your Fluxer experience."
-msgstr "Tải lên và dùng âm báo của riêng bạn để cá nhân hoá trải nghiệm Fluxer."
+msgstr "Tải lên và dùng âm báo của riêng bạn để cá nhân hóa trải nghiệm Fluxer."
#: src/fluxer_marketing/pages/partners_page.gleam:181
msgid "Upload animated GIFs as your community's avatar and banner."
@@ -1834,7 +1834,7 @@ msgstr "Tải GIF động làm ảnh đại diện và banner cho cộng đồng
#: src/fluxer_marketing/components/current_features.gleam:136
msgid "Upload custom emojis and stickers"
-msgstr "Tải lên emoji và sticker tuỳ chỉnh"
+msgstr "Tải lên emoji và sticker tùy chỉnh"
#: src/fluxer_marketing/components/platform_download_button.gleam:315
msgid "Use Fluxer in your mobile browser for now"
@@ -1846,7 +1846,7 @@ msgstr "Dùng emoji động"
#: src/fluxer_marketing/components/current_features.gleam:154
msgid "Use our desktop client (mobile coming soon)"
-msgstr "Sử dụng ứng dụng máy tính để bàn của chúng tôi (ứng dụng di động sẽ ra mắt sớm)"
+msgstr "Sử dụng ứng dụng máy tính để bàn của chúng tôi (di động sắp ra mắt)"
#: src/fluxer_marketing/pages/plutonium_page.gleam:604
msgid "Use your favorite emojis and stickers from any community, anywhere across Fluxer."
@@ -1895,7 +1895,7 @@ msgstr "Thoại & video"
#: src/fluxer_marketing/pages/careers_page.gleam:396
msgid "Want to help build Fluxer?"
-msgstr "Muốn giúp xây dựng Fluxer?"
+msgstr "Muốn góp sức xây dựng Fluxer?"
#: src/fluxer_marketing/pages/careers_page.gleam:94
msgid "Ways to contribute"
@@ -1903,7 +1903,7 @@ msgstr "Cách đóng góp"
#: src/fluxer_marketing/components/get_involved_section.gleam:192
msgid "We appreciate responsible disclosure to security@fluxer.app. We offer Plutonium codes and Bug Hunter badges based on severity."
-msgstr "Chúng tôi trân trọng việc báo cáo có trách nhiệm về security@fluxer.app. Chúng tôi tặng mã Plutonium và huy hiệu Bug Hunter tuỳ theo mức độ nghiêm trọng."
+msgstr "Chúng tôi trân trọng việc báo cáo có trách nhiệm về security@fluxer.app. Chúng tôi tặng mã Plutonium và huy hiệu Bug Hunter tùy theo mức độ nghiêm trọng."
#: src/fluxer_marketing/components/final_cta.gleam:56
msgid "We need your support to make this work."
@@ -1923,7 +1923,7 @@ msgstr "Chúng tôi đang xây một nền tảng đầy đủ với mọi tính
#: src/fluxer_marketing/pages/download_page.gleam:214
msgid "We're building apps for iOS and Android. Until they're ready, Fluxer works in your mobile browser — and we've put a lot of effort into making it feel as app-like as possible."
-msgstr "Chúng tôi đang phát triển app cho iOS và Android. Trước khi chúng sẵn sàng, Fluxer vẫn chạy trên trình duyệt di động — và chúng tôi đã đầu tư rất nhiều để nó “giống app” nhất có thể."
+msgstr "Chúng tôi đang phát triển ứng dụng cho iOS và Android. Trước khi chúng sẵn sàng, Fluxer vẫn chạy trên trình duyệt di động — và chúng tôi đã đầu tư rất nhiều để nó “giống app” nhất có thể."
#: src/fluxer_marketing/components/get_involved_section.gleam:78
msgid "We're limiting registrations during beta. Once you're in, you can give friends a code to skip the queue."
@@ -1937,7 +1937,7 @@ msgstr "Chúng tôi vẫn đang xây dựng mô hình kinh doanh quanh Fluxer v
msgid "Webhooks and bot support"
msgstr "Hỗ trợ webhook và bot"
-#: src/fluxer_marketing/pages/donate_page.gleam:351
+#: src/fluxer_marketing/pages/donate_page.gleam:350
msgid "What does my donation support?"
msgstr "Khoản quyên góp của tôi hỗ trợ những gì?"
@@ -1953,7 +1953,7 @@ msgstr "Hiện có gì"
msgid "What's coming next"
msgstr "Sắp có gì"
-#: src/fluxer_marketing/pages/donate_page.gleam:385
+#: src/fluxer_marketing/pages/donate_page.gleam:384
msgid "What's the difference between Individual and Business?"
msgstr "Khác nhau giữa Cá nhân và Doanh nghiệp là gì?"
@@ -1989,7 +1989,7 @@ msgstr "Cộng đồng của bạn được xác minh để tăng tính xác th
msgid "Your community receives increased limits when you need them."
msgstr "Cộng đồng của bạn được tăng giới hạn khi bạn cần."
-#: src/fluxer_marketing/pages/donate_page.gleam:354
+#: src/fluxer_marketing/pages/donate_page.gleam:353
msgid "Your donation helps fund Fluxer's infrastructure costs, including servers, bandwidth, storage, and ongoing development of new features. It helps us maintain and improve the platform for everyone."
msgstr "Khoản quyên góp của bạn giúp chi trả chi phí hạ tầng của Fluxer, gồm máy chủ, băng thông, lưu trữ và việc phát triển tính năng mới liên tục. Nhờ đó, chúng tôi có thể duy trì và cải thiện nền tảng cho mọi người."
@@ -2034,7 +2034,7 @@ msgid "one-time purchase"
msgstr "mua một lần"
#: src/fluxer_marketing/components/plutonium_section.gleam:68
-#: src/fluxer_marketing/pages/donate_page.gleam:284
+#: src/fluxer_marketing/pages/donate_page.gleam:282
#: src/fluxer_marketing/pages/plutonium_page.gleam:106
#: src/fluxer_marketing/pages/plutonium_page.gleam:230
msgid "or"
@@ -2059,4 +2059,3 @@ msgstr "Còn {0}/{1} suất"
#: src/fluxer_marketing/components/footer.gleam:325
msgid "© Fluxer Platform AB (Swedish limited liability company: 559537-3993)"
msgstr "© Fluxer Platform AB (công ty TNHH tại Thụy Điển: 559537-3993)"
-
diff --git a/fluxer_marketing/locales/zh-CN/messages.po b/fluxer_marketing/locales/zh-CN/messages.po
index 618e5cf1..77cd6eba 100644
--- a/fluxer_marketing/locales/zh-CN/messages.po
+++ b/fluxer_marketing/locales/zh-CN/messages.po
@@ -6,15 +6,15 @@ msgstr ""
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:190
msgid " in Chrome"
-msgstr "在 Chrome 中"
+msgstr " 在 Chrome 中"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:288
msgid " in Chrome or another browser with PWA support"
-msgstr "在 Chrome 或其他支持 PWA 的浏览器中"
+msgstr " 在 Chrome 或其他支持 PWA 的浏览器中"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:236
msgid " in Safari"
-msgstr "在 Safari 中"
+msgstr " 在 Safari 中"
#: src/fluxer_marketing/pages/plutonium_page.gleam:1032
msgid "/forever"
@@ -37,11 +37,11 @@ msgstr "/年"
#: src/fluxer_marketing/pages/plutonium_page.gleam:654
msgid "500MB uploads, 4000 character messages, 300 bookmarks, 50 emoji packs, and much more."
-msgstr "上传上限 500MB、单条消息上限 4000 字符、书签 300 条、表情包 50 个,还有更多。"
+msgstr "上传上限 500 MB、单条消息最多 4000 字符、最多 300 条书签、50 个表情包,还有更多。"
#: src/fluxer_marketing/components/communities_section.gleam:86
msgid "A chat platform that answers to you, not investors. It's ad-free, open source, community-funded, and never sells your data or nags you with upgrade pop-ups."
-msgstr "一个以你为先、而非迎合投资人的聊天平台。无广告、开源、由社区资助,从不出售你的数据,也不会用升级弹窗烦你。"
+msgstr "一个只对你负责、而不是对投资人负责的聊天平台。无广告、开源、由社区资助,从不出售你的数据,也不会用升级弹窗打扰你。"
#: src/fluxer_marketing/pages/careers_page.gleam:219
msgid "A non-paid role for recurring contributors who help shape Fluxer alongside the core team."
@@ -53,7 +53,7 @@ msgstr "加入 Fluxer Operators 社区"
#: src/fluxer_marketing/pages/partners_page.gleam:225
msgid "Access to VIP voice servers reserved exclusively for partnered communities."
-msgstr "访问仅向合作社区开放的 VIP 语音服务器。"
+msgstr "访问仅对合作社区开放的 VIP 语音服务器。"
#: src/fluxer_marketing/components/coming_features.gleam:48
msgid "Activity sharing"
@@ -61,11 +61,11 @@ msgstr "活动分享"
#: src/fluxer_marketing/pages/download_page.gleam:228
msgid "Add Fluxer to your home screen to hide the browser UI."
-msgstr "将 Fluxer 添加到主屏幕,隐藏浏览器界面。"
+msgstr "将 Fluxer 添加到主屏幕,以隐藏浏览器界面。"
#: src/fluxer_marketing/components/current_features.gleam:133
msgid "Add custom emojis, save media for later, and style the app with custom CSS."
-msgstr "添加自定义表情,稍后保存媒体,并用自定义 CSS 打造应用风格。"
+msgstr "添加自定义表情,保存媒体以便稍后查看,并用自定义 CSS 打造应用风格。"
#: src/fluxer_marketing/pages/plutonium_page.gleam:1124
msgid "After the offer ends, Operator Pass stays available on its own."
@@ -73,15 +73,19 @@ msgstr "优惠结束后,Operator Pass 仍可单独购买。"
#: src/fluxer_marketing/pages/plutonium_page.gleam:843
msgid "All current and future Plutonium benefits, forever"
-msgstr "永久享受当前及未来所有 Plutonium 权益"
+msgstr "永久享受现有及未来所有 Plutonium 权益"
#: src/fluxer_marketing/components/current_features.gleam:55
msgid "All the basics you expect, plus a few things you don't."
-msgstr "你期待的基础功能都有,外加一些意想不到的惊喜。"
+msgstr "你期待的基础功能一应俱全,外加一些意想不到的惊喜。"
#: src/fluxer_marketing/components/locale_selector.gleam:102
msgid "All translations are currently LLM-generated with minimal human revision. We'd love to get real people to help us out localizing Fluxer into your language! To do so, shoot an email to i18n@fluxer.app and we'll be happy to accept your contributions."
-msgstr "目前所有翻译均由 LLM 生成,人工校对很少。我们非常希望有真实的人来帮助我们把 Fluxer 本地化到你的语言!如果愿意,请发邮件到 i18n@fluxer.app,我们很乐意接收你的贡献。"
+msgstr "目前所有翻译均由 LLM 生成,仅做了少量人工校对。我们非常希望有母语者来帮助我们把 Fluxer 本地化到你的语言!如果愿意,请发邮件至 i18n@fluxer.app,我们很乐意接收你的贡献。"
+
+#: src/fluxer_marketing/components/hero.gleam:64
+msgid "An open-source, independent instant messaging and VoIP platform. Built for friends, groups, and communities."
+msgstr "一个开源、独立的即时消息与 VoIP 平台。为朋友、群组与社区而生。"
#: src/fluxer_marketing/components/platform_download_button.gleam:524
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:97
@@ -108,11 +112,11 @@ msgstr "Apple Silicon"
#: src/fluxer_marketing/pages/partners_page.gleam:448
msgid "Apply at partners@fluxer.app"
-msgstr "申请请联系 partners@fluxer.app"
+msgstr "申请请发送邮件至 partners@fluxer.app"
#: src/fluxer_marketing/components/get_involved_section.gleam:170
msgid "Approved reports grant access to Fluxer Testers, where you can earn points for Plutonium codes and the Bug Hunter badge."
-msgstr "经确认的报告将获得 Fluxer Testers 的访问权限,你可以在那里通过积分兑换 Plutonium 兑换码并获得 Bug Hunter 徽章。"
+msgstr "经确认的报告将获得 Fluxer Testers 的访问权限;你可以在那里用积分兑换 Plutonium 兑换码并获得 Bug Hunter 徽章。"
#: src/fluxer_marketing/components/locale_selector.gleam:118
msgid "Arabic"
@@ -120,7 +124,7 @@ msgstr "阿拉伯语"
#: src/fluxer_marketing/pages/help_category_page.gleam:143
msgid "Articles in "
-msgstr "以下分类的文章: "
+msgstr "分类文章: "
#: src/fluxer_marketing/pages/help_article_page.gleam:291
msgid "Articles in this section"
@@ -128,11 +132,11 @@ msgstr "本节文章"
#: src/fluxer_marketing/components/current_features.gleam:106
msgid "Audit logs for transparency"
-msgstr "透明的审计日志"
+msgstr "透明审计日志"
-#: src/fluxer_marketing/pages/donate_page.gleam:302
+#: src/fluxer_marketing/pages/donate_page.gleam:301
msgid "Available for Swedish bank accounts"
-msgstr "可用于瑞典银行账户"
+msgstr "仅适用于瑞典银行账户"
#: src/fluxer_marketing/pages/download_page.gleam:67
msgid "Available on your desktop — and on the web"
@@ -140,7 +144,7 @@ msgstr "桌面端可用,也可通过网页使用"
#: src/fluxer_marketing/pages/help_article_page.gleam:182
msgid "Back to "
-msgstr "返回到 "
+msgstr "返回 "
#: src/fluxer_marketing/pages/help_article_page.gleam:279
#: src/fluxer_marketing/pages/help_search_page.gleam:115
@@ -149,7 +153,7 @@ msgstr "返回帮助中心"
#: src/fluxer_marketing/pages/plutonium_page.gleam:674
msgid "Be the first to try new features before they're released to everyone else."
-msgstr "在向所有人发布之前,抢先体验新功能。"
+msgstr "在向所有人发布之前,率先体验新功能。"
#: src/fluxer_marketing/components/partner_section.gleam:64
#: src/fluxer_marketing/pages/careers_page.gleam:173
@@ -189,7 +193,7 @@ msgstr "黑色"
#: src/fluxer_marketing/pages/press_page.gleam:117
msgid "Black Logo"
-msgstr "黑色标志"
+msgstr "黑色徽标"
#: src/fluxer_marketing/pages/press_page.gleam:171
msgid "Black Symbol"
@@ -208,17 +212,17 @@ msgstr "Bluesky"
msgid "Bookmarked messages"
msgstr "已加书签的消息"
-#: src/fluxer_marketing/pages/donate_page.gleam:388
+#: src/fluxer_marketing/pages/donate_page.gleam:387
msgid "Both donation types support the same cause equally. The only difference is that Business donations allow you to specify a tax ID (if applicable) and receive a PDF invoice when finalized, which can be useful for company accounting purposes."
-msgstr "两种捐助方式支持的事业完全相同。唯一的区别是:企业捐助允许你填写税号(如适用),并在完成后获得 PDF 发票,方便公司报账。"
+msgstr "两种捐助对事业的支持完全一致。区别在于:企业捐助可填写税号(如适用),并在完成后获得 PDF 发票,方便公司报账。"
#: src/fluxer_marketing/pages/press_page.gleam:200
msgid "Brand Colors"
-msgstr "品牌色"
+msgstr "品牌配色"
#: src/fluxer_marketing/pages/partners_page.gleam:421
msgid "Brief description of your audience and what you do"
-msgstr "简要介绍你的受众以及你所做的内容"
+msgstr "简要介绍你的受众,以及你在做什么"
#: src/fluxer_marketing/pages/help_search_page.gleam:150
msgid "Browse Categories"
@@ -240,10 +244,6 @@ msgstr "浏览关于以下主题的帮助文章: "
msgid "Built for communities of all kinds."
msgstr "为各种社区而生。"
-#: src/fluxer_marketing/components/hero.gleam:64
-msgid "Built for friends, groups, and communities. Text, voice, and video. Open source and community-funded."
-msgstr "为朋友、群组和社区打造。文字、语音和视频。开源并由社区资助。"
-
#: src/fluxer_marketing/components/locale_selector.gleam:119
msgid "Bulgarian"
msgstr "保加利亚语"
@@ -254,7 +254,7 @@ msgstr "企业"
#: src/fluxer_marketing/components/coming_features.gleam:56
msgid "Call pop-out"
-msgstr "通话弹出窗口"
+msgstr "通话浮窗"
#: src/fluxer_marketing/components/footer.gleam:220
#: src/fluxer_marketing/components/navigation.gleam:358
@@ -273,7 +273,7 @@ msgstr "切换语言"
#: src/fluxer_marketing/components/hero.gleam:59
msgid "Chat that puts you first"
-msgstr "把你放在第一位的聊天"
+msgstr "以你为先的聊天"
#: src/fluxer_marketing/components/locale_selector.gleam:150
msgid "Chinese (Simplified)"
@@ -313,7 +313,7 @@ msgstr "代码、问题、文档与评审"
#: src/fluxer_marketing/pages/press_page.gleam:124
msgid "Color Logo"
-msgstr "彩色标志"
+msgstr "彩色徽标"
#: src/fluxer_marketing/pages/press_page.gleam:178
msgid "Color Symbol"
@@ -381,7 +381,7 @@ msgstr "联系"
#: src/fluxer_marketing/pages/plutonium_page.gleam:1038
msgid "Connect from any client"
-msgstr "可从任何客户端连接"
+msgstr "可通过任意客户端连接"
#: src/fluxer_marketing/pages/help_article_page.gleam:233
#: src/fluxer_marketing/pages/help_article_page.gleam:375
@@ -448,7 +448,7 @@ msgstr "自定义身份"
#: src/fluxer_marketing/pages/plutonium_page.gleam:322
#: src/fluxer_marketing/pages/plutonium_page.gleam:641
msgid "Custom notification sounds"
-msgstr "自定义通知音"
+msgstr "自定义通知音效"
#: src/fluxer_marketing/pages/plutonium_page.gleam:413
msgid "Custom themes"
@@ -519,9 +519,9 @@ msgstr "发现"
msgid "Display an exclusive Partner badge on your profile to stand out."
msgstr "在个人资料中展示专属合作伙伴徽章,让你更出众。"
-#: src/fluxer_marketing/pages/donate_page.gleam:367
+#: src/fluxer_marketing/pages/donate_page.gleam:366
msgid "Do I get anything in return?"
-msgstr "我能获得什么回报吗?"
+msgstr "我能得到什么回报吗?"
#: src/fluxer_marketing/components/navigation.gleam:111
#: src/fluxer_marketing/components/navigation.gleam:319
@@ -548,22 +548,22 @@ msgstr "以美元捐助"
msgid "Donate to Fluxer"
msgstr "向 Fluxer 捐助"
-#: src/fluxer_marketing/pages/donate_page.gleam:298
+#: src/fluxer_marketing/pages/donate_page.gleam:297
msgid "Donate with Swish"
-msgstr "通过Swish捐款"
+msgstr "通过 Swish 捐助"
-#: src/fluxer_marketing/pages/donate_page.gleam:370
+#: src/fluxer_marketing/pages/donate_page.gleam:369
msgid "Donations are voluntary gifts and do not provide you with any product, service, ownership, or special rights. If you're looking for premium features, check out {0}."
-msgstr "捐助属于自愿赠与,不会向你提供任何产品、服务、所有权或特殊权利。如需高级功能,请查看 {0}。"
+msgstr "捐助是自愿赠与,不会向你提供任何产品、服务、所有权或特殊权利。如需高级功能,请查看 {0}。"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:308
msgid "Done! You can now open Fluxer as if it were a regular program."
-msgstr "完成!您现在可以像使用常规程序一样打开 Fluxer。"
+msgstr "完成!现在你可以像使用常规程序一样打开 Fluxer 了。"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:206
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:256
msgid "Done! You can open Fluxer from your home screen."
-msgstr "完成!您可以从主屏幕打开 Fluxer。"
+msgstr "完成!你可以从主屏幕打开 Fluxer 了。"
#: src/fluxer_marketing/components/footer.gleam:132
#: src/fluxer_marketing/components/navigation.gleam:84
@@ -602,7 +602,7 @@ msgstr "下载 macOS 版"
#: src/fluxer_marketing/pages/press_page.gleam:68
msgid "Download our logos, learn about our brand colors, and get in touch with our press team."
-msgstr "下载我们的徽标,了解品牌色,并联系媒体团队。"
+msgstr "下载我们的徽标,了解品牌配色,并联系媒体团队。"
#: src/fluxer_marketing/components/locale_selector.gleam:139
msgid "Dutch"
@@ -614,7 +614,7 @@ msgstr "端到端加密通话"
#: src/fluxer_marketing/pages/partners_page.gleam:200
msgid "Early Feature Access"
-msgstr "抢先体验新功能"
+msgstr "抢先体验"
#: src/fluxer_marketing/pages/plutonium_page.gleam:671
msgid "Early access"
@@ -724,7 +724,7 @@ msgstr "Fluxer 社区团队"
msgid "Fluxer Partner"
msgstr "Fluxer 合作伙伴"
-#: src/fluxer_marketing/pages/donate_page.gleam:372
+#: src/fluxer_marketing/pages/donate_page.gleam:371
#: src/fluxer_marketing/pages/plutonium_page.gleam:51
#: src/fluxer_marketing/pages/plutonium_page.gleam:76
msgid "Fluxer Plutonium"
@@ -778,7 +778,7 @@ msgstr "适用于浅色背景"
#: src/fluxer_marketing/pages/press_page.gleam:237
msgid "For text, icons on light surfaces, and creating depth."
-msgstr "适用于文字、浅色表面上的图标,以及营造层次感。"
+msgstr "适用于浅色表面上的文字与图标,以及营造层次感。"
#: src/fluxer_marketing/pages/plutonium_page.gleam:189
msgid "Forever"
@@ -810,13 +810,13 @@ msgstr "免费版与 Plutonium 对比"
msgid "French"
msgstr "法语"
-#: src/fluxer_marketing/pages/donate_page.gleam:346
+#: src/fluxer_marketing/pages/donate_page.gleam:345
msgid "Frequently Asked Questions"
msgstr "常见问题"
#: src/fluxer_marketing/components/hackernews_banner.gleam:72
msgid "From HN?"
-msgstr "来自 HN 吗?"
+msgstr "来自 HN?"
#: src/fluxer_marketing/components/current_features.gleam:72
msgid "Full Markdown support in messages"
@@ -824,7 +824,7 @@ msgstr "消息完整支持 Markdown"
#: src/fluxer_marketing/pages/plutonium_page.gleam:1037
msgid "Full access to all features"
-msgstr "全功能完整使用"
+msgstr "完整使用所有功能"
#: src/fluxer_marketing/pages/press_page.gleam:125
#: src/fluxer_marketing/pages/press_page.gleam:179
@@ -881,7 +881,7 @@ msgstr "参与其中"
#: src/fluxer_marketing/pages/plutonium_page.gleam:956
msgid "Get lifetime Plutonium on Fluxer.app plus an Operator Pass for self-hosting. Pay {0} one-time. Available until October 1, 2026 or when {1} slots are claimed."
-msgstr "在 Fluxer.app 获得终身 Plutonium,并为自托管获得 Operator Pass。一次性支付 {0}。有效期至 2026 年 10 月 1 日,或在 {1} 个名额被领取完为止。"
+msgstr "在 Fluxer.app 获得终身 Plutonium,并为自托管获得 Operator Pass。一次性支付 {0}。有效期至 2026 年 10 月 1 日,或在 {1} 个名额领完为止。"
#: src/fluxer_marketing/components/plutonium_section.gleam:51
msgid "Get more with Fluxer Plutonium"
@@ -897,12 +897,12 @@ msgstr "离开应用时也能收到推送通知。"
#: src/fluxer_marketing/components/get_involved_section.gleam:89
msgid "Get updates, see upcoming features, discuss suggestions, and chat with the team."
-msgstr "获取最新动态、查看即将推出的功能、讨论建议,并与团队聊天。"
+msgstr "获取最新动态,了解即将推出的功能,讨论建议,并与团队聊天。"
#: src/fluxer_marketing/pages/plutonium_page.gleam:385
#: src/fluxer_marketing/pages/plutonium_page.gleam:601
msgid "Global emoji & sticker access"
-msgstr "全局表情与贴纸使用权限"
+msgstr "全局表情与贴纸权限"
#: src/fluxer_marketing/components/coming_features.gleam:53
msgid "Global voice regions"
@@ -914,7 +914,7 @@ msgstr "返回首页"
#: src/fluxer_marketing/components/current_features.gleam:104
msgid "Granular roles and permissions"
-msgstr "细粒度角色与权限"
+msgstr "精细化角色与权限"
#: src/fluxer_marketing/components/locale_selector.gleam:123
msgid "Greek"
@@ -971,11 +971,11 @@ msgstr "帮助我们打造一个用户优先的独立通信平台。"
#: src/fluxer_marketing/pages/plutonium_page.gleam:651
msgid "Higher limits everywhere"
-msgstr "各项限制全面提升"
+msgstr "各项上限全面提升"
#: src/fluxer_marketing/components/plutonium_section.gleam:92
msgid "Higher limits, exclusive features, and early access to new updates"
-msgstr "更高额度、专属功能,以及抢先体验新更新"
+msgstr "更高上限、专属功能,以及抢先体验新更新"
#: src/fluxer_marketing/components/locale_selector.gleam:131
msgid "Hindi"
@@ -1000,7 +1000,7 @@ msgstr "我们能帮你什么?"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:39
msgid "How to install as an app"
-msgstr "如何安装为应用程序"
+msgstr "如何安装为应用"
#: src/fluxer_marketing/pages/partners_page.gleam:434
msgid "How you plan to use Fluxer with your community"
@@ -1037,18 +1037,18 @@ msgstr "印度尼西亚语"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:59
msgid "Install Fluxer as an app"
-msgstr "将 Fluxer 安装为应用程序"
+msgstr "将 Fluxer 安装为应用"
#: src/fluxer_marketing/components/platform_download_button.gleam:145
#: src/fluxer_marketing/components/platform_download_button.gleam:161
msgid "Intel"
msgstr "Intel"
-#: src/fluxer_marketing/pages/donate_page.gleam:377
+#: src/fluxer_marketing/pages/donate_page.gleam:376
msgid "Is my donation tax-deductible?"
msgstr "我的捐助可以抵税吗?"
-#: src/fluxer_marketing/pages/donate_page.gleam:359
+#: src/fluxer_marketing/pages/donate_page.gleam:358
msgid "Is this a subscription?"
msgstr "这是订阅吗?"
@@ -1081,7 +1081,7 @@ msgstr "加入并帮我们传播"
#: src/fluxer_marketing/components/current_features.gleam:88
msgid "Join from multiple devices at once"
-msgstr "同时从多台设备加入"
+msgstr "可同时在多台设备上登录"
#: src/fluxer_marketing/pages/partners_page.gleam:47
msgid "Join the Fluxer Partner Program and unlock exclusive benefits for you and your community"
@@ -1129,7 +1129,7 @@ msgstr "终身 Plutonium"
#: src/fluxer_marketing/components/plutonium_banner.gleam:38
msgid "Lifetime Plutonium + Operator Pass with Visionary — limited slots"
-msgstr "通过 Visionary 获得终身 Plutonium + Operator Pass —— 名额有限"
+msgstr "通过 Visionary 获得终身 Plutonium + Operator Pass——名额有限"
#: src/fluxer_marketing/pages/plutonium_page.gleam:1103
msgid "Limited Offer: Visionary includes Operator Pass"
@@ -1208,7 +1208,7 @@ msgstr "最受欢迎"
#: src/fluxer_marketing/components/current_features.gleam:91
msgid "Mute, deafen, and camera controls"
-msgstr "静音、拒听与摄像头控制"
+msgstr "静音、禁听与摄像头控制"
#: src/fluxer_marketing/pages/help_search_page.gleam:135
msgid "No articles found"
@@ -1220,13 +1220,13 @@ msgstr "未找到相关文章。"
#: src/fluxer_marketing/pages/help_search_page.gleam:94
msgid "No results found for"
-msgstr "未找到与以下内容相关的结果:"
+msgstr "未找到相关结果:"
-#: src/fluxer_marketing/pages/donate_page.gleam:380
+#: src/fluxer_marketing/pages/donate_page.gleam:379
msgid "No, donations to Fluxer are not tax-deductible as we are not a registered charitable organization."
msgstr "不可以。由于 Fluxer 不是注册慈善组织,因此捐助不支持抵税。"
-#: src/fluxer_marketing/pages/donate_page.gleam:362
+#: src/fluxer_marketing/pages/donate_page.gleam:361
msgid "No, this is a one-time donation. You choose the amount you want to give, and there are no recurring charges."
msgstr "不是。这是一次性捐助。你可以自行选择金额,不会产生任何周期性扣款。"
@@ -1283,7 +1283,7 @@ msgstr "开源(AGPL-3.0)"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:234
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:284
msgid "Open the web app"
-msgstr "打开网页应用"
+msgstr "打开网页版应用"
#: src/fluxer_marketing/pages/plutonium_page.gleam:1059
msgid "Operator Pass"
@@ -1311,7 +1311,7 @@ msgstr "我们的主品牌色。用于关键品牌元素与点缀。"
#: src/fluxer_marketing/pages/press_page.gleam:156
msgid "Our standalone symbol. Use this only when our brand is clearly visible or well-established elsewhere in the context."
-msgstr "独立符号。仅在上下文中已有清晰品牌露出或品牌已充分建立时使用。"
+msgstr "独立图标。仅在上下文中已有清晰品牌露出或品牌已充分建立时使用。"
#: src/fluxer_marketing/components/communities_section.gleam:106
msgid "Over time, we'd love to explore optional monetization tools that help creators and communities earn, with a small, transparent fee that keeps the app sustainable."
@@ -1377,19 +1377,19 @@ msgstr "媒体"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:246
msgid "Press \"Add to Home Screen\""
-msgstr "按 \"添加到主屏幕"
+msgstr "点击“添加到主屏幕”"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:249
msgid "Press \"Add\" in the upper-right corner"
-msgstr "在右上角按“添加”"
+msgstr "在右上角点击“添加”"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:200
msgid "Press \"Install app\""
-msgstr "按“安装应用”"
+msgstr "点击“安装应用”"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:301
msgid "Press \"Install\" in the popup that appears"
-msgstr "在出现的弹窗中按“安装”"
+msgstr "在弹出的窗口中点击“安装”"
#: src/fluxer_marketing/pages/press_page.gleam:45
#: src/fluxer_marketing/pages/press_page.gleam:65
@@ -1402,15 +1402,15 @@ msgstr "媒体联系"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:197
msgid "Press the \"More\" (\\u{22EE}) button in the top-right corner"
-msgstr "按右上角的“更多” (\\u{22EE}) 按钮"
+msgstr "点击右上角的“更多”(\\u{22EE})按钮"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:243
msgid "Press the Share button (rectangle with upwards-pointing arrow)"
-msgstr "按分享按钮(带向上箭头的矩形)"
+msgstr "点击分享按钮(带向上箭头的矩形)"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:296
msgid "Press the install button (downwards-pointing arrow on monitor) in the address bar"
-msgstr "在地址栏按安装按钮(显示向下箭头的显示器)"
+msgstr "在地址栏点击安装按钮(显示器上有向下箭头)"
#: src/fluxer_marketing/components/footer.gleam:110
#: src/fluxer_marketing/components/navigation.gleam:93
@@ -1564,7 +1564,7 @@ msgstr "内置屏幕共享"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:132
msgid "Screenshots courtesy of "
-msgstr "截图由提供"
+msgstr "截图来自 "
#: src/fluxer_marketing/pages/help_components.gleam:93
msgid "Search"
@@ -1585,7 +1585,7 @@ msgstr "搜索帮助…"
#: src/fluxer_marketing/pages/help_category_page.gleam:92
msgid "Search in "
-msgstr "在以下内容中搜索: "
+msgstr "搜索范围: "
#: src/fluxer_marketing/pages/help_category_page.gleam:90
#: src/fluxer_marketing/pages/help_center_page.gleam:65
@@ -1734,7 +1734,7 @@ msgstr "在多个实例间切换"
#: src/fluxer_marketing/pages/press_page.gleam:147
msgid "Symbol"
-msgstr "符号"
+msgstr "图标"
#: src/fluxer_marketing/components/footer.gleam:238
#: src/fluxer_marketing/components/navigation.gleam:397
@@ -1773,7 +1773,7 @@ msgstr "这个页面不存在,但还有更多内容值得探索。"
#: src/fluxer_marketing/components/coming_features.gleam:37
msgid "Threads and forums"
-msgstr "话题串与论坛"
+msgstr "线程与论坛"
#: src/fluxer_marketing/pages/careers_page.gleam:243
msgid "Translation & localization"
@@ -1790,7 +1790,7 @@ msgstr "试试其他关键词,或浏览我们的分类。"
#: src/fluxer_marketing/components/hackernews_banner.gleam:75
msgid "Try it without an email at"
-msgstr "在这里尝试,不使用电子邮件"
+msgstr "无需邮箱即可在此体验:"
#: src/fluxer_marketing/components/locale_selector.gleam:147
msgid "Turkish"
@@ -1814,7 +1814,7 @@ msgstr "在新功能向所有人开放之前,抢先解锁并测试。"
#: src/fluxer_marketing/pages/plutonium_page.gleam:79
msgid "Unlock higher limits and exclusive features while supporting an independent communication platform."
-msgstr "在支持独立通信平台的同时,解锁更高额度与专属功能。"
+msgstr "在支持独立通信平台的同时,解锁更高上限与专属功能。"
#: src/fluxer_marketing/pages/plutonium_page.gleam:611
msgid "Up to 4K video quality"
@@ -1822,7 +1822,7 @@ msgstr "最高 4K 视频质量"
#: src/fluxer_marketing/pages/plutonium_page.gleam:54
msgid "Upgrade to Plutonium for $4.99/mo: custom username tags, per-community profiles, message scheduling, 4K streaming, 500MB uploads, and more exclusive features."
-msgstr "以 $4.99/月 升级到 Plutonium:自定义用户名标签、按社区分别设置资料、消息定时发送、4K 推流、500MB 上传,以及更多专属功能。"
+msgstr "以 $4.99/月 升级到 Plutonium:自定义用户名标签、按社区分别设置资料、消息定时发送、4K 推流、500 MB 上传,以及更多专属功能。"
#: src/fluxer_marketing/pages/plutonium_page.gleam:644
msgid "Upload and use your own notification sounds to personalize your Fluxer experience."
@@ -1838,7 +1838,7 @@ msgstr "上传自定义表情与贴纸"
#: src/fluxer_marketing/components/platform_download_button.gleam:315
msgid "Use Fluxer in your mobile browser for now"
-msgstr "先在手机浏览器中使用 Fluxer"
+msgstr "暂时先在手机浏览器中使用 Fluxer"
#: src/fluxer_marketing/pages/plutonium_page.gleam:378
msgid "Use animated emojis"
@@ -1846,7 +1846,7 @@ msgstr "使用动态表情"
#: src/fluxer_marketing/components/current_features.gleam:154
msgid "Use our desktop client (mobile coming soon)"
-msgstr "使用我们的桌面客户端(移动版即将推出)"
+msgstr "使用我们的桌面客户端(移动端即将推出)"
#: src/fluxer_marketing/pages/plutonium_page.gleam:604
msgid "Use your favorite emojis and stickers from any community, anywhere across Fluxer."
@@ -1903,7 +1903,7 @@ msgstr "参与方式"
#: src/fluxer_marketing/components/get_involved_section.gleam:192
msgid "We appreciate responsible disclosure to security@fluxer.app. We offer Plutonium codes and Bug Hunter badges based on severity."
-msgstr "感谢你通过 security@fluxer.app 进行负责任的披露。我们会根据严重程度提供 Plutonium 兑换码与 Bug Hunter 徽章。"
+msgstr "感谢你通过 security@fluxer.app 进行负责任披露。我们会根据严重程度发放 Plutonium 兑换码与 Bug Hunter 徽章。"
#: src/fluxer_marketing/components/final_cta.gleam:56
msgid "We need your support to make this work."
@@ -1937,7 +1937,7 @@ msgstr "我们仍在搭建 Fluxer 的业务体系,目前还没完全准备好
msgid "Webhooks and bot support"
msgstr "Webhook 与机器人支持"
-#: src/fluxer_marketing/pages/donate_page.gleam:351
+#: src/fluxer_marketing/pages/donate_page.gleam:350
msgid "What does my donation support?"
msgstr "我的捐助会支持什么?"
@@ -1953,7 +1953,7 @@ msgstr "当前已提供的功能"
msgid "What's coming next"
msgstr "接下来会有什么"
-#: src/fluxer_marketing/pages/donate_page.gleam:385
+#: src/fluxer_marketing/pages/donate_page.gleam:384
msgid "What's the difference between Individual and Business?"
msgstr "个人与企业捐助有什么区别?"
@@ -1963,7 +1963,7 @@ msgstr "白色"
#: src/fluxer_marketing/pages/press_page.gleam:110
msgid "White Logo"
-msgstr "白色标志"
+msgstr "白色徽标"
#: src/fluxer_marketing/pages/press_page.gleam:164
msgid "White Symbol"
@@ -1987,9 +1987,9 @@ msgstr "你的社区将获得认证标识,提升真实性与信任度。"
#: src/fluxer_marketing/pages/partners_page.gleam:192
msgid "Your community receives increased limits when you need them."
-msgstr "当你需要时,你的社区将获得更高额度。"
+msgstr "当你需要时,你的社区将获得更高上限。"
-#: src/fluxer_marketing/pages/donate_page.gleam:354
+#: src/fluxer_marketing/pages/donate_page.gleam:353
msgid "Your donation helps fund Fluxer's infrastructure costs, including servers, bandwidth, storage, and ongoing development of new features. It helps us maintain and improve the platform for everyone."
msgstr "你的捐助将用于 Fluxer 的基础设施成本,包括服务器、带宽、存储以及新功能的持续开发,帮助我们为所有人维护并改进平台。"
@@ -2034,7 +2034,7 @@ msgid "one-time purchase"
msgstr "一次性购买"
#: src/fluxer_marketing/components/plutonium_section.gleam:68
-#: src/fluxer_marketing/pages/donate_page.gleam:284
+#: src/fluxer_marketing/pages/donate_page.gleam:282
#: src/fluxer_marketing/pages/plutonium_page.gleam:106
#: src/fluxer_marketing/pages/plutonium_page.gleam:230
msgid "or"
@@ -2059,4 +2059,3 @@ msgstr "还剩 {0}/{1} 个名额"
#: src/fluxer_marketing/components/footer.gleam:325
msgid "© Fluxer Platform AB (Swedish limited liability company: 559537-3993)"
msgstr "© Fluxer Platform AB(瑞典有限责任公司:559537-3993)"
-
diff --git a/fluxer_marketing/locales/zh-TW/messages.po b/fluxer_marketing/locales/zh-TW/messages.po
index 4f407015..001671e5 100644
--- a/fluxer_marketing/locales/zh-TW/messages.po
+++ b/fluxer_marketing/locales/zh-TW/messages.po
@@ -6,15 +6,15 @@ msgstr ""
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:190
msgid " in Chrome"
-msgstr "在 Chrome 中"
+msgstr " 在 Chrome 中"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:288
msgid " in Chrome or another browser with PWA support"
-msgstr "在 Chrome 或其他支援 PWA 的瀏覽器中"
+msgstr " 在 Chrome 或其他支援 PWA 的瀏覽器中"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:236
msgid " in Safari"
-msgstr "在 Safari 中"
+msgstr " 在 Safari 中"
#: src/fluxer_marketing/pages/plutonium_page.gleam:1032
msgid "/forever"
@@ -37,11 +37,11 @@ msgstr "/年"
#: src/fluxer_marketing/pages/plutonium_page.gleam:654
msgid "500MB uploads, 4000 character messages, 300 bookmarks, 50 emoji packs, and much more."
-msgstr "500MB 上傳上限、4,000 字訊息、300 個書籤、50 組表情符號包,還有更多。"
+msgstr "上傳上限 500MB、訊息最多 4,000 字、300 個書籤、50 組表情符號包,還有更多。"
#: src/fluxer_marketing/components/communities_section.gleam:86
msgid "A chat platform that answers to you, not investors. It's ad-free, open source, community-funded, and never sells your data or nags you with upgrade pop-ups."
-msgstr "一個只對你負責、而不是對投資人負責的聊天平台。無廣告、開源、由社群資助,絕不販售你的資料,也不會用升級彈窗煩你。"
+msgstr "一個只對你負責、而不是對投資人負責的聊天平台。無廣告、開源、由社群資助;不販售你的資料,也不會用升級彈窗煩你。"
#: src/fluxer_marketing/pages/careers_page.gleam:219
msgid "A non-paid role for recurring contributors who help shape Fluxer alongside the core team."
@@ -61,11 +61,11 @@ msgstr "活動分享"
#: src/fluxer_marketing/pages/download_page.gleam:228
msgid "Add Fluxer to your home screen to hide the browser UI."
-msgstr "把 Fluxer 加到主畫面,就能隱藏瀏覽器介面。"
+msgstr "將 Fluxer 加入主畫面,以隱藏瀏覽器介面。"
#: src/fluxer_marketing/components/current_features.gleam:133
msgid "Add custom emojis, save media for later, and style the app with custom CSS."
-msgstr "新增自訂表情、把媒體先存起來稍後再看,還能用自訂 CSS 佈景美化 App。"
+msgstr "新增自訂表情符號、把媒體存起來稍後再看,還能用自訂 CSS 佈景美化 App。"
#: src/fluxer_marketing/pages/plutonium_page.gleam:1124
msgid "After the offer ends, Operator Pass stays available on its own."
@@ -81,7 +81,11 @@ msgstr "你期待的基本功能都有,再加上一些你想不到的驚喜。
#: src/fluxer_marketing/components/locale_selector.gleam:102
msgid "All translations are currently LLM-generated with minimal human revision. We'd love to get real people to help us out localizing Fluxer into your language! To do so, shoot an email to i18n@fluxer.app and we'll be happy to accept your contributions."
-msgstr "所有翻譯目前皆由 LLM 生成,人工修訂很少。我們非常希望由真人來協助把 Fluxer 在地化成你的語言!歡迎寄信到 i18n@fluxer.app,我們很樂意接受你的貢獻。"
+msgstr "目前所有翻譯皆由 LLM 生成,僅做少量人工修訂。我們很希望有真人協助把 Fluxer 在地化成你的語言!歡迎寄信到 i18n@fluxer.app,我們很樂意接受你的貢獻。"
+
+#: src/fluxer_marketing/components/hero.gleam:64
+msgid "An open-source, independent instant messaging and VoIP platform. Built for friends, groups, and communities."
+msgstr "一個開源、獨立的即時訊息與 VoIP 平台。為朋友、群組與社群而打造。"
#: src/fluxer_marketing/components/platform_download_button.gleam:524
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:97
@@ -120,7 +124,7 @@ msgstr "阿拉伯語"
#: src/fluxer_marketing/pages/help_category_page.gleam:143
msgid "Articles in "
-msgstr "此分類的文章:"
+msgstr "分類文章: "
#: src/fluxer_marketing/pages/help_article_page.gleam:291
msgid "Articles in this section"
@@ -130,9 +134,9 @@ msgstr "本區塊的文章"
msgid "Audit logs for transparency"
msgstr "透明化的稽核紀錄"
-#: src/fluxer_marketing/pages/donate_page.gleam:302
+#: src/fluxer_marketing/pages/donate_page.gleam:301
msgid "Available for Swedish bank accounts"
-msgstr "可用於瑞典銀行帳戶"
+msgstr "僅支援瑞典銀行帳戶"
#: src/fluxer_marketing/pages/download_page.gleam:67
msgid "Available on your desktop — and on the web"
@@ -208,7 +212,7 @@ msgstr "Bluesky"
msgid "Bookmarked messages"
msgstr "已加書籤的訊息"
-#: src/fluxer_marketing/pages/donate_page.gleam:388
+#: src/fluxer_marketing/pages/donate_page.gleam:387
msgid "Both donation types support the same cause equally. The only difference is that Business donations allow you to specify a tax ID (if applicable) and receive a PDF invoice when finalized, which can be useful for company accounting purposes."
msgstr "兩種捐款都同樣支持我們的目標,差別僅在於「企業」捐款可填寫統編/稅籍編號(如適用),並在完成後收到 PDF 發票,方便公司報帳。"
@@ -240,10 +244,6 @@ msgstr "瀏覽說明文章:"
msgid "Built for communities of all kinds."
msgstr "為各種社群而打造。"
-#: src/fluxer_marketing/components/hero.gleam:64
-msgid "Built for friends, groups, and communities. Text, voice, and video. Open source and community-funded."
-msgstr "為朋友、團體與社群而生。文字、語音與視訊。開源並由社群資助。"
-
#: src/fluxer_marketing/components/locale_selector.gleam:119
msgid "Bulgarian"
msgstr "保加利亞語"
@@ -519,7 +519,7 @@ msgstr "探索"
msgid "Display an exclusive Partner badge on your profile to stand out."
msgstr "在個人檔案上顯示專屬合作夥伴徽章,讓你更出眾。"
-#: src/fluxer_marketing/pages/donate_page.gleam:367
+#: src/fluxer_marketing/pages/donate_page.gleam:366
msgid "Do I get anything in return?"
msgstr "我會得到什麼回饋嗎?"
@@ -548,22 +548,22 @@ msgstr "以 USD 捐款"
msgid "Donate to Fluxer"
msgstr "捐款支持 Fluxer"
-#: src/fluxer_marketing/pages/donate_page.gleam:298
+#: src/fluxer_marketing/pages/donate_page.gleam:297
msgid "Donate with Swish"
msgstr "使用 Swish 捐款"
-#: src/fluxer_marketing/pages/donate_page.gleam:370
+#: src/fluxer_marketing/pages/donate_page.gleam:369
msgid "Donations are voluntary gifts and do not provide you with any product, service, ownership, or special rights. If you're looking for premium features, check out {0}."
msgstr "捐款屬於自願贈與,並不提供任何產品、服務、所有權或特殊權利。如果你想要進階功能,請看看 {0}。"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:308
msgid "Done! You can now open Fluxer as if it were a regular program."
-msgstr "完成!您現在可以像啟動常規程序一樣打開 Fluxer。"
+msgstr "完成!你現在可以像一般程式一樣開啟 Fluxer。"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:206
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:256
msgid "Done! You can open Fluxer from your home screen."
-msgstr "完成!您可以從主屏幕打開 Fluxer。"
+msgstr "完成!你可以從主畫面開啟 Fluxer。"
#: src/fluxer_marketing/components/footer.gleam:132
#: src/fluxer_marketing/components/navigation.gleam:84
@@ -724,7 +724,7 @@ msgstr "Fluxer 社群團隊"
msgid "Fluxer Partner"
msgstr "Fluxer 合作夥伴"
-#: src/fluxer_marketing/pages/donate_page.gleam:372
+#: src/fluxer_marketing/pages/donate_page.gleam:371
#: src/fluxer_marketing/pages/plutonium_page.gleam:51
#: src/fluxer_marketing/pages/plutonium_page.gleam:76
msgid "Fluxer Plutonium"
@@ -810,13 +810,13 @@ msgstr "免費 vs Plutonium"
msgid "French"
msgstr "法文"
-#: src/fluxer_marketing/pages/donate_page.gleam:346
+#: src/fluxer_marketing/pages/donate_page.gleam:345
msgid "Frequently Asked Questions"
msgstr "常見問題"
#: src/fluxer_marketing/components/hackernews_banner.gleam:72
msgid "From HN?"
-msgstr "來自HN?"
+msgstr "來自 HN?"
#: src/fluxer_marketing/components/current_features.gleam:72
msgid "Full Markdown support in messages"
@@ -1000,7 +1000,7 @@ msgstr "我們可以怎麼幫你?"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:39
msgid "How to install as an app"
-msgstr "如何安裝為應用程序"
+msgstr "如何安裝為應用程式"
#: src/fluxer_marketing/pages/partners_page.gleam:434
msgid "How you plan to use Fluxer with your community"
@@ -1012,7 +1012,7 @@ msgstr "匈牙利語"
#: src/fluxer_marketing/components/footer.gleam:329
msgid "IP geolocation data by "
-msgstr "IP 地理定位資料由 "
+msgstr "IP 地理定位資料提供: "
#: src/fluxer_marketing/pages/help_article_page.gleam:223
#: src/fluxer_marketing/pages/help_article_page.gleam:365
@@ -1037,18 +1037,18 @@ msgstr "印尼語"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:59
msgid "Install Fluxer as an app"
-msgstr "將 Fluxer 安裝為應用程序"
+msgstr "將 Fluxer 安裝為應用程式"
#: src/fluxer_marketing/components/platform_download_button.gleam:145
#: src/fluxer_marketing/components/platform_download_button.gleam:161
msgid "Intel"
msgstr "Intel"
-#: src/fluxer_marketing/pages/donate_page.gleam:377
+#: src/fluxer_marketing/pages/donate_page.gleam:376
msgid "Is my donation tax-deductible?"
msgstr "我的捐款可以抵稅嗎?"
-#: src/fluxer_marketing/pages/donate_page.gleam:359
+#: src/fluxer_marketing/pages/donate_page.gleam:358
msgid "Is this a subscription?"
msgstr "這是訂閱制嗎?"
@@ -1222,11 +1222,11 @@ msgstr "找不到文章。"
msgid "No results found for"
msgstr "找不到符合以下內容的結果:"
-#: src/fluxer_marketing/pages/donate_page.gleam:380
+#: src/fluxer_marketing/pages/donate_page.gleam:379
msgid "No, donations to Fluxer are not tax-deductible as we are not a registered charitable organization."
msgstr "不行。由於 Fluxer 並非依法登記的慈善機構,捐款無法抵稅。"
-#: src/fluxer_marketing/pages/donate_page.gleam:362
+#: src/fluxer_marketing/pages/donate_page.gleam:361
msgid "No, this is a one-time donation. You choose the amount you want to give, and there are no recurring charges."
msgstr "不是,這是一次性捐款。你可以自行決定金額,且不會有任何週期性扣款。"
@@ -1283,7 +1283,7 @@ msgstr "開源(AGPL-3.0)"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:234
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:284
msgid "Open the web app"
-msgstr "打開網頁應用"
+msgstr "開啟網頁 App"
#: src/fluxer_marketing/pages/plutonium_page.gleam:1059
msgid "Operator Pass"
@@ -1377,19 +1377,19 @@ msgstr "媒體"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:246
msgid "Press \"Add to Home Screen\""
-msgstr "按一下「添加到主屏幕」"
+msgstr "點選「加入主畫面」"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:249
msgid "Press \"Add\" in the upper-right corner"
-msgstr "按一下右上角的「新增」"
+msgstr "在右上角點選「加入」"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:200
msgid "Press \"Install app\""
-msgstr "按一下「安裝應用程式」"
+msgstr "點選「安裝應用程式」"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:301
msgid "Press \"Install\" in the popup that appears"
-msgstr "按一下彈出視窗中的「安裝」"
+msgstr "在彈出視窗中點選「安裝」"
#: src/fluxer_marketing/pages/press_page.gleam:45
#: src/fluxer_marketing/pages/press_page.gleam:65
@@ -1402,15 +1402,15 @@ msgstr "媒體聯絡"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:197
msgid "Press the \"More\" (\\u{22EE}) button in the top-right corner"
-msgstr "按一下右上角的「更多」 (\\u{22EE}) 按鈕"
+msgstr "點選右上角的「更多」(\\u{22EE})按鈕"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:243
msgid "Press the Share button (rectangle with upwards-pointing arrow)"
-msgstr "按一下分享按鈕(帶有向上箭頭的矩形)"
+msgstr "點選分享按鈕(帶有向上箭頭的方框)"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:296
msgid "Press the install button (downwards-pointing arrow on monitor) in the address bar"
-msgstr "按一下地址欄中的安裝按鈕(顯示向下箭頭的螢幕)"
+msgstr "點選網址列中的安裝按鈕(螢幕上的向下箭頭)"
#: src/fluxer_marketing/components/footer.gleam:110
#: src/fluxer_marketing/components/navigation.gleam:93
@@ -1564,7 +1564,7 @@ msgstr "內建螢幕分享"
#: src/fluxer_marketing/components/pwa_install_dialog.gleam:132
msgid "Screenshots courtesy of "
-msgstr "截圖由提供"
+msgstr "截圖提供: "
#: src/fluxer_marketing/pages/help_components.gleam:93
msgid "Search"
@@ -1696,7 +1696,7 @@ msgstr "用動態頭像與橫幅展現個性,讓你更出眾。"
#: src/fluxer_marketing/components/get_involved_section.gleam:127
msgid "Stay updated on news, service status, and what's happening. You can also follow "
-msgstr "掌握最新消息、服務狀態與近況。你也可以訂閱 "
+msgstr "掌握最新消息、服務狀態與近況。你也可以追蹤 "
#: src/fluxer_marketing/pages/help_article_page.gleam:218
#: src/fluxer_marketing/pages/help_article_page.gleam:360
@@ -1790,7 +1790,7 @@ msgstr "試試不同的關鍵字,或改用分類瀏覽。"
#: src/fluxer_marketing/components/hackernews_banner.gleam:75
msgid "Try it without an email at"
-msgstr "在這裡嘗試不使用電子郵件"
+msgstr "不需要電子郵件也能在這裡試用"
#: src/fluxer_marketing/components/locale_selector.gleam:147
msgid "Turkish"
@@ -1846,7 +1846,7 @@ msgstr "使用動態表情"
#: src/fluxer_marketing/components/current_features.gleam:154
msgid "Use our desktop client (mobile coming soon)"
-msgstr "使用我們的桌面客戶端(移動版即將推出)"
+msgstr "使用我們的桌面用戶端(行動版即將推出)"
#: src/fluxer_marketing/pages/plutonium_page.gleam:604
msgid "Use your favorite emojis and stickers from any community, anywhere across Fluxer."
@@ -1927,7 +1927,7 @@ msgstr "我們正在開發 iOS 與 Android App。在它們完成之前,Fluxer
#: src/fluxer_marketing/components/get_involved_section.gleam:78
msgid "We're limiting registrations during beta. Once you're in, you can give friends a code to skip the queue."
-msgstr "Beta 期間我們會限制註冊名額。你加入後,可以給朋友一組代碼跳過排隊。"
+msgstr "Beta 期間我們會限制註冊名額。你加入後,可以給朋友一組邀請碼跳過排隊。"
#: src/fluxer_marketing/pages/careers_page.gleam:324
msgid "We're still building the business around Fluxer and aren't quite ready for paid roles yet."
@@ -1937,7 +1937,7 @@ msgstr "我們仍在建立 Fluxer 的商業模式,暫時還沒準備好提供
msgid "Webhooks and bot support"
msgstr "Webhook 與機器人支援"
-#: src/fluxer_marketing/pages/donate_page.gleam:351
+#: src/fluxer_marketing/pages/donate_page.gleam:350
msgid "What does my donation support?"
msgstr "我的捐款會支持什麼?"
@@ -1953,7 +1953,7 @@ msgstr "現在就能用的功能"
msgid "What's coming next"
msgstr "接下來即將推出"
-#: src/fluxer_marketing/pages/donate_page.gleam:385
+#: src/fluxer_marketing/pages/donate_page.gleam:384
msgid "What's the difference between Individual and Business?"
msgstr "個人與企業捐款有什麼不同?"
@@ -1989,7 +1989,7 @@ msgstr "你的社群將獲得已驗證狀態,提升真實性與信任度。"
msgid "Your community receives increased limits when you need them."
msgstr "當你需要時,你的社群可獲得更高的使用限制。"
-#: src/fluxer_marketing/pages/donate_page.gleam:354
+#: src/fluxer_marketing/pages/donate_page.gleam:353
msgid "Your donation helps fund Fluxer's infrastructure costs, including servers, bandwidth, storage, and ongoing development of new features. It helps us maintain and improve the platform for everyone."
msgstr "你的捐款會用於支付 Fluxer 的基礎設施成本,包括伺服器、頻寬、儲存空間,以及新功能的持續開發,幫助我們為所有人維護並改進平台。"
@@ -2034,7 +2034,7 @@ msgid "one-time purchase"
msgstr "一次性購買"
#: src/fluxer_marketing/components/plutonium_section.gleam:68
-#: src/fluxer_marketing/pages/donate_page.gleam:284
+#: src/fluxer_marketing/pages/donate_page.gleam:282
#: src/fluxer_marketing/pages/plutonium_page.gleam:106
#: src/fluxer_marketing/pages/plutonium_page.gleam:230
msgid "or"
@@ -2059,4 +2059,3 @@ msgstr "剩下 {0}/{1} 個名額"
#: src/fluxer_marketing/components/footer.gleam:325
msgid "© Fluxer Platform AB (Swedish limited liability company: 559537-3993)"
msgstr "© Fluxer Platform AB(瑞典有限公司:559537-3993)"
-
diff --git a/fluxer_marketing/src/fluxer_marketing/components/hero.gleam b/fluxer_marketing/src/fluxer_marketing/components/hero.gleam
index c215086d..c4b605e7 100644
--- a/fluxer_marketing/src/fluxer_marketing/components/hero.gleam
+++ b/fluxer_marketing/src/fluxer_marketing/components/hero.gleam
@@ -61,7 +61,7 @@ pub fn render(ctx: Context) -> Element(a) {
html.p([attribute.class("lead text-white/90")], [
html.text(g_(
i18n_ctx,
- "Built for friends, groups, and communities. Text, voice, and video. Open source and community-funded.",
+ "An open-source, independent instant messaging and VoIP platform. Built for friends, groups, and communities.",
)),
]),
html.div(
diff --git a/fluxer_marketing/src/fluxer_marketing/pages/layout/meta.gleam b/fluxer_marketing/src/fluxer_marketing/pages/layout/meta.gleam
index a3eb8b0d..f8896224 100644
--- a/fluxer_marketing/src/fluxer_marketing/pages/layout/meta.gleam
+++ b/fluxer_marketing/src/fluxer_marketing/pages/layout/meta.gleam
@@ -27,7 +27,7 @@ pub type PageMeta {
pub fn default_page_meta() -> PageMeta {
PageMeta(
title: "Fluxer: Chat that puts you first",
- description: "Built for friends, groups, and communities. Text, voice, and video. Open source and community-funded.",
+ description: "An open-source, independent instant messaging and VoIP platform. Built for friends, groups, and communities.",
og_type: "website",
)
}