Skip to content
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

Update js entities translations #62

Merged
merged 1 commit into from
Dec 19, 2024
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
16 changes: 11 additions & 5 deletions state_of_js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1476,7 +1476,7 @@ translations:

# Features

# entities/features/js_features/js_arrays.yml - 2024/11/22
# entities/features/js_features/js_arrays.yml - 2024/12/19

- key: entities.array_to_sorted.description
t: >
Expand All @@ -1501,7 +1501,7 @@ translations:
t: >
Повертає значення останнього елемента, який задовольняє функцію перевірки.

# entities/features/js_features/js_async.yml - 2024/11/22
# entities/features/js_features/js_async.yml - 2024/12/19

- key: entities.async_await.name
t: Синтаксис async/await
Expand All @@ -1524,7 +1524,7 @@ translations:
t: >
Бере функцію зворотного виклику будь-якого типу та загортає її результат у Promise-об'єкт.

# entities/features/js_features/js_other.yml - 2024/11/22
# entities/features/js_features/js_other.yml - 2024/12/19

# - key: entities.destructuring.name
# t: Destructuring
Expand Down Expand Up @@ -1789,7 +1789,13 @@ translations:
- key: entities.js_float16_arrays.description
t: Додає формат float16 (або половинної точності чи binary16) до TypedArray у JavaScript.

# entities/features/js_features/js_sets.yml - 2024/11/22
- key: entities.js_safe_assignment_operator.name
t: Оператор безпечного присвоєння

- key: entities.js_type_annotations.name
t: Типи-анотації

# entities/features/js_features/js_sets.yml - 2024/12/19

- key: entities.set_intersection.description
t: >
Expand Down Expand Up @@ -1819,7 +1825,7 @@ translations:
t: >
Повертає логічне значення, яке вказує, чи немає однакових елементів в обох множинах.

# entities/features/js_features/js_strings.yml - 2024/11/22
# entities/features/js_features/js_strings.yml - 2024/12/19

- key: entities.string_replace_all.description
t: >
Expand Down
Loading