Skip to content
Merged
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
12 changes: 12 additions & 0 deletions files/jsondata/L10n-Template.json
Original file line number Diff line number Diff line change
Expand Up @@ -432,5 +432,17 @@
"en-US": "Sources: ",
"zh-CN": "来源:",
"zh-TW": "來源:"
},
"formal_syntax_footer": {
"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.",
"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.",
"es": "Esta sintaxis refleja el estándar más reciente según { $specs }. Es posible que no todos los navegadores hayan implementado todas las partes. Consulte <a href=\"#compatibilidad_con_navegadores\">Compatibilidad del navegador</a> para obtener información de soporte.",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mdn/es-content

"fr": "Cette syntaxe reflète le dernier standard selon { $specs }. Tous les navigateurs n'ont peut-être pas implémenté toutes les parties. Voir la <a href=\"#compatibilité_des_navigateurs\">Compatibilité des navigateurs</a> pour plus d'informations sur la prise en charge.",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mdn/fr-content

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm for fr

"ja": "この構文は { $specs } による最新の標準を反映しています。すべてのブラウザーがすべての部分を実装しているわけではありません。サポート情報については<a href=\"#ブラウザーの互換性\">ブラウザーの互換性</a>を参照してください。",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mdn/ja-content

"ko": "이 구문은 { $specs }에 따른 최신 표준을 반영합니다. 모든 브라우저가 모든 부분을 구현한 것은 아닙니다. 지원 정보는 <a href=\"#브라우저_호환성\">브라우저 호환성</a>을 참조하세요.",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mdn/ko-content

Copy link
Member

@hochan222 hochan222 Oct 2, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM for ko-locale :)

"pt-BR": "Esta sintaxe reflete o padrão mais recente conforme { $specs }. Nem todos os navegadores podem ter implementado todas as partes. Consulte <a href=\"#compatibilidade_com_navegadores\">Compatibilidade do navegador</a> para informações de suporte.",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mdn/pt-br-content

"ru": "Данный синтаксис отражает последний стандарт согласно { $specs }. Не все браузеры могли реализовать каждую часть. См. <a href=\"#совместимость_с_браузерами\">Совместимость с браузерами</a> для информации о поддержке.",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mdn/ru-content

"zh-CN": "此语法反映了根据 { $specs } 的最新标准。并非所有浏览器都实现了每个部分。有关支持信息,请参阅<a href=\"#浏览器兼容性\">浏览器兼容性</a>。",
"zh-TW": "此語法反映了根據 { $specs } 的最新標準。並非所有瀏覽器都實現了每個部分。有關支援資訊,請參閱<a href=\"#瀏覽器相容性\">瀏覽器相容性</a>。"
Comment on lines +445 to +446
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mdn/zh-content

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"zh-CN": "此语法反映了根据 { $specs } 的最新标准。并非所有浏览器都实现了每个部分。有关支持信息,请参阅<a href=\"#浏览器兼容性\">浏览器兼容性</a>。",
"zh-TW": "此語法反映了根據 { $specs } 的最新標準。並非所有瀏覽器都實現了每個部分。有關支援資訊,請參閱<a href=\"#瀏覽器相容性\">瀏覽器相容性</a>。"
"zh-CN": "此语法反映了基于 { $specs } 的最新标准。并非所有浏览器都已实现全部内容。有关支持信息,请参阅<a href=\"#浏览器兼容性\">浏览器兼容性</a>。",
"zh-TW": "此語法反映了基於 { $specs } 的最新標準。並非所有瀏覽器都已實現全部內容。有關支援資訊,請參閱<a href=\"#瀏覽器相容性\">瀏覽器相容性</a>。"

}
}