Skip to content

Commit 925e686

Browse files
committed
chore: Update localizations
1 parent cf54b46 commit 925e686

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/localizations/src/hu-HU.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ export const huHU: LocalizationResource = {
249249
action__signOut: 'Kijelentkezés',
250250
title: 'Bejelntkezve mint {{identifier}}',
251251
},
252-
lastAuthenticationStrategy: 'Utolsó használat',
252+
lastAuthenticationStrategy: 'Legutóbb használt',
253253
maintenanceMode: 'Jelenleg karbantartás alatt állunk, de ne aggódj, ez nem tart tovább pár percnél!',
254254
membershipRole__admin: 'Adminisztrátor',
255255
membershipRole__basicMember: 'Tag',

packages/localizations/src/nl-BE.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
import type { LocalizationResource } from '@clerk/types';
1414

1515
export const nlBE: LocalizationResource = {
16-
locale: 'nl-NL',
16+
locale: 'nl-BE',
1717
apiKeys: {
1818
action__add: undefined,
1919
action__search: undefined,

packages/localizations/src/tr-TR.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ export const trTR: LocalizationResource = {
249249
action__signOut: 'Çıkış yap',
250250
title: '{{identifier}} olarak giriş yapıldı',
251251
},
252-
lastAuthenticationStrategy: 'Son kullanım',
252+
lastAuthenticationStrategy: 'Son kullanılan',
253253
maintenanceMode: 'Şu anda bakımdayız, ancak endişelenmeyin, kısa bir süre içinde tamamlanacaktır.',
254254
membershipRole__admin: 'Yönetici',
255255
membershipRole__basicMember: 'Üye',

0 commit comments

Comments
 (0)