forked from mdn/translated-content
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into feature/sensor_apis
- Loading branch information
Showing
53,635 changed files
with
2,451,724 additions
and
3,303,250 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# AutoCorrect Link ignore rules. | ||
# https://github.com/huacnlee/autocorrect | ||
# | ||
# Like `.gitignore`, this file to tell AutoCorrect which files need to check, some need to ignore. | ||
files/ | ||
docs/ | ||
!files/zh-cn/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
textRules: | ||
一二三,四五六.七八九: 0 | ||
一二三,四五六,七八九,一二三,四五六,七八九: 0 | ||
9.9亿: 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# EditorConfig is awesome: https://EditorConfig.org | ||
|
||
# top-most EditorConfig file | ||
root = true | ||
|
||
[*] | ||
indent_style = space | ||
indent_size = 2 | ||
end_of_line = lf | ||
charset = utf-8 | ||
trim_trailing_whitespace = true | ||
insert_final_newline = true | ||
|
||
[*.md] | ||
trim_trailing_whitespace = false |
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
name: "Content issue" | ||
description: Report a problem with content on MDN. | ||
labels: ["needs triage"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
### Before you start | ||
**Want to change a page yourself?** This content is open source! | ||
↩ Look for the _Edit on GitHub_ link on any MDN page. | ||
**Is your issue about a browser compatibility table?** | ||
↩ Use the _Report problems with this compatibility data on GitHub_ link next to a compatibility table. | ||
**Need help with a browser?** | ||
🙋 To get help with [Firefox](https://support.mozilla.org/kb/file-bug-report-or-feature-request-mozilla), [Chrome](https://support.google.com/chrome/answer/95315?ref_topic=7439544), [Safari](https://www.apple.com/feedback/safari.html), or another browser, check the browser's support site. | ||
--- | ||
- type: input | ||
id: mdn-url | ||
attributes: | ||
label: MDN URL | ||
description: The link to the page this issue is about or, if it's about multiple pages, an example or most important page. | ||
validations: | ||
required: true | ||
# -- BEGIN fields that correspond to `page-report.yml` —- | ||
# If you edit these fields, edit them in both files! | ||
- type: input | ||
id: section | ||
attributes: | ||
label: What specific section or headline is this issue about? | ||
- type: textarea | ||
id: problem | ||
attributes: | ||
label: What information was incorrect, unhelpful, or incomplete? | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: expected | ||
attributes: | ||
label: What did you expect to see? | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: references | ||
attributes: | ||
label: Do you have any supporting links, references, or citations? | ||
description: Link to information that helps us confirm your issue. | ||
- type: textarea | ||
id: more-info | ||
attributes: | ||
label: Do you have anything more you want to share? | ||
description: For example, steps to reproduce a bug, screenshots, screen recordings, or sample code | ||
# -- END fields that correspond to `page-report.yml` -- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
name: "[via MDN pages only // es]" | ||
description: Issue filed via "Report a problem with this content on GitHub" link on MDN pages. | ||
labels: ["l10n-es", "needs triage"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
### Antes de comenzar | ||
**¿Quiere cambiar esta página usted mismo?** ¡Este contenido es de código abierto! | ||
↩ Regrese a la página y use el enlace _Editar en GitHub_. | ||
**¿El problema es acerca de la tabla de compatibilidad con los navegadores?** | ||
↩ Regrese a la página y use el enlace _Reportar problemas con los datos de compatibilidad en GitHub_. | ||
**¿Necesita ayuda con su navegador?** | ||
🙋 Para obtener ayuda con [Firefox](https://support.mozilla.org/en-US/kb/file-bug-report-or-feature-request-mozilla), [Chrome](https://support.google.com/chrome/answer/95315?hl=en-GB&ref_topic=7439544), [Safari](https://www.apple.com/feedback/safari.html), o algún otro navegador, visite la página de soporte del navegador. | ||
--- | ||
- type: input | ||
id: mdn-url | ||
attributes: | ||
label: MDN URL | ||
description: Se establece automáticamente. No modificar. | ||
validations: | ||
required: true | ||
- type: input | ||
id: section | ||
attributes: | ||
label: ¿De qué sección específica o titular trata este problema? | ||
- type: textarea | ||
id: problem | ||
attributes: | ||
label: ¿Qué información es incorrecta, inútil o incompleta? | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: expected | ||
attributes: | ||
label: ¿Qué esperaba ver? | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: references | ||
attributes: | ||
label: ¿Tiene algún enlace de apoyo, referencias o citas? | ||
description: Enlace a información que nos ayude a confirmar el problema. | ||
- type: textarea | ||
id: more-info | ||
attributes: | ||
label: ¿Tiene algo más que quiera compartir? | ||
description: Por ejemplo, pasos para reproducir el error, capturas, grabaciones de pantalla, o algún código de ejemplo. | ||
- type: markdown | ||
attributes: | ||
value: | | ||
--- | ||
¡Haz terminado! Los siguientes campos están prellenados. Por favor haga clic en **Submit new issue**. | ||
- type: textarea | ||
id: metadata | ||
attributes: | ||
label: MDN metadata | ||
description: Se establece automáticamente. No modificar. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
name: "[via des pages MDN uniquement // fr]" | ||
description: Issue filed via le lien "Report a problem with this content on GitHub" sur des pages MDN. | ||
labels: ["l10n-fr", "needs triage"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
### Before you start | ||
**Want to change this page yourself?** This content is open source! | ||
↩ Go back and use the _Edit on GitHub_ link on the page. | ||
**Is your issue about the browser compatibility table?** | ||
↩ Go back and use the _Report problems with this compatibility data on GitHub_ link on the page. | ||
**Need help with a browser?** | ||
🙋 To get help with [Firefox](https://support.mozilla.org/en-US/kb/file-bug-report-or-feature-request-mozilla), [Chrome](https://support.google.com/chrome/answer/95315?hl=en-GB&ref_topic=7439544), [Safari](https://www.apple.com/feedback/safari.html), or another browser, check the browser's support site. | ||
--- | ||
- type: input | ||
id: mdn-url | ||
attributes: | ||
label: MDN URL | ||
description: Set automatically. Do not modify. | ||
validations: | ||
required: true | ||
- type: input | ||
id: section | ||
attributes: | ||
label: What specific section or headline is this issue about? | ||
- type: textarea | ||
id: problem | ||
attributes: | ||
label: What information was incorrect, unhelpful, or incomplete? | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: expected | ||
attributes: | ||
label: What did you expect to see? | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: references | ||
attributes: | ||
label: Do you have any supporting links, references, or citations? | ||
description: Link to information that helps us confirm your issue. | ||
- type: textarea | ||
id: more-info | ||
attributes: | ||
label: Do you have anything more you want to share? | ||
description: For example, steps to reproduce a bug, screenshots, screen recordings, or sample code | ||
- type: markdown | ||
attributes: | ||
value: | | ||
--- | ||
You're finished! The following fields are prefilled. Please click **Submit new issue**. | ||
- type: textarea | ||
id: metadata | ||
attributes: | ||
label: MDN metadata | ||
description: Set automatically. Do not modify. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
name: "[MDN ページからの報告 // ja]" | ||
description: MDN ページの "Report a problem with this content on GitHub" リンクで報告された問題 | ||
labels: ["l10n-ja", "needs triage"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
### 始める前に | ||
**このページを自分自身で修正するなら** このコンテンツはオープンソースです。 | ||
↩ 戻ってページ内の _Edit on GitHub_ リンクを使用してください。 | ||
**ブラウザーの互換性に関する問題なら** | ||
↩ 戻ってページ内の _Report problems with this compatibility data on GitHub_ リンクを使用してください。 | ||
**ブラウザーについて知りたいなら** | ||
🙋 ヘルプを得るには [Firefox](https://support.mozilla.org/ja/kb/file-bug-report-or-feature-request-mozilla), [Chrome](https://support.google.com/chrome/answer/95315?hl=en-GB&ref_topic=7439544), [Safari](https://www.apple.com/feedback/safari.html), またはその他のブラウザーについて、ブラウザーのサポートサイトをご覧ください。 | ||
--- | ||
- type: input | ||
id: mdn-url | ||
attributes: | ||
label: MDN URL | ||
description: 自動的に設定されます。変更しないでください。 | ||
validations: | ||
required: true | ||
- type: input | ||
id: section | ||
attributes: | ||
label: この問題に関する節や見出しはどこですか。 | ||
- type: textarea | ||
id: problem | ||
attributes: | ||
label: 不完全、不親切、不完全であった情報は何ですか。 | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: expected | ||
attributes: | ||
label: どう表示されるべきだと思いますか。 | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: references | ||
attributes: | ||
label: 補足情報となるリンク、参考資料、引用文献はありますか。 | ||
description: 問題を確認するための情報へのリンク。 | ||
- type: textarea | ||
id: more-info | ||
attributes: | ||
label: 他に共有したいことはありますか。 | ||
description: 例えば、バグを再現する手順、スクリーンショット、画面録画、サンプルコードなど | ||
- type: markdown | ||
attributes: | ||
value: | | ||
--- | ||
これで完了です。次のフィールドはあらかじめ記入されています。 **Submit new issue** を押してください。 | ||
- type: textarea | ||
id: metadata | ||
attributes: | ||
label: MDN metadata | ||
description: 自動的に設定されます。変更しないでください。 |
Oops, something went wrong.