Skip to content

Commit 086c698

Browse files
committed
translate server actions page
1 parent 2bd6adc commit 086c698

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/content/reference/rsc/server-actions.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -138,11 +138,11 @@ Bu, Sunucu Eyleminin `isPending` durumuna, istemcideki bir Eyleme sararak erişm
138138

139139
Daha fazlası için [Sunucu Eylemini `<form>` dışında çağırma](/reference/rsc/use-server#calling-a-server-action-outside-of-form) dokümanlarına bakın
140140

141-
### Form Actions with Server Actions {/*form-actions-with-server-actions*/}
141+
### Sunucu Eylemleri ile Form Eylemleri {/*form-actions-with-server-actions*/}
142142

143-
Server Actions work with the new Form features in React 19.
143+
Sunucu Eylemleri, React 19'daki yeni Form özellikleri ile çalışır.
144144

145-
You can pass a Server Action to a Form to automatically submit the form to the server:
145+
Formu otomatik olarak sunucuya göndermek için bir Form'a bir Sunucu Eylemi aktarabilirsiniz:
146146

147147

148148
```js [[1, 3, "updateName"], [1, 7, "updateName"]]
@@ -159,9 +159,9 @@ function UpdateName() {
159159
}
160160
```
161161

162-
When the Form submission succeeds, React will automatically reset the form. You can add `useActionState` to access the pending state, last response, or to support progressive enhancement.
162+
Form gönderimi başarılı olduğunda, React formu otomatik olarak sıfırlayacaktır. Pending state, son yanıta erişmek veya aşamalı geliştirmeyi desteklemek için `useActionState` ekleyebilirsiniz.
163163

164-
For more, see the docs for [Server Actions in Forms](/reference/rsc/use-server#server-actions-in-forms).
164+
Daha fazla bilgi için [Formlarda Sunucu Eylemleri](/reference/rsc/use-server#server-actions-in-forms) dokümanlarına bakın.
165165

166166
### Server Actions with `useActionState` {/*server-actions-with-use-action-state*/}
167167

0 commit comments

Comments
 (0)