Skip to content

Commit 6be7ec1

Browse files
committed
Add html translations (part1)
1 parent 534c0fc commit 6be7ec1

1 file changed

Lines changed: 36 additions & 36 deletions

File tree

state_of_html.yml

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -75,29 +75,29 @@ translations:
7575
t: Як ви використовуєте HTML.
7676

7777
- key: sections.graphics_multimedia.title
78-
t: Graphics & Multimedia
78+
t: Графіка та мультимедіа
7979
- key: sections.graphics_multimedia.prompt
80-
t: Rendering graphics and animations.
80+
t: Рендеринг графіки та анімацій.
8181

8282
- key: sections.performance.title
83-
t: Performance
83+
t: Швидкодія
8484
- key: sections.performance.prompt
85-
t: Making your site run even faster.
85+
t: Як зробити ваш сайт ще швидшим.
8686

8787
- key: sections.security.title
88-
t: Security
88+
t: Безпека
8989
- key: sections.security.prompt
90-
t: Securing your code against attackers.
90+
t: Захист вашого коду від зловмисників.
9191

9292
- key: sections.system_capabilities.title
93-
t: System Capabilities
93+
t: Системні функції
9494
- key: sections.system_capabilities.prompt
95-
t: Accessing device and system APIs.
95+
t: Доступ до API пристрою та системи.
9696

9797
- key: sections.other_tools.title
98-
t: Other Tools
98+
t: Інші інструменти
9999
- key: sections.other_tools.prompt
100-
t: Other web-platform-related tools.
100+
t: Інші інструменти, пов'язані з вебплатформою.
101101

102102
###########################################################################
103103
# Features
@@ -293,33 +293,33 @@ translations:
293293
# Graphics & Multimedia
294294

295295
- key: features.graphics_pain_points
296-
t: Graphics & Multimedia Pain Points
296+
t: Проблеми графіки та мультимедіа
297297
- key: features.graphics_pain_points.question
298-
t: What are your pain points around rendering graphics, videos, animations, and other media?
298+
t: Які проблеми рендерингу графіки, відео, анімацій та інших видів медіа найбільше вас розчаровують?
299299
- key: features.graphics_pain_points.prompt
300300
t: |
301-
Think of issues around using Canvas, SVG, WebGL, and other APIs for rendering graphics graphics, rendering animations, graphics performance, missing graphics primitives or APIs, etc.
301+
Подумайте про проблеми використання Canvas, SVG, WebGL та інших API для рендерингу графіки, про рендеринг анімацій, про швидкодію графіки, про відсутні графічні примітиви чи API тощо.
302302
- key: features.graphics_pain_points.placeholder
303303
aliasFor: features.forms_pain_points.placeholder
304304

305305
# Performance
306306

307307
- key: features.performance_pain_points
308-
t: Performance Pain Points
308+
t: Проблеми швидкодії
309309
- key: features.performance_pain_points.question
310-
t: What are your pain points around performance?
310+
t: Які проблеми швидкодії найбільше вас розчаровують?
311311
- key: features.performance_pain_points.prompt
312312
t: |
313-
Issues around poor performance metrics, slow-loading pages, delayed rendering, janky animations or scrolling, etc.
313+
Проблеми з низькими показниками швидкодії, повільним завантаженням сторінок, затримкою рендерингу, нестабільною анімацією або гортанням тощо.
314314
- key: features.performance_pain_points.placeholder
315315
aliasFor: features.forms_pain_points.placeholder
316316

317317
# Security
318318

319319
- key: features.security_pain_points
320-
t: Security Pain Points
320+
t: Проблеми безпеки
321321
- key: features.security_pain_points.question
322-
t: What are your pain points around security?
322+
t: Які проблеми безпеки найбільше вас розчаровують?
323323
- key: features.security_pain_points.prompt
324324
t: |
325325
TODO
@@ -403,33 +403,33 @@ translations:
403403
# web_components_common_pain_points
404404

405405
- key: features.web_components_common_pain_points
406-
t: Pain Points
406+
t: Проблеми
407407
- key: features.web_components_common_pain_points.question
408-
t: What are your top pain points around making and using web components?
408+
t: Які проблеми створення та використання вебкомпонентів найбільше вас розчаровують?
409409

410410
- key: options.web_components_common_pain_points.complex_apis
411-
t: Excessive complexity
411+
t: Надмірна складність
412412
- key: options.web_components_common_pain_points.complex_apis.description
413413
t: Web Component APIs are painful to use/too low-level/too complex.
414414

415415
- key: options.web_components_common_pain_points.a11y_issues
416-
t: Accessibility issues
416+
t: Проблеми доступності
417417
- key: options.web_components_common_pain_points.a11y_issues.description
418418
t: Focus management, ARIA, etc. are hard to implement.
419419

420420
- key: options.web_components_common_pain_points.i18n_issues
421-
t: Localization/internationalization issues
421+
t: Проблеми локалізації/інтернаціоналізації
422422
- key: options.web_components_common_pain_points.i18n_issues.description
423423
t: It's hard to make web components that can adapt to the page’s locale or whose text can be customized.
424424

425425
- key: options.web_components_common_pain_points.low_shadow_dom_specificity
426-
t: Low shadow DOM CSS specificity
426+
t: Низька CSS-специфічність Shadow DOM
427427
- key: options.web_components_common_pain_points.low_shadow_dom_specificity.description
428428
t: |
429429
E.g. `* { margin: 0 }` overrides any margin set via `::slotted()` , `:host `, etc.
430430
431431
- key: options.web_components_common_pain_points.overly_strict_encapsulation
432-
t: Overly strict style encapsulation
432+
t: Надто сувора інкапсуляція стилів
433433
- key: options.web_components_common_pain_points.overly_strict_encapsulation.description
434434
t: Styling shadow DOM from the outside (or vice versa) is too limited.
435435

@@ -461,14 +461,14 @@ translations:
461461
# web_components_other_pain_points
462462

463463
- key: features.web_components_other_pain_points
464-
t: Other Pain Points
464+
t: Інші проблеми
465465
- key: features.web_components_other_pain_points.question
466-
t: Any other pain points around making and using web components?
466+
t: Які ще проблеми створення та використання вебкомпонентів вас розчаровують?
467467

468468
# component_strategies
469469

470470
- key: usage.component_strategies
471-
t: HTML Reuse
471+
t: Повторне використання HTML
472472
- key: usage.component_strategies.question
473473
t: Which strategies do you use to implement components or otherwise reuse HTML code?
474474

@@ -493,7 +493,7 @@ translations:
493493
t: React, Vue.js, Angular, etc.
494494

495495
- key: options.component_strategies.web_components
496-
t: Web Components
496+
t: Вебкомпоненти
497497
- key: options.component_strategies.web_components.description
498498
t: Web components, with or without a helper library.
499499

@@ -729,12 +729,12 @@ translations:
729729
# System Capabilities
730730

731731
- key: features.system_capabilities_pain_points
732-
t: System Capabilities Pain Points
732+
t: Проблеми системних функцій
733733
- key: features.system_capabilities_pain_points.question
734-
t: What are your pain points around accessing native system and device capabilities?
734+
t: Які проблеми доступу до нативних функцій системи чи пристрою найбільше вас розчаровують?
735735
- key: features.system_capabilities_pain_points.prompt
736736
t: |
737-
Issues around accessing device or OS capabilities, interacting with the file system, matching native app feature sets, etc.
737+
Проблеми із доступом до функцій пристрою або ОС, взаємодією із файловою системою, створенням такого ж набору функцій, як і в нативного застосунку, тощо.
738738
- key: features.system_capabilities_pain_points.placeholder
739739
aliasFor: features.forms_pain_points.placeholder
740740

@@ -1296,9 +1296,9 @@ translations:
12961296
aliasFor: options.opinions.4
12971297

12981298
- key: opinions.browser_interoperability_pace
1299-
t: Interoperability Pace
1299+
t: Темп настання сумісності
13001300
- key: opinions.browser_interoperability_pace.question
1301-
t: Over the past few years, new web features have become stable across browsers at a faster pace
1301+
t: Протягом останніх кількох років нові функції вебу стають стабільними у різних браузерах набагато швидше
13021302

13031303
- key: options.browser_interoperability_is_obstacle.0
13041304
aliasFor: options.opinions.0
@@ -1328,10 +1328,10 @@ translations:
13281328
aliasFor: options.opinions.4
13291329

13301330
- key: opinions.validation_is_important
1331-
t: HTML Validation
1331+
t: Валідація HTML
13321332
- key: opinions.validation_is_important.question
13331333
t: |
1334-
Ensuring my HTML code passes validation is important
1334+
Важливо забезпечити успішне проходження валідації для мого HTML-коду
13351335
13361336
- key: options.validation_is_important.0
13371337
aliasFor: options.opinions.0

0 commit comments

Comments
 (0)