-
Notifications
You must be signed in to change notification settings - Fork 22.9k
Formal syntax prefix copy #41344
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Formal syntax prefix copy #41344
Changes from all commits
db06126
57a882e
b40c5f7
ee80e70
39c3bf5
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
@@ -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.", | ||||||||||
"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.", | ||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @mdn/fr-content There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. lgtm for |
||||||||||
"ja": "この構文は { $specs } による最新の標準を反映しています。すべてのブラウザーがすべての部分を実装しているわけではありません。サポート情報については<a href=\"#ブラウザーの互換性\">ブラウザーの互換性</a>を参照してください。", | ||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @mdn/ja-content |
||||||||||
"ko": "이 구문은 { $specs }에 따른 최신 표준을 반영합니다. 모든 브라우저가 모든 부분을 구현한 것은 아닙니다. 지원 정보는 <a href=\"#브라우저_호환성\">브라우저 호환성</a>을 참조하세요.", | ||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @mdn/ko-content There was a problem hiding this comment. Choose a reason for hiding this commentThe 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.", | ||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @mdn/pt-br-content |
||||||||||
"ru": "Данный синтаксис отражает последний стандарт согласно { $specs }. Не все браузеры могли реализовать каждую часть. См. <a href=\"#совместимость_с_браузерами\">Совместимость с браузерами</a> для информации о поддержке.", | ||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @mdn/zh-content There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||
} | ||||||||||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mdn/es-content