@djangocfg/ext-support 1.0.26 → 1.0.27

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.
@@ -0,0 +1,81 @@
1
+ import type { SupportTranslations } from '../types';
2
+
3
+ export const nl: SupportTranslations = {
4
+ layout: {
5
+ title: 'Helpcentrum',
6
+ titleShort: 'Support',
7
+ subtitle: 'Krijg hulp van ons supportteam',
8
+ newTicket: 'Nieuw ticket',
9
+ },
10
+
11
+ hero: {
12
+ openTickets: 'Open tickets',
13
+ unreadMessages: 'Ongelezen berichten',
14
+ },
15
+
16
+ status: {
17
+ open: 'Open',
18
+ waitingForUser: 'Wacht op uw reactie',
19
+ waitingForAdmin: 'Wacht op support',
20
+ resolved: 'Opgelost',
21
+ closed: 'Gesloten',
22
+ },
23
+
24
+ ticketList: {
25
+ noTickets: 'Geen tickets',
26
+ noTicketsDescription: 'Maak uw eerste supportticket aan om hulp te krijgen',
27
+ loadingMore: 'Laden...',
28
+ loadMore: 'Meer laden',
29
+ allLoaded: 'Alle {count} tickets geladen',
30
+ },
31
+
32
+ createTicket: {
33
+ title: 'Nieuw supportticket',
34
+ description: 'Beschrijf uw probleem en wij helpen u',
35
+ subjectLabel: 'Onderwerp',
36
+ subjectPlaceholder: 'Korte beschrijving van uw probleem',
37
+ messageLabel: 'Bericht',
38
+ messagePlaceholder: 'Beschrijf uw probleem in detail...',
39
+ cancel: 'Annuleren',
40
+ creating: 'Aanmaken...',
41
+ create: 'Ticket aanmaken',
42
+ },
43
+
44
+ validation: {
45
+ subjectRequired: 'Onderwerp is verplicht',
46
+ subjectTooLong: 'Onderwerp is te lang (max 200 tekens)',
47
+ messageRequired: 'Bericht is verplicht',
48
+ messageTooLong: 'Bericht is te lang (max 5000 tekens)',
49
+ },
50
+
51
+ messages: {
52
+ ticketCreated: 'Ticket succesvol aangemaakt',
53
+ ticketCreateFailed: 'Ticket aanmaken mislukt',
54
+ messageSent: 'Bericht verzonden',
55
+ messageSendFailed: 'Bericht verzenden mislukt',
56
+ },
57
+
58
+ messageInput: {
59
+ placeholder: 'Typ uw bericht...',
60
+ ticketClosed: 'Ticket gesloten',
61
+ ticketClosedDescription: 'Dit ticket is gesloten. Maak een nieuw ticket aan als u verdere hulp nodig heeft.',
62
+ },
63
+
64
+ messageList: {
65
+ noTicketSelected: 'Geen ticket geselecteerd',
66
+ noTicketSelectedDescription: 'Selecteer een ticket uit de lijst om berichten te bekijken',
67
+ noMessages: 'Geen berichten',
68
+ noMessagesDescription: 'Begin het gesprek door een bericht te sturen',
69
+ loadingOlder: 'Oudere berichten laden...',
70
+ loadOlder: 'Oudere berichten laden',
71
+ supportTeam: 'Supportteam',
72
+ staff: 'Medewerker',
73
+ },
74
+
75
+ time: {
76
+ justNow: 'Zojuist',
77
+ minutesAgo: '{count} min geleden',
78
+ hoursAgo: '{count}u geleden',
79
+ daysAgo: '{count}d geleden',
80
+ },
81
+ };
@@ -0,0 +1,81 @@
1
+ import type { SupportTranslations } from '../types';
2
+
3
+ export const no: SupportTranslations = {
4
+ layout: {
5
+ title: 'Brukerstøtte',
6
+ titleShort: 'Støtte',
7
+ subtitle: 'Få hjelp fra vårt supportteam',
8
+ newTicket: 'Ny henvendelse',
9
+ },
10
+
11
+ hero: {
12
+ openTickets: 'Åpne henvendelser',
13
+ unreadMessages: 'Uleste meldinger',
14
+ },
15
+
16
+ status: {
17
+ open: 'Åpen',
18
+ waitingForUser: 'Venter på ditt svar',
19
+ waitingForAdmin: 'Venter på støtte',
20
+ resolved: 'Løst',
21
+ closed: 'Lukket',
22
+ },
23
+
24
+ ticketList: {
25
+ noTickets: 'Ingen henvendelser',
26
+ noTicketsDescription: 'Opprett din første støttehenvendelse for å få hjelp',
27
+ loadingMore: 'Laster...',
28
+ loadMore: 'Last flere',
29
+ allLoaded: 'Alle {count} henvendelser lastet',
30
+ },
31
+
32
+ createTicket: {
33
+ title: 'Ny støttehenvendelse',
34
+ description: 'Beskriv problemet ditt, så hjelper vi deg',
35
+ subjectLabel: 'Emne',
36
+ subjectPlaceholder: 'Kort beskrivelse av problemet',
37
+ messageLabel: 'Melding',
38
+ messagePlaceholder: 'Beskriv problemet ditt i detalj...',
39
+ cancel: 'Avbryt',
40
+ creating: 'Oppretter...',
41
+ create: 'Opprett henvendelse',
42
+ },
43
+
44
+ validation: {
45
+ subjectRequired: 'Emne er påkrevd',
46
+ subjectTooLong: 'Emnet er for langt (maks 200 tegn)',
47
+ messageRequired: 'Melding er påkrevd',
48
+ messageTooLong: 'Meldingen er for lang (maks 5000 tegn)',
49
+ },
50
+
51
+ messages: {
52
+ ticketCreated: 'Henvendelse opprettet',
53
+ ticketCreateFailed: 'Kunne ikke opprette henvendelse',
54
+ messageSent: 'Melding sendt',
55
+ messageSendFailed: 'Kunne ikke sende melding',
56
+ },
57
+
58
+ messageInput: {
59
+ placeholder: 'Skriv din melding...',
60
+ ticketClosed: 'Henvendelse lukket',
61
+ ticketClosedDescription: 'Denne henvendelsen er lukket. Opprett en ny henvendelse hvis du trenger mer hjelp.',
62
+ },
63
+
64
+ messageList: {
65
+ noTicketSelected: 'Ingen henvendelse valgt',
66
+ noTicketSelectedDescription: 'Velg en henvendelse fra listen for å se meldinger',
67
+ noMessages: 'Ingen meldinger',
68
+ noMessagesDescription: 'Start samtalen ved å sende en melding',
69
+ loadingOlder: 'Laster eldre meldinger...',
70
+ loadOlder: 'Last eldre meldinger',
71
+ supportTeam: 'Supportteam',
72
+ staff: 'Ansatt',
73
+ },
74
+
75
+ time: {
76
+ justNow: 'Akkurat nå',
77
+ minutesAgo: '{count} min siden',
78
+ hoursAgo: '{count}t siden',
79
+ daysAgo: '{count}d siden',
80
+ },
81
+ };
@@ -0,0 +1,81 @@
1
+ import type { SupportTranslations } from '../types';
2
+
3
+ export const pl: SupportTranslations = {
4
+ layout: {
5
+ title: 'Centrum wsparcia',
6
+ titleShort: 'Wsparcie',
7
+ subtitle: 'Uzyskaj pomoc od naszego zespołu wsparcia',
8
+ newTicket: 'Nowe zgłoszenie',
9
+ },
10
+
11
+ hero: {
12
+ openTickets: 'Otwarte zgłoszenia',
13
+ unreadMessages: 'Nieprzeczytane wiadomości',
14
+ },
15
+
16
+ status: {
17
+ open: 'Otwarte',
18
+ waitingForUser: 'Oczekuje na Twoją odpowiedź',
19
+ waitingForAdmin: 'Oczekuje na wsparcie',
20
+ resolved: 'Rozwiązane',
21
+ closed: 'Zamknięte',
22
+ },
23
+
24
+ ticketList: {
25
+ noTickets: 'Brak zgłoszeń',
26
+ noTicketsDescription: 'Utwórz pierwsze zgłoszenie, aby uzyskać pomoc',
27
+ loadingMore: 'Ładowanie...',
28
+ loadMore: 'Załaduj więcej',
29
+ allLoaded: 'Załadowano wszystkie {count} zgłoszenia',
30
+ },
31
+
32
+ createTicket: {
33
+ title: 'Nowe zgłoszenie wsparcia',
34
+ description: 'Opisz swój problem, a my Ci pomożemy',
35
+ subjectLabel: 'Temat',
36
+ subjectPlaceholder: 'Krótki opis problemu',
37
+ messageLabel: 'Wiadomość',
38
+ messagePlaceholder: 'Opisz szczegółowo swój problem...',
39
+ cancel: 'Anuluj',
40
+ creating: 'Tworzenie...',
41
+ create: 'Utwórz zgłoszenie',
42
+ },
43
+
44
+ validation: {
45
+ subjectRequired: 'Temat jest wymagany',
46
+ subjectTooLong: 'Temat jest za długi (maks. 200 znaków)',
47
+ messageRequired: 'Wiadomość jest wymagana',
48
+ messageTooLong: 'Wiadomość jest za długa (maks. 5000 znaków)',
49
+ },
50
+
51
+ messages: {
52
+ ticketCreated: 'Zgłoszenie utworzone pomyślnie',
53
+ ticketCreateFailed: 'Nie udało się utworzyć zgłoszenia',
54
+ messageSent: 'Wiadomość wysłana',
55
+ messageSendFailed: 'Nie udało się wysłać wiadomości',
56
+ },
57
+
58
+ messageInput: {
59
+ placeholder: 'Wpisz wiadomość...',
60
+ ticketClosed: 'Zgłoszenie zamknięte',
61
+ ticketClosedDescription: 'To zgłoszenie zostało zamknięte. Utwórz nowe zgłoszenie, jeśli potrzebujesz dalszej pomocy.',
62
+ },
63
+
64
+ messageList: {
65
+ noTicketSelected: 'Nie wybrano zgłoszenia',
66
+ noTicketSelectedDescription: 'Wybierz zgłoszenie z listy, aby wyświetlić wiadomości',
67
+ noMessages: 'Brak wiadomości',
68
+ noMessagesDescription: 'Rozpocznij rozmowę, wysyłając wiadomość',
69
+ loadingOlder: 'Ładowanie starszych wiadomości...',
70
+ loadOlder: 'Załaduj starsze wiadomości',
71
+ supportTeam: 'Zespół wsparcia',
72
+ staff: 'Konsultant',
73
+ },
74
+
75
+ time: {
76
+ justNow: 'Przed chwilą',
77
+ minutesAgo: '{count} min temu',
78
+ hoursAgo: '{count} godz. temu',
79
+ daysAgo: '{count} dni temu',
80
+ },
81
+ };
@@ -0,0 +1,81 @@
1
+ import type { SupportTranslations } from '../types';
2
+
3
+ export const ptBR: SupportTranslations = {
4
+ layout: {
5
+ title: 'Central de Suporte',
6
+ titleShort: 'Suporte',
7
+ subtitle: 'Obtenha ajuda da nossa equipe de suporte',
8
+ newTicket: 'Novo Chamado',
9
+ },
10
+
11
+ hero: {
12
+ openTickets: 'Chamados abertos',
13
+ unreadMessages: 'Mensagens não lidas',
14
+ },
15
+
16
+ status: {
17
+ open: 'Aberto',
18
+ waitingForUser: 'Aguardando sua resposta',
19
+ waitingForAdmin: 'Aguardando suporte',
20
+ resolved: 'Resolvido',
21
+ closed: 'Fechado',
22
+ },
23
+
24
+ ticketList: {
25
+ noTickets: 'Nenhum chamado',
26
+ noTicketsDescription: 'Crie seu primeiro chamado de suporte para obter ajuda',
27
+ loadingMore: 'Carregando...',
28
+ loadMore: 'Carregar mais',
29
+ allLoaded: 'Todos os {count} chamados carregados',
30
+ },
31
+
32
+ createTicket: {
33
+ title: 'Novo Chamado de Suporte',
34
+ description: 'Descreva seu problema e nós ajudaremos você',
35
+ subjectLabel: 'Assunto',
36
+ subjectPlaceholder: 'Breve descrição do seu problema',
37
+ messageLabel: 'Mensagem',
38
+ messagePlaceholder: 'Descreva seu problema em detalhes...',
39
+ cancel: 'Cancelar',
40
+ creating: 'Criando...',
41
+ create: 'Criar Chamado',
42
+ },
43
+
44
+ validation: {
45
+ subjectRequired: 'O assunto é obrigatório',
46
+ subjectTooLong: 'O assunto é muito longo (máx. 200 caracteres)',
47
+ messageRequired: 'A mensagem é obrigatória',
48
+ messageTooLong: 'A mensagem é muito longa (máx. 5000 caracteres)',
49
+ },
50
+
51
+ messages: {
52
+ ticketCreated: 'Chamado criado com sucesso',
53
+ ticketCreateFailed: 'Falha ao criar o chamado',
54
+ messageSent: 'Mensagem enviada',
55
+ messageSendFailed: 'Falha ao enviar a mensagem',
56
+ },
57
+
58
+ messageInput: {
59
+ placeholder: 'Digite sua mensagem...',
60
+ ticketClosed: 'Chamado fechado',
61
+ ticketClosedDescription: 'Este chamado foi fechado. Crie um novo chamado se precisar de mais ajuda.',
62
+ },
63
+
64
+ messageList: {
65
+ noTicketSelected: 'Nenhum chamado selecionado',
66
+ noTicketSelectedDescription: 'Selecione um chamado da lista para ver as mensagens',
67
+ noMessages: 'Nenhuma mensagem',
68
+ noMessagesDescription: 'Inicie a conversa enviando uma mensagem',
69
+ loadingOlder: 'Carregando mensagens anteriores...',
70
+ loadOlder: 'Carregar mensagens anteriores',
71
+ supportTeam: 'Equipe de Suporte',
72
+ staff: 'Atendente',
73
+ },
74
+
75
+ time: {
76
+ justNow: 'Agora mesmo',
77
+ minutesAgo: 'há {count} min',
78
+ hoursAgo: 'há {count}h',
79
+ daysAgo: 'há {count}d',
80
+ },
81
+ };
@@ -0,0 +1,81 @@
1
+ import type { SupportTranslations } from '../types';
2
+
3
+ export const sv: SupportTranslations = {
4
+ layout: {
5
+ title: 'Supportcenter',
6
+ titleShort: 'Support',
7
+ subtitle: 'Få hjälp från vårt supportteam',
8
+ newTicket: 'Nytt ärende',
9
+ },
10
+
11
+ hero: {
12
+ openTickets: 'Öppna ärenden',
13
+ unreadMessages: 'Olästa meddelanden',
14
+ },
15
+
16
+ status: {
17
+ open: 'Öppet',
18
+ waitingForUser: 'Väntar på ditt svar',
19
+ waitingForAdmin: 'Väntar på support',
20
+ resolved: 'Löst',
21
+ closed: 'Stängt',
22
+ },
23
+
24
+ ticketList: {
25
+ noTickets: 'Inga ärenden',
26
+ noTicketsDescription: 'Skapa ditt första supportärende för att få hjälp',
27
+ loadingMore: 'Laddar...',
28
+ loadMore: 'Ladda fler',
29
+ allLoaded: 'Alla {count} ärenden laddade',
30
+ },
31
+
32
+ createTicket: {
33
+ title: 'Nytt supportärende',
34
+ description: 'Beskriv ditt problem så hjälper vi dig',
35
+ subjectLabel: 'Ämne',
36
+ subjectPlaceholder: 'Kort beskrivning av problemet',
37
+ messageLabel: 'Meddelande',
38
+ messagePlaceholder: 'Beskriv ditt problem i detalj...',
39
+ cancel: 'Avbryt',
40
+ creating: 'Skapar...',
41
+ create: 'Skapa ärende',
42
+ },
43
+
44
+ validation: {
45
+ subjectRequired: 'Ämne krävs',
46
+ subjectTooLong: 'Ämnet är för långt (max 200 tecken)',
47
+ messageRequired: 'Meddelande krävs',
48
+ messageTooLong: 'Meddelandet är för långt (max 5000 tecken)',
49
+ },
50
+
51
+ messages: {
52
+ ticketCreated: 'Ärende skapat',
53
+ ticketCreateFailed: 'Kunde inte skapa ärende',
54
+ messageSent: 'Meddelande skickat',
55
+ messageSendFailed: 'Kunde inte skicka meddelande',
56
+ },
57
+
58
+ messageInput: {
59
+ placeholder: 'Skriv ditt meddelande...',
60
+ ticketClosed: 'Ärende stängt',
61
+ ticketClosedDescription: 'Detta ärende har stängts. Skapa ett nytt ärende om du behöver ytterligare hjälp.',
62
+ },
63
+
64
+ messageList: {
65
+ noTicketSelected: 'Inget ärende valt',
66
+ noTicketSelectedDescription: 'Välj ett ärende från listan för att visa meddelanden',
67
+ noMessages: 'Inga meddelanden',
68
+ noMessagesDescription: 'Börja konversationen genom att skicka ett meddelande',
69
+ loadingOlder: 'Laddar äldre meddelanden...',
70
+ loadOlder: 'Ladda äldre meddelanden',
71
+ supportTeam: 'Supportteam',
72
+ staff: 'Personal',
73
+ },
74
+
75
+ time: {
76
+ justNow: 'Just nu',
77
+ minutesAgo: '{count} min sedan',
78
+ hoursAgo: '{count}h sedan',
79
+ daysAgo: '{count}d sedan',
80
+ },
81
+ };
@@ -0,0 +1,81 @@
1
+ import type { SupportTranslations } from '../types';
2
+
3
+ export const tr: SupportTranslations = {
4
+ layout: {
5
+ title: 'Destek Merkezi',
6
+ titleShort: 'Destek',
7
+ subtitle: 'Destek ekibimizden yardım alın',
8
+ newTicket: 'Yeni Talep',
9
+ },
10
+
11
+ hero: {
12
+ openTickets: 'Açık talepler',
13
+ unreadMessages: 'Okunmamış mesajlar',
14
+ },
15
+
16
+ status: {
17
+ open: 'Açık',
18
+ waitingForUser: 'Yanıtınız bekleniyor',
19
+ waitingForAdmin: 'Destek bekleniyor',
20
+ resolved: 'Çözüldü',
21
+ closed: 'Kapatıldı',
22
+ },
23
+
24
+ ticketList: {
25
+ noTickets: 'Talep yok',
26
+ noTicketsDescription: 'Yardım almak için ilk destek talebinizi oluşturun',
27
+ loadingMore: 'Yükleniyor...',
28
+ loadMore: 'Daha fazla yükle',
29
+ allLoaded: 'Tüm {count} talep yüklendi',
30
+ },
31
+
32
+ createTicket: {
33
+ title: 'Yeni Destek Talebi',
34
+ description: 'Sorununuzu açıklayın, size yardımcı olalım',
35
+ subjectLabel: 'Konu',
36
+ subjectPlaceholder: 'Sorununuzun kısa açıklaması',
37
+ messageLabel: 'Mesaj',
38
+ messagePlaceholder: 'Sorununuzu detaylı açıklayın...',
39
+ cancel: 'İptal',
40
+ creating: 'Oluşturuluyor...',
41
+ create: 'Talep Oluştur',
42
+ },
43
+
44
+ validation: {
45
+ subjectRequired: 'Konu gereklidir',
46
+ subjectTooLong: 'Konu çok uzun (maks. 200 karakter)',
47
+ messageRequired: 'Mesaj gereklidir',
48
+ messageTooLong: 'Mesaj çok uzun (maks. 5000 karakter)',
49
+ },
50
+
51
+ messages: {
52
+ ticketCreated: 'Talep başarıyla oluşturuldu',
53
+ ticketCreateFailed: 'Talep oluşturulamadı',
54
+ messageSent: 'Mesaj gönderildi',
55
+ messageSendFailed: 'Mesaj gönderilemedi',
56
+ },
57
+
58
+ messageInput: {
59
+ placeholder: 'Mesajınızı yazın...',
60
+ ticketClosed: 'Talep kapatıldı',
61
+ ticketClosedDescription: 'Bu talep kapatılmıştır. Daha fazla yardıma ihtiyacınız varsa yeni bir talep oluşturun.',
62
+ },
63
+
64
+ messageList: {
65
+ noTicketSelected: 'Talep seçilmedi',
66
+ noTicketSelectedDescription: 'Mesajları görüntülemek için listeden bir talep seçin',
67
+ noMessages: 'Mesaj yok',
68
+ noMessagesDescription: 'Mesaj göndererek sohbeti başlatın',
69
+ loadingOlder: 'Eski mesajlar yükleniyor...',
70
+ loadOlder: 'Eski mesajları yükle',
71
+ supportTeam: 'Destek Ekibi',
72
+ staff: 'Personel',
73
+ },
74
+
75
+ time: {
76
+ justNow: 'Şimdi',
77
+ minutesAgo: '{count} dk önce',
78
+ hoursAgo: '{count}sa önce',
79
+ daysAgo: '{count}g önce',
80
+ },
81
+ };
@@ -0,0 +1,81 @@
1
+ import type { SupportTranslations } from '../types';
2
+
3
+ export const zh: SupportTranslations = {
4
+ layout: {
5
+ title: '支持中心',
6
+ titleShort: '支持',
7
+ subtitle: '获取我们支持团队的帮助',
8
+ newTicket: '新建工单',
9
+ },
10
+
11
+ hero: {
12
+ openTickets: '待处理工单',
13
+ unreadMessages: '未读消息',
14
+ },
15
+
16
+ status: {
17
+ open: '待处理',
18
+ waitingForUser: '等待您回复',
19
+ waitingForAdmin: '等待客服回复',
20
+ resolved: '已解决',
21
+ closed: '已关闭',
22
+ },
23
+
24
+ ticketList: {
25
+ noTickets: '暂无工单',
26
+ noTicketsDescription: '创建您的第一个支持工单以获取帮助',
27
+ loadingMore: '加载中...',
28
+ loadMore: '加载更多',
29
+ allLoaded: '已加载全部 {count} 个工单',
30
+ },
31
+
32
+ createTicket: {
33
+ title: '新建支持工单',
34
+ description: '描述您的问题,我们将为您提供帮助',
35
+ subjectLabel: '主题',
36
+ subjectPlaceholder: '简要描述您的问题',
37
+ messageLabel: '消息',
38
+ messagePlaceholder: '详细描述您的问题...',
39
+ cancel: '取消',
40
+ creating: '创建中...',
41
+ create: '创建工单',
42
+ },
43
+
44
+ validation: {
45
+ subjectRequired: '主题为必填项',
46
+ subjectTooLong: '主题过长(最多200个字符)',
47
+ messageRequired: '消息为必填项',
48
+ messageTooLong: '消息过长(最多5000个字符)',
49
+ },
50
+
51
+ messages: {
52
+ ticketCreated: '工单创建成功',
53
+ ticketCreateFailed: '工单创建失败',
54
+ messageSent: '消息已发送',
55
+ messageSendFailed: '消息发送失败',
56
+ },
57
+
58
+ messageInput: {
59
+ placeholder: '输入您的消息...',
60
+ ticketClosed: '工单已关闭',
61
+ ticketClosedDescription: '此工单已关闭。如需进一步帮助,请创建新工单。',
62
+ },
63
+
64
+ messageList: {
65
+ noTicketSelected: '未选择工单',
66
+ noTicketSelectedDescription: '从列表中选择一个工单以查看消息',
67
+ noMessages: '暂无消息',
68
+ noMessagesDescription: '发送消息开始对话',
69
+ loadingOlder: '加载历史消息...',
70
+ loadOlder: '加载历史消息',
71
+ supportTeam: '支持团队',
72
+ staff: '客服',
73
+ },
74
+
75
+ time: {
76
+ justNow: '刚刚',
77
+ minutesAgo: '{count}分钟前',
78
+ hoursAgo: '{count}小时前',
79
+ daysAgo: '{count}天前',
80
+ },
81
+ };
@@ -12,9 +12,23 @@ import { useCallback, useMemo } from 'react';
12
12
  import { en } from './locales/en';
13
13
  import { ko } from './locales/ko';
14
14
  import { ru } from './locales/ru';
15
+ import { ja } from './locales/ja';
16
+ import { de } from './locales/de';
17
+ import { fr } from './locales/fr';
18
+ import { zh } from './locales/zh';
19
+ import { it } from './locales/it';
20
+ import { es } from './locales/es';
21
+ import { nl } from './locales/nl';
22
+ import { ar } from './locales/ar';
23
+ import { tr } from './locales/tr';
24
+ import { ptBR } from './locales/pt-BR';
25
+ import { pl } from './locales/pl';
26
+ import { sv } from './locales/sv';
27
+ import { no } from './locales/no';
28
+ import { da } from './locales/da';
15
29
 
16
30
  import type { SupportTranslations, SupportLocalKeys } from './types';
17
- const translations: Record<string, SupportTranslations> = { en, ru, ko };
31
+ const translations: Record<string, SupportTranslations> = { en, ru, ko, ja, de, fr, zh, it, es, nl, ar, tr, 'pt-BR': ptBR, pl, sv, no, da };
18
32
 
19
33
  /**
20
34
  * Get nested value from object by dot-notation path