From 4b8208aa4ea4ccf3d2b6cf8b590bc4324479ee56 Mon Sep 17 00:00:00 2001 From: alinkedd Date: Mon, 20 May 2024 17:49:06 +0200 Subject: [PATCH 1/6] Fix homepage translations --- homepage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homepage.yml b/homepage.yml index 9285953..fd73056 100644 --- a/homepage.yml +++ b/homepage.yml @@ -54,7 +54,7 @@ translations: - key: newsletter.stay_tuned t: Будьте на зв'язку - key: newsletter.leave_your_email - t: Залиште свою електронну адресу, щоб дізнатися про наступні опитуваннях. + t: Залиште свою електронну адресу, щоб дізнатися про наступні опитування. - key: newsletter.email t: Ваша електронна адреса - key: newsletter.submit From 2c5a63bafe13f494234c2de276d0b56257c9abb8 Mon Sep 17 00:00:00 2001 From: alinkedd Date: Mon, 20 May 2024 17:53:24 +0200 Subject: [PATCH 2/6] Add state of html files --- state_of_html.yml | 908 +++++++++++++++++++++++++++++++++++++++++ state_of_html_2023.yml | 172 ++++++++ 2 files changed, 1080 insertions(+) create mode 100644 state_of_html.yml create mode 100644 state_of_html_2023.yml diff --git a/state_of_html.yml b/state_of_html.yml new file mode 100644 index 0000000..1a77fa4 --- /dev/null +++ b/state_of_html.yml @@ -0,0 +1,908 @@ +locale: ua-UA +namespace: html +translations: + ########################################################################### + # General + ########################################################################### + # Intro for stateofhtml.com + - key: general.state_of_html.intro + # aliasFor: general.html2023.survey_intro # Can we do that? + t: | + While web developers tend to focus on JavaScript and CSS, none of what we do would be possible without HTML acting as the foundation. + + It has long seemed like HTML wasn't evolving, but things may be changing. + New elements like `` are on the horizon, cool new features like popovers, + and a swath of related browser APIs (Web Components, PWAs, etc.). + + This year, [Lea Verou](https://lea.verou.me/) took on the formidable task of leading the design of this brand new survey, from content to UX and beyond. + + Building on the success of [State of JS](http://stateofjs.com/) and [State of CSS](https://stateofcss.com/), we introduce **State of HTML**; + the last missing piece that completes the trilogy, so we can track the evolution of the web platform as a whole. + + Benefits to you: + - Survey results are **used by browsers** and standards groups **for roadmap prioritization**. + Your responses can help get features you care about implemented, browser incompatibilities being prioritized, and gaps in the platform being addressed. + - Learn about new and upcoming features; add features to your reading list and get a list of resources at the end! + - Get a personalized knowledge score and see how you compare to other respondents + + The survey will be open for 3 weeks, but responses entered **within the first 9 days (until October 1st)** will have a much higher impact on the Web, + as preliminary data will be used for certain prioritization efforts that have deadlines before then. + + - key: general.state_of_html.description + t: The annual developer survey about the web platform + + ########################################################################### + # Sections + ########################################################################### + + - key: sections.forms.title + t: Forms + - key: sections.forms.description + t: Form-related elements and attributes + + - key: sections.interactivity.title + t: Interactivity + - key: sections.interactivity.description + t: APIs that enable richer user interactions. + + - key: sections.web_components.title + t: Web Components + - key: sections.web_components.description + t: Making & using web components. + + - key: sections.content.title + t: Content + - key: sections.content.description + t: Embedding, multimedia, data, and other content-related features. + + - key: sections.external_content.title + t: External Content + - key: sections.external_content.description + t: Embedding external resources, and other multimedia APIs. + + - key: sections.accessibility.title + t: Accessibility + - key: sections.accessibility.description + t: Making sites and apps accessible by all. + + - key: sections.mobile_web_apps.title + t: Native-like Web Apps + - key: sections.mobile_web_apps.description + t: Authoring mobile and desktop-optimized web apps. + + - key: sections.other_features.title + t: Other Features + - key: sections.other_features.description + t: Other HTML elements & browser APIs. + + - key: sections.other_tools.title + t: Other Tools & Features + - key: sections.other_tools.description + t: Other tools or features you use as part of your work. + + - key: sections.usage.title + t: Usage + - key: sections.usage.description + t: How you use HTML. + + ########################################################################### + # Features + ########################################################################### + + # forms + + - key: features.form_controls + t: Form Controls + - key: features.form_controls.question + t: Which form controls have you used? + + - key: features.form_input_types + t: Input Types + - key: features.form_input_types.question + t: Which input types have you used? + - key: options.form_input_types.na + t: None of the above + + - key: features.form_validation_features + t: Form Validation + - key: features.form_validation_features.question + t: Which of the following form validation features have you used? + - key: options.form_validation_features.na + t: None of the above + + - key: features.forms_pain_points + t: Form Pain Points + - key: features.forms_pain_points.question + t: What are your pain points around HTML forms? + - key: features.forms_pain_points.prompt + t: | + Think of the various form controls (e.g. ``, `