diff options
| author | Adam <[email protected]> | 2026-02-27 09:45:00 -0600 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-02-27 09:45:00 -0600 |
| commit | 6ef3af73dfa1c72bb2001c86d898f2edf8ea4b10 (patch) | |
| tree | 845adb9ccc47884a0f102a59cb887bd17a51a75c /packages/ui/src/i18n/pl.ts | |
| parent | e5ae6c51b0d2f5dececd16970250aa2ab6c71a2f (diff) | |
| download | opencode-6ef3af73dfa1c72bb2001c86d898f2edf8ea4b10.tar.gz opencode-6ef3af73dfa1c72bb2001c86d898f2edf8ea4b10.zip | |
chore(app): i18n sync (#15362)
Diffstat (limited to 'packages/ui/src/i18n/pl.ts')
| -rw-r--r-- | packages/ui/src/i18n/pl.ts | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/ui/src/i18n/pl.ts b/packages/ui/src/i18n/pl.ts index b0ef94dd4..877e6505f 100644 --- a/packages/ui/src/i18n/pl.ts +++ b/packages/ui/src/i18n/pl.ts @@ -3,6 +3,9 @@ export const dict = { "ui.sessionReview.title.lastTurn": "Zmiany z ostatniej tury", "ui.sessionReview.diffStyle.unified": "Ujednolicony", "ui.sessionReview.diffStyle.split": "Podzielony", + "ui.sessionReview.openFile": "Otwórz plik", + "ui.sessionReview.selection.line": "linia {{line}}", + "ui.sessionReview.selection.lines": "linie {{start}}-{{end}}", "ui.sessionReview.expandAll": "Rozwiń wszystko", "ui.sessionReview.collapseAll": "Zwiń wszystko", @@ -52,6 +55,13 @@ export const dict = { "ui.sessionTurn.status.gatheringThoughts": "Zbieranie myśli", "ui.sessionTurn.status.consideringNextSteps": "Rozważanie kolejnych kroków", + "ui.messagePart.questions.dismissed": "Pytania odrzucone", + "ui.messagePart.context.read.one": "{{count}} odczyt", + "ui.messagePart.context.read.other": "{{count}} odczyty", + "ui.messagePart.context.search.one": "{{count}} wyszukiwanie", + "ui.messagePart.context.search.other": "{{count}} wyszukiwania", + "ui.messagePart.context.list.one": "{{count}} lista", + "ui.messagePart.context.list.other": "{{count}} listy", "ui.messagePart.diagnostic.error": "Błąd", "ui.messagePart.title.edit": "Edycja", "ui.messagePart.title.write": "Pisanie", @@ -71,6 +81,7 @@ export const dict = { "ui.textField.copied": "Skopiowano", "ui.imagePreview.alt": "Podgląd obrazu", + "ui.scrollView.ariaLabel": "treść przewijana", "ui.tool.read": "Odczyt", "ui.tool.loaded": "Załadowano", |
