Skip to content

Commit

Permalink
fix: unify "augmenting" translation
Browse files Browse the repository at this point in the history
  • Loading branch information
AloisSeckar committed Jul 23, 2024
1 parent d4cb484 commit 796bd6a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/api/application.md
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ Umožňí použití `msg` uvnitř kterékoli šablony a také na `this` libovoln
}
```

- **Viz také:** [Průvodce - Rozšiřování globálních vlastností](/guide/typescript/options-api#augmenting-global-properties) <sup class="vt-badge ts" />
- **Viz také:** [Průvodce - Obohacování globálních vlastností](/guide/typescript/options-api#augmenting-global-properties) <sup class="vt-badge ts" />

## app.config.optionMergeStrategies {#app-config-optionmergestrategies}

Expand Down
2 changes: 1 addition & 1 deletion src/guide/reusability/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ app.use(i18nPlugin, {

Nyní bude naše volání `$translate('greetings.hello')` za běhu nahrazeno textem `Bonjour!`.

Viz také: [Rozšiřování globálních vlastností](/guide/typescript/options-api#augmenting-global-properties) <sup class="vt-badge ts" />
Viz také: [Obohacování globálních vlastností](/guide/typescript/options-api#augmenting-global-properties) <sup class="vt-badge ts" />

:::tip
Globální vlastnosti používejte jen zřídka. Pokud se v aplikaci používá příliš mnoho globálních promněných vložených různými pluginy, může se rychle stát nepřehlednou.
Expand Down
2 changes: 1 addition & 1 deletion src/guide/typescript/options-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ declare module 'vue' {
}
```

## Rozšiřování custom možností {#augmenting-custom-options}
## Obohacování custom možností {#augmenting-custom-options}

Některé pluginy, například `vue-router`, poskytují podporu pro vlastní možnosti komponent, jako je `beforeRouteEnter`:

Expand Down

0 comments on commit 796bd6a

Please sign in to comment.