-
Notifications
You must be signed in to change notification settings - Fork 6
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
Translate 03-svelte-files.md from en to jp #13
Translate 03-svelte-files.md from en to jp #13
Conversation
@@ -1,41 +1,41 @@ | |||
--- | |||
title: .svelte files | |||
title: .svelte ファイル |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
.svelte files か .svelte ファイル かで迷いましたが後者にしました。
.svelte files の方が良さそうであれば教えてください
--- | ||
|
||
Components are the building blocks of Svelte applications. They are written into `.svelte` files, using a superset of HTML. | ||
コンポーネントは Svelte アプリケーションの構成要素です。これらは `.svelte` ファイルに書かれ、HTML のスーパーセットを使って記述されます。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
適切なスーパーセットの訳が思いつかなかったのでカタカナにしてます。
</script> | ||
|
||
<!-- markup (zero or more items) goes here --> | ||
<!-- マークアップ (0行以上) はここに書きます --> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
zero or more items
が行を示してるのかと思い日本語では行と訳してます
|
||
<style> | ||
/* styles go here */ | ||
/* スタイルはここに書きます */ | ||
</style> | ||
``` | ||
|
||
## `<script>` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
英字のままの場合は ## 始める前に <!--Before-we-begin-->
のような見出しアンカーにする必要はないと認識してますが、間違ってたら教えてください。
@tomoam レビューお願いします。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
本当に長らくおまたせしました。
翻訳ありがとうございます。
2点のみ、対応していただけますでしょうか。
apps/svelte.dev/content/docs/svelte/01-introduction/03-svelte-files.md
Outdated
Show resolved
Hide resolved
> [!NOTE] If you are using TypeScript and import such exports from a `module` block into a `.ts` file, make sure to have your editor setup so that TypeScript knows about them. This is the case for our VS Code extension and the IntelliJ plugin, but in other cases you might need to setup our [TypeScript editor plugin](https://www.npmjs.com/package/typescript-svelte-plugin). | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ここも削除のし忘れかもしれません。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ありがとうございます。
見落としておりました。
削除済みです。
@tomoam 再レビューお願いいたします。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ご対応ありがとうございました!
マージさせていただきます!
close #11
A note on documentation PRs
If this is a documentation PR (i.e. changing content within
apps/svelte.dev/content/docs
), then this is the wrong repository to make those changes. The content in this folder is synced from other repositories. Therefore, these changes should be made in their respective repositories (at https://github.com/sveltejs/svelte or https://github.com/sveltejs/kit, or example).こちらはテンプレートです。一旦そのままにしております。
Before submitting the PR, please make sure you do the following
feat:
,fix:
,chore:
, ordocs:
.