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

application-api #108

Merged
merged 3 commits into from
Dec 8, 2023
Merged

application-api #108

merged 3 commits into from
Dec 8, 2023

Conversation

gisuNasr
Copy link
Contributor

@gisuNasr gisuNasr commented Dec 7, 2023

No description provided.

Copy link

vercel bot commented Dec 7, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
docs-fa ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 7, 2023 9:18pm


- **Type**
- **نوع**
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To have better consistency across the project it's suggested to translate "Type" into "تایپ (Type)".

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for taking the time to review my pull request. I incorporated the suggested changes and updated the pull request.


```js
app.mount(document.body.firstChild)
```

## app.unmount() {#app-unmount}

Unmounts a mounted application instance, triggering the unmount lifecycle hooks for all components in the application's component tree.
وقتی برنامه‌ای را که در حال اجراست غیر فعال می‌کنید، اساساً تمام قسمت‌های فعال برنامه را خاموش می‌کند.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's better to mention the term "triggering the unmount lifecycle" to inform the readers about the events that are going to be triggered by calling the app.unmount()

@@ -214,21 +215,21 @@ For logic reuse, prefer [Composables](/guide/reusability/composables) instead.

## app.provide() {#app-provide}

Provide a value that can be injected in all descendant components within the application.
یک مقدار ارائه می دهد که می‌تواند در همه‌ی کامپوننت‌های زیرمجموعه داخل برنامه قرار گیرد.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since the app.provide() method refers to dependency injection in vue3 it's better to mention the term "inject" here to make the paragraph technically understandable.

@the-pesar the-pesar merged commit ae7a930 into vuejs-translations:main Dec 8, 2023
1 check passed
@the-pesar the-pesar changed the title Api/Application has been translated application-api Dec 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants