German Translation Progress
まだ誰も着手していません。
評価
- 難易度
- 5/5
- 見積もり時間
- 1週間以上
- 初心者へのやさしさ
- 25/100
- issue の種類
- ドキュメント
- 明瞭さ
- 説明が足りない
- 活発さ
- 静か
- 技術スタック
- javascript
- 領域
- content, documentation
調査の方向性
この issue にある「For New Translators」の手順とドイツ語翻訳チェックリストを読んでください。未チェックで、まだ担当者が決まっていない記事を 1 つ選び、fork で翻訳して、記事のタイトルを使って pull request を送信してください。翻訳がレビューに提出され、merge 後にチェックリストを更新できる状態になれば完了です。
索引モデルが issue の本文から書いたものです。
説明
Maintainer List
@NamikoYa, @christianhegedues, @CourageSean, @J-Cake, @engag1ng
For New Translators
Please read this first (click to open)
To translate an article:
- Check that no one else has claimed your article in the checklist below.
- Comment below with the title of the article that you would like to translate, exactly as listed, e.g.
An Introduction to JavaScript.- Please take only one article at a time.
- Fork this repo, translate the article in your fork and submit a pull request!
- The pull request title should be same as the article, e.g.
An Introduction to JavaScript(just like comment)
- The pull request title should be same as the article, e.g.
Please be prompt with your translations! If you find that you can't commit any more, let maintainers know so they can assign the page to someone else.
For Maintainers
Click to open
We recommend that a translation has 2 reviews to be merged.
Please let others know what you do, on community boards and chats, invite them to join. Translations become better if more people see them.
Translations are tracked below, like this:
- Home Page (@iliakan) #1
Our helpful bot watches comments and adds the translator nick and PR id, marks completed, when PR is merged. You can read the details at https://javascript.info/translate/bot.
If something doesn't work right, please contact @iliakan.
Team translation
More details about team translation: https://javascript.info/translate/bot.
Only maintainers can check/uncheck items below. If you're not, please write in a comment what you take to translate, the title, exactly as in the list.
The JavaScript language
An introduction
- An Introduction to JavaScript (@1H0) #2
- Manuals and specifications (@1H0)
- Code editors (@MichFrie)
- Developer console (@AlexanderK22) #13
JavaScript Fundamentals
- Hello, world! (@christianhegedues)
- Code structure (@christianhegedues)
- The modern mode, "use strict" (@christianhegedues)
- Variables (@JoeGab) #9
- Data types (@christianhegedues)
- Interaction: alert, prompt, confirm (@JoeGab) #11
- Type Conversions (@JoeGab) #10
- Basic operators, maths (@elseifdilara) #69
- Comparisons (@JoeGab) #15
- Conditional branching: if, '?' (@ytausch)
- Logical operators (@SirCodewright) #26
- Nullish coalescing operator '??' (@behrends) #190
- Loops: while and for (@desirekool)
- The "switch" statement (@matztom) #55
- Functions (@u-n-known)
- Function expressions (@BitcoinElf) #29
- Arrow functions, the basics (@me1104)
- JavaScript specials (@AlexanderK22) #52
Code quality
- Debugging in the browser (@scottwright-io)
- Coding Style (@laurentiu798) #61
- Comments (@MichaelEder1) #58
- Ninja code (@behrends) #189
- Automated testing with Mocha (@behrends) #198
- Polyfills and transpilers (@jonasrdl) #101
Objects: the basics
- Objects (@u-n-known)
- Object references and copying (@behrends) #199
- Garbage collection (@u-n-known)
- Object methods, "this" (@u-n-known)
- Constructor, operator "new" (@behrends)
- Optional chaining '?.' (@johannesdominik) #90
- Symbol type (@u-n-known)
- Object to primitive conversion (@u-n-known)
Data types
- Methods of primitives (@CourageSean)
- Numbers (@Pokemonultra)
- Strings (@behrends) #194
- Arrays (@NamikoYa)
- Array methods (@MysterieDev)
- Iterables (@CourageSean)
- Map and Set (@behrends) #193
- WeakMap and WeakSet (@behrends) #196
- Object.keys, values, entries (@behrends) #197
- Destructuring assignment (@behrends) #200
- Date and time (@behrends) #201
- JSON methods, toJSON (@engag1ng)
Advanced working with functions
- Recursion and stack
- Rest parameters and spread syntax
- Variable scope, closure
- The old "var"
- Global object (@jonasrdl)
- Function object, NFE
- The "new Function" syntax
- Scheduling: setTimeout and setInterval
- Decorators and forwarding, call/apply
- Function binding
- Arrow functions revisited
Object properties configuration
Prototypes, inheritance
Classes
- Class basic syntax (@roemmelter)
- Class inheritance
- Static properties and methods
- Private and protected properties and methods
- Extending built-in classes
- Class checking: "instanceof"
- Mixins
Error handling
Promises, async/await
- Introduction: callbacks (@1H0)
- Promise
- Promises chaining
- Error handling with promises
- Promise API
- Promisification
- Microtasks
- Async/await (@NamikoYa)
Generators, advanced iteration
Modules
Miscellaneous
- Proxy and Reflect
- Eval: run a code string
- Currying
- Reference Type
- BigInt
- Unicode, String internals
- WeakRef and FinalizationRegistry
Browser: Document, Events, Interfaces
Document
- Browser environment, specs (@alok555)
- DOM tree (@mhstrkmp)
- Walking the DOM
- Searching: getElement*, querySelector*
- Node properties: type, tag and contents
- Attributes and properties
- Modifying the document
- Styles and classes
- Element size and scrolling
- Window sizes and scrolling
- Coordinates
Introduction to Events
- Introduction to browser events
- Bubbling and capturing
- Event delegation
- Browser default actions
- Dispatching custom events
UI Events
- Mouse events (@hack03er) #87
- Moving the mouse: mouseover/out, mouseenter/leave
- Drag'n'Drop with mouse events
- Pointer events
- Keyboard: keydown and keyup
- Scrolling
Forms, controls
- Form properties and methods
- Focusing: focus/blur
- Events: change, input, cut, copy, paste
- Forms: event and method submit
Document and resource loading
- Page: DOMContentLoaded, load, beforeunload, unload
- Scripts: async, defer
- Resource loading: onload and onerror
Miscellaneous
Frames and windows
Binary data, files
Network requests
- Fetch
- FormData
- Fetch: Download progress
- Fetch: Abort
- Fetch: Cross-Origin Requests
- Fetch API
- URL objects
- XMLHttpRequest
- Resumable file upload
- Long polling
- WebSocket
- Server Sent Events
Storing data in the browser
Animation
Web components
- From the orbital height
- Custom elements
- Shadow DOM
- Template element
- Shadow DOM slots, composition
- Shadow DOM styling
- Shadow DOM and events
Regular expressions
- Patterns and flags (@alok555)
- Character classes
- Unicode: flag "u" and class \p{...}
- Anchors: string start ^ and end $
- Multiline mode of anchors ^ $, flag "m"
- Word boundary: \b
- Escaping, special characters
- Sets and ranges [...]
- Quantifiers +, *, ? and {n}
- Greedy and lazy quantifiers
- Capturing groups
- Backreferences in pattern: \N and \k<name>
- Alternation (OR) |
- Lookahead and lookbehind
- Catastrophic backtracking
- Sticky flag "y", searching at position
- Methods of RegExp and String
- 主要言語
- HTML
- スター
- 41
- フォーク
- 36
- PR マージ指標
- 30日以内にマージされた PR はありません
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
似ている issue
-
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
-
Link Checker Report オープンautomated issue report
難易度 2/5 1〜3時間 初心者へのやさしさ 70/100
-
難易度 1/5 1時間未満 初心者へのやさしさ 90/100
shanselman/TinyToolTown#815 ·
-
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
-
3 star needs images needs review showcase
難易度 2/5 1〜3時間 初心者へのやさしさ 70/100