Skip to content

Commit acac562

Browse files
committed
fix: show token issuer as single localized label
Display token issuers as "<name> Issuer" (e.g., "CFB Issuer") instead of two separate tags "Token" + "<name>". The change is centralized in useGetAddressName hook so all consumers (address page, transactions, events, rich list) show the unified label. Also match token website lookup by both name and issuer for correctness.
1 parent 1c8e1ab commit acac562

File tree

15 files changed

+22
-5
lines changed

15 files changed

+22
-5
lines changed

public/locales/ar/network-page.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@
192192
"ticksThisEpochTooltip": "إجمالي عدد التكات المُعالجة في هذه الحقبة وعدد التكات الفارغة بين قوسين",
193193
"timestamp": "الطابع الزمني",
194194
"token": "رمز",
195+
"tokenIssuer": "{{name}} المُصدر",
195196
"tokenLoadFailed": "خطأ: فشل في تحميل الرموز. يرجى تحديث الصفحة أو المحاولة لاحقًا.",
196197
"tokens": "رموز",
197198
"totalValueLocked": "إجمالي القيمة المقفلة (TVL)",

public/locales/de/network-page.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@
192192
"ticksThisEpochTooltip": "Gesamtzahl der in dieser Epoche verarbeiteten Ticks und die Anzahl leerer Ticks in Klammern",
193193
"timestamp": "Zeitstempel",
194194
"token": "Token",
195+
"tokenIssuer": "{{name}} Emittent",
195196
"tokenLoadFailed": "Fehler: Laden der Token fehlgeschlagen. Bitte aktualisieren Sie die Seite oder versuchen Sie es später erneut.",
196197
"tokens": "Token",
197198
"totalValueLocked": "Gesamter gesperrter Wert (TVL)",

public/locales/en/network-page.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@
192192
"ticksThisEpochTooltip": "Total number of ticks processed this epoch and empty ticks count in parentheses",
193193
"timestamp": "Timestamp",
194194
"token": "Token",
195+
"tokenIssuer": "{{name}} Issuer",
195196
"tokenLoadFailed": "Error: Failed to load tokens. Please refresh the page or try again later.",
196197
"tokens": "Tokens",
197198
"totalValueLocked": "Total Value Locked (TVL)",

public/locales/es/network-page.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@
192192
"ticksThisEpochTooltip": "Número total de ticks procesados en este epoch y la cantidad de ticks vacíos entre paréntesis",
193193
"timestamp": "Fecha",
194194
"token": "Token",
195+
"tokenIssuer": "{{name}} Emisor",
195196
"tokenLoadFailed": "Error: No se pudieron cargar los tokens. Por favor, actualiza la página o inténtalo de nuevo más tarde.",
196197
"tokens": "Tokens",
197198
"totalValueLocked": "Valor Total Bloqueado (TVL)",

public/locales/fr/network-page.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@
192192
"ticksThisEpochTooltip": "Nombre total de ticks traités pendant cet epoch et le nombre de ticks vides entre parenthèses",
193193
"timestamp": "Horodatage",
194194
"token": "Jeton",
195+
"tokenIssuer": "{{name}} Émetteur",
195196
"tokenLoadFailed": "Erreur : Échec du chargement des jetons. Veuillez actualiser la page ou réessayer plus tard.",
196197
"tokens": "Jetons",
197198
"totalValueLocked": "Valeur Totale Verrouillée (TVL)",

public/locales/ja/network-page.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@
192192
"ticksThisEpochTooltip": "このエポックで処理された刻み数と空刻みの数(カッコ内に表示)",
193193
"timestamp": "タイムスタンプ",
194194
"token": "トークン",
195+
"tokenIssuer": "{{name}} 発行者",
195196
"tokenLoadFailed": "エラー: トークンの読み込みに失敗しました。ページを更新するか、後でもう一度お試しください。",
196197
"tokens": "トークン",
197198
"totalValueLocked": "総ロック価値 (TVL)",

public/locales/nl/network-page.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@
192192
"ticksThisEpochTooltip": "Totaal aantal verwerkte ticks in deze epoch en het aantal lege ticks tussen haakjes",
193193
"timestamp": "Tijdstempel",
194194
"token": "Token",
195+
"tokenIssuer": "{{name}} Uitgever",
195196
"tokenLoadFailed": "Fout: Het laden van tokens is mislukt. Vernieuw de pagina of probeer het later opnieuw.",
196197
"tokens": "Tokens",
197198
"totalValueLocked": "Totale Vergrendelde Waarde (TVL)",

public/locales/pt/network-page.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@
192192
"ticksThisEpochTooltip": "Número total de ticks processados neste epoch e a quantidade de ticks vazios entre parênteses",
193193
"timestamp": "Carimbo de tempo",
194194
"token": "Token",
195+
"tokenIssuer": "{{name}} Emissor",
195196
"tokenLoadFailed": "Erro: Falha ao carregar os tokens. Por favor, atualize a página ou tente novamente mais tarde.",
196197
"tokens": "Tokens",
197198
"totalValueLocked": "Valor Total Bloqueado (TVL)",

public/locales/ru/network-page.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@
192192
"ticksThisEpochTooltip": "Общее количество тиков в этом эпохе и количество пустых тиков в скобках",
193193
"timestamp": "Метка времени",
194194
"token": "Токен",
195+
"tokenIssuer": "{{name}} Эмитент",
195196
"tokenLoadFailed": "Ошибка: Не удалось загрузить токены. Обновите страницу или попробуйте позже.",
196197
"tokens": "Токены",
197198
"totalValueLocked": "Общая заблокированная стоимость (TVL)",

public/locales/tr/network-page.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@
192192
"ticksThisEpochTooltip": "Bu epoch içinde işlenen toplam tick sayısı ve boş tick sayısı parantez içinde",
193193
"timestamp": "Zaman damgası",
194194
"token": "Jeton",
195+
"tokenIssuer": "{{name}} Yayımlayan",
195196
"tokenLoadFailed": "Hata: Jetonlar yüklenemedi. Lütfen sayfayı yenileyin veya daha sonra tekrar deneyin.",
196197
"tokens": "Jetonlar",
197198
"totalValueLocked": "Toplam Kilitli Değer (TVL)",

0 commit comments

Comments
 (0)