locale: add link to authentication page in i18n

This commit is contained in:
Levi Borodenko
2023-08-01 16:17:26 +02:00
parent 6137d551fe
commit d975daf3f0
10 changed files with 12 additions and 10 deletions

View File

@@ -5,7 +5,7 @@ const tr: PartialLocaleType = {
WIP: "Çalışma devam ediyor...",
Error: {
Unauthorized:
"Yetkisiz erişim, lütfen erişim kodunu ayarlar sayfasından giriniz.",
"Yetkisiz erişim, lütfen erişim kodunu ayarlar [sayfasından](/#/auth) giriniz.",
},
ChatItem: {
ChatItemCount: (count: number) => `${count} mesaj`,