mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-24 01:24:44 +00:00
chore(app): i18n sync (#15362)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user