@remnawave/subscription-page-types 0.2.3 → 0.2.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -19,6 +19,11 @@ declare const LANGUAGES_LIST: {
|
|
|
19
19
|
readonly nativeName: "Français";
|
|
20
20
|
readonly emoji: "🇫🇷";
|
|
21
21
|
};
|
|
22
|
+
readonly fa: {
|
|
23
|
+
readonly name: "Persian";
|
|
24
|
+
readonly nativeName: "فارسی";
|
|
25
|
+
readonly emoji: "🇮🇷";
|
|
26
|
+
};
|
|
22
27
|
readonly uz: {
|
|
23
28
|
readonly name: "Uzbek";
|
|
24
29
|
readonly nativeName: "Ўзбек";
|
|
@@ -29,11 +34,6 @@ declare const LANGUAGES_LIST: {
|
|
|
29
34
|
readonly nativeName: "Deutsch";
|
|
30
35
|
readonly emoji: "🇩🇪";
|
|
31
36
|
};
|
|
32
|
-
readonly fa: {
|
|
33
|
-
readonly name: "Persian";
|
|
34
|
-
readonly nativeName: "فارسی";
|
|
35
|
-
readonly emoji: "🇮🇷";
|
|
36
|
-
};
|
|
37
37
|
readonly hi: {
|
|
38
38
|
readonly name: "Hindi";
|
|
39
39
|
readonly nativeName: "हिन्दी";
|
|
@@ -6,9 +6,9 @@ const LANGUAGES_LIST = {
|
|
|
6
6
|
ru: { name: 'Russian', nativeName: 'Русский', emoji: '🇷🇺' },
|
|
7
7
|
zh: { name: 'Chinese', nativeName: '中文', emoji: '🇨🇳' },
|
|
8
8
|
fr: { name: 'French', nativeName: 'Français', emoji: '🇫🇷' },
|
|
9
|
+
fa: { name: 'Persian', nativeName: 'فارسی', emoji: '🇮🇷' },
|
|
9
10
|
uz: { name: 'Uzbek', nativeName: 'Ўзбек', emoji: '🇺🇿' },
|
|
10
11
|
de: { name: 'German', nativeName: 'Deutsch', emoji: '🇩🇪' },
|
|
11
|
-
fa: { name: 'Persian', nativeName: 'فارسی', emoji: '🇮🇷' },
|
|
12
12
|
hi: { name: 'Hindi', nativeName: 'हिन्दी', emoji: '🇮🇳' },
|
|
13
13
|
tr: { name: 'Turkish', nativeName: 'Türkçe', emoji: '🇹🇷' },
|
|
14
14
|
az: { name: 'Azerbaijani', nativeName: 'azərbaycan dili', emoji: '🇦🇿' },
|
|
@@ -377,7 +377,7 @@ export declare const SubscriptionPageRawConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
377
377
|
version: z.ZodNativeEnum<{
|
|
378
378
|
readonly 1: "1";
|
|
379
379
|
}>;
|
|
380
|
-
locales: z.ZodArray<z.ZodEnum<["en" | "ru" | "zh" | "fr" | "
|
|
380
|
+
locales: z.ZodArray<z.ZodEnum<["en" | "ru" | "zh" | "fr" | "fa" | "uz" | "de" | "hi" | "tr" | "az" | "es" | "vi" | "ja" | "be" | "uk" | "pt" | "pl" | "id" | "tk" | "th", ...("en" | "ru" | "zh" | "fr" | "fa" | "uz" | "de" | "hi" | "tr" | "az" | "es" | "vi" | "ja" | "be" | "uk" | "pt" | "pl" | "id" | "tk" | "th")[]]>, "many">;
|
|
381
381
|
brandingSettings: z.ZodObject<{
|
|
382
382
|
title: z.ZodString;
|
|
383
383
|
logoUrl: z.ZodString;
|
|
@@ -653,7 +653,7 @@ export declare const SubscriptionPageRawConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
653
653
|
indefinitely: Record<string, string>;
|
|
654
654
|
};
|
|
655
655
|
version: "1";
|
|
656
|
-
locales: ("en" | "ru" | "zh" | "fr" | "
|
|
656
|
+
locales: ("en" | "ru" | "zh" | "fr" | "fa" | "uz" | "de" | "hi" | "tr" | "az" | "es" | "vi" | "ja" | "be" | "uk" | "pt" | "pl" | "id" | "tk" | "th")[];
|
|
657
657
|
brandingSettings: {
|
|
658
658
|
title: string;
|
|
659
659
|
logoUrl: string;
|
|
@@ -708,7 +708,7 @@ export declare const SubscriptionPageRawConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
708
708
|
indefinitely: Record<string, string>;
|
|
709
709
|
};
|
|
710
710
|
version: "1";
|
|
711
|
-
locales: ("en" | "ru" | "zh" | "fr" | "
|
|
711
|
+
locales: ("en" | "ru" | "zh" | "fr" | "fa" | "uz" | "de" | "hi" | "tr" | "az" | "es" | "vi" | "ja" | "be" | "uk" | "pt" | "pl" | "id" | "tk" | "th")[];
|
|
712
712
|
brandingSettings: {
|
|
713
713
|
title: string;
|
|
714
714
|
logoUrl: string;
|
|
@@ -763,7 +763,7 @@ export declare const SubscriptionPageRawConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
763
763
|
indefinitely: Record<string, string>;
|
|
764
764
|
};
|
|
765
765
|
version: "1";
|
|
766
|
-
locales: ("en" | "ru" | "zh" | "fr" | "
|
|
766
|
+
locales: ("en" | "ru" | "zh" | "fr" | "fa" | "uz" | "de" | "hi" | "tr" | "az" | "es" | "vi" | "ja" | "be" | "uk" | "pt" | "pl" | "id" | "tk" | "th")[];
|
|
767
767
|
brandingSettings: {
|
|
768
768
|
title: string;
|
|
769
769
|
logoUrl: string;
|
|
@@ -818,7 +818,7 @@ export declare const SubscriptionPageRawConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
818
818
|
indefinitely: Record<string, string>;
|
|
819
819
|
};
|
|
820
820
|
version: "1";
|
|
821
|
-
locales: ("en" | "ru" | "zh" | "fr" | "
|
|
821
|
+
locales: ("en" | "ru" | "zh" | "fr" | "fa" | "uz" | "de" | "hi" | "tr" | "az" | "es" | "vi" | "ja" | "be" | "uk" | "pt" | "pl" | "id" | "tk" | "th")[];
|
|
822
822
|
brandingSettings: {
|
|
823
823
|
title: string;
|
|
824
824
|
logoUrl: string;
|
|
@@ -6,9 +6,9 @@ const LANGUAGES_LIST = {
|
|
|
6
6
|
ru: { name: 'Russian', nativeName: 'Русский', emoji: '🇷🇺' },
|
|
7
7
|
zh: { name: 'Chinese', nativeName: '中文', emoji: '🇨🇳' },
|
|
8
8
|
fr: { name: 'French', nativeName: 'Français', emoji: '🇫🇷' },
|
|
9
|
+
fa: { name: 'Persian', nativeName: 'فارسی', emoji: '🇮🇷' },
|
|
9
10
|
uz: { name: 'Uzbek', nativeName: 'Ўзбек', emoji: '🇺🇿' },
|
|
10
11
|
de: { name: 'German', nativeName: 'Deutsch', emoji: '🇩🇪' },
|
|
11
|
-
fa: { name: 'Persian', nativeName: 'فارسی', emoji: '🇮🇷' },
|
|
12
12
|
hi: { name: 'Hindi', nativeName: 'हिन्दी', emoji: '🇮🇳' },
|
|
13
13
|
tr: { name: 'Turkish', nativeName: 'Türkçe', emoji: '🇹🇷' },
|
|
14
14
|
az: { name: 'Azerbaijani', nativeName: 'azərbaycan dili', emoji: '🇦🇿' },
|