Skip to content

Commit

Permalink
add strings
Browse files Browse the repository at this point in the history
  • Loading branch information
Sacha Greif committed Jul 3, 2024
1 parent 13e0567 commit 663a4b0
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 15 deletions.
5 changes: 1 addition & 4 deletions common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1314,10 +1314,7 @@ translations:
- key: user_info.email.note
t: >
私たちは個人データを保存しませんので、メールアドレスを入力いただいた後、それを使用して一意の匿名化されたIDを生成し、その後、メールアドレス自体は私たちの記録から削除します。
- key: user_info.country
t: 居住国・居住地
- key: user_info.country.description
t: 住んでいる国はどこですか?
- key: user_info.country
t: 国または地域
- key: user_info.country.description
Expand Down
2 changes: 0 additions & 2 deletions state_of_css.yml
Original file line number Diff line number Diff line change
Expand Up @@ -412,8 +412,6 @@ translations:
t: <code>@property</code>
- key: features.at_layer
t: <code>@layer</code>
- key: features.content_visibility
t: <code>content-visibility</code>
- key: features.marker
t: <code>::marker</code>疑似要素

Expand Down
6 changes: 0 additions & 6 deletions state_of_js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -254,18 +254,12 @@ translations:
- key: options.top_js_pain_points.typing.description
t: 型の保守と管理

- key: options.top_js_pain_points.build_tools
t: ビルドツール
- key: options.top_js_pain_points.typing
t: 型付け
- key: options.top_js_pain_points.typescript
t: TypeScript
- key: options.top_js_pain_points.esm_cjs
t: ESM対CJS
- key: options.top_js_pain_points.testing
t: テスト
- key: options.top_js_pain_points.performance
t: パフォーマンス
- key: options.top_js_pain_points.too_many_choices
t: 多すぎる選択肢
- key: options.top_js_pain_points.react
Expand Down
5 changes: 2 additions & 3 deletions surveys.yml
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ translations:
# JS 2023

- key: general.js2023.survey_intro
- key: general.js2023.survey_intro_not_used
t: |
Between Astro, Vite, and Remix, 2022 kicked off a wave of JavaScript change that kept on growing in 2023 with Bun, Svelte 5, Tauri, and many others.
Expand Down Expand Up @@ -640,8 +640,7 @@ translations:
- key: faq.survey_design_js2023
t: この調査の内容はどのように設計されていますか?
- key: faq.survey_design_js2023.description
t:
この調査は「[State of JS 2023 Feedback](https://github.com/Devographics/surveys/issues/224)」を通して、コミュニティからの意見をもとに組み立てられました。
t: この調査は「[State of JS 2023 Feedback](https://github.com/Devographics/surveys/issues/224)」を通して、コミュニティからの意見をもとに組み立てられました。

- key: faq.results_released_js2023
t: 結果はいつ公開されますか?
Expand Down

0 comments on commit 663a4b0

Please sign in to comment.