Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .changeset/bright-trees-retry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'@clerk/ui': patch
'@clerk/localizations': patch
'@clerk/shared': patch
---

Add a "Re-issue" action to pending self-serve SSO domains, which issues a fresh TXT record when the published one is stale. Each successful re-issue starts a five-minute cooldown, explained on the disabled button.
1 change: 1 addition & 0 deletions packages/localizations/src/ar-SA.ts
Original file line number Diff line number Diff line change
Expand Up @@ -729,6 +729,7 @@ export const arSA: LocalizationResource = {
},
verifiedAtLabel: "تم التحقق في {{ date | shortDate('en-US') }}",
verifyAgainButton: undefined,
verifyAgainButtonTooltip__throttled: undefined,
},
domainSuggestion: {
formButtonPrimary__add: 'إضافة {{domain}}',
Expand Down
1 change: 1 addition & 0 deletions packages/localizations/src/be-BY.ts
Original file line number Diff line number Diff line change
Expand Up @@ -730,6 +730,7 @@ export const beBY: LocalizationResource = {
},
verifiedAtLabel: "Пацверджана {{ date | shortDate('be-BY') }}",
verifyAgainButton: undefined,
verifyAgainButtonTooltip__throttled: undefined,
},
domainSuggestion: {
formButtonPrimary__add: 'Дадаць {{domain}}',
Expand Down
1 change: 1 addition & 0 deletions packages/localizations/src/bg-BG.ts
Original file line number Diff line number Diff line change
Expand Up @@ -731,6 +731,7 @@ export const bgBG: LocalizationResource = {
},
verifiedAtLabel: "Потвърден на {{ date | shortDate('bg-BG') }}",
verifyAgainButton: undefined,
verifyAgainButtonTooltip__throttled: undefined,
},
domainSuggestion: {
formButtonPrimary__add: 'Добавяне на {{domain}}',
Expand Down
1 change: 1 addition & 0 deletions packages/localizations/src/bn-IN.ts
Original file line number Diff line number Diff line change
Expand Up @@ -736,6 +736,7 @@ export const bnIN: LocalizationResource = {
},
verifiedAtLabel: "{{ date | shortDate('bn-IN') }} তারিখে যাচাই করা হয়েছে",
verifyAgainButton: undefined,
verifyAgainButtonTooltip__throttled: undefined,
},
domainSuggestion: {
formButtonPrimary__add: '{{domain}} যোগ করুন',
Expand Down
1 change: 1 addition & 0 deletions packages/localizations/src/ca-ES.ts
Original file line number Diff line number Diff line change
Expand Up @@ -737,6 +737,7 @@ export const caES: LocalizationResource = {
},
verifiedAtLabel: "Verificat el {{ date | shortDate('ca-ES') }}",
verifyAgainButton: undefined,
verifyAgainButtonTooltip__throttled: undefined,
},
domainSuggestion: {
formButtonPrimary__add: 'Afegeix {{domain}}',
Expand Down
1 change: 1 addition & 0 deletions packages/localizations/src/cs-CZ.ts
Original file line number Diff line number Diff line change
Expand Up @@ -734,6 +734,7 @@ export const csCZ: LocalizationResource = {
},
verifiedAtLabel: "Ověřeno {{ date | shortDate('cs-CZ') }}",
verifyAgainButton: undefined,
verifyAgainButtonTooltip__throttled: undefined,
},
domainSuggestion: {
formButtonPrimary__add: 'Přidat {{domain}}',
Expand Down
1 change: 1 addition & 0 deletions packages/localizations/src/da-DK.ts
Original file line number Diff line number Diff line change
Expand Up @@ -729,6 +729,7 @@ export const daDK: LocalizationResource = {
},
verifiedAtLabel: "Bekræftet den {{ date | shortDate('da-DK') }}",
verifyAgainButton: undefined,
verifyAgainButtonTooltip__throttled: undefined,
},
domainSuggestion: {
formButtonPrimary__add: 'Tilføj {{domain}}',
Expand Down
1 change: 1 addition & 0 deletions packages/localizations/src/de-DE.ts
Original file line number Diff line number Diff line change
Expand Up @@ -736,6 +736,7 @@ export const deDE: LocalizationResource = {
},
verifiedAtLabel: "Verifiziert am {{ date | shortDate('de-DE') }}",
verifyAgainButton: undefined,
verifyAgainButtonTooltip__throttled: undefined,
},
domainSuggestion: {
formButtonPrimary__add: '{{domain}} hinzufügen',
Expand Down
1 change: 1 addition & 0 deletions packages/localizations/src/el-GR.ts
Original file line number Diff line number Diff line change
Expand Up @@ -730,6 +730,7 @@ export const elGR: LocalizationResource = {
},
verifiedAtLabel: "Επαληθεύτηκε στις {{ date | shortDate('el-GR') }}",
verifyAgainButton: undefined,
verifyAgainButtonTooltip__throttled: undefined,
},
domainSuggestion: {
formButtonPrimary__add: 'Προσθήκη {{domain}}',
Expand Down
1 change: 1 addition & 0 deletions packages/localizations/src/en-GB.ts
Original file line number Diff line number Diff line change
Expand Up @@ -729,6 +729,7 @@ export const enGB: LocalizationResource = {
},
verifiedAtLabel: "Verified on {{ date | shortDate('en-GB') }}",
verifyAgainButton: undefined,
verifyAgainButtonTooltip__throttled: undefined,
},
domainSuggestion: {
formButtonPrimary__add: 'Add {{domain}}',
Expand Down
3 changes: 2 additions & 1 deletion packages/localizations/src/en-US.ts
Original file line number Diff line number Diff line change
Expand Up @@ -745,7 +745,8 @@ export const enUS: LocalizationResource = {
valueLabel: 'Value',
},
verifiedAtLabel: "Verified on {{ date | shortDate('en-US') }}",
verifyAgainButton: 'Verify again',
verifyAgainButton: 'Re-issue',
verifyAgainButtonTooltip__throttled: 'A new record was just issued. You can issue another one shortly.',
},
domainSuggestion: {
formButtonPrimary__add: 'Add {{domain}}',
Expand Down
1 change: 1 addition & 0 deletions packages/localizations/src/es-CR.ts
Original file line number Diff line number Diff line change
Expand Up @@ -730,6 +730,7 @@ export const esCR: LocalizationResource = {
},
verifiedAtLabel: "Verificado el {{ date | shortDate('es-CR') }}",
verifyAgainButton: undefined,
verifyAgainButtonTooltip__throttled: undefined,
},
domainSuggestion: {
formButtonPrimary__add: 'Agregar {{domain}}',
Expand Down
1 change: 1 addition & 0 deletions packages/localizations/src/es-ES.ts
Original file line number Diff line number Diff line change
Expand Up @@ -736,6 +736,7 @@ export const esES: LocalizationResource = {
},
verifiedAtLabel: "Verificado el {{ date | shortDate('es-ES') }}",
verifyAgainButton: undefined,
verifyAgainButtonTooltip__throttled: undefined,
},
domainSuggestion: {
formButtonPrimary__add: 'Añadir {{domain}}',
Expand Down
1 change: 1 addition & 0 deletions packages/localizations/src/es-MX.ts
Original file line number Diff line number Diff line change
Expand Up @@ -731,6 +731,7 @@ export const esMX: LocalizationResource = {
},
verifiedAtLabel: "Verificado el {{ date | shortDate('es-MX') }}",
verifyAgainButton: undefined,
verifyAgainButtonTooltip__throttled: undefined,
},
domainSuggestion: {
formButtonPrimary__add: 'Agregar {{domain}}',
Expand Down
1 change: 1 addition & 0 deletions packages/localizations/src/es-UY.ts
Original file line number Diff line number Diff line change
Expand Up @@ -730,6 +730,7 @@ export const esUY: LocalizationResource = {
},
verifiedAtLabel: "Verificado el {{ date | shortDate('es-UY') }}",
verifyAgainButton: undefined,
verifyAgainButtonTooltip__throttled: undefined,
},
domainSuggestion: {
formButtonPrimary__add: 'Agregar {{domain}}',
Expand Down
1 change: 1 addition & 0 deletions packages/localizations/src/fa-IR.ts
Original file line number Diff line number Diff line change
Expand Up @@ -735,6 +735,7 @@ export const faIR: LocalizationResource = {
},
verifiedAtLabel: "تأیید‌شده در {{ date | shortDate('fa-IR') }}",
verifyAgainButton: undefined,
verifyAgainButtonTooltip__throttled: undefined,
},
domainSuggestion: {
formButtonPrimary__add: 'افزودن {{domain}}',
Expand Down
1 change: 1 addition & 0 deletions packages/localizations/src/fi-FI.ts
Original file line number Diff line number Diff line change
Expand Up @@ -736,6 +736,7 @@ export const fiFI: LocalizationResource = {
},
verifiedAtLabel: "Vahvistettu {{ date | shortDate('fi-FI') }}",
verifyAgainButton: undefined,
verifyAgainButtonTooltip__throttled: undefined,
},
domainSuggestion: {
formButtonPrimary__add: 'Lisää {{domain}}',
Expand Down
1 change: 1 addition & 0 deletions packages/localizations/src/fr-FR.ts
Original file line number Diff line number Diff line change
Expand Up @@ -738,6 +738,7 @@ export const frFR: LocalizationResource = {
},
verifiedAtLabel: "Vérifié le {{ date | shortDate('fr-FR') }}",
verifyAgainButton: undefined,
verifyAgainButtonTooltip__throttled: undefined,
},
domainSuggestion: {
formButtonPrimary__add: 'Ajouter {{domain}}',
Expand Down
1 change: 1 addition & 0 deletions packages/localizations/src/he-IL.ts
Original file line number Diff line number Diff line change
Expand Up @@ -729,6 +729,7 @@ export const heIL: LocalizationResource = {
},
verifiedAtLabel: "אומת בתאריך {{ date | shortDate('he-IL') }}",
verifyAgainButton: undefined,
verifyAgainButtonTooltip__throttled: undefined,
},
domainSuggestion: {
formButtonPrimary__add: 'הוסף {{domain}}',
Expand Down
1 change: 1 addition & 0 deletions packages/localizations/src/hi-IN.ts
Original file line number Diff line number Diff line change
Expand Up @@ -736,6 +736,7 @@ export const hiIN: LocalizationResource = {
},
verifiedAtLabel: "{{ date | shortDate('hi-IN') }} को सत्यापित",
verifyAgainButton: undefined,
verifyAgainButtonTooltip__throttled: undefined,
},
domainSuggestion: {
formButtonPrimary__add: '{{domain}} जोड़ें',
Expand Down
1 change: 1 addition & 0 deletions packages/localizations/src/hr-HR.ts
Original file line number Diff line number Diff line change
Expand Up @@ -737,6 +737,7 @@ export const hrHR: LocalizationResource = {
},
verifiedAtLabel: "Potvrđeno {{ date | shortDate('hr-HR') }}",
verifyAgainButton: undefined,
verifyAgainButtonTooltip__throttled: undefined,
},
domainSuggestion: {
formButtonPrimary__add: 'Dodaj {{domain}}',
Expand Down
1 change: 1 addition & 0 deletions packages/localizations/src/hu-HU.ts
Original file line number Diff line number Diff line change
Expand Up @@ -737,6 +737,7 @@ export const huHU: LocalizationResource = {
},
verifiedAtLabel: "Igazolva: {{ date | shortDate('hu-HU') }}",
verifyAgainButton: undefined,
verifyAgainButtonTooltip__throttled: undefined,
},
domainSuggestion: {
formButtonPrimary__add: '{{domain}} hozzáadása',
Expand Down
1 change: 1 addition & 0 deletions packages/localizations/src/id-ID.ts
Original file line number Diff line number Diff line change
Expand Up @@ -730,6 +730,7 @@ export const idID: LocalizationResource = {
},
verifiedAtLabel: "Diverifikasi pada {{ date | shortDate('id-ID') }}",
verifyAgainButton: undefined,
verifyAgainButtonTooltip__throttled: undefined,
},
domainSuggestion: {
formButtonPrimary__add: 'Tambah {{domain}}',
Expand Down
1 change: 1 addition & 0 deletions packages/localizations/src/is-IS.ts
Original file line number Diff line number Diff line change
Expand Up @@ -736,6 +736,7 @@ export const isIS: LocalizationResource = {
},
verifiedAtLabel: "Staðfest {{ date | shortDate('is-IS') }}",
verifyAgainButton: undefined,
verifyAgainButtonTooltip__throttled: undefined,
},
domainSuggestion: {
formButtonPrimary__add: 'Bæta við {{domain}}',
Expand Down
1 change: 1 addition & 0 deletions packages/localizations/src/it-IT.ts
Original file line number Diff line number Diff line change
Expand Up @@ -736,6 +736,7 @@ export const itIT: LocalizationResource = {
},
verifiedAtLabel: "Verificato il {{ date | shortDate('it-IT') }}",
verifyAgainButton: undefined,
verifyAgainButtonTooltip__throttled: undefined,
},
domainSuggestion: {
formButtonPrimary__add: 'Aggiungi {{domain}}',
Expand Down
1 change: 1 addition & 0 deletions packages/localizations/src/ja-JP.ts
Original file line number Diff line number Diff line change
Expand Up @@ -737,6 +737,7 @@ export const jaJP: LocalizationResource = {
},
verifiedAtLabel: "{{ date | shortDate('ja-JP') }} に確認",
verifyAgainButton: undefined,
verifyAgainButtonTooltip__throttled: undefined,
},
domainSuggestion: {
formButtonPrimary__add: '{{domain}} を追加',
Expand Down
1 change: 1 addition & 0 deletions packages/localizations/src/kk-KZ.ts
Original file line number Diff line number Diff line change
Expand Up @@ -730,6 +730,7 @@ export const kkKZ: LocalizationResource = {
},
verifiedAtLabel: "{{ date | shortDate('kk-KZ') }} күні расталды",
verifyAgainButton: undefined,
verifyAgainButtonTooltip__throttled: undefined,
},
domainSuggestion: {
formButtonPrimary__add: '{{domain}} қосу',
Expand Down
1 change: 1 addition & 0 deletions packages/localizations/src/ko-KR.ts
Original file line number Diff line number Diff line change
Expand Up @@ -733,6 +733,7 @@ export const koKR: LocalizationResource = {
},
verifiedAtLabel: "{{ date | shortDate('ko-KR') }}에 확인됨",
verifyAgainButton: undefined,
verifyAgainButtonTooltip__throttled: undefined,
},
domainSuggestion: {
formButtonPrimary__add: '{{domain}} 추가',
Expand Down
1 change: 1 addition & 0 deletions packages/localizations/src/mn-MN.ts
Original file line number Diff line number Diff line change
Expand Up @@ -730,6 +730,7 @@ export const mnMN: LocalizationResource = {
},
verifiedAtLabel: "{{ date | shortDate('mn-MN') }}-нд баталгаажсан",
verifyAgainButton: undefined,
verifyAgainButtonTooltip__throttled: undefined,
},
domainSuggestion: {
formButtonPrimary__add: '{{domain}} нэмэх',
Expand Down
1 change: 1 addition & 0 deletions packages/localizations/src/ms-MY.ts
Original file line number Diff line number Diff line change
Expand Up @@ -738,6 +738,7 @@ export const msMY: LocalizationResource = {
},
verifiedAtLabel: "Disahkan pada {{ date | shortDate('ms-MY') }}",
verifyAgainButton: undefined,
verifyAgainButtonTooltip__throttled: undefined,
},
domainSuggestion: {
formButtonPrimary__add: 'Tambah {{domain}}',
Expand Down
1 change: 1 addition & 0 deletions packages/localizations/src/nb-NO.ts
Original file line number Diff line number Diff line change
Expand Up @@ -737,6 +737,7 @@ export const nbNO: LocalizationResource = {
},
verifiedAtLabel: "Verifisert den {{ date | shortDate('nb-NO') }}",
verifyAgainButton: undefined,
verifyAgainButtonTooltip__throttled: undefined,
},
domainSuggestion: {
formButtonPrimary__add: 'Legg til {{domain}}',
Expand Down
1 change: 1 addition & 0 deletions packages/localizations/src/nl-BE.ts
Original file line number Diff line number Diff line change
Expand Up @@ -730,6 +730,7 @@ export const nlBE: LocalizationResource = {
},
verifiedAtLabel: "Geverifieerd op {{ date | shortDate('nl-BE') }}",
verifyAgainButton: undefined,
verifyAgainButtonTooltip__throttled: undefined,
},
domainSuggestion: {
formButtonPrimary__add: '{{domain}} toevoegen',
Expand Down
1 change: 1 addition & 0 deletions packages/localizations/src/nl-NL.ts
Original file line number Diff line number Diff line change
Expand Up @@ -730,6 +730,7 @@ export const nlNL: LocalizationResource = {
},
verifiedAtLabel: "Geverifieerd op {{ date | shortDate('nl-NL') }}",
verifyAgainButton: undefined,
verifyAgainButtonTooltip__throttled: undefined,
},
domainSuggestion: {
formButtonPrimary__add: '{{domain}} toevoegen',
Expand Down
1 change: 1 addition & 0 deletions packages/localizations/src/pl-PL.ts
Original file line number Diff line number Diff line change
Expand Up @@ -730,6 +730,7 @@ export const plPL: LocalizationResource = {
},
verifiedAtLabel: "Zweryfikowano {{ date | shortDate('pl-PL') }}",
verifyAgainButton: undefined,
verifyAgainButtonTooltip__throttled: undefined,
},
domainSuggestion: {
formButtonPrimary__add: 'Dodaj {{domain}}',
Expand Down
1 change: 1 addition & 0 deletions packages/localizations/src/pt-BR.ts
Original file line number Diff line number Diff line change
Expand Up @@ -736,6 +736,7 @@ export const ptBR: LocalizationResource = {
},
verifiedAtLabel: "Verificado em {{ date | shortDate('pt-BR') }}",
verifyAgainButton: undefined,
verifyAgainButtonTooltip__throttled: undefined,
},
domainSuggestion: {
formButtonPrimary__add: 'Adicionar {{domain}}',
Expand Down
1 change: 1 addition & 0 deletions packages/localizations/src/pt-PT.ts
Original file line number Diff line number Diff line change
Expand Up @@ -738,6 +738,7 @@ export const ptPT: LocalizationResource = {
},
verifiedAtLabel: "Verificado em {{ date | shortDate('pt-PT') }}",
verifyAgainButton: undefined,
verifyAgainButtonTooltip__throttled: undefined,
},
domainSuggestion: {
formButtonPrimary__add: 'Adicionar {{domain}}',
Expand Down
1 change: 1 addition & 0 deletions packages/localizations/src/ro-RO.ts
Original file line number Diff line number Diff line change
Expand Up @@ -736,6 +736,7 @@ export const roRO: LocalizationResource = {
},
verifiedAtLabel: "Verificat pe {{ date | shortDate('ro-RO') }}",
verifyAgainButton: undefined,
verifyAgainButtonTooltip__throttled: undefined,
},
domainSuggestion: {
formButtonPrimary__add: 'Adaugă {{domain}}',
Expand Down
1 change: 1 addition & 0 deletions packages/localizations/src/ru-RU.ts
Original file line number Diff line number Diff line change
Expand Up @@ -730,6 +730,7 @@ export const ruRU: LocalizationResource = {
},
verifiedAtLabel: "Подтверждён {{ date | shortDate('ru-RU') }}",
verifyAgainButton: undefined,
verifyAgainButtonTooltip__throttled: undefined,
},
domainSuggestion: {
formButtonPrimary__add: 'Добавить {{domain}}',
Expand Down
1 change: 1 addition & 0 deletions packages/localizations/src/sk-SK.ts
Original file line number Diff line number Diff line change
Expand Up @@ -730,6 +730,7 @@ export const skSK: LocalizationResource = {
},
verifiedAtLabel: "Overené {{ date | shortDate('sk-SK') }}",
verifyAgainButton: undefined,
verifyAgainButtonTooltip__throttled: undefined,
},
domainSuggestion: {
formButtonPrimary__add: 'Pridať {{domain}}',
Expand Down
1 change: 1 addition & 0 deletions packages/localizations/src/sr-RS.ts
Original file line number Diff line number Diff line change
Expand Up @@ -730,6 +730,7 @@ export const srRS: LocalizationResource = {
},
verifiedAtLabel: "Potvrđeno {{ date | shortDate('sr-RS') }}",
verifyAgainButton: undefined,
verifyAgainButtonTooltip__throttled: undefined,
},
domainSuggestion: {
formButtonPrimary__add: 'Dodaj {{domain}}',
Expand Down
1 change: 1 addition & 0 deletions packages/localizations/src/sv-SE.ts
Original file line number Diff line number Diff line change
Expand Up @@ -730,6 +730,7 @@ export const svSE: LocalizationResource = {
},
verifiedAtLabel: "Verifierad den {{ date | shortDate('sv-SE') }}",
verifyAgainButton: undefined,
verifyAgainButtonTooltip__throttled: undefined,
},
domainSuggestion: {
formButtonPrimary__add: 'Lägg till {{domain}}',
Expand Down
1 change: 1 addition & 0 deletions packages/localizations/src/ta-IN.ts
Original file line number Diff line number Diff line change
Expand Up @@ -738,6 +738,7 @@ export const taIN: LocalizationResource = {
},
verifiedAtLabel: "{{ date | shortDate('ta-IN') }} அன்று சரிபார்க்கப்பட்டது",
verifyAgainButton: undefined,
verifyAgainButtonTooltip__throttled: undefined,
},
domainSuggestion: {
formButtonPrimary__add: '{{domain}} ஐச் சேர்',
Expand Down
1 change: 1 addition & 0 deletions packages/localizations/src/te-IN.ts
Original file line number Diff line number Diff line change
Expand Up @@ -737,6 +737,7 @@ export const teIN: LocalizationResource = {
},
verifiedAtLabel: "{{ date | shortDate('te-IN') }} న ధృవీకరించబడింది",
verifyAgainButton: undefined,
verifyAgainButtonTooltip__throttled: undefined,
},
domainSuggestion: {
formButtonPrimary__add: '{{domain}} జోడించు',
Expand Down
1 change: 1 addition & 0 deletions packages/localizations/src/th-TH.ts
Original file line number Diff line number Diff line change
Expand Up @@ -733,6 +733,7 @@ export const thTH: LocalizationResource = {
},
verifiedAtLabel: "ยืนยันเมื่อ {{ date | shortDate('th-TH') }}",
verifyAgainButton: undefined,
verifyAgainButtonTooltip__throttled: undefined,
},
domainSuggestion: {
formButtonPrimary__add: 'เพิ่ม {{domain}}',
Expand Down
1 change: 1 addition & 0 deletions packages/localizations/src/tr-TR.ts
Original file line number Diff line number Diff line change
Expand Up @@ -730,6 +730,7 @@ export const trTR: LocalizationResource = {
},
verifiedAtLabel: "{{ date | shortDate('tr-TR') }} tarihinde doğrulandı",
verifyAgainButton: undefined,
verifyAgainButtonTooltip__throttled: undefined,
},
domainSuggestion: {
formButtonPrimary__add: '{{domain}} ekle',
Expand Down
1 change: 1 addition & 0 deletions packages/localizations/src/uk-UA.ts
Original file line number Diff line number Diff line change
Expand Up @@ -730,6 +730,7 @@ export const ukUA: LocalizationResource = {
},
verifiedAtLabel: "Підтверджено {{ date | shortDate('uk-UA') }}",
verifyAgainButton: undefined,
verifyAgainButtonTooltip__throttled: undefined,
},
domainSuggestion: {
formButtonPrimary__add: 'Додати {{domain}}',
Expand Down
1 change: 1 addition & 0 deletions packages/localizations/src/vi-VN.ts
Original file line number Diff line number Diff line change
Expand Up @@ -736,6 +736,7 @@ export const viVN: LocalizationResource = {
},
verifiedAtLabel: "Đã xác minh vào {{ date | shortDate('vi-VN') }}",
verifyAgainButton: undefined,
verifyAgainButtonTooltip__throttled: undefined,
},
domainSuggestion: {
formButtonPrimary__add: 'Thêm {{domain}}',
Expand Down
1 change: 1 addition & 0 deletions packages/localizations/src/zh-CN.ts
Original file line number Diff line number Diff line change
Expand Up @@ -729,6 +729,7 @@ export const zhCN: LocalizationResource = {
},
verifiedAtLabel: "验证于 {{ date | shortDate('zh-CN') }}",
verifyAgainButton: undefined,
verifyAgainButtonTooltip__throttled: undefined,
},
domainSuggestion: {
formButtonPrimary__add: '添加 {{domain}}',
Expand Down
Loading
Loading