Skip to content

Commit 80a0908

Browse files
authored
feat(jsondata): add external_link translation key (#43978)
* feat(jsondata): add `external_link` translation key * Update files/jsondata/L10n-Template.json
1 parent f551881 commit 80a0908

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

files/jsondata/L10n-Template.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -481,6 +481,18 @@
481481
"zh-CN": "来源:",
482482
"zh-TW": "來源:"
483483
},
484+
"external_link": {
485+
"de": "Externer Link (öffnet in neuem Tab)",
486+
"en-US": "External link (opens in new tab)",
487+
"es": "Enlace externo (se abre en una nueva pestaña)",
488+
"fr": "Lien externe (ouvre un nouvel onglet)",
489+
"ja": "外部リンク(新しいタブで開きます)",
490+
"ko": "외부 링크 (새 탭에서 열림)",
491+
"pt-BR": "Link externo (abre em uma nova aba)",
492+
"ru": "Внешняя ссылка (открывается в новой вкладке)",
493+
"zh-CN": "外部链接(在新标签页中打开)",
494+
"zh-TW": "外部連結(在新分頁開啟)"
495+
},
484496
"formal_syntax_footer": {
485497
"de": "Diese Syntax spiegelt den neuesten Standard gemäß { $specs } wider. Möglicherweise haben nicht alle Browser jeden Teil implementiert. Siehe <a href=\"#browser-kompatibilität\">Browserkompatibilität</a> für Informationen zur Unterstützung.",
486498
"en-US": "This syntax reflects the latest standard as per { $specs }. Not all browsers may have implemented every part. See <a href=\"#browser_compatibility\">Browser compatibility</a> for support information.",

0 commit comments

Comments
 (0)